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

.geust-para{margin-top:7rem;position:relative;background:url("../images/geust/geust-para.jpg")no-repeat;background-attachment:fixed;overflow:hidden;background-size:100%;background-position: bottom;height:80vh;}
.geust-para-cap{position:absolute;top:50%;left:50%;transform: translate(-50%,-50%); width:60%;text-align:center;margin:0 auto;}
.geust-para-cap h3,.geust-para-cap p{color:#FFF;font-family:"Noto Serif JP",serif;line-height:normal;}
.geust-para-cap h3{font-size:1.5rem;margin-bottom:3rem;}

.geust-box{width:60%;margin:7rem auto 0;}
.geust-box-list li{position:relative;margin-bottom:10rem;}
.geust-box-img{width:50%;}
.geust-box-cap{position:absolute;width:55%;background:#EFEAE6;height:390px;padding:6rem;text-align:center;}
.geust-box-cap p:first-child{margin-bottom:3rem;font-family:"Noto Serif JP",serif;font-size:2.5rem;font-style:italic;}
.geust-box-cap h4{margin-bottom:2.5rem;font-size:1.5rem;line-height:normal;}
.geust-box-type1 .geust-box-cap{left:0;top:5%;}
.geust-box-type1 .geust-box-img{margin-left:50%;}
.geust-box-type2 .geust-box-cap{right:0;top:-5%;}
.geust-box-type2 .geust-box-img{margin-right:50%;}
.geust-box-link{text-align:center;border:solid 1px #000;width:60%;margin:1.5rem auto 0;padding:10px 0;}
.geust-box-link:hover{background:#000;color:#FFF;}

@media screen and (max-width:1366px){
.geust-box{width:70%;margin:7rem auto 0;}
.geust-box-cap{height:330px;padding:3rem;}
	
}
@media screen and (max-width:1280px){
.geust-box-cap{height:300px;}
	
}
@media screen and (max-width:1024px){
.geust-box{width:80%;margin:5rem auto 0;}
.geust-box-list li{position:static;margin-bottom:0;display:flex;justify-content:center;align-items:center;background:#EFEAE6;}
.geust-box-list li:nth-child(2n){flex-direction:row-reverse;}
.geust-box-img{width:50%;}
.geust-box-cap{position:static;width:50%;height:auto;padding:3rem;}
.geust-box-cap p:first-child{margin-bottom:1rem;}
.geust-box-cap h4{margin-bottom:1rem;font-size:1.5rem;line-height:normal;}
.geust-box-type1 .geust-box-img{margin-left:0;}
.geust-box-type2 .geust-box-img{margin-right:0;}
.geust-box-link{text-align:center;border:solid 1px #000;width:60%;margin:1.5rem auto 0;padding:10px 0;}
.geust-box-link:hover{background:#000;color:#FFF;}
	
}
@media screen and (max-width:768px){
.geust-para{margin-top:3rem;background:url("../images/geust/geust-para-sp.jpg")no-repeat;background-attachment:scroll;height:50vh;background-size: cover;background-position: center;}
.geust-box{width:100%;margin:0 auto;}
.geust-box-cap p:first-child{font-size:1.5rem;}
.geust-box-link{width:75%;margin:1rem auto 0;}	
.geust-box-cap{padding:2rem;}
	
}
@media screen and (max-width:640px){
.geust-para-cap{width:80%;}
.geust-para-cap h3{font-size:1.3rem;margin-bottom:3rem;}
	
.geust-box{width:90%;margin:3rem auto;}
.geust-box-list li{width:100%;display:block;padding:1rem;margin-bottom:10%;}
.geust-box-img{width:100%;}
.geust-box-cap{width:100%;padding:2rem 0;}
.geust-box-cap p:first-child{margin-bottom:1rem;font-size:1.7rem;}
.geust-box-cap h4{margin-bottom:1rem;font-size:1.3rem;}
	
}
