@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  min-height: 100dvh;
  color: #333333;
  -webkit-font-smoothing: antialiased;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.obj-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  display: block;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

a[href*="tel:"] {
  pointer-events: none;
}

.u-pc {
  display: block;
}
@media screen and (min-width: 750px) {
  .u-pc {
    display: none !important;
  }
}

.u-pc-inlineblock {
  display: inline-block;
}
@media screen and (min-width: 750px) {
  .u-pc-inlineblock {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (min-width: 750px) {
  .u-sp {
    display: block;
  }
}

.u-sp-inlineblock {
  display: none;
}
@media screen and (min-width: 750px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}

.u-sp-inline {
  display: none;
}
@media screen and (min-width: 750px) {
  .u-sp-inline {
    display: inline;
  }
}

.u-align--center {
  text-align: center;
}

/*************************************************
top
*************************************************/
.fixed-container {
  display: none;
}
@media (min-width: 390px) {
  .fixed-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    pointer-events: none;
  }
}

.fixed-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/pc_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 940px) {
  .fixed-logo,
  .fixed-nav,
  .fixed-buttons {
    position: absolute;
    pointer-events: auto;
  }
}

@media (min-width: 940px) {
  .fixed-logo {
    top: 26px;
    left: 50px;
    width: 203px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .fixed-logo {
    display: none;
  }
}

@media (min-width: 1100px) {
  .fixed-nav {
    bottom: 10%;
    left: 5%;
  }
}
@media (max-width: 1099px) {
  .fixed-nav {
    bottom: 10%;
    left: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .fixed-nav {
    display: none;
  }
}
.fixed-nav ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fixed-nav ul li {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #3B00BA;
}
@media (hover: hover) and (pointer: fine) {
  .fixed-nav ul li:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}
.fixed-nav ul a {
  display: flex;
  align-items: center;
  padding: 12px 40px 12px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease;
}
.fixed-nav ul a img {
  margin-right: 10px;
  width: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .fixed-nav ul a:hover {
    transform: translateX(4px);
  }
}

@media (min-width: 1100px) {
  .fixed-buttons {
    bottom: 10%;
    right: 5%;
  }
}
@media (max-width: 1099px) {
  .fixed-buttons {
    bottom: 10%;
    right: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .fixed-buttons {
    display: none;
  }
}
.fixed-buttons .btn {
  width: 250px;
}
.fixed-buttons .btn a {
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
}
main {
  position: relative;
  z-index: 2;
  max-width: 490px;
  margin: 0 auto;
  background: #fff;
  /* shadow */
  box-shadow: 0 0 10px 0 rgba(31, 2, 2, 0.1);
}

header .logo {
  max-width: 490px;
  z-index: 10;
  margin: 0 auto;
  position: relative;
  height: 53px;
  max-width: 150px;
}

section {
  position: relative;
}
section h2 img {
  width: 100%;
}
section .contents {
  width: 100%;
}
section .contents img {
  width: 100%;
}

.logo {
  position: absolute;
  z-index: 10;
  left: 12px;
  top: 20px;
}

.fv {
  aspect-ratio: 390/766;
}
.fv .btn {
  width: 90%;
  position: absolute;
  bottom: 40px;
  top: auto;
  transform: translateX(-50%);
  left: 50%;
}

.section_01 h2 {
  margin: 0;
}

.section_03 {
  position: relative;
  background: url(../images/section_03_bg.webp) 0/cover no-repeat;
  padding: 80px 0 40px;
  aspect-ratio: 390/1068;
}
.section_03 .movie {
  position: absolute;
  z-index: 0;
  top: 0;
}
.section_03 .movie video {
  width: 100%;
}
.section_03 h2 {
  z-index: 10;
  position: absolute;
  height: 947px;
}

.video-section {
  position: relative;
  width: 100%;
  aspect-ratio: 390/1068;
  overflow: hidden;
}
.video-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/section_03_bg.webp");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.video-section .video-layer {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  z-index: 2;
}
.video-section .content {
  position: relative;
  z-index: 3;
  padding: 80px 0 40px;
}

video {
  width: 100%;
}

/* cta */
.cta {
  position: relative;
  width: 100%;
  aspect-ratio: 390/275;
  overflow: hidden;
}
.cta video {
  width: 103%;
}
.cta h2 {
  position: absolute;
  width: 55%;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.cta .btn {
  width: 90%;
  position: absolute;
  bottom: 50px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}

/* 募集要項 */
.description {
  background: url(../images/section_07.webp) 0/cover no-repeat;
  padding: 0 0 80px;
  background-position: bottom;
}
.description h2 {
  width: 100%;
  margin: 0 0 0 aut0;
}
.description .desctiption_contents {
  width: 87%;
  margin: 0 auto;
}
.description .desctiption_contents dl dt {
  background: #3B00BA;
  color: #fff;
  font-size: 15px;
  padding: 5px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .description .desctiption_contents dl dt {
    padding: 9px 20px;
    font-size: 16px;
  }
}
.description .desctiption_contents dl dd {
  padding: 22px 18px;
  background: #140224;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .description .desctiption_contents dl dd {
    font-size: 16px;
  }
}
.description .desctiption_contents dl dd ul li {
  list-style: inside disc;
  font-size: 12px;
  line-height: 1.7;
  text-indent: -2rem;
  padding-left: 3rem;
}
@media (min-width: 768px) {
  .description .desctiption_contents dl dd ul li {
    font-size: 16px;
  }
}
.description .desctiption_contents dl dd p {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .description .desctiption_contents dl dd p {
    margin-bottom: 13px;
  }
}
.description .desctiption_contents dl .last {
  padding-bottom: 40px;
}

/* section_09 */
.section_09 {
  background: url(../images/section_09_bg.webp) 0/cover no-repeat;
  padding: 40px 0 72px;
}
.section_09 h2 {
  width: 224px;
  margin: 0 auto;
}
.section_09 .qa_btn {
  width: 65%;
  margin: 32px auto 0;
}

.qanda {
  width: 88%;
  margin: 40px auto 0;
}
.qanda dl dt {
  background: #09006C;
  padding: 14px 14px 12px;
  display: flex;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  gap: 15px;
}
@media (min-width: 768px) {
  .qanda dl dt {
    font-size: 16px;
  }
}
.qanda dl span img {
  height: 20px;
  width: 15px;
  object-fit: contain;
}
.qanda dl dd {
  background-color: #F1F0FC;
  padding: 14px 14px 12px;
  font-weight: 500;
  gap: 15px;
  font-size: 14px;
  display: flex;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .qanda dl dd {
    font-size: 16px;
  }
}
.qanda h3 {
  margin: 40px 0 30px;
}

.section_10 {
  padding: 44px 0 70px;
  background: #0C0122;
}
.section_10 h1 {
  width: 39%;
  margin: 0 auto 40px;
  transform: translateX(-10px);
}
.section_10 dl {
  display: flex;
  width: 88%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 600;
  align-items: stretch;
  border-bottom: 1px solid #39173D;
}
.section_10 dl.tp {
  border-top: 1px solid #39173D;
}
@media (min-width: 768px) {
  .section_10 dl {
    font-size: 16px;
  }
}
.section_10 dl dt {
  background: #20004B;
  color: #fff;
  padding: 10px;
  text-align: center;
  flex-basis: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section_10 dl dt {
    padding: 13px 14px;
  }
}
.section_10 dl dd {
  padding: 10px 14px;
  color: #fff;
  flex-basis: 70%;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .section_10 dl dd {
    padding: 13px 14px;
  }
}
.section_10 .map {
  width: 88%;
  margin: 18px auto 0;
}
.section_10 .map iframe {
  width: 100%;
  height: 500px;
  filter: invert(100%) hue-rotate(-180deg);
}

footer {
  position: relative;
  z-index: 2;
}

.footer__inner {
  max-width: 490px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .footer__inner {
    padding-bottom: 60px;
  }
}
.footer__inner .footer__text {
  text-align: center;
  background-color: #08011A;
  padding: 16px 0;
  font-size: 12px;
  font-weight: 500;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .footer__inner .footer__text {
    font-size: 14px;
  }
}

.sp-line__btn--fixed {
  display: none;
}
@media screen and (min-width: 750px) {
  .sp-line__btn--fixed {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
.sp-line__btn--fixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #06c755;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.sp-line__btn--fixed a img {
  margin-right: 8px;
  width: 40px;
  height: 40px;
}
.sp-line__btn--fixed a .arrow-white {
  width: 20px;
  height: 20px;
  margin-right: 0;
  margin-left: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .sp-line__btn--fixed a:hover {
    background-color: #a2dcba;
  }
}

.p--thanks {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

.p--thanks__inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.p--thanks__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p--thanks__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.p--thanks__text {
  margin-bottom: 40px;
}
.p--thanks__text p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.p--thanks__text p:last-child {
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .p--thanks__text p {
    font-size: 16px;
  }
}

.p--thanks__btn {
  margin-top: 40px;
}

.p--thanks__btn-back {
  display: inline-block;
  padding: 16px 120px;
  background-color: #003466;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  position: relative;
}
.p--thanks__btn-back::after {
  content: "";
  position: absolute;
  background: url("../images/arrow-white.svg") no-repeat;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .p--thanks__btn-back:hover {
    background-color: #555;
  }
}
@media (min-width: 768px) {
  .p--thanks__btn-back {
    padding: 18px 60px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .br_sp {
    display: none;
  }
}

.pages.section_09 {
  padding-top: 70px;
}
.pages.section_09 .logo {
  width: 100px;
}