@charset "UTF-8";

@media screen and (min-width: 768px) {
  .container {
    max-width: 1140px;
  }
}

/* mv */
.page_mv_detail .p_desc {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page_mv_detail .p_desc {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .page_mv_decore_figure {
    bottom: 122px;
  }
  .page_mv_heading .en {
    font-size: 6rem;
    letter-spacing: 0.08em;
  }
  .page_mv_detail {
    position: relative;
    left: -4px;
  }
}
@media screen and (min-width: 1440px) {
  .page_mv_heading {
    top: 13px;
    margin-left: -3px;
  }
  .page_mv_heading_decore {
    top: 47%;
    left: -5px;
  }
}

/* p_works_anchor */
.p_works_anchor {
  margin: 60px 0;
}
.p_works_anchor_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.p_works_anchor_item {
  position: relative;
  margin-bottom: 20px;
  width: calc(50% - 20px * 1 / 2);
  margin-bottom: 20px;
}
.p_works_anchor_item:first-child {
  margin-right: 20px;
}
.p_works_anchor_item:hover {
  opacity: 0.7;
}
.p_works_anchor_item:hover .p_works_anchor_item_info {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}
.p_works_anchor_item_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 50px 12px 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
  height: 100%;
}
@media screen and (max-width: 428px) {
  .p_works_anchor .container {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .p_works_anchor {
    margin-bottom: clamp(8rem,
        9.6153846154vw + 0.6153846154rem,
        16rem);
  }  
  .p_works_anchor_list {
    flex-wrap: unset;
  }
  .p_works_anchor_item {
    padding-bottom: clamp(1.6rem,
        3.4855769231vw + -1.0769230769rem,
        4.5rem);
    width: calc(50% - 48px * 1 / 3);
  }
  .p_works_anchor_item:first-child,
  .p_works_anchor_item:nth-child(2) {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .p_works_anchor {
    margin-top: 202px;
  }
}

@media screen and (min-width: 768px) {
  .p_works_anchor_item_info {
    padding: 26px 20px 38px;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
  }
}

.p_works_anchor_item_ttl {
  margin-bottom: 8px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .p_works_anchor_item_ttl {
    font-size: clamp(1.6rem,
        0.9615384615vw + 0.8615384615rem,
        2.4rem);
    line-height: 1.8;
  }
}

.p_works_anchor_item_cate {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding: 5px 10px;
  background-color: #4e7ae8;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p_works_anchor_item_cate {
    max-width: 270px;
    min-height: 35px;
    font-size: clamp(1.4rem,
        0.2403846154vw + 1.2153846154rem,
        1.6rem);
  }
}

@media screen and (max-width: 428px) {
  .p_works_anchor_item_cate {
    font-size: 1.2rem;
  }
}

.p_works_anchor_item_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: linear-gradient(230deg, rgb(78, 122, 232) 0%, rgb(118, 217, 254) 100%);
}

@media screen and (min-width: 768px) {
  .p_works_anchor_item_icon {
    top: unset;
    right: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(4rem,
        3.4855769231vw + 1.3230769231rem,
        6.9rem);
    height: clamp(4rem,
        3.4855769231vw + 1.3230769231rem,
        6.9rem);
  }
}

.p_works_anchor_item_icon::before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_arrow_white.svg) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .p_works_anchor_item_icon::before {
    width: clamp(1.8rem,
        1.2019230769vw + 0.8769230769rem,
        2.8rem);
  }
}

.p_works_head {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p_works_head {
    margin-bottom: 100px;
  }
}

.p_works_head_img {
  height: 180px;
}

@media screen and (min-width: 768px) {
  .p_works_head_img {
    height: clamp(30rem,
        39.9305555556vw + -10.8888888889rem,
        53rem);
  }
}

.p_works_head_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_works_head_main {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.p_works_head_ttl {
  position: relative;
  display: inline-flex;
  min-width: 260px;
  padding: 15px 40px 5px 0;
  font-weight: 700;
  line-height: 1.3333333333;
}

@media screen and (min-width: 768px) {
  .p_works_head_ttl {
    min-width: 418px;
    padding: 38px 93px 5px 0;
  }
}

.p_works_head_ttl::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  border-radius: 0 30px 0 0;
}

.p_works_head_ttl::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -18px;
  width: 20px;
  height: 20px;
  background: url(../images/works/img_mask.svg) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .p_works_head_ttl::after {
    right: -28px;
    width: 34px;
    height: 34px;
  }
}

.p_works_ttl {
  color: #4e7ae8;
  font-weight: 700;
  line-height: 1.3333333333;
}

.p_works_sub {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 187px;
  padding: 5px 20px;
  background-color: #4e7ae8;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p_works_sub {
    min-height: 40px;
  }
}

.p_works_job {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .p_works_job {
    margin-bottom: 168px;
  }
}

@media screen and (min-width: 768px) {
  .p_works_job_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.p_works_job_box {
  margin-bottom: 30px;
}

.p_works_job_box img {
  max-height: 250px;
  object-fit: cover;
  max-width: 500px;
  margin: 0 auto 30px;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .p_works_job_box {
    width: 62.3636363636%;
    margin-bottom: 0;
    padding-top: 2px;
  }
}

@media screen and (min-width: 768px) {
  .p_works_job_img {
    width: clamp(30rem,
        77.5462962963vw + -29.5555555556rem,
        63.5rem);
    margin-right: clamp(-28.5rem,
        -49.7685185185vw + 31.2222222222rem,
        -7rem);
  }
}

.p_works_job .p_works_ttl {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p_works_job .p_works_ttl {
    margin-bottom: 44px;
    font-size: clamp(2.6rem,
        1.5625vw + 1.4rem,
        3rem);
  }
}

.p_works_job .p_works_sub {
  margin-bottom: 20px;
}

.p_works_job_txt {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p_works_job_txt {
    margin-bottom: 22px;
  }
}

.p_works_job_power {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: 2px solid #4e7ae8;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .p_works_job_power {
    max-width: 585px;
    padding: 10px 22px 16px;
    border-width: 3px;
  }
}

.p_works_job_power_ttl {
  flex-shrink: 0;
  margin-right: 20px;
  color: #4e7ae8;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p_works_job_power_ttl {
    margin-right: 38px;
  }
}

.p_works_job_power_txt {
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .p_works_job_power_txt {
    padding-top: 4px;
  }
}

.p_works_career {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .p_works_career {
    margin-bottom: 146px;
  }
}

@media screen and (min-width: 768px) {
  .p_works_career .p_works_head {
    margin-bottom: 85px;
  }
}

.p_works_career .p_works_ttl {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p_works_career .p_works_ttl {
    margin-bottom: 60px;
  }
}

.p_works_career .p_works_sub {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p_works_career .p_works_sub {
    margin-bottom: 30px;
  }
}

.p_works_career_tbl {
  position: relative;
  padding: 2px;
  background: linear-gradient(90deg, rgb(118, 217, 254) 0%, rgb(78, 122, 232) 100%);
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p_works_career_tbl {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p_works_career_tbl_tr {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .p_works_career_tbl_tr:first-child .p_works_career_tbl_body {
    border-radius: 0 0 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .p_works_career_tbl_tr:last-child .p_works_career_tbl_head::before {
    display: none;
  }

  .p_works_career_tbl_tr:last-child .p_works_career_tbl_body::before {
    display: none;
  }
}

.p_works_career_tbl_tr:last-child .p_works_career_tbl_body {
  border-radius: 0 0 10px 10px;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .p_works_career_tbl_tr:last-child .p_works_career_tbl_body {
    border-radius: 0 0 10px 0;
  }
}

.p_works_career_tbl_head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p_works_career_tbl_head {
    padding: 10px 20px;
    height: 66px;
  }

  .p_works_career_tbl_head::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -2px;
    width: 4px;
    height: calc(100% - 2px);
    background-color: #fff;
  }
}

.p_works_career_tbl_body {
  position: relative;
  padding: 15px 15px 60px 15px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p_works_career_tbl_body {
    height: calc(100% - 66px);
    padding: 10px 18px 17px;
  }

  .p_works_career_tbl_body::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    z-index: 1;
    transform: translateY(-50%);
    width: 3px;
    height: calc(100% - 25px);
    background: url(../images/works/img_border.svg) repeat-y top center;
  }
}

.p_works_career_tbl_arrow {
  position: absolute;
  bottom: 12px;
  right: 50%;
  z-index: 1;
  transform: translateX(50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #4e7ae8;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .p_works_career_tbl_arrow {
    top: calc(50% - 33px);
    right: clamp(-1.6rem,
        -0.462962963vw + -1.0444444444rem,
        -1.4rem);
    bottom: auto;
    transform: translateY(-50%);
    width: clamp(2.5rem,
        2.3148148148vw + 0.7222222222rem,
        3.5rem);
    height: clamp(2.5rem,
        2.3148148148vw + 0.7222222222rem,
        3.5rem);
  }
}

.p_works_career_tbl_arrow::before {
  content: "";
  position: relative;
  top: 1px;
  left: 0;
  transform: rotate(90deg);
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/works/icon_arrow.svg) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .p_works_career_tbl_arrow::before {
    top: 0;
    left: 1px;
    transform: rotate(0);
  }
}

.p_works_career_info {
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .p_works_career_info {
    margin-bottom: 16px;
  }
}

.p_works_career_info:last-child {
  margin-bottom: 0;
}

.p_works_career_info_ttl {
  margin-bottom: 4px;
  color: #4e7ae8;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p_works_career_info_ttl {
    margin-bottom: 8px;
  }
}

.p_works_career_info_txt {
  line-height: 1.4285714286;
}

.p_works_career_note {
  margin-bottom: 30px;
  font-weight: 700;
  text-align: right;
  line-height: 2.1428571429;
}

@media screen and (min-width: 768px) {
  .p_works_career_note {
    margin: -3px 0 33px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .p_works_career_path {
    position: relative;
    display: flex;
    padding-top: 218px;
    padding-top: clamp(14rem,
        9.375vw + 6.8rem,
        21.8rem);
  }
}

@media screen and (min-width: 768px) {
  .p_works_career_path_img {
    position: absolute;
    top: 0;
    left: -20px;
    left: clamp(-17.5rem,
        -37.2596153846vw + 36.1538461538rem,
        -2rem);
    width: 1100px;
    width: clamp(50rem,
        89.2857142857vw + -18.5714285714rem,
        110rem);
  }
}

@media screen and (min-width: 1440px) {
  .p_works_career_path_img {
    left: -285px;
    left: clamp(-28.5rem,
        -71.875vw + 86.5rem,
        -17rem);
  }
}

.p_works_career_path_img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_works_career_path_img_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}

@media screen and (min-width: 768px) {
  .p_works_career_path_img_wrap {
    justify-content: flex-start;
    margin-top: 34px;
  }
}

.p_works_career_path_img_wrap .p_works_career_path_img_item:first-child {
  width: 39%;
}

@media screen and (min-width: 768px) {
  .p_works_career_path_img_wrap .p_works_career_path_img_item:first-child {
    width: 24.1818181818%;
    margin-right: 20px;
  }
}

.p_works_career_path_img_wrap .p_works_career_path_img_item:last-child {
  width: 58%;
}

@media screen and (min-width: 768px) {
  .p_works_career_path_img_wrap .p_works_career_path_img_item:last-child {
    width: 36.3636363636%;
  }
}

.p_works_career_path_box {
  padding: 30px 20px 0;
  border-radius: 10px;
  margin-top: -30px;
  position: relative;
  margin-left: auto;
  background-color: #fff;
  z-index: 1;
  width: calc(100% - 25px);
}

@media screen and (min-width: 768px) {
  .p_works_career_path_box {
    width: 63.6363636364%;
    padding: 32px 0 40px 28px;
    margin-top: unset;
  }
}

.p_works_career_path .p_works_sub {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p_works_career_path .p_works_sub {
    margin-bottom: 36px;
  }
}

.p_works_career_path_list {
  overflow: hidden;
}

.p_works_career_path_item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 25px;
  margin-top: -4px;
}

@media screen and (min-width: 768px) {
  .p_works_career_path_item {
    margin-bottom: 29px;
    padding-left: 44px;
  }
}

.p_works_career_path_item:last-child {
  margin-bottom: 0;
}

.p_works_career_path_item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #4e7ae8;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .p_works_career_path_item::before {
    top: 4px;
    left: 5px;
    width: 24px;
    height: 24px;
  }
}

.p_works_career_path_item::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 4px);
  left: 7px;
  width: 2px;
  height: 100vh;
  background-color: #4e7ae8;
}

@media screen and (min-width: 768px) {
  .p_works_career_path_item::after {
    left: 16px;
  }
}

.p_works_career_path_item_ttl {
  position: relative;
  margin-bottom: 10px;
  color: #4e7ae8;
  font-weight: 700;
  line-height: 1.3333333333;
}

@media screen and (min-width: 768px) {
  .p_works_career_path_item_ttl {
    margin-bottom: 10px;
  }
}

.p_works_career_path_item_txt {
  font-weight: 400;
  line-height: 1.4285714286;
}

.p_works_easy .p_works_head {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p_works_easy .p_works_head {
    margin-bottom: 84px;
  }
}

@media screen and (min-width: 768px) {
  .p_works_easy .p_works_head_img {
    height: clamp(30rem,
        39.0625vw + -10rem,
        52.5rem);
  }
}

.p_works_easy .p_works_ttl {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p_works_easy .p_works_ttl {
    margin-bottom: 24px;
  }
}

.p_works_easy_tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p_works_easy_tag {
    max-width: 600px;
    margin-bottom: 86px;
  }
}

.p_works_easy_tag_item {
  margin: 2px 5px 2px 0;
  padding: 5px;
  border: 2px solid #4e7ae8;
  color: #4e7ae8;
  line-height: 1.25;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  .p_works_easy_tag_item {
    margin: 5px 10px 5px 0;
    padding: 9px 13px 12px 10px;
  }
}

.p_works_easy .p_works_sub {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p_works_easy .p_works_sub {
    margin-bottom: 24px;
  }
}

.p_works_easy_ttl {
  margin-bottom: 15px;
  color: #4e7ae8;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p_works_easy_ttl {
    margin-bottom: 0;
  }
}

.p_works_easy_sec {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p_works_easy_sec {
    display: flex;
    margin-bottom: 43px;
  }
}

@media screen and (min-width: 768px) {
  .p_works_easy_sec .p_works_easy_ttl {
    position: relative;
    top: -3px;
    flex-shrink: 0;
    width: 173px;
  }
}

@media screen and (min-width: 768px) {
  .p_works_easy_sec02 {
    margin-bottom: 51px;
  }

  .p_works_easy_sec02 .p_works_easy_info {
    padding: 6px 0;
  }

  .p_works_easy_sec02:first-child {
    padding-top: 0;
  }
}

.p_works_easy_info {
  padding: 8px 0 10px;
  border-bottom: 1px solid #d7e2e8;
}

@media screen and (min-width: 768px) {
  .p_works_easy_info {
    display: flex;
    align-items: center;
    padding: 4px 0 5px;
  }
}

.p_works_easy_info:first-child {
  border-top: 1px solid #d7e2e8;
}

@media screen and (min-width: 768px) {
  .p_works_easy_info:first-child {
    padding-top: 0;
    border-top: none;
  }
}

.p_works_easy_info_ttl {
  margin-bottom: 5px;
  color: #4e7ae8;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p_works_easy_info_ttl {
    flex-shrink: 0;
    width: 220px;
    margin-bottom: 0;
  }
}

.p_works_easy_info_txt {
  font-weight: 400;
  line-height: 1.4285714286;
}

@media screen and (min-width: 768px) {
  .p_works_easy_info_txt {
    padding-top: 2px;
  }
}

.p_works_easy_post .p_works_easy_ttl {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .p_works_easy_post .p_works_easy_ttl {
    margin-bottom: 13px;
  }
}

.p_works_easy_post_main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px 20px;
}

@media screen and (min-width: 768px) {
  .p_works_easy_post_main {
    grid-template-columns: repeat(2, 1fr);
    gap: 53px 20px;
  }
}

.p_works_easy_post_item {
  display: flex;
  align-items: flex-start;
}

.p_works_easy_post_item_img {
  flex-shrink: 0;
  width: 40vw;
  max-width: 200px;
}

@media screen and (min-width: 768px) {
  .p_works_easy_post_item_img {
    width: 50%;
    max-width: 253px;
  }
}

.p_works_easy_post_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_works_easy_post_item_info {
  margin-top: -5px;
  padding-left: 12px;
}

@media screen and (min-width: 768px) {
  .p_works_easy_post_item_info {
    margin-top: -6px;
    padding-left: 17px;
  }
}

.p_works_easy_post_item_badge {
  display: inline-flex;
  margin-bottom: 4px;
  padding: 2px 6px;
  background-color: #4e7ae8;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p_works_easy_post_item_badge {
    font-size: 1.2rem;
  }
}

.p_works_easy_post_item_ttl {
  margin-bottom: 5px;
  color: #4e7ae8;
  font-weight: 700;
  line-height: 1.25;
}

.p_works_easy_post_item_txt {
  font-weight: 400;
  line-height: 1.4285714286;
}

@media screen and (min-width: 768px) {
  .footer {
    margin-top: 55px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer_recruit {
    margin-bottom: 109px;
    padding-top: 70px;
  }
}

/*# sourceMappingURL=works.css.map */