@charset "UTF-8";
@font-face {
  font-family: "Medium";
  src: url(../font/NSJP/NotoSansJP-Medium.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Bold";
  src: url(../font/NSJP/NotoSansJP-Bold.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Regular";
  src: url(../font/NSJP/NotoSansJP-Regular.ttf) format("truetype");
  font-style: normal;
}
.bold {
  font-family: "Bold";
}

.Regular {
  font-family: "Regular";
}

@media screen and (min-width: 441px) {
  .sp {
    display: none;
    padding: 0;
  }
}
@media screen and (min-width: 321px) {
  .ssp {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  .pc {
    display: none;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .tb {
    display: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .nb {
    display: none;
    margin: 0;
  }
}
@media screen and (max-width: 1029px) {
  .dt {
    display: none;
    margin: 0;
  }
}
@media screen and (min-width: 1030px) {
  .nb2 {
    display: none;
    margin: 0;
  }
}
@media screen and (max-width: 440px), (min-width: 781px) {
  .tb2 {
    display: none;
    padding: 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  color: #19232E;
  font-family: "Medium";
  line-height: 1.5;
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width:780px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (max-width:600px) {
  html, body {
    font-size: 14px;
  }
}
@media screen and (max-width:360px) {
  html, body {
    font-size: 13px;
  }
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
}

section {
  padding: 120px 0;
}
@media screen and (max-width:1029px) {
  section {
    padding: 80px 0;
  }
}
@media screen and (max-width:600px) {
  section {
    padding: 60px 0;
  }
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:1029px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width:600px) {
  .container {
    width: 345px;
  }
}
@media screen and (max-width:360px) {
  .container {
    width: 90%;
  }
}

.sub-container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:1029px) {
  .sub-container {
    width: 90%;
  }
}
@media screen and (max-width:600px) {
  .sub-container {
    width: 345px;
  }
}
@media screen and (max-width:360px) {
  .sub-container {
    width: 90%;
  }
}

.mini-container {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:1029px) {
  .mini-container {
    width: 90%;
  }
}
@media screen and (max-width:600px) {
  .mini-container {
    width: calc(100% - 35px);
  }
}
@media screen and (max-width:360px) {
  .mini-container {
    width: 90%;
  }
}

footer {
  padding: 50px 0 30px;
  background: #333333;
}
@media screen and (max-width:600px) {
  footer {
    padding: 40px 0 20px;
  }
}
footer .flex {
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 60px;
}
@media screen and (max-width:780px) {
  footer .flex {
    gap: 25px;
    width: 95%;
  }
}
@media screen and (max-width:600px) {
  footer .flex {
    flex-wrap: wrap;
    gap: 35px;
  }
}
footer .flex .mail {
  width: 360px;
}
@media screen and (max-width:600px) {
  footer .flex .mail {
    font-size: 15px;
    width: 290px;
  }
}
footer .flex .mail img {
  width: 220px;
  margin-bottom: 25px;
}
@media screen and (max-width:600px) {
  footer .flex .mail img {
    width: 180px;
    margin: 0 auto 35px;
  }
}
footer .flex .mail p {
  color: white;
}
footer .flex .mail p.main {
  margin-bottom: 20px;
}
@media screen and (max-width:600px) {
  footer .flex .mail p.main {
    text-align: center;
  }
}
footer .flex .mail p.ano {
  font-size: 12px;
}
footer .flex .mail a.mail-button {
  width: 290px;
  background: white;
  padding: 15px 0;
  font-size: 18px;
  position: relative;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
  padding-left: 30px;
}
footer .flex .mail a.mail-button::before {
  position: absolute;
  content: "";
  width: 25.3px;
  height: 20px;
  background: url(../img/mail-button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
}
footer .flex .item {
  width: 320px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width:780px) {
  footer .flex .item {
    gap: 15px 30px;
  }
}
@media screen and (max-width:600px) {
  footer .flex .item {
    flex-direction: row;
    width: 290px;
  }
}
footer .flex .item a {
  font-size: 18px;
}
footer .flex .item a:nth-child(4) {
  margin-right: 43px;
}
@media screen and (max-width:600px) {
  footer .flex .item a {
    font-size: 14px;
  }
  footer .flex .item a:nth-child(3) {
    margin-right: 30px;
  }
  footer .flex .item a:nth-child(4) {
    margin-right: 0px;
  }
}
footer .line {
  border-bottom: solid 1px #354388;
  margin: 40px auto 30px;
}
@media screen and (max-width:600px) {
  footer .line {
    margin: 40px auto 20px;
  }
}
footer .flex02 {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width:780px) {
  footer .flex02 {
    gap: 20px;
  }
}
@media screen and (max-width:600px) {
  footer .flex02 {
    width: 231px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 10px 30px;
  }
}
footer .flex02 a {
  font-family: "Regular";
  font-size: 16px;
}
@media screen and (max-width:600px) {
  footer .flex02 a {
    font-size: 14px;
  }
}
footer .flex02 p {
  color: #fff;
  font-family: "Regular";
  font-size: 16px;
}
footer .flex02 p.name {
  color: #76A3FF;
}
@media screen and (max-width:600px) {
  footer .flex02 p {
    font-size: 14px;
  }
}

header {
  background: #00A5F7;
  top: 0;
}
header.home {
  background: #fff;
}
header .dt .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  background: #fff;
}
@media screen and (max-width:1029px) {
  header .dt .top-bar {
    display: block;
  }
}
header .dt .top-bar .header-logo {
  width: 220px;
}
header .dt .top-bar ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width:1029px) {
  header .dt .top-bar ul {
    justify-content: space-between;
  }
}
header .dt .top-bar ul.top-bar__menu {
  display: flex;
  gap: 20px;
}
@media screen and (max-width:1480px) {
  header .dt .top-bar ul.top-bar__menu {
    gap: 13px;
  }
}
@media screen and (max-width:1029px) {
  header .dt .top-bar ul.top-bar__menu {
    margin-top: 10px;
  }
}
header .dt .top-bar ul.top-bar__menu li {
  margin: 0px;
  font-family: "Bold";
}
header .dt .top-bar ul.top-bar__menu li.icon a {
  width: 300px;
  padding: 4px 0px 4px 6px;
  border-radius: 40px;
  position: relative;
  color: #03306E;
  font-size: 90%;
  display: block;
  text-align: center;
}
@media screen and (max-width:1480px) {
  header .dt .top-bar ul.top-bar__menu li.icon a {
    width: 250px;
  }
}
header .dt .top-bar ul.top-bar__menu li.icon a.cta {
  padding: 20px;
  line-height: 1;
  background: linear-gradient(65deg, #624FF7, #53C4FF);
  color: #fff;
  font-family: "Bold";
  font-size: 20px;
  position: relative;
}
header .dt .top-bar ul.top-bar__menu li.icon a.cta:before {
  position: absolute;
  content: "";
  background: url(../img/counceling.svg) no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
}
header .dt .top-bar ul.top-bar__menu li a {
  color: #000000;
}
header .nb2 .top-bar-open {
  background: #fff;
  padding: 10px 15px;
}
@media screen and (max-width:360px) {
  header .nb2 .top-bar-open {
    padding: 10px;
  }
}
header .nb2 .top-bar-open__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width:600px) {
  header .nb2 .top-bar-open__head {
    gap: 5px;
  }
}
header .nb2 .top-bar-open__head--logo {
  flex: 3;
}
@media screen and (max-width:780px) {
  header .nb2 .top-bar-open__head--logo {
    width: 35%;
  }
}
header .nb2 .top-bar-open__head--logo img {
  width: 120px;
}
header .nb2 .top-bar-open__cta {
  text-align: right;
}
header .nb2 .top-bar-open__cta a {
  display: inline-block;
  color: #fff;
  font-family: "Bold";
  font-size: 16px;
  background: linear-gradient(65deg, #624FF7, #53C4FF);
  padding: 9px 24px 9px 15px;
  border-radius: 24px;
  position: relative;
}
@media screen and (max-width:780px) {
  header .nb2 .top-bar-open__cta a {
    padding: 8px 24px 9px 15px;
    margin-left: 230px;
  }
}
@media screen and (max-width:600px) {
  header .nb2 .top-bar-open__cta a {
    font-size: 13px;
    margin-left: 6px;
    margin-right: 0;
  }
}
@media screen and (max-width:360px) {
  header .nb2 .top-bar-open__cta a {
    margin: 0;
    font-size: 12px;
    padding: 4px 15px;
    text-align: center;
  }
}
header .nb2 .top-bar-open__cta a:before {
  position: absolute;
  content: "";
  background: url(../img/counceling.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
@media screen and (max-width:600px) {
  header .nb2 .top-bar-open__cta a:before {
    top: 52%;
  }
}
@media screen and (max-width:360px) {
  header .nb2 .top-bar-open__cta a:before {
    display: none;
  }
}
header .nb2 .top-bar-open__click {
  width: 42px;
  height: 42px;
  padding: 13.5px 13px;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
header .nb2 .top-bar-open__click span {
  position: relative;
  z-index: 999;
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  border-radius: 10px;
  background: #6E6E6E;
  transition: 0.3s;
}
header .nb2 .top-bar-open__click span.line02 {
  margin: 4px auto;
}
header .nb2 .top-bar-open__click.open {
  margin: 0;
  padding: 14px 14.5px;
}
header .nb2 .top-bar-open__click.open span {
  display: none;
}
header .nb2 .top-bar-open__click.open span.line02 {
  margin: 0 auto;
  display: block;
  border-radius: 0;
  width: 14px;
  height: 14px;
  transition: 0.3s;
  background: url(../img/cross.svg) no-repeat center/100%;
}
header .nb2 .top-bar {
  background: #19232E;
  text-align: left;
  padding: 40px 50px;
  height: 100vh;
  width: 300px;
  margin-right: 0;
  margin-left: auto;
}
header .nb2 .top-bar__head {
  position: relative;
  margin-bottom: 48px;
}
header .nb2 .top-bar__head img {
  width: 200px;
  margin-left: 6%;
}
header .nb2 .top-bar__head--menu-btn {
  position: absolute;
  right: 40px;
  top: 0px;
}
header .nb2 .top-bar__head--menu-btn span {
  display: block;
  width: 32px;
  height: 2px;
  background: #fff;
  margin: 8px 0px;
}
header .nb2 .top-bar__login {
  width: 85%;
  margin: auto;
}
header .nb2 .top-bar__login ul {
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
}
header .nb2 .top-bar__login ul li a {
  color: #fff;
}
header .nb2 .top-bar__menu ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
}
header .nb2 .top-bar ul li {
  font-size: 16px;
  margin: 30px 0px;
}
header .nb2 .top-bar ul li:first-child {
  margin-top: 0;
}
header .nb2 .top-bar ul li a {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
header .nb2 .top-bar ul li a::after {
  position: absolute;
  content: "";
  width: 5.5px;
  height: 10px;
  top: 58%;
  left: 147px;
  transform: translateY(-50%);
  background: url(../img/bar-arrow.svg) no-repeat center/100%;
}
header .nb2 .top-bar ul li a.n1::after {
  top: 57%;
  left: 116px;
}
header .nb2 .top-bar ul li a.n2::after {
  top: 55%;
  left: 100px;
}
header .nb2 .top-bar ul li a.n3::after {
  top: 58%;
  left: 165px;
}
header nav ol.breadcrumb {
  background: white;
  border-top: 1px solid #0B2088;
  display: flex;
  padding: 5px 20px;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
header nav ol.breadcrumb a {
  font-size: 12px;
  color: #0B2088;
  position: relative;
}
header nav ol.breadcrumb a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #0B2088;
  border-right: 2px solid #0B2088;
  top: 50%;
  left: 110%;
  transform: translateY(-50%) rotate(45deg);
}
header nav ol.breadcrumb a:last-child::after {
  content: none;
}
header nav ol.breadcrumb span {
  list-style: none;
  font-size: 12px;
  white-space: nowrap;
}
header nav ol.breadcrumb span:last-child {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100vw;
  justify-content: right;
}
header .close-menu {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translateX(100%);
  transition: 0.4s;
}
header .close-menu .top-bar {
  opacity: 0;
  top: -100%;
}
header .close-menu.open {
  transform: translateX(0);
  transition: 0.4s;
  margin-top: 62px;
}
header .close-menu.open .top-bar {
  opacity: 1;
}

h2 {
  font-size: 32px;
  text-align: center;
  line-height: 1.3;
  font-family: "Bold";
  margin-bottom: 50px;
}
@media screen and (max-width:600px) {
  h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

img {
  width: 100%;
  display: block;
}

.flex {
  display: flex;
}

a {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width:1480px) {
  a {
    font-size: 18px;
  }
}
@media screen and (max-width:600px) {
  a {
    font-size: 16px;
  }
}
a.button {
  width: 400px;
  padding: 20px 0;
  border-radius: 40px;
  margin: 0 auto;
  font-family: "Bold";
  text-align: center;
  background: #2F344D;
  position: relative;
}
@media screen and (max-width:600px) {
  a.button {
    width: 260px;
    padding: 15px 0;
  }
}
a.button:before {
  position: absolute;
  content: "";
  background: url(../img/counceling.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 52%;
  transform: translateY(-50%);
  right: 30px;
}
@media screen and (max-width:600px) {
  a.button:before {
    width: 13px;
    height: 13px;
    right: 15px;
  }
}
a.button.b-2 {
  width: 500px;
  margin: 50px auto 0;
  padding: 30px 82px;
  border-radius: 45px;
  background: linear-gradient(65deg, #624FF7, #53C4FF);
}
@media screen and (max-width:600px) {
  a.button.b-2 {
    padding: 13px 62px;
    margin: 30px auto 0;
    width: 305px;
  }
}

.header {
  margin-top: 115px;
  height: 899px;
  background: url(../img/header.png) no-repeat top/cover;
  padding-top: 180px;
  position: relative;
}
@media screen and (max-width:1029px) {
  .header {
    height: auto;
    margin-top: 62px;
    background: url(../img/header.png) no-repeat 60% center/cover;
  }
}
@media screen and (max-width:600px) {
  .header {
    background: url(../img/header-sp.png) no-repeat 60% top/cover;
    padding: 60px 0 30px;
  }
}
.header .container {
  max-width: 1476px;
}
@media screen and (max-width:1480px) {
  .header .container {
    width: 90%;
  }
}
@media screen and (max-width:600px) {
  .header .container {
    width: calc(100% - 30px);
  }
}
.header .container .open-popup {
  position: absolute;
  content: "";
  right: 40px;
  bottom: 40px;
  max-width: 474px;
  width: 100%;
}
@media screen and (max-width:1480px) {
  .header .container .open-popup {
    width: 35%;
  }
}
@media screen and (max-width:1029px) {
  .header .container .open-popup {
    width: 50%;
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    margin-left: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width:600px) {
  .header .container .open-popup {
    margin-top: 22px;
  }
}
.header h1 {
  letter-spacing: 0.05em;
  font-family: "Bold";
  line-height: 1.5;
  color: #fff;
  font-size: 3.7rem;
  text-shadow: 0 0 10px #4E5368, 0 0 20px #4E5368, 0 0 20px #4E5368, 0 0 20px #4E5368;
  position: relative;
}
@media screen and (max-width:780px) {
  .header h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width:600px) {
  .header h1 {
    font-size: 24px;
    text-shadow: 0 0 4px #4E5368;
    position: relative;
  }
}
.header .pc-flex {
  margin-top: 76px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:780px) {
  .header .pc-flex {
    margin-top: 40px;
  }
}
@media screen and (max-width:600px) {
  .header .pc-flex {
    margin-top: 0;
    display: inline;
  }
}
.header .pc-flex .flex {
  gap: 10px;
}
@media screen and (max-width:600px) {
  .header .pc-flex .flex {
    margin-top: 26px;
    gap: 5px;
  }
}
.header .pc-flex .flex .item {
  background: url(../img/header-flex.png) no-repeat center/100%;
}
.header .pc-flex .flex .item p {
  font-family: "Bold";
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width:600px) {
  .header .pc-flex .flex .item p {
    font-size: 9px;
  }
}
.header .pc-flex .flex .item.item01 {
  padding: 56px 16px 54px;
}
@media screen and (max-width:600px) {
  .header .pc-flex .flex .item.item01 {
    padding: 26px 4px 21px;
  }
}
.header .pc-flex .flex .item.item01 p span {
  font-size: 24px;
}
@media screen and (max-width:780px) {
  .header .pc-flex .flex .item.item01 p span {
    font-size: 20px;
  }
}
@media screen and (max-width:600px) {
  .header .pc-flex .flex .item.item01 p span {
    font-size: 12px;
  }
}
.header .pc-flex .flex .item.item02 {
  padding: 56px 33px 54px;
}
@media screen and (max-width:600px) {
  .header .pc-flex .flex .item.item02 {
    padding: 25px 11px 23px;
  }
}
.header .pc-flex .flex .item.item02 p span {
  font-size: 26px;
}
@media screen and (max-width:780px) {
  .header .pc-flex .flex .item.item02 p span {
    font-size: 20px;
  }
}
@media screen and (max-width:600px) {
  .header .pc-flex .flex .item.item02 p span {
    font-size: 14px;
  }
}
.header .pc-flex .flex .item.item03 {
  padding: 56px 33px 54px;
}
@media screen and (max-width:600px) {
  .header .pc-flex .flex .item.item03 {
    padding: 26px 15px 24px;
  }
}
.header .pc-flex .flex .item.item03 p span {
  font-size: 26px;
}
@media screen and (max-width:780px) {
  .header .pc-flex .flex .item.item03 p span {
    font-size: 20px;
  }
}
@media screen and (max-width:600px) {
  .header .pc-flex .flex .item.item03 p span {
    font-size: 12px;
  }
}
.header .pc-flex .flex .item.item04 {
  padding: 55px 16px;
}
@media screen and (max-width:600px) {
  .header .pc-flex .flex .item.item04 {
    padding: 27px 4.5px 22px;
  }
}
.header .pc-flex .flex .item.item04 p span {
  font-size: 24px;
}
@media screen and (max-width:780px) {
  .header .pc-flex .flex .item.item04 p span {
    font-size: 20px;
  }
}
@media screen and (max-width:600px) {
  .header .pc-flex .flex .item.item04 p span {
    font-size: 12px;
  }
}
@media screen and (max-width:600px) {
  .header .pc-flex .flex.flex02 {
    margin: -10px 0 0 40px;
  }
}

.page-header {
  margin-top: 120px;
  display: flex;
  align-items: center;
  height: 600px;
}
@media screen and (max-width:1480px) {
  .page-header .container {
    width: 90%;
  }
}
.page-header.cur {
  background: url(../img/curriculum-header.png) center/cover;
}
@media screen and (max-width:1029px) {
  .page-header.cur {
    background: url(../img/sp-curriculum-header.png) top/cover;
  }
}
.page-header.sup {
  background: url(../img/support-header.png) center/cover;
}
@media screen and (max-width:1029px) {
  .page-header.sup {
    background: url(../img/sp-support-header.png) top/cover;
  }
}
.page-header.sup h1 span {
  font-size: 40px;
}
@media screen and (max-width:600px) {
  .page-header.sup h1 span {
    font-size: 18px;
  }
}
.page-header.voi {
  background: url(../img/voice-header.png) center/cover;
}
@media screen and (max-width:1029px) {
  .page-header.voi {
    background: url(../img/sp-voice-header.png) top/cover;
  }
}
.page-header.cns {
  background: url(../img/counseling-header.png) center/cover;
}
@media screen and (max-width:1029px) {
  .page-header.cns {
    background: url(../img/sp-counseling-header.png) top/cover;
  }
}
.page-header.cns h1 span {
  font-size: 40px;
}
@media screen and (max-width:600px) {
  .page-header.cns h1 span {
    font-size: 18px;
  }
}
.page-header.cou {
  background: url(../img/course-header.png) center/cover;
}
@media screen and (max-width:1029px) {
  .page-header.cou {
    background: url(../img/sp-course-header.png) top/cover;
  }
}
.page-header.cou h1 {
  font-size: 40px;
}
@media screen and (max-width:600px) {
  .page-header.cou h1 {
    font-size: 18px;
  }
}
.page-header.cou h1 span {
  font-size: 48px;
}
@media screen and (max-width:600px) {
  .page-header.cou h1 span {
    font-size: 22px;
  }
}
.page-header.expa {
  background: url(../img/expa-header.jpg) center/cover;
}
@media screen and (max-width:1029px) {
  .page-header.expa {
    height: 380px;
    padding-top: 90px;
  }
}
@media screen and (max-width:780px) {
  .page-header.expa {
    background: url(../img/sp-expa-header.jpg) top/cover;
    height: 600px;
  }
}
@media screen and (max-width:600px) {
  .page-header.expa {
    height: 296px;
    padding: 40px 0 320px;
  }
}
.page-header.expa h1 {
  font-size: 30px;
}
@media screen and (max-width:1029px) {
  .page-header.expa h1 {
    font-size: 20px;
  }
}
@media screen and (max-width:600px) {
  .page-header.expa h1 {
    font-size: 18px;
  }
}
.page-header.expa h1 span {
  font-size: 48px;
  line-height: 1.2;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width:1029px) {
  .page-header.expa h1 span {
    font-size: 45px;
  }
}
@media screen and (max-width:600px) {
  .page-header.expa h1 span {
    font-size: 22px;
    margin-top: 15px;
    line-height: 1.3;
  }
}
.page-header.stan {
  background: url(../img/stan-header.jpg) center/cover;
}
@media screen and (max-width:1029px) {
  .page-header.stan {
    height: 380px;
    padding-top: 90px;
  }
}
@media screen and (max-width:780px) {
  .page-header.stan {
    background: url(../img/sp-stan-header.jpg) top/cover;
    height: 600px;
  }
}
@media screen and (max-width:600px) {
  .page-header.stan {
    height: 296px;
    padding: 40px 0 320px;
  }
}
.page-header.stan h1 {
  font-size: 30px;
}
@media screen and (max-width:1029px) {
  .page-header.stan h1 {
    font-size: 20px;
  }
}
@media screen and (max-width:600px) {
  .page-header.stan h1 {
    font-size: 18px;
  }
}
.page-header.stan h1 span {
  font-size: 48px;
  line-height: 1.2;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width:1029px) {
  .page-header.stan h1 span {
    font-size: 45px;
  }
}
@media screen and (max-width:600px) {
  .page-header.stan h1 span {
    font-size: 22px;
    margin-top: 15px;
    line-height: 1.3;
  }
}
@media screen and (max-width:1029px) {
  .page-header {
    display: block;
    margin-top: 62px;
    padding-top: 60px;
    height: 790px;
  }
}
@media screen and (max-width:780px) {
  .page-header {
    display: block;
    padding-top: 60px;
    height: 600px;
  }
}
@media screen and (max-width:600px) {
  .page-header {
    height: 296px;
    display: block;
    padding-top: 40px;
    margin-top: 90px;
  }
}
.page-header h1 {
  font-family: "Bold";
  font-size: 48px;
}
@media screen and (max-width:600px) {
  .page-header h1 {
    font-size: 22px;
  }
}

.benefit {
  background: #F5F7FC;
}
.benefit .container {
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width:1480px) {
  .benefit .container {
    width: 90%;
  }
}
.benefit .box {
  background: #E8F0FB;
  padding: 60px 0;
}
@media screen and (max-width:600px) {
  .benefit .box {
    padding: 40px 0;
  }
}
@media screen and (max-width:600px) {
  .benefit .box .mini-container {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width:360px) {
  .benefit .box .mini-container {
    width: calc(100% - 40px);
  }
}
.benefit .box .mini-container .wrapper {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: auto;
}
.benefit .box .mini-container .wrapper::after {
  position: absolute;
  content: "※1";
  width: 26px;
  height: 24px;
  font-size: 16px;
  right: -30px;
  top: -5px;
  color: #373c55;
}
@media screen and (max-width:600px) {
  .benefit .box .mini-container .wrapper::after {
    font-size: 12px;
    height: 17px;
    width: 20px;
    right: -25px;
    top: -5px;
  }
}
.benefit .box .mini-container img.logo {
  display: block;
  width: 307px;
  margin: 0 auto 18px;
}
@media screen and (max-width:600px) {
  .benefit .box .mini-container img.logo {
    width: 205px;
    margin-bottom: 13px;
  }
}
.benefit .box .mini-container img.price {
  margin: 50px auto 40px;
  width: 103%;
}
@media screen and (max-width:1480px) {
  .benefit .box .mini-container img.price {
    width: 100%;
  }
}
@media screen and (max-width:600px) {
  .benefit .box .mini-container img.price {
    margin: 30px auto 15px;
  }
}
.benefit .box .mini-container p {
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width:600px) {
  .benefit .box .mini-container p {
    font-size: 20px;
  }
}
.benefit .box .mini-container p span.flex {
  gap: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width:600px) {
  .benefit .box .mini-container p span.flex {
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
}
.benefit .box .mini-container p span.system {
  width: 50%;
  font-size: 23px;
  color: #001A89;
  padding: 9px;
  background: white;
  border-radius: 5px;
  border: solid 2px #88A6E2;
  font-weight: bold;
}
@media screen and (max-width:600px) {
  .benefit .box .mini-container p span.system {
    width: 100%;
    font-size: 16px;
  }
}
.benefit .box button {
  display: block;
  padding: 25px 0;
  max-width: 500px;
  width: 100%;
  color: white;
  font-size: 20px;
  background: #001A89;
  border-radius: 45px;
  line-height: 1.3;
  box-shadow: none;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width:600px) {
  .benefit .box button {
    width: 90%;
    padding: 17px 0;
    font-size: 14px;
  }
}
.benefit .box button::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background: url(../img/open-popup.svg) no-repeat center/100%;
}
@media screen and (max-width:600px) {
  .benefit .box button::after {
    width: 11px;
    height: 11px;
    right: 16px;
  }
}
.benefit p.as {
  color: #565A6F;
  font-size: 14px;
  font-family: "Regular";
  margin-top: 15px;
}
@media screen and (max-width:600px) {
  .benefit p.as {
    font-size: 12px;
  }
}
.benefit p.as.up {
  margin-top: 10px;
}
.benefit p.as a {
  display: inline-block;
  text-decoration-line: none;
  color: #0B2088;
  font-size: 14px;
  margin: 0 2px;
}
@media screen and (max-width:600px) {
  .benefit p.as a {
    font-size: 12px;
  }
}

body.no-scroll {
  overflow: hidden;
}

.open-popup {
  background: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width:600px) {
  .open-popup {
    border-radius: 6px;
  }
}

#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-width: 1200px;
  width: 100%;
  max-height: 80%; /* モバイルでの高さ制限 */
  overflow: hidden; /* 内部要素をスクロールさせるためにoverflowをhiddenに設定 */
  display: none;
}
@media screen and (max-width:1480px) {
  #popup {
    width: 95%;
  }
}
#popup #closePopup {
  position: absolute; /* 親要素に対して絶対位置指定 */
  top: 15px; /* ポップアップ内での位置 */
  right: 30px; /* ポップアップ内での位置 */
  z-index: 1100; /* ポップアップの上に表示させる */
  border: none;
  width: 41px;
  height: auto;
  cursor: pointer;
  background: none;
}
@media screen and (max-width:1480px) {
  #popup #closePopup {
    right: 20px;
  }
}
@media screen and (max-width:600px) {
  #popup #closePopup {
    width: 29px;
    height: 29px;
    top: 10px;
    right: 15px;
  }
}
#popup #popupContent {
  overflow-y: auto; /* 内部のコンテンツをスクロール可能にする */
  max-height: calc(100vh - 100px); /* ポップアップの最大高さからボタン部分を差し引く */
  padding: 60px 0px 80px;
  background: #F8FBFE;
}
@media screen and (max-width:600px) {
  #popup #popupContent {
    padding: 40px 0;
  }
}
@media screen and (max-width:600px) {
  #popup #popupContent .mini-container {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width:360px) {
  #popup #popupContent .mini-container {
    width: calc(100% - 30px);
  }
}
#popup #popupContent img.logo {
  width: 270px;
  margin: 0 auto 10px;
}
@media screen and (max-width:600px) {
  #popup #popupContent img.logo {
    width: 180px;
    margin-bottom: 5px;
  }
}
#popup #popupContent .center {
  color: #000;
}
#popup #popupContent h2 {
  margin-bottom: 50px;
}
@media screen and (max-width:600px) {
  #popup #popupContent h2 {
    margin-bottom: 30px;
  }
}
#popup #popupContent .flex {
  margin-bottom: 15px;
  gap: 20px;
}
@media screen and (max-width:600px) {
  #popup #popupContent .flex {
    gap: 25px;
  }
}
#popup #popupContent .flex .box {
  max-width: 100%;
  width: 100%;
  padding-bottom: 43px;
}
@media screen and (max-width:600px) {
  #popup #popupContent .flex .box {
    padding-bottom: 25px;
  }
}
#popup #popupContent .flex .box .line {
  margin-bottom: 25px;
}
@media screen and (max-width:600px) {
  #popup #popupContent .flex .box .line {
    margin-bottom: 20px;
  }
}
#popup #popupContent .flex .box img {
  margin-bottom: 25px;
}
@media screen and (max-width:600px) {
  #popup #popupContent .flex .box img {
    margin-bottom: 10px;
  }
}
#popup #popupContent .flex .box p {
  font-size: 21px;
}
@media screen and (max-width:600px) {
  #popup #popupContent .flex .box p {
    font-size: 14px;
  }
}
#popup #popupContent .flex .box p.name {
  font-size: 30px;
}
@media screen and (max-width:600px) {
  #popup #popupContent .flex .box p.name {
    font-size: 22px;
  }
}
#popup #popupContent .flex .box p.price {
  font-size: 28px;
}
#popup #popupContent .flex .box p.price span.mini {
  font-size: 21px;
}
#popup #popupContent .flex .box p.price span.color {
  color: #2281E0;
}
#popup #popupContent .flex .box p.price span.left {
  position: relative;
  margin-right: 5px;
  bottom: 3px;
}
@media screen and (max-width:600px) {
  #popup #popupContent .flex .box p.price span.left {
    bottom: 1px;
  }
}
#popup #popupContent .flex .box p img {
  width: 190px;
  margin: 10px auto;
}
#popup #popupContent .flex .box.box-3 p.price span.color {
  color: #A74BC3;
}
#popup #popupContent p.as {
  font-family: "Regular";
  color: #666666;
  font-size: 14px;
}
@media screen and (max-width:600px) {
  #popup #popupContent p.as {
    font-size: 12px;
    width: 100%;
  }
}
#popup #popupContent p.as.up {
  margin: 10px 0 60px;
}
@media screen and (max-width:600px) {
  #popup #popupContent p.as.up {
    margin-bottom: 40px;
  }
}
#popup #popupContent p.as.up a {
  display: inline-block;
  text-decoration-line: none;
  color: #0B2088;
  font-size: 14px;
  margin: 0 2px;
}
@media screen and (max-width:600px) {
  #popup #popupContent p.as.up a {
    font-size: 12px;
  }
}
#popup #popupContent p.center {
  text-align: center;
  margin: 80px auto 40px;
}
@media screen and (max-width:600px) {
  #popup #popupContent p.center {
    margin: 60px auto 30px;
  }
}
#popup #popupContent h3 {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width:600px) {
  #popup #popupContent h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
#popup #popupContent h3::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: solid 3px #88A6E2;
}
@media screen and (max-width:600px) {
  #popup #popupContent h3::after {
    width: 50px;
    bottom: -7px;
  }
}
#popup #popupContent ul li {
  margin-bottom: 10px;
  margin-left: 20px;
  position: relative;
  font-family: "Regular";
}
@media screen and (max-width:600px) {
  #popup #popupContent ul li {
    margin-left: 15px;
  }
}
#popup #popupContent ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background: #000;
  border-radius: 50%;
}
@media screen and (max-width:600px) {
  #popup #popupContent ul li::before {
    top: 25%;
    left: -15px;
  }
}
#popup #popupContent ul p {
  font-family: "Regular";
  color: #666666;
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width:600px) {
  #popup #popupContent ul p {
    font-size: 12px;
  }
}
#popup #popupContent .cta {
  padding: 0;
  background: none;
}
@media screen and (max-width:600px) {
  #popup #popupContent .cta .button {
    width: 100%;
    font-size: 18px;
    padding: 12px 53px;
  }
}
@media screen and (max-width:360px) {
  #popup #popupContent .cta .button {
    padding: 12px 40px;
  }
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.intro {
  overflow-x: hidden;
  padding-bottom: 0;
  background: url(../img/intro.png) no-repeat left/cover;
  position: relative;
}
@media screen and (max-width:600px) {
  .intro {
    background: none;
  }
}
@media screen and (max-width:600px) {
  .intro::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 690px;
    right: -30px;
    bottom: 0;
    z-index: -1;
    background: url(../img/sp-intro.png) no-repeat left/cover;
  }
}
.intro h2 {
  color: #0B2088;
}
.intro p {
  line-height: 1.8;
  text-align: center;
}
.intro p.up {
  margin-top: 48px;
}
@media screen and (max-width:600px) {
  .intro p.up {
    margin-top: 38px;
  }
}
.intro img {
  width: 590px;
  margin: 60px auto 0;
}
@media screen and (max-width:600px) {
  .intro img {
    width: 305px;
    margin: 30px auto 0;
  }
}

.reason {
  background: url(../img/reason.png) center/cover;
}
@media screen and (max-width:600px) {
  .reason {
    background: url(../img/sp-reason.png) top/cover;
  }
}
@media screen and (max-width:600px) {
  .reason .mini-container {
    max-width: 305px;
  }
}
.reason .mini-container h2 {
  color: #fff;
}
.reason .mini-container .flex {
  gap: 20px;
}
@media screen and (max-width:600px) {
  .reason .mini-container .flex {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.reason .mini-container .flex img.number {
  width: 96px;
}
@media screen and (max-width:600px) {
  .reason .mini-container .flex img.number {
    width: 50px;
  }
}
.reason .mini-container .flex p {
  font-family: "Bold";
  line-height: 1.3;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width:600px) {
  .reason .mini-container .flex p {
    font-size: 16px;
  }
}
.reason .mini-container .flex.up {
  margin-top: 60px;
}
@media screen and (max-width:600px) {
  .reason .mini-container .flex.up {
    margin-top: 40px;
  }
}
.reason .mini-container .line {
  max-width: 650px;
  width: 100%;
  height: auto;
  margin: 20px auto;
  margin-left: 111px;
}
@media screen and (max-width:780px) {
  .reason .mini-container .line {
    width: 80%;
  }
}
@media screen and (max-width:600px) {
  .reason .mini-container .line {
    width: 100%;
    margin: 10px auto 20px;
  }
}
.reason .mini-container p {
  color: #fff;
}
.reason .mini-container p.Regular {
  margin-left: 111px;
}
@media screen and (max-width:600px) {
  .reason .mini-container p.Regular {
    margin-left: 0;
  }
}
.reason .mini-container p.up {
  margin-top: 38px;
  margin-left: 111px;
}
@media screen and (max-width:600px) {
  .reason .mini-container p.up {
    margin-top: 30px;
    margin-left: 0px;
  }
}

.curriculum h2 {
  color: #0B2088;
}
@media screen and (max-width:600px) {
  .curriculum h2 {
    margin-bottom: 40px;
  }
}
.curriculum img.arrow {
  width: 72px;
  margin: 10px auto;
}
@media screen and (max-width:600px) {
  .curriculum img.arrow {
    width: 50px;
  }
}
.curriculum img.img06 {
  width: 500px;
  margin: 0 auto 50px;
}
@media screen and (max-width:600px) {
  .curriculum img.img06 {
    width: 250px;
    margin: 0 auto 30px;
  }
}
.curriculum .box {
  background: #F6F5FC;
  padding: 30px 50px 40px;
}
@media screen and (max-width:600px) {
  .curriculum .box {
    padding: 20px 14px 30px;
  }
}
.curriculum .box p.title {
  font-family: "Bold";
  text-align: center;
  color: #3C4988;
  margin-bottom: 20px;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width:600px) {
  .curriculum .box p.title {
    font-size: 16px;
  }
}
.curriculum .box p.title::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  top: 50%;
  left: 274px;
  border-bottom: solid 1px #3C4988;
}
@media screen and (max-width:600px) {
  .curriculum .box p.title::before {
    width: 8px;
    left: 55px;
  }
}
.curriculum .box p.title::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  top: 50%;
  right: 274px;
  border-bottom: solid 1px #3C4988;
}
@media screen and (max-width:600px) {
  .curriculum .box p.title::after {
    width: 8px;
    right: 55px;
  }
}
.curriculum .box .pc-flex {
  display: flex;
  gap: 11px;
}
@media screen and (max-width:780px) {
  .curriculum .box .pc-flex {
    display: inline;
  }
}
@media screen and (max-width:600px) {
  .curriculum .box .pc-flex {
    display: inline;
    gap: 0;
  }
}
.curriculum .box .pc-flex .flex {
  gap: 11px;
  width: 50%;
}
@media screen and (max-width:780px) {
  .curriculum .box .pc-flex .flex {
    width: 100%;
  }
}
@media screen and (max-width:600px) {
  .curriculum .box .pc-flex .flex {
    gap: 5px;
  }
}
.curriculum .box .pc-flex .flex .box02 {
  background: #FFFFFF;
  width: 50%;
  border-radius: 10px;
  padding: 40px 0 19px;
  box-shadow: 2px 2px 4px #CED4F2;
  position: relative;
}
@media screen and (max-width:780px) {
  .curriculum .box .pc-flex .flex .box02 {
    width: 100%;
  }
}
@media screen and (max-width:600px) {
  .curriculum .box .pc-flex .flex .box02 {
    width: 102px;
    height: 100px;
    border-radius: 5px;
    padding: 16px 0 11px;
    box-shadow: 1px 1px 2px #CED4F2;
  }
}
.curriculum .box .pc-flex .flex .box02::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 47px;
  top: 0;
  left: 0;
}
@media screen and (max-width:600px) {
  .curriculum .box .pc-flex .flex .box02::before {
    width: 20px;
    height: 31.33px;
  }
}
.curriculum .box .pc-flex .flex .box02 img {
  width: 110px;
  margin: 0 auto;
}
@media screen and (max-width:600px) {
  .curriculum .box .pc-flex .flex .box02 img {
    width: 70px;
  }
}
.curriculum .box .pc-flex .flex .box02 p {
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  margin-top: 24px;
}
@media screen and (max-width:600px) {
  .curriculum .box .pc-flex .flex .box02 p {
    font-size: 11px;
    margin-top: 12.5px;
  }
}
.curriculum .box .pc-flex .flex .box02.n1::before {
  background: url(../img/skill-n1.svg) no-repeat center/100%;
}
.curriculum .box .pc-flex .flex .box02.n2::before {
  background: url(../img/skill-n2.svg) no-repeat center/100%;
}
@media screen and (max-width:600px) {
  .curriculum .box .pc-flex .flex .box02.n3 {
    padding-bottom: 5px;
  }
}
.curriculum .box .pc-flex .flex .box02.n3 p {
  margin-top: 15px;
}
@media screen and (max-width:600px) {
  .curriculum .box .pc-flex .flex .box02.n3 p {
    margin-top: 4.5px;
  }
}
.curriculum .box .pc-flex .flex .box02.n3::before {
  background: url(../img/skill-n3.svg) no-repeat center/100%;
}
@media screen and (max-width:600px) {
  .curriculum .box .pc-flex .flex .box02.n4 {
    padding-bottom: 5px;
  }
}
.curriculum .box .pc-flex .flex .box02.n4::before {
  background: url(../img/skill-n4.svg) no-repeat center/100%;
}
.curriculum .box .pc-flex .flex .box02.n4 p {
  margin-top: 15px;
}
@media screen and (max-width:600px) {
  .curriculum .box .pc-flex .flex .box02.n4 p {
    margin-top: 4.5px;
  }
}
.curriculum .box .pc-flex .flex .box02.n5::before {
  background: url(../img/skill-n5.svg) no-repeat center/100%;
}
.curriculum .box .pc-flex .flex .box02.n6::before {
  background: url(../img/skill-n6.svg) no-repeat center/100%;
}
@media screen and (max-width:780px) {
  .curriculum .box .pc-flex .flex.flex02 {
    margin-top: 11px;
  }
}
@media screen and (max-width:600px) {
  .curriculum .box .pc-flex .flex.flex02 {
    margin-top: 5px;
  }
}
.curriculum .box.order {
  background: #F5F7FC;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width:600px) {
  .curriculum .box.order {
    margin-top: 10px;
  }
}
.curriculum .box.order::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
  background: url(../img/plus.svg) no-repeat center/100%;
}
@media screen and (max-width:600px) {
  .curriculum .box.order::before {
    background: url(../img/plus-sp.svg) no-repeat center/100%;
    width: 48px;
    height: 48px;
    top: -30px;
  }
}
.curriculum .box.order p.title {
  color: #3F6D95;
}
.curriculum .box.order p.title::before {
  border-bottom: solid 1px #3F6D95;
}
.curriculum .box.order p.title::after {
  border-bottom: solid 1px #3F6D95;
}
.curriculum .box.order .pc-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.curriculum .box.order .pc-flex .flex {
  width: 49%;
}
@media screen and (max-width:1480px) {
  .curriculum .box.order .pc-flex .flex {
    width: 100%;
  }
}
.curriculum .box.order .pc-flex .flex .box02 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 140px;
  height: 60px;
}
@media screen and (max-width:1480px) {
  .curriculum .box.order .pc-flex .flex .box02 {
    width: 100%;
  }
}
@media screen and (max-width:600px) {
  .curriculum .box.order .pc-flex .flex .box02 {
    width: 102px;
    height: 50px;
  }
}
.curriculum .box.order .pc-flex .flex .box02 p {
  margin-top: 0;
}
.curriculum .box.order .pc-flex .flex.flex02 {
  margin-bottom: 8px;
}
@media screen and (max-width:600px) {
  .curriculum .box.order .pc-flex .flex.flex02 {
    margin-bottom: 0;
  }
}
.curriculum .box.order .pc-flex .flex.flex02.last {
  margin-bottom: 0;
}
.curriculum .box.order .pc-flex .flex.flex-2 {
  margin-top: 0px;
}
@media screen and (max-width:600px) {
  .curriculum .box.order .pc-flex .flex.flex-2 {
    margin-top: 5px;
  }
}
.curriculum .box03 {
  padding: 20px 0;
  background: #EFEFEF;
}
@media screen and (max-width:600px) {
  .curriculum .box03 {
    padding: 12px 0;
  }
}
.curriculum .box03 p {
  color: #2F344D;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width:600px) {
  .curriculum .box03 p {
    font-size: 16px;
  }
}
.curriculum .mini-container {
  padding-top: 150px;
}
@media screen and (max-width:600px) {
  .curriculum .mini-container {
    padding-top: 80px;
  }
}
@media screen and (max-width:600px) {
  .curriculum .mini-container h2 {
    margin-bottom: 30px;
  }
}
.curriculum .mini-container .box {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  padding: 40px 30px 40px 87px;
  background: #F8F8F8;
  position: relative;
}
@media screen and (max-width:780px) {
  .curriculum .mini-container .box {
    padding-left: 120px;
  }
}
@media screen and (max-width:600px) {
  .curriculum .mini-container .box {
    width: 85%;
    margin: auto;
    padding: 20px 20px 20px 50px;
  }
}
@media screen and (max-width:360px) {
  .curriculum .mini-container .box {
    width: 90%;
    padding: 20px 0px 20px 50px;
  }
}
.curriculum .mini-container .box::before {
  position: absolute;
  content: "";
  width: 180px;
  border-bottom: solid 4px #BCBCBC;
  transform: translateY(-50%) rotate(90deg);
  left: -94px;
  top: 50%;
}
@media screen and (max-width:780px) {
  .curriculum .mini-container .box::before {
    width: 220px;
    left: -65px;
  }
}
@media screen and (max-width:600px) {
  .curriculum .mini-container .box::before {
    width: 154px;
    border-bottom: solid 3px #BCBCBC;
    left: -78px;
    top: 50%;
  }
}
@media screen and (max-width:360px) {
  .curriculum .mini-container .box::before {
    display: none;
  }
}
.curriculum .mini-container .box::after {
  position: absolute;
  content: "";
  width: 134px;
  height: 134px;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:780px) {
  .curriculum .mini-container .box::after {
    left: -20px;
  }
}
@media screen and (max-width:600px) {
  .curriculum .mini-container .box::after {
    width: 84px;
    height: 70px;
    top: 56px;
    left: -42px;
  }
}
@media screen and (max-width:360px) {
  .curriculum .mini-container .box::after {
    width: 75px;
    top: 50px;
    left: -25px;
  }
}
.curriculum .mini-container .box.n1::after {
  z-index: 1;
  background: url(../img/stage01.svg) no-repeat center/100%;
}
@media screen and (max-width:600px) {
  .curriculum .mini-container .box.n1::after {
    background: url(../img/sp-stage01.svg) no-repeat center/100%;
  }
}
.curriculum .mini-container .box.n2::after {
  z-index: 1;
  background: url(../img/stage02.svg) no-repeat center/100%;
}
@media screen and (max-width:600px) {
  .curriculum .mini-container .box.n2::after {
    background: url(../img/sp-stage02.svg) no-repeat center/100%;
  }
}
@media screen and (max-width:600px) {
  .curriculum .mini-container .box.n2::before {
    width: 176px;
    left: -89px;
  }
}
@media screen and (max-width:360px) {
  .curriculum .mini-container .box.n2::before {
    display: none;
  }
}
.curriculum .mini-container .box.n3::after {
  z-index: 1;
  background: url(../img/stage03.svg) no-repeat center/100%;
}
@media screen and (max-width:600px) {
  .curriculum .mini-container .box.n3::after {
    background: url(../img/sp-stage03.svg) no-repeat center/100%;
  }
}
@media screen and (max-width:600px) {
  .curriculum .mini-container .box.n3::before {
    width: 178px;
    left: -90px;
  }
}
@media screen and (max-width:360px) {
  .curriculum .mini-container .box.n3::before {
    display: none;
  }
}
.curriculum .mini-container .box.n4::after {
  background: url(../img/stage04.svg) no-repeat center/100%;
}
@media screen and (max-width:600px) {
  .curriculum .mini-container .box.n4::after {
    background: url(../img/sp-stage04.svg) no-repeat center/100%;
  }
}
.curriculum .mini-container .box.n4::before {
  width: 208px;
  left: -108px;
}
@media screen and (max-width:780px) {
  .curriculum .mini-container .box.n4::before {
    width: 245px;
    left: -77.5px;
  }
}
@media screen and (max-width:600px) {
  .curriculum .mini-container .box.n4::before {
    width: 220px;
    left: -111px;
  }
}
@media screen and (max-width:360px) {
  .curriculum .mini-container .box.n4::before {
    display: none;
  }
}
.curriculum .mini-container .box p.label {
  font-family: "Bold";
  color: #0B2088;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width:600px) {
  .curriculum .mini-container .box p.label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.curriculum .mini-container .box.box02 {
  background: none;
}
.curriculum .mini-container .box.box02.last {
  margin-bottom: 20px;
}

.support {
  background: #F7F7F7;
}
.support h2 {
  color: #0B2088;
}
@media screen and (max-width:600px) {
  .support h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:600px) {
  .support .sub-container {
    max-width: 276px;
  }
}
.support .sub-container .box {
  max-width: 900px;
  width: 100%;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width:600px) {
  .support .sub-container .box {
    width: 100%;
  }
}
.support .sub-container .box .flex {
  gap: 30px;
  align-items: center;
}
@media screen and (max-width:600px) {
  .support .sub-container .box .flex {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.support .sub-container .box .flex img {
  width: 253px;
  height: auto;
}
@media screen and (max-width:600px) {
  .support .sub-container .box .flex img {
    width: 100%;
  }
}
.support .sub-container .box .flex .content {
  margin: 30px 40px 30px 0;
}
@media screen and (max-width:600px) {
  .support .sub-container .box .flex .content {
    margin: 0 20px 20px;
  }
}
.support .sub-container .box .flex .content p.title {
  font-family: "Bold";
  font-size: 24px;
  line-height: 1.3;
  color: #2F344D;
  margin-bottom: 15px;
}
@media screen and (max-width:600px) {
  .support .sub-container .box .flex .content p.title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.support .sub-container .box.box02 {
  margin: 30px 0;
  margin-left: auto;
}
.support .sub-container .box.box02 .flex {
  flex-direction: row-reverse;
}
.support .sub-container .box.box02 .flex .content {
  margin: 30px 0 30px 40px;
}
@media screen and (max-width:600px) {
  .support .sub-container .box.box02 .flex .content {
    margin: 0 20px 20px;
  }
}
.support .sub-container .box.box02.last {
  margin-bottom: 0;
}
.support .mini-container h2 {
  margin: 120px auto 50px;
  position: relative;
}
@media screen and (max-width:600px) {
  .support .mini-container h2 {
    margin: 80px auto 40px;
  }
}
.support .mini-container h2::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 40px;
  left: 95px;
  top: 55%;
  transform: translateY(-50%);
  background: url(../img/car-line.svg) no-repeat center/100%;
}
@media screen and (max-width:780px) {
  .support .mini-container h2::before {
    left: 70px;
  }
}
@media screen and (max-width:600px) {
  .support .mini-container h2::before {
    left: 16px;
  }
}
@media screen and (max-width:360px) {
  .support .mini-container h2::before {
    left: 0px;
  }
}
.support .mini-container h2::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 40px;
  right: 95px;
  top: 55%;
  transform: translateY(-50%) scale(-1, 1);
  background: url(../img/car-line.svg) no-repeat center/100%;
}
@media screen and (max-width:780px) {
  .support .mini-container h2::after {
    right: 70px;
  }
}
@media screen and (max-width:600px) {
  .support .mini-container h2::after {
    height: 50px;
    right: 16px;
  }
}
@media screen and (max-width:360px) {
  .support .mini-container h2::after {
    right: 0;
  }
}
.support .mini-container .flex {
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width:600px) {
  .support .mini-container .flex {
    gap: 15px;
    margin-bottom: 40px;
  }
}
.support .mini-container .flex .box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
.support .mini-container .flex .box img {
  width: 176px;
  margin: 15px 30px;
}
@media screen and (max-width:600px) {
  .support .mini-container .flex .box img {
    width: 125px;
    margin: 8px 20px;
  }
}
.support .mini-container .flex .box .content {
  background: #F4F5FF;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width:600px) {
  .support .mini-container .flex .box .content {
    height: 56px;
  }
}
.support .mini-container .flex .box .content p {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #2F344D;
  font-family: "Bold";
}
@media screen and (max-width:600px) {
  .support .mini-container .flex .box .content p {
    font-size: 13px;
  }
}

.course {
  background: url(../img/course.png) no-repeat center/cover;
}
@media screen and (max-width:600px) {
  .course {
    background: url(../img/sp-course.png) no-repeat center/cover;
  }
}
.course h2 {
  color: #fff;
}
@media screen and (max-width:600px) {
  .course h2 {
    margin-bottom: 40px;
  }
}
.course .flex {
  gap: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width:1029px) {
  .course .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width:600px) {
  .course .flex {
    gap: 30px;
    margin-bottom: 40px;
  }
}
.course .flex .box {
  max-width: 310px;
  width: 100%;
  background: #fff;
  padding: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width:600px) {
  .course .flex .box {
    width: 276px;
  }
}
.course .flex .box .line {
  background: #605CD0;
  height: 6px;
  margin-bottom: 40px;
}
@media screen and (max-width:600px) {
  .course .flex .box .line {
    margin-bottom: 20px;
  }
}
.course .flex .box p {
  text-align: center;
  line-height: 1.3;
  font-family: "Bold";
}
.course .flex .box p.name {
  margin: 5px auto 20px;
  color: #605CD0;
  font-size: 26px;
}
@media screen and (max-width:600px) {
  .course .flex .box p.name {
    font-size: 22px;
    margin: 5px auto 15px;
  }
}
.course .flex .box img {
  max-width: 270px;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width:600px) {
  .course .flex .box img {
    width: 236px;
  }
}
.course .flex .box .flex-2 {
  display: flex;
  align-items: center;
}
.course .flex .box .flex-2 .item {
  background: #605CD0;
  padding: 15px 20px;
}
@media screen and (max-width:600px) {
  .course .flex .box .flex-2 .item {
    padding: 8px 14px;
  }
}
.course .flex .box .flex-2 .item p {
  color: #fff;
}
.course .flex .box .flex-2 .item p span {
  font-size: 24px;
}
.course .flex .box .flex-2 .value {
  width: 100%;
  background: #EDEDFF;
  padding: 15px 27px;
  flex: 2;
}
@media screen and (max-width:600px) {
  .course .flex .box .flex-2 .value {
    padding: 8px 16px;
  }
}
.course .flex .box .flex-2 .value p {
  color: #605CD0;
  font-size: 18px;
}
.course .flex .box .flex-2 .value p span {
  font-size: 24px;
}
.course .flex .box-2 .line {
  background: #2281E0;
}
.course .flex .box-2 p.name {
  color: #2281E0;
}
.course .flex .box-2 .flex-2 .item {
  background: #2281E0;
}
.course .flex .box-2 .flex-2 .value {
  background: #EBF5FF;
}
.course .flex .box-2 .flex-2 .value p {
  color: #2281E0;
}
.course .flex .box-3 .line {
  background: #A74BC3;
}
.course .flex .box-3 p.name {
  color: #A74BC3;
}
.course .flex .box-3 .flex-2 .item {
  background: #A74BC3;
}
.course .flex .box-3 .flex-2 .value {
  background: #FBEFFF;
}
.course .flex .box-3 .flex-2 .value p {
  color: #A74BC3;
}
.course a.button {
  background: #000000;
}
.course.cou {
  background: none;
}
.course.cou h2 {
  color: #0B2088;
}
@media screen and (max-width:600px) {
  .course.cou h2 {
    margin-bottom: 30px;
  }
}
.course.cou .flex {
  margin-bottom: 120px;
}
@media screen and (max-width:600px) {
  .course.cou .flex {
    margin-bottom: 60px;
  }
}
.course.cou .flex .box {
  height: 503px;
}
@media screen and (max-width:600px) {
  .course.cou .flex .box {
    height: auto;
    padding-bottom: 20px;
  }
}
.course.cou .flex .box img {
  margin-bottom: 30px;
}
@media screen and (max-width:600px) {
  .course.cou .flex .box img {
    margin-bottom: 20px;
  }
}
.course.cou .flex .box p {
  line-height: 1.3;
}
.course.cou .flex .box p.point {
  font-family: "Medium";
  font-size: 16px;
  background: #EDEDFF;
  color: #605CD0;
  padding: 4px;
  width: 270px;
  border-radius: 17px;
  margin: 0 auto 15px;
}
@media screen and (max-width:600px) {
  .course.cou .flex .box p.point {
    width: 236px;
    padding: 3px;
    font-size: 14px;
    margin: 0 auto 10px;
  }
}
.course.cou .flex .box p span {
  color: #605CD0;
}
.course.cou .flex .box.box-2 p.point {
  background: #EBF5FF;
  color: #2281E0;
}
.course.cou .flex .box.box-2 p span {
  color: #2281E0;
}
.course.cou .flex .box.box-3 p.point {
  background: #FBEFFF;
  color: #A74BC3;
}
.course.cou .flex .box.box-3 p span {
  color: #A74BC3;
}
.course.cou .js-scrollable td, .course.cou .js-scrollable th {
  white-space: nowrap;
  background-color: transparent;
}
.course.cou .js-scrollable table {
  margin-bottom: 0;
}
.course.cou .hint1 {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
.course.cou .hint1 img {
  margin-top: 63px;
  width: 142px;
}
.course.cou .hint2 {
  width: 191%;
}
.course.cou .hint3 {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.course.cou .opa {
  opacity: 0;
}
.course.cou .active {
  opacity: 1;
}
.course.cou .scroll-hint-icon-wrap .scroll-hint-icon {
  z-index: 100;
  top: 385%;
}
@media screen and (max-width:600px) {
  .course.cou .scroll-hint-icon-wrap .scroll-hint-icon {
    top: 280%;
  }
}
@media screen and (max-width:600px) {
  .course .box {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width:360px) {
  .course .box {
    width: 97%;
    margin: 0 auto;
  }
}
.course .box.n2 {
  margin-top: 80px;
}
@media screen and (max-width:600px) {
  .course .box.n2 {
    margin-top: 60px;
  }
}
.course .box.n2 .mini-container img {
  max-width: 613px;
}
.course .box.n2 .mini-container img.price {
  margin-top: 0;
}
.course .box.n2 button {
  max-width: 400px;
}
@media screen and (max-width:600px) {
  .course .box.n2 button {
    width: 88%;
    font-size: 11px;
  }
}
.course p {
  font-family: "Regular";
}
.course p.as {
  color: white;
  font-size: 14px;
}
@media screen and (max-width:600px) {
  .course p.as {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width:360px) {
  .course p.as {
    width: 97%;
  }
}

@media screen and (max-width:600px) {
  .voice .mini-container {
    max-width: 276px;
  }
}
.voice .mini-container h2 {
  color: #0B2088;
}
@media screen and (max-width:600px) {
  .voice .mini-container h2 {
    margin-bottom: 40px;
  }
}
.voice .mini-container .flex {
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width:600px) {
  .voice .mini-container .flex {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
  }
}
.voice .mini-container .flex.last {
  margin-bottom: 60px;
}
@media screen and (max-width:600px) {
  .voice .mini-container .flex.last {
    margin-bottom: 40px;
  }
}
.voice .mini-container .flex img {
  width: 249px;
  height: 172px;
  margin: 0 auto;
}
@media screen and (max-width:600px) {
  .voice .mini-container .flex img {
    width: 200px;
    height: 138px;
  }
}
.voice .mini-container .flex img.line {
  height: auto;
  width: 100%;
  margin: 10px 0;
}
.voice .mini-container .flex p.name {
  font-family: "Bold";
}
@media screen and (max-width:600px) {
  .voice .mini-container .flex p.name {
    font-size: 13px;
  }
}
.voice .mini-container .flex p.name span {
  font-size: 24px;
}
@media screen and (max-width:600px) {
  .voice .mini-container .flex p.name span {
    font-size: 16px;
  }
}
.voice.voi .flex {
  margin-bottom: 60px;
}
@media screen and (max-width:600px) {
  .voice.voi .flex {
    margin-bottom: 50px;
  }
}
.voice.voi .flex.last {
  margin-bottom: 0;
}
.voice a {
  margin-bottom: 120px;
}
@media screen and (max-width:600px) {
  .voice a {
    margin-bottom: 60px;
  }
}

.qa {
  background: #F7F7F7;
}
.qa h2 {
  color: #0B2088;
}
@media screen and (max-width:600px) {
  .qa h2 {
    margin-bottom: 40px;
  }
}
.qa .aco-block {
  margin-bottom: 30px;
}
@media screen and (max-width:600px) {
  .qa .aco-block {
    margin-bottom: 20px;
  }
}
.qa .aco-last {
  margin-bottom: 0;
}
.qa .aco-content {
  display: flex;
  align-items: flex-start;
  align-items: center;
}
.qa .aco-content-left {
  margin-right: 20px;
}
@media screen and (max-width:600px) {
  .qa .aco-content-left {
    margin-right: 10px;
  }
}
@media screen and (max-width:360px) {
  .qa .aco-content-left {
    margin-right: 8px;
  }
}
.qa .aco-content-left img {
  width: 42px;
  height: auto;
}
@media screen and (max-width:600px) {
  .qa .aco-content-left img {
    width: 32px;
  }
}
@media screen and (max-width:360px) {
  .qa .aco-content-left img {
    width: 28px;
  }
}
.qa .aco .q {
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  padding: 14px 30px;
  color: #000;
  position: relative;
}
@media screen and (max-width:600px) {
  .qa .aco .q {
    padding: 15px 20px;
  }
}
@media screen and (max-width:360px) {
  .qa .aco .q {
    padding: 15px 10px;
  }
}
.qa .aco .q::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 8px;
  background: url(../img/qa-arrow.svg) no-repeat center/100%;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.5s;
}
@media screen and (max-width:360px) {
  .qa .aco .q::before {
    right: 13px;
  }
}
.qa .aco .q:hover {
  cursor: pointer;
}
.qa .aco .q .aco-content-right p {
  line-height: 1.3;
  font-size: 20px;
  font-family: "Bold";
}
@media screen and (max-width:600px) {
  .qa .aco .q .aco-content-right p {
    font-size: 16px;
  }
}
@media screen and (max-width:360px) {
  .qa .aco .q .aco-content-right p {
    font-size: 15px;
  }
}
.qa .aco .close::before {
  transform: rotate(180deg);
  top: 45%;
  transition: all 0.7s;
}
.qa .aco .q-2 {
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  padding: 14px 30px;
  color: #000;
  position: relative;
}
@media screen and (max-width:600px) {
  .qa .aco .q-2 {
    padding: 15px 20px;
  }
}
.qa .aco .q-2::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 8px;
  background: url(../img/qa-arrow.svg) no-repeat center/100%;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.qa .aco .q-2:hover {
  cursor: pointer;
}
.qa .aco .q-2 .aco-content-right p {
  font-size: 20px;
  font-family: "Bold";
}
@media screen and (max-width:600px) {
  .qa .aco .q-2 .aco-content-right p {
    font-size: 16px;
  }
}
.qa .aco .open::before {
  transform: rotate(180deg);
  top: 45%;
  transition: all 0.7s;
}
.qa .aco .close-2::before {
  transform: rotate(0deg);
  top: 50%;
  transition: all 0.7s;
}
.qa .aco .a {
  background: #F0F0F0;
  padding: 30px;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width:600px) {
  .qa .aco .a {
    margin-bottom: 30px;
    padding: 15px 20px;
  }
}
.qa .aco .a .aco-content-left p {
  font-size: 30px;
  font-family: "Bold";
  color: #d8307e;
}
.qa .aco .a .aco-content-right p {
  font-family: "Regular";
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width:600px) {
  .qa .aco .a .aco-content-right p {
    font-size: 14px;
  }
}
.qa .aco .a .aco-content-right p span.comp {
  font-size: 14px;
}
@media screen and (max-width:600px) {
  .qa .aco .a .aco-content-right p span.comp {
    font-size: 12px;
  }
}
.qa .aco .qa-last {
  margin-bottom: 0;
}

.cta {
  background: url(../img/cta.png) center/cover no-repeat;
  padding: 80px 0;
}
@media screen and (max-width:600px) {
  .cta {
    background: url(../img/sp-cta.png) center/cover no-repeat;
    padding: 60px 0;
  }
}
.cta .box {
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width:600px) {
  .cta .box {
    padding: 40px 0;
  }
}
.cta .box h2 {
  color: #0B2088;
}
.cta .box p {
  text-align: center;
}
.cta a {
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width:600px) {
  .cta a {
    font-size: 18px;
  }
}
@media screen and (max-width:360px) {
  .cta a {
    font-size: 17px;
  }
}
.cta a.button {
  width: 500px;
  margin: 40px auto 0;
  padding: 27px 82px;
  border-radius: 45px;
  background: linear-gradient(65deg, #624FF7, #53C4FF);
}
@media screen and (max-width:600px) {
  .cta a.button {
    padding: 15px 62px;
    margin: 30px auto 0;
    width: 305px;
  }
}
@media screen and (max-width:360px) {
  .cta a.button {
    width: 90%;
    padding: 15px 30px;
  }
}

.cur-curriculum .mini-container h2 {
  color: #0B2088;
}
.cur-curriculum .mini-container p {
  text-align: center;
}
.cur-curriculum .mini-container .flex {
  gap: 22px;
  margin-top: 60px;
}
@media screen and (max-width:600px) {
  .cur-curriculum .mini-container .flex {
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
    gap: 8px;
  }
}
.cur-curriculum .mini-container .flex .box {
  width: 136px;
  background: #fff;
  border: solid 3px #E0E5FF;
  border-radius: 10px;
  padding: 15px 0 11px;
}
@media screen and (max-width:600px) {
  .cur-curriculum .mini-container .flex .box {
    width: 97px;
    padding: 10px 0 8px;
  }
}
.cur-curriculum .mini-container .flex .box img {
  width: 96px;
  margin: 0 auto 5px;
}
@media screen and (max-width:600px) {
  .cur-curriculum .mini-container .flex .box img {
    width: 70px;
    margin-bottom: 2px;
  }
}
.cur-curriculum .mini-container .flex .box p {
  font-size: 15px;
  color: #2F344D;
  font-family: "Bold";
}
@media screen and (max-width:600px) {
  .cur-curriculum .mini-container .flex .box p {
    font-size: 10px;
  }
}
.cur-curriculum .mini-container .flex-2 {
  margin-top: 20px;
  margin-bottom: 120px;
}
@media screen and (max-width:600px) {
  .cur-curriculum .mini-container .flex-2 {
    margin-top: 8px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width:600px) {
  .cur-curriculum .sub-container {
    max-width: 305px;
  }
}
.cur-curriculum .sub-container h2 {
  color: #0B2088;
}
.cur-curriculum .sub-container p {
  font-family: "Regular";
}
.cur-curriculum .sub-container p.as {
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width:600px) {
  .cur-curriculum .sub-container p.as {
    font-size: 12px;
  }
}
.cur-curriculum .sub-container .flex {
  margin-bottom: 30px;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width:600px) {
  .cur-curriculum .sub-container .flex {
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.cur-curriculum .sub-container .flex .box {
  width: 465px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width:600px) {
  .cur-curriculum .sub-container .flex .box {
    width: 305px;
  }
}
.cur-curriculum .sub-container .flex .box .title {
  background: #2F344D;
  position: relative;
  padding: 7px 32px;
  margin-bottom: 30px;
}
@media screen and (max-width:600px) {
  .cur-curriculum .sub-container .flex .box .title {
    margin-bottom: 20px;
    padding: 5px 18px;
  }
}
.cur-curriculum .sub-container .flex .box .title::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 40px;
  top: 0;
  left: 0;
  background: #6355CC;
}
@media screen and (max-width:600px) {
  .cur-curriculum .sub-container .flex .box .title::before {
    width: 8px;
    height: 31px;
  }
}
.cur-curriculum .sub-container .flex .box .title p {
  color: #fff;
  font-family: "Bold";
}
.cur-curriculum .sub-container .flex .box .item {
  display: flex;
  gap: 20px;
  margin: 0 20px 30px;
}
@media screen and (max-width:600px) {
  .cur-curriculum .sub-container .flex .box .item {
    margin: 0 20px 20px;
    gap: 10px;
  }
}
.cur-curriculum .sub-container .flex .box .item img {
  width: 100px;
}
@media screen and (max-width:600px) {
  .cur-curriculum .sub-container .flex .box .item img {
    width: 70px;
  }
}
.cur-curriculum .sub-container .flex .box .item p {
  font-size: 16px;
  font-family: "Regular";
}
@media screen and (max-width:600px) {
  .cur-curriculum .sub-container .flex .box .item p {
    font-size: 14px;
  }
}

.cur-skill {
  background: #F7F7F7;
}
.cur-skill h2 {
  color: #0B2088;
  margin-bottom: 40px;
}
.cur-skill p {
  text-align: center;
}
.cur-skill .sub-container {
  max-width: 927px;
}
.cur-skill .sub-container .flex {
  gap: 40px;
  margin-top: 30px;
  justify-content: center;
}
@media screen and (max-width:600px) {
  .cur-skill .sub-container .flex {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }
}
.cur-skill .sub-container .flex img {
  width: 431px;
}
@media screen and (max-width:600px) {
  .cur-skill .sub-container .flex img {
    width: 276px;
  }
}
.cur-skill .sub-container .flex img.graph02 {
  width: 456px;
}
@media screen and (max-width:600px) {
  .cur-skill .sub-container .flex img.graph02 {
    width: 305px;
  }
}

.cur-support h2 {
  color: #0B2088;
  margin-bottom: 40px;
}
@media screen and (max-width:600px) {
  .cur-support h2 {
    margin-bottom: 30px;
  }
}
.cur-support h2 span {
  font-size: 24px;
}
@media screen and (max-width:600px) {
  .cur-support h2 span {
    font-size: 16px;
  }
}
.cur-support p {
  text-align: center;
}
@media screen and (max-width:600px) {
  .cur-support p {
    width: 305px;
    margin: 0 auto;
    text-align: left;
  }
}
.cur-support img {
  width: 500px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width:600px) {
  .cur-support img {
    width: 250px;
    margin-bottom: 30px;
  }
}
.cur-support img.line {
  width: 100%;
  height: 3px;
  margin: 80px auto;
}
@media screen and (max-width:600px) {
  .cur-support img.line {
    margin: 40px auto;
  }
}

.sup-first h2 {
  color: #0B2088;
}
@media screen and (max-width:600px) {
  .sup-first h2 {
    font-size: 18px;
  }
}
.sup-first h2 span {
  font-size: 48px;
}
@media screen and (max-width:600px) {
  .sup-first h2 span {
    font-size: 24px;
  }
}
@media screen and (max-width:600px) {
  .sup-first img {
    width: 276px;
    margin: 0 auto;
  }
}
.sup-first p {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:600px) {
  .sup-first p {
    margin-bottom: 40px;
  }
}

.w-support {
  background: #F7F7F7;
}
.w-support h2 {
  color: #0B2088;
}
@media screen and (max-width:600px) {
  .w-support h2 {
    font-size: 18px;
  }
}
.w-support h2 span {
  font-size: 48px;
}
@media screen and (max-width:600px) {
  .w-support h2 span {
    font-size: 24px;
  }
}
.w-support .flex {
  gap: 20px;
}
@media screen and (max-width:600px) {
  .w-support .flex {
    width: 276px;
    margin: 0 auto;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.w-support .flex .box {
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
.w-support .flex img.cross {
  width: 56px;
}
@media screen and (max-width:600px) {
  .w-support .flex img.cross {
    width: 32px;
  }
}
.w-support .flex p {
  text-align: center;
  margin: 20px;
}
@media screen and (max-width:600px) {
  .w-support .flex p {
    margin: 16px 20px;
  }
}
.w-support .content {
  padding: 20px;
  background: #2F344D;
  margin-top: 80px;
}
@media screen and (max-width:600px) {
  .w-support .content {
    margin-top: 60px;
    padding: 15px;
  }
}
.w-support .content h2 {
  margin-bottom: 0;
  color: #fff;
}
.w-support .content.c-2 {
  background: #253789;
}
.w-support .box02 {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width:600px) {
  .w-support .box02 {
    padding: 30px 20px;
  }
}
.w-support .box02 .flex {
  gap: 30px;
}
@media screen and (max-width:600px) {
  .w-support .box02 .flex {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.w-support .box02 .flex img {
  width: 220px;
}
@media screen and (max-width:600px) {
  .w-support .box02 .flex img {
    width: 180px;
    margin: 0 auto;
  }
}
.w-support .box02 .flex p {
  text-align: left;
  margin: 0;
}
.w-support .box02 .flex p.Regular {
  width: 630px;
}
@media screen and (max-width:780px) {
  .w-support .box02 .flex p.Regular {
    width: 365px;
  }
}
@media screen and (max-width:600px) {
  .w-support .box02 .flex p.Regular {
    width: 305px;
  }
}
.w-support .box02 .flex p.title {
  font-size: 24px;
  margin-left: 18px;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "Bold";
  position: relative;
}
@media screen and (max-width:600px) {
  .w-support .box02 .flex p.title {
    font-size: 16px;
    margin-left: 15px;
  }
}
.w-support .box02 .flex p.title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 28px;
  background: #2F344D;
  top: 4px;
  left: -18px;
}
@media screen and (max-width:600px) {
  .w-support .box02 .flex p.title::before {
    width: 6px;
    height: 40px;
    left: -15px;
    top: 1px;
  }
}
@media screen and (max-width:600px) {
  .w-support .box02 .flex p.title.t01::before {
    height: 21px;
    top: 0;
  }
}
.w-support .box02 .line {
  margin: 30px 0;
}
@media screen and (max-width:600px) {
  .w-support .box02 .line {
    margin: 25px auto;
  }
}
.w-support .box02.box-2 .flex p.title::before {
  background: #253789;
}

.cou-step {
  background: #F7F7F7;
}
.cou-step .container {
  max-width: 1202px;
}
@media screen and (max-width:600px) {
  .cou-step .container {
    max-width: 276px;
  }
}
.cou-step .container h2 {
  color: #0B2088;
  margin-bottom: 80px;
}
@media screen and (max-width:600px) {
  .cou-step .container h2 {
    margin-bottom: 50px;
  }
}
.cou-step .container .flex {
  gap: 17px;
}
@media screen and (max-width:1029px) {
  .cou-step .container .flex {
    gap: 40px;
    flex-wrap: wrap;
  }
}
.cou-step .container .flex .box {
  background: #fff;
  padding: 50px 30px;
  position: relative;
}
@media screen and (max-width:1029px) {
  .cou-step .container .flex .box {
    width: 100%;
    padding: 50px;
  }
}
@media screen and (max-width:600px) {
  .cou-step .container .flex .box {
    padding: 30px 20px 20px;
  }
}
.cou-step .container .flex .box::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/step-n1.svg) no-repeat center/100%;
}
@media screen and (max-width:600px) {
  .cou-step .container .flex .box::before {
    width: 40px;
    height: 40px;
    top: -20px;
  }
}
.cou-step .container .flex .box p.title {
  font-family: "Bold";
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width:600px) {
  .cou-step .container .flex .box p.title {
    font-size: 16px;
  }
}
.cou-step .container .flex .box img {
  width: 330px;
  margin: 30px auto 20px;
}
@media screen and (max-width:600px) {
  .cou-step .container .flex .box img {
    width: 236px;
    margin: 20px auto;
  }
}
.cou-step .container .flex .box.box02::before {
  background: url(../img/step-n2.svg) no-repeat center/100%;
}
.cou-step .container .flex .box.box03::before {
  background: url(../img/step-n3.svg) no-repeat center/100%;
}
@media screen and (max-width:600px) {
  .cou-step a.button {
    margin: 40px auto 0;
  }
}

.achievement {
  background: #474A57;
}
.achievement h2 {
  color: #fff;
}
.achievement .box {
  padding: 50px 0;
  background: #fff;
}
@media screen and (max-width:600px) {
  .achievement .box {
    padding: 30px 20px;
  }
}
@media screen and (max-width:600px) {
  .achievement .box .mini-container {
    width: 305px;
  }
}
.achievement .box .mini-container p.title {
  font-family: "Bold";
  color: #0B2088;
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width:600px) {
  .achievement .box .mini-container p.title {
    font-size: 16px;
  }
}
.achievement .box .mini-container img {
  margin-bottom: 40px;
}
@media screen and (max-width:600px) {
  .achievement .box .mini-container img {
    width: 305px;
    margin-bottom: 20px;
  }
}
.achievement .box .mini-container img.line {
  margin: 20px 0;
}
@media screen and (max-width:600px) {
  .achievement .box .mini-container img.line {
    height: 2px;
    margin: 10px auto;
  }
}
.achievement .box.box02 {
  margin: 40px 0;
}
@media screen and (max-width:600px) {
  .achievement .box.box02 {
    margin: 30px auto;
  }
}

.cns-counseling p {
  text-align: center;
}
.cns-counseling h2 {
  color: #0B2088;
}
.cns-counseling .box {
  background: #F7F7F7;
  padding: 50px;
  margin: 60px 0;
}
@media screen and (max-width:600px) {
  .cns-counseling .box {
    padding: 30px 0;
    margin: 40px 0;
  }
}
.cns-counseling .box .title {
  color: #0B2088;
  font-family: "Bold";
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width:600px) {
  .cns-counseling .box .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.cns-counseling .box .title::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 302px;
  border-bottom: solid 1px #0B2088;
}
@media screen and (max-width:600px) {
  .cns-counseling .box .title::before {
    left: 50px;
  }
}
.cns-counseling .box .title::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 302px;
  border-bottom: solid 1px #0B2088;
}
@media screen and (max-width:600px) {
  .cns-counseling .box .title::after {
    right: 50px;
  }
}
.cns-counseling .box .flex {
  gap: 13px;
  align-items: center;
}
@media screen and (max-width:600px) {
  .cns-counseling .box .flex {
    margin: 0 auto;
    width: 220px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.cns-counseling .box .flex .box02 {
  width: 260px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 0 20px;
  position: relative;
}
@media screen and (max-width:600px) {
  .cns-counseling .box .flex .box02 {
    width: 220px;
    padding: 20px 0;
  }
}
.cns-counseling .box .flex .box02 img {
  width: 200px;
  margin: 0 auto 20px;
}
@media screen and (max-width:600px) {
  .cns-counseling .box .flex .box02 img {
    width: 180px;
    margin-bottom: 5px;
  }
}
.cns-counseling .box .flex .box02 p {
  font-family: "Bold";
}
.cns-counseling .box .flex .box02::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 53px;
  top: 0;
  left: 0;
  background: url(../img/cns-n1.svg) no-repeat center/100%;
}
@media screen and (max-width:600px) {
  .cns-counseling .box .flex .box02::before {
    width: 42px;
    height: 41px;
  }
}
.cns-counseling .box .flex .box02.n2::before {
  background: url(../img/cns-n2.svg) no-repeat center/100%;
}
.cns-counseling .box .flex .box02.n3::before {
  background: url(../img/cns-n3.svg) no-repeat center/100%;
}
.cns-counseling .box .flex .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 15px;
  border-color: transparent transparent transparent #0B2088;
}
@media screen and (max-width:600px) {
  .cns-counseling .box .flex .arrow {
    border-width: 15px 12.5px 0 12.5px;
    border-color: #0B2088 transparent transparent transparent;
  }
}

.pp h1 {
  color: white;
  text-align: center;
  font-size: 40px;
  font-family: "Bold";
  padding: 100px 0px 80px;
  background: #0B2088;
  margin-top: 120px;
}
@media screen and (max-width:1029px) {
  .pp h1 {
    margin-top: 65px;
  }
}
@media screen and (max-width:600px) {
  .pp h1 {
    padding: 80px 0px 60px;
    font-size: 22px;
    margin-top: 62px;
  }
}
.pp .container {
  width: 960px;
}
@media screen and (max-width:1029px) {
  .pp .container {
    width: 90%;
  }
}
@media screen and (max-width:780px) {
  .pp .container {
    width: 90%;
  }
}
@media screen and (max-width:600px) {
  .pp .container {
    width: 345px;
  }
}
@media screen and (max-width:360px) {
  .pp .container {
    width: 90%;
  }
}
.pp table {
  border-collapse: collapse;
  width: 100%;
}
.pp table tr {
  font-size: 18px;
  border: 2px solid #666B84;
}
@media screen and (max-width:780px) {
  .pp table tr {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    border: none;
  }
}
.pp table tr th {
  font-family: "Bold";
  width: 350px;
  background: #F6F5FC;
  padding: 25px 30px;
  border: 2px solid #d9ddee;
}
@media screen and (max-width:780px) {
  .pp table tr th {
    width: 100%;
    padding: 15px;
    border: none;
    border-top: 2px solid #d9ddee;
    border-left: 2px solid #d9ddee;
    border-right: 2px solid #d9ddee;
  }
}
.pp table tr td {
  font-family: "Regular";
  background: white;
  padding: 25px 30px;
  border: 2px solid #d9ddee;
}
@media screen and (max-width:780px) {
  .pp table tr td {
    width: 100%;
    padding: 15px;
    padding-right: 20px;
    border: none;
    border-top: 2px solid #d9ddee;
    border-left: 2px solid #d9ddee;
    border-right: 2px solid #d9ddee;
  }
}
@media screen and (max-width:780px) {
  .pp table tr td.last {
    border-bottom: 2px solid #d9ddee;
  }
}
.pp table tr td ol {
  margin-top: 5px;
  margin-left: 60px;
}
.pp .as {
  margin-top: 50px;
  text-align: right;
}
.pp .news .box {
  background: #E8F0FB;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width:600px) {
  .pp .news .box {
    flex-wrap: wrap;
  }
}
.pp .news .box img {
  width: 300px;
}
@media screen and (max-width:600px) {
  .pp .news .box img {
    width: 100%;
  }
}
.pp .news .box .text p {
  font-size: 15px;
  margin-bottom: 20px;
  color: #19232E;
}
.pp .news .box .text p.title {
  font-family: "Bold", sans-serif;
  font-size: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #253789;
}
.pp .news .box .text p.time {
  font-size: 13px;
  text-align: right;
  color: #70758d;
  right: 30px;
  bottom: 30px;
  position: absolute;
  margin-bottom: 0;
}

.engineer-expart h2 {
  color: #0B2088;
}
.engineer-expart .pickup {
  padding: 5px;
  background: linear-gradient(to right bottom, #F49BFC, #A74BC3);
}
.engineer-expart .pickup ul {
  padding: 35px 0;
  padding-left: 80px;
  background: white;
}
@media screen and (max-width:600px) {
  .engineer-expart .pickup ul {
    padding: 30px 0;
    padding-left: 50px;
  }
}
.engineer-expart .pickup ul li {
  text-align: left;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width:600px) {
  .engineer-expart .pickup ul li {
    font-size: 15px;
  }
}
.engineer-expart .pickup ul li:last-child {
  margin-bottom: 0;
}
.engineer-expart .pickup ul li::before {
  position: absolute;
  content: "";
  width: 22.75px;
  height: 22.87px;
  background: url(../img/expa-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}
@media screen and (max-width:600px) {
  .engineer-expart .pickup ul li::before {
    width: 20px;
    transform: translateY(0%);
    top: 1px;
    left: -30px;
  }
}
.engineer-expart .reason {
  background: url(../img/expa-reason.jpg) center/cover;
}
@media screen and (max-width:600px) {
  .engineer-expart .reason {
    background: url(../img/sp-expa-reason.jpg) top/cover;
  }
}
@media screen and (max-width:600px) {
  .engineer-expart .reason .mini-container {
    max-width: 305px;
  }
}
.engineer-expart .reason .mini-container h2 {
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width:600px) {
  .engineer-expart .reason .mini-container h2 {
    margin-bottom: 30px;
  }
}
.engineer-expart .reason .mini-container .content {
  margin-left: 25px;
}
@media screen and (max-width:600px) {
  .engineer-expart .reason .mini-container .content {
    margin-left: 0;
  }
}
.engineer-expart .reason .mini-container .content .flex {
  gap: 20px;
}
@media screen and (max-width:600px) {
  .engineer-expart .reason .mini-container .content .flex {
    display: block;
  }
}
.engineer-expart .reason .mini-container .content .flex img.number {
  width: 60px;
}
@media screen and (max-width:600px) {
  .engineer-expart .reason .mini-container .content .flex img.number {
    width: 37px;
    margin-bottom: 10px;
  }
}
.engineer-expart .reason .mini-container .content .flex p {
  font-family: "Bold";
  line-height: 1.3;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width:600px) {
  .engineer-expart .reason .mini-container .content .flex p {
    font-size: 16px;
  }
}
.engineer-expart .reason .mini-container .content .flex.up {
  margin-top: 60px;
}
@media screen and (max-width:600px) {
  .engineer-expart .reason .mini-container .content .flex.up {
    margin-top: 40px;
  }
}
.engineer-expart .reason .mini-container .content .line {
  width: 656px;
  height: auto;
  margin: 20px auto;
  margin-left: 75px;
}
@media screen and (max-width:780px) {
  .engineer-expart .reason .mini-container .content .line {
    width: 580px;
  }
}
@media screen and (max-width:600px) {
  .engineer-expart .reason .mini-container .content .line {
    width: 100%;
    margin: 10px auto 20px;
  }
}
.engineer-expart .reason .mini-container .content p {
  color: #fff;
}
.engineer-expart .reason .mini-container .content p.Regular {
  margin-left: 80px;
  width: 635px;
}
@media screen and (max-width:780px) {
  .engineer-expart .reason .mini-container .content p.Regular {
    width: auto;
  }
}
@media screen and (max-width:600px) {
  .engineer-expart .reason .mini-container .content p.Regular {
    margin-left: 0;
    width: 100%;
  }
}
.engineer-expart .online-support img {
  width: 500px;
  margin: 0 auto 50px;
}
@media screen and (max-width:600px) {
  .engineer-expart .online-support img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.engineer-expart .plan {
  background: #FBEFFF;
}
.engineer-expart .plan h2 {
  margin-bottom: 20px;
}
@media screen and (max-width:600px) {
  .engineer-expart .plan h2 {
    margin-bottom: 10px;
  }
}
.engineer-expart .plan .sub-title {
  width: 220px;
  border-radius: 100px;
  background: #A74BC3;
  margin: 0 auto 50px;
  padding: 10px;
}
@media screen and (max-width:600px) {
  .engineer-expart .plan .sub-title {
    width: 170px;
    margin-bottom: 40px;
  }
}
.engineer-expart .plan .sub-title p {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: white;
}
.engineer-expart .plan .plan-box {
  background: white;
  padding: 25px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  width: 864px;
  margin-bottom: 30px;
}
@media screen and (max-width:780px) {
  .engineer-expart .plan .plan-box {
    padding: 20px;
    width: 100%;
  }
}
.engineer-expart .plan .plan-box:nth-child(even) {
  margin-left: auto;
}
.engineer-expart .plan .plan-box .flex {
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width:600px) {
  .engineer-expart .plan .plan-box .flex {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.engineer-expart .plan .plan-box .flex img {
  width: 258px;
}
@media screen and (max-width:600px) {
  .engineer-expart .plan .plan-box .flex img {
    width: 180px;
    margin: 0 auto;
  }
}
.engineer-expart .plan .plan-box .flex .text {
  width: 532px;
}
.engineer-expart .plan .plan-box .flex .text p {
  text-align: left;
  margin: 0;
}
.engineer-expart .plan .plan-box .flex .text p.title {
  font-size: 24px;
  margin-left: 18px;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "Bold";
  position: relative;
}
@media screen and (max-width:600px) {
  .engineer-expart .plan .plan-box .flex .text p.title {
    font-size: 16px;
    margin-left: 15px;
  }
}
.engineer-expart .plan .plan-box .flex .text p.title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 28px;
  background: #A74BC3;
  top: 4px;
  left: -18px;
}
@media screen and (max-width:600px) {
  .engineer-expart .plan .plan-box .flex .text p.title::before {
    width: 6px;
    height: 21px;
    top: 0;
    left: -15px;
  }
}
.engineer-expart .expa-skill .flex {
  margin-bottom: 30px;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width:780px) {
  .engineer-expart .expa-skill .flex {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.engineer-expart .expa-skill .flex .box {
  width: 465px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width:600px) {
  .engineer-expart .expa-skill .flex .box {
    width: 305px;
  }
}
.engineer-expart .expa-skill .flex .box .title {
  background: #4B3452;
  position: relative;
  padding: 7px 32px;
  margin-bottom: 30px;
}
@media screen and (max-width:600px) {
  .engineer-expart .expa-skill .flex .box .title {
    margin-bottom: 20px;
    padding: 5px 18px;
  }
}
.engineer-expart .expa-skill .flex .box .title::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 40px;
  top: 0;
  left: 0;
  background: #A74BC3;
}
@media screen and (max-width:600px) {
  .engineer-expart .expa-skill .flex .box .title::before {
    width: 8px;
    height: 31px;
  }
}
.engineer-expart .expa-skill .flex .box .title p {
  color: #fff;
  font-family: "Bold";
}
.engineer-expart .expa-skill .flex .box .item {
  display: flex;
  gap: 20px;
  margin: 0 20px 30px;
}
@media screen and (max-width:600px) {
  .engineer-expart .expa-skill .flex .box .item {
    margin: 0 20px 20px;
    gap: 10px;
  }
}
.engineer-expart .expa-skill .flex .box .item img {
  width: 100px;
}
@media screen and (max-width:600px) {
  .engineer-expart .expa-skill .flex .box .item img {
    width: 70px;
  }
}
.engineer-expart .expa-skill .flex .box .item p {
  font-size: 16px;
  font-family: "Regular";
}
@media screen and (max-width:600px) {
  .engineer-expart .expa-skill .flex .box .item p {
    font-size: 14px;
  }
}
.engineer-expart .price {
  background: url(../img/expa-price.jpg);
  background-size: cover;
  background-position: center;
  padding: 90px 0;
}
@media screen and (max-width:600px) {
  .engineer-expart .price {
    background: url(../img/sp-expa-price.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
  }
}
.engineer-expart .price h2 {
  color: white;
}
.engineer-expart .price .content {
  width: 520px;
  margin: 0 auto;
}
@media screen and (max-width:600px) {
  .engineer-expart .price .content {
    width: 305px;
  }
}
@media screen and (max-width:360px) {
  .engineer-expart .price .content {
    width: 100%;
  }
}
.engineer-expart .price .content .title {
  background: #A74BC3;
  padding: 17px 0;
}
@media screen and (max-width:600px) {
  .engineer-expart .price .content .title {
    padding: 15px 0;
  }
}
.engineer-expart .price .content .title p {
  font-weight: bold;
  color: white;
  text-align: center;
}
@media screen and (max-width:600px) {
  .engineer-expart .price .content .title p {
    font-size: 16px;
  }
}
.engineer-expart .price .content .text {
  background: white;
  border: 3px solid #A74BC3;
  padding: 35px 0;
}
@media screen and (max-width:600px) {
  .engineer-expart .price .content .text {
    padding: 25px 0;
  }
}
.engineer-expart .price .content .text p {
  font-weight: bold;
  text-align: center;
}
.engineer-expart .price .content .text p.month {
  font-size: 30px;
}
@media screen and (max-width:600px) {
  .engineer-expart .price .content .text p.month {
    font-size: 25px;
    text-align: center;
  }
}

.engineer-standard h2 {
  color: #0B2088;
}
.engineer-standard .pickup {
  padding: 5px;
  background: linear-gradient(to right bottom, #91C8FF, #2881E0);
}
.engineer-standard .pickup ul {
  padding: 35px 0;
  padding-left: 80px;
  background: white;
}
@media screen and (max-width:600px) {
  .engineer-standard .pickup ul {
    padding: 30px 0;
    padding-left: 50px;
  }
}
.engineer-standard .pickup ul li {
  text-align: left;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width:600px) {
  .engineer-standard .pickup ul li {
    font-size: 15px;
  }
}
.engineer-standard .pickup ul li:last-child {
  margin-bottom: 0;
}
.engineer-standard .pickup ul li::before {
  position: absolute;
  content: "";
  width: 22.75px;
  height: 22.87px;
  background: url(../img/stan-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}
@media screen and (max-width:600px) {
  .engineer-standard .pickup ul li::before {
    width: 20px;
    transform: translateY(0%);
    top: 1px;
    left: -30px;
  }
}
.engineer-standard .reason {
  background: url(../img/stan-reason.jpg) center/cover;
}
@media screen and (max-width:600px) {
  .engineer-standard .reason {
    background: url(../img/sp-stan-reason.jpg) top/cover;
  }
}
@media screen and (max-width:600px) {
  .engineer-standard .reason .mini-container {
    max-width: 305px;
  }
}
.engineer-standard .reason .mini-container h2 {
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width:600px) {
  .engineer-standard .reason .mini-container h2 {
    margin-bottom: 30px;
  }
}
.engineer-standard .reason .mini-container .content {
  margin-left: 25px;
}
@media screen and (max-width:600px) {
  .engineer-standard .reason .mini-container .content {
    margin-left: 0;
  }
}
.engineer-standard .reason .mini-container .content .flex {
  gap: 20px;
}
@media screen and (max-width:600px) {
  .engineer-standard .reason .mini-container .content .flex {
    display: block;
  }
}
.engineer-standard .reason .mini-container .content .flex img.number {
  width: 60px;
}
@media screen and (max-width:600px) {
  .engineer-standard .reason .mini-container .content .flex img.number {
    width: 37px;
    margin-bottom: 10px;
  }
}
.engineer-standard .reason .mini-container .content .flex p {
  font-family: "Bold";
  line-height: 1.3;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width:600px) {
  .engineer-standard .reason .mini-container .content .flex p {
    font-size: 16px;
  }
}
.engineer-standard .reason .mini-container .content .flex.up {
  margin-top: 60px;
}
@media screen and (max-width:600px) {
  .engineer-standard .reason .mini-container .content .flex.up {
    margin-top: 40px;
  }
}
.engineer-standard .reason .mini-container .content .line {
  width: 656px;
  height: auto;
  margin: 20px auto;
  margin-left: 75px;
}
@media screen and (max-width:780px) {
  .engineer-standard .reason .mini-container .content .line {
    width: 580px;
  }
}
@media screen and (max-width:600px) {
  .engineer-standard .reason .mini-container .content .line {
    width: 100%;
    margin: 10px auto 20px;
  }
}
.engineer-standard .reason .mini-container .content p {
  color: #fff;
}
.engineer-standard .reason .mini-container .content p.Regular {
  margin-left: 80px;
  width: 635px;
}
@media screen and (max-width:780px) {
  .engineer-standard .reason .mini-container .content p.Regular {
    width: auto;
  }
}
@media screen and (max-width:600px) {
  .engineer-standard .reason .mini-container .content p.Regular {
    margin-left: 0;
    width: 100%;
  }
}
.engineer-standard .online-support img {
  width: 500px;
  margin: 0 auto 50px;
}
@media screen and (max-width:600px) {
  .engineer-standard .online-support img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.engineer-standard .plan {
  background: #EBF5FF;
}
.engineer-standard .plan h2 {
  margin-bottom: 20px;
}
@media screen and (max-width:600px) {
  .engineer-standard .plan h2 {
    margin-bottom: 10px;
  }
}
.engineer-standard .plan .sub-title {
  width: 220px;
  border-radius: 100px;
  background: #2881E0;
  margin: 0 auto 50px;
  padding: 10px;
}
@media screen and (max-width:600px) {
  .engineer-standard .plan .sub-title {
    width: 170px;
    margin-bottom: 40px;
  }
}
.engineer-standard .plan .sub-title p {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: white;
}
.engineer-standard .plan .plan-box {
  background: white;
  padding: 25px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  width: 864px;
  margin-bottom: 30px;
}
@media screen and (max-width:780px) {
  .engineer-standard .plan .plan-box {
    padding: 20px;
    width: 100%;
  }
}
.engineer-standard .plan .plan-box:nth-child(even) {
  margin-left: auto;
}
.engineer-standard .plan .plan-box .flex {
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width:600px) {
  .engineer-standard .plan .plan-box .flex {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.engineer-standard .plan .plan-box .flex img {
  width: 258px;
}
@media screen and (max-width:600px) {
  .engineer-standard .plan .plan-box .flex img {
    width: 180px;
    margin: 0 auto;
  }
}
.engineer-standard .plan .plan-box .flex .text {
  width: 532px;
}
.engineer-standard .plan .plan-box .flex .text p {
  text-align: left;
  margin: 0;
}
.engineer-standard .plan .plan-box .flex .text p.title {
  font-size: 24px;
  margin-left: 18px;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "Bold";
  position: relative;
}
@media screen and (max-width:600px) {
  .engineer-standard .plan .plan-box .flex .text p.title {
    font-size: 16px;
    margin-left: 15px;
  }
}
.engineer-standard .plan .plan-box .flex .text p.title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 28px;
  background: #2881E0;
  top: 4px;
  left: -18px;
}
@media screen and (max-width:600px) {
  .engineer-standard .plan .plan-box .flex .text p.title::before {
    width: 6px;
    height: 21px;
    top: 0;
    left: -15px;
  }
}
.engineer-standard .expa-skill .flex {
  margin-bottom: 30px;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width:780px) {
  .engineer-standard .expa-skill .flex {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.engineer-standard .expa-skill .flex .box {
  width: 465px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width:600px) {
  .engineer-standard .expa-skill .flex .box {
    width: 305px;
  }
}
.engineer-standard .expa-skill .flex .box .title {
  background: #0D2845;
  position: relative;
  padding: 7px 32px;
  margin-bottom: 30px;
}
@media screen and (max-width:600px) {
  .engineer-standard .expa-skill .flex .box .title {
    margin-bottom: 20px;
    padding: 5px 18px;
  }
}
.engineer-standard .expa-skill .flex .box .title::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 40px;
  top: 0;
  left: 0;
  background: #2881E0;
}
@media screen and (max-width:600px) {
  .engineer-standard .expa-skill .flex .box .title::before {
    width: 8px;
    height: 31px;
  }
}
.engineer-standard .expa-skill .flex .box .title p {
  color: #fff;
  font-family: "Bold";
}
.engineer-standard .expa-skill .flex .box .item {
  display: flex;
  gap: 20px;
  margin: 0 20px 30px;
}
@media screen and (max-width:600px) {
  .engineer-standard .expa-skill .flex .box .item {
    margin: 0 20px 20px;
    gap: 10px;
  }
}
.engineer-standard .expa-skill .flex .box .item img {
  width: 100px;
}
@media screen and (max-width:600px) {
  .engineer-standard .expa-skill .flex .box .item img {
    width: 70px;
  }
}
.engineer-standard .expa-skill .flex .box .item p {
  font-size: 16px;
  font-family: "Regular";
}
@media screen and (max-width:600px) {
  .engineer-standard .expa-skill .flex .box .item p {
    font-size: 14px;
  }
}
.engineer-standard .price {
  background: url(../img/stan-price.jpg);
  background-size: cover;
  background-position: center;
  padding: 90px 0;
}
@media screen and (max-width:600px) {
  .engineer-standard .price {
    background: url(../img/sp-stan-price.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
  }
}
.engineer-standard .price h2 {
  color: white;
}
.engineer-standard .price .content {
  width: 520px;
  margin: 0 auto;
}
@media screen and (max-width:600px) {
  .engineer-standard .price .content {
    width: 305px;
  }
}
@media screen and (max-width:360px) {
  .engineer-standard .price .content {
    width: 100%;
  }
}
.engineer-standard .price .content .title {
  background: #2881E0;
  padding: 17px 0;
}
@media screen and (max-width:600px) {
  .engineer-standard .price .content .title {
    padding: 15px 0;
  }
}
.engineer-standard .price .content .title p {
  font-weight: bold;
  color: white;
  text-align: center;
}
@media screen and (max-width:600px) {
  .engineer-standard .price .content .title p {
    font-size: 16px;
  }
}
.engineer-standard .price .content .text {
  background: white;
  border: 3px solid #2881E0;
  padding: 35px 0;
}
@media screen and (max-width:600px) {
  .engineer-standard .price .content .text {
    padding: 25px 0;
  }
}
.engineer-standard .price .content .text p {
  font-weight: bold;
  text-align: center;
}
.engineer-standard .price .content .text p.month {
  font-size: 30px;
}
@media screen and (max-width:600px) {
  .engineer-standard .price .content .text p.month {
    font-size: 25px;
    text-align: center;
  }
}

.banner {
  padding-bottom: 0;
}
@media screen and (max-width:600px) {
  .banner {
    margin-bottom: 40px;
  }
}
.banner a img {
  width: 100%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.18);
}

.page {
  padding-top: 200px;
  background-color: #E8F0FB;
}
@media screen and (max-width:600px) {
  .page {
    padding-top: 150px;
  }
}
.page #topics {
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  padding: 50px 40px;
}
@media screen and (max-width:600px) {
  .page #topics {
    padding: 30px 20px;
  }
}
.page #topics article h1 {
  margin-bottom: 30px;
  color: #0B2088;
}
@media screen and (max-width:600px) {
  .page #topics article h1 {
    font-size: 23px;
    margin-bottom: 15px;
  }
}
.page #topics article .time {
  margin-bottom: 50px;
  color: #70758D;
}
@media screen and (max-width:600px) {
  .page #topics article .time {
    text-align: right;
    margin-bottom: 30px;
  }
}
.page #topics article h2 {
  text-align: left;
  font-size: 25px;
  margin-top: 50px;
  padding-bottom: 20px;
  border-bottom: 2px solid #001A89;
}
@media screen and (max-width:600px) {
  .page #topics article h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 40px;
  }
}
.page #topics article p {
  line-height: 1.75;
}
.page #topics article a {
  color: #00A5F7;
  text-decoration: underline;
}
.page a.button {
  width: 200px;
  margin: 20px 0 0 auto;
  display: block;
}

.pagination a,
.pagination span,
.post-page-numbers {
  display: inline-block;
  background: #F4F4F4;
  color: #333;
}

.pagination .current,
.post-page-numbers.current {
  background-color: #333;
}

.pagination a:hover {
  background-color: #333;
  color: #fff;
}/*# sourceMappingURL=style.css.map */