@charset "UTF-8";
html {
  font-size: calc(100vw * 16 / 375);
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1440px) {
  html {
    font-size: calc(100vw * 16 / 1440);
  }
}
@media screen and (min-width: 375px) and (max-width: 767.9px) {
  html {
    font-size: calc(100vw * 16 / 375);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767.9px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .md-show {
    display: block;
  }
}

.title {
  text-align: center;
}

.title-en {
  display: block;
  font-size: 1.5rem;
  color: #258c79;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .title-en {
    font-size: 1.0625rem;
  }
}
.title-en::after {
  position: absolute;
  content: "";
  width: 2.6875rem;
  height: 0.125rem;
  bottom: -0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #258c79;
  border-radius: 100vw;
}
@media screen and (max-width: 767.9px) {
  .title-en::after {
    width: 1.875rem;
  }
}

.title-ja {
  display: block;
  margin-top: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #258c79;
}
@media screen and (max-width: 767.9px) {
  .title-ja {
    font-size: 0.875rem;
  }
}

.title-en.title-en--white {
  color: #fff;
  position: relative;
}
.title-en.title-en--white::after {
  background-color: #fff;
}

.title-ja.title-ja--white {
  color: #fff;
}

.bg-green {
  background-color: #e7efed;
}

.cta.cta--large {
  width: 40rem;
}
@media screen and (max-width: 767.9px) {
  .cta.cta--large {
    width: 20.9375rem;
  }
}

.cta.cta--large .cta-link-text {
  padding: 1.9375rem;
  font-size: 1.75rem;
}
@media screen and (max-width: 767.9px) {
  .cta.cta--large .cta-link-text {
    font-size: 1rem;
    padding: 1.125rem 2.5rem 1.125rem 1.125rem;
  }
}

.cta.cta--large .cta-caution {
  font-size: 1.03125rem;
}
@media screen and (max-width: 767.9px) {
  .cta.cta--large .cta-caution {
    font-size: 0.75rem;
  }
}

.cta.cta--large .cta-link-fukidashi {
  font-size: 1.5rem;
  width: 15.625rem;
  padding: 0.125rem 0rem 0.1875rem;
}
@media screen and (max-width: 767.9px) {
  .cta.cta--large .cta-link-fukidashi {
    font-size: 0.875rem;
    width: 9.375rem;
    padding: 0.0625rem 0;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: transparent;
}

[id] {
  scroll-margin-top: 5.25rem;
}
@media screen and (max-width: 767.9px) {
  [id] {
    scroll-margin-top: 3.75rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 5.25rem;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767.9px) {
  .header {
    height: 3.75rem;
  }
}
.header.is-scrolled {
  background-color: #fff;
}

.header__inner {
  width: 100%;
  margin-inline: auto;
  padding-left: 2.6875rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .header__inner {
    padding-left: 0.625rem;
  }
}

.header__name {
  width: 11.9375rem;
}

.header__nav {
  height: inherit;
}

.header__nav-items {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.header__nav-item {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-link {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 0.9375rem;
  font-weight: 700;
  position: relative;
  text-shadow: 0.03125rem 0.03125rem 0 rgba(255, 255, 255, 0.5), -0.03125rem -0.03125rem 0 rgba(255, 255, 255, 0.5), -0.03125rem 0.03125rem 0 rgba(255, 255, 255, 0.5), 0.03125rem -0.03125rem 0 rgba(255, 255, 255, 0.5), 0 0.03125rem 0 rgba(255, 255, 255, 0.5), 0 -0.03125rem 0 rgba(255, 255, 255, 0.5), -0.03125rem 0 0 rgba(255, 255, 255, 0.5), 0.03125rem 0 0 rgba(255, 255, 255, 0.5);
}
.header__nav-link:hover {
  opacity: 1;
}
.header__nav-link::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.375rem;
  top: 50%;
  right: -0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon_arrow-green.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1.25rem;
  width: 100%;
  height: 2px;
  background: #258c79;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.header__nav-link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.header__nav-link.header__nav-link--free {
  text-align: center;
  background-color: #f17f0a;
  width: 7.5rem;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 0 2.125rem;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
  margin-left: 0.75rem;
  padding-bottom: 0.9375rem;
  position: relative;
  line-height: 1.4285714286;
  letter-spacing: 0.01em;
  margin-top: 2.1875rem;
  padding-bottom: 0.9375rem;
  text-shadow: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header__nav-link.header__nav-link--free:hover {
  opacity: 1;
}
.header__nav-link.header__nav-link--free::before {
  position: absolute;
  content: "";
  width: 3.3125rem;
  height: 2.25rem;
  top: 1.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 53%;
  background-image: url(../images/icon_menu.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.header__nav-link.header__nav-link--free::after {
  display: none;
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 4.6875rem;
  height: 4.6875rem;
  cursor: pointer;
  background-color: #f17f0a;
  border-radius: 0 0 0 1.875rem;
}

.hamburger span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  width: 1.5625rem;
  height: 0.125rem;
  display: inline-block;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.hamburger span:nth-child(1) {
  top: 1.5625rem;
}

.hamburger span:nth-child(2) {
  top: 2.03125rem;
}

.hamburger span:nth-child(3) {
  top: 2.5rem;
}

.hamburger.is-active span:nth-child(1) {
  top: 2.03125rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 2.03125rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}

.drawer-menu {
  width: 100%;
  height: 100vh;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  display: none;
}

.drawer-menu__name {
  width: 11.9375rem;
  position: relative;
  top: 1.03125rem;
  left: 0.625rem;
}

.drawer-menu__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.125rem;
}

.drawer-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drawer-menu__item {
  display: inline-block;
}

.drawer-menu__link {
  color: #258c79;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  width: 19.6875rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.125rem dotted #c5c6c4;
  position: relative;
}
.drawer-menu__link:hover {
  opacity: 1;
}
.drawer-menu__link::before {
  position: absolute;
  content: "";
  width: 0.9375rem;
  height: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  right: 0;
  background-image: url(../images/icon_arrow-green.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.hero {
  position: relative;
  height: 39.0625rem;
}
@media screen and (max-width: 767.9px) {
  .hero {
    height: 32.5rem;
    overflow-x: clip;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 47vw;
  height: 37rem;
  background-image: url(../images/hero.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  border-bottom-left-radius: 9.375rem;
}
@media screen and (max-width: 767.9px) {
  .hero::before {
    background-image: url(../images/hero-sp.jpg);
    height: 18.75rem;
    width: 65vw;
    border-bottom-left-radius: 3.4375rem;
  }
}

.hero__inner {
  position: relative;
  max-width: 90rem;
  margin-inline: auto;
  padding: 11.25rem 9.0625rem 0;
}
@media screen and (max-width: 767.9px) {
  .hero__inner {
    padding: 4.375rem 0 0 0;
  }
}

.hero__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.hero__title {
  font-size: 3.125rem;
  font-weight: 900;
  color: #333;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .hero__title {
    font-size: 1.375rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1.6818181818;
    letter-spacing: 0.13em;
    padding-left: 1.875rem;
  }
}
.hero__title::before {
  position: absolute;
  content: "";
  width: 23.3125rem;
  height: 21rem;
  top: -9.375rem;
  left: -15.625rem;
  background-image: url(../images/hero_deco-02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .hero__title::before {
    background-image: url(../images/hero_deco-03.png);
    width: 14.5625rem;
    height: 12.1875rem;
    top: 7.5rem;
    left: 3.75rem;
  }
}
.hero__title::after {
  position: absolute;
  content: "";
  width: 25.375rem;
  height: 25.375rem;
  top: -21.875rem;
  left: 25.625rem;
  background-image: url(../images/hero_deco-01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .hero__title::after {
    width: 14.75rem;
    height: 14.75rem;
    top: -11.25rem;
    left: 1.875rem;
  }
}

.hero__text {
  margin-top: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #258c79;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .hero__text {
    font-size: 0.875rem;
    line-height: 1.6428571429;
    margin-top: -3.4375rem;
    margin-left: 6.25rem;
    padding-left: 1.875rem;
  }
}
.hero__text::before {
  position: absolute;
  content: "";
  width: 21.4375rem;
  height: 17.4375rem;
  top: 5.625rem;
  right: -18.75rem;
  background-image: url(../images/hero_deco-03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .hero__text::before {
    width: 14.375rem;
    height: 14.1875rem;
    top: 8.125rem;
    right: 15.625rem;
    background-image: url(../images/hero_deco-04.png);
  }
}

.cta {
  margin-top: 7.1875rem;
  width: 33.9375rem;
}
@media screen and (max-width: 767.9px) {
  .cta {
    margin-top: 3.125rem;
    width: 20.9375rem;
    margin-inline: auto;
  }
}

.cta-link {
  position: relative;
  display: block;
}
.cta-link:hover {
  opacity: 1;
}
.cta-link:hover .cta-link-text::before {
  -webkit-transform: translateX(0.3125rem) translateY(-50%);
          transform: translateX(0.3125rem) translateY(-50%);
}
.cta-link:hover .cta-link-text::after {
  -webkit-animation: shine 0.6s ease-in-out;
          animation: shine 0.6s ease-in-out;
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes cta-fukidashi-float {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -0.4375rem;
  }
}
@keyframes cta-fukidashi-float {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -0.4375rem;
  }
}
.cta-link-fukidashi {
  position: absolute;
  top: -1.1875rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
  color: #f17f0a;
  background-color: #fff;
  border: 0.125rem solid #f17f0a;
  border-radius: 100vw;
  padding: 0.0625rem 0;
  width: 13.125rem;
  text-align: center;
  z-index: 10;
  font-weight: 700;
  -webkit-animation: cta-fukidashi-float 3s ease-in-out infinite;
          animation: cta-fukidashi-float 3s ease-in-out infinite;
}
@media screen and (max-width: 767.9px) {
  .cta-link-fukidashi {
    font-size: 0.9375rem;
    width: 9.375rem;
    top: -0.875rem;
  }
}
.cta-link-fukidashi::before {
  position: absolute;
  content: "";
  width: 0.8125rem;
  height: 0.5rem;
  bottom: -0.4375rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 767.9px) {
  .cta-link-fukidashi::before {
    width: 0.4375rem;
    height: 0.25rem;
    bottom: -0.1875rem;
  }
}

.cta-link-text {
  display: block;
  width: 100%;
  background-color: #f17f0a;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 1.59375rem 0;
  border-radius: 100vw;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .cta-link-text {
    font-size: 1rem;
    padding: 1.125rem 1.5625rem 1.125rem 0;
  }
}
.cta-link-text::before {
  position: absolute;
  content: "";
  width: 2.8125rem;
  height: 2.8125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  background-image: url(../images/icon_arrow-circle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .cta-link-text::before {
    width: 1.875rem;
    height: 1.875rem;
    right: 0.8125rem;
  }
}
.cta-link-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.6)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  z-index: 1;
}

.cta-caution {
  margin-top: 0.5625rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767.9px) {
  .cta-caution {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
}

.feature {
  position: relative;
  overflow-x: clip;
}

.feature__inner {
  padding-top: 5rem;
  max-width: 69.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .feature__inner {
    padding-top: 1.25rem;
    max-width: 100%;
  }
}

.feature__text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  line-height: 1.7916666667;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .feature__text {
    font-size: 1.0625rem;
    line-height: 2;
    padding: 0 0.625rem;
  }
}
.feature__text::before {
  position: absolute;
  content: "";
  width: 25.5625rem;
  height: 24.9375rem;
  top: -13.75rem;
  left: -23.125rem;
  background-image: url(../images/hero_deco-04.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .feature__text::before {
    width: 14.75rem;
    height: 14.75rem;
    background-image: url(../images/hero_deco-01.png);
    top: 3.125rem;
    left: 15.625rem;
  }
}
.feature__text::after {
  position: absolute;
  content: "";
  width: 24.9375rem;
  height: 24.9375rem;
  top: -7.5rem;
  right: -23.125rem;
  background-image: url(../images/hero_deco-05.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .feature__text::after {
    width: 14.75rem;
    height: 14.75rem;
    background-image: url(../images/hero_deco-01.png);
    top: 13.125rem;
    right: 14.375rem;
  }
}

.feature__text-strong {
  color: #258c79;
  position: relative;
}
.feature__text-strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.3125rem;
  bottom: -0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: -webkit-gradient(linear, left top, right top, from(#88d7a6), to(#4b9894));
  background-image: linear-gradient(to right, #88d7a6, #4b9894);
}
@media screen and (max-width: 767.9px) {
  .feature__text-strong::before {
    height: 0.25rem;
    bottom: -0.125rem;
  }
}

.feature__text-period {
  color: #258c79;
}

.feature__medal {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .feature__medal {
    display: grid;
    grid-template-columns: repeat(2, 11.375rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.feature__medal::before {
  position: absolute;
  content: "";
  width: 12.75rem;
  height: 8.75rem;
  top: -9.0625rem;
  right: -3.75rem;
  background-image: url(../images/icon_human-01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .feature__medal::before {
    width: 6rem;
    height: 5rem;
    top: -0.625rem;
    right: 0.625rem;
    background-image: url(../images/icon_human-01-sp.svg);
  }
}

.feature__medal-img {
  width: 23.4375rem;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .feature__medal-img {
    width: 11.375rem;
  }
}
@media screen and (max-width: 767.9px) {
  .feature__medal-img--top {
    grid-column: span 2;
    justify-self: center;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.bg-wave {
  position: absolute;
  width: 100%;
  height: 29.875rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#4b9894), to(#88d7a6));
  background-image: linear-gradient(to right, #4b9894, #88d7a6);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: -4.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .bg-wave {
    height: 17.125rem;
    bottom: 3.4375rem;
  }
}

.bg-wave__top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 5;
}

.bg-wave__top svg {
  position: relative;
  display: block;
  width: 250vw;
  height: 25rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: 85%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .bg-wave__top svg {
    height: 12.5rem;
  }
}

.bg-wave__top .shape-fill {
  fill: #FFFFFF;
}

.bg-wave__bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 5;
}

.bg-wave__bottom svg {
  position: relative;
  display: block;
  width: 250vw;
  height: 25rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: 90%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .bg-wave__bottom svg {
    height: 12.5rem;
  }
}

.bg-wave__bottom .shape-fill {
  fill: #e7efed;
}

.problem {
  background-color: #e7efed;
}
@media screen and (max-width: 767.9px) {
  .problem {
    margin-top: -3.4375rem;
  }
}

.problem__inner {
  padding-top: 4.6875rem;
  padding-bottom: 4.375rem;
  max-width: 58rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .problem__inner {
    padding-top: 6.25rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 1.875rem;
  }
}

.problem__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #258c79;
  line-height: 1.4666666667;
  padding-left: 7.1875rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .problem__title {
    font-size: 1.0625rem;
    line-height: 1.5882352941;
    padding-left: 4.0625rem;
  }
}
.problem__title::after {
  position: absolute;
  content: "";
  width: 5.625rem;
  height: 5.625rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon__question.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .problem__title::after {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.problem__items {
  margin-top: 1.25rem;
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 0.4375rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.4375rem rgba(0, 0, 0, 0.15);
  padding: 2.8125rem 5.9375rem;
}
@media screen and (max-width: 767.9px) {
  .problem__items {
    padding: 1.5625rem 0.9375rem;
  }
}

.problem__item:not(:first-child) {
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .problem__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}
.problem__item:not(:first-child)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.125rem;
  top: -1.125rem;
  left: 0;
  background-image: url(../images/bg_dots-boreder.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .problem__item:not(:first-child)::after {
    background-image: url(../images/bg_dots-boreder-sp.svg);
    background-size: cover;
    height: 0.0625rem;
  }
}

.problem__item-text {
  font-size: 1.375rem;
  line-height: 1.5454545455;
  font-weight: 700;
  color: #333;
  padding-left: 3.75rem;
  position: relative;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .problem__item-text {
    font-size: 1rem;
    line-height: 1.625;
    padding-left: 2.75rem;
    letter-spacing: 0;
  }
}
.problem__item-text span {
  color: #258c79;
}
.problem__item-text::after {
  position: absolute;
  content: "";
  width: 2.125rem;
  height: 2.125rem;
  top: 0.1875rem;
  left: 0;
  background-image: url(../images/icon_check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .problem__item-text::after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.problem__text {
  margin-top: 2.5rem;
  font-size: 1.875rem;
  line-height: 1.4666666667;
  font-weight: 700;
  color: #258c79;
  padding-left: 14.0625rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .problem__text {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 1.75;
    padding-left: 5.9375rem;
  }
}
.problem__text::after {
  position: absolute;
  content: "";
  width: 10.75rem;
  height: 22rem;
  top: -4.375rem;
  left: 1.5625rem;
  background-image: url(../images/icon_human-02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .problem__text::after {
    width: 5.75rem;
    height: 13.75rem;
    top: -3.4375rem;
    left: -0.3125rem;
  }
}

.point {
  background-image: url(../images/point_bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .point {
    background-image: url(../images/point_bg-sp.png);
  }
}

.point__inner {
  max-width: 90rem;
  margin-inline: auto;
  position: relative;
  padding: 5.625rem 0 10rem;
}
@media screen and (max-width: 767.9px) {
  .point__inner {
    padding: 3.4375rem 0 6.875rem;
  }
}

.point__items {
  margin-top: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 767.9px) {
  .point__items {
    gap: 3.75rem;
  }
}

.point__item {
  max-width: 80rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.0625rem;
}
@media screen and (max-width: 767.9px) {
  .point__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
  }
}

.point__item.point__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: initial;
  margin-right: auto;
}
@media screen and (max-width: 767.9px) {
  .point__item.point__item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.point__text-wrap {
  max-width: 40rem;
}
@media screen and (max-width: 767.9px) {
  .point__text-wrap {
    padding: 0 1.25rem;
  }
}

.point__number {
  font-size: 1.25rem;
  font-family: "poppins", sans-serif;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, right top, from(#88d7a6), to(#4b9894));
  background-image: linear-gradient(to right, #88d7a6, #4b9894);
  max-width: 12.5rem;
  border-radius: 0.625rem;
  padding: 1.125rem 0 0.625rem;
}
@media screen and (max-width: 767.9px) {
  .point__number {
    font-size: 0.8125rem;
    max-width: 7.5rem;
    padding: 0.625rem 0 0.375rem;
    border-radius: 0.3125rem;
  }
}

.point__sub-title {
  margin-top: 1.5625rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #258c79;
  line-height: 1.6428571429;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .point__sub-title {
    margin-top: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.7777777778;
    letter-spacing: 0.05em;
  }
}

.point__text {
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  color: #333;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .point__text {
    margin-top: 0.3125rem;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.002em;
  }
}

.point__img-wrap {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767.9px) {
  .point__img-wrap {
    margin-top: 0rem;
  }
}

.point__img {
  border-radius: 3.625rem 0.9375rem 0.9375rem 3.625rem;
  width: 35.9375rem;
}
@media screen and (max-width: 767.9px) {
  .point__img {
    width: 20rem;
    border-radius: 1.875rem 0rem 0 1.875rem;
    margin-left: auto;
  }
}

.point__img.point__img--reverse {
  border-radius: 0.9375rem 3.625rem 3.625rem 0.9375rem;
}
@media screen and (max-width: 767.9px) {
  .point__img.point__img--reverse {
    border-radius: 0rem 1.875rem 1.875rem 0rem;
    margin-left: initial;
    margin-right: auto;
  }
}

.cta.cta--point {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4.375rem;
  width: 40rem;
}
@media screen and (max-width: 767.9px) {
  .cta.cta--point {
    bottom: -1.875rem;
    width: 20.9375rem;
  }
}

.reason {
  background-color: #e7efed;
  margin-top: 7.5rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .reason {
    margin-top: 3.75rem;
  }
}
.reason::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8.125rem;
  top: -7.8125rem;
  left: 0;
  background-color: #e7efed;
  z-index: -1;
}

.reason__inner {
  padding-top: 5rem;
  max-width: 58rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .reason__inner {
    padding-top: 1.875rem;
    max-width: 21.5625rem;
  }
}

.reason__items {
  margin-top: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.6875rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .reason__items {
    margin-top: 9.6875rem;
    position: relative;
    z-index: 1;
    gap: 3.125rem;
  }
}
.reason__items::before {
  position: absolute;
  content: "";
  width: 20.9375rem;
  height: 15.9375rem;
  top: -13.125rem;
  right: 3.125rem;
  background-image: url(../images/icon_human-03.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .reason__items::before {
    background-image: url(../images/icon_human-03-sp.svg);
    width: 17.1875rem;
    height: 8.9375rem;
    top: -8.125rem;
    right: 0.78125rem;
    z-index: -1;
  }
}

.reason__item {
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 0.4375rem rgba(27, 19, 16, 0.05);
          box-shadow: 0 0 0.4375rem rgba(27, 19, 16, 0.05);
  padding: 3.4375rem 4.0625rem 3.125rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .reason__item {
    border-radius: 0.9375rem;
    padding: 2.5rem 0.9375rem;
  }
}

@media screen and (max-width: 767.9px) {
  .reason__item-scroll {
    overflow-x: auto;
    padding-bottom: 0.9375rem;
  }
}

@media screen and (max-width: 767.9px) {
  .reason__item-img.reason__item-img--scroll {
    margin-top: 3.125rem;
    width: 40.8125rem;
    min-width: 40.8125rem;
    display: block;
  }
}

.reason__number {
  position: absolute;
  top: -1.65625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "poppins", sans-serif;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#88d7a6), to(#4b9894));
  background-image: linear-gradient(to right, #88d7a6, #4b9894);
  max-width: 12.5rem;
  border-radius: 0.625rem;
  padding: 1.125rem 0 0.625rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .reason__number {
    font-size: 0.8125rem;
    max-width: 7.5rem;
    padding: 0.625rem 0 0.375rem;
    border-radius: 0.3125rem;
    top: -1.09375rem;
  }
}

.reason__item-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #258c79;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .reason__item-title {
    font-size: 1.125rem;
    text-align: center;
  }
}
.reason__item-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.125rem;
  bottom: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #258c79;
}
@media screen and (max-width: 767.9px) {
  .reason__item-title::before {
    bottom: -1.25rem;
  }
}
.reason__item-title::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.reason__item-title.reason__item-title--01::after {
  width: 11.4375rem;
  height: 8.75rem;
  top: -5.25rem;
  left: -3.75rem;
  background-image: url(../images/icon_human-04.svg);
}
@media screen and (max-width: 767.9px) {
  .reason__item-title.reason__item-title--01::after {
    width: 7.9375rem;
    height: 6.0625rem;
    top: -1.5625rem;
    left: -3.4375rem;
  }
}

.reason__item-title.reason__item-title--02::after {
  width: 9.875rem;
  height: 8rem;
  top: -4.5625rem;
  left: -0.625rem;
  background-image: url(../images/icon_human-05.svg);
}
@media screen and (max-width: 767.9px) {
  .reason__item-title.reason__item-title--02::after {
    width: 5.875rem;
    height: 4.75rem;
    top: -0.25rem;
    left: -0.9375rem;
  }
}

.reason__item-title.reason__item-title--03::after {
  width: 10rem;
  height: 8.375rem;
  top: -4.9375rem;
  left: -0.625rem;
  background-image: url(../images/icon_human-06.svg);
}
@media screen and (max-width: 767.9px) {
  .reason__item-title.reason__item-title--03::after {
    width: 7.3125rem;
    height: 6.125rem;
    top: -1.625rem;
    left: -1.0625rem;
  }
}

.reason__item-read {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .reason__item-read {
    font-size: 1.125rem;
    margin-top: 2.8125rem;
    line-height: 1.6666666667;
  }
}

.reason__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767.9px) {
  .reason__item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
  }
}

.reason__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  line-height: 2.125;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .reason__text {
    font-size: 1rem;
    line-height: 2;
  }
}

.reason__text.reason__text--flex {
  max-width: 24.0625rem;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .reason__text.reason__text--flex {
    margin-top: 0rem;
    letter-spacing: -0.015em;
  }
}

@media screen and (max-width: 767.9px) {
  .reason__text.scroll-icon {
    position: relative;
  }
  .reason__text.scroll-icon::before {
    position: absolute;
    content: "";
    width: 4.6875rem;
    height: 0.6875rem;
    bottom: -1.875rem;
    right: 0;
    background-image: url(../images/scroll-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.reason__item-img {
  margin-top: 1.5625rem;
  width: 50rem;
}

.reason__item-img.reason__item-img--flex {
  width: 24rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767.9px) {
  .reason__item-img.reason__item-img--flex {
    width: 100%;
  }
}

.result {
  background-color: #e7efed;
  position: relative;
}

.result__inner {
  padding-top: 12.8125rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 1;
  max-width: 58rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .result__inner {
    padding-top: 6.875rem;
    max-width: 21.5625rem;
  }
}

.result__read {
  margin-top: 1.875rem;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .result__read {
    margin-top: 1.25rem;
    font-size: 1.0625rem;
    line-height: 1.5882352941;
  }
}

.result__content {
  margin-top: 2.1875rem;
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.05);
  padding: 3.125rem 4rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .result__content {
    margin-top: 9.0625rem;
    padding: 1.875rem 1.25rem 3.4375rem;
  }
}
.result__content::before {
  position: absolute;
  content: "";
  width: 23.4375rem;
  height: 16.0625rem;
  top: -12.5rem;
  left: -1.25rem;
  background-image: url(../images/icon_human-07.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .result__content::before {
    width: 16.25rem;
    height: 11.125rem;
    top: -8.4375rem;
    left: 4.375rem;
  }
}

.result__wrap:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .result__wrap:not(:first-child) {
    margin-top: 3.125rem;
  }
}

.result__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .result__item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.9375rem;
  }
}

.result__item-title {
  font-size: 1.75rem;
  color: #258c79;
  font-weight: 700;
  position: relative;
  padding-left: 1.375rem;
}
@media screen and (max-width: 767.9px) {
  .result__item-title {
    font-size: 1.1875rem;
    padding-left: 0.9375rem;
  }
}
.result__item-title::before {
  position: absolute;
  content: "";
  width: 0.1875rem;
  height: 2.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #258c79;
}
@media screen and (max-width: 767.9px) {
  .result__item-title::before {
    height: 1.4375rem;
  }
}

.result__item-number {
  background-image: -webkit-gradient(linear, left top, right top, from(#88d7a6), to(#4b9894));
  background-image: linear-gradient(to right, #88d7a6, #4b9894);
  max-width: 11.75rem;
  width: 100%;
  font-size: 1.6875rem;
  color: #fff;
  border-radius: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .result__item-number {
    max-width: 7.5rem;
    margin-left: auto;
    font-size: 1.0625rem;
  }
}

.result__item-number-strong {
  font-size: 2.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .result__item-number-strong {
    font-size: 1.5rem;
  }
}

.result__item-body {
  margin-top: 0.9375rem;
}

.result__item-text {
  font-size: 1.125rem;
  line-height: 2.1111111111;
  color: #258c79;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .result__item-text {
    font-size: 1rem;
    line-height: 2.125;
  }
}

.result__captions {
  margin-top: 0.9375rem;
}

.result__caption {
  font-size: 0.875rem;
  color: #333;
}
.result__caption:not(:first-child) {
  margin-top: 0.1875rem;
}

.cta.cta--result {
  margin-top: 4.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .cta.cta--result {
    margin-top: 4.375rem;
  }
}

.bg-wave.bg-wave--result {
  background-image: url(../images/result_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  top: 1.875rem;
  height: 40.3125rem;
}
@media screen and (max-width: 767.9px) {
  .bg-wave.bg-wave--result {
    background-image: url(../images/result_bg-sp.jpg);
    height: 20.625rem;
  }
}

.bg-wave__top.bg-wave__top--result {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.bg-wave__bottom.bg-wave__bottom--result {
  -webkit-transform: rotate(180deg) scaleX(-1);
          transform: rotate(180deg) scaleX(-1);
}

.bg-wave__top.bg-wave__top--result .shape-fill {
  fill: #e7efed;
}

@media screen and (max-width: 767.9px) {
  .bg-wave__top svg {
    left: 90%;
  }
}

@media screen and (max-width: 767.9px) {
  .bg-wave__bottom svg {
    left: 85%;
  }
}

.voice {
  position: relative;
  background-image: -webkit-gradient(linear, right top, left top, from(#4b9894), to(#88d7a6));
  background-image: linear-gradient(to left, #4b9894, #88d7a6);
}

.voice__inner {
  max-width: 87.9375rem;
  margin-inline: auto;
  padding-top: 10.625rem;
  padding-bottom: 3.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .voice__inner {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }
}

.bg-wave.bg-wave--voice {
  background-image: none;
}

.bg-wave.bg-wave--voice {
  top: 0rem;
}

.bg-wave__top.bg-wave__top--voice .shape-fill {
  fill: #e7efed;
}

.bg-wave__top.bg-wave__top--voice svg {
  height: 15.625rem;
  width: 190vw;
}
@media screen and (max-width: 767.9px) {
  .bg-wave__top.bg-wave__top--voice svg {
    left: 85%;
    height: 3.75rem;
    width: 190vw;
  }
}

.voice__swiper,
.guardian__swiper {
  margin-top: 4.0625rem;
  width: 100%;
  margin-inline: auto;
  overflow: initial;
  overflow-x: clip;
}
@media screen and (max-width: 767.9px) {
  .voice__swiper,
  .guardian__swiper {
    margin-top: 2.5rem;
  }
}

.voice__swiper .swiper-slide,
.guardian__swiper .swiper-slide {
  width: 28rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  padding: 2.8125rem 2.0625rem;
  border-radius: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .voice__swiper .swiper-slide,
  .guardian__swiper .swiper-slide {
    width: 19.6875rem;
    border-radius: 0.9375rem;
    padding: 2.1875rem 0.9375rem;
  }
}

.voice__swiper-name,
.guardian__swiper-name {
  font-size: 1.25rem;
  color: #fff;
  background-color: #258c79;
  text-align: center;
  position: absolute;
  top: -1.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  font-weight: 700;
  border-radius: 0.625rem;
  padding: 0.875rem 0;
  width: 12.5rem;
}
@media screen and (max-width: 767.9px) {
  .voice__swiper-name,
  .guardian__swiper-name {
    font-size: 0.8125rem;
    width: 7.5rem;
    top: -1.09375rem;
    border-radius: 0.3125rem;
    padding: 0.5rem 0;
  }
}

.voice__swiper-head,
.guardian__swiper-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .voice__swiper-head,
  .guardian__swiper-head {
    gap: 0.8125rem;
  }
}

.voice__swiper-head-img,
.guardian__swiper-head-img {
  width: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .voice__swiper-head-img,
  .guardian__swiper-head-img {
    width: 5rem;
  }
}

.voice__swiper-head-text,
.guardian__swiper-head-text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  color: #258c79;
  font-weight: 700;
  max-width: 15.9375rem;
}
@media screen and (max-width: 767.9px) {
  .voice__swiper-head-text,
  .guardian__swiper-head-text {
    font-size: 1rem;
    line-height: 1.75;
    max-width: 10.125rem;
  }
}

.voice__swiper-body,
.guardian__swiper-body {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767.9px) {
  .voice__swiper-body,
  .guardian__swiper-body {
    margin-top: 1.25rem;
  }
}

.voice__swiper-body-text,
.guardian__swiper-body-text {
  font-size: 1rem;
  line-height: 1.875;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .voice__swiper-body-text,
  .guardian__swiper-body-text {
    font-size: 1rem;
    line-height: 2;
  }
}

.voice__swiper-body-text-highlight,
.guardian__swiper-body-text-highlight {
  color: #258c79;
}

.voice__swiper .swiper-button-prev,
.guardian__swiper .swiper-button-prev {
  background-image: url(../images/voice_arrow-prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
  left: 27.75rem;
}
@media screen and (max-width: 767.9px) {
  .voice__swiper .swiper-button-prev,
  .guardian__swiper .swiper-button-prev {
    width: 1.875rem;
    height: 1.875rem;
    left: 0.625rem;
    top: 6.25rem;
  }
}

.voice__swiper .swiper-button-next,
.guardian__swiper .swiper-button-next {
  background-image: url(../images/voice_arrow-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
  right: 27.75rem;
}
@media screen and (max-width: 767.9px) {
  .voice__swiper .swiper-button-next,
  .guardian__swiper .swiper-button-next {
    width: 1.875rem;
    height: 1.875rem;
    right: 0.625rem;
    top: 6.25rem;
  }
}

.guardian {
  background-color: #d1e5d6;
}

.guardian__inner {
  max-width: 87.9375rem;
  margin-inline: auto;
  padding-top: 1.875rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .guardian__inner {
    padding-top: 0.9375rem;
    padding-bottom: 3.4375rem;
  }
}

.guardian__swiper-name {
  width: 18.75rem;
  font-size: 1rem;
}
@media screen and (max-width: 767.9px) {
  .guardian__swiper-name {
    width: 15.625rem;
    font-size: 0.8125rem;
  }
}

.guardian__caption {
  margin-top: 1.25rem;
  max-width: 58rem;
  margin-inline: auto;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.7142857143;
  padding-left: 1.2em;
  text-indent: -1.2em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .guardian__caption {
    max-width: 20.625rem;
    letter-spacing: -0.03em;
  }
}

.faq__inner {
  max-width: 58rem;
  margin-inline: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767.9px) {
  .faq__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    max-width: 21.5625rem;
  }
}

.faq__read {
  margin-top: 1.5625rem;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  text-align: center;
  color: #333;
  font-weight: 700;
}

.accordion {
  margin-top: 1.5625rem;
  width: 100%;
}

.accordion__item:not(:first-child) {
  margin-top: 0.9375rem;
}

.accordion__title {
  position: relative;
  padding: 1.125rem 1.5625rem;
  cursor: pointer;
  background-color: #eff2f1;
  border-radius: 0.625rem;
  color: #258c79;
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 767.9px) {
  .accordion__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1rem;
    line-height: 1.625;
    padding: 0.6875rem 2.1875rem 0.6875rem 0.9375rem;
  }
}

.accordion__title-question {
  font-family: "wanpaku-ruika", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 767.9px) {
  .accordion__title-question {
    margin-top: -0.1875rem;
    margin-right: 0.5625rem;
  }
}

.accordion__title::before {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 0.625rem;
  top: 1.875rem;
  background-image: url(../images/faq_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 1.5625rem;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767.9px) {
  .accordion__title::before {
    width: 1rem;
    height: 0.5625rem;
    right: 0.8125rem;
    top: 43%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.accordion__title::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__title.is-open::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion__content {
  display: none;
  padding: 1.875rem 4.0625rem 3.125rem;
  background-color: #eff2f1;
  border-radius: 0 0 0.625rem 0.625rem;
  margin-top: -0.625rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .accordion__content {
    padding: 1.5625rem 0.9375rem 1.875rem;
  }
}
.accordion__content::before {
  position: absolute;
  content: "";
  width: 54.875rem;
  height: 0.0625rem;
  top: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d7d8d6;
}
@media screen and (max-width: 767.9px) {
  .accordion__content::before {
    width: 19.6875rem;
    top: 0.5rem;
  }
}

.accordion__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333;
  font-weight: 500;
}

.accordion__text-link {
  color: #1558D6;
  text-decoration: underline;
}

.accordion__content-item:not(:first-child) {
  margin-top: 1.875rem;
}

.accordion__item-title {
  font-size: 1rem;
  color: #258c79;
  font-weight: 700;
}

.accordion__item-text {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  line-height: 2.1875;
}

.accordion__item-caption {
  font-size: 0.875rem;
  color: #333;
  font-weight: 500;
  line-height: 1.7142857143;
  padding-left: 1.2em;
  text-indent: -1.2em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767.9px) {
  .accordion__item-scroll {
    overflow-x: auto;
    padding-bottom: 0.9375rem;
  }
}

.accordion__item-img {
  margin-top: 0.625rem;
}

@media screen and (max-width: 767.9px) {
  .accordion__item-img.accordion__item-img--scroll {
    margin-top: 2.5rem;
    width: 40.8125rem;
    min-width: 40.8125rem;
    display: block;
  }
}

@media screen and (max-width: 767.9px) {
  .accordion__item-title.scroll-icon {
    position: relative;
  }
  .accordion__item-title.scroll-icon::before {
    position: absolute;
    content: "";
    width: 4.6875rem;
    height: 0.6875rem;
    bottom: -0.9375rem;
    right: 0;
    background-image: url(../images/scroll-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.flow {
  background-color: #e7efed;
}

.flow__inner {
  max-width: 70rem;
  margin-inline: auto;
  padding: 3.4375rem 0rem 5rem;
}
@media screen and (max-width: 767.9px) {
  .flow__inner {
    max-width: 21.5625rem;
    padding: 2.5rem 0rem 3.75rem;
  }
}

.flow__read {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  color: #333;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .flow__read {
    margin-top: 1.5625rem;
    font-size: 1.0625rem;
    line-height: 1.5882352941;
  }
}

.flow__items {
  margin-top: 4.6875rem;
  display: grid;
  gap: 2.1875rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767.9px) {
  .flow__items {
    margin-top: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.flow__item {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 4.375rem 1.5625rem 1.875rem;
  min-height: 17.9375rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.9375rem;
    padding: 2.1875rem 0.625rem 2.1875rem 1.25rem;
    min-height: 9.375rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flow__item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 1rem;
  top: 46%;
  right: -1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/flow_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .flow__item:not(:last-child)::before {
    width: 1.25rem;
    height: 1rem;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: initial;
    bottom: -1.5625rem;
  }
}

.flow__items .flow__item:nth-of-type(1)::after {
  position: absolute;
  content: "";
  width: 4.75rem;
  height: 6.5625rem;
  top: -2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/flow_icon-01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .flow__items .flow__item:nth-of-type(1)::after {
    width: 3.75rem;
    height: 5rem;
    left: 1.875rem;
    -webkit-transform: initial;
            transform: initial;
    top: -0.3125rem;
  }
}

.flow__items .flow__item:nth-of-type(2)::after {
  position: absolute;
  content: "";
  width: 10.375rem;
  height: 6.3125rem;
  top: -2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/flow_icon-02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .flow__items .flow__item:nth-of-type(2)::after {
    width: 6.125rem;
    height: 3.75rem;
    left: 0.5rem;
    -webkit-transform: initial;
            transform: initial;
    top: 0.625rem;
  }
}

.flow__items .flow__item:nth-of-type(3)::after {
  position: absolute;
  content: "";
  width: 9.625rem;
  height: 6.3125rem;
  top: -2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/flow_icon-03.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .flow__items .flow__item:nth-of-type(3)::after {
    width: 5.9375rem;
    height: 3.875rem;
    left: 0.5rem;
    -webkit-transform: initial;
            transform: initial;
    top: 0.5rem;
  }
}

.flow__items .flow__item:nth-of-type(4)::after {
  position: absolute;
  content: "";
  width: 7.9375rem;
  height: 6.875rem;
  top: -2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/flow_icon-04.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .flow__items .flow__item:nth-of-type(4)::after {
    width: 5.4375rem;
    height: 4.6875rem;
    left: 0.625rem;
    -webkit-transform: initial;
            transform: initial;
    top: 0.5rem;
  }
}

.flow__item-title {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .flow__item-title {
    min-width: 5rem;
  }
}
.flow__item-title::before {
  position: absolute;
  content: "";
  width: 13.75rem;
  height: 0.0625rem;
  bottom: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #258c79;
}
@media screen and (max-width: 767.9px) {
  .flow__item-title::before {
    width: 0.0625rem;
    height: 3.75rem;
    bottom: initial;
    top: -1.875rem;
    left: initial;
    right: -0.9375rem;
  }
}

.flow__item-number {
  font-size: 1.625rem;
  font-weight: 700;
  font-family: "poppins", sans-serif;
  color: #258c79;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .flow__item-number {
    font-size: 1.0625rem;
  }
}

.flow__item-title-ja {
  margin-top: -0.625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #258c79;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .flow__item-title-ja {
    margin-top: -0.3125rem;
    font-size: 0.8125rem;
  }
}

.flow__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.875;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .flow__text {
    margin-top: 0rem;
    max-width: 13.125rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.campaign__inner {
  max-width: 58rem;
  margin-inline: auto;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767.9px) {
  .campaign__inner {
    max-width: 21.5625rem;
    padding-top: 2.5rem;
    padding-bottom: 4.0625rem;
  }
}

@media screen and (max-width: 767.9px) {
  .campaign__img {
    margin-top: 1.875rem;
  }
}

.campaign__caption {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  color: #333;
}

.closing {
  background-image: -webkit-gradient(linear, left top, right top, from(#88d7a6), to(#4b9894));
  background-image: linear-gradient(to right, #88d7a6, #4b9894);
}

.closing__inner {
  max-width: 58rem;
  margin-inline: auto;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .closing__inner {
    max-width: 20.75rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.closing__inner::before {
  position: absolute;
  content: "";
  width: 16.9375rem;
  height: 17.4375rem;
  bottom: 0;
  left: -6.25rem;
  background-image: url(../images/icon_human-08.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .closing__inner::before {
    width: 6.625rem;
    height: 6.8125rem;
    bottom: initial;
    top: -3.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.closing__text {
  margin-left: auto;
  max-width: 45.9375rem;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .closing__text {
    margin-inline: auto;
    font-size: 1rem;
    line-height: 2;
  }
}

.contact {
  background-color: #e7efed;
}

.contact__inner {
  max-width: 58rem;
  margin-inline: auto;
  padding-top: 4.6875rem;
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 767.9px) {
  .contact__inner {
    max-width: 21.5625rem;
    padding-top: 2.8125rem;
    padding-bottom: 4.375rem;
  }
}

.form {
  margin-top: 3.75rem;
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 0.4375rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0.4375rem rgba(0, 0, 0, 0.05);
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .form {
    margin-top: 2.8125rem;
    border-radius: 0.9375rem;
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.05);
  }
}

.form__fukidashi {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #258c79;
  border-radius: 0.625rem;
  position: absolute;
  top: -1.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.96875rem 0;
  width: 18.75rem;
}
@media screen and (max-width: 767.9px) {
  .form__fukidashi {
    font-size: 0.8125rem;
    width: 15.625rem;
    border-radius: 0.4375rem;
    padding: 0.5rem;
    top: -1.0625rem;
  }
}

.form__inner {
  max-width: 50rem;
  margin-inline: auto;
}

.form__body {
  padding: 4.375rem 0rem 5rem;
}
@media screen and (max-width: 767.9px) {
  .form__body {
    padding: 2.8125rem 0.9375rem 2.5rem;
  }
}

.form__field + .form__field {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767.9px) {
  .form__field + .form__field {
    margin-top: 1.25rem;
  }
}

.form__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #4d4d4d;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .form__label {
    font-size: 1rem;
  }
}

.form__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #258c79;
  font-size: 0.875rem;
  font-weight: 700;
}

.form__tag.form__tag--optional {
  color: #878787;
}

.form__input,
.form__select,
.form__textarea {
  margin-top: 0.75rem;
  width: 100%;
  border: 0.0625rem solid #c5c6c4;
  border-radius: 0.3125rem;
  font-size: 1rem;
  color: #333;
  padding: 0.625rem 1.25rem;
  background-color: #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  .form__input,
  .form__select,
  .form__textarea {
    padding: 0.46875rem 0.9375rem;
  }
}
.form__input::-webkit-input-placeholder, .form__select::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  color: #a1a1a1;
}
.form__input::-moz-placeholder, .form__select::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: #a1a1a1;
}
.form__input:-ms-input-placeholder, .form__select:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  color: #a1a1a1;
}
.form__input::-ms-input-placeholder, .form__select::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
  color: #a1a1a1;
}
.form__input::placeholder,
.form__select::placeholder,
.form__textarea::placeholder {
  color: #a1a1a1;
}
.form__input:focus,
.form__select:focus,
.form__textarea:focus {
  outline: none;
  border-color: #258c79;
}

.form__select-wrap {
  position: relative;
}
.form__select-wrap::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 1.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 0.09375rem solid #878787;
  border-bottom: 0.09375rem solid #878787;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
@media screen and (max-width: 767.9px) {
  .form__select-wrap::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.form__textarea {
  height: 10.5rem;
  resize: vertical;
}
@media screen and (max-width: 767.9px) {
  .form__textarea {
    height: 19.6875rem;
  }
}

.form__error {
  display: none;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #f17f0a;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .form__error {
    font-size: 0.8125rem;
    margin-top: 0.375rem;
  }
}

.form__input.is-error,
.form__select.is-error,
.form__textarea.is-error {
  border-color: #f17f0a;
  background-color: rgba(241, 127, 10, 0.05);
}

.form__policy {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .form__policy {
    margin-top: 0.9375rem;
  }
}

.form__policy-link {
  color: #258c79;
  text-decoration: underline;
}

.form__button {
  margin-top: 2.5rem;
  text-align: center;
  background-color: #f17f0a;
  max-width: 27.5rem;
  margin-inline: auto;
  border-radius: 100vw;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .form__button {
    margin-top: 1.5625rem;
  }
}
.form__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.6)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  z-index: 1;
}
.form__button:hover::after {
  -webkit-animation: shine 0.6s ease-in-out;
          animation: shine 0.6s ease-in-out;
}

.form__message {
  display: none;
  margin-top: 1.875rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.25rem 1.875rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767.9px) {
  .form__message {
    margin-top: 1.5625rem;
    font-size: 1rem;
    padding: 0.9375rem 1.25rem;
  }
}
.form__message--success {
  display: block;
  background-color: rgba(37, 140, 121, 0.1);
  color: #258c79;
  border: 0.125rem solid #258c79;
}
.form__message--error {
  display: block;
  background-color: rgba(241, 127, 10, 0.1);
  color: #f17f0a;
  border: 0.125rem solid #f17f0a;
}

.button {
  font-size: 1.1875rem;
  color: #fff;
  font-weight: 700;
  padding: 1.25rem;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .button {
    font-size: 1rem;
    padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  }
}
.button::before {
  position: absolute;
  content: "";
  width: 2.1875rem;
  height: 2.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  background-image: url(../images/icon_arrow-circle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  .button::before {
    width: 1.875rem;
    height: 1.875rem;
    right: 0.9375rem;
  }
}
.button:hover::before {
  -webkit-transform: translateX(0.3125rem) translateY(-50%);
          transform: translateX(0.3125rem) translateY(-50%);
}

.map {
  position: relative;
}
.map::after {
  position: absolute;
  content: "";
  width: 3.75rem;
  height: 3.75rem;
  top: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/icon_tel.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .map::after {
    width: 3.125rem;
    height: 3.125rem;
    top: -1.5625rem;
  }
}

.map__inner {
  max-width: 58rem;
  margin-inline: auto;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767.9px) {
  .map__inner {
    max-width: 21.5625rem;
    padding-top: 4.0625rem;
    padding-bottom: 1.25rem;
  }
}

.map__read {
  text-align: center;
}

.map__read-text {
  font-size: 1.125rem;
  color: #258c79;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .map__read-text {
    font-size: 1.0625rem;
  }
}

.map__tel {
  margin-top: -0.3125rem;
  font-size: 2.875rem;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  color: #258c79;
}
@media screen and (max-width: 767.9px) {
  .map__tel {
    margin-top: 0.9375rem;
    font-size: 1.875rem;
    background-color: #258c79;
    border-radius: 100vw;
    max-width: 19.6875rem;
    margin-inline: auto;
    color: #fff;
  }
}

.map__tel-small {
  font-size: 1.5rem;
  position: relative;
  top: -0.1875rem;
}
@media screen and (max-width: 767.9px) {
  .map__tel-small {
    font-size: 1rem;
  }
}

.map__tel-link {
  color: #258c79;
}
@media screen and (max-width: 767.9px) {
  .map__tel-link {
    color: #fff;
    padding: 0.46875rem;
    display: inline-block;
    width: 100%;
  }
}

.map__time {
  margin-top: -0.3125rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #258c79;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .map__time {
    margin-top: 0.9375rem;
  }
}

.map__items {
  margin-top: 1.875rem;
  display: grid;
  gap: 2.03125rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767.9px) {
  .map__items {
    margin-top: 2.1875rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.map__item {
  background-color: #e7efed;
  border-radius: 1.25rem;
  padding: 1.5625rem 1.25rem 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .map__item {
    padding: 1.5625rem 0.9375rem 1.25rem;
    border-radius: 0.9375rem;
  }
}

.map__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #258c79;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .map__item-title {
    font-size: 1.25rem;
  }
}

.map__item-tel {
  font-size: 1.3125rem;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  color: #258c79;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .map__item-tel {
    margin-top: 0.9375rem;
    background-color: #258c79;
    color: #fff;
    border-radius: 100vw;
    font-size: 1.875rem;
  }
}

.map__item-tel-link {
  color: #258c79;
}
@media screen and (max-width: 767.9px) {
  .map__item-tel-link {
    color: #fff;
    padding: 0.46875rem;
    display: block;
  }
}

@media screen and (max-width: 767.9px) {
  .map__item-tel-small {
    font-size: 1rem;
    position: relative;
    top: -0.1875rem;
  }
}

.map__item-time {
  font-size: 0.875rem;
  font-weight: 700;
  color: #258c79;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .map__item-time {
    margin-top: 0.625rem;
  }
}

.map__item iframe {
  margin-top: 1.125rem;
  width: 25.5rem;
  height: 13.75rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767.9px) {
  .map__item iframe {
    margin-top: 1.5625rem;
    width: 19.6875rem;
    height: 10.625rem;
  }
}

.footer__inner {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767.9px) {
  .footer__inner {
    padding-top: 1.25rem;
    padding-bottom: 5rem;
  }
}

.footer__img {
  width: 18.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .footer__img {
    width: 14.1875rem;
  }
}

.footer__link {
  margin-top: 2.5rem;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #333;
  text-decoration: underline;
  margin-inline: auto;
  font-size: 0.875rem;
}
@media screen and (max-width: 767.9px) {
  .footer__link {
    margin-top: 1.5625rem;
  }
}

.footer__copyright {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  color: #333;
  text-align: center;
  letter-spacing: 0.1em;
  display: block;
}

.floatig {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.floating__link {
  background-color: #f17f0a;
  font-size: 1.125rem;
  display: block;
  width: 100%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 1.03125rem 0.625rem;
  padding-left: 3.75rem;
  position: relative;
}
.floating__link:hover {
  opacity: 1;
}
.floating__link::before {
  position: absolute;
  content: "";
  width: 2.25rem;
  height: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4.6875rem;
  background-image: url(../images/icon_menu.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}/*# sourceMappingURL=style.css.map */