@charset "UTF-8";
/* ==========================================================================
   Base
   リセットcssとhtml要素の定義
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@400;500&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  font: inherit;
}

/*
@media(prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}

*/
/* ==========================================================================

   preset.scss
   プリミティブ要素の設定

 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 64%;
  }
}

body {
  font-size: 1.3rem;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width:769px) {
  body {
    font-size: 1.6rem;
  }
}
body.is-fixed {
  position: fixed;
  height: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}
body.is-fixed {
  /*position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;*/
  overflow: hidden;
}

main {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:active, a:hover, a.touchstart {
  text-decoration: none;
}

@media print, screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
  line-height: 1;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

/* 画像のぼやけをなくす（chrome opera） */
/*@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}*/
sup {
  font-size: 0.4em;
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* reset form elements */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.svg-assets {
  display: none;
}

/* ==========================================================================
    libs
   ========================================================================== */
/* ==========================================================================
   Layout
   ========================================================================== */
/* --------------------------------------------------------------------
  #基本幅レイアウト用wrapper
 */
.l-width-std {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
@media only screen and (max-width: 350px) {
  .l-width-std {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media print, screen and (min-width:769px) {
  .l-width-std {
    margin-left: auto;
    margin-right: auto;
    max-width: 140.4rem;
    padding-left: 8.5vw;
    padding-right: 8.5vw;
  }
}
@media screen and (min-width: 1404px) {
  .l-width-std {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.l-page-wrap {
  position: relative;
  overflow-x: hidden;
}
.l-page-wrap img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------
  #メインエリアwrapper
 */
.l-main {
  position: relative;
  overflow: hidden;
  min-height: 100vw;
}
@media print, screen and (min-width:769px) {
  .l-main {
    min-height: 50vw;
  }
}

.l-main.--second {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media print, screen and (min-width:769px) {
  .l-main.--second {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}

/* -------------------------------------------------------------------------
	マージン bottom top
*/
@media print, screen and (min-width:769px) {
  .l-mb0 {
    margin-bottom: 0px !important;
  }
  .l-mt0 {
    margin-bottom: 0px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb0-sp {
    margin-bottom: 0px !important;
  }
  .l-mt0-sp {
    margin-bottom: 0px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb10 {
    margin-bottom: 10px !important;
  }
  .l-mt10 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb10-sp {
    margin-bottom: 10px !important;
  }
  .l-mt10-sp {
    margin-bottom: 10px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb20 {
    margin-bottom: 20px !important;
  }
  .l-mt20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb20-sp {
    margin-bottom: 20px !important;
  }
  .l-mt20-sp {
    margin-bottom: 20px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb30 {
    margin-bottom: 30px !important;
  }
  .l-mt30 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb30-sp {
    margin-bottom: 30px !important;
  }
  .l-mt30-sp {
    margin-bottom: 30px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb40 {
    margin-bottom: 40px !important;
  }
  .l-mt40 {
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb40-sp {
    margin-bottom: 40px !important;
  }
  .l-mt40-sp {
    margin-bottom: 40px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb50 {
    margin-bottom: 50px !important;
  }
  .l-mt50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb50-sp {
    margin-bottom: 50px !important;
  }
  .l-mt50-sp {
    margin-bottom: 50px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb60 {
    margin-bottom: 60px !important;
  }
  .l-mt60 {
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb60-sp {
    margin-bottom: 60px !important;
  }
  .l-mt60-sp {
    margin-bottom: 60px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb70 {
    margin-bottom: 70px !important;
  }
  .l-mt70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb70-sp {
    margin-bottom: 70px !important;
  }
  .l-mt70-sp {
    margin-bottom: 70px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb80 {
    margin-bottom: 80px !important;
  }
  .l-mt80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb80-sp {
    margin-bottom: 80px !important;
  }
  .l-mt80-sp {
    margin-bottom: 80px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb90 {
    margin-bottom: 90px !important;
  }
  .l-mt90 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb90-sp {
    margin-bottom: 90px !important;
  }
  .l-mt90-sp {
    margin-bottom: 90px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb100 {
    margin-bottom: 100px !important;
  }
  .l-mt100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb100-sp {
    margin-bottom: 100px !important;
  }
  .l-mt100-sp {
    margin-bottom: 100px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb110 {
    margin-bottom: 110px !important;
  }
  .l-mt110 {
    margin-bottom: 110px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb110-sp {
    margin-bottom: 110px !important;
  }
  .l-mt110-sp {
    margin-bottom: 110px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb120 {
    margin-bottom: 120px !important;
  }
  .l-mt120 {
    margin-bottom: 120px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb120-sp {
    margin-bottom: 120px !important;
  }
  .l-mt120-sp {
    margin-bottom: 120px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb130 {
    margin-bottom: 130px !important;
  }
  .l-mt130 {
    margin-bottom: 130px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb130-sp {
    margin-bottom: 130px !important;
  }
  .l-mt130-sp {
    margin-bottom: 130px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb140 {
    margin-bottom: 140px !important;
  }
  .l-mt140 {
    margin-bottom: 140px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb140-sp {
    margin-bottom: 140px !important;
  }
  .l-mt140-sp {
    margin-bottom: 140px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb150 {
    margin-bottom: 150px !important;
  }
  .l-mt150 {
    margin-bottom: 150px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb150-sp {
    margin-bottom: 150px !important;
  }
  .l-mt150-sp {
    margin-bottom: 150px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb160 {
    margin-bottom: 160px !important;
  }
  .l-mt160 {
    margin-bottom: 160px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb160-sp {
    margin-bottom: 160px !important;
  }
  .l-mt160-sp {
    margin-bottom: 160px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb170 {
    margin-bottom: 170px !important;
  }
  .l-mt170 {
    margin-bottom: 170px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb170-sp {
    margin-bottom: 170px !important;
  }
  .l-mt170-sp {
    margin-bottom: 170px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb180 {
    margin-bottom: 180px !important;
  }
  .l-mt180 {
    margin-bottom: 180px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb180-sp {
    margin-bottom: 180px !important;
  }
  .l-mt180-sp {
    margin-bottom: 180px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb190 {
    margin-bottom: 190px !important;
  }
  .l-mt190 {
    margin-bottom: 190px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb190-sp {
    margin-bottom: 190px !important;
  }
  .l-mt190-sp {
    margin-bottom: 190px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb200 {
    margin-bottom: 200px !important;
  }
  .l-mt200 {
    margin-bottom: 200px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb200-sp {
    margin-bottom: 200px !important;
  }
  .l-mt200-sp {
    margin-bottom: 200px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb210 {
    margin-bottom: 210px !important;
  }
  .l-mt210 {
    margin-bottom: 210px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb210-sp {
    margin-bottom: 210px !important;
  }
  .l-mt210-sp {
    margin-bottom: 210px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb220 {
    margin-bottom: 220px !important;
  }
  .l-mt220 {
    margin-bottom: 220px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb220-sp {
    margin-bottom: 220px !important;
  }
  .l-mt220-sp {
    margin-bottom: 220px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb230 {
    margin-bottom: 230px !important;
  }
  .l-mt230 {
    margin-bottom: 230px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb230-sp {
    margin-bottom: 230px !important;
  }
  .l-mt230-sp {
    margin-bottom: 230px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb240 {
    margin-bottom: 240px !important;
  }
  .l-mt240 {
    margin-bottom: 240px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb240-sp {
    margin-bottom: 240px !important;
  }
  .l-mt240-sp {
    margin-bottom: 240px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb250 {
    margin-bottom: 250px !important;
  }
  .l-mt250 {
    margin-bottom: 250px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb250-sp {
    margin-bottom: 250px !important;
  }
  .l-mt250-sp {
    margin-bottom: 250px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb260 {
    margin-bottom: 260px !important;
  }
  .l-mt260 {
    margin-bottom: 260px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb260-sp {
    margin-bottom: 260px !important;
  }
  .l-mt260-sp {
    margin-bottom: 260px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb270 {
    margin-bottom: 270px !important;
  }
  .l-mt270 {
    margin-bottom: 270px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb270-sp {
    margin-bottom: 270px !important;
  }
  .l-mt270-sp {
    margin-bottom: 270px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb280 {
    margin-bottom: 280px !important;
  }
  .l-mt280 {
    margin-bottom: 280px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb280-sp {
    margin-bottom: 280px !important;
  }
  .l-mt280-sp {
    margin-bottom: 280px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb290 {
    margin-bottom: 290px !important;
  }
  .l-mt290 {
    margin-bottom: 290px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb290-sp {
    margin-bottom: 290px !important;
  }
  .l-mt290-sp {
    margin-bottom: 290px !important;
  }
}
@media print, screen and (min-width:769px) {
  .l-mb300 {
    margin-bottom: 300px !important;
  }
  .l-mt300 {
    margin-bottom: 300px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb300-sp {
    margin-bottom: 300px !important;
  }
  .l-mt300-sp {
    margin-bottom: 300px !important;
  }
}
/* -------------------------------------------------------------------------
	テキスト揃え
*/
.l-alignL {
  text-align: left;
}

.l-alignR {
  text-align: right;
}

.l-alignC {
  text-align: center;
}

.l-block-alignC {
  margin-left: auto;
  margin-right: auto;
}

.l-valign-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-alignL {
    text-align: left;
  }
  .l-sp-alignR {
    text-align: right;
  }
  .l-sp-alignC {
    text-align: center;
  }
}
/* ==========================================================================
   Module
   ========================================================================== */
.btn-inner {
  display: block;
}

.btn-a .btn-inner {
  font-family: "Teko", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.5rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  background: url(/ja/jpn/recruit/saiyo/shared/img/ic_arrow_a_blk.svg) no-repeat right 0.8rem center/1.5rem auto;
}
.btn-a .btn-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media print, screen and (min-width:769px) {
  .btn-a .btn-inner {
    font-size: 2.4rem;
    height: 5rem;
  }
  .btn-a .btn-inner:hover::after {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
  }
}

@media print, screen and (min-width:769px) {
  .footer-cta {
    margin-left: 8vw;
  }
}

.footer-cta__btn {
  margin-bottom: 2px;
}
.footer-cta__btn > a, .footer-cta__btn > span {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #051325;
  color: #fff;
  height: 22.5rem;
  padding-left: 2rem;
}
.footer-cta__btn > a::after, .footer-cta__btn > span::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 4rem 4rem;
  border-color: transparent transparent #007bff transparent;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media print, screen and (min-width:769px) {
  .footer-cta__btn > a, .footer-cta__btn > span {
    height: 45rem;
    padding-left: 8vw;
  }
  .footer-cta__btn > a::after, .footer-cta__btn > span::after {
    border-width: 0 0 14rem 14rem;
  }
}

.footer-cta__btn.--entry > a::after, .footer-cta__btn.--entry > span::after {
  border-color: transparent transparent #064499 transparent;
}

.footer-cta__btn.--intern > a::after, .footer-cta__btn.--intern > span::after {
  border-color: transparent transparent #fff778 transparent;
}

.footer-cta__btn > a > span {
  position: relative;
  z-index: 3;
  font-family: "Teko", sans-serif;
  letter-spacing: 0.075em;
  font-size: 7rem;
  text-transform: uppercase;
}
@media print, screen and (min-width:769px) {
  .footer-cta__btn > a > span {
    font-size: 16.4rem;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
}

.footer-cta__btn > a > small {
  position: relative;
  z-index: 3;
  font-family: "Teko", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
@media print, screen and (min-width:769px) {
  .footer-cta__btn > a > small {
    font-size: 2.4rem;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
}

.footer-cta__btn:hover > a::after {
  -webkit-transform: scale3d(20, 20, 1);
          transform: scale3d(20, 20, 1);
}
.footer-cta__btn.--intern:hover > a {
  color: #064499;
}

.footer-cta__btn {
  -webkit-transition: 0.5s opacity, 0.5s -webkit-transform;
  transition: 0.5s opacity, 0.5s -webkit-transform;
  transition: 0.5s transform, 0.5s opacity;
  transition: 0.5s transform, 0.5s opacity, 0.5s -webkit-transform;
}
.footer-cta__btn.ef-scroll {
  opacity: 0;
  -webkit-transform: translate3d(0, 4rem, 0);
          transform: translate3d(0, 4rem, 0);
}

/* ====================================================================

  #フッタ

 */
.footer {
  background-color: #fff;
  position: relative;
  padding: 4rem 0;
}
@media print, screen and (min-width:769px) {
  .footer {
    max-width: calc(1600px + 16%);
    padding: 6rem 8%;
  }
}

@media print, screen and (min-width:769px) {
  .footer-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-container {
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer-container {
    border-top: 1px solid #e6e6e6;
    margin: 2.5rem 2.5rem 0;
    padding: 2.5rem 0 0;
  }
}

.footer__ci {
  width: 12rem;
}
.footer__ci > small {
  color: #064499;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__ci {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 3rem;
  }
  .footer__ci img {
    margin-bottom: 1.2rem;
  }
}
@media print, screen and (min-width:769px) {
  .footer__ci {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__ci > small {
    font-size: 1.4rem;
  }
  .footer__ci img {
    width: 16rem;
  }
}

.footer__copyright {
  text-align: center;
  font-size: 1rem;
}
@media print, screen and (min-width:769px) {
  .footer__copyright {
    text-align: right;
    font-size: 1.2rem;
  }
}
.footer__copyright > span {
  text-transform: uppercase;
}

.footer__pagetop {
  position: absolute;
  z-index: 100;
  right: 4rem;
  top: -4rem;
}
.footer__pagetop > a {
  font-family: "Teko", sans-serif;
  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-size: 1.8rem;
  letter-spacing: 0;
  width: 8rem;
  height: 8rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer__pagetop > a:hover {
  color: #fff;
  background-color: #064499;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__pagetop {
    display: none;
  }
}

.footer__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__utility > li {
  margin-right: 1.5rem;
  font-size: 1rem;
}
.footer__utility > li:last-child {
  margin-right: 0;
}
.footer__utility > li > a.--newwin {
  padding-right: 18px;
  background: url(/ja/jpn/recruit/saiyo/shared/img/ic_newwin.png) no-repeat right center/9px auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__utility {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width:769px) {
  .footer__utility {
    margin-left: 6rem;
  }
  .footer__utility > li {
    margin-right: 3rem;
    font-size: 1.4rem;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.5rem;
}
.footer__sns > li {
  width: 2.5rem;
  margin-right: 1.6rem;
}
.footer__sns > li:last-child {
  margin-right: 0;
}
@media print, screen and (min-width:769px) {
  .footer__sns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 2rem;
  }
  .footer__sns > li {
    width: 3.2rem;
    margin-right: 2rem;
  }
}

/* ====================================================================

#コンテンツヘッダ

*/
/* --------------------------------------------------------------------
  #ヘッダ
 */
.header {
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header {
    height: 5.5rem;
    background: #fff;
  }
}
@media print, screen and (min-width:769px) {
  .header.is-slim .header__ci {
    background: #fff;
    padding: 3rem;
    width: 35.2rem;
  }
  .header.is-slim .header__ci img {
    width: 13rem;
  }
}

/**
  SP時の固定ヘッダ要素
 */
.header-wrap {
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 110;
}

/**
  メニュートリガーボタン
 */
.header__trigger {
  position: fixed;
  z-index: 111;
  cursor: pointer;
  right: 12rem;
  top: 0;
  width: 5.5rem;
  height: 5.5rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.header__trigger .line1,
.header__trigger .line2,
.header__trigger .line3 {
  display: block;
  width: 2.6rem;
  height: 2px;
  background-color: #064499;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.header__trigger .line1 {
  -webkit-transform: translate3d(0, -6px, 0);
          transform: translate3d(0, -6px, 0);
}
.header__trigger .line3 {
  -webkit-transform: translate3d(0, 6px, 0);
          transform: translate3d(0, 6px, 0);
}
.header__trigger.is-active {
  right: 0;
  background: none;
}
.header__trigger.is-active .line1,
.header__trigger.is-active .line2,
.header__trigger.is-active .line3 {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background-color: #fff;
}
.header__trigger.is-active .line1 {
  -webkit-transform: translate3d(0, 1px, 0) rotate(45deg);
          transform: translate3d(0, 1px, 0) rotate(45deg);
}
.header__trigger.is-active .line2 {
  opacity: 0;
}
.header__trigger.is-active .line3 {
  -webkit-transform: translate3d(0, -2px, 0) rotate(-45deg);
          transform: translate3d(0, -2px, 0) rotate(-45deg);
}
@media print, screen and (min-width:769px) {
  .header__trigger {
    width: 16rem;
    height: 16rem;
    right: 16rem;
  }
  .header__trigger .line1 {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  .header__trigger .line3 {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  .header__trigger .line1,
  .header__trigger .line2,
  .header__trigger .line3 {
    width: 5.2rem;
  }
}

.header__ci {
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__ci > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__ci strong {
  color: #064499;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__ci {
    width: 15rem;
    left: 2rem;
    top: 2rem;
  }
  .header__ci img {
    width: 6.5rem;
  }
  .header__ci strong {
    font-size: 0.9rem;
  }
}
@media print, screen and (min-width:769px) {
  .header__ci {
    top: 0;
    left: 0;
    width: 52rem;
    padding: 6rem;
  }
  .header__ci strong {
    font-size: 1.8rem;
  }
  .header__ci img {
    width: 23.5rem;
  }
}

/**
  ドロワーコンテナ（SP時メニューのボディ）
 */
.header-menu {
  display: none;
  position: fixed;
  z-index: 108;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.header-menu.is-beforeEnter {
  display: block;
  opacity: 0;
}
.header-menu.is-active {
  display: block;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  opacity: 1;
}
.header-menu.is-fadeOut {
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.header-menu-inner {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  background: url(/ja/jpn/recruit/saiyo/shared/img/header_bg_sp.jpg) no-repeat center center/cover #000;
  background-color: #000;
}
@media print, screen and (min-width:769px) {
  .header-menu-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;
    background-image: url(/ja/jpn/recruit/saiyo/shared/img/header_bg.jpg);
  }
}

.header-menu-content {
  width: 100%;
  background: url(../img/menu_shape.svg) no-repeat center center/30rem auto;
  padding: 7rem 2rem;
}
@media print, screen and (min-width:769px) {
  .header-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(1600px + 16%);
    padding: 0 8%;
  }
}

/**
  gnav
 */
@media print, screen and (min-width:769px) {
  .header__gnav:nth-of-type(1) {
    width: 32%;
  }
}

@media print, screen and (min-width:769px) {
  .header__gnav:nth-of-type(2) {
    width: 43%;
  }
}

.header__gnav > li {
  font-weight: 800;
  margin-bottom: 3rem;
}
.header__gnav > li > a, .header__gnav > li > span {
  display: block;
  color: #fff;
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
@media (min-width: 600px) and (max-width: 768px) {
  .header__gnav > li {
    margin-bottom: 40px;
  }
  .header__gnav > li > a, .header__gnav > li > span {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width:769px) {
  .header__gnav > li {
    margin-bottom: 6rem;
  }
  .header__gnav > li > a, .header__gnav > li > span {
    font-size: 3.6rem;
    margin-bottom: 3rem;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .header__gnav > li > a:hover, .header__gnav > li > span:hover {
    opacity: 0.6;
  }
}

.header__gnav .header__gnav__2nd {
  margin-left: 2rem;
}
@media print, screen and (min-width:769px) {
  .header__gnav .header__gnav__2nd {
    margin-left: 4rem;
  }
}

.header__gnav .header__gnav__2nd > li {
  margin-bottom: 1.2rem;
}
.header__gnav .header__gnav__2nd > li > a, .header__gnav .header__gnav__2nd > li > span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.1rem;
  padding-left: 1.2rem;
  text-transform: uppercase;
}
.header__gnav .header__gnav__2nd > li > a::before, .header__gnav .header__gnav__2nd > li > span::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #fff;
}
.header__gnav .header__gnav__2nd > li > a .sdgs, .header__gnav .header__gnav__2nd > li > span .sdgs {
  text-transform: initial;
}
@media (min-width: 600px) and (max-width: 768px) {
  .header__gnav .header__gnav__2nd > li {
    margin-bottom: 20px;
  }
  .header__gnav .header__gnav__2nd > li > a, .header__gnav .header__gnav__2nd > li > span {
    font-size: 18px;
  }
}
@media print, screen and (min-width:769px) {
  .header__gnav .header__gnav__2nd > li {
    margin-bottom: 2rem;
  }
  .header__gnav .header__gnav__2nd > li > a, .header__gnav .header__gnav__2nd > li > span {
    font-size: 1.8rem;
    padding-left: 1.6rem;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .header__gnav .header__gnav__2nd > li > a:hover, .header__gnav .header__gnav__2nd > li > span:hover {
    opacity: 0.6;
  }
}

/**
  menu内のアクションボタン
 */
@media print, screen and (min-width:769px) {
  .header-menu__action {
    width: 25%;
  }
}

.header-menu__action > li {
  margin-bottom: 1rem;
}
.header-menu__action > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-family: "Teko", sans-serif;
  height: 5.5rem;
  font-size: 1.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-left: 3rem;
}
.header-menu__action > li > a span {
  position: relative;
  z-index: 4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-menu__action > li > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 32px 32px;
  border-color: transparent transparent #007bff transparent;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
@media print, screen and (min-width:769px) {
  .header-menu__action > li {
    margin-bottom: 1.5rem;
  }
  .header-menu__action > li > a {
    height: 9rem;
    font-size: 2.8rem;
    padding-left: 4.8rem;
    overflow: hidden;
  }
  .header-menu__action > li > a:hover span {
    color: #fff;
  }
  .header-menu__action > li > a:hover::after {
    -webkit-transform: scale3d(20, 20, 1);
            transform: scale3d(20, 20, 1);
  }
}

.header-menu__action > li.--entry > a::after {
  border-color: transparent transparent #064499 transparent;
}

.header-menu__action > li.--intern > a::after {
  border-color: transparent transparent #fff778 transparent;
}

/**
  追従アクションボタン
 */
.header__action {
  position: fixed;
  right: 0;
}
.header__action > a {
  font-family: "Teko", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.5rem;
  height: 5.5rem;
  font-size: 2.8rem;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  background-color: #051325;
}
.header__action > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 1rem 1rem;
  border-color: transparent transparent #007bff transparent;
}
@media print, screen and (min-width:769px) {
  .header__action {
    top: 0;
  }
  .header__action > a {
    width: 16rem;
    height: 16rem;
    font-size: 2.8rem;
  }
  .header__action > a::before {
    border-width: 0 0 32px 32px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__action.--entry {
    right: calc(5.5rem + 2px);
  }
}
.header__action.--entry > a::before {
  border-color: transparent transparent #064499 transparent;
}

.header__action.--intern > a::before {
  border-color: transparent transparent #fff778 transparent;
}
@media print, screen and (min-width:769px) {
  .header__action.--intern {
    top: 16rem;
    border-top: 1px solid #fff;
  }
}

/**
  インターンボタンが内場合
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__trigger {
    right: 6rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__action.--entry {
    right: 0;
  }
}

/**
  animation
 */
.header__gnav,
.header-menu__action {
  -webkit-transition: 0.6s -webkit-mask-position;
  transition: 0.6s -webkit-mask-position;
  transition: 0.6s mask-position;
  transition: 0.6s mask-position, 0.6s -webkit-mask-position;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 0, 0)), color-stop(50%, rgba(255, 0, 0, 0)), to(rgba(255, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgb(255, 0, 0) 50%, rgba(255, 0, 0, 0) 50%, rgba(255, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 0, 0)), color-stop(50%, rgba(255, 0, 0, 0)), to(rgba(255, 0, 0, 0)));
          mask-image: linear-gradient(90deg, rgb(255, 0, 0) 50%, rgba(255, 0, 0, 0) 50%, rgba(255, 0, 0, 0) 100%);
  -webkit-transition-timing-function: cubic-bezier(0.73, 0, 0.22, 0.99);
          transition-timing-function: cubic-bezier(0.73, 0, 0.22, 0.99);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 100% 0%;
          mask-position: 100% 0%;
}
.header__gnav.is-enter,
.header-menu__action.is-enter {
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}

.top-interview-container {
  position: relative;
}

.top-interview__shape {
  position: absolute;
  width: 42vw;
  left: -3vw;
  bottom: 0;
}
@media print, screen and (min-width:769px) {
  .top-interview__shape {
    width: 39rem;
    z-index: 3;
    left: auto;
    right: 68%;
    bottom: 5rem;
  }
}

.top-interview__slide .slide-item {
  position: relative;
  padding: 0 5px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.top-interview__slide .slide-item.slick-slide {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
}
.top-interview__slide .slide-item.slick-current, .top-interview__slide .slide-item.is-active-next {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.top-interview__slide .slide-item.slick-current .item-shoulder,
.top-interview__slide .slide-item.slick-current .item-copy, .top-interview__slide .slide-item.is-active-next .item-shoulder,
.top-interview__slide .slide-item.is-active-next .item-copy {
  opacity: 1;
}
.top-interview__slide .item-shoulder {
  position: absolute;
  left: 2rem;
  top: 2rem;
  font-size: 0.8rem;
}
.top-interview__slide .item-shoulder > small {
  display: block;
  margin-bottom: 0.5rem;
}
.top-interview__slide .item-shoulder > em {
  margin-right: 0.1em;
  font-size: 2.1rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top-interview__slide .item-copy {
  position: absolute;
  white-space: nowrap;
  bottom: 1.5rem;
  left: -1.5rem;
}
.top-interview__slide .item-copy > span,
.top-interview__slide .item-copy > strong {
  display: inline;
  padding: 0.2rem;
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 2;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.top-interview__slide .item-copy strong {
  background-color: #fff778;
}
.top-interview__slide .item-shoulder,
.top-interview__slide .item-copy {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width:769px) {
  .top-interview__slide .slide-item.slick-slide {
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  .top-interview__slide .slide-item.slick-slide.slick-current, .top-interview__slide .slide-item.slick-slide.is-active-next {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  .top-interview__slide .slide-item.slick-slide.slick-current .item-shoulder,
  .top-interview__slide .slide-item.slick-slide.slick-current .item-copy, .top-interview__slide .slide-item.slick-slide.is-active-next .item-shoulder,
  .top-interview__slide .slide-item.slick-slide.is-active-next .item-copy {
    opacity: 1;
  }
  .top-interview__slide .item-shoulder {
    left: 2rem;
    top: 2rem;
    font-size: 1.8rem;
  }
  .top-interview__slide .item-shoulder > small {
    margin-bottom: 0.5rem;
  }
  .top-interview__slide .item-shoulder > em {
    font-size: 4.2rem;
    text-transform: uppercase;
  }
  .top-interview__slide .item-copy {
    left: -3rem;
    bottom: 3rem;
  }
  .top-interview__slide .item-copy > span,
  .top-interview__slide .item-copy > strong {
    padding: 0.3rem;
    font-size: 2.8rem;
  }
}

.top-interview-util {
  position: relative;
}
.top-interview-util .slide-arrows {
  display: none;
}
.top-interview-util .slide-indicator {
  font-family: "Teko", sans-serif;
  font-size: 1.6rem;
  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;
  color: #051325;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-interview-util {
    width: 100%;
    padding-top: 3rem;
  }
  .top-interview-util .util-btn {
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-interview-util .slide-indicator {
    position: absolute;
    right: 2rem;
    top: -1.6rem;
  }
}
@media print, screen and (min-width:769px) {
  .top-interview-util {
    position: absolute;
    left: 67%;
    width: 24rem;
    height: 13rem;
    bottom: 0;
  }
  .top-interview-util .slide-arrows {
    display: block;
  }
  .top-interview-util .util-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .top-interview-util .slide-indicator {
    font-size: 2.4rem;
    height: 6.6rem;
  }
}

/**
  animation
 */
.top-interview__slide {
  -webkit-transition: 0.7s -webkit-transform;
  transition: 0.7s -webkit-transform;
  transition: 0.7s transform;
  transition: 0.7s transform, 0.7s -webkit-transform;
}
.top-interview__slide.ef-scroll {
  -webkit-transform: translate3d(100vw, 0, 0);
          transform: translate3d(100vw, 0, 0);
  background-color: #ff0000;
}

.top-pointer {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.top-pointer .bg {
  content: "";
  display: block;
  position: absolute;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  top: -7rem;
  left: -7rem;
}
.top-pointer.is-active {
  opacity: 1;
}
.top-pointer.--more.is-active .bg {
  background-color: rgba(255, 255, 255, 0.3);
}
.top-pointer.--more.is-active .more {
  display: block;
}
.top-pointer.--more.is-active .more > span {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.top-pointer.--play.is-active .bg {
  background-color: rgba(218, 3, 6, 0.3);
}
.top-pointer.--play.is-active .play {
  display: block;
}
.top-pointer.--play.is-active .play > span {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-pointer {
    display: none;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.top-pointer > p {
  position: relative;
  display: none;
  font-family: "Teko", sans-serif;
}
.top-pointer > p > span {
  position: relative;
  z-index: 3;
  width: 11.6rem;
  height: 11.6rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ddd;
  border-radius: 50%;
  text-transform: uppercase;
  top: -5.8rem;
  left: -5.8rem;
}
.top-pointer > p.more > span {
  color: #064499;
  background-color: #fff;
  font-size: 2rem;
}
.top-pointer > p.play > span {
  color: #fff;
  background-color: #d90306;
  font-size: 2rem;
}
.top-pointer > p.play img {
  width: 1.5rem;
  margin-bottom: 0.7rem;
  display: block;
}

.prg-pointer-change:hover {
  cursor: none;
}

@-webkit-keyframes anim-pointer {
  0% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
            transform: scale3d(0.95, 0.95, 1);
  }
  50% {
    -webkit-transform: scale3d(1.01, 1.01, 1);
            transform: scale3d(1.01, 1.01, 1);
  }
  100% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
            transform: scale3d(0.95, 0.95, 1);
  }
}

@keyframes anim-pointer {
  0% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
            transform: scale3d(0.95, 0.95, 1);
  }
  50% {
    -webkit-transform: scale3d(1.01, 1.01, 1);
            transform: scale3d(1.01, 1.01, 1);
  }
  100% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
            transform: scale3d(0.95, 0.95, 1);
  }
}
.top-story {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-story {
    padding-top: 5rem;
    margin: 0 2rem;
  }
}
@media print, screen and (min-width:769px) {
  .top-story {
    padding-top: 15rem;
    padding-left: 16vw;
    margin-bottom: 4rem;
    height: 200rem;
  }
}

@media print, screen and (min-width:769px) {
  .top-story-inner {
    height: calc(100dvh - 16rem);
  }
  .top-story-inner.is-fixed {
    position: fixed;
    top: 6rem;
    left: 16vw;
  }
  .top-story-inner.is-bottom {
    position: absolute;
    bottom: 0;
  }
}

.top-story__heading {
  display: none;
  color: #064499;
  font-weight: 800;
  margin-bottom: 2rem;
}
.top-story__heading .heading-text1 {
  display: block;
  font-size: 2.5rem;
}
.top-story__heading .heading-text2 {
  font-size: 5.5rem;
}
.top-story__heading .heading-text2 > em {
  font-family: "Teko", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 8rem;
}
@media print, screen and (min-width:769px) {
  .top-story__heading {
    margin-bottom: 0;
    height: 25rem;
  }
  .top-story__heading .heading-text1 {
    font-size: 5rem;
  }
  .top-story__heading .heading-text2 {
    font-size: 11rem;
  }
  .top-story__heading .heading-text2 > em {
    font-size: 16rem;
  }
}

@media print, screen and (min-width:769px) {
  .top-story-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 255rem;
  }
}

.top-story-box {
  position: relative;
}
.top-story-box > a {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-story-box {
    margin-bottom: 6rem;
  }
}
@media print, screen and (min-width:769px) {
  .top-story-box {
    width: 800px;
    margin-right: 10px;
    overflow: hidden;
  }
  .top-story-box:hover picture {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
  }
}

.top-story-box__shape {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  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-story-box__shape span {
  display: block;
  width: 13.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-story-box__shape {
    height: 56vw;
  }
}
@media print, screen and (min-width:769px) {
  .top-story-box__shape span {
    width: 27rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-story-box picture {
    display: block;
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width:769px) {
  .top-story-box picture {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

.top-story-box__heading {
  font-weight: 800;
  line-height: 1.25;
  font-size: 1.7rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-story-box__heading {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width:769px) {
  .top-story-box__heading {
    color: #fff;
    position: absolute;
    left: 4rem;
    bottom: 4rem;
    font-size: 3.3rem;
  }
}

.top-story__link {
  position: relative;
  font-family: "Teko", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  background: url(/ja/jpn/recruit/saiyo/shared/img/ic_arrow_a_blk.svg) no-repeat right center/1.2rem auto rgba(255, 255, 255, 0.9);
  width: 20rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #cccccc;
}
@media print, screen and (min-width:769px) {
  .top-story__link {
    display: none;
  }
}

/**********************************************
  animation
*/
.top-story__heading {
  -webkit-transition: 0.5s opacity, 0.5s -webkit-transform;
  transition: 0.5s opacity, 0.5s -webkit-transform;
  transition: 0.5s transform, 0.5s opacity;
  transition: 0.5s transform, 0.5s opacity, 0.5s -webkit-transform;
}
.top-story__heading.ef-scroll {
  opacity: 0;
  -webkit-transform: translate3d(0, 4rem, 0);
          transform: translate3d(0, 4rem, 0);
}
.top-story__heading.ef-scroll .t-slash {
  background-size: 130% 130%;
}

.top-story-box .top-story-box__heading,
.top-story-box .top-story-box__shape,
.top-story-box .top-story__link,
.top-story-box picture {
  -webkit-transition: 0.5s opacity, -webkit-transform 0.5s;
  transition: 0.5s opacity, -webkit-transform 0.5s;
  transition: 0.5s opacity, transform 0.5s;
  transition: 0.5s opacity, transform 0.5s, -webkit-transform 0.5s;
}
.top-story-box .top-story-box__heading,
.top-story-box .top-story-box__shape {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.top-story-box .top-story__link {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.top-story-box.ef-scroll .top-story-box__heading,
.top-story-box.ef-scroll .top-story-box__shape,
.top-story-box.ef-scroll .top-story__link {
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
}
.top-story-box.ef-scroll picture {
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
}
@media print, screen and (min-width:769px) {
  .top-story-box.ef-scroll .top-story-box__heading,
  .top-story-box.ef-scroll .top-story-box__shape {
    -webkit-transform: translate3d(0, 4rem, 0);
            transform: translate3d(0, 4rem, 0);
  }
  .top-story-box.ef-scroll picture {
    -webkit-transform: translate3d(0, 4rem, 0);
            transform: translate3d(0, 4rem, 0);
  }
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}
@media print, screen and (min-width:769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width:769px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width:769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
.u-textLink:link, .u-textLink:visited {
  color: #000;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media print, screen and (min-width:769px) {
  .u-textLink:hover {
    color: #999;
  }
}

.u-textLink--effect {
  padding-bottom: 0.1em;
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: 0.5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}
.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width:769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}/*# sourceMappingURL=common.css.map */