@charset "UTF-8";
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-400-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-500-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-600-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-700-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-800-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-900-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* /*----------------------------------------------------
ヘッダーメニュー
----------------------------------------------------*/
.header {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1271px) {
  .header {
    opacity: 0;
    pointer-events: none;
  }
}
.header.scrolled {
  opacity: 1;
  pointer-events: auto;
}

.top_header {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  width: 176px;
  height: 100vh;
  z-index: 1001;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (max-width: 1270px) {
  .top_header {
    display: none;
  }
}
.top_header.scrolled {
  opacity: 0;
  pointer-events: auto;
}
.top_header .gnav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top_header .gnav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.top_header .gnav nav .nav_list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  gap: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0;
}
@media all and (max-height: 900px) {
  .top_header .gnav nav .nav_list_top {
    gap: 20px;
  }
}
.top_header .gnav nav .nav_list_top .nav_item a {
  display: block;
}
.top_header .gnav nav .nav_list_top .nav_item a span {
  color: #fff;
  text-align: center;
  display: block;
  letter-spacing: 0.3em;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.top_header .gnav nav .nav_list_top .nav_item a span.en {
  padding: 0 5px;
  font-family: "D-DIN Pro", sans-serif;
  font-weight: 600;
}
.top_header .gnav nav .nav_list_top .nav_item a span.jp {
  font-size: 11px;
  margin-top: 10px;
  padding: 0 5px 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
}
.top_header .gnav nav .nav_list_top .nav_item a:hover span.jp {
  background-size: 100% 1px;
  background-position: left bottom;
}
.top_header .gnav nav .nav_entry_top {
  display: block;
}
.top_header .gnav nav .nav_entry_top .recruit {
  padding: 0;
}
.top_header .gnav nav .nav_entry_top .recruit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  background: #C9CACA;
}
.top_header .gnav nav .nav_entry_top .recruit a span {
  display: block;
}
.top_header .gnav nav .nav_entry_top .nav_entry_btn {
  width: 176px;
  overflow: hidden;
}
.top_header .gnav nav .nav_entry_top .nav_entry_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 176px;
  padding: 0;
}
@media all and (max-height: 900px) {
  .top_header .gnav nav .nav_entry_top .nav_entry_btn a {
    height: 80px;
  }
}
.top_header .logo_top {
  position: unset;
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_header .logo_top a {
  display: block;
}

main {
  margin-top: 0;
}

/*----------------------------------------------------
メインビジュアル
----------------------------------------------------*/
/* MV
---------------------------------------------------------- */
.mv {
  position: relative;
  height: 100vh;
  /* スクロールオーバーレイ */
}
@media all and (min-width: 1271px) {
  .mv .for_tb_max {
    display: none;
  }
}
.mv .for_tb_min {
  display: none;
}
@media all and (min-width: 1271px) {
  .mv .for_tb_min {
    display: block;
  }
}
@media all and (min-width: 1271px) {
  .mv {
    height: 100vh;
  }
}
.mv .text_mask {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  position: relative;
  text-align: right;
}
.mv .text_mask .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: linear-gradient(to right, #fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mv .text_mask .text.done {
  width: 100% !important;
}
.mv .text_mask .text span.large {
  font-size: 5.6vw;
}
@media all and (max-width: 750px) {
  .mv .text_mask .text span.large {
    font-size: 47px;
  }
}
@media all and (min-width: 1271px) {
  .mv .text_mask .text span.large {
    font-size: 80px;
  }
}
@media all and (max-height: 1000px) {
  .mv .text_mask .text span.large {
    line-height: 1.4;
  }
}
.mv .text_mask .text span.middle {
  font-size: 28px;
}
@media all and (min-width: 1271px) {
  .mv .text_mask .text span.middle {
    font-size: 47px;
  }
}
.mv .text_mask .text span.small {
  font-size: 16px;
}
@media all and (min-width: 1271px) {
  .mv .text_mask .text span.small {
    font-size: 25px;
  }
}
.mv .catch_copy {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  font-size: 12.6vw;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media all and (min-width: 1271px) {
  .mv .catch_copy {
    font-size: 7.6vw;
  }
}
@media all and (min-width: 1271px) and (max-height: 900px) {
  .mv .catch_copy {
    top: 25%;
    left: 4%;
  }
}
.mv .catch_copy_sub_wrap {
  position: absolute;
  top: 11%;
  left: 20px;
  z-index: 10;
}
@media all and (min-width: 1271px) {
  .mv .catch_copy_sub_wrap {
    top: 17%;
    left: 10%;
  }
}
@media all and (min-width: 1271px) and (max-height: 900px) {
  .mv .catch_copy_sub_wrap {
    top: 5%;
    left: 4%;
  }
}
.mv .catch_copy_sub {
  font-size: 80px;
  font-weight: 400;
}
.mv .catch_copy_text_wrap {
  position: relative;
}
.mv .catch_copy_text01, .mv .catch_copy_text02 {
  margin-top: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media all and (min-width: 1271px) {
  .mv .catch_copy_text01, .mv .catch_copy_text02 {
    margin-top: 40px;
  }
}
.mv .catch_copy_text01 .catch_copy_text02_02, .mv .catch_copy_text02 .catch_copy_text02_02 {
  margin: 20px 0;
}
.mv .catch_copy_text01 .text_mask, .mv .catch_copy_text02 .text_mask {
  margin: 5px 0;
}
@media all and (min-width: 1271px) {
  .mv .catch_copy_text01 .text_mask, .mv .catch_copy_text02 .text_mask {
    margin: 20px 0;
  }
}
@media all and (min-width: 1271px) and (max-height: 900px) {
  .mv .catch_copy_text01 .text_mask, .mv .catch_copy_text02 .text_mask {
    margin: 10px 0;
  }
}
.mv .catch_copy_text01 .text_mask .middle, .mv .catch_copy_text02 .text_mask .middle {
  display: block;
}
@media all and (min-width: 1271px) {
  .mv .catch_copy_text01 .text_mask .middle, .mv .catch_copy_text02 .text_mask .middle {
    margin: 20px 0 0;
  }
}
.mv .mv_movie {
  height: 100vh;
}
.mv .mv_movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .scroll-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 5;
}
.mv .scroll-overlay .overlay-dots {
  position: relative;
  height: 100vh;
  width: 100%;
  opacity: 0;
}
.mv .scroll-overlay .overlay-dots::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/dot.png);
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-size: auto;
}

/* スクロール
---------------------------------------------------------- */
.scrollbar_wrap {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 10;
}
@media all and (min-width: 1271px) {
  .scrollbar_wrap {
    right: unset;
    left: 7%;
  }
}
@media all and (min-width: 1271px) and (max-height: 900px) {
  .scrollbar_wrap {
    left: unset;
    right: 220px;
  }
}
.scrollbar_wrap .scrollbar_text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 60px;
  color: #fff;
  font-size: 12px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (min-width: 1271px) {
  .scrollbar_wrap .scrollbar_text {
    font-size: 14px;
    padding: 10px 10px 110px;
  }
}
.scrollbar_wrap .scrollbar {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1px;
}
.scrollbar_wrap .scrollbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 50px;
  background: #fff;
  -webkit-animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media all and (min-width: 1271px) {
  .scrollbar_wrap .scrollbar::after {
    height: 100px;
  }
}
@-webkit-keyframes liner {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes liner {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

/*----------------------------------------------------
共通
----------------------------------------------------*/
.sec_en_ttl {
  color: #4C4948;
  font-size: 38px;
  font-family: "D-DIN Pro", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 600;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
}
@media all and (min-width: 751px) {
  .sec_en_ttl {
    font-size: 81px;
  }
}

/*----------------------------------------------------
SERVICE事業紹介
----------------------------------------------------*/
@media all and (min-width: 1271px) {
  .sec_service .service_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 60px;
  }
}
@media all and (max-width: 1270px) {
  .sec_service .service_wrap {
    margin-top: 40px;
  }
}
@media all and (min-width: 1500px) {
  .sec_service .service_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_service .sec_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-top: 40px;
  padding-right: 30px;
}
@media all and (min-width: 1271px) {
  .sec_service .sec_image {
    width: 133vw;
    margin-top: unset;
    padding-right: 0;
  }
}
@media all and (min-width: 1271px) {
  .sec_service .sec_info_ttl {
    top: 65px;
  }
}
.sec_service .sec_info {
  color: #fff;
}
.sec_service a {
  color: #fff;
}
.sec_service .sec_info_intro .intro_ttl {
  margin: 30px 0 25px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media all and (min-width: 751px) {
  .sec_service .sec_info_intro .intro_ttl {
    margin: 40px 0;
    font-size: 32px;
  }
}
.sec_service .sec_info_intro .intro_txt {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 2.21;
}
@media all and (min-width: 751px) {
  .sec_service .sec_info_intro .intro_txt {
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 2;
  }
}

/*----------------------------------------------------
インタビュー
----------------------------------------------------*/
.sec_interview .interview_list_wrap {
  position: relative;
  max-width: 1006px;
  margin: 50px auto 0;
}
@media all and (min-width: 751px) {
  .sec_interview .interview_list_wrap {
    margin: 100px auto 0;
    padding: 0 40px;
  }
}
.sec_interview .sec_en_ttl {
  position: absolute;
  top: 0;
  color: #C9CACA;
}
@media all and (min-width: 751px) {
  .sec_interview .sec_en_ttl {
    right: -40px;
  }
}
@media all and (max-width: 750px) {
  .sec_interview .sec_en_ttl {
    left: -5px;
  }
}
@media all and (min-width: 751px) {
  .sec_interview .interview_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
  }
}
@media all and (min-width: 751px) {
  .sec_interview .interview_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 750px) {
  .sec_interview .interview_detail:first-child {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 750px) {
  .sec_interview .interview_detail .interview_image {
    padding: 0 52px;
  }
}
.sec_interview .interview_detail .interview_text {
  font-weight: 500;
  margin: 20px 0;
}
@media all and (min-width: 751px) {
  .sec_interview .interview_detail .interview_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.sec_interview .interview_detail .interview_message {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
}
@media all and (min-width: 751px) {
  .sec_interview .interview_detail .interview_message {
    font-size: 24px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.sec_interview .interview_detail .interview_position {
  font-size: 12px;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_interview .interview_detail .interview_position {
    font-size: 15px;
  }
}
.sec_interview .interview_detail .interview_name_join {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_interview .interview_detail .interview_name {
  font-size: 22px;
}
@media all and (min-width: 751px) {
  .sec_interview .interview_detail .interview_name {
    font-size: 25px;
  }
}

/*----------------------------------------------------
クロストーク
----------------------------------------------------*/
.sec_crosstalk .crosstalk_wrap {
  position: relative;
  margin: 50px auto 0;
}
@media all and (min-width: 1271px) {
  .sec_crosstalk .crosstalk_wrap {
    padding: 0 100px;
    margin: 100px auto 0;
  }
}
@media all and (max-width: 1270px) {
  .sec_crosstalk .crosstalk_wrap .crosstalk_image {
    margin-top: 40px;
    padding-right: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    position: relative;
    margin-left: calc(50% - 50vw);
  }
}
@media all and (min-width: 1271px) {
  .sec_crosstalk .crosstalk_wrap .sec_en_ttl {
    position: absolute;
    top: 0;
    left: 0px;
  }
}
.sec_crosstalk .crosstalk_wrap .crosstalk_detail {
  color: #fff;
  margin-top: 20px;
  font-weight: 500;
}
.sec_crosstalk .crosstalk_wrap .crosstalk_detail_ttl {
  font-size: 19px;
  line-height: 1.6;
}
@media all and (min-width: 1271px) {
  .sec_crosstalk .crosstalk_wrap .crosstalk_detail_ttl {
    font-size: 26px;
  }
}
.sec_crosstalk .crosstalk_wrap .crosstalk_detail_closs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-size: 15px;
}
@media all and (min-width: 751px) {
  .sec_crosstalk .crosstalk_wrap .crosstalk_detail_closs {
    font-size: 23px;
    gap: 12px;
  }
}
.sec_crosstalk .crosstalk_wrap .crosstalk_detail_closs span {
  border: 1px solid #fff;
  padding: 5px 20px;
}
@media all and (max-width: 750px) {
  .sec_crosstalk .crosstalk_wrap .crosstalk_detail_closs span {
    font-size: 11px;
    border: 0.5px solid #fff;
  }
}

/*----------------------------------------------------
働き方を知る↓
----------------------------------------------------*/
@media all and (min-width: 1271px) {
  .sec_culture .service_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media all and (max-width: 1270px) {
  .sec_culture .service_wrap {
    margin-top: 40px;
  }
}
@media all and (min-width: 1500px) {
  .sec_culture .service_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_culture .sec_en_ttl {
  color: #C9CACA;
}
.sec_culture .sec_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: calc(50% - 50vw);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media all and (min-width: 1271px) {
  .sec_culture .sec_image {
    width: 72vw;
  }
}
@media all and (max-width: 1270px) {
  .sec_culture .sec_image {
    margin-top: 40px;
    padding-left: 30px;
  }
}
@media all and (min-width: 1271px) {
  .sec_culture .sec_info_ttl {
    top: 65px;
  }
}
.sec_culture .sec_info_intro .intro_ttl {
  margin: 20px 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media all and (min-width: 1271px) {
  .sec_culture .sec_info_intro .intro_ttl {
    margin: 40px 0;
    font-size: 32px;
  }
}
.sec_culture .sec_info_intro .intro_txt {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
}
@media all and (min-width: 1271px) {
  .sec_culture .sec_info_intro .intro_txt {
    font-size: 17px;
  }
}
/*# sourceMappingURL=top.css.map */