@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

html {
  font-size: clamp(8px, 0.7142857143vw, 12px);
}
@media screen and (max-width: 768px) {
  html {
    font-size: min(2.5vw, 9px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--black);
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
body strong {
  font-weight: bold;
}
body ul li {
  list-style: none;
}
body * {
  box-sizing: border-box;
}
body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body {
  /* リンク
  --------------------- */
}
body a {
  color: #242424;
  text-decoration: none;
}
body {
  /* テキスト装飾
  --------------------- */
}
body h1 {
  font-size: 2rem;
}
body h2 {
  line-height: 1;
}
body .en {
  font-weight: 400;
  font-style: normal;
}
body .white {
  color: var(--white);
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
}
body .tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  body .tab {
    display: block;
  }
}
body .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}
body {
  /* flex
  --------------------- */
}
body .flex {
  display: flex;
  flex-wrap: wrap;
}
body .flex-start {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
body .flex-end {
  display: flex;
  flex-direction: row-reverse;
}
body .flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*body*/
/* フォント
--------------------- */
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.06em;
}

/* root
--------------------- */
:root {
  --black: #3E4143;
  --blue: #1A4276;
  --white: #ffffff;
  --white_transparent: rgba(255, 255, 255, 0.5);
  --gray01: #7E7E7E;
  --gray02: #F5F5F5;
  --gray03: #DDDDDD;
  --hover_ani_time: all 0.3s ease;
  --padding-100: 10rem;
  --padding-120: 12rem;
  --max-width-1600: 1600px;
}

@media (max-width: 768px) {
  :root {
    --padding-100: 6.5rem;
    --padding-120: 6rem;
  }
}
/* フォント
--------------------- */
.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
}

/* 共通インナー
--------------------- */
.common-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1600px;
}
@media screen and (max-width: 768px) {
  .common-inner {
    width: 88%;
    margin: auto;
    max-width: 500px;
  }
}

/* 共通タイトル
--------------------- */
.common-title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .common-title {
    margin-bottom: 2.5em;
  }
}
.common-title h2 {
  display: block;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .common-title h2 {
    margin-bottom: 0.2em;
  }
}
.common-title h2 .en {
  display: inline-block;
  font-size: 8rem;
  font-weight: bold;
  background: linear-gradient(to right, #000A8B, #04FFC8);
  background-size: 100% 100%;
  background-position: 70% 50%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .common-title h2 .en {
    font-size: 6rem;
  }
}
.common-title .jp {
  display: block;
  font-size: 3.4rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .common-title .jp {
    font-size: 2.4rem;
    line-height: 3.3rem;
  }
}

/* ヘッダー
--------------------- */
#header {
  position: fixed;
  z-index: 100;
  padding: 2rem 2rem 0 3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header {
    position: relative;
    padding: 0;
  }
}

/*#header*/
.Apply-btn {
  float: right;
}
@media screen and (max-width: 768px) {
  .Apply-btn {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.Apply-btn a {
  display: block;
  font-size: 1.5rem;
  color: var(--white);
  line-height: 1.9rem;
  font-weight: bold;
  padding: 1rem 5rem 1rem 1.5rem;
  border-radius: 0.5rem;
  border-top: 1px solid #34414D;
  border-bottom: 1px solid #34414D;
  border-right: 1px solid #34414D;
  border-left: 1px solid #34414D;
  transition: var(--hover_ani_time);
  background: #34414D url("../img/header-btn-arrow-white.svg") no-repeat right 1.5rem center/1.2rem;
}
@media screen and (max-width: 768px) {
  .Apply-btn a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 2rem 0rem 2rem 0rem;
    text-align: center;
    border-radius: 0;
    border-top: 1px solid #34414D;
    border-bottom: none;
    border-right: none;
    border-left: none;
    background: #34414D url("../img/header-btn-arrow-white.svg") no-repeat right 2rem center/1.5rem;
  }
}
.Apply-btn a:hover {
  color: var(--black);
  background: var(--white) url("../img/header-btn-arrow-black.svg") no-repeat right 1.5rem center/1.2rem;
}
@media screen and (max-width: 768px) {
  .Apply-btn a:hover {
    background: var(--white) url("../img/header-btn-arrow-black.svg") no-repeat right 2rem center/1.5rem;
  }
}

.header-logo {
  position: absolute;
  top: 3.8rem;
  left: 3rem;
  width: 33%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    position: absolute;
    top: 5rem;
    left: 9%;
    width: 80%;
  }
}

/* フッター
--------------------- */
#footer {
  padding: 15rem 0 5rem 0;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 6rem 0 9.2rem 0;
  }
}
#footer .common-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #footer .common-inner {
    display: block;
  }
}
#footer .text .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#footer .text .logo a {
  display: block;
  width: 29.5rem;
  line-height: 1;
}
#footer .text .logo a:hover {
  opacity: 0.7;
}
#footer .text .sl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5rem;
}
#footer .text .sl a {
  display: block;
  width: 10rem;
  margin-right: 2rem;
}
#footer .text .sl a:hover {
  opacity: 0.7;
}
#footer .text .sl span {
  font-size: 1.1rem;
  opacity: 0.7;
}
#footer .info {
  display: block;
}
#footer .info .link {
  text-align: right;
}
#footer .info .link a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: underline;
  margin-left: 1rem;
}
#footer .info .link a.pc-layout {
  margin-bottom: 1.5rem;
}
#footer .info .link a:hover {
  text-decoration: none;
}
#footer .info .copyright {
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #footer .text .logo {
    display: block;
    margin-bottom: 3rem;
  }
  #footer .text .logo a {
    width: 70%;
    margin: 0 auto;
  }
  #footer .text .sl {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  #footer .text .sl a {
    width: 30%;
    margin: 0 auto 1.2rem auto;
  }
  #footer .text .sl a:hover {
    opacity: 0.7;
  }
  #footer .text .sl span {
    display: block;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.5em;
  }
  #footer .info .link {
    text-align: center;
    margin-bottom: 3rem;
  }
  #footer .info .link a {
    font-size: 1.2rem;
  }
  #footer .info .copyright {
    font-size: 1.2rem;
    margin: 0;
    text-align: center;
  }
}

/* fv
--------------------- */
#fv {
  height: 100dvh;
  background: url("../img/fv-bg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #fv {
    height: 95dvh;
  }
}
#fv .common-inner {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #fv .common-inner {
    top: 50%;
  }
}
#fv .common-inner .fv-txt {
  margin: 0 auto;
  width: 77%;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 768px) {
  #fv .common-inner .fv-txt {
    width: 55%;
    margin-bottom: 1rem;
  }
}
#fv .common-inner .en {
  display: block;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 768px) {
  #fv .common-inner .en {
    margin-bottom: 2.9rem;
  }
}
#fv .common-inner h1 {
  font-size: 3.6rem;
  line-height: 4.8rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  #fv .common-inner h1 {
    font-size: 2.2rem;
    line-height: 3.4rem;
    margin-bottom: 2rem;
  }
}
#fv .common-inner h1 .jp {
  display: block;
  font-size: 4.5rem;
  margin-top: 2.5rem;
  line-height: 4.8rem;
}
@media screen and (max-width: 768px) {
  #fv .common-inner h1 .jp {
    font-size: 2.54rem;
    margin-top: 0.5rem;
    line-height: 3.7rem;
  }
}
#fv .common-inner p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.8rem 3.2rem 1rem 3.2rem;
  border-radius: 0.5rem;
  background-color: var(--white);
  margin-bottom: 10.5rem;
}
@media screen and (max-width: 768px) {
  #fv .common-inner p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0.8rem 3.2rem 1rem 3.2rem;
    margin-bottom: 2.5rem;
  }
}
#fv .common-inner .scroll-down {
  margin: auto;
  width: 8.2rem;
}

/*#fv*/
/* overview
--------------------- */
#overview .common-inner .overview-first {
  padding-top: var(--padding-100);
}
#overview .common-inner .overview-first .figure-01 {
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #overview .common-inner .overview-first .figure-01 {
    margin-bottom: 2rem;
  }
}
#overview .common-inner .overview-first p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #overview .common-inner .overview-first p {
    text-align: left;
  }
}
#overview .common-inner .overview-common {
  margin-top: var(--padding-100);
}
#overview .common-inner .overview-common .text-box {
  border-top: 1px solid #A0A0A0;
  padding: 0 15.5rem;
}
@media screen and (max-width: 768px) {
  #overview .common-inner .overview-common .text-box {
    padding: 0;
  }
}
#overview .common-inner .overview-common .gra-txt {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.7rem auto;
  padding: 0.5rem 2rem 0.8rem 2rem;
  background: linear-gradient(135deg, #000A8B, #04FFC8);
}
@media screen and (max-width: 768px) {
  #overview .common-inner .overview-common .gra-txt {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    margin: 0 auto 1.5rem auto;
  }
}
#overview .common-inner .overview-common h2 {
  font-size: 3.4rem;
  line-height: 5rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  #overview .common-inner .overview-common h2 {
    font-size: 2.3rem;
    line-height: 3.4rem;
    margin-bottom: 1.6rem;
  }
}
#overview .common-inner .overview-common p {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #overview .common-inner .overview-common p {
    text-align: left;
    line-height: 3rem;
    margin-bottom: 3.5rem;
  }
}
#overview .common-inner .overview-common .figure-common {
  width: 100%;
  padding: 0 15.5rem;
}
@media screen and (max-width: 768px) {
  #overview .common-inner .overview-common .figure-common {
    margin-bottom: 2rem;
    padding: 0;
  }
}

/* merit
--------------------- */
#merit {
  padding-top: var(--padding-120);
}
#merit .common-inner {
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  #merit .common-inner {
    padding: 0;
  }
}
#merit .common-inner .list .item {
  display: flex;
  align-items: center;
  padding: 2.8rem 2rem 2.9rem 4rem;
  border-radius: 1rem;
  background: linear-gradient(to right, rgba(0, 10, 139, 0.1), rgba(4, 255, 200, 0.1));
}
@media screen and (max-width: 768px) {
  #merit .common-inner .list .item {
    display: block;
    padding: 2.5rem 2.5rem 2.6rem 2.5rem;
  }
}
#merit .common-inner .list .item:not(:nth-last-of-type(1)) {
  margin-bottom: 2rem;
}
#merit .common-inner .list .item .number {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 3.4rem 0 0;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  #merit .common-inner .list .item .number {
    width: 4rem;
    margin: 0 auto;
  }
}
#merit .common-inner .list .item p {
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #merit .common-inner .list .item p {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-top: 1.4rem;
  }
}

/* apply
--------------------- */
#apply {
  padding-top: var(--padding-120);
}
#apply .common-inner .common-title h2 .en {
  line-height: 1.5;
}
#apply .common-inner .item-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #apply .common-inner .item-box {
    display: block;
  }
}
#apply .common-inner .item-box .item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #apply .common-inner .item-box .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #apply .common-inner .item-box .item:nth-of-type(1) {
    margin-bottom: 4rem;
  }
}
#apply .common-inner .item-box .item a {
  display: block;
  width: 100%;
  height: 100%;
}
#apply .common-inner .item-box .item a:hover .general .jp {
  background: url("../img/icon_arrow_white_green.svg") no-repeat right 0 center/4rem;
}
@media screen and (max-width: 768px) {
  #apply .common-inner .item-box .item a:hover .general .jp {
    background: url("../img/icon_arrow_white_green.svg") no-repeat right 0 center/3.4rem;
  }
}
#apply .common-inner .item-box .item a:hover .student .jp {
  background: url("../img/icon_arrow_white_red.svg") no-repeat right 0 center/4rem;
}
@media screen and (max-width: 768px) {
  #apply .common-inner .item-box .item a:hover .student .jp {
    background: url("../img/icon_arrow_white_red.svg") no-repeat right 0 center/3.4rem;
  }
}
#apply .common-inner .item-box .item a .item-ph {
  width: 100%;
}
#apply .common-inner .item-box .item a .item-ph img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#apply .common-inner .item-box .item a .box .jp {
  position: relative;
  font-size: 2.2rem;
  display: block;
  padding: 2.5rem 0 2.6rem 0;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 768px) {
  #apply .common-inner .item-box .item a .box .jp {
    font-size: 1.54rem;
    line-height: 2.6rem;
  }
}
#apply .common-inner .item-box .item a .box .jp::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 4rem;
  height: 1px;
  background: #34414D;
}
@media screen and (max-width: 768px) {
  #apply .common-inner .item-box .item a .box .jp::after {
    width: 3rem;
  }
}
#apply .common-inner .item-box .item a .general .jp {
  transition: var(--hover_ani_time);
  background: url("../img//icon_arrow_gr_green.svg") no-repeat right 0 center/4rem;
}
@media screen and (max-width: 768px) {
  #apply .common-inner .item-box .item a .general .jp {
    background: url("../img//icon_arrow_gr_green.svg") no-repeat right 0 center/3.4rem;
  }
}
#apply .common-inner .item-box .item a .student .jp {
  transition: var(--hover_ani_time);
  background: url("../img/icon_arrow_gr_red.svg") no-repeat right 0 center/4rem;
}
@media screen and (max-width: 768px) {
  #apply .common-inner .item-box .item a .student .jp {
    background: url("../img/icon_arrow_gr_red.svg") no-repeat right 0 center/3.4rem;
  }
}/*# sourceMappingURL=style.css.map */