/*-----------------------------------------------
TOP
------------.------------------------------------*/
/* top
======================================= */
.top__inner {
  width: 71.85%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 7.5em 0;
}

@media (max-width: 768px) {
  .top__inner {
    width: 89.333%;
    padding: 3.75em 0;
  }
}

.top__container {
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 0 7.246% 5em;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .top__container {
    padding: 0 1.25em 2.5em;
  }
}

.top__container iframe {
  width: 100%;
  height: 800px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  background: var(--color-bg-beige);
}

.top__lead {
  line-height: 1.875;
  max-width: 960px;
  text-align: left;
  margin: 0 auto 5em;
}

@media (max-width: 768px) {
  .top__lead {
    font-size: 0.875rem;
    margin-bottom: 2.5em;
  }
}

.top__lead.--center {
  text-align: center;
}

.top__title {
  text-align: center;
  margin-bottom: 3.125em;
}

@media (max-width: 768px) {
  .top__title {
    margin-bottom: 1.5em;
  }
}

.top__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -3.5em);
  display: block;
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
  background-color: var(--color-white);
}

@media (max-width: 768px) {
  .top__title::before {
    transform: translate(-50%, -1.5em);
    width: 100px;
    height: 100px;
  }
}

.top__title-icon {
  width: 88px;
  height: 88px;
  margin: auto;
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .top__title-icon {
    width: 56px;
    height: 56px;
  }
}

.top__title-en {
  font-weight: bold;
  font-size: 0.75rem;
  color: var(--color-accent);
  line-height: 1;
  margin-bottom: 1.25rem;
}

.top__title-jp {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-primary);
  line-height: 1;
}

@media (max-width: 768px) {
  .top__title-jp {
    font-size: 1.25rem;
  }
}

/* fv
======================================= */
.fv {
  background-color: var(--color-bg-beige);
}

.fv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 7.5em;
  padding-left: 10.416667%;
  padding-bottom: 5.625em;
  position: relative;
  z-index: 0;
}

@media (max-width: 980px) {
  .fv__inner {
    padding-top: 5em;
  }
}

@media (max-width: 768px) {
  .fv__inner {
    flex-direction: column;
    padding-top: 1.875em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-bottom: 0;
  }
}

.fv__left {
  position: relative;
  z-index: 0;
}

.fv__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 43.63%;
  height: 100%;
  background: url(../img/top/bg_fv.png) no-repeat right center/contain;
}

@media (max-width: 768px) {
  .fv__left::before {
    width: 100%;
  }
}

.fv__left-upper {
  width: 70%;
  position: relative;
  margin-bottom: 3.75em;
}

@media (max-width: 980px) {
  .fv__left-upper {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .fv__left-upper {
    width: 100%;
  }
}

.fv__left-lower {
  display: flex;
  align-items: flex-end;
  gap: 1.5em;
}

@media (max-width: 768px) {
  .fv__left-lower {
    padding-left: 0;
    align-items: flex-start;
    flex-direction: column;
  }
}

.fv__catch {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.fv__catch__line-1 {
  font-size: 2rem;
}

.fv__catch__line-1>span {
  color: var(--color-primary);
}

.fv__catch__line-2 {
  font-size: 2.75rem;
}

.fv__catch__line-2>span {
  color: var(--color-accent);
}

.fv__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.fv__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  padding: 0 1rem 1rem 1rem;
}

.fv__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  width: 100%;
  height: calc(100% - 28px);
  background: var(--color-white);
  border-radius: 10px;
  border: 2px solid var(--color-primary);
  z-index: -1;
}

.fv__item>img {
  width: 56px;
  height: auto;
  background: var(--color-primary);
  padding: 8px;
  border-radius: 9999px;
}

.fv__item>p {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  text-wrap: balance;
}

@media (max-width: 768px) {
  .fv__list {
    gap: 0.25em;
  }
}

.fv__title {
  width: clamp(200px, 31.25vw, 600px);
}

@media (max-width: 768px) {
  .fv__title {
    width: 100%;
  }
}

.fv__title img {
  width: 100%;
  height: auto;
}

.fv__price {
  font-size: clamp(4rem, 8vw, 6rem);
  font-weight: 700;
  display: flex;
  position: relative;
  color: var(--color-accent);
  -webkit-text-stroke: 6px var(--color-white);
  text-stroke: 6px var(--color-white);
  paint-order: stroke;
}

.fv__price>span {
  font-size: clamp(1rem, 2vw, 1.25rem);
  position: absolute;
  top: 1rem;
  right: 0;
  -webkit-text-stroke: 2px var(--color-white);
  text-stroke: 2px var(--color-white);
  paint-order: stroke;
}

.fv__price img {
  width: 100%;
  height: auto;
}

.fv__right {
  position: absolute;
  top: 4rem;
  right: 0;
  z-index: -1;
  width: 55vw;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  max-height: 630px;
}

@media (max-width: 980px) {
  .fv__right {
    top: 5em;
    border-radius: 35px 0 0 35px;
  }
}

@media (max-width: 768px) {
  .fv__right {
    display: none;
  }
}

/* t_cv
======================================= */
.t_cv {
  background-color: var(--color-bg-gray-green);
}

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

@media (max-width: 980px) {
  .t_cv__inner {
    flex-direction: column;
  }
}

.t_cv__left {
  width: 32%;
  border-radius: 20px;
  overflow: hidden;
  margin-top: -2em;
  margin-bottom: -2em;
}

@media (max-width: 980px) {
  .t_cv__left {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 2em;
  }
}

@media (max-width: 768px) {
  .t_cv__left {
    display: none;
  }
}

.t_cv__right {
  width: 50%;
  text-align: center;
  padding: 2em 0;
}

@media (max-width: 1280px) {
  .t_cv__right {
    width: 58%;
  }
}

@media (max-width: 980px) {
  .t_cv__right {
    width: 100%;
  }
}

.t_cv__catch {
  margin-bottom: 2.5em;
}

@media (max-width: 768px) {
  .t_cv__catch {
    display: none;
  }
}

.t_cv__catch-main {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 0.9375rem;
}

@media (max-width: 768px) {
  .t_cv__catch-main {
    font-size: 1.25em;
  }
}

.t_cv__catch-sub {
  font-weight: bold;
  line-height: 1;
  color: var(--color-accent);
}

@media (max-width: 768px) {
  .t_cv__catch-sub {
    font-size: 0.75em;
  }
}

.t_cv__lead {
  text-align: left;
  margin-bottom: 2.5em;
}

.t_cv__links {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}

@media (max-width: 768px) {
  .t_cv__links {
    flex-direction: column;
    align-items: center;
  }
}

.t_cv__link {
  width: 100%;
  max-width: 320px;
  height: 80px;
}

@media (max-width: 768px) {
  .t_cv__link {
    height: 60px;
  }
}

.t_cv__link>a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.t_cv__link>a>span {
  display: block;
}

.t_cv__link-text {
  font-size: 1.25em;
}

.t_cv__link-tel {
  font-weight: 400;
}

/* case
======================================= */
.case {
  background-color: var(--color-bg-beige);
}

.case__inner {
  padding-top: 11em;
  padding-bottom: 11em;
}

@media (max-width: 768px) {
  .case__inner {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.case__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 5em 5%;
  margin-bottom: 3em;
}

.case__item-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 2.3em;
}

@media (max-width: 768px) {
  .case__item-title {
    flex-direction: column;
    margin-bottom: 1em;
  }
}

.case__item-title-num {
  text-align: center;
  position: relative;
}

.case__item-title-num-jp {
  display: block;
  font-size: 15px;
  color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 100%;
}

.case__item-title-num-num {
  display: block;
  font-family: "Inter";
  font-weight: 500;
  font-size: 45px;
  width: 54px;
  line-height: 54px;
  height: 54px;
  color: var(--color-white);
  border-radius: 10px;
  background-color: var(--color-primary);
}

@media (max-width: 768px) {
  .case__item-title-num-num {
    font-size: 35px;
    width: 40px;
    line-height: 40px;
    height: 40px;
  }
}

.case__item-title-main {
  text-align: left;
  font-size: clamp(16px, 1.041667vw, 20px);
  font-weight: bold;
}

@media (max-width: 768px) {
  .case__item-title-main {
    font-size: 20px;
    text-align: center;
  }
}

.case__item-list {
  margin-bottom: 2.5em;
}

.case__item-list-item {
  display: flex;
  align-items: center;
  gap: 5%;
  padding: 1.5em 0;
  border-bottom: 2px solid var(--color-primary);
}

.case__item-list-item.--contents {
  min-height: 200px;
}

@media (max-width: 980px) {
  .case__item-list-item.--contents {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .case__item-list-item {
    gap: 1em;
  }
}

.case__item-list-item:nth-child(n+2) {
  margin-top: 1em;
}

.case__item-list-item-title {
  text-align: left;
  color: var(--color-primary);
  width: 90px;
  flex-shrink: 0;
}

.case__item-list-item-text {
  font-size: 1.25em;
  font-weight: bold;
}

.case__item-list-item-text li {
  list-style: disc;
  text-align: left;
}

.case__item-list-item-text.--price {
  color: var(--color-accent);
}

.case__item-list-item-text.--price .en {
  font-size: 2rem;
}

.case__item-list-item-text.--price .yen {
  font-size: 1rem;
}

.case__item-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.case__item-img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.case__item-img img,
.case__item-img video,
.case__item-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.case__links {
  display: flex;
  justify-content: center;
  gap: 2em;
}

@media (max-width: 980px) {
  .case__links {
    flex-direction: column;
  }
}

.case__btn {
  width: 100%;
  max-width: 460px;
  height: 80px;
}

@media (max-width: 980px) {
  .case__btn {
    max-width: 100%;
    height: 60px;
  }
}

.case__btn>a {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* trouble
======================================= */
.trouble {
  background-color: var(--color-bg-gray-green);
}

.trouble__inner {
  padding-top: 0;
  padding-bottom: 5em;
}

.trouble__title {
  padding: 1.25em 1.125rem;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 1.875em;
  background-color: var(--color-bg-beige);
  position: relative;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .trouble__title {
    padding: 1em;
    margin-bottom: 1em;
  }
}

.trouble__title::before,
.trouble__title::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  background-color: var(--color-bg-beige);
  border-top: 4px solid var(--color-primary);
  border-bottom: 4px solid var(--color-primary);
}

@media (max-width: 768px) {

  .trouble__title::before,
  .trouble__title::after {
    border-top: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
  }
}

.trouble__title::before {
  left: 0;
  border-left: 4px solid var(--color-primary);
}

@media (max-width: 768px) {
  .trouble__title::before {
    border-left: 2px solid var(--color-primary);
  }
}

.trouble__title::after {
  right: 0;
  border-right: 4px solid var(--color-primary);
}

@media (max-width: 768px) {
  .trouble__title::after {
    border-right: 2px solid var(--color-primary);
  }
}

.trouble__title-main {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0.9375em;
}

@media (max-width: 768px) {
  .trouble__title-main {
    font-size: 1.25rem;
  }
}

.trouble__title-sub {
  font-weight: bold;
  line-height: 1;
  color: var(--color-accent);
}

@media (max-width: 768px) {
  .trouble__title-sub {
    font-size: 0.75rem;
  }
}

.trouble__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em 6.7%;
  max-width: 1180px;
  margin: auto;
}

@media (max-width: 980px) {
  .trouble__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .trouble__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.trouble__item-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.25em;
}

.trouble__item-title {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.trouble__item-text {
  font-size: 0.9375em;
  line-height: 2;
}

/* reason
======================================= */
.reason {
  background-color: var(--color-bg-beige);
  position: relative;
}

.reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -15%);
  display: block;
  width: 50px;
  height: 65px;
  background: url(../img/top/icon_reason.svg) no-repeat center center/contain;
}

@media (max-width: 768px) {
  .reason::before {
    width: 25px;
    height: 32.5px;
  }
}

.reason__title-image {
  max-width: 405px;
  height: auto;
  margin: 0 auto 3.75em;
}

@media (max-width: 768px) {
  .reason__title-image {
    max-width: 280px;
    margin-bottom: 1.5em;
  }
}

.reason__title-main {
  line-height: 1.5;
  text-align: center;
}

.reason__item {
  background-color: var(--color-white);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5em 7.2%;
  min-height: 400px;
}

.reason__item:nth-child(n+2) {
  margin-top: 5em;
}

@media (max-width: 768px) {
  .reason__item:nth-child(n+2) {
    margin-top: 2.5em;
  }
}

.reason__item-image {
  width: 40%;
  height: auto;
  text-align: center;
}

@media (max-width: 768px) {
  .reason__item-image {
    margin: 0 auto 2em;
    width: 61%;
  }
}

.reason__item-image.--01 img {
  max-width: 335px;
}

.reason__item-image.--02 img {
  max-width: 306px;
}

.reason__item-image.--03 img {
  max-width: 359px;
}

.reason__item-image img {
  margin: auto;
}

.reason__item-contents {
  width: 45%;
}

@media (max-width: 768px) {
  .reason__item-contents {
    width: 100%;
  }
}

.reason__item-num {
  font-size: 2em;
  font-weight: bold;
  color: var(--color-accent);
  line-height: 1;
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .reason__item-num {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}

.reason__item-title {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .reason__item-title {
    font-size: 1.25em;
    text-align: center;
  }
}

.reason__item-text {
  font-size: 0.9375em;
  line-height: 2;
}

/* price
======================================= */
.price {
  background-color: var(--color-bg-beige);
}

.price__inner {
  padding-top: 12.875em;
}

@media (max-width: 768px) {
  .price__inner {
    padding-top: 5em;
  }
}

.price__basic {
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  overflow: hidden;
  padding: 1.75em 2.3%;
  margin-bottom: 3.125em;
}

@media (max-width: 768px) {
  .price__basic {
    padding: 1.25em;
  }
}

.price__basic-title {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid var(--color-border-gray);
  margin-bottom: 1.5rem;
}

.price__basic-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.price__basic-list.--only {
  justify-content: center;
}

.price__basic-list.--only .price__basic-item {
  width: auto;
  font-size: 1.25em;
}

.price__basic-list.--only .price__basic-item-title {
  margin-bottom: 0;
}

.price__basic-item {
  text-align: center;
  width: 25%;
}

@media (max-width: 1280px) {
  .price__basic-item {
    width: 50%;
    padding: 1em;
  }
}

@media (max-width: 768px) {
  .price__basic-item {
    width: 100%;
  }
}

.price__basic-item:nth-child(n+2) {
  border-left: 1px solid var(--color-border-gray);
}

@media (max-width: 1280px) {
  .price__basic-item:nth-child(n+2) {
    border-left: none;
  }
}

@media (max-width: 768px) {
  .price__basic-item:nth-child(n+2) {
    border-top: 1px solid var(--color-border-gray) !important;
  }
}

@media (max-width: 1280px) {
  .price__basic-item:nth-child(2n) {
    border-left: 1px solid var(--color-border-gray);
  }
}

@media (max-width: 768px) {
  .price__basic-item:nth-child(2n) {
    border-left: none;
  }
}

@media (max-width: 1280px) {
  .price__basic-item:nth-child(n+3) {
    border-top: 1px solid var(--color-border-gray);
  }
}

@media (max-width: 768px) {
  .price__basic-item:nth-child(n+3) {
    border-top: none;
  }
}

.price__basic-item-title {
  margin-bottom: 1.25em;
}

.price__basic-item-price {
  font-family: "Noto Sans JP";
  color: var(--color-accent);
  font-weight: bold;
  letter-spacing: -0.08em;
}

.price__basic-item-price span {
  font-size: 2em;
}

.price__removal {
  max-width: 1120px;
  margin: 0 auto 5em;
}

.price__removal-title {
  color: var(--color-primary);
  padding-bottom: 1em;
  border-bottom: 1px solid var(--color-bg-gray-green);
  margin-bottom: 1em;
}

.price__removal-text {
  font-size: 0.9375rem;
  line-height: 2;
}

.price__removal-text ul {
  margin-block: 1em;
}

.price__removal-text ul li {
  list-style: disc;
  margin-left: 1em;
}

.price__option {
  background-color: var(--color-bg-beige);
  padding: 1.875em 1.875em 3.125em;
  border-radius: 10px;
}

.price__option+.price__option {
  margin-top: 3.125em;
}

.price__option-title {
  text-align: center;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid var(--color-border-gray);
  margin-bottom: 3.125rem;
}

.price__option-detail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 2em;
  margin-top: 2em;
}

.price__option-detail-price {
  border: solid 1px;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.price__option-detail-price dl {
  width: 50%;
  padding-inline: 1rem;
  text-align: center;
}

.price__option-detail-price dl:nth-child(2) {
  border-left: 1px solid;
}

.price__option-detail-price dt {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.price__option-detail-price dd {
  font-size: 1.375rem;
  color: var(--color-accent);
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.price__option-detail-price dd span {
  font-size: 0.75rem;
}

.price__option-detail .price__option-item-note {
  max-width: none;
  margin: 0;
}

@media (max-width: 1280px) {
  .price__option-title {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.price__option-list {
  display: flex;
}

@media (max-width: 1280px) {
  .price__option-list {
    flex-direction: column;
  }
}

.price__option-list.--only {
  justify-content: center;
}

.price__option-list.--only .price__option-item {
  width: 100%;
}

.price__option-list.--only .price__option-item-inner {
  max-width: none;
}

.price__option-list.--only .price__option-item-image {
  max-width: 400px;
  margin-inline: auto;
}

.price__option-item {
  width: 50%;
}

@media (max-width: 1280px) {
  .price__option-item {
    width: 100%;
    padding: 1.5em 0;
  }
}

.price__option-item:nth-child(n+2) {
  border-left: 1px solid var(--color-border-gray);
}

@media (max-width: 1280px) {
  .price__option-item:nth-child(n+2) {
    border-left: none;
    border-top: 1px solid var(--color-border-gray);
  }
}

.price__option-item-inner {
  max-width: 340px;
  margin: auto;
}

.price__option-item-note {
  max-width: 340px;
  margin: auto;
  background-color: #fff0be;
  margin-top: 1.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
}

.price__option-item-note li {
  list-style: disc;
  margin-left: 1rem;
  font-size: 0.75rem;
}

.price__option-item-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

.price__option-item-title {
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.75rem;
}

@media (max-width: 768px) {
  .price__option-item-title {
    font-size: 1em;
    margin-bottom: 1em;
  }
}

.price__option-item-price {
  text-align: center;
  font-family: "Noto Sans JP";
  color: var(--color-accent);
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.price__option-item-price span {
  font-size: 2em;
}

.price__option-item-sub {
  text-align: center;
  color: var(--color-text);
  margin-bottom: 1.5em;
}

.price__option-item-item {
  display: flex;
  font-size: 0.9375rem;
  font-weight: bold;
}

.price__option-item-item:nth-child(n+2) {
  margin-top: 0.5em;
}

.price__option-item-item::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/top/icon_check-yellow_green.svg) no-repeat center center/contain;
  margin-top: 0.25em;
  flex-shrink: 0;
  margin-right: 1em;
}

.price__note {
  margin-top: 2em;
  font-size: 0.9375em;
  line-height: 2;
}

/* s-flow
======================================= */
.s-flow {
  background-color: var(--color-bg-beige);
}

.s-flow .top__inner {
  padding-top: 0;
}

.s-flow__ol li {
  font-size: 1.25em;
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 1.5em;
  position: relative;
}

.s-flow__ol li:not(:last-child)::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/top/icon_arrow_down.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .s-flow__ol li {
    font-size: 1em;
  }

  .s-flow__ol li:not(:last-child)::after {
    bottom: -3em;
  }
}

.s-flow__ol li::before {
  counter-increment: list-counter;
  content: counter(list-counter);
  display: inline-block;
  margin-right: 1em;
  color: var(--color-white);
  background-color: var(--color-accent);
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 50%;
  text-align: center;
}

.s-flow__ol {
  counter-reset: list-counter;
}

.s-flow__note {
  background-color: #fff0be;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
}

.s-flow__note li {
  list-style: disc;
  margin-left: 1rem;
  font-size: 0.75rem;
}

.s-flow__qa-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--color-border-gray);
}

.s-flow__qa-list>div {
  background-color: var(--color-bg-beige);
  padding: 1em;
  margin-bottom: 0.5em;
  border-radius: 10px;
}

.s-flow__qa-list>div>dt {
  display: flex;
  gap: 0.5em;
  font-size: 1.125em;
  color: var(--color-primary);
  margin-bottom: 0.25em;
}

.s-flow__qa-list>div>dt::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/top/icon_help.svg) no-repeat center center/contain;
}

.s-flow__qa-list>div>dd {
  color: #555;
}


/* flow
======================================= */
.flow {
  background-color: var(--color-bg-beige);
}

.flow__inner {
  padding-bottom: 1em;
}

.flow__upper-list-item {
  background-color: var(--color-white);
  border-radius: 20px;
  margin-bottom: 10em;
  padding: 3em;
  position: relative;
}

@media (max-width: 768px) {
  .flow__upper-list-item {
    margin-bottom: 5em;
  }
}

.flow__upper-list-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .flow__upper-list-item {
    padding: 2em;
  }
}

.flow__upper-list-item-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 980px) {
  .flow__upper-list-item-container {
    flex-direction: column;
  }
}

.flow__upper-list-item-title {
  font-size: clamp(16px, 1.041667vw, 20px);
  color: var(--color-primary);
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: left;
}

@media (max-width: 768px) {
  .flow__upper-list-item-title {
    font-size: 20px;
  }
}

.flow__upper-list-item-img {
  width: 35.2%;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .flow__upper-list-item-img {
    width: 100%;
    margin-bottom: 1em;
  }
}

.flow__upper-list-item-text {
  width: 60.6%;
  text-align: left;
  line-height: 2;
}

@media (max-width: 980px) {
  .flow__upper-list-item-text {
    width: 100%;
  }
}

.flow__upper-list-item::after {
  content: "";
  position: absolute;
  bottom: -5em;
  left: 50%;
  transform: translate(-50%, 50%);
  display: block;
  width: 88px;
  height: 88px;
  background: url(../img/flow/icon_arrow.svg);
}

@media (max-width: 768px) {
  .flow__upper-list-item::after {
    bottom: -2.5em;
    width: 44px;
    height: 44px;
    background-size: contain;
  }
}

.flow__lower {
  background-color: var(--color-bg-beige);
}

.flow__lower-inner {
  padding-top: 10em;
}

@media (max-width: 768px) {
  .flow__lower-inner {
    padding-top: 5em;
  }
}

.flow__lower-wrapper {
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 3em 6.753% 6em;
}

@media (max-width: 768px) {
  .flow__lower-wrapper {
    padding-bottom: 3em;
  }
}

.flow__lower-text {
  font-family: "Noto Sans JP";
  font-size: clamp(16px, 1.041667vw, 20px);
  font-weight: bold;
  margin-bottom: 2em;
  color: var(--color-primary);
}

.flow__lower-list-item {
  background-color: var(--color-white);
  border-radius: 20px;
  margin-bottom: 10em;
  padding: 3em;
  border: 2px solid var(--color-primary);
  position: relative;
}

@media (max-width: 768px) {
  .flow__lower-list-item {
    margin-bottom: 5em;
  }
}

.flow__lower-list-item:last-child {
  margin-bottom: 0;
}

.flow__lower-list-item:last-child::after {
  display: none;
}

@media (max-width: 768px) {
  .flow__lower-list-item {
    padding: 2em;
  }
}

.flow__lower-list-item-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 980px) {
  .flow__lower-list-item-container {
    flex-direction: column;
  }
}

.flow__lower-list-item-title {
  font-size: clamp(16px, 1.041667vw, 20px);
  color: var(--color-primary);
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: left;
}

@media (max-width: 768px) {
  .flow__lower-list-item-title {
    font-size: 20px;
  }
}

.flow__lower-list-item-img {
  width: 40.7%;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .flow__lower-list-item-img {
    width: 100%;
    margin-bottom: 1em;
  }
}

.flow__lower-list-item-text {
  width: 52.7%;
  text-align: left;
  line-height: 2;
}

@media (max-width: 980px) {
  .flow__lower-list-item-text {
    width: 100%;
  }
}

.flow__lower-list-item::after {
  content: "";
  position: absolute;
  bottom: -5em;
  left: 50%;
  transform: translate(-50%, 50%);
  display: block;
  width: 88px;
  height: 88px;
  background: url(../img/flow/icon_arrow.svg);
}

@media (max-width: 768px) {
  .flow__lower-list-item::after {
    bottom: -2.5em;
    width: 44px;
    height: 44px;
    background-size: contain;
  }
}

.flow__lower-note {
  font-size: 0.9375em;
  line-height: 2;
  text-align: center;
  margin-top: 4.5em;
}

.flow__bottom_text {
  text-align: center;
  line-height: 2;
  padding: 7em;
}

@media (max-width: 768px) {
  .flow__bottom_text {
    padding: 4em 5.333% 5em;
    text-align: left;
  }
}

/* contact
======================================= */
.contact {
  background-color: var(--color-bg-beige);
}

/* coordinator
======================================= */
.coordinator {
  background-color: var(--color-bg-beige);
}

.coordinator__list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4em;
}

.coordinator__list-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .coordinator__list-item {
    flex-direction: column;
  }
}

.coordinator__list-item-img {
  width: 37%;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .coordinator__list-item-img {
    width: 100%;
    margin-bottom: 2em;
  }
}

.coordinator__list-item-contents {
  width: 60%;
  text-align: left;
}

@media (max-width: 768px) {
  .coordinator__list-item-contents {
    width: 100%;
  }
}

.coordinator__list-item-contents-title {
  font-size: 20px;
  color: var(--color-primary);
  font-weight: bold;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 2px solid var(--color-primary);
}

.coordinator__list-item-contents-text {
  line-height: 2;
}

/* sec_faq
======================================= */
.sec_faq {
  background-color: var(--color-bg-beige);
}

.btn__movie {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-radius: 70px;
  color: var(--color-white);
  display: block;
  width: 100%;
  padding: 1.4em 0;
  max-width: 460px;
  margin: auto;
  font-size: clamp(15px, 0.9375vw, 18px);
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
}

.btn__movie:hover {
  background-color: var(--color-white);
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}

@media (min-width: 768px) {
  .section__movie {
    width: 71.85%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 5rem 0 10rem;
  }

  .list__movie {
    display: flex;
    gap: 2rem;
  }

  .item__movie {
    margin-bottom: 0;
    width: 50%;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .section__movie {
    width: 89.333%;
  }
}