@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #454545;
  font-size: 2.6666666667vw;
  margin-bottom: 4.2rem;
}

body.modal-open {
  overflow: hidden;
}

.main {
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.u-en {
  font-family: "Geist", serif;
}

@media screen and (min-width: 934px) {
  html {
    font-size: 14.4px;
    margin-bottom: 0;
  }
  .main {
    max-width: 375px;
    border-radius: 20px 20px 0 0;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 5;
  }
  .p-main__wrapper {
    max-width: 988px;
    margin: 0 auto;
  }
  a {
    transition: opacity 0.4s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
  }
  a:hover {
    opacity: 0.7;
  }
}
.text-center {
  text-align: center;
}

.l-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/*===========================================================================*/
/*  component  */
/*===========================================================================*/
.c-hamburger {
  width: 3.8rem;
  height: 3.8rem;
  align-items: center;
  justify-content: center;
  background-color: #2a4984;
  border-radius: 50%;
  position: relative;
}

.c-hamburger__trigger {
  cursor: pointer;
  height: 1.2rem;
  width: 1.6rem;
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-hamburger__trigger.js-active span:nth-of-type(1) {
  transform: translateY(0.5rem) rotate(-45deg);
  -webkit-transform: translateY(0.5rem) rotate(-45deg);
  -moz-transform: translateY(0.5rem) rotate(-45deg);
  -ms-transform: translateY(0.5rem) rotate(-45deg);
  -o-transform: translateY(0.5rem) rotate(-45deg);
}

.c-hamburger__trigger.js-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger__trigger.js-active span:nth-of-type(3) {
  transform: translateY(-0.5rem) rotate(45deg);
  -webkit-transform: translateY(-0.5rem) rotate(45deg);
  -moz-transform: translateY(-0.5rem) rotate(45deg);
  -ms-transform: translateY(-0.5rem) rotate(45deg);
  -o-transform: translateY(-0.5rem) rotate(45deg);
}

.c-hamburger__trigger,
.c-hamburger__trigger span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
}

.c-hamburger__trigger span {
  background-color: #fff;
  height: 0.2rem;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-border-radius: 100vh;
}

.c-hamburger__trigger span:nth-child(1) {
  top: 0;
}

.c-hamburger__trigger span:nth-child(2) {
  top: 0.5rem;
}

.c-hamburger__trigger span:nth-child(3) {
  bottom: 0;
}

@media screen and (min-width: 934px) {
  .c-hamburger {
    display: none;
  }
}
.c-follow-parts {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.c-follow-parts.is-hide {
  display: none;
}
.c-follow-parts__items {
  display: flex;
  align-items: center;
}
.c-follow-parts__item:nth-of-type(1) .c-follow-parts__item__img {
  width: 6rem;
}
.c-follow-parts__item:nth-of-type(2) .c-follow-parts__item__img {
  width: 15.8rem;
}
.c-follow-parts__item:nth-of-type(3) .c-follow-parts__item__img {
  width: 15.7rem;
}

@media screen and (min-width: 934px) {
  .c-follow-parts {
    display: none;
  }
}
.c-contact {
  padding: 2.3rem 1rem 1.3rem;
  border-radius: 15px;
  border: 4px solid #82a7d1;
  background: #fff;
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.2);
}
.c-contact__text {
  margin-bottom: 1.5rem;
}
.c-contact__text__title {
  color: #343434;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.33px;
  margin-bottom: 1rem;
}
.c-contact__text__tel {
  display: inline-block;
  color: #343434;
  font-feature-settings: "palt" on;
  font-size: 3.5rem;
  font-weight: 800;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0.8rem;
}
.c-contact__text__tel::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/icon_tel.svg) no-repeat center center/contain;
}
.c-contact__text__time {
  color: #343434;
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.15px;
}
.c-contact__mail, .c-contact__line {
  width: 100%;
  display: block;
}
.c-contact__mail {
  margin-bottom: 0.8rem;
}
.c-contact-area {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a5190;
}
.c-contact-area__title {
  width: 33.4rem;
  margin: 0 auto 2rem;
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.header__inner {
  padding: 1.2rem 1rem 1.2rem 2rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__navigation {
  transition: transform 0.7s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
  transform: translate(100%, 0);
  position: fixed;
  width: 100%;
  right: 0;
  top: 6.2rem;
  z-index: 100;
}
.header__navigation.js-active {
  transform: translate(0, 0);
  pointer-events: all;
}
.header__logo {
  width: 22rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 780px) {
  .header__content {
    padding: 4rem 1.6rem 1.6rem;
    background: #fff;
    position: fixed;
    z-index: 100;
    height: calc(100vh - 6.2rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .header__content__navigation {
    max-height: calc(100vh - 32.3rem);
    overflow-y: scroll;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .header__content__navigation ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 2.1rem;
    width: 100%;
  }
  .header__content__navigation li {
    color: #343434;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.32px;
    padding-bottom: 2.3rem;
    border-bottom: 1px dashed #dbd9e2;
    width: 100%;
  }
  .header__content__navigation li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .header__content__tel {
    margin-bottom: 1.5rem;
  }
  .header__content__tel__text {
    color: #343434;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.33px;
    margin-bottom: 1rem;
  }
  .header__content__tel__link {
    color: #343434;
    font-feature-settings: "palt" on;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    padding-left: 2.9rem;
    position: relative;
    margin-bottom: 0.8rem;
    display: inline-block;
  }
  .header__content__tel__link::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/icon_tel.svg) no-repeat center center/contain;
  }
  .header__content__tel__time {
    color: #343434;
    text-align: center;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.15px;
  }
  .header__content__button {
    display: block;
    width: 325px;
    margin: 0 auto;
  }
  .header__content__button + .header__content__button {
    margin-top: 0.8rem;
  }
  .header__content__below__items {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .header__content__below__items::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.1rem;
    height: 3.1rem;
    background-color: #dbd9e2;
    content: "";
  }
  .header__content__below__item {
    width: 50%;
    text-align: center;
  }
  .header__content__below__item a {
    color: #343434;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.28px;
    padding: 0.35rem 0 0.7rem;
    display: block;
  }
}
/*===========================================================================*/
/*  float  */
/*===========================================================================*/
.p-float {
  display: none;
}

@media screen and (min-width: 934px) {
  .p-float {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: radial-gradient(109.85% 83.98% at 75.59% 46.45%, #74b4ff 0%, #006be9 100%);
  }
  .p-float::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/float_bg.png) no-repeat center center/cover;
    z-index: 1;
  }
  .p-float::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 210px;
    height: 202px;
    background: url(../images/top_decoration1.png) no-repeat center center/contain;
    z-index: 1;
  }
  .p-float__inner {
    max-width: 1071px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-right: 430px;
    height: 100%;
  }
  .p-float__content {
    max-width: 394px;
    padding: 43px 25px 36px;
    border-radius: 15px;
    border: 4px solid #82a7d1;
    background: #fff;
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
  }
  .p-float__content::before {
    position: absolute;
    content: "";
    top: 27px;
    transform: translateY(-50%);
    right: -67px;
    width: 154px;
    height: 129px;
    background: url(../images/top_decoration2.png) no-repeat center center/contain;
  }
  .p-float__content__navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 21px;
    margin-bottom: 23px;
  }
  .p-float__content__navigation li {
    color: #343434;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.32px;
    padding-bottom: 21px;
    border-bottom: 1px dashed #dbd9e2;
    width: 100%;
  }
  .p-float__content__navigation li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .p-float__content__tel {
    margin-bottom: 19px;
  }
  .p-float__content__tel__text {
    color: #343434;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.27px;
    margin-bottom: 0;
  }
  .p-float__content__tel__link {
    color: #343434;
    font-feature-settings: "palt" on;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    padding-left: 27px;
    position: relative;
    margin-bottom: 4px;
    display: inline-block;
  }
  .p-float__content__tel__link::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 23px;
    height: 23px;
    background: url(../images/icon_tel.svg) no-repeat center center/contain;
  }
  .p-float__content__tel__time {
    color: #343434;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.15px;
  }
  .p-float__content__button {
    display: block;
  }
  .p-float__content__button + .p-float__content__button {
    margin-top: 7px;
  }
}
/*===========================================================================*/
/*  main__wrapper  */
/*===========================================================================*/
@media screen and (min-width: 934px) {
  .p-main__wrapper {
    max-width: 1071px;
    margin: 0 auto;
  }
  .main {
    max-width: 540px;
    position: relative;
    z-index: 5;
  }
}
/*===========================================================================*/
/*  mainvisual  */
/*===========================================================================*/
.mainvisual {
  background: radial-gradient(109.85% 83.98% at 75.59% 46.45%, #74b4ff 0%, #006be9 100%);
  position: relative;
}
.mainvisual::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mainvisual_bg.png) no-repeat center center/contain;
  z-index: 1;
}
.mainvisual__title {
  width: 100%;
}
.mainvisual__bottom {
  width: 100%;
  margin-top: -4rem;
  margin-bottom: -1.6rem;
}

/*===========================================================================*/
/*  satisfaction  */
/*===========================================================================*/
.satisfaction {
  padding-top: 1.2rem;
  padding-bottom: 4rem;
  background-color: #1a5190;
  position: relative;
  z-index: 4;
}
.satisfaction__img {
  padding: 0 1rem;
}
.satisfaction__annotation {
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 1.3rem;
}
.satisfaction__items {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.3rem;
  padding-top: 1.3rem;
  border-top: 1px dashed #fff;
  margin-bottom: 2.2rem;
}
.satisfaction__item {
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.36px;
  padding-bottom: 1.3rem;
  border-bottom: 1px dashed #fff;
  position: relative;
  padding-left: 2.8rem;
  width: 100%;
}
.satisfaction__item::before {
  position: absolute;
  left: 0;
  top: 0.3rem;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../images/icon_check.svg) no-repeat center center/contain;
}

@media screen and (min-width: 934px) {
  .satisfaction__item::before {
    top: 0;
  }
}
/*===========================================================================*/
/*  caution  */
/*===========================================================================*/
.caution {
  padding: 3.2rem 2.1rem 2.8rem;
  background: linear-gradient(123deg, #f75f00 -2.28%, #e71300 95.04%);
}
.caution__title {
  color: #ee3401;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.52px;
  padding: 0.2rem 0.5rem 0.3rem 0.8rem;
  background: var(--fffb-06, #fffb06);
  margin-bottom: 1.2rem;
}
.caution__description {
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.32px;
}

/*===========================================================================*/
/*  worry  */
/*===========================================================================*/
.worry {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.worry__title {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
.worry__title span {
  color: #2480ec;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 3.7rem;
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  font-weight: 900;
}
.worry__title span.text-adjucst1 {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: 900;
  display: block;
  margin-bottom: 0.7rem;
}
.worry__title span.text-adjucst {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: 900;
  display: block;
  margin-top: 0.8rem;
}
.worry__content {
  padding: 1rem 1rem 2.5rem;
  border-radius: 10px;
  background: #e5e9ed;
}
.worry__content__img + .worry__content__img {
  margin-top: -0.1rem;
  margin-bottom: 0.9rem;
}
.worry__content__text {
  color: #2a4984;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.4;
}
.worry__content__text span {
  color: #2480ec;
  font-feature-settings: "palt" on;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.4;
}

/*===========================================================================*/
/*  price  */
/*===========================================================================*/
.price {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f1f4d9;
}
.price__subtitle {
  width: 25.8rem;
  margin: 0 auto;
}
.price__title {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 3.9rem;
  font-weight: 900;
  line-height: 1.4;
  margin-top: -0.5rem;
  margin-bottom: 1.2rem;
}
.price__items {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.price__item {
  width: calc((100% - 0.8rem) / 2);
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #d8e2bc;
  padding: 0.7rem 0.7rem 1.4rem;
}
.price__item__title {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.3px;
  padding: 0.6rem 0;
  background-color: #fff;
  border-radius: 3px;
  background: #96c215;
  margin-bottom: 0.5rem;
}
.price__item__description {
  margin-bottom: 0.7rem;
  color: #000;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.24px;
}
.price__item__img {
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}
.price__detail dl {
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: 4.3rem calc(100% - 4.9rem);
  gap: 0.6rem;
  align-items: center;
}
.price__detail dl:last-child {
  margin-bottom: 0;
}
.price__detail dl dt {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.22px;
  border-radius: 4px;
  background: #343434;
  padding: 0.1rem 0.3rem;
}
.price__detail dl dd {
  color: #343434;
  font-feature-settings: "palt" on;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
.price__annotation {
  color: #343434;
  font-feature-settings: "palt" on;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.7rem;
  padding-left: 1em;
  position: relative;
}
.price__annotation::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*===========================================================================*/
/*  service  */
/*===========================================================================*/
.service {
  padding-top: 0;
  padding-bottom: 4rem;
  background-color: #f9f2e0;
}
.service__title {
  width: 37.5rem;
  margin-bottom: 3.5rem;
}
.service__items {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.9rem;
  padding: 3.7rem 1.6rem 2.2rem 1.7rem;
  border-radius: 10px;
  border: 3px solid #e2cebc;
  background: #fff;
  position: relative;
  margin-bottom: 2.5rem;
}
.service__items::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -1.5rem;
  transform: translateX(-50%);
  background: url(../images/service_hukidashi.png) no-repeat center center/contain;
  width: 22.9rem;
  height: 4.2rem;
}
.service__items.second::before {
  background: url(../images/service_hukidashi2.png) no-repeat center center/contain;
  width: 30.3rem;
  height: 4rem;
}
.service__item {
  padding-left: 2.1rem;
  position: relative;
  color: #343434;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18px;
}
.service__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_check_orange.svg) no-repeat center center/contain;
  width: 1.6rem;
  height: 1.6rem;
}
.service__content__title {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.52px;
  margin-bottom: 2rem;
}
.service__content__title.mt3 {
  margin-top: 3rem;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.19;
}
.service__content__title.mt3 span {
  color: #ee7c29;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.19;
}
.service__content__title span {
  color: #ee7c29;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}
.service__content__title span.text-adjucst1 {
  display: block;
  margin-bottom: 0.8rem;
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.52px;
}
.service__content__items {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.service__content__items.second-column .service__content__item:nth-of-type(1) .service__content__item__img {
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 auto;
}
.service__content__items.second-column .service__content__item:nth-of-type(2) .service__content__item__img {
  width: 5.9rem;
  height: 3.7rem;
  margin: 0 auto 0.8rem;
}
.service__content__items.second-column .service__content__item:nth-of-type(3) .service__content__item__img {
  width: 5.8rem;
  height: 4.4rem;
  margin: 0 auto 0.4rem;
}
.service__content__items.second-column .service__content__item:nth-of-type(4) .service__content__item__img {
  width: 4.1rem;
  height: 4.9rem;
  margin: 0 auto;
}
.service__content__item {
  width: calc((100% - 0.8rem) / 2);
  padding: 2.5rem 1.2rem 1.9rem 1.1rem;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.9rem;
}
.service__content__item__img {
  width: 5rem;
  height: 4.1rem;
  margin: 0 auto 1.2rem;
}
.service__content__item__text {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.3px;
}
.service__content__item:nth-of-type(2) .service__content__item__img {
  width: 4.2rem;
  height: 4.4rem;
  margin: 0 auto;
}
.service__content__item:nth-of-type(3) .service__content__item__img {
  width: 2.2rem;
  height: 4.4rem;
  margin: 0 auto;
}
.service__content__item:nth-of-type(4) .service__content__item__img {
  width: 4.1rem;
  height: 4.4rem;
  margin: 0 auto 1rem;
}
.service__content__item:nth-of-type(5) .service__content__item__img {
  width: 5.4rem;
  height: 4.4rem;
  margin: 0 auto;
}
.service__content__item:nth-of-type(6) .service__content__item__img {
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 auto 1rem;
}
.service__text {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.51;
  letter-spacing: 0.36px;
  padding-bottom: 3rem;
  position: relative;
}
.service__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.6rem;
  background: url(../images/service__decoration.png) no-repeat center center/cover;
}
.service__text.no-decoration {
  margin-bottom: 3.5rem;
  padding-bottom: 0;
}
.service__text.no-decoration::before {
  content: none;
}

/*===========================================================================*/
/*  voice  */
/*===========================================================================*/
.voice {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.voice__subtitle {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: 0.42px;
  margin-bottom: 0.8rem;
}
.voice__title {
  color: #2480ec;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: 0.72px;
  padding-bottom: 2rem;
  position: relative;
  display: inline-block;
}
.voice__title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1.3rem;
  content: "";
  background: url(../images/voice_title_decoration.svg) no-repeat center center/contain;
}
.voice__items {
  display: flex;
  align-items: stretch;
  margin-top: 1.75rem;
}
.voice__item {
  width: 100%;
  border-radius: 10px;
  border: 3px solid #d8e2ed;
  background: #eef2f5;
  padding: 2.5rem 2rem 2.5rem 2.4rem;
}
.voice__item__upper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px dashed #2480ec;
}
.voice__item__head {
  width: calc(100% - 10.3rem);
}
.voice__item__head__tag {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.37;
  letter-spacing: 0.24px;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  background: #abbac5;
  display: inline-block;
  margin-bottom: 1rem;
}
.voice__item__head__title {
  color: #2a4984;
  font-feature-settings: "palt" on;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.37;
}
.voice__item__img {
  width: 9.6rem;
}
.voice__item__below__description {
  margin-top: 1.8rem;
  color: #343434;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.42px;
  margin-bottom: 1.5rem;
}
.voice__item__below__detail {
  background-color: #fff;
  position: relative;
  border-radius: 8px;
}
.voice__item__below__detail svg {
  width: 9.5rem;
  height: 2.8rem;
}
.voice__item__below__detail ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.8rem 1.8rem 1.8rem;
}
.voice__item__below__detail ul li {
  padding-left: 1.8rem;
  position: relative;
  color: #343434;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15px;
}
.voice__item__below__detail ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_check_orange.svg) no-repeat center center/contain;
  width: 1.3rem;
  height: 1.3rem;
}
.voice__item__below__detail__text {
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.37;
  letter-spacing: 0.26px;
  position: absolute;
  top: 0.4rem;
  left: 1.3rem;
}
.voice .swiper-container {
  padding-bottom: 2.4rem;
}
.voice .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  gap: 0.4rem;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.voice .swiper-pagination-bullet {
  width: 4rem;
  height: 0.4rem;
  border-radius: 1px;
  background: #2480ec;
}

/*===========================================================================*/
/*  problem  */
/*===========================================================================*/
.problem {
  padding: 3rem 2rem;
  background-color: #34393f;
}
.problem__subtitle {
  width: 23.5rem;
  margin: 0 auto 0.3rem;
}
.problem__title {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 3.017rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.603px;
  margin-bottom: 1.8rem;
}
.problem__title span {
  color: #fffb06;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 4.1rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.82px;
}
.problem__example {
  width: 32.7rem;
  margin-bottom: 1.3rem;
}
.problem__description {
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.45px;
}

/*===========================================================================*/
/*  reason  */
/*===========================================================================*/
.reason {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f4f5f6;
}
.reason__title {
  color: #2480ec;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 4.4605rem;
  font-weight: 900;
  position: relative;
  display: inline-block;
  margin-bottom: 3.5rem;
}
.reason__title span.reason__title__float {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.7478rem;
  font-weight: 900;
  letter-spacing: 0.35px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2.5rem;
  right: 0.8rem;
}
.reason__title span.reason__title__float img {
  width: 1.4rem;
  height: 2.1rem;
}
.reason__title span.reason__title__float img.reason__title__decoration {
  margin-right: 0.3rem;
}
.reason__title span.reason__title__float img.reason__title__decoration__right {
  margin-left: 0.2rem;
}
.reason__title span.reason__title__lg {
  color: #2480ec;
  font-feature-settings: "palt" on;
  font-size: 11.3rem;
  font-weight: 700;
}
.reason__title span.reason__title__md {
  color: #2480ec;
  font-feature-settings: "palt" on;
  font-size: 5.8545rem;
  font-weight: 900;
}
.reason__items {
  display: flex;
  align-items: center;
  gap: 4.1rem;
  flex-direction: column;
}
.reason__item {
  padding: 2.5rem 1.8rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.13);
  position: relative;
}
.reason__item::before {
  content: "";
  position: absolute;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 0.7rem;
  background-color: #2a4984;
  top: 0;
  left: 0;
}
.reason__item::after {
  content: "";
  position: absolute;
  width: 14.2rem;
  height: 2.6rem;
  top: -2.3rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/reason_item_title1.png) no-repeat center center/contain;
}
.reason__item__img {
  width: 31.2rem;
  margin-bottom: 1.8rem;
}
.reason__item__title {
  color: #343434;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: -0.36px;
  padding-bottom: 1.8rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px dashed #2480ec;
  text-align: center;
}
.reason__item__title span {
  color: #2480ec;
}
.reason__item__description {
  color: #343434;
  font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.45px;
}
.reason__item:nth-child(2)::after {
  background: url(../images/reason_item_title2.png) no-repeat center center/contain;
}
.reason__item:nth-child(3)::after {
  background: url(../images/reason_item_title3.png) no-repeat center center/contain;
}

/*===========================================================================*/
/*  save  */
/*===========================================================================*/
.save {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  background-color: #83b449;
}
.save__title {
  width: 32.2rem;
  margin: 0 auto 2rem;
}
.save__content {
  border-radius: 10px;
  background: #fff;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.13);
  padding: 2.4rem 2.3rem 2.3rem;
}
.save__content__title {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.25;
  position: relative;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  display: inline-block;
}
.save__content__title span {
  color: #83b449;
}
.save__content__title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 2.6rem;
  content: "";
  background: url(../images/save_decoration.svg) no-repeat center center/contain;
}
.save__content__title::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 2.6rem;
  content: "";
  background: url(../images/save_decoration_right.svg) no-repeat center center/contain;
}
.save__content__img {
  width: 25.2rem;
  margin: 2.4rem auto 2.1rem;
}
.save__content__description {
  color: #343434;
  font-feature-settings: "palt" on;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}

/*===========================================================================*/
/*  case  */
/*===========================================================================*/
.case {
  padding-top: 3.2rem;
  padding-bottom: 4rem;
  background-color: #e8f2d5;
}
.case__title {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 3.7rem;
  font-weight: 900;
  line-height: 1.25;
}
.case__title span {
  color: #81b349;
  text-decoration: underline;
  text-underline-offset: 8px;
}
.case__items {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.case__item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  height: 14.2rem;
  display: flex;
  align-items: center;
}
.case__item__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 1.3rem;
  width: calc(100% - 13.8rem);
}
.case__item__detail__model {
  color: #81b349;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.25;
  padding: 0.2rem 0.6rem 0.3rem;
  border-radius: 4px;
  background: #e8f2d5;
  margin-bottom: 0.4rem;
}
.case__item__detail__object {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 0.7rem;
}
.case__item__detail__text {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.25;
  padding: 0.2rem 0 0.2rem;
  border-radius: 2px;
  background: #81b349;
  width: 100%;
  margin-bottom: 0.3rem;
}
.case__item__detail__price {
  color: #81b349;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: baseline;
}
.case__item__detail__price__md {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.25;
}
.case__item__detail__price__sm {
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
}
.case__item__detail__annotation {
  color: #999;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
.case__item__img {
  width: 13.8rem;
  height: 14.2rem;
}
.case__annotation {
  color: #343434;
  font-feature-settings: "palt" on;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding-left: 1em;
  margin: 1rem 1.8rem 0;
}
.case__annotation::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  width: 1em;
}

/*===========================================================================*/
/*  flow  */
/*===========================================================================*/
.flow {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f5f6;
}
.flow__head {
  width: 16.6rem;
  height: 4.1rem;
  margin: 0 auto 0.3rem;
}
.flow__title {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 1.9rem;
}
.flow__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.2rem;
}
.flow__item {
  border-radius: 10px;
  border: 3px solid #cdddeb;
  position: relative;
}
.flow__item__inner {
  border-radius: 10px;
  background: #fff;
  padding: 2.5rem 2.2rem;
  position: relative;
}
.flow__item__step {
  color: #2480ec;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.7rem;
}
.flow__item__title {
  color: #343434;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.31;
  padding-bottom: 1.2rem;
  stroke-width: 1px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 1.2rem;
}
.flow__item__description {
  color: #343434;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.565;
}
.flow__item::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.7rem;
  height: 4.5rem;
  bottom: -2rem;
  background: url(../images/icon_arrow_bottom.svg) no-repeat center center/contain;
}
.flow__item:last-child::before {
  content: none;
}

/*===========================================================================*/
/*  payment  */
/*===========================================================================*/
.payment {
  padding: 4rem 2rem;
}
.payment__head {
  width: 25.4rem;
  height: 3.7rem;
  margin: 0 auto;
}
.payment__title {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}
.payment__items {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
}
.payment__item {
  width: 100%;
  padding: 2.3rem 0 2.5rem;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  background: #fff;
}
.payment__item:first-child {
  padding: 2.1rem 0 1.7rem;
}
.payment__item__title {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
}
.payment__item__img {
  width: 25.4rem;
  height: 4.6rem;
  margin: 0.6rem auto 0;
}

/*===========================================================================*/
/*  area  */
/*===========================================================================*/
.area {
  padding: 4rem 2.1rem;
  background-color: #f4f5f6;
}
.area__title {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}
.area__items {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.5rem;
}
.area__item__title {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25;
  padding: 0.5rem 0;
  border-radius: 2px;
  background: #2480ec;
  margin-bottom: 1rem;
}
.area__item__description {
  color: #343434;
  font-feature-settings: "palt" on;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.675;
}

/*===========================================================================*/
/*  question  */
/*===========================================================================*/
.question {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}
.question__title {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}
.question__items {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}
.question__item {
  padding: 2rem;
  border-radius: 10px;
  background: #f4f5f6;
  width: 100%;
}
.question__item__title {
  color: #2a2a2a;
  font-feature-settings: "palt" on;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 3.3rem;
  position: relative;
}
.question__item__title::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  content: "";
  background: url(../images/question.svg) no-repeat center center/contain;
}
.question__item__description {
  padding-top: 1.3rem;
  border-top: 1px solid #dcdcdc;
  margin-top: 1.3rem;
  color: #2a2a2a;
  font-feature-settings: "palt" on;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0.3px;
}

/*===========================================================================*/
/*  company  */
/*===========================================================================*/
.company {
  padding: 4rem 2rem;
}
.company__title {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.company__items {
  display: flex;
  align-items: center;
  gap: 2.6rem;
  flex-direction: column;
}
.company__item {
  width: 100%;
}
.company__item__title {
  color: #2480ec;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.28px;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #2480ec;
  margin-bottom: 1.2rem;
}
.company__item dl {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #e3e3e3;
}
.company__item dl:first-of-type {
  padding-top: 0;
}
.company__item dl dt {
  color: #343434;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.12px;
  margin-bottom: 0.4rem;
}
.company__item dl dd {
  color: #343434;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 1.12px;
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.footer {
  padding: 2.2rem 0 3.7rem;
}
.footer__img {
  width: 28.5rem;
  margin: 0 auto 1.1rem;
}
.footer__content__company {
  color: #2a2a2a;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.64;
  margin-bottom: 0.4rem;
}
.footer__content__address {
  color: #2a2a2a;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.64;
  margin-bottom: 0.4rem;
}
.footer__content__privacy {
  color: #2a2a2a;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.64;
  text-decoration-line: underline;
  display: block;
  text-align: center;
  margin-bottom: 1.3rem;
}
.footer__content__copy {
  color: #2a2a2a;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.64;
}

/*===========================================================================*/
/*  page contact  */
/*===========================================================================*/
.p-contact {
  width: 100%;
  padding-top: 5.5rem;
}
.p-contact h1 {
  color: #343434;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.4;
}
#gform {
  max-width: 100%;
}
/*# sourceMappingURL=style.css.map */