:root {
  --chairo: #443122; /* 茶色 */
  --mizuiro: #2db2d3; /* 水色 */
  --midori: #057e82; /* 深い水色 */
  --siro: #f4f0ea; /* 白色系 */
  --orange: #f3870c; /* 橙色 */
  --aka: #dd0033; /* 赤 */
}

.fits {
  font-family: "Karla", 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;
}

ul,
ol {
  list-style: none;
}

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

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

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

textarea {
  resize: none;
}

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

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

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

body {
  color: #030303;
}

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

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

html.fixed {
  overflow: hidden;
}

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

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

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

.header-logo .logo {
  font-size: 1.4375rem;
  font-family: "Karla", sans-serif;
}

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

.header-nav {
  display: none;
}
@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: #e42523;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn {
    border-radius: 54px;
  }
}

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

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

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

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

.js-tabbox {
  display: none;
}

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

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

.js-aco_openbox {
  display: none;
}

.mv {
  background-image: url("../img/mv_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.8125rem 1.25rem 2rem;
}
@media screen and (min-width: 768px) {
  .mv {
    background-image: url("../img/mv_pc.png");
    width: 100%;
    background-size: cover;
    height: 54.5rem;
    position: relative;
  }
  .mv::after,
  .mv::before {
    position: absolute;
    content: "";
    background-size: contain;
  }
  .mv::after {
    background: url(../img/rigjt.png) no-repeat;
    background-size: contain;
    right: 0;
    bottom: -2rem;
    width: 15rem;
    height: 35.5rem;
  }
  .mv::before {
    background: url(../img/left.png) no-repeat;
    background-size: contain;
    left: 0;
    bottom: -3rem;
    width: 20rem;
    height: 17.5rem;
  }
}

@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 {
    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;
  border-radius: 4px;
  padding: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .product-type__item--name {
    padding: 0.875rem;
    font-size: 1.25rem;
    border-radius: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact,
.thanks {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.form-block__label .hissu {
  background-color: #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::placeholder {
  color: #d2d0d0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.white-text {
  color: #fff;
}

.red-text {
  color: #e42523;
}

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

.legal__table {
  width: 100%;
  border-collapse: collapse;
}
.legal__table th,
.legal__table td {
  border: 1px solid #ccc;
  padding: 0.8rem;
  text-align: left;
  vertical-align: top;
}
.legal__table th {
  width: 25%;
  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;
  font-family: system-ui;
  line-height: 1;
  width: 60%;
  display: block;
  padding-left: 1rem;
}

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

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

.yen::after {
  content: "（税込）";
  font-size: 0.45em;
  color: #000;
}

.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: var(--orange);
    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;
    width: 92%;
    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: "(税抜)";
    font-size: 0.6em;
    color: #000;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 0.5rem;
  }
  .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: 2.5rem auto 0 auto;
}
.mv__apl {
  text-align: center;
}
.mv__apl--text {
  text-align: center;
  font-size: 3.7rem;
  line-height: 0.5;
}
.mv__apl--text .seigen {
  text-align: center;
  font-size: 5.5rem;
  margin-left: 2rem;
  position: relative;
  z-index: 5;
  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 .seigen::after {
  position: absolute;
  content: "";
  background: url(../img/Vector.png) no-repeat;
  background-size: contain;
  width: 25rem;
  height: 4rem;
  left: -1.8rem;
  bottom: -2rem;
  z-index: -1;
}
.mv__apl--text .bikkuri {
  text-align: center;
  font-size: 6.5rem;
  margin-right: 2rem;
  margin-top: 2rem;
  -webkit-text-stroke: 2px var(--siro); /* 枠線の太さと色 */
}

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

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

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

.header {
  background-color: #333333;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s;
}
.header.active {
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
.header.active .logo_svg-w {
  display: none;
}
.header.active .logo_svg {
  display: block;
}
.header .logo_svg-w {
  display: block;
}
.header .logo_svg {
  display: none;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 0 0 0 auto;
  height: 4.75rem;
}
.header__logo {
  text-align: center;
  font-size: 2.255rem;
  line-height: 1.56rem;
  color: #ffffff;
  width: 7.5rem;
}
.header__logo--hikari {
  font-size: 1rem;
}
.header__logo--hikari-s {
  font-size: 1rem;
}
.header__logo--power {
  font-size: 1.1rem;
}
.header__btn {
  display: flex;
  align-items: center;
}
.header__request {
  background-color: #c2050f;
  color: #ffffff;
  font-size: 0.93rem;
  font-weight: bold;
  padding: 0 1.937rem;
  display: flex;
  align-items: center;
  height: 4.75rem;
  box-sizing: border-box;
}
.header__contact {
  background-color: #ffffff;
  height: 4.75rem;
  color: #333333;
  font-size: 0.93rem;
  font-weight: bold;
  padding: 0 1.937rem;
  display: flex;
  align-items: center;
}
@media (max-width: 734px) {
  .header.active {
    background-color: #333333;
  }
  .header.active .logo_svg-w {
    display: block;
  }
  .header.active .logo_svg {
    display: none;
  }
  .header .logo_svg-w {
    display: block;
  }
  .header .logo_svg {
    display: none;
  }
  .header .header-inner {
    height: 2.625rem;
  }
  .header__logo {
    width: 4.68rem;
  }

  .header__request {
    background-color: #c2050f;
    color: #ffffff;
    font-size: 0.748rem;
    font-weight: bold;
    padding: 0 0.96rem;
    display: flex;
    align-items: center;
    height: 2.625rem;
    box-sizing: border-box;
  }
  .header__contact {
    height: 2.625rem;
    font-size: 0.748rem;
    font-weight: bold;
    padding: 0 0.743rem;
    display: flex;
    align-items: center;
  }
}

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

.pc{
  display: block;
}

.sp{
  display: none;
}


@media (max-width: 748px) {
  main.contact,
  main.thanks,
  main.tokushoho {
    margin-top: 2.5rem;
  }

  .header__btn {
    display: none;
  }

  .pc{
  display: none;
}

.sp{
  display: block;
}
}
.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: -1px;
  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;
}

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