@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: 1244px;
}
.kv {
  position: absolute;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 750px;
  overflow: hidden;
}
.kv .inner {
  padding-top: 476px;
}
.kv__bg {
  width: 100%;
  height: 750px;
  background: url(../img/about/img-scroll.jpg) 0 0% 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: -2900px;
  }
}
.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: 80px;
  font-weight: 700;
}
.kv__title__J {
  font-size: 16px;
  margin-top: 10px;
}
main {
  position: relative;
  margin-top: 750px;
  background-color: #efede6;
}
main .inner {
  padding-top: 200px;
}
main .acc {
  width: 107px;
  height: 100%;
  position: absolute;
  right: -98px;
  top: 0;
  background: url(../img/about/board/mq_bg.png) top left / 100% repeat-y;
  animation: mq 200s linear 0s infinite normal none running;
}
@keyframes mq {
  0% {
    background-position-x: 0 ;
  }
  100% {
    background-position-y: -4100px;
  }
}
main .sec {
  position: relative;
  width: 1035px;
  border-top: 1px solid #4D4D4D;
  padding-top: 60px;
  color: #4D4D4D;
}
main .sec p {
  width: 610px;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
}
main .sec__head__name {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.05em;
}
main .sec__head__position {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  margin-top: 6px;
}
main .sec1 {
  padding-bottom: 328px;
}
main .sec1 .sec__head__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
}
main .sec1 .sec__head__name {
  font-weight: 700;
  font-size: 22px;
  margin-top: 25px;
}
main .sec1 .sec__head__position {
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}
main .sec1__p1 {
  margin-top: 60px;
}
main .sec1__p2 {
  margin-top: 150px;
  margin-left: 425px;
}
main .sec1__img1 {
  position: absolute;
  right: 0;
  top: 60px;
}
main .sec1__img1 img {
  width: 288px;
  height: 216px;
  object-fit: cover;
}
main .sec1__img2 {
  margin-top: 145px;
  margin-left: 105px;
}
main .sec1__img2 img {
  width: 820px;
  height: 500px;
  object-fit: cover;
}
main .sec1__img3 {
  position: absolute;
  left: 0;
  top: 1408px;
}
main .sec1__img3 img {
  width: 288px;
  height: 372px;
  object-fit: cover;
}
main .sec2 {
  padding-top: 60px;
  height: 654px;
}
main .sec2 .sec__head {
  text-align: right;
  position: absolute;
  left: 470px;
  top: 382px;
}
main .sec2__img1 {
  position: absolute;
  right: 0;
  top: 60px;
}
main .sec2__img1 img {
  width: 288px;
  height: 216px;
  object-fit: cover;
}
main .sec3 {
  padding-top: 60px;
  height: 552px;
}
main .sec3__img1 {
  position: absolute;
  left: 0;
  top: 60px;
}
main .sec3__img1 img {
  width: 288px;
  height: 216px;
  object-fit: cover;
}
main .sec3__p1 {
  margin-left: 425px;
}
main .sec3 .sec__head {
  text-align: right;
  position: absolute;
  right: 0px;
  top: 300px;
}
main .sec4 {
  padding-top: 60px;
  height: 573px;
}
main .sec4 .sec__head {
  text-align: right;
  position: absolute;
  left: 470px;
  top: 300px;
}
main .sec4__img1 {
  position: absolute;
  right: 0;
  top: 60px;
}
main .sec4__img1 img {
  width: 288px;
  height: 216px;
  object-fit: cover;
}
main .sec5 {
  padding-top: 60px;
  height: 520px;
}
main .sec5__img1 {
  position: absolute;
  left: 0;
  top: 60px;
}
main .sec5__img1 img {
  width: 288px;
  height: 216px;
  object-fit: cover;
}
main .sec5__p1 {
  margin-left: 425px;
}
main .sec5 .sec__head {
  text-align: right;
  position: absolute;
  right: 0px;
  top: 300px;
}
main .seclink {
  width: 1035px;
  padding-bottom: 150px;
}
main .seclink__link {
  display: block;
  width: 350px;
  margin-left: auto;
}
main .seclink__link .arrow {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 100px;
  background: #4B4B4B;
  vertical-align: middle;
  overflow: hidden;
  transition: all 300ms 0s ease;
}
main .seclink__link .arrow:before {
  content: '';
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0);
  transition: all 300ms 0s ease;
}
main .seclink__link .arrow:after {
  content: '';
  display: block;
  width: 16px;
  height: 12px;
  background-image: url("../img/btn_arrow_w.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
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: 14px;
  font-weight: 700;
  color: #4B4B4B;
  margin-left: 14px;
}
main .seclink__link:hover .arrow {
  background-color: white;
  transition: all 300ms 0.2s ease;
}
main .seclink__link:hover .arrow:before {
  transform: scale(1);
}
main .seclink__link:hover .arrow:after {
  animation: 600ms ease-out 0s 1 normal forwards running overarrowinv;
}
@keyframes overarrowinv {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(60px);
  }
  41% {
    display: block;
    width: 16px;
    height: 12px;
    background-image: url("../img/btn_arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    transform: translateX(-60px);
  }
  100% {
    display: block;
    width: 16px;
    height: 12px;
    background-image: url("../img/btn_arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    transform: translateX(0px);
  }
}
main .seclink__link .text {
  font-size: 16px;
  font-weight: 700;
}
main .seclink__link .arrow {
  transform: rotate(-45deg);
}
.rellink__titleE {
  top: 122px;
}
.rellink__titleJ {
  top: 262px;
}
.rellink__bg {
  background: url(../img/about/board/rellink_bg.jpg) center center / cover no-repeat;
}
