@charset "UTF-8";
/* production date 2025/11/10 ~ 2026/01/19 */
/* 採用ページ用 scss */
/*----------------------------------------------------------------------------------------------------------------
media query
----------------------------------------------------------------------------------------------------------------*/
/* variable declaration */
/* main margin */
/* main padding */
/*----------------------------------------------------------------------------------------------------------------
variable declaration / mixin
----------------------------------------------------------------------------------------------------------------*/
/* color */
/* gradient */
/* underline */
/* drop-shadow */
/* tx drop-shadow */
/* font */
/* hover transition */
/* img */
/*----------------------------------------------------------------------------------------------------------------
fv
----------------------------------------------------------------------------------------------------------------*/
/* fv block */
.recruit_fv_block {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 10;
}
.recruit_fv_block__inner {
  position: relative;
  width: 100%;
  height: 88vh;
  background: linear-gradient(90deg, #00BAA5 0%, #B4D700 100%);
}
@media screen and (max-width: 992px) {
  .recruit_fv_block__inner {
    margin-top: 72px;
    height: calc(88vh - 72px);
  }
}
@media screen and (max-width: 576px) {
  .recruit_fv_block__inner {
    margin-top: 64px;
    height: calc(88vh - 64px);
  }
}
.recruit_fv_block__copyBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 10vh;
  margin-left: 66px;
}
@media screen and (max-width: 768px) {
  .recruit_fv_block__copyBox {
    margin-left: 50px;
  }
}
@media screen and (max-width: 576px) {
  .recruit_fv_block__copyBox {
    height: 18vw;
    margin-left: 50px;
  }
}
@media screen and (max-width: 400px) {
  .recruit_fv_block__copyBox {
    height: 22vw;
    margin-left: 30px;
  }
}
.recruit_fv_block__copy {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 576px) {
  .recruit_fv_block__copy {
    font-size: 18px;
    line-height: 24px;
  }
}
.recruit_fv_block__copy span {
  padding-bottom: 0 !important;
}
.recruit_fv_block__imgBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 78vh;
}
@media screen and (max-width: 992px) {
  .recruit_fv_block__imgBox {
    height: 82vh;
  }
}
@media screen and (max-width: 576px) {
  .recruit_fv_block__imgBox {
    height: 76vh;
  }
}
@media screen and (max-width: 400px) {
  .recruit_fv_block__imgBox {
    height: 72vh;
  }
}
.recruit_fv_block__bottomBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 12vh;
  padding-left: 56px;
  z-index: 10 !important;
}
@media screen and (max-width: 992px) {
  .recruit_fv_block__bottomBox {
    display: block;
    height: 8vh;
    padding-top: 4vh;
  }
}
@media screen and (max-width: 576px) {
  .recruit_fv_block__bottomBox {
    height: 6vh;
    padding-left: 50px;
  }
}
@media screen and (max-width: 400px) {
  .recruit_fv_block__bottomBox {
    padding-left: 30px;
  }
}

/* scroll-infinity */
.interview-scroll-infinity {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 78vh;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .interview-scroll-infinity {
    height: 82vh;
  }
}
@media screen and (max-width: 576px) {
  .interview-scroll-infinity {
    height: 76vh;
  }
}
@media screen and (max-width: 400px) {
  .interview-scroll-infinity {
    height: 72vh;
  }
}
.interview-scroll-infinity__wrap {
  position: absolute;
  overflow: hidden;
  display: flex;
  width: fit-content;
  height: auto;
  gap: 5px;
}
.interview-scroll-infinity__list {
  position: relative;
  overflow: hidden;
  display: flex;
  width: fit-content;
  height: auto;
  gap: 5px;
  list-style: none;
  z-index: 10;
}
.interview-scroll-infinity__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.interview-scroll-infinity__itemBox {
  position: relative;
  overflow: hidden;
  width: 22vw;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .interview-scroll-infinity__itemBox {
    width: 24vw;
  }
}
@media screen and (max-width: 1200px) {
  .interview-scroll-infinity__itemBox {
    width: 28vw;
  }
}
@media screen and (max-width: 992px) {
  .interview-scroll-infinity__itemBox {
    width: 32vw;
  }
}
@media screen and (max-width: 768px) {
  .interview-scroll-infinity__itemBox {
    width: 42vw;
  }
}
@media screen and (max-width: 576px) {
  .interview-scroll-infinity__itemBox {
    width: 52vw;
  }
}
@media screen and (max-width: 400px) {
  .interview-scroll-infinity__itemBox {
    width: 60vw;
  }
}
.interview-scroll-infinity__itemBox a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.interview-scroll-infinity__itemBox a:hover .interview-scroll-infinity__img img, .interview-scroll-infinity__itemBox a:focus .interview-scroll-infinity__img img {
  transform: scale(1.05);
}
.interview-scroll-infinity__itemBox a:hover .interview-scroll-infinity__img, .interview-scroll-infinity__itemBox a:focus .interview-scroll-infinity__img {
  filter: brightness(90%);
}
.interview-scroll-infinity__tx {
  position: absolute;
  top: 33px;
  right: 28px;
  width: 100%;
  height: auto;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.7px;
  writing-mode: vertical-rl;
  text-shadow: 0px 0px 6px rgba(55, 72, 90, 0.4) !important;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .interview-scroll-infinity__tx {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 576px) {
  .interview-scroll-infinity__tx {
    top: 24px;
    right: 18px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1.5px;
  }
}
.interview-scroll-infinity__img {
  position: relative;
  width: 100%;
  height: 78vh;
  z-index: 10;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 992px) {
  .interview-scroll-infinity__img {
    height: 82vh;
  }
}
@media screen and (max-width: 576px) {
  .interview-scroll-infinity__img {
    height: 76vh;
  }
}
@media screen and (max-width: 400px) {
  .interview-scroll-infinity__img {
    height: 72vh;
  }
}
.interview-scroll-infinity__img img {
  position: absolute;
  width: 100%;
  height: 78vh;
  object-fit: cover;
  z-index: 10;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 992px) {
  .interview-scroll-infinity__img img {
    height: 82vh;
  }
}
@media screen and (max-width: 576px) {
  .interview-scroll-infinity__img img {
    height: 76vh;
  }
}
@media screen and (max-width: 400px) {
  .interview-scroll-infinity__img img {
    height: 72vh;
  }
}
.interview-scroll-infinity__overlayBg {
  position: absolute;
  width: calc(100% + 0.5px);
  height: 78vh;
  z-index: 11;
  background: linear-gradient(130deg, rgba(180, 215, 0, 0) 0%, rgba(159, 212, 19, 0.12) 23.56%, rgba(148, 210, 29, 0.18) 41.35%, rgba(126, 206, 50, 0.3) 53.37%, rgba(109, 204, 65, 0.4) 67.79%, rgba(72, 198, 99, 0.6) 77.88%, rgba(37, 192, 131, 0.79) 87.5%, #00BAA5 100%);
  mix-blend-mode: screen;
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .interview-scroll-infinity__overlayBg {
    height: 82vh;
  }
}
@media screen and (max-width: 576px) {
  .interview-scroll-infinity__overlayBg {
    height: 76vh;
  }
}
@media screen and (max-width: 400px) {
  .interview-scroll-infinity__overlayBg {
    height: 72vh;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* recruitNews */
.recruitNews-card-style {
  width: 180vw;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1400px) {
  .recruitNews-card-style {
    width: 280vw;
  }
}
@media screen and (max-width: 1200px) {
  .recruitNews-card-style {
    width: 300vw;
  }
}
@media screen and (max-width: 992px) {
  .recruitNews-card-style {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
}
@media screen and (max-width: 400px) {
  .recruitNews-card-style {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
}
.recruitNews-card-style__inner {
  width: 100%;
  height: auto;
}
.recruitNews-card-style__inner a {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 18px 30px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 992px) {
  .recruitNews-card-style__inner a {
    display: block;
    padding: 28px 30px 12px;
  }
}
.recruitNews-card-style__inner a svg {
  flex-shrink: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.recruitNews-card-style__inner a:hover, .recruitNews-card-style__inner a:focus {
  background: #FFF;
}
.recruitNews-card-style__inner a:hover .news_title--s, .recruitNews-card-style__inner a:focus .news_title--s {
  letter-spacing: 0.06em;
}
.recruitNews-card-style__inner a:hover svg, .recruitNews-card-style__inner a:focus svg {
  color: #00BAA5;
  transform: translateX(-10px);
}
.recruitNews-card-style .title-style--s {
  font-size: 16px !important;
  white-space: nowrap;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 992px) {
  .recruitNews-card-style .title-style--s {
    padding: 0 0 10px 0;
  }
}
.recruitNews-card-style__txBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .recruitNews-card-style__txBox {
    padding: 20px 0px;
    gap: 0px;
  }
}
.recruitNews-card-style__flexBox {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .recruitNews-card-style__flexBox {
    display: inline-block;
    gap: 0px;
  }
}
.recruitNews-card-style__spFlexBox {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .recruitNews-card-style__spFlexBox {
    display: flex;
    justify-content: start;
    gap: 20px;
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------------------------------------------------------------------
sabMv
----------------------------------------------------------------------------------------------------------------*/
/* sabCopy */
.recruitSabCopy_block {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding: 180px 0 180px 347px;
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block {
    padding: 100px 0 180px 347px;
  }
}
@media screen and (max-width: 992px) {
  .recruitSabCopy_block {
    padding: 80px 0px 150px 120px;
  }
}
@media screen and (max-width: 768px) {
  .recruitSabCopy_block {
    padding: 80px 100px 130px 100px;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block {
    padding: 60px 50px 130px 50px;
  }
}
@media screen and (max-width: 400px) {
  .recruitSabCopy_block {
    padding: 60px 30px 100px 30px;
  }
}
.recruitSabCopy_block__inner {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .recruitSabCopy_block__inner {
    display: grid;
  }
}
.recruitSabCopy_block__inner {
  /* copy */
}
.recruitSabCopy_block__inner--left {
  position: relative;
  width: 52%;
  height: auto;
  z-index: 10;
  order: 2;
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__inner--left {
    width: 100%;
    padding-top: 42vw;
  }
}
@media screen and (max-width: 992px) {
  .recruitSabCopy_block__inner--left {
    padding-top: 52vw;
  }
}
@media screen and (max-width: 768px) {
  .recruitSabCopy_block__inner--left {
    padding-top: 50vw;
  }
}
@media screen and (max-width: 600px) {
  .recruitSabCopy_block__inner--left {
    padding-top: 55vw;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__inner--left {
    padding-top: 62vw;
  }
}
@media screen and (max-width: 450px) {
  .recruitSabCopy_block__inner--left {
    padding-top: 74vw;
  }
}
@media screen and (max-width: 400px) {
  .recruitSabCopy_block__inner--left {
    padding-top: 84vw;
  }
}
.recruitSabCopy_block__inner {
  /* img */
}
.recruitSabCopy_block__inner--right {
  position: relative;
  right: 0;
  width: 48%;
  height: auto;
  z-index: 0;
  order: 1;
}
@media screen and (max-width: 1400px) {
  .recruitSabCopy_block__inner--right {
    right: -20px;
  }
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__inner--right {
    width: 100%;
    right: 0px;
  }
}
.recruitSabCopy_block {
  /* recruit message, credoBtn */
}
.recruitSabCopy_block__underInner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  /* recruit message */
}
.recruitSabCopy_block__underInner--flexBox {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  height: auto;
  margin: 300px 0 0;
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__underInner--flexBox {
    display: block;
    gap: 0;
    margin: 0;
  }
}
.recruitSabCopy_block__underInner--left {
  width: 50%;
  height: auto;
  z-index: 110;
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__underInner--left {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  .recruitSabCopy_block__underInner--left {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__underInner--left {
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .recruitSabCopy_block__underInner--left {
    padding: 0 0 0 30px;
  }
}
.recruitSabCopy_block__underInner--left .title-style--l {
  margin-left: 0 !important;
}
.recruitSabCopy_block__underInner--left .title-style--l .h2_inner__tx {
  font-size: 128px;
  letter-spacing: 10.24px;
}
@media screen and (max-width: 1400px) {
  .recruitSabCopy_block__underInner--left .title-style--l .h2_inner__tx {
    font-size: 110px;
    letter-spacing: 8.5px;
  }
}
@media screen and (max-width: 768px) {
  .recruitSabCopy_block__underInner--left .title-style--l .h2_inner__tx {
    font-size: 90px;
    letter-spacing: 7px;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__underInner--left .title-style--l .h2_inner__tx {
    font-size: 80px;
    letter-spacing: 5px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 480px) {
  .recruitSabCopy_block__underInner--left .title-style--l .h2_inner__tx {
    font-size: 72px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 400px) {
  .recruitSabCopy_block__underInner--left .title-style--l .h2_inner__tx {
    font-size: 64px;
    letter-spacing: 3px;
  }
}
.recruitSabCopy_block__underInner--left .title-style--l .tx_inner--left {
  margin-left: 0 !important;
}
@media screen and (max-width: 1400px) {
  .recruitSabCopy_block__underInner--left .title-style--l .tx_inner__tx {
    width: calc(100% + 70px);
    margin-left: -70px !important;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__underInner--left .title-style--l .tx_inner__tx {
    width: calc(100% + 80px) !important;
    margin-left: -50px !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 400px) {
  .recruitSabCopy_block__underInner--left .title-style--l .tx_inner__tx {
    width: calc(100% + 40px) !important;
    margin-left: -43px !important;
  }
}
.recruitSabCopy_block__underInner--right {
  display: flex;
  flex: 1;
  justify-content: center;
  width: 50%;
  height: auto;
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .recruitSabCopy_block__underInner--right {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__underInner--right {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__underInner__profileInner--sp {
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: -50px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 576px) {
  .recruitSabCopy_block__underInner__profileInner--sp {
    margin-left: -40px;
  }
}
.recruitSabCopy_block__underInner__profileBox {
  position: absolute;
  margin-top: 60px;
  z-index: 101;
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__underInner__profileBox {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) {
  .recruitSabCopy_block__underInner__profileBox {
    margin: 0px auto 0;
  }
}
.recruitSabCopy_block__underInner__profileBox--img {
  width: 300px;
  height: auto;
  margin-bottom: 20px;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 1400px) {
  .recruitSabCopy_block__underInner__profileBox--img {
    width: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__underInner__profileBox--img {
    width: 250px;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .recruitSabCopy_block__underInner__profileBox--img {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .recruitSabCopy_block__underInner__profileBox--img {
    width: 220px;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__underInner__profileBox--img {
    width: 210px;
  }
}
.recruitSabCopy_block__underInner__profileBox--img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/4;
}
.recruitSabCopy_block__underInner__profileBox--tx {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__underInner__profileBox--tx {
    position: relative;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  .recruitSabCopy_block__underInner__profileBox--tx {
    margin-bottom: 40px;
  }
}
.recruitSabCopy_block__underInner__profileBox--name {
  color: #FFF;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
}
.recruitSabCopy_block__underInner__profileBox--name span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__underInner__profileBox--name span {
    display: block;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__underInner__profileBox--name {
    line-height: 1.4;
  }
}
.recruitSabCopy_block__underInner__profileBox--eng {
  color: #FFF;
  text-align: right;
  font-family: "Roboto";
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__underInner__profileBox--eng {
    padding-top: 6px;
  }
}
.recruitSabCopy_block {
  /* first copy */
}
.recruitSabCopy_block__txBox {
  position: relative;
  top: 140px;
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__txBox {
    top: 0;
  }
}
.recruitSabCopy_block__tx--l {
  line-height: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__tx--l {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 992px) {
  .recruitSabCopy_block__tx--l {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .recruitSabCopy_block__tx--l {
    line-height: 30px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__tx--l {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 400px) {
  .recruitSabCopy_block__tx--l {
    margin-bottom: 60px;
  }
}
.recruitSabCopy_block__tx--l .span--l {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 98px;
  letter-spacing: 7px;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .recruitSabCopy_block__tx--l .span--l {
    font-size: 64px;
    line-height: 84px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 768px) {
  .recruitSabCopy_block__tx--l .span--l {
    font-size: 54px;
    line-height: 74px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__tx--l .span--l {
    font-size: 44px;
    line-height: 62px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 400px) {
  .recruitSabCopy_block__tx--l .span--l {
    font-size: 44px;
    line-height: 62px;
    letter-spacing: 2px;
  }
}
.recruitSabCopy_block__tx--l .span--s {
  display: inline-block;
  color: #FFF;
  font-family: "Roboto";
  font-size: 15px;
  line-height: var(--Static-Display-Medium-Line-Height, 80px);
  letter-spacing: 1.2px;
}
@media screen and (max-width: 992px) {
  .recruitSabCopy_block__tx--l .span--s {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .recruitSabCopy_block__tx--l .span--s {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__tx--l .span--s {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}
.recruitSabCopy_block {
  /* credoBtn */
}
.recruitSabCopy_block__credoBtnBox {
  display: block;
  text-align: start;
  margin-top: 80px;
  margin-left: 75px;
}
@media screen and (max-width: 1400px) {
  .recruitSabCopy_block__credoBtnBox {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .recruitSabCopy_block__credoBtnBox {
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__credoBtnBox {
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .recruitSabCopy_block__credoBtnBox .btn_style--credo-l {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  .recruitSabCopy_block__credoBtnBox .btn_style--credo-l {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__credoBtnBox .btn_style--credo-l {
    width: 400px;
  }
}
@media screen and (max-width: 450px) {
  .recruitSabCopy_block__credoBtnBox .btn_style--credo-l {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .recruitSabCopy_block__credoBtnBox .btn_style--credo-l a {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__credoBtnBox .btn_style--credo-l a {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 450px) {
  .recruitSabCopy_block__credoBtnBox .btn_style--credo-l a {
    padding: 30px 30px;
  }
}
.recruitSabCopy_block__credoBtnBox .btn_style--credo-l a .img_inner {
  width: 100px;
  height: auto;
  margin-right: 80px;
  z-index: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 768px) {
  .recruitSabCopy_block__credoBtnBox .btn_style--credo-l a .img_inner {
    width: 80px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__credoBtnBox .btn_style--credo-l a .img_inner {
    width: 100px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 450px) {
  .recruitSabCopy_block__credoBtnBox .btn_style--credo-l a .img_inner {
    width: 120px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 400px) {
  .recruitSabCopy_block__credoBtnBox .btn_style--credo-l a .img_inner {
    width: 100px;
  }
}
.recruitSabCopy_block__credoBtnBox .btn_style--credo-l a .img_inner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.recruitSabCopy_block__img_inner {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.recruitSabCopy_block__imgBox {
  position: relative;
}
.recruitSabCopy_block__img {
  position: absolute;
}
.recruitSabCopy_block__img img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.recruitSabCopy_block__img_overlayBg {
  position: absolute;
  width: calc(100% + 0px);
  height: 100%;
  z-index: 2;
  background: linear-gradient(130deg, rgba(180, 215, 0, 0) 0%, rgba(159, 212, 19, 0.12) 23.56%, rgba(148, 210, 29, 0.18) 41.35%, rgba(126, 206, 50, 0.3) 53.37%, rgba(109, 204, 65, 0.4) 67.79%, rgba(72, 198, 99, 0.6) 77.88%, rgba(37, 192, 131, 0.79) 87.5%, #00BAA5 100%);
  mix-blend-mode: screen;
  opacity: 0.8;
}
.recruitSabCopy_block {
  /* right img */
}
.recruitSabCopy_block__img01--position {
  top: 0;
  right: 30vw;
  width: 210px;
  height: auto;
  aspect-ratio: 3/2;
  z-index: 3;
  opacity: 0.8;
}
.recruitSabCopy_block__img01--position img {
  aspect-ratio: 3/2;
}
@media screen and (max-width: 1600px) {
  .recruitSabCopy_block__img01--position {
    right: 26vw;
    width: 200px;
  }
}
@media screen and (max-width: 1400px) {
  .recruitSabCopy_block__img01--position {
    right: 22vw;
    width: 190px;
  }
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__img01--position {
    right: 28vw;
    width: 160px;
  }
}
@media screen and (max-width: 992px) {
  .recruitSabCopy_block__img01--position {
    right: 35vw;
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .recruitSabCopy_block__img01--position {
    right: 45vw;
    width: 140px;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__img01--position {
    right: 50vw;
    width: 130px;
  }
}
.recruitSabCopy_block__img02--position {
  top: 11vw;
  right: 16vw;
  width: 270px;
  height: auto;
  aspect-ratio: 3/4;
  z-index: 5;
}
.recruitSabCopy_block__img02--position img {
  aspect-ratio: 3/4;
}
@media screen and (max-width: 1600px) {
  .recruitSabCopy_block__img02--position {
    top: 12vw;
    right: 12vw;
    width: 270px;
  }
}
@media screen and (max-width: 1400px) {
  .recruitSabCopy_block__img02--position {
    top: 14vw;
    right: 12vw;
    width: 240px;
  }
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__img02--position {
    top: 14vw;
    right: 10vw;
    width: 230px;
  }
}
@media screen and (max-width: 992px) {
  .recruitSabCopy_block__img02--position {
    top: 18vw;
    right: 18vw;
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .recruitSabCopy_block__img02--position {
    top: 19vw;
    right: 12vw;
    width: 190px;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__img02--position {
    top: 22vw;
    right: 12vw;
    width: 170px;
  }
}
@media screen and (max-width: 400px) {
  .recruitSabCopy_block__img02--position {
    top: 29vw;
    right: 14vw;
    width: 160px;
  }
}
.recruitSabCopy_block__img03--position {
  top: 5vw;
  right: 5vw;
  width: 230px;
  height: auto;
  aspect-ratio: 3/4;
  z-index: 4;
  opacity: 0.9;
}
.recruitSabCopy_block__img03--position img {
  aspect-ratio: 3/4;
}
@media screen and (max-width: 1600px) {
  .recruitSabCopy_block__img03--position {
    top: 3vw;
    right: 0;
    width: 210px;
  }
}
@media screen and (max-width: 1400px) {
  .recruitSabCopy_block__img03--position {
    top: 3vw;
    right: -20px;
    width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__img03--position {
    right: 0;
    width: 190px;
  }
}
@media screen and (max-width: 992px) {
  .recruitSabCopy_block__img03--position {
    top: 3vw;
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .recruitSabCopy_block__img03--position {
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__img03--position {
    width: 130px;
  }
}
@media screen and (max-width: 400px) {
  .recruitSabCopy_block__img03--position {
    top: 5vw;
    width: 120px;
  }
}
.recruitSabCopy_block__bgBox {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}
.recruitSabCopy_block__bg {
  position: absolute;
  top: -42px;
  right: -20vw;
  width: 800px;
  height: 800px;
  border-radius: 100%;
  opacity: 0.8;
  background: radial-gradient(50% 50% at 50% 50%, rgba(180, 215, 0, 0) 87.5%, #B4D700 100%);
}
@media screen and (max-width: 1400px) {
  .recruitSabCopy_block__bg {
    top: -120px;
    width: 700px;
    height: 700px;
  }
}
@media screen and (max-width: 1200px) {
  .recruitSabCopy_block__bg {
    top: -100px;
    right: -20vw;
    width: 550px;
    height: 550px;
  }
}
@media screen and (max-width: 992px) {
  .recruitSabCopy_block__bg {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .recruitSabCopy_block__bg {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .recruitSabCopy_block__bg {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 400px) {
  .recruitSabCopy_block__bg {
    width: 300px;
    height: 300px;
  }
}

/*----------------------------------------------------------------------------------------------------------------
message
----------------------------------------------------------------------------------------------------------------*/
.message_block {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  z-index: 100;
}
.message_block__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  height: auto;
  margin: 0 0 180px 170px;
}
@media screen and (max-width: 1200px) {
  .message_block__inner {
    display: block;
    gap: 0;
  }
}
@media screen and (max-width: 992px) {
  .message_block__inner {
    margin: 0 0 150px 120px;
  }
}
@media screen and (max-width: 768px) {
  .message_block__inner {
    margin: 0 0 130px 100px;
  }
}
@media screen and (max-width: 576px) {
  .message_block__inner {
    margin: 0 0 130px 50px;
  }
}
@media screen and (max-width: 400px) {
  .message_block__inner {
    margin: 0 0 100px 30px;
  }
}
.message_block__inner--left {
  width: calc(55% - 170px);
  height: auto;
  z-index: 110;
}
@media screen and (max-width: 1200px) {
  .message_block__inner--left {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  .message_block__inner--left {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 650px) {
  .message_block__inner--left {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 576px) {
  .message_block__inner--left {
    width: calc(100% - 26px);
  }
}
@media screen and (max-width: 400px) {
  .message_block__inner--left {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .message_block__inner--left .tx_inner__tx {
    margin-left: -50px;
  }
}
@media screen and (max-width: 400px) {
  .message_block__inner--left .tx_inner__tx {
    width: calc(100% + 24px);
  }
}
.message_block__inner--right {
  display: flex;
  flex: 1;
  justify-content: center;
  width: 40%;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .message_block__inner--right {
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .message_block__inner--right {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .message_block__profileInner--sp {
    display: flex;
    justify-content: center;
  }
}
.message_block__profileBox {
  position: absolute;
  margin-top: 60px;
  z-index: 101;
}
@media screen and (max-width: 1200px) {
  .message_block__profileBox {
    position: absolute;
    display: inline-block;
    text-align: center;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) {
  .message_block__profileBox {
    margin: 0px auto 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .message_block__profileBox {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 650px) {
  .message_block__profileBox {
    margin-left: -30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 576px) {
  .message_block__profileBox {
    margin-left: -80px;
  }
}
.message_block__profileBox--img {
  width: 300px;
  height: auto;
  margin-bottom: 20px;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 1400px) {
  .message_block__profileBox--img {
    width: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .message_block__profileBox--img {
    width: 260px;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .message_block__profileBox--img {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .message_block__profileBox--img {
    width: 220px;
  }
}
@media screen and (max-width: 576px) {
  .message_block__profileBox--img {
    width: 210px;
  }
}
.message_block__profileBox--img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/4;
}
.message_block__profileBox--tx {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
}
.message_block__profileBox--name {
  color: #FFF;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1200px) {
  .message_block__profileBox--name {
    text-align: center;
  }
}
.message_block__profileBox--name span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.4px;
}
.message_block__profileBox--eng {
  color: #FFF;
  text-align: right;
  font-family: "Roboto";
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1200px) {
  .message_block__profileBox--eng {
    text-align: center;
  }
}
.message_block__bgBox {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .message_block__bgBox {
    width: calc(100% + 250px);
    padding: 200px 0 60px;
    margin-left: -100px;
  }
}
@media screen and (max-width: 992px) {
  .message_block__bgBox {
    padding: 150px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .message_block__bgBox {
    width: calc(100% + 240px);
    margin-left: -100px;
  }
}
@media screen and (max-width: 576px) {
  .message_block__bgBox {
    width: calc(100% + 140px);
    margin-left: -100px;
    padding: 180px 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .message_block__bgBox {
    width: calc(100% + 100px);
  }
}
.message_block__bg {
  position: absolute;
  top: 200px;
  right: 0;
  width: 100%;
  height: 410px;
}
@media screen and (max-width: 1200px) {
  .message_block__bg {
    position: relative;
    top: 0;
    height: 340px;
  }
}
@media screen and (max-width: 992px) {
  .message_block__bg {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .message_block__bg {
    height: 260px;
  }
}
@media screen and (max-width: 576px) {
  .message_block__bg {
    height: 222px;
  }
}

/*----------------------------------------------------------------------------------------------------------------
interview
----------------------------------------------------------------------------------------------------------------*/
/* 職員インタビュー */
.interview_block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.interview_block__inner {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 160px 0 160px 347px;
}
@media screen and (max-width: 1200px) {
  .interview_block__inner {
    padding: 160px 0 160px 347px;
  }
}
@media screen and (max-width: 992px) {
  .interview_block__inner {
    padding: 150px 0 150px 0px;
  }
}
@media screen and (max-width: 768px) {
  .interview_block__inner {
    padding: 120px 0 120px 0px;
  }
}
@media screen and (max-width: 576px) {
  .interview_block__inner {
    padding: 100px 0 100px 0px;
  }
}
@media screen and (max-width: 400px) {
  .interview_block__inner {
    padding: 90px 0 90px 0px;
  }
}
.interview_block__txInner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-right: 150px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .interview_block__txInner {
    display: block;
    margin-right: 120px;
  }
}
@media screen and (max-width: 992px) {
  .interview_block__txInner {
    margin-right: 0px;
    padding: 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .interview_block__txInner {
    padding: 0 100px;
  }
}
@media screen and (max-width: 576px) {
  .interview_block__txInner {
    padding: 0 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 400px) {
  .interview_block__txInner {
    padding: 0 30px;
  }
}
.interview_block__txInner p {
  width: 30vw;
}
@media screen and (max-width: 1200px) {
  .interview_block__txInner p {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .interview_block__txInner p {
    margin-top: 20px;
  }
}
.interview_block__card_inner {
  position: relative;
  width: 100%;
  height: 110%;
}
.interview_block {
  /* view more ボタンインナー */
}
.interview_block__btnInner {
  display: flex;
  justify-content: end;
  padding: 80px 150px 0 0;
}
@media screen and (max-width: 992px) {
  .interview_block__btnInner {
    padding: 80px 120px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .interview_block__btnInner {
    padding: 120px 100px 0 0;
  }
}
@media screen and (max-width: 576px) {
  .interview_block__btnInner {
    padding: 100px 50px 0 0;
  }
}
@media screen and (max-width: 400px) {
  .interview_block__btnInner {
    padding: 100px 30px 0 0;
  }
}

/* slickのはみ出し防止 */
.interview-cardStyle__wrap .slick-list {
  overflow: hidden !important;
}

.interview-cardStyle__wrap .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

/* slide自体に余計な幅を持たせない */
.interview-cardStyle__wrap .slick-slide {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* slick-slide */
.interview-cardStyle__wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  height: auto;
  margin: 0 auto;
  /* dots */
}
.interview-cardStyle__wrap .slick-dots {
  position: relative;
  top: 60px;
  display: flex !important;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: auto;
  gap: 16px;
}
.interview-cardStyle__wrap .slick-dots li {
  width: 5px;
  height: 5px;
  margin: 0;
  padding: 0;
  background: rgb(160, 229, 222);
  list-style: none;
  line-height: 0;
}
.interview-cardStyle__wrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}
.interview-cardStyle__wrap .slick-dots .slick-active {
  background: #00BAA5;
}
.interview-cardStyle__wrap .slick-dots li::before, .interview-cardStyle__wrap .slick-dots li::after {
  content: none !important;
}
.interview-cardStyle__wrap {
  /* arrows */
}
.interview-cardStyle__wrap .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  z-index: 10000;
}
@media screen and (max-width: 576px) {
  .interview-cardStyle__wrap .slick-arrow {
    top: 65%;
  }
}
.interview-cardStyle__wrap .slick-prev {
  left: 100px !important;
}
@media screen and (max-width: 576px) {
  .interview-cardStyle__wrap .slick-prev {
    left: 80px !important;
  }
}
@media screen and (max-width: 500px) {
  .interview-cardStyle__wrap .slick-prev {
    left: 50px !important;
  }
}
@media screen and (max-width: 450px) {
  .interview-cardStyle__wrap .slick-prev {
    left: 30px !important;
  }
}
@media screen and (max-width: 400px) {
  .interview-cardStyle__wrap .slick-prev {
    left: 20px !important;
  }
}
.interview-cardStyle__wrap .slick-next {
  right: 100px !important;
}
@media screen and (max-width: 576px) {
  .interview-cardStyle__wrap .slick-next {
    right: 80px !important;
  }
}
@media screen and (max-width: 500px) {
  .interview-cardStyle__wrap .slick-next {
    right: 50px !important;
  }
}
@media screen and (max-width: 450px) {
  .interview-cardStyle__wrap .slick-next {
    right: 30px !important;
  }
}
@media screen and (max-width: 400px) {
  .interview-cardStyle__wrap .slick-next {
    right: 20px !important;
  }
}
.interview-cardStyle__wrap .slick-prev::before,
.interview-cardStyle__wrap .slick-next::before {
  content: none;
}
.interview-cardStyle__wrap .slick-prev.arrow-style,
.interview-cardStyle__wrap .slick-next.arrow-style {
  background-color: #00BAA5;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="10" viewBox="0 0 7 10"><path d="M0.791504 0.530334L5.08255 4.82139L0.530339 9.3736" stroke="%23ffffff" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 12px 16px;
  opacity: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 576px) {
  .interview-cardStyle__wrap .slick-prev.arrow-style,
  .interview-cardStyle__wrap .slick-next.arrow-style {
    background-size: 10px 14px;
    opacity: 0.8;
  }
}
.interview-cardStyle__wrap .slick-prev.arrow-style:hover, .interview-cardStyle__wrap .slick-prev.arrow-style:focus,
.interview-cardStyle__wrap .slick-next.arrow-style:hover,
.interview-cardStyle__wrap .slick-next.arrow-style:focus {
  opacity: 0.5;
}
.interview-cardStyle__wrap .slick-prev.arrow-style {
  background-position: 21px 18px;
  transform: translateY(-50%) rotate(180deg);
}
.interview-cardStyle__wrap .slick-next.arrow-style {
  background-position: 21px 18px;
}

/* interview-cardStyle */
.interview-cardStyle__slick-slide {
  position: relative;
  display: block;
  width: 300px;
  text-align: center;
}
.interview-cardStyle__slick-slide a {
  position: relative;
  display: inline-block;
  width: 300px;
  height: auto;
  padding: 35px 0 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.interview-cardStyle__slick-slide a:hover, .interview-cardStyle__slick-slide a:focus {
  opacity: 0.6;
}
.interview-cardStyle__slick-slide a:hover .interview-cardStyle__slick-slide--thumbnail img, .interview-cardStyle__slick-slide a:focus .interview-cardStyle__slick-slide--thumbnail img {
  transform: scale(1.08);
}
.interview-cardStyle__slick-slide--upperBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 60px;
  z-index: 1000;
}
.interview-cardStyle__slick-slide--copy {
  position: absolute;
  display: flex;
  gap: 10px;
  top: -35px;
  right: 0px;
}
@media screen and (max-width: 576px) {
  .interview-cardStyle__slick-slide--copy {
    top: -45px;
  }
}
.interview-cardStyle__slick-slide--copy p {
  color: #37485A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: start;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: "palt";
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 7px 8px 8px;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .interview-cardStyle__slick-slide--copy p {
    font-size: 20px;
    letter-spacing: 0.04em;
  }
}
.interview-cardStyle__slick-slide--thumbnail {
  position: relative;
  overflow: hidden;
  inset: 0;
  max-width: 350px;
  min-width: 300px;
  width: auto;
  height: auto;
  aspect-ratio: 3/4;
  z-index: 0;
  box-shadow: 2px 3px 6px 0 rgba(55, 72, 90, 0.1);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.interview-cardStyle__slick-slide--thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.interview-cardStyle__slick-slide--overlayBg {
  position: absolute;
  width: calc(100% + 0.2px);
  height: 100%;
  z-index: 2;
  background: linear-gradient(130deg, rgba(180, 215, 0, 0) 0%, rgba(159, 212, 19, 0.12) 23.56%, rgba(148, 210, 29, 0.18) 41.35%, rgba(126, 206, 50, 0.3) 53.37%, rgba(109, 204, 65, 0.4) 67.79%, rgba(72, 198, 99, 0.6) 77.88%, rgba(37, 192, 131, 0.79) 87.5%, #00BAA5 100%);
  mix-blend-mode: screen;
  opacity: 0.8;
}
.interview-cardStyle__slick-slide--underBox {
  position: relative;
  display: block;
  z-index: 1000;
}
.interview-cardStyle__slick-slide--flexBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  text-align: start;
}
.interview-cardStyle__slick-slide--name {
  color: #37485A;
  font-family: "Roboto";
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.interview-cardStyle__slick-slide--name .span01 {
  color: #00BAA5;
  text-align: end;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 576px) {
  .interview-cardStyle__slick-slide--name .span01 {
    line-height: 1.5;
  }
}
.interview-cardStyle__slick-slide--name .span01 .span02 {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
}
.interview-cardStyle__slick-slide--name .span01 .span02 .span03 {
  color: #37485A;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.2px;
}
@media screen and (max-width: 576px) {
  .interview-cardStyle__slick-slide--name .span01 .span02 .span03 {
    font-size: 20px;
  }
}
.interview-cardStyle__slick-slide--name .span01 .span02 .span03 .span04 {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 576px) {
  .interview-cardStyle__slick-slide--name .span01 .span02 .span03 .span04 {
    font-size: 12px;
  }
}
.interview-cardStyle__slick-slide--etc {
  display: block;
}
.interview-cardStyle__slick-slide--job {
  margin-bottom: 6px;
  color: #37485A;
  text-align: end;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.interview-cardStyle__slick-slide--years {
  padding: 4px 10px 5px 11px;
  background: #00BAA5;
}
.interview-cardStyle__slick-slide--years p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
}

/*----------------------------------------------------------------------------------------------------------------
groupData
----------------------------------------------------------------------------------------------------------------*/
/* 数字で見る */
.groupData_block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #F8F8F8;
  padding: 160px 150px 160px 347px;
}
@media screen and (max-width: 1200px) {
  .groupData_block {
    padding: 160px 150px 160px 347px;
  }
}
@media screen and (max-width: 992px) {
  .groupData_block {
    padding: 150px 120px 150px 120px;
  }
}
@media screen and (max-width: 768px) {
  .groupData_block {
    padding: 120px 100px 120px 100px;
  }
}
@media screen and (max-width: 576px) {
  .groupData_block {
    padding: 100px 50px 100px 50px;
  }
}
@media screen and (max-width: 400px) {
  .groupData_block {
    padding: 90px 30px 90px 30px;
  }
}
.groupData_block__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .groupData_block__inner {
    gap: 60px;
  }
}
@media screen and (max-width: 576px) {
  .groupData_block__inner {
    gap: 40px;
  }
}
.groupData_block__titleInner {
  text-align: start;
}
.groupData_block__cardInner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
  height: auto;
}
.groupData_block__cardFlexBox--upper, .groupData_block__cardFlexBox--middle, .groupData_block__cardFlexBox--under {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .groupData_block__cardFlexBox--upper, .groupData_block__cardFlexBox--middle, .groupData_block__cardFlexBox--under {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 20px;
  }
}
.groupData_block__cardFlexBox--upper #groupData02 .flexInner .dataBox {
  width: 100% !important;
}
.groupData_block__cardFlexBox--under #groupData05 .flexInner .dataBox {
  width: 70% !important;
}
.groupData_block__cardFlexBox--under #groupData05 .flexInner .imgBox {
  width: 50px !important;
  height: auto !important;
}
@media screen and (max-width: 1300px) {
  .groupData_block__cardFlexBox--under #groupData05 .flexInner .imgBox {
    width: 40px !important;
    margin-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .groupData_block__cardFlexBox--under #groupData05 .flexInner .imgBox {
    width: 30px !important;
  }
}
.groupData_block__cardFlexBox--under #groupData06 .flexInner .imgBox {
  margin: 0 20px 20px 0;
}
.groupData_block {
  /* card style */
}
.groupData_block .card-style__groupData {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 370px;
  height: 300px;
  padding: 30px 45px;
  background-color: #FFF;
  box-shadow: 2px 3px 6px 0 rgba(55, 72, 90, 0.1);
}
@media screen and (max-width: 1300px) {
  .groupData_block .card-style__groupData {
    width: 300px;
    height: 300px;
    padding: 20px 35px;
  }
}
@media screen and (max-width: 1100px) {
  .groupData_block .card-style__groupData {
    width: 260px;
    height: 280px;
    padding: 20px 35px;
  }
}
@media screen and (max-width: 768px) {
  .groupData_block .card-style__groupData {
    width: 400px;
    height: 280px;
    padding: 30px 45px;
  }
}
@media screen and (max-width: 576px) {
  .groupData_block .card-style__groupData {
    width: 300px;
    height: 260px;
    padding: 20px 35px;
  }
}
.groupData_block .card-style__groupData .titleInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.groupData_block .card-style__groupData .titleInner .title-style--s-groupData {
  color: #00BAA5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1300px) {
  .groupData_block .card-style__groupData .titleInner .title-style--s-groupData {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 1100px) {
  .groupData_block .card-style__groupData .titleInner .title-style--s-groupData {
    white-space: nowrap;
  }
}
.groupData_block .card-style__groupData .titleInner .title-style--s-groupData span {
  display: inline-block;
  font-family: "Roboto";
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.08em;
}
.groupData_block .card-style__groupData .titleInner .ratioTx {
  color: #00BAA5;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1300px) {
  .groupData_block .card-style__groupData .titleInner .ratioTx {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .groupData_block .card-style__groupData .titleInner .ratioTx {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .groupData_block .card-style__groupData .titleInner .ratioTx {
    display: block;
  }
}
.groupData_block .card-style__groupData .flexInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.groupData_block .card-style__groupData .flexInner .dataBox {
  display: flex;
  justify-content: flex-start;
  width: 55%;
  height: auto;
}
.groupData_block .card-style__groupData .flexInner .dataBox .dataTx--l {
  text-align: start;
}
.groupData_block .card-style__groupData .flexInner .dataBox .dataTx--l .span--l {
  display: inline-block;
  color: #00BAA5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 1300px) {
  .groupData_block .card-style__groupData .flexInner .dataBox .dataTx--l .span--l {
    font-size: 48px;
  }
}
@media screen and (max-width: 1100px) {
  .groupData_block .card-style__groupData .flexInner .dataBox .dataTx--l .span--l {
    font-size: 40px;
  }
}
.groupData_block .card-style__groupData .flexInner .dataBox .dataTx--l .span--s {
  display: inline-block;
  margin: 0 0 0 4px;
  color: #00BAA5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1;
}
.groupData_block .card-style__groupData .flexInner .imgBox {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1300px) {
  .groupData_block .card-style__groupData .flexInner .imgBox {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .groupData_block .card-style__groupData .flexInner .imgBox {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .groupData_block .card-style__groupData .flexInner .imgBox {
    width: 80px;
    height: 80px;
  }
}
.groupData_block .card-style__groupData .flexInner .imgBox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.groupData_block .card-style__groupData .flexInner .dataBox--man .dataTx--s,
.groupData_block .card-style__groupData .flexInner .dataBox--woman .dataTx--s {
  text-align: start !important;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .groupData_block .card-style__groupData .flexInner .dataBox--man .dataTx--s,
  .groupData_block .card-style__groupData .flexInner .dataBox--woman .dataTx--s {
    white-space: wrap;
  }
}
.groupData_block .card-style__groupData .flexInner .dataBox--man .dataTx--s .span--m,
.groupData_block .card-style__groupData .flexInner .dataBox--woman .dataTx--s .span--m {
  display: inline-block;
  color: #37485A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1100px) {
  .groupData_block .card-style__groupData .flexInner .dataBox--man .dataTx--s .span--m,
  .groupData_block .card-style__groupData .flexInner .dataBox--woman .dataTx--s .span--m {
    text-align: center;
    margin: 6px 0 0;
    line-height: 20px;
  }
}
.groupData_block .card-style__groupData .flexInner .dataBox--man .dataTx--s .span--l,
.groupData_block .card-style__groupData .flexInner .dataBox--woman .dataTx--s .span--l {
  display: inline-block;
  margin-left: 6px;
  color: #00BAA5;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1300px) {
  .groupData_block .card-style__groupData .flexInner .dataBox--man .dataTx--s .span--l,
  .groupData_block .card-style__groupData .flexInner .dataBox--woman .dataTx--s .span--l {
    font-size: 26px;
  }
}
.groupData_block .card-style__groupData .flexInner .dataBox--man .dataTx--s .span--s,
.groupData_block .card-style__groupData .flexInner .dataBox--woman .dataTx--s .span--s {
  display: inline-block;
  margin-left: 2px;
  color: #00BAA5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.groupData_block .card-style__groupData .flexInner .dataBox--man .imgBox,
.groupData_block .card-style__groupData .flexInner .dataBox--woman .imgBox {
  display: inline-block;
  width: 90px;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .groupData_block .card-style__groupData .flexInner .dataBox--man .imgBox,
  .groupData_block .card-style__groupData .flexInner .dataBox--woman .imgBox {
    width: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .groupData_block .card-style__groupData .flexInner .dataBox--man .imgBox,
  .groupData_block .card-style__groupData .flexInner .dataBox--woman .imgBox {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .groupData_block .card-style__groupData .flexInner .dataBox--man .imgBox,
  .groupData_block .card-style__groupData .flexInner .dataBox--woman .imgBox {
    width: 90px;
  }
}
@media screen and (max-width: 576px) {
  .groupData_block .card-style__groupData .flexInner .dataBox--man .imgBox,
  .groupData_block .card-style__groupData .flexInner .dataBox--woman .imgBox {
    width: 70px;
  }
}
.groupData_block .card-style__groupData .flexInner .dataBox--man .imgBox img,
.groupData_block .card-style__groupData .flexInner .dataBox--woman .imgBox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.groupData_block .card-style__groupData .flexInner .dataBox--man {
  text-align: start;
  padding: 10px 30px 0 0;
  border-right: #00BAA5 1px dashed;
}
@media screen and (max-width: 1300px) {
  .groupData_block .card-style__groupData .flexInner .dataBox--man {
    padding: 10px 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .groupData_block .card-style__groupData .flexInner .dataBox--man {
    padding: 10px 60px 0 0;
  }
}
@media screen and (max-width: 576px) {
  .groupData_block .card-style__groupData .flexInner .dataBox--man {
    padding: 10px 20px 0 0;
  }
}
.groupData_block .card-style__groupData .flexInner .dataBox--man .imgBox {
  padding-left: 10px;
}
@media screen and (max-width: 1300px) {
  .groupData_block .card-style__groupData .flexInner .dataBox--man .imgBox {
    padding-left: 12px;
  }
}
.groupData_block .card-style__groupData .flexInner .dataBox--woman {
  text-align: end;
  padding: 10px 0 0 20px;
}
@media screen and (max-width: 1300px) {
  .groupData_block .card-style__groupData .flexInner .dataBox--woman {
    padding: 10px 0 0 0px;
  }
}
.groupData_block .card-style__groupData .flexInner .dataBox--woman .imgBox {
  padding-right: 10px;
}
@media screen and (max-width: 1300px) {
  .groupData_block .card-style__groupData .flexInner .dataBox--woman .imgBox {
    padding-right: 12px;
  }
}
.groupData_block .card-style__groupData .afterTxInner {
  position: relative;
  bottom: 0;
  text-align: start;
}
.groupData_block .card-style__groupData .afterTxInner small {
  color: #ADADAD;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.6px;
}

/*----------------------------------------------------------------------------------------------------------------
recruitment
----------------------------------------------------------------------------------------------------------------*/
/* recruitment */
.recruitment_block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 160px 150px 160px 347px;
}
@media screen and (max-width: 1200px) {
  .recruitment_block {
    padding: 160px 150px 160px 347px;
  }
}
@media screen and (max-width: 992px) {
  .recruitment_block {
    padding: 150px 120px 150px 120px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment_block {
    padding: 120px 100px 120px 100px;
  }
}
@media screen and (max-width: 576px) {
  .recruitment_block {
    padding: 100px 50px 100px 50px;
  }
}
@media screen and (max-width: 400px) {
  .recruitment_block {
    padding: 90px 30px 90px 30px;
  }
}
.recruitment_block__inner {
  position: relative;
  width: 100%;
  height: auto;
}
.recruitment_block__tx_inner {
  margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .recruitment_block__tx_inner {
    margin-bottom: 40px;
  }
}
.recruitment_block .recruitment_block-card {
  width: 100%;
  height: auto;
  background: #B4D700;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .recruitment_block .recruitment_block-card {
    width: calc(100% + 100px);
    margin-left: -50px;
  }
}
@media screen and (max-width: 400px) {
  .recruitment_block .recruitment_block-card {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-bottom: 20px;
  }
}
.recruitment_block .recruitment_block-card:last-child {
  margin-bottom: 0px;
}
.recruitment_block .recruitment_block-card__inner {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .recruitment_block .recruitment_block-card__inner {
    display: block;
    margin-bottom: 24px;
  }
}
.recruitment_block .recruitment_block-card__title_inner {
  padding: 28px 0 0 28px;
}
@media screen and (max-width: 1100px) {
  .recruitment_block .recruitment_block-card__title_inner {
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 576px) {
  .recruitment_block .recruitment_block-card__title_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 24px 0 24px;
  }
}
@media screen and (max-width: 576px) {
  .recruitment_block .recruitment_block-card__title_inner p {
    line-height: 1.1;
    text-align: end;
  }
}
.recruitment_block .recruitment_block-card__content_inner {
  width: 100%;
  height: 280px;
  margin: 28px;
  padding: 28px;
  background: #FFF;
}
@media screen and (max-width: 1100px) {
  .recruitment_block .recruitment_block-card__content_inner {
    display: inline-block;
    width: calc(100% - 48px);
    height: auto;
    margin: 24px;
    padding: 24px;
  }
}
@media screen and (max-width: 576px) {
  .recruitment_block .recruitment_block-card__content_inner {
    display: inline-flex;
    flex: 1;
    flex-direction: column-reverse;
    width: calc(100% - 40px);
    margin: 22px 20px 20px;
    padding: 4px 20px 20px;
  }
}
.recruitment_block .recruitment_block-card__flexBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .recruitment_block .recruitment_block-card__flexBox {
    justify-content: end;
    margin-top: 24px;
  }
}
.recruitment_block .recruitment_block-card__h3 {
  margin-top: -10px;
  color: #37485A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 576px) {
  .recruitment_block .recruitment_block-card__h3 {
    margin-top: -5px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}
.recruitment_block .recruitment_block-card__cardBox {
  overflow-y: scroll;
  width: 100%;
  height: 180px;
  margin-top: 20px;
  padding-bottom: 1px;
}
@media screen and (max-width: 1100px) {
  .recruitment_block .recruitment_block-card__cardBox {
    height: 240px;
  }
}
@media screen and (max-width: 850px) {
  .recruitment_block .recruitment_block-card__cardBox {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment_block .recruitment_block-card__cardBox {
    height: 290px;
  }
}
.recruitment_block .recruitment_block-card__cardBox {
  /* スクロールバーのカスタム */
}
.recruitment_block .recruitment_block-card__cardBox::-webkit-scrollbar {
  width: 1px; /* スクロールバーの幅 */
}
.recruitment_block .recruitment_block-card__cardBox::-webkit-scrollbar-track {
  width: 20px;
  background: #FFF; /* トラックの背景色 */
}
.recruitment_block .recruitment_block-card__cardBox::-webkit-scrollbar-thumb {
  width: 3px;
  background: #00BAA5; /* サムの背景色 */
}
.recruitment_block .recruitment_block-card__cardBox::-webkit-scrollbar-thumb:hover {
  background: #FFF; /* サムにホバーしたときの背景色 */
}
.recruitment_block .recruitment_block-card__cardBox {
  /* Firefox向け */
  scrollbar-width: thin;
  scrollbar-color: #00BAA5 #FFF;
}

/*----------------------------------------------------------------------------------------------------------------
faq
----------------------------------------------------------------------------------------------------------------*/
/* faq */
.faq_block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.faq_block__inner {
  position: relative;
  width: 100%;
  height: auto;
  background: #F8F8F8;
  padding: 160px 150px 160px 347px;
}
@media screen and (max-width: 992px) {
  .faq_block__inner {
    padding: 150px 120px;
  }
}
@media screen and (max-width: 768px) {
  .faq_block__inner {
    padding: 120px 100px;
  }
}
@media screen and (max-width: 576px) {
  .faq_block__inner {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 400px) {
  .faq_block__inner {
    padding: 90px 30px;
  }
}
.faq_block__tx_inner {
  margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .faq_block__tx_inner {
    margin-bottom: 50px;
  }
}
.faq_block {
  /* details */
}
.faq_block__details_inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.faq_block__details summary {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 70px 10px 25px;
  gap: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
  word-break: auto-phrase;
  color: #37485A;
  background-color: #FFF;
  border: #37485A 1.5px solid;
  user-select: none;
  list-style: none;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .faq_block__details summary {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .faq_block__details summary {
    padding: 10px 40px 10px 15px;
    gap: 0;
    font-size: 16px;
    line-height: 20px;
  }
}
.faq_block__details summary {
  /* WebKitブラウザ（Safari、古いChromeなど）のデフォルトマーカーを消す */
}
.faq_block__details summary::-webkit-details-marker {
  display: none !important;
}
.faq_block__details summary.is-hover {
  background-color: #00BAA5;
  color: #FFF;
  border: #00BAA5 1.5px solid;
}
.faq_block__details summary span {
  margin-top: -4px;
  margin-right: 20px;
  font-family: Palanquin;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .faq_block__details summary span {
    font-size: 32px;
  }
}
.faq_block__details summary::after {
  content: "+";
  display: inline-block;
  position: absolute;
  right: 30px;
  font-size: 30px;
  font-weight: 400;
  color: #37485A;
  opacity: 0.6;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 768px) {
  .faq_block__details summary::after {
    right: 15px;
    font-size: 24px;
  }
}
.faq_block__details[open] summary::after {
  content: "−";
  color: #FFF;
}
.faq_block__details[open] summary {
  background-color: #00BAA5;
  color: #FFF;
  border: #00BAA5 1.5px solid;
}
.faq_block__details--open {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
  will-change: height, opacity;
}
.faq_block__details_flexBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 34px;
  padding: 10px 28px 40px;
}
@media screen and (max-width: 768px) {
  .faq_block__details_flexBox {
    padding: 10px 18px 30px;
  }
}
@media screen and (max-width: 576px) {
  .faq_block__details_flexBox {
    display: block;
    gap: 0;
  }
}
.faq_block__details_tx--l p {
  font-family: Palanquin;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .faq_block__details_tx--l p {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .faq_block__details_tx--l p {
    margin-bottom: 10px;
  }
}
.faq_block__details_tx--s p {
  color: #37485A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.8px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .faq_block__details_tx--s p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.6px;
  }
}

/* recruitmentページ */
/*----------------------------------------------------------------------------------------------------------------
recruitment(アーカイブ一覧)
----------------------------------------------------------------------------------------------------------------*/
/* recruitmentページ全体 */
.recruitment-bodyWrap {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding: 80px 150px 180px 347px;
  background: #F8F8F8;
}
@media screen and (max-width: 1200px) {
  .recruitment-bodyWrap {
    padding: 80px 150px 180px 347px;
  }
}
@media screen and (max-width: 992px) {
  .recruitment-bodyWrap {
    padding: 80px 120px 150px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-bodyWrap {
    padding: 80px 100px 130px;
  }
}
@media screen and (max-width: 576px) {
  .recruitment-bodyWrap {
    padding: 60px 50px 130px;
  }
}
@media screen and (max-width: 400px) {
  .recruitment-bodyWrap {
    padding: 60px 30px 100px;
  }
}

/* recruitmentページ メインコンテンツ */
.recruitmentWrap {
  /* ナビボタン */
}
.recruitmentWrap__nav {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .recruitmentWrap__nav {
    padding-bottom: 40px;
  }
}
.recruitmentWrap__nav ul {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  .recruitmentWrap__nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .recruitmentWrap__nav ul {
    gap: 20px;
  }
}
@media screen and (max-width: 450px) {
  .recruitmentWrap__nav ul {
    gap: 14px;
  }
}
.recruitmentWrap__nav ul li {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 576px) {
  .recruitmentWrap__nav ul li {
    font-size: 14px;
  }
}
.recruitmentWrap__nav ul li a {
  display: inline-block;
  padding: 8px 40px;
  color: #FFF;
  background: #37485A;
  border: 1.5px solid #37485A;
  opacity: 0.3;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 576px) {
  .recruitmentWrap__nav ul li a {
    padding: 6px 30px;
  }
}
.recruitmentWrap__nav ul li a:hover, .recruitmentWrap__nav ul li a:focus {
  color: #00BAA5;
  background: #F8F8F8;
  border: 1.5px solid #00BAA5;
  opacity: 1!important;
}
.recruitmentWrap__nav ul li:first-child a:hover,
.recruitmentWrap__nav ul li:first-child a:focus {
  color: #B4D700 !important;
  border-color: #B4D700 !important;
}
.recruitmentWrap__nav ul li:last-child a:hover,
.recruitmentWrap__nav ul li:last-child a:focus {
  color: #37485A !important;
  border-color: #37485A !important;
}

/* デフォルト */
.recruitmentWrap__list.is-active {
  background: #B4D700;
}

.recruitmentWrap__list.is-active a {
  color: #fff;
  background: #B4D700;
  border: 1.5px solid #B4D700;
  opacity: 1 !important;
}

/* 新卒採用ページ用カラー */
body.is-recruit-new .recruitmentWrap__list.is-active {
  background: #B4D700;
}

body.is-recruit-new .recruitmentWrap__list.is-active a {
  background: #B4D700 !important;
  border-color: #B4D700 !important;
  color: #FFF !important;
}

body.is-recruit-new .recruitmentWrap__list.is-active a:hover,
body.is-recruit-new .recruitmentWrap__list.is-active a:focus {
  color: #FFF !important;
}

/* 中途採用ページ用カラー */
body.is-recruit-mid .recruitmentWrap__list.is-active {
  background: #00BAA5 !important;
}

body.is-recruit-mid .recruitmentWrap__list.is-active a {
  background: #00BAA5 !important;
  border-color: #00BAA5 !important;
  color: #FFF !important;
}

body.is-recruit-mid .recruitmentWrap__list.is-active a:hover,
body.is-recruit-mid .recruitmentWrap__list.is-active a:focus {
  color: #FFF !important;
}

/* パート・非常勤ページ用カラー */
body.is-recruit-part .recruitmentWrap__list.is-active {
  background: #37485A !important;
}

body.is-recruit-part .recruitmentWrap__list.is-active a {
  background: #37485A !important;
  border-color: #37485A !important;
  color: #FFF !important;
}

body.is-recruit-part .recruitmentWrap__list.is-active a:hover,
body.is-recruit-part .recruitmentWrap__list.is-active a:focus {
  color: #FFF !important;
}

/*----------------------------------------------------------------------------------------------------------------
sideMenu
----------------------------------------------------------------------------------------------------------------*/
/* サイドメニュー */
.sideMenuWrap {
  position: relative;
  width: auto;
  height: auto;
  margin-top: 100px;
  padding: 36px;
  background: #FFF;
  box-shadow: 2px 3px 6px 0 rgba(55, 72, 90, 0.1);
}
@media screen and (max-width: 1200px) {
  .sideMenuWrap {
    order: 2;
  }
}
@media screen and (max-width: 576px) {
  .sideMenuWrap {
    margin-top: 80px;
  }
}

.sideMenu-style--bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
.sideMenu-style--bottom .sideMenuBox {
  width: 100%;
  height: auto;
}
.sideMenu-style--bottom .sideMenuNav__inner {
  margin-top: 22px;
  border-top: #00BAA5 1.5px solid;
}
.sideMenu-style--bottom .sideMenuNav__list {
  border-bottom: rgba(55, 72, 90, 0.3) 0.5px solid;
}
.sideMenu-style--bottom .sideMenuNav__list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .sideMenu-style--bottom .sideMenuNav__list a {
    gap: 20px;
  }
}
.sideMenu-style--bottom .sideMenuNav__list a p {
  display: block;
  color: #37485A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.75px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 576px) {
  .sideMenu-style--bottom .sideMenuNav__list a p {
    font-size: 14px;
  }
}
.sideMenu-style--bottom .sideMenuNav__list a svg {
  display: block;
  opacity: 0.4;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.sideMenu-style--bottom .sideMenuNav__list a:hover {
  background: #F8F8F8;
}
.sideMenu-style--bottom .sideMenuNav__list a:hover svg {
  transform: translateX(-10px);
}

/*----------------------------------------------------------------------------------------------------------------
wp-block-table
----------------------------------------------------------------------------------------------------------------*/
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-table tr {
  border-bottom: 1px solid rgba(55, 72, 90, 0.2);
}
.wp-block-table tr:last-child {
  border-bottom: none;
}
.wp-block-table td {
  border: none;
  padding: 14px 14px !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #37485A;
  background: #FFF;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .wp-block-table td {
    width: 70%;
    padding: 12px 18px;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 576px) {
  .wp-block-table td {
    padding: 10px 16px;
    font-size: 13px;
    letter-spacing: 0.04em;
  }
}
.wp-block-table tr > td:first-child {
  padding: 14px 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.28px;
  text-align: center;
  color: #FFF;
  background: rgb(128, 221, 210);
  white-space: nowrap;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .wp-block-table tr > td:first-child {
    width: 30%;
    font-size: 15px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 576px) {
  .wp-block-table tr > td:first-child {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    white-space: normal;
  }
}

.mynavi {
  margin-top: 40px;
}
.mynavi a {
  display: inline-block;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.mynavi a:hover, .mynavi a:focus {
  opacity: 0.6;
}
