#container_wrap {
  background: url(../images/recruit_lp_bg.jpg) repeat top center/100%;
  overflow: hidden;
}

img.recruit_lp_mv {
  display: block;
  width: 100%;
  max-width: 1016px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  img.recruit_lp_mv {
    padding: 10px 8% 10px;
  }
}

footer {
  background-color: #fff;
}

.recruit_lp_section .section_01 {
  padding: 120px 0 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_01 {
    padding: 80px 0 100px;
  }
}
.recruit_lp_section .section_01 .inner_min {
  position: relative;
  z-index: 2;
}
.recruit_lp_section .section_01 .main_box {
  background-color: #fff;
  width: 100%;
  padding: 83px 30px 60px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_01 .main_box {
    padding: 60px 8% 120px;
  }
}
.recruit_lp_section .section_01 .main_box::before {
  position: absolute;
  content: "";
  background: url(../images/recruit_lp_section01_01.png) no-repeat top center/contain;
  width: 19%;
  aspect-ratio: 237/356;
  left: 10px;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .recruit_lp_section .section_01 .main_box::before {
    width: 14%;
  }
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_01 .main_box::before {
    width: 30%;
  }
}
.recruit_lp_section .section_01 .main_box::after {
  position: absolute;
  content: "";
  background: url(../images/recruit_lp_section01_02.svg) no-repeat top center/contain;
  width: 26%;
  aspect-ratio: 321/518;
  right: 0;
  bottom: 0;
  transform: translate(22%, 22%);
}
@media screen and (max-width: 1200px) {
  .recruit_lp_section .section_01 .main_box::after {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_01 .main_box::after {
    transform: translate(-10%, 40%);
    width: 40%;
  }
}
.recruit_lp_section .section_01 .main_box .ttl_01, .recruit_lp_section .section_01 .section_04 .main_box .sub_inner .ttl_01_yellow, .recruit_lp_section .section_04 .section_01 .main_box .sub_inner .ttl_01_yellow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #FFDE00;
  font-family: "Jost", sans-serif;
  font-size: 7.5em;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_01 .main_box .ttl_01, .recruit_lp_section .section_01 .section_04 .main_box .sub_inner .ttl_01_yellow, .recruit_lp_section .section_04 .section_01 .main_box .sub_inner .ttl_01_yellow {
    font-size: 3.5em;
  }
}
.recruit_lp_section .section_01 .main_box .heading_01 {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_01 .main_box .heading_01 {
    font-size: 1.5em;
  }
}
.recruit_lp_section .section_01 .text_wrap {
  text-align: center;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_01 .text_wrap {
    line-height: 1.7;
    font-size: 1em;
    letter-spacing: 0em;
  }
}
.recruit_lp_section .section_01 .text_wrap > p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_01 .text_wrap > p {
    margin-bottom: 10px;
  }
}
.recruit_lp_section .section_01 .text_wrap > p:last-of-type {
  margin-bottom: 0;
}
.recruit_lp_section .section_02 {
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_02 {
    padding: 0 0 0;
  }
}
.recruit_lp_section .section_02 .main_box {
  background-color: #fff;
  width: 100%;
  max-width: 83.8%;
  margin: 0 0 0 auto;
  padding: 85px 0 80px;
  border-radius: 20px 0 0 20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .recruit_lp_section .section_02 .main_box {
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_02 .main_box {
    padding: 150px 0 50px;
    max-width: 92%;
  }
}
.recruit_lp_section .section_02 .main_box .img_wrap {
  position: absolute;
  width: 15.8%;
  aspect-ratio: 200/562;
  top: 0;
  left: 7%;
  transform: translateY(-20%);
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_02 .main_box .img_wrap {
    transform: translateY(-18%);
    width: 20%;
  }
}
.recruit_lp_section .section_02 .main_box .img_wrap img {
  width: 100%;
}
.recruit_lp_section .section_02 .main_box .img_wrap > p {
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_02 .main_box .img_wrap > p {
    display: none;
  }
}
.recruit_lp_section .section_02 .main_box .sp_txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_02 .main_box .sp_txt {
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    padding: 0 8%;
    margin-bottom: 10px;
  }
}
.recruit_lp_section .section_02 .main_box .ttl_01, .recruit_lp_section .section_02 .section_04 .main_box .sub_inner .ttl_01_yellow, .recruit_lp_section .section_04 .section_02 .main_box .sub_inner .ttl_01_yellow {
  position: absolute;
  top: 0;
  left: 31%;
  transform: translateY(-50%);
  width: 100%;
  color: #61A0FF;
  font-family: "Jost", sans-serif;
  font-size: 7.5em;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_02 .main_box .ttl_01, .recruit_lp_section .section_02 .section_04 .main_box .sub_inner .ttl_01_yellow, .recruit_lp_section .section_04 .section_02 .main_box .sub_inner .ttl_01_yellow {
    flex-wrap: wrap;
    font-size: 3.5em;
  }
}
.recruit_lp_section .section_02 .main_box .ttl_01 span, .recruit_lp_section .section_02 .section_04 .main_box .sub_inner .ttl_01_yellow span, .recruit_lp_section .section_04 .section_02 .main_box .sub_inner .ttl_01_yellow span {
  font-size: 0.2em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_02 .main_box .ttl_01 span, .recruit_lp_section .section_02 .section_04 .main_box .sub_inner .ttl_01_yellow span, .recruit_lp_section .section_04 .section_02 .main_box .sub_inner .ttl_01_yellow span {
    font-size: 0.35em;
  }
}
.recruit_lp_section .section_02 .text_wrap {
  padding-left: 31%;
  padding-right: 11%;
  font-size: 1em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_02 .text_wrap {
    line-height: 1.7;
    font-size: 1em;
    padding: 0 8%;
  }
}
.recruit_lp_section .section_02 .text_wrap > p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_02 .text_wrap > p {
    margin-bottom: 10px;
  }
}
.recruit_lp_section .section_02 .text_wrap > p:last-of-type {
  margin-bottom: 0;
}
.recruit_lp_section .section_03 {
  padding: 85px 0 0;
  position: relative;
}
.recruit_lp_section .section_03::before {
  position: absolute;
  content: "";
  background: url(../images/recruit_lp_section03_01.png) no-repeat top center/contain;
  width: 302px;
  aspect-ratio: 302/453;
  top: -148px;
  right: 9%;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .recruit_lp_section .section_03::before {
    width: 262px;
    top: -90px;
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_03::before {
    width: 162px;
    right: 0;
    top: -100px;
  }
}
.recruit_lp_section .section_03 .main_box {
  background-color: #fff;
  width: 100%;
  padding: 83px 30px 80px;
  border-radius: 20px;
  position: relative;
}
.recruit_lp_section .section_03 .main_box .sub_inner {
  max-width: 1220px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_03 .main_box {
    padding: 60px 8% 60px;
  }
}
.recruit_lp_section .section_03 .main_box .ttl_01, .recruit_lp_section .section_03 .section_04 .main_box .sub_inner .ttl_01_yellow, .recruit_lp_section .section_04 .section_03 .main_box .sub_inner .ttl_01_yellow {
  width: 100%;
  color: #FF5784;
  font-family: "Jost", sans-serif;
  font-size: 7.5em;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_03 .main_box .ttl_01, .recruit_lp_section .section_03 .section_04 .main_box .sub_inner .ttl_01_yellow, .recruit_lp_section .section_04 .section_03 .main_box .sub_inner .ttl_01_yellow {
    font-size: 3.5em;
  }
}
.recruit_lp_section .section_03 .main_box .heading_01 {
  color: #FF5784;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_03 .main_box .heading_01 {
    margin-top: 30px;
    font-size: 1em;
  }
}
.recruit_lp_section .section_03 .main_box .heading_01::before {
  position: absolute;
  content: "";
  background-color: #FF5784;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  z-index: 0;
}
.recruit_lp_section .section_03 .main_box .heading_01 > span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  background-color: #fff;
}
.recruit_lp_section .section_03 .main_box .list_recruit_lp_01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.recruit_lp_section .section_03 .main_box .list_recruit_lp_01:nth-of-type(1) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_03 .main_box .list_recruit_lp_01:nth-of-type(1) {
    margin-bottom: 70px;
  }
}
.recruit_lp_section .section_03 .main_box .list_recruit_lp_01 > li {
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_03 .main_box .list_recruit_lp_01 > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 70px;
  }
}
.recruit_lp_section .section_03 .main_box .list_recruit_lp_01 > li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.recruit_lp_section .section_03 .main_box .list_recruit_lp_01 > li .number {
  background-color: #FFDE00;
  display: grid;
  place-items: center;
  font-size: 2.5em;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  width: 95px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .recruit_lp_section .section_03 .main_box .list_recruit_lp_01 > li .number {
    width: 70px;
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_03 .main_box .list_recruit_lp_01 > li .number {
    left: 50%;
  }
}
.recruit_lp_section .section_03 .main_box .list_recruit_lp_01 > li .img_wrap {
  margin-bottom: 20px;
}
.recruit_lp_section .section_03 .main_box .list_recruit_lp_01 > li .ttl_02 {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_03 .main_box .list_recruit_lp_01 > li .ttl_02 {
    font-size: 1.25em;
  }
}
.recruit_lp_section .section_03 .main_box .list_recruit_lp_01 > li p {
  font-size: 0.937em;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.8;
}
.recruit_lp_section .section_03 .main_box .charm_box {
  position: relative;
  margin-top: 160px;
  background-color: #FFDE00;
  padding: 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_03 .main_box .charm_box {
    flex-wrap: wrap;
    margin-top: 100px;
    padding: 40px 8%;
  }
}
.recruit_lp_section .section_03 .main_box .charm_box .ttl_01, .recruit_lp_section .section_03 .section_04 .main_box .charm_box .sub_inner .ttl_01_yellow, .recruit_lp_section .section_04 .section_03 .main_box .charm_box .sub_inner .ttl_01_yellow, .recruit_lp_section .section_03 .section_04 .main_box .sub_inner .charm_box .ttl_01_yellow, .recruit_lp_section .section_04 .section_03 .main_box .sub_inner .charm_box .ttl_01_yellow {
  position: absolute;
  width: 46%;
  aspect-ratio: 562/230;
  top: 0;
  left: 0;
  transform: translate(-12%, -36%);
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_03 .main_box .charm_box .ttl_01, .recruit_lp_section .section_03 .section_04 .main_box .charm_box .sub_inner .ttl_01_yellow, .recruit_lp_section .section_04 .section_03 .main_box .charm_box .sub_inner .ttl_01_yellow, .recruit_lp_section .section_03 .section_04 .main_box .sub_inner .charm_box .ttl_01_yellow, .recruit_lp_section .section_04 .section_03 .main_box .sub_inner .charm_box .ttl_01_yellow {
    width: 100%;
  }
}
.recruit_lp_section .section_03 .main_box .charm_box .img_wrap {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_03 .main_box .charm_box .img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.recruit_lp_section .section_03 .main_box .charm_box .img_wrap img {
  position: absolute;
  display: block;
  right: 0;
  bottom: -110px;
}
@media screen and (max-width: 1200px) {
  .recruit_lp_section .section_03 .main_box .charm_box .img_wrap img {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_03 .main_box .charm_box .img_wrap img {
    position: relative;
  }
}
.recruit_lp_section .section_03 .main_box .charm_box .text_wrap {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_03 .main_box .charm_box .text_wrap {
    width: 100%;
  }
}
.recruit_lp_section .section_03 .main_box .charm_box .text_wrap > ul > li {
  padding-left: 42px;
  font-size: 1.375em;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_03 .main_box .charm_box .text_wrap > ul > li {
    line-height: 1.5;
    padding-left: 32px;
    font-size: 1em;
    margin-bottom: 10px;
  }
}
.recruit_lp_section .section_03 .main_box .charm_box .text_wrap > ul > li:last-of-type {
  margin-bottom: 0;
}
.recruit_lp_section .section_03 .main_box .charm_box .text_wrap > ul > li::before {
  position: absolute;
  content: "";
  background: url(../images/recruit_lp_check.svg) no-repeat top center/contain;
  width: 30px;
  aspect-ratio: 1/1;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_03 .main_box .charm_box .text_wrap > ul > li::before {
    top: 6px;
    width: 20px;
  }
}
.recruit_lp_section .section_04 {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_04 {
    padding: 80px 0 0;
  }
}
.recruit_lp_section .section_04 .main_box {
  background-color: #fff;
  width: 100%;
  padding: 83px 30px 60px;
  border-radius: 20px;
  position: relative;
}
.recruit_lp_section .section_04 .main_box .sub_inner {
  max-width: 1220px;
  width: 100%;
  margin: auto;
}
.recruit_lp_section .section_04 .main_box .sub_inner .ttl_01, .recruit_lp_section .section_04 .main_box .sub_inner .ttl_01_yellow {
  background-color: #92E0F1;
  font-size: 2.25em;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_04 .main_box .sub_inner .ttl_01, .recruit_lp_section .section_04 .main_box .sub_inner .ttl_01_yellow {
    font-size: 1.75em;
    margin-bottom: 50px;
  }
}
.recruit_lp_section .section_04 .main_box .sub_inner .ttl_01_yellow {
  margin-top: 100px;
  background-color: #FFDE00;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_04 .main_box .sub_inner .ttl_01_yellow {
    margin-top: 80px;
  }
}
.recruit_lp_section .section_04 .main_box .sub_inner_2 {
  max-width: 1016px;
  width: 100%;
  margin: auto;
}
.recruit_lp_section .section_04 .main_box .sub_inner_2 .ttl_02 {
  font-size: 1.75em;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-left: 20px;
  line-height: 1.5;
  border-left: solid 4px #191919;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_04 .main_box .sub_inner_2 .ttl_02 {
    font-size: 1.25em;
    margin-bottom: 20px;
  }
}
.recruit_lp_section .section_04 .main_box .sub_inner_2 .list_recruitment > li {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_04 .main_box .sub_inner_2 .list_recruitment > li {
    margin-bottom: 60px;
  }
}
.recruit_lp_section .section_04 .main_box .sub_inner_2 .list_recruitment > li:last-of-type {
  margin-bottom: 0;
}
.recruit_lp_section .section_04 .main_box .sub_inner_2 .list_recruitment > li table {
  width: 100%;
}
.recruit_lp_section .section_04 .main_box .sub_inner_2 .list_recruitment > li table tr th {
  width: 17%;
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 25px 10px;
  border-bottom: solid 1px #ABBBC9;
  vertical-align: top;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_04 .main_box .sub_inner_2 .list_recruitment > li table tr th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 10px 0;
    border-bottom: none;
  }
}
.recruit_lp_section .section_04 .main_box .sub_inner_2 .list_recruitment > li table tr td {
  width: 83%;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 25px 10px;
  border-bottom: solid 1px #ABBBC9;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_04 .main_box .sub_inner_2 .list_recruitment > li table tr td {
    padding: 5px 10px 10px;
    display: block;
    width: 100%;
    text-align: left;
  }
}
.recruit_lp_section .section_04 .main_box .sub_inner_2 .list_entry > li {
  background-color: #FDDFED;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding: 24px 24px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_04 .main_box .sub_inner_2 .list_entry > li {
    padding: 15px 15px 10px 40px;
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: 50px;
  }
}
.recruit_lp_section .section_04 .main_box .sub_inner_2 .list_entry > li:last-of-type {
  margin-bottom: 0;
}
.recruit_lp_section .section_04 .main_box .sub_inner_2 .list_entry > li::after {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #FDDFED;
  width: 100%;
  aspect-ratio: 100/2;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_04 .main_box .sub_inner_2 .list_entry > li::after {
    aspect-ratio: 10/1;
  }
}
.recruit_lp_section .section_04 .main_box .sub_inner_2 .list_entry > li span {
  position: absolute;
  font-size: 1.6em;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
  top: 15px;
  left: 24px;
  padding-right: 25px;
  border-right: dashed 1px #000;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_04 .main_box .sub_inner_2 .list_entry > li span {
    font-size: 1.3em;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_04 .main_box {
    padding: 60px 8% 60px;
  }
}
.recruit_lp_section .section_05 {
  padding: 90px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_05 {
    padding: 80px 0 0;
  }
}
.recruit_lp_section .section_05::before {
  position: absolute;
  content: "";
  background: url(../images/recruit_lp_section04_01.png) no-repeat top center/contain;
  width: 22%;
  aspect-ratio: 302/453;
  top: 0;
  left: 12%;
  z-index: 2;
  transform: translateY(-22%);
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_05::before {
    transform: translateY(-20%);
    left: 0;
    width: 40%;
  }
}
.recruit_lp_section .section_05::after {
  position: absolute;
  content: "";
  background: url(../images/recruit_lp_section04_02.png) no-repeat top center/contain;
  width: 24.6%;
  aspect-ratio: 342/514;
  top: 0;
  right: 12%;
  z-index: 2;
  transform: translateY(-25%);
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_05::after {
    right: 0;
    width: 44.6%;
  }
}
.recruit_lp_section .section_05 .main_box {
  background-color: #fff;
  width: 100%;
  padding: 84px 0 120px;
  border-radius: 20px 20px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_05 .main_box {
    padding: 80px 0 40px;
  }
}
.recruit_lp_section .section_05 .main_box .sub_inner {
  max-width: 1016px;
  width: 100%;
  margin: auto;
}
.recruit_lp_section .section_05 .main_box .sub_inner .lp_form_ttl::before {
  color: #CE3366;
}
.recruit_lp_section .section_05 .main_box .sub_inner .text_wrap {
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_05 .main_box .sub_inner .text_wrap {
    padding: 0 8%;
    font-size: 0.937em;
    margin-bottom: 10px;
  }
}
.recruit_lp_section .section_05 .main_box .sub_inner .btn_submit {
  display: grid;
  margin: auto;
  place-items: center;
  background: url(../images/recruit_lp_button.jpg) no-repeat center top/cover;
  color: #000;
  position: relative;
  width: 100%;
  max-width: 588px;
  height: 84px;
  border-radius: 42px;
  box-sizing: border-box;
  font-size: 1.5em;
  font-weight: bold;
  font-weight: 800;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .recruit_lp_section .section_05 .main_box .sub_inner .btn_submit {
    font-size: 1.25em;
    height: 60px;
    border-radius: 30px;
  }
}

.lp_form_ttl {
  font-size: 1.125em;
  line-height: 1;
  display: block;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp_form_ttl {
    font-size: 1em;
  }
}
.lp_form_ttl::before {
  content: attr(data-en);
  font-size: 4.375em;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: block;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lp_form_ttl::before {
    font-size: 2.875em;
  }
}

.lp_table_conditions {
  border-top: solid 1px #000;
  width: 100%;
}
.lp_table_conditions tr th {
  width: 26%;
  padding: 40px 0;
  font-weight: bold;
  font-size: 1.375em;
  vertical-align: top;
  line-height: 1.5;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .lp_table_conditions tr th {
    font-size: 1.125em;
    display: block;
    width: 100%;
    padding: 20px 0 0;
    border-bottom: none;
  }
}
.lp_table_conditions tr td {
  width: 74%;
  padding: 40px 0;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.6;
  font-weight: bold;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .lp_table_conditions tr td {
    font-size: 1em;
    display: block;
    width: 100%;
    padding: 10px 0 20px;
  }
}
.lp_table_conditions tr td > span {
  display: inline-block;
  font-weight: 500;
  font-size: 0.681em;
}
@media screen and (max-width: 767px) {
  .lp_table_conditions tr td > span {
    font-size: 0.8em;
  }
}
.lp_table_conditions tr td .period {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 1.136em;
}
@media screen and (max-width: 767px) {
  .lp_table_conditions tr td .period {
    font-size: 1.125em;
  }
}
.lp_table_conditions tr td .period > span {
  font-size: 2.5em;
}
@media screen and (max-width: 767px) {
  .lp_table_conditions tr td .period > span {
    font-size: 1.8em;
  }
}
.lp_table_conditions tr td d .submission_content {
  padding: 10px;
  font-size: 0.818em;
}

.lp_table_method {
  width: 100%;
  max-width: 890px;
  margin: auto;
}
.lp_table_method tr:last-of-type th, .lp_table_method tr:last-of-type td {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lp_table_method tr:last-of-type th {
    padding-bottom: 20px;
  }
}
.lp_table_method tr th {
  padding-bottom: 30px;
  width: 225px;
}
@media screen and (max-width: 767px) {
  .lp_table_method tr th {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
}
.lp_table_method tr th span {
  font-weight: bold;
  font-size: 1.375em;
  line-height: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 25px;
}
.lp_table_method tr td {
  padding-left: 20px;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lp_table_method tr td {
    display: block;
    width: 100%;
  }
}

a.recruit_lp_entry_btn {
  display: grid;
  margin: auto;
  place-items: center;
  background: #fff;
  color: #000;
  position: relative;
  width: 100%;
  max-width: 588px;
  height: 84px;
  border-radius: 42px;
  box-sizing: border-box;
  font-size: 1.5em;
  font-weight: bold;
  font-weight: 800;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  a.recruit_lp_entry_btn {
    font-size: 1.25em;
    height: 60px;
    border-radius: 30px;
  }
}
a.recruit_lp_entry_btn::before {
  position: absolute;
  content: "";
  border: solid 3px #fff;
  width: 103%;
  aspect-ratio: 608/104;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  a.recruit_lp_entry_btn::before {
    aspect-ratio: auto;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
  }
}
a.recruit_lp_entry_btn:hover {
  opacity: 0.6;
}

.lp_close_mv {
  position: relative;
}
.lp_close_mv::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 90, 124, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.lp_close_mv .lp_close_mv_ttl {
  position: absolute;
  width: 90%;
  max-width: 950px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.lp_close_mv .lp_close_mv_ttl img {
  width: 100%;
}

.list_lp_topics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_lp_topics {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
.list_lp_topics > li > a .img_wrap {
  width: 100%;
  aspect-ratio: 42/28;
  position: relative;
  margin-bottom: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_lp_topics > li > a .img_wrap {
    margin-bottom: 20px;
  }
}
.list_lp_topics > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_lp_topics > li > a .text_wrap .date {
  font-family: "Jost", sans-serif;
  font-size: 0.9375em;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 0.04em;
}
.list_lp_topics > li > a .text_wrap .ttl_1 {
  font-size: 1.125em;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 10px;
}
.list_lp_topics > li > a .text_wrap .category {
  font-size: 0.975em;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .list_lp_topics > li > a:hover {
    opacity: 0.6;
  }
  .list_lp_topics > li > a:hover .img_wrap {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
  }
}/*# sourceMappingURL=layout-recruit-lp.css.map */