@charset "utf-8";
/*****************************************
*
* 採用情報 共通
*
******************************************/

/*------------------------------------------*/
/* メイン
/*------------------------------------------*/

.recruit-submain {
  position: relative;
}

.recruit-submain {
  position: relative;
  display: inline-block;
  background: url('../img/recruit/recruit_top_main.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  bottom;
  width: 100%;
  height: 300px;
}

@media screen and (min-width: 834px), print {
  .recruit-submain {
    height: 400px;
  }
}


/* 見出し --------------------------------*/
.recruit-submain .heading {
  display: inline-block;
  width: 100%;
  color: white;
  letter-spacing: 0.08em;
  text-shadow: 0 0 15px rgba(0, 1, 255, 0.7);
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
}

.recruit-submain .en {
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 500;
}

.recruit-submain .jp {
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 834px), print {
  .recruit-submain .en {
    font-size: 4rem;
  }

  .recruit-submain .jp {
    font-size: 1.1rem;
  }
}

/* パンくず --------------------------------*/
.recruit-breadcrumb {
  width: calc(100% - 40px);
  padding: 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px), print {
  .recruit-breadcrumb {
    width: calc(100% - 80px);
  }
}


/*****************************************
*
* 採用情報
*
******************************************/

/*------------------------------------------*/
/* キャッチコピー
/*------------------------------------------*/

.recruit-top__catch p {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: url('../img/recruit/recruit_top_catch.png') no-repeat;
  background-size: 100%;
  aspect-ratio: 456/144;
  width: 100%;
  max-width: 456px;
  height: auto;
}


/*------------------------------------------*/
/* ボタン
/*------------------------------------------*/

@media screen and (max-width: 833px) {
  .recruit-top__list li+li {
    margin-top: 40px;
  }
}

@media screen and (min-width: 834px), print {
  .recruit-top__list {
    display: flex;
    justify-content: center;
  }

  .recruit-top__list li+li {
    margin-left: 80px;
  }
}


/*****************************************
*
* 新卒採用
*
******************************************/


/*------------------------------------------*/
/* 選考までのプロセス
/*------------------------------------------*/

@media screen and (max-width: 833px) {
  .recruit-newgraduate__flow {
    position: relative;
    border: solid 2px var(--color-main);
    border-radius: 40px;
    font-size: 1rem;
    font-weight: bold;
    overflow: hidden;
  }

  .recruit-newgraduate__flow li p {
    display: inline-block;
    width: 100%;
  }

  .recruit-newgraduate__flow li p.sub {
    font-size: 0.9rem;
  }

  .recruit-newgraduate__flow:before {
    content: '';
    display: inline-block;
    background: var(--color-bright-main);
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .recruit-newgraduate__flow li {
    position: relative;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
  }

  .recruit-newgraduate__flow li.arrow {
    border-bottom: solid 2px var(--color-main);
  }

  .recruit-newgraduate__flow li.arrow:before {
    content: '';
    display: block;
    border: 15px solid transparent;
    border-top-color: var(--color-main);
    border-bottom-width: 0;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 834px), print {
  .recruit-newgraduate__flow {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: solid 2px var(--color-main);
    border-radius: 40px;
    font-size: 1rem;
    font-weight: bold;
    overflow: hidden;
  }

  .recruit-newgraduate__flow:before {
    content: '';
    display: inline-block;
    background: var(--color-bright-main);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .recruit-newgraduate__flow li {
    position: relative;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 25%;
    height: 100px;
    padding: 20px 0;
  }

  .recruit-newgraduate__flow li.arrow:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 92px;
    border-top: 2px solid var(--color-main);
    transform: rotate(60deg);
    position: absolute;
    top: 0;
    right: 0;
  }

  .recruit-newgraduate__flow li.arrow:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 92px;
    border-bottom: 2px solid var(--color-main);
    transform: rotate(-60deg);
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .recruit-newgraduate__flow li p.sub {
    display: inline-block;
    width: 100%;
    font-size: 0.9rem;
  }
}


/*------------------------------------------*/
/* 採用実績
/*------------------------------------------*/

.recruit-newgraduate__record {
  width: 100%;
  text-align: left;
}

.recruit-newgraduate__record th,
.recruit-newgraduate__record td {
  font-size: 1rem;
}

.recruit-newgraduate__record td p {
  display: inline-block;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .recruit-newgraduate__record {
    border-collapse: collapse;
    width: 100%;
  }

  .recruit-newgraduate__record th,
  .recruit-newgraduate__record td {
    text-align: left;
    border-bottom: 1px solid var(--color-light-gray);
    padding: 20px 0;
  }

  .recruit-newgraduate__record th {
    font-weight: bold;
  }

  .recruit-newgraduate__record tr,
  .recruit-newgraduate__record th,
  .recruit-newgraduate__record td {
    display: block;
    width: auto;
  }

  .recruit-newgraduate__record th,
  .recruit-newgraduate__record td {
    padding: 10px 0;
  }

  .recruit-newgraduate__record th {
    border-bottom: 1px dotted var(--color-light-gray);
  }
}

@media screen and (min-width: 768px), print {
  .recruit-newgraduate__record {
    /* 罫線の色と太さ  */
    background-image: linear-gradient(180deg, var(--color-light-gray) 1px, transparent 1px);
    /* 行の高さ */
    background-size: 100% 4em;
    /* 文字の高さ */
    line-height: 4em;
    /* 最終行の下にも罫線を引く */
    padding-bottom: 1px;
  }

  .recruit-newgraduate__record th {
    width: 17em;
    vertical-align: text-top;
  }
}

/*------------------------------------------*/
/* リンク
/*------------------------------------------*/

.recruit-newgraduate__entry div+div {
  margin-top: 20px;
}

@media screen and (min-width: 834px), print {
  .recruit-newgraduate__entry {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .recruit-newgraduate__entry div+div {
    margin-top: 0;
    margin-left: 40px;
  }
}


/*****************************************
*
* クロストーク
*
******************************************/

/*------------------------------------------*/
/* メイン
/*------------------------------------------*/

.recruit-cross__main {
  margin-top: 60px;
}

@media screen and (min-width: 834px), print {
  .recruit-cross__main {
    margin-top: 100px;
  }
}

/* 見出し --------------------------------*/
.recruit-cross__main .heading {
  width: 100%;
  margin-bottom: 40px;
}

.recruit-cross__main .heading p {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: url('../img/recruit/recruit_cross_title.png') no-repeat;
  background-size: 100%;
  width: calc(560px / 4);
  height: calc(440px / 4);
}

@media screen and (min-width: 834px), print {
  .recruit-cross__main .heading {
    margin-bottom: 60px;
  }

  .recruit-cross__main .heading p {
    width: calc(560px / 2);
    height: calc(440px / 2);
  }
}

/* コピー --------------------------------*/
.recruit-cross__main .copy {
  width: 100%;
  margin-bottom: 40px;
}

.recruit-cross__main .copy p {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: url('../img/recruit/recruit_cross_copy.png') no-repeat;
  background-size: 100%;
  width: calc(848px / 3);
  height: calc(144px / 3);
}

@media screen and (min-width: 834px), print {
  .recruit-cross__main .copy {
    margin-bottom: 60px;
  }

  .recruit-cross__main .copy p {
    width: calc(848px / 2);
    height: calc(144px / 2);
  }
}

/* 画像 --------------------------------*/
.recruit-cross__main .image img {
  width: 100%;
}

@media screen and (min-width: 1500px), print {
  .recruit-cross__main .image {
    display: inline-block;
    width: 1500px;
  }
}


/*------------------------------------------*/
/* インタビュー
/*------------------------------------------*/

.recruit-cross__contents {
  margin-top: 60px;
}

@media screen and (min-width: 834px), print {
  .recruit-cross__contents {
    margin-top: 100px;
  }

  .recruit-cross__contents .box {
    position: relative;
    display: flex;
    width: 100%;
  }

  .recruit-cross__contents .right .box {
    flex-direction: row-reverse;
  }
}

/* チャプター --------------------------------*/
.recruit-cross__contents .chapter {
  width: 100%;
  border-bottom: solid 4px var(--color-main);
}

.recruit-cross__contents .chapter .inner {
  text-align: left;
  padding: 0 20px;
}

.recruit-cross__contents .chapter .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 35px;
  background: var(--color-main);
  border-radius: 20px 20px 0 0;
  color: white;
  font-weight: bold;
  line-height: 1.1;
}

.recruit-cross__contents .chapter .min {
  font-size: 0.9rem;
  padding-top: 0.3em;
}

.recruit-cross__contents .chapter .large {
  font-size: 1.4rem;
  margin-left: 0.2em;
}

@media screen and (min-width: 834px), print {
  .recruit-cross__contents .chapter .label {
    height: 45px;
  }

  .recruit-cross__contents .chapter .inner {
    padding: 0 60px;
  }

  .recruit-cross__contents .chapter .min {
    font-size: 1.1rem;
    padding-top: 0.6em;
  }

  .recruit-cross__contents .chapter .large {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1240px), print {
  .recruit-cross__contents .chapter .inner {
    display: inline-block;
    width: 1100px;
    padding: 0;
  }
}

/* 見出し --------------------------------*/
.recruit-cross__contents .heading {
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 834px), print {
  .recruit-cross__contents .heading {
    font-size: 1.4rem;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}


/* box --------------------------------*/
.recruit-cross__contents .section {
  margin-top: 0;
}

@media screen and (min-width: 834px), print {
  .recruit-cross__contents .box {
    display: flex;
  }

  .recruit-cross__contents .box.reverse {
    flex-direction: row-reverse;
  }
}

/* 画像 --------------------------------*/
.recruit-cross__contents figure img {
  width: 100%;
  border-radius: 20px;
}

.recruit-cross__contents figure {
  flex-shrink: 0;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 833px) {
  .recruit-cross__contents figure {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 834px), print {
  .recruit-cross__contents figure {
    margin-right: 60px;
  }

  .recruit-cross__contents .box.reverse figure {
    margin-right: 0;
    margin-left: 60px;
  }
}

@media screen and (min-width: 1240px), print {
  .recruit-cross__contents figure {
    margin-right: 60px;
  }

  .recruit-cross__contents .box.reverse figure {
    margin-right: 0;
    margin-left: 60px;
  }
}


/* テキストエリア --------------------------------*/
.recruit-cross__contents .group .cont {
  display: flex;
  border-bottom: dotted 1px var(--color-main);
}

@media screen and (max-width: 833px) {
  .recruit-cross__contents .group .cont {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 834px), print {
  .recruit-cross__contents .box+.group {
    margin-top: 20px;
  }

  .recruit-cross__contents .group .cont {
    padding-bottom: 20px;
  }

  .recruit-cross__contents .group .cont+.cont {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1240px), print {
  .recruit-cross__contents .box+.group {
    margin-top: 30px;
  }

  .recruit-cross__contents .group .cont {
    font-size: 1rem;
    padding-bottom: 30px;
    margin-right: 0;
  }

  .recruit-cross__contents .group .cont+.cont {
    padding-top: 30px;
  }
}

/* 名前 --------------------------------*/
.recruit-cross__contents .name {
  flex-shrink: 0;
  text-align: left;
  width: 4em;
  color: #7398e8;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (min-width: 834px), print {
  .recruit-cross__contents .name {
    font-size: 0.9rem;
    line-height: 2;
  }
}

@media screen and (min-width: 1240px), print {
  .recruit-cross__contents .name {
    font-size: 1rem;
    line-height: 2.2;
  }
}

/* テキスト --------------------------------*/
.recruit-cross__contents .text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  font-size: 0.9rem;
}

@media screen and (min-width: 834px), print {
  .recruit-cross__contents .text {
    font-size: 0.9rem;
    line-height: 2;
  }
}

@media screen and (min-width: 1240px), print {
  .recruit-cross__contents .text {
    font-size: 1rem;
    line-height: 2.2;
  }
}


/*****************************************
*
* 働く環境
*
******************************************/

/*------------------------------------------*/
/* コンテンツ
/*------------------------------------------*/

.recruit-environment__contents {
  position: relative;
}

/* 画像 --------------------------------*/
.recruit-environment__contents .image img {
  width: 100%;
  border-radius: 20px;
}


/* テキストエリア --------------------------------*/
.recruit-environment__contents .cont {
  padding-top: 20px;
}

@media screen and (min-width: 834px), print {
  .recruit-environment__contents .cont {
    display: inline-block;
    width: 60%;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 60px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

/* 見出し --------------------------------*/
.recruit-environment__contents .heading {
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 834px), print {
  .recruit-environment__contents .heading {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}

/*------------------------------------------*/
/* スライダー
/*------------------------------------------*/

.recruit-environment-splide {
  position: relative;
  width: 100%;
}

.recruit-environment-splide li {
  border-radius: 20px;
  overflow: hidden;
}

.recruit-environment-splide li img {
  max-width: 150%;
  max-height: 150%;
  object-fit: cover;
}

.recruit-environment-splide .splide__arrows,
.recruit-environment-splide .splide__pagination {
  display: none;
}

@media screen and (min-width: 834px), print {
  .recruit-environment-splide li.large img {
    max-width: 200%;
    max-height: 200%;
  }
}


/*------------------------------------------*/
/* 福利厚生一覧
/*------------------------------------------*/

.recruit-environment__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}

@media screen and (min-width: 834px), print {
  .recruit-environment__list {
    grid-template-columns: 300px 1fr;
    row-gap: 0;
    column-gap: 100px;
  }
}

/* 見出し --------------------------------*/
.recruit-environment__list .heading-wrap .heading {
  color: var(--color-main);
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0.5em;
}

.recruit-environment__list .heading-wrap figure img {
  width: 100%;
}

.recruit-environment__list .heading-wrap figure {
  width: 130px;
  margin: 0 auto;
}

@media screen and (min-width: 834px), print {
  .recruit-environment__list .heading-wrap .heading {
    font-size: 2rem;
  }
}

/* コンテンツ --------------------------------*/
.recruit-environment__list .item {
  text-align: left;
  font-weight: bold;
  margin-top: 1em;
}

.recruit-environment__list .cont>.item:first-child {
  margin-top: 0;
}



/*****************************************
*
* 教育体制
*
******************************************/

/*------------------------------------------*/
/* 教育体制 フロー図
/*------------------------------------------*/

.recruit-educational__flow {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.recruit-educational__flow .box {
  position: relative;
  color: var(--color-main);
  font-size: 1rem;
  font-weight: bold;
}

.recruit-educational__flow .box {
  border: 1px solid var(--color-dark-blue);
  padding: 1.5em;
  margin-bottom: 10px;
}

.recruit-educational__flow .box-mb {
  padding-bottom: 1em;
}

.recruit-educational__flow .box-mt {
  padding-top: 2em;
}

.recruit-educational__flow .arrow {
  position: relative;
  z-index: 1;
}

.recruit-educational__flow .arrow::before,
.recruit-educational__flow .arrow::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  left: 0;
}

.recruit-educational__flow .arrow::before {
  border-color: var(--color-dark-blue) transparent transparent transparent;
  border-width: 15px calc(50vw - 20px) 0 calc(50vw - 20px);
  border-style: solid;
  position: absolute;
  bottom: -16px;
}

.recruit-educational__flow .arrow-t::before {
  bottom: -5px;
}

.recruit-educational__flow .arrow-b::before {
  bottom: -16px;
}

.recruit-educational__flow .arrow::after {
  border-color: white transparent transparent transparent;
  border-width: 15px calc(50vw - 20px) 0 calc(50vw - 20px);
  border-style: solid;
  position: absolute;
  bottom: -15px;
}

.recruit-educational__flow .arrow-t::after {
  bottom: -4px;
}

.recruit-educational__flow .arrow-b::after {
  bottom: -15px;
}


@media screen and (min-width: 768px), print {
  .recruit-educational__flow .box {
    display: grid;
    grid-template-columns: 200px 1fr;
    column-gap: 40px;
    align-items: center;
  }

  .recruit-educational__flow .arrow::before {
    border-width: 15px calc(50vw - 40px) 0 calc(50vw - 40px);
  }

  .recruit-educational__flow .arrow::after {
    border-width: 15px calc(50vw - 40px) 0 calc(50vw - 40px);
  }
}

@media screen and (min-width: 834px), print {
  .recruit-educational__flow .box {
    font-size: 1.1rem;
  }

  .recruit-educational__flow .arrow::before {
    border-width: 15px 400px 0 400px;
  }

  .recruit-educational__flow .arrow::after {
    border-width: 15px 400px 0 400px;
  }
}


/* フロー リスト --------------------------------*/
.recruit-educational__flow .list-type-circle-black li {
  color: var(--color-text);
  font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
  .recruit-educational__flow .list-type-circle-black {
    margin-top: 20px;
  }
}

@media screen and (min-width: 834px), print {
  .recruit-educational__flow .box {
    font-size: 1rem;
  }
}