@charset "UTF-8";
/* ==============================================================================================
   サイト全体の共通項目
   ============================================================================================== */
.t-main-slogan {
  position: absolute;
  top: 55%;
  left: 8%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .t-main-slogan {
      width: 100%;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      left: 0;
      display: block;
      -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      transform-origin: 0 50%; } }

.t-main-slogan__sub,
.t-main-slogan__en {
  display: inline-block; }

.t-main-slogan__sub span,
.t-main-slogan__en span {
  display: inline-block; }

.t-main-slogan__en {
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: Helvetica, Verdana, sans-serif, sans-serif;
  color: #ffffff; }
  @media screen and (max-width: 768px) {
    .t-main-slogan__en {
      font-size: 1.4rem; } }

.c-lighttxt2 {
  width: 0;
  overflow: hidden;
  -webkit-transition: width 900ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 900ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 900ms cubic-bezier(0.77, 0, 0.175, 1); }
  .is-view .c-lighttxt2 {
    width: 100%; }

.t-main-slogan__main {
  font-size: 7rem;
  margin: 2rem 0;
  font-family: MFW-UDShinGoNTPro-DeBold, sans-serif; }
  @media screen and (max-width: 768px) {
    .t-main-slogan__main {
      font-size: 9vw;
      margin: 1.8rem 0 1rem; } }

.t-main-slogan__main p + p {
  margin-top: 2.1rem; }
  @media screen and (max-width: 768px) {
    .t-main-slogan__main p + p {
      margin-top: 1.8rem; } }

.t-main-slogan__main p span {
  background: #fff;
  display: inline-block;
  padding: 1rem;
  border-radius: 4px; }

.t-main-slogan .c-button {
  padding: 2.2rem 6rem;
  margin-top: 5.3rem;
  opacity: 0;
  position: relative;
  top: 5rem;
  -webkit-transition: opacity 900ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 900ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 900ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }
  @media screen and (max-width: 768px) {
    .t-main-slogan .c-button {
      width: auto;
      padding: 1.8rem 4rem;
      margin-top: 3rem; } }
  .is-view .t-main-slogan .c-button {
    opacity: 1;
    top: 0; }

.svg-txt1 {
  width: 49.2rem;
  height: 3.5rem; }
  @media screen and (max-width: 768px) {
    .svg-txt1 {
      width: 26rem;
      height: 1.8rem; } }

.svg-txt2 {
  width: 57rem;
  height: 1.4rem; }
  @media screen and (max-width: 768px) {
    .svg-txt2 {
      width: 34.2rem;
      height: 0.84rem; } }

.t-hero__pict {
  overflow: hidden !important;
  z-index: 10000; }

.t-hero-slide {
  position: relative; }

.t-hero-slide,
.t-hero-slide .slick-list,
.t-hero-slide .slick-track,
.t-hero-slide img {
  height: 100%;
  overflow: hidden !important; }

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

.t-hero-slide__block {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 900ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 900ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 900ms cubic-bezier(0.77, 0, 0.175, 1); }
  .t-hero-slide__block:nth-child(1) {
    z-index: 7; }
  .t-hero-slide__block:nth-child(2) {
    z-index: 6; }
  .t-hero-slide__block:nth-child(3) {
    z-index: 5; }

.t-topAbout {
  padding: 8rem 0;
  position: relative;
  top: -8rem; }
  @media screen and (max-width: 768px) {
    .t-topAbout {
      top: -2rem;
      padding: 3rem 2rem 2rem;
      margin-bottom: 2rem; } }

.t-top-about-pict {
  position: relative;
  display: block; }
  @media screen and (max-width: 768px) {
    .t-top-about-pict {
      height: 50vw; } }

.t-top-about-pict::after {
  content: "";
  padding: 20%;
  display: block; }

.t-top-sec-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .t-top-sec-head {
      display: block; } }

.t-top-sec-head.-type2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .t-top-sec-head.-type2 .t-top-sec-head__block:nth-child(2) {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .t-top-sec-head.-type2 .t-top-sec-head__block:nth-child(2) {
        padding-top: 2rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.t-top-sec-head__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1; }
  .t-top-sec-head__block:nth-child(1) {
    width: 20%; }
    @media screen and (max-width: 768px) {
      .t-top-sec-head__block:nth-child(1) {
        width: 100%;
        text-align: center; } }
  .t-top-sec-head__block:nth-child(2) {
    width: 55%;
    padding-top: 1.5rem;
    padding-left: 2rem; }
    @media screen and (max-width: 768px) {
      .t-top-sec-head__block:nth-child(2) {
        width: 100%;
        padding-top: 0;
        padding-left: 0; } }
  .t-top-sec-head__block:nth-child(3) {
    width: 25%;
    text-align: right;
    vertical-align: middle;
    padding-top: 1.5rem;
    padding-left: 2rem; }
    @media screen and (max-width: 768px) {
      .t-top-sec-head__block:nth-child(3) {
        width: 100%;
        text-align: center;
        padding-top: 2rem;
        padding-left: 0; } }

.t-top-business-accent {
  position: relative; }

.t-top-business-accent::after {
  content: "BUSINESS";
  font-size: 30rem;
  font-weight: bold;
  font-family: Helvetica, Verdana, sans-serif, sans-serif;
  display: block;
  position: absolute;
  top: -8rem;
  right: 0;
  -webkit-transform: translateX(60%);
  -ms-transform: translateX(60%);
  transform: translateX(60%);
  z-index: 1;
  color: rgba(236, 238, 207, 0.8); }
  @media screen and (max-width: 768px) {
    .t-top-business-accent::after {
      display: none; } }

.t-top-business-accent__inr {
  position: relative;
  z-index: 2; }

.t-top-business-column {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .t-top-business-column {
      display: block;
      border-radius: 10px; } }

.t-top-business-column__block {
  width: 50%; }
  @media screen and (max-width: 768px) {
    .t-top-business-column__block {
      width: 100%; } }

.t-top-business-column__block a {
  text-decoration: none; }

.t-top-business-column__block:first-child .u-img-hover:after,
.t-top-business-column__block:first-child img {
  border-radius: 15px 0 0 0; }
  @media screen and (max-width: 768px) {
    .t-top-business-column__block:first-child .u-img-hover:after,
    .t-top-business-column__block:first-child img {
      border-radius: 10px 10px 0 0; } }

.t-top-business-column__block:last-child .u-img-hover:after,
.t-top-business-column__block:last-child img {
  border-radius: 0 15px 0 0; }
  @media screen and (max-width: 768px) {
    .t-top-business-column__block:last-child .u-img-hover:after,
    .t-top-business-column__block:last-child img {
      border-radius: 0; } }

.t-top-business-column__text {
  width: 100%;
  padding: 4rem 20% 4rem 4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .t-top-business-column__text {
      width: 100%;
      padding: 2rem; } }

.t-top-sec {
  margin-top: 7rem; }
  .t-top-sec .c-card__thumb {
    border-radius: 10px;
    overflow: hidden; }
  @media screen and (max-width: 768px) {
    .t-top-sec {
      margin-top: 4rem; } }

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

.t-top-news {
  margin-top: 4rem;
  border-top: 1px solid #d6d6d6; }
  @media screen and (max-width: 768px) {
    .t-top-news {
      margin-top: 3rem; } }

.t-top-news__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.t-top-news__link:hover + .t-top-news__flex .c-link-line__inr {
  background-size: 0% 1px;
  background-position: right bottom; }

.t-top-news__link:hover + .t-top-news__flex .c-arrow {
  -webkit-animation: scaleBounce2 1s forwards linear;
  animation: scaleBounce2 1s forwards linear; }

.t-top-news__link:hover + .t-top-news__flex .c-arrow.-type2 {
  background: #4fbe4f;
  border-color: #4fbe4f; }
  .t-top-news__link:hover + .t-top-news__flex .c-arrow.-type2 .c-arrow__obj::after {
    content: url(../image/common/icon/arrow-white.svg); }

.t-top-news li {
  padding: 2.4rem 0;
  border-bottom: 1px solid #d6d6d6;
  position: relative; }
  @media screen and (max-width: 768px) {
    .t-top-news li {
      padding: 2rem 0; } }

.t-top-news__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .t-top-news__flex {
      padding-right: 3rem; } }

.t-top-news__time {
  width: 9.6rem;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  color: #777; }
  @media screen and (max-width: 768px) {
    .t-top-news__time {
      width: 7.5rem;
      width: auto;
      margin-right: 1.2rem;
      font-size: 1.1rem; } }

.t-top-news__cat {
  width: 11rem;
  display: inline-block;
  padding: .9rem .5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .t-top-news__cat {
      width: auto;
      padding: 0.6rem 0.7rem 0.5rem;
      font-size: 1rem; } }
  .t-top-news__cat span {
    display: block;
    position: relative;
    z-index: 3; }

.t-top-news__title {
  width: calc(100% - 9.6rem - 11rem);
  padding-left: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .t-top-news__title {
      width: 100%;
      margin-top: .8rem;
      padding-left: 0; } }

.t-top-news__title h3 {
  padding: .2rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #111; }
  @media screen and (max-width: 768px) {
    .t-top-news__title h3 {
      font-size: 1.4rem; } }

.t-top-news__icon {
  width: 1.9rem;
  height: 1.9rem;
  border: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%; }

.t-top-news__list {
  margin-top: 2.5rem;
  text-align: center; }

.t-top-recruit {
  color: #fff;
  padding: 13.6rem 0;
  text-align: center;
  border-radius: 15px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background: url(../image/top/recruit_bg.jpg) no-repeat center center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .t-top-recruit {
      padding: 3rem;
      border-radius: 10px; } }
  .t-top-recruit::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    @media screen and (max-width: 768px) {
      .t-top-recruit::after {
        background: rgba(0, 0, 0, 0.6); } }
  .t-top-recruit:hover::after {
    background: rgba(0, 0, 0, 0.4); }

.t-top-recruit__text {
  position: relative;
  z-index: 100; }

.t-top-recruit__text__en {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Helvetica, Verdana, sans-serif, sans-serif; }
  @media screen and (max-width: 768px) {
    .t-top-recruit__text__en {
      font-size: 1.2rem; } }

.t-top-recruit__text__heading {
  font-size: 4.8rem;
  font-family: MFW-UDShinGoNTPro-DeBold, sans-serif;
  margin: 3rem 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .t-top-recruit__text__heading {
      font-size: 2.6rem;
      line-height: 1.4;
      margin: .5rem 0 2rem; } }
  .t-top-recruit__text__heading::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    display: block;
    margin-top: 1.5rem; }
    @media screen and (max-width: 768px) {
      .t-top-recruit__text__heading::after {
        display: none; } }

.t-top-recruit__text__copy {
  text-align: center;
  color: #fff;
  line-height: 2.14; }

.t-top-movie {
  background: #f7f7f7;
  padding: 80px 100px;
  margin-block: 64px;
  text-align: center; }
  @media screen and (max-width: 959px) {
    .t-top-movie {
      padding: 64px;
      margin-block: 48px; } }
  @media screen and (max-width: 768px) {
    .t-top-movie {
      padding: 20px;
      margin-block: 48px; } }
  .t-top-movie iframe {
    width: 100%;
    max-width: 940px;
    margin-inline: auto;
    height: auto;
    aspect-ratio: 16/9; }
