/* Noto Sans JP */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
/* Oswald */
@font-face {
  font-weight: 200;
  font-style: normal;
  font-family: "Oswald";
  src: url("../fonts/Oswald-ExtraLight.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.woff") format("woff");
  font-display: swap;
}
@-webkit-keyframes text-ja-in {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes text-ja-in {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes text-ja-out {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes text-ja-out {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes text-en-in {
  0% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  100% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}
@keyframes text-en-in {
  0% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  100% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}
@-webkit-keyframes text-en-out {
  0% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes text-en-out {
  0% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes flowToLeftOdd {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes flowToLeftOdd {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flowToLeftEven {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes flowToLeftEven {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@-webkit-keyframes beforeBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
}
@keyframes beforeBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1px solid #e6cb45;
    border-right: 1px solid #e6cb45;
  }
}
@-webkit-keyframes afterBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
}
@keyframes afterBorderAnim {
  0% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  25% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  50% {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 0;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  51% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  75% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
  100% {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6cb45;
    border-left: 1px solid #e6cb45;
  }
}
@-webkit-keyframes CoverWrap {
  0% {
    -webkit-transform: translate(-105%);
    transform: translate(-105%);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(105%);
    transform: translate(105%);
  }
}
@keyframes CoverWrap {
  0% {
    -webkit-transform: translate(-105%);
    transform: translate(-105%);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(105%);
    transform: translate(105%);
  }
}
/* ======================================================================
 p-land_recruitment
====================================================================== */
.l_main_overlap {
  padding-bottom: 100px;
}

.section_request {
  background: #151515;
}

.section_request_container {
  padding: 90px 0 80px;
}

.section_request_def {
  margin: 30px 0 0;
  padding: 25px 40px;
  background: url(../img/p-land_recruitment/img-request-bg.png) no-repeat left top/cover;
}

.section_cre_container {
  padding: 90px 0 80px;
}

.section_cre_read {
  margin: 22px 0 0;
}

.section_cre_explain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 35px 0 0;
}

.section_cre_explain_item {
  position: relative;
  padding-left: 40px;
}
.section_cre_explain_item:before {
  position: absolute;
  top: 52%;
  left: 0;
  display: inline-block;
  width: 35px;
  height: 16px;
  background: #01ada9;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section_cre_explain_item + .section_cre_explain_item {
  margin-left: 25px;
}

.section_cre_explain_item_1:before {
  background: #01ada9;
}

.section_cre_explain_item_2:before {
  background: #d71717;
}

.section_cre_explain_item_3:before {
  background: #8fc320;
}

.section_cre_flow {
  margin: 10px 0 0;
  background: rgba(216, 216, 216, 0.3);
}
.section_cre_flow + .section_cre_flow {
  margin: 40px 0 0;
}
.section_cre_flow._3 .section_cre_flow_list_item:nth-of-type(1) .section_cre_flow_list_step:nth-of-type(1) {
  right: -80px;
}
.section_cre_flow._3 .section_cre_flow_list_item:nth-of-type(1) .section_cre_flow_list_step:nth-of-type(2) {
  top: 74%;
  right: -70px;
}
.section_cre_flow._3 .section_cre_flow_list_pic._fix {
  margin: 44px 0 0;
}
.section_cre_flow._3 .section_cre_flow_list_img {
  margin: 0 auto;
}
.section_cre_flow_header {
  padding: 20px 0;
}

.section_cre_flow_header_ttl {
  padding: 9px 15px;
  background: #151515;
}

.section_cre_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_cre_flow_list_item {
  position: relative;
}
.section_cre_flow_list_item:not(:last-child):before {
  position: absolute;
  top: 50%;
  right: -51px;
  display: inline-block;
  width: 18px;
  height: 34px;
  background: #bf3535;
  content: "";
  -webkit-mask-image: url(../img/p-land_recruitment/ico-flow-arrow.svg);
  mask-image: url(../img/p-land_recruitment/ico-flow-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.section_cre_flow_list_inner {
  width: 100%;
}
.section_cre_flow_list_inner + .section_cre_flow_list_inner {
  margin-left: 5px;
}

.section_cre_flow_list_ttl {
  border: 1px solid #151515;
}

.section_cre_flow_list_pic {
  margin: 18px 0 0;
}

.section_cre_flow_list_txt {
  margin: 20px 0 0;
}

.section_cre_flow_list_step {
  position: absolute;
  top: 62%;
  right: -59px;
  border-bottom: 2px solid #151515;
}

.section_cre_flow_list_balloon {
  position: absolute;
  top: 0;
  right: -30px;
}

.section_cre_flow_list_dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section_cre_flow_list_dots > li {
  margin: 0 5px;
}
.section_cre_flow_list_dots > li.slick-active > button:before {
  background: #e6cb45;
}
.section_cre_flow_list_dots > li > button {
  font-size: 0;
}
.section_cre_flow_list_dots > li > button:before {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background: #d8d8d8;
  content: "";
}

.section_bts {
  background: #151515;
}

.section_bts_container {
  padding: 90px 0 80px;
}

.section_bts_read {
  margin: 22px 0 0;
}

.section_bts_ttl {
  position: relative;
  margin: 50px 0 20px;
}
.section_bts_ttl:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #e6cb45;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section_bts_ttl_obj {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #e6cb45;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section_bts_ttl_obj._1 {
  left: 0;
}
.section_bts_ttl_obj._2 {
  right: 0;
}

.section_bts_ttl_bg {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: #151515;
}

.section_bts_thumb {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background: #2f2f2f;
}

.section_bts_thumb_obj {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section_bts_thumb_obj_round {
  position: absolute;
  display: inline-block;
  width: 184px;
  height: 161px;
  border-radius: 50%;
  background: radial-gradient(#e5fdff 0%, rgba(229, 253, 255, 0.72) 30%, rgba(229, 253, 255, 0.3) 60%, rgba(229, 253, 255, 0) 100%);
  content: "";
  opacity: 0.5;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}
.section_bts_thumb_obj_round._1 {
  top: -1.5vh;
  left: -8vw;
}
.section_bts_thumb_obj_round._2 {
  top: 8vh;
  left: 22vw;
  width: 185px;
  height: 162px;
}
.section_bts_thumb_obj_round._3 {
  top: 24vh;
  left: -4.5vw;
  width: 132px;
  height: 116px;
}
.section_bts_thumb_obj_round._4 {
  top: 17.5vh;
  left: 47.5vw;
  width: 377px;
  height: 339px;
}
.section_bts_thumb_obj_round._5 {
  top: 34vh;
  left: 17.5vw;
  width: 184px;
  height: 162px;
}
.section_bts_thumb_obj_round._6 {
  top: 34.5vh;
  left: -11vw;
  width: 377px;
  height: 339px;
}
@media screen and (max-width: 767px) {
  .l_main_overlap {
    padding-bottom: 80px;
  }
  .section_request_container {
    padding: 60px 0;
  }
  .section_request_def {
    margin: 25px 0 0;
    padding: 20px;
  }
  .section_cre {
    overflow: hidden;
  }
  .section_cre_container {
    padding: 60px 0;
  }
  .section_cre_explain {
    margin: 43px 0 0;
  }
  .section_cre_explain_item + .section_cre_explain_item {
    margin-left: 15px;
  }
  .section_cre_flow {
    overflow: hidden;
    width: 100vw;
  }
  .section_cre_flow._1 .section_cre_flow_header_ttl {
    max-width: 220px;
  }
  .section_cre_flow._2 .section_cre_flow_header_ttl {
    max-width: 280px;
  }
  .section_cre_flow._3 .section_cre_flow_header_ttl {
    max-width: 220px;
  }
  .section_cre_flow._3 .section_cre_flow_list_item:nth-of-type(1) .section_cre_flow_list_step:nth-of-type(1) {
    right: -62px;
  }
  .section_cre_flow._3 .section_cre_flow_list_item:nth-of-type(1) .section_cre_flow_list_step:nth-of-type(2) {
    top: 110%;
    right: -54px;
  }
  .section_cre_flow_header_txt {
    padding: 15px 60px 15px 10px;
  }
  .section_cre_flow_list {
    margin-left: -40px;
    padding: 0 0 80px;
  }
  .section_cre_flow_list_item {
    padding: 5px 0 0;
    width: 58.67vw;
  }
  .section_cre_flow_list_item:not(:last-child):before {
    top: 120px;
    right: -35px;
  }
  .section_cre_flow_list_item + .section_cre_flow_list_item {
    margin-left: 50px;
  }
  .section_cre_flow_list_step {
    top: 170px;
    right: -44px;
  }
  .section_bts_container {
    padding: 60px 0;
  }
  .section_bts_thumb {
    padding: 30px 10px;
  }
  .section_bts_thumb_obj_round {
    width: 145px;
    height: 113px;
  }
  .section_bts_thumb_obj_round._1 {
    top: 16vh;
    left: 64vw;
  }
  .section_bts_thumb_obj_round._2 {
    top: -3vh;
    left: -3vw;
  }
  .section_bts_thumb_obj_round._3 {
    top: 56vh;
    left: -0.5vw;
  }
  .section_bts_thumb_obj_round._4 {
    display: none;
  }
  .section_bts_thumb_obj_round._5 {
    display: none;
  }
  .section_bts_thumb_obj_round._6 {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .section_cre_explain_item {
    padding-left: 25px;
  }
  .section_cre_explain_item:before {
    width: 20px;
  }
}
@media screen and (min-width: 768px) {
  .section_cre_flow._1 .section_cre_flow_header_ttl {
    min-width: 220px;
  }
  .section_cre_flow._2 .section_cre_flow_header_ttl {
    min-width: 292px;
  }
  .section_cre_flow._3 .section_cre_flow_header_ttl {
    min-width: 292px;
  }
  .section_cre_flow._3 .section_cre_flow_list_img {
    max-width: 216px;
  }
  .section_cre_flow_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 15px;
  }
  .section_cre_flow_header_txt {
    margin-left: 20px;
  }
  .section_cre_flow_list {
    padding: 30px 80px;
  }
  .section_cre_flow_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    width: calc(33.3333% - 56.6666666667px);
  }
  .section_cre_flow_list_item:not(:nth-child(3n+1)) {
    margin-left: 85px;
  }
  .section_cre_flow_list_item:not(:last-child):before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* 202408 */
@media screen and (max-width: 767px) {
  .section_cre_flow_header_ttl {
    margin-left: auto;
    margin-right: auto;
  }
  .section_cre_flow {
    margin-left: -20px;
  }
  .section_cre_flow + .section_cre_flow {
    margin: 20px 0 0 -20px;
  }
  .section_cre_flow_list {
    display: block;
    margin: 0 auto;
    padding: 0 0 40px;
  }
  .section_cre_flow_list_item {
    margin: 0 auto;
  }
  .section_cre_flow_list_item + .section_cre_flow_list_item {
    margin-left: auto;
    margin-top: 60px;
  }
  .section_cre_flow_header_txt {
    padding: 15px 20px;
  }
  .section_cre_flow_list_item:not(:last-child):before {
    bottom: -40px;
    right: 0;
    left: -35px;
    top: auto;
    transform: rotate(90deg);
    margin: 0 auto;
  }
  .section_cre_flow_list_step {
    top: auto;
    right: auto;
    bottom: -35px;
    left: 120px;
    margin: 0 auto;
  }
  .section_cre_flow_list_item._pt2:not(:last-child):before {
    left: -155px;
  }
  .section_cre_flow._3 .section_cre_flow_list_item:nth-of-type(1) .section_cre_flow_list_step:nth-of-type(1) {
    right: auto;
    left: 60px;
  }
  .section_cre_flow._3 .section_cre_flow_list_item:nth-of-type(1) .section_cre_flow_list_step:nth-of-type(2) {
    top: auto;
    right: auto;
    left: 140px;
  }
}