@charset "UTF-8";

html {
    overflow: auto;
}

body {
    color: #373A3E;
    font-size: 14px;
}

@media (max-width: 600px) {
    body {
        font-size: 12px;
    }
}


/* align */

.center {
    text-align: center;
}

.right {
    text-align: right;
}


/* link */

.noevent {
    pointer-events: none;
}


/* button */

.btn .icon {
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .2s linear;
}

.btn1 {
    background-color: #31708f;
    /* border-radius: 4em; */
    padding: 10px 0;
    text-align: center;
    color: #fff;
    width: 240px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    position: relative;
    letter-spacing: .2em;
}

.btn2 {
    border-radius: 4em;
    padding: 13px 0;
    color: #fff;
    text-align: center;
    max-width: 348px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 2px solid #fff;
    position: relative;
}

.btn2::after {
    content: "";
    border: 2px solid #fff;
}

.btn2:hover::after {
    box-sizing: border-box;
}

.btn2 a {
    color: #31708f;
}

.btn_anim1 {
    transition: all .5s linear;
    position: relative;
}

.btn_anim1::before,
.btn_anim1::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: inherit;
}

.btn_anim1::after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
    transition: all .5s;
}

.btn_anim1:hover::after {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.btn_anim1 .icon {
    transition: .3s all;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.btn_anim1 span {
    z-index: 2;
    position: relative;
}

.btn_anim2 {
    transition: letter-spacing .5s linear;
}

.btn_anim2:hover {
    letter-spacing: .15em;
}

@media (max-width: 920px) {
    .btn2 {
        max-width: 240px;
        padding: 7px 0;
    }
}


/* visibility */

.sp {
    display: none;
}

.tab {
    display: none;
}

@media (min-width: 920px) {
    .tabonly {
        display: block;
    }
}

@media (max-width: 920px) {
    .pconly {
        display: none;
    }

    .tab {
        display: block !important;
    }

    .tabonly {
        display: block;
    }
}

@media (max-width: 600px) {
    .pc {
        display: none !important;
    }

    .tab {
        display: none !important;
    }

    .tabonly {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}


/**
* 2.0 - Basic Structure
* -----------------------------------------------------------------------------
*/

.inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

#wrapper {
    z-index: -1;
}


/* home */

@media (max-width: 600px) {
    .doga:nth-child(2) {
        margin-left: 15px;
    }
}


/**
* 3.0 - Header
* -----------------------------------------------------------------------------
*/

header .nav {
    padding-left: 30px !important;
}

header .logo_sp {
    display: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 370px;
}

header .logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 370px;
}

header .li_mascot {
    width: 46px;
}

header .li_mascot img {
    position: relative;
    top: 7px;
}

header .staffmp {
    line-height: 1;
    background-color: #68d638;
}

header .staffmp p {
    text-align: center;
    height: 100%;
}

header .staffmp p .middle {
    display: inline-block;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    text-align: left;
    padding-left: 30px;
}

header .staffmp p .middle:before {
    content: "";
    background-image: url("../img/icon_mypage.png");
    width: 17px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 920px) {
    header {
        height: 62px;
        position: relative;
    }

    header .nav {
        padding-left: 10px !important;
        height: 100%;
    }

    header .nav .logo {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    header .logo_sp {
        display: block;
        width: 193px;
    }

    header .logo {
        display: none;
    }

    header .nav {
        height: 100%;
    }
}

.fat-nav {
    background: rgba(33, 79, 158, 0.9) !important;
}

#drawer_wrapper {
    padding: 20% 100px;
    box-sizing: border-box;
    position: relative;
    display: block;
    height: auto !important;
    transform: none !important;
    /* ドロワーメニュー内開閉 */
    /*＋、－切り替え*/
}

#drawer_wrapper h1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #fff;
    height: 62px;
}

#drawer_wrapper h1 img {
    width: 308px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}

#drawer_wrapper>ul {
    display: block;
}

#drawer_wrapper>ul>li {
    text-align: left;
    font-size: 16px;
    letter-spacing: normal;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #21255b;
}

#drawer_wrapper>ul>li>span {
    display: block;
    padding: 10px 0;
    position: relative;
}

#drawer_wrapper>ul>li::after {
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    width: 100%;
}

#drawer_wrapper>ul>li>a {
    font-size: 16px;
    letter-spacing: normal;
}

#drawer_wrapper>ul>li .sub {
    display: block;
    margin: 10px 0 10px 0;
    padding-bottom: 20px;
}

#drawer_wrapper>ul>li .sub li {
    text-align: left;
    display: inline-block;
    padding: 0;
    width: 49%;
    position: relative;
    font-size: 13px;
    padding-left: 35px;
    box-sizing: border-box;
    margin: 15px 0;
    letter-spacing: normal;
}

#drawer_wrapper>ul>li .sub li::before {
    content: "";
    width: 7px;
    height: 15px;
    background-size: contain;
    background-image: url("../img/icon_arrow_r1.png");
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#drawer_wrapper>ul>li .sub li a {
    font-size: 13px;
    letter-spacing: normal;
}

#drawer_wrapper .icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    z-index: 1;
    cursor: pointer;
    top: 15px;
}

#drawer_wrapper .icon span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

#drawer_wrapper .icon,
#drawer_wrapper .icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

#drawer_wrapper .icon span:nth-of-type(1) {
    top: 15px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

#drawer_wrapper .icon span:nth-of-type(2) {
    top: 15px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

#drawer_wrapper .icon.active span:nth-of-type(1) {
    display: none;
}

#drawer_wrapper .icon.active span:nth-of-type(2) {
    top: 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.drawer_bottom {
    position: absolute;
    padding-bottom: 30px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto !important;
    transform: none !important;
}

.drawer_bottom ul {
    text-align: center;
    display: block !important;
}

.drawer_bottom ul li {
    display: inline;
    padding: 0;
    margin: 0 10px;
}

.drawer_bottom ul li a {
    font-size: 12px;
}

.drawer_bottom ul li a::before {
    content: "";
    background-image: url("../img/icon_arrow_r1.png");
    width: 5px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

@media (max-width: 600px) {
    #drawer_wrapper {
        height: 100% !important;
        transform: none !important;
        padding: 70px 20px 20px 20px;
    }

    #drawer_wrapper h1 img {
        width: 193px !important;
        margin-left: 10px;
    }

    #drawer_wrapper>ul>li {
        font-size: 13px;
    }

    #drawer_wrapper>ul>li .sub {
        margin-top: 0;
        padding-bottom: 0;
    }

    #drawer_wrapper>ul>li .sub li {
        margin: 5px 0;
        padding-left: 25px;
        vertical-align: middle;
        line-height: 1.2;
    }

    #drawer_wrapper>ul>li .sub li a {
        font-size: 11px;
    }

    #drawer_wrapper .icon {
        width: 20px;
        height: 20px;
        top: 12px;
    }

    #drawer_wrapper .icon span:nth-of-type(1) {
        top: 12px;
    }

    #drawer_wrapper .icon span:nth-of-type(2) {
        top: 12px;
    }

    #drawer_wrapper .icon.active span:nth-of-type(2) {
        top: 12px;
    }

    .drawer_bottom {
        height: auto !important;
        transform: none !important;
        padding-bottom: 0;
    }

    .drawer_bottom ul {
        margin: 0 15px !important;
        flex-wrap: wrap;
    }

    .drawer_bottom ul li {
        display: block;
        text-align: left;
        font-size: 10px;
        margin: 0 0 10px 0;
    }

    .drawer_bottom ul li a {
        font-size: 10px;
        letter-spacing: normal;
    }

    .drawer_bottom .btn_line {
        position: absolute;
        right: 20px;
        bottom: 15px;
        width: 95px;
        top: auto;
        left: auto;
    }

    .drawer_bottom .mascot {
        width: 53px;
        display: block;
        margin: 0 auto 10px auto;
    }
}

.hamburger.active .hamburger__icon:before,
.hamburger.active .hamburger__icon:after {
    background-color: #fff !important;
}

.hamburger {
    background-color: #214f9e;
    width: 62px !important;
    height: 62px !important;
    display: none !important;
}

.hamburger .hamburger__icon,
.hamburger .hamburger__icon:before,
.hamburger .hamburger__icon:after {
    background-color: #fff !important;
    width: 40px !important;
}

.hamburger .hamburger__icon {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.hamburger .hamburger__icon:after {
    top: 10px !important;
}

.hamburger .hamburger__icon:before {
    top: -10px !important;
}

.hamburger.active .hamburger__icon {
    background: transparent !important;
}

.hamburger.active .hamburger__icon:before {
    transform: translateY(10px) rotate(45deg) !important;
}

.hamburger.active .hamburger__icon:after {
    transform: translateY(-10px) rotate(-45deg) !important;
}

@media (max-width: 920px) {
    .hamburger {
        display: block !important;
    }
}


/**
* 4.0 - Business & Personal
* -----------------------------------------------------------------------------
*/

@media (max-width: 920px) {

    .page_business .hamburger,
    .page_personal .hamburger {
        display: block !important;
    }

    .page_business .hamburger .hamburger__icon,
    .page_business .hamburger .hamburger__icon:before,
    .page_business .hamburger .hamburger__icon:after,
    .page_personal .hamburger .hamburger__icon,
    .page_personal .hamburger .hamburger__icon:before,
    .page_personal .hamburger .hamburger__icon:after {
        display: block !important;
    }

    .page_business #drawer_wrapper h1,
    .page_personal #drawer_wrapper h1 {
        height: 62px;
    }

    .page_business #drawer_wrapper h1 img,
    .page_personal #drawer_wrapper h1 img {
        width: 370px;
    }
}


/**
* 4.1 - トップページ
* -----------------------------------------------------------------------------
*/

.home .main_visual {
    margin-bottom: 26px;
}

.home .main_visual .main_visual_inner {
    padding-top: 50.89%;
}

.home .main_visual .page_title {
    bottom: 27%;
    top: auto;
    transform: none;
    right: auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 15px 15px 0;
}

.home .main_visual .page_title h2 {
    padding-left: 65px;
    color: #2659a7;
    border-bottom-color: #2659a7;
}

.home .main_visual .page_title .subtitle {
    text-align: right;
    font-size: 16px;
    color: #2659a7;
    margin-top: 10px;
}

@media (max-width: 920px) {
    .home .main_visual .main_visual_inner {
        padding-top: 73.17%;
    }

    .home .main_visual .page_title {
        bottom: 18%;
    }
}

@media (max-width: 600px) {
    .home .main_visual .main_visual_inner {
        padding-top: 119.3%;
    }

    .home .main_visual .page_title h2 {
        font-size: 32px;
        padding-left: 30px;
    }
}


/* セントラルが選ばれる理由（各トップページ内） */

.business_top_reason {
    background-image: url("../img/business/bg_business_top_reason.jpg");
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 26px;
}

.business_top_reason .inner .content {
    text-align: center;
    font-size: 32px;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 53px;
    text-align: center;
    position: relative;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.business_top_reason .inner .content::before,
.business_top_reason .inner .content::after {
    position: absolute;
    background-color: #fff;
    width: calc((100% - 250px)/2);
    height: 1px;
    content: "";
}

.business_top_reason .inner .content::before {
    left: 0;
    top: 0;
}

.business_top_reason .inner .content::after {
    right: 0;
    top: 0;
}

.business_top_reason h3 {
    color: #fff;
    font-size: 19px;
    text-align: center;
    transform: translateY(15px);
    background: none;
}

.business_top_reason h3::before {
    content: "";
    display: block;
    width: 126px;
    height: 51px;
    background-image: url("../img/business/icon_reason.png");
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.business_top_reason .btn .icon {
    width: 5px;
    height: 11px;
    background-image: url("../img/icon_arrow_r1.png");
}

.business_top_reason .btn:hover::after {
    background-color: #fff;
}

.business_top_reason .btn:hover .icon {
    background-image: url("../img/icon_arrow_r2.png");
}

.business_top_reason .reason_bottom {
    margin-bottom: 66px;
}

.business_top_reason .reason_bottom ul {
    margin-top: 68px;
    display: flex;
    justify-content: space-around;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.business_top_reason .reason_bottom ul li {
    text-align: center;
    flex-basis: 33.33%;
}

.business_top_reason .reason_bottom ul li .title {
    color: #fff;
    font-size: 17px;
    margin-bottom: 45px;
}

.business_top_reason .reason_bottom ul li .image img {
    max-height: 130px;
}

@media (max-width: 920px) {
    .business_top_reason {
        padding-top: 20px;
    }

    .business_top_reason h3 {
        font-size: 13px;
        transform: translateY(9px);
    }

    .business_top_reason h3::before {
        width: 88px;
        margin-bottom: 0;
    }

    .business_top_reason .inner .content {
        font-size: 26px;
        padding-top: 45px;
        padding-bottom: 35px;
    }

    .business_top_reason .inner .content::before,
    .business_top_reason .inner .content::after {
        width: calc((100% - 185px)/2);
    }

    .business_top_reason .reason_bottom {
        margin-bottom: 50px;
    }

    .business_top_reason .reason_bottom ul li .title {
        margin-bottom: 30px;
    }

    .business_top_reason .reason_bottom ul li .image img {
        max-height: 100px;
    }
}

@media (max-width: 600px) {
    .business_top_reason .inner .content {
        font-size: 17px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .business_top_reason .reason_bottom ul {
        display: block;
        margin-top: 45px;
    }

    .business_top_reason .reason_bottom ul li {
        margin-bottom: 45px;
    }

    .business_top_reason .reason_bottom ul li .image img {
        max-height: 122px;
    }
}


/**
* 4.2 - 下層ページ
* -----------------------------------------------------------------------------
*/

.main_visual {
    position: relative;
}

.main_visual .main_visual_inner {
    content: "";
    display: block;
    padding-top: 27.73%;
    background-size: cover;
    background-position: center;
}

.main_visual .page_title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.main_visual .page_title h2 {
    font-size: 3.2vw;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    display: inline-block;
    padding-bottom: 7px;
}

.main_visual .page_title h2 .sm {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.main_visual .breadcrumb {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 35px;
}

.main_visual .breadcrumb ul li {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding-bottom: 7px;
}

.main_visual .breadcrumb ul li a {
    color: #fff;
}

.main_visual .breadcrumb ul li:not(:last-child)::after {
    content: ">";
    display: inline-block;
    margin: 0 20px;
}

.main_visual .breadcrumb ul li .pc,
.main_visual .breadcrumb ul li .tab {
    display: inline-block !important;
}

.main_visual .breadcrumb ul .current {
    border-bottom-style: solid;
    border-bottom-width: 6px;
}

@media (max-width: 920px) {
    .main_visual .main_visual_inner {
        padding-top: 31.25%;
    }

    .main_visual .page_title h2 {
        font-size: 32px;
    }

    .main_visual .breadcrumb ul li {
        font-size: 10px;
        padding-bottom: 4px;
    }
}

@media (max-width: 600px) {
    .main_visual .main_visual_inner {
        padding-top: 85%;
    }

    .main_visual .page_title {
        right: auto;
    }

    .main_visual .page_title h2 {
        font-size: 28px;
        padding-left: 20px;
        text-align: left;
    }

    .main_visual .breadcrumb {
        left: 10px;
    }

    .main_visual .breadcrumb ul li .pc,
    .main_visual .breadcrumb ul li .tab {
        display: none !important;
    }
}

.page_catch {
    font-size: 29px;
    text-align: center;
    margin-top: 0;
    line-height: 1;
}

.p_page_top {
    text-align: center;
    margin: 30px 0;
    line-height: 2;
    font-size: 15px;
}

.page_inner {
    padding: 90px 30px;
}

@media (max-width: 920px) {
    .page_catch {
        font-size: 21px;
    }

    .page_inner {
        padding: 50px 40px;
    }
}

@media (max-width: 600px) {
    .page_catch {
        font-size: 20px;
    }

    .p_page_top {
        text-align: left;
        margin: 20px 0;
    }

    .page_inner {
        padding: 30px 20px;
    }
}


/**
* 5.0 - Business
* -----------------------------------------------------------------------------
*/

.nav_business ul {
    display: flex;
}

.nav_business ul li {
    flex-basis: 43%;
    position: relative;
    background-color: #13386B;
}

.nav_business ul li:hover {
    background-color: #0B3F9C;
}

.nav_business ul li .sub {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
}

.nav_business ul li .sub li {
    margin-bottom: 2px;
    background-color: rgba(33, 78, 150, 0.7);
}

.nav_business ul li .sub li:hover {
    opacity: .8;
}

.nav_business ul li .sub li a {
    padding: 20px 0;
}

.nav_business ul li a {
    padding: 10px 0;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 15px;
}

.nav_business ul li a span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.nav_business ul .li_home {
    flex-basis: 14%;
}

.nav_business ul .li_home a {
    background-color: #112957;
}

.nav_business ul .li_home span::before {
    content: "";
    display: block;
    width: 19px;
    height: 13px;
    background-image: url("../img/personal/icon_home.png");
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}


/* 下層ページ共通 */

.page_business .page_catch {
    color: #13386B;
}

.page_business .main_visual .page_title h2 .sm {
    font-size: 30px;
}

.page_business .main_visual .breadcrumb ul .current {
    border-bottom-color: #13386B;
}

.page_business .sec_contact {
    background-color: #31708f;
}


/**
* 5.1 - 人材をお探しの企業様（Business Top)
* -----------------------------------------------------------------------------
*/

.home_business .main_visual .main_visual_inner {
    background-image: url("../img/business/main_visual.jpg");
}

.home_business .main_visual .breadcrumb ul .current {
    border-bottom-color: #13386B;
}


/* サービスラインナップ */

.business_top_lineup {
    padding-top: 42px;
    background-image: url("../img/bg_business_top_lineup.jpg");
    background-size: cover;
    padding-bottom: 55px;
}

.business_top_lineup h3 {
    font-size: 29px;
    text-align: center;
    color: #13386B;
    letter-spacing: .3em;
}

.business_top_lineup h3::before {
    content: "";
    display: block;
    width: 88px;
    height: 88px;
    background-image: url("../img/business/icon_lineup.png");
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.business_top_lineup>p {
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

.business_top_lineup .lineup_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.business_top_lineup .lineup_inner div {
    flex-basis: 46%;
    border: 1px solid #eee;
    padding: 50px 12.01% 40px 12.01%;
    box-sizing: border-box;
    margin-bottom: 30px;
    background-color: #fff;
    margin-left: 2%;
    margin-right: 2%;
}

.business_top_lineup .lineup_inner div h4 {
    font-size: 21px;
    color: #13386B;
    text-align: center;
    margin-bottom: 35px;
}

.business_top_lineup .lineup_inner div .btn_anim1 {
    border: 2px solid #13386B;
    color: #13386B;
    width: 100%;
}

.business_top_lineup .lineup_inner div .btn_anim1::after {
    background-color: #fff;
}

.business_top_lineup .lineup_inner div .btn_anim1:hover {
    color: #13386B;
}

.business_top_lineup .lineup_inner div .btn_anim1:hover::after {
    border: 2px solid #13386B;
}

@media (max-width: 600px) {
    .business_top_lineup {
        padding-left: 30px;
        padding-right: 30px;
    }

    .business_top_lineup h3 {
        font-size: 20px;
    }

    .business_top_lineup .lineup_inner {
        display: block;
    }

    .business_top_lineup .lineup_inner div {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    .business_top_lineup .lineup_inner div h4 {
        margin-bottom: 20px;
    }
}


/* コンタクト */

.business_top_contact {
    background-color: #e9e9e9;
    padding: 80px;
}

.business_top_contact .contact_inner {
    background-color: #fff;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 55px 0 45px 0;
}

.business_top_contact .contact_inner h3 {
    font-size: 29px;
    text-align: center;
    color: #2659a8;
}

.business_top_contact .contact_inner .btn1 {
    padding: 15px 0;
    width: 348px;
    background-color: #2659a8;
    margin-bottom: 10px;
}

.business_top_contact .contact_inner .btn1::after {
    background-color: #fff;
    border: 2px solid #2659a8;
}

.business_top_contact .contact_inner .btn1:hover {
    color: #2659a8;
}

.business_top_contact .contact_inner .tel {
    font-size: 24px;
    color: #2659a8;
}

.business_top_contact .contact_inner .eigyou {
    font-size: 13px;
    color: #2659a8;
}

@media (max-width: 600px) {
    .business_top_contact {
        padding: 20px;
    }

    .business_top_contact h3 {
        font-size: 20px;
    }

    .business_top_contact .contact_inner {
        padding: 30px;
    }

    .business_top_contact .contact_inner .btn1 {
        width: 100%;
        margin-top: 20px;
    }
}


/**
* 5.3 - サービスラインナップ共通
* -----------------------------------------------------------------------------
*/

.page_service h3 {
    text-align: center;
    font-size: 29px;
    color: #333;
}

.service_top {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    padding-bottom: 40px;
    font-size: 16px;
}

.service_top h3 {
    margin-bottom: 20px;
}

.service_top img {
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .service_top {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        padding-top: 60px;
    }

    .service_top h3 {
        font-size: 20px;
    }
}

.service_needs {
    background-color: #b7d6e4;
    padding-top: 60px;
    padding-bottom: 60px;
    /* margin-bottom: 20px; */
}

.service_needs h4 {
    font-size: 23px;
    color: #4d5154;
    text-align: center;
    margin-bottom: 30px;
}

.service_needs .to_contact {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* border: 1px solid #dededf; */
    /* background-color: #fff; */
    text-align: center;
    padding: 20px 0 30px 0;
    margin-top: 58px;
    font-size: 20px;
    color: #13386b;
    box-sizing: border-box;
}

.service_needs .to_contact a {
    background-color: #4d5154;
    border: 3px solid #4d5154;
    color: #fff;
    text-align: center;
    display: block;
    max-width: 330px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    box-sizing: border-box;
    margin-top: 15px;
    border-radius: 100px;
    font-size: 18px;
    position: relative;
}

.service_needs .to_contact a .icon {
    background-image: url("../img/icon_arrow_r1.png");
    right: 20px;
    width: 11px;
    height: 11px;
}

.service_needs .to_contact a:hover span {
    color: #13386B;
    position: relative;
    z-index: 1;
}

.service_needs .to_contact a:hover .icon {
    background-image: url("../img/icon_arrow_r2.png");
}

.service_needs .to_contact a:hover::after {
    background-color: #fff;
}


.service_needsA {
    background-color: #b7d6e4;
    padding-top: 75px;
    padding-bottom: 70px;
}


.service_needs .to_contactA {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* border: 1px solid #dededf; */
    /* background-color: #fff; */
    text-align: center;
    padding: 20px 0 30px 0;
    margin-top: 0px;
    font-size: 20px;
    color: #13386b;
    box-sizing: border-box;
    display: flex;
}

.service_needs .to_contactA p {
    font-size: 25px;
    line-height: 2.5;

}



.service_needs .to_contactA a {
    background-color: #4d5154;
    border: 3px solid #4d5154;
    color: #fff;
    text-align: center;
    display: inline;
    max-width: 300px;
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px;
    box-sizing: border-box;
    margin-top: 15px;
    border-radius: 100px;
    margin-right: 20px;
    font-size: 18px;
    position: relative;
}

.service_needs .to_contactA a .icon {
    background-image: url("../img/icon_arrow_r1.png");
    right: 20px;
    width: 11px;
    height: 11px;
}

.service_needs .to_contactA a:hover span {
    color: #13386B;
    position: relative;
    z-index: 1;
}

.service_needs .to_contactA a:hover .icon {
    background-image: url("../img/icon_arrow_r2.png");
}

.service_needs .to_contactA a:hover::after {
    background-color: #fff;
}











@media (max-width: 600px) {
    .service_needs .to_contactA {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }


    .service_needs .to_contactA a {
        width: 80%;
        margin: 10px auto;
    }



    .service_needs {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .service_needs h4 {
        font-size: 18px;
    }

    .service_needs .inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .service_needs .to_contact {
        margin-top: 20px;
    }

    .service_needs .to_contact a {
        width: 80%;
        padding: 10px 0;
    }
}

.needs,
.correspond,
.results {
    padding: 40px 45px;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}

.needs {
    background-color: #fff;
    margin-bottom: 57px;
}

.needs .wrap_needs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.needs .wrap_needs>li {
    border: 1px solid #ddd;
    border-radius: 2px;
    flex-basis: 48.12%;
    font-size: 15px;
    padding: 10px 20px 10px 65px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-image: url("../img/icon_needs.svg");
    background-size: 45px 45px;
    background-repeat: no-repeat;
    background-position: 10px center;
    line-height: 1.5;
    min-height: 86px;
}

.needs .wrap_needs>li span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.needs .wrap_needs>.blank {
    border: none;
    background: none;
}

@media (max-width: 920px) {
    .needs {
        padding-left: 25px;
        padding-right: 25px;
    }

    .needs .wrap_needs>li {
        flex-basis: 48.89%;
        background-size: 60px 60px;
        padding: 35px 20px 35px 85px;
    }

    .needs .wrap_needs>li span {
        font-size: 11px;
    }
}

@media (max-width: 600px) {
    .needs {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .needs .wrap_needs {
        display: block;
    }

    .needs .wrap_needs>li span {
        display: inline;
    }

    .needs .blank {
        display: none;
    }
}

.correspond {
    background-color: #fff;
}

.correspond h5 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #13386B;
    margin-bottom: 20px;
}

.correspond .correspond_box {
    display: flex;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.correspond .correspond_box>div {
    padding: 15px;
    box-sizing: border-box;
}

.correspond .correspond_box>div span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    line-height: 1.4;
}

.correspond .correspond_box .correspond_box_l {
    flex-basis: 15.05%;
    background-color: #ddd;
    font-size: 15px;
    color: #333;
}

.correspond .correspond_box .correspond_box_r {
    flex-basis: 84.95%;
    font-size: 15px;
}

@media (max-width: 600px) {
    .correspond {
        padding: 40px 20px;
    }

    .correspond .correspond_box {
        display: block;
    }

    .correspond .correspond_box>div span {
        transform: none;
        display: inline;
    }
}


/* サービスラインナップ */

.nav_service_lineup {
    /* background-image: url(../img/bg_business_top_lineup.jpg); */
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 86px;
    background: #f1f1f1;
}

.service_lineup_inner {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.service_lineup_inner h3 {
    text-align: center;
    font-size: 29px;
    color: #13386B;
    margin-bottom: 30px;
}

.service_lineup_inner p {
    font-size: 15px;
}

@media (max-width: 600px) {
    .service_lineup_inner h3 {
        font-size: 20px;
    }
}

.menu_service_lineup ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.menu_service_lineup ul li {
    flex-basis: 32.24%;
    max-width: 32.24%;
    background-color: #fff;
    padding: 4px 4px 20px 4px;
    box-sizing: border-box;
    position: relative;
    /* border: 3px solid #ccc; */
    transition: all .1s linear;
    font-size: 14px;
}

.menu_service_lineup ul li h4 {
    margin-top: 35px;
    margin-bottom: 30px;
    font-size: 17px;
    color: #13386B;
    text-align: center;
}

.menu_service_lineup ul li h4::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    background-image: url("../img/icon_arrow_r3.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .1s linear;
    margin-left: 10px;
    transform: translateY(-30%);
    position: relative;
}

.menu_service_lineup ul li .text {
    padding-left: 10px;
    padding-right: 10px;
}

.menu_service_lineup ul li:hover {
    /*     border: 2px solid #31708f; */
    background-color: #f5f5f5;
}

.menu_service_lineup ul li:hover h4::after {
    transform: translateX(4px) translateY(-30%);
}

.menu_service_lineup ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 600px) {
    .nav_service_lineup {
        padding-bottom: 40px;
    }

    .menu_service_lineup ul {
        display: block;
        margin-top: 20px;
    }

    .menu_service_lineup ul li {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .menu_service_lineup ul li h4 {
        margin: 20px 0;
    }
}


/**
* 5.3.1 - 業務請負・アウトソーシング
* -----------------------------------------------------------------------------
*/

.page_duties_support .main_visual .main_visual_inner {
    background-image: url("../img/business/duties_support/main_visual.jpg");
}


/* セントラルサービスの強み */

.service_strength {
    padding-top: 95px;
}

.service_strength h3 {
    margin-bottom: 40px;
}

.service_strength dl {
    margin-top: 40px;
}

.service_strength dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #13386B;
    border-bottom: 1px solid #13386B;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.service_strength dl dt::before {
    content: "■";
    display: inline;
}

.service_strength dl dd {
    margin-bottom: 15px;
}

.service_strength table {
    border: 1px solid #4d5154;
}

.service_strength table th,
.service_strength table td {
    padding: 10px 20px;
    font-size: 12px;
    vertical-align: middle;
}

.service_strength table thead tr th {
    background-color: #13386B;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.service_strength table thead tr th:not(:last-child) {
    border-right: 1px solid #fff;
}

.service_strength table tbody tr td:first-child {
    border-right: 1px solid #4d5154;
    white-space: nowrap;
}

.service_strength table tbody tr td:nth-child(2) {
    padding-left: 6.8%;
    padding-right: 6.8%;
}

.service_strength table tbody tr td:last-child {
    border-left: 1px solid #d3d3d4;
    white-space: nowrap;
}

.service_strength table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d3d3d4;
}

.service_strength table tbody tr:first-child td:first-child {
    background: #b1c1da;
}

.service_strength table tbody tr:nth-child(2) td:first-child {
    background: #c7d3e5;
}

.service_strength table tbody tr:nth-child(3) td:first-child {
    background: #dee4ef;
}

.service_strength table tbody tr:nth-child(4) td:first-child {
    background: #e9edf4;
}

.service_strength table tbody tr:nth-child(5) td:first-child {
    background: #f4f6fa;
}

@media (max-width: 920px) {
    .service_strength table tbody tr td:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 600px) {
    .service_strength {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .service_strength h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .service_strength h3+.center {
        text-align: left;
    }

    .service_strength table tbody tr td:first-child {
        border-right: none;
    }

    .service_strength table tbody tr td:last-child {
        border-left: none;
    }

    .service_strength table tbody tr td:not(:last-child) {
        border-bottom: 1px solid #d3d3d4;
    }

    .service_strength table tbody tr td::before {
        white-space: nowrap;
    }

    .service_strength table tbody tr:not(:last-child) {
        border-bottom: none;
    }
}


/* 業務請負を推進する４つのポイント */

.service_point {
    margin-top: 80px;
    padding-bottom: 156px;
}

.service_point h3 {
    margin-bottom: 40px;
}

@media (max-width: 600px) {
    .service_point {
        margin-top: 40px;
        padding-bottom: 60px;
    }

    .service_point h3 {
        font-size: 20px;
    }
}

.point_box .title {
    display: flex;
    margin-bottom: 15px;
}

.point_box .title .number {
    background-color: #13386B;
    color: #fff;
    text-align: center;
    font-size: 30px;
    flex-basis: 58px;
    padding: 10px 0;
}

.point_box .title .text {
    flex-grow: 1;
    color: #13386B;
    background-color: #eff3f8;
    padding-left: 37px;
}

.point_box .title .text span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.point_box .content {
    color: inherit;
    padding-left: 30px;
    font-size: 13px;
    margin-bottom: 13px;
}

.point_box .content p {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .point_box .content {
        padding-left: 0;
    }
}

#point01 {
    margin-top: 50px;
}

#point02 .content {
    display: flex;
}

#point02 .content .content_l {
    flex-basis: 33.92%;
}

#point02 .content .content_r {
    flex-basis: 66.08%;
    padding-left: 20px;
    box-sizing: border-box;
}

@media (max-width: 920px) {
    #point02 .content {
        display: block;
    }

    #point02 .content .content_l img {
        max-width: 285px;
        margin-bottom: 20px;
    }
}

#point04 .content .circle {
    background-color: #13386B;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    font-size: 10px;
}

#point04 .wrap_point04 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#point04 .wrap_point04>div {
    border: 1px solid #dededf;
    flex-basis: 32.14%;
}

#point04 .wrap_point04>div h4 {
    background-color: #f4f6fa;
    color: #13386B;
    padding: 10px 0;
    text-align: center;
}

#point04 .wrap_point04>div h4 .circle {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
}

#point04 .wrap_point04>div .item {
    padding: 20px;
}

@media (max-width: 600px) {
    #point04 .wrap_point04 {
        display: block;
    }

    #point04 .wrap_point04>div {
        margin-bottom: 20px;
    }
}

.service_strength_inner,
.service_point_inner {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media (max-width: 920px) {

    .service_strength_inner,
    .service_point_inner {
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }
}

@media (max-width: 600px) {

    .service_strength_inner .center,
    .service_point_inner .center {
        text-align: left;
    }
}


/**
* 5.3.2 - 人材派遣
* -----------------------------------------------------------------------------
*/

.page_temporary_staffing .main_visual .main_visual_inner {
    background-image: url("../img/business/temporary_staffing/main_visual.jpg");
}

.page_temporary_staffing .outer_needs {
    display: flex;
    justify-content: space-between;
}

.page_temporary_staffing .outer_needs>div {
    flex-basis: 48.68%;
}

.page_temporary_staffing .outer_needs>div h5 {
    text-align: center;
    font-size: 17px;
    color: #13386B;
    margin-bottom: 20px;
    font-weight: bold;
}

.page_temporary_staffing .outer_needs>div .wrap_needs>li {
    flex-basis: 49%;
    max-width: 49%;
}

.page_temporary_staffing .outer_needs .jimu h5 {
    color: #296c99;
}

.page_temporary_staffing .outer_needs .jimu .wrap_needs>li {
    background-image: url("../img/icon_needs2.svg");
}

.page_temporary_staffing .outer_correspond {
    display: flex;
    justify-content: space-between;
}

.page_temporary_staffing .outer_correspond>div {
    flex-basis: 48.68%;
}

.page_temporary_staffing .outer_correspond>div .correspond_box .correspond_box_l {
    flex-basis: 31.25%;
}

.page_temporary_staffing .outer_correspond>div .correspond_box .correspond_box_r {
    flex-basis: 68.75%;
}

.page_temporary_staffing .outer_correspond .jimu h5 {
    color: #296c99;
}

.page_temporary_staffing .outer_correspond .jimu .correspond_box .correspond_box_l {
    color: #31708f;
    background-color: #ddd;
}

@media (max-width: 920px) {
    .page_temporary_staffing .outer_needs {
        display: block;
    }

    .page_temporary_staffing .outer_needs .seizou {
        margin-bottom: 20px;
    }

    .page_temporary_staffing .outer_correspond {
        display: block;
    }

    .page_temporary_staffing .outer_correspond .seizou {
        margin-bottom: 40px;
    }
}

@media (max-width: 600px) {
    .page_temporary_staffing .outer_needs>div .wrap_needs>li {
        max-width: 100%;
    }
}


/**
* 5.3.3 - 紹介予定派遣
* -----------------------------------------------------------------------------
*/

.page_perm .main_visual .main_visual_inner {
    background-image: url("../img/business/perm/main_visual.jpg");
}

.page_perm .service_top_sub {
    background-color: #eeeeee;
    border: 1px dashed #337ab7;
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page_perm .wrap_needs {
    /* max-width: 900px; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.page_perm .wrap_needs>li {
    flex-basis: 32.27%;
    max-width: 32.27%;
}

@media (max-width: 600px) {
    .page_perm .wrap_needs>li {
        max-width: 100%;
    }
}


/**
* 5.3.4 - 人材紹介
* -----------------------------------------------------------------------------
*/

.page_introduction .main_visual .main_visual_inner {
    background-image: url("../img/business/introduction/main_visual.jpg");
}

.results {
    background-color: #fff;
}

.results h5 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #13386B;
    margin-bottom: 20px;
}

.results .center {
    margin-bottom: 20px;
}

.results .area {
    background-color: #f5f5f5;
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    /* border-radius: 100px; */
    padding: 3px 10px;
    margin-right: 5px;
}

.results .results_box {
    display: flex;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.results .results_box>div {
    padding: 15px;
    font-size: 15px;
    box-sizing: border-box;
}

.results .results_box>div span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.results .results_box .results_box_l {
    flex-basis: 22.25%;
    background-color: #e7e7e7;
    font-size: 15px;
    color: #3a3a3a;
}

.results .results_box .results_box_r {
    flex-basis: 77.75%;
    padding-left: 30px;
}

@media (max-width: 920px) {
    .results {
        padding: 20px;
    }

    .results .results_box .results_box_r {
        padding-left: 15px;
    }
}

@media (max-width: 600px) {
    .results .results_box {
        display: block;
    }

    .results .results_box>div span {
        transform: none;
    }
}

.service_fee {
    padding-top: 60px;
    padding-bottom: 60px;
}

.service_fee .inner {
    display: flex;
    justify-content: space-between;
}

.service_fee .inner>div {
    border: 1px solid #ddd;
    flex-basis: 49%;
    padding: 35px;
    box-sizing: border-box;
    font-size: 15px;
}

.service_fee .inner>div h3 {
    font-size: 23px;
    margin-bottom: 20px;
}

.service_fee .inner>div .pdf {
    border: 1px solid #2659a8;
    max-width: 264px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    border-radius: 100px;
    position: relative;
    padding: 10px 0;
    color: #2659a8;
    margin-top: 25px;
}

.service_fee .inner>div .pdf span {
    position: relative;
    padding-left: 25px;
    position: relative;
}

.service_fee .inner>div .pdf span::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 22px;
    height: 23px;
    position: absolute;
    left: 0;
    /* top: -4px; */
    font-family: 'FontAwesome';
    content: "\f1c1";
    font-weight: 600;
    /* font-size: 18px; */
    /* padding-left: 2px; */
}

.service_fee .fee .fee_bottom {
    border: 1px dashed #13386B;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    margin-top: 20px;
    padding: 15px;
    box-sizing: border-box;
}

.service_fee .fee .fee_bottom h4 {
    font-size: 15px;
    color: #13386B;
    text-align: center;
    margin-bottom: 10px;
}

.service_fee .statement .wrap_pdf {
    display: flex;
    justify-content: space-around;
}

.service_fee .statement .wrap_pdf a {
    flex-basis: 46.13%;
}

@media (max-width: 920px) {
    .service_fee .inner>div {
        padding: 15px;
    }
}

@media (max-width: 600px) {
    .service_fee .inner {
        display: block;
    }
}


/**
* 6.0 - Personal
* -----------------------------------------------------------------------------
*/

.nav_personal ul {
    display: flex;
    width: 100%;
}

.nav_personal ul>li {
    background-color: #33a9d6;
    flex-basis: 13.28%;
    position: relative;
}

.nav_personal ul>li a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 15px;
}

.nav_personal ul>li a span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.nav_personal ul>li:hover {
    background-color: #5ac1e8;
}

.nav_personal ul .li_home {
    background-color: #007cad;
}

.nav_personal ul .li_home span::before {
    content: "";
    display: block;
    width: 19px;
    height: 13px;
    background-image: url("../img/personal/icon_home.png");
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

.nav_personal ul .li_home:hover {
    background-color: #006094;
}

.nav_personal ul .li_mypage______ {
    background-color: #33a9d6;
    flex-grow: 1;
}

.nav_personal ul .li_mypage______:hover {
    background-color: #33a9d6;
}

.nav_personal ul .li_mypage {
    background-color: #3fba52;
    flex-grow: 1;
}

.nav_personal ul .li_mypage:hover {
    background-color: #4bd160;
}

.nav_personal ul .li_mypage span {
    position: relative;
}

.nav_personal ul .li_mypage span::before {
    content: "";
    display: block;
    width: 16px;
    height: 19px;
    background-image: url("../img/personal/icon_mypage.png");
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 20px;
    top: 10px;
}

.nav_personal ul .sub {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
}

.nav_personal ul .sub li {
    margin-bottom: 2px;
    background-color: rgba(51, 169, 214, 0.6);
    position: relative;
}

.nav_personal ul .sub li:hover {
    opacity: .8;
}

.nav_personal ul .sub li a {
    padding: 20px 0;
}

.nav_personal ul .sub li .external::after {
    content: "";
    display: block;
    background-image: url("../img/icon_external_w.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}


/* 下層ページ共通 */

.page_personal .page_catch {
    color: #31708f;
}

.page_personal .main_visual .breadcrumb ul .current {
    border-bottom-color: #31708f;
}

.page_personal .sec_contact {
    background-color: #31708f;
}

.sec_contact {
    padding: 67px 0 67px 0;
}

.sec_contact .inner {
    display: flex;
    justify-content: center;
}

.sec_contact .inner>div {
    background-color: #fff;
    flex-basis: 90%;
    padding: 54px 0 42px 0;
    text-align: center;
}

.sec_contact .inner>div h3 {
    font-size: 26px;
    text-align: center;
}

.sec_contact .inner>div .btn1 {
    width: 45%;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sec_contact .inner>div .btn1::after {
    box-sizing: border-box;
}

.sec_contact .inner .contact {
    color: #31708f;
}

.sec_contact .inner .contact h3 {
    color: #276280;
    line-height: 1.5;
}

.sec_contact .inner .contact .tel {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
}

.sec_contact .inner .contact .btn1 {
    color: #fff;
}

.sec_contact .inner .contact .btn1 .icon {
    /* background-image: url("../img/icon_arrow_r1.png"); */
    width: 11px;
    height: 11px;
    right: 15px;
}

.sec_contact .inner .contact .btn1 .icon:after {
    font-family: 'themify';
    content: "\e649";
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -10px;
    left: -20px;
    z-index: 1;
    line-height: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.sec_contact .inner .contact .btn1::after {
    background-color: #fff;
    border: 2px solid #31708f;
}

.sec_contact .inner .contact .btn1:hover {
    color: #31708f;
}

.sec_contact .inner .contact .btn1:hover .icon {
    background-image: url("../img/icon_arrow_r2.png");
}

.sec_contact .inner .register {
    color: #3fba52;
}

.sec_contact .inner .register h3 {
    color: #3fba52;
}

.sec_contact .inner .register .btn1 {
    background-color: #3fba52;
}

.sec_contact .inner .register .btn1 .icon {
    background-image: url("../img/icon_external_w.png");
    width: 11px;
    height: 11px;
    right: 15px;
}

.sec_contact .inner .register .btn1::after {
    background-color: #fff;
    border: 2px solid #3fba52;
}

.sec_contact .inner .register .btn1:hover {
    color: #3fba52;
}

.sec_contact .inner .register .btn1:hover .icon {
    background-image: url("../img/icon_external_g.png");
}

@media (max-width: 920px) {
    .sec_contact {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .sec_contact .inner>div {
        padding: 30px 20px 10px 20px;
        box-sizing: border-box;
    }

    .sec_contact .inner>div h3 {
        font-size: 16px;
    }

    .sec_contact .inner>div .btn1 {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

@media (max-width: 600px) {
    .sec_contact .inner {
        display: block;
    }

    .sec_contact .inner>div {
        margin-bottom: 20px;
        padding-bottom: 30px;
    }

    .sec_contact .inner>div .btn1 {
        width: 100%;
        margin-top: 20px;
    }

    .sec_contact .inner>div .eigyou {
        font-size: 12px;
    }

    .sec_contact .inner .contact .tel {
        font-size: 21px;
    }

    .sec_contact .inner .register {
        font-size: 12px;
        margin-bottom: 0;
    }
}


/**
* 6.1 - お仕事をお探しの方へ（Personal Top)
* -----------------------------------------------------------------------------
*/

.home_personal .main_visual .main_visual_inner {
    background-image: url("../img/personal/main_visual.jpg");
}

.home_personal .main_visual .page_title h2 {
    color: #33a9d6;
    border-bottom-color: #33a9d6;
}

.home_personal .main_visual .page_title .subtitle {
    color: #33a9d6;
}

.home_personal .main_visual .breadcrumb ul .current {
    border-bottom-color: #33a9d6;
}

.home_personal .sec_contact {
    background-color: #33a9d6;
}

@media (max-width: 920px) {
    .home_personal .main_visual .main_visual_inner {
        background-image: url("../img/personal/main_visual_tab.jpg");
    }
}


/* お仕事検索 */

.personal_top_search {
    background-color: #f1f6f8;
    padding-top: 50px;
    padding-bottom: 130px;
}

.personal_top_search h3 {
    font-size: 29px;
    color: #33a9d6;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: .2em;
}

.personal_top_search h3::before {
    content: "";
    display: block;
    width: 88px;
    height: 88px;
    background-size: cover;
    background-image: url("../img/personal/icon_search.png");
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media (max-width: 920px) {
    .personal_top_search {
        padding-bottom: 90px;
    }

    .personal_top_search h3 {
        font-size: 21px;
    }

    .personal_top_search h3::before {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 600px) {
    .personal_top_search {
        padding-bottom: 70px;
    }

    .personal_top_search>.center {
        margin: 0 30px;
        text-align: left;
    }
}

.search_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    /* 群馬ひとつなぎ */
    /* ジョブ・ファクトリー */
    /* 技術屋仕事人 */
}

.search_inner>div {
    flex-basis: 31.81%;
    padding: 0 1.5%;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}

.search_inner>div .content {
    padding: 80px 15px;
}

.search_inner>div .logo {
    margin-top: 10px;
    height: auto;
}

.search_inner>div .logo img {
    zoom: .5;
    width: auto;
    height: auto;
    margin: 0;
}

.search_inner>div a {
    border-width: 2px;
    border-style: solid;
    border-radius: 100px;
    padding: 13px 0;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    margin-top: 30px;
    background-color: #fff;
    position: relative;
}

.search_inner>div a .icon {
    right: 20px;
    width: 11px;
    height: 11px;
}

.search_inner .hitotsunagi {
    background: none;
}

.search_inner .hitotsunagi .content {
    background-color: #ec8016;
}

.search_inner .hitotsunagi a {
    border-color: #ec8016;
    color: #ec8016;
}

.search_inner .hitotsunagi a .icon {
    background-image: url("../img/icon_external_o.png");
}

.search_inner .jobfactory .content {
    background-color: #0076d6;
}

.search_inner .jobfactory a {
    border-color: #0076d6;
    color: #0076d6;
}

.search_inner .jobfactory a .icon {
    background-image: url("../img/icon_external_b.png");
}

.search_inner .shigotonin .content {
    background-color: #80bc31;
}

.search_inner .shigotonin a {
    border-color: #80bc31;
    color: #80bc31;
}

.search_inner .shigotonin a .icon {
    background-image: url("../img/icon_external_g.png");
}

@media (max-width: 920px) {
    .search_inner>div .content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .search_inner>div a {
        font-size: 10px;
        padding: 7px 0;
    }

    .search_inner>div a::after {
        right: 14px;
    }

    .search_inner>div .catch {
        font-size: 10px;
    }

    .search_inner>div .logo {
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .search_inner {
        display: block;
    }

    .search_inner>div {
        height: auto;
    }

    .search_inner>div:not(:last-child) {
        margin-bottom: 60px;
    }

    .search_inner>div a {
        margin-top: 25px;
    }
}


/* Nav for Other pages */

.personal_top_others {
    background-image: url("../img/personal/bg_personal_top_others.jpg");
    background-size: cover;
    background-position: center center;
    padding: 90px 0 85px 0;
}

.personal_top_others .inner {
    display: flex;
    justify-content: space-between;
}

.personal_top_others .inner>div {
    flex-basis: 32.09%;
    background-color: #fff;
    padding: 70px 2.7% 220px 2.7%;
    box-sizing: border-box;
    position: relative;
}

.personal_top_others .inner>div h3 {
    font-size: 21px;
    color: #33a9d6;
    text-align: center;
    margin-bottom: 30px;
}

.personal_top_others .inner>div h3::before {
    content: "";
    display: block;
    width: 88px;
    height: 88px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.personal_top_others .inner>div .text {
    line-height: 1.8;
}

.personal_top_others .inner>div .links {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: auto;
    padding-bottom: 70px;
}

.personal_top_others .inner>div .links a {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #33a9d6;
    border: 2px solid #33a9d6;
    color: #fff;
    border-radius: 100px;
    line-height: 41px;
    position: relative;
    height: 41px;
}

.personal_top_others .inner>div .links a:not(:last-child) {
    margin-bottom: 20px;
}

.personal_top_others .inner>div .links a .icon {
    background-image: url("../img/icon_arrow_r1.png");
    right: 20px;
    width: 11px;
    height: 11px;
}

.personal_top_others .inner>div .links a:hover {
    color: #33a9d6;
}

.personal_top_others .inner>div .links a:hover::after {
    background-color: #fff;
    top: 0;
    left: 0;
}

.personal_top_others .inner>div .links a:hover .icon {
    background-image: url("../img/icon_arrow_r2.png");
}

.personal_top_others .inner>div .links .spacer {
    background-color: #fff;
    cursor: auto;
    visibility: hidden;
}

.personal_top_others .inner .flow h3::before {
    background-image: url("../img/personal/icon_flow.png");
}

.personal_top_others .inner .welfare h3::before {
    background-image: url("../img/personal/icon_welfare.png");
}

.personal_top_others .inner .faq h3::before {
    background-image: url("../img/personal/icon_faq.png");
}

@media (max-width: 920px) {
    .personal_top_others {
        padding: 45px 0;
    }

    .personal_top_others .inner>div {
        padding-bottom: 150px;
        padding-top: 45px;
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .personal_top_others .inner>div h3 {
        font-size: 16px;
    }

    .personal_top_others .inner>div h3::before {
        width: 50px;
        height: 50px;
    }

    .personal_top_others .inner>div .links {
        padding-bottom: 35px;
    }

    .personal_top_others .inner>div .links a {
        font-size: 11px;
        height: 30px;
        line-height: 30px;
    }
}

@media (max-width: 600px) {
    .personal_top_others .inner {
        display: block;
    }

    .personal_top_others .inner>div {
        padding-bottom: 0;
    }

    .personal_top_others .inner>div:not(:last-child) {
        margin-bottom: 10px;
    }

    .personal_top_others .inner>div h3::before {
        margin-bottom: 10px;
    }

    .personal_top_others .inner>div .links {
        position: static;
        margin-top: 30px;
    }

    .personal_top_others .inner>div .links .spacer {
        display: none;
    }

    .personal_top_others .inner .faq .links a {
        margin-bottom: 0 !important;
    }
}


/**
* 6.4 - お仕事開始までの流れ（派遣＆人材紹介）
* -----------------------------------------------------------------------------
*/

.page_flow_haken .flow,
.page_flow_syoukai .flow {
    margin-top: 100px;
}

.page_flow_haken .flow_box,
.page_flow_syoukai .flow_box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 110px;
}

.page_flow_haken .flow_box .flow_box_l,
.page_flow_syoukai .flow_box .flow_box_l {
    flex-basis: 19.45%;
    background-color: #33a9d6;
    color: #fff;
    position: relative;
    padding: 40px 0;
}

.page_flow_haken .flow_box .flow_box_l .step,
.page_flow_syoukai .flow_box .flow_box_l .step {
    position: relative;
    top: 50%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    text-align: center;
    font-size: 45px;
}

.page_flow_haken .flow_box .flow_box_l .step span,
.page_flow_syoukai .flow_box .flow_box_l .step span {
    font-size: 22px;
    display: block;
}

.page_flow_haken .flow_box .flow_box_r,
.page_flow_syoukai .flow_box .flow_box_r {
    flex-basis: 76.18%;
    padding: 12px 0;
}

.page_flow_haken .flow_box .flow_box_r h3,
.page_flow_syoukai .flow_box .flow_box_r h3 {
    font-size: 23px;
    color: #33a9d6;
    border-bottom: 1px solid #33a9d6;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

.page_flow_haken .flow_box .flow_box_r p,
.page_flow_syoukai .flow_box .flow_box_r p {
    line-height: 2;
}

.page_flow_haken .flow_box .flow_box_r .flow_sub,
.page_flow_syoukai .flow_box .flow_box_r .flow_sub {
    background-color: #f1f6f8;
    border: 1px solid #d3e4eb;
    padding: 10px 25px;
    line-height: 2;
    margin-top: 20px;
}

.page_flow_haken .flow_box:not(:last-child) .flow_box_l::after,
.page_flow_syoukai .flow_box:not(:last-child) .flow_box_l::after {
    content: "";
    height: 110px;
    width: 2px;
    display: block;
    top: 100%;
    background-color: #33a9d6;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.page_flow_haken .flow_box:last-child .flow_box_l,
.page_flow_syoukai .flow_box:last-child .flow_box_l {
    background-color: #006bcb;
}

.page_flow_haken .flow_box:last-child .flow_box_r h3,
.page_flow_syoukai .flow_box:last-child .flow_box_r h3 {
    color: #006bcb;
}

@media (max-width: 920px) {

    .page_flow_haken .flow_box,
    .page_flow_syoukai .flow_box {
        padding-bottom: 80px;
    }

    .page_flow_haken .flow_box:not(:last-child) .flow_box_l::after,
    .page_flow_syoukai .flow_box:not(:last-child) .flow_box_l::after {
        height: 80px;
    }

    .page_flow_haken .flow_box .flow_box_l,
    .page_flow_syoukai .flow_box .flow_box_l {
        padding: 30px 0;
    }

    .page_flow_haken .flow_box .flow_box_l .step,
    .page_flow_syoukai .flow_box .flow_box_l .step {
        font-size: 32px;
    }

    .page_flow_haken .flow_box .flow_box_l .step span,
    .page_flow_syoukai .flow_box .flow_box_l .step span {
        font-size: 16px;
    }

    .page_flow_haken .flow_box .flow_box_r h3,
    .page_flow_syoukai .flow_box .flow_box_r h3 {
        font-size: 20px;
    }
}

@media (max-width: 600px) {

    .page_flow_haken .flow,
    .page_flow_syoukai .flow {
        margin-top: 50px;
    }

    .page_flow_haken .flow_box,
    .page_flow_syoukai .flow_box {
        padding-bottom: 34px;
    }

    .page_flow_haken .flow_box:not(:last-child) .flow_box_l::after,
    .page_flow_syoukai .flow_box:not(:last-child) .flow_box_l::after {
        height: 34px;
    }

    .page_flow_haken .flow_box .flow_box_l,
    .page_flow_syoukai .flow_box .flow_box_l {
        padding: 10px 0;
        flex-basis: 25px;
    }

    .page_flow_haken .flow_box .flow_box_l .step,
    .page_flow_syoukai .flow_box .flow_box_l .step {
        font-size: 14px;
        position: static;
    }

    .page_flow_haken .flow_box .flow_box_l .step span,
    .page_flow_syoukai .flow_box .flow_box_l .step span {
        display: none;
    }

    .page_flow_haken .flow_box .flow_box_r,
    .page_flow_syoukai .flow_box .flow_box_r {
        flex-grow: 1;
        margin-left: 10px;
        padding: 0;
    }

    .page_flow_haken .flow_box .flow_box_r h3,
    .page_flow_syoukai .flow_box .flow_box_r h3 {
        font-size: 18px;
        border-bottom: 0;
        margin-bottom: 5px;
    }
}


/* 派遣 */

.page_flow_haken .main_visual .main_visual_inner {
    background-image: url("../img/personal/flow_haken/main_visual.jpg");
}


/* 人材紹介 */

.page_flow_syoukai .main_visual .main_visual_inner {
    background-image: url("../img/personal/flow_haken/main_visual.jpg");
}


/**
* 6.5 - 福利厚生
* -----------------------------------------------------------------------------
*/

.page_welfare .main_visual .main_visual_inner {
    background-image: url("../img/personal/welfare/main_visual.jpg");
}

.page_welfare .main_visual .page_title h2 {
    padding: 0 40px;
}

@media (max-width: 600px) {
    .page_welfare .page_catch {
        line-height: 1.5;
    }
}

.sec_welfare {
    padding-bottom: 90px;
}

.sec_welfare h3 {
    font-size: 29px;
    color: #31708f;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .sec_welfare h3 {
        font-size: 20px;
    }
}


/* 給与・所得 */

#welfare_salary {
    margin-top: 80px;
}

.wrap_welfare_salary {
    display: flex;
    justify-content: space-between;
    margin: 0 70px;
}

.wrap_welfare_salary>div {
    border: 1px solid #e9e9ea;
    flex-basis: 29.16%;
    text-align: center;
    padding: 20px 0;
}

.wrap_welfare_salary>div .icon {
    margin-bottom: 15px;
}

.wrap_welfare_salary>div .icon img {
    width: 89px;
}

.wrap_welfare_salary>div .title {
    font-size: 21px;
    color: #212529;
    letter-spacing: .1em;
}

.wrap_welfare_salary>div .title span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 920px) {
    .wrap_welfare_salary {
        margin: 0;
    }

    .wrap_welfare_salary>div {
        flex-basis: 31.39%;
    }
}

@media (max-width: 600px) {
    #welfare_salary {
        margin-top: 50px;
    }

    .wrap_welfare_salary {
        display: block;
    }

    .wrap_welfare_salary>div {
        margin-bottom: 20px;
    }
}


/* 有給休暇・産前産後休業・育児休業・介護休業*/

#welfare_holiday h3 .pc,
#welfare_holiday h3 .tab {
    display: inline !important;
}

.wrap_welfare_holiday {
    display: flex;
    justify-content: space-between;
}

.wrap_welfare_holiday>div {
    flex-basis: 23.63%;
    max-width: 23.63%;
    text-align: center;
    padding: 23px 20px 20px 20px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #196d9c;
}

.wrap_welfare_holiday>div:nth-child(2n-1) {
    background-color: #196d9c;
    color: #fff;
}

.wrap_welfare_holiday>div:nth-child(2n) {
    background-color: #fff;
    color: #196d9c;
}

.wrap_welfare_holiday>div .title {
    font-size: 21px;
    margin-bottom: 20px;
}

.wrap_welfare_holiday>div .icon {
    margin-bottom: 15px;
}

.wrap_welfare_holiday>div .icon img {
    width: 90px;
}

.wrap_welfare_holiday>div .text {
    text-align: left;
    font-size: 15px;
}

@media (max-width: 920px) {
    .wrap_welfare_holiday {
        flex-wrap: wrap;
    }

    .wrap_welfare_holiday>div {
        max-width: 48.54%;
        flex-basis: 48.54%;
        margin-bottom: 20px;
    }

    .wrap_welfare_holiday>div:first-child {
        order: 1;
    }

    .wrap_welfare_holiday>div:nth-child(2) {
        order: 2;
    }

    .wrap_welfare_holiday>div:nth-child(3) {
        order: 4;
    }

    .wrap_welfare_holiday>div:nth-child(4) {
        order: 3;
    }
}

@media (max-width: 600px) {
    #welfare_holiday h3 {
        font-size: 22px;
    }

    #welfare_holiday h3 .pc,
    #welfare_holiday h3 .tab {
        display: none !important;
    }

    .wrap_welfare_holiday {
        display: block;
    }

    .wrap_welfare_holiday>div {
        max-width: 100%;
    }
}

.welfare_kidspark {
    color: #212529;
    padding: 50px 70px 30px 70px;
    margin-top: 20px;
    border: 20px solid #ebf6fb;
}

.welfare_kidspark .title {
    font-size: 21px;
    position: relative;
    padding: 20px 0 0 100px;
    margin-bottom: 40px;
    color: #33a9d6;
}

.welfare_kidspark .title::before {
    content: "";
    display: inline-block;
    width: 89px;
    height: 89px;
    background-image: url("../img/personal/welfare/icon_kidspark.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-40%);
}

.welfare_kidspark .welfare_kidspark_inner {
    display: flex;
    justify-content: space-between;
}

.welfare_kidspark .welfare_kidspark_inner .welfare_kidspark_l {
    flex-basis: 56.84%;
    padding: 0 8.18% 0 0;
    box-sizing: border-box;
}

.welfare_kidspark .welfare_kidspark_inner .welfare_kidspark_l p {
    line-height: 2;
}

.welfare_kidspark .welfare_kidspark_inner .welfare_kidspark_l .title {
    font-size: 21px;
    position: relative;
    padding: 20px 0 0 100px;
    margin-bottom: 40px;
    color: #33a9d6;
}

.welfare_kidspark .welfare_kidspark_inner .welfare_kidspark_l .title::before {
    content: "";
    display: inline-block;
    width: 89px;
    height: 89px;
    background-image: url("../img/personal/welfare/icon_kidspark.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-40%);
}

.welfare_kidspark .welfare_kidspark_inner .welfare_kidspark_r {
    flex-basis: 43.15%;
    padding-right: 30px;
}

.welfare_kidspark .welfare_kidspark_inner .welfare_kidspark_r img {
    width: 100%;
}

@media (max-width: 920px) {
    .welfare_kidspark {
        margin-top: 0;
        padding: 30px;
    }

    .welfare_kidspark .title {
        margin-left: 64px;
    }

    .welfare_kidspark .welfare_kidspark_inner .welfare_kidspark_l {
        padding: 0 20px 20px 0;
    }

    .welfare_kidspark .welfare_kidspark_inner .welfare_kidspark_l p img {
        float: right;
        max-width: 283px;
        margin-left: 20px;
    }

    .welfare_kidspark .welfare_kidspark_inner .welfare_kidspark_r {
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .welfare_kidspark {
        border-width: 5px;
    }

    .welfare_kidspark .title {
        margin-left: 0;
        padding-left: 0;
        text-align: center;
        padding-top: 0;
        margin-bottom: 15px;
        font-size: 19px;
    }

    .welfare_kidspark .title::before {
        display: block;
        position: static;
        margin-left: auto;
        margin-right: auto;
        transform: none;
        margin-bottom: 20px;
    }

    .welfare_kidspark .welfare_kidspark_inner {
        display: block;
    }

    .welfare_kidspark .welfare_kidspark_inner .welfare_kidspark_l {
        padding-right: 0;
        text-align: center;
    }

    .welfare_kidspark .welfare_kidspark_inner .welfare_kidspark_r {
        margin-top: 10px;
    }
}

.welfare_holiday_bottom .lg {
    font-size: 21px;
    text-align: center;
    color: #33a9d6;
}

.bubble {
    max-width: 889px;
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-size: 18px;
    position: relative;
}

.bubble .bubble_inner {
    padding: 15px 30px 15px 30px;
    box-sizing: border-box;
    border: 1px solid #33a9d6;
    border-radius: 100px;
    margin-left: 140px;
    color: #33a9d6;
    font-size: 15px;
}

.bubble::before {
    content: "";
    width: 135px;
    height: 80px;
    background-image: url("../img/personal/welfare/icon_bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 920px) {
    .bubble .bubble_inner {
        margin-left: 0;
        text-align: center;
        font-size: 14px;
    }

    .bubble::before {
        display: none;
    }

    .bubble::after {
        content: "";
        width: 80px;
        height: 129px;
        background-image: url("../img/personal/welfare/icon_bubble_sp.png");
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .bubble .bubble_inner {
        border-radius: 40px;
        text-align: left;
    }
}


/* 社会保険・労災保険 */

.wrap_welfare_insurance {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.wrap_welfare_insurance>div {
    flex-basis: 18.54%;
    max-width: 18.54%;
    color: #fff;
    text-align: center;
    padding: 23px 20px 20px 20px;
    box-sizing: border-box;
    border: 1px solid #e9e9ea;
}

.wrap_welfare_insurance>div .icon {
    margin-bottom: 12px;
}

.wrap_welfare_insurance>div .icon img {
    width: 89px;
}

.wrap_welfare_insurance>div .title {
    font-size: 21px;
    line-height: 1.2;
    color: #212529;
    letter-spacing: .1em;
}

.wrap_welfare_insurance>div .title .sm {
    font-size: 17px;
}

@media (max-width: 920px) {
    .wrap_welfare_insurance {
        flex-wrap: wrap;
        justify-content: center;
    }

    .wrap_welfare_insurance>div {
        flex-basis: 31.39%;
        max-width: 31.39%;
        margin-bottom: 20px;
    }

    .wrap_welfare_insurance>div:nth-child(2) {
        margin-right: 2%;
        margin-left: 2%;
    }

    .wrap_welfare_insurance>div:nth-child(4) {
        margin-right: 1%;
    }

    .wrap_welfare_insurance>div:nth-child(5) {
        margin-left: 1%;
    }
}

@media (max-width: 600px) {
    .wrap_welfare_insurance {
        display: block;
    }

    .wrap_welfare_insurance>div {
        max-width: 100%;
    }
}


/* 苦情・相談窓口 */

#welfare_counsel {
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
}

#welfare_counsel p {
    font-size: 15px;
}

.counsel_box {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.counsel_box h4 {
    font-size: 24px;
    background-color: #f5f5f5;
    padding: 10px 0;
}


.counsel_box h5:first-child {
    border-top: none;
}


.counsel_box h5 {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}


.counsel_box .counsel_box_inner {
    padding: 20px;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
}

.counsel_box .counsel_box_inner .pc,
.counsel_box .counsel_box_inner .tab {
    display: inline !important;
}

.counsel_box .counsel_box_inner ul {
    margin-top: 10px;
    text-align: left;
}

.counsel_box .counsel_box_inner ul li {
    margin-bottom: 20px;
}

.counsel_box .counsel_box_inner ul li::before {
    content: "●";
    color: #14357b;
    font-size: 15px;
    padding-right: 5px;
}

.counsel_box .counsel_box_inner .sm {
    font-size: 15px;
    word-break: break-all;
}

.counsel_box .counsel_box_inner a {
    color: #373A3E;
}

.counsel_box .counsel_box_inner a:hover {
    text-decoration: underline;
}

.counsel_syanai {
    margin-top: 40px;
}

.counsel_syanai .counsel_box_inner {
    line-height: 2;
    text-align: left;
}

@media (max-width: 920px) {
    #welfare_counsel {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .counsel_box .counsel_box_inner {
        line-height: 1.3;
    }

    .counsel_box .counsel_box_inner .mb {
        margin-bottom: -10px;
        display: block;
    }

    .counsel_box .counsel_box_inner .pc,
    .counsel_box .counsel_box_inner .tab {
        display: none !important;
    }

    .counsel_box .counsel_box_inner ul li {
        text-align: left;
    }

    .counsel_box .counsel_box_inner ul li .lg {
        font-size: 16px;
    }
}


/* その他のサービス */

.wrap_welfare_others {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wrap_welfare_others>div {
    flex-basis: 32.09%;
    max-width: 32.09%;
    border: 1px solid #e9e9ea;
    box-sizing: border-box;
    text-align: center;
    padding: 55px 20px;
    margin-bottom: 20px;
}

.wrap_welfare_others>div .title {
    font-size: 21px;
    color: #31708f;
    margin-bottom: 35px;
    font-weight: bold;
    letter-spacing: .2em;
}

.wrap_welfare_others>div .text {
    line-height: 1.8;
    font-size: 15px;
    text-align: left;
}

.wrap_welfare_others>div .detail {
    font-size: 12px;
    width: 121px;
    color: #31708f;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #fff;
    border: 1px solid #31708f;
    border-radius: 100px;
    padding: 3px 0;
    position: relative;
    display: block;
    margin-top: 20px;
}

.wrap_welfare_others>div .detail:hover {
    color: #fff;
}

.wrap_welfare_others>div .detail:hover::after {
    background-color: #31708f;
}

@media (max-width: 920px) {
    .wrap_welfare_others>div {
        flex-basis: 48.54%;
        max-width: 48.54%;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .wrap_welfare_others #qualification,
    .wrap_welfare_others #careerup,
    .wrap_welfare_others #discount {
        flex-basis: 100%;
    }

    .wrap_welfare_others #qualification .title,
    .wrap_welfare_others #careerup .title,
    .wrap_welfare_others #discount .title {
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .wrap_welfare_others {
        display: block;
    }

    .wrap_welfare_others>div {
        max-width: 100%;
    }
}


/**
* 6.6 - キャリアアップ・スキルアップ
* -----------------------------------------------------------------------------
*/

.page_careerup .main_visual .main_visual_inner {
    background-image: url("../img/personal/careerup/main_visual.jpg");
}

.page_careerup .main_visual .page_title .pc,
.page_careerup .main_visual .page_title .tab {
    display: inline !important;
}

.page_careerup .page_catch {
    line-height: 1.5;
}

.page_careerup .p_page_top {
    max-width: 705px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 600px) {

    .page_careerup .main_visual .page_title .pc,
    .page_careerup .main_visual .page_title .tab {
        display: none !important;
    }
}

.sec_careerup {
    margin-bottom: 60px;
}

.sec_careerup h3 {
    font-size: 29px;
    color: #33a2cf;
    text-align: center;
    margin-top: 100px;
}

@media (max-width: 920px) {
    .sec_careerup h3 {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .sec_careerup {
        margin-bottom: 40px;
    }

    .sec_careerup h3::before {
        width: 45px;
        height: 45px;
    }
}

.sec_careerup_top {
    max-width: 899px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 40px;
}

.sec_careerup_top img {
    width: 100%;
}

.sec_careerup_top p {
    line-height: 2;
    margin-top: 20px;
}

@media (max-width: 920px) {
    .sec_careerup_top {
        width: 82.12%;
    }
}

@media (max-width: 600px) {
    .sec_careerup_top {
        width: 100%;
        margin-top: 20px;
    }
}

.sec_careerup_content {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    padding-top: 65px;
}

.sec_careerup_content dl {
    text-align: left;
}

.sec_careerup_content li {
    text-align: left;
}

.sec_careerup_content .infograph {
    max-width: 458px;
    width: 100%;
}

.sec_careerup_content .caution {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
    text-indent: -4.5em;
    padding-left: 4.5em;
}

.sec_careerup_content .pdf {
    text-align: left;
    margin-left: 4.5em;
    margin-top: 10px;
}

.sec_careerup_content .pdf a {
    text-decoration: underline;
}

.sec_careerup_content .pdf a:before {
    content: "";
    background-image: url("../img/icon_pdf.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 18px;
    display: inline-block;
    transform: translateY(3px);
    margin-right: 3px;
}

.sec_careerup_content h4 {
    font-size: 20px;
    color: #33a1ce;
    margin-bottom: 30px;
}

.explanation {
    display: table;
    font-size: 12px;
    width: 100%;
}

.explanation dt {
    white-space: nowrap;
    width: 3em;
    display: table-cell;
    padding-right: 0.5em;
}

.explanation dd {
    display: table-cell;
}

@media (max-width: 920px) {
    .sec_careerup_content {
        padding-left: 0;
        padding-right: 0;
    }

    .sec_careerup_content h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .sec_careerup_content {
        padding-top: 40px;
    }

    .sec_careerup_content .pdf {
        margin-left: 0;
    }

    .sec_careerup_content .caution {
        text-align: left;
        padding-left: .7em;
        text-indent: -0.7em;
        margin-left: 1em;
    }
}

.tb_careerup {
    border: 1px solid #ddd !important;
    border-collapse: collapse;
    width: 100%;
}

.tb_careerup thead tr {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.tb_careerup thead tr th:not(:last-child) {
    border-right: 1px solid #e0f2f9;
}

.tb_careerup thead tr th:first-child {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.tb_careerup tbody tr td:first-child {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.tb_careerup tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.tb_careerup tbody tr:not(:last-child) td {
    border-bottom: 1px solid #d3d3d4;
}

.tb_careerup th,
.tb_careerup td {
    font-size: 15px;
    border-left: 1px solid #ddd;
    padding: 25px 30px;
    vertical-align: middle;
}

.tb_careerup th {
    background-color: #eeeaea;
    text-align: center;
    box-sizing: border-box;
    font-size: 15px;
}

@media (max-width: 920px) {

    .tb_careerup th,
    .tb_careerup td {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 600px) {

    .tb_basictable th,
    .tb_basictable td {
        padding: 0 !important;
    }

    .tb_basictable tbody tr td:first-child {
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #4d5154 !important;
        background-color: #b8e1f1;
    }

    .tb_basictable tbody tr td:first-child::before {
        background-color: #62bddf;
    }

    .tb_basictable tbody tr td:last-child {
        border-bottom: 1px solid #4d5154;
    }

    .tb_basictable tbody tr:last-child td {
        border-bottom: 1px solid #ebebec;
    }

    table.bt tfoot th::before,
    table.bt tfoot td::before,
    table.bt tbody td::before {
        padding: 8px;
        background-color: #cce9f5;
        content: attr(data-th) "" !important;
        text-align: center;
        border-right: 1px solid #4d5154;
        font-weight: normal !important;
    }

    .bt-content {
        padding: 8px;
    }
}

.page_careerup .tb_master thead tr th:nth-child(2),
.page_careerup .tb_master thead tr th:nth-child(3),
.page_careerup .tb_master thead tr th:nth-child(4),
.page_careerup .tb_muki thead tr th:nth-child(2),
.page_careerup .tb_muki thead tr th:nth-child(3),
.page_careerup .tb_muki thead tr th:nth-child(4) {
    width: 12.66%;
}

.page_careerup .tb_master thead tr th:nth-child(5),
.page_careerup .tb_master thead tr th:nth-child(6),
.page_careerup .tb_muki thead tr th:nth-child(5),
.page_careerup .tb_muki thead tr th:nth-child(6) {
    width: 26%;
}

.page_careerup .tb_master thead tr th:first-child,
.page_careerup .tb_muki thead tr th:first-child {
    background-color: #62bddf;
    width: 10%;
}

.page_careerup .tb_muki tbody tr td:first-child {
    background-color: #b8e1f1;
}

@media (max-width: 920px) {
    .tb_muki tbody tr td {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.tb_education {
    margin-bottom: 20px;
    margin-top: 40px;
}

.tb_education th {
    text-align: left;
}

.tb_education td {
    line-height: 2;
    vertical-align: top;
}

.tb_education tr td:first-child {
    vertical-align: middle;
}

@media (max-width: 600px) {
    .tb_education tbody tr td:first-child::before {
        background-color: #b8e1f1;
    }
}

#careerup_plan {
    margin-top: 60px;
}

@media (max-width: 600px) {
    #careerup_plan {
        margin-top: 30px;
    }
}

#career_skillup .sec_careerup_content {
    margin-top: 40px;
    display: flex;
}

#career_skillup .sec_careerup_content div:first-child {
    flex-basis: 52.09%;
}

#career_skillup .sec_careerup_content div:nth-child(2) {
    flex-basis: 47.91%;
    padding-left: 20px;
    box-sizing: border-box;
}

#career_skillup .sec_careerup_content div:nth-child(2) dt,
#career_skillup .sec_careerup_content div:nth-child(2) dd {
    line-height: 2;
}

@media (max-width: 600px) {
    #career_skillup .sec_careerup_content {
        display: block;
    }

    #career_skillup .sec_careerup_content>div:nth-child(2) {
        margin-top: 10px;
        padding-left: 0;
    }
}

.tb_qualification thead tr th:first-child {
    border-right: 1px solid #ccc;
}

.tb_qualification tbody tr td:first-child {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd !important;
}

.tb_qualification tbody tr td:last-child {
    border-bottom: 1px solid #ddd;
}

.tb_qualification tbody tr:last-child td {
    border-bottom: 1px solid #ddd !important;
}


/**
* 6.7 - よくあるご質問
* -----------------------------------------------------------------------------
*/

.page_faq .main_visual .main_visual_inner {
    background-image: url("../img/personal/faq/main_visual.jpg");
}

.sec_faq {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 90px;
}

.sec_faq h3 {
    font-size: 20px;
    color: #33a9d6;
    text-align: center;
    margin-bottom: 25px;
}

.sec_faq:first-of-type {
    margin-top: 60px;
}

.dl_faq {
    border-bottom: 1px solid #e9e9ea;
}

.dl_faq dt {
    font-size: 17px;
    font-weight: normal;
    border-top: 1px solid #e9e9ea;
    padding: 23px 0;
    position: relative;
    cursor: pointer;
}

.dl_faq dt::before {
    position: relative;
    content: "";
    background-image: url("../img/personal/faq/icon_q.png");
    width: 22px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    top: 3px;
}

.dl_faq dd {
    display: none;
    border-top: 1px dashed #e9e9ea;
    line-height: 2;
    padding: 20px 107px 20px 58px;
}

.dl_faq .toggle {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 31px;
}

.dl_faq .toggle span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #33a9d6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.dl_faq .toggle span:nth-of-type(1) {
    top: calc(50% - 15px);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.dl_faq .toggle span:nth-of-type(2) {
    top: calc(50% - 15px);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.dl_faq .toggle.active span:nth-of-type(1) {
    top: calc(50% - 15px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.dl_faq .toggle.active span:nth-of-type(2) {
    top: calc(50% - 15px);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.dl_faq .toggle,
.dl_faq .toggle span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

@media (max-width: 920px) {
    .dl_faq dd {
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .dl_faq dt {
        font-size: 13px;
        padding: 20px 0 20px 35px;
    }

    .dl_faq dt::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .dl_faq dd {
        padding-left: 0;
    }

    .dl_faq .toggle {
        top: 50%;
        transform: translateY(-50%);
    }

    .dl_faq .toggle span:nth-of-type(1),
    .dl_faq .toggle span:nth-of-type(2) {
        top: 18px;
    }

    .dl_faq .toggle.active span:nth-of-type(1) {
        top: 18px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .dl_faq .toggle.active span:nth-of-type(2) {
        top: 18px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }
}


/**
* 7.0 - 会社概要
* -----------------------------------------------------------------------------
*/

.page_company header .logo {
    height: auto !important;
}

@media (max-width: 920px) {
    .page_company header .logo {
        margin-top: 0;
    }
}

@media (max-width: 920px) {
    .page_company header .logo {
        display: flex;
    }
}

.sec_company_contact {
    background-color: #e8eaf2;
    padding-top: 75px;
    padding-bottom: 75px;
}

.sec_company_contact .inner {
    max-width: 1160px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.sec_company_contact .inner>div {
    flex-basis: 48.18%;
    max-width: 48.18%;
    border: 1px solid #2659ac;
    background-color: #fff;
    text-align: center;
    padding: 60px 7.27% 75px 7.27%;
    box-sizing: border-box;
    color: #2659ac;
}

.sec_company_contact .inner>div h3 {
    font-size: 29px;
    margin-bottom: 35px;
    color: #2659ac;
}

.sec_company_contact .inner>div .btn1 {
    color: #fff;
    position: relative;
    z-index: 1;
    background-color: #2659ac;
    width: 100%;
    padding: 18px 0;
}

.sec_company_contact .inner>div .btn1 .icon {
    background-image: url("../img/icon_arrow_r1.png");
    width: 11px;
    height: 11px;
    right: 15px;
}

.sec_company_contact .inner>div .btn1::after {
    background-color: #fff;
    border: 2px solid #2659ac;
    z-index: -1;
}

.sec_company_contact .inner>div .btn1:hover {
    color: #2659ac;
}

.sec_company_contact .inner>div .btn1:hover .icon {
    background-image: url("../img/icon_arrow_r2.png");
}

.sec_company_contact .inner>div .btn1:hover::after {
    box-sizing: border-box;
}

.sec_company_contact .inner>div .tel {
    font-size: 36px;
}

.sec_company_contact .inner>div .tel .sm {
    font-size: 25px;
}

@media (max-width: 920px) {
    .sec_company_contact .inner>div {
        padding-top: 40px;
        padding-bottom: 55px;
    }

    .sec_company_contact .inner>div h3 {
        font-size: 16px;
    }

    .sec_company_contact .inner>div .btn1 {
        padding: 10px 0;
    }

    .sec_company_contact .inner>div .tel {
        font-size: 31px;
    }
}

@media (max-width: 600px) {
    .sec_company_contact {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec_company_contact .inner {
        display: block;
    }

    .sec_company_contact .inner>div {
        padding-top: 30px;
        padding-bottom: 45px;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .sec_company_contact .inner>div .tel {
        font-size: 23px;
    }

    .sec_company_contact .inner>div .tel .sm {
        font-size: 23px;
    }

    .sec_company_contact .inner>div:last-child {
        margin-bottom: 0;
    }
}


/**
* 7.1 - トップ
* -----------------------------------------------------------------------------
*/

.company_top {
    background-image: url("../img/company/bg_company_top.jpg");
    background-size: cover;
    background-position: center center;
    height: 1000px;
    margin-bottom: 50px;
}

.company_top_inner {
    width: 471px;
    position: absolute;
    left: 107px;
    top: 20%;
}

.company_top_inner h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

.company_top_inner h2 span {
    border-bottom: 1px solid #fff;
    padding: 0 15px 15px 15px;
}

.company_top_inner nav ul li {
    margin-bottom: 20px;
}

.company_top_inner nav ul li a {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.2);
    color: #596c8a;
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px 0;
    text-align: center;
    font-size: 17px;
    transition: opacity .1s linear;
}

.company_top_inner nav ul li a:hover {
    opacity: .7;
}

@media (max-width: 920px) {
    .company_top {
        position: relative;
        height: auto;
    }

    .company_top::after {
        content: "";
        display: block;
        padding-top: 73.17%;
    }

    .company_top_inner {
        width: 330px;
        top: 10%;
    }

    .company_top_inner h2 {
        font-size: 28px;
    }

    .company_top_inner nav ul li a {
        background-color: rgba(255, 255, 255, 0.5);
        font-size: 12px;
        padding: 15px 0;
    }
}

@media (max-width: 600px) {
    .company_top {
        background-image: url("../img/company/bg_company_top_sp.jpg");
        height: 535px;
        margin-bottom: 25px;
    }

    .company_top_inner {
        width: 100%;
        position: static;
        padding: 60px 30px;
        box-sizing: border-box;
    }

    .company_top_inner h2 {
        text-align: left;
    }
}


/**
* 7.2 - 下層ページ共通
* -----------------------------------------------------------------------------
*/

.page_company .main_visual .main_visual_inner {
    background-image: url("../img/company/main_visual.jpg");
}

.page_company .main_visual .breadcrumb ul .current {
    border-bottom-color: #13386B;
}

.page_company h3 {
    font-size: 29px;
    text-align: center;
    margin-bottom: 25px;
}

@media (max-width: 920px) {
    .page_company h3 {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .page_company h3 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .page_company h3+.center {
        text-align: left;
    }
}

.nav_page {
    margin-bottom: 110px;
}

.nav_page ul {
    padding: 0 20px;
    display: flex;
    justify-content: center;
}

.nav_page ul li {
    flex-basis: 25%;
    position: relative;
}

.nav_page ul li a {
    background-color: #ebeef5;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 5px;
    text-align: center;
    box-sizing: border-box;
    color: #212529;
    transition: all .1s linear;
}

.nav_page ul li a:hover {
    background-color: #c9ccd6;
}

.nav_page ul li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.nav_page ul .current a {
    background-color: #c9ccd6;
    pointer-events: none;
}

@media (max-width: 920px) {
    .nav_page ul li a {
        font-size: 12px;
        padding: 5px;
    }
}

@media (max-width: 600px) {
    .nav_page {
        margin-bottom: 30px;
    }

    .nav_page ul {
        flex-wrap: wrap;
        padding: 0;
    }

    .nav_page ul li {
        flex-basis: 50%;
        border: 1px solid #fff;
        box-sizing: border-box;
    }

    .nav_page ul li a {
        padding: 10px 5px;
        font-size: 11px;
    }

    .nav_page ul li::after {
        display: none;
    }
}

.nav_company_bottom {
    background-color: #f6f7fa;
    padding: 30px 0;
    margin-top: 50px;
}

.nav_company_bottom ul {
    text-align: center;
}

.nav_company_bottom ul li {
    display: inline;
    margin: 0 10px;
}

.nav_company_bottom ul li a {
    font-size: 12px;
    color: #212529;
}

.nav_company_bottom ul li a::before {
    content: "";
    width: 3px;
    height: 6px;
    background-image: url("../img/company/icon_arrow_right_black.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.nav_company_bottom ul li a:hover {
    text-decoration: underline;
}

.nav_company_bottom ul .current a {
    pointer-events: none;
    color: #d2d3d6;
}

.nav_company_bottom ul .current a::before {
    display: none;
}

@media (max-width: 600px) {
    .nav_company_bottom ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .nav_company_bottom ul li {
        flex-basis: 45%;
        display: flex-item;
        margin: 0;
        padding: 15px 10px;
        box-sizing: border-box;
    }
}


/**
* 7.3 - 経営理念
* -----------------------------------------------------------------------------
*/

.philosophy_top {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.philosophy_top>p {
    max-width: 452px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.philosophy_box {
    margin-top: 65px;
    border: 5px solid #e2e7f0;
    padding: 55px 100px;
    box-sizing: border-box;
    max-width: 715px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px #ddd;
    color: #5a5a69;
}

.philosophy_box .title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 50px;
    color: #798499;
}

.philosophy_box ul {
    margin-bottom: 10px;
}

.philosophy_box ul li {
    font-size: 28px;
    margin-bottom: 40px;
    padding-left: 1em;
    text-indent: -0.8em;
}

.philosophy_box ul li::before {
    margin-right: 20px;
    display: inline-block;
}

.philosophy_box ul li:first-child::before {
    content: "I";
}

.philosophy_box ul li:nth-child(2)::before {
    content: "II";
}

.philosophy_box ul li:nth-child(3)::before {
    content: "III";
}

.philosophy_box .right {
    font-size: 24px;
}

@media (max-width: 920px) {
    .philosophy_top>p {
        text-align: center;
    }

    .philosophy_box .title {
        font-size: 32px;
    }

    .philosophy_box ul li {
        font-size: 22px;
    }

    .philosophy_box .right {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .philosophy_top>p {
        text-align: left;
    }

    .philosophy_box {
        margin-top: 35px;
        padding: 45px 20px;
    }

    .philosophy_box .title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .philosophy_box ul li {
        margin-bottom: 30px;
        font-size: 14px;
        padding-left: 0;
    }

    .philosophy_box ul li::before {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .philosophy_box .right {
        font-size: 16px;
    }
}


/**
* 7.4 - ごあいさつ
* -----------------------------------------------------------------------------
*/

.page_message main>.page_inner {
    padding-bottom: 0;
}

.page_message .nav_company_bottom {
    margin-top: 0;
}

.sec_message .page_inner {
    padding: 0;
}

.message_inner {
    padding-right: 10%;
    padding-left: 10%;
    box-sizing: border-box;
    padding-bottom: 170px;
}

.message_inner .message_catch {
    font-size: 23px;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    border-bottom: 1px solid #ebeef5;
    padding-bottom: 30px;
    margin-bottom: 45px;
}

.message_inner .message_catch::before {
    content: "";
    background-image: url("../img/company/logomark.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 58px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.message_inner p {
    display: block;
    position: relative;
    margin: 0 0 50px 0;
    left: 20%;
    font-size: 15px;
    text-align: left;
    line-height: 2.5;
    letter-spacing: 0.05em;
}

.message_inner .president {
    font-size: 22px;
    text-align: right;
    padding-right: 20%;
}

.message_inner .president .sm {
    font-size: 13px;
    margin-right: 20px;
}

@media (max-width: 920px) {
    .message_inner {
        padding-left: 10%;
        padding-bottom: 40px;
    }

    .message_inner .message_catch {
        left: 0%;
        font-size: 21px;
        margin-bottom: 25px;
        line-height: 1.5;
    }

    .message_inner .message_catch::before {
        display: none;
    }

    .message_inner p {
        left: 0%;
        line-height: 2;
    }

    .message_inner p .pc {
        display: none !important;
    }

    .message_inner .president {
        padding-right: 0%;
    }
}

@media (max-width: 600px) {
    .sec_message {
        background: none;
        padding: 30px 30px;
    }

    .message_inner {
        padding-right: 0;
        padding-left: 0;
    }

    .message_inner .img_president {
        margin-bottom: 20px;
    }
}


/**
* 7.5 - 会社概要
* -----------------------------------------------------------------------------
*/

@media (max-width: 600px) {
    .page_overview h3 {
        font-size: 24px;
    }
}

.tb_profile,
.tb_history {
    max-width: 813px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 600px) {

    .tb_profile th,
    .tb_profile td,
    .tb_history th,
    .tb_history td {
        display: block;
    }
}

.tb_profile {
    border-top: 1px solid #edf1f5;
    margin-bottom: 100px;
}

.tb_profile tr {
    border-bottom: 1px solid #edf1f5;
}

.tb_profile tr th,
.tb_profile tr td {
    padding: 18px 0;
}

.tb_profile tr td:first-child {
    width: 130px;
    font-weight: bold;
    white-space: nowrap;
}

@media (max-width: 920px) {
    .tb_profile {
        margin-bottom: 75px;
    }
}

@media (max-width: 600px) {
    .tb_profile {
        border: none;
    }

    .tb_profile tr {
        border-bottom: none;
        display: block;
        margin-bottom: 20px;
    }

    .tb_profile tr th {
        border-bottom: 1px solid #edf1f5;
    }

    .tb_profile tr th {
        padding: 10px 0;
    }

    .tb_profile tr td {
        padding: 10px 0 0 10px;
    }
}

.tb_history {
    border: 1px solid #edf1f5;
}

.tb_history tr th,
.tb_history tr td {
    padding: 28px 32px;
}

.tb_history tr td:first-child {
    background-color: #f7f8fa;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
    font-weight: bold;
}

.tb_history tr td {
    border-bottom: 1px solid #edf1f5;
}

@media (max-width: 600px) {

    .tb_history tr th,
    .tb_history tr td {
        padding: 13px;
    }

    .tb_history tr td {
        padding-bottom: 25px;
    }
}


/**
* 7.6 - 事務所一覧
* -----------------------------------------------------------------------------
*/

.office_box {
    max-width: 813px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.office_box h4 {
    background-color: #e1e5eb;
    font-size: 18px;
    padding: 2px 10px;
    margin-bottom: 35px;
}

.office_box h4::before {
    content: "■";
    color: #2659ac;
    display: inline;
    margin-right: 5px;
}

.office_box:last-of-type {
    margin-bottom: 160px;
}

.office_box .office_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.office_box .office_l {
    flex-basis: 48.70%;
}

.office_box .office_l h5 {
    margin-bottom: 20px;
}

.office_box .office_l h5::before {
    content: "■";
    color: #2659ac;
    display: inline;
}

.office_box .office_l table {
    border: 1px solid #ebeff5;
    width: 100%;
}

.office_box .office_l table th,
.office_box .office_l table td {
    padding: 8px 10px;
    font-size: 12px;
}

.office_box .office_l table th {
    background-color: #f5f7fa;
    text-align: center;
    width: 20%;
}

.office_box .office_l table td {
    border-bottom: 1px solid #ebeff5;
}

.office_box .office_l table td dl dt::before {
    content: "◯";
    display: inline;
    margin-right: 3px;
}

.office_box .office_l table td dl dd {
    padding-left: 15px;
}

.office_box .office_l table td dl dd:not(:last-of-type) {
    margin-bottom: 10px;
}

.office_box .office_l table tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
}

.office_box .office_l table:not(:last-of-type) {
    margin-bottom: 20px;
}

.office_box .office_r {
    flex-basis: 47.72%;
}

.office_box .office_r .gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.office_box .office_r .gmap iframe,
.office_box .office_r .gmap object,
.office_box .office_r .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.office_box .office_r .to_gmap {
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
}

@media (max-width: 600px) {
    .office_box h4 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .office_box .office_wrap {
        display: block;
    }

    .office_box .office_wrap .office_l {
        margin-bottom: 20px;
    }
}


/**
* 8.0 - Others
* -----------------------------------------------------------------------------
*/

.page_others header .logo {
    height: auto !important;
}

.page_others .nav_page ul li {
    border-top: 1px solid #ebeef5;
    border-bottom: 1px solid #ebeef5;
    border-left: 1px solid #ebeef5;
}

.page_others .nav_page ul li a {
    background-color: #fff;
}

.page_others .nav_page ul li a:hover {
    background-color: #ebeef5;
}

.page_others .nav_page ul li:last-child {
    border-right: 1px solid #ebeef5;
}

.page_others .nav_page ul .current a {
    background-color: #ebeef5;
}

@media (max-width: 920px) {
    .page_others header .logo {
        margin-top: 0;
    }
}

@media (max-width: 920px) {
    .page_others header .logo {
        display: flex;
    }
}

.page_others .main_visual .main_visual_inner {
    background-image: url("../img/others/main_visual.jpg");
}

.page_others .main_visual .breadcrumb ul .current {
    border-bottom-color: #13386B;
}

.page_others .page_inner h3 {
    font-size: 29px;
    text-align: center;
    margin-bottom: 40px;
}

.page_others .page_inner p {
    line-height: 2;
}

@media (max-width: 920px) {
    .page_others .page_inner h3 {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .page_others h3 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .page_others .page_inner h3 {
        font-size: 17px;
    }
}

.others_contact {
    border: 10px solid #ebeff5;
    max-width: 614px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 30px 50px 30px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 20px;
}

.others_contact h4 {
    font-size: 21px;
    margin-bottom: 30px;
}

.others_contact table:not(:last-of-type) {
    margin-bottom: 20px;
}

.others_contact table th {
    font-weight: normal;
    white-space: nowrap;
    padding-right: 4px;
    text-align: left;
}

.others_contact table td {
    text-align: left;
}

@media (max-width: 920px) {
    .others_contact {
        padding-right: 70px;
        padding-left: 70px;
    }
}

@media (max-width: 600px) {
    .others_contact {
        padding-right: 10px;
        padding-left: 10px;
    }

    .others_contact h4 {
        margin-bottom: 20px;
    }
}


/**
* 8.1 - 個人情報保護方針
* -----------------------------------------------------------------------------
*/

.privacy_inner {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    width: 100%;
    padding: 0 113px 35px 113px;
    box-sizing: border-box;
    border-bottom: 1px solid #ebeff5;
}

.privacy_inner ul li {
    line-height: 2;
    padding-left: 1em;
    text-indent: -1em;
}

.privacy_inner ul li:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 920px) {
    .privacy_inner {
        max-width: 627px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 600px) {
    .privacy_inner {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.privacy_bottom {
    border-bottom: none;
}

.privacy_bottom .seitei {
    display: inline-block;
    margin-right: auto;
}

.others_contact .mail {
    max-width: 362px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: 1px solid #212529;
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 12px;
    padding-right: 12px;
    padding-left: 12px;
    box-sizing: border-box;
}

.others_contact .mail .uketsuke {
    font-size: 12px;
}

.others_contact .mail .sm {
    font-size: 12px;
}

.others_contact .kamei {
    text-align: left;
    margin-top: 50px;
}

.others_contact .kamei h5 {
    border-bottom: 1px solid #373A3E;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

@media (max-width: 920px) {
    .others_contact .kamei {
        font-size: 12px;
    }

    .others_contact .mail {
        font-size: 14px;
    }
}


/**
* 8.2 - 個人情報の取り扱いについて
* -----------------------------------------------------------------------------
*/

.handing_box {
    margin-bottom: 50px;
}

.handing_box h4 {
    font-size: 16px;
    border-bottom: 1px solid #373A3E;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.handing_box h4::before {
    content: "■";
}

.handing_box p {
    line-height: 1.8 !important;
    margin-bottom: 30px;
}

.handing_box p+ul {
    margin-top: -20px;
}

.handing_box ul {
    margin-bottom: 10px;
}

.handing_box ul li {
    margin-bottom: 0px !important;
    line-height: 1.5 !important;
}

.handing_box dl dt {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 4px;
}

.handing_box dl dd {
    margin-bottom: 40px;
    padding-left: 1em;
}

.handing_box dl dd a {
    text-decoration: underline;
    color: #2659ac;
    margin: 5px 0;
    display: inline-block;
}

.handing_box dl dd a:hover {
    text-decoration: none;
}

.handing_box dl dd a img {
    vertical-align: middle;
    margin-right: 3px;
}

.page_handing .others_contact {
    padding-left: 85px;
    padding-right: 85px;
}

.page_handing .others_contact h4+p {
    margin-bottom: 20px;
}

.page_handing .others_contact h5 {
    border-bottom: 1px solid #373A3E;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.page_handing .others_contact table th,
.page_handing .others_contact table td {
    font-size: 12px;
}

@media (max-width: 600px) {
    .page_handing .others_contact {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/**
* 8.3 - 品質・環境方針
* -----------------------------------------------------------------------------
*/

.statement li {
    font-size: 17px;
    margin-bottom: 3px !important;
}

.statement .right {
    margin-top: 50px;
    font-size: 14px;
}

.page_environmental_policy .privacy_inner h4 {
    font-size: 16px;
    border-bottom: 1px solid #373A3E;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.page_environmental_policy .privacy_inner h4::before {
    content: "■";
}

.page_environmental_policy .privacy_inner p {
    line-height: 1.8 !important;
}

.page_environmental_policy .noborder {
    border-bottom: none;
}

.dl_environment {
    margin-top: 20px;
}

.dl_environment dt {
    margin-bottom: 5px;
}

.dl_environment dd {
    margin-left: 1em;
    margin-bottom: 50px;
}

.img_verification {
    width: 210px;
}


/**
* 8.4 - 労働者派遣事業に関わる情報
* -----------------------------------------------------------------------------
*/

@media (max-width: 920px) {
    .page_provided .privacy_inner {
        padding-right: 0;
        padding-left: 0;
        max-width: 100%;
    }
}

.pdf_area {
    max-width: 715px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pdf_area div {
    flex-basis: 48.95%;
    margin-bottom: 10px;
}

.pdf_area div a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #2659ac;
    background-color: #f7faff;
    transition: background-color .1s linear;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
    color: #2659ac;
    position: relative;
}

.pdf_area div a:hover {
    background-color: #c9d7ed;
}

.pdf_area div a::before {
    content: "";
    width: 25px;
    height: 29px;
    background-image: url("../img/icon_pdf.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

@media (max-width: 920px) {
    .pdf_area {
        display: block;
    }
}


/**
* 8.5 - お問い合わせ
* -----------------------------------------------------------------------------
*/

.page_inquiry_top .main_visual .main_visual_inner {
    background-image: url("../img/others/main_visual_contact.jpg");
}

.page_inquiry_top .page_inner {
    padding-top: 70px;
}

@media (max-width: 600px) {
    .page_inquiry_top .main_visual .main_visual_inner {
        background-image: url("../img/others/main_visual_contact_sp.jpg");
    }
}

.sec_inquiry {
    background-color: #e8eaf2;
}

.inquiry_nav1,
.inquiry_nav2 {
    display: flex;
    justify-content: space-between;
}

.inquiry_nav1>div,
.inquiry_nav2>div {
    background-color: #fff;
    text-align: center;
}

.inquiry_nav1 {
    margin-bottom: 20px;
    margin-top: 60px;
}

.inquiry_nav1>div {
    flex-basis: 49.05%;
}

.inquiry_nav1>div h3 {
    font-size: 20px !important;
    padding: 14px 10px;
    color: #fff;
    margin-bottom: 0 !important;
}

.inquiry_nav1>div .text {
    padding: 20px 20px 30px 20px;
}

.inquiry_nav1>div .tel {
    font-size: 33px;
    margin-top: 10px;
}

.inquiry_nav1>div .tel::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 23px;
    display: inline-block;
    margin-right: 5px;
}

.inquiry_nav1>div .btn:hover::after {
    box-sizing: border-box;
}

.inquiry_nav1>div .eigyou {
    font-size: 12px;
}

.inquiry_nav1>div:first-child h3 {
    background-color: #33b0dd;
}

.inquiry_nav1>div:first-child .tel {
    color: #33b0dd;
}

.inquiry_nav1>div:first-child .tel::before {
    background-image: url("../img/others/icon_tel1.svg");
}

.inquiry_nav1>div:first-child .btn {
    background-color: #33a9d6;
}

.inquiry_nav1>div:first-child .btn:hover {
    color: #33a9d6;
}

.inquiry_nav1>div:first-child .btn:hover::after {
    border-color: #33a9d6;
}

.inquiry_nav1>div:nth-child(2) h3 {
    background-color: #214e9d;
}

.inquiry_nav1>div:nth-child(2) .tel {
    color: #214e9d;
}

.inquiry_nav1>div:nth-child(2) .tel::before {
    background-image: url("../img/others/icon_tel2.svg");
}

.inquiry_nav1>div:nth-child(2) .btn {
    background-color: #214e9d;
}

.inquiry_nav1>div:nth-child(2) .btn:hover {
    color: #214e9d;
}

.inquiry_nav1>div:nth-child(2) .btn:hover::after {
    border-color: #214e9d;
}

.inquiry_nav1>div .btn {
    display: block;
    width: 55.49%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    line-height: 41px;
    position: relative;
    height: 41px;
    margin-top: 10px;
}

.inquiry_nav1>div .btn .icon {
    background-image: url("../img/icon_arrow_r1.png");
    right: 20px;
    width: 11px;
    height: 11px;
}

.inquiry_nav1>div .btn:hover::after {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
}

.inquiry_nav1>div .btn:hover .icon {
    background-image: url("../img/icon_arrow_r2.png");
}

@media (max-width: 920px) {
    .inquiry_nav1 {
        margin-top: 35px;
    }

    .inquiry_nav1>div h3 {
        font-size: 16px !important;
    }

    .inquiry_nav1>div .btn {
        width: 71.47%;
    }

    .inquiry_nav1>div .tel {
        font-size: 28px;
    }

    .inquiry_nav1>div .tel::before {
        width: 29px;
        height: 19px;
    }

    .inquiry_nav1>div .eigyou {
        font-size: 10px;
    }
}

@media (max-width: 600px) {
    .inquiry_nav1 {
        display: block;
    }

    .inquiry_nav1>div {
        margin-bottom: 20px;
    }

    .inquiry_nav1>div h3 {
        font-size: 14px !important;
    }

    .inquiry_nav1>div .btn {
        width: 100%;
    }
}

.inquiry_nav2>div {
    flex-basis: 32.07%;
    padding: 45px 10px 50px 10px;
    box-sizing: border-box;
}

.inquiry_nav2>div h3 {
    font-size: 17px !important;
    color: #2659ac;
    margin-bottom: 20px !important;
}

.inquiry_nav2>div .btn {
    display: block;
    width: 73.52%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 100px;
    position: relative;
    margin-top: 10px;
    background-color: #fff;
    color: #2659ac;
    border: 2px solid #2659ac;
    padding: 8px 0;
    font-size: 12px;
}

.inquiry_nav2>div .btn .icon {
    background-image: url("../img/icon_arrow_r2.png");
    right: 20px;
    width: 11px;
    height: 11px;
}

.inquiry_nav2>div .btn:hover {
    color: #fff;
}

.inquiry_nav2>div .btn:hover::after {
    background-color: #2659ac;
}

.inquiry_nav2>div .btn:hover .icon {
    background-image: url("../img/icon_arrow_r1.png");
}

@media (max-width: 920px) {
    .inquiry_nav2>div {
        font-size: 12px !important;
    }

    .inquiry_nav2>div h3 {
        font-size: 14px !important;
    }

    .inquiry_nav2>div .btn {
        width: 83%;
    }

    .inquiry_nav2>div .btn .icon {
        right: 5px;
    }
}

@media (max-width: 600px) {
    .inquiry_nav2 {
        display: block;
    }

    .inquiry_nav2>div {
        margin-bottom: 20px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.wpcf7 div.screen-reader-response {
    display: none;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    text-align: center;
    margin-top: 45px;
    padding: 30px;
    border: solid 3px #FF010B;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    display: block;
    color: #ff010b;
}


/**
* 8.6 - お知らせ
* -----------------------------------------------------------------------------
*/

.page_news .main_visual .main_visual_inner {
    background-image: url("../img/others/main_visual_news.jpg");
}

.page_news .inner {
    max-width: 1060px;
}

.page_news .inner h3 {
    margin-bottom: 30px;
}

.page_news .nav_page {
    margin-bottom: 65px;
}

.page_news .nav_page ul li a {
    background-color: #ebeef5;
}

.page_news .nav_page ul li a:hover {
    background-color: #c9ccd6;
}

.page_news .nav_page ul .current a {
    background-color: #c9ccd6;
}

@media (max-width: 600px) {
    .page_news .main_visual .main_visual_inner {
        background-image: url("../img/others/main_visual_news_sp.jpg");
    }

    .page_news .nav_page {
        margin-bottom: 30px;
    }

    .page_news .nav_page ul {
        display: block;
    }
}


/* お知らせ一覧 */

.tb_news {
    border-top: 1px solid #e1e5eb;
    width: 100%;
}

.tb_news tr {
    border-bottom: 1px solid #e1e5eb;
}

.tb_news tr td {
    padding: 20px 0;
}

.tb_news tr td:nth-child(2) {
    position: relative;
    padding-right: 60px;
}

.tb_news tr td:nth-child(2)::after {
    content: "";
    width: 10px;
    height: 18px;
    background-image: url("../img/icon_arrow_r4.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.tb_news tr td a {
    color: #2659ac;
}

.tb_news tr td a:hover {
    text-decoration: underline;
}

.tb_news tr .date {
    color: #b1b3b4;
    width: 130px;
    padding-left: 10px;
}

@media (max-width: 600px) {

    .tb_news th,
    .tb_news td,
    .tb_news tr {
        display: block;
    }

    .tb_news tr {
        padding: 20px 0;
    }

    .tb_news tr th,
    .tb_news tr td {
        padding: 0;
    }

    .tb_news tr .date {
        padding-left: 0;
        margin-bottom: 4px;
    }
}

.pager {
    margin-top: 60px;
    text-align: center;
    position: relative;
}

.pager .page,
.pager .current {
    border: 1px solid #212529;
    display: inline-block;
    padding: 2px 5px;
    margin: 0 2px;
}

.pager .page:hover {
    background-color: #212529;
    color: #fff;
}

.pager .previouspostslink,
.pager .nextpostslink {
    position: absolute;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    bottom: -40px;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #373A3E;
}

.pager .previouspostslink:hover,
.pager .nextpostslink:hover {
    text-decoration: underline;
}

.pager .previouspostslink {
    transform: translateX(-100px);
}

.pager .nextpostslink {
    transform: translateX(100px);
}

@media (max-width: 600px) {
    .pager {
        margin-top: 30px;
    }
}


/* お知らせ個別 */

.news_title {
    max-width: 715px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 5.54% 60px 5.54%;
}

.news_title .date {
    margin-bottom: 5px;
}

.news_title h3 {
    text-align: left !important;
    position: relative;
    font-size: 28px;
}

.news_title h3::after {
    height: 4px;
    width: 56px;
    background-color: #2659ac;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
}

@media (max-width: 920px) {
    .news_title {
        padding-top: 50px;
    }
}

@media (max-width: 600px) {
    .news_title {
        padding-top: 30px;
        padding-bottom: 30px;
        box-sizing: border-box;
    }

    .news_title h3 {
        font-size: 23px;
    }
}

.news_inner {
    max-width: 715px !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #fff;
}

.news_contents {
    background-color: #f5f5f7;
    padding: 53px 30px;
}

.news_contents .news_inner {
    padding: 50px 5.54%;
    font-size: 15px;
    box-sizing: border-box;
}

.news_contents .news_inner p:not(:last-of-type) {
    margin-bottom: 20px;
}

.news_contents .news_inner img {
    margin: 40px 0 0 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 600px) {
    .news_contents {
        padding: 40px 20px;
    }

    .news_contents .news_inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .news_contents .news_inner p {
        font-size: 13px;
    }
}

.postlink {
    text-align: center;
    padding: 60px 0;
}

.postlink span {
    margin: 0 50px;
    font-size: 12px;
    display: inline-block;
}

@media (max-width: 600px) {
    .postlink {
        padding: 30px 0;
    }

    .postlink span {
        margin: 0 10px;
    }
}


/* セントラル動画 */

.page_news_movie .pager {
    margin-top: -70px;
}

.page_news_movie .page_inner {
    padding-bottom: 40px;
}

.movie_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1016px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.movie_box {
    flex-basis: 48.03%;
    margin-bottom: 115px;
}

.movie_box_inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie_box_inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 920px) {
    .movie_box {
        margin-bottom: 80px;
    }
}

@media (max-width: 600px) {
    .page_news_movie .page_inner {
        padding-bottom: 40px;
    }

    .page_news_movie .pager {
        margin-top: 40px;
    }

    .movie_wrap {
        display: block;
        margin-top: 0;
    }

    .movie_box {
        margin-bottom: 20px;
    }
}


/**
* 9.0 - その他共通
* -----------------------------------------------------------------------------
*/


/* 問い合わせフォーム共通 */

.page_inquiry h3 {
    font-size: 29px;
    text-align: center;
    margin-bottom: 40px;
}

.page_inquiry h4.title {
    text-align: center;
    font-size: 20px;
    margin: 60px 0 20px 0;
}

.page_inquiry .page_inner>.center {
    line-height: 1.8;
}

.page_inquiry .page_inner>.center a {
    text-decoration: underline;
}

.page_inquiry .page_inner>.center a:hover {
    text-decoration: none;
}

@media (max-width: 920px) {
    .page_inquiry h3 {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .page_inquiry h3 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .page_inquiry .page_inner .center {
        text-align: center !important;
    }
}

.to_personal_inquiry {
    color: #33b0dd;
}

.to_personal_inquiry:hover {
    color: #33b0dd;
}

.to_business_inquiry {
    color: #214e9d;
}

.to_business_inquiry:hover {
    color: #214e9d;
}

.to_company_inquiry {
    color: #214e9d;
}

.to_company_inquiry:hover {
    color: #214e9d;
}

.inquiry_inner {
    max-width: 736px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

.tb_inquiry {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}

.tb_inquiry th,
.tb_inquiry td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tb_inquiry th {
    font-weight: normal;
    position: relative;
    white-space: nowrap;
    width: 1px;
}

.tb_inquiry th .required {
    position: absolute;
    font-size: 11px;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    right: 4px;
}

.tb_inquiry th.vat {
    vertical-align: top;
}

.tb_inquiry td input[type="text"],
.tb_inquiry td input[type="email"],
.tb_inquiry td textarea {
    background-color: #f1f2f7;
    padding: 10px 10px;
    font-size: 15px;
    border: none;
    width: 100%;
    box-sizing: border-box;
}

.tb_inquiry td textarea {
    height: 253px;
}

.tb_inquiry td label {
    display: inline-block;
    cursor: pointer;
}

.tb_inquiry td label:not(:last-child) {
    margin-bottom: 10px;
}

.tb_inquiry td label input {
    margin-right: 10px;
}

.tb_inquiry tr th:first-of-type {
    border-left-width: 3px;
    border-left-style: solid;
    padding-left: 20px;
    padding-right: 40px;
}

@media (max-width: 600px) {

    .tb_inquiry th,
    .tb_inquiry td,
    .tb_inquiry tr {
        display: block;
        padding: 0;
        margin-bottom: 4px;
    }

    .tb_inquiry tr {
        border-left-width: 3px;
        border-left-style: solid;
        margin-bottom: 20px;
        padding-left: 10px;
    }

    .tb_inquiry th {
        border-left: none !important;
        padding-left: 0 !important;
    }

    .tb_inquiry th .required {
        position: static;
        margin-left: 10px;
    }

    .tb_inquiry td textarea {
        height: 114px;
    }

    .tb_inquiry .blank {
        display: none;
    }
}

.submit {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.submit button {
    color: #fff;
    font-size: 14px;
    flex-basis: 32.06%;
    padding: 15px 0;
    cursor: pointer;
}

.submit button[type="submit"] {
    margin-right: 20px;
}

@media (max-width: 600px) {
    .submit {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .submit button {
        flex-basis: 49%;
        font-size: 12px;
        padding: 10px 0;
    }
}

.inquiry_bottom {
    background-color: #e8eaf2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.inquiry_bottom .inner {
    max-width: 1040px;
}

.inquiry_tel {
    background-color: #fff;
    border: 1px solid #2659ac;
    box-sizing: border-box;
    color: #2659ac;
    text-align: center;
    padding: 40px 10px;
}

.inquiry_tel h3 {
    font-size: 29px;
    color: #2659ac;
}

.inquiry_tel .tel {
    font-size: 44px;
}

.inquiry_tel .tel .sm {
    font-size: 31px;
}

.inquiry_tel .eigyou {
    font-size: 17px;
}

@media (max-width: 600px) {
    .inquiry_tel h3 {
        font-size: 15px;
    }

    .inquiry_tel .tel {
        font-size: 28px;
    }

    .inquiry_tel .tel .sm {
        font-size: 20px;
    }

    .inquiry_tel .eigyou {
        font-size: 11px;
    }
}

.inquiry_bottom_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.inquiry_bottom_flex>div {
    flex-basis: 49.51%;
}

.inquiry_bottom_flex>div a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    padding: 45px 0;
    box-sizing: border-box;
    letter-spacing: .1em;
}

.inquiry_bottom_flex>div a:hover {
    opacity: .8;
}

.inquiry_bottom_flex>div a::after {
    content: "";
    display: block;
    width: 16px;
    height: 31px;
    position: absolute;
    right: 10px;
    background-size: contain;
    background-image: url("../img/icon_arrow_r1.png");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}

.inquiry_bottom_flex .personal {
    background-color: #33b0dd;
}

.inquiry_bottom_flex .business {
    background-color: #183973;
}

.inquiry_bottom_flex .company {
    background-color: #2659ac;
}

@media (max-width: 920px) {
    .inquiry_bottom_flex>div a {
        text-align: left;
        padding: 45px 40px;
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .inquiry_bottom_flex {
        display: block;
    }

    .inquiry_bottom_flex>div {
        margin-bottom: 10px;
    }

    .inquiry_bottom_flex>div a {
        font-size: 13px;
    }
}

.include_privacypolicy {
    height: 160px;
    overflow: scroll;
    border: 1px solid #eee;
    padding: 0 40px 40px 40px;
}

.include_privacypolicy .privacy_inner {
    padding: 0;
}

.acceptance {
    margin: 20px 0;
    text-align: center;
}


/* general */

.page_inquiry_general .tb_inquiry th {
    border-left-color: #214e9d;
}

.page_inquiry_general .tb_inquiry th .required {
    background-color: #214e9d;
}

.page_inquiry_general .submit button {
    border: 1px solid #214e9d;
}

.page_inquiry_general .submit button[type="submit"] {
    background-color: #214e9d;
}

.page_inquiry_general .submit button[type="reset"] {
    color: #214e9d;
}

@media (max-width: 600px) {
    .page_inquiry_general .tb_inquiry tr {
        border-left-color: #214e9d;
    }

    .page_inquiry_general .tb_inquiry th .required {
        background-color: #214e9d;
    }
}


/* business */

.page_inquiry_business .tb_inquiry th {
    border-left-color: #0a2d64;
}

.page_inquiry_business .tb_inquiry th .required {
    background-color: #0a2d64;
}

.page_inquiry_business .submit button {
    border: 1px solid #0a2d64;
}

.page_inquiry_business .submit button[type="submit"] {
    background-color: #0a2d64;
}

.page_inquiry_business .submit button[type="reset"] {
    color: #0a2d64;
}

@media (max-width: 600px) {
    .page_inquiry_business .tb_inquiry tr {
        border-left-color: #0a2d64;
    }

    .page_inquiry_business .tb_inquiry th .required {
        background-color: #0a2d64;
    }
}


/* personal */

.page_inquiry_personal .tb_inquiry th {
    border-left-color: #33b0dd;
}

.page_inquiry_personal .tb_inquiry th .required {
    background-color: #33b0dd;
}

.page_inquiry_personal .submit button {
    border: 1px solid #33b0dd;
}

.page_inquiry_personal .submit button[type="submit"] {
    background-color: #33b0dd;
}

.page_inquiry_personal .submit button[type="reset"] {
    color: #33b0dd;
}

@media (max-width: 600px) {
    .page_inquiry_personal .tb_inquiry tr {
        border-left-color: #33b0dd;
    }

    .page_inquiry_personal .tb_inquiry th .required {
        background-color: #33b0dd;
    }
}


/* 問い合わせフォーム（企業向け） */

.page_inquiry_business .main_visual .main_visual_inner {
    background-image: url("../img/others/main_visual_contact.jpg");
}

.page_inquiry_business .tb_inquiry td label {
    width: 49%;
    text-align: left;
}

@media (max-width: 600px) {
    .page_inquiry_business .tb_inquiry td label {
        display: block;
    }
}


/* 問い合わせフォーム（個人向け） */

.page_inquiry_personal .main_visual .main_visual_inner {
    background-image: url("../img/others/main_visual_contact.jpg");
}

@media (max-width: 600px) {
    .page_inquiry_personal .main_visual .main_visual_inner {
        background-image: url("../img/others/main_visual_contact.jpg");
    }
}


/* セントラルサービスが選ばれる理由 */

.page_reason .main_visual .main_visual_inner {
    background-image: url("../img/main_visual_reason.jpg");
}

.page_reason .blue {
    color: #2659aa;
}

.sec_reason {
    background-image: url("../img/bg_reason.jpg");
    background-size: cover;
    background-position: center center;
}

@media (max-width: 600px) {
    .sec_reason {
        background-image: url("../img/bg_reason_sp.jpg");
        background-size: cover;
    }
}

.reason_top {
    background-color: #fff;
    border-radius: 1000px;
    text-align: center;
    letter-spacing: .11em;
    line-height: 1.7em;
    width: 644px;
    height: 644px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 90px;
    font-size: 15px;
    margin-bottom: 110px;
}

.reason_top p .sm {
    font-size: 12px;
}

.reason_top p:first-of-type {
    margin-bottom: 20px;
}

.reason_top h3 {
    font-size: 25px;
}

.reason_top h3::before {
    content: "";
    width: 56px;
    height: 40px;
    background-image: url("../img/logo_f.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

@media (max-width: 920px) {
    .reason_top {
        width: 546px;
        height: 546px;
    }

    .reason_top h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .reason_top p {
        font-size: 13px;
        letter-spacing: 0.03em;
        line-height: 1.8em;
    }
}

@media (max-width: 600px) {
    .reason_top {
        width: 208px;
        height: 208px;
        padding-top: 52px;
        margin-bottom: 15px;
    }

    .reason_top h3 {
        font-size: 15px;
    }

    .reason_top h3::before {
        width: 42px;
        height: 29px;
        margin-bottom: 15px;
    }

    .reason_top-sp {
        font-size: 14px;
        line-height: 1.8em;
    }

    .reason_top-sp .sm {
        font-size: 11px;
    }
}

.certification {
    background-color: #fff;
    border: 2px solid #2659aa;
    padding: 90px 146px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 40px;
}

.certification h3 {
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    width: 54.15%;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    background-color: #fff;
    text-align: center;
    color: #2659aa;
    border: 2px solid #2659aa;
    padding: 20px 0;
}

@media (max-width: 920px) {
    .certification {
        padding-left: 45px;
        padding-right: 45px;
        margin-bottom: 65px;
    }

    .certification h3 {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .certification {
        margin-top: 50px;
        margin-bottom: 25px;
        padding-top: 70px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
    }

    .certification h3 {
        font-size: 16px;
        padding: 10px;
        top: -24px;
    }
}

.certification_box {
    display: flex;
}

.certification_box:not(:last-of-type) {
    margin-bottom: 60px;
}

.certification_box .certification_l {
    flex-basis: 17.10%;
}

.certification_box .certification_r {
    flex-basis: 82.9%;
    padding-left: 7.23%;
    box-sizing: border-box;
}

.certification_box .certification_r .title {
    font-size: 21px;
    color: #2659aa;
}

.certification_box .certification_r .title::before {
    content: "";
    width: 31px;
    height: 23px;
    background-image: url("../img/icon_check.png");
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.certification_box .certification_r .lg {
    font-size: 15px;
    margin-bottom: 10px;
}

.certification_box .certification_r .md {
    font-size: 13px;
}

@media (max-width: 600px) {
    .certification_box {
        display: block;
    }

    .certification_box:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .certification_box .certification_l {
        text-align: center;
        margin-bottom: 20px;
    }

    .certification_box .certification_l img {
        width: 111px;
    }

    .certification_box .certification_r {
        padding-left: 0;
    }

    .certification_box .certification_r .title {
        font-size: 18px;
    }

    .certification_box .certification_r .title::before {
        width: 23px;
        height: 17px;
    }

    .certification_box .certification_r .lg {
        font-size: 13px;
    }

    .certification_box .certification_r .md {
        font-size: 12px;
    }
}

.page_reason .reason_bottom {
    display: flex;
    justify-content: space-between;
}

.page_reason .reason_bottom>div {
    background-color: #fff;
    border-top: 2px solid #2659aa;
    padding: 35px 25px 65px 25px;
    box-sizing: border-box;
    flex-basis: 32.07%;
}

.page_reason .reason_bottom>div h4 {
    font-size: 22px;
    color: #2659aa;
    text-align: center;
    height: 60px;
    margin-bottom: 30px;
}

.page_reason .reason_bottom>div h4 span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.page_reason .reason_bottom>div .logo {
    text-align: center;
}

.page_reason .reason_bottom>div .logo img {
    max-width: 200px;
    max-height: 80px;
    height: auto;
}

.page_reason .reason_bottom>div .text {
    font-size: 13px;
    margin-top: 30px;
}

@media (max-width: 920px) {
    .page_reason .reason_bottom {
        display: block;
        margin-bottom: 90px;
    }

    .page_reason .reason_bottom>div {
        padding-top: 20px;
        padding-bottom: 35px;
        margin-bottom: 20px;
    }

    .page_reason .reason_bottom>div h4 {
        margin-bottom: 10px;
    }

    .page_reason .reason_bottom>div .bottom {
        display: flex;
    }

    .page_reason .reason_bottom>div .bottom .logo {
        flex-basis: 26.20%;
    }

    .page_reason .reason_bottom>div .bottom .logo img {
        width: 100%;
        max-height: 100px;
        object-fit: contain;
    }

    .page_reason .reason_bottom>div .bottom .text {
        flex-basis: 73.8%;
        margin-top: 0;
        padding-left: 4.97%;
        box-sizing: border-box;
    }
}

@media (max-width: 600px) {
    .page_reason .reason_bottom>div h4 {
        font-size: 19px;
    }

    .page_reason .reason_bottom>div .bottom {
        display: block;
    }

    .page_reason .reason_bottom>div .bottom .logo {
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.to_externalsite {
    padding: 30px 3.64%;
    background-color: #fff;
    border: 1px solid #dededf;
    max-width: 630px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-top: 30px;
    position: relative;
    transition: all .2s linear;
}

.to_externalsite:hover {
    opacity: .8;
}

.to_externalsite .to_externalsite_inner {
    display: flex;
}

.to_externalsite .to_externalsite_l {
    flex-basis: 51.18%;
}

.to_externalsite .to_externalsite_l img {
    width: 100%;
}

.to_externalsite .to_externalsite_r {
    flex-basis: 48.82%;
    padding-left: 3.64%;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    position: relative;
}

.to_externalsite .to_externalsite_r .to_externalsite_r_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.to_externalsite .to_externalsite_r .to_externalsite_r_inner span {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.to_externalsite .to_externalsite_r .to_externalsite_r_inner span::after {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
}

.to_externalsite .to_externalsite_r .to_externalsite_r_inner .icon_search::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
}

.to_externalsite .to_externalsite_r .to_externalsite_r_inner .sm {
    font-size: 11px;
}

.to_externalsite .to_externalsite_r .to_externalsite_r_inner .sm::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-left: 3px;
    top: 2px;
    position: relative;
}

.to_externalsite .linkarea {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 600px) {
    .to_externalsite .to_externalsite_inner {
        display: block;
    }

    .to_externalsite .to_externalsite_inner .to_externalsite_r {
        margin-top: 15px;
        padding-left: 0;
    }

    .to_externalsite .to_externalsite_inner .to_externalsite_r .to_externalsite_r_inner {
        transform: none;
    }
}

.to_hitotsunagi .to_externalsite_r {
    color: #f38016;
}

.to_hitotsunagi .to_externalsite_r span::after {
    background-color: #fff0bf;
}

.to_hitotsunagi .to_externalsite_r .sm {
    font-size: 11px;
}

.to_hitotsunagi .to_externalsite_r .sm::after {
    background-image: url("../img/icon_external_o.png");
}

.to_hitotsunagi .to_externalsite_r .to_externalsite_r_inner .icon_search::before {
    background-image: url("../img/icon_search2.png");
}

.to_jobfactory .to_externalsite_r {
    color: #0076dd;
}

.to_jobfactory .to_externalsite_r span::after {
    background-color: #c6f9ff;
}

.to_jobfactory .to_externalsite_r .sm {
    font-size: 11px;
}

.to_jobfactory .to_externalsite_r .sm::after {
    background-image: url("../img/icon_external_b.png");
}

.to_jobfactory .to_externalsite_r .to_externalsite_r_inner .icon_search::before {
    background-image: url("../img/icon_search3.png");
}


/**
* 10.0 - Footer
* -----------------------------------------------------------------------------
*/

.f_nav {
    width: 100%;
}

.f_nav .uk-grid>div {
    padding: 0 50px !important;
    box-sizing: border-box;
}

.f_nav .uk-grid>div:nth-child(2) {
    border-right: 1px solid #e9e9ea;
    border-left: 1px solid #e9e9ea;
}

.ul_pc_footer {
    letter-spacing: 0.05em;
}

.ul_pc_footer>li {
    font-size: 15px !important;
}

.ul_pc_footer>li .child {
    margin-left: 0px;
    line-height: 2;
}

.ul_pc_footer>li .child>li>a {
    font-size: 13px !important;
}

.ul_pc_footer>li .child>li>a>span {
    margin-right: 5px !important;
}

.ul_pc_footer>li .child>li .grandchild {
    margin-left: 9px;
    margin-bottom: 6px;
}

.ul_pc_footer>li .child>li .grandchild li>a {
    font-size: 12px !important;
}

.ul_pc_footer>li .child>li .grandchild li>a>span {
    margin-right: 5px !important;
}

.ul_pc_footer li a {
    color: #373A3E;
}

.ul_pc_footer li a:hover {
    text-decoration: underline;
}


/* お仕事をお探しの方 */

.ul_pc_footer_personal .child span {
    color: #33a9d6 !important;
}


/* 企業のご担当者様 */

.ul_pc_footer_business .child span {
    color: #1a2d69 !important;
}


/* スタッフマイページ */

.ul_pc_footer_mypage .icon_b2 {
    background-color: #68d638;
}

.ul_pc_footer_mypage .child span {
    color: #68d638 !important;
}


/* 会社情報 */

.ul_pc_footer_company .icon_b3 {
    background-color: #2659ac;
}

.ul_pc_footer_company .child span {
    color: #2659ac !important;
}

.access {
    background-color: #e2e7f0;
    color: #373A3E;
}

.access:hover {
    background-color: #2659a8;
    color: #373A3E;
}

.address {
    display: inline-block;
    position: relative;
}

.address .mascot {
    position: absolute;
    right: -180px;
    bottom: -20px;
    width: 152px;
}


/**
* 11.0 - サイトトップ(add 2019.03.28)
* -----------------------------------------------------------------------------
*/

.btn_line {
    position: absolute;
    top: 70px;
    left: 10px;
}

@media (max-width: 600px) {
    .job_con {
        display: block;
    }

    .job_con>div {
        width: 100%;
    }

    .job_con>div .box_txt h4 {
        font-weight: 400;
    }

    .job_con .box3 h4 {
        position: relative;
        padding-left: 10px;
    }

    .job_con .box3 h4:before {
        content: "";
        background-image: url("../img/icon_mypage.png");
        width: 17px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: -14px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.tb_careerup1 {
    margin-bottom: 50px;
}

.tb_careerup1 th,
.tb_careerup1 td {
    padding: 8px;
}

.tb_careerup1 thead tr th {
    text-align: left;
}

.tb_careerup1 thead tr th:first-child {
    background-color: #62bddf;
}

.tb_careerup1 tbody tr td {
    text-align: left;
}

.tb_careerup1 tbody tr td:first-child {
    white-space: nowrap;
    background-color: #b8e1f1;
}

.tb_careerup1 tbody tr td a {
    position: relative;
}

.tb_careerup1 tbody tr td a:hover {
    text-decoration: underline;
}

.tb_careerup1 tbody tr td a:after {
    content: "";
    width: 8px;
    height: 8px;
    background-image: url("../img/icon_external_b.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 3px;
}

@media (max-width: 600px) {
    .tb_careerup1 tr {
        border-top: 20px solid #fff;
        border-bottom: 1px solid #4d5154;
    }

    .tb_careerup1 tr td:first-child {
        border-top: 1px solid #4d5154;
    }

    .tb_careerup1 tr td:first-child .bt-content {
        display: block;
        width: 100%;
        text-align: center;
    }

    .tb_careerup1 tr td a {
        display: block;
        transform: translateY(-50%);
        top: 50%;
    }

    .tb_careerup1 tr td:before {
        text-align: left !important;
    }
}

li {
    list-style: none;
}