/*
 ----------------------------
  contents
 ----------------------------
*/
.main-contents {
  padding: 102px 0 120px;
}
@media screen and (max-width: 768px) {
  .main-contents {
    padding: 80px 0 40px;
  }
}

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

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

.mv {
  position: relative;
}
.mv .container {
  max-width: 903.7px;
}
.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;
  max-width: 933px;
  margin: 0 auto 95px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .mv__new-catch {
    margin: 0 0 40px -10px;
  }
}

.sec01 {
  position: relative;
  padding: 68px 0 189px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 37px 0 113px;
  }
}
.sec01 .sec-ttl {
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .sec01 .sec-ttl {
    margin: 0 auto 25px;
    max-width: 279px;
  }
}
.sec01 .container {
  max-width: 857.3px;
}
.sec01__prof {
  display: flex;
  max-width: 640px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec01__prof {
    max-width: 100%;
    margin-bottom: 37.8px;
    display: block;
  }
}
.sec01__prof__name {
  font-weight: 500;
  color: #008B23;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .sec01__prof__name {
    margin-right: 0;
  }
}
.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: 80px;
}
@media screen and (max-width: 768px) {
  .sec01__prof__logo {
    width: 60px;
    margin-top: 20px;
  }
}
.sec01__anchor__wrapper {
  margin: 0 auto;
  max-width: 830px;
}
.sec01__anchor__wrapper .anchor-ttl {
  font-weight: bold;
  color: #008C00;
  text-align: center;
  font-size: 28px;
  padding: 10px 0;
  border-top: 1px solid #008C00;
  border-bottom: 1px solid #008C00;
}
.sec01__anchor__wrapper .anchor {
  list-style: none;
  font-size: 24px;
  padding: 20px 70px;
  border-bottom: 1px solid #008C00;
  margin-bottom: 175px;
}
@media screen and (max-width: 768px) {
  .sec01__anchor__wrapper .anchor {
    font-size: 18px;
  }
}
.sec01__anchor__wrapper .anchor li:not(:last-child) {
  margin-bottom: 5px;
}
.sec01__anchor__wrapper .anchor a {
  text-decoration: none;
  color: #008D00;
}
.sec01__anchor__wrapper .anchor a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sec01__anchor__wrapper .anchor-ttl {
    font-size: 21px;
  }
  .sec01__anchor__wrapper .anchor {
    font-size: 16px;
    padding: 20px 10px;
    margin-bottom: 90px;
    text-indent: -1.6rem;
    padding-left: 1.3rem;
  }
}
.sec01__txt {
  font-size: 20px;
}
@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 240px;
  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;
  }
}
.sec02 .sec-ttl {
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  .sec02 .sec-ttl {
    max-width: 290px;
    margin: 0 auto 20px;
  }
}
.sec02__list-ttl {
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  height: 57px;
  color: #fff;
  background: #008B23;
  padding: 10px 0;
}
.sec02__img {
  width: min(780px, 100%);
  margin: 40px auto 60px;
}
@media screen and (max-width: 768px) {
  .sec02__img {
    margin: 30px auto;
  }
}
.sec02__movie {
  width: min(780px, 100%);
  margin: 40px auto 60px;
}
.sec02__movie video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 39/23;
}
@media screen and (max-width: 768px) {
  .sec02__movie {
    margin: 30px auto;
  }
}

.sec03 {
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 57px 0 88px;
  }
}
.sec03 .sec-ttl {
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .sec03 .sec-ttl {
    width: 285px;
    margin-bottom: 20px;
  }
}
.sec03__img {
  width: min(780px, 92%);
  margin: 40px auto 60px;
}
@media screen and (max-width: 768px) {
  .sec03__img {
    margin: 30px auto;
  }
}
.sec03__movie {
  width: min(780px, 100%);
  margin: 40px auto 60px;
}
.sec03__movie video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 39/23;
}
@media screen and (max-width: 768px) {
  .sec03__movie {
    margin: 30px auto;
  }
}
.sec03 a {
  word-break: break-all;
}