@charset "UTF-8";
/* CSS Document */ :root {
  --bg: #f8fafc;
  --ink: #0f172a;
  --muted: #475569;
  --brand: #0ea5e9;
  --accent: #22c55e;
  --line: #e2e8f0;
  --card: #ffffff;
  --cta: #2563eb;
  --cta-ink: #fff;
  --radius: 16px;
  --shadow: 0 8px 24px rgba(2, 6, 23, .08);
}
.row-recruit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*margin-right: -15px;
  margin-left: -15px;*/
  margin: 0 auto;
}
/* DATA
*/
.recruit-data {
  color: #32AC77;
}
.recruit-data h5 {
  font-family: "Noto Sans JP", serif;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-bottom: -10px;
}
.recruit-data .heading-1 {
  text-align: center;
  font-size: 70px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif; /* 正体フォント */
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: -10px auto;
}
.recruit-data .row-recruit .recruit-data-item {
  text-align: center;
  margin-bottom: 40px
}
.recruit-data .row-recruit .recruit-data-item img {
  width: 70px;
}
.recruit-data .row-recruit .recruit-data-item:nth-child(2) img {
  width: 70px;
}
.recruit-data .row-recruit .recruit-data-item:nth-child(3) img {
  width: 70px;
}
.recruit-data .row-recruit .recruit-data-item .row-recruit {
  align-items: baseline;
  margin-top: -13px;
  justify-content: center;
}
.recruit-data .row-recruit .recruit-data-item p {
  font-size: 15px;
  line-height: 100px;
  font-weight: bold;
  align-items: baseline
}
.data.function img {
  margin: 15px auto;
}
.staff-voice ul li {
  position: relative;
  margin: 4px 0 12px 4px;
  padding-left: 1.8em;
  font-size: 1.2rem;
  line-height: 1.6;
}
.staff-voice ul li::before {
  content: "";
  position: absolute;
  left: -0.1em;
  top: -0.1em;
  transform: scale(0.5);
  width: 2em;
  height: 2em;
  background-image: url("../images/maru-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.staff-voice ul li span {
  font-size: 0.9rem;
  display: inline-block; /* ← インラインブロック化 */
  vertical-align: middle; /* ← 親テキスト行の天地中央に */
  margin: 0 0 0.2em 0.2em;
}
@media (max-width: 767px) {
  .recruit-data h5 {
    font-size: 16px;
    margin-bottom: -15px;
  }
  .recruit-data .heading-1 {
    font-size: 55px;
    line-height: 1.4;
    margin: -10px auto;
  }
  .recruit-data .row-recruit .recruit-data-item:first-child {
    margin-bottom: 20px;
  }
  .recruit-data .row-recruit .recruit-data-item:nth-child(2) {
    margin-bottom: 20px;
  }
  .recruit-data .row-recruit .recruit-data-item .row-recruit {
    align-items: center;
    margin-top: -3px;
    justify-content: center;
  }
  .recruit-data .row-recruit .recruit-data-item p {
    font-size: 13px;
    line-height: 60px;
    align-items: baseline
  }
  .row-recruit {
    display: flex;
    flex-wrap: wrap; /* 折り返す */
    justify-content: center;
  }
  .row-recruit .recruit-data-item {
    width: 50%; /* 2列 */
    text-align: center; /* センター寄せ */
    margin-bottom: 20px; /* 下に余白 */
  }
  .counter-wrap {
    margin: 0 auto; /* 円を中央に */
  }
}
.col-half-2, .col-half-3 {
  position: relative;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2, .col-half-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3, .col-half-3 {
    flex: 0 0 33%;
    max-width: 30%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
* + .row-recruit {
  margin-top: 30px;
}
.block-image + p {
  margin-top: 30px;
}
* + .big {
  margin-top: 20px;
}
* + .text-block {
  margin-top: 30px;
}
* + .button {
  margin-top: 40px;
}
* + .form-comment {
  margin-top: 45px;
}
* + .button-link {
  margin-top: 30px;
}
* + .owl-carousel {
  margin-top: 30px;
}
.row-recruit + h3, .row-recruit + .heading-3 {
  margin-top: 80px;
}
.container + .container {
  margin-top: 35px;
}
.container + .container-fluid {
  margin-top: 35px;
}
.row-recruit + .row-recruit {
  margin-top: 35px;
}
@media (min-width: 1200px) {
  * + .rd-form {
    margin-top: 30px;
  }
  .container + .container {
    margin-top: 60px;
  }
  .row-recruit + .row-recruit {
    margin-top: 60px;
  }
}
.row-recruit-0 {
  margin-bottom: 0px;
}
.row-recruit-0:empty {
  margin-bottom: 0;
}
.row-recruit-0 > * {
  margin-bottom: 0px;
}
.row-recruit-15 {
  margin-bottom: -15px;
}
.row-recruit-15:empty {
  margin-bottom: 0;
}
.row-recruit-15 > * {
  margin-bottom: 15px;
}
.row-recruit-20 {
  margin-bottom: -20px;
}
.row-recruit-20:empty {
  margin-bottom: 0;
}
.row-recruit-20 > * {
  margin-bottom: 20px;
}
.row-recruit-30 {
  margin-bottom: -30px;
}
.row-recruit-30:empty {
  margin-bottom: 0;
}
.row-recruit-30 > * {
  margin-bottom: 30px;
}
.row-recruit-40 {
  margin-bottom: -40px;
}
.row-recruit-40:empty {
  margin-bottom: 0;
}
.row-recruit-40 > * {
  margin-bottom: 40px;
}
.row-recruit-50 {
  margin-bottom: -50px;
}
.row-recruit-50:empty {
  margin-bottom: 0;
}
.row-recruit-50 > * {
  margin-bottom: 50px;
}
.row-recruit-80 {
  margin-bottom: -80px;
}
.row-recruit-80:empty {
  margin-bottom: 0;
}
.row-recruit-80 > * {
  margin-bottom: 90px;
}
.row-recruit-90 {
  margin-bottom: -90px;
}
.row-recruit-90:empty {
  margin-bottom: 0;
}
.row-recruit-90 > * {
  margin-bottom: 90px;
}
.row-recruit-plus50 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .row-recruit-100 {
    margin-bottom: calc(-190/750 * 100vw);
  }
  .row-recruit-100:empty {
    margin-bottom: 0;
  }
  .row-recruit-100 > * {
    margin-bottom: calc(190/750 * 100vw);
  }
}
@media (min-width: 992px) {
  .row-recruit-md-30 {
    margin-bottom: -30px;
  }
  .row-recruit-md-30:empty {
    margin-bottom: 0;
  }
  .row-recruit-md-30 > * {
    margin-bottom: 30px;
  }
}
.counter-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 0 5px;
  vertical-align: middle;
  z-index: 0; /* stacking context を作る */
}
.counter-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #F9F7CA, #D9F787);
  border-radius: 50%;
  z-index: -1; /* 背景として数字の後ろに出す */
}
.counter {
  font-size: 2.5rem; /* 数字の大きさは調整してください */
  line-height: 1;
}
@media (max-width: 767px) {
  .row-recruit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .row-recruit .recruit-data-item {
    width: 50% !important; /* ← 強制的に2列 */
    max-width: 50% !important;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 979px) {
  .row-recruit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-items: center;
  }
  .row-recruit .recruit-data-item {
    width: auto !important; /* 幅指定をリセット */
    max-width: none !important;
  }
}
.counter-wrap {
  width: 150px;
  height: 150px;
}
.img-maru-l, .img-maru-r {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
}
.img-maru-l {
  margin: 55px 40px 75px -70px;
}
.img-maru-r {
  margin: 55px 40px 75px -10px;
}
.img-maru-l img, .img-maru-r img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .counter-wrap {
    width: 130px;
    height: 130px;
  }
  .img-maru-l, .img-maru-r {
    width: 130px;
    height: 130px;
  }
  .img-maru-l {
    margin: 100px 20px 100px -50px;
  }
  .img-maru-r {
    margin: 100px -20px 100px auto;
  }
}
@media (max-width: 979px) {
  .counter-wrap {
    width: 130px;
    height: 130px;
  }
  .img-maru-l, .img-maru-r {
    width: 130px;
    height: 130px;
  }
  .img-maru-l {
    margin: 120px 40px 120px -70px;
  }
  .img-maru-r {
    margin: 120px 10px 120px -10px;
  }
}
@media (max-width: 767px) {
  .recruit .grid_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-items: center;
  }
  .img-maru-l, .img-maru-r {
    width: 160px;
    height: 160px;
  }
  .img-maru-l {
    margin: -50px auto 60px;
  }
  .img-maru-r {
    margin: -2px auto -10px;
  }
  .counter-wrap {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 480px) {
  .counter-wrap {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: auto;
    height: 114%;
  }
}
.recruit-data .heading-1 {
  font-size: clamp(1.9rem, 4vw, 3rem);
}