@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;900&display=swap");
.en {
  font-family: "Inter", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.ibm {
  font-family: "IBM Plex Sans", sans-serif;
}

.fc-lb {
  color: rgba(40, 100, 240, 0.2);
}

.fc-w {
  color: #fff;
}

.fc--blue {
  color: #194582;
}

.fc--light-blue {
  color: #2864f0;
}

.fc--red {
  color: #e75255;
}

.fc--yellow {
  color: #f0e200;
}

.fc--black {
  color: #222;
}

.bg--yellow {
  background-color: #f0e200;
}

.bg--light-blue {
  background-color: #2864f0;
}

.bg--red {
  background-color: #e75255;
}

.bg--yellow {
  background-color: #f0e200;
}

.ml-n25 {
  margin-left: -2.5rem;
}

/* グラデーションテキスト */
.gradient-text {
  background-image: linear-gradient(135deg, #010203 0%, #284cbe 60%, #184dad 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.gradient-text2 {
  background-image: linear-gradient(135deg, #05b8d1 0%, #010203 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
header,
footer,
section,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  margin: 0;
  color: #222;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  height: auto;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}

th {
  text-align: left;
}

li {
  list-style: none;
}

a {
  outline: none !important;
  text-decoration: none;
}

a:focus {
  outline: none !important;
}

.nav a {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  tap-highlight-color: transparent;
}

address {
  font-style: normal;
}

section {
  position: relative;
  z-index: 1;
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.inner.inner-s {
  max-width: 1000px;
}

.inner-w {
  max-width: 1500px;
}

.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

.fadein.scroll-activate {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.fadein.scroll-activate.active {
  opacity: 1;
  transform: translate(0, 0);
}

.f12 {
  font-size: 1.2rem;
}

.f13 {
  font-size: 1.3rem;
}

.f14 {
  font-size: 1.4rem;
}

.f15 {
  font-size: 1.5rem;
}

.f16 {
  font-size: 1.6rem;
}

.f17 {
  font-size: 1.7rem;
}

.f18 {
  font-size: 1.8rem;
}

@media screen and (max-width: 450px) {
  .f18 {
    font-size: 1.6rem;
  }
}
.f20 {
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .f20 {
    font-size: 1.6rem;
  }
}
.f21 {
  font-size: 2.1rem;
}

@media screen and (max-width: 834px) {
  .f21 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 450px) {
  .f21 {
    font-size: 4.7vw;
  }
}
.f22 {
  font-size: 2.2rem;
}

@media screen and (max-width: 834px) {
  .f22 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .f22 {
    font-size: 5vw;
  }
}
.f24 {
  font-size: 2.4rem;
}

@media screen and (max-width: 834px) {
  .f24 {
    font-size: clamp(1.8rem, 2.9vw, 4.5rem);
  }
}
.f28 {
  font-size: 2.8rem;
}

@media screen and (max-width: 450px) {
  .f28 {
    font-size: 6vw;
  }
}
.f30 {
  font-size: 3rem;
}

@media screen and (max-width: 600px) {
  .f30 {
    font-size: 5vw;
  }
}
.f32 {
  font-size: 3.2rem;
}

@media screen and (max-width: 550px) {
  .f32 {
    font-size: 5.4vw;
  }
}
.f36 {
  font-size: 3.6rem;
}

@media screen and (max-width: 834px) {
  .f36 {
    font-size: 4.8vw;
  }
}
.f38 {
  font-size: 3.8rem;
}

@media screen and (max-width: 834px) {
  .f38 {
    font-size: 4vw;
  }
}
.f39 {
  font-size: 3.9rem;
}

@media screen and (max-width: 934px) {
  .f38 {
    font-size: 4vw;
  }
}
.f40 {
  font-size: 4rem;
}

@media screen and (max-width: 600px) {
  .f40 {
    font-size: 6.6vw;
  }
}
.f42 {
  font-size: 4.2rem;
}

@media screen and (max-width: 834px) {
  .f42 {
    font-size: 5.1vw;
  }
}
.f43 {
  font-size: 4.3rem;
}

@media screen and (max-width: 450px) {
  .f43 {
    font-size: 10vw;
  }
}
.f45 {
  font-size: 4.5rem;
}

@media screen and (max-width: 450px) {
  .f45 {
    font-size: 10vw;
  }
}
.f46 {
  font-size: 4.6rem;
}

.f48 {
  font-size: 4.8rem;
}

@media screen and (max-width: 500px) {
  .f48 {
    font-size: 7vw;
  }
}
.f50 {
  font-size: 5rem;
}

@media screen and (max-width: 834px) {
  .f50 {
    font-size: 5.5vw;
  }
}
.f52 {
  font-size: 5.2rem;
}

@media screen and (max-width: 600px) {
  .f52 {
    font-size: 8.7vw;
  }
}
.f56 {
  font-size: 5.6rem;
}

@media screen and (max-width: 834px) {
  .f56 {
    font-size: 6.6vw;
  }
}
.f58 {
  font-size: 5.8rem;
}

@media screen and (max-width: 450px) {
  .f58 {
    font-size: 14vw;
  }
}
.f60 {
  font-size: 6rem;
}

@media screen and (max-width: 450px) {
  .f60 {
    font-size: 14vw;
  }
}
.f80 {
  font-size: 8rem;
}

@media screen and (max-width: 500px) {
  .f80 {
    font-size: 16vw;
  }
}
.f120 {
  font-size: 12rem;
}

@media screen and (max-width: 834px) {
  .f120 {
    font-size: 14.4vw;
  }
}
.fw-500 {
  font-weight: 500;
}

.sec__text-box {
  text-align: center;
  position: relative;
  margin-bottom: 15rem;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .sec__text-box {
    margin-bottom: 5rem;
  }
}
.sec__text-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url(../img/index/wave1.png);
  width: 150px;
  height: 100%;
  top: 62%;
  -ms-transform: translate(-50%, -50%);
  left: 56%;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 834px) {
  .sec__text-box::before {
    top: 62%;
    left: 64%;
    width: 125px;
    height: 175px;
  }
}

.btn.online-btn {
  background-color: #bfbfbf;
  width: 38.3%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1320px) {
  .btn.online-btn {
    width: 48.3%;
  }
}
@media screen and (max-width: 834px) {
  .btn.online-btn {
    width: 90%;
    max-width: 400px;
  }
}
.btn.online-btn p {
  background-color: #bfbfbf;
  width: 90%;
  color: #5a004a;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .btn.online-btn p {
    font-size: 1.6rem;
  }
}
.btn.online-btn div {
  background-color: #5a004a;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .btn.online-btn div {
    width: 60px;
    height: 60px;
  }
}

.btn.online-btn:hover {
  opacity: 0.8;
}
section {
  overflow: hidden;
  padding: 110px 0 160px;
}
@media screen and (max-width: 990px) {
  section {
    padding: 90px 0 110px;
  }
}
@media screen and (max-width: 500px) {
  section {
    padding: 70px 0 80px;
  }
}

section.banner {
  padding: 150px 0;
  background: url(../img/index/banner_bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 990px) {
  section.banner {
    padding: 100px 0;
  }
}
section.banner .apply {
  font-size: 36px;
  height: 120px;
  margin: 0 auto;
  font-weight: 700;
  max-width: 500px;
}
@media screen and (max-width: 990px) {
  section.banner .apply {
    font-size: 20px;
    height: 85px;
    max-width: 400px;
  }
}

.header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  align-items: center;
  padding: 18px 4%;
  z-index: 1000;
}
@media screen and (max-width: 834px) {
  .header {
    padding: 18px 5% 18px;
  }
}

.header-logo {
  transition: transform 0.2s ease;
  position: relative;
  color: #194582;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .header-logo {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .header-logo {
    font-size: 18px;
  }
}

.header.hidden .header-logo {
  color: #fff;
}

.header.hidden {
  background-color: rgba(25, 69, 130, 0.8);
}
.header.hidden .header-logo:before {
  opacity: 1;
}
.header.hidden .header-logo:after {
  opacity: 0;
}

.header {
  background-color: none;
}

.haeder-left {
  width: 28%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .haeder-left {
    width: 30px;
  }
}
.haeder-left a.apply {
  flex-shrink: 0;
}

a.apply {
  display: flex;
  background: #f0e200;
  border-radius: 100vmax;
  text-align: center;
  padding: 12px 10px 16px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  max-width: 240px;
  position: relative;
  height: 60px;
  align-items: center;
  gap: 22px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  color: #194582;
}
@media screen and (max-width: 834px) {
  a.apply {
    padding: 11px 9%;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
a.apply .material-symbols-outlined {
  font-variation-settings: "FILL" 1;
  position: absolute;
  right: 5%;
  top: unset;
  transition: all 0.3s ease-in-out;
}
a.apply:hover {
  opacity: 0.8;
}
a.apply:hover .material-symbols-outlined {
  right: 4%;
}

.hamburger {
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 834px) {
  .hamburger {
    display: flex;
  }
}

.hamburger__line {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #00468a;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.header.hidden .hamburger__line {
  background-color: #fff;
}

.header.fixed .hamburger__line {
  background-color: #fff;
}

.hamburger.openNav .hamburger__line:nth-child(1) {
  transform: rotate(45deg) translate(10px, -2px);
}

.hamburger.openNav .hamburger__line:nth-child(2) {
  transform: rotate(-45deg) translate(6px, 6px);
}

.hamburger.openNav .hamburger__line:nth-child(3) {
  display: none;
}

/*.under .hamburger__line{
    background-color: #4d4d4d;
}

.under .hamburger.openNav .hamburger__line{
    background-color: #fff;
}*/
.menu-overlay {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00468a;
  transition: top 0.3s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.menu-overlay.openNav {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
}

.header__nav-logo {
  text-align: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: bold;
}

.menu-overlay ul {
  list-style: none;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  grid-row-gap: clamp(10px, 7vh, 27px);
  margin: 20px 0 0;
}
@media screen and (max-width: 834px) {
  .menu-overlay ul {
    grid-row-gap: 20px;
    margin: 0;
  }
}

.menu-overlay ul li {
  line-height: 1;
  border: 0;
  background: transparent;
}

.menu-overlay ul li a {
  text-decoration: none;
  color: #fff;
}
.menu-overlay ul li a .ja {
  font-size: clamp(1.4rem, 7vh, 1.6rem);
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .menu-overlay ul li a .ja {
    font-size: 15px;
  }
}

@media screen and (max-width: 834px) {
  .apply.navi {
    display: none;
  }
}

.apply.menu {
  margin: 30px auto 0;
  width: 90%;
}
.footer {
  background-color: #194582;
  padding: 60px 0 50px;
}
.footer .footer__contents a {
  color: #fff;
}
.footer .footer__logo {
  margin-bottom: 20px;
  display: block;
}
.footer .address {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .footer .address {
    font-size: 15px;
  }
}

.footer__contents {
  text-align: left;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .footer__contents {
    align-items: flex-start;
  }
}
.footer__contents.inner {
  max-width: none;
}

@media screen and (max-width: 834px) {
  .footer__contents-inner-wrap {
    width: 100%;
  }
}

.cont-ttl--en {
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.07em;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .cont-ttl--en {
    font-size: 60px;
  }
}
@media screen and (max-width: 640px) {
  .cont-ttl--en {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 374px) {
  .cont-ttl--en {
    font-size: 32px;
    margin-bottom: 8px;
  }
}

.cont-ttl--ja {
  font-weight: 700;
  font-size: 24px;
  display: block;
  line-height: 1;
  margin-bottom: 40px;
  color: #194582;
}
@media screen and (max-width: 834px) {
  .cont-ttl--ja {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

/*--------------------
    mv
---------------------*/
.mv-bg-wrap {
  background: url(../img/index/mv-bg.webp) no-repeat 55% center/55%;
  position: relative;
  background-color: #cfe5f2;
}
@media screen and (max-width: 834px) {
  .mv-bg-wrap {
    background: url(../img/index/mv-bg.webp) no-repeat 50% 70%/55%;
    background-color: #cfe5f2;
  }
}
@media screen and (max-width: 500px) {
  .mv-bg-wrap {
    background: url(../img/index/mv-bg.webp) no-repeat 50% 60%/55%;
    background-color: #cfe5f2;
  }
}

.mv {
  overflow: visible;
  position: relative;
  padding-block: 242px 373px;
}
@media screen and (max-width: 1200px) {
  .mv {
    padding-block: 130px 236px;
  }
}
@media screen and (max-width: 834px) {
  .mv {
    padding-block: 100px 500px;
  }
}
@media screen and (max-width: 500px) {
  .mv {
    padding-block: 100px 400px;
  }
}
.mv .mv__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .mv .mv__flex {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 834px) {
  .mv .mv__flex {
    gap: 0;
  }
}

.mv__flex-cont {
  width: 63%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .mv__flex-cont {
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .mv__flex-cont {
    width: 100%;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 640px) {
  .mv__flex-cont {
    width: 100%;
  }
}

.ai-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  .ai-list {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .ai-list {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.ai-list li {
  margin-right: 5px;
  background-color: #2864f0;
}
.ai-list li .en {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1200px) {
  .ai-list li .en {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .ai-list li .en {
    font-size: 11px;
    padding: 5px 13px;
  }
}
.ai-list li:first-of-type {
  border-radius: 25px 0 0 25px;
}
.ai-list li:last-of-type {
  border-radius: 0 25px 25px 0;
}

.mv h1 {
  font-size: clamp(35px, 2.7vw, 60px);
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 640px) {
  .mv h1 {
    font-size: 24px;
  }
}
.mv h1 .strong {
  font-size: clamp(44px, 3.6vw, 60px);
}
@media screen and (max-width: 640px) {
  .mv h1 .strong {
    font-size: 30px;
  }
}
.mv h1 .f25 {
  border-top: 1px solid #00468a;
  border-bottom: 1px solid #00468a;
  display: inline-block;
  padding: 5px 10px;
  font-size: 25px;
  font-style: normal;
  margin-left: 20px;
  position: absolute;
  top: 62.5%;
}
@media screen and (max-width: 1320px) {
  .mv h1 .f25 {
    font-size: 17px;
    top: 63.5%;
  }
}
@media screen and (max-width: 990px) {
  .mv h1 .f25 {
    font-size: 12px;
    top: 61.5%;
  }
}
@media screen and (max-width: 640px) {
  .mv h1 .f25 {
    font-size: 12px;
    top: 110%;
    left: 0;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.mv .apply {
  font-size: 24px;
  height: 80px;
  max-width: 364px;
}
@media screen and (max-width: 990px) {
  .mv .apply {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .mv .apply {
    font-size: 16px;
    height: 50px;
    margin-top: 12px;
  }
}

.mv__head-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .mv__head-wrap {
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .mv__head-wrap {
    gap: 5px;
  }
}

.mv__head-sub {
  margin-bottom: 60px;
  color: #2864f0;
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  display: block;
  line-height: 3;
}
@media screen and (max-width: 834px) {
  .mv__head-sub {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .mv__head-sub {
    display: block;
    margin-top: 1rem;
  }
}

.apply__symbol {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  margin-top: 2px;
}

.mv__flex-img {
  width: 44%;
}
@media screen and (max-width: 1200px) {
  .mv__flex-img {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .mv__flex-img {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .mv__flex-img {
    width: 100%;
  }
}

/*--------------------
    subsidy
---------------------*/
section.subsidy {
  padding: 0px;
  overflow: visible;
}

.subsidy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -130px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .subsidy {
    bottom: -107px;
  }
}

.subsidy__ttl {
  margin-bottom: 20px;
  text-align: center;
}
.subsidy__ttl .f28 {
  position: relative;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .subsidy__ttl .f28 {
    font-size: 22px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .subsidy__ttl .f28 {
    padding: 0;
    font-size: 5vw;
  }
}

.subsidy__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.subsidy__box {
  background-color: rgba(127, 158, 230, 0.7);
  border-radius: 20px;
  padding: 45px 3% 45px 3%;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 10px 0 30px rgba(57, 73, 85, 0.1);
  max-width: 1000px;
  width: 90%;
  position: relative;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .subsidy__box {
    padding: 30px 30px 20px;
    border-radius: 30px;
  }
}
.subsidy__box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: linear-gradient(to top, #cfe5f2, transparent 100%);
  position: absolute;
  top: -31%;
  right: -18%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .subsidy__box::before {
    height: 150px;
    border-radius: 30px 30px 0 0;
  }
}

.subsidy__box-cont .f48 {
  line-height: 1.4;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1;
  margin-bottom: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .subsidy__box-cont .f48 {
    font-size: 36px;
  }
}
@media screen and (max-width: 834px) {
  .subsidy__box-cont .f48 {
    font-size: 20px;
    margin-bottom: 2rem;
  }
}
.subsidy__box-cont .f48::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #f0e200;
  position: relative;
}
.subsidy__box-cont .f20 {
  font-weight: 500;
}

.subsidy__box-flex {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px 2%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .subsidy__box-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.subsidy__box-arrow {
  width: 64px;
  height: 64px;
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  bottom: -15%;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .subsidy__box-arrow {
    width: 48px;
    height: 48px;
    bottom: -10%;
  }
}

/*--------------------
    issue
---------------------*/
section.issue {
  padding: 240px 0 80px;
  position: relative;
  margin-top: -1px;
}
@media screen and (max-width: 834px) {
  section.issue {
    padding-top: 170px;
  }
}

.issue {
  position: relative;
  overflow: visible;
  background-color: #cfe5f2;
  z-index: 0;
}
@media screen and (max-width: 1320px) {
  .issue {
    padding: 110px 0 100px;
  }
}
@media screen and (max-width: 834px) {
  .issue {
    padding: 50px 0 70px;
  }
}
@media screen and (max-width: 640px) {
  .issue {
    padding: 20px 0 40px;
  }
}

.issue__ttl-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .issue__ttl-wrap {
    margin-bottom: 20px;
  }
}

.issue__ttl {
  text-align: center;
  letter-spacing: 0.05em;
  color: #222;
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  .issue__ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .issue__ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .issue__ttl {
    font-size: 1.8rem;
  }
}
.issue__ttl span {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .issue__ttl span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .issue__ttl span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .issue__ttl span {
    font-size: 2.6rem;
  }
}
.issue__ttl .dot {
  background-image: radial-gradient(circle at center, #2864f0 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.2em;
  /* 縦方向の位置調整 */
}

@media screen and (min-width: 991px) {
  .issue .js-scrollable {
    overflow: visible !important;
    background: none !important;
  }
}
@media screen and (min-width: 991px) {
  .issue .scroll-hint-icon {
    display: none !important;
  }
}

.issue-example {
  position: relative;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .issue-example {
    width: 800px;
  }
}

.issue-example__illu {
  width: 100%;
}
.issue-example__illu img {
  vertical-align: bottom;
}

/*--------------------
    solve
---------------------*/
.solve {
  margin-top: -100px;
  z-index: 0;
  position: relative;
  background: url(../img/index/banner_bg.webp) no-repeat center center;
  background-size: cover;
  padding: 285px 0 130px;
  color: #2d3436;
  font-size: 16px;
  text-align: left;
  /* 波形 + 矩形の組み合わせ */
  -webkit-mask-image: url(../img/index/separator.svg), linear-gradient(white, white);
  mask-image: url(../img/index/separator.svg), linear-gradient(white, white);
  -webkit-mask-position: 0 0, 0 5.1vw;
  mask-position: 0 0, 0 5.1vw;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-size: 100% auto, 100% 100%;
  mask-size: 100% auto, 100% 100%;
}
@media screen and (max-width: 1200px) {
  .solve {
    padding: 170px 0 120px;
  }
}
@media screen and (max-width: 640px) {
  .solve {
    padding: 100px 0 70px;
  }
}
.solve::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4vw;
  top: 5vw;
  left: 0;
  background-color: #cfe5f2;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 834px) {
  .solve::after {
    height: 8vw;
  }
}
@media screen and (max-width: 500px) {
  .solve::after {
    height: 10vw;
  }
}

.solve__ttl {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  font-weight: bold;
  width: 100%;
  text-shadow: 5px 0 10px rgba(25, 69, 130, 0.6);
}
@media screen and (max-width: 1320px) {
  .solve__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .solve__ttl {
    font-size: 2.2rem;
  }
}
.solve__ttl .strong {
  font-size: 150%;
  position: relative;
  color: #f0e200;
}

/*--------------------
    about
---------------------*/
.about {
  background-color: #fff;
  position: relative;
  padding: 210px 0 200px;
  background: url(../img/index/about_bg.webp) no-repeat center right/37%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .about {
    padding: 140px 0 130px;
  }
}
@media screen and (max-width: 834px) {
  .about {
    padding: 150px 0 60px;
    background-position: right 2% top 15%;
  }
}
@media screen and (max-width: 640px) {
  .about {
    padding: 120px 0 40px;
    background-size: 28%;
    background-position: right 2% top 5%;
  }
}
@media screen and (max-width: 1200px) {
  .about::after {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
  }
}

.about__ttl-h4 {
  line-height: 1;
  margin-bottom: 80px;
  font-weight: bold;
  font-size: 72px;
  color: #194582;
}
@media screen and (max-width: 834px) {
  .about__ttl-h4 {
    margin-bottom: 36px;
    font-size: 48px;
  }
}
@media screen and (max-width: 500px) {
  .about__ttl-h4 {
    text-align: center;
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .about__ttl-h4 .f40 {
    font-size: 32px;
  }
}
@media screen and (max-width: 834px) {
  .about__ttl-h4 .f40 {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .about__ttl-h4 .f40 {
    font-size: 22px;
  }
}

.about__cont {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .about__cont {
    width: 100%;
  }
}

/*--------------------
    course
---------------------*/
.course {
  background-color: #ebf2fb;
  padding-top: 0;
}
.course .bg-text {
  font-size: 120px;
  font-weight: 600;
  line-height: 0.75;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .course .bg-text {
    font-size: 90px;
  }
}
@media screen and (max-width: 834px) {
  .course .bg-text {
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  .course .bg-text {
    font-size: 40px;
  }
}

.course__ttl-h4 {
  font-size: 60px;
  margin-top: 10rem;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #194582;
}
@media screen and (max-width: 1320px) {
  .course__ttl-h4 {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 990px) {
  .course__ttl-h4 {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 834px) {
  .course__ttl-h4 {
    font-size: 30px;
    margin-top: 6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .course__ttl-h4 {
    font-size: 24px;
    margin-top: 3rem;
  }
}
.course__ttl-h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 110px;
  background: url(../img/index/accent-01.webp) no-repeat center center;
  background-size: contain;
  position: relative;
  margin: -30px auto 0;
}
@media screen and (max-width: 834px) {
  .course__ttl-h4::after {
    height: 55px;
    margin: 0 auto 0;
  }
}

.course__ttl-h4--small {
  font-size: 42px;
}
@media screen and (max-width: 990px) {
  .course__ttl-h4--small {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .course__ttl-h4--small {
    font-size: 16px;
  }
}

.course__session {
  margin: 0 auto 70px;
  max-width: 90%;
}
@media screen and (max-width: 500px) {
  .course__session {
    margin: 0 auto 30px;
    max-width: 100%;
  }
}

.course__session-flex {
  display: flex;
  margin: 80px 0 50px;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .course__session-flex {
    margin: 50px 0 30px;
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .course__session-flex {
    margin: 20px 0 20px;
    display: block;
  }
}
.course__session-flex .circle {
  background-color: #2864f0;
  border-radius: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 165px;
  width: 165px;
  color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 990px) {
  .course__session-flex .circle {
    height: 135px;
    width: 135px;
  }
}
@media screen and (max-width: 834px) {
  .course__session-flex .circle {
    height: 100px;
    width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .course__session-flex .circle {
    height: auto;
    width: 100%;
    border-radius: 10px;
    padding: 6px;
    margin-bottom: 15px;
  }
}
.course__session-flex .circle .f24 {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
.course__session-flex .circle .f24 span {
  display: block;
  font-size: 20px;
}

.course__session-flex-cont .f46 {
  line-height: 1.6;
  font-weight: bold;
  color: #194582;
}
@media screen and (max-width: 1320px) {
  .course__session-flex-cont .f46 {
    font-size: 38px;
  }
}
@media screen and (max-width: 990px) {
  .course__session-flex-cont .f46 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .course__session-flex-cont .f46 {
    font-size: 22px;
    text-align: center;
  }
}
.course__session-flex-cont .fc--light-blue {
  position: relative;
}
.course__session-flex-cont .fc--light-blue::after {
  content: "";
  display: inline-block;
  width: 4em;
  height: 5px;
  border-bottom: 3px dotted #f0e200;
  position: absolute;
  bottom: 0;
  left: 0;
}
.course__session-flex-cont .deco {
  color: #fff;
  padding: 0 20px 3px;
}

.course__detail {
  max-width: 1100px;
  width: 100%;
}

.course__detail-flex {
  display: flex;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 297fr 781fr;
  transform: translateX(-83px);
}
@media screen and (max-width: 1200px) {
  .course__detail-flex {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
    transform: none;
  }
}

.course__flex-img {
  max-width: 400px;
}
@media screen and (max-width: 1200px) {
  .course__flex-img {
    width: 80%;
    max-width: 210px;
  }
}
@media screen and (max-width: 834px) {
  .course__flex-img {
    width: 40%;
  }
}
.course__flex-img img {
  vertical-align: bottom;
  position: relative;
  z-index: -1;
}

.course-detail {
  width: 100%;
  margin: 0px auto -110px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .course-detail {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .course-detail {
    margin: 0 auto -5%;
  }
}

.course__detail-flex-cont {
  padding: 30px 4%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 30px;
  position: relative;
  margin-top: 0;
  width: 800px;
  height: 250px;
  height: auto;
  background-color: #fff;
  border-radius: 100vmax;
  z-index: 3;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .course__detail-flex-cont {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .course__detail-flex-cont {
    padding: 20px 4% 0;
    width: 100%;
    display: block;
    border-radius: 20px;
  }
}
.course__detail-flex-cont::before {
  content: "";
  display: block;
  width: 50px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 83%;
  left: -10px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  transform: rotate(313deg) translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .course__detail-flex-cont::before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(262deg) translateY(-50%);
  }
}
.course__detail-flex-cont .f16 {
  font-weight: 700;
  width: 3em;
  color: #194582;
}
@media screen and (max-width: 500px) {
  .course__detail-flex-cont .f16 {
    width: 100%;
    text-align: right;
  }
}

.course__detail-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 500px) {
  .course__detail-list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
.course__detail-list li {
  border-radius: 100vmax;
  background-color: rgba(240, 226, 0, 0.6);
  flex-basis: calc(33% - 5px);
  text-align: center;
  padding: 3px 20px 5px;
  color: #194582;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1320px) {
  .course__detail-list li {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .course__detail-list li {
    font-size: 15px;
    flex-basis: calc(50% - 5px);
  }
}

.course-point {
  background-color: #7f9ee6;
  padding: 70px 60px;
  border-radius: 20px;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .course-point {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .course-point {
    padding: 10% 5%;
  }
}

.course-point__ttl {
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  display: block;
  margin: 0 auto 15px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 990px) {
  .course-point__ttl {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .course-point__ttl {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.course-point__ttl-s {
  color: #fff;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .course-point__ttl-s {
    margin-bottom: 25px;
  }
}

.course-point__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .course-point__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .course-point__list {
    grid-template-columns: 1fr;
  }
}
.course-point__list li {
  border-radius: 10px;
  background: #fff;
  box-shadow: 3.6px 3.5px 10px 0 rgba(57, 73, 85, 0.1);
  padding: 30px;
}
.course-point__list li .list-wrap .number {
  text-align: center;
  line-height: 1.4;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #2864f0;
}
@media screen and (max-width: 1320px) {
  .course-point__list li .list-wrap .number {
    font-size: 26px;
  }
}
.course-point__list li .list-wrap .f26 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
  color: #194582;
  font-family: "M PLUS 1p", sans-serif;
}
.course-point__list li .list-wrap .f26::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b1cdfb;
  aspect-ratio: 401/23;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1320px) {
  .course-point__list li .list-wrap .f26 {
    font-size: 22px;
    margin-bottom: 13px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .course-point__list li .list-wrap .f26 {
    font-size: 20px;
  }
}
.course-point__list li .list-wrap .f16 {
  font-weight: 500;
  line-height: 1.8;
}

/*--------------------
    curriculum
---------------------*/
.curriculum {
  background-color: #bdd7fb;
}

.curriculum__intro {
  margin-bottom: 50px;
  font-weight: 500;
  text-align: center;
  color: #194582;
}
@media screen and (max-width: 990px) {
  .curriculum__intro {
    margin-bottom: 30px;
  }
}

.curriculum-box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 90px;
  padding: 40px 20px;
}
@media screen and (max-width: 990px) {
  .curriculum-box {
    margin-bottom: 60px;
  }
}

.curriculum-box__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 500px) {
  .curriculum-box__list {
    gap: 10px;
  }
}

.curriculum-box__list-item {
  border-right: 4px dotted rgba(25, 69, 130, 0.7294117647);
  font-weight: 500;
  padding: 0 25px;
  flex-basis: calc(25% - 20px);
}
.curriculum-box__list-item:last-child {
  border-right: 0;
}
@media screen and (max-width: 990px) {
  .curriculum-box__list-item {
    border: none;
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 500px) {
  .curriculum-box__list-item {
    padding: 0;
    flex-basis: calc(50% - 10px);
  }
}
.curriculum-box__list-item .bg {
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding: 5px 15px;
  background-color: #7f9ee6;
}
@media screen and (max-width: 1320px) {
  .curriculum-box__list-item .bg {
    font-size: 18px;
    padding: 2px 15px;
  }
}
.curriculum-box__list-item .item-wrap {
  text-align: center;
  font-weight: 700;
  color: #2864f0;
}
.curriculum-box__list-item .item-wrap .f30 {
  line-height: 1.4;
  padding-top: 30px;
}
@media screen and (max-width: 1320px) {
  .curriculum-box__list-item .item-wrap .f30 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .curriculum-box__list-item .item-wrap .f30 {
    font-size: 22px;
    padding-top: 15px;
  }
}
.curriculum-box__list-item .item-wrap .f24 {
  line-height: 1.2;
}
.curriculum-box__list-item .item-wrap .f24 span {
  font-size: 72px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1320px) {
  .curriculum-box__list-item .item-wrap .f24 span {
    font-size: 65px;
  }
}
@media screen and (max-width: 834px) {
  .curriculum-box__list-item .item-wrap .f24 span {
    font-size: 45px;
  }
}

.cur-box__wrap {
  border-radius: 10px;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.cur-box__wrap.basic {
  margin-bottom: 6rem;
}

.cur-head {
  background: #194582;
  padding: 15px 5%;
}

.cur-head__h5 {
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 1320px) {
  .cur-head__h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .cur-head__h5 {
    display: block;
    font-size: 20px;
  }
}
.cur-head__h5 .border {
  border-radius: 100vmax;
  border: 1px solid #fff;
  font-size: 16px;
  margin-left: 10px;
  padding: 0px 15px 1px;
}
@media screen and (max-width: 1320px) {
  .cur-head__h5 .border {
    font-size: 13px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 500px) {
  .cur-head__h5 .border {
    display: inline-flex;
    margin: 0 10px 0 0;
  }
}

.cur-box {
  background: #fff;
  padding: 60px 70px;
  color: #194582;
}
@media screen and (max-width: 1320px) {
  .cur-box {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 500px) {
  .cur-box {
    padding: 8% 5%;
  }
}

.cur-box__ttl {
  font-size: 26px;
  margin-bottom: 30px;
  padding-left: 18px;
  position: relative;
}
.cur-box__ttl::before {
  background: #03c3de;
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 40px;
  aspect-ratio: 1;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 1320px) {
  .cur-box__ttl {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 500px) {
  .cur-box__ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.cur-box__dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .cur-box__dl {
    display: block;
  }
}
.cur-box__dl.last {
  margin: 10px 0 80px;
}
@media screen and (max-width: 990px) {
  .cur-box__dl.last {
    margin: 5px 0 50px;
  }
}
@media screen and (max-width: 500px) {
  .cur-box__dl.last {
    margin: 15px 0 50px;
  }
}
.cur-box__dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #ebedf5;
  font-size: 18px;
  text-align: center;
  width: 120px;
  height: 50px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 500px) {
  .cur-box__dl dt {
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 5px 0;
  }
}
.cur-box__dl dd {
  font-size: 16px;
  margin-left: 30px;
  width: calc(100% - 150px);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 500px) {
  .cur-box__dl dd {
    font-size: 16px;
    margin-left: 0;
    width: 100%;
    padding: 15px 5%;
    border-radius: 0 0 5px 5px;
    border: 1px solid #d6eaf1;
  }
}

.cur__item {
  background-color: #ebf1fb;
  border-radius: 10px;
  margin-bottom: 20px;
}

.cur__item.open .c-plus::before {
  transform: rotate(180deg);
}

.cur__item.open .cur__box {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  opacity: 1;
  max-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 834px) {
  .cur__item.open .cur__box {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .cur__item.open .cur__box {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.cur__ttl {
  border-radius: 10px;
  padding: 2rem 2rem 2rem 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 834px) {
  .cur__ttl {
    padding: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .cur__ttl {
    padding: 1.5rem 5px;
  }
}
.c-plus {
  position: relative;
  display: block;
  width: 4rem;
  aspect-ratio: 40/25;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}

@media screen and (max-width: 450px) {
  .c-plus {
    width: 3rem;
  }
}
.c-plus::before,
.c-plus::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 2px;
  background-color: #00468a;
  top: calc(50% - 1px);
  left: calc(50% - 0.75rem);
}

@media screen and (max-width: 834px) {
  .c-plus::before,
  .c-plus::after {
    width: 1.3rem;
    height: 1px;
    top: calc(50% - 0.5px);
    left: calc(50% - 0.65rem);
  }
}
@media screen and (max-width: 450px) {
  .c-plus::before,
  .c-plus::after {
    width: 1rem;
    left: calc(50% - 0.5rem);
  }
}
.c-plus::before {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.cur__box {
  background-color: #fff;
  padding-left: 3.4rem;
  padding-right: 4rem;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  .cur__box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .cur__box {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.course-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .course-name {
    display: block;
    width: 100%;
  }
}
.course-name .f18 {
  border-right: 1px solid #939393;
  margin-right: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1320px) {
  .course-name .f18 {
    margin-right: 5px;
  }
}
@media screen and (max-width: 834px) {
  .course-name .f18 {
    margin-right: 0;
    display: block;
    border-right: 0;
    width: 100%;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1320px) {
  .course-name .f22 {
    font-size: 20px;
  }
}
@media screen and (max-width: 834px) {
  .course-name .f22 {
    font-size: 16px;
    display: block;
    width: 100%;
  }
}

.cur__tbl table {
  width: 100%;
}
.cur__tbl table th {
  padding: 20px 10px;
  width: 150px;
}
@media screen and (max-width: 834px) {
  .cur__tbl table th {
    width: 90px;
  }
}
.cur__tbl table td {
  padding: 20px 10px;
  width: calc(100% - 150px);
}
@media screen and (max-width: 834px) {
  .cur__tbl table td {
    width: calc(100% - 90px);
  }
}
.cur__tbl table td span {
  color: #194582;
  font-size: 9px;
}

.cur__tbl tr {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #194582;
}
.cur__tbl .has-detail-list li {
  display: flex;
  align-items: center;
  gap: 4px;
}

/*--------------------
    Grants
---------------------*/
.grants {
  background-color: #f8fbfe;
}

.grants__ttl {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.grants__ttl::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(../img/index/yen-icon.webp) no-repeat center/contain;
}
@media screen and (max-width: 834px) {
  .grants__ttl::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .grants__ttl::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 834px) {
  .grants__ttl {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.grants__intro {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1320px) {
  .grants__intro {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 990px) {
  .grants__intro {
    margin-bottom: 50px;
  }
}

.grants__intro-note {
  margin-top: 18px;
  display: inline-flex;
}

@media screen and (max-width: 834px) {
  .js-scrollable .whole {
    width: 800px;
  }
}
.js-scrollable .f14 {
  margin-right: 13%;
  text-align: right;
}

/*--------------------
    Flow
---------------------*/
.flow {
  background: #ebf2fb;
}

.step {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
  position: relative;
}
@media screen and (max-width: 834px) {
  .step {
    align-items: flex-start;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 500px) {
  .step {
    width: calc(100% + 56px);
  }
}
.step.last:after {
  display: none;
}

.step img {
  width: 160px;
  height: 160px;
  margin-right: 30px;
}
@media screen and (max-width: 834px) {
  .step img {
    width: 110px;
    height: 110px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .step img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}

.step__ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .step__ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .step__ttl {
    font-size: 14px;
  }
}
.step__ttl .en {
  margin-right: 15px;
  line-height: 1;
  color: #2864f0;
  font-weight: bold;
}

.step__cont {
  border-bottom: 1px solid #7f9ee6;
  padding: 45px 30px;
  width: calc(100% - 240px);
}
@media screen and (max-width: 1320px) {
  .step__cont {
    padding: 35px 20px;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 834px) {
  .step__cont {
    padding: 3% 3%;
    width: calc(100% - 180px);
  }
}
.step__cont.first {
  border-top: 1px solid #7f9ee6;
}

.step__wrap {
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 834px) {
  .step__wrap {
    margin-top: 30px;
  }
}
.step__wrap .timeline-bar {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  color: white;
  overflow: hidden;
}
@media screen and (max-width: 1320px) {
  .step__wrap .timeline-bar {
    width: 70px;
  }
}
@media screen and (max-width: 834px) {
  .step__wrap .timeline-bar {
    width: 50px;
  }
}

.timeline-segment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 15px 0;
  box-sizing: border-box;
  writing-mode: tb;
  text-orientation: upright;
  font-size: 24px;
}
@media screen and (max-width: 1320px) {
  .timeline-segment {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .timeline-segment {
    font-size: 13px;
  }
}

.top-segment {
  background-color: #628ef3;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), 50% 100%, 0% calc(100% - 20px));
  height: 40%;
}

.bottom-segment {
  background-color: #2864f0;
  position: relative;
  clip-path: polygon(0% calc(100% - 20px), 50% 100%, 100% calc(100% - 20px), 100% 0%, 50% 20px, 0% 0%);
  margin-top: -20px;
  height: 60%;
}

.step__wrap .step {
  width: calc(100% - 150px);
}
@media screen and (max-width: 834px) {
  .step__wrap .step {
    width: calc(100% - 75px);
  }
}

.step__cont {
  width: 100%;
}

/*--------------------
    FAQ
---------------------*/
.faq {
  background-color: #bdd7fb;
  position: relative;
}
@media screen and (max-width: 500px) {
  .faq {
    padding-bottom: 50px;
  }
}
.faq:before {
  content: "";
  position: absolute;
  background: url(../img/index/circle-gen-01.webp) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
  background-size: contain;
}
.faq:after {
  content: "";
  position: absolute;
  background: url(../img/index/circle-gen-02.webp) no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
  background-size: contain;
}

.qa__item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.05);
}
.qa__item:first-of-type {
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .qa__item:first-of-type {
    margin-top: 30px;
  }
}

.qa__item.open .qa__ttl {
  background-color: #ebf2fb;
  color: #194582;
}

.question {
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1320px) {
  .question {
    font-size: 16px;
  }
}
.question .cont {
  font-weight: 500;
  width: calc(100% - 50px);
  color: #194582;
}
@media screen and (max-width: 1320px) {
  .question .cont {
    width: calc(100% - 40px);
  }
}

.q {
  flex-shrink: 0;
  font-size: 26px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 50px;
  font-weight: 500;
}
@media screen and (max-width: 1320px) {
  .q {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
}

.answer {
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.answer .cont {
  width: calc(100% - 50px);
}
@media screen and (max-width: 1320px) {
  .answer .cont {
    width: calc(100% - 40px);
  }
}

.a {
  font-size: 26px;
  color: #194582;
  width: 50px;
  height: 50px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 50px;
  font-weight: 500;
}
@media screen and (max-width: 1320px) {
  .a {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
}

.qa__item.open .c-plus::before {
  transform: rotate(180deg);
  background-color: #194582;
}

.qa__item.open .c-plus::after {
  background-color: #194582;
}

.qa__item.open .qa__box {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  opacity: 1;
  max-height: 100%;
}

@media screen and (max-width: 834px) {
  .qa__item.open .qa__box {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .qa__item.open .qa__box {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.qa__ttl {
  padding: 3rem 4rem 3rem 3.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 834px) {
  .qa__ttl {
    padding: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .qa__ttl {
    padding: 1.5rem 5px;
  }
}
.c-plus {
  position: relative;
  display: block;
  width: 4rem;
  aspect-ratio: 40/25;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}

@media screen and (max-width: 450px) {
  .c-plus {
    width: 3rem;
  }
}
.c-plus::before,
.c-plus::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 2px;
  background-color: #222;
  top: calc(50% - 1px);
  left: calc(50% - 0.75rem);
}

@media screen and (max-width: 834px) {
  .c-plus::before,
  .c-plus::after {
    width: 1.3rem;
    height: 1px;
    top: calc(50% - 0.5px);
    left: calc(50% - 0.65rem);
  }
}
@media screen and (max-width: 450px) {
  .c-plus::before,
  .c-plus::after {
    width: 1rem;
    left: calc(50% - 0.5rem);
  }
}
.c-plus::before {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.qa__box {
  padding-left: 3.4rem;
  padding-right: 4rem;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  .qa__box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .qa__box {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*--------------------
    company
---------------------*/
.company {
  background: #ebf2fb;
  position: relative;
}
.company:before {
  content: "";
  position: absolute;
  background: url(../img/index/circle-company-01.webp) no-repeat;
  background-size: contain;
  width: 66%;
  height: 100%;
  right: -9%;
  top: 49%;
}

.company__dl {
  color: #194582;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7f9ee6;
  padding: 40px 0;
  font-family: "IBM Plex Sans", sans-serif;
}
@media screen and (max-width: 1320px) {
  .company__dl {
    padding: 20px 0;
  }
}
.company__dl.first {
  padding-top: 0;
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .company__dl.first {
    margin-top: 30px;
  }
}

.company__dt {
  font-size: 18px;
  font-weight: 500;
  width: 25%;
}
@media screen and (max-width: 1320px) {
  .company__dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .company__dt {
    font-size: 14px;
  }
}

.company__dd {
  font-size: 18px;
  width: 75%;
}
@media screen and (max-width: 1320px) {
  .company__dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .company__dd {
    font-size: 14px;
  }
}
.company__dd a {
  color: #00468a;
  text-decoration: underline;
}
.company__dd a.tel {
  text-decoration: none;
  pointer-events: none;
}
.company__dd .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
  color: #194582;
  vertical-align: middle;
}
.company__dd .material-symbols-outlined + a {
  text-decoration: underline;
}
.company__dd .map-btn {
  margin-left: 10px;
  text-decoration: none;
  padding-bottom: 0px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 20px;
  font-variation-settings: "FILL" 1;
}/*# sourceMappingURL=style.css.map */