    /* ----- btn1 ----- */
    .btn1 {
        display: flex;
        justify-content: center;
        align-items: center;
     }
    article .article-content .btn1 a {
        display: inline-block;
        text-decoration: none;
        color:#fff;
        padding: 0.7em 5em;
        background-color: #fc5774;
        border-radius: 4px;
        letter-spacing: 0.2em;
        border-bottom: 5px solid #ec4463;
        position: relative;
        transition: all .3s;
    }
    .btn1 a::after {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate( -45deg );
        position: absolute;
        top: calc( 50% - 2px);
        right: 15px;
    }
    .btn1 a:hover {
        border-bottom: 5px solid transparent;
        transform: translateY(3px);
        transition: all .3s;
    }

    /* ----- btn2 ----- */
    .btn2 {
        display: flex;
        justify-content: center;
        align-items: center;
     }
    article .article-content .btn2 a {
        display: inline-block;
        text-decoration: none;
        color:#fc5774;
        padding: 0.7em 5em;
        background-color: #fff;
        border-radius: 100vh;
        letter-spacing: 0.2em;
        border: 3px solid #fc5774;
        position: relative;
        font-weight: bold;
    }
    .btn2 a::before {
        content: '';
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 2px dotted #fc5774;
        border-radius: 100vh;
        position: absolute;
        top: 2px;
        left: 2px;
        transition: all .3s;
    }
    .btn2 a:hover::before {
        top: -2px;
        left: -2px;
        width: 100%;
        height: 100%;
        transition: all .3s;
    }

    /* ----- btn3 ----- */
    /* width固定 文字増やせない */

    .btn3 {
        display: flex;
        justify-content: center;
        align-items: center;
     }
    article .article-content .btn3 a {
        width: 300px;
        height: 46px;
        line-height: 46px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        color:#fff;
        background:linear-gradient(90deg,#fc5796, #fc5774 273px, transparent 273px);
        letter-spacing: 0.2em;
        position: relative;
        transition: all .3s;
    }
    .btn3 a::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 27px solid #fc5774;
        border-top: 23px solid transparent;
        border-bottom: 23px solid transparent;
        position: absolute;
        top: calc( 50% - 23px);
        right: 0px;
    }
    .btn3 a:hover {
        background:linear-gradient(90deg,#fd4b8f, #fd4365 273px, transparent 273px);
        transform: translateX( 5px);
        transition: all .3s;
    }
    .btn3 a:hover::after {
        border-left: 27px solid #fd4365;
    }
    /* ----- btn4 ----- */
    .btn4 {
        display: flex;
        justify-content: center;
        align-items: center;
     }
    .fs_l { font-size: 1.3em;}
    article .article-content .btn4 a {
        display: inline-flex;
        text-decoration: none;
        color:#fff;
        padding: 1em 4em 0.6em;
        background: linear-gradient(60deg,#fc578e,#fc5774,#fc578e);
        border-radius: 100vh;
        letter-spacing: 0.2em;
        border-bottom: 5px solid #ec4463;
        position: relative;
        transition: all .3s;
        flex-direction: column;
        justify-content: center;
        align-items: center;
     }
     .btn4 a::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 8px solid #fff;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        position: absolute;
        top: calc( 50% - 3px);
        right: 22px;
    }
    .btn4 a:hover {
        border-bottom: 5px solid transparent;
        -webkit-transform: translateY(3px);
        transition: all .3s;
    }
    .btn4 a:hover::after {
        border-left: 10px solid #fff280;
        transition: all .3s;
    }
    /* ----- btn5 ----- */
    .btn5 {
        display: flex;
        justify-content: center;
        align-items: center;
     }
    .fs_ll { font-size: 2em;}
    span.fs_ll { line-height: 2em;}
    article .article-content .btn5 a {
        display: inline-flex;
        text-decoration: none;
        color:#fc5774;
        padding: 1em 4em 0.6em;
        background-color: #fff;
        border-radius: 7px;
        letter-spacing: 0.2em;
        border: 3px solid #fc5774;
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        transition: all .3s;
    }
    .btn5 a::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-bottom: 3px solid #fc5774;
        border-right: 3px solid #fc5774;
        transform: rotate( -45deg );
        position: absolute;
        top: calc( 50% - 5px);
        right: 20px;
        transition: all .3s;
    }
    .btn5 a::before {
        content: "";
        display: block;
        width: 15px;
        height: 3px;
        background-color: #fc5774;
        position: absolute;
        top: calc( 50% - 0px);
        right: 20px;
        transition: all .3s;
    }
    .btn5 a:hover {
        background-color: #fff4ff;
        transition: all .3s;
    }
    .btn5 a:hover::before,
    .btn5 a:hover::after {
        right: 13px;
        transition: all .3s;
    }

    /* ----- btn6 ----- */
    .btn6 {
        display: flex;
        justify-content: center;
        align-items: center;
     }
    .fs_l { font-size: 1.3em;}
    .btn6 div { margin: 0;}
    article .article-content .btn6 a {
        display: flex;
        text-decoration: none;
        color:#ec4463;
        padding: 2em 4em;
        background-color: #fff;
        border: 4px solid #fff;
        border-image: linear-gradient(60deg, #fc578e,#ec4463,#fc578e);
        border-image-slice: 1;
        letter-spacing: 0.2em;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        position: relative;
        transition: all .3s;
    }
    .btn6 a::after {
        content: '';
        width: calc( 100% + 1px);
        height: calc( 100% + 1px);
        position: absolute;
        top: -4px;
        left: -4px;
        transition: all .3s;
    }
    .btn6 a::after {
        content: '';
        width: 100%;
        height: 100%;
        border: 3px solid #fff;
        border-image: linear-gradient(60deg, #fc578e,#ffb6c1,#fc578e);
        border-image-slice: 1;
        position: absolute;
        top: 5px;
        left: 5px;
        transition: all .3s;
    }
    .btn6 a:hover::after {
        top: -3px;
        left: -2px;
    }


/* 都道府県地図セクションの追加スタイル */
.ico-area-search {/* セクションタイトル　style.css内のもの */
    width: 40px;
    height: 40px;
    background: url(../img/common/ico_erea-search.svg) center center no-repeat;
    background-size: 40px 40px;
}


@media only screen and (min-width: 768px) {/* 既にあるかも */
    .only_sp { display:none;}

}
@media only screen and (max-width: 767px) {/* 既にあるかも */
    .only_pc {display :none;}

}


.search-map-back {
    background-color: #f4fafe;
    width: 100%;
    height: 600px;
    margin-top: 2em;
    margin-bottom: 3em;
    border-radius: 10px;
}
.search-map {
    position: relative;
}
.search-map svg {
    position: absolute;
    top: 0;
    left:0;
}

.region {
    /* background-color: rgba(255, 255, 255, 0.5); */
    padding: 1.5em;
    width: 220px;
    height: auto;
    /* box-shadow: 2px 2px 7px rgb(0 0 0 / 5%); */
}
.region h4 {
    font-size: 20px;
    padding: 0.1em 1em 0.6em;
    display: flex;
    justify-content: center;
}
.region .icn_search-map {
    display: block;
    width: 18px;
    background: url( ../img/top/icn_areamap.svg) no-repeat;
    background-size: contain;
}
.region ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
    text-align: center;
}
.region ul li{
    /* background-color: #fff8fa; */
    background-color: #fff;
    width: calc( 50% - 3px);
    /* border: 1px solid #fc5774; */
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
}
.region ul li::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/top/icn_areaarrow_gray.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 12px;
    right: 7px;
}
.region ul li a {
    font-size: 15px;
    display: block;
    padding: 0.5em 1em;
}
.region_1 {/* 北海道・東北 */
    position: absolute;
    top: 20px;
    left: 270px;
}
.region_2 {/* 関東 */
    position: absolute;
    top: 240px;
    right: 20px;
}
.region_4 {/* 東海 */
    position: absolute;
    top: 457px;
    right: 20px;
}
.region_5 {/* 関西 */
    position: absolute;
    top: 420px;
    right: 270px;
    visibility: hidden;/* 地図にかぶさってホバーできないため */
}
.region_5 h4,.region_5 ul { visibility: visible;}/* 地図にかぶさってホバーできないため */

.region_3 {/* 甲信越・北陸 */
    position: absolute;
    top: 240px;
    left: 270px;
}
.region_6 {/* 中国・四国 */
    position: absolute;
    top: 128px;
    left: 20px;
}
.region_7 {/* 九州・沖縄 */
    position: absolute;
    top: 380px;
    left: 20px;
}
/* - - - hover - - - */
.search-map svg g:hover{
    cursor: pointer;
}
g.region_1_svg:hover .cls-6{
    fill: #ddd;
}
g.region_2_svg:hover .cls-8{
    fill: #ddd;
}
g.region_3_svg:hover .cls-1{
    fill: #ddd;
}
g.region_4_svg:hover .cls-5{
    fill: #ddd;
}
g.region_5_svg:hover .cls-3{
    fill: #ddd;
}
g.region_6_svg:hover .cls-4{
    fill: #ddd;
}
g.region_7_svg:hover .cls-2{
    fill: #ddd;
}
.region.region_hover li {/* 地図ホバーでリストにスタイル付ける */
    border: 1px solid #fc5774;
    background-color: #fff8fa;
}
.region.region_hover li::after {/* 地図ホバーでリストにスタイル付ける */
    background: url(../img/top/icn_areaarrow.svg) no-repeat;
    background-size: contain;
}

.region a:hover { opacity: 1;}/* aタグのホバー初期化 */

.region li:hover {
    border: 1px solid #fc5774;
    background-color: #fff8fa;
}
.region li:hover::after {/* 地図ホバーでリストにスタイル付ける */
    background: url(../img/top/icn_areaarrow.svg) no-repeat;
    background-size: contain;
}

/* - - - SPの地図 - - - */
@media only screen and (max-width: 767px) {
    .search-map-back { height: auto;}
}

.search-map_sp {
    background: url(../img/top/map_sp.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    aspect-ratio: 767 / 800;
}
.map_inner_sp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em;
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 30%;
}
.region_sp {
    width: 38%;
    padding: 0.7em 1em;
    border: 1px solid #ddd;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
}
.region_sp span.icon {
    background: url(../img/top/icn_areamap.svg) no-repeat;
    background-size: contain;
    display:inline-block;
    width: 17px;
    height: 17px;
    margin-bottom: -2px;
}
/* .region_sp:hover {必要ない
    cursor: pointer;
    border: 1px solid #fc5774;
    background-color: rgba(255, 255, 255, 1);
} */
.region_sp:hover span.icon { background: url(../img/top/icn_areamap.svg) no-repeat;}

@media only screen and (max-width: 352px) {
    .map_inner_sp {
        justify-content: center;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .region_sp {
        width: 55%;
    }
}
/* - - - モーダル - - - */
.modal_region {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-items: center;
    align-items: center;
    display: none;/* はじめは非表示 */
}
.modal_region_window {
    background-color: #fff;
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 3em;
}

.modal_region_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em;
    margin-top: 20px;
}
.modal_region_inner li {
    width: 36%;
    padding: 0.8em 1em;
    border: 1px solid #fc5774;
    border-radius: 5px;
    text-align: center;
    position: relative;
}
.modal_region_inner li::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/top/icn_areaarrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 7px;
}
@media only screen and (max-width: 348px) {
    .modal_region_inner {
        justify-content: center;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .modal_region_inner li {
        width: 55%;
    }
    .modal_region_window p {
        text-align: center;
    }
}

.modal_region_window span.icon{
    background: url(../img/top/icn_areamap.svg) no-repeat;
    background-size: contain;
    display:inline-block;
    width: 17px;
    height: 17px;
    margin-bottom: -2px;
}
.btn_modal_back {
    width: 100%;
    padding: 0.6em 1em;
    background-color: #fc5774;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

/*article*/
.article-content h4 {
    margin: 32px 0 12px;
    color: #fc5774;
    font-size: 14px;
}

.article-voice-box , .article-point-box {
    margin: 24px 0;
}

.article-voice-box dl {
    background: #fcfcfc;
    border: 3px solid #f2efef;
    border-radius: 10px;
    padding: 0px 24px 24px;
    margin-top: 12px;
}

.article-voice-box dl h4 {
    margin: 24px 0;
    font-weight: bold;
}

.article-voice-box dl dt , .article-point-box dl dt {
    margin: 0 0 24px;
    border-bottom: 1px dashed #ccc;
}

.article-point-box dl {
    border: 3px solid #ffd8e1;
    border-radius: 10px;
    padding: 0 24px 24px;
    margin-top: 12px;
}
.article-voice-box dd a , .article-point-box dd a {
    background: #fc5774;
    display: flex;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none !important;
    text-align: center;
    color: #ffffff;
    margin: 24px 0 24px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.article-point-box>dl>dd>ul li,.article-voice-box>dl>dd>ul li{
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 14px;
    line-height: 1.4;
    letter-spacing: .06em;
}

.article-point-box>dl>dd>ul li::before,.article-voice-box>dl>dd>ul li::before {
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 6px;
    height: 6px;
    margin: -4px 0 0;
    background-color: #fc5774;
    border-radius: 50%;
    content: '';
}

#page-useful-single .btn-txt {
    width: 85%;
}
#page-useful-single .article-arrow {
    right: 12px;
    position: absolute;
}

@media only screen and (min-width: 768px) {
    .article-voice-box dd a , .article-point-box dd a {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
}

.article-content table {
    margin-top: 24px;
    width: 100%;
}

.article-content td {
    padding: 5px 10px;
    border: solid 1px #ccc;
    vertical-align: middle;
}

.article-content td:first-child {
    background: #f2efef;
    width: 25%;
}

.article-content td.bg-white {
    background: #ffffff;
}


.contents-release {
    width: 760px;
}

ul.list-sample-point.flex-list {
    display: flex;
    flex-flow: row wrap;
    margin: 0px 0 0;
}

.list-sample-point.flex-list li {
    padding: 30px 24px 24px;
    background-color: #fff8fa;
    width: 370px;
    margin: 20px 0 0;
    box-sizing: border-box;
}

.article-content .tit-sample-point {
    font-size: 16px;
    line-height: 1.53;
    display: flex;
    align-items: center;
    margin: 0 0 16px;
    color: #fc5774;
    letter-spacing: .06em;
    font-weight: 700;
}
.article-content .circle-point {
    margin: 0 12px 0 0;
    background-color: #fc5774;
    color: #fff;
    border-radius: 50%;
    min-width: 40px;
    height: 40px;
}

.article-content span.num {
    margin: 10px 0 0;
    font-size: 14px;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 768px) {

ul.list-sample-point.flex-list li:nth-child(2n) {
    margin: 20px 0 0 20px;
}
}

@media only screen and (max-width: 767px) {
    .contents-release {
        width: 100%;
    }
    
    .list-recommend-point li {
        padding: 16px 15px;
    }

    .tit-recommend-point {
        font-size: 15px;
        line-height: 1.43;
    }

    .circle-point {
        min-width: 40px;
        height: 40px;
    }

    .circle-point span.num {
        margin: 8px 0 0;
        font-size: 16px;
    }

    .list-recommend-point li+li {
        margin: 16px 0 0;
    }
}

/*featurelp-slide*/

.feature-job-box {
    display: flex;
    margin: 36px 4vw 0;
    justify-content: space-between;
}

.sec-recommend-job .feature-job-tit {
    font-weight: 700;
    font-size: 16px;
    border-left: solid 4px #fc5774;
    padding: 8px 16px;
    color: #fc5774;}

.sec-recommend-job .feature-job-back {
        background: #4bb4eb;
        border-radius: 5px;
        padding: 0 8px;
        font-size: 12px;
        font-weight: 700;
}

.sec-recommend-job .feature-job-back a {
    color: #ffffff;
}

.btn-feature {
    border: 1px solid #ccc;
}


#page-recommend-single .contents-wrap {
    margin: 50px 0;
}

.cta-jclp {
    position: relative;
}

a.btn-jclp {
    position: absolute;
    top: 87%;
    width: 65%;
    left: 17%;
}


@media only screen and (max-width: 767px) {
.sec-recommend-pop .pc-block {
    display: none;
}
        
.sec-recommend-pop .sp-block {
    display: block;
}
    
.sec-recommend-job .area-btn {
    flex-wrap: wrap;
    margin: 8vw 4vw;
}
.sec-recommend-job .area-btn:after {
    content: ' ';
    width: 42%;
    margin-left: 24px;
}

.btn-feature {
    width: 42%;
    margin-bottom: 8px;
}
.btn-feature:nth-child(2n) {
    margin: 0 0 0 24px;
}

.featurelp-slide {
    background: #fff8fa;
    margin: 20px 0;
    padding: 20px 0;
}

.featurelp-slide ul {
    margin-top: 20px;
    display: flex;
    overflow-x: scroll;
    padding: 20px 8px;
    scroll-snap-type: x mandatory;
}

.featurelp-slide ul li {
    width: 243px;
    height: auto;
    margin: 0 8px;
    padding: 25px 20px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px #dedede;
    position: relative;
    scroll-snap-align: center;
}

.featurelp-slide ul li:last-child {
    margin-right: 24px;
}

.featurelp-slide .table th {
    width: 60px;
}

.featurelp-slide .table td {
    width: calc(100% - 60px);
}

p.featurelp-slide-tag {
    margin: 0 0 12px;
    font-size: 10px;
    display: inline-block;
    padding: 4px 8px;
    background-color: #4bb4eb;
    border-radius: 10px;
    color: #fff;
    letter-spacing: .04em;
}

.featurelp-slide-num {
    position: absolute;
    top: 32px;
    right: 20px;
    font-size: 10px;
    color: grey;
    letter-spacing: .04em;
}

.featurelp-slide-tit {
    color: #fc5774;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.5;
    margin: 0 0 12px;
    font-size: 14px;
}

.featurelp-slide .btn.btn-pink {
    width: 176px;
    margin: 16px auto 0;
}
}

@media only screen and (min-width: 768px) {
    .sec-recommend-pop .pc-block {
        display: block;
    }
            
    .sec-recommend-pop .sp-block {
        display: none;
    }
    
.sec-recommend-job .area-btn {
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin: 12px 64px 36px;
}
.sec-recommend-job .btn-feature {
    width: 240px;
    margin: 4px;
}
.sec-recommend-job .area-btn:after {
    content: ' ';
    width: 240px;
    margin: 4px;
}
/*
.btn-feature+.btn-feature {
    margin: 0 0 0 24px;
}
*/
.featurelp-slide {
    background: #fff8fa;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    width: 880px;
}

.featurelp-slide ul {
    margin-top: 20px;
    display: flex;
    padding: 20px 8px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.featurelp-slide ul:after {
    content: "";
    display: block;
    width: 40%;
}

.featurelp-slide ul li {
    width: 295px;
    height: auto;
    margin: 0 8px 36px;
    padding: 25px 20px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px #dedede;
    position: relative;
}

.featurelp-slide .table th {
    width: 70px;
}

.featurelp-slide .table td {
    width: calc(100% - 70px);
}


p.featurelp-slide-tag {
    margin: 0 0 16px;
    font-size: 12px;
    display: inline-block;
    padding: 4px 8px;
    background-color: #4bb4eb;
    border-radius: 10px;
    color: #fff;
    letter-spacing: .04em;
}

.featurelp-slide-num {
    position: absolute;
    top: 32px;
    right: 20px;
    font-size: 12px;
    color: grey;
    letter-spacing: .04em;
}

.featurelp-slide-tit {
    color: #fc5774;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.5;
    margin: 0 0 12px;
    font-size: 16px;
}

.featurelp-slide .btn.btn-pink {
    width: 220px;
    margin: 16px auto 0;
}

}

/*useful*/
#page-useful-single .article-content > h2 {
    position: relative;
    padding: 1.5rem 0.2rem calc(1.5rem + 4px);
    margin-top: 3em;
    margin-bottom: 2em;
    font-size: 1.2em;
}

#page-useful-single .article-content > h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #fc5774, #fc5774 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #fc5774, #fc5774 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


#page-useful-single .article-content h3 {
    border-bottom: 2px dotted #fc5774;
}


#page-useful-single .article-content h4 {
    border-left: 4px solid #fc5774;
    padding-left: 1rem;
}

#page-useful-single .article-content dl dt h4{
    border: none;
}

#page-useful-single .article-content h5 {
    margin: 32px 0 12px;
    color: #fc5774;
    font-size: 14px;
}

#page-useful-single .article-content .tag {
    position: relative;
    overflow: hidden;
    padding: 0.4rem 2rem 0.4rem 60px;
    border: 1px solid #fc5774;
    border-radius: 20px;
    display: table;
}

#page-useful-single .article-content .tag:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 140px;
    height: 300%;
    content: '';
    background: #fc5774;
}

#page-useful-single .article-content .tag span {
    font-size: 1.4rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-left: 15px;
    color: #fff;
    line-height: 2.4;
}



#page-useful-single .bg-blue {
    background: #F2F9FF;
}
#page-useful-single h4 span.content-flow {
    padding: 0 !important;
}

#page-useful-single .sec-comment {
    padding: 12px;
    border: 1px dashed #ccc;
    margin: 12px 0;
    border-radius: 4px;
}

#page-useful-single .content-flow {
    display: flex;
    align-items: center;
    position: relative;
    margin: 12px 0;
    padding: 12px;
}

#page-useful-single .content-flow .circle-point {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 40px;
    min-width: 40px;
    background: #fc5774;
    padding: 2px 0 0;
    margin: 0 12px 0 0;
}

#page-useful-single .content-flow .circle-img {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    height: auto;
    min-width: 40px;
    background: #ffffff;
    margin: 0 12px 0 0;
}

#page-useful-single .content-flow .circle-img img {
    width: 46px;
    margin: 0;
}


#page-useful-single .content-flow .circle-point .sec-step {
    font-size: 10px;
    text-align: center;
    display: block;
    letter-spacing: .03em;
    padding: 4px 0 0;
}

#page-useful-single .content-flow .circle-point .num {
    margin: -8px 0;
    display: block;
    text-align: center;
}

#page-useful-single .area-sec-contact {
    margin-top: 40px;
}

#page-useful-single .area-sec-contact a {
    text-decoration: none;
}


@media only screen and (min-width: 768px) {
    #page-useful-single .area-sec-contact {
    width: 760px;
    }
    #page-useful-single .area-sec-contact .area-btn-contact {
        width: 680px;
    }
}

#page-useful-single .answer {
    padding: 20px 20px;
    border: 1px solid #ccc;
    border-top: none;
}

#page-useful-single summary {
    border: 1px solid #ccc;
    font-weight: bold;
    }



#page-useful-single summary {
    list-style: none;
    position: relative;
    padding: 20px 70px 20px 30px;
    cursor: pointer;
    background-color: #fff8fa;
}

#page-useful-single details:first-of-type {
    margin-top: 30px;
}

#page-useful-single .comment-box {
    border: 1px dashed #ccc;
    padding: 20px;
    margin: 42px 0 12px;
    font-size: 1.2rem;
    position: relative;
}

#page-useful-single .comment-box a , .article-voice-box dd a {
    background: #fc5774;
    display: flex;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none !important;
    text-align: center;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    position: relative;
}

.comment-box:after {
    position: absolute;
    font-weight: 900;
    content: 'Check';
    background: #fc5774;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 3px 10px 1px;
    font-size: 0.8em;
    line-height: 2;
    letter-spacing: 0.05em;
}

  
@media only screen and (min-width: 768px){
    #page-useful-single summary {
        padding: 20px 50px 20px 20px;
        border: 1px solid #ccc;
    }
    #page-useful-single .answer {
        padding: 30px;
    }
    #page-useful-single .comment-box {
        padding: 45px;
        font-size: 14px;
    }
    #page-useful-single .comment-box a {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
  
#page-useful-single summary::-webkit-details-marker {
    display: none;
}
  
#page-useful-single summary:hover,
details[open] summary {
    background-color: #fff8fa;
}
  
#page-useful-single summary::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: transform 0.5s;
    font-size: 30px;
    color:#fc5774;
}
  
#page-useful-single details[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}
  
  
@media only screen and (min-width: 768px){
    #page-useful-single summary::after {
    right: 20px;
    font-size: 20px;
    }

    #page-useful-single .answer {
    padding: 30px;
    }
}
  
#page-useful-single details[open] .answer {
    animation: fadein 0.5s ease;
}
  
@keyframes fadein {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
  
#page-useful-single details {
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media only screen and (min-width: 640px){
    #page-useful-single details {
    width: 100%;
    }
}
/*privacy*/
#page-privacy .sec-privacy .sec-content-privacy .area-table {
    padding: 1em 1.6em;
}

#page-privacy .sec-privacy .sec-content-privacy .list-alpha , .list-counter{
    padding: 1em 1.6em;
}

/*privacy-staff*/

.sec-privacy {
    line-height: 1.7
}

.sec-privacy .txt-top {
    margin: 0 0 24px;
    padding: 0 0 24px;
    border-bottom: 1px solid #ccc
}

.sec-privacy .txt {
    letter-spacing: 0;
    line-height: 1.7
}

.sec-privacy .underline {
    text-decoration: underline
}

.sec-privacy .table {
    border-collapse: separate;
    border-radius: 4px;
}


.sec-privacy .table-privacy tr:nth-child(2n+1) {
    border: none
}

.sec-privacy .table-privacy td, .sec-privacy .table-privacy th {
    padding: 10px;
    line-height: 1.7
}

.sec-privacy .table-privacy th {
    background-color: #f0f0f0;
    border-radius: 4px;
}

.sec-privacy .table-privacy td .txt+.txt {
    margin: 10px 0 0;
    margin-left: 1.5em;
}

.sec-privacy .table-privacy td .list-table li {
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 1em
}

.sec-privacy .table-privacy td .list-table li:last-child {
    margin: 0
}

.sec-privacy .table-privacy td .list-table li::before {
    position: absolute;
    left: 0;
    content: '・';
    width: 1em;
    height: 1em
}

.sec-privacy .table th {
    border-radius: 4px 4px 0 0;
    font-weight: 700
}

.sec-privacy .table-privacy-contact td {
    padding: 16px 18px
}

.sec-privacy .sec-intro {
    margin: 0 0 24px
}

.sec-privacy .sec-intro .txt+.txt {
    margin: 18px 0 0
}

.sec-privacy .sec-content-privacy .area-table+.area-table {
    margin: 16px 0 0
}

.sec-privacy {
    padding: 0 0 40px
}

.sec-privacy .txt-top {
    padding: 0 4vw 24px
}

.sec-privacy .table-privacy td, .sec-privacy .table-privacy th {
    font-size: 14px;
}

.sec-privacy .sec-intro {
    padding: 0 4vw
}

.sec-privacy .sec-content-privacy>.txt {
    padding: 0 4vw
}

.sec-privacy .sec-content-privacy .area-table {
    padding: 0 4vw
}
.sec-privacy .sec-content-privacy .area-table .inner-table {
    padding: 1rem;
}
.inner-table-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(4,auto);
    gap: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
}
.inner-table-grid .grid-item {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    place-content: center;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.inner-table-grid .grid-item.span-two {
    grid-column: 2 / span 2;
}
/*eaf-check*/

#page-company-eaf-check .sec-privacy {
    line-height: 1.7
}

#page-company-eaf-check .sec-privacy .txt-top {
    margin: 0 0 24px;
    padding: 0 0 24px;
    border-bottom: 1px solid #ccc
}

#page-company-eaf-check .sec-privacy {
    padding: 0 0 120px
}

#page-company-eaf-check .sec-privacy .sec-intro {
    margin: 0 0 24px;
    text-align: center;
}

#page-company-eaf-check .sec-privacy .txt-top {
    padding: 0 4vw 24px
}


/*privacy-applicant*/

#page-privacy-applicant .sec-privacy {
    line-height: 1.7
}

#page-privacy-applicant .sec-privacy .txt-top {
    margin: 0 0 24px;
    padding: 0 0 24px;
    border-bottom: 1px solid #ccc
}

#page-privacy-applicant .sec-privacy .txt {
    letter-spacing: 0;
    line-height: 1.7
}

#page-privacy-applicant .sec-privacy .underline {
    text-decoration: underline
}

#page-privacy-applicant .sec-privacy .table {
    border-collapse: separate;
    border-radius: 4px;
}

#page-privacy-applicant .sec-privacy .sec-intro .area-table {
    margin: 24px 0 0;
}

#page-privacy-applicant .sec-privacy .table-privacy tr:nth-child(2n+1) {
    border: none;
}

#page-privacy-applicant .sec-privacy .table-privacy th {
    padding: 10px;
    line-height: 1.7;
    font-weight: bold;
}

#page-privacy-applicant .sec-privacy .table-privacy th {
    background-color: #f0f0f0
}

#page-privacy-applicant .sec-privacy .table-privacy td .txt+.txt {
    margin: 10px 0 0
}

#page-privacy-applicant .sec-privacy .table-privacy td .list-table li {
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 1em
}

#page-privacy-applicant .sec-privacy .table-privacy td .list-table li:last-child {
    margin: 0
}

#page-privacy-applicant .sec-privacy .table-privacy td .list-table li::before {
    position: absolute;
    left: 0;
    content: '・';
    width: 1em;
    height: 1em
}

#page-privacy-applicant .sec-privacy .table-privacy-contact {
    border-collapse: separate;
    border-radius: 4px
}

#page-privacy-applicant .sec-privacy .table-privacy-contact th {
    border-radius: 4px 4px 0 0;
    font-weight: 700
}

#page-privacy-applicant .sec-privacy .table-privacy-contact td {
    padding: 16px 18px
}

#page-privacy-applicant .sec-privacy .sec-intro {
    margin: 0 0 16px
}

#page-privacy-applicant .sec-privacy .sec-intro .txt+.txt {
    margin: 18px 0 0
}

#page-privacy-applicant .sec-privacy .sec-content-privacy .area-table+.area-table {
    margin: 16px 0 0
}

#page-privacy-applicant .sec-privacy {
    padding: 0 0 40px
}


#page-privacy-applicant .sec-privacy .table-privacy td, #page-privacy-applicant .sec-privacy .table-privacy th {
    font-size: 14px;
    border-radius: 4px;
}

#page-privacy-applicant .sec-privacy .sec-intro {
    padding: 0 4vw
}

#page-privacy-applicant .sec-privacy .sec-content-privacy>.txt {
    padding: 0 4vw
}

#page-privacy-applicant .sec-privacy .sec-content-privacy .area-table {
    padding: 0 4vw
}


#page-feature-backupnurse #main .wrapper img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#page-feature-backupnurse #main .wrapper .cv {
    position: relative;
}

#page-feature-backupnurse #main .wrapper {
    max-width: 750px;
    margin: 0 auto;
}

#page-feature-backupnurse #main .wrapper .cv_1 {
    position: absolute;
    width: 94.667%;
    top: 87.5%;
    left: 3.5%;

}

#page-feature-backupnurse #main .wrapper .sec01 {
    background: #FFF8FA;
    font-family: 'Helvetica Neue',
        'Arial',
        'Hiragino Kaku Gothic ProN',
        'Hiragino Sans',
        'Meiryo',
        'sans-serif',
        'Hiragino Kaku Gothic ProN',
        'ヒラギノ角ゴ ProN W3',
        'ＭＳ ゴシック',
        'Noto Sans';
}

#page-feature-backupnurse #main .wrapper .slider_01 {
    width: 100%;
}

#page-feature-backupnurse #main .wrapper .slider_contents {
    width: 92%;
    margin: 0.5% auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 9% 0 7%;
    color: #555555;
    line-height: 1;
}

#page-feature-backupnurse #main .wrapper .slider_contents .txt1 {
    margin: 0 0 6% 14%;
    color: #ffffff;
    font-size: 26px;
}

#page-feature-backupnurse #main .wrapper .slider_contents .txt1 span {
    background: #4BB4EB;
    border-radius: 28px;
    padding: 2% 10%;
}

#page-feature-backupnurse #main .wrapper .slider_contents .txtbox {
    margin: 2% 0 1% 14%;
}

#page-feature-backupnurse #main .wrapper .slider_contents .txtbox p {
    display: inline-block;
    margin-left: 0.5%;
    font-size: 26px;
    background: #C0E6FA;
    padding: 1.5% 5%;
}

#page-feature-backupnurse #main .wrapper .slider_contents .txt2 {
    color: #FC5774;
    font-weight: bold;
    font-size: 28px;
    padding: 0 0 1% 14%;
    line-height: 1.5;
}

#page-feature-backupnurse #main .wrapper .slider_contents table {
    border-collapse: collapse;
    border-spacing: 0;
}

#page-feature-backupnurse #main .wrapper .slider_contents table {
    width: 75.3%;
    margin: 0 auto;
    border: 1px solid #C4C4C4;
    line-height: 1.5;
}

#page-feature-backupnurse #main .wrapper .slider_contents table td,
.slider_contents table th {
    border-top: 1px solid #C4C4C4;
}

#page-feature-backupnurse #main .wrapper .slider_contents table th {
    background: #f0f0f0;
    width: 29%;
    font-size: 26px;
}

#page-feature-backupnurse #main .wrapper .slider_contents table td {
    padding: 2% 3%;
    font-size: 28px;
}

#page-feature-backupnurse #main .wrapper .slider_contents table .pa {
    padding: 6.5% 0;
}

#page-feature-backupnurse #main .wrapper .prev.slick-arrow {
    position: absolute;
    width: 9%;
    left: 4%;
    top: 40%;
    z-index: 1;
    background: none;
}

#page-feature-backupnurse #main .wrapper .next.slick-arrow {
    position: absolute;
    width: 9%;
    right: 4%;
    top: 40%;
    z-index: 1;
    background: none;
}


#page-feature-backupnurse #main .wrapper .slick-slide {
    outline: none;
}

/*nurse-support*/


.feature-nurse-support .sec-recommend-pop {
    overflow: hidden;
}

.feature-nurse-support .box-wrap {
    margin-top: 10vh;
}


.feature-nurse-support h3 {
    border-left: none;
    padding: 10px 10px 35px 10px;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-align: center;
    position: relative;
    line-height: 1.5;
}

.feature-nurse-support h3::after {
    content: "";
    display: block;
    width: 310px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}


.feature-nurse-support .box-wrap ul , .block-wrap ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 5vh 0 3vw 0;
}


.feature-nurse-support .box-wrap ul li {
    margin: 40px 0;
    width: 24%;
    min-width: 230px;
    border-radius: 10px;
    border: 3px solid #FF9C9C;
    padding: 2.4rem;
    position: relative;
    list-style: none;
}

.feature-nurse-support .box-wrap ul li p {
    margin-bottom: 10px;
    line-height: 1.75;
}

.feature-nurse-support .box-wrap ul li .no-circle {
    position: absolute;
    top: 2%;
    left: 2%;
    border-radius: 50%;
    border: 1px solid #FF9C9C;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    font-weight: bold;
    background: #FF9C9C;
    color: #fff;
    line-height: 1;
}

.feature-nurse-support .box-wrap ul li img {
    width: 60%;
    display: block;
    margin: 3em auto;
}

.feature-nurse-support .box-wrap ul li .box-title {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    border-bottom: none;
    border-left: solid 12px #FF9C9C;
}

.feature-nurse-support .box-wrap ul li .box-text {
    font-size: 15px;
}

.feature-nurse-support .block-wrap ul li {
    padding: 1.6rem;
    display: flex;
    width: 45%;
    min-width: 350px;
}

.feature-nurse-support .block-wrap ul {
    margin-top: 5vh;
}

.feature-nurse-support .block-wrap ul li img {
    max-width: 150px;
    max-height: 150px;
    vertical-align: top;
}

.feature-nurse-support .block-wrap ul li p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.75;
}

.feature-nurse-support .block-wrap ul li .block-title {
    font-weight: 700;
}

.ns-btn {
    padding: 0 4vw;
}
.ns-btn a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 100%;
    max-width: 440px;
    height: 88px;
    line-height: 88px;
    border-radius: 5px;
    margin-top: 5vh;
    background: -moz-linear-gradient(10deg, #FF9C9C, #FF9C9C 24%, #FFBE9C);
    background: -webkit-linear-gradient(10deg #FF9C9C, #FF9C9C 24%, #FFBE9C);
    background: linear-gradient(80deg, #FF9C9C, #FF9C9C 24%, #FFBE9C);
}


@media all and (min-width:0px) and (max-width:749px) {

    #page-feature-backupnurse #main .wrapper .slider_contents {
        border-radius: 10px;
    }

    #page-feature-backupnurse #main .wrapper .slider_contents .txt1 {
        font-size: 3.5vw;
    }

    #page-feature-backupnurse #main .wrapper .slider_contents .txtbox p {
        font-size: 3.5vw;
    }

    #page-feature-backupnurse #main .wrapper .slider_contents .txt2 {
        font-size: 3.7vw;
    }

    #page-feature-backupnurse #main .wrapper .slider_contents table th {
        font-size: 3.5vw;
    }

    #page-feature-backupnurse #main .wrapper .slider_contents table td {
        font-size: 3.6vw;
    }

}

#page-feature-backupnurse #main .wrapper .btn:hover {
    filter: brightness(130%);
}

#page-feature-backupnurse #main .wrapper .btn {
    transition: filter 0.3s;
    height: auto;
}


#page-feature-backupnurse #main .sec-contact .area-btn {
    justify-content: center;
}

#page-feature-backupnurse #main .sec-contact .area-btn-contact .btn-wrapper {
    margin: 32px 0 0;
}

#page-feature-backupnurse #main .area-btn .btn-form {
    position: relative;
    width: 500px;
    height: 86px;
    line-height: 1.3;
    letter-spacing: .02em;
    font-weight: 700;
    text-align: center;
    transition: all .1s ease 0s;
    box-sizing: border-box;
}

#page-feature-backupnurse #main .area-btn .btn-form::before {
    position: absolute;
    content: '';
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #fff;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {

    #page-feature-backupnurse #main .sec-contact {
        margin: 40px 0;
    }
    
    #page-feature-backupnurse #main .sec-contact .area-btn-contact {
        display: block;
        width: 265px;
        margin: 0 auto;
    }    

    #page-feature-backupnurse #main .sec-contact .area-btn-contact .btn-wrapper {
        margin: 32px 0 0;
    }
    

    #page-feature-backupnurse #main .area-btn.area-btn-form {
        margin: 0 0 40px;
        padding: 0 4vw;
    }
    #page-feature-backupnurse #main .area-btn .btn-form .ico-arrow4 {
        left: 16px;
        width: 8px;
        height: 16px;
        background-size: 8px 16px;
    }


    .feature-nurse-support .box-wrap ul li {
        min-width: 270px;
    }
    .feature-nurse-support .block-wrap ul li {
        min-width: 340px;
    }

}

@media only screen and (min-width: 768px) {
    #page-feature-backupnurse #main .sec-contact {
        margin: 80px 0;
    }
    
    #page-feature-backupnurse #main .area-btn.area-btn-form {
        margin: 0 0 120px;
        justify-content: center;
    }

    #page-feature-backupnurse #main .area-btn.area-btn-form .btn {
        font-size: 20px !important;
    }

    #page-feature-backupnurse #main .sec-contact .area-btn-contact .btn-wrapper+.btn-wrapper {
        margin: 0 0 0 16px;
    }    

    #page-feature-backupnurse #main .area-btn .btn-form .ico-arrow4 {
        left: 24px;
    }
    #page-feature-backupnurse #main .area-btn .btn-form  {
        box-shadow: 5px 5px 0 #d6d0cd;
    }
    #page-feature-backupnurse #main .area-btn .btn-form:hover  {
        background-color: #fc5774;
        color: #fff;
        box-shadow: none;
    }

    #page-feature-backupnurse #main .area-btn .btn-form:hover  {
        transform: translate3d(5px,5px,0);
    }
}

/*mezase*/


#page-mezase-single-detail .mezase-quiz {
    display: flex;
    align-items: center;
}

#page-mezase-single-detail .mezase-q {
    width: 10%;
    border-right: 1px dotted #fc5774;
    margin-right: 2rem;
    line-height: 4;
    flex-shrink: 0;
}

#page-mezase-single-detail .mezase-a {
    padding: 0 2rem 2rem 2rem;
}

#page-mezase-single .sec-manga .sec-commentary-in .list-num {
    counter-reset: item;
}

#page-mezase-single .sec-manga .sec-commentary-in .list-num>li {
    position: relative;
    line-height: 1.7;
}

#page-mezase-single .sec-manga .sec-commentary-in .list-num>li span {
    font-weight: 700;
}

#page-mezase-single .sec-manga .sec-commentary-in .list-num>li p {
    padding-left: 1.2em;
}

#page-mezase-single .sec-manga .sec-commentary-in .list-num>li:before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: .5em;
    font-weight: 700;
    color: #FC5774;
}


#page-mezase-single .sec-manga .sec-commentary-in .list-num>li+li {
    margin-top: 16px;
}

#page-mezase-single .sec-manga .sec-commentary-in .list-num>li>ul.list-disc {
    list-style: disc;
    padding-left: 3em;
    margin-top: 1em
}
#page-mezase-single .sec-commentary-in>ul {
    padding: 0 1.6em;
}
#page-mezase-single .sec-commentary-in>ol {
    padding: 0 1.6em;
}
#page-mezase-single .sec-commentary-in>p {
    padding: 0 1.6em;
}

@media only screen and (max-width: 767px) {
    #page-mezase-single-detail .mezase-q {
        width: 12%;
        writing-mode: vertical-rl;
        text-orientation: upright;
    }
    article+.area-btn { margin: 20px 0 56px; }
}


/*column*/
#page-column-single .maker_pink {
    background: linear-gradient(transparent 40%, #ffeff7 40%);
}

#page-column-single .underline_dotted{
    text-decoration: underline dotted #ff69b4 2px;
}

/* 埋め込まれたコンテンツ */
iframe.wp-embedded-content {width:100%}

.sns-twitter a {
    display: block;
    width: fit-content;
    color: #fff;
    background-color: #000;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 30px;
    padding-right: 10px;
    position: relative;
    border-radius: 3px;
}

.sns-twitter a:before {
    content: "";
    display: block;
    width: 12px;
    height: 100%;
    background: url(../img/common/logo_x.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 10px;
}

[id^=page-mezase-single] .sec-sns {
    display: grid;
    line-height: 0;
    margin: 0 0 8px;
    grid-template-rows: 1fr 1fr;
    row-gap: 5px;
}

[id^=page-mezase-single] .sec-sns li:first-child a {
    color: #fff;
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    display: block;
    width: fit-content;
    padding-left: 30px;
    position: relative;
    border-radius: 3px;
}

[id^=page-mezase-single] .sec-sns li:first-child a:before {
    display: block;
    width: 12px;
    height: 100%;
    background: url(../img/common/logo_x.svg) no-repeat;
    position: absolute;
    top: 0px;
    left: 10px;
    content: "";
    background-size: contain;
    background-position: center;
}

.area-sns {
    margin-bottom: 1em;
}

/* Instagram */
@media only screen and (min-width:768px) {
  .sec-instagram {
    margin: 80px 0
  }
  .sec-instagram-in {
    position: relative;
    width: 1100px;
    margin: 0 auto
  }
}
@media only screen and (max-width:767px) {
  .sec-instagram {
    margin: 48px 0
  }
}

/* 括弧付き数字リスト */
ol.parenthesized-numbers {
    margin-left: 3.5em;
}
ol.parenthesized-numbers > li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}
ol.parenthesized-numbers > li::before {
    content: "(" counter(cnt) ")";
    display: inline-block;
    width: 2em;
    text-align: right;
    position: absolute;
    left: -2.25em;
}

#page-company-privacy-staff .sec-privacy .sec-intro .list-counter {
  margin: 18px 0;
}

#page-company-privacy-staff .sec-privacy .sec-intro .list-counter li {
  margin: 0 0 8px;
}

#page-company-privacy-staff .sec-privacy .list-counter.list-number > li {
  padding: 0 0 0 1.8em;
  counter-increment: number!important;
}

#page-company-privacy-staff .sec-privacy .list-counter > li {
  position: relative;
}

#page-company-privacy-staff .sec-privacy .sec-intro .list-counter > li::before {
  content: "(" counter(number-in) ")";
}

#page-company-privacy-staff .sec-privacy .list-counter.list-number > li::before {
  content: "("counter(number) ")"!important;
}

#page-company-privacy-staff .sec-privacy .list-counter li::before {
  position: absolute;
  top: 0;
  left: 0;
}
