@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

.num {
  font-family: "Fjalla One", sans-serif;
  font-style: normal;
}

.sub-font {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

html {
  font-size: calc(100vw / 414 * 10);
}
@media (min-width: 414px) {
  html {
    font-size: 10px;
  }
}

input,
textarea {
  font-size: max(16px, 1.6rem);
}

.white-space {
  white-space: nowrap;
  display: inline-block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  background-color: #fff;
  line-height: 1;
  padding-bottom: 11.7rem;
}

.wrapper {
  max-width: 414px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

p {
  margin: 0;
}

.cta {
  display: block;
  background: linear-gradient(180deg, #50AFCC 0%, #4295AE 100%);
  padding: 2.5rem 1.2rem;
  border-radius: 0.8rem;
  color: #fff;
  text-align: center;
  margin: 0rem auto;
  position: relative;
  z-index: 100;
}
.cta__btn-area p {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 2.3rem;
}
.cta__btn-area p .cta-sm {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1rem;
}
.cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 0.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-decoration: none !important;
  margin: 0 auto;
}
.cta__btn span {
  display: inline-block;
}
.cta__btn-tel {
  width: 93.48%;
  max-width: 35.9rem;
  border-radius: 6.46rem;
  background: #F60;
  padding: 1.2rem 0;
  background-color: #f60;
  filter: drop-shadow(0px 4px 0px #803300);
}
.cta__btn-tel:hover {
  background-color: #993d00;
}
.cta__btn-tel span:nth-child(1) {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  position: relative;
}
.cta__btn-tel span:nth-child(1)::before, .cta__btn-tel span:nth-child(1)::after {
  content: "|";
  position: absolute;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.cta__btn-tel span:nth-child(1)::before {
  left: -1rem;
  transform: rotate(-40deg);
}
.cta__btn-tel span:nth-child(1)::after {
  right: -1rem;
  transform: rotate(40deg);
}
.cta__btn-tel span:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: end;
  font-size: 2.6rem;
  gap: 1.2rem;
}
.cta__btn-tel span:nth-child(2) img {
  width: 2.5rem;
  height: 2.5rem;
}
.cta__btn-doc {
  width: 73.4%;
  max-width: 28.2rem;
  border-radius: 5.62rem;
  background-color: #3E6374;
  position: relative;
  background-color: #3e6374;
  filter: drop-shadow(0px 3.478px 0px #2E3E51);
}
.cta__btn-doc:hover {
  background-color: #1a2a32;
}
.cta__btn-doc span:nth-child(1) {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.cta__btn-doc span:nth-child(1)::before, .cta__btn-doc span:nth-child(1)::after {
  content: "|";
  position: absolute;
  color: #fff;
  font-size: 1.6rem;
}
.cta__btn-doc span:nth-child(1)::before {
  left: 6.5rem;
  transform: rotate(-40deg);
}
.cta__btn-doc span:nth-child(1)::after {
  right: 6.5rem;
  transform: rotate(40deg);
}
.cta__btn-doc span:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  font-size: 2.1rem;
  gap: 1rem;
}
.cta__btn-doc span:nth-child(2) img {
  width: 2.872rem;
  height: 2.498rem;
  margin-top: 0.5rem;
}
.cta__tel-num {
  margin: 2.35rem auto 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.cta__tel-num .orange-box {
  border-radius: 4.416px;
  background: #ED6E01;
  font-size: 1.75rem;
  font-weight: 500;
  padding: 0.662rem 0.942rem;
  margin-bottom: 0;
}
.cta__tel-num .num {
  font-size: 4.05rem;
  font-weight: 400;
  margin-bottom: 0;
}

.cta__section-bottom {
  background-color: #fff;
  margin: 1.5rem 1.5rem 2.4rem;
}

.plan {
  background: linear-gradient(to bottom, #3B5069 0%, #3B5069 123rem, #007B5C 123rem, #007B5C 100%);
  text-align: center;
  padding-bottom: 4.6rem;
}
.plan__head {
  color: #fff;
  margin: 0 auto;
  padding: 4.3rem 0 3.3rem;
}
.plan__head-top {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.9rem;
}
.plan__head-main {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 3.2rem;
}
.plan__head-main span {
  font-size: 4.8rem;
  line-height: 1;
}
.plan__head-bottom {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}
.plan__category {
  background-color: #fff;
  border-radius: 40px;
  padding: 3.3rem 2.4rem;
  margin-bottom: 4.6rem;
}
.plan__category:nth-last-child(1) {
  margin-bottom: 0;
}
.plan__category-kazoku h3 {
  color: #3B5069;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2.4rem;
}
.plan__category-ippan h3 {
  color: #007B5D;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2.4rem;
}
.plan__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  list-style: none;
}
.plan__list-card {
  width: 100%;
  border: 2px solid #3F98B3;
  box-shadow: 2px 2px 0px 0px #3F98B3;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 2.4rem;
  text-decoration: none !important;
}
.plan__list-card:nth-last-child(1) {
  margin-bottom: 0;
}
.plan__list-card:nth-last-child(1) h4::before {
  display: none;
}
.plan__list-card h4 {
  color: #fff;
  background-color: #3F98B3;
  padding: 1rem 0 1.3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
.plan__list-card h4::before {
  content: "おすすめ";
  position: absolute;
  top: -0.8rem;
  left: 1.8rem;
  background-color: #F15A24;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 3rem;
  padding: 2.1rem 0.3rem;
}
.plan__card-top {
  color: #3F98B3;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 1.2rem 0 1.4rem;
}
.plan__item {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 1.7rem;
}
.plan__item-left {
  text-align: center;
}
.plan__item-left p {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.6rem;
}
.plan__item-left p:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.plan__item-left p:nth-child(1) img {
  width: 2.3rem;
  height: 2.3rem;
}
.plan__item-left p:nth-last-child(1) {
  margin-bottom: 0;
}
.plan__item-left .plan__item-box {
  color: #7B7B7B;
  background-color: #F1F1F1;
  display: flex;
  font-size: 1.4rem;
  padding: 0.2rem 3.9rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.plan__item-left .plan__item-active {
  color: #FFF;
  background-color: #3F98B3;
}
.plan__item img {
  width: 19rem;
  height: 12.3rem;
}
.plan__item-price {
  margin: 0;
  font-size: 2.8276rem;
  font-weight: 400;
  line-height: 1;
  color: #3F98B3;
  position: relative;
  margin-bottom: 3.7rem;
}
.plan__item-price p:nth-child(1):before {
  content: "税抜";
  font-size: 1.3195rem;
  font-weight: 400;
  line-height: 1;
  color: #3F98B3;
  position: absolute;
  top: 0.5rem;
  right: 9.9rem;
}
.plan__item-price .num {
  font-size: 5.1441rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.plan__item-tax {
  margin-top: 1rem;
  text-align: right;
  font-size: 1.5rem;
  color: #3F98B3;
  position: absolute;
  top: 4rem;
  right: 7rem;
}
.plan__item-btn {
  display: inline-block;
  color: #fff;
  background-color: #3F98B3;
  border-radius: 64.042px;
  font-size: 1.6768rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none !important;
  padding: 0.675rem 6.4rem;
  margin-bottom: 1.792rem;
  background-color: #3f98b3;
}
.plan__item-btn:hover {
  background-color: #245868;
}
.plan__item-btn .arrow-icon {
  display: inline-block;
  width: 1.4788rem;
  height: 1.4788rem;
  margin-left: 0.59rem;
}
.plan .ippan {
  border: 2px solid #00B286;
  box-shadow: 2px 2px 0px 0px #00B286;
  margin: 0 auto;
}
.plan .ippan-color {
  color: #00B286;
}
.plan .ippan-bgc {
  background-color: #00B286;
}
.plan .ippan h4::before {
  display: none;
}
.plan .ippan .plan__item-price p:nth-child(1)::before {
  color: #00B286;
}
.plan .ippan .plan__item-btn {
  background-color: #00b286;
}
.plan .ippan .plan__item-btn:hover {
  background-color: #004c39;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
  max-width: 41.4rem;
}
.header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  height: 6.1rem;
  padding: 5px 13px;
  flex-shrink: 0;
}
.header__logo img {
  display: block;
  width: 16.4rem;
  height: 2.5706rem;
  width: auto;
}
.header__cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 0.8rem;
  background-color: #ea5600;
  color: #fff;
  text-decoration: none !important;
  padding: 0.6rem 0.7rem;
  border-radius: 0.4rem;
  font-weight: 500;
  background-color: #ea5600;
}
.header__cta-btn:hover {
  background-color: #843100;
}
.header__cta-btn span {
  display: block;
}
.header__cta-label {
  background-color: #fffb00;
  color: #EA5600;
  text-align: center;
  font-size: 1.3962rem;
  font-style: normal;
  font-weight: 500;
  line-height: 118.182%;
  letter-spacing: 0.698px;
  padding: 0.3rem 0.5rem;
}
.header__cta-icon {
  display: flex;
  flex-direction: column;
}
.header__cta-icon span:first-child {
  color: #FFFB00;
  text-align: center;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.55px;
}
.header__cta-icon span:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: end;
  font-size: 1.8rem;
  font-weight: bold;
}
.header__cta-icon span:last-child img {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.4rem;
}
.header__nav {
  background-color: #C9D7E7;
}
.header__nav .header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav .header__menu li {
  background-color: #fff;
  flex: 1;
  margin: 0.1rem 0;
  height: 5.1rem;
  transition: background-color 0.3s;
  position: relative;
  z-index: 1;
}
.header__nav .header__menu li::after {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 90%;
  width: 0;
  height: 0;
  border: 0.5rem solid transparent;
  border-top-color: #DC5800;
  transform: rotate(-45deg);
  z-index: 100;
}
.header__nav .header__menu li:hover {
  background-color: #3B5069;
}
.header__nav .header__menu li:hover::after {
  border-top-color: #fff;
}
.header__nav .header__menu li:hover a {
  color: #fff;
  text-decoration: none !important;
}
.header__nav .header__menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  color: #3B5069;
  font-weight: 500;
  text-decoration: none !important;
}
.header__nav .header__menu li a .white-space {
  display: block;
}
.header__nav .header__menu .is-active {
  background-color: #3B5069;
}
.header__nav .header__menu .is-active::after {
  border-top-color: #fff;
}
.header__nav .header__menu .is-active a {
  color: #fff;
  text-decoration: none !important;
}

.footer {
  background-color: #3B5069;
  color: #fff;
  text-align: center;
  padding: 7.304rem 4rem 2.5rem;
}
.footer__inner {
  max-width: 33.1rem;
  margin: 0 auto;
}
.footer__logo {
  display: inline-block;
  margin: 0 auto 4.834rem;
}
.footer__emergency-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DC0000;
  color: #fff;
  height: 6.3rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.96px;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  gap: 1rem;
  text-decoration: none !important;
}
.footer__emergency-btn .footer__emergency-icon {
  width: 2.7462rem;
  height: auto;
}
.footer__cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.footer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #3B5069;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.72px;
  border-radius: 1rem;
  width: 15.8rem;
  height: 6.3rem;
  text-decoration: none !important;
  gap: 1rem;
}
.footer__btn img {
  width: 2.5rem;
  height: auto;
}
.footer__nav {
  margin-bottom: 2rem;
}
.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__menu li:nth-child(1) {
  border-top: none;
}
.footer__menu li a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  padding: 2rem 0;
  text-decoration: none !important;
  text-align: left;
}
.footer__menu li a:after {
  content: ">";
  float: right;
}
.footer__copyright {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  color: #FFF;
}

.footer__cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 41.4rem;
  z-index: 99999;
  background-color: #4CAAC7;
  padding: 1.469rem 1.4rem 1.3rem;
  text-align: center;
}
.footer__cta-lead {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 1.631rem;
}
.footer__cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
}
.footer__cta .footer__btn {
  width: 38.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 1rem;
}
.footer__cta .footer__btn-tel {
  background-color: #DC5800;
  box-shadow: 0px 4px 0px 0px #803300;
  background-color: #dc5800;
}
.footer__cta .footer__btn-tel:hover {
  background-color: #762f00;
}
.footer__cta .footer__btn-tel img {
  width: 2.5rem;
  height: 2.3rem;
}
.footer__cta .footer__btn-doc {
  background-color: #3E6374;
  box-shadow: 0px 4px 0px 0px #2E3E51;
  background-color: #3e6374;
}
.footer__cta .footer__btn-doc:hover {
  background-color: #1a2a32;
}
.footer__cta .footer__btn-doc img {
  width: 2.7rem;
  height: 2.1rem;
}
.footer__cta .footer__btn-label {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.72px;
}
.footer__cta .footer__btn-label span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.48px;
}

.fv {
  background-color: #E1F4FA;
  background-image: url(../images/fv-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 13.5rem 1.5rem 2.4rem;
  text-align: center;
}
.fv__head {
  display: inline-block;
  border-radius: 47px;
  padding: 1.086rem 3.588rem;
  background: #3B5069;
  color: #fff;
  font-size: 1.9971rem;
  margin-bottom: 1.126rem;
}
.fv__head img {
  width: 11.5rem;
}
.fv h2 {
  margin: 0;
  color: #3B5069;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 3.3rem;
  letter-spacing: 2.4px;
}
.fv h2 .yellow-line {
  font-size: 3.5rem;
  background: linear-gradient(transparent 60%, #F5ED00 60%);
  display: inline-block;
  letter-spacing: 2.8px;
}
.fv h2 .yellow-line .fv-mid {
  font-size: 3rem;
}
.fv__inner-circle {
  color: #fff;
  position: relative;
  z-index: 1;
}
.fv__inner-circle::before {
  content: "";
  width: 20.9rem;
  height: 20.9rem;
  flex-shrink: 0;
  background-color: #3B5069;
  stroke-width: 2px;
  stroke: #2F3E50;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.fv__inner-circle img {
  display: inline-block;
  margin-bottom: 1.1rem;
}
.fv__inner-circle h3 {
  color: #FFF;
  font-weight: 500;
  letter-spacing: 1.02px;
  text-align: center;
  margin-bottom: 5.528rem;
}
.fv__inner-circle h3 .fv-sm {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 0.6rem;
}
.fv__inner-circle h3 img {
  width: 21.4rem;
  height: 8.4rem;
  margin-bottom: 0;
}
.fv__body {
  margin-bottom: 18.2rem;
  position: relative;
}
.fv__body .fv__body-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv__body .fv__body-price .fv__label {
  margin-right: 0.9rem;
  writing-mode: vertical-rl;
  font-size: 2rem;
  font-weight: 500;
  color: #EA5600;
  border: 2.248px solid #EA5600;
  padding: 0.4rem 0.2rem;
  text-align: center;
}
.fv__body .fv__body-price .fv__price {
  margin: 0;
  font-size: 4.3rem;
  font-weight: 500;
  color: #EA5600;
  position: relative;
}
.fv__body .fv__body-price .fv__price::before {
  content: "税抜";
  font-size: 2.04rem;
  font-weight: 500;
  color: #EA5600;
  position: absolute;
  top: 1rem;
  right: 4.5rem;
}
.fv__body .fv__body-price .fv__price .num {
  font-size: 7.8rem;
  font-weight: 500;
  position: relative;
}
.fv__body .fv__body-price .fv__price .num::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25.1rem;
  height: 3px;
  background-image: repeating-linear-gradient(to right, #D84C00 0, #D84C00 3px, transparent 2px, transparent 6px);
}
.fv__body .fv__body-price .fv__price .num span {
  font-size: 5.2rem;
  font-weight: 400;
}
.fv__body .fv__tax {
  margin-top: 2rem;
  margin-right: 2.5rem;
  text-align: right;
  font-size: 1.5739rem;
  color: #EA5600;
}
.fv__body::after {
  content: "";
  background-image: url(../images/fv__bg-bottom.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40.7rem;
  height: 21.1rem;
  position: absolute;
  bottom: -216%;
  left: -4%;
  z-index: 1;
}

.trouble {
  background-color: #5C747F;
  padding: 1.8rem 1rem;
  text-align: center;
}
.trouble h2 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.trouble__body {
  background-color: #fff;
  padding: 2.4rem 1rem;
}
.trouble__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.33rem;
}
.trouble__item img {
  width: 11.1rem;
  height: 11.1rem;
}
.trouble__item .bubble {
  padding: 1.4rem 1.5rem 1.6rem 1.4rem;
  text-align: left;
  border-radius: 10px;
  margin-bottom: 3.523rem;
  position: relative;
}
.trouble__item .bubble-01 {
  background-color: #EDEDED;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.trouble__item .bubble-01 .sub-font {
  color: #3B5069;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.3rem;
}
.trouble__item .bubble-01::after {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 100%;
  width: 0;
  height: 0;
  border: 2rem solid transparent;
  border-top-color: #EDEDED;
  transform: rotate(-90deg);
}
.trouble__item .bubble-02 {
  background-color: #3B5069;
  padding: 1.2rem 1rem 1.67rem 1.7rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
.trouble__item .bubble-02 h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
  margin-bottom: 1rem;
}
.trouble__item .bubble-02 h3 span {
  font-size: 1.6rem;
  font-weight: 500;
}
.trouble__item .bubble-02 h3 .yellow {
  font-size: 2rem;
  color: #FBE46C;
  font-weight: 500;
}
.trouble__item .bubble-02::after {
  content: "";
  position: absolute;
  bottom: 22%;
  left: 100%;
  width: 0;
  height: 0;
  border: 2rem solid transparent;
  border-top-color: #3B5069;
  transform: rotate(-90deg);
}
.trouble__item-bottom {
  background-color: #EEF4FB;
  color: #3B5069;
  border: 2px solid #3B5069;
  width: 36.2rem;
  text-align: left;
  margin: 0;
  padding: 1rem 0 1.4rem 1.4rem;
  position: relative;
}
.trouble__item-bottom h4 {
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 1.1rem;
}
.trouble__item-bottom h4 span {
  font-size: 1.8rem;
}
.trouble__item-bottom p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
.trouble__item-bottom::after {
  content: "";
  background-image: url(../images/trouble__item-bottom.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 14.2rem;
  height: 17.3rem;
  position: absolute;
  top: -5%;
  right: -1%;
}

.features {
  background: linear-gradient(to bottom, #fff, #eefbff);
  padding: 8rem 1.5rem 3.352rem;
  text-align: center;
  position: relative;
}
.features::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8.7em solid transparent;
  border-right: 8.7rem solid transparent;
  border-top: 3.4rem solid #3B5069;
}
.features__head {
  margin-bottom: 5.6rem;
  position: relative;
}
.features__head::after {
  content: "";
  background-color: #3B5069;
  width: 9.3rem;
  height: 0.4rem;
  position: absolute;
  bottom: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.features__head-top {
  display: inline-block;
  border-radius: 47px;
  padding: 0.7rem 1.48rem 0.848rem 1.4rem;
  background-color: #3B5069;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.708px;
  line-height: 1;
  margin-bottom: 2rem;
}
.features__head-top span {
  font-size: 2rem;
  font-weight: 500;
  margin-left: 0.5rem;
  letter-spacing: 0.599px;
}
.features__head-main {
  color: #3B5069;
  font-size: 4rem;
  font-weight: 900;
}
.features__head-main span {
  font-size: 5rem;
}
.features__list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 2.8rem;
  list-style: none;
  padding: 0;
}
.features__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6rem;
  text-align: left;
}
.features .circle {
  background-color: #3B5069;
  border-radius: 50%;
  width: 9.5rem;
  height: 9.5rem;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.features .circle span {
  display: block;
  font-size: 4rem;
  font-weight: 500;
  margin-top: 0.2rem;
}
.features__list-right {
  color: #3B5069;
}
.features__list-right h3 {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
.features__list-right p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}

.style {
  background-color: #007B5C;
}
.style__inner {
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  padding: 3.3rem 2.4rem 0;
}
.style__head {
  color: #3B5069;
  line-height: 1;
  text-align: center;
}
.style__head-top {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.style__head-main {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
  line-height: 1.4;
}
.style__txt {
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 2.4rem;
}
.style .style__img01 {
  width: 36.4rem;
  height: 23.6rem;
  margin-bottom: 5.6rem;
}
.style .style__img02 {
  width: 36.4rem;
  height: 23.6rem;
  margin-bottom: 1.8rem;
}

.venue {
  background-color: #fff;
  padding-top: 1.7rem;
  padding-bottom: 2.947rem;
}
.venue__head {
  color: #3B5069;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.venue__head-top {
  font-size: 2.1rem;
  margin-bottom: 0.9rem;
}
.venue__head-main {
  font-size: 2.8rem;
  margin-bottom: 2.4rem;
  font-weight: 600;
}
.venue__head-main span {
  font-size: 3.8rem;
  font-weight: 600;
}
.venue__head-bottom {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 2.2rem;
}
.venue__image-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
}
.venue__image-list img {
  width: 100%;
  height: auto;
  display: block;
}
.venue__txt {
  margin: 2.8rem 1.2rem 1.2rem;
}
.venue__txt p {
  color: #3B5069;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  padding-bottom: 3.2rem;
}
.venue__txt p .bold {
  font-weight: 500;
}
.venue h3 {
  color: #3B5069;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.venue h3 span {
  display: block;
  font-size: 2.1rem;
  margin-bottom: 1.6rem;
}
.venue__bottom-img {
  display: block;
  width: 36.5rem;
  height: 23.6rem;
  margin: 2.8rem auto;
}
.venue__caution {
  display: block;
  width: 93%;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
}

.reasons {
  background-color: #fff;
  padding: 4rem 2rem;
}
.reasons__head {
  font-size: 2.8rem;
  font-weight: 600;
  color: #3B5069;
  text-align: center;
  line-height: 1;
  margin-bottom: 2.4rem;
}
.reasons__head span {
  display: block;
  font-size: 2.1rem;
  margin-bottom: 0.9rem;
}
.reasons__lead {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #3B5069;
  margin-bottom: 3.4rem;
  line-height: 1.7;
}
.reasons .swiper {
  overflow: visible;
  padding: 0 5.5rem 3rem 0;
}
.reasons__slide {
  width: 33.2rem !important;
  height: 44.5rem !important;
  flex-shrink: 0;
  background: #fff;
  border: 2px solid #3F98B3;
  border-radius: 2rem;
  padding: 1.2rem 1rem;
  box-shadow: 2px 2px 0px 0px #3F98B3;
  text-align: center;
}
.reasons .reasons__image {
  width: 100%;
  border-radius: 1.2rem;
  margin-bottom: 1.9rem;
}
.reasons .reasons__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #3F98B3;
  margin-bottom: 1.9rem;
}
.reasons .reasons__desc {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #3F98B3;
  text-align: left;
  margin: 0 auto;
}
.reasons .swiper-pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-top: 3.3rem;
  position: relative;
}
.reasons .swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #3B5069;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.4rem;
  transition: background-color 0.3s ease;
}
.reasons .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border: 1px solid #3B5069;
}
.reasons .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.support {
  background-color: #3B5069;
  border-radius: 40px 40px 0 0;
  padding: 2.3rem 2.4rem 0;
  text-align: center;
  color: #fff;
}
.support__head {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}
.support__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.4rem;
  padding: 0;
  list-style: none;
  margin-bottom: 4.251rem;
}
.support__item {
  background-color: #fff;
  color: #3F98B3;
  border-radius: 2rem;
  padding: 2.4rem 1.6rem;
  text-align: left;
  border: 2px solid #3F98B3;
  box-shadow: 2px 2px 0px 0px #3F98B3;
}
.support__item-img {
  width: 100%;
  border-radius: 0.8rem;
  margin: 1.9rem 0;
}
.support__item p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1.9rem;
}
.support__item-head {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  gap: 1.9rem;
}
.support__item-head span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3F98B3;
  color: #fff;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 50%;
  width: 5.25rem;
  height: 5.25rem;
}
.support__item-head h3 {
  color: #3F98B3;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.support__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 0 1.7rem;
  color: #fff;
  font-weight: 500;
  text-decoration: none !important;
  margin: 0 auto;
}
.support__btn span {
  display: inline-block;
}
.support__btn-tel {
  width: 33.7rem;
  border-radius: 6.46rem;
  background: #F60;
  padding: 0.9rem 0 1.3rem;
  filter: drop-shadow(0px 4px 0px #803300);
  background-color: #f60;
}
.support__btn-tel:hover {
  background-color: #993d00;
}
.support__btn-tel span:nth-child(1) {
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
  position: relative;
}
.support__btn-tel span:nth-child(1)::before, .support__btn-tel span:nth-child(1)::after {
  content: "|";
  position: absolute;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.support__btn-tel span:nth-child(1)::before {
  left: -1rem;
  transform: rotate(-40deg);
}
.support__btn-tel span:nth-child(1)::after {
  right: -1rem;
  transform: rotate(40deg);
}
.support__btn-tel span:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: end;
  font-size: 2.6rem;
}
.support__btn-tel span:nth-child(2) img {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.3rem;
}
.support__btn-doc {
  width: 100%;
  max-width: 33.25rem;
  border-radius: 6.37rem;
  background-color: #3F98B3;
  position: relative;
  padding: 2.328rem 0 2.648rem;
  filter: drop-shadow(0px 4px 0px #2E3E51);
  background-color: #3f98b3;
}
.support__btn-doc:hover {
  background-color: #245868;
}
.support__btn-doc span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.27rem;
  font-size: 2.1rem;
}
.support__btn-doc span img {
  width: 2.9rem;
  height: 2.3rem;
}
.support__btn-doc .doc-02 {
  padding: 1.4rem 0;
}

.hero {
  background-color: #fff;
  padding: 14.5rem 0 0;
}
.hero__top {
  background: linear-gradient(to bottom, rgba(225, 244, 250, 0) 0%, #E1F4FA 100%);
  color: #3B5069;
  text-align: center;
}
.hero__top-catch {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}
.hero__top-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.28px;
  margin-bottom: 2.1rem;
}
.hero__top-subtitle {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #3B5069;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 60px;
  border: 1px solid #3B5069;
  padding: 0.9rem 3.15rem;
  margin: 0 auto 2.1rem;
}
.hero__top-block {
  display: inline-block;
  position: relative;
  margin-bottom: 6rem;
}
.hero__top-block-price {
  display: inline-block;
  margin: 0;
  font-size: 4.2075rem;
  font-weight: 500;
  line-height: 1;
  color: #EA5600;
  position: relative;
}
.hero__top-block-price::before {
  content: "税抜";
  font-size: 1.9635rem;
  font-weight: 500;
  color: #EA5600;
  position: absolute;
  top: 0.5rem;
  right: 4.5rem;
}
.hero__top-block-price .num {
  font-size: 7.6501rem;
  font-weight: 400;
}
.hero__top-block-tax {
  font-size: 2.2321rem;
  font-weight: 500;
  color: #EA5600;
  position: absolute;
  top: 8rem;
  right: 0rem;
}

.detail {
  background-color: #fff;
  text-align: center;
}
.detail__head {
  background-color: #3B5069;
  color: #fff;
  padding: 1.3rem 0;
}
.detail__head .detail__info {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: baseline;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.detail__head .detail__info img {
  width: 2.9534rem;
  height: 2.9534rem;
}
.detail__head .detail__info span {
  font-size: 2.4rem;
}
.detail__head .detail__steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.8rem;
  margin-top: 1.1rem;
  list-style: none;
  padding: 0;
}
.detail__head .detail__steps .detail__step {
  writing-mode: vertical-rl;
  background-color: #3B5069;
  border: 1px solid #fff;
  padding: 2.1rem 1.1rem;
  border-radius: 5px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1874;
  white-space: nowrap;
  position: relative;
}
.detail__head .detail__steps .detail__step:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.35rem solid transparent;
  border-bottom: 0.35rem solid transparent;
  border-left: 0.8rem solid #fff;
  position: absolute;
  top: 4rem;
  right: -1.8rem;
}
.detail__head .detail__steps .detail__step.is-disabled {
  background-color: #E9E9E9;
  border: 1px solid #fff;
  color: #A4A4A4;
}
.detail__image {
  width: 38.2rem;
  margin: 1.4rem auto 1.7rem;
}
.detail__image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.detail__title {
  color: #fff;
  background-color: #3B5069;
  color: #fff;
  padding: 1rem 0 1.2rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.detail__bottom {
  padding: 2rem 0 0;
  text-align: center;
  color: #3B5069;
}
.detail__bottom-lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4;
}
.detail__bottom-list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 3.2rem 0;
}
.detail__bottom-item {
  border: 2px solid #3B5069;
  border-radius: 10px;
  padding: 2rem;
  width: 92%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 2px 2px 0px 0px #26466D;
}
.detail__bottom-image {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
.detail__bottom .img01 {
  width: 23.4rem;
}
.detail__bottom .img02 {
  width: 15.5rem;
}
.detail__bottom .img03 {
  width: 15.3rem;
}
.detail__bottom .img04 {
  width: 23.3rem;
}
.detail__bottom .img05 {
  width: 23.6rem;
}
.detail__bottom .img06 {
  width: 14.3rem;
}
.detail__bottom .img07 {
  width: 16.3rem;
}
.detail__bottom .img08 {
  width: 23.1rem;
}
.detail__bottom .img09 {
  width: 18.7rem;
}
.detail__bottom-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}

.service {
  background-color: #fff;
  padding: 0 1.6rem 3.3rem;
}
.service__accordion {
  border-radius: 10px;
  overflow: hidden;
}
.service__toggle {
  width: 100%;
  background-color: #3B5069;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 1.6rem 2rem;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.service__toggle .service__icon {
  margin-left: 2.1rem;
  width: 1.2rem;
  height: auto;
  transform: rotate(-180deg);
  transition: transform 0.3s;
}
.service__toggle.is-open .service__icon {
  transform: rotate(0deg);
}
.service__content {
  display: none;
  background-color: rgba(63, 152, 179, 0.0705882353);
  padding: 1.9rem 1.2rem 3.1rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.service__content.is-open {
  display: block;
}
.service__desc {
  font-size: 1.5rem;
  color: #3B5069;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: -1.8rem;
  text-align: left;
}
.service__subheading {
  display: block;
  background-color: #3B5069;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.9rem 1.7rem;
  width: 76.57%;
  border-radius: 60px;
  text-align: center;
  margin: 5rem auto 2.4rem;
}
.service__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.9rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.service__item {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  border-bottom: 1px solid #DDE7EC;
  background-color: #fff;
}
.service__item:last-child {
  border-bottom: none;
}
.service__img {
  width: 10.2rem;
  height: 10.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 1rem;
  flex-shrink: 0;
}
.service__label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3B5069;
  line-height: 1.6;
  text-align: left;
}
.service__label small {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.6rem;
}

.concept {
  background-color: #3B5069;
  padding: 2.6rem 0 2.1rem;
  color: #fff;
}
.concept__head {
  text-align: center;
  margin-bottom: 3rem;
}
.concept__head .concept__catch {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.concept__body {
  background-color: #fff;
  border-radius: 40px;
  padding: 2.1rem 0 6.5rem;
  text-align: center;
  color: #3B5069;
}
.concept__title {
  font-size: 2rem;
  font-weight: 700;
  color: #DC5800;
  line-height: 1.5;
  margin-bottom: 3.7rem;
  position: relative;
}
.concept__title::after {
  content: "";
  width: 9.9rem;
  height: 0.1rem;
  background-color: #DC5800;
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
}
.concept__text {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #3B5069;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin: 0 3.1rem;
}
.concept__text:nth-of-type(2) {
  margin-top: 1.6rem;
}
.concept__text strong {
  font-weight: 900;
}
.concept .concept__note {
  display: block;
  text-align: left;
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 2.4rem 3.1rem 3.9rem;
}
.concept__graph {
  width: 38.1rem;
  height: auto;
  margin: 0 auto 9.18rem;
  display: block;
}
.concept__cta {
  text-align: center;
  margin-top: 3rem;
  position: relative;
}
.concept__cta::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6.1rem solid transparent;
  border-right: 6.1rem solid transparent;
  border-top: 2.4rem solid #3B5069;
  position: absolute;
  top: -4.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.concept__plan-lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.12px;
  color: #3B5069;
  margin-bottom: 1.3rem;
}
.concept__plan-lead span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
}
.concept__plan-desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #3B5069;
  margin-bottom: 2.8rem;
}
.concept__price-block {
  display: inline-block;
  position: relative;
}
.concept__price-block-price {
  display: inline-block;
  margin: 0;
  font-size: 4.2075rem;
  font-weight: 500;
  line-height: 1;
  color: #EA5600;
  position: relative;
}
.concept__price-block-price::before {
  content: "税抜";
  font-size: 1.9635rem;
  font-weight: 500;
  color: #EA5600;
  position: absolute;
  top: 0.5rem;
  right: 4.5rem;
}
.concept__price-block-price .num {
  font-size: 7.6501rem;
  font-weight: 400;
}
.concept__price-block-tax {
  font-size: 2.2321rem;
  font-weight: 500;
  color: #EA5600;
  position: absolute;
  top: 8rem;
  right: 0rem;
}
.concept .cta {
  margin: 2.1rem 1.5rem 2.4rem;
}

.flow {
  padding: 2.4rem 1.6rem 3.2rem;
  background-color: #F2F8FA;
  color: #3B5069;
}
.flow__head {
  text-align: center;
  margin-bottom: 3.767rem;
}
.flow__head .flow__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.96px;
  margin-bottom: 1.9rem;
}
.flow__head .flow__title span {
  font-size: 2rem;
}
.flow__head .flow__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.flow__steps {
  text-align: center;
  margin-bottom: 3rem;
}
.flow__steps-img {
  display: block;
  width: 38.5rem;
  margin: 0 auto 1.201rem;
}
.flow__step-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0 auto 5.503rem;
  width: 38.5rem;
}
.flow__step-item {
  display: block;
  writing-mode: vertical-rl;
  background-color: #3B5069;
  color: #fff;
  padding: 1.782rem 0.933rem;
  border-radius: 5px;
  font-size: 1.4189rem;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 3.62px;
  white-space: nowrap;
  position: relative;
}
.flow__step-item:not(:last-child):not(:nth-child(2))::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.41385rem solid transparent;
  border-bottom: 0.41385rem solid transparent;
  border-left: 0.8rem solid #3B5069;
  position: absolute;
  top: 3.6rem;
  right: -1.66rem;
}
.flow__step-item.is-disabled {
  background-color: #D2D2D2;
  color: #FFF;
}
.flow .flow-3days {
  padding: 0 2.8rem 0 0;
}
.flow .flow-3days .flow__step-item:nth-last-child(2)::after {
  display: none;
}
.flow__accordion {
  margin-top: 2.238rem;
  margin-bottom: 1.838rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.flow__toggle {
  width: 100%;
  text-align: left;
  background-color: #3B5069;
  color: #fff;
  padding: 1.2rem 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  border: none;
  cursor: pointer;
  position: relative;
}
.flow__toggle::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 1.2rem;
  height: 0.6rem;
  background: url("../images/arrow.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) rotate(-180deg);
  transition: transform 0.3s ease;
}
.flow__toggle.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}
.flow__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: start;
  flex-direction: column;
}
.flow__content.is-open {
  max-height: 10000000px;
  padding: 0 1.6rem;
}
.flow__item {
  background-color: #fff;
  padding: 0.9rem 0 2.4rem;
}
.flow__item-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2.3rem;
  color: #3B5069;
}
.flow__item-title span {
  font-size: 3.2rem;
  margin-right: 0.6rem;
}
.flow__item-img {
  width: 35.1rem;
  margin-bottom: 1.6rem;
}
.flow__item-desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.flow__item-desc strong {
  font-weight: 900;
}
.flow__item .flow__tel {
  border: 1px solid #D9D9D9;
  padding: 1.1rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.3rem auto;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow__item .flow__tel-label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background-color: #ED6E01;
  padding: 0.15rem 0.861rem;
  border-radius: 4.036px;
  margin-right: 0.6rem;
}
.flow__item .flow__tel .num {
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 1;
  color: #ED6E01;
}
.flow__note {
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.comparison {
  background: linear-gradient(180deg, rgba(63, 152, 179, 0) 0%, rgba(63, 152, 179, 0.25) 100%);
  text-align: center;
}
.comparison__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  background-color: #3B5069;
  padding: 2.7rem 0 3.3rem;
}
.comparison__columns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  padding: 3.1rem 0 3.75rem;
}
.comparison__column {
  background-color: #E3EFF3;
  border: 2px solid #E3EFF3;
  border-radius: 10px;
  width: 17.2rem;
  color: #3B5069;
}
.comparison__column-highlight {
  background-color: #3F98B3;
  border: 2px solid #3F98B3;
  color: #fff;
}
.comparison__header {
  border-radius: 10px 10px 0 0;
  background-color: #E3EFF3;
  border: 2px solid #E3EFF3;
  padding: 1.6rem 0;
}
.comparison__header-highlight {
  border-radius: 10px 10px 0 0;
  background-color: #3F98B3;
  border: 2px solid #3F98B3;
  color: #fff;
  padding: 0.7rem 0 0.45rem;
}
.comparison__header-badge {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.671rem;
  position: relative;
}
.comparison__header-badge::before, .comparison__header-badge::after {
  content: "|";
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
}
.comparison__header-badge::before {
  left: -0.527rem;
  transform: rotate(-40deg);
}
.comparison__header-badge::after {
  right: -0.527rem;
  transform: rotate(40deg);
}
.comparison__header-name {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.19;
}
.comparison__img {
  width: 100%;
  height: auto;
  display: block;
}
.comparison__body {
  display: grid;
}
.comparison__row {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #3B5069;
}
.comparison__row-label {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.6rem 0;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.comparison__row-txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
  padding: 1.4rem 0;
  background-color: #fff;
}
.comparison__row-txt span {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.65rem;
}
.comparison__row:nth-last-child(1) .comparison__row-txt {
  border-radius: 0 0 10px 10px;
}
.comparison__row .add-txt {
  padding: 2rem 0 2rem;
}
.comparison__row .add-note {
  color: #3B5069;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: -1rem;
}
.comparison .comparison__column-highlight .comparison__body .comparison__row .comparison__row-label {
  color: #fff;
}

.contact {
  padding: 15.5rem 2.5rem 8.3rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.contact__head {
  text-align: center;
  margin-bottom: 1.5rem;
}
.contact__head-title {
  color: #222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
}
.contact__head-title .contact__head-label {
  display: inline-block;
  background-color: #f60;
  color: #fff;
  font-size: 1.8rem;
  padding: 0rem 0.8rem;
  border-radius: 4px;
  font-weight: 600;
  margin-right: 0.4rem;
}
.contact__head-lead {
  background: rgba(63, 152, 179, 0.1);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  color: #3B5069;
  padding: 0.8rem;
  margin-top: 1.85rem;
}
.contact__form {
  width: 100%;
}
.contact__group {
  margin-top: 2.4rem;
}
.contact__label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 1.2rem;
  border-radius: 4px;
}
.contact__required {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.2px;
  background-color: #EE032B;
  color: #fff;
  padding: 0.4rem;
  margin-left: 0.8rem;
  border-radius: 2px;
}
.contact__optional {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.2px;
  background-color: #999999;
  color: #fff;
  padding: 0.4rem;
  margin-left: 0.8rem;
  border-radius: 2px;
}
.contact__input, .contact__textarea {
  width: 100%;
  font-size: max(16px, 1.6rem);
  border-radius: 4px;
  border: 1px solid #999;
  background: #FFF;
  padding: 1.6rem 1.2rem;
}
.contact__name-fields, .contact__address-fields {
  display: flex;
  gap: 1.2rem;
}
.contact__name-fields input, .contact__address-fields input {
  flex: 1;
}
.contact__checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.contact__checkbox-group label {
  font-size: 1.4rem;
  color: #222;
  border: 1px solid #999;
  background: #FFF;
  padding: 1.6rem 1.2rem;
  border-radius: 4px;
}
.contact__checkbox-group label input {
  margin-right: 0.5rem;
}
.contact__checkbox-group--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
}
.contact__checkbox-group--2col label {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.contact__checkbox-group--2col label input {
  margin-right: 0.4rem;
}
.contact__select {
  flex: 1;
  width: 100%;
  font-size: max(16px, 1.6rem);
  padding: 1rem;
  border: 1px solid #999;
  background: #FFF;
  border-radius: 4px;
  background-color: #fff;
  color: #222;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 1.6rem;
  text-decoration: none !important;
}
.contact__textarea {
  height: 20rem;
}
.contact__submit {
  text-align: center;
  margin-top: 4rem;
}
.contact__submit .contact__btn {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #ff6b00;
  border: none;
  border-radius: 58px;
  padding: 1.2rem 10rem;
  cursor: pointer;
}

.thanks {
  background: linear-gradient(180deg, rgba(27, 65, 77, 0) 0%, rgba(63, 152, 179, 0.07) 100%);
  padding: 16.4rem 0 8.3rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.thanks__title {
  color: #F60;
  font-family: "Noto Sans JP";
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 5.3rem;
  position: relative;
}
.thanks__title::after {
  content: "";
  background-color: #F60;
  width: 16.4rem;
  height: 0.1rem;
  position: absolute;
  bottom: -2.9rem;
  left: 50%;
  transform: translateX(-50%);
}
.thanks__message {
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: 2.6;
  margin-top: 2.4rem;
}
.thanks__btn {
  margin: 5rem auto 0;
}
.thanks__btn a {
  display: inline-block;
  background-color: #F15A24;
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 1.4rem 5.3rem;
  border-radius: 9999px;
  text-decoration: none !important;
}

.company {
  padding: 15rem 24px 4.8rem;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  background-color: rgba(63, 152, 179, 0.07);
}
.company__inner {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #f5f7f8;
  text-align: center;
  margin: 0 auto;
}
.company__title {
  color: #3B5069;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.company__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  border: 1px solid #3B5069;
}
.company__table .company__row {
  height: 10rem;
}
.company__table th,
.company__table td {
  height: 100%;
  border: 1px solid #3B5069;
  vertical-align: middle;
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.56px;
}
.company__table th {
  width: 32.78%;
  height: 100%;
  background-color: rgba(59, 80, 105, 0.15);
}
.company__table td {
  width: 67.22%;
  padding: 1.6rem;
  text-align: left;
}
.company__list {
  padding-left: 1.6rem;
  margin: 0;
}
.company__list li {
  list-style: disc;
}
.company .company__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.8px;
  color: #3B5069;
  background-color: rgba(59, 80, 105, 0.15);
  text-align: center;
  padding: 1.2rem 0;
  border: 1px solid #3B5069;
}

.terms {
  padding: 16.5rem 2.4rem 5.6rem;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  background-color: rgba(63, 152, 179, 0.07);
}
.terms__title {
  color: #3B5069;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.96px;
  margin-bottom: 2.7rem;
}
.terms__section {
  color: #111;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.64px;
  margin-bottom: 4rem;
}
.terms__section p {
  font-family: "Noto Sans JP";
}
.terms__section ul {
  font-family: "Noto Sans JP";
  margin: 2.88rem 0;
  padding-left: 2rem;
  list-style: disc;
}
.terms__section .privacy__body p {
  margin: 2.88rem 0;
}
.terms__heading {
  color: #3B5069;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
.terms .terms__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.terms .terms__list .terms__item {
  display: flex;
  align-items: flex-start;
  font-family: "Noto Sans JP";
}
.terms .terms__list .terms__item .terms__number {
  flex: 0 0 2rem;
}
.terms .terms__list .terms__item .terms__text {
  flex: 1;
}

.privacy {
  padding: 16.5rem 2.5rem 5.6rem;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  background-color: rgba(63, 152, 179, 0.07);
}
.privacy__title {
  color: #3B5069;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.96px;
  margin-bottom: 2.7rem;
}
.privacy__section {
  color: #111;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.64px;
  margin-bottom: 4rem;
}
.privacy__section p {
  font-family: "Noto Sans JP";
}
.privacy__section ul {
  font-family: "Noto Sans JP";
  margin: 2.88rem 0;
  padding-left: 2rem;
  list-style: disc;
}
.privacy__section a[href^="tel:"] {
  text-decoration: none !important;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.64px;
}
.privacy__section .privacy__body p {
  margin: 2.88rem 0;
}
.privacy__heading {
  color: #3B5069;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
.privacy__heading::before {
  content: "■";
  color: #3B5069;
  font-size: 2rem;
}