@charset "UTF-8";
main {
  overflow: hidden; }

.t-top__loader {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  z-index: 2147483647; }

.t-top__loader .t-top__loader__inner {
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
  z-index: 10;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.t-top__loader .t-top__loader__logo {
  position: relative;
  max-width: 237px;
  width: 90%;
  margin: 0 auto; }

.t-top__loader .t-top__loader__title {
  padding-top: 25px; }

.t-top__loader .t-top__loader__num {
  color: #ffffff;
  padding-top: 25px; }

.t-top__loader__num__progress,
.t-top__loader__num__max {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #595656;
  font-family: 'Helvetica Neue','Helvetica', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ Pro', 'メイリオ', '游ゴシック体', 'Yu Gothic', YuGothic, 'Meiryo', メイリオ, sans-serif, serif; }

@media screen and (max-width: 768px) {
  .t-top__loader__num__progress,
  .t-top__loader__num__max {
    font-size: 1.6rem; } }

.t-top__loader__num__max:before {
  content: "/";
  display: inline-block;
  padding: 0 0.25em; }

.t-top__bg {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #ffffff; }

.t-top__bg .t-top__bg__block {
  width: 20%;
  height: 100%;
  background-color: #ccc;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.473, 0.427, 0, 0.993);
  transition: -webkit-transform 0.75s cubic-bezier(0.473, 0.427, 0, 0.993);
  -o-transition: transform 0.75s cubic-bezier(0.473, 0.427, 0, 0.993);
  transition: transform 0.75s cubic-bezier(0.473, 0.427, 0, 0.993);
  transition: transform 0.75s cubic-bezier(0.473, 0.427, 0, 0.993), -webkit-transform 0.75s cubic-bezier(0.473, 0.427, 0, 0.993);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  background-color: #fdfdfd;
  position: relative;
  z-index: 0;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .t-top__bg .t-top__bg__block {
    width: 100%; }
  .t-top__bg .t-top__bg__block:not(:first-of-type) {
    display: none; } }

.t-top__bg .t-top__bg__block__cover {
  display: block;
  width: 0%;
  height: 100%;
  background-color: #fdfdfd;
  background-color: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  will-change: width; }

.is-op1 .t-top__bg {
  background-color: #f9f9f9; }

.is-op1 .t-top__loader__inner {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  -webkit-transition: all 0.75s cubic-bezier(0.473, 0.427, 0, 0.993);
  -o-transition: all 0.75s cubic-bezier(0.473, 0.427, 0, 0.993);
  transition: all 0.75s cubic-bezier(0.473, 0.427, 0, 0.993); }

.is-op2 .t-top__bg {
  background-color: transparent; }

.is-op2 .t-top__loader {
  pointer-events: none; }

.is-op2 .t-top__bg__block {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right; }

/* t-visual
---------------------------------------------------------------- */
.t-visual {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  position: relative;
  z-index: 100; }

@media screen and (max-width: 768px) {
  .t-visual {
    min-height: initial; } }

.t-visual .l-content-medium {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  pointer-events: none; }

.t-visual .l-content__inner {
  height: 100%; }

.t-visual .swiper-wrapper {
  height: 100vh;
  min-height: 700px; }

@media screen and (max-width: 768px) {
  .t-visual .swiper-wrapper {
    height: 100%;
    min-height: initial; } }

.t-visual__pict {
  height: 100%; }

.t-visual__pict-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.t-visual__pict__block {
  width: calc(100% / 4) !important;
  height: 100%;
  position: relative; }

@media screen and (max-width: 768px) {
  .t-visual__pict__block {
    width: 100% !important; } }

.t-visual__body {
  height: 100vh;
  position: relative;
  min-height: 700px; }

@media screen and (max-width: 768px) {
  .t-visual__body {
    min-height: initial; } }

.t-visual__copy {
  max-height: 37.1rem;
  width: 100%;
  height: 45.265%;
  position: absolute;
  left: -30px;
  bottom: 10.59%;
  -webkit-transition: all 0.75s cubic-bezier(0.473, 0.427, 0, 0.993);
  -o-transition: all 0.75s cubic-bezier(0.473, 0.427, 0, 0.993);
  transition: all 0.75s cubic-bezier(0.473, 0.427, 0, 0.993); }

.t-visual__copy.is-hidden {
  opacity: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px); }

@media screen and (max-width: 768px) {
  .t-visual__copy {
    max-width: 33.2rem;
    height: auto;
    max-height: initial;
    left: -13px;
    bottom: 2.83%; } }

.t-visual__copy img {
  display: inherit;
  width: auto;
  height: 100%; }

@media screen and (max-width: 768px) {
  .t-visual__copy img {
    width: 100%;
    height: auto; } }

/* t-scroll / えがおが求める人物像
---------------------------------------------------------------- */
.t-scroll {
  width: 100%;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: all;
  z-index: 10; }

.t-scroll 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: 5rem;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
  background-color: #111111; }

.t-scroll a span {
  display: inline-block;
  margin-left: 2.4rem;
  position: relative;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1); }

.t-scroll a span:before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  background: url(/assets/image/common/icon-arrow-bottom-white-m.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -2.4rem; }

.t-scroll a span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  position: absolute;
  bottom: -2px;
  left: 0; }

.t-scroll a:hover span:before {
  -webkit-animation: arrowBottom01 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: arrowBottom01 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }

.t-scroll a:hover span:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left; }

/* t-message / えがおが求める人物像
---------------------------------------------------------------- */
.t-message {
  padding: 13rem 0 8rem;
  position: relative;
  background-color: #f77006;
  background: url(/assets/image/home/grad_orange01.jpg) no-repeat center/cover; }

@media screen and (max-width: 1023px) {
  .t-message {
    padding: 13rem 0 10rem; } }

@media screen and (max-width: 768px) {
  .t-message {
    padding: 5rem 0; } }

.ua-edge .t-message,
.ua-ie .t-message {
  background: url(/assets/image/home/grad_orange01.jpg) no-repeat center/cover; }

@media screen and (max-width: 768px) {
  .ua-edge .t-message,
  .ua-ie .t-message {
    background: url(/assets/image/home/grad_orange01_sp.jpg) no-repeat center/cover; } }

.ua-edge .t-message:before,
.ua-ie .t-message:before {
  display: none; }

.t-message .l-content__inner {
  position: relative;
  z-index: 1000; }

.t-message__slogan-accent {
  width: 100%;
  max-width: inherit;
  font-size: 2.6rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif; }

@media screen and (max-width: 768px) {
  .t-message__slogan-accent {
    font-size: 1.6rem; } }

.t-message__slogan {
  width: 100%;
  max-width: inherit;
  font-size: 6.2rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 2rem auto 6rem;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif; }

@media screen and (max-width: 768px) {
  .t-message__slogan {
    font-size: 3rem;
    margin-bottom: 3rem; } }

.t-message__copy {
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.08em;
  font-size: 2rem;
  line-height: 2.3; }

.t-message__copy.-txtcrop:before, .t-message__copy[data-txtcrop="true"]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc(((-2rem * 2.3) + 2rem) / 2 + 0rem); }

.t-message__copy.-txtcrop:after, .t-message__copy[data-txtcrop="true"]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(((-2rem * 2.3) + 2rem) / 2 + 0rem); }

@media screen and (max-width: 768px) {
  .t-message__copy {
    font-size: 1.4rem;
    line-height: 2.47; }
  .t-message__copy.-txtcrop:before, .t-message__copy[data-txtcrop="true"]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc(((-1.4rem * 2.47) + 1.4rem) / 2 + 0rem); }
  .t-message__copy.-txtcrop:after, .t-message__copy[data-txtcrop="true"]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc(((-1.4rem * 2.47) + 1.4rem) / 2 + 0rem); } }

.t-message__copy + .t-message__copy {
  padding-top: 5rem; }

.t-message__banner {
  width: 100%;
  margin-top: 12.5rem;
  z-index: 10000;
  background-color: #ffffff; }

@media screen and (max-width: 1023px) {
  .t-message__banner {
    margin-top: 6rem;
    position: static; } }

@media screen and (max-width: 768px) {
  .t-message__banner {
    margin-top: 5.3rem;
    border-radius: 3px;
    overflow: hidden; } }

.t-message__banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

@media screen and (max-width: 768px) {
  .t-message__banner a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.t-message__banner a:hover {
  -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.1); }

.t-message__banner a:hover .t-message__banner__body .c-button-arrow:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right; }

.t-message__banner a:hover .c-button-arrow__icon:before {
  -webkit-animation: arrowRight-l 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: arrowRight-l 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }

.t-message__banner__body {
  width: 38.33%;
  padding: 8.5rem 3rem 8.5rem 6.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 1200px) {
  .t-message__banner__body {
    padding: 7.5rem 2.5rem 7.5rem 5rem; } }

@media screen and (max-width: 1023px) {
  .t-message__banner__body {
    padding: 6rem 2rem 6rem 4.5rem; } }

@media screen and (max-width: 768px) {
  .t-message__banner__body {
    width: 100%;
    padding: 2rem 1.6rem 1.6rem; } }

.t-message__banner__body .c-button-arrow {
  display: inline-block;
  pointer-events: none; }

.t-message__banner__body .c-button-arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: .6rem;
  background-color: #111111;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left; }

.t-message__banner__sub-copy {
  font-size: 1.4rem;
  line-height: 1;
  font-family: DINNextLTPro-Regular, serif;
  letter-spacing: 0.08em;
  color: #111111; }

@media screen and (max-width: 768px) {
  .t-message__banner__sub-copy {
    display: none; } }

.t-message__banner__sub-copy span {
  font-family: DINNextLTPro-Bold, serif; }

.t-message__banner__mainCopy {
  max-width: 36.6rem;
  width: 100%;
  margin: 2rem 0 4rem; }

@media screen and (max-width: 768px) {
  .t-message__banner__mainCopy {
    display: none; } }

.t-message__banner__pict {
  width: 61.67%;
  position: relative;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .t-message__banner__pict {
    width: 100%; } }

.t-message__banner__pict img {
  -o-object-position: center 20%;
  object-position: center 20%; }

@media screen and (max-width: 768px) {
  .t-message__banner__pict img {
    position: static;
    border-radius: 3px 3px 0 0;
    overflow: hidden; } }

.t-message__banner__pict:before {
  content: "";
  display: block;
  width: 8.5rem;
  height: 100%;
  background: url(/assets/image/home/message_bnr_tryangle.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

@media screen and (max-width: 768px) {
  .t-message__banner__pict:before {
    display: none; } }

/* t-job / 仕事を知る
---------------------------------------------------------------- */
.t-job {
  padding: 35rem 0 10rem;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background: url(/assets/image/home/grad_orange02.jpg) no-repeat center/cover; }

@media screen and (max-width: 1023px) {
  .t-job {
    padding: 10rem 0; } }

@media screen and (max-width: 768px) {
  .t-job {
    padding: 5rem 0 3.2rem; } }

.t-job__movie {
  width: 100%;
  height: 100%;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4.7%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(247, 112, 6, 0.9);
  z-index: 100000000;
  opacity: 0;
  visibility: hidden; }

@media screen and (max-width: 768px) {
  .t-job__movie {
    display: block;
    overflow-y: auto; } }

.is-movie-open .t-job__movie {
  opacity: 1;
  visibility: visible; }

.t-job__movie__inner {
  width: 100%; }

@media screen and (max-width: 768px) {
  .t-job__movie__inner {
    padding: 30% 0; } }

.t-job__movie__title {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #ffffff;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
  letter-spacing: 0.08em; }

@media screen and (max-width: 1023px) {
  .t-job__movie__title {
    font-size: 2rem; } }

@media screen and (max-width: 768px) {
  .t-job__movie__title {
    font-size: 1.8rem; } }

.t-job__movie__frame {
  margin-top: 2rem;
  padding-top: 56.208%;
  position: relative; }

@media screen and (max-width: 768px) {
  .t-job__movie__frame {
    margin-top: 1.4rem; } }

.t-job__movie__frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.t-job__bg-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: DINNextLTPro-Bold, serif;
  color: #f7750f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: -597px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 10;
  word-break: keep-all;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.01), 0px 0px 160px rgba(0, 0, 0, 0.08);
  opacity: .3; }

.ua-edge .t-job__bg-text,
.ua-ie .t-job__bg-text {
  left: -641px; }

@media screen and (max-width: 1023px) {
  .t-job__bg-text {
    display: none; } }

.t-job__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10000; }

@media screen and (max-width: 1023px) {
  .t-job__inner {
    display: block; } }

.t-job__body {
  width: 29.6875%;
  margin-top: 2.6rem;
  padding-right: 9rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 1023px) {
  .t-job__body {
    width: 100%;
    margin-top: 0;
    padding-right: 2rem; } }

.t-job__body .c-heading__ja {
  color: #fff; }

.t-job__items {
  width: 70.3125%; }

@media screen and (max-width: 1023px) {
  .t-job__items {
    width: 100%;
    margin-top: 4.6rem; } }

@media screen and (max-width: 768px) {
  .t-job__items {
    margin-top: 3.2rem; } }

.t-job__item {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 1023px) {
  .t-job__item {
    border-radius: 0; }
  .t-job__item + .t-job__item {
    margin-top: 10px; } }

.t-job__item__inner {
  display: block;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative; }

.t-job__item__inner:hover:after {
  opacity: .5; }

.t-job__item__inner:hover .t-job__item__num:after {
  -webkit-transform: scaleX(0) translateY(-50%);
  -ms-transform: scaleX(0) translateY(-50%);
  transform: scaleX(0) translateY(-50%);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right; }

.t-job__item__inner:hover .t-job__item__bg {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

.t-job__item__inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 50%);
  background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 0; }

@media screen and (max-width: 1023px) {
  .t-job__item__inner:after {
    opacity: .2;
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%);
    background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 50%); } }

.t-job__item__inner:before {
  content: "";
  display: none;
  width: 3.2rem;
  height: 3.4rem;
  background: url(/assets/image/common/icon-arrow-white-m.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 5.6338028169%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }

@media screen and (max-width: 1023px) {
  .t-job__item__inner:before {
    display: block; } }

.t-job__item__body {
  position: absolute;
  left: 9.5238095238%;
  bottom: 3rem;
  z-index: 100; }

@media screen and (max-width: 1023px) {
  .t-job__item__body {
    top: 50%;
    left: 7.323943662%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

.t-job__item__bg {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

.t-job__item__num {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Helvetica Neue','Helvetica', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ Pro', 'メイリオ', '游ゴシック体', 'Yu Gothic', YuGothic, 'Meiryo', メイリオ, sans-serif, serif;
  letter-spacing: 0.08em;
  position: relative; }

.t-job__item__num:after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scaleX(1) translateY(-50%);
  -ms-transform: scaleX(1) translateY(-50%);
  transform: scaleX(1) translateY(-50%);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  position: absolute;
  top: 50%;
  right: -3.5rem;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }

.t-job__item__name {
  margin-top: 1.3rem;
  font-size: 3.2rem;
  font-family: DINNextLTPro-Bold, serif;
  letter-spacing: 0.04em; }

@media screen and (max-width: 1023px) {
  .t-job__item__name {
    margin-top: 2rem; } }

@media screen and (max-width: 768px) {
  .t-job__item__name {
    font-size: 2.8rem; } }

.t-job__item__name .t-job__item__name__ja {
  display: block;
  margin-top: .3rem;
  font-size: 1.3rem;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
  letter-spacing: 0.08em; }

@media screen and (max-width: 1023px) {
  .t-job__item__name .t-job__item__name__ja {
    margin-top: .8rem; } }

@media screen and (max-width: 768px) {
  .t-job__item__name .t-job__item__name__ja {
    font-size: 1.2rem; } }

.t-job__button-wrap {
  margin-top: 4.6rem; }

.t-job__button-wrap .c-button-arrow {
  display: inline-block;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .t-job__button-wrap {
    margin-top: 3.4rem; } }

.t-job__button-wrap p + p {
  margin-top: 3rem; }

@media screen and (max-width: 768px) {
  .t-job__button-wrap p + p {
    margin-top: 2rem; } }

.t-job .swiper-container {
  padding-bottom: 3.8rem; }

@media screen and (max-width: 1023px) {
  .t-job .swiper-container {
    padding-bottom: 0; } }

.t-job .swiper-container-horizontal > .swiper-scrollbar {
  width: calc(100% - 80px);
  bottom: 0;
  left: 0;
  background-color: rgba(225, 225, 225, 0.2);
  border-radius: 2px;
  cursor: pointer; }

.t-job .swiper-scrollbar-drag {
  background-color: #ffffff;
  border-radius: 2px; }

@media screen and (max-width: 1023px) {
  .t-job .swiper-wrapper {
    display: block; } }

/* t-sns / SNSボタン
---------------------------------------------------------------- */
.t-sns__inner {
  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; }

@media screen and (max-width: 768px) {
  .t-sns__inner {
    display: block;
    margin: 0 3rem; } }

.t-sns__button {
  width: 46.9465648855%; }

@media screen and (max-width: 768px) {
  .t-sns__button {
    width: 100%; }
  .t-sns__button + .t-sns__button {
    margin-top: 1.6rem; } }

.t-sns__button.-twitter a {
  font-size: 1.8rem;
  color: #1da1f2; }

.t-sns__button.-twitter a span:after {
  background: url(/assets/image/common/icon-twitter.png) no-repeat center/contain; }

.t-sns__button.-instagram a {
  font-size: 1.6rem;
  color: #d73084; }

.t-sns__button.-instagram a span:after {
  background: url(/assets/image/common/icon-instagram.png) no-repeat center/contain; }

.t-sns__button 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: 9rem;
  letter-spacing: 0.08em;
  font-family: 'Helvetica Neue','Helvetica', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ Pro', 'メイリオ', '游ゴシック体', 'Yu Gothic', YuGothic, 'Meiryo', メイリオ, sans-serif, serif;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

@media screen and (max-width: 768px) {
  .t-sns__button a {
    height: 6.6rem;
    font-size: 1.6rem !important; } }

.t-sns__button a:hover {
  border: 1px solid #ec6800; }

.t-sns__button a span {
  display: inline-block;
  padding-left: 4.7rem;
  position: relative; }

@media screen and (max-width: 768px) {
  .t-sns__button a span {
    padding-left: 3rem; } }

.t-sns__button a span:after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 768px) {
  .t-sns__button a span:after {
    width: 2rem;
    height: 2rem; } }

/* t-blog
---------------------------------------------------------------- */
.t-blog .t-blog__slide {
  margin-top: 3.2rem; }

@media screen and (max-width: 768px) {
  .t-blog .t-blog__slide {
    width: calc(100% + 4rem);
    margin-top: 1.8rem;
    margin-left: -2rem; } }

.t-blog__inner {
  position: relative; }

.t-blog__top {
  top: .6rem;
  right: 0;
  position: absolute; }

.t-blog__top a {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em; }

.t-blog__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .t-blog__slide {
    display: block; } }

/* t-recruit-info
---------------------------------------------------------------- */
.t-recruit-info {
  padding: 10rem 0;
  border-top: 1px solid #e2e2e2; }

@media screen and (max-width: 768px) {
  .t-recruit-info {
    padding: 1.6rem 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7; } }

.t-recruit-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .t-recruit-info__inner {
    display: block; } }

.t-recruit-info__block {
  width: 50%; }

@media screen and (max-width: 768px) {
  .t-recruit-info__block {
    width: 100%; }
  .t-recruit-info__block + .t-recruit-info__block {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
    border-top: 1px solid #e7e7e7; }
  .t-recruit-info__block .c-heading-inline {
    width: 61.2%;
    padding-left: 2.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.t-recruit-info__block a {
  display: block; }

@media screen and (max-width: 768px) {
  .t-recruit-info__block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.t-recruit-info__block a:hover .t-recruit-info__bg img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: all 8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 8s cubic-bezier(0.19, 1, 0.22, 1); }

.t-recruit-info__block a:hover .t-recruit-info__bg img:after {
  opacity: .6; }

.t-recruit-info__block a:hover .c-button-arrow__icon:before {
  -webkit-animation: arrowRight-l 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: arrowRight-l 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }

.t-recruit-info__block a:hover .c-button-arrow:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right; }

.t-recruit-info__bg {
  margin-top: 2.4rem;
  position: relative;
  width: 100%;
  padding-top: 64.0625%;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .t-recruit-info__bg {
    margin-top: 0;
    padding-top: 61.5384%; } }

.t-recruit-info__bg img {
  -webkit-transform: scale(1.002);
  -ms-transform: scale(1.002);
  transform: scale(1.002);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

.t-recruit-info__bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-30%, black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, black -30%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, black -30%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, black -30%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer; }

.t-recruit-info__bg .c-button-arrow {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  color: #ffffff;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  left: 4.6875%;
  bottom: 4rem; }

.t-recruit-info__bg .c-button-arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: .6rem;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left; }

@media screen and (max-width: 768px) {
  .t-recruit-info__bg-wrap {
    width: 38.8%; } }

/* 左右ブロック
---------------------------------------------------------------- */
.t-egaopoint-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .t-egaopoint-block {
      display: block; } }
  .t-egaopoint-block:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .t-egaopoint-block + .t-egaopoint-block {
    margin-top: 8rem; }
    @media screen and (max-width: 768px) {
      .t-egaopoint-block + .t-egaopoint-block {
        margin-top: 4rem; } }

.t-egaopoint-block__pict {
  width: 62%; }
  @media screen and (max-width: 768px) {
    .t-egaopoint-block__pict {
      width: 100%; } }

.t-egaopoint-block__body {
  width: 38%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 9rem;
  padding-left: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .t-egaopoint-block__body {
      width: 100%;
      margin-top: 2.4rem;
      padding: 0; } }

/* t-company
---------------------------------------------------------------- */
.t-company {
  padding-top: 8.8rem; }
  @media screen and (max-width: 768px) {
    .t-company {
      padding-top: 4rem; } }

/* 20210309 追記
---------------------------------------------------------------- */
.t-home-banner {
  width: 100%;
  margin-bottom: 100px; }

@media screen and (max-width: 768px) {
  .t-home-banner {
    margin-bottom: 40px; } }

.t-home-banner a {
  display: block;
  border: 6px solid #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.t-home-banner a:hover {
  border-color: #ebebeb;
  opacity: .8; }

.t-home-banner img {
  width: 100%;
  height: auto; }

.t-job__body {
  min-width: 400px; }

@media screen and (max-width: 768px) {
  .t-job__body {
    min-width: auto; } }

.t-specialMovie {
  padding: 8.8rem 0;
  border-bottom: 1px solid #eaeaea; }

@media screen and (max-width: 768px) {
  .t-specialMovie {
    padding: 4rem 0; } }

.t-specialMovie__body {
  padding-top: 6.4rem; }

@media screen and (max-width: 768px) {
  .t-specialMovie__body {
    padding-top: 3.2rem; } }

.t-specialMovie .c-heading-m {
  text-align: center; }

.t-specialMovie__caption {
  font-size: 1.8rem;
  padding-top: 1.6rem;
  font-family: UD新ゴNT M, UD Shin Go NT Medium, serif; }

.t-specialMovie__caption + .c-txt-s {
  font-size: 1.4rem; }

.l-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  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;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1100000000;
  overflow: scroll; }

@media screen and (max-width: 768px) {
  .l-overlay {
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 380px) {
  .l-overlay {
    display: block; } }

.l-overlay.is-close {
  opacity: 0 !important;
  visibility: hidden; }

.l-overlay__inner {
  width: 80%;
  max-width: 1260px;
  background: #e66925;
  text-align: center;
  padding: 10rem 10rem 16rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative; }

@media screen and (max-width: 768px) {
  .l-overlay__inner {
    width: 100%;
    padding: 5rem 3rem 8.4rem; } }

.l-overlay__label {
  width: 40%;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .l-overlay__label {
    width: 64%; } }

.l-overlay__head {
  font-size: 8.8rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: -.05em;
  margin-top: 3.4rem;
  position: relative;
  font-family: UD新ゴNT DB,UD Shin Go NT DemiBold,sans-serif; }

@media screen and (max-width: 768px) {
  .l-overlay__head {
    margin-top: 2rem;
    font-size: 10vw;
    line-height: 1.2; } }

.l-overlay__head img {
  width: 100%; }

.l-overlay__head::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #222;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1); }

.is-op3 .l-overlay__head::after {
  width: 0;
  left: auto;
  right: 0; }

.l-overlay__head::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1); }

.is-op3 .l-overlay__head::before {
  width: 0;
  left: auto;
  right: 0; }

.l-overlay__text {
  width: 74%;
  margin: 6rem auto 0 auto; }

@media screen and (max-width: 768px) {
  .l-overlay__text {
    width: 100%;
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 2;
    font-weight: bold;
    color: #fff; } }

.l-overlay__date {
  width: 40rem;
  margin: 8rem auto 0; }

@media screen and (max-width: 768px) {
  .l-overlay__date {
    width: 100%;
    max-width: 20rem;
    margin-top: 4rem; } }

.l-overlay__date img {
  width: 100%; }

.l-overlay__close {
  width: 7.6rem;
  margin: 8.5rem auto 0;
  position: absolute;
  left: 50%;
  bottom: 4rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50; }

@media screen and (max-width: 768px) {
  .l-overlay__close {
    width: 4rem;
    bottom: 2.6rem; } }

.l-overlay__close img {
  width: 100%; }

.l-overlay__close:hover {
  opacity: .5; }

.l-overlay__text2 {
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff; }

@media screen and (max-width: 768px) {
  .l-overlay__text2 {
    font-size: 2.2rem;
    line-height: 1.4; } }

.l-overlay-button {
  width: 100%;
  margin-top: 4rem; }

@media screen and (max-width: 768px) {
  .l-overlay-button {
    margin-top: 2rem; } }

.l-overlay-button__inner {
  display: block;
  padding: 3rem 0;
  font-weight: bold;
  background: #fff;
  width: 100%;
  border-radius: 4px; }

@media screen and (max-width: 768px) {
  .l-overlay-button__inner {
    padding: 2rem 0; } }

.l-overlay-button__inner:hover {
  opacity: .8; }

.l-overlay-button__lead {
  display: block;
  font-size: 1.5rem; }

.l-overlay-button__text {
  font-size: 2.2rem;
  display: block; }

@media screen and (max-width: 768px) {
  .l-overlay-button__text {
    font-size: 1.6rem; } }

.l-overlay-table {
  width: 100%;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  border-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 4rem auto 0 auto; }

@media screen and (max-width: 768px) {
  .l-overlay-table {
    font-size: 1.2rem;
    margin-top: 2.4rem; } }

.l-overlay-table th, .l-overlay-table td {
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.4rem 0; }

@media screen and (max-width: 768px) {
  .l-overlay-table th, .l-overlay-table td {
    padding: 1.2rem 0; } }

.l-overlay-table th {
  width: 30%;
  color: #333;
  font-size: 1.8rem;
  text-align: center; }

@media screen and (max-width: 768px) {
  .l-overlay-table th {
    width: 30%;
    font-size: 1.5rem; } }

.l-overlay-table td {
  width: 44%;
  font-size: 1.6rem; }

@media screen and (max-width: 768px) {
  .l-overlay-table td {
    width: 50%; } }

.t-message {
  padding-top: 8rem; }

@media screen and (max-width: 768px) {
  .t-message {
    padding-top: 6rem; } }

.t-countdown {
  text-align: center;
  padding: 0 4rem 8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 8rem; }

@media screen and (max-width: 768px) {
  .t-countdown {
    padding-bottom: 6rem;
    margin-bottom: 6rem; } }

.t-countdown__label {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif; }

@media screen and (max-width: 768px) {
  .t-countdown__label {
    font-size: 2rem; } }

.t-countdown__time {
  padding-top: 3.4rem; }

@media screen and (max-width: 768px) {
  .t-countdown__time {
    padding-top: 2rem; } }

#js-countdown {
  font-size: 12rem;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  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;
  font-family: 'Helvetica Neue','Helvetica', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ Pro', 'メイリオ', '游ゴシック体', 'Yu Gothic', YuGothic, 'Meiryo', メイリオ, sans-serif, serif; }

@media screen and (max-width: 1364px) {
  #js-countdown {
    font-size: 10rem; } }

@media screen and (max-width: 768px) {
  #js-countdown {
    font-size: 4rem; } }

@media screen and (max-width: 360px) {
  #js-countdown {
    font-size: 3rem; } }

.js-countdown__block {
  position: relative; }

.js-countdown__num {
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.js-countdown__block:last-child .js-countdown__num::after {
  display: none; }

.js-countdown__accent {
  font-weight: bold;
  font-size: 40%;
  margin: 0 .3em 0 .1em; }

.t-recruit-slogan {
  color: #fff;
  text-align: center;
  padding-bottom: 12rem; }

@media screen and (max-width: 768px) {
  .t-recruit-slogan {
    padding-bottom: 6rem; } }

.t-recruit-slogan__head {
  font-size: 3.8rem;
  line-height: 1.5;
  font-family: "UD新ゴNT DB", "UD Shin Go NT DemiBold", serif;
  text-align: center;
  color: #fff;
  padding: 4rem 0; }

@media screen and (max-width: 768px) {
  .t-recruit-slogan__head {
    font-size: 1.8rem;
    line-height: 1.7; } }

.t-recruit-slogan__copy + .t-recruit-slogan__head {
  padding-top: 7rem; }

@media screen and (max-width: 768px) {
  .t-recruit-slogan__copy + .t-recruit-slogan__head {
    padding-top: 3rem; } }

.t-recruit-slogan__copy {
  font-size: 2.2rem;
  line-height: 2.1;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif; }

@media screen and (max-width: 768px) {
  .t-recruit-slogan__copy {
    font-size: 1.4rem; } }

.t-recruit-slogan__copy + .t-recruit-slogan__copy {
  padding-top: 4rem; }

@media screen and (max-width: 768px) {
  .t-recruit-slogan__copy + .t-recruit-slogan__copy {
    padding-top: 2rem; } }

.t-recruit-slogan__head + .t-recruit-slogan__copy {
  padding-top: 6rem; }

@media screen and (max-width: 768px) {
  .t-recruit-slogan__head + .t-recruit-slogan__copy {
    padding-top: 2.4rem; } }

.t-message12-slogan {
  width: 78%;
  margin: 0 auto 0 auto;
  padding-top: 6rem; }

@media screen and (max-width: 768px) {
  .t-message12-slogan {
    width: 94%;
    padding-top: 4rem; } }

.t-message12-slogan__copy {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 2.6rem;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 8rem; }

@media screen and (max-width: 768px) {
  .t-message12-slogan__copy {
    font-size: 1.8rem;
    padding-top: 2rem;
    padding-bottom: 6rem; } }

.t-message12-slogan__copy span {
  position: relative; }

.t-message12-slogan__copy span::after, .t-message12-slogan__copy span::before {
  content: "";
  width: 5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  position: absolute;
  top: 50%; }

.t-message12-slogan__copy span::after {
  left: -6rem; }

.t-message12-slogan__copy span::before {
  right: -6rem; }

.svg-base {
  fill: url(#SVGID_1_); }

.svg-mask {
  fill: none;
  stroke: #fff;
  stroke-width: 16;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  enable-background: new; }

@media screen and (max-width: 768px) {
  .l-overlay-table td {
    width: 48%;
    font-size: 1.3rem;
    line-height: 1.7; } }

@media screen and (max-width: 768px) {
  .l-overlay-table th, .l-overlay-table td {
    padding: 0.8rem 0; } }

.u-mt-list03 {
  margin-top: 0.8rem; }

@media screen and (max-width: 767px) {
  .u-mt-list03 {
    margin-top: 0.3rem;
    font-size: 1.0rem; } }

.c-pickup-news1 a {
  background: #f5f5f5;
  color: #ec6800 !important; }

.c-pickup-news1 .c-button-arrow.-orange-l .c-button-arrow__icon {
  position: relative;
  top: 0;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
  margin-right: 0.5em; }

@media screen and (max-width: 767px) {
  .c-pickup-news + .l-header {
    top: 6rem; } }

.l-sitemap {
  padding: 17rem 0 8rem 0; }

@media screen and (max-width: 767px) {
  .l-sitemap {
    padding: 11rem 0 5rem 0; } }

.l-overlay-button__text_before {
  font-size: 1.3rem;
  padding-bottom: 1rem; }

@media screen and (max-width: 767px) {
  .l-overlay-button__text_before {
    font-size: 1.1rem;
    padding-bottom: 0.6rem; } }

.l-overlay-button {
  line-height: 1.5; }

.l-overlay-button__inner {
  padding: 2.6rem 0 2.4rem 0; }

@media screen and (max-width: 767px) {
  .l-overlay-button__inner {
    padding: 1.7rem 0 1.6rem 0; } }

/* 20220713 追記
---------------------------------------------------------------- */
@media screen and (min-width: 1800px) {
  .l-overlay {
    font-size: 62.5%; } }

.l-overlay__inner {
  padding: 13.6rem 10rem 20.8rem; }
  @media screen and (max-width: 1023px) {
    .l-overlay__inner {
      padding: 10rem 6rem 18rem; } }
  @media screen and (max-width: 767px) {
    .l-overlay__inner {
      padding: 6rem 3rem 11rem; } }
  @media screen and (max-width: 400px) {
    .l-overlay__inner {
      padding: 6rem 2rem 11rem; } }

.l-overlay-image {
  width: 100%; }
  .l-overlay-image img {
    width: 100%;
    max-width: 72rem; }
    @media screen and (max-width: 767px) {
      .l-overlay-image img {
        max-width: 38rem; } }

.l-overlay-button {
  width: auto;
  margin-top: 9.8rem; }
  @media screen and (max-width: 1023px) {
    .l-overlay-button {
      margin-top: 7.6rem; } }
  @media screen and (max-width: 767px) {
    .l-overlay-button {
      margin-top: 5rem; } }

@media screen and (max-width: 1023px) {
  .l-overlay-button__text {
    font-size: 2rem; } }

@media screen and (max-width: 768px) {
  .l-overlay-button__text {
    font-size: 1.5rem; } }

.l-overlay-button__inner {
  padding: 3rem 3.2rem 2.8rem;
  font-size: 2.2rem;
  display: inline; }
  @media screen and (max-width: 1023px) {
    .l-overlay-button__inner {
      font-size: 1.8rem;
      padding: 2.6rem 2.8rem 2.4rem; } }
  @media screen and (max-width: 768px) {
    .l-overlay-button__inner {
      font-size: 1.3rem;
      padding: 1.8rem 1.6rem 1.6rem; } }
  @media screen and (max-width: 340px) {
    .l-overlay-button__inner {
      font-size: 1.1rem; } }

.t-visual {
  position: relative; }
  @media screen and (max-width: 768px) {
    .t-visual {
      height: 34rem !important;
      padding-top: 6rem; } }

.t-visual-slide,
.t-visual-slide * {
  height: 100%; }

.t-visual-slide .js-objectfit {
  width: 100%;
  height: 100%; }

.t-visual__copy {
  width: 68%;
  height: auto;
  position: absolute;
  display: block;
  z-index: 100;
  left: 4%;
  bottom: 12rem !important; }
  @media screen and (max-width: 768px) {
    .t-visual__copy {
      bottom: 4rem !important;
      width: 90%; } }
  .t-visual__copy img {
    width: 100%;
    height: auto; }

.t-message__copy {
  font-weight: bold;
  letter-spacing: .1em;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg); }
  .t-message__copy.is-large {
    font-size: 3.6rem; }
    @media screen and (max-width: 768px) {
      .t-message__copy.is-large {
        font-size: 2rem; } }

.t-specialMovie__body .c-column-single {
  width: 685px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .t-specialMovie__body .c-column-single {
      width: 100%; } }

.t-specialMovie__body .c-column-double {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2rem; }
  @media screen and (max-width: 768px) {
    .t-specialMovie__body .c-column-double {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 1.3rem; } }
  .t-specialMovie__body .c-column-double iframe {
    inline-size: 100%;
    block-size: 100%; }

.t-visual-slide {
  height: 100vh;
  min-height: 700px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .t-visual-slide {
      height: 100%;
      min-height: auto; } }

.t-visual-slide .slick-slide {
  position: absolute;
  top: 0;
  left: 0; }

.t-egaopoint-block__body .c-heading {
  letter-spacing: 0.08em; }
