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

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

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

.c-header__bread-item {
  align-items: center;
  color: #848484;
  display: flex;
  gap: 11px;
}
.c-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;
}

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

.c-title-en {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.c-title-jp {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.75rem, 1.6080978809rem + 0.6054490414vw, 2.125rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: calc(56 / 34);
}

.c-desc-default {
  display: flex;
  flex-direction: column;
  gap: 20px;
  letter-spacing: 0.03em;
  line-height: calc(32 / 14);
  text-align: justify;
}
.c-desc-default.c-desc-default--serif {
  font-family: "Noto Serif JP", serif;
}
.c-desc-default.c-desc-default--mincho {
  font-family: "Shippori Mincho", serif;
}

.c-header {
  background: #f0f3f6;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-header.c-header--page {
  padding-bottom: 60px;
  padding-top: 75px;
}
.c-header.c-header--page .c-header__contents {
  padding-top: 65px;
}
.c-header.c-header--page .c-desc-default {
  margin-top: 25px;
}
.c-header.c-header--page .c-title-jp {
  padding-top: 8px;
}
.c-header.c-header--page .c-header__bg {
  top: 100px;
}
.c-header.c-header--page .c-header__line {
  aspect-ratio: 1368/227;
}
.c-header.large-bg .c-header__bg {
  left: 43%;
  right: auto;
  text-wrap-mode: nowrap;
}

.c-header__contents {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 1200px;
  padding-inline: 20px;
  pointer-events: none;
  position: relative;
  z-index: 3;
}
.c-header__contents .c-desc-default {
  max-width: 451px;
  pointer-events: visible;
}
.c-header__contents .c-title-en {
  pointer-events: visible;
}
.c-header__contents .c-title-jp {
  pointer-events: visible;
}

.c-header__bg {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(3.125rem, 1.4694752775rem + 7.0635721493vw, 7.5rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.9;
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 2;
}

.c-header__line {
  aspect-ratio: 1368/278;
  bottom: 27px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.c-header__line svg {
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  width: 100vw;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.c-slider-flow__swiper .swiper-slide {
  aspect-ratio: 375/250;
  width: 200px;
}

a.c-btn-simple {
  align-items: center;
  background: #1169ca;
  border: 1px solid #004fa4;
  border-radius: 45px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  line-height: calc(20 / 14);
  padding: 15px 17px 15px 17px;
  transition: all 0.3s ease;
  width: 251px;
}
a.c-btn-simple p {
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%;
}
a.c-btn-simple::after {
  background: url(../images/arrow_white.svg) no-repeat center center/contain;
  content: "";
  height: 14px;
  transition: transform 0.3s ease;
  width: 14px;
}
a.c-btn-simple:hover {
  background-color: #284169;
  opacity: 1;
}
a.c-btn-simple.c-btn-simple--white {
  background-color: transparent;
  border: 1px solid #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
a.c-btn-simple.c-btn-simple--white:hover {
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.bg-large-text {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(5rem, 4.0539858729rem + 4.0363269425vw, 7.5rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.9;
  writing-mode: sideways-lr;
}

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

.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: #2c2c2c;
  font-weight: 400;
}
.c-link-triangle::after {
  background-color: #004fa4;
  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;
  }
  .c-desc-default {
    gap: 38px;
    text-align: left;
  }
  .c-slider-flow__swiper .swiper-slide {
    width: 375px;
  }
}
@media (min-width: 1024px) {
  .adjust-tb {
    letter-spacing: normal;
  }
  .adjust-pc {
    letter-spacing: 0.1em;
  }
  .c-header.c-header--page {
    padding-bottom: calc(50 / 1366 * 100vw);
    padding-top: 84px;
  }
  .c-header.c-header--page .c-header__bg {
    top: 50%;
    transform: translateY(-50%);
  }
  .c-header__bg {
    top: calc(140 / 1366 * 100vw);
  }
}
@media (min-width: 1366px) {
  .adjust-pc {
    letter-spacing: normal;
  }
  .adjust-lg {
    letter-spacing: 0.1em;
  }
  .c-header.large-bg .c-header__bg {
    left: 66%;
    right: auto;
  }
}