@charset "UTF-8";
/**

	レスポンシブ用フォントサイズ指定
	eg)
	$sizeSP: 12
	$sizePC: 16
	※ブラッシュアップ中
	SPは指定値を最低サイズとしてブレイクポイントまでを比例指定
	PCはブレイクポイント〜一定サイズを比例指定、一定サイズ以上は指定値に固定

 */
/**
	リンク下線のエフェクト
 */
/**
	リンク下線のエフェクト インラインリンク用
 */
/**
	aspect-ratio
 */
/* ==========================================================================
    libs
   ========================================================================== */
/* ==========================================================================
   Base
   リセットcssとhtml要素の定義
   ========================================================================== */
:root {
  --hpadding: 120px;
  --hpadding2: 340px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  :root {
    --hpadding: 90px;
    --hpadding2: 270px;
  }
}

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

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

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

html {
  font-size: 62.5%;
  /* &.is-scrollOff {
    @include mq-pc {
      !*overflow: hidden;*!
      height: 100%;
      .glb-page-wrapper {
        width: 100%;
        height: 100vh;
        overflow: hidden;
      }
    }

  }*/
}

body {
  font-size: 1.4rem;
  color: #30333b;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  /*overflow-y: scroll;*/
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
}

main {
  display: block;
}

a:link, a:visited, a.touchend {
  color: #30333b;
  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: normal;
  font-feature-settings: "palt";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

sup {
  font-size: .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: #30333b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/*@font-face {
  !*フォントの名前*!
  font-family: 'mamelon';
  font-display: swap;
  !*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*!
  src: url(../fonts/mameh_woff/mamelon5.woff2) format('woff2'), url(../fonts/mameh_woff/mamelon5.eot) format('eot');
}*/
/*
@mixin font-mamelon {
  font-family: "mamelon", sans-serif;
}*/
/* ==========================================================================
   Layout
   ========================================================================== */
/* ==========================================================================
   Module
   ========================================================================== */
/* ==========================================================================
   projects
   ========================================================================== */
.recruit2 img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  header {
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  header .dd-trigger {
    z-index: 12;
  }
}

.gnav--recruit2 {
  z-index: 10;
}

@media print, screen and (min-width: 769px) {
  .gnav--recruit2 {
    display: none !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .recruit2-mv-spbox1 {
    width: 68vw;
    margin: 0 4vw 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.recruit2-mv__obj {
  position: absolute;
  z-index: 3;
  margin-bottom: 0;
}

.recruit2-mv__obj--01 {
  width: 24vw;
  top: 0;
}

@media print, screen and (min-width: 769px) {
  .recruit2-mv__obj--01 {
    width: 25vw;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .recruit2-mv__obj--02 {
    position: relative;
    width: 49%;
  }
}

@media print, screen and (min-width: 769px) {
  .recruit2-mv__obj--02 {
    width: 16vw;
    top: 42vw;
    left: 10.2vw;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .recruit2-mv__obj--03 {
    position: relative;
    width: 49%;
  }
}

@media print, screen and (min-width: 769px) {
  .recruit2-mv__obj--03 {
    width: 16%;
    top: 59vw;
    left: 74%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .recruit2-mv__obj--04 {
    position: relative;
    width: 100%;
    margin-top: 2%;
  }
}

@media print, screen and (min-width: 769px) {
  .recruit2-mv__obj--04 {
    width: 26%;
    top: 70vw;
    left: 74%;
  }
}

.recruit2__shape {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  width: 70%;
  margin-left: -12%;
}

@media print, screen and (min-width: 769px) {
  .recruit2__shape {
    width: 77%;
    margin-left: -8%;
  }
}

.recruit2-mv-container1 {
  position: relative;
  background-color: #f6f6f6;
  margin-bottom: 20vw;
}

@media print, screen and (min-width: 769px) {
  .recruit2-mv-container1 {
    margin-bottom: 10vw;
  }
}

.recruit2-mv__pict {
  width: 72vw;
  margin: 0 0 0 auto;
}

@media print, screen and (min-width: 769px) {
  .recruit2-mv__pict {
    width: 60%;
  }
}

.recruit2-mv__typo01,
.recruit2-mv__typo02,
.recruit2-mv__typo03 {
  position: absolute;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 900;
  letter-spacing: -.04em;
}

.recruit2-mv__typo01 {
  font-size: 8.3vw;
  color: #fff;
  display: block;
  vertical-align: bottom;
  position: absolute;
  left: 28vw;
  transform: translateY(-92%);
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  .recruit2-mv__typo01 {
    font-size: 7vw;
    left: 40%;
  }
}

.recruit2-mv__typo02 {
  display: block;
  vertical-align: bottom;
  color: #3c56a1;
  position: absolute;
  transform: translateY(10%);
  white-space: nowrap;
  left: 28vw;
  font-size: 8.3vw;
  padding-right: 10px;
}

@media print, screen and (min-width: 769px) {
  .recruit2-mv__typo02 {
    font-size: 7vw;
    left: 40%;
  }
}

.recruit2-mv__typo03 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  white-space: nowrap;
  font-size: 3.4vw;
  left: 28vw;
  bottom: -16vw;
  color: #3c56a1;
}

@media print, screen and (min-width: 769px) {
  .recruit2-mv__typo03 {
    font-size: 2vw;
    left: 40%;
    bottom: -12vw;
  }
}

.recruit2-mv-container2 {
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .recruit2-mv-container2 {
    width: 72vw;
    padding-right: 8vw;
    margin: 0 0 8vw auto;
  }
}

@media print, screen and (min-width: 769px) {
  .recruit2-mv-container2 {
    height: 40vw;
    min-height: 420px;
    max-height: 700px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.recruit2-mv__catch {
  font-weight: bold;
  color: #3c56a1;
  line-height: 1.75;
  letter-spacing: .05em;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 769px) {
  .recruit2-mv__catch {
    text-align: center;
    font-size: 3.6rem;
  }
}

.recruit2-mv__lead {
  color: #3c56a1;
  line-height: 1.75;
  letter-spacing: .075em;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {
  .recruit2-mv__lead {
    text-align: center;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .recruit2-list {
    margin: 12vw 4vw 0;
  }
}

@media print, screen and (min-width: 769px) {
  .recruit2-list {
    width: 870px;
    margin-left: auto;
    margin-right: auto;
  }
}

.recruit2-list__item {
  margin-bottom: 10px;
}

.recruit2-list__item .item-inner {
  background-color: #dfe3ef;
  display: -ms-flexbox;
  display: flex;
}

.recruit2-list__item .item-box {
  width: 50%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #3c56a1;
}

.recruit2-list__item .item-box:after {
  content: "";
  width: 36px;
  height: 7px;
  margin-top: 6px;
  transition: 0.2s transform;
  background: url(../img/ic_arrow.svg) no-repeat left center/contain;
}

.recruit2-list__item .item-heading {
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 8px;
}

.recruit2-list__item .item-pict {
  margin: 0;
  overflow: hidden;
  width: 50%;
}

.recruit2-list__item .item-pict img {
  transition: 0.2s transform;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .recruit2-list__item .item-pict {
    height: 30vw;
  }
  .recruit2-list__item .item-pict img {
    width: 101%;
    height: 101%;
    object-fit: cover;
  }
}

.recruit2-list__item .item-text {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .recruit2-list__item {
    margin-bottom: 25px;
  }
  .recruit2-list__item .item-heading {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  .recruit2-list__item .item-pict {
    width: 50%;
  }
  .recruit2-list__item .item-box {
    width: 50%;
  }
  .recruit2-list__item .item-box:after {
    width: 70px;
    height: 13px;
    margin-top: 25px;
  }
  .recruit2-list__item .item-text {
    font-size: 1.6rem;
    text-align: left;
  }
  .recruit2-list__item:hover .item-pict img {
    transform: scale3d(1.06, 1.06, 1);
  }
  .recruit2-list__item:hover .item-box:after {
    transform: translate3d(20px, 0, 0);
  }
}

.recruit2__shape {
  overflow: hidden;
  transition: transform .5s;
}

.recruit2__shape .shape-inner {
  display: block;
  transition: transform .5s;
}

.recruit2__shape.prg-intro {
  transform: translate3d(-100%, 0, 0);
}

.recruit2__shape.prg-intro .shape-inner {
  transform: translate3d(100%, 0, 0);
}

.recruit2-mv__pict {
  overflow: hidden;
  transition: transform .5s;
}

.recruit2-mv__pict .pict-inner {
  display: block;
  transition: transform .5s;
}

.recruit2-mv__pict.prg-intro {
  transform: translate3d(-100%, 0, 0);
}

.recruit2-mv__pict.prg-intro .pict-inner {
  transform: translate3d(100.1%, 0, 0);
}

.recruit2-mv__obj,
.recruit2-mv-container2 {
  transition: transform .5s, opacity .5s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.recruit2-mv__obj.prg-intro,
.recruit2-mv-container2.prg-intro {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translate3d(0, 20%, 0);
}

.recruit2-second p,
.recruit2-second th,
.recruit2-second td,
.recruit2-second .list-disc li {
  line-height: 2;
}

.recruit2-second-mv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: url(../img/second_mv.jpg) no-repeat center center/cover;
  height: 44vw;
}

@media print, screen and (min-width: 769px) {
  .recruit2-second-mv {
    height: 350px;
    margin-bottom: 60px;
    background-color: #00a0d2;
  }
}

.recruit2-second-mv--contractor {
  background-image: url(../img/second_mv_contractor.jpg);
}

.recruit2-second-mv__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: auto;
}

.recruit2-second-mv__heading span {
  letter-spacing: .02em;
}

.recruit2-second-mv__heading .heading1 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 900;
  background-color: #f98a38;
  font-size: 1.6rem;
  display: inline-block;
  color: #fff;
  padding: .1em;
}

.recruit2-second-mv__heading .heading2 {
  display: inline-block;
  font-weight: bold;
  background-color: #3c56a1;
  padding: .1em;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .recruit2-second-mv__heading .heading1 {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
  .recruit2-second-mv__heading .heading2 {
    font-size: 4rem;
  }
}

.prg-typo-ef {
  overflow: hidden;
}

.prg-typo-ef > span {
  display: inline-block;
  transition: .3s transform;
}

.prg-typo-ef > span.ef-set {
  transform: translate3d(0, 100%, 0);
}

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

  #Animation

 */
.ef-scroll,
.ef-scroll-in,
.ef-intro {
  pointer-events: none;
}

.transition-fade {
  transition-duration: 0.5s;
}

.transition-fade.ef-scroll {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.transition-fade.ef-scroll-in {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.transition-y {
  transition-duration: 0.5s;
}

.transition-y.ef-scroll {
  transform: translateY(40px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.transition-y.ef-scroll-in {
  transform: translateY(40px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

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

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.u-txt-ll,
.u-txt-l,
.u-txt,
.u-txt-s,
.u-txt-ss {
  line-height: 1.75;
}

.u-txt-ll {
  font-size: 2.2rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ll {
    font-size: 1.8rem;
  }
}

.u-txt-l {
  font-size: 1.8rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-l {
    font-size: 1.6rem;
  }
}

.u-txt {
  font-size: 1.6rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt {
    font-size: 1.4rem;
  }
}

.u-txt-s {
  font-size: 1.4rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-s {
    font-size: 1.3rem;
  }
}

.u-txt-ss {
  font-size: 1.2rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ss {
    font-size: 1.1rem;
  }
}

.u-strong {
  color: #ff0000;
}

/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.u-indent-head {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-normal {
  font-weight: normal;
}

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

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

 */
/* -------------------------------------------------------------------------
	画像を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: #65c9c0;
  background-color: #f3f4f6;
  transition-duration: 0.2s;
}

@media print, screen and (min-width: 769px) {
  .u-textLink:hover {
    color: #fff;
    background-color: #65c9c0;
  }
}

.u-textLink--effect {
  position: relative;
  display: inline-block;
  padding-bottom: .5em;
  padding-bottom: .1em;
}

.u-textLink--effect:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #000;
  transform: scale3d(1, 1, 1);
  transform-origin: 0 0;
  transition: transform 0.2s;
}

.u-textLink--effect:hover:after {
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 0;
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: 'pkna';
  -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: .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;
  }
}
