@charset "UTF-8";
/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  color: #29375B;
}

h2, h3, h4, span {
  letter-spacing: 1.5px;
}

strong {
  background: linear-gradient(transparent 60%, #FFED88 60%);
  padding: 0 2px;
}

.blue {
  color: #17298D;
}

.container {
  width: 1080px;
  margin: 0 auto;
  padding: 96px 0;
}
@media (max-width: 1280px) {
  .container {
    width: calc(100% - 80px);
    padding: 80px 0;
  }
}
@media (max-width: 1080px) {
  .container {
    padding: 64px 0;
  }
}
@media (max-width: 640px) {
  .container {
    width: calc(100% - 48px);
  }
}
@media (max-width: 400px) {
  .container {
    width: calc(100% - 32px);
  }
}

@media (max-width: 640px) {
  .sp-none {
    display: none;
  }
}

/*下層ページ調整*/
#contents {
  padding: 0 0 30px;
  margin: 160px auto 0;
}

.main_box {
  margin-top: 72px !important;
}

/* Header styles */
.header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header h1.logo {
  height: auto !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.header .container {
  padding: 0;
}
.header .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.header .head > a {
  line-height: 1;
}
.header .btn-box {
  display: flex;
}
.header .btn-box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 232px;
  height: 72px;
  margin-left: 16px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}
.header .btn-box .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.header .btn-box .btn span {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding-left: 26px;
}
.header .btn-box .btn p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.header .btn-box .contact-btn {
  background: #F8A100;
}
.header .btn-box .contact-btn span {
  background: url(../img-top/icon-contact-btn.svg) no-repeat top 2px left;
}
.header .btn-box .line-btn {
  background: #06C655;
}
.header .btn-box .line-btn span {
  background: url(../img-top/icon-line-btn.svg) no-repeat top 3px left;
}
.header .nav-box {
  background: #17298D;
}
.header .nav-box .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.header .nav-box .header-container .nav {
  margin: 0 auto;
  background: #17298D;
}
.header .nav-box .header-container .nav .nav-list {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 32px;
}
.header .nav-box .header-container .nav .nav-list li {
  cursor: pointer;
  padding-right: 36px;
  border-right: 1px solid #fff;
}
.header .nav-box .header-container .nav .nav-list li:last-child {
  border: 0;
  padding: 0;
}
.header .nav-box .header-container .nav .nav-list li .nav-link {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}
.header .nav-box .header-container .nav .nav-list li .nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease;
}
.header .nav-box .header-container .nav .nav-list li .nav-link:hover::after {
  width: 100%;
}
.header .nav-box .header-container .nav .nav-list li .nav-link.active {
  color: #2c5aa0;
}
.header .nav-box .header-container .nav .nav-list li .nav-link.active::after {
  width: 100%;
}
.header .nav-box .header-container .hamburger {
  display: none;
}
.header .pc {
  display: flex;
}
.header .sp {
  display: none;
}
.header .nav-list {
  position: relative;
}
.header .nav-list > li {
  cursor: pointer;
}
.header .nav-list > li:hover > div {
  opacity: 1;
  visibility: visible;
}
.header .nav-list > li > div {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 49px;
  left: 0;
  background: #fff;
  padding: 24px 32px;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header .nav-list > li > div a {
  text-decoration: none;
  color: #17298D;
}
.header .nav-list > li > div .cat-box {
  width: 260px;
}
.header .nav-list > li > div .cat-box .cat {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 20px;
  background: url(../img-top/icon-fnav.svg) no-repeat top 8px left;
  background-size: 10px;
}
.header .nav-list > li > div .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 260px);
}
.header .nav-list > li > div .flex div {
  width: calc((100% - 48px) / 3);
}
.header .nav-list > li > div .flex div.full-box {
  width: 100%;
  margin-top: 20px;
}
.header .nav-list > li > div .flex div.full-box:first-child {
  margin-top: 0;
}
.header .nav-list > li > div .flex div.full-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .nav-list > li > div .flex div.full-box ul::after {
  display: block;
  content: "";
  width: calc((100% - 48px) / 3);
}
.header .nav-list > li > div .flex div.full-box ul li {
  width: calc((100% - 48px) / 3);
}
.header .nav-list > li > div .flex div p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 12px;
  background: #17298D;
}
.header .nav-list > li > div .flex div ul {
  list-style: none;
}
.header .nav-list > li > div .flex div ul li {
  margin-top: 8px;
  padding: 0 !important;
}
.header .nav-list > li > div .flex div ul li a {
  color: #29375B;
  font-size: 18px;
  font-weight: bold;
  padding-left: 16px;
  background: url(../img-top/icon-fnav.svg) no-repeat top 7px left;
  background-size: 10px;
}
@media (max-width: 1280px) {
  .header .pc {
    display: none;
  }
  .header .sp {
    display: flex;
    justify-content: center;
  }
  .header .btn-box {
    width: calc(100% - 80px);
    margin: 0 auto;
    justify-content: space-between;
  }
  .header .btn-box .btn {
    width: calc((100% - 16px) / 2);
    margin: 0;
  }
  .header .tel-box {
    width: calc(100% - 80px);
    margin: 32px auto 24px;
    padding: 24px;
    background: #fff;
  }
  .header .nav-box {
    height: 0;
  }
  .header .nav-box .header-container .nav {
    position: fixed;
    top: 108px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 108px);
    transition: left 0.3s ease;
    box-shadow: 0;
    overflow: auto;
  }
  .header .nav-box .header-container .nav.active {
    right: 0;
    z-index: 9999;
  }
  .header .nav-box .header-container .nav.active .nav-list {
    width: calc(100% - 80px);
    padding: 40px 0;
    margin: 0 auto;
    gap: 0;
  }
  .header .nav-box .header-container .nav.active .nav-list li {
    border-right: 0;
  }
  .header .nav-box .header-container .nav.active .nav-list li .nav-link {
    width: 100%;
    border: 0;
    padding: 0;
  }
  .header .nav-box .header-container .nav.active .nav-list li .nav-link:hover::after {
    display: none;
  }
  .header .nav-box .header-container .nav .nav-list {
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px;
  }
  .header .nav-box .header-container .nav .nav-list .nav-link {
    font-size: 1.1rem;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
  .header .nav-box .header-container .hamburger {
    position: absolute;
    width: 63px;
    height: 63px;
    top: 21px;
    right: 16px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    gap: 8px;
    padding: 20px 16px;
    background: #17298D;
    box-sizing: border-box;
  }
  .header .nav-box .header-container .hamburger .hamburger-line {
    width: 31px;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
  }
  .header .nav-box .header-container .hamburger.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 7px);
  }
  .header .nav-box .header-container .hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .header .nav-box .header-container .hamburger.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }
  .header .nav-list {
    position: relative;
  }
  .header .nav-list > li {
    position: relative;
    padding: 0 0 24px;
    margin-bottom: 24px;
    border: 0;
    border-bottom: 1px solid #fff;
  }
  .header .nav-list > li::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 20px;
    top: 5px;
    right: 24px;
    background: url(../img-top/icon-more.svg) no-repeat center;
    background-size: cover;
  }
  .header .nav-list > li.menu-link::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 20px;
    top: 6px;
    right: 24px;
    background: url(../img-top/icon-more.svg) no-repeat center;
    background-size: cover;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
  .header .nav-list > li.menu-link.active::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 20px;
    top: 6px;
    right: 24px;
    background: url(../img-top/icon-more.svg) no-repeat center;
    background-size: cover;
    transform: rotate(-90deg);
  }
  .header .nav-list > li.active > div {
    flex-wrap: wrap;
    opacity: 1;
    max-height: -moz-max-content;
    max-height: max-content; /* 十分大きな数値にしておく */
    padding: 10px 0;
  }
  .header .nav-list > li.active:hover > div {
    opacity: 1;
    visibility: visible;
  }
  .header .nav-list > li:hover > div {
    visibility: visible;
    opacity: 1 !important;
  }
  .header .nav-list > li > div {
    position: relative;
    top: 0;
    max-height: 0;
    overflow: hidden;
    visibility: visible;
    transition: max-height 0.4s ease, padding 0.3s ease;
    box-shadow: none;
    padding: 0 0; /* 初期は高さゼロに */
    background: none;
  }
  .header .nav-list > li > div a {
    text-decoration: none;
    color: #17298D;
  }
  .header .nav-list > li > div .cat-box {
    width: 100%;
  }
  .header .nav-list > li > div .cat-box .cat {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
    background: url(../img-top/icon-more.svg) no-repeat center left 24px;
    background-size: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 16px 24px 16px 48px;
  }
  .header .nav-list > li > div .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .header .nav-list > li > div .flex div {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
    margin-top: 16px;
  }
  .header .nav-list > li > div .flex div.full-box ul li {
    width: 100%;
    margin: 8px 0;
  }
  .header .nav-list > li > div .flex div p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .header .nav-list > li > div .flex div ul {
    list-style: none;
  }
  .header .nav-list > li > div .flex div ul li {
    margin: 8px 0;
    padding: 0 !important;
  }
  .header .nav-list > li > div .flex div ul li a {
    color: #fff;
    font-size: 16px;
    padding-left: 16px;
    background: url(../img-top/icon-more.svg) no-repeat top 6px left;
    background-size: 8px;
  }
}
@media (max-width: 768px) {
  .header .container {
    width: calc(100% - 32px);
    padding: 0;
  }
  .header .head {
    height: 76px;
    padding: 0;
  }
  .header .head h1.logo a img {
    width: auto;
    height: 48px;
  }
  .header .nav-box .header-container .nav {
    top: 76px;
    height: calc(100vh - 75px);
  }
  .header .nav-box .header-container .hamburger {
    width: 76px;
    height: 76px;
    top: 0;
    right: 0;
    gap: 11px;
    padding: 24px 20px;
  }
  .header .nav-box .header-container .hamburger .hamburger-line {
    width: 37px;
  }
  .header .nav-box .header-container .hamburger.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(12px, 10px);
  }
  .header .nav-box .header-container .hamburger.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -6px);
  }
}
@media (max-width: 560px) {
  .header .btn-box {
    flex-wrap: wrap;
  }
  .header .btn-box .btn {
    width: 100%;
    margin-bottom: 16px;
  }
  .header .btn-box .btn:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .header .head {
    padding: 0;
    height: 64px;
  }
  .header .head h1.logo a img {
    width: auto;
    height: 44px;
  }
  .header .nav-box .header-container .nav {
    top: 64px;
    height: calc(100vh - 64px);
  }
  .header .nav-box .header-container .nav.active .nav-list {
    width: calc(100% - 48px);
    padding: 32px 0 16px;
  }
  .header .nav-box .header-container .nav.active .nav-list li {
    padding: 0 0 20px;
  }
  .header .nav-box .header-container .hamburger {
    width: 64px;
    height: 64px;
    padding: 21px 16px;
    gap: 8px;
  }
  .header .nav-box .header-container .hamburger .hamburger-line {
    width: 32px;
  }
  .header .nav-box .header-container .hamburger.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 6px);
  }
  .header .btn-box,
  .header .tel-box {
    width: calc(100% - 48px);
  }
}

.sp-cta-box {
  display: none;
}
@media (max-width: 640px) {
  .sp-cta-box {
    position: fixed;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 72px;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 12;
  }
  .sp-cta-box .btn {
    text-align: center;
    width: calc((100% - 2px) / 3);
    padding: 12px 8px;
    text-decoration: none;
  }
  .sp-cta-box .btn img {
    width: 24px;
    height: auto;
    margin: 0 auto 8px;
  }
  .sp-cta-box .btn p {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  .sp-cta-box .btn.contact-btn {
    background: #F8A100;
  }
  .sp-cta-box .btn.line-btn {
    background: #06C655;
  }
  .sp-cta-box .btn.tel-btn {
    background: #17298D;
  }
}
@media (max-width: 400px) {
  .sp-cta-box {
    height: 88px;
  }
  .sp-cta-box .btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp-cta-box .btn p {
    line-height: 1.2;
  }
}

/* Main content */
main {
  margin-top: 177px;
}
@media (max-width: 1280px) {
  main {
    margin-top: 108px;
  }
}
@media (max-width: 768px) {
  main {
    margin-top: 76px;
  }
}
@media (max-width: 480px) {
  main {
    margin-top: 64px;
  }
}

/* MV section */
.mv {
  position: relative;
  height: 100%;
  overflow: hidden;
  color: white;
  text-align: center;
  padding: 0 10%;
}
.mv .mv-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
  height: 100%;
  position: relative;
  max-width: 1056px;
  margin: 0 auto;
}
.mv .mv-slider .slide {
  min-width: 80%;
  flex-shrink: 0;
  overflow: hidden;
  height: 100%;
  position: relative;
  transition: transform 0.5s ease;
}
.mv .mv-slider .slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv-slider .slide img.sp {
  display: none;
}
.mv .mv-slider .slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.mv .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  color: white;
  font-size: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.mv .slider-arrow.slider-prev {
  left: 20px;
  background: url(../img-top/ixon-swiper-left.svg) no-repeat;
}
.mv .slider-arrow.slider-next {
  right: 20px;
  background: url(../img-top/ixon-swiper-right.svg) no-repeat;
}
.mv .slider-controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.mv .slider-controls .slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  background: rgba(23, 41, 141, 0.5);
}
.mv .slider-controls .slider-dot.active {
  background: #17298D;
}
@media (max-width: 1360px) {
  .mv {
    padding: 0;
  }
}
@media (max-width: 960px) {
  .mv {
    padding: 0 0 32px;
  }
  .mv .mv-slider {
    max-width: 100%;
    padding-bottom: 56px;
  }
  .mv .mv-slider .slide {
    width: 100%;
    min-width: 100%;
  }
  .mv .mv-slider .slide img.pc {
    display: none;
  }
  .mv .mv-slider .slide img.sp {
    display: block;
  }
  .mv .slider-controls {
    bottom: 24px;
  }
  .mv .slider-arrow {
    top: auto;
    bottom: -24px;
  }
}

/* Campaign banners */
.campaign-banners {
  overflow: hidden;
  padding: 64px 0 80px;
  background: url(../img-top/deco-bnr-left.svg), url(../img-top/deco-bnr-right.svg);
  background-position: top 86px left, top 86px right;
  background-repeat: no-repeat;
}
.campaign-banners .container {
  position: relative;
  padding: 0;
}
.campaign-banners .head {
  display: flex;
  align-items: baseline;
  margin-bottom: 32px;
}
.campaign-banners .head h2 {
  font-size: 40px;
  margin-right: 20px;
}
.campaign-banners .head span {
  font-size: 20px;
  font-weight: bold;
}
.campaign-banners .banner-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.campaign-banners .banner-grid .campaign-banner {
  position: relative;
  width: calc((100% - 32px) / 2);
  height: auto;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.campaign-banners .banner-grid .campaign-banner img {
  width: 100%;
  height: auto;
}
.campaign-banners .banner-grid .campaign-banner:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1440px) {
  .campaign-banners {
    background: none;
  }
  .campaign-banners .container::before, .campaign-banners .container::after {
    position: absolute;
    content: "";
    width: 156px;
    height: 14px;
    top: 26px;
  }
  .campaign-banners .container::before {
    left: -180px;
    background: url(../img-top/deco-bnr-left.svg) no-repeat center;
  }
  .campaign-banners .container::after {
    right: -180px;
    background: url(../img-top/deco-bnr-right.svg) no-repeat center;
  }
}
@media (max-width: 1280px) {
  .campaign-banners .container::before {
    display: none;
  }
  .campaign-banners .container::after {
    right: -40px;
    background: url(../img-top/deco-bnr-right.svg) no-repeat center;
  }
}
@media (max-width: 640px) {
  .campaign-banners {
    padding: 40px 0 24px;
  }
  .campaign-banners .container {
    padding: 0;
  }
  .campaign-banners .head {
    display: block;
  }
  .campaign-banners .banner-grid .campaign-banner {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media (max-width: 400px) {
  .campaign-banners .head {
    margin-bottom: 24px;
  }
  .campaign-banners .head h2 {
    font-size: 32px;
  }
  .campaign-banners .head span {
    font-size: 15px;
  }
}

/* Learn box section */
.learn-box {
  overflow: hidden;
  background: url("../img-top/bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
  border-top: 1px solid #17298D;
  border-bottom: 1px solid #17298D;
}
.learn-box .container {
  padding: 80px 0;
}
.learn-box::after {
  position: absolute;
  content: "How to learn";
  width: 100%;
  color: #005BA6;
  font-size: 96px;
  font-weight: 900;
  opacity: 0.3;
  right: -16px;
  bottom: -36px;
  text-align: right;
}
.learn-box .flex-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 64px;
  margin: 0 auto;
}
.learn-box .flex-content img {
  width: 472px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: #17298D 1px solid;
}
.learn-box .flex-content .txt-box > span {
  color: #17298D;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
}
.learn-box .flex-content .txt-box h2 {
  font-size: 28px;
  font-weight: 900;
}
.learn-box .flex-content .txt-box h2 .blue {
  color: #17298D;
}
.learn-box .flex-content .txt-box h2 .font-36 {
  font-size: 36px;
}
.learn-box .flex-content .txt-box h2 .font-40 {
  font-size: 40px;
}
.learn-box br.sp {
  display: none;
}
@media (max-width: 1180px) {
  .learn-box::after {
    font-size: 80px;
    bottom: -32px;
  }
  .learn-box .flex-content {
    gap: 40px;
  }
  .learn-box .flex-content img {
    width: 380px;
    height: 240px;
  }
  .learn-box .flex-content .txt-box h2 {
    font-size: 24px;
  }
  .learn-box .flex-content .txt-box h2 .font-36 {
    font-size: 28px;
  }
  .learn-box .flex-content .txt-box h2 .font-40 {
    font-size: 32px;
  }
}
@media (max-width: 980px) {
  .learn-box::after {
    font-size: 64px;
    bottom: -24px;
  }
  .learn-box .flex-content {
    display: block;
    text-align: center;
    gap: 40px;
  }
  .learn-box .flex-content img {
    width: 60%;
    height: 100%;
  }
  .learn-box .flex-content .txt-box {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .learn-box .flex-content img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 560px) {
  .learn-box .container {
    padding: 24px 0 80px;
  }
  .learn-box .flex-content .txt-box span {
    font-size: 14px;
  }
  .learn-box .flex-content .txt-box h2 {
    font-size: 18px;
  }
  .learn-box .flex-content .txt-box h2 .font-36 {
    font-size: 26px;
  }
  .learn-box .flex-content .txt-box h2 .font-40 {
    font-size: 26px;
  }
}
@media (max-width: 420px) {
  .learn-box br.sp {
    display: block;
  }
  .learn-box::after {
    width: 372px;
    font-size: 56px;
  }
}

/* Three powers section */
.three-powers {
  background: linear-gradient(135deg, #EDF1F8 0%, #FFFFFF 100%);
}
.three-powers .container {
  padding: 100px 0 0;
}
.three-powers br.sp {
  display: none;
}
.three-powers .head h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  padding-top: 28px;
  background: url(../img-top/icon_three-powers.svg) no-repeat top center;
}
.three-powers .head h2 .font-48 {
  font-size: 48px;
}
.three-powers .head p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 64px;
}
.three-powers .powers-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 2;
}
.three-powers .powers-grid .power-card {
  position: relative;
  width: calc((100% - 48px) / 3);
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.three-powers .powers-grid .power-card .power-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  background: #17298D;
}
.three-powers .powers-grid .power-card img {
  width: 100%;
  height: auto;
}
.three-powers .powers-grid .power-card .txt {
  padding: 36px;
}
.three-powers .powers-grid .power-card .txt h3 {
  color: #17298D;
  font-size: 24px;
  font-weight: bold;
  padding: 25px 0 8px;
  background: url(../img-top/icon-h3.svg) no-repeat top center;
  text-align: center;
}
.three-powers .powers-grid .power-card .txt p {
  font-size: 16px;
  font-weight: bold;
  padding-top: 32px;
  background: url(../img-top/icon-power-card.svg) no-repeat top center;
  text-align: left;
}
.three-powers .evidence-box {
  position: relative;
  padding: 132px 0 32px;
  background: #EEF2F8;
  margin-top: -36px;
  z-index: 1;
}
.three-powers .evidence-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 96px;
  bottom: -96px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #EEF2F8;
}
.three-powers .evidence-box p {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.three-powers .evidence-box p .font-36 {
  font-size: 36px;
}
.three-powers .answer-box {
  text-align: center;
  background: linear-gradient(90deg, #29539B 0%, #193056 100%);
}
.three-powers .answer-box .container {
  padding: 192px 0 96px;
}
.three-powers .answer-box h3 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
}
.three-powers .answer-box h3 .font-40 {
  font-size: 40px;
}
.three-powers .answer-box p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.three-powers .answer-box .img-box {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.three-powers .answer-box .img-box img {
  width: calc((100% - 64px) / 5);
}
.three-powers .answer-box .img-box img:nth-child(even) {
  padding-top: 32px;
}
.three-powers .answer-box .img-box img:nth-child(odd) {
  padding-bottom: 32px;
}
.three-powers .answer-box .pc {
  display: flex;
}
.three-powers .answer-box .sp {
  display: none;
}
@media (max-width: 1080px) {
  .three-powers .powers-grid .power-card .txt {
    padding: 24px;
  }
  .three-powers .powers-grid .power-card .txt h3 {
    font-size: 20px;
  }
  .three-powers .powers-grid .power-card .txt p {
    font-size: 15px;
  }
}
@media (max-width: 880px) {
  .three-powers .container {
    padding: 64px 0 0;
  }
  .three-powers .head h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .three-powers .head h2 .font-48 {
    font-size: 40px;
  }
  .three-powers .head p {
    font-size: 18px;
    margin-bottom: 48px;
  }
  .three-powers .powers-grid .power-card {
    width: 100%;
    margin: 0 auto 24px;
  }
  .three-powers .powers-grid .power-card .power-icon {
    display: none;
  }
  .three-powers .powers-grid .power-card > img {
    display: none;
  }
  .three-powers .powers-grid .power-card .txt {
    padding: 32px;
  }
  .three-powers .powers-grid .power-card .txt h3 {
    font-size: 24px;
  }
  .three-powers .powers-grid .power-card .txt p {
    font-size: 16px;
  }
  .three-powers .powers-grid .power-card .txt p br {
    display: none;
  }
  .three-powers .evidence-box {
    padding: 80px 0 24px;
    margin-top: -64px;
  }
  .three-powers .evidence-box::after {
    height: 64px;
    bottom: -64px;
  }
  .three-powers .evidence-box p {
    font-size: 20px;
  }
  .three-powers .evidence-box p .font-36 {
    font-size: 28px;
  }
  .three-powers .answer-box .container {
    padding: 120px 0 64px;
  }
  .three-powers .answer-box h3 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .three-powers .answer-box h3 .font-40 {
    font-size: 32px;
  }
  .three-powers .answer-box p {
    font-size: 18px;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .three-powers .container {
    padding: 48px 0 0;
  }
  .three-powers .head h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .three-powers .head h2 .font-48 {
    font-size: 24px;
  }
  .three-powers .head p {
    text-align: left;
    font-size: 15px;
    margin-bottom: 32px;
  }
  .three-powers .head p br {
    display: none;
  }
  .three-powers .powers-grid .power-card .txt {
    padding: 24px;
  }
  .three-powers .powers-grid .power-card .txt h3 {
    font-size: 20px;
  }
  .three-powers .powers-grid .power-card .txt p {
    font-size: 15px;
  }
  .three-powers .evidence-box {
    padding: 80px 40px 24px;
    margin-top: -64px;
    box-sizing: border-box;
  }
  .three-powers .evidence-box::after {
    left: 0;
    height: 40px;
    bottom: -40px;
  }
  .three-powers .evidence-box p {
    font-size: 18px;
  }
  .three-powers .evidence-box p .font-36 {
    font-size: 24px;
  }
  .three-powers .evidence-box p br {
    display: none;
  }
  .three-powers .answer-box .img-box img {
    width: calc((100% - 64px) / 3);
  }
  .three-powers .answer-box img:nth-child(even) {
    padding-top: 0;
    padding-bottom: 16px;
  }
  .three-powers .answer-box img:nth-child(odd) {
    padding-top: 16px;
    padding-bottom: 0;
  }
  .three-powers .answer-box .pc {
    display: none;
  }
  .three-powers .answer-box .sp {
    display: flex;
  }
}
@media (max-width: 480px) {
  .three-powers br.sp {
    display: block;
  }
  .three-powers .answer-box .container {
    padding: 96px 0 48px;
  }
  .three-powers .answer-box h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .three-powers .answer-box h3 .font-40 {
    font-size: 28px;
  }
  .three-powers .answer-box p {
    font-size: 15px;
  }
  .three-powers .answer-box .img-box img {
    width: calc((100% - 16px) / 3);
  }
}
@media (max-width: 360px) {
  .three-powers .answer-box .container {
    padding: 80px 0 24px;
  }
  .three-powers .answer-box h3 {
    font-size: 20px;
  }
  .three-powers .answer-box h3 .font-40 {
    font-size: 24px;
  }
  .three-powers .answer-box h3 br {
    display: none;
  }
}

/* CTA Box section */
#cta-box {
  background: url(../img-top/cta-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}
#cta-box .container {
  padding: 56px 0;
}
#cta-box h2 {
  font-size: 32px;
  font-weight: 700;
  padding-top: 40px;
  margin-bottom: 40px;
  color: white;
  background: url(../img-top/deco_cta.svg) no-repeat top center;
}
#cta-box h2 .font-36 {
  font-size: 36px;
}
#cta-box h2 br.sp {
  display: none;
}
#cta-box .flex-box {
  display: flex;
  justify-content: space-between;
}
#cta-box .flex-box .box {
  padding: 32px 32px 24px;
  background: #fff;
}
#cta-box .flex-box .box h3 {
  color: #17298D;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 1px #D9D9D9 solid;
  text-align: center;
}
#cta-box .flex-box .box h3 br.sp {
  display: none;
}
#cta-box .flex-box .tel-box {
  width: 370px;
}
#cta-box .flex-box .tel-box a {
  display: block;
  color: #29375B;
  font-size: 40px;
  font-weight: bold;
  padding-left: 42px;
  background: url(../img-top/icon-tel.svg) no-repeat top 12px left;
  text-decoration: none;
  margin: 8px 0;
}
#cta-box .flex-box .tel-box div {
  display: flex;
}
#cta-box .flex-box .tel-box div span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 25px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  background: #17298D;
}
#cta-box .flex-box .tel-box div p {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin-left: 12px;
}
#cta-box .flex-box .contact-box {
  width: calc(100% - 394px);
}
#cta-box .flex-box .contact-box div {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
#cta-box .flex-box .contact-box div .btn {
  position: relative;
  display: block;
  width: calc((100% - 16px) / 2);
  padding: 20px 0;
  border-radius: 120px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}
#cta-box .flex-box .contact-box div .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#cta-box .flex-box .contact-box div .btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 16px;
  top: calc(50% - 8px);
  right: 28px;
  background: url(../img-top/icon-more.svg) no-repeat center;
}
#cta-box .flex-box .contact-box div .btn span {
  color: #fff;
  font-weight: bold;
  font-weight: 14px;
  padding-left: 26px;
}
#cta-box .flex-box .contact-box div .btn p {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
#cta-box .flex-box .contact-box div .contact-btn {
  background: #F8A100;
}
#cta-box .flex-box .contact-box div .contact-btn span {
  background: url(../img-top/icon-contact-btn.svg) no-repeat top 2px left;
}
#cta-box .flex-box .contact-box div .line-btn {
  background: #06C655;
}
#cta-box .flex-box .contact-box div .line-btn span {
  background: url(../img-top/icon-line-btn.svg) no-repeat top 3px left;
}
@media (max-width: 1280px) {
  #cta-box .flex-box {
    flex-wrap: wrap;
  }
  #cta-box .flex-box .tel-box {
    width: 100%;
    margin-bottom: 24px;
  }
  #cta-box .flex-box .tel-box a {
    display: inline-block;
    background: url(../img-top/icon-tel.svg) no-repeat top 16px left;
  }
  #cta-box .flex-box .tel-box div {
    justify-content: center;
  }
  #cta-box .flex-box .contact-box {
    width: 100%;
  }
}
@media (max-width: 800px) {
  #cta-box h2 {
    font-size: 28px;
  }
  #cta-box h2 .font-36 {
    font-size: 32px;
  }
  #cta-box h2 br.sp {
    display: block;
  }
  #cta-box .flex-box {
    flex-wrap: wrap;
  }
  #cta-box .flex-box .box h3 br.sp {
    display: block;
  }
  #cta-box .flex-box .tel-box {
    width: 100%;
    margin-bottom: 24px;
  }
  #cta-box .flex-box .tel-box a {
    display: inline-block;
    background: url(../img-top/icon-tel.svg) no-repeat top 16px left;
  }
  #cta-box .flex-box .tel-box div {
    justify-content: center;
  }
  #cta-box .flex-box .contact-box {
    width: 100%;
  }
  #cta-box .flex-box .contact-box div {
    flex-wrap: wrap;
  }
  #cta-box .flex-box .contact-box div .btn {
    width: 100%;
    margin-bottom: 16px;
  }
  #cta-box .flex-box .contact-box div .btn:last-child {
    margin: 0;
  }
}
@media (max-width: 530px) {
  #cta-box h2 {
    font-size: 20px;
  }
  #cta-box h2 .font-36 {
    font-size: 24px;
  }
  #cta-box .flex-box {
    flex-wrap: wrap;
  }
  #cta-box .flex-box .box {
    padding: 24px;
  }
  #cta-box .flex-box .box h3 {
    font-size: 20px;
    padding-bottom: 12px;
  }
  #cta-box .flex-box .box h3 br {
    display: block;
  }
  #cta-box .flex-box .tel-box {
    width: 100%;
    margin-bottom: 24px;
  }
  #cta-box .flex-box .tel-box a {
    display: inline-block;
    background: url(../img-top/icon-tel.svg) no-repeat top 16px left;
  }
  #cta-box .flex-box .tel-box div {
    justify-content: center;
  }
  #cta-box .flex-box .contact-box {
    width: 100%;
  }
  #cta-box .flex-box .contact-box div {
    flex-wrap: wrap;
  }
  #cta-box .flex-box .contact-box div .btn {
    width: 100%;
    margin-bottom: 16px;
  }
  #cta-box .flex-box .contact-box div .btn::after {
    display: none;
  }
}
@media (max-width: 400px) {
  #cta-box .flex-box .box {
    padding: 24px;
  }
  #cta-box .flex-box .box h3 {
    font-size: 18px;
  }
  #cta-box .flex-box .tel-box a {
    display: inline-block;
    font-size: 32px;
  }
  #cta-box .flex-box .tel-box div span {
    height: 25px;
    font-size: 13px;
  }
  #cta-box .flex-box .tel-box div p {
    font-size: 15px;
  }
  #cta-box .flex-box .contact-box div {
    margin-top: 24px;
  }
  #cta-box .flex-box .contact-box div .btn span {
    font-size: 14px;
  }
  #cta-box .flex-box .contact-box div .btn p {
    font-size: 20px;
  }
}

.new-comparison {
  background: linear-gradient(135deg, #FFF5E3 0%, #FFFFFF 100%);
}
.new-comparison .container {
  padding: 96px 0 40px;
}
.new-comparison .head {
  padding-top: 56px;
  text-align: center;
  background: url(../img-top/deco-head.svg) no-repeat top center;
}
.new-comparison .head span {
  color: #17298D;
  font-size: 18px;
  font-weight: bold;
}
.new-comparison .head h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 24px;
}
.new-comparison .head h3 {
  color: #17298D;
  font-size: 32px;
}
.new-comparison .head p {
  font-size: 20px;
  font-weight: bold;
}
.new-comparison .head .font-24 {
  font-size: 24px;
}
.new-comparison .head .font-32 {
  font-size: 32px;
}
.new-comparison .comparison-box {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 64px;
}
.new-comparison .comparison-box .box {
  position: relative;
  width: calc((100% - 456px) / 2);
  text-align: center;
  border-radius: 8px;
  padding: 50px 24px 32px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.new-comparison .comparison-box .box h3 {
  position: absolute;
  width: calc(100% - 48px);
  top: -28px;
  padding: 12px;
  border-radius: 56px;
  color: #fff;
  font-size: 20px;
  background: #898989;
  box-sizing: border-box;
}
.new-comparison .comparison-box .box h3::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 16px;
  left: calc(50% - 16px);
  bottom: -8px;
  background: #898989;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.new-comparison .comparison-box .box div {
  margin-bottom: 24px;
  padding-bottom: 26px;
  border-bottom: #D9D9D9 1px solid;
}
.new-comparison .comparison-box .box div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.new-comparison .comparison-box .box div span {
  color: #898989;
  font-size: 15px;
  font-weight: bold;
}
.new-comparison .comparison-box .box div p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: bold;
}
.new-comparison .comparison-box .main {
  width: 408px;
}
.new-comparison .comparison-box .main h3 {
  background: #17298D;
}
.new-comparison .comparison-box .main h3::before {
  background: #17298D;
}
.new-comparison .comparison-box .main h3::after {
  position: absolute;
  content: "";
  width: 136px;
  height: 24px;
  top: -20px;
  left: calc(50% - 68px);
  background: url(../img-top/deco-comparison.svg) no-repeat center;
}
.new-comparison .comparison-box .main div {
  margin-bottom: 24px;
  padding-bottom: 20px;
}
.new-comparison .comparison-box .main div span {
  color: #0046C8;
}
.new-comparison .comparison-box .main div p {
  display: block;
  color: #29375B;
  font-size: 28px;
}
.new-comparison .comparison-box .main div p strong {
  background: linear-gradient(transparent 70%, #FFED88 70%);
  padding: 0 2px;
}
.new-comparison .comparison-box .main div .font-24 {
  font-size: 24px;
}
@media (max-width: 1080px) {
  .new-comparison .container {
    padding: 80px 0 40px;
  }
  .new-comparison .head p {
    font-size: 18px;
  }
  .new-comparison .comparison-box {
    flex-wrap: wrap;
    margin: 80px 0 0;
  }
  .new-comparison .comparison-box .box {
    width: calc((100% - 32px) / 2);
    margin-bottom: 64px;
  }
  .new-comparison .comparison-box .box div p br {
    display: none;
  }
  .new-comparison .comparison-box .main {
    width: 100%;
  }
  .new-comparison .comparison-box .main div p br {
    display: block;
  }
}
@media (max-width: 660px) {
  .new-comparison .container {
    padding: 64px 0 0;
  }
  .new-comparison .head span {
    font-size: 18px;
  }
  .new-comparison .head h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .new-comparison .head p {
    font-size: 16px;
    text-align: left;
  }
  .new-comparison .comparison-box {
    flex-wrap: wrap;
    margin: 64px 0 0;
  }
  .new-comparison .comparison-box .box {
    width: calc((100% - 16px) / 2);
    margin-bottom: 64px;
    padding: 32px 12px 16px;
  }
  .new-comparison .comparison-box .box h3 {
    width: calc(100% - 24px);
    font-size: 16px;
    padding: 8px;
  }
  .new-comparison .comparison-box .box div {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .new-comparison .comparison-box .box div span {
    font-size: 14px;
  }
  .new-comparison .comparison-box .box div p {
    height: auto !important;
    font-size: 18px;
  }
  .new-comparison .comparison-box .main {
    width: 100%;
  }
  .new-comparison .comparison-box .main h3 {
    font-size: 20px;
  }
  .new-comparison .comparison-box .main div p {
    font-size: 24px;
  }
  .new-comparison .comparison-box .main div .font-24 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .new-comparison .head span {
    font-size: 15px;
  }
  .new-comparison .head h2 {
    font-size: 28px;
  }
  .new-comparison .comparison-box {
    flex-wrap: wrap;
    margin: 64px 0 0;
  }
  .new-comparison .comparison-box .box {
    width: calc((100% - 16px) / 2);
    margin-bottom: 64px;
    padding: 20px 12px 16px;
  }
  .new-comparison .comparison-box .box h3 {
    left: 0;
    width: 100%;
    font-size: 12px;
    padding: 8px;
  }
  .new-comparison .comparison-box .box div {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .new-comparison .comparison-box .box div span {
    font-size: 12px;
    letter-spacing: normal;
  }
  .new-comparison .comparison-box .box div p {
    font-size: 16px;
  }
  .new-comparison .comparison-box .main {
    width: 100%;
    padding: 40px 12px 16px;
  }
  .new-comparison .comparison-box .main h3 {
    font-size: 20px;
  }
  .new-comparison .comparison-box .main div p {
    font-size: 24px;
  }
  .new-comparison .comparison-box .main div .font-24 {
    font-size: 20px;
  }
}

.teacher-box {
  padding-top: 56px;
  background: url(../img-top/deco-head.svg) no-repeat top center;
  text-align: center;
}
.teacher-box h3 {
  color: #17298D;
  font-size: 32px;
  font-weight: bold;
}
.teacher-box p {
  font-size: 20px;
  font-weight: bold;
}
.teacher-box .font-24 {
  font-size: 24px;
}
.teacher-box .font-32 {
  font-size: 32px;
}
.teacher-box .img-box {
  display: flex;
  justify-content: space-between;
  margin: 48px 0;
}
.teacher-box .img-box img {
  width: calc((100% - 64px) / 5);
}
.teacher-box .img-box img:nth-child(even) {
  padding-top: 32px;
}
.teacher-box .img-box img:nth-child(odd) {
  padding-bottom: 32px;
}
.teacher-box .point-box {
  padding: 56px 72px;
  background: url(../img-top/deco-point-left.svg), url(../img-top/deco-point-right.svg);
  background-position: top left, top right;
  background-repeat: no-repeat;
}
.teacher-box .point-box p {
  color: #17298D;
  font-size: 32px;
}
@media (max-width: 1080px) {
  .teacher-box .point-box {
    padding: 36px 72px;
    background: url(../img-top/deco-point-left.svg), url(../img-top/deco-point-right.svg);
    background-position: center left, center right;
    background-repeat: no-repeat;
    background-size: 56px;
  }
  .teacher-box .point-box p {
    font-size: 24px;
  }
  .teacher-box .point-box p br {
    display: none;
  }
}
@media (max-width: 640px) {
  .teacher-box h3 {
    font-size: 28px;
  }
  .teacher-box p {
    font-size: 18px;
    text-align: left;
  }
  .teacher-box p br {
    display: none;
  }
  .teacher-box .font-24 {
    font-size: 20px;
  }
  .teacher-box .font-32 {
    font-size: 24px;
  }
  .teacher-box .img-box img {
    width: calc((100% - 32px) / 3);
  }
  .teacher-box .img-box img:nth-child(1), .teacher-box .img-box img:nth-child(5) {
    display: none;
  }
  .teacher-box .point-box {
    margin: 32px 0 48px;
    padding: 16px 72px;
    background: url(../img-top/deco-point-left.svg), url(../img-top/deco-point-right.svg);
    background-position: center left, center right;
    background-repeat: no-repeat;
    background-size: 40px;
  }
  .teacher-box .point-box p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .teacher-box h3 {
    font-size: 24px;
  }
  .teacher-box .point-box {
    margin: 32px 0 48px;
    padding: 40px 0;
    background: url(../img-top/deco-point-top.png), url(../img-top/deco-point-bottom.png);
    background-position: top center, bottom center;
    background-repeat: no-repeat;
  }
  .teacher-box .point-box p {
    font-size: 20px;
    text-align: center;
  }
}

.new-system {
  background: linear-gradient(135deg, #EDF1F8 0%, #FFFFFF 100%);
}
.new-system .head {
  padding-top: 56px;
  text-align: center;
  background: url(../img-top/deco-head.svg) no-repeat top center;
}
.new-system .head span {
  color: #17298D;
  font-size: 18px;
  font-weight: bold;
}
.new-system .head h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 24px;
}
.new-system .head h3 {
  color: #17298D;
  font-size: 32px;
}
.new-system .head p {
  font-size: 20px;
  font-weight: bold;
}
.new-system .head p br {
  display: none;
}
.new-system .head .font-24 {
  font-size: 24px;
}
.new-system .head .font-32 {
  font-size: 32px;
}
.new-system .box {
  padding: 24px;
  margin: 64px 0 80px;
  background: #fff;
  text-align: center;
}
.new-system .box .inner {
  padding: 64px 24px;
  border: 2px #D3E0F2 solid;
}
.new-system .box .inner > p {
  font-size: 20px;
  font-weight: bold;
}
.new-system .box .inner .head-box span {
  display: block;
  width: 100%;
  color: #17298D;
  font-size: 16px;
  font-weight: bold;
}
.new-system .box .inner .head-box h3 {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  background: url(../img-top/deco-side-left.svg), url(../img-top/deco-side-right.svg);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  padding: 0 144px;
}
.new-system .box .inner .point-box {
  margin: 16px 0 12px;
  padding: 20px 80px;
  background: url(../img-top/deco-point-left.svg), url(../img-top/deco-point-right.svg);
  background-position: top left, top right;
  background-repeat: no-repeat;
  background-size: 48px 140px;
}
.new-system .box .inner .point-box p {
  font-size: 32px;
  font-weight: bold;
}
.new-system .box .inner .point-box p br.sp {
  display: none;
}
.new-system .box .inner .point-box .font-36 {
  font-size: 36px;
}
.new-system .box .inner .point-box strong {
  color: #17298D;
}
.new-system .container > img {
  width: 100%;
  height: auto;
}
.new-system .teacher-box {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.new-system .teacher-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 204px;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #EAD16E 0%, #EF9B00 100%);
  z-index: -1;
}
.new-system .teacher-box .container {
  padding: 0;
}
.new-system .img-sp,
.new-system .modal,
.new-system .sp-box {
  display: none;
}
.new-system .video-head {
  margin: 80px 0 40px;
}
.new-system .video-box {
  width: 100%;
  height: auto;
}
.new-system .video-box video {
  width: 100%;
  height: auto;
}
@media (max-width: 1080px) {
  .new-system .box .inner > p {
    font-size: 18px;
  }
  .new-system .box .inner .point-box p {
    font-size: 26px;
  }
  .new-system .box .inner .point-box .font-36 {
    font-size: 30px;
  }
}
@media (max-width: 840px) {
  .new-system .head {
    padding-top: 56px;
    background: url(../img-top/deco-head.svg) no-repeat top center;
  }
  .new-system .head h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .new-system .head p {
    font-size: 18px;
  }
  .new-system .head p br {
    display: block;
  }
  .new-system .box {
    margin: 48px 0;
  }
  .new-system .box .inner {
    padding: 64px 24px;
  }
  .new-system .box .inner > p {
    display: none;
  }
  .new-system .box .inner .head-box span {
    display: inline-block;
    width: auto;
    font-size: 16px;
    background: url(../img-top/deco-side-left.svg), url(../img-top/deco-side-right.svg);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: 64px;
    padding: 0 80px;
  }
  .new-system .box .inner .head-box h3 {
    display: inline-block;
    font-size: 28px;
    background: none;
    padding: 0;
  }
  .new-system .box .inner .point-box {
    margin: 16px 0 0;
    padding: 40px 0;
    background: url(../img-top/deco-point-top.png), url(../img-top/deco-point-bottom.png);
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    background-size: 80px;
  }
  .new-system .box .inner .point-box p {
    font-size: 24px;
  }
  .new-system .box .inner .point-box p br.sp {
    display: block;
  }
  .new-system .box .inner .point-box .font-36 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .new-system .head {
    padding-top: 56px;
    background: url(../img-top/deco-head.svg) no-repeat top center;
  }
  .new-system .head h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .new-system .head p {
    font-size: 18px;
  }
  .new-system .head p br {
    display: block;
  }
  .new-system .box {
    padding: 8px;
  }
  .new-system .box .inner {
    padding: 32px 16px;
  }
  .new-system .box .inner > p {
    display: none;
  }
  .new-system .box .inner .head-box span {
    display: inline-block;
    width: auto;
    font-size: 15px;
    background: url(../img-top/deco-side-left.svg), url(../img-top/deco-side-right.svg);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: 64px;
    padding: 0 80px;
  }
  .new-system .box .inner .head-box h3 {
    display: inline-block;
    font-size: 24px;
    background: none;
    padding: 0;
  }
  .new-system .box .inner .point-box {
    margin: 16px 0 0;
    padding: 40px 0;
    background: url(../img-top/deco-point-top.png), url(../img-top/deco-point-bottom.png);
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    background-size: 80px;
  }
  .new-system .box .inner .point-box p {
    font-size: 20px;
  }
  .new-system .box .inner .point-box .font-36 {
    font-size: 24px;
  }
  .new-system .img-pc {
    display: none;
  }
  .new-system .img-sp {
    display: block;
    line-height: 1;
  }
  .new-system .img-sp .img {
    width: 100%;
  }
  .new-system .img-sp .flex {
    display: flex;
    justify-content: space-evenly;
  }
  .new-system .img-sp .flex a {
    width: calc((100% - 80px) / 3);
  }
  .new-system .img-sp .flex img {
    width: 100%;
  }
  .new-system .modal {
    display: none; /* 最初は非表示 */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 48, 86, 0.9);
    justify-content: center;
    align-items: center;
  }
  .new-system .modal.active {
    display: flex;
  }
  .new-system .modal .modal-content {
    width: 90%;
    position: relative;
  }
  .new-system .modal .modal-content img {
    width: 100%;
  }
  .new-system .modal .close {
    cursor: pointer;
    position: absolute;
    width: 56px;
    height: 56px;
    right: calc(50% - 28px);
    bottom: 72px;
    color: #fff;
    font-size: 17px;
    text-align: center;
  }
  .new-system .modal .close span {
    display: block;
    height: 64px;
    font-size: 48px;
  }
  .new-system .teacher-box {
    display: none;
  }
  .new-system .sp-box {
    display: block;
    margin-top: 48px;
  }
  .new-system .sp-box .head p {
    color: #29375B;
    font-size: 20px;
    margin-bottom: 16px;
  }
  .new-system .sp-box .head p:last-child {
    margin-bottom: 0;
  }
  .new-system .sp-box .head .font-24 {
    color: #29375B;
    font-size: 24px;
  }
  .new-system .video-head {
    margin: 40px 0 24px;
  }
}
@media (max-width: 480px) {
  .new-system .head h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .new-system .head p {
    font-size: 15px;
  }
  .new-system .box {
    margin: 32px 0;
  }
  .new-system .box .inner .head-box span {
    font-size: 14px;
  }
  .new-system .box .inner .head-box h3 {
    font-size: 20px;
  }
  .new-system .box .inner .point-box p {
    font-size: 16px;
  }
  .new-system .box .inner .point-box .font-36 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .new-system .sp-box .head p {
    font-size: 18px;
  }
  .new-system .sp-box .head .font-24 {
    font-size: 22px;
  }
}

.new-voice {
  background: url(../img-top/bg.png) no-repeat center;
  background-size: cover;
  border-top: #17298D 1px solid;
  border-bottom: #17298D 1px solid;
}
.new-voice .head {
  text-align: center;
  padding: 56px 0;
  background: url(../img-top/deco-head.svg), url(../img-top/deco-head.svg);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}
.new-voice .head h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
}
.new-voice .head .font-40 {
  font-size: 40px;
}
.new-voice .head p {
  font-size: 20px;
  font-weight: bold;
}
.new-voice .box-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new-voice .voice-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}
.new-voice .voice-box .box {
  width: calc((100% - 32px) / 2);
  height: auto;
  border: #17298D 1px solid;
  padding: 32px;
  margin-bottom: 32px;
  background: #fff;
  box-sizing: border-box;
}
.new-voice .voice-box .box:nth-last-child(1), .new-voice .voice-box .box:nth-last-child(2) {
  margin-bottom: 0;
}
.new-voice .voice-box .box .flex {
  display: flex;
  align-items: center;
  padding: 0 56px;
  background: url(../img-top/deco-point-left.svg), url(../img-top/deco-point-right.svg);
  background-position: top left, top right;
  background-repeat: no-repeat;
  background-size: 40px 120px;
  margin-bottom: 24px;
}
.new-voice .voice-box .box .flex img {
  width: 120px;
  height: 120px;
  margin-right: 24px;
}
.new-voice .voice-box .box .flex div span {
  font-size: 16px;
  font-weight: bold;
}
.new-voice .voice-box .box .flex div h3 {
  font-size: 32px;
  font-weight: bold;
}
.new-voice .voice-box .box p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 1080px) {
  .new-voice .voice-box .swiper-button-next,
  .new-voice .voice-box .swiper-button-prev,
  .new-voice .voice-box .swiper-pagination {
    display: none !important;
  }
}
@media (max-width: 1080px) {
  .new-voice .voice-box {
    display: block;
  }
  .new-voice .voice-box .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: initial;
    padding-bottom: 56px;
  }
  .new-voice .voice-box .box {
    width: 100%;
    margin-bottom: 32px;
  }
  .new-voice .voice-box .box:nth-last-child(1), .new-voice .voice-box .box:nth-last-child(2) {
    margin-bottom: 32px;
  }
  .new-voice .voice-box .box .flex {
    justify-content: center;
    width: 420px;
    margin: 0 auto 24px;
  }
  .new-voice .voice-box .swiper-button-prev,
  .new-voice .voice-box .swiper-button-next {
    position: absolute;
    width: 56px;
    height: 56px;
    top: auto;
    bottom: 0;
    z-index: 2;
  }
  .new-voice .voice-box .swiper-button-prev::after,
  .new-voice .voice-box .swiper-button-next::after {
    display: none;
  }
  .new-voice .voice-box .swiper-button-prev {
    background: url(../img-top/ixon-swiper-left.svg) no-repeat;
  }
  .new-voice .voice-box .swiper-button-next {
    background: url(../img-top/ixon-swiper-right.svg) no-repeat;
  }
  .new-voice .voice-box .swiper-pagination {
    bottom: 16px;
    z-index: 1;
  }
  .new-voice .voice-box .swiper-pagination span {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    background: #17298D;
  }
}
@media (max-width: 640px) {
  .new-voice .head p {
    text-align: left;
  }
  .new-voice .head p br {
    display: none;
  }
  .new-voice .voice-box .box {
    padding: 24px;
  }
  .new-voice .voice-box .box .flex {
    width: 100%;
    padding: 40px 0;
    background: url(../img-top/deco-point-top.png), url(../img-top/deco-point-bottom.png);
    background-repeat: no-repeat;
    background-position: top center, bottom center;
  }
  .new-voice .voice-box .box .flex img {
    width: 80px;
    height: 80px;
  }
  .new-voice .voice-box .box .flex div span {
    font-size: 15px;
  }
  .new-voice .voice-box .box .flex div h3 {
    font-size: 24px;
  }
  .new-voice .voice-box .box p {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .new-voice .head h2 {
    font-size: 24px;
  }
  .new-voice .head h2 .font-40 {
    font-size: 32px;
  }
  .new-voice .head p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .new-voice .head h2 {
    font-size: 20px;
  }
  .new-voice .head h2 .font-40 {
    font-size: 28px;
  }
}

.new-plan {
  background: linear-gradient(0deg, #FFF5E3 0%, #FFFFFF 100%);
}
.new-plan .head {
  text-align: center;
  padding: 56px 0;
  background: url(../img-top/deco-head.svg), url(../img-top/deco-head.svg);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}
.new-plan .head h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
.new-plan .head .font-40 {
  font-size: 40px;
}
.new-plan .head p {
  font-size: 20px;
  font-weight: bold;
}
.new-plan .plan-box {
  margin: 48px 0 0;
  padding: 56px 24px 40px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.new-plan .plan-box h3 {
  font-size: 36px;
  margin-bottom: 40px;
}
.new-plan .plan-box small {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}
.new-plan .plan-box .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 320px;
  height: 72px;
  border-radius: 72px;
  text-decoration: none;
  background: #17298D url(../img-top/icon-more-btn.svg) no-repeat center right 24px;
  margin: 32px auto 0;
  transition: all 0.3s ease;
}
.new-plan .plan-box .more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.new-plan .plan-box .box {
  position: relative;
  padding: 64px 32px 32px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
}
.new-plan .plan-box .box::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 16px;
  top: 32px;
  left: calc(50% - 50px);
  background: url(../img-top/icon-h3.svg) no-repeat top center;
}
.new-plan .plan-box .box p {
  color: #17298D;
  font-size: 32px;
  font-weight: bold;
}
.new-plan .plan-box .box .font-20 {
  font-size: 20px;
}
.new-plan .plan-box .box .font-24 {
  font-size: 24px;
}
.new-plan .plan-box .box .font-36 {
  font-size: 36px;
}
.new-plan .plan-box .sky {
  background: linear-gradient(0deg, #E3F9FF 0%, #FFFFFF 100%);
}
.new-plan .plan-box .blue {
  background: linear-gradient(0deg, #E6F0FF 0%, #FFFFFF 100%);
}
.new-plan .plan-box .orange {
  background: linear-gradient(0deg, #FFEAD8 0%, #FFFFFF 100%);
}
.new-plan .teacher-box {
  position: relative;
  padding: 0;
  background: none;
  z-index: 1;
}
.new-plan .teacher-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 432px;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #29539B 0%, #193056 100%);
  z-index: -1;
}
.new-plan .teacher-box .container {
  padding-top: 0;
}
.new-plan .teacher-box h3 {
  display: inline-block;
  padding: 0 152px;
  font-size: 36px;
  background: url(../img-top/deco-side-left.svg), url(../img-top/deco-side-right.svg);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
}
.new-plan .teacher-box .point-w-box {
  padding: 24px 104px;
  text-align: left;
  background: url(../img-top/deco-point-w-left.svg), url(../img-top/deco-point-w-right.svg);
  background-position: center left, center right;
  background-repeat: no-repeat;
}
.new-plan .teacher-box .point-n-box {
  padding: 0 104px;
  text-align: left;
}
.new-plan .teacher-box p {
  color: #fff;
  font-size: 24px;
}
.new-plan .teacher-box .font-32 {
  font-size: 32px;
}
.new-plan .teacher-box .font-40 {
  font-size: 32px;
}
.new-plan .teacher-box .line {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .new-plan {
    display: none;
  }
}

.new-course {
  background: #FFF5E3;
}
.new-course .container {
  padding: 80px 0;
}
.new-course .head {
  text-align: center;
}
.new-course .head h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 24px;
  display: inline-block;
  padding: 0 152px;
  background: url(../img-top/deco-side-left.svg), url(../img-top/deco-side-right.svg);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
}
.new-course .head p {
  font-size: 20px;
  font-weight: bold;
}
.new-course .course-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 64px 0 48px;
}
.new-course .course-box .box {
  width: calc((100% - 96px) / 4);
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.new-course .course-box .box img {
  display: flex;
  margin: -24px auto 0;
}
.new-course .course-box .box h3 {
  color: #17298D;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 16px 0 24px;
}
.new-course .course-box .box ul {
  list-style: none;
}
.new-course .course-box .box ul li {
  border-top: #E3E3E3 1px solid;
}
.new-course .course-box .box ul li:last-child {
  border-bottom: #E3E3E3 1px solid;
}
.new-course .course-box .box ul li a {
  display: block;
  color: #29375B;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 56px 16px 20px;
  text-decoration: none;
  background: url(../img-top/icon-course-box-btn.svg) no-repeat center right 12px;
  transition: all 0.3s ease;
}
.new-course .course-box .box ul li a:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.new-course .course-detail-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new-course .course-detail-box .box {
  width: calc((100% - 48px) / 3);
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 32px 36px;
  box-sizing: border-box;
}
.new-course .course-detail-box .box h3 {
  color: #17298D;
  font-size: 24px;
  font-weight: bold;
  border-bottom: #E3E3E3 1px solid;
  margin-bottom: 16px;
  padding-bottom: 12px;
}
.new-course .course-detail-box .box ul {
  list-style: none;
}
.new-course .course-detail-box .box ul li {
  font-size: 16px;
  font-weight: bold;
  padding-left: 24px;
  margin-bottom: 8px;
  background: url(../img-top/icon-course-detail-box.svg) no-repeat center left;
}
.new-course .course-detail-box .box ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .new-course {
    display: none;
  }
}

.new-guidance {
  background: linear-gradient(0deg, #EDF1F8 0%, #FFFFFF 100%);
}
.new-guidance .head {
  padding-top: 56px;
  text-align: center;
  background: url(../img-top/deco-head.svg) no-repeat top center;
}
.new-guidance .head span {
  color: #17298D;
  font-size: 18px;
  font-weight: bold;
}
.new-guidance .head h2 {
  color: #17298D;
  font-size: 40px;
  margin-bottom: 24px;
}
.new-guidance .head h2 br.sp {
  display: none;
}
.new-guidance .head p {
  font-size: 20px;
  font-weight: bold;
}
.new-guidance .head .font-28 {
  font-size: 28px;
}
.new-guidance .head .font-40 {
  font-size: 40px;
}
.new-guidance .guidance-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 64px;
}
.new-guidance .guidance-box .box {
  width: calc((100% - 48px) / 3);
  background: #FFFFFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
}
.new-guidance .guidance-box .box img {
  width: 100%;
  height: auto;
}
.new-guidance .guidance-box .box h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 48px 24px 24px;
  text-align: center;
  background: url(../img-top/icon-h3.svg) no-repeat top 24px center;
}
.new-guidance .contact-box {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.new-guidance .contact-box .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 348px;
  height: 84px;
  border-radius: 80px;
  text-decoration: none;
  text-align: center;
  margin: 0 16px;
  transition: all 0.3s ease;
}
.new-guidance .contact-box .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.new-guidance .contact-box .btn span {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.new-guidance .contact-box .btn p {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.new-guidance .contact-box .btn::after, .new-guidance .contact-box .btn::before {
  position: absolute;
  content: "";
}
.new-guidance .contact-box .btn::before {
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  left: 24px;
}
.new-guidance .contact-box .btn::after {
  width: 36px;
  height: 36px;
  top: calc(50% - 18px);
  right: 24px;
}
.new-guidance .contact-box .contact-btn {
  background: #F8A100;
}
.new-guidance .contact-box .contact-btn::before {
  background: url(../img-top/icon-contact-btn.svg) no-repeat top 6px left 4px;
  background-size: 32px;
}
.new-guidance .contact-box .contact-btn::after {
  background: url(../img-top/icon-more-btn-contact.svg) no-repeat;
}
.new-guidance .contact-box .line-btn {
  background: #06C655;
}
.new-guidance .contact-box .line-btn::before {
  background: url(../img-top/icon-line-btn.svg) no-repeat top left;
  background-size: 40px;
}
.new-guidance .contact-box .line-btn::after {
  background: url(../img-top/icon-more-btn-line.svg) no-repeat;
}
@media (max-width: 1280px) {
  .new-guidance .guidance-box {
    margin-top: 48px;
  }
  .new-guidance .guidance-box .box img {
    display: none;
  }
  .new-guidance .guidance-box .box h3 {
    font-size: 18px;
  }
}
@media (max-width: 1080px) {
  .new-guidance .head h2 br.sp {
    display: block;
  }
  .new-guidance .guidance-box {
    margin-top: 48px;
  }
  .new-guidance .guidance-box .box {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 768px) {
  .new-guidance .head {
    padding-top: 56px;
    text-align: center;
    background: url(../img-top/deco-head.svg) no-repeat top center;
  }
  .new-guidance .head span {
    font-size: 24px;
  }
  .new-guidance .head h2 {
    font-size: 32px;
  }
  .new-guidance .head p {
    font-size: 18px;
    text-align: left;
  }
  .new-guidance .head p br {
    display: none;
  }
  .new-guidance .head .font-28 {
    font-size: 24px;
  }
  .new-guidance .head .font-40 {
    font-size: 32px;
  }
  .new-guidance .guidance-box .box {
    width: 100%;
  }
  .new-guidance .contact-box {
    flex-wrap: wrap;
    margin: 0;
  }
  .new-guidance .contact-box .btn {
    width: 100%;
    margin: 16px 0 0;
  }
}
@media (max-width: 480px) {
  .new-guidance .head h2 {
    font-size: 24px;
  }
  .new-guidance .head h2 .font-40 {
    font-size: 28px;
  }
}

.new-area {
  position: relative;
  background: url(../img-top/area-bg.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}
.new-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 240px;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #EAD16E 0%, #EF9B00 100%);
  z-index: -1;
}
.new-area .flex {
  display: flex;
  justify-content: space-between;
}
.new-area .flex .left {
  width: 664px;
  text-align: center;
}
.new-area .flex .left .head {
  padding-top: 56px;
  text-align: center;
  background: url(../img-top/deco-head.svg) no-repeat top center;
}
.new-area .flex .left .head h2 {
  color: #17298D;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 48px;
}
.new-area .flex .left .box {
  padding: 24px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.new-area .flex .left .box h3 {
  color: #17298D;
  font-size: 32px;
  font-weight: bold;
  border-bottom: #E3E3E3 1px solid;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.new-area .flex .left .box div span {
  font-size: 24px;
  font-weight: bold;
  padding: 0 16px;
}
.new-area .flex .left .box p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 16px;
  background: #17298D;
  margin-top: 32px;
}
.new-area .flex .left .box .font-24 {
  font-size: 24px;
}
@media (max-width: 1080px) {
  .new-area .flex .left .head h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .new-area .flex .left .box h3 {
    font-size: 24px;
  }
  .new-area .flex .left .box div span {
    font-size: 18px;
    padding: 0 12px;
  }
  .new-area .flex .left .box p {
    margin-top: 16px;
    font-size: 18px;
  }
  .new-area .flex .left .box .font-24 {
    font-size: 20px;
  }
  .new-area .flex .right img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .new-area {
    display: none;
  }
}

.new-flow {
  position: relative;
  background: linear-gradient(0deg, #FFF5E3 0%, #FFFFFF 100%);
  z-index: 1;
}
.new-flow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 340px;
  background: url(../img-top/flow-bg.jpg) no-repeat top center;
  background-size: cover;
  z-index: -1;
}
.new-flow .head {
  padding-top: 56px;
  text-align: center;
  background: url(../img-top/deco-head.svg) no-repeat top center;
}
.new-flow .head h2 {
  color: #17298D;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 48px;
}
.new-flow .flow-box {
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.new-flow .flow-box .box {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: #D9D9D9 1px solid;
}
.new-flow .flow-box .box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.new-flow .flow-box .box .left {
  width: 120px;
  border-right: #17298D 1px solid;
  padding-right: 32px;
  margin-right: 40px;
  text-align: center;
}
.new-flow .flow-box .box .left span {
  color: #17298D;
  font-size: 22px;
  font-weight: bold;
}
.new-flow .flow-box .box .left p {
  color: #17298D;
  font-size: 56px;
  font-weight: bold;
}
.new-flow .flow-box .box .right h3 {
  color: #17298D;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.new-flow .flow-box .box .right p {
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .new-flow {
    display: none;
  }
}

/* FAQ section */
.new-faq {
  background: url("../img-top/bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
  border-top: 1px solid #17298D;
  border-bottom: 1px solid #17298D;
  text-align: center;
}
.new-faq .container {
  padding: 80px 0;
}
.new-faq h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  padding-left: 64px;
  background: url(../img-top/icon-faq.svg) no-repeat center left;
}
.new-faq .faq-list {
  text-align: left;
}
.new-faq .faq-list .faq-item {
  border: #17298D 1px solid;
  background: #fff;
  margin-bottom: 24px;
  overflow: hidden;
  transition: all 0.6s ease;
}
.new-faq .faq-list .faq-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.new-faq .faq-list .faq-item.active .faq-toggle {
  transform: rotate(180deg);
  transition: all 0.6s ease;
}
.new-faq .faq-list .faq-item.active .faq-answer {
  max-height: 200px;
  opacity: 1;
  transition: all 0.6s ease;
}
.new-faq .faq-list .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  cursor: pointer;
  transition: background-color 0.6s ease;
}
.new-faq .faq-list .faq-item .faq-question h3 {
  width: 100%;
  color: #17298D;
  font-size: 20px;
  font-weight: bold;
}
.new-faq .faq-list .faq-item .faq-toggle {
  width: 24px;
  height: 12px;
  transition: transform 0.3s ease;
  margin-left: 20px;
  background: url(../img-top/icon-faq-more.svg) no-repeat;
}
.new-faq .faq-list .faq-item .faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  border-top: #E3E3E3 1px solid;
  margin: 0 32px;
  transition: all 0.3s ease;
}
.new-faq .faq-list .faq-item .faq-answer p {
  padding: 12px 0 25px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .new-faq h2 {
    font-size: 32px;
  }
  .new-faq .faq-list .faq-item .faq-question {
    padding: 20px 24px;
  }
  .new-faq .faq-list .faq-item .faq-question h3 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .new-faq .container {
    padding: 48px 0;
  }
  .new-faq h2 {
    font-size: 26px;
    margin-bottom: 32px;
    padding: 48px 0 0;
    background: url(../img-top/icon-faq.svg) no-repeat top center;
  }
}

/* Footer */
.footer .container {
  padding: 64px 0 16px;
}
.footer .fnav > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.footer .fnav > ul > li {
  width: calc((100% - 40px) / 4);
}
.footer .fnav > ul > li p {
  display: block;
  color: #29375B;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: #E3E3E3 1px solid;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.footer .fnav > ul > li .snav {
  list-style: none;
}
.footer .fnav > ul > li .snav a {
  display: block;
  color: #29375B;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 14px;
  background: url(../img-top/icon-fnav.svg) no-repeat top 6px left;
  margin-bottom: 8px;
}
.footer .small-nav {
  border-top: #E3E3E3 1px solid;
  margin-top: 40px;
  padding-top: 16px;
}
.footer .small-nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.footer .small-nav ul li {
  padding: 0 12px;
}
.footer .small-nav ul li a {
  color: #29375B;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.footer small {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 16px;
  background: #17298D;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer {
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 1080px) {
  .footer .container {
    padding: 40px 0 16px;
  }
  .footer .fnav > ul {
    flex-direction: column;
  }
  .footer .fnav > ul > li {
    width: 100%;
    border-bottom: #E3E3E3 1px solid;
  }
  .footer .fnav > ul > li p {
    position: relative;
    cursor: pointer;
    padding: 16px;
    border: 0;
    margin: 0;
  }
  .footer .fnav > ul > li p .fnav-toggle {
    position: absolute;
    display: block;
    width: 21px;
    height: 12px;
    top: 26px;
    right: 24px;
    transition: transform 0.3s ease;
    margin-left: 20px;
    background: url(../img-top/icon-faq-more.svg) no-repeat;
  }
  .footer .fnav > ul > li .snav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0 16px;
  }
  .footer .fnav > ul > li.active .snav {
    max-height: 500px;
    border-top: #E3E3E3 1px solid;
    padding: 16px 0;
  }
  .footer .fnav > ul > li.active p .fnav-toggle {
    transform: rotate(180deg);
    transition: all 0.6s ease;
  }
  .footer .small-nav {
    border: 0;
    margin-top: 0;
    padding-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  .small-nav ul {
    flex-wrap: wrap;
    margin: 12px 0;
  }
  .small-nav ul li {
    width: 100%;
    margin-top: 12px;
  }
  .small-nav ul li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer .container {
    padding: 16px 0;
  }
}/*# sourceMappingURL=front.css.map */