.disability-info-ctr {
  background: var(--bgcolor8);
}
@media screen and (min-width: 1024px) {
  .disability-info-ctr {
    padding: 5px 0;
  }
  .disability-info-ctr .disability-info-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 160px);
  }
}
.disability-info-ctr .disability-header {
  color: var(--fontcolor1);
  position: relative;
}
.disability-info-ctr .disability-title {
  font-size: 2.2rem;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.disability-info-ctr .disability-title::before, .disability-info-ctr .disability-title::after {
  background: var(--bgcolor1);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
}
.disability-info-ctr .disability-title::before {
  left: calc(50% - 115px);
}
.disability-info-ctr .disability-title::after {
  right: calc(50% - 115px);
}
.disability-info-ctr .disability-info-area {
  background: var(--bgcolor1);
  border: 5px solid var(--bgcolor8);
  border-radius: 15px;
  padding: 10px;
}
.disability-info-ctr .disability-info-area br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .disability-info-ctr .disability-info-area {
    padding: 15px 20px 10px;
  }
}
.disability-info-ctr .disability-cont-area {
  margin-bottom: 10px;
}
.disability-info-ctr .disability-cont-area a {
  border-radius: 5px;
  color: var(--fontcolor0);
  display: inline-block;
  padding: 5px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  width: 100%;
}
.disability-info-ctr .disability-cont-area a:hover {
  background: var(--bgcolor10);
  color: #f00;
}
@media screen and (min-width: 1024px) {
  .disability-info-ctr .disability-cont-area {
    margin-bottom: 10px;
  }
  .disability-info-ctr .disability-cont-area a {
    padding: 15px 20px 15px;
  }
}
.disability-info-ctr .disability-news-title {
  border-bottom: 2px solid var(--bgcolor9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .disability-info-ctr .disability-news-title {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.disability-info-ctr .title-text {
  font-size: 1.8rem;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .disability-info-ctr .title-text {
    font-size: 2.4rem;
  }
}
.disability-info-ctr .detail-btn {
  background: url(../img/icon_arrow_r.png) no-repeat right center;
  color: var(--fontcolor4);
  font-weight: 800;
  line-height: 1.6;
  padding-right: 20px;
}
.disability-info-ctr .disability-date {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .disability-info-ctr .disability-date {
    margin-bottom: 10px;
  }
}
.disability-info-ctr .disability-excerpt {
  line-height: 1.5;
}
.disability-info-ctr .disability-more {
  text-align: center;
}
.disability-info-ctr .disability-more a {
  background: var(--bgcolor8);
  border: 3px solid var(--bgcolor8);
  border-radius: 10px;
  color: var(--fontcolor1);
  display: block;
  margin: 0 auto;
  padding: 5px 0 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  width: 170px;
}
.disability-info-ctr .disability-more a:hover {
  background: var(--bgcolor1);
  color: var(--fontcolor4);
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .disability-info-ctr .disability-more {
    font-size: 1.8rem;
  }
  .disability-info-ctr .disability-more a {
    padding: 13px 0 15px;
    width: 190px;
  }
}

.main-img-area {
  background: url(../img/bg_top_img.jpg) no-repeat left 45% center/150vh;
  height: calc(100vh - 140px);
  position: relative;
}
.main-img-area::after {
  background: url(../img/top_family.png) no-repeat center bottom 0/361px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-img-area {
    aspect-ratio: 16/9;
    background-size: cover;
    height: auto;
    max-height: 698px;
    max-width: 100vw;
    width: 100vw;
  }
}
@media screen and (min-width: 1024px) {
  .main-img-area {
    height: calc(100vh - 110px);
    min-height: 655px;
  }
}
.main-img-area .tagline-ctr::before {
  background: url(../img/circles.svg) no-repeat center top calc(10vh - 110px)/min(150%, 750px);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-img-area .tagline-ctr::before {
    background-position: center top 75%;
  }
}
@media screen and (min-width: 1024px) {
  .main-img-area .tagline-ctr::before {
    background-position: center center;
    background-size: min(110%, 1415px);
  }
}
.main-img-area .tagline-area {
  color: var(--fontcolor2);
  left: 50%;
  max-width: 300px;
  position: absolute;
  text-align: center;
  top: calc(30vh - 120px);
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, 2px 2px 2px #fff, -2px 2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 6px #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}
@media screen and (min-width: 768px) {
  .main-img-area .tagline-area {
    top: calc(50% - 200px);
  }
}
@media screen and (min-width: 1024px) {
  .main-img-area .tagline-area {
    max-width: 600px;
    top: 5%;
    text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff, 2px 2px 4px #fff, -2px 2px 4px #fff, -2px -2px 4px #fff, 2px -2px 4px #fff, 2px 2px 5px #fff, -2px 2px 5px #fff, -2px -2px 5px #fff, 2px -2px 5px #fff, 0px 0px 6px #fff, 0px 0px 7px #fff, 0px 0px 8px #fff;
  }
}
.main-img-area .tagline-area .site-logo {
  margin-bottom: 10px;
}
.main-img-area .tagline-area .site-logo img {
  height: auto;
  width: 40px;
}
@media screen and (min-width: 1024px) {
  .main-img-area .tagline-area .site-logo {
    margin-bottom: 15px;
  }
  .main-img-area .tagline-area .site-logo img {
    width: 80px;
  }
}
.main-img-area .tagline-area .service-name-ctr {
  margin: 0 auto 10px;
  width: 252px;
}
.main-img-area .tagline-area .service-name-ctr span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .main-img-area .tagline-area .service-name-ctr {
    margin-bottom: 20px;
    width: 505px;
  }
}
.main-img-area .tagline-area .service-name {
  background: var(--bgcolor1);
  border: 2px solid var(--bgcolor2);
  border-radius: 15px;
  font-size: 1.6rem;
  font-family: "Corporate-Logo-Bold-ver2";
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 0 5px;
}
@media screen and (min-width: 1024px) {
  .main-img-area .tagline-area .service-name {
    border-radius: 29px;
    border-width: 3px;
    font-size: 3.2rem;
    padding: 10px 0;
  }
}
.main-img-area .tagline-area .tagline {
  font-size: 2.3rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.main-img-area .tagline-area .tagline::after {
  background: var(--bgcolor2);
  -webkit-box-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, 2px 2px 2px #fff, -2px 2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 6px #fff;
          box-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, 2px 2px 2px #fff, -2px 2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 6px #fff;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
}
.main-img-area .tagline-area .tagline .tagline-large_text {
  font-size: 4.7rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .main-img-area .tagline-area .tagline {
    font-size: 4.7rem;
    font-weight: 1000;
    padding-bottom: 20px;
  }
  .main-img-area .tagline-area .tagline::after {
    -webkit-box-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff, 2px 2px 4px #fff, -2px 2px 4px #fff, -2px -2px 4px #fff, 2px -2px 4px #fff, 2px 2px 5px #fff, -2px 2px 5px #fff, -2px -2px 5px #fff, 2px -2px 5px #fff, 0px 0px 6px #fff, 0px 0px 7px #fff, 0px 0px 8px #fff;
            box-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff, 2px 2px 4px #fff, -2px 2px 4px #fff, -2px -2px 4px #fff, 2px -2px 4px #fff, 2px 2px 5px #fff, -2px 2px 5px #fff, -2px -2px 5px #fff, 2px -2px 5px #fff, 0px 0px 6px #fff, 0px 0px 7px #fff, 0px 0px 8px #fff;
    height: 5px;
  }
  .main-img-area .tagline-area .tagline .tagline-large_text {
    font-size: 9.6rem;
    margin-bottom: 20px;
  }
}
.main-img-area .tagline-area .tagline_subtext {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  text-wrap: nowrap;
}
@media screen and (min-width: 1024px) {
  .main-img-area .tagline-area .tagline_subtext {
    font-size: 2.1rem;
    font-weight: 1000;
    letter-spacing: 0.1em;
  }
}

.info-ctr {
  border: 3px solid var(--bgcolor6);
  border-radius: 20px;
  background-color: var(--bgcolor1);
  max-width: 900px;
  margin: 30px auto;
  padding: 40px 30px 20px;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .info-ctr {
    width: calc(100% - 180px);
  }
}
.info-ctr .info-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid var(--bgcolor6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.info-ctr .info-title {
  font-size: 2.2rem;
  font-weight: 600;
  position: relative;
}
.info-ctr .info-title::before {
  background: var(--bgcolor2);
  content: "";
  display: block;
  height: 14px;
  left: -32px;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .info-ctr .info-title {
    font-size: 2.8rem;
  }
}
.info-ctr .view-all {
  font-weight: 500;
  margin-left: auto;
}
.info-ctr .view-all a {
  background: url(../img/icon_arrow.png) no-repeat right center;
  color: var(--fontcolor2);
  padding: 0 20px 2px 0;
  text-decoration: none;
}
.info-ctr .info-area .info {
  border-bottom: 1px solid var(--bgcolor6);
  margin-bottom: 20px;
}
.info-ctr .info-area .info:last-child {
  border-bottom: none;
}
.info-ctr .info-area .info a {
  border-radius: 5px;
  color: var(--fontcolor0);
  display: block;
  padding: 10px 0 15px 5px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  text-decoration: none;
}
.info-ctr .info-area .info a:hover {
  background-color: var(--bgcolor10);
}
@media screen and (min-width: 1024px) {
  .info-ctr .info-area .info a {
    padding: 20px 5px;
  }
}
.info-ctr .info-area .news-date {
  font-size: 1.3rem;
  margin-right: 10px;
}
.info-ctr .info-area .news-title {
  line-height: 1.5;
  width: 100%;
}
.info-ctr .info-area .sub-info {
  margin: 2px 0 5px;
  padding-left: 5px;
}
.info-ctr .info-area .sub-info .js-category-badge {
  border-radius: 5px;
  color: var(--fontcolor1);
  font-size: 1.4rem;
  padding: 1px 15px 2px;
}
.info-ctr .info-area .sub-info .js-category-badge.information {
  background: var(--bgcolor2);
}
.info-ctr .info-area .sub-info .js-category-badge.maintenance {
  background: var(--bgcolor7);
}
.info-ctr .archive {
  background-color: var(--bgcolor2);
  color: var(--fontcolor1);
  margin: 0 auto 10px;
  text-align: center;
  width: 200px;
}
.info-ctr .archive a {
  color: var(--fontcolor1);
  display: block;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  padding: 10px 5px;
}
.info-ctr .archive a:hover {
  background-color: #006666;
  text-shadow: 2px 2px 10px var(--bgcolor4), -2px 2px 10px var(--bgcolor4), 2px -2px 10px var(--bgcolor4), -2px -2px 10px var(--bgcolor4);
  text-shadow: 2px 2px 5px var(--bgcolor3), -2px 2px 5px var(--bgcolor3), 2px -2px 5px var(--bgcolor3), -2px -2px 5px var(--bgcolor3);
}
.info-ctr .not-inarea {
  font-size: 1.8rem;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .info-ctr {
    margin-top: 50px;
    max-width: 1200px;
    padding: 40px 40px 20px;
  }
  .info-ctr .info-title::before {
    left: -42px;
    width: 28px;
  }
}

.procedure-ctr {
  background: url(../img/procedure_character1.png) no-repeat left 15% bottom -2px/clamp(110px, 21vw, 151px), url(../img/procedure_character2.png) no-repeat right 15% bottom -2px/clamp(120px, 22.5vw, 162px);
  border: 3px solid var(--bgcolor6);
  border-radius: 20px;
  background-color: var(--bgcolor1);
  max-width: 900px;
  margin: 30px auto;
  padding: 25px 0 200px;
  position: relative;
  width: 90%;
}
.procedure-ctr::before {
  left: 50%;
  top: -3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.procedure-ctr h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.procedure-ctr h2::before, .procedure-ctr h2::after {
  background: var(--bgcolor2);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
}
.procedure-ctr h2::before {
  left: calc(50% - 130px);
}
.procedure-ctr h2::after {
  right: calc(50% - 130px);
}
.procedure-ctr .procedure-text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .procedure-ctr {
    background-size: 151px, 162px;
    background-position: bottom -2px left min(50% - 350px, 10%), bottom -2px right min(50% - 350px, 10%);
    margin: 40px auto 90px;
    max-width: 1200px;
    padding: 44px 0;
    width: calc(100% - 180px);
  }
  .procedure-ctr h2 {
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
  .procedure-ctr h2::before {
    left: calc(50% - 170px);
  }
  .procedure-ctr h2::after {
    right: calc(50% - 170px);
  }
  .procedure-ctr .procedure-text {
    margin-bottom: 50px;
  }
  .procedure-ctr .procedure-text br {
    display: none;
  }
}

.fee-ctr {
  background: url(../img/bg_fee.jpg) no-repeat bottom center/cover;
  padding: 10vh 0 30px;
  position: relative;
}
.fee-ctr::before {
  left: 50%;
  top: 5vh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .fee-ctr {
    padding: 100px 0;
  }
  .fee-ctr::before {
    top: 50px;
  }
}
.fee-ctr h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.fee-ctr h2::before, .fee-ctr h2::after {
  background: var(--bgcolor2);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
}
.fee-ctr h2::before {
  left: calc(50% - 100px);
}
.fee-ctr h2::after {
  right: calc(50% - 100px);
}
@media screen and (min-width: 1024px) {
  .fee-ctr h2 {
    font-size: 2.8rem;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
  }
  .fee-ctr h2::before, .fee-ctr h2::after {
    width: 75px;
  }
  .fee-ctr h2::before {
    left: calc(50% - 175px);
  }
  .fee-ctr h2::after {
    right: calc(50% - 175px);
  }
}
.fee-ctr .fee-tagline {
  background: url(../img/fee_character1.png) no-repeat left 5px bottom/max(190px, 35vw), url(../img/fee_character2.png) no-repeat right 5px bottom/max(170px, 30vw);
  color: var(--fontcolor0);
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.3;
  padding-bottom: 200px;
  text-align: center;
}
.fee-ctr .fee-tagline span {
  display: block;
}
.fee-ctr .fee-tagline .emphasis {
  color: var(--fontcolor4);
  font-size: 5rem;
}
@media screen and (min-width: 1024px) {
  .fee-ctr .fee-tagline {
    background-size: 215px, 199px;
    background-position: bottom left calc(50% - clamp(470px, 40vw, 520px)), bottom right calc(50% - clamp(470px, 40vw, 520px));
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    padding: 78px 0 70px;
  }
  .fee-ctr .fee-tagline span {
    display: inline-block;
  }
  .fee-ctr .fee-tagline .emphasis {
    font-size: 5.2rem;
    line-height: 1;
  }
}
.fee-ctr .fee-plan-list {
  margin-bottom: 30px;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .fee-ctr .fee-plan-list {
    display: grid;
    gap: 0 40px;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    margin: 0 auto 65px;
    padding: 0;
    width: calc(100% - 180px);
  }
}
.fee-ctr .fee-cont-box {
  background: var(--bgcolor1);
  border: 3px solid var(--bgcolor6);
  border-radius: 20px;
  padding: 10px 20px 30px;
  text-align: center;
}
.fee-ctr .fee-cont-box.plan-1g {
  margin-bottom: 30px;
}
.fee-ctr .fee-cont-box.plan-1g .plan-1-title img {
  height: auto;
  width: 34px;
}
.fee-ctr .fee-cont-box.plan-10g .plan-10-title img {
  height: auto;
  width: 88px;
}
@media screen and (min-width: 1024px) {
  .fee-ctr .fee-cont-box {
    padding: 20px clamp(20px, 2.1vw, 40px) 50px;
  }
  .fee-ctr .fee-cont-box.plan-1g {
    margin-bottom: 0;
  }
  .fee-ctr .fee-cont-box.plan-1g .plan-1-title img {
    height: 80px;
    width: auto;
  }
  .fee-ctr .fee-cont-box.plan-10g .plan-10-title img {
    height: 80px;
    width: auto;
  }
}
.fee-ctr .fee-subtagline {
  border-bottom: 3px solid var(--bgcolor2);
  color: var(--fontcolor2);
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 30px;
  padding: 15px 0;
  position: relative;
}
.fee-ctr .fee-subtagline::after {
  background: var(--bgcolor1);
  border-right: 3px solid var(--bgcolor2);
  border-bottom: 3px solid var(--bgcolor2);
  bottom: -13px;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
          transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  width: 20px;
}
@media screen and (max-width: 425px) {
  .fee-ctr .fee-subtagline {
    letter-spacing: -0.03em;
  }
}
@media screen and (min-width: 1024px) {
  .fee-ctr .fee-subtagline {
    font-size: clamp(1.8rem, 2.1vw, 2.8rem);
    letter-spacing: -0.02em;
  }
}
.fee-ctr h3 {
  color: var(--fontcolor1);
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 30px;
  position: relative;
}
.fee-ctr h3::before {
  background: var(--bgcolor2);
  border-radius: 30px;
  bottom: 0;
  content: "";
  display: block;
  height: 60px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  z-index: 0;
}
.fee-ctr h3 [class*=-title] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.fee-ctr h3 [class*=-title] .number {
  display: inline-block;
  margin-bottom: 5px;
}
.fee-ctr h3 [class*=-title] .text {
  letter-spacing: 0.05em;
  line-height: 60px;
}
.fee-ctr h3 .plan-1-title .number {
  width: 54px;
}
.fee-ctr h3 .plan-10-title .number {
  width: 88px;
}
@media screen and (min-width: 1024px) {
  .fee-ctr h3 {
    font-size: 3.6rem;
  }
  .fee-ctr h3::before {
    border-radius: 34px;
    height: 68px;
    width: 350px;
  }
  .fee-ctr h3 [class*=-title] .text {
    line-height: 68px;
  }
  .fee-ctr h3 .plan-1-title .number {
    width: 64px;
  }
  .fee-ctr h3 .plan-10-title .number {
    width: 104px;
  }
}
.fee-ctr .fees {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fee-ctr .getsugaku {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  background: var(--bgcolor2);
  border-radius: 50%;
  color: var(--fontcolor1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  width: 56px;
}
@media screen and (min-width: 1024px) {
  .fee-ctr .getsugaku {
    font-size: 2.4rem;
    height: 64px;
    margin-right: 5px;
    width: 64px;
  }
}
.fee-ctr .kingaku1,
.fee-ctr .kingaku2 {
  font-family: "Jost-VariableFont_wght";
  font-weight: 500;
}
.fee-ctr .kingaku1 {
  font-size: 6rem;
}
.fee-ctr .kingaku2 {
  font-size: 2.6rem;
}
.fee-ctr .zeikomi {
  margin: 5px 0 20px;
}
.fee-ctr .zeikomi .small-text {
  margin-left: 3px;
}
.fee-ctr .en {
  font-size: 2.4rem;
  font-weight: 800;
}
.fee-ctr .small-text {
  font-size: 1.4rem;
}
.fee-ctr .key-selling-points {
  display: grid;
  font-size: 2rem;
  font-weight: 400;
  gap: 0 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(75%, 200px), 1fr));
  letter-spacing: 0.1em;
  margin: 0 auto;
  max-width: 600px;
  width: 75%;
}
.fee-ctr .key-selling-points li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--bgcolor8);
  border-radius: 4px;
  color: var(--fontcolor1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .fee-ctr .key-selling-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .fee-ctr .key-selling-points li {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .fee-ctr .kingaku1 {
    font-size: clamp(6rem, 7vw, 8.9rem);
  }
  .fee-ctr .kingaku2 {
    font-size: 2.4rem;
  }
  .fee-ctr .zeikomi {
    margin: 15px 0 40px;
  }
  .fee-ctr .en {
    font-size: 3.2rem;
  }
}

.mail-ctr {
  background: url(../img/mail_character1.png) no-repeat center bottom/min(330px, 80vw);
  font-weight: 700;
  margin-bottom: 30px;
  padding: 50px 20px min(300px, 75vw);
  position: relative;
  text-align: center;
}
.mail-ctr::before {
  margin: 0 auto 20px;
  position: relative !important;
}
@media screen and (min-width: 1024px) {
  .mail-ctr {
    background-position: bottom right min(115px, 50% - 200px);
    padding: 50px 0 0;
    max-width: 1000px;
    margin: 0 auto 65px;
    width: calc(100% - 180px);
  }
  .mail-ctr::before {
    margin-bottom: 35px;
  }
}
.mail-ctr h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.mail-ctr h2::before, .mail-ctr h2::after {
  background: var(--bgcolor2);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
}
.mail-ctr h2::before {
  left: calc(50% - 130px);
}
.mail-ctr h2::after {
  right: calc(50% - 130px);
}
@media screen and (min-width: 1024px) {
  .mail-ctr h2 {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .mail-ctr h2::before, .mail-ctr h2::after {
    width: 75px;
  }
  .mail-ctr h2::before {
    left: calc(50% - 215px);
  }
  .mail-ctr h2::after {
    right: calc(50% - 215px);
  }
}
@media screen and (min-width: 1024px) {
  .mail-ctr .mail-cont {
    padding: 120px 50% 55px 100px;
  }
}
.mail-ctr .info {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .mail-ctr .info {
    font-size: 1.8rem;
  }
}

.disconnect-ctr {
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
}
.disconnect-ctr .disconnect-area {
  background: var(--bgcolor1);
  border-radius: 20px;
  padding: 50px 0 40px;
  position: relative;
}
.disconnect-ctr .disconnect-area::before {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .disconnect-ctr {
    max-width: 1000px;
    margin: 0 auto 50px;
    padding: 0;
    width: calc(100% - 180px);
  }
  .disconnect-ctr .disconnect-area {
    padding: 50px 0 60px;
  }
}
.disconnect-ctr h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
.disconnect-ctr h2::before, .disconnect-ctr h2::after {
  background: var(--bgcolor2);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
}
.disconnect-ctr h2::before {
  left: calc(50% - 130px);
}
.disconnect-ctr h2::after {
  right: calc(50% - 130px);
}
@media screen and (min-width: 1024px) {
  .disconnect-ctr h2 {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .disconnect-ctr h2::before, .disconnect-ctr h2::after {
    width: 75px;
  }
  .disconnect-ctr h2::before {
    left: calc(50% - 300px);
  }
  .disconnect-ctr h2::after {
    right: calc(50% - 300px);
  }
  .disconnect-ctr h2 br {
    display: none;
  }
}
.disconnect-ctr .disconnect-cont {
  background: url(../img/disconnect_character1.png) no-repeat center bottom/min(260px, 60vw);
  padding-bottom: min(250px, 55vw);
}
@media screen and (min-width: 1024px) {
  .disconnect-ctr .disconnect-cont {
    background-position: bottom right min(160px, 50% - 180px);
    padding: 70px 50% 40px 100px;
  }
}
.disconnect-ctr .info {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .disconnect-ctr .info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
    text-align: left;
  }
}

.other-ctr {
  display: grid;
  gap: 0 30px;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .other-ctr {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 180px);
  }
}
.other-ctr .qa-area,
.other-ctr .cancel-area {
  border: 3px solid var(--bgcolor6);
  border-radius: 20px;
  height: 193px;
  position: relative;
  text-align: center;
}
.other-ctr .qa-area::before,
.other-ctr .cancel-area::before {
  background: var(--bgcolor2);
  border-radius: 17px;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
}
.other-ctr .qa-area:has(a:hover)::before,
.other-ctr .cancel-area:has(a:hover)::before {
  opacity: 0.3;
}
.other-ctr .qa-area:has(a:hover) .info,
.other-ctr .cancel-area:has(a:hover) .info {
  background: var(--bgcolor3);
}
.other-ctr .qa-area {
  background: url(../img/bg_qa.jpg) no-repeat center center/cover;
  margin-bottom: 20px;
}
.other-ctr .qa-area .info {
  padding: 19px 0 22px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 1024px) {
  .other-ctr .qa-area {
    margin-bottom: 0;
  }
}
.other-ctr .cancel-area {
  background: url(../img/bg_tofc.jpg) no-repeat center center/cover;
}
.other-ctr .cancel-area .info {
  padding: 19px 0 22px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.other-ctr a {
  color: var(--fontcolor0);
  display: block;
  padding-top: 30px;
  position: relative;
  text-decoration: none;
  height: 100%;
}
.other-ctr .info {
  background: var(--bgcolor1);
  border-radius: 28px;
  font-weight: 800;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(80vw, 265px);
}
.other-ctr .info span {
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1;
}

.top .decoration::before {
  background: var(--bgcolor2);
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .top .decoration::before {
    width: 28px;
  }
}
.top .more-btn {
  font-size: 1.7rem;
  font-weight: 800;
  margin: 0 auto;
  text-align: center;
  width: min(80vw, 265px);
}
.top .more-btn a {
  background: var(--bgcolor1);
  border: 3px solid var(--bgcolor2);
  border-radius: 30px;
  color: var(--fontcolor0);
  display: block;
  height: 55px;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
}
.top .more-btn a span {
  left: 50%;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  vertical-align: middle;
}
.top .more-btn a:hover {
  background: var(--bgcolor2);
  color: var(--fontcolor1);
}/*# sourceMappingURL=top.css.map */