@charset "utf-8";
/* head */
#header .head {padding: 80px 80px 0; width: 100%; height: 100vh;}
#header .head .swiper {width: 100%; height: 100%;}
#header .head .swiper .swiper-wrapper {position: relative;}
#header .head .swiper .swiper-wrapper .swiper-slide {width: 100%; height: 100%;  background-position: center; background-repeat: no-repeat; background-size: cover;}
#header .head .swiper .swiper-wrapper .swiper-slide.slide1 {background-image: url(../img/top/slide1.jpg);}
#header .head .swiper .swiper-wrapper .swiper-slide.slide2 {background-image: url(../img/top/slide2.jpg);}
#header .head .swiper .swiper-wrapper .swiper-catch {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
#header .head .swiper .swiper-wrapper .swiper-catch p {writing-mode: vertical-rl; color: #fff; font-size: 50px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), -2px -2px 5px rgba(0, 0, 0, 0.4);}
@media screen and (max-width:1200px) {
    #header .head {padding: 70px 0 0;}
    #header .head .swiper .swiper-wrapper .swiper-catch p {font-size: 40px;}
}
@media screen and (max-width:768px) {
    #header .head {padding: 50px 0 0;}
    #header .head .swiper .swiper-wrapper .swiper-catch p {font-size: 30px;}
}
/* about */
#about .wrap {margin: 150px auto; max-width: 930px;}
#about .wrap .text {display: flex; width: 100%;}
#about .wrap .catch,
#about .wrap .content {width: 50%;}
#about .wrap .catch h3 {font-size: 32px;}
#about .wrap .content>.link {text-align: left;}
#about .wrap .content>.link a {text-align: center; color: #FFCC66; background: #fff;}
#about .wrap .content>.link a:hover {background: #FFCC66; border: 1px solid #FFCC66; color: #fff;}
#about .wrap .img {margin: 70px auto 0;}
#about .wrap .img img {width: 100%;}
@media screen and (max-width:1200px) {
    #about .wrap {padding: 0 10px;}
    #about .wrap .catch h3 {font-size: 26px;}
}
@media screen and (max-width:768px) {
    #about .wrap {margin: 100px auto;}
    #about .wrap .text {display: block;}
    #about .wrap .catch,
    #about .wrap .content {width: 100%; margin-bottom: 50px;}
    #about .wrap .content>.link {text-align: center;}
    #about .wrap .img {margin: 50px auto 0;}
}
/* service */
#service {background: no-repeat url() center/cover;}
#service .wrap {width: 100%; background-color: rgba(255, 204, 102, 0.3);}
#service .wrap .content {width: 100%; max-width: 1330px; margin: 0 auto; padding: 100px 0;}
#service .wrap .content h3 {text-align: center; font-size: 32px;}
#service .wrap .content ul {margin: 70px auto 0; display: flex; flex-wrap: wrap; justify-content: space-around; list-style: none;}
#service .wrap .content ul li {width: 30%; margin-bottom: 30px; background-color: #fff; border-radius: 15px;}
#service .wrap .content ul li .img {width: 100%;}
#service .wrap .content ul li .img img {width: 100%; border-radius: 15px 15px 0 0;}
#service .wrap .content ul li .ttl {font-size: 26px; background-color: #06C755; color: #fff; text-align: center; line-height: 2;}
#service .wrap .content ul li .txt {padding: 1rem; font-size: 14px;}
#service .wrap .content .catch {margin: 70px auto 0; text-align: center; font-size: 42px; color: #FFCC66; font-weight: bold; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), -2px -2px 5px rgba(0, 0, 0, 0.4);}
#service .wrap .content .text {margin: 70px auto 0; text-align: center; font-size: 22px; color: #fff; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), -2px -2px 5px rgba(0, 0, 0, 0.4);}
@media screen and (max-width:1200px) {
    #service .wrap .content h3 {font-size: 26px;}
    #service .wrap .content ul li .ttl {font-size: 20px;}
    #service .wrap .content .catch {margin: 50px auto 0; font-size: 38px;}
    #service .wrap .content .text {margin: 50px auto 0; font-size: 18px;}
}
@media screen and (max-width:768px) {
    #service .wrap .content ul li {width: 47.5%;}
    #service .wrap .content .catch {margin: 50px auto 0; font-size: 32px;}
    #service .wrap .content .text {margin: 50px auto 0; font-size: 16px;}
}
@media screen and (max-width:590px) {
    #service .wrap .content ul li {width: 90%;}
    #service .wrap .content .catch {margin: 50px auto 0; font-size: 26px;}
}