@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  font-weight: bold;
}
p {
  font-weight: bold;
  line-height: 1.8em;
}
.sp {
  display: none;
}
#navArea {
  display: none;
}
.num {
  font-family: "Ubuntu Condensed", sans-serif;
}
h2 {
  font-size: 70px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.sec_tit {
  margin-bottom: 80px;
}
section {
  padding: 80px 0;
}
.bkg_sky {
  background-color: #e8fbff;
}
h2::after {
  content: '';
  background-image: url(../img/tit.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px;
  display: block;
}
.wrapp {
  max-width: 1200px;
  margin: 0 auto;
}
.section_border {
  display: block;
  margin-bottom: -11px;
  width: 100vw;
}
/*header*/
.header_inner {
  display: flex;
  justify-content: space-between;
  padding: 30px 100px;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
}
.header_inner a {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  display: block;
  transition: .3s;
}
.gnav ul {
  display: flex;
  gap: 30px;
}
.header_inner li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_inner li a:hover {
  color: #00a0e9;
}
.header_inner li a img {
  transition: .3s;
}
.header_inner li a:hover img {
  transform: translateY(3px);
}
.header_inner .btn_soudan {
  background-color: #f83600;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
}
.header_inner .btn_soudan:hover {
  transform: scale(1.1);
}
.header_inner div {
  display: flex;
  gap: 30px;
  align-items: center;
}
header {
  border-bottom: solid 5px;
  border-image: linear-gradient(to right, #22dcfd, #1c91e2, #0022ff) 1;
}
/*fv*/
.sec_fv {
  padding: 0;
}
.fv_container {
  display: flex;
  margin: 60px auto 30px auto;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
  max-width: 1920px;
}
.fv_r {
  max-width: 50%;
}
.fv_r img {
  border-radius: 30px 0 0 0;
}
.fv_l {
  margin-left: 5%;
}
h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.8em;
}
h1 .blu {
  font-weight: 900;
  color: #00a0e9;
  font-size: 94px;
}
h1 .bar {
  background-color: #013876;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin: 15px 0 20px 0;
  line-height: 1.3em;
}
h1 .par {
  font-size: 35px;
  color: #013876;
  font-weight: bold;
  line-height: 1.3em;
}
h1 .num {
  font-weight: bold;
  font-size: 58px;
}
h1 .num.par {
  font-size: 35px;
}
.fv_name {
  display: flex;
  gap: 20px;
  align-items: center;
}
.fv_container a {
  background-color: #f83600;
  color: #fff;
  display: block;
  width: 80%;
  margin: 40px auto 0 auto;
  text-align: center;
  font-size: 30px;
  padding: 15px 0;
  border-radius: 50px;
  font-weight: bold;
  transition: .3s;
}
.fv_container a:hover {
  transform: scale(1.1);
}
/*about*/
.about_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
}
.sec_about h3 {
  font-weight: bold;
  background: linear-gradient(90deg, #22dcfd, #1c91e2, #0022ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 65px;
  width: fit-content;
}
.sec_about h3 img {
  display: block;
  margin: -10px -60px 0 auto;
}
.about_l p span {
  font-weight: bold;
}
.about_l p {
  font-size: 23px;
  margin-top: 30px;
  padding-left: 15px;
}
.about_l .red {
  color: #f83600;
}
.about_l .blu {
  color: #00a0e9;
}
.about_graph_inner p,
.about_graph_inner span {
  text-align: center;
  font-weight: bold;
}
.about_graph_inner p {
  font-size: 30px;
  line-height: 1.3em;
}
.about_graph_inner p span.num {
  color: #00a0e9;
  font-size: 130px;
  padding-right: 10px;
}
.about_graph_inner p span span {
  font-size: 60px;
}
.about_graph_inner ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.about_graph_inner li {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #bfbdb6;
  border-radius: 10px;
  padding: 5px 15px;
}
.about_graph_inner li .num {
  display: block;
  font-size: 30px;
}
.about_graph_inner li .num span {
  font-size: 16px;
}
.about_r {
  position: relative;
}
.about_graph_inner {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 5%;
  margin: auto;
  height: fit-content;
}
/*strng*/
.strong_cont {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.strong_cont h3 {
  font-size: 35px;
  color: #00a0e9;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.strong_cont dl {
  width: 385px;
  padding: 50px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 30px 0 0 0;
}
.strong_cont dl:first-of-type {
  width: 100%;
  max-width: 100%;
}
.strong_flex_cont {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 50px;
  align-items: center;
}
.strong_flex_cont div {
  background-color: #f3f3f3;
  padding: 20px;
  border-radius: 30px 0 0 0;
}
.strong_flex_cont div p {
  text-align: center;
}
.strong_graph_inner {
  position: relative;
}
.strong_graph_inner p {
  position: absolute;
  top: 5%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: fit-content;
}
.strong_graph_inner .num {
  font-size: 80px;
  padding-right: 5px;
}
.strong_graph_inner .num span {
  font-size: 30px;
}
.strong_cont .simple_image {
  display: block;
  margin: 40px auto 0 auto;
}
.strong_cont dl:first-of-type .simple_image {
  margin: 0;
}
/*cv*/
.cv {
  margin: 50px auto 0 auto;
}
.cv p {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.cv_inner {
  display: flex;
  background-color: #013876;
  align-items: center;
}
.cv_inner.reverse {
  flex-direction: row-reverse;
}
.cv_r,
.cv_l {
  width: 50%;
}
.cv_l img {
  display: block;
  margin: 0 auto;
}
.cv_l a {
  background-color: #f83600;
  color: #fff;
  display: block;
  width: 70%;
  margin: 30px auto 0 auto;
  text-align: center;
  font-size: 25px;
  padding: 15px 0;
  border-radius: 50px;
  font-weight: bold;
  transition: .3s;
}
.cv_l a:hover {
  transform: scale(1.1);
}
/*adviser*/
.sec_adviser dt img {
  border-radius: 30px 0 0 0;
}
.sec_adviser dt {
  margin-bottom: 20px;
}
.sec_adviser dd .name {
  font-size: 60px;
  color: #013876;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
}
.sec_adviser dd ul span {
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  display: block;
  color: #00a0e9;
  font-weight: bold;
  padding: 5px 15px;
  font-size: 20px;
}
.sec_adviser dd ul p {
  font-size: 20px;
}
.adviser_list {
  display: flex;
  gap: 30px;
}
.adviser_list li {
  width: calc(100%/3);
}
.sec_adviser dd li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
  align-items: center;
}
.sec_adviser dd ul + p {
  color: #00a0e9;
  font-size: 20px;
  margin-bottom: 10px;
}
.sec_adviser dd div {
  background-color: #fff;
  padding: 20px;
}
/*step*/
.step_list {
  display: flex;
  align-items: center;
  position: relative;
  height: fit-content;
}
.step_list_inner {
  display: flex;
  align-items: center;
  height: fit-content;
}
.step_list .bar {
  display: block;
  height: 720px;
  width: 1px;
  border-right: solid 5px;
  border-image: linear-gradient(to right, #22dcfd, #1c91e2, #0022ff) 1;
  position: absolute;
  left: 7%;
  top: 72px;
  bottom: 0;
}
.round.num {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: #22DCFD;
  background: linear-gradient(0deg, rgba(34, 220, 253, 1) 0%, rgba(28, 145, 226, 1) 50%, rgba(0, 34, 255, 1) 100%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 120px;
  font-size: 25px;
}
.step_list ul {
  width: 75%;
}
.step_list_inner {
  position: relative;
}
.step_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.step_list li div:nth-of-type(2) {
  padding: 30px;
  border-bottom: solid 1px #00a0e9;
  width: 70%;
}
.step_list li:last-of-type div:nth-of-type(2) {
  border-bottom: none;
}
.image_list {
  width: 15%;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.image_list img {
  display: block;
}
.step_list h3 {
  color: #00a0e9;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
/*faq*/
.faq_cont li {
  background-color: #fff;
  border-radius: 30px 0 0 0;
  border-bottom: solid 5px;
  border-image: linear-gradient(to right, #22dcfd, #0022ff) 1;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 30px;
}
.faq_cont li p:first-of-type::after {
  content: '';
  background-image: url(../img/btn_arrows.png);
  padding: 7px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.faq_cont li .off:first-of-type::after {
  content: '';
  background-image: url(../img/btn_arrows.png);
  padding: 7px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg);
}
.faq_cont li p:first-of-type {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}
.faq_cont li p:last-of-type {
  padding-top: 20px;
  display: none;
}
/*contact*/
.sec_contact {
  max-width: 1920px;
  margin: 0 auto;
}
.contact_cont {
  width: fit-content;
  margin: 0 auto 60px auto;
}
.contact_cont p {
  font-size: 20px;
}
.contact_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_r,
.contact_l {
  max-width: 50%;
}
.contact_l img {
  border-radius: 0 30px 0 0;
}
.contact_flex {
  display: flex;
  gap: 20px;
}
.contact_inner input,
.contact_inner select {
  border: solid 1px #000;
  padding: 10px;
  font-family: inherit;
  font-size: inherit;
}
.contact_inner dt {
  font-weight: bold;
  padding-bottom: 15px;
}
.contact_inner dt span,
.pp_check span {
  color: #f83600;
  font-weight: bold;
  padding-left: 10px;
}
.contact_inner dd {
  margin-bottom: 30px;
}
.contact_inner dd.flex p {
  display: flex;
  gap: 4px;
}
form input,
form select {
  border-radius: 5px;
}
input[name='mail'],
input[name='tel'],
input[name='school_name'] {
  width: 400px;
}
.contact_inner select {
  width: 420px;
}
input[name='sei'],
input[name='mei'],
input[name='kana_sei'],
input[name='kana_mei'] {
  width: 185px;
}
input[name='department'],
input[name='faculty'] {
  width: 180px;
}
.contact_r {
  max-width: 50%;
  width: fit-content;
  margin: auto;
  margin-left: 9%;
}
.contact_r .form {
  width: fit-content;
  height: fit-content;
  margin: auto;
}
input[name='pp_check'] {
  display: none;
}
.pp_check {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.pp_check::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.pp_check::after {
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[name='pp_check']:checked + .pp_check::after {
  opacity: 1;
}
.pp_check {
  color: #00a0e9;
  font-weight: bold;
}
.pp_check a {
  color: #00a0e9;
  font-weight: bold;
  border-bottom: solid 1px #00a0e9;
}
label.pp_check {
  margin: 30px auto;
  display: block;
  width: fit-content;
}
.contact_inner .submit {
  display: block;
  width: 250px;
  background-color: #f83600;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: inherit;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  transition: .3s;
}
.contact_inner .submit:hover {
  transform: scale(1.1);
}
.contact_inner .submit.no_check {
  background-color: #bfbdb6;
  pointer-events: none;
}
/*footer*/
footer {
  border-bottom: solid 5px;
  border-top: solid 5px;
  border-image: linear-gradient(to right, #22dcfd, #0022ff) 1;
}
.footer_cont {
  margin: 50px 0;
  background-color: #00a0e9;
  padding: 50px;
}
.footer_cont span,
.footer_cont a {
  color: #fff;
  font-weight: bold;
}
.footer_cont a {
  transition: .3s;
}
.footer_cont a:hover {
  opacity: .8;
}
.footer_cont ul {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
.footer_cont img {
  display: block;
  margin: 0 auto 40px auto;
}
small {
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-top: 40px;
}
.float_btn.pc a {
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #f83600;
  text-align: center;
  padding: 20px 20px 20px 15px;
  border-radius: 10px 0 0 10px;
  position: fixed;
  right: -50px;
  bottom: 45%;
}
.float_btn.sp {
  display: none;
}
/*terms*/
.sec_terms h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: solid 3px #0022ff;
  padding-bottom: 10px;
}
.sec_terms h4 {
  font-weight: bold;
  border-left: solid 5px #0022ff;
  padding-left: 10px;
  margin-bottom: 20px;
}
.sec_terms dl {
  margin: 30px 0;
}
.sec_terms dd div {
  margin-bottom: 20px;
}
.sec_terms dd p,
.sec_terms dd li {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 10px;
}
.sec_terms dd li ul {
  margin: 15px 0;
}
.sec_terms dd li li {
  padding-left: 15px;
}
/*responsive*/
@media screen and (max-width:1800px) and (min-width:800px) {
  h1 {
    font-size: 3.333vw;
  }
  h1 .blu {
    font-size: 5.222vw;
  }
  h1 .bar {
    font-size: 2.222vw;
    margin: 0.833vw 0 1.111vw 0;
  }
  h1 .par {
    font-size: 1.944vw;
  }
  h1 .num {
    font-size: 3.222vw;
  }
  h1 .num.par {
    font-size: 1.944vw;
  }
  .fv_name img {
    display: block;
    width: 27.444vw;
  }
  .fv_r {
    max-width: 48%;
  }
  .fv_container a {
    margin: 2.222vw auto 0 auto;
    font-size: 1.667vw;
    padding: 0.833vw 0;
  }
  .header_logo {
    width: 18.333vw;
  }
  .header_inner {
    padding: 1.667vw 5.556vw;
  }
  h2 {
    font-size: 3.889vw;
  }
  h2::after {
    padding: 1.667vw;
  }

}
@media screen and (max-width:1400px) {
  .header_inner a {
    font-size: 16px;
  }
  .about_l p {
    font-size: 18px;
  }
  .sec_about h3 {
    font-size: 55px;
  }
  .about_r img {
    width: 450px;
  }
  .about_graph_inner p {
    font-size: 20px;
  }
  .about_graph_inner p span.num {
    font-size: 120px;
  }
  .wrapp {
    max-width: 90%;
  }
  .cv .wrapp {
    max-width: 1200px;
  }
  .sec_adviser dd .name {
    font-size: 50px;
  }
  .sec_adviser dd ul p,
  .sec_adviser dd ul span,
  .sec_adviser dd ul + p {
    font-size: 18px;
  }
}
@media screen and (max-width:1250px) {
  .cv .wrapp {
    max-width: 90%;
  }
  .cv_l img {
    width: 350px;
  }
  .cv_l a {
    font-size: 20px;
  }
  body {
    font-size: 14px;
  }
  .sec_adviser dd ul p,
  .sec_adviser dd ul span,
  .sec_adviser dd ul + p {
    font-size: 14px;
  }
  .sec_adviser dd .name {
    font-size: 40px;
  }
  .step_list h3 {
    font-size: 25px;
    line-height: 1.5em;
    margin-bottom: 15px;
  }
  .round.num {
    width: 90px;
    height: 90px;
    font-size: 20px;
    line-height: 90px;
  }
  .step_list .bar {
    left: 6.5%;
    height: 670px;
  }
  .image_list img {
    width: 120px;
  }
  .faq_cont li p:first-of-type {
    font-size: 16px;
  }
  .contact_cont p {
    font-size: 18px;
  }
  .contact_r {
    margin-left: auto;
  }
}
@media screen and (max-width:1112px) {
  .strong_cont {
    justify-content: space-between;
  }
  .strong_cont dl {
    max-width: 39%;
    padding: 40px;
  }
}
@media screen and (max-width:1060px) {
  .sec_adviser dd .name {
    font-size: 40px;
  }
  .cv_l img {
    width: 300px;
  }
  .cv_l a {
    font-size: 16px;
    margin-top: 15px;
    padding: 10px 0;
  }
  .header_inner {
    padding: 20px;
  }
  .header_inner li a {
    font-size: 15px;
  }
  .header_inner .btn_soudan {
    font-size: 15px;
  }
}
@media screen and (max-width:1010px) {
  .fv_r {
    max-width: 46%;
  }
  .about_cont {
    gap: 50px;
  }
  .sec_about h3 {
    font-size: 45px;
  }
  .about_l p {
    font-size: 16px;
  }
  .sec_about h3 img {
    width: 240px;
  }
  .about_r img {
    width: 370px;
  }
  .about_graph_inner p span.num {
    font-size: 110px;
  }
  .about_graph_inner li {
    font-size: 12px;
  }
  .about_graph_inner li .num {
    display: block;
    font-size: 20px;
  }
  .strong_cont h3 {
    font-size: 25px;
  }
  .step_list .bar {
    left: 5.5%;
  }
  .contact_inner {
    display: block;
  }
  .contact_l .pc {
    display: none;
  }
  .contact_l .sp {
    display: block;
  }
  .contact_r,
  .contact_l {
    max-width: 100%;
  }
  .contact_l {
    border-radius: 0;
  }
  .contact_r {
    max-width: 90%;
    margin: 40px auto;
  }
}
@media screen and (max-width:960px) {
  .strong_cont dl {
    max-width: 40%;
    padding: 30px;
  }
  .cv_l img {
    width: 250px;
  }
  .header_inner div.gnav {
    display: none;
  }
  .header_inner div {
    display: block;
  }
  .header_inner .btn_soudan {
    margin-top: 30px;
    text-align: center;
  }
  .header_inner li a img {
    padding-left: 5px;
  }
  .header_logo {
    max-width: 50%;
  }
  /*============
nav
=============*/
  #navArea {
    display: block;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: .5s;
    z-index: 10;
  }
  .open nav {
    left: 0;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -240px;
      width: 240px;
    }
  }
  /*============
@keyframes
=============*/
  @keyframes equalizer01 {
    0% {
      width: 70%;
    }
    10% {
      width: 50%;
    }
    20% {
      width: 100%;
    }
    30% {
      width: 10%;
    }
    40% {
      width: 50%;
    }
    50% {
      width: 70%;
    }
    60% {
      width: 50%;
    }
    70% {
      width: 10%;
    }
    80% {
      width: 100%;
    }
    90% {
      width: 10%;
    }
    100% {
      width: 70%;
    }
  }
  @keyframes equalizer02 {
    0% {
      width: 30%;
    }
    10% {
      width: 20%;
    }
    20% {
      width: 40%;
    }
    30% {
      width: 10%;
    }
    40% {
      width: 20%;
    }
    50% {
      width: 30%;
    }
    60% {
      width: 20%;
    }
    70% {
      width: 10%;
    }
    80% {
      width: 40%;
    }
    90% {
      width: 10%;
    }
    100% {
      width: 30%;
    }
  }
  /*============
.toggle_btn
=============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 14px;
    right: 15px;
    width: 60px;
    height: 30px;
    transform: translate(0, 0);
    transition: all .5s;
    cursor: pointer;
    z-index: 10;
  }
  .open .toggle_btn {
    left: 330px;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background: #22DCFD;
    background: linear-gradient(0deg, rgba(34, 220, 253, 1) 0%, rgba(28, 145, 226, 1) 50%, rgba(0, 34, 255, 1) 100%);
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 5px;
    width: 60px;
    animation: equalizer01 7000ms infinite;
  }
  .toggle_btn span:nth-child(2) {
    top: 15px;
    width: 30px;
    animation: equalizer02 5000ms infinite;
    animation-delay: 0.33s;
  }
  .toggle_btn span:nth-child(3) {
    top: 25px;
    width: 20px;
    animation: equalizer02 5000ms infinite;
  }
  .open .toggle_btn span {
    background-color: #fff;
    width: 30px;
  }
  .open .toggle_btn span:nth-child(1) {
    transform: translate(0, 10px) rotate(-45deg);
    animation: unset;
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
    animation: unset;
  }
  .open .toggle_btn span:nth-child(3) {
    transform: translate(0, -10px) rotate(45deg);
    animation: unset;
  }
  @media screen and (max-width: 767px) {
    .open .toggle_btn {
      left: 260px;
    }
  }
  /*============
#mask
=============*/
  #mask {
    display: none;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 8;
    cursor: pointer;
    transition: all .5s;
  }
}
@media screen and (max-width:855px) {
  .step_list .bar {
    height: 779px;
  }

}
@media screen and (max-width:835px) {
  .strong_cont dl {
    max-width: 39%;
  }
}
/*sp*/
@media screen and (max-width:800px) {
  body {
    font-size: 14px;
  }
  .adviser_list {
    display: block;
  }
  .adviser_list li {
    width: 100%;
  }
  .sec_adviser dt img.pc {
    display: none;
  }
  .sec_adviser dt img.sp {
    display: block;
    margin: 0 auto;
  }
  .sec_adviser dd {
    max-width: 400px;
    margin: 0 auto 40px auto;
  }
  .sec_adviser li:last-of-type dd {
    margin-bottom: 0;
  }
  .step_list h3 {
    font-size: 20px;
  }
  .step_list_inner {
    flex-wrap: wrap;
  }
  .image_list {
    width: 100%;
  }
  .step_list ul {
    width: 100%;
    margin-bottom: 40px;
  }
  .step_list .bar {
    height: 72%;
    left: 8%;
  }
  h2 {
    font-size: 30px;
  }
  h2::after {
    padding: 15px;
  }
  .sec_tit {
    margin-bottom: 40px;
  }
  .cv_inner {
    display: block;
    max-width: 600px;
  }
  .cv_r,
  .cv_l {
    width: 100%;
  }
  .cv_l {
    padding: 30px 0;
  }
  .fv_r {
    display: none;
  }
  .fv_l {
    margin-left: 0;
  }
  .fv_l .sp {
    display: block;
  }
  h1 {
    text-align: center;
    font-size: 40px;
  }
  h1 .blu {
    font-size: 60px;
  }
  h1 .bar {
    width: 90%;
    margin: 20px auto;
    position: relative;
    z-index: 3;
    margin-top: -30px;
    font-size: 30px;
  }
  .fv_name {
    justify-content: center;
  }
  h1 .par {
    font-size: 20px;
  }
  h1 .num {
    font-size: 45px;
  }
  .fv_name {
    max-width: 90%;
    margin: 0 auto;
  }
  .fv_name img {
    width: 67.123vw;
  }
  .fv_container a {
    margin-top: 20px;
    font-size: 20px;
  }
  .about_cont {
    display: block;
  }
  .sec_about h3 {
    text-align: center;
    margin: 0 auto;
  }
  .about_cont .pc {
    display: none;
  }
  .about_l {
    margin-bottom: 30px;
  }
  .about_r img {
    display: block;
    margin: 0 auto;
  }
  .sec_about h3 {
    font-size: 25px;
  }
  .about_l p {
    font-size: 14px;
    margin-top: 20px;
  }
  .sec_about h3 img {
    width: 200px;
    margin: -5px -30px 0 auto;
  }
  .about_r img {
    width: 300px;
  }
  .about_graph_inner p span.num {
    font-size: 80px;
  }
  .about_graph_inner p span span {
    font-size: 40px;
  }
  .about_graph_inner p {
    font-size: 16px;
  }
  .strong_flex_cont {
    display: block;
  }
  .strong_graph_inner img {
    display: block;
    margin: 0 auto;
  }
  .strong_cont h3 {
    margin-bottom: 20px;
  }
  .strong_cont h3 .pc {
    display: none;
  }
  .strong_cont dl:first-of-type .simple_image {
    margin: 20px auto 0 auto;
  }
  .strong_cont dl .simple_image {
    max-width: 50%;
  }
  .strong_cont dl {
    max-width: 100%;
    width: 100%;
  }
  .strong_graph_inner .num {
    font-size: 60px;
  }
  .strong_graph_inner img {
    width: 200px;
  }
  .step_list li {
    gap: 0;
  }
  .image_list {
    gap: 40px;
    justify-content: center;
  }
  .contact_cont p {
    font-size: 16px;
  }
  .contact_r {
    width: 100%;
  }
  footer {
    margin-bottom: 48px;
  }
  .footer_cont ul {
    display: block;
  }
  .footer_cont li {
    margin-bottom: 15px;
    text-align: center;
  }
  .footer_cont span {
    display: none;
  }
  .footer_cont img {
    max-width: 60%;
  }
  .float_btn.pc {
    display: none;
  }
  .float_btn.sp {
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
    position: fixed;
  }
  .float_btn.sp a {
    color: #fff;
    padding: 15px 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    writing-mode: horizontal-tb;
    width: 100%;
    border-radius: 0;
    font-size: 18px;
    background: #22DCFD;
    background: linear-gradient(45deg, rgba(34, 220, 253, 1) 0%, rgba(28, 145, 226, 1) 50%, rgba(0, 34, 255, 1) 100%);
  }
}
@media screen and (max-width:546px) {
  .step_list li div:nth-of-type(2) {
    padding: 15px;
  }
  .step_list .bar {
    height: 68%;
    left: 11%;
  }
  h1 {
    text-align: center;
    font-size: 7.326vw;
  }
  h1 .blu {
    font-size: 10.989vw;
  }
  h1 .bar {
    margin-top: -5.495vw;
    font-size: 5.095vw;
  }
  h1 .par {
    font-size: 3.663vw;
  }
  h1 .num {
    font-size: 8.242vw;
  }
  h1 .num.par {
    font-size: 6.41vw;
  }
  .fv_container {
    margin-top: 30px;
  }
  .strong_cont h3 {
    font-size: 20px;
  }
  .strong_cont dl .simple_image {
    max-width: 70%;
  }
}

@media screen and (max-width:500px) {
  .sec_terms dd p,
  .sec_terms dd li {
    font-size: 13px;
  }
  input[name='sei'],
  input[name='mei'],
  input[name='kana_sei'],
  input[name='kana_mei'] {
    width: 125px;
  }
  input[name='mail'],
  input[name='tel'],
  input[name='school_name'] {
    width: 278px;
  }
  .contact_inner select {
    width: 300px;
  }
  .contact_flex {
    display: block;
  }
  input[name='department'],
  input[name='faculty'] {
    width: 278px;
  }
  .contact_l .sp {
    max-width: 95%;
  }
  .contact_cont p {
    font-size: 14px;
  }
  .contact_cont {
    margin-bottom: 30px;
  }
  .faq_cont li p:first-of-type {
    font-size: 14px;
  }
  .round.num {
    font-size: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .step_list h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .step_list li div:nth-of-type(2) {
    padding-right: 0;
  }
  .step_list .bar {
    left: 9%;
    height: 66%;
    top: 0;
  }
  .step_list li div:nth-of-type(2) {
    width: 77%;
  }
  .image_list img {
    width: calc(70%/3);
  }
  .cv .wrapp {
    max-width: 100%;
  }
  .about_r img {
    width: 250px;
  }
  .about_graph_inner li {
    padding: 5px;
  }
  .about_graph_inner ul {
    margin-top: 10px;
  }
  .strong_flex_cont {
    margin-top: 30px;
  }
  .faq_cont li {
    border-radius: 15px 0 0 0;
  }
  .contact_l img {
    border-radius: 0 15px 0 0;
  }
  .step_list li {
    align-items: flex-start;
  }
}
@media screen and (max-width:447px) {
  .step_list .bar {
    height: 72%;
  }
}
@media screen and (max-width:348px) {
  .step_list .bar {
    height: 76%;
  }
}
/*wordpress*/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #f83600 !important;
  background-color: #f83600;
  color: #fff;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  font-family: inherit;
  font-weight: bold;
}
/*thanks*/
.for_top {
  display: block;
  background: #22DCFD;
  background: linear-gradient(45deg, rgba(34, 220, 253, 1) 0%, rgba(28, 145, 226, 1) 50%, rgba(0, 34, 255, 1) 100%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 15px 50px;
  width: fit-content;
  margin: 0 auto;
  transition: .3s;
}
.for_top:hover {
  transform: scale(1.1);
}

/*animation*/
.start_fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.start_fade.load {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.fade_bottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.fade_bottom.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.fade_top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-80px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.fade_top.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.fade_left {
  opacity: 0;
  visibility: hidden;
  transform: translateX(80px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.fade_left.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.fade_right {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-80px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.fade_right.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}