/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #030303;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

html.fixed {
  overflow: hidden;
}

main {
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 0;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}

.header-inner {
  display: flex;
  align-items: center;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header-inner {
    padding: 0.875rem 3.5rem;
    max-width: 90rem;
    margin: 0 auto;
  }
}

.header-logo .logo {
  font-size: 1.4375rem;
}
.logo span::after {
  bottom: -0.5rem;
}

.logo {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.logo span {
  position: relative;
  z-index: 2;
}

.logo span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  z-index: -1;
  width: 97%;
  height: 100%;
  background-image: url("../img/logo-line.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.header-btn {
  background-color: #0178d8;
  color: #fff;
  width: 4.25rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .header-btn {
    width: 8.75rem;
    border-radius: 24px;
    margin-left: 2.5rem;
  }
}

.header-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.25rem;
  height: 4.25rem;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .header-btn a {
    width: 8.75rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}

footer {
  background-color: #333;
  padding: 1.75rem 0 2rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 4.25rem 0;
  }
}

.footer-top ul {
  flex-wrap: wrap;
  gap: 0.375rem 3.5rem;
  max-width: 23.4375rem;
}
@media screen and (min-width: 768px) {
  .footer-top ul {
    max-width: initial;
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.footer-top ul li {
  width: calc(50% - 1.75rem);
}
@media screen and (min-width: 768px) {
  .footer-top ul li {
    width: auto;
  }
}

.footer-btm {
  margin-top: 1.625rem;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer-btm {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 3.875rem;
  }
}

.footer-btm ul {
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .footer-btm ul {
    gap: 0.75rem;
    margin-top: 0;
  }
}

.copyright {
  margin-top: 2.75rem;
  text-align: center;
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 75rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.header-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav {
    display: block;
    max-width: 23.125rem;
    margin-left: auto;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__items {
    justify-content: right;
    align-items: center;
    gap: 2.5rem;
  }
}

.header-nav__item {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}

.btn {
  border-radius: 28px;
  background-color: #e42523;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn {
    border-radius: 54px;
  }
}

.btn a {
  width: 100%;
  height: 100%;
  font-weight: 600;
  line-height: 1;
}

.btn::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  right: 1.75rem;
  transform: translateY(-50%);
  background-image: url("../img/btn-tri.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .btn::after {
    width: 1rem;
    height: 1rem;
    right: 4.125rem;
  }
}

.section-title {
  text-align: center;
}

.section-title__title {
  display: inline-block;
  font-weight: 600;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .section-title__title {
    font-size: 2.5rem;
  }
}

.section-title__title::after,
.benefit-title__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.375rem;
  background: -moz-linear-gradient(left, #bae6fe, #fcafd1);
  background: -webkit-linear-gradient(left, #bae6fe, #fcafd1);
  background: linear-gradient(to right, #bae6fe, #fcafd1);
}

.js-tabbox {
  display: none;
}

.js-tabbox.is-active {
  display: block;
}

.faq__tab-content--q {
  cursor: pointer;
}

.js-aco_openbox {
  display: none;
}

.mv {
  background-image: url("../img/mv_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.8125rem 1.25rem 2rem;
}
@media screen and (min-width: 768px) {
  .mv {
    background-image: url("../img/mv_pc.jpg");
    background-position: right;
    padding: 11.25rem 1.5625rem 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .mv-inner {
    max-width: 73.75rem;
    margin: 0 auto;
  }
}

.mv-texts__text {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .mv-texts__text {
    font-size: 2.625rem;
  }
}

.mv-texts__title {
  font-size: 2.15625rem;
}
@media screen and (min-width: 768px) {
  .mv-texts__title {
    font-size: 5.3125rem;
  }
}

.mv-texts__title span {
  letter-spacing: -0.12em;
  margin-right: 0.125rem;
}
@media screen and (min-width: 768px) {
  .mv-texts__title span::after {
    bottom: -1.3125rem;
  }
}

.mv-btm {
  margin-top: 6.0625rem;
}
@media screen and (min-width: 768px) {
  .mv-btm {
    margin-top: 0rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

.mv-btm__texts {
  text-align: center;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .mv-btm__texts {
    color: #030303;
    width: 50%;
    text-align-last: left;
  }
}


@media screen and (min-width: 768px) {
  .mv-btm__texts--top {
    position: relative;
    z-index: 2;
    background-color: initial;
    color: #030303;
    border-radius: 0;
    padding: 0;
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .mv-btm__texts--top::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.25rem;
    background-color: #fbea52;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

.mv-btm__texts--btm {
  font-size: 1.375rem;
  text-shadow: 0px 0px 10px black;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .mv-btm__texts--btm {
    font-size: 2rem;
    text-shadow: initial;
    margin-top: 1rem;
    line-height: 1;
  }
}

.mv-btm__image {
  margin: 1.25rem auto 0;
  width: 95%;
  padding-right: 10%;
  max-width: 28.75rem;
}
@media screen and (min-width: 768px) {
  .mv-btm__image {
    width: 100%;
    padding-right: 0;
    margin: 0;
  }
}

.mv-btn {
  max-width: 18.125rem;
}
@media screen and (min-width: 768px) {
  .mv-btn {
    max-width: 33.4375rem;
  }
}

.mv-btn a {
  height: 3.125rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .mv-btn a {
    height: 5.875rem;
    font-size: 1.875rem;
  }
}

.benefit {
  padding: 1.5rem 0 2.625rem;
  background-color: #f6f6f6;
}
@media screen and (min-width: 768px) {
  .benefit {
    padding: 3rem 0 3.625rem;
  }
}

.benefit-title {
  text-align: center;
}

.benefit-title__title {
  display: inline-block;
  gap: 0.125rem;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .benefit-title__title {
    font-size: 2.5rem;
  }
}

.benefit-title__title span:nth-child(n + 2) {
  margin-left: 0.125rem;
}
@media screen and (min-width: 768px) {
  .benefit-title__title span:nth-child(n + 2) {
    margin-left: 0.375rem;
  }
}

.benefit-title__title .num {
  font-family: "dm-sans", sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .benefit-title__title .num {
    font-size: 4.875rem;
  }
}

.benefit-title__title .num::after {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("../img/benefit-title.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.1875rem;
  right: -0.5rem;
}
@media screen and (min-width: 768px) {
  .benefit-title__title .num::after {
    width: 2rem;
    height: 2rem;
    top: 0;
    right: -1.125rem;
  }
}

.benefit-list {
  margin: 1.875rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .benefit-list {
    margin-top: 4.25rem;
    max-width: 64rem;
  }
}

@media screen and (min-width: 768px) {
  .benefit-list ul {
    justify-content: center;
    gap: 2rem;
  }
}

.benefit-list__item {
  border-radius: 6px;
  border: 1px solid #9d9d9d;
  padding: 0.9375rem 1.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .benefit-list__item {
    padding: 5rem 1.5rem 0.9375rem;
    width: calc((100% - 4rem) / 3);
  }
}

.benefit-list__item:nth-child(n + 2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .benefit-list__item:nth-child(n + 2) {
    margin-top: 0;
  }
}

.benefit-list__item--label {
  background-image: url("../img/benefit-label.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3.125rem;
  padding: 0.375rem 0.6875rem;
  font-weight: 500;
  font-size: 0.5625rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  position: absolute;
  top: -0.625rem;
  left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .benefit-list__item--label {
    top: -0.9375rem;
    left: 1.5rem;
    width: 5.25rem;
    height: 5.125rem;
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
  }
}

.benefit-list__item--label p {
  width: 1.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .benefit-list__item--label p {
    width: 2rem;
  }
}

.benefit-list__item--label .num {
  font-style: italic;
  font-family: "dm-sans", sans-serif;
  font-size: 1.25rem;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .benefit-list__item--label .num {
    font-size: 1.875rem;
  }
}

.benefit-list__item--title {
  color: #0178d8;
  font-weight: 600;
  font-size: 0.875rem;
  margin-left: 3.25rem;
}
@media screen and (min-width: 768px) {
  .benefit-list__item--title {
    font-weight: 800;
    font-size: 1.375rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-left: 0;
  }
}

.benefit-list__item--title span {
  font-size: 1.125rem;
  margin-left: 0.125rem;
}
@media screen and (min-width: 768px) {
  .benefit-list__item--title span {
    font-size: 1.375rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-left: 0;
  }
}

.benefit-list__item--text {
  font-weight: 500;
  margin-top: 0.625rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .benefit-list__item--text {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.recommend {
  padding: 2.375rem 0 0rem;
}
@media screen and (min-width: 768px) {
  .recommend {
    padding: 3rem 0 0rem;
  }
}

.recommend-card {
  max-width: 28.125rem;
  margin: 2.8125rem auto 0;
}
@media screen and (min-width: 768px) {
  .recommend-card {
    max-width: 71.875rem;
    margin-top: 4.125rem;
  }
}

.recommend-card ul {
  flex-wrap: wrap;
  gap: 1.6875rem 0;
}
@media screen and (min-width: 768px) {
  .recommend-card ul {
    gap: 0rem;
  }
}

.recommend-card__item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .recommend-card__item {
    width: 25%;
  }
}

.recommend-card__item--image {
  padding: 0 1.625rem;
}
@media screen and (min-width: 768px) {
  .recommend-card__item--image {
    padding: 0 2.75rem;
  }
}

.recommend-card__item--image img {
  border-radius: 50%;
}

.recommend-card__item--title {
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.1818181818;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .recommend-card__item--title {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    margin-top: 0.625rem;
  }
}

.plan {
  padding: 2.375rem 0;
}
@media screen and (min-width: 768px) {
  .plan {
    padding: 5.9375rem 0 5.75rem;
  }
}

.plan-contents {
  margin: 1rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .plan-contents {
    max-width: 72.5rem;
    margin-top: 1.6875rem;
  }
}

.plan-contents__top-text {
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .plan-contents__top-text {
    font-size: 1.25rem;
  }
}

.plan-contents__list {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .plan-contents__list {
    width: 100%;
    margin-top: 4.125rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-contents__list ul {
    gap: 1.6875rem;
  }
}

.plan-contents__list--item {
  width: 100%;
  border-radius: 4px 4px 0 0;
  border: 2px solid #09153b;
  overflow: hidden;
  background-color: #f6f6f6;
}
.plan-contents__list--item:nth-child(n + 2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .plan-contents__list--item:nth-child(n + 2) {
    margin-top: 0;
  }
}

.plan_name {
  text-align: center;
  padding: 0.625rem;
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
  background-color: #09153b;
}
@media screen and (min-width: 768px) {
  .plan_name {
    font-size: 1.25rem;
    padding: 0.625rem 0 0.75rem;
  }
}

.plan_main {
  padding: 1rem 1rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .plan_main {
    height: 12.5rem;
    padding: 1rem 1.5rem 1.375rem;
  }
}

.plan_main-inner .top-text {
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .plan_main-inner .top-text {
    font-size: 1.0625rem;
  }
}

.plan_main-inner .price-text {
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan_main-inner .price-text {
    font-size: 1.0625rem;
  }
}

.plan_main-inner .price-text .num {
  font-weight: 600;
  font-family: "dm-sans", sans-serif;
  color: #0178d8;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .plan_main-inner .price-text .num {
    font-size: 2.75rem;
  }
}

.plan_main-inner .price-text .tax {
  font-weight: 400;
  font-size: 0.625rem;
}
.plan_main-inner .price-text .tax span {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .plan_main-inner .price-text .tax span {
    font-size: 0.875rem;
  }
}

.plan_main-inner .price-text2 {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .plan_main-inner .price-text2 {
    font-size: 1.0625rem;
  }
}

.plan_main-inner .price-text2 .num {
  font-family: "dm-sans", sans-serif;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .plan_main-inner .price-text2 .num {
    font-size: 1.75rem;
  }
}

.plan_main-inner .plan-contents-btn {
  margin-top: 0.5rem;
  max-width: 16.875rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .plan_main-inner .plan-contents-btn {
    max-width: 17.875rem;
    font-size: 0.9375rem;
  }
}

.plan_main-inner .plan-contents-btn a {
  height: 2.75rem;
}
@media screen and (min-width: 768px) {
  .plan_main-inner .plan-contents-btn a {
    height: 2.875rem;
  }
}

.plan-contents__detail {
  margin-top: 2.375rem;
  border-bottom: 2px solid #b9b9b9;
}
@media screen and (min-width: 768px) {
  .plan-contents__detail {
    max-width: 53.125rem;
    margin: 4.375rem auto 0;
    border-bottom: 3px solid #b9b9b9;
  }
}

.plan-contents__detail--block {
  border-top: 2px solid #b9b9b9;
}
@media screen and (min-width: 768px) {
  .plan-contents__detail--block {
    border-top: 3px solid #b9b9b9;
  }
}

.block-l,
.block-r {
  min-height: 2.25rem;
}
@media screen and (min-width: 768px) {
  .block-l,
  .block-r {
    min-height: 3.625rem;
  }
}

.block-l {
  width: 8.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  background-color: #d9d9d9;
}
@media screen and (min-width: 768px) {
  .block-l {
    width: 13.4375rem;
    font-size: 1.125rem;
  }
}

.block-r {
  width: calc(100% - 8.125rem);
  padding: 0.625rem 0.78125rem;
  text-align: center;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .block-r {
    width: calc(100% - 13.4375rem);
    padding: 0.875rem 1.5rem;
    font-size: 1.25rem;
  }
}

.block-r span {
  font-weight: 700;
}

.block-r .patern-text {
  text-align: left;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .block-r .patern-text {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .block-r .u-desktop {
    display: inline;
  }
}

.rental {
  padding: 2.5rem 0 4.125rem;
  background-color: #f6f6f6;
}
@media screen and (min-width: 768px) {
  .rental {
    padding: 3.125rem 0 6.875rem;
  }
}

.rental-baroon {
  max-width: 10.3125rem;
  padding: 0.9375rem 0 1.5rem;
  font-weight: 600;
  font-size: 0.625rem;
  background-image: url("../img/rental-baroon_sp.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .rental-baroon {
    background-image: url("../img/rental-baroon_pc.png");
    max-width: 23.125rem;
    padding: 2.75rem 0 4rem;
    font-size: 1.4375rem;
    margin: 0 auto;
  }
}

.rental-card {
  margin: 2.8125rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .rental-card {
    margin-top: 3.75rem;
    max-width: 63.75rem;
  }
}

@media screen and (min-width: 768px) {
  .rental-card ul {
    gap: 3rem;
  }
}

.rental-card__item {
  border: 2.5px solid #09153b;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .rental-card__item {
    width: calc((100% - 6rem) / 3);
  }
}

.rental-card__item:nth-child(n + 2) {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .rental-card__item:nth-child(n + 2) {
    margin-top: 0;
  }
}

.rental-card__item--top {
  padding: 1.25rem 0.875rem 1.125rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .rental-card__item--top {
    display: block;
    padding: 1.125rem 1.125rem 1.5rem;
  }
}

.rental-card__item--image {
  width: 6.6875rem;
}
@media screen and (min-width: 768px) {
  .rental-card__item--image {
    width: 11.5625rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .rental-card__item--check {
    margin-top: 0.9375rem;
    height: 9.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.rental-card__item--check .check-text p {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .rental-card__item--check .check-text p {
    gap: 0.3125rem;
    font-size: 0.875rem;
  }
}

.rental-card__item--check .check-text p::before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.75rem;
  background-image: url("../img/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .rental-card__item--check .check-text p::before {
    width: 1.0625rem;
    height: 0.875rem;
  }
}

.rental-card__item--check .check-text p:nth-child(n + 2) {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .rental-card__item--check .check-text p:nth-child(n + 2) {
    margin-top: 0.4375rem;
  }
}

.rental-card__item--btm {
  background-color: #09153b;
  text-align: center;
  color: #fff;
  padding: 1rem;
  font-weight: 600;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .rental-card__item--btm {
    height: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.90625rem;
  }
}

.cta {
  background-image: url("../img/cta-bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.125rem 0rem 1.75rem;
}
@media screen and (min-width: 768px) {
  .cta {
    background-image: url("../img/cta-bg_pc.jpg");
    padding: 4.25rem 0 4rem;
  }
}

@media screen and (min-width: 768px) {
  .cta .inner {
    max-width: 62.5rem;
  }
}

.cta-title__top {
  position: relative;
  font-weight: 600;
  font-size: 0.75rem;
  z-index: 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .cta-title__top {
    font-size: 1.75rem;
  }
}

.cta-title__top::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.625rem;
  background-color: #fbea52;
  border-radius: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cta-title__top::after {
    height: 1.375rem;
    border-radius: 3px;
  }
}

.cta-title__main {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .cta-title__main {
    font-size: 4rem;
  }
}

.cta-title__btm {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .cta-title__btm {
    font-size: 2.25rem;
    margin-top: 0.25rem;
  }
}

.cta-image {
  max-width: 25rem;
  padding: 0 0.9375rem;
  margin: -3.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .cta-image {
    max-width: 38.125rem;
    padding: 0;
    margin-top: -8.75rem;
  }
}

.cta-btn {
  max-width: 19.375rem;
}
@media screen and (min-width: 768px) {
  .cta-btn {
    max-width: 35.625rem;
    margin-top: 1.25rem;
  }
}

.cta-btn a {
  height: 3.375rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .cta-btn a {
    height: 6.25rem;
    font-size: 2rem;
  }
}

.product {
  padding: 2.5rem 0rem 3.25rem;
}
@media screen and (min-width: 768px) {
  .product {
    padding: 6.875rem 0;
  }
}

@media screen and (min-width: 768px) {
  .product .inner {
    max-width: 78.125rem;
  }
}

@media screen and (min-width: 768px) {
  .product-type ul {
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .product-type__item {
    width: calc((100% - 6rem) / 3);
    border-radius: 6px;
    border: 3px solid #09153b;
  }
}

.product-type__item:nth-child(n + 2) {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .product-type__item:nth-child(n + 2) {
    margin-top: 0;
  }
}

.product-type__item--name {
  width: 100%;
  text-align: center;
  background-color: #09153b;
  color: #fff;
  border-radius: 4px;
  padding: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .product-type__item--name {
    padding: 0.875rem;
    font-size: 1.25rem;
    border-radius: 0;
  }
}

.product-type__item--top-text {
  margin-top: 0.875rem;
  text-align: center;
  font-weight: 500;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .product-type__item--top-text {
    margin-top: 1rem;
  }
}

.product-type__item--image {
  margin: 0 auto;
}

.product-type__item:nth-of-type(1) .product-type__item--image {
  width: 15.625rem;
}
@media screen and (min-width: 768px) {
  .product-type__item:nth-of-type(1) .product-type__item--image {
    width: 16.5625rem;
    margin-top: 0.625rem;
  }
}

.product-type__item:nth-of-type(2) .product-type__item--image {
  width: 15.625rem;
}
@media screen and (min-width: 768px) {
  .product-type__item:nth-of-type(2) .product-type__item--image {
    width: 19.1875rem;
    margin-top: 0.625rem;
  }
}

.product-type__item:nth-of-type(3) .product-type__item--image {
  width: 12.5rem;
  margin-top: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .product-type__item:nth-of-type(3) .product-type__item--image {
    width: 15.625rem;
    margin-top: -1.25rem;
  }
}

.product-type__item--detail {
  margin-top: 1.625rem;
  justify-content: center;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .product-type__item--detail {
    margin-top: 1.875rem;
    flex-wrap: wrap;
    gap: 1.4375rem 0.8125rem;
    padding: 0 1.5625rem 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .product-type__item:nth-of-type(2) .product-type__item--detail {
    margin-top: 0.9375rem;
  }
}

.detail-item {
  border-radius: 4px;
  border: 1px solid #0178d8;
  background-color: #fff;
  padding: 0 0.8125rem 0.3125rem;
  width: calc((100% - 0.75rem) / 3);
}
@media screen and (min-width: 768px) {
  .detail-item {
    width: calc((100% - 0.8125rem) / 2);
  }
}

.product-type__item--detail .detail-item:nth-of-type(1) {
  display: none;
}
@media screen and (min-width: 768px) {
  .product-type__item--detail .detail-item:nth-of-type(1) {
    display: block;
  }
}

.detail-item__name {
  border-radius: 14px;
  background-color: #0178d8;
  color: #fff;
  text-align: center;
  padding: 0.25rem 0 0.1875rem;
  font-weight: 700;
  line-height: 1;
  font-size: 0.75rem;
  width: 5.625rem;
  margin: -0.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .detail-item__name {
    padding: 0.3125rem 0 0.25rem;
    font-size: 1rem;
    width: 7.5rem;
    margin: -0.875rem auto 0;
  }
}

.detail-item__text {
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.15;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .detail-item__text {
    height: 4.125rem;
    margin-top: 0.375rem;
    font-size: 1.5rem;
  }
}

.detail-item p {
  text-align: center;
}

.detail-item span {
  font-size: 0.6875rem;
  margin-right: 0.125rem;
}
@media screen and (min-width: 768px) {
  .detail-item span {
    font-size: 0.875rem;
  }
}

.detail-item .mini-text {
  font-weight: 400;
  font-size: 0.4375rem;
  margin-top: 0.25rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .detail-item .mini-text {
    font-size: 0.625rem;
    margin-top: 0.125rem;
    white-space: nowrap;
  }
}

.detail-item .detail-type {
  font-size: 1rem;
  line-height: 1.4;
}

.area {
  background-image: url("../img/area-bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.625rem 0 0;
}
@media screen and (min-width: 768px) {
  .area {
    background-image: url("../img/area-bg_pc.jpg");
    padding: 4.125rem 0 0;
  }
}

.area-contents {
  margin: 0.9375rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .area-contents {
    margin-top: 2.25rem;
    max-width: initial;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .area-contents__texts {
    max-width: 35.625rem;
  }
}

.area-contents__texts--main {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .area-contents__texts--main {
    font-size: 2rem;
  }
}

.area-contents__texts--sub {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .area-contents__texts--sub {
    font-size: 1.375rem;
    margin-top: 1rem;
  }
}

.area-contents__texts--btm {
  font-weight: 500;
  font-size: 0.5625rem;
  line-height: 1.4;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .area-contents__texts--btm {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.area-contents__image {
  max-width: 17.625rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .area-contents__image {
    width: 100%;
    max-width: 30rem;
    margin-top: 9.125rem;
    margin-left: 0;
  }
}

.flow {
  background-image: url("../img/flow-bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.625rem 0 3.25rem;
}
@media screen and (min-width: 768px) {
  .flow {
    background-image: url("../img/flow-bg_pc.jpg");
    padding: 4.25rem 0 4.5rem;
  }
}

.flow-contents {
  margin: 1.125rem auto 0;
  max-width: 23.4375rem;
}
@media screen and (min-width: 768px) {
  .flow-contents {
    max-width: 52.1875rem;
  }
}

.flow-contents__top {
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .flow-contents__top {
    font-size: 1.125rem;
  }
}

.flow-step {
  margin: 2.25rem auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flow-step {
    margin-top: 3.5rem;
  }
}

.flow-step__item {
  border: 3px solid #09153b;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 1.4375rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .flow-step__item {
    min-height: 12.5rem;
    padding-bottom: 1.875rem;
  }
}

.flow-step__item:nth-child(n + 2) {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .flow-step__item:nth-child(n + 2) {
    margin-top: 2.125rem;
  }
}

.flow-step__item--num {
  color: #fff;
  background-color: #09153b;
  display: inline-block;
  font-family: "dm-sans", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.5rem 0.875rem;
  border-radius: 0px 0px 6px 0px;
}
@media screen and (min-width: 768px) {
  .flow-step__item--num {
    font-size: 1.25rem;
    padding: 0.625rem 1rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .flow-step__item--num .u-desktop {
    display: inline;
  }
}

.flow-step__item--main {
  padding: 0 0.875rem;
}
@media screen and (min-width: 768px) {
  .flow-step__item--main {
    padding: 0 2.0625rem 0 6.375rem;
  }
}

.item-main__content {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 2rem;
  margin-top: -0.75rem;
  padding-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .item-main__content {
    gap: 1.625rem;
    margin-top: -1.875rem;
    padding-left: 0rem;
  }
}

.item-main__content .icon {
  width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .item-main__content .icon {
    width: 5.875rem;
  }
}

.item-main__content .texts {
  width: 100%;
  max-width: 13.75rem;
}
@media screen and (min-width: 768px) {
  .item-main__content .texts {
    max-width: 35.9375rem;
  }
}

.item-main__content .texts h3 {
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.4;
  color: #09153b;
}
@media screen and (min-width: 768px) {
  .item-main__content .texts h3 {
    font-size: 1.75rem;
  }
}

.item-main__content .texts p {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #09153b;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .item-main__content .texts p {
    font-size: 1.125rem;
    margin-top: 0.375rem;
  }
}

.flow-step__btn-area {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .flow-step__btn-area {
    margin-top: 0.9375rem;
  }
}

.flow-step__btn--baroon {
  width: 11.25rem;
  margin: 0 auto;
  padding: 0.375rem 0 0.9375rem;
  background-image: url("../img/flow-baroon_sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: 700;
  font-size: 0.75rem;
  text-align: center;
  color: #e42523;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .flow-step__btn--baroon {
    background-image: url("../img/flow-baroon_pc.png");
    width: 19.125rem;
    font-size: 0.875rem;
    padding: 0.5rem 0 1.125rem;
  }
}

.flow-btn {
  border-radius: 14px;
  margin-top: -1.5rem;
  max-width: 19.0625rem;
}
@media screen and (min-width: 768px) {
  .flow-btn {
    max-width: 27.5rem;
    margin-top: -1.75rem;
  }
}

.flow-btn a {
  height: 4.6875rem;
  font-size: 1.3125rem;
  line-height: 1;
  padding-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .flow-btn a {
    font-size: 1.5rem;
    padding-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .flow-btn::after {
    margin-top: 0.25rem;
  }
}

.flow-contents__btm {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .flow-contents__btm {
    margin-top: 4.875rem;
    font-size: 2.5rem;
  }
}

.poor {
  background-image: url("../img/flow-bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .poor {
    background-image: url("../img/flow-bg_pc.jpg");
  }
}

.poor-title {
  width: 100%;
  bottom: 2.25rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .poor-title {
    bottom: 3.75rem;
  }
}

.poor-title h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .poor-title h2 {
    font-size: 4.375rem;
  }
}

.poor-title .logo span::after {
  bottom: -0.75rem;
}
@media screen and (min-width: 768px) {
  .poor-title .logo span::after {
    bottom: -1.5rem;
  }
}

.poor-main {
  overflow: hidden;
  width: 100%;
  padding: 0rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .poor-main {
    padding: 0rem 0 3.625rem;
  }
}

.poor-main__bg {
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.poor-main__card {
  position: relative;
  z-index: 2;
}

.poor-main__card--list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.5rem;
  max-width: 28.125rem;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .poor-main__card--list {
    margin-top: 3.75rem;
    gap: 2.875rem 2.625rem;
    max-width: 53.125rem;
  }
}

.poor-main__card--list .list-item {
  width: calc(50% - 0.25rem);
  background-color: #fff;
  border-radius: 4px;
  padding: 0.875rem;
}
@media screen and (min-width: 768px) {
  .poor-main__card--list .list-item {
    width: calc(50% - 1.3125rem);
    border-radius: 10px;
    padding: 2.125rem 2.25rem;
  }
}

.poor-main__card--list .list-item h3 {
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
@media screen and (min-width: 768px) {
  .poor-main__card--list .list-item h3 {
    font-size: 2.0625rem;
    line-height: 1.2777777778;
  }
}

.poor-main__card--list .list-item img {
  border-radius: 10px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .poor-main__card--list .list-item img {
    border-radius: 23px;
    margin-top: 0.625rem;
  }
}

.poor-main__card--btm {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .poor-main__card--btm {
    font-size: 2.625rem;
    margin-top: 4.875rem;
  }
}

.poor-main__card--btm span {
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .poor-main__card--btm span {
    font-size: 3.25rem;
  }
}

.others {
  padding: 2.875rem 0;
}
@media screen and (min-width: 768px) {
  .others {
    padding: 7.5rem 0 7.25rem;
  }
}

@media screen and (min-width: 768px) {
  .others .inner {
    max-width: 78.75rem;
    padding: 0 7.5rem;
  }
}

.others-contents {
  background-color: #daefff;
  border-radius: 10px;
  padding: 2.125rem 1rem 1.875rem;
  max-width: 28.125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .others-contents {
    border-radius: 28px;
    padding: 4.25rem 3.375rem 4.125rem;
    max-width: 64rem;
  }
}

.others-contents__point {
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 50%;
  border: 1.6px solid #0178d8;
  color: #0178d8;
  background-color: #fbea52;
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 1.4;
  text-align: center;
  top: -1.4375rem;
  left: -0.625rem;
}
@media screen and (min-width: 768px) {
  .others-contents__point {
    width: 14.6875rem;
    height: 14.6875rem;
    border: 4px solid #0178d8;
    font-size: 1.75rem;
    top: -6.125rem;
    left: -7.5rem;
  }
}

.others-contents__title {
  margin-left: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .others-contents__title {
    margin-left: 0;
    font-size: 2.5rem;
  }
}

.others-contents__image {
  max-width: 25rem;
  margin: 0.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .others-contents__image {
    max-width: 33.125rem;
    margin-top: 3.375rem;
  }
}

.others-contents__text {
  text-align: center;
  color: #0178d8;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .others-contents__text {
    font-size: 2.25rem;
    margin-top: 2.625rem;
  }
}

.others-contents__btn-area {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .others-contents__btn-area {
    margin-top: 3.375rem;
    justify-content: center;
    gap: 1.5rem;
  }
}

.others-btn {
  width: 16.25rem;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #030303;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .others-btn {
    width: 25.625rem;
    margin: 0;
    border: 1.8px solid #030303;
    border-radius: 45px;
  }
}

.others-btn p {
  padding: 0.625rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .others-btn p {
    padding: 1rem;
    font-size: 1.375rem;
  }
}

.others-btn:nth-child(n + 2) {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .others-btn:nth-child(n + 2) {
    margin-top: 0;
  }
}

.payment-list {
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .payment-list {
    max-width: 63.75rem;
    margin: 2rem auto 0;
    gap: 1.75rem;
  }
}

.payment-list__item {
  width: calc((100% - 1.25rem) / 3);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #09153b;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .payment-list__item {
    width: calc((100% - 3.5rem) / 3);
  }
}

.payment-list__item img {
  margin: 0 auto;
}

.payment-list__item:nth-of-type(1) img {
  width: 3.625rem;
}
@media screen and (min-width: 768px) {
  .payment-list__item:nth-of-type(1) img {
    width: 10.875rem;
  }
}

.payment-list__item:nth-of-type(2) img {
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .payment-list__item:nth-of-type(2) img {
    width: 12.9375rem;
  }
}

.payment-list__item:nth-of-type(3) img {
  width: 3.875rem;
}
@media screen and (min-width: 768px) {
  .payment-list__item:nth-of-type(3) img {
    width: 11.5625rem;
  }
}

.payment-list__item p {
  margin-top: 0.3125rem;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1.37;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .payment-list__item p {
    margin-top: 0.875rem;
    font-size: 2rem;
  }
}

.option {
  padding: 4.75rem 0 2.875rem;
}
@media screen and (min-width: 768px) {
  .option {
    padding: 10rem 0 10.875rem;
  }
}

@media screen and (min-width: 768px) {
  .option .inner {
    max-width: 76.875rem;
    padding: 0 2.5rem;
  }
}

.option-contents {
  background-color: #d9d9d9;
  border-radius: 10px;
  padding: 1.5rem 0.75rem 2.625rem;
  max-width: 28.125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .option-contents {
    padding: 2.25rem 2.25rem 5.125rem;
    max-width: 71.875rem;
  }
}

.option-contents__point {
  width: 5.125rem;
  height: 5.125rem;
  border-radius: 50%;
  border: 2.5px solid #0178d8;
  color: #0178d8;
  background-color: #fbea52;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  top: -1.875rem;
  left: -0.5rem;
}
@media screen and (min-width: 768px) {
  .option-contents__point {
    width: 12.5rem;
    height: 12.5rem;
    border: 4px solid #0178d8;
    font-size: 1.75rem;
    top: -6.25rem;
    left: -2.5rem;
  }
}

.option-contents__point .num {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .option-contents__point .num {
    font-size: 2.625rem;
  }
}

.option-contents__point span {
  font-size: 1.125rem;
  line-height: 1.1666666667;
}
@media screen and (min-width: 768px) {
  .option-contents__point span {
    font-size: 3rem;
    line-height: 1.125;
  }
}

.option-contents .section-title {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .option-contents .section-title {
    margin-left: 0;
  }
}

.option-contents__card {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .option-contents__card {
    margin: 3.25rem auto 0;
    max-width: 54.375rem;
  }
}

.option-contents__card ul {
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .option-contents__card ul {
    gap: 3rem;
  }
}

.option-contents__card--item {
  border-radius: 4px;
  border: 3px solid #09153b;
  background-color: #fff;
  width: calc(50% - 0.375rem);
}
@media screen and (min-width: 768px) {
  .option-contents__card--item {
    border-radius: 10px;
    width: calc(50% - 1.5rem);
  }
}

.option-contents__card--item .name {
  padding: 0.625rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #09153b;
}
@media screen and (min-width: 768px) {
  .option-contents__card--item .name {
    padding: 1.375rem;
    font-size: 2rem;
  }
}

.option-contents__card--item .price {
  text-align: center;
  font-weight: 700;
  font-size: 0.625rem;
  padding: 0.875rem 1rem;
}
@media screen and (min-width: 768px) {
  .option-contents__card--item .price {
    font-size: 1.5625rem;
    padding: 2.375rem 2rem;
  }
}

.option-contents__card--item .price span {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .option-contents__card--item .price span {
    font-size: 3.25rem;
  }
}

.faq {
  padding: 1.625rem 0 7rem;
  background-color: #daefff;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 5.5rem 0 10.875rem;
  }
}

.faq-contents {
  max-width: 28.125rem;
  margin: 2.625rem auto 0;
}
@media screen and (min-width: 768px) {
  .faq-contents {
    max-width: 62.5rem;
    margin-top: 3.25rem;
  }
}

.faq__tab-btn ul {
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .faq__tab-btn ul {
    gap: 1.0625rem;
  }
}

.faq__tab-btn ul li {
  width: calc((100% - 1rem) / 3);
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #030303;
}
@media screen and (min-width: 768px) {
  .faq__tab-btn ul li {
    width: calc((100% - 2.125rem) / 3);
    border-radius: 8px;
    border: 2px solid #030303;
  }
}

.faq__tab-btn ul li a {
  width: 100%;
  height: 3.25rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.1818181818;
}
@media screen and (min-width: 768px) {
  .faq__tab-btn ul li a {
    height: 7rem;
    font-size: 1.5rem;
  }
}

.faq__tab-box {
  margin: 1.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .faq__tab-box {
    margin-top: 2.625rem;
  }
}

.faq__tab-content {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.faq__tab-content:nth-child(n + 2) {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .faq__tab-content:nth-child(n + 2) {
    margin-top: 1rem;
  }
}

.faq__tab-content--q,
.faq__tab-content--a {
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .faq__tab-content--q,
  .faq__tab-content--a {
    padding: 1rem 1.5rem;
    gap: 1.5rem;
  }
}

.faq__tab-content--q {
  font-weight: 700;
  font-size: 1rem;
  transition: 0.5s;
}

.faq__tab-content--a {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .faq__tab-content--a {
    line-height: 1.8;
  }
}

.faq__tab-content--q .icon,
.faq__tab-content--a .icon {
  width: 2.25rem;
}
.faq__tab-content--q .icon-white,
.faq__tab-content--a .icon-white {
  display: none;
}

.faq__tab-content--q .text {
  width: 100%;
}

.faq__tab-content--q .plus {
  width: 1rem;
  height: 1rem;
  position: relative;
  margin-left: auto;
}
.faq__tab-content--q .plus span {
  width: 100%;
  height: 0.125rem;
  background-color: #999999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq__tab-content--q .plus span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__tab-content--q.close {
  background-color: #0178d8;
  color: #fff;
}

.faq__tab-content--q.close .icon-blue {
  display: none;
}

.faq__tab-content--q.close .icon-white {
  display: block;
}

.faq__tab-content--q.close .plus span {
  background-color: #fff;
}

.faq__tab-content--q.close .plus span:nth-of-type(2) {
  opacity: 0;
}

.contact,
.thanks {
  margin: 0;
}

.tokushoho-top,
.contact-top {
  background-color: #09153b;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .tokushoho-top,
  .contact-top {
    padding: 1.75rem;
  }
}

.tokushoho-top__text,
.contact-top__text {
  text-align: center;
  color: #9a9a9a;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .tokushoho-top__text,
  .contact-top__text {
    font-size: 1.375rem;
  }
}

.tokushoho .section-title__title,
.contact .section-title__title {
  color: #fff;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .tokushoho .section-title__title,
  .contact .section-title__title {
    font-size: 2.75rem;
  }
}

.tokushoho-main,
.contact-main {
  padding: 1.5625rem 0;
}
@media screen and (min-width: 768px) {
  .tokushoho-main,
  .contact-main {
    padding: 3rem 0 6.25rem;
  }
}

.tokushoho-main__top,
.contact-main__top {
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .tokushoho-main__top,
  .contact-main__top {
    font-size: 1.5rem;
  }
}

.tokushoho-main__top a,
.contact-main__top a,
.doui-area__text a {
  color: #0178d8;
}

.contact-main__top a:hover,
.doui-area__text a:hover {
  opacity: 1;
  text-decoration: underline;
}

.contact-form {
  background-color: #fafafa;
  padding: 1.5rem 0.75rem;
  width: 100%;
  max-width: 26.25rem;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .contact-form {
    padding: 2rem 2.25rem;
    max-width: 61.5625rem;
    margin-top: 3.625rem;
  }
}

@media screen and (min-width: 768px) {
  .form-block {
    display: flex;
    align-items: center;
  }
}

.form-block:nth-child(n + 2) {
  margin-top: 1.5rem;
}

.form-block__label {
  font-size: 1rem;
  line-height: 1;
  color: #333;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form-block__label {
    font-size: 1.25rem;
    width: 15.1875rem;
  }
}

.form-block__label .hissu {
  background-color: #0178d8;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;
  padding: 0.1875rem 0.4375rem 0.125rem;
}
@media screen and (min-width: 768px) {
  .form-block__label .hissu {
    font-size: 0.75rem;
    padding: 0.21875rem 0.5rem 0.1875rem;
  }
}

.form-block__label .ninni {
  font-size: 0.625rem;
  line-height: 1;
  padding: 0.1875rem 0.4375rem 0.125rem;
  border: 1px solid #030303;
}
@media screen and (min-width: 768px) {
  .form-block__label .ninni {
    font-size: 0.75rem;
    padding: 0.21875rem 0.5rem 0.1875rem;
  }
}

.form-block__input {
  margin-top: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-block__input {
    width: calc(100% - 15.1875rem);
    margin-top: 0;
  }
}

.form-block__input input,
.form-block__input textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 0.75rem 1.125rem 0.625rem;
  font-size: 1rem;
}

.form-block__input input::placeholder {
  color: #d2d0d0;
}

@media screen and (min-width: 768px) {
  .textarea-block {
    align-items: flex-start;
  }
}

.form-block__input textarea {
  height: 15rem;
}

.form-block__radio {
  gap: 0.75rem;
}
.form-block__radio .radio {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .form-block__radio .radio {
    font-size: 1.25rem;
  }
}

.form-block__radio .radio input[type="radio"] {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #757575;
  border-radius: 50%;
  padding: 0;
}
.form-block__radio .radio input[type="radio"]:checked {
  background-color: initial;
  background-image: url("../img/radio-check.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.doui-area {
  margin-top: 3rem;
}

.doui-area__text {
  text-align: center;
  font-weight: 500;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .doui-area__text {
    font-size: 1rem;
  }
}

.doui-area .form-block__radio {
  width: 100%;
  justify-content: center;
  margin-top: 0.625rem;
}

.form-btn {
  display: block;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #0178d8;
  border-radius: 36px;
  width: 20rem;
  padding: 1rem;
  font-size: 1rem;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .form-btn {
    width: 23.25rem;
  }
}

.thanks .contact-main {
  min-height: 100vh;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .thanks .contact-main {
    padding-top: 7.5rem;
  }
}

.thanks .contact-main__top {
  font-size: 1.5rem;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-d_flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-d_flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-mobile_flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-mobile_flex {
    display: none;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

.white-text {
  color: #fff;
}

.red-text {
  color: #e42523;
}

.blue-text {
  color: #0178d8;
}

.legal__table {
  width: 100%;
  border-collapse: collapse;
}
.legal__table th,
.legal__table td {
  border: 1px solid #ccc;
  padding: 0.8rem;
  text-align: left;
  vertical-align: top;
}
.legal__table th {
  width: 30%;
  background: #f0f0f0;
}
.legal__logo {
  margin-top: 2rem;
  text-align: center;
}

/* 2025/7/7追加分 */
.mv-btm {
  margin-top: 2.0625rem;
}

.getugaku {
  writing-mode: vertical-rl;
  font-size: 0.3em;
  color: #000;
}

.mv-btm__texts--top {
  color: #e44623;
  font-size: 4.03rem;
  font-family: system-ui;
  line-height: 1;
  width: 60%;
  display: block;
  padding-left: 1rem;
}

.merit {
  color: #fff;
  background-color: #034495;
  width: auto;
  border-radius: 1.7rem;
display: inline-block;
  font-size: 0.9rem;
  margin: .7rem 0 .5rem 0;
  width: 66%;
}


.yen {
  font-size: 0.38em;
  position: relative;
}

.yen::after {
  content: "（税込）";
  position: absolute;
  top: -1rem;
  font-size: 0.45em;
  right: 0;
  left: 0;
  color: #000;
}

.mv-btm__texts--top{
  position: relative;
  display: inline-block;
  z-index: 2;
}
.mv-btm__texts--top::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.25rem;
  background-color: #fbea52;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}




.plan-contents {
  text-align: center;
  margin-top: 3.6875rem;
}

.plan-contents__top-text {
  font-size: 1.35rem;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}

.plan-contents__top-text::before {
  position: absolute;
  content: "";
  background: url(../img/campaign.png) no-repeat;
  background-size: contain;
  width: 8.6rem;
  height: 3.5rem;
  top: -2.5rem;
  left: -1rem;
}

.getugaku2 {
  color: #e44623;
  font-size: 2.4em;
  font-family: system-ui;
  line-height: 1;
  font-weight: normal;
}

.plan-contents__top-text b {
  position: relative;
  z-index: 2;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 0 .5rem;
}
.plan-contents__top-text b::after {
  content: "";
  display: block;
  width: 100%;
  height: .7rem;
  background-color: #fbea52;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.yen2 {
  font-size: 0.9em;
  position: relative;
  font-weight: bold;
  width: 120%;
}

.yen2::after {
  content: "(税込)";
  position: absolute;
  top: -0.5rem;
  font-size: 0.4em;
  right: -8px;
  left: -8px;
  color: #000;
}

.plan-contents__list--item {
  width: 100%;
  margin: 0 auto;
}

.plan-contents__list {
  width: 100%;
  margin-top: 1rem;
}

.plan__subttling {
  display: inline-block;
  background-color: #0178d8;
  border-radius: 25rem;
  padding: 0 3rem;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 2rem;
  font-weight: 400;
}

.plan__img{
  margin-bottom: 2rem;
}

.block-r {
  padding: 0.625rem 0.58125rem;
}

















@media screen and (min-width: 768px) {
  .getugaku {
    writing-mode: vertical-rl;
    font-size: 0.3em;
    color: #000;
  }

  .mv-btm__texts--top {
    color: #e44623;
    font-size: 9rem;
    font-family: system-ui;
    line-height: 1;
    width: 92%;
    display: block;
    padding-left: 1rem;
  }

  .merit {
    display: block;
    color: #fff;
    background-color: #0178d8;
    width: 100%;
    border-radius: 1.7rem;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    margin-top: 2rem;
  }

  .yen {
    font-size: 0.28em;
    position: relative;
  }

  .yen::after {
    content: "（税込）";
    position: absolute;
    top: -1.5rem;
    font-size: 0.55em;
    right: 0;
    left: 0;
    color: #000;
  }
  .mv-btm__texts--bpx {
    width: 80%;
  }
  .plan-contents {
    text-align: center;
    margin-top: 5.6875rem;
  }

  .plan-contents__top-text {
    font-size: 2.2rem;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
  }

  .plan-contents__top-text::before {
    position: absolute;
    content: "";
    background: url(../img/campaign.png) no-repeat;
    background-size: contain;
    width: 16rem;
    height: 5rem;
    top: -3rem;
    left: -6rem;
  }

  .getugaku2 {
    color: #e44623;
    font-size: 1.8em;
    font-family: system-ui;
    line-height: 1;
    font-weight: normal;
  }

  .plan-contents__top-text b {
    position: relative;
    z-index: 2;
    font-weight: bold;
    letter-spacing: 3px;
  }
  .plan-contents__top-text b::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.25rem;
    background-color: #fbea52;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .yen2 {
    font-size: 0.9em;
    position: relative;
    font-weight: bold;
    width: 120%;
  }

  .yen2::after {
    content: "(税込)";
    position: absolute;
    top: -0.5rem;
    font-size: 0.4em;
    right: -8px;
    left: -8px;
    color: #000;
  }

  .plan-contents__list--item {
    width: 50%;
    margin: 0 auto;
  }

  .plan-contents__list {
    width: 100%;
    margin-top: 1rem;
  }

  .plan__subttling {
    display: inline-block;
    background-color: #0178d8;
    border-radius: 25rem;
    padding: 0 3rem;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 400;
  }

  .plan__img{
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .mv-btm__texts--top::after {
    height: 2.9rem;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .btn::after {
    right: 2.125rem;
  }
}

/* 2025/7/7追加分 */

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