@charset "UTF-8";
/*--- color ---*/
/*--- z-index ---*/
/*--- breakpoint ---*/
/* =======================
  mixin
======================= */
/*--- 透過ホバー ---*/
/*--- color変更ホバー ---*/
/*--- background-color変更ホバー ---*/
/*--- color・background-colorホバー ---*/
.u-ffOzwald {
  font-family: "Oswald", sans-serif;
}

.p-apply .c-page-breadcrumb-list li,
.p-apply .c-page-breadcrumb-list li a {
  color: #fff;
}
.p-apply-bg__top {
  position: relative;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.9px) {
  .p-apply-bg__top {
    padding-bottom: 0;
  }
}
.p-apply-bg__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../media/images/apply_bg_hero_pc.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -2;
}
@media screen and (max-width: 767.9px) {
  .p-apply-bg__top::before {
    background-image: url(../media/images/apply_bg_hero_sp.png);
    top: -4rem;
  }
}
.p-apply-hero {
  padding: 12rem 0 0;
}
@media screen and (max-width: 767.9px) {
  .p-apply-hero {
    padding: 6rem 0 0;
  }
}
.p-apply-hero__logo {
  max-width: 90rem;
  margin: 0 auto;
}
.p-apply-hero__logo img {
  width: 100%;
  height: auto;
}
.p-apply-hero__inner {
  width: 90%;
  margin: 0 auto;
}
.p-apply-hero-title {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: center;
  color: #FFFF00;
}
.p-apply-hero-title__lead {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(2rem, 2.2916666667vw, 4.4rem);
  font-size: clamp(3rem, 4.1666666667vw, 5.4rem);
  font-weight: 800;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .p-apply-hero-title__lead {
    line-height: 1.2;
    font-size: 3.2rem;
    gap: 1rem;
  }
}
.p-apply-hero-title__lead::before, .p-apply-hero-title__lead::after {
  content: "";
  width: 12.5rem;
  height: 0.2rem;
  background-color: #FFFF00;
}
@media screen and (max-width: 999.9px) {
  .p-apply-hero-title__lead::before, .p-apply-hero-title__lead::after {
    width: 6rem;
  }
}
@media screen and (max-width: 767.9px) {
  .p-apply-hero-title__lead::before, .p-apply-hero-title__lead::after {
    width: 4rem;
  }
}
.p-apply-hero-title__lead .sm {
  font-size: 4.2rem;
  font-size: clamp(2.4rem, 2.1875vw, 4.2rem);
}
@media screen and (max-width: 767.9px) {
  .p-apply-hero-title__lead .sm {
    font-size: 2.4rem;
  }
}
.p-apply-hero-title__text {
  font-size: 3rem;
  font-size: clamp(1.8rem, 1.5625vw, 3rem);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .p-apply-hero-title__text {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
.p-apply-hero-info {
  margin-top: 1.6rem;
  text-align: center;
  font-weight: 800;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-apply-hero-info__date {
  font-size: clamp(3rem, 3.2291666667vw, 6.2rem);
}
@media screen and (max-width: 767.9px) {
  .p-apply-hero-info__date {
    line-height: 1.4;
    font-size: 3rem;
  }
}
.p-apply-hero-info__date .sm {
  font-size: clamp(1.6rem, 2.1875vw, 4.2rem);
}
@media screen and (max-width: 767.9px) {
  .p-apply-hero-info__date .sm {
    font-size: 1.6rem;
  }
}
.p-apply-hero-info__date .week {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.2rem, 0.9375vw, 1.8rem);
  color: #222222;
  line-height: 1;
  vertical-align: clamp(0.2rem, 0.3125vw, 0.6rem);
  border-radius: 50%;
  width: clamp(2rem, 1.8229166667vw, 3.5rem);
  aspect-ratio: 1/1;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .p-apply-hero-info__date .week {
    font-size: 1.2rem;
  }
}
.p-apply-hero-info__place {
  font-size: clamp(1.6rem, 1.6666666667vw, 3.2rem);
  font-weight: 800;
}
@media screen and (max-width: 767.9px) {
  .p-apply-hero-info__place {
    font-size: 1.6rem;
  }
}
.p-apply .p-topslider {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767.9px) {
  .p-apply .p-topslider {
    margin-top: 4rem;
  }
}
.p-apply-title {
  text-align: center;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 999.9px) {
  .p-apply-title {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 767.9px) {
  .p-apply-title {
    margin-bottom: 3.2rem;
  }
}
.p-apply-title__jp {
  font-size: 5.2rem;
  color: #222222;
  font-weight: 600;
}
@media screen and (max-width: 999.9px) {
  .p-apply-title__jp {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767.9px) {
  .p-apply-title__jp {
    font-size: 3rem;
  }
}
.p-apply-title__en {
  font-size: 2.4rem;
  color: #1D54A2;
}
@media screen and (max-width: 767.9px) {
  .p-apply-title__en {
    font-size: 2rem;
    margin-top: 0.8rem;
  }
}
.p-apply-top-button {
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767.9px) {
  .p-apply-top-button {
    margin-bottom: 6rem;
  }
}
.p-apply-contents {
  position: relative;
  padding-inline: 2rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.9px) {
  .p-apply-contents {
    margin-top: 8rem;
    padding-bottom: 3.2rem;
  }
}
.p-apply-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../media/images/apply_bg_contents_pc.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -2;
}
@media screen and (max-width: 767.9px) {
  .p-apply-contents::before {
    background-image: url(../media/images/apply_bg_contents_sp.jpg);
  }
}
.p-apply-contents__inner {
  max-width: 162rem;
  margin: 0 auto;
}
.p-apply-contents__bg {
  margin: 10rem auto 0;
  background-color: #FFFFFF;
  border-radius: 4rem;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
  padding: 10rem 4rem;
}
@media screen and (max-width: 767.9px) {
  .p-apply-contents__bg {
    border-radius: 2rem;
    margin-top: 6.4rem;
    padding: 4rem 2rem;
  }
}
.p-apply-contents__bg + .p-apply-contents__bg {
  margin-top: 10rem;
}
@media screen and (max-width: 999.9px) {
  .p-apply-contents__bg + .p-apply-contents__bg {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 767.9px) {
  .p-apply-contents__bg + .p-apply-contents__bg {
    margin-top: 4rem;
  }
}
.p-apply-features {
  margin: 0 auto;
}
.p-apply-features__inner {
  display: grid;
  column-gap: 10rem;
  row-gap: clamp(6.4rem, 5.2083333333vw, 10rem);
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .p-apply-features__inner {
    column-gap: 0;
    row-gap: 3.2rem;
  }
}
.p-apply-features__col {
  display: flex;
  gap: clamp(6.4rem, 5.2083333333vw, 10rem);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .p-apply-features__col {
    flex-direction: column;
    gap: 0;
  }
}
.p-apply-features__col::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0.1rem;
  height: 100%;
  background-color: #CCCCCC;
}
@media screen and (max-width: 767.9px) {
  .p-apply-features__col::before {
    display: none;
  }
}
.p-apply-features__col.-top::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5.4rem;
  transform: translateX(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  background-color: #2D9EE4;
}
@media screen and (max-width: 767.9px) {
  .p-apply-features__col.-top::after {
    display: none;
  }
}
.p-apply-features__col.-top .p-apply-features__item::after {
  content: "";
  position: absolute;
  bottom: clamp(-3.2rem, -2.6041666667vw, -5rem);
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #CCCCCC;
}
@media screen and (max-width: 767.9px) {
  .p-apply-features__col.-top .p-apply-features__item::after {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  .p-apply-features__col.-bottom .p-apply-features__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-apply-features__item {
  display: flex;
  gap: clamp(1.6rem, 2.0833333333vw, 4rem);
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .p-apply-features__item {
    gap: 1.6rem;
    padding-bottom: 3.2rem;
    border-bottom: 0.1rem solid #CCCCCC;
  }
}
@media screen and (max-width: 767.9px) {
  .p-apply-features__item + .p-apply-features__item {
    margin-top: 3.2rem;
  }
}
.p-apply-features__number {
  font-size: clamp(6rem, 3.75vw, 7.2rem);
  font-weight: 300;
  color: #2D9EE4;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .p-apply-features__number {
    line-height: 1.2;
    font-size: 2.4rem;
  }
}
.p-apply-features__body {
  flex: 1;
  max-width: 50rem;
}
.p-apply-features__title {
  font-size: clamp(2.4rem, 1.5625vw, 3rem);
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  .p-apply-features__title {
    font-size: 2rem;
  }
}
.p-apply-features__text {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .p-apply-features__text {
    margin-top: 0.8rem;
  }
}
.p-apply-about {
  max-width: 140rem;
  margin-inline: auto;
}
.p-apply-about-contents {
  padding: 2.4rem 2rem;
  border-bottom: 0.1rem solid #CCCCCC;
}
@media screen and (max-width: 767.9px) {
  .p-apply-about-contents {
    padding: 2rem 0;
  }
}
.p-apply-about-contents:first-child {
  border-top: 0.1rem solid #CCCCCC;
}
.p-apply-about-contents dl {
  display: flex;
  gap: 0 2rem;
}
.p-apply-about-contents dl dt {
  width: 7.5em;
  font-weight: 500;
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .p-apply-about-contents dl dt {
    width: 3.5em;
    word-break: break-word;
  }
}
.p-apply-about-contents dl dd {
  width: calc(100% - (7.5em + 0.2rem));
}
@media screen and (max-width: 767.9px) {
  .p-apply-about-contents dl dd {
    width: calc(100% - (3.5em + 0.2rem));
  }
}
.p-apply-about-contents dl dd .explanation {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 767.9px) {
  .p-apply-about-contents dl dd .explanation p, .p-apply-about-contents dl dd .explanation a {
    font-size: 1.6rem;
  }
}
.p-apply-about-contents dl dd .explanation strong {
  font-size: 2.6rem;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .p-apply-about-contents dl dd .explanation strong {
    font-size: 2rem;
  }
}
.p-apply-about-contents dl dd .explanation strong small {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .p-apply-about-contents dl dd .explanation strong small {
    font-size: 1.6rem;
  }
}
.p-apply-about-contents dl dd .explanation ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-apply-about-contents dl dd .explanation ul li {
  font-size: 1.6rem;
}
.p-apply-about-contents dl dd .explanation ul li > ul {
  margin-top: 0.8rem;
}
.p-apply-about-contents dl dd .explanation ul li .anno {
  margin-top: 0.8rem;
  font-size: 1.4rem;
}
.p-apply-about-contents dl dd .explanation-col {
  flex-direction: row;
  gap: 0.8rem 4rem;
}
@media screen and (max-width: 767.9px) {
  .p-apply-about-contents dl dd .explanation-col {
    flex-direction: column;
  }
}
.p-apply-about-contents dl dd .explanation-col > ul {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 767.9px) {
  .p-apply-about-contents dl dd .explanation-col > ul {
    width: 100%;
  }
}
.p-apply-about-contents dl dd .explanation .link {
  color: #1D54A2;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-apply-about-contents dl dd .explanation .link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767.9px) {
  .p-apply-about-contents dl dd .explanation .link:active {
    opacity: 0.6;
  }
}
.p-apply-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem clamp(4rem, 5.2083333333vw, 10rem);
  max-width: 140rem;
  margin-inline: auto;
}
@media screen and (max-width: 999.9px) {
  .p-apply-categories {
    gap: 4rem;
  }
}
@media screen and (max-width: 999.9px) {
  .p-apply-categories {
    grid-template-columns: 1fr;
  }
}
.p-apply-categories__item {
  display: flex;
  align-items: start;
  gap: 2rem;
}
.p-apply-categories__number {
  color: #2D9EE4;
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 0.4rem;
  border-bottom: 0.2rem solid #2D9EE4;
}
.p-apply-categories__heading {
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  .p-apply-categories__heading {
    font-size: 2rem;
  }
}
.p-apply-categories__text {
  margin-top: 1.2rem;
  line-height: 1.6;
}
.p-apply-schedule {
  max-width: 140rem;
  margin-inline: auto;
}
.p-apply-schedule__lead {
  text-align: center;
}
@media screen and (max-width: 999.9px) {
  .p-apply-schedule__lead {
    text-align: left;
    font-size: 1.4rem;
  }
}
.p-apply-schedule ul {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.4rem;
}
.p-apply-schedule ul li {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.8rem clamp(2rem, 2vw, 4rem);
  background-color: #F3F6FA;
  padding: 0.8rem 1.2rem 0.8rem 0.8rem;
  border-radius: 10rem;
}
@media screen and (max-width: 999.9px) {
  .p-apply-schedule ul li {
    padding: 0;
    border-radius: 1rem;
    flex-direction: column;
    justify-content: center;
  }
}
.p-apply-schedule ul li .date {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 400;
  background-color: #1D54A2;
  padding: 0.8rem 2.4rem;
  border-radius: 10rem;
  width: 20em;
  flex-shrink: 0;
}
@media screen and (max-width: 1199.9px) {
  .p-apply-schedule ul li .date {
    width: 19em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 999.9px) {
  .p-apply-schedule ul li .date {
    font-size: 1.6rem;
    text-align: center;
    padding: 0.8rem 1.2rem;
    border-radius: 1rem 1rem 0 0;
    width: 100%;
  }
}
.p-apply-schedule ul li .text {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1199.9px) {
  .p-apply-schedule ul li .text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 999.9px) {
  .p-apply-schedule ul li .text {
    text-align: center;
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
}
.p-apply-schedule ul li::after {
  content: "";
  display: inline-block;
  background: url(../media/images/icon_triangle.svg) no-repeat center/cover;
  width: 5rem;
  height: auto;
  aspect-ratio: 5/2;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -3.2rem;
  margin: auto;
}
.p-apply-schedule ul li:last-child {
  background-color: #FAEDED;
}
.p-apply-schedule ul li:last-child .date {
  background-color: #CF0000;
}
.p-apply-schedule ul li:last-child::after {
  content: none;
}
.p-apply-fixed {
  position: fixed;
  bottom: -12rem;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 41.6666666667vw;
  z-index: 100;
  transition: bottom 0.4s ease-out, opacity 0.4s ease-out;
}
@media screen and (max-width: 999.9px) {
  .p-apply-fixed {
    width: 52.0833333333vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-apply-fixed {
    width: calc(100% + 0.3rem);
  }
}
.p-apply-fixed .c-comment-text {
  flex-direction: row;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  padding: 1.2rem clamp(1.2rem, 3vw, 4rem);
}
@media screen and (max-width: 767.9px) {
  .p-apply-fixed .c-comment-text {
    flex-wrap: wrap;
    font-size: 1.2rem;
  }
}
.p-apply-fixed__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.25);
  position: relative;
  background: #fff;
  height: 9rem;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .p-apply-fixed__button {
    height: 6rem;
  }
}
.p-apply-fixed__button:hover .p-apply-fixed__label {
  color: #F24D01;
}
.p-apply-fixed__button:hover .p-apply-fixed__free {
  color: #F24D01;
  border: 1px solid #F24D01;
}
.p-apply-fixed__button:hover::before {
  opacity: 0;
}
.p-apply-fixed__button:hover::after {
  border-color: #F24D01;
}
.p-apply-fixed__button:hover .c-arrow {
  background-color: #F24D01;
}
.p-apply-fixed__button:hover .c-arrow::after {
  filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7492%) hue-rotate(135deg) brightness(111%) contrast(99%);
}
.p-apply-fixed__button::before, .p-apply-fixed__button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  border-radius: 1rem 1rem 0 0;
  border-width: 0.1rem;
  border-style: solid;
}
@media screen and (max-width: 767.9px) {
  .p-apply-fixed__button::before, .p-apply-fixed__button::after {
    border-radius: 0;
  }
}
.p-apply-fixed__button::before {
  background: linear-gradient(45deg, #F39E16, #F24D00);
  transition: opacity 0.3s;
}
.p-apply-fixed__button::after {
  border-color: #FFFFFF;
}
@media screen and (max-width: 767.9px) {
  .p-apply-fixed__button::after {
    border: none;
    border-top: 2px solid #FFFFFF;
  }
}
.p-apply-fixed__free {
  font-size: 1.4rem;
  padding: 4px 16px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  transition: color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767.9px) {
  .p-apply-fixed__free {
    font-size: 1.3rem;
    padding: 3px 14px;
  }
}
.p-apply-fixed__label {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1;
  z-index: 999;
  transition: color 0.3s;
  max-width: 100%;
}
@media screen and (max-width: 767.9px) {
  .p-apply-fixed__label {
    font-size: 1.4rem;
  }
}
.p-apply-fixed .c-arrow {
  position: absolute;
  right: 20px;
  background-color: #FFFFFF;
  transition: background-color 0.3s;
}
.p-apply-fixed .c-arrow::after {
  filter: brightness(0) saturate(100%) invert(38%) sepia(74%) saturate(3969%) hue-rotate(2deg) brightness(97%) contrast(100%);
}
@media screen and (max-width: 767.9px) {
  .p-apply-fixed .c-arrow {
    width: 2rem;
  }
}

@media screen and (max-width: 767.9px) {
  main:has(.p-apply-fixed) + .footer {
    padding-bottom: 8.4rem;
  }
  main:has(.p-apply-fixed) + .footer .footer-englishbtn a {
    bottom: 16rem;
  }
  main:has(.p-apply-fixed) + .footer .footer-topbtn,
  main:has(.p-apply-fixed) + .footer .footer-topbtn.is-bottom {
    bottom: 10rem;
  }
}
