@charset "utf-8";
/* head */
#header .head {padding: 80px 80px 0; width: 100%; height: 630px; background: no-repeat url(../img/service/head.jpg) center/cover;}
#header .head .box {width: 100%; height: 100%; background-color: rgba(255, 237, 201, 0.4); position: relative;}
#header .head .content {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
#header .head .content h1 {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 .content h1 {font-size: 40px;}
}
@media screen and (max-width:768px) {
    #header .head {padding: 50px 0 0;}
    #header .head .content h1 {font-size: 30px;}
}
/* service */
#service .wrap {width: 100%; max-width: 1330px; margin: 0 auto; padding: 100px 0 0;}
#service .wrap h3 {text-align: center; font-size: 32px;}
#service .wrap ul {margin: 70px auto 0; display: flex; flex-wrap: wrap; justify-content: space-around; list-style: none;}
#service .wrap ul li {width: 30%; margin-bottom: 30px; background-color: #fff; border-radius: 15px;}
#service .wrap ul li a {display: block; width: 100%; height: 100%; text-decoration: none; transition: .5s;}
#service .wrap ul li a:hover {opacity: .7;}
#service .wrap ul li a .img {width: 100%;}
#service .wrap ul li a .img img {width: 100%; border-radius: 15px 15px 0 0;}
#service .wrap ul li a .ttl {font-size: 26px; border-radius: 0 0 15px 15px; background-color: #06C755; color: #fff; text-align: center; line-height: 2;}
#service .wrap ul li a .txt {padding: 1rem; font-size: 14px;}
@media screen and (max-width:1200px) {
    #service .wrap h3 {font-size: 26px;}
    #service .wrap ul li a .ttl {font-size: 20px;}
}
@media screen and (max-width:768px) {
    #service .wrap ul li {width: 47.5%;}
}
@media screen and (max-width:590px) {
    #service .wrap ul li {width: 90%;}
}
/* symptoms */
#symptoms .wrap {width: 100%; max-width: 1000px; margin: 0 auto;}
#symptoms .wrap .item {padding-top: 100px;}
#symptoms .wrap .item .box {display: flex;}
#symptoms .wrap .item .box .img {width: 50%; padding: 0 20px 0 0;}
#symptoms .wrap .item .box .img img {width: 100%;}
#symptoms .wrap .item .box .text {width: 50%;}
#symptoms .wrap .item .box .text h4 {border-bottom: 1px solid #FFCC66; font-size: 24px;}
#symptoms .wrap .item .box .text p {margin: 1rem auto 0;}
#symptoms .wrap .item .worries {margin: 100px auto 0; position: relative; background-color: rgba(255, 204, 102, 0.3); border-radius: 10px; padding: 50px;}
#symptoms .wrap .item .worries h5 {display: inline-block; position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); background-color: #06C755; padding: 0 2rem; color: #fff; font-size: 18px; line-height: 3; border-radius: 10px; white-space: nowrap}
#symptoms .wrap .item .worries p {line-height: 3;}
#symptoms .wrap .item .cause {margin: 100px auto 0; position: relative; border: 1px solid #333; border-radius: 10px; padding: 50px;}
#symptoms .wrap .item .cause h5 {display: inline-block; position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); background-color: #333; padding: 0 2rem; color: #fff; font-size: 18px; line-height: 3; border-radius: 10px; white-space: nowrap}
#symptoms .wrap .item .cause p {line-height: 3;}
#symptoms .wrap .item .treatment {text-align: center; margin: 73px auto 0;}
#symptoms .wrap .item .treatment h5 {display: inline-block; background-color: #FFCC66; padding: 0 2rem; color: #333; font-size: 18px; line-height: 3; border-radius: 10px; white-space: nowrap}
#symptoms .wrap .item .treatment ul {list-style: none; display: flex; flex-wrap: wrap; margin: 30px auto 0;}
#symptoms .wrap .item .treatment ul li {width: 50%; margin: 0 auto 30px;}
#symptoms .wrap .item .treatment ul li:nth-child(odd) {padding: 0 20px 0 0;}
#symptoms .wrap .item .treatment ul li:nth-child(even) {padding: 0 0 0 20px;}
#symptoms .wrap .item .treatment ul li .img {width: 100%;}
#symptoms .wrap .item .treatment ul li .img img {width: 100%;}
#symptoms .wrap .item .treatment ul li h6 {text-align: center; font-size: 18px; margin: 10px auto 0;}
#symptoms .wrap .info p {font-size: 18px; font-weight: bold; margin: 50px auto 0;}
@media screen and (max-width:1200px) {
    #symptoms .wrap .item .box .text h4 {font-size: 20px;}
    #symptoms .wrap .item .treatment h5 {font-size: 16px;}
}
@media screen and (max-width:1020px) {
    #symptoms .wrap {padding: 0 10px;}
}
@media screen and (max-width:768px) {
    #symptoms .wrap .item .box {display: block;}
    #symptoms .wrap .item .box .img {width: 100%; padding: 0; margin: 0 auto 30px;}
    #symptoms .wrap .item .box .text {width: 100%;}
    #symptoms .wrap .item .treatment ul {display: block;}
    #symptoms .wrap .item .treatment ul li {width: 100%; padding: 0;}
    #symptoms .wrap .item .treatment ul li:nth-child(odd),
    #symptoms .wrap .item .treatment ul li:nth-child(even) {padding: 0;}
}
/* equipment */
#equipment .wrap {width: 100%; max-width: 1000px; margin: 0 auto; padding: 100px 0;}
#equipment .wrap h3 {text-align: center; font-size: 32px;}
#equipment .wrap ul {list-style: none;}
#equipment .wrap ul li {margin: 50px auto 0;}
#equipment .wrap ul li h4 {font-size: 24px; border-bottom: 1px solid #FFCC66;}
#equipment .wrap ul li .content {margin: 20px auto 0; display: flex;}
#equipment .wrap ul li .content .img {width: 50%; padding: 0 20px 0 0;}
#equipment .wrap ul li .content .img img {width: 100%;}
#equipment .wrap ul li .content .text {width: 50%; padding: 0 0 0 20px;}
#equipment .wrap ul li .content .text .point {margin: 70px auto 0; position: relative; background-color: rgba(255, 204, 102, 0.3); border-radius: 10px; padding: 50px;}
#equipment .wrap ul li .content .text .point h5 {display: inline-block; position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); background-color: #06C755; padding: 0 2rem; color: #fff; font-size: 18px; line-height: 3; border-radius: 10px; white-space: nowrap}
#equipment .wrap ul li .content .text .point p {line-height: 3;}
@media screen and (max-width:1200px) {
    #equipment .wrap h3 {font-size: 26px;}
    #equipment .wrap ul li h4 {font-size: 20px;}
}
@media screen and (max-width:1020px) {
    #equipment .wrap {padding: 100px 10px;}
}
@media screen and (max-width:768px) {
    #equipment .wrap ul li .content {display: block;}
    #equipment .wrap ul li .content .img {width: 100%; padding: 0;}
    #equipment .wrap ul li .content .text {width: 100%; padding: 0; margin: 30px auto 0;}
}