@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@500&family=Zen+Maru+Gothic:wght@500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  letter-spacing: 0;
}

html {
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  box-sizing: border-box;
}

body {
  color: #101010;
  line-height: 1.5;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -ms-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -o-font-smoothing: antialiased;
  -o-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
  width: 100%;
  line-height: 1;
  vertical-align: bottom;
}

input {
  outline: none;
}

textarea {
  outline: none;
  resize: none;
}

.wrap {
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 124rem;
  padding: 0 4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    padding: 0 1.6rem;
  }
}
.container.-size-l {
  max-width: 144rem;
}

.entry-btn {
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  border: 0.1rem solid #101010;
  border-radius: 1rem;
  padding: 4rem;
  background-color: #fafafa;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .entry-btn {
    padding: 3.4rem;
  }
}
.entry-btn__text {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .entry-btn__text {
    font-size: 2rem;
  }
}
.entry-btn__icon {
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.2rem;
  height: auto;
  fill: #101010;
}
@media (max-width: 768px) {
  .entry-btn__icon {
    width: 2rem;
  }
}
@media (hover: hover) {
  .entry-btn:hover {
    background-color: #0168B6;
    border-color: #0168B6;
  }
  .entry-btn:hover .entry-btn__text {
    color: #fafafa;
  }
  .entry-btn:hover .entry-btn__icon {
    fill: #fafafa;
  }
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0168B6;
}
.section-title.-white {
  color: #fafafa;
}
.section-title__en {
  font-family: "Montserrat", sans-serif;
  font-size: 14rem;
  line-height: 1.22;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .section-title__en {
    font-size: 10rem;
  }
}
@media (max-width: 768px) {
  .section-title__en {
    font-size: 6rem;
  }
}
.section-title__jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .section-title__jp {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .section-title__jp {
    font-size: 1.8rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}
.header__container {
  padding: 0 0 0 3.4rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .header__container {
    padding-left: 1.6rem;
  }
}
.header__content {
  display: flex;
  align-items: flex-start;
}
.header__logo {
  display: flex;
  align-items: center;
  padding-top: 2.6rem;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .header__logo {
    padding-top: 1.6rem;
  }
}
.header__logo-img {
  width: 16.5rem;
}
@media (max-width: 768px) {
  .header__logo-img {
    width: 11rem;
  }
}
.header__logo-text {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-left: 0.8rem;
}
@media (max-width: 768px) {
  .header__logo-text {
    font-size: 1rem;
    margin-left: 1rem;
    font-weight: 500;
  }
}
.header__nav {
  margin-left: auto;
  margin-top: 3.6rem;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  gap: 4rem;
}
@media (max-width: 1200px) {
  .header__nav-list {
    gap: 2.4rem;
  }
}
.header__nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.22;
  transition: all 0.3s;
  pointer-events: auto;
}
@media (hover: hover) {
  .header__nav-link:hover {
    color: #0168B6;
  }
}
.header__entry {
  position: relative;
  margin-left: 6rem;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .header__entry {
    margin-left: 4rem;
  }
}
@media (max-width: 1024px) {
  .header__entry {
    margin-left: auto;
  }
}
@media (hover: hover) {
  .header__entry:hover .header__entry-btn {
    border-radius: 0;
  }
  .header__entry:hover .header__entry-btn::before {
    border-radius: 0;
  }
}
.header__entry-btn {
  position: relative;
  width: 12rem;
  height: 10rem;
  color: #fff;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-top: 2.6rem;
  padding-left: 2.6rem;
  padding-bottom: 0.5rem;
  border-radius: 0 0 0 6rem;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .header__entry-btn {
    width: 8rem;
    height: 6rem;
    border-radius: 0 0 0 3rem;
    font-size: 1.2rem;
    padding: 1.2rem 0 0 1.3rem;
  }
}
.header__entry-btn span {
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}
.header__entry-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #0168B6, #019AB6);
  border-radius: 0 0 0 6rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .header__entry-btn::before {
    border-radius: 0 0 0 3rem;
  }
}
.header__entry.is-open .header__entry-btn {
  border-radius: 0;
}
.header__entry.is-open .header__entry-btn::before {
  border-radius: 0;
}
.header__entry-btns {
  position: relative;
  width: 12rem;
  height: 16rem;
  border-radius: 0 0 0 6rem;
  background-color: #333333;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s, visibility 0s linear 0.3s;
}
@media (max-width: 768px) {
  .header__entry-btns {
    width: 8rem;
    height: 11.2rem;
    border-radius: 0 0 0 3rem;
  }
}
.header__entry.is-open .header__entry-btns {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s, transform 0.3s, visibility 0s;
}
.header__entry-btns::after {
  content: "";
  width: 10.8rem;
  height: 0.1rem;
  background-color: #fff;
  position: absolute;
  top: 7.3rem;
  left: 0.6rem;
  display: block;
}
@media (max-width: 768px) {
  .header__entry-btns::after {
    width: 6.8rem;
    top: 5rem;
  }
}
.header__entry-link {
  display: flex;
  width: 12rem;
  height: 7.3rem;
  color: #fff;
  padding: 3rem 0 2.4rem 2.6rem;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .header__entry-link {
    width: 8rem;
    height: 5rem;
    font-size: 1.2rem;
    padding: 1.5rem 0 0 2.4rem;
  }
}
@media (hover: hover) {
  .header__entry-link:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}
.header__mypage-link {
  display: flex;
  padding: 3rem 0 3.8rem 2.6rem;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .header__mypage-link {
    width: 8rem;
    height: 6.2rem;
    padding: 2rem 0 0 1.5rem;
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .header__mypage-link:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}

.footer {
  padding: 12rem 0 0;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 7rem;
  }
}
.footer__recruit-container {
  max-width: 114rem;
}
.footer__recruit {
  display: flex;
  align-items: center;
  gap: 4.6rem;
}
@media (max-width: 1024px) {
  .footer__recruit {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer__recruit {
    gap: 4.2rem;
  }
}
.footer__recruit-text {
  font-size: 2.4rem;
  line-height: 1.67;
  color: #0168B6;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .footer__recruit-text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer__recruit-text {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.footer__recruit-banner {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 720/280;
}
.footer__recruit-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.footer__recruit-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
@media (hover: hover) {
  .footer__recruit-banner:hover img {
    transform: scale(1.05);
  }
  .footer__recruit-banner:hover::after {
    opacity: 1;
  }
}
.footer__recruit-banner-more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .footer__recruit-banner-more {
    right: 1.6rem;
    gap: 0.8rem;
  }
}
.footer__recruit-banner-more span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
.footer__recruit-banner-icon {
  width: 6rem;
  height: 6rem;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer__recruit-banner-icon {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.footer__recruit-banner-icon img {
  width: 1.8rem;
  height: auto;
}
.footer__info-container {
  max-width: 144rem;
  padding: 0 10rem;
}
@media (max-width: 768px) {
  .footer__info-container {
    padding: 0 1.6rem;
  }
}
.footer__info {
  padding: 10rem 0 8rem;
  display: flex;
  gap: 14rem;
}
@media (max-width: 1024px) {
  .footer__info {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .footer__info {
    padding: 8rem 0 9.6rem;
  }
}
.footer__logo-group {
  display: flex;
  flex-direction: column;
}
.footer__logo {
  width: 23.2rem;
}
@media (max-width: 1024px) {
  .footer__logo {
    width: 21rem;
  }
}
.footer__logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .footer__logo-text {
    text-align: center;
    margin-top: 1.1rem;
  }
}
@media (max-width: 1024px) {
  .footer__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__contact-title {
  font-family: "Montserrat", sans-serif;
  color: #0168B6;
  font-size: 2rem;
  font-weight: bold;
}
.footer__contact-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .footer__contact-text {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.71;
    text-align: center;
  }
}
.footer__contact-info {
  display: flex;
  gap: 1.6rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .footer__contact-info {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.footer__copy {
  position: relative;
  background-color: #0168B6;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem;
}
.footer__top-btn {
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  color: #0168B6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 50%;
  position: absolute;
  right: 4rem;
  top: -3rem;
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .footer__top-btn {
    right: 1.6rem;
    top: -5.6rem;
  }
}
.footer__top-btn svg {
  fill: #0168B6;
  width: 1.3rem;
  transition: all 0.3s;
}
.footer__top-btn span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (hover: hover) {
  .footer__top-btn:hover {
    background-color: #0168B6;
  }
  .footer__top-btn:hover span {
    color: #fff;
  }
  .footer__top-btn:hover svg {
    fill: #fff;
  }
}

.front-page .bg-gradient {
  background: linear-gradient(to right bottom, #E4F7F8 0, #E8F0F9 25%, #ECEEFA 45%, #ECEEFA 70%, #ECEEFA 100%);
}
.front-page .bg-mask-wrap {
  background-color: #fafafa;
}
.front-page .bg-gradient-mask {
  position: relative;
  width: 100%;
  mask-image: url("../img/front-page/mask.png");
  mask-size: 200% auto;
  mask-position: center top;
}
@media (max-width: 768px) {
  .front-page .bg-gradient-mask {
    mask-size: cover;
  }
}
.front-page .bg-gradient-mask.inview-is-visible {
  animation: mask-animation 4s forwards ease-in-out;
}
.front-page .bg-gradient-wave {
  padding-top: 9rem;
  background-image: url("../img/front-page/bg-wave.svg");
  background-size: cover;
  background-position: center top;
}
@media (max-width: 768px) {
  .front-page .bg-gradient-wave {
    background-image: url("../img/front-page/bg-wave-sp.svg");
    padding-top: 6rem;
  }
}
@keyframes wave {
  0% {
    background-position: 0% top;
  }
  100% {
    background-position: 1% top;
  }
}
@keyframes mask-animation {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 100% 0%;
  }
}
.front-page .mv {
  position: relative;
  padding: 10rem 6rem 0;
}
@media (max-width: 1024px) {
  .front-page .mv {
    padding: 7.2rem 4rem 0;
  }
}
@media (max-width: 768px) {
  .front-page .mv {
    padding: 7.2rem 1.2rem 35.9vw;
  }
}
.front-page .mv__shape {
  position: absolute;
}
.front-page .mv__shape.-lt, .front-page .mv__shape.-rb {
  background-image: linear-gradient(to right bottom, #BACFEB, #86CDE2);
}
.front-page .mv__shape.-lt {
  width: 26vw;
  height: 15.4vw;
  border-radius: 0 5vw 5vw 5vw;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .front-page .mv__shape.-lt {
    width: 43.6vw;
    height: 34.1vw;
    border-radius: 0 8.2vw 8.2vw 8.2vw;
  }
}
.front-page .mv__shape.-rb {
  width: 22.9vw;
  height: 29.2vw;
  border-radius: 5vw 0 0 5vw;
  right: 0;
  bottom: -5.8vw;
}
@media (max-width: 768px) {
  .front-page .mv__shape.-rb {
    width: 32.1vw;
    height: 46.7vw;
    bottom: 6.4vw;
    border-radius: 8.2vw 0 0 8.2vw;
  }
}
.front-page .mv__shape.-lc {
  width: 18.1vw;
  height: 14.4vw;
  background-color: #fafafa;
  border-radius: 7.2rem;
  left: 26.8vw;
  bottom: 13vw;
}
@media (max-width: 768px) {
  .front-page .mv__shape.-lc {
    width: 33.3vw;
    height: 37.9vw;
    border-radius: 0 8.2vw 8.2vw 0;
    left: 0;
    bottom: -14.9vw;
  }
}
.front-page .mv__content {
  position: relative;
}
.front-page .mv__slider {
  mask-image: url("../img/front-page/mv-slider-mask-pc.svg");
  mask-size: 100% auto;
  mask-position: center top;
  mask-repeat: no-repeat;
  aspect-ratio: 1320/800;
  position: relative;
}
@media (max-width: 768px) {
  .front-page .mv__slider {
    aspect-ratio: 365/442;
    mask-image: url("../img/front-page/mv-slider-mask-sp.svg");
  }
}
.front-page .mv__title {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
  color: #0168B6;
  font-size: 5vw;
  line-height: 1.14;
  position: absolute;
  left: 2.1vw;
  bottom: 0;
}
@media (max-width: 768px) {
  .front-page .mv__title {
    font-size: 13.6vw;
    bottom: -35.9vw;
    left: 5.1vw;
  }
}
.front-page .mv__slider, .front-page .mv__title {
  opacity: 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.front-page .mv__title {
  transform: translateY(3rem);
  transition-delay: 0.3s;
}
.front-page .mv.inview-is-visible .mv__slider,
.front-page .mv.inview-is-visible .mv__title {
  opacity: 1;
}
.front-page .mv.inview-is-visible .mv__title {
  transform: translateY(0);
}
.front-page .mv-slider {
  width: 100%;
  height: 100%;
}
.front-page .mv-slider__track {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.front-page .mv-slider__list, .front-page .mv-slider__item {
  width: 100%;
  height: 100%;
}
.front-page .mv-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-page .mv-slider__pagination {
  position: absolute;
  right: 6rem;
  bottom: 3.2rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .front-page .mv-slider__pagination {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}
.front-page .mv-slider__pagination-page {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
.front-page .mv-slider__pagination-page.is-active {
  background-color: #fff;
  width: 2rem;
}
.front-page .message {
  padding: 14rem 0 0;
}
@media (max-width: 768px) {
  .front-page .message {
    padding: 12.8rem 0 0;
  }
}
.front-page .message__container {
  position: relative;
}
.front-page .message__cursive {
  width: 74.8rem;
  height: auto;
  position: absolute;
  left: 4rem;
  top: -3rem;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition-delay: 0.6s;
  transform: translateX(-8rem);
  opacity: 0;
}
@media (max-width: 1024px) {
  .front-page .message__cursive {
    width: 60rem;
  }
}
@media (max-width: 768px) {
  .front-page .message__cursive {
    width: calc(100% - 4rem);
    left: 3.2rem;
    top: -1.5rem;
  }
}
.front-page .message__cursive.inview-is-visible {
  transform: translateX(0);
  opacity: 1;
}
.front-page .message__content {
  display: flex;
  flex-direction: column;
  padding-left: 4.4rem;
  max-width: 96rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .front-page .message__content {
    padding-left: 1.6rem;
  }
}
.front-page .message__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.625;
}
@media (max-width: 768px) {
  .front-page .message__title {
    font-size: 2.4rem;
  }
}
.front-page .message__text {
  display: flex;
  flex-direction: column;
  gap: 2.22em;
  font-size: 1.8rem;
  line-height: 2.22;
  letter-spacing: 0.08rem;
  margin-top: 1.2rem;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .front-page .message__text {
    margin-top: 4.4rem;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 768px) {
  .front-page .message__text {
    margin-left: 2rem;
  }
}
.front-page .highlight {
  padding: 13.2rem 0 0;
}
@media (max-width: 768px) {
  .front-page .highlight {
    padding-top: 10rem;
  }
}
.front-page .highlight__list {
  margin-top: 14.5rem;
  display: flex;
  flex-direction: column;
  gap: 18rem;
}
@media (max-width: 1024px) {
  .front-page .highlight__list {
    margin-top: 10.2rem;
    gap: 12rem;
  }
}
@media (max-width: 768px) {
  .front-page .highlight__list {
    gap: 9.3rem;
  }
}
.front-page .highlight__item {
  position: relative;
}
.front-page .highlight__item:nth-child(odd) {
  padding-right: 6rem;
}
@media (max-width: 768px) {
  .front-page .highlight__item:nth-child(odd) {
    padding-right: 1.6rem;
  }
}
.front-page .highlight__item:nth-child(odd) .highlight__item-bg {
  right: 0;
}
.front-page .highlight__item:nth-child(odd) .highlight__item-count {
  right: -2.8rem;
  top: -4rem;
}
@media (max-width: 768px) {
  .front-page .highlight__item:nth-child(odd) .highlight__item-count {
    flex-direction: row-reverse;
    right: 0;
    top: -3.4rem;
  }
}
.front-page .highlight__item:nth-child(odd) .highlight__item-thumb {
  left: 4rem;
}
.front-page .highlight__item:nth-child(odd) .highlight__item-content {
  padding-right: 8rem;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .front-page .highlight__item:nth-child(odd) .highlight__item-content {
    padding-right: 4rem;
  }
}
@media (max-width: 768px) {
  .front-page .highlight__item:nth-child(odd) .highlight__item-content {
    padding-right: 1.2rem;
  }
}
.front-page .highlight__item:nth-child(even) {
  padding-left: 6rem;
}
@media (max-width: 768px) {
  .front-page .highlight__item:nth-child(even) {
    padding-left: 1.6rem;
  }
}
.front-page .highlight__item:nth-child(even) .highlight__item-bg {
  left: 0;
}
.front-page .highlight__item:nth-child(even) .highlight__item-count {
  left: -2.8rem;
  top: -4rem;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .front-page .highlight__item:nth-child(even) .highlight__item-count {
    flex-direction: row;
    left: 0;
    top: -3.4rem;
  }
}
.front-page .highlight__item:nth-child(even) .highlight__item-thumb {
  right: 4rem;
}
.front-page .highlight__item:nth-child(even) .highlight__item-content {
  padding-left: 8rem;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .front-page .highlight__item:nth-child(even) .highlight__item-content {
    padding-left: 4rem;
  }
}
@media (max-width: 768px) {
  .front-page .highlight__item:nth-child(even) .highlight__item-content {
    padding-left: 1.2rem;
  }
}
.front-page .highlight__item:nth-child(3) .highlight__item-content {
  padding-top: 7.6rem;
}
@media (max-width: 1024px) {
  .front-page .highlight__item:nth-child(3) .highlight__item-content {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .front-page .highlight__item:nth-child(3) .highlight__item-content {
    padding-top: 1.2rem;
  }
}
.front-page .highlight__item-bg {
  width: calc(100% - 10rem);
  height: 100%;
  background-image: linear-gradient(to right bottom, #BACFEB, #86CDE2);
  border-radius: 2rem;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .front-page .highlight__item-bg {
    width: calc(100% - 7.5rem);
  }
}
.front-page .highlight__item-content {
  position: relative;
  background-color: #fff;
  padding: 12rem 0 9rem;
  border-radius: 2rem;
  display: flex;
  z-index: 1;
}
@media (max-width: 1024px) {
  .front-page .highlight__item-content {
    flex-direction: column;
    padding: 4rem 4rem 6rem;
  }
}
@media (max-width: 768px) {
  .front-page .highlight__item-content {
    padding: 1.2rem 1.2rem 4rem;
  }
}
.front-page .highlight__item-thumb {
  position: absolute;
  top: 0;
  border-radius: 2rem;
  overflow: hidden;
  width: calc(100% - 48rem);
}
@media (max-width: 1024px) {
  .front-page .highlight__item-thumb {
    position: static;
    width: 100%;
    transform: none !important;
  }
}
@media (max-width: 768px) {
  .front-page .highlight__item-thumb {
    border-radius: 1.2rem;
  }
}
.front-page .highlight__item-count {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .front-page .highlight__item-count {
    gap: 0;
  }
}
.front-page .highlight__item-count img {
  width: 8rem;
}
@media (max-width: 768px) {
  .front-page .highlight__item-count img {
    width: 4.8rem;
    transform: translateY(0.5rem);
  }
}
.front-page .highlight__item-num {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .front-page .highlight__item-num {
    align-items: center;
  }
}
.front-page .highlight__item-num span {
  font-family: "Montserrat", sans-serif;
  color: #0168B6;
  line-height: 1;
}
.front-page .highlight__item-num span:first-child {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .front-page .highlight__item-num span:first-child {
    font-size: 1.2rem;
  }
}
.front-page .highlight__item-num span:nth-child(2) {
  font-weight: 100;
  font-size: 10rem;
  font-style: italic;
}
@media (max-width: 768px) {
  .front-page .highlight__item-num span:nth-child(2) {
    font-size: 6rem;
  }
}
.front-page .highlight__item-body {
  width: 32rem;
}
@media (max-width: 1024px) {
  .front-page .highlight__item-body {
    width: 100%;
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .front-page .highlight__item-body {
    margin-top: 3.2rem;
  }
}
.front-page .highlight__item-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  line-height: 1.3;
  color: #0168B6;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .front-page .highlight__item-title {
    font-size: 2.8rem;
    line-height: 1.57;
  }
}
@media (max-width: 1024px) {
  .front-page .highlight__item-title br.-pc {
    display: none;
  }
}
.front-page .highlight__item-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2rem;
}
.front-page .program {
  padding: 16rem 0 0;
  background-color: #ECEEFA;
}
@media (max-width: 768px) {
  .front-page .program {
    padding-top: 10rem;
  }
}
.front-page .program__intro-text {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 2.7rem;
}
@media (max-width: 768px) {
  .front-page .program__intro-text {
    font-size: 1.4rem;
    line-height: 1.57;
    margin-top: 2rem;
  }
}
.front-page .program__selectors {
  position: relative;
  padding: 0 4.4rem;
  display: flex;
  gap: 9.4rem;
  justify-content: center;
  align-items: flex-end;
  margin-top: 18rem;
  border-bottom: 0.2rem solid #0168B6;
  z-index: 2;
}
@media (max-width: 1024px) {
  .front-page .program__selectors {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .front-page .program__selectors {
    gap: 0.4rem;
    min-height: 7rem;
    margin-top: 9.2rem;
  }
}
.front-page .program__selector {
  position: relative;
  display: flex;
}
.front-page .program__selector-content {
  position: relative;
  background-color: #fafafa;
  border-radius: 25rem 25rem 0 0;
  width: 14.8rem;
  height: 7.8rem;
  transform-origin: center bottom;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .front-page .program__selector-content {
    width: 8.6rem;
    height: 5.2rem;
  }
}
.front-page .program__selector-illust {
  position: absolute;
  top: -7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10.6rem;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .front-page .program__selector-illust {
    width: 6rem;
    top: -4rem;
  }
}
.front-page .program__selector-text {
  font-size: 2rem;
  color: #0168B6;
  position: absolute;
  top: 2.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .front-page .program__selector-text {
    font-size: 1.4rem;
    top: 1.8rem;
  }
}
.front-page .program__selector-text span {
  margin: 0 -0.25em;
}
.front-page .program__selector-location {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.front-page .program__selector-location::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #0168B6;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1rem;
  margin: 0 auto;
  transition: all 0.3s;
}
.front-page .program__selector-location span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1rem;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #fafafa;
  opacity: 0;
  transition: all 0.3s;
}
.front-page .program__selector.is-active .program__selector-content {
  background-color: #0168B6;
  transform: scale(1.6);
}
@media (max-width: 1024px) {
  .front-page .program__selector.is-active .program__selector-content {
    transform: scale(1.2);
  }
}
@media (max-width: 768px) {
  .front-page .program__selector.is-active .program__selector-content {
    transform: scale(1);
    height: 6.8rem;
  }
}
@media (max-width: 768px) {
  .front-page .program__selector.is-active .program__selector-illust {
    transform: scale(1.8) translateY(-0.5rem);
  }
}
.front-page .program__selector.is-active .program__selector-text {
  color: #fafafa;
  transform: scale(0.8);
}
@media (max-width: 768px) {
  .front-page .program__selector.is-active .program__selector-text {
    transform: scale(1) translateY(0.5rem);
  }
}
.front-page .program__selector.is-active .program__selector-location::before {
  transform: scale(3);
}
.front-page .program__selector.is-active .program__selector-location span {
  opacity: 1;
}
.front-page .program__tabs {
  background-color: #fafafa;
}
.front-page .program-tab {
  padding-top: 9rem;
}
@media (max-width: 768px) {
  .front-page .program-tab {
    padding-top: 7.2rem;
  }
}
.front-page .program-tab__head {
  position: relative;
  padding-bottom: 1.8rem;
  padding-left: 2.6rem;
}
@media (max-width: 768px) {
  .front-page .program-tab__head {
    padding-left: 1.6rem;
  }
}
.front-page .program-tab__head::before {
  content: "";
  width: 0.6rem;
  height: 100%;
  border-radius: 1rem;
  background-color: #0168B6;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .front-page .program-tab__head::before {
    width: 0.4rem;
  }
}
.front-page .program-tab__head-title {
  display: flex;
  align-items: center;
}
.front-page .program-tab__head-title span:first-child {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 3.2rem;
  color: #019AB6;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .front-page .program-tab__head-title span:first-child {
    font-size: 2rem;
    margin-right: 1.2rem;
  }
}
.front-page .program-tab__head-title span:last-child {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.2em;
  color: #0168B6;
}
@media (max-width: 768px) {
  .front-page .program-tab__head-title span:last-child {
    font-size: 3.2rem;
  }
}
.front-page .program-tab__head-text {
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .front-page .program-tab__head-text {
    line-height: 1.75;
  }
}
.front-page .program-tab__body {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .front-page .program-tab__body {
    margin-top: 4rem;
  }
}
.front-page .program-tab__list {
  border-top: 0.1rem solid #CCCCCC;
}
.front-page .program-tab__item {
  border-bottom: 0.1rem solid #CCCCCC;
}
.front-page .program-card {
  --program-open-mt: 6rem;
  padding: 5.6rem 0 8rem;
}
@media (max-width: 768px) {
  .front-page .program-card {
    --program-open-mt: 4.8rem;
    padding: 4rem 0 6rem;
  }
}
.front-page .program-card__main {
  position: relative;
}
.front-page .program-card__meta, .front-page .program-card__title, .front-page .program-card__data {
  max-width: calc(55% - 6rem);
}
@media (max-width: 1024px) {
  .front-page .program-card__meta, .front-page .program-card__title, .front-page .program-card__data {
    max-width: 100%;
  }
}
.front-page .program-card__meta-group {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 768px) {
  .front-page .program-card__meta-group {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.front-page .program-card__category {
  background-color: #0168B6;
  color: #fafafa;
  min-width: 12rem;
  padding: 0.4rem;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .front-page .program-card__category {
    min-width: 11rem;
    font-size: 1.4rem;
  }
}
.front-page .program-card__area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.front-page .program-card__area-list li {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: #fafafa;
  background-color: #019AB6;
  padding: 0.4rem 1.3rem;
  border-radius: 10rem;
  min-width: 8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .front-page .program-card__area-list li {
    font-size: 1.4rem;
  }
}
.front-page .program-card__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1em;
  margin-top: 1.2rem;
}
@media (max-width: 768px) {
  .front-page .program-card__tag-list {
    margin-top: 1.6rem;
  }
}
.front-page .program-card__tag-list li {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #6C6C6C;
}
@media (max-width: 768px) {
  .front-page .program-card__tag-list li {
    font-size: 1.4rem;
  }
}
.front-page .program-card__title-wrap {
  margin-top: 2.4rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #0168B6;
}
@media (max-width: 1024px) {
  .front-page .program-card__title-wrap {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .front-page .program-card__title-wrap {
    padding-bottom: 2.4rem;
  }
}
.front-page .program-card__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.83;
}
@media (max-width: 768px) {
  .front-page .program-card__title {
    font-size: 2rem;
    line-height: 1.9;
  }
}
.front-page .program-card__thumb-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
}
@media (max-width: 1024px) {
  .front-page .program-card__thumb-wrap {
    position: static;
    width: 100%;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #0168B6;
  }
}
.front-page .program-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 13/9;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
  backface-visibility: hidden;
}
.front-page .program-card__thumb img {
  height: 100%;
  object-fit: cover;
}
.front-page .program-card__thumb::after {
  content: "";
  width: calc(100% + 0.2rem);
  aspect-ratio: 520/36;
  background-image: url("../img/front-page/program-thumb-wave.svg");
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  bottom: -0.1rem;
  left: -0.1rem;
}
.front-page .program-card__finished {
  width: 32rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 2rem));
}
@media (max-width: 768px) {
  .front-page .program-card__finished {
    width: 21.5rem;
    transform: translate(-50%, calc(-50% - 3rem));
  }
}
.front-page .program-card__data {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 2.4rem;
}
.front-page .program-card__data-item {
  display: flex;
  gap: 0.8rem;
}
.front-page .program-card__data-item dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 7.2rem;
  background-color: #6C6C6C;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  color: #fafafa;
  text-align: justify;
  text-align-last: justify;
  padding: 0.4rem;
  flex-shrink: 0;
}
.front-page .program-card__data-item dd {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .front-page .program-card__data-item dd {
    font-size: 1.4rem;
  }
}
.front-page .program-card__detail-btn-wrap {
  position: relative;
  height: 6rem;
  margin-top: var(--program-open-mt);
  transition: margin-top 0.3s ease;
}
.front-page .program-card__detail-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 36rem;
  height: 6rem;
  border: 0.1rem solid #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #101010;
  border-radius: 10rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, opacity 0.3s;
}
@media (max-width: 768px) {
  .front-page .program-card__detail-btn {
    font-size: 1.6rem;
    width: 32rem;
    margin: 0 auto;
    right: 0;
  }
}
.front-page .program-card__detail-btn::before, .front-page .program-card__detail-btn::after {
  content: "";
  background-color: #101010;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
}
.front-page .program-card__detail-btn::before {
  width: 3.2rem;
  height: 0.1rem;
  right: 2rem;
}
.front-page .program-card__detail-btn::after {
  width: 0.1rem;
  height: 1.6rem;
  right: 3.6rem;
}
@media (hover: hover) {
  .front-page .program-card__detail-btn:hover {
    background-color: #0168B6;
    color: #fafafa;
    border-color: #fafafa;
  }
  .front-page .program-card__detail-btn:hover::before, .front-page .program-card__detail-btn:hover::after {
    background-color: #fafafa;
  }
}
.front-page .program-card__detail {
  background-color: #E2E7E8;
  border-radius: 2rem;
  padding: 5rem 8rem 6rem;
  overflow: hidden;
  display: none;
}
@media (max-width: 768px) {
  .front-page .program-card__detail {
    padding: 4rem 1.6rem;
  }
}
.front-page .program-card__detail-head {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 8rem;
  line-height: 1.2;
  font-weight: 100;
  letter-spacing: 0.12em;
  color: #0168B6;
}
@media (max-width: 768px) {
  .front-page .program-card__detail-head {
    font-size: 4.8rem;
  }
}
.front-page .program-card__detail-text {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.front-page .program-card__detail-slider {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .front-page .program-card__detail-slider {
    margin-top: 6rem;
  }
}
.front-page .program-card__detail-close-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .front-page .program-card__detail-close-wrap {
    justify-content: center;
  }
}
.front-page .program-card__detail-close {
  display: none;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .front-page .program-card__detail-close {
    margin-top: 2rem;
  }
}
.front-page .program-card__detail-close div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 18rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .front-page .program-card__detail-close div {
    width: 12.4rem;
  }
}
.front-page .program-card__detail-close span {
  transition: all 0.3s;
}
.front-page .program-card__detail-close span:first-child {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #101010;
}
@media (max-width: 768px) {
  .front-page .program-card__detail-close span:first-child {
    font-size: 1.6rem;
  }
}
.front-page .program-card__detail-close span:last-child {
  position: relative;
  width: 10rem;
  height: 6rem;
  border: 0.1rem solid #101010;
  border-radius: 10rem;
}
@media (max-width: 768px) {
  .front-page .program-card__detail-close span:last-child {
    width: 6.4rem;
    height: 4rem;
  }
}
.front-page .program-card__detail-close span:last-child::before, .front-page .program-card__detail-close span:last-child::after {
  content: "";
  width: 3.2rem;
  height: 0.1rem;
  background-color: #101010;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
.front-page .program-card__detail-close span:last-child::before {
  transform: rotate(30deg);
}
.front-page .program-card__detail-close span:last-child::after {
  transform: rotate(-30deg);
}
@media (hover: hover) {
  .front-page .program-card__detail-close:hover span:first-child {
    color: #0168B6;
  }
  .front-page .program-card__detail-close:hover span:last-child {
    background-color: #0168B6;
    border-color: #0168B6;
  }
  .front-page .program-card__detail-close:hover span:last-child::before, .front-page .program-card__detail-close:hover span:last-child::after {
    background-color: #fafafa;
  }
}
.front-page .program-detail-slider {
  overflow: visible;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.front-page .program-detail-slider.is-ready {
  opacity: 1;
}
.front-page .program-detail-slider__track {
  position: relative;
  overflow: visible;
  max-width: 53.7rem;
  width: 100%;
  margin: 0 auto;
}
.front-page .program-detail-slider__item {
  aspect-ratio: 537/360;
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
}
.front-page .program-detail-slider__item img {
  height: 100%;
  object-fit: cover;
}
.front-page .program-detail-slider__pagination {
  position: static;
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 4rem;
  margin-right: -2rem;
}
@media (max-width: 768px) {
  .front-page .program-detail-slider__pagination {
    margin-top: 2.8rem;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    gap: 0.4rem;
  }
}
.front-page .program-detail-slider__pagination-page {
  width: 4rem;
  height: 0.4rem;
  background-color: rgba(1, 104, 182, 0.2);
}
@media (max-width: 768px) {
  .front-page .program-detail-slider__pagination-page {
    width: 2rem;
    height: 0.2rem;
  }
}
.front-page .program-detail-slider__pagination-page.is-active {
  background-color: #0168B6;
}
.front-page .entry {
  padding: 8rem 0 13.8rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .front-page .entry {
    padding: 6rem 0 8rem;
  }
}
.front-page .entry__row {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .front-page .entry__row {
    flex-direction: column;
    gap: 3.6rem;
  }
}
.front-page .entry__title {
  position: relative;
  font-size: 2.4rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .front-page .entry__title {
    font-size: 2rem;
  }
}
.front-page .entry__title::after {
  content: "";
  width: 100%;
  height: 0.7rem;
  background-image: linear-gradient(to right, #BACFEB, #86CDE2);
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
@media (max-width: 768px) {
  .front-page .entry__title::after {
    height: 0.4rem;
    bottom: -0.5rem;
  }
}
.front-page .entry__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 93rem;
}
@media (max-width: 1024px) {
  .front-page .entry__list {
    max-width: 52rem;
    flex-direction: column;
    gap: 2.6rem;
  }
}
.front-page .entry__item {
  position: relative;
  background-color: #E2E7E8;
  min-height: 8rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .front-page .entry__item {
    min-height: 6rem;
  }
}
.front-page .entry__item.-first::after, .front-page .entry__item.-second::after {
  content: "";
  width: 3.6rem;
  height: 1.6rem;
  background-color: #E2E7E8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.front-page .entry__item.-first {
  width: 28%;
  clip-path: polygon(0 0, calc(100% - 2.4rem) 0, 100% 50%, calc(100% - 2.4rem) 100%, 0 100%);
  justify-content: flex-end;
  padding-right: 2.4rem;
  padding-left: 2rem;
}
@media (max-width: 1024px) {
  .front-page .entry__item.-first {
    width: 100%;
    padding: 0 8rem;
    justify-content: flex-start;
    clip-path: none;
  }
}
@media (max-width: 768px) {
  .front-page .entry__item.-first {
    padding: 0 4.5rem;
  }
}
.front-page .entry__item.-second {
  width: 41%;
  clip-path: polygon(0 0, calc(100% - 2.4rem) 0, 100% 50%, calc(100% - 2.4rem) 100%, 0 100%);
  justify-content: center;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (max-width: 1024px) {
  .front-page .entry__item.-second {
    width: 100%;
    padding: 0 8rem;
    justify-content: flex-start;
    min-height: 8rem;
    clip-path: none;
  }
}
@media (max-width: 768px) {
  .front-page .entry__item.-second {
    padding: 0 4.5rem;
  }
}
.front-page .entry__item.-third {
  width: 28%;
  justify-content: flex-end;
  padding-right: 2.2rem;
  padding-left: 2rem;
}
@media (max-width: 1024px) {
  .front-page .entry__item.-third {
    width: 100%;
    padding: 0 8rem;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .front-page .entry__item.-third {
    padding: 0 4.5rem;
  }
}
.front-page .entry__item-num {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  font-weight: 300;
  font-style: italic;
  color: #fafafa;
}
@media (max-width: 1024px) {
  .front-page .entry__item-num {
    font-size: 6.3rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.front-page .entry__item-text {
  position: relative;
}
.front-page .entry__item-text p {
  font-size: 1.8rem;
}
.front-page .entry__item-text small {
  font-size: 1.2rem;
}
.front-page .entry__sub {
  font-size: 1.2rem;
  padding-left: 13.6rem;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .front-page .entry__sub {
    padding-left: 0;
    max-width: 52rem;
    margin: 2rem auto 0;
  }
}
.front-page .entry__btn {
  max-width: 52rem;
  margin: 8rem auto 0;
}
@media (max-width: 768px) {
  .front-page .entry__btn {
    max-width: 32rem;
  }
}
.front-page .voice {
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .front-page .voice {
    padding-bottom: 8rem;
  }
}
.front-page .voice__slider {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .front-page .voice__slider {
    margin-top: 4.8rem;
  }
}
.front-page .voice-slider {
  padding: 0 4rem;
  overflow: visible;
}
@media (max-width: 768px) {
  .front-page .voice-slider {
    padding: 0 1.6rem;
  }
}
.front-page .voice-slider__track {
  position: relative;
  overflow: visible;
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .front-page .voice-slider__track {
    max-width: 33rem;
    margin: 0;
  }
}
.front-page .voice-slider__dummy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28.4rem;
  height: 8.2rem;
  background-color: #AAEB18;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .front-page .voice-slider__dummy {
    width: 20rem;
    height: 6rem;
    font-size: 2rem;
  }
}
.front-page .voice-slider__control {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
  gap: 4rem;
}
@media (max-width: 768px) {
  .front-page .voice-slider__control {
    margin-top: 4.8rem;
    gap: 2rem;
  }
}
.front-page .voice-slider__arrows {
  position: static;
}
.front-page .voice-slider__arrow {
  position: static;
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  border: 0.1rem solid #0168B6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
}
.front-page .voice-slider__arrow svg {
  width: 1rem;
}
.front-page .voice-slider__arrow svg path {
  fill: #0168B6;
  transition: all 0.3s;
}
.front-page .voice-slider__arrow.-prev svg {
  transform: scaleX(-1);
}
@media (hover: hover) {
  .front-page .voice-slider__arrow:hover {
    background-color: #0168B6;
  }
  .front-page .voice-slider__arrow:hover svg path {
    fill: #fff;
  }
}
.front-page .voice-slider__pagination {
  position: static;
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .front-page .voice-slider__pagination {
    gap: 0.4rem;
  }
}
.front-page .voice-slider__pagination-page {
  width: 4rem;
  height: 0.4rem;
  background-color: #E2E7E8;
}
@media (max-width: 768px) {
  .front-page .voice-slider__pagination-page {
    width: 1rem;
    height: 0.2rem;
  }
}
.front-page .voice-slider__pagination-page.is-active {
  background-color: #0168B6;
}
.front-page .voice-card {
  position: relative;
  display: flex;
}
.front-page .voice-card:nth-child(odd)::before {
  top: 2rem;
}
@media (max-width: 768px) {
  .front-page .voice-card:nth-child(odd)::before {
    top: 0.8rem;
  }
}
.front-page .voice-card:nth-child(even)::before {
  top: -2rem;
}
@media (max-width: 768px) {
  .front-page .voice-card:nth-child(even)::before {
    top: -0.8rem;
  }
}
.front-page .voice-card::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(to right, #BACFEB, #86CDE2);
  position: absolute;
  right: -1.2rem;
  z-index: 0;
}
@media (max-width: 768px) {
  .front-page .voice-card::before {
    border-radius: 1.2rem;
    right: -0.8rem;
  }
}
.front-page .voice-card__content {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem 4rem 6rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .front-page .voice-card__content {
    padding: 3.2rem 1.6rem 4rem;
    border-radius: 1.2rem;
  }
}
.front-page .voice-card__head {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #0168B6;
}
@media (max-width: 768px) {
  .front-page .voice-card__head {
    gap: 1.6rem;
    padding-bottom: 2.4rem;
  }
}
.front-page .voice-card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.front-page .voice-card__category {
  background-color: #0168B6;
  color: #fafafa;
  min-width: 12rem;
  padding: 0.4rem;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 10rem;
}
@media (max-width: 768px) {
  .front-page .voice-card__category {
    font-size: 1.4rem;
    min-width: 11.4rem;
    padding: 0.3rem;
  }
}
.front-page .voice-card__program {
  margin-top: 2rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .front-page .voice-card__program {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
.front-page .voice-card__program-title {
  font-size: 3.2rem;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .front-page .voice-card__program-title {
    font-size: 2.4rem;
  }
}
.front-page .voice-card__icon {
  width: 8rem;
  height: 8rem;
  border: 0.2rem solid #0168B6;
  border-radius: 50%;
  flex-shrink: 0;
}
.front-page .voice-card__body {
  padding-top: 3.2rem;
}
@media (max-width: 768px) {
  .front-page .voice-card__body {
    padding-top: 2rem;
  }
}
.front-page .voice-card__title {
  font-size: 2rem;
  line-height: 2;
  color: #0168B6;
}
.front-page .voice-card__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2rem;
}
.front-page .faq {
  padding-bottom: 16rem;
}
@media (max-width: 768px) {
  .front-page .faq {
    padding-bottom: 8rem;
  }
}
.front-page .faq__container {
  max-width: 120rem;
}
@media (max-width: 768px) {
  .front-page .faq__container {
    padding: 0 0.8rem;
  }
}
.front-page .faq__content {
  background-image: linear-gradient(to right bottom, #7BB9E8, #ABD9E2);
  padding: 6rem 8rem 10rem;
  border-radius: 4rem;
}
@media (max-width: 1024px) {
  .front-page .faq__content {
    padding: 6rem 4rem 10rem;
  }
}
@media (max-width: 768px) {
  .front-page .faq__content {
    padding: 4rem 1.2rem 6rem;
    border-radius: 2rem;
  }
}
.front-page .faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .front-page .faq__list {
    margin-top: 4rem;
  }
}
.front-page .faq__item {
  background-color: #fafafa;
  border-radius: 0.8rem;
  cursor: pointer;
}
.front-page .faq__item-dt {
  position: relative;
  padding: 1.6rem 7.2rem 1.6rem 2.4rem;
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .front-page .faq__item-dt {
    align-items: center;
    gap: 0.8rem;
    padding: 1.3rem 4.6rem 1.3rem 1.2rem;
  }
}
.front-page .faq__item-dt::before, .front-page .faq__item-dt::after {
  content: "";
  background-color: #0168B6;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
}
.front-page .faq__item-dt::before {
  width: 3.2rem;
  height: 0.1rem;
  right: 2rem;
}
@media (max-width: 768px) {
  .front-page .faq__item-dt::before {
    right: 0.8rem;
  }
}
.front-page .faq__item-dt::after {
  width: 0.1rem;
  height: 1.6rem;
  right: 3.6rem;
}
@media (max-width: 768px) {
  .front-page .faq__item-dt::after {
    right: 2.4rem;
  }
}
.front-page .faq__question-icon {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0168B6;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .front-page .faq__question-icon {
    font-size: 2rem;
  }
}
.front-page .faq__question-text {
  font-size: 1.8rem;
  color: #0168B6;
  line-height: 1.44;
  padding-top: 0.1rem;
}
@media (max-width: 768px) {
  .front-page .faq__question-text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.front-page .faq__item-dd {
  display: none;
}
.front-page .faq__answer-wrap {
  position: relative;
  padding: 1.8rem 7.2rem 5.4rem 2.4rem;
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .front-page .faq__answer-wrap {
    padding: 2rem 1.2rem 4.2rem 1.2rem;
    gap: 0.6rem;
  }
}
.front-page .faq__answer-wrap::before {
  content: "";
  background-color: #0168B6;
  display: block;
  position: absolute;
  bottom: 3rem;
  right: 2rem;
  width: 3.2rem;
  height: 0.1rem;
}
@media (max-width: 768px) {
  .front-page .faq__answer-wrap::before {
    right: 0.8rem;
    bottom: 2.2rem;
  }
}
.front-page .faq__answer-wrap::after {
  content: "";
  width: calc(100% - 4.4rem);
  height: 0.1rem;
  background-color: #E2E7E8;
  display: block;
  position: absolute;
  top: 0;
  left: 2.4rem;
}
@media (max-width: 768px) {
  .front-page .faq__answer-wrap::after {
    width: calc(100% - 2.4rem);
    left: 1.2rem;
  }
}
.front-page .faq__answer-icon {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .front-page .faq__answer-icon {
    font-size: 2rem;
    padding-top: 0.4rem;
  }
}
.front-page .faq__answer-content {
  font-size: 1.6rem;
  line-height: 2;
}
.front-page .faq__answer-content small {
  font-size: 1.2rem;
}
.front-page .faq__answer-content a {
  color: #0168B6;
  text-decoration: underline;
}
.front-page .faq__item.is-open .faq__item-dt::before, .front-page .faq__item.is-open .faq__item-dt::after {
  opacity: 0;
}
.front-page .faq__btn {
  max-width: 52rem;
  margin: 12rem auto 0;
}
@media (max-width: 768px) {
  .front-page .faq__btn {
    max-width: 32rem;
    margin-top: 8rem;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.inview {
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transform: translateY(3rem);
  opacity: 0;
}
.inview.inview-is-visible {
  transform: translateY(0);
  opacity: 1;
}

.inview-opacity {
  opacity: 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.inview-opacity.inview-is-visible {
  opacity: 1;
}

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

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

/*# sourceMappingURL=style.css.map */
