@charset "UTF-8";
body, div, header, main, footer, p, h1, h2, h3, h4, h5, h6, ul, li, a, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #2F2A28;
  font-family: "Noto Sans JP", sans-serif;
}

html, body {
  scroll-behavior: smooth;
}

body img {
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
}

a {
  text-decoration: none;
  color: inherit;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.c-bge {
  color: #F0E8DE;
}

.c-pnk {
  color: #F05B9E;
}

.c-pkl {
  color: #ed90c3;
}

.c-lime {
  color: #8DC21F;
}

.c-grn {
  color: #00969B;
}

.c-blue {
  color: #3F99D5;
}

.ta-r {
  text-align: right;
}

.td-ul {
  text-decoration: underline;
}

/* pc sp
--------------------------------- */
.dp-pc {
  display: block;
}

.dp-sp {
  display: none;
}

.dp-pc-ib {
  display: inline-block;
}

.dp-pc-im {
  display: block !important;
}

.dp-sp-im {
  display: none !important;
}

@media (max-width: 767px) {
  .dp-pc {
    display: none;
  }
  .dp-pc-ib {
    display: none;
  }
  .dp-sp {
    display: block;
  }
  .dp-pc-im {
    display: none !important;
  }
  .dp-sp-im {
    display: block !important;
  }
}
.dp-n {
  display: none;
}

.dp-n-im {
  display: none !important;
}

/*-----------------------------------
 フェードインアニメ
-----------------------------------*/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

main {
  padding-top: 8.8rem;
}

@media (max-width: 767px) {
  main {
    padding-top: 6.4rem;
  }
}
header {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(1120px + 2rem + 2rem);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: unset;
  padding-left: 4rem;
  padding-right: 4rem;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8.8rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1333333333);
}
header h1 a {
  display: block;
  width: 28.3rem;
}
header .hamburger {
  display: none;
}
header nav {
  position: relative;
}
header nav ul {
  display: flex;
  column-gap: 3.2rem;
}
header nav ul li {
  list-style-type: none;
}
header nav ul li a {
  font-size: 1.8rem;
  font-weight: 400;
}
header nav ul li a img {
  position: relative;
  top: 0.15rem;
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  header {
    box-sizing: border-box;
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 6.4rem;
  }
  header h1 a {
    width: 20rem;
  }
  header .hamburger {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
    border: #0095B2 0.1rem solid;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
  }
  header .hamburger > span {
    position: relative;
    display: block;
    width: 2.5rem;
    height: 0.1rem;
    margin: 1.2rem auto;
    background-color: #0095B2;
    transition: all 0.3s ease;
  }
  header .hamburger > span::before, header .hamburger > span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 2.5rem;
    height: 0.1rem;
    background-color: #0095B2;
    transition: all 0.3s ease;
  }
  header .hamburger > span::before {
    top: -0.7rem;
    transform: translateY(0);
    opacity: 1;
  }
  header .hamburger > span::after {
    bottom: -0.7rem;
    transform: translateY(0);
    opacity: 1;
  }
  header .hamburger.active {
    z-index: 9999;
    position: fixed;
    top: 2rem;
    right: 1.5rem;
    border: none;
  }
  header .hamburger.active > span {
    background-color: transparent;
  }
  header .hamburger.active > span::before {
    top: 0;
    transform: rotate(45deg);
    opacity: 1;
  }
  header .hamburger.active > span::after {
    bottom: 0;
    transform: rotate(-45deg);
    opacity: 1;
  }
  header nav {
    overflow: auto;
    box-sizing: border-box;
    z-index: 999;
    position: fixed;
    display: none;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100svh;
    height: 100svh;
    padding: 10rem 4rem 8rem;
    background-color: #fff;
  }
  header nav.active {
    right: 0;
    display: block;
  }
  header nav ul {
    flex-direction: column;
    row-gap: 6.4rem;
  }
  header nav ul li a {
    position: relative;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
  }
  header nav ul li a::before, header nav ul li a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.8rem;
    height: 0.1rem;
    background-color: #0095B2;
  }
  header nav ul li a::after {
    transform-origin: right center;
    transform: translateY(-50%) rotate(30deg);
    width: 1rem;
    height: 0.1rem;
  }
}

/*-----------------------------------
 footer
-----------------------------------*/
footer {
  position: relative;
  padding-bottom: 13rem;
  background-color: #006680;
}
footer .scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .scroll-top img {
  width: 9.6rem;
  height: 9.6rem;
  cursor: pointer;
}
footer .fade-in-banner {
  position: fixed;
  bottom: 17rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  width: 100%;
}
footer .fade-in-banner .fade-in-banner-inner {
  position: relative;
  width: 96%;
  max-width: 750px;
  margin: 0 auto;
  padding: 4rem 1.6rem;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}
footer .fade-in-banner .fade-in-banner-inner .banner-close-btn {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: block;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
footer .fade-in-banner .fade-in-banner-inner .banner-close-btn::before, footer .fade-in-banner .fade-in-banner-inner .banner-close-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translate(-50%, -50%) rotate(45deg);
}
footer .fade-in-banner .fade-in-banner-inner .banner-close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
footer .fade-in-banner .fade-in-banner-inner h4 {
  margin-bottom: 4rem;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
}
footer .fade-in-banner .fade-in-banner-inner ul {
  display: flex;
}
footer .fade-in-banner .fade-in-banner-inner ul li {
  width: 33%;
  list-style-type: none;
}
footer .fade-in-banner .fade-in-banner-inner ul li:not(:last-child) {
  border-right: rgba(255, 255, 255, 0.5333333333) 1px solid;
}
footer .fade-in-banner .fade-in-banner-inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 6rem;
  padding: 0.8rem 1rem;
  font-size: 1.8rem;
  color: #fff;
}
footer .fade-in-banner .fade-in-banner-inner ul li a img {
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.2rem;
}
footer .bottom-links {
  z-index: 999;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.4rem 1rem;
  background-color: #AE842B;
}
footer .bottom-links ul {
  display: flex;
  justify-content: center;
  column-gap: 2.4rem;
}
footer .bottom-links ul li {
  list-style-type: none;
}
footer .bottom-links ul li:nth-of-type(1) a {
  background-color: #EF8200;
}
footer .bottom-links ul li:nth-of-type(2) a {
  background-color: #666666;
}
footer .bottom-links ul li a {
  display: flex;
  align-items: center;
  width: 35.6rem;
  height: 8rem;
  padding: 1rem 1rem;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 8rem;
  transition: all 0.3s ease;
}
footer .bottom-links ul li a:hover {
  opacity: 0.8;
}
footer .bottom-links ul li a img {
  width: 5.6rem;
  height: 5.6rem;
  margin-right: 1rem;
  padding: 0.8rem;
  border-radius: 50%;
}
footer .footer-content {
  padding: 5rem 2rem 3rem;
  text-align: center;
  background-color: #006680;
}
footer .footer-content .top {
  display: flex;
  justify-content: center;
  align-items: baseline;
  column-gap: 3rem;
  margin-bottom: 2rem;
}
footer .footer-content .top p {
  font-size: 2.2rem;
  color: #fff;
}
footer .footer-content .top small {
  font-size: 1.6rem;
  color: #fff;
}
footer .footer-content .bottom p {
  font-size: 1.6rem;
  color: #fff;
}
footer .footer-content .bottom p:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 10rem;
  }
  footer .scroll-top {
    bottom: 2rem;
    right: 50%;
    transform: translate(50%, -65%);
    height: fit-content;
  }
  footer .scroll-top img {
    width: 6rem;
    height: 6rem;
  }
  footer .fade-in-banner {
    bottom: 16rem;
  }
  footer .fade-in-banner .fade-in-banner-inner {
    max-width: 500px;
    padding: 1.6rem 0.8rem;
  }
  footer .fade-in-banner .fade-in-banner-inner .banner-close-btn {
    width: 2rem;
    height: 2rem;
  }
  footer .fade-in-banner .fade-in-banner-inner .banner-close-btn::before, footer .fade-in-banner .fade-in-banner-inner .banner-close-btn::after {
    width: 2rem;
  }
  footer .fade-in-banner .fade-in-banner-inner h4 {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
  footer .fade-in-banner .fade-in-banner-inner ul li a {
    padding: 0.8rem 1rem;
    font-size: 1.35rem;
  }
  footer .fade-in-banner .fade-in-banner-inner ul li a img {
    width: 2.4rem;
    height: 2.4rem;
  }
  footer .bottom-links {
    padding: 2rem 1.2rem 1.4rem;
  }
  footer .bottom-links ul {
    column-gap: 0.6rem;
  }
  footer .bottom-links ul li {
    width: 49%;
    text-align: center;
  }
  footer .bottom-links ul li a {
    width: 100%;
    height: 4.5rem;
    padding: 1rem 0.6rem;
    font-size: 1.35rem;
  }
  footer .bottom-links ul li a img {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.6rem;
    padding: 0;
  }
  footer .footer-content {
    padding: 3rem 2rem 3rem;
  }
  footer .footer-content .top {
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    margin-bottom: 2rem;
  }
  footer .footer-content .top p {
    font-size: 2rem;
  }
  footer .footer-content .top small {
    font-size: 1.4rem;
  }
  footer .footer-content .bottom p {
    font-size: 1.35rem;
  }
}

/*-----------------------------------
 モーダル
-----------------------------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.modal__content {
  position: absolute;
  top: calc(50% + 3rem);
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  max-height: calc(96vh - 9rem);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  z-index: 1001;
  overflow: auto;
}

.modal.modal_1 .modal__content img {
  height: 29.5rem;
}
.modal.modal_1 .modal__content h3 {
  background-color: #00969B;
}

.consulModal_1.modal .modal__content,
.consulModal_2.modal .modal__content,
.consulModal_3.modal .modal__content,
#myModal_1.modal .modal__content,
#myModal_2.modal .modal__content,
.application_modal.modal .modal__content,
.application_modal_simu_1.modal .modal__content,
.application_modal_simu_2.modal .modal__content {
  overflow: visible;
  top: calc(50% + 4rem);
  transform: translate(-50%, -50%);
  width: 90rem;
  max-width: 900px;
  max-height: unset;
  padding: 0;
}
.consulModal_1.modal .modal__content .scroll-wrap,
.consulModal_2.modal .modal__content .scroll-wrap,
.consulModal_3.modal .modal__content .scroll-wrap,
#myModal_1.modal .modal__content .scroll-wrap,
#myModal_2.modal .modal__content .scroll-wrap,
.application_modal.modal .modal__content .scroll-wrap,
.application_modal_simu_1.modal .modal__content .scroll-wrap,
.application_modal_simu_2.modal .modal__content .scroll-wrap {
  overflow: auto;
  max-height: calc(96svh - 8rem);
  padding: 4rem 4rem 4rem;
}
.consulModal_1.modal .modal__content .scroll-wrap > div .model_1-lead .bold-org,
.consulModal_2.modal .modal__content .scroll-wrap > div .model_1-lead .bold-org,
.consulModal_3.modal .modal__content .scroll-wrap > div .model_1-lead .bold-org,
#myModal_1.modal .modal__content .scroll-wrap > div .model_1-lead .bold-org,
#myModal_2.modal .modal__content .scroll-wrap > div .model_1-lead .bold-org,
.application_modal.modal .modal__content .scroll-wrap > div .model_1-lead .bold-org,
.application_modal_simu_1.modal .modal__content .scroll-wrap > div .model_1-lead .bold-org,
.application_modal_simu_2.modal .modal__content .scroll-wrap > div .model_1-lead .bold-org {
  font-size: 2rem;
  font-weight: 700;
  color: #EF8200;
}
.consulModal_1.modal .modal__content .scroll-wrap > div .model_1-lead .sup,
.consulModal_2.modal .modal__content .scroll-wrap > div .model_1-lead .sup,
.consulModal_3.modal .modal__content .scroll-wrap > div .model_1-lead .sup,
#myModal_1.modal .modal__content .scroll-wrap > div .model_1-lead .sup,
#myModal_2.modal .modal__content .scroll-wrap > div .model_1-lead .sup,
.application_modal.modal .modal__content .scroll-wrap > div .model_1-lead .sup,
.application_modal_simu_1.modal .modal__content .scroll-wrap > div .model_1-lead .sup,
.application_modal_simu_2.modal .modal__content .scroll-wrap > div .model_1-lead .sup {
  font-size: 1.5rem;
  vertical-align: top;
}
.consulModal_1.modal .modal__content .modal__close,
.consulModal_2.modal .modal__content .modal__close,
.consulModal_3.modal .modal__content .modal__close,
#myModal_1.modal .modal__content .modal__close,
#myModal_2.modal .modal__content .modal__close,
.application_modal.modal .modal__content .modal__close,
.application_modal_simu_1.modal .modal__content .modal__close,
.application_modal_simu_2.modal .modal__content .modal__close {
  position: absolute;
  top: 0.5rem;
  right: 50%;
  transform: translateX(43rem);
}

.modal .modal__content {
  width: 90rem;
  max-width: 900px;
  padding: 4rem 4rem 6rem;
}
.modal .modal__content h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  margin-bottom: 4rem;
  font-size: 3.2rem;
  color: #fff;
  background-color: #3F99D5;
}
.modal .modal__content .model_1-lead {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 400;
}
.modal .modal__content .modal_1-period {
  margin-bottom: 4rem;
  padding: 2.4rem;
  background-color: #FFEED9;
}
.modal .modal__content .modal_1-period span {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #EF8200;
}
.modal .modal__content .modal_1-period p {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
}
.modal .modal__content .modal_1-period small {
  display: block;
  font-size: 1.4rem;
}
.modal .modal__content .modal_1-note {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.8;
  text-indent: -3em;
  padding-left: 3em;
}
.modal .modal__content .model_1-bottom {
  margin-top: 4rem;
}
.modal .modal__content .model_1-bottom h4 {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
}
.modal .modal__content .model_1-bottom p {
  position: relative;
  padding-left: 1.8rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.modal .modal__content .model_1-bottom p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #2F2A28;
  border-radius: 50%;
}
.modal .modal__content .model_1-bottom a {
  text-decoration: underline;
  color: #006680;
}
.modal .modal__content .modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 3rem;
  height: 3rem;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.modal .modal__content .modal__close:before, .modal .modal__content .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 0.15rem;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .modal__content .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal.consulModal_1 .modal__content,
.modal.consulModal_2 .modal__content,
.modal.consulModal_3 .modal__content {
  border-radius: 1rem;
}
.modal.consulModal_1 .modal__content .scroll-wrap > div,
.modal.consulModal_2 .modal__content .scroll-wrap > div,
.modal.consulModal_3 .modal__content .scroll-wrap > div {
  position: relative;
}
.modal.consulModal_1 .modal__content .scroll-wrap > div h3,
.modal.consulModal_2 .modal__content .scroll-wrap > div h3,
.modal.consulModal_3 .modal__content .scroll-wrap > div h3 {
  margin-bottom: 4rem;
  font-size: 2.8rem;
  color: #2F2A28;
  background-color: transparent;
}
.modal.consulModal_1 .modal__content .scroll-wrap > div > span,
.modal.consulModal_2 .modal__content .scroll-wrap > div > span,
.modal.consulModal_3 .modal__content .scroll-wrap > div > span {
  position: absolute;
  top: -4rem;
  left: -4rem;
  padding: 1.6rem 2.2rem;
  font-family: "poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background-color: #8DC21F;
  border-radius: 1rem 0 1rem 0;
}
.modal.consulModal_1 .modal__content .scroll-wrap > div > div,
.modal.consulModal_2 .modal__content .scroll-wrap > div > div,
.modal.consulModal_3 .modal__content .scroll-wrap > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3rem;
}
.modal.consulModal_1 .modal__content .scroll-wrap > div > div picture,
.modal.consulModal_2 .modal__content .scroll-wrap > div > div picture,
.modal.consulModal_3 .modal__content .scroll-wrap > div > div picture {
  width: 30%;
  height: auto;
  margin-bottom: 2rem;
}
.modal.consulModal_1 .modal__content .scroll-wrap > div > div picture img,
.modal.consulModal_2 .modal__content .scroll-wrap > div > div picture img,
.modal.consulModal_3 .modal__content .scroll-wrap > div > div picture img {
  width: 100%;
  height: auto;
}
.modal.consulModal_1 .modal__content .scroll-wrap > div > div p,
.modal.consulModal_2 .modal__content .scroll-wrap > div > div p,
.modal.consulModal_3 .modal__content .scroll-wrap > div > div p {
  width: calc(70% - 3rem);
  font-size: 1.8rem;
}
.modal.consulModal_1 .modal__content .scroll-wrap > div > div p span,
.modal.consulModal_2 .modal__content .scroll-wrap > div > div p span,
.modal.consulModal_3 .modal__content .scroll-wrap > div > div p span {
  font-weight: 700;
}
#myModal_1 .modal__content .modal__close {
  background-color: #00969B;
}

#myModal_2 .modal__content .scroll-wrap > div picture {
  display: block;
  margin-bottom: 2rem;
}
#myModal_2 .modal__content .modal__close {
  background-color: #3F99D5;
}

.modal.consulModal_1 .modal__content .scroll-wrap > div > span {
  background-color: #8DC21F;
}
.modal.consulModal_1 .modal__content .modal__close {
  background-color: #8DC21F;
}

.modal.consulModal_2 .modal__content .scroll-wrap > div > span {
  background-color: #00969B;
}
.modal.consulModal_2 .modal__content .modal__close {
  background-color: #00969B;
}

.modal.consulModal_3 .modal__content .scroll-wrap > div > span {
  background-color: #3F99D5;
}
.modal.consulModal_3 .modal__content .modal__close {
  background-color: #3F99D5;
}

.modal_2 .modal__content .scroll-wrap > div {
  position: relative;
}
.modal_2 .modal__content .scroll-wrap > div .modal_2-note-2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}
.modal_2 .modal__content .scroll-wrap > div .modal_2-note-2 span {
  vertical-align: super;
  font-size: 1rem;
}

.modal.application_modal .modal__content > div h3 {
  height: 4.8rem;
  margin-bottom: 3.2rem;
  padding: 1rem 1rem;
  font-size: 2.4rem;
  color: #fff;
  background-color: #F05B9E;
  border-radius: 5rem;
}
.modal.application_modal .modal__content > div ul li {
  display: flex;
}
.modal.application_modal .modal__content > div ul li span {
  display: block;
  width: 50%;
  padding: 0.8rem 1rem;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
.modal.application_modal .modal__content > div ul li:nth-of-type(odd) {
  background-color: #EEEEEE;
}
.modal.application_modal .modal__content > div ul li:nth-of-type(1) {
  background-color: #ccc;
}
.modal.application_modal .modal__content > div small {
  display: block;
  margin: 2rem auto 0;
  font-size: 1.4rem;
  text-align: center;
}
.modal.application_modal .modal__content .modal__close {
  background-color: #F05B9E;
}

.modal.application_modal_simu_1 .modal__content > div img,
.modal.application_modal_simu_2 .modal__content > div img {
  height: auto;
}
.modal.application_modal_simu_1 .modal__content .modal__close,
.modal.application_modal_simu_2 .modal__content .modal__close {
  background-color: #00969B;
}

#cta-modal .modal__content {
  width: fit-content;
  max-width: unset;
  padding: 8rem 6rem 8rem;
}
#cta-modal .modal__content > div {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 8rem;
}
#cta-modal .modal__content > div .reserve {
  width: 40rem;
}
#cta-modal .modal__content > div .reserve.visit h3 span {
  color: #F05B9E;
}
#cta-modal .modal__content > div .reserve.visit a {
  background-color: #F05B9E;
}
#cta-modal .modal__content > div .reserve.online h3 span {
  color: #AE842B;
}
#cta-modal .modal__content > div .reserve.online a {
  background-color: #AE842B;
}
#cta-modal .modal__content > div .reserve h3 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 3.2rem;
  font-size: 2.4rem;
  color: #2F2A28;
  text-align: center;
  background-color: #fff;
  line-height: 1.5;
}
#cta-modal .modal__content > div .reserve h3::before, #cta-modal .modal__content > div .reserve h3::after {
  z-index: 1;
  position: absolute;
  content: "";
  top: 50%;
  width: 7rem;
  height: 0.15rem;
  background-color: #2F2A28;
}
#cta-modal .modal__content > div .reserve h3::before {
  left: 0;
}
#cta-modal .modal__content > div .reserve h3::after {
  right: 0;
}
#cta-modal .modal__content > div .reserve a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 9.6rem;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  border-radius: 9rem;
  text-align: center;
}
#cta-modal .modal__content > div .reserve a:hover {
  opacity: 0.8;
}
#cta-modal .modal__content > div .reserve a > span.icon-illust {
  position: absolute;
  left: 1.2rem;
  display: block;
  width: 7.2rem;
  height: 7.2rem;
}
#cta-modal .modal__content > div .reserve a > span.icon-illust img {
  width: 100%;
  height: 100%;
}
#cta-modal .modal__content > div .reserve a > img {
  position: absolute;
  right: 4.2rem;
  width: 1.7rem;
  height: 1.5rem;
  margin-bottom: 0;
}
#cta-modal .modal__content small {
  display: block;
  width: max-content;
  margin-top: 5rem;
  font-size: 1.6rem;
  text-align: center;
}
#cta-modal .modal__content small a {
  text-decoration: underline;
  color: #006680;
}
#cta-modal .modal__close {
  background-color: #666666;
}

@media (max-width: 767px) {
  .modal .modal__content {
    width: 94%;
    max-width: 550px;
    padding: 4rem 2.4rem 4rem;
  }
  .modal .modal__content h3 {
    height: 5rem;
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
  .modal .modal__content .model_1-lead {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
  .modal .modal__content .model_1-lead span {
    font-size: 1.4rem;
  }
  .modal .modal__content .modal_1-period {
    margin-bottom: 2.4rem;
    padding: 1.6rem 1rem;
  }
  .modal .modal__content .modal_1-period span {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
  .modal .modal__content .modal_1-period small {
    padding-left: 1em;
    font-size: 1.4rem;
    text-indent: -1em;
  }
  .modal .modal__content img {
    height: auto;
    margin-bottom: 2.4rem;
  }
  .modal .modal__content .modal_1-note {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
  .modal .modal__content .model_1-bottom h4 {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
  .modal .modal__content .model_1-bottom p {
    padding-left: 1.6rem;
    font-size: 1.4rem;
  }
  .modal .modal__content .model_1-bottom p:before {
    left: 0.4rem;
    top: 0.83em;
  }
  .modal .modal__content .modal__close {
    width: 2.8rem;
    height: 2.8rem;
  }
  .modal .modal__content .modal__close:before, .modal .modal__content .modal__close::after {
    width: 1.8rem;
    height: 0.1rem;
  }
  .modal.modal_1 .modal__content img {
    height: auto;
  }
  #myModal_2.modal.modal_2 .modal__content .model_1-lead span.sup {
    font-size: 1rem;
    vertical-align: super;
  }
  .modal.consulModal_1 .modal__content,
  .modal.consulModal_2 .modal__content,
  .modal.consulModal_3 .modal__content {
    width: 90%;
    max-width: 100%;
  }
  .modal.consulModal_1 .modal__content .scroll-wrap > div,
  .modal.consulModal_2 .modal__content .scroll-wrap > div,
  .modal.consulModal_3 .modal__content .scroll-wrap > div {
    flex-direction: column;
    align-items: center;
  }
  .modal.consulModal_1 .modal__content .scroll-wrap > div h3,
  .modal.consulModal_2 .modal__content .scroll-wrap > div h3,
  .modal.consulModal_3 .modal__content .scroll-wrap > div h3 {
    font-size: 2rem;
    text-align: center;
  }
  .modal.consulModal_1 .modal__content .scroll-wrap > div > span,
  .modal.consulModal_2 .modal__content .scroll-wrap > div > span,
  .modal.consulModal_3 .modal__content .scroll-wrap > div > span {
    top: -4rem;
    left: -2rem;
    padding: 1rem 1.4rem;
    font-size: 1.8rem;
    border-radius: 0.5rem 0 0.5rem 0;
  }
  .modal.consulModal_1 .modal__content .scroll-wrap > div > div,
  .modal.consulModal_2 .modal__content .scroll-wrap > div > div,
  .modal.consulModal_3 .modal__content .scroll-wrap > div > div {
    flex-direction: column;
    row-gap: 2rem;
  }
  .modal.consulModal_1 .modal__content .scroll-wrap > div > div figure,
  .modal.consulModal_2 .modal__content .scroll-wrap > div > div figure,
  .modal.consulModal_3 .modal__content .scroll-wrap > div > div figure {
    width: 15.7rem;
    height: auto;
  }
  .modal.consulModal_1 .modal__content .scroll-wrap > div > div figure img,
  .modal.consulModal_2 .modal__content .scroll-wrap > div > div figure img,
  .modal.consulModal_3 .modal__content .scroll-wrap > div > div figure img {
    width: 100%;
    height: auto;
  }
  .modal.consulModal_1 .modal__content .scroll-wrap > div > div p,
  .modal.consulModal_2 .modal__content .scroll-wrap > div > div p,
  .modal.consulModal_3 .modal__content .scroll-wrap > div > div p {
    width: 100%;
    font-size: 1.8rem;
  }
  .consulModal_1.modal .modal__content,
  .consulModal_2.modal .modal__content,
  .consulModal_3.modal .modal__content,
  #myModal_1.modal .modal__content,
  #myModal_2.modal .modal__content,
  .application_modal.modal .modal__content,
  .application_modal_simu_1.modal .modal__content,
  .application_modal_simu_2.modal .modal__content {
    top: calc(50% + 3rem);
    width: 94%;
  }
  .consulModal_1.modal .modal__content .scroll-wrap,
  .consulModal_2.modal .modal__content .scroll-wrap,
  .consulModal_3.modal .modal__content .scroll-wrap,
  #myModal_1.modal .modal__content .scroll-wrap,
  #myModal_2.modal .modal__content .scroll-wrap,
  .application_modal.modal .modal__content .scroll-wrap,
  .application_modal_simu_1.modal .modal__content .scroll-wrap,
  .application_modal_simu_2.modal .modal__content .scroll-wrap {
    max-height: calc(96svh - 6rem);
    padding: 4rem 2rem 3rem;
  }
  .consulModal_1.modal .modal__content .modal__close,
  .consulModal_2.modal .modal__content .modal__close,
  .consulModal_3.modal .modal__content .modal__close,
  #myModal_1.modal .modal__content .modal__close,
  #myModal_2.modal .modal__content .modal__close,
  .application_modal.modal .modal__content .modal__close,
  .application_modal_simu_1.modal .modal__content .modal__close,
  .application_modal_simu_2.modal .modal__content .modal__close {
    right: 0.5rem;
    transform: none;
  }
  .modal_2 .modal__content .scroll-wrap > div {
    position: relative;
  }
  .modal_2 .modal__content .scroll-wrap > div .model_1-lead {
    margin-bottom: 3rem;
  }
  .modal_2 .modal__content .scroll-wrap > div .modal_2-note-2 {
    transform: translate(-50%, -25%);
  }
  .modal.application_modal .modal__content > div h3 {
    height: 4rem;
    margin-bottom: 2.4rem;
    font-size: 1.75rem;
  }
  .modal.application_modal .modal__content > div ul li span {
    font-size: 1.5rem;
  }
  .modal.application_modal .modal__content > div ul li span:nth-of-type(1) {
    width: 40%;
  }
  .modal.application_modal .modal__content > div ul li span:nth-of-type(2) {
    width: 60%;
  }
  #cta-modal .modal__content {
    width: 92%;
    max-width: 550px;
    padding: 4rem 2.5rem;
  }
  #cta-modal .modal__content > div {
    flex-direction: column;
  }
  #cta-modal .modal__content > div .reserve {
    width: auto;
  }
  #cta-modal .modal__content > div .reserve h3 {
    margin: 0 auto 1.6rem;
    font-size: 1.6rem;
  }
  #cta-modal .modal__content > div .reserve h3::before, #cta-modal .modal__content > div .reserve h3::after {
    width: 4.5rem;
  }
  #cta-modal .modal__content > div .reserve a {
    width: auto;
    height: 7.8rem;
    font-size: 2rem;
    border-radius: 7.2rem;
  }
  #cta-modal .modal__content > div .reserve a > span.icon-illust {
    width: 5.4rem;
    height: 5.4rem;
  }
  #cta-modal .modal__content > div .reserve.visit {
    margin-bottom: 2.4rem;
  }
  #cta-modal .modal__content small {
    width: fit-content;
    margin-top: 2.5rem;
    text-align: justify;
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/-/media/tb/personal/blind/lp/birthday/assets/fonts/noto-sans-jp/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/-/media/tb/personal/blind/lp/birthday/assets/fonts/noto-sans-jp/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/-/media/tb/personal/blind/lp/birthday/assets/fonts/noto-sans-jp/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/-/media/tb/personal/blind/lp/birthday/assets/fonts/poppins/Poppins-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/-/media/tb/personal/blind/lp/birthday/assets/fonts/Poppins-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/-/media/tb/personal/blind/lp/birthday/assets/fonts/Poppins-Regular.woff2") format("woff2");
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}

/*-----------------------------------
 メインビジュアル
-----------------------------------*/
.kv {
  position: relative;
  width: 100%;
  margin-bottom: 4.8rem;
  position: relative;
}
.kv::before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .kv::before {
    height: 1.2rem;
    background-image: url("../img/parts-wave-sp.png");
    background-size: 100% 100%;
  }
}
@media (min-width: 768px) {
  .kv::before {
    height: 4.8rem;
    background-image: url("../img/parts-wave.png");
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .kv {
    margin-bottom: 1.2rem;
  }
}

/*-----------------------------------
 ご相談
-----------------------------------*/
.sec-consulting .inner-blk {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(1120px + 2rem + 2rem);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 13rem;
}
.sec-consulting .inner-blk h2.sec-title {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
}
.sec-consulting .inner-blk p.sec-text {
  width: 105rem;
  margin: 0 auto 4.2rem;
  padding: 3.2rem 1rem;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.8;
  background-color: #F0E8DE;
  border-radius: 10rem;
}
.sec-consulting .inner-blk p.sec-text span {
  text-decoration: underline;
  text-underline-offset: 0.8rem;
  text-decoration-thickness: 0.6rem;
  text-decoration-color: #ed90c3;
}
.sec-consulting .inner-blk .panels {
  display: flex;
  justify-content: center;
  column-gap: 2.4rem;
  margin-bottom: 4rem;
}
.sec-consulting .inner-blk .panels .panel {
  position: relative;
  width: 35.7rem;
  padding: 4.4rem 2rem 4rem;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.sec-consulting .inner-blk .panels .panel:nth-of-type(1) span {
  background-color: #8DC21F;
}
.sec-consulting .inner-blk .panels .panel:nth-of-type(2) span {
  background-color: #00969B;
}
.sec-consulting .inner-blk .panels .panel:nth-of-type(3) span {
  background-color: #3F99D5;
}
.sec-consulting .inner-blk .panels .panel > span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.6rem 2.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  font-family: "Poppins", sans-serif;
  border-radius: 1rem 0 1rem 0;
}
.sec-consulting .inner-blk .panels .panel img.illust {
  height: 13.8rem;
}
.sec-consulting .inner-blk .panels .panel p {
  margin: 1.6rem 0 1.6rem;
  font-size: 2.4rem;
  font-weight: 500;
}
.sec-consulting .inner-blk .panels .panel img.icon {
  width: 3rem;
  height: 3rem;
}
.sec-consulting .inner-blk .bottom {
  text-align: center;
}
.sec-consulting .inner-blk .bottom .icon-arrow {
  margin-bottom: 4rem;
}
.sec-consulting .inner-blk .bottom .icon-arrow img {
  width: 8rem;
  height: 5.5rem;
}
.sec-consulting .inner-blk .bottom .bottom-text {
  font-size: 4rem;
  font-weight: 400;
}
.sec-consulting .inner-blk .bottom .bottom-text span {
  color: #F05B9E;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sec-consulting .inner-blk {
    padding-top: 2.4rem;
    padding-bottom: 14rem;
  }
  .sec-consulting .inner-blk h2.sec-title {
    margin-bottom: 2.4rem;
    font-size: 2rem;
    line-height: 1.8;
  }
  .sec-consulting .inner-blk p.sec-text {
    width: auto;
    margin: 0 auto 4.2rem;
    padding: 2rem 1rem;
    font-size: 2rem;
    border-radius: 1rem;
    line-height: 1.9;
  }
  .sec-consulting .inner-blk p.sec-text span {
    text-underline-offset: 0.6rem;
    text-decoration-thickness: 0.4rem;
  }
  .sec-consulting .inner-blk .panels {
    flex-direction: column;
    row-gap: 2.4rem;
    margin-bottom: 4rem;
  }
  .sec-consulting .inner-blk .panels .panel {
    width: auto;
    padding: 3.6rem 1.4rem 1.6rem;
    border-radius: 1rem;
  }
  .sec-consulting .inner-blk .panels .panel span {
    padding: 1rem 1.8rem;
  }
  .sec-consulting .inner-blk .panels .panel h4 {
    padding: 1rem 1.6rem;
    font-size: 1.8rem;
  }
  .sec-consulting .inner-blk .panels .panel img.illust {
    height: 10.3rem;
  }
  .sec-consulting .inner-blk .panels .panel p {
    margin: 1.6rem 0 1.6rem;
    font-size: 2rem;
  }
  .sec-consulting .inner-blk .bottom .icon-arrow {
    margin-bottom: 2.4rem;
  }
  .sec-consulting .inner-blk .bottom .icon-arrow img {
    width: 6rem;
    height: 4.1rem;
  }
  .sec-consulting .inner-blk .bottom .bottom-text {
    font-size: 2rem;
    line-height: 1.8;
  }
}

/*-----------------------------------
 プラン
-----------------------------------*/
.sec-plan {
  position: relative;
  margin-bottom: 4.8rem;
  background-color: #F0E8DE;
  position: relative;
  position: relative;
}
.sec-plan::before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sec-plan::before {
    height: 1.2rem;
    background-image: url("../img/parts-wave-sp.png");
    background-size: 100% 100%;
  }
}
@media (min-width: 768px) {
  .sec-plan::before {
    height: 4.8rem;
    background-image: url("../img/parts-wave.png");
    background-size: 100% 100%;
  }
}
.sec-plan::before {
  top: 0;
  bottom: unset;
  transform: translateY(-100%) scale(1, -1);
}
.sec-plan::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .sec-plan::after {
    height: 1.2rem;
    background-image: url("../img/parts-wave-sp.png");
  }
}
@media (min-width: 768px) {
  .sec-plan::after {
    height: 4.8rem;
    background-image: url("../img/parts-wave.png");
  }
}
.sec-plan .sec-title {
  position: relative;
  margin-bottom: 1rem;
  padding: 2.4rem 1rem;
  font-size: 4rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  background-color: #00969B;
}
.sec-plan .sec-title > span {
  position: relative;
  margin-right: 0.8rem;
  font-size: 4.5rem;
}
.sec-plan .sec-title > span::after {
  position: absolute;
  content: "";
  bottom: -0.6rem;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background-color: #ed90c3;
}
.sec-plan .sec-title .dot {
  position: relative;
  font-style: normal;
}
.sec-plan .sec-title .dot::before {
  position: absolute;
  content: "";
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ed90c3;
  border-radius: 50%;
}
.sec-plan .sec-title img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-310%, -39%);
  width: 20.8rem;
}
.sec-plan .inner-blk {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(1120px + 2rem + 2rem);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.sec-plan .inner-blk .sec-text {
  margin-bottom: 1.4rem;
  text-align: center;
}
.sec-plan .inner-blk .sec-text p.text-1 {
  position: relative;
  width: fit-content;
  margin: 0 auto 0.8rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.sec-plan .inner-blk .sec-text p.text-1::before, .sec-plan .inner-blk .sec-text p.text-1::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(-140%, -50%);
  width: 2rem;
  height: 4.4rem;
  background: url("/-/media/tb/personal/blind/lp/birthday/assets/img/parts-em-line.png") no-repeat center 100%/contain;
}
.sec-plan .inner-blk .sec-text p.text-1::after {
  left: unset;
  right: 0;
  transform: translate(140%, -50%) scale(-1, 1);
}
.sec-plan .inner-blk .sec-text p.text-2 {
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 0.6rem 4.6rem 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4rem;
  background-color: #2F2A28;
  line-height: 1.8;
}
.sec-plan .inner-blk .sec-text p.text-3 {
  font-size: 5.2rem;
  font-weight: 700;
  color: #AE842B;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.sec-plan .inner-blk .cource-note {
  margin-bottom: 8.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.sec-plan .inner-blk .cource-note span {
  text-decoration: underline;
  text-underline-offset: 0.8rem;
  text-decoration-thickness: 0.6rem;
  text-decoration-color: #ed90c3;
}
.sec-plan .inner-blk .plan-list {
  display: flex;
  justify-content: center;
  column-gap: 4rem;
  margin-bottom: 2.4rem;
}
.sec-plan .inner-blk .plan-list .plan-item {
  position: relative;
  width: 54rem;
  padding: 4.5rem 2rem 2.4rem;
  text-align: center;
  background-color: #fff;
  border-radius: 2rem;
}
.sec-plan .inner-blk .plan-list .plan-item .plan-item-heading {
  position: absolute;
  top: 0;
  left: -0.4rem;
  transform: translateY(-60%);
  padding: 0.8rem 2rem 1rem 2.4rem;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 2rem 0 2rem 0;
}
.sec-plan .inner-blk .plan-list .plan-item .plan-item-heading span {
  font-size: 2.4rem;
}
.sec-plan .inner-blk .plan-list .plan-item > figure img {
  width: 16.8rem;
  margin-bottom: 3rem;
}
.sec-plan .inner-blk .plan-list .plan-item h3 {
  margin-bottom: 3rem;
  font-size: 4.8rem;
  line-height: 1;
}
.sec-plan .inner-blk .plan-list .plan-item h3 span {
  margin-right: 0.8rem;
  padding: 0.2rem 1rem;
  color: #fff;
}
.sec-plan .inner-blk .plan-list .plan-item h5 {
  width: fit-content;
  margin: 0 auto 2rem;
  padding: 0.3rem 4rem 0.6rem;
  font-size: 2rem;
  font-weight: 700;
  background-color: #FFEED9;
  border-radius: 3rem;
}
.sec-plan .inner-blk .plan-list .plan-item h5 span {
  font-size: 2.4rem;
}
.sec-plan .inner-blk .plan-list .plan-item .rate {
  margin-bottom: 1.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.sec-plan .inner-blk .plan-list .plan-item .rate span {
  font-family: "Poppins", sans-serif;
  font-size: 8rem;
  color: #EF8200;
}
.sec-plan .inner-blk .plan-list .plan-item .rate span:nth-of-type(2) {
  font-size: 3.5rem;
}
.sec-plan .inner-blk .plan-list .plan-item .note {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.sec-plan .inner-blk .plan-list .plan-item a.see-more {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  width: fit-content;
  margin: 0 auto 0;
  padding: 1.2rem 5rem 1.4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  border-radius: 5rem;
  transition: all 0.3s ease;
}
.sec-plan .inner-blk .plan-list .plan-item a.see-more img {
  width: 3rem;
  height: 3rem;
}
.sec-plan .inner-blk .plan-list .plan-item.clr-green {
  border: #00969B 0.4rem solid;
}
.sec-plan .inner-blk .plan-list .plan-item.clr-green .plan-item-heading {
  background-color: #00969B;
}
.sec-plan .inner-blk .plan-list .plan-item.clr-green h3 span {
  background-color: #00969B;
}
.sec-plan .inner-blk .plan-list .plan-item.clr-green a.see-more {
  background-color: #00969B;
}
@media (hover: hover) {
  .sec-plan .inner-blk .plan-list .plan-item.clr-green a.see-more:hover {
    opacity: 0.8;
  }
}
.sec-plan .inner-blk .plan-list .plan-item.clr-blue {
  border: #3F99D5 0.4rem solid;
}
.sec-plan .inner-blk .plan-list .plan-item.clr-blue .plan-item-heading {
  background-color: #3F99D5;
}
.sec-plan .inner-blk .plan-list .plan-item.clr-blue h3 span {
  background-color: #3F99D5;
}
.sec-plan .inner-blk .plan-list .plan-item.clr-blue a.see-more {
  background-color: #3F99D5;
}
@media (hover: hover) {
  .sec-plan .inner-blk .plan-list .plan-item.clr-blue a.see-more:hover {
    opacity: 0.8;
  }
}
.sec-plan .inner-blk .plan-list .plan-item > small {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.4rem;
  text-align: center;
}
.sec-plan .inner-blk > small {
  display: block;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-plan {
    padding-top: 4rem;
  }
  .sec-plan .sec-title {
    margin-bottom: 1rem;
    padding: 2rem 1rem;
    font-size: 1.9rem;
  }
  .sec-plan .sec-title span {
    margin-right: 0;
    font-size: 2.4rem;
    line-height: 2.1;
    text-underline-offset: 0.6rem;
    text-decoration-thickness: 0.45rem;
  }
  .sec-plan .sec-title .dot::before {
    top: -0.5rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .sec-plan .sec-title img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -90%);
    width: 11.6rem;
  }
  .sec-plan .inner-blk {
    padding-top: 2.4rem;
    padding-bottom: 6.4rem;
  }
  .sec-plan .inner-blk .sec-title {
    margin-bottom: 2.4rem;
    font-size: 1.9rem;
    line-height: 1.8;
  }
  .sec-plan .inner-blk .sec-title img {
    left: 50%;
    transform: translate(-50%, -100%);
    width: 11.7rem;
  }
  .sec-plan .inner-blk .sec-text {
    margin-bottom: 2.4rem;
  }
  .sec-plan .inner-blk .sec-text p.text-1 {
    margin: 0 auto 2rem;
    font-size: 1.6rem;
  }
  .sec-plan .inner-blk .sec-text p.text-1::before, .sec-plan .inner-blk .sec-text p.text-1::after {
    width: 1.4rem;
    height: 2.8rem;
  }
  .sec-plan .inner-blk .sec-text p.text-3 {
    font-size: 2.8rem;
  }
  .sec-plan .inner-blk .cource-note {
    margin-bottom: 6rem;
    font-size: 1.6rem;
  }
  .sec-plan .inner-blk .cource-note span {
    text-underline-offset: 0.4rem;
    text-decoration-thickness: 0.3rem;
  }
  .sec-plan .inner-blk .plan-list {
    flex-direction: column;
    row-gap: 5.6rem;
    margin-bottom: 2.4rem;
  }
  .sec-plan .inner-blk .plan-list .plan-item {
    width: auto;
    padding: 4.5rem 2rem 2.4rem;
    border-radius: 2rem;
  }
  .sec-plan .inner-blk .plan-list .plan-item .plan-item-heading {
    width: 106%;
    padding: 0.8rem 1rem 1rem 1rem;
    font-size: 1.4rem;
    border-radius: 1.4rem 0 1.4rem 0;
  }
  .sec-plan .inner-blk .plan-list .plan-item .plan-item-heading span {
    font-size: 1.4rem;
  }
  .sec-plan .inner-blk .plan-list .plan-item > img {
    width: 12.6rem;
    margin-bottom: 2rem;
  }
  .sec-plan .inner-blk .plan-list .plan-item h3 {
    margin-bottom: 3rem;
    font-size: 3.6rem;
    line-height: 1.55;
  }
  .sec-plan .inner-blk .plan-list .plan-item h3 span:last-child {
    margin-right: 0;
  }
  .sec-plan .inner-blk .plan-list .plan-item h5 {
    margin: 0 auto 2rem;
    padding: 0.3rem 2rem 0.6rem;
    font-size: 1.5rem;
    border-radius: 2rem;
  }
  .sec-plan .inner-blk .plan-list .plan-item h5 span {
    font-size: 1.8rem;
  }
  .sec-plan .inner-blk .plan-list .plan-item .rate {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
  }
  .sec-plan .inner-blk .plan-list .plan-item .rate span {
    font-size: 6rem;
  }
  .sec-plan .inner-blk .plan-list .plan-item .rate span:nth-of-type(2) {
    font-size: 2.6rem;
  }
  .sec-plan .inner-blk .plan-list .plan-item .note {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
  .sec-plan .inner-blk .plan-list .plan-item a.see-more {
    column-gap: 1rem;
    padding: 0.6rem 3rem 0.8rem;
    font-size: 1.5rem;
    border-radius: 4rem;
  }
  .sec-plan .inner-blk .plan-list .plan-item a.see-more img {
    width: 2.2rem;
    height: 2.2rem;
  }
  .sec-plan .inner-blk .plan-list .plan-item > small {
    font-size: 1.2rem;
  }
  .sec-plan .inner-blk > small {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/*-----------------------------------
 シミュレーション
-----------------------------------*/
.sec-simulation .inner-blk {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(1120px + 2rem + 2rem);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.sec-simulation .inner-blk h2 {
  margin-bottom: 4rem;
  font-size: 5.2rem;
  font-weight: 700;
  text-align: center;
  color: #AE842B;
}
.sec-simulation .inner-blk .simulator {
  padding: 6.4rem 8rem 6.4rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.sec-simulation .inner-blk .simulator h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 2.6rem;
}
.sec-simulation .inner-blk .simulator h3 img {
  width: 4.8rem;
  height: 5.9rem;
}
.sec-simulation .inner-blk .simulator h3 > span {
  margin-left: 1.4rem;
  padding: 1rem 2.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 3rem;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.15));
}
.sec-simulation .inner-blk .simulator h3 > span span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.sec-simulation .inner-blk .simulator .simulator-box {
  overflow: hidden;
  margin-bottom: 4rem;
  background-color: #FAFAFA;
  border-radius: 1rem;
  border: #F05B9E 0.2rem solid;
}
.sec-simulation .inner-blk .simulator .simulator-box .simulator-heading {
  width: 100%;
  padding: 1rem 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #F05B9E;
}
.sec-simulation .inner-blk .simulator .simulator-box.input .input-group {
  padding: 2.4rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-simulation .inner-blk .simulator .simulator-box.input .input-group .input-amout select {
  width: 30.8rem;
  height: 6.5rem;
  padding-right: 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: right;
  border: #2F2A28 0.2rem solid;
  border-radius: 1rem;
}
.sec-simulation .inner-blk .simulator .simulator-box.input .input-group .input-amout .unit {
  margin-left: 2rem;
  margin-right: 4rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.sec-simulation .inner-blk .simulator .simulator-box.input .input-group .calc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.4rem;
  width: 30.8rem;
  height: 6.5rem;
  padding: 1rem 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #fff;
  border: #2F2A28 0.2rem solid;
  border-radius: 3rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sec-simulation .inner-blk .simulator .simulator-box.input .input-group .calc-btn:hover {
  opacity: 0.8;
}
.sec-simulation .inner-blk .simulator .simulator-box.input .input-group .calc-btn img {
  width: 3rem;
  height: 3rem;
}
.sec-simulation .inner-blk .simulator .simulator-box.output .output-group {
  padding: 3.8rem 8rem 1rem;
}
.sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.6rem;
  padding-bottom: 2.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: #cccccc 0.1rem solid;
}
.sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li > p span.sup {
  font-size: 1.8rem;
  vertical-align: super;
}
.sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .plus {
  position: relative;
  margin-bottom: 3rem;
}
.sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .plus::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 35%;
  transform: translateY(100%);
  width: 2rem;
  height: 1.4rem;
  background-color: #FFEED9;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .plus p {
  padding: 1rem 2rem;
  font-size: 1.6rem;
  color: #EF8200;
  border-radius: 1rem;
  background-color: #FFEED9;
}
.sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .plus p span {
  font-size: 4.8rem;
}
.sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .plus p span.sup {
  font-size: 1.3rem;
  vertical-align: super;
}
.sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .net {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .net p:nth-of-type(1) {
  position: relative;
  bottom: 1rem;
  margin-right: 1.4rem;
  padding: 0 1rem;
  text-decoration: underline;
  text-underline-offset: 0.8rem;
  letter-spacing: 0.08em;
}
.sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .net p:nth-of-type(1) span {
  font-size: 3.2rem;
}
.sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .net p:nth-of-type(2) span {
  font-size: 1.4rem;
}
.sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li:nth-of-type(2) .net p:nth-of-type(1) span, .sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li:nth-of-type(3) .net p:nth-of-type(1) span {
  font-size: 4.8rem;
}
.sec-simulation .inner-blk .simulator > small {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sec-simulation .inner-blk {
    max-width: calc(950px + 2rem + 2rem);
  }
}
@media (max-width: 767px) {
  .sec-simulation .inner-blk {
    padding-top: 4rem;
    padding-bottom: 6.4rem;
    padding: 4rem 0 6.4rem;
  }
  .sec-simulation .inner-blk h2 {
    margin-bottom: 1rem;
    font-size: 2.8rem;
  }
  .sec-simulation .inner-blk .simulator {
    padding: 1rem 2.4rem 6.4rem;
    box-shadow: none;
  }
  .sec-simulation .inner-blk .simulator h3 {
    row-gap: 1.8rem;
    flex-direction: column;
    margin-bottom: 2.6rem;
  }
  .sec-simulation .inner-blk .simulator h3 img {
    width: 4rem;
    height: 5rem;
  }
  .sec-simulation .inner-blk .simulator h3 > span {
    margin-left: 0;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    border-radius: 2rem;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.15));
  }
  .sec-simulation .inner-blk .simulator h3 > span span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -99%);
    width: 2rem;
    height: 1rem;
    background-color: #fff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  .sec-simulation .inner-blk .simulator .simulator-box {
    margin-bottom: 4rem;
    border-radius: 1rem;
    border: #F05B9E 0.2rem solid;
  }
  .sec-simulation .inner-blk .simulator .simulator-box .simulator-heading {
    padding: 1rem 1rem;
    font-size: 1.6rem;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.input .input-group {
    padding: 2.4rem 1.6rem;
    flex-direction: column;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.input .input-group .input-amout {
    width: 100%;
    margin-bottom: 2rem;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.input .input-group .input-amout select {
    width: 80%;
    height: 4rem;
    padding-right: 2rem;
    font-size: 2rem;
    border-radius: 1rem;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.input .input-group .input-amout .unit {
    margin-left: 1rem;
    margin-right: 0;
    font-size: 1.6rem;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.input .input-group .calc-btn {
    width: 100%;
    height: 4.6rem;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    border: #2F2A28 0.2rem solid;
    border-radius: 3rem;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.input .input-group .calc-btn img {
    width: 2rem;
    height: 2rem;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.output .output-group {
    padding: 2.4rem 1.2rem 1rem;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2.4rem;
    padding-bottom: 2.2rem;
    font-size: 1.6rem;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li > p {
    margin-bottom: 2.4rem;
    text-align: center;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li > p span.sup {
    font-size: 1.8rem;
    vertical-align: super;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .plus {
    position: relative;
    margin-bottom: 1.5rem;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .plus p {
    padding: 1rem 1.2rem;
    font-size: 1.45rem;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .plus p span {
    font-size: 3.4rem;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .plus p span.sup {
    font-size: 1.2rem;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .net p:nth-of-type(1) {
    bottom: 0;
    margin-right: 0.6rem;
    padding: 0 1rem;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .net p:nth-of-type(1) span {
    font-size: 3rem;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li .output-amount .net p:nth-of-type(2) span {
    font-size: 1.2rem;
  }
  .sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li:nth-of-type(2) .net p:nth-of-type(1) span, .sec-simulation .inner-blk .simulator .simulator-box.output .output-group ul li:nth-of-type(3) .net p:nth-of-type(1) span {
    font-size: 4rem;
  }
  .sec-simulation .inner-blk .simulator > small {
    font-size: 1.4rem;
  }
}

/*-----------------------------------
 お客様の声
-----------------------------------*/
.sec-voice {
  position: relative;
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
  background-color: #F0E8DE;
  position: relative;
  position: relative;
}
.sec-voice::before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sec-voice::before {
    height: 1.2rem;
    background-image: url("../img/parts-wave-sp.png");
    background-size: 100% 100%;
  }
}
@media (min-width: 768px) {
  .sec-voice::before {
    height: 4.8rem;
    background-image: url("../img/parts-wave.png");
    background-size: 100% 100%;
  }
}
.sec-voice::before {
  top: 0;
  bottom: unset;
  transform: translateY(-100%) scale(1, -1);
}
.sec-voice::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .sec-voice::after {
    height: 1.2rem;
    background-image: url("../img/parts-wave-sp.png");
  }
}
@media (min-width: 768px) {
  .sec-voice::after {
    height: 4.8rem;
    background-image: url("../img/parts-wave.png");
  }
}
.sec-voice .inner-blk {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(1120px + 2rem + 2rem);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: calc(950px + 8rem + 8rem);
  padding-left: 8rem;
  padding-right: 8rem;
  padding-top: 6.4rem;
  padding-bottom: 13.4rem;
}
.sec-voice .inner-blk h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4rem;
  margin-bottom: 4rem;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #AE842B;
}
.sec-voice .inner-blk h2 img {
  width: 5rem;
  height: 5rem;
}
.sec-voice .inner-blk > small {
  display: block;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  text-align: center;
}
.sec-voice .inner-blk .voice-list {
  display: flex;
  justify-content: space-between;
}
.sec-voice .inner-blk .voice-list .splide__track {
  width: 100%;
}
.sec-voice .inner-blk .voice-list .splide__track .splide__list {
  display: flex;
  justify-content: space-between;
}
.sec-voice .inner-blk .voice-list .splide__slide {
  width: 30%;
}
.sec-voice .inner-blk .voice-list .splide__slide .voice-item {
  width: 100%;
  height: 100%;
  padding: 3.4rem 2.4rem 2.4rem;
  text-align: center;
  border: #F05B9E 0.4rem solid;
  border-radius: 1rem;
  background-color: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}
.sec-voice .inner-blk .voice-list .splide__slide .voice-item .voice-item__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 2rem 0.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  border-radius: 0 0 1rem 0;
  background-color: #F05B9E;
}
.sec-voice .inner-blk .voice-list .splide__slide .voice-item img {
  width: 16rem;
  margin-bottom: 2.4rem;
}
.sec-voice .inner-blk .voice-list .splide__slide .voice-item h4 {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.sec-voice .inner-blk .voice-list .splide__slide .voice-item p {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
}
.sec-voice .inner-blk .voice-list .splide__pagination {
  bottom: -4.5em;
}
.sec-voice .inner-blk .voice-list .splide__pagination .splide__pagination__page {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.4rem;
  background-color: #ccc;
  border-radius: 50%;
}
.sec-voice .inner-blk .voice-list .splide__pagination .splide__pagination__page.is-active {
  background-color: #F05B9E;
  opacity: 1;
  transform: scale(1);
}
.sec-voice .inner-blk .voice-list .splide__arrow {
  z-index: 1;
  left: -6.5rem;
  width: 5rem;
  height: 5rem;
  background-color: #F05B9E;
}
.sec-voice .inner-blk .voice-list .splide__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%) rotate(45deg);
  width: 1.4rem;
  height: 1.4rem;
  border-left: #fff 0.3rem solid;
  border-bottom: #fff 0.3rem solid;
}
.sec-voice .inner-blk .voice-list .splide__arrow svg {
  display: none;
}
.sec-voice .inner-blk .voice-list .splide__arrow.splide__arrow--next {
  left: unset;
  right: -6.5rem;
}
.sec-voice .inner-blk .voice-list .splide__arrow.splide__arrow--next::before {
  transform: translate(-75%, -50%) rotate(-135deg);
}
@media (max-width: 767px) {
  .sec-voice {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .sec-voice .inner-blk {
    box-sizing: border-box;
    width: 100%;
    max-width: calc(1120px + 2rem + 2rem);
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4.4rem;
    padding-bottom: 6rem;
  }
  .sec-voice .inner-blk h2 {
    column-gap: 1rem;
    margin-bottom: 2.6rem;
    font-size: 2.8rem;
  }
  .sec-voice .inner-blk h2 img {
    width: 3.75rem;
    height: 3.75rem;
  }
  .sec-voice .inner-blk .voice-list .splide__pagination {
    bottom: -3.2em;
  }
  .sec-voice .inner-blk .voice-list .splide__slide {
    width: 100%;
  }
  .sec-voice .inner-blk .voice-list .splide__slide .voice-item {
    width: auto;
  }
  .sec-voice .inner-blk .voice-list .splide__slide .voice-item img {
    width: 12rem;
  }
  .sec-voice .inner-blk .voice-list .splide__slide .voice-item h4 {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
  .sec-voice .inner-blk .voice-list .splide__slide .voice-item p {
    font-size: 1.6rem;
  }
  .sec-voice .inner-blk .voice-list .splide__arrow {
    left: -1.5rem;
  }
  .sec-voice .inner-blk .voice-list .splide__arrow.splide__arrow--next {
    right: -1.5rem;
  }
}

/*-----------------------------------
 お申し込みにあたって
-----------------------------------*/
.sec-application .inner-blk {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(1120px + 2rem + 2rem);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.sec-application .inner-blk h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
  margin-bottom: 4rem;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #AE842B;
}
.sec-application .inner-blk h2 img {
  width: 8rem;
  height: 8.3rem;
}
.sec-application .inner-blk .application-content {
  padding: 6.4rem 8rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.sec-application .inner-blk .application-content .application-heading {
  margin-bottom: 2.8rem;
  padding: 1rem 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #F05B9E;
  border-radius: 5rem;
}
.sec-application .inner-blk .application-content .blk-1 {
  margin-bottom: 4rem;
}
.sec-application .inner-blk .application-content .blk-1 > small {
  display: block;
  margin-bottom: 10rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.sec-application .inner-blk .application-content .blk-1 .application-step {
  position: relative;
  padding: 4rem 4rem;
  background-color: #F0E8DE;
}
.sec-application .inner-blk .application-content .blk-1 .application-step:not(:last-child) {
  margin-bottom: 8.8rem;
}
.sec-application .inner-blk .application-content .blk-1 .application-step .step-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 10rem;
  font-family: "poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #F05B9E;
  text-align: center;
}
.sec-application .inner-blk .application-content .blk-1 .application-step .step-title::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12rem;
  height: 8rem;
  background: #3498db;
  border-radius: 10rem 10rem 0 0;
  background-color: #F0E8DE;
}
.sec-application .inner-blk .application-content .blk-1 .application-step .step-title span {
  font-size: 4rem;
}
.sec-application .inner-blk .application-content .blk-1 .application-step > h4 {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
.sec-application .inner-blk .application-content .blk-1 .application-step > p {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.sec-application .inner-blk .application-content .blk-1 .application-step > a.link-btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 1rem 3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #F05B9E;
  background-color: rgba(255, 255, 255, 0.5333333333);
  border: #F05B9E 0.2rem solid;
  border-radius: 3rem;
}
.sec-application .inner-blk .application-content .blk-1 .application-step > a.link-btn img {
  width: 3rem;
  height: 3rem;
  margin-left: 1.6rem;
}
.sec-application .inner-blk .application-content .blk-1 .application-step a.panel-smart-life {
  display: block;
  margin-bottom: 1.6rem;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .sec-application .inner-blk .application-content .blk-1 .application-step a.panel-smart-life:hover:hover {
    opacity: 0.8;
  }
}
.sec-application .inner-blk .application-content .blk-1 .application-step > small {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
}
.sec-application .inner-blk .application-content .blk-1 .application-step .panel-life-simulation {
  margin-bottom: 1.6rem;
}
.sec-application .inner-blk .application-content .blk-1 .application-step .panel-life-simulation li {
  display: flex;
  column-gap: 4rem;
  padding: 1.6rem 1.6rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.5333333333);
}
.sec-application .inner-blk .application-content .blk-1 .application-step .panel-life-simulation li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.sec-application .inner-blk .application-content .blk-1 .application-step .panel-life-simulation li > figure.left {
  width: 25.4716981132%;
  cursor: pointer;
}
.sec-application .inner-blk .application-content .blk-1 .application-step .panel-life-simulation li > figure.left figcaption {
  margin-top: 0.5rem;
  font-size: 1.1rem;
}
.sec-application .inner-blk .application-content .blk-1 .application-step .panel-life-simulation li > div.right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 1rem;
  width: 69.8113207547%;
}
.sec-application .inner-blk .application-content .blk-1 .application-step .panel-life-simulation li > div.right h5 {
  font-size: 2.4rem;
  line-height: 1.8;
}
.sec-application .inner-blk .application-content .blk-1 .application-step .panel-life-simulation li > div.right p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.sec-application .inner-blk .application-content .blk-1 .application-step .things ul {
  background-color: #fff;
}
.sec-application .inner-blk .application-content .blk-1 .open-btn {
  width: fit-content;
  margin: 0 auto 10rem;
  padding: 1rem 3rem;
  font-size: 2rem;
  border: #2F2A28 0.4rem solid;
  border-radius: 5rem;
  cursor: pointer;
}
.sec-application .inner-blk .application-content .blk-1 .open-btn img {
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
}
.sec-application .inner-blk .application-content .blk-2 .application-heading {
  margin-bottom: 1.2rem;
}
.sec-application .inner-blk .application-content .blk-2 h4 {
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.sec-application .inner-blk .application-content .things {
  margin-top: 3.2rem;
}
.sec-application .inner-blk .application-content .things h4 {
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.sec-application .inner-blk .application-content .things h5 {
  width: fit-content;
  padding: 1.2rem 2.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  background-color: #666666;
}
.sec-application .inner-blk .application-content .things ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 2rem;
  padding: 2.4rem;
  background-color: #EEEEEE;
}
.sec-application .inner-blk .application-content .things ul li {
  display: flex;
  align-items: center;
  width: calc(50% - 1rem);
  font-size: 1.8rem;
  list-style-type: none;
}
.sec-application .inner-blk .application-content .things ul li .check-mark {
  position: relative;
  display: inline-block;
  width: 2.7rem;
  height: 2.74rem;
  margin-right: 1.6rem;
  background-color: #F05B9E;
  border-radius: 0.4rem;
}
.sec-application .inner-blk .application-content .things ul li .check-mark::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%) rotate(-45deg);
  width: 1.2rem;
  height: 0.8rem;
  border-left: 0.35rem solid #fff;
  border-bottom: 0.35rem solid #fff;
}
@media (max-width: 767px) {
  .sec-application .inner-blk {
    box-sizing: border-box;
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding: 6.4rem 2.4rem;
    background-color: #fff;
  }
  .sec-application .inner-blk h2 {
    flex-direction: column;
    row-gap: 1rem;
    margin-bottom: 5rem;
    font-size: 2.8rem;
  }
  .sec-application .inner-blk h2 img {
    width: 5.5rem;
    height: 5.5rem;
  }
  .sec-application .inner-blk .application-content {
    padding: 0;
    box-shadow: none;
    background-color: #fff;
  }
  .sec-application .inner-blk .application-content .application-heading {
    margin-bottom: 2rem;
    padding: 0.8rem 1rem;
    font-size: 1.6rem;
  }
  .sec-application .inner-blk .application-content .blk-1 {
    margin-bottom: 4rem;
  }
  .sec-application .inner-blk .application-content .blk-1 > small {
    margin-bottom: 8rem;
    font-size: 1.6rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step {
    padding: 2.4rem 1.6rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step:not(:last-child) {
    margin-bottom: 5rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step .step-title {
    width: 10rem;
    font-size: 1.2rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step .step-title::before {
    width: 8rem;
    height: 5rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step .step-title span {
    font-size: 3rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step > h4 {
    margin-bottom: 1.6rem;
    font-size: 1.55rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step > p {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step > a.link-btn {
    padding: 0.8rem 1rem;
    font-size: 1.3rem;
    border-radius: 2rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step > a.link-btn img {
    width: 2rem;
    height: 2rem;
    margin-left: 0.6rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step a.panel-smart-life {
    margin-bottom: 1.6rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step > small {
    font-size: 1.4rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step .panel-life-simulation {
    margin-bottom: 1.6rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step .panel-life-simulation li {
    flex-direction: column;
    row-gap: 1.6rem;
    padding: 1.6rem 1.4rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step .panel-life-simulation li > figure.left {
    width: 100%;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step .panel-life-simulation li > div.right {
    row-gap: 1rem;
    width: 100%;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step .panel-life-simulation li > div.right h5 {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step .panel-life-simulation li > div.right p {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step .things h4 {
    font-size: 1.95rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step .things ul li {
    width: 100%;
    font-size: 1.4rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .application-step .things ul li span {
    flex: 0 0 1.8em;
    margin-right: 1rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .open-btn {
    margin: 0 auto 7rem;
    padding: 0.6rem 3rem 0.8rem;
    font-size: 1.6rem;
    border-radius: 4rem;
    border-width: 0.2rem;
  }
  .sec-application .inner-blk .application-content .blk-1 .open-btn img {
    width: 2rem;
    height: 2rem;
    margin-left: 0.6rem;
  }
  .sec-application .inner-blk .application-content .blk-2 .application-heading {
    margin-bottom: 2rem;
  }
  .sec-application .inner-blk .application-content .blk-2 h4 {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .sec-application .inner-blk .application-content .blk-2 .things {
    margin-top: 3.2rem;
  }
  .sec-application .inner-blk .application-content .blk-2 .things h5 {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
  }
  .sec-application .inner-blk .application-content .blk-2 .things ul {
    column-gap: 1rem;
    row-gap: 1.2rem;
    padding: 2.8rem;
  }
  .sec-application .inner-blk .application-content .blk-2 .things ul li {
    width: 100%;
    font-size: 1.4rem;
  }
  .sec-application .inner-blk .application-content .blk-2 .things ul li .check-mark {
    flex: 0 0 1.8em;
    width: 2.2rem;
    height: 2.4rem;
    margin-right: 1rem;
  }
  .sec-application .inner-blk .application-content .blk-2 .things ul li .check-mark::after {
    width: 1rem;
    height: 0.7rem;
    border-left: 0.35rem solid #fff;
    border-bottom: 0.35rem solid #fff;
  }
}

/*-----------------------------------
 耳寄り情報
-----------------------------------*/
.sec-info {
  position: relative;
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
  background-color: #F0E8DE;
  position: relative;
  position: relative;
}
.sec-info::before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sec-info::before {
    height: 1.2rem;
    background-image: url("../img/parts-wave-sp.png");
    background-size: 100% 100%;
  }
}
@media (min-width: 768px) {
  .sec-info::before {
    height: 4.8rem;
    background-image: url("../img/parts-wave.png");
    background-size: 100% 100%;
  }
}
.sec-info::before {
  top: 0;
  bottom: unset;
  transform: translateY(-100%) scale(1, -1);
}
.sec-info::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .sec-info::after {
    height: 1.2rem;
    background-image: url("../img/parts-wave-sp.png");
  }
}
@media (min-width: 768px) {
  .sec-info::after {
    height: 4.8rem;
    background-image: url("../img/parts-wave.png");
  }
}
.sec-info .inner-blk {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(1120px + 2rem + 2rem);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.sec-info .inner-blk h2.sec-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 4rem;
  padding: 1.5rem 3.2rem 1.6rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  color: #F05B9E;
  background-color: #fff;
  border-radius: 5rem;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
}
.sec-info .inner-blk h2.sec-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 98%);
  width: 1.8rem;
  height: 1.2rem;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.sec-info .inner-blk p.sec-text {
  margin-bottom: 9rem;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.8;
}
.sec-info .inner-blk p.sec-text span {
  font-weight: 700;
}
.sec-info .inner-blk .sec-main {
  position: relative;
  margin-bottom: 4rem;
  padding: 4rem 4rem;
  background-color: #fff;
  border: #EF8200 0.2rem solid;
  border-radius: 0 1rem 1rem 1rem;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
}
.sec-info .inner-blk .sec-main .sticky {
  position: absolute;
  top: 0;
  left: -0.2rem;
  transform: translateY(-100%);
  padding: 1.6rem 3.4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: #EF8200;
}
.sec-info .inner-blk .sec-main .main-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6.4rem;
}
.sec-info .inner-blk .sec-main .main-title h3 {
  margin-right: 1rem;
  padding: 0.6rem 1.6rem 0.7rem;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 4rem;
  background-color: #FFEED9;
}
.sec-info .inner-blk .sec-main .main-title p {
  font-size: 3.2rem;
  font-weight: 700;
}
.sec-info .inner-blk .sec-main .main-title p > span:nth-of-type(1) {
  margin-left: 1.4rem;
  margin-right: 1rem;
  font-family: "poppins", sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
  color: #EF8200;
}
.sec-info .inner-blk .sec-main .main-title p > span:nth-of-type(1) span {
  font-size: 3.2rem;
}
.sec-info .inner-blk .sec-main .main-title p > span:nth-of-type(2) {
  font-size: 1.8rem;
  font-weight: 400;
}
.sec-info .inner-blk .sec-main .main-items {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sec-info .inner-blk .sec-main .main-items .main-item {
  position: relative;
  width: 32.3076923077%;
  border: #F05B9E 0.2rem solid;
  border-radius: 0.5rem;
}
.sec-info .inner-blk .sec-main .main-items .main-item a {
  display: block;
  padding: 4rem 2.4rem 2.4rem;
}
.sec-info .inner-blk .sec-main .main-items .main-item a h4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 4rem;
  background-color: #F05B9E;
}
.sec-info .inner-blk .sec-main .main-items .main-item a img {
  margin-bottom: 1.6rem;
}
.sec-info .inner-blk .sec-main .main-items .main-item a p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
.sec-info .inner-blk .sec-main .main-items .main-item a > span {
  display: block;
  width: 100%;
  margin-top: 0.6rem;
  text-align: center;
}
.sec-info .inner-blk .sec-main .main-items .main-item a > span img {
  width: 3rem;
  height: 3rem;
}
.sec-info .inner-blk .sec-main .main-items > small {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.sec-info .inner-blk .sec-main > small {
  display: block;
  margin: 3rem auto 3rem;
  font-size: 1.8rem;
  text-align: center;
}
.sec-info .inner-blk .sec-main .interest-rate {
  margin-top: 8rem;
  padding: 4rem 4rem;
  background-color: #FAFAFA;
}
.sec-info .inner-blk .sec-main .interest-rate h3 {
  width: fit-content;
  margin: 0 auto 4rem;
  padding: 0.8rem 4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #2F2A28;
  border-radius: 5rem;
}
.sec-info .inner-blk .sec-main .interest-rate .interest-items {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
  list-style: none;
  font-size: 2.4rem;
  font-weight: 700;
}
.sec-info .inner-blk .sec-main .interest-rate .interest-items li:nth-of-type(1) {
  padding-right: 8rem;
  border-right: 0.15rem solid #333;
}
.sec-info .inner-blk .sec-main .interest-rate .interest-items li:nth-of-type(2) {
  padding-left: 8rem;
}
.sec-info .inner-blk .sec-main .interest-rate .interest-items li {
  text-align: center;
}
.sec-info .inner-blk .sec-main .interest-rate .interest-items li span {
  font-size: 4rem;
  color: #EF8200;
}
.sec-info .inner-blk .sec-main .interest-rate .formula {
  display: flex;
  align-items: center;
  column-gap: 4rem;
  margin-bottom: 4rem;
}
.sec-info .inner-blk .sec-main .interest-rate .formula h4 {
  padding: 1.4rem 2rem;
  font-size: 2rem;
  border: 0.1rem solid #333;
  border-radius: 0.6rem;
}
.sec-info .inner-blk .sec-main .interest-rate .formula > div {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
}
.sec-info .inner-blk .sec-main .interest-rate .note-2 li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  list-style-type: none;
}
.sec-info .inner-blk .sec-main .interest-rate .note-2 li a {
  color: #006680;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.sec-info .inner-blk .note {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-info {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .sec-info .inner-blk {
    box-sizing: border-box;
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding: 4rem 2.4rem;
  }
  .sec-info .inner-blk h2.sec-title {
    margin-bottom: 3.2rem;
    font-size: 2.4rem;
  }
  .sec-info .inner-blk p.sec-text {
    margin-bottom: 6rem;
    font-size: 1.6rem;
  }
  .sec-info .inner-blk .sec-main {
    padding: 3.2rem 1.6rem;
  }
  .sec-info .inner-blk .sec-main .sticky {
    top: 0;
    left: -0.2rem;
    padding: 0.6rem 2rem;
    font-size: 2rem;
  }
  .sec-info .inner-blk .sec-main .main-title {
    flex-direction: column;
    margin-bottom: 5rem;
  }
  .sec-info .inner-blk .sec-main .main-title h3 {
    margin-right: 0.6rem;
    padding: 0.5rem 1rem 0.6rem;
    font-size: 1.6rem;
    border-radius: 4rem;
  }
  .sec-info .inner-blk .sec-main .main-title p {
    font-size: 3.2rem;
  }
  .sec-info .inner-blk .sec-main .main-title p > span:nth-of-type(1) {
    margin-left: 1.4rem;
    margin-right: 1rem;
    font-size: 6.4rem;
  }
  .sec-info .inner-blk .sec-main .main-title p > span:nth-of-type(1) span {
    font-size: 3.2rem;
  }
  .sec-info .inner-blk .sec-main .main-title p > span:nth-of-type(2) {
    display: block;
    margin-top: -1rem;
    text-align: center;
  }
  .sec-info .inner-blk .sec-main .main-items {
    flex-wrap: wrap;
    row-gap: 4rem;
  }
  .sec-info .inner-blk .sec-main .main-items .main-item {
    width: 100%;
  }
  .sec-info .inner-blk .sec-main .main-items .main-item a {
    padding: 3.2rem 1.6rem 2.4rem;
  }
  .sec-info .inner-blk .sec-main .main-items .main-item a h4 {
    width: 22rem;
    padding: 0.7rem 1rem;
    font-size: 1.6rem;
  }
  .sec-info .inner-blk .sec-main .main-items .main-item a img {
    margin-bottom: 1.6rem;
  }
  .sec-info .inner-blk .sec-main .main-items .main-item a p {
    height: auto;
    font-size: 1.6rem;
  }
  .sec-info .inner-blk .sec-main .main-items > small {
    bottom: -5.2rem;
    width: 100%;
    font-size: 1.4rem;
  }
  .sec-info .inner-blk .sec-main > small {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .sec-info .inner-blk .sec-main .interest-rate {
    margin-top: 10rem;
    padding: 2.6rem 1.2rem;
  }
  .sec-info .inner-blk .sec-main .interest-rate h3 {
    width: 100%;
    margin: 0 auto 2rem;
    padding: 0.8rem 1rem;
    font-size: 1.6rem;
    border-radius: 2rem;
    text-align: center;
  }
  .sec-info .inner-blk .sec-main .interest-rate .interest-items {
    flex-direction: column;
    margin-bottom: 3.2rem;
    font-size: 2rem;
  }
  .sec-info .inner-blk .sec-main .interest-rate .interest-items li:nth-of-type(1) {
    padding-right: 0;
    padding-bottom: 2rem;
    border-right: none;
    border-bottom: 0.15rem solid #333;
  }
  .sec-info .inner-blk .sec-main .interest-rate .interest-items li:nth-of-type(2) {
    padding-left: 0;
    padding-top: 2rem;
  }
  .sec-info .inner-blk .sec-main .interest-rate .interest-items li span {
    font-size: 3rem;
  }
  .sec-info .inner-blk .sec-main .interest-rate .formula {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .sec-info .inner-blk .sec-main .interest-rate .formula h4 {
    margin-bottom: 1.4rem;
    padding: 1rem 1.6rem;
    font-size: 1.7rem;
    text-align: center;
  }
  .sec-info .inner-blk .sec-main .interest-rate .formula > div {
    font-size: 1.4rem;
    line-height: 1.8;
    row-gap: 0.8rem;
    text-align: center;
  }
  .sec-info .inner-blk .sec-main .interest-rate .note-2 li {
    font-size: 1.4rem;
  }
  .sec-info .inner-blk .note {
    width: 105%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.55rem;
    line-height: 1.85;
  }
}

/*-----------------------------------
 FAQ
-----------------------------------*/
.sec-faq {
  position: relative;
}
.sec-faq .inner-blk {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(1120px + 2rem + 2rem);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 14rem;
  padding-bottom: 8rem;
}
.sec-faq .inner-blk .sec-title {
  position: relative;
  margin-bottom: 4rem;
  font-size: 5.2rem;
  font-weight: 700;
  color: #AE842B;
  text-align: center;
}
.sec-faq .inner-blk .sec-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 23rem;
  height: 4.9rem;
  background: url("/-/media/tb/personal/blind/lp/birthday/assets/img/parts-birthday-plan.png") no-repeat center 100%/contain;
}
.sec-faq .inner-blk .sec-title img {
  width: 6rem;
  height: 7.7rem;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item {
  list-style: none;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item:not(:last-child) {
  margin-bottom: 2.4rem;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item h3, .sec-faq .inner-blk .sec-main .faq-items .faq-item > div {
  padding: 1.2rem 2.4rem;
  font-size: 2.4rem;
  background-color: #fff;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item h3.q a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item h3.q a .q-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-right: 2rem;
  font-family: "poppins", sans-serif;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 50%;
  background-color: #F05B9E;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item h3.q a .q-link-icon {
  width: 3rem;
  height: 3rem;
  margin-left: auto;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item h3.q .plus-minus {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
  border: #F05B9E 0.3rem solid;
  border-radius: 50%;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item h3.q .plus-minus::before, .sec-faq .inner-blk .sec-main .faq-items .faq-item h3.q .plus-minus::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 0.3rem;
  background-color: #F05B9E;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item h3.q .plus-minus::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.3s ease;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item div.a {
  display: none;
  margin-top: 2.4rem;
  padding: 2.4rem 2.4rem;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item.is-open h3.q .plus-minus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2 {
  background-color: #fff;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2 h3.q {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5rem 2.4rem 5rem;
  filter: none;
  cursor: pointer;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2 h3.q small {
  position: relative;
  top: 0.4rem;
  left: 0.4rem;
  font-size: 1.6rem;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2 div.a {
  margin-top: 0;
  padding-bottom: 4rem;
  font-size: 1.8rem;
  filter: none;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2 div.a span {
  position: relative;
  display: block;
  padding-left: 2.4rem;
  line-height: 1.8;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2 div.a span::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  font-size: 1.8rem;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2 div.a small {
  display: block;
  margin-top: 0.8rem;
  margin-left: 2.5rem;
  padding-left: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.65;
  text-indent: -2.5em;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2.invest-course .a > div:not(:last-child) {
  margin-bottom: 2rem;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2.invest-course .a > div h4 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2.invest-course .a > div ul li {
  position: relative;
  margin-left: 1rem;
  padding-left: 1.6em;
  list-style-type: none;
  line-height: 1.8;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2.invest-course .a > div ul li a {
  color: #006680;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2.invest-course .a > div ul.disc-list li::before {
  position: absolute;
  content: "";
  top: 1em;
  left: 0.3em;
  transform: translateY(-50%);
  width: 0.4em;
  height: 0.4em;
  background-color: #333;
  border-radius: 50%;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2:not(.invest-course) {
  margin-top: 10rem;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 > p:nth-of-type(1) {
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 > p:nth-of-type(1) a {
  color: #006680;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 > p:nth-of-type(2) {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 > p:nth-of-type(2) span {
  font-weight: 700;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 .table {
  width: 38rem;
  margin-bottom: 2rem;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 .table ul {
  border: #333 0.1rem solid;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 .table ul li {
  display: flex;
  font-size: 1.8rem;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 .table ul li:not(:last-child) {
  border-bottom: #333 0.1rem solid;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 .table ul li:first-child {
  background-color: #3399cc;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 .table ul li:first-child p {
  color: #fff;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 .table ul li p {
  padding: 1.2rem 1.6rem;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 .table ul li p:nth-of-type(1) {
  width: 30%;
  border-right: #333 0.1rem solid;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 .table ul li p:nth-of-type(2) {
  width: 70%;
  font-weight: 400;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 small {
  display: block;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding-left: 3em;
  font-size: 1.6rem;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-2 p, .sec-faq .inner-blk .sec-main .faq-items .faq-item .a-3 p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .a-2 p a, .sec-faq .inner-blk .sec-main .faq-items .faq-item .a-3 p a {
  color: #006680;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .reserve-link {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
.sec-faq .inner-blk .sec-main .faq-items .faq-item .reserve-link a {
  color: #006680;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.sec-faq .inner-blk .sec-main .faq-items .link-text {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  text-align: center;
}
.sec-faq .inner-blk .sec-main .faq-items .link-text a {
  color: #006680;
  font-weight: 400;
}
.sec-faq .inner-blk .sec-main .faq-items .link-text a img {
  position: relative;
  top: -0.4rem;
  width: 1.8rem;
  height: 1.8rem;
}
@media (max-width: 767px) {
  .sec-faq .inner-blk {
    box-sizing: border-box;
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
  .sec-faq .inner-blk .sec-title {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
  .sec-faq .inner-blk .sec-title::before {
    width: 20rem;
    height: 3.9rem;
  }
  .sec-faq .inner-blk .sec-title img {
    width: 5rem;
    height: 7rem;
    margin-right: 1rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item {
    list-style: none;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item h3, .sec-faq .inner-blk .sec-main .faq-items .faq-item > div {
    padding: 1.2rem 1.2rem;
    font-size: 1.6rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item h3.q a .q-mark {
    flex: 0 0 2em;
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
    font-size: 2rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item h3.q a .q-link-icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 0.6rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item h3.q .plus-minus {
    flex: 0 0 1em;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: auto;
    border-width: 0.2rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item h3.q .plus-minus::before, .sec-faq .inner-blk .sec-main .faq-items .faq-item h3.q .plus-minus::after {
    width: 1.2rem;
    height: 0.2rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item div.a {
    margin-top: 1.6rem;
    padding: 1.2rem 1.2rem;
    font-size: 1.6rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2 h3.q {
    font-size: 1.6rem;
    padding: 2rem 1.2rem 2rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2 h3.q small {
    position: relative;
    top: 0.2rem;
    left: 0.4rem;
    font-size: 1.43rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2 div.a {
    padding-bottom: 4rem;
    font-size: 1.6rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2 div.a span {
    position: relative;
    display: block;
    padding-left: 2.4rem;
    line-height: 1.8;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2 div.a span::before {
    font-size: 1.6rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2 div.a small {
    font-size: 1.4rem;
    margin-left: 1.5rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2.invest-course .a > div:not(:last-child) {
    margin-bottom: 2rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2.invest-course .a > div h4 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2.invest-course .a > div ul li {
    margin-left: 1rem;
    padding-left: 1.6em;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item.faq2.invest-course .a > div:last-of-type small {
    text-indent: -1em;
    padding-left: 1em;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 > p:nth-of-type(1) {
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 > p:nth-of-type(2) {
    font-size: 1.6rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 .table {
    width: auto;
    margin-bottom: 1.4rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 .table ul li {
    font-size: 1.4rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 .table ul li p {
    padding: 1rem 1.6rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item .a-1 small {
    font-size: 1.4rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item .a-2 p, .sec-faq .inner-blk .sec-main .faq-items .faq-item .a-3 p {
    font-size: 1.6rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .faq-item .reserve-link {
    font-size: 1.6rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .link-text {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
  .sec-faq .inner-blk .sec-main .faq-items .link-text a img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/*-----------------------------------
 お問い合わせ
-----------------------------------*/
.sec-contact {
  position: relative;
}
.sec-contact .inner-blk {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(1120px + 2rem + 2rem);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.sec-contact .inner-blk .blk-1 {
  margin-bottom: 6rem;
  padding: 4rem 4rem;
  background-color: #f2f2f2;
}
.sec-contact .inner-blk .blk-1 h3 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  text-align: center;
}
.sec-contact .inner-blk .blk-1 a.tel {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto 2rem;
  font-family: "poppins", sans-serif;
  font-size: 4rem;
  font-weight: 400;
}
.sec-contact .inner-blk .blk-1 a.tel img {
  width: 3.6rem;
  height: 4rem;
  margin-right: 0.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .sec-contact .inner-blk .blk-1 a.tel {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }
}
.sec-contact .inner-blk .blk-1 > p {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  text-align: center;
}
.sec-contact .inner-blk .blk-1 .note {
  width: 60rem;
  margin: 0 auto 4rem;
}
.sec-contact .inner-blk .blk-1 .note p {
  margin-bottom: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 1.6rem;
  line-height: 1.7;
}
.sec-contact .inner-blk .blk-1 .note p:last-child {
  margin-bottom: 0;
}
.sec-contact .inner-blk .blk-1 .link-text {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  text-align: center;
}
.sec-contact .inner-blk .blk-1 .link-text a {
  color: #006680;
  font-weight: 400;
}
.sec-contact .inner-blk .blk-1 .link-text a img {
  position: relative;
  top: -0.4rem;
  width: 1.8rem;
  height: 1.8rem;
}
.sec-contact .inner-blk .blk-2 {
  padding: 4rem 4rem;
  background-color: #f2f2f2;
}
.sec-contact .inner-blk .blk-2 .note-blk:not(:last-child) {
  margin-bottom: 4rem;
}
.sec-contact .inner-blk .blk-2 .note-blk h3 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
}
.sec-contact .inner-blk .blk-2 .note-blk ul {
  margin-bottom: 0;
  font-size: 1.8rem;
}
.sec-contact .inner-blk .blk-2 .note-blk ul li {
  position: relative;
  padding-left: 1.6em;
  list-style-type: none;
  line-height: 1.8;
}
.sec-contact .inner-blk .blk-2 .note-blk ul li a {
  color: #006680;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.sec-contact .inner-blk .blk-2 .note-blk ul.disc-list li::before {
  position: absolute;
  content: "";
  top: 1em;
  left: 0.3em;
  transform: translateY(-50%);
  width: 0.4em;
  height: 0.4em;
  background-color: #333;
  border-radius: 50%;
}
.sec-contact .inner-blk .blk-2 .note-blk ul.mark-list li::before {
  position: absolute;
  content: "";
  top: 0.85em;
  left: 0.1em;
  transform: translateY(-50%);
  width: 1.1em;
  height: 1.1em;
  background-color: #333;
  background: url("/-/media/tb/personal/blind/lp/birthday/assets/img/icon/icon-yellow-ex.png") no-repeat center 100%/contain;
}
.sec-contact .inner-blk .blk-3 {
  padding: 0 4rem 4rem;
  background-color: #f2f2f2;
}
.sec-contact .inner-blk .blk-3 h3 {
  position: relative;
  padding: 1.2rem 2.4rem;
  font-size: 2.4rem;
  border: #333 0.2rem solid;
  cursor: pointer;
}
.sec-contact .inner-blk .blk-3 h3 img {
  position: relative;
  top: -0.3rem;
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 0.6rem;
}
.sec-contact .inner-blk .blk-3 h3::before, .sec-contact .inner-blk .blk-3 h3::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 0.25rem;
  background-color: #333;
}
.sec-contact .inner-blk .blk-3 h3::before {
  transform: translateY(-50%) rotate(90deg);
}
.sec-contact .inner-blk .blk-3 h3.is-open::before {
  transform: translateY(-50%) rotate(0deg);
}
.sec-contact .inner-blk .blk-3 ul {
  padding: 2rem 2.4rem 2.6rem;
  border: #333 0.2rem solid;
  border-top: none;
}
.sec-contact .inner-blk .blk-3 ul li {
  position: relative;
  padding-left: 1.6em;
  list-style-type: none;
  font-size: 1.8rem;
  line-height: 1.7;
}
.sec-contact .inner-blk .blk-3 ul li::before {
  position: absolute;
  content: "";
  top: 1em;
  left: 0.3em;
  transform: translateY(-50%);
  width: 0.4em;
  height: 0.4em;
  background-color: #333;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .sec-contact .inner-blk {
    box-sizing: border-box;
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .sec-contact .inner-blk .blk-1 {
    margin-bottom: 4rem;
    padding: 3rem 2rem;
  }
  .sec-contact .inner-blk .blk-1 h3 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .sec-contact .inner-blk .blk-1 a.tel {
    margin: 0 auto 2rem;
    font-size: 2.8rem;
  }
  .sec-contact .inner-blk .blk-1 a.tel img {
    width: 2.6rem;
    height: 3rem;
    margin-right: 0.4rem;
  }
  .sec-contact .inner-blk .blk-1 > p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .sec-contact .inner-blk .blk-1 .note {
    width: auto;
    margin: 0 auto 2rem;
  }
  .sec-contact .inner-blk .blk-1 .note p {
    margin-bottom: 1rem;
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 1.4rem;
  }
  .sec-contact .inner-blk .blk-1 .link-text {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
  .sec-contact .inner-blk .blk-1 .link-text a img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .sec-contact .inner-blk .blk-2 {
    padding: 3rem 2rem;
  }
  .sec-contact .inner-blk .blk-2 .note-blk:not(:last-child) {
    margin-bottom: 3rem;
  }
  .sec-contact .inner-blk .blk-2 .note-blk h3 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .sec-contact .inner-blk .blk-2 .note-blk ul {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .sec-contact .inner-blk .blk-3 {
    padding: 0 2rem 4rem;
  }
  .sec-contact .inner-blk .blk-3 h3 {
    padding: 1.2rem 1.2rem;
    font-size: 2rem;
  }
  .sec-contact .inner-blk .blk-3 h3 img {
    width: 2.2rem;
    height: 2.2rem;
  }
  .sec-contact .inner-blk .blk-3 h3::before, .sec-contact .inner-blk .blk-3 h3::after {
    width: 2rem;
    height: 0.25rem;
  }
  .sec-contact .inner-blk .blk-3 ul {
    padding: 2rem 1.2rem 2.6rem;
  }
  .sec-contact .inner-blk .blk-3 ul li {
    padding-left: 1em;
    font-size: 1.5em;
  }
  .sec-contact .inner-blk .blk-3 ul li::before {
    top: 1em;
    left: 0em;
    width: 0.4em;
    height: 0.4em;
  }
}