@charset "utf-8";

.sect1{margin: 0 0 100px;margin-left:calc(50% - 500px) ;}

.sect1 .sect1-inner{display: flex;justify-content: space-between;}
.sect1 p{margin-bottom: 30px;}
.sect1-img figure{position: relative;}
.sect1-img .capOut{
     position: absolute;
       font-size: 1rem;
       bottom: -20px;
       right: 5px;
       margin: 0;
}
.sect2{max-width: 1208px;margin: 0 auto;height: 562px;display: flex;justify-content: center;align-items: center;}
.sect2{background: url(../images/concept/question_bg.png) no-repeat center center; background-size: cover;}
.sect2 .container {max-width: 1140px; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.sect2 .container>.txt{width: 32%;}
.sect2 .tit1 {margin-bottom: 35px;}
.sect2 .text2 {margin-bottom: 35px;}
.sect2 figure {position: relative;}
.sect2 figure figcaption {position: absolute; right: 10px; bottom: 5px; font-size: 10px; color: #fff; text-shadow: 2px 2px 5px #000, -2px -2px 5px #000;}
.sect2 figure figcaption.capOut{bottom: -25px;left: 0;color: #000;text-shadow: none;}


.sect3{padding: 150px 0 50px;position: relative;max-width: 1610px;}
.sect3 .container{max-width: 1300px; position: relative;}
.sect3 .sect3-content {bottom: min(-9vw, 150px); right: 0; background: rgba(0, 0, 0, 0.6); padding: 65px 10px min(5vw, 80px) min(5vw, 80px); max-width: 450px; width: 100%;color: #fff;}
.sect3 .sect3-content .txt2 {margin-top: 45px;}
.sect3 .sect3-content .txt3 {margin-top: 30px;}
.sect3 .photo{width: 81.366459%;}
.sect3 .photo figure{position: relative;}
.sect3  .capOut{position: absolute;font-size: 1rem;bottom: -20px;left: 10px;}

.sect4 {display: flex;align-items: center;justify-content: center;padding: 120px 0 70px; background: url(../images/concept/safety_bg.png) no-repeat center bottom; background-size: cover;max-width: 1812px;margin: 130px auto 0;height: 843px;}
.sect4 .container {justify-content: space-between; max-width: 940px;}
.sect4 .col1 {width: 51.393%;}
.sect4 .col2 {width: 44.005%;}
.sect1-txt{line-height: 2;width: 34.25%;}
.sect1-img{flex: 1;}
.sect1-img img{width: 100%;}
/* MEDIA */
@media (min-width:769px) and (max-width: 1020px) {
     .sect1{margin:0 20px;}
     .sect1-txt{width: 32%;}
     .sect1-img{width: 65.75342%;}
     .sect3 .sect3-content{max-width: 40%;padding: 40px 20px;}
     .sect4{height: auto;}
}

@media screen and (max-width: 830px) {
     .sect2 figure figcaption.capOut{bottom: -40px;}
}
@media screen and (max-width: 768px) {
     .sect2{height: auto;}
     .sect2 figure figcaption.capOut{bottom: -25px;}
}

@media screen and (max-width: 768px) {
     .sect1 {width: calc(100% - 40px);margin: 0 auto 60px;}
     .sect1 .sect1-inner{flex-wrap: wrap;}
     .sect1 .sect1-inner .sect1-txt{width: 100%;margin: 0 0 30px;}
     .sect1-img{width: 100%;flex: unset;}
     .sect1 .tit1 {margin-bottom: 20px;}
     .sect1 .tit2 {margin-bottom: 20px; font-size: 16px;}
     .sect1 p {margin-bottom: 15px;}
     
     .sect2 {padding: 60px 0; background-position-y: 0;}
     .sect2 .txt{width: 100%; margin-bottom: 0px;margin-left: 20px;}
     .sect2 .tit1 {margin-bottom: 20px;}
     .sect2 .text2 {margin-bottom: 20px;}
     .sect2 .imgAbs {width: 100%;}
     .sect2 .imgAbs img{width: 100%;}
     .sect3{padding: 50px 0;width: calc(100% - 40px);margin: 0 auto;}
       .sect3 .sect3-content {
          position: relative;
          max-width: 100%;
     }
     .sect3 .sect3-content {padding: 2rem; display: flex; flex-direction: column; justify-content: center; bottom: 0;}
     .sect3 .sect3-content .tit {font-size: 6vw; line-height: 1;}
     .sect3 .sect3-content .txt2,
     .sect3 .sect3-content .txt3 {line-height: 1.2; margin-top: 4vw; font-size: 3.5vw;}
     .sect3 .photo {width: 100%;}
     .sect3 .capOut{bottom: -40px;}

     .sect4 {padding: 60px 0; text-align: center; margin-top: 0;height: auto;}
     .sect4 .col1 {width: 100%; margin-bottom: 40px;}
     .sect4 .col2 {width: 100%;}
     .cap{font-size: 1rem;}
}
@media screen and (max-width: 456px) {
     .sect2{padding: 60px 0;}
     .sect2 figure figcaption.capOut{bottom: -50px;}
}
.cap640{display: none;}
@media screen and (max-width: 640px) {
     .sect3 .sect3-content {
          position: relative;
          max-width: 100%;
     }
     .sect3 .capOut{display: none;}
     .cap640{display: block;font-size: 1rem;margin-top: 5px;}
}
