/*:::::::::::::::::::::::::::::::::
add 2025/06 
/recruit/
:::::::::::::::::::::::::::::::::::*/

/*
35px > 3.8vw
min(3vw, 36px)
104px
 min(7vw, 104px);
*/

:root {
  --base_width: 1200px;
  --header_height: 100px;
  --font_jp: "Zen Kaku Gothic Antique", sans-serif;
  --font_en: "Jost", sans-serif;
  --icons: "Material Symbols Outlined";

  --black: #3b3b3b;
  --gray: #a0a0a0;
  --cG-1: #008000;
  --cG-2: #d6ebd6;
  --cG-3: #99cc99;
  --cG-4: #f0f8e9;
  --cK-1: #46a518;
  --cK-2: #a9dd38;
  --cK-3: #69b825;
  --cK-4: #eff8e2;
  --cO-1: #f15f2f;
  --cY-1: #fbbc04;

  --grad: linear-gradient(to right, var(--cK-1) 30%, var(--cK-2) 100%);
}

html {
  scroll-padding-top: var(--header_height);
}

body {
  padding-top: 0;
}

.cG-1 {
  color: var(--cG-1);
}
.cY-1 {
  color: var(--cY-1);
}

p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  :root {
    --header_height: 54px;
  }
  body {
    font-size: 14px;
  }
}

/*==================================================
 common
==================================================*/

/*----------------------------------------
  text-align
----------------------------------------*/
body .t_C,
body .t_Cr,
body .t_Cl {
  text-align: center;
}
body .t_R,
body .t_Rc,
body .t_Rl {
  text-align: right;
}
body .t_L,
body .t_Lc,
body .t_Lr {
  text-align: left;
}
@media (max-width: 767px) {
  body .t_Rc,
  body .t_Lc {
    text-align: center;
  }
  body .t_Cr,
  body .t_Lr {
    text-align: right;
  }
  body .t_Cl,
  body .t_Rl {
    text-align: left;
  }
}

/*----------------------------------------
  margin/padding
----------------------------------------*/
.calc_pr {
  padding-right: max(5%, calc((100vw - var(--base_width)) / 2));
}
.calc_pl {
  padding-left: max(5%, calc((100vw - var(--base_width)) / 2));
}
.rec_width {
  width: min(100%, var(--base_width));
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 767px) {
  [class*="calc_"] {
    padding-left: 5%;
    padding-right: 5%;
  }
  .rec_width {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}

/*----------------------------------------
tit  
----------------------------------------*/
.tit_A {
  grid-area: titA;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.tit_A i {
  display: block;
  width: fit-content;
  padding: 5px 30px;
  background: var(--cG-1);
  color: #fff;
  font-family: var(--font_en);
  font-size: 20px;
  text-align: center;
}

.tit_B {
  grid-area: titB;
  font-size: min(3vw, 32px);
  font-weight: bold;
  line-height: 1.5;
}

.tit_C {
  grid-area: titC;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
}

.tit_C i {
  display: block;
  color: var(--cG-1);
  font-family: var(--font_en);
  font-weight: normal;
  font-size: min(7vw, 98px);
}

.tit_D {
  grid-area: titD;
  color: var(--cG-1);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.tit_D i {
  display: block;
  width: fit-content;
  margin: 10px auto;
  padding: 1px 30px;
  background: var(--cG-1);
  color: #fff;
  font-family: var(--font_en);
  font-size: 20px;
  font-weight: normal;
}

.tit_E {
  grid-area: titE;
  font-size: min(2.5vw, 32px);
  font-weight: bold;
  line-height: 1.5;
}

.tit_E i {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  width: fit-content;
  margin: 0 0 15px;
  padding: 5px 0;
  border-bottom: 1px dotted var(--cG-1);
  color: var(--cG-1);
  font-family: var(--font_en);
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}

.tit_E i em {
  color: var(--cG-3);
  font-size: 2.2em;
  line-height: 1;
}

.tit_F {
  position: relative;
  color: var(--cG-1);
  font-size: 40px;
  font-weight: bold;
}

.tit_F span {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

/* 文字スクロール */
.scroll-interview {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto; /* 必要に応じて調整 */
  background: transparent;
}

.scroll-track {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
  align-items: center;
  gap: 2em;
}

.scroll-track i {
  color: var(--cK-4);
  font-family: var(--font_en);
  font-style: normal;
  font-size: 142px;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 1;
  text-transform: uppercase;
}

.tit_G {
  grid-area: titG;
  display: flex;
  flex-flow: column;
  gap: 5px;
  font-size: min(2.4vw, 32px);
  line-height: 1;
}

.tit_G span {
  width: fit-content;
  padding: 5px 15px;
  background: #fff;
  color: var(--cG-1);
  font-weight: bold;
  font-feature-settings: "palt" 1;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .tit_A {
    font-size: 24px;
  }

  .tit_B {
    font-size: 20px;
  }

  .tit_C {
    font-size: 20px;
  }
  .tit_C i {
    font-size: 32px;
  }

  .tit_D {
    font-size: 26px;
  }
  .tit_D i {
    font-size: 14px;
  }

  .tit_E {
    font-size: 22px;
  }
  .tit_E i {
    font-size: 18px;
  }

  .tit_F {
    font-size: 22px;
  }
  .scroll-track i {
    font-size: 70px;
  }

  .tit_G {
    font-size: 18px;
  }
}

/*----------------------------------------
  btn
----------------------------------------*/
[class*="btnico_"]:before {
  content: "";
}
[class*="btnico_"]:after {
  font-family: var(--icons);
  font-size: 1.2em;
}

[class*="svgbtn_"]:before {
  grid-area: svg;
  content: "";
  display: block;
  aspect-ratio: 3/4;
  width: var(--size);
  height: auto;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background-color: currentColor;
}

/*
  _Modifier
----------------------------------------*/

/* TEL */
.svgbtn_tel {
  display: grid;
  grid-template-columns: var(--size) 1fr;
  grid-template-areas:
    "svg strong"
    "svg p";
  align-items: center;
  gap: 0 8px;

  --size: 50px;
  --mask: url(../../img/recruit/icon_tel.svg) center center / contain no-repeat;
}

.svgbtn_tel strong {
  grid-area: strong;
  font-family: var(--font_en);
  font-size: min(3.8vw, 35px);
  font-weight: 700;
  line-height: 1;
}

.svgbtn_tel p {
  grid-area: p;
  font-size: 13px;
}

/* ヘッダー、CTA ボタン */
.svgbtn_rec,
.svgbtn_table,
.svgbtn_mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  padding: 15px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;

  --size: 21px;
}

/* 募集一覧 */
.svgbtn_rec {
  background: var(--cG-1);
  --mask: url(../../img/recruit/icon_file.svg) center center / contain no-repeat;
}

/* 募集要綱 */
.svgbtn_table {
  background: var(--cK-3);
  --mask: url(../../img/recruit/icon_file.svg) center center / contain no-repeat;
}

/* エントリー */
.svgbtn_mail {
  background: var(--cG-1);
  --mask: url(../../img/recruit/icon_mail.svg) center center / contain no-repeat;
}

/* テキスト中 別窓 */
.btnico_blank {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 8px 0;
}
.btnico_blank:after {
  content: "open_in_new";
}

/* 通常ボタン */
.btnico_A {
  --bg: var(--cG-1);
  --c: #fff;
  grid-area: btnA;
  display: grid;
  grid-template-columns: 2em 1fr 2em;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  padding: 15px;
  border-radius: 50px;
  background: var(--bg);
  color: var(--c);
  font-size: 19px;
  text-align: center;
}
.btnico_A:after {
  content: "chevron_right";
}

.btnico_A:hover {
  box-shadow: 0 0 0 1px var(--bg);
  background: var(--c);
  color: var(--bg);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .svgbtn_tel {
    --size: 40px;
    gap: 0 15px;
  }
  .svgbtn_tel strong {
    font-size: 30px;
  }
  .svgbtn_tel p {
    grid-area: p;
    font-size: 10px;
  }

  .svgbtn_table,
  .svgbtn_mail {
    aspect-ratio: inherit;
    flex-flow: row;
  }

  .btnico_A {
    grid-template-columns: 10px 1fr 2em;
    font-size: 16px;
  }
}

/*----------------------------------------
  block
----------------------------------------*/
/*
  [class*="flexnum_"] 等分
----------------------------------------*/

[class*="flexnum_"] {
  --num: 3;
  --gap: 60px;
  --width: calc((100% - var(--gap) * (var(--num) - 1)) / var(--num));
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}

[class*="flexnum_"] > * {
  width: var(--width);
}

.flexnum_3 {
  --num: 3;
  --gap: 40px;
}

.flexnum_2 {
  --num: 2;
  --gap: 40px;
}

@media screen and (max-width: 520px) {
  [class*="flexnum_"] {
    --num: 1;
    --gap: 20px;
  }

  .flexnum_3 {
    --num: 1;
    --gap: 20px;
  }

  .flexnum_2 {
    --num: 1;
    --gap: 40px;
  }
}

/*==================================================
 header
==================================================*/

.rec_header {
  display: grid;
  grid-template-columns: 1fr repeat(2, auto);
  align-items: center;
  gap: 0 2vw;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: var(--header_height);
  padding-left: 5vw;
  background: #fff;
}

.rec_header-logo {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 5px 15px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.rec_footer-logo img,
.rec_header-logo img {
  aspect-ratio: 138/17;
  width: 276px;
  height: auto;
}

.rec_header-logo h1 {
  margin-bottom: -0.3em;
  font-weight: bold;
}

.rec_header .svgbtn_rec {
  width: max(15vw, 150px);
  height: 100%;
}

.rec_header .btn_entry {
  display: flex;
  height: var(--header_height);
}

.rec_header .svgbtn_table,
.rec_header .svgbtn_mail {
  flex-flow: column;
  gap: 5px;
  aspect-ratio: 1/1;
  height: var(--header_height);
  width: auto;
  padding: 10px;
  font-size: 16px;
}

.rec_header nav {
  display: none;
}

.sp_fixed {
  display: none;
}

@media screen and (max-width: 767px) {
  .rec_header {
  }

  .rec_header-logo {
    font-size: 13px;
  }
  .rec_header-logo img {
    width: 40vw;
  }

  .rec_header :is(.svgbtn_tel, .svgbtn_rec, .btn_entry) {
    display: none;
  }

  .sp_fixed {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
  }

  .sp_fixed.rec_single {
    --size: 54px;
    grid-template-columns: 1fr 1fr var(--size);
  }

  .sp_fixed .svgbtn_tel {
    --size: 1.3em;
    display: flex;
    justify-content: center;
    background: var(--cO-1);
    color: #fff;
    text-align: center;
  }
  .sp_fixed .svgbtn_tel strong {
    font-size: 18px;
  }

  .sp_fixed.rec_single .svgbtn_tel {
    padding: 15px;
  }

  .sp_fixed.rec_single .svgbtn_tel strong {
    font-size: 20px;
  }

  .sp_fixed .svgbtn_rec,
  .sp_fixed .svgbtn_mail,
  .sp_fixed .svgbtn_table {
    --size: 1.3em;
    font-size: 14px;
    gap: 5px;
  }

  /*----------------------------------------
  ハンバーガーメニュー
----------------------------------------*/

  .hamburger {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 90;
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--size);
    width: var(--size);
    background: #fff;
  }

  #hamburger-check {
    display: none;
  }

  /**タップされる前 open**/
  .hamburger span,
  .hamburger span:before,
  .hamburger span:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 3px;
    background-color: var(--black);
  }

  .hamburger span:before {
    bottom: 6px;
  }

  .hamburger span:after {
    top: 6px;
  }

  /**タップされたとき close**/
  #hamburger-check:checked ~ .hamburger span {
    background-color: rgba(255, 255, 255, 0);
  }

  #hamburger-check:checked ~ .hamburger span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #hamburger-check:checked ~ .hamburger span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .sp_fixed nav .gnav {
    position: fixed;
    bottom: var(--size);
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
    background-color: color-mix(in srgb, var(--cG-1) 10%, var(--black) 80%);
    color: var(--white);
    font-size: 1.2em;
    overflow-y: auto;
    overflow-x: hidden;
    transition: var(--transition);
  }

  #hamburger-check:checked ~ .gnav {
    left: 0;
  }
}

/*==================================================
 footer
==================================================*/
.rec_footer {
  display: grid;
  grid-template-columns: 360px 1fr;
  grid-template-areas:
    "logo map"
    "text map"
    "copy copy";
  gap: 30px 5vw;
  padding: 60px 5%;
}

.rec_footer-logo {
  grid-area: logo;
}

.rec_footer-logo img {
  width: 330px;
}

.rec_footer .text {
  grid-area: text;
}

.rec_footer .text p {
  line-height: 1.8;
}

.rec_footer .text p a {
  color: var(--cG-1);
}

.rec_footer .map {
  grid-area: map;
}

.rec_footer .map iframe {
  width: 100%;
  height: 100%;
}

.rec_footer .svgbtn_rec {
  margin: 30px 0 0;
  border: 1px solid var(--cG-1);
  border-radius: 50px;
  background: #fff;
  color: var(--cG-1);
}
.rec_footer .svgbtn_rec:hover {
  background: var(--cG-2);
}

.rec_footer .copyright {
  grid-area: copy;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .rec_footer {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "text"
      "map"
      "copy";
    gap: 30px;
    margin: 0 auto;
    padding: 30px 0;
    padding-bottom: 70px;
  }

  .rec_footer-logo img {
    width: 60vw;
  }

  .rec_footer .map iframe {
    aspect-ratio: 16/9;
    width: 100%;
  }
}

/*==================================================
 CTA
==================================================*/
.rec_cta {
  background: var(--grad);
  padding-top: 50px;
  padding-bottom: 60px;
}

.rec_cta + .rec_cta {
  display: none;
}

.rec_cta .tit_A {
  color: #fff;
  margin: 0 0 30px;
}

.list-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.list-cta li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  padding: 50px 3vw;
  background: #fff;
}

.list-cta li .btn_entry {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.list-cta li :is(.svgbtn_rec, .svgbtn_table, .svgbtn_mail) {
  width: 100%;
  border-radius: 50px;
  flex-flow: row;
}

@media screen and (max-width: 767px) {
  .rec_cta {
    background: var(--grad);
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .rec_cta .tit_A {
    color: #fff;
    margin: 0 0 20px;
  }
  .list-cta {
    width: 100%;
    flex-flow: column;
    align-items: center;
    gap: 0;
  }
  .list-cta li {
    width: 100%;
    padding: 30px;
  }
  .list-cta li + li {
    padding-top: 0;
  }
}

/*==================================================
 TOP
==================================================*/

/*----------------------------------------
  メインビジュアル
----------------------------------------*/
.rec_mv {
  position: relative;
  padding: 1px 0;
  background: linear-gradient(to right, #fff, #fff) no-repeat top left / 100% 15%,
    linear-gradient(to bottom, #fff, #fff) no-repeat top right / 10vw 100%, var(--grad) no-repeat bottom left / 90vw 85%;
}

.rec_mv-tit {
  position: absolute;
  top: 20%;
  z-index: 10;
}
.rec_mv-tit em {
  color: #fff;
  font-family: var(--font_en);
  font-size: min(7vw, 104px);
  line-height: 1.1;
}
.rec_mv-tit h2 {
  width: fit-content;
  margin: 15px 0 0;
  padding: 5px 15px;
  background: #fff;
  color: var(--cG-1);
  font-size: min(3vw, 36px);
  font-weight: bold;
}

.rec_mv-slick {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1560/780;
  width: 85vw;
  margin: 0 0 0 auto;
  background: #fff;
}
.rec_mv-slick:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.24;
}

.rec_mv-p {
  margin-top: 40px;
  margin-bottom: 60px;
  color: #fff;
  font-size: min(3.3vw, 34px);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .rec_mv-tit {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 10;
    aspect-ratio: 767/924;
    width: 90%;
    padding: 0;
  }
  .rec_mv-tit em {
    font-size: 44px;
  }
  .rec_mv-tit h2 {
    font-size: 18px;
  }
  .rec_mv-slick {
    aspect-ratio: 767/924;
    width: 100%;
  }
  .rec_mv-p {
    width: 85%;
    margin: 15px 0 15px 5%;
    font-size: 18px;
  }
}

/*----------------------------------------
  こんな会社
----------------------------------------*/
.rec_authority {
  padding-top: 50px;
  padding-bottom: 60px;
}

.rec_authority .tit_A {
  margin: 0 0 30px;
  text-align: left;
}

.rec_authority-box {
  --gap: 5vw;
  --box: 50%;
  display: grid;
  grid-template-columns: var(--box) 1fr;
  align-items: flex-start;
  gap: var(--gap);
}

.rec_authority-box .tit_B {
  margin: 0 0 20px;
}

.rec_authority-box p + p {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .rec_authority {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rec_authority-box {
    grid-template-columns: 1fr;
  }
}

/*----------------------------------------
  ついて
----------------------------------------*/
.rec_about {
  --box: 50%;
  display: grid;
  grid-template-columns: 1fr var(--box);
  grid-template-areas:
    "titC movie"
    "p movie"
    "btnA movie";
  align-items: center;
  gap: 30px 5vw;
  padding-top: 70px;
  padding-bottom: 70px;
  background: var(--cK-3);
  color: #fff;
}

.rec_about .movie {
  grid-area: movie;
}

.rec_about .movie iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.rec_about p {
  grid-area: p;
}

.rec_about .btnico_A {
  --bg: #fff;
  --c: var(--cG-1);
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .rec_about {
    grid-template-columns: 1fr;
    grid-template-areas:
      "titC"
      "movie"
      "p"
      "btnA";
    gap: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rec_about .movie {
    width: 100%;
  }

  .rec_about .btnico_A {
    margin: 0 auto;
  }
}

/*----------------------------------------
  働く環境
----------------------------------------*/
.rec_style {
  padding-top: 60px;
  padding-bottom: 70px;
}

.rec_style .tit_D {
  margin: 0 0 30px;
}

.rec_style-list {
}

.rec_style-list li {
  counter-increment: number;
  --box: 55%;
  display: grid;
  grid-template-columns: var(--box) 1fr;
  grid-template-areas:
    "pic titE"
    "pic p";
  align-items: center;
  gap: 30px 5vw;
  margin: 60px 0;
}

.rec_style-list li + li {
  margin: 60px 0 0;
}
.rec_style-list li:nth-child(even) {
  grid-template-columns: 1fr var(--box);
  grid-template-areas:
    "titE pic"
    "p pic";
}

.rec_style-list .tit_E {
  margin: auto 0 0;
}

.rec_style-list .tit_E i em:before {
  content: counter(number, decimal-leading-zero);
}

.rec_style-list picture {
  grid-area: pic;
}

.rec_style-list .p {
  grid-area: p;
  margin: 0 0 auto;
}

.rec_style-list .p p + p {
  margin-top: 0.2em;
}

@media screen and (max-width: 767px) {
  .rec_style {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .rec_style-list li,
  .rec_style-list li:nth-child(even) {
    grid-template-columns: 1fr;
    grid-template-areas:
      "titE"
      "p"
      "pic";
    align-items: center;
    gap: 20px;
    margin: 30px 0;
  }
}

/*----------------------------------------
  募集一覧 
----------------------------------------*/
.rec_job {
  padding-top: 60px;
  padding-bottom: 60px;
  background: var(--cG-4);
}

.rec_job-list {
  margin: 60px auto;
}

.rec_job-list li {
  background: #fff;
}

.rec_job-list li figure {
  aspect-ratio: 18/17;
  width: 100%;
  height: auto;
}
.rec_job-list li figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rec_job-list li i {
  display: block;
  width: 100%;
  padding: 3px 5px;
  background: var(--black);
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.rec_job-list li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  padding: 5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rec_job {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rec_job-list {
    margin: 30px auto;
  }
}

/*----------------------------------------
  インタビュー
----------------------------------------*/
.rec_int {
  padding-top: 60px;
  padding-bottom: 80px;
}

.rec_int-list {
  margin: 40px 0 0;
}

.rec_int-list li {
  --box: 45%;
  display: grid;
  grid-template-columns: var(--box) 1fr;
  align-items: center;
  gap: 5vw;
}

.rec_int-list li + li {
  margin: 90px auto 0;
}

.rec_int-list li figure {
  aspect-ratio: 4/3;
}

.rec_int-list li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rec_int-list li h3 {
  width: fit-content;
  margin: 0 0 15px;
  padding: 5px 20px;
  border: 1px solid var(--cG-1);
  color: var(--cG-1);
  font-weight: bold;
  font-size: min(2.4vw, 32px);
  font-weight: bold;
}
.rec_int-list li h4 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: bold;
}
.rec_int-list li .btnico_A {
  width: fit-content;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 767px) {
  .rec_int {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rec_int-list li {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 30px auto;
  }

  .rec_int-list li h3 {
    margin: 0 0 10px;
    font-size: 20px;
  }
  .rec_int-list li h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .rec_int-list li .btnico_A {
    width: fit-content;
    margin: 15px auto 0;
  }
}

/*----------------------------------------
  ご挨拶
----------------------------------------*/
.rec_message {
  --box: 50%;
  display: grid;
  grid-template-columns: 1fr var(--box);
  grid-template-areas:
    "titC pic"
    "titG pic"
    "p pic";
  align-items: center;
  gap: 30px 5vw;
  padding-top: 60px;
  padding-bottom: 60px;
  background: var(--cK-3);
}

.rec_message .p {
  grid-area: p;
  color: #fff;
  font-size: 18px;
}

.rec_message .tit_G {
  width: fit-content;
}

.rec_message .tit_G > * {
  width: 100%;
  text-align: center;
}

.rec_message .p p + p {
  margin-top: 1em;
}

.rec_message picture {
  grid-area: pic;
}

@media screen and (max-width: 767px) {
  .rec_message {
    grid-template-columns: 1fr;
    grid-template-areas:
      "titC"
      "titG"
      "pic"
      "p";
    gap: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rec_message .p {
    font-size: 15px;
  }
}

/*----------------------------------------
  other
----------------------------------------*/
.rec_other {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  background: url(../../img/recruit/img_rec12.webp) no-repeat center / cover;
  text-align: center;
}

.rec_other-box {
  margin: 0 auto;
  padding: 5px 20px;
  background: #fff;
  color: var(--cG-1);
  font-size: min(3vw, 36px);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .rec_other {
    height: auto;
    padding: 60px 5%;
  }
  .rec_other-box {
    font-size: 20px;
  }
}

/*----------------------------------------
  voice
----------------------------------------*/
.rec_voice .googl-review {
  background: var(--cG-4);
}

body .rec_voice .googl-review .top__cmnhd {
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
}

.rec_voice .googl-review .top__cmnhd .top__cmnhd--jp {
  color: var(--cG-1);
  font-weight: bold;
}
.rec_voice .googl-review .top__cmnhd .top__cmnhd--en {
  display: block;
  width: fit-content;
  margin: 10px auto;
  padding: 1px 30px;
  background: var(--cG-1);
  color: #fff;
  font-family: var(--font_en);
  font-size: 20px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .rec_voice .googl-review {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rec_voice .googl-review .top__cmnhd {
    font-size: 26px;
  }
  .rec_voice .googl-review .top__cmnhd .top__cmnhd--en {
    font-size: 14px;
  }
}

/*----------------------------------------
  FAQ
----------------------------------------*/
.rec_faq {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rec_faq dl {
  width: 90%;
  margin: 40px auto;
  padding: 40px 0 0;
  border-top: 1px solid var(--gray);
}
.rec_faq dl:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--gray);
}

.rec_faq dl dt {
  display: flex;
  gap: 15px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
.rec_faq dl dt:before {
  flex: none;
  width: 2rem;
  content: "Q.";
  color: var(--cG-1);
}

.rec_faq dl dd {
  display: flex;
  gap: 15px;
}
.rec_faq dl dd:before {
  flex: none;
  width: 2rem;
  content: "A.";
  color: var(--cO-1);
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .rec_faq {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .rec_faq dl {
    width: 100%;
    margin: 25px auto;
    padding: 25px 0 0;
  }
  .rec_faq dl:last-child {
    padding-bottom: 25px;
  }

  .rec_faq dl dt {
    margin: 0 0 15px;
  }
}

/*==================================================
 詳細
==================================================*/

/*----------------------------------------
  紹介導入
----------------------------------------*/
.rec_intro {
  position: relative;
  --box: 50%;
  display: grid;
  grid-template-columns: 1fr var(--box);
  grid-template-areas:
    ". pic"
    "ul pic"
    "h pic"
    "s pic"
    "p pic"
    ". pic";
  align-items: center;
  gap: 20px 5vw;
  padding-top: 60px;
  padding-bottom: 40px;
  background: linear-gradient(to bottom, #fff, #fff) no-repeat top right / 10vw 100%,
    var(--grad) no-repeat bottom left / 90vw 101%;
  color: #fff;
}

.rec_intro:before {
  content: "RECRUIT";
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 1;
  color: #fff;
  font-family: var(--font_en);
  /*font-size: min(7vw, 104px);*/
  font-size: 120px;
  line-height: 1;
  opacity: 0.2;
}

.rec_intro > * {
  position: relative;
  z-index: 5;
}

.rec_intro ul {
  grid-area: ul;
  display: flex;
  flex-flow: wrap;
  gap: 5px;
  max-width: 0 0;
}
.rec_intro ul li {
  padding: 5px 15px;
  background: #fff;
  color: var(--cG-1);
  font-size: min(2vw, 20px);
  font-weight: bold;
}

.rec_intro h1 {
  grid-area: h;
  font-size: min(3.2vw, 40px);
  font-weight: bold;
  line-height: 1.3;
}

.rec_intro strong {
  grid-area: s;
  font-size: 28px;
}

.rec_intro .p {
  grid-area: p;
  margin: 0 0 auto;
}

.rec_intro picture {
  grid-area: pic;
  aspect-ratio: 4/3;
}

.rec_intro picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .rec_intro {
    grid-template-columns: 90% 1fr;
    grid-template-areas:
      "ul ."
      "h ."
      "s ."
      "p ."
      "pic pic";
    gap: 10px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .rec_intro:before {
    font-size: 80px;
  }

  .rec_intro ul li {
    font-size: 14px;
  }

  .rec_intro h1 {
    font-size: 24px;
  }

  .rec_intro strong {
    font-size: 20px;
  }

  .rec_intro picture {
    margin: 15px 0 0;
  }
}

/*----------------------------------------
  やりがい
----------------------------------------*/
.rec_free {
  position: relative;
  margin: -1px 0 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--cG-1);
  color: #fff;
}
.rec_free .richtext {
  position: relative;
  z-index: 10;
  font-size: min(2.2vw, 24px);
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.rec_free .tit_D {
  color: #fff;
}
.rec_free .tit_D i {
  background: #fff;
  color: var(--cG-1);
}

@media screen and (max-width: 767px) {
  .rec_free {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .rec_free .richtext {
    font-size: 16px;
    text-align: left;
  }
}

/*----------------------------------------
業務内容
----------------------------------------*/
.rec_detail {
  --box: 200px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "titD" " card";
  gap: 50px 5vw;
  padding-top: 80px;
  padding-bottom: 80px;
}

.rec_detail .rec_detail-card {
  grid-area: card;
  gap: 15px;
}
.rec_detail .rec_detail-card li {
  break-inside: avoid;
  padding: 30px;
  background: var(--cG-4);
}

.rec_detail .rec_detail-card h3 {
  margin: 0 0 15px;
  padding: 10px 15px;
  border: 1px solid var(--cG-1);
  background: var(--cG-1);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.rec_detail .rec_detail-card p {
  width: 90%;
}

.rec_detail .rec_detail-card figure {
  aspect-ratio: 4/3;
  width: 100%;
  margin: 0 auto 10px;
}
.rec_detail .rec_detail-card figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .rec_detail {
    grid-template-columns: 1fr;
    grid-template-areas:
      "titD"
      "card";
    gap: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rec_detail .rec_detail-card {
    columns: 1;
  }
  .rec_detail .rec_detail-card li {
    padding: 20px;
  }

  .rec_detail .rec_detail-card h3 {
    font-size: 16px;
  }
  .rec_detail .rec_detail-card p {
    width: 100%;
  }
}

/*----------------------------------------
  先輩インタビュー
----------------------------------------*/
.rec_interview {
  padding-top: 60px;
  padding-bottom: 90px;
}

.rec_interview-staff li {
  --box: 55%;
  display: grid;
  grid-template-columns: var(--box) 1fr;
  align-items: center;
  gap: 5vw;
  margin: 60px auto;
}

.rec_interview-staff li picture {
  aspect-ratio: 4/3;
}
.rec_interview-staff li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rec_interview-staff strong {
  display: block;
  margin: 0 0 5px;
  color: var(--cG-1);
}
.rec_interview-staff h3 {
  width: fit-content;
  margin: 0 0 15px -5px;
  padding: 5px 20px;
  border: 1px solid var(--cG-1);
  color: var(--cG-1);
  font-weight: bold;
  font-size: min(2.4vw, 32px);
  font-weight: bold;
}

.rec_interview-staff h4 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.rec_interview-staff p {
  margin: 15px 0;
}

.rec_interview dl {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "dt img"
    "dd img";
  gap: 20px 50px;
  margin: 0 0 50px;
}

.rec_interview dl dt {
  grid-area: dt;
  color: var(--cG-1);
}

.rec_interview dl dd {
  grid-area: dd;
}

.rec_interview dl .img {
  grid-area: img;
  aspect-ratio: 4/3;
  width: 300px;
}

.rec_interview dl .img img {
  width: 300px;
  height: 100%;
  object-fit: cover;
}

.rec_interview-message {
  display: flex;
  align-items: center;
  gap: 15px 60px;
  width: 100%;
  margin: 60px auto 0;
  padding: 60px;
  background: var(--cG-4);
}

.rec_interview-message .tit_E {
  margin: 0 0 20px;
  color: var(--cG-1);
}

.rec_interview-message picture {
  position: relative;
  flex: none;
  aspect-ratio: 4/3;
  width: 300px;
}

.rec_interview-message picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rec_interview-message .p {
  flex: 1;
  background: var(--color_type5);
}

@media screen and (max-width: 767px) {
  .rec_interview {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .rec_interview-staff li {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 20px;
    margin: 25px auto;
  }

  .rec_interview-staff li .text {
    text-align: center;
  }

  .rec_interview-staff h3 {
    font-size: 16px;
    margin: 0 auto 15px;
  }

  .rec_interview-staff h4 {
    font-size: 18px;
  }

  .rec_interview-staff p {
    text-align: left;
  }

  .rec_interview dl {
    grid-template-columns: 1fr;
    grid-template-areas:
      "img"
      "dt"
      "dd";
    gap: 15px;
    margin: 0 0 30px;
  }

  .rec_interview dl .img img {
    width: min(100%, 300px);
  }

  .rec_interview-message {
    gap: 15px;
    width: 100%;
    margin: 30px auto 0;
    padding: 20px;
    flex-flow: column;
  }

  .rec_interview-message picture {
    width: min(100%, 350px);
    margin: 0 auto;
  }
}

/*----------------------------------------
  福利厚生
----------------------------------------*/
.rec_welfare {
  padding-top: 80px;
  padding-bottom: 90px;
}

.rec_welfare-card {
  margin: 50px auto 0;
  padding: 0 5%;
}

.rec_welfare-card figure {
  aspect-ratio: 4/3;
  width: 400px;
  height: auto;
}
.rec_welfare-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rec_welfare-card dl {
  position: relative;
  z-index: 10;
  width: 80%;
  margin: -60px 5% 0 auto;
}

.rec_welfare-card dt {
  width: fit-content;
  padding: 5px 20px;
  background: var(--cG-1);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.rec_welfare-card dd {
  padding: 15px 20px;
  border: 1px solid var(--cG-1);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .rec_welfare {
    padding: 30px 5% 40px;
  }

  .rec_welfare-card {
    margin: 30px auto 0;
    padding: 0;
  }

  .rec_welfare-card figure {
    width: 95%;
  }

  .rec_welfare-card dl {
    width: 90%;
    margin: -50px 0 0 auto;
  }

  .rec_welfare-card dt {
    font-size: 16px;
  }
  .rec_welfare-card dd {
    padding: 10px 20px;
  }
}

/*----------------------------------------
  会社概要
----------------------------------------*/
.rec_comp {
  padding-top: 60px;
  padding-bottom: 20px;
}

.table-basic {
  max-width: 918px;
  width: 100%;
  margin: 50px auto;
  border-top: #ddd 1px solid;
}

.table-basic th {
  width: 30%;
  padding: 34px 30px;
  border-bottom: #ddd 1px solid;
  background: #f5f5f5;
  text-align: left;
  line-height: 1.75;
  white-space: nowrap;
}

.table-basic td {
  padding: 34px 30px;
  border-bottom: #ddd 1px solid;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .rec_comp {
    padding: 30px 0 20px;
  }

  .table-basic {
    margin: 30px auto;
  }

  .table-basic,
  .table-basic :is(table, tbody, tr, th, td) {
    display: block;
    width: 100%;
    border: none;
    white-space: inherit;
  }
  .table-basic :is(th, td) {
    padding: 15px 5%;
  }
  .table-basic :is(th) {
    border-top: #ddd 1px solid;
  }
}

/*----------------------------------------
  募集要項
----------------------------------------*/
.rec_summary {
  padding-top: 60px;
  padding-bottom: 1px;
  background: var(--cG-4);
}

.rec_summary .tit_D {
  color: var(--cK-1);
}
.rec_summary .tit_D i {
  background: var(--cK-1);
}

.rec_summary .table-basic {
  background: #fff;
  border-top: var(--cG-4) 1px solid;
}

.rec_summary .table-basic th {
  background: var(--cK-1);
  color: #fff;
  border-bottom: var(--cG-4) 1px solid;
}
.rec_summary .table-basic td {
  border-bottom: var(--cG-4) 1px solid;
}

@media screen and (max-width: 767px) {
  .rec_summary {
    padding-top: 30px;
  }
}

/*----------------------------------------
  エントリー
----------------------------------------*/
.rec_entry {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: var(--cG-4);
}

.rec_entry .tit_C {
  color: var(--cG-1);
  text-align: center;
}

.rec_entry .tit_C i {
  color: var(--cK-1);
}

.rec_entry .form {
  position: relative;
  width: 100%;
  margin: 50px auto;
  padding: 5vw 5%;
  background: #fff;
}

.rec_entry .table-basic {
  margin: 0 auto;
  border-top: none;
}

.rec_entry .table-basic th {
  gap: 10px;
  background: none;
  vertical-align: middle;
}

.rec_entry .table-basic th span {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 3px 10px;
  border-radius: 5px;
  background: var(--gray);
  color: #fff;
  font-size: 13px;
}
.rec_entry .table-basic th span.require {
  background: var(--cO-1);
}

.rec_entry .form h4 {
  margin: 0 0 15px;
  font-weight: bold;
  text-align: center;
}

.rec_entry .form .error_messe {
  margin: 8px 0;
  color: var(--cO-1);
}

.rec_entry :is(input[type="text"], textarea) {
  width: 100%;
  padding: 15px;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  outline: none;
  line-height: 1.5;
  appearance: none;
}

.rec_entry label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.rec_entry :is(button, input[type="submit"], input[type="button"]) {
  min-width: 250px;
  margin: 40px auto;
  border-radius: 0;
  border: 0 0 0 1px var(--cO-1);
  background: var(--cO-1);
  color: #fff;
  appearance: none;
  cursor: pointer;
}
.rec_entry :is(button, input[type="submit"], input[type="button"]):hover {
  background: #fff;
  box-shadow: 0 0 0 1px var(--cO-1);
  color: var(--cO-1);
}

.rec_entry input[type="button"].back {
  padding: 15px 30px;
  border: 1px solid var(--black);
  background: #fff;
  color: var(--black);
  cursor: pointer;
}
.rec_entry input[type="button"].back:hover {
  box-shadow: 0 0 0 1px var(--black);
}

.rec_entry input[type="text"].w5em {
  width: 5em;
}

.rec_entry .contact__form--policy {
  margin: 39px 0 57px;
  font-size: 14px;
  letter-spacing: 0.55px;
  line-height: 1.7;
}
.rec_entry .contact__form--policy strong {
  display: block;
  margin: 30px auto 1px;
  font-size: 1.2em;
}

.rec_entry .contact__form--policy .iframe_policy {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  margin: 15px auto;
  padding: 1px 20px 20px;
  border: 1px solid var(--gray);
}

.rec_entry .contact__form--policy .iframe_policy .privacy__part--title {
  font-weight: bold;
  font-size: 1.2em;
  margin: 30px auto 1px;
}

.rec_entry .contact__form--policy .title {
  background: #f5f5f5;
  padding: 10px;
  margin: 20px auto 10px;
  font-weight: bold;
}

.rec_entry .contact__form--confirm {
  margin-bottom: 40px;
}

.rec_entry .contact__form--confirm label {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 102px;
  padding: 0 18px;
  background: #f5f5f5;
  user-select: none;
}

@media screen and (max-width: 767px) {
  .rec_entry {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .rec_entry .table-basic :is(th, td) {
    padding: 15px 0;
  }

  .rec_entry .table-basic th {
    padding-bottom: 0;
  }

  .rec_entry .table-basic tr:first-child th {
    border-top: none;
  }

  .rec_entry .table-basic tr {
    padding: 8px 0;
  }

  .rec_entry .contact__form--policy {
    margin: 20px 0;
  }
}
