@charset "UTF-8";
.box_sample {
  margin: 10px;
  padding: 10px;
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.invisible {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.anime {
  opacity: 0;
}
.anime-delay-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.anime-delay-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.anime-delay-3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.anime-delay-4 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.anime-delay-5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.anime-delay-6 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.anime-delay-7 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.anime-delay-8 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.anime-delay-9 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.anime-delay-10 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.anime-delay-11 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.anime-delay-12 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.anime-delay-13 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.anime-delay-14 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.anime-delay-fast1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.anime-delay-fast2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.anime-delay-fast3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.anime-delay-fast4 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.anime-delay-fast5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.anime-delay-fast6 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.anime-delay-fast7 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.anime-slow {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInDown {
  -webkit-animation: 0.8s 0.6s fadeInDown both;
          animation: 0.8s 0.6s fadeInDown both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
main {
  word-break: break-word;
  margin-bottom: 170px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #323232;
}
main img {
  width: 100%;
}
main .inner {
  max-width: 1500px;
  padding: 0 50px;
  margin: auto;
}
main .mgt20 {
  margin-top: 20px;
}
main .mgt40 {
  margin-top: 40px;
}
main .w730 {
  width: 730px;
  margin: auto;
}
main .fw-b {
  font-weight: bold;
}
main .main__subttl {
  height: 60px;
  max-width: 730px;
  margin: 90px auto 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
main .main__question {
  line-height: 1.8;
  font-size: 1.4rem;
  max-width: 730px;
  margin: 35px auto 0;
  font-weight: bold;
}
main .main__txt {
  font-weight: 500;
  max-width: 730px;
  width: 100%;
  margin: 40px auto 0;
  font-size: 1.4rem;
  line-height: 2;
}
main .main__txt:nth-of-type(n+2) {
  margin-top: 30px;
}
main .main__txt--name {
  font-weight: bold;
}
main .main__img {
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
main #LEAD .lead {
  margin-top: 100px;
}
main #LEAD .lead__name {
  line-height: 1.3;
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #000;
}
main #LEAD .lead__ttl {
  margin-top: 30px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  height: 70px;
}
main #LEAD .lead__txt {
  margin-top: 30px;
  font-size: 1.6rem;
  text-align: center;
}
main #LEAD .lead__credit {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 30px;
}
main #LEAD .lead__plofile {
  max-width: 950px;
  margin: 90px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
main #LEAD .lead__plofile--ttl {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
main #LEAD .lead__plofile--img {
  max-width: 426px;
  width: 45%;
}
main #SEC01 .sec01 {
  width: 100%;
}
main #SEC01 .sec01__question:first-of-type {
  margin-top: 20px;
}
main #SEC01 .sec01__video {
  overflow: hidden;
  width: 203px;
  height: 303px;
  border-radius: 10px;
  border: 3px solid #9CA5D2;
  margin: 100px 0 0 auto;
}
main #SEC01 .sec01__video video {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main #SEC02 {
  margin-top: 84px;
  background-color: #9CA5D2;
}
main #SEC02 .sec02__ttl {
  position: relative;
  max-width: 730px;
  margin: auto;
}
main #SEC02 .sec02__ttl img {
  position: absolute;
  top: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main #SEC02 .sec02__content {
  padding: 65px 0;
  margin: auto;
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main #SEC02 .sec02__content__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
main #SEC02 .sec02__content__item:nth-of-type(-n+2) {
  margin-top: 0;
}
main #SEC02 .sec02__content__item__txtbox {
  width: 250px;
  margin: auto auto 45px 0;
  margin-bottom: 45px;
}
main #SEC02 .sec02__content__item--img {
  width: 260px;
  height: 330px;
}
main #SEC02 .sec02__content__item--bookttl {
  font-size: 2rem;
  line-height: 1.25;
}
main #SEC02 .sec02__content__item--booksub {
  font-size: 1.6rem;
}
main #SEC02 .sec02__content__item--booktxt {
  font-size: 1.3rem;
  line-height: 1.9;
}
main #SEC03 .sec03__ttl.ttl02 {
  margin-top: 130px;
}
main #SEC03 .sec03__question:first-of-type {
  margin-top: 20px;
}
main #SEC03 .sec03__video {
  overflow: hidden;
  width: 203px;
  height: 303px;
  border-radius: 10px;
  border: 3px solid #857A37;
  margin: 100px auto 0 0;
}
main #SEC03 .sec03__video video {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main #SEC04 {
  margin-top: 84px;
  background-color: #857A37;
  color: #fff;
}
main #SEC04 .sec04__ttl {
  position: relative;
  max-width: 775px;
  margin: auto;
}
main #SEC04 .sec04__ttl img {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main #SEC04 .sec04__content {
  padding: 65px 0;
  margin: auto;
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main #SEC04 .sec04__content__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
main #SEC04 .sec04__content__item:nth-of-type(-n+2) {
  margin-top: 0;
}
main #SEC04 .sec04__content__item__txtbox {
  width: 250px;
  margin: auto auto 45px 0;
  margin-bottom: 45px;
}
main #SEC04 .sec04__content__item--img {
  width: 260px;
  height: 330px;
}
main #SEC04 .sec04__content__item--bookttl {
  font-size: 2rem;
  line-height: 1.25;
}
main #SEC04 .sec04__content__item--booksub {
  font-size: 1.6rem;
}
main #SEC04 .sec04__content__item--booktxt {
  font-size: 1.3rem;
  line-height: 1.9;
}
main #SEC05 .sec05__img--last {
  margin-top: 70px;
}
main #SEC05 .sec05__ttl.ttl02 {
  margin-top: 130px;
}
main #SEC05 .sec05__question:first-of-type {
  margin-top: 20px;
}
main #SEC05 .sec05__video {
  overflow: hidden;
  width: 203px;
  height: 303px;
  border-radius: 10px;
  border: 3px solid #857A37;
  margin: 100px auto 0 0;
}
main #SEC05 .sec05__video video {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* SP */
@media screen and (max-width: 769px) {
  main {
    margin-bottom: 100px;
  }
  main .inner {
    max-width: 375px;
    padding: 0;
  }
  main .mgt20 {
    margin-top: 20px;
  }
  main .mgt30 {
    margin-top: 30px;
  }
  main .mgt40 {
    margin-top: 40px;
  }
  main .w730 {
    width: auto;
    margin: auto;
  }
  main .main__subttl {
    padding: 0 10px;
    height: 55px;
    margin: 50px auto 0;
    font-size: 1.6rem;
    line-height: 1.4;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 365px;
    display: block;
  }
  main .main__subttl:first-of-type {
    margin: 75px auto 0;
  }
  main .main__question {
    max-width: 365px;
    max-width: 365px;
    padding: 0 10px;
    line-height: 1.7;
    font-size: 1rem;
    margin: 25px auto 0;
  }
  main .main__txt {
    max-width: 365px;
    padding: 0 10px;
    margin: 25px auto 0;
    font-size: 1rem;
  }
  main .main__img {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  main #LEAD .lead {
    margin-top: 50px;
  }
  main #LEAD .lead__name {
    line-height: 1.3;
    font-size: 1.3rem;
  }
  main #LEAD .lead__ttl {
    line-height: 1.4;
    margin-top: 15px;
    font-size: 1.6rem;
    height: 50px;
  }
  main #LEAD .lead__txt {
    text-align: left;
    margin-top: 15px;
    font-size: 1.1rem;
    padding: 0 10px;
  }
  main #LEAD .lead__credit {
    font-size: 1.1rem;
    margin-top: 15px;
  }
  main #LEAD .lead__plofile {
    max-width: 950px;
    margin: 50px auto 0;
    display: block;
    padding: 0 10px;
  }
  main #LEAD .lead__plofile--ttl {
    width: 213px;
    display: block;
    margin: auto;
    position: initial;
    -webkit-transform: none;
            transform: none;
  }
  main #LEAD .lead__plofile--img {
    width: 100%;
    max-width: 351px;
    margin-top: 20px;
  }
  main #LEAD .lead__plofile--img:last-of-type {
    margin-top: -35px;
  }
  main #SEC01 .sec01 {
    min-width: initial;
  }
  main #SEC01 .sec01__question:first-of-type {
    margin-top: 20px;
  }
  main #SEC01 .sec01__video {
    margin: 75px auto 0;
  }
  main #SEC01 .sec01__video video {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main #SEC02 {
    margin-top: 205px;
  }
  main #SEC02 .sec02__ttl {
    max-width: 375px;
  }
  main #SEC02 .sec02__ttl img {
    position: absolute;
    top: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main #SEC02 .sec02__content {
    padding: 50px 0;
    margin: auto;
    max-width: 1140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main #SEC02 .sec02__content__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
  }
  main #SEC02 .sec02__content__item.pd10 {
    padding: 0 10px;
  }
  main #SEC02 .sec02__content__item:nth-of-type(-n+2) {
    margin-top: 35px;
  }
  main #SEC02 .sec02__content__item:first-of-type {
    margin-top: 0;
  }
  main #SEC02 .sec02__content__item__txtbox {
    padding: 0 50px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 0;
  }
  main #SEC02 .sec02__content__item--img {
    padding: 0 35px;
    max-width: none;
    width: auto;
    height: 380px;
  }
  main #SEC02 .sec02__content__item--bookttl {
    font-size: 1.75rem;
    line-height: 1.17;
  }
  main #SEC02 .sec02__content__item--booksub {
    font-size: 1.4rem;
  }
  main #SEC02 .sec02__content__item--booktxt {
    font-size: 1.1rem;
    line-height: 1.8;
  }
  main #SEC03 .sec03 {
    min-width: initial;
  }
  main #SEC03 .sec03__question:first-of-type {
    margin-top: 20px;
  }
  main #SEC03 .sec03__video {
    margin: 75px auto 0;
  }
  main #SEC03 .sec03__video video {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main #SEC04 {
    margin-top: 205px;
  }
  main #SEC04 .sec04__ttl {
    max-width: 375px;
  }
  main #SEC04 .sec04__ttl img {
    position: absolute;
    top: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main #SEC04 .sec04__content {
    padding: 50px 0;
    margin: auto;
    max-width: 1140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main #SEC04 .sec04__content__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
  }
  main #SEC04 .sec04__content__item.pd10 {
    padding: 0 10px;
  }
  main #SEC04 .sec04__content__item:nth-of-type(-n+2) {
    margin-top: 35px;
  }
  main #SEC04 .sec04__content__item:first-of-type {
    margin-top: 0;
  }
  main #SEC04 .sec04__content__item__txtbox {
    padding: 0 50px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 0;
  }
  main #SEC04 .sec04__content__item--img {
    padding: 0 35px;
    max-width: none;
    width: auto;
    height: 380px;
  }
  main #SEC04 .sec04__content__item--bookttl {
    font-size: 1.75rem;
    line-height: 1.17;
  }
  main #SEC04 .sec04__content__item--booksub {
    font-size: 1.4rem;
  }
  main #SEC04 .sec04__content__item--booktxt {
    font-size: 1.1rem;
    line-height: 1.8;
  }
  main #SEC05 .sec05__img--last {
    margin: 50px auto 0;
    max-width: 375px;
  }
  main #SEC05 .sec05 {
    min-width: initial;
  }
  main #SEC05 .sec05__question:first-of-type {
    margin-top: 20px;
  }
  main #SEC05 .sec05__video {
    margin: 75px auto 0;
  }
  main #SEC05 .sec05__video video {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* SP ここまで */