/*
 ----------------------------
  contents
 ----------------------------
*/
.main-contents {
  padding: 114px 0 123px;
}
@media screen and (max-width: 768px) {
  .main-contents {
    padding: 80px 0 60px;
  }
}

.container {
  max-width: 680px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 76%;
  }
}

.sec-ttl {
  display: block;
  text-align: center;
  width: 100%;
  color: #008B23;
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec-ttl {
    text-align: left;
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.mv {
  position: relative;
}
.mv .container {
  max-width: 924px;
}
.mv__image {
  margin: 0 auto 96px;
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  .mv__image {
    width: 92%;
    margin-bottom: 40px;
  }
}
.mv__movie {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 780px;
  transition: 0.2s ease;
  cursor: pointer;
}
.mv__movie::before {
  content: "";
  position: absolute;
  background: url(../../../relay_assets/img/relay_movie-mask.png) no-repeat center/contain;
  width: 101%;
  height: 101%;
  top: -4px;
  left: -0.5%;
  z-index: 2;
}
.mv__movie video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 39/23;
}
.mv__new-catch {
  position: relative;
  margin: 0 -5px 65px -20px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .mv__new-catch {
    margin: 0 -20px 35px -26px;
  }
}

.sec01 {
  position: relative;
  padding: 68px 0 189px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 39px 0 113px;
  }
}
.sec01 .container {
  max-width: 857.3px;
}
.sec01 .container.wide {
  width: 100%;
  max-width: 85vw;
}
.sec01__prof {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sec01__prof {
    max-width: 306px;
    margin: 0 auto 30px;
    justify-content: space-between;
  }
}
.sec01__prof__name {
  font-weight: 500;
  margin-right: 30px;
  color: #008B23;
}
.sec01__prof__name .jp {
  display: block;
  line-height: 1.3;
  font-size: 35.4px;
}
@media screen and (max-width: 768px) {
  .sec01__prof__name .jp {
    font-size: 23px;
  }
}
.sec01__prof__name .en {
  display: block;
  font-size: 21px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sec01__prof__name .en {
    font-size: 13.5px;
  }
}
.sec01__prof__name .job {
  display: block;
  line-height: 2.2;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .sec01__prof__name .job {
    font-size: 10px;
    line-height: 2;
  }
}
.sec01__prof__logo {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .sec01__prof__logo {
    width: 113.5px;
  }
}
.sec01__txt {
  font-size: 20px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .sec01__txt {
    font-size: 15px;
  }
}
.sec01__txt--box {
  max-width: 830px;
  margin: 0 auto;
  padding: 67px 70px;
  border-radius: 20px;
  border: 3px solid #008B23;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01__txt--box {
    padding: 30px;
  }
}
.sec01__txt--box .line-top {
  position: absolute;
  object-fit: contain;
  top: -105px;
  height: 105px;
  width: 3.5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec01__txt--box .line-top {
    top: -52.5px;
    height: 52.5px;
    object-fit: cover;
  }
}
.sec01__txt--box .line-btm {
  position: absolute;
  object-fit: contain;
  width: 14px;
  height: 115px;
  bottom: -115px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec01__txt--box .line-btm {
    height: 57.5px;
    bottom: -57.5px;
    object-fit: cover;
    object-position: bottom;
  }
}
.sec01__txt--box::before, .sec01__txt--box::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 20px;
  height: 30px;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .sec01__txt--box::before, .sec01__txt--box::after {
    width: 12px;
  }
}
.sec01__txt--box::before {
  top: -5px;
}
.sec01__txt--box::after {
  bottom: -5px;
  transform: translateX(-25px);
}
@media screen and (max-width: 768px) {
  .sec01__txt--box::after {
    transform: translateX(-18px);
  }
}

.sec02 {
  padding: 0 0 220px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 0 0 88px;
  }
}
.sec02::after {
  content: "";
  position: absolute;
  background: url(../../../relay_assets/img/sec-arrow.png) no-repeat center/contain;
  width: 18px;
  height: 148.5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec02::after {
    width: 14px;
    height: 60px;
    background: url(../../../relay_assets/img/sec-arrow.png) no-repeat center bottom/cover;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .sec-ttl {
    font-size: 22px;
  }
}
.sec02 .sec-mv {
  max-width: 780px;
  width: 90%;
  margin: 0 auto 70px;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .sec02 .sec-mv {
    max-width: 450px;
    margin: 0 auto 48.35px;
  }
}
@media screen and (max-width: 500px) {
  .sec02 .sec-mv {
    max-width: 310px;
  }
}
.sec02__img {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .sec02__img {
    padding: 36px 0 42px;
  }
}

.sec03 {
  padding: 70px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 57px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .sec-ttl {
    width: 205px;
    margin: 0 auto 30px;
  }
}
.sec03 .sec-mv {
  max-width: 780px;
  width: 90%;
  margin: 0 auto 71px;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .sec03 .sec-mv {
    max-width: 450px;
    margin: 0 auto 53.3px;
  }
}
@media screen and (max-width: 500px) {
  .sec03 .sec-mv {
    max-width: 346.9px;
  }
}
.sec03__img {
  padding: 67px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec03__img {
    padding: 27px 0;
    margin: 0 auto;
  }
}