@charset "UTF-8";
/*-----------------------
reset
-----------------------*/
*:focus {
  outline: none;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

:where(body) {
  line-height: 1.5;
}

address {
  font-style: inherit;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img) {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

:where(ul, ol) {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where(a) {
  border: none;
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2ex;
}

:where(a:link, a:active, a:visited, a:hover) {
  color: inherit;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  word-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem); /* 見出しの行の高さを減らす */
}

:where(p) {
  margin: 0;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:where(caption, th, td) {
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

/*color*/
/*mediaquery*/
/* function */
/*mixin*/
/*-----------------------
base
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  margin-top: 0 !important;
}

body {
  position: relative;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.6;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: min(4vw, 3rem);
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
/*-----------------------
tag
-----------------------*/
section {
  padding: min(13.3333333333vw, 10rem) 0;
}

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

:where(a) {
  transition: 0.3s;
}
:where(a):hover {
  opacity: 0.6;
}

blockquote {
  font-size: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

details summary {
  list-style-type: none;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}
/*-----------------------
common
-----------------------*/
.page-wrap {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: 92%;
  margin: 0 auto;
}

/* margin */
/* Top */
.mT0 {
  margin-top: 0;
}

.mT10 {
  margin-top: 1rem;
}

.mT20 {
  margin-top: 2rem;
}

.mT30 {
  margin-top: 3rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT50 {
  margin-top: 5rem;
}

.mT60 {
  margin-top: 6rem;
}

.mT70 {
  margin-top: 7rem;
}

.mT80 {
  margin-top: 8rem;
}

.mT90 {
  margin-top: 9rem;
}

.mT100 {
  margin-top: 10rem;
}

.mT110 {
  margin-top: 11rem;
}

.mT120 {
  margin-top: 12rem;
}

.mT130 {
  margin-top: 13rem;
}

.mT140 {
  margin-top: 14rem;
}

.mT150 {
  margin-top: 15rem;
}

.mT160 {
  margin-top: 16rem;
}

.mT170 {
  margin-top: 17rem;
}

.mT180 {
  margin-top: 18rem;
}

.mT190 {
  margin-top: 19rem;
}

.mT200 {
  margin-top: 20rem;
}

/* Bottom */
.mB0 {
  margin-bottom: 0;
}

.mB10 {
  margin-bottom: 1rem;
}

.mB20 {
  margin-bottom: 2rem;
}

.mB30 {
  margin-bottom: 3rem;
}

.mB40 {
  margin-bottom: 4rem;
}

.mB50 {
  margin-bottom: 5rem;
}

.mB60 {
  margin-bottom: 6rem;
}

.mB70 {
  margin-bottom: 7rem;
}

.mB80 {
  margin-bottom: 8rem;
}

.mB90 {
  margin-bottom: 9rem;
}

.mB100 {
  margin-bottom: 10rem;
}

.mB110 {
  margin-bottom: 11rem;
}

.mB120 {
  margin-bottom: 12rem;
}

.mB130 {
  margin-bottom: 13rem;
}

.mB140 {
  margin-bottom: 14rem;
}

.mB150 {
  margin-bottom: 15rem;
}

.mB160 {
  margin-bottom: 16rem;
}

.mB170 {
  margin-bottom: 17rem;
}

.mB180 {
  margin-bottom: 18rem;
}

.mB190 {
  margin-bottom: 19rem;
}

.mB200 {
  margin-bottom: 20rem;
}

/* padding */
/* Top */
.pT0 {
  padding-top: 0;
}

.pT10 {
  padding-top: 1rem;
}

.pT20 {
  padding-top: 2rem;
}

.pT30 {
  padding-top: 3rem;
}

.pT40 {
  padding-top: 4rem;
}

.pT50 {
  padding-top: 5rem;
}

.pT60 {
  padding-top: 6rem;
}

.pT70 {
  padding-top: 7rem;
}

.pT80 {
  padding-top: 8rem;
}

.pT90 {
  padding-top: 9rem;
}

.pT100 {
  padding-top: 10rem;
}

.pT110 {
  padding-top: 11rem;
}

.pT120 {
  padding-top: 12rem;
}

.pT130 {
  padding-top: 13rem;
}

.pT140 {
  padding-top: 14rem;
}

.pT150 {
  padding-top: 15rem;
}

.pT160 {
  padding-top: 16rem;
}

.pT170 {
  padding-top: 17rem;
}

.pT180 {
  padding-top: 18rem;
}

.pT190 {
  padding-top: 19rem;
}

.pT200 {
  padding-top: 20rem;
}

/* Bottom */
.pB0 {
  padding-bottom: 0;
}

.pB10 {
  padding-bottom: 1rem;
}

.pB20 {
  padding-bottom: 2rem;
}

.pB30 {
  padding-bottom: 3rem;
}

.pB40 {
  padding-bottom: 4rem;
}

.pB50 {
  padding-bottom: 5rem;
}

.pB60 {
  padding-bottom: 6rem;
}

.pB70 {
  padding-bottom: 7rem;
}

.pB80 {
  padding-bottom: 8rem;
}

.pB90 {
  padding-bottom: 9rem;
}

.pB100 {
  padding-bottom: 10rem;
}

.pB110 {
  padding-bottom: 11rem;
}

.pB120 {
  padding-bottom: 12rem;
}

.pB130 {
  padding-bottom: 13rem;
}

.pB140 {
  padding-bottom: 14rem;
}

.pB150 {
  padding-bottom: 15rem;
}

.pB160 {
  padding-bottom: 16rem;
}

.pB170 {
  padding-bottom: 17rem;
}

.pB180 {
  padding-bottom: 18rem;
}

.pB190 {
  padding-bottom: 19rem;
}

.pB200 {
  padding-bottom: 20rem;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.flex {
  display: flex;
}

.float--L {
  float: left;
}

.float--R {
  float: right;
}

/* font */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.noto {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-variation-settings: "wdth" 100;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.txt-red {
  color: #E60012;
}

.slide-in {
  transition: 0.7s;
  opacity: 0;
}
.slide-in.animation--on {
  opacity: 1;
}
.slide-in {
  transform: translate(-10rem, 0);
}
.slide-in.animation--on {
  transform: translate(0, 0);
}

.slide-in__wrap .slide-unit {
  transform: translate(-10rem, 0);
}
.slide-in__wrap.animation--on .slide-unit {
  transform: translate(0, 0);
}
.slide-in__wrap .slide-unit {
  transition: 0.7s;
}
.slide-in__wrap .slide-unit:nth-child(1) {
  transition-delay: 0s;
}
.slide-in__wrap .slide-unit:nth-child(2) {
  transition-delay: 0.2s;
}
.slide-in__wrap .slide-unit:nth-child(3) {
  transition-delay: 0.4s;
}
.slide-in__wrap .slide-unit:nth-child(4) {
  transition-delay: 0.6s;
}
.slide-in__wrap .slide-unit:nth-child(5) {
  transition-delay: 0.8s;
}
.slide-in__wrap .slide-unit:nth-child(6) {
  transition-delay: 1s;
}

.slide-in-clip {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.3s linear 0.7s;
}
.slide-in-clip.animation--on {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.slide-in-clip__wrap .slide-unit {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.3s linear 0.7s;
}
.slide-in-clip__wrap.animation--on .slide-unit {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.slide-in-clip__wrap .slide-unit:nth-child(1) {
  transition-delay: 0s;
}
.slide-in-clip__wrap .slide-unit:nth-child(2) {
  transition-delay: 0.5s;
}
.slide-in-clip__wrap .slide-unit:nth-child(3) {
  transition-delay: 1s;
}
.slide-in-clip__wrap .slide-unit:nth-child(4) {
  transition-delay: 1.5s;
}
.slide-in-clip__wrap .slide-unit:nth-child(5) {
  transition-delay: 2s;
}
.slide-in-clip__wrap .slide-unit:nth-child(6) {
  transition-delay: 2.5s;
}

.fade-up {
  display: block;
  transition: 1s;
  opacity: 0;
}
.fade-up.animation--on {
  opacity: 1;
}
.fade-up {
  transform: translate(0, min(4vw, 3rem));
}
.fade-up.animation--on {
  transform: translate(0, 0);
}

.fade-up__wrap .fade-unit {
  opacity: 0;
}
.fade-up__wrap.animation--on .fade-unit {
  opacity: 1;
}
.fade-up__wrap .fade-unit {
  transform: translate(0, min(4vw, 3rem));
}
.fade-up__wrap.animation--on .fade-unit {
  transform: translate(0, 0);
}
.fade-up__wrap .fade-unit {
  display: inline-block;
  transition: 1s;
}
.fade-up__wrap .fade-unit:nth-child(1) {
  transition-delay: 0s;
}
.fade-up__wrap .fade-unit:nth-child(2) {
  transition-delay: 0.5s;
}
.fade-up__wrap .fade-unit:nth-child(3) {
  transition-delay: 1s;
}
.fade-up__wrap .fade-unit:nth-child(4) {
  transition-delay: 1.5s;
}
.fade-up__wrap .fade-unit:nth-child(5) {
  transition-delay: 2s;
}
.fade-up__wrap .fade-unit:nth-child(6) {
  transition-delay: 2.5s;
}
.fade-up__wrap .fade-unit:nth-child(7) {
  transition-delay: 3s;
}
.fade-up__wrap .fade-unit:nth-child(8) {
  transition-delay: 3.5s;
}
.fade-up__wrap .fade-unit:nth-child(9) {
  transition-delay: 4s;
}
.fade-up__wrap .fade-unit:nth-child(10) {
  transition-delay: 4.5s;
}
.fade-up__wrap .fade-unit:nth-child(11) {
  transition-delay: 5s;
}

@keyframes textGradientPosition {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
.title-gradient {
  background-image: linear-gradient(90deg, currentColor 20%, rgba(52, 201, 228, .8) 45%, #037fdd 50%, var(--before-color, rgba(51, 51, 51, .4)) 60%, var(--before-color, rgba(51, 51, 51, .4)) 100%);
  background-size: 500%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.title-gradient.animation--on {
  animation: 2s textGradientPosition cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.svg-symbol {
  display: none;
}

.en-title {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-variation-settings: "wdth" 100;
  font-size: min(13.3333333333vw, 10rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.h2-sub {
  font-size: min(4.2666666667vw, 3.2rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.btn--right {
  text-align: right;
}
.btn--left {
  text-align: left;
}
.btn--center {
  text-align: center;
}

.btn {
  min-width: min(53.3333333333vw, 40rem);
  max-width: 100%;
  padding: 1em 0.5em;
  background: var(--btn-color, #E60012);
  color: var(--btn-color-txt, #fff);
  border: min(0.5333333333vw, 0.4rem) solid var(--btn-color, #E60012);
  border-radius: 20em;
  font-size: min(4vw, 3rem);
  font-weight: bold;
  line-height: 1.4666666667;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: min(1.3333333333vw, 1rem);
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.btn .btn__top {
  width: -moz-fit-content;
  width: fit-content;
  padding: min(0.5333333333vw, 0.4rem) min(3.7333333333vw, 2.8rem);
  background: var(--btn-color-txt, #fff);
  color: var(--btn-color, #E60012);
  border: max(0.2666666667vw, 0.1rem) solid var(--btn-color, #E60012);
  border-radius: 20em;
  font-size: min(3.2vw, 2.4rem);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  transition: 0.3s;
}
.btn .btn__icon {
  display: inline-block;
  width: 1.2em;
  aspect-ratio: 1/1;
  background-color: var(--btn-color-icon, currentColor);
}
.btn .btn__icon--mail {
  -webkit-mask-image: url(../img/icon-mail.svg);
          mask-image: url(../img/icon-mail.svg);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.btn .btn__icon--tel {
  width: 1.3333333333em;
  -webkit-mask-image: url(../img/icon-tel.svg);
          mask-image: url(../img/icon-tel.svg);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.btn .btn__icon--send {
  -webkit-mask-image: url(../img/icon-send.svg);
          mask-image: url(../img/icon-send.svg);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.btn .btn__24H {
  width: min(18.9333333333vw, 14.2rem);
  aspect-ratio: 1/1;
  position: absolute;
  left: calc(min(8vw, 6rem) * -1);
  bottom: min(4vw, 3rem);
  z-index: 5;
}
.btn .btn__24H svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 min(0.5333333333vw, 0.4rem) min(1.0666666667vw, 0.8rem) rgba(0, 0, 0, .15));
}
.btn .btn__24H .circle-arrow {
  transform-origin: 50% 50%;
  transition: 0.4s;
}
.btn:hover {
  background: var(--btn-color-hover, #fff);
  color: var(--btn-color-txt-hover, #E60012);
  opacity: 1;
}
.btn:hover .btn__top {
  background: var(--btn-color-txt-hover, #E60012);
  color: var(--btn-color-hover, #fff);
}
.btn:hover .btn__24H .circle-arrow {
  rotate: 360deg;
}

.btn--rev {
  --btn-color: #fff;
  --btn-color-txt: #E60012;
  --btn-color-hover: #E60012;
  --btn-color-txt-hover: #fff;
  border-color: var(--btn-color-txt);
}

.btn--black {
  --btn-color: #000;
  --btn-color-txt-hover: #000;
}

:where(.btn--wrap) {
  container-type: inline-size;
}
@container (max-width: 360px) {
  :where(.btn--wrap) .btn {
    width: 100%;
    min-width: auto;
  }
}

.list {
  padding-left: 1em;
}
.list:where(:not(:last-child)) {
  margin-bottom: 1.4em;
}
.list > li {
  display: list-item;
}
.list > li:where(:not(:last-child)) {
  margin-bottom: 1.4em;
}
.list--dot > li {
  list-style-type: "・";
}
.list--order > li {
  list-style-type: decimal;
}

.accordion__wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.accordion__title {
  padding: 1rem;
  border: 1px solid #000;
}
.accordion__title--dot {
  list-style-type: "・";
}
.accordion__contents {
  padding: 1rem;
  background: rgba(0, 0, 0, .1);
}

.tab__menu {
  display: inline-flex;
  position: relative;
}

.tab__btn {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, .1);
  border-bottom: none;
  cursor: pointer;
}
.tab__btn.active {
  background: rgba(0, 0, 0, .1);
}

.tab__line {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, .1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.tab__indicator {
  background: #3b82f6;
  position: absolute;
  top: 0;
  bottom: 0;
  transition-duration: 200ms;
  transition-property: transform, width;
}

.tab__contents-wrap {
  border: 1px solid rgba(0, 0, 0, .1);
}

.tab__contents {
  padding: 1rem;
}
.tab__contents:not(.active) {
  display: none;
}

.contents--flex {
  display: flex;
}
.contents--grid {
  display: grid;
}

.ds-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.ds-grid-2.inline {
  display: inline-grid;
}
.ds-grid-2--left {
  grid-column: 1;
  grid-row: 1;
}
.ds-grid-2--right {
  grid-column: 2;
  grid-row: 1;
}

.ds-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.ds-grid-3.inline {
  display: inline-grid;
}
.ds-grid-3--left {
  grid-column: 1;
  grid-row: 1;
}
.ds-grid-3--center {
  grid-column: 2;
  grid-row: 1;
}
.ds-grid-3--right {
  grid-column: 3;
  grid-row: 1;
}

.ds-grid-justifyItemsCenter {
  justify-items: center;
}

.ds-grid-alignItemsCenter {
  align-items: center;
}

.grid-layer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.grid-layer--left, .grid-layer--right {
  grid-column: 1;
  grid-row: 1;
  width: 81.6%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 898px;
}
.grid-layer--left.upper, .grid-layer--right.upper {
  z-index: 35;
}
.grid-layer--right {
  margin-top: 11rem;
  justify-self: flex-end;
}
.grid-layer--center {
  align-items: center;
}
.grid-layer--center .grid-layer--left,
.grid-layer--center .grid-layer--right {
  margin-top: 0;
}

.header {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header .inner {
  width: 100%;
  padding: min(2.4vw, 1.8rem) min(4.2666666667vw, 3.2rem);
  background: rgba(255, 255, 255, .95);
}
.header .contents--flex {
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-weight: normal;
  line-height: 1;
  font-size: min(2.1333333333vw, 1.6rem);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(4.5333333333vw, 3.4rem);
}
.header__logo a {
  display: block;
  width: min(32vw, 24rem);
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.g-menu__btn {
  width: min(8vw, 6rem);
  height: auto;
  aspect-ratio: 1/1;
  background: none;
  border: none;
  border-radius: 0;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}
.g-menu__btn .button-border {
  width: 100%;
  height: 2px;
  background: #A41B2D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -1px);
}
.g-menu__btn .button-border.top {
  top: calc(50% - min(2.6666666667vw, 20px));
}
.g-menu__btn .button-border.bottom {
  top: calc(50% + min(2.6666666667vw, 20px));
}
.g-menu__btn.menu-active .button-border {
  background: transparent;
  transform: translate(-50%, -1px);
}
.g-menu__btn.menu-active .button-border.top {
  background: #E60012;
  top: 50%;
  transform: translate(-50%, -1px) rotate(30deg);
}
.g-menu__btn.menu-active .button-border.bottom {
  background: #E60012;
  top: 50%;
  transform: translate(-50%, -1px) rotate(-30deg);
}

#g-menu {
  display: none;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: min(17.8666666667vw, 13.4rem) min(4vw, 3rem);
  background-color: #E60012;
  background-image: url(../img/logo-symbol.svg);
  background-position: center min(17.8666666667vw, 13.4rem);
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#g-menu.menu-active {
  display: block;
}

.g-menu__nav {
  padding-top: min(13.6vw, 10.2rem);
}
.g-menu__nav-list {
  color: #fff;
  font-size: min(4.8vw, 3.6rem);
  font-weight: bold;
  line-height: 1.4;
}
.g-menu__nav-list-item {
  border-bottom: 1px solid #fff;
}
.g-menu__nav-list-item a {
  padding: min(4.5333333333vw, 3.4rem) min(2.6666666667vw, 2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g-menu__nav-list-item a::after {
  content: "";
  width: min(5.3333333333vw, 4rem);
  aspect-ratio: 1/1;
  background: url(../img/arrow-right.svg) no-repeat center/100% auto;
}
.g-menu__nav-list-item a:hover {
  opacity: 0.6;
}

.footer {
  padding: min(6.4vw, 4.8rem) 0 min(2.6666666667vw, 2rem);
  background: #fff;
  text-align: center;
}
.footer__logo {
  display: block;
  width: min(32vw, 24rem);
  margin: 0 auto min(3.4666666667vw, 2.6rem);
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__copyright {
  font-size: min(3.2vw, 2.4rem);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  color: #A3A3A3;
}

.fixed-nav {
  width: 100%;
  padding: min(3.4666666667vw, 2.6rem) 0 min(1.3333333333vw, 1rem);
  background: #F3F1F1;
  position: sticky;
  bottom: calc(env(safe-area-inset-bottom) + 0px);
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.fixed-nav .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.3333333333vw, 1rem);
}
.fixed-nav .btn {
  min-width: auto;
  padding: min(2.1333333333vw, 1.6rem) 0.5em;
  line-height: 1.2;
}
.fixed-nav.scrolled {
  opacity: 1;
  visibility: visible;
}

.grecaptcha-badge {
  visibility: hidden;
}

.top__fv {
  padding: min(19.7333333333vw, 14.8rem) 0 min(8.5333333333vw, 6.4rem);
  background: url(../img/fv-bg.svg) no-repeat left top/100% auto;
  background-color: #F5E8EA;
  position: relative;
  overflow: hidden;
}
.top__fv-inner {
  position: relative;
  z-index: 5;
}
.top__fv-flag {
  width: min(66.6666666667vw, 50rem);
  margin-left: min(0.2666666667vw, 0.2rem);
  margin-bottom: min(-1.6vw, -1.2rem);
}
.top__fv-flag img {
  width: 100%;
}
.top__fv-title {
  width: min(95.2vw, 71.4rem);
  margin: 0 auto min(22.1333333333vw, 16.6rem);
}
.top__fv-title img {
  transform: translate(0, 100%);
}
.top__fv-title.animation--on img {
  transform: translate(0, 0);
}
.top__fv-title {
  overflow: hidden;
}
.top__fv-title img {
  width: 100%;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.top__fv-txt {
  margin-left: min(3.2vw, 2.4rem);
  font-size: min(5.6vw, 4.2rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.top__fv-txt .icon-group {
  font-size: 1.1428571429em;
  display: inline-flex;
  align-items: center;
}
.top__fv-txt .icon {
  width: 1em;
}
.top__fv-txt .icon--mL {
  margin-left: min(1.0666666667vw, 0.8rem);
}
.top__fv-btn {
  width: 92%;
  margin: min(7.2vw, 5.4rem) auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.3333333333vw, 1rem);
}
.top__fv-btn .btn {
  min-width: auto;
}
.top__fv-note {
  width: 94.7%;
  margin: min(5.6vw, 4.2rem) auto 0;
  padding: min(2.1333333333vw, 1.6rem) min(2.6666666667vw, 2rem);
  background: #fff;
  font-size: min(3.7333333333vw, 2.8rem);
  font-weight: normal;
  line-height: 1.5;
}
.top__fv-hand {
  width: min(46.1333333333vw, 34.6rem);
  position: absolute;
  top: min(68.2666666667vw, 51.2rem);
  right: 0;
  z-index: 1;
}
.top__fv-hand img {
  transform: translate(100%, 0);
}
.top__fv-hand.animation--on img {
  transform: translate(0, 0);
}
.top__fv-hand {
  overflow: hidden;
}
.top__fv-hand img {
  width: 100%;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1s;
}

.top__banner {
  padding: min(10.6666666667vw, 8rem) 0 min(17.6vw, 13.2rem);
}
.top__banner-grid {
  display: grid;
  grid-template-columns: 100%;
  row-gap: min(5.3333333333vw, 4rem);
}

.top__benefit {
  padding: min(17.6vw, 13.2rem) 0 min(14.6666666667vw, 11rem);
  background: #E60012;
  position: relative;
}
.top__benefit-logo {
  width: 92%;
  margin: 0 auto;
  padding: min(3.2vw, 2.4rem) 0.5em;
  background: #fff;
  border: min(0.8vw, 0.6rem) solid #E60012;
  border-radius: 20em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  translate: 0 -50%;
}
.top__benefit-logo img {
  width: min(45.0666666667vw, 33.8rem);
}
.top__benefit-title {
  margin-bottom: min(8.5333333333vw, 6.4rem);
  font-size: min(10.1333333333vw, 7.6rem);
  color: #E60012;
  font-weight: 900;
}
.top__benefit-title .txt-bgAndUp:not(:first-child) {
  margin-top: min(2.6666666667vw, 2rem);
}
.top__benefit-title .and {
  -webkit-text-stroke: min(1.0666666667vw, 0.8rem) #E60012;
  text-stroke: min(1.0666666667vw, 0.8rem) #E60012;
  paint-order: stroke;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 100%;
  translate: -3% -50%;
}
.top__benefit-title.animation--on .txt-bgAndUp::before {
  width: 100%;
}
.top__benefit-title.animation--on .txt-bgAndUp__txt {
  translate: 0 0;
}
.top__benefit-grid {
  display: grid;
  grid-template-columns: 100%;
  row-gap: min(8vw, 6rem);
}
.top__benefit-box {
  margin-top: min(8.5333333333vw, 6.4rem);
  padding: min(12.5333333333vw, 9.4rem) min(4.5333333333vw, 3.4rem) min(5.8666666667vw, 4.4rem);
  background: #fff;
  border: min(0.8vw, 0.6rem) solid var(--box-color, #3591DD);
  border-radius: min(5.3333333333vw, 4rem);
  position: relative;
}
.top__benefit-box-title {
  width: 94.2028985507%;
  min-height: min(17.0666666667vw, 12.8rem);
  margin: 0 auto;
  padding: min(3.2vw, 2.4rem) 0.5em;
  background: var(--box-color, #3591DD);
  border: min(0.8vw, 0.6rem) solid #fff;
  border-radius: 20em;
  font-size: min(6.1333333333vw, 4.6rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  translate: 0 -50%;
}
.top__benefit-box-title-inner {
  -webkit-text-stroke: min(0.5333333333vw, 0.4rem) rgba(51, 51, 51, .7);
  text-stroke: min(0.5333333333vw, 0.4rem) rgba(51, 51, 51, .7);
  paint-order: stroke;
  color: #fff;
  position: relative;
}
.top__benefit-box-title-inner .icon {
  width: min(12vw, 9rem);
  height: min(12vw, 9rem);
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 50%;
  right: 100%;
  translate: 0 -50%;
}
.top__benefit-box-back {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto min(9.0666666667vw, 6.8rem);
}
.top__benefit-box-valueBefore {
  padding-left: min(7.4666666667vw, 5.6rem);
  font-size: min(4.8vw, 3.6rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.top__benefit-box-value {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-variation-settings: "wdth" 100;
  font-size: min(20vw, 15rem);
  line-height: 1;
  color: #E60012;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.top__benefit-box-value .max {
  width: min(5.8666666667vw, 4.4rem);
  align-self: center;
}
.top__benefit-box-value .unit {
  width: min(7.4666666667vw, 5.6rem);
}
.top__benefit-box-img {
  width: min(48vw, 36rem);
  margin-top: calc(min(2.1333333333vw, 1.6rem) * -1);
  margin-left: auto;
}
.top__benefit-box-img img {
  width: 100%;
}
.top__benefit-box-board {
  padding: min(6.6666666667vw, 5rem) min(2.6666666667vw, 2rem) min(5.3333333333vw, 4rem);
  background: #F4EAEA;
  border-radius: min(4vw, 3rem);
  position: relative;
}
.top__benefit-box-board-title {
  margin: 0 auto;
  font-size: min(4.8vw, 3.6rem);
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  translate: 0 -77.7777777778%;
}
.top__benefit-box-board-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: min(4.2666666667vw, 3.2rem) min(4.8vw, 3.6rem);
}
.top__benefit-box-board-logo + .top__benefit-box-board-logo {
  margin-top: min(4.2666666667vw, 3.2rem);
}
.top__benefit-box-board-logo .w75 {
  width: min(20vw, 15rem);
}
.top__benefit-box-board-logo .w80 {
  width: min(21.3333333333vw, 16rem);
}
.top__benefit-box-board-logo .w85 {
  width: min(22.6666666667vw, 17rem);
}
.top__benefit-box-board-logo .w90 {
  width: min(24vw, 18rem);
}
.top__benefit-box-board-logo .w100 {
  width: min(26.6666666667vw, 20rem);
}
.top__benefit-box-board-logo .w120 {
  width: min(32vw, 24rem);
}
.top__benefit-box-board-logo .w125 {
  width: min(33.3333333333vw, 25rem);
}
.top__benefit-box-board-logo .darken {
  mix-blend-mode: darken;
}
.top__benefit-box-btn {
  margin-top: min(8vw, 6rem);
}
.top__benefit-box--blue .top__benefit-box-title {
  padding-left: 1.5em;
}
.top__benefit-box--yellow {
  --box-color: #F4C82D;
}
.top__benefit-box--orange {
  --box-color: #F58220;
}

.txt-bgAndUp {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: min(2.6666666667vw, 2rem);
  line-height: 1;
  position: relative;
  z-index: 2;
  overflow-x: visible;
  overflow-y: clip;
}
.txt-bgAndUp::before {
  content: "";
  width: 0%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
  transition-delay: 0.7s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.txt-bgAndUp__txt {
  display: block;
  translate: 0 calc(100% + min(2.6666666667vw, 2rem));
  position: relative;
  transition: 0.3s;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.top__step h2,
.top__faq h2 {
  font-size: min(13.3333333333vw, 10rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #E60012;
}
.top__step h2 + p,
.top__faq h2 + p {
  margin-top: min(3.7333333333vw, 2.8rem);
  margin-bottom: min(7.4666666667vw, 5.6rem);
  font-size: min(4.2666666667vw, 3.2rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.top__step {
  background: #F3F1F1;
}
.top__step-grid {
  display: grid;
  grid-template-columns: 100%;
  row-gap: min(3.4666666667vw, 2.6rem);
}
.top__step-item {
  margin-top: min(3.2vw, 2.4rem);
  padding: min(8vw, 6rem);
  background: #fff;
  border: min(0.5333333333vw, 0.4rem) solid #E60012;
  border-radius: min(5.3333333333vw, 4rem);
  display: grid;
  grid-template-columns: 1fr min(26.6666666667vw, 20rem);
  -moz-column-gap: min(1.3333333333vw, 1rem);
       column-gap: min(1.3333333333vw, 1rem);
  align-items: center;
  position: relative;
}
.top__step-item-num {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: min(1.3333333333vw, 1rem) min(2.6666666667vw, 2rem);
  background: #E60012;
  border-radius: 20em;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-variation-settings: "wdth" 100;
  font-size: min(4vw, 3rem);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  translate: 0 -50%;
}
.top__step-item-txt {
  display: grid;
  grid-template-columns: 100%;
  row-gap: min(4vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.03em;
}
.top__step-item-txt h3 {
  font-size: min(5.3333333333vw, 4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top__step-item-icon {
  aspect-ratio: 1/1;
  background: url(../img/noise-bg.svg) no-repeat center/100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top__step-item-icon img {
  width: min(9.3333333333vw, 7rem);
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.top__faq-grid {
  display: grid;
  grid-template-columns: 100%;
  row-gap: min(4vw, 3rem);
  counter-reset: item;
}
.top__faq-item {
  padding: min(3.2vw, 2.4rem) min(4vw, 3rem);
  background: #F3F1F1;
  border-radius: min(2.6666666667vw, 2rem);
  font-size: min(4vw, 3rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.top__faq-item summary {
  padding-right: min(9.3333333333vw, 7rem);
  font-size: min(4.2666666667vw, 3.2rem);
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  -moz-column-gap: min(1.3333333333vw, 1rem);
       column-gap: min(1.3333333333vw, 1rem);
  position: relative;
}
.top__faq-item summary::before {
  counter-increment: item;
  content: "Q" counter(item);
  width: min(7.2vw, 5.4rem);
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-variation-settings: "wdth" 100;
  font-weight: 800;
  color: #E60012;
  line-height: 1.75;
  letter-spacing: 0;
}
.top__faq-item summary .toggle {
  width: min(6.9333333333vw, 5.2rem);
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.top__faq-item summary .toggle::before, .top__faq-item summary .toggle::after {
  content: "";
  width: 100%;
  height: min(0.5333333333vw, 0.4rem);
  background: #E60012;
  border-radius: 20em;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.top__faq-item summary .toggle::after {
  rotate: 90deg;
}
.top__faq-item[open] summary {
  margin-bottom: min(3.2vw, 2.4rem);
}
.top__faq-item[open] summary .toggle::after {
  rotate: 0deg;
}

.top__form {
  background: #E60012;
  color: #fff;
}
.top__form h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: min(13.3333333333vw, 10rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  position: relative;
}
.top__form h2 .balloon {
  width: min(21.6vw, 16.2rem);
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 100%;
  bottom: calc(min(1.3333333333vw, 1rem) * -1);
}
.top__form h2 + p {
  margin-bottom: min(5.3333333333vw, 4rem);
  font-size: min(4.2666666667vw, 3.2rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
.top__form-message {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 min(4vw, 3rem);
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  position: relative;
}
.top__form-message::before, .top__form-message::after {
  content: "";
  width: min(0.5333333333vw, 0.4rem);
  height: min(6.6666666667vw, 5rem);
  background: currentColor;
  border-radius: 20em;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.top__form-message::before {
  left: min(0.2666666667vw, 0.2rem);
  rotate: -30deg;
}
.top__form-message::after {
  right: min(1.6vw, 1.2rem);
  rotate: 30deg;
}
.form {
  margin-top: min(6.1333333333vw, 4.6rem);
  padding: min(12vw, 9rem) min(4vw, 3rem) min(9.3333333333vw, 7rem);
  background: #fff;
  border-radius: min(5.3333333333vw, 4rem);
  color: #333333;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  display: grid;
  grid-template-columns: 100%;
  row-gap: min(8vw, 6rem);
  position: relative;
}
.form__balloon {
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(58.6666666667vw, 44rem);
  margin: 0 auto;
  padding: min(0.5333333333vw, 0.4rem) min(2.6666666667vw, 2rem) min(1.3333333333vw, 1rem);
  padding-left: calc(min(2.6666666667vw, 2rem) + 0.5em);
  background: #fff;
  border: min(0.8vw, 0.6rem) solid #E60012;
  border-radius: 20em;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-variation-settings: "wdth" 100;
  font-size: min(4.2666666667vw, 3.2rem);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  translate: 0 -50%;
}
.form__balloon .large {
  font-size: 1.5em;
  line-height: 1;
}
.form a {
  color: #E60012;
  text-decoration: underline;
}
.form .required {
  margin-left: min(0.8vw, 0.6rem);
  padding: min(0.8vw, 0.6rem) min(1.0666666667vw, 0.8rem);
  background: #E60012;
  border-radius: min(0.8vw, 0.6rem);
  font-size: min(3.2vw, 2.4rem);
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea,
.form select {
  display: block;
  width: 100%;
  padding: min(2.6666666667vw, 2rem);
  background-color: #F3F1F1;
  border: none;
  border-radius: min(1.3333333333vw, 1rem);
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  color: inherit;
}
.form input[type=text]::-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form input[type=tel]::-moz-placeholder,
.form textarea::-moz-placeholder,
.form select::-moz-placeholder {
  color: #A3A3A3;
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder {
  color: #A3A3A3;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form textarea::placeholder,
.form select::placeholder {
  color: #A3A3A3;
}
.form textarea {
  min-height: 14.9333333333em;
}
.form select {
  padding-right: min(6.6666666667vw, 5rem);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right min(2.6666666667vw, 2rem) top 50%;
  background-size: min(3.2vw, 2.4rem) auto;
}
.form :where(label) {
  display: block;
  margin-bottom: min(1.3333333333vw, 1rem);
}
.form__item {
  line-height: 1.5;
}
.form__item-title {
  margin-bottom: min(1.3333333333vw, 1rem);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form__item-check {
  display: flex;
  flex-direction: column;
  row-gap: min(2.1333333333vw, 1.6rem);
}
.form__item-check input[type=checkbox] {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  position: absolute;
  top: min(6.4vw, 4.8rem);
  left: min(6.4vw, 4.8rem);
}
.form__item-check label {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  gap: min(1.3333333333vw, 1rem);
  position: relative;
}
.form__item-check label::before {
  content: "";
  width: 1.6em;
  aspect-ratio: 1/1;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: min(0.4vw, 0.3rem) solid #A3A3A3;
  border-radius: min(0.8vw, 0.6rem);
}
.form__item-check label:has(input:checked) {
  color: #E60012;
}
.form__item-check label:has(input:checked)::before {
  background-image: url(../img/checked.svg);
}
.form__item--col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.3333333333vw, 1rem) min(4vw, 3rem);
}
.form__item--col2 select {
  font-size: min(3.4666666667vw, 2.6rem);
}

.complete__form {
  padding-top: min(26.1333333333vw, 19.6rem);
  background: #E60012;
}
.complete__form-body {
  padding: min(9.0666666667vw, 6.8rem) min(4vw, 3rem);
  background: #fff;
  border-radius: min(5.3333333333vw, 4rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.complete__form h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto min(3.7333333333vw, 2.8rem);
  font-size: min(13.3333333333vw, 10rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  color: #E60012;
  text-align: center;
  position: relative;
}
.complete__form h2 + p {
  margin-bottom: min(7.4666666667vw, 5.6rem);
  font-size: min(4.2666666667vw, 3.2rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
.complete__form-contact {
  width: 95.2380952381%;
  margin: min(4vw, 3rem) auto 0;
  padding: min(2.1333333333vw, 1.6rem) 0 min(3.4666666667vw, 2.6rem);
  border-top: min(0.5333333333vw, 0.4rem) solid #F3F1F1;
  border-bottom: min(0.5333333333vw, 0.4rem) solid #F3F1F1;
}
.complete__form-contact-inner {
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(60.8vw, 45.6rem);
  margin: 0 auto;
}
.complete__form-contact .tel-num {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-variation-settings: "wdth" 100;
  font-weight: bold;
  line-height: 1.5;
  font-size: min(9.0666666667vw, 6.8rem);
}
.complete__form-contact .open {
  margin-top: min(1.3333333333vw, 1rem);
  padding: min(1.8666666667vw, 1.4rem) min(1.3333333333vw, 1rem);
  background: #F3F1F1;
  line-height: 1;
}
.complete__form-contact .note {
  margin-top: min(1.3333333333vw, 1rem);
  font-size: min(3.2vw, 2.4rem);
  line-height: 1.6;
}
@media (max-width: 750px) {
  .mT10 {
    margin-top: min(1.3333333333vw, 1rem);
  }
  .mT20 {
    margin-top: min(2.6666666667vw, 2rem);
  }
  .mT30 {
    margin-top: min(4vw, 3rem);
  }
  .mT40 {
    margin-top: min(5.3333333333vw, 4rem);
  }
  .mT50 {
    margin-top: min(6.6666666667vw, 5rem);
  }
  .mT60 {
    margin-top: min(8vw, 6rem);
  }
  .mT70 {
    margin-top: min(9.3333333333vw, 7rem);
  }
  .mT80 {
    margin-top: min(10.6666666667vw, 8rem);
  }
  .mT90 {
    margin-top: min(12vw, 9rem);
  }
  .mT100 {
    margin-top: min(13.3333333333vw, 10rem);
  }
  .mT110 {
    margin-top: min(14.6666666667vw, 11rem);
  }
  .mT120 {
    margin-top: min(16vw, 12rem);
  }
  .mT130 {
    margin-top: min(17.3333333333vw, 13rem);
  }
  .mT140 {
    margin-top: min(18.6666666667vw, 14rem);
  }
  .mT150 {
    margin-top: min(20vw, 15rem);
  }
  .mT160 {
    margin-top: min(21.3333333333vw, 16rem);
  }
  .mT170 {
    margin-top: min(22.6666666667vw, 17rem);
  }
  .mT180 {
    margin-top: min(24vw, 18rem);
  }
  .mT190 {
    margin-top: min(25.3333333333vw, 19rem);
  }
  .mT200 {
    margin-top: min(26.6666666667vw, 20rem);
  }
  .mB10 {
    margin-bottom: min(1.3333333333vw, 1rem);
  }
  .mB20 {
    margin-bottom: min(2.6666666667vw, 2rem);
  }
  .mB30 {
    margin-bottom: min(4vw, 3rem);
  }
  .mB40 {
    margin-bottom: min(5.3333333333vw, 4rem);
  }
  .mB50 {
    margin-bottom: min(6.6666666667vw, 5rem);
  }
  .mB60 {
    margin-bottom: min(8vw, 6rem);
  }
  .mB70 {
    margin-bottom: min(9.3333333333vw, 7rem);
  }
  .mB80 {
    margin-bottom: min(10.6666666667vw, 8rem);
  }
  .mB90 {
    margin-bottom: min(12vw, 9rem);
  }
  .mB100 {
    margin-bottom: min(13.3333333333vw, 10rem);
  }
  .mB110 {
    margin-bottom: min(14.6666666667vw, 11rem);
  }
  .mB120 {
    margin-bottom: min(16vw, 12rem);
  }
  .mB130 {
    margin-bottom: min(17.3333333333vw, 13rem);
  }
  .mB140 {
    margin-bottom: min(18.6666666667vw, 14rem);
  }
  .mB150 {
    margin-bottom: min(20vw, 15rem);
  }
  .mB160 {
    margin-bottom: min(21.3333333333vw, 16rem);
  }
  .mB170 {
    margin-bottom: min(22.6666666667vw, 17rem);
  }
  .mB180 {
    margin-bottom: min(24vw, 18rem);
  }
  .mB190 {
    margin-bottom: min(25.3333333333vw, 19rem);
  }
  .mB200 {
    margin-bottom: min(26.6666666667vw, 20rem);
  }
  .pT10 {
    padding-top: min(1.3333333333vw, 1rem);
  }
  .pT20 {
    padding-top: min(2.6666666667vw, 2rem);
  }
  .pT30 {
    padding-top: min(4vw, 3rem);
  }
  .pT40 {
    padding-top: min(5.3333333333vw, 4rem);
  }
  .pT50 {
    padding-top: min(6.6666666667vw, 5rem);
  }
  .pT60 {
    padding-top: min(8vw, 6rem);
  }
  .pT70 {
    padding-top: min(9.3333333333vw, 7rem);
  }
  .pT80 {
    padding-top: min(10.6666666667vw, 8rem);
  }
  .pT90 {
    padding-top: min(12vw, 9rem);
  }
  .pT100 {
    padding-top: min(13.3333333333vw, 10rem);
  }
  .pT110 {
    padding-top: min(14.6666666667vw, 11rem);
  }
  .pT120 {
    padding-top: min(16vw, 12rem);
  }
  .pT130 {
    padding-top: min(17.3333333333vw, 13rem);
  }
  .pT140 {
    padding-top: min(18.6666666667vw, 14rem);
  }
  .pT150 {
    padding-top: min(20vw, 15rem);
  }
  .pT160 {
    padding-top: min(21.3333333333vw, 16rem);
  }
  .pT170 {
    padding-top: min(22.6666666667vw, 17rem);
  }
  .pT180 {
    padding-top: min(24vw, 18rem);
  }
  .pT190 {
    padding-top: min(25.3333333333vw, 19rem);
  }
  .pT200 {
    padding-top: min(26.6666666667vw, 20rem);
  }
  .pB10 {
    padding-bottom: min(1.3333333333vw, 1rem);
  }
  .pB20 {
    padding-bottom: min(2.6666666667vw, 2rem);
  }
  .pB30 {
    padding-bottom: min(4vw, 3rem);
  }
  .pB40 {
    padding-bottom: min(5.3333333333vw, 4rem);
  }
  .pB50 {
    padding-bottom: min(6.6666666667vw, 5rem);
  }
  .pB60 {
    padding-bottom: min(8vw, 6rem);
  }
  .pB70 {
    padding-bottom: min(9.3333333333vw, 7rem);
  }
  .pB80 {
    padding-bottom: min(10.6666666667vw, 8rem);
  }
  .pB90 {
    padding-bottom: min(12vw, 9rem);
  }
  .pB100 {
    padding-bottom: min(13.3333333333vw, 10rem);
  }
  .pB110 {
    padding-bottom: min(14.6666666667vw, 11rem);
  }
  .pB120 {
    padding-bottom: min(16vw, 12rem);
  }
  .pB130 {
    padding-bottom: min(17.3333333333vw, 13rem);
  }
  .pB140 {
    padding-bottom: min(18.6666666667vw, 14rem);
  }
  .pB150 {
    padding-bottom: min(20vw, 15rem);
  }
  .pB160 {
    padding-bottom: min(21.3333333333vw, 16rem);
  }
  .pB170 {
    padding-bottom: min(22.6666666667vw, 17rem);
  }
  .pB180 {
    padding-bottom: min(24vw, 18rem);
  }
  .pB190 {
    padding-bottom: min(25.3333333333vw, 19rem);
  }
  .pB200 {
    padding-bottom: min(26.6666666667vw, 20rem);
  }
  .sp {
    display: block;
  }
  .tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .grid-layer {
    grid-template-rows: auto auto;
  }
  .grid-layer--left, .grid-layer--right {
    width: 86.9%;
    grid-column: auto;
    grid-row: auto;
  }
  .grid-layer--right {
    margin-top: -3rem;
  }
  .grid-layer--center .grid-layer--left {
    margin-top: -3rem;
  }
  .grid-layer--center .grid-layer--right {
    grid-row: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
  .pc {
    display: block;
  }
}
@media (min-width: 768px) {
  .sp-call {
    pointer-events: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
