/* --------------------------------------------------
 FACILITIES
-------------------------------------------------- */
/* ------------------------------
 SEC_OFFICE
------------------------------ */
#sec_office .l_inner {
  position: relative;
}
#sec_office .l_flex {
  margin-top: 40px;
}
#sec_office .title {
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}
#sec_office .title:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  background: #29B6F6;
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  left: 0;
}
@media screen and (min-width: 1281px) {
  #sec_office .item {
    width: calc((100% - 140px) / 2);
  }
  #sec_office .item:nth-child(even) {
    margin-left: 140px;
  }
  #sec_office .item:nth-child(n+3) {
    margin-top: 70px;
  }
  #sec_office .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_office .item {
    width: calc((100% - 50px) / 2);
  }
  #sec_office .item:nth-child(even) {
    margin-left: 50px;
  }
  #sec_office .item:nth-child(n+3) {
    margin-top: 50px;
  }
  #sec_office .title {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  #sec_office .l_flex_thumbtxt {
    display: felex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #sec_office .l_flex {
    display: block;
  }
  #sec_office .item:nth-child(n+2) {
    margin-top: 25px;
  }
  #sec_office .title {
    font-size: 18px;
  }
}

/* ------------------------------
 SEC_FACILITIES
------------------------------ */
@media screen and (min-width: 1281px) {
  .sec_detail + .sec_detail {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec_detail + .sec_detail {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec_detail + .sec_detail {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1281px) {
  .sec_detail .title_wrap .txt_note {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec_detail .title_wrap .txt_note {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .sec_detail .title_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .sec_detail .title_wrap .txt_note {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec_detail .title_wrap {
    margin-bottom: 30px;
  }
  .sec_detail .title_wrap .txt_note {
    font-size: 14px;
  }
}

.recruit-page {
  overflow: hidden;
}

.intro-section {
  background: url(../../assets/img/index/co_bg_08.webp) repeat;
  position: relative;
  padding: 120px 0 150px 0;
}
@media screen and (max-width: 767px) {
  .intro-section {
    padding: 80px 0 40px 0;
  }
}
.intro-section .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
  font-size: 32px;
  font-family: "NotoSansJP-SemiBold";
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro-section .inner {
    font-size: 24px;
  }
}

.slider_wrap {
  width: 100%;
  overflow: hidden;
}

.president-wrap {
  padding: 80px 0 140px 0;
}
.president-wrap .section-president {
  background-color: #ffffff;
  width: 93.0555555556vw;
  padding: 80px 15px 160px 15px;
  margin: auto;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .president-wrap .section-president {
    width: calc(100% - 30px);
    border-radius: 50px;
    padding: 40px 10px 80px 10px;
  }
}
.president-wrap .section-president .inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.president-wrap h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .president-wrap h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.president-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .president-flex {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.president-flex.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .president-flex.reverse {
    flex-direction: column-reverse;
  }
}
.president-flex .img {
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .president-flex .img {
    width: 100%;
    margin-top: 30px;
  }
  .president-flex .img.sp-none {
    display: none;
  }
}
.president-flex .txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .president-flex .txt {
    width: 100%;
  }
}
.president-flex .txt .text-q {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .president-flex .txt .text-q {
    margin-bottom: 14px;
  }
}
.president-flex .txt .text-q span {
  display: inline-block;
}
.president-flex .txt .text-q span:first-child {
  background-color: #28b3f1;
  width: 46px;
  height: 30px;
  min-width: 46px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  margin-right: 10px;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .president-flex .txt .text-q span:first-child {
    width: 40px;
    height: 20px;
    min-width: 40px;
    font-size: 14px;
    line-height: 20px;
  }
}
.president-flex .txt .text-q span:last-child {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .president-flex .txt .text-q span:last-child {
    font-size: 16px;
  }
}
.president-flex .txt .text-a {
  display: flex;
}
.president-flex .txt .text-a span {
  display: inline-block;
}
.president-flex .txt .text-a span:first-child {
  background-color: #66bb6a;
  width: 46px;
  height: 30px;
  min-width: 46px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  margin-right: 10px;
  margin-top: 4px;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .president-flex .txt .text-a span:first-child {
    width: 40px;
    height: 20px;
    min-width: 40px;
    font-size: 14px;
    line-height: 20px;
  }
}
.president-flex .txt .text-a span:last-child {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .president-flex .txt .text-a span:last-child {
    font-size: 16px;
  }
}

.employee-wrap {
  padding: 140px 0 160px 0;
}
@media screen and (max-width: 767px) {
  .employee-wrap {
    padding: 130px 0 80px 0;
  }
}
.employee-wrap .section-employee {
  background-color: #ffffff;
  width: 93.0555555556vw;
  padding: 80px 15px 160px 15px;
  margin: auto;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .employee-wrap .section-employee {
    width: calc(100% - 30px);
    padding: 40px 10px 60px 10px;
    border-radius: 50px;
  }
}
.employee-wrap .section-employee .inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.employee-wrap h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .employee-wrap h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.employee-wrap .employee-btn-wrap {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .employee-wrap .employee-btn-wrap {
    flex-direction: column;
  }
}
.employee-wrap .employee-btn-wrap .employee-item {
  width: 29.1666666667%;
}
.employee-wrap .employee-btn-wrap .employee-item:last-child .name {
  padding-right: 26px;
}
@media screen and (max-width: 767px) {
  .employee-wrap .employee-btn-wrap .employee-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.employee-wrap .employee-btn-wrap .employee-item a {
  display: block;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  background-color: #66bb6a;
}
.employee-wrap .employee-btn-wrap .employee-item a:hover img {
  transform: scale(1.1);
}
.employee-wrap .employee-btn-wrap .employee-item a:hover .circle::before {
  transform: rotate(90deg) translateX(4px);
}
@media screen and (max-width: 767px) {
  .employee-wrap .employee-btn-wrap .employee-item a {
    padding: 6px;
  }
}
.employee-wrap .employee-btn-wrap .employee-item a .name {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  padding: 15px 10px 20px 22px;
  color: #ffffff;
  background-color: #66bb6a;
  display: inline-block;
  z-index: 2;
  border-radius: 0 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .employee-wrap .employee-btn-wrap .employee-item a .name {
    font-size: 16px;
    padding: 7px 9px 11px 15px;
  }
}
.employee-wrap .employee-btn-wrap .employee-item a .image-wrap {
  display: block;
  overflow: hidden;
}
.employee-wrap .employee-btn-wrap .employee-item a img {
  border-radius: 10px;
  transition: 0.3s;
}
.employee-wrap .employee-btn-wrap .employee-item a .circle {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(10px, 10px);
  background-color: #fcbb00;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-block;
}
.employee-wrap .employee-btn-wrap .employee-item a .circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/recruit/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  aspect-ratio: 1;
  transform: rotate(90deg);
  transition: 0.3s;
}

.interview-wrap {
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 40px 76.5px 0;
  border-top: solid 4px #66bb6a;
}
@media screen and (max-width: 767px) {
  .interview-wrap {
    padding: 14px 0px 0;
  }
}
.interview-wrap h4 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .interview-wrap h4 {
    margin-bottom: 20px;
  }
}
.interview-wrap h4 span {
  display: inline-block;
}
.interview-wrap h4 span:first-child {
  color: #65b968;
  font-size: 18px;
  margin-right: 12px;
}
.interview-wrap h4 span:last-child {
  font-size: 18px;
  font-family: "NotoSansJP-Medium", sans-serif;
  margin-left: 12px;
}
.interview-wrap h4 .border {
  width: 2px;
  height: 27px;
  background-color: #fcbb00;
}
.interview-wrap .text-q {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.interview-wrap .text-q span {
  display: inline-block;
}
.interview-wrap .text-q span:first-child {
  background-color: #28b3f1;
  width: 46px;
  height: 30px;
  min-width: 46px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  margin-right: 10px;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .interview-wrap .text-q span:first-child {
    width: 40px;
    height: 20px;
    min-width: 40px;
    font-size: 14px;
    line-height: 20px;
  }
}
.interview-wrap .text-q span:last-child {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .interview-wrap .text-q span:last-child {
    font-size: 14px;
  }
}
.interview-wrap .text-a {
  display: flex;
  margin-top: 20px;
}
.interview-wrap .text-a span {
  display: inline-block;
}
.interview-wrap .text-a span:first-child {
  background-color: #66bb6a;
  width: 46px;
  height: 30px;
  min-width: 46px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  margin-right: 10px;
  margin-top: 4px;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .interview-wrap .text-a span:first-child {
    width: 40px;
    height: 20px;
    min-width: 40px;
    font-size: 14px;
    line-height: 20px;
  }
}
.interview-wrap .text-a span:last-child {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .interview-wrap .text-a span:last-child {
    font-size: 14px;
  }
}

.section-join {
  background: url(../../assets/img/index/co_bg_08.webp) repeat;
  position: relative;
  padding: 120px 0 180px 0;
}
.section-join .title_sec_wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.section-join .description-fields {
  font-family: "NotoSansJP-Medium", sans-serif;
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .section-join .description-fields {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-join {
    padding: 40px 15px 100px 15px;
  }
}
.section-join .inner {
  max-width: 790px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section-join .inner {
    width: 100%;
  }
}
.section-join .inner .txt_wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .section-join .inner .txt_wrap {
    margin-bottom: 40px;
  }
}
.section-join .inner .txt_en_b {
  color: #29b6f6;
}
.section-join .inner .join-wrap dl {
  display: flex;
  align-items: center;
  padding: 24px 0;
  font-size: 16px;
  font-family: "NotoSansJP-Medium", sans-serif;
  border-top: solid 1px #bebebe;
}
@media screen and (max-width: 767px) {
  .section-join .inner .join-wrap dl {
    padding: 20px 0;
    font-size: 14px;
    align-items: flex-start;
  }
}
.section-join .inner .join-wrap dl:last-child {
  border-bottom: solid 1px #bebebe;
}
.section-join .inner .join-wrap dt {
  font-weight: normal;
  width: 17.3333333333%;
}
@media screen and (max-width: 767px) {
  .section-join .inner .join-wrap dt {
    width: 33.3333333333vw;
  }
}
.section-join .inner .join-wrap dd {
  width: 82.6666666667%;
}
@media screen and (max-width: 767px) {
  .section-join .inner .join-wrap dd {
    width: 66.6666666667vw;
  }
}

.display-none {
  display: none;
}/*# sourceMappingURL=recruit.css.map */