/* -----------------------
  unity
----------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  color: #1a1a1a;
  letter-spacing: 0.1em;
  line-height: 1.625;
}

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

.whopper {
  overflow: hidden;
}

/* -----------------------
  header
----------------------- */
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  backdrop-filter: blur(4px);
  background-color: #ffffff;
}
.header.is-ather {
  border-bottom: 1px solid #E2E2E2;
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header .header__inner {
    padding: min(1.2109375vw, 15.5px) min(6.40625vw, 82px);
  }
}
@media screen and (max-width: 767px) {
  .header .header__inner {
    padding: 5.1282051282vw 5.1282051282vw;
  }
}
.header .header__logo {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .header .header__logo {
    font-size: min(1.87453125vw, 23.994px);
  }
}
@media screen and (max-width: 767px) {
  .header .header__logo {
    font-size: 6.1523076923vw;
  }
}
.header .header__logo a {
  color: inherit;
}
.header .header__group {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header .header__group {
    gap: min(3.515625vw, 45px);
  }
}
@media screen and (max-width: 767px) {
  .header .header__group {
    gap: 7.6923076923vw;
  }
}
.header .header__list {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header .header__list {
    gap: min(3.125vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .header .header__list {
    gap: 5.1282051282vw;
  }
}
.header .header__link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.85;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header .header__link {
    font-size: min(1.100703125vw, 14.089px);
  }
}
@media screen and (max-width: 767px) {
  .header .header__link {
    font-size: 3.3333333333vw;
  }
}
.header .header__button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #141414;
  color: #ffffff;
  line-height: 1.84;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header .header__button {
    width: min(10.9375vw, 140px);
    padding: min(0.9765625vw, 12.5px) 0;
    border-radius: min(0.3125vw, 4px);
    font-size: min(1.018671875vw, 13.039px);
  }
}
@media screen and (max-width: 767px) {
  .header .header__button {
    width: auto;
    padding: 2.3076923077vw 3.0769230769vw;
    border-radius: 1.0256410256vw;
    font-size: 2.8205128205vw;
  }
}

/* -----------------------
footer
----------------------- */
.footer {
  background-color: #ffffff;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .footer {
    border-top: 1px solid #1a1a1a;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer__inner {
    width: min(87.03125vw, 1114px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__inner {
    border-top: 1px solid #1a1a1a;
    width: 89.7435897436vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer__top {
    padding: min(1.953125vw, 25px) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__top {
    padding: 8.2051282051vw 0 0;
  }
}
.footer .footer__top-inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer .footer__top-inner {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__top-inner {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 7.1794871795vw;
  }
}
.footer .footer__logo {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.907;
}
@media screen and (min-width: 768px) {
  .footer .footer__logo {
    font-size: min(1.679921875vw, 21.503px);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__logo {
    font-size: 5.5135897436vw;
  }
}
.footer .footer__list {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer .footer__list {
    gap: min(3.125vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__list {
    flex-wrap: wrap;
    gap: 5.1282051282vw 10.2564102564vw;
  }
}
.footer .footer__link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.85;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .footer .footer__link {
    font-size: min(1.100703125vw, 14.089px);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__link {
    font-size: 3.6125641026vw;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer__bottom {
    padding: min(4.53125vw, 58px) 0 min(2.1875vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__bottom {
    padding: 15.3846153846vw 0 7.1794871795vw;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer__bottom-inner {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__bottom-inner {
    width: 100%;
    text-align: center;
  }
}
.footer .footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 1.849;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .footer .footer__copyright {
    font-size: min(1.014296875vw, 12.983px);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright {
    font-size: 3.328974359vw;
  }
}

/* -----------------------
  C_contact-banner
----------------------- */
.C_contact-banner .C_contact-banner-inner {
  text-align: center;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .C_contact-banner .C_contact-banner-inner {
    width: min(87.03125vw, 1114px);
    margin: 0 auto;
    padding: min(3.515625vw, 45px) min(6.25vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .C_contact-banner .C_contact-banner-inner {
    width: 100%;
    padding: 14.1025641026vw 0 12.8205128205vw 3.3333333333vw;
  }
}
.C_contact-banner .C_contact-banner-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.472;
}
@media screen and (min-width: 768px) {
  .C_contact-banner .C_contact-banner-title {
    font-size: min(2.8125vw, 36px);
    letter-spacing: 0.031em;
  }
}
@media screen and (max-width: 767px) {
  .C_contact-banner .C_contact-banner-title {
    text-align: left;
    font-size: 9.2307692308vw;
    letter-spacing: 0.01em;
  }
}
.C_contact-banner .C_contact-banner-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6b6b6b;
}
@media screen and (min-width: 768px) {
  .C_contact-banner .C_contact-banner-text {
    font-size: min(1.25vw, 16px);
    margin-top: min(1.5625vw, 20px);
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .C_contact-banner .C_contact-banner-text {
    text-align: left;
    font-size: 3.5897435897vw;
    margin-top: 9.7435897436vw;
    line-height: 2.1;
    letter-spacing: 0.25em;
  }
}
.C_contact-banner .C_contact-banner-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #141414;
  color: #ffffff;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .C_contact-banner .C_contact-banner-button {
    border-radius: min(0.3125vw, 4px);
    padding: min(1.5625vw, 20px) min(2.65625vw, 34px);
    margin-top: min(2.265625vw, 29px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .C_contact-banner .C_contact-banner-button {
    border-radius: 1.0256410256vw;
    padding: 4.4871794872vw 7.6923076923vw;
    margin-top: 9.7435897436vw;
  }
}
.C_contact-banner .C_contact-banner-button-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.841;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .C_contact-banner .C_contact-banner-button-text {
    font-size: min(1.018671875vw, 13.039px);
  }
}
@media screen and (max-width: 767px) {
  .C_contact-banner .C_contact-banner-button-text {
    font-size: 3.3433333333vw;
  }
}
.C_contact-banner .C_contact-banner-button-arrow {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.857;
  letter-spacing: 0.074em;
  margin-left: min(0.9375vw, 12px);
}
@media screen and (min-width: 768px) {
  .C_contact-banner .C_contact-banner-button-arrow {
    font-size: min(1.09375vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .C_contact-banner .C_contact-banner-button-arrow {
    font-size: 3.5897435897vw;
  }
}

/* -----------------------
  C_form
----------------------- */
.C_form .C_form-row-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .C_form .C_form-row-wrap {
    gap: min(2.1875vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .C_form .C_form-row-wrap {
    gap: 0;
  }
}
.C_form .C_form-row {
  display: flex;
}
@media screen and (min-width: 768px) {
  .C_form .C_form-row {
    flex-direction: row;
    align-items: center;
    gap: min(1.875vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .C_form .C_form-row {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .C_form .C_form-row--textarea {
    align-items: flex-start;
  }
}
.C_form .C_form-row--textarea .C_form-label {
  margin-top: 1em;
}
.C_form .C_form-label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.857;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .C_form .C_form-label {
    width: min(12.5vw, 160px);
    font-size: min(1.09375vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .C_form .C_form-label {
    font-size: 3.5897435897vw;
  }
}
.C_form .wpcf7-form-control-wrap {
  width: 100%;
}
.C_form .C_form-input,
.C_form .C_form-textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1a1a1a;
  background-color: #f5f5f5;
  border: none;
  border-radius: min(0.3125vw, 4px);
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .C_form .C_form-input,
  .C_form .C_form-textarea {
    font-size: min(1.25vw, 16px);
    padding: min(1.015625vw, 13px) min(1.5625vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .C_form .C_form-input,
  .C_form .C_form-textarea {
    font-size: 4.1025641026vw;
    padding: 3.3333333333vw 4.1025641026vw;
    border-radius: 1.0256410256vw;
  }
}
.C_form .C_form-input {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .C_form .C_form-input {
    height: min(3.90625vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .C_form .C_form-input {
    height: 12.8205128205vw;
  }
}
.C_form .C_form-textarea {
  resize: none;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .C_form .C_form-textarea {
    height: min(10.9375vw, 140px);
  }
}
@media screen and (max-width: 767px) {
  .C_form .C_form-textarea {
    height: 35.8974358974vw;
  }
}
.C_form .C_form-agree {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .C_form .C_form-agree {
    gap: min(0.703125vw, 9px);
    margin-left: min(14.375vw, 184px);
  }
}
@media screen and (max-width: 767px) {
  .C_form .C_form-agree {
    gap: 2.3076923077vw;
    margin-top: 5.1282051282vw;
  }
}
.C_form .wpcf7-turnstile.cf-turnstile {
  display: none;
}
.C_form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.C_form .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
  flex-shrink: 0;
  accent-color: #141414;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .C_form .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
    width: min(1.40625vw, 18px);
    height: min(1.40625vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .C_form .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
}
.C_form .wpcf7-form-control.wpcf7-acceptance label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 1.849;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .C_form .wpcf7-form-control.wpcf7-acceptance label {
    font-size: min(1.014296875vw, 12.983px);
    gap: min(0.703125vw, 9px);
  }
}
@media screen and (max-width: 767px) {
  .C_form .wpcf7-form-control.wpcf7-acceptance label {
    font-size: 3.328974359vw;
    gap: 2.3076923077vw;
  }
}
.C_form .C_form-submit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #141414;
  color: #ffffff;
  line-height: 1.462;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .C_form .C_form-submit {
    width: min(11.875vw, 152px);
    height: min(3.984375vw, 51px);
    border-radius: min(0.3125vw, 4px);
    font-size: min(1.01875vw, 13.04px);
    margin-left: min(14.375vw, 184px);
  }
}
@media screen and (max-width: 767px) {
  .C_form .C_form-submit {
    width: 38.9743589744vw;
    height: 13.0769230769vw;
    border-radius: 1.0256410256vw;
    font-size: 3.3435897436vw;
    margin: 15.3846153846vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  .C_form .wpcf7-not-valid-tip {
    font-size: min(1.014296875vw, 12.983px);
  }
}
@media screen and (max-width: 767px) {
  .C_form .wpcf7-not-valid-tip {
    font-size: 3.328974359vw;
  }
}
@media screen and (min-width: 768px) {
  .C_form .wpcf7 form .wpcf7-response-output {
    font-size: min(1.014296875vw, 12.983px);
  }
}
@media screen and (max-width: 767px) {
  .C_form .wpcf7 form .wpcf7-response-output {
    font-size: 3.328974359vw;
  }
}

/* -----------------------
  C_page-hero
----------------------- */
@media screen and (min-width: 768px) {
  .C_page-hero .C_page-hero-inner {
    width: min(87.03125vw, 1114px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .C_page-hero .C_page-hero-inner {
    width: 100%;
    padding: 0 5.1282051282vw;
  }
}
.C_page-hero .C_page-hero-eyebrow {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 3.132;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .C_page-hero .C_page-hero-eyebrow {
    font-size: min(1.015625vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  .C_page-hero .C_page-hero-eyebrow {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .C_page-hero .C_page-hero-content {
    margin-top: min(11.171875vw, 143px);
  }
}
@media screen and (max-width: 767px) {
  .C_page-hero .C_page-hero-content {
    margin-top: 18.2051282051vw;
  }
}
.C_page-hero .C_page-hero-label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #6b6b6b;
  line-height: 2.036;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .C_page-hero .C_page-hero-label {
    font-size: min(1.5625vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .C_page-hero .C_page-hero-label {
    font-size: 4.1025641026vw;
  }
}
.C_page-hero .C_page-hero-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.156;
  letter-spacing: 0.021em;
}
@media screen and (min-width: 768px) {
  .C_page-hero .C_page-hero-title {
    font-size: min(5vw, 64px);
    margin-top: min(1.171875vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .C_page-hero .C_page-hero-title {
    font-size: 13.0769230769vw;
    margin-top: 1.5384615385vw;
  }
}
.C_page-hero .C_page-hero-lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .C_page-hero .C_page-hero-lead {
    font-size: min(1.5625vw, 20px);
    margin-top: min(3.90625vw, 50px);
    max-width: min(66.40625vw, 850px);
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .C_page-hero .C_page-hero-lead {
    font-size: 3.5897435897vw;
    margin-top: 12.3076923077vw;
    max-width: 100%;
    line-height: 2.2;
    letter-spacing: 0.26em;
  }
}

/* -----------------------
  front
----------------------- */
.front-page .front-page__hero {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__hero {
    height: min(50.78125vw, 650px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__hero {
    height: 166.6666666667vw;
  }
}
.front-page .front-page__hero .front-page__hero-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.front-page .front-page__hero .front-page__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-page .front-page__hero .front-page__hero-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__hero .front-page__hero-inner {
    width: min(87.03125vw, 1114px);
    margin: 0 auto;
    padding: min(5.078125vw, 65px) 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__hero .front-page__hero-inner {
    width: 100%;
    padding: 19.4871794872vw 0 0 5.1282051282vw;
  }
}
.front-page .front-page__hero .front-page__hero-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__hero .front-page__hero-title {
    font-size: min(5vw, 64px);
    line-height: 1.328;
    letter-spacing: 0.016em;
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__hero .front-page__hero-title {
    font-size: 10.2564102564vw;
    line-height: 1.7;
    letter-spacing: 0.026em;
  }
}
.front-page .front-page__hero .front-page__hero-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__hero .front-page__hero-text {
    font-size: min(1.40625vw, 18px);
    line-height: 1.667;
    margin-top: min(3.125vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__hero .front-page__hero-text {
    font-size: 3.3333333333vw;
    line-height: 2.308;
    margin-top: 12.8205128205vw;
  }
}
.front-page .front-page__hero .front-page__hero-link {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #1a1a1a;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__hero .front-page__hero-link {
    gap: min(0.703125vw, 9px);
    padding-bottom: min(0.78125vw, 10px);
    margin-top: min(4.6875vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__hero .front-page__hero-link {
    gap: 2.3076923077vw;
    padding-bottom: 2.5641025641vw;
    margin-top: 16.9230769231vw;
  }
}
.front-page .front-page__hero .front-page__hero-link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.832;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__hero .front-page__hero-link-text {
    font-size: min(1.02359375vw, 13.102px);
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__hero .front-page__hero-link-text {
    font-size: 3.3594871795vw;
    font-weight: 500;
  }
}
.front-page .front-page__hero .front-page__hero-link-arrow {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.857;
  letter-spacing: 0.074em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__hero .front-page__hero-link-arrow {
    font-size: min(1.09375vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__hero .front-page__hero-link-arrow {
    font-size: 3.5897435897vw;
  }
}
.front-page .front-page__hero .front-page__hero-note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.236em;
  color: #6b6b6b;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__hero .front-page__hero-note {
    font-size: min(0.78125vw, 10px);
    margin-top: min(0.859375vw, 11px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__hero .front-page__hero-note {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .front-page .front-page__about {
    padding: min(7.8125vw, 100px) 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__about {
    padding: 25.641025641vw 0 0 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .front-page .front-page__about .front-page__about-inner {
    width: min(87.03125vw, 1114px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__about .front-page__about-inner {
    width: 100%;
  }
}
.front-page .front-page__about .front-page__about-label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #6b6b6b;
  line-height: 1.375;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__about .front-page__about-label {
    font-size: min(1.25vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__about .front-page__about-label {
    font-size: 4.1025641026vw;
  }
}
.front-page .front-page__about .front-page__about-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__about .front-page__about-title {
    font-size: min(3.75vw, 48px);
    line-height: 1.542;
    letter-spacing: 0.028em;
    margin-top: min(0.859375vw, 11px);
    max-width: min(57.8125vw, 740px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__about .front-page__about-title {
    font-size: 10.2564102564vw;
    line-height: 1.5;
    letter-spacing: 0.034em;
    margin-top: 6.4102564103vw;
    max-width: 85.8974358974vw;
  }
}
.front-page .front-page__about .front-page__about-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__about .front-page__about-text {
    font-size: min(1.875vw, 24px);
    line-height: 1.667;
    margin-top: min(3.59375vw, 46px);
    max-width: min(57.8125vw, 740px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__about .front-page__about-text {
    font-size: 4.1025641026vw;
    line-height: 1.84;
    letter-spacing: 0.06em;
    margin-top: 17.9487179487vw;
    max-width: 85.8974358974vw;
  }
}
.front-page .front-page__about .front-page__about-link {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1a1a1a;
  color: #1a1a1a;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__about .front-page__about-link {
    gap: min(0.8046875vw, 10.3px);
    padding-bottom: min(0.78125vw, 10px);
    margin-top: min(5.46875vw, 70px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__about .front-page__about-link {
    gap: 2.641025641vw;
    padding-bottom: 2.5641025641vw;
    margin-top: 17.4358974359vw;
  }
}
.front-page .front-page__about .front-page__about-link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.841;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__about .front-page__about-link-text {
    font-size: min(1.018515625vw, 13.037px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__about .front-page__about-link-text {
    font-size: 3.3428205128vw;
  }
}
.front-page .front-page__about .front-page__about-link-arrow {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.857;
  letter-spacing: 0.074em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__about .front-page__about-link-arrow {
    font-size: min(1.09375vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__about .front-page__about-link-arrow {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .front-page .front-page__service {
    padding: min(15.390625vw, 197px) 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__service {
    padding: 51.2820512821vw 5.1282051282vw 0;
  }
}
@media screen and (min-width: 768px) {
  .front-page .front-page__service .front-page__service-inner {
    width: min(87.03125vw, 1114px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__service .front-page__service-inner {
    width: 100%;
  }
}
.front-page .front-page__service .front-page__service-label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #6b6b6b;
  line-height: 1.375;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__service .front-page__service-label {
    font-size: min(1.25vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__service .front-page__service-label {
    font-size: 4.1025641026vw;
  }
}
.front-page .front-page__service .front-page__service-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.778;
  letter-spacing: 0.066em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__service .front-page__service-title {
    margin-top: min(0.78125vw, 10px);
    font-size: min(2.8125vw, 36px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__service .front-page__service-title {
    margin-top: 2.8205128205vw;
    font-size: 9.2307692308vw;
  }
}
.front-page .front-page__service .front-page__service-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__service .front-page__service-list {
    flex-wrap: wrap;
    gap: min(4.6875vw, 60px) min(3.515625vw, 45px);
    margin-top: min(5.9375vw, 76px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__service .front-page__service-list {
    flex-direction: column;
    gap: 13.5897435897vw;
    margin-top: 20.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .front-page .front-page__service .front-page__service-item {
    width: calc(25% - min(3.515625vw, 45px) * 3 / 4);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__service .front-page__service-item {
    width: 100%;
  }
}
.front-page .front-page__service .front-page__service-item-number {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.656;
  letter-spacing: 0.0175em;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}
@media screen and (min-width: 768px) {
  .front-page .front-page__service .front-page__service-item-number {
    font-size: min(2.5vw, 32px);
    padding-bottom: min(2.109375vw, 27px);
    margin-bottom: min(1.640625vw, 21px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__service .front-page__service-item-number {
    font-size: 8.2051282051vw;
    padding-bottom: 5.3846153846vw;
    margin-bottom: 6.1538461538vw;
  }
}
.front-page .front-page__service .front-page__service-item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__service .front-page__service-item-title {
    font-size: min(1.5625vw, 20px);
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__service .front-page__service-item-title {
    font-size: 5.1282051282vw;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 768px) {
  .front-page .front-page__service .front-page__service-item:nth-child(4) .front-page__service-item-title {
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__service .front-page__service-item:nth-child(4) .front-page__service-item-title {
    letter-spacing: 0.1em;
  }
}
.front-page .front-page__service .front-page__service-item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__service .front-page__service-item-text {
    margin-top: min(1.40625vw, 18px);
    font-size: min(1.25vw, 16px);
    letter-spacing: 0.09em;
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__service .front-page__service-item-text {
    margin-top: 4.6153846154vw;
    font-size: 4.1025641026vw;
    letter-spacing: 0.1em;
  }
}
.front-page .front-page__service .front-page__service-link {
  display: block;
  width: fit-content;
  border-bottom: 1px solid #1a1a1a;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__service .front-page__service-link {
    padding-bottom: min(0.78125vw, 10px);
    margin-top: min(3.90625vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__service .front-page__service-link {
    padding-bottom: 2.5641025641vw;
    margin-top: 15.3846153846vw;
  }
}
.front-page .front-page__service .front-page__service-link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.841;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__service .front-page__service-link-text {
    font-size: min(1.018671875vw, 13.039px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__service .front-page__service-link-text {
    font-size: 3.3433333333vw;
  }
}
.front-page .front-page__service .front-page__service-link-arrow {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.857;
  letter-spacing: 0.074em;
  margin-left: min(0.9375vw, 12px);
}
@media screen and (min-width: 768px) {
  .front-page .front-page__service .front-page__service-link-arrow {
    font-size: min(1.09375vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__service .front-page__service-link-arrow {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .front-page .front-page__strength {
    padding: min(15.625vw, 200px) 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__strength {
    padding: 51.2820512821vw 5.1282051282vw 0;
  }
}
@media screen and (min-width: 768px) {
  .front-page .front-page__strength .front-page__strength-inner {
    width: min(87.03125vw, 1114px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__strength .front-page__strength-inner {
    width: 100%;
  }
}
.front-page .front-page__strength .front-page__strength-label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #6b6b6b;
  line-height: 1.375;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__strength .front-page__strength-label {
    font-size: min(1.25vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__strength .front-page__strength-label {
    font-size: 4.1025641026vw;
  }
}
.front-page .front-page__strength .front-page__strength-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.778;
  letter-spacing: 0.066em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__strength .front-page__strength-title {
    font-size: min(2.8125vw, 36px);
    margin-top: min(0.78125vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__strength .front-page__strength-title {
    font-size: 9.2307692308vw;
    margin-top: 2.5641025641vw;
  }
}
.front-page .front-page__strength .front-page__strength-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__strength .front-page__strength-list {
    flex-wrap: wrap;
    gap: min(4.0625vw, 52px) min(2.96875vw, 38px);
    margin-top: min(5.46875vw, 70px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__strength .front-page__strength-list {
    flex-direction: column;
    gap: 10.2564102564vw;
    margin-top: 17.9487179487vw;
  }
}
@media screen and (min-width: 768px) {
  .front-page .front-page__strength .front-page__strength-item {
    width: calc(25% - min(2.96875vw, 38px) * 3 / 4);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__strength .front-page__strength-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .front-page .front-page__strength .front-page__strength-item-icon-wrap {
    width: min(6.484375vw, 83px);
    height: min(3.671875vw, 47px);
    margin-bottom: min(0.859375vw, 11px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__strength .front-page__strength-item-icon-wrap {
    width: 21.2820512821vw;
    height: 12.0512820513vw;
    margin-bottom: 2.8205128205vw;
  }
}
.front-page .front-page__strength .front-page__strength-item-icon {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__strength .front-page__strength-item-icon {
    margin-inline: auto;
  }
}
.front-page .front-page__strength .front-page__strength-item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__strength .front-page__strength-item-title {
    font-size: min(1.5625vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__strength .front-page__strength-item-title {
    font-size: 5.1282051282vw;
  }
}
.front-page .front-page__strength .front-page__strength-item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 1.625;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__strength .front-page__strength-item-text {
    margin-top: min(1.328125vw, 17px);
    font-size: min(1.25vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__strength .front-page__strength-item-text {
    margin-top: 4.358974359vw;
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  .front-page .front-page__banner {
    padding: min(11.09375vw, 142px) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__banner {
    padding: 13.0769230769vw 5.1282051282vw 12.8205128205vw 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .front-page .front-page__contct {
    padding: min(11.71875vw, 150px) 0 min(7.8125vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__contct {
    padding: 12.8205128205vw 5.1282051282vw 25.641025641vw;
  }
}
.front-page .front-page__contct .front-page__contct-inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__contct .front-page__contct-inner {
    width: min(87.03125vw, 1114px);
    margin: 0 auto;
    gap: min(1.40625vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__contct .front-page__contct-inner {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .front-page .front-page__contct .front-page__contct-text {
    width: min(39.0625vw, 500px);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__contct .front-page__contct-text {
    width: 100%;
  }
}
.front-page .front-page__contct .front-page__contct-label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #6b6b6b;
  line-height: 1.375;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__contct .front-page__contct-label {
    font-size: min(1.25vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__contct .front-page__contct-label {
    font-size: 4.1025641026vw;
  }
}
.front-page .front-page__contct .front-page__contct-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.583;
  letter-spacing: 0.033em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__contct .front-page__contct-title {
    font-size: min(3.75vw, 48px);
    margin-top: min(0.859375vw, 11px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__contct .front-page__contct-title {
    font-size: 9.2307692308vw;
    margin-top: 5.641025641vw;
  }
}
.front-page .front-page__contct .front-page__contct-desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .front-page .front-page__contct .front-page__contct-desc {
    font-size: min(1.25vw, 16px);
    margin-top: min(1.5625vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__contct .front-page__contct-desc {
    font-size: 4.1025641026vw;
    margin-top: 9.4871794872vw;
  }
}
@media screen and (min-width: 768px) {
  .front-page .front-page__contct .C_form {
    width: min(46.5625vw, 596px);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .front-page .front-page__contct .C_form {
    width: 100%;
    margin-top: 17.1794871795vw;
  }
}

/* -----------------------
  service-page
----------------------- */
@media screen and (min-width: 768px) {
  .service-page .service-page__hero {
    padding-top: min(1.5625vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-page__hero {
    padding-top: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .service-page .service-page__content {
    padding-top: min(17.1875vw, 220px);
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-page__content {
    padding-top: 47.4358974359vw;
  }
}
.service-page .service-page__content .service-page__content-inr {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .service-page .service-page__content .service-page__content-inr {
    width: min(87.03125vw, 1114px);
    gap: min(12.5vw, 160px);
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-page__content .service-page__content-inr {
    gap: 17.6923076923vw;
  }
}
.service-page .service-page__content .service-page__content-item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .service-page .service-page__content .service-page__content-item {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-page__content .service-page__content-item {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .service-page .service-page__content .service-page__content-item:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: min(8.4375vw, 108px);
  }
}
.service-page .service-page__content .service-page__content-item-image {
  display: block;
}
@media screen and (min-width: 768px) {
  .service-page .service-page__content .service-page__content-item-image {
    width: min(35.078125vw, 449px);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-page__content .service-page__content-item-image {
    width: 89.7435897436vw;
    margin: 7.6923076923vw auto 0;
  }
}
.service-page .service-page__content .service-page__content-item-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .service-page .service-page__content .service-page__content-item-text {
    padding-top: min(12.5vw, 160px);
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-page__content .service-page__content-item-text {
    width: 100%;
    margin-top: 7.6923076923vw;
  }
}
.service-page .service-page__content .service-page__content-item-number {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.104;
  letter-spacing: 0.012em;
}
@media screen and (min-width: 768px) {
  .service-page .service-page__content .service-page__content-item-number {
    font-size: min(3.75vw, 48px);
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-page__content .service-page__content-item-number {
    padding-inline: 5.1282051282vw;
    font-size: 13.3333333333vw;
  }
}
.service-page .service-page__content .service-page__content-item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .service-page .service-page__content .service-page__content-item-title {
    font-size: min(2.8125vw, 36px);
    margin-top: min(3.28125vw, 42px);
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-page__content .service-page__content-item-title {
    font-size: 9.2307692308vw;
    margin-top: 3.0769230769vw;
    padding-inline: 5.1282051282vw;
  }
}
.service-page .service-page__content .service-page__content-item-desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .service-page .service-page__content .service-page__content-item-desc {
    font-size: min(1.5625vw, 20px);
    margin-top: min(4.453125vw, 57px);
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-page__content .service-page__content-item-desc {
    font-size: 4.1025641026vw;
    margin-top: 12.8205128205vw;
    padding-inline: 5.1282051282vw 0;
  }
}
@media screen and (min-width: 768px) {
  .service-page .service-page__banner {
    padding: min(19.53125vw, 250px) 0 min(3.90625vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .service-page .service-page__banner {
    padding: 30vw 5.1282051282vw;
  }
}

/* -----------------------
  service-page
----------------------- */
@media screen and (min-width: 768px) {
  .about-page .about-page__hero {
    padding-top: min(1.5625vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__hero {
    padding-top: 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__hero .C_page-hero-lead {
    margin-top: 16.1538461538vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .about-page__content {
    padding-top: min(14.0625vw, 180px);
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__content {
    padding-top: 15.3846153846vw;
  }
}
.about-page .about-page__content .about-page__content-inr {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about-page .about-page__content .about-page__content-inr {
    width: min(87.03125vw, 1114px);
  }
}
@media screen and (min-width: 768px) {
  .about-page .about-page__content .about-page__content-info {
    max-width: min(50.9375vw, 652px);
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__content .about-page__content-info {
    padding: 0 5.1282051282vw;
  }
}
.about-page .about-page__content .about-page__info-row {
  display: flex;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}
@media screen and (min-width: 768px) {
  .about-page .about-page__content .about-page__info-row {
    padding: min(1.953125vw, 25px) 0;
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__content .about-page__info-row {
    padding: 6.4102564103vw 0;
  }
}
.about-page .about-page__content .about-page__info-row:last-child {
  border-bottom: none;
}
.about-page .about-page__content .about-page__info-label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 2;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .about-page .about-page__content .about-page__info-label {
    width: min(21.015625vw, 269px);
    font-size: min(1.25vw, 16px);
    padding-left: min(2.34375vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__content .about-page__info-label {
    width: 24.358974359vw;
    font-size: 3.3333333333vw;
  }
}
.about-page .about-page__content .about-page__info-value {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 1.625;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .about-page .about-page__content .about-page__info-value {
    font-size: min(1.25vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__content .about-page__info-value {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .about-page__content .about-page__content-img {
    width: min(33.359375vw, 427px);
    height: 100vh;
    position: fixed;
    top: min(6.25vw, 80px);
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__content .about-page__content-img {
    width: 100%;
    margin-top: 15.3846153846vw;
  }
}
.about-page .about-page__content .about-page__content-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-page .about-page__content .about-page__content-img img {
    height: 100%;
    object-fit: cover;
    object-position: center left;
  }
}
@media screen and (min-width: 768px) {
  .about-page .about-page__philosophy {
    padding: min(30.3125vw, 388px) 0 min(16.796875vw, 215px);
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__philosophy {
    padding: 29.2307692308vw 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .about-page__philosophy .about-page__philosophy-inr {
    width: min(87.03125vw, 1114px);
    margin: 0 auto;
  }
}
.about-page .about-page__philosophy .about-page__philosophy-label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #6b6b6b;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .about-page .about-page__philosophy .about-page__philosophy-label {
    font-size: min(0.78125vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__philosophy .about-page__philosophy-label {
    font-size: 2.5641025641vw;
  }
}
.about-page .about-page__philosophy .about-page__philosophy-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.542;
  letter-spacing: 0.028em;
}
@media screen and (min-width: 768px) {
  .about-page .about-page__philosophy .about-page__philosophy-title {
    font-size: min(3.75vw, 48px);
    margin-top: min(0.859375vw, 11px);
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__philosophy .about-page__philosophy-title {
    font-size: 9.2307692308vw;
    margin-top: 6.4102564103vw;
  }
}
.about-page .about-page__philosophy .about-page__philosophy-sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.469;
  letter-spacing: 0.021em;
}
@media screen and (min-width: 768px) {
  .about-page .about-page__philosophy .about-page__philosophy-sub {
    font-size: min(5vw, 64px);
    margin-top: min(7.8125vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__philosophy .about-page__philosophy-sub {
    font-size: 12.8205128205vw;
    margin-top: 18.4615384615vw;
  }
}
.about-page .about-page__philosophy .about-page__philosophy-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .about-page .about-page__philosophy .about-page__philosophy-text {
    font-size: min(1.25vw, 16px);
    margin-top: min(2.34375vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__philosophy .about-page__philosophy-text {
    font-size: 4.1025641026vw;
    margin-top: 10.5128205128vw;
  }
}

/* -----------------------
  contact-page
----------------------- */
@media screen and (min-width: 768px) {
  .contact-page .contact-page__content {
    padding: min(14.0625vw, 180px) 0 min(15.625vw, 200px);
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-page__content {
    padding: 28.9743589744vw 5.1282051282vw 26.6666666667vw;
  }
}
.contact-page .contact-page__content .contact-page__content-inr {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contact-page .contact-page__content .contact-page__content-inr {
    width: min(87.03125vw, 1114px);
    margin: 0 auto;
    gap: min(1.40625vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-page__content .contact-page__content-inr {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contact-page .contact-page__content .contact-page__text {
    width: min(39.0625vw, 500px);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-page__content .contact-page__text {
    width: 100%;
  }
}
.contact-page .contact-page__content .contact-page__label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #6b6b6b;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .contact-page .contact-page__content .contact-page__label {
    font-size: min(1.5625vw, 20px);
    line-height: 2.036;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-page__content .contact-page__label {
    font-size: 4.1025641026vw;
    line-height: 2.545;
  }
}
.contact-page .contact-page__content .contact-page__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .contact-page .contact-page__content .contact-page__title {
    font-size: min(5vw, 64px);
    line-height: 1.156;
    letter-spacing: 0.021em;
    margin-top: min(1.171875vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-page__content .contact-page__title {
    font-size: 12.3076923077vw;
    line-height: 1.542;
    letter-spacing: 0.028em;
    margin-top: 0;
  }
}
.contact-page .contact-page__content .contact-page__desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .contact-page .contact-page__content .contact-page__desc {
    font-size: min(1.5625vw, 20px);
    line-height: 2;
    margin-top: min(3.90625vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-page__content .contact-page__desc {
    font-size: 4.1025641026vw;
    line-height: 1.875;
    margin-top: 15.3846153846vw;
  }
}
@media screen and (min-width: 768px) {
  .contact-page .contact-page__content .C_form {
    width: min(46.5625vw, 596px);
    flex-shrink: 0;
    margin-top: min(4.6875vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-page__content .C_form {
    width: 100%;
    margin-top: 25.641025641vw;
  }
}

/* -----------------------
  thanks-page
----------------------- */
@media screen and (min-width: 768px) {
  .thanks-page .thanks-page__content {
    padding: min(14.0625vw, 180px) 0;
  }
}
@media screen and (max-width: 767px) {
  .thanks-page .thanks-page__content {
    padding: 5.1282051282vw 5.1282051282vw 10.2564102564vw;
  }
}
.thanks-page .thanks-page__content .thanks-page__content-inr {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fefefe;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks-page .thanks-page__content .thanks-page__content-inr {
    width: min(57.03125vw, 730px);
    margin: 0 auto;
    border-radius: min(0.78125vw, 10px);
    padding: min(3.984375vw, 51px) 0 min(4.765625vw, 61px);
  }
}
@media screen and (max-width: 767px) {
  .thanks-page .thanks-page__content .thanks-page__content-inr {
    width: 100%;
    border-radius: 2.5641025641vw;
    padding: 15.3846153846vw 0;
  }
}
@media screen and (min-width: 768px) {
  .thanks-page .thanks-page__content .thanks-page__icon {
    width: min(4.375vw, 56px);
    height: min(4.375vw, 56px);
  }
}
@media screen and (max-width: 767px) {
  .thanks-page .thanks-page__content .thanks-page__icon {
    width: 14.358974359vw;
    height: 14.358974359vw;
  }
}
.thanks-page .thanks-page__content .thanks-page__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .thanks-page .thanks-page__content .thanks-page__title {
    font-size: min(2.5vw, 32px);
    line-height: 2.3125;
    letter-spacing: 0.0425em;
    margin-top: min(2.421875vw, 31px);
  }
}
@media screen and (max-width: 767px) {
  .thanks-page .thanks-page__content .thanks-page__title {
    font-size: 8.2051282051vw;
    line-height: 2.3125;
    letter-spacing: 0.0425em;
    margin-top: 10.7692307692vw;
  }
}
.thanks-page .thanks-page__content .thanks-page__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .thanks-page .thanks-page__content .thanks-page__desc {
    font-size: min(1.25vw, 16px);
    margin-top: min(3.046875vw, 39px);
  }
}
@media screen and (max-width: 767px) {
  .thanks-page .thanks-page__content .thanks-page__desc {
    font-size: 4.1025641026vw;
    margin-top: 5.3846153846vw;
  }
}
.thanks-page .thanks-page__content .thanks-page__link {
  display: block;
  align-items: center;
  border-bottom: 1px solid #1a1a1a;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .thanks-page .thanks-page__content .thanks-page__link {
    gap: min(1.015625vw, 13px);
    padding-bottom: min(0.625vw, 8px);
    margin-top: min(2.734375vw, 35px);
  }
}
@media screen and (max-width: 767px) {
  .thanks-page .thanks-page__content .thanks-page__link {
    gap: 3.3333333333vw;
    padding-bottom: 2.0512820513vw;
    margin-top: 7.6923076923vw;
  }
}
.thanks-page .thanks-page__content .thanks-page__link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.841;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .thanks-page .thanks-page__content .thanks-page__link-text {
    font-size: min(1.018515625vw, 13.037px);
  }
}
@media screen and (max-width: 767px) {
  .thanks-page .thanks-page__content .thanks-page__link-text {
    font-size: 3.3428205128vw;
  }
}
.thanks-page .thanks-page__content .thanks-page__link-arrow {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.857;
  letter-spacing: 0.074em;
}
@media screen and (min-width: 768px) {
  .thanks-page .thanks-page__content .thanks-page__link-arrow {
    font-size: min(1.09375vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .thanks-page .thanks-page__content .thanks-page__link-arrow {
    font-size: 3.5897435897vw;
  }
}

/* -----------------------
  tokushoho-page
----------------------- */
@media screen and (min-width: 768px) {
  .tokushoho-page .tokushoho-page__hero {
    padding-top: min(1.5625vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .tokushoho-page .tokushoho-page__hero {
    padding-top: 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  .tokushoho-page .tokushoho-page__hero .C_page-hero-lead {
    margin-top: 16.1538461538vw;
  }
}
@media screen and (min-width: 768px) {
  .tokushoho-page .tokushoho-page__content {
    padding: min(14.0625vw, 180px) 0 min(16.796875vw, 215px);
  }
}
@media screen and (max-width: 767px) {
  .tokushoho-page .tokushoho-page__content {
    padding: 15.3846153846vw 5.1282051282vw 30.7692307692vw;
  }
}
.tokushoho-page .tokushoho-page__content .tokushoho-page__content-inr {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .tokushoho-page .tokushoho-page__content .tokushoho-page__content-inr {
    width: min(87.03125vw, 1114px);
  }
}
.tokushoho-page .tokushoho-page__content .tokushoho-page__content-info-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .tokushoho-page .tokushoho-page__content .tokushoho-page__content-info-wrap {
    gap: min(7.8125vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .tokushoho-page .tokushoho-page__content .tokushoho-page__content-info-wrap {
    gap: 15.3846153846vw;
  }
}
@media screen and (min-width: 768px) {
  .tokushoho-page .tokushoho-page__content .tokushoho-page__content-info {
    max-width: min(84.375vw, 1080px);
  }
}
@media screen and (max-width: 767px) {
  .tokushoho-page .tokushoho-page__content .tokushoho-page__content-info {
    padding: 0 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .tokushoho-page .tokushoho-page__content .tokushoho-page__content-info-ttl {
    margin-bottom: min(3.125vw, 40px);
    font-size: min(2.03125vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .tokushoho-page .tokushoho-page__content .tokushoho-page__content-info-ttl {
    margin-bottom: 5.1282051282vw;
    font-size: 5.1282051282vw;
  }
}
.tokushoho-page .tokushoho-page__content .tokushoho-page__info-row {
  display: flex;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}
@media screen and (min-width: 768px) {
  .tokushoho-page .tokushoho-page__content .tokushoho-page__info-row {
    padding: min(1.953125vw, 25px) 0;
  }
}
@media screen and (max-width: 767px) {
  .tokushoho-page .tokushoho-page__content .tokushoho-page__info-row {
    padding: 6.4102564103vw 0;
  }
}
.tokushoho-page .tokushoho-page__content .tokushoho-page__info-row:last-child {
  border-bottom: none;
}
.tokushoho-page .tokushoho-page__content .tokushoho-page__info-label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 2;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .tokushoho-page .tokushoho-page__content .tokushoho-page__info-label {
    width: min(21.015625vw, 269px);
    font-size: min(1.25vw, 16px);
    padding-left: min(2.34375vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .tokushoho-page .tokushoho-page__content .tokushoho-page__info-label {
    width: 24.358974359vw;
    font-size: 3.3333333333vw;
  }
}
.tokushoho-page .tokushoho-page__content .tokushoho-page__info-value {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 1.625;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .tokushoho-page .tokushoho-page__content .tokushoho-page__info-value {
    font-size: min(1.25vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .tokushoho-page .tokushoho-page__content .tokushoho-page__info-value {
    font-size: 3.3333333333vw;
  }
}

/* -----------------------
  anime
----------------------- */
.hover-opa {
  transition: 0.3s;
}
.hover-opa:hover {
  opacity: 0.6;
}

.hover-scale {
  transition: 0.3s;
}
.hover-scale:hover {
  transform: scale(1.05);
}

.up {
  opacity: 0;
  transform: translateY(100px);
}
.up.show {
  animation: up ease forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
@keyframes up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.down {
  opacity: 0;
  transform: translateY(-100px);
}
.down.show {
  animation: down ease forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
@keyframes down {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.left {
  opacity: 0;
  transform: translateX(100%);
}
.left.show {
  animation: left ease forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
@keyframes left {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.right {
  opacity: 0;
  transform: translateX(-100%);
}
.right.show {
  animation: right ease forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
@keyframes right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.pop {
  opacity: 0;
  transform-origin: center center;
}
.pop.show {
  animation: pop ease forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
@keyframes pop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.loadUp {
  opacity: 0;
  transform: translateY(100px);
}
.loadUp.show {
  animation: loadUp ease forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
@keyframes loadUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.loadDown {
  opacity: 0;
  transform: translateY(-100px);
}
.loadDown.show {
  animation: loadDown ease forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
@keyframes loadDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.loadLeft {
  opacity: 0;
  transform: translateX(100%);
}
.loadLeft.show {
  animation: loadLeft ease forwards;
}
@keyframes loadLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.loadRight {
  opacity: 0;
  transform: translateX(-100%);
}
.loadRight.show {
  animation: loadRight ease forwards;
}
@keyframes loadRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.loadPop {
  opacity: 0;
  transform: scale(0.5);
}
.loadPop.show {
  animation: loadPop ease forwards;
}
@keyframes loadPop {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.delay-01 {
  animation-delay: 0.1s !important;
}

.delay-02 {
  animation-delay: 0.2s !important;
}

.delay-03 {
  animation-delay: 0.3s !important;
}

.delay-04 {
  animation-delay: 0.4s !important;
}

.delay-05 {
  animation-delay: 0.5s !important;
}

.delay-06 {
  animation-delay: 0.6s !important;
}

.delay-07 {
  animation-delay: 0.7s !important;
}

.delay-08 {
  animation-delay: 0.8s !important;
}

.delay-09 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.delay-15 {
  animation-delay: 1.5s !important;
}

.duration-01 {
  animation-duration: 0.1s !important;
}

.duration-02 {
  animation-duration: 0.2s !important;
}

.duration-03 {
  animation-duration: 0.3s !important;
}

.duration-04 {
  animation-duration: 0.4s !important;
}

.duration-05 {
  animation-duration: 0.5s !important;
}

.duration-06 {
  animation-duration: 0.6s !important;
}

.duration-07 {
  animation-duration: 0.7s !important;
}

.duration-08 {
  animation-duration: 0.8s !important;
}

.duration-09 {
  animation-duration: 0.9s !important;
}

.duration-10 {
  animation-duration: 1s !important;
}

.duration-15 {
  animation-duration: 1.5s !important;
}

/*# sourceMappingURL=main.css.map */
