@charset "UTF-8";
/* Scss Document */
/*-------------------------------------------------------

カラー

----------------------------------------------------------*/
/*-------------------------------------------------------

メディアクエリ

----------------------------------------------------------*/
/*-------------------------------------------------------

サブメニュー 連番

----------------------------------------------------------*/
.g-menu__submenu-item:nth-child(1) {
  transition-delay: 0.1s;
}

.g-menu__submenu-item:nth-child(2) {
  transition-delay: 0.2s;
}

.g-menu__submenu-item:nth-child(3) {
  transition-delay: 0.3s;
}

.g-menu__submenu-item:nth-child(4) {
  transition-delay: 0.4s;
}

.g-menu__submenu-item:nth-child(5) {
  transition-delay: 0.5s;
}

.g-menu__submenu-item:nth-child(6) {
  transition-delay: 0.6s;
}

/*-------------------------------------------------------

矢印モジュール

----------------------------------------------------------*/
/*-------------------------------------------------------

flex オプション

----------------------------------------------------------*/
/*-------------------------------------------------------

その他 オプション

----------------------------------------------------------*/
body {
  color: #444444;
}

/*-------------------------------------------------------

MV

----------------------------------------------------------*/
.main-visual {
  width: 100%;
  display: grid;
  grid-template-rows: max-content 1fr;
  grid-template-columns: 34% 66%;
}
@media only screen and (max-width: 768px) {
  .main-visual {
    display: block;
  }
}

/* MV - コピー
----------------------------*/
.mv-copy {
  padding-top: 86px;
}
@media only screen and (max-width: 768px) {
  .mv-copy {
    padding: 40px 10vw 35px;
  }
}
.mv-copy img {
  position: relative;
  left: 6vw;
  width: 87%;
  height: auto;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .mv-copy img {
    width: 61%;
    left: 0;
  }
}

/* MV - スライド
----------------------------*/
.mv-slide {
  grid-column: 2/3;
  grid-row: 1/3;
}

.mv-slide-inner {
  position: relative;
}

/* 画像 */
.mv-image img {
  width: 100%;
  height: auto;
}

.mv-image-wrap {
  overflow: hidden;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}

.mv-image-inner {
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}

.swiper-slide-active .mv-image img,
.swiper-slide-duplicate-active .mv-image img {
  transform: scale(1.3);
  animation: animationZoom1 5s ease-in-out forwards;
}

@keyframes animationZoom1 {
  100% {
    transform: scale(1);
  }
}
.mv-item {
  position: relative;
}

/* コピー文 */
.slide-copyWrap {
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .slide-copyWrap {
    bottom: -96px;
  }
}

.slide-copytext {
  overflow: hidden;
  width: 390px;
  padding-left: calc(65vw - 390px);
  box-sizing: content-box;
}
@media only screen and (max-width: 768px) {
  .slide-copytext {
    width: 86.6vw;
    max-width: 390px;
  }
}

.mv-itemcopy {
  width: 390px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .mv-itemcopy {
    width: 86.6vw;
    max-width: 390px;
  }
}

.mv-itemcopy-wrap {
  overflow: hidden;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s 0.5s;
}

.mv-itemcopy-inner {
  position: relative;
  padding: 22px 75px 21px 43px;
  color: #fff;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s 0.5s;
}
@media only screen and (max-width: 1024px) {
  .mv-itemcopy-inner {
    padding: 20px 46px 15px 22px;
  }
}
.mv-itemcopy-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='arrow' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18.5 12.9' style='enable-background:new 0 0 18.5 12.9;' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M18.2,5.8l-5.2-5.4c0,0,0,0,0,0c-0.4-0.4-1-0.4-1.4,0c0,0,0,0,0,0c-0.4,0.4-0.4,1,0,1.4l3.6,3.8H1c-0.6,0-1,0.4-1,1 c0,0.6,0.4,1,1,1h14.2l-3.6,3.8c-0.2,0.2-0.3,0.4-0.3,0.7h0c0,0.3,0.1,0.5,0.3,0.7c0.4,0.4,1,0.4,1.4,0l5.2-5.4 C18.6,6.8,18.6,6.1,18.2,5.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 10px;
  transition-duration: 0.3s;
}

.mv-motto img {
  max-width: 165px;
}
@media only screen and (max-width: 767px) {
  .mv-motto img {
    max-width: 121px;
  }
}

.mv-itemmessage {
  margin-top: 3px;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 1024px) {
  .mv-itemmessage {
    margin-top: 8px;
    font-size: 1em;
    line-height: 1.3;
  }
}

.mv-affiliation {
  margin-top: 10px;
  font-size: 0.88em;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .mv-affiliation {
    font-size: 0.75em;
  }
}

/* ラベル色設定 */
.mv-thumb.cat-seizou .mv-itemcopy-inner {
  background-color: #ebb912;
}

.mv-thumb.cat-gijutsu .mv-itemcopy-inner {
  background-color: #e06d6d;
}

.mv-thumb.cat-kenkyu .mv-itemcopy-inner {
  background-color: #87ad20;
}

/* ホバー時 */
.mv-thumb:hover .mv-itemcopy-inner:after {
  right: 14px;
}

/* スライドの動き */
.swiper-slide.swiper-slide-duplicate-prev .mv-image-wrap,
.swiper-slide.swiper-slide-duplicate-prev .mv-image-inner,
.swiper-slide.swiper-slide-duplicate-prev .mv-itemcopy-wrap,
.swiper-slide.swiper-slide-duplicate-prev .mv-itemcopy-inner,
.swiper-slide-prev .mv-image-wrap,
.swiper-slide-prev .mv-image-inner,
.swiper-slide-prev .mv-itemcopy-wrap,
.swiper-slide-prev .mv-itemcopy-inner,
.swiper-slide.swiper-slide-duplicate-active .mv-image-wrap,
.swiper-slide.swiper-slide-duplicate-active .mv-image-inner,
.swiper-slide.swiper-slide-duplicate-active .mv-itemcopy-wrap,
.swiper-slide.swiper-slide-duplicate-active .mv-itemcopy-inner,
.swiper-slide-active .mv-image-wrap,
.swiper-slide-active .mv-image-inner,
.swiper-slide-active .mv-itemcopy-wrap,
.swiper-slide-active .mv-itemcopy-inner {
  transform: translate(0, 0);
}

/* MV - メッセージ
----------------------------*/
.mv-message {
  padding-left: 6vw;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 1367px) {
  .mv-message {
    padding-top: 4.4vw;
  }
}
@media only screen and (max-width: 1366px) {
  .mv-message {
    padding-top: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv-message {
    padding-top: 129px;
    padding-left: 13.4vw;
    font-size: 0.94em;
    line-height: 2.1;
  }
}
.mv-message p + p {
  margin-top: 21px;
}
@media only screen and (max-width: 768px) {
  .mv-message p + p {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-message {
    font-size: 15px;
  }
}

/* swiper settings
----------------------------------------------------------*/
.swiper-wrapper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-creative .swiper-slide {
  overflow: visible;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  padding-right: 418px;
  text-align: right;
  box-sizing: border-box;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    width: 100%;
    bottom: 0;
    margin-top: 12px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0 0 14px;
}
@media only screen and (max-width: 1024px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0 0 8px;
  }
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #c1c1c1;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #696969;
}

/*-------------------------------------------------------

content

----------------------------------------------------------*/
/* 採用トピックス
----------------------------------------------------------*/
.news {
  position: relative;
  max-width: 1366px;
  margin: 117px auto 0;
  padding-right: 16.6vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .news {
    margin: 92px auto 0;
    padding-right: 0;
  }
}
.news .inner {
  background-color: #f7f6f0;
}
@media only screen and (min-width: 1367px) {
  .news .inner {
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
  }
}
@media only screen and (max-width: 1366px) {
  .news .inner {
    padding-left: 6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .news .inner {
    padding: 32px 20px 46px;
  }
}

.news-area {
  display: flex;
  align-items: center;
  padding: 32px 88px 32px 0;
}
@media only screen and (max-width: 1024px) {
  .news-area {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }
}

.news-heading {
  padding-right: 45px;
  font-size: 1.37em;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 1564px) {
  .news-heading {
    padding-left: calc(6vw - (100vw - 1366px) / 2);
  }
}
@media only screen and (max-width: 1366px) {
  .news-heading {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .news-heading {
    padding-bottom: 6px;
    display: inline-block;
    padding-right: 0;
    border-bottom: 1px solid #000;
  }
}

.news-list {
  padding-left: 45px;
  border-left: 1px solid #000;
}
@media only screen and (max-width: 1024px) {
  .news-list {
    margin-top: 20px;
    padding-left: 0;
    border-left: none;
  }
}

.news-item {
  display: flex;
  font-size: 1.13em;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .news-item {
    display: block;
    font-size: 16px;
  }
}

.news-item + .news-item {
  margin-top: 18px;
}
@media only screen and (max-width: 1024px) {
  .news-item + .news-item {
    margin-top: 26px;
  }
}

.news-date {
  padding-right: 35px;
}

.news-title {
  flex: 1;
}
.news-title a {
  text-decoration: underline;
}
.news-title a:hover {
  text-decoration: none;
}

/* 共通レイアウト
----------------------------------------------------------*/
/* セクション */
.section {
  overflow: hidden;
}
.section .inner {
  position: relative;
  display: flex;
  max-width: 1366px;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .section .inner {
    padding-right: 105px;
    padding-left: 105px;
  }
}
@media only screen and (max-width: 1024px) {
  .section .inner {
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;
    flex-direction: column;
  }
}

.section-header {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 73px;
  max-width: 340px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .section-header {
    justify-content: center;
    padding-right: 0;
  }
}

.section-contents {
  width: 930px;
  padding-top: 95px;
}
@media only screen and (max-width: 1024px) {
  .section-contents {
    width: auto;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .section-contents {
    width: 100%;
  }
}

/* 反転レイアウト */
.section-reverse .inner {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .section-reverse .inner {
    flex-direction: column;
  }
}
.section-reverse .section-header {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 73px;
}
@media only screen and (max-width: 1024px) {
  .section-reverse .section-header {
    justify-content: center;
    padding-left: 0;
  }
}

/* 見出し */
.heading {
  position: relative;
  writing-mode: vertical-rl;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}
.heading:before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
}
.heading br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .heading br {
    display: block;
  }
}

/* メニュー */
.section-menu {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .section-menu {
    flex-direction: column;
  }
}
.section-menu a {
  position: relative;
}

.section-menuImg {
  overflow: hidden;
}
.section-menuImg img {
  transition-duration: 0.3s;
}

.section-menuLabel {
  position: relative;
  margin-top: 15px;
  font-size: 1.38em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .section-menuLabel {
    margin-top: 8px;
    font-size: 1.13em;
  }
}
.section-menuLabel:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 10px;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #000000;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='arrow' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18.5 12.9' style='enable-background:new 0 0 18.5 12.9;' xml:space='preserve'%3E%3Cpath fill='%230' d='M18.2,5.8l-5.2-5.4c0,0,0,0,0,0c-0.4-0.4-1-0.4-1.4,0c0,0,0,0,0,0c-0.4,0.4-0.4,1,0,1.4l3.6,3.8H1c-0.6,0-1,0.4-1,1 c0,0.6,0.4,1,1,1h14.2l-3.6,3.8c-0.2,0.2-0.3,0.4-0.3,0.7h0c0,0.3,0.1,0.5,0.3,0.7c0.4,0.4,1,0.4,1.4,0l5.2-5.4 C18.6,6.8,18.6,6.1,18.2,5.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 10px;
}
@media only screen and (max-width: 768px) {
  .section-menuLabel:after {
    bottom: 0;
  }
}

.section-menu a:hover .section-menuLabel:after {
  background-color: #000;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='arrow' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18.5 12.9' style='enable-background:new 0 0 18.5 12.9;' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M18.2,5.8l-5.2-5.4c0,0,0,0,0,0c-0.4-0.4-1-0.4-1.4,0c0,0,0,0,0,0c-0.4,0.4-0.4,1,0,1.4l3.6,3.8H1c-0.6,0-1,0.4-1,1 c0,0.6,0.4,1,1,1h14.2l-3.6,3.8c-0.2,0.2-0.3,0.4-0.3,0.7h0c0,0.3,0.1,0.5,0.3,0.7c0.4,0.4,1,0.4,1.4,0l5.2-5.4 C18.6,6.8,18.6,6.1,18.2,5.8z'/%3E%3C/svg%3E");
}
.section-menu a:hover .section-menuImg img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

/*  コンテンツ固有設定
----------------------------------------------------------*/
/* トーカロを知る
----------------------------------------------------------*/
#about {
  padding-top: 128px;
}
@media only screen and (max-width: 1024px) {
  #about {
    padding-top: 100px;
  }
}
#about .heading:before {
  left: -248px;
  top: -33px;
  width: 583px;
  height: 338px;
  background: transparent url("/recruit/graduate/images/recruit/top_about_bg.png") no-repeat left top;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  #about .heading:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 317px;
    height: 156px;
  }
}
#about .section-menu > li {
  max-width: 450px;
}
@media only screen and (max-width: 1366px) {
  #about .section-menu > li {
    max-width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  #about .section-menu > li {
    max-width: inherit;
    width: 100%;
  }
}
#about .section-menu > li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  #about .section-menu > li + li {
    margin-top: 34px;
    margin-left: 0;
  }
}
#about .border {
  border: 1px solid #c1c1c1;
}

/* 人と仕事を知る
----------------------------------------------------------*/
#person_about {
  padding-top: 95px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  #person_about {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #person_about {
    padding-top: 100px;
  }
}
#person_about .heading:before {
  right: -256px;
  top: -133px;
  width: 429px;
  height: 694px;
  background: transparent url("/recruit/graduate/images/recruit/top_person_about_bg.png") no-repeat right top;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  #person_about .heading:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 315px;
    height: 309px;
    background-position: center top;
  }
}
@media only screen and (max-width: 1024px) {
  #person_about .section-contents {
    padding-top: 60px;
  }
}
#person_about .section-menu {
  justify-content: flex-end;
}
#person_about .section-menu > li {
  max-width: 282px;
}
@media only screen and (max-width: 1366px) {
  #person_about .section-menu > li {
    flex: 1 0 calc(33% - 45px);
  }
}
@media only screen and (max-width: 768px) {
  #person_about .section-menu > li {
    max-width: inherit;
    width: 100%;
  }
}
#person_about .section-menu > li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  #person_about .section-menu > li + li {
    margin-top: 34px;
    margin-left: 0;
  }
}
#person_about .border {
  border: 1px solid #c1c1c1;
}

/* 働く環境を知る
----------------------------------------------------------*/
#environment {
  padding-top: 66px;
  padding-bottom: 147px;
}
@media only screen and (max-width: 1024px) {
  #environment {
    padding-top: 158px;
    padding-bottom: 141px;
  }
}
@media only screen and (max-width: 768px) {
  #environment {
    padding-top: 100px;
    padding-bottom: 126px;
  }
}
#environment .heading:before {
  left: -206px;
  top: -66px;
  width: 435px;
  height: 427px;
  background: transparent url("/recruit/graduate/images/recruit/top_environment_bg.png") no-repeat left top;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  #environment .heading:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 255px;
    height: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  #environment .section-contents {
    padding-top: 60px;
  }
}
#environment .section-menu > li {
  flex: 1 0 450px;
}
@media only screen and (max-width: 1366px) {
  #environment .section-menu > li {
    flex: 1 0 calc(50% - 15px);
  }
}
#environment .section-menu > li:nth-child(2) {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  #environment .section-menu > li:nth-child(2) {
    margin-left: 0;
    margin-top: 34px;
  }
}
#environment .section-menu > li:nth-child(3) {
  margin-top: 62px;
}
@media only screen and (max-width: 768px) {
  #environment .section-menu > li:nth-child(3) {
    margin-top: 34px;
  }
}

.loader {
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  text-align: center;
}

.splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.splash-logo .logo {
  width: 238px;
  height: auto;
  opacity: 0;
}
.splash-logo .motto {
  width: 184px;
  height: auto;
  opacity: 0;
}
.splash-logo.on .logo {
  animation: logofadeIn 1s ease-in-out 1s 1 normal forwards;
}
.splash-logo.on .motto {
  position: absolute;
  top: 38px;
  left: 9px;
  animation: logofadeIn 1s ease-in-out 1.2s 1 normal forwards;
}

@keyframes logofadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.splash-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fdc7ab;
}
.splash-bg.on {
  display: block;
  animation-name: backgroundColor;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes backgroundColor {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}/*# sourceMappingURL=top.css.map */