@charset "UTF-8";
/* ===== Googleフォント ===== */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@media (max-width: 768px) {
  #wrapper .pc {
    display: none;
  }
}
#wrapper .sp {
  display: none;
}
@media (max-width: 768px) {
  #wrapper .sp {
    display: block;
  }
}
#wrapper .img-box {
  text-align: center;
}
#wrapper .img-box img {
  width: 100%;
  vertical-align: top;
}

.space {
  display: block;
  height: 100vh;
  width: 100%;
}

.wrapper {
  font-family: "ryo-gothic-plusn", sans-serif;
  color: #101010;
}
.wrapper .show-scroll {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper .show-scroll.is-active {
  opacity: 1;
}
.wrapper .logo-fix {
  z-index: 10;
  position: fixed;
  top: 40px;
  left: 40px;
  width: 125px;
}
@media (max-width: 768px) {
  .wrapper .logo-fix {
    top: 8px;
    left: 15px;
    width: 101px;
  }
}
.wrapper .archive {
  z-index: 1;
  position: fixed;
  top: 30px;
  right: 30px;
}
@media (max-width: 768px) {
  .wrapper .archive {
    top: 15px;
    right: 15px;
  }
}
.wrapper .archive a {
  text-decoration: none;
  font-family: "ff-din-paneuropean", sans-serif;
  color: #101010;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 1px 8px 2px;
  border: #101010 1px solid;
  border-radius: 999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .wrapper .archive a {
    font-size: 11px;
    padding: 0 8px 1px;
  }
}
.wrapper .archive:hover a {
  opacity: 0.6;
}
.wrapper .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: #DDDCDA;
}
@media (max-width: 768px) {
  .wrapper .mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: unset;
  }
}
.wrapper .mv .mv-img {
  width: 57.5%;
}
@media (max-width: 768px) {
  .wrapper .mv .mv-img {
    width: 100%;
  }
}
.wrapper .mv .mv-img .img-box {
  height: 100%;
}
@media (max-width: 768px) {
  .wrapper .mv .mv-img .img-box {
    width: 100%;
    height: unset;
  }
}
.wrapper .mv .mv-img .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 768px) {
  .wrapper .mv .mv-img .img-box img {
    width: 100%;
    height: unset;
  }
}
.wrapper .mv .mv-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 8vh 0;
  color: #221715;
}
@media (max-width: 768px) {
  .wrapper .mv .mv-text {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 4vh 0;
  }
}
.wrapper .mv .mv-text .logo-img {
  margin-right: 10%;
  margin-left: auto;
  width: 35%;
}
@media (max-width: 768px) {
  .wrapper .mv .mv-text .logo-img {
    margin-right: 4%;
    width: 33%;
  }
}
.wrapper .mv .mv-text .mv-title {
  width: 70%;
  margin: 0 auto;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .wrapper .mv .mv-text .mv-title {
    width: 85%;
    font-size: 22px;
  }
}
.wrapper .mv .mv-text .mv-title span {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 25px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .wrapper .mv .mv-text .mv-title span {
    font-size: 16px;
  }
}
.wrapper .section {
  position: relative;
}
.wrapper .section_01 {
  background-color: #DDDCDA;
}
.wrapper .section_01 .separator {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, calc(100% - 5px));
          transform: translate(0, calc(100% - 5px));
  width: 100%;
}
.wrapper .section_01 .separator svg {
  fill: #DDDCDA;
}
.wrapper .section_02 {
  background-color: #DDBD56;
}
.wrapper .section_02 .separator {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, calc(-100% + 5px));
          transform: translate(0, calc(-100% + 5px));
  width: 100%;
}
.wrapper .section_02 .separator svg {
  fill: #DDBD56;
}
.wrapper .section_03 {
  background-color: #DDDCDA;
}
.wrapper .introduction {
  padding: 120px 0 140px;
  margin: 0 auto;
  max-width: 725px;
  width: calc(100% - 60px);
}
@media (max-width: 768px) {
  .wrapper .introduction {
    padding: 77px 0 80px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wrapper .introduction .sp-inner {
    margin: 0 auto;
    width: calc(100% - 60px);
  }
}
.wrapper .introduction .text-xl {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .wrapper .introduction .text-xl {
    font-size: 20px;
  }
}
.wrapper .introduction .text-l {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .wrapper .introduction .text-l {
    font-size: 16px;
  }
}
.wrapper .introduction .text-m {
  font-size: 15px;
  line-height: 2.1;
}
@media (max-width: 768px) {
  .wrapper .introduction .text-m {
    font-size: 14px;
  }
}
.wrapper .introduction .introduction-img {
  width: 100%;
  margin: 100px 0 100px;
}
@media (max-width: 768px) {
  .wrapper .introduction .introduction-img {
    margin: 80px 0 80px;
  }
}
.wrapper .introduction .space-bottom {
  margin-bottom: 57px;
}
.wrapper .introduction .slider-wrapper {
  margin: 80px auto 80px;
  width: 80%;
}
@media (max-width: 768px) {
  .wrapper .introduction .slider-wrapper {
    margin: 70px auto 70px;
    width: calc(100% - 60px);
  }
}
.wrapper .introduction .slider-wrapper .splide__track {
  margin-bottom: 30px;
}
.wrapper .introduction .slider-wrapper .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper .introduction .slider-wrapper .slider-text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  background-color: #fff;
}
.wrapper .introduction .slider-wrapper .slider-text-wrapper .slider-text-l {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 13px;
}
.wrapper .introduction .slider-wrapper .slider-text-wrapper .slider-text-m {
  font-size: 12px;
  line-height: 1.5;
}
.wrapper .introduction .slider-wrapper .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  width: 280px;
  height: 40px;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
@media (max-width: 768px) {
  .wrapper .introduction .slider-wrapper .splide__arrows {
    width: 240px;
    height: 35px;
  }
}
.wrapper .introduction .slider-wrapper .splide__arrows .splide__arrow {
  opacity: 1;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .wrapper .introduction .slider-wrapper .splide__arrows .splide__arrow {
    width: 35px;
    height: 35px;
  }
}
.wrapper .introduction .slider-wrapper .splide__arrows .splide__arrow svg {
  display: none;
}
.wrapper .introduction .slider-wrapper .splide__arrows .splide__arrow:disabled {
  opacity: 0.5;
}
.wrapper .introduction .slider-wrapper .splide__arrows .splide__arrow.splide__arrow--prev {
  background-image: url(../images/slide-arrow_left_pc.svg);
}
@media (max-width: 768px) {
  .wrapper .introduction .slider-wrapper .splide__arrows .splide__arrow.splide__arrow--prev {
    background-image: url(../images/slide-arrow_left_sp.svg);
  }
}
.wrapper .introduction .slider-wrapper .splide__arrows .splide__arrow.splide__arrow--next {
  background-image: url(../images/slide-arrow_right_pc.svg);
}
@media (max-width: 768px) {
  .wrapper .introduction .slider-wrapper .splide__arrows .splide__arrow.splide__arrow--next {
    background-image: url(../images/slide-arrow_right_sp.svg);
  }
}
.wrapper .introduction .slider-wrapper .splide__arrows .slider-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.wrapper .introduction .introduction-speech-wrapper {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .wrapper .introduction .introduction-speech-wrapper {
    margin: 50px auto 0;
    width: calc(100% - 30px);
  }
}
.wrapper .introduction .introduction-speech-wrapper .introduction-speech-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
.wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech {
  display: grid;
  gap: 15px 25px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "area1 area2" "area1 area3";
  /* 高さは中身なり */
}
@media (max-width: 768px) {
  .wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech {
    gap: 10px 12px;
    grid-template-areas: "area1 area3" "area2 area3";
  }
}
.wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech .speech-icon {
  grid-area: area1;
  align-self: start;
  width: 130px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech .speech-icon {
    width: 78px;
  }
}
.wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech .speech-icon .speech-icon-img {
  padding: 6px;
}
@media (max-width: 768px) {
  .wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech .speech-icon .speech-icon-img {
    padding: 4px;
  }
}
.wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech .speech-member {
  grid-area: area2;
  align-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-left: 25px;
}
@media (max-width: 768px) {
  .wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech .speech-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 5px;
    margin-left: 0px;
  }
}
.wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech .speech-member .speech-name {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech .speech-member .speech-name {
    font-size: 15px;
  }
}
.wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech .speech-member .speech-shop {
  font-size: 11px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech .speech-member .speech-shop {
    font-size: 9px;
  }
}
.wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech .speech-bubble {
  position: relative;
  grid-area: area3;
  align-self: start;
}
.wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech .speech-bubble p {
  padding: 17px 25px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech .speech-bubble p {
    padding: 17px 20px;
    font-size: 13px;
    line-height: 1.7;
  }
}
.wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech .speech-bubble .speech-bubble-img {
  position: absolute;
  top: 5px;
  left: -10px;
}
@media (max-width: 768px) {
  .wrapper .introduction .introduction-speech-wrapper .introduction-speech-list .introduction-speech .speech-bubble .speech-bubble-img {
    top: 0;
    left: -8px;
  }
}
.wrapper .parallax-window {
  position: relative;
  width: 100%;
  height: 500px;
  clip-path: inset(0);
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .wrapper .parallax-window {
    height: unset;
    margin-bottom: 70px;
  }
}
.wrapper .parallax-window.parallax-separator {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wrapper .parallax-window.parallax-separator {
    margin-bottom: 0;
  }
}
.wrapper .parallax-window .img-box {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .wrapper .parallax-window .img-box {
    position: relative;
  }
}
.wrapper .parallax-window .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .last-img {
  margin: 0 auto;
  max-width: 723px;
  width: calc(100% - 60px);
  padding-bottom: 190px;
}
@media (max-width: 768px) {
  .wrapper .last-img {
    padding-bottom: 127px;
  }
}
.wrapper .experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 0 auto;
  padding: 0px 0 140px;
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .wrapper .experience {
    padding: 0px 0 60px;
    width: 100%;
  }
}
.wrapper .experience .experience-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 40%;
}
.wrapper .experience .experience-left .img-box_sticky {
  z-index: 11;
  position: sticky;
  top: 0;
  padding: 20px 0;
  height: calc(100vh - 40px);
  background-color: #DDDCDA;
}
.wrapper .experience .experience-left .img-box_sticky img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .experience .experience-left .sticky_next {
  height: 52.45%;
}
.wrapper .experience .experience-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wrapper .experience .experience-right .experience-right-inner {
  padding: 20px 0;
  margin: 0 auto;
  max-width: 494px;
  width: 100%;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner > * {
    margin: 0 auto;
    width: calc(100% - 60px);
  }
}
.wrapper .experience .experience-right .experience-right-inner > *:not(:last-child) {
  margin-bottom: 60px;
}
.wrapper .experience .experience-right .experience-right-inner .text-xl {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .text-xl {
    font-size: 20px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .text-xl:last-child {
  margin-bottom: 0;
}
.wrapper .experience .experience-right .experience-right-inner .text-l {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .text-l {
    font-size: 16px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .text-l:last-child {
  margin-bottom: 0;
}
.wrapper .experience .experience-right .experience-right-inner .text-m {
  font-size: 15px;
  line-height: 2.1;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .text-m {
    font-size: 14px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .text-last {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.1;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .text-last {
    font-size: 14px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .three-point-leader p {
  text-align: center;
  display: block;
}
.wrapper .experience .experience-right .experience-right-inner .text-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 35px;
}
.wrapper .experience .experience-right .experience-right-inner .text-q::before {
  content: "ー";
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .text-q {
    font-size: 14px;
    margin-bottom: 35px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 10px;
}
.wrapper .experience .experience-right .experience-right-inner .img-box .img-text {
  opacity: 0.6;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-size: 12px;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .full-img {
    width: 100%;
  }
}
.wrapper .experience .experience-right .experience-right-inner .instructor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 47px;
  background-color: #F0EFEE;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .instructor {
    padding: 17px 0 27px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .instructor .instructor-title {
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  border: #101010 1px solid;
  border-radius: 999px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .instructor .instructor-title {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-left {
  width: 40%;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-left {
    margin: 0 auto;
    width: calc(100% - 54px);
    margin-bottom: 15px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-left .instructor-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-left .instructor-icon {
    margin: 0 auto;
    width: 190px;
    margin-bottom: 25px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-left .instructor-icon .instructor-icon-img {
  width: calc(100% - 14px);
}
.wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-left .instructor-job {
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-left .instructor-job {
    text-align: left;
  }
}
.wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-left .instructor-name {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-left .instructor-name {
    text-align: left;
    font-size: 16px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-left .instructor-name span {
  font-size: 10px;
}
.wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-right {
  width: 60%;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-right {
    margin: 0 auto;
    width: calc(100% - 54px);
  }
}
.wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-right .instructor-text {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-right .instructor-text {
    font-size: 13px;
    line-height: 1.7;
  }
}
.wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-right .instructor-sns {
  font-size: 14px;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-right .instructor-sns {
    font-size: 13px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .instructor .instructor-box .instructor-right .instructor-sns a {
  margin-left: 6px;
  color: #101010;
  font-weight: 500;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .experience-speech-wrapper {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 10px);
  }
}
.wrapper .experience .experience-right .experience-right-inner .experience-speech-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
.wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech {
  display: grid;
  gap: 5px 20px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "area1 area3" "area2 area3";
  width: calc(100% - 90px);
  /* 高さは中身なり */
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech {
    gap: 10px 12px;
    width: calc(100% - 58px);
    grid-template-rows: 46px 1fr;
  }
}
.wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-icon {
  grid-area: area1;
  align-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-icon {
    width: 46px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-icon .speech-icon-img {
  width: calc(100% - 12px);
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-icon .speech-icon-img {
    width: calc(100% - 8px);
  }
}
.wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-icon .speech-icon-img img {
  width: 100%;
  /* 親要素に合わせる */
  height: 100%;
  /* 高さを親要素に合わせる */
}
.wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-member {
  grid-area: area2;
  align-self: start;
  justify-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 5px;
    margin-left: 0px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-member .speech-name {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-member .speech-name {
    font-size: 11px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-member .speech-name span {
  font-size: 9px;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-member .speech-name span {
    font-size: 8px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-bubble {
  width: 100%;
  position: relative;
  grid-area: area3;
  align-self: start;
}
.wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-bubble p {
  padding: 17px 25px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-bubble p {
    padding: 17px 20px;
    font-size: 13px;
    line-height: 1.7;
  }
}
.wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-bubble .speech-bubble-img {
  position: absolute;
  top: 5px;
  left: -10px;
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech .speech-bubble .speech-bubble-img {
    top: 0;
    left: -8px;
  }
}
.wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech.icon-right {
  grid-template-columns: 1fr auto;
  grid-template-areas: "area3 area1" "area3 area2";
  margin-left: auto;
}
.wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech.icon-right .speech-bubble {
  justify-self: end;
}
.wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech.icon-right .speech-bubble .speech-bubble-img {
  width: 14px;
  height: 14px;
  top: 5px;
  left: unset;
  right: -10px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 768px) {
  .wrapper .experience .experience-right .experience-right-inner .experience-speech-list .experience-speech.icon-right .speech-bubble .speech-bubble-img {
    top: 0;
    right: -8px;
  }
}
.wrapper .interview-section .experience-left .img-box_sticky {
  background-color: #DDBD56;
}
.wrapper .interview-section .experience-right .experience-right-inner > *:not(:last-child) {
  margin-bottom: 40px;
}
.wrapper .interview-section .experience-right .experience-right-inner *:first-child {
  margin-top: 0 !important;
}
.wrapper .interview-section .experience-right .experience-right-inner *:last-child {
  margin-bottom: 0 !important;
}
.wrapper .interview-section .experience-right .experience-right-inner .text-q {
  margin-bottom: 40px;
}
.wrapper .interview-section .experience-right .experience-right-inner .text-q + .text-m {
  margin-top: 40px;
}
.wrapper .interview-section .experience-right .experience-right-inner .text-m + .text-q {
  margin-top: 60px;
  margin-bottom: 0;
}
.wrapper .interview-section .experience-right .experience-right-inner .experience-img {
  margin: 80px auto;
}
@media (max-width: 768px) {
  .wrapper .interview-section .experience-right .experience-right-inner .experience-img {
    margin: 50px auto;
  }
}
.wrapper .column {
  position: relative;
  margin: 88px auto 150px;
  max-width: 818px;
  width: calc(100% - 60px);
  border: #101010 1px solid;
  border-radius: 47px;
}
@media (max-width: 768px) {
  .wrapper .column {
    margin: 60px auto 60px;
    border-radius: 12px;
  }
}
.wrapper .column:after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: #101010 1px solid;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .wrapper .column:after {
    border-radius: 14px;
  }
}
.wrapper .column .column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 110px 0 110px;
  max-width: 600px;
  width: calc(100% - 60px);
}
@media (max-width: 768px) {
  .wrapper .column .column-inner {
    padding: 50px 0 50px;
    width: calc(100% - 50px);
  }
}
.wrapper .column .column-inner .column-number {
  display: inline-block;
  padding: 5px 15px;
  border: #101010 1px solid;
  border-radius: 999px;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .wrapper .column .column-inner .column-number {
    font-size: 10px;
    margin-bottom: 32px;
  }
}
.wrapper .column .column-inner .column-title-main {
  text-align: center;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  .wrapper .column .column-inner .column-title-main {
    font-size: 20px;
    margin-bottom: 26px;
  }
}
.wrapper .column .column-inner .column-title-sub {
  margin: 0 auto;
  width: calc(100% - 100px);
  font-size: 15px;
  line-height: 2;
}
@media (max-width: 768px) {
  .wrapper .column .column-inner .column-title-sub {
    width: 100%;
    font-size: 13px;
  }
}
.wrapper .column .column-inner .column-content {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .wrapper .column .column-inner .column-content {
    padding-top: 50px;
  }
}
.wrapper .column .column-inner .column-content .column-content-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .wrapper .column .column-inner .column-content .column-content-title-box {
    margin-bottom: 30px;
  }
}
.wrapper .column .column-inner .column-content .column-content-title-box .column-content-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  aspect-ratio: 1/1;
  border: #101010 1px solid;
  border-radius: 50%;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.wrapper .column .column-inner .column-content .column-content-title-box .column-content-title {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-left: 14px;
}
@media (max-width: 768px) {
  .wrapper .column .column-inner .column-content .column-content-title-box .column-content-title {
    font-size: 18px;
  }
}
.wrapper .interview {
  margin: 0 auto;
  padding: 80px 0 0;
  max-width: 768px;
  width: calc(100% - 60px);
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .wrapper .interview {
    margin-bottom: 60px;
  }
}
.wrapper .interview .interview-head {
  text-align: center;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .wrapper .interview .interview-head {
    font-size: 12px;
    margin-bottom: 13px;
  }
}
.wrapper .interview .interview-title {
  text-align: center;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 74px;
}
@media (max-width: 768px) {
  .wrapper .interview .interview-title {
    font-size: 23px;
    margin-bottom: 36px;
  }
}
.wrapper .interview .interview-text {
  width: 100%;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .wrapper .interview .interview-text {
    font-size: 14px;
    margin-bottom: 60px;
  }
}
.wrapper .interview .interviewer {
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-radius: 12px;
}
.wrapper .interview .interviewer .interviewer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 0 auto;
  padding: 40px 0 30px;
  width: calc(100% - 100px);
}
@media (max-width: 768px) {
  .wrapper .interview .interviewer .interviewer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 34px;
    width: calc(100% - 60px);
  }
}
.wrapper .interview .interviewer .interviewer-inner .interviewer-icon {
  width: 163px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .wrapper .interview .interviewer .interviewer-inner .interviewer-icon {
    width: 200px;
  }
}
.wrapper .interview .interviewer .interviewer-inner .interviewer-icon .interviewer-icon-img {
  padding: 7px;
}
@media (max-width: 768px) {
  .wrapper .interview .interviewer .interviewer-inner .interviewer-icon .interviewer-icon-img {
    padding: 8px;
  }
}
.wrapper .interview .interviewer .interviewer-inner .interviewer-text-box {
  width: calc(100% - 183px);
}
@media (max-width: 768px) {
  .wrapper .interview .interviewer .interviewer-inner .interviewer-text-box {
    width: 100%;
  }
}
.wrapper .interview .interviewer .interviewer-inner .interviewer-text-box .interviewer-job {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .wrapper .interview .interviewer .interviewer-inner .interviewer-text-box .interviewer-job {
    margin-bottom: 8px;
  }
}
.wrapper .interview .interviewer .interviewer-inner .interviewer-text-box .interviewer-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .wrapper .interview .interviewer .interviewer-inner .interviewer-text-box .interviewer-name span {
    font-size: 10px;
  }
}
.wrapper .interview .interviewer .interviewer-inner .interviewer-text-box .interviewer-text {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .wrapper .interview .interviewer .interviewer-inner .interviewer-text-box .interviewer-text {
    font-size: 13px;
  }
}
.wrapper .special-thanks {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  padding-top: 150px;
  margin-bottom: 137px;
}
@media (max-width: 768px) {
  .wrapper .special-thanks {
    padding-top: 92px;
    margin-bottom: 97px;
  }
}
.wrapper .special-thanks .special-thanks-title {
  font-family: "ff-din-paneuropean", sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .wrapper .special-thanks .special-thanks-title {
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-bottom: 28px;
  }
}
.wrapper .special-thanks .special-thanks-list-wrapper {
  margin: 0 auto;
  max-width: 830px;
  width: calc(100% - 60px);
}
.wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list {
    row-gap: 20px;
  }
}
.wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 28px;
  background-color: rgba(255, 255, 255, 0.2509803922);
  border-radius: 12px;
}
@media (max-width: 768px) {
  .wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item .img-box {
  max-width: 362px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item .text-box {
    width: 100%;
  }
}
.wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item .text-box a {
  color: #101010;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item .text-box a:hover {
  opacity: 0.7;
}
.wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item .text-box .name-sub {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 5px;
}
.wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item .text-box .name {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-text-decoration: underline #707070;
          text-decoration: underline #707070;
  text-underline-offset: 4px;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item .text-box .price {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-text-decoration: underline #707070;
          text-decoration: underline #707070;
  text-underline-offset: 4px;
  padding-bottom: 2px;
}
.wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item .text-box .text {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item .text-box .text {
    font-size: 13px;
  }
}
.wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item .text-box table {
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item .text-box table {
    font-size: 12px;
  }
}
.wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item .text-box table th {
  text-align: left;
  font-weight: 600;
  padding-right: 20px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .wrapper .special-thanks .special-thanks-list-wrapper .special-thanks-list .special-thanks-item .text-box table th {
    padding-right: 10px;
  }
}
.wrapper .bonus {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .wrapper .bonus {
    margin-bottom: 97px;
  }
}
.wrapper .bonus .bonus-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .wrapper .bonus .bonus-title {
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 13px;
  }
}
.wrapper .bonus .bonus-title-sub {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .wrapper .bonus .bonus-title-sub {
    font-size: 13px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
}
.wrapper .bonus .bonus-list-wrapper .bonus-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  max-width: 1158px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wrapper .bonus .bonus-list-wrapper .bonus-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 75px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wrapper .bonus .bonus-list-wrapper .bonus-list .bonus-item {
  position: relative;
  width: 230px;
}
.wrapper .bonus .bonus-list-wrapper .bonus-list .bonus-item .bonus-img {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .wrapper .bonus .bonus-list-wrapper .bonus-list .bonus-item .bonus-img {
    margin-bottom: 15px;
  }
}
.wrapper .bonus .bonus-list-wrapper .bonus-list .bonus-item .comment {
  width: 70%;
  font-size: 12px;
  font-weight: 500;
}
.wrapper .bonus .bonus-list-wrapper .bonus-list .bonus-item .icon-member {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(25%, 50%);
          transform: translate(25%, 50%);
  width: 78px;
}
@media (max-width: 768px) {
  .wrapper .bonus .bonus-list-wrapper .bonus-list .bonus-item .icon-member {
    -webkit-transform: translate(50%, 25%);
            transform: translate(50%, 25%);
  }
}
.wrapper .bonus .bonus-list-wrapper .bonus-list .bonus-item .icon-member .speech-icon {
  border-radius: 50%;
  margin-bottom: 5px;
}
.wrapper .bonus .bonus-list-wrapper .bonus-list .bonus-item .icon-member .speech-icon .img-box {
  padding: 4px;
}
.wrapper .bonus .bonus-list-wrapper .bonus-list .bonus-item .icon-member .shop {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 2px;
}
.wrapper .bonus .bonus-list-wrapper .bonus-list .bonus-item .icon-member .name {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.wrapper .bnr {
  margin: 0 auto;
  max-width: 966px;
  width: calc(100% - 60px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 128px;
}
@media (max-width: 768px) {
  .wrapper .bnr {
    margin-bottom: 67px;
  }
}
.wrapper .bnr:hover {
  opacity: 0.7;
}
.wrapper .footer {
  height: auto;
  width: 100%;
  text-align: center;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .wrapper .footer {
    padding-bottom: 45px;
  }
}
.wrapper .footer .footer-area {
  max-width: 916px;
  margin: 0 auto;
}
.wrapper .footer .footer-area .sns-link {
  width: 107px;
  margin: 0 auto;
  padding: 42px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .footer .footer-area .sns-link li {
  list-style: none;
  text-align: center;
}
.wrapper .footer .footer-area .sns-link li img {
  position: relative;
}
.wrapper .footer .footer-area .sns-link li:nth-child(1) img {
  width: 22px;
}
.wrapper .footer .footer-area .sns-link li:nth-child(2) img {
  width: 19px;
}
.wrapper .footer .footer-area .sns-link li:nth-child(3) img {
  width: 17px;
}
.wrapper .footer .footer-area .copy {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #413D3C;
}

.speech-color_01 .speech-icon,
.speech-color_01 .speech-bubble p {
  background-color: #DBCACA;
}
.speech-color_01 .speech-bubble svg {
  fill: #DBCACA;
}
.speech-color_02 .speech-icon,
.speech-color_02 .speech-bubble p {
  background-color: #C5D0E2;
}
.speech-color_02 .speech-bubble svg {
  fill: #C5D0E2;
}
.speech-color_03 .speech-icon,
.speech-color_03 .speech-bubble p {
  background-color: #D9D0AB;
}
.speech-color_03 .speech-bubble svg {
  fill: #D9D0AB;
}
.speech-color_04 .speech-icon,
.speech-color_04 .speech-bubble p {
  background-color: #CBCBCB;
}
.speech-color_04 .speech-bubble svg {
  fill: #CBCBCB;
}
.speech-color_05 .speech-icon,
.speech-color_05 .speech-bubble p {
  background-color: #fff;
}
.speech-color_05 .speech-bubble svg {
  fill: #fff;
}

.column-content_01_01 {
  border-bottom: 1px #707070 solid;
}
.column-content_01_01 .column-content-list-title {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .column-content_01_01 .column-content-list-title {
    font-size: 12px;
  }
}
.column-content_01_01 .column-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .column-content_01_01 .column-content-list {
    width: 100%;
  }
}
.column-content_01_01 .column-content-list .column-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: calc((100% - 40px) / 2);
}
@media (max-width: 768px) {
  .column-content_01_01 .column-content-list .column-content-item {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    width: 100%;
  }
}
.column-content_01_01 .column-content-list .column-content-item .column-content-item-img {
  width: 88px;
}
.column-content_01_01 .column-content-list .column-content-item .text-box {
  width: calc(100% - 118px);
}
@media (max-width: 768px) {
  .column-content_01_01 .column-content-list .column-content-item .text-box {
    width: calc(100% - 103px);
  }
}
.column-content_01_01 .column-content-list .column-content-item .text-box .item_name {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .column-content_01_01 .column-content-list .column-content-item .text-box .item_name {
    font-size: 14px;
  }
}
.column-content_01_01 .column-content-list .column-content-item .text-box .item_text {
  font-size: 12px;
  line-height: 2;
}
@media (max-width: 768px) {
  .column-content_01_01 .column-content-list .column-content-item .text-box .item_text {
    font-size: 13px;
  }
}

.column_02 {
  margin-top: 0 !important;
}

.column-content_01_02 .column-content-text-m {
  font-size: 13px;
  line-height: 1.8;
}
.column-content_01_02 .column-content-text-l {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.column-content_01_02 .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 37px;
     -moz-column-gap: 37px;
          column-gap: 37px;
  width: calc(100% - 37px);
  padding-top: 30px;
}
@media (max-width: 768px) {
  .column-content_01_02 .flex-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    width: calc(100% - 8px);
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .column-content_01_02 .flex-box .text-box {
    width: calc(100% - 96px);
  }
}
@media (max-width: 768px) {
  .column-content_01_02 .flex-box .img-box {
    width: 88px;
  }
}

.column-content_02_01 {
  width: 100%;
  padding-bottom: 60px;
  border-bottom: 1px #000 solid;
}
@media (max-width: 768px) {
  .column-content_02_01 {
    padding-bottom: 50px;
  }
}
.column-content_02_01 .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 768px) {
  .column-content_02_01 .flex-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.column-content_02_01 .flex-box .column-content-img {
  width: 180px;
}
.column-content_02_01 .flex-box .column-content-img .img-box {
  margin-bottom: 5px;
}
.column-content_02_01 .flex-box .column-content-img p {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-size: 11px;
}

.column-content_02_02 .text {
  font-size: 15px;
  line-height: 2;
}
@media (max-width: 768px) {
  .column-content_02_02 .text {
    font-size: 14px;
  }
}
.column-content_02_02 .bold {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 30px;
}
.column-content_02_02 .large {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .column-content_02_02 .large {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.column-content_02_02 .img-box {
  margin: 0 auto;
  width: 180px;
  margin-bottom: 24px;
}

.parallax-window_01 .img-box img {
  -o-object-position: bottom;
     object-position: bottom;
}/*# sourceMappingURL=style.css.map */