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

.c-noise {
  position: relative;
}
.c-noise::after {
  background: url(../images/noise.png) repeat center center/456px 280px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-title-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.c-title-en {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.c-title-jp {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(24 / 16);
}

.c-title-cycle {
  align-items: center;
  display: flex;
  gap: 10px;
}
.c-title-cycle::before {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 8px;
  width: 8px;
}

.c-btn-simple {
  align-items: center;
  border: solid 1px #fff;
  border-radius: 5px;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  gap: 15px;
  padding: 13px 30px;
}
.c-btn-simple:hover {
  opacity: 1;
}
.c-btn-simple:hover::after {
  transform: translateX(5px);
}
.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;
}
.c-btn-simple.c-btn-simple--black {
  background-color: #333;
  color: #fff;
}

.page-header {
  margin-inline: 20px;
  padding-top: 70px;
  position: relative;
}

.page-header__img {
  aspect-ratio: 1306/403;
  border-radius: 10px;
  height: 403px;
  overflow: hidden;
  width: 100%;
}

.page-header__conents {
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  bottom: 0;
  left: 0;
  max-width: 500px;
  padding-block: 10px;
  padding-right: 20px;
  position: absolute;
  width: 90%;
  z-index: 5;
}

.page-header__bread {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  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: 6px;
  margin-top: 30px;
}
.page-header__title h1 {
  font-size: 35px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1;
}
.page-header__title p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: calc(20 / 13);
}

.page-main {
  background-image: linear-gradient(to bottom, #f6f5f3, #fff);
  border-radius: 30px 30px 0 0;
  margin-top: 43px;
}
.c-texts {
  color: #303332;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 300;
  gap: 20px;
  line-height: 2;
}

.c-texts__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c-list__item {
  align-items: center;
  border-bottom: solid 1px rgba(154, 154, 154, 0.3);
  display: flex;
  gap: 20px;
  min-height: 90px;
  padding-block: 20px;
}
.c-list__item h1,
.c-list__item h2,
.c-list__item h3,
.c-list__item h4 {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: calc(21 / 14);
  width: 90px;
}
.c-list__item p {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}
.c-list__item p br {
  display: none;
}

.page-main--single {
  margin-top: 35px;
}

@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__title {
    padding-left: 34px;
  }
  .page-header__title h1 {
    font-size: 40px;
  }
  .c-texts {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .c-texts__wrap {
    gap: 25px;
  }
  .c-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .c-list__item.c-list__item--borderNone {
    border-bottom: solid 1px rgba(154, 154, 154, 0);
  }
}

@media (min-width: 1024px) {
  .adjust-tb {
    letter-spacing: normal;
  }
  .adjust-pc {
    letter-spacing: 0.1em;
  }
  .c-title-en {
    font-size: 60px;
  }
  .c-title-jp {
    font-size: 16px;
  }
  .page-header {
    margin-inline: 30px;
  }
  .page-header__conents {
    width: 100%;
  }
  .page-main .c-title-en {
    font-size: 40px;
  }
  .c-texts {
    gap: 50px;
  }
  .c-list {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .page-main--single {
    margin-top: 43px;
  }
  .page-main--single .c-title-head {
    gap: 10px;
  }
  .page-main--single .c-title-en {
    font-size: 40px;
  }
}

@media (min-width: 1366px) {
  .adjust-pc {
    letter-spacing: normal;
  }
  .adjust-lg {
    letter-spacing: 0.1em;
  }
  .c-list__item p br {
    display: block;
  }
}