@charset "utf-8";
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (PC)
==============================================================*/
.maincontent {
  overflow: hidden;
}
.inner {
  width: 1034px;
}
.kv {
  position: absolute;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.kv__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/special/kv_bg.jpg) center center / cover no-repeat;
}
.kv__title {
  color: white;
  position: absolute;
  left: 210px;
  top: 290px;
}
.kv__title__E {
  font-family: 'Albert Sans', 'Noto Sans JP', "游ゴシック体", 'Yu Gothic', "YuGothic", "Noto Sans JP", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 1.8px;
}
.kv__title__E .thin {
  color: #CBC09D;
  font-size: 90px;
  font-weight: 200;
  letter-spacing: 1.8px;
  margin-left: 50px;
  margin-right: 5px;
}
.kv__title__J {
  font-size: 16px;
  margin-top: 16px;
}
main {
  position: relative;
  margin-top: 800px;
  background-color: #4B4B4B;
  padding-bottom: 200px;
  color: white;
}
main .inner {
  padding-top: 200px;
}
main .intro__bg {
  display: block;
  width: 917px;
  height: 707px;
  background-image: url("../img/special/intro_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 535px;
  top: -97px;
  opacity: 0.4;
}
main .intro__read {
  position: relative;
  width: 822px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 170%;
  /* 27.2px */
  letter-spacing: 0.8px;
}
main .member {
  margin-top: 200px;
}
main .member__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  /* 34px */
  letter-spacing: 0.68px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  top: 0;
}
main .member__list {
  margin-left: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 32px;
}
main .member__list__detail {
  width: 288px;
  height: 403px;
}
main .member__list__detail__img {
  width: 288px;
  height: 210px;
}
main .member__list__detail__txt {
  padding: 30px 35px;
  background-color: #222;
  height: 193px;
}
main .member__list__detail__txt__nameJ {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  letter-spacing: 0.9px;
}
main .member__list__detail__txt__nameE {
  color: #AAA;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  /* 12px */
  letter-spacing: 0.24px;
  margin-top: 10px;
}
main .member__list__detail__txt__position {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 19.5px */
  letter-spacing: 0.65px;
  margin-top: 14px;
}
main .member__list__detail__txt__year {
  color: #AAA;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  /* 13px */
  letter-spacing: 0.65px;
  margin-top: 14px;
}
main .member__list__detail.detail1 .img {
  background: url(../img/special/intro_member1.jpg) center center / cover no-repeat;
}
main .member__list__detail.detail2 .img {
  background: url(../img/special/intro_member2.jpg) center center / cover no-repeat;
}
main .member__list__detail.detail3 .img {
  background: url(../img/special/intro_member3.jpg) center center / cover no-repeat;
}
main .member__list__detail.detail4 .img {
  background: url(../img/special/intro_member4.jpg) center center / cover no-repeat;
}
main .member__list__detail.detail5 .img {
  background: url(../img/special/intro_member5.jpg) center center / cover no-repeat;
}
main .member__list__detail.detail6 .img {
  background: url(../img/special/intro_member6.jpg) center center / cover no-repeat;
}
main .sec {
  margin-top: 200px;
}
main .sec__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  /* 34px */
  letter-spacing: 1.7px;
}
main .sec__list {
  width: 100%;
  margin-top: 100px;
}
main .sec__list__detail {
  margin-bottom: 60px;
}
main .sec__list__detail dl {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
main .sec__list__detail dl dt {
  max-width: 120px;
}
main .sec__list__detail dl dt img {
  width: 120px;
  height: auto;
}
main .sec__list__detail dl dt .name {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.7px;
  margin-top: 18px;
}
main .sec__list__detail dl dd {
  padding-left: 100px;
}
main .sec__list__detail dl dd p {
  font-size: 16px;
  line-height: 170%;
  /* 27.2px */
  letter-spacing: 0.8px;
}
main .sec__lastimg {
  width: 822px;
  margin: 100px auto 0;
}
main .sec__lastimg img {
  width: 100%;
  height: auto;
}
.footimage {
  position: relative;
  width: 100%;
  height: 698px;
  background: url(../img/special/footimage.jpg) center center / cover no-repeat;
}
