@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);
}
/*==============================================================

 ■ interviewlist

===============================================================*/
.interviewlist__list__detail {
  position: relative;
  width: 400px;
  height: 600px;
  width: 400px !important;
}
.interviewlist__list__detail:hover .chara {
  transform: scale(1.1);
}
.interviewlist__list__detail__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.interviewlist__list__detail__img {
  position: relative;
  padding-top: 380px;
  overflow: hidden;
}
.interviewlist__list__detail__img .bg {
  width: 230px;
  height: 380px;
  position: absolute;
  left: 0;
  top: 0;
}
.interviewlist__list__detail__img__chara {
  position: absolute;
  right: 70px;
  bottom: 0;
  transition: all 300ms 0s ease;
}
.interviewlist__list__detail__profile {
  position: absolute;
  right: 0;
  top: 3px;
}
.interviewlist__list__detail__profile__nameE {
  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-weight: 700;
  font-size: 14px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing: 0.02em;
  white-space: nowrap;
  position: absolute;
  right: 32px;
  top: 0;
}
.interviewlist__list__detail__profile__nameJ {
  font-weight: 700;
  font-size: 30px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.interviewlist__list__detail__info {
  white-space: normal;
  padding-top: 50px;
  padding-left: 10px;
}
.interviewlist__list__detail__info__read {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02em;
}
.interviewlist__list__detail__info__position {
  display: none;
}
.interviewlist__list__detail__info__position2 {
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-top: 25px;
}
.interviewlist__list__detail__info__year {
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-top: 6px;
}
.interviewlist__list .detail1 .bg {
  background: url(../img/work/interview/bg1.png) center center / contain no-repeat;
}
.interviewlist__list .detail2 .bg {
  background: url(../img/work/interview/bg2.png) center center / contain no-repeat;
}
.interviewlist__list .detail3 .bg {
  background: url(../img/work/interview/bg3.png) center center / contain no-repeat;
}
.interviewlist__list .detail4 .bg {
  background: url(../img/work/interview/bg4.png) center center / contain no-repeat;
}
.interviewlist__list .detail5 .bg {
  background: url(../img/work/interview/bg5.png) center center / contain no-repeat;
}
.interviewlist__list .detail1 .chara {
  display: block;
  width: 228px;
  height: 346.8px;
  background-image: url("../img/work/interview/p1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.interviewlist__list .detail2 .chara {
  display: block;
  width: 228px;
  height: 346.8px;
  background-image: url("../img/work/interview/p2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.interviewlist__list .detail3 .chara {
  display: block;
  width: 228px;
  height: 346.8px;
  background-image: url("../img/work/interview/p3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.interviewlist__list .detail4 .chara {
  display: block;
  width: 228px;
  height: 346.8px;
  background-image: url("../img/work/interview/p4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.interviewlist__list .detail5 .chara {
  display: block;
  width: 228px;
  height: 346.8px;
  background-image: url("../img/work/interview/p5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
/*==============================================================
  ■ (PC)
==============================================================*/
.kv {
  position: absolute;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.kv .inner {
  width: 1248px;
  padding-top: 275px;
}
.kv__bg {
  width: 100%;
  height: 100%;
  background: url(../img/work/career/kv_bg.jpg) top center / cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.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: 550px;
  background-color: #efede6;
}
main .intro {
  padding-top: 200px;
  padding-bottom: 240px;
}
main .intro .inner {
  width: 1030px;
}
main .intro .sec__title {
  font-size: 34px;
  line-height: 130%;
  letter-spacing: 0.05em;
}
main .intro .sec__read {
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.1em;
  width: 500px;
  position: absolute;
  right: 0;
  top: 0;
}
main .intro__img {
  width: 822px;
  height: 547px;
  margin: 235px auto 0;
}
main .intro__img__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.05em;
}
main .intro__img picture,
main .intro__img img {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: auto;
}
main .bgacc1 {
  position: relative;
  width: 100%;
  height: 72px;
  background: url(../img/work/career/typo1.svg) 0 0% repeat-x;
  animation: bgscroll 40s linear 0s infinite normal none running;
}
@keyframes bgscroll {
  0% {
    background-position-x: 0 ;
  }
  100% {
    background-position-x: -2000px;
  }
}
main .skill {
  padding-top: 190px;
}
main .skill .inner {
  width: 1030px;
}
main .skill .sec__container {
  width: 500px;
}
main .skill .sec__subtitle {
  font-weight: 500;
  font-size: 16px;
}
main .skill .sec__title {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 130%;
}
main .skill .sec__read {
  width: 500px;
  letter-spacing: 0.1em;
  line-height: 170%;
  margin-top: 40px;
}
main .skill__link {
  display: block;
  text-align: right;
  margin-top: 40px;
  cursor: pointer;
  /*
			.arrow{
				position: relative;
				display: inline-block;
				.wh(60px,60px);
				background-color: white;
				border-radius: 100px;
				background: #262626;
				vertical-align: middle;
				overflow: hidden;
				.anime(300ms,0s);
				&:before{
					content:'';
					.wh(60px,60px);
					background-color: white;
					border-radius: 200px;
					.abscenter();
					transform:scale(0);
					.anime();
				}
				&::after{
					content:'';
					.bg("../img/work/career/icon_plus.svg");
					.abscenter();
				}
			}
			.text{
				.font-en();
				font-size:14px;
				font-weight: 700;
				color:#262626;
				margin-left: 14px;
			}*/
}
main .skill__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 .skill__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 .skill__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 .skill__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 .skill__link:hover .arrow {
  background-color: white;
  transition: all 300ms 0.2s ease;
}
main .skill__link:hover .arrow:before {
  transform: scale(1);
}
main .skill__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 .skill__link .arrow:after {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/work/career/icon_plus.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
main .skill__link:hover .arrow:after {
  animation: 600ms ease-out 0s 1 normal forwards running overarrowinvca;
}
@keyframes overarrowinvca {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(60px);
  }
  41% {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../img/work/career/icon_plus_b.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: 16px;
    background-image: url("../img/work/career/icon_plus_b.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    transform: translateX(0px);
  }
}
main .skill__img {
  position: absolute;
  right: 0;
  top: 7px;
  width: 394px;
}
main .skill__img img {
  width: 100%;
  height: auto;
}
main .skill__list {
  border-top: 1px solid #262626;
  margin-top: 116px;
}
main .skill__list__detail {
  display: -ms-flexbox;
  display: flex;
  padding: 37px 0 43px;
  border-bottom: 1px solid #262626;
}
main .skill__list__detail__idx {
  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;
  width: 35px;
  color: #CBC09D;
}
main .skill__list__detail__title {
  font-weight: 700;
  font-size: 16px;
  width: 280px;
}
main .skill__list__detail__read {
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.1em;
  width: 715px;
}
main .sys {
  padding-top: 150px;
}
main .sys .inner {
  width: 1030px;
}
main .sys .sec__subtitle {
  font-weight: 500;
  font-size: 16px;
}
main .sys .sec__title {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 130%;
}
main .sys .sec__read {
  width: 500px;
  letter-spacing: 0.1em;
  line-height: 170%;
  position: absolute;
  right: 0;
  top: 0;
}
main .sys__img {
  width: 822px;
  margin: 150px auto 0;
}
main .sys__img__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.05em;
}
main .sys__img img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
main .course {
  padding-top: 150px;
}
main .course .inner {
  width: 1030px;
}
main .course .sec__subtitle {
  font-weight: 500;
  font-size: 16px;
}
main .course .sec__title {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 130%;
}
main .course .sec__read {
  width: 500px;
  letter-spacing: 0.1em;
  line-height: 170%;
  position: absolute;
  right: 0;
  top: 0;
}
main .course__img {
  width: 822px;
  margin: 150px auto 0;
}
main .course__img__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.05em;
}
main .course__img img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
main .course__list {
  border-top: 1px solid #262626;
  margin-top: 80px;
}
main .course__list__detail {
  display: -ms-flexbox;
  display: flex;
  padding: 37px 0 43px;
  border-bottom: 1px solid #262626;
}
main .course__list__detail__idx {
  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;
  width: 35px;
  color: #CBC09D;
}
main .course__list__detail__title {
  font-weight: 700;
  font-size: 16px;
  width: 280px;
}
main .course__list__detail__read {
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.1em;
  width: 715px;
}
main .other {
  padding-top: 150px;
}
main .other .inner {
  width: 1030px;
}
main .other .sec__title {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 130%;
}
main .other__list {
  border-top: 1px solid #262626;
  margin-top: 102px;
}
main .other__list__detail {
  display: -ms-flexbox;
  display: flex;
  padding: 37px 0 43px;
  border-bottom: 1px solid #262626;
}
main .other__list__detail__title {
  font-weight: 700;
  font-size: 16px;
  width: 320px;
}
main .other__list__detail__read {
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.1em;
  width: 710px;
}
main .other__info {
  text-align: right;
}
main .other__info__txt {
  display: inline-block;
  margin-right: 10px;
}
main .other__info__link {
  display: inline-block;
  width: 170px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 40px;
}
main .other__info__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 .other__info__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 .other__info__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 .other__info__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 .other__info__link:hover .arrow {
  background-color: white;
  transition: all 300ms 0.2s ease;
}
main .other__info__link:hover .arrow:before {
  transform: scale(1);
}
main .other__info__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 .other__info__link .arrow {
  transform: rotate(-45deg);
}
main .interviewlist {
  padding-top: 190px;
  padding-bottom: 150px;
}
main .interviewlist .inner {
  width: 1030px;
}
main .interviewlist__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: 60px;
  font-weight: 700;
  line-height: 60px;
  /* 100% */
  letter-spacing: 1.2px;
}
main .interviewlist__title__J {
  font-weight: 700;
  font-size: 13px;
  margin-top: 0px;
}
main .interviewlist__scroll {
  position: relative;
  width: 100%;
}
main .interviewlist__scroll .swiper-scrollbar {
  width: 288px;
  height: 4px;
  position: absolute;
  top: -60px;
  left: calc( ( 100vw - 1030px ) / 2 + 736px );
}
main .interviewlist__container {
  position: relative;
  width: 100%;
  margin-top: 114px;
  padding: 0 calc( ( 100% - 1030px ) / 2 );
}
main .interviewlist__cursor {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("../img/dragcursor.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: difference;
  position: absolute;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 20;
  transform: scale(0);
}
.rellink__titleE {
  top: 122px;
}
.rellink__titleJ {
  top: 262px;
}
.rellink__bg {
  background: url(../img/about/board/rellink_bg.jpg) center center / cover no-repeat;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}
.modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
}
.modal__container {
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 80%;
}
.modal__container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal__closebtn {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: white;
  position: absolute;
  right: 30px;
  top: 40px;
  cursor: pointer;
  transition: all 300ms 0s ease;
}
.modal__closebtn .text {
  display: none;
}
.modal__closebtn:hover {
  transform: scale(1.05);
}
.modal__closebtn .arrow {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/work/career/icon_plus_b.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
