@charset "UTF-8";
:root {
  --w-full: 1366px;
  --w-wrap: 934px;
  --w-full-sp: 375px;
  --h-header: 94px;
  --h-header-sp: min(12.5vw, 47px);
  --c-co: #11A06E;
  --c-accent: #FCC80E;
  --c-or-d: #F85640;
  --c-or-l: #F88440;
  --c-or-b: #337ab7;
  --c-txt: #272727;
  --font-top-offset: 0.07em;
}

:root:has(:modal) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

html, body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-margin-block-start: var(--h-header);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media (width < 740px) {
  html {
    scroll-margin-block-start: var(--h-header-sp);
  }
}

body {
  width: 100%;
  min-height: 100dvh;
  height: 100%;
  position: relative;
  z-index: 1;
  color: var(--c-txt);
}

h1, h2, h3, h4, h5 {
  line-height: 1em;
}

p, a, li {
  line-height: 1.625;
}

p {
  text-align: justify;
}

h1, h2, h3, h4, h5, p, a, li, button, span {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

img {
  display: block;
  width: 100%;
  height: auto;
}

@media (any-hover: hover) and (pointer: fine) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l__content {
  contain: content;
}
.l__wrapper {
  width: 100%;
  overflow: hidden;
}
.l__container {
  width: min(100% - 100px, var(--w-wrap));
  margin-inline: auto;
}
@media (width < 740px) {
  .l__container {
    width: 91.5vw;
    margin-inline: auto;
  }
}

.m__heading {
  font-size: 3rem;
  width: min(100%, 742px);
  margin-inline: auto;
  display: grid;
  align-items: end;
}
@media (width < 740px) {
  .m__heading {
    font-size: min(6.13vw, 2.3rem);
  }
}
.m__heading span {
  font-weight: 700;
  color: #333;
  display: grid;
  place-items: center;
  place-content: center;
  width: 100%;
  height: 2.3333333333em;
  background-color: var(--c-accent);
  border-radius: 5px;
  position: relative;
  grid-area: 1/1/2/3;
  z-index: 1;
}
.m__heading span::after {
  content: "";
  width: 0.6em;
  aspect-ratio: 6/5;
  display: block;
  background-image: url(../images/arrow-heading-bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}
@media (width < 740px) {
  .m__heading span:has(br) {
    height: 3.8260869565em;
    line-height: 1.39;
    text-align: center;
  }
}
.m__heading br {
  display: none;
}
@media (width < 740px) {
  .m__heading br {
    display: inherit;
  }
}
.m__heading::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  grid-area: 1/1/2/2;
  z-index: 2;
}
@media (width < 740px) {
  .m__heading::after {
    display: none;
  }
}
.m__heading.-type1 {
  grid-template-columns: 6.2em 1fr;
}
@media (width < 740px) {
  .m__heading.-type1 {
    grid-template-columns: 1fr;
  }
}
.m__heading.-type1::after {
  width: 6.2em;
  height: 4.4666666667em;
  background-image: url(../images/char-0.png);
  translate: -0.6333333333em 0;
}
.m__heading.-type2 {
  grid-template-columns: 5.8em 1fr;
}
@media (width < 740px) {
  .m__heading.-type2 {
    grid-template-columns: 1fr;
  }
}
.m__heading.-type2::after {
  width: 5.8em;
  height: 4.5em;
  background-image: url(../images/char-2.png);
  translate: -0.6333333333em 0;
}
.m__heading_point {
  font-size: min(5.33vw, 2rem);
  font-weight: 900;
  display: grid;
  place-items: center;
  place-content: center;
  width: 10.8em;
  height: 1.85em;
  border-radius: 0.95em;
  background-color: var(--c-accent);
  margin-inline: auto;
  margin-block-start: -3em;
  margin-block-end: 1em;
}
@media (width < 740px) {
  .m__heading_point {
    margin-block-start: -2.5em;
  }
}
.m__heading_zentei {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #ACACAC;
  padding-block-end: 0.5em;
  margin-block-end: 0.8em;
}
.m__heading_shinai {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  display: block;
  translate: 0 -0.5em;
}
@media (width < 740px) {
  .m__heading_shinai {
    font-size: min(7.2vw, 2.7rem);
  }
}
.m__heading_suru {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (width < 740px) {
  .m__heading_suru {
    font-size: min(7.2vw, 2.7rem);
  }
}
.m__heading_belted {
  font-size: min(2.25vw, 2.1rem);
  font-weight: 600;
  color: #fff;
  background-color: var(--c-co);
  display: grid;
  place-items: center;
  place-content: center;
  width: 100%;
  height: 2.1904761905em;
  border-radius: 5px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
@media (width < 740px) {
  .m__heading_belted {
    font-size: min(4vw, 15px);
    width: min(100%, 75.47vw);
    height: 2.4em;
    margin-inline: auto;
  }
}
.m__txt_1 {
  font-size: min(2.46vw, 2.3rem);
  font-weight: 700;
  text-align: center;
}
@media (width < 740px) {
  .m__txt_1 {
    font-size: min(4.8vw, 1.8rem);
  }
}
.m__txt_1s {
  font-size: min(2.46vw, 2.3rem);
  font-weight: 600;
  text-align: center;
}
@media (width < 740px) {
  .m__txt_1s {
    font-size: min(4.8vw, 1.8rem);
  }
}
.m__txt_2 {
  font-size: min(4.5vw, 4.2rem);
  font-weight: 900;
  color: var(--c-or-d);
  background-color: #FFDFDB;
  height: 1.5714285714em;
  border-radius: 0.7857142857em;
  display: grid;
  place-items: center;
  place-content: center;
  position: relative;
}
@media (width < 740px) {
  .m__txt_2 {
    font-size: min(7.2vw, 2.7rem);
    width: 11.3703703704em;
    height: 2.0740740741em;
    border-radius: 1.037037037em;
    margin-inline: auto;
  }
}
.m__txt_2::after {
  content: "";
  width: 0.380952381em;
  aspect-ratio: 8 / 7;
  display: block;
  background-color: #FFDFDB;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}
.m__txt_3 {
  font-size: min(4.28vw, 4rem);
  display: block;
  width: fit-content;
  margin-inline: auto;
  background: linear-gradient(to bottom, transparent 50%, var(--c-accent) 50%, var(--c-accent) 100%);
  margin-block-start: 17px;
}
@media (width < 740px) {
  .m__txt_3 {
    font-size: min(8vw, 3rem);
  }
}
.m__txt_3 .-ja {
  font-weight: 900;
  line-height: 1;
  display: inline-block;
}
.m__txt_3 .u__en {
  font-size: 1.625em;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  margin-inline: 0.02em;
  vertical-align: -0.02em;
}
.m__txt_4 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--c-or-d);
  text-align: center;
  margin-block-start: 10px;
}
@media (width < 740px) {
  .m__txt_4 {
    font-size: min(5.07vw, 1.9rem);
  }
}
.m__txt_5 {
  font-size: min(3.96vw, 3.7rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.43;
}
@media (width < 740px) {
  .m__txt_5 {
    font-size: min(7.2vw, 2.7rem);
  }
}
.m__txt_5 .-lined {
  display: inline-block;
  background: linear-gradient(to bottom, transparent 50%, var(--c-accent) 50%, var(--c-accent) 100%);
}
.m__txt_note {
  font-size: 1.5rem;
  line-height: 1.5333333333em;
  margin-inline-start: 1em;
}
@media (width < 740px) {
  .m__txt_note {
    font-size: 1.3rem;
  }
}
.m__sec_type1 {
  margin-block-start: -1px;
  padding-block-start: 20px;
  padding-block-end: 110px;
  position: relative;
  z-index: 2;
}
@media (width < 740px) {
  .m__sec_type1 {
    padding-block-start: min(21.33vw, 80px);
    padding-block-end: min(21.33vw, 80px);
  }
}
.m__sec_type2 {
  padding-block-start: 30px;
  position: relative;
}
@media (width < 740px) {
  .m__sec_type2 {
    padding-block: min(21.33vw, 80px);
  }
}
.m__sec_type2 .l__container {
  padding-block-end: 120px;
}
@media (width < 740px) {
  .m__sec_type2 .l__container {
    padding-block-end: 0;
  }
}
.m__sec_type2 .m__box, .m__sec_type2 .m__txt_note {
  position: relative;
  z-index: 3;
}
.m__sec_type2::before {
  content: "";
  width: 100%;
  height: 348px;
  display: block;
  position: absolute;
  bottom: 140px;
  left: 0;
  background-image: url(../images/bg-confetti.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media (width < 740px) {
  .m__sec_type2::before {
    display: none;
  }
}
.m__sec_type3 {
  padding-block-start: 120px;
}
@media (width < 740px) {
  .m__sec_type3 {
    padding-block-start: min(21.33vw, 80px);
  }
}
.m__sec_type4 {
  padding-block-start: 60px;
  padding-block-end: 120px;
}
@media (width < 740px) {
  .m__sec_type4 {
    padding-block-start: min(21.33vw, 80px);
    padding-block-end: min(40vw, 150px);
  }
}
.m__box {
  background-color: #fff;
  border-radius: 30px;
}
.m__box.-pinned {
  margin-block-start: 60px;
  background: radial-gradient(circle, var(--c-co) calc(15px / 2), transparent calc(15px / 2)), radial-gradient(circle, var(--c-co) calc(15px / 2), transparent calc(15px / 2)), radial-gradient(circle, var(--c-co) calc(15px / 2), transparent calc(15px / 2)), radial-gradient(circle, var(--c-co) calc(15px / 2), transparent calc(15px / 2)), #fff;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: left 20px top 20px, right 20px top 20px, left 20px bottom 20px, right 20px bottom 20px;
}
@media (width < 740px) {
  .m__box.-pinned {
    margin-block-start: min(13.33vw, 50px);
  }
}
.m__box.-point1 {
  padding-block: 40px;
}
@media (width < 740px) {
  .m__box.-point1 {
    padding-block: min(8vw, 30px);
  }
}
.m__box.-point1 .-inner {
  width: min(100% - 50px, 744px);
  margin-inline: auto;
}
@media (width < 740px) {
  .m__box.-point1 .-inner {
    width: min(85.33vw, 400px);
  }
}
.m__box.-point1 .-lead .m__txt_1 {
  display: block;
}
.m__box.-point1 .-lead .m__txt_2 {
  margin-block-start: 10px;
}
.m__box.-point1 .-cont {
  display: grid;
  grid-template-columns: 1fr 3% 1% 2% 28% 2% 2% 2% 29%;
  grid-template-rows: max-content 1fr;
  margin-block-start: 24px;
}
@media (width < 740px) {
  .m__box.-point1 .-cont {
    width: min(69.33vw, 260px);
    margin-inline: auto;
    grid-template-columns: min(5.33vw, 20px) 1fr;
    grid-template-rows: unset;
    gap: 0 min(2.67vw, 10px);
  }
}
.m__box.-point1 .-cont .-item-txt {
  font-size: min(1.82vw, 1.7rem);
  font-weight: 500;
}
@media (width < 740px) {
  .m__box.-point1 .-cont .-item-txt {
    font-size: min(4.53vw, 1.7rem);
  }
}
.m__box.-point1 .-cont .-item-num {
  font-size: min(2.46vw, 2.1rem);
  font-weight: 700;
  text-align: center;
}
@media (width < 740px) {
  .m__box.-point1 .-cont .-item-num {
    font-size: min(5.6vw, 2.1rem);
  }
}
.m__box.-point1 .-cont .-item-num .u__en {
  font-size: 1.3333333333em;
  font-weight: 600;
}
.m__box.-point1 .-cont .-item1 {
  font-size: min(3vw, 2.8rem);
  grid-area: 1/1/3/3;
  background-image: url(../images/bg-house.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: grid;
  place-content: center;
  place-items: center;
  padding-block-start: 1.5em;
}
@media (width < 740px) {
  .m__box.-point1 .-cont .-item1 {
    font-size: min(7.47vw, 2.8rem);
    aspect-ratio: 5 / 4;
    grid-area: 1/1/2/3;
  }
}
.m__box.-point1 .-cont .-item1 p {
  font-weight: 700;
  color: #fff;
  line-height: 1.286;
  text-align: center;
}
.m__box.-point1 .-cont .-item2 {
  grid-area: 2/2/3/5;
  z-index: 10;
  width: min(4.71vw, 44px);
  align-self: center;
}
@media (width < 740px) {
  .m__box.-point1 .-cont .-item2 {
    width: min(11.73vw, 44px);
    aspect-ratio: 1/1;
    grid-area: 2/1/3/3;
    justify-self: center;
    align-self: start;
    margin-block-start: max(-4vw, -15px);
  }
}
.m__box.-point1 .-cont .-item3 {
  grid-area: 1/3/2/10;
}
@media (width < 740px) {
  .m__box.-point1 .-cont .-item3 {
    grid-area: 3/1/6/2;
    margin-block-start: max(-4vw, -15px);
    align-self: stretch;
    border: 1px solid currentColor;
    border-radius: 9999px;
    display: grid;
    place-items: center;
    place-content: center;
  }
}
.m__box.-point1 .-cont .-item3 p {
  font-size: min(1.93vw, 1.8rem);
  font-weight: 600;
  line-height: 1;
  margin-block-end: 10px;
  text-align: center;
}
@media (width < 740px) {
  .m__box.-point1 .-cont .-item3 p {
    font-size: min(3.73vw, 1.4rem);
    writing-mode: vertical-rl;
    width: 100%;
    margin-block-end: 0;
  }
}
.m__box.-point1 .-cont .-item4 {
  grid-area: 2/4/3/7;
  background-color: #EBEBEB;
  border-radius: 15px;
  padding-block-start: 21px;
  padding-block-end: 13px;
}
@media (width < 740px) {
  .m__box.-point1 .-cont .-item4 {
    grid-area: 3/2/4/3;
    margin-block-start: max(-4vw, -15px);
    align-self: start;
    width: 96%;
    padding-block-start: min(5.6vw, 21px);
    padding-block-end: min(3.73vw, 14px);
  }
}
.m__box.-point1 .-cont .-item4 .-list {
  padding-inline-start: 38px;
}
@media (width < 740px) {
  .m__box.-point1 .-cont .-item4 .-list {
    padding-inline-start: min(9.33vw, 35px);
  }
}
.m__box.-point1 .-cont .-item4 .-list li {
  display: grid;
  grid-template-columns: 2.8823529412em 1fr;
  align-items: center;
}
.m__box.-point1 .-cont .-item4 .-list li span {
  display: block;
}
.m__box.-point1 .-cont .-item4 .-list li:first-of-type img {
  width: 2.4705882353em;
}
.m__box.-point1 .-cont .-item4 .-list li:nth-of-type(2) {
  margin-block-start: 0.7058823529em;
}
.m__box.-point1 .-cont .-item4 .-list li:nth-of-type(2) img {
  width: 2.2352941176em;
}
.m__box.-point1 .-cont .-item4 .-list li:nth-of-type(3) {
  margin-block-start: 0.7058823529em;
}
.m__box.-point1 .-cont .-item4 .-list li:nth-of-type(3) img {
  width: 2.2941176471em;
}
.m__box.-point1 .-cont .-item5 {
  grid-area: 2/6/3/9;
  z-index: 10;
  width: min(4.71vw, 44px);
  align-self: center;
}
@media (width < 740px) {
  .m__box.-point1 .-cont .-item5 {
    grid-area: 4/1/5/3;
    width: min(11.73vw, 44px);
    aspect-ratio: 1/1;
    justify-self: center;
    align-self: start;
    margin-block-start: max(-4vw, -15px);
  }
}
.m__box.-point1 .-cont .-item6 {
  grid-area: 2/8/3/10;
  background-color: #EBEBEB;
  border-radius: 15px;
  padding-block-start: 17px;
  padding-inline: 24px;
}
@media (width < 740px) {
  .m__box.-point1 .-cont .-item6 {
    grid-area: 5/2/6/3;
    align-self: start;
    margin-block-start: max(-4vw, -15px);
    width: 96%;
    padding-block-start: min(4.53vw, 17px);
    padding-block-end: min(4.53vw, 17px);
    padding-inline: min(4.53vw, 17px);
  }
}
.m__box.-point1 .-cont .-item6-inner img {
  width: 6.5882352941em;
  margin-inline: auto;
}
.m__box.-point1 .-cont .-item6-inner p {
  text-align: center;
  margin-block-start: 0.6em;
}
.m__box.-point1 .-cont-bottom {
  margin-block-start: 18px;
  height: 18px;
  border-inline: 2px solid #ACACAC;
  border-bottom: 2px solid #ACACAC;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (width < 740px) {
  .m__box.-point1 .-cont-bottom {
    width: min(100%, 78.4vw);
    margin-inline: auto;
  }
}
.m__box.-point2 {
  padding-block: 40px;
}
@media (width < 740px) {
  .m__box.-point2 {
    padding-block: min(8vw, 30px);
  }
}
.m__box.-point2 .-inner {
  width: min(100% - 50px, 744px);
  margin-inline: auto;
}
.m__box.-point2 .-inner .m__txt_1 {
  margin-block-start: 0.3em;
}
@media (width < 740px) {
  .m__box.-point2 .-inner {
    width: min(85.33vw, 400px);
  }
}
.m__box.-point2 .-head {
  display: grid;
  grid-template-columns: min(15.42vw, 144px) 1fr min(17.88vw, 167px);
}
@media (width < 740px) {
  .m__box.-point2 .-head {
    grid-template-columns: 33% 1fr;
    width: min(80vw, 300px);
    margin-inline: auto;
  }
  .m__box.-point2 .-head .-char {
    grid-area: 1/1/2/2;
    align-self: end;
    margin-inline-start: min(4vw, 15px);
  }
  .m__box.-point2 .-head .-p {
    grid-area: 1/2/2/3;
  }
}
.m__box.-point2 .-head .-txts {
  display: block;
}
.m__box.-point2 .-head .-txts .-txt {
  font-size: min(4.82vw, 4.5rem);
  font-weight: 900;
  display: block;
  width: fit-content;
  margin-inline: auto;
}
@media (width < 740px) {
  .m__box.-point2 .-head .-txts .-txt {
    font-size: min(9.87vw, 3.7rem);
  }
}
@media (width < 740px) {
  .m__box.-point2 .-head .-txts {
    grid-area: 2/1/3/3;
  }
}
.m__box.-point3 {
  padding-block: 40px;
}
@media (width < 740px) {
  .m__box.-point3 {
    padding-block: min(8vw, 30px);
  }
}
.m__box.-point3 .-inner {
  width: min(100% - 50px, 744px);
  margin-inline: auto;
}
@media (width < 740px) {
  .m__box.-point3 .-inner {
    width: min(85.33vw, 400px);
  }
}
.m__box.-point3 .-grid1 {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: min(4.27vw, 16px) 4%;
  margin-block-end: 50px;
}
@media (width < 740px) {
  .m__box.-point3 .-grid1 {
    grid-template-columns: 1fr;
    margin-block-end: min(8vw, 30px);
    width: min(100%, 75.47vw);
    margin-inline: auto;
  }
}
.m__box.-point3 .-grid1 .-txts {
  font-size: min(1.93vw, 1.8rem);
}
@media (width < 740px) {
  .m__box.-point3 .-grid1 .-txts {
    font-size: min(3.73vw, 1.4rem);
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0 0.6428571429em;
  }
}
.m__box.-point3 .-grid1 .-txts .-span1, .m__box.-point3 .-grid1 .-txts .-span2, .m__box.-point3 .-grid1 .-txts .-span3 {
  display: block;
}
.m__box.-point3 .-grid1 .-txts .-span1 {
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
}
@media (width < 740px) {
  .m__box.-point3 .-grid1 .-txts .-span1 {
    grid-area: 1/1/3/2;
    align-self: center;
  }
}
.m__box.-point3 .-grid1 .-txts .-span2 {
  font-size: 0.9444444444em;
  color: #fff;
  margin-block-start: 1em;
}
@media (width < 740px) {
  .m__box.-point3 .-grid1 .-txts .-span2 {
    grid-area: 1/2/2/3;
    margin-block-start: 0;
  }
}
.m__box.-point3 .-grid1 .-txts .-span2 span {
  display: grid;
  place-items: center;
  place-content: center;
  background-color: var(--c-or-d);
  height: 2.0588235294em;
  border-radius: 1.0588235294em;
}
.m__box.-point3 .-grid1 .-txts .-span2::after {
  content: "";
  width: 0.7647058824em;
  aspect-ratio: 13/11;
  display: block;
  background-color: var(--c-or-d);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  margin-inline: auto;
}
.m__box.-point3 .-grid1 .-txts .-span3 {
  font-size: 2.3529411765em;
  line-height: 1;
  color: var(--c-or-d);
  text-align: center;
}
@media (width < 740px) {
  .m__box.-point3 .-grid1 .-txts .-span3 {
    grid-area: 2/2/3/3;
  }
}
.m__box.-point3 .-grid1 .-txts .-span3 .u__en {
  font-size: 1.75em;
  line-height: 0.7;
  font-weight: 900;
}
.m__box.-point3 .-grid1 .-txts .-span3 .-ja {
  line-height: 1;
  font-weight: 900;
}
.m__box.-point3 .-grid2 {
  font-size: min(1.93vw, 1.8rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-block-start: min(5.33vw, 24px);
}
@media (width < 740px) {
  .m__box.-point3 .-grid2 {
    grid-template-columns: repeat(2, 1fr);
    font-size: min(4.27vw, 1.6rem);
    gap: 0.5em;
    width: min(100%, 75.47vw);
    margin-inline: auto;
  }
}
.m__box.-point3 .-grid2 li {
  display: grid;
  place-items: center;
  place-content: center;
  height: 3.4444444444em;
  border-radius: 10px;
  background-color: #EBEBEB;
  font-weight: 700;
}
.m__box.-zentei {
  padding-block: 20px 25px;
  padding-inline: 40px;
  margin-block-start: 45px;
}
@media (width < 740px) {
  .m__box.-zentei {
    padding-block: min(5.33vw, 20px);
    padding-inline: min(8vw, 30px);
    margin-block-start: min(8vw, 30px);
  }
}
.m__box.-zentei table {
  font-size: 1.4rem;
  display: block;
}
.m__box.-zentei table tbody {
  display: grid;
  grid-template-columns: 14.2857142857em 1fr;
  align-items: center;
  gap: 1em 1em;
}
@media (width < 740px) {
  .m__box.-zentei table tbody {
    grid-template-columns: 1fr;
    gap: 0.6em;
  }
}
.m__box.-zentei table tr {
  display: contents;
}
.m__box.-zentei table tr:not(:first-of-type) th {
  padding-block-start: 0.6em;
}
.m__box.-zentei table th, .m__box.-zentei table td {
  display: block;
}
.m__box.-zentei table th {
  font-size: 1.1428571429em;
  font-weight: 600;
  text-align: start;
}
.m__box.-shinai {
  margin-block-start: 55px;
}
@media (width < 740px) {
  .m__box.-shinai {
    margin-block-start: min(12.53vw, 47px);
  }
}
.m__box.-shinai .-inner {
  width: min(100% - 50px, 742px);
  margin-inline: auto;
}
@media (width < 740px) {
  .m__box.-shinai .-inner {
    width: min(78vw, 400px);
  }
}
.m__box.-shinai .-upper {
  display: grid;
  grid-template-columns: 1fr min(3.21vw, 30px) 1fr;
  gap: 0 min(2.57vw, 24px);
  padding-inline: min(3vw, 28px);
}
@media (width < 740px) {
  .m__box.-shinai .-upper {
    grid-template-columns: 1fr;
    grid-template-rows: auto min(8vw, 30px) auto;
    gap: 20px;
    margin-block-start: 2.5em;
  }
}
.m__box.-shinai .-cont-txts {
  font-size: min(1.82vw, 1.7rem);
}
@media (width < 740px) {
  .m__box.-shinai .-cont-txts {
    font-size: min(4.27vw, 16px);
  }
}
.m__box.-shinai .-cont-txts .-txt1 {
  font-size: 1.1764705882em;
  font-weight: 700;
}
.m__box.-shinai .-cont-txts .-txt2 {
  margin-block-end: 0.4em;
}
.m__box.-shinai .-cont-txts .-txt3 {
  font-size: 1.1176470588em;
  line-height: 1;
  white-space: nowrap;
}
.m__box.-shinai .-cont-txts .-txt3 .u__en {
  font-size: 2.2105263158em;
  font-weight: 700;
}
.m__box.-shinai .-cont-txts .-txt3 .-ja {
  font-weight: 900;
}
.m__box.-shinai .-cont {
  display: grid;
  grid-template-columns: 100px 1fr;
  width: min(100%, 298px);
  gap: 30px;
}
.m__box.-shinai .-cont img {
  align-self: center;
}
@media (width < 740px) {
  .m__box.-shinai .-cont {
    grid-template-columns: min(25.33vw, 95px) 1fr;
    gap: min(8vw, 30px);
    margin-inline: auto;
  }
}
.m__box.-shinai .-plus {
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-content: center;
  place-items: center;
  align-self: center;
}
@media (width < 740px) {
  .m__box.-shinai .-plus {
    width: min(8vw, 30px);
    justify-self: center;
  }
}
.m__box.-shinai .-plus span {
  background-color: currentColor;
  display: block;
  grid-area: 1/1/2/2;
}
.m__box.-shinai .-plus span:first-of-type {
  width: 5px;
  height: 100%;
}
.m__box.-shinai .-plus span:nth-of-type(2) {
  width: 100%;
  height: 5px;
}
.m__box.-shinai .-lower {
  border-top: 1px solid #ACACAC;
  padding-block: 20px 30px;
  margin-block-start: 20px;
}
@media (width < 740px) {
  .m__box.-shinai .-lower {
    padding-block: min(4.53vw, 17px) min(6.4vw, 24px);
  }
}
.m__box.-shinai .-lower-txts {
  font-size: 1.8rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 1em;
}
@media (width < 740px) {
  .m__box.-shinai .-lower-txts {
    font-size: min(4vw, 15px);
    gap: 0 0.5em;
  }
}
.m__box.-shinai .-lower-txts .-lower-txt1 {
  font-weight: 700;
  line-height: 1.44;
  text-align: end;
}
.m__box.-shinai .-lower-txts .-lower-txt2 {
  font-size: 3.3333333333em;
  color: var(--c-co);
}
@media (width < 740px) {
  .m__box.-shinai .-lower-txts .-lower-txt2 {
    font-size: 3em;
  }
}
.m__box.-shinai .-lower-txts .-lower-txt2 .u__en {
  font-weight: 700;
}
.m__box.-shinai .-lower-txts .-lower-txt2 .-ja {
  font-size: 0.4em;
  font-weight: 900;
}
@media (width < 740px) {
  .m__box.-shinai .-lower-txts .-lower-txt2 .-ja {
    font-size: 0.4444444444em;
  }
}
.m__box.-result {
  background-color: var(--c-co);
  margin-block-start: 30px;
  position: relative;
  padding-block-start: 40px;
  padding-inline-end: 30px;
}
@media (width < 740px) {
  .m__box.-result {
    margin-block-start: min(8vw, 30px);
    padding-block: min(9.07vw, 34px);
    padding-inline-end: 0;
  }
}
.m__box.-result .-char {
  width: min(16.17vw, 151px);
  position: absolute;
  top: 0;
  right: 0;
  translate: 46% -31%;
}
@media (width < 740px) {
  .m__box.-result .-char {
    width: min(27.2vw, 102px);
    top: unset;
    bottom: min(28.53vw, 107px);
    left: 62.67vw;
    translate: initial;
  }
}
.m__box.-result .-result-arrow {
  width: min(32.53vw, 122px);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -60%;
}
.m__box.-result .-p {
  align-self: end;
  justify-self: end;
  width: min(100%, 189px);
}
@media (width < 740px) {
  .m__box.-result .-p {
    display: none;
  }
}
.m__box.-result .-inner {
  display: grid;
  grid-template-columns: 1fr max-content min(28.16vw, 263px);
}
@media (width < 740px) {
  .m__box.-result .-inner {
    grid-template-columns: 1fr;
  }
}
.m__box.-result .-inner .-grid {
  font-size: min(1.93vw, 1.8rem);
  display: grid;
  grid-template-columns: 5.2222222222em max-content;
  grid-template-areas: "ttl ttl" "img txts";
  gap: 0 0.8888888889em;
  place-content: center;
  padding-inline-start: 1.5555555556em;
  padding-block-end: 30px;
}
@media (width < 740px) {
  .m__box.-result .-inner .-grid {
    font-size: min(4vw, 15px);
    padding-inline-start: 0;
    padding-block-end: min(4vw, 15px);
  }
}
.m__box.-result .-inner .m__heading_suru {
  grid-area: ttl;
  margin-block-end: 0.5em;
  text-align: center;
}
.m__box.-result .-inner .-illust {
  grid-area: img;
  align-self: end;
}
.m__box.-result .-inner .-txts {
  grid-area: txts;
}
.m__box.-result .-inner .-txt1 {
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  margin-inline-start: 0.8em;
}
.m__box.-result .-inner .-txt2 {
  font-size: 1.3333333333em;
  line-height: 1;
  color: var(--c-accent);
}
.m__box.-result .-inner .-txt2 .u__en {
  font-size: 2.9166666667em;
  font-weight: 700;
}
.m__box.-result .-inner .-txt2 .-ja {
  font-weight: 900;
}
.m__box.-result .-inner .-fukidashi-wrap {
  font-size: min(1.93vw, 1.8rem);
  display: grid;
  grid-template-columns: 1fr max-content;
  padding-block-end: 1.6666666667em;
}
@media (width < 740px) {
  .m__box.-result .-inner .-fukidashi-wrap {
    font-size: min(4.27vw, 16px);
    grid-template-columns: 1fr;
    grid-template-rows: 13px max-content;
    padding-block-end: 0;
  }
}
.m__box.-result .-inner .-fukidashi-wrap::before {
  content: "";
  width: 1.5em;
  aspect-ratio: 27 / 34;
  background-color: var(--c-or-d);
  display: block;
  clip-path: polygon(0% 100%, 100% 0%, 100% 65%);
  align-self: center;
  margin-block-start: 40px;
  justify-self: end;
}
@media (width < 740px) {
  .m__box.-result .-inner .-fukidashi-wrap::before {
    width: 15px;
    aspect-ratio: 15/13;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
    justify-self: center;
    margin-block-start: 0;
  }
}
.m__box.-result .-inner .-fukidashi {
  background-color: var(--c-or-d);
  border-radius: 20px;
  color: #fff;
  padding-block: 0.8888888889em 1.1111111111em;
  width: 13.1111111111em;
}
@media (width < 740px) {
  .m__box.-result .-inner .-fukidashi {
    justify-self: center;
    width: min(66.4vw, 249px);
  }
}
.m__box.-result .-inner .-fukidashi .-txt3 {
  text-align: center;
  font-weight: 700;
  margin-block-end: 0.2222222222em;
}
.m__box.-result .-inner .-fukidashi .-txt4 {
  font-size: 1.3333333333em;
  line-height: 1;
  width: fit-content;
  margin-inline: auto;
}
.m__box.-result .-inner .-fukidashi .-txt4::after {
  content: "";
  width: 100%;
  height: 0.5em;
  display: block;
  border-top: 3px solid var(--c-accent);
  border-bottom: 3px solid var(--c-accent);
  margin-block-start: 2px;
}
.m__box.-result .-inner .-fukidashi .-txt4 .u__en {
  font-size: 1.875em;
  font-weight: 700;
}
.m__box.-result .-inner .-fukidashi .-txt4 .-ja {
  font-weight: 900;
}
.m__box.-result .-inner .-fukidashi .-txt5 {
  text-align: center;
  font-weight: 700;
  margin-block-start: 0.2777777778em;
}
.m__box_column {
  margin-block: 48px;
}
@media (width < 740px) {
  .m__box_column {
    margin-block-start: min(10.67vw, 40px);
    margin-block-end: min(10.13vw, 38px);
    width: min(100%, 75.47vw);
    margin-inline: auto;
  }
}
.m__box_column .-heading {
  font-size: min(2.89vw, 2.7rem);
  font-weight: 600;
  color: #fff;
  display: grid;
  place-items: center;
  place-content: center;
  height: 2.7777777778em;
  background-color: var(--c-or-d);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media (width < 740px) {
  .m__box_column .-heading {
    font-size: min(4.27vw, 1.6rem);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.m__box_column .-content {
  font-size: 1.6rem;
  border: 3px solid #FFDFDB;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-block: 24px 50px;
  padding-inline: 50px;
}
@media (width < 740px) {
  .m__box_column .-content {
    font-size: min(3.73vw, 1.4rem);
    padding-block-start: min(4vw, 15px);
    padding-block-end: min(8vw, 30px);
    padding-inline: min(5.07vw, 19px);
  }
}
.m__box_column .-content-txt {
  line-height: 1.375;
  color: #000;
  margin-block-end: 0.8em;
}
.m__box_column .-content-txt::after {
  content: "";
  width: 100%;
  height: 2px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='2'%3E%3Crect width='3' height='2' rx='1' fill='%23272727'/%3E%3C/svg%3E") repeat-x;
  display: block;
  margin-block-start: 0.8em;
}
.m__box_column .-heading-s {
  font-size: min(2.14vw, 2rem);
  font-weight: 600;
  display: grid;
  place-items: center;
  place-content: center;
  height: 2em;
  border-radius: 1em;
  background-color: var(--c-accent);
  margin-block-start: 24px;
  margin-block-end: 15px;
}
@media (width < 740px) {
  .m__box_column .-heading-s {
    font-size: min(3.73vw, 14px);
  }
}
.m__box_column .-heading-ss {
  font-size: min(1.61vw, 15px);
  font-weight: 600;
  display: grid;
  place-items: center;
  place-content: center;
  height: 2em;
  border-radius: 1em;
  background-color: var(--c-accent);
  grid-area: 1/1/2/3;
}
@media (width < 740px) {
  .m__box_column .-heading-ss {
    font-size: min(3.2vw, 12px);
  }
}
.m__box_column .-grid3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
}
@media (width < 740px) {
  .m__box_column .-grid3 {
    grid-template-columns: 1fr;
    gap: min(3.73vw, 14px);
  }
}
.m__box_column .-grid3 .-item {
  border: 2px solid var(--c-accent);
  border-radius: 20px;
  padding-block: 0.9375em;
  padding-inline: 0.9375em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.375em 0.625em;
}
.m__box_column .-grid3-cont img {
  height: 4.8125em;
  object-fit: contain;
  object-position: center;
}
.m__box_column .-grid3-cont .-img-ttl {
  font-size: 0.9375em;
  font-weight: 600;
  height: 2em;
  border-radius: 1em;
  display: grid;
  place-items: center;
  place-content: center;
  margin-block-start: 1.2em;
}
.m__box_column .-grid3-cont.-type1, .m__box_column .-grid3-cont.-type3 {
  grid-area: 2/1/3/2;
}
.m__box_column .-grid3-cont.-type2, .m__box_column .-grid3-cont.-type4 {
  grid-area: 2/2/3/3;
}
.m__box_column .-grid3-cont.-type1 .-img-ttl {
  color: var(--c-co);
  border: 1px solid currentColor;
}
.m__box_column .-grid3-cont.-type2 .-img-ttl {
  color: #fff;
  background-color: var(--c-or-d);
}
.m__box_column .-grid3-cont.-type3 .-img-ttl {
  color: #fff;
  background-color: var(--c-co);
}
.m__box_column .-grid3-cont.-type4 .-img-ttl {
  color: var(--c-or-d);
  border: 1px solid currentColor;
}
.m__box_column .-triangle {
  width: min(8.53vw, 36px);
  aspect-ratio: 36 / 13;
  display: block;
  background-color: var(--c-or-d);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  margin-inline: auto;
  margin-block: 20px 15px;
}
@media (width < 740px) {
  .m__box_column .-triangle {
    margin-block: 10px;
  }
}
.m__box_column .-result {
  display: block;
  background-color: #FFDFDB;
  line-height: 1.375;
  color: #000;
  padding-inline: 1.25em;
  padding-block: 1.25em;
  border-radius: 15px;
}
@media (width < 740px) {
  .m__box_column + .-note {
    width: min(100%, 75.47vw);
    margin-inline: auto;
    padding-block-end: 1.5em;
  }
}
.m__card {
  font-size: min(4vw, 1.7rem);
  background-color: #fff;
  border-radius: 30px;
  padding-block: 20px;
  padding-inline: 30px;
  width: min(76vw, 408px);
  margin-inline: auto;
  height: 100%;
}
.m__card .-ttl {
  font-size: 1.4705882353em;
  font-weight: 700;
  color: #333;
  height: 2.4705882353em;
  border-radius: 1.2352941176em;
  display: grid;
  place-items: center;
  place-content: center;
  background-color: var(--c-accent);
  border: 2px solid #fff;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
}
.m__card .-txt0 {
  font-size: 1.0588235294em;
  font-weight: 700;
  color: var(--c-co);
  width: 14.1111111111em;
  height: 2em;
  border-radius: 1em;
  display: grid;
  place-items: center;
  place-content: center;
  border: 1px solid currentColor;
  margin-block-start: 0.6666666667em;
  margin-inline: auto;
}
.m__card .-txt0.blue {
  color: var(--c-or-b);
  border-color: var(--c-or-b);
}
.m__card .-txt0.red {
  color: var(--c-or-d);
  border-color: var(--c-or-d);
}
.m__card .-txt0.orange {
  color: var(--c-or-l);
  border-color: var(--c-or-l);
}
.m__card .-txt0.black {
  color: var(--c-txt);
  border-color: var(--c-txt);
}
.m__card .-nums {
  width: 14.1111111111em;
  height: 7.8235294118em;
  margin-inline: auto;
  display: grid;
  align-items: center;
}
.m__card .-nums .-num1 {
  line-height: 1;
}
.m__card .-nums .-num1 .-nen {
  font-size: 1.7647058824em;
  font-weight: 700;
}
.m__card .-nums .-num1 .-floor1 {
  font-size: 4.2352941176em;
  color: var(--c-co);
  font-weight: 900;
}
.m__card .-nums .-num1 .-floor1.blue {
  color: var(--c-or-b);
}

.m__card .-nums .-num1 .-floor1.red {
  color: var(--c-or-d);
}

.m__card .-nums .-num1 .-floor1.orange {
  color: var(--c-or-l);
}

.m__card .-nums .-num1 .-floor1.black {
  color: var(--c-txt);
}

.m__card .-nums .-num1 .-floor2 {
  font-size: 3.5882352941em;
  color: var(--c-co);
  font-weight: 900;
}

.m__card .-nums .-num1 .-floor2.blue {
  color: var(--c-or-b);
}

.m__card .-nums .-num1 .-floor2.red {
  color: var(--c-or-d);
}

.m__card .-nums .-num1 .-floor2.orange {
  color: var(--c-or-l);
}

.m__card .-nums .-num1 .-floor2.black {
  color: var(--c-txt);
}
.m__card .-nums .-num1 .-per {
  font-size: 2.1176470588em;
  color: var(--c-co);
  font-weight: 900;
}
.m__card .-nums .-num1 .-per.blue {
  color: var(--c-or-b);
}
.m__card .-nums .-num1 .-per.red {
  color: var(--c-or-d);
}
.m__card .-nums .-num1 .-per.orange {
  color: var(--c-or-l);
}
.m__card .-nums .-num1 .-per.black {
  color: var(--c-txt);
}
.m__card .-nums .-num2 {
  line-height: 1;
  text-align: end;
}
.m__card .-nums .-num2 .-wave {
  font-size: 1.5294117647em;
  color: var(--c-co);
  font-weight: 900;
}
.m__card .-nums .-num2 .-wave.blue {
  color: var(--c-or-b);
}
.m__card .-nums .-num2 .-wave.red {
  color: var(--c-or-d);
}
.m__card .-nums .-num2 .-wave.orange {
  color: var(--c-or-l);
}
.m__card .-nums .-num2 .-wave.black {
  color: var(--c-txt);
}
.m__card .-nums .-num2 .-floor1 {
  font-size: 2.9411764706em;
  color: var(--c-co);
  font-weight: 900;
}
.m__card .-nums .-num2 .-floor1.blue {
  color: var(--c-or-b);
}
.m__card .-nums .-num2 .-floor1.red {
  color: var(--c-or-d);
}
.m__card .-nums .-num2 .-floor1.orange {
  color: var(--c-or-l);
}
.m__card .-nums .-num2 .-floor1.black {
  color: var(--c-txt);
}
.m__card .-nums .-num2 .-floor2 {
  font-size: 2.2941176471em;
  color: var(--c-co);
  font-weight: 900;
}
.m__card .-nums .-num2 .-floor2.blue {
  color: var(--c-or-b);
}
.m__card .-nums .-num2 .-floor2.red {
  color: var(--c-or-d);
}
.m__card .-nums .-num2 .-floor2.orange {
  color: var(--c-or-l);
}
.m__card .-nums .-num2 .-floor2.black {
  color: var(--c-txt);
}
.m__card .-nums .-num2 .-per {
  font-size: 1.5294117647em;
  color: var(--c-co);
  font-weight: 900;
}
.m__card .-nums .-num2 .-per.blue {
  color: var(--c-or-b);
}
.m__card .-nums .-num2 .-per.red {
  color: var(--c-or-d);
}
.m__card .-nums .-num2 .-per.orange {
  color: var(--c-or-l);
}
.m__card .-nums .-num2 .-per.black {
  color: var(--c-txt);
}
.m__card .-nums:not(:has(.-num2)) {
  place-items: center;
}
.m__card .-btns {
  display: grid;
  gap: 0.5882352941em;
  margin-block-start: 0.7058823529em;
  width: 15.2941176471em;
  margin-inline: auto;
}
.m__card .-btn {
  font-size: 1em;
  width: 100%;
  height: 2.4705882353em;
  border-radius: 1.2352941176em;
  background-color: var(--c-or-l);
  color: #fff;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-columns: 1.6470588235em 1fr;
  column-gap: 0.5882352941em;
  align-items: center;
  padding-inline: 0.9411764706em 0.9411764706em;
  font-weight: 700;
  transition: background-color 0.3s;
}
.m__card .-btn::before {
  content: "";
  width: 1.2941176471em;
  height: 1.2941176471em;
  justify-self: center;
  display: block;
  background-image: url(../images/ico-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.m__card .-btn:focus-visible {
  background-color: var(--c-or-d);
}
@media (any-hover: hover) {
  .m__card .-btn:hover {
    background-color: var(--c-or-d);
  }
}
.m__card .-btn.-sim {
  background-color: var(--c-or-d);
}
.m__card .-btn.-sim::before {
  width: 1.2941176471em;
  height: 1.2941176471em;
  background-image: url(../images/ico-graph.svg);
}
.m__card .-btn.-sim span {
  white-space: nowrap;
}
.m__card .-btn.-sim:focus-visible {
  background-color: var(--c-or-l);
}
@media (any-hover: hover) {
  .m__card .-btn.-sim:hover {
    background-color: var(--c-or-l);
  }
}
.m__card .-note {
  font-size: 0.7058823529em;
  text-align: center;
  margin-block-start: 1em;
}
.m__list_note {
  font-size: 1.5rem;
}
@media (width < 740px) {
  .m__list_note {
    font-size: 1.3rem;
  }
}
.m__list_note li {
  display: grid;
  grid-template-columns: 1em 1fr;
  line-height: 1.533;
}
@media (width < 740px) {
  .m__list_note li {
    line-height: 1.77;
  }
}
.m__list_note li::before {
  content: "※";
  width: 1em;
  height: auto;
  display: block;
}
.m__list_note li:not(:first-of-type) {
  margin-block-start: 0.8em;
}
.m__list_note li span {
  white-space: nowrap;
}
.m__list_btns {
  width: min(100%, 742px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 32px;
  margin-block-start: 62px;
}
@media (width < 740px) {
  .m__list_btns {
    gap: min(5.33vw, 20px) min(2.13vw, 8px);
    margin-block-start: min(8vw, 30px);
  }
}
.m__list_btns a {
  font-size: 2.3rem;
  font-weight: 700;
  height: 3.0434782609em;
  border-radius: 1.5217391304em;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 0.7826086957em;
  padding-inline-start: 2.8260869565em;
  padding-inline-end: 1.2608695652em;
  background-color: var(--c-co);
  color: #fff;
  box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
@media (width < 740px) {
  .m__list_btns a {
    font-size: min(4.53vw, 1.7rem);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
    padding-inline-start: 1.1764705882em;
    padding-inline-end: 1.1764705882em;
  }
  .m__list_btns a span {
    text-align: center;
  }
}
.m__list_btns a svg {
  width: 100%;
}
.m__list_btns a svg path {
  stroke: #fff;
}
.m__list_btns a:focus-visible {
  background-color: var(--c-accent);
  color: #000;
}
.m__list_btns a:focus-visible svg path {
  stroke: #000;
}
@media (any-hover: hover) {
  .m__list_btns a:hover {
    background-color: var(--c-accent);
    color: #000;
  }
  .m__list_btns a:hover svg path {
    stroke: #000;
  }
}
.m__table {
  margin-block-start: 44px;
  font-size: 1.4rem;
  width: 100%;
}
@media (width < 740px) {
  .m__table {
    margin-block-start: min(8vw, 30px);
  }
}
.m__table tbody {
  display: grid;
  grid-template-columns: 230px 1fr;
}
@media (width < 740px) {
  .m__table tbody {
    grid-template-columns: 1fr;
  }
}
.m__table tr {
  display: contents;
}
.m__table th, .m__table td {
  display: block;
  background-color: #F4F4F4;
  margin-block-end: 3px;
}
.m__table th {
  font-size: 1.1428571429em;
  font-weight: 600;
  display: grid;
  text-align: start;
  align-items: center;
  padding-inline-start: 40px;
  margin-block-end: 3px;
}
@media (width < 740px) {
  .m__table th {
    margin-block-end: 0;
    display: block;
    padding-block-start: 15px;
    padding-inline-start: 40px;
    padding-inline-end: 1em;
  }
}
.m__table td {
  padding-block: 1.1em;
  padding-inline-end: 40px;
  line-height: 1.57;
  margin-block-end: 3px;
}
@media (width < 740px) {
  .m__table td {
    padding-block-start: 20px;
    padding-inline: 40px;
  }
}
.m__table .-disc {
  padding-inline-start: 1.25em;
}
.m__table .-disc li {
  list-style-type: disc;
}
.m__dialog {
  position: fixed;
  inset: 0;
  overscroll-behavior-block: contain;
  transition-duration: 300ms;
  transition-property: display, overlay, opacity;
  transition-timing-function: ease-out;
  border: none;
  width: min(98vw, 1256px);
  background-color: transparent;
}
.m__dialog::backdrop {
  background-color: oklch(from black l c h/50%);
  backdrop-filter: blur(4px);
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: inherit;
}
.m__dialog:modal {
  padding-block: 0;
  padding-inline: 0;
  outline: none;
}
@starting-style {
  .m__dialog:modal, .m__dialog:modal::backdrop {
    opacity: 0;
  }
}
.m__dialog:not(:modal), .m__dialog:not(:modal)::backdrop {
  opacity: 0;
}
.m__dialog_slider .splide.is-initialized:not(.is-active) .splide__list {
  gap: 16px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.m__dialog_slider .splide.is-static {
  visibility: visible;
}
.m__dialog_slider .splide.is-static .splide__list {
  gap: 16px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.m__dialog_slider .splide__arrows {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  z-index: 2;
}
.m__dialog_slider .splide__arrow {
  width: min(11.73vw, 44px);
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.m__dialog_slider .splide__arrow svg {
  display: none;
}
.m__dialog_slider .splide__arrow--prev {
  background-image: url(../images/btn-slider-prev.svg);
}
.m__dialog_slider .splide__arrow--next {
  background-image: url(../images/btn-slider-next.svg);
}
.m__dialog .-close {
  display: block;
  width: fit-content;
  margin-block-start: 30px;
  margin-inline: auto;
  transition: opacity 0.3s;
}
.m__dialog .-close:focus-visible {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .m__dialog .-close:hover {
    opacity: 0.7;
  }
}
.m__sticky {
  width: 100%;
  height: 99px;
  display: grid;
  place-items: center;
  place-content: center;
  background-color: #717171;
  position: fixed;
  bottom: 0;
  z-index: 2000;
  opacity: 0;
  translate: 0 100%;
}
@media (width < 740px) {
  .m__sticky {
    height: min(15.47vw, 58px);
    background-color: transparent;
    display: block;
  }
}
.m__sticky .-btn {
  font-size: min(1.82vw, 1.7rem);
  width: 20.7058823529em;
  aspect-ratio: 11 / 2;
  border-radius: 1.8823529412em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.2941176471em;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
  background-color: var(--c-or-d);
  transition: background-color 0.3s;
}
.m__sticky .-btn:focus-visible {
  background-color: var(--c-or-l);
}
@media (any-hover: hover) {
  .m__sticky .-btn:hover {
    background-color: var(--c-or-l);
  }
}
@media (width < 740px) {
  .m__sticky .-btn {
    width: min(100vw, 400px);
    height: min(15.47vw, 58px);
    aspect-ratio: unset;
    font-size: min(3.73vw, 14px);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    margin-inline: auto;
  }
  .m__sticky .-btn br {
    display: none;
  }
}
.m__sticky .-btn::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.8235294118em;
  aspect-ratio: 31 / 32;
  background-image: url(../images/ico-graph.svg);
}
.m__sticky .-btn span {
  font-weight: 700;
  line-height: 1.294;
  color: #fff;
}

.u__en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.u__ib {
  display: inline-block;
}
.u__bg_co {
  background-color: var(--c-co);
}
.u__bg_grad {
  background: linear-gradient(to bottom, #E9FBFF, #BDECF8);
}
.u__mb_s1em {
  margin-block-start: 1em;
}

.header {
  width: 100%;
  height: var(--h-header);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
@media (width < 740px) {
  .header {
    height: var(--h-header-sp);
  }
}
.header__inner {
  width: min(100% - 60px, 1266px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
}
.header__heading {
  width: 231px;
}
@media (width < 740px) {
  .header__heading {
    width: min(40.27vw, 151px);
    margin-inline: auto;
  }
}
.header__btn {
  font-size: min(1.82vw, 1.7rem);
  width: 20.7058823529em;
  aspect-ratio: 11 / 2;
  border-radius: 1.8823529412em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.2941176471em;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
}
@media (width < 740px) {
  .header__btn {
    display: none;
  }
}
.header__btn::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header__btn span {
  font-weight: 700;
  line-height: 1.294;
  color: #fff;
}
.header__btn.-type1 {
  background-color: var(--c-or-d);
  margin-inline: auto 0;
}
.header__btn.-type1::before {
  width: 1.8235294118em;
  aspect-ratio: 31 / 32;
  background-image: url(../images/ico-graph.svg);
}
.header__btn.-type2 {
  background-color: var(--c-or-l);
}
.header__btn.-type2::before {
  width: 1.8823529412em;
  aspect-ratio: 1/1;
  background-image: url(../images/ico-check.svg);
}

.footer {
  padding-block-end: 90px;
}
@media (width < 740px) {
  .footer {
    padding-block-end: 40px;
  }
}
.footer img {
  width: min(58.13vw, 290px);
  margin-inline: auto;
}
.footer small {
  font-size: min(3.2vw, 1.6rem);
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 1em;
}

.fv {
  background: linear-gradient(to bottom, #C2EFFB, #DEF6FD 65%, #fff);
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (width < 740px) {
  .fv {
    background: linear-gradient(to bottom, #C2EFFB, #DEF6FD 30%, #fff 60%);
  }
  .fv::before {
    content: "";
    width: 100%;
    height: 16vw;
    display: block;
    background-image: url(../images/bg-town-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 60vw;
    left: 0;
    z-index: 2;
  }
  .fv::after {
    content: "";
    width: 100%;
    height: 21.33vw;
    display: block;
    background-color: var(--c-co);
    position: absolute;
    top: 65.33vw;
    left: 0;
    z-index: 1;
  }
}
.fv__bg-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (width < 740px) {
  .fv__bg-img {
    bottom: unset;
    top: 5.87vw;
    z-index: 1;
  }
}
.fv__flag-left {
  width: 195px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (width < 740px) {
  .fv__flag-left {
    width: 33.6vw;
    z-index: 3;
  }
}
.fv__flag-right {
  width: 196px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (width < 740px) {
  .fv__flag-right {
    width: 33.6vw;
    z-index: 3;
  }
}
.fv__body {
  position: relative;
  width: min(100%, var(--w-full));
  margin-inline: auto;
  padding-inline: 4%;
  display: grid;
  grid-template-columns: 1fr 597px;
  grid-template-areas: "ttl map" "char map";
}
@media (width < 1024px) {
  .fv__body {
    grid-template-columns: 55% 1fr;
    grid-template-areas: "ttl char" "map map";
  }
}
@media (width < 740px) {
  .fv__body {
    grid-template-columns: 1fr;
    grid-template-areas: "ttl" "char" "map";
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
}
.fv__heading {
  grid-area: ttl;
  margin-block-start: 50px;
  margin-inline-start: 11%;
  width: 89%;
  z-index: 5;
  align-self: center;
}
@media (width < 1024px) {
  .fv__heading {
    width: 89%;
  }
}
@media (width < 740px) {
  .fv__heading {
    width: 87.47vw;
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-block-start: 10.67vw;
  }
}
.fv__char {
  grid-area: char;
  position: relative;
  z-index: 3;
  margin-block-start: 29px;
}
@media (width < 1024px) {
  .fv__char {
    margin-block-start: 100px;
  }
}
@media (width < 740px) {
  .fv__char {
    margin-block-start: 3.73vw;
    padding-inline-start: 5.33vw;
    padding-inline-end: 2.4vw;
  }
}
.fv__char .-char {
  width: 49%;
}
@media (width < 740px) {
  .fv__char .-char {
    width: 41.6vw;
    position: relative;
    z-index: 2;
  }
}
.fv__char .-fukidashi {
  width: 63%;
  position: absolute;
  top: 0;
  right: 0;
  translate: -5% -26%;
  z-index: 3;
}
@media (width < 740px) {
  .fv__char .-fukidashi {
    width: 52.8vw;
    top: unset;
    bottom: -1.6vw;
    right: 6.4vw;
    translate: initial;
  }
}
.fv__cont {
  grid-area: map;
  margin-block-start: 78px;
  position: relative;
  z-index: 1;
}
@media (width < 1024px) {
  .fv__cont {
    width: min(90%, 554px);
    justify-self: center;
    margin-block-start: 20px;
    z-index: 2;
  }
}
@media (width < 740px) {
  .fv__cont {
    width: 100%;
    background-color: var(--c-co);
    padding-block-start: 4.73vw;
    margin-block-start: -8.5vw;
  }
  .fv__cont::before {
    content: "";
    width: 100%;
    height: 26.67vw;
    display: block;
    background-image: url(../images/bg-fv-sp-bottom.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -5.07vw;
    left: 0;
    z-index: 2;
  }
}
.fv__cont_inner {
  display: contents;
}
@media (width < 740px) {
  .fv__cont_inner {
    display: block;
    width: 91.5vw;
    margin-inline: auto;
    background-color: #fff;
    border-radius: 8vw;
    position: relative;
    z-index: 2;
    padding-block-start: 8vw;
    padding-block-end: 8vw;
  }
}
.fv__cont :nth-child(1 of .fv__btn) {
  top: 8%;
  right: -3%;
}
.fv__cont :nth-child(2 of .fv__btn) {
  top: 3%;
  right: 25%;
}
.fv__cont :nth-child(3 of .fv__btn) {
  top: 35%;
  right: -4%;
}
.fv__cont :nth-child(4 of .fv__btn) {
  top: 30%;
  right: 18%;
}
.fv__cont :nth-child(5 of .fv__btn) {
  top: 26%;
  left: 45%;
}
.fv__cont :nth-child(6 of .fv__btn) {
  top: 44%;
  right: 19%;
}
.fv__cont :nth-child(7 of .fv__btn) {
  bottom: 39%;
  right: -2%;
}
.fv__cont :nth-child(8 of .fv__btn) {
  top: 35%;
  right: 38%;
}
.fv__cont :nth-child(9 of .fv__btn) {
  bottom: 32%;
  left: 43%;
}
.fv__cont :nth-child(10 of .fv__btn) {
  top: 32%;
  left: 27%;
}
.fv__cont :nth-child(11 of .fv__btn) {
  top: 31%;
  left: 8%;
}
.fv__cont :nth-child(12 of .fv__btn) {
  top: 14%;
  left: 5%;
}
.fv__cont :nth-child(13 of .fv__btn) {
  bottom: 44%;
  left: 14%;
}
.fv__cont :nth-child(14 of .fv__btn) {
  bottom: 24%;
  left: 7%;
}
.fv__cont :nth-child(15 of .fv__btn) {
  top: 42%;
  left: -6%;
}
@media (width < 740px) {
  .fv__map {
    display: none;
  }
}
.fv__btns {
  display: contents;
}
@media (width < 740px) {
  .fv__btns {
    font-size: min(4.53vw, 1.7rem);
    display: grid;
    padding-inline: 5.33vw;
    grid-template-columns: repeat(auto-fit, minmax(8.2222222222em, 1fr));
    gap: 2.13vw 1.87vw;
  }
}
.fv__btn {
  font-size: 1.7rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  place-content: center;
  color: #333;
  background-color: var(--c-accent);
  padding-inline: 1.2352941176em;
  height: 2em;
  border-radius: 1em;
  border: 1px solid #fff;
  position: absolute;
  z-index: 2;
  transition: all 0.3s;
  cursor: pointer;
}
@media (width < 740px) {
  .fv__btn {
    font-size: min(4.53vw, 1.7rem);
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 148 / 39;
    border-radius: 0.2941176471em;
    grid-template-columns: 1fr 0.5882352941em;
    place-items: initial;
    align-items: center;
    padding-inline: 1.1764705882em;
    border: none;
    justify-self: center;
  }
  .fv__btn span {
    display: block;
    line-height: 1;
    margin-block-end: calc(var(--font-top-offset) * 2);
  }
  .fv__btn::after {
    content: "";
    width: 100%;
    aspect-ratio: 4/7;
    display: block;
    background-image: url(../images/arrow-btn-next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.fv__btn:focus-visible {
  border-color: var(--c-accent);
  background-color: #fff;
}
@media (any-hover: hover) {
  .fv__btn:hover {
    border-color: var(--c-accent);
    background-color: #fff;
  }
}
.fv__bottom {
  height: 90px;
  background-image: url(../images/bg-town.png);
  background-size: 817px;
  background-repeat: repeat-x;
  background-position: center;
  position: relative;
  z-index: 2;
}
@media (width < 740px) {
  .fv__bottom {
    display: none;
  }
}

.accordion-trigger {
  width: 100%;
  padding-block: 1.3888888889em;
  padding-inline: 1.9444444444em 1.6666666667em;
  display: grid;
  grid-template-columns: 1fr 0.8333333333em;
  line-height: 2;
  text-align: start;
}
.accordion-trigger::after {
  content: "";
  display: block;
  aspect-ratio: 5 / 4;
  background-color: var(--c-acnt);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  margin-block-start: 0.6em;
  transition: rotate 0.3s;
}
.accordion-trigger[aria-expanded=true]::after {
  rotate: 180deg;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s;
}
.accordion-content .-cont {
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.accordion-content.is-visible {
  grid-template-rows: 1fr;
}
.accordion-content.is-visible .-cont {
  opacity: 1;
  overflow: auto;
}
/*# sourceMappingURL=style.css.map */
