@charset "UTF-8";
/*
	media settings
**************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
}

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

a * {
  pointer-events: none;
  text-decoration: none;
}

body {
  color: #333;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans W3", "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato {
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.italic {
  font-style: italic;
}

.fsp50 {
  font-size: 50% !important;
}

.fsp60 {
  font-size: 60% !important;
}

.fsp70 {
  font-size: 70% !important;
}

.fsp80 {
  font-size: 80% !important;
}

.fsp90 {
  font-size: 90% !important;
}

.fsp110 {
  font-size: 110% !important;
}

.fsp120 {
  font-size: 120% !important;
}

.fsp130 {
  font-size: 130% !important;
}

.fsp140 {
  font-size: 140% !important;
}

.fsp150 {
  font-size: 150% !important;
}

.fsp160 {
  font-size: 160% !important;
}

.fsp170 {
  font-size: 170% !important;
}

.fsp180 {
  font-size: 180% !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.c-red {
  color: #D0002F;
}

.c-blk {
  color: #333;
}

.c-wht {
  color: #fff;
}

.c-nblu {
  color: #185685;
}

.c-lblu {
  color: #E0EDF7;
}

.c-org {
  color: #E46000;
}

.c-dorg {
  color: #E6480A;
}

.c-lorg {
  color: #E89900;
}

.c-blu {
  color: #0078D0;
}

.c-gold {
  color: #C79826;
}

.c-yel {
  color: #FFD000;
}

.c-byel {
  color: #FFF000;
}

.c-lyel {
  color: #FFF4AC;
}

.t-center {
  text-align: center !important;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

ruby rt {
  font-size: 35%;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.spnone {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone {
    display: block !important;
  }
}

.pcnone {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .pcnone {
    display: none !important;
  }
}

.spnone-flex {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone-flex {
    display: flex !important;
  }
}

.pcnone-flex {
  display: flex !important;
}
@media screen and (min-width: 769px) {
  .pcnone-flex {
    display: none !important;
  }
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text],
input[type=number],
input[type=tel],
select,
textarea {
  border: none;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #AFAFAF;
  font-size: 16px;
  appearance: none;
}

input[type=text],
input[type=number],
input[type=tel],
textarea {
  width: calc(100% - 1.2em);
  padding: 0.5em;
}

select {
  position: relative;
  width: 100%;
  height: 2.2em;
  text-indent: 0.5em;
}

.ERR {
  color: #f00;
  margin: 0.5rem 0 0;
}

.required-focus {
  background: #fce2e2 !important;
  border-color: #E75B5B !important;
}

.any,
.required {
  margin-right: 0.5rem;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  border-radius: 0.4rem;
}

.any {
  background: #888888;
}

.required {
  background: #D00F31;
}

.section {
  padding: 4rem 0;
}

.section-padTop {
  padding: 4rem 0 0;
}

.section-top {
  padding: 8rem 0 4rem;
}

i,
em {
  font-style: normal;
}

a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
a.break-url {
  word-break: break-all;
  overflow-wrap: break-word;
}

sup {
  font-size: 70%;
  display: inline-block;
  transform: translatey(0.2rem);
}

.mark-text {
  font-style: normal;
  background: linear-gradient(transparent 70%, #FFF4AC 30%);
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
  .section {
    padding: 4rem 0;
  }
  .section-padTop {
    padding: 4rem 0 0;
  }
  .section-top {
    padding: 8rem 0 4rem;
  }
}
/* common */
.inner {
  padding: 0 3rem;
  box-sizing: content-box;
}

.inner-narrow {
  padding: 0 3rem;
  box-sizing: content-box;
}

.inner-S {
  padding: 0 3rem;
  box-sizing: content-box;
}

.inner-SS {
  padding: 0 3rem;
  box-sizing: content-box;
}

@media screen and (min-width: 769px) {
  /* common */
  .inner {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 700px;
  }
  .inner-narrow {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 700px;
  }
  .inner-S {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 600px;
  }
  .inner-SS {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 420px;
  }
  .common-banner {
    margin: auto;
    max-width: 3.2rem;
  }
}
header {
  display: block;
  position: absolute;
  padding: 1rem 2rem;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
}
header .c-wrap__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  header .c-wrap__inner {
    margin: 0 auto;
    width: 70rem;
  }
}
header .c-wrap__inner img {
  width: 12rem;
}
header .c-wrap__inner p {
  font-size: 0.6rem;
  line-height: normal;
}

/* footer */
footer {
  margin-top: 4rem;
}
footer .l-footer__link {
  margin: 4rem auto 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
footer .l-footer__link a {
  display: block;
  position: relative;
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
}
footer .l-footer__link a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.6rem;
  right: -1.8rem;
  border-top: 0.2rem solid #333;
  border-right: 0.2rem solid #333;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
footer .l-footer__label {
  padding: 0.5rem;
  width: 100%;
  background-color: #000;
}
footer .l-footer__label p {
  font-size: 1rem;
  text-align: center;
  color: #fff;
}

/* mv */
.p-mv {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-mv {
    padding-top: 4rem;
    background-image: url(../img/bg_mv_pc.png);
    background-size: cover;
    background-position: center;
    min-height: 39rem;
  }
}
.p-mv img {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-mv img {
    display: block;
    margin: 0 auto;
    width: 57.3rem;
  }
}

.p-mv__inner {
  display: block;
  position: relative;
  padding-top: 5rem;
}
@media screen and (min-width: 769px) {
  .p-mv__inner {
    padding-top: 0;
  }
}

.p-mv__text-wrap {
  display: block;
  position: absolute;
  margin: auto;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  width: 33.6rem;
}
@media screen and (min-width: 769px) {
  .p-mv__text-wrap {
    position: relative;
    bottom: -1rem;
    width: 57rem;
  }
}
.p-mv__text-wrap h2 {
  margin-bottom: 0.7rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-mv__text-wrap h2 {
    margin-bottom: 0.6rem;
  }
}
.p-mv__text-wrap .p-mv__text {
  font-size: 0.99rem;
  line-height: 1.5rem;
}

/* areaform */
.p-areaform {
  position: relative;
  margin-top: 7rem;
}

.p-areaform__inner {
  margin: 0 1.5rem;
  padding: 4.3rem 2rem 3.7rem;
  background-color: #FFF4D0;
}
@media screen and (min-width: 769px) {
  .p-areaform__inner {
    max-width: 64rem;
    margin: 0 auto;
    padding: 4.3rem 5rem 3.7rem;
  }
}
.p-areaform__inner h2 {
  font-size: 2.4rem;
  color: #000;
  text-align: center;
}
.p-areaform__inner h2 img {
  margin-right: 0.5rem;
  width: 12rem;
  height: auto;
}
.p-areaform__inner table {
  position: relative;
  width: 100%;
}
.p-areaform__inner table th {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.p-areaform__inner table td {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.p-areaform__inner table td p {
  color: #333;
  font-size: 1.2rem;
}
.p-areaform__inner table input {
  width: 100%;
  height: 6rem;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #FFF;
}

@media screen and (min-width: 769px) {
  .p-areaform__img-head-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-areaform__img--head {
  display: block;
  margin: 0 auto;
  width: 32.2rem;
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-areaform__img--head {
    margin: 0;
  }
}

.p-areaform__img--headside {
  margin: 0;
  width: 16.1rem;
  height: auto;
}

.p-areaform__img--pin {
  display: block;
  position: absolute;
  margin: 0 auto;
  top: -3.9rem;
  left: 0;
  right: 0;
  width: 6.4rem;
}

.p-areaform__text {
  margin: 1.5rem auto;
  font-size: 1.4rem;
  text-align: center;
}

.p-areaform__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-areaform__head {
    margin: 3.5rem auto;
  }
}
.p-areaform__head h3 {
  margin-right: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-areaform__head h3 em {
  margin: 0 0.125rem;
  font-size: 2rem;
}

.p-areaform__flow {
  display: flex;
  font-size: 0.875rem;
  font-weight: bold;
}
.p-areaform__flow li {
  position: relative;
  padding: 0.7rem 0.7rem 0.7rem 1rem;
  font-size: 1.4rem;
  background-color: #eee;
}
.p-areaform__flow li:first-child {
  padding-left: 1.7rem;
}
.p-areaform__flow li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  color: #000;
  border-color: transparent transparent transparent #eee;
  border-style: solid;
  border-width: 1.85rem 0 1.85rem 1.15rem;
  z-index: 1;
}
.p-areaform__flow li.active {
  background-color: #FABE00;
}
.p-areaform__flow li.active + li {
  padding-left: 1.7rem;
}
.p-areaform__flow li.active::after {
  border-color: transparent transparent transparent #FABE00;
}

.required {
  font-size: 1.2rem;
}

.c-form__text {
  display: none;
}

.c-lp__text {
  display: block;
  position: relative;
  margin: 2rem auto;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
}
.c-lp__text a {
  display: inline-block;
  color: #0B5BCE;
  text-decoration: underline;
  width: fit-content;
}

.c-form__btnwrap {
  margin: 2rem auto 0;
}
.c-form__btnwrap div {
  position: relative;
  margin: 0 auto;
}
.c-form__btnwrap div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 3.2rem;
  right: 2rem;
  border-top: 0.2rem solid #FFF;
  border-right: 0.2rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}

.button.primary {
  display: block;
  margin: 0 auto;
  padding: 2.5rem 0;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 0.4rem;
  background: #FF7500;
  box-shadow: 0 0 3rem 0 #FFDF72;
}
@media screen and (min-width: 769px) {
  .button.primary {
    width: 30rem;
  }
}

.button.primary[disabled] {
  padding-left: 0;
  background: #f3f3f3;
  color: #c6c5c5;
  opacity: 0.5;
  cursor: auto;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .button.primary[disabled] {
    width: 30rem;
  }
}

.p-areaform__btn-wrap {
  position: relative;
  margin: 2rem auto 0;
}
@media screen and (min-width: 769px) {
  .p-areaform__btn-wrap {
    width: fit-content;
  }
}
.p-areaform__btn-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 3rem;
  right: 2rem;
  border-top: 0.2rem solid #FFF;
  border-right: 0.2rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
  pointer-events: none;
}

/*　benefits */
.p-benefits {
  margin-top: 6rem;
}
.p-benefits img {
  margin: 0 auto;
}
.p-benefits h2 {
  display: block;
  margin: 0 auto 1rem;
  padding: 0 0.4rem;
  width: fit-content;
  font-size: 3rem;
  line-height: 3.3rem;
  background: linear-gradient(transparent 60%, #FDD000 40%);
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-benefits h2 {
    margin-bottom: 3rem;
  }
}

.p-benefits__wrap {
  position: relative;
  margin: -6rem 1.5rem 0;
  padding: 1rem 2rem 1.5rem;
  background-color: #FFF;
  border-radius: 1rem;
  border: #FDD000 solid 0.6rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-benefits__wrap {
    margin: -2rem auto;
    width: 60rem;
    padding-bottom: 2.5rem;
  }
}
.p-benefits__wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: -2rem;
  transform: rotate(135deg);
  width: 9rem;
  height: 2.2rem;
  background-color: #FDBA00;
}
.p-benefits__wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1rem;
  right: -2rem;
  transform: rotate(135deg);
  width: 9rem;
  height: 2.2rem;
  background-color: #FDBA00;
}
.p-benefits__wrap h3 {
  display: block;
  margin: 0 auto 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
}
.p-benefits__wrap h3 span {
  display: block;
  text-emphasis-style: circle;
  text-emphasis-color: #FDD000;
}
.p-benefits__wrap .p-benefits__price {
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
}
.p-benefits__wrap .p-benefits__price span {
  position: relative;
  color: #FF7500;
  text-align: center;
  font-family: Oswald;
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 5.8rem;
}
.p-benefits__wrap .p-benefits__price span img {
  display: block;
  position: absolute;
  top: 1.2rem;
  right: 0;
  width: 1rem;
}
.p-benefits__wrap .p-benefits__note {
  display: block;
  margin: 0 auto;
  width: 25.6rem;
  font-size: 1rem;
  line-height: 1.2rem;
}
@media screen and (min-width: 769px) {
  .p-benefits__wrap .p-benefits__note {
    width: 38.2rem;
  }
}

/* price */
.p-price {
  margin: 6rem auto 0;
}
@media screen and (min-width: 769px) {
  .p-price {
    margin-bottom: 0;
  }
}
.p-price img {
  margin: 0 auto;
}
.p-price h2 {
  display: block;
  margin: 0 auto 1rem;
  padding: 0 0.4rem;
  width: fit-content;
  font-size: 3rem;
  line-height: 3.3rem;
  background: linear-gradient(transparent 60%, #FDD000 40%);
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-price h2 {
    margin-bottom: 3rem;
  }
}
.p-price ~ .c-cta {
  margin: 0 auto;
  background-color: #FDD000;
  padding-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .p-price ~ .c-cta {
    width: 70rem;
  }
}
.p-price ~ .c-cta .c-cta__inner {
  margin: 0 auto;
}
.p-price ~ .c-cta .c-cta__button--tel {
  margin-top: 0;
}

.p-price__bg {
  padding-bottom: 3rem;
  background-color: #FDD000;
}
@media screen and (min-width: 769px) {
  .p-price__bg {
    margin: 0 auto;
    padding-bottom: 1rem;
    width: 70rem;
  }
}

.p-price__wrap {
  margin: 2rem 1.5rem;
  padding: 1rem;
  background-color: #FFF;
  border-radius: 1rem;
}
@media screen and (min-width: 769px) {
  .p-price__wrap {
    margin: 2rem auto;
    width: 60rem;
  }
}
.p-price__wrap:first-child {
  position: relative;
  margin-top: -4rem;
}
@media screen and (min-width: 769px) {
  .p-price__wrap:first-child {
    margin-top: -4rem;
  }
}
.p-price__wrap .p-price__wrap-inner {
  padding: 0.9rem;
  border: #FDD000 solid 0.2rem;
  border-radius: 1rem;
}
@media screen and (min-width: 769px) {
  .p-price__wrap .p-price__wrap-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 3rem 2rem;
    gap: 4rem;
  }
}
.p-price__wrap .p-price__wrap-inner h3 {
  display: block;
  position: relative;
  margin: 0 auto;
  width: fit-content;
  color: #003CA0;
  font-size: 1.8rem;
  font-weight: 800;
}
.p-price__wrap .p-price__wrap-inner h3 span {
  font-feature-settings: "halt" on;
  font-family: Inter;
  font-size: 4.2rem;
  font-weight: 800;
}
.p-price__wrap .p-price__wrap-inner h3 img {
  margin: 1.5rem auto;
  height: auto;
}
.p-price__wrap .p-price__wrap-inner h3 img.p-price__giga1 {
  width: 20.3rem;
}
.p-price__wrap .p-price__wrap-inner h3 img.p-price__giga10 {
  width: 21.9rem;
}
.p-price__wrap .p-price__wrap-inner .note {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
  font-feature-settings: "halt" on;
  text-align: center;
}
.p-price__wrap .p-price__wrap-inner h4 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.p-price__wrap .p-price__wrap-inner .p-price__fee-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.p-price__wrap .p-price__wrap-inner .p-price__fee-wrap .p-price__fee-ttl {
  margin-right: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-price__wrap .p-price__wrap-inner .p-price__fee-wrap .p-price__fee {
  position: relative;
  color: #FF7500;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 6rem;
}
.p-price__wrap .p-price__wrap-inner .p-price__fee-wrap .p-price__fee strong {
  margin-right: 0.2rem;
  font-family: Oswald;
  font-size: 6rem;
  letter-spacing: -0.3rem;
  font-feature-settings: "halt" on;
}
.p-price__wrap .p-price__wrap-inner .p-price__fee-wrap .p-price__fee small {
  position: absolute;
  right: 0.3rem;
  bottom: 4.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.p-price__note {
  margin: 2rem 1.5rem 0;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-price__note {
    margin: 2rem auto 0;
    width: 60rem;
  }
}

/* flow */
.p-flow {
  margin: 4rem auto 3rem;
}
@media screen and (min-width: 769px) {
  .p-flow {
    margin-bottom: 9rem;
  }
}
.p-flow img {
  margin: 0 auto;
}
.p-flow h2 {
  display: block;
  margin: 0 auto 1rem;
  padding: 0 0.4rem;
  width: fit-content;
  font-size: 3rem;
  line-height: 3.3rem;
  background: linear-gradient(transparent 60%, #FDD000 40%);
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-flow h2 {
    margin-bottom: 3rem;
  }
}

.p-flow__wrap {
  position: relative;
  margin: 1rem 1.5rem 1rem;
  background-color: #FFF7DC;
  border-radius: 0.6rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .p-flow__wrap {
    margin: 1rem auto 1rem;
    width: 50rem;
  }
}
.p-flow__wrap.first {
  margin-top: -4rem;
}
@media screen and (min-width: 769px) {
  .p-flow__wrap.first {
    margin-top: -2rem;
  }
}
.p-flow__wrap h3 {
  padding: 0.5rem;
  text-align: center;
  font-family: Oswald;
  font-size: 2rem;
  font-weight: 700;
  background-color: #FDD000;
  border-radius: 0.6rem 0.6rem 0 0;
}
.p-flow__wrap .p-flow__ttl {
  margin: 1.4rem 0 1rem;
  color: #FF7500;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-flow__wrap .p-flow__text {
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-feature-settings: "palt";
}
.p-flow__wrap .p-flow__note {
  padding: 0 2rem;
  font-feature-settings: "halt" on;
  font-size: 1rem;
  font-weight: 300;
}

.p-flow__triangle {
  display: block;
  position: relative;
  margin: 1.2rem auto;
  width: 0;
  height: 0;
  border-right: 1.4rem solid transparent;
  border-left: 1.4rem solid transparent;
  border-top: 1.5rem solid #B2B2B2;
  border-bottom: 0;
}

.p-flow__installation-ttl {
  margin: 3rem 1.5rem 2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-flow__installation-ttl {
    margin-top: 5rem;
  }
}

.p-flow__installation-text {
  margin: 1rem 1.5rem;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-flow__installation-text span {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .p-flow__installation-text {
    margin: 1rem auto;
    width: 50rem;
  }
}

.p-flow__button {
  display: block;
  position: relative;
  margin: 0.9rem auto;
  padding: 1.2rem 0;
  width: 30rem;
  height: 3.8rem;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3rem;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: #FFF;
  box-sizing: border-box;
}
.p-flow__button img {
  display: block;
  position: absolute;
  width: 0.7rem;
  height: auto;
  top: 1.5rem;
  right: 1.4rem;
}

/* faq */
.p-faq {
  margin: 4rem auto 3rem;
}
@media screen and (min-width: 769px) {
  .p-faq {
    margin-bottom: 9rem;
  }
}
.p-faq h2 {
  display: block;
  margin: 0 auto 3.5rem;
  padding: 0 0.4rem;
  width: fit-content;
  font-size: 3rem;
  line-height: 3.3rem;
  background: linear-gradient(transparent 60%, #FDD000 40%);
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-faq h2 {
    margin-bottom: 3rem;
  }
}

.p-faq__inner {
  padding: 3.5rem 0 0;
}

.p-faq__background {
  padding: 1.7rem 1.2rem;
  background: #FBF6E1;
}
@media screen and (min-width: 769px) {
  .p-faq__background {
    width: 70rem;
    margin: 0 auto;
    padding: 2.7rem 3.4rem;
  }
}

.p-faq__wrap {
  display: block;
  margin-bottom: 2rem;
  padding: 2.7rem 1.5rem;
  background: #fff;
  border-radius: 1rem;
}
.p-faq__wrap dt {
  display: flex;
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.7rem;
}
.p-faq__wrap dt div {
  display: block;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  background: #FF7500;
  border-radius: 0.3rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: Oswald;
  font-size: 2.3rem;
  flex-shrink: 0;
  line-height: 3rem;
}
.p-faq__wrap dt p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF7500;
}
.p-faq__wrap dd {
  display: flex;
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.7rem;
}
.p-faq__wrap dd div {
  display: block;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  background: #888;
  border-radius: 0.3rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: Oswald;
  font-size: 2.3rem;
  flex-shrink: 0;
  line-height: 3rem;
}
.p-faq__wrap dd p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
}
.p-faq__wrap dd p span {
  font-weight: 700;
}
.p-faq__wrap .p-faq__cta-inner {
  gap: 0.9rem;
}

/* voice */
.p-voice {
  margin: 4rem auto 3rem;
}
.p-voice h2 {
  display: block;
  margin: 0 auto 3.5rem;
  padding: 0 0.4rem;
  width: fit-content;
  font-size: 3rem;
  line-height: 3.3rem;
  background: linear-gradient(transparent 60%, #FDD000 40%);
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-voice h2 {
    margin-bottom: 3rem;
  }
}
.p-voice .p-voice__inner {
  padding: 3.5rem 0 0;
}
.p-voice .p-voice__background {
  padding: 1.7rem 1.2rem;
  background: #f2f2f2;
}
@media screen and (min-width: 769px) {
  .p-voice .p-voice__background {
    width: 70rem;
    margin: 0 auto;
    padding: 1.6rem;
  }
}
.p-voice .p-voice__wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .p-voice .p-voice__wrap {
    flex-direction: row;
    gap: 1.2rem;
  }
}
.p-voice .p-voice__wrap .p-voice__item {
  display: block;
  position: relative;
  padding: 2.4rem 1.6rem;
  border-radius: 1rem;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  .p-voice .p-voice__wrap .p-voice__item {
    width: 21.4rem;
    flex-shrink: 0;
    padding: 1rem 1.6rem;
  }
}
.p-voice .p-voice__wrap .p-voice__item .p-voice__item--main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (min-width: 769px) {
  .p-voice .p-voice__wrap .p-voice__item .p-voice__item--main {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }
}
.p-voice .p-voice__wrap .p-voice__item .p-voice__item--main img {
  display: block;
  position: relative;
  width: 8rem;
  height: 8rem;
}
.p-voice .p-voice__wrap .p-voice__item .p-voice__item--main p {
  font-size: 1.7rem;
  font-weight: 700;
  color: #333;
  line-height: 2.4rem;
}
@media screen and (min-width: 769px) {
  .p-voice .p-voice__wrap .p-voice__item .p-voice__item--main p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.p-voice .p-voice__wrap .p-voice__item .p-voice__item--main p span {
  display: block;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}
.p-voice .p-voice__wrap .p-voice__item--sub {
  margin: 1rem auto;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.p-voice .p-voice__wrap .p-voice__item--sub span {
  color: #FF7500;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: auto;
  text-decoration-color: #FDD000;
  text-decoration-thickness: 20%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
}

/* iOSでのデフォルトスタイルをリセット */
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: -0.2rem;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* form */
body {
  color: #333;
}

.c-formhead {
  padding-top: 7.2rem;
}
.c-formhead h1 {
  font-size: 2rem;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto 0.5rem;
}
@media screen and (min-width: 769px) {
  .c-formhead h1 {
    margin: 0 auto 1.5rem;
  }
}
.c-formhead h1 img {
  width: 12rem;
  height: auto;
  margin-right: 1.5rem;
}
.c-formhead p {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7rem;
}

.c-formhead__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .c-formhead__wrap {
    margin: 3.5rem auto;
  }
}

.c-formhead__step {
  display: flex;
  font-size: 0.875rem;
  font-weight: bold;
}
.c-formhead__step li {
  position: relative;
  padding: 0.7rem 2.7rem 0.7rem 3rem;
  font-size: 1.4rem;
  background-color: #eee;
}
.c-formhead__step li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  color: #000;
  border-color: transparent transparent transparent #eee;
  border-style: solid;
  border-width: 1.85rem 0 1.85rem 1.15rem;
  z-index: 1;
}
.c-formhead__step li.active {
  background-color: #FABE00;
}
.c-formhead__step li.active::after {
  border-color: transparent transparent transparent #FABE00;
}

.c-form {
  position: relative;
  margin: 1rem 2rem;
}
@media screen and (min-width: 769px) {
  .c-form {
    width: 70rem;
    margin: 1rem auto;
  }
}
.c-form h2 {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-form th {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
}
.c-form th small {
  font-size: 1.2rem;
}
.c-form td {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.c-form td p {
  color: #888;
  font-size: 1.2rem;
}
.c-form td p.caution {
  color: #333;
}
.c-form table {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-form table {
    width: 70rem;
    margin: 0 auto;
  }
}
.c-form input, .c-form select {
  width: 100%;
  height: 6rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #CCC;
  background: #FFF;
  color: #333;
}
@media screen and (min-width: 769px) {
  .c-form input.short, .c-form select.short {
    width: 35rem;
  }
}
.c-form .c-form__btnwrap {
  margin: 0 auto;
  width: fit-content;
}
.c-form .c-form__btnwrap div {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.c-form .c-form__btnwrap div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 6.5rem;
  right: 2rem;
  border-top: 0.2rem solid #FFF;
  border-right: 0.2rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
.c-form .c-form__text {
  display: block;
  position: relative;
  margin: 1rem auto;
  width: 29rem;
  font-size: 1rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 769px) {
  .c-form .c-form__text {
    width: 70rem;
    text-align: center;
  }
}
.c-form .c-form__text a {
  color: #0B5BCE;
  text-decoration: underline;
}
.c-form .c-lp__text {
  display: none;
}
.c-form .submit {
  margin: 3rem auto 2rem;
  width: 30rem;
  height: 8rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
  border-radius: 0.4rem;
  background: #FF7500;
  box-shadow: 0 0 3rem 0 #FFDF72;
}
.c-form .submit:disabled {
  color: #c6c5c5;
  background: #F3F3F3;
  box-shadow: 0 0 3rem 0 #D7D7D7;
}
.c-form .c-form__selectWrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-form .c-form__selectWrap {
    width: fit-content;
  }
}
.c-form .c-form__selectWrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 2.5rem;
  right: 1rem;
  border-top: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  transform: rotate(135deg);
}

footer .l-footer__sslwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 29rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 769px) {
  footer .l-footer__sslwrap {
    width: 38rem;
  }
}
footer .l-footer__sslwrap img {
  min-width: 11rem;
  height: auto;
}
footer .l-footer__sslwrap small {
  font-size: 1rem;
  font-weight: 400;
}
footer .l-footer__label {
  padding: 0.5rem;
  width: 100%;
  background-color: #000;
}
footer .l-footer__label p {
  font-size: 1rem;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .confirm th {
    display: table-cell;
    width: 33%;
    padding: 2rem;
    border-bottom: 0.1rem solid #ccc;
  }
}
.confirm td {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #ccc;
}
@media screen and (min-width: 769px) {
  .confirm td {
    display: table-cell;
    width: 67%;
    padding: 2rem;
  }
}
.confirm table {
  margin-bottom: 4rem;
}

.p-completion__inner {
  margin: 0 2rem;
}
@media screen and (min-width: 769px) {
  .p-completion__inner {
    margin: 0 auto;
    width: 46rem;
  }
}

.p-completion__thanks {
  padding: 4rem 2.5rem;
  border-radius: 0.4rem;
  background: #FFF7DC;
}
@media screen and (min-width: 769px) {
  .p-completion__thanks {
    padding: 4rem 6.5rem;
  }
}
.p-completion__thanks h2 {
  margin-bottom: 1.2rem;
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
}
@media screen and (min-width: 769px) {
  .p-completion__thanks h2 {
    text-align: center;
  }
}
.p-completion__thanks .p-completion__text {
  font-feature-settings: "halt" on;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.p-completion__thanks .p-completion__telwrap {
  margin: 2rem auto 0;
}
.p-completion__thanks .p-completion__telwrap h3 {
  color: #FF7500;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4rem;
}
.p-completion__thanks .p-completion__telwrap .p-completion__tel {
  position: relative;
  margin: 1rem auto;
  color: #FF7500;
  font-family: Oswald;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 3.2rem;
}
.p-completion__thanks .p-completion__telwrap .p-completion__tel img {
  display: block;
  position: absolute;
  left: 1rem;
  width: 2.8rem;
  height: auto;
  top: 0.4rem;
}
@media screen and (min-width: 769px) {
  .p-completion__thanks .p-completion__telwrap .p-completion__tel img {
    left: 3rem;
  }
}
.p-completion__thanks .p-completion__telwrap .p-completion__time {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-align: center;
}

.p-completion__textwrap {
  margin: 3.6rem auto 2rem;
}
.p-completion__textwrap h2 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #ccc;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
}
.p-completion__textwrap .p-completion__text {
  font-size: 1rem;
  font-weight: 400;
}
.p-completion__textwrap .p-completion__text span {
  color: #D00F31;
}

/* cta */
@media screen and (min-width: 769px) {
  .c-cta__inner {
    margin: 3rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 62rem;
    gap: 2rem;
  }
}

.c-cta__button--web {
  display: block;
  position: relative;
  margin: 2rem auto;
  padding: 0 2.5rem 0 2rem;
  width: 30rem;
  height: 7.2rem;
  color: #FFF;
  border-radius: 0.4rem;
  border: 0.3rem solid #FFAE94;
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 1.21%, rgba(0, 0, 0, 0.3) 99.39%), #FF8823;
  background-blend-mode: overlay, normal;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 1rem #D94F07;
}
@media screen and (min-width: 769px) {
  .c-cta__button--web {
    height: 9rem;
  }
}
.c-cta__button--web div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: -webkit-fill-available;
}
.c-cta__button--web div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 2.8rem;
  right: 1.3rem;
  border-top: 0.3rem solid #FFF;
  border-right: 0.3rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .c-cta__button--web div::after {
    top: 3.7rem;
  }
}
.c-cta__button--web .c-cta__icon {
  display: block;
  position: relative;
  width: 2.7rem;
  height: auto;
}
.c-cta__button--web p {
  position: relative;
  margin: 1rem auto;
  width: fit-content;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
}

.c-cta__button--tel {
  display: block;
  position: relative;
  margin: 2rem auto;
  padding: 0 2.5rem 0 2rem;
  width: 30rem;
  height: 9rem;
  color: #FFF;
  border-radius: 0.4rem;
  border: 0.3rem solid #FFAE94;
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 1.21%, rgba(0, 0, 0, 0.3) 99.39%), #FF8823;
  background-blend-mode: overlay, normal;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 1rem #D94F07;
}
.c-cta__button--tel div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.c-cta__button--tel div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 4rem;
  right: 1.3rem;
  border-top: 0.3rem solid #FFF;
  border-right: 0.3rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
.c-cta__button--tel div .c-cta__icon {
  display: block;
  position: relative;
  width: 2.5rem;
  height: auto;
}
.c-cta__button--tel div p {
  position: relative;
  margin: 1rem auto;
  width: fit-content;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
}
.c-cta__button--tel div p span {
  display: block;
  font-family: Oswald;
  font-size: 2.8rem;
}

.c-cta__button--reservation {
  display: block;
  position: relative;
  margin: 2rem auto;
  padding: 0 2.5rem 0 2rem;
  width: 30rem;
  height: 7.2rem;
  color: #FFF;
  border-radius: 0.4rem;
  border: 0.3rem solid #FFAE94;
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 1.21%, rgba(0, 0, 0, 0.3) 99.39%), #FF8823;
  background-blend-mode: overlay, normal;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 1rem #D94F07;
}
@media screen and (min-width: 769px) {
  .c-cta__button--reservation {
    height: 9rem;
  }
}
.c-cta__button--reservation div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: -webkit-fill-available;
}
.c-cta__button--reservation div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 2.8rem;
  right: 1.3rem;
  border-top: 0.3rem solid #FFF;
  border-right: 0.3rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .c-cta__button--reservation div::after {
    top: 3.7rem;
  }
}
.c-cta__button--reservation .c-cta__icon {
  display: block;
  position: relative;
  width: 2.5rem;
  height: auto;
}
.c-cta__button--reservation p {
  position: relative;
  margin: 1rem auto;
  width: fit-content;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
}

.p-flow__cta-inner,
.p-faq__cta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-flow__cta-inner .p-flow-cta__button--tel,
.p-flow__cta-inner .p-faq__button,
.p-faq__cta-inner .p-flow-cta__button--tel,
.p-faq__cta-inner .p-faq__button {
  display: block;
  position: relative;
  margin: 1.7rem 0;
  padding: 0 1.1rem;
  width: 14.6rem;
  height: 4.5rem;
  color: #FFF;
  border-radius: 0.4rem;
  border: 0.3rem solid #FFAE94;
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 1.21%, rgba(0, 0, 0, 0.3) 99.39%), #FF8823;
  background-blend-mode: overlay, normal;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 1rem #D94F07;
}
.p-flow__cta-inner .p-flow-cta__button--tel div,
.p-flow__cta-inner .p-faq__button div,
.p-faq__cta-inner .p-flow-cta__button--tel div,
.p-faq__cta-inner .p-faq__button div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  height: 3.9rem;
}
.p-flow__cta-inner .p-flow-cta__button--tel div::after,
.p-flow__cta-inner .p-faq__button div::after,
.p-faq__cta-inner .p-flow-cta__button--tel div::after,
.p-faq__cta-inner .p-faq__button div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 1.7rem;
  right: 0.9rem;
  border-top: 0.2rem solid #FFF;
  border-right: 0.2rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
.p-flow__cta-inner .p-flow-cta__button--tel div .c-cta__icon,
.p-flow__cta-inner .p-flow-cta__button--tel div .p-faq__icon,
.p-flow__cta-inner .p-faq__button div .c-cta__icon,
.p-flow__cta-inner .p-faq__button div .p-faq__icon,
.p-faq__cta-inner .p-flow-cta__button--tel div .c-cta__icon,
.p-faq__cta-inner .p-flow-cta__button--tel div .p-faq__icon,
.p-faq__cta-inner .p-faq__button div .c-cta__icon,
.p-faq__cta-inner .p-faq__button div .p-faq__icon {
  display: block;
  position: relative;
  margin: 0;
  width: 1.3rem;
  height: auto;
}
.p-flow__cta-inner .p-flow-cta__button--tel div p,
.p-flow__cta-inner .p-faq__button div p,
.p-faq__cta-inner .p-flow-cta__button--tel div p,
.p-faq__cta-inner .p-faq__button div p {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3rem;
}
.p-flow__cta-inner .p-flow-cta__button--tel div p span,
.p-flow__cta-inner .p-faq__button div p span,
.p-faq__cta-inner .p-flow-cta__button--tel div p span,
.p-faq__cta-inner .p-faq__button div p span {
  font-size: 1.3rem;
}
.p-flow__cta-inner .p-faq__button,
.p-faq__cta-inner .p-faq__button {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-flow__cta-inner .p-faq__button,
  .p-faq__cta-inner .p-faq__button {
    width: 21.7rem;
  }
}
@media screen and (min-width: 769px) {
  .p-flow__cta-inner .p-faq__button div,
  .p-faq__cta-inner .p-faq__button div {
    justify-content: center;
    align-items: center;
  }
}
.p-flow__cta-inner .p-flow-cta__button--web,
.p-faq__cta-inner .p-flow-cta__button--web {
  display: block;
  position: relative;
  margin: 1.7rem 0;
  margin-left: 0.7rem;
  padding: 0 1.1rem;
  width: 14.6rem;
  height: 4.5rem;
  color: #FFF;
  border-radius: 0.4rem;
  border: 0.3rem solid #FFAE94;
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 1.21%, rgba(0, 0, 0, 0.3) 99.39%), #FF8823;
  background-blend-mode: overlay, normal;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 1rem #D94F07;
}
.p-flow__cta-inner .p-flow-cta__button--web div,
.p-faq__cta-inner .p-flow-cta__button--web div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  height: -webkit-fill-available;
}
.p-flow__cta-inner .p-flow-cta__button--web div::after,
.p-faq__cta-inner .p-flow-cta__button--web div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 1.7rem;
  right: 0.9rem;
  border-top: 0.2rem solid #FFF;
  border-right: 0.2rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
.p-flow__cta-inner .p-flow-cta__button--web .c-cta__icon,
.p-faq__cta-inner .p-flow-cta__button--web .c-cta__icon {
  display: block;
  position: relative;
  margin: 0;
  width: 1.5rem;
  height: auto;
}
.p-flow__cta-inner .p-flow-cta__button--web p,
.p-faq__cta-inner .p-flow-cta__button--web p {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3rem;
}
.p-flow__cta-inner .p-flow-cta__button--web p span,
.p-faq__cta-inner .p-flow-cta__button--web p span {
  font-size: 1.3rem;
}
.p-flow__cta-inner .p-flow-cta__button--reservation,
.p-faq__cta-inner .p-flow-cta__button--reservation {
  display: block;
  position: relative;
  margin: 1.7rem 0;
  padding: 0 1.1rem;
  width: 14.6rem;
  height: 4.5rem;
  color: #FFF;
  border-radius: 0.4rem;
  border: 0.3rem solid #FFAE94;
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 1.21%, rgba(0, 0, 0, 0.3) 99.39%), #FF8823;
  background-blend-mode: overlay, normal;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 1rem #D94F07;
}
.p-flow__cta-inner .p-flow-cta__button--reservation div,
.p-faq__cta-inner .p-flow-cta__button--reservation div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  height: -webkit-fill-available;
}
.p-flow__cta-inner .p-flow-cta__button--reservation div::after,
.p-faq__cta-inner .p-flow-cta__button--reservation div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 1.7rem;
  right: 0.9rem;
  border-top: 0.2rem solid #FFF;
  border-right: 0.2rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
.p-flow__cta-inner .p-flow-cta__button--reservation .c-cta__icon,
.p-faq__cta-inner .p-flow-cta__button--reservation .c-cta__icon {
  display: block;
  position: relative;
  margin: 0;
  width: 1.3rem;
  height: auto;
}
.p-flow__cta-inner .p-flow-cta__button--reservation p,
.p-faq__cta-inner .p-flow-cta__button--reservation p {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2rem;
}
.p-flow__cta-inner .p-flow-cta__button--reservation p span,
.p-faq__cta-inner .p-flow-cta__button--reservation p span {
  font-size: 1.3rem;
}