@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 {
  height: 620px;
}
.kv .inner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 50px;
}
.kv__bg {
  display: block;
  width: 642px;
  height: 849px;
  background-image: url("../img/about/kv_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: -53px;
  top: -24px;
}
.carrer {
  display: -ms-flexbox;
  display: flex;
  height: 660px;
}
.carrer__txt {
  -ms-flex-order: 2;
      order: 2;
  width: 50%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 122px;
}
.carrer__txt__container {
  width: 400px;
  height: -webkit-max-content;
  height: max-content;
}
.carrer__txt__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: 100%;
  /* 60px */
  letter-spacing: 0.03em;
}
.carrer__txt__title__J {
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  /* 13px */
  letter-spacing: 0.05em;
  margin-top: 12px;
}
.carrer__txt__link {
  display: block;
  width: 120px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 60px;
}
.carrer__txt__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;
}
.carrer__txt__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;
}
.carrer__txt__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;
}
.carrer__txt__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;
}
.carrer__txt__link:hover .arrow {
  background-color: white;
  transition: all 300ms 0.2s ease;
}
.carrer__txt__link:hover .arrow:before {
  transform: scale(1);
}
.carrer__txt__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);
  }
}
.carrer__img {
  -ms-flex-order: 1;
      order: 1;
  width: 50%;
  height: 100%;
  background: url(../img/work/top/career_bg.jpg) center center / cover no-repeat;
}
.wcd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 100vh;
  height: 100dvh;
}
.wcd::-webkit-scrollbar {
  display: none;
}
.wcd__maincontainer {
  position: relative;
  height: 540px;
  white-space: nowrap;
}
.wcd__titlecontainer {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  width: 50vw;
}
.wcd__title {
  width: -webkit-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.wcd__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: 100%;
  /* 60px */
  letter-spacing: 0.03em;
}
.wcd__title__J {
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  /* 13px */
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.wcd__arrow {
  display: block;
  width: 608px;
  height: 365px;
  background-image: url("../img/work/top/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  left: calc(50vw - 500px);
}
.wcd__list {
  display: inline-block;
  position: relative;
}
.wcd__list__detail {
  display: inline-block;
}
.wcd__list__detail__title {
  position: relative;
  width: 120px;
  height: 540px;
  background-color: #4B4B4B;
  color: white;
  display: inline-block;
}
.wcd__list__detail__title span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.2em;
}
.wcd__list__detail__list {
  display: inline-block;
  height: 540px;
  vertical-align: top;
  padding-left: 90px;
  padding-right: 90px;
}
.wcd__list__detail__list__detail {
  display: inline-block;
  vertical-align: top;
  width: 288px;
  height: 540px;
  margin-right: 30px;
}
.wcd__list__detail__list__detail__img img {
  width: 100%;
  height: 192px;
  object-fit: cover;
}
.wcd__list__detail__list__detail__txt {
  padding-top: 20px;
}
.wcd__list__detail__list__detail__txt__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
}
.wcd__list__detail__list__detail__txt__read {
  font-size: 13px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.09em;
  white-space: normal;
  margin-top: 20px;
}
.wcd__list__detail__list__detail__txt__link {
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  line-height: 42px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #4b4b4b;
  margin-top: 10px;
  color: #4b4b4b;
  /*
							.arrow{
								position: absolute;
								.wh(24px,24px);
								right:0;
								top:0;bottom:0;margin:auto;
								display: block;
								&:before{
									content:'';
									display: block;
									.wh(24px,24px);
									background-color: #4B4B4B;
									border-radius: 30px;
									.abs(0,0);
									.anime();
								}
								&:after{
									content:'';
									display: block;
									.bg("../img/work/top/btn_arrow.svg");
									.abscenter();
								}

							}

							&:hover{
								.arrow::before{
									transform: scale(1.1);
								}
							}
							*/
}
.wcd__list__detail__list__detail__txt__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;
}
.wcd__list__detail__list__detail__txt__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;
}
.wcd__list__detail__list__detail__txt__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;
}
.wcd__list__detail__list__detail__txt__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;
}
.wcd__list__detail__list__detail__txt__link:hover .arrow {
  background-color: white;
  transition: all 300ms 0.2s ease;
}
.wcd__list__detail__list__detail__txt__link:hover .arrow:before {
  transform: scale(1);
}
.wcd__list__detail__list__detail__txt__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);
  }
}
.wcd__list__detail__list__detail__txt__link .arrow {
  position: absolute;
  transform: scale(0.4);
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.wcd__list__detail__list__detail__txt__link .arrow:after {
  display: block;
  width: 24px;
  height: 18px;
  background-image: url("../img/btn_arrow_w.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.wcd__list__detail__list__detail__txt__link:hover .arrow:after {
  animation: 600ms ease-out 0s 1 normal forwards running overarrowinvil;
}
@keyframes overarrowinvil {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(30px);
  }
  41% {
    display: block;
    width: 24px;
    height: 18px;
    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(-30px);
  }
  100% {
    display: block;
    width: 24px;
    height: 18px;
    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);
  }
}
.pstory__container {
  position: relative;
  margin-bottom: 200vh;
  margin-bottom: 200dvh;
  display: block;
  width: 100%;
}
.project {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
}
.project__container {
  width: 820px;
  height: 425px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.project__container__txt {
  padding-top: 60px;
}
.project__container__txt__titleE__1 {
  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-style: normal;
  font-weight: 700;
  font-size: 80px;
  color: white;
}
.project__container__txt__titleE__2 {
  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-style: normal;
  font-weight: 200;
  font-size: 80px;
  color: #CBC09D;
  margin-top: 52px;
}
.project__container__txt__titleJ {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #FFFFFF;
  margin-top: 60px;
}
.project__container__txt__link {
  display: block;
  margin-top: 60px;
}
.project__container__txt__link .arrow {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 100px;
  background: white;
  vertical-align: middle;
  overflow: hidden;
  transition: all 300ms 0s ease;
}
.project__container__txt__link .arrow:before {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #262626;
  border-radius: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0);
  transition: all 300ms 0s ease;
}
.project__container__txt__link .arrow:after {
  content: '';
  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;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.project__container__txt__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: white;
  margin-left: 14px;
}
.project__container__txt__link:hover .arrow {
  background-color: #262626;
  transition: all 300ms 0.2s ease;
}
.project__container__txt__link:hover .arrow:before {
  transform: scale(1);
}
.project__container__txt__link:hover .arrow:after {
  animation: 600ms ease-out 0s 1 normal forwards running overarrow2;
}
@keyframes overarrow2 {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(60px);
  }
  41% {
    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;
    transform: translateX(-60px);
  }
  100% {
    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;
    transform: translateX(0px);
  }
}
.project__container__txt__link.out .arrow {
  transform: rotate(-45deg);
}
.project__container__img {
  position: absolute;
  right: 0;
  top: 0;
}
.project__container__img img {
  width: 313px;
  height: 425px;
  object-fit: cover;
}
.project1 {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/work/top/project1_bg.jpg) center center / cover no-repeat;
}
.project2 {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/work/top/project2_bg.jpg) center center / cover no-repeat;
}
