@charset "UTF-8";
.topMes_wrap {
    background: rgb(38, 38, 38);
    background: linear-gradient(90deg, rgba(38, 38, 38,1) 0%, rgba(74, 74, 74,1) 100%);
    padding: 166px 0 170px;
}
.topMes_ttl {
    text-align: center;
}
.topMes_ttl .en {
    font-size: 18px;
    line-height: 1.94;
    font-variation-settings: "wght" 400;
    letter-spacing: .01em;
    color: #e2b700;
    margin-bottom: 18px;
}
.topMes_ttl .ttl {
    font-size: 48px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .057em;
    color: #fff;
    margin-bottom: 48px;
}
.topMes_ttl .ttl span img {
    margin: 0 6px 10px;
}
.topMes_read {
    text-align: center;
    font-size: 18px;
    line-height: 2.22;
    font-weight: 500;
    letter-spacing: .02em;
    color: #fff;
    margin-bottom: 120px;
}
.topMes_read span img {
    margin: 0 3px 3px;
}
.splide.is-message source,
.splide.is-message img {
    border-radius: 8px;
}
/* 元画像の縦横比(4:3・3:2など)が表示枠と違っても、引き伸ばさず中央を切り抜いて表示する */
.splide.is-message img {
    object-fit: cover;
    object-position: center;
}
.topAbout_wrap {
    background: #f1f1f1;
    padding: 154px 0 168px;
}
.topAbout_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 75px;
}
.topAbout_box {
    width: 100%;
    background: #1a1a1a;
    border-radius: 8px;
    margin-top: 64px;
}
.topAbout_box:first-child {
    margin-top: 0;
}
.topAbout_box a,
.topAbout_box .cont {
    display: block;
    text-decoration: none;
    border-radius: 8px;
}
.topAbout_img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.topAbout_img source,
.topAbout_img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: .4s all;
    border-radius: 8px 8px 0 0;
}
.topAbout_txt {
    padding: 38px 0 40px;
    padding-left: 40px;
    position: relative;
}
.topAbout_txt .en {
    font-size: 16px;
    line-height: 1;
    font-variation-settings: "wght" 400;
    letter-spacing: .01em;
    color: #e2b700;
    margin-bottom: 10px;
}
.topAbout_txt .ttl {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .05em;
    color: #fff;
}
.topAbout_txt .txt {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: .01em;
    color: #fff;
    margin-top: 30px;
}
.r-btn {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 112px;
    height: 112px;
    padding-top: 49px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}
.r-btn:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: transform .4s;
}
.r-btn span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    z-index: 2;
}
.r-btn span:before {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/btn_arrow_r.svg) no-repeat center / auto 100%;
    z-index: 2;
    transition: transform .2s;
}
.topAbout_box.is-ver2 a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.topAbout_box.is-ver2 .topAbout_img {
    width: 384px;
    border-radius: 8px 0 0 8px;
}
.topAbout_box.is-ver2 .topAbout_img source,
.topAbout_box.is-ver2 .topAbout_img img {
    width: 100%;
    height: 212px;
    border-radius: 8px 0 0 8px;
}
.topAbout_box.is-ver2 .topAbout_txt {
    width: -webkit-calc(100% - 384px);
    width: calc(100% - 384px);
    box-sizing: border-box;
    padding: 38px 0;
    padding-left: 40px;
}
.topAbout_box.is-ver3 {
    width: 468px;
}
.topAbout_box.is-ver3 a {
    display: block;
    position: relative;
}
.topAbout_box.is-ver3 a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1a1a1a;
    background-color: rgba(26, 26, 26,0.6);
    z-index: 1;
    border-radius: 8px;
}
.topAbout_box.is-ver3 .topAbout_img {
    border-radius: 8px;
}
.topAbout_box.is-ver3 .topAbout_img source,
.topAbout_box.is-ver3 .topAbout_img img {
    width: 100%;
    height: 192px;
    border-radius: 8px;
}
.topAbout_box.is-ver3 .topAbout_txt {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding: 71px 0;
    padding-left: 44px;
    z-index: 2;
    border-radius: 8px;
    overflow: hidden;
}
.topJobs_wrap {
    background: #fff url(../svg/bg_cp_plus.svg) no-repeat right top 135px / 370px auto;
    padding: 154px 0 168px;
}
.topJobs_wrap .topAbout_box {
    width: 464px;
    margin-top: 0;
}
.topJobs_wrap .topAbout_img source,
.topJobs_wrap .topAbout_img img {
    height: 331px;
}
.topJobs_wrap .topAbout_txt {
    padding: 30px 0;
    padding-left: 40px;
}
.topJobs_wrap .topAbout_txt .txt {
    margin-top: 20px;
}
.topJobs_wrap .topAbout_txt .txt .is-sp {
    display: none;
}
.topSyst_wrap {
    background: #fff;
    padding:155px 0 168px;
}
.topSyst_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 75px;
}
.topSyst_lst.ver2 {
    display: block;
    margin-top: 104px;
}
.topSyst_box {
    width: 296px;
}
.topSyst_box a {
    display: block;
    text-decoration: none;
    position: relative;
}
.topSyst_box a:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 48px;
    line-height: 1;
    opacity: .3;
    color: #1a1a1a;
    font-family: "Sentient", sans-serif;
    font-variation-settings: "wght" 100;
    font-style: italic;
}
.topSyst_box:nth-child(1) a:before {
    content: '#01';
}
.topSyst_box:nth-child(2) a:before {
    content: '#02';
}
.topSyst_box:nth-child(3) a:before {
    content: '#03';
}
.topSyst_img {
    width: 296px;
    height: 296px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.topSyst_img source,
.topSyst_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .4s all;
    border-radius: 50%;
}
.topSyst_txt {
    margin-top: 26px;
    position: relative;
}
.topSyst_txt:before,
.topSyst_txt:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.topSyst_txt:after {
    background: #1a1a1a;
    z-index: 1;
    transition: transform .4s;
}
.topSyst_txt:before {
    background: url(../svg/btn_arrow_hw.svg) no-repeat center / auto 10px;
    z-index: 2;
}
.topSyst_txt .en,
.topSystLnk_txt .en {
    font-size: 12px;
    line-height: 1;
    font-variation-settings: "wght" 400;
    color: #e2b700;
    margin-bottom: 10px;
}
.topSyst_txt .ttl,
.topSystLnk_txt .ttl {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .05em;
    color: #1a1a1a;
}
.topSyst_lnk {
    background: #383838;
    margin-top: 64px;
    border-radius: 8px;
}
.topSyst_lnk:first-child {
    background: transparent;
    margin-top: 0;
}
.topSyst_lnk a {
    width: 100%;
    height: 168px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
    text-decoration: none;
    border-radius: 8px;
}
.topSyst_lnk:first-child a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(26, 26, 26,.81);
    z-index: 3;
    border-radius: 8px;
}
.topSystLnk_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 8px;
    overflow: hidden;
    /* 絶対配置で幅指定が無いと画像が左端に寄るため、帯の全幅に広げる */
    width: 100%;
    height: 168px;
}
.topSystLnk_img source,
.topSystLnk_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s all;
    border-radius: 8px;
}
.topSystLnk_txt {
    width: 100%;
    position: relative;
    z-index: 4;
    padding-left: 50px;
}
.topSystLnk_txt .en {
    font-size: 16px;
}
.topSystLnk_txt .ttl {
    font-size: 24px;
    color: #FFF;
}


.topNews_wrap {
    background: #f1f1f1;
    padding: 120px 0 120px;
}
.topNews_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topNews_ttl .en {
    font-size: 54px;
    line-height: 1.66;
    font-variation-settings: "wght" 300;
    color: #1a1a1a;
}
.topNews_ttl .ttl {
    font-size: 14px;
    line-height: 1.66;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 3px;
}
.topNews_lst {
    width: 776px;
}
.topNews_lst .mvNews_lst {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    filter: drop-shadow(0px 20px 36px rgba(0, 0, 0, 0.04));
    padding: 14px 36px;
}
.topNews_lst .mvNews_lst li {
    border-top: 1px dashed #c3c3c3;
}
.topNews_lst .mvNews_lst li:first-child {
    border-top: none;
}
.topNews_lst .mvNews_lst li a,
.topNews_lst .mvNews_lst li .cont {
    padding: 26px 53px 26px 0;
    position: relative;
}
.topNews_lst .mvNews_lst li a:before,
.topNews_lst .mvNews_lst li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -16px;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.topNews_lst .mvNews_lst li a:before {
    background: url(../svg/btn_arrow_hw.svg) no-repeat center / auto 10px;
    z-index: 2;
}
.topNews_lst .mvNews_lst li.is-window a:before {
    background: url(../svg/icn_window3.svg) no-repeat center / 13px;
}
.topNews_lst .mvNews_lst li a:after {
    background: #1a1a1a;
    z-index: 1;
    transition: transform .2s;
}
.topNews_lst .mvNews_lst li .day {
    flex: 0 0 5em;
    width: 5em;
    font-size: 16px;
    margin-right: 20px;
}
.topNews_lst .mvNews_lst li .tag {
    margin-right: 16px;
    flex: 0 0 auto;
}
.topNews_lst .mvNews_lst li .ttl {
    font-size: 16px;
    width: -webkit-calc(100% - (108px + 5em));
    width: calc(100% - (108px + 5em));
    flex: 1 1 auto;
    -webkit-line-clamp: 2;
}
.topNews_btn {
    width: 128px;
    height: 32px;
    margin: 0 auto;
    margin-top: 56px;
}
.topNews_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #FFF;
    color: #383838;
    border-radius: 100vh;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    font-family: "Sentient", sans-serif;
}
/*
.topNews_btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    color: #383838;
    border-radius: 100vh;
    font-size: 12px;
    transition: opacity .2s ease-out, all .2s ease-out;
}
    */
.topNews_btn span {
    padding-right: 16px;
    display: inline-block;
    position: relative;
}
.topNews_btn span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    background: url(../svg/btn_arrow_d.svg) no-repeat center / 100% auto;
    filter: brightness(0) saturate(100%) invert(18%) sepia(2%) saturate(420%) hue-rotate(344deg) brightness(97%) contrast(87%);
    z-index: 1;
}
.mvNews_lst li.hidden {
    display: none;
}
.topNews_btn.is-hidden {
    display: none;
}
@media(min-width:767px) {
    a:hover .r-btn:before {
        transform: scale(1.1429, 1.1429);
    }
    a:hover .topAbout_img source,
    a:hover .topAbout_img img {
        transform: scale(1.04, 1.04);
    }
    a:hover .topSystLnk_img source,
    a:hover .topSystLnk_img img {
        transform: scale(1.04, 1.04);
    }
    .topNews_lst .mvNews_lst li a:hover:after {
        transform: scale(1.1429, 1.1429);
    }
    .topSyst_box a:hover .topSyst_img source,
    .topSyst_box a:hover .topSyst_img img {
        transform: scale(1.04, 1.04);
    }
    .topSyst_box a:hover .topSyst_txt:after {
        transform: scale(1.1429, 1.1429);
    }
    .topNews_btn a:hover {
        background: #f0f0f0;
    }
    .topSyst_box a:hover .topSyst_img {
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    }
    .topAbout_box a:hover,
    .topSyst_lnk a:hover {
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    }
}
/*tab*/
@media screen and (min-width:767px) and ( max-width:1280px) {
    .r-btn {
        width: 8.75vw;
        height: 8.75vw;
        padding-top: 3.828vw;
    }
    .topAbout_box.is-ver2 .topAbout_img {
        width: 30vw;
    }
    .topAbout_box.is-ver2 .topAbout_txt {
        width: -webkit-calc(100% - 384px);
        width: calc(100% - 30vw);
        padding: 2.969vw 0;
        padding-left: 3.125vw;
        padding-right: 13.938vw;
    }
    .topAbout_box.is-ver3 {
        width: 40vw;
    }
    .topAbout_box.is-ver3 .topAbout_txt {
        padding-left: 3.438vw;
    }
    .topJobs_wrap .topAbout_box {
        width: 41vw;
    }
    .topJobs_wrap .topAbout_txt {
        padding-left: 3.125vw;
    }
    .topSyst_box {
        width: 26vw;
    }
    .topSyst_img {
        width: 26vw;
        height: 26vw;
    }
    .topNews_ttl {
        margin-bottom: 40px;
    }
    .topNews_lst {
        width: calc(100% - 224px);
    }
}
@media screen and (min-width:767px) and ( max-width:1024px) {
    .topJobs_wrap .topAbout_box {
        width: 43vw;
    }
    .topAbout_box.is-ver3 {
        width: 42vw;
    }
    .topNews_lst {
        width: 100%;
    }
}
@media screen and (min-width:767px) and ( max-width:960px) {
    .r-btn {
        font-size: 12px;
    }
    .topAbout_txt .ttl {
        font-size: 24px;
    }
    .topAbout_txt .txt {
        font-size: 12px;
    }
    .topAbout_txt .ttl {
        font-size: 18px;
    }
    .topSyst_box {
        width: 28vw;
    }
    .topJobs_wrap .topAbout_box {
        width: 43vw;
    }
    .topSyst_txt .ttl {
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: .05em;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .topMes_wrap {
        padding: 100px 0 104px;
    }
    .topMes_ttl {
        text-align: center;
    }
    .topMes_ttl .en {
        font-size: 14px;
        line-height: 1.21;
        margin-bottom: 8px;
    }
    .topMes_ttl .ttl {
        font-size: 24px;
        line-height: 1.58;
        margin-bottom: 48px;
    }
    .topMes_ttl .ttl span img {
        margin: 0 3px 5px;
        width: 20px;
        height: auto;
    }
    .topMes_cnt {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .topMes_read {
        text-align: left;
        font-size: 16px;
        line-height: 2;
        margin-bottom: 80px;
    }
    .topMes_read span img {
        margin: 0 2px 2px;
        width: 14px;
        height: auto;
    }
    .splide.is-message .splide__slide {
        height: 165px;
        overflow: hidden;
    }
    .splide.is-message source,
    .splide.is-message img {
        width: 224px;
        height: 165px;
    }
    .topAbout_wrap {
        padding: 100px 24px 104px;
    }
    .topAbout_lst {
        display: block;
        margin-top: 44px;
    }
    .topAbout_box {
        width: 100%;
        margin-top: 48px;
    }
    .topAbout_img {
        width: 100%;
        overflow: hidden;
    }
    .topAbout_img source,
    .topAbout_img img {
        height: 201px;
    }
    .topAbout_txt {
        padding: 24px 24px;
    }
    .topAbout_txt .en {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .topAbout_txt .ttl {
        font-size: 20px;
        line-height: 1.4;
    }
    .topAbout_txt .txt {
        font-size: 14px;
        line-height: 1.71;
        margin-top: 24px;
    }
    .r-btn {
        display: none;
    }
    .topAbout_box.is-ver2 a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .topAbout_box.is-ver2 .topAbout_img {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }
    .topAbout_box.is-ver2 .topAbout_img source,
    .topAbout_box.is-ver2 .topAbout_img img {
        width: 100%;
        height: 201px;
        object-position: top;
        border-radius: 8px 8px 0 0;
    }
    .topAbout_box.is-ver2 .topAbout_txt {
        width: 100%;
        padding: 24px 24px;
    }
    .topAbout_box.is-ver3 {
        width: 100%;
    }
    .topAbout_box.is-ver3 .topAbout_img source,
    .topAbout_box.is-ver3 .topAbout_img img {
        width: 100%;
        height: 147px;
        object-position: top;
    }
    .topAbout_box.is-ver3 .topAbout_txt {
        width: 100%;
        padding: 50px 0;
        padding-left: 26px;
    }
    .topJobs_wrap {
        background: #fff url(../svg/bg_cp_plus.svg) no-repeat right -24px top 185px / 210px auto;
        padding: 100px 24px 104px;
    }
    .topJobs_wrap .topAbout_box {
        width: 100%;
        margin-top: 46px;
    }
    .topJobs_wrap .topAbout_box a {
        width: 100%;
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .topJobs_wrap .topAbout_box:last-child a {
        flex-direction: row-reverse;
    }
    .topJobs_wrap .topAbout_img {
        width: 29.867vw;
        height: 168px;
        border-radius: 8px 0 0 8px;
    }
    .topJobs_wrap .topAbout_img source,
    .topJobs_wrap .topAbout_img img {
        height: 168px;
        border-radius: 8px 0 0 8px;
    }
    .topJobs_wrap .topAbout_box:last-child .topAbout_img {
        border-radius: 0 8px 8px 0;
    }
    .topJobs_wrap .topAbout_box:last-child .topAbout_img source,
    .topJobs_wrap .topAbout_box:last-child .topAbout_img img {
        border-radius: 0 8px 8px 0;
    }
    .topJobs_wrap .topAbout_txt {
        padding: 0 15px 0 23px;
        width: -webkit-calc(100% - 29.867vw);
        width: calc(100% - 29.867vw);
        box-sizing: border-box;
    }
    .topJobs_wrap .topAbout_txt .en {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .topJobs_wrap .topAbout_txt .ttl {
        font-size: 18px;
        line-height: 1.333;
    }
    .topJobs_wrap .topAbout_txt .txt {
        font-size: 14px;
        margin-top: 16px;
    }
    .topSyst_wrap {
        padding:100px 24px 104px;
    }
    .topSyst_lst {
        display: block;
        margin-top: 60px;
    }
    .topSyst_lst.ver2 {
        display: block;
        margin-top: 80px;
    }
    .topSyst_box {
        width: 100%;
        max-width: 327px;
        margin: 0 auto;
        margin-top: 64px;
    }
    .topSyst_box:first-child {
        margin-top: 0;
    }
    .topSyst_box a:before {
        left: 50%;
        top: 0;
        margin-left: -127px;
        font-size: 40px;
    }
    .topSyst_img {
        width: 264px;
        height: 264px;
        margin: 0 auto;
    }
    .topSyst_txt {
        margin-top: 14px;
    }
    .topSyst_txt .en,
    .topSystLnk_txt .en {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .topSyst_txt .ttl,
    .topSystLnk_txt .ttl {
        font-size: 18px;
    }
    .topSyst_lnk {
        margin-top: 56px;
    }
    .topSyst_lnk a {
        width: 100%;
        height: 128px;
    }
    .topSyst_lnk:first-child a {
        width: 100%;
        height: 112px;
    }
    .topSystLnk_txt {
        padding-left: 25px;
    }
    .topSystLnk_txt .en {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .topSystLnk_txt .ttl {
        font-size: 18px;
    }
    .topSystLnk_img {
        width: 100%;
        height: 112px;
    }
    .topNews_wrap {
        padding: 76px 24px 80px;
    }
    .topNews_in {
        display: block;
    }
    .topNews_ttl {
        margin-bottom: 40px;
    }
    .topNews_ttl .en {
        font-size: 32px;
        line-height: 1;
    }
    .topNews_ttl .ttl {
        font-size: 13px;
        line-height: 1;
        margin-top: 4px;
    }
    .topNews_lst {
        width: 100%;
    }
    .topNews_lst .mvNews_lst {
        filter: drop-shadow(0px 14px 25px rgba(0, 0, 0, .04));
        padding: 12px 24px;
    }
    .topNews_lst .mvNews_lst li a,
    .topNews_lst .mvNews_lst li .cont {
        align-items: center;
        padding: 20px 34px 20px 0;
        width: auto;
        margin-right: 0;
    }
    .topNews_lst .mvNews_lst li a:before,
    .topNews_lst .mvNews_lst li a:after {
        margin-top: -12px;
        width: 24px;
        height: 24px;
    }
    .topNews_lst .mvNews_lst li a:before {
        background: url(../svg/btn_arrow_hw.svg) no-repeat center / auto 8px;
        z-index: 2;
    }
    .topNews_lst .mvNews_lst li.is-window a:before {
        background: url(../svg/icn_window3.svg) no-repeat center / 10px;
    }
    .topNews_lst .mvNews_lst li .day {
        margin-right: 14px;
        padding-left: 0;
        font-size: 14px;
    }
    .topNews_lst .mvNews_lst li .tag {
        margin-right: 0;
        font-size: 12px;
        height: 24px;
    }
    .topNews_lst .mvNews_lst li .ttl {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin-top: 10px;
        font-size: 14px;
    }
    .topNews_btn {
        width: 140px;
        height: 38px;
        margin-top: 40px;
    }
    .topNews_btn a {
        font-size: 14px;
    }
    .topNews_btn span {
        padding-right: 20px;
    }
    .topNews_btn span:before {
        width: 8px;
        height: 8px;
        margin-top: -4px;
    }
}
@media only screen and (min-width:640px) and (max-width:767px) {
    .topSyst_lst.ver2 ,
    .topAbout_lst,
    .topNews_in.c-wrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 592px;
    }
    /*
    .topJobs_wrap .topAbout_lst {
        max-width: none;
    }
    */
}
@media only screen and (max-width:640px) {
    /*
    .topJobs_wrap .topAbout_img {
        width: 31.719vw;
        height: 47.5vw;
    }
    .topJobs_wrap .topAbout_img source,
    .topJobs_wrap .topAbout_img img {
        height: 47.5vw;
        height: 201px;
    }
    .topJobs_wrap .topAbout_txt {
        padding: 0 0 0 6.25vw;
        width: -webkit-calc(100% - 203px);
        width: calc(100% - 31.719vw);
        box-sizing: border-box;
    }
    .topJobs_wrap .topAbout_txt .en {
        font-size: 3.281vw;
        margin-bottom: 0.625vw;
    }
    .topJobs_wrap .topAbout_txt .ttl {
        font-size: 5vw;
    }
    .topJobs_wrap .topAbout_txt .txt {
        font-size: 3.906vw;
        margin-top: 4.844vw;
    }
    */
}
@media only screen and (max-width: 390px) {
    .topJobs_wrap .topAbout_txt .txt .is-sp {
        display: block;
    }
}
@media only screen and (max-width: 370px) {
    .topJobs_wrap .topAbout_txt {
        padding: 0 4vw 0 6.133vw;
    }
    .topJobs_wrap .topAbout_txt .en {
        font-size: 3.281vw;
        margin-bottom: 0.625vw;
    }
    .topJobs_wrap .topAbout_txt .ttl {
        font-size: 5vw;
    }
    .topJobs_wrap .topAbout_txt .txt {
        font-size: 3.706vw;
        margin-top: 4.844vw;
    }
}
@media only screen and (max-width: 340px) {
    .topMes_read {
        font-size: 15px;
    }
    .topTtl_read {
        font-size: 16px;
    }
    .topAbout_txt .ttl {
        font-size: 17px;
    }
    /*
    .topJobs_wrap .topAbout_txt {
        padding: 0 18px;
    }
    .topJobs_wrap .topAbout_txt .ttl {
        font-size: 14px;
    }
    .topJobs_wrap .topAbout_txt .txt {
        font-size: 10px;
    }
    */
}
