@charset "UTF-8";
@media screen and (min-width: 770px) {
  main {
    font-size: 17px;
    position: relative;
  }
  main::before {
    content: "";
    width: 128px;
    height: 128px;
    background-image: url(../img/careers/treat_14.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 23px;
    left: calc(50% + 530px);
    z-index: 2;
    transform: translateX(-50%);
  }
  main::after {
    content: "";
    width: 543px;
    height: 169px;
    background-image: url(../img/careers/treat_13.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 500px);
    transform: translateX(-50%);
    z-index: 2;
  }
  .title_group {
    margin-bottom: 54px;
  }
  .title_group .eng_title {
    margin: 0 auto 12px;
  }
  h2.section_title {
    font-size: 37px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: var(--color-blue-04);
    margin: 0;
    position: relative;
    z-index: 0;
  }
  .section_wrapper section {
    position: relative;
    padding: 83px 0 72px;
  }
  .section_wrapper .auto {
    position: relative;
  }
  .section_wrapper section:nth-last-of-type(odd)::after {
    content: "";
    display: block;
    width: 100%;
    height: 235px;
    background-image: url(../img/careers/message_bg_02.png);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: -139px;
    z-index: 0;
  }
  .section_wrapper section:nth-last-of-type(odd) {
    background: linear-gradient(to top right, var(--gradient-color-06));
    padding: 185px 0 160px;
  }
  .section_wrapper section:nth-last-of-type(even) {
    background-color: var(--color-white-04);
  }
  .section_wrapper .conts_atmosphere .auto::before {
    content: "";
    display: block;
    width: 848px;
    height: 443px;
    background-image: url(../img/careers/treat_05.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 321px;
    right: -430px;
    z-index: 0;
  }
  .section_wrapper .conts_atmosphere .auto::after {
    content: "";
    display: block;
    width: 990px;
    height: 411px;
    background-image: url(../img/careers/treat_06.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 133px;
    left: -590px;
    z-index: 0;
  }
  /*=========================
▼▼conts_fv▼▼
===========================*/
  .conts_fv {
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-bottom: 150px;
  }
  .conts_fv .auto {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .conts_fv .auto::before {
    content: "";
    width: 716px;
    height: 197px;
    background-image: url(../img/careers/treat_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -216px;
    top: 127px;
  }
  .conts_fv .auto::after {
    content: "";
    width: 724px;
    height: 265px;
    background-image: url(../img/careers/treat_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -276px;
    bottom: -62px;
  }
  .conts_fv .left_text {
    margin: -30px 24px 0 0;
    position: relative;
  }
  .conts_fv .fv_title {
    color: var(--color-blue-01);
    font-size: 45px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 9px;
  }
  .conts_fv .text {
    font-size: 25px;
    line-height: 1.8;
    font-weight: 600;
  }
  .conts_fv .fv_img {
    width: 844px;
  }
  /*=========================
▲▲conts_fv▲▲
===========================*/
  .section_wrapper {
    position: relative;
    z-index: 1;
    margin-top: -282px;
    overflow: hidden;
  }
  /*=========================
▼▼conts_intro▼▼
===========================*/
  .section_wrapper section.conts_intro {
    padding: 241px 0 122px;
    border-radius: 75px 75px 0 0;
  }
  .section_wrapper section.conts_intro::before {
    content: none;
  }
  .conts_intro .auto {
    width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .conts_intro .auto::before {
    content: "";
    width: 415px;
    height: 281px;
    background-image: url(../img/careers/treat_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -180px;
    bottom: -194px;
    z-index: 2;
  }
  .conts_intro .auto::after {
    content: "";
    width: 150px;
    height: 144px;
    background-image: url(../img/careers/treat_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 70px;
    top: 12px;
  }
  .conts_intro .title_group {
    width: 500px;
    margin: 0 auto 30px;
  }
  .conts_intro .title_group .eng_title {
    width: 186px;
  }
  .conts_intro .text {
    text-align: center;
    width: 630px;
    margin: 0 auto 20px;
  }
  .conts_intro .text:last-of-type {
    margin-bottom: 0;
  }
  .conts_intro .img {
    width: 232px;
    position: absolute;
  }
  .conts_intro .left_img {
    left: 0;
    top: -130px;
  }
  .conts_intro .right_img {
    right: 0;
    bottom: -160px;
    z-index: 2;
  }

  /*=========================
▲▲conts_intro▲▲
===========================*/
  /*=========================
▼▼conts_atmosphere▼▼
===========================*/
  .section_wrapper section.conts_atmosphere {
    padding-top: 103px;
  }
  .conts_atmosphere .eng_title {
    width: 280px;
  }
  .conts_atmosphere .title_group {
    margin-bottom: 70px;
  }
  .conts_atmosphere .charm_number {
    width: 87px;
    position: absolute;
    left: -75px;
    top: -8px;
    z-index: 1;
  }
  .conts_atmosphere .charm_img {
    width: 500px;
    position: absolute;
    top: 0;
    left: -548px;
  }
  .conts_atmosphere .atmosphere_block {
    width: 430px;
    min-height: 315px;
    margin: 0 0px 84px auto;
    position: relative;
    z-index: 1;
  }
  .conts_atmosphere .atmosphere_block:last-of-type {
    margin: 0 0 0 auto;
  }
  .conts_atmosphere .atmosphere_block:nth-of-type(even) {
    margin: 0 auto 70px 15px;
  }
  .conts_atmosphere .atmosphere_block:nth-of-type(even) .charm_number {
    left: 388px;
    top: -4px;
  }
  .conts_atmosphere .atmosphere_block:nth-of-type(even) .charm_img {
    left: 462px;
  }
  .conts_atmosphere .charm_title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--color-blue-06);
    margin-bottom: 8px;
    padding-top: 77px;
  }

  /*=========================
▲▲conts_atmosphere▲▲
===========================*/
  /*=========================
▼▼conts_merit▼▼
===========================*/
  .section_wrapper section.conts_merit {
    padding-top: 78px;
    padding-bottom: 150px;
  }
  .section_wrapper section:nth-of-type(2n + 3)::before {
    content: "";
    width: 100%;
    height: 39px;
    background-image: url(../img/careers/under_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -38px;
    left: 0;
  }
  .conts_merit .auto::before {
    content: "";
    width: 722px;
    height: 136px;
    background-image: url(../img/careers/treat_07.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -148px;
    right: -406px;
  }
  .conts_merit .auto::after {
    content: "";
    width: 197px;
    height: 167px;
    background-image: url(../img/careers/treat_08.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -130px;
    left: -220px;
  }
  .conts_merit .eng_title {
    width: 150px;
  }
  .conts_merit .title_group {
    margin-bottom: 50px;
  }
  .conts_merit h2.section_title::before {
    background-image: url(../img/recruit/merit_bg.png);
  }
  .conts_merit .point_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 32px;
  }
  .conts_merit .point_img {
        width: 462px;
        background-color: var(--color-white-05);
        padding: 31px 38px 30px;
        border-radius: 30px;
    
    }
  .conts_merit .point_img .img {
    height: 38px;
  }
  .conts_merit .point_img .img img {
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
  }
  .conts_merit .h3_title {
    border-top: 1px solid var(--color-darkblue-04);
    margin-top: 20px;
    padding-top: 34px;
    color: var(--color-blue-04);
    font-size: 23px;
  }

  /*=========================
▲▲conts_merit▲▲
===========================*/
  /*=========================
▼▼conts_welfare▼▼
===========================*/
  .section_wrapper section.conts_welfare {
    padding: 88px 0 142px;
  }
  .conts_welfare .auto::before {
    content: "";
    width: 257px;
    height: 122px;
    background-image: url(../img/careers/treat_09.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -150px;
    left: -128px;
  }
  .conts_welfare .auto::after {
    content: "";
    width: 119px;
    height: 119px;
    background-image: url(../img/careers/treat_10.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -170px;
    right: -87px;
    z-index: 2;
  }
  .conts_welfare .title_group {
    margin-bottom: 38px;
  }
  .conts_welfare .eng_title {
    width: 373px;
  }
  .conts_welfare .welfare_inner {
    background: linear-gradient(to bottom left, var(--gradient-color-07));
    padding: 67px 80px 50px;
    border-radius: 30px;
  }
  .conts_welfare .welfare_inner .text {
    line-height: 2;
  }
  .conts_welfare .welfare_list {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 740px;
    margin: 0 auto 20px;
    justify-content: center;
  }
  .conts_welfare .welfare_list .welfare {
    padding: 9px 26px 8px 60px;
    position: relative;
    line-height: 1.4;
    background-color: var(--color-white-05);
    border-radius: 22px;
  }
  .conts_welfare .welfare_list .welfare::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/careers/check_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
  }
  /*=========================
▲▲conts_welfare▲▲
===========================*/
  /*=========================
▼▼conts_job_type▼▼
===========================*/
  .section_wrapper section.conts_job_type {
    border-radius: 0 0 75px 75px;
    padding: 75px 0 58px;
  }
  .conts_job_type .auto::before {
    content: "";
    width: 672px;
    height: 320px;
    background-image: url(../img/careers/treat_12.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -265px;
    right: -402px;
  }
  .conts_job_type .auto::after {
    content: "";
    width: 161px;
    height: 175px;
    background-image: url(../img/careers/treat_11.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -139px;
    left: -58px;
  }
  .conts_job_type .title_group {
    margin-bottom: -5px;
  }
  .conts_job_type .eng_title {
    width: 219px;
  }
  /* ▼▼アコーディオン▼▼ */
  .conts_job_type .job_list_wrapper {
    border-radius: 30px;
    padding: 55px 75px 57px;
    margin-bottom: 60px;
  }
  .conts_job_type .job_list {
    text-align: left;
    width: 850px;
    margin: 0 auto;
  }
  .conts_job_type .job_list dl {
    border-radius: 20px;
    margin-bottom: 22px;
    background-color: #fff;
  }
  .conts_job_type .job_list dl:last-of-type {
    margin-bottom: 0;
  }
  .conts_job_type .job_list dl dt {
    font-size: 25px;
    color: #0e81c7;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 3px;
    padding: 22px 85px 17px 50px;
    background-image: url("../img/careers/up_arrow.png");
    background-repeat: no-repeat;
    background-position: right 40px top calc(50% + 3px);
    background-size: 19px 13px;
    cursor: pointer;
  }
  .conts_job_type .job_list dl dt span {
    font-size: 15px;
    display: inline-block;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.5;
    margin-left: 16px;
    background: linear-gradient(to right, var(--gradient-color-08));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .conts_job_type .job_list dl dd {
    /* display: none; */
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    top: 0;
    padding: 7px 60px 24px 77px;
  }
  .conts_job_type .job_list .content_text {
    font-size: 17px;
    line-height: 1.8;
  }
  .summary_btn_box {
    margin-top: 17px;
  }
  .summary_btn {
    margin-bottom: 18px;
  }
  .summary_btn:last-of-type {
    margin-bottom: 26px;
  }
  .summary_btn a {
    border: 1px solid #e9e9fb;
    box-shadow: 1px 2px 7px 0px rgb(77 76 76 / 0.2);
    border-radius: 10px;
    padding: 16px 25px 15px;
    color: #0e81c7;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    transition: all 0.3s;
  }
  .summary_btn a:hover {
    box-shadow: none;
    transform: translate(1px, 2px);
  }
  /* ▲▲アコーディオン▲▲ */
  .section_wrapper section.conts_job_type::after {
    content: none;
  }
  .conts_job_type .entry_wrapper {
    width: 300px;
    margin: 0 auto;
  }
  .conts_job_type .click_button {
    color: #fff;
    font-weight: 600;
    text-align: center;
  }
  .hide_btn {
    display: none !important;
  }
  .conts_job_type .click_button a {
    background: linear-gradient(to right, var(--gradient-color-08));
    padding: 17px 20px 16px;
    border-radius: 30px;
    transition: all 0.3s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
  }
  .conts_job_type .click_button a::before {
    content: "";
    display: block;
    width: 31px;
    height: 22px;
    background-image: url(../img/careers/letter_icon.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 16px;
  }
  .conts_job_type .click_button a::after {
    content: "";
    display: block;
    width: 16px;
    height: 9px;
    background-image: url(../img/careers/right_arrow.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(14px, 2px);
    transition: all 0.3s;
  }
  .conts_job_type .click_button a:hover::after {
    transform: translate(20px, 2px);
  }
  .conts_job_type .click_button a .icon {
    display: inline-block;
    width: 36px;
    margin-right: 27px;
    position: relative;
    top: 11px;
  }
  /*=========================
▲▲conts_job_type▲▲
===========================*/
}
@media screen and (max-width: 769px) {
  main {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
  }
  main::before {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(../img/careers/treat_14.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 23px;
    right: 24px;
    z-index: 2;
  }
  main::after {
    content: "";
    width: 228px;
    height: 71px;
    background-image: url(../img/careers/treat_13.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 40px;
    left: -44px;
    z-index: 2;
  }
  .section_wrapper section {
    position: relative;
    padding: 18px 0 70px;
  }
  .section_wrapper .auto {
    position: relative;
    z-index: 1;
  }
  .section_wrapper section:nth-last-of-type(odd)::after {
    content: "";
    display: block;
    width: 100%;
    height: 214px;
    background-image: url(../img/careers/message_bg_02.png);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: -117px;
    z-index: 0;
  }
  .section_wrapper section:nth-last-of-type(odd) {
    background: linear-gradient(to top right, var(--gradient-color-06));
    padding: 70px 0 74px;
  }
  .section_wrapper section:nth-last-of-type(even) {
    background-color: var(--color-white-04);
  }
  .section_wrapper section:nth-of-type(2n + 3)::before {
    content: "";
    width: 100%;
    height: 18px;
    background-image: url(../img/careers/under_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    left: 0;
  }
  .title_group .eng_title {
    margin: 0 auto 8px;
  }
  h2.section_title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: var(--color-blue-04);
    margin: 0;
    position: relative;
  }
  /*=========================
▼▼conts_fv▼▼
===========================*/
  .conts_fv {
        overflow: hidden;
        position: relative;
        z-index: 2;
        padding: 0px 0px 94vw 0px;
    
    }
  .conts_fv .auto {
    position: relative;
    width: 100%;
  }
  .conts_fv .auto::before {
    content: "";
    width: 350px;
    height: 108px;
    background-image: url(../img/careers/treat_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -110px;
    top: 27px;
  }
  .conts_fv .auto::after {
    content: "";
    width: 362px;
    height: 132px;
    background-image: url(../img/careers/treat_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -205px;
    bottom: -323px;
  }
  .conts_fv .left_text {
        position: absolute;
        top: 74px;
        left: calc(50% - 19vw);
        transform: translateX(-50%);
    
    }
  .conts_fv .fv_title {
        color: var(--color-blue-01);
        font-size: 7.2vw;
        line-height: 1.3;
        font-weight: 600;
        margin-bottom: 9px;
    
    }
  .conts_fv .text {
    font-size: 5.4vw;
    line-height: 1.7;
    font-weight: 600;
  }
  .conts_fv .fv_img {
        width: 104vw;
        height: 84vw;
        position: absolute;
        top: 0px;
        left: calc(50% + 35vw);
        z-index: -1;
        transform: translateX(-50%);
        overflow: hidden;
        border-radius: 20px;
    
    }
  .conts_fv .fv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -8vw;
  }
  /*=========================
▲▲conts_fv▲▲
===========================*/
  .section_wrapper {
    position: relative;
    z-index: 1;
    margin-top: -26vw;
    overflow: hidden;
  }
  /*=========================
▼▼conts_intro▼▼
===========================*/
  .section_wrapper section.conts_intro {
    padding: 23vw 0 55px;
    border-radius: 38px 38px 0 0;
  }
  .section_wrapper section.conts_intro::before {
    content: none;
  }
  .conts_intro .auto {
    margin: 0 auto;
    position: relative;
  }
  .conts_intro .auto::after {
    content: "";
    width: 75px;
    height: 72px;
    background-image: url(../img/careers/treat_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: -43px;
  }
  .title_group {
    margin: 0 auto 30px;
  }
  .conts_intro .title_group .eng_title {
    width: 146px;
  }
  .conts_intro .text {
    margin: 0 auto 14px;
  }
  .conts_intro .text:last-of-type {
    margin-bottom: 24px;
  }
  .conts_intro .img_box {
    position: relative;
  }
  .conts_intro .img {
        width: 38%;
    
    }
  .conts_intro .left_img {
        margin: 0 auto;
        position: relative;
        z-index: 1;
        transform: translateX(-50%);
    
    }
  .conts_intro .right_img {
        position: absolute;
        top: 40px;
        left: calc(50%);
        transform: translateX(-10%);
    
    }

  /*=========================
▲▲conts_intro▲▲
===========================*/
  /*=========================
▼▼conts_atmosphere▼▼
===========================*/
  .section_wrapper section.conts_atmosphere {
    padding: 51px 0 72px;
  }
  .section_wrapper section.conts_atmosphere .auto::before {
    content: "";
    display: block;
    width: 384px;
    height: 196px;
    background-image: url(../img/careers/treat_05.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 236px;
    right: -30px;
    z-index: -1;
  }
  .section_wrapper .conts_atmosphere .auto::after {
    content: "";
    display: block;
    width: 304px;
    height: 122px;
    background-image: url(../img/careers/treat_06.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 501px;
    left: -127px;
    z-index: -1;
  }
  .conts_atmosphere .eng_title {
    width: 184px;
  }
  .conts_atmosphere h2.section_title::before {
    background-image: url(../img/recruit/atmosphere_bg.png);
  }
  .conts_atmosphere .atmosphere_block {
    margin-bottom: 34px;
  }
  .conts_atmosphere .atmosphere_block:last-of-type {
    margin-bottom: 0;
  }
  .conts_atmosphere .charm_number {
    width: 54px;
    margin: 0 auto 12px;
  }
  .conts_atmosphere .charm_img {
        width: 90%;
        margin: 10px 5%;
    
    }
  .conts_atmosphere .charm_img img {
    border-radius: 35px;
  }
  .conts_atmosphere .atmosphere_block:nth-of-type(even) .charm_img {
    left: 578px;
  }
  .conts_atmosphere .charm_title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--color-blue-06);
    margin: 0px auto 12px;
  }
  .charm_title span {
    display: inline-block;
  }
  /*=========================
▲▲conts_atmosphere▲▲
===========================*/
  /*=========================
▼▼conts_merit▼▼
===========================*/
  .section_wrapper section.conts_merit {
    padding-bottom: 97px;
  }
  .conts_merit .auto::before {
    content: "";
    width: 354px;
    height: 68px;
    background-image: url(../img/careers/treat_07.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -94px;
    right: -214px;
  }
  .conts_merit .auto::after {
    content: "";
    width: 82px;
    height: 70px;
    background-image: url(../img/careers/treat_08.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -96px;
    left: -12px;
  }
  .conts_merit .eng_title {
    width: 118px;
  }
  .conts_merit .point_box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
  }
  .conts_merit .point_img {
        width: 100%;
    
    }
  .conts_merit .point_img {
    margin: 0 0 14px;
    background-color: var(--color-white-05);
    padding: 25px 3% 24px;
    border-radius: 18px;
  }
  .conts_merit .point_img .img {
    height: 30px;
  }
  .conts_merit .point_img .img img {
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
  }
  .conts_merit .point_img .h3_title {
        border-top: 1px solid var(--color-darkblue-04);
        padding-top: 16px;
        color: var(--color-blue-04);
        margin: 14px 0 8px;
        font-size: 19px;
        text-align: center;
    
    }
  .point_img .text {
    font-size: 15px;
  }
  /*=========================
▲▲conts_merit▲▲
===========================*/
  /*=========================
▼▼conts_welfare▼▼
===========================*/
  .section_wrapper section.conts_welfare {
    padding: 32px 0 74px;
  }
  .conts_welfare .eng_title {
    width: 276px;
  }
  .conts_welfare .auto::before {
    content: "";
    width: 151px;
    height: 72px;
    background-image: url(../img/careers/treat_09.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -88px;
    left: -68px;
  }
  .conts_welfare .auto::after {
    content: "";
    width: 52px;
    height: 52px;
    background-image: url(../img/careers/treat_10.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -90px;
    right: 8px;
    z-index: 2;
  }
  .conts_welfare h2.section_title::before {
    background-image: url(../img/recruit/welfare_bg.png);
  }
  .conts_welfare .welfare_inner {
    background: linear-gradient(to bottom left, var(--gradient-color-07));
    padding: 36px 6% 33px;
    border-radius: 18px;
  }
  .conts_welfare .welfare_inner .text {
    line-height: 2;
  }
  .conts_welfare .welfare_list {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    gap: 0 14px;
  }
  .conts_welfare .welfare_list .welfare {
    padding-left: 53px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
  }
  .conts_welfare .welfare_list .welfare {
    padding: 9px 20px 8px 48px;
    position: relative;
    line-height: 1.4;
    background-color: var(--color-white-05);
    border-radius: 24px;
  }
  .conts_welfare .welfare_list .welfare::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/careers/check_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  /*=========================
▲▲conts_welfare▲▲
===========================*/
  /*=========================
▼▼conts_job_type▼▼
===========================*/
  .section_wrapper section.conts_job_type:nth-last-of-type(odd)::after {
    content: none;
  }
  .section_wrapper section.conts_job_type {
    border-radius: 0 0 38px 38px;
    padding: 64px 0 84px;
  }
  .conts_job_type .auto::before {
    content: "";
    width: 313px;
    height: 128px;
    background-image: url(../img/careers/treat_12.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -141px;
    right: -161px;
  }
  .conts_job_type .auto::after {
    content: "";
    width: 80px;
    height: 87px;
    background-image: url(../img/careers/treat_11.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -69px;
    left: -20px;
  }

  .conts_job_type .title_group {
    margin-bottom: -8px;
  }
  .conts_job_type .eng_title {
    width: 152px;
  }
  .conts_job_type h2.section_title::before {
    background-image: url(../img/recruit/job_type_bg.png);
    top: 78%;
  }
  /* ▼▼アコーディオン▼▼ */
  .conts_job_type .job_list_wrapper {
        border-radius: 18px;
        padding: 35px 0 35px;
    
    }
  .conts_job_type .job_list {
    text-align: left;
    margin: 0 auto;
  }
  .conts_job_type .job_list dl {
    border-radius: 14px;
    margin-bottom: 16px;
    background-color: #fff;
  }
  .conts_job_type .job_list dl:last-of-type {
    margin-bottom: 0;
  }
  .conts_job_type .job_list dl dt {
        font-size: 20px;
        color: var(--color-blue-06);
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 3px;
        padding: 22px 28px 24px 20px;
        background-image: url("../img/careers/up_arrow.png");
        background-repeat: no-repeat;
        background-position: right 10px top 50%;
        background-size: 14px;
        text-align: left;
    
    }
  .conts_job_type .job_list dl dt span {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.5;
    background: linear-gradient(to right, var(--gradient-color-08));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .conts_job_type .job_list dl dd {
    /* display: none; */
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    top: 0;
    padding: 0px 20px 24px 20px;
  }
  .conts_job_type .job_list .content_text {
    font-size: 16px;
    line-height: 1.6;
  }
  .summary_btn_box {
    margin-top: 20px;
  }
  .summary_btn {
    margin-bottom: 14px;
  }
  .summary_btn:last-of-type {
    margin-bottom: 22px;
  }
  .summary_btn a {
    border: 1px solid #e9e9fb;
    box-shadow: 1px 1px 5px 0px rgb(77 76 76 / 0.2);
    border-radius: 6px;
    padding: 14px 17px 13px;
    color: #0e81c7;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
  }
  /* ▲▲アコーディオン▲▲ */
  .conts_job_type .entry_wrapper {
    width: 100%;
    margin: 20px auto 0;
  }
  .conts_job_type .click_button {
    font-weight: 600;
  }
  .conts_job_type .click_button a {
    background: linear-gradient(to right, var(--gradient-color-08));
    padding: 16px 26px 15px;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white-01);
    font-size: 16px;
  }
  .conts_job_type .click_button a::before {
    content: "";
    display: block;
    width: 31px;
    height: 22px;
    background-image: url(../img/careers/letter_icon.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
  }
  .conts_job_type .click_button a::after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background-image: url(../img/careers/right_arrow.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(11px, 2px);
    transition: all 0.3s;
  }
  .conts_job_type .click_button a .icon {
    display: inline-block;
    width: 36px;
    margin-right: 27px;
    position: relative;
    top: 11px;
  }
  .hide_btn {
    display: none !important;
  }
  /*=========================
▲▲conts_job_type▲▲
===========================*/
}
