@charset "UTF-8";
section {
  background-color: #fff;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/*************************
top
************************ */
.section-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background: linear-gradient(transparent 80%, #d9ffa7 0%);
  margin-bottom: 6rem;
}

.fv {
  padding-top: 17rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .fv {
    padding-top: 13.2rem;
    padding-bottom: 14rem;
    overflow: hidden;
  }
}
.fv:before {
  content: "";
  display: block;
  width: 100%;
  height: 69.0476190476%;
  background-color: #F5F8FB;
  -webkit-clip-path: polygon(0 42.8571428571%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 42.8571428571%, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.fv__inner {
  max-width: 168rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767.98px) {
  .fv__inner {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
.fv__container {
  position: relative;
}
.fv__text {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .fv__text {
    position: relative;
  }
}
.fv__catch {
  width: 66.1151960784%;
  max-width: 107.9rem;
}
@media screen and (max-width: 767.98px) {
  .fv__catch {
    width: 100%;
  }
}
.fv__label {
  font-size: 5.3rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  line-height: 1.4;
}
@media screen and (max-width: 1680px) {
  .fv__label {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .fv__label {
    font-size: 4rem;
    letter-spacing: -0.02em;
    margin-right: -2rem;
  }
}
.fv__label b {
  font-size: 6.4rem;
  font-weight: 800;
  color: #11afB0;
}
@media screen and (max-width: 1680px) {
  .fv__label b {
    font-size: 6.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .fv__label b {
    font-size: 4.4rem;
  }
}
.fv__price {
  margin-top: 4rem;
}
@media screen and (max-width: 1680px) {
  .fv__price {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .fv__price {
    margin-top: 7.6rem;
  }
}
.fv__image {
  width: 39.8284313725%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .fv__image {
    width: 100%;
    max-width: 26.4rem;
    position: absolute;
    bottom: -18rem;
    right: -6.4rem;
  }
}
.fv__sign {
  text-align: left;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  font-size: 2.5rem;
  position: absolute;
  bottom: 9rem;
  left: -18rem;
}
@media screen and (max-width: 767.98px) {
  .fv__sign {
    flex-direction: row;
    align-items: flex-end;
    bottom: 9rem;
    left: -35rem;
  }
}
.fv__sign img {
  max-width: 21rem;
}
@media screen and (max-width: 767.98px) {
  .fv__sign img {
    max-width: 22rem;
  }
}
.fv__check-list {
  margin-top: 4rem;
}
@media screen and (max-width: 1680px) {
  .fv__check-list {
    margin-top: 3.2rem;
  }
}
.fv__check-item {
  margin-top: 1.6rem;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.3;
  padding-left: 5.6rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .fv__check-item {
    padding-left: 5.2rem;
    font-size: 3rem;
  }
}
.fv__check-item:before {
  content: "";
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background: transparent url(../img/icon_check.svg) no-repeat scroll center center/contain;
  position: absolute;
  left: 0;
  top: calc(50% - 2.8rem);
}
.fv__check-item .font-small {
  font-size: 2.6rem;
  font-weight: 800;
}
@media screen and (max-width: 767.98px) {
  .fv__check-item .font-small {
    font-size: 2.4rem;
  }
}
.fv__check-item .font-blue {
  color: #2f67c6;
}
.fv__check-item .font-uppercase {
  font-size: 1.2rem;
  position: absolute;
  top: 0.6rem;
  transform: translateX(-1.2rem);
}
.fv__check-item .font-inter {
  line-height: 1;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.7rem;
  transform: translateY(0.4rem);
}
@media screen and (max-width: 767.98px) {
  .fv__check-item .font-inter {
    font-size: 4.2rem;
  }
}
.fv__check-item:last-of-type {
  transform: translateY(0.4rem);
}
.fv__check-note {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .fv__check-note {
    font-size: 1.6rem;
  }
}
.fv__established {
  position: absolute;
  top: 0;
  right: -10rem;
}
@media screen and (max-width: 1680px) {
  .fv__established {
    right: -2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .fv__established {
    top: 8.6rem;
  }
}
.fv__established-text {
  height: 13.6rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  justify-content: center;
  line-height: 1;
  padding: 0 6.6rem;
}
@media screen and (max-width: 1680px) {
  .fv__established-text {
    height: 10rem;
    padding: 0 4.6rem;
  }
}
.fv__established-text:before, .fv__established-text:after {
  content: "";
  display: block;
  width: 6.6rem;
  height: 13.6rem;
  background: transparent url(../img/laurel.svg) no-repeat scroll center center/contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1680px) {
  .fv__established-text:before, .fv__established-text:after {
    width: 4.6rem;
    height: 10rem;
  }
}
.fv__established-text:after {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.fv__established-text .text01 {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 1680px) {
  .fv__established-text .text01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .fv__established-text .text01 {
    font-size: 1.4rem;
  }
}
.fv__established-text .text02 {
  font-size: 3.1rem;
  font-weight: 700;
  color: #f68014;
}
@media screen and (max-width: 1680px) {
  .fv__established-text .text02 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .fv__established-text .text02 {
    font-size: 2rem;
  }
}
.fv__established-text .text03 {
  font-size: 4.1rem;
  font-weight: 700;
  color: #f68014;
  letter-spacing: 0;
  padding-top: 0.2rem;
}
@media screen and (max-width: 1680px) {
  .fv__established-text .text03 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .fv__established-text .text03 {
    font-size: 2.8rem;
  }
}
.fv__established-text .text03 b {
  display: inline-block;
  font-size: 6.6rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  transform: translateY(0.4rem);
  line-height: 0.8;
}
@media screen and (max-width: 1680px) {
  .fv__established-text .text03 b {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .fv__established-text .text03 b {
    font-size: 4.8rem;
  }
}

.cta {
  padding: 7.6rem 0;
  background-color: #2db9ba;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .cta {
    padding: 4.8rem 0 6rem;
  }
}
.cta:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #11afB0;
  -webkit-clip-path: polygon(0 78.5714285714%, 100% 21.4285714286%, 100% 100%, 0 100%, 0 78.5714285714%);
          clip-path: polygon(0 78.5714285714%, 100% 21.4285714286%, 100% 100%, 0 100%, 0 78.5714285714%);
  position: absolute;
  left: 0;
  top: 0;
}
.cta-inner {
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cta-txt {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .cta-txt span {
    display: none;
  }
}
.cta-tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .cta-tel {
    margin-top: 4rem;
    width: 56rem;
  }
}
.cta-tel__nmb {
  font-size: 7rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #d9ffa7;
  letter-spacing: 0.025em;
  padding-left: 8.4rem;
  margin-top: 3.2rem;
  position: relative;
}
.cta-tel__nmb:before {
  content: "";
  display: block;
  width: 7rem;
  height: 4.5rem;
  background: transparent url(../img/freedial_green.svg) no-repeat scroll center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cta-tel__time {
  border: 1px solid #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 2rem;
  color: #fff;
}
.cta-tel__time dt {
  background-color: #fff;
  color: #2db9ba;
  font-weight: 400;
  padding: 0 2.2rem;
}
.cta-tel__time dd {
  padding: 0 6rem;
  letter-spacing: 0;
}
.cta-tel-btn {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .cta-tel.sp {
    display: flex !important;
    flex-direction: column;
    gap: 2rem;
  }
}

.cta2 {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.cta2-txt {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.6rem;
  padding: 0 2rem;
  position: relative;
}
.cta2-txt:before, .cta2-txt:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 5rem;
  background-color: #000;
  position: absolute;
  top: calc((100% - 5rem) / 2);
}
.cta2-txt:before {
  left: 0;
  transform: rotateZ(-15deg);
}
.cta2-txt:after {
  right: 0;
  transform: rotateZ(15deg);
}
.cta2-txt span.font-blue {
  color: #2f67c6;
}
.cta2-txt span b {
  display: inline-block;
  font-size: 5rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transform: translateY(0.3rem);
  margin: 0 0.4rem;
}
.cta2 .cta-tel {
  margin-top: 2rem;
}

.about {
  padding-top: 13rem;
  background: transparent url(../img/bg_about_pc02.png) no-repeat scroll center center/cover;
  height: 76rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .about {
    padding-top: 6rem;
    height: 70rem;
    background: transparent url(../img/bg_about_sp.png) no-repeat scroll center center/cover;
  }
}
.about:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(../img/bg_about_pc01.png) no-repeat scroll center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .about:before {
    content: none;
  }
}
.about-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 5rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 3rem;
  order: 2;
}
@media screen and (max-width: 767.98px) {
  .about-title {
    font-size: 4.4rem;
    margin-bottom: 6.8rem;
  }
}
.about-title img {
  width: 30rem;
  height: auto;
  transform: translateY(0.5rem);
}
@media screen and (max-width: 767.98px) {
  .about-title img {
    width: 26.4rem;
  }
}
.about-title span {
  font-size: 9rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #2f67c6;
  line-height: 1;
  transform: translateY(0.8rem) rotate(10deg);
}
.about-inner {
  position: relative;
  z-index: 2;
}
.about-text p {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.9230769231;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .about-text p {
    margin-top: 3.2rem;
  }
}
.about-text p span {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  background-color: #11afB0;
  padding: 0.4rem 0.8rem 0.8rem;
  margin: 0 0.8rem;
}
.about-tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.about-tel__txt {
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 0 2rem;
  position: relative;
}
.about-tel__txt:before, .about-tel__txt:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 5rem;
  background-color: #000;
  position: absolute;
  top: calc((100% - 5rem) / 2);
}
.about-tel__txt:before {
  left: 0;
  transform: rotateZ(-15deg);
}
.about-tel__txt:after {
  right: 0;
  transform: rotateZ(15deg);
}
.about-tel__txt span.font-blue {
  color: #2f67c6;
}
.about-tel__txt span b {
  display: inline-block;
  font-size: 5rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transform: translateY(0.42rem);
  margin: 0 0.4rem;
}
.about-tel__nmb {
  font-size: 7rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #2f67c6;
  letter-spacing: 0.025em;
  padding-left: 8.4rem;
  position: relative;
}
.about-tel__nmb:before {
  content: "";
  display: block;
  width: 7rem;
  height: 4.5rem;
  background: transparent url(../img/freedial_blue.svg) no-repeat scroll center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-tel__time {
  border: 1px solid #000;
  display: flex;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 0.8rem;
  color: #000;
}
.about-tel__time dt {
  background-color: #000;
  color: #fff;
  font-weight: 400;
  padding: 0 2.2rem;
}
.about-tel__time dd {
  padding: 0 6rem;
  letter-spacing: 0;
}

.point {
  padding-top: 12rem;
  padding-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .point {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
.point:before, .point:after {
  content: "";
  display: block;
  width: calc((100% - 110rem) / 2);
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .point:before, .point:after {
    width: calc((100% - 30rem) / 2);
    z-index: 0;
  }
}
.point:before {
  background: transparent url(../img/bg_point01.png) repeat-x scroll right center/contain;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .point:before {
    left: 3.2rem;
    background-position: right 2rem;
    background-repeat: repeat-y;
  }
}
.point:after {
  background: transparent url(../img/bg_point02.png) repeat-x scroll left center/contain;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .point:after {
    right: 3.2rem;
    background-position: left 2rem;
    background-repeat: repeat-y;
  }
}
.point-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .point-header {
    position: relative;
    z-index: 1;
  }
}
.point-header p {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .point-header p {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}
.point-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 5rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .point-title {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 4.4rem;
    letter-spacing: 0.05em;
  }
}
.point-title img {
  width: 30rem;
  height: auto;
  transform: translateY(0.5rem);
}
@media screen and (max-width: 767.98px) {
  .point-title img {
    width: 26.4rem;
    transform: translateY(0);
    margin: 0 0.8rem;
  }
}
.point-title span {
  font-size: 5.6rem;
  font-weight: 800;
  background: linear-gradient(transparent 80%, #d9ffa7 0%);
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .point-title span {
    display: inline-block;
    font-size: 5.2rem;
    margin-top: 1.2rem;
  }
}
.point-inner {
  max-width: 102.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .point-inner {
    position: relative;
    z-index: 2;
    padding: 0 3.2rem;
  }
}
.point-cont {
  background-color: #eaf5fb;
  border-radius: 1rem;
  padding: 3rem;
}
@media screen and (max-width: 767.98px) {
  .point-table {
    overflow-x: auto;
  }
}
.point-table table {
  width: 100%;
  border-collapse: separate;
}
@media screen and (max-width: 767.98px) {
  .point-table table {
    width: 116rem;
  }
}
.point-table table tr th,
.point-table table tr td {
  border: 2px solid #eaf5fb;
  text-align: center;
  vertical-align: middle;
  padding: 0.2rem;
  height: 9rem;
}
.point-table table tr th {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .point-table table tr th {
    font-size: 3.2rem;
    padding: 1.6rem 0;
  }
}
.point-table table tr th.price-table-th01 {
  background-color: transparent;
}
.point-table table tr th.price-table-th02 img {
  width: 15.6rem;
}
@media screen and (max-width: 767.98px) {
  .point-table table tr th.price-table-th02 img {
    width: 21.8rem;
  }
}
.point-table table tr th:nth-of-type(2) {
  background-color: #11afB0;
}
.point-table table tr th:nth-of-type(3) {
  background-color: #71c3d8;
}
.point-table table tr th:nth-of-type(4) {
  background-color: #004980;
}
.point-table table tr td {
  font-size: 2rem;
  font-weight: 700;
  background-color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .point-table table tr td {
    font-size: 3.6rem;
    height: 12rem;
    line-height: 1.2222222222;
  }
}
.point-table table tr td span.year {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .point-table table tr td span.year {
    font-size: 2.8rem;
  }
}
.point-table table tr td.price-table-td01 {
  text-align: left;
  padding-left: 2rem;
}
@media screen and (max-width: 767.98px) {
  .point-table table tr td.price-table-td01 {
    font-size: 3.2rem;
  }
}
.point-table table tr td.price-table-td02 {
  background-color: #e2ffe9;
  font-size: 2.7rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .point-table table tr td.price-table-td02 {
    font-size: 3.6rem;
  }
}
.point-table table tr td.price-table-td02 span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .point-table table tr td.price-table-td02 span {
    font-size: 3.2rem;
  }
}
.point-table table tr td.price-table-td02 span.yen {
  font-size: 4.1rem;
}
@media screen and (max-width: 767.98px) {
  .point-table table tr td.price-table-td02 span.yen {
    font-size: 4.8rem;
  }
}
.point-table table tr td.price-table-td02 span.for {
  font-size: 2.5rem;
  margin-left: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .point-table table tr td.price-table-td02 span.for {
    font-size: 3rem;
  }
}
.point-table table tr td.price-table-td02 b {
  display: inline-block;
  font-size: 6.8rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #2f67c6;
  transform: translateY(0.4rem);
  margin: 0 0.2rem;
  line-height: 1;
}
.point-table table tr td.bdrs-tl {
  border-radius: 1rem 0 0 0;
}
.point-table table tr td.bdrs-bl {
  border-radius: 0 0 0 1rem;
}
.point-table table tr td.bdrs-br {
  border-radius: 0 0 1rem 0;
}

.price {
  padding-top: 12rem;
  padding-bottom: 9rem;
  background: transparent url(../img/bg_price.png) no-repeat scroll left bottom/cover;
  border-top: 2rem solid #2db9ba;
  position: relative;
}
.price:before, .price:after {
  content: "";
  display: block;
  width: 10.6rem;
  height: 10.6rem;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0 100%, 100% 100%, 100% 0%);
  transform: rotate(45deg);
  position: absolute;
  left: calc((100% - 10.6rem) / 2);
}
.price:before {
  background-color: #2db9ba;
  top: -6rem;
}
.price:after {
  background-color: #fff;
  top: -8.8rem;
}
.price-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 5rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .price-title {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 4.4rem;
    letter-spacing: 0.05em;
  }
}
.price-title img {
  width: 30rem;
  height: auto;
  transform: translateY(0.5rem);
}
@media screen and (max-width: 767.98px) {
  .price-title img {
    width: 26.4rem;
    transform: translateY(0.2rem);
    margin-left: 0.6rem;
  }
}
.price-title span {
  background: linear-gradient(transparent 80%, #d9ffa7 0%);
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .price-title span {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.2rem;
  }
}
.price-inner {
  max-width: 102.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .price-inner {
    padding: 0 3.2rem;
  }
}
.price-cont {
  background-color: #eaf5fb;
  border-radius: 1rem;
  padding: 3rem;
}
@media screen and (max-width: 767.98px) {
  .price-table {
    overflow-x: auto;
  }
}
.price-table table {
  width: 100%;
  border-collapse: separate;
}
@media screen and (max-width: 767.98px) {
  .price-table table {
    width: 96rem;
  }
}
.price-table table tr th,
.price-table table tr td {
  border: 2px solid #eaf5fb;
  text-align: center;
  vertical-align: middle;
  padding: 0.2rem;
}
.price-table table tr th {
  background-color: #2db9ba;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  width: 33.3333333333%;
}
@media screen and (max-width: 767.98px) {
  .price-table table tr th {
    font-size: 3.2rem;
  }
}
.price-table table tr th.price-table-th {
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .price-table table tr th.price-table-th {
    font-size: 3.6rem;
  }
}
.price-table table tr td {
  font-weight: 700;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .price-table table tr td {
    font-size: 2.8rem;
  }
}
.price-table table tr td.price-table-fee {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .price-table table tr td.price-table-fee {
    font-size: 3.2rem;
  }
}
.price-table table tr td.price-table-fee span {
  display: inline-block;
  font-size: 3.2rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #2f67c6;
  transform: translateY(0.2rem);
  margin: 0 0.2rem;
}
@media screen and (max-width: 767.98px) {
  .price-table table tr td.price-table-fee span {
    font-size: 5.2rem;
  }
}
.price-table table tr td.price-table-revenue {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .price-table table tr td.price-table-revenue {
    font-size: 3.2rem;
  }
}
.price-table table tr td.price-table-count {
  background-color: #f2f7fa;
}
.price-table table tr td.price-table-td-left {
  border-radius: 0 0 0 1rem;
}
.price-table table tr td.price-table-td-right {
  border-radius: 0 0 1rem 0;
}
.price-table-note {
  font-size: 1.4rem;
  text-align: right;
  font-weight: 400;
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .price-table-note {
    font-size: 2.8rem;
    line-height: 1.4285714286;
    text-align: left;
    text-indent: -2.8rem;
    padding-left: 2.8rem;
  }
}

.flow {
  padding-top: 9rem;
  padding-bottom: 8rem;
}
.flow-inner {
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 7rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .flow-inner {
    padding: 0 3.2rem;
  }
}
.flow-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .flow-list {
    gap: 4rem;
  }
}
.flow-item {
  border-radius: 1rem;
  border-left: 2rem solid #2db9ba;
  border-right: 2rem solid #2db9ba;
  background-color: #f8f8f8;
  position: relative;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .flow-item {
    flex-direction: column;
    border-left-width: 1.2rem;
    border-right-width: 1.2rem;
    padding: 4rem;
  }
}
.flow-item:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: transparent url(../img/arrow01.svg) no-repeat scroll center center/contain;
  position: absolute;
  left: calc((100% - 1.4rem) / 2);
  top: -1.8rem;
}
@media screen and (max-width: 767.98px) {
  .flow-item:before {
    width: 2.8rem;
    height: 2.8rem;
    left: calc((100% - 2.8rem) / 2);
    top: -3.6rem;
  }
}
.flow-item .icon {
  width: 8rem;
  height: 8rem;
  background-color: #11afB0;
  border-radius: 200rem;
  font-size: 3.6rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: -6rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .flow-item .icon {
    font-size: 5.4rem;
    width: 12rem;
    height: 12rem;
    left: 2.4rem;
    top: 2.4rem;
    transform: translateY(0);
  }
}
.flow-item .icon span {
  padding-top: 0.8rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .flow-item .icon span {
    font-size: 2.8rem;
  }
}
.flow-item-img {
  width: 24rem;
  height: 16rem;
  background-color: #d8f5f2;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .flow-item-img {
    width: 33rem;
    height: 22rem;
    margin: 0 auto;
  }
}
.flow-item-text {
  width: calc(100% - 24rem);
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .flow-item-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.flow-item-text dt {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .flow-item-text dt {
    text-align: center;
    font-size: 4rem;
  }
}
.flow-item-text dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .flow-item-text dd {
    font-size: 2.8rem;
    line-height: 1.4285714286;
    margin-top: 2.4rem;
  }
}
.flow-item-text dd b {
  display: block;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.flow-item.-first {
  border-left-color: #004980;
  border-right-color: #004980;
}
.flow-item.-first .flow-item-img {
  background-color: #eaf5fb;
}
.flow-item.-first .icon {
  background-color: #2f67c6;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .flow-item.-first .icon {
    font-size: 3.6rem;
  }
}
.flow-item.-child {
  width: calc(100% - 20rem);
  border-left: none;
  border-right: none;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .flow-item.-child {
    width: calc(100% - 8rem);
  }
}
.flow-item.-child .flow-item-img {
  width: 16rem;
  height: 10rem;
  border-radius: 1rem 0 0 1rem;
}
@media screen and (max-width: 767.98px) {
  .flow-item.-child .flow-item-img {
    width: 33rem;
    height: 22rem;
  }
}
.flow-item.-child .flow-item-text {
  font-size: 2.6rem;
  font-weight: 700;
  padding-top: 0;
}
@media screen and (max-width: 767.98px) {
  .flow-item.-child .flow-item-text {
    font-size: 4rem;
    text-align: center;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .flow-item.-child .flow-item-text span {
    display: none;
  }
}
.flow-item:first-of-type:before {
  content: none;
}

.voice {
  padding-top: 9rem;
}
.voice-inner {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.voice .swiper {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}
@media screen and (max-width: 767.98px) {
  .voice .swiper {
    margin-left: 0;
    margin-right: 0;
  }
}
.voice .swiper-slide {
  padding: 0 2.4rem;
  height: auto;
}
.voice-item {
  height: 100%;
  border-radius: 1rem;
  background-color: #f8f8f8;
  padding: 3rem;
}
.voice-item-catch {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5384615385;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .voice-item-catch {
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.voice-item-img {
  margin-top: 3rem;
}
.voice-item-img img {
  border-radius: 1rem;
  aspect-ratio: 39/23;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-item-text {
  margin-top: 3rem;
}
.voice-item-text dt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #2db9ba;
}
@media screen and (max-width: 767.98px) {
  .voice-item-text dt {
    font-size: 3.2rem;
    line-height: 1.625;
  }
}
.voice-item-text dt span {
  display: inline-block;
  font-weight: 500;
  background-color: #2db9ba;
  border-radius: 0.5rem;
  color: #fff;
  line-height: 1;
  padding: 0.4rem 0.8rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767.98px) {
  .voice-item-text dt span {
    padding: 0.8rem 1.6rem;
  }
}
.voice-item-text dd {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767.98px) {
  .voice-item-text dd {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}

.faq {
  padding-top: 9rem;
  padding-bottom: 8rem;
}
.faq-inner {
  max-width: 110rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .faq-inner {
    padding: 0 3.2rem;
  }
}
.faq-item {
  border-radius: 4.2rem;
  background-color: #eaf5fb;
  margin-top: 4rem;
}
.company {
  padding-bottom: 0;
  background-color: transparent;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .company {
    overflow: hidden;
  }
}
.company:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../img/about-bg.png") no-repeat scroll center top/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .company:before {
    background: transparent url("../img/about-bg_sp.png") no-repeat scroll center top/cover;
  }
}
.company:after {
  content: "";
  display: block;
  width: 100%;
  height: 20rem;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.company-inner {
  max-width: 144rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .company-inner {
    padding: 0 3.2rem;
  }
}
.company-cont {
  max-width: 75rem;
  position: relative;
  z-index: 1;
  transform: translateY(9rem);
}
@media screen and (max-width: 767.98px) {
  .company-cont {
    transform: translateY(12rem);
  }
}
.company-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.8rem;
  background: linear-gradient(transparent 84%, #fff 0%);
}
@media screen and (max-width: 767.98px) {
  .company-title {
    font-size: 5.2rem;
    text-align: center;
    margin: 0 auto;
  }
}
.company-title span {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  font-size: 3rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .company-title span {
    font-size: 4rem;
    justify-content: center;
  }
}
.company-title span img {
  width: 18.6rem;
}
@media screen and (max-width: 767.98px) {
  .company-title span img {
    width: 23.6rem;
  }
}
.company-txt {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .company-txt {
    margin-top: 4rem;
  }
}
.company-txt p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .company-txt p {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}
.company-crown {
  margin-top: 4rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
  padding-left: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .company-crown {
    gap: 3.2rem;
    padding-left: 0;
  }
}
.company-crown-img {
  width: 29rem;
}
@media screen and (max-width: 767.98px) {
  .company-crown-img {
    width: calc((100% - 3.2rem) / 2);
  }
}
.company-map {
  display: block;
  margin-top: 5rem;
}
.company-map img {
  filter: drop-shadow(0.5rem 0.5rem 1rem rgba(0, 149, 129, 0.16));
}
.company-message {
  margin-top: 7.2rem;
  padding-bottom: 8rem;
  position: relative;
}
.company-message-cont {
  max-width: 75rem;
}
.company-message-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.35;
  padding-bottom: 2.4rem;
  border-bottom: 2px solid #d4d4d4;
}
@media screen and (max-width: 767.98px) {
  .company-message-title {
    font-size: 3.6rem;
    padding-bottom: 8rem;
  }
}
.company-message-title span {
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .company-message-title span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .company-message-txt p {
    font-size: 2.8rem;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 3.2rem;
  }
}
.company-message-img {
  position: absolute;
  top: -2.7rem;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .company-message-img {
    top: 0.3rem;
  }
}
.company-message-img img {
  width: 20.5rem;
}
@media screen and (max-width: 767.98px) {
  .company-message-img img {
    width: 20rem;
  }
}
.company-message-sign {
  font-size: 1.2rem;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .company-message-sign {
    font-size: 2.4rem;
    bottom: auto;
    top: 21rem;
    right: 20rem;
  }
}
.company-message-sign img {
  width: 13.5rem;
}
@media screen and (max-width: 767.98px) {
  .company-message-sign img {
    width: 20rem;
  }
}
.company-img {
  width: calc(50% - 5rem);
  max-width: 86.6rem;
  height: 100%;
  position: absolute;
  bottom: -2rem;
  left: calc(50% + 8rem);
}
@media screen and (max-width: 767.98px) {
  .company-img {
    display: none;
  }
}
.company-img img {
  width: auto;
  height: calc(100vh - 16rem);
  position: sticky;
  top: 16rem;
}

.media {
  background: #f2f7fa;
  padding-top: 10rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .media {
    padding-bottom: 6rem;
  }
}
.media .media__inner {
  max-width: 102.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .media .media__inner {
    padding: 0 3.2rem;
  }
}
.media .media__title {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767.98px) {
  .media .media__title {
    margin-bottom: 3.2rem;
  }
  .media .media__title:after {
    bottom: -2rem;
  }
}
.media .media__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767.98px) {
  .media .media__container {
    flex-direction: column;
  }
}
.media .media__section {
  width: calc(50% - 3rem);
  padding: 2rem 0;
  border-top: 2px solid #fff;
}
.media .media__section:nth-child(n+3) {
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .media .media__section {
    width: 100%;
    border: none;
    padding: 0;
  }
}
.media .media__heading {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .media .media__heading {
    font-size: 3.2rem;
    padding-bottom: 0;
    text-align: left;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 1rem;
  }
}
.media .media__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.media .media__items--book {
  gap: 3rem 1rem;
}
@media screen and (max-width: 767.98px) {
  .media .media__items--book {
    gap: 2rem;
  }
}
.media .media__items--book img {
  max-width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .media .media__items--book img {
    max-width: none;
  }
}
.media .media__items--etc {
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .media .media__items--etc {
    gap: 1rem;
  }
}
.media .media__items--etc .media__item {
  width: 100%;
}
.media .media__items--etc .media__item img {
  width: 100%;
}
.media .media__items--logos {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.media .media__items--logos .media__item {
  width: calc((100% - 2rem) / 3);
}
.media .media__item {
  width: calc(34.3% - 2rem);
  line-height: 0;
}
@media screen and (max-width: 767.98px) {
  .media .media__item {
    width: calc((100% - 4rem) / 3);
  }
}
.media .media__item img {
  display: block;
  width: 100%;
  height: auto;
}
.media .media__desc {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 767.98px) {
  .media .media__desc {
    font-size: 1rem;
  }
}
.media .media__book-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .media .media__book-title {
    font-size: 1.2rem;
  }
}

.floating-form {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 380px;
  height: 270px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1;
  z-index: 1000;
  transition: height 0.4s ease;
  border: 4px solid #2f67c6;
}
@media screen and (max-width: 1400px) {
  .floating-form {
    transform: scale(0.8);
    transform-origin: bottom right;
  }
}
@media screen and (max-width: 767.98px) {
  .floating-form {
    display: none;
  }
}

.floating-form.is-open {
  height: 98vh;
}

.floating-form__header {
  background-color: #2f67c6;
  color: #fff;
  padding: 12px 20px;
  position: relative;
  display: flex;
  border-radius: 10px 10px 0 0;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.floating-form__header__icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 34px;
}

.floating-form__title {
  font-size: 20px;
  text-align: center;
}

.floating-form__status {
  display: none;
  font-size: 14px;
  background: #000;
  color: #fff;
  padding: 11px 26px;
  border-radius: 999px;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}

.floating-form.is-dirty .floating-form__status {
  display: inline-block;
}

.floating-form__toggle {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}

.floating-form__toggle img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
}

.floating-form__toggle img.is-rotated {
  transform: rotate(180deg);
  top: 21%;
}

.floating-form__body {
  padding: 20px 26px;
  overflow-y: auto;
  height: calc(100% - 55px);
}

.floating-form__lead {
  margin-bottom: 16px;
}

.form-group {
  margin-bottom: 24px;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .form-group {
    margin-bottom: 2.4rem;
  }
}

.form-textbox {
  margin-top: 10px;
}

.required {
  background: #f68014;
  color: #fff;
  margin-right: 4px;
  display: inline-block;
  font-size: 10px;
  padding: 4px 6px;
  border-radius: 2px;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .required {
    padding: 0.8rem 1.2rem;
    font-size: 2rem;
    line-height: 1;
  }
}

.optional {
  font-size: 10px;
  padding: 4px 6px;
  border-radius: 2px;
  vertical-align: middle;
  display: inline-block;
  background: #e0e0e0;
  color: #fff;
  margin-right: 4px;
}
@media screen and (max-width: 767.98px) {
  .optional {
    padding: 0.8rem 1.2rem;
    font-size: 2rem;
    line-height: 1;
  }
}

.form-textbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  padding: 7px 8px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #f6f6f6;
}
@media screen and (max-width: 767.98px) {
  .form-textbox {
    margin-top: 1.6rem;
  }
}
.form-textbox::-moz-placeholder {
  color: #b9b9b9;
}
.form-textbox::placeholder {
  color: #b9b9b9;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #2f67c6;
  outline: none;
  box-shadow: none;
}

textarea {
  height: 8rem;
}

.form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #f6f6f6 url(../img/select-arrow.svg) no-repeat center right 10px/9px 5px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
}

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

.form-radios {
  margin-top: 2rem;
}
.form-radios label {
  display: block;
  margin-bottom: 1.4rem;
}

.form-radiobtn {
  display: none;
}

.form-radiobtn + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.3em 0;
  padding: 0 0 0 1.7em;
  position: relative;
}

.form-radiobtn + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.form-radiobtn + span::after {
  -webkit-transform: translateY(-50%);
  background: #333;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}

.form-radiobtn:checked + span::after {
  opacity: 1;
}

.form-checkbox-wrap {
  margin: 20px 0;
}

.form-checkbox {
  display: none;
}

.form-checkbox + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.6em;
  position: relative;
}

.form-checkbox + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.form-checkbox + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #2f67c6;
  border-left: 3px solid #2f67c6;
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

.form-checkbox:checked + span::after {
  opacity: 1;
}

label.consent {
  display: inline-block;
  margin-top: 8px;
}

.form-note {
  font-size: 11px;
  color: #3e464a;
  margin-top: 6px;
  line-height: 1.4;
}
.form-note a {
  color: #1d2088;
}

.floating-form__submit {
  -webkit-appearance: none;
  background-color: #e0e0e0;
  border: none;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  margin: 20px auto 8px;
  padding: 0.8em 2em;
  width: 90%;
  text-align: center;
  pointer-events: none;
}
.floating-form__submit.active {
  background-color: #f68014;
  pointer-events: auto;
}

.floating-form__submit:hover {
  opacity: 0.9;
}

.floating-form__caution {
  font-size: 14px;
  color: #d95151;
  text-align: center;
}

.cta-btn {
  background-image: linear-gradient(to right, #fff, #e8e8e8);
}

.btn-container {
  padding-top: 4rem;
  padding-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .btn-container {
    padding: 4rem;
  }
  .btn-container .sp-only {
    margin: 0 auto;
  }
  .btn-container img {
    width: 100%;
  }
}

.minnanosouzoku {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .minnanosouzoku {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .minnanosouzoku__btn {
    width: 100%;
  }
}
.minnanosouzoku__btn img {
  max-width: 63rem;
  border-radius: 1rem;
  filter: drop-shadow(0 0.4rem 0.6rem rgba(0, 0, 0, 0.16));
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .minnanosouzoku__btn img {
    width: 100%;
    max-width: none;
  }
}
@media (hover: hover) {
  .minnanosouzoku__btn:hover {
    opacity: 1;
  }
  .minnanosouzoku__btn:hover img {
    transform: translateY(0.4rem);
    filter: drop-shadow(0 0.2rem 0.3rem rgba(0, 0, 0, 0.16));
  }
}

.minnanosouzoku__text {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .minnanosouzoku__text {
    font-size: 4rem;
  }
}

.moneyizm__text {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .moneyizm__text {
    font-size: 1.4rem;
  }
}

.fixed-btn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background-color: #fff;
  padding: 0.8rem 3.2rem;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  width: 9.6rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s;
}
@media screen and (max-width: 767.98px) {
  .fixed-btn {
    width: 100%;
  }
}
.fixed-btn.visible {
  opacity: 1;
  visibility: visible;
}
.fixed-btn a {
  width: calc((100% - 0.8rem) / 2);
}
.fixed-btn a.fixed-btn__top {
  width: 9.6rem;
  position: fixed;
  bottom: 1rem;
  right: 400px;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .fixed-btn a.fixed-btn__top {
    right: 320px;
  }
}
@media screen and (max-width: 767.98px) {
  .fixed-btn a.fixed-btn__top {
    bottom: 12rem;
    right: 3.2rem;
  }
}
@media (hover: hover) {
  .fixed-btn a.fixed-btn__top:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
.fixed-btn a.fixed-btn__top span {
  display: block;
  width: 9.6rem;
  height: 9.6rem;
  background-color: #2f67c6;
  border-radius: 0.5rem;
  opacity: 0.7;
  background-color: #2f67c6;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.fixed-btn a.fixed-btn__top span:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: calc(50% - 0.4rem);
  right: calc(50% - 1rem);
  transform: rotateZ(45deg);
}
.fixed-btn img {
  width: 100%;
}

.fixed-btn__contact {
  position: relative;
}
.fixed-btn__contact .fixed-btn__contact__tag {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
  width: 17vw;
}