@charset "UTF-8";
.both_border1:before {
  z-index: 0;
}

.r_ttl_wrap {
  padding-top: 120px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1065px) {
  .r_ttl_wrap {
    display: block;
  }
}
@media (max-width: 480px) {
  .r_ttl_wrap {
    padding-top: 65px;
  }
}
.r_ttl_wrap:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: #eee;
  width: 1px;
  height: 100%;
}

.ttl_b {
  width: 50%;
  margin-right: auto;
}
@media (max-width: 1065px) {
  .ttl_b {
    width: 100%;
  }
}
.ttl_b .main {
  position: relative;
  font-size: 42px;
  font-weight: 500;
  line-height: 0.755;
  color: #20272e;
}
@media (max-width: 480px) {
  .ttl_b .main {
    font-size: 32px;
  }
}
.ttl_b .main:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 750px) {
  .ttl_b .main:before {
    width: 50%;
  }
}
.ttl_b .main .l_txt {
  margin-bottom: clamp(40px, 2.759vw, 60px);
  font-weight: 400;
}
.ttl_b .main span {
  position: relative;
  top: -1.5px;
  left: -1.5px;
}
.ttl_b .sub {
  margin-top: clamp(20px, 1.379vw, 35px);
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  color: #0068e2;
}
@media (max-width: 480px) {
  .ttl_b .sub {
    font-size: 16px;
    margin-top: 10px;
  }
}
.ttl_b .sub:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/sub-ttl-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: clamp(10px, 0.69vw, 15px);
  height: clamp(10px, 0.69vw, 15px);
  content: "";
}

@media (max-width: 1065px) {
  .r_right {
    margin-top: 30px;
  }
}

.l_txt_sec {
  position: relative;
  padding-top: 425px;
  padding-bottom: 120px;
}
@media (max-width: 480px) {
  .l_txt_sec {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.l_txt_sec:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: #eee;
  width: 1px;
  height: 100%;
}
.l_txt_sec:after {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 1px;
  background: #eee;
  content: "";
}

.recruit2 {
  position: relative;
  padding: 58px 0 90px;
}
.recruit2:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  top: 0;
  z-index: -1;
  content: "";
  background: #eee;
}
@media (max-width: 480px) {
  .recruit2 {
    padding: 30px 0 65px;
  }
}
.recruit2 .inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .recruit2 .inner {
    width: calc(100% - 45px);
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .recruit2 .inner {
    width: calc(100% - 30px);
  }
}
.recruit2 .inner .r_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .recruit2 .inner .r_wrap {
    gap: 0.5%;
    justify-content: center;
  }
}
@media (max-width: 1290px) {
  .recruit2 .inner .r_wrap {
    width: 1250px;
    overflow-x: scroll;
    max-width: 100%;
    overflow-x: auto;
    gap: 4px;
    justify-content: flex-start;
  }
}
.recruit2 .inner .r_wrap .r_w_b {
  position: relative;
  overflow: hidden;
  width: 33%;
  z-index: 7;
  height: 40vw;
}
@media (max-width: 1450px) {
  .recruit2 .inner .r_wrap .r_w_b {
    width: 33.5%;
    height: 580px;
  }
}
@media (max-width: 1290px) {
  .recruit2 .inner .r_wrap .r_w_b {
    width: 414px;
    flex: 0 0 414px;
  }
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b {
    width: 270px;
    flex: 0 0 270px;
    height: 380px;
  }
}
.recruit2 .inner .r_wrap .r_w_b .r_txt1 {
  position: absolute;
  width: 100%;
  top: 30px;
  pointer-events: none;
  color: #fff;
  font-weight: 300;
  padding: 0 50px;
  z-index: 7;
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b .r_txt1 {
    font-size: 10px;
    top: 20px;
    padding: 0 20px;
  }
}
.recruit2 .inner .r_wrap .r_w_b .r_txt2 {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  z-index: 5;
  color: #fff;
  padding: 0 50px;
  z-index: 7;
  pointer-events: none;
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b .r_txt2 {
    font-size: 24px;
    top: 78px;
    padding: 0 20px;
  }
}
.recruit2 .inner .r_wrap .r_w_b .l_txt_b {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7;
  color: #fff;
  padding: 0 50px;
  pointer-events: none;
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b .l_txt_b {
    bottom: 20px;
    padding: 0 20px;
  }
}
.recruit2 .inner .r_wrap .r_w_b .l_txt_b .l_txt1 {
  font-size: 22px;
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b .l_txt_b .l_txt1 {
    font-size: 18px;
  }
}
.recruit2 .inner .r_wrap .r_w_b .l_txt_b .l_txt2 {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b .l_txt_b .l_txt2 {
    font-size: 12px;
  }
}
.recruit2 .inner .r_wrap .r_w_b:hover:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.recruit2 .inner .r_wrap .r_w_b:hover .bg {
  transform: scale(1.1);
  width: 100%;
  height: 100%;
  display: block;
}
.recruit2 .inner .r_wrap .r_w_b:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 9px;
  position: absolute;
  top: 35px;
  right: 32px;
  z-index: 8;
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b:before {
    width: 10px;
    height: 6px;
    top: 22px;
    right: 20px;
  }
}
.recruit2 .inner .r_wrap .r_w_b:after {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(../img/btn-hover-bg2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40px;
  height: 40px;
  content: "";
  z-index: 7;
  pointer-events: none;
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b:after {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.recruit2 .inner .r_wrap .r_w_b .bg {
  background-image: url(../img/recruit-b-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  transition: 0.5s;
  height: 40vw;
  position: relative;
}
.recruit2 .inner .r_wrap .r_w_b .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(29, 50, 62, 0.45); /* #1D323E の45% */
  pointer-events: none;
}
@media (max-width: 1450px) {
  .recruit2 .inner .r_wrap .r_w_b .bg {
    width: 100%;
    height: 580px;
  }
}
@media (max-width: 1290px) {
  .recruit2 .inner .r_wrap .r_w_b .bg {
    width: 414px;
  }
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b .bg {
    width: 270px;
    height: 380px;
  }
}
.recruit2 .inner .r_wrap .r_w_b .bg a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.group_con {
  position: relative;
}
.group_con:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  content: "";
  background: #eee;
  z-index: -1;
}
.group_con .wrap {
  display: flex;
  justify-content: space-between;
  gap: clamp(50px, 3.448vw, 75px);
  padding-bottom: 50px;
  padding-bottom: 120px;
}
@media (max-width: 1290px) {
  .group_con .wrap {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .group_con .wrap {
    display: block;
  }
}
@media (max-width: 480px) {
  .group_con .wrap {
    margin-top: 15px;
    padding-bottom: 65px;
  }
}
.group_con .wrap .p_wrap_b {
  position: relative;
  width: 50%;
}
@media (max-width: 800px) {
  .group_con .wrap .p_wrap_b {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .group_con .wrap .p_wrap_b:first-of-type {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .group_con .wrap .p_wrap_b:first-of-type {
    margin-bottom: 30px;
  }
}
.group_con .wrap .p_wrap_b .l_txt {
  margin-top: 20px;
  position: relative;
  z-index: 3;
}
.group_con .wrap .p_wrap_b:hover a .p_wrap_b_img img {
  transform: scale(1.1);
}
.group_con .wrap .p_wrap_b:hover a .p_wrap_b_img .group_c_name1 img {
  transform: scale(1);
}
.group_con .wrap .p_wrap_b:hover a .c_btn_con .c_btn_b {
  background: #20272e;
}
.group_con .wrap .p_wrap_b:hover a .c_btn_con .c_btn_b p {
  color: #fff;
}
.group_con .wrap .p_wrap_b:hover a .c_btn_con .c_btn_b p:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.group_con .wrap .p_wrap_b a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img {
  position: relative;
  overflow: hidden;
  height: clamp(338px, 23.31vw, 507px);
}
@media (max-width: 1290px) {
  .group_con .wrap .p_wrap_b a .p_wrap_b_img {
    height: 23.31vw;
  }
}
@media (max-width: 480px) {
  .group_con .wrap .p_wrap_b a .p_wrap_b_img {
    height: 31vw;
  }
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img img {
  width: 100%;
  height: clamp(338px, 23.31vw, 507px);
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 700px) {
  .group_con .wrap .p_wrap_b a .p_wrap_b_img img {
    height: 100%;
  }
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 433px;
}
@media (max-width: 1290px) {
  .group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name1 {
    width: 80%;
  }
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name1 img {
  width: 100%;
  height: 100%;
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 333px;
}
@media (max-width: 1290px) {
  .group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name2 {
    width: 62%;
  }
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name2 img {
  width: 100%;
  height: 100%;
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b {
  background: #20272e;
  border-radius: 0 0 2px 2px;
  transition: 0.5s;
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b:hover {
  background: #fff;
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b:hover p {
  color: #20272e;
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b p {
  color: #fff;
  display: block;
  position: relative;
  font-size: 16px;
  padding: 16px 0;
  padding-left: 25px;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b p {
    font-size: 15px;
    padding: 15.5px 0;
    padding-left: 16px;
  }
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b p:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 12px;
  position: absolute;
  bottom: 22px;
  right: 16px;
  z-index: 5;
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b p:after {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 56px;
  height: 56px;
  content: "";
  z-index: 4;
}
@media (max-width: 480px) {
  .group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b p:after {
    height: 54px;
  }
}
.group_con .wrap .p_wrap_b.sec:hover a .c_btn_con .c_btn_b p:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}

.recruit_link_sec {
  position: relative;
  padding-bottom: 120px;
}
.recruit_link_sec:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  content: "";
  background: #eee;
  z-index: -1;
}
@media (max-width: 480px) {
  .recruit_link_sec {
    padding-bottom: 65px;
  }
}
.recruit_link_sec .upper_img {
  position: relative;
  z-index: 5;
}
.recruit_link_sec .upper_img img {
  width: 100%;
  vertical-align: bottom;
}
.recruit_link_sec .r_link_con {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .recruit_link_sec .r_link_con {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .recruit_link_sec .r_link_con {
    width: calc(100% - 60px);
  }
}
.recruit_link_sec .r_link_con .r_link_btn {
  width: 100%;
  height: 80px;
  border: 1px solid #eee;
  border-bottom: none;
  color: #20272e;
  background: transparent;
}
@media (max-width: 600px) {
  .recruit_link_sec .r_link_con .r_link_btn {
    height: 50px;
  }
}
.recruit_link_sec .r_link_con .r_link_btn:after {
  position: absolute;
  content: "NEW GRADUATE";
  font-size: 14px;
  color: #0068e2;
  top: 50%;
  transform: translateY(-50%);
  right: 92px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
@media (max-width: 480px) {
  .recruit_link_sec .r_link_con .r_link_btn:after {
    right: 54px;
    font-size: 12px;
  }
}
.recruit_link_sec .r_link_con .r_link_btn .text-button1__anchor {
  border-radius: 0;
  right: 9px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .recruit_link_sec .r_link_con .r_link_btn .text-button1__anchor {
    padding-left: 15px;
    font-size: 14px;
  }
}
.recruit_link_sec .r_link_con .r_link_btn .text-button1__anchor:before {
  right: 21px;
}
@media (max-width: 600px) {
  .recruit_link_sec .r_link_con .r_link_btn .text-button1__anchor:before {
    width: 13px;
    height: 8px;
    right: 19px;
  }
}
.recruit_link_sec .r_link_con .r_link_btn .text-button1__anchor:after {
  background-image: url(../img/btn-hover-no-border-bg.svg);
  right: 9px;
  border-radius: 0;
}
@media (max-width: 600px) {
  .recruit_link_sec .r_link_con .r_link_btn .text-button1__anchor:after {
    width: 32px;
    height: 30px;
  }
}
.recruit_link_sec .r_link_con .r_link_btn:last-of-type {
  border-bottom: 1px solid #eee;
}
.recruit_link_sec .r_link_con .r_link_btn.btn1:after {
  content: "NEW GRADUATE";
}
.recruit_link_sec .r_link_con .r_link_btn.btn2:after {
  content: "CAREER";
}
.recruit_link_sec .r_link_con .r_link_btn.btn3:after {
  content: "WELFARE";
}
.recruit_link_sec .r_link_con .r_link_btn.btn4:after {
  content: "INTERNSHIP";
}
.recruit_link_sec .r_link_con .r_link_btn.btn5:after {
  content: "FOR FAMILY";
}
.recruit_link_sec .r_link_con .r_link_btn.btn6:after {
  content: "Q & A";
}

.r_inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .r_inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .r_inner {
    width: calc(100% - 60px);
  }
}
.r_inner .l_txt {
  position: relative;
  z-index: 5;
}

.crosstalk_btn {
  margin-top: 30px;
  margin-left: auto;
}
@media (max-width: 1290px) {
  .crosstalk_btn {
    right: 45px;
  }
}
@media (max-width: 480px) {
  .crosstalk_btn {
    right: 30px;
    width: calc(100% - 30px);
    margin-top: 30px;
  }
}
.crosstalk_btn:hover {
  background: #fff;
}/*# sourceMappingURL=page-recruit.css.map */