@charset "UTF-8";
/*求人検索一覧*/
.searchAll .c-mv_in {
    padding: 69px 0 62px;
}
.searchAll_wrap {
    background: #F3F6F5;
    padding: 0 0 120px;
}
/*
.searchAll_in {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
    */
.c-mv_wrap.is-special {
    height: 240px;
}
.c-mv_wrap.is-special.is-engineer {
    background: #fff url(/cmn5/img/search_mv_it.jpg) no-repeat right bottom;
}
.is-special-mv_wrap {
    background: #F3F6F5;
    padding-bottom: 60px;
}
.is-special-mv_wrap .c-breadcrumbs {
    background: #F3F6F5;
}
.searchAll_head {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.searchAll_head .result{
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font-variation-settings: "wght" 400;
}
.searchAll_head .result span{
    color: #1C4A40;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    padding-right: 5px;
}
.searchAll_head .lst {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.searchAll_head .lst li {
    margin-left: 10px;
}
.searchAll_head select {
    height: 43px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    background: #fff url(../svg/icn_arw2_dwn_green.svg) no-repeat right 14px center / 10px auto;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    color: #222222;
    cursor: pointer;
}
.searchAll_head select[name="sort"] {
    width: 115px;
}
.searchAll_head select[name="limit"] {
    width: 95px;
}
.search_pager {
    margin: 80px 0 120px;
}
.search_pager .lst{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.search_pager .lst li{
    margin: 0 5px;
}
.search_pager .lst li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    color: #222;
    position: relative;
    z-index: 1;
}
.search_pager .lst li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #E6E6E6;
    transition: all .2s ease-out;
    z-index: 1;
}
.search_pager .lst li a span{
    position: relative;
    z-index: 2;
}
.search_pager .lst li.on a {
    pointer-events: none;
    color: #fff;
}
.search_pager .lst li.on a:before{
    background: #1C4A40;
}
.searchAll_lst{
    margin: 0;
}
.searchAll_box{
    background: #fff;
    border: 1px solid #E6E6E6;
    border-top: 2px solid #1C4A40;
    border-radius: 0 0 16px 16px;
    position: relative;
    margin-top: 40px;
}
.searchAll_box:first-child{
    margin-top: 0;
}
.searchDtl_head {
    padding: 40px 30px 30px;
    border-bottom: 1px solid #E6E6E6;
}
.searchDtl_head .company {
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
    margin-bottom: 20px;
}
.searchDtl_ttl {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.searchDtl_ttl .ttl {
    font-size: 28px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
}
.searchDtl_ttl .ttl a {
    text-decoration: none;
}
.searchDtl_cnt .tag,
.searchDtl_ttl .status {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
/*
.searchDtl_cnt .tag li,
.searchDtl_ttl .status li {
    margin-right: 10px;
}
*/
.searchDtl_ttl .status li:last-child {
    margin-right: 10px;
}
.searchDtl_cnt .tag li span,
.searchDtl_ttl .status li span{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 26px;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 8px;
    border: 1px solid #1C4A40;
    background: #fff;
    color: #1C4A40;
    word-break: keep-all;
}
.searchDtl_ttl .status li span {
    border: 1px solid #E82C64;
    color: #E82C64;
}
.searchDtl_ttl .status li.new span {
    background: #E82C64;
    color: #fff;
}
.searchDtl_cnt .tag {
    margin-bottom: 20px;
}
.searchDtl_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 30px;
}
.searchDtl_box.is-one {
    display: block;
}
.searchDtl_img {
    width: 360px;
    height: 202px;
    border-radius: 8px;
}
.searchDtl_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
.searchDtl_cnt {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
    box-sizing: border-box;
    padding-right: 30px;
}
.searchDtl_cnt .ttl {
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
}
.searchDtl_cnt .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.scRec_date {
    margin-top: 20px;
}
.scRec_date .box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;
}
.scRec_date .box:last-child {
    margin-bottom: 0;
}
.scRec_date .box dt {
    width: 124px;
    height: 38px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    border-radius: 4px;
    box-sizing: border-box;
    background: #F3F6F5;
    color: #1C4A40;
}
.scRec_date .box dt span {
    padding-left: 28px;
    position: relative;
    display: inline-block;
}
.scRec_date .box dt span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.scRec_date .box.is-pay dt span:before {
    background: url(../svg/icn_pay.svg) no-repeat center / auto 100%;
    filter: brightness(0) saturate(100%) invert(21%) sepia(37%) saturate(678%) hue-rotate(117deg) brightness(98%) contrast(89%);
}
.scRec_date .box.is-area dt span:before {
    background: url(../svg/icn_area.svg) no-repeat center / auto 100%;
    filter: brightness(0) saturate(100%) invert(21%) sepia(37%) saturate(678%) hue-rotate(117deg) brightness(98%) contrast(89%);
}
.scRec_date .box dd {
    font-size: 14px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
    padding-left: 20px;
    width: -webkit-calc(100% - 124px);
    width: calc(100% - 124px);
    box-sizing: border-box;
}
.scRec_date .box dd span {
    font-size: 20px;
}
.searchDtl_btn {
    border-top: 1px solid #E6E6E6;
}
.favo_btn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 183px;
    height: 43px;
}
.favo_btn a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    color: #222222;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    box-sizing: border-box;
}
.favo_btn .is-icn {
    padding-right: 30px;
    position: relative;
    display: inline-block;
}
.favo_btn .is-icn:before {
    content: '';
    display: block;
    width: 16px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_favorite.svg) no-repeat center / auto 100%;
    z-index: 1;
}
.favo_btn.is-on a {
    border: 1px solid #222222;
}
.js-favorite-btn.is-on .is-icn:before {
    background: url(../svg/icn_favorite_on.svg) no-repeat center / auto 100%;
}
.enter_btn {
    text-align: center;
}
.enter_btn a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    color: #1C4A40;
    padding: 32px 0;
}
.enter_btn .is-icn {
    padding-right: 40px;
    position: relative;
    display: inline-block;
}
.searchBox_btn {
    display: none;
}
/*検索詳細*/
.searchDtl_wrap {
    padding: 80px 0 120px;
}
.searchDtl_in {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.dtlCnt_wrap {
    width: 100%;
    max-width: 840px;
    border-top: 2px solid #1C4A40;
}
.dtlCnt_side {
    position: relative;
    width: 100%;
    max-width: 260px;
}
.sideBox_wrap {
    position: sticky;
    top: 80px;
    right: 0;
    background: #F3F6F5;
    border-radius: 8px;
}
.sideBox_ttl {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    border-bottom: 1px solid #E6E6E6;
    padding: 26px 25px 13px;
}
.sideBox_lnk {
    padding: 30px 25px 0;
}
.sideBox_lnk li {
    margin-bottom: 15px;
}
.sideBox_lnk li:last-child {
    margin-bottom: 0;
}
.sideBox_lnk li a {
    font-size: 15px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    line-height: 1.6;
    color: #222222;
    text-decoration: none;
    position: relative;
}
.sideBox_lnk li.is-on a {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    color: #1C4A40;
    padding-left: 13px;
}
.sideBox_lnk li.is-on a:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #1C4A40;
    z-index: 1;
}
.sideBox_btn {
    padding: 30px;
}
.sideBox_btn .entry_btn {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.sideBox_btn .entry_btn a {
    font-size: 14px;
}
.sideBox_btn .favo_btn {
    position: static;
    width: 200px;
    height: 50px;
    margin: 0 auto;
}
.sideBox_btn .favo_btn.is-pc {
    display: block;
}
.sideBox_btn .favo_btn.is-sp {
    display: none;
}
.search_seobox {
    border-radius: 16px;
    line-height: 1.8;
    padding: 30px;
    background: #fff;
    margin-bottom: 80px;
    margin-top: 40px;
}
.search_pager + .search_seobox {
    margin-top: 0;
}
.searchDtl .searchDtl_head {
    padding: 40px 0 30px;
}
.searchDtl .searchDtl_ttl {
    display: block;
}
.searchDtl .searchDtl_ttl .status {
    margin-bottom: 20px;
}
.searchDtl .searchDtl_ttl .ttl {
    font-size: 32px;
}
.searchDtl .searchDtl_head .company {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    margin: 20px 0 0;
}
.searchDtl .searchDtl_head .company .logo {
    z-index: 1;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 8px;
    width: 90px;
    height: 90px;
    padding: 5px;
    box-sizing: border-box;
    margin-right: 20px;
}
.searchDtl .searchDtl_head .company .logo source,
.searchDtl .searchDtl_head .company .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.searchDtl .searchDtl_head .img-cap {
    width: 75px;
    font-size: 10px;
    transform: scale(0.8);
    margin-left: -5px;
}
.searchDtl .searchDtl_box {
    padding: 40px 0;
    border-bottom: 1px solid #E6E6E6;
}
.searchDtl .scRec_date {
    margin-top: 40px;
}
.dtlRead_wrap {
    padding: 40px 0 80px;
}
.dtlRead_box {
    margin-bottom: 40px;
}
.dtlRead_box .ttl {
    font-size: 24px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
}
.dtlRead_box .txt {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    line-height: 2;
}
.dtlReadSb_box {
    margin-bottom: 40px;
}
.dtlRead_box:last-child,
.dtlReadSb_box:last-child {
    margin-bottom: 0;
}
.dtlReadSb_box .ttl {
    font-size: 20px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
}
.dtlReadSb_box .txt {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    line-height: 2;
}
.dtlBox_wrap {
    border-top: 1px solid #1C4A40;
    padding: 20px 0 80px;
}
.realvoice_wrap {
    border-top: 1px solid #1C4A40;
    padding: 20px 0 80px;
}
.detHrInt_wrap {
    border-top: 1px solid #1C4A40;
    padding: 20px 0 80px;
}
.dtlBox_ttl {
    font-size: 24px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    padding-left: 28px;
}
.dtlBox_ttl: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;
}
.dtlBox_lst {
    border: 1px solid #E6E6E6;
}
.dtlBox_box {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E6E6E6;
}
.dtlBox_box:last-child {
    border-bottom: none;
}
.dtlBox_box .ttl {
    width: 200px;
    box-sizing: border-box;
    background: #F3F6F5;
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
    padding: 20px;
}
.dtlBox_box .txt {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    box-sizing: border-box;
    padding: 20px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 2;
}
.dtlLst_wrap {
    border-top: 1px solid #1C4A40;
    padding: 20px 0 100px;
}
.dtlLst_ttl {
    font-size: 24px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    padding-left: 28px;
}
.dtlLst_ttl: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;
}
.dtlLst_lst {
    margin-bottom: 60px;
}
.dtlLst_lst .topJob_box {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    padding: 30px 0;
    position: relative;
}
.dtlLst_lst .topJob_box:before {
    background: #222;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .4s;
}
.dtlLst_lst .topJob_img > picture > source,
.dtlLst_lst .topJob_img > picture > img {
    clip-path: none;
}
.dtlLst_lst .topJob_box:first-child {
    padding-top: 0;
}
.dtlLst_lst .topJob_box a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.dtlLst_lst .topJob_img {
    width: 204px;
    height: 112px;
}
.dtlLst_lst .topJob_img .logo {
    display: none;
}
.dtlLst_lst .topJob_txt {
    width: -webkit-calc(100% - 204px);
    width: calc(100% - 204px);
    box-sizing: border-box;
    padding: 0 0 0 20px;
}
.dtlLst_lst .topJob_txt .ttl {
    font-size: 20px;
    margin-bottom: 10px;
}
.dtlLst_lst .topJob_txt .txt {
    font-size: 14px;
    margin-bottom: 10px;
}
.dtlLst_wrap .c-btn {
    margin: 0 auto;
}
.dtlBack_btn {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 23px;
    color: #222;
}
.dtlBack_btn .is-icn {
    display: inline-block;
    position: relative;
    padding-left: 40px;
}
.topTtl_ttl .en {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 1;
    color: #1C4A40;
    margin-bottom: 30px;
}
.topTtl_ttl .en span {
    display: inline-block;
    position: relative;
    padding-left: 24px;
}
.topTtl_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;
}
.topTtl_ttl .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    line-height: 1;
}
.topJob_wrap {
    padding: 60px 0 120px;
    border-top: 1px solid #E6E6E6;
}
.topJob_lst {
    margin-top: 60px;
}
.topJob_box {
    width: 360px;
}
.topJob_box a {
    text-decoration: none;
}
.topJob_img {
    width: 100%;
    height: 202px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.topJob_img > picture > source,
.topJob_img > picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .4s all;
    transform: scale(1, 1);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 55px),calc(100% - 55px) calc(100% - 55px),calc(100% - 55px) 100%,0 100%);
}
.topJob_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;
}
.topJob_img .logo source,
.topJob_img .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.topJob_txt {
    padding-top: 20px;
}
.topJob_txt .company {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.topJob_txt .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.topJob_txt .txt {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.topJob_txt .pay {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    padding-left: 24px;
}
.topJob_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;
}
.topJob_btn.c-btn {
    margin: 0 auto;
    margin-top: 60px;
}
.splide {
    padding-left: -webkit-calc((100% - 1160px) / 2);
    padding-left: calc((100% - 1160px) / 2);
}
.splide_part {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
}
.splide__arrows {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.splide__arrow {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
}
.splide__arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #1C4A40;
    background: #1C4A40;
    border-radius: 50%;
    z-index: 1;
    transition:all .2s ease-out;
}
.splide__arrow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 2;
    transition:all .2s ease-out;
}
.splide__arrow.splide__arrow--next:after {
    background: url(../svg/icn_arw_r.svg) no-repeat center / 14px auto;
}
.splide__arrow.splide__arrow--prev:after {
    background: url(../svg/icn_arw_l.svg) no-repeat center / 14px auto;
}
.splide__arrow span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.splide__arrow source,
.splide__arrow img {
    display: block;
}
.splide__pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 20px;
    max-width: 240px;
}
.splide__pagination li {
    width: 30px;
    height: 2px;
    flex: 1;
}
.splide__pagination__page {
    display: block;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
}
.splide__pagination__page.is-active {
    background: #000000;
}
.enter_btn .is-arw,
.dtlBack_btn .is-arw,
.dtlLst_lst .topJob_box .is-arw {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    z-index: 1;
}
.enter_btn .is-arw:before,
.dtlBack_btn .is-arw:before,
.dtlLst_lst .topJob_box .is-arw:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #1C4A40;
    border-radius: 50%;
    z-index: 1;
    transition: all .2s ease-out;
}
.enter_btn .is-arw:after,
.dtlBack_btn .is-arw:after,
.dtlLst_lst .topJob_box .is-arw:after {
    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.svg) no-repeat center / 100% auto;
    transition: all .2s ease-out;
}
.dtlLst_lst .topJob_box .is-arw {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    right: 20px;
}
.dtlLst_lst .topJob_box .is-arw:after {
    width: 12px;
    height: 12px;
}
.dtlBack_btn .is-arw {
    right: auto;
    left: 0;
}
.dtlBack_btn .is-arw:after {
    background: url(/cmn5/svg/icn_arw_l.svg) no-repeat center / 100% auto;
}
.entry_btn {
    width: 500px;
    height: 95px;
    margin: 0 auto 80px;
}
.entry_btn a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    color: #1C4A40;
    background: #E2B700;
    border: 1px solid #E2B700;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}
.entry_btn a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #f2cb22;
    transform-origin: right top;
    transform: scaleX(0);
    animation: show_after .2s ease-out .3s forwards;
    transition: transform .4s;
    border-radius: 4px
}
.entry_btn .is-icn {
    padding-right: 50px;
    position: relative;
    display: inline-block;
    z-index: 2;
}
.entry_btn .is-txt {
    position: relative;
    display: inline-block;
    z-index: 2;
}
.entry_btn .is-arw {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    z-index: 1;
}
.entry_btn .is-arw:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #222222;
    border-radius: 50%;
    z-index: 1;
    transition: all .2s ease-out;
}
.entry_btn .is-arw:after {
    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.svg) no-repeat center / 100% auto;
    transition: all .2s ease-out;
}
.realvoice-txt {
    font-size: 18px;
}
.realvoiceIn {
    margin-top: 40px;
}
.realvoiceIn a {
    position: relative;
    display: block;
    padding: 40px 80px 40px 50px;
    border: 1px solid #E6E6E6;
    text-decoration: none;
}
.realvoicebox .gra {
    width: 200px;
    padding-right: 50px;
}
.realvoicebox .gra img {
    width: 100%;
    height: auto;
}
.realvoicebox .realvoice {
    width: calc(100% - 250px);
}
.realvoiceDtl-ttl {
    font-size: 18px;
    margin-bottom: 20px;
}
.realvoiceDtl-txt {
    font-size: 18px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.8;
}
body.is-btm {
    padding-bottom: 100px;
}
.searchBtmMenu_wrap {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
    max-width: 1160px;
    height: auto;
}
.searchBtmMenu_wrap .SearchDlt_btn {
    display: none !important;
}
/* 20250710 kudo */
.searchCtabnr_img {
    margin-top: 40px;
    padding: 0 16px;
    text-align: center;
}
.searchCtabnr_img a {
    display: block;
}
.searchCtabnr_img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 0px 16px 0px rgba(32, 95, 84, 0.4);
}
/*interviews*/
.detHrInt_wrap .dtlBox_ttl {
    margin-bottom: 20px;
}
.detHrInt_in {
    margin-top: 47px;
}
.detHrInt_in a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 207px;
    box-sizing: border-box;
    text-decoration: none;
}
.detHrInt-img {
    transition: opacity .2s ease-out, all .2s ease-out;
}
.detHrInt-img img {
    border-radius: 4px 0 0 4px;
}
.detHrInt_box {
    padding: 0 48px 0 44px;
    border: 1px solid #D9D9D9;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: opacity .2s ease-out, all .2s ease-out;
    box-sizing: border-box;
    width: calc(100% - 368px);
}
.detHrInt-ttl {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
}
.detHrInt-name {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.06em;
}
.detHrInt-name .is-post {
    font-size: 15px;
}
.detHrInt-name.is-ver2 .is-post {
    font-size: 14px;
    display: inline-block;
}
.detHrInt-name .is-fss {
    font-size: 16px;
}
.detHrInt_box .is-arw {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 18px;
    right: 22px;
    z-index: 1;
    border-radius: 50%;
}
.detHrInt_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;
}
.detHrInt_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;
}
/* 20250828 kudo */
.searchBtmMenu_wrap.is-typea {
    max-width: 1040px;
}
.searchBtmMenu_wrap.is-typea .Search_wrap {
    width: auto;
}
.searchBtmMenu_wrap.is-typea .SearchBox_wrap form {
    padding-bottom: 0;
}
.searchBtmMenu_wrap.is-typea .SearchBox_cnt {
    display: flex;
    height: 88px;
    padding: 0px;
    border-radius: 100vh;
}
.searchBtmMenu_wrap.is-typea .SearchBox_box {
    width: 240px;
}
.searchBtmMenu_wrap.is-typea .SearchBox_box:before {
    content: '';
    display: block;
    width: 1px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    background: #E6E6E6;
    z-index: 1;
    transition: none;
}
.searchBtmMenu_wrap.is-typea .SearchBox_box:first-child:before {
    content: none;
}
.searchBtmMenu_wrap.is-typea .SearchBox_box a {
    padding: 14px 30px 9px 30px;
    border-radius: 100px;
}
.searchBtmMenu_wrap.is-typea .SearchBox_box .ttl {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 9px;
}
.searchBtmMenu_wrap.is-typea .SearchBox_box .ttl:after {
    content: none;
}
.searchBtmMenu_wrap.is-typea .SearchBox_box .txt {
    white-space: nowrap;
    padding-right: 0;
}
.searchBtmMenu_wrap.is-typea .SearchBtnEnter {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 127px;
    height: 66px;
}
.searchBtmMenu_wrap.is-typea .SearchBtnEnter:before {
    width: 66px;
    background-position: center;
}
.searchBtmMenu_wrap.is-typea .SearchBox_box input[type="text"] {
    padding: 0;
    border-radius: none;
    background: #fff;
}
.searchBtmMenu_wrap.is-typea .SearchBtnEnter span {
    padding-right: 30px;
    text-align: right;
    opacity: 0;
}
/*blur*/
.searchAll_box.is-blur .searchDtl_head,
.searchAll_box.is-blur .searchDtl_box,
.searchAll_box.is-blur .searchDtl_btn {
    -ms-filter: blur(6px);
    filter: blur(6px);
    position: relative;
}
.searchAll_box.is-blur:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    /* background: rgba(255, 255, 255, 0.8); */
    border-radius: 0 0 16px 16px;
}
.searchDtl_blur {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.searchDtl_blur .read {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 40px;
}
.searchDtl_blur .read span {
    position: relative;
    padding-left: 1em;
}
.searchDtl_blur .read span:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 4px;
    background: url(../svg/icn_key.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.searchDtl_blur .txt {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.searchDtl_blur .txt dt {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
}
.searchDtl_blur .txt dd {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 14px;
    line-height: 200%;
}
.searchDtl_blur .blur_btn {
    max-width: 440px;
    margin: 0 auto;
    margin-top: 40px;
}
.memberOpen_img img{
    width: 100%;
    height: auto;
}
@media only screen and (min-width:1024px) {
    .searchAll_head {
        margin: 0 0 40px 0;
    }
    .searchAll_in {
        display: flex;
        justify-content: space-between;
    }
    .Search_wrap {
        width: 300px;
    }
    .SearchBox_wrap {
        height: 100%;
    }
    .SearchBox_wrap form {
        position: sticky;
        top: 100px;
        max-height: calc(100vh - 140px);
        overflow-y: auto;
        padding-bottom: 40px;
    }
    .SearchBox_cnt {
        display: block;
        height: auto;
        border-radius: 8px;
        padding: 30px 20px 5px 20px;
    }
    body.searchAll .SearchBox_box {
        width: auto;
        padding: 0 0 15px;
        margin: 0 0 25px;
        border-bottom: 1px solid #E6E6E6;
        position: relative;
    }
    body.searchAll .SearchBox_box.is-kekeyword {
        margin: 0;
    }
    .SearchBox_box:before {
        background: #1c4a40;
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -1px;
        top: auto;
        margin: auto;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .4s;
    }
    .SearchBox_box:first-child:before {
        content: '';
    }
    .SearchBox_box a {
        padding: 0 0 15px;
        border-radius: 0;
        position: relative;
    }
    .SearchBox_box a:hover {
        background: none;
    }
    .SearchBox_box:has(a:hover):before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .SearchBox_box .ttl {
        position: relative;
    }
    .SearchBox_box .ttl:after {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: 50%;
        border-radius: 50%;
        background: #1C4A40 url(/cmn5/svg/icn_arw_r.svg) no-repeat center / 12px auto;
        z-index: 1;
        transition: all .2s ease-out;
        transform: translate(0, -12px);
    }
    .SearchBox_box.is-kekeyword .ttl:after {
        display: none;
    }
    .SearchBox_box .txt {
        white-space: normal;
        padding-right: 24px;
    }
    .SearchBtnEnter {
        transition: opacity .2s ease-out, all .2s ease-out;
    }
    .SearchBtnEnter:hover {
        opacity: 0.7;
    }
    .SearchBtnEnter:before {
        width: 100%;
        background-position: 30% 50%;
    }
    .SearchBtnEnter span {
        opacity: 1;
    }
    .SearchBox_box input[type="text"] {
        background: #F3F6F5;
        padding: 10px;
        border-radius: 8px;
    }
    .SearchBox_box .ttl {
        font-size: 16px;
        margin-bottom: 0;
    }
    .SearchBox_box.is-kekeyword .ttl {
        margin-bottom: 15px;
    }
    .SearchBtnEnter {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        box-sizing: border-box;
        transform: none;
    }
    .SearchBtnEnter span {
        padding-right: 0;
        text-align: center;
    }
    .searchAll_main {
        width: calc(100% - 340px);
    }
    .searchDtl_cnt {
        width: -webkit-calc(100% - 50%);
        width: calc(100% - 50%);
    }
    .searchDtl_img {
        width: 50%;
        max-width: 360px;
    }
    .placeholder-txt {
        font-weight: 400;
        font-variation-settings: "wght" 400;
        font-size: 14px;
        line-height: 1.4;
        color: #888;
    }
    .SearchSlect_box {
        margin-bottom: 20px;
    }
    .SearchSlect_box:last-child {
        margin-bottom: 0;
    }
    .SearchSlect_in {
        margin-bottom: 15px;
    }
    .SearchSlect_in:last-child {
        margin-bottom: 0;
    }
    .select-ttl {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        color: #888;
    }
    .SearchSlect_boxin {
        margin-top: 12px;
    }
    .select-subttl {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        padding-left: 1em;
    }
    .SearchSlect_box .lst {
        padding-left: 1em;
    }
    .SearchSlect_box .lst.is-ver2 {
        padding-left: 2em;
    }
    .SearchSlect_box .lst li {
        margin-top: 12px;
    }
    .SearchSlect_box .lst.is-ver2 li {
        margin-top: 8px;
    }
    .SearchSlect_box label {
        cursor: pointer;
    }
    .SearchSlect_box input {
        display: none;
    }
    .SearchSlect_box .parts {
        display: block;
        font-weight: 400;
        font-variation-settings: "wght" 400;
        font-size: 14px;
        line-height: 1.6;
        color: #222222;
        position: relative;
        padding-left: 26px;
    }
    .SearchSlect_box .parts:before {
        position: absolute;
        content: "";
        display: block;
        top: 2px;
        left: 0;
        width: 18px;
        height: 18px;
        box-sizing: border-box;
        border-radius: 50%;
        border: 1px solid #D9D9D9;
        background: #FFFFFF;
        transition: .4s all;
    }
    .SearchSlect_box input[type=checkbox]+.parts:before {
        border-radius: 4px;
    }
    .SearchSlect_box input+.parts:after {
        position: absolute;
        display: block;
        top: 2px;
        left: 0;
        width: 18px;
        height: 18px;
        box-sizing: border-box;
        border-radius: 50%;
        background: #222 url(../svg/icn_chk_mk_wh.svg) no-repeat center / 12px auto;
        transition: .4s all;
    }
    .SearchSlect_box input[type=checkbox]+.parts:after {
        border-radius: 4px;
    }
    .SearchSlect_box input:checked+.parts {
        font-weight: 700;
        font-variation-settings: "wght" 700;
    }
    .SearchSlect_box input:checked+.parts:before {
        border: 1px solid #222;
        /*background: #E2F3F1;*/
    }
    .SearchSlect_box input:checked+.parts:after {
        content: "";
    }
    .SearchBtn_wrap {
        margin: 0 -20px;
        padding: 30px 20px;
        position: sticky;
        bottom: -40px;
        z-index: 999;
        left: 0;
        background: #fff;
    }
}
@media only screen and (min-width:767px) {
    .favo_btn a:hover {
        border: 1px solid #222222;
    }
    .searchDtl_ttl .ttl a:hover {
        color: #1C4A40;
    }
    .search_pager .lst li a:hover:before {
        transform: scale(1.13, 1.13);
    }
    /*
    .topJob_box a:hover .topJob_txt .pay:before {
        filter: brightness(0) saturate(100%) invert(21%) sepia(25%) saturate(910%) hue-rotate(117deg) brightness(104%) contrast(92%);
    }
    */
    .topJob_box a:hover .topJob_img > picture > source,
    .topJob_box a:hover .topJob_img > picture > img {
        transform: scale(1.04, 1.04);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 60px),calc(100% - 60px) calc(100% - 60px),calc(100% - 60px) 100%,0 100%);
    }
    .dtlLst_lst a:hover .topJob_img > picture > source,
    .dtlLst_lst a:hover .topJob_img > picture > img {
        clip-path: none;
    }
    .splide__arrow:hover:before {
        background: #fff;
        /*transform: scale(1.13, 1.13);*/
    }
    .splide__arrow.splide__arrow--next:hover:after {
        background: url(../svg/icn_arw_r_green.svg) no-repeat center / 14px auto;
    }
    .splide__arrow.splide__arrow--prev:hover:after {
        background: url(../svg/icn_arw_l_green.svg) no-repeat center / 14px auto;
    }
    .enter_btn a:hover .is-arw:before,
    .dtlBack_btn a:hover .is-arw:before,
    .dtlLst_lst .topJob_box a:hover .is-arw:before {
        transform: scale(1.13, 1.13);
    }
    .entry_btn a:hover {
        background: #E2B700;
        border-color: #f2cb22;
    }
    .entry_btn a:hover:after {
        transform-origin: left top;
        transform: scaleX(1)
    }
    .dtlBack_btn .is-icn:before,
    .enter_btn .is-icn:before {
        background: #1C4A40;
        content: '';
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -4px;
        margin: auto;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .2s;
    }
    .dtlBack_btn .is-icn:before {
        left: 40px;
    }
    .dtlBack_btn a:hover .is-icn:before,
    .enter_btn a:hover .is-icn:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .dtlLst_lst .topJob_box:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .realvoiceIn a:hover {
        border: 1px solid #1C4A40;
    }
    .realvoiceIn a span.is-arw {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 25px;
        top: 50%;
        margin-top: -12px;
        z-index: 1;
    }
    .realvoiceIn a span.is-arw:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #1C4A40;
        border-radius: 50%;
        z-index: 1;
        transition: all .2s ease-out;
    }
    .realvoiceIn a span.is-arw:after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        background: url(/cmn5/svg/icn_arw_r.svg) no-repeat center / 100% auto;
        transition: all .2s ease-out;
    }
    .realvoiceIn a:hover span.is-arw:before {
        transform: scale(1.13, 1.13);
    }
    .realvoicebox {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .searchDtl .cv_wrap {
        margin-top: 0;
    }
    .detHrInt_in a:hover .detHrInt_box {
        border: 1px solid #1C4A40;
        border-left: 0;
    }
    .detHrInt_in a:hover .detHrInt-img {
        opacity: 0.8;
    }
    .detHrInt_in a:hover .detHrInt_box .is-arw:after {
        transform: scale(1.13, 1.13);
    }
    .searchCtabnr_img a:hover {
        opacity: 0.9;
    }
    /* 20250828 */
    .searchBtmMenu_wrap.is-typea .SearchBox_box a:hover {
        background: #f3f6f5;
    }
    .searchBtmMenu_wrap.is-typea .SearchBtnEnter:hover {
        opacity: 1;
    }
    .searchBtmMenu_wrap.is-typea .SearchBtnEnter:hover:before {
        width: 100%;
        background-position: 30% 50%;
    }
    .searchBtmMenu_wrap.is-typea .SearchBtnEnter:hover span {
        opacity: 1;
    }
}
@media screen and (min-width:767px) and (max-width:1240px) {
    .topJob_box a {
        text-decoration: none;
    }
    .topJob_img {
        width: 100%;
        height: 202px;
        position: relative;
        overflow: hidden;
    }
    .topJob_img > picture > source,
    .topJob_img > picture > img {
        border-radius: 8px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: .4s all;
    }
    .dtlCnt_wrap {
        width: 68%;
        max-width: none;
    }
    .dtlCnt_side {
        width: 28%;
        max-width: none;
    }
    .sideBox_btn .entry_btn,
    .sideBox_btn .favo_btn {
        width: 100%;
    }
    .dtlLst_lst .topJob_box .is-arw {
        display: none;
    }
    .detHrInt_in a {
        height: auto;
    }
    .detHrInt-img {
        width: 300px;
    }
    .detHrInt-img img {
        width: 100%;
        height: auto;
    }
    .detHrInt_box {
        width: calc(100% - 300px);
        padding: 0 48px 0 24px;
    }
    .detHrInt-ttl {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .detHrInt-name {
        font-size: 18px;
    }
    .detHrInt-name .is-post {
        font-size: 13px;
    }
    .detHrInt-name .is-fss {
        font-size: 14px;
    }
    .detHrInt-name.is-ver2 .is-post {
        font-size: 11px;
        margin-bottom: 10px;
        line-height: 1.5;
    }
}
@media screen and (min-width:1024px) and (max-width:1240px) {
    .splide {
        padding-left: -webkit-calc((100% - 89.063vw) / 2);
        padding-left: calc((100% - 89.063vw) / 2);
    }
}
@media screen and (min-width:767px) and (max-width:1024px) {
    .splide {
        padding-left: -webkit-calc((100% - 89.063vw) / 2);
        padding-left: calc((100% - 89.063vw) / 2);
    }
}
/*tab*/
@media only screen and (max-width:1024px) {
    .c-mv_in {
        padding: 29px 20px 60px;
    }
    /*求人検索一覧*/
    .searchDtl_ttl {
        display: inline;
        vertical-align: middle;
    }
    .searchDtl_ttl .ttl {
        display: inline;
        vertical-align: middle;
    }
    .searchDtl_ttl .status {
        display: inline;
        letter-spacing: -.4em;
        vertical-align: middle;
    }
    .searchDtl_ttl .status li {
        display: inline-block;
        letter-spacing: normal;
        vertical-align: middle;
        margin-right: 5px;
    }
    .searchDtl_ttl .status li:last-child {
        margin-right: 10px;
    }
    .searchDtl_cnt .tag {
        /*margin-top: -5px;*/
        gap: 5px;
    }
    /*
    .searchDtl_cnt .tag li {
        margin-top: 5px;
    }
    */
    .searchDtl_box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        padding: 30px;
    }
    .searchDtl_img {
        width: 40%;
        height: 100%;
        aspect-ratio: 180 / 101;
    }
    .searchDtl_cnt {
        width: -webkit-calc(100% - 40%);
        width: calc(100% - 40%);
        padding-right: 20px;
    }
    .scTopPopup_wrap .SearchBox_wrap {
        padding: 0;
    }
    .SearchBox_box {
        width: 100%;
        height: auto;
        padding: 0;
        box-sizing: border-box;
        border-radius: 0;
        border: 0;
        margin-bottom: 0;
        padding-top: 0;
        border-bottom: 1px solid #E6E6E6;
    }
    .SearchBox_box.is-kekeyword {
        padding: 22px 20px 20px 20px;
    }
    .SearchBox_box a {
        padding: 22px 50px 20px 20px;
        position: relative;
    }
    .SearchBox_box a:after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 20px;
        top: 50%;
        border-radius: 50%;
        background: #1C4A40 url(/cmn5/svg/icn_arw_r.svg) no-repeat center / 10px auto;
        z-index: 1;
        transition: all .2s ease-out;
        transform: translate(0, -10px);
    }
    .SearchBox_box .ttl {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .SearchBox_box .txt {
        line-height: 1.4;
        white-space: normal;
    }
    /*検索詳細*/
    .searchDtl_in {
        display: block;
    }
    .dtlCnt_wrap {
        width: 100%;
        max-width: none;
    }
    .dtlCnt_side {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: none;
        z-index: 99;
    }
    .sideBox_wrap {
        position: static;
        background: transparent;
        border-radius: 0;
    }
    .sideBox_ttl,
    .sideBox_lnk {
        display: none;
    }
    .sideBox_btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 20px 40px;
    }
    .sideBox_btn .entry_btn,
    .sideBox_btn .favo_btn {
        width: 49%;
        margin: 0;
    }
    .searchDtl .searchDtl_ttl {
        display: block;
    }
    .searchDtl .searchDtl_ttl .status {
        display: flex;
        flex-wrap: wrap;
    }
    .searchDtl .searchDtl_ttl .ttl {
        display: block;
    }
}
@media screen and (min-width:1024px) and (max-width:1160px) {
    .searchDtl_blur .read {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .searchDtl_blur .txt dt {
        font-size: 14px;
    }
    .searchDtl_blur .txt dd {
        font-size: 12px;
    }
    .searchDtl_blur .blur_btn {
        margin-top: 20px;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .c-mv_wrap.is-special {
        height: 120px;
    }
    .c-mv_wrap.is-special.is-engineer {
        background: #fff url(/cmn5/img/sp/search_mv_it.jpg?data=20230126) no-repeat right bottom;
        background-size: 375px auto;
    }
    /*求人検索一覧*/
    .searchAll .c-mv_in {
        padding: 40px 20px 25px 20px;
    }
    .searchAll_wrap {
        padding: 0 0 60px;
    }
    .SearchTop_btn {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        box-sizing: border-box;
        margin: 0 auto;
    }
    .searchAll_head {
        align-items: center;
        margin: 40px 20px 20px;
    }
    .searchAll_head .result{
        font-size: 12px;
    }
    .searchAll_head .result span{
        font-size: 20px;
    }
    .searchAll_head .lst li {
        margin-left: 5px;
    }
    .searchAll_head select {
        height: 40px;
        padding: 0 15px;
        background: #fff url(../svg/icn_arw2_dwn_green.svg) no-repeat right 12px center / 10px auto;
        font-size: 14px;
    }
    .searchAll_head select[name="sort"] {
        width: 100px;
    }
    .searchAll_head select[name="limit"] {
        width: 90px;
    }
    .search_pager {
        margin: 60px 0;
    }
    .search_pager .lst li a{
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    .searchAll_box{
        border: none;
        border-top: 2px solid #1C4A40;
        border-radius: 0;
        margin-top: 20px;
    }
    .searchDtl_head {
        padding: 20px;
        border-bottom: none;
    }
    .searchDtl_head .company {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .searchDtl_ttl .ttl {
        font-size: 16px;
    }
    /*
    .searchDtl_cnt .tag li,
    .searchDtl_ttl .status li {
        margin-right: 5px;
    }
    */
    .searchDtl_cnt .tag li span,
    .searchDtl_ttl .status li span{
        width: 100%;
        height: 20px;
        font-size: 12px;
        padding: 0 6px;
    }
    .searchDtl_cnt .tag {
        margin-bottom: 10px;
    }
    .searchDtl_box {
        display: block;
        padding: 0 20px 20px;
    }
    .searchDtl_img {
        width: 100%;
        max-width: 295px;
        height: 166px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .searchDtl_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 8px;
    }
    .searchDtl_cnt {
        width: 100%;
        padding: 0;
    }
    .searchDtl_cnt .ttl {
        font-size: 14px;
        line-height: 1.6;
    }
    .searchDtl_cnt .txt {
        font-size: 12px;
        margin-top: 10px;
    }
    .scRec_date {
        margin-top: 20px;
    }
    .scRec_date .box {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 10px;
    }
    .scRec_date .box:last-child {
        margin-bottom: 0;
    }
    .scRec_date .box dt {
        width: 90px;
        height: 35px;
        font-size: 12px;
    }
    .scRec_date .box dt span {
        padding-left: 22px;
    }
    .scRec_date .box dt span:before {
        width: 16px;
        height: 16px;
    }
    .scRec_date .box dd {
        font-size: 12px;
        padding-left: 10px;
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
        box-sizing: border-box;
    }
    .scRec_date .box dd span {
        font-size: 20px;
    }
    .searchDtl_btn {
        border-top: none;
        padding: 0 20px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .favo_btn {
        position: static;
        width: 48%;
        height: 43px;
    }
    .favo_btn a {
        font-size: 12px;
    }
    .favo_btn .is-icn {
        padding-right: 18px;
    }
    .favo_btn .is-icn:before {
        width: 12px;
        height: 16px;
    }
    .enter_btn {
        width: 48%;
        height: 43px;
        text-align: center;
    }
    .enter_btn a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: relative;
        text-decoration: none;
        font-size: 12px;
        font-weight: 700;
        font-variation-settings: "wght" 700;
        line-height: 1;
        color: #1C4A40;
        background: #fff;
        border: 1px solid #1C4A40;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 0;
    }
    .enter_btn .is-icn {
        padding-right: 22px;
    }
    .enter_btn .is-arw {
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }
    .enter_btn .is-arw:after {
        width: 6px;
        height: 6px;
    }
    .searchBox_btn {
        display: block;
        position: fixed;
        z-index: 1;
        right: 20px;
        bottom: 20px;
        width: 54px;
        height: 54px;
    }
    .searchBox_btn a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
        border-radius: 50%;
        background: #1C4A40;
        color: #fff;
        overflow: hidden;
        font-size: 10px;
        text-decoration: none;
    }
    .searchBox_btn a span {
        display: inline-block;
        padding: 20px 0 10px;
        position: relative;
    }
    .searchBox_btn a span:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        background: url(../svg/icn_search.svg) no-repeat center / 100% auto;
        z-index: 1;
    }
    /*検索詳細*/
    .searchDtl_wrap {
        padding: 32px 20px 60px;
    }
    .sideBox_btn {
        justify-content: center;
    }
    .sideBox_btn .favo_btn.is-pc {
        display: none;
    }
    .sideBox_btn .favo_btn.is-sp {
        display: block;
    }
    .sideBox_btn {
        padding: 10px 20px;
    }
    .sideBox_btn .entry_btn {
        width: 78%;
        min-width: 270px;
        height: 54px;
        margin: 0;
    }
    .sideBox_btn .favo_btn {
        width: 20%;
        min-width: 54px;
        height: 54px;
        margin: 0 10px 0 0;
    }
    .sideBox_btn .favo_btn a {
        font-size: 10px;
        align-items: flex-end;
    }
    .sideBox_btn .favo_btn .is-icn {
        padding: 22px 0 8px;
    }
    .sideBox_btn .favo_btn .is-icn:before {
        width: 16px;
        height: 20px;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        top: 0;
        transform: none;
    }
    .search_seobox {
        border-radius: 0;
        padding: 20px;
        margin-bottom: 30px;
        font-size: 12px;
    }
    .searchDtl .searchDtl_head {
        padding: 20px 0;
        border-bottom: 1px solid #E6E6E6;
    }
    .searchDtl .searchDtl_ttl {
        display: block;
    }
    .searchDtl .searchDtl_ttl .status {
        margin-bottom: 20px;
    }
    .searchDtl .searchDtl_ttl .ttl {
        font-size: 20px;
    }
    .searchDtl .searchDtl_head .company {
        font-size: 14px;
        margin: 20px 0 0;
    }
    .searchDtl .searchDtl_head .company .logo {
        width: 75px;
        height: 75px;
        margin-right: 10px;
    }
    .searchDtl .searchDtl_head .img-cap {
        width: 72px;
        transform: scale(0.7);
        margin-left: -10px;
    }
    .searchDtl .searchDtl_box {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0;
        border-bottom: none;
    }
    .searchDtl .searchDtl_img {
        order: 2;
        margin: 0 auto;
        margin-top: 20px;
    }
    .searchDtl .searchDtl_cnt {
        order: 1;
    }
    .searchDtl .scRec_date {
        margin-top: 20px;
    }
    .dtlRead_wrap {
        padding: 0 0 60px;
    }
    .dtlRead_box .ttl {
        font-size: 16px;
    }
    .dtlRead_box .txt {
        margin-top: 20px;
        font-size: 14px;
    }
    .dtlReadSb_box .ttl {
        font-size: 16px;
    }
    .dtlReadSb_box .txt {
        font-size: 14px;
    }
    .dtlBox_wrap {
        padding: 20px 0 60px;
    }
    .realvoice_wrap {
        padding: 20px 0 60px;
    }
    .detHrInt_wrap {
        padding: 20px 0 60px;
    }
    .dtlBox_ttl {
        font-size: 20px;
        padding-left: 22px;
    }
    .dtlBox_lst {
        border: 1px solid #E6E6E6;
    }
    .dtlBox_box {
        display: block;
    }
    .dtlBox_box .ttl {
        width: 100%;
        font-size: 14px;
        padding: 10px 20px;
    }
    .dtlBox_box .txt {
        width: 100%;
        padding: 10px 20px;
        font-size: 14px;
    }
    .dtlLst_wrap {
        padding: 20px 0 60px;
    }
    .dtlLst_ttl {
        font-size: 20px;
        padding-left: 22px;
    }
    .dtlLst_lst {
        margin-bottom: 40px;
    }
    .dtlLst_lst .topJob_box {
        padding: 20px 0;
    }
    .dtlLst_lst .topJob_box .is-arw {
        display: none;
    }
    .dtlLst_lst .topJob_img {
        width: 80px;
        height: 80px;
    }
    .dtlLst_lst .topJob_box a {
        align-items: flex-start;
    }
    .dtlLst_lst .topJob_txt {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        box-sizing: border-box;
        padding: 0 0 0 10px;
    }
    .dtlLst_lst .topJob_txt .ttl {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .dtlLst_lst .topJob_txt .txt {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .dtlLst_wrap .c-btn {
        margin: 0 auto;
    }
    .dtlBack_btn {
        font-size: 14px;
        line-height: 20px;
    }
    .dtlBack_btn .is-icn {
        padding-left: 30px;
    }
    .dtlBack_btn .is-arw {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .dtlBack_btn .is-arw:after {
        width: 10px;
        height: 10px;
    }
    .entry_btn {
        width: 100%;
        max-width: 335px;
        height: 66px;
        margin-bottom: 60px;
    }
    .entry_btn a {
        font-size: 16px;
    }
    .entry_btn .is-icn {
        padding-right: 30px;
    }
    .entry_btn .is-arw {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .entry_btn .is-arw:after {
        width: 10px;
        height: 10px;
    }
    .topTtl_ttl .en {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .topTtl_ttl .en span {
        padding-left: 22px;
    }
    .topTtl_ttl .ttl {
        font-size: 20px;
    }
    .topJob_wrap {
        padding: 60px 0 60px;
    }
    .topJob_wrap .topTtl_ttl {
        box-sizing: border-box;
        padding: 0 20px;
    }
    .topJob_lst {
        margin-top: 40px;
        padding-bottom: 60px;
    }
    .topJob_box {
        width: 300px;
    }
    .topJob_img {
        width: 100%;
        height: 168px;
    }
    .topJob_img .logo {
        width: 50px;
        height: 50px;
        padding: 4px 5px 5px 4px;
    }
    .topJob_txt {
        padding-top: 20px;
    }
    .topJob_txt .company {
        font-size: 12px;
    }
    .topJob_txt .ttl {
        font-size: 16px;
    }
    .topJob_txt .txt {
        font-size: 12px;
    }
    .topJob_txt .pay {
        font-size: 12px;
    }
    .topJob_btn.c-btn {
        margin-top: 40px;
    }
    .splide_part {
        top: auto;
        bottom: -60px;
    }
    .splide {
        padding-left: 20px;
    }
    .splide__arrows {
        justify-content: center;
        max-width: 375px;
    }
    .splide__pagination {
        box-sizing: border-box;
        max-width: calc(100% - 140px);
    }
    .splide__pagination li {
        width: 30px;
        height: 2px;
        max-width: 30px;
    }
    .realvoice-txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .realvoiceIn {
        margin-top: 30px;
    }
    .realvoiceIn a {
        padding: 30px 20px;
    }
    .realvoicebox .gra {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .realvoicebox .realvoice {
        width: 100%;
    }
    .realvoiceDtl-ttl {
        font-size: 15px;
    }
    .realvoiceDtl-txt {
        font-size: 16px;
    }
    body.searchDtl {
        padding-bottom: 80px;
    }
    body.searchDtl.is-btm {
        padding-bottom: 100px;
    }
    .searchBtmMenu_wrap .SearchTop_btn {
        display: none !important;
    }
    .searchBtmMenu_btn.searchBox_btn {
        bottom: 80px;
    }
    /* 20250328 */
    .searchRlt_wrap {
        width: calc(100% - 40px);
        margin: 0 auto 20px auto;
        padding: 15px;
        background: #fff;
        box-sizing: border-box;
        border-radius: 5px;
    }
    .searchRlt-ttl {
        font-size: 12px;
        font-weight: 700;
        font-variation-settings: "wght" 700;
    }
    .searchRlt-txt {
        font-size: 12px;
        margin-top: 5px;
        overflow: hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
    }
    .searchRlt-txt span {
        padding-right: 10px;
    }
    .searchDtl .cv_wrap {
        margin-top: 0;
    }
    /* 20250710 kudo */
    .searchCtabnr_img {
        margin-top: 20px;
        padding: 0 20px;
    }
    .searchCtabnr_img img {
        width: 100%;
        max-width: inherit;
        height: auto;
        box-shadow: 0px 0px 14px 0px rgba(32, 95, 84, 0.2);
    }
    /*interviews*/
    .detHrInt_wrap .dtlBox_ttl {
        margin-bottom: 26px;
    }
    .detHrInt_in {
        margin-top: 35px;
    }
    .detHrInt_in a {
        display: block;
        width: 100%;
        height: auto;
    }
    .detHrInt-img img {
        width: 100%;
        height: auto;
        border-radius: 4px 4px 0 0;
    }
    .detHrInt_box {
        padding: 30px 24px;
        border: 1px solid #D9D9D9;
        border-top: 0;
        border-radius: 0 0 4px 4px;
        display: block;
        width: 100%;
    }
    .detHrInt-ttl {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.05em;
        margin-bottom: 16px;
    }
    .detHrInt-name {
        font-size: 18px;
        line-height: 1.5;
        padding-right: 25px;
    }
    .detHrInt-name .is-post {
        font-size: 13px;
    }
    .detHrInt-name.is-ver2 .is-post {
        font-size: 13px;
        line-height: 1.5;
        margin: 5px 0 10px;
    }
    .detHrInt_box .is-arw {
        bottom: 32px;
        right: 18px;
    }
    /*blur*/
    .searchAll_box.is-blur:before {
        border-radius: 0;
    }
    .searchDtl_blur {
        padding: 0 14px;
        box-sizing: border-box;
    }
    .searchDtl_blur .read {
        font-size: 4.615vw;
        font-size: 17px;
        margin-bottom: 38px;
    }
    .searchDtl_blur .read span {
        padding: 34px 0 0;
    }
    .searchDtl_blur .read span:before {
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    }
    .searchDtl_blur .txt {
        max-width: 350px;
        margin: 0 auto;
        margin-bottom: 28px;
    }
    .searchDtl_blur .txt dt {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .searchDtl_blur .txt dd {
        font-size: 12px;
    }
    .searchDtl_blur .blur_btn {
        max-width: 350px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .memberOpen_img {
        text-align: center;
    }
    .memberOpen_img img{
        max-width: 375px;
    }
}
@media only screen and (max-width: 500px) {
    .sideBox_btn .entry_btn {
        width: 270px;
        min-width: auto;
    }
    .sideBox_btn .favo_btn {
        /*width: 54px;*/
        min-width: auto;
        margin: 0 10px 0 0;
    }
}
@media only screen and (max-width: 390px) {
    .sideBox_btn {
        padding: 10px 10px;
    }
    .sideBox_btn .entry_btn {
        width: 80%;
    }
    .sideBox_btn .favo_btn {
        width: 19%;
        margin: 0 1% 0 0;
    }
}
@media only screen and (max-width: 374px) {
    .searchDtl_blur .read {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .searchDtl_blur .txt dt {
        font-size: 12px;
    }
    .searchDtl_blur .txt dd {
        font-size: 10px;
    }
}
@media only screen and (max-width: 340px) {
    .topJob_box {
        width: 280px;
    }
    .topJob_btn.c-btn {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
}
