@charset "UTF-8";
.l-container {
  min-width: var(--min-device-width);
}

.l-section {
  --l-section-inner-width-default: var(--site-width);
  --l-section-space-inline-default: var(--space-inline);
  --l-section-space-inline: var(--l-section-space-inline-override, var(--l-section-space-inline-default));
  --l-section-inner-width: var(--l-section-inner-width-override, var(--l-section-inner-width-default));
  --l-section-outer: max(0px, calc((var(--vw100) - var(--l-section-inner-width)) / 2));
  --l-section-gutter: max(var(--l-section-outer), var(--l-section-space-inline));
}
.l-section:where(._gutter) {
  padding-inline: var(--l-section-space-inline);
}
.l-section__inner {
  width: 100%;
  max-width: var(--l-section-inner-width);
  margin-inline: auto;
  background-clip: content-box;
}
.l-section__inner:where(._gutter) {
  max-width: calc( 						var(--l-section-inner-width) + 						(var(--l-section-space-inline) * 2) 					);
  padding-inline: var(--l-section-space-inline);
}
.l-section__w860 {
  width: 100%;
  max-width: 860px;
  margin-inline: auto;
  background-clip: content-box;
}
.l-section__w860:where(._gutter) {
  max-width: calc( 						var(--l-section-inner-width) + 						(var(--l-section-space-inline) * 2) 					);
  padding-inline: var(--l-section-space-inline);
}
.l-section__full {
  margin-inline: calc(var(--l-section-gutter) * -1);
}

.l-row-gap {
  --l-row-gap-default: 60px;
  --l-row-gap: var(--l-row-gap-override, var(--l-row-gap-default));
  display: flex;
  flex-direction: column;
  row-gap: var(--l-row-gap);
}

.l-spacer._xl {
  height: var(--space-block-xl);
}
.l-spacer._lg {
  height: var(--space-block-lg);
}
.l-spacer._md {
  height: var(--space-block-md);
}
.l-spacer._sm {
  height: var(--space-block-sm);
}
.l-spacer._xs {
  height: var(--space-block-xs);
}
.l-spacer._xl-trim {
  height: var(--space-block-xl-trim);
}
.l-spacer._lg-trim {
  height: var(--space-block-lg-trim);
}
.l-spacer._md-trim {
  height: var(--space-block-md-trim);
}
.l-spacer._sm-trim {
  height: var(--space-block-sm-trim);
}
.l-spacer._xs-trim {
  height: var(--space-block-xs-trim);
}

.mw_wp_form.mw_wp_form_confirm .mw_confirm-hidden {
  display: none;
}
.mw_wp_form:not(.mw_wp_form_confirm) .mw_confirm-show {
  display: none;
}

/* pagenavi */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px 50px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: block;
  text-decoration: none;
  transition: var(--sec);
}
:where(.wp-block-post-content, .wp-gutenberg) {
  font-size: 1rem;
  line-height: 2;
  --wp--preset--font-size--small: rem(14);
  --wp--preset--font-size--medium: rem(16);
  --wp--preset--font-size--large: rem(18);
  --wp--preset--font-size--x-large: rem(20);
}
:where(.wp-block-post-content, .wp-gutenberg) a:not([class]) {
  text-decoration: underline;
}
:where(.wp-block-post-content, .wp-gutenberg) a:not([class]):focus-visible {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  :where(.wp-block-post-content, .wp-gutenberg) a:not([class]):hover {
    text-decoration: none;
  }
}
:where(.wp-block-post-content, .wp-gutenberg) :where(p, ol, ul, table,
   [class*="wp-block"]):not(:last-child) {
  margin-bottom: 40px;
}

.wp-block-heading {
  margin-bottom: 40px;
  border-bottom: 2px solid;
  font-weight: 700;
}

h2.wp-block-heading {
  font-size: 1.5rem;
}

h3.wp-block-heading {
  font-size: 1.375rem;
}

h4.wp-block-heading {
  font-size: 1.25rem;
}

h5.wp-block-heading {
  font-size: 1.125rem;
}

h6.wp-block-heading {
  font-size: 1rem;
}

:where(.wp-gutenberg :is(ul,ol):not([class])),
.wp-block-list {
  padding-left: 1.4em;
}

:where(.wp-gutenberg ul:not([class])),
ul.wp-block-list {
  list-style-type: disc;
}

:where(.wp-gutenberg ol:not([class])),
ol.wp-block-list {
  list-style-type: decimal;
}

:where(.wp-gutenberg li:not([class])),
.wp-block-list-item {
  list-style-type: inherit;
}

:where(.wp-block-post-content, .wp-gutenberg) :is(th, td) {
  padding: 5px;
  border: 1px solid;
  text-align: left;
}

.c-bread__list {
  word-break: break-all;
}
.c-bread__list > li {
  display: inline;
  margin-right: 0.2em;
}
.c-bread__list > li + li:before {
  content: "＞";
  /*	content: ">";*/
}

.c-webentry-btn {
  display: flex;
  align-items: center;
  width: 335px;
  height: 70px;
  border-radius: 50px;
  background: linear-gradient(to bottom, #F7E137, #F79800);
  border: 2px solid var(--color-light);
  padding: 0 10px 0 18px;
  position: relative;
  transition: 0.5s;
}
.c-webentry-btn:hover {
  text-decoration: none;
  border: 2px solid var(--color-dark);
}
.c-webentry-btn__right-inner {
  transition: 0.5s;
  color: var(--color-dark);
}
.c-webentry-btn__deco {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-webentry-btn__center {
  display: flex;
  justify-content: center;
}
.c-webentry-btn__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-webentry-btn__title {
  font-family: var(--typography-std_large_jp_bold_18-font-family);
  font-weight: var(--typography-std_large_jp_bold_18-font-weight);
  font-size: var(--typography-std_large_jp_bold_18-font-size);
  line-height: var(--typography-std_large_jp_bold_18-line-height);
  --letter-spacing: var(--typography-std_large_jp_bold_18-letter-spacing);
}
.c-webentry-btn__text {
  min-width: 41px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
}
.c-webentry-btn__right {
  width: 13px;
  position: absolute;
  top: 0;
  right: -20px;
}
.c-webentry-btn__time {
  font-family: var(--typography-en-font-family);
  font-weight: var(--typography-en-font-weight);
  font-size: var(--typography-en-font-size);
  line-height: var(--typography-en-line-height);
  --letter-spacing: var(--typography-en-letter-spacing);
  font-size: 14px;
  letter-spacing: 0.05em;
}
.c-webentry-btn .c-arrow-svg {
  display: flex;
  align-items: center;
}

.c-title_h2 {
  color: var(--color-light);
  font-family: var(--typography-std_xxl_jp_black_32-font-family);
  font-weight: var(--typography-std_xxl_jp_black_32-font-weight);
  font-size: var(--typography-std_xxl_jp_black_32-font-size);
  line-height: var(--typography-std_xxl_jp_black_32-line-height);
  --letter-spacing: var(--typography-std_xxl_jp_black_32-letter-spacing);
  margin-bottom: 20px;
}
.c-title_h2__marker-black {
  background-color: var(--color-base);
  padding: 0 7px;
}

.js-slider {
  position: relative;
}
.js-slider .slide-arrow {
  width: 40px;
  height: 40px;
  background: var(--color-light);
  border: 1px solid var(--color-dark);
  border-radius: 50%;
  position: absolute;
  top: 140px;
  z-index: 1;
}
.js-slider .slide-arrow::before, .js-slider .slide-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 40%;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
}
.js-slider .slide-arrow::before {
  transform: rotate(45deg);
}
.js-slider .slide-arrow::after {
  transform: rotate(-45deg);
}
.js-slider .next-arrow {
  right: -10px;
}
.js-slider .next-arrow::before, .js-slider .next-arrow::after {
  transform-origin: calc(100% - 1px) 50%;
}
@media (width <= 1010px) {
  .js-slider .next-arrow {
    right: 10px;
  }
}
.js-slider .prev-arrow {
  left: -10px;
}
.js-slider .prev-arrow::before, .js-slider .prev-arrow::after {
  transform-origin: 1px 50%;
}
@media (width <= 1010px) {
  .js-slider .prev-arrow {
    left: 10px;
  }
}

@media (width <= 930px) {
  .u-pc930 {
    display: none !important;
  }
}
@media (930px <= width) {
  .u-930 {
    display: none !important;
  }
}
.c-entry-scrollbtn {
  position: fixed;
  z-index: 100;
}
.c-entry-scrollbtn__btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  opacity: 1;
  width: 200px;
}
.c-entry-scrollbtn__btn._hover {
  opacity: 0;
}
@media (width <= 1200px) {
  .c-entry-scrollbtn__btn {
    bottom: 20px;
    right: 20px;
  }
}
@media (width <= 1000px) {
  .c-entry-scrollbtn__btn {
    bottom: 10px;
    right: 10px;
  }
}
.c-entry-scrollbtn:hover .c-entry-scrollbtn__btn {
  opacity: 0;
}
.c-entry-scrollbtn:hover ._hover {
  opacity: 1;
}

.c-entry-scrollbtn {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.c-entry-scrollbtn.is-visible {
  opacity: 0;
  pointer-events: none;
}

[data-tel] a {
  color: inherit;
  text-decoration: underline;
}

[data-details] summary {
  /* Safariで表示されるデフォルトの三角形アイコンを削除 */
  display: block;
  cursor: pointer;
}
[data-details] summary::-webkit-details-marker {
  display: none;
}
/*全画面*/
.g-wrapper {
  overflow: hidden;
}

/*ヘッダー*/
.g-header .header-wrapper {
  width: 100%;
  position: fixed;
  z-index: 99;
  height: 100px;
}
@media (width <= 930px) {
  .g-header .header-wrapper {
    height: 80px;
  }
}
.g-header .header-logo__wrapper {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  display: flex;
  align-items: center;
  background: var(--color-light);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 100;
}
@media (width >= 768px) {
  .g-header .header-logo__wrapper {
    justify-content: space-between;
    padding-right: 40px;
  }
}
@media (width <= 1000px) {
  .g-header .header-logo__wrapper {
    padding-right: 10px;
  }
}
@media (width <= 768px) {
  .g-header .header-logo__wrapper {
    padding-right: 0;
  }
}
.g-header .header-logo__img {
  width: 400px;
}
@media (width <= 1240px) {
  .g-header .header-logo__img {
    width: 270px;
  }
}
@media (width <= 1020px) {
  .g-header .header-logo__img {
    width: 268px;
  }
}
.g-header .header-pc__nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: var(--typography-std_large_jp_bold_18-font-family);
  font-weight: var(--typography-std_large_jp_bold_18-font-weight);
  font-size: var(--typography-std_large_jp_bold_18-font-size);
  line-height: var(--typography-std_large_jp_bold_18-line-height);
  --letter-spacing: var(--typography-std_large_jp_bold_18-letter-spacing);
}
@media (width <= 1240px) {
  .g-header .header-pc__nav {
    gap: 15px;
  }
}
@media (width <= 1020px) {
  .g-header .header-pc__nav {
    font-size: 16px;
  }
}
@media (width <= 1000px) {
  .g-header .header-pc__nav {
    gap: 10px;
  }
}
.g-header .header-pc__list {
  transition: 0.5s;
}
.g-header .header-pc__list:hover {
  color: var(--color-hover);
  text-decoration: none;
}
.g-header .header-pc__btn-group {
  display: flex;
  gap: 10px;
}
@media (width <= 1000px) {
  .g-header .header-pc__btn-group {
    gap: 5px;
  }
}
.g-header .header-pc__btn {
  display: block;
  min-width: 140px;
  padding: 13px 24px;
  border-radius: 50px;
  text-align: center;
  position: relative;
}
.g-header .header-pc__btn::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  transition: 0.5s;
  border-radius: 50px;
}
.g-header .header-pc__btn::after {
  border-radius: 50px;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0;
  left: 0;
  z-index: -2;
  content: "";
}
@media (width <= 1240px) {
  .g-header .header-pc__btn {
    min-width: 100px;
  }
}
.g-header .header-pc__btn._orange::before {
  background: linear-gradient(to top, #E94B5B, #EA7736, #EB9C16, #EEB651);
}
.g-header .header-pc__btn._orange::after {
  background: var(--color-light);
  border: 1px solid var(--color-dark);
}
.g-header .header-pc__btn._green {
  color: var(--color-light);
}
.g-header .header-pc__btn._green::before {
  background: linear-gradient(#6FDABA, #3D7A96);
}
.g-header .header-pc__btn._green::after {
  background: linear-gradient(to top, #6FDABA, #3D7A96);
}
.g-header .header-pc__btn:hover {
  text-decoration: none;
}
.g-header .header-pc__btn:hover._orange {
  color: var(--color-hover);
}
.g-header .header-pc__btn:hover._orange::before {
  opacity: 0;
}
.g-header .header-pc__btn:hover._green::before {
  opacity: 0;
}
.g-header .header-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 46px;
  margin-right: 13px;
}
.g-header .hamburger-overlay {
  position: absolute;
  top: 10px;
  right: -7px;
  z-index: 100;
  width: 40px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.g-header .hamburger-overlay__line {
  position: absolute;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--color-dark);
  transition: all 0.6s;
}
.g-header .hamburger-overlay__line:nth-of-type(1) {
  top: 1px;
}
.g-header .hamburger-overlay__line:nth-of-type(2) {
  top: 19px;
}
.g-header .hamburger-overlay__line-menu {
  color: var(--color-dark) !important;
  left: 3px;
  top: 28px;
  position: absolute;
  font-family: "Oswald", sans-serif;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.g-header .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.g-header .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  transform: translateY(-9px) rotate(45deg);
}
.g-header .nav-overlay {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  background-color: var(--color-light);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 98;
}
.g-header .nav-overlay.active {
  visibility: visible;
  left: 0;
  opacity: 1;
}
.g-header .nav-overlay__content {
  width: 100%;
  padding-top: 80px;
}
.g-header .nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.g-header .nav-overlay__item {
  padding: 0 20px;
  border-bottom: 1px solid var(--color-dark);
}
.g-header .nav-overlay__link {
  font-family: var(--typography-std_jp_bold-font-family);
  font-weight: var(--typography-std_jp_bold-font-weight);
  font-size: var(--typography-std_jp_bold-font-size);
  line-height: var(--typography-std_jp_bold-line-height);
  --letter-spacing: var(--typography-std_jp_bold-letter-spacing);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: var(--color-dark);
  text-decoration: none;
  transition: color 0.3s;
}
.g-header .nav-overlay__btn {
  max-width: 325px;
  margin: 0 auto;
  margin-top: 20px;
}
.g-header .nav-overlay__btn-link {
  font-family: var(--typography-std_jp_bold-font-family);
  font-weight: var(--typography-std_jp_bold-font-weight);
  font-size: var(--typography-std_jp_bold-font-size);
  line-height: var(--typography-std_jp_bold-line-height);
  --letter-spacing: var(--typography-std_jp_bold-letter-spacing);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  max-width: 325px;
  height: 55px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.g-header .nav-overlay__btn-link::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  transition: 0.5s;
}
.g-header .nav-overlay__btn-link::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0;
  left: 0;
  z-index: -2;
  content: "";
}
.g-header .nav-overlay__btn-link._orange::before {
  background: linear-gradient(to top, #E94B5B, #EA7736, #EB9C16, #EEB651);
}
.g-header .nav-overlay__btn-link._orange::after {
  background: var(--color-light);
  border: 1px solid var(--color-dark);
}
.g-header .nav-overlay__btn-link._green {
  color: var(--color-light);
  transition: 0.5s;
}
.g-header .nav-overlay__btn-link._green::before {
  background: linear-gradient(#6FDABA, #3D7A96);
}
.g-header .nav-overlay__btn-link._green::after {
  background: linear-gradient(to top, #6FDABA, #3D7A96);
}
.g-header .nav-overlay__btn-inner {
  transition: 0.5s;
}
.g-header .nav-overlay__btn-inner:hover {
  text-decoration: none;
}
.g-header .nav-overlay__btn-inner:hover ._orange {
  color: var(--color-hover);
}
.g-header .nav-overlay__btn-inner:hover ._orange::before {
  opacity: 0;
}
.g-header .nav-overlay__btn-inner:hover ._green::before {
  opacity: 0;
}
.g-header .nav-overlay__link:hover {
  color: var(--color-hover);
}
.g-header .header-nav-arow {
  background: linear-gradient(#6FDABA, #3D7A96);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
}

/*フッター*/
.g-footer {
  padding-top: 40px;
  background: linear-gradient(to left, #6FDABA, #3D7A96);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.g-footer .page-top {
  font-family: var(--typography-en-font-family);
  font-weight: var(--typography-en-font-weight);
  font-size: var(--typography-en-font-size);
  line-height: var(--typography-en-line-height);
  --letter-spacing: var(--typography-en-letter-spacing);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  position: absolute;
  top: -50px;
  right: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 50px;
  background: var(--color-light);
  color: #555555;
  border-radius: 10px 10px 0 0;
  border: 1px solid #555555;
}
.g-footer .page-top:hover {
  text-decoration: none;
}
@media (width <= 1150px) {
  .g-footer .page-top {
    right: 5%;
  }
}
@media (width <= 930px) {
  .g-footer .page-top {
    right: 10px;
  }
}
@media (width <= 768px) {
  .g-footer .page-top {
    width: 310px;
    right: 50%;
    transform: translateX(50%);
  }
}
.g-footer .footer__name {
  color: var(--color-light);
  margin-bottom: 40px;
}
@media (width <= 768px) {
  .g-footer .footer__name {
    text-align: center;
  }
}
.g-footer .footer__company-name {
  font-family: var(--typography-std_jp_bold-font-family);
  font-weight: var(--typography-std_jp_bold-font-weight);
  font-size: var(--typography-std_jp_bold-font-size);
  line-height: var(--typography-std_jp_bold-line-height);
  --letter-spacing: var(--typography-std_jp_bold-letter-spacing);
}
.g-footer .footer__site-name {
  font-family: var(--typography-en-font-family);
  font-weight: var(--typography-en-font-weight);
  font-size: var(--typography-en-font-size);
  line-height: var(--typography-en-line-height);
  --letter-spacing: var(--typography-en-letter-spacing);
  letter-spacing: 0.1em;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
.g-footer .footer__nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  row-gap: 20px;
}
@media (width <= 768px) {
  .g-footer .footer__nav {
    flex-flow: column;
    row-gap: 10px;
  }
}
.g-footer .footer__item {
  font-family: var(--typography-std_jp_bold-font-family);
  font-weight: var(--typography-std_jp_bold-font-weight);
  font-size: var(--typography-std_jp_bold-font-size);
  line-height: var(--typography-std_jp_bold-line-height);
  --letter-spacing: var(--typography-std_jp_bold-letter-spacing);
  color: var(--color-light);
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid var(--color-light);
  white-space: nowrap;
}
.g-footer .footer__item:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
@media (width <= 768px) {
  .g-footer .footer__item {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid var(--color-light);
    text-align: center;
  }
  .g-footer .footer__item:first-child {
    padding-top: 10px;
    border-top: 1px solid var(--color-light);
  }
}
.g-footer .footer__btn-group {
  display: flex;
  gap: 20px;
  flex-flow: wrap;
  margin-bottom: 30px;
}
@media (width <= 768px) {
  .g-footer .footer__btn-group {
    justify-content: center;
  }
}
.g-footer .footer__btn {
  display: flex;
  align-items: center;
  width: 315px;
  height: 68px;
  background: var(--color-light);
  border-radius: 10px;
}
.g-footer .footer__btn-inner {
  margin: 0 auto;
}
.g-footer .footer__link-icon {
  margin-right: 30px;
}
.g-footer .footer__mintpark-img {
  width: 144px;
}
.g-footer .footer__daypark-logo {
  width: 192px;
}
.g-footer .footer__bottom {
  padding: 40px 0;
  background: var(--color-light);
  display: flex;
  gap: 24px;
  justify-content: center;
}
.g-footer ._ballogo {
  width: 170px;
}

/*メイン*/
.g-main {
  display: block;
}
.g-main:after {
  content: " ";
  display: block;
  clear: both;
}

.mv-wrapper .mv {
  width: 100%;
  height: 570px;
  background-image: url(../img/top/mv_bg.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (width <= 1000px) {
  .mv-wrapper .mv {
    background-image: url(../img/top/mv_bg_lg.jpg);
  }
}
@media (width <= 768px) {
  .mv-wrapper .mv {
    height: 700px;
    background-image: url(../img/top/mv_bg_sp.jpg);
  }
}
@media (width <= 600px) {
  .mv-wrapper .mv {
    height: 530px;
    background-image: url(../img/top/mv_bg_sp.jpg);
  }
}
.mv-wrapper .mv .mv-text {
  position: relative;
  height: 420px;
}
@media (width <= 600px) {
  .mv-wrapper .mv .mv-text {
    height: 270px;
  }
}
.mv-wrapper .mv .mv-text__l {
  width: 516px;
  position: absolute;
  top: 110px;
  left: 15px;
  z-index: 2;
}
@media (width <= 880px) {
  .mv-wrapper .mv .mv-text__l {
    width: 480px;
    top: 100px;
  }
}
@media (width <= 600px) {
  .mv-wrapper .mv .mv-text__l {
    width: 262px;
    top: 70px;
    left: 0;
  }
}
.mv-wrapper .mv .mv-text__m {
  width: 315px;
  position: absolute;
  top: 40px;
  left: 15px;
  z-index: 1;
}
@media (width <= 880px) {
  .mv-wrapper .mv .mv-text__m {
    width: 290px;
  }
}
@media (width <= 600px) {
  .mv-wrapper .mv .mv-text__m {
    width: 203px;
    top: 23px;
    left: 0;
  }
}
.mv-wrapper .mv .mv-medal {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
@media (width <= 768px) {
  .mv-wrapper .mv .mv-medal {
    margin-top: 180px;
    justify-content: center;
  }
}
.mv-wrapper .mv .mv-medal__01 {
  width: 130px;
}
@media (width <= 768px) {
  .mv-wrapper .mv .mv-medal__01 {
    width: 110px;
  }
}
.mv-wrapper .mv .mv-medal__02 {
  width: 130px;
  margin-top: 42px;
}
@media (width <= 768px) {
  .mv-wrapper .mv .mv-medal__02 {
    width: 110px;
    margin-top: 26px;
  }
}
.mv-wrapper .mv .mv-medal__03 {
  width: 130px;
}
@media (width <= 768px) {
  .mv-wrapper .mv .mv-medal__03 {
    width: 110px;
  }
}
.mv-wrapper .mv-entry {
  background: linear-gradient(#E94B5B, #EA7736, #EB9C16, #EEB651);
  padding: 20px 0;
}
@media (width <= 768px) {
  .mv-wrapper .mv-entry {
    padding: 66px 0 40px 0;
  }
}

.benefits-wrapper {
  background: linear-gradient(to left, #A1DBE7, #5ED8F8, #1575BF);
  position: relative;
}
.benefits-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/benefits_bg-deco.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}
.benefits-wrapper .benefits-card {
  width: 325px;
  position: relative;
}
.benefits-wrapper .benefits-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 56px;
  background: #083151;
  border-radius: 10px;
  z-index: 0;
  top: -28px;
  left: 10px;
}
.benefits-wrapper .benefits-card__icon {
  width: 222px;
}
.benefits-wrapper .benefits-card__wrapper {
  display: grid;
  justify-content: center;
  grid-template-columns: 325px 325px;
  gap: 60px 40px;
}
@media (width <= 768px) {
  .benefits-wrapper .benefits-card__wrapper {
    grid-template-columns: auto;
    gap: 43px;
  }
}
.benefits-wrapper .benefits-card__content {
  height: 100%;
  background: var(--color-light);
  border: 4px solid var(--color-outline);
  border-radius: 10px;
  position: relative;
  padding: 40px 0 20px 0;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.benefits-wrapper .benefits-card__title-en {
  width: fit-content;
  position: absolute;
  top: -83px;
  left: 20px;
  color: var(--color-ash);
  font-family: var(--typography-dsp_xxxl_en_bold-font-family);
  font-weight: var(--typography-dsp_xxxl_en_bold-font-weight);
  font-size: var(--typography-dsp_xxxl_en_bold-font-size);
  line-height: var(--typography-dsp_xxxl_en_bold-line-height);
  --letter-spacing: var(--typography-dsp_xxxl_en_bold-letter-spacing);
}
.benefits-wrapper .benefits-card__title-en-right {
  width: fit-content;
  position: absolute;
  top: -83px;
  right: 20px;
  color: var(--color-ash);
  font-family: var(--typography-dsp_xxxl_en_bold-font-family);
  font-weight: var(--typography-dsp_xxxl_en_bold-font-weight);
  font-size: var(--typography-dsp_xxxl_en_bold-font-size);
  line-height: var(--typography-dsp_xxxl_en_bold-line-height);
  --letter-spacing: var(--typography-dsp_xxxl_en_bold-letter-spacing);
}
.benefits-wrapper .benefits-card__title {
  margin-bottom: 15px;
}
.benefits-wrapper .benefits-card__text {
  font-family: var(--typography-std_jp_bold-font-family);
  font-weight: var(--typography-std_jp_bold-font-weight);
  font-size: var(--typography-std_jp_bold-font-size);
  line-height: var(--typography-std_jp_bold-line-height);
  --letter-spacing: var(--typography-std_jp_bold-letter-spacing);
  max-width: 285px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.benefits-wrapper .benefits-card._receive::before {
  left: -10px;
}

.problem_wrapper .problem-title {
  width: 100%;
  height: 186px;
  background-image: url(../img/top/problem_title-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.problem_wrapper .c-title_h2 {
  text-align: center;
  padding-top: 60px;
  line-height: 1.5;
}
@media (width <= 768px) {
  .problem_wrapper .c-title_h2 {
    padding-top: 40px;
  }
}
.problem_wrapper .problem-content {
  width: 100%;
  height: 312px;
  padding-top: 60px;
  margin-top: -23px;
  background-image: url(../img/top/problem_bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (width <= 768px) {
  .problem_wrapper .problem-content {
    height: 500px;
    background-image: url(../img/top/problem_bg_sp.png);
  }
}
@media (width <= 600px) {
  .problem_wrapper .problem-content {
    height: 643px;
    background-image: url(../img/top/problem_bg_sp.png);
  }
}
@media (width <= 375px) {
  .problem_wrapper .problem-content {
    height: 643px;
    background-image: url(../img/top/problem_bg_xs.png);
  }
}
.problem_wrapper .problem-list__content {
  width: 490px;
  font-family: var(--typography-std_xl_jp_black_20-font-family);
  font-weight: var(--typography-std_xl_jp_black_20-font-weight);
  font-size: var(--typography-std_xl_jp_black_20-font-size);
  line-height: var(--typography-std_xl_jp_black_20-line-height);
  --letter-spacing: var(--typography-std_xl_jp_black_20-letter-spacing);
  line-height: 1.8;
  padding-left: 44px;
  position: relative;
  margin: 0 0 0 auto;
  margin-bottom: 20px;
}
@media (width <= 768px) {
  .problem_wrapper .problem-list__content {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.problem_wrapper .problem-list__content:last-child {
  margin-bottom: 0;
}
.problem_wrapper .problem-list__content::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  left: 0;
  background-image: url(../img/top/check_icon.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.problem_wrapper .problem-list__dotted {
  background: #C4D0DC;
  position: relative;
}
.problem_wrapper .problem-list__dotted::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #fff 8px, transparent 8px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.active-wrapper {
  margin-top: -60px;
  padding: 100px 0 40px 0;
  background: linear-gradient(#6FDABA, #3D7A96);
}
@media (width <= 768px) {
  .active-wrapper {
    margin-top: -95px;
    padding: 120px 0 40px 0;
  }
}
@media (width <= 768px) {
  .active-wrapper .c-title_h2 {
    text-align: center;
  }
}
.active-wrapper .active__counter {
  display: block !important;
  font-weight: 700;
  margin-block: 10px;
  color: var(--color-base);
  font-size: 4rem;
  --letter-spacing: 0;
}
.active-wrapper .active__counter .odometer-inside {
  display: flex;
  column-gap: 4px;
}
.active-wrapper .active__counter .odometer-digit {
  font-family: var(--typography-en-font-family);
  font-weight: var(--typography-en-font-weight);
  font-size: var(--typography-en-font-size);
  line-height: var(--typography-en-line-height);
  --letter-spacing: var(--typography-en-letter-spacing);
  width: 80px;
  line-height: 114px;
  text-align: center;
  background-image: linear-gradient(to bottom, #E3E3E3 0%, #FFFFFF 50%, #EDEDED 50%);
}
@media (width <= 768px) {
  .active-wrapper .active__counter .odometer-digit {
    line-height: 107px;
  }
}
.active-wrapper .active__counter .odometer-last-value {
  display: block !important;
  width: 100% !important;
}
.active-wrapper .active__counter .odometer-value {
  display: block;
  min-width: 64px;
  text-align: center;
}
.active-wrapper .active__counter .odometer-formatting-mark {
  display: none;
}
.active-wrapper .active-content__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (width <= 768px) {
  .active-wrapper .active-content__wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    max-width: 335px;
    margin: 0 auto;
  }
}
.active-wrapper .active-content__text {
  font-family: var(--typography-std_jp_bold-font-family);
  font-weight: var(--typography-std_jp_bold-font-weight);
  font-size: var(--typography-std_jp_bold-font-size);
  line-height: var(--typography-std_jp_bold-line-height);
  --letter-spacing: var(--typography-std_jp_bold-letter-spacing);
  color: var(--color-light);
  max-width: 335px;
  margin-bottom: 20px;
}
.active-wrapper .active-content__img-content {
  max-width: 430px;
  position: relative;
}
.active-wrapper .active-content__img-content:last-child {
  margin-top: -10px;
}
.active-wrapper .active-content__img-content._receive {
  text-align: end;
  margin: 0 0 0 auto;
}
.active-wrapper .active-content__minitpark {
  width: 240px;
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 1;
}
@media (width <= 768px) {
  .active-wrapper .active-content__minitpark {
    width: 210px;
    bottom: 20px;
  }
}
.active-wrapper .active-content__daypark {
  width: 240px;
  border-radius: 10px;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
}
@media (width <= 768px) {
  .active-wrapper .active-content__daypark {
    width: 210px;
    bottom: 20px;
  }
}
.active-wrapper .active-content__img-deco {
  position: absolute;
  top: -8px;
  left: -8px;
}
.active-wrapper .active-content__img-deco._receive {
  left: auto;
  top: -8px;
  right: -8px;
}
@media (width <= 768px) {
  .active-wrapper .active-content__img-deco {
    width: 220px;
    top: -6px;
    left: -6px;
  }
  .active-wrapper .active-content__img-deco._receive {
    top: -6px;
    right: -6px;
  }
}
.active-wrapper .active-content__video-wrapper {
  width: 260px;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.active-wrapper .active-content__video-wrapper._receive {
  margin: 0 0 0 auto;
}
@media (width <= 768px) {
  .active-wrapper .active-content__video-wrapper {
    width: 207px;
    height: 204px;
  }
}
.active-wrapper .active-content__video {
  position: absolute;
  top: -10px;
  left: -120px;
  width: 500px;
  clip-path: circle(130px at 50% 50%);
}
@media (width <= 768px) {
  .active-wrapper .active-content__video {
    top: -36px;
    left: -146px;
    clip-path: circle(102px at 50% 50%);
  }
}
.active-wrapper .active-deployment__text {
  font-size: 22px;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: 0.05em;
  color: var(--color-light);
}
.active-wrapper .active-deployment__text._right {
  text-align: right;
  max-width: 335px;
}
.active-wrapper .active-deployment__caption {
  font-family: var(--typography-std_jp_bold-font-family);
  font-weight: var(--typography-std_jp_bold-font-weight);
  font-size: var(--typography-std_jp_bold-font-size);
  line-height: var(--typography-std_jp_bold-line-height);
  --letter-spacing: var(--typography-std_jp_bold-letter-spacing);
  color: var(--color-light);
  max-width: 335px;
}
.active-wrapper .active-deployment__number-wrapper {
  display: flex;
  gap: 3px;
}
.active-wrapper .active-deployment__number {
  width: 64px;
  height: 114px;
  background-color: #EDEDED;
  position: relative;
}
.active-wrapper .active-deployment__number::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: linear-gradient(#E3E3E3, #FFFFFF);
  z-index: 1;
}
.active-wrapper .active-deployment__number-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-family: var(--typography-en-font-family);
  font-weight: var(--typography-en-font-weight);
  font-size: var(--typography-en-font-size);
  line-height: var(--typography-en-line-height);
  --letter-spacing: var(--typography-en-letter-spacing);
  font-size: 64px;
  font-weight: 700;
  z-index: 2;
}

.data-wrapper {
  padding: 40px 0;
  background: linear-gradient(#FFFFFF, #80D2F0);
  position: relative;
  z-index: -2;
}
.data-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  background-image: url(../img/top/data_bg-deco.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: cover;
  z-index: -1;
}
.data-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 440px;
  background-image: url(../img/top/data_bg-deco.png);
  background-position: right bottom;
  background-repeat: repeat;
  background-size: cover;
  rotate: 180deg;
  z-index: -1;
}
.data-wrapper .c-title_h2 {
  margin-bottom: 40px;
  color: var(--color-dark);
  text-align: center;
}
.data-wrapper .data__group {
  display: grid;
  grid-template-columns: 335px 335px;
  gap: 20px;
  justify-content: center;
}
@media (width <= 768px) {
  .data-wrapper .data__group {
    grid-template-columns: 335px;
  }
}
.data-wrapper .data__card {
  width: 335px;
  height: 350px;
  border-radius: 10px;
  background: var(--color-light);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.data-wrapper .data__title {
  background: linear-gradient(to left, #54CBE3, #1575BF);
  color: var(--color-light);
  font-family: var(--typography-std_xl_jp_black_20-font-family);
  font-weight: var(--typography-std_xl_jp_black_20-font-weight);
  font-size: var(--typography-std_xl_jp_black_20-font-size);
  line-height: var(--typography-std_xl_jp_black_20-line-height);
  --letter-spacing: var(--typography-std_xl_jp_black_20-letter-spacing);
  padding: 10px 15px;
  width: fit-content;
  border-radius: 10px 0 0 0;
  margin-bottom: 10px;
}
.data-wrapper .data__img {
  width: 130px;
}
.data-wrapper .data__img-l {
  width: 243px;
  margin-bottom: 20px;
  line-height: 1;
}
.data-wrapper .data__text-s {
  font-size: 14px;
  font-weight: 500;
}
.data-wrapper .data__text {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.data-wrapper .data__text-l {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.data-wrapper .data__text-xl {
  font-family: var(--typography-en-font-family);
  font-weight: var(--typography-en-font-weight);
  font-size: var(--typography-en-font-size);
  line-height: var(--typography-en-line-height);
  --letter-spacing: var(--typography-en-letter-spacing);
  font-size: 50px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.data-wrapper .data__text-xxl {
  font-family: var(--typography-en-font-family);
  font-weight: var(--typography-en-font-weight);
  font-size: var(--typography-en-font-size);
  line-height: var(--typography-en-line-height);
  --letter-spacing: var(--typography-en-letter-spacing);
  font-size: 90px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.data-wrapper ._border {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  border-left: 1px solid var(--color-dark);
}
.data-wrapper .mr-10 {
  margin-right: 10px;
}

.area-wrapper {
  padding: 40px 0;
  background: linear-gradient(to right, #E94B5B, #EB7058, #EEB651, #6ED7B9, #58AFAA, #57ADA9);
}
.area-wrapper .c-title_h2 {
  text-align: center;
}
.area-wrapper .area__caption {
  font-family: var(--typography-std_jp_bold-font-family);
  font-weight: var(--typography-std_jp_bold-font-weight);
  font-size: var(--typography-std_jp_bold-font-size);
  line-height: var(--typography-std_jp_bold-line-height);
  --letter-spacing: var(--typography-std_jp_bold-letter-spacing);
  color: var(--color-light);
  text-align: center;
  margin-bottom: 20px;
}

.objective-wrapper {
  width: 100%;
  background-image: url(../img/top/objective_bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  overflow: hidden;
}
@media (width <= 768px) {
  .objective-wrapper {
    background-image: url(../img/top/objective_bg_sp.png);
  }
}
.objective-wrapper .c-title_h2 {
  text-align: center;
  color: var(--color-dark);
  margin-bottom: 40px;
}
.objective-wrapper .objective {
  position: relative;
  max-width: 410px;
}
@media (width <= 768px) {
  .objective-wrapper .objective {
    width: 355px;
  }
}
@media (width <= 880px) {
  .objective-wrapper .objective:first-child {
    margin: 0 auto;
  }
}
@media (width <= 768px) {
  .objective-wrapper .objective:first-child {
    margin: 0 0 0 auto;
  }
}
.objective-wrapper .objective:nth-child(2) {
  margin: 0 0 0 auto;
  margin-top: 210px;
}
@media (width <= 880px) {
  .objective-wrapper .objective:nth-child(2) {
    margin: 0 auto;
  }
}
@media (width <= 768px) {
  .objective-wrapper .objective:nth-child(2) {
    margin: 0;
  }
}
.objective-wrapper .objective:last-child {
  margin-top: -150px;
}
@media (width <= 880px) {
  .objective-wrapper .objective:last-child {
    margin: 0 auto;
  }
}
@media (width <= 768px) {
  .objective-wrapper .objective:last-child {
    margin: 0 0 0 auto;
  }
}
.objective-wrapper .objective__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}
@media (width <= 880px) {
  .objective-wrapper .objective__contents {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (width <= 768px) {
  .objective-wrapper .objective__contents {
    grid-template-columns: 375px;
    justify-content: center;
  }
}
.objective-wrapper .objective__number {
  font-family: var(--typography-dsp_xxxl_en_bold-font-family);
  font-weight: var(--typography-dsp_xxxl_en_bold-font-weight);
  font-size: var(--typography-dsp_xxxl_en_bold-font-size);
  line-height: var(--typography-dsp_xxxl_en_bold-line-height);
  --letter-spacing: var(--typography-dsp_xxxl_en_bold-letter-spacing);
  color: var(--color-light);
  background: linear-gradient(to right, #A1DBE7, #5ED8F8, #1575BF);
  border: 1px solid var(--color-light);
  width: 93px;
  height: 93px;
  border-radius: 50%;
  text-align: center;
  line-height: 2;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 2;
}
.objective-wrapper .objective__img {
  border-radius: 10px;
  margin-bottom: 10px;
  width: 410px;
}
@media (width <= 768px) {
  .objective-wrapper .objective__img {
    min-width: 355px;
  }
}
@media (width <= 375px) {
  .objective-wrapper .objective__img {
    border-radius: 10px 0 0 10px;
  }
}
.objective-wrapper .objective__text {
  font-family: var(--typography-std_xl_jp_black_20-font-family);
  font-weight: var(--typography-std_xl_jp_black_20-font-weight);
  font-size: var(--typography-std_xl_jp_black_20-font-size);
  line-height: var(--typography-std_xl_jp_black_20-line-height);
  --letter-spacing: var(--typography-std_xl_jp_black_20-letter-spacing);
}
@media (width <= 375px) {
  .objective-wrapper .objective._receive .objective__img {
    border-radius: 0 10px 10px 0;
  }
}
@media (width <= 768px) {
  .objective-wrapper .objective._receive .objective__number {
    left: auto;
    right: 0;
  }
}
@media (width <= 768px) {
  .objective-wrapper .objective._receive .objective__text {
    margin-left: 20px;
  }
}

.job-wrapper {
  background: linear-gradient(#6FDABA, #3D7A96);
}
.job-wrapper__deco {
  padding: 40px 0;
  position: relative;
}
.job-wrapper__deco::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/top/job_bg-deco.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}
.job-wrapper .c-title_h2 {
  text-align: center;
}
.job-wrapper .slide-arrow {
  top: 260px;
}
.job-wrapper .job__card {
  max-width: 320px;
  height: 561px;
  background: var(--color-light);
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin-right: 20px;
  margin-top: 40px;
  position: relative;
}
.job-wrapper .job__name {
  font-family: var(--typography-std_large_jp_medium_18-font-family);
  font-weight: var(--typography-std_large_jp_medium_18-font-weight);
  font-size: var(--typography-std_large_jp_medium_18-font-size);
  line-height: var(--typography-std_large_jp_medium_18-line-height);
  --letter-spacing: var(--typography-std_large_jp_medium_18-letter-spacing);
  position: absolute;
  z-index: 5;
  top: -40px;
  height: 40px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  border-radius: 10px 10px 0 0;
  color: var(--color-light);
}
.job-wrapper .job__name._01 {
  background: var(--color-outline);
}
.job-wrapper .job__name._02 {
  background: #9563C2;
}
.job-wrapper .job__name._03 {
  background: #E05757;
}
.job-wrapper .job__top {
  border: 1px solid var(--color-light);
  background: var(--color-light);
  padding: 20px 10px 0 10px;
  border-radius: 0 10px 10px 10px;
}
.job-wrapper .job__title {
  font-family: var(--typography-std_xl_jp_black_20-font-family);
  font-weight: var(--typography-std_xl_jp_black_20-font-weight);
  font-size: var(--typography-std_xl_jp_black_20-font-size);
  line-height: var(--typography-std_xl_jp_black_20-line-height);
  --letter-spacing: var(--typography-std_xl_jp_black_20-letter-spacing);
  margin-bottom: 10px;
  text-align: center;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-wrapper .job__text {
  font-family: var(--typography-std_jp_bold-font-family);
  font-weight: var(--typography-std_jp_bold-font-weight);
  font-size: var(--typography-std_jp_bold-font-size);
  line-height: var(--typography-std_jp_bold-line-height);
  --letter-spacing: var(--typography-std_jp_bold-letter-spacing);
  padding: 20px;
}
.job-wrapper .job__img {
  border-radius: 10px;
}
.job-wrapper .job__btn {
  margin: 0 auto;
}

.ojt-wrappre {
  margin: 40px 0;
  overflow: hidden;
}
@media (width <= 768px) {
  .ojt-wrappre {
    margin: -10px 0 40px 0;
  }
}
.ojt-wrappre .c-title_h2 {
  text-align: center;
}
@media (width <= 768px) {
  .ojt-wrappre .c-title_h2 {
    position: absolute;
    left: 10px;
    z-index: 2;
  }
}
.ojt-wrappre .ojt__contet-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media (width <= 768px) {
  .ojt-wrappre .ojt__contet-wrapper {
    flex-flow: column;
    gap: 0;
  }
}
.ojt-wrappre .ojt__title {
  position: relative;
  width: 375px;
  padding-top: 54px;
  height: 236px;
}
@media (width <= 768px) {
  .ojt-wrappre .ojt__title {
    width: 335px;
    margin: 0 auto;
  }
}
.ojt-wrappre .ojt__deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (width <= 768px) {
  .ojt-wrappre .ojt__deco {
    min-width: 375px;
    width: 375px;
    top: 0;
    left: -20px;
    z-index: 1;
  }
}
.ojt-wrappre .ojt__contet {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (width <= 768px) {
  .ojt-wrappre .ojt__contet {
    max-width: 335px;
    margin: 0 auto;
  }
}
.ojt-wrappre .ojt__highlight-number {
  color: var(--color-outline);
  font-family: var(--typography-dsp_xxxxl_en_bold_112-font-family);
  font-weight: var(--typography-dsp_xxxxl_en_bold_112-font-weight);
  font-size: var(--typography-dsp_xxxxl_en_bold_112-font-size);
  line-height: var(--typography-dsp_xxxxl_en_bold_112-line-height);
  --letter-spacing: var(--typography-dsp_xxxxl_en_bold_112-letter-spacing);
  line-height: 0;
  white-space: nowrap;
}
.ojt-wrappre .ojt__percent {
  font-family: var(--typography-dsp_xxxl_en_bold-font-family);
  font-weight: var(--typography-dsp_xxxl_en_bold-font-weight);
  font-size: var(--typography-dsp_xxxl_en_bold-font-size);
  line-height: var(--typography-dsp_xxxl_en_bold-line-height);
  --letter-spacing: var(--typography-dsp_xxxl_en_bold-letter-spacing);
}
.ojt-wrappre .ojt__highlight-text {
  font-family: var(--typography-std_xl_jp_black_20-font-family);
  font-weight: var(--typography-std_xl_jp_black_20-font-weight);
  font-size: var(--typography-std_xl_jp_black_20-font-size);
  line-height: var(--typography-std_xl_jp_black_20-line-height);
  --letter-spacing: var(--typography-std_xl_jp_black_20-letter-spacing);
}
.ojt-wrappre .ojt__highlight-text._bottom {
  margin-top: -45px;
}
.ojt-wrappre .ojt__illustration-wrapper {
  max-width: 144px;
}
.ojt-wrappre .ojt__illustration {
  width: 100%;
}
.ojt-wrappre .ojt__text {
  font-family: var(--typography-std_jp_bold-font-family);
  font-weight: var(--typography-std_jp_bold-font-weight);
  font-size: var(--typography-std_jp_bold-font-size);
  line-height: var(--typography-std_jp_bold-line-height);
  --letter-spacing: var(--typography-std_jp_bold-letter-spacing);
}
@media (width <= 768px) {
  .ojt-wrappre .ojt__text {
    text-align: center;
    max-width: 335px;
    margin: 0 auto;
  }
}

.joinflow-wrapper {
  position: relative;
  padding: 40px 0;
}
.joinflow-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #6FDABA, #3D7A96);
  z-index: -3;
}
.joinflow-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/benefits_bg-deco.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: -2;
}
.joinflow-wrapper .c-title_h2 {
  text-align: center;
  margin-bottom: 40px;
}
.joinflow-wrapper .joinflow {
  max-width: 690px;
  margin: 0 auto;
}
.joinflow-wrapper .joinflow__contet {
  position: relative;
}
.joinflow-wrapper .joinflow__contet::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: 24px;
  background: var(--color-outline);
}
.joinflow-wrapper .joinflow__flow {
  margin-bottom: 40px;
}
.joinflow-wrapper .joinflow__flow:last-child {
  margin-bottom: 0;
}
.joinflow-wrapper .joinflow__flow-tittle {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0 20px 100px;
  background: var(--color-light);
  border-radius: 10px;
  border: 1px solid var(--color-light);
  display: flex;
  align-items: center;
  position: relative;
}
@media (width <= 768px) {
  .joinflow-wrapper .joinflow__flow-tittle {
    padding: 20px 0 20px 70px;
  }
}
.joinflow-wrapper .joinflow__flow-tittle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(to top, var(--color-light), #EBEBEB);
  z-index: 1;
}
.joinflow-wrapper .joinflow__number {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  top: -20px;
  left: 0;
  border-radius: 50%;
  background: var(--color-outline);
  color: var(--color-light);
  font-family: var(--typography-dsp_xxl_en_bold_32-font-family);
  font-weight: var(--typography-dsp_xxl_en_bold_32-font-weight);
  font-size: var(--typography-dsp_xxl_en_bold_32-font-size);
  line-height: var(--typography-dsp_xxl_en_bold_32-line-height);
  --letter-spacing: var(--typography-dsp_xxl_en_bold_32-letter-spacing);
  z-index: 3;
}
.joinflow-wrapper .joinflow__tittle {
  position: relative;
  z-index: 2;
  font-family: var(--typography-std_xl_jp_black_20-font-family);
  font-weight: var(--typography-std_xl_jp_black_20-font-weight);
  font-size: var(--typography-std_xl_jp_black_20-font-size);
  line-height: var(--typography-std_xl_jp_black_20-line-height);
  --letter-spacing: var(--typography-std_xl_jp_black_20-letter-spacing);
  color: var(--color-outline);
}
.joinflow-wrapper .joinflow__text {
  font-weight: 500;
  color: var(--color-light);
  margin-left: 100px;
  margin-right: 10px;
}
@media (width <= 768px) {
  .joinflow-wrapper .joinflow__text {
    margin-left: 70px;
  }
}
.joinflow-wrapper .joinflow__illustration {
  position: absolute;
  width: 89px;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media (width <= 540px) {
  .joinflow-wrapper .joinflow__illustration {
    width: 70px;
    bottom: -10px;
    left: 10px;
  }
}
@media (width <= 375px) {
  .joinflow-wrapper .joinflow__illustration {
    width: 57px;
    bottom: -10px;
    left: 10px;
  }
}
.joinflow-wrapper ._bulue .joinflow__flow-tittle {
  background: var(--color-outline);
  margin-bottom: 0;
}
@media (width <= 768px) {
  .joinflow-wrapper ._bulue .joinflow__flow-tittle {
    padding: 20px 5px;
    justify-content: center;
  }
}
.joinflow-wrapper ._bulue .joinflow__flow-tittle::before {
  background: linear-gradient(to top, var(--color-outline), #03679C, #023855);
}
.joinflow-wrapper ._bulue .joinflow__tittle {
  color: var(--color-light);
  text-align: center;
}
@media (width <= 768px) {
  .joinflow-wrapper ._bulue .joinflow__tittle {
    white-space: nowrap;
  }
}

.voice-wrapper {
  padding: 100px 0;
  position: relative;
}
@media (width <= 768px) {
  .voice-wrapper {
    padding: 40px 0;
  }
}
.voice-wrapper .c-title_h2 {
  text-align: center;
  color: var(--color-dark);
  position: relative;
  z-index: 2;
}
.voice-wrapper ._deco {
  position: absolute;
}
.voice-wrapper .voice__deco01 {
  top: -200px;
  right: -300px;
  animation: 12s linear infinite rotation1;
  z-index: -1;
}
@media (width <= 768px) {
  .voice-wrapper .voice__deco01 {
    width: 275px;
    top: -30px;
    right: -120px;
  }
}
.voice-wrapper .voice__deco02 {
  bottom: -40px;
  left: -245px;
  animation: 10s linear infinite rotation2;
}
@media (width <= 768px) {
  .voice-wrapper .voice__deco02 {
    width: 210px;
    bottom: -35px;
    left: -100px;
  }
}
.voice-wrapper .voice__deco03 {
  top: 60px;
  left: 380px;
  animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
}
@media (width <= 880px) {
  .voice-wrapper .voice__deco03 {
    left: 200px;
  }
}
@media (width <= 768px) {
  .voice-wrapper .voice__deco03 {
    width: 45px;
    top: auto;
    left: auto;
    bottom: 100px;
    right: 10px;
  }
}
.voice-wrapper .voice__deco04 {
  top: 10px;
  right: 350px;
  animation: floating-y 1.3s ease-in-out infinite alternate-reverse;
}
@media (width <= 768px) {
  .voice-wrapper .voice__deco04 {
    width: 23px;
    right: auto;
    top: 40px;
    left: 70px;
  }
}
.voice-wrapper .voice__deco05 {
  bottom: -30px;
  right: 200px;
  animation: floating-y 2s ease-in-out infinite alternate-reverse;
}
@media (width <= 768px) {
  .voice-wrapper .voice__deco05 {
    width: 45px;
    bottom: auto;
    right: auto;
    top: -22px;
    left: 25px;
  }
}
.voice-wrapper .voice__deco06 {
  width: 23px;
  bottom: 20px;
  right: 20px;
  animation: floating-y 1.3s ease-in-out infinite alternate-reverse;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.voice-wrapper .voice__content {
  max-width: 320px;
  margin-right: 20px;
}
.voice-wrapper .voice__img-wrapper {
  display: block;
  position: relative;
  border-radius: 50%;
  transition: 0.5s;
}
.voice-wrapper .voice__img-wrapper:hover {
  opacity: 0.8;
}
.voice-wrapper .voice__plus {
  background: var(--color-dark);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 1;
}
.voice-wrapper .voice__plus::before, .voice-wrapper .voice__plus::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  top: 11px;
  left: 49%;
  display: block;
  background: var(--color-light);
}
.voice-wrapper .voice__plus::after {
  rotate: 90deg;
}
.voice-wrapper .voice__profile {
  margin-top: -10px;
}
.voice-wrapper .voice__office {
  margin: 0 auto;
  width: fit-content;
  padding: 3px 14px;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 20px;
  background: var(--color-light);
  border: 1px solid var(--color-dark);
  position: relative;
  z-index: 2;
}
.voice-wrapper .voice__name {
  margin-top: 10px;
  text-align: center;
  font-family: var(--typography-std_xl_jp_black_20-font-family);
  font-weight: var(--typography-std_xl_jp_black_20-font-weight);
  font-size: var(--typography-std_xl_jp_black_20-font-size);
  line-height: var(--typography-std_xl_jp_black_20-line-height);
  --letter-spacing: var(--typography-std_xl_jp_black_20-letter-spacing);
  line-height: 1.2;
}
.voice-wrapper .voice__job {
  margin-top: 10px;
  text-align: center;
  font-family: var(--typography-std_large_jp_medium_18-font-family);
  font-weight: var(--typography-std_large_jp_medium_18-font-weight);
  font-size: var(--typography-std_large_jp_medium_18-font-size);
  line-height: var(--typography-std_large_jp_medium_18-line-height);
  --letter-spacing: var(--typography-std_large_jp_medium_18-letter-spacing);
  line-height: 1.5;
}

.voice-modal__wrapper {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 100;
  padding: 20px;
}
.voice-modal__wrapper.is-active {
  display: block;
}
.voice-modal__area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
}
.voice-modal__content {
  background: var(--color-light);
  border-radius: 10px;
  max-height: 90vh;
  overflow: auto;
  scrollbar-width: none;
}
.voice-modal__inner {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 90px 40px;
  display: flex;
  gap: 20px;
}
@media (width <= 768px) {
  .voice-modal__inner {
    flex-flow: column;
    padding-bottom: 100px;
  }
}
.voice-modal__profile {
  min-width: 200px;
}
.voice-modal__img-wrapper {
  max-width: 320px;
  position: relative;
}
@media (width <= 768px) {
  .voice-modal__img-wrapper {
    max-width: 100%;
  }
}
.voice-modal__img {
  width: 320px;
}
@media (width <= 768px) {
  .voice-modal__img {
    width: 100%;
  }
}
.voice-modal__office {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: var(--color-light);
  padding: 10px 20px;
  border-radius: 40px;
  border: 1px solid var(--color-dark);
  line-height: 1;
  font-family: var(--typography-std_large_jp_medium_16-font-family);
  font-weight: var(--typography-std_large_jp_medium_16-font-weight);
  font-size: var(--typography-std_large_jp_medium_16-font-size);
  line-height: var(--typography-std_large_jp_medium_16-line-height);
  --letter-spacing: var(--typography-std_large_jp_medium_16-letter-spacing);
}
.voice-modal__text-l {
  font-family: var(--typography-std_large_jp_medium_16-font-family);
  font-weight: var(--typography-std_large_jp_medium_16-font-weight);
  font-size: var(--typography-std_large_jp_medium_16-font-size);
  line-height: var(--typography-std_large_jp_medium_16-line-height);
  --letter-spacing: var(--typography-std_large_jp_medium_16-letter-spacing);
}
.voice-modal__titile {
  font-family: var(--typography-std_xl_jp_black_20-font-family);
  font-weight: var(--typography-std_xl_jp_black_20-font-weight);
  font-size: var(--typography-std_xl_jp_black_20-font-size);
  line-height: var(--typography-std_xl_jp_black_20-line-height);
  --letter-spacing: var(--typography-std_xl_jp_black_20-letter-spacing);
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-dark);
}
.voice-modal__text {
  font-family: var(--typography-std_large_jp_medium_16-font-family);
  font-weight: var(--typography-std_large_jp_medium_16-font-weight);
  font-size: var(--typography-std_large_jp_medium_16-font-size);
  line-height: var(--typography-std_large_jp_medium_16-line-height);
  --letter-spacing: var(--typography-std_large_jp_medium_16-letter-spacing);
}
.voice-modal__comment {
  max-width: 500px;
}
.voice-modal__clouse-btn {
  top: 30px;
  right: 40px;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-light);
  z-index: 101;
}
.voice-modal__clouse-btn-icon {
  display: block;
  width: 20px;
  height: 1px;
  background: var(--color-dark);
}
.voice-modal__more-btn {
  bottom: 30px;
  right: 40px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--typography-std_large_jp_medium_18-font-family);
  font-weight: var(--typography-std_large_jp_medium_18-font-weight);
  font-size: var(--typography-std_large_jp_medium_18-font-size);
  line-height: var(--typography-std_large_jp_medium_18-line-height);
  --letter-spacing: var(--typography-std_large_jp_medium_18-letter-spacing);
}
.voice-modal__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(#6FDABA, #3D7A96);
}

.modal-open {
  overflow: hidden;
}

.faq-wrapper {
  padding: 40px 0;
  background: #EFEFEF;
}
.faq-wrapper .c-title_h2 {
  text-align: center;
  color: var(--color-dark);
}
.faq-wrapper .faq__accordion-wrapper {
  max-width: 690px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.faq-wrapper .faq__item {
  overflow: hidden;
  border-radius: 10px;
  background: var(--color-outline);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.faq-wrapper .faq__question {
  padding: 20px 0 20px 50px;
  position: relative;
}
@media (width <= 768px) {
  .faq-wrapper .faq__question {
    padding: 20px 60px 20px 40px;
  }
}
.faq-wrapper .faq__title {
  font-family: var(--typography-std_jp_bold-font-family);
  font-weight: var(--typography-std_jp_bold-font-weight);
  font-size: var(--typography-std_jp_bold-font-size);
  line-height: var(--typography-std_jp_bold-line-height);
  --letter-spacing: var(--typography-std_jp_bold-letter-spacing);
  color: var(--color-light);
}
.faq-wrapper .faq__q, .faq-wrapper .faq__a {
  position: absolute;
  top: 8px;
  left: 20px;
  font-family: var(--typography-dsp_xxl_en_bold_32-font-family);
  font-weight: var(--typography-dsp_xxl_en_bold_32-font-weight);
  font-size: var(--typography-dsp_xxl_en_bold_32-font-size);
  line-height: var(--typography-dsp_xxl_en_bold_32-line-height);
  --letter-spacing: var(--typography-dsp_xxl_en_bold_32-letter-spacing);
}
@media (width <= 768px) {
  .faq-wrapper .faq__q, .faq-wrapper .faq__a {
    top: 12px;
    left: 10px;
  }
}
.faq-wrapper .faq__q {
  color: var(--color-light);
}
.faq-wrapper .faq__answer {
  background: var(--color-light);
  position: relative;
}
.faq-wrapper .faq__a {
  color: var(--color-outline);
}
.faq-wrapper .faq__text {
  padding: 20px 20px 20px 50px;
}
.faq-wrapper .faq__btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 17px;
  right: 20px;
  border: 1px solid var(--color-light);
  border-radius: 50%;
}
.faq-wrapper .faq__btn::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 14px;
  left: 7px;
  background: var(--color-light);
}
.faq-wrapper .faq__btn::after {
  opacity: 0;
  transition: 0.2s;
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  top: 7px;
  left: 13px;
  background: var(--color-light);
}
.faq-wrapper .faq__btn-close::after {
  opacity: 1;
  content: "";
  transition: 0.2s;
  position: absolute;
  width: 2px;
  height: 16px;
  top: 7px;
  left: 13px;
  background: var(--color-light);
}

.entry-wrapper {
  padding: 40px 0;
  background: linear-gradient(#6FDABA, #3D7A96);
  position: relative;
}
@media (width <= 768px) {
  .entry-wrapper {
    padding: 40px 0 250px 0;
  }
}
.entry-wrapper .c-title_h2 {
  text-align: center;
}
@media (width <= 768px) {
  .entry-wrapper .c-title_h2 {
    white-space: nowrap;
  }
}
.entry-wrapper .entry {
  position: relative;
}
.entry-wrapper .entry__btn {
  display: block;
  width: 335px;
  text-align: center;
  padding: 15px 0;
  border-radius: 60px;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.entry-wrapper .entry__btn::before {
  border-radius: 50px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #E94B5B, #EA7736, #EB9C16, #EEB651);
  z-index: 1;
  content: "";
  transition: 0.5s;
}
.entry-wrapper .entry__btn::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0;
  left: 0;
  background: var(--color-light);
  border: 1px solid var(--color-dark);
  z-index: 0;
  content: "";
}
.entry-wrapper .entry__btn:hover {
  text-decoration: none;
  color: var(--color-hover);
}
.entry-wrapper .entry__btn:hover::before {
  opacity: 0;
}
.entry-wrapper .entry__btn-text {
  position: relative;
  z-index: 2;
  transition: 0.5s;
}
.entry-wrapper .entry__deco01, .entry-wrapper .entry__deco02 {
  position: absolute;
  z-index: 2;
  bottom: -40px;
  width: 133px;
}
@media (width <= 880px) {
  .entry-wrapper .entry__deco01, .entry-wrapper .entry__deco02 {
    width: 100px;
  }
}
@media (width <= 768px) {
  .entry-wrapper .entry__deco01, .entry-wrapper .entry__deco02 {
    width: 180px;
    bottom: -200px;
  }
}
.entry-wrapper .entry__deco01 {
  left: 110px;
}
@media (width <= 880px) {
  .entry-wrapper .entry__deco01 {
    left: 130px;
  }
}
@media (width <= 768px) {
  .entry-wrapper .entry__deco01 {
    left: 50%;
    transform: translateX(-100%);
  }
}
.entry-wrapper .entry__deco02 {
  right: 110px;
}
@media (width <= 880px) {
  .entry-wrapper .entry__deco02 {
    right: 130px;
  }
}
@media (width <= 768px) {
  .entry-wrapper .entry__deco02 {
    right: 50%;
    transform: translateX(100%);
  }
}
.entry-wrapper .entry__deco03 {
  position: absolute;
  top: -135px;
  z-index: 0;
}
@media (width <= 1000px) {
  .entry-wrapper .entry__deco03 {
    top: -50px;
    width: 300px;
  }
}
@media (width <= 768px) {
  .entry-wrapper .entry__deco03 {
    top: -50px;
    width: 180px;
  }
}
.entry-wrapper .area-btn__wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (width <= 768px) {
  .entry-wrapper .area-btn__wrapper {
    flex-flow: column;
    width: fit-content;
    margin: 0 auto;
  }
}
.entry-wrapper .area-btn__content {
  overflow: hidden;
  border-radius: 10px;
  display: block;
  max-width: 335px;
  height: 246px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.entry-wrapper .area-btn__content._red {
  background: linear-gradient(#B93248, #E8445F);
}
.entry-wrapper .area-btn__content._bulue {
  background: linear-gradient(#023855, #0370AA);
}
.entry-wrapper .area-btn__main {
  padding: 20px 25px 15px 10px;
  background: var(--color-light);
  display: flex;
  gap: 10px;
  position: relative;
  transition: 0.5s;
}
.entry-wrapper .area-btn__character {
  min-width: 98px;
  width: 100px;
}
.entry-wrapper .area-btn__main-title {
  font-family: var(--typography-dsp_xxxl_jp_black_46-font-family);
  font-weight: var(--typography-dsp_xxxl_jp_black_46-font-weight);
  font-size: var(--typography-dsp_xxxl_jp_black_46-font-size);
  line-height: var(--typography-dsp_xxxl_jp_black_46-line-height);
  --letter-spacing: var(--typography-dsp_xxxl_jp_black_46-letter-spacing);
  color: #D53D56;
}
.entry-wrapper .area-btn__main-text {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 32px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
}
.entry-wrapper .area-btn__summary {
  color: var(--color-light);
  padding: 10px 15px 20px 15px;
}
.entry-wrapper .area-btn__sub-title {
  text-align: center;
  font-family: var(--typography-std_large_jp_bold_18-font-family);
  font-weight: var(--typography-std_large_jp_bold_18-font-weight);
  font-size: var(--typography-std_large_jp_bold_18-font-size);
  line-height: var(--typography-std_large_jp_bold_18-line-height);
  --letter-spacing: var(--typography-std_large_jp_bold_18-letter-spacing);
}
.entry-wrapper .area-btn__arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 57px;
  right: 10px;
}
.entry-wrapper .area-btn__arrow-red {
  width: 50px;
  height: 50px;
  color: #E8445F;
}
.entry-wrapper ._bulue .area-btn__arrow-red {
  color: #0370AA;
}
.entry-wrapper ._bulue .area-btn__main-title {
  color: #0370AA;
}
.entry-wrapper .area-btn__content:hover {
  text-decoration: none;
  opacity: 1;
}
.entry-wrapper .area-btn__content:hover img {
  opacity: 1;
}
.entry-wrapper .area-btn__content:hover .area-btn__main {
  background: #D53D56;
}
.entry-wrapper .area-btn__content:hover .area-btn__main-title {
  color: var(--color-light);
}
.entry-wrapper .area-btn__content:hover .area-btn__arrow-red {
  color: var(--color-light);
}
.entry-wrapper .area-btn__content:hover._bulue .area-btn__main {
  background: #0370AA;
}

/* 20250428 */

.c-title_h2._shadow {
  text-shadow: 3px 3px #143152;
}

.c-title_h2._shadow .yellow {
  font-size: 1.2em;
  color: #F0B829;
}

.c-title_h2._shadow .red {
  font-size: 1.2em;
  color: #e05858;
}

.benefits-wrapper .c-title_h2 {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 0;
}