@charset "utf-8";
/* ====================
   common
   ==================== */
 /* #wrapper{
  overflow: hidden;
} */

#wrapper .content-inner{
  width: 100%;
  max-width: 855px;
  margin: 0 auto; 
}

#wrapper .l-text{
  margin: 0 0 30px;
  font-size: 35px;
  line-height: 1.6;
  font-weight: 500;
}

#wrapper .text p{
  font-size: 14.8px;
  line-height: 2.2;
}

@media only screen and (max-width: 1024px) {
  #wrapper .content-inner{
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  #wrapper .l-text{
    font-size: 5vw;
    line-height: 1.4;
    margin-bottom: 5px;
  }

  #wrapper .text p{
    font-size: 3.3vw;
    line-height: 1.6;
  }
}

/* ====================
   .hero
   ==================== */
#wrapper .hero{
  width: 100%;
  position: relative;
  padding-top: 72px;
}

#wrapper .hero .mv{
  position: relative;
  width: 100%;
}

#wrapper .hero .mv__photo{
  width: 100%;
}

#wrapper .hero .mv__photo picture,
#wrapper .hero .mv__photo img{
  display: block;
  width: 100%;
  height: auto;
}

#wrapper .hero .mv__copy{
  position: absolute;
  top: 0;
  right: 12.5%;
  width: 37%;
  height: 100%;
}

#wrapper .hero .mv__copy-bg{
  position: absolute;
  inset: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}

#wrapper .hero .mv__copy-bg picture,
#wrapper .hero .mv__copy-bg img{
  display: block;
  width: 100%;
  height: 100%;
}

#wrapper .hero .mv__copy-bg img{
  object-fit: cover;
}

#wrapper .hero .mv__copy-inner{
  position: absolute;
  width: 90%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-flow: column;
}

#wrapper .hero .mv__title{
  margin-top: 150px;
  font-size: 42px;
  line-height: 2;
  font-weight: 500;
}

#wrapper .hero .mv__meta{
  margin: auto 0 20px 0;
  font-size: 19px;
  line-height: 1.6;
}

#wrapper .hero .mv__meta .small{
  font-size: 13px;
}

@media only screen and (max-width: 1024px) {
  #wrapper .hero .mv__copy{
    right: 0;
    width: 50%;
  }

  #wrapper .hero .mv__copy-inner{
    left: 15px;
    right: 15px;
    padding: 15px 0 20px 0;
  }

  #wrapper .hero .mv__title{
    font-size: 5.2vw;
    line-height: 1.6;
    margin-top: 0;
  }

  #wrapper .hero .mv__meta{
    font-size: 3.5vw;
    line-height: 1.6;
    font-weight: 500;
    margin: auto 0 0 0;
  }
  
  #wrapper .hero .mv__meta .small{
    font-size: 3.4vw;
    line-height: 1.4;
    font-weight: 400;
    display: block;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #wrapper{
    overflow: hidden;
  }
  
  #wrapper .hero{
    padding-top: 60px;
  }
  
  #wrapper .hero .mv__copy{
    right: 0;
    width: 50%;
  }

  #wrapper .hero .mv__copy-inner{
    left: 10px;
    right: 10px;
    padding: 15px 0 20px 0;
  }

  #wrapper .hero .mv__title{
    font-size: 5.2vw;
    line-height: 1.6;
    margin-top: 0;
  }

  #wrapper .hero .mv__meta{
    font-size: 3.5vw;
    line-height: 1.6;
    font-weight: 500;
    margin: auto 0 0 0;
  }
  
  #wrapper .hero .mv__meta .small{
    font-size: 3.4vw;
    line-height: 1.4;
    font-weight: 400;
    display: block;
    margin-top: 10px;
  }
}

/* ====================
   .sec01
   ==================== */
#wrapper .sec01{
  padding: 80px 0 0 0;
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
  #wrapper .sec01{
    padding: 25px 0 0 0;
  }
}


/* ====================
   .sec02
   ==================== */
#wrapper .sec02{
  padding: 100px 0 90px 0;
  background: transparent;
  position: relative;
  z-index: 1;
}

#wrapper .sec02::before {
  content: "";
  position: absolute;
  top: 550px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eaeef1;
  z-index: -1;
}

#wrapper .sec02 .sec-img{
  width: 100%;
  max-width: 1160px;
  margin: 0 calc(50% - 50vw) 80px auto;
  position: relative;
}

#wrapper .sec02 .sec-img--leftline::before{
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  width: 14px;
  height: 100%;
  background: #e60012;
}

@media only screen and (max-width: 1024px) {
  #wrapper .sec02 .sec-img{
    width: calc(100% - 50px);
    margin: 0 0 28px auto;
  }

  #wrapper .sec02 .sec-img--leftline::before{
    left: -8px;
    width: 8px;
  }
}

@media only screen and (max-width: 767px) {
  #wrapper .sec02{
    padding: 35px 0;
  }
  
  #wrapper .sec02::before {
    top: 19%;
  }

  #wrapper .sec02 .sec-img{
    width: calc(100% - 50px);
    margin: 0 0 28px auto;
  }

  #wrapper .sec02 .sec-img--leftline::before{
    left: -8px;
    width: 8px;
  }
}


/* ====================
   .sec03
   ==================== */
#wrapper .sec03{
  padding: 100px 0 0 0;
}

#wrapper .sec03 .lyt-inner{
  max-width: none;
  padding: 0;
}

#wrapper .sec03 .sec-img{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 80px calc(50% - 50vw);
  position: relative;
}

#wrapper .sec03 .sec-img--rightline::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  height: 100%;
  background: #e60012;
}

@media only screen and (max-width: 1024px) {
  #wrapper .sec03 .sec-img{
    width: calc(100% - 50px);
    margin: 0 auto 28px 0;
  }

  #wrapper .sec03 .sec-img--rightline::before{
    right -8px;
    width: 8px;
  }
}

@media only screen and (max-width: 767px) {
  #wrapper .sec03{
    padding: 35px 0;
  }

  #wrapper .sec03 .sec-img{
    width: calc(100% - 50px);
    margin: 0 auto 28px 0;
  }

  #wrapper .sec03 .sec-img--rightline::before{
    right -8px;
    width: 8px;
  }
}


/* ====================
   .sec04
   ==================== */
#wrapper .sec04{
  padding: 90px 0 110px 0;
}

#wrapper .decision{
  justify-content: center;
  align-items: center;
  gap: 36px;
  margin-bottom: 0;
}

#wrapper .decision__head{
  width: 180px;
  text-align: center;
}

#wrapper .decision__label{
  display: inline-block;
  padding: 14px 14px 50px 14px;
  background: #ff0000;
  color: #fff;
  font-size: 33px;
  line-height: 1.4;
  font-weight: 500;
  clip-path: polygon(100% 0, 100% 80%, 60% 80%, 50% 100%, 40% 80%, 0 80%, 0 0);
}

#wrapper .decision__sub{
  font-size: 33px;
  line-height: 1.3;
  font-weight: 500;
}

#wrapper .decision__photo{
  width: 207px;
  flex: 0 0 207px;
}

#wrapper .decision__text{
  width: 460px;
  padding: 18px 10px;
  position: relative;
}

#wrapper .decision__text:before{
  content: "";
  position: absolute;
  height: 1px;
  width: 390px;
  background: #ff0000;
  transform: rotate(-6deg);
  top:-20px;
}

#wrapper .decision__text:after{
  content: "";
  position: absolute;
  height: 1px;
  width: 390px;
  background: #ff0000;
  transform: rotate(6deg);
  bottom:-20px;
}

#wrapper .decision__text p{
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  #wrapper .sec04{
    padding: 70px 0;
  }

  #wrapper .decision{
    gap: 24px;
  }

  #wrapper .decision__head{
    width: 150px;
  }

  #wrapper .decision__label{
    font-size: 22px;
  }

  #wrapper .decision__sub{
    font-size: 28px;
  }

  #wrapper .decision__photo{
    width: 150px;
    flex: 0 0 150px;
  }

  #wrapper .decision__text{
    width: 380px;
  }
  
  #wrapper .decision__text:before{
    width: 350px;
  }

  #wrapper .decision__text:after{
    width: 350px;
  }

  #wrapper .decision__text p{
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  #wrapper .sec04{
    padding: 35px 0;
  }

  #wrapper .decision{
    flex-flow: row nowrap;
    gap: 6px;
    margin-bottom: 0;
  }

  #wrapper .decision__head{
    width: 80px;
  }

  #wrapper .decision__label{
    padding: 7px 7px 25px 7px;
    font-size: 4.5vw;
  }

  #wrapper .decision__sub{
    font-size: 4.5vw;
  }

  #wrapper .decision__photo{
    width: 100px;
    flex: 0 0 100px;
  }

  #wrapper .decision__text{
    width: 48vw;
    padding: 18px 10px;
  }

  #wrapper .decision__text:before{
    width: 41vw;
    top: -5px;
  }

  #wrapper .decision__text:after{
    width: 41vw;
    bottom: -5px;
  }

  #wrapper .decision__text p{
    font-size: 3.5vw;
    line-height: 1.4;
    font-weight: 500;
  }
}


/* ====================
   .sec05
   ==================== */
#wrapper .sec05{
  padding: 30px 0 55px 0;
  background: #eaeef1;
}

#wrapper .schedule__title{
  margin: 0 0 28px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

#wrapper .schedule__list {
  width: fit-content;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

#wrapper .schedule__list:after{
  content: "";
  position: absolute;
  width: 1px;
  height: 98%;
  background: #ff0000;
  top: 5px;
  left: 47px;
}

#wrapper .schedule__row {
  width: auto; 
  /*! align-items: center; */
  font-size: 15px;
  line-height: 1.6;
}

#wrapper .schedule__row:not(:last-child) {
  margin-bottom: 12px;
}

#wrapper .schedule__row dt {
  width: 60px;
  flex: 0 0 60px;
}

#wrapper .schedule__row dd {
  width: auto;
}

@media only screen and (max-width: 1024px) {
  #wrapper .sec05{
    padding: 70px 0;
  }

  #wrapper .schedule__title{
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  #wrapper .sec05{
    padding: 20px 0;
  }

  #wrapper .schedule__title{
    font-size: 5vw;
    margin-bottom: 10px;
  }

  #wrapper .schedule__list {
    width: 90%;
  }

  #wrapper .schedule__list:after{
    width: 1px;
    height: 98%;
    top: 4px;
    left: 10%;
  }

  #wrapper .schedule__row {
    align-items: flex-start;
    font-size: 3.2vw;
  }

  #wrapper .schedule__row dt {
    width: 50px;
    flex: 0 0 50px;
  }
}


/* ====================
   .sec06
   ==================== */
#wrapper .sec06{
  position: relative;
  padding: 100px 0 120px;
  background: transparent;
  z-index: 0;
}

#wrapper .sec06::before {
  content: "";
  position: absolute;
  top: 240px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eaeef1;
  z-index: -1;
}

#wrapper .other-job{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

#wrapper .other-job__title{
  margin: 0 0 34px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

#wrapper .other-job__list{
  max-width: 784px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 80px;
}

#wrapper .other-job__item{
  display: block;
  width: calc((100% -160px) / 3);
}

#wrapper .other-job__list li.is-current{
  display:none;
}

#wrapper .other-job__name{
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #ea0220;
}

#wrapper .other-job__img{
  overflow: hidden;
}

#wrapper .other-job__img img{
  transition: transform .4s ease;
}

@media (any-hover: hover) {
  #wrapper .other-job__list li a:hover .other-job__img img{
    transform: scale(1.06);
  }
}

@media only screen and (max-width: 1024px) {
  #wrapper .sec06{
    padding: 70px 20px;
  }

  #wrapper .other-job__title{
    font-size: 30px;
  }

  #wrapper .other-job__name{
    font-size: 18px;
    min-height: 8.3vw;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  #wrapper .sec06{
    padding: 40px 0 20px 0;
  }
  
  #wrapper .sec06::before {
    top: 140px;
  }

  #wrapper .other-job__title{
    font-size: 5vw;
    margin-bottom: 15px;
  }

  #wrapper .other-job__list{
    width: 90%;
    gap: 15px;
  }

  #wrapper .other-job__item{
    display: block;
    width: calc((100% -30px) / 3);
  }
  
  #wrapper .other-job__name{
    padding: 2px 5px;
    font-size: 3.05vw;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.05em;
    min-height: 9.3vw;
    display: flex;
    align-items: center;
  }
}