@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)
==============================================================*/
.kv {
  position: absolute;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 1010px;
  overflow: hidden;
}
.kv .inner {
  padding-top: 592px;
}
.kv__bg {
  width: 100%;
  height: 1010px;
  background: url(../img/about/img-scroll.jpg) 0 0 / cover repeat-x;
  animation: bgscroll 40s linear 0s infinite normal none running;
  position: absolute;
  left: 0;
  top: 0;
}
@keyframes bgscroll {
  0% {
    background-position-x: 0 ;
  }
  100% {
    background-position-x: -520vw;
  }
}
.kv__title {
  color: white;
}
.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: 96px;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
  letter-spacing: 1.92px;
}
.kv__title__J {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  /* 15px */
  letter-spacing: 1.5px;
  margin-top: 20px;
}
main {
  position: relative;
  margin-top: 1010px;
  background-color: #efede6;
}
main .inner {
  width: 530px;
  padding-top: 160px;
  margin-left: 60px;
}
main .acc {
  width: 84px;
  height: 100%;
  position: absolute;
  right: -160px;
  top: 0;
  background: url(../img/about/board/mq_bg.png) top left / contain repeat-y;
  animation: mq 200s linear 0s infinite normal none running;
}
@keyframes mq {
  0% {
    background-position-x: 0 ;
  }
  100% {
    background-position-y: -429.2vw;
  }
}
main .sec {
  position: relative;
  width: 100%;
  border-top: 1px solid #4D4D4D;
  padding-top: 40px;
  padding-bottom: 80px;
  color: #4D4D4D;
}
main .sec p {
  font-size: 26px;
  font-weight: 500;
  line-height: 170%;
  /* 22.1px */
  letter-spacing: 0.6px;
}
main .sec__head__name {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  /* 15px */
  letter-spacing: 1.5px;
}
main .sec__head__position {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 9px */
  letter-spacing: 0.9px;
  margin-top: 20px;
}
main .sec1 {
  padding-bottom: 160px;
}
main .sec1 .sec__head__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 0.96px;
  white-space: nowrap;
}
main .sec1 .sec__head__name {
  margin-top: 40px;
}
main .sec1 .sec__head__position {
  margin-top: 12px;
}
main .sec1__p1 {
  margin-top: 80px;
}
main .sec1__p2 {
  margin-top: 120px;
}
main .sec1__img1 {
  margin-top: 60px;
}
main .sec1__img1 img {
  width: 526px;
  height: 394px;
  object-fit: cover;
}
main .sec1__img2 {
  margin-top: 116px;
  margin-left: -60px;
}
main .sec1__img2 img {
  width: 750px;
  height: 474px;
  object-fit: cover;
}
main .sec1__img3 {
  margin-top: 116px;
}
main .sec1__img3 img {
  width: 526px;
  height: 680px;
  object-fit: cover;
}
main .sec2 {
  padding-top: 40px;
  padding-bottom: 160px;
}
main .sec2__p1 {
  margin-top: 80px;
}
main .sec2__img1 {
  margin-top: 44px;
}
main .sec2__img1 img {
  width: 526px;
  height: 394px;
  object-fit: cover;
}
main .sec3 {
  padding-top: 40px;
  padding-bottom: 160px;
}
main .sec3__img1 {
  margin-top: 44px;
}
main .sec3__img1 img {
  width: 526px;
  height: 394px;
  object-fit: cover;
}
main .sec3__p1 {
  margin-top: 80px;
}
main .sec4 {
  padding-top: 40px;
  padding-bottom: 160px;
}
main .sec4__img1 {
  margin-top: 44px;
}
main .sec4__img1 img {
  width: 526px;
  height: 394px;
  object-fit: cover;
}
main .sec4__p1 {
  margin-top: 80px;
}
main .sec5 {
  padding-top: 40px;
  padding-bottom: 214px;
}
main .sec5__img1 {
  margin-top: 44px;
}
main .sec5__img1 img {
  width: 526px;
  height: 394px;
  object-fit: cover;
}
main .sec5__p1 {
  margin-top: 80px;
}
main .seclink {
  padding-bottom: 200px;
}
main .seclink__link {
  position: relative;
  display: block;
  width: 400px;
  white-space: nowrap;
}
main .seclink__link .arrow {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 200px;
  background: white;
  vertical-align: middle;
}
main .seclink__link .arrow:before {
  content: '';
  width: 4.267vw;
  height: 3.2vw;
  background-image: url("../img/btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main .seclink__link .arrow:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
main .seclink__link .text {
  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: 28px;
  font-weight: 700;
  color: white;
  margin-left: 28px;
}
main .seclink__link.inv .arrow {
  background-color: #4B4B4B;
}
main .seclink__link.inv .arrow:before {
  width: 4.267vw;
  height: 3.2vw;
  background-image: url("../img/btn_arrow_w.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
main .seclink__link.inv .arrow:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
main .seclink__link.inv .text {
  color: #4B4B4B;
}
main .seclink__link.out .arrow {
  transform: rotate(-45deg);
}
main .seclink__link .text {
  font-size: 26px;
  font-weight: 700;
  position: absolute;
  left: 92px;
  top: 24px;
  line-height: 130%;
}
main .seclink__link .arrow {
  transform: rotate(-45deg);
}
.rellink__bg {
  background: url(../img/about/board/sp_rellink_bg.jpg) center center / cover no-repeat;
}
