@charset "UTF-8";

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

/*ロゴ*/
.hm_img_box {
    height: auto;
    box-sizing: border-box;
}

.hm_logo {
    max-width: 640px;
    margin-top: 192px;
}

/*キャッチコピー*/
p.hm_catchcopy_jp {
    font-family: '游教科書体', 'YuKyokasho', 'Yu Mincho', serif;
    font-size: 70px;
    color: #01203F;
    text-align: right;
    margin: 64px 64px 0px 0px;
}

p.hm_catchcopy_en {
    padding-right: 20px;
    font-family: 'Baskerville', 'Georgia', 'Libre Baskerville', serif;
    font-size: 40px;
    color: #FBB549;
    text-align: right;
    margin: 0px 64px 0px auto;
}

/*街並みイラスト*/
.hm_img1 {
    width: 100%;
    /*height: 100%;*/
    margin-top: 104px;
}

.hm_box {
    /*background-color: #01203F;*/
    background: linear-gradient(#00152b, 25%, #143C61);
    padding: 10%;
    margin: 0px 0px;
    text-align: center;
    color: #F8F8F8;
}

/*企業理念----------------------------------------------------------*/
.hm_img_box2 {
    height: auto;
    padding: 80px 64px;
}

p.hm_catchcopy_jp2 {
    font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
    /*font-size: 100px;*/
    font-size: clamp(90px, 3vw, 100px);
    font-weight: bold;
    color: #FBB549;
    opacity: 0.6;
    text-align: left;
    margin: 0px auto 80px auto;
    width: 100%;
    max-width: 1792px;
}

.hm_cv_box1 {
    margin: 0 auto;
    padding: auto;
    /*background:#ffe5e5;*/
    width: 100%;
    max-width: 1792px;
    height: 256px;
    justify-content: flex-start;
    display: flex;
}

.hm_cv_box1_in {
    /* font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif; */
    /* font-size: 50px; */
    /* color: #EBEDF0; */
    margin: 0px, 0px, 0px 50px;
    background: #01203F;
    /*width: 100%;*/
    width: 80%;
    height: 200px;
    padding: auto;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

.hm_cv_sm_t1 {
    font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
    font-size: 50px;
    color: #EBEDF0;
    position: absolute;
    left: 10px;
    top: 45px;
}

.hm_cv_sm_t2 {
    font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
    font-size: 27px;
    color: #1c5e98;
    position: absolute;
    left: 40px;
    top: 105px;
}

.hm_cv_box2 {
    margin: 0 auto;
    padding: auto;
    /*background:#ffe5e5;*/
    width: 100%;
    max-width: 1792px;
    height: 256px;
    justify-content: flex-end;
    display: flex;
}

.hm_cv_box3 {
    margin: 0 auto;
    padding: auto;
    /*background:#ffe5e5;*/
    width: 100%;
    max-width: 1792px;
    height: 142px;
    justify-content: flex-end;
    display: flex;
}

.img_cv1 {
    position: absolute;
    right: 10%;
    height: 100%;
    mix-blend-mode: screen;
}

.img_cv2 {
    position: absolute;
    right: 0px;
    height: 100%;
    mix-blend-mode: screen;
}

/*自社サービス----------------------------------------------------------*/
.small_text {
    font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
    font-size: 38px;
    color: #EBEDF0;
}

.hm_os_box1 {
    margin: 0 auto;
    padding: auto;
    /*background:#ffe5e5;*/
    width: 100%;
    max-width: 1792px;
    height: 500px;
    justify-content: center;
    display: flex;
}

.hm_os_box1_in {
    margin: 0px, 0px, 0px 50px;
    padding-left: 40px;
    background: #01203F;
    /*width: 100%;*/
    width: 100%;
    height: 360px;
    /*display: flex;*/
    /*justify-content: flex-end;*/
    position: relative;
}

.img_os {
    position: absolute;
    right: 0px;
    top: 20px;
    height: 70%;
    mix-blend-mode: screen;
}

/*リクルート--------------------------------------------------------*/
.hm_img_box3 {
    height: auto;
    padding: 80px 64px;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.hm_img_box3_in {
    height: auto;
    width: 100%;
    max-width: 1792px;
    margin: auto;
}

.hm_rc_box1 {
    height: auto;
    padding: auto;
    width: 100%;
    max-width: 1792px;
    height: 500px;
    justify-content: center;
    display: flex;
}

.hm_rc_box1_in {
    height: auto;
    margin: 0px, 0px, 0px 50px;
    padding: 0px;
    /*background:skyblue;*/
    /*width: 100%;*/
    width: 100%;
    /*display: flex;*/
    /*justify-content: flex-end;*/
    position: relative;
}

/* .hm_rc_box1_in::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(left, rgba(255, 255, 255, 0) 40%, #fff 100%); 
    } */

.rc_text {
    font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
    font-size: 30px;
    color: #01203F;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 200;
    line-height: 2.0em;
}

.rc_img1 {
    height: 100%;
    position: absolute;
    right: 0px;
    z-index: 10;
    top: 0px;
    opacity: 0.2;
    background: #FAFAFA;
}

/* .rc_img2 {
    width: 50%;
    position: absolute;
    right: 400px;
    bottom: -150px;
    z-index: 100;
    opacity: 0.4;
    background: #FAFAFA;
} */

/*ニュース----------------------------------------------------------*/
.hm_img_box4 {
    height: 850px;
    padding: 80px 64px;
}

.hm_img_box4_in {
    height: auto;
    width: 100%;
    max-width: 1792px;
    margin: auto;
}

.hm_nws_box1 {
    padding: auto;
    background: #ffe5e5;
    width: 100%;
    max-width: 1720px;
    height: 500px;
    justify-content: center;
    display: flex;
}

.hm_nws_box1_in {
    margin: 0px 0px 100px 0px;
    padding: 80px;
    background: #01203F;
    /*width: 100%;*/
    width: 100%;
    height: 100%;
    /*display: flex;*/
    /*justify-content: flex-end;*/
    position: relative;
}

.hm_nws_box2 {
    /*background: #143C61;*/
    height: 7em;
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid #FAFAFA;
}

.hm_nws_box2_date {
    width: 25%;
    height: 100%;
    align-items: center;
    vertical-align: auto;
    /*background: pink;*/
    font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
    font-size: 30px;
    color: #FAFAFA;
    display: flex;
}

.hm_nws_box2_text {
    width: 75%;
    height: 100%;
    align-items: center;
    vertical-align: auto;
    /*background: skyblue;*/
    font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
    font-size: 30px;
    color: #FAFAFA;
    display: flex;
}

/*アクセス----------------------------------------------------------*/
.hm_img_box5 {
    height: auto;
    padding: 80px 64px 256px 64px;
}

.hm_ac_box1 {
    padding: 40px 40px;
    background: #01203F;
    width: 100%;
    max-width: 1720px;
    height: 500px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.hm_ac_box1_in {
    padding: 0px 40px;
    background: #01203F;
    width: 100%;
    max-width: 1720px;
    box-sizing: border-box;
}

.hm_ac_box1_line {
    border-bottom: 2px solid #F8F8F8;
    width: 100%;
    box-sizing: border-box;
}

/*共通--------------------------------------------------------------*/
p.hd {
    font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
    font-size: 30px;
    color: #01203F;
    margin: 0px auto 80px auto;
    width: 100%;
    max-width: 1792px;
}

p.t1 {
    font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
    font-size: 40px;
    color: #EBEDF0;
    margin: 40px, 0px;
}

p.t2 {
    font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
    font-size: 60px;
    color: #EBEDF0;
    margin: 100px 0px 0px 0px;
}

p.t3 {
    font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
    font-size: 24px;
    color: #EBEDF0;
    margin: 0px 2.2em 0px 2.2em;
    /* width: 100%; */
}

p.t4 {
    font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
    font-size: 30px;
    color: #01203F;
    margin: 40px, 80px, 40px, 0px;
}

p.t5 {
    font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
    font-size: 30px;
    color: #EBEDF0;
    margin: 0px, 0px;
    width: 100%;
    text-indent: -1em;
    padding-left: 1em;
}

p.t6 {
    font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
    font-size: 30px;
    color: #EBEDF0;
    margin: 0px, 0px;
    width: 100%;
}

a.btn {
    font-family: 'Baskerville', 'Georgia', 'Libre Baskerville', serif;
    font-size: 30px;
    width: 100%;
    color: #01203F;
    text-align: center;
    text-decoration: none;
    display: block;
}

.btn_box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBB549;
    width: 300px;
    height: 142px;
    transition: .3s;
}

.btn_box:hover {
    background: #e38c0b;
}

.btn_box:active {
    background: #01203F;
}

.btn:active {
    color: #fafafa;
}

.btn_box2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBB549;
    width: 300px;
    height: 142px;
    /*max-height: 180px;*/
    position: absolute;
    bottom: -20%;
    right: -0.01px;
    transition: .3s;
}

.btn_box2:hover {
    background: #e38c0b;
}

.btn_box2:active {
    background: #01203F;
}

.btn_box3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBB549;
    width: 300px;
    height: 142px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    transition: .3s;
}

.btn_box3:hover {
    background: #e38c0b;
}

.btn_box3:active {
    background: #01203F;
}

.btn_box5 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBB549;
    width: 300px;
    height: 142px;
    position: absolute;
    right: 0px;
    bottom: -70px;
    z-index: 10;
    transition: .3s;
}

.btn_box5:hover {
    background: #e38c0b;
}

.btn_box5:active {
    background: #01203F;
}
a span{
    position: relative;
    display: inline-block; 
}
a span::after {
    position: absolute;
    bottom: 4px;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #FBB549;
    transition: .3s;
}
a:hover span::after{
    width: 100%;
  }
/*レスポンシブ-------------------------------------------------------------*/

/*スマホ*/
@media screen and (max-width: 799px) {

    /*ロゴ*/
    .hm_logo {
        width: 50%;
        min-width: 216px;
        max-width: 430px;
        margin-top: 120px;
    }

    /*キャッチコピー*/
    p.hm_catchcopy_jp {
        font-family: '游教科書体', 'YuKyokasho', 'Yu Mincho', serif;
        font-size: 16px;
        color: #01203F;
        text-align: right;
        margin-bottom: 0px;
        margin-right: 20px;
        margin-top: 40px;

    }

    p.hm_catchcopy_en {
        padding-right: 0px;
        font-family: 'Baskerville', 'Georgia', 'Libre Baskerville', serif;
        font-size: 12px;
        color: #FBB549;
        text-align: right;
        margin: 0px 20px 0px auto;
    }

    /*街並みイラスト*/
    .hm_img1 {
        width: 100%;
        /*height: 100%;*/
        margin-top: 40px;
    }

    .hm_box {
        /*background-color: #01203F;*/
        background: linear-gradient(#00152b, 25%, #143C61);
        padding: 10%;
        margin: 0px 0px;
        text-align: center;
        color: #F8F8F8;
    }

    p.hm_catchcopy_jp2 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        /*font-size: 100px;*/
        font-size: clamp(20px, 3vw, 40px);
        font-weight: bold;
        color: #FBB549;
        opacity: 0.6;
        text-align: left;
        margin: 0px auto 40px auto;
        width: 100%;
        max-width: 759px;
    }

    .hm_img_box2 {
        height: auto;
        padding: 40px 20px;
    }

    .hm_cv_box1 {
        margin: 0 auto;
        padding: auto;
        /*background:#ffe5e5;*/
        width: 100%;
        /*max-width: 759px;*/
        height: 150px;
        justify-content: center;
        display: flex;
    }

    .hm_cv_box1_in {
        margin: 0px, 0px, 0px 50px;
        background: #01203F;
        /*width: 100%;*/
        width: 100%;
        height: 114px;
        padding: auto;
        display: flex;
        align-items: center;
        position: relative;
    }

    .hm_cv_sm_t1 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 20px;
        color: #EBEDF0;
        position: absolute;
        left: 20px;
        top: 35px;
    }

    .hm_cv_sm_t2 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 16px;
        position: absolute;
        left: 40px;
        top: 60px;
    }

    .hm_cv_box2 {
        margin: 0 auto;
        padding: auto;
        /*background:#ffe5e5;*/
        width: 100%;
        /*max-width: 759px;*/
        height: 150px;
        justify-content: center;
        display: flex;
    }

    .btn_box {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FBB549;
        width: 100%;
        height: 80px;
    }

    a.btn {
        font-family: 'Baskerville', 'Georgia', 'Libre Baskerville', serif;
        font-size: 16px;
        width: 100%;
        color: #01203F;
        text-align: center;
        text-decoration: none;
    }

    /*自社サービス*/
    .small_text {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 20px;
        color: #EBEDF0;
    }

    .hm_os_box1 {
        margin: 0 auto;
        padding: auto;
        /*background:#ffe5e5;*/
        width: 100%;
        max-width: 960px;
        height: 300px;
        justify-content: center;
        display: flex;
    }

    .hm_os_box1_in {
        margin: 0px, 0px, 0px 50px;
        padding-left: 40px;
        background: #01203F;
        /*width: 100%;*/
        width: 100%;
        height: 200px;
        /*display: flex;*/
        /*justify-content: flex-end;*/
        position: relative;
    }

    .img_os {
        position: absolute;
        right: 0px;
        top: 20px;
        height: 70%;
        mix-blend-mode: screen;
    }

    p.t2 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 35px;
        color: #EBEDF0;
        margin: 55px 0px 0px 0px;
    }

    p.t3 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 18px;
        color: #EBEDF0;
        margin: 0px 2.3em 0px 2.3em;
    }

    a.btn_box4 {
        display: block;
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 20px;
        color: #EBEDF0;
        background: #01203F;
        height: 128px;
        min-width: 250px;
        /*width: 100%;
        max-width: 795px;*/
        padding-left: 30px;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        line-height: 128px;
        margin: 0px auto 32px auto;
        position: relative;
        z-index: 50;
        transition: .3s;
    }

    a.btn_box4:hover {
        background: #e38c0b;
    }

    a.btn_box4:active {
        color: #EBEDF0;
        background: #01203F;
    }

    .triangle {
        width: 0px;
        height: 0px;
        border-left: 20px solid #FBB549;
        border-top: 15px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid transparent;
        z-index: 10;
        position: absolute;
        right: 10px;
        top: 40%;
    }

    /*リクルート*/
    .hm_img_box3 {
        height: 600px;
        padding: 45px 20px;
    }

    .hm_img_box3_in {
        height: auto;
        width: 100%;
        max-width: 1792px;
        margin: auto;
    }

    .hm_rc_box1 {
        height: auto;
        padding: auto;
        width: 100%;
        max-width: 1792px;
        height: auto;
        justify-content: center;
        display: flex;
        /* position: relative; */
    }

    .hm_rc_box1_in {
        height: auto;
        margin: 0px, 0px, 0px 50px;
        padding: 0px;
        /*background:skyblue;*/
        /*width: 100%;*/
        width: 100%;
        /*display: flex;*/
        /*justify-content: flex-end;*/
        position: relative;
    }

    .rc_text {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 16px;
        color: #01203F;
        height: auto;
        width: 100%;
        position: absolute;
        left: 0px;
        z-index: 200;
        line-height: 2.0em;
    }

    .rc_img1 {
        display: none;
    }

    .rc_img2 {
        display: none;
        width: 100%;
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 100;
        /*opacity: 0.4;*/
        background: #FAFAFA;
        opacity: 0.4;
    }

    p.hd {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 16px;
        color: #01203F;
        margin: 0px auto 40px auto;
        width: 100%;
        max-width: 1792px;
    }

    /*ニュース----------------------------------------------------------*/
    .hm_img_box4 {
        height: 680px;
        padding: 40px 20px;
    }

    .hm_img_box4_in {
        height: auto;
        width: 100%;
        max-width: 759px;
        margin: auto 0px;
    }

    .hm_nws_box1 {
        padding: auto;
        background: #ffe5e5;
        width: 100%;
        max-width: 1720px;
        height: 500px;
        justify-content: center;
        display: flex;
        position: relative;
    }

    .hm_nws_box1_in {
        margin: 0px 0px 80px 0px;
        padding: 0px 30px;
        background: #01203F;
        /*width: 100%;*/
        width: 100%;
        height: 100%;
        /*display: flex;*/
        /*justify-content: flex-end;*/

    }

    .hm_nws_box2 {
        /*background: #143C61;*/
        height: 100px;
        display: flex;
        justify-content: flex-start;
        border-bottom: 2px solid #FAFAFA;
    }

    .hm_nws_box2_date {
        width: 25%;
        min-width: 70px;
        /*background: pink;*/
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 12px;
        color: #FAFAFA;
        display:flex;
    }

    .hm_nws_box2_text {
        width: 75%;
        min-width: 100px;
        /*background: skyblue;*/
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 12px;
        color: #FAFAFA;        
        display: flex;
    }

    /*アクセス*/
    .hm_img_box5 {
        margin: auto;
        height: auto;
        padding: 40px 20px 40px 20px;
    }

    .hm_ac_box1 {
        padding: 0px;
        background: none;
        width: 100%;
        height: 500px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

    .hm_ac_box1_in {
        margin: 20px auto 0px auto;
        padding: 0px;
        background: none;
        width: 60%;
        max-width: 759px;
        min-width: 227px;
        box-sizing: border-box;
    }

    .hm_ac_box1_line {
        border-bottom: 2px solid #01203F;
        width: 100%;
        min-width: 227px;
        box-sizing: border-box;
    }

    .hm_ac_map {
        margin: 10px auto 0px auto;
        height: 300px;
        max-width: 500px;
        min-width: 227px;
    }

    p.t5 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 14px;
        color: #01203F;
        margin: 40px, 0px;
        width: 100%;
        min-width: 227px;
        text-indent: -1em;
        padding-left: 1em;
    }

    p.t6 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 14px;
        color: #01203F;
        margin: 40px, 0px;
        width: 100%;
        min-width: 227px;
    }


    /*共通*/
    .btn_box2 {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FBB549;
        width: 100%;
        height: 80px;
        /*max-height: 180px;*/
        position: absolute;
        bottom: -20%;
        right: -0.01px;
    }

    .btn_box3 {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FBB549;
        width: 100%;
        height: 80px;
        position: absolute;
        right: 0px;
        bottom: -510px;
    }

    .btn_box5 {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FBB549;
        width: 100%;
        height: 80px;
        position: absolute;
        right: 0px;
        bottom: -150px;
    }
}

/*タブレット*/
@media screen and (min-width: 800px) and (max-width: 959px) {

    /*ロゴ*/
    .hm_logo {
        max-width: 430px;
        margin-top: 192px;
    }

    /*キャッチコピー*/
    p.hm_catchcopy_jp {
        font-family: '游教科書体', 'YuKyokasho', 'Yu Mincho', serif;
        font-size: 40px;
        color: #01203F;
        text-align: right;
        margin-bottom: 0px;
        margin-right: 32px;

    }

    p.hm_catchcopy_en {
        padding-right: 10px;
        font-family: 'Baskerville', 'Georgia', 'Libre Baskerville', serif;
        font-size: 20px;
        color: #FBB549;
        text-align: right;
        margin: 0px 32px 0px auto;
    }

    /*街並みイラスト*/
    .hm_img1 {
        width: 100%;
        /*height: 100%;*/
        margin-top: 64px;
    }

    .hm_box {
        /*background-color: #01203F;*/
        background: linear-gradient(#00152b, 25%, #143C61);
        padding: 10%;
        margin: 0px 0px;
        text-align: center;
        color: #F8F8F8;
    }

    /*企業理念*/
    p.hm_catchcopy_jp2 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: clamp(40px, 3vw, 45px);
        font-weight: bold;
        color: #FBB549;
        opacity: 0.6;
        text-align: left;
        margin: 0px auto 40px auto;
        width: 100%;
        max-width: 720px;
    }

    .hm_img_box2 {
        height: auto;
        padding: 80px 32px;
    }

    .hm_cv_box1 {
        margin: 0 auto;
        padding: auto;
        height: 206px;
    }

    .hm_cv_box1_in {
        height: 150px;
        margin: 0px, 0px, 0px 50px;
    }

    .hm_cv_sm_t1 {
        /* font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif; */
        font-size: 35px;
        color: #EBEDF0;
        position: absolute;
        left: 10px;
        top: 38px;
    }

    .hm_cv_sm_t2 {
        /* font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif; */
        font-size: 20px;
        position: absolute;
        left: 40px;
        top: 78px;
    }

    .hm_cv_box2 {
        margin: 0 auto;
        padding: auto;
        height: 206px;
    }

    .hm_cv_box3 {
        margin: 0 auto;
        padding: auto;
        /*background:#ffe5e5;*/
        width: 100%;
        max-width: 1792px;
        height: 80px;
        justify-content: flex-end;
        display: flex;
    }

    .btn_box {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FBB549;
        width: 150px;
        height: 100%;
    }

    a.btn {
        font-family: 'Baskerville', 'Georgia', 'Libre Baskerville', serif;
        font-size: 16px;
        width: 100%;
        color: #01203F;
        text-align: center;
        text-decoration: none;
    }

    /*自社サービス*/
    .small_text {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 20px;
        color: #EBEDF0;
    }

    .hm_os_box1 {
        margin: 0 auto;
        padding: auto;
        /*background:#ffe5e5;*/
        width: 100%;
        max-width: 960px;
        height: 300px;
        justify-content: center;
        display: flex;
    }

    .hm_os_box1_in {
        margin: 0px, 0px, 0px 50px;
        padding-left: 40px;
        background: #01203F;
        /*width: 100%;*/
        width: 100%;
        height: 200px;
        /*display: flex;*/
        /*justify-content: flex-end;*/
        position: relative;
    }

    .img_os {
        position: absolute;
        right: 0px;
        top: 20px;
        height: 70%;
        mix-blend-mode: screen;
    }

    p.t2 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 35px;
        color: #EBEDF0;
        margin: 55px 0px 0px 0px;
    }

    p.t3 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 16px;
        color: #EBEDF0;
        margin: 0px 2.3em 0px 2.3em;
    }

    /*リクルート--------------------------------------------------------*/
    .hm_img_box3 {
        height: 400px;
        padding: 80px 32px;
        margin-bottom: 256px;
    }

    .hm_img_box3_in {
        height: auto;
        width: 100%;
        /* max-width: 1792px; */
        margin: auto;
    }

    .hm_rc_box1 {
        padding: auto;
        width: 100%;
        /* max-width: 1792px; */
        /* height: 200px; */
        justify-content: center;
        display: flex;
    }

    .hm_rc_box1_in {
        height: 400px;
        margin: 0px, 0px, 0px 50px;
        padding: 0px;
        /*background:skyblue;*/
        /*width: 100%;*/
        width: 100%;
        /*display: flex;*/
        /*justify-content: flex-end;*/
        position: relative;
    }

    .rc_text {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 20px;
        color: #01203F;
        height: auto;
        width: 100%;
        position: absolute;
        left: 0px;
        z-index: 200;
        line-height: 2.0em;
    }

    .rc_img1 {
        height: 100%;
        position: absolute;
        right: 0px;
        z-index: 10;
        background: #FAFAFA;
    }

    /*ニュース----------------------------------------------------------*/
    .hm_img_box4 {
        height: 600px;
        padding: 80px 32px;
    }

    .hm_img_box4_in {
        height: auto;
        width: 100%;
        max-width: 1792px;
        margin: auto;
    }

    .hm_nws_box1 {
        padding: auto;
        background: #ffe5e5;
        width: 100%;
        max-width: 1720px;
        height: 500px;
        justify-content: center;
        display: flex;
    }

    .hm_nws_box1_in {
        margin: 0px 0px 100px 0px;
        padding: 40px;
        background: #01203F;
        /*width: 100%;*/
        width: 100%;
        height: 100%;
        /*display: flex;*/
        /*justify-content: flex-end;*/
        position: relative;
    }

    .hm_nws_box2 {
        /*background: #143C61;*/
        height: 100px;
        display: flex;
        justify-content: flex-start;
        border-bottom: 2px solid #FAFAFA;
    }

    .hm_nws_box2_date {
        width: 25%;
        /*background: pink;*/
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 20px;
        color: #FAFAFA;
        display: flex;
    }

    .hm_nws_box2_text {
        width: 75%;
        /*background: skyblue;*/
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 20px;
        color: #FAFAFA;
        display: flex;
    }

    /*アクセス*/
    .hm_img_box5 {
        height: auto;
        padding: 80px 32px 0px 32px;
    }

    .hm_ac_box1 {
        padding: 40px 40px;
        background: #01203F;
        width: 100%;
        /* max-width: 1720px; */
        height: 300px;
        display: flex;
        justify-content: space-between;
    }

    .hm_ac_box1_in {
        padding: 0px 60px;
        background: #01203F;
        width: 100%;
        /* max-width: 1720px; */
        box-sizing: border-box;
    }

    p.t5 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 16px;
        color: #EBEDF0;
        margin: 0px, 0px 40px 0px;
        width: 100%;
        text-indent: -1em;
        padding-left: 1em;
    }

    p.t6 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 16px;
        color: #EBEDF0;
        margin: 40px, 0px;
        width: 100%;
    }

    /*共通*/
    .btn_box2 {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FBB549;
        width: 150px;
        height: 80px;
        /*max-height: 180px;*/
        position: absolute;
        bottom: -20%;
        right: -0.01px;
    }

    .btn_box3 {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FBB549;
        width: 150px;
        height: 80px;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .btn_box5 {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FBB549;
        width: 150px;
        height: 80px;
        position: absolute;
        right: 0px;
        bottom: -40px;
    }

}

@media screen and (min-width: 960px) and (max-width: 1200px) {



    /*ロゴ*/
    .hm_logo {
        max-width: 540px;
        margin-top: 192px;
    }

    /*キャッチコピー*/
    p.hm_catchcopy_jp {
        font-family: '游教科書体', 'YuKyokasho', 'Yu Mincho', serif;
        font-size: 40px;
        color: #01203F;
        text-align: right;
        margin-bottom: 0px;
        margin-right: 40px;

    }

    p.hm_catchcopy_en {
        padding-right: 8px;
        font-family: 'Baskerville', 'Georgia', 'Libre Baskerville', serif;
        font-size: 20px;
        color: #FBB549;
        text-align: right;
        margin: 0px 40px 0px auto;
    }

    /*街並みイラスト*/
    .hm_img1 {
        width: 100%;
        /*height: 100%;*/
        margin-top: 40px;
    }

    /*企業理念*/
    p.hm_catchcopy_jp2 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: clamp(45px, 3vw, 50px);
        font-weight: bold;
        color: #FBB549;
        opacity: 0.6;
        text-align: left;
        margin: 0px auto 40px auto;
        width: 100%;
        max-width: 1120px;
    }

    .hm_img_box2 {
        height: auto;
        padding: 80px 40px;
    }

    .hm_cv_box1 {
        margin: 0 auto;
        padding: auto;
        height: 206px;
    }

    .hm_cv_box1_in {
        height: 150px;
        margin: 0px, 0px, 0px 50px;
    }

    .hm_cv_sm_t1 {
        /* font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif; */
        font-size: 35px;
        color: #EBEDF0;
        position: absolute;
        left: 10px;
        top: 38px;
    }

    .hm_cv_sm_t2 {
        /* font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif; */
        font-size: 22px;
        position: absolute;
        left: 40px;
        top: 78px;
    }

    .hm_cv_box2 {
        margin: 0 auto;
        padding: auto;
        height: 206px;
    }

    .hm_cv_box3 {
        margin: 0 auto;
        padding: auto;
        /*background:#ffe5e5;*/
        width: 100%;
        max-width: 1792px;
        height: 80px;
        justify-content: flex-end;
        display: flex;
    }

    .btn_box {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FBB549;
        width: 150px;
        height: 100%;
    }

    a.btn {
        font-family: 'Baskerville', 'Georgia', 'Libre Baskerville', serif;
        font-size: 16px;
        width: 100%;
        color: #01203F;
        text-align: center;
        text-decoration: none;
    }

    /*自社サービス*/
    .small_text {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 20px;
        color: #EBEDF0;
    }

    .hm_os_box1 {
        margin: auto;
        padding: auto;
        /*background:#ffe5e5;*/
        width: 100%;
        /* max-width: 960px; */
        height: 360px;
        justify-content: center;
        display: flex;
    }

    .hm_os_box1_in {
        margin: 0px, 0px, 0px 50px;
        padding-left: 40px;
        background: #01203F;
        /*width: 100%;*/
        width: 100%;
        height: 260px;
        /*display: flex;*/
        /*justify-content: flex-end;*/
        position: relative;
    }

    .img_os {
        position: absolute;
        right: 0px;
        top: 20px;
        height: 70%;
        mix-blend-mode: screen;
    }

    p.t2 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 50px;
        color: #EBEDF0;
        margin: 70px 0px 0px 0px;
    }

    p.t3 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 18px;
        color: #EBEDF0;
        margin: 0px 2.9em 0px 2.9em;
    }

    /*リクルート--------------------------------------------------------*/
    .hm_img_box3 {
        height: 600px;
        padding: 80px 40px;
    }

    .hm_img_box3_in {
        height: auto;
        width: 100%;
        /* max-width: 1792px; */
        margin: auto;
    }

    .hm_rc_box1 {
        height: auto;
        padding: auto;
        width: 100%;
        /* max-width: 1792px; */
        height: 300px;
        justify-content: center;
        display: flex;
    }

    .hm_rc_box1_in {
        height: auto;
        margin: 0px, 0px, 0px 50px;
        padding: 0px;
        /*background:skyblue;*/
        /*width: 100%;*/
        width: 100%;
        /*display: flex;*/
        /*justify-content: flex-end;*/
        position: relative;
    }

    .rc_text {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 20px;
        color: #01203F;
        height: auto;
        width: 100%;
        position: absolute;
        left: 0px;
        z-index: 200;
        line-height: 2.0em;
    }

    .rc_img1 {
        height: 150%;
        position: absolute;
        right: 0px;
        z-index: 10;
        background: #FAFAFA;
    }

    /*ニュース----------------------------------------------------------*/
    .hm_img_box4 {
        height: 700px;
        padding: 80px 40px;
    }

    .hm_img_box4_in {
        height: auto;
        width: 100%;
        max-width: 1792px;
        margin: auto;
    }

    .hm_nws_box1 {
        padding: auto;
        background: #ffe5e5;
        width: 100%;
        max-width: 1720px;
        height: 500px;
        justify-content: center;
        display: flex;
    }

    .hm_nws_box1_in {
        margin: 0px 0px 100px 0px;
        padding: 80px;
        background: #01203F;
        /*width: 100%;*/
        width: 100%;
        height: 100%;
        /*display: flex;*/
        /*justify-content: flex-end;*/
        position: relative;
    }

    .hm_nws_box2 {
        /*background: #143C61;*/
        height: 100px;
        display: flex;
        justify-content: flex-start;
        border-bottom: 2px solid #FAFAFA;
    }

    .hm_nws_box2_date {
        width: 25%;
        /*background: pink;*/
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 18px;
        color: #FAFAFA;
        display: flex;
    }

    .hm_nws_box2_text {
        width: 75%;
        /*background: skyblue;*/
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 18px;
        color: #FAFAFA;
        display: flex;
    }

    /*アクセス*/
    .hm_img_box5 {
        height: auto;
        padding: 80px 64px 80px 64px;
        box-sizing: border-box;
    }

    .hm_ac_box1 {
        padding: 40px 40px;
        background: #01203F;
        width: 100%;
        /* max-width: 1720px; */
        height: 400px;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .hm_ac_box1_in {
        padding: 0px 60px;
        background: #01203F;
        width: 100%;
        /* max-width: 1720px; */
        box-sizing: border-box;
    }

    p.t5 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 18px;
        color: #EBEDF0;
        margin: 32px 0px;
        width: 100%;
        text-indent: -1em;
        padding-left: 1em;
    }

    p.t6 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 18px;
        color: #EBEDF0;
        margin: 22px 0px;
        width: 100%;
    }

    /*共通*/
    .btn_box2 {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FBB549;
        width: 150px;
        height: 80px;
        /*max-height: 180px;*/
        position: absolute;
        bottom: -15%;
        right: -0.01px;
    }

    .btn_box3 {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FBB549;
        width: 150px;
        height: 80px;
        position: absolute;
        right: 0px;
        bottom: -150px;
    }

    .btn_box5 {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FBB549;
        width: 150px;
        height: 80px;
        position: absolute;
        right: 0px;
        bottom: -40px;
    }
}

/*PC*/
@media screen and (min-width: 1201px) and (max-width: 1500px) {


    /*ロゴ*/
    .hm_logo {
        max-width: 640px;
        margin-top: 192px;
    }

    /*キャッチコピー*/
    p.hm_catchcopy_jp {
        font-family: '游教科書体', 'YuKyokasho', 'Yu Mincho', serif;
        font-size: 50px;
        color: #01203F;
        text-align: right;
        margin-bottom: 0px;
        margin-right: 56px;

    }

    p.hm_catchcopy_en {
        padding-right: 10px;
        font-family: 'Baskerville', 'Georgia', 'Libre Baskerville', serif;
        font-size: 25px;
        color: #FBB549;
        text-align: right;
        margin: 0px 56px 0px auto;
    }

    /*街並みイラスト*/
    .hm_img1 {
        width: 100%;
        /*height: 100%;*/
        margin-top: 64px;
    }

    /*企業理念*/
    p.hm_catchcopy_jp2 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: clamp(50px, 3vw, 55px);
        font-weight: bold;
        color: #FBB549;
        opacity: 0.6;
        text-align: left;
        margin: 0px auto 50px auto;
        width: 100%;
        max-width: 1612px;
    }

    .hm_img_box2 {
        height: auto;
        padding: 80px 56px;
    }

    .hm_cv_box1_in {
        margin: 0px, 0px, 0px 50px;
    }

    .hm_cv_sm_t1 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 40px;
        color: #EBEDF0;
        position: absolute;
        left: 10px;
        top: 60px;
    }

    .hm_cv_sm_t2 {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 24px;
        position: absolute;
        left: 40px;
        top: 105px;
    }

    /*自社サービス*/
    .small_text {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 33px;
        color: #EBEDF0;
    }

    /*リクルート--------------------------------------------------------*/
    .hm_img_box3 {
        /* height: 1100px; */
        padding: 80px 64px;
    }

    .hm_img_box3_in {
        /* height: 100%; */
        width: 100%;
        /* max-width: 1792px; */
        margin: auto;
    }

    .hm_rc_box1 {
        height: auto;
        padding: auto;
        width: 100%;
        /* max-width: 1792px; */
        height: 600px;
        justify-content: center;
        display: flex;
    }

    .hm_rc_box1_in {
        margin: 0px, 0px, 0px 50px;
        padding: 0px;
        /*background:skyblue;*/
        /*width: 100%;*/
        width: 100%;
        /*display: flex;*/
        /*justify-content: flex-end;*/
        position: relative;
    }

    .rc_text {
        font-family: 'Tsukushi B Round Gothic', 'UD デジタル 教科書体 N-R', 'Kiwi Maru', sans-serif;
        font-size: 24px;
        color: #01203F;
        height: auto;
        width: 100%;
        position: absolute;
        left: 0px;
        z-index: 200;
        line-height: 2.0em;
    }

    .rc_img1 {
        height: 100%;
        position: absolute;
        right: 0px;
        z-index: 10;
        background: #FAFAFA;
    }

    .hm_ac_box1_in {
        padding: 0px 60px;
        background: #01203F;
        width: 100%;
        /* max-width: 1720px; */
        box-sizing: border-box;
    }

    .hm_img_box4 {
        height: 700px;
    }

    .hm_nws_box2_date {
        font-size: 20px;
    }

    .hm_nws_box2_text {
        font-size: 22px;
    }
    p.t5{
        margin-top: 50px;;
        font-size: 22px;
    }
    p.t6{
        font-size: 22px;
    }
}