@charset "UTF-8";

.adjust-sp {
  letter-spacing: 0.1em;
}

.c-title-head {
  border-bottom: solid 1px rgba(12, 44, 129, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 40px;
}

.c-title {
  color: #0c2c81;
  display: flex;
  flex-direction: column;
}

.c-title__en {
  color: inherit;
  font-family: "Belleza", sans-serif;
  font-size: 60px;
  letter-spacing: normal;
  line-height: calc(92 / 80);
}

.c-title__jp {
  font-size: 16px;
  font-weight: 600;
  line-height: calc(26 / 18);
}

.c-title-desc {
  font-size: 14px;
  line-height: calc(30 / 14);
}
.c-title-desc br {
  display: none;
}

a.c-btn-simple {
  align-items: center;
  background-color: #0c2c81;
  border-radius: 999px;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  gap: 20px;
  justify-content: center;
  line-height: calc(20 / 14);
  padding: 14px 20px;
}
a.c-btn-simple::after {
  background: url(../images/arrow_white.svg) no-repeat center center/contain;
  content: "";
  height: 10px;
  transition: transform 0.3s ease;
  width: 10px;
}
a.c-btn-simple:hover {
  opacity: 1;
}
a.c-btn-simple:hover::after {
  transform: translateX(5px);
}
a.c-btn-simple.c-btn-simple--white {
  background-color: transparent;
  border: solid 1px #0c2c81;
  color: #0c2c81;
}
a.c-btn-simple.c-btn-simple--white::after {
  background: url(../images/arrow_blue.svg) no-repeat center center/contain;
}

.page-header {
  padding-bottom: 275px;
  padding-top: 100px;
  position: relative;
}

.page-header__bg {
  filter: blur(30px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.page-header__bg::after {
  background-color: #f8faff;
  content: "";
  display: block;
  filter: blur(30px);
  height: 100%;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-header__bread {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  padding-right: 35px;
  position: relative;
  z-index: 5;
}

a.page-header__bread-item,
.page-header__bread-item {
  color: #848484;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: calc(19 / 13);
}

.page-header__bread-item {
  align-items: center;
  color: #848484;
  display: flex;
  gap: 15px;
}
.page-header__bread-item:not(:first-child)::before {
  background-color: currentColor;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  flex-shrink: 0;
  height: 7.6px;
  width: 6.6px;
}

.page-header__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-inline: auto;
  margin-top: 60px;
  max-width: 1240px;
  padding-inline: 20px;
  position: relative;
  z-index: 5;
}
.page-header__title h1 {
  color: #0c2c81;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: calc(58 / 40);
}
.page-header__title p {
  color: #0c2c81;
  font-family: "Belleza", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: calc(23 / 20);
}

.page-main {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  margin-top: -167px;
  position: relative;
  z-index: 2;
}

@media (min-width: 414px) {
  .adjust-sp {
    letter-spacing: 0.03em;
  }
  .adjust-spwide {
    letter-spacing: 0.1em;
  }
}

@media (min-width: 768px) {
  .adjust-spwide {
    letter-spacing: 0.03em;
  }
  .adjust-tb {
    letter-spacing: 0.1em;
  }
}

@media (min-width: 1024px) {
  .adjust-tb {
    letter-spacing: 0.03em;
  }
  .adjust-pc {
    letter-spacing: 0.1em;
  }
  .c-title-head {
    align-items: flex-end;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    padding-bottom: 50px;
  }
  .c-title__en {
    font-size: 80px;
  }
  .c-title__jp {
    font-size: 18px;
  }
  .c-title-desc br {
    display: block;
  }
  .page-header {
    padding-bottom: 317px;
  }
  .page-header__title {
    margin-top: 136px;
  }
  .page-header__title h1 {
    font-size: 40px;
  }
}

@media (min-width: 1366px) {
  .adjust-pc {
    letter-spacing: 0.03em;
  }
  .adjust-lg {
    letter-spacing: 0.1em;
  }
}