/** 変数 */
@import url("./_vars.css");
/* =========================================================
  PC (default)
========================================================= */

.l-wrapper {
  position: relative;
}
.l-pageContent {
  margin: 0 auto -50px;
  padding-top: 46px;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.l-pageContent h1.l-pageTitle {
  margin: 50px auto;
  text-align: center;
}
.l-pageContent h1.l-pageTitle span {
  font-size: 20px;
  font-weight: 700;
}
.l-pageContent h1.l-pageTitle p {
  margin-top: 42px;
  line-height: 1.25;
  font-size: 40px;
  font-family:
    YakuHanJP, Roboto, Helvetica, "Helvetica Neue", Arial, "Noto Sans CJK JP",
    "源ノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",
    "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
}
.l-pageContent h2,
.l-pageContent h3 {
  line-height: 1.5;
  font-family:
    YakuHanJP, Roboto, Helvetica, "Helvetica Neue", Arial, "Noto Sans CJK JP",
    "源ノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",
    "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
}
.l-content {
  padding-top: 46px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.l-content a[target="_blank"] {
  margin-right: 5px;
  word-break: break-all;
}

.l-container img {
  vertical-align: bottom;
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.sect-article {
  width: 950px;
  margin: 0 auto;
}
.sect-article h2 {
  margin-bottom: 50px;
  font-size: 24px;
}
/* .article-interview */
.sect-article .article-interview {
  margin-bottom: 28px;
}
.sect-article .article-interview__image {
  max-width: 950px;
  margin-bottom: 50px;
}
.sect-article .article-interview b {
  display: block;
  margin-bottom: 24px;
}
.sect-article .article-interview b::before {
  content: "—";
  display: inline-block;
  width: 16px;
}
.sect-article .article-interview p {
  display: inline-block;
  margin-bottom: 24px;
}
/* .article-info */
.sect-article .article-info {
  background-color: #f6f6f6;
  padding: 40px;
  margin: 0 auto 50px;
  width: 950px;
  box-sizing: border-box;
}
.sect-article .article-info__title {
  margin-bottom: 18px;
  padding: 0;
  font-size: 20px;
}
.sect-article .article-info__profile {
  margin-bottom: 18px;
}
.sect-article .article-info__profile p {
  display: block;
  margin-bottom: 24px;
  font-weight: normal;
}
.sect-article .article-info__link a {
  display: inline-block;
}
/* ※HTML用パスに合わせて調整してね */
.sect-article .article-info__link a::after {
  content: "";
  display: inline-block;
  background-image: url("./assets/images/ico_blank.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 8px;
  width: 12px;
  height: 12px;
}
/* share */
.c-shaerLink {
  margin-bottom: 100px;
  text-align: center;
}
.c-shaerLink dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-shaerLink dl dt {
  color: var(--txtGry);
  padding-right: 20px;
}
.c-shaerLink dl .follow-text {
  margin-left: 50px;
  padding-right: 15px;
  border-right: solid 1px var(--bgGry);
}
.c-shaerLink dl .follow-link {
  padding-left: 15px;
}
.c-shaerLink dl .follow-link a {
  font-weight: 700;
  color: var(--txtBlack);
}
.c-shaerLink dl .follow-link a img {
  position: relative;
  top: -4px;
  padding-right: 10px;
}
/* button */
.lib-btn {
  display: block;
  margin: 40px auto 0;
  width: 450px;
  padding: 11px 0;
  background-color: #fff;
  text-align: center;
  font:
    400 16px Roboto,
    "Noto Sans CJK JP",
    sans-serif;
  color: var(--btnText);
  border: solid 1px var(--btnLine);
}
.lib-btn span {
  color: var(--btnText);
}
/* arrows */
.ico_arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ico_arrow::before,
.ico_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.ico_arrow::after {
  right: -20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--btnText);
  border-right: 2px solid var(--btnText);
}
.ico_arrow.rightArrow::after {
  top: 2px;
  transform: rotate(45deg);
}
.ico_arrow.bottomArrow::after {
  transform: rotate(135deg);
}
/* plus */
.ico_plusSign {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  vertical-align: middle;
}
.ico_plusSign::before,
.ico_plusSign::after {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all 0.5s ease-out;
}
.ico_plusSign::before {
  top: 12px;
  border-top: 2px solid var(--btnText);
}
.ico_plusSign::after {
  right: 5px;
  border-right: 2px solid var(--btnText);
}
.ico_plusSign.active::after {
  transform: rotate(90deg);
  top: -12px;
  right: -1px;
}
/* =========================================================
  SP overrides
元の _case_sp.css の差分を、必要箇所だけ上書き
========================================================= */
@media screen and (max-width: 960px) {
  .l-pageContent {
    margin: 0 auto;
    padding-top: 48px;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .l-pageContent h1.l-pageTitle {
    margin: 30px 0;
    text-align: center;
  }
  .l-pageContent h1.l-pageTitle span {
    font-size: 14px;
    font-weight: 700;
  }
  .l-pageContent h1.l-pageTitle p {
    margin-top: 10px;
    font-size: 20px;
    text-align: left;
    line-height: 1.25;
  }
  .sect-article {
    width: auto;
    margin: 0;
  }
  .sect-article h1 {
    padding: 0 25px;
  }
  .sect-article h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .sect-article .article-interview {
    margin: 0 25px 28px;
  }
  .sect-article .article-interview b {
    margin-bottom: 15px;
  }
  .sect-article .article-interview p {
    margin-bottom: 15px;
  }
  .sect-article .article-interview p a {
    word-break: break-all;
  }
  .sect-article .article-interview img {
    max-width: 100%;
    height: auto;
  }
  .sect-article .article-info {
    width: auto;
    margin: 0 0 30px;
    padding: 30px;
    box-sizing: border-box;
  }
  .sect-article .article-info__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .c-shaerLink {
    margin: 70px 25px;
    text-align: left;
  }
  .c-shaerLink dl {
    justify-content: flex-start;
    align-items: center;
  }

  .c-shaerLink dl .follow-text {
    margin-left: 0;
    padding-right: 0;
    border-right: none;
  }
  .c-shaerLink dl .follow-link {
    padding-left: 0;
  }
  .lib-btn {
    margin: 25px auto;
    width: 100%;
    box-sizing: border-box;
  }
  .ico_arrow {
    padding-right: 20px;
    vertical-align: middle;
  }
  .ico_arrow::after {
    right: 0;
    width: 8px;
    height: 8px;
  }
}
