@charset "UTF-8";
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
}

:root {
  --rate-vw: 0.078125vw;
  --rate-fz: 0.078125vw;
  --cap: 1;
}
@media screen and (max-width: 999px) {
  :root {
    --rate-fz: 0.1001001001vw;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --rate-vw: 0.2666666667vw;
    --rate-fz: 0.2666666667vw;
    --cap: 10;
  }
}

/*------------------------------
common
------------------------------*/
body {
  color: #3E3A39;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  background: url(../img/bg.webp);
  background-repeat: repeat;
  background-size: auto;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll; /* スクロールバー補完 */
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
main {
  padding-top: clamp(0px, 130 * var(--rate-vw), 130px * var(--cap));
  position: relative;
}
main::before {
  content: "";
  position: absolute;
  background: url(../img/dec01.webp) no-repeat center center/100%;
  aspect-ratio: 451/830;
  width: clamp(0px, 224 * var(--rate-vw), 224px * var(--cap));
  left: 0%;
  top: clamp(0px, 10 * var(--rate-vw), 10px * var(--cap));
}
main::after {
  content: "";
  position: absolute;
  background: url(../img/dec02.webp) no-repeat center center/100%;
  aspect-ratio: 252/738;
  width: clamp(0px, 124 * var(--rate-vw), 124px * var(--cap));
  right: 0%;
  top: clamp(0px, 400 * var(--rate-vw), 400px * var(--cap));
}
main > * {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  main {
    padding-top: clamp(0px, 90 * var(--rate-vw), 90px * var(--cap));
  }
}

/* コンテンツ幅
------------------------------*/
.inner {
  margin-inline: auto;
  width: clamp(0px, 1160 * var(--rate-vw), 1160px * var(--cap));
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .inner {
    width: clamp(0px, 340 * var(--rate-vw), 340px * var(--cap));
  }
}

/* セクションタイトル
------------------------------*/
.c-section-title img {
  height: clamp(0px, 65 * var(--rate-vw), 65px * var(--cap));
  width: auto;
}
@media (max-width: 767px) {
  .c-section-title img {
    height: clamp(0px, 30 * var(--rate-vw), 30px * var(--cap));
  }
}

/* ボタン
------------------------------*/
.c-btn {
  display: inline-block;
  font-size: clamp(0px, 16 * var(--rate-fz), 16px * var(--cap));
  font-weight: 900;
  padding: 0.5em 3.3em;
  border: 1px solid #3E3A39;
  border-radius: 3.3em;
  font-family: "Zen Old Mincho", serif;
}

.c-btn--wh {
  color: #fff;
  border: 1px solid #fff;
}

/* 固定ページ装飾
------------------------------*/
/* 固定ページタイトル
------------------------------*/
.c-page-title img {
  height: clamp(0px, 65 * var(--rate-vw), 65px * var(--cap));
  width: auto;
}
@media (max-width: 767px) {
  .c-page-title img {
    height: clamp(0px, 30 * var(--rate-vw), 30px * var(--cap));
  }
}

/* 固定ページレイアウト
------------------------------*/
.c-page-layout {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-page-layout {
    display: block;
  }
}

.c-page-layout__main {
  width: calc(670 / 1160 * 100%);
}
@media (max-width: 767px) {
  .c-page-layout__main {
    width: 100%;
    margin-top: clamp(0px, 40 * var(--rate-vw), 40px * var(--cap));
  }
}

@media (min-width: 768px) {
  .c-page-layout__main-760 {
    width: clamp(0px, 760 * var(--rate-vw), 760px * var(--cap));
  }
}

.c-page-pt {
  padding-top: clamp(0px, 220 * var(--rate-vw), 220px * var(--cap));
}
@media (max-width: 767px) {
  .c-page-pt {
    padding-top: clamp(0px, 100 * var(--rate-vw), 100px * var(--cap));
  }
}

/*------------------------------
INTERVIEW一覧
------------------------------*/
.c-article-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0px, 62 * var(--rate-vw), 62px * var(--cap)) clamp(0px, 62 * var(--rate-vw), 62px * var(--cap));
}
@media (max-width: 767px) {
  .c-article-list {
    flex-direction: column;
  }
}

.c-article-list__item {
  width: calc(33.3% - clamp(0px, 62 * var(--rate-vw), 62px * var(--cap)) * 2 / 3);
}
@media (max-width: 767px) {
  .c-article-list__item {
    width: 100%;
  }
}

.c-article-card a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.c-article-card__thumb img {
  aspect-ratio: 298/209;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-article-card__body {
  margin-top: clamp(0px, 16 * var(--rate-vw), 16px * var(--cap));
}

.c-article-card__header {
  padding-bottom: clamp(0px, 12 * var(--rate-vw), 12px * var(--cap));
  border-bottom: 1px solid #3E3A39;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
}

.c-article-card__title {
  font-size: clamp(0px, 20 * var(--rate-fz), 20px * var(--cap));
}

.c-article-card__subtitle {
  font-size: clamp(0px, 16 * var(--rate-fz), 16px * var(--cap));
}

.c-article-card__text {
  margin-top: 1.3em;
  font-size: clamp(0px, 14 * var(--rate-fz), 14px * var(--cap));
  font-weight: 300;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c-article-card__footer {
  margin-top: clamp(0px, 16 * var(--rate-vw), 16px * var(--cap));
  text-align: right;
}

.c-article-card__more {
  display: inline-block;
  font-size: clamp(0px, 16 * var(--rate-fz), 16px * var(--cap));
  font-weight: 900;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  padding-right: 2.6em;
}
.c-article-card__more::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/icon_arrow01.webp) no-repeat center center/contain;
  width: 2.3em;
  aspect-ratio: 33/3;
}

/*------------------------------
INFO一覧
------------------------------*/
.c-info-item:nth-child(n+2) {
  margin-top: clamp(0px, 24 * var(--rate-vw), 24px * var(--cap));
}
.c-info-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.c-info-item__header {
  padding-bottom: clamp(0px, 5 * var(--rate-vw), 5px * var(--cap));
  font-family: "Zen Old Mincho", serif;
}

.c-info-item__date {
  font-size: clamp(0px, 12 * var(--rate-fz), 12px * var(--cap));
  font-weight: 400;
  line-height: 1;
}

.c-info-item__title {
  margin-top: 0.4em;
  font-size: clamp(0px, 20 * var(--rate-fz), 20px * var(--cap));
  font-weight: 700;
  line-height: 1.6;
}

.c-info-item__text {
  font-size: clamp(0px, 14 * var(--rate-fz), 14px * var(--cap));
  font-weight: 300;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 1.3em;
}

.c-info-item__more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  margin-top: 0.7em;
  font-size: clamp(0px, 16 * var(--rate-fz), 16px * var(--cap));
  font-weight: 900;
  padding-right: 2.4em;
}
.c-info-item__more::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/icon_arrow01-wh.webp) no-repeat center center/contain;
  width: 2.3em;
  aspect-ratio: 33/3;
}

/*------------------------------
クレジット
------------------------------*/
.c-credit {
  display: flex;
  gap: 0 clamp(0px, 55 * var(--rate-vw), 55px * var(--cap));
}

.c-credit__role {
  font-size: clamp(0px, 14 * var(--rate-fz), 14px * var(--cap));
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
}

.c-credit__name {
  margin-top: clamp(0px, 8 * var(--rate-vw), 8px * var(--cap));
}
.c-credit__name a {
  display: inline-block;
  font-size: clamp(0px, 20 * var(--rate-fz), 20px * var(--cap));
  font-size: clamp(0px, 16 * var(--rate-fz), 16px * var(--cap));
  font-weight: 700;
  color: #268A9F;
  text-decoration: underline;
  pointer-events: none;
}

/*------------------------------
info
------------------------------*/
.info {
  background: url(../img/info_bg.webp) repeat center center/auto;
  padding: clamp(0px, 106 * var(--rate-vw), 106px * var(--cap)) 0 clamp(0px, 104 * var(--rate-vw), 104px * var(--cap));
  position: relative;
  z-index: 1;
}
.info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/dec03.webp) no-repeat center center/contain;
  width: clamp(0px, 600 * var(--rate-vw), 600px * var(--cap));
  aspect-ratio: 1215/1872;
  transform: translateY(-86%);
  pointer-events: none;
}
.info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/dec04.webp) no-repeat center top/cover;
  width: clamp(0px, 180 * var(--rate-vw), 180px * var(--cap));
  aspect-ratio: 373/494;
  transform: translateY(-100%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .info::before {
    width: 20%;
  }
  .info::after {
    width: 35%;
  }
}

.info__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .info__wrapper {
    display: block;
  }
}

.info__content {
  max-width: clamp(0px, 554 * var(--rate-vw), 554px * var(--cap));
  color: #fff;
}
@media (max-width: 767px) {
  .info__content {
    width: 100%;
    margin-top: clamp(0px, 40 * var(--rate-vw), 40px * var(--cap));
  }
}

.info__item-header {
  border-bottom: 1px solid #fff;
}

.info__button {
  margin-top: clamp(0px, 56 * var(--rate-vw), 56px * var(--cap));
  text-align: right;
}

/*------------------------------
other
------------------------------*/
.fade:not(.nofade) {
  opacity: 0;
}

/*------------------------------
404
------------------------------*/
.error-page {
  padding: 10% 0 24.4%;
  text-align: center;
}
.error-page h2 {
  font-size: clamp(0px, 60 * var(--rate-vw), 60px * var(--cap));
  font-weight: bold;
}
.error-page p {
  padding-top: 5%;
  font-size: clamp(0px, 20 * var(--rate-vw), 20px * var(--cap));
}
@media (max-width: 767px) {
  .error-page h2 {
    font-size: clamp(0px, 40 * var(--rate-vw), 40px * var(--cap));
  }
  .error-page p {
    font-size: clamp(0px, 16 * var(--rate-vw), 16px * var(--cap));
  }
}
/*# sourceMappingURL=common.css.map */