@charset "UTF-8";
:root {
  --chairo: #443122;
  /* 茶色 */
  --mizuiro: #2db2d3;
  /* 水色 */
  --midori: #057e82;
  /* 深い水色 */
  --siro: #f4f0ea;
  /* 白色系 */
  --orange: #4A718A;
  /* 橙色 */
  --aka: #dd0033;
  /* 赤 */
  --sub: #7A7B7E;
  --bgc: #F7F7F7;
}

.fits {
  font-family: "Karla", sans-serif;
}

.num-font {
  font-family: "Fjalla One", sans-serif;
}

/* 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;
}

main {
  overflow: hidden;
}

ul,
ol {
  list-style: none;
}

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

img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     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;
}

@media screen and (min-width: 768px) {
  main {
    margin-top: 0;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #333;
}

.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;
    color: #fff;
  }
}
.header-logo .logo {
  width: 8.25rem;
}

.header-btn {
  background-color: var(--aka);
  color: #fff;
  width: 4.25rem;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .header-btn {
    width: 8.75rem;
    border-radius: 5px;
    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;
  }
}
@media screen and (min-width: 768px) {
  .header-nav {
    display: block;
    margin-left: auto;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    justify-content: right;
    align-items: center;
    gap: 4.9rem;
  }
}
.header-nav__item {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}

.btn {
  border-radius: 28px;
  background-color: #C2050F;
  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;
  font-family: "Jost", sans-serif;
}

@media screen and (min-width: 768px) {
  .section-title__title {
    font-size: 6rem;
    font-family: "Jost", sans-serif;
  }
}
.js-tabbox {
  display: none;
}

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

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

.js-aco_openbox {
  display: none;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .mv::after,
  .mv::before {
    position: absolute;
    content: "";
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .mv-inner {
    max-width: 73.75rem;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 5.5rem;
  }
}
.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;
  font-family: "Karla", sans-serif;
}

@media screen and (min-width: 768px) {
  .mv-texts__title {
    font-size: 6.5rem;
    margin-left: 0.4rem;
  }
  .mv-texts__title span {
    font-size: 6.25rem;
    margin-left: 1rem;
  }
}
.mv-btm {
  margin-top: 6.0625rem;
}

@media screen and (min-width: 768px) {
  .mv-btm {
    margin-top: 0;
    align-items: center;
  }
}
.mv-btm__texts {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .mv-btm__texts {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media screen and (min-width: 768px) {
  .mv-btm__texts--top {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    z-index: 2;
    background-color: initial;
    border-radius: 0;
    padding: 0;
    font-size: 1.625rem;
    line-height: 1.5;
  }
  span.dot {
    font-size: 3.5rem;
  }
}
.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: url(../img/benefit.svg);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .benefit {
    padding: 3rem 0 3.625rem;
  }
}
.benefit-title {
  text-align: center;
}

.benefit-title__title {
  display: inline-block;
}

.benefit-title__title span {
  color: #066fa0;
}

@media screen and (min-width: 768px) {
  .benefit-title__title {
    font-size: 4.04rem;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  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(3) .product-type__item--image {
  width: 12.5rem;
  margin-top: -0.9375rem;
}

.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;
  }
}
.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);
  }
}
@media screen and (min-width: 768px) {
  .product-type__item--detail .detail-item:nth-of-type(1) {
    display: block;
  }
}
.detail-item__name {
  border-radius: 5px;
  background-color: #4A718A;
  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: 1.2rem;
  line-height: 1.4;
}

.area {
  background-color: #8EA5B1;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.625rem 0 0;
}

@media screen and (min-width: 768px) {
  .area {
    background-color: #8EA5B1;
    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: 2rem;
  }
}
@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.53125rem;
  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 {
  padding: 2.625rem 0 3.25rem;
}

@media screen and (min-width: 768px) {
  .flow {
    background-color: #F7F7F7;
    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 {
  padding: 3.4375rem;
  background-color: #F3F3F3;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  margin-bottom: 5rem;
}
.flow-step__item::after {
  position: absolute;
  content: "";
  background: url(../img/tryangle.svg) no-repeat;
  margin: 0 auto;
  width: 85px;
  height: 63px;
  left: 0;
  right: 0;
  bottom: -80px;
}
.flow-step__item:last-child::after {
  display: none;
}

@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;
  }
}
.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: 7.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;
  }
}
.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;
  }
}
.option-contents {
  background-color: #D6D6D6;
  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%;
  color: #FFF;
  background-color: #6899B8;
  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;
    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: 1.93rem;
    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--item .name {
  padding: 0.625rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  color: var(--chairo);
}

.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: 2rem;
  }
}
.faq {
  padding: 1.625rem 0 7rem;
}

@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: #D6D6D6;
}

@media screen and (min-width: 768px) {
  .faq__tab-btn ul li {
    width: calc((100% - 2.125rem) / 3);
  }
}
.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 {
  background-color: #D6D6D6;
  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: var(--siro);
  color: var(--chairo);
}

.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: #E42523;
  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::-moz-placeholder {
  color: #d2d0d0;
}

.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-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: 0;
}

.getugaku {
  font-size: 0.53em;
  font-weight: bold;
  color: #000;
  margin-right: 0.5rem;
}

.mv-btm__texts--top {
  color: #e44623;
  font-size: 4.03rem;
  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: 0.7rem 0 0.5rem 0;
  width: 66%;
}

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

.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 0.5rem;
}

.plan-contents__top-text b::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.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 {
    font-size: 0.53em;
    font-weight: bold;
    color: #000;
  }
  .mv-btm__texts--top {
    color: #C2050F;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 6.25rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    display: block;
    padding-left: 1rem;
    letter-spacing: 1px;
  }
  .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.7em;
    position: relative;
  }
  .yen::after {
    content: "(税込4,368円)";
    font-size: 0.6em;
    color: #000;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 0.5rem;
    display: flex;
    justify-content: center;
  }
  .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) {
  .btn::after {
    right: 2.125rem;
  }
}
/* 2025/7/7追加分 */
.mv__img-area {
  max-width: 37.9rem;
  margin: 6.5rem auto 0 auto;
}

.mv__apl--text {
  font-size: 4.5rem;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.mv__apl--text .seigen {
  text-align: center;
  font-size: 8.5rem;
  position: relative;
  line-height: 1;
  /* text-shadow: -1px -1px 0 var(--siro), 1px -1px 0 var(--siro), -1px 1px 0 var(--siro), 1px 1px 0 var(--siro); */
}

.mv__apl--text .bikkuri {
  text-align: center;
  font-size: 8.5rem;
  margin-right: 2rem;
  margin-top: 2rem;
  line-height: 1;
  /* 枠線の太さと色 */
  position: relative;
}
.mv__apl--text .bikkuri::after {
  position: absolute;
  content: "※";
  font-size: 2rem;
  top: 3rem;
  right: -2rem;
  display: inline-block;
}

.benefit-area {
  background-color: #fff;
  border-radius: 1rem;
  padding-bottom: 5rem;
}

.benefit-title {
  padding-top: 3.2rem;
}

.benefit-title .under-line {
  display: inline-block;
  position: relative;
  padding-bottom: 0;
  /* 文字と線の間隔 */
}

.benefit-title .under-line::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  width: 102%;
  height: 4px;
  /* ドットの直径 */
  background-image: radial-gradient(circle, #066fa0 4px, transparent 4px);
  background-size: 10px 3px;
  /* 横方向の間隔（8px）×縦方向（4px） */
  background-repeat: repeat-x;
}

.benefit-txt {
  margin: 2rem 0 0 2rem;
}

.benefit__fits {
  font-size: 1.3em;
  letter-spacing: 0.15rem;
}

.benefit__point {
  font-size: 4rem;
  position: relative;
  line-height: 4.5rem;
}

.benefit__point::after {
  display: inline-block;
  background: url(../img/point.png) no-repeat;
  background-size: contain;
  content: "";
  width: 4.8rem;
  height: 5.9rem;
  padding-left: 1rem;
}

.benefit__main {
  font-size: 6rem;
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}

.benefit__main::after {
  position: absolute;
  content: "";
  background-color: #fbf135;
  bottom: 2rem;
  right: 0;
  left: -2rem;
  height: 3rem;
  width: 81%;
  margin: 0 auto;
  z-index: -1;
}

.benefit__main--price {
  font-size: 7.5rem;
  font-family: "Fjalla One", sans-serif;
}

.enbun {
  font-size: 0.7em;
  font-family: "Fjalla One", sans-serif;
}

.red {
  color: var(--aka);
}

.benefit__link {
  padding: 1.8rem 8rem;
  background-color: var(--aka);
  color: #fff;
  border-radius: 5rem;
  font-size: 2.1rem;
}

.benefit__link::after {
  content: "▶︎";
  font-size: 1rem;
  padding-left: 2.4rem;
}

.benefit .benefit-area {
  position: relative;
}
.benefit .benefit-area::after {
  position: absolute;
  content: "";
  background: url(../img/balloon.png) no-repeat;
  background-size: contain;
  width: 15.25rem;
  height: 15.25rem;
  top: -6.12rem;
  left: -5.12rem;
}
.benefit .benefit-title__title {
  position: relative;
}
.benefit .benefit-title__title::before {
  position: absolute;
  content: "";
  background: url(../img/pic1.png) no-repeat;
  background-size: contain;
  width: 15.25rem;
  height: 15.25rem;
  top: 6.88rem;
  left: -18.12rem;
}
.benefit .benefit-title__title::after {
  position: absolute;
  content: "";
  background: url(../img/pic2.png) no-repeat;
  background-size: contain;
  width: 12.25rem;
  height: 12.25rem;
  top: -2.12rem;
  right: -15.12rem;
}
.benefit .benefit-txt {
  position: relative;
}
.benefit .benefit-txt::before {
  position: absolute;
  content: "";
  background: url(../img/pic3.png) no-repeat;
  background-size: contain;
  width: 15.25rem;
  height: 15.25rem;
  top: 21.88rem;
  left: -10.12rem;
}
.benefit .benefit-txt::after {
  position: absolute;
  content: "";
  background: url(../img/pic4.png) no-repeat;
  background-size: contain;
  width: 12.25rem;
  height: 12.25rem;
  top: 16.88rem;
  right: -7.12rem;
}

.recommend {
  background-color: var(--bgc);
}
.recommend .section-title__title {
  padding: 4.2rem 0 5.9rem 0;
  color: var(--chairo);
  font-family: "Jost", sans-serif;
}
.recommend .section-title__title .under-line {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  /* 文字と線の間隔 */
}
.recommend .section-title__title .under-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, var(--orange) 4px, transparent 4px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
}
.recommend .section-title__fits {
  font-size: 1.3em;
  font-weight: normal;
}
.recommend__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}
.recommend__point {
  width: 48%;
  text-align: center;
  background-color: #fff;
  box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  height: 18rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.recommend__dubttl {
  position: absolute;
  left: 0;
  right: 0;
  top: -2rem;
  margin: 0 auto;
  background-color: #8EA5B1;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  width: 77%;
  padding: 0.5rem 0;
  font-size: 1.6rem;
}
.recommend__dubttl span {
  font-size: 1.1em;
  font-family: "Fjalla One", sans-serif;
}
.recommend__point:first-child .recommend__txt-area {
  padding: 4rem 0 2rem 0;
}
.recommend__txt-area {
  padding: 2.5rem 0 2rem 0;
}
.recommend__txt {
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 140%;
  font-weight: 600;
}
.recommend__apl {
  font-size: 2rem;
  position: relative;
}
.recommend__zero {
  font-size: 4.625rem;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  padding-right: 0.5rem;
  position: relative;
}
.recommend__zero::after {
  position: absolute;
  content: "※1";
  right: -1rem;
  top: 1rem;
  font-size: 0.75rem;
}
.recommend__red--text {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  display: block;
  margin: 0.5rem 0;
  line-height: 140%;
  position: relative;
}
.recommend__red--text.kome::after {
  position: relative;
  content: "※2";
  font-size: 0.75rem;
  top: -1rem;
  right: 0rem;
  display: inline-block;
}
.recommend__aupath {
  font-size: 1rem;
  text-decoration: underline;
  display: block;
  line-height: 0.5rem;
}
.recommend__bold {
  font-weight: bold;
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.other {
  text-align: center;
  background-color: var(--bgc);
  padding-bottom: 9.5rem;
}
.other .section-title__title {
  padding: 5rem 0 4rem 0;
  color: var(--chairo);
}
.other .section-title__title .under-line {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  /* 文字と線の間隔 */
  color: #066FA0;
}
.other .section-title__title .under-line::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  bottom: 0.1rem;
  width: 97%;
  height: 4px;
  background-image: radial-gradient(circle, #066FA0 4px, transparent 4px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
}

.plan {
  background-color: #D6D6D6;
  padding-bottom: 13rem;
}
.plan .section-title__title {
  padding: 6.5rem 0 5.5rem 0;
  color: var(--chairo);
}
.plan .section-title__title .under-line {
  display: inline-block;
  position: relative;
  /* 文字と線の間隔 */
}
.plan .section-title__title .under-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, var(--orange) 4px, transparent 4px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
}
.plan .section-title__fits {
  font-size: 1.3em;
  font-weight: normal;
}
.plan__area {
  background-color: #fff;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.plan__contents-box {
  width: 80%;
  margin: 0 auto;
}
.plan__subttl {
  margin: 0 auto 2rem auto;
  font-size: 2.3rem;
  background-color: #92A4B0;
  color: #fff;
  padding: 0.95rem 0;
}
.plan__subttlling {
  font-size: 2.8rem;
  position: relative;
  display: inline-block;
  color: var(--chairo);
}
.plan__subttlling::after, .plan__subttlling::before {
  position: absolute;
  content: "";
  background-color: #7B5232;
  height: 3px;
  width: 9rem;
  display: flex;
  align-items: center;
  top: 2rem;
  bottom: 0;
}
.plan__subttlling::after {
  right: -11rem;
}
.plan__subttlling::before {
  left: -11rem;
}
.plan__main-area {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 11rem;
}
.plan__main-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #7B5232 4px, transparent 4px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
}
.plan__main-txt {
  font-size: 7.8rem;
  font-family: "Fjalla One", sans-serif;
  color: var(--chairo);
  margin-left: 3rem;
  line-height: 1.3;
}
.plan__main-txt .en {
  font-size: 0.5em;
  font-weight: bold;
}
.plan__main-txt .zei {
  font-size: 0.3em;
  font-weight: bold;
}
.plan__main-txt .dot {
  font-size: 0.7em;
  color: var(--aka);
}
.plan__dis {
  font-size: 1.7rem;
}
.plan__dis span {
  font-size: 0.8em;
}
.plan__dital-area--box {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  align-items: center;
  gap: 13rem;
  padding: 1.4rem 0 1.2em 0;
  border-bottom: solid 1px #7B5232;
}
.plan__dital-area--box:first-child {
  padding: 0 0 1.2rem 0;
}
.plan__dital-area--box:nth-of-type(2) {
  padding: 1.4rem 0 1.65rem 0;
}
.plan__dital-area--box:nth-of-type(3) {
  padding: 1.4rem 0 0.5rem 0;
}
.plan__dital--tt {
  font-size: 2rem;
  color: var(--chairo);
}
.plan__dital--txt {
  font-size: 1.8rem;
  color: var(--chairo);
}
.plan__dital--txt b {
  font-size: 1.3em;
}
.plan__dital--txt b span {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.6em;
}

.product {
  padding: 2.875rem 0 11rem 0;
  background-color: var(--bgc);
  background-size: cover;
}
.product .section-title__title {
  padding: 1rem 0 7.5rem 0;
  letter-spacing: 3px;
}
.product .section-title__title .under-line {
  display: inline-block;
  position: relative;
  /* 文字と線の間隔 */
}
.product .section-title__title .under-line::after {
  content: "";
  position: absolute;
  left: -1rem;
  bottom: -0.1rem;
  width: 107%;
  height: 4px;
  background-image: radial-gradient(circle, #066FA0 4px, transparent 4px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
}
.product .u-disp-flex-dt {
  justify-content: center;
}
.product .product-type__item {
  background-color: #fff;
}
.product .product-type ul {
  gap: 7rem;
}
.product .product-type__item {
  width: calc((100% - 18rem) / 2);
  border: #066FA0 solid 3px;
}
.product .product-type__item--name {
  background-color: #333333;
  padding: 1.2rem;
}
.product .product-type__item--top-text {
  font-size: 0.94rem;
  margin-top: 1.1rem;
}
.product .product-type__item {
  width: 90%;
}
.product .detail-item {
  border-radius: 6px;
  border: 1px solid #4A718A;
  background-color: #fff;
  padding: 1.8rem 0.8125rem 1rem 0.3125rem;
}
.product .detail-item__name {
  padding: 0.5125rem 0.1rem;
  font-size: 1.2rem;
  width: 84%;
  position: absolute;
  right: 0;
  left: 0;
  top: -0.3rem;
}
.product .detail-item {
  position: relative;
}
.product .detail-item p {
  text-align: center;
  font-size: 1.2rem;
}

.area {
  padding: 8.5rem 0 5.1rem 0;
  color: #fff;
}
.area .section-title__title {
  padding: 1rem 0 2.2rem 0;
  color: #fff;
  letter-spacing: 3px;
}
.area .section-title__title--sub {
  color: #fff;
}
.area .section-title__title .under-line {
  display: inline-block;
  position: relative;
  /* 文字と線の間隔 */
}
.area .section-title__title .under-line::after {
  content: "";
  position: absolute;
  left: -1rem;
  bottom: -0.1rem;
  width: 107%;
  height: 4px;
  background-image: radial-gradient(circle, #066FA0 4px, transparent 4px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
}
.area .area-contents {
  justify-content: center;
}
.area .area-contents:last-child {
  margin-top: 10rem;
}
.area .area-contents:last-child .area-contents__image {
  width: 50%;
  max-width: none;
}
.area .area-contents:last-child .area-contents__texts {
  width: 49%;
}
.area .area-contents:last-child .area-contents__texts--sub {
  font-size: 1.6rem;
  line-height: 2;
}
.area .area-contents:last-child .area-contents__texts--main {
  font-size: 1.9rem;
  line-height: 1.7;
}
.area .area-contents__texts--main {
  font-size: 2.5rem;
  letter-spacing: 1px;
}
.area .area-contents__image {
  margin-top: 0;
}

.flow {
  padding: 7rem 0 5.1rem 0;
  letter-spacing: normal;
}
.flow .section-title__title {
  padding: 1rem 0 2.2rem 0;
  color: var(--chairo);
  letter-spacing: 3px;
}
.flow .section-title__title .under-line {
  display: inline-block;
  position: relative;
  /* 文字と線の間隔 */
}
.flow .section-title__title .under-line::after {
  content: "";
  position: absolute;
  left: -1rem;
  bottom: -0.1rem;
  width: 107%;
  height: 4px;
  background-image: radial-gradient(circle, var(--chairo) 4px, transparent 4px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
}
.flow .texts h3 {
  color: var(--orange);
}
.flow .texts h3 p {
  color: var(--orange);
}

.option {
  padding: 5.5rem 0 10.1rem 0;
  letter-spacing: normal;
  background-color: #D6D6D6;
}
.option .section-title__title {
  padding: 1rem 0 5.2rem 0;
  letter-spacing: 3px;
}
.option .section-title__title .under-line {
  display: inline-block;
  position: relative;
  /* 文字と線の間隔 */
}
.option .section-title__title .under-line::after {
  content: "";
  position: absolute;
  left: -1rem;
  bottom: -0.3rem;
  width: 107%;
  height: 4px;
  background-image: radial-gradient(circle, #066FA0 4px, transparent 4px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
}
.option .option-contents {
  padding: 2.25rem 2.25rem 4.125rem;
  background-color: #fff;
  width: 50%;
}
.option .option-contents__point {
  width: 8.875rem;
  height: 8.875rem;
  font-size: 1.47rem;
  top: -4.7rem;
  left: -3.78rem;
}
.option .option-contents__point .num {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.2em;
}
.option .option-contents__card {
  margin: 2rem auto 0;
  max-width: 54.375rem;
}
.option .option-contents__card--item:last-child {
  border: none;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .plan__subttlling {
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
    color: var(--chairo);
  }
  .plan__subttlling::after,
  .plan__subttlling::before {
    position: absolute;
    content: "";
    background-color: #7B5232;
    height: 3px;
    width: 4rem;
    display: flex;
    align-items: center;
    top: 1.5rem;
    bottom: 0;
  }
  .plan__subttlling::before {
    left: -5rem;
  }
  .plan__subttlling::after {
    right: -5rem;
  }
  .plan__dital-area--box {
    gap: 0;
  }
  .mv {
    padding: 7.9rem 1.25rem 2rem;
    height: 42rem;
    letter-spacing: 2px;
  }
  .mv .dot {
    font-size: 0.5em;
  }
  .mv .getugaku {
    writing-mode: vertical-rl;
    font-size: 0.4em;
    font-weight: normal;
  }
  .mv .mv-btm__texts--top {
    display: flex;
    width: 100%;
    align-items: baseline;
    color: #C2050F;
    font-size: 3.5rem;
  }
  .mv .yen::after {
    content: "(税込4,368円)";
    font-size: 0.4em;
    color: #000;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 0.5rem;
    position: absolute;
    bottom: -1rem;
    right: 0;
    left: -9rem;
    width: 7rem;
    margin: 0 auto;
  }
  .mv .yen {
    font-size: 0.6em;
  }
  .mv-btm__texts--top {
    padding-left: 0;
  }
  .mv__img-area {
    margin: 7.5rem auto 0 auto;
  }
  .mv__apl--text {
    font-size: 2rem;
    text-align: center;
  }
  .mv__apl--text .seigen {
    font-size: 3.5rem;
  }
  .mv__apl--text .bikkuri {
    font-size: 3.5rem;
    text-shadow: -1px -1px 0 var(--siro), 1px -1px 0 var(--siro), -1px 1px 0 var(--siro), 1px 1px 0 var(--siro);
    position: relative;
    margin-right: 0;
  }
  .mv .under-line::after {
    display: none;
  }
  .mv__itemimage {
    width: 82%;
    margin: 0 auto;
  }
  .benefit__point {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .benefit-area {
    background-color: #fff;
    border-radius: 1rem;
    padding-bottom: 3rem;
  }
  .benefit-title .under-line::after {
    content: "";
    position: absolute;
    bottom: -0.3rem;
    left: 0.02rem;
    width: 102%;
    height: 4px;
    background-image: radial-gradient(circle, #066fa0 4px, transparent 4px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
  }
  .benefit__point::after {
    display: inline-block;
    background: url(../img/point.png) no-repeat;
    background-size: contain;
    content: "";
    width: 2.8rem;
    height: 2.5rem;
    padding-left: 1rem;
    align-items: center;
  }
  .benefit-title {
    padding-top: 2.6rem;
  }
  .benefit__main {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .benefit__main--price {
    font-size: 2.7rem;
  }
  .benefit-txt {
    margin: 2rem auto 0 auto;
  }
  .benefit__main::after {
    position: absolute;
    content: "";
    background-color: #fbf135;
    bottom: 0.7rem;
    right: 0rem;
    left: 0rem;
    height: 1rem;
    width: 95%;
  }
  .benefit__link {
    padding: 1rem 4rem;
    background-color: var(--aka);
    color: #fff;
    border-radius: 5rem;
    font-size: 1rem;
  }
  .benefit__link::after {
    content: "▶︎";
    font-size: 0.7rem;
    padding-left: 1rem;
  }
  .recommend .section-title__title {
    padding: 2.9rem 0 2rem 0;
    font-weight: 400;
    color: var(--chairo);
    font-size: 2.25rem;
    font-family: "Jost", sans-serif;
  }
  .recommend__point {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    height: 11rem;
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .recommend {
    padding-bottom: 2rem;
  }
  .recommend__dubttl {
    position: absolute;
    top: -1rem;
    font-size: 1rem;
    width: 68%;
    padding: 0.1rem 0;
  }
  .recommend__txt {
    font-size: 1rem;
  }
  .recommend__red--text {
    font-size: 1.2rem;
  }
  .recommend__bold {
    font-size: 1.1rem;
    font-weight: 700;
  }
  .recommend__zero {
    font-size: 3rem;
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
    padding-right: 0.5rem;
  }
  .other .section-title__title {
    padding: 2.6rem 0 2rem 0;
  }
  .other {
    padding-bottom: 3.5rem;
  }
  .plan .section-title__title {
    padding: 2.5rem 0 1.5rem 0;
    color: var(--chairo);
  }
  .plan__contents-box {
    width: 86%;
    margin: 0 auto;
  }
  .plan__area {
    background-color: #fff;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  .plan__subttl {
    margin: 0 auto 1rem auto;
    font-size: 0.8rem;
    color: #fff;
    padding: 0.3rem 0;
  }
  .plan__subttlling {
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    color: var(--chairo);
  }
  .plan__subttlling::after,
  .plan__subttlling::before {
    position: absolute;
    content: "";
    background-color: #7B5232;
    height: 3px;
    width: 4rem;
    display: flex;
    align-items: center;
    top: 1rem;
    bottom: 0;
  }
  .plan__main-txt {
    font-size: 3.5rem;
    font-family: "Fjalla One", sans-serif;
    color: var(--chairo);
    margin-left: 0;
    line-height: 1.3;
  }
  .plan__dis {
    font-size: 0.9rem;
  }
  .plan__main-area::after {
    display: contents;
  }
  .plan__main-area {
    position: relative;
    padding-bottom: 0.7rem;
    border-bottom: solid 1px var(--chairo);
    margin-bottom: 2rem;
  }
  .plan__dital--tt {
    font-size: 0.8rem;
  }
  .plan__dital--txt {
    font-size: 0.75rem;
  }
  .plan__dital-area--box:first-child {
    padding: 0 0 1.2rem 0;
  }
  .plan__dital-area--box:nth-of-type(2) {
    padding: 0.4rem 0 0.65rem 0;
  }
  .plan__dital-area--box:nth-of-type(3) {
    padding: 0.4rem 0 0.5rem 0;
  }
  .plan__dital-area--box {
    padding: 0.4rem 0 0.4em 0;
  }
  .plan {
    padding-bottom: 3rem;
  }
  .product {
    padding: 2.875rem 0 2rem 0;
    background-size: cover;
  }
  .product .section-title__title {
    padding: 0.4rem 0 4.5rem 0;
    letter-spacing: 3px;
  }
  .product .product-type__item {
    width: 88%;
    border: #333333 solid 3px;
    margin: 0px auto 1.7rem auto;
  }
  .product .product-type__item--name {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0.7rem;
    font-weight: 600;
    font-size: 1rem;
  }
  .product .u-disp-flex {
    display: flex;
    flex-flow: row wrap;
  }
  .product .detail-item {
    position: relative;
    width: 43%;
    margin-bottom: 0.7rem;
    padding: 0.7rem 0.8125rem 1rem 0.3125rem;
  }
  .product-type__item--detail {
    margin-top: 1.2rem;
    justify-content: center;
    gap: 0.5rem;
  }
  .product .product-type__item--top-text {
    font-size: 0.6rem;
    margin-top: 1.1rem;
  }
  .product .detail-item__name {
    padding: 0.3125rem 0.1rem;
    font-size: 1rem;
    width: 84%;
    position: absolute;
    right: 0;
    left: 0;
    top: -0.3rem;
  }
  .product .detail-item p {
    text-align: center;
    font-size: 1.4rem;
  }
  .product .detail-item .detail-type {
    font-size: 1rem;
  }
  .area .section-title__title {
    padding: 1rem 0 2.2rem 0;
    color: #FFF;
    letter-spacing: 3px;
  }
  .area .area-contents__texts--main {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .area-contents__texts--sub {
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-top: 0.625rem;
  }
  .area {
    padding: 4rem 0 5.1rem 0;
  }
  .area-contents__image {
    max-width: none;
    margin-left: 0;
  }
  .area .area-contents:last-child .area-contents__image {
    width: 100%;
    max-width: none;
  }
  .area .area-contents:last-child .area-contents__texts {
    width: 100%;
  }
  .area .area-contents:last-child .area-contents__texts--sub {
    font-size: 1.06rem;
    line-height: 2;
  }
  .area .area-contents:last-child .area-contents__texts--main {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .area .area-contents:last-child {
    margin-top: 0;
    display: flex;
    flex-flow: column-reverse;
  }
  .area .area-contents:last-child .area-contents__image {
    width: 100%;
    max-width: none;
    margin-top: 2rem;
  }
  .area .area-contents__image {
    margin-top: 0rem;
  }
  .area .area-contents__image img {
    width: 90%;
    margin: 0 auto;
  }
  .flow {
    padding: 2rem 0 5.1rem 0;
    letter-spacing: normal;
  }
  .flow .section-title__title {
    padding-bottom: 0;
  }
  .flow-step__item {
    padding: 2rem 1rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    margin-bottom: 3rem;
  }
  .flow-step__item::after {
    position: absolute;
    content: "";
    background: url(../img/tryangle.svg) no-repeat;
    margin: 0 auto;
    background-size: contain;
    width: 28.25px;
    height: 20.94px;
    left: 0;
    right: 0;
    bottom: -45px;
  }
  .item-main__content {
    gap: 1rem;
    padding-left: 0;
  }
  .item-main__content {
    justify-content: space-between;
  }
  .item-main__content .icon {
    width: 4.125rem;
  }
  .item-main__content .texts h3 span {
    font-size: 1.3125rem;
  }
  .item-main__content .texts h3 span.u-desktop {
    font-size: 1.5rem;
    padding-right: 0.5rem;
  }
  .option .section-title__title {
    padding: 1rem 0 5.2rem 0;
    letter-spacing: 3px;
  }
  .option .option-contents__point {
    width: 5.45rem;
    height: 5.45rem;
    font-size: 0.9rem;
    top: -2.7rem;
    left: -1.78rem;
  }
  .option {
    padding: 1.5rem 0 4.1rem 0;
    letter-spacing: normal;
  }
  .u-disp-flex__c {
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  .option-contents__card--item {
    width: 100%;
  }
  .option .option-contents__card--item {
    border-right: none;
  }
  .option-contents__card--item .name {
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--chairo);
  }
  .option .option-contents {
    padding: 1rem;
    background-color: #fff;
    width: 90%;
    margin-bottom: 4rem;
  }
  .option .option-contents__card--item .price {
    font-size: 0.87rem;
    width: 80%;
    margin: 1rem auto;
  }
  .option-contents__card--item .price span {
    font-size: 1.5rem;
  }
  .option .option-contents__card--item:last-child {
    border: none;
    padding: 2rem 0;
  }
  .option .option-contents__card--item {
    padding: 2rem 0;
  }
  .option .option-contents__card {
    margin: 0;
  }
  .header-inner {
    display: flex;
    align-items: center;
    padding: 0.8rem 0.75rem;
  }
  .benefit .benefit-area {
    position: relative;
  }
  .benefit .benefit-area::after {
    position: absolute;
    content: "";
    background: url(../img/balloon.png) no-repeat;
    background-size: contain;
    width: 5.25rem;
    height: 5.25rem;
    top: -2.12rem;
    left: -1rem;
  }
  .benefit .benefit-title__title {
    position: relative;
  }
  .benefit .benefit-title__title::before {
    position: absolute;
    content: "";
    background: url(../img/pic1.png) no-repeat;
    background-size: contain;
    width: 5.25rem;
    height: 5.25rem;
    top: 2.88rem;
    left: -4.12rem;
  }
  .benefit .benefit-title__title::after {
    position: absolute;
    content: "";
    background: url(../img/pic2.png) no-repeat;
    background-size: contain;
    width: 5.25rem;
    height: 5.25rem;
    top: 1.88rem;
    right: -4.12rem;
  }
  .benefit .benefit-txt {
    position: relative;
  }
  .benefit .benefit-txt::before {
    position: absolute;
    content: "";
    background: url(../img/pic3.png) no-repeat;
    background-size: contain;
    width: 6.25rem;
    height: 6.25rem;
    top: 9.88rem;
    left: -2.12rem;
  }
  .benefit .benefit-txt::after {
    position: absolute;
    content: "";
    background: url(../img/pic4.png) no-repeat;
    background-size: contain;
    width: 5.25rem;
    height: 5.25rem;
    top: 9.88rem;
    right: -3.12rem;
  }
  .banner {
    position: fixed;
    bottom: 0;
    background-color: #fff;
  }
  .banner .link-area {
    display: flex;
    align-items: center;
    background-color: #F4F0EA;
    padding: 0.5rem;
  }
  .banner .link-area .banner__cta {
    width: 65%;
    display: block;
  }
  .banner .link-area .banner__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.3rem 0.7rem;
    border: #4A718A solid 2px;
    margin-left: 0.5rem;
  }
}
@media (max-width: 748px) {
  .mobile-menu-icon {
    background-color: transparent;
    border: none;
    position: fixed;
    right: 5px;
    top: 2.5%;
    z-index: 100000;
  }
  .mobile-menu-icon span {
    background-color: #fff;
    width: 35px;
    height: 2px;
    display: block;
    margin-bottom: 7px;
    transition: transform 0.7s;
  }
  button.menu-open > span {
    background-color: #fff;
  }
  button.menu-open > span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
  }
  button.menu-open > span:nth-child(2) {
    transform: translateX(-18px) scaleX(0);
  }
  button.menu-open > span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
  }
  .header-nav {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    width: 50vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    transform: translate(-100vw, 0);
    transition: transform 0.7s;
    z-index: 1000;
  }
  .header-nav .header-nav__items {
    width: 80%;
    margin: 3rem auto 0;
  }
  .header-nav .header-nav__items li {
    color: var(--orange);
    font-weight: bold;
    margin-top: 2rem;
    font-size: 1rem;
  }
  .menu-open {
    transform: none !important;
    transition: transform 0.7s;
  }
}
@media (min-width: 748px) {
  .mv__flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 2rem;
  }
  .mv__span--txt {
    color: #fff;
    font-size: 1rem;
    margin: 1rem 0 0 5rem;
    display: block;
  }
  .section-title__title {
    font-weight: 400;
    color: var(--chairo);
    font-size: 4rem;
    font-family: "Jost", sans-serif;
  }
  .noto {
    font-family: "Noto Sans JP", sans-serif;
  }
  .section-title__title--sub {
    font-size: 1.4rem;
    color: var(--sub);
    line-height: 1.2;
  }
  .section-title__fits {
    color: var(--sub);
  }
  .option__flex {
    display: flex;
    align-items: center;
  }
  .option__price--txt {
    margin-top: 1rem;
  }
  .recommend__dubttl {
    font-size: 1.125rem;
  }
  .recommend__point {
    height: 15rem;
  }
  .recommend__point:nth-of-type(n+3) {
    margin-bottom: 1rem;
  }
  .recommend__red--text {
    font-size: 1.5rem;
  }
  .other__imgarea {
    width: 75%;
    margin: 0 auto;
  }
  .plan__subttl {
    font-size: 1.43rem;
  }
  .plan__subttlling {
    font-size: 1.8rem;
  }
  .plan__subttlling::after,
  .plan__subttlling::before {
    position: absolute;
    content: "";
    top: 1.5rem;
  }
  .plan__main-txt {
    font-size: 5.8rem;
  }
  .plan__main-area {
    margin-bottom: 2rem;
  }
  .plan__dital--tt {
    font-size: 1rem;
  }
  .plan__dital--txt {
    font-size: 1rem;
  }
  .plan .inner {
    max-width: 54rem;
  }
  .plan__dital-area--box:nth-of-type(3) {
    padding: 0.5rem 0 0.5rem 0;
  }
  .product .detail-item p {
    font-size: 1rem;
  }
  .product .detail-item__name {
    font-size: 1rem;
  }
  .product .detail-item {
    padding: 0.9rem 0.8125rem 1rem 0.3125rem;
  }
  .area .area-contents__texts--main {
    font-size: 1.875rem;
  }
  .area-contents__texts--sub {
    font-size: 1rem;
  }
  .area-contents__image {
    width: 100%;
    max-width: 23rem;
    margin-top: 9.125rem;
    margin-left: 0;
  }
  .area-contents__texts {
    max-width: 44.625rem;
  }
  .area .area-contents:last-child .area-contents__image {
    width: 42%;
  }
  .area .area-contents:last-child {
    margin-top: 4rem;
  }
  .item-main__content .texts h3 {
    font-size: 1.45rem;
  }
  .item-main__content .texts p {
    font-size: 1rem;
  }
  .flow-step__item {
    padding: 2.4375rem;
  }
  .flow-step__item {
    min-height: auto;
  }
  .flow-step__btn-area {
    margin-top: 0;
  }
  .item-main__content {
    margin-top: 0;
  }
  .flow-step__item {
    padding: 1.4375rem;
  }
  .flow-step__item::after {
    position: absolute;
    content: "";
    background: url(../img/tryangle.svg) no-repeat;
    margin: 0 auto;
    width: 3rem;
    height: 3rem;
    left: 0;
    right: 0;
    bottom: -4rem;
    background-size: contain;
  }
  .flow-step__item {
    margin-bottom: 4rem;
  }
  .option-contents__card--item .name {
    font-size: 1.45rem;
    font-weight: 400;
  }
  .option .inner {
    max-width: 65.875rem;
  }
  .option .option-contents {
    padding: 1rem 2.25rem 2rem;
  }
  .option .option-contents__card {
    margin: 0;
  }
  .option .option-contents__point {
    font-size: 1.2rem;
  }
  .option-contents__point span {
    font-size: 1.6rem;
  }
  .faq__tab-btn ul li a {
    font-size: 1.2rem;
  }
  .plan .section-title__title {
    padding: 5.5rem 0 2.5rem 0;
  }
  .area {
    padding: 3.5rem 0 6.1rem 0;
    color: #fff;
  }
  .area-contents {
    margin-top: 0;
    max-width: initial;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
  }
  .flow {
    padding: 4rem 0 5.1rem 0;
  }
  .flow-step {
    margin-top: 0.5rem;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mv {
    padding: 0;
    margin-top: 4rem;
    position: relative;
  }
  .mySwiper {
    width: 100%;
    overflow: visible;
    /* 両脇のスライドが見えるようにする */
  }
}
@media (max-width: 748px) {
  .section-title__title {
    font-weight: 400;
    color: var(--chairo);
    font-size: 2.25rem;
    font-family: "Jost", sans-serif;
  }
  .noto {
    font-family: "Noto Sans JP", sans-serif;
  }
  .section-title__title--sub {
    font-size: 0.875rem;
    color: var(--sub);
    line-height: 1.2;
  }
  .section-title__fits {
    color: var(--sub);
  }
  .recommend__span {
    font-size: 0.75rem;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .option__price--txt {
    margin-top: 1rem;
  }
  .mv__span--txt span {
    font-size: 0.6rem;
    line-height: 13px;
    color: #fff;
    display: block;
  }
  .mv__apl--text .bikkuri::after {
    position: absolute;
    content: "※";
    font-size: 0.5rem;
    top: 1.5rem;
    right: -1rem;
    display: inline-block;
  }
  .recommend__red--text.kome::after {
    position: relative;
    content: "※2";
    font-size: 0.5rem;
    top: -0.5rem;
    right: 0.5rem;
    display: inline-block;
  }
  .mv {
    padding: 0;
    height: auto;
    letter-spacing: 2px;
    margin-top: 3.7rem;
  }
  .banner {
    z-index: 1;
  }
  /* ページネーションをPCのみ表示 */
  .swiper-pagination {
    display: none;
  }
  .banner-btn {
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .banner-btn.show {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 748px) {
  .swiper-pagination {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    transition: all 0.3s;
  }
  .swiper-pagination-bullet-active {
    background: #333;
    width: 16px;
    border-radius: 4px;
  }
  .swiper-pagination-bullet-active {
    background: #000 !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 1.5rem !important;
  }
  .area .area-contents {
    justify-content: space-between;
  }
  .swiper-slide {
    background: transparent;
  }
  .mv__txt {
    max-width: 64rem;
    font-size: 0.625rem;
    margin: 0.5rem auto 0;
    height: 5.6rem;
  }
}
iframe {
  width: 100%;
  height: 70vh;
}

.area__iframe {
  position: relative;
}

.area__input {
  display: none;
  /* チェックボックスは非表示に */
}

.map {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

#area-check:checked ~ .map {
  max-height: 1200px;
  /* iframeの高さに合わせる */
  opacity: 1;
}

label {
  display: inline-flex;
  justify-content: center;
  padding: 1rem 2rem;
  background-color: #C2050F;
  border: solid 2px #fff;
  width: 30%;
  margin: 2rem 0;
}

.area__iframe {
  text-align: center;
}

.plan__spantxt {
  text-align: left;
  display: block;
  margin-top: 0.5rem;
}

@media (max-width: 748px) {
  label {
    width: 70%;
  }
  .plan__spantxt {
    font-size: 0.6rem;
  }
  .fz5em {
    font-size: 0.7em !important;
    transform: translateY(-0.8rem);
    display: block;
  }
  .mv__txt {
    max-width: 90%;
    font-size: 0.625rem;
    margin: 0.1rem auto 0;
    height: 7rem;
  }
}
.fz8em {
  font-size: 0.8em;
}

.fz5em {
  font-size: 1em;
}

.mv__link {
  text-decoration: underline;
}

.recommend__apl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommend__tanmatu {
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.1;
}
.recommend__tanmatu .tanmatu {
  display: block;
}
.recommend__en {
  margin-top: 1rem;
}
.recommend__arro {
  padding: 0 0.5rem;
}

.other__contents {
  padding: 4.5rem 2.3rem;
  background-color: #fff;
  box-shadow: 4px 4px 7.9px 0 rgba(0, 0, 0, 0.25);
}
.other__subttl {
  color: #fff;
  background-color: #818181;
  padding: 1rem 1.5rem;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.other__arro {
  width: 4rem;
  margin: 0 auto;
}
.other__subttling {
  font-size: 2rem;
  font-weight: 400;
  color: #4A718A;
}
.other__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 55rem;
  margin: 1rem auto;
}
.other__flex--txt {
  text-align: left;
  font-size: 1.8rem;
}
.other__flex--txt span {
  background: linear-gradient(to bottom, transparent 70%, #BFD2DC 70%);
}
.other__imgarea {
  max-width: 55rem !important;
  width: 100%;
}
.other__txt {
  font-size: 1.5rem;
  text-align: left;
  margin: 1rem auto 0 auto;
  max-width: 55rem !important;
}

@media (max-width: 748px) {
  .other__contents {
    padding: 1.36rem 1rem;
  }
  .other__subttl {
    padding: 0.31rem;
    font-size: 0.625rem;
  }
  .other__subttling {
    font-size: 1.06rem;
  }
  .other__arro {
    width: 1.7rem;
  }
  .other__imgarea {
    max-width: none;
    width: 96%;
  }
  .other__txt {
    max-width: none;
    width: 96%;
    font-size: 0.56rem;
  }
}
@media (max-width: 748px) {
  .recommend__tanmatu {
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: 1.1;
  }
  .recommend__tanmatu .tanmatu {
    display: block;
  }
  .recommend__zero {
    font-size: 2.625rem;
  }
  .recommend__en {
    font-size: 1.625rem;
    margin-top: 0.4rem;
  }
}
@media (min-width: 748px) {
  .plan__fz12 {
    font-size: 1.2rem;
  }
  .plan__dital--tt,
  .plan__dital--txt {
    display: block;
  }
  .plan__dital-area--box {
    grid-template-columns: 1.2fr 2fr;
    gap: 2rem;
  }
  .area-contents:nth-of-type(3) {
    align-items: end;
  }
  .area-contents:nth-of-type(3) .area-contents__image {
    max-width: 33rem;
  }
  .area-contents__texts--sub {
    font-size: 1.25rem;
  }
  .area-contents__texts--btm {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
  .u-desktop.num-font {
    font-size: 1.5em;
    padding: 0 1rem 0 0.4rem;
  }
}
@media (max-width: 748px) {
  .plan__area {
    background-color: #fff;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.product-type__item--image {
  margin: 1rem auto;
  width: 83%;
}

.product__dvice--name {
  text-align: center;
  font-size: 1.5rem;
}

@media (max-width: 748px) {
  .product__dvice--name {
    font-size: 1rem;
  }
  .product-type__item--image {
    margin: 1rem auto 0 auto;
    width: 83%;
  }
}
@media (min-width: 748px) {
  .option .option-contents {
    padding: 3.75rem 3.12rem;
  }
  .option__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }
}
.option-contents__card--item .price {
  font-size: 1rem;
  padding: 0 0 1rem 0;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: normal;
  border-bottom: solid 1px #D6D6D6;
  display: flex;
  justify-content: center;
}
.option-contents__card--item .price span {
  color: #4A718A;
  font-weight: bold;
}

.option-contents__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.option-contents__flex:last-child {
  margin-top: 1rem;
}
.option-contents__flex:last-child .option-contents__flex--ttl {
  color: #fff;
}
.option-contents__flex--item {
  width: calc(50% - 0.7rem);
}
.option-contents__flex--ttl {
  text-align: center;
  padding: 0.2rem 0;
  background-color: pink;
  font-size: 1.5rem;
  font-weight: 500;
}
.option-contents__flex--ttl.ttl1 {
  background-color: #CCE0ED;
}
.option-contents__flex--ttl.ttl2 {
  background-color: #A1C0D3;
}
.option-contents__flex--ttl.ttl3 {
  background-color: #7896A9;
}
.option-contents__flex--ttl.ttl4 {
  background-color: #4A718A;
}
.option-contents__flex--dis {
  font-size: 1rem;
}

.option-contents:nth-of-type(1) .option-contents__flex:nth-child(3) {
  justify-content: center;
}

@media (max-width: 748px) {
  .option-contents__flex--ttl {
    font-size: 1.06rem;
  }
  .option-contents__flex--dis {
    font-size: 0.7rem;
  }
}
@media (min-width: 748px) {
  .option .option-contents__point {
    width: 7.875rem;
    height: 7.875rem;
    font-size: 1.3rem;
    top: -3.7rem;
    left: -2.78rem;
  }
}
.plan__campaign {
  margin-top: 5rem;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  overflow: scroll;
}

.modal.active {
  display: block;
}

.modal__overlay {
  position: absolute;
  inset: 0;
}

.modal__content {
  position: relative;
  max-width: 700px;
  margin: 5% auto;
  background: #fff;
  z-index: 10000;
  padding: 40px 30px;
  /* 白い余白 */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  overflow: visible;
}

/* 閉じるボタン */
.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2rem;
  border: none;
  background: none;
  color: #333;
  cursor: pointer;
  z-index: 10001;
  transition: color 0.2s;
}

.modal__close:hover {
  color: #f33;
}

/* ========== キャンペーン内容 ========== */
.campaign__box {
  background: #fff;
  border: 2px solid #8ca1b7;
  padding: 2.5rem 1.875rem;
  box-sizing: border-box;
}

.campaign__ttl {
  text-align: center;
  background: #8ca1b7;
  color: #fff;
  padding: 0.625rem 0;
  font-size: 1.2rem;
  margin-bottom: 1.875rem;
}

.campaign__list {
  margin-bottom: 1.25rem;
}

.campaign__list dt {
  font-weight: bold;
  border-left: 5px solid #557fa6;
  padding-left: 0.625rem;
  margin-bottom: 0.33rem;
}

.campaign__list dd {
  margin-left: 0.95rem;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 748px) {
  .campaign__list dd {
    font-size: 0.875rem;
  }
  .area-contents__texts--main.sp_txt {
    font-size: 1rem;
  }
  .header-inner {
    height: 3.7rem;
  }
  .campaign__box {
    background: #fff;
    border: 2px solid #8ca1b7;
    padding: 2.5rem 1rem;
    box-sizing: border-box;
  }
  .modal__content {
    padding: 40px 20px;
  }
}
main.contact label {
  background-color: transparent;
  border: none;
  padding: 1rem 1rem;
}

main.contact,
main.thanks,
main.tokushoho {
  margin-top: 4rem;
}

@media (max-width: 748px) {
  main.contact,
  main.thanks,
  main.tokushoho {
    margin-top: 3.5rem;
  }
}
.tokushoho-top,
.contact-top {
  background-color: #F7F7F7;
}
.tokushoho-top .section-title__title,
.contact-top .section-title__title {
  color: #333;
}

main.contact .input__b-wrap {
  text-align: center;
}
main.contact .input__box {
  position: relative;
  margin-top: 3rem;
  display: inline-block;
  text-align: center;
}
main.contact .input__box::after {
  content: "";
  background: url(../img/btn-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 2.5rem;
}
main.contact .form-btn {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  background-color: #4A718A;
  padding: 0 1.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  position: relative;
  height: 3.37rem;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.excursion {
  background-color: var(--bgc);
}
.excursion .excursion__banner {
  margin: 0 auto;
  padding: 4rem 0;
  max-width: 54rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

.excursion__banner {
  margin: 5rem auto 0 auto;
  max-width: 54rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

.smart-bannar {
  width: 100%;
  margin: 2.5rem auto 0;
  max-width: 34.375rem;
  padding: 0 0.875rem;
  cursor: pointer;
}

#smart-bannar {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3.125rem 0.9375rem 1.25rem;
}

.modal-inner2__wrap {
  position: relative;
}

.modal-inner2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 1.3125rem 1.25rem;
  overflow-y: scroll;
  max-width: 60rem;
  margin: 0 auto;
}

.smart-bannar__content {
  border: 5px solid #8EA5B1;
  padding: 1.25rem 1.375rem;
  max-width: 56.25rem;
  margin: 0 auto;
}

.smart-bannar__content--title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}

.smart-bannar__content--title::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #8EA5B1;
  border-radius: 50%;
  margin-right: 0.75rem;
}

.smart-bannar__content--image {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.smart-bannar__content--image img {
  max-width: 370px;
}

.smart-bannar__content--image p {
  font-size: 2.109375rem;
  font-weight: 700;
}

.smart-bannar__content--table {
  width: 100%;
  margin-top: 1.5625rem;
}

.smart-bannar__content--table table,
.smart-bannar__content--table tr,
.smart-bannar__content--table tbody {
  width: 100%;
}

.smart-bannar__content--table th,
.smart-bannar__content--table td {
  font-size: 1.25rem;
  letter-spacing: -0.04em;
  width: 50%;
  padding: 0.9375rem;
  border: 1px solid #D1D1D1;
}

.smart-bannar__content--table th {
  background-color: #F3F3F4;
  font-weight: 700;
  text-align: left;
}

.smart-bannar__content--table td {
  font-weight: 500;
  text-align: center;
}

.smart-bannar__content--table td span {
  color: #FD191F;
}

.smart-bannar__content--tablebtm {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.smart-bannar__content--text {
  font-size: 1.5625rem;
  line-height: 1.55;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin-top: 1.25rem;
}

.smart-bannar__content--text .kome-text {
  font-weight: 400;
  display: flex;
  margin-top: 1.5rem;
}

.smart-bannar__content--text .kome-text::before {
  content: "※";
  display: block;
}

.smart-bannar__content--block.orange .smart-bannar__content--title::before {
  background-color: var(--aka);
}

.smart-bannar__content--block.orange .smart-bannar__content--table th,
.smart-bannar__content--block.orange .smart-bannar__content--table td {
  padding: 2.625rem 1.25rem;
  text-align: left;
  vertical-align: middle;
}

.smart-bannar__content--block.orange .smart-bannar__content--table th {
  line-height: 1.8;
}

.smart-bannar__content--block.orange .atention {
  margin-top: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.28;
  letter-spacing: -0.04em;
}

.smart-bannar__content--tabletoptext {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.04em;
  padding-bottom: 0.75rem;
}

@media screen and (max-width: 768px) {
  .modal-inner2 {
    padding: 0.625rem;
  }
  .smart-bannar__content {
    max-width: 600px;
    padding: 0.75rem 0.9375rem;
  }
  .smart-bannar__content--title {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
  .smart-bannar__content--title::before {
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.5rem;
  }
  .smart-bannar__content--image {
    gap: 2px;
    margin-top: 0.75rem;
  }
  .smart-bannar__content--image p {
    font-size: 1.25rem;
  }
  .smart-bannar__content--image img {
    width: calc(50% - 0.8125rem);
  }
  .smart-bannar__content--table th,
  .smart-bannar__content--table td {
    font-size: 0.4375rem;
    padding: 0.3125rem;
  }
  .smart-bannar__content--text {
    font-size: 0.5625rem;
    margin-top: 0.5625rem;
  }
  .smart-bannar__content--text .kome-text {
    margin-top: 0.5rem;
  }
  .smart-bannar__content--image p {
    font-size: 1.25rem;
  }
  .smart-bannar__content--block.orange .smart-bannar__content--table th,
  .smart-bannar__content--block.orange .smart-bannar__content--table td {
    padding: 0.9375rem 0.5rem;
    text-align: left;
  }
  .smart-bannar__content--block.orange .atention {
    margin-top: 0.1875rem;
    font-size: 0.3125rem;
    line-height: 1.28;
    letter-spacing: -0.04em;
  }
  .smart-bannar__content--tabletoptext {
    font-size: 0.4375rem;
    padding-bottom: 0.3125rem;
  }
}
.modal-open__area {
  position: fixed;
  bottom: 5rem;
  left: 0.625rem;
  width: 9.375rem;
  z-index: 50;
}

.modalOpen {
  cursor: pointer;
}

.campain-img__wrap {
  position: relative;
}

.campain-img__wrap img {
  border-radius: 10px;
}

.modal-open__close-btn {
  position: absolute;
  top: -0.625rem;
  right: -11px;
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
}

.modal-open__close-btn::before {
  content: "×";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .modal-open__close-btn::before {
    content: "×";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 50%;
  }
  .campain-img__wrap img {
    border-radius: 20px;
  }
  .modal-open__area {
    bottom: 5rem;
    left: 0.625rem;
    width: 18.75rem;
  }
  .modal-open__close-btn {
    top: -1.25rem;
    right: -1.5rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}
.modal2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  display: none;
}

.modal-inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__content {
  width: 90%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .modal__content {
    width: 100%;
    max-width: 41.25rem;
  }
}
.modal__content a:hover {
  opacity: 1;
}

.modalClose-btn {
  position: absolute;
  top: -1.7578125rem;
  right: 0;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  background-color: #C9C9C9;
  border-radius: 50%;
}

.modalClose__content {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ddd;
  border-radius: 50%;
  border: 2px solid #fff;
}

.modalClose-btn .bar {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9375rem;
  height: 0.117187rem;
  background-color: #fff;
}

.modalClose-btn .bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modalClose-btn .bar:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .modalClose-btn {
    top: -3.125rem;
    width: 1.25rem;
    height: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .modalClose__content {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
  }
  .modalClose-btn .bar {
    width: 1.5625rem;
  }
}
.fixed-img {
  display: none;
}

@media screen and (min-width: 768px) {
  .fixed-img {
    display: block;
    position: fixed;
    bottom: 1.171875rem;
    right: 1.171875rem;
    max-width: 11.71875rem;
    z-index: 5;
  }
}
.modal__content--texts {
  width: 100%;
  border: 4px solid #D5125C;
  height: 60vh;
  overflow-y: scroll;
  background-color: white;
  padding: 1.25rem 0.625rem;
}

.modal__content--texts .title h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.modal__content--texts .title h2 span {
  display: block;
}

.modal__content--texts .title h2 .mini {
  font-size: 1.125rem;
  line-height: 1.5;
}

.large {
  padding-bottom: 0.25rem;
}

.modal__content--texts .title h2 .border {
  border-top: 2px solid #000;
}

.modal__content--block-wrap {
  display: flex;
  gap: 0.46875rem;
}

.modal__content--block {
  width: 100%;
  margin-top: 0.75rem;
}

.modal__content--block .label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

.modal__content--block .label::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D5125C;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.modal__content--block h3 {
  min-width: 6.25rem;
  display: inline-block;
  padding: 0.0625rem 0.3125rem;
  border-radius: 15px;
  background-color: #D5125C;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
}

.modal__content--block .text {
  margin-top: 0.3125rem;
  font-size: 0.6875rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
}

.modal__content--block .textb {
  text-align: left;
  display: block;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.5;
}

.modal__content--block .textb p {
  display: flex;
}

.modal__content--block .textb p a {
  text-decoration: underline;
}

.modal__content--block .textb p::before {
  content: "・";
  display: block;
}

.modal__content--block .textb p:last-child:before {
  content: "※";
  display: block;
}

.modal__content--block .list {
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.25;
  margin-top: 0.3125rem;
}

.modal__content--block .list li {
  display: flex;
}

.modal__content--block .list li:nth-child(n+2) {
  margin-top: 0.0625rem;
}

.modal__content--block .list li p:nth-of-type(1) {
  width: 3.75rem;
  display: flex;
  justify-content: space-between;
}

.modal__content--block .list li p:nth-of-type(1)::after {
  content: "：";
  display: block;
}

.modal__content--block .list li p:last-child {
  width: 100%;
}

.modal__content--block .list li p:last-child span {
  display: inline-block;
}

html.fixed {
  overflow: hidden;
}

.modal__content .entry {
  margin: 0.9375rem auto;
}

.modal__content .entry a {
  padding: 0.625rem;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .modal__content--texts {
    height: 80vh;
    padding: 1.5625rem 0.9375rem;
  }
  .modal__content--texts .title h2 {
    font-size: 1.875rem;
  }
  .modal__content--texts .title h2 .mini {
    font-size: 1.375rem;
  }
  .modal__content--block-wrap {
    gap: 0.625rem;
  }
  .modal__content--block {
    margin-top: 0.9375rem;
  }
  .modal__content--block h3 {
    font-size: 1.125rem;
    padding: 0.125rem 0.625rem;
  }
  .modal__content--block .text {
    margin-top: 0.5rem;
    font-size: 0.9375rem;
  }
  .modal__content--block .textb {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .modal__content--block .textb p {
    display: flex;
  }
  .modal__content--block .textb p::before {
    content: "・";
    display: block;
  }
  .modal__content--block .list {
    font-size: 0.875rem;
  }
  .modal__content--block .list li {
    display: flex;
  }
  .modal__content--block .list li:nth-child(n+2) {
    margin-top: 0.25rem;
  }
  .modal__content--block .list li p:nth-of-type(1) {
    width: 5rem;
  }
  .modal__content .entry {
    margin: 0.9375rem auto;
  }
  .modal__content .entry a {
    padding: 0.625rem;
    font-size: 1.375rem;
  }
}
.product__txt {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.product__txt--link {
  color: blue;
}

@media screen and (max-width: 768px) {
  .recommend__zero::after {
    top: 0.5rem;
  }
  .modalClose-btn {
    top: 0;
  }
  .plan__campaign {
    font-size: 0.6rem;
  }
  .product__txt {
    width: 20.5rem;
    margin: 0 auto;
    font-size: 0.6rem;
  }
}