/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.u_d_none {
  display: none !important;
}

.u_d_inline {
  display: inline !important;
}

.u_d_inline_block {
  display: inline-block !important;
}

.u_d_block {
  display: block !important;
}

.u_d_flex {
  display: flex !important;
}

@media screen and (min-width: 375px) {
  .u_d_xs_none {
    display: none !important;
  }
  .u_d_xs_inline {
    display: inline !important;
  }
  .u_d_xs_inline_block {
    display: inline-block !important;
  }
  .u_d_xs_block {
    display: block !important;
  }
  .u_d_xs_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 390px) {
  .u_d_sm_none {
    display: none !important;
  }
  .u_d_sm_inline {
    display: inline !important;
  }
  .u_d_sm_inline_block {
    display: inline-block !important;
  }
  .u_d_sm_block {
    display: block !important;
  }
  .u_d_sm_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  .u_d_md_none {
    display: none !important;
  }
  .u_d_md_inline {
    display: inline !important;
  }
  .u_d_md_inline_block {
    display: inline-block !important;
  }
  .u_d_md_block {
    display: block !important;
  }
  .u_d_md_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .u_d_lg_none {
    display: none !important;
  }
  .u_d_lg_inline {
    display: inline !important;
  }
  .u_d_lg_inline_block {
    display: inline-block !important;
  }
  .u_d_lg_block {
    display: block !important;
  }
  .u_d_lg_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .u_d_xl_none {
    display: none !important;
  }
  .u_d_xl_inline {
    display: inline !important;
  }
  .u_d_xl_inline_block {
    display: inline-block !important;
  }
  .u_d_xl_block {
    display: block !important;
  }
  .u_d_xl_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1440px) {
  .u_d_xxl_none {
    display: none !important;
  }
  .u_d_xxl_inline {
    display: inline !important;
  }
  .u_d_xxl_inline_block {
    display: inline-block !important;
  }
  .u_d_xxl_block {
    display: block !important;
  }
  .u_d_xxl_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1520px) {
  .u_d_xxxl_none {
    display: none !important;
  }
  .u_d_xxxl_inline {
    display: inline !important;
  }
  .u_d_xxxl_inline_block {
    display: inline-block !important;
  }
  .u_d_xxxl_block {
    display: block !important;
  }
  .u_d_xxxl_flex {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .u_d_maxmd_none {
    display: none !important;
  }
  .u_d_maxmd_inline {
    display: inline !important;
  }
  .u_d_maxmd_inline_block {
    display: inline-block !important;
  }
  .u_d_maxmd_block {
    display: block !important;
  }
  .u_d_maxmd_flex {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .u_d_maxlg_none {
    display: none !important;
  }
  .u_d_maxlg_inline {
    display: inline !important;
  }
  .u_d_maxlg_inline_block {
    display: inline-block !important;
  }
  .u_d_maxlg_block {
    display: block !important;
  }
  .u_d_maxlg_flex {
    display: flex !important;
  }
}
.f_30 {
  font-size: 1.125rem;
  font-size: clamp(
        1.125rem,
        1.7897091723vw + 0.7670581655rem,
        1.625rem
    );
}

@media screen and (min-width: 768px) {
  .f_30 {
    font-size: clamp(
        1.625rem,
        1.6826923077vw + 0.8173076923rem,
        2.5rem
    );
  }
}
.u_color_main {
  color: #3A4955;
}

.u_color_white01 {
  color: #FFFFFF;
}

.u_color_yellow01 {
  color: #FCAE00;
}

.u_color_organge01 {
  color: #E85400;
}

/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_benefit01 {
  margin-top: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_benefit01 {
    margin-top: clamp(
        5rem,
        13.3413461538vw + -1.4038461538rem,
        11.9375rem
    );
  }
}
.p_benefit01 .c_work {
  padding: 0 0 38px;
}
@media screen and (min-width: 768px) {
  .p_benefit01 .c_work {
    padding: 0 0 66px;
  }
}
.p_benefit01 .c_work__ttl01 {
  padding-left: calmped(0, 17, 320, 390);
}
.p_benefit01 .c_work .c_career__ttl01 {
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .p_benefit01 .c_work .c_career__ttl01 {
    padding: 0;
  }
}
.p_benefit01__decor {
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 60px;
  z-index: -2;
  top: -30px;
}
@media screen and (min-width: 768px) {
  .p_benefit01__decor {
    top: -60px;
  }
}
.p_benefit01__decor::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff3d5;
  border-top-right-radius: 16px;
}
.p_benefit01 .c_career__bg.bg01::after,
.p_benefit01 .c_career__bg.bg01::before {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .p_benefit01 .c_career__bg.bg01::after,
  .p_benefit01 .c_career__bg.bg01::before {
    border-radius: 16px;
  }
}
.p_benefit01__content {
  width: 100%;
  padding: 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_benefit01__content {
    width: calc(100% - 40px);
    max-width: 1440px;
    margin: 0 auto;
    border-radius: 16px;
    padding: 56px 0 59px;
  }
}
@media screen and (min-width: 768px) {
  .p_benefit01__content.c_career__bg::before {
    border-radius: 16px;
  }
}
.p_benefit01__accredit {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .p_benefit01__accredit {
    padding: 38px clamp(
        1.25rem,
        4.8076923077vw + -1.0576923077rem,
        3.75rem
    ) 59px;
  }
}
.p_benefit01__accredit .accredit_ttl {
  width: 100%;
  text-align: center;
  color: #e85400;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  line-height: 1.6071428571;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_benefit01__accredit .accredit_ttl {
    font-size: 1.75rem;
    padding-left: clamp(
        0rem,
        6.25vw + -5.625rem,
        0.625rem
    );
  }
}
.p_benefit01__accredit .accredit_txt {
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p_benefit01__accredit .accredit_txt {
    text-align: center;
    padding-left: 2px;
  }
}
.p_benefit01__accredit .accredit_content {
  padding: 44px 0 0;
}
@media screen and (min-width: 768px) {
  .p_benefit01__accredit .accredit_content {
    display: flex;
    justify-content: center;
    gap: clamp(
        1.25rem,
        2.9761904762vw + -0.1785714286rem,
        2.5rem
    );
  }
}
.p_benefit01__accredit .accredit_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_benefit01__accredit .accredit_item {
    max-width: 320px;
  }
}
.p_benefit01__accredit .accredit_item + .accredit_item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_benefit01__accredit .accredit_item + .accredit_item {
    margin-top: 0;
  }
}
.p_benefit01__accredit .accredit_item__ttl {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3dede;
}
@media screen and (min-width: 768px) {
  .p_benefit01__accredit .accredit_item__ttl {
    min-height: clamp(
        0rem,
        -14.75vw + 14.75rem,
        3.6875rem
    );
  }
}
.p_benefit01__accredit .accredit_item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 136px;
  padding: 27px 0 22px;
}
.p_benefit01__accredit .accredit_item__img .img01 {
  max-width: 107px;
}
.p_benefit01__accredit .accredit_item__img .img02 {
  max-width: 159px;
}
.p_benefit01__accredit .accredit_item__img .img03 {
  max-width: 136px;
}
.p_benefit01__accredit .accredit_item__txt {
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p_benefit01__accredit .accredit_item__txt {
    font-size: 0.9375rem;
  }
}
.p_benefit02 {
  margin: 80px 0;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p_benefit02 {
    margin: clamp(
        6.25rem,
        14.3028846154vw + -0.6153846154rem,
        13.6875rem
    ) 0 clamp(
        6.25rem,
        14.5432692308vw + -0.7307692308rem,
        13.8125rem
    );
    padding-bottom: clamp(
        6.25rem,
        6.9711538462vw + 2.9038461538rem,
        9.875rem
    );
  }
}
.p_benefit02 .item_ttl__jp {
  width: 100%;
  display: flex;
  align-items: center;
}
.p_benefit02__decor {
  position: absolute;
  width: 100vw;
  height: calc(100% + 60px);
  left: 8.75%;
  top: -30px;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .p_benefit02__decor {
    height: calc(100% + 120px);
    top: -60px;
  }
}
.p_benefit02__decor::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff3d5;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.p_benefit02 .career_post {
  padding: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .p_benefit02 .career_post {
    padding: 0;
  }
}
.p_benefit02 .career_post__ttl {
  top: -4px;
}
@media screen and (min-width: 768px) {
  .p_benefit02 .career_post__desc {
    padding: clamp(
        3.75rem,
        6.7307692308vw + 0.5192307692rem,
        7.25rem
    ) 0 33px;
  }
}
@media screen and (min-width: 768px) {
  .p_benefit02.c_career__bg .bg_path .path03 {
    width: 32.1875%;
  }
}
.p_benefit02__desc {
  color: #fff;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_benefit02__desc {
    padding-top: 45px;
  }
}
.p_benefit02__desc .desc_ttl {
  font-size: 1.625rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p_benefit02__desc .desc_ttl {
    font-size: 2.5rem;
  }
}
.p_benefit02__desc .desc_txt {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
  padding-top: 1px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p_benefit02__desc .desc_txt {
    font-size: 1.25rem;
    letter-spacing: -0.01px;
  }
}
/*# sourceMappingURL=career_benefit.css.map */
