@charset "UTF-8";
/* ----------------------------------------------------------
contents
---------------------------------------------------------- */
.l-section_1 {
  width: 100%;
  margin-top: 80px;
  height: calc(100vh - 80px);
  background: url(../img/top_img_01_02_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.e-section_1 {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top:39%;
}
.l-section_1-ttl {
  font-size: 100px;
  margin-bottom: 35px;
  text-align: center;
  line-height: .5;
  color: #fff;
}
.e-section_1 span {
  font-size: 28px;
  line-height: 1;
}
.e-section_1  p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.e-section_1  a {
  font-size: 28px;
  color: #fff;
  background-color: #00aab2;
  text-align: center;
  text-decoration:underline;
  text-decoration-color:#fff;
}
.l-scroll {
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
}
.scroll {
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  font-weight: bold;
}
.scroll::after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 50%;
  width: 1px;
  height: 70px;
  background: #fff;
  margin-left: -0.5px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-animation: scroll 2s ease-in-out infinite forwards;
          animation: scroll 2s ease-in-out infinite forwards;
}
@-webkit-keyframes scroll {
 0% {
   -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
          }
  50% {
    -webkit-transform-origin: top left;
     transform-origin: top left;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
          }
  51% {
    -webkit-transform-origin: bottom left;
     transform-origin: bottom left;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
          }
  100% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
          }
}
@keyframes scroll {
  0% {
    -webkit-transform-origin: top left;
     transform-origin: top left;
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
     opacity: 0;
           }
   50% {
     -webkit-transform-origin: top left;
      transform-origin: top left;
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     opacity: 1;
           }
   51% {
     -webkit-transform-origin: bottom left;
      transform-origin: bottom left;
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     opacity: 1;
           }
   100% {
     -webkit-transform-origin: bottom left;
     transform-origin: bottom left;
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
     opacity: 0;
           }
 }
.l-section_2-content_1 {
  background: url(../img/top_bg_01_pc.jpg);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  padding-top: 126px;
}
.l-section_2-content_1 > div {
  width: 52.8%;
  margin: 0 auto;
}
.l-section_2-content_1 .c-ttl {
  color: #00aab2;
  margin-bottom: 30px;
}
.l-section_2-content_1 p {
  padding:0 0 100px 65px;
}
.l-section_2-content_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-section_2-content_2 div {
  width: 50%;
}
.l-section_2-content_2 div:first-of-type {
  line-height:0;
  background: url(../img/top_img_02_02_pc.png);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-section_2-content_2 div img {
  width: 100%;
}
.l-section_2-content_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-section_2-content_3 div {
  width: 50%;
}
.l-section_2-content_3 div:nth-of-type(2) {
  line-height:0;
  background: url(../img/top_img_02_06_pc.jpg);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*
.l-section_2-content_3 div:nth-of-type(2) {
  line-height:0;
  background: url(../img/top_img_02_03_pc.jpg);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
}
*/
.l-section_2-content_3 div img {
  width: 100%;
}
.l-section_2-content_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-section_2-content_4 div {
  width: 50%;
}
.l-section_2-content_4 div:first-of-type {
  line-height:0;
  background: url(../img/top_img_02_05_pc.jpg);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*
.l-section_2-content_4 div:first-of-type {
  line-height:0;
  background: url(../img/top_img_02_04_pc.jpg);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
}
*/
.l-section_2-content_4 div img {
  width: 100%;
}
.l-section2_txt {
  background: url(../../common/img/c-txt_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 8% 100px 8%;
}
.l-section2_txt p {
  color: #fff;
  margin-bottom: 30px;
}
.l-section_2 p:last-of-type {
  margin-bottom: 0;
}
.l-section_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-section_3 > div {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.l-thumb_img {
  background: #424e59;
  line-height: 0;
}
.l-thumb_img img {
  width: 100%;
  opacity: .7;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.l-section_3 .l-ttl {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top:46.3%;
  text-align: center;
}
.l-section_3 .c-ttl_2 {
  text-align: left;
  display: inline-block;
  color: #fff;
}
.l-section_3 .c-ttl_2 .arrow {
  content: "";
  display: block;
  margin:30px 0 0 auto;
  width: 54px;
  height: 1px;
  position: relative;
  background: #fff;
  -webkit-transition: margin-right .5s ease-in-out;
  transition: margin-right .5s ease-in-out;
}
.l-section_3 .c-ttl_2 .arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  background: #fff;
  bottom: 4px;
  right: -2px;
  -webkit-transform: rotate(56deg);
          transform: rotate(56deg);
}
.l-section_3 a:hover .l-thumb_img img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.l-section_3 a:hover .c-ttl_2 .arrow {
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
/* ----------------------------------------------------------
contents
---------------------------------------------------------- */
.l-section_1 {
  margin-top: 60px;
  height: calc(100vh - 60px);
  background: url(../img/top_img_01_02_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.l-section_1-ttl {
  font-size: 43px;
  margin-bottom: 30px;
}
.e-section_1 span {
  font-size: 18px;
}
.e-section_1 p {
  font-size: 14px;
  margin-bottom: 10px;
}
.e-section_1  a {
  font-size: 18px;
  color: #fff;
  background-color: #00aab2;
  text-align: center;
  text-decoration:underline;
  text-decoration-color:#fff;
}
.scroll {
  font-size: 12px;
}
.scroll::after {
  height: 60px;
  top: 20px;
  margin-left: -0.5px;
}
.l-section_2-content_1 {
  padding-top: 72px;
}
.l-section_2-content_1 > div {
  width: 87.5%;
}
.l-section_2-content_1 .c-ttl {
  margin-bottom: 20px;
}
.l-section_2-content_1 p {
  font-size: 16px;
  padding: 0 0 50px 30px;
}
.l-section_2-content_2 {
  display: block;
}
.l-section_2-content_2 div {
  width: 100%;
}
.l-section_2-content_2 div:first-of-type {
  background: none;
}
.l-section_2-content_3 {
  display: block;
}
.l-section_2-content_3 div {
  width: 100%;
}
.l-section_2-content_3 div:nth-of-type(2) {
  background: none;
}
.l-section_2-content_4 {
  display: block;
}
.l-section_2-content_4 div {
  width: 100%;
}
.l-section_2-content_4 div:first-of-type {
  background: none;
}
.l-section2_txt {
  padding: 40px 6.25% 40px 6.25%;
}
.l-section_3 {
  display: block;
}
.l-section_3 > div {
  width: 100%;
}
.l-thumb_img img {
  opacity: 1;
}
.l-section_3 .l-ttl {
    top: 44%;
}
.l-section_3 .c-ttl_2 {
  font-size: 23px;
}
.l-section_3 .c-ttl_2 span {
  font-size: 14px;
}
.l-section_3 .c-ttl_2::before {
  top: -22px;
}
.l-section_3 .c-ttl_2 .arrow {
  margin: 15px 0 0 auto;
}

}
