@charset "UTF-8";
header {
  background-color: white;
  width: 100%;
}
header .inner-box {
  width: 1280px;
  margin: 0 auto;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
}

.header-sp {
  display: none;
}

.header-top {
  height: 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #6C6C6C;
}

.header-top p {
  margin-right: auto;
}

.header-top-btn {
  display: flex;
  align-items: center;
}
.header-top-btn ul {
  display: flex;
  padding: 0;
  list-style: none;
}
.header-top-btn ul li {
  margin-left: 10px;
}
.header-top-btn ul .user:first-child {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  margin-top: 26px;
  position: relative;
}
.header-top-btn ul .user:first-child::before {
  content: "";
  background-image: url(../image/header-login-dotted.svg);
  width: 6px;
  height: 6px;
  position: absolute;
  left: -10px;
  top: 4px;
}
.header-top-btn ul .user:first-child a {
  color: #101010;
  text-decoration: underline;
}
.header-top-btn ul .user:first-child a:hover {
  text-decoration: unset;
}

.header-bottom {
  height: 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  position: relative;
}
.header-bottom .header-logo span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.header-bottom .header-nav {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.header-bottom .header-nav ul {
  display: flex;
  padding: 0;
  list-style: none;
}
.header-bottom .header-nav ul li {
  margin-left: 40px;
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.header-bottom .header-nav ul li::after {
  content: "";
  position: absolute;
  background-image: url(../image/header-nav-arrow.svg);
  background-repeat: no-repeat;
  background-size: 74%;
  width: 20px;
  height: 16px;
  background-position-x: 4px;
  background-position-y: 6px;
}
.header-bottom .header-nav ul li a {
  color: #101010;
}
.header-bottom .header-nav ul li:nth-child(2)::after, .header-bottom .header-nav ul li:nth-child(6)::after {
  display: none;
}
.header-bottom .header-nav ul li:nth-child(3), .header-bottom .header-nav ul li:nth-child(7) {
  margin-left: 20px;
}

.header-nav {
  position: relative;
}
.header-nav .list-child {
  display: none;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: absolute;
  left: 0;
  width: 1280px;
  background: white;
  z-index: 1000;
  border-radius: 15px;
  box-shadow: 5px 5px 15px #E0E0E0;
}
.header-nav li:hover .list-child {
  display: block;
  width: 1280px;
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 100%;
}
.header-nav .list-box {
  position: relative;
  width: 100%;
  padding: 2%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.header-nav .list-box section {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 3px #2DB0E3;
}
.header-nav .list-box section h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}
.header-nav .list-box section P {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin: 20px 0;
}
.header-nav .list-box ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  width: 100%;
}
.header-nav .list-box ol li {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  margin-left: 0;
  position: relative;
}
.header-nav .list-box ol li a {
  display: block;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #E0E0E0;
}
.header-nav .list-box ol li a:hover {
  color: #2DB0E3;
  border-bottom: solid 2px #2DB0E3;
  opacity: 1;
}
.header-nav .list-box ol li::after {
  right: 0%;
  top: 30%;
  background-image: url(../image/header-list-box-arrow.svg);
  width: 16px;
  height: 50px;
}
.header-nav .list-box ol li:nth-child(2)::after, .header-nav .list-box ol li:nth-child(5)::after, .header-nav .list-box ol li:nth-child(6)::after {
  display: block;
}
.header-nav .list-box ol li:nth-child(3), .header-nav .list-box ol li:nth-child(7) {
  margin-left: 0px;
}

@media screen and (max-width: 1024px) {
  header {
    width: 100%;
    border-bottom: solid 1px #E0E0E0;
    transition-property: all;
    transition-duration: 0.3s;
  }
  header .inner-box {
    width: 100%;
  }
  header .header-top, header .header-bottom {
    display: none;
  }
  header .header-sp {
    width: 100%;
    padding: 3%;
    padding-bottom: 2.25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-sp .header-logo-sp {
    width: 36%;
  }
  header .header-sp .header-logo-sp img {
    width: 100%;
  }
  header .header-sp .header-nav-sp {
    width: 6.75%;
  }
  header .header-sp .header-nav-sp img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header {
    transition-property: all;
    transition-duration: 0.3s;
  }
  header .header-sp {
    padding: 2%;
    padding-top: 2.5%;
    padding-bottom: 1.5%;
  }
  header .header-sp .header-logo-sp {
    width: 228px;
  }
  header .header-sp .header-logo-sp span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  header .header-sp .header-nav-sp {
    width: 44px;
  }
}

.nav-sp-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}
.nav-sp-menu .nav-sp-menu-header {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: solid 3px #2DB0E3;
}
.nav-sp-menu .nav-sp-menu-header .logo {
  flex: 2;
}
.nav-sp-menu .nav-sp-menu-header .logo img {
  width: 228px;
}
.nav-sp-menu .nav-sp-menu-header .close-btn {
  text-align: right;
  margin-right: 2%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  position: relative;
}
.nav-sp-menu .nav-sp-menu-header .close-btn a {
  display: block;
  font-size: 24px;
  position: absolute;
  color: #101010;
  right: 2%;
}
.nav-sp-menu ol {
  width: 100%;
  margin-top: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.nav-sp-menu ol li a {
  display: block;
  color: #101010;
}
.nav-sp-menu .list-base {
  border: solid 1px #E0E0E0;
  border-radius: 5px;
  margin: 10px 0;
  font-size: 16px;
  position: relative;
  background-color: white;
}
.nav-sp-menu .list-base a {
  display: block;
  padding: 20px 10px;
}
.nav-sp-menu .list-base::after {
  content: "";
  position: absolute;
  background-image: url(../image/header-list-box-arrow.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  width: 16px;
  height: 18px;
  right: 2%;
  top: 40%;
}
.nav-sp-menu .list-cta .list-cta-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px !important;
}
.nav-sp-menu .list-cta .list-cta-section img {
  width: 100%;
}
.nav-sp-menu .list-service {
  margin: 30px 0;
  position: relative;
}
.nav-sp-menu .list-service p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  border-bottom: solid 3px #2DB0E3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.nav-sp-menu .list-service ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: white;
  border: solid 1px #E0E0E0;
  border-radius: 5px;
  width: 100%;
}
.nav-sp-menu .list-service ol li {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
  background-image: url(../image/header-list-box-arrow.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position-x: 95%;
  background-position-y: 45%;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.nav-sp-menu .list-service ol li:nth-child(-n+2) {
  border-top: 1px solid #ccc;
}
.nav-sp-menu .list-service ol li:nth-child(odd) {
  border-left: unset;
}
.nav-sp-menu .list-service ol li:nth-child(even) {
  border-right: unset;
}
.nav-sp-menu .list-service ol li:nth-child(-n+2) {
  border-top: 1px solid #ccc;
}
.nav-sp-menu .list-service ol li:nth-child(1), .nav-sp-menu .list-service ol li:nth-child(2) {
  border-top: unset;
}
.nav-sp-menu .list-service ol li:nth-child(9), .nav-sp-menu .list-service ol li:nth-child(10) {
  border-bottom: unset;
}
.nav-sp-menu .list-service ol li a {
  display: block;
  padding: 20px 10px;
  width: 100%;
}
.nav-sp-menu .list-toggle dl {
  border: solid 1px #E0E0E0;
  border-radius: 5px;
  margin: 10px 0;
  font-size: 16px;
  position: relative;
  background-color: white;
  cursor: pointer; /* クリック可能であることを示す */
}
.nav-sp-menu .list-toggle dl dt {
  position: relative;
}
.nav-sp-menu .list-toggle dl dt a {
  display: block;
  padding: 20px 10px;
}
.nav-sp-menu .list-toggle dl dt::after {
  content: "";
  position: absolute;
  background-image: url(../image/sp-nav-toggle.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 18px;
  right: 2%;
  top: 20px;
}
.nav-sp-menu .list-toggle dl .active::after {
  background-image: url(../image/sp-nav-toggle-close.svg);
}
.nav-sp-menu .list-toggle dl:nth-child(5) dt::after, .nav-sp-menu .list-toggle dl:nth-child(1) dt::after {
  background-image: url(../image/header-list-box-arrow.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  width: 16px;
  height: 18px;
  right: 1.5%;
  top: 40%;
}
.nav-sp-menu .list-toggle .toggle-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.nav-sp-menu .list-toggle .toggle-content ol {
  padding: 2%;
  padding-top: 0;
  margin: 0;
}
.nav-sp-menu .list-toggle .toggle-content ol li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #E0E0E0;
  padding-left: 20px;
  position: relative;
}
.nav-sp-menu .list-toggle .toggle-content ol li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  color: #2DB0E3;
}
.nav-sp-menu .list-toggle .toggle-content ol li:last-child {
  border-bottom: unset;
}
.nav-sp-menu .list-toggle .toggle-content.active {
  display: block;
}
.nav-sp-menu .list-toggle .active {
  display: block; /* ddがアクティブなときに表示 */
}
.nav-sp-menu .list-toggle .toggle-content.active {
  max-height: 1500px; /* 要素の内容に応じて十分な高さを設定 */
}

.nav-sp-menu.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
  width: 100%;
  padding: 2%;
  display: block;
  left: 0;
  bottom: 0;
  background-color: rgba(249, 254, 255, 0.781);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); /* バックグラウンドのボケ効果 */
  opacity: 1;
  transform: translateY(0);
  overflow-y: scroll;
  padding-bottom: 150px;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.pc-show {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-show {
    display: none;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-show {
    display: block;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

footer {
  border-top: solid 1px #E0E0E0;
}

.footer-top {
  width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.footer-top .footer-left .footer-logo {
  margin-bottom: 55px;
}
.footer-top .footer-left dl, .footer-top .footer-left dl a {
  font-size: 14px;
  line-height: 16px;
  color: #6C6C6C;
}
.footer-top .footer-left dl {
  margin-bottom: 20px;
}
.footer-top .footer-left dl:last-child {
  margin-bottom: unset;
}
.footer-top .footer-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-top .footer-right .footer-nav {
  margin-right: 60px;
}
.footer-top .footer-right .footer-nav:first-child {
  width: 180px;
}
.footer-top .footer-right .footer-nav:nth-child(2) {
  width: 145px;
}
.footer-top .footer-right .footer-nav:nth-child(2) {
  width: 140px;
}
.footer-top .footer-right .footer-nav:last-child {
  width: 180px;
  margin-right: unset;
}
.footer-top .footer-right dl {
  margin-bottom: 44px;
}
.footer-top .footer-right dl:last-child {
  margin-bottom: unset;
}
.footer-top .footer-right dt {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
.footer-top .footer-right dt a {
  font-size: 16px;
  font-weight: bold;
  color: #064599;
}
.footer-top .footer-right dt::before {
  content: "";
  width: 18px;
  height: 20px;
  position: absolute;
  background-image: url(../image/footer-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}
.footer-top .footer-right dd {
  left: 10px;
  position: relative;
}
.footer-top .footer-right dd a {
  font-size: 12px;
  line-height: 16px;
  color: #101010;
}
.footer-top .footer-right dd::before {
  content: "-";
  font-size: 12px;
  position: absolute;
  left: -10px;
  top: 3px;
}

.footer-bottom {
  height: 60px;
  text-align: center;
  width: 100%;
  border-top: solid 1px #E0E0E0;
  line-height: 60px;
}
.footer-bottom p {
  font-size: 12px;
  color: #6C6C6C;
}

footer .footer-nav-sp {
  display: none;
}
footer .footer-nav-sp dd {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, max-height 0.5s ease-out, visibility 0.5s;
}
footer .footer-nav-sp dd.active {
  opacity: 1;
  max-height: 1500px;
  visibility: visible;
}
footer .footer-bottom-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  footer {
    transition-property: all;
    transition-duration: 0.3s;
  }
  footer .footer-nav-sp {
    display: block;
  }
  footer .footer-nav-sp dl {
    border-top: solid 1px #E0E0E0;
  }
  footer .footer-nav-sp dl:last-child {
    border-bottom: solid 1px #E0E0E0;
  }
  footer .footer-nav-sp dl dt a {
    color: #064599;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    display: block;
    padding: 3%;
    background-image: url(../image/footer-nav-aroow-sp.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position-x: 97%;
    background-position-y: 50%;
  }
  footer .footer-nav-sp dl dt a.active-arrow {
    background-image: url(../image/footer-nav-aroow-close-sp.svg);
  }
  footer .footer-nav-sp dl:nth-child(2) a, footer .footer-nav-sp dl:nth-child(6) a, footer .footer-nav-sp dl:last-child a {
    background-image: unset;
  }
  footer .footer-nav-sp ul {
    margin: 1.5% 3%;
  }
  footer .footer-nav-sp ul li {
    border-bottom: solid 1px #E0E0E0;
    width: 100%;
    padding-left: 3%;
    position: relative;
  }
  footer .footer-nav-sp ul li::before {
    content: "-";
    display: #064599;
    font-size: 21px;
    left: 0;
    top: 38%;
    position: absolute;
  }
  footer .footer-nav-sp ul li:last-child {
    border-bottom: unset;
  }
  footer .footer-nav-sp ul li a {
    color: #101010;
    display: block;
    font-size: 21px;
    padding: 22.5px 0;
  }
  footer .footer-top, footer .fooer-bottom {
    display: none;
  }
  footer .footer-bottom-sp {
    display: block;
    padding: 0 3%;
    margin-bottom: 90px;
  }
  footer .footer-bottom-sp .footer-logo {
    text-align: center;
    margin: 90px auto;
  }
  footer .footer-bottom-sp .footer-logo img {
    width: 390px;
  }
  footer .footer-bottom-sp dl {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #6C6C6C;
    margin-bottom: 30px;
  }
  footer .footer-bottom-sp dl:last-child {
    margin-bottom: 0;
  }
  footer .footer-bottom-sp dl a {
    color: #6C6C6C;
  }
  footer .footer-bottom {
    height: 90px;
    line-height: 90px;
  }
  footer .footer-bottom p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    transition-property: all;
    transition-duration: 0.3s;
  }
  footer .footer-nav-sp dl dt a {
    font-size: 16px;
    padding: 4%;
    background-size: 18px;
    background-position-x: 96%;
  }
  footer .footer-nav-sp ul {
    margin: 1% 4%;
  }
  footer .footer-nav-sp ul li {
    padding-left: 2%;
  }
  footer .footer-nav-sp ul li::before {
    font-size: 14px;
  }
  footer .footer-nav-sp ul li a {
    font-size: 14px;
    padding: 15px 0;
  }
  footer .footer-bottom-sp {
    display: block;
    padding: 0 2%;
    margin-bottom: 60px;
  }
  footer .footer-bottom-sp .footer-logo {
    margin: 60px auto;
  }
  footer .footer-bottom-sp .footer-logo img {
    width: 260px;
  }
  footer .footer-bottom-sp dl {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  footer .footer-bottom {
    height: 60px;
    line-height: 60px;
  }
  footer .footer-bottom p {
    font-size: 12px;
  }
}

/*
* footer cta auto追尾
*/
.sp-cta-auto {
  display: none;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sp-cta-auto {
    display: block;
    position: fixed;
    bottom: 15px;
    padding: 2%;
    z-index: 500;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .sp-cta-auto ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .sp-cta-auto ol li img {
    width: 100%;
  }
}

.area-footer {
  padding: 2%;
  border-top: 1px solid #E0E0E0;
}
.area-footer .inner-wrap {
  margin: 0 auto;
  max-width: 1280px;
}
.area-footer ol {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.area-footer ol:last-child {
  margin-bottom: 0;
}
.area-footer a {
  color: #101010;
}
.area-footer li {
  display: list-item;
  padding-left: 10px;
  color: rgb(91, 91, 91);
  font-size: 10px;
  line-height: 14px;
}
.area-footer li a {
  color: rgb(91, 91, 91);
}
.area-footer h3 {
  font-size: 12px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
}

.banner-area {
  width: 1280px;
  margin: 0 auto;
  padding: 65px 0;
}
.banner-area ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}
.banner-area ol li a {
  display: block;
  text-align: center;
}
.banner-area ol li a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .banner-area {
    padding: 9.6% 4.8%;
    max-width: 100%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .banner-area ol {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.8%;
  }
}
@media screen and (max-width: 768px) {
  .banner-area {
    padding: 8% 4%;
    padding-bottom: 25%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .banner-area ol {
    grid-template-columns: repeat(2, 1fr);
    gap: 4%;
  }
}

.pankuz-top, .pankuz-bottom {
  padding: 1.5% 0;
  border-top: solid 1px #E0E0E0;
}
.pankuz-top ul, .pankuz-bottom ul {
  max-width: 1280px;
  margin: 0 auto;
  display: flow;
  overflow-wrap: break-word; /* 標準 */
}
.pankuz-top li, .pankuz-bottom li {
  color: #6C6C6C;
  display: contents;
}
.pankuz-top li::after, .pankuz-bottom li::after {
  content: ">";
  padding-left: 20px;
  padding-right: 20px;
  line-height: 26px;
  color: #6C6C6C;
  overflow-wrap: break-word; /* 標準 */
}
.pankuz-top li:last-child, .pankuz-bottom li:last-child {
  line-height: 26px;
}
.pankuz-top li:last-child::after, .pankuz-bottom li:last-child::after {
  content: none;
}
.pankuz-top li br, .pankuz-bottom li br {
  display: none;
}
.pankuz-top a, .pankuz-bottom a {
  font-size: 14px;
  line-height: 18px;
  color: #6C6C6C;
}
.pankuz-top a:hover, .pankuz-bottom a:hover {
  text-decoration: none;
}

.pankuz-top {
  border: unset;
}

@media screen and (max-width: 1024px) {
  .pankuz-top {
    display: none;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .pankuz-bottom {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .pankuz-bottom ul {
    width: 100%;
    padding: 0 3.6%;
    display: flow;
  }
  .pankuz-bottom li {
    display: contents;
    line-height: 20px;
  }
  .pankuz-bottom li a {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) {
  .pankuz-bottom {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .pankuz-bottom ul {
    padding: 0 3%;
  }
  .pankuz-bottom a {
    font-size: 12px;
  }
}

.footer-cta {
  background-color: #E6EEF2;
  padding-top: 70px;
  padding-bottom: 110px;
}
.footer-cta .inner-box {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.footer-cta .inner-box h2 {
  font-size: 28px;
  color: #2DB0E3;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.footer-cta .inner-box h3 {
  font-size: 38px;
  color: #101010;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  padding: 40px 0;
}
.footer-cta .inner-box p {
  font-size: 16px;
  line-height: 24px;
}
.footer-cta ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style-type: none;
  padding: 0;
  margin-top: 40px;
}
.footer-cta ol li a {
  display: block;
  text-align: center;
}
.footer-cta ol li a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .footer-cta {
    padding: 9.6% 4.8%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .footer-cta .inner-box {
    width: 100%;
  }
  .footer-cta .inner-box h2 {
    font-size: 36px;
  }
  .footer-cta .inner-box h3 {
    font-size: 34.5px;
    line-height: 42px;
  }
  .footer-cta .inner-box p {
    font-size: 24px;
    line-height: 36px;
  }
  .footer-cta .inner-box ol {
    gap: 2%;
  }
}
@media screen and (max-width: 768px) {
  .footer-cta {
    padding: 8% 4%;
    padding-bottom: 15%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .footer-cta .inner-box h2 {
    font-size: 24px;
  }
  .footer-cta .inner-box h3 {
    font-size: 23px;
    line-height: 28px;
  }
  .footer-cta .inner-box p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-cta .inner-box ol {
    grid-template-columns: repeat(1, 1fr);
  }
}