
/*mainimgarea*/
.mainimgarea {position:relative;width:100%;height:80vh;text-align:center;overflow:hidden;}
.mainimgarea .mainimg {position:absolute;top:50%;left:10%;width:80%;transform:translateY(-50%);}
.mainimgarea .bgcover {position:absolute;top:50%;left:0%;transform:translateY(-50%);width:100%;height:100%;}
.mainimgarea .bgcover {background:#ccc url(../img/top/mainimg.jpg) no-repeat center center;background-size:cover;}
.mainimgarea.on .bgcover {transform:translateY(-50%) scale(1.2); transition:30s;}
.mainimgarea .cover {position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.6);opacity:1;}
.mainimgarea:hover .cover {opacity:1;transition:20s;}
.mainimgarea h1 {color:#fff;font-size:2.0rem;line-height:1.3em;font-weight:normal;
	margin-bottom:2.0em;position:relative;}
.mainimgarea h1 img {width:16vw;}
.mainimgarea h2 {color:#fff;font-size:6.0rem;line-height:1.1em;font-weight:normal;
	margin-bottom:0.8em;position:relative;}
.mainimgarea span.btn {background:none;border:solid #fff 0.2rem;color:#fff;padding:1.1rem 3rem;}
.mainimgarea span.btn:hover {background:rgba(255,255,255,0.9);color:#000;transform:scale(1.05);transition:0.2s;}
/*SP*/
@media (max-width: 896px){
	.mainimgarea .bgcover {background-image:url(../img/top/mainimg_sp.jpg);background-position:center top;}
	.mainimgarea .mainimg {left:0;width:100%;}
	.mainimgarea h1 {font-size:2.0rem;margin-bottom:3.0em;}
	.mainimgarea h1 img {width:50vw;}
	.mainimgarea h2 {font-size:3.0rem;line-height:1.5em;margin-bottom:1.5em;}
	.mainimgarea span.btn {width:62%;padding:2rem 0rem;}
}

.message {display:flex;background:#dbdad6;padding:15vh 0px 0px 0px;}
.message .image {width:43%;background:url(../img/top/bg_message.jpg) no-repeat center center;background-size:cover;}
.message .text {width:57%;padding:10vh;text-align:center;}
.message .text p {font-size:1.4rem;color:#767676;text-align:left;display:inline-block;}
/*SP*/
@media (max-width: 896px){
	.message {display:block;padding:3vh;}
	.message .image {width:100%;height:32vh; }
	.message .text {width:100%;padding:5vh 3vh;}
}

.choicearea {background:#dfdcd1;padding:15vh 10vh 7vh 10vh;}
.choicearea.choicearea2 {background:#dad9cb;}
.choicearea h2 {font-size:3.5rem;font-weight:normal;margin-bottom:1.5rem; color:#525050;text-align:center;}
.choicearea .choice {text-align:center;margin-bottom:5rem;}
.choicearea ul {margin-bottom:2rem;}
.choicearea li {display:block;background:#fff;padding:1em;margin:0px auto 0.5em auto;width:51em;max-width:100%;}
.choicearea a img {width:15vw;border-radius:0.6rem;}
/*SP*/
@media (max-width: 896px){
	.choicearea {padding:10vh 3vh 3vh 3vh;}
	.choicearea .content {width:80vw;}
	.choicearea h2 {font-size:3.2rem;}
	.choicearea li {font-size:1.4rem;text-align:left;padding:1em 2em;margin:0px auto 1em auto;}
	.choicearea a img {width:62vw;}
}



.steparea {background:#dfdcd1;padding:15vh 10vh;}
.steparea h2 {font-size:3.5rem;font-weight:normal;margin-bottom:1.5rem; color:#525050;text-align:center;}
.steparea .inner {padding:2.0vh;}
.steparea .inner .box {border:solid 0.1rem #525050;padding:4.0vh;height:100%;}
.steparea .inner.inner09 .box {border:none;}
.steparea .inner h3 {color:#525050;font-size:1.3rem; font-weight:normal;margin-bottom:1.5rem;}
.steparea .inner p {color:#767676;}

.steparea .inner span.btn {width:100%;background:#fff;border:solid #ccc 0.1rem;color:#000;padding:1.1rem 3rem;}
.steparea .inner span.btn:hover {transform:scale(1.05);transition:0.2s;}
/*SP*/
@media (max-width: 896px){
	.steparea {padding:10vh 3vh 3vh 3vh;}
	.steparea .content {width:75vw;}
	.steparea h2 {font-size:3.5rem;margin-bottom:1.0em;}
	.steparea .inner {padding:0px 0px 2vh 0px;}
	.steparea .inner.inner09 {padding:0px;}
	.steparea .inner .box {padding:6vh 4vh;}
	.steparea .inner.inner09 .box {padding:0px;}
	.steparea .inner h3 {font-size:2.0rem;}
	.steparea .inner p {font-size:1.5rem;}
	.steparea .inner span.btn {padding:1.6rem 0rem;width:100%;margin-top:2rem;}
}


