/* style.css */

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  box-sizing: border-box;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.65;
  min-width: 1100px;
  padding-top: 3rem;
  /* .header-fixed-messageの高さ分の余白 */
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

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

section {
  padding: 8em 0;
}

[class$="__title"] {
  font-size: 4em;
  font-weight: 900;
  text-align: center;
}

sup {
  font-size: 0.4em;
  vertical-align: super;
}

/* 内包コンテナ */
[class$="__inner"] {
  max-width: 1080px;
  margin: 0 auto;
}

/* メッセージ */
[class$="__message"] {
  color: #87ceeb;
  font-size: 3.2em;
  font-weight: 900;
  margin: 2em auto 0;
  text-align: center;
}

.isSp {
  display: none;
}

.font--codystar {
  font-family: "Codystar", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font--codystar_thin {
  font-family: "Codystar", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font--montserrat_italic {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
}

.bg--light-gray {
  background: #fbfbfb;
}

.bg--beige {
  background: #f5f5f0;
}

.text--bold {
  font-weight: 700;
}

.text--skyblue {
  color: #87ceeb;
}

.text--underline {
  text-decoration: underline;
}

.text--marker_skyblue {
  background: linear-gradient(180deg, transparent 15%, #87ceeb 15%, #87ceeb 90%, transparent 90%);
  color: #fff;
  display: inline-block;
  padding: 0 0.1em;
}

.text--small {
  font-size: 0.65em;
}

.text--note {
  margin: 1em 0;
  text-align: right;
}

/* header */

.header-fixed-message {
  align-items: center;
  background: #444;
  color: #ccc;
  display: flex;
  font-size: 1.4em;
  height: 32px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header {
  background: #fff;
  width: 100%;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}

.header__title-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header__title-wrap span:hover,
.header__title-wrap p:hover {
  text-decoration: none;
}

.header__tagline {
  color: #666;
  font-size: 1em;
  padding: 0.1em 0;
  position: relative;
  transform: rotate(-2deg);
}

.header__tagline::after,
.header__tagline::before {
  background: #ccc;
  content: "";
  display: block;
  height: 0.1em;
  left: 0;
  position: absolute;
  width: 100%;
}

.header__tagline::before {
  top: 0;
  transform: rotate(-2.5deg);
  transform-origin: left;
}

.header__tagline::after {
  bottom: 0;
  transform: rotate(2.5deg);
  transform-origin: left;
}

.header__title__logo {
  width: 5em;
}

.header__title {
  align-items: center;
  display: flex;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.header__title--en {
  font-size: 3em;
  margin: 0.29em 0.3em 0em 0.08em;
}

.header__title--ja {
  left: 5.4em;
  position: absolute;
  top: 0.1em;
}

.header__en {
  color: #666;
  font-size: 0.5em;
  margin-left: 0.8em;
}

.header__btn {}

.btn {
  align-items: center;
  background: #66cdaa;
  border-radius: 2.5em;
  color: #fff;
  display: flex;
  font-size: 1.6em;
  font-weight: 500;
  height: 3em;
  justify-content: center;
  line-height: 1;
  padding: 0 2.5em 0.15em 1.5em;
  position: relative;
  transition: .2s ease-in-out;
  width: fit-content;
}

.btn:hover {
  filter: brightness(1.05);
  text-decoration: none;
}

.btn::after {
  border-bottom: 0.4em solid transparent;
  border-left: 0.6em solid #fff;
  border-right: 0.6em solid transparent;
  border-top: 0.4em solid transparent;
  content: "";
  height: 0.8em;
  position: absolute;
  right: 0em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6em;
}

.btn--cta {}

.kv {
  padding: 0;
  overflow-x: hidden;
}

.kv__inner {
  height: 64em;
  position: relative;
  min-width: 1100px;
}

.kv__image {
  background: url(../images/kv.webp) no-repeat top -5.5em left -5em / 115% auto;
  border-bottom-left-radius: 10em;
  border-top-left-radius: 10em;
  display: block;
  height: 64em;
  left: 10em;
  position: absolute;
  top: 0;
  min-width: 1100px;
  width: calc(1080px - 10em + (100vw - (1080px - 10em)) / 2);
  z-index: -1;
}

.kv__content {
  padding: 2.5em 0 0;
}

.kv__catch_en {
  color: #fff;
  font-size: 12em;
  font-weight: 700;
  line-height: 1;
  margin-left: -0.1em;
  /* text-shadow: 0.02em 0.025em 0 #fff ; */
  text-shadow: -0.02em 0.05em 0.1em rgba(0, 0, 0, 0.3);
}

.kv__catch {
  font-size: 3.6em;
  font-weight: 900;
  line-height: 1.2;
  margin: 0.5em 0 0.7em;
  text-shadow: 0 0 0.2em #fff;
}

.kv__items {
  align-items: center;
  display: flex;
  gap: 2em;
  margin-left: -1em;
}

.kv__badges {
  align-items: center;
  display: flex;
  gap: 1em;
}

.kv__badge {
  align-items: center;
  background: linear-gradient(135deg, #666 80%, #ccc 80%, transparent 85%);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.6em;
  font-weight: 500;
  height: 6em;
  justify-content: center;
  line-height: 1.35;
  position: relative;
  width: 6em;
}

.kv__badge::before {
  background: url(../images/icon--check.svg) no-repeat center / 100% auto;
  content: "";
  display: block;
  height: 2.4rem;
  position: absolute;
  right: 0.2rem;
  top: 0.7rem;
  width: 2.4rem;
}

.kv__cta {
  box-shadow: 0 0 0.2em #fff;
  transform: scale(1.25);
  transform-origin: left;
}

.kv-message {
  align-items: center;
  display: flex;
  justify-content: center;
  height: calc(13.35 * 3 * 1em);
  margin: 8em 0 0;
  position: relative;
}
.kv-message::before {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.kv-message__scroll-image01 {
  animation: kv-message__scroll-image--toLeft--01 45s linear infinite;
  background: url(../images/kv-message--bg--01.webp) repeat-x top center / 120em auto;
  height: 13.35em;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 0;
}
.kv-message__scroll-image02 {
  animation: kv-message__scroll-image--toRight 60s linear infinite;
  background: url(../images/kv-message--bg--02.webp) repeat-x top center / 120em auto;
  height: 13.35em;
  left: 0;
  position: absolute;
  top: 13.35em;
  width: 100vw;
  z-index: 0;
}
.kv-message__scroll-image03 {
  animation: kv-message__scroll-image--toLeft--02 55s linear infinite;
  background: url(../images/kv-message--bg--03.webp) repeat-x top center / 120em auto;
  height: 13.35em;
  left: 0;
  position: absolute;
  top: 26.7em;
  width: 100vw;
  z-index: 0;
}

@keyframes kv-message__scroll-image--toLeft--01 {
  0% {
    background-position: left 0 center;
  }
  100% {
    background-position: left -120em center;
  }
}
@keyframes kv-message__scroll-image--toLeft--02 {
  0% {
    background-position: left 5em center;
  }
  100% {
    background-position: left -115em center;
  }
}

@keyframes kv-message__scroll-image--toRight {
  0% {
    background-position: left -120em center;
  }
  100% {
    background-position: left 0 center;
  }
}

.kv-message__inner {
  position: relative;
  z-index: 2;
}

.kv-message__text {
  font-size: 2.8em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.problems {}

.problems__title {}

.problems__text {
  color: #66cdaa;
  font-size: 3.2em;
  font-weight: 900;
  margin: 2em auto;
  padding: 0 1em;
  position: relative;
  text-align: center;
  width: fit-content;
}

.problems__text::before,
.problems__text::after {
  background: #66cdaa;
  bottom: 0em;
  content: "";
  display: block;
  height: 1.5em;
  position: absolute;
  width: 0.15em;
}

.problems__text::before {
  left: 0;
  transform: rotate(-20deg);
}

.problems__text::after {
  right: 0;
  transform: rotate(20deg);
}

.problems__solution-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  margin: auto;
  width: 79rem;
}

.problems__solution-list li {
  align-items: center;
  background: #fff;
  border: 4px solid #66cdaa;
  border-radius: 50%;
  display: flex;
  font-size: 2.6em;
  font-weight: 800;
  height: 25rem;
  justify-content: center;
  line-height: 1.25;
  padding: 2.2em 0.5em 1em;
  position: relative;
  text-align: center;
  width: 25rem;
}

.problems__solution-list li i {
  color: #66cdaa;
  font-size: 1.6em;
  left: 50%;
  position: absolute;
  top: 1em;
  transform: translateX(-50%);
}

.problems__note {
  font-size: 1.2em;
  text-align: center;
}

.problems__message {}

.points {}

.points__title {
  margin-bottom: 1em;
}

.points__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
  justify-content: center;
  margin: auto;
  width: 96rem;
}

.points__cards li {
  position: relative;
}

.points__cards li::before {
  background: #fff;
  border: 2px solid #66cdaa;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4.6rem;
  position: absolute;
  left: 50%;
  top: -2.5rem;
  transform: translateX(-50%);
  width: 4.6rem;
  z-index: 2;
}

.points__cards li::after {
  background: url(../images/icon--check.svg) no-repeat center / 100% auto;
  content: "";
  display: block;
  height: 3rem;
  position: absolute;
  left: 50%;
  top: -1.7rem;
  transform: translateX(-50%);
  width: 3rem;
  z-index: 2;
}

.points__card {
  background: #fbfbfb;
  border-radius: 1.5em;
  box-shadow: 0.1em 0.2em 0.4em rgba(0, 0, 0, 0.1);
  height: 40rem;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 30rem;
}

.points__image {}

.points__card-title {
  font-size: 2.4em;
  font-weight: 700;
  padding: 0.5em 0;
}

.points__text {
  font-size: 1.4em;
  line-height: 1.75;
  padding: 0 1.5rem 1rem;
  text-align: justify;
}

.points__note {
  font-size: 0.8em;
}

.overview {}

.overview__inner {}

.overview__title {}

.overview__text {
  font-size: 2em;
  font-weight: 500;
  margin: 2em auto;
  padding: 0 1em;
  position: relative;
  text-align: center;
  width: fit-content;
}

.overview__figure {
  margin: auto;
  width: 50rem;
}

.work {}

.work__title {
  margin-bottom: 1em;
}

.work__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  margin: auto;
  width: 82rem;
}

.work__card {
  border: 1px solid #ccc;
  border-radius: 2em;
  padding: 2rem;
  position: relative;
  width: 40rem;
}

.work__card:first-child::after {
  content: 'or';
  color: #ddd;
  display: block;
  font-size: 7em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  right: -6rem;
  transform: translateY(-50%);
  top: 73%;
  z-index: 2;
}

.work__card i {
  color: #ccc;
  display: block;
  font-size: 6em;
  margin: 0.2em auto 0;
  text-align: center;
}

.work__card-image {}

.work__card-title {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.35;
  padding: 0.5em 0;
  text-align: center;
}

.work__card-text {
  font-size: 1.4em;
  text-align: justify;
}

.work__message {}

.detail {}

.detail__title {
  margin-bottom: 1em;
}

.detail__blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  margin: auto;
  width: 80rem;
}

.detail__block {
  background: #fff;
  border: 0.5rem double #ccc;
  overflow: hidden;
  padding: 2rem 1rem;
  position: relative;
  width: 39rem;
}

.detail__block::before,
.detail__block::after {
  background: #66cdaa;
  content: "";
  display: block;
  height: 4rem;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 4rem;
}
.detail__block::before{
  left: -2rem;
  top: -2rem;
}
.detail__block::after {
  right: -2rem;
  bottom: -2rem;
}

.detail__subtitle {
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 1em;
  text-align: center;
}

.detail__subtitle i {
  margin-right: 0.2em;
}

.detail__text {
  font-size: 1.4rem;
  text-align: justify;
}


.plan {}

.plan__inner {
  padding-top: 40rem;
  position: relative;
  min-width: 1100px;
}

.plan__image {
  background: url(../images/plan-bg.webp) no-repeat center right / 100% auto;
  border-bottom-right-radius: 5em;
  border-top-right-radius: 5em;
  display: block;
  height: 40em;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 1100px;
  width: calc(1080px + (100vw - (1080px - 10em)) / 2);
  z-index: -1;
}

.plan__title {
  margin-bottom: 1em;
}

.plan__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin: -6rem auto 0;
  width: 62rem;
}

.plan__card {
  background: #fff;
  border: 2px dashed #ccc;
  border-radius: 2em;
  height: 30rem;
  justify-content: center;
  padding: 2em;
  position: relative;
  text-align: center;
  width: 30rem;
}

.plan__card::after {
  background: #fff;
  bottom: -1em;
  color: #ccc;
  content: "\f072";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
  right: 0em;
  padding: 0.5em;
  position: absolute;
}

.plan__card__title {
  border-bottom: #ccc dashed 2px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.35;
  padding: 0.5em 0 1em;
}

.plan__card__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 1em;
  padding: 2em 0 0;
  text-align: center;
}

.plan__card__recommend {
  color: #66cdaa;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.plan__subtitle {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.35;
  margin: 2.5em auto 1.5em;
  position: relative;
  text-align: center;
  width: fit-content;
}

.plan__text {
  background: #fbfbfb;
  border-radius: 0.8rem;
  font-size: 1.4em;
  font-weight: 500;
  margin: 2em auto;
  padding: 1em;
  position: relative;
  text-align: center;
  width: 80rem;
}

.plan__user-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin: 8rem auto 0;
  width: 80rem;
}

.plan__user-area {
  background: #fff;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  padding: 2rem;
  position: relative;
  width: 39rem;
}

.plan__user-area h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1em;
}

.plan__user-area h4::before {
  content: "\f5b0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  width: 1em;
}

.plan__user-area ul>li {
  margin-bottom: 3rem;
}

.plan__user-area ul>li:last-child {
  margin-bottom: 0;
}

.plan__user-area ul>li>h5 {
  align-items: center;
  background: #66cdaa;
  border-bottom-right-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  height: 2.4rem;
  margin: 0.5em 0;
  padding: 0.5em 1em;
  width: fit-content;
}

.plan__user-area ul>li>p {
  font-size: 1.2rem;
}

.plan__note {
  font-size: 1.2rem;
  margin: 2em auto;
  padding: 0 1em;
  position: relative;
  text-align: center;
}

.experience {}

.experience__title {
  margin-bottom: 1em;
}

.experience__cards-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin: 0 auto;
  padding-bottom: 3rem;
  width: 80rem;
}

.experience__cards-wrap li {
  width: 24rem;
}

.experience__card__thumbnail {
  height: auto;
}

.experience__card__thumbnail--no-image {
  align-items: center;
  background: #ccc;
  color: #fff;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  height: 24rem;
  width: 24rem;
}

.experience__card__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 0.5em;
  text-align: left;
  word-break: break-all;
}

.experience__card__title::before {
  content: "\f044";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
}

.experience__cta {
  margin: auto;
}

.instagram {}
.instagram__title {
  margin-bottom: 1em;
}
.instagram__feed-wrap {
  margin: auto;
  width: 80em;
}


.fee {}

.fee__title {
  margin-bottom: 1em;
}

.fee__cards {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin: auto;
  width: 80rem;
}

.fee__card {
  border: 2px solid #efefef;
  border-radius: 2rem;
  display: flex;
}

.fee__card-title {
  align-items: center;
  background: #66cdaa;
  border-bottom-left-radius: 2rem;
  border-top-left-radius: 2rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  padding: 1em;
  text-align: center;
  width: 24rem;
}

.fee__card--reward .fee__card-title {
  background: #87ceeb;
}

.fee__card__inner {
  margin: 0;
  padding: 1em 2em;
}

.fee__amount {
  color: #66cdaa;
  font-size: 3.2rem;
  font-weight: 900;
}

.fee__card--reward .fee__amount {
  color: #87ceeb;
}

.fee__desc {
  font-size: 1.4rem;
}

.fee__message {}


.flow {}

.flow__title {
  margin-bottom: 1em;
}

.flow__steps {
  display: flex;
  flex-direction: column;
  gap: 4em;
  margin: auto;
  width: 80rem;
}

.flow__steps li {
  align-items: center;
  display: flex;
  gap: 2rem;
  width: 80rem;
}

.flow__step-icon {
  align-items: center;
  background: #ccc;
  border-radius: 50%;
  display: flex;
  height: 8rem;
  justify-content: center;
  position: relative;
  width: 8rem;
}

.flow__step-icon i {
  color: #fff;
  font-size: 2.5em;
}

.flow__step-number {
  align-items: center;
  background: #66cdaa;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  height: 2em;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 2em;
}

.flow__step-title {
  font-size: 2.4em;
  font-weight: 700;
}

.flow__step-text {
  font-size: 1.4em;
}

.faq {}

.faq__title {
  margin-bottom: 1em;
}

.faq__items {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin: auto;
  width: 80rem;
}

.faq__item {}

.faq__q {
  color: #87ceeb;
  font-size: 2em;
  font-weight: 700;
  padding: 0 0 0 2em;
  position: relative;
}

.faq__q::before {
  content: 'Q.';
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 700;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: -0.4em;
}

.faq__q::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
  font-weight: 700;
  transform: translateY(-0.3em);
}

.faq__q.active::after {
  content: '-';
}

.faq__q:hover {
  cursor: pointer;
  /* Change cursor to pointer on hover */
}

.faq__a {
  font-size: 1.6em;
  line-height: 1.75;
  margin: 0.5em 0 0;
  max-height: 0;
  /* Ensures the content is hidden */
  overflow: hidden;
  /* Prevents content from spilling out */
  padding: 0 2em 0 2.4em;
  position: relative;
  transition: max-height 0.3s ease;
  /* Smooth animation */
}

/* Active state (accordion opened) */
.faq__q.active+.faq__a {
  max-height: 500px;
  /* Example value, dynamically set in JavaScript */
}

.faq__a p {
  background: #fbfbfb;
  border-radius: 1rem;
  padding: 1em 1em 1em 3.5em;
  text-align: justify;
}

.faq__a p::before {
  content: 'A.';
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 700;
  left: 2.5em;
  margin-right: 0.3em;
  position: absolute;
  top: 0.35em;
}

.contact {}

.contact__title {
  margin-bottom: 1em;
}

.contact__text {
  font-size: 2em;
  font-weight: 500;
  margin: 2em auto;
  padding: 0 1em;
  position: relative;
  text-align: center;
  width: fit-content;
}

.contact__instagram-qr {
  margin: 2rem auto;
  width: 20rem;
}

.contact__instagram-logo {
  display: block;
  height: 8em;
  margin: 0 auto 2em;
  width: 8em;
}

.contact__instagram-text {
  font-size: 1.6em;
  font-weight: 500;
  margin: 0 auto 2em;
  padding: 0 1em;
  position: relative;
  text-align: center;
  width: fit-content;
}

.contact__btn {
  margin: auto;
  transform: scale(1.5);
}

.footer {
  background: #ccc;
  padding: 6rem 0 0;
}

.footer__links {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 1.4rem;
  justify-content: center;
}

.footer__links li a {
  text-decoration: underline;
}

.footer__copy {
  font-size: 1.2rem;
  padding: 2rem 0;
  text-align: center;
}

.float-cta {
  bottom: 2rem;
  padding: 1rem;
  opacity: 0;
  position: fixed;
  right: 2rem;
  transition: .2s ease-in-out;
  z-index: -1
}

.float-cta.active {
  opacity: 1;
  z-index: 1000;
}

.float-cta__btn {}



/*
// law page
*/
.law {}


.law__title {
  margin-bottom: 1em;
}

.law__list {
  font-size: 1.6rem;
}

.law__list dt {}

.law__list dd {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.law__list dd:last-child {
  border-bottom: none;
}

.law__list a {
  text-decoration: underline;
}



/*
// common page
*/
.common-page {}

.common-page__inner {
  width: 80rem;
}

.common-page__title {
  margin-bottom: 1em;
}

.common-page__item,
.common-page p {
  font-size: 1.6rem;
  line-height: 1.75;
}

.common-page h2 {
  font-size: 2rem;
  font-weight: 700;
}

.common-page p a {
  text-decoration: underline;
}


/*
// entry page
*/
.entry__inner {
  text-align: center;
}

.entry__form-wrap {
  height: 0;
  padding-bottom: 125%;
  position: relative;
  width: 100%;
}

.entry__form {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/************************************
// sp style
************************************/


@media screen and (max-width: 767px) {

  html {
    font-size: 2.666vw;
  }

  body {
    min-width: 320px;
    padding-top: 3rem;
    /* .header-fixed-messageの高さ分の余白 */
  }

  [class$="__title"] {
    font-size: 3.2em;
  }

  /* メッセージ */
  [class$="__message"] {
    font-size: 2.4em;
  }

  .isSp {
    display: block;
  }

  .isPc {
    display: none;
  }

  /* header */

  .header-fixed-message {
    font-size: 1.4em;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  .header {
    background: #fff;
    width: 100%;
  }

  .header__inner {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 1rem
  }

  .header__title-wrap {
    display: flex;
    margin-top: 1em;
    position: relative;
  }

  .header__tagline {
    color: #666;
    font-size: 0.65em;
    left: 16.5em;
    padding: 0.2em;
    position: absolute;
    top: -2em;
    transform: rotate(-2.5deg);
  }

  .header__title {
    align-items: center;
    display: flex;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 2;
  }

  .header__title__logo {
    width: calc(5 * 0.7 * 1em);
  }

  .header__title--en {
    font-size: calc(3 * 0.7 * 1em);
    /* margin: 0.29em 0.3em 0em 0.08em; */
    margin: calc(0.29 * 0.7 * 1em) calc(0.3 * 0.7 * 1em) 0 calc(0.08 * 0.7 * 1em);
  }

  .header__title--ja {
    font-size: calc(1 * 0.7 * 1em);
    left: 5.4em;
    top: -0.6em;
  }

  .header__en {
    color: #666;
    font-size: 0.5em;
    margin-left: 0.8em;
  }

  .header__btn {
    /* display: none !important; */
    flex-shrink: 0;
    width: 10rem;
  }

  .btn {
    align-items: center;
    background: #66cdaa;
    border-radius: 2.5em;
    color: #fff;
    display: flex;
    font-size: 1.6em;
    font-weight: 500;
    height: 3em;
    justify-content: center;
    line-height: 1;
    padding: 0 2em 0.15em 1.5em;
    position: relative;
    transition: .2s ease-in-out;
    width: fit-content;
  }

  .btn:hover {
    filter: brightness(1.05);
    text-decoration: none;
  }

  .btn::after {
    border-bottom: 0.4em solid transparent;
    border-left: 0.6em solid #fff;
    border-right: 0.6em solid transparent;
    border-top: 0.4em solid transparent;
    content: "";
    height: 0.4em;
    position: absolute;
    right: 0em;
    top: 50%;
    transform: translateY(-50%);
    width: 0.6em;
  }

  .btn--cta {}

  .kv {}

  .kv__inner {
    height: 60em;
  }

  .kv__image {
    background: url(../images/kv.webp) no-repeat top 0 left -39em / auto 105%;
    border-bottom-left-radius: 5em;
    border-top-left-radius: 5em;
    height: 60em;
    left: 1.5em;
    top: 0;
  }

  .kv__content {
    padding: 1.5em 0 2.5em;
  }

  .kv__catch_en {
    font-size: 5em;
    letter-spacing: -0.015em;
    margin-left: 3.9rem;
    margin-top: 0.1rem;
  }

  .kv__catch {
    font-size: 2.6em;
    margin: 2.5em 0 1em 3.2rem;
    text-shadow:
      0 0 0.2em #fff,
      -0.1em -0.1em 0.2em #fff,
      -0.1em 0.1em 0.2em #fff,
      0.1em -0.1em 0.2em #fff,
      0.1em 0.1em 0.2em #fff;
  }

  .kv__items {
    align-items: center;
    flex-direction: column;
    margin-left: 0;
    width: 100vw;
  }

  .kv__badges {
    margin-left: 0.5rem;
  }

  .kv__cta {
    margin-right: 4.2rem;
  }

  .kv-message {
    margin: 4em 0 0;
  }

  .kv-message__inner {}

  .kv-message__text {
    font-size: 2.8em;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .problems {}

  .problems__title {
    font-size: 3em;
  }

  .problems__text {
    font-size: 2.8em;
    padding: 0 1em;
  }

  .problems__text::before,
  .problems__text::after {
    bottom: 50%;
    height: 2em;
    width: 0.1em;
  }

  .problems__text::before {
    transform: translateY(50%) rotate(-20deg);
  }

  .problems__text::after {
    transform: translateY(50%) rotate(20deg);
  }

  .problems__solution-list {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .problems__solution-list li {}

  .problems__solution-list li i {}

  .problems__note {}

  .problems__message {}

  .points {}

  .points__title {
    margin-bottom: 2em;
  }

  .points__cards {
    gap: 6em;
    width: 94%;
  }

  .points__cards li {}

  .points__cards li::before {}

  .points__cards li::after {}

  .points__card {}

  .points__image {}

  .points__card-title {}

  .points__text {}

  .points__note {}

  .overview {}

  .overview__inner {}

  .overview__title {}

  .overview__text {
    font-size: 1.6em;
  }

  .overview__figure {
    width: 94%;
  }

  .work {}

  .work__title {
    margin-bottom: 1em;
  }

  .work__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
    margin: auto;
    width: 94%;
  }

  .work__card {
    border: 1px solid #ccc;
    border-radius: 2em;
    padding: 2rem;
    position: relative;
    width: 40rem;
  }

  .work__card:first-child::after {
    bottom: -1.7em;
    right: 50%;
    transform: translateY(-50%) translateX(50%);
    top: auto;
  }

  .work__card i {
    color: #ccc;
    display: block;
    font-size: 6em;
    margin: 0.2em auto 0;
    text-align: center;
  }

  .work__card-image {}

  .work__card-title {
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.35;
    padding: 0.5em 0;
    text-align: center;
  }

  .work__card-text {
    font-size: 1.4em;
    text-align: justify;
  }

  .work__message {}

  .detail {}

  .detail__title {
    margin-bottom: 1em;
  }

  .detail__blocks {
    width: 94%;
  }

  .detail__block {

    width: 100%;
  }

  .detail__block::before {}

  .detail__subtitle {
    font-size: 2.4em;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 1em;
    text-align: center;
  }

  .detail__subtitle i {
    margin-right: 0.5em;
  }

  .detail__text {
    font-size: 1.4rem;
    text-align: justify;
  }


  .plan {}

  .plan__inner {
    padding-top: 30rem;
    position: relative;
    min-width: 100%;
  }

  .plan__image {
    background: url(../images/plan-bg.webp) no-repeat top right -23em / auto 100%;
    height: 30em;
    right: 1.5rem;
  }

  .plan__title {}

  .plan__cards {
    gap: 4rem;
    width: 100%;
  }

  .plan__card {
    width: 80%;
  }

  .plan__card::after {}

  .plan__card__title {}

  .plan__card__desc {}

  .plan__card__recommend {}

  .plan__subtitle {
    font-size: 1.8em;
  }

  .plan__text {
    text-align: justify;
    width: 94%;
  }

  .plan__user-areas {
    width: 94%;
  }

  .plan__user-area {
    background: #fff;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 2rem;
    position: relative;
    width: 39rem;
  }

  .plan__user-area h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1em;
  }

  .plan__user-area h4::before {
    content: "\f5b0";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5em;
    width: 1em;
  }

  .plan__user-area ul>li {
    margin-bottom: 3rem;
  }

  .plan__user-area ul>li:last-child {
    margin-bottom: 0;
  }

  .plan__user-area ul>li>h5 {
    align-items: center;
    background: #66cdaa;
    border-bottom-right-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    color: #fff;
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    height: 2.4rem;
    margin: 0.5em 0;
    padding: 0.5em 1em;
    width: fit-content;
  }

  .plan__user-area ul>li>p {
    font-size: 1.2rem;
  }

  .plan__note {
    font-size: 1.2rem;
    margin: 2em auto;
    padding: 0 1em;
    position: relative;
    text-align: center;
  }


  .experience {}

  .experience__title {}

  .experience__cards-wrap {
    flex-wrap: wrap;
    gap: 4rem;
    margin: 0 auto 3rem;
    width: 32rem;
  }

  .experience__cards-wrap li {
    width: 32rem;
  }

  .experience__card__thumbnail {}

  .experience__card__thumbnail--no-image {
    font-size: 2rem;
    height: 32rem;
    width: 32rem;
  }

  .experience__card__title {
    font-size: 1.8rem;
  }

  .experience__cta {}


  .instagram {}

  .instagram__title {
    margin-bottom: 0.9em;
  }

  .instagram__feed-wrap {
    width: 94%;
  }


  .fee {}

  .fee__title {}

  .fee__cards {
    gap: 4em;
    width: 94%;
  }

  .fee__card {
    flex-direction: column;
  }

  .fee__card-title {
    border-bottom-left-radius: 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    flex-direction: column;
    width: 100%;
  }

  .fee__card--reward .fee__card-title {
    background: #87ceeb;
  }

  .fee__card__inner {}

  .fee__amount {
    text-align: center;
  }

  .fee__card--reward .fee__amount {}

  .fee__desc {
    text-align: center;
  }

  .fee__message {}


  .flow {}

  .flow__title {}

  .flow__steps {
    width: 94%;
  }

  .flow__steps li {
    width: 100%;
  }

  .flow__step-icon {
    flex-shrink: 0;
  }

  .flow__step-icon i {}

  .flow__step-number {}

  .flow__step-title {
    font-size: 2.4em;
    font-weight: 700;
  }

  .flow__step-text {
    font-size: 1.4em;
  }

  .faq {}

  .faq__title {}

  .faq__items {
    width: 94%;
  }

  .faq__item {}

  .faq__q {
    padding: 0 1em 0 2em;
  }

  .faq__q::before {}

  .faq__q::after {}

  .faq__q.active::after {}

  .faq__q:hover {}

  .faq__a {
    padding: 0 0 0 2.4em;
  }

  /* Active state (accordion opened) */
  .faq__q.active+.faq__a {}

  .faq__a p {}

  .faq__a p::before {}

  .contact {}

  .contact__title {
    margin-bottom: 1em;
  }

  .contact__text {
    font-size: 2em;
    font-weight: 500;
    margin: 2em auto;
    padding: 0 1em;
    position: relative;
    text-align: center;
    width: fit-content;
  }

  .contact__instagram-logo {
    display: block;
    height: 8em;
    margin: 0 auto 2em;
    width: 8em;
  }

  .contact__instagram-text {
    font-size: 1.6em;
    font-weight: 500;
    margin: 0 auto 2em;
    padding: 0 1em;
    position: relative;
    text-align: center;
    width: fit-content;
  }

  .contact__btn {
    margin: auto;
    transform: scale(1);
  }

  .footer {
    background: #ccc;
    padding: 6rem 0 8rem;
  }

  .footer__links {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 1.4rem;
    gap: 2rem;
    justify-content: center;
  }

  .footer__links li a {
    text-decoration: underline;
  }

  .footer__copy {
    font-size: 1.2rem;
    padding: 2rem 0;
    text-align: center;
  }

  .float-cta {
    bottom: 0rem;
    padding: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    transition: .2s ease-in-out;
    z-index: -1;
    width: 100%;
  }

  .float-cta.active {
    opacity: 1;
    z-index: 1000;
  }

  .float-cta__btn {
    align-items: center;
    border-radius: 0;
    display: flex;
    font-size: 2.4em;
    height: 6rem;
    justify-content: center;
    width: 100%;
  }

  /*
  // law page
  */

  .law__list {
    font-size: 1.6rem;
  }

  /*
  // common page
  */

  .common-page__inner {
    width: 92%;
  }
}