@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");
* {
  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: center;
  line-height: 1.6;
}
body:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg00.png") center center / cover repeat;
  content: "";
  z-index: -1;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.bg {
  background-color: #fafaf7;
}
h1 {
  width: 30%;
  margin: 0;
  position: absolute;
  z-index: 1;
  padding: 16px 10px;
  border-radius: 0 0 10px 0;
  display: flex;
  align-items: center;
  top: 0;
}
h2 {
  font-size: 2.8rem;
  margin: 0 auto 20px auto;
  line-height: 1.4;
}
h2 span {
  font-size: 1.6rem;
  display: block;
}
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 {
  width: 100%;
  text-align: center;
  padding: 0.8em 0;
  background-color: #f9ec00;
  color: #000;
  display: block;
  cursor: pointer;
  font-size: 1.8rem;
  margin: 0 auto 0 auto;
  border-radius: 50px;
}
/*---------- 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.png") no-repeat center / 100%;
  aspect-ratio: 750 / 1540;
  margin: 48px 0 0 0;
}
.mv_end {
  position: relative;
  width: 100%;
  background: url("../images/mv_sp_end.png") no-repeat center / 100%;
  aspect-ratio: 750 / 1540;
  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: 0 5% 0 5%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}
.lead .leadBox {
  margin: 50px auto;
  background: #00017e;
  padding: 10% 5%;
  z-index: 1;
  width: 90%;
  color: #fff;
  position: relative;
}
.lead .leadBox::before {
  content: attr(data-en);
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  color: rgba(225, 225, 225, 0.2);
  font-size: 7rem;
}
/*---------- 対象商品 ----------*/
.product {
  overflow: hidden;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 0 40px 0;
}
.product .productTitle {
  width: 80%;
  height: 300px;
  background-color: #00017e;
  color: #fff;
  text-align: left;
  padding: 50px 5% 0 5%;
  position: relative;
}
.product .productTitle::before {
  content: attr(data-en);
  position: absolute;
  top: -35px;
  left: 0;
  color: rgba(225, 225, 225, 0.2);
  font-size: 7rem;
}
.product .productWrap {
  width: 90%;
  margin: -160px auto 0 auto;
}
.product .productBox {
  background: #fff;
  margin: 5% auto;
}
.product .productText {
  padding: 1em 5% 1em 5%;
}
/*---------- コース ----------*/
.course {
  overflow: hidden;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 0 40px 0;
}
.course .courseTitle {
  width: 80%;
  height: 300px;
  background-color: #00017e;
  color: #fff;
  text-align: right;
  padding: 50px 5% 0 5%;
  margin: 0 0 0 10%;
  position: relative;
}
.course .courseTitle::before {
  content: attr(data-en);
  position: absolute;
  top: -35px;
  right: 0;
  color: rgba(225, 225, 225, 0.2);
  font-size: 7rem;
}
.course .courseWrap {
  width: 90%;
  margin: -160px auto 0 auto;
}
.course .courseBox {
  background: #fff;
  margin: 5% auto;
}
.course .courseText {
  padding: 1em 5% 1em 5%;
}
.course .title {
  background: #f9ec00;
  text-align: center;
  margin: 0;
  font-size: 2.0rem;
  padding: 0.5em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 1em);
  height: 2.2em;
  color: #000;
  font-weight: bold;
}
.course .title span {
  font-size: 5vw;
}
/*---------- 応募方法 ----------*/
.step {
  overflow: hidden;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
}
.step .stepTitle {
  width: 80%;
  height: 300px;
  background-color: #00017e;
  color: #fff;
  text-align: left;
  padding: 50px 5% 0 5%;
  position: relative;
}
.step .stepTitle::before {
  content: attr(data-en);
  position: absolute;
  top: -35px;
  left: 0;
  color: rgba(225, 225, 225, 0.2);
  font-size: 7rem;
}
.step .stepWrap {
  width: 90%;
  margin: -100px auto 0 auto;
}
.step .stepBox {
  background: #fff;
  margin: 5% auto;
}
.step .stepText {
  padding: 5%;
}
.step .stepText p {
  margin: 1em 0 0 0;
}
.step h3 {
  background: #f9ec00;
  margin: 0;
  font-size: 2rem;
  padding: 1em;
  position: relative;
  width: calc(100% - 2em);
  color: #000;
  font-weight: bold;
}
.step h3 p:first-child {
  font-size: 3rem;
  display: flex;
  align-items: center;
}
.step h3 .number {
  background: #000;
  color: #fff;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0px 0 0 3px;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  line-height: 35px;
  margin: 0 0 0 5px;
  font-size: 2.5rem;
}
.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: rgba(255, 255, 255, 0.9);
}
.essential .contents_box {
  text-align: left;
}
.essential .contents_box h3 {
  font-size: 1.6rem;
  padding: 8px 10px;
  background: #03049a;
  width: fit-content;
  margin: 1em 0 0.5em 0;
  line-height: 1;
  color: #fff;
}
/*.essential .contents_box p {
  text-indent: -1em;
  padding-left: 1em;
}*/
/*---------- トグル ----------*/
.toggle {
  position: relative;
  padding: 8px 10px 8px 2.5em !important;
}
.toggle_target {
  display: none;
  overflow: hidden;
}
.toggle_icon {
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 50px;
  top: 4px;
  left: 5px;
}
.toggle_icon::before, .toggle_icon::after {
  content: '';
  display: block;
  width: 1em;
  height: 2px;
  background: #03049a;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
}
.toggle_icon::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
/*---------- 応募はこちら ----------*/
.application {
  padding: 50px 5% 20px 5%;
  font-weight: bold;
  background: #00017e;
}
.application .btn {
  padding: 2rem 4rem;
  width: calc(100% - 8rem);
  margin: 1em auto 0 auto;
  font-size: 2rem;
  background: linear-gradient(120deg, #b39855 0%, #f3e4b5 70%, #b39855 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
  color: #fff;
  text-shadow: 1px 1px 2px #7e682f;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.application .btn i {
  margin: 0 15px 0 0;
  font-size: 1.8rem;
}
.application .contents_box > div {
  position: relative;
  font-size: 3.5vw;
  color: #fff;
}
/*---------- 応募はこちら(応募前) ----------*/
.application.disabled a {
  pointer-events: none;
}
.application.disabled .btn {
  background: #999;
  box-shadow: none;
}
/*---------- お問い合わせ ----------*/
.inquiry {
  padding: 50px 5% 20px 5%;
  background: #f0fbfe;
}
.inquiry img {
  margin: 10px 0 0 0;
}
/*----------　バナー ----------*/
.banner {
  padding: 50px 5% 20px 5%;
  background: #fff;
}
.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: #fff;
  text-align: center;
  background: #00017e;
}
/*---------- 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;
}
/*---------- ページトップ ----------*/
#toTop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 10px;
  background-color: #03049a;
  width: 45px;
  height: 45px;
  z-index: 10;
  border-radius: 50px;
}
#toTop::before {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: '';
  transform: rotate(-45deg);
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
/*==================================
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: #000;
  }
  h1 {
    margin: 7px 0 7px 0;
  }
  h2 {
    width: max-content;
  }
  .btn {
    width: 50%;
  }
  .course .title span {
    font-size: 2.4rem;
  }
  .course .title {
    font-size: 1.5rem;
    padding: 1em;
    width: calc(100% - 2em);
  }
  .application .btn {
    width: 50%;
  }
  .application .contents_box > div {
    font-size: 1.5rem;
  }
  .banner .contents_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner .contents_box .bannerBox {
    width: 48%;
    margin: 0;
  }
  footer {
    width: 100%;
  }
}
/*==================================
// 1025px
==================================*/
@media screen and (min-width : 1025px) {
  body {
    font-size: 1.6rem;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none;
  }
  h1 {
    width: auto;
    padding: 12px;
    margin: 0;
    background: #fff;
  }
  h2 {
    font-size: 3.2rem;
    margin: 0 auto 30px auto;
  }
  .mv {
    background: url("../images/mv.png") no-repeat center / 100%;
    aspect-ratio: 2800 / 1260;
    margin: 0;
  }
  .mv_end {
    background: url("../images/mv_end.png") no-repeat center / 100%;
    aspect-ratio: 2800 / 1260;
    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 {
    padding-top: 60px;
    margin-top: -60px;
    display: block;
  }
  .sticky {
    z-index: 999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background: #fff;
    right: 0;
    left: 0;
    display: block;
    background: #fff;
  }
  .sticky li a {
    color: #000;
  }
  nav {
    background: #00017e;
  }
  nav ul {
    margin: 0 auto;
    overflow: hidden;
    margin: 0 auto;
  }
  nav ul li {
    width: calc(100% / 5);
    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: #fff;
    font-weight: bold;
    padding: 5px 0;
    text-decoration: none;
    transition: all .5s;
  }
  nav ul li.apply {
    padding: 0;
    border: none;
    background: linear-gradient(120deg, #b39855 0%, #f3e4b5 70%, #b39855 100%);
    background-size: 800% 400%;
    animation: apply 5s infinite cubic-bezier(.62, .28, .23, .99) both;
    color: #fff;
    text-shadow: 1px 1px 2px #7e682f;
  }
  @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: 80px 0 80px 0;
    margin: 0 auto;
  }
  .lead .leadBox {
    width: 50%;
    padding: 50px;
    font-size: 1.8rem;
    margin: 0 auto;
  }
  .lead .leadBox::before {
    font-size: 11rem;
  }
  .product {
    padding: 0 0 80px 0;
  }
  .product .productTitle {
    width: 60%;
    height: 350px;
    font-size: 1.8rem;
  }
  .product .productTitle::before {
    font-size: 11rem;
  }
  .product h2 {
    margin: 0 0 30px 0;
  }
  .product .productWrap {
    display: flex;
    justify-content: space-between;
    margin: -250px auto 0 auto;
  }
  .product .productBox {
    width: 32%;
    margin: 5% 0 0 0;
  }
  .course {
    padding: 0 0 80px 0;
  }
  .course .courseTitle {
    width: 60%;
    height: 350px;
    font-size: 1.8rem;
    margin: 0 0 0 30%;
  }
  .course .courseTitle::before {
    font-size: 11rem;
  }
  .course h2 {
    margin: 0 0 30px 0;
    text-align: right;
    display: inline-block;
  }
  .course .courseWrap {
    display: flex;
    justify-content: flex-end;
    margin: -250px auto 0 auto;
  }
  .course .courseBox {
    width: 40%;
    margin: 5% 0 0 3%;
  }
  .course .courseText {
    min-height: 8em;
  }
  .step .stepTitle {
    width: 60%;
    height: 350px;
    font-size: 1.8rem;
  }
  .step .stepTitle::before {
    font-size: 11rem;
  }
  .step h2 {
    margin: 0 0 30px 0;
  }
  .step .stepWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -250px auto 0 auto;
  }
  .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 {
    font-size: 2.6rem;
    letter-spacing: 6px;
    padding: 17px 25px;
    margin: 20px auto;
    width: 400px !important;
    position: relative;
  }
  .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: 2rem;
  }
  .inquiry h2 {
    margin: 0 auto 10px auto;
  }
  .banner {
    padding: 60px 0 60px 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;
  }
}