@charset "UTF-8";

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

.page-main {
  padding-top: 65px;
}

.page-main__contents {
  background: linear-gradient(180deg, rgba(231, 240, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 46.63%, rgba(255, 253, 229, 0.9) 100%);
  border-radius: 20px 20px 0 0;
  margin-bottom: -20px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.page-header {
  border-radius: 20px;
  margin-inline: 20px;
  overflow: hidden;
  padding-inline: 20px;
  position: relative;
}

.page-header__bg {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.page-header__bg img {
  position: relative;
  z-index: 1;
}
.page-header__bg::after {
  background: url(../images/pagehead_bg.png) no-repeat 40% center/cover;
  content: "";
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.page-header__contents {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  margin-inline: auto;
  max-width: 1232px;
  padding-block: 60px;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 3;
}

.page-header__img {
  aspect-ratio: 499/333;
  border-radius: 10px;
  margin-left: auto;
  max-width: 499px;
  overflow: hidden;
  pointer-events: visible;
  position: relative;
  position: relative;
  width: 100%;
  width: 100%;
  z-index: 1;
}
.page-header__wrap {
  flex-shrink: 0;
  pointer-events: visible;
}

.page-header__title {
  background: #9cd4f1;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
  padding: 10px 20px;
}
.page-header__title h1,
.page-header__title h2,
.page-header__title h3,
.page-header__title h4 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.125rem, 1.9830978809rem + 0.6054490414vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
.page-header__title p {
  display: list-item;
  font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
  font-weight: 700;
  list-style: disc;
  margin-left: 25px;
}

.page-header__bread {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 19px;
  position: relative;
  z-index: 5;
}

a.page-header__bread-item,
.page-header__bread-item {
  color: rgba(26, 150, 213, 0.8);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: calc(17 / 12);
}

.page-header__bread-item {
  align-items: center;
  color: rgba(26, 150, 213, 0.8);
  display: flex;
  gap: 12px;
}
.page-header__bread-item:not(:first-child)::before {
  background: url(../images/bread_arrow.svg) no-repeat center center/contain;
  content: "";
  flex-shrink: 0;
  height: 8.457px;
  width: 5.696px;
}

.c-title-wrap {
  display: flex;
  flex-direction: column;
}

.c-title-en {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.125rem, 1.6519929364rem + 2.0181634712vw, 3.375rem);
  font-weight: 700;
  line-height: calc(72 / 54);
}

.c-title-jp {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.c-label {
  font-size: clamp(1.375rem, 1.0911957619rem + 1.2108980827vw, 2.125rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: calc(53 / 34);
}

.c-desc {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 10px;
  line-height: 2;
  text-align: justify;
}

.c-inner {
  margin-inline: auto;
  max-width: 1146px;
}

a.c-btn-simple {
  align-items: center;
  background: #1A96D5;
  border-radius: 45px;
  color: #ffffff;
  display: flex;
  height: 50px;
  justify-content: center;
  line-height: calc(20 / 14);
  min-width: 220px;
  padding: 10px 35px;
  position: relative;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
a.c-btn-simple p {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
a.c-btn-simple::after {
  background: url(../images/arrow_white.svg) no-repeat center center/contain;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0px, -50%);
  transition: transform 0.3s ease;
  width: 10px;
}
a.c-btn-simple:hover {
  opacity: 1;
}
a.c-btn-simple:hover::after {
  transform: translate(5px, -50%);
}
a.c-btn-simple.c-btn-simple--orange {
  background: #F4911E;
}
a.c-btn-simple.c-btn-simple--mikan {
  background: #f7b93c;
}
a.c-btn-simple.center {
  margin-inline: auto;
}

.c-section-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.c-section-title::after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.c-section-title.c-section-title--inner {
  margin-inline: auto;
  max-width: 1186px;
  padding-inline: 20px;
}
.c-section-title.c-section-title--inner::after {
  width: calc(100% - 40px);
}
.c-section-title .c-title-wrap {
  width: 100%;
}
.c-section-title .c-desc {
  color: initial;
  margin-left: auto;
  max-width: 491px;
  width: 100%;
}

.c-bg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.c-bg__item {
  opacity: 0.2;
  overflow: hidden;
  position: absolute;
}

.c-link-triangle {
  align-items: center;
  display: flex;
  gap: 12px;
  padding-bottom: 5px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.c-link-triangle:hover {
  opacity: 1;
}
.c-link-triangle:hover::before {
  width: 100%;
}
.c-link-triangle p {
  color: #43423f;
  font-weight: 400;
}
.c-link-triangle::after {
  background-color: #f5a500;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  flex-shrink: 0;
  height: 7.6px;
  width: 6.6px;
}
.c-link-triangle::before {
  background: #b5b5b5;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
@media (min-width: 414px) {
  .adjust-sp {
    letter-spacing: normal;
  }
  .adjust-spwide {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .adjust-spwide {
    letter-spacing: normal;
  }
  .adjust-tb {
    letter-spacing: 0.1em;
  }
  .page-header__bg::after {
    background: url(../images/pagehead_bg.png) no-repeat center center/cover;
  }
  .page-header__contents {
    align-items: flex-end;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    padding-bottom: 28px;
    padding-top: 40px;
  }
  .page-header__wrap {
    padding-bottom: 53px;
  }
  .c-desc {
    line-height: calc(32 / 14);
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .adjust-tb {
    letter-spacing: normal;
  }
  .adjust-pc {
    letter-spacing: 0.1em;
  }
  .page-main {
    padding-top: 85px;
  }
  .page-main__contents {
    border-radius: 40px 40px 0 0;
    margin-bottom: -40px;
    padding-bottom: 40px;
  }
  .page-header__img {
    border-radius: 20px;
    margin-right: 50px;
  }
  .page-header__title {
    align-items: center;
    flex-direction: row;
    gap: 15px;
  }
  .page-header__title {
    padding: 16px 32px 16px 20px;
  }
  .c-desc {
    gap: 30px;
  }
  .c-section-title {
    padding-bottom: 20px;
  }
  .c-section-title {
    align-items: center;
    flex-direction: row;
    padding-bottom: 23px;
  }
}
@media (min-width: 1366px) {
  .adjust-pc {
    letter-spacing: normal;
  }
  .adjust-lg {
    letter-spacing: 0.1em;
  }
}