/* ==========================================
  レイアウト
   ========================================== */
@media (max-width: 959px) {
  .home #content {
    padding-top: 4em !important;
  }
}

/* ==========================================
  見出し
   ========================================== */
.home .p-top-heading {
  position: relative;
  margin-bottom: 50px;
}

.home .p-top-heading--center {
  text-align: center;
}

.home .p-top-heading__en {
  margin: 0;
  color: rgba(var(--color-secondary-rgb), 0.2);
  font-family: var(--font-en);
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.5px;
}

.home .p-top-heading__title {
  margin: -20px 0 0;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--color-black);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}

.home .p-top-heading__title::before,
.home .p-top-heading__title::after {
  content: none !important;
  display: none !important;
}

.home .p-top-heading__title span {
  color: var(--color-primary);
}

@media (max-width: 959px) {
  .home .p-top-heading {
    text-align: center;
  }

  .home .p-top-heading__en {
    font-size: 3.429rem;
  }

  .home .p-top-heading__title {
    margin: -12px 0 0;
    font-size: 1.429rem;
    font-weight: 700;
  }
}

/* ==========================================
  ボタン
   ========================================== */
.home .p-top-button {
  margin-top: 110px;
  text-align: center;
}

.home .p-top-button a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 690px;
  min-height: 70px;
  padding: 10px 80px;
  border: 3px solid var(--color-primary);
  color: var(--color-primary);
  background-color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: all 0.2s ease;
}

.home .p-top-button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 1px;
  margin-top: 5px;
  background-color: var(--color-primary);
  transform: translateY(-50%);
}

.home .p-top-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  border-top: 1px solid var(--color-primary);
  transform: translateY(-50%) rotate(45deg);
}

.home .p-top-button a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.home .p-top-button a:hover::before {
  background-color: var(--color-white);
}

.home .p-top-button a:hover::after {
  border-color: var(--color-white);
}

@media (max-width: 959px) {
  .home .p-top-button {
    margin-top: 55px;
  }

  .home .p-top-button a {
    max-width: 100%;
    min-height: 53px;
    padding: 10px calc(50 * 100vw / 402);
    font-size: 1.143rem;
    letter-spacing: 0;
  }

  .home .p-top-button a::before {
    width: calc(30 * 100vw / 402);
    margin-top: 3px;
  }

  .home .p-top-button a::after {
    width: calc(8 * 100vw / 402);
  }
}

/* ==========================================
  メインビジュアル内テキスト
========================================== */
.home .p-top-mv-copy {
  position: relative;
  z-index: 10;
  max-width: 760px;
  margin-top: -600px !important;
  margin-left: 0;
  margin-bottom: 180px;
  padding: 0;
  color: #404040;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-style: normal;
}

.home .p-top-mv-copy__title {
  margin: 0 0 34px;
  font-family: inherit;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #404040;
}

.home .p-top-mv-copy__title span {
  display: inline-block;
  margin: 0 0.08em;
  color: var(--color-secondary);
  font-family: inherit;
  font-size: 6rem;
  font-weight: 700;
  line-height: 0.9;
  transform: translateY(0.12em);
}

.home .p-top-mv-copy__text {
  margin: 0 0 24px;
  font-family: inherit;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.05em;
  color: #404040;
}

.home .p-top-mv-copy__lead {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  padding: 18px 70px;
  color: var(--color-primary);
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
  z-index: 1;
}

.home .p-top-mv-copy__lead::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid var(--color-primary);
  transform: skewX(-25deg);
  background-color: var(--color-white);
  z-index: -1;
}

@media (max-width: 959px) {
  .home .p-top-mv-copy {
    max-width: none;
    margin-top: -550px !important;
    margin-right: 15px;
    margin-bottom: 42px;
    margin-left: 15px;
  }

  .home .p-top-mv-copy__title {
    margin: 0 0 24px;
    font-size: 1.429rem;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }

  .home .p-top-mv-copy__title span {
    margin: 0 0.06em;
    font-size: 3.429rem;
    line-height: 0.9;
    transform: translateY(0.1em);
  }

  .home .p-top-mv-copy__text {
    margin: 0;
    font-size: 1.143rem;
    line-height: 1.55;
    letter-spacing: 0.04em;
  }

  .home .p-top-mv-copy__lead {
    display: block;
    margin: 210px auto 0;
    padding: 10px 10px 10px 20px;
    width: 90%;
    max-width: 360px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .home .p-top-mv-copy__lead::before {
    border-width: 2px;
    transform: skewX(-18deg);
  }
}


/* ==========================================
  News
========================================== */
.home .p-top-news {
  position: relative;
  margin: -120px auto 0;
  z-index: 10;
}

.home .p-top-news-box {
  background: var(--color-white);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.home .p-top-news-box__inner {
  padding: 15px 70px 15px 100px;
}

.home .p-top-news-box__title {
  margin: 0 0 24px;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: rgba(var(--color-secondary-rgb), 0.2);
  font-family: var(--font-en);
  font-size: 5.25rem; /* 84px */
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.home .p-top-news-box__title::before,
.home .p-top-news-box__title::after {
  content: none !important;
  display: none !important;
}

.home .p-top-news-box__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home .p-top-news-box__item {
  margin: 0;
}

.home .p-top-news-box__item + .p-top-news-box__item {
  margin-top: 14px;
}

.home .p-top-news-box__link {
  display: grid;
  grid-template-columns: 80px 130px 1fr;
  column-gap: 12px;
  align-items: center;
  color: var(--color-black);
  text-decoration: none;
  transition: all 0.2s ease;
}

.home .p-top-news-box__date {
  font-family: var(--font-en);
  font-size: 0.875rem;
  line-height: 1.5;
}

.home .p-top-news-box__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 12px;
  background: var(--color-secondary);
  color: var(--color-white);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.home .p-top-news-box__cat.is-subsidy {
  background: var(--color-secondary);
}

.home .p-top-news-box__cat.is-news {
  background: #2D842B;
}

.home .p-top-news-box__cat.is-default {
  background: #666;
}

.home .p-top-news-box__post-title {
  font-size: 1rem;
  line-height: 1.6;
}

.home .p-top-news-box__link:hover .p-top-news-box__post-title {
  text-decoration: underline;
}

.home .p-top-news-box__more {
  margin-top: 24px;
  text-align: right;
}

.home .p-top-news-box__more a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #818181;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.home .p-top-news-box__more a::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #818181;
}

.home .p-top-news-box__more a:hover {
  text-decoration: underline;
}

@media (max-width: 959px) {
  .home .p-top-news {
    margin: 0;
  }

  .home .p-top-news-box__inner {
    padding: 10px 10px 10px 20px;
  }

  .home .p-top-news-box__title {
    margin: 0 0 14px;
    font-size: 2.571rem;
  }

  .home .p-top-news-box__item + .p-top-news-box__item {
    margin-top: 15px;
  }

  .home .p-top-news-box__link {
    display: grid;
    grid-template-columns: 5rem auto;
    column-gap: 4px;
    row-gap: 4px;
    align-items: center;
  }

  .home .p-top-news-box__date {
    font-size: 0.857rem;
  }

  .home .p-top-news-box__cat {
    justify-self: start;
    min-height: auto;
    padding: 3px 6px;
    font-size: 0.857rem;
    line-height: 1;
  }

  .home .p-top-news-box__post-title {
    grid-column: 1 / -1;
    font-size: 1rem;
    line-height: 1.4;
  }

  .home .p-top-news-box__more {
    margin-top: 6px;
    text-align: right;
  }

  .home .p-top-news-box__more a {
    font-size: 0.857rem;
  }

  .home .p-top-news-box__more a::after {
    margin: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #818181;
  }
}

/* ==========================================
  Strengths
   ========================================== */
.home .p-top-strengths {
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw) 0;
  padding: 260px 16px 180px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    url("../img/index_strengths_bg01.webp");
  background-repeat: no-repeat;
  background-size: 2400px auto, 2400px auto;
  background-position: -104px bottom;
}

.home .p-top-news + .p-top-strengths {
  margin-top: -160px;
}

.home .p-top-strengths__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.home .p-top-strengths-list {
  display: grid;
  gap: 110px;
}

.home .p-top-strengths-item {
  position: relative;
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: end;
}

.home .p-top-strengths-item__body {
  position: relative;
  min-height: 270px;
  margin-top: 54px;
  padding: 50px 50px 32px 32px;
  background: var(--color-white);
}

.home .p-top-strengths-item__image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0;
  height: 326px;
  border-radius: 36px 0 36px 0;
}

.home .p-top-strengths-item__image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.home .p-top-strengths-item__label {
  position: absolute;
  top: -45px;
  left: 32px;
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin: 0;
  color: var(--color-primary);
  font-family: var(--font-en);
  font-weight: 800;
  line-height: 1;
}

.home .p-top-strengths-item__label span {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

.home .p-top-strengths-item__label strong {
  color: transparent;
  -webkit-text-stroke: 1px var(--color-primary);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.home .p-top-strengths-item__title {
  margin: 0 0 26px;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--color-secondary);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}

.home .p-top-strengths-item__title::before,
.home .p-top-strengths-item__title::after {
  content: none !important;
  display: none !important;
}

.home .p-top-strengths-item__text {
  margin: 0;
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.home .p-top-strengths-item--02 {
  grid-template-columns: 48% 52%;
}

.home .p-top-strengths-item--02 .p-top-strengths-item__body {
  margin-left: -36px;
  padding: 50px 50px 32px 86px;
}

.home .p-top-strengths-item--01 .p-top-strengths-item__image img {
  object-position: 0 -50px;
}

.home .p-top-strengths-item--02 .p-top-strengths-item__image img {
  object-position: 0 -45px;
  height: 420px;
}

.home .p-top-strengths-item--03 .p-top-strengths-item__image img {
  object-position: 0 -115px;
}

.home .p-top-strengths-item--02 .p-top-strengths-item__label {
  left: 86px;
}

@media (max-width: 959px) {
  .home .p-top-strengths {
    margin: 0 calc(50% - 50vw);
    padding: 200px 15px 100px;
    background-size: auto 100%, auto 100%;
    background-position: center top;
  }

  .home .p-top-news + .p-top-strengths {
    margin-top: -150px;
  }

  .home .p-top-strengths__inner {
    max-width: none;
    margin: 0 auto;
  }

  .home .p-top-strengths-list {
    display: grid;
    gap: 80px;
    margin-top: 70px;
  }

  .home .p-top-strengths-item,
  .home .p-top-strengths-item--02 {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    align-items: stretch;
  }

  .home .p-top-strengths-item--02 .p-top-strengths-item__body {
    order: 1;
  }

  .home .p-top-strengths-item--02 .p-top-strengths-item__image {
    order: 2;
  }

  .home .p-top-strengths-item__body,
  .home .p-top-strengths-item--02 .p-top-strengths-item__body {
    min-height: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 30px 20px 70px;
    background: var(--color-white);
  }

  .home .p-top-strengths-item__label,
  .home .p-top-strengths-item--02 .p-top-strengths-item__label {
    top: -35px;
    left: 22px;
    gap: 5px;
  }

  .home .p-top-strengths-item__label span {
    font-size: 1.286rem;
    line-height: 1.5;
  }

  .home .p-top-strengths-item__label strong {
    font-size: 3.429rem;
    line-height: 1;
  }

  .home .p-top-strengths-item__title {
    margin: 0 0 24px;
    font-size: 1.286rem;
    line-height: 1.7;
  }

  .home .p-top-strengths-item__text {
    font-size: 1rem;
    line-height: 2;
  }

  .home .p-top-strengths-item__image {
    width: 100%;
    height: auto;
    aspect-ratio: 340 / 222;
    border-radius: 50px 0 50px 0;
    margin-top: -40px;
  }

  .home .p-top-strengths-item__image img,
  .home .p-top-strengths-item--02 .p-top-strengths-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home .p-top-strengths-item--01 .p-top-strengths-item__image img {
    object-position: 0 -35px;
  }

  .home .p-top-strengths-item--02 .p-top-strengths-item__image img {
    object-position: center center;
  }

  .home .p-top-strengths-item--03 .p-top-strengths-item__image img {
    object-position: 0 -80px;
  }
}

/* ==========================================
  service
   ========================================== */
.home .p-top-service {
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 120px 16px 100px;
  background-color: #f7f7f7;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    url("../img/index_service_bg01.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 1440px auto;
  background-position: center, center top;
}

.home .p-top-service__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.home .p-top-service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.home .p-top-service-card {
  position: relative;
  display: block;
  height: 230px;
  overflow: hidden;
  color: var(--color-white);
  text-decoration: none;
}

.home .p-top-service-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.home .p-top-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 115px;
  background: linear-gradient(
    180deg,
    rgba(51, 31, 115, 0) 0%,
    rgba(51, 31, 115, 0.78) 100%
  );
  z-index: 1;
}

.home .p-top-service-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 24px 20px 10px;
  text-align: center;
}

.home .p-top-service-card__title {
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--color-white);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.home .p-top-service-card__title::before,
.home .p-top-service-card__title::after {
  content: none !important;
  display: none !important;
}

.home .p-top-service-card__text {
  margin: 0;
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.home .p-top-service-card:hover img {
  transform: scale(1.06);
}

@media (min-width: 1440px) {
  .home .p-top-service {
    background-size: auto, 100% auto;
  }
}

@media (max-width: 959px) {
  .home .p-top-service {
    padding: 50px 15px 100px;
    background-size: auto, auto 100%;
    background-position: center, center top;
  }

  .home .p-top-service__inner {
    max-width: none;
    margin: 0 auto;
  }

  .home .p-top-service-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .home .p-top-service-card {
    width: 100%;
    height: auto;
    aspect-ratio: 340 / 236;
    margin: 0 auto;
  }

  .home .p-top-service-card::before {
    height: 115px;
  }

  .home .p-top-service-card__body {
    padding: 0 15px 10px;
  }

  .home .p-top-service-card__title {
    font-size: 1.714rem;
    line-height: 1.5;
  }

  .home .p-top-service-card__text {
    margin-top: 2px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .home .p-top-service-card:hover img {
    transform: none;
  }
}

/* ==========================================
  Price
   ========================================== */
.home .p-top-price {
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 100px 16px 80px;
  background-color: #eef4f7;
  background-image:
    linear-gradient(rgba(255, 255, 255), rgba(255, 255, 255, 0.5)),
    url("../img/index_price_bg01.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 1440px auto;
  background-position: center, center top;
}

.home .p-top-price__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.home .p-top-price-list {
  display: grid;
  margin: 0 0 30px;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.home .p-top-price-card {
  padding: 30px 20px 20px;
  background: var(--color-white);
  text-align: center;
}

.home .p-top-price-card__title {
  margin: 0 0 20px;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--color-secondary);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

.home .p-top-price-card__title::before,
.home .p-top-price-card__title::after {
  content: none !important;
  display: none !important;
}

.home .p-top-price-card__icon {
  margin: 0 0 15px;
}

.home .p-top-price-card__icon img {
  display: block;
  width: 98px;
  height: 98px;
  margin: 0 auto;
  object-fit: contain;
}

.home .p-top-price-card__price {
  margin: 0 0 10px;
  color: var(--color-black);
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 1;
}

.home .p-top-price-card__price-num {
  font-size: 2.25rem;
  letter-spacing: 0.04em;
}

.home .p-top-price-card__price-unit {
  font-size: 1rem;
  font-weight: 700;
}

.home .p-top-price-card__price-note {
  color: var(--color-primary);
  font-size: 1.25rem;
  font-weight: 700;
}

.home .p-top-price-card__text {
  margin: 0;
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.home .p-top-price__note-wrap {
  padding: 0 220px;
}

.home .p-top-price__note {
  margin: 0;
  color: var(--color-black);
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.875rem;
  line-height: 1.5;
}

.home .p-top-price__note + .p-top-price__note {
  margin-top: 4px;
}

.home .p-top-price__button {
  margin-top: 60px;
}

@media (min-width: 1440px) {
  .home .p-top-price {
    background-size: auto, 100% auto;
  }
}

@media (max-width: 959px) {
  .home .p-top-price {
    padding: 60px 15px 90px;
    background-size: auto, auto 100%;
    background-position: center, center top;
  }

  .home .p-top-price__inner {
    max-width: none;
    margin: 0 auto;
  }

  .home .p-top-price-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 54px;
    margin: 0 0 30px;
  }

  .home .p-top-price-card {
    width: 100%;
    margin: 0 auto;
    padding: 34px 24px 18px;
    background: var(--color-white);
  }

  .home .p-top-price-card__title {
    margin: 0 0 30px;
    font-size: 1.143rem;
    line-height: 1.6;
  }

  .home .p-top-price-card__icon {
    margin: 0 0 10px;
  }

  .home .p-top-price-card__icon img {
    width: 95px;
    height: 95px;
  }

  .home .p-top-price-card__price {
    margin: 0 0 15px;
  }

  .home .p-top-price-card__price-num {
    font-size: 3rem;
    letter-spacing: 0;
  }

  .home .p-top-price-card__price-unit {
    font-size: 1.143rem;
  }

  .home .p-top-price-card__price-note {
    font-size: 1.429rem;
  }

  .home .p-top-price-card__text {
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
  }

  .home .p-top-price__note-wrap {
    margin: 0 auto;
    padding: 0;
  }

  .home .p-top-price__note {
    font-size: 0.857rem;
    line-height: 1.7;
  }

  .home .p-top-price__note + .p-top-price__note {
    margin-top: 10px;
  }

  .home .p-top-price__button {
    margin-top: 40px;
  }
}

/* ==========================================
  Achievements
   ========================================== */
.home .p-top-achievements {
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 110px 16px 100px;
  background-color: var(--color-white);
}

.home .p-top-achievements__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.home .p-top-achievements-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.home .p-top-achievements-card {
  margin: 0;
}

.home .p-top-achievements-card__link {
  display: block;
  color: var(--color-black);
  text-decoration: none;
}

.home .p-top-achievements-card__image {
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
  background-color: #eee;
}

.home .p-top-achievements-card__image img {
  display: block;
  width: 100%;
  height: 166px;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.home .p-top-achievements-card__cat {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 88px;
  padding: 2px 12px;
  background-color: var(--color-secondary);
  color: var(--color-white);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.home .p-top-achievements-card__title {
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.home .p-top-achievements-card__title::before,
.home .p-top-achievements-card__title::after {
  content: none !important;
  display: none !important;
}

.home .p-top-achievements-card__link:hover .p-top-achievements-card__title {
  text-decoration: underline;
}

.home .p-top-achievements-card__link:hover img {
  transform: scale(1.06);
}

.home .p-top-achievements__button {
  margin-top: 70px;
}

@media (max-width: 959px) {
  .home .p-top-achievements {
    padding: 100px 0 90px;
  }

  .home .p-top-achievements__inner {
    max-width: none;
    margin: 0;
  }

  .home .p-top-achievements-list {
    position: relative;
    display: block;
    padding: 0 40px;
  }

  .home .p-top-achievements-list .slick-list {
    overflow: hidden;
  }

  .home .p-top-achievements-list .slick-track {
    display: flex;
    align-items: stretch;
  }

  .home .p-top-achievements-list .slick-slide {
    height: auto;
    margin: 0;
  }

  .home .p-top-achievements-list .slick-slide > div {
    height: 100%;
  }

  .home .p-top-achievements-card {
    height: 100%;
    margin: 0;
  }

  .home .p-top-achievements-card__image {
    margin: 0 0 10px;
  }

  .home .p-top-achievements-card__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 300 / 206;
    object-fit: cover;
  }

  .home .p-top-achievements-card__cat {
    min-width: 80px;
    padding: 3px 10px;
    font-size: 0.857rem;
    line-height: 1.4;
  }

  .home .p-top-achievements-card__title {
    font-size: 1rem;
    line-height: 1.7;
  }

  .home .p-top-achievements-card__link:hover img {
    transform: none;
  }

  .home .p-top-achievements__button {
    margin: 30px 15px 0;
  }

  .home .p-top-achievements-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    display: block;
    width: 28px;
    height: 44px;
    margin-top: calc(-20 * 100vw / 402);
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
  }

  .home .p-top-achievements-slider__arrow--prev {
    left: 28px;
  }

  .home .p-top-achievements-slider__arrow--next {
    right: 28px;
  }

  .home .p-top-achievements-slider__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-color: var(--color-secondary);
    border-style: solid;
    transform: translateY(-50%) rotate(45deg);
  }

  .home .p-top-achievements-slider__arrow--prev::before {
    left: -5px;
    border-width: 0 0 1px 1px;
  }

  .home .p-top-achievements-slider__arrow--next::before {
    right: -5px;
    border-width: 1px 1px 0 0;
  }

  .home .p-top-achievements-slider__arrow.slick-disabled {
    opacity: 0.25;
    pointer-events: none;
  }
}

/* ==========================================
  Area
   ========================================== */
.home .p-top-area {
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 60px 16px;
  background-color: #eef2f4;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)),
    url("../img/index_area_bg01.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 1440px auto;
  background-position: center, top;
}

.home .p-top-area__inner {
  position: relative;
  max-width: 1040px;
  min-height: 410px;
  margin: 0 auto;
  padding: 50px 50px 50px 90px;
  background: var(--color-white);
  border-radius: 56px 0 56px 0;
}

.home .p-top-area__en {
  position: absolute;
  top: -8px;
  left: 5px;
  z-index: 1;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--color-secondary-rgb), 0.3);
  font-family: var(--font-en);
  font-size: 8rem; /* 128px */
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
}

.home .p-top-area__title {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--color-black);
  font-size: 1.5rem; /* 24px */
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.home .p-top-area__title::before,
.home .p-top-area__title::after {
  content: none !important;
  display: none !important;
}

.home .p-top-area__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 350px 1fr;
  column-gap: 70px;
  align-items: center;
}

.home .p-top-area__map {
  margin: -10px 0 0;
}

.home .p-top-area__map img {
  display: block;
  width: 350px;
  height: auto;
}

.home .p-top-area__body {
  color: var(--color-black);
  padding-top: 6px;
}

.home .p-top-area__text-block {
  margin-bottom: 38px;
}

.home .p-top-area__label {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.home .p-top-area__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.home .p-top-area__note {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.875rem;
  line-height: 1.6;
}

@media (min-width: 1440px) {
  .home .p-top-area {
    background-size: auto, 100% auto;
  }
}

@media (max-width: 959px) {
  .home .p-top-area {
    padding: 40px 15px 60px;
    background-size: auto, auto 100%;
    background-position: center, center top;
  }

  .home .p-top-area__inner {
    max-width: none;
    min-height: 0;
    padding: 65px 28px 70px;
    border-radius: 44px 0 44px 0;
  }

  .home .p-top-area__en {
    top: 30px;
    left: 28px;
    font-size: 3.429rem;
    letter-spacing: -1px;
    -webkit-text-stroke: 1px rgba(var(--color-secondary-rgb), 0.3);
  }

  .home .p-top-area__title {
    margin: 0 0 44px;
    font-size: 1.429rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
  }

  .home .p-top-area__content {
    display: block;
  }

  .home .p-top-area__map {
    margin: 0 auto 50px;
  }

  .home .p-top-area__map img {
    width: 100%;
    max-width: 285px;
    margin: 0 auto;
  }

  .home .p-top-area__body {
    padding-top: 0;
  }

  .home .p-top-area__text-block {
    margin-bottom: 30px;
  }

  .home .p-top-area__label {
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
  }

  .home .p-top-area__text {
    font-size: 1rem;
    line-height: 1.9;
  }

  .home .p-top-area__note {
    font-size: 0.857rem;
    line-height: 1.9;
  }
}

/* ==========================================
  Data
   ========================================== */
.home .p-top-data {
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 60px 16px;
  background-color: #FAF7EE;
}

.home .p-top-data__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.home .p-top-data-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
  align-items: start;
}

.home .p-top-data-item {
  text-align: center;
}

.home .p-top-data-item__icon {
  height: 44px;
  margin: 0 0 10px;
}

.home .p-top-data-item__icon img {
  display: block;
  width: auto;
  height: 40px;
  margin: 0 auto;
}

.home .p-top-data-item__label {
  margin: 0 0 10px;
  color: var(--color-black);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.home .p-top-data-item__value {
  margin: 0;
  color: var(--color-black);
  font-weight: 800;
  line-height: 1;
}

.home .p-top-data-item__value span {
  color: var(--color-primary);
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home .p-top-data-item__value small {
  margin-left: 4px;
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 800;
}

@media (max-width: 959px) {
  .home .p-top-data {
    padding: 70px 15px 80px;
  }

  .home .p-top-data__inner {
    max-width: none;
  }

  .home .p-top-data-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 70px;
  }

  .home .p-top-data-item__icon {
    height: 58px;
    margin: 0 0 14px;
  }

  .home .p-top-data-item__icon img {
    width: auto;
    height: 58px;
  }

  .home .p-top-data-item__label {
    margin: 0 0 8px;
    font-size: 1.286rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .home .p-top-data-item__value span {
    font-size: 2.286rem;
    letter-spacing: 0.08em;
  }

  .home .p-top-data-item__value small {
    margin-left: 4px;
    font-size: 1.071rem;
  }
}

/* ==========================================
  Reason
   ========================================== */
.home .p-top-reason {
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 150px 16px 80px;
  background-color: var(--color-white);
  overflow: hidden;
}

.home .p-top-reason__inner {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}

.home .p-top-reason__inner::after {
  content: "";
  position: absolute;
  top: -105px;
  right: 10px;
  width: 215px;
  height: 238px;
  background: url("../img/index_reason_bg01.webp") no-repeat center center / contain;
  pointer-events: none;
  z-index: 1;
}

.home .p-top-reason__side-text {
  position: absolute;
  left: -200px;
  top: -32px;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--color-secondary-rgb), 0.3);
  font-family: var(--font-en);
  font-size: 9.375rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  z-index: 0;
}

.home .p-top-reason__heading {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  text-align: center;
}

.home .p-top-reason__title {
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--color-black);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.6px;
}

.home .p-top-reason__title::before,
.home .p-top-reason__title::after {
  content: none !important;
  display: none !important;
}

.home .p-top-reason-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 24px;
  row-gap: 50px;
}

.home .p-top-reason-item {
  grid-column: span 2;
}

.home .p-top-reason-item:nth-child(4) {
  grid-column: 2 / span 2;
}

.home .p-top-reason-item:nth-child(5) {
  grid-column: 4 / span 2;
}

.home .p-top-reason-item__image {
  margin: 0 0 10px;
  overflow: hidden;
}

.home .p-top-reason-item__image img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.home .p-top-reason-item__title {
  margin: 0 0 10px;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.home .p-top-reason-item__title::before,
.home .p-top-reason-item__title::after {
  content: none !important;
  display: none !important;
}

.home .p-top-reason-item__text {
  margin: 0;
  color: var(--color-black);
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 959px) {
  .home .p-top-reason {
    padding: 120px 15px 70px;
  }

  .home .p-top-reason__inner {
    max-width: none;
  }

  .home .p-top-reason__inner::after {
    top: -70px;
    right: -20px;
    width: 130px;
    height: 144px;
  }

  .home .p-top-reason__side-text {
    display: none;
  }

  .home .p-top-reason__heading {
    margin-bottom: 46px;
    text-align: center;
  }

  .home .p-top-reason__title {
    font-size: 1.429rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1.4px;
  }

  .home .p-top-reason-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .home .p-top-reason-item,
  .home .p-top-reason-item:nth-child(4),
  .home .p-top-reason-item:nth-child(5) {
    grid-column: auto;
  }

  .home .p-top-reason-item__image {
    margin: 0 0 20px;
  }

  .home .p-top-reason-item__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 330 / 240;
    object-fit: cover;
  }

  .home .p-top-reason-item__title {
    margin: 0 0 8px;
    font-size: 1rem;
  }

  .home .p-top-reason-item__text {
    font-size: 1rem;
    line-height: 1.7;
  }
}

/* ==========================================
  Message
   ========================================== */
.home .p-top-message {
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 80px 16px 150px;
  background-color: var(--color-white);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
    url("../img/index_message_bg01.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 1440px auto;
  background-position: center, center center;
}

.home .p-top-message__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.home .p-top-message__content {
  display: grid;
  grid-template-columns: 32% 1fr;
  gap: 25px;
  align-items: start;
}

.home .p-top-message__image {
  margin: 0;
}

.home .p-top-message__image img {
  display: block;
  width: 100%;
  height: auto;
}

.home .p-top-message__body {
  color: var(--color-black);
}

.home .p-top-message__text {
  margin: 0;
  color: var(--color-black);
  font-size: 1rem;
  line-height: 1.7;
}

.home .p-top-message__text + .p-top-message__text {
  margin-top: 25px;
}

.home .p-top-message__name {
  margin: 30px 0 0;
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

.home .p-top-message__link {
  margin: 0;
}

.home .p-top-message__link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
  transition: all 0.2s ease;
}

.home .p-top-message__link a::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid var(--color-primary);
}

.home .p-top-message__link a:hover {
  text-decoration: underline;
}

@media (min-width: 1440px) {
  .home .p-top-message {
    background-size: auto, 100% auto;
  }
}

@media (max-width: 959px) {
  .home .p-top-message {
    padding: 50px 15px 80px;
    background-size: auto, auto 100%;
    background-position: center, -145px top;
  }

  .home .p-top-message__inner {
    max-width: none;
    margin: 0 auto;
  }

  .home .p-top-message__content {
    display: block;
  }

  .home .p-top-message__image {
    margin: 0 auto 54px;
    max-width: 400px;
  }

  .home .p-top-message__image img {
    width: 100%;
    height: auto;
  }

  .home .p-top-message__text {
    font-size: 1rem;
    line-height: 2;
  }

  .home .p-top-message__text + .p-top-message__text {
    margin-top: 25px;
  }

  .home .p-top-message__name {
    margin: 34px 0 4px;
    font-size: 1rem;
    line-height: 1.8;
  }

  .home .p-top-message__link a {
    font-size: 1rem;
    line-height: 1.8;
  }

  .home .p-top-message__link a::after {
    margin-bottom: 2px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 10px;
  }
}

/* ==========================================
  Blog
   ========================================== */
.home .p-top-blog {
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 150px 16px 0;
  background-color: var(--color-white);
}

.home .p-top-blog__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.home .p-top-blog-list {
  display: grid;
  gap: 32px;
}

.home .p-top-blog-item {
  margin: 0;
}

.home .p-top-blog-item__link {
  display: grid;
  grid-template-columns: 242px 1fr;
  gap: 32px;
  align-items: center;
  color: var(--color-black);
  text-decoration: none;
}

.home .p-top-blog-item__image {
  margin: 0;
  overflow: hidden;
}

.home .p-top-blog-item__image img {
  display: block;
  width: 100%;
  height: 177px;
  object-fit: cover;
  transition: all 0.2s ease;
}

.home .p-top-blog-item__body {
  min-width: 0;
}

.home .p-top-blog-item__date {
  display: block;
  margin-bottom: 14px;
  color: var(--color-black);
  font-family: var(--font-en);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.home .p-top-blog-item__title {
  margin: 0 0 16px;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--color-black);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.home .p-top-blog-item__title::before,
.home .p-top-blog-item__title::after {
  content: none !important;
  display: none !important;
}

.home .p-top-blog-item__text {
  margin: 0;
  color: var(--color-black);
  font-size: 1rem;
  line-height: 1.5;
}

.home .p-top-blog-item__link:hover .p-top-blog-item__title {
  text-decoration: underline;
}

.home .p-top-blog-item__link:hover img {
  opacity: 0.8;
}

.home .p-top-blog__more {
  margin-top: 50px;
  text-align: right;
}

.home .p-top-blog__more a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary);
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.home .p-top-blog__more a::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid var(--color-primary);
}

.home .p-top-blog__more a:hover {
  text-decoration: underline;
}

@media (max-width: 959px) {
  .home .p-top-blog {
    padding: 80px 15px 60px;
  }

  .home .p-top-blog__inner {
    max-width: none;
    margin: 0 auto;
  }

  .home .p-top-blog .p-top-heading {
    margin-bottom: 40px;
    text-align: center;
  }

  .home .p-top-blog .p-top-heading__en {
    font-size: 3.714rem;
    line-height: 1;
  }

  .home .p-top-blog .p-top-heading__title {
    margin-top: -18px;
    font-size: 1.429rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .home .p-top-blog-list {
    gap: 30px;
  }

  .home .p-top-blog-item__link {
    display: grid;
    grid-template-columns: calc(123 * 100vw / 402) 1fr;
    gap: 10px;
    align-items: start;
  }

  .home .p-top-blog-item__image {
    margin: 0;
  }

  .home .p-top-blog-item__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 123 / 90;
    object-fit: cover;
  }

  .home .p-top-blog-item__date {
    margin-bottom: 8px;
    font-size: 0.786rem;
    line-height: 1.5;
  }

  .home .p-top-blog-item__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
  }

  .home .p-top-blog-item__text {
    display: none;
  }

  .home .p-top-blog-item__link:hover img {
    opacity: 1;
  }

  .home .p-top-blog__more {
    margin-top: 70px;
    text-align: right;
  }

  .home .p-top-blog__more a {
    gap: 8px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
  }

  .home .p-top-blog__more a::after {
    margin-bottom: 1px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 10px;
  }
}