@charset "UTF-8";
/* メディアクエリ
==================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
button,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
}

label {
  cursor: pointer;
}

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

textarea {
  resize: vertical;
}

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

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

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

main {
  overflow: hidden;
}

html {
  min-height: 100vh;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  color: #333333;
  line-height: 1.6;
  font-family: "Noto Sans", sans-serif;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  cursor: pointer;
}
@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

body {
  max-width: 460px;
  margin-inline: auto;
  background: #F7F7F7;
  font-weight: 500;
  letter-spacing: 0;
}

.inner {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.section {
  padding-top: 90px;
}

.section__title {
  position: relative;
  padding-left: 5px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.375;
  letter-spacing: 0.03em;
}

.section__title::before {
  position: absolute;
  top: 14px;
  left: -20px;
  width: 19px;
  height: 5px;
  background: #00A4AC;
  content: "";
}

.section__title.--first::before {
  top: 10px;
}

.section__title .--palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.text-16 {
  font-size: 16px;
  line-height: 2;
}
.text-16 span {
  font-weight: 700;
}

.attention__container {
  padding: 18px 15px;
  background: #00A4AC;
  color: #FFF;
}

.attention__head {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14.9px;
}

.attention__title {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.1904761905;
}

.attention__text {
  margin-top: 13px;
  font-size: 15px;
  line-height: 1.6;
}

.attention__bottom {
  margin-top: 13px;
  padding: 7px 15px;
  background: #FFF;
  color: #00A4AC;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6875;
}

.case__items {
  display: grid;
  max-width: 312px;
  margin-top: 50px;
  margin-inline: auto;
  gap: 30px;
}

.case__item {
  display: grid;
  grid-template-columns: 41.0256410256% 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border: 1px solid #333333;
  letter-spacing: 0.03em;
}

.case__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 9px;
  background: #333333;
  color: #FFF;
  white-space: nowrap;
}

.case__label::after {
  position: absolute;
  top: 50%;
  left: 99.8%;
  width: 21px;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #333333;
  content: "";
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.case__item .head {
  margin-top: 6px;
  /* font-size: 11px; */
  font-size: clamp(1rem, -0.4rem + 4vi, 1.1rem);
  line-height: 1.3636363636;
}
.case__item .price {
  margin-left: 10px;
  margin-left: auto;
  font-weight: 900;
  font-size: 26px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}
.case__item .jp {
  z-index: 2;
  position: relative;
  margin-top: 6px;
  margin-left: 2px;
  font-weight: 900;
  /* font-size: 14px; */
  font-size: clamp(1.2rem, -1.6rem + 8vi, 1.4rem);
  line-height: 1.5714285714;
}

.case__value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-right: 16px;
  padding-left: 34px;
  background: #FFF;
}
.case__value .price {
  font-size: 32px;
}

.case__text {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5384615385;
  letter-spacing: 0.03em;
}

.comparison__table {
  margin-top: 61px;
}

.comparison__table table {
  width: 100%;
  border-collapse: collapse;
}

.comparison__table th,
.comparison__table td {
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.comparison__table td {
  width: 85px;
  border: 1px solid #333333;
}

.comparison__company {
  min-width: 56px;
  background: #333333;
  color: #C3C3C3;
  font-weight: bold;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2142857143;
}

.comparison__company:first-child {
  border-top: 0.5px solid #333;
  border-left: 0.5px solid #333;
}

.comparison__company.--border {
  border-right: 0.05rem solid #C3C3C3;
}

.comparison__company.--highlight {
  position: relative;
  width: 98px;
  border: initial;
  background: #00A4AC;
  color: #FFF;
  font-size: 29px;
  line-height: 1.8620689655;
}
.comparison__company.--highlight::after {
  position: absolute;
  bottom: 98%;
  left: 0;
  width: 100%;
  height: 11px;
  background: #00A4AC;
  content: "";
}

tbody tr {
  height: 55px;
  background: #FFF;
}

.comparison__service {
  background: #f8f8f8;
  font-weight: bold;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2142857143;
  text-align: center;
}

.comparison__status {
  position: relative;
}

.comparison__status.--highlight {
  position: relative;
  width: 98px;
  border: initial;
  background: #00A4AC;
}
.comparison__status.--highlight::after {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 95%;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFF;
  content: "";
}

tr:last-child .comparison__status.--highlight {
  border-bottom: 1px solid #333333;
}

td:first-child {
  border-right: initial;
}

td:nth-child(3) {
  border-left: initial;
}

.comparison__icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 二重丸（完全対応） */
.comparison__icon.--circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 29px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid white;
  border-radius: 50%;
  content: "";
}

.comparison__icon.--circle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 19px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid white;
  border-radius: 50%;
  content: "";
}

/* 三角（部分対応） */
.comparison__icon.--triangle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/icon_triangle.webp) no-repeat center center/contain;
  content: "";
}

/* 丸の輪郭のみ */
.comparison__icon.--circle-outline::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 23px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #333;
  border-radius: 50%;
  content: "";
}

/* バツ印 */
.comparison__icon.--cross::before,
.comparison__icon.--cross::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 1px;
  background: #333333;
  content: "";
}

.comparison__icon.--cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.comparison__icon.--cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.comparison__bottom {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.cta {
  margin-top: 90px;
  padding: 60px 0;
  border-top: 10px solid #00A4AC;
  border-bottom: 10px solid #00A4AC;
  background: #404852;
  color: #FFF;
}

.cta__copies {
  display: grid;
  gap: 25px;
}

.cta__copy {
  display: grid;
  gap: 5px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4166666667;
}
.cta__copy .--big {
  font-size: 43px;
  line-height: 1.1627906977;
}
.cta__copy .--small {
  font-size: 22px;
  line-height: 1.5454545455;
}

.cta__items {
  display: grid;
  margin-top: 72px;
  gap: 26px;
}

.cta__pop {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
}

.cta__btn {
  margin-top: 3px;
}

.flow__items {
  display: grid;
  margin-top: 65px;
  gap: 65px;
}

.flow__item {
  position: relative;
  padding: 31px 10px 20px;
  border: 2px solid #00A4AC;
  background: #FFF;
}

.flow__circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: -35px;
  left: clamp(1rem, -15.8rem + 48vi, 2.2rem);
  /* left: 22px; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 98px;
  height: 98px;
  border: 2px solid #00A4AC;
  border-radius: 50%;
  background: #FFF;
  color: #00A4AC;
  text-align: center;
}

.flow__number {
  width: 74px;
  border-bottom: 1px solid #00A4AC;
  font-size: 15px;
  line-height: 1.6666666667;
  text-transform: uppercase;
}

.flow__step {
  font-weight: 900;
  font-size: 21px;
  line-height: 1.6666666667;
}
.flow__step span {
  display: block;
  margin-top: -8px;
  font-size: 15px;
  line-height: 1.6666666667;
}

.flow__item.--step3 .flow__step {
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.15;
}

.flow__item.--step4 .flow__step {
  margin-top: 10px;
  font-size: 20px;
  line-height: 0.8;
}
.flow__item.--step4 .flow__step span {
  margin-top: initial;
}

.flow__container {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 63.3333333333%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8.5px;
}

.flow__icon {
  text-align: center;
}

.flow__content {
  letter-spacing: 0.03em;
}

.flow__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
}

.flow__text {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.6;
}

.footer {
  margin-top: 90px;
  padding: 33.3px 0 160px;
  background: #F4F4F4;
}

.footer__logo {
  width: 252px;
}

.footer__comapny {
  margin-top: 32px;
}

.--name {
  margin-left: -4px;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.4444444444;
}

.--image {
  width: 125px;
  margin-top: 3px;
}

.footer__info {
  display: grid;
  margin-top: 10px;
  gap: 4px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4166666667;
}

.footer__links {
  display: grid;
  margin-top: 10px;
  gap: 10px;
  text-align: right;
}

.footer__link {
  font-size: 12px;
  line-height: 1.4166666667;
  text-decoration: underline;
}

.footer__bottom {
  margin-top: 34.5px;
  padding-top: 10.5px;
  border-top: 0.05rem solid #FFFFFF;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

.fv {
  position: relative;
}

.fv__image video{
  width: 100%;
}

.fv__image {
  height: 100vh;
}

@media (width < 360px) {
  .fv__image {
    height: 120vh;
  }
}

.fv__image img,
.fv__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (min-width: 768px) {
   .fv__image {
     height: auto;
   }
  }

.fv__content {
  position: absolute;
  top: 79px;
  left: 20px;
  color: #FFF;
}

.fv__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5625;
  font-size: clamp(2.2rem, -11.8rem + 40vi, 3.2rem);
}
.fv__title span {
  font-size: 42px;
  line-height: 1.1904761905;
  font-size: clamp(3.2rem, -10.8rem + 40vi, 4.2rem);
}
.fv__title .--palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.fv__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 22px;
  gap: 7px;
}

.fv__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  place-items: center;
  min-height: 42px;
  padding: 0 14px;
  outline: 1px solid white;
  outline-offset: -4px;
  background: #4E4E4E;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5454545455;
  font-size: clamp(1.6rem, -6.8rem + 24vi, 2.2rem);
}
.fv__item span {
  font-size: 18px;
  line-height: 1.8888888889;
  font-size: clamp(1.2rem, -7.2rem + 24vi, 1.8rem);
}

.fv__copies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 22px;
  gap: 5px;
}

.fv__copy {
  font-weight: 700;
  font-size: 23px;
  line-height: 1.4782608696;
  font-size: clamp(1.7rem, -6.7rem + 24vi, 2.3rem);
}

.fv__copy:last-child {
  margin-top: -6px;
  font-size: 36px;
  font-size: clamp(2.4rem, -14.4rem + 48vi, 3.6rem);
}

.fv__links {
  display: grid;
  position: absolute;
  bottom: 23px;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  gap: 6.3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fv__link a {
  display: grid;
  place-items: center;
  height: 65px;
  border-radius: 33px;
  /* height: clamp(4.5rem, -23.5rem + 80vi, 6.5rem); */
}

@media (width < 360px) {
  .fv__link a {
    height: 50px;
  }
}


.fv__link.--line a {
  border: 2px solid #00A4AC;
  background: #FFF;
  color: #00A4AC;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3333333333;
}

@media (width < 360px) {
  .fv__link.--line a  {
    font-size: clamp(1.2rem, -3rem + 12vi, 1.5rem);
  }
}

.fv__link.--line span {
  position: relative;
  padding-left: 41.49px;
  text-align: center;
}
.fv__link.--line span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 31.49px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_line.webp) no-repeat center center/contain;
  content: "";
}

.fv__link.--line span.small{
  position: unset;
  padding: 0;
  font-size: 11px;
}

.fv__link.--tel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #FFF;
  background: #00A4AC;
  color: #FFF;
}
.fv__link.--tel span {
  padding-left: 37px;
}

.fv__link .--number {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
}
@media (width < 360px) {
  .fv__link .--number {
    font-size: clamp(1.8rem, -1rem + 8vi, 2rem);
  }
}

.fv__link .--number::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  background: url(../img/icon_tel.webp) no-repeat center center/contain;
  content: "";
}

.fv__link .--time {
  font-size: clamp(1rem, -0.4rem + 4vi, 1.1rem);
  line-height: 1.3636363636;
  font-weight: 400;
}

/* ハンバーガーメニュー */
/*==================================================
　5-2-6 3本線が回転して×に
===================================*/
.hamburger {
  z-index: 10000;
  position: relative;
  width: 2.4rem;
  width: 21px;
  height: 1.8rem;
  height: 18px;
  margin-left: auto;
  cursor: pointer;
}

/*ボタン内側*/
.hamburger span {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: #333333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
}

.hamburger span:nth-of-type(1) {
  top: 0;
}

.hamburger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hamburger span:nth-of-type(3) {
  bottom: 0;
}

/*activeクラスが付与されると線が回転して×になる*/
.hamburger.active span {
  top: 50%;
  left: 50%;
}

.hamburger.active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  left: 50%;
  width: 100vw;
  max-width: 460px;
  height: 57px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFF;
}

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

.header__logo {
  width: 186px;
}

.headerSp {
  position: fixed;
  top: 57px;
  right: 0;
  width: 80.7692307692%;
  background: #FFF;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  z-index: -1;
  height: calc(100vh - 57px);
  padding-bottom: 100px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.headerSp.is-openSP {
  visibility: visible;
  z-index: 120;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.headerSp__inner {
  padding: 0 20px;
}

.headerSp__items {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0.03em;
}

.headerSp__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px 13.2px;
}

.headerSp__item:first-child a {
  padding-top: initial;
  font-size: 16px;
  line-height: 1.375;
  text-transform: uppercase;
}

.headerSp__item:last-child a {
  padding-bottom: initial;
}

.headerSp__item:not(:first-child) {
  border-top: 1px solid #707070;
}

.headerSp__links {
  display: grid;
  max-width: 215px;
  margin-top: 53px;
  gap: 20px;
}

.headerSp__link a {
  display: grid;
  place-items: center;
  height: 45px;
  border-radius: 33px;
}

.headerSp__link.--line a {
  border: 2px solid #00A4AC;
  background: #FFF;
  color: #00A4AC;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3333333333;
}
.headerSp__link.--line span {
  position: relative;
  padding-left: 32.7px;
  font-size: 10px;
  text-align: center;
}
.headerSp__link.--line span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 27.49px;
  height: 26.19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_line.webp) no-repeat center center/contain;
  content: "";
}

.headerSp__link.--line span.small{
  position: unset;
  padding: 0;
  font-size: 8px;
}

.headerSp__link.--tel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #FFF;
  border-radius: 34px;
  background: #00A4AC;
  color: #FFF;
}
.headerSp__link.--tel span {
  padding-left: 31px;
}
.headerSp__link.--tel .--number {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.03em;
}
.headerSp__link.--tel .--number::after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 31px;
  height: 31px;
  background: url(../img/icon_tel.webp) no-repeat center center/contain;
  content: "";
}
.headerSp__link.--tel .--time {
  margin-top: -3px;
  padding-left: 24px;
  /*font-weight: 100;*/
  font-weight: 400;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: -0.1em;
}

.no-scroll {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 460px;
  margin-inline: auto;
  overflow: hidden;
}

.menu {
  color: #FFF;
}

.menu__items {
  display: grid;
}

.menu__item {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url(../img/menu01.png) no-repeat center center/cover;
}

.menu__item:nth-child(2) {
  background: url(../img/menu02.png) no-repeat center center/cover;
}

.menu__items:nth-child(2) .menu__item:nth-child(1) {
  background: url(../img/menu03.png) no-repeat center center/cover;
}

.menu__items:nth-child(2) .menu__item:nth-child(2) {
  background: url(../img/menu04.png) no-repeat center center/cover;
}

.menu__item:nth-child(3) {
  background: url(../img/menu05.png) no-repeat center center/cover;
}

.menu__item:nth-child(4) {
  background: url(../img/menu06.png) no-repeat center center/cover;
}

.menu__content {
  width: 90%;
  margin-inline: auto;
  font-size: 400px;
}

.menu__title {
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 7px;
  text-align: center;
}

.menu__text {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
}

.menu__attention {
  margin-top: 0.4rem;
  font-size: 1.5rem;
  line-height: 2.1052631579;
  text-align: center;
}

.menu__attention span {
  color: #F7171F;
  font-weight: 600;
}

.menu__big {
  margin-left: 0.8rem;
  font-size: 3.2rem;
  letter-spacing: 0.8px;
}

.menu__small {
  margin-right: 0.8rem;
  font-size: 1.8rem;
}

.menu__item:has(.menu__attention) .menu__text {
  margin-top: 0.8rem;
}

.merit__items {
  display: grid;
  margin-top: 50px;
  gap: 40px;
}

.merit__item {
  display: grid;
  gap: 10px;
}

.merit__title {
  display: grid;
  grid-template-columns: 57px 1fr;
  min-height: 57px;
}

.merit__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #00A4AC;
  background: #FFF;
  color: #00A4AC;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}
.merit__number span {
  margin-bottom: -5px;
  font-weight: 700;
  font-size: 10px;
  line-height: 2.1;
}

.merit__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding: 0 17px 0 16px;
  background: #00A4AC;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: 0.03em;
}

.merit__text {
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.03em;
}

/* モーダル関連のスタイル */
.modal__open {
  cursor: pointer;
}

.modal {
  display: none;
  padding: 20px;
  background: #F7F7F7;
  color: #00A4AC;
}

.modal.is-active {
  display: block;
}

.modal__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.65;
}

.modal__text {
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.03em;
}

.modal__text.--first {
  margin-top: 30px;
}

.modal__title.--decoration {
  position: relative;
  margin-top: 60px;
  padding-left: 41px;
}

.modal__title.--decoration::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/modal_decoration.webp) no-repeat center center/contain;
  content: "";
}

.modal__items {
  display: grid;
  margin-top: 20px;
  gap: 30px;
}

.modal__item {
  display: grid;
  gap: 15px;
}
.modal__item h4 {
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8333333333;
  letter-spacing: 0.03em;
}
.modal__item h4::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #00A4AC;
  content: "";
}

.modal__quotation {
  margin-top: 60px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.8461538462;
  letter-spacing: 0.03em;
  word-break: break-all;
}

.modal__close {
  display: grid;
  position: relative;
  place-items: center;
  width: 129px;
  height: 42px;
  margin-top: 37px;
  background: #767676;
  color: #FFF;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.modal__close span {
  position: relative;
  padding-left: 7px;
}
.modal__close::before {
  position: absolute;
  top: 50%;
  left: 19px;
  width: 24px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow_return.webp) no-repeat center center/contain;
  content: "";
}

.problem {
  padding-top: 27px;
}

.problem__items {
  display: grid;
  margin-top: 50px;
  gap: 12px;
}

.problem__item {
  display: grid;
  grid-template-columns: 1fr 64.8484848485%;
  padding: 15px 15px 15px 0;
  gap: 11px;
  background: #FFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.problem__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.problem__text {
  margin-top: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}
.problem__text span {
  font-weight: 700;
}

.qa__items {
  display: grid;
  margin-top: 50px;
  gap: 30px;
}

.qa__item {
  padding: 17px;
  background: #FFF;
}

.qa__question,
.qa__answer {
  font-size: 14px;
  line-height: 1.9285714286;
}

.qa__question {
  position: relative;
  padding-right: 2.5rem;
  padding-right: 36px;
  cursor: pointer;
}

.qa__question::after {
  position: absolute;
  top: 10px;
  right: 0;
  width: 14px;
  height: 10px;
  background: url(../img/arrow_qa.webp) no-repeat center center/contain;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*アニメーションの設定*/
  will-change: transform;
}

.qa__question.is-active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.qa__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
}

.qa__flex span {
  position: relative;
  width: 16.42px;
}

.qa__question .qa__flex span::after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16.42px;
  height: 19.1px;
  background: url(../img/q.webp) no-repeat center center/contain;
  content: "";
}

.qa__answer .qa__flex {
  margin-top: 15px;
  gap: 22px;
}

.qa__answer {
  padding-right: 5px;
  padding-left: 13px;
}
.qa__answer .qa__flex span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 27px;
  background: url(../img/a.webp) no-repeat center center/contain;
  content: "";
}

.qa__answer {
  display: none;
}

.reason__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 5px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.375;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.reason__title span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  border: 5px solid #00A4AC;
  border-radius: 50%;
  content: "";
  line-height: 1.375;
}

.reason__text {
  margin-top: 50px;
}

.reason__btn {
  min-height: 83px;
  margin-top: 35px;
  margin-bottom: 5px;
  padding: 15px 15px;
  border-radius: 7px;
  background: #00A4AC;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.56);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.56);
  color: #FFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.65;
}
.reason__btn span {
  display: inline-block;
  width: 19.43px;
  height: 19.09px;
  margin-left: 5px;
  background: url(../img/icon_link.svg) no-repeat center center/contain;
}

.system__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  gap: 15px;
}

.system__item {
  padding: 10px 10px 22px;
  background: #FFF;
  text-align: center;
}

.system__title {
  margin-top: 8px;
  font-weight: 700;
  /* font-size: 16px; */
  font-size: clamp(1.4rem, -1.4rem + 8vi, 1.6rem);
  line-height: 1.375;
}

.system__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  margin-top: 16px;
  padding-left: 64px;
  background: #00A4AC;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
}

.zero {
  margin-left: 10px;
  font-weight: 700;
  font-size: 45px;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.05em;
}

.jp {
  margin-left: 2px;
  font-size: 20px;
}

.system__support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 69px;
  margin-top: 11px;
  gap: 7px;
  border: 1px solid #333333;
}
.system__support .--title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  line-height: 1;
  text-align: center;
}
.system__support .--value {
  font-weight: 700;
  /* font-size: 45px; */
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.05em;
  font-size: clamp(3rem, -18rem + 60vi, 4.5rem);
}
.system__support .--value span {
  margin-left: 2px;
  /*font-weight: 500;*/
  font-size: 20px;
  line-height: 1.35;
  /*font-size: clamp(3rem, -18rem + 60vi, 4.5rem);*/
}

.system__support .--value span.small {
  margin-left: 2px;
  font-size: 12px;
}

.system__bottom {
  margin-top: 15px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.8461538462;
  letter-spacing: 0.03em;
}

.voice__items {
  display: grid;
  margin-top: 50px;
  gap: 30px;
}

.voice__item {
  padding: 25px 19px;
  background: #F4F4F4;
}

.voice__head {
  display: grid;
  grid-template-columns: 60px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.voice__name {
  letter-spacing: 0.03em;
}

.voice__case {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
}

.voice__info {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.3;
}

.voice__label {
  display: grid;
  place-items: center;
  height: 29px;
  margin-top: 16px;
  background: #00A4AC;
  color: #FFF;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.3em;
}

.voice__content {
  display: grid;
  margin-top: 21px;
  gap: 14px;
  letter-spacing: 0.03em;
}

.voice__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3888888889;
}

.voice__text {
  font-size: 15px;
  line-height: 1.8;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1100 * 100vw);
  }
  .inner {
    max-width: 460px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .inner__mini {
    max-width: 1040px;
  }
  .menu__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu__item {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .menu__content {
    width: 70%;
  }
  .menu__title {
    font-size: 3rem;
  }
  .menu__text {
    margin-top: 4.6rem;
    font-size: 1.5rem;
  }
  .menu__attention {
    font-size: 1.9rem;
  }
  .menu__big {
    font-size: 4.2rem;
  }
  .menu__small {
    font-size: 2.2rem;
  }
  .menu__item:has(.menu__attention) .menu__text {
    margin-top: 1.8rem;
  }
  .system__price {
    padding-left: 105px;
  }
  .u-mobile {
    display: none;
  }
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
}

.p-privacy {
  padding-top: 70px;
}

.p-privacy__title {
  padding: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  background-color: #00A4AC;
  text-align: center;
}

.p-privacy__text {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.9285714286;
  letter-spacing: 0.05em;
}

.p-privacy__wrap {
  margin-top: 24px;
}

.p-privacy__wrap dl:not(:first-of-type) {
  margin-top: 14px;
}

.p-privacy__wrap dt {
  font-weight: 700;
}

.p-privacy__wrap dd {
  font-size: 12px;
}

.p-privacy__btn {
  margin-top: 28px;
  text-align: center;
}

.p-privacy__btn a {
  display: inline-block;
  width: 120px;
  padding: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #FFF;
  background-color: #00A4AC;
  text-align: center;
}

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


.layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s linear, visibility 1s linear, z-index 1s linear;
}

.layer.is-open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.layer.is-open .modal02 {
  opacity: 1;
  visibility: visible;
}

.modal02 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-right: auto;
  margin-left: auto;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.7s linear, opacity 0.7s linear;
}


.modal02__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 10px 10px 13px 2px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  display: block;
  height: auto;
}

@media screen and (max-width: 500px) {
  .modal02 {
    top: 47%;
    max-height: none;
    overflow-y: inherit;
  }
}
.modal02__contents {
  position: relative;
  background-color: #00a4ac;
}


.modal02__contents-btn {
  position: absolute;
  bottom: 26px;
  padding: 0 17px;
}

.modal02__contents-btn a {
  display: inline-block;
  margin-top: -7px;
}



.wrap {
  position: absolute;
  bottom: 0;
  top:110px;
  left: 0;
  right: 0;
  margin: auto;
}

.wrap h1{
  font-weight: 700;
  font-size: 20px;
  color: #1d1a38;
  text-align: center;
}

/* Countdown */
.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown .bloc-time {
  display: flex;
  align-items: flex-end;
  text-align: center;
}

.countdown .bloc-time:last-child {
  margin-right: 0;
}

.countdown .count-title {
  display: block;
font-weight: 500;
font-size: 17px;
  /* font: normal 0.94em 'Lato', sans-serif; */
  color: #1a1a1a;
  text-transform: uppercase;
}

.countdown .figure {
  position: relative;
  float: left;
  height: 57px;
  width: 51px;
  margin-right: 4px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2), inset 2px 4px 0 0 rgba(255, 255, 255, .08);
}

.countdown .figure:last-child {
  margin-right: 0;
}

.countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font: normal 48px/57px 'Lato', sans-serif;
  font-weight: 700;
  color: #1d1a38;
}

.countdown .top, .bottom-back {
  position: relative;
}

.countdown .top::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.countdown .top {
  z-index: 3;
  background-color: #f7f7f7;
  transform-origin: 50% 100%;
  transform: perspective(200px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.countdown .bottom {
  z-index: 1;
}

.countdown .bottom::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, .02);
}

.countdown .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.countdown .top, .top-back {
  height: 50%;
  overflow: hidden;
  backface-visibility: hidden;
}

.countdown .top-back {
  z-index: 4;
  bottom: 0;
  background-color: #fff;
  transform-origin: 50% 0;
  transform: perspective(200px) rotateX(180deg);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.countdown .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}

.fixed {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%); /* 初期は非表示（下に隠す） */
  /* bottom: 20px; */
  /* padding: 0 10px; */
  width: 100%;
  max-width: 460px;
  transition: transform 0.4s ease-out; /* スムーズなアニメーション */
}

.fixed.is-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0%); /* 初期は非表示（下に隠す） */
}

.fixed__links {
  display: grid;
  /* gap: 6px; */
  grid-template-columns: repeat(2, 1fr);
}

.fixed__links .fixed__link a {
  border-radius: 5px;
}


/* transaction */
.transaction {
  margin-top: 100px;
}

.pp_title {
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 4vw;
}

.pp_title::before {
  content: "";
  width: 5px;
  height: 20px;
  background-color: #00A4AC;
  display: inline-block;
  margin-right: 10px;
}

.pp-accordion-list__item {
  margin-top: 4vw;
}

.pp-accordion-list__item-title {
  position: relative;
  font-size: 4vw;
  text-align: center;
  color: #fff;
  background-color: #00A4AC;
  cursor: pointer;
}

.pp-accordion-list__item-title::before {
  position: absolute;
  content: "";
  top: 30%;
  right: 2.66666667vw;
  width: 2.1333333vw;
  height: 2.1333333vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s transform;
}
.pp-accordion-list__item-title.is-active::before {
    transform: rotate(-45deg);
    top: 40%;
}

.pp-accordion-list__item-title.is-open::before {
  transform: rotate(-45deg);
  top: 40%;
}

.pp-accordion-list__item-img {
  display: none;
}

@media screen and (min-width: 768px) {
  .pp_title {
    font-size: 20px;
  }
  .pp-accordion-list__item-title {
    font-size: 30px;
  }
  .pp-accordion-list__item-title::before {
    width: 16px;
    height: 16px;
  }

  .pp-accordion-list__item {
    margin-top: 30px;
  }
}

.movie{
  margin: 50px auto 30px;
  position: relative;
    width: 89.333333%;
    height: 0;
    padding-top: 56.25%;
}
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}