@charset "UTF-8";
.footer {
    background: #fff
}

.footerInner {
    background: #f3f6f5
}

.footerNav {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0
}

.footerNavBox {
    margin-bottom: 30px
}

.footerNavBox:last-child {
    margin-bottom: 0
}

.footerNavTtl {
    font-size: 14px;
    font-weight: 700;
    font-variation-settings: "wght"700;
    line-height: 1
}

.footerNavTtl a {
    color: #222;
    text-decoration: none;
    position: relative
}

.footerNavTtl a .is-window {
    display: inline-block;
    padding-left: 4px
}

.footerNavLst {
    margin-top: 15px
}

.footerNavLst li {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font-variation-settings: "wght"400;
    margin-bottom: 10px
}

.footerNavLst li:last-child {
    margin-bottom: 0
}

.footerNavLst li a {
    color: #222;
    text-decoration: none;
    position: relative
}

.footerNavLst a:before {
    background: #222;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .4s
}

.footerNavLst li a .is-window {
    display: inline-block;
    padding-left: 4px
}

.footerInfo {
    border-top: 1px solid #d8d8d7
}

.footerInfoIn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0
}

.footerInfoLogo {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.footerInfoLogo .txt {
    font-size: 14px;
    font-weight: 400;
    font-variation-settings: "wght"400;
    line-height: 2;
    color: #222;
    padding-left: 35px
}

.footerInfoSns .ttl {
    font-weight: 700;
    font-variation-settings: "wght"700;
    font-size: 14px;
    line-height: 20px;
    color: #222
}

.footerInfoSns .lst {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap
}

.footerInfoSns .lst li {
    margin-left: 25px
}

.footerInfoSns .lst li:first-child {
    margin-left: 0
}

.footerMark {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0
}

.footerMarkBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.footerMarkBox dd {
    font-weight: 400;
    font-variation-settings: "wght"400;
    font-size: 14px;
    line-height: 1.6;
    color: #222;
    margin-left: 30px
}

.footerLnk {
    border-top: 1px solid #e6e6e6
}

.footerLnkIn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0
}

.footerLnk .lst {
    display: flex;
    flex-wrap: wrap
}

.footerLnk .lst li {
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wght"400;
    font-size: 14px;
    line-height: 1.6;
    margin-right: 2em
}

.footerLnk .lst li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative
}

.footerLnk .lst li a:before {
    background: #222;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .4s
}

.footerLnk .lst li a .is-window {
    display: inline-block;
    padding-left: 4px;
    line-height: 1
}

.footerLnk .copyright {
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wght"400;
    font-size: 12px;
    line-height: 1.6
}

.cv_wrap {
    background: #1c4a40;
    overflow: hidden;
    padding: 87px 0 79px
}

.cv_in {
    position: relative
}

.cv_img {
    position: absolute;
    top: 50%;
    right: -23px;
    z-index: 9;
    margin-top: -144px
}

.cv_ttl {
    font-weight: 700;
    font-variation-settings: "wght"700;
    font-size: 32px;
    line-height: 1.6;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 30px
}

.cv_txt {
    font-weight: 400;
    font-variation-settings: "wght"400;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    z-index: 2;
    margin-bottom: 16px
}

.cvBtn_lst {
    margin-top: 32px
}

.cvBtn_lst .c-btn {
    width: 302px;
    height: 73px;
    box-sizing: border-box;
    margin: 0
}

.cvBtn_lst .c-btn.freeBtn {
    width: 434px;
    max-width: none;
    height: 75px
}

@media only screen and (min-width:1024px) {
    .footerInfoSns .lst a:hover {
        opacity: .8
    }
}

@keyframes headerfadeDown2 {
    0% {
        opacity: .4
    }
    100% {
        opacity: 1;
        transform: scale(1, 1)
    }
}

.cvBtn_lst .c-btn.freeBtn a {
    border-radius: 4px
}

.cvBtn_lst .c-btn.freeBtn a .is-icn {
    padding-right: 44px
}

.cvBtn_lst .c-btn.freeBtn a .is-free {
    margin-right: 15px;
    width: 60px;
    font-size: 18px
}

.cvBtn-lnk {
    margin-top: 30px
}

.cvBtn-lnk a {
    font-weight: 700;
    font-variation-settings: "wght"700;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-decoration: none
}

.cvBtn-lnk a .is-icn {
    position: relative;
    display: inline;
    margin-right: 47px
}

.cvBtn-lnk a .is-icn:before {
    background: #fff;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    margin: auto;
    transform-origin: left top;
    transform: scale(1, 1);
    transition: transform .4s
}

.cvBtn-lnk a .is-arw {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -15px;
    z-index: 1
}

.cvBtn-lnk a .is-arw:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url(/cmn5/svg/icn_arw_r_green.svg) no-repeat center/100% auto
}

.cvBtn-lnk a .is-arw:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1;
    border-radius: 50%;
    transition: all .2s ease-out
}

.scPopup_wrap {
    display: none
}

.scPopup_wrap.is-active {
    display: block
}

.scPopup_in {
    height: 100dvh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center
}

.scPopup_bg {
    background: rgba(0, 0, 0, .4);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 9999
}

.scPopup_main {
    position: relative;
    margin: auto;
    width: 80%;
    max-width: 800px;
    height: 74.556dvh;
    max-height: 670px;
    background: #fff;
    padding: 0 0 94px;
    box-sizing: border-box;
    z-index: 9999;
    border-radius: 20px;
    transform: translateY(10%);
    transition: .4s all;
    animation: headerfadeDown2 .4s cubic-bezier(.39, .58, .57, 1) forwards;
    display: none
}

.scPopup_main.is-on {
    height: 86.667dvh;
    max-height: 780px
}

.scPopup_wrap.is-active .scPopup_main {
    display: block
}

.searchPop_wrap {
    display: none
}

.searchPop_wrap.is-active {
    display: block
}

.searchPop_ttl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 72px;
    padding: 0 30px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box
}

.searchPop_ttl .ttl {
    font-weight: 700;
    font-variation-settings: "wght"700;
    font-size: 16px;
    line-height: 1.6
}

.searchPop_ttl .delete {
    font-weight: 400;
    font-variation-settings: "wght"400;
    font-size: 16px;
    line-height: 1.6
}

.searchPop_ttl .delete a {
    color: #222;
    text-decoration: none
}

.searchPop_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    width: 100%;
    height: 94px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box
}

.searchBtn {
    width: 180px;
    height: 55px;
    margin: 0 10px
}

.searchBtn a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght"700;
    line-height: 1;
    color: #fff;
    background: #1c4a40;
    border: 1px solid #1c4a40;
    border-radius: 8px;
    box-sizing: border-box
}

.searchBtn.is-cancel a {
    color: #1c4a40;
    background: #fff
}

.searchPop_cnt {
    width: 100%;
    height: 74.556dvh;
    max-height: 670px;
    height: -webkit-calc(74.556dvh - 165px);
    height: calc(74.556dvh - 165px);
    max-height: -webkit-calc(670px - 165px);
    max-height: calc(670px - 165px);
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: .4s all
}

.scPopup_main.is-on .searchPop_cnt {
    height: 86.667dvh;
    max-height: 780px;
    height: -webkit-calc(86.667dvh - 165px);
    height: calc(86.667dvh - 165px);
    max-height: -webkit-calc(780px - 165px);
    max-height: calc(780px - 165px)
}

.searchPop_box {
    border-bottom: 1px solid #e6e6e6
}

.searchPop_box .mds.is-ver2 {
    border-top: 1px solid #e6e6e6;
    background: #f3f6f5
}

.searchPop_box .mds a {
    display: block;
    text-decoration: none;
    padding: 25px 30px 25px;
    font-weight: 400;
    font-variation-settings: "wght"400;
    font-size: 16px;
    line-height: 1;
    color: #222;
    position: relative
}

.searchPop_box .mds.is-ver2 a {
    padding: 25px 30px 25px 50px
}

.searchPop_box .mds a:after,
.searchPop_box .mds a:before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background: #1c4a40;
    position: absolute;
    right: 20px;
    top: 50%;
    transition: .4s;
    z-index: 2
}

.searchPop_box .mds a:after {
    transform: translateY(-50%) rotate(90deg);
    margin-top: 1px
}

.searchPop_box .mds.is-on a {
    background: #f3f6f5
}

.searchPop_box .mds.is-on a:after {
    transform: rotate(0)
}

.searchPop_box .mds .is-select {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    font-variation-settings: "wght"700;
    color: #fff;
    background: #222;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    right: 62px;
    top: 50%;
    transform: translateY(-50%)
}

.searchPop_lst {
    background: #f3f6f5;
    padding: 0 50px 38px;
    display: none
}

.searchPop_lst.is-ver2 {
    background: #fff;
    padding: 0
}

.searchPop_lst.is-open {
    display: block
}

.searchPop_lst .lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -12px
}

.searchPop_lst .lst+.lst {
    margin-top: 0
}

.searchPop_lst .lst li {
    width: 49%;
    margin-top: 22px
}

.searchPop_lst .lst li.is-all {
    width: 100%;
    margin-top: 42px
}

.searchPop_lst label {
    cursor: pointer
}

.searchPop_lst input {
    display: none
}

.searchPop_lst .parts {
    display: block;
    font-weight: 400;
    font-variation-settings: "wght"400;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    position: relative;
    padding-left: 34px
}

.searchPop_lst .parts:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    background: #fff;
    transition: .4s all
}

.searchPop_lst input[type=checkbox]+.parts:before {
    border-radius: 4px
}

.searchPop_lst input+.parts:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #222 url(../svg/icn_chk_mk_wh.svg) no-repeat center/12px auto;
    transition: .4s all
}

.searchPop_lst input[type=radio]+.parts:after {
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    background: #222
}

.searchPop_lst input[type=checkbox]+.parts:after {
    border-radius: 4px
}

.searchPop_lst input:checked+.parts {
    font-weight: 700;
    font-variation-settings: "wght"700
}

.searchPop_lst input:checked+.parts:before {
    border: 1px solid #222
}

.searchPop_lst input:checked+.parts:after {
    content: ""
}

.SearchTop_btn,
.scTopPopup_wrap {
    display: none
}

.c-breadcrumbs {
    padding: 12px 32px
}

.c-breadcrumbs .list {
    line-height: 1.6;
    text-align: left;
    letter-spacing: -.4em;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.c-breadcrumbs .list li {
    display: inline;
    font-size: 12px;
    padding-left: 24px;
    position: relative;
    letter-spacing: normal
}

.c-breadcrumbs .list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #e2b700;
    transform: translateY(-50%)
}

.c-breadcrumbs .list li:first-child {
    padding-left: 0
}

.c-breadcrumbs .list li:first-child:before {
    content: none
}

.c-breadcrumbs .list li a {
    color: #1c4a40
}

.c-mv_wrap {
    background-color: #f3f6f5
}

.c-mv_in {
    padding: 69px 0 94px
}

.c-mv-label {
    font-weight: 700;
    font-variation-settings: "wght"700;
    font-size: 16px;
    line-height: 1.6;
    color: #1c4a40;
    margin-bottom: 13px
}

.c-mv-label span {
    display: inline-block;
    position: relative;
    padding-left: 24px
}

.c-mv-label span:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_plus.svg) no-repeat center/100% auto;
    z-index: 1
}

.c-mv-ttl {
    font-weight: 700;
    font-variation-settings: "wght"700;
    font-size: 40px;
    line-height: 1.6
}

.c-main {
    padding: 100px 0
}

.c-ankList_wrap {
    margin-bottom: 100px
}

.c-ankList_wrap .lst {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px
}

.c-ankList_wrap .lst li {
    margin-top: 20px;
    margin-right: 30px;
    font-variation-settings: "wght"700
}

.c-ankList_wrap .lst li a {
    font-size: 16px;
    line-height: 1.5;
    font-variation-settings: "wght"700;
    color: #1c4a40;
    text-decoration: none;
    position: relative;
    padding-right: 30px;
    padding-bottom: 7px;
    display: flex;
    align-items: center
}

.c-ankList_wrap .lst li a:before {
    background: #1c4a40;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .2s
}

.c-ankList_wrap .lst li a:after {
    background: #e6e6e6;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin: auto
}

.c-ankList_wrap .lst li a .is-nm {
    font-size: 12px;
    line-height: 1.25;
    padding-right: 5px
}

.c-ankList_wrap .lst li a .is-icn {
    position: absolute;
    overflow: hidden;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -13px;
    transition: opacity .2s ease-out, all .2s ease-out;
    background: #1c4a40
}

.c-ankList_wrap .lst li a .is-icn:before {
    content: "";
    position: absolute;
    background: url(../svg/icn_arw2_dwn_wh.svg) no-repeat center;
    background-size: 10px auto;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -10px 0 0 -10px;
    transition: all .2s cubic-bezier(.55, .055, .675, .19);
    transform: translate(0, 0)
}

.c-ankList_wrap .lst li a .is-icn:after {
    content: "";
    position: absolute;
    background: url(../svg/icn_arw2_dwn_wh.svg) no-repeat center;
    background-size: 10px auto;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -10px 0 0 -10px;
    transition: all .2s cubic-bezier(.55, .055, .675, .19);
    transform: translate(0, 200%)
}

.c-sucs_wrap {
    background: #fff;
    padding: 120px 0
}

.c-sucs_lst {
    margin-top: 60px
}

.c-sucs_box {
    width: 560px;
    height: 100%;
    box-sizing: border-box
}

.c-sucs_box a {
    display: block;
    text-decoration: none;
    padding: 40px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    height: 100%;
    box-sizing: border-box
}

.c-sucs_box .ttl {
    font-weight: 700;
    font-variation-settings: "wght"700;
    font-size: 20px;
    line-height: 1.6
}

.c-sucs_box .txt {
    font-weight: 400;
    font-variation-settings: "wght"400;
    font-size: 16px;
    line-height: 2;
    margin-top: 40px
}

.c-sucs_flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin-top: 30px
}

.c-sucs_name {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.c-sucs_name .box {
    padding-right: 30px
}

.c-sucs_name .name {
    font-weight: 700;
    font-variation-settings: "wght"700;
    font-size: 16px;
    line-height: 2
}

.c-sucs_name .age {
    font-weight: 400;
    font-variation-settings: "wght"400;
    font-size: 12px;
    line-height: 2
}

.c-sucs_flx .c-sucs_tag {
    margin-top: 0
}

.c-sucs_tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    gap: 10px
}

.c-sucs_tag .tag a {
    text-decoration: none;
    height: 26px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f3f6f5;
    border-radius: 4px;
    padding: 0 8px;
    font-weight: 700;
    font-variation-settings: "wght"700;
    font-size: 14px;
    line-height: 1;
    color: #1c4a40
}

.c-sucs_flx .c-sucs_tag .tag {
    text-decoration: none;
    height: 26px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f3f6f5;
    border-radius: 4px;
    padding: 0 8px;
    font-weight: 700;
    font-variation-settings: "wght"700;
    font-size: 14px;
    line-height: 1;
    color: #1c4a40;
    transition: all .2s ease-out
}

.c-sucs_wrap .c-btn {
    margin: 0 auto;
    margin-top: 60px
}

.c-ttl_ttl .en {
    font-weight: 700;
    font-variation-settings: "wght"700;
    font-size: 16px;
    line-height: 1;
    color: #1c4a40;
    margin-bottom: 30px
}

.c-ttl_ttl .en span {
    display: inline-block;
    position: relative;
    padding-left: 24px
}

.c-ttl_ttl .en span:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_plus.svg) no-repeat center/100% auto;
    z-index: 1
}

.c-ttl_ttl .ttl {
    font-weight: 700;
    font-variation-settings: "wght"700;
    font-size: 32px;
    line-height: 1
}

.c-job_wrap {
    padding: 100px 0 120px
}

.c-job_lst {
    margin-top: 60px
}

.c-job_box {
    width: 360px
}

.c-job_box a {
    text-decoration: none
}

.c-job_img {
    width: 100%;
    height: 202px;
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.c-job_img>picture>img,
.c-job_img>picture>source {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .4s all;
    transform: scale(1, 1)
}

.c-job_img.is-logo>picture>img,
.c-job_img.is-logo>picture>source {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 55px), calc(100% - 55px) calc(100% - 55px), calc(100% - 55px) 100%, 0 100%)
}

.c-job_img .logo {
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 1;
    background: #fff;
    border-radius: 6px 0 0 0;
    width: 60px;
    height: 60px;
    padding: 5px 6px 6px 5px;
    box-sizing: border-box
}

.c-job_img .logo img,
.c-job_img .logo source {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.c-job_txt {
    padding-top: 20px
}

.c-job_txt .company {
    font-weight: 700;
    font-variation-settings: "wght"700;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px
}

.c-job_txt .ttl {
    font-weight: 700;
    font-variation-settings: "wght"700;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
    display: inline-block;
    position: relative
}

.c-job_txt .ttl:before {
    background: #222;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .4s
}

.c-job_txt .txt {
    font-weight: 400;
    font-variation-settings: "wght"400;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px
}

.c-job_txt .pay {
    font-weight: 700;
    font-variation-settings: "wght"700;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    padding-left: 24px
}

.c-job_txt .pay:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    transition: .4s all;
    background: url(../svg/icn_pay.svg) no-repeat center/100% auto;
    z-index: 1
}

.c-job_btn.c-btn {
    margin: 0 auto;
    margin-top: 60px
}

.c-favPop_wrap,
.c-favPop_wrap2 {
    display: none;
    position: relative
}

.c-favPop_in,
.c-favPop_in2 {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    right: 0;
    margin: 0;
    z-index: 99999999;
    width: 360px;
    margin: 0 0 0 -180px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    border-radius: 8px
}

.c-favPop_bg,
.c-favPop_bg2 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #222;
    opacity: .6
}

.c-favPop_ct {
    display: block;
    padding: 30px;
    box-sizing: border-box
}

.c-favPop-txt {
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght"700;
    text-align: center
}

.c-favPop-btn {
    width: 100%;
    max-width: 260px;
    margin: 0 auto
}

.c-favPop-btn a {
    height: 100%;
    font-size: 16px;
    margin-top: 24px;
    position: relative
}

.c-favPop-btn .c-btn {
    height: 50px
}

.c-favPop-btn .c-btn a {
    background: #e2b700;
    color: #1c4a40;
    border: 1px solid #e2b700
}

.c-favPop-btn .c-btn.is-ver2 a {
    background: #fff;
    border: 1px solid #1c4a40
}

@media only screen and (min-width:1024px) {
    .searchPop_ttl .delete a:hover {
        text-decoration: underline
    }
    .searchBtn a:hover {
        background: #fff;
        color: #1c4a40
    }
    .searchBtn.is-cancel a:hover {
        background: #1c4a40;
        color: #fff
    }
    .searchPop_box .mds a:hover {
        background: #f3f6f5
    }
    .SearchBox_wrap {
        display: block
    }
    .SearchBox_cnt {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        height: 88px;
        background: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 100vh;
        position: relative;
        box-sizing: border-box
    }
    .SearchBox_box {
        width: 240px;
        box-sizing: border-box;
        position: relative;
        padding: 0 10px
    }
    .SearchBox_box:before {
        content: '';
        display: block;
        width: 1px;
        height: 46px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #e6e6e6;
        z-index: 1
    }
    .SearchBox_box:first-child:before {
        content: none
    }
    .SearchBox_box a {
        display: block;
        text-decoration: none;
        padding: 14px 30px 9px 30px;
        border-radius: 100px
    }
    .SearchBox_box a:hover {
        background: #f3f6f5
    }
    .SearchBox_box .ttl {
        font-weight: 700;
        font-variation-settings: "wght"700;
        font-size: 12px;
        line-height: 1;
        margin-bottom: 9px
    }
    .SearchBox_box.is-kekeyword {
        padding: 0 40px
    }
    .SearchBox_box .txt {
        font-weight: 400;
        font-variation-settings: "wght"400;
        font-size: 16px;
        line-height: 1.4;
        color: #888;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .SearchBox_box .txt.is-select {
        color: #222
    }
    .SearchBox_box input[type=text] {
        font-weight: 400;
        font-variation-settings: "wght"400;
        font-size: 16px;
        line-height: 1.4;
        color: #222
    }
    .SearchBtnEnter {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 127px;
        height: 66px;
        border-radius: 100vh;
        font-size: 16px;
        font-weight: 700;
        font-variation-settings: "wght"700;
        color: #fff
    }
    .SearchBtnEnter span {
        padding-right: 30px;
        display: block;
        position: relative;
        z-index: 2;
        opacity: 0;
        transition: opacity .1s;
        transition-delay: .1;
        text-align: right
    }
    .SearchBtnEnter:before {
        content: '';
        display: block;
        width: 66px;
        height: 66px;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 100vh;
        background: #1c4a40 url(../svg/icn_search.svg) no-repeat center/24px auto;
        z-index: 1;
        transition: width .2s
    }
    .SearchBtnEnter:hover:before {
        width: 100%;
        background-position: 30% 50%
    }
    .SearchBtnEnter:hover span {
        opacity: 1
    }
    .SearchDlt_btn {
        margin-top: 28px;
        text-align: center
    }
    .SearchDlt_btn a {
        font-weight: 400;
        font-variation-settings: "wght"400;
        font-size: 14px;
        line-height: 1.6;
        color: #222;
        text-underline-offset: 4px
    }
    .SearchDlt_btn a span {
        position: relative;
        padding-left: 28px
    }
    .SearchDlt_btn a span:before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../svg/icn_delete.svg) no-repeat center/100% auto;
        z-index: 1
    }
    .SearchDlt_btn a:hover {
        text-decoration: none
    }
    .c-breadcrumbs .list li a:hover {
        text-decoration: none
    }
    .c-ankList_wrap .lst li a:hover:before {
        transform-origin: left top;
        transform: scale(1, 1)
    }
    .footerNavTtl.footerTglJs a {
        pointer-events: none
    }
    .footerNavTtl a:before {
        background: #222;
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -4px;
        margin: auto;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .4s
    }
    .footerLnk .lst li a:hover:before,
    .footerNavLst a:hover:before,
    .footerNavTtl a:hover:before {
        transform-origin: left top;
        transform: scale(1, 1)
    }
    .footerMark a:hover {
        opacity: .7
    }
    .footerInfoLogo a:hover {
        opacity: .7
    }
    .footerMark.is-ver2 {
        justify-content: center;
        gap: 0 100px
    }
    .footerLnkIn.is-ver2 {
        justify-content: center
    }
    .footerNav {
        justify-content: space-between
    }
    .cvBtn-lnk a:hover .is-icn:before {
        transform-origin: right top;
        transform: scale(0, 1)
    }
    .c-favPop-btn .c-btn a:hover {
        background: #e07e00;
        border: 1px solid #e07e00
    }
    .c-favPop-btn .c-btn.is-ver2 a:hover {
        background: #1c4a40;
        color: #fff;
        border: 1px solid #1c4a40
    }
}

@media only screen and (min-width:767px) {
    .c-sucs_box a:hover {
        border: 1px solid #1c4a40
    }
    .c-sucs_tag .tag a:hover {
        background: #1c4a40;
        color: #fff
    }
    .c-job_box a:hover .c-job_txt .ttl:before {
        transform-origin: left top;
        transform: scale(1, 1)
    }
    .c-job_box a:hover .c-job_img>picture>img,
    .c-job_box a:hover .c-job_img>picture>source {
        transform: scale(1.04, 1.04)
    }
    .c-job_box a:hover .c-job_img.is-logo>picture>img,
    .c-job_box a:hover .c-job_img.is-logo>picture>source {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) calc(100% - 60px), calc(100% - 60px) 100%, 0 100%)
    }
    .cv_wrap {
        max-width: 1160px;
        margin: 120px auto;
        padding: 87px 60px 79px;
        box-sizing: border-box
    }
    .cv_in {
        max-width: none;
        margin: 0
    }
    .cv_ttl {
        font-size: 30px
    }
}

@media screen and (min-width:1024px) and (max-width:1240px) {
    .SearchBox_box a {
        padding: 1.129vw 2.419vw .726vw 2.419vw
    }
    .SearchBox_box.is-kekeyword {
        padding: 1.129vw 2.419vw .726vw 2.419vw
    }
}

@media screen and (min-width:767px) and (max-width:1240px) {
    .topSearch_in {
        padding: 60px 2.419vw!important
    }
    .SearchBox_cnt {
        padding-left: 20px
    }
    .SearchBox_box {
        width: 19.355vw
    }
    .c-sucs_box {
        width: 45.161vw
    }
    .c-job_box a {
        text-decoration: none
    }
    .c-job_img {
        width: 100%;
        height: 202px;
        position: relative;
        overflow: hidden
    }
    .c-job_img>picture>img,
    .c-job_img>picture>source {
        border-radius: 8px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: .4s all
    }
    .cv_wrap {
        max-width: 89.063vw
    }
}

@media only screen and (min-width:1240px) {
    body.searchAll .SearchBox_box {
        width: 270px
    }
    .searchPop_lst label:hover .parts {
        font-weight: 700;
        font-variation-settings: "wght"700
    }
    .searchPop_lst label:hover .parts:before {
        border: 1px solid #222
    }
}

@media only screen and (max-width:1024px) {
    .footerNav {
        display: block;
        padding: 60px 20px
    }
    .footerNavin {
        width: 100%
    }
    .footerNavTtl {
        font-size: 14px;
        line-height: 20px
    }
    .footerNavTtl a {
        display: block
    }
    .footerNavTtl.footerTglJs a {
        position: relative
    }
    .footerNavTtl.footerTglJs a:after,
    .footerNavTtl.footerTglJs a:before {
        content: '';
        display: block;
        width: 12px;
        height: 2px;
        background: #222;
        position: absolute;
        right: 10px;
        top: 50%;
        transition: .2s;
        z-index: 2
    }
    .footerNavTtl.footerTglJs a:after {
        transform: rotate(90deg)
    }
    .footerNavTtl.footerTglJs.is-on a:after {
        transform: rotate(0)
    }
    .footerNavin.box1 .footerNavBox,
    .footerNavin.box2 .footerNavBox {
        margin-bottom: 0;
        border-bottom: 1px solid #d8d8d7
    }
    .footerNavin.box1 .footerNavTtl,
    .footerNavin.box2 .footerNavTtl {
        font-weight: 700;
        font-variation-settings: "wght"700
    }
    .footerNavin.box1 .footerNavTtl a,
    .footerNavin.box2 .footerNavTtl a {
        padding: 15px 10px
    }
    .footerNavin.box3 {
        margin-top: 20px
    }
    .footerNavin.box3 .footerNavBox {
        margin-bottom: 20px
    }
    .footerNavin.box3 .footerNavBox:last-child {
        margin-bottom: 0
    }
    .footerNavin.box4 {
        margin-top: 0
    }
    .footerNavin.box4 .footerNavBox {
        margin-bottom: 20px
    }
    .footerNavin.box4 .footerNavBox.is-ver2 {
        border-bottom: 1px solid #d8d8d7;
        margin-bottom: 30px
    }
    .footerNavin.box4 .footerNavBox.is-ver2 .footerNavTtl a {
        padding: 15px 10px
    }
    .footerNavLst {
        display: none;
        margin: 0;
        padding: 15px 0 30px;
        padding-left: 30px
    }
    .footerNavLst.is-open {
        display: block
    }
    .footerNavLst li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px
    }
    .footerNavLst li:last-child {
        margin-bottom: 0
    }
    .footerInfoIn {
        display: block;
        padding: 30px 0
    }
    .footerInfoLogo {
        padding: 0 20px
    }
    .footerInfoLogo .txt {
        font-size: 12px;
        font-weight: 400;
        font-variation-settings: "wght"400;
        padding-left: 35px;
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        box-sizing: border-box;
        padding-left: 20px
    }
    .footerInfoSns {
        padding: 0 26px;
        margin-top: 30px
    }
    .footerInfoSns .lst {
        margin-top: 16px
    }
    .footerMark {
        display: block;
        padding: 30px 0
    }
    .footerMarkBox {
        padding: 0 20px;
        margin-bottom: 20px;
        flex-wrap: nowrap
    }
    .footerMarkBox:last-child {
        margin-bottom: 0
    }
    .footerMarkBox dd {
        font-size: 12px;
        margin-left: 10px
    }
    .footerLnkIn {
        display: block;
        padding: 30px 20px
    }
    .footerLnk .lst {
        display: block
    }
    .footerLnk .lst li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px
    }
    .footerLnk .lst li:last-child {
        margin-bottom: 0
    }
    .footerLnk .lst li a .is-window {
        line-height: 0
    }
    .SearchTop_btn {
        display: block;
        width: 100%;
        height: 54px
    }
    .SearchTop_btn a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: relative;
        text-decoration: none;
        font-weight: 400;
        font-variation-settings: "wght"400;
        font-size: 14px;
        line-height: 1.6;
        border: 1px solid #e6e6e6;
        color: #222;
        background: #fff;
        border-radius: 100vh;
        box-sizing: border-box
    }
    .SearchTop_btn a span {
        display: inline-block;
        position: relative;
        padding-left: 30px
    }
    .SearchTop_btn a span:after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -10px;
        z-index: 1;
        background: url(/cmn5/svg/icn_search.svg) no-repeat center/100% auto;
        filter: brightness(0) saturate(100%) invert(0%) sepia(13%) saturate(818%) hue-rotate(335deg) brightness(107%) contrast(73%)
    }
    .scTopPopup_wrap {
        display: none
    }
    .scTopPopup_wrap.is-active {
        display: block
    }
    .scTopPopup_in {
        height: 100vh;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999
    }
    .scTopPopup_main {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        background: #fff;
        padding: 0 0 94px;
        box-sizing: border-box;
        z-index: 9999;
        animation: headerfadeDown2 .4s cubic-bezier(.39, .58, .57, 1) forwards
    }
    .scTopPopup_main form {
        height: calc(100dvh - 65px);
        overflow-y: scroll;
        box-sizing: border-box;
        padding-bottom: 120px
    }
    .scTopPopup_wrap .searchPop_ttl {
        height: 65px;
        position: relative
    }
    .scTopPopup_cls {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 65px;
        height: 65px;
        z-index: 99;
        padding: 0;
        cursor: pointer;
        padding: 20px;
        box-sizing: border-box
    }
    .scTopPopup_cls span {
        position: relative;
        margin: 12px 0 0;
        transform: rotate(45deg)
    }
    .scTopPopup_cls span,
    .scTopPopup_cls span:after,
    .scTopPopup_cls span:before {
        display: block;
        width: 100%;
        height: 2px;
        background: #222
    }
    .scTopPopup_cls span:after,
    .scTopPopup_cls span:before {
        position: absolute;
        content: ""
    }
    .scTopPopup_cls span:before {
        top: -12px
    }
    .scTopPopup_cls span:after {
        top: 12px
    }
    .scTopPopup_cls span:after {
        transform: translate(0, -12px) rotate(-90deg)
    }
    .scTopPopup_cls span:before {
        transform: translate(0, 12px) rotate(-90deg)
    }
    .SearchBox_wrap {
        display: none
    }
    .scTopPopup_wrap .SearchBox_wrap {
        display: block;
        padding: 30px 20px 0
    }
    .SearchBox_box {
        width: 100%;
        height: 76px;
        padding: 0 30px;
        box-sizing: border-box;
        border-radius: 100vh;
        border: 1px solid #e6e6e6;
        margin-bottom: 20px;
        padding-top: 16px
    }
    .SearchBox_box.is-kekeyword {
        display: block
    }
    .SearchBox_box:last-child {
        margin-bottom: 0
    }
    .SearchBox_box a {
        height: 100%;
        display: block;
        text-decoration: none
    }
    .SearchBox_box .ttl {
        width: 100%;
        font-weight: 700;
        font-variation-settings: "wght"700;
        font-size: 12px;
        line-height: 1;
        margin-bottom: 15px
    }
    .SearchBox_box.is-kekeyword .ttl {
        margin-bottom: 10px
    }
    .SearchBox_box .txt {
        font-weight: 400;
        font-variation-settings: "wght"400;
        font-size: 14px;
        line-height: 1;
        color: #666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .SearchBox_box .txt.is-select {
        color: #222
    }
    .SearchBox_box input[type=text] {
        display: inline-block;
        width: 100%;
        height: 14px;
        font-weight: 400;
        font-variation-settings: "wght"400;
        font-size: 14px;
        line-height: 1;
        color: #222
    }
    .scTopPopup_main .searchBtn {
        width: 100%;
        height: 54px;
        margin: 0
    }
    .scTopPopup_main .searchBtn a {
        font-size: 14px
    }
    .scTopPopup_main .searchBtn a span {
        display: inline-block;
        position: relative;
        padding-left: 30px
    }
    .scTopPopup_main .searchBtn a span:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../svg/icn_search.svg) no-repeat center/100% auto;
        z-index: 1
    }
    .SearchDlt_btn {
        margin-top: 40px;
        text-align: center
    }
    .SearchDlt_btn a {
        font-weight: 400;
        font-variation-settings: "wght"400;
        font-size: 14px;
        line-height: 1.6;
        color: #222;
        text-underline-offset: 4px;
        text-decoration: none
    }
    .scPopup_main {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        height: 80.81dvh;
        max-height: none;
        padding: 0;
        transform: translateY(5%);
        animation: headerfadeDown2 .3s linear forwards;
        overflow: hidden
    }
    .scPopup_main.is-on {
        height: 88.006dvh;
        max-height: none
    }
    .searchPop_ttl {
        height: 58px;
        padding: 0 20px
    }
    .searchPop_ttl .ttl {
        font-size: 14px
    }
    .searchPop_ttl .delete {
        font-size: 12px
    }
    .searchPop_btn {
        justify-content: space-between;
        height: 82px;
        padding: 0 20px
    }
    .scPopup_main .searchPop_btn {
        position: relative;
        bottom: auto;
        left: auto;
        background: #fff
    }
    .scTopPopup_main .searchPop_btn {
        background: #fff
    }
    .searchBtn {
        width: 49%;
        height: 42px;
        margin: 0
    }
    .searchBtn a {
        font-size: 14px
    }
    .searchPop_cnt {
        height: 80.81dvh;
        max-height: none;
        height: -webkit-calc(80.81dvh - 139px);
        height: calc(80.81dvh - 139px);
        margin-bottom: -2px
    }
    .scPopup_main.is-on .searchPop_cnt {
        height: 88.006dvh;
        max-height: none;
        height: -webkit-calc(88.006dvh - 139px);
        height: calc(88.006dvh - 139px)
    }
    .searchPop_box .mds a {
        padding: 15px 20px 15px;
        font-size: 14px
    }
    .searchPop_box .mds.is-ver2 a {
        padding: 13px 65px 12px 40px;
        line-height: 1.4
    }
    .searchPop_box .mds .is-select {
        width: 18px;
        height: 18px;
        font-size: 10px;
        right: 42px
    }
    .searchPop_lst {
        padding: 0 40px 26px
    }
    .searchPop_lst .lst {
        display: flex;
        flex-wrap: wrap;
        margin-top: -10px
    }
    .searchPop_lst .lst li {
        width: 100%;
        margin-top: 20px
    }
    .searchPop_lst .lst li.is-all {
        width: 100%
    }
    .searchPop_lst label {
        cursor: pointer
    }
    .searchPop_lst input {
        display: none
    }
    .searchPop_lst .parts {
        font-size: 14px;
        padding-left: 34px
    }
    .searchPop_lst .parts:before {
        top: -1px
    }
    .searchPop_lst input+.parts:after {
        top: -1px
    }
    .searchPop_lst input[type=radio]+.parts:after {
        top: 3px
    }
}

@media screen and (min-width:767px) and (max-width:1240px) {
    .cv_img {
        text-align: center;
        position: static;
        margin-bottom: 60px;
        margin-top: 0;
        width: 100%
    }
    .cv_wrap {
        padding: 60px 0 60px
    }
    .cv_in {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }
}

@media only screen and (max-width:767px) {
    .cv_wrap {
        padding: 47px 0 60px
    }
    .cv_in {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 0 20px
    }
    .cv_img {
        text-align: center;
        position: static;
        margin-bottom: 24px;
        margin-top: 0;
        width: 100%
    }
    .cv_img img,
    .cv_img source {
        width: 100%;
        height: auto;
        max-width: 291px
    }
    .cv_ttl {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 23px
    }
    .cv_txt {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 14px
    }
    .cvBtn_lst {
        margin-top: 32px
    }
    .cvBtn_lst .c-btn {
        width: 100%;
        height: 54px;
        max-width: none
    }
    .cvBtn_lst .c-btn.freeBtn {
        width: 100%;
        margin: 0;
        height: 54px
    }
    .cvBtn_lst .c-btn.freeBtn a {
        border-radius: 8px
    }
    .cvBtn_lst .c-btn.freeBtn a .is-free {
        margin-right: 10px;
        width: 48px;
        font-size: 12px
    }
    .cvBtn_lst .c-btn.freeBtn a .is-icn {
        padding-right: 28px
    }
    .cvBtn-lnk {
        margin-top: 23px;
        text-align: center;
        padding-left: 10px
    }
    .cvBtn-lnk a {
        font-size: 14px
    }
    .cvBtn-lnk a .is-arw {
        width: 20px;
        height: 20px;
        right: -30px;
        margin-top: -10px
    }
    .cvBtn-lnk a .is-arw:before {
        width: 10px;
        height: 10px;
        background: url(/cmn5/svg/icn_arw_r_green.svg) no-repeat center/100% auto
    }
    .c-breadcrumbs {
        padding: 8px 0 8px 20px;
        overflow: auto;
        white-space: nowrap
    }
    .c-breadcrumbs .list li:last-child {
        padding-right: 20px
    }
    .c-mv_in {
        padding: 29px 20px 60px
    }
    .c-mv-label {
        font-size: 14px;
        line-height: 1.57;
        margin-bottom: 4px
    }
    .c-mv-label span {
        padding-left: 22px
    }
    .c-mv-ttl {
        font-size: 24px
    }
    .c-main {
        padding: 60px 20px
    }
    .c-ankList_wrap {
        margin-bottom: 60px
    }
    .c-ankList_wrap .lst li {
        margin-right: 20px
    }
    .c-ankList_wrap .lst li a {
        font-size: 14px;
        line-height: 1.428;
        padding-right: 26px;
        padding-bottom: 8px;
        height: 100%
    }
    .c-ankList_wrap .lst li a .is-nm {
        font-size: 10px;
        line-height: 1.2;
        padding-right: 3px
    }
    .c-ankList_wrap .lst li a .is-icn {
        width: 16px;
        height: 16px;
        margin-top: -12px
    }
    .c-ankList_wrap .lst li a .is-icn:before {
        background: url(../svg/icn_arw2_dwn_wh.svg) no-repeat center;
        background-size: 7px auto;
        width: 16px;
        height: 16px;
        margin: -8px 0 0 -8px
    }
    .c-ankList_wrap .lst li a .is-icn:after {
        background: url(../svg/icn_arw2_dwn_wh.svg) no-repeat center;
        background-size: 7px auto;
        width: 16px;
        height: 16px;
        margin: -8px 0 0 -8px
    }
    .c-sucs_wrap {
        padding: 60px 0
    }
    .c-sucs_wrap .topTtl_ttl {
        padding: 0 20px
    }
    .c-sucs_lst {
        margin-top: 40px
    }
    .c-sucs_box {
        width: 300px
    }
    .c-sucs_box a {
        padding: 20px
    }
    .c-sucs_box .ttl {
        font-size: 16px
    }
    .c-sucs_box .txt {
        font-size: 14px;
        margin-top: 10px
    }
    .c-sucs_flx {
        display: block;
        margin-top: 20px
    }
    .c-sucs_name {
        justify-content: flex-end
    }
    .c-sucs_name .box {
        padding-right: 10px
    }
    .c-sucs_name .name {
        font-size: 14px;
        line-height: 1.6
    }
    .c-sucs_name .age {
        font-size: 12px;
        line-height: 1.6
    }
    .c-sucs_flx .c-sucs_tag {
        justify-content: flex-start;
        margin-top: 10px;
        margin-right: 0;
        margin-left: 0
    }
    .c-sucs_tag {
        margin-top: 90px;
        margin-right: 20px;
        margin-left: 20px
    }
    .c-sucs_tag .tag a {
        height: 25px;
        padding: 0 8px;
        font-size: 12px
    }
    .c-sucs_flx .c-sucs_tag .tag {
        height: 25px;
        padding: 0 8px;
        font-size: 12px
    }
    .c-sucs_wrap .c-btn {
        margin-top: 40px
    }
    .c-ttl_ttl {
        padding: 0 20px
    }
    .c-ttl_ttl .en {
        font-size: 12px;
        margin-bottom: 14px
    }
    .c-ttl_ttl .en span {
        padding-left: 22px
    }
    .c-ttl_ttl .ttl {
        font-size: 20px
    }
    .c-job_wrap {
        padding: 60px 0 60px
    }
    .c-job_wrap .topTtl_ttl {
        box-sizing: border-box;
        padding: 0 20px
    }
    .c-job_lst {
        margin-top: 40px;
        padding-bottom: 60px
    }
    .c-job_box {
        width: 300px
    }
    .c-job_img {
        width: 100%;
        height: 168px
    }
    .c-job_img .logo {
        width: 50px;
        height: 50px;
        padding: 4px 5px 5px 4px
    }
    .c-job_img.is-logo>picture>img,
    .c-job_img.is-logo>picture>source {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) calc(100% - 45px), calc(100% - 45px) 100%, 0 100%)
    }
    .c-job_txt {
        padding-top: 20px
    }
    .c-job_txt .company {
        font-size: 12px
    }
    .c-job_txt .ttl {
        font-size: 16px
    }
    .c-job_txt .txt {
        font-size: 12px
    }
    .c-job_txt .pay {
        font-size: 12px
    }
    .c-job_btn.c-btn {
        margin-top: 40px
    }
    .c-favPop_in {
        width: calc(100% - 40px);
        margin: 0 auto;
        left: 0;
        max-width: 360px
    }
    .c-favPop-txt {
        font-size: 14px
    }
    .c-favPop-btn .c-btn a {
        font-size: 14px
    }
    .cv_wrap {
        margin: 60px 20px
    }
    .cv_ttl {
        font-size: 18px
    }
    .cv_txt {
        font-size: 13px
    }
}

@media screen and (min-width:376px) and (max-width:767px) {
    .searchPop_lst .lst li.is-all {
        width: 100%
    }
}

@media only screen and (max-width:390px) {
    .cv_ttl {
        font-size: 5.128vw;
        margin-bottom: 5.897vw
    }
    .cv_txt {
        font-size: 3.59vw;
        margin-bottom: 3.59vw
    }
}

@media only screen and (max-width:340px) {
    .c-sucs_box {
        width: 280px
    }
    .c-sucs_wrap .c-btn {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px)
    }
    .c-job_box {
        width: 280px
    }
    .c-job_btn.c-btn {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px)
    }
}

.c-anotxt {
    font-size: 14px;
    line-height: 1;
    margin-top: 15px;
    text-align: left
}

@media only screen and (max-width:767px) {
    .c-anotxt {
        font-size: 12px;
        line-height: 1.2;
        margin-top: 10px
    }
}

.cv_wrap.is-ver2 {
    padding: 80px 60px;
    border-radius: 16px
}

.cv_wrap.is-ver2 .cv_in {
    display: flex;
    align-items: center
}

.cv_wrap.is-ver2 .cv_img {
    position: static;
    margin-top: 0
}

.cv_wrap.is-ver2 .cv_box {
    width: -webkit-calc(100% - 438px);
    width: calc(100% - 438px);
    box-sizing: border-box;
    padding-left: 40px
}

.cv_wrap.is-ver2 .cv_ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: .08em;
    margin-bottom: 12px
}

.cv_wrap.is-ver2 .cv_ttl .is-hw {
    font-size: 20px;
    line-height: 29px;
    color: #fff
}

.cv_wrap.is-ver2 .cv_ttl .is-clr {
    font-size: 32px;
    line-height: 48px;
    color: #e2b700;
    margin-top: 8px
}

.cv_wrap.is-ver2 .cv_txt {
    font-size: 16px;
    line-height: 180%;
    letter-spacing: .08em;
    color: #fff
}

.cv_wrap.is-ver2 .cvBtn_lst {
    margin-top: 0
}

.cv_wrap.is-ver2 .cvBtn_lst .c-btn.freeBtn {
    width: 434px;
    height: 75px;
    margin: 0
}

.cv_wrap.is-ver2 .cvBtn_lst .c-btn.freeBtn a {
    letter-spacing: .08em
}

.cv_wrap.is-ver2 .cvBtn_lst .c-btn.freeBtn a .is-icn {
    padding-right: 40px;
    position: relative;
    z-index: 2
}

.cv_wrap.is-ver2 .cvBtn_lst .c-btn.freeBtn a .is-free {
    margin-right: 10px;
    width: 50px;
    font-size: 16px
}

.cv_wrap.is-ver2 .cvBtn-lnk {
    margin-top: 16px
}

.cv_wrap.is-ver2 .cvBtn-lnk a {
    font-size: 16px;
    letter-spacing: .08em
}

.cv_wrap.is-ver2 .cvBtn-lnk a .is-icn {
    margin-right: 40px
}

@media only screen and (min-width:767px) and (max-width:1240px) {
    .cv_wrap.is-ver2 {
        padding: 6.452vw 4.839vw
    }
    .cv_wrap.is-ver2 .cv_img {
        margin: 0;
        width: 35.323vw
    }
    .cv_wrap.is-ver2 .cv_img img,
    .cv_wrap.is-ver2 .cv_img source {
        width: 100%;
        height: auto
    }
    .cv_wrap.is-ver2 .cv_box {
        width: -webkit-calc(100% - 438px);
        width: calc(100% - 35.323vw);
        padding-left: 3.226vw
    }
    .cv_wrap.is-ver2 .cv_ttl {
        margin-bottom: .968vw
    }
    .cv_wrap.is-ver2 .cv_ttl .is-hw {
        font-size: 1.613vw
    }
    .cv_wrap.is-ver2 .cv_ttl .is-clr {
        font-size: 2.581vw;
        margin-top: .645vw
    }
    .cv_wrap.is-ver2 .cv_txt {
        font-size: 1.29vw
    }
    .cv_wrap.is-ver2 .cvBtn_lst .c-btn.freeBtn {
        width: 35vw;
        height: 6.048vw
    }
}

@media only screen and (max-width:767px) {
    .cv_wrap.is-ver2 {
        padding: 32px 20px;
        border-radius: 0;
        margin: 60px 0 0
    }
    .cv_wrap.is-ver2 .cv_in {
        display: block;
        padding: 0
    }
    .cv_wrap.is-ver2 .cv_img {
        margin: 0
    }
    .cv_wrap.is-ver2 .cv_img img,
    .cv_wrap.is-ver2 .cv_img source {
        width: 100%;
        height: auto;
        max-width: 350px
    }
    .cv_wrap.is-ver2 .cv_box {
        width: 100%;
        padding: 24px 0 0
    }
    .cv_wrap.is-ver2 .cv_ttl {
        margin-bottom: 12px
    }
    .cv_wrap.is-ver2 .cv_ttl .is-hw {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .08em
    }
    .cv_wrap.is-ver2 .cv_ttl .is-clr {
        font-size: 24px;
        line-height: 35px;
        letter-spacing: .08em;
        margin-top: 8px
    }
    .cv_wrap.is-ver2 .cv_txt {
        font-size: 14px;
        line-height: 180%;
        letter-spacing: .08em;
        margin-bottom: 24px
    }
    .cv_wrap.is-ver2 .cvBtn_lst {
        margin-top: 0
    }
    .cv_wrap.is-ver2 .cvBtn_lst .c-btn.freeBtn {
        width: 100%;
        max-width: 350px;
        height: 68px;
        margin: 0 auto
    }
    .cv_wrap.is-ver2 .cvBtn_lst .c-btn.freeBtn a {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: .08em
    }
    .cv_wrap.is-ver2 .cvBtn_lst .c-btn.freeBtn a .is-icn {
        padding-right: 28px
    }
    .cv_wrap.is-ver2 .cvBtn_lst .c-btn.freeBtn a .is-free {
        margin-right: 12px;
        width: 46px;
        height: 28px;
        font-size: 14px;
        line-height: 12px;
        letter-spacing: .1em
    }
    .cv_wrap.is-ver2 .cvBtn-lnk {
        margin-top: 22px
    }
    .cv_wrap.is-ver2 .cvBtn-lnk a {
        font-size: 14px
    }
    .cv_wrap.is-ver2 .cvBtn-lnk a .is-icn {
        margin-right: 30px
    }
}

@media only screen and (max-width:390px) {
    .cv_wrap.is-ver2 {
        padding: 8.205vw 5.128vw
    }
    .cv_wrap.is-ver2 .cv_img img,
    .cv_wrap.is-ver2 .cv_img source {
        max-width: 89.744vw
    }
    .cv_wrap.is-ver2 .cv_box {
        padding: 6.154vw 0 0
    }
    .cv_wrap.is-ver2 .cv_ttl {
        margin-bottom: 3.077vw
    }
    .cv_wrap.is-ver2 .cv_ttl .is-hw {
        font-size: 3.59vw;
        line-height: 5.128vw;
        letter-spacing: .08em
    }
    .cv_wrap.is-ver2 .cv_ttl .is-clr {
        font-size: 6.154vw;
        line-height: 8.974vw;
        margin-top: 2.051vw
    }
    .cv_wrap.is-ver2 .cv_txt {
        font-size: 3.59vw;
        margin-bottom: 6.154vw
    }
    .cv_wrap.is-ver2 .cvBtn_lst .c-btn.freeBtn {
        max-width: 89.744vw;
        height: 17.436vw
    }
    .cv_wrap.is-ver2 .cvBtn-lnk {
        margin-top: 5.641vw
    }
    .cv_wrap.is-ver2 .cvBtn-lnk a {
        font-size: 3.59vw
    }
    .cv_wrap.is-ver2 .cvBtn-lnk a .is-icn {
        margin-right: 7.692vw
    }
}

@media only screen and (max-width:368px) {
    .cv_wrap.is-ver2 .cvBtn_lst .c-btn.freeBtn a {
        font-size: 4.348vw;
        line-height: 5.435vw
    }
    .cv_wrap.is-ver2 .cvBtn_lst .c-btn.freeBtn a .is-icn {
        padding-right: 7.609vw
    }
    .cv_wrap.is-ver2 .cvBtn_lst .c-btn.freeBtn a .is-free {
        margin-right: 3.261vw;
        width: 12.5vw;
        height: 7.609vw;
        font-size: 3.804vw;
        line-height: 3.261vw
    }
}

.c-column_lst {
    margin-top: 60px
}

.c-column_lst .splide__track {
    max-width: 1200px;
    margin: 0 auto
}

.c-column_box {
    width: 360px;
    height: 100%
}

.c-column_box a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 454px;
    background: #f3f6f5;
    border-radius: 8px;
    text-decoration: none;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.c-column_box a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .03);
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .4s
}

.c-column_img {
    width: 100%;
    height: 210px;
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.c-column_img img,
.c-column_img source {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .4s all
}

.c-column_txt {
    margin-top: 16px
}

.c-column_txt .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: .02em;
    color: #222
}

.c-column_box .is-arw_wrap {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    margin-left: auto;
    bottom: 40px;
    right: 40px
}

.c-column_box .is-arw {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%
}

.c-column_box .is-arw:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    background: url(/cmn5/svg/icn_arw_r.svg) no-repeat center/100% auto
}

.c-column_box .is-arw:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #1c4a40;
    z-index: 1;
    transition: all .2s ease-out
}

@media only screen and (min-width:767px) {
    .c-column_box a:hover:before {
        transform-origin: left top;
        transform: scale(1, 1)
    }
    .c-column_box a:hover .is-arw:after {
        transform: scale(1.13, 1.13)
    }
    .c-column_box a:hover .c-column_img>picture>img,
    .c-column_box a:hover .c-column_img>picture>source {
        transform: scale(1.04, 1.04)
    }
}

@media only screen and (max-width:767px) {
    .c-column_lst {
        margin-top: 40px
    }
    .c-column_box {
        width: 228px
    }
    .c-column_box a {
        border-radius: 4px;
        padding: 16px;
        min-height: 310px
    }
    .c-column_img {
        width: 100%;
        height: 147px
    }
    .c-column_txt {
        margin-top: 16px
    }
    .c-column_txt .ttl {
        font-weight: 700;
        font-size: 14px;
        line-height: 180%;
        letter-spacing: .02em
    }
    .c-column_box .is-arw_wrap {
        bottom: 16px;
        right: 16px
    }
}