.fc-lb {
  color: #4062bb;
}

.fc-do {
  color: #f97e24;
}

.fc-o {
  color: #ffcb93;
}

.fc-w {
  color: #fff;
}

.fc-b {
  color: #252525;
}

.fc-gn {
  color: #28b1b1;
}

.fc-or {
  color: #fa6f3a;
}

.en {
  font-family: "Lato", sans-serif;
  font-style: italic;
}


/* 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: #f0f9fb;
  width: 100%;
  position: relative;
  z-index: 1;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  margin: 0;
  color: #34414d;
}

@media screen and (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  height: auto;
  max-width: 100%;
  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 {
  user-select: none;
  -webkit-user-select: none;
  tap-highlight-color: transparent;
}

address {
  font-style: normal;
}

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

.inner {
  max-width: 1280px;
  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;
}

.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;
  }
}

.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;
  }
}

.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;
  }
}

.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;
  }
}

.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 {
  background: url(../img/common/banner_bg.webp) no-repeat center / cover;
  padding: 150px 0;
  position: relative;
}

@media screen and (max-width: 990px) {
  section.banner {
    padding: 100px 0;
  }
}

section.banner .apply {
  height: 100px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 990px) {
  section.banner .apply {
    font-size: 26px;
    height: 85px;
    max-width: 400px;
  }
}

@media screen and (max-width: 640px) {
  section.banner .apply {
    font-size: 20px;
  }
}

.banner_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
}

.enja__ttl {
  font-size: 18px;
  color: #252525;
  font-weight: 600;
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 1320px) {
  .enja__ttl {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1200px) {
  .enja__ttl {
    font-size: 17px;
  }
}

@media screen and (max-width: 834px) {
  .enja__ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.enja__ttl span {
  display: block;
  font-size: 50px;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .enja__ttl span {
    font-size: 46px;
  }
}

@media screen and (max-width: 1320px) {
  .enja__ttl span {
    font-size: 40px;
  }
}

@media screen and (max-width: 500px) {
  .enja__ttl span {
    font-size: 20px;
  }
}

.header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  align-items: center;
  padding: 3vh 4%;
  z-index: 1000;
}

@media screen and (max-width: 834px) {
  .header {
    padding: 25px 5% 25px;
  }
}

.header-logo {
  transition: transform 0.2s ease;
  max-width: 428px;
  height: 30px;
  width: unset;
  position: relative;
  color: #34414d;
  font-size: 26px;
  font-weight: 500;
}

@media(max-width: 834px) {
  .header-logo {
    width: calc(100% - 40px);
    height: auto;
    font-size: 20px;
  }
}

/* 
.header-logo:before {
  content: "";
  position: absolute;
  background: url(../img/common/logo-w.svg) no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 428px;
  height: 30px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.2s ease;
}

.header-logo:after {
  content: "";
  position: absolute;
  background: url(../img/common/logo-b.svg) no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 428px;
  height: 30px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.2s ease;
} */


.header.hidden {
  background-color: rgba(0, 0, 0, 0.8);
}

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

.header.hidden .header-logo:before {
  opacity: 1;
}

.header.hidden .header-logo:after {
  opacity: 0;
}

.header {
  background-color: none;
}

.haeder-left {
  width: 630px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0 1rem;
}

@media screen and (max-width: 1300px) {
  .haeder-left {
    width: 630px;
  }
}

@media screen and (max-width: 834px) {
  .haeder-left {
    width: 30px;
  }
}

a.apply {
  display: flex;
  font-size: 16px;
  color: #fd6227;
  background: #fff;
  border: 1px solid #fd6227;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
  padding: 16px 10%;
  line-height: 1;
  font-weight: 500;
  width: 100%;
  max-width: 470px;
  position: relative;
  height: 60px;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 834px) {
  a.apply {
    padding: 11px 9%;
  }
}

a.apply .arrow-triangle {
  font-size: 18px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 990px) {
  a.apply .arrow-triangle {
    font-size: 18px;
  }
}

a.apply:hover {
  opacity: 0.8;
}

a.apply:hover .arrow-triangle {
  right: 8%;
}

a.apply02 {
  color: #fff;
  background: #fd6227;
}

.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 {
  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: #00559c;
  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: 280px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.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;
  }
}

.apply.navi {
  font-size: 16px;
  max-width: 310px;
  height: 60px;
}

@media screen and (max-width: 1200px) {
  .apply.navi {
    font-size: 14px;
  }
}

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

@media screen and (max-width: 1200px) {
  .apply.navi .arrow-triangle {
    font-size: 10px;
  }
}

.apply.menu {
  font-size: 18px;
  margin: 30px auto 0;
  width: 90%;
}

.apply02.menu {
  margin: 15px auto 0;
}

.footer {
  background-color: #34414d;
  padding: 60px 0 50px;
}

.footer__contents {
  display: flex;
  flex-direction: column;
}

.footer .footer__contents a {
  color: #fff;
}

.footer__logo {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
}

@media(max-width: 834px) {
  .footer__logo {
    font-size: 18px;
  }
}

.footer .address {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 834px) {
  .footer .address {
    font-size: 15px;
  }
}

/*--------------------
    mv
---------------------*/
.mv {
  position: relative;
  background: url(../img/index/mv.webp) no-repeat top right / 60%;
  overflow: visible;
  width: 100%;
  aspect-ratio: 1680 / 750;
  padding: 160px 0 230px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .mv {
    font-size: 20px;
    padding: 80px 0 0px;
    aspect-ratio: 500 / 600;
    background: url(../img/index/mv.webp) no-repeat top right / 96%;
  }
}

.under__main .mv {
  background: url(../img/sns/mv.webp) no-repeat top right / 60%;
}

@media screen and (max-width: 834px) {
  .under__main .mv {
    background: url(../img/sns/mv.webp) no-repeat top right / 96%;
  }
}

.mv .mv__flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: start;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .mv .mv__flex {
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
  }
}

.mv__flex-cont {
  order: 2;
  width: 60%;
  /* padding-left: calc(50vw - 600px); */
  padding-left: 14vw;
  margin-right: -15vw;
}

@media screen and (max-width: 1800px) {
  .mv__flex-cont {
    padding-left: 5vw;
  }
}

@media screen and (max-width: 1334px) {
  .mv__flex-cont {
    padding-left: 5vw;
  }
}


@media screen and (max-width: 1200px) {
  .mv__flex-cont {
    width: 59%;
  }
}

@media screen and (max-width: 834px) {
  .mv__flex-cont {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 52vw;
    margin: 0 0;
  }
}

@media screen and (max-width: 640px) {
  .mv__flex-cont {
    width: 100%;
  }
}

.btn-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  font-size: 1.6rem;
}

.mv-bg-wrap {
  background: url(../img/index/fv_bg_btm.webp) no-repeat center bottom 200px / contain, #f6f3f2;
}

.ai-list {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .ai-list {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .ai-list {
    align-items: center;
    margin-bottom: 10px;
  }
}

.ai-list li {
  margin: 0 6px;
}

.ai-list li .f30 {
  background: #f5f4cf;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 15px;
}

@media screen and (max-width: 1200px) {
  .ai-list li .f30 {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .ai-list li .f30 {
    font-size: 14px;
    padding: 5px 13px 4px;
  }
}

.ai-list li .f22 {
  text-align: center;
  color: #fff;
  background: #ffc926;
  width: 140px;
  border-radius: 0px;
  font-family: "Lato", sans-serif;
  font-style: italic;
}

.line__main .ai-list li .f22 {
  width: 230px;
}

@media screen and (max-width: 600px) {
  .ai-list li .f22 {
    width: 100px;
  }
}

.mv h1 {
  font-size: 5.2rem;
  line-height: 1.8;
  text-align: start;
  color: #34414d;
  font-style: italic;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  position: relative;
  text-shadow: 3px 2px 3px rgba(255, 255, 255, 0.01), 0px 0px 7px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1320px) {
  .mv h1 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .mv h1 {
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
  }
}

.mv h1 .f28 {
  color: #34414d;
  display: block;
  font-size: 25px;
  font-style: normal;
  text-align: start;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1320px) {
  .mv h1 .f28 {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .mv h1 .f28 {
    font-size: 26px;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .mv h1 .f28 {
    font-size: 18px;
    text-align: center;
  }
}

.mv .apply {
  font-size: 24px;
  height: 70px;
  max-width: 380px;
  margin: 10px auto 0 0;
}

@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: 30px;
  }
}

.mv .apply02 {
  margin-top: 1.5rem;
}

@media screen and (max-width: 500px) {
  .mv .apply02 {
    margin-top: 1rem;
  }
}

.mv__flex-img {
  order: 1;
  width: 65%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .mv__flex-img {
    width: 38%;
  }
}

@media screen and (max-width: 834px) {
  .mv__flex-img {
    width: 95%;
    margin: 40px 0 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .mv__flex-img {
    width: 100%;
  }
}

/*--------------------
    subsidy
---------------------*/
.subsidy {
  padding: 0 0 20px;
  position: relative;
  overflow: visible;
}

@media screen and (max-width: 640px) {
  .subsidy {
    padding-top: 40px;
  }
}

.subsidy__ttl {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-shadow: 3px 2px 3px rgba(255, 255, 255, 0.01), 0px 0px 7px rgba(0, 0, 0, 0.25);
  margin-top: -160px;
  margin-bottom: 30px;
  text-align: center;
}

.subsidy__ttl .f28 {
  position: relative;
  font-weight: 700;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1200px) {
  .subsidy__ttl .f28 {
    font-size: 22px;
    padding: 0 30px;
  }
}

.subsidy__box {
  background: #fff;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 40px 3%;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 834px) {
  .subsidy__box {
    border-radius: 50px;
    padding: 8% 5%;
  }
}

@media screen and (max-width: 640px) {
  .subsidy__box {
    padding: 8% 5% 60px;
    position: relative;
    border-radius: 20px;
  }
}

.subsidy__box a {
  color: #252525;
}

.subsidy__box:hover .subsidy__box-flex-arrow {
  color: #fff;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  background-color: transparent;
}

.subsidy__box-flex-arrow__img {
  width: 15px;
}

.subsidy__deco {
  position: absolute;
  top: 25px;
  right: 8%;
  width: 60px;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .subsidy__deco {
    top: 55px;
    right: 8%;
    width: 40px;
  }
}

@media screen and (max-width: 500px) {
  .subsidy__deco {
    right: -2%;
  }
}

.subsidy__box-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.subsidy__box-flex-illu {
  margin-right: 5%;
  width: 20%;
}

@media screen and (max-width: 640px) {
  .subsidy__box-flex-illu {
    width: 28%;
  }
}

.subsidy__box-flex-cont {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .subsidy__box-flex-cont .f48 {
    font-size: 31px;
  }
}

@media screen and (max-width: 640px) {
  .subsidy__box-flex-cont {
    width: 100%;
  }
}

.subsidy__box-flex-cont .f48 {
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .subsidy__box-flex-cont .f48 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 834px) {
  .subsidy__box-flex-cont .f48 {
    font-size: 20px;
  }
}

.subsidy__box-flex-cont .f20 {
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .subsidy__box-flex-cont .f20 {
    margin-bottom: 5px;
  }
}

.subsidy__box-flex-cont__lead {
  position: relative;
  width: fit-content;
  padding: 0 1.5em;
  margin: 0 auto;
}

.subsidy__box-flex-cont__mess {
  color: #fa6f3a;
  display: inline-block;
  width: fit-content;
  background-image: unset;
  background-position: left bottom 2px;
  background-repeat: no-repeat;
  background-size: 100% 30%;
}

.subsidy__box-flex-arrow {
  position: absolute;
  color: #00468a;
  border-radius: 65px;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  background-color: transparent;
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 89%;
}

@media screen and (max-width: 640px) {
  .subsidy__box-flex-arrow {
    position: absolute;
    top: calc(100% - 34px);
    left: 50%;
    transform: translateX(-50%);
  }
}

/*--------------------
    issue
---------------------*/
.issue {
  position: relative;
  overflow: visible;
  padding: 110px 0 90px;
}

@media screen and (max-width: 834px) {
  .issue {
    padding: 50px 0 70px;
  }
}

@media screen and (max-width: 640px) {
  .issue {
    padding: 20px 0 40px;
  }
}

.issue:after {
  content: "";
  position: absolute;
  background: url(../img/index/triangle-bg.webp) no-repeat;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: 2;
}

.issue__ttl-wrap {
  margin-bottom: 40px;
}

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

.issue__ttl {
  color: #262626;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 600;
}

@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;
  }
}

@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;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .issue-example {
    width: 800px;
  }
}

.issue-example__illu {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32vw;
  max-width: 400px;
}

@media screen and (max-width: 1200px) {
  .issue-example__illu {
    width: 400px;
  }
}

@media screen and (max-width: 834px) {
  .issue-example__illu {
    width: 240px;
  }
}

.issue-list li {
  background: #ffffff;
  padding: 25px;
  position: absolute;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1320px) {
  .issue-list li {
    padding: 20px;
  }
}

.issue-list li.rb {
  border-radius: 50px 50px 0 50px;
}

@media screen and (max-width: 834px) {
  .issue-list li.rb {
    border-radius: 20px 20px 0 20px;
  }
}

.issue-list li.rt {
  border-radius: 50px 0 50px 50px;
}

@media screen and (max-width: 834px) {
  .issue-list li.rt {
    border-radius: 20px 20px 0 20px;
  }
}

.issue-list li.lb {
  border-radius: 50px 50px 50px 0;
}

@media screen and (max-width: 834px) {
  .issue-list li.lb {
    border-radius: 20px 20px 20px 0;
  }
}

.issue-list li.lt {
  border-radius: 0 50px 50px 50px;
}

@media screen and (max-width: 834px) {
  .issue-list li.lt {
    border-radius: 20px 20px 20px 0;
  }
}

.issue-list li .f18 {
  display: flex;
  font-weight: 600;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1320px) {
  .issue-list li .f18 {
    font-size: 15px;
  }
}

.issue-list li .f18 img {
  margin-right: 10px;
  width: 30px;
}

.issue-list__item-01 {
  left: -2.5%;
  top: 13%;
}

@media screen and (max-width: 1320px) {
  .issue-list__item-01 {
    left: 10%;
    top: 17%;
  }
}

@media screen and (max-width: 990px) {
  .issue-list__item-01 {
    top: 5%;
  }
}

.issue-list__item-02 {
  left: -13.5%;
  top: 35%;
}

@media screen and (max-width: 1320px) {
  .issue-list__item-02 {
    left: -2.5%;
  }
}

@media screen and (max-width: 990px) {
  .issue-list__item-02 {
    left: 0.5%;
    top: 22%;
  }
}

.issue-list__item-03 {
  left: -2.5%;
  top: 57%;
}

@media screen and (max-width: 1320px) {
  .issue-list__item-03 {
    left: 7.5%;
    top: 53%;
  }
}

@media screen and (max-width: 990px) {
  .issue-list__item-03 {
    top: 39%;
  }
}

.issue-list__item-04 {
  right: -7%;
  top: 13%;
}

@media screen and (max-width: 1320px) {
  .issue-list__item-04 {
    right: 3%;
    top: 17%;
  }
}

@media screen and (max-width: 990px) {
  .issue-list__item-04 {
    top: 5%;
  }
}

.issue-list__item-05 {
  right: -9.5%;
  top: 35%;
}

@media screen and (max-width: 1320px) {
  .issue-list__item-05 {
    right: 0.5%;
  }
}

@media screen and (max-width: 990px) {
  .issue-list__item-05 {
    top: 22%;
  }
}

.issue-list__item-06 {
  right: -7%;
  top: 57%;
}

@media screen and (max-width: 1320px) {
  .issue-list__item-06 {
    right: 8%;
    top: 53%;
  }
}

@media screen and (max-width: 990px) {
  .issue-list__item-06 {
    top: 39%;
  }
}

/*--------------------
    solve
---------------------*/
.solve {
  background: url(../img/index/solve.webp) no-repeat center / cover;
  padding: 220px 0 130px;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .solve {
    padding: 150px 0 120px;
  }
}

@media screen and (max-width: 640px) {
  .solve {
    padding: 100px 0 70px;
  }
}

.solve__ttl {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 1320px) {
  .solve__ttl {
    font-size: 3rem;
  }
}

@media screen and (max-width: 990px) {
  .solve__ttl {
    line-height: 1.7;
  }
}

@media screen and (max-width: 640px) {
  .solve__ttl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 990px) {
  .solve__ttl .br-lg {
    display: block;
  }
}

.solve__ttl .fc-do {
  font-size: 150%;
  position: relative;
}


/*--------------------
    about
---------------------*/
.about {
  background-color: #fcd7ac;
  position: relative;
  padding: 210px 0 200px;
}

@media screen and (max-width: 1200px) {
  .about {
    padding: 140px 0 130px;
  }
}

@media screen and (max-width: 834px) {
  .about {
    padding: 100px 0 80px;
  }
}

.about__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 990px) {
  .about__flex {
    display: block;
  }
}

.about__img {
  width: 45%;
}

@media screen and (max-width: 990px) {
  .about__img {
    margin: 0 auto;
    width: 80%;
  }
}

.about__cont {
  width: 55%;
}

@media screen and (max-width: 990px) {
  .about__cont {
    width: 100%;
    margin-bottom: 60px;
  }
}

.about__ttl-about {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .about__ttl-about {
    font-size: 24px;
  }
}

@media screen and (max-width: 990px) {
  .about__ttl-about {
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .about__ttl-about {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .about__ttl-about {
    font-size: 14px;
    text-align: center;
  }
}

.about__ttl-about .fc-lb {
  display: block;
  font-size: 82px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 35px;
}

@media screen and (max-width: 1200px) {
  .about__ttl-about .fc-lb {
    font-size: 70px;
  }
}

@media screen and (max-width: 990px) {
  .about__ttl-about .fc-lb {
    font-size: 50px;
  }
}

@media screen and (max-width: 834px) {
  .about__ttl-about .fc-lb {
    font-size: 30px;
  }
}

.about__ttl-about span {
  font-size: 50px;
}

.about__ttl-h4 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 40px;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .about__ttl-h4 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 990px) {
  .about__ttl-h4 {
    text-align: center;
  }
}


@media(max-width: 834px) {
  .about__ttl-h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .about__ttl-h4 {
    font-size: 3rem;
  }
}

.about__ttl-h4 span {
  color: #fa6f3a;
}

@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;
  }
}

/*--------------------
    course
---------------------*/
.course {
  background: #f6f3f2;
  position: relative;
  padding-top: 190px;
}

@media screen and (max-width: 1200px) {
  .course {
    padding-top: 140px;
  }
}

@media screen and (max-width: 990px) {
  .course {
    padding-top: 100px;
  }
}

@media screen and (max-width: 834px) {
  .course {
    padding-top: 90px;
  }
}

@media screen and (max-width: 500px) {
  .course {
    padding-bottom: 80px;
  }
}

.course:before {
  content: "";
  position: absolute;
  background: url(../img/index/circle-gen-01.webp) no-repeat;
  left: -13%;
  top: 10%;
  width: 70vw;
  height: 100%;
  background-size: contain;
  z-index: -1;
}

.course:after {
  content: "";
  position: absolute;
  background: url(../img/index/circle-gen-02.webp) no-repeat;
  right: -9%;
  top: 78%;
  width: 50vw;
  height: 100%;
  background-size: contain;
  z-index: -1;
}

.course .bg-text {
  color: #fcd7ac;
  font-size: clamp(40px, calc(4.6rem + 6.5vw), 170px);
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  text-align: center;
  font-weight: 200;
}

@media screen and (max-width: 1320px) {
  .course .bg-text {
    font-size: clamp(40px, calc(1.6rem + 6.5vw), 170px);
  }
}

@media screen and (max-width: 990px) {
  .course .bg-text {
    font-size: 70px;
    top: -13px;
  }
}

@media screen and (max-width: 640px) {
  .course .bg-text {
    font-size: 46px;
    top: -5px;
  }
}

.course__ttl-h4 {
  text-align: center;
}

.course__ttl-h4 h4 {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  line-height: 1.3;
}


@media screen and (max-width: 1320px) {
  .course__ttl-h4 h4 {
    font-size: 50px;
    margin-bottom: 40px;
  }
}

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

@media screen and (max-width: 500px) {
  .course__ttl-h4 h4 {
    font-size: 24px;
  }
}

.course__ttl-h4 h4 span {
  font-size: 42px;
  position: relative;
}

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

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

.course__session {
  margin: 0 auto 70px;
  width: 1000px;
  max-width: 90%;
}

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

.course__session .f18 {
  text-align: center;
}

@media screen and (max-width: 500px) {
  .course__session .f18 {
    text-align: left;
  }
}

.course__session-flex {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .course__session-flex {
    display: block;
  }
}

.course__session-flex .circle {
  color: #fff;
  background-color: #2f3234;
  border-radius: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 165px;
  width: 165px;
  margin-right: 30px;
}

@media screen and (max-width: 990px) {
  .course__session-flex .circle {
    height: 135px;
    width: 135px;
  }
}

@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 {
  margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
  .course__session-flex-cont {
    margin-bottom: 30px;
  }
}

.course__session-flex-cont span {
  color: #fa6f3a;
}

.course__session-flex-cont .f46 {
  font-weight: 700;
  line-height: 1.4;
}

@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 .deco {
  color: #fff;
  position: relative;
  margin-right: 24px;
}

@media screen and (max-width: 990px) {
  .course__session-flex-cont .deco {
    margin-right: 15px;
  }
}

.course__session-flex-cont .deco:after {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #f28e26 0%, #fd644f 100%);
  border-radius: 10px;
  height: 100%;
  width: 118%;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

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

.course__detail-flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .course__detail-flex {
    justify-content: space-between;
    flex-direction: column-reverse;
  }
}

.course__flex-img {
  width: 30%;
}

@media screen and (max-width: 500px) {
  .course__flex-img {
    margin-left: -190px;
    margin-top: -30px;
    z-index: 1;
  }
}

.course-detail {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto -50px;
}

.course__detail-flex-cont {
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  margin-top: -5%;
  position: relative;
  width: 76%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .course__detail-flex-cont {
    border-radius: 20px;
  }
}

@media screen and (max-width: 500px) {
  .course__detail-flex-cont {
    padding: 5%;
    width: 100%;
    display: block;
  }
}

.course__detail-flex-cont .f16 {
  font-weight: 500;
  width: 3em;
}

@media screen and (max-width: 500px) {
  .course__detail-flex-cont .f16 {
    width: 100%;
    text-align: right;
  }
}

.course__detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 600;
  width: calc(100% - 3em);
  flex-wrap: wrap;
}

@media screen and (max-width: 500px) {
  .course__detail-list {
    width: 100%;
  }
}

.course__detail-list li {
  border-radius: 5px;
  flex-basis: calc(33% - 10px);
  text-align: center;
  color: #34414d;
  background-color: #fcecd0;
  padding: 5px 10px 1px;
}

@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 {
  border-radius: 10px;
  background: url(../img/index/course_point_bg.webp) no-repeat center / cover;
  padding: 70px 60px;
}

@media screen and (max-width: 640px) {
  .course-point {
    border-radius: 40px;
  }
}

@media screen and (max-width: 500px) {
  .course-point {
    padding: 10% 5%;
  }
}

.course-point__ttl {
  color: #252525;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .course-point__ttl {
    font-size: 4.2rem;
  }
}

@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: #252525;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .course-point__ttl-s {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 990px) {
  .course-point__ttl-s {
    margin-bottom: 25px;
  }
}

.course-point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

.course-point__list li {
  background: #fff;
  border-radius: 30px;
  flex-basis: calc(25% - 20px);
  padding: 30px 20px;
}

@media screen and (max-width: 990px) {
  .course-point__list li {
    flex-basis: calc(50% - 20px);
  }
}

@media screen and (max-width: 640px) {
  .course-point__list li {
    border-radius: 20px;
  }
}

@media screen and (max-width: 500px) {
  .course-point__list li {
    flex-basis: 100%;
  }
}

.course-point__list li .list-wrap .number {
  color: #ff9329;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (max-width: 1320px) {
  .course-point__list li .list-wrap .number {
    font-size: 26px;
  }
}

.course-point__list li .list-wrap .f26 {
  border-bottom: 1px solid #c4dce8;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@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: 640px) {
  .course-point__list li .list-wrap .f26 {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .course-point__list li .list-wrap .f26 {
    font-size: 18px;
  }
}

/*--------------------
    curriculum
---------------------*/
.curriculum {
  background: #f9a23c;
}

.curriculum .enja__ttl {
  color: #fff;
}


.curriculum__intro {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .curriculum__intro {
    margin-bottom: 30px;
    text-align: left;
  }
}

.curriculum-box {
  position: relative;
  background-color: #fff;
  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);
  margin-bottom: 90px;
  padding: 40px 20px;
}

@media screen and (max-width: 990px) {
  .curriculum-box {
    margin-bottom: 60px;
  }
}

.under__main .curriculum-box {
  padding: 0 0 20px;
}

.curriculum-box__detail {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 120%);
  color: #fff;
}

.curriculum-box__ttl {
  text-align: center;
  justify-content: center;
  background: #fd6227;
  border-radius: 10px 10px 0 0;
  padding: 15px 5%;
}

.curriculum-box__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.under__main .curriculum-box__list {
  padding: 30px 40px 20px;
}

.curriculum-box__list-item {
  border-right: 1px dotted #c4dce8;
  font-weight: 500;
  padding: 0 20px;
  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 {
  background: #fd6227;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding: 3px 15px 0px;
}

@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;
}

.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;
}

@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;
  }
}

.curriculum-box__list-item .item-wrap .light {
  color: #8eadcb;
}

.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-head {
  background: #fd6227;
  padding: 15px 5%;
}

.cur-head__h5 {
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  font-weight: 400;
}

@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: 5px;
  border: 1px solid #fff;
  font-size: 16px;
  margin-left: 10px;
  padding: 3px 20px 5px;
}

@media screen and (max-width: 1320px) {
  .cur-head__h5 .border {
    font-size: 13px;
    padding: 0px 15px 1px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 500px) {
  .cur-head__h5 .border {
    display: inline-flex;
    margin: 0 10px 0 0;
  }
}

.cur-box {
  background: #f6f3f2;
  padding: 60px 70px;
}

@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 {
  color: #fd6227;
  border-left: 3px solid #fd6227;
  font-size: 26px;
  margin-bottom: 30px;
  padding-left: 20px;
}

@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: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  width: 120px;
}

@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);
}

@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;
  }
}

.cur__item {
  background-color: #f0f9fb;
  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%;
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

@media screen and (max-width: 834px) {
  .cur__ttl {
    padding: 2rem;
  }
}

@media screen and (max-width: 450px) {
  .cur__ttl {
    padding: 1.5rem 5%;
  }
}

.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: #fa6f3a;
  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;
}

@media screen and (max-width: 834px) {
  .course-name {
    display: block;
    width: 100%;
  }
}

.course-name .f18 {
  border-right: 1px solid #c4dce8;
  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 {
  border-bottom: 1px solid #c4dce8;
  padding: 20px 10px;
  width: 150px;
}

@media screen and (max-width: 834px) {
  .cur__tbl table th {
    width: 90px;
  }
}

.cur__tbl table td {
  border-bottom: 1px solid #c4dce8;
  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: #252525;
}

/*--------------------
    Grants
---------------------*/
.grants {
  background: #fcecd0;
  position: relative;
}

.grants .enja__ttl {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .grants .enja__ttl {
    font-size: 17px;
  }
}

@media screen and (max-width: 500px) {
  .grants .enja__ttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.grants .enja__ttl span {
  margin-bottom: 35px;
}

.grants__ttl {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 990px) {
  .grants__ttl {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .grants__ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.grants__ttl img {
  margin-right: 15px;
  height: 56px;
  width: 56px;
}

@media screen and (max-width: 990px) {
  .grants__ttl img {
    margin-right: 10px;
    height: 42px;
    width: 42px;
  }
}

@media screen and (max-width: 990px) {
  .grants__ttl img {
    margin-right: 5px;
    height: 30px;
    width: 30px;
  }
}

.grants__intro {
  font-weight: 500;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 1320px) {
  .grants__intro {
    margin: 0 auto 70px;
  }
}

@media screen and (max-width: 990px) {
  .grants__intro {
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 834px) {
  .js-scrollable .whole {
    width: 800px;
  }
}

.js-scrollable .f14 {
  margin-right: 9%;
  text-align: right;
}

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

.step {
  display: flex;
  align-items: center;
  margin-right: 90px;
  justify-content: end;
  width: calc(100% - 120px);
  position: relative;
}

@media screen and (max-width: 834px) {
  .step {
    align-items: flex-start;
    width: calc(100% - 20px);
    margin-right: 20px;
  }
}

@media screen and (max-width: 500px) {
  .step {
    width: calc(100% + 56px);
    margin-right: 60px;
    justify-content: start;
  }
}

.step:after {
  content: "";
  position: absolute;
  border-left: 3px dotted #c4dce8;
  left: 129px;
  top: 100%;
  transform: translateY(-50%);
  width: 2px;
  height: 80px;
  z-index: -1;
}

@media screen and (max-width: 1320px) {
  .step:after {
    left: 88px;
  }
}

@media screen and (max-width: 834px) {
  .step:after {
    border-left: 2px dotted #c4dce8;
    left: 110px;
    top: 80%;
    height: 100%;
  }
}

@media screen and (max-width: 500px) {
  .step:after {
    left: 30px;
  }
}

.step.last:after {
  display: none;
}

.step img {
  width: 160px;
  height: 160px;
  margin-right: 30px;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.05);
  border-radius: 160px;
}

@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 {
  color: #fd6227;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 834px) {
  .step__ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .step__ttl {
    font-size: 14px;
  }
}

.step__ttl .item-no {
  color: #fd6227;
  margin-right: 15px;
  font-weight: 600;
  line-height: 1;
}

.step__cont {
  border-bottom: 1px solid #c4dce8;
  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 #c4dce8;
}

.step__wrap {
  position: relative;
}

.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;
  font-weight: bold;
  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-weight: 600;
  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: #fcd7ac;
  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: #fcb96b;
  position: relative;
  clip-path: polygon(0% calc(100% - 20px), 50% 100%, 100% calc(100% - 20px), 100% 0%, 50% 20px, 0% 0%);
  margin-top: -12px;
  height: 60%;
}

/*--------------------
    FAQ
---------------------*/
.faq {
  background: #fcecd0;
  position: relative;
}

@media screen and (max-width: 500px) {
  .faq {
    padding-bottom: 50px;
  }
}

.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.open .qa__ttl {
  background-color: #2f3234;
}

.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: 600;
  width: calc(100% - 50px);
}

@media screen and (max-width: 1320px) {
  .question .cont {
    width: calc(100% - 40px);
  }
}

.q {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  color: #fff;
  background: #2f3234;
  width: 50px;
  height: 50px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 50px;
  font-weight: 200;
}

@media screen and (max-width: 1320px) {
  .q {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
}

.qa__item.open .q {
  color: #fd6227;
  background: #fff;
}

.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);
  }
}

.qa__item.open .qa__ttl .cont {
  color: #fff;
}


.a {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  color: #fff;
  background: #fd6227;
  width: 50px;
  height: 50px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 50px;
  font-weight: 200;
}

@media screen and (max-width: 1320px) {
  .a {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
}

.qa__item.open .c-plus::before,
.qa__item.open .c-plus::after {
  background-color: #fff;
}

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: #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;
}

.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: #fff;
  position: relative;
}

.company__dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 40px 0;
}

@media screen and (max-width: 1320px) {
  .company__dl {
    padding: 20px 0;
  }
}

.company__dl.first {
  padding-top: 0;
}

.company__dt {
  font-size: 18px;
  font-weight: 600;
  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 .map-btn {
  margin-left: 10px;
  text-decoration: none;
  border-bottom: 1px solid #00468a;
  padding-bottom: 0px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

.company__dd .map-btn span {
  font-size: 20px;
}

.max834 {
  display: none;
}

@media (max-width: 834px) {
  .max834 {
    display: block;
  }
}

.max600 {
  display: none;
}

@media (max-width: 600px) {
  .max600 {
    display: block;
  }
}

.fv_ttl_img {
  display: inline-block;
  width: 370px;
  transform: translate(0, 17px);
}

@media(max-width: 1200px) {
  .fv_ttl_img {
    width: 300px;
    transform: translate(0, 7px);
  }
}

.cur-head1 {
  background-color: #ff7f4f;
}

.cur-box__wrap1 {
  margin-bottom: 6rem;
}

.contact,
.contact-thanks {
  background: #fcd7ac;
}