@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

.header__menu {
  width: 100%;
  height: 100%;
  background-color: #48a838;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1000;
  transition: right 0.5s ease;
}
.header__menu.js-menu-open {
  right: 0;
}

.nav {
  width: 100%;
  height: 100%;
  max-width: 20.375rem;
  margin: auto;
  padding: 2rem 0;
  overflow-y: auto;
}
.nav-ttl {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2;
}
.nav-list {
  width: 100%;
}
.nav-list__item {
  margin-bottom: 1rem;
}
.nav-list a {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  width: 100%;
  padding: 0.375rem 0.5rem 0.375rem 1.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.nav-list a::after {
  content: "\e315";
  display: block;
  font-family: "Material Icons";
  font-size: 2.25rem;
  color: #48a838;
  line-height: 1;
  font-weight: normal;
}

.menu-white {
  display: none;
  background-color: #fff;
}
.menu-white__logo {
  width: 100%;
  max-width: 492px;
  margin: auto;
}

.hamburger {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0.5rem;
  background-color: #48a838;
  border-radius: 0 0 0 0.625rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  cursor: pointer;
}
.hamburger .ham-border {
  display: block;
  width: 1.875rem;
  height: 0.3125rem;
  background-color: #fff;
  border-radius: 9999px;
  margin: 0.1875rem 0;
  transition: all 0.3s ease;
  transform-origin: center;
}
.hamburger .ham-border:nth-child(1), .hamburger .ham-border:nth-child(3) {
  transform-origin: center;
}
.hamburger .ham-label {
  font-size: 0.75rem;
  color: #fff;
  margin-top: 0.3125rem;
  text-align: center;
  transition: opacity 0.3s ease;
}
.hamburger .ham-label::before {
  content: "メニュー";
}
.hamburger.js-menu-open {
  background-color: #fff;
}
.hamburger.js-menu-open .ham-border {
  background-color: #48a838;
}
.hamburger.js-menu-open .ham-border:nth-child(1) {
  transform: rotate(45deg) translate(0.375rem, 0.375rem);
}
.hamburger.js-menu-open .ham-border:nth-child(3) {
  transform: rotate(-45deg) translate(0.375rem, -0.375rem);
}
.hamburger.js-menu-open .ham-border:nth-child(2) {
  opacity: 0;
}
.hamburger.js-menu-open .ham-label::before {
  content: "閉じる";
  color: #48a838;
}

.footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

.information {
  background: #f1f9ef;
  padding: 1rem 1rem 0.875rem;
  margin: 0 0 2.125rem;
  text-align: center;
}
.information__ttl {
  font-size: 1rem;
  font-weight: bold;
}
.information__phone {
  align-items: center;
  color: #48a838;
  display: flex;
  gap: 0.875rem;
  justify-content: center;
  margin: 1.5rem 0 0.5rem;
  line-height: 0.76;
}
.information__note {
  font-size: 0.875rem;
  line-height: 0.76;
}
.information__tel {
  font-size: 2.125rem;
  color: #48a838;
  text-decoration: none;
}
.information__tel:hover, .information__tel:visited {
  color: #48a838;
  text-decoration: none;
}

.company {
  display: flex;
  flex-wrap: wrap;
  margin: 2.125rem 0;
  max-width: 744px;
}
.company__attribute {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 0.5rem;
}
.company__name {
  display: block;
  margin: 0;
  width: 100%;
}
.company__address {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0.5rem 0;
  line-height: 0.76;
}
.company__data {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 0.76;
}

.copy {
  font-size: 0.625rem;
  background: #48a838;
  color: #fff;
  text-align: center;
  padding: 0.75rem 0 6rem;
}

.fixed__btn--tel, .fixed__btn--book {
  display: block;
  height: 100%;
  padding: 0.375rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-radius: 0.625rem;
  box-shadow: -3px -3px 2px 0 rgba(0, 0, 0, 0.32) inset, 3px 3px 2px 0 rgba(255, 255, 255, 0.4) inset;
}
.fixed__btn--tel::before, .fixed__btn--book::before {
  content: "無料";
  display: inline-block;
  margin-bottom: 0.25rem;
  padding: 0 0.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
  border-radius: 0.3125rem;
  background: #fff;
}

.fixed {
  width: 100%;
  padding: 0.5rem 0.625rem 1rem;
  background: rgba(255, 255, 255, 0.9490196078);
  position: fixed;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.fixed.visible {
  opacity: 1;
}
.fixed .cv__inr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 662px;
}
.fixed__btn--txt {
  display: block;
  line-height: 1;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.fixed__btn--book {
  grid-column: 2/3;
  background: #f25d00;
}
.fixed__btn--book::before {
  color: #f25d00;
}
.fixed__btn--tel {
  grid-column: 1/2;
  background: #1da606;
}
.fixed__btn--tel::before {
  color: #1da606;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "MS PGothic", arial, sans-serif;
  color: #211714;
  background: #fff;
  font-weight: normal;
  line-height: 1.6;
  position: relative;
  font-feature-settings: "palt";
}

em {
  font-style: normal;
}

/* wrap */
.section {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 1rem;
}
.section__bnr {
  margin-bottom: 1.5rem;
}
.section__customer {
  padding: 3rem 0 0.5rem;
  margin: 0 1rem;
}
.section__plan-intro {
  padding-bottom: 2.5rem;
}
.section__plan {
  padding: 3rem 1rem 0.5rem;
}
.section__detail {
  padding-top: 2.125rem;
  padding-bottom: 2rem;
}
.section__howto {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section__reason {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
.section__problem {
  padding-top: 1.375rem;
  padding-bottom: 2.5rem;
}
.section__solution {
  padding-top: 1.375rem;
  padding-bottom: 0;
}
.section__updated {
  padding-top: 0.875rem;
  padding-bottom: 1.0625rem;
}
.section__flow {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
.section__fee {
  padding: 2.5rem 1rem 3rem;
}
.section__faq {
  padding: 2rem 1rem 2.5rem;
}

caption {
  text-align: center;
}

.is-sp {
  display: block;
}
.is-pc {
  display: none;
}
.is-xs {
  display: none;
}
.is-inline__pc {
  display: none;
}

/* ttl */
.ttl__h1 {
  width: 100%;
}
.ttl__h1 img {
  width: 100%;
}
.ttl__h2--voice {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.4;
}
.ttl__h2--voice::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 3.625rem;
  background: url(../../assets/img/voice-ttl-left.svg) no-repeat center center;
}
.ttl__h2--voice::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 3.625rem;
  background: url(../../assets/img/voice-ttl-right.svg) no-repeat center center;
}
.ttl__h2--intro {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.ttl__h2--intro em {
  font-size: 2rem;
}
.ttl__h2--reason {
  margin-bottom: 1.875rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
.ttl__h2--reason .circle-element {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.375rem;
  background: #fff;
  border-radius: 50%;
  font-size: 3.25rem;
  color: #eb6d00;
  line-height: 1.2;
}
.ttl__h2--problem {
  margin-bottom: 2.625rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: normal;
}
.ttl__h2--problem em {
  font-size: 2.5rem;
}
.ttl__h2--solution {
  margin-bottom: 1.875rem;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}
.ttl__h2--solution em {
  font-size: 2.25rem;
}
.ttl__h2--flow {
  margin-bottom: 1.25rem;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: normal;
}
.ttl__h2--flow em {
  font-size: 2.5rem;
}
.ttl__h2--fee {
  font-size: 2rem;
  color: #48a838;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.75rem;
  position: relative;
}
.ttl__h2--faq {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.ttl__h2--faq em {
  font-size: 2.5rem;
}
.ttl__hidden {
  width: 0;
  height: 0;
  visibility: hidden;
}
.ttl__h3--plan {
  font-size: 2rem;
  color: #eb6d00;
  font-weight: bold;
  text-align: center;
}

/* element */
.back__white {
  background: #fff;
}
.back__secondary {
  background: #f1f9ef;
}
.back__orange--light {
  background: #fff8ea;
}
.back__blue {
  background: #1852bc;
}
.back__stripe--green {
  background-size: auto auto;
  background-color: #48a838;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, #5ab14c 8px, #5ab14c 10px);
}
.back__stripe--orange {
  background-size: auto auto;
  background-color: #ec7917;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, #ef8d3a 8px, #ef8d3a 10px);
}
.back__stripe--blue {
  background-size: auto auto;
  background-color: #1852bc;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, #2f63c3 8px, #2f63c3 10px);
}
.back__gradient--orange {
  background: #eb6d00 linear-gradient(180deg, rgba(255, 213, 0, 0.5) 0%, rgba(255, 213, 0, 0) 100%);
}
.back__grid--blue {
  background-size: 15px 15px;
  background-image: linear-gradient(0deg, #2f63c3 1px, transparent 1px), linear-gradient(90deg, #2f63c3 1px, transparent 1px);
  background-color: #1852bc;
}
.back__grid--green {
  background-size: 15px 15px;
  background-image: linear-gradient(0deg, #c8e5c3 1px, transparent 1px), linear-gradient(90deg, #c8e5c3 1px, transparent 1px);
  background-color: #f1f9ef;
}

.icon__ex {
  font-size: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #48a838;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  position: relative;
  top: 0;
}
.icon__moth {
  font-size: 1.25rem;
  width: 6.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: #48a838 1px solid;
  border-radius: 0.25rem;
  display: block;
  text-align: center;
}
.icon__free--phone {
  font-size: 0.875rem;
  width: 2.875rem;
  height: 1.375rem;
  line-height: 1.375rem;
  background: #fff;
  border: #48a838 1px solid;
  border-radius: 4px;
  color: #48a838;
  display: inline-block;
  margin-left: 0.5rem;
  text-align: center;
}
.icon__free--orange {
  font-size: 0.875rem;
  width: 2.75rem;
  height: 1.375rem;
  line-height: 1.375rem;
  background: #fff;
  border-radius: 1rem;
  color: #e61f00;
  display: inline-block;
  text-align: center;
}
.icon__free--green {
  font-size: 0.875rem;
  width: 2.625rem;
  height: 1.375rem;
  line-height: 1.375rem;
  background: #fff;
  border-radius: 1rem;
  color: #48a838;
  display: inline-block;
  text-align: center;
}
.icon__book {
  width: 2rem;
  display: inline-block;
}
.icon__tel {
  width: 2.5rem;
}
.icon__age {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.16;
  border: #eb6d00 1px solid;
  border-radius: 0.25rem;
}
.icon__information {
  width: 1.75rem;
}

.text-primary {
  color: #48a838;
}
.text-accent {
  color: #e61f00;
}
.text-orange {
  color: #eb6d00;
}

.img__logo {
  width: 100%;
  max-width: 30.75rem;
}

.note__item {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  position: relative;
}
.note__item:last-child {
  margin-bottom: 0;
}
.note__item::before {
  content: "";
  background: #211714;
  height: 0.625rem;
  width: 0.625rem;
  transform: rotate(45deg);
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.marker {
  display: inline;
  background-color: rgba(255, 213, 0, 0.6);
  background-repeat: no-repeat;
  font-weight: bold;
}

.marker-animation {
  display: inline;
  background: linear-gradient(transparent 0, rgba(255, 213, 0, 0.6) 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
  font-weight: bold;
}
.marker-animation.js-active {
  background-size: 100% 100%;
}

.marker-animation__half {
  display: inline;
  background: linear-gradient(transparent 50%, rgba(255, 213, 0, 0.6) 50%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
  font-weight: bold;
}
.marker-animation__half.js-active {
  background-size: 100% 100%;
}

.animated-scale {
  animation: anime-scale 0.8s ease 0s infinite alternate;
  transform-origin: center;
}

@keyframes anime-scale {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
.cv {
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
.cv__inr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  max-width: 1000px;
  margin: auto;
}
.cv__fv {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.btn__cv {
  width: 100%;
  max-width: 30rem;
  color: #fff;
  font-weight: bold;
  border-radius: 9999px;
  border: 1px solid #fff;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
  padding: 0.375rem 1.25rem 0.1875rem;
}
.btn__cv--book {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  place-content: center;
  font-size: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 90.22%), #F25D00;
  position: relative;
}
.btn__cv--book .btn-lead,
.btn__cv--book .btn-txt {
  text-shadow: 0 2px 6px #ce6002;
}
.btn__cv--book .btn-lead {
  grid-column: 1/2;
  grid-row: 1/2;
}
.btn__cv--book .btn-lead::before, .btn__cv--book .btn-lead::after {
  display: inline-block;
  width: 0.1875rem;
  height: 1em;
  content: "";
  background-color: #fff;
}
.btn__cv--book .btn-lead:before {
  margin-right: 0.5em;
  transform: translateY(0.1875rem) rotate(-20deg);
}
.btn__cv--book .btn-lead::after {
  margin-left: 0.5em;
  transform: translateY(0.1875rem) rotate(20deg);
}
.btn__cv--book .btn-txt {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: -0.1875rem;
  letter-spacing: 0.03em;
}
.btn__cv--book .icon__arrow {
  position: absolute;
  right: 0.625rem;
  top: 52%;
  transform: translateY(-50%);
  width: 42px;
  width: 2.625rem;
  height: auto;
}
.btn__cv--tel {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  place-content: center;
  align-items: center;
  font-size: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 90%), #1da606;
  position: relative;
}
.btn__cv--tel::before {
  grid-column: 1/3;
  grid-row: 1/2;
  align-self: start;
  display: inline-block;
  content: "";
  width: 100%;
  height: 20px;
  border-radius: 9999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 14.72%, rgba(255, 255, 255, 0) 100%);
}
.btn__cv--tel .btn-inr {
  grid-column: 1/2;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  place-content: center;
  gap: 0 1.375rem;
  margin-left: -1.25rem;
}
.btn__cv--tel .icon__tel {
  grid-row: 1/3;
  align-self: center;
}
.btn__cv--tel .btn-lead,
.btn__cv--tel .btn-txt {
  text-shadow: 0 2px 6px #1b7a0b;
}
.btn__cv--tel .btn-lead {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: -0.125rem;
}
.btn__cv--tel .btn-txt {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
}
.btn__cv--tel .icon__arrow {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 42px;
  height: auto;
  margin-right: -0.625rem;
}
.btn-lead {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
}
.btn-lead span {
  font-size: 1rem;
}
.btn-txt {
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 0 2px 6px #ce6002;
}
.btn-txt span {
  font-size: 1.25rem;
}
.btn-txt em {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffd500;
}

.bg-transparent {
  border-radius: 9999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 14.72%, rgba(255, 255, 255, 0) 100%);
}

/* estimate */
.estimate {
  background: #fff;
  border: #eb6d00 solid 2px;
  border-radius: 0.5rem;
}
.estimate__ttl {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0.375rem 0 0.5625rem;
  position: relative;
  overflow: hidden;
}
.estimate__ttl span {
  font-size: 1.25rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.estimate__ttl::before {
  content: "";
  display: block;
  width: 128%;
  height: 2.8125rem;
  width: 164.24%;
  height: 8.5rem;
  background: #eb6d00;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.estimate__wrap {
  padding: 0.5rem 1.5rem 1.5rem;
}
.estimate__inr {
  max-width: 31.25rem;
  margin: auto;
}
.estimate__lead {
  font-weight: bold;
  margin-bottom: 1.25rem;
  text-align: center;
}
.estimate__lead em {
  font-size: 1.25rem;
}
.estimate__item {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 0 0 1.25rem;
}
.estimate__age {
  border: 1px solid #8e8e8e;
  border-radius: 0.5rem;
  position: relative;
  width: 35.32%;
}
.estimate__age::after {
  width: 0.75rem;
  height: 0.5rem;
  content: "";
  display: inline-block;
  background: url("../img/select_arrow.png") no-repeat center/contain;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.estimate__radio {
  display: flex;
  width: 56.77%;
  align-items: stretch;
}
.estimate__select {
  font-size: 1.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: none;
  border-radius: 0.5rem;
  color: #211714;
  width: 100%;
  padding: 0.4375rem 1.875rem 0.4375rem 0.4375rem;
  text-align: center;
}
.estimate__label {
  font-size: 1.125rem;
  background: #fff;
  display: block;
  padding: 0;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
  padding: 0.4375rem;
}
.estimate__btn--set {
  flex: 0 0 50%;
  height: 100%;
  position: relative;
}
.estimate__btn--set.female .estimate__label {
  border: 1px solid #8e8e8e;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.estimate__btn--set.male .estimate__label {
  background: #fff;
  border-right: 1px solid #8e8e8e;
  border-top: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.estimate__btn--set.female input:checked + .estimate__label, .estimate__btn--set.male input:checked + .estimate__label {
  background: #eb6d00;
}
.estimate__btn--set input {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.estimate__btn--set input:checked {
  visibility: hidden;
}
.estimate__btn--result {
  font-size: 1.25rem;
  padding: 0.4375rem 0.4375rem 0.4375rem 1.4375rem;
  align-items: center;
  background: #eb6d00;
  border-radius: 9999px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  font-weight: bold;
  gap: 0.625rem;
  justify-content: center;
  transition: all 0.3s;
  width: 100%;
}
.estimate__btn--result:disabled {
  background: #8e8e8e;
}
.estimate__result {
  padding-top: 3.375rem;
  display: none;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}
.estimate__conditions {
  max-width: 30.75rem;
  margin: auto;
  font-weight: bold;
  text-align: center;
}
.estimate__conditions::before {
  content: "";
  display: block;
  width: 120px;
  height: 24px;
  margin: 0 auto;
  background-color: #eb6d00;
  clip-path: polygon(50% 24px, 0% 0%, 120px 0%);
  position: absolute;
  top: 1.25rem;
  left: 0;
  right: 0;
}
.estimate__txt--result {
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.estimate__txt--age {
  font-size: 1.5rem;
}
.estimate__bill {
  width: 100%;
  border-collapse: collapse;
}
.estimate__bill th, .estimate__bill td {
  border: 1px solid #8e8e8e;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.estimate__payment th:last-of-type {
  background: #f1f9ef;
}
.estimate__plan--plan {
  width: 38.83%;
  line-height: 1.4;
  background: #ffecdd;
}
.estimate__plan--plan em {
  font-size: 1.25rem;
}
.estimate__plan--amount span {
  font-size: 1.25rem;
}

.fv {
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-align: center;
  background: url(https://www.bell-shotan.co.jp/secure/lp01/assets/img/fv-bg-sp2.jpg) no-repeat center center/cover;
  aspect-ratio: 39/56;
  position: relative;
}
.fv__inr {
  max-width: 1000px;
  margin: auto;
  padding: 1.3125rem 0.5rem 0;
}
.fv__conditions img {
  width: 100%;
}

.bnr__link img {
  width: 100%;
}

.feature-lists {
  padding: 2rem 0;
}
.feature-lists__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.feature-lists__item {
  flex-basis: calc(50% - 0.5rem);
  padding: 0.9375rem 0.375rem;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-radius: 0.5rem;
  background: #fff;
}

.feature-info {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.feature-info__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 0 auto;
}
.feature-info__item {
  display: grid;
  place-content: center;
  align-items: end;
  width: 7rem;
  height: 7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-radius: 50%;
  background: #fff;
}
.feature-info__item em {
  display: contents;
  font-size: 1.25rem;
}
.feature-info__item:nth-child(2) {
  font-size: 1.25rem;
}
.feature-info__txt {
  margin: 0.8125rem 0;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.feature-info__txt em {
  font-size: 3rem;
}
.feature-info__txt .underline {
  display: inline-block;
  position: relative;
}
.feature-info__txt .underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background: #ffd500;
  position: absolute;
  left: 0;
  bottom: 0.375rem;
}
.feature-info__plan {
  width: 100%;
  max-width: 662px;
  margin: auto;
  padding: 0.625rem;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0.5rem;
  background: #fff;
}
.feature-info__plan--txt {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}
.feature-info__plan--txt em {
  font-size: 1.75rem;
}

.voice-star {
  display: block;
  width: 4.875rem;
  margin: 0 auto 0.5rem;
}
.voice-star img {
  width: 100%;
  height: auto;
}

.customer__slider {
  margin: auto;
  max-width: 662px;
}
.customer__slider .splide__arrow {
  width: 40px;
  height: 50px;
  background: url(../../assets/img/splide-arrow.svg) no-repeat center center;
  border-radius: 4px;
}
.customer__slider .splide__arrow svg {
  display: none;
}
.customer__slider .splide__arrow--prev {
  left: 0;
}
.customer__slider .splide__arrow--next {
  transform: translateY(-50%) rotateY(180deg);
  right: 0;
}
.customer__slider .splide__pagination {
  display: none;
}
.customer__content {
  border: #48a838 solid 2px;
  border-radius: 0.5rem;
  padding: 1.25rem 2rem;
  width: calc(100% - 2rem);
  margin: 0 auto;
  white-space: normal;
}
.customer__ttl {
  font-size: 1.25rem;
  line-height: 1.4;
}
.customer__plan {
  color: #48a838;
}
.customer__discription {
  padding-top: 0.75rem;
  white-space: normal;
}

.plan-intro__lead {
  margin-bottom: 1.875rem;
  padding: 0.75rem;
  background: #48a838;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
.plan-intro__lead::after {
  content: "";
  display: block;
  width: 76px;
  height: 27px;
  margin: auto;
  background-color: #48a838;
  clip-path: polygon(50% 27px, 0% 0%, 76px 0%);
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
}
.plan-intro__img {
  max-width: 29rem;
  margin-bottom: 0.625rem;
}
.plan-intro__txt h3 {
  font-weight: bold;
}

.plan__intro {
  padding-bottom: 2.875rem;
  position: relative;
  text-align: center;
}
.plan__copy {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1.875rem 0 1.75rem;
}
.plan__copy--inr {
  letter-spacing: normal;
  margin-right: 0.375rem;
}
.plan__copy--accent {
  font-size: 1.875rem;
}
.plan__anchor {
  font-size: 1.25rem;
  border-bottom: #48a838 solid 2px;
  color: #48a838;
  display: inline-block;
  font-weight: bold;
  gap: 0.625rem;
  padding-left: 0.375rem;
}
.plan__anchor svg {
  margin-left: 0.625rem;
  position: relative;
  top: -0.5rem;
}
.plan__inr {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}
.plan__inr:first-of-type {
  border-bottom: 2px dashed rgba(33, 23, 20, 0.6);
}
.plan__inr:last-of-type {
  margin-bottom: 0;
}
.plan__ex {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 1rem 0 1.8125rem;
  text-align: center;
}
.plan__result {
  line-height: 1.16;
}
.plan__amount--accent {
  font-size: 2rem;
}
.plan__list {
  border-top: #8e8e8e solid 1px;
  border-left: #8e8e8e solid 1px;
  margin-bottom: 0.75rem;
  width: 100%;
}
.plan__ttl {
  display: block;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.plan__compensation {
  font-size: 1rem;
  height: 2.375rem;
  line-height: 2.375rem;
  background: #ffecdd;
  border-right: #8e8e8e solid 1px;
  border-bottom: #8e8e8e solid 1px;
  text-align: center;
}
.plan__compensation em {
  font-size: 1rem;
}
.plan__age, .plan__amount {
  font-size: 1rem;
  background: #fff;
  border-right: #8e8e8e solid 1px;
  border-bottom: #8e8e8e solid 1px;
  font-weight: bold;
  line-height: 1;
  padding: 0.5rem 0;
  text-align: center;
}
.plan__age {
  width: 40.22%;
}
.plan__note {
  width: 100%;
  max-width: 662px;
  margin: 0 auto 1.5rem;
}
.plan__note .note__item {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0.875rem;
}
.plan__note .note__item::before, .plan__note .note__item::after {
  display: none;
}
.plan-detail__item {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
  max-width: 662px;
  margin: auto;
}
.plan-detail__item:not(:last-child) {
  margin-bottom: 2rem;
}
.plan-detail__item:nth-child(2) .plan-detail__txt {
  grid-column: 2/3;
}
.plan-detail__item:nth-child(2) .plan-detail__img {
  grid-column: 1/2;
}
.plan-detail__subttl {
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: 1.75rem;
  font-weight: bold;
  color: #48a838;
  text-align: center;
  line-height: normal;
  background: #ffd500;
}
.plan-detail__txt {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 1.25rem;
  color: #fff;
  line-height: normal;
}
.plan-detail__img {
  grid-column: 2/3;
  grid-row: 2/3;
  width: 10.6875rem;
  height: 10.6875rem;
  background: rgba(255, 255, 255, 0.9490196078);
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.plan-detail__img:first-child img {
  width: 7.6875rem;
}
.plan-detail__img:nth-child(2) img {
  width: 6.5625rem;
}
.plan-detail__img:nth-child(3) img {
  width: 7.5625rem;
}

.howto__txt {
  width: 100%;
  max-width: 662px;
  margin: 0 auto 1rem;
  font-size: 1.25rem;
  line-height: 1.7;
}
.howto__img {
  width: 100%;
  margin: auto;
}
.howto__img img {
  width: 100%;
}

.reason {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.reason__contents {
  display: grid;
  padding: 1rem;
  border-radius: 0.625rem;
  background: #fff;
  position: relative;
}
.reason__contents:nth-child(even) .reason__ttl {
  text-align: right;
}
.reason__contents:nth-child(even) .reason__discription {
  margin-left: auto;
}
.reason__contents:nth-child(even) .reason__number {
  left: 1rem;
  right: auto;
}
.reason__number {
  width: 100px;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.reason__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #eb6d00;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.reason__discription {
  width: 80.6%;
  font-size: 1.25rem;
}

.problem__contents {
  background: url(../../assets/img/problem-bg-sp.png) no-repeat top 10px center/contain;
}
.problem__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(5.75rem, auto);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.problem__list--sub {
  list-style-type: decimal;
  padding-left: 1.75rem;
}
.problem__item {
  display: grid;
  padding: 1rem;
  font-size: 1.25rem;
  line-height: normal;
  border-radius: 0.625rem;
  background: #fff;
}
.problem__item span {
  align-self: center;
}
.problem__note {
  font-size: 0.875rem;
  color: #fff;
}

.problem-solution::before {
  content: "";
  display: block;
  width: 104px;
  height: 30px;
  margin: 0 auto 1.125rem;
  background-color: #eb6d00;
  clip-path: polygon(50% 30px, 0% 0%, 104px 0%);
}
.problem-solution__logo {
  max-width: 30.0625rem;
  margin-bottom: -0.1875rem;
}
.problem-solution__list {
  margin-bottom: 0;
}
.problem-solution .cv {
  padding-top: 1.5rem;
}

.updated {
  text-align: center;
}
.updated__txt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: normal;
}
.updated__txt:first-child {
  margin-bottom: 0.25rem;
}
.updated__txt em {
  font-size: 2rem;
}
.updated__img {
  width: 100%;
  max-width: 6.5625rem;
  margin-top: 0.9375rem;
}
.updated__img img {
  width: 100%;
}

.flow {
  position: relative;
  z-index: 2;
}
.flow__circle {
  position: relative;
  overflow: hidden;
}
.flow__circle::before {
  content: "";
  display: block;
  width: 136%;
  height: 195px;
  border-radius: 50%/0 0 100% 100%;
  background: #48a838;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.flow__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 1.5rem;
}
.flow__item {
  padding: 1rem;
  border-radius: 0.625rem;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 144px 1fr;
  gap: 1rem 0;
  position: relative;
}
.flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 83px;
  height: 21px;
  margin: 0 auto;
  background-color: #48a838;
  clip-path: polygon(50% 21px, 0% 0%, 83px 0%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.1rem;
}
.flow__step {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 1.25rem;
  font-weight: bold;
}
.flow__person {
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: end;
  align-self: start;
  font-weight: bold;
  border-radius: 9999px;
}
.flow__person--guest {
  padding: 0.125rem 0.75rem;
  background: #eb6d00;
  color: #fff;
}
.flow__person--bell {
  padding: 0.125rem 0.75rem;
  background: #fff;
  border: 2px solid #48a838;
  color: #48a838;
}
.flow__txt {
  grid-column: 1/3;
  grid-row: 3/4;
  font-size: 1.125rem;
  line-height: normal;
}
.flow__img {
  grid-column: 1/3;
  grid-row: 2/3;
  display: grid;
  place-content: center;
  width: 144px;
  height: 144px;
  margin: auto;
  background: #f1f9ef;
  border-radius: 50%;
}
.flow__img img {
  width: 80px;
}
.flow__img--03 img {
  width: 71px;
}
.flow__note--ttl, .flow__note--txt {
  font-size: 0.875rem;
}
.flow__note--ttl {
  font-weight: bold;
}
.fee-avarage {
  border: #eb6d00 solid 1px;
  margin: 0.9375rem 0 0.8125rem;
  padding: 1rem 0 0.625rem;
  text-align: center;
  border-radius: 10px;
}
.fee-avarage__ttl {
  font-size: 1.125rem;
  display: block;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
.fee-avarage__ttl em {
  font-weight: normal;
}
.fee-avarage__discription {
  font-size: 1.5rem;
  line-height: 1.2;
}
.fee-avarage__discription small {
  font-size: 1rem;
}
.fee-avarage__amount {
  font-size: 2.25rem;
}
.fee-expenses {
  margin-top: 0.8125rem;
}
.fee-expenses__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  padding: 0.875rem 0.5rem;
  background: #f0f0f0;
}
.fee-expenses__contents {
  padding-left: 1.25rem;
  width: 70%;
}
.fee-expenses__ttl {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}
.fee-expenses__amount {
  font-size: 1.625rem;
  font-weight: bold;
  margin-left: 0.25rem;
}
.fee-expenses__amount span {
  font-size: 1.125rem;
}
.fee-expenses__discription {
  font-size: 0.75rem;
  padding-top: 0.5rem;
}
.fee-expenses__comment {
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.fee-expenses__comment:last-child {
  margin-bottom: 0;
}
.fee-expenses__note {
  font-size: 0.75rem;
  margin-bottom: 2rem;
  text-align: center;
}
.fee__image {
  width: 10.375rem;
  display: block;
  margin: 0 auto;
}
.fee__image--expenses {
  height: 4rem;
}

.faq__accordion {
  background: #fff;
  border-radius: 5px;
}
.faq__accordion:not(:last-child) {
  margin-bottom: 1.5rem;
}
.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1rem 0.5rem 1rem 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  background: linear-gradient(180deg, #fff 64%, #eee 100%);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question::after {
  font-family: "Material Icons";
  content: "\e145";
  font-size: 2rem;
  color: #1852bc;
}
.faq__answer {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1rem;
}
.faq__accordion[open] .faq__question::after {
  content: "\e15b";
}
.faq__accordion[open] .faq__answer {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 768px){
  .header__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    align-items: center;
  }
  .nav {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-top: 15.12%;
  }
  .menu-white {
    grid-column: 1/2;
    grid-row: 1/2;
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
  }
  .hamburger {
    width: 5rem;
    height: 5rem;
    border-radius: 0;
    top: 2rem;
    right: 2rem;
  }
  .hamburger .ham-border {
    width: 2.375rem;
  }
  .hamburger .ham-label {
    font-size: 1rem;
  }
  .hamburger.js-menu-open .ham-border:nth-child(1) {
    transform: rotate(45deg) translate(0.5rem, 0.5rem);
  }
  .hamburger.js-menu-open .ham-border:nth-child(3) {
    transform: rotate(-45deg) translate(0.5rem, -0.5rem);
  }
  .information {
    margin: 10rem 0 5.625rem 0;
    padding: 3.375rem 0 2.25rem;
  }
  .information__ttl {
    font-size: 2rem;
  }
  .information__phone {
    margin: 2rem 0 1.75rem 0;
  }
  .information__note {
    font-size: 1.5rem;
  }
  .information__tel {
    pointer-events: none;
  }
  .information__tel {
    font-size: 3rem;
  }
  .company {
    margin: 5.625rem auto 4.375rem;
  }
  .company__attribute {
    font-size: 0.875rem;
    margin-bottom: 1.375rem;
  }
  .company__name {
    width: 41rem;
    margin: 0 auto;
  }
  .company__address {
    margin: 1.375rem 0 0;
  }
  .company__data {
    font-size: 0.875rem;
    margin: 1.375rem 0 0 1rem;
  }
  .copy {
    font-size: 0.875rem;
    padding: 1.5rem 0 6.25rem;
  }
  .fixed__btn--tel, .fixed__btn--book {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5625rem;
    padding: 0.625rem 0.375rem 0.375rem;
    font-size: 1.75rem;
  }
  .fixed__btn--tel::before, .fixed__btn--book::before {
    margin-bottom: 0;
    order: 2;
  }
  .fixed {
    padding: 0.5rem;
  }
  .fixed .cv__inr {
    gap: 1rem;
  }
  .fixed__btn--txt {
    line-height: 1.7;
    order: 1;
  }
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
  .is-inline__pc {
    display: inline-block;
  }
  .ttl__h1 {
    width: 30.75rem;
    margin-bottom: 1.1875rem;
  }
  .ttl__h2--voice {
    align-items: center;
    gap: 0.875rem;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .ttl__h2--intro {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-bottom: 0;
    font-size: 1.75rem;
    text-align: left;
  }
  .ttl__h2--intro em {
    font-size: 2.5rem;
  }
  .ttl__h2--reason {
    margin-bottom: 2.625rem;
    font-size: 2.5rem;
  }
  .ttl__h2--reason .circle-element {
    width: 4rem;
    height: 4rem;
    font-size: 3.875rem;
  }
  .ttl__h2--problem {
    margin-bottom: 1.875rem;
    font-size: 2.5rem;
  }
  .ttl__h2--problem em {
    font-size: 3.5rem;
  }
  .ttl__h2--solution {
    margin-bottom: 3.125rem;
    font-size: 2.5rem;
  }
  .ttl__h2--solution em {
    font-size: 3.5rem;
  }
  .ttl__h2--flow {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
  }
  .ttl__h2--flow em {
    font-size: 3.5rem;
  }
  .ttl__h2--fee {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .ttl__h2--faq {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    line-height: normal;
  }
  .ttl__h2--faq em {
    font-size: 3.5rem;
  }
  .ttl__h3--plan {
    font-size: 2.5rem;
  }
  .icon__ex {
    top: -0.5rem;
  }
  .icon__moth {
    font-size: 1.5rem;
    width: 6rem;
    height: 2.75rem;
    line-height: 2.75rem;
  }
  .icon__free--phone {
    font-size: 1.5rem;
    width: 5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border: #48a838 2px solid;
    margin-left: 1.5rem;
    position: relative;
    top: -0.25rem;
  }
  .icon__free--orange {
    font-size: 1rem;
    width: 2.875rem;
    height: 1.625rem;
    line-height: 1.625rem;
  }
  .icon__free--green {
    font-size: 1rem;
    width: 3.75rem;
    height: 1.875rem;
    line-height: 1.875rem;
    border: #48a838 1px solid;
  }
  .icon__book {
    width: 2.25rem;
  }
  .icon__age {
    font-size: 1.5rem;
    margin-bottom: 1.125rem;
    padding: 0.5rem 1.5rem;
  }
  .icon__age em {
    font-size: 1.5rem;
  }
  .icon__information {
    width: 2.25rem;
  }
  .note__item {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .note__item::before {
    top: 0.5rem;
  }
  .cv__inr {
    flex-direction: row;
  }
  .btn__cv--book .btn-txt {
    margin-top: -0.5rem;
  }
  .btn__cv--book .icon__arrow {
    width: 58px;
  }
  .btn__cv--tel .btn-inr {
    margin-left: -1.875rem;
  }
  .btn__cv--tel .icon__tel {
    width: 3.375rem;
  }
  .btn__cv--tel .btn-lead {
    margin-top: -0.25rem;
    font-size: 1.25rem;
  }
  .btn__cv--tel .btn-txt {
    font-size: 1.75rem;
  }
  .btn__cv--tel .icon__arrow {
    width: 58px;
  }
  .btn-lead {
    font-size: 1.75rem;
  }
  .btn-lead span {
    font-size: 1.25rem;
  }
  .btn-txt {
    font-size: 2rem;
  }
  .btn-txt em {
    font-size: 1.875rem;
  }
  .estimate {
    border: #eb6d00 solid 3px;
    max-width: 662px;
    margin: 0 auto;
  }
  .estimate__ttl::before {
    width: 54.875rem;
    height: 12.6875rem;
  }
  .estimate__wrap {
    padding: 0.5625rem 1.5rem 1.5rem;
  }
  .estimate__lead {
    margin-bottom: 1.25rem;
  }
  .estimate__item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .estimate__age {
    width: 9.5625rem;
  }
  .estimate__age::after {
    right: 20%;
  }
  .estimate__radio {
    width: 20.1875rem;
  }
  .estimate__result {
    padding-top: 4rem;
  }
  .estimate__conditions::before {
    top: 1.875rem;
  }
  .estimate__plan--plan {
    width: 31.09%;
  }
  .fv {
    height: 30rem;
    background-image: url(https://www.bell-shotan.co.jp/secure/lp01/assets/img/fv-bg-pc2.jpg);
    aspect-ratio: auto;
  }
  .fv__inr {
    display: grid;
    align-content: center;
    height: 100%;
    padding: 1.25rem 0 0 0.3125rem;
  }
  .fv__conditions {
    width: 30rem;
  }
  .feature-lists__item {
    flex-grow: 1;
    flex-basis: calc(33.3333333333% - 1rem);
    padding: 1.5rem 0.625rem;
    font-size: 1.5rem;
  }
  .feature-info__item {
    width: 9rem;
    height: 9rem;
    font-size: 1.4375rem;
  }
  .feature-info__item em {
    font-size: 1.4375rem;
  }
  .feature-info__item:nth-child(2) {
    font-size: 1.4375rem;
  }
  .feature-info__txt {
    margin: 0.5rem 0 1rem;
    font-size: 2.5rem;
  }
  .feature-info__txt em {
    font-size: 4rem;
  }
  .feature-info__txt .underline::after {
    bottom: 0.75rem;
  }
  .feature-info__plan {
    font-size: 1.5rem;
  }
  .feature-info__plan--txt {
    font-size: 1.5rem;
  }
  .feature-info__plan--txt em {
    font-size: 2rem;
  }
  .voice-star {
    width: 7.875rem;
    margin-bottom: 0.9375rem;
  }
  .customer__slider .splide__arrow--prev {
    left: -1rem;
  }
  .customer__slider .splide__arrow--next {
    right: -1rem;
  }
  .customer__content {
    width: 100%;
    padding: 2rem;
  }
  .customer__discription {
    padding-top: 1rem;
    font-size: 1.25rem;
  }
  .plan-intro__lead {
    margin-bottom: 3.8125rem;
    padding: 0.9375rem 1rem 1.1875rem;
    font-size: 2rem;
  }
  .plan-intro__contents {
    display: grid;
    grid-template-columns: auto minmax(auto, 492px);
    grid-template-rows: auto 1fr;
    gap: 0.4375rem 2rem;
  }
  .plan-intro__img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .plan-intro__txt {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 1.25rem;
  }
  .plan__copy {
    font-size: 2rem;
    letter-spacing: 1.28px;
    margin: 1.375rem 0 1.625rem;
  }
  .plan__copy--accent {
    font-size: 3rem;
    letter-spacing: 1.92px;
  }
  .plan__anchor {
    font-size: 1.5rem;
  }
  .plan__anchor svg {
    top: -0.625rem;
  }
  .plan__inr {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
  }
  .plan__ex {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 1.28px;
    margin: 1.5rem 0 2rem;
  }
  .plan__amount--accent {
    font-size: 3rem;
  }
  .plan__list {
    max-width: 662px;
    margin: 0 auto 1.75rem;
  }
  .plan__ttl {
    font-size: 1.5rem;
  }
  .plan__compensation {
    font-size: 1.25rem;
    height: 3.5rem;
    line-height: 3.5rem;
  }
  .plan__compensation em {
    font-size: 1.75rem;
  }
  .plan__age, .plan__amount {
    font-size: 1.25rem;
    padding: 0.844rem;
  }
  .plan__age {
    width: 35.95%;
  }
  .plan__note {
    margin-bottom: 2rem;
  }
  .plan__note .note__item {
    font-size: 1.125rem;
  }
  .plan-detail__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 3rem;
  }
  .plan-detail__item {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-rows: subgrid;
    grid-row: span 3;
    align-items: start;
    gap: 0;
    max-width: none;
    margin: 0;
    position: relative;
  }
  .plan-detail__item:not(:last-child)::after {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    display: block;
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    right: -1.5rem;
  }
  .plan-detail__item:not(:last-child) {
    margin-bottom: 0;
  }
  .plan-detail__item:nth-child(2) .plan-detail__txt {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .plan-detail__item:nth-child(2) .plan-detail__img {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .plan-detail__subttl {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 1.5rem;
    padding: 0.4375rem;
    font-size: 1.75rem;
  }
  .plan-detail__subttl span {
    font-size: 1.5rem;
  }
  .plan-detail__txt {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .plan-detail__img {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 9.5625rem;
    height: 9.5625rem;
    margin: 0 auto 1rem;
  }
  .plan-detail__img:first-child img {
    width: 6.875rem;
  }
  .plan-detail__img:nth-child(2) img {
    width: 5.875rem;
  }
  .plan-detail__img:nth-child(3) img {
    width: 6.75rem;
  }
  .howto__txt {
    margin-bottom: 1.75rem;
    font-size: 1.5rem;
  }
  .howto__img {
    max-width: 43.125rem;
  }
  .reason {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
  }
  .reason__contents {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
  .reason__contents:nth-child(even) .reason__ttl {
    text-align: left;
  }
  .reason__contents:nth-child(even) .reason__discription {
    margin-left: 0;
  }
  .reason__contents:nth-child(even) {
    display: block;
  }
  .reason__contents:nth-child(even) .reason__number {
    left: auto;
    right: 1rem;
  }
  .reason__ttl {
    text-align: left;
  }
  .reason__discription {
    width: 96%;
  }
  .problem__contents {
    background-image: url(../../assets/img/problem-bg-pc.png);
  }
  .problem__list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: minmax(8.125rem, auto);
    gap: 1rem;
  }
  .problem__item {
    place-content: center;
  }
  .problem__note {
    font-size: 1.125rem;
    text-align: center;
  }
  .problem-solution::before {
    width: 166px;
    height: 48px;
    margin: 1rem auto 1.75rem;
    clip-path: polygon(50% 48px, 0% 0%, 166px 0%);
  }
  .problem-solution__list {
    margin-bottom: 0;
  }
  .updated {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.6875rem;
  }
  .updated__txt {
    font-size: 2rem;
  }
  .updated__txt em {
    font-size: 2.5rem;
  }
  .updated__img {
    max-width: 12.5rem;
    margin-top: 0;
  }
  .flow__circle::before {
    width: 108.1%;
    height: 284px;
  }
  .flow__list {
    gap: 4rem;
    margin-bottom: 2.5rem;
  }
  .flow__item {
    grid-template-columns: 120px 1fr auto;
    grid-template-rows: repeat(2, auto);
    gap: 0.5rem 1rem;
  }
  .flow__item:not(:last-child)::after {
    width: 95px;
    height: 24px;
    clip-path: polygon(50% 24px, 0% 0%, 95px 0%);
    bottom: -3rem;
  }
  .flow__step {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: end;
    font-size: 1.5rem;
  }
  .flow__person {
    grid-column: 3/4;
    grid-row: 1/3;
    align-self: center;
    font-size: 1.25rem;
  }
  .flow__txt {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 1.25rem;
  }
  .flow__img {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 120px;
    height: 120px;
  }
  .flow__img img {
    width: 66px;
  }
  .flow__img--03 img {
    width: 59px;
  }
  .flow__note--ttl, .flow__note--txt {
    font-size: 1.125rem;
  }
  .fee__inr {
    align-items: center;
    display: flex;
    gap: 3.5625rem;
    justify-content: center;
  }
  .fee-avarage {
    border: none;
    margin: 0;
    padding: 0;
  }
  .fee-avarage__ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .fee-avarage__discription {
    font-size: 2.5rem;
    line-height: 1.5;
    background: linear-gradient(transparent 64%, rgba(255, 213, 0, 0.6) 64%);
  }
  .fee-avarage__discription small {
    font-size: 2.5rem;
    line-height: 1;
  }
  .fee-avarage__amount {
    font-size: 4rem;
  }
  .fee-expenses {
    display: flex;
    gap: 1.25rem;
    margin-top: 2rem;
  }
  .fee-expenses__item {
    display: block;
    width: 33.3333333333%;
    margin-bottom: 0;
    padding: 2rem;
  }
  .fee-expenses__contents {
    padding-left: 0;
    margin-top: 1.5rem;
    width: 100%;
  }
  .fee-expenses__ttl {
    font-size: 1.125rem;
    text-align: center;
  }
  .fee-expenses__amount {
    font-size: 2rem;
  }
  .fee-expenses__amount span {
    font-size: 1.25rem;
  }
  .fee-expenses__discription {
    font-size: 0.875rem;
    padding-top: 1rem;
    text-align: center;
  }
  .fee-expenses__comment {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .fee-expenses__note {
    font-size: 0.875rem;
    margin: 1rem 0 3rem;
  }
  .fee__image {
    width: 14.875rem;
    margin: 0;
  }
  .fee__image--expenses {
    height: 7.375rem;
    margin: 0 auto;
  }
  .faq__question {
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 1440px){
  .nav {
    padding-top: 10%;
  }
}
@media screen and (min-width: 1024px){
  .footer {
    padding: 0;
  }
  .section {
    padding: 0;
  }
  .section__bnr {
    margin-bottom: 4rem;
  }
  .section__customer {
    padding: 4rem 0 1.5rem;
    margin: 0 auto;
  }
  .section__plan-intro {
    padding-bottom: 4rem;
  }
  .section__plan {
    padding: 4rem 0 1rem;
  }
  .section__detail {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
  .section__howto {
    padding-top: 2.5rem;
    padding-bottom: 2.625rem;
  }
  .section__reason {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .section__problem {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .section__solution {
    padding-top: 1.375rem;
    padding-bottom: 1.5rem;
  }
  .section__updated {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .section__flow {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .section__fee {
    padding: 4rem 0;
  }
  .section__faq {
    padding: 4rem 0;
  }
  .cv {
    padding: 2.5rem 0;
  }
  .feature-info {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
  .plan__intro {
    padding-bottom: 4.75rem;
  }
  .problem__list {
    grid-auto-rows: minmax(11.375rem, auto);
  }
  .fee-expenses__item {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 320px){
  .information__tel {
    font-size: 1.75rem;
  }
  .section__customer {
    margin: 0 0.625rem;
  }
  .is-xs {
    display: block;
  }
  .estimate__ttl span {
    font-size: 1.125rem;
  }
  .plan__ex {
    font-size: 1.125rem;
  }
  .flow__person {
    font-size: 0.875rem;
  }
  .fee-expenses__comment {
    font-size: 0.9375rem;
  }
  .fee-expenses__note {
    font-size: 0.625rem;
  }
  .fee__image--expenses {
    height: 3.125rem;
  }
}
