html.-preloading {
  overflow: hidden;
}

#js-preloader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  #js-preloader {
    font-size: min(3.75vw, 15px);
    text-align: center;
  }
}
#js-preloader .preloadr-logo {
  width: 200px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #js-preloader .preloadr-logo {
    width: 130px;
  }
}

#js-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body {
  background: linear-gradient(112deg, #f2f5f9 9.74%, #e8f0f6 56%, #d7e9ef 98.83%);
  color: #3c4043;
  overflow-y: scroll;
  position: relative;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  /*-moz-font-feature-settings: "palt";
  font-feature-settings: "palt";*/
  font-feature-settings: "palt";
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*letter-spacing: $letter-spacing-md;*/
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 100%;
}
.is-hidden body {
  overflow: hidden;
}

html {
  overflow: inherit !important;
}

.u-sp-block {
  display: none !important;
}
@media (max-width: 768px) {
  .u-sp-block {
    display: block !important;
  }
}

.u-pc-block {
  display: block !important;
}
@media (max-width: 768px) {
  .u-pc-block {
    display: none !important;
  }
}

.is-hidden .wrap {
  opacity: 0.2;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-gnav-toggle {
  display: none;
}
@media (max-width: 768px) {
  .l-gnav-toggle {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    background: #3c4043;
    border-radius: 30px;
    top: 3vh;
    right: 5vw;
    z-index: 1111111111;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .is-loaded .l-gnav-toggle {
    opacity: 1;
  }
  .l-gnav-toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 1px;
    content: "";
    background: #fff;
    margin-top: -3px;
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .l-gnav-toggle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 1px;
    content: "";
    background: #fff;
    margin-top: 3px;
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .is-gnav-open .l-gnav-toggle:after {
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 0px;
  }
  .is-gnav-open .l-gnav-toggle:before {
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-top: 0px;
  }
}

.l-gnav {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #c6cdd2;
  z-index: 1111;
  display: none;
}
@media (max-width: 768px) {
  .l-gnav {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .is-gnav-open .l-gnav {
    opacity: 1;
    pointer-events: all;
  }
}
.l-gnav .label {
  display: flex;
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 1;
  height: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  letter-spacing: 0;
  color: #fff;
  pointer-events: none;
  transition: all 0.2s;
  font-size: min(4vw, 16px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  background: #000;
  color: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  width: 200px;
}
.l-gnav form {
  position: relative;
}
.l-gnav form select {
  box-sizing: border-box;
  width: 200px;
  height: 100%;
  border: none;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  padding: 14px 0px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .l-gnav form select {
    padding: 20px 0;
    text-align: center;
  }
}

.l-gnav__body {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}

.l-gnav__item {
  display: table;
  margin: 0 auto;
}
.l-gnav__item a {
  display: table;
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-decoration: none;
  margin: 10px auto;
  text-align: center;
}
.l-gnav__item--catalog {
  background: #fff;
  border-radius: 30px;
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.l-gnav__item--catalog a {
  display: block;
  padding: 5px 0;
}
.l-gnav__item--reserve {
  position: relative;
  width: 200px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 1112;
}
.is-hidden .l-header {
  opacity: 0.2;
}

.l-header__logo {
  position: absolute;
  top: 5.39053905vh;
  left: 2.64550265vw;
  width: 7.93650794vw;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 104px;
    top: 34px;
    left: 5vw;
  }
}

.l-header__list {
  position: absolute;
  top: 4.4vh;
  right: 2.64550265vw;
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-header__list {
    display: none;
  }
}

.flowbtn__list {
  display: none;
}
@media screen and (max-width: 768px) {
  .flowbtn__list {
    display: flex;
    position: fixed;
    left: 0vw;
    bottom: 0px;
    z-index: 111;
    width: calc(100% - 0vw);
    justify-content: center;
    align-items: center;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    overflow: hidden;
  }
  .is-hidden .flowbtn__list {
    opacity: 0.2;
  }
}

.l-header__item {
  padding-left: 30px;
}
.l-header__item .label {
  display: flex;
  position: absolute;
  left: 15px;
  top: 0%;
  z-index: 1;
  height: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  letter-spacing: 0;
  color: #fff;
  pointer-events: none;
  transition: all 0.2s;
  font-size: min(0.933333vw, 14px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  background: #000;
  color: #fff;
  padding: 0px 32px;
  border-radius: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .l-header__item .label {
    font-size: min(4vw, 16px);
    border-radius: 0px;
    left: 0px;
    width: 100%;
    padding: 0px;
  }
}
.l-header__item form {
  position: relative;
}
.l-header__item form select {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  padding: 14px 0px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .l-header__item form select {
    padding: 25px 0;
    text-align: center;
    border-radius: 0;
    background: #000;
  }
}
.l-header__item a {
  display: block;
  color: #3c4043;
  text-decoration: none;
  font-size: min(0.8vw, 12px);
}
@media (max-width: 768px) {
  .l-header__item a {
    width: 100%;
  }
}
.l-header__item--catalog {
  padding-left: 38px;
}
@media (max-width: 768px) {
  .l-header__item--catalog {
    padding-left: 0;
    width: 100%;
  }
}
.l-header__item--catalog a {
  font-size: min(0.933333vw, 14px);
  font-weight: 600;
  background: #fff;
  padding: 12px 40px;
  border-radius: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .l-header__item--catalog a {
    font-size: min(4vw, 146px);
    padding: 20px 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 0;
  }
}
.l-header__item--reserve {
  padding-left: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .l-header__item--reserve {
    padding-left: 0;
    width: 100%;
  }
}
.l-header__item--reserve a {
  font-size: min(0.933333vw, 14px);
  font-weight: 600;
  background: #000;
  color: #fff;
  padding: 12px 40px;
  border-radius: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .l-header__item--reserve a {
    padding: 20px 0;
    font-size: min(4vw, 146px);
    text-align: center;
    border-radius: 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  }
}

.p-section {
  position: relative;
}

.p-fv {
  width: 100%;
  position: sticky;
  height: 100vh;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .p-fv {
    height: 92svh;
  }
}

.p-fv__bg {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-fv__bg {
    background-size: 105%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: center bottom;
    background-image: url(/hebel/lineup/earth-tect/img/kv_sp.webp) !important;
  }
}

.p-fv__logo {
  position: absolute;
  width: 25.0661376vw;
  left: 6.21693122vw;
  top: 38.9240924vh;
}
.p-fv__logo svg {
  width: 17.2619048vw;
  height: 1.72619048vw;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-fv__logo svg {
    width: 46.1538462vw;
    height: 4.61538462vw;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .p-fv__logo {
    width: 80vw;
    top: 19vh;
    left: 10vw;
  }
}

.p-fv__sroll {
  position: absolute;
  bottom: 0;
  left: 3.96825397vw;
  font-family: "Urbanist", sans-serif;
  font-size: min(0.8vw, 12px);
  writing-mode: vertical-lr;
  font-weight: 500;
  padding-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .p-fv__sroll {
    display: none;
  }
}
.p-fv__sroll:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 56px;
  background: #111;
  content: "";
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.p-intro {
  padding: 240px 0 320px;
  position: relative;
  z-index: 1;
  background: linear-gradient(112deg, #f2f5f9 9.74%, #e8f0f6 56%, #d7e9ef 98.83%);
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-intro {
    padding: 150px 0px;
  }
}
.p-intro svg {
  width: 47.9497354vw;
  height: 4.7619476vw;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .p-intro svg {
    width: 84.8717948vw;
    height: 8.20512821vw;
    margin-left: 30px;
  }
}

.p-intro__body {
  white-space: nowrap;
}

.p-statement {
  width: 100%;
  height: 100vh;
  position: relative;
}

.p-statement__body {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
}

.p-statement__bg {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: sticky;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .p-statement__bg {
    background-position: -170vw center;
  }
  .p-statement__bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    top: 0;
    left: 0;
    transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .p-statement__bg.is-active::after {
    opacity: 0.5;
  }
}

.p-statement__textarea {
  position: relative;
  color: #fff;
  padding-left: 11.7063492vw;
  padding-bottom: 16.5vh;
}
@media (max-width: 768px) {
  .p-statement__textarea {
    padding: 0 7.6vw;
    padding-bottom: 35vh;
  }
}

.fade-in {
  opacity: 0;
  filter: blur(4px);
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fade-in.is-onscreen {
  opacity: 1;
  filter: blur(0);
}

.p-statement__heading {
  margin-bottom: 40px;
}
.p-statement__heading p {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.733333vw, 26px);
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-statement__heading p {
    font-size: min(6vw, 24px);
  }
}

.p-statement__lead {
  margin-bottom: 50px;
}
.p-statement__lead p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(1vw, 15px);
  font-weight: 400;
  line-height: 2.55;
  letter-spacing: 0.45px;
}
@media (max-width: 768px) {
  .p-statement__lead p {
    font-size: min(3.5vw, 13px);
  }
}

.p-statement__info {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.66667vw, 10px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.45px;
}
@media (max-width: 768px) {
  .p-statement__info {
    font-size: min(2.5vw, 10px);
  }
}

.p-statement-bottom {
  padding: 170px 8vw;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-statement-bottom {
    padding: 80px 7.6vw;
    background-size: 150%;
    overflow: hidden;
  }
}

.p-statement-bottom__body {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .p-statement-bottom__body {
    display: block;
  }
}

.p-statement-bottom__textarea {
  position: sticky;
  top: 50%;
  transform: translateY(-40%);
}
@media (max-width: 768px) {
  .p-statement-bottom__textarea {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
.p-statement-bottom__textarea:before {
  width: 49.2063492vw;
  height: 49.2063492vw;
  position: absolute;
  top: 50%;
  right: -7.47vw;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #d4e2ed 0%, #cfdfeb 100%);
  content: "";
  border-radius: 50%;
}
@media (max-width: 768px) {
  .p-statement-bottom__textarea:before {
    width: 120vw;
    height: 120vw;
    right: 50%;
    transform: translate(50%, -50%);
  }
}

.p-statement-bottom__graph {
  width: 46.494709vw;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-statement-bottom__graph {
    width: 100%;
  }
}

.p-statement-bottom__graph-other {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-statement-bottom__graph-other {
    margin-bottom: 0px;
    padding-bottom: 10px;
    margin-top: 60px;
  }
}
.p-statement-bottom__graph-other .p-statement-bottom__graph-text {
  width: 50%;
  background: #ffff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .p-statement-bottom__graph-other .p-statement-bottom__graph-text {
    width: 100%;
    padding-left: 0px;
  }
}
.p-statement-bottom__graph-other .p-statement-bottom__graph-img {
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .p-statement-bottom__graph-other .p-statement-bottom__graph-img {
    width: 100%;
    padding-left: 0px;
  }
}
.p-statement-bottom__graph-other .p-system__ttl {
  margin-bottom: 20px;
}
.p-statement-bottom__graph-other .p-system__lead-02 {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .p-statement-bottom__graph-other .p-system__lead-02 {
    padding: 0 20px;
  }
}
.p-statement-bottom__graph-other .p-system__info {
  padding: 0 30px 30px;
}
@media (max-width: 768px) {
  .p-statement-bottom__graph-other .p-system__info {
    padding: 0 20px 30px;
  }
}

.p-statement-bottom__graph-top {
  display: flex;
  gap: 36px;
  align-items: center;
}
@media (max-width: 768px) {
  .p-statement-bottom__graph-top {
    gap: 0px;
    display: block;
    margin-top: 50px;
  }
}

.p-statement-bottom__graph-text {
  width: 19.3121693vw;
}
@media (max-width: 768px) {
  .p-statement-bottom__graph-text {
    width: 100%;
  }
}

.p-statement-bottom__graph-img {
  width: 24.9338624vw;
}
@media (max-width: 768px) {
  .p-statement-bottom__graph-img {
    width: 100%;
  }
}

.p-statement-bottom__graph-heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
.p-statement-bottom__graph-heading .sub {
  font-size: min(0.8vw, 12px);
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-statement-bottom__graph-heading .sub {
    font-size: min(4vw, 12px);
  }
}
.p-statement-bottom__graph-heading .main {
  font-size: min(1.2vw, 18px);
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-statement-bottom__graph-heading .main {
    font-size: min(4.5vw, 18px);
  }
}

.p-statement-bottom__graph-lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.8vw, 12px);
  line-height: 2;
  letter-spacing: -0.4px;
}
@media (max-width: 768px) {
  .p-statement-bottom__graph-lead {
    font-size: min(3vw, 12px);
    margin-bottom: 20px;
  }
}

.p-statement-bottom__graph-bottom {
  background: #fff;
  padding: 40px 40px 35px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-statement-bottom__graph-bottom {
    padding: 20px 5vw 25px;
    width: calc(100% + 5.2vw);
    transform: translateX(-7.6vw);
  }
}

.p-statement-bottom__graph-heading-02 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.2vw, 18px);
  position: relative;
  display: table;
  margin: 0 auto;
  border-left: 1px solid #3c4043;
  border-right: 1px solid #3c4043;
  padding: 6px 15px 8px;
}
@media (max-width: 768px) {
  .p-statement-bottom__graph-heading-02 {
    text-align: center;
    font-size: min(4vw, 16px);
  }
}

.p-statement-bottom__graph-img-02 {
  margin-top: 30px;
}

.p-statement-bottom__graph-info {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.6666667vw, 10px);
  line-height: 1.8;
  margin-top: 14px;
}
@media (max-width: 768px) {
  .p-statement-bottom__graph-info {
    font-size: min(2.5vw, 10px);
  }
}

.p-movie {
  position: relative;
}
.p-movie .pin-spacer {
  padding: 0 !important;
  height: 200vh !important;
}
.p-movie .stage {
  position: relative;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-movie .stage {
    height: 40vh;
  }
}
.p-movie .stage svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-movie #sprite {
  position: absolute;
  width: 100px;
  transform-origin: 50% 50%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-movie #sprite {
    width: 80px;
  }
}
.p-movie #sprite img {
  transform: rotate(10deg);
}
@media (max-width: 768px) {
  .p-movie #sprite img {
    transform: rotate(20deg);
  }
}
.p-movie #route {
  fill: none;
  stroke: #4a78ff;
  stroke-width: 2;
  stroke-opacity: 0;
}

.p-movie__body {
  width: 100%;
  height: 100vh;
  position: sticky;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1111;
}
@media (max-width: 768px) {
  .p-movie__body {
    height: 100dvh;
  }
}

.p-movie__ttl {
  display: table;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .p-movie__ttl {
    width: 100%;
  }
}
.p-movie__ttl .sub {
  font-family: "Urbanist", sans-serif;
  font-size: min(0.8vw, 12px);
  text-align: center;
  margin-bottom: 20px;
  list-style: 1;
}
@media (max-width: 768px) {
  .p-movie__ttl .sub {
    font-size: min(4vw, 12px);
  }
}
.p-movie__ttl .main {
  text-align: center;
}
.p-movie__ttl .main svg {
  width: 11.2433862vw;
  height: 1.45502646vw;
}
@media (max-width: 768px) {
  .p-movie__ttl .main svg {
    width: 68.2051282vw;
    height: 8.20512821vw;
  }
}

.p-movie__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.8vw, 12px);
  line-height: 2;
  display: table;
  width: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 300%);
}
@media (max-width: 768px) {
  .p-movie__lead {
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    font-size: min(4vw, 12px);
    position: relative;
    padding: 0 7.6vw;
    margin-top: 40px;
  }
}

.p-movie__area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 59.5238095vw;
  -webkit-clip-path: inset(100% 0 0% 0);
          clip-path: inset(100% 0 0% 0);
}
@media (max-width: 768px) {
  .p-movie__area {
    width: 100vw;
  }
}
.p-movie__area a {
  display: block;
}
.p-movie__area video {
  width: 100%;
}
.p-movie__area iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.p-point__bg {
  position: relative;
}

.p-point__copy {
  position: absolute;
  top: 9.1vh;
  right: 8vw;
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.533333vw, 23px);
  color: #3c4043;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-point__copy {
    font-size: min(3.75vw, 14px);
    top: 5vh;
    right: 50%;
    transform: translateX(50%);
  }
}

.p-point__ttl {
  position: absolute;
  bottom: 55px;
  left: 5vw;
}
@media (max-width: 768px) {
  .p-point__ttl {
    bottom: 10px;
  }
}
.p-point__ttl svg {
  width: 35.515873vw;
  height: 6.49064906vh;
}
@media (max-width: 768px) {
  .p-point__ttl svg {
    width: 81.12820513vw;
    height: 8.71794872vw;
  }
}

.p-point__heading {
  text-align: center;
  color: #3c4043;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  font-weight: 400;
  margin-top: 110px;
}
@media (max-width: 768px) {
  .p-point__heading {
    margin-top: 50px;
  }
}
.p-point__heading .sub {
  font-size: min(1.533333vw, 23px);
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .p-point__heading .sub {
    font-size: min(4vw, 16px);
  }
}
.p-point__heading .main {
  font-size: min(2vw, 30px);
}
@media (max-width: 768px) {
  .p-point__heading .main {
    font-size: min(6vw, 24px);
  }
}

.p-point__lead {
  font-size: min(0.833333vw, 13px);
  line-height: 2;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 30px auto 200px;
}
@media (max-width: 768px) {
  .p-point__lead {
    font-size: min(3.5vw, 13px);
    margin: 30px auto 100px;
  }
}

.p-point-resilience {
  padding: 0 8vw 130px;
}
@media (max-width: 768px) {
  .p-point-resilience {
    padding: 0 7.6vw 100px;
  }
}

.p-point-resilience__body {
  display: flex;
  align-items: end;
  position: relative;
}
@media (max-width: 768px) {
  .p-point-resilience__body {
    display: block;
  }
}

.p-point-resilience__ttl {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .p-point-resilience__ttl {
    position: relative;
    margin-bottom: 50px;
  }
}
.p-point-resilience__ttl svg {
  width: 19.5767196vw;
  height: 6.27062706vh;
}
@media (max-width: 768px) {
  .p-point-resilience__ttl svg {
    width: 75.38465154vw;
    height: 14.3589744vw;
  }
}

.p-point-resilience__box-01 {
  display: flex;
  flex-wrap: wrap;
  width: 37vw;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .p-point-resilience__box-01 {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
}

.p-point-resilience__box-02 {
  width: 21vw;
  padding-left: 40px;
  border-left: 1px solid #c6cdd2;
}
@media (max-width: 768px) {
  .p-point-resilience__box-02 {
    display: block;
    width: 100%;
    padding-left: 0px;
    border-left: none;
    border-top: 1px solid #c6cdd2;
    padding-top: 30px;
    margin-top: 30px;
  }
}

.p-point-resilience__box-03 {
  width: 22vw;
  margin-left: auto;
  padding-left: 40px;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  .p-point-resilience__box-03 {
    width: 100%;
    padding-left: 0px;
    margin-top: 50px;
  }
}
.p-point-resilience__box-03 .p-point-resilience__lead {
  margin-bottom: 20px;
}
.p-point-resilience__box-03 .p-point-resilience__img {
  margin-bottom: 0px;
}

.p-point-resilience__item {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .p-point-resilience__item {
    width: calc(100% - 0px);
  }
}
.p-point-resilience__item--02 {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .p-point-resilience__item--02 {
    margin-left: 0px;
    margin-top: 40px;
  }
}

.p-point-resilience__box-inner {
  background: #fff;
  padding: 35px 28px 10px;
}
@media (max-width: 768px) {
  .p-point-resilience__box-inner {
    padding: 35px 20px 10px;
  }
}

.p-point-resilience__img {
  margin-bottom: 12px;
}

.p-point-resilience__heading {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.p-point-resilience__box-01 .p-point-resilience__heading {
  padding-bottom: 20px;
}
.p-point-resilience__box-01 .p-point-resilience__heading:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  background: #3c4043;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.p-point-resilience__heading .sub {
  font-size: min(0.8vw, 12px);
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .p-point-resilience__heading .sub {
    font-size: min(3.5vw, 13px);
    margin-top: 20px;
  }
}
.p-point-resilience__heading .main {
  font-size: min(1.06666667vw, 16px);
}
@media (max-width: 768px) {
  .p-point-resilience__heading .main {
    font-size: min(5vw, 18px);
  }
}

.p-point-resilience__lead {
  line-height: 2;
  font-size: min(0.8vw, 12px);
  margin-top: 17px;
  letter-spacing: -0.0555em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  .p-point-resilience__lead {
    font-size: min(3.5vw, 13px);
    letter-spacing: 0em;
  }
}
.p-point-resilience__lead .info {
  font-size: min(0.666667vw, 10px);
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .p-point-resilience__lead .info {
    font-size: min(2.5vw, 10px);
  }
}

.p-point-resilience__heading-02 {
  font-size: min(0.8vw, 12px);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  text-align: center;
  display: table;
  margin: 0 auto;
  border-left: 1px solid #3c4043;
  border-right: 1px solid #3c4043;
  padding: 0 12px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-point-resilience__heading-02 {
    font-size: min(3.5vw, 13px);
  }
}
.p-point-resilience__heading-02--b {
  margin-top: 45px;
}

.p-point-green {
  background: #d9e6ee;
  padding: 130px 8vw;
}
@media (max-width: 768px) {
  .p-point-green {
    padding: 80px 7.6vw;
  }
}

.p-point-green__ttl {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .p-point-green__ttl {
    margin-bottom: 50px;
  }
}
.p-point-green__ttl svg {
  width: 11.947619vw;
  height: 5.83058306vh;
}
@media (max-width: 768px) {
  .p-point-green__ttl svg {
    width: 45.8974359vw;
    height: 13.0769231vw;
  }
}

.p-point-green__body {
  display: flex;
  gap: 100px;
}
@media (max-width: 768px) {
  .p-point-green__body {
    display: block;
  }
}

.p-point-green__left {
  width: 47%;
}
@media (max-width: 768px) {
  .p-point-green__left {
    width: 100%;
  }
}

.p-point-green__right {
  width: 53%;
}
@media (max-width: 768px) {
  .p-point-green__right {
    width: 100%;
  }
}

.p-point-green__head {
  display: flex;
}
@media (max-width: 768px) {
  .p-point-green__head {
    display: block;
  }
}

.p-point-green__copy {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.533333vw, 23px);
  width: 45%;
}
@media (max-width: 768px) {
  .p-point-green__copy {
    font-size: min(5vw, 20px);
    width: 100%;
  }
}

.p-point-green__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.833333vw, 13px);
  width: 55%;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-point-green__lead {
    font-size: min(3.5vw, 13px);
    width: 100%;
    margin-top: 20px;
  }
}

.p-point-green__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 30px;
}
.p-point-green__heading .sub {
  font-size: min(0.833333vw, 13px);
  display: table;
  background: #2e5c70;
  color: #fff;
  padding: 3px 6px 5px 12px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-point-green__heading .sub {
    font-size: min(3.5vw, 13px);
    margin-top: 30px;
  }
}
.p-point-green__heading .main {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.06666667vw, 16px);
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-point-green__heading .main {
    font-size: min(4vw, 16px);
  }
}

.p-point-green__img-02 {
  padding: 23px 54px 22px;
  border-top: 1px solid #c6cdd2;
  border-bottom: 1px solid #c6cdd2;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-point-green__img-02 {
    padding: 23px 0px 22px;
  }
}

.p-point-green__heading-02 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(0.8vw, 12px);
  margin: 20px 0 15px;
}
@media (max-width: 768px) {
  .p-point-green__heading-02 {
    font-size: min(3.5vw, 13px);
  }
}

.p-point-green__info {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.6666667vw, 10px);
}
@media (max-width: 768px) {
  .p-point-green__info {
    font-size: min(2.5vw, 10px);
  }
}

.p-system__body {
  position: relative;
  height: 100%;
  padding: 170px 8vw 130px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-system__body {
    padding: 80px 7.6vw;
  }
}

.p-system__bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .p-system__bg {
    background-size: contain;
  }
}

.p-system__copy {
  position: absolute;
  top: 9.1vh;
  right: 8vw;
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.333333vw, 20px);
  color: #3c4043;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-system__copy {
    font-size: min(3.75vw, 14px);
    top: 5vh;
    right: 7.6vw;
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto 60px;
  }
}
.p-system__copy .num {
  text-combine-upright: all;
}
.p-system__copy .num2 {
  margin-bottom: 5px;
}

.p-system__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: min(2vw, 30px);
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}
.p-system__heading .ruby {
  ruby-align: center;
  ruby-position: over;
}
@media (max-width: 768px) {
  .p-system__heading {
    font-size: min(6vw, 24px);
    line-height: 1.5;
  }
}

.p-system__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.8vw, 12px);
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .p-system__lead {
    font-size: min(3.5vw, 13px);
    text-align: left;
  }
}

.p-system__inner {
  position: relative;
  overflow-x: scroll;
}

.p-system__img {
  width: 66vw;
  margin: 50px auto;
  position: relative;
}
@media (max-width: 768px) {
  .p-system__img {
    width: 200%;
  }
}

.p-system__ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(1.2vw, 18px);
  display: block;
  font-weight: 500;
  background: #2e5c70;
  color: #fff;
  text-align: center;
  padding: 3px 12px 5px 12px;
  margin: 0px auto 15px;
}
@media (max-width: 768px) {
  .p-system__ttl {
    font-size: min(4.5vw, 18px);
  }
}

.p-system__lead-02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.8vw, 12px);
  line-height: 2;
}
@media (max-width: 768px) {
  .p-system__lead-02 {
    font-size: min(3.5vw, 13px);
    text-align: left;
  }
}

.p-system__info {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.67777vw, 10px);
  line-height: 2;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-system__info {
    font-size: min(2.5vw, 10px);
    text-align: left;
    margin-top: 10px;
  }
}

.p-system__btn {
  display: block;
  position: absolute;
  color: #fff;
  cursor: pointer;
  width: 8.39vw;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 768px) {
  .p-system__btn {
    width: 24.56vw;
  }
}
.p-system__btn:hover {
  opacity: 0.5;
}
.p-system__btn-1 {
  top: 3%;
  left: 48.5%;
}
.p-system__btn-2 {
  top: 65%;
  left: 57%;
}
@media (max-width: 768px) {
  .p-system__btn-2 {
    left: 55.5%;
  }
}

.p-system__btn-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-initiative {
  padding: 140px 8vw;
  max-width: 1068px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-initiative {
    padding: 80px 7.6vw;
  }
}

.p-initiative__list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 768px) {
  .p-initiative__list {
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    display: block;
  }
}

.p-initiative__item--01 {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .p-initiative__item--01 {
    width: 100%;
    padding: 0;
  }
}

.p-initiative__item--02 {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-initiative__item--02 {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}

.p-initiative__item--03 {
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-initiative__item--03 {
    padding: 0;
  }
}

.p-initiative__item-inner {
  background: rgba(255, 255, 255, 0.5);
  padding: 45px;
}
@media (max-width: 768px) {
  .p-initiative__item-inner {
    padding: 25px 20px;
  }
}

.p-initiative__heading-02 {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.533333vw, 23px);
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-initiative__heading-02 {
    font-size: min(4.5vw, 18px);
    margin-bottom: 14px;
  }
}

.p-initiative__lead-02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.93333vw, 14px);
  line-height: 2;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-initiative__lead-02 {
    font-size: min(3vw, 12px);
  }
}

.p-initiative__lead-03 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.93333vw, 14px);
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-initiative__lead-03 {
    font-size: min(3vw, 12px);
    text-align: left;
    margin-bottom: 20px;
  }
}

.p-initiative__box {
  background: #fff;
  padding: 39px;
}
@media (max-width: 768px) {
  .p-initiative__box {
    padding: 20px 20px 30px;
  }
}

.p-initiative__point {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.p-initiative__point-cat {
  font-family: "Zen Old Mincho", serif;
  font-size: min(0.8vw, 12px);
  line-height: 1;
}
@media (max-width: 768px) {
  .p-initiative__point-cat {
    font-size: min(2.5vw, 10px);
  }
}

.p-initiative__point-num {
  font-family: "Zen Old Mincho", serif;
  font-size: min(2vw, 30px);
  padding-left: 10px;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-initiative__point-num {
    font-size: min(5vw, 20px);
    padding-left: 6px;
  }
}

.p-initiative__point-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.8vw, 12px);
  line-height: 2;
  padding-left: 20px;
  margin-left: 15px;
  border-left: 1px solid #3c4043;
}
@media (max-width: 768px) {
  .p-initiative__point-text {
    font-size: min(3vw, 12px);
    line-height: 1.6;
    padding-left: 15px;
    margin-left: 10px;
  }
}
.p-initiative__info {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.6666667vw, 10px);
  line-height: 2;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-initiative__info {
    font-size: min(2.5vw, 10px);
  }
}

.p-initiative__img-01 {
  padding: 0 10px;
}

.p-initiative__content {
  display: flex;
  align-items: center;
  gap: 27px;
}
@media screen and (max-width: 768px) {
  .p-initiative__content {
    display: block;
  }
}

.p-initiative__box-02 {
  background: #fff;
  padding: 35px 26px;
}
@media screen and (max-width: 768px) {
  .p-initiative__box-02 {
    padding: 25px 15px;
  }
}

.p-initiative__box-02-head {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-initiative__box-02-head {
    gap: 25px;
  }
}

.p-initiative__box-02-head-img_a {
  width: 9.9vw;
}
@media (max-width: 768px) {
  .p-initiative__box-02-head-img_a {
    width: 38.717vw;
  }
}

.p-initiative__box-02-head-img_b {
  width: 13.75vw;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .p-initiative__box-02-head-img_b {
    width: 53.333333vw;
  }
}

.p-initiative__place {
  display: flex;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .p-initiative__place {
    flex-wrap: wrap;
  }
}
.p-initiative__place .name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.8vw, 12px);
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-initiative__place .name {
    font-size: min(3vw, 12px);
    margin-bottom: 15px;
    margin-top: 7px;
  }
}

@media screen and (max-width: 768px) {
  .p-initiative__place-item {
    width: calc(50% - 6px);
    box-sizing: border-box;
  }
}

.p-initiative__box-02-bottom {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-initiative__box-02-bottom {
    gap: 20px;
    display: block;
  }
}

.p-initiative__box-02-bottom-img {
  width: 9vw;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-initiative__box-02-bottom-img {
    width: 40%;
    margin: 0 auto 10px;
  }
}

.p-initiative__box-02-bottom-text {
  width: 19.8vw;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.93333vw, 14px);
  line-height: 2;
}
.p-initiative__item--03 .p-initiative__box-02-bottom-text {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-initiative__box-02-bottom-text {
    width: 100%;
    font-size: min(3vw, 12px);
  }
}

@media screen and (max-width: 768px) {
  .p-initiative__box-arrow {
    display: table;
    margin: 20px auto;
  }
  .p-initiative__box-arrow svg {
    transform: rotate(90deg);
  }
}

.l-footer__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__list {
    display: block;
  }
}

.l-footer__item {
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 32vw;
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__item {
    width: 100%;
    height: 270px;
  }
}

.l-footer__btn {
  margin: auto;
  display: table;
}
.l-footer__btn a {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(1.53333vw, 23px);
  text-decoration: none;
  padding: 32px 9.5vw;
  border-radius: 100px;
  border: 1px solid #fff;
  max-width: 350px;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .l-footer__btn a {
    font-size: min(5vw, 20px);
    padding: 15px 36px;
    max-width: 150px;
  }
}
.l-footer__btn a:hover {
  background: #fff;
  color: #3c4043;
}
.l-footer__btn:hover form {
  background: #fff;
}
.l-footer__btn:hover .label {
  color: #3c4043;
}
.l-footer__btn .label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  letter-spacing: 0;
  color: #fff;
  pointer-events: none;
  transition: all 0.2s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(1.53333vw, 23px);
  padding: 2.5vw 0;
  max-width: 350px;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 768px) {
  .l-footer__btn .label {
    font-size: min(5vw, 20px);
    border-radius: 0px;
    padding: 0px;
  }
}
.l-footer__btn form {
  position: relative;
  border: 1px solid #fff;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .l-footer__btn form {
    width: 150px;
  }
}
.l-footer__btn form select {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  padding: 40px 7.3vw;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
@media (max-width: 768px) {
  .l-footer__btn form select {
    padding: 21px 0;
    text-align: center;
    border-radius: 0;
    background: #000;
  }
}

.l-footer__logo {
  width: 241px;
  margin: 160px auto 50px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin: 100px auto 40px;
    width: 150px;
  }
}

.l-footer__copyright {
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: min(1.5333333vw, 16px);
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: min(3vw, 12px);
  }
}

.c-modal__item {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}
.c-modal__item.is-modal-open {
  opacity: 1;
  z-index: 11111111;
  pointer-events: all;
}

.c-modal__body {
  width: 824px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 0rem;
}
@media screen and (max-width: 768px) {
  .c-modal__body {
    width: 89vw;
    padding: 3rem 0rem 2rem;
  }
}

.c-modal__inner {
  height: 640px;
  position: relative;
  gap: 0px;
  overflow: scroll;
  padding: 0rem 60px;
}
@media screen and (max-width: 768px) {
  .c-modal__inner {
    height: 440px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-modal__img {
    width: 100%;
    position: relative;
  }
}

.c-modal__text {
  width: 50%;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .c-modal__text {
    width: 100%;
    position: relative;
  }
}
.c-modal__text p {
  font-size: min(0.8vw, 12px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-modal__text p {
    font-size: min(3vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__text {
    padding-left: 0;
  }
}

.c-modal__close {
  position: fixed;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  right: 22px;
  top: 20px;
  z-index: 1111111;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-modal__close {
    width: 34px;
    top: 10px;
    height: 34px;
    right: 10px;
  }
}
.is-modal-open .c-modal__close {
  cursor: pointer;
}
.c-modal__close:after {
  position: absolute;
  content: "";
  width: 44px;
  height: 1px;
  background: #3c4043;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-modal__close:after {
    width: 34px;
  }
}
.c-modal__close:before {
  position: absolute;
  content: "";
  height: 44px;
  width: 1px;
  background: #3c4043;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-modal__close:before {
    height: 34px;
  }
}

.c-modal__heading {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.53333vw, 23px);
  padding-bottom: 28px;
  border-bottom: 1px solid #c6cdd2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-modal__heading {
    font-size: min(5vw, 20px);
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.c-modal__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(0.93333vw, 14px);
  padding-top: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}
.c-modal__item--1 .c-modal__ttl {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .c-modal__ttl {
    font-size: min(3.75vw, 14px);
    padding-top: 15px;
    margin-bottom: 10px;
  }
}

.c-modal__wrap {
  display: flex;
  margin-top: 40px;
  gap: 30px;
}
.c-modal__item--2 .c-modal__wrap {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-modal__item--2 .c-modal__wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__wrap {
    display: block;
    margin-top: 20px;
  }
}

.c-modal__lead {
  font-size: min(0.8vw, 12px);
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-modal__lead {
    font-size: min(3vw, 12px);
  }
}

.c-modal__info {
  font-size: min(0.666667vw, 10px);
  line-height: 1.8;
  margin-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-modal__info {
    font-size: min(2.5vw, 10px);
  }
}

.c-modal__textarea {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .c-modal__textarea {
    width: 100%;
  }
}

.c-modal__graph {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .c-modal__graph {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-scroll {
    position: absolute;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    font-size: min(3vw, 12px);
    padding-right: 49px;
    bottom: 10px;
    right: 0;
    z-index: 111111;
  }
}
.p-scroll:after {
  position: absolute;
  content: "";
  width: 39px;
  height: 1px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  background: #111;
  opacity: 0.2;
}
.p-scroll:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  background: #3c4043;
  border-radius: 4px;
  z-index: 1;
  animation: 4s scroll infinite;
}

@keyframes scroll {
  0% {
    opacity: 1;
    right: 0;
  }
  50% {
    right: 39px;
  }
  100% {
    right: 0;
  }
}