@charset "UTF-8";

/* =======================================
			career
======================================= */
.pageContents {
    padding: 0;
}

.careerMainContents {
    background-color: #ECF5F8;
}
.careerMainInner {
    position: relative;
    margin: 0 auto;
    width: 1266px;
}
.careerMainUp {
    height: 600px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.careerMainImg {
    width: 743px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.webp .careerMainImg {
    background-image: url("../img/career/mv_img_pc.webp?var=20231220");
}
.no-webp .careerMainImg {
    background-image: url("../img/career/mv_img_pc.png?var=20231220");
}
.careerMainImgTitleList {
    margin-top: 40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.careerMainImgTitle {
    margin-left: 100px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    color: #0076AA;
}
.careerMainImgTitle:nth-child(1) {
    margin-left: 90px;
}
.careerMainDesc {
    margin-left: 20px;
    width: 420px;
    padding-top: 90px;
}
.careerMainTitle {

}
.careerMainTitleText {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    color: #0E3E53;
}
.careerMainTitleText:nth-child(n+2) {
    padding-top: 8px;
}
.careerMainTitleText__middle {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    vertical-align: text-bottom;
}
.careerMainTitleText__center {
    text-align: center;
}
.careerMainTitleText__big {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.475;
    background: linear-gradient(transparent 75%, #F8F597 25%);
}

.careerMainPickup {
    margin-top: 30px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.careerMainPickupItem {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #FFF;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.careerMainPickupItemText {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    vertical-align: text-bottom;
}
.careerMainPickupItemText__small {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.careerMainPickupItemText__middle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}
.careerMainPickupItemText__big {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}
.careerMainPickupItemText__brown {
    color: #C76121;
}
.careerMainDown {
    position: absolute;
    bottom: 70px;
    width: 100%;
}
.careerMainBtn {
    display: block;
    margin: 0 auto;
    width: 480px;
    border-radius: 10px;
    padding: 16px 30px;
    text-align: center;
    text-decoration: none;
    background-color: #E6905A;
    background-image: url("../img/circle_down_darkOrange_white.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 30px);
    background-size: 32px 32px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.33);
}
.careerMainBtnText {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.46;
    color: #FFF;
}

.careerSubContents {
    padding: 70px 0 0;
}
.careerSubContents__bg__white {
    background-color: #FFF;
}

.careerSubBlock {
    margin-top: 30px;
}
.careerSubBlockText {
    font-size: 16px;
    line-height: 1.68;
    letter-spacing: 0.01em;
    text-align: center;
}

/* about */
.careerAbout {

}
.careerAboutMain {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.careerAboutMainLeft {
    width: 456px;
}
.careerAboutImg {
    height: 265px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.webp .careerAboutImg {
    background-image: url("../img/career/about.webp");
}
.no-webp .careerAboutImg {
    background-image: url("../img/career/about.png");
}
.careerAboutMainRight {
    width: 604px;
}
.careerAboutText {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01em;
}
.careerAboutMainRight > .careerAboutText:nth-child(n+2) {
    margin-top: 20px;
}
.careerAboutMainRight > .careerAboutText:last-child {
    margin-top: 12px;
}
.careerAboutText__note {
    font-size: 12px;
}
.careerAboutText__middle {
    font-size: 18px;
}
.careerAboutText__medium {
    font-size: 20px;
    font-weight: 500;
}
.careerAboutText__big {
    font-size: 24px;
    font-weight: 700;
}
.careerAboutText__right {
    text-align: right;
}
.careerAboutText__red {
    color: #EA2D0A;
}
.careerAboutText__rightWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.careerAboutText__leftWrap {
    text-align: left;
}
.careerAboutText__list {
    position: relative;
    display: block;
    padding-left: 2em;
}
.careerAboutText__list::before {
    position: absolute;
    left: 0;
}
.careerAboutText__list:nth-child(1):before {
    content: "※１";
}
.careerAboutText__list:nth-child(2):before {
    content: "※２";
}
.careerAboutText__link {
    text-decoration: underline;
}

.careerAboutSub {
    margin-top: 60px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.careerAboutSubTitle {
    width: 236px;
    border-radius: 10px;
    padding: 30px 15px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #0076AA;
    background-color: #ECF5F8;
}
.careerAboutSubDesc {
    width: calc(100% - 236px);
    padding-left: 14px;
}
.careerAboutSubDesc > .careerAboutText:nth-child(n+2) {
    margin-top: 8px;
}

/* category */
.careerCategoryList {
    margin-top: 30px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.careerCategoryItem {
    margin-left: 100px;
    width: 150px;
}
.careerCategoryItem:first-child {
    margin-left: 0;
}
.careerCategoryImg {
    margin: 0 auto;
    display: block;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    background-color: #ECF5F8;

    background-repeat: no-repeat;
    background-position: center;
}
.careerCategoryItem:nth-child(1) .careerCategoryImg {
    background-image: url("../img/career/icon_consultation_blue.svg");
    background-size: 82px auto;
}
.careerCategoryItem:nth-child(2) .careerCategoryImg {
    background-image: url("../img/career/icon_ctscan_blue.svg");
    background-size: 72px auto;
}
.careerCategoryItem:nth-child(3) .careerCategoryImg {
    background-image: url("../img/career/icon_medical_blue.svg");
    background-size: 76px auto;
}
.careerCategoryText {
    margin-top: 8px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.42;
    text-align: center;
}

/* cv */
.careerCv {
    padding-top: 110px;
    background-color: #FFF;
}
.careerCv__bg__lightBlue {
    background-color: #ECF5F8;
}
.careerCvWrap {
    position: relative;
    padding: 110px 0 40px;
    background-color: #0076AA;
}
.balloonWrap {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -250px;
}
.balloonTitle01 {
    position: relative;
    width: 500px;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(66, 128, 147, 0.16);
}
.balloonTitle01::after {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12.5px;
    border-style: solid;
    border-width: 23px 12.5px 0 12.5px;
    border-color: #ffffff transparent transparent transparent;
}
.balloonTitle01Main {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: #0076AA;
}
.balloonTitle01MainSub {
    font-size: 20px;
    line-height: 1.35;
    color: #000;
}
.balloonTitle01Sub {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.03em;
    color: #000;
}
.careerCvBtn {
    margin: 0 auto;
    display: block;
    width: 592px;
    border-radius: 10px;
    padding: 33px 54px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background-color: #E6905A;

    background-repeat: no-repeat;
    background-position: 526px center;
    background-size: 45px 45px;

    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.29);
}
.careerCvBtn__up {
    background-image: url("../img/circle_up_darkOrange_white.svg");
}
.careerCvBtn__down {
    background-image: url("../img/circle_down_darkOrange_white.svg");
}
.careerCvBtnText {

}

/* merit */
.careerMeritMainWrap {
    margin-top: 30px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.careerMeritMainLeft {
    width: 550px;
}
.careerMeritMainImg {
    width: 100%;
}
.careerMeritMainRight {
    margin-left: 40px;
    width: 353px;
}
.careerMeritList {

}
.careerMeritListItem {
    position: relative;
    padding-left: 30px;

    letter-spacing: 0.01em;
}
.careerMeritListItem::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../img/career/checkbox_icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.careerMeritListItem:nth-child(n+2){
    margin-top: 20px;
}

/* flow */
.careerFlow {

}
.careerFlowMainWrap {
    margin-top: 30px;
}
.careerFlowList {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.careerFlowListItem {
    width: 270px;
}
.careerFlowListTitle {
    padding: 9px 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #0076AA;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.careerFlowListItem:nth-child(1) .careerFlowListTitle {
    background-image: url("../img/career/service_arrow_img1.svg");
}
.careerFlowListItem:nth-child(2) .careerFlowListTitle {
    background-image: url("../img/career/service_arrow_img2.svg");
}
.careerFlowListItem:nth-child(3) .careerFlowListTitle {
    background-image: url("../img/career/service_arrow_img3.svg");
}
.careerFlowListItem:nth-child(4) .careerFlowListTitle {
    background-image: url("../img/career/service_arrow_img4.svg");
}
.careerFlowListText {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42;
}
.careerFlowSubList {
    margin-top: 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.careerFlowSubListItem {
    width: 130px;
    height: 95px;
    border-radius: 4px;
    background-color: #0076AA;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.careerFlowSubListItemText {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    text-align: center;

    color: #FFF;
}
.careerFlowListArrow {
    margin-top: 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.careerFlowListArrowText {
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    color: #FFF;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.careerFlowListArrow__free {
    width: 964px;
    letter-spacing: 1em;
    background-image: url("../img/career/service_range_arrow_img1.svg");
}
.careerFlowListArrow__paid {
    width: calc(100% - 964px);
    letter-spacing: 0.05em;
    background-image: url("../img/career/service_range_arrow_img2.svg");
}

/* faq */
.careerFaq {
    margin-top: 70px;
    padding-bottom: 70px;
    background-color: #ECF5F8;
}
.careerFaqList {
    margin: 30 auto;
    border-radius: 10px;
    padding: 35px 50px 50px;
    background-color: #fff;
}
.careerFaqItem {

}
.careerFaqItem:nth-child(n+2) {
    border-top: 1px solid rgba(0, 118, 170, 0.21);
}
.careerFaqItem:last-child {
    border-bottom: 1px solid rgba(0, 118, 170, 0.21);
}

/* form */
.careerForm {
    background-color: #ECF5F8;
}

/*----------------------------------------
 _画面の横幅が750pxまで
----------------------------------------*/
@media screen and (max-width:750px) {
    /* =======================================
                career
    ======================================= */
    .careerMainInner {
        position: relative;
        margin: 0 auto;
        width: 100%;
    }
    .careerMainUp {
        /* height: 129.33vw; */
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .careerMainImg {
        margin-top: 4vw;
        width: 100%;
        height: 53.33vw;
    }
    .webp .careerMainImg {
        background-image: url("../img/career/mv_img_sp.webp?var=20231220");
    }
    .no-webp .careerMainImg {
        background-image: url("../img/career/mv_img_sp.png?var=20231220");
    }
    .careerMainImgTitleList {
        margin-top: 2.66vw;
    }
    .careerMainImgTitle {
        margin-left: 9.6vw;
        font-size: 3.2vw;
        line-height: 1.5;
    }
    .careerMainImgTitle:nth-child(1) {
        margin-left: 8vw;
    }
    .careerMainDesc {
        margin: 0 auto;
        width: 89.33vw;
        padding-top: 4vw;
    }
    .careerMainTitleText {
        font-size: 3.73vw;
    }
    .careerMainTitleText:nth-child(-n+2) {
        margin: 0 auto;
        width: 74.66vw;
    }
    .careerMainTitleText:nth-child(n+2) {
        padding-top: 2.13vw;
    }
    .careerMainTitleText:nth-child(3) {
        font-size: 4.8vw;
    }
    .careerMainTitleText__middle {
        font-size: 4.8vw;
    }
    .careerMainTitleText__big {
        font-size: 8vw;
        line-height: 1.5;
    }
    .careerMainPickup {
        margin-top: 5.33vw;
    }
    .careerMainPickupItem {
        width: 26.66vw;
        height: 26.66vw;
    }
    .careerMainPickupItemText {
        font-size: 3.73vw;
        line-height: 1.42;
    }
    .careerMainPickupItemText__small {
        font-size: 3.73vw;
        line-height: 1.42;
    }
    .careerMainPickupItemText__middle {
        font-size: 5.33vw;
        line-height: 1.45;
    }
    .careerMainPickupItemText__big {
        font-size: 10.66vw;
    }
    .careerMainDown {
        position: relative;
        bottom: auto;
        padding-top: 2.66vw;
        padding-bottom: 5.33vw;
    }
    .careerMainBtn {
        width: 89.33vw;
        border-radius: 2.66vw;
        padding: 4.8vw 5.33vw;
        background-position: calc(100% - 5.33vw);
        background-size: 6.93vw 6.93vw;
        box-shadow: 0 0 4.26vw 0 rgba(0, 0, 0, 0.33);
    }
    .careerMainBtnText {
        font-size: 4.26vw;
        line-height: 1.5;
    }

    .careerSubContents {
        padding: 10.66vw 0 0;
    }
    .careerSubBlock {
        margin-top: 8vw;
    }
    .careerSubBlockText {
        font-size: 4.26vw;
        line-height: 1.5;
        text-align: left;
    }
    
    /* about */
    .careerAboutMainLeft {
        width: 100%;
    }
    .careerAboutImg {
        width: 100%;
        border-radius: 2.66vw;
    }
    .careerAboutMainRight {
        margin-top: 2.66vw;
        width: 100%;
    }
    .careerAboutText {
        font-size: 3.73vw;
        line-height: 1.6;
    }
    .careerAboutMainRight > .careerAboutText:nth-child(n+2) {
        margin-top: 4vw;
    }
    .careerAboutMainRight > .careerAboutText:last-child {
        margin-top: 2.66vw;
    }
    .careerAboutText__note {
        /* font-size: 3.2vw; */
        font-size: 2.93vw;
    }
    .careerAboutText__middle {
        font-size: 4.8vw;
        line-height: 1.3;
    }
    .careerAboutText__medium {
        font-size: 4.8vw;
        line-height: 1.3;
    }
    .careerAboutText__big {
        font-size: 4.8vw;
        line-height: 1.3;
    }
    .careerAboutSub {
        margin-top: 13.33vw;
    }
    .careerAboutSubTitle {
        width: 100%;
        border-radius: 2.66vw;
        padding: 6.66vw 4vw;
        font-size: 4.8vw;
    }
    .careerAboutSubDesc {
        margin-top: 2.66vw;
        width: 100%;
        padding-left: 0;
    }
    .careerAboutSubDesc > .careerAboutText:nth-child(n+2) {
        margin-top: 2.13vw;
    }

    /* category */
    .careerCategory {
        padding-bottom: 10.66vw;
    }
    .careerCategoryList {
        margin-top: 5.33vw;
    }
    .careerCategoryItem {
        margin-left: 0;
        width: 29.33vw;
    }
    .careerCategoryItem:first-child {
        margin-left: 0;
    }
    .careerCategoryImg {
        width: 21.33vw;
        height: 21.33vw;
    }
    .careerCategoryItem:nth-child(1) .careerCategoryImg {
        background-size: 13.33vw auto;
    }
    .careerCategoryItem:nth-child(2) .careerCategoryImg {
        background-size: 12vw auto;
    }
    .careerCategoryItem:nth-child(3) .careerCategoryImg {
        background-size: 10.66vw auto;
    }
    .careerCategoryText {
        margin-top: 0;
        font-size: 3.73vw;
    }

    /* cv */
    .careerCv {
        padding-top: 10.66vw;
    }
    .careerCvWrap {
        padding: 21.33vw 0 10.66vw;
    }
    .balloonWrap {
        top: -10.66vw;
        margin-left: -44.66vw;
    }

    .balloonTitle01 {
        width: 89.33vw;
        border-radius: 4vw;
        padding: 4vw;
        box-shadow: 0 0 2.66vw 0 rgba(66, 128, 147, 0.16);
    }
    .balloonTitle01::after {
        bottom: -4.13vw;
        margin-left: -2vw;
        border-width: 4.53vw 2vw 0 2vw;
        border-color: #ffffff transparent transparent transparent;
    }
    .balloonTitle01Main {
        font-size: 5.86vw;
        line-height: 1.36;
        letter-spacing: -0.1em;
    }
    .balloonTitle01MainSub {
        font-size: 4vw;
    }
    .balloonTitle01Sub {
        font-size: 4vw;
        letter-spacing: -0.1em;
    }
    .careerCvBtn {
        width: 100%;
        border-radius: 2.66vw;
        padding: 5.33vw 4vw;
        font-size: 5.33vw;
    
        background-position: 76vw center;
        background-size: 9.33vw 9.33vw;
    
        box-shadow: 0 0 4.26vw 0 rgba(0, 0, 0, 0.29);
    }

    /* merit */
    .careerMerit {
        padding-bottom: 10.66vw;
    }
    .careerMeritMainWrap {
        margin-top: 5.33vw;
    }
    .careerMeritMainLeft {
        width: 100%;
    }
    .careerMeritMainRight {
        margin-top: 5.33vw;
        margin-left: 0;
        width: 100%;
    }
    .careerMeritListItem {
        padding-left: 8vw;
    }
    .careerMeritListItem::before {
        width: 5.33vw;
        height: 5.33vw;
    }
    .careerMeritListItem:nth-child(n+2){
        margin-top: 5.33vw;
    }

    /* flow */
    .careerFlowMainWrap {
        margin-top: 5.33vw;
    }
    .scrollWrap {
        width: 293.33vw;
    }
    .careerFlowListItem {
        width: 72vw;
    }
    .careerFlowListTitle {
        padding: 2.4vw 1.33vw;
        font-size: 3.73vw;
    }
    .careerFlowListText {
        margin-top: 2.66vw;
        font-size: 3.73vw;
    }
    .careerFlowSubList {
        margin-top: 5.33vw;
    }
    .careerFlowSubListItem {
        width: 34.66vw;
        height: 25.33vw;
        border-radius: 1.06vw;
    }
    .careerFlowSubListItemText {
        font-size: 4vw;
    }
    .careerFlowListArrow {

    }
    .careerFlowListArrowText {
        font-size: 3.73vw;
        line-height: 10.66vw;
    }
    .careerFlowListArrow__free {
        width: 257.06vw;
    }
    .careerFlowListArrow__paid {
        width: calc(100% - 257.06vw);
    }

    /* faq */
    .careerFaq {
        margin-top: 10.66vw;
        padding-bottom: 10.66vw;
    }
    .careerFaqList {
        margin: 30 auto;
        border-radius: 2.66vw;
        padding: 2.66vw 4vw 5.33vw;
    }
    .careerFaqItem {
    
    }
    .careerFaqItem:nth-child(n+2) {
        border-top: 0.26vw solid rgba(0, 118, 170, 0.21);
    }
    .careerFaqItem:last-child {
        border-bottom: 0.26vw solid rgba(0, 118, 170, 0.21);
    }

    /* form */
    .formInputBtn {
        background-position: 77.2vw center;
    }
}
