@charset "UTF-8";
/*
Theme Name: 
Theme URI: https://
Author: Qubic Inc
Author URI: https://qu-bic.jp
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*****************************

このファイルは直接変更しないでください。
CSSを変更・修正・追記したい場合は、cssファイルを作成し、そちらに記述お願いします。

こちらのファイルに記述した場合、変更が失われてしまったり、保守が困難になることもあります。
充分にお気をつけください。

*****************************/
/*****************************
フォント変数
*****************************/
/*****************************
ブレイクポイント
*****************************/
/*****************************
カラー変数
*****************************/
body {
  -webkit-text-size-adjust: 100%;
}

html {
  color: #000000;
  background: #ffffff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.65;
  font-size: min(3.846vw, 18px);
}

@media screen and (min-width: 768px) {
  html {
    font-size: min(13px + 3 * (100vw - 768px) / 672, 16px);
  }
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #wrapper {
    height: auto;
  }
}
section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    display: block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

html,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

input,
input:focus,
textarea:focus {
  outline: 0;
  border-radius: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=submit],
input[type=button],
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-clear-button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

select option {
  background-color: #fff;
  color: #333;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

figure {
  margin: 0;
}

img,
picture {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.preload * {
  transition: none;
}

.l-cta {
  padding: 1.8rem 0 1.0666666667rem;
  background: #FFBB00;
}

@media screen and (min-width: 768px) {
  .l-cta {
    padding: 1.6875rem 0;
  }
}
.l-cta__message {
  text-align: center;
}

.l-cta__message-top {
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.3;
  background: #ffffff;
  border-radius: 0.5333333333rem;
  padding: 0.3333333333rem;
}

@media screen and (min-width: 768px) {
  .l-cta__message-top {
    font-size: 1.75rem;
    padding: 0.625rem;
  }
}
.l-cta__message-title {
  margin: 0.3333333333rem 0 0;
  font-weight: 900;
  font-size: 1.9333333333rem;
  line-height: 1.3;
  color: #ffffff;
  position: relative;
  padding-bottom: 0.6666666667rem;
}

.l-cta__message-title::after {
  content: "";
  width: 18rem;
  height: 0.3333333333rem;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .l-cta__message-title {
    font-size: 2.5rem;
    margin-top: 1.25rem;
    padding-bottom: 0.8125rem;
  }
  .l-cta__message-title::after {
    width: 50rem;
  }
}
.l-cta__message-title-large {
  text-shadow: 0px 0px 5px #000000;
}

@media screen and (min-width: 768px) {
  .l-cta__message-title-large {
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
    filter: drop-shadow(0 0 5px #000000);
    transform: translateZ(0);
  }
}
.l-cta__message-title-sm {
  font-size: 1.4666666667rem;
}

@media screen and (min-width: 768px) {
  .l-cta__message-title-sm {
    font-size: 1.875rem;
  }
}
.l-cta__message-text {
  font-weight: 900;
  font-size: 1.3333333333rem;
  line-height: 1.48;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-shadow: 0px 0px 5px #000000;
  font-feature-settings: "palt";
  margin: 0.5333333333rem 0 0;
}

.l-cta__message-text span {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .l-cta__message-text {
    font-size: 1.5rem;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
    filter: drop-shadow(0 0 5px #000000);
    transform: translateZ(0);
  }
}
.l-cta__points {
  margin: 1.3333333333rem 0 0;
  background: #ffffff;
  border: 0.4rem solid #FFE100;
  border-radius: 0.8rem;
  padding: 2.3333333333rem 0.6rem 0.6rem;
  position: relative;
}

.l-cta__points::before {
  content: "";
  display: block;
  width: 2.4666666667rem;
  height: 1.8rem;
  background: url(./images/top/cta_img.webp) no-repeat center center/contain;
  position: absolute;
  top: 0.6666666667rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .l-cta__points {
    margin: 0.8125rem 0 0;
    padding: 1.25rem 2.125rem 1.5rem;
  }
  .l-cta__points::before {
    width: 5.5625rem;
    height: 4.125rem;
    top: 0.9375rem;
    left: calc(50% - 18.125rem);
  }
}
.l-cta__points-title {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-cta__points-title {
    font-size: 1.625rem;
  }
}
.l-cta__points-list {
  display: flex;
  flex-direction: column;
  gap: 0.7333333333rem;
  margin: 0.6666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .l-cta__points-list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.625rem;
    margin-top: 1.125rem;
  }
}
.l-cta__points-item {
  background: #FEFFEA;
  border: 1px solid #EE6611;
  padding: 0.6666666667rem;
  min-height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .l-cta__points-item {
    padding: 1.25rem;
    border-width: 0.0625rem;
  }
  .l-cta__points-item:nth-child(1), .l-cta__points-item:nth-child(2) {
    width: calc(50% - 0.3125rem);
  }
  .l-cta__points-item:nth-child(3) {
    width: 100%;
  }
}
.l-cta__points-text {
  font-size: 1.6666666667rem;
  font-weight: 900;
  line-height: 1.3;
  color: #EE6611;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5333333333rem;
}

.l-cta__points-text::before {
  content: "";
  width: 1.5333333333rem;
  height: 1.5333333333rem;
  background: #FFBB00;
  border-radius: 50%;
}

.l-cta__box {
  background: #ffffff;
  border: 0.4rem solid #FFE100;
  border-radius: 0.8rem;
  padding: 0.6rem;
  margin: 1.1333333333rem 0 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  flex-direction: column;
  gap: 0.7333333333rem;
}

@media screen and (min-width: 768px) {
  .l-cta__box {
    padding: 1.25rem 2.5rem 1.25rem 9.375rem;
    margin-top: 0.8125rem;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.6875rem 1.0625rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-cta__box {
    padding: 1.25rem 5.0625rem 1.25rem 12.0625rem;
  }
}
.l-cta__img {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-cta__img {
    width: 11.25rem;
    position: absolute;
    bottom: 0;
    left: 0.1875rem;
  }
  .l-cta__img img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .l-cta__img {
    width: 13.0625rem;
  }
}
.l-cta__tel {
  width: 100%;
  height: 6.6666666667rem;
  background: #E22D00;
  border-radius: 1rem;
  padding: 0 0 0.1333333333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5333333333rem;
  box-shadow: 0 0.3333333333rem 0 0 #B22704;
}

@media screen and (min-width: 768px) {
  .l-cta__tel {
    height: auto;
    background: transparent;
    box-shadow: none;
    padding: 0;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.625rem 1.875rem;
  }
}
.l-cta__tel-text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.48;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.l-cta__tel-text .l-cta__tel-sp {
  color: #FFE100;
}

@media screen and (min-width: 768px) {
  .l-cta__tel-text .l-cta__tel-sp {
    display: none;
  }
}
.l-cta__tel-text .l-cta__tel-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-cta__tel-text .l-cta__tel-pc {
    display: inline-block;
    color: #EE6611;
  }
}
.l-cta__tel-text::before {
  content: "";
  width: 1.5333333333rem;
  height: 1.7333333333rem;
  mask-image: url(./images/common/ico_tel.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-image: url(./images/common/ico_tel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  background-color: #ffffff;
  margin-bottom: 0.1333333333rem;
}

@media screen and (min-width: 768px) {
  .l-cta__tel-text {
    font-size: 2rem;
    color: #000000;
    width: 100%;
  }
  .l-cta__tel-text::before, .l-cta__tel-text::after {
    content: "";
    width: 1.6px;
    height: 2.3125rem;
    background: #000000;
    mask-image: none;
  }
  .l-cta__tel-text::before {
    transform: rotate(-25deg);
    margin-right: 0.625rem;
  }
  .l-cta__tel-text::after {
    transform: rotate(25deg);
    margin-left: 0.625rem;
  }
}
.l-cta__tel-number {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-cta__tel-number {
    display: flex;
    align-items: flex-end;
    font-size: 2.6666666667rem;
    font-weight: 700;
    font-family: "Inter", serif;
    line-height: 1.119047619;
    color: #1388E8;
  }
  .l-cta__tel-number::before {
    content: "";
    width: 2.3125rem;
    height: 2.3125rem;
    background: url(./images/common/ico_tel.svg) no-repeat center center/contain;
    margin-bottom: 0.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-cta__tel-number {
    font-size: 2.8rem;
  }
}
.l-cta__tel-label {
  font-size: 0.9333333333rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .l-cta__tel-label {
    font-size: 1.125rem;
    line-height: 1.5;
    color: #000000;
  }
  .l-cta__tel-label span {
    color: #EE6611;
  }
}
.l-cta__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6666666667rem;
  width: 100%;
  height: 6.6666666667rem;
  background: #00B900;
  border-radius: 0.9333333333rem;
  padding: 0.6666666667rem;
  box-shadow: 0 0.3333333333rem 0 0 #0BA10B;
  transition: background 0.3s;
}

@media screen and (min-width: 768px) {
  .l-cta__line {
    padding: 1.0625rem 0.625rem 1rem;
    height: 6.5625rem;
    width: calc((100% - 1.0625rem) / 2);
    gap: 0.25rem;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .l-cta__line:hover {
    background: #07EA07;
  }
}
@media screen and (min-width: 1024px) {
  .l-cta__line {
    padding-inline: 1rem;
  }
}
.l-cta__line-text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-cta__line-text::before {
  content: "";
  width: 2.2rem;
  height: 2.1333333333rem;
  background: url(./images/common/ico_line.svg) no-repeat center center/contain;
  margin: 0.1333333333rem 0.3333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .l-cta__line-text {
    line-height: 1.4814814815;
    gap: 0.3125rem;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-cta__line-text {
    font-size: 1.6875rem;
  }
}
.l-cta__line-label {
  font-weight: 700;
  font-size: 0.9333333333rem;
  line-height: 1.48;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .l-cta__line-label {
    font-size: 0.875rem;
  }
}
.l-cta__contact {
  width: 100%;
  height: 6.6666666667rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5333333333rem;
  background: #EE6611;
  box-shadow: 0 0.3333333333rem 0 0 #CE560B;
  border-radius: 0.9333333333rem;
  padding: 0.3333333333rem 0.4666666667rem;
  transition: background 0.3s;
}

@media screen and (min-width: 768px) {
  .l-cta__contact {
    gap: 0.375rem;
    padding: 0.625rem 0.8125rem 0.25rem;
    width: calc((100% - 1.0625rem) / 2);
  }
}
@media (hover: hover) {
  .l-cta__contact:hover {
    background: #FF7824;
  }
}
.l-cta__contact-label {
  font-weight: 700;
  font-size: 0.9333333333rem;
  line-height: 1.2;
  background: #ffffff;
  border-radius: 0.5333333333rem;
  padding: 0.0666666667rem 0.4666666667rem 0.1333333333rem 0.6666666667rem;
  display: inline-block;
}

.l-cta__contact-label span {
  color: #EE6611;
}

@media screen and (min-width: 768px) {
  .l-cta__contact-label {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0 0.625rem;
  }
}
.l-cta__contact-text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  gap: 0.3333333333rem;
}

.l-cta__contact-text::before {
  content: "";
  width: 2rem;
  height: 1.6rem;
  background: url(./images/common/ico_mail.svg) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .l-cta__contact-text {
    font-size: 1.5rem;
  }
}
.l-footer {
  padding: 1.8666666667rem 0 6.5333333333rem;
  background: #006BC3;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding: 1.6875rem 0;
  }
}
.l-footer__copyright {
  text-align: center;
  color: #ffffff;
}

.l-footer__copyright small {
  font-size: 0.7333333333rem;
}

@media screen and (min-width: 768px) {
  .l-footer__copyright small {
    font-size: 0.875rem;
  }
}
body.other .l-footer {
  padding: 1.8666666667rem 0;
}

@media screen and (min-width: 768px) {
  body.other .l-footer {
    padding: 1.6875rem 0;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 500;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}

.l-header.is-hidden {
  transform: translateY(-100%);
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4666666667rem 2.7333333333rem 0.4rem 1rem;
}

@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 1rem 0.9375rem 0.9375rem;
    max-width: 67.25rem;
    margin-inline: auto;
  }
}
.l-header__logo {
  width: 11rem;
}

.l-header__logo a {
  display: flex;
  align-items: center;
}

.l-header__logo a img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-header__logo {
    width: min(22.7864583333vw, 17.5rem);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    width: 17.5rem;
  }
}
.l-header__badges {
  display: flex;
  gap: 0.2666666667rem;
  align-items: center;
  margin-left: 0.4rem;
}

@media screen and (min-width: 1024px) {
  .l-header__badges {
    gap: 0.4375rem;
    margin-left: 0.875rem;
  }
}
.l-header__badge {
  border: 1px solid #EE6611;
  border-radius: 1.74px;
  padding: 0.2rem 0.1333333333rem;
  text-align: center;
  min-width: 3.2rem;
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  white-space: nowrap;
}

.l-header__badge span {
  color: #EE6611;
}

@media screen and (min-width: 768px) {
  .l-header__badge {
    border-radius: 2.52px;
    padding: 0.2rem 0.2666666667rem;
    min-width: 4.375rem;
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}
.l-header__tel {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-header__tel {
    display: block;
    text-align: center;
    margin-left: 1.25rem;
  }
  .l-header__tel-text {
    font-weight: 700;
    font-size: 0.5625rem;
    line-height: 1.2;
    color: #5B5B5B;
    white-space: nowrap;
  }
  .l-header__tel-number {
    font-family: "Inter", serif;
    font-weight: 700;
    font-size: min(2.0833333333vw, 1.375rem);
    line-height: 1.21;
    color: #1388E8;
    position: relative;
  }
  .l-header__tel-number::before {
    content: "";
    width: min(2.0833333333vw, 1.125rem);
    height: min(2.0833333333vw, 1.125rem);
    background: url(./images/common/ico_tel.svg) no-repeat center center/contain;
    display: block;
    position: absolute;
    left: max(-1.6927083333vw, -1.1875rem);
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__tel {
    margin-left: 2.375rem;
  }
  .l-header__tel-number {
    font-size: 1.375rem;
  }
  .l-header__tel-number::before {
    width: 1.125rem;
    height: 1.125rem;
    left: -1.1875rem;
  }
}
.l-header__buttons {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-header__buttons {
    display: flex;
    gap: 0.3125rem;
    align-items: center;
    margin-left: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header__line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.125rem;
    height: 2.8125rem;
    background: #00B900;
    border-radius: 6.73px;
    padding: 0 0.4375rem;
    box-shadow: 0 3px 0 0 #0BA10B;
    transition: background 0.3s;
  }
  .l-header__line::before {
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    background: url(./images/common/ico_line.svg) no-repeat center center/contain;
    margin-top: 0.0625rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .l-header__line:hover {
    background: #07EA07;
  }
}
@media screen and (min-width: 768px) {
  .l-header__line-text {
    font-weight: 700;
    font-size: min(1.171875vw, 0.75rem);
    line-height: 1.2;
    color: #ffffff;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__line-text {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header__contact {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1875rem;
    height: 2.8125rem;
    background: #EE6611;
    box-shadow: 0 3px 0 0 #CE560B;
    border-radius: 6.73px;
    padding: 0 0.4375rem 0 0.625rem;
    transition: background 0.3s;
  }
  .l-header__contact-text {
    font-weight: 700;
    font-size: min(1.171875vw, 0.75rem);
    line-height: 1.2;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 0.3125rem;
  }
  .l-header__contact-text::before {
    content: "";
    width: 0.75rem;
    height: 0.625rem;
    background: url(./images/common/ico_mail.svg) no-repeat center center/contain;
    margin-top: 0.1875rem;
  }
  .l-header__contact-label {
    font-weight: 700;
    font-size: 0.5625rem;
    line-height: 1.2;
    color: #EE6611;
    background: #ffffff;
    border-radius: 6.73px;
    padding: 0 1.0625rem 0.0625rem;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .l-header__contact:hover {
    background: #FF7824;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__contact-text {
    font-size: 0.75rem;
  }
}
.l-header__nav {
  position: fixed;
  top: 2.7333333333rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 2.7333333333rem);
  background: rgba(45, 45, 45, 0.9);
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 499;
  overflow-y: auto;
}

.l-header__nav.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .l-header__nav {
    position: static;
    width: 100%;
    height: auto;
    background: #1388E8;
    opacity: 1;
    visibility: visible;
    z-index: 500;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-inner {
    max-width: 60rem;
    margin-inline: auto;
  }
}
.l-header__nav-list {
  border: 1px solid #EE6611;
}

@media screen and (min-width: 768px) {
  .l-header__nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }
}
.l-header__nav-item {
  border-bottom: 1px solid #EE6611;
  background: #ffffff;
  text-align: center;
}

.l-header__nav-item:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .l-header__nav-item {
    position: relative;
    border-bottom: none;
    background: #006BC3;
    height: auto;
  }
  .l-header__nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 22px;
    background: #ACACAC;
  }
}
.l-header__nav-link {
  display: block;
  padding: 0.8rem;
  font-weight: 700;
  font-size: 1.0666666667rem;
  line-height: 1.19;
  transition: background 0.3s;
}

@media screen and (min-width: 768px) {
  .l-header__nav-link {
    padding: 1.25rem 2.125rem;
    font-size: 0.9375rem;
    color: #ffffff;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .l-header__nav-link:hover {
    background: #1388E8;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__nav-link {
    font-size: 1rem;
  }
}
.l-header__menubtn {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  background: #EE6611;
  border: none;
  cursor: pointer;
  z-index: 501;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .l-header__menubtn {
    display: none;
  }
}
.l-header__menubtn span {
  position: absolute;
  background: #ffffff;
  width: 1.6rem;
  height: 2px;
  transition: all 0.3s;
  border-radius: 4px;
}

.l-header__menubtn span:nth-of-type(1) {
  transform: translateY(-7px);
}

.l-header__menubtn span:nth-of-type(2) {
  transform: translateY(0);
}

.l-header__menubtn span:nth-of-type(3) {
  transform: translateY(7px);
}

.l-header__menubtn.active span {
  background: #ffffff;
}

.l-header__menubtn.active span:nth-of-type(1) {
  transform: translateY(0) rotate(45deg);
}

.l-header__menubtn.active span:nth-of-type(2) {
  opacity: 0;
}

.l-header__menubtn.active span:nth-of-type(3) {
  transform: translateY(0) rotate(-45deg);
}

.l-inner {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner {
    width: min(90%, 1280px);
  }
}
.l-inner__wide {
  margin-inline: auto;
  width: min(100% - 2rem);
}

@media screen and (min-width: 768px) {
  .l-inner__wide {
    width: min(95%, 1680px);
  }
}
.l-inner__md {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner__md {
    width: min(90%, 1080px);
  }
}
.l-inner__sm {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner__sm {
    width: min(90%, 960px);
  }
}
.l-privacy {
  margin: 1.3333333333rem 0 0;
  border-radius: 0.8rem;
  background: #ffffff;
  padding: 1.3333333333rem 1.3333333333rem 2rem;
}

@media screen and (min-width: 768px) {
  .l-privacy {
    margin-top: 3.625rem;
    padding: 2.5rem;
  }
}
.l-privacy h2 {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #006BC3;
}

@media screen and (min-width: 768px) {
  .l-privacy h2 {
    font-size: 2rem;
  }
}
.l-privacy__content {
  margin: 1.3333333333rem 0 0;
  height: 10rem;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .l-privacy__content {
    margin-top: 2.5rem;
    height: 20rem;
  }
}
.l-privacy__content-inner h3 {
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1;
  color: #006BC3;
  margin: 1.3333333333rem 0;
}

@media screen and (min-width: 768px) {
  .l-privacy__content-inner h3 {
    font-size: 1.5rem;
    margin: 2.5rem 0 1.25rem;
  }
}
.l-privacy__content-inner p {
  font-weight: 400;
  line-height: 1.75;
}

.l-privacy__content-inner p + p {
  margin-top: 1.5em;
}

.l-privacy__content-inner ol {
  margin: 1.3333333333rem 0 0 1em;
}

.l-privacy__content-inner ol li {
  list-style: decimal;
  font-weight: 400;
  line-height: 1.75;
}

.l-privacy__content-inner ul li {
  display: flex;
  align-items: baseline;
}

.l-privacy__content-inner ul li::before {
  content: "・";
}

.l-privacy__content-inner ul li ol {
  margin: 0rem 0 0 2rem;
}

.l-privacy__content-inner ul li ol li {
  list-style: decimal;
}

.c-cta-link {
  display: flex;
  height: 4.7333333333rem;
}

@media screen and (min-width: 768px) {
  .c-cta-link {
    display: none;
  }
}
.c-cta-link--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.c-cta-link--fixed.is-active {
  opacity: 1;
  visibility: visible;
}

.c-cta-link__contact {
  width: 27.1794871795%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3333333333rem;
  background: #EE6611;
  padding: 0.2666666667rem;
}

.c-cta-link__contact img {
  width: 2rem;
}

.c-cta-link__text {
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}

.c-cta-link__line {
  width: 27.1794871795%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.0666666667rem;
  background: #00B900;
  padding: 0.2666666667rem;
}

.c-cta-link__line img {
  width: 2.2rem;
}

.c-cta-link__tel {
  width: 45.641025641%;
  height: 100%;
  background: #E22D00;
  padding: 0 0 0.1333333333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.c-cta-link__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1333333333rem;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Inter", serif;
  line-height: 1.21;
  color: #ffffff;
}

.c-cta-link__number::before {
  content: "";
  width: 1rem;
  height: 1rem;
  mask-image: url(./images/common/ico_tel.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-image: url(./images/common/ico_tel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  background-color: #ffffff;
}

.c-cta-link__sm-text {
  font-size: 0.6666666667rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}

.c-cta-link__sm-text span {
  color: #FFE100;
}

.c-form {
  display: grid;
  gap: 0.7333333333rem;
}

.c-form__item {
  background: #ffffff;
  border-radius: 1.0666666667rem;
  padding: 1.0666666667rem;
}

@media screen and (min-width: 768px) {
  .c-form__item {
    display: grid;
    grid-template-columns: 13.625rem 1fr;
    gap: 1rem;
    padding: 1.1875rem 1.75rem 1rem 2.5rem;
  }
}
.c-form__label {
  display: flex;
  align-items: center;
  gap: 1.3333333333rem;
}

@media screen and (min-width: 768px) {
  .c-form__label {
    gap: 0.9375rem;
  }
}
.c-form__label-text {
  font-weight: 900;
  font-size: 1.3333333333rem;
  line-height: 1.2;
  width: 9.3333333333rem;
}

@media screen and (min-width: 768px) {
  .c-form__label-text {
    font-size: 1.25rem;
    width: 8.75rem;
  }
}
.c-form__required {
  background: #EE6611;
  color: #ffffff;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.0666666667rem 0.6666666667rem 0.1333333333rem;
}

@media screen and (min-width: 768px) {
  .c-form__required {
    font-size: 1.25rem;
  }
}
.c-form__optional {
  background: #DBBCA9;
  color: #ffffff;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.0666666667rem 0.6666666667rem 0.1333333333rem;
}

@media screen and (min-width: 768px) {
  .c-form__optional {
    font-size: 1.25rem;
  }
}
.c-form__input, .c-form__textarea {
  width: 100%;
  background: #F0F0F0;
  border: none;
  border-radius: 0.4666666667rem !important;
  padding: 1rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  margin: 1.3333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .c-form__input, .c-form__textarea {
    padding: 0.9375rem 1.125rem;
    font-size: 1.25rem;
    margin: 0;
  }
}
.c-form__input::placeholder, .c-form__textarea::placeholder {
  color: #B7B7B7;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .c-form__input::placeholder, .c-form__textarea::placeholder {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .c-form__input--name, .c-form__input--tel {
    width: 25.4375rem;
  }
}
.c-form__input--zip {
  width: 10.3333333333rem;
}

@media screen and (min-width: 768px) {
  .c-form__input--zip {
    width: 14.9375rem;
  }
}
.c-form__textarea {
  resize: vertical;
  min-height: 10.3333333333rem;
  white-space: pre-wrap;
}

@media screen and (min-width: 768px) {
  .c-form__textarea {
    min-height: 18.25rem;
  }
}
.c-form__privacy {
  margin: 0.6rem 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-form__privacy {
    margin-top: 1.625rem;
  }
}
.c-form__privacy label {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.c-form__privacy label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-form__privacy label input:checked + span::after {
  opacity: 1;
}

.c-form__privacy label span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 1.3333333333rem;
  line-height: 1.2;
  color: #000000;
  position: relative;
  cursor: pointer;
}

.c-form__privacy label span a {
  position: relative;
  color: #006BC3;
}

.c-form__privacy label span a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #006BC3;
  transition: width 0.3s;
}

@media (hover: hover) {
  .c-form__privacy label span a:hover::after {
    width: 100%;
  }
}
.c-form__privacy label span::before {
  content: "";
  width: 1.8666666667rem;
  height: 1.8666666667rem;
  margin-right: 0.8rem;
  background: #ffffff;
}

.c-form__privacy label span::after {
  display: block;
  position: absolute;
  z-index: 2;
  content: "";
  top: -0.2rem;
  left: 0.8rem;
  width: 0.9333333333rem;
  height: 1.6666666667rem;
  border-bottom: 3px solid #006BC3;
  border-right: 3px solid #006BC3;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.3s;
}

.c-form__submit {
  width: 24rem;
  margin: 0.5333333333rem auto 0;
  background: #EE6611;
  color: #ffffff;
  border: none;
  border-radius: 2.4rem;
  padding: 0.8rem;
  font-weight: 900;
  font-size: 1.3333333333rem;
  line-height: 1.25;
  cursor: pointer;
  box-shadow: 0 3px 0 0 #C8550D;
  transition: background 0.3s;
}

@media screen and (min-width: 768px) {
  .c-form__submit {
    width: 43.875rem;
    padding: 1.25rem;
    font-size: 2.25rem;
    line-height: 1.25;
    margin-top: 1.125rem;
    border-radius: 4rem;
    box-shadow: 0 6px 0 0 #C8550D;
  }
}
@media (hover: hover) {
  .c-form__submit:hover {
    background: #FF7824;
  }
}
.c-postarea {
  letter-spacing: 0.15rem;
}

@media screen and (min-width: 768px) {
  .c-postarea {
    letter-spacing: 0.25rem;
  }
}
.c-postarea p {
  margin: 1rem 0;
}

.c-postarea h2 {
  font-size: 1.5rem;
  margin: 3rem 0 2rem;
}

@media screen and (min-width: 768px) {
  .c-postarea h2 {
    font-size: 1.8rem;
    margin: 3rem 0 2.5rem;
  }
}
.c-postarea h3 {
  font-size: 1.3rem;
  margin: 2rem 0;
}

@media screen and (min-width: 768px) {
  .c-postarea h3 {
    font-size: 1.5rem;
    margin: 2.5rem 0 2rem;
  }
}
.c-postarea h4 {
  font-size: 1.2rem;
  margin: 1.5rem 0;
}

@media screen and (min-width: 768px) {
  .c-postarea h4 {
    font-size: 1.25rem;
    margin: 2rem 0 1.5rem;
  }
}
.c-postarea h5 {
  font-size: 1.1rem;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .c-postarea h5 {
    font-size: 1.1rem;
    margin: 1.5rem 0;
  }
}
.c-postarea h6 {
  font-size: 1rem;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .c-postarea h6 {
    font-size: 1rem;
    margin: 1.5rem 0;
  }
}
.c-postarea ul {
  margin: 1rem 0 1rem 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-postarea ul {
    margin: 1.5rem 0 1.5rem 2rem;
  }
}
.c-postarea ul.blocks-gallery-grid {
  margin: 2rem 0 0;
}

@media screen and (min-width: 768px) {
  .c-postarea ul.blocks-gallery-grid {
    margin: 3rem 0 0;
  }
}
.c-postarea ul li {
  list-style: disc;
}

.c-postarea ol {
  margin: 1rem 0 1rem 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-postarea ol {
    margin: 1.5rem 0 1.5rem 2rem;
  }
}
.c-postarea ol li {
  list-style: decimal;
}

.c-postarea strong {
  font-weight: bold;
}

.c-postarea blockquote {
  background: #eee;
  padding: 1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-postarea blockquote {
    padding: 2rem;
  }
}
.c-postarea blockquote::before, .c-postarea blockquote::after {
  position: absolute;
  content: "“";
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .c-postarea blockquote::before, .c-postarea blockquote::after {
    font-size: 3rem;
  }
}
.c-postarea blockquote::before {
  top: 0;
  left: 0;
}

.c-postarea blockquote::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.c-postarea blockquote cite {
  font-size: 0.8rem;
  color: #999;
}

.c-postarea a {
  display: inline;
  color: #aaa;
}

.c-postarea figure {
  margin: 2rem auto 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-postarea figure {
    margin: 3rem auto 2rem;
  }
}
.c-postarea img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.c-postarea table {
  width: 100%;
  margin: 1rem 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-postarea table {
    margin: 1.5rem 0 2rem;
  }
}
.c-postarea table th,
.c-postarea table td {
  border: solid 1px #e2e2e2;
  padding: 0.15rem 0.5rem;
}

@media screen and (min-width: 768px) {
  .c-postarea table th,
  .c-postarea table td {
    padding: 0.25rem 1rem;
  }
}
.c-title {
  font-size: 2.4666666667rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  color: #43301D;
  padding-bottom: 0.6rem;
  border-bottom: 0.4666666667rem solid #FFE100;
}

.c-title--blue {
  color: #006BC3;
}

@media screen and (min-width: 768px) {
  .c-title {
    padding-bottom: 1.0625rem;
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-title {
    font-size: 4.75rem;
  }
}
.c-title__sm {
  font-size: 1.2666666667rem;
}

@media screen and (min-width: 768px) {
  .c-title__sm {
    font-size: 2.25rem;
  }
}
.p-company {
  padding: 1.4666666667rem 0;
  background: #B9DFF6;
}

@media screen and (min-width: 768px) {
  .p-company {
    padding: 2.5rem 0 2.875rem;
  }
}
.p-company__title {
  font-weight: 900;
  font-size: 2.1333333333rem;
  line-height: 1;
  text-align: center;
  color: #023A67;
  padding-bottom: 1rem;
  border-bottom: 0.4666666667rem solid #ffffff;
}

@media screen and (min-width: 768px) {
  .p-company__title {
    font-size: 2.6875rem;
    padding-bottom: 1.6875rem;
  }
}
.p-company__table {
  margin: 1.0666666667rem 0 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-company__table {
    margin-top: 1.5625rem;
  }
}
.p-company__table tr {
  display: grid;
  grid-template-columns: 7.4rem 1fr;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 768px) {
  .p-company__table tr {
    grid-template-columns: 12.125rem 1fr;
  }
}
.p-company__table tr:not(:first-child) {
  margin: 0.4rem 0 0;
}

.p-company__table th {
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.4;
  color: #006BC3;
  padding: 0.9333333333rem 0;
}

@media screen and (min-width: 768px) {
  .p-company__table th {
    font-size: 1.25rem;
    padding: 2rem 0;
  }
}
.p-company__table td {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  padding: 0.9333333333rem 0;
}

.p-company__table td span {
  display: inline-block;
  width: 1.2rem;
  margin-left: 0.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-company__table td {
    font-size: 1.25rem;
    padding: 2rem 0;
  }
}
.p-contact {
  padding: 2.6666666667rem 0;
  background: #EFF9FF;
}

@media screen and (min-width: 768px) {
  .p-contact {
    padding: 2.8125rem 0 3.125rem;
  }
}
.p-contact__header {
  text-align: center;
}

.p-contact__header-text {
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #EE6611;
  text-align: center;
  background: #ffffff;
  padding: 0.4666666667rem;
}

@media screen and (min-width: 768px) {
  .p-contact__header-text {
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.75rem 3.375rem;
    width: fit-content;
    margin-inline: auto;
  }
}
.p-contact__header-label {
  color: #006BC3;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  background: #ffffff;
  padding: 0.6666666667rem;
  margin-top: 1.2666666667rem;
}

@media screen and (min-width: 768px) {
  .p-contact__header-label {
    font-size: 2rem;
    padding: 0.625rem 1.4375rem;
    min-width: 17.8125rem;
    margin-top: 1.875rem;
    display: inline-block;
  }
}
.p-contact__title {
  margin: 0.8666666667rem 0 0;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .p-contact__title {
    margin-top: 1.1875rem;
    font-feature-settings: normal;
  }
}
.p-contact__subtitle {
  font-weight: 900;
  font-size: 1.3333333333rem;
  line-height: 1.6;
  padding-bottom: 0.6666666667rem;
  border-bottom: 0.2666666667rem solid #000000;
  margin: 0.8666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-contact__subtitle {
    font-size: 2.25rem;
    padding-bottom: 1.25rem;
    margin-top: 1.25rem;
  }
}
.p-contact__note {
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin: 0.8666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-contact__note {
    font-size: 1.5rem;
    margin-top: 0.9375rem;
  }
}
.p-contact__list {
  margin: 0.8666666667rem 0 0;
  background: #ffffff;
  border-radius: 0.8rem;
  padding: 0.8rem 1.8rem;
}

@media screen and (min-width: 768px) {
  .p-contact__list {
    margin-inline: auto;
    max-width: 37rem;
    padding: 0.25rem;
  }
}
.p-contact__item {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-contact__item {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.p-contact__info {
  margin: 0.8666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-contact__info {
    margin-top: 1.5625rem;
  }
}
.p-contact__info-title {
  font-weight: 900;
  font-size: 1.5333333333rem;
  line-height: 1.4;
  color: #EE6611;
  text-align: center;
  padding-bottom: 0.6875rem;
  border-bottom: 0.3125rem solid #000000;
}

@media screen and (min-width: 768px) {
  .p-contact__info-title {
    font-size: 2.375rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__info-title {
    font-size: 2.625rem;
  }
}
.p-contact__tel {
  width: 100%;
  height: 6.6666666667rem;
  background: #E22D00;
  border-radius: 1rem;
  padding: 0 0 0.1333333333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5333333333rem;
  box-shadow: 0 0.3333333333rem 0 0 #B22704;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-contact__tel {
    height: auto;
    background: transparent;
    box-shadow: none;
    padding: 0;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.875rem;
    margin-top: 1.1875rem;
  }
}
.p-contact__tel-text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.48;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.p-contact__tel-text span {
  color: #FFE100;
}

.p-contact__tel-text::before {
  content: "";
  width: 1.5333333333rem;
  height: 1.7333333333rem;
  mask-image: url(./images/common/ico_tel.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-image: url(./images/common/ico_tel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  background-color: #ffffff;
  margin-bottom: 0.1333333333rem;
}

@media screen and (min-width: 768px) {
  .p-contact__tel-text {
    display: none;
  }
}
.p-contact__tel-number {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-contact__tel-number {
    display: flex;
    align-items: flex-end;
    font-size: 3.8rem;
    font-weight: 700;
    font-family: "Inter", serif;
    line-height: 1.1228070175;
    color: #1388E8;
  }
  .p-contact__tel-number::before {
    content: "";
    width: 2.8125rem;
    height: 2.9375rem;
    background: url(./images/common/ico_tel.svg) no-repeat center center/contain;
    margin-bottom: 0.1875rem;
  }
}
.p-contact__tel-label {
  font-size: 0.9333333333rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-contact__tel-label {
    font-size: 1.4375rem;
    line-height: 1.1304347826;
    color: #000000;
  }
  .p-contact__tel-label span {
    color: #EE6611;
  }
}
.p-contact__form {
  margin: 2.3333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 1.4375rem;
  }
}
.p-faq {
  padding: 1.4666666667rem 0 1.8rem;
  background: #FFFBE0;
}

@media screen and (min-width: 768px) {
  .p-faq {
    padding: 2.25rem 0 2.8125rem;
  }
}
.p-faq__categories {
  margin: 2rem 0 0;
  display: grid;
  gap: 1.4666666667rem;
}

@media screen and (min-width: 768px) {
  .p-faq__categories {
    margin-top: 1.6875rem;
    gap: 2.8125rem;
  }
}
.p-faq__category-title {
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1;
  color: #43301D;
  padding: 0.6666666667rem;
  border-left: 1rem solid #FFBB00;
}

@media screen and (min-width: 768px) {
  .p-faq__category-title {
    font-size: 2.25rem;
    padding: 0.3125rem 1.0625rem;
  }
}
.p-faq__list {
  margin: 2rem 0 0;
  display: grid;
  gap: 0.9333333333rem;
}

@media screen and (min-width: 768px) {
  .p-faq__list {
    gap: 1.875rem;
  }
}
.p-faq__item {
  overflow: hidden;
}

.p-faq__item.is-open .p-faq__toggle::before {
  opacity: 0;
}

.p-faq__question {
  background: #FFE100;
  border-radius: 0.5333333333rem;
  display: flex;
  align-items: flex-start;
  gap: 0.6666666667rem;
  padding: 1rem 3.0666666667rem 1rem 1.3333333333rem;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-faq__question {
    padding: 1.4375rem 5.3125rem 1rem 1.0625rem;
    border-radius: 1rem;
    transition: background 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-faq__question:hover {
    background: #FFBB00;
  }
}
.p-faq__q-mark {
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  background: #EE6611;
  border-radius: 50%;
  padding: 0.3333333333rem 0 0 0;
  display: flex;
  justify-content: center;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-faq__q-mark {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2.25rem;
  }
}
.p-faq__q-text {
  font-weight: 900;
  font-size: 1.3333333333rem;
  line-height: 1.4;
  color: #43301D;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .p-faq__q-text {
    font-size: 2.25rem;
    line-height: 1.3;
  }
}
.p-faq__toggle {
  width: 1.3333333333rem;
  height: 0.2rem;
  background: #43301D;
  border-radius: 0.3333333333rem;
  position: absolute;
  top: 50%;
  right: 0.6666666667rem;
}

.p-faq__toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.2rem;
  height: 1.3333333333rem;
  background: #43301D;
  border-radius: 0.3333333333rem;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .p-faq__toggle {
    width: 1.8125rem;
    right: 1.75rem;
  }
  .p-faq__toggle::before {
    height: 1.8125rem;
  }
}
.p-faq__answer {
  display: none;
  background: #ffffff;
  border-radius: 0.5333333333rem;
  padding: 0.7333333333rem 1rem 0.8666666667rem;
  margin: 0.6rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-faq__answer {
    padding: 1.125rem 1.25rem;
    margin-top: 1rem;
  }
}
.p-faq__a-text {
  font-weight: 400;
  font-size: 1.0666666667rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .p-faq__a-text {
    font-size: 1.125rem;
  }
}
.p-mv {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.3333333333rem 0 1.2rem;
  z-index: 1;
  margin: 2.6666666667rem 0 0;
  overflow-x: clip;
}

.p-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./images/top/mv_bg.webp) no-repeat center center/cover;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-mv {
    padding: 1rem 0 1.5rem;
    margin-top: 8.25rem;
  }
  .p-mv::before {
    background: url(./images/top/mv_bg_pc.webp) no-repeat center center/cover;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv {
    margin-top: 8.4375rem;
  }
}
.p-mv__content {
  width: min(100%, 24rem);
  margin-inline: auto;
  background: #ffffff;
  border-radius: 0.3333333333rem;
  padding: 0.6666666667rem;
  position: relative;
}

.p-mv__content::before {
  content: "";
  position: absolute;
  top: 20.2rem;
  left: 0.2666666667rem;
  width: 5.7333333333rem;
  height: 5.7333333333rem;
  background: url(./images/top/cleaning.svg) no-repeat center center/contain;
  transform: rotate(-6deg);
}

@media screen and (min-width: 768px) {
  .p-mv__content {
    width: min(100%, 59.625rem);
    border-radius: 0.9375rem;
    padding: 1.75rem 11.625rem 2.1875rem 3.75rem;
  }
  .p-mv__content::before {
    top: auto;
    bottom: -0.8125rem;
    left: -3.3125rem;
    width: 7.5rem;
    height: 7.5rem;
    transform: rotate(-3deg);
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__content {
    padding: 1.75rem 12.4375rem 2.1875rem 3.875rem;
  }
  .p-mv__content::before {
    bottom: -0.8125rem;
    left: -5.1875rem;
    width: 10.75rem;
    height: 10.75rem;
  }
}
.p-mv__title {
  color: #282828;
  font-size: 1.9333333333rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  font-feature-settings: "palt" 1;
}

@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__title {
    font-size: 3.75rem;
  }
}
.p-mv__title-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-mv__area {
  background: #1388E8;
  color: #FFE100;
  font-weight: 700;
  font-size: 0.8666666667rem;
  padding: 0.1333333333rem 0.4666666667rem 0.2rem;
  border-radius: 0.2rem;
}

@media screen and (min-width: 768px) {
  .p-mv__area {
    font-size: 1.375rem;
    padding: 0.25rem 0.875rem 0.375rem;
    border-radius: 0.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__area {
    font-size: 1.625rem;
  }
}
.p-mv__title-sm {
  font-weight: 700;
  font-size: 0.8666666667rem;
  color: #282828;
  margin-left: 0.1333333333rem;
}

@media screen and (min-width: 768px) {
  .p-mv__title-sm {
    font-size: 1.4375rem;
    margin-left: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__title-sm {
    font-size: 1.6875rem;
  }
}
.p-mv__title-blue {
  color: #006BC3;
  font-weight: 900;
  font-size: 1.4rem;
  margin-left: 0.0666666667rem;
}

@media screen and (min-width: 768px) {
  .p-mv__title-blue {
    font-size: 2.625rem;
    margin-left: 0.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__title-blue {
    font-size: 2.75rem;
  }
}
.p-mv__title-md {
  font-weight: 900;
  font-size: 1.0666666667rem;
  margin: 0.2666666667rem 0 0 0.2rem;
}

@media screen and (min-width: 768px) {
  .p-mv__title-md {
    font-size: 1.8125rem;
    margin-left: 0.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__title-md {
    font-size: 2.0625rem;
  }
}
.p-mv__title-orange {
  display: block;
  color: #EE6611;
  font-weight: 900;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  transform: matrix(1, 0, -0.17, 0.98, 0, 0);
  white-space: nowrap;
  font-feature-settings: "palt" 1;
}

@media screen and (min-width: 768px) {
  .p-mv__title-orange {
    font-size: 4.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__title-orange {
    font-size: 5.375rem;
  }
}
.p-mv__brand {
  margin: 0.2rem auto 0;
  width: 13.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-mv__brand {
    margin: 0.5625rem auto 0;
    width: 18.8125rem;
  }
}
.p-mv__copy {
  margin: 1.4rem 0 0;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 0.2rem;
  background: #ffffff;
  position: relative;
  padding-bottom: 0.4666666667rem;
  box-shadow: 0px 4.55px 4.55px 0px rgba(0, 0, 0, 0.2509803922);
  z-index: 2;
}

.p-mv__copy::before {
  content: "";
  position: absolute;
  top: -0.9333333333rem;
  left: 0.4rem;
  width: 1.4666666667rem;
  height: 1.4666666667rem;
  background: url(./images/top/ico_mv_check.svg) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .p-mv__copy {
    margin: 0.875rem auto 0;
    max-width: 39.9375rem;
    border-width: 0.25rem;
    border-radius: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .p-mv__copy::before {
    width: 3.0625rem;
    height: 3.0625rem;
    top: -1rem;
    left: 1.125rem;
  }
}
.p-mv__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 1.4666666667rem;
  font-weight: 900;
  line-height: 1.2;
  margin-top: -0.5333333333rem;
}

@media screen and (min-width: 768px) {
  .p-mv__price {
    font-size: 1.75rem;
    margin-top: -0.9375rem;
    margin-right: 2.5rem;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__price {
    font-size: 1.9375rem;
  }
}
.p-mv__price-tax {
  font-size: 1rem;
  margin: 0 0 0 0.2rem;
}

@media screen and (min-width: 768px) {
  .p-mv__price-tax {
    font-size: 1.125rem;
    margin-left: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__price-tax {
    font-size: 1.3125rem;
  }
}
.p-mv__price-num {
  width: 13rem;
}

.p-mv__price-num img {
  width: 100%;
  margin-bottom: -0.2rem;
}

@media screen and (min-width: 768px) {
  .p-mv__price-num {
    width: 18.75rem;
  }
  .p-mv__price-num img {
    margin-bottom: -0.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__price-num {
    width: 20rem;
  }
}
.p-mv__price-note {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0.2rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-mv__price-note {
    font-size: 1.25rem;
    margin-top: 0.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__price-note {
    font-size: 1.375rem;
  }
}
.p-mv__price-orange {
  color: #EE6611;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .p-mv__price-orange {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__price-orange {
    font-size: 1.625rem;
  }
}
.p-mv__img {
  margin: 0.2666666667rem auto -2rem;
  width: 17.9333333333rem;
  position: relative;
  z-index: 1;
}

.p-mv__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-mv__img {
    position: absolute;
    bottom: 0;
    right: -5rem;
    width: 23.75rem;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__img {
    right: -7.125rem;
    width: 26.3125rem;
  }
}
.p-mv__medal {
  width: 23.8rem;
  position: absolute;
  bottom: -3.6666666667rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.p-mv__medal img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-mv__medal {
    width: 33.375rem;
    bottom: -9.75rem;
  }
}
.p-mv__cta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  position: relative;
  background: #ffffff;
  border-radius: 0.8rem;
  border: 0.4rem solid #FFE100;
  padding: 0.6666666667rem 0.6rem 1rem;
  margin: 4.2666666667rem auto 0;
  width: min(100%, 24rem);
}

@media screen and (min-width: 768px) {
  .p-mv__cta {
    flex-direction: row;
    justify-content: space-evenly;
    gap: 1.25rem;
    margin-top: 10.0625rem;
    width: min(100%, 60rem);
    padding: 1.625rem 1.25rem 1.9375rem 8.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__cta {
    padding-left: 11.125rem;
    padding-right: 3.125rem;
    gap: 2.875rem;
  }
}
.p-mv__cta-img {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-mv__cta-img {
    display: block;
    width: 8.4375rem;
    position: absolute;
    bottom: 0;
    left: 0.3125rem;
  }
  .p-mv__cta-img img {
    width: 100%;
  }
}
.p-mv__cta-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  height: 5.6rem;
  background: #E22D00;
  border-radius: 0.9333333333rem;
  padding: 0.6666666667rem;
  box-shadow: 0 0.3333333333rem 0 0 #B22704;
}

@media screen and (min-width: 768px) {
  .p-mv__cta-tel {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: auto;
    height: auto;
    text-align: center;
  }
}
.p-mv__cta-tel-text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.p-mv__cta-tel-text span {
  color: #FFE100;
}

.p-mv__cta-tel-text::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  mask-image: url(./images/common/ico_tel.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-image: url(./images/common/ico_tel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  background-color: #ffffff;
  margin-right: 0.1333333333rem;
}

@media screen and (min-width: 768px) {
  .p-mv__cta-tel-text {
    font-size: 1.125rem;
    color: #000000;
    align-items: center;
  }
  .p-mv__cta-tel-text span {
    color: #EE6611;
  }
  .p-mv__cta-tel-text::before, .p-mv__cta-tel-text::after {
    content: "";
    height: 2.25rem;
    width: 0.0625rem;
    mask-image: none;
    background: #000000;
    display: block;
  }
  .p-mv__cta-tel-text::before {
    transform: rotate(-25deg);
    margin-right: 0.625rem;
  }
  .p-mv__cta-tel-text::after {
    transform: rotate(25deg);
    margin-left: 0.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__cta-tel-text {
    font-size: 1.3125rem;
  }
}
.p-mv__cta-tel-number {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-mv__cta-tel-number {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-family: "Inter", serif;
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.119047619;
    color: #1388E8;
    white-space: nowrap;
    margin: 0.25rem 0 0;
  }
  .p-mv__cta-tel-number::before {
    content: "";
    width: 2.1875rem;
    height: 2.1875rem;
    background: url(./images/common/ico_tel.svg) no-repeat center center/contain;
    margin-bottom: 0.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__cta-tel-number {
    font-size: 2.625rem;
  }
}
.p-mv__cta-label {
  font-weight: 700;
  font-size: 0.9333333333rem;
  line-height: 1.2;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-mv__cta-label {
    color: #3B3A3A;
    font-size: 0.8125rem;
    margin: 0.3125rem 0 0;
  }
  .p-mv__cta-label span {
    color: #EE6611;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__cta-label {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}
.p-mv__cta-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3333333333rem;
  width: 100%;
  height: 5.6rem;
  background: #00B900;
  border-radius: 0.9333333333rem;
  padding: 0.6666666667rem;
  box-shadow: 0 0.3333333333rem 0 0 #0BA10B;
  transition: background 0.3s;
}

@media screen and (min-width: 768px) {
  .p-mv__cta-line {
    padding: 1.3125rem 1.0625rem 1rem;
    height: 6.0625rem;
    width: fit-content;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-mv__cta-line:hover {
    background: #07EA07;
  }
}
.p-mv__cta-line-text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-mv__cta-line-text::before {
  content: "";
  width: 2.2rem;
  height: 2.1333333333rem;
  mask-image: url(./images/common/ico_line.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-image: url(./images/common/ico_line.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  background-color: #ffffff;
  margin: 0.1333333333rem 0.3333333333rem 0 0;
}

.p-mv__cta-line-label {
  font-weight: 700;
  font-size: 0.9333333333rem;
  line-height: 1.2;
  color: #000000;
  background: #ffffff;
  display: inline-block;
  padding: 0.0666666667rem 1.5333333333rem 0.1333333333rem;
  border-radius: 0.5333333333rem;
}

.p-payment {
  position: relative;
  padding: 1.0666666667rem 0 1.8666666667rem;
  z-index: 1;
  overflow-y: clip;
}

.p-payment::before {
  content: "";
  width: 100%;
  height: 358.4615384615vw;
  background: url(./images/top/payment_bg.webp) no-repeat center top/cover;
  position: absolute;
  bottom: 512px;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-payment {
    padding: 2.75rem 0 2.9375rem;
  }
  .p-payment::before {
    background: url(./images/top/payment_bg_pc.webp) no-repeat center bottom/cover;
    width: 100%;
    height: clamp(900px, 66.6666666667vw, 80rem);
    top: 0;
    bottom: auto;
  }
}
.p-payment__title {
  font-weight: 900;
  font-size: 1.4666666667rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: center;
  font-feature-settings: "palt";
  background: #006BC3;
  border-radius: 0.4rem;
  padding: 0.2666666667rem 0.2666666667rem 0.4rem;
  position: relative;
}

.p-payment__title::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #006BC3;
  position: absolute;
  bottom: -0.5333333333rem;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.p-payment__title-sm {
  font-size: 1.0666666667rem;
}

.p-payment__title-yellow {
  color: #FFE100;
}

@media screen and (min-width: 768px) {
  .p-payment__title {
    font-size: 3rem;
    padding: 1.625rem;
    border-radius: 1rem;
  }
  .p-payment__title-sm {
    font-size: 2.25rem;
  }
  .p-payment__title::after {
    width: 2.375rem;
    height: 2.375rem;
    bottom: -1.6875rem;
  }
}
.p-payment__main {
  margin: 0.7333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-payment__main {
    margin-top: 2.3125rem;
  }
}
.p-payment__box {
  background: #ffffff;
  border-radius: 0.4rem;
  padding: 1.2666666667rem 1.1333333333rem 1.0666666667rem;
  box-shadow: 0 1.49px 1.49px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .p-payment__box {
    padding: 2.375rem 3.5rem 2.6875rem;
    border-radius: 1rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
.p-payment__box-title {
  font-weight: 900;
  font-size: 1.8666666667rem;
  line-height: 1.2;
  color: #1388E8;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-payment__box-title {
    font-size: 3rem;
  }
}
.p-payment__box-text {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-payment__box-text {
    font-size: 2rem;
    margin-top: 0.75rem;
  }
  .p-payment__box-text .u-underline-large {
    background: linear-gradient(transparent 60%, #F9FFA1 60%, #F9FFA1 100%);
  }
}
@media screen and (min-width: 1024px) {
  .p-payment__box-text {
    font-size: 2.25rem;
  }
}
.p-payment__box-wrap {
  margin: 1.1333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-payment__box-wrap {
    display: flex;
    align-items: center;
    gap: 1.625rem;
    margin-top: 1.875rem;
  }
}
.p-payment__box-img {
  width: 12.8666666667rem;
  height: auto;
  margin-inline: auto;
  transform: rotate(-5deg);
  border: 0.1333333333rem solid #ffffff;
  box-shadow: 0px 1.49px 1.49px 0px rgba(0, 0, 0, 0.2509803922);
}

.p-payment__box-img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-payment__box-img {
    width: 18.9375rem;
    margin: 0;
    border-width: 0.375rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
.p-payment__box-desc {
  font-weight: 700;
  line-height: 1.65;
  margin: 0.9333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-payment__box-desc {
    font-size: 1.5rem;
    margin: 0;
    max-width: 32.1875rem;
  }
}
.p-payment__checklist {
  display: grid;
  gap: 0.7333333333rem;
  margin-top: 0.9333333333rem;
}

@media screen and (min-width: 768px) {
  .p-payment__checklist {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4375rem 0.75rem;
    margin-top: 1.5rem;
  }
}
.p-payment__check-item {
  background: #ffffff;
  border: 1px solid #919191;
  border-radius: 0.8rem;
  box-shadow: 0px 3.03px 3.03px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.4rem 0.4666666667rem 1.1333333333rem;
  position: relative;
}

.p-payment__check-item::after {
  content: "";
  width: 3.6rem;
  height: 3.6666666667rem;
  background: url(./images/top/payment_deco.webp) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-payment__check-item {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    padding: 1.75rem 1.25rem 1.4375rem;
    border-radius: 1rem;
    gap: 0.5rem;
  }
  .p-payment__check-item::after {
    width: 4.6875rem;
    height: 4.75rem;
  }
}
.p-payment__check-icon {
  width: 2.4666666667rem;
  height: 2.4666666667rem;
  background: url(./images/top/ico_check.webp) no-repeat center center/contain;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-payment__check-icon {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.p-payment__check-text {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.1333333333rem;
}

@media screen and (min-width: 768px) {
  .p-payment__check-text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-payment__check-text {
    font-size: 1.5rem;
  }
}
.p-payment__all {
  margin: 1.3333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-payment__all {
    margin-top: 2.125rem;
  }
}
.p-payment__all-img {
  width: 14.5333333333rem;
  margin-inline: auto;
}

.p-payment__all-img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-payment__all-img {
    width: 20.875rem;
  }
}
.p-payment__all-text {
  font-weight: 900;
  font-size: 1.8rem;
  color: #EE6611;
  line-height: 1.2;
  border-top: 0.2rem solid #EE6611;
  border-bottom: 0.2rem solid #EE6611;
  padding: 0.3333333333rem 0;
  text-align: center;
  margin: 0.2rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-payment__all-text {
    font-size: 3rem;
    padding: 0.5625rem 0;
    border-width: 0.4375rem;
    margin-top: 1.25rem;
  }
}
.p-payment__features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0666666667rem 0.6rem;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-payment__features {
    gap: 0.9375rem;
    margin-top: 0.875rem;
    justify-content: center;
  }
}
.p-payment__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 0.2rem solid #1FC0C0;
  text-align: center;
  box-shadow: 0px 3.02px 3.02px 0px rgba(0, 0, 0, 0.2509803922);
}

.p-payment__feature:nth-child(1), .p-payment__feature:nth-child(2) {
  width: calc((100% - 0.6rem) / 2);
  height: 10.4rem;
  border-radius: 0.4rem;
  gap: 0.4rem;
}

.p-payment__feature:nth-child(1) .p-payment__feature-icon, .p-payment__feature:nth-child(2) .p-payment__feature-icon {
  width: 4.6666666667rem;
}

.p-payment__feature:nth-child(1) .p-payment__feature-text, .p-payment__feature:nth-child(2) .p-payment__feature-text {
  font-size: 1.0666666667rem;
}

.p-payment__feature:nth-child(3) {
  width: 100%;
  padding: 0.6666666667rem 0.6666666667rem 1rem;
  border-radius: 1rem;
  gap: 0.0666666667rem;
}

.p-payment__feature:nth-child(3) .p-payment__feature-icon {
  width: 8rem;
}

.p-payment__feature:nth-child(3) .p-payment__feature-text {
  font-size: 1.4666666667rem;
}

@media screen and (min-width: 768px) {
  .p-payment__feature {
    padding: 1.875rem;
    border-width: 0.375rem;
  }
  .p-payment__feature:nth-child(1), .p-payment__feature:nth-child(2) {
    width: calc((100% - 0.9375rem) / 2);
    height: 16.9375rem;
    border-radius: 1rem;
    gap: 0.0666666667rem;
  }
  .p-payment__feature:nth-child(1) .p-payment__feature-icon, .p-payment__feature:nth-child(2) .p-payment__feature-icon {
    width: 9.5rem;
  }
  .p-payment__feature:nth-child(1) .p-payment__feature-text, .p-payment__feature:nth-child(2) .p-payment__feature-text {
    font-size: 1.875rem;
  }
  .p-payment__feature:nth-child(3) {
    width: calc((100% - 0.9375rem) / 2);
    border-radius: 1rem;
    gap: 0.125rem;
  }
  .p-payment__feature:nth-child(3) .p-payment__feature-icon {
    width: 10rem;
  }
  .p-payment__feature:nth-child(3) .p-payment__feature-text {
    font-size: 1.875rem;
  }
}
.p-payment__feature-text {
  font-weight: 700;
  line-height: 1.2;
}

.p-payment__feature-text span {
  color: #1FC0C0;
}

@media screen and (min-width: 768px) {
  .p-payment__feature-text {
    font-size: 1.875rem;
  }
}
.p-payment__welcome {
  margin: 0.9333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-payment__welcome {
    margin-top: 1.5625rem;
    display: flex;
    align-items: flex-end;
    gap: 1.25rem;
  }
}
.p-payment__welcome-img {
  width: 16.3333333333rem;
  margin-inline: auto;
}

.p-payment__welcome-img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-payment__welcome-img {
    width: 25rem;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-payment__welcome-img {
    width: 26.875rem;
  }
}
.p-payment__welcome-content {
  margin: 0.6666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-payment__welcome-content {
    margin: 0 0 0.5rem;
  }
}
.p-payment__welcome-text {
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.p-payment__welcome-green {
  color: #1FC0C0;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .p-payment__welcome-green {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-payment__welcome-green {
    font-size: 2.375rem;
  }
}
.p-payment__welcome-orange {
  color: #EE6611;
  font-size: 2.2rem;
  line-height: 1.4;
  display: block;
  margin: 0.3333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-payment__welcome-orange {
    font-size: 3rem;
    margin-top: 0.25rem;
  }
}
.p-payment__welcome-note {
  text-align: center;
  font-weight: 500;
  font-size: 0.7333333333rem;
  line-height: 1.4;
  margin: 0.3333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-payment__welcome-note {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}
.p-price {
  padding: 1.3333333333rem 0 1.1333333333rem;
}

@media screen and (min-width: 768px) {
  .p-price {
    padding: 2.25rem 0 2.6875rem;
  }
}
.p-price__header {
  text-align: center;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .p-price__header {
    margin-bottom: 3.125rem;
  }
}
.p-price__table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.0666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-price__table {
    margin-top: 1.6875rem;
  }
}
.p-price__table thead th {
  font-weight: 900;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #ffffff;
  padding: 0.3333333333rem;
  border-bottom: 0.0666666667rem solid #D9D9D9;
  width: 33.3333333333%;
}

@media screen and (min-width: 768px) {
  .p-price__table thead th {
    font-size: 1.25rem;
    padding: 0.5625rem 0.3125rem 0.375rem;
  }
}
.p-price__table thead th:first-child {
  background: #1388E8;
  border-right: 0.0666666667rem solid #D9D9D9;
}

.p-price__table thead th:nth-child(2) {
  background: #006BC3;
  border-right: 0.0666666667rem solid #D9D9D9;
}

.p-price__table thead th:nth-child(2) span {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-price__table thead th:nth-child(2) span {
    display: inline-block;
  }
}
.p-price__table thead th:last-child {
  background: #EE6611;
}

.p-price__table tbody tr {
  border-bottom: 0.0666666667rem solid #D9D9D9;
  border-right: 0.0666666667rem solid #D9D9D9;
  border-left: 0.0666666667rem solid #D9D9D9;
}

.p-price__table tbody td {
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: center;
  padding: 0.3333333333rem;
  border-right: 0.0666666667rem solid #D9D9D9;
}

@media screen and (min-width: 768px) {
  .p-price__table tbody td {
    font-size: 1.25rem;
    padding: 0.5rem;
  }
}
.p-price__table tbody td:last-child {
  border-right: none;
}

.p-price__box {
  background: #FFFDE2;
  border: 0.0666666667rem solid #FFE100;
  padding: 0.9333333333rem 0.9333333333rem 0.5333333333rem;
  margin: 1.3333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-price__box {
    padding: 2.0625rem 1.5625rem 1.4375rem;
    margin-top: 1.625rem;
  }
}
.p-price__box-title {
  font-weight: 900;
  font-size: 1.4666666667rem;
  line-height: 1.4;
  color: #EE6611;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-price__box-title {
    font-size: 2.0625rem;
  }
}
.p-price__box-content {
  margin: 0.4rem 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-price__box-content {
    margin-top: 1.25rem;
    padding: 1.8125rem 1.4375rem 1.625rem;
    background: #ffffff;
  }
}
.p-price__box-text {
  font-weight: 500;
  font-size: 0.9333333333rem;
  line-height: 1.7;
  background: #ffffff;
  padding: 0.5333333333rem 1.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-price__box-text {
    font-size: 1.125rem;
  }
}
.p-price__highlight {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-price__highlight {
    font-size: 1.75rem;
    margin: 0.3125rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-price__highlight {
    font-size: 2rem;
  }
}
.p-price__price {
  color: #EE6611;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .p-price__price {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-price__price {
    font-size: 2.8125rem;
  }
}
.p-price__tax {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .p-price__tax {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-price__tax {
    font-size: 1.75rem;
  }
}
.p-price__note {
  font-weight: 500;
  font-size: 0.6666666667rem;
  line-height: 1.7;
  text-align: center;
  margin: 0.1333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-price__note {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
.p-price__payment {
  display: grid;
  gap: 0.9333333333rem;
  margin: 0.9333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-price__payment {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-price__payment {
    gap: 2.1875rem;
  }
}
.p-price__payment-item {
  background: #FFFDE2;
  border: 0.0666666667rem solid #FFE100;
  padding: 0.9333333333rem 1.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-price__payment-item {
    padding: 2.125rem 2.0625rem 1.25rem;
  }
}
.p-price__payment-title {
  font-weight: 900;
  font-size: 1.3333333333rem;
  line-height: 1.1;
  color: #EE6611;
  text-align: center;
  position: relative;
  padding-bottom: 0.8rem;
  border-bottom: 0.2rem solid #EE6611;
}

@media screen and (min-width: 768px) {
  .p-price__payment-title {
    font-size: 2.0625rem;
    padding-bottom: 1.1875rem;
  }
}
.p-price__payment-list {
  margin: 0.8666666667rem 0 0 0.2rem;
}

.p-price__payment-list li {
  font-weight: 900;
  font-size: 0.9333333333rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.p-price__payment-list li::before {
  content: "・";
}

@media screen and (min-width: 768px) {
  .p-price__payment-list {
    margin-top: 1.125rem;
  }
  .p-price__payment-list li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-price__payment-list li {
    font-size: 1.25rem;
  }
}
.p-price__payment-img {
  margin: 0.8rem auto 0;
  width: 18.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-price__payment-img {
    margin-top: 0.5625rem;
    width: 22.25rem;
  }
}
.p-price__payment-img img {
  width: 100%;
}

.p-promise {
  padding: 1.0666666667rem 0 1.3333333333rem;
  background: #FFFFE9;
}

@media screen and (min-width: 768px) {
  .p-promise {
    padding: 3.625rem 0 2.75rem;
  }
}
.p-promise__header {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-promise__header {
    text-align: left;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 1.8125rem;
  }
}
.p-promise__header-img {
  width: 34.6875%;
  border: 0.5rem solid #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  transform: rotate(-5deg);
}

.p-promise__header-img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-promise__header-content {
    width: 36.6875rem;
  }
}
.p-promise__title {
  font-weight: 900;
  font-size: 3.3333333333rem;
  line-height: 1.2;
  color: #43301D;
  display: flex;
  flex-direction: column;
  margin: 0.6rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-promise__title {
    font-size: 4.375rem;
    line-height: 1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
  }
}
@media screen and (min-width: 1024px) {
  .p-promise__title {
    font-size: 4.75rem;
  }
}
.p-promise__title-sm {
  font-size: 1.5333333333rem;
}

@media screen and (min-width: 768px) {
  .p-promise__title-sm {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-promise__title-sm {
    font-size: 2.25rem;
  }
}
.p-promise__title-md {
  font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
  .p-promise__title-md {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-promise__title-md {
    font-size: 3.1875rem;
  }
}
.p-promise__subtitle {
  font-weight: 700;
  font-size: 1.6666666667rem;
  line-height: 1.2;
  color: #EE6611;
  background: #ffffff;
  padding: 0.8rem;
}

@media screen and (min-width: 768px) {
  .p-promise__subtitle {
    font-size: 1.5rem;
    padding: 1rem;
    width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .p-promise__subtitle {
    font-size: 1.75rem;
  }
}
.p-promise__list {
  display: grid;
  gap: 0.8666666667rem;
  margin: 0.8666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-promise__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    margin-top: 2.25rem;
  }
}
.p-promise__card {
  background: #ffffff;
  border: 0.4666666667rem solid #FFE100;
  padding: 1.3333333333rem 0.9333333333rem;
}

.p-promise__card:nth-child(1) .p-promise__card-img {
  width: 13.8666666667rem;
}

.p-promise__card:nth-child(2) .p-promise__card-img {
  width: 13.2rem;
}

.p-promise__card:nth-child(3) .p-promise__card-img {
  width: 11.6666666667rem;
}

.p-promise__card:nth-child(4) .p-promise__card-img {
  width: 14.4rem;
}

@media screen and (min-width: 768px) {
  .p-promise__card {
    padding: 1.125rem 2.4375rem 1.5625rem;
  }
  .p-promise__card:nth-child(1) .p-promise__card-img {
    width: 15rem;
  }
  .p-promise__card:nth-child(2) .p-promise__card-img {
    width: 14.375rem;
  }
  .p-promise__card:nth-child(3) .p-promise__card-img {
    width: 14.1875rem;
  }
  .p-promise__card:nth-child(4) .p-promise__card-img {
    width: 15.4375rem;
  }
}
.p-promise__card-img {
  margin: 1.6666666667rem auto 0;
}

.p-promise__card-img img {
  width: 100%;
}

.p-promise__card-title {
  font-weight: 900;
  font-size: 2.1333333333rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-promise__card-title {
    font-size: 1.625rem;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    min-height: 4.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-promise__card-title {
    font-size: 2rem;
  }
}
.p-promise__card-text {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 1.2rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-promise__card-text {
    font-size: 1.125rem;
  }
}
.p-promise__message {
  margin: 0.9333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-promise__message {
    margin-top: 1.5625rem;
  }
}
.p-promise__message-box {
  background: #ffffff;
  border: 0.4666666667rem solid #1388E8;
  border-radius: 0.8rem;
  padding: 1.2rem 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-promise__message-box {
    padding: 2.875rem 2.4739583333vw 2.5625rem;
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-promise__message-box {
    padding: 2.875rem 4.4375rem 2.5625rem;
  }
}
.p-promise__message-text {
  font-weight: 500;
  line-height: 1.8;
}

.p-promise__message-text--center {
  text-align: center;
}

.p-promise__message-text + .p-promise__message-text {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .p-promise__message-text {
    text-align: center;
    font-size: 1.125rem;
  }
}
.p-promise__message-bold {
  font-weight: 900;
}

.p-promise__message-large {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-promise__message-large {
    font-size: 1.5rem;
  }
}
.p-promise__before {
  background: #F8F6F6;
  border-radius: 0.6666666667rem;
  padding: 1.8rem 0.2rem 0.8rem;
  margin: 0.9333333333rem 0 1.1333333333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7333333333rem;
}

@media screen and (min-width: 768px) {
  .p-promise__before {
    padding: 1.4375rem 1.3125rem 0.625rem;
    margin: 1.875rem auto 1.5625rem;
    flex-direction: row;
    gap: 0.3125rem;
    width: min(100%, 700px);
  }
}
@media screen and (min-width: 1024px) {
  .p-promise__before {
    width: 100%;
  }
}
.p-promise__before-img {
  width: 11rem;
}

.p-promise__before-img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-promise__before-img {
    width: 19.75rem;
  }
}
.p-promise__message-item {
  font-weight: 900;
  font-size: 1.1333333333rem;
  line-height: 1.8;
  position: relative;
  padding-left: 1em;
}

.p-promise__message-item::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .p-promise__message-item {
    font-size: 1.375rem;
  }
}
.p-promise__steps {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 0.2rem;
  margin: 0 0 0.6rem;
}

@media screen and (min-width: 768px) {
  .p-promise__steps {
    flex-direction: row;
    gap: 0;
    margin: 0 auto 1.4375rem;
    width: min(100%, 700px);
  }
  .p-promise__steps .p-promise__message-item {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .p-promise__steps {
    width: 100%;
  }
}
.p-promise__steps-img {
  width: 13.5333333333rem;
}

.p-promise__steps-img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-promise__steps-img {
    width: 20.625rem;
    margin-left: -1.875rem;
  }
}
.p-promise__after {
  background: #FEFFDD;
  border-radius: 0.6666666667rem;
  padding: 0.5333333333rem 1.6rem 0.8rem;
  margin: 1.1333333333rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 0.7333333333rem;
}

@media screen and (min-width: 768px) {
  .p-promise__after {
    padding: 2rem 1.5625rem 0.8125rem 2.3125rem;
    margin: 1.5625rem auto;
    flex-direction: row;
    gap: 2.5rem;
    width: min(100%, 700px);
  }
}
@media screen and (min-width: 1024px) {
  .p-promise__after {
    width: 100%;
  }
}
.p-promise__after-img {
  width: 10.2rem;
}

.p-promise__after-img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-promise__after-img {
    width: 15.3125rem;
  }
}
.p-promise__after-item {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #EE6611;
}

@media screen and (min-width: 768px) {
  .p-promise__after-item {
    font-size: 1.375rem;
  }
}
.p-promise__message-sign {
  font-weight: 400;
  font-size: 0.8666666667rem;
  line-height: 1.8;
  text-align: right;
  margin: 1.5333333333rem auto 0;
}

@media screen and (min-width: 768px) {
  .p-promise__message-sign {
    font-size: 1rem;
    width: min(100%, 700px);
  }
}
@media screen and (min-width: 1024px) {
  .p-promise__message-sign {
    width: 100%;
  }
}
.p-reason {
  position: relative;
  overflow: clip;
  padding-bottom: 6.4102564103vw;
}

.p-reason::after {
  content: "";
  display: block;
  width: 353.8461538462vw;
  height: 6.4102564103vw;
  background: url(./images/top/reason_bottom.webp) no-repeat center top/cover;
  position: absolute;
  bottom: -2.0512820513vw;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-reason {
    padding-bottom: 4.7395833333vw;
  }
  .p-reason::after {
    width: 131.4583333333vw;
    height: 2.34375vw;
    bottom: 0;
  }
}
.p-reason__title {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  background: url(./images/top/reason_ttl_bg_sp.webp) no-repeat center center/cover;
  margin-inline: calc(50% - 50vw);
  padding: 2.1333333333rem 0;
}

.p-reason__title span {
  font-size: 1.7333333333rem;
}

@media screen and (min-width: 768px) {
  .p-reason__title {
    position: relative;
    padding: 2.8125rem 0 3.125rem;
    background: url(./images/top/reason_ttl_bg.webp) no-repeat center center/cover;
    font-size: 3.5rem;
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
  }
  .p-reason__title span {
    font-size: 2.875rem;
  }
  .p-reason__title::before, .p-reason__title::after {
    content: "";
    width: 0.3125rem;
    height: 11.1875rem;
    background: #ffffff;
    display: block;
    position: absolute;
    bottom: 0;
  }
  .p-reason__title::before {
    transform: rotate(-46deg);
    right: calc(50% + 24.375rem);
  }
  .p-reason__title::after {
    transform: rotate(46deg);
    left: calc(50% + 24.375rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__title {
    font-size: 3.875rem;
  }
  .p-reason__title span {
    font-size: 3.125rem;
  }
  .p-reason__title::before {
    transform: rotate(-46deg);
    right: calc(50% + 25.625rem);
  }
  .p-reason__title::after {
    transform: rotate(46deg);
    left: calc(50% + 25.625rem);
  }
}
.p-reason__list {
  margin: 1.8666666667rem 0 0;
  display: grid;
  gap: 0.7333333333rem;
}

@media screen and (min-width: 768px) {
  .p-reason__list {
    margin-top: 2.8125rem;
    gap: 2.125rem;
  }
}
.p-reason__item:nth-child(1) .p-reason__item-en {
  margin-top: -2.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-reason__item:nth-child(even) .p-reason__item-header {
    flex-direction: row-reverse;
  }
}
.p-reason__item-header {
  display: flex;
  flex-direction: column;
  gap: 0.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-reason__item-header {
    gap: 1.875rem;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-title-wrap {
    width: 48.6458333333%;
  }
}
.p-reason__item-label {
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.4583333333;
  color: #1388E8;
}

@media screen and (min-width: 768px) {
  .p-reason__item-label {
    font-size: 1.5rem;
  }
}
.p-reason__item-en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.2666666667rem;
  line-height: 1.5;
  color: rgba(19, 136, 232, 0.2);
  margin-top: -3rem;
}

.p-reason__item-en span {
  font-size: 4.9333333333rem;
  margin-left: 0.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-reason__item-en {
    font-size: 3.75rem;
  }
  .p-reason__item-en span {
    font-size: 5.625rem;
  }
}
.p-reason__item-title {
  font-weight: 900;
  font-size: 2.2666666667rem;
  line-height: 1.2058823529;
  color: #EE6611;
  font-feature-settings: "palt";
  margin-top: -1.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-reason__item-title {
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__item-title {
    font-size: 2.625rem;
  }
}
.p-reason__item-img {
  margin: 0.6666666667rem 0 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.p-reason__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/220;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-reason__item-img {
    width: 46.9791666667%;
  }
}
.p-reason__item-content {
  margin-inline: calc(50% - 50vw);
  background: #FFFDEA;
  padding: 0.8666666667rem 1rem 1.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-reason__item-content {
    margin: 2.8125rem 0 0;
    padding: 2.25rem 3.125rem;
  }
}
.p-reason__content-inner {
  width: min(100%, 650px);
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-reason__content-inner {
    width: 100%;
  }
}
.p-reason__item-text {
  font-weight: 500;
  line-height: 2;
}

.p-reason__item-text span {
  color: #EE6611;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .p-reason__item-text {
    font-size: 1.25rem;
  }
}
.p-reason__strong {
  font-size: 1.3333333333rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .p-reason__strong {
    font-size: 1.5rem;
  }
}
.p-reason span.p-reason__bold {
  color: #000000;
  line-height: 1.8;
}

.p-reason__item-list li {
  font-weight: 900;
  line-height: 2;
  color: #EE6611;
}

@media screen and (min-width: 768px) {
  .p-reason__item-list li {
    font-size: 1.25rem;
  }
}
.p-results {
  padding: 2.1333333333rem 0 2.5333333333rem;
  background: #FEFFE9;
}

@media screen and (min-width: 768px) {
  .p-results {
    padding: 2.8125rem 0 4.0625rem;
  }
}
.p-results__title {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.35;
  color: #43301D;
  background: #ffffff;
  padding: 0.6666666667rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-results__title {
    font-size: 2.25rem;
    max-width: 49.625rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-results__title-large-pc {
    font-size: 3.1875rem;
  }
}
.p-results__title-large-sp {
  font-size: 2.7333333333rem;
}

@media screen and (min-width: 768px) {
  .p-results__title-large-sp {
    font-size: 3.1875rem;
  }
}
.p-results__subtitle {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #EE6611;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-results__subtitle {
    font-size: 1.125rem;
    margin: 1.75rem 0 0;
    text-align: center;
  }
}
.p-results__list {
  margin: 1.2rem 0 0;
  display: grid;
  gap: 2.4666666667rem;
}

@media screen and (min-width: 768px) {
  .p-results__list {
    margin-top: 1.625rem;
    gap: 3.75rem;
  }
}
.p-results__card {
  background: #ffffff;
  border: 0.3333333333rem solid #FFE48B;
  padding: 1rem 0.6666666667rem 1.3333333333rem;
  box-shadow: 15px 15px 0 0 #F2EAD1;
}

@media screen and (min-width: 768px) {
  .p-results__card {
    border-width: 0.625rem;
    padding: 1.4375rem 1.75rem 1.5rem;
  }
}
.p-results__header {
  background: #EE6611;
  border-radius: 0.5333333333rem;
  padding: 0.9333333333rem 1.0666666667rem;
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-results__header {
    border-radius: 2.875rem;
    padding: 0.9375rem 0.625rem;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 46.625rem;
    margin-inline: auto;
  }
}
.p-results__area {
  background: rgba(255, 253, 226, 0.2);
  border-radius: 0.4rem;
  padding: 0.3333333333rem;
  width: 5.6rem;
  text-align: center;
  font-weight: 900;
  font-size: 1.0666666667rem;
  line-height: 1.2;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-results__area {
    font-size: 2rem;
    flex-shrink: 0;
    width: auto;
  }
}
.p-results__card-title {
  font-weight: 900;
  font-size: 1.3333333333rem;
  line-height: 1.2;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-results__card-title {
    font-size: 2rem;
  }
}
.p-results__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6666666667rem;
  margin: 0.9333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-results__images {
    gap: 1.8125rem;
    margin-top: 1.5rem;
  }
}
.p-results__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 160/139;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-results__img img {
    aspect-ratio: 420/252;
  }
}
.p-results__label {
  width: fit-content;
  background: #FFFDE2;
  padding: 0 0.9333333333rem;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-results__label {
    font-size: 2rem;
    padding: 0.0625rem 1.5625rem;
  }
}
.p-results__detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4666666667rem;
  margin: 0.6rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-results__detail {
    gap: 0.5rem;
    margin: 1.625rem auto 0;
    width: 41.25rem;
  }
}
.p-results__detail-item {
  background: #E2EFF9;
  border-radius: 0.4rem;
  padding: 0.6666666667rem 0.4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-results__detail-item {
    padding: 0.3125rem;
    border-radius: 0.375rem;
  }
}
.p-results__term {
  font-weight: 900;
  font-size: 0.8666666667rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .p-results__term {
    font-size: 1.25rem;
  }
}
.p-results__desc {
  font-weight: 400;
  font-size: 0.7333333333rem;
  line-height: 1.8;
  font-feature-settings: "palt";
  margin: 0.1333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-results__desc {
    font-size: 1.25rem;
    letter-spacing: 0.03em;
  }
}
.p-results__voice {
  margin: 0.9333333333rem 0 0;
  display: grid;
  gap: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-results__voice {
    margin-top: 1.5625rem;
    gap: 1.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-results__voice-item {
    position: relative;
    padding-left: 6.4375rem;
    min-height: 5.4375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-results__voice-item::before {
    content: "";
    width: 5.4375rem;
    height: 5.4375rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .p-results__voice-item:nth-child(1)::before {
    background: url(./images/top/results_customer.webp) no-repeat center center/contain;
  }
  .p-results__voice-item:nth-child(2)::before {
    background: url(./images/top/results_staff.webp) no-repeat center center/contain;
  }
}
.p-results__voice-title {
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.p-results__voice-title::before {
  content: "";
  width: 2.3333333333rem;
  height: 2.3333333333rem;
}

.p-results__voice-title--customer::before {
  background: url(./images/top/results_customer.webp) no-repeat center center/contain;
}

.p-results__voice-title--staff::before {
  background: url(./images/top/results_staff.webp) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .p-results__voice-title {
    font-size: 1.375rem;
    display: block;
  }
  .p-results__voice-title::before {
    display: none;
  }
}
.p-results__text {
  font-weight: 400;
  line-height: 1.8;
  margin: 0.4666666667rem 0 0 0.6rem;
}

@media screen and (min-width: 768px) {
  .p-results__text {
    font-size: 1rem;
    margin: 0;
  }
}
.p-thanks {
  padding: 1.3333333333rem 0 3.6rem;
  margin: 2.6666666667rem 0 0;
  background: #EFF9FF;
}

@media screen and (min-width: 768px) {
  .p-thanks {
    padding: 8.75rem 0 13.9375rem;
    margin-top: 8.25rem;
  }
}
.p-thanks__text {
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #EE6611;
  text-align: center;
  background: #ffffff;
  padding: 0.1333333333rem 0.8rem;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-thanks__text {
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.75rem 1.25rem;
  }
}
.p-thanks__title {
  margin: 0.8666666667rem 0 0;
  font-size: 2.1333333333rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-thanks__title {
    font-size: 3.3125rem;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-thanks__title {
    font-size: 4.75rem;
  }
}
.p-thanks__info {
  margin: 1.1333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-thanks__info {
    margin-top: 6.4375rem;
  }
}
.p-thanks__info-text {
  display: block;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-thanks__info-text {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-thanks__info-text {
    font-size: 2.25rem;
  }
}
.p-thanks__tel {
  margin: 1.3333333333rem auto 1.1333333333rem;
  background: #ffffff;
  display: block;
  padding: 0.6666666667rem 1.8rem 0.6666666667rem 1.3333333333rem;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .p-thanks__tel {
    margin: 1.75rem auto;
    padding: 0.625rem 1.875rem;
  }
}
.p-thanks__tel-number {
  font-family: "Inter", serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #1388E8;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.p-thanks__tel-number::before {
  content: "";
  width: 2.3333333333rem;
  height: 2.4rem;
  background: url(./images/common/ico_tel.svg) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .p-thanks__tel-number {
    font-size: 3.5625rem;
  }
  .p-thanks__tel-number::before {
    width: 2.8125rem;
    height: 2.9375rem;
  }
}
.p-voice {
  padding: 1.2rem 0 1.5333333333rem;
  background: #E7F4F4;
}

@media screen and (min-width: 768px) {
  .p-voice {
    padding: 2.6875rem 0 2.8125rem;
  }
}
.p-voice__header {
  text-align: center;
}

.p-voice__title {
  font-weight: 900;
  font-size: 2.5333333333rem;
  line-height: 1;
  color: #218B8B;
  padding-bottom: 0.4666666667rem;
  border-bottom: 0.2666666667rem solid #ffffff;
}

@media screen and (min-width: 768px) {
  .p-voice__title {
    font-size: 4.75rem;
    padding-bottom: 0.9375rem;
    width: fit-content;
    margin-inline: auto;
    border-width: 0.4375rem;
  }
}
.p-voice__title-sm {
  font-size: 1.2666666667rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-voice__title-sm {
    font-size: 2.25rem;
  }
}
.p-voice__images {
  margin: 1rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-voice__images {
    flex-direction: row;
    justify-content: center;
  }
}
.p-voice__graph {
  width: 22.7333333333rem;
}

.p-voice__graph img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-voice__graph {
    width: 32.5625rem;
  }
}
.p-voice__img {
  width: 16.4666666667rem;
}

.p-voice__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-voice__img {
    width: 20.3125rem;
  }
}
.p-voice__subtitle {
  font-weight: 500;
  line-height: 1.4;
  margin: 0.5333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-voice__subtitle {
    font-size: 1.125rem;
    margin-top: 1.5625rem;
  }
}
.p-voice__list {
  margin: 0.7333333333rem 0 0;
  display: grid;
  gap: 0.4666666667rem;
}

@media screen and (min-width: 768px) {
  .p-voice__list {
    gap: 1.25rem;
    margin-top: 1.5625rem;
  }
}
.p-voice__card {
  background: #ffffff;
  border-radius: 0.4rem;
  padding: 0.6rem 0.4rem 0.8rem 0.2666666667rem;
  box-shadow: 0px 1.47px 1.47px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
}

@media screen and (min-width: 768px) {
  .p-voice__card {
    padding: 1.1875rem 1rem;
    border-radius: 1rem;
    gap: 1.25rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
.p-voice__icon {
  width: 2.3333333333rem;
  height: 2.3333333333rem;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-voice__icon {
    width: 4.25rem;
    height: 4.25rem;
  }
}
.p-voice__icon img {
  width: 100%;
}

.p-voice__text {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.6;
  background: #F4FBFF;
  border-radius: 0.4rem;
  padding: 0.7333333333rem 0.4rem;
}

@media screen and (min-width: 768px) {
  .p-voice__text {
    font-size: 1.125rem;
    line-height: 1.8;
    padding: 0.75rem 0.875rem;
    border-radius: 1.125rem;
  }
}
.p-worries {
  padding: 6.2666666667rem 0 1.6rem;
  background: #EDEEE4;
  position: relative;
  overflow-x: clip;
}

.p-worries::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70.2564102564vw;
  background: url(./images/top/worries_top_img.webp) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-worries {
    padding: 12.2395833333vw 0 2.375rem;
  }
  .p-worries::before {
    width: 56.6145833333vw;
    height: 37.8125vw;
    top: -1.9270833333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-worries__header {
  text-align: center;
  padding-bottom: 0.4666666667rem;
  border-bottom: 0.2rem solid #43301D;
}

@media screen and (min-width: 768px) {
  .p-worries__header {
    padding-bottom: 0.8125rem;
  }
}
.p-worries__subtitle {
  font-weight: 700;
  font-size: 1.7333333333rem;
  line-height: 1.48;
  color: #565843;
}

@media screen and (min-width: 768px) {
  .p-worries__subtitle {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-worries__subtitle {
    font-size: 2.375rem;
  }
}
.p-worries__title {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #43301D;
  position: relative;
  font-feature-settings: "palt";
  margin: 0.3333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-worries__title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-worries__title {
    font-size: 3.25rem;
  }
}
.p-worries__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  margin: 1.2666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-worries__list {
    gap: 1.125rem 1.5rem;
    margin-top: 1.625rem;
  }
}
.p-worries__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.6666666667rem;
  background: #ffffff;
  border-radius: 0.1333333333rem;
  position: relative;
  padding: 0.2rem 0.5333333333rem;
  box-shadow: 0.1333333333rem 0.1333333333rem 0 0 #D7D2D2;
}

@media screen and (min-width: 768px) {
  .p-worries__item {
    padding: 1.25rem 1.875rem;
    height: 8.375rem;
    border-radius: 0.25rem;
    box-shadow: 0.25rem 0.25rem 0 0 #D7D2D2;
  }
}
.p-worries__item-text {
  font-weight: 400;
  font-size: 0.8666666667rem;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
}

.p-worries__item-text span {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .p-worries__item-text {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-worries__item-text {
    font-size: 1.625rem;
  }
}
.p-worries__desc {
  text-align: center;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #43301D;
  margin: 1.4666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-worries__desc {
    font-size: 2rem;
    margin-top: 1.6875rem;
  }
}
.p-worries__anshin {
  margin: 6rem 0 0;
  position: relative;
}

.p-worries__anshin::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7.3333333333rem;
  height: 3.8rem;
  background: url(./images/top/worries_arrow.webp) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .p-worries__anshin {
    margin-top: 9.0625rem;
  }
  .p-worries__anshin::before {
    width: 13rem;
    height: 6.75rem;
    top: -8.125rem;
  }
}
.p-worries__anshin-label {
  width: 21.9333333333rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-worries__anshin-label {
    width: 26.8125rem;
  }
}
.p-worries__anshin-title {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: #43301D;
  margin: 0.6666666667rem 0 0;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .p-worries__anshin-title {
    font-size: 3rem;
    font-feature-settings: normal;
    letter-spacing: 0;
  }
}
.p-worries__anshin-wrap {
  margin: -0.6666666667rem calc(50% - 50vw) 0;
}

@media screen and (min-width: 768px) {
  .p-worries__anshin-wrap {
    margin: 1.25rem 0 0;
    display: flex;
  }
}
.p-worries__anshin-img {
  width: 26.6666666667rem;
  padding-left: 0.6666666667rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-worries__anshin-img {
    width: 42.75rem;
    margin-left: -6.125rem;
    margin-right: -3.4375rem;
    padding-left: 0;
  }
}
.p-worries__anshin-text {
  max-width: 650px;
  margin-inline: auto;
  padding: 0 1rem;
}

.p-worries__anshin-text p {
  font-weight: 500;
  font-size: 1.0666666667rem;
  line-height: 1.5;
}

.p-worries__anshin-text p + p {
  margin-top: 1.5em;
}

.p-worries__anshin-text p span {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .p-worries__anshin-text {
    width: 29.6875rem;
    max-width: auto;
    margin: 0;
    padding: 0;
  }
  .p-worries__anshin-text p {
    font-size: 1.25rem;
  }
}
.u-desktop {
  display: none;
}

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

@media screen and (min-width: 768px) {
  .u-tablet {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .u-tablet {
    display: none;
  }
}
.u-underline {
  display: inline;
  padding: 0 0.1333333333rem;
  background: linear-gradient(transparent 68%, #F9FFA1 68%, #F9FFA1 100%);
}

.u-underline-large {
  display: inline;
  padding: 0 0.1333333333rem;
  background: linear-gradient(transparent 30%, #F9FFA1 30%, #F9FFA1 100%);
}

.u-underline-white {
  display: inline;
  padding: 0 0.1333333333rem;
  background: linear-gradient(transparent 68%, #ffffff 68%, #ffffff 100%);
}

@media screen and (min-width: 768px) {
  .u-underline-pc {
    display: inline;
    padding: 0 0.1333333333rem;
    background: linear-gradient(transparent 68%, #F9FFA1 68%, #F9FFA1 100%);
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */