/*
**
** Header
**
*/

/* .c-header__page */

.c-header__page:not(.c-header__page--special) {
  padding-bottom: calc((90 / var(--standard-font-size)) * 1em);
  margin-bottom: calc((18 / var(--standard-font-size)) * 1em);
}

.c-header__page.c-header__page--special {
  padding-bottom: calc((88 / var(--standard-font-size)) * 1em);
  margin-bottom: 0;
}

.c-header__page.c-header__page--special + * {
  margin-top: calc((-16 / var(--standard-font-size)) * 1em);
}

.c-header__page::before {
  left: 2rem;
  width: 12rem;
  height: 6rem;
}

.c-header__page:not(.c-header__page--special)::after {
  width: 66.67%;
  mask-image: url(../../image/common/bg_header-bg-mask_l.svg);
}

.c-header__page.c-header__page--special::after {
  width: 50%;
}

.c-header__page.c-header__page--special .c-header__page-inner::before {
  bottom: 1.3rem;
  left: min(calc((72 / var(--standard-width-xl)) * 100vw), 7.2rem);
  width: min(calc((288 / var(--standard-width-xl)) * 100vw), 28.8rem);
  height: min(calc((216 / var(--standard-width-xl)) * 100vw), 21.6rem);
}

.c-header__page:not(.c-header__page--special) .c-header__page-contents {
  min-height: calc((180 / var(--standard-font-size)) * 1em);
}

.c-header__page.c-header__page--special .c-header__page-contents {
  min-height: calc((342 / var(--standard-font-size)) * 1em);
}

.c-header__page:not(.c-header__page--special) .c-header__page-headline {
  font-size: calc((32 / var(--standard-font-size)) * 1em);
}

.c-header__page.c-header__page--special .c-header__page-headline {
  width: 16em;
  font-size: calc((45 / var(--standard-font-size)) * 1em);
}

.c-header__page-headline span::before {
  -webkit-text-stroke: calc((3 / var(--standard-font-size)) * 1em) #fff;
  text-stroke: calc((3 / var(--standard-font-size)) * 1em) #fff;
}



/*
**
** Layout
**
*/

/* .c-contents__main */

.c-contents__main {
  grid-row-gap: calc((108 / var(--standard-font-size)) * 1em);
}

/* .c-contents__2columns */

.c-contents__2columns {
  grid-template-columns: repeat(2, 1fr);
}

/* .c-contents__news */

.c-contents__news-inner {
  grid-row-gap: calc((36 / var(--standard-font-size)) * 1em);
}

.c-contents__news-post-item {
  grid-column-gap: calc((30 / var(--standard-font-size)) * 1em);
  align-items: center;
  padding-top: calc((18 / var(--standard-font-size)) * 1em);
  padding-bottom: calc((18 / var(--standard-font-size)) * 1em);
}

.c-contents__news-contents.c-contents__news-contents--corp .c-contents__news-post-item {
  grid-template-columns: 8em auto auto;
}

.c-contents__news-contents:not(.c-contents__news-contents--corp) .c-contents__news-post-item {
  grid-template-columns: 8em 1fr;
}

.c-contents__news-post-date {
  font-size: inherit;
}

.c-contents__news-post-title a {
  font-size: calc((18 / var(--standard-font-size)) * 1em);
}

.c-contents__news-post-terms {
  text-align: right;
}

.c-contents__news-post-term {
  font-size: calc((12 / var(--standard-font-size)) * 1em);
}

/* .c-contents__introduction */

.c-contents__introduction {
  grid-row-gap: calc((27 / var(--standard-font-size)) * 1em);
}

.c-contents__introduction-lead {
  font-size: calc((25 / var(--standard-font-size)) * 1em);
  text-align: center;
}


/*
**
** Headline
**
*/

/* .c-headline__center */

.c-headline__center {
  grid-row-gap: calc((5 / var(--standard-font-size)) * 1em);
}

.c-headline__center-body-main {
  font-size: calc((30 / var(--standard-font-size)) * 1em);
}

.c-headline__center-body-sub {
  font-size: calc((25 / var(--standard-font-size)) * 1em);
}

.c-headline__center-en {
  font-size: calc((16 / var(--standard-font-size)) * 1em);
}

/* .c-headline__line */

.c-headline__line {
  font-size: calc((25 / var(--standard-font-size)) * 1em);
  margin-bottom: calc((27 / var(--standard-font-size)) * 1em);
}

.c-headline__line-body {
  padding-bottom: calc((8 / var(--standard-font-size)) * 1em);
}



/*
**
** Table
**
*/

/* .c-table__general */

.c-table__general {
  border-left: unset;
  border-right: unset;
}

.c-table__general th,
.c-table__general td {
  font-size: inherit;
  padding: calc((18 / var(--standard-font-size)) * 1em) calc((27 / var(--standard-font-size)) * 1em);
}

.c-table__general th {
  min-width: 14em;
  vertical-align: top;
  border-right: unset;
}


/* .c-table__scroll(スクロール可能なtable要素) */

.c-table__scroll-container.scroll .c-table__scroll::before {
  width: 12rem;
  height: 12rem;
}

.c-table__scroll tr > * {
  font-size: calc((14 / var(--standard-font-size)) * 1em);
  word-break: normal;
  padding: calc((18 / var(--standard-font-size)) * 1em) calc((27 / var(--standard-font-size)) * 1em) !important;
}



/*
**
** Text
**
*/

/* .c-text__body */

.c-text__body {
  font-weight: lighter;
}


/*
**
** Image
**
*/

/* .c-image__rnd */

.c-image__rnd {
  border-radius: 1rem;
}



/*
**
** Modal
**
*/

.c-modal__inner {
  padding-top: 7em;
  padding-bottom: 7em;
}

.c-modal__bg {
  width: min(calc(792 / var(--standard-width-xl) * 100%), 79.2rem);
}

.c-modal__close {
  top: -1.5rem;
  right: -1.5rem;
}

.c-modal__container {
  max-height: calc(100vh - (7em * 2));
}

.c-modal__contents {
  padding: calc((36  / var(--standard-font-size)) * 1em);
}

.c-modal__post-contents {
  padding-top: 0;
  padding-bottom: 0;
}

.c-modal__detail-contents {
  grid-row-gap: calc((18 / var(--standard-font-size)) * 1em);
  padding-top: 0;
  padding-bottom: 0;
}

.c-modal__post-date {
  font-size: calc((16 / var(--standard-font-size)) * 1em);
  margin-bottom: calc((13 / var(--standard-font-size)) * 1em);
}

.c-modal__post-title {
  font-size: calc((25 / var(--standard-font-size)) * 1em);
  padding-bottom: calc((20 / var(--standard-font-size)) * 1em);
  margin-bottom: calc((20 / var(--standard-font-size)) * 1em);
}

.c-modal__detail-headline {
  grid-template-columns: 9rem auto;
  grid-column-gap: calc((10 / var(--standard-font-size)) * 1em);
}

.c-modal__detail-headline-body {
  font-size: calc((30 / var(--standard-font-size)) * 1em);
}



/*
**
** Slider
**
*/

.slick-slider .slick-arrow {
  width: 3.5rem;
  height: 3.5rem;
}

.slick-slider .slick-prev {
  left: 1.8rem;
}

.slick-slider .slick-next {
  right: 1.8rem;
}

.slick-slider .slick-arrow::before {
  font-size: 2rem;
}



/*
**
** Badge
**
*/

/* .grecaptcha-badge */

.grecaptcha-badge {
  bottom: 10rem !important;
}