@charset "utf-8";
/* CSS Document */

.hero {
	background-image: url(/src/img/common/com_tit_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	border-top: #dae6ed 1px solid;
	border-bottom: #e4ebef 1px solid;
	margin-top: 130px;
}
.hero .titBox {
    padding: 5rem 0 4rem 0;
    text-align: center;
    letter-spacing: 2px;
}
.hero h1 {
    color: #666666;
    font-weight: 600;
    font-size: 2rem;
    }

.hero .titBox span {
    color: #488ab2;
    font-weight: normal;
    font-size: 1rem;
    display: inline-block;
    margin-top: 0.5rem;
}

.hero .titBox span:after {
    content: '';
    background-color: #488ab2;
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 0.1rem;
}

.contents {
    border-bottom: #d4d6d7 1px solid;
}

.contents main .inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
.pin_icon {
    fill: #fff;
    width: 30px;
    height: 36px;
    margin-right: 1rem;
}

.cont_inner section h2 {
    text-align: center;
    color: #fff;
    background-color: #66a8dc;
    padding: 0.7rem 0;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.6rem;
    position: relative;
    max-width: 1024px;
    margin: 0 auto 2.5rem;
    z-index: 10;
}


.cont_inner section h2 .pin_icon,
.cont_inner section h2 span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 2px;
}

.cont_inner section h2:before, 
.cont_inner section h2:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #66a8dc;
	position: absolute;
	left: 0;
}

.cont_inner section h2:before {
    top: -3px;
}

.cont_inner section h2:after {
    bottom: -3px;
}

.cont_inner section .topArea:before {
    content: '';
    background-image: url(/src/img/field/field01_bg_r.jpg);
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    padding: 20% 0 25%;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
}

.cont_inner section .topArea {
    position: relative;
	padding-top: 2rem;
}

.contents main .cont_inner {
    padding-bottom: 15rem;
    padding-top: 3rem;
}


.cont_inner section .topArea:after {
    content: '';
    background-image: url(/src/img/concept/nuri_blue.png);
    padding-bottom: 36%;
    position: absolute;
    width: 50%;
    top: -20%;
    background-repeat: no-repeat;
}

.cont_inner section.field01 .topArea:after {
	left: 0;
	background-position: top left;
}

.cont_inner section.field02 .topArea:after {
	right: 0;
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
}

.contents main .inner .btn a {
    background-color: #488ab2;
    color: #fff;
    padding: 1.5rem 5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 100px;
    line-height: 2;
    position: relative;
    border: #488ab2 1px solid;
}
.contents main .inner .btn a span {
    position: relative;
    z-index: 10;
}

.contents main .inner .btn a:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 5%;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contents main .inner .btn a:before {
	content: '';
	position: absolute;
	-webkit-transition: all 0.3s ease;
	top: 0;
	bottom: 0;
	width: 100.3%;
	height: 100%;
	overflow:  hidden;
	border-radius: 100px;
	left: -0.15%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transition: all 0.3s ease;
	background-color: #fff;
}
.contents main .inner .btn a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.contents main .inner .btn a:hover {
    color: #488ab2;
}

.contents main .inner .btn a:hover:after {
    border-color: #488ab2;
}
.contents main .topArea .topBlock {
    width: 52%;
}
.contents main .nayami {
    background-image: url(/src/img/field/texture.png);
    padding: 2.5rem 2rem 3rem;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.contents main .nayami p {
    color: #2071a2;
    font-size: 1.4rem;
    margin-bottom: 1.7rem;
	font-weight: 600;
}

.contents main .nayami ul li {
    padding-bottom: 1.5rem;
    line-height: 1.7;
    text-indent: -1.5em;
    padding-left: 1.5em;
    font-size: 16px;
}
.contents main .field01 .topArea .topBlock .nayami ul li {
    width: 87%;

}
.contents main .nayami ul li:before {
    content: '◆';
    color: #89afc6;
    margin-right: 0.5rem;
}

.contents main .topArea .topBlock .nayami ul li:last-child {
    padding-bottom: 0;
}

.contents main .nayami:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    right: 20px;
    bottom: 0;
    background-position: right bottom;
}
.contents main .field01 .topArea .topBlock .nayami:after, 
.contents main .field03 .topArea .topBlock .nayami:after {
    background-image: url(/src/img/field/model01_m.png);
    width: 104px;
    height: 144px;
    background-size: 104px;
}

.contents main .field02 .topArea .topBlock .nayami:after, 
.contents main .field03 .btmArea .btmBlock .nayami:after {
    background-image: url(/src/img/field/model01_w.png);
    width: 98px;
    height: 140px;
    background-size: 98px;
}

.contents main .field01 .topArea .topBlock .nayami ul li:last-child {
    width: 78%;
}

.contents main .cont_inner section {
    position: relative;
    padding-bottom: 8rem;
    margin-bottom: 6rem;
}

.cont_inner section .btmArea {
    position: relative;
}

.cont_inner section .btmArea:before {
    content: '';
    position: absolute;
    width: 50%;
    padding: 20% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0;
}
.cont_inner section.field01 .btmArea:before {
    background-image: url(/src/img/field/field01_bg_l.jpg);
    background-position: center left;
    left: 0;
}
.cont_inner section.field02 .btmArea:before {
    background-image: url(/src/img/field/field02_bg_r.jpg);
    background-position: bottom left;
    right: 0;
    padding: 30% 0;
}

.cont_inner section .btmArea .btmBlock {
    width: 52%;
    float: right;
}

.cont_inner section .btmArea .btmBlock .textArea {
    line-height: 2.7;
    font-size: 1.1rem;
    padding: 3rem 2rem;
    position: relative;
    background-color: #fff;
}

.contents main .btmArea .inner:after {
    content: '';
    display: block;
    clear: both;
}

.contents main .btmArea .inner {
    padding-top: 5rem;
}
.contents main .field02 .btmArea .inner {
    padding-top: 0;
}

.cont_inner section .btmArea .textArea .kakko:before,
.cont_inner section .btmArea .textArea .kakko:after,
.cont_inner section .btmArea .textArea .kakko02:before,
.cont_inner section .btmArea .textArea .kakko02:after {
    content: '';
    width: 36px;
    height: 46px;
    position: absolute;
}
.cont_inner section .btmArea .textArea .kakko:before,
.cont_inner section .btmArea .textArea .kakko:after {
    background-image: url(/src/img/concept/kakko.png);
}

.cont_inner section .btmArea .textArea .kakko:before,
.cont_inner section .btmArea .textArea .kakko:after {
    top: 0; 
}
.cont_inner section .btmArea .textArea .kakko02:before,
.cont_inner section .btmArea .textArea .kakko02:after {
    bottom: 0;
    background-image: url(/src/img/concept/kakko02.png);
}

.cont_inner section .btmArea .textArea .kakko:before, 
.cont_inner section .btmArea .textArea .kakko02:before {
    left: 0;
}
.cont_inner section .btmArea .textArea .kakko:after, 
.cont_inner section .btmArea .textArea .kakko02:after {
    right: 0;
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

.cp_intro .intro_block .kakko, 
.cp_intro .intro_block .kakko02 {
    display: block;
}
.cont_inner section.field02 .topArea:before {
    background-image: url(/src/img/field/field02_bg_l.jpg);
    left: 0;
    background-position: top left;
    width: 60%;
    padding: 30% 0 25%;
}

.cont_inner section.field02:after {
    right: 0;
}

.contents main .field02 .topArea .topBlock {
    float: right;
}

.contents main .field02 .topArea .topBlock .nayami {
    padding-bottom: 4.5rem;
}

.cont_inner section.field02 .btmArea:before {
    background-image: url(/src/img/field/field02_bg_r.jpg);
    padding: 25% 0;
    right: 0;
    background-position: top right;
}

.contents main .field02 .topArea .inner article:after {
    background-image: url(/src/img/field/model01_w.png);
    width: 98px;
    height: 140px;
    background-size: 98px;
}

.contents main .field01 .topArea .topBlock .nayami ul li {
    width: 95%;
}

.cont_inner section.field02 .btmArea .btmBlock {
    float: left;
    margin-top: 5rem;
}

.cont_inner section.field02 .btmArea {
    margin-top: 35rem;
}


.contents main .field03 h3 {
    color: #2071a2;
    font-size: 1.5rem;
    line-height: 1.7;
    border-bottom: #2071a2 1px solid;
    padding-bottom: 0.3rem;
	font-weight: 600;
}

.contents main .field03 .topArea .topBlock {
    width: 60%;
}
.contents main .field03 .text {
    line-height: 2.5;
    margin: 1.5rem 0;
    padding-left: 0.5rem;
}

.cont_inner section.field03 .topArea:after {
    content: none;
}

.cont_inner section.field03 .topArea:before {
    background-image: url(/src/img/field/field03_bg_r.jpg);
    padding: 50% 0;
    width: 60%;
}

.contents main .field03 .topArea .topBlock .nayami {
    padding-bottom: 4.5rem;
}

.cont_inner section.field03 .btmArea:before {
    background-image: url(/src/img/field/field03_bg_l.jpg);
    width: 47%;
    bottom: 0;
    top: 10%;
}
.contents main .field03 .btmArea .btmBlock .nayami ul li {
    width: 90%;
}

.contents main .field03 .btmArea .btmBlock .nayami {
    padding-bottom: 5rem;
}

.contents main .field03 .btmArea .btmBlock .nayami:after {
    bottom: -20px;
}

.cont_inner section.field03 .btmArea .btmBlock {
    width: 51%;
}





@media screen and (min-width: 1400px) {
.cont_inner section.field03 .topArea:before {
    width: 50%;
}

}

@media screen and (min-width: 1800px) {
.cont_inner section.field03 .topArea:before {
    width: 40%;
}
.cont_inner section .topArea:before {
    width: 45%;
}
.cont_inner section.field01 .btmArea:before {
    background-position: top center;
    width: 45%;
}
.contents main .cont_inner section {
    margin-bottom: 10rem;
}

}

@media screen and (max-width: 1200px) {
.cont_inner section.field02 .topArea:before {
    width: 75%;
}
.cont_inner section .topArea:before {
    background-position: bottom right;
    width: 50%;
    background-position: top right;
}
}

@media screen and (max-width: 1024px) {
.hero {
    margin-top: 80px;
}
.cont_inner section h2 {font-size: 1.5rem;margin-bottom: 1rem;}
.contents main .inner, 
.cont_inner section h2 {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
}
.contents main .cont_inner {
    padding-top: 2rem;
}
.cont_inner section .topArea:before {
    width: 60%;
    background-position: bottom -2rem right;
    padding: 25% 0
}
.cont_inner section.field03 .topArea:before {
    padding: 40% 0;
}
.cont_inner section .btmArea .btmBlock .textArea {
    font-size: 1rem;
}

.cont_inner section.field01 .btmArea .btmBlock .textArea p:nth-child(3),
.cont_inner section.field01 .btmArea .btmBlock .textArea p:nth-child(4),
.cont_inner section.field01 .btmArea .btmBlock .textArea p:nth-child(5) {
    display: inline;
}

.contents main .nayami {
    padding: 2.5rem 1.5rem 5rem;
}
.contents main .field03 .topArea .topBlock .nayami {
    padding-bottom: 5.2rem;
}

.contents main .nayami ul li {
    font-size: 15px;
    padding-bottom: 1rem;
}
.contents main .nayami p {
    font-size: 1.25rem;
}

.contents main .field01 .topArea .topBlock .nayami:after, 
.contents main .field03 .topArea .topBlock .nayami:after {
    background-size: 100px;
}
.cont_inner section .btmArea .btmBlock .textArea {
    padding: 2rem;
}
.contents main .btmArea .inner { padding-top: 3rem;}
.contents main .cont_inner section {
    padding-bottom: 5rem;
    margin-bottom: 3rem;
}
.contents main .field02 .topArea .topBlock .nayami:after, 
.contents main .field03 .btmArea .btmBlock .nayami:after {
    background-size: 80px;
}
.cont_inner section.field02:before {
    top: 10%;
}
.contents main .field03 h3 {
    font-size: 1.25rem;
    line-height: 1.5;
}
.contents main .field03 .topArea .topBlock {
    width: 55%;
}
.contents main .field03 .text {
    margin: 1rem 0;
    line-height: 2;
}


}

@media screen and (max-width: 750px) {
.hero h1 {
    font-size: 1.8rem;
}
.hero .titBox {
    padding: 3.5rem 0 3rem 0;
}

.hero .titBox span {

    font-size: 0.8rem;
}

.hero .titBox span:after {
    height: 2px;
}
.contents main .cont_inner {
    padding-bottom: 5rem;
}
.cont_inner section .topArea:after {
    content: none;
}
.cont_inner section .topArea:before, .cont_inner section .btmArea:before {
	position: inherit;
	display: block;
	width: 100%;
}
.cont_inner section.field01 .topArea:before {
    padding: 41.3017% 0;
    background-position: center;
}

.contents main .topArea .topBlock {
    width: 100%;
}
.cont_inner section h2 {
    font-size: 1.2rem;
    padding: 0.2rem 0;
    margin-bottom: 0;
}

.cont_inner section .topArea {
    padding-top: 0;
    overflow: hidden;
}
.contents main .nayami {
    padding: 2rem;
}


.contents main .field01 .topArea .topBlock .nayami:after, 
.contents main .field03 .topArea .topBlock .nayami:after {
    background-size: 90px;
}
.cont_inner section.field01 .btmArea:before {
    padding: 39.33021% 0;
    left: 5%;
	background-position: top -1rem left;
}

.cont_inner section .btmArea .btmBlock {
    width: 100%;
    float: none;
}

.cont_inner section.field02 .topArea:before {
    width: 120%;
    padding: 40% 0;
    background-position: center;
}

.cont_inner section.field02 .btmArea {
    margin-top: 0;
}

.cont_inner section.field02 .btmArea:before {
    padding: 34.13212% 0;
}

.contents main .field02 .topArea .topBlock {
    float: none;
}

.cont_inner section.field02 .btmArea .btmBlock {
    margin-top: 0;
    float: none;
}

.cont_inner section.field03 .topArea:before {
    width: 100%;
    padding: 65.05882% 0 30%;
    background-position: top -10rem center;
}

.contents main .cont_inner section {
    padding-bottom: 3rem;
    margin-bottom: 0;
}

.cont_inner section .btmArea .btmBlock, 
.cont_inner section.field03 .btmArea .btmBlock, 
.contents main .field03 .topArea .topBlock {
    width: 100%;
    float: none;
}

.cont_inner section.field03 .btmArea:before {
    width: 100%;
    padding: 46.46153% 0;
    margin-top: 3rem;
}

.contents main .btmArea .inner {
    padding-top: 2rem;
}
}


@media screen and (max-width: 480px) {
.hero h1 { font-size: 1.5rem; }
.hero .titBox span {margin-top: 0.3rem;}
.contents main h2 {
    font-size: 17px;
    padding: 0.3rem 0.5rem;
    max-width: 100%;
}
.cont_inner section h2 .pin_icon, .cont_inner section h2 span { letter-spacing: 1px;}
.contents main .cont_inner {
    padding-top: 0;
}

.pin_icon {
    width: 26px;
    height: 30px;
    margin-right: 0.2rem;
}

.contents main .nayami {
    padding: 1.5rem 1rem 4rem;
}

.contents main .nayami p {
    font-size: 17px;
    margin-bottom: 1rem;
}

.contents main .nayami ul li {
    font-size: 14px;
}

.contents main .field01 .topArea .topBlock .nayami ul li:last-child {
    width: 75%;
}

.contents main .field01 .topArea .topBlock .nayami:after, 
.contents main .field03 .topArea .topBlock .nayami:after {
    background-size: 85px;
}

.contents main .btmArea .inner {
    padding-top: 0;
}

.cont_inner section .btmArea .btmBlock .textArea {
    padding: 1rem;
    font-size: 15px;
    line-height: 2.1;
}

.contents main .field02 .topArea .topBlock .nayami {
    padding-bottom: 6.5rem;
}

.contents main .field02 .topArea .topBlock .nayami:after, 
.contents main .field03 .btmArea .btmBlock .nayami:after {
    background-size: 75px;
}

.contents main .field03 h2 {
    font-size: 15px;
    letter-spacing: 0;
}

.cont_inner section.field03 .topArea:before {
    background-position: top -5rem center;
}

.contents main .field03 h3 {
    font-size: 1.1rem;
    padding: 0 0.3rem 0.2rem;
}

.contents main .field03 .text {
    font-size: 14px;
    padding-left: 0;
}

.contents main .field03 .topArea .topBlock .nayami {
    padding-bottom: 6rem;
}

.cont_inner section.field03 .btmArea:before {
    margin-top: 2rem;
}

.contents main .field03 .btmArea .inner {
    padding-top: 1rem;
}

.contents main .field03 .btmArea .btmBlock .nayami:after {
    bottom: -10px;
}

.contents main .field03 .btmArea .btmBlock .nayami {
    padding-bottom: 4rem;
}


}