:root {
  --black-color: #414141;
  --white-color: #FFF;
  --yellow-color: #FF0;
  --blue-color: #00a7c6;
  --dark-blue-color: #007C93;
  --bg-second-color: #E6F1F4;
  --base-font-family: "Noto Sans JP", sans-serif;
  --en-font-family: "Josefin Sans", sans-serif;
  --page-width: calc(100vw - min(16vw, 80px));
  --max-page-width: 600px;
  --wrapper-padding: 80px 0;
  --anime-transition: all .5s;
  --anime-opacity: .6;
  --bg-gradient: linear-gradient(to right, #7ad9cf 0%, #b6c8ef 44.33%, #eac0ff 100%);
}

@media screen and (min-width: 769px) {
  :root {
    --wrapper-padding: 120px 0;
    --max-page-width: 900px;
  }
}

html,
body {
  color: var(--black-color);
  font-family: var(--base-font-family);
  overflow-x: hidden;
}

html {
  font-size: 62.5%;

}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  background: var(--white-color);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: var(--black-color);
  text-decoration: none;
  transition: var(--anime-transition);
}

a:hover {
  opacity: var(--anime-opacity);
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 3.0rem;
}

h3 {
  font-size: 1.8rem;
}

b,
strong,
.bold {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.container {
  width: var(--page-width);
  max-width: var(--max-page-width);
  margin: 0 auto;
  position: relative;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.flex-direction-reverse {
  flex-direction: row-reverse;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

[role=tabpanel] {
  display: none;
}

[role=tabpanel][aria-hidden=false] {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wf-loading {
  opacity: 0;
}

.lookforward-close-btn {
  visibility: hidden;
}


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

  .for-tab:not(.for-sp) {
    display: none;
  }

  .for-pc {
    display: none !important;
  }

  .d-flex-sp {
    display: flex;
  }

  .swiper-wrapper {
    transition-timing-function: linear;
  }

}

@media screen and (min-width: 769px) {
  .container {
    max-width: var(--max-page-width);
  }

  .for-sp {
    display: none !important;
  }

  .for-tab {
    display: none;
  }

  .d-flex-pc {
    display: flex;
  }

  body {
    font-size: 16px;
    font-size: 1.6rem;
  }

  a {
    transition: var(--anime-transition);
  }

  .swiper-slide {
    width: calc(100% / 6) !important;
  }
}

/* ==================================
== .under-line
================================== */
.under-line {
  position: relative;
  z-index: 2;
}

.under-line::after {
  content: "";
  height: 7px;
  width: 100%;
  background: var(--yellow-color);
  bottom: 2px;
  left: 0;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .under-line::after {
    height: 14px;
  }
}

/* ==================================
== .section-header
================================== */
.section-header {
  text-align: center;
  position: relative;
}

.section-header p {
  font-family: var(--en-font-family);
  font-size: min(26vw, 10rem);
  font-weight: 300;
  color: var(--dark-blue-color);
  opacity: .3;
}

.section-header h2 {
  font-size: min(5.8vw, 2.5rem);
  font-weight: bold;
  line-height: 1.4;
  color: var(--dark-blue-color);
  width: max-content;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}

@media screen and (max-width: 768px) {
  .section-header h2 {
    top: calc(100% - 33px);
  }
}

@media screen and (min-width: 769px) {
  .section-header p {
    font-size: 14.2rem;
  }

  .section-header h2 {
    font-size: 3rem;
    bottom: 18px;
  }
}


/* ==================================
== .btn-block
================================== */
.btn-block {
  margin: 50px auto 0;
}

.btn-block__item {
  width: 100%;
  max-width: 313px;
}

.comment {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .btn-block__item:first-child {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 769px) {
  .btn-block {
    margin: 20px auto 0;
    gap: 12%;
    width: 80%;
    max-width: 712px;
  }

  .comment {
    margin-bottom: 20px;
  }
}


/* ==================================
== .header
================================== */
.page-header .d-flex {
  background: #FFF;
  height: 60px;
  padding: 0 25px;
}

.header__logo img {
  width: 110px;
}

.header-btn a {
  font-size: 1.4rem;
  border-radius: 24px;
  background-color: #91FFF2;
  width: 180px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}

.header-btn a::after {
  content: "";
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent var(--black-color);
  margin-left: 5px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .page-header .d-flex {
    align-items: center;
  }
}

@media screen and (min-width: 769px) {

  .header__logo img {
    width: 120px;
  }

  .page-header .d-flex {
    height: 78px;
    padding: 0 40px;
  }

  .header-btn a {
    font-size: 2rem;
    border-radius: 24px;
    width: 280px;
    height: 48px;
  }

  .header-btn a::after {
    border-width: 9.5px 0 9.5px 8px;
    margin-left: 20px;
  }

}


/* ==================================
== footer
================================== */
footer {
  font-family: var(--en-font-family);
  font-size: 1rem;
  text-align: center;
  padding-bottom: 35vw;
}

footer .to-top {
  width: 100%;
  height: 48px;
  background: var(--bg-gradient);
  display: block;
  position: relative;
}

footer .to-top::after {
  content: "";
  width: 43px;
  height: 20px;
  background: var(--white-color);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

footer p {
  padding: 20px 0;
}

@media screen and (max-width: 768px) {}

@media screen and (min-width: 769px) {
  footer {
    font-size: 1.2rem;
    padding-bottom: 160px;
  }
}


/* ==================================
== kv
================================== */
#kv {
  min-height: calc(100svh - 60px);
  background: var(--bg-gradient);
  position: relative;
}

.kv__image {
  position: absolute;
  z-index: 1;
}

.kv__text h2 {
  font-weight: 500;
  font-size: 5rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-indent: 0.1em;
  color: var(--white-color);
  margin-bottom: 20px;
  line-height: 1.2;
}

.kv__text__box {
  background: var(--white-color);
  padding: 8px;
  width: max-content;
}

.kv__text__box p {
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.8;
}

.kv__bg-text {
  font-family: var(--en-font-family);
  font-weight: 300;
  color: var(--white-color);
  opacity: 0.4;
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .kv__image {
    width: var(--page-width);
    bottom: 5%;
    left: 7.4vw;
    z-index: 1;
  }

  .kv-label {
    width: 70vw;
    bottom: -10px;
    right: 0;
    position: absolute;
    z-index: 2;
  }

  .kv__text {
    left: 7.4vw;
    top: 35px;
    position: absolute;
    z-index: 2;
    font-feature-settings: "palt";
    z-index: 3;
  }

  .kv__bg-text {
    font-size: 5rem;
    right: 13px;
    top: 35px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    z-index: 2;
  }
}

@media screen and (min-width: 769px) {
  #kv {
    min-height: calc(100svh - 78px);
  }

  .kv__image {
    width: min(52vw, 850px);
    top: 50%;
    right: 3.22vw;
    transform: translate(0, -50%);
  }

  .kv-label {
    width: 360px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 53%;
  }

  .kv__text {
    left: 10.17vw;
    bottom: 15%;
    position: absolute;
    z-index: 2;
  }

  .kv__text h2 {
    font-size: 5.2rem;
  }

  .kv__bg-text {
    font-size: 12.5rem;
    left: 4.83vw;
    top: 10.61%;
  }

  .kv__text__box {
    padding: 18px;
  }

  .kv__text__box p {
    font-size: 2.6rem;
    letter-spacing: 0.01em;
    text-indent: 0.01em;
    line-height: 1.8;
  }
}

/* ==================================
== section1
================================== */
#section1 {
  padding: 40px 0 20px;
  background: linear-gradient(to right, #7ad9cf 0%, #b6c8ef 51.72%, #eac0ff 100%);
  position: relative;
}

.section1__inner {
  width: calc(var(--page-width) + 30px);
  margin: auto;
  padding: 30px 0;
  background: rgba(0, 124, 147, .2);
  border-radius: 15px;
}

#section1 .section1__text {
  font-size: min(6.5vw, 3rem);
  font-weight: bold;
  line-height: 1.6;
  margin: 0 auto 20px;
  text-align: center;
}

#section1 .section1__text span {
  color: var(--dark-blue-color);
  position: relative;
  z-index: 1;
}

#section1 .section1__text span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--dark-blue-color);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.section1__grid {
  margin-bottom: 48px;
}

.section1__grid__item {
  background: var(--white-color);
  border-radius: 30px;
  overflow: hidden;
}

.section1__grid__item h3 {
  color: #FFF;
  font-size: min(4vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.6;
  text-align: center;
  height: 75px;
  background: var(--dark-blue-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1__grid__item__detail {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grid__item01 img {
  width: 82%;
}

.grid__item02 img {
  width: 36.2%;
}

.grid__item03 img {
  width: 29.85%;
}

.grid__item04 img {
  width: 34.28%;
}

.section1__grid__item__detail p {
  font-size: min(4vw, 1rem);
  margin-top: 15px;
}

.section1-arrow {
  width: calc(var(--page-width) + 30px);
  max-width: 714px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section1__grid__item {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px;
  }

  #section1 .section1__text:nth-of-type(3) {
    font-size: min(6vw, 2.5rem);
  }
}

@media screen and (min-width: 769px) {
  #section1 {
    padding: 60px 0 20px;
  }

  .section1__inner {
    width: calc(var(--max-page-width) + 220px);
    padding: 60px 0;
    border-radius: 30px;
  }

  #section1 .section1__text {
    font-size: min(4.3vw, 4.4rem);
    margin: 0 auto 35px;
    width: max-content;
  }

  .section1__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-bottom: 48px;
  }

  .section1__grid__item h3 {
    font-size: 2rem;
    height: 80px;
  }

  .section1__grid__item__detail {
    height: 245px;
  }

  .section1__grid__item__detail p {
    font-size: 1.1rem;
    margin-top: 15px;
  }

  .grid__item01 img {
    width: 77%;
  }

  .grid__item02 img {
    width: 27.3%;
  }

  .grid__item03 img {
    width: 32%;
  }

  .grid__item04 img {
    width: 32.39%;
  }
}

/* ==================================
== section2
================================== */
#section2 {
  padding: 35px 0 170px;
  position: relative;
  background: #E6F1F4;
}

#section2::after {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 70px;
  background: var(--bg-second-color);
  clip-path: polygon(50% calc(100% - 1px), 100% 0, 100% 100%, 0 100%, 0 0);
  bottom: -1px;
  left: 0;
  position: absolute;
  z-index: 1;
}

#section2 .section2-intro {
  color: var(--dark-blue-color);
  font-size: min(6.5vw, 3rem);
  font-weight: 600;
  line-height: 1.4;
  border: 2px solid var(--dark-blue-color);
  padding: 15px;
  text-align: center;
  margin-bottom: 35px;
}

#section2 .section-header {
  margin-bottom: 60px;
}

.point-list {
  margin-top: 220px;
}

.point-list__item {
  position: relative;
  z-index: 1;
}

.point-list__item.point01 {
  margin-bottom: 240px;
}

.point-list__item.point02 {
  margin-bottom: 324px;
}

.point-list__item::after {
  content: "";
  background: linear-gradient(to right, #7ad9cf 0%, #b6c8ef 44.33%, #eac0ff 100%);
  opacity: 0.8;
  width: 84.27vw;
  height: 454px;
  position: absolute;
  z-index: -1;
}

.point-list__item.point01::after,
.point-list__item.point03::after {
  right: 0;
  top: -40px;
}

.point-list__item.point02 .point-list__item__text>* {
  margin-left: auto;
  text-align: right;
}

.point-list__item__text {
  z-index: 9;
}

.point-list__item__text h3 img {
  width: 60px;
}

.point-list__item__text h4 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
  width: max-content;
  position: relative;
  z-index: 1;
}

.point-list__item:nth-child(odd) .point-list__item__text h4::after {
  content: "";
  width: calc(100% + 45vw);
  height: calc(100% + 7vw);
  background: url(../images/point-header-odd.png) no-repeat right center / contain;
  top: -10px;
  right: -35px;
  position: absolute;
  z-index: -1;
}

.point-list__item:nth-child(even) .point-list__item__text h4::after {
  content: "";
  width: calc(100% + 45vw);
  height: calc(100% + 7vw);
  background: url(../images/point-header-even.png) no-repeat left center / contain;
  top: -10px;
  left: -35px;
  position: absolute;
  z-index: -1;
}

.point-list__item__text p {
  font-size: min(3.65vw, 1.5rem);
  line-height: 2.2;
}

.point-list__item__img {
  position: absolute;
  z-index: 2;
}


@media screen and (max-width: 768px) {
  #section2 .section2__img {
    width: 240px;
    display: block;
    margin: 0 auto;
  }

  .point-list__item .point-list__item__text h3 {
    margin-bottom: 20px;
  }

  .point-list__item.point01::after {
    height: 565px;
    top: -8.53vw;
  }

  .point01-1 {
    width: 63.82vw;
    right: 8px;
    top: -34vw;
  }

  .point01-2 {
    width: 37.14vw;
    right: 0;
    bottom: -29.65vw;
  }

  .point-list__item.point02::after {
    height: 375px;
    top: -2.83vw;
  }

  .point02-1 {
    width: 62.85vw;
    left: 20px;
    top: -24.28vw;
  }

  .point02-2 {
    width: 43.57vw;
    right: 0;
    bottom: -35vw;
  }

  .point-list__item.point03::after {
    height: 560px;
    top: -13.53vw;
  }

  .point03-1 {
    width: 60.98vw;
    right: 30px;
    top: -130px;
  }

  .point03-2 {
    width: 43.57vw;
    right: -25px;
    bottom: -100px;
  }
}

@media screen and (min-width: 769px) {
  #section2 {
    padding: 45px 0 160px;
    position: relative;
  }

  #section2 .section2-intro {
    font-size: 4.5rem;
    padding: 22px;
    margin-bottom: 70px;
  }

  #section2 .section-header {
    margin-bottom: 30px;
  }

  .point-list__item.point01,
  .point-list__item.point02 {
    margin-bottom: 380px;
  }

  .point-list__item:nth-child(odd) .point-list__item__text h4::after,
  .point-list__item:nth-child(even) .point-list__item__text h4::after {
    width: calc(100% + 95px + ((100vw - var(--max-page-width))/2));
    height: calc(100% + 35px);
  }

  .point-list__item__text h3 img {
    width: 80px;
  }

  .point-list__item__text h4 {
    font-size: 3.0rem;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .point-list__item__text p {
    font-size: 1.8rem;
  }

  .point-list__item::after {
    width: 71.08vw;
  }

  .point-list__item.point02::after {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }

  .point01-1 {
    width: min(41.87vw, 572px);
    right: 6.14vw;
    top: -110px;
  }

  .point01-2 {
    width: min(23.27vw, 318px);
    right: 0;
    bottom: -40px;
  }

  .point02-1 {
    width: min(42.6061vw, 582px);
    left: 11.06vw;
    top: -176px;
  }

  .point02-2 {
    width: min(27.3vw, 373px);
    left: 27.05vw;
    bottom: -172px;
  }

  .point03-1 {
    width: min(38.21vw, 522px);
    right: 0;
    top: -162px;
  }

  .point03-2 {
    width: min(31.9912vw, 437px);
    right: 17.05vw;
    bottom: 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 768px) {
  #section2 .section2__img {
    width: 100%;
  }
}

/* ==================================
== section3
================================== */
#section3 {
  padding: 15px 0 30px;
  background: var(--bg-second-color);
}

#section3 h2 {
  font-size: min(6.5vw, 3rem);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: var(--dark-blue-color);
  margin-bottom: 20px;
}


#section3 .point-under {
  width: 100%;
  max-width: 734px;
  margin: auto;
  display: block;
}


@media screen and (max-width: 768px) {}

@media screen and (min-width: 769px) {
  #section3 {
    padding: 30px 0 72px;
  }

  #section3 h2 {
    font-size: 5rem;
    margin-bottom: 32px;
  }
}

/* ==================================
== section4
================================== */
#section4 {
  padding: 50px 0;
  background: url(../images/section4-bg-sp.jpg) no-repeat center / cover;
}

#section4 .logo {
  width: 150px;
  padding: 7px 10px;
  background: var(--white-color);
  margin: 0 auto 15px;
}

#section4 h2 {
  color: var(--white-color);
  font-size: 2.25rem;
  font-weight: bold;
  width: 150px;
  text-align: center;
  padding: 15px 0;
  border: solid var(--white-color);
  border-width: 1px 0;
  margin: 0 auto 25px;
  position: relative;
}


#section4 p {
  color: var(--white-color);
  font-size: min(3.9vw, 1.5rem);
  line-height: 2;
  text-align: center;
}


@media screen and (max-width: 768px) {
  #section4 p {
    margin-bottom: 20px;
  }

  #section4 img {
    max-width: 350px;
    margin: auto;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  #section4 {
    background: url(../images/section4-bg.jpg) no-repeat center / cover;
  }

  #section4 .logo {
    width: 250px;
    padding: 12px 35px;
    margin: 0 auto 20px;
  }

  #section4 h2 {
    font-size: 2.7rem;
    width: 250px;
    padding: 15px 0;
    margin: 0 auto 35px;
  }

  #section4 h2::before {
    content: "";
    width: 237px;
    height: 210px;
    background: url(../images/section4-left.png) no-repeat center / contain;
    left: -257px;
    bottom: -15px;
    position: absolute;
    z-index: 1;
  }

  #section4 h2::after {
    content: "";
    width: 229px;
    height: 180px;
    background: url(../images/section4-right.png) no-repeat center / contain;
    right: -263px;
    bottom: -6px;
    position: absolute;
    z-index: 1;
  }

  #section4 p {
    color: var(--white-color);
    font-size: 1.8rem;
  }
}

/* ==================================
== section5
================================== */
#section5 {
  padding: 40px 0 110px;
  background: #E6F1F4;
  position: relative;
}

.section5-list__item {
  background: var(--white-color);
}

.section5-list__item h2 {
  color: var(--white-color);
  font-size: 3.0rem;
  background: var(--dark-blue-color);
  text-align: center;
  padding: 12px 0;
}

.timeline-list-item {
  display: flex;
  line-height: 1.5;
  padding-left: 10px;
  position: relative;
}

.timeline,
.section5-list__item__text {
  padding: 20px;
}

.timeline-list .timeline-list-item:not(:last-child) {
  padding-bottom: 10px;
}

.timeline-list .timeline-list-item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--black-color);
  left: 0;
  top: 4px;
  position: absolute;
  z-index: 1;
}

.timeline-list-item::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--blue-color);
  border-radius: 7.5px;
  top: 4px;
  left: -7px;
  position: absolute;
  z-index: 2;
}

.timeline-list-item .date {
  margin-right: 12px;
}


.section5-list__item__text dl {
  display: flex;
  line-height: 1.6;
}

.section5-list__item__text dl:not(:last-child) {
  margin-bottom: 15px;
}

.section5-list__item__text dl dt {
  margin-right: 12px;
}

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

  .timeline-list,
  .section5-list__item__text {
    margin: auto;
  }

  .timeline-list-item {
    font-size: min(3.9vw, 1.5rem);
  }

  .section5-list__item:first-child {
    margin-bottom: 65px;
  }

  .section5-list__item__text dl dt {
    margin-right: 5px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) {
  #section5 {
    padding: 70px 0 160px;
  }

  .section5-list {
    gap: 30px;
  }

  .timeline,
  .section5-list__item__text {
    padding: 30px;
  }

  .section5-list__item {
    width: 50%;
  }

  .section5-list__item .section-header {
    margin-bottom: 50px;
  }

  .timeline-list-item {
    padding-left: 29px;
  }

  .timeline-list .timeline-list-item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 100%;
    background: var(--black-color);
    left: 0;
    top: 4px;
    position: absolute;
    z-index: 1;
  }

  .timeline-list-item::before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: var(--blue-color);
    border-radius: 9px;
    top: 4px;
    left: -9px;
    position: absolute;
    z-index: 2;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .section5-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}


/* ==================================
== section6
================================== */
#section6 {
  padding: 30px 0 190px;
  position: relative;
}

#section6::after {
  content: "";
  display: inline-block;
  width: 101vw;
  height: 70px;
  background: var(--white-color);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -69px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 1;
}

#section6 h2 {
  font-size: min(6.5vw, 3rem);
  font-weight: bold;
  text-align: center;
}

#section6 .section-header {
  margin-bottom: 30px;
}

.reason-list {
  margin-top: 200px;
}

.reason-list__item {
  position: relative;
}

.reason-list__item::after {
  content: "";
  background: linear-gradient(to right, rgba(122, 217, 207, .6) 0%, rgba(182, 200, 239, .6) 44.33%, rgba(234, 192, 255, .6) 100%);
  width: 78.27vw;
  height: 454px;
  position: absolute;
  z-index: -1;
}

.reason-list__item.reason02 .reason-list__item__text>*,
.reason-list__item.reason04 .reason-list__item__text>* {
  margin-left: auto;
  text-align: right;
}

.reason-list__item__text {
  z-index: 9;
}

.reason-list__item__text h3 {
  font-family: var(--en-font-family);
  font-size: 4rem;
  background: var(--white-color);
  padding: 6px;
  margin-bottom: 10px;
  width: fit-content;
}

.reason-list__item__text h4 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

.reason-list__item__text p {
  font-size: min(3.9vw, 1.5rem);
  line-height: 2.2;
}

.reason-list__item__img {
  position: absolute;
  z-index: 2;
}

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

  .reason-list__item.reason01 {
    margin-bottom: 380px;
  }

  .reason-list__item.reason02 {
    margin-bottom: 250px;
  }

  .reason-list__item.reason03 {
    margin-bottom: 370px;
  }

  .reason-list__item.reason04 {
    margin-bottom: 383px;
  }

  .reason-list__item.reason01::after {
    right: 0;
    top: -90px;
  }

  .reason-list__item.reason02::after {
    height: 360px;
    left: 0;
    top: -65px;
  }

  .reason-list__item.reason03::after {
    height: 586px;
    top: -105px;
    right: 0;
  }

  .reason-list__item.reason04::after {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }

  .reason-list__item.reason05::after {
    height: 656px;
    right: 0;
    top: -105px;
  }

  .reason01-1 {
    width: 50vw;
    right: 0;
    bottom: -150px;
  }

  .reason01-2 {
    width: 90.88vw;
    left: 0;
    top: -160px;
  }

  .reason02-1 {
    width: 62.61vw;
    left: 0;
    top: -140px;
  }

  .reason03-1 {
    width: 66.35vw;
    right: 0;
    top: -155px;
  }

  .reason03-2 {
    width: 49.06vw;
    left: 0;
    bottom: -160px;
  }

  .reason04-1 {
    width: 66vw;
    right: 0;
    top: -165px;
  }

  .reason04-2 {
    width: 48.59vw;
    left: 0;
    bottom: -180px;
  }

  .reason05-1 {
    width: 64.25vw;
    right: 0;
    top: -140px;
  }

  .reason05-2 {
    width: 56.3vw;
    right: 0;
    bottom: -155px;
  }
}

@media screen and (min-width: 769px) {
  #section6 {
    padding: 45px 0 190px;
  }

  #section6::after {
    height: 90px;
    bottom: -89px;
  }

  #section6 h2 {
    font-size: 4rem;
  }

  .reason-list {
    margin-top: 100px;
  }

  .reason-list__item.reason01 {
    margin-bottom: 500px;
  }

  .reason-list__item.reason02 {
    margin-bottom: 268px;
  }

  .reason-list__item.reason03 {
    margin-bottom: 383px;
  }

  .reason-list__item.reason04 {
    margin-bottom: 470px;
  }

  .reason-list__item::after {
    width: 71.08vw;
  }

  .reason-list__item.reason01::after,
  .reason-list__item.reason03::after,
  .reason-list__item.reason05::after {
    right: 0;
    top: -40px;
  }

  .reason-list__item.reason02::after {
    left: 0;
    top: -126px;
  }

  .reason-list__item.reason04::after {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }

  .reason-list__item__text h3 {
    font-size: 5.5rem;
    padding: 10px;
    margin-bottom: 10px;
  }

  .reason-list__item__text h4 {
    font-size: 3.0rem;
    margin-bottom: 20px;
  }

  .reason-list__item__text p {
    font-size: 1.8rem;
  }

  .reason-list__item::after {
    width: 71.08vw;
  }

  .reason01-1 {
    width: min(23.27vw, 318px);
    right: 24.74vw;
    top: 0;
  }

  .reason01-2 {
    width: min(41.87vw, 572px);
    right: 6.14vw;
    bottom: -222px;
  }

  .reason02-1 {
    width: min(41.87vw, 572px);
    left: 14.64vw;
    top: -183px;
  }

  .reason03-1 {
    width: min(36.38vw, 497px);
    right: 7.97vw;
    top: -115px;
  }

  .reason03-2 {
    width: min(27.3vw, 373px);
    right: 17.05vw;
    bottom: -122px;
  }

  .reason04-1 {
    width: min(35.72vw, 488px);
    left: 16.98vw;
    top: -165px;
  }

  .reason04-2 {
    width: min(27.3vw, 373px);
    left: 8.05vw;
    bottom: -202px;
  }

  .reason05-1 {
    width: min(26.35vw, 360px);
    right: 22.84vw;
    top: -168px;
  }

  .reason05-2 {
    width: min(38.21vw, 522px);
    right: 0;
    bottom: -125px;
  }
}


/* ==================================
== section7
================================== */
#section7 {
  padding: 100px 0;
  background: #E6F1F4;
}

#section7 h2 {
  color: var(--dark-blue-color);
  font-size: min(6.3vw, 3rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.4;
}

.section7-inner {
  padding: 0 5%;
  position: relative;
  z-index: 1;
}

.section7-inner::after {
  content: "";
  width: calc(var(--page-width) + 30px);
  height: calc(100% + 60px);
  margin: auto;
  background: linear-gradient(135deg, #7ad9cf 0%, #7ad9cf 26.6%, #eac0ff 48.72%, #7ad9cf 82.27%, #7ad9cf 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: -1;
}

.section7-list {
  margin-bottom: 8px;
}

.section7-list li {
  font-size: 4.6vw;
  background: var(--white-color);
  text-align: center;
  padding: 10px;
  line-height: 1.4;
}

.section7-list li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {}

@media screen and (min-width: 769px) {
  #section7 {
    padding: 130px 0 170px;
  }

  #section7 h2 {
    font-size: 4rem;
    margin-bottom: 32px;
  }

  .section7-inner::after {
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    border-radius: 30px;
  }

  .section7-list li {
    font-size: 2.5rem;
  }

  .section7-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}


/* ==================================
== section8
================================== */
#section8 {
  padding: 60px 0 40px;
  position: relative;
}

#section8::after {
  content: "";
  display: inline-block;
  width: 101vw;
  height: 70px;
  background: var(--white-color);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -69px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 1;
}

#section8 h2 {
  font-size: min(6.5vw, 3rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}

.section8-flow {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.section8-flow .section8-flow__item {
  min-height: 230px;
  text-align: center;
  position: relative;
}

.section8-flow .flow01 {
  background-color: #DEFAFF;
  padding-top: 50px;
}

.section8-flow .flow02 {
  background-color: #CCF1F8;
  padding-top: 55px;
}

.section8-flow .flow03 {
  background-color: #B2E1EA;
  padding-top: 55px;
}

.section8-flow .flow04 {
  background-color: #90D2DE;
  padding-top: 55px;
}

.section8-flow .flow05 {
  background-color: #77C5D3;
  padding-top: 55px;
}

.section8-flow .section8-flow__item:before,
.section8-flow .section8-flow__item::after {
  content: "";
  width: calc(100% + 100px);
  height: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: inline-block;
  left: -50px;
  position: absolute;
  z-index: 1;
}

.section8-flow .section8-flow__item:before {
  background: var(--white-color);
  bottom: -42px;
}

.section8-flow .section8-flow__item::after {
  bottom: -40px;
}

.section8-flow .flow01::after {
  background-color: #DEFAFF;
}

.section8-flow .flow02::after {
  background-color: #CCF1F8;
}

.section8-flow .flow03::after {
  background-color: #B2E1EA;
}

.section8-flow .flow04::after {
  background-color: #90D2DE;
}

.section8-flow .flow05::after {
  background-color: #77C5D3;
}

.section8-flow .section8-flow__item h3 {
  font-size: 2.5rem;
}

.section8-flow .section8-flow__item__span {
  width: 228px;
  font-size: 1.25rem;
  border: 1px solid var(--black-color);
  padding: 5px;
  margin: 12px auto 0;
}

.section8-flow .section8-flow__item__text {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 20px;
}

.section8-flow .section8-flow__item__text small {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {}

@media screen and (min-width: 769px) {
  #section8 {
    padding: 90px 0;
  }

  #section8::after {
    height: 90px;
    bottom: -89px;
  }


  #section8 h2 {
    font-size: 4rem;
    margin-bottom: 40px;
  }

  .section8-flow {
    max-width: 800px;
  }

  .section8-flow .section8-flow__item {
    min-height: 220px;
  }

  .section8-flow .section8-flow__item h3 {
    font-size: 2.8rem;
  }

  .section8-flow .section8-flow__item__span {
    width: 228px;
    font-size: 1.6rem;
    padding: 5px;
    margin: 12px auto 0;
  }

  .section8-flow .section8-flow__item__text {
    font-size: 2.0rem;
    line-height: 1.7;
    margin-top: 24px;
  }

  .section8-flow .section8-flow__item__text small {
    font-size: 1.5rem;
  }
}

/* ==================================
== section8-2
================================== */
#section8-2 {
  padding-bottom: 100px;
  background: linear-gradient(to right, #7ad9cf 0%, #b6c8ef 51.72%, #eac0ff 100%);
  position: relative;
  z-index: 1;
}

#section8-2::after {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 70px;
  background: #E6F1F4;
  clip-path: polygon(50% calc(100% - 1px), 100% 0, 100% 100%, 0 100%, 0 0);
  bottom: -1px;
  left: 0;
  position: absolute;
  z-index: 1;
}

.section8-2__top {
  width: 95.53vw;
  max-width: 1305px;
  margin-left: auto;
}

#section8-2 .section-header:not(:first-child) {
  margin-top: 60px;
}

#section8-2 .balloon {
  color: var(--white-color);
  font-size: 2rem;
  line-height: 1.4;
  background-color: var(--blue-color);
  width: 100%;
  margin: 0 auto 15px;
  padding: 10px;
  position: relative;
}

#section8-2 .balloon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 11px 0 11px;
  border-color: var(--blue-color) transparent transparent;
  translate: -50% 100%;
}

#section8-2 .sub-title {
  color: var(--blue-color);
  font-size: 2.7rem;
  margin-bottom: 14px;
}

#section8-2 h2 {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

#section8-2 h2 span {
  color: #FFFF00;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  aspect-ratio: 1;
  background: var(--blue-color);
  display: inline-block;
  padding-top: 1.1%;
  text-align: center;
}

#section8-2 .intro {
  font-size: 2.5rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

#section8-2 .intro strong {
  font-size: 1.3em;
  color: var(--blue-color);
  position: relative;
  z-index: 2;
}

#section8-2 .intro strong::after {
  content: "";
  width: 100%;
  height: 10px;
  background: #FFFF00;
  bottom: -2px;
  left: 0;
  position: absolute;
  z-index: -1;
}

#section8-2 .section__item {
  background: #e6f1f4;
  border: 2px solid #007c93;
  padding: 60px 20px 30px;
  margin-top: 80px;
  margin-bottom: 40px;
  position: relative;
}

#section8-2 .section__item.collagen-seminar h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

#section8-2 .section__item.collagen-seminar h4 {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}

#section8-2 .section__item.collagen-seminar h4 span {
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--dark-blue-color);
  background: #e6f1f4;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  display: inline-block;
  width: max-content;
}

#section8-2 .section__item.collagen-seminar h4::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--black-color);
  bottom: 50%;
  left: 0;
  transform: translate(0, -50%);
  position: absolute;
  z-index: -1;
}

#section8-2 .section__item.collagen-seminar ul {
  margin-bottom: 60px;
  font-size: 1.5rem;
}

#section8-2 .section__item.collagen-seminar ul li {
  margin-bottom: 20px;
  background-color: #FFF;
  padding: 20px;
  line-height: 1.4;
}

#section8-2 .section__item.collagen-seminar .collagen-seminar__img {
  margin-bottom: 30px;
}

#section8-2 .section__item.collagen-seminar a {
  text-decoration: underline;
}

#section8-2 .section__item .section-header {
  width: 70vw;
  max-width: 420px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

#section8-2 .section__item .memo {
  font-size: 1.2rem;
  margin-top: 20px;
}

.basic-idea {
  gap: 50px;
}

.basic-idea {
  gap: 50px;
}

.basic-idea+p {
  color: var(--white-color);
  font-size: 3.65vw;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 20px;
  background: var(--dark-blue-color);
  padding: 10px 5px;
}

#section8-2 .section__item dl>.d-flex-pc {
  align-items: baseline;
}

#section8-2 .section__item dl>.d-flex-pc:not(:last-child) {
  margin-bottom: 20px;
}

#section8-2 .section__item dl dt {
  color: #FFF;
  font-size: 2rem;
  background: var(--dark-blue-color);
  height: 26px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#section8-2 .section__item dl dd {
  font-size: 1.7rem;
  line-height: 1.6;
}

#section8-2 .section__item dl dd.text-left {
  text-align: left;
}

#section8-2 .section__item dl dd p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

#section8-2 .section__item dl dd span {
  font-size: 1.5rem;
  background: #FFF;
  display: inline-block;
  width: 100%;
}

.speaker {
  margin-bottom: 50px;
}

.speaker h3 {
  font-size: 1.6rem;
  background: rgba(255, 249, 244, .4);
  width: 180px;
  padding: 10px 0;
  text-align: center;
  border-radius: 20px 20px 0 0;
  margin-left: auto;
}

.speaker__inner {
  background: rgba(255, 249, 244, .4);
  padding: 25px;
  gap: 20px;
  border-radius: 20px 0px 20px 20px;
}

.speaker__inner__detail {
  text-align: left;
}

.speaker__inner__detail h4 {
  font-size: 1.8rem;
  border-bottom: 1px solid var(--black-color);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.speaker__inner__detail h4 span {
  font-size: 1.2rem;
  margin-left: 10px;
}

.speaker__inner__detail p {
  font-size: 1.2rem;
  line-height: 1.8;
}

.link-btn {
  margin-top: 40px;
}

.link-btn a {
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  background-color: #0677C7;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}

.link-btn a::after {
  content: "";
  border-style: solid;
  border-width: 9.5px 0 9.5px 8px;
  border-color: transparent transparent transparent #FFF;
  margin-left: 20px;
  display: inline-block;
}

.link-btn a.line {
  color: #FFF;
  background-color: #06c755;
}

.link-btn a.line::after {
  border-color: transparent transparent transparent #FFF;
}

@media screen and (max-width: 768px) {
  /* #section8-2 .section-header {
    margin: 40px 0 30px;
  } */

  #section8-2 .section-header p {
    line-height: 0.7;
    font-size: min(23vw, 10rem);
  }

  .basic-idea .item:first-child {
    margin-bottom: 30px;
  }

  .speaker__inner {
    flex-direction: column;
  }

  .speaker__inner__photo {
    width: 70%;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {

  #section8-2 {
    padding-bottom: 120px;
  }

  #section8-2 .section-header:not(:first-child) {
    margin-top: 80px;
  }

  #section8-2 .balloon {
    font-size: 2.5rem;
    width: max-content;
  }

  #section8-2 .sub-title {
    font-size: 3.5rem;
    margin-bottom: 14px;
  }

  #section8-2 h2 {
    margin-bottom: 22px;
    justify-content: center;
    gap: 12px;
  }

  #section8-2 h2 span {
    font-size: 5.7rem;
    height: 76px;
    width: 76px;
    padding-top: 6px;
  }

  #section8-2 .intro {
    font-size: 3.0rem;
  }

  #section8-2 .section__item {
    padding: 120px 40px 60px;
    margin-top: 135px;
    margin-bottom: 70px;
  }

  #section8-2 .section__item.collagen-seminar .collagen-seminar__img {
    margin-bottom: 60px;
  }

  #section8-2 .section__item.collagen-seminar h3 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

  #section8-2 .section__item.collagen-seminar h4 {
    margin-bottom: 40px;
  }

  #section8-2 .section__item.collagen-seminar h4 span {
    font-size: 2.5rem;
    padding: 0 20px;
  }

  #section8-2 .section__item.collagen-seminar ul {
    margin-bottom: 60px;
    font-size: 2rem;
  }

  #section8-2 .section__item.collagen-seminar ul li {
    margin-bottom: 20px;
    padding: 20px;
  }

  #section8-2 .section__item dl dt {
    font-size: 1.8rem;
    height: 45px;
    min-width: 140px;
    border-radius: 23px;
    margin-right: 180px;
  }

  #section8-2 .section__item dl dt::after {
    content: "";
    width: 145px;
    height: 1px;
    background: var(--black-color);
    top: 50%;
    right: -160px;
    transform: translate(0, -50%);
    position: absolute;
    z-index: -1;
  }

  #section8-2 .section__item dl dd {
    font-size: 2rem;
  }

  #section8-2 .section__item dl dd ul li {
    padding-left: 35px;
  }

  #section8-2 .section__item dl dd ul li::before {
    height: 27px;
    width: 27px;
    top: 50%;
    transform: translate(0, -50%);
  }

  #section8-2 .section__item dl dd p {
    font-size: 1.75rem;
    margin-bottom: 10px;
  }

  .basic-idea+p {
    font-size: 2.0rem;
    margin-top: 60px;
    padding: 20px 10px;
  }

  #section8-2 .section__item .memo {
    font-size: 1.4rem;
  }


  .speaker {
    margin-bottom: 100px;
  }

  .speaker h3 {
    font-size: 2.1rem;
    width: 230px;
  }

  .speaker__inner__photo {
    width: 43%;
  }

  .speaker__inner__detail {
    text-align: left;
    width: calc(57% - 20px);
  }

  .speaker__inner__detail h4 {
    font-size: 2.5rem;
    border-bottom: 1px solid var(--black-color);
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  .speaker__inner__detail h4 span {
    font-size: 1.7rem;
    margin-left: 10px;
  }

  .speaker__inner__detail p {
    font-size: 1.8rem;
  }

  .link-btn a {
    font-size: 3rem;
    height: 74px;
    border-radius: 40px;
  }

  .link-btn a::after {
    border-width: 13.5px 0 13.5px 13px;
    margin-left: 20px;
  }

}

/* ==================================
== section9
================================== */
#section9 {
  padding: 30px 0 50px;
  background: linear-gradient(to right, #7ad9cf 0%, #b6c8ef 51.72%, #eac0ff 100%);
}

#section9 .section-header {
  margin-bottom: 30px;
}

#section9 .section-header p {
  color: var(--white-color);
}

.future__item:first-of-type {
  margin-bottom: 75px;
}

.future__item__detail {
  margin-bottom: 50px;
  position: relative;
}

.future__item__detail__header {
  position: relative;
  width: 103vw;
}

.future__item__detail__header__name {
  color: var(--white-color);
  width: 114px;
  height: 114px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  position: absolute;
  z-index: 2;
}

.future__item__detail__header__name::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid var(--white-color);
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.future__item__detail__header__name::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#9dcffa 0%, #b6c8ef 39.72%, #ff8989 100%);
  opacity: 0.91;
  top: 5px;
  left: 5px;
  position: absolute;
  z-index: -2;
}


.future__item__detail__header__name p {
  font-family: var(--en-font-family);
  font-weight: 100;
  font-size: 3.6rem;
  line-height: 1;
}

.future__item__detail__header__name h3 {
  font-size: 1.5rem;
  line-height: 1;
}

.future__item__detail h4 {
  font-size: 2rem;
  line-height: 1.6;
  padding-left: 10px;
  margin-bottom: 12px;
  position: relative;
  z-index: 9;
}

.future__item__detail h4:not(:first-of-type) {
  margin-top: 35px;
}

.future__item__detail h4::before {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  background: var(--dark-blue-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  left: 0;
  top: 12px;
  position: absolute;
  z-index: 1;
}

.future__item__detail h4+p {
  position: relative;
  z-index: 9;
}

.future__item__detail {
  font-size: 1.5rem;
  line-height: 2;
}

.future__item__info {
  color: var(--dark-blue-color);
  background: #FFF;
  padding: 9px 13px;
}

.future__item__info h3 {
  font-size: 1.5rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--dark-blue-color);
}

.future__item__info p {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.future__item__info h4 {
  color: #FFF;
  font-size: 1.5rem;
  width: 70px;
  height: 23px;
  background: var(--dark-blue-color);
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.future__item__info ul li {
  font-size: 1.5rem;
}

.future__item__info ul li:first-child {
  margin-bottom: 5px;
}

.movie_wrap {
  margin: 50px auto 0;
  width: 100%;
}

.movie_inner {
  margin-top: 50px;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.movie_inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 768px) {
  .future__item__detail__header {
    margin-bottom: 17px;
  }

  .future__item__detail__header__name {
    top: 0px;
    left: 0px;
  }

  .future__item__info__block__item:first-child {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  #section9 {
    padding: 90px 0 50px;
  }

  #section9 .section-header {
    margin-bottom: 100px;
  }

  .future__item:first-of-type {
    margin-bottom: 150px;
  }

  .future__item__detail {
    margin-bottom: 85px;
  }

  .future__item__detail__header {
    top: 0;
    right: -190px;
    position: absolute;
    z-index: 1;
    width: 610px;
  }

  .future__item__detail__header__name {
    width: 228px;
    height: 228px;
    bottom: -140px;
    left: 190px;
    padding: 14px 20px;
  }

  .future__item__detail__header__name::after {
    top: 10px;
    left: 10px;
  }

  .future__item__detail__header__name p {
    font-size: 7.2rem;
  }

  .future__item__detail__header__name h3 {
    font-size: 2rem;
  }

  .future__item__detail h4 {
    font-size: 2.5rem;
    padding-left: 24px;
    margin-bottom: 16px;
  }

  .future__item__detail h4:not(:first-of-type) {
    margin-top: 70px;
  }

  .future__item__detail h4::before {
    width: 12px;
    height: 22px;
  }

  .future__item__detail {
    font-size: 1.8rem;
    line-height: 2;
  }

  .future__item__detail {
    font-size: 1.5rem;
    line-height: 2;
  }

  .future__item__detail h4+p {
    font-size: 1.8rem;
  }

  .future__item__info {
    padding: 16px 24px;
  }

  .future__item__info h3 {
    font-size: 2.0rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .future__item__info p {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }


  .future__item__info__block {
    gap: 40px;
  }

  .future__item:last-of-type .future__item__info__block__item {
    gap: 20px;
  }

  .future__item__info h4 {
    font-size: 2.0rem;
    width: 96px;
    padding: 0 7px;
    height: 40px;
    margin-bottom: 10px;
  }

  .future__item__info ul li {
    font-size: 2.0rem;
  }

  .future__item__info ul li:first-child {
    margin-bottom: 5px;
  }

  .future__item:last-of-type .future__item__info h4,
  .future__item:last-of-type .future__item__info ul li:first-child {
    margin-bottom: 0;
  }

  .movie_wrap {
    margin-top: 150px;
  }

  .btn-block {
    margin-top: 70px;
  }
}


/* ==================================
== section10
================================== */
#section10 {
  padding: 45px 0;
  background-color: #E6F1F4;
}

#section10 .section-header {
  margin-bottom: 30px;
}

#section10 .header {
  margin-bottom: 32px;
}

#section10 .header p {
  width: 275px;
  margin: 0 auto;
}

#section10 .header h2 {
  font-size: 2.5rem;
  text-align: center;
}

.voice-list__item {
  background: #FFF;
}

.voice-list__item h3 {
  font-family: var(--en-font-family);
  font-size: 1.65rem;
  text-align: center;
  color: #FFF;
  background: var(--dark-blue-color);
  width: 120px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 95% 100%, 5% 100%, 0 75%);
  margin: 0 auto 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.voice-list__item h4 {
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 20px 15px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid var(--black-color);
}

.voice-list__item p {
  font-size: 1.4rem;
  padding: 0 20px 20px;
  line-height: 1.4;
}


@media screen and (max-width: 768px) {
  .voice-list__item {
    width: 100%;
    height: 250px;
  }

  .voice-list__item:not(:last-child) {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 769px) {
  #section10 {
    padding: 150px 0 50px;
  }

  #section10 .section-header {
    margin-bottom: 100px;
  }

  #section10 .header p {
    margin: 0 auto 18px;
  }

  .voice-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 54px;
    grid-row-gap: 70px;
  }

  .voice-list__item h3 {
    font-size: 1.8rem;
    color: #FFF;
    width: 200px;
    height: 40px;
    margin: 0 auto 25px;
  }

  .voice-list__item h4 {
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
  }

  .voice-list__item p {
    font-size: 1.8rem;
    padding: 0 20px 20px;
  }
}


/* ==================================
== section11
================================== */
#section11 {
  padding: 45px 0;
  background: #E6F1F4;
}

#section11 .section-header {
  margin-bottom: 30px;
}

#section11 .header {
  margin-bottom: 32px;
}

#section11 .header p {
  width: 275px;
  margin: 0 auto;
}

#section11 .header h2 {
  font-size: 2.5rem;
  text-align: center;
}

.faq-list dl:not(:last-child) {
  margin-bottom: 27px;
}

.faq-list dl dt {
  color: var(--white-color);
  font-size: 1.9rem;
  background: var(--dark-blue-color);
  padding: 3px 0 8px 45px;
  margin-bottom: 8px;
  position: relative;
  line-height: 1.4;
}

.faq-list dl dt::before {
  content: "Q";
  color: var(--dark-blue-color);
  font-family: var(--en-font-family);
  font-size: 1.45rem;
  width: 22.5px;
  height: 22.5px;
  border-radius: 15px;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  top: 10px;
  left: 10px;
  position: absolute;
  z-index: 2;
}

.faq-list dl dd {
  color: var(--dark-blue-color);
  font-size: 1.55rem;
  padding: 3px 0 10px 45px;
  position: relative;
  line-height: 1.4;
}

.faq-list dl dd::before {
  content: "A";
  color: var(--dark-blue-color);
  font-family: var(--en-font-family);
  font-size: 1.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  top: 6px;
  left: 10px;
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 768px) {}

@media screen and (min-width: 769px) {
  #section11 {
    padding: 150px 0;
  }

  #section11 .section-header {
    margin-bottom: 100px;
  }

  #section11 .header p {
    margin: 0 auto 18px;
  }

  .faq-list dl dt {
    color: var(--white-color);
    font-size: 2.2rem;
    padding: 8px 0 10px 50px;
    margin-bottom: 8px;
    position: relative;
  }

  .faq-list dl dt::before {
    font-size: 2rem;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding-top: 4px;
    top: 6px;
    left: 10px;
  }

  .faq-list dl dd {
    font-size: 1.8rem;
    padding: 8px 0 10px 50px;
    position: relative;
  }

  .faq-list dl dd::before {
    font-size: 2rem;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    top: 6px;
    left: 10px;
  }
}

/* ==================================
== not-found
================================== */
.post-text {
  margin-top: 50px;
}

#privacy #section1 p {
  margin-bottom: 20px;
}

.totop a {
  margin: 40px auto 0;
}


#privacy h1 {
  margin-bottom: 40px;
}

#privacy .block:not(:last-child) {
  margin-bottom: 30px;
}

.back_btn {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  width: 160px;
  height: 45px;
  background: var(--white-color);
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.follow-btn {
  width: 30vw;
  right: 20px;
  bottom: 40vw;
  position: fixed;
  z-index: 9999;
}

.follow-btn .close-btn {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: -5px;
  right: -5px;
}

.follow-btn .close-btn::before,
.follow-btn .close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  background: #333;
}

.follow-btn .close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.follow-btn .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.follow-btn_link.around {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  animation: 20s linear infinite around;
}

@keyframes around {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.follow-banner {
  width: calc(var(--page-width) + 30px);
  max-width: 730px;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  position: fixed;
  z-index: 99;
}

@media screen and (min-width: 769px) {

  .follow-btn {
    width: 220px;
    right: 40px;
    bottom: 40px;
  }

  .follow-btn .close-btn {
    width: 30px;
    height: 30px;
    top: -5px;
    right: -5px;
    cursor: pointer;
  }

  .follow-btn .close-btn::before,
  .follow-btn .close-btn::after {
    height: 30px;
  }
}