@charset "utf-8";

/* android対策 */
/*p { background-image: url(../images/pix.gif); }*/

/*--------------------------------------------------------
★レスポンシブ■タブレット対応
--------------------------------------------------------*/
@media screen and (max-width: 1280px) {
    /* layout */
    html{
        width: 1280px;
        overflow: visible!important;
    }
    body {
        width: 1280px;
        overflow: visible!important;
    }
    .wrapper {
        position: relative;
        width: 1250px;
        margin: auto;
    }
    #header_wrapper{
        width: 1250px;
    }
    .sub .contents .sub_section .wrapper{
        width: 980px;
    }
}

/*--------------------------------------------------------
★レスポンシブ■スマホ表示切替ボタン
--------------------------------------------------------*/
@media screen and (max-width: 640px) {
    #switch{
        z-index: 6;
        position: relative;
    }
    a#btnSP{
        display: none;
    }
    a#btnPC{
        position: fixed;
        display: block;
        width: auto;
        height: auto;
        font-size: 12px;
        padding: 10px 20px;
        border-radius: 8px;
        box-sizing: border-box;
        border: 2px solid #1B4898;
        background-color: #fff;
        text-align: center;
        color: #1B4898;
        text-decoration: none;
        line-height: 1em;
        margin-top: 4px;
        left: 10px;
        bottom: 20px;
        z-index: 2;
    }
}
@media screen and (min-width: 641px) {
    #switch{
        display: none;
        height: 0;
    }
    a#btnSP{
        display: none;
    }
    a#btnPC{
        display: none;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (min-width:1021px) {
    #switch{
        display: block;
        height: auto;
    }
    a#btnPC{
        display: none;
    }
    a#btnSP{
        position: fixed;
        display: block!important;
        width: 300px;
        height: auto;
        z-index: 100;
        font-size: 24px;
        padding: 8px;
        text-align: center;
        border-radius: 22px;
        background: #1B4898;
        border:solid 2px #fff;
        box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
        color: #fff;
        text-decoration: none;
        bottom: 40px;
        left: 15px;
    }
}
@media screen and (min-width: 1023px) {
    #switch{
        display: none;
        height: 0;
    }
    a#btnSP{
        display: none;
    }
    a#btnPC{
        display: none;
    }
}
/*--------------------------------------------------------
★レスポンシブ■ヘッダ部分
--------------------------------------------------------*/
@media screen and (min-width: 641px) {
    .pc_none{
        display: none!important;
    }
}
@media screen and (max-width: 640px) {
    .sp_none{
        display: none!important;
    }

    #gnav,header #lead,header .header_contact,header::before{
        display: none;
    }
    .customize-support #wpadminbar{
        position: fixed;
    }
    
    /* スマホ用メニュー */
    .index #wrapper {
        overflow: hidden;
        min-width: 20pc;
        height: auto;
        height: auto;
        padding: 0;
    }
    #index .pc_menu .wrapper, .pc_menu .wrapper{
        padding-left: 0;
    }
    .drawer .contents {
        transition: transform 0.6s;
    }
    .drawer #navTgl:checked~.contents {
        transform: translateX(-250px);
    }
    .index #navTgl {
        display: none;
        overflow: hidden;
    }
    .drawer .open{
        cursor: pointer;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 101;
        transition: background-color 0.6s,transform 0.6s;
    }
    .drawer .close {
        cursor: pointer;
        position: fixed;
        top: 0;
        right: 0;
        pointer-events: none;
        z-index: 1;
        width: 100%;
        height: 100%;
        transition: background-color 0.6s;
    }
    .index #navTgl:checked+.open {
        transform: translateX(-250px);
    }
    .drawer #navTgl:checked~.close {
        pointer-events: auto;
        background-color: rgba(0,0,0,.3);
        z-index: 10;
    }
    .menu{
        position: fixed;
        overflow: auto;
        top: 0;
        right: 0;
        width: 250px;
        height: 100%;
        padding: 10px;
        background-color: #F2F4F7;
        transform: translateX(100%);
        transition: transform 0.6s;
        box-sizing: border-box;
        z-index: 10;
    }
    .index #navTgl:checked~.menu {
        transform: translateX(0);
    }
    .menu li a{
        position: relative;
        color: #1B4898
    }
    .menu li a.arrow_d:after{
        content: "＞";
        position: absolute;
        display: block;
        font-size: 10px;
        height: 10px;
        top: 0;
        right: 1.5em;
        bottom: 0;
        margin: auto 0;
        transform: rotate(90deg);
    }
    .menu ul{
        padding: 0;
    }
    .menu li{
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,.4);
        font-size: 0.9em;
        line-height: 1.4;
    }
    .menu li a{
        display: block;
        padding: 1em 2em .9em;
        text-decoration: none;
        transition: background-color 0.6s;
    }
    .menu .gsst_a{
        padding: 0!important;
    }
    .menu li a .en{
        position: relative;
        display: block;
        font-size: .5em;
    }
    .menu li a:hover {
        color: #FFF;
        background-color: #1B4898;
    }
    .menu li a:hover span{
        color: #FFF;
    }
    .menu li ul{
        background: #1B4898;
    }
    .menu li ul li:last-child{
        border-bottom: 0;
    }
    .drawer .open{
        color: #fff;
        background-color:#1B4898;
        width: 50px;
        height: 50px;
        font-size: 2em;
        text-align: center;
        line-height: 35px;
    }
    #sp_tell,#sp_mail{
        width: 70px;
        height: 50px;
        position:absolute;
        text-align: center;
        z-index: 10;
        letter-spacing: 0;
        top: 0;
    }
    #sp_mail{
        background: #008AD2 url(../images/mail_w.svg) no-repeat top 14px center/21px auto;
        right: 50px;
    }
    #sp_tell{
        background: #28a8ea url(../images/tell_w.svg) no-repeat top 8px center/14px auto;
        right: 120px;
        width: 50px;
    }
    .drawer .open .text,#sp_tell span,#sp_mail span{
        position: absolute;
        line-height: 1;
        letter-spacing: 0;
        bottom: 5px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 1rem;
        color: #fff;
    }
    
    /* swiper */
    .slider1 .slider1_1{
        width: auto;
    }
    .slider1 .slider1_1 .title {
        font-size: 3.6rem;
        line-height: 1.4;
        padding: 1% 2%;
    }
    .slider1 .slider1_1 .title:first-of-type {
        margin-bottom: 10px;
    }
    .slider1 .slider1_1 .box {
        padding: 20% 0 10%;
    }
    .slider1 .slider1_1 .text {
        font-size: 1.8rem;
        margin-top: 14px;
    }
    .slider1 .slider1_1 .pict{
        top: 30px;
        width: 70%;
        height: 37vw;
        overflow: hidden;
    }
    .slider1 .slider1_1 .en{
        top: 156px;
        left: 200px;
        width: 100px;
    }
    header {
        padding-top: 50px;
    }
    header .wrapper>div {
        margin-bottom: 0;
        padding: 0;
    }
    header .pc_menu{
        position: fixed;
        padding-top: 0;
        padding-bottom: 0;
    }
    header #header_logo{
        display: block;
    }
    header #header_logo a{
        height: 40px;
        margin: 5px 0;
        max-width: 290px;
        width: 62%;
    }
    /*fix memu*/
    .fixed header #header_logo a{
        width: 145px;
        height: 34px;
    }
}


/*--------------------------------------------------------
★レスポンシブ■コンテンツ部分
--------------------------------------------------------*/
@media screen and (max-width: 640px) {
    html{
        max-width: 640px;
        width: 100%;
        text-size-adjust: 100%!important;
    }
    body {
        max-width: 640px;
        min-width: 320px;
        width: 100%;

        box-shadow: none;
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: .06em;
        text-size-adjust: 100%!important;
        top: 0!important;
    }
    /* layout
    ------------------------------ */
    .wrapper{
        max-width: 640px;
        width: 90%!important;
        padding: 0 5%;
    }
    .contents {
        padding-top: 50px;
    }
    /* Common
    ------------------------------ */
    .fl_l,.fl_r{
        float: none;
    }
    .float::before,
    .float::after{
        content: " ";
        display: block;
        clear: both;
    }
    h2 {
        font-size: 2.6rem;
        line-height: 1.5;
    }
    h3 {
        font-size: 2.2rem;
    }
    h2+p {
        text-align: left;
    }
    th,td {
        display: block;
        width: 100%;
    }
    th{
        padding: 2% 4%;
    }
    td{
        padding: 4% 4%;
    }
    dt, dd {
        width: 100%;
        float: none;
        padding: 0 2% 3%;
        margin-bottom: 4%;
    }
    dt{
        text-align: left;
    }
    dd::after{
        content: none;
    }
    dt:last-of-type, dd:last-of-type {
        margin-bottom: 4%;
    }
    .sp_line{
        display: inline-block;
    }
    .btn,.btn_w{
        padding: 20px 28px;
    }
    .dot_list li{
        line-height: 1.5;
        margin-bottom: 8px;
    }
    .dot_list li:before{
        top: 5px;
    }
    .dot_list li:last-of-type{
        margin-bottom: 0;
    }
    /* index
    ------------------------------ */
    #index_business .list {
        width: auto;
        margin-bottom: 8%;
    }
    #index_business .list>li h3{
        padding-left: 24px;
        line-height: 1.5;
    }
    #index_business .list li span{
        margin-top: 6px;
    }
    #index_business .list>li a{
        padding: 5%;
        background:none;
        margin-bottom: 6%;
    }
    #index_business .list>li:nth-of-type(odd) a {
        padding-right: 5%;
        background: none;
    }
    #index_business .list>li:nth-of-type(even) a {
        padding-left: 5%;
        background: none;
    }
    #index_business,#index_flow{
        padding: 15% 0;
    }
    #index_flow ol {
        width: auto;
    }
    #index_flow li{
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10%;
    }
    #index_flow li:nth-of-type(2n){
        margin-right: 0;
    }
    #index_flow h3{
        margin-top: 2%;
        margin-bottom: 3%;
    }
    #index_flow h3::after{
        content: none;
    }
    #index_flow .pict {
        width: 160px;
        height: 160px;
    }
    #index_flow .num{
        font-size: 3rem;
    }
    #index article #index_flow .outset{
        margin-bottom: 8%;
    }
    #index_about{
        padding-top: 200px;
    }
    #index_about::after{
        height: 200px;
    }
    .iphone #index_about,
    .ipad #index_about{
        padding-top:0;
    }
    .iphone #index_about::after,
    .ipad #index_about::after{
        display: none;
    }
    #index_about .in_box{
        min-width: auto;
        padding: 230px 0 6%;
    }
    #index_about .in_box::before{
        width: 100%;
        transform: skewX(0deg);
        min-width: auto;
        margin-left: 0;
    }
    #index_about .in_box::after{
        top:0;
        bottom: auto;
        width: 100%;
        height: 200px;
        z-index: 1;
        min-width: auto;
    }
    #bottom_bnr {
        padding: 15% 0;
    }
    #bottom_bnr .contact_box .fl_l{
        margin-left: 62px;
        margin-top: 0;
    }
    #bottom_bnr .contact_box .fl_l::before, #contact01 .bg_g::before,#thanks01 .bg_g::before{
        width: 50px;
        height: 50px;
        background-size: 16px auto;
        background-position: top 11px center;
        bottom: auto;
        top: -7px;
    }
    #bottom_bnr .contact_box .num, #contact01 .bg_g .num,#thanks01 .bg_g .num{
        font-size: 2.8rem;
        line-height: 1.2;
    }
    #bottom_bnr .contact_box .time{
        line-height: 1.4;
    }
    #bottom_bnr .contact_box .fl_r a{
        width: auto;
        padding: 4%;
        margin-top: 4%;
    }
    #bottom_bnr .contact_box h2 .dot{
        display: none;
    }
    #bottom_bnr .recruit_box {
        width: auto;
        background-position: top center;
        padding-top: 28%;
    }
    #bottom_bnr .contact_box {
        padding: 5%;
        width: auto;
    }
    #bottom_bnr .contact_box h2{
        margin-bottom: 6%;
        padding-bottom: 4%;
        font-size:2.4rem;
        text-align: center;
    }
    #bottom_bnr .recruit_box div {
        margin-left: 0;
        padding: 4% 6%;
    }
    #bottom_bnr .recruit_box p{
        font-size: 2.4rem;
    }
    /* sub common
    ------------------------------ */
    .sub .main_contents section {
        padding-bottom: 20%;
    }
    .sub h3{
        margin-bottom: 8%;
        padding-left: 6%;
    }
    .main_title{
        height: 35vw;
        max-height: 180px;
        margin-bottom: 80px;
        padding: 0;
    }
    .main_title .wrapper {
        position: absolute;
        padding-left: 5%;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
        bottom: -63px;
    }
    .main_title .en{
        margin: auto;
        text-align: center;
    }
    .main_title::before{
        min-width: auto;
        margin-left: 0;
        width: 100%;
        transform: skewX(0deg);
        height: 80px;
        bottom: -80px;
        top: auto;
    }
    .main_title::after{
        width: 100%;
        min-width: auto;
    }
    .title_line{
        line-height: 1.6;
    }
    .title_line::after{
        margin-top: 14px;
        margin-bottom: 6%;
    }
    /* business
    ------------------------------ */
    #business01 .fl_l, #business02 .fl_l, #business03 .fl_l{
        width: auto;
    }
    #business01 .fl_r, #business02 .fl_r, #business03 .fl_r{
        margin-bottom: 6%;
    }
    #business01 .list01>li, #business03 .list01>li,
    #business02 .list01>li{
        margin-right: 0;
        margin-bottom: 4%;
        width: 100%;
        min-height: auto;
        padding: 6%;
    }
    #business01 .list01>li:nth-last-of-type(3),
    #business01 .list01>li:nth-last-of-type(2),
    #business01 .list01>li:last-of-type,
    #business01 .list01>li h4, #business03 .list01>li h4 {
        margin-bottom: 4%;
    }
    #business02 .list01 h4, #business02 .box h4,#business02 .box h4{
        margin-bottom: 6px;
    }
    #business02 .box{
        margin-top: 0;
        padding: 6%;
    }
    #business02 .list02>li:nth-last-of-type(2){
        margin-bottom: 1em;
    }
    #business02 .list02>li {
        width: 48%;
        margin-right: 4%;
    }
    #business02 .list02>li:nth-of-type(3n){
        margin-right: 4%;
    }
    #business02 .list02>li:nth-of-type(2n){
        margin-right: 0;
    }
    /* company
    ------------------------------ */
    #company01 .fl_l{
        width:auto;
    }
    #company01 .fl_r{
        width: 200px;
        margin:0 auto 6%;
    }
    #company03 dt{
        text-align: left;
    }
    /* recruit
    ------------------------------ */
    #business01::before, #business02::before, #business03::before{
        margin-top: -70px;
        padding-top: 70px;
    }
    #recruit01 .fl_l{
        width:auto;
    }
    #recruit01 .fl_r{
        margin-bottom: 6%;
    }
    #recruit02 .pict_list li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    #recruit02 .pict_list li:nth-of-type(3n){
        margin-right: 2%;
    }
    #recruit02 .pict_list li:nth-of-type(2n){
        margin-right: 0;
    }
    #recruit02 .btn {
        margin-top: 8%;
    }
    #recruit03 .partner{
        width: 90%;
        padding: 10% 6% 36%;
    }
    #recruit03 .partner::after{
        width: 92%;
        max-height: none;
    }
    #recruit03 .partner h2 span{
        display: inline-block;
    }
    
    /* contact
    ------------------------------ */
    #contact01 .bg_g,#thanks01 .bg_g{
        width: auto;
        padding: 6% 4%;
        text-align: center;
        display: block;
    }
    #contact01 .bg_g::before,#thanks01 .bg_g::before{
        margin-bottom: 10px;
        position: initial;
    }
    #contact01 .time{
        line-height: 1.4;
    }
    #contact02 ol .num_text{
        margin-bottom: 4px;
        line-height: 1.6;
    }
    #contact02 ol {
        text-align: left;
        margin-bottom: 8%;
        margin-top: 1em;
    }
    #contact02 #privacy_policy{
        padding: 6%;
    }
    #mailformpro th, #mailformpro td{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #mailformpro .must{
        top:12px;
    }
    #mailformpro .address input:first-of-type{
        width: 40%;
    }
    #contact02 #privacy_policy h4 {
        font-size: 2.2rem;
        line-height: 1.6;
    }
    /* thanks
    ------------------------------ */
    #thanks01 .bg_g{
       
    }
    /* Footer
    ------------------------------ */
    footer .text {
        width: auto;
    }
    footer{
        padding: 20% 0 100px;
    }
    #index footer .wrapper,footer .wrapper {
        margin-bottom: 6%;
    }
    footer .logo_w{
        width: 100%;
        height: 45px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    footer .text {
        margin-right: 0;
    }
    footer .footer_menu{
        display: none;
    }
    #copyright{
        font-size: 1.4rem;
        padding:20px 5%;
    }
    #bottom_contact{
        display: none;
    }
    
    #breadcrumb{
        margin-bottom: 10%;
    }
    /* Page Top
    ------------------------------ */
    .pagetop{
        bottom:20px;
        right: 20px;
    }
}
@media screen and (max-width: 500px) {
    .slider1 .slider1_1 .title{
        font-size: 8vw;
    }
    .slider1 .slider1_1 .en{
        display: none;
    }
    header #header_logo a{
        width: 58%;
    }
    #business02 .list02>li {
        width: 100%;
        margin-right: 0%;
    }
}
@media screen and (max-width: 400px) {
    #bottom_bnr .contact_box h2{
        font-size: 6.3vw;
    }
    #bottom_bnr .contact_box .fl_l::before{
        margin-bottom: 10px;
        position: initial;
    }
    #bottom_bnr .contact_box .fl_l {
        margin-left: 0;
        text-align: center;
    }
    #bottom_bnr .contact_box .fl_r a{
        font-size: 5vw;
    }
    #bottom_bnr .contact_box .fl_r a::before{
        display: block;
        margin: auto;
    }
    #index_flow li {
        width: auto;
        margin-right: 0;
    }
    #recruit02 .pict_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
        max-height: 180px;
        overflow: hidden;
    }
    header #header_logo a{
        width: 53%;
    }
    .drawer .open .text, #sp_tell span, #sp_mail span{
        display: none;
    }
    #sp_mail{
        width: 50px;
        background-size: 22px auto;
        background-position: center;
    }
    #sp_tell{
        right: 100px;
        background-size: 16px auto;
        background-position: top 11px center;
    }
    .drawer .open{
        line-height: 1.4;
    }
}