@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.body {
  margin: 0;
  font-family: "Roboto", serif;
}

.header {
  z-index: 100;
  position: sticky;
  top: 0;
  box-shadow: 0px 2px 2px 0px rgba(200, 200, 200, 0.38), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}
.header__container {
  margin: 0;
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 15px;
  background-color: #fff;
}
.header__company-logo {
  width: 100%;
  max-width: 93px;
  margin-right: 16px;
}
.header__company-logo__container {
  display: inline-block;
}
.header__logo {
  width: 100%;
  max-width: 98px;
}

.top-img > img {
  width: 100%;
}

.title {
  margin: 0;
  color: #761A12;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
.title.sp-big {
  font-size: 1.5rem;
}
.title > span {
  position: relative;
  color: #EE3424;
  font-size: 1.5rem;
}
.title > span::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}
.title--small {
  display: inline;
  font-size: 0.875rem;
}
.title--very-small {
  display: inline;
  font-size: 0.875rem;
}

.u-d-none-sp {
  display: none;
}

.u-d-none {
  display: block;
}
.three-benefits {
  padding-top: 40px;
  padding-right: 15px;
  padding-bottom: 150px;
  padding-left: 15px;
  background-color: #FCE3E1;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0, 100% 87%, 50% 100%, 0 87%);
}
.three-benefits__img > img {
  width: 100%;
  margin-top: 30px;
}

.plan {
  position: relative;
  margin-top: -115px;
}
.plan__img {
  grid-column: span 3;
  order: 5;
}
.plan__img > img {
  width: 100%;
}
.plan__moreover {
  display: grid;
  grid-column: span 3;
  place-items: center;
  order: 3;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}
.plan__moreover > span {
  position: relative;
}
.plan__moreover > span::after {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: -10.5px;
  width: 70px;
  height: 25px;
  transform: translateY(-50%);
  background-color: #949699;
  content: "";
}
.plan__moreover > span::before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 70px;
  transform: translateY(-50%) translateX(-50%);
  background-color: #949699;
  content: "";
}
.plan__btn {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
}
.plan__btn.none {
  display: none;
}
.plan__btn.night {
  margin-bottom: 7px;
}
.plan__btn__container {
  display: grid;
  grid-column: span 3;
  place-items: center;
  order: 2;
}
.plan__btn__item {
  display: inline-block;
  position: relative;
  top: 0;
  width: 100%;
  height: 90px;
  padding-top: 12px;
  padding-left: 21px;
  background-color: #EE3424;
  box-shadow: 0 5px #C72416;
  transition: 0.2s ease-in-out;
}
.plan__btn__item.night {
  padding-top: 4px;
  padding-left: 20px;
  line-height: 28px;
}
.plan__btn__item.night::after {
  background-image: url("../images/plan-btn-icon-night.png");
}
.plan__btn__item::after {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background-image: url("../images/plan-btn-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.plan__btn__item::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background-image: url("../images/btn-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.plan__btn__note {
  margin-bottom: 15px;
  color: #D8052E;
  font-size: 0.875rem;
  line-height: 21px;
}
.plan__btn--large {
  font-size: 1.5rem;
}
.plan__btn--detail {
  font-size: 0.875rem;
}
.plan__switch {
  display: flex;
  justify-content: center;
}
.plan__switch--home {
  margin: 0;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 15px;
  padding-left: 5px;
  border-radius: 5px 5px 0 0;
  background-color: #D1D3D4;
  color: #58595B;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
}
.plan__switch--home.active {
  background-color: #F8B500;
  color: #fff;
}
.plan__switch--general {
  margin: 0;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px 5px 0 0;
  background-color: #D1D3D4;
  color: #58595B;
  font-weight: bold;
  font-size: 0.875rem;
}
.plan__switch--general.active {
  background-color: #F8B500;
  color: #fff;
}
.plan__note {
  margin-right: 15px;
  margin-left: 15px;
  padding-left: 0;
  color: #58595B;
  list-style: none;
}
.plan__note > li {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.plan__note > li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
  z-index: 1;
  position: relative;
  grid-template-columns: 440fr 110fr 560fr;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  border: solid;
  border-width: 1.5px;
  border-radius: 10px;
  border-color: #F8B500;
  background-color: #fff;
}
.grid__title {
  margin: 0;
  color: #EE3424;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
.grid__title > span {
  position: relative;
}
.grid__title > span::after {
  position: absolute;
  top: 50%;
  left: -18px;
  width: 12.93px;
  height: 19.63px;
  transform: translateY(-50%);
  background-image: url("../images/plan-title-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.grid__title > span::before {
  position: absolute;
  top: 50%;
  right: -18px;
  width: 12.93px;
  height: 19.63px;
  transform: translateY(-50%) scale(-1, 1);
  background-image: url("../images/plan-title-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.grid--benefits {
  grid-column: span 3;
  order: 4;
  margin-bottom: 15px;
}
.grid--profit {
  grid-column: span 3;
  order: 1;
  margin-bottom: 15px;
}

.points-program {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.points-program > img {
  width: 100%;
  max-width: 977px;
  padding: 0 15px;
}
.points-program__note {
  margin-bottom: 55px;
  color: #D8052E;
  font-size: 0.875rem;
  text-align: center;
}
.points-program__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.points-program__link:hover {
  opacity: 0.7;
}

.three-reassurances {
  z-index: 0;
  position: relative;
  padding-top: 40px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  background-color: #FCE3E1;
}
.three-reassurances__box {
  margin-top: 30px;
}
.three-reassurances__item {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.three-reassurances__item__title {
  margin: 0;
  margin-bottom: 20px;
  color: #58595B;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
.three-reassurances__item__title > span {
  color: #EE3424;
}
.three-reassurances__item__content {
  margin-top: 20px;
  margin-bottom: 0;
  color: #58595B;
  font-weight: 600;
}
.three-reassurances__item__img {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}

.about-procedure {
  padding-top: 60px;
  padding-right: 15px;
  padding-bottom: 60px;
  padding-left: 15px;
}
.about-procedure__container {
  justify-content: center;
  margin-top: 30px;
}

.price-simulation {
  display: block;
  position: relative;
  top: 0;
  height: 80px;
  margin: 0 auto;
  padding-top: 15px;
  padding-left: 26px;
  background-color: #F5F5F5;
  box-shadow: 0 5px #E4E4E4;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.price-simulation__container {
  width: 100%;
  max-width: 323px;
  margin: 0 auto;
}
.price-simulation__note {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #EE3424;
  font-size: 0.875rem;
}
.price-simulation::after {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 51.03px;
  height: 52.73px;
  transform: translateY(-50%);
  background-image: url("../images/price-simulation-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.price-simulation::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background-image: url("../images/price-simulation-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.price-simulation--main {
  margin-top: 0;
  margin-bottom: 0;
  color: #EE3424;
  font-weight: 600;
  font-size: 1.125rem;
}
.price-simulation--sub {
  margin: 0;
  color: #58595B;
  font-weight: 600;
  font-size: 0.75rem;
}
.price-simulation--sub > span {
  color: #EE3424;
}

.application-btn {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  max-width: 323px;
  height: 80px;
  margin: 0 auto;
  padding-top: 21.5px;
  padding-left: 11px;
  background-color: #EE3424;
  box-shadow: 0 5px #C72416;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.application-btn.center {
  margin: 0 auto;
  margin-bottom: 5px;
}
.application-btn__note {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 0;
  color: #EE3424;
  font-size: 0.875rem;
}
.application-btn__note.center {
  display: block;
}
.application-btn__container {
  max-width: 323px;
  margin: 0 auto;
}
.application-btn__container.center {
  margin: 0 auto;
}
.application-btn::after {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 51.03px;
  height: 52.73px;
  transform: translateY(-50%);
  background-image: url("../images/application-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.application-btn::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background-image: url("../images/btn-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.application-detail {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.875rem;
}
.application-detail > span {
  display: inline;
  padding: 0 1px 0px;
  background: linear-gradient(transparent 60%, #FDDB81 0%);
}
.application-detail > span > span.red {
  color: #EE3424;
}

.procedure-flow {
  padding-top: 40px;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
  background-color: #F5F5F5;
}
.procedure-flow__step {
  position: relative;
  margin-bottom: 20px;
  padding-left: 55px;
  color: #EE3424;
  font-weight: 600;
  font-size: 1.125rem;
}
.procedure-flow__step.two::before {
  background-image: url("../images/procedure-flow-step2.png");
}
.procedure-flow__step.three {
  margin-top: 60px;
}
.procedure-flow__step.three::before {
  background-image: url("../images/procedure-flow-step3.png");
}
.procedure-flow__step__content {
  margin: 0;
  color: #58595B;
  font-weight: 600;
  font-size: 1rem;
}
.procedure-flow__step::before {
  position: absolute;
  top: -7px;
  left: 0;
  width: 45px;
  height: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.procedure-flow__detail__container {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.procedure-flow__need__note {
  margin: 0;
  padding-left: 0;
  color: #58595B;
  font-size: 0.875rem;
  list-style: none;
}
.procedure-flow__need__note > li {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 17px;
}
.procedure-flow__need__note > li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.procedure-flow__need__img > img {
  width: 100%;
  margin-bottom: 10px;
}
.procedure-flow__need__item {
  margin-bottom: 5px;
  color: #58595B;
  font-weight: 600;
  line-height: 20px;
}
.procedure-flow__need__item > span {
  padding-left: 1rem;
  color: #58595B;
  font-weight: 200;
  font-size: 0.875rem;
}
.procedure-flow__need__subtitle {
  margin-bottom: 20px;
  color: #761A12;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
.procedure-flow__need__container {
  margin: 0 auto;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.procedure-flow__need__title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 55px;
  color: #EE3424;
  font-weight: 600;
  font-size: 1.125rem;
}
.procedure-flow__need__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  background-image: url("../images/procedure-flow-step1.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.special-discount__title {
  margin: 0;
  margin-bottom: 10px;
  color: #EE3424;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
.special-discount__note {
  margin: 0;
  padding-left: 0;
  color: #58595B;
  font-size: 1rem;
  list-style: none;
}
.special-discount__note > li {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 19px;
}
.special-discount__note > li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.special-discount__content {
  margin-bottom: 20px;
  color: #58595B;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}
.special-discount__img > img {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.special-discount__container {
  margin: 0 auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.question {
  padding-top: 60px;
  padding-bottom: 60px;
}
.question__note {
  display: inline-block;
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #EE3424;
  font-size: 0.875rem;
  text-align: center;
}
.question__note.center {
  display: block;
}

.question-btn {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 30px;
  padding-top: 12px;
  padding-bottom: 11.2px;
  padding-left: 22px;
  background-color: #EE3424;
  box-shadow: 0 5px #C72416;
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.question-btn::after {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 59.41px;
  height: 55.41px;
  transform: translateY(-50%);
  background-image: url("../images/question-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.question-btn::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background-image: url("../images/btn-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.inquiry {
  padding-top: 40px;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
  background-image: url("../images/inquiry-background-sp.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.inquiry__note {
  display: inline-block;
  margin-top: 10px;
}
.inquiry__container > img {
  width: 100%;
  margin-top: 30px;
}
.inquiry__item {
  margin-bottom: 15px;
  padding-top: 25px;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-left: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
.inquiry__box {
  flex: 0 0 50%;
}
.inquiry__title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #58595B;
  font-weight: 600;
  font-size: 1.1875rem;
  text-align: center;
}
.inquiry__title.service {
  margin-bottom: 10px;
  line-height: 25px;
}
.inquiry__sub-title {
  margin: 0;
  color: #58595B;
  font-weight: 600;
  font-size: 0.8125rem;
  text-align: center;
}
.inquiry__number {
  margin: 0;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 45px;
  text-align: center;
}
.inquiry__number.red {
  margin-bottom: 0;
  color: #EE3424;
}
.inquiry__number.red > span::before {
  background-image: url("../images/phone-icon-red.png");
}
.inquiry__number > span {
  position: relative;
  padding-left: 30px;
}
.inquiry__number > span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background-image: url("../images/phone-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.inquiry__number--sub {
  margin: 0;
  margin-bottom: 10px;
  color: #EE3424;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
}
.inquiry__text {
  margin: 0;
  color: #58595B;
  font-size: 0.875rem;
  text-align: center;
}
.inquiry__text--adjust {
  display: inline-block;
  text-align: left;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F5F5F5;
  text-align: center;
}
.footer__note {
  margin-top: 8px;
  font-size: 0.75rem;
  line-height: 25px;
}
.footer__list {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 25px;
}
.footer__list > a {
  padding-right: 10px;
  padding-left: 10px;
  color: #EE3424;
  text-decoration: none;
}
.footer__list > a.border-sp {
  display: inline-block;
  border-right: solid;
  border-width: 1.5px;
  border-color: #D1D3D4;
  line-height: 18px;
}
.footer__list > a.border {
  border-width: 1.5px;
  line-height: 18px;
}
.footer__top {
  margin-top: 30px;
}
.footer__copyright {
  display: inline-block;
  margin-top: 3px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 300;
  line-height: 18px;
}
.footer__img {
  max-width: 125px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: center;
}
.footer__adress {
  margin-bottom: 30px;
  color: #58595B;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 25px;
}

:root {
  --base-color: #eee;
  --main-color: #000;
  --sub-color: #000;
  --accent-color: #000;
  --text-color: #333;
  --link-color: #04c;
  --white-color: #FFF;
  --base-font-size: 1rem;
  --base-font-weight: 300;
  --base-line-height: 1.625;
  --base-font-family: "Hiragino Sans","Meiryo","Hiragino Kaku Gothic ProN","Arial",sans-serif;
  --z-modal: 1000;
  --z-overlay: 100;
  --z-header: 20;
  --container-padding: 15px;
  --container-size: 1100px;
  --container-width: calc(var(--container-size) + (var(--container-padding)*2));
  --animation-normal: all 0.2s ease-in;
  --path--image: "./images/";
  --path--image-icon: var(--path--image)"icon/";
}

body {
  font-weight: 300;
  font-weight: var(--base-font-weight);
  font-size: 1rem;
  font-size: var(--base-font-size);
  line-height: 1.625;
  line-height: var(--base-line-height);
  font-family: "Hiragino Sans","Meiryo","Hiragino Kaku Gothic ProN","Arial",sans-serif;
  font-family: var(--base-font-family);
  scroll-behavior: smooth;
}

/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Breaks words to prevent overflow in all browsers (opinionated).
  * 4. Use a 4-space tab width in all browsers (opinionated).
  * 5. Remove the grey highlight on links in iOS (opinionated).
  * 6. Prevent adjustments of font size after orientation changes in iOS.
  */
:where(:root) {
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; /* 6 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  cursor: default; /* 1 */
     tab-size: 4; /* 4 */
}

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
:where(body) {
  margin: 0;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
:where(h1) {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, and Safari.
  */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
  * 1. Correct the inheritance of border color in Firefox.
  * 2. Add the correct box sizing in Firefox.
  */
:where(hr) {
  height: 0; /* 2 */
  color: inherit; /* 1 */
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
:where(nav) :where(ol, ul) {
  padding: 0;
  list-style-type: none;
}

/**
  * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
  */
:where(nav li)::before {
  float: left;
  content: "​";
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  * 3. Prevent overflow of the container in all browsers (opinionated).
  */
:where(pre) {
  overflow: auto; /* 3 */
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
  * ========================================================================== */
/**
  * Add the correct text decoration in Safari.
  */
:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
          text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
:where(b, strong) {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
:where(code, kbd, samp) {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
  * Add the correct font size in all browsers.
  */
:where(small) {
  font-size: 80%;
}

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
:where(iframe) {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
  * ========================================================================== */
/**
  * 1. Collapse border spacing in all browsers (opinionated).
  * 2. Correct table border color in Chrome, Edge, and Safari.
  * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
  */
:where(table) {
  border-color: currentColor; /* 2 */
  border-collapse: collapse; /* 1 */
  text-indent: 0; /* 3 */
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
:where(button, input, select) {
  margin: 0;
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

/**
  * Change the inconsistent appearance in all browsers (opinionated).
  */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
  * Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
:where(progress) {
  vertical-align: baseline;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 3. Change the resize direction in all browsers (opinionated).
  */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
:where([type=search i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct styles in Safari.
  */
:where(dialog) {
  position: absolute;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1em;
  border: solid;
  background-color: white;
  color: black;
}

:where(dialog:not([open])) {
  display: none;
}

/*
  * Add the correct display in Safari.
  */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
:where([aria-busy=true i]) {
  cursor: progress;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@media screen and (min-width: 769px) {
  .header__container {
    padding-top: 1.6666666667vw;
    padding-right: 1.0416666667vw;
    padding-bottom: 0.9722222222vw;
    padding-left: 3.4722222222vw;
  }
  .header__company-logo {
    max-width: 8.6111111111vw;
    margin-right: 2.0833333333vw;
  }
  .header__logo {
    max-width: 8.4027777778vw;
  }
  .title {
    font-size: 2.0833333333vw;
  }
  .title.sp-big {
    font-size: 2.0833333333vw;
  }
  .title > span::after {
    height: 0.6944444444vw;
  }
  .title > span {
    font-size: 2.9166666667vw;
  }
  .title--small {
    font-size: 2.0833333333vw;
  }
  .title--very-small {
    font-size: 1.1111111111vw;
  }
  .u-d-none {
    display: none;
  }
  .u-d-none-sp {
    display: block;
  }
  .three-benefits {
    padding-top: 4.1666666667vw;
    padding-bottom: 14.5833333333vw;
    clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
  .three-benefits__img > img {
    max-width: 68.0555555556vw;
    margin-top: 2.0833333333vw;
  }
  .plan {
    margin-top: -7.9861111111vw;
  }
  .plan__img {
    grid-column: span 1;
    order: 5;
  }
  .plan__moreover {
    grid-column: span 1;
    order: 4;
    margin-bottom: 0;
    font-size: 1.1111111111vw;
  }
  .plan__moreover > span::after {
    left: -0.7291666667vw;
    width: 4.8611111111vw;
    height: 1.7361111111vw;
    font-size: 1.1111111111vw;
  }
  .plan__moreover > span::before {
    width: 1.7361111111vw;
    height: 4.8611111111vw;
    font-size: 1.1111111111vw;
  }
  .plan__btn.night {
    margin-bottom: 0;
  }
  .plan__btn {
    max-width: none;
    margin-bottom: 0;
    font-size: 1.25vw;
  }
  .plan__btn__container {
    grid-column: span 1;
    align-items: end;
    order: 3;
  }
  .plan__btn__item.night {
    height: auto;
    padding-top: 1.5277777778vw;
    padding-bottom: 1.5277777778vw;
    padding-left: 0.6944444444vw;
    line-height: unset;
  }
  .plan__btn__item:hover {
    top: 5px;
    box-shadow: 0 0 #C72416;
    opacity: 0.7;
  }
  .plan__btn__item::after {
    left: 1.3888888889vw;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    padding-left: 0;
  }
  .plan__btn__item::before {
    right: 1.3888888889vw;
    width: 1.7361111111vw;
    height: 1.7361111111vw;
  }
  .plan__btn__item {
    height: auto;
    padding-top: 1.5277777778vw;
    padding-bottom: 1.5277777778vw;
    padding-left: unset;
  }
  .plan__btn__note {
    margin-top: -1.0416666667vw;
    margin-bottom: 0;
    font-size: 0.9722222222vw;
    line-height: 1.4583333333vw;
    line-height: unset;
  }
  .plan__btn--large {
    font-size: 1.6666666667vw;
  }
  .plan__btn--detail {
    font-size: 0.9722222222vw;
  }
  .plan__switch--home {
    width: 100%;
    max-width: 19.4444444444vw;
    margin-right: 0.6944444444vw;
    margin-left: 0.6944444444vw;
    padding-top: 1.1805555556vw;
    padding-bottom: 1.1805555556vw;
    font-size: 1.25vw;
  }
  .plan__switch--general {
    margin-right: 0.6944444444vw;
    margin-left: 0.6944444444vw;
    padding-top: 1.1805555556vw;
    padding-bottom: 1.1805555556vw;
    font-size: 1.25vw;
  }
  .plan__note {
    max-width: 81.9444444444vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.1111111111vw;
  }
  .plan__note > li {
    padding-left: 1.3888888889vw;
  }
  .grid {
    max-width: 81.9444444444vw;
    margin-right: auto;
    margin-bottom: 1.3888888889vw;
    margin-left: auto;
    padding-top: 2.0833333333vw;
    padding-right: 2.4305555556vw;
    padding-bottom: 2.0833333333vw;
    padding-left: 2.4305555556vw;
  }
  .grid__title > span::after {
    left: -1.25vw;
    width: 0.8979166667vw;
    height: 1.3631944444vw;
  }
  .grid__title > span::before {
    right: -1.25vw;
    width: 0.8979166667vw;
    height: 1.3631944444vw;
  }
  .grid__title {
    font-size: 1.25vw;
  }
  .grid--benefits {
    grid-column: 3/4;
    order: 2;
    margin-bottom: 0.6944444444vw;
  }
  .grid--profit {
    grid-column: 1/2;
    margin-bottom: 0;
  }
  .points-program {
    max-width: 67.8840277778vw;
    margin-top: 5.5555555556vw;
    margin-bottom: 0.6944444444vw;
  }
  .points-program > img {
    max-width: 67.3611111111vw;
  }
  .points-program__note {
    margin-bottom: 11.4583333333vw;
    font-size: 0.9722222222vw;
  }
  .three-reassurances {
    padding-top: 4.8611111111vw;
    padding-right: 3.4722222222vw;
    padding-bottom: 4.1666666667vw;
    padding-left: 3.4722222222vw;
  }
  .three-reassurances__box {
    display: flex;
    justify-content: space-between;
    max-width: 81.9444444444vw;
    margin-top: 2.7777777778vw;
    margin-right: auto;
    margin-left: auto;
  }
  .three-reassurances__item {
    width: calc(33.33333333% - 13.333333px);
    margin-bottom: 0;
    padding-top: 2.0833333333vw;
    padding-right: 2.7777777778vw;
    padding-bottom: 2.0833333333vw;
    padding-left: 2.7777777778vw;
  }
  .three-reassurances__item__title {
    margin-bottom: 1.3888888889vw;
    font-size: 1.25vw;
  }
  .three-reassurances__item__content {
    margin-top: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
  .three-reassurances__item__img {
    max-width: 12.5vw;
  }
  .about-procedure {
    padding-top: 4.1666666667vw;
    padding-right: 0;
    padding-bottom: 4.1666666667vw;
    padding-left: 0;
  }
  .about-procedure__container {
    display: flex;
    margin-top: 2.7777777778vw;
    gap: 2.0833333333vw;
  }
  .price-simulation {
    max-width: 29.1666666667vw;
    height: 6.9444444444vw;
    margin: 0;
    margin-bottom: 0;
    padding-top: 1.3194444444vw;
    padding-left: 1.3194444444vw;
  }
  .price-simulation__container {
    max-width: 29.1666666667vw;
    margin: unset;
  }
  .price-simulation__note {
    margin-top: 0.6944444444vw;
    margin-bottom: 0;
    font-size: 0.9722222222vw;
  }
  .price-simulation:hover {
    top: 5px;
    box-shadow: 0 0 #E4E4E4;
    opacity: 0.7;
  }
  .price-simulation::after {
    left: 1.3888888889vw;
    width: 3.54375vw;
    height: 3.6618055556vw;
    padding-left: 0;
  }
  .price-simulation::before {
    right: 1.3888888889vw;
    width: 1.7361111111vw;
    height: 1.7361111111vw;
  }
  .price-simulation--main {
    font-size: 1.6666666667vw;
  }
  .price-simulation--sub {
    font-size: 0.9722222222vw;
  }
  .application-btn.center {
    margin-bottom: 0.6944444444vw;
  }
  .application-btn__note {
    margin-top: 0.4861111111vw;
    margin-bottom: 0;
    font-size: 0.9722222222vw;
  }
  .application-btn__note.center {
    text-align: center;
  }
  .application-btn__container {
    max-width: 29.1666666667vw;
    margin: unset;
  }
  .application-btn__container.center {
    max-width: 43.75vw;
  }
  .application-btn {
    max-width: 29.1666666667vw;
    height: 6.9444444444vw;
    margin: 0;
    padding-top: 2.2222222222vw;
    padding-left: 0.9722222222vw;
    font-size: 1.6666666667vw;
  }
  .application-btn:hover {
    top: 5px;
    box-shadow: 0 0 #C72416;
    opacity: 0.7;
  }
  .application-btn::after {
    left: 2.7777777778vw;
    width: 3.54375vw;
    height: 3.6618055556vw;
    padding-left: 0;
  }
  .application-btn::before {
    right: 1.3888888889vw;
    width: 1.7361111111vw;
    height: 1.7361111111vw;
  }
  .application-detail {
    font-size: 0.9722222222vw;
  }
  .application-detail.center {
    text-align: center;
  }
  .procedure-flow {
    padding-top: 4.1666666667vw;
    padding-right: 0;
    padding-bottom: 4.1666666667vw;
    padding-left: 0;
  }
  .procedure-flow__step {
    margin-bottom: 0;
    padding-left: 6.9444444444vw;
    font-size: 1.6666666667vw;
  }
  .procedure-flow__step.three {
    margin-top: 5.5555555556vw;
  }
  .procedure-flow__step__content {
    padding-left: 6.9444444444vw;
    font-size: 1.1111111111vw;
  }
  .procedure-flow__step::before {
    top: -0.2777777778vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .procedure-flow__container {
    max-width: 57.6388888889vw;
    margin: 0 auto;
  }
  .procedure-flow__detail__container {
    max-width: 54.1666666667vw;
    margin-top: 4.1666666667vw;
    margin-bottom: 4.1666666667vw;
    padding-top: 3.4722222222vw;
    padding-right: 5.5555555556vw;
    padding-bottom: 3.4722222222vw;
    padding-left: 5.5555555556vw;
  }
  .procedure-flow__need__note {
    font-size: 0.9722222222vw;
  }
  .procedure-flow__need__note > li {
    padding-left: 1.1805555556vw;
  }
  .procedure-flow__need__img > img {
    margin-bottom: 0.6944444444vw;
  }
  .procedure-flow__need__item {
    margin-bottom: 0.6944444444vw;
    font-size: 1.1111111111vw;
    line-height: unset;
  }
  .procedure-flow__need__item > span {
    margin-left: 0.4166666667vw;
    padding-left: 0;
    font-size: 0.9722222222vw;
  }
  .procedure-flow__need__subtitle {
    margin-bottom: 1.3888888889vw;
    font-size: 1.25vw;
  }
  .procedure-flow__need__container {
    max-width: 54.1666666667vw;
    margin-bottom: 4.1666666667vw;
    padding-top: 3.4722222222vw;
    padding-right: 3.4722222222vw;
    padding-bottom: 3.4722222222vw;
    padding-left: 3.4722222222vw;
  }
  .procedure-flow__need__title {
    margin-bottom: 3.4722222222vw;
    padding-left: 6.9444444444vw;
    font-size: 1.6666666667vw;
  }
  .procedure-flow__need__title::before {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .special-discount__title {
    margin-bottom: 1.3888888889vw;
    font-size: 1.25vw;
  }
  .special-discount__note {
    padding-left: 1.7361111111vw;
    font-size: 1.1111111111vw;
  }
  .special-discount__note > li {
    padding-left: 1.3194444444vw;
  }
  .special-discount__content {
    margin-bottom: 2.7777777778vw;
    font-size: 1.1111111111vw;
  }
  .special-discount__img > img {
    max-width: 37.5vw;
    margin-bottom: 1.3888888889vw;
  }
  .special-discount__container {
    max-width: 54.1666666667vw;
    margin-top: 1.3888888889vw;
    padding-top: 3.4722222222vw;
    padding-right: 3.4722222222vw;
    padding-bottom: 3.4722222222vw;
    padding-left: 3.4722222222vw;
  }
  .question {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
  .question__note {
    margin-top: 0.6944444444vw;
    margin-bottom: 0;
    font-size: 0.9722222222vw;
  }
  .question__note.center {
    text-align: center;
  }
  .question-btn {
    max-width: 40.2777777778vw;
    margin: 0 auto;
    margin-top: 3.125vw;
    padding-top: 2.1527777778vw;
    padding-bottom: 1.8055555556vw;
    padding-left: 2.1527777778vw;
    font-size: 1.6666666667vw;
  }
  .question-btn:hover {
    top: 5px;
    box-shadow: 0 0 #C72416;
    opacity: 0.7;
  }
  .question-btn::after {
    top: 3.6805555556vw;
    left: 1.1805555556vw;
    width: 4.1256944444vw;
    height: 3.8479166667vw;
    padding-left: 0;
  }
  .question-btn::before {
    right: 1.3888888889vw;
    width: 1.7361111111vw;
    height: 1.7361111111vw;
  }
  .inquiry {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
    background-image: url("../images/inquiry-background.png");
  }
  .inquiry__note {
    margin-top: 0;
  }
  .inquiry__container > img {
    display: block;
    max-width: 67.8840277778vw;
    margin: 0 auto;
    margin-top: 2.7777777778vw;
  }
  .inquiry__item {
    margin-bottom: 0;
    padding-top: 1.7361111111vw;
    padding-right: 0.6944444444vw;
    padding-bottom: 1.7361111111vw;
    padding-left: 0.6944444444vw;
    border-radius: 0.6944444444vw;
  }
  .inquiry__item--adjust {
    margin-bottom: 1.0416666667vw;
  }
  .inquiry__item.left {
    padding-top: 1.7361111111vw;
  }
  .inquiry__title {
    margin-bottom: 1.3888888889vw;
    font-size: 1.3888888889vw;
  }
  .inquiry__title.service {
    margin-bottom: 0.6944444444vw;
    line-height: 1.7361111111vw;
  }
  .inquiry__sub-title {
    font-size: 0.9722222222vw;
  }
  .inquiry__number {
    margin-bottom: 0.2083333333vw;
    font-size: 2.4305555556vw;
    line-height: 3.125vw;
  }
  .inquiry__number > span {
    padding-left: 2.4305555556vw;
  }
  .inquiry__number > span::before {
    width: 1.7361111111vw;
    height: 1.7361111111vw;
  }
  .inquiry__number--sub {
    margin-bottom: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
  .inquiry__text {
    font-size: 0.9722222222vw;
  }
  .footer {
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
  }
  .footer__note {
    margin-top: 0.6944444444vw;
    font-size: 0.9027777778vw;
    line-height: unset;
  }
  .footer__list {
    font-size: 0.9027777778vw;
    line-height: 1.7361111111vw;
  }
  .footer__list > a {
    padding-right: 0.6944444444vw;
    padding-left: 0.6944444444vw;
  }
  .footer__list > a:hover {
    opacity: 0.7;
  }
  .footer__list > a.border-sp {
    border: none;
    border-width: 0.1041666667vw;
    line-height: 1.2847222222vw;
  }
  .footer__list > a.border {
    display: inline-block;
    border-right: solid;
    border-width: 1.5px;
    border-width: 0.1041666667vw;
    border-color: #D1D3D4;
    line-height: 1.2847222222vw;
  }
  .footer__top {
    margin-top: 0;
  }
  .footer__copyright {
    display: inline;
    display: inline-block;
    margin-top: 0;
    margin-top: 0.2083333333vw;
    padding-right: 0.6944444444vw;
    padding-left: 0.6944444444vw;
    line-height: 1.2847222222vw;
  }
  .footer__img {
    max-width: 8.6805555556vw;
    margin-top: 1.7361111111vw;
    margin-bottom: 0.6944444444vw;
  }
  .footer__adress {
    margin-bottom: 2.0833333333vw;
    font-size: 0.9027777778vw;
    line-height: 1.7361111111vw;
  }
}

@media screen and (min-width: 1439px) {
  .header__container {
    padding-top: 24px;
    padding-right: 15px;
    padding-bottom: 14px;
  }
  .header__company-logo {
    max-width: 124px;
    margin-right: 30px;
  }
  .header__logo {
    max-width: 121px;
  }
  .title {
    font-size: 1.875rem;
  }
  .title.sp-big {
    font-size: 1.875rem;
  }
  .title > span::after {
    height: 10px;
  }
  .title > span {
    font-size: 2.625rem;
  }
  .title--small {
    font-size: 1.875rem;
  }
  .title--very-small {
    font-size: 1rem;
  }
  .three-benefits {
    padding-top: 60px;
    padding-bottom: 210px;
  }
  .three-benefits__img > img {
    max-width: 980px;
    margin-top: 30px;
  }
  .plan {
    margin-top: -115px;
  }
  .plan__moreover {
    font-size: 1rem;
  }
  .plan__moreover > span::after {
    left: -10.5px;
    width: 70px;
    height: 25px;
    font-size: 1rem;
  }
  .plan__moreover > span::before {
    width: 25px;
    height: 70px;
    font-size: 1rem;
  }
  .plan__btn {
    font-size: 1.125rem;
  }
  .plan__btn__item.night {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 10px;
  }
  .plan__btn__item::after {
    left: 20px;
    width: 50px;
    height: 50px;
  }
  .plan__btn__item::before {
    right: 20px;
    width: 25px;
    height: 25px;
  }
  .plan__btn__item {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .plan__btn__note {
    margin-top: -15px;
    font-size: 0.875rem;
    line-height: 21px;
  }
  .plan__btn--large {
    font-size: 1.5rem;
  }
  .plan__btn--detail {
    font-size: 0.875rem;
  }
  .plan__switch--home {
    max-width: 280px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 1.125rem;
  }
  .plan__switch--general {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 1.125rem;
  }
  .plan__note {
    max-width: 1180px;
    font-size: 1rem;
  }
  .plan__note > li {
    padding-left: 20px;
  }
  .grid {
    max-width: 1180px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-right: 35px;
    padding-bottom: 30px;
    padding-left: 35px;
  }
  .grid__title > span::after {
    left: -18px;
    width: 12.93px;
    height: 19.63px;
  }
  .grid__title > span::before {
    right: -18px;
    width: 12.93px;
    height: 19.63px;
  }
  .grid__title {
    font-size: 1.125rem;
  }
  .grid--benefits {
    margin-bottom: 10px;
  }
  .points-program {
    max-width: 977.53px;
    margin-top: 80px;
    margin-bottom: 10px;
  }
  .points-program__note {
    margin-bottom: 165px;
    font-size: 0.875rem;
  }
  .three-reassurances {
    padding-top: 70px;
    padding-right: 50px;
    padding-bottom: 60px;
    padding-left: 50px;
  }
  .three-reassurances__box {
    max-width: 1180px;
    margin-top: 40px;
  }
  .three-reassurances__item {
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
  }
  .three-reassurances__item__title {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
  .three-reassurances__item__content {
    margin-top: 20px;
    font-size: 1rem;
  }
  .three-reassurances__item__img {
    max-width: 180px;
  }
  .about-procedure {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-procedure__container {
    margin-top: 40px;
    gap: 30px;
  }
  .price-simulation {
    max-width: 420px;
    height: 100px;
    padding-top: 19px;
    padding-left: 19px;
  }
  .price-simulation__container {
    max-width: 420px;
  }
  .price-simulation__note {
    margin-top: 10px;
    font-size: 0.875rem;
  }
  .price-simulation::after {
    left: 20px;
    width: 51.03px;
    height: 52.73px;
    padding-left: 23px;
  }
  .price-simulation::before {
    right: 20px;
    width: 25px;
    height: 25px;
  }
  .price-simulation--main {
    font-size: 1.5rem;
  }
  .price-simulation--sub {
    font-size: 0.875rem;
  }
  .application-btn.center {
    margin-bottom: 10px;
  }
  .application-btn__note {
    margin-top: 7px;
    font-size: 0.875rem;
  }
  .application-btn__container {
    max-width: 420px;
  }
  .application-btn__container.center {
    max-width: 630px;
  }
  .application-btn {
    max-width: 420px;
    height: 100px;
    padding-top: 32px;
    padding-left: 14px;
    font-size: 1.5rem;
  }
  .application-btn::after {
    left: 40px;
    width: 51.03px;
    height: 52.73px;
    padding-left: 23px;
  }
  .application-btn::before {
    right: 20px;
    width: 25px;
    height: 25px;
  }
  .application-detail {
    font-size: 0.875rem;
  }
  .procedure-flow {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .procedure-flow__step {
    padding-left: 100px;
    font-size: 1.5rem;
  }
  .procedure-flow__step.three {
    margin-top: 80px;
  }
  .procedure-flow__step__content {
    padding-left: 100px;
    font-size: 1rem;
  }
  .procedure-flow__step::before {
    top: -4px;
    width: 80px;
    height: 80px;
  }
  .procedure-flow__container {
    max-width: 830px;
  }
  .procedure-flow__detail__container {
    max-width: 780px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 50px;
    padding-right: 80px;
    padding-bottom: 50px;
    padding-left: 80px;
  }
  .procedure-flow__need__note {
    font-size: 0.875rem;
  }
  .procedure-flow__need__note > li {
    padding-left: 17px;
  }
  .procedure-flow__need__img > img {
    margin-bottom: 10px;
  }
  .procedure-flow__need__item {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .procedure-flow__need__item > span {
    margin-left: 6px;
    font-size: 0.875rem;
  }
  .procedure-flow__need__subtitle {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
  .procedure-flow__need__container {
    max-width: 780px;
    margin-bottom: 60px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
  .procedure-flow__need__title {
    margin-bottom: 50px;
    padding-left: 100px;
    font-size: 1.5rem;
  }
  .procedure-flow__need__title::before {
    width: 80px;
    height: 80px;
  }
  .special-discount__title {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
  .special-discount__note {
    padding-left: 25px;
    font-size: 1rem;
  }
  .special-discount__note > li {
    padding-left: 19px;
  }
  .special-discount__content {
    margin-bottom: 40px;
    font-size: 1rem;
  }
  .special-discount__img > img {
    max-width: 540px;
    margin-bottom: 20px;
  }
  .special-discount__container {
    max-width: 780px;
    margin-top: 20px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
  .question {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .question__note {
    margin-top: 10px;
    font-size: 0.875rem;
  }
  .question-btn {
    max-width: 580px;
    margin-top: 45px;
    padding-top: 31px;
    padding-bottom: 26px;
    padding-left: 31px;
    font-size: 1.5rem;
  }
  .question-btn::after {
    top: 53px;
    left: 17px;
    width: 59.41px;
    height: 55.41px;
    padding-left: 23px;
  }
  .question-btn::before {
    right: 20px;
    width: 25px;
    height: 25px;
  }
  .inquiry {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .inquiry__container > img {
    margin-top: 40px;
  }
  .inquiry__item {
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
    border-radius: 10px;
  }
  .inquiry__item--adjust {
    margin-bottom: 15px;
  }
  .inquiry__item.left {
    padding-top: 25px;
  }
  .inquiry__title {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
  .inquiry__title.service {
    line-height: 25px;
  }
  .inquiry__sub-title {
    font-size: 0.875rem;
  }
  .inquiry__number {
    margin-bottom: 3px;
    font-size: 2.1875rem;
    line-height: 45px;
  }
  .inquiry__number > span {
    padding-left: 35px;
  }
  .inquiry__number > span::before {
    width: 25px;
    height: 25px;
  }
  .inquiry__number--sub {
    margin-bottom: 10px;
    font-size: 0.875rem;
  }
  .inquiry__text {
    font-size: 0.875rem;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer__note {
    margin-top: 10px;
    font-size: 0.8125rem;
  }
  .footer__list {
    font-size: 0.8125rem;
    line-height: 25px;
  }
  .footer__list > a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer__list > a.border-sp {
    border-width: 1.5px;
    line-height: 18.5px;
  }
  .footer__list > a.border {
    border-width: 1.5px;
    line-height: 18.5px;
  }
  .footer__copyright {
    margin-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    border-width: 1.5px;
    line-height: 18.5px;
  }
  .footer__img {
    max-width: 125px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .footer__adress {
    margin-bottom: 30px;
    font-size: 0.8125rem;
    line-height: 25px;
  }
}

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