@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap");
* {
  margin: 0;
  padding: 0
}
a {
  text-decoration: none;
  color: #002ee1;
}
a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
ul, ol {
  list-style: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
html {
  font: 62.5%/1.231 "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  line-height: 1.6;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.bg {
  background-color: #f2f2f2;
}
h1 {
  width: 30%;
  margin: 0;
  position: absolute;
  z-index: 1;
  padding: 22px 10px;
  border-radius: 0 0 10px 0;
  display: flex;
  align-items: center;
  top: 0;
}
h2 {
  font-size: 2.8rem;
  margin: 0 0 20px 0;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-style: normal;
  position: relative;
  padding: 0 0 0 1.5em;
  color: #e2001f;
}
h2::before {
  content: "";
  width: 1em;
  height: 2px;
  background-color: #e2001f;
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  right: auto;
  top: auto;
  z-index: 1;
}
h3 {
  font-size: 2rem;
  margin: 0 auto 15px auto;
  line-height: 1.4;
  z-index: 1;
}
.bold {
  font-weight: bold;
}
.mr5 {
  margin-right: 5px;
}
.ml10 {
  margin-left: 10px;
}
.btn {
  margin: 1.5em 0;
  width: 100%;
  text-align: center;
  padding: 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.8rem;
  margin: 2em auto 0 auto;
  border-radius: 50px;
  /*border: 1px solid #000;*/
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn::after {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn:hover {
  color: #fff;
  opacity: 1;
}
.btn:hover::after {
  transform: scale(1, 1);
}
.btn i {
  margin: 0 1em 0 0;
  font-size: 1.5rem;
}
/*---------- header ----------*/
#container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
#menu {
  display: none;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.mv {
  position: relative;
  width: 100%;
  background: url("../images/mv_sp.jpg") no-repeat center / 100%;
  aspect-ratio: 750 / 600;
  margin: 48px 0 0 0;
}
#link01, #link02, #link03, #link04 {
  padding-top: 320px;
  margin-top: -320px
}
/*---------- contents ----------*/
.contents {
  width: 100%;
  margin: 0 auto;
}
.contents_box {
  overflow: hidden;
  margin: 0 0 30px 0;
}
/*---------- lead ----------*/
.lead {
  padding: 20px 5% 0 5%; /*20260212*/
  overflow: hidden;
  position: relative;
  min-height: 200vw;
  background: #fff;
}
.lead .leadTitle {
  /*background-color: rgba(255, 255, 255, 0.8);*/
  text-align: left;
  /*padding: 50px 5% 50px 5%;
  z-index: 2;
  position: absolute;
  top: 0;
  width: 80%;
  left: 0;*/
}
.lead h3 {
  color: #1468b3;
}
.lead .leadBox {
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  top: 200px;
  width: 75%;
  right: 0;
  height: 700px;
  background-image: url("../images/lead01_sp.png");
  background-repeat: no-repeat;
  background-size: 125%;
  background-position: top;
  transition: background-size 6s ease;
}
/*---------- コース ----------*/
.course {
  overflow: hidden;
  text-align: left;
  background: #eff0f1;
  padding: 0 0 50px 0;
}
.course .courseTitle {
  margin: 0 auto;
  width: 90%;
  height: 300px;
  background-color: #fff;
  padding: 50px 5% 0 5%;
}
.course .courseWrap {
  width: 90%;
  margin: -150px auto 0 auto;
}
.course .courseBox {
  background: #fff;
  margin: 5% auto;
}
.course .courseText {
  padding: 1em 5% 1em 5%;
}
.course .title {
  background: #fff9b4;
  text-align: center;
  margin: 0;
  font-size: 2.0rem;
  padding: 0.5em 2em;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 4em);
  height: 2.2em;
  font-weight: bold;
}
.course .courseBox:nth-child(2) .title {
  background: #fbe8ef;
}
.course .courseBox:nth-child(3) .title {
  background: #e2edfa;
}
.course .title span {
  font-size: 3rem;
}
/*---------- 応募方法 ----------*/
.step {
  overflow: hidden;
  text-align: left;
  background: #eff0f1;
  /*padding: 0 0 50px 0;20260212*/
  /*background: rgba(255, 255, 255, 0.8);20260204*/
}
/*.step:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg.jpg") center center / cover repeat;
  content: "";
  z-index: -1;
}20260204*/
/*.step .stepTitle {20260212
  margin: 0 auto;
  width: 90%;
  height: 300px;
  background-color: #fff;
  padding: 50px 5% 0 5%;
}*/
.step .stepWrap {
  width: 90%;
  margin: 0 auto; /*20260212*/
}
.step .stepBox {
  background: #fff;
  margin: 5% auto;
}
.step .stepText {
  padding: 5%;
}
.step .stepText p {
  margin: 1em 0 0 0;
}
.step h3 {
  background: #1468b3;
  margin: 0;
  font-size: 2rem;
  padding: 1em;
  position: relative;
  width: calc(100% - 2em);
  font-weight: bold;
  color: #fff;
}
.step h3 p:first-child {
  font-size: 3rem;
  display: flex;
  align-items: center;
}
.step h4 {
  font-size: 1.8rem;
  margin: 1em 0 0 0;
}
.step .stepBox img {
  margin: 0 auto 0 auto;
  width: 90%;
  background: #efefef;
  padding: 5%;
}
.step .stepBox:nth-child(4) h3 p:first-child {
  font-size: 2rem;
  margin: 0;
}
/*---------- 応募要項 ----------*/
.essential {
  padding: 50px 5% 20px 5%;
  background: #fff;
}
/*.essential:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg.jpeg") center center / cover repeat;
  content: "";
  z-index: -1;
}*/
.essential .contents_box h3 {
  font-size: 2rem;
  padding: 8px 0;
  /* background: linear-gradient(transparent 50%, #fdfe7a 50%); */
  width: fit-content;
  margin: 0;
  line-height: 1;
  border-radius: 5px;
  color: #1468b3;
}
.essential .contents_box h4 {
  color: #1468b3;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.indent2 {
  text-indent: -2em;
  padding-left: 2em;
}
.indent01 {
  padding: 0 0 0 1em;
}
.indent02 {
  padding: 0 0 0 2em;
}
/*---------- 応募はこちら ----------*/
.application {
  padding: 50px 5% 20px 5%;
  background: #f0f0f0;
  font-weight: bold;
  text-align: center;
}
.application a:hover {
  opacity: 1;
}
.application .btn {
  margin: 1.5em 0;
  width: 98%;
  text-align: center;
  padding: 0.8em 0;
  background-color: #e2001f;
  display: block;
  cursor: pointer;
  font-size: 2rem;
  margin: 10px auto;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
  color: #fff;
}
.application.disabled a {
  pointer-events: none;
}
.application.disabled .btn {
  background-color: #999;
  box-shadow: none;
}
.application .btn i {
  margin: 0 15px 0 0;
  font-size: 2rem;
}
.application .contents_box > div {
  position: relative;
  font-size: 3.5vw;
}
/*---------- お問い合わせ ----------*/
.inquiry {
  padding: 50px 5% 20px 5%;
  background: #fff;
  text-align: center;
}
.inquiry h2 {
  padding: 0;
}
.inquiry h2::before {
  content: none;
}
/*----------　バナー ----------*/
.banner {
  padding: 50px 5% 20px 5%;
  background: #f0f0f0;
}
.banner .contents_box .bannerBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px 0;
  text-align: left;
  box-shadow: 0 0 8px gray;
}
.banner .contents_box .bannerBox:last-child {
  margin: 0 0 0 0;
}
/*---------- フッター ----------*/
footer {
  padding: 1em 0;
  color: #333;
  text-align: center;
  background: #f0f0f0;
  ;
}
/*---------- cookie同意 ----------*/
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, .7);
  padding: 1.2em;
  box-sizing: border-box;
  z-index: 901;
  visibility: hidden;
  text-align: left;
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent a {
  color: #fff !important;
}
.cookie-agree {
  color: #fff;
  background: #3a81f6;
  padding: .5em 1.5em;
  font-size: 12px;
}
.cookie-agree:hover {
  cursor: pointer;
}
.cc-hide1 {
  display: none;
}
.cookie-text {
  margin-bottom: 1em;
}
/*---------- ページトップ ----------*/
/*スクロールリンクの形状*/
.scroll-top {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s; /*それぞれに0.5秒の変化のアニメーション*/
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 55px;
  }
  100% {
    bottom: 50px;
  }
}
/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
}
/*リンク全体の aタグの形状*/
.scroll-top a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
  font-weight: bold;
}
/*スクロールリンクの形状*/
.js-scroll a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  width: 2px;
  height: 70px;
  background: #fff;
}
.js-scroll a::before {
  content: "";
  position: absolute;
  top: 50px;
  right: -10px;
  width: 2px;
  height: 20px;
  background: #fff;
  transform: skewX(-31deg);
}
/*ページトップリンクの形状*/
.js-pagetop {
  right: 40px;
}
.js-pagetop a {
  color: #000;
}
.js-pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  width: 2px;
  height: 90px;
  background: #000;
}
.js-pagetop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 2px;
  height: 20px;
  background: #000;
  transform: skewX(31deg);
}
.end { /*20260212*/
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 30px 5% 0 5%;
}
/*==================================
768px
==================================*/
@media screen and (min-width : 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #333;
  }
  h1 {
    margin: 7px 0 7px 0;
  }
  .btn {
    width: 35%;
  }
  .lead {
    min-height: 113vw;
  }
  .lead .btn {
    width: 50%;
    margin: 2em 0;
  }
  .course .courseWrap {
    margin: -200px auto 0 auto;
  }
  .application .contents_box > div {
    font-size: 1.5rem;
  }
  .application .btn {
    font-size: 2.6rem;
    letter-spacing: 6px;
    padding: 17px 25px;
    margin: 20px auto;
    width: 400px !important;
    position: relative;
  }
  .banner .contents_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  .banner .contents_box .bannerBox {
    width: 48%;
  }
  .banner .contents_box .bannerBox:last-child {
    margin: 0 0 20px 0;
  }
  footer {
    width: 100%;
  }
}
/*==================================
// 1025px
==================================*/
@media screen and (min-width : 1025px) {
  body {
    font-size: 1.6rem;
  }
  h1 {
    width: auto;
    padding: 20px;
    margin: 0;
    background: #fff;
  }
  h2 {
    font-size: 3.2rem;
    margin: 0 0 30px 0;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none;
  }
  .mv {
    background: url("../images/mv.jpg") no-repeat center / 100%;
    aspect-ratio: 2800 / 1100;
    margin: 0;
  }
  header {
    width: 100%;
    background: #fff;
  }
  #container {
    position: relative;
  }
  #menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .slicknav_menu {
    display: none;
  }
  #link01, #link02, #link03, #link04, #link05 {
    padding-top: 60px;
    margin-top: -60px;
    display: block;
  }
  .sticky {
    z-index: 999;
    width: 1000px;
    margin: 20px auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 14px;
    right: 0;
    left: 0;
    display: block;
  }
  nav {
    display: none;
  }
  nav ul {
    margin: 0 auto;
    overflow: hidden;
    margin: 0 auto;
  }
  nav ul li {
    width: calc((1000px - 200px) / 4);
    display: flex;
    justify-content: center;
    border-right: 1px solid #ddd;
  }
  nav ul li:nth-child(4) {
    border: none;
  }
  nav ul li a {
    display: block;
    color: #000;
    font-weight: bold;
    padding: 5px 0;
    text-decoration: none;
    transition: all .5s;
  }
  nav ul li.apply {
    width: 200px;
    padding: 0;
    border: none;
    background: #1468b3;
    background-size: 800% 400%;
    animation: apply 5s infinite cubic-bezier(.62, .28, .23, .99) both;
    border-radius: 0 14px 14px 0;
  }
  @keyframes apply {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  nav ul li.apply a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  nav ul li.apply a i {
    margin: 0 10px 0 0;
  }
  nav ul li.apply a:hover {
    opacity: 0.7;
  }
  nav ul li.apply.disabled {
    background: #999;
  }
  nav ul li.apply.disabled a {
    pointer-events: none;
  }
  .contents {
    overflow: hidden;
  }
  .contents_box {
    width: 1000px;
    margin: 0 auto;
    padding: 0 !important;
  }
  .lead {
    padding: 0;
    height: auto;
    display: flex;
    justify-content: space-between;
    min-height: auto;
  }
  .lead .leadTitle {
    width: 100%;
    text-align: left;
    padding: 0 5% 0 5%;
    margin: 30px 0 30px 0; /*20260212*/
    position: unset;
  }
  /*.lead .leadTitle::before {
    content: attr(data-en);
    position: absolute;
    top: 22%;
    left: 5%;
    color: rgba(254, 255, 99, 0.5);
    font-size: 14rem;
    font-weight: 400;
    font-family: "Nothing You Could Do", cursive;
    z-index: -1;
    transform: rotate(-10deg);
  }*/
  .lead .leadBox {
    width: 50%;
    height: 50vw;
    background-position: center;
    background-image: url("../images/lead01.png");
    position: unset;
    margin: 90px 0 0 0;
  }
  .course {
    padding: 0 0 80px 0;
  }
  .course .courseTitle {
    width: 40%;
    height: 400px;
    font-size: 1.8rem;
    padding: 50px 5% 0 5%;
    margin: 0 0 0 50%;
  }
  .course .courseWrap {
    display: flex;
    justify-content: space-between;
    margin: -230px auto 0 auto;
  }
  .course .courseBox {
    width: 32%;
    margin: 0;
  }
  .course .courseText {
    min-height: 9em;
  }
  .step {
    padding: 0 0 80px 0;
  }
  /*.step .stepTitle {20260212
    width: 40%;
    height: 350px;
    font-size: 1.8rem;
    margin: 0 50% 0 0;
  }*/
  .step h2 {
    margin: 0 0 30px 0;
  }
  .step .stepWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto; /*20260212*/
  }
  .step .stepBox {
    width: 32%;
    margin: 5% 0 0 0;
  }
  .step .stepBox:nth-child(4) {
    width: 100%;
    margin: 2% 0 0 0;
  }
  .step .stepBox:nth-child(4) .stepText {
    display: flex;
    justify-content: space-between;
    padding: 2%;
  }
  .step .stepBox:nth-child(4) p {
    width: 60%;
    margin: 0 0 0 2%;
  }
  .step .stepText {
    min-height: 8em;
  }
  .step h3 {
    font-size: 1.8rem;
  }
  .application {
    padding: 70px 5% 60px 5%;
  }
  .application .contents_box > div {
    font-size: 2rem;
  }
  .application .btn span {
    font-size: 3.6rem;
    margin: 0 20px 0 0;
  }
  .essential {
    padding: 90px 0 90px 0;
    margin: 0 auto;
  }
  .essential {
    font-size: 1.6rem;
  }
  .inquiry {
    padding: 70px 5% 70px 5%;
    font-size: 2.0rem;
  }
  .inquiry h2 {
    margin: 0 auto 10px auto;
  }
  .banner {
    padding: 60px 0 40px 0;
  }
  .banner .contents_box .bannerBox p {
    width: 60px;
  }
  #toTop {
    width: 60px;
    height: 60px;
  }
  .cookie-consent {
    align-items: flex-start;
    flex-direction: unset;
  }
  .cookie-text {
    margin-bottom: 0;
  }
  .end { /*20260212*/
    font-size: 3.2rem;
    text-align: center;
    padding: 50px 5% 10px 5%
  }
}