@charset "UTF-8";

/* ----------------------------
  Child Page Common
 ---------------------------- */
/* 背景グラデーションを領域を担保するためpadding-topで調整 */
.l-childpage .l-footer {
  margin-top: -180px; /* padding-topの分をマイナス */
}
.p-childMain {
  padding-bottom: 180px;
  position: relative;
  background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 71.63%
    ),
    linear-gradient(180deg, #ffffff 28.37%, rgba(255, 255, 255, 0) 100%);
  background-size: 100% 480px, 100% calc(100% - 480px);
  background-position: top center, bottom center;
  background-blend-mode: normal;
  background-repeat: no-repeat;
}
.p-childMain::before {
  content: "";
  display: block;
  width: 100%;
  height: 490px;
  background-image: url("/assets/img/bg_child_mv_sp.png");
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 680px) {
  .p-childMain::before {
    background-image: url("/assets/img/bg_child_mv_tab.png");
    height: 480px;
  }
}
@media screen and (min-width: 980px) {
  .p-childMain {
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        #ffffff 71.63%
      ),
      linear-gradient(180deg, #ffffff 28.37%, rgba(255, 255, 255, 0) 100%);
    background-size: 100% 682px, 100% calc(100% - 682px);
    background-position: top center, bottom center;
    background-blend-mode: normal;
  }
  .p-childMain::before {
    background-image: url("/assets/img/bg_child_mv_pc.png");
    height: 682px;
  }
}

.p-backButton {
  text-align: center;
  margin-top: 72px;
}

/* hero */
.p-childHero {
  padding-block: 108px 72px;
  position: relative;
}
.p-childHeroTitle {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.p-childHeroTitle [lang="en"] {
  display: inline-block;
  width: auto;
  height: 29px;
}
.p-childHeroTitle [lang="en"] img {
  display: block;
  width: auto;
  height: 100%;
}
.p-childHeroTitle [lang="ja"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) {
  .p-childHero {
    padding-block: 180px 120px;
  }
  .p-childHeroTitle {
    gap: 20px;
  }
  .p-childHeroTitle [lang="en"] {
    height: 46px;
  }
  .p-childHeroTitle [lang="ja"] {
    font-size: 18px;
  }
}

/* ----------------------------
  News
 ---------------------------- */
/* News List */
.p-newsListSection + .p-newsListSection {
  margin-top: 72px;
}
.p-newsListHeading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 8px;
}
.p-newsList {
  list-style: none;
  padding-top: 8px;
  display: grid;
  gap: 8px;
  border-top: 1px solid rgb(38 39 61 / 25%);
}
.p-newsListItem {
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(38 39 61 / 25%);
}
.p-newsListLink {
  display: grid;
  gap: 4px;
  transition: var(--hover);
}
.p-newsListLinkUnderline {
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}
.p-newsListLinkUnderline::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: var(--color-bg-link);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: var(--hover);
}
@media (hover: hover) {
  .p-newsListLink:hover {
    color: var(--color-bg-link);
  }
  .p-newsListLink:hover .p-newsListLinkUnderline::after {
    width: 100%;
  }
}
.p-newsListDate {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.p-newsListText {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) {
  .p-newsListHeading {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .p-newsList {
    padding-top: 16px;
    gap: 16px;
  }
  .p-newsListLink {
    gap: 8px;
  }
  .p-newsListDate {
    font-size: 14px;
  }
  .p-newsListText {
    font-size: 16px;
  }
}

/* News Details */
.p-newsDetailHeader {
  padding-block: 108px 40px;
}
.p-newsDetailHeaderContainer {
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
}
.p-newsDetailHeaderTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.p-newsDetailHeaderDate {
  font-size: 12px;
}
.p-newsPost {
  padding-block: 40px;
  border-top: 1px solid rgb(38 39 61 / 25%);
  border-bottom: 1px solid rgb(38 39 61 / 25%);
}
.p-newsPost > * + * {
  margin-top: 40px;
}
.p-newsPost p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 8px;
}
.p-newsPost p:has(.u-arrowLink) {
  margin-block: 4px;
}
.p-newsPost strong {
  font-weight: bold;
}
.p-newsPost em {
  font-style: normal;
  color: var(--color-text-red);
}
.p-newsPost > a {
  display: block;
}
.p-newsPost a:not(.u-arrowLink) {
  color: var(--color-bg-navy);
  text-decoration: underline;
  transition: var(--hover);
}
.p-newsPost a[target="_blank"] {
  color: var(--color-bg-navy);
  text-decoration: underline;
}
.p-newsPost a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background-image: url("/assets/img/icon_external_bl.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-inline: 0.25em;
}
.p-newsPost figure {
  width: 100%;
  max-width: 546px;
  margin-inline: auto;
}
.p-newsPost .--col {
  display: grid;
  gap: 40px;
}
@media (hover: hover) {
  .p-newsPost a:not(.u-arrowLink):hover {
    opacity: var(--opacity);
  }
}
@media screen and (min-width: 768px) {
  .p-newsPost .--col {
    grid-template-columns: 348px 1fr;
    gap: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .p-newsDetailHeader {
    padding-block: 180px 56px;
  }
  .p-newsDetailHeaderContainer {
    gap: 8px;
  }
  .p-newsDetailHeaderTitle {
    font-size: 20px;
  }
  .p-newsDetailHeaderDate {
    font-size: 14px;
  }
  .p-newsPost {
    padding-block: 56px;
  }
  .p-newsPost > * + * {
    margin-top: 56px;
  }
  .p-newsPost p {
    font-size: 16px;
  }
  .p-newsPost p:has(.u-arrowLink) {
    margin-block: 8px;
  }
}
