@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Noto+Sans+JP:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

em {
  font-style: normal;
}

/* アクセシビリティ用スタイル */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 1000;
  border-radius: 4px;
  font-size: 14px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 6px;
}

/* スクリーンリーダー用のテキスト */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

:root {
  --white: #ffffff;
  --black: #000;
  --text: #000f53;
  --navy: #172345;
  --deep-blue: #1d2087;
  --leading-trim: calc((1em - 1lh) / 2);
  --notosans: "Noto Sans JP", sans-serif;
  --mincho: "Hiragino Mincho ProN", "Yu Mincho", "游明朝体", "YuMincho",
    "MS Mincho", "Meiryo", serif;
  --gothic: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic",
    "游ゴシック体", "YuGothic", "Helvetica Neue", "Arial", "Meiryo", sans-serif;
}

.bold {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.lh130 {
  line-height: 130%;
}

.lh170 {
  line-height: 170%;
}

html {
  font-size: min(0.7320644217vw, 10px);
  margin-top: 0 !important;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: min(1.3333333333vw, 10px);
  }
}

body {
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  width: 100%;
  height: auto;
  background-image: -webkit-linear-gradient(left, #ccc 1px, transparent 1px), -webkit-linear-gradient(top, #ccc 1px, transparent 1px);
  background-image: linear-gradient(to right, #ccc 1px, transparent 1px), linear-gradient(to bottom, #ccc 1px, transparent 1px);
  background-size: 25px 25px;
  background-position: 0 0;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body::before {
    content: none;
  }
}

a {
  color: var(--black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p,
h2,
h3,
h4,
span {
  font-weight: 500;
  color: var(--text);
}

svg {
  width: 100%;
  height: 100%;
}

.header {
  overflow: hidden;
}

.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.8rem;
  background: url(../images/pc/top-header-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .header-top {
    background: transparent;
    display: contents;
  }
}
.header-top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-top ul li a {
  padding-block: 1.5rem;
  font-size: max(2.2rem, 14px);
  color: var(--white);
}
.header-top ul li a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header-top ul {
    display: none;
  }
}

.hamburger {
  width: 12.9rem;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 3.5rem;
}

.hamburger--close {
  -webkit-transform: translateX(130%);
          transform: translateX(130%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* .hamburger--close.is-active {
  transform: translateX(0);
  transition: 0.4s;
} */
#globalMenu {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: url(../images/pc/fixed-header-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  #globalMenu {
    background: url(../images/sp/fixed-header-bg.webp) no-repeat center center/cover;
  }
}
#globalMenu .globalMenu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  max-width: calc(1000px + 4rem);
  padding-inline: 2rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #globalMenu .globalMenu__inner {
    max-width: 100%;
    padding-inline: 1rem;
    padding-block: 0.7rem;
    gap: 0rem;
  }
}
#globalMenu .globalMenu__logo {
  width: 30.2rem;
  height: 6.75rem;
}
@media screen and (max-width: 768px) {
  #globalMenu .globalMenu__logo {
    width: 53.6rem;
    height: 10.1rem;
  }
}
#globalMenu .globalMenu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
#globalMenu .globalMenu__list li a {
  font-size: max(1.8rem, 14px);
  color: var(--white);
}
#globalMenu .globalMenu__list li a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #globalMenu .globalMenu__list {
    display: none;
  }
}

/* ここ以下Oｋ */
#globalMenu.fixed {
  height: 6.75rem;
}
@media screen and (max-width: 768px) {
  #globalMenu.fixed {
    height: 11.8rem;
  }
}

.header-bottom {
  width: 100%;
  background: url(../images/pc/header-bg.webp) no-repeat center center/cover;
  background-size: 104%;
}
@media screen and (max-width: 768px) {
  .header-bottom {
    background: url(../images/sp/header-bg.webp) no-repeat center center/cover;
    background-size: 102%;
    width: 100%;
    padding-block: 3rem 6rem;
  }
}
.header-bottom .header-bottom__wrapper {
  max-width: 100rem;
  margin-inline: auto;
}
.header-bottom .header-bottom__wrapper img {
  width: 98.4rem;
}
@media screen and (max-width: 768px) {
  .header-bottom .header-bottom__wrapper img {
    width: 64.9rem;
    margin-inline: auto;
  }
}

#spMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  #spMenu {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    min-height: 100vh;
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    background: #080059;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #spMenu .hamburger--close {
    z-index: 200;
  }
  #spMenu .spMenu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5rem;
    width: 100%;
  }
  #spMenu .spMenu__list ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #spMenu .spMenu__list li {
    border-bottom: 1px solid var(--white);
  }
  #spMenu .spMenu__list li:last-child {
    border-bottom: none;
  }
  #spMenu .spMenu__list li a {
    padding-block: 4rem;
    width: 100%;
  }
  #spMenu .spMenu__list li a span {
    width: 31rem;
    color: var(--white);
    font-size: 3.6rem;
    font-weight: 700;
    margin-inline: auto;
    display: block;
  }
  #spMenu .spMenu__list li a span::before {
    content: "";
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    background: var(--white);
    margin-right: 3.2rem;
    display: inline-block;
    vertical-align: middle;
  }
  #spMenu .spMenu__list img {
    width: 50rem;
    margin-inline: auto;
  }
  #spMenu .bt_lang {
    width: 41.8rem;
      margin: 6rem 6rem;
    margin-inline: auto;
  }    
}

#spMenu.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#spMenu.is-active .hamburger--close {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body:has(#spMenu.is-active) {
  overflow: hidden;
}

.footer {
  padding-block: 3rem 6.4rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 4rem 4.6rem;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__text {
  font-size: max(2.0rem, 13px);
  line-height: 2;
  margin-block: var(--leading-trim);
  text-align: center;
  color: var(--black);
    font-weight: 600;
    margin-bottom: 50px;
    letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .footer__text {
    font-size: max(2.5rem, 12px);
  }
}
.footer__icon {
  padding-top: 2rem;
  width: 42.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer__icon {
    width: 50rem;
  }
}
.footer__copyright {
  font-size: 1.6rem;
  line-height: 3.3125;
  margin-block: var(--leading-trim);
  text-align: center;
  padding-top: 3.5rem;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1.8rem;
    line-height: 3.4444444444;
    padding-top: 3.5rem;
  }
}

.registration {
  width: 13.8rem;
  min-width: 125px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px solid var(--navy);
  padding-top: 28px;
  position: relative;
  display: block;
  cursor: pointer;
}
.registration--recruit {
  background: var(--white);
  -webkit-transform: translate(-4rem, 2.5rem);
          transform: translate(-4rem, 2.5rem);
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .registration--recruit {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.registration--recruit .registration__text {
  color: var(--navy);
}
.registration--recruit:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--navy);
}
.registration--recruit:hover .registration__text {
  color: var(--white);
}
.registration--recruit:hover .link-icon--navy {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--white);
}
.registration--apply {
  background: var(--navy);
}
.registration--apply .registration__text {
  color: var(--white);
}
.registration--apply:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--white);
}
.registration--apply:hover .registration__text {
  color: var(--navy);
}
.registration--apply:hover .link-icon--white {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--navy);
}
@media screen and (max-width: 768px) {
  .registration {
    width: 19.8rem;
    min-width: auto;
    padding-top: 4.5rem;
  }
}
.registration__text {
  font-size: max(2.4rem, 22px);
  margin-block: var(--leading-trim);
  line-height: 1.4166666667;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .registration__text {
    font-size: 3.4rem;
    line-height: 1.4117647059;
  }
}

.link-icon {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1/1;
  width: max(2.1rem, 18px);
  background: #000;
  -webkit-mask: url("../images/link-icon.webp") no-repeat center/contain;
          mask: url("../images/link-icon.webp") no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .link-icon {
    width: 3rem;
    bottom: 2.5rem;
  }
}

.link-icon--white {
  background: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link-icon--navy {
  background: var(--navy);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  max-width: calc(1000px + 8rem);
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
    padding-inline: 5rem;
  }
}

.fdc--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem;
}
@media screen and (min-width: 769px) {
  .fdc--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.dib {
  display: inline-block;
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mt3 {
  margin-top: 0.3rem;
}

.mt7 {
  margin-top: 0.7rem;
}

.mt32 {
  margin-top: 3.2rem;
}

.mobile {
  display: block;
}
@media screen and (min-width: 769px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media screen and (min-width: 769px) {
  .desktop {
    display: block;
  }
}

.bread_crumb {
  padding-block: 1.3rem;
  background-color: #f7f7f7;
}
.bread_crumb ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.bread_crumb ol > li {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.bread_crumb ol > li > a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .bread_crumb {
    padding-block: 0.4rem;
  }
  .bread_crumb ol {
    gap: 0.8rem;
  }
  .bread_crumb ol > li {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}

.about {
  padding-block: 1.5rem 5.5rem;
}
@media screen and (max-width: 768px) {
  .about {
    padding-block: 1rem 6rem;
  }
}
.about__body {
  margin-top: -32rem;
}
@media screen and (max-width: 768px) {
  .about__body {
    margin-top: -22.5rem;
  }
}
.about__title {
  text-align: center;
  font-weight: 900;
  font-size: 5rem;
  line-height: 1.3;
  margin-block: var(--leading-trim);
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 4.4rem;
    line-height: 1.4772727273;
  }
}
.about__text {
  max-width: 750px;
  margin-inline: auto;
  padding-top: 4rem;
  margin-block: var(--leading-trim);
  font-size: max(2rem, 16px);
  line-height: 2.15;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .about__text {
    padding-top: 4.4rem;
    font-size: 3.2rem;
    line-height: 1.625;
  }
}

.recruit {
  background-color: var(--deep-blue);
  padding-block: 3rem;
}
.recruit__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  position: relative;
}
.recruit__text {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding-block: 4.5rem 3rem;
  }
  .recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
  .recruit__text {
    width: 58.9rem;
    margin-inline: auto;
  }
}

.flyer__download {
  width: max(66.2rem, 500px);
  height: max(11.2rem, 80px);
  border-radius: 10em;
  border: 3px solid #ccc;
  background: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  margin-inline: auto;
  margin-top: 6.8rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .flyer__download:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #ececec;
  }
}
@media screen and (max-width: 768px) {
  .flyer__download {
    margin-top: 4.8rem;
    width: 55.8rem;
    height: 27.8rem;
    border-radius: 3.2rem;
  }
}
.flyer__download .flyer__download-text01 {
  font-size: max(2.7rem, 22px);
  line-height: 1;
  color: var(--black);
  margin-block: var(--leading-trim);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .flyer__download .flyer__download-text01 {
    font-size: 5rem;
    line-height: 1.26;
    text-align: center;
  }
}
.flyer__download .flyer__download-text02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flyer__download .flyer__download-text02 .flyer__download-text02-text {
  font-size: max(2rem, 16px);
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--black);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .flyer__download .flyer__download-text02 .flyer__download-text02-text {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.flyer__download .flyer__download-text02 .flyer__download-text02-icon {
  width: 2.4rem;
}
@media screen and (max-width: 768px) {
  .flyer__download .flyer__download-text02 .flyer__download-text02-icon {
    width: 5.2rem;
  }
}

.theme {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .theme {
    margin-top: 5rem;
  }
}
.theme__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .theme__title {
    width: 60rem;
    margin-inline: auto;
  }
}
.theme__text {
  width: max(78.8rem, 600px);
  margin-inline: auto;
  margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
  .theme__text {
    width: 59.4rem;
    margin-top: 5.8rem;
  }
}

.program {
  margin-top: 16.4rem;
}
@media screen and (max-width: 768px) {
  .program {
    margin-top: 7.8rem;
  }
}
.program__list {
  margin-top: 5.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .program__list {
    margin-top: 6.2rem;
    gap: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .program__title {
    width: 60rem;
    margin-inline: auto;
  }
}
.program__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .program__item {
    max-width: 60.6rem;
    margin-inline: auto;
    gap: 2.8rem;
  }
}
.program__item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.8rem;
}
@media screen and (max-width: 768px) {
  .program__item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.program__item-head-title {
  width: max(22.4rem, 200px);
}
@media screen and (max-width: 768px) {
  .program__item-head-title {
    width: 100%;
    margin-inline: auto;
  }
}
.program__item-head-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.program__item-head-date {
  width: max(49.7rem, 440px);
}
@media screen and (max-width: 768px) {
  .program__item-head-date {
    display: none;
  }
}
.program__item-head-link {
  width: max(52.7rem, 470px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.program__item-head-link a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .program__item-head-link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .program__item-head-link {
    width: 100%;
    gap: 2.2rem;
  }
}
.program__item-text p {
  width: 34.25em;
  margin-inline: auto;
  font-size: max(2.4rem, 20px);
  line-height: 1.625;
  letter-spacing: 0.1395833333em;
  font-weight: 400;
  color: var(--black);
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .program__item-text p {
    width: 100%;
    font-size: 3.5rem;
    line-height: 1.4285714286;
    letter-spacing: 0;
  }
}
.program__text {
  font-size: max(2.1rem, 18px);
  line-height: 1.8571428571;
  margin-block: var(--leading-trim);
  letter-spacing: 0.0914285714em;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  padding-top: 7rem;
}
@media screen and (max-width: 768px) {
  .program__text {
    font-size: 3rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
    padding-top: 6.8rem;
  }
}

.apply {
  margin-top: 7.4rem;
}
.apply__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .apply__title {
    width: 60rem;
    margin-inline: auto;
  }
}
.apply__text {
  width: 34.25em;
  margin-inline: auto;
  font-size: max(2.4rem, 20px);
  line-height: 1.6666666667;
  letter-spacing: 0.106em;
  font-weight: 400;
  color: var(--black);
  text-align: justify;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .apply__text {
    width: 60rem;
    font-size: 3.5rem;
    line-height: 1.4285714286;
    letter-spacing: 0.01em;
  }
}
.apply__btn {
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .apply__btn {
    margin-top: 5.6rem;
  }
}

.link {
  margin-top: 4.4rem;
  border-top: 14px solid var(--deep-blue);
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
}
@media screen and (max-width: 768px) {
  .link {
    padding-top: 8.2rem;
    padding-bottom: 8.2rem;
    margin-top: 9.6rem;
  }
}
.link__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link__title {
  width: max(113.2rem, 1020px);
}
@media screen and (max-width: 768px) {
  .link__title {
    width: 59rem;
    margin-inline: auto;
  }
}
.link__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  margin-top: 6.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .link__list {
    gap: 5.2rem;
  }
}
.link__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
.link__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .link__item-link:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .link__item-link {
    gap: 2rem;
  }
}
.link__item-link-text {
  font-size: max(3rem, 24px);
  line-height: 2.1666666667;
  color: var(--deep-blue);
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .link__item-link-text {
    font-size: 4rem;
    line-height: 2.1777777778;
  }
}
.link__item-link-icon {
  width: max(3rem, 26px);
  -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(4000%) hue-rotate(233deg) brightness(82%) contrast(106%);
          filter: brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(4000%) hue-rotate(233deg) brightness(82%) contrast(106%);
}
@media screen and (max-width: 768px) {
  .link__item-link-icon {
    width: 4.5rem;
  }
}

.cta {
  background-image: url(../images/pc/cta-bg.webp);
  background-size: 104% 114%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 5.2rem;
  padding-bottom: 5.8rem;
}
@media screen and (max-width: 768px) {
  .cta {
    background-image: url(../images/sp/cta-bg.webp);
    background-size: 106% 114%;
    padding-bottom: 4.1rem;
  }
}
.cta__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta__title {
  width: max(26.5rem, 240px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .cta__title {
    width: 38.4rem;
  }
}
.cta__text {
  font-size: max(2rem, 16px);
  line-height: 1.5;
  letter-spacing: 0.27em;
  color: var(--white);
  font-weight: 700;
  padding-top: 2.8rem;
  text-align: center;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 2.8rem;
    line-height: 1.6071428571;
    padding-top: 2.8rem;
    letter-spacing: 0;
  }
}
.cta__text-text {
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .cta__text-text {
    font-size: 2rem;
    line-height: 2.1;
  }
}
.cta__text-text img {
  width: 3.8rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .cta__text-text img {
    display: block;
  }
}
.cta__text-mail {
  font-size: max(3.2rem, 28px);
  line-height: 2.4166666667;
  letter-spacing: 0.27em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-block: 2px solid var(--white);
  color: var(--white);
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .cta__text-mail {
    font-size: 4.2rem;
    line-height: 1.7619047619;
    margin-top: 1.2rem;
    letter-spacing: 0.15em;
  }
}
.cta__text-small {
  font-size: max(1.6rem, 14px);
  line-height: 1.875;
  letter-spacing: 0.27em;
  color: var(--white);
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .cta__text-small {
    font-size: 2rem;
    line-height: 1.5;
  }
}/*# sourceMappingURL=style.css.map */