@charset "UTF-8";

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

.home_mainimg_copy{
    font-size: 5.0rem;
    width: 700px;
}
}


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

.company_greeting > figure.spNone img{
    margin-left: -100px;
}

}



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

    .spNone {
        display: none;
    }

    .pcNone{
        display: block;
    }

/* cmn_maxbox */
.cmn_maxbox_700,
.cmn_maxbox_750,
.cmn_maxbox_800,
.cmn_maxbox,
.cmn_maxbox_1200,
.cmn_maxbox_1400{
    padding-left: 3%;
    padding-right: 3%;
}

/* cmn ///////////////////////////////////// */

/* header */
.header_infobar,
#sticky_header .header_infobar{
    height: 60px;
    padding-left: 3%;
}

.header_logo{
    padding-top: 0;
    margin-bottom: 0;
    height: 100%;  
    display: flex;
    align-items: center;
}

/* footer */

.footer_top_right ul li{
    width: 33%;
}

/* cmn_tit */

.cmn_tit_1st h2,
.cmn_tit_1st h4{
    padding-left: 20px;
}

.cmn_tit_1st::before{
    width: calc( 3% + 10px);
    left: 0px;
}

/* cmn_partners */

.partner_ominami > a > div{
    padding-left: 0;
    padding-right: 0;
}

.partner_ominami > a > div > h3::before{
    width: calc((94vw - 700px) /2);
    left: calc((-94vw + 700px) /2);
}

/* home ///////////////////////////////////// */

.home_point .bg_blue{
    padding-left: 3%;
    padding-right: 50px;
}

.home_point:nth-of-type(2) .bg_blue{
    padding-right: 3%;
    padding-left: 50px;
}

.home_contact > div{
    justify-content: space-around;
}

.home_contact > div p{
    width: 100%;
    text-align: center;
}

/* equipments ///////////////////////////////////// */

.equipments_list .equipments_item > div{
    padding-left: 75px;
    padding-right: 75px;
}

.equipments_list .equipments_item > figure{
    height: 300px;
}

/* company ///////////////////////////////////// */

.company_greeting{
    padding: 50px 3% 0;
}

.company_greeting > figure.pcNone{
    width: 250px;
    height: 250px;
    margin: 0 auto 30px;
}

.company_greeting > div{
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
}

.company_greeting > div > .fs28{
    text-align: center;
}

.company_history_content dl > div > dt{
    width: 200px;
    padding-left: 3%;
}

.company_history_content dl > div > dt::before{
    width: 50px;
}

.company_history_content dl > div > dd{
    width: 100%;
    padding-right: 3%;
}

/* oominamitekkou ///////////////////////////////////// */

.ot_body header{
    padding: 0 3%;
}

.ot_body header > h1{
    padding-top: 20px;
}

.ot_nav > div{
    display: block;
}

.ot_nav > div ul{
    justify-content: center;
}

.ot_service_item > div{
    padding-left: 3%;
}

.ot_service_item:nth-of-type(2n) > div{
    padding-right: 3%;
}

.ot_service_item > div > span{
    transform: translateX(0);
}

.ot_service_item:nth-of-type(2n) > div > span{
    transform: translateX(0);
    right: 3%;
}

.ot_equipments_content{
    padding-right: 50px;
}

.ot_contact .cmn_tit_1st::before {
    left: 0;
}

.ot_contact_link{
    padding-top: 50px;
    padding-bottom: 50px;
}

.ot_contact_link > div{
    display: block;
}

.ot_contact_link .cmn_btn a{
    margin: 30px auto 0;
}


}




















@media (max-width: 800px) {
    .spNone2 {
        display: none;
    }

    .pcNone2{
        display: block;
    }
    
/* font-size */

.fs16{
    font-size: 1.5rem;
}

.fs18{
    font-size: 1.7rem;
}

.fs20{
    font-size: 1.9rem;
}

.fs22{
    font-size: 2.0rem;
}

.fs24{
    font-size: 2.2rem;
}

.fs28{
    font-size: 2.5rem;
}

.fs30{
    font-size: 2.7rem;
}

.fs32{
    font-size: 2.8rem;
}

.fs34{
    font-size: 3.0rem;
}

.fs36{
    font-size: 3.1rem;
}

.fs40{
    font-size: 3.0rem;
}

.fs42{
    font-size: 3.6rem;
}

.fs45{
    font-size: 3.8rem;
}

.fs48{
    font-size: 4.0rem;
}

.fs60{
    font-size: 5.0rem;
}

/* box_inner */

.cmn_boxinner_50{
    padding-top: 40px;
    padding-bottom: 40px;
}

.cmn_boxinner_80{
    padding-top: 65px;
    padding-bottom: 65px;
}

.cmn_boxinner_100{
    padding-top: 80px;
    padding-bottom: 80px;
}

/* box_outer */

.cmn_boxouter_50{
    margin-top: 40px;
    margin-bottom: 40px;
}


.cmn_boxouter_80{
    margin-top: 65px;
    margin-bottom: 65px;
}


.cmn_boxouter_100{
    margin-top: 80px;
    margin-bottom: 80px;
}

/* padding */

.pt50{
    padding-top: 40px;
}

.pt80{
    padding-top: 65px;
}

.pt100{
    padding-top: 80px;
}

.pb50{
    padding-bottom: 40px;
}

.pb80{
    padding-bottom: 65px;
}

.pb100{
    padding-bottom: 80px;
}

/* margin */

.mt50{
    margin-top: 40px;
}

.mt80{
    margin-top: 65px;
}

.mt100{
    margin-top: 80px;
}

.mb50{
    margin-bottom: 40px;
}

.mb80{
    margin-bottom: 65px;
}

.mb100{
    margin-bottom: 80px;
}

/* cmn ///////////////////////////////////// */

/* header */

.header_logo{
    width: 300px;
}

.header_modalmenu_areainner figure{
    width: 300px;
}

/* footer */
.footer_top > div{
    display: block;
}

.footer_top_left{
    width: 100%;
}

.footer_top_left figure{
    width: 300px;
    margin: 0 auto 20px;
}

.footer_top_left p{
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
}

.footer_top_right{
    width: 100%;
}

.footer_top_right ul{
    display: none;
}

.footer_top_right p{
    text-align: center;
}

/* cmn_tit */

.cmn_tit_1st::before{
    top: 11px;
}

/* cmn_dl */

.cmn_dl > div{
    display: block;
}

.cmn_dl > div dt{
    width: 100%;
    padding: 15px 20px 0;
    border-right: none;
    font-weight: 700;
}

.cmn_dl.orange > div dt{
    border-right: none;
}

.cmn_dl > div dd{
    width: 100%;
    padding: 15px 20px;
}


/* home ///////////////////////////////////// */

/* home_point */

.home_point,
.home_point > div{
    padding-top: 0px;
}

.home_point .bg_blue,
.home_point:nth-of-type(2) .bg_blue{
    width: 100%;
    padding: 50px 3%;
    position: relative;
    min-height: auto;
    top: 0;
}

.home_point figure,
.home_point:nth-of-type(2) figure{
    width: 100%;
    height: 300px;
    position: relative;
}

.home_point .bg_logo_a::after,
.home_point .bg_logo_b::before{
    width: 200px;
    height: 166px;
}

/* home_service */

.home_service_contents > div{
    width: 48.5%;
}

.home_service_contents > div > div{
    width: 200px;
    height: 80px;
    padding: 10px 10px 0;
}

.home_service_contents > div > div::before{
    border-width: 80px 40px 0 0;
    right: -40px;
}

/* home_contact */
.home_contact{
    text-align: center;
}

.home_contact > div{
    display: block;
    padding: 20px 0;
}

.home_contact > div p{
    margin-bottom: 10px;
}

.home_contact > div > a{
    display: block;
    margin-bottom: 20px;
}

.home_contact > div > .cmn_btn > a{
    margin: 0 auto;
}

/* cmn_partners */

.partner_ominami > a > div > h3::before{
    width: 20px;
    left: -20px;
}

/* service ///////////////////////////////////// */

.service_monophoto figure{
    height: 350px;
}

.service_contents ul li{
    width: 48.5%;
}

/* equipments ///////////////////////////////////// */

.equipments_list .equipments_item > div{
    position: relative;
    padding-left: 3%;
    padding-right: 3%;
    width: 100%;
    bottom: 0;
}

.equipments_list .equipments_item > figure{
    width: 100%;
}

/* company ///////////////////////////////////// */

.company_philosophy .bg_logo_b::before{
    width: 200px;
    height: 165px;
    top: 50%;
    transform: translateY(-50%);
}
    
.company_philosophy > div{
   min-height: 200px;
}

.company_history_content dl > div{
    display: block;
}

.company_history_content dl > div > dt{
    width: 100%;
    background-color: rgba(255,255,255,.8);
    color: #333333;
    font-weight: 700;
    padding: 15px 3% 0;
}

.company_history_content dl > div > dt::before{
    content: none;
}

.company_history_content dl > div > dd{
    padding: 15px 3%;
}

.company_history_content dl > div:first-of-type > dd{
    padding-top: 15px;
}

.company_history_content dl > div:last-of-type > dt{
    padding-bottom: 0;
}

.company_tobadock_mainimg > figure{
    height: 400px;
}

.company_tobadock_mainimg > div{
    width: 330px;
    padding-left: 3%;
}

.company_tobadock_mainimg > div::before{
    border-width: 100px 50px 0 0;
    left: 330px;
}

.company_tobadock_mainimg > div > h2{
    line-height: 100px;
}

/* recruit ///////////////////////////////////// */

.recruit_top2col_inner.recruit_top2col_inner {
    position: static;
    flex-wrap: wrap;
    margin-top: 0px;
}

.recruit_top2col_inner > figure {
    position: static;
    width: 100%;
    text-align: center;
}

.recruit_top2col_inner > figure img {
    /* max-width: 500px; */
}

.recruit_top2col_inner > div {
    order: 1;
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    height: auto;
}

.recruit_top2col_inner:nth-of-type(2n-1) > div {
    right: auto;
    bottom: auto;
    padding-left: 10%;
    padding-right: 10%;
}

.recruit_top2col_inner:nth-of-type(2n) > div {
    left: auto;
    top: auto;
    padding-left: 10%;
    padding-right: 10%;
}

.recruit_top2col_inner .bg_triangle_rb::after{
    border-width: 0 0 100px 50px;
}

.recruit_top2col_inner .bg_triangle_lt::before{
    border-width: 100px 50px 0 0;
}

/* contact ///////////////////////////////////// */

/* contact_form */

.contact_body .cmn_dl > div dt{
    width: 100%;
    font-weight: bold;
}

.contact_body .cmn_dl > div dd{
    width: 100%;
}

.required {
    position: relative;
    margin-left: 30px;
    top: 10px;
    right: 0;
}



/* oominamitekkou ///////////////////////////////////// */

.ot_mainimg{
    height: 400px;
}

.ot_nav > div ul{
    padding: 10px 3%;
}

.ot_service_item{
    display: block;
}

.ot_service_item > div,
.ot_service_item:nth-of-type(2n) > div{
    width: 100%;
    max-width: none;
    padding: 0 3% 20px;
    height: auto;
}

.ot_service_item > div > span{
    font-size: 30px;
    margin-bottom: 10px;
}

.ot_service_item:nth-of-type(2n) > div > span{
    position: relative;
    right: auto;
    margin-bottom: 10px;
}

.ot_service_item:nth-of-type(2n) > div > h3{
    padding-left: 0;
}

.ot_service_item > div > h3::after{
    content: none;
}

.ot_service_item > figure{
    width: 100%;
    padding: 0 3% 30px;
    box-sizing: border-box;
    height: 300px;
}

.ot_service_item:nth-of-type(2n) > figure{
    padding-bottom: 0;
}

.ot_works_content ul{
    display: block;
}

.ot_works_content ul li{
    width: 100%;
}

.ot_works_content ul li figure{
    height: 300px;
}

.ot_equipments_title{
    margin-top: 40px;
    margin-bottom: 50px;
}

.ot_equipments_img{
    height: 300px;
    top: 80px;
}

.ot_company_greeting > .bg_orange{
    position: relative;
    width: 94%;
    margin: 0 auto;
}

.ot_company_greeting > .bg_orange > div > div{
    margin-top: 70px;
    width: 100%;
    padding: 20px 0;
}

.ot_company_greeting > .bg_orange > div > div > h4{
    top: -40px;
}

.ot_company_greeting > .cmn_maxbox > figure{
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

.ot_contact .cmn_tit_1st::before {
    width: calc( (100vw - 380px) / 2 );
}


}
























@media (max-width: 560px) {
    .spNone3 {
        display: none;
    }

    .pcNone3{
        display: block;
    }

/* font-size */

.fs18{
    font-size: 1.6rem;
}

.fs20{
    font-size: 1.8rem;
}

.fs22{
    font-size: 1.9rem;
}

.fs24{
    font-size: 2.0rem;
}

.fs28{
    font-size: 2.2rem;
}

.fs30{
    font-size: 2.3rem;
}

.fs32{
    font-size: 2.4rem;
}

.fs34{
    font-size: 2.6rem;
}

.fs36{
    font-size: 2.6rem;
}

.fs40{
    font-size: 2.8rem;
}

.fs42{
    font-size: 3.0rem;
}

.fs45{
    font-size: 3.1rem;
}

.fs48{
    font-size: 3.2rem;
}

.fs60{
    font-size: 4.0rem;
}


/* box_inner */

.cmn_boxinner_50{
    padding-top: 30px;
    padding-bottom: 30px;
}

.cmn_boxinner_80{
    padding-top: 50px;
    padding-bottom: 50px;
}

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

/* box_outer */

.cmn_boxouter_50{
    margin-top: 30px;
    margin-bottom: 30px;
}


.cmn_boxouter_80{
    margin-top: 50px;
    margin-bottom: 50px;
}


.cmn_boxouter_100{
    margin-top: 60px;
    margin-bottom: 60px;
}

/* padding */

.pt50{
    padding-top: 30px;
}

.pt80{
    padding-top: 50px;
}

.pt100{
    padding-top: 60px;
}

.pb50{
    padding-bottom: 30px;
}

.pb80{
    padding-bottom: 50px;
}

.pb100{
    padding-bottom: 60px;
}

/* margin */

.mt50{
    margin-top: 30px;
}

.mt80{
    margin-top: 50px;
}

.mt100{
    margin-top: 60px;
}

.mb50{
    margin-bottom: 30px;
}

.mb80{
    margin-bottom: 50px;
}

.mb100{
    margin-bottom: 60px;
}

/* cmn ///////////////////////////////////// */

/* header */

.header_logo{
    width: 250px;
}

.header_modalmenu_areainner figure{
    width: 250px;
}

/* footer */

.footer_top_left figure{
    width: 250px;
    margin: 0 auto 20px 0;
}

.footer_top_left p{
    text-align: left;
}

.footer_top_right p{
    text-align: left;
}

/* cmn_tit */

.cmn_tit_1st::before{
    top: 10px;
}

/* cmn_dl */

.cmn_dl > div dt{
    padding: 10px 10px 0;
}

.cmn_dl > div dd{
    padding: 10px;
}



/* home ///////////////////////////////////// */

/* home_point */

.home_point{
    padding-top: 0px;
}

.home_point .bg_blue,
.home_point:nth-of-type(2) .bg_blue{
    padding: 30px 3%;
}

.home_point figure,
.home_point:nth-of-type(2) figure{
    height: 200px;
}

.home_point .bg_logo_a::after,
.home_point .bg_logo_b::before{
    width: 100px;
    height: 83px;
}

.home_point .bg_logo_b:before{
    right: 105px;
}

/* home_service */

.home_service_contents{
    display: block;
}

.home_service_contents > div{
    width: 100%;
    margin-bottom: 20px;
}

.home_service_contents > div:last-of-type{
    margin-bottom: 0;
}

/* home_others */

.home_others{
    display: block;
}

.home_others > div{
    width: 100%;
}

.home_others > div:nth-of-type(2n-1){
    border-right: none;
}

.home_others > div > a figure{
    height: 200px;
}
/* service ///////////////////////////////////// */

.service_monophoto figure{
    height: 300px;
}

.service_copy .fs15{
    text-align: left;
}

.service_contents ul li h4{
    height: 40px;
    padding: 5px 20px 0;
}

.service_contents ul li h4::before {
    border-width: 40px 20px 0 0;
    right: -20px;
}

/* equipments ///////////////////////////////////// */

.equipments_list .equipments_item > figure{
    height: 200px;
} 

/* company ///////////////////////////////////// */

.company_greeting > div > .fs28{
    line-height: 1.3;
}

.company_philosophy > div > p.sptal{
    text-align: left;
}

.company_philosophy > div > figure{
    width: 200px;
}

.company_philosophy .bg_logo_b::before{
    left: 10px;
}

.company_history_content dl > div > dt{
    padding-top: 10px;
}

.company_history_content dl > div > dd{
    padding: 10px 3%;
}

.company_map > iframe{
    height: 100vh;
}

.company_tobadock_mainimg > figure{
    height: 300px;
}

.company_tobadock_mainimg > div{
    width: 280px;
}

.company_tobadock_mainimg > div::before{
    border-width: 100px 50px 0 0;
    left: 280px;
}

.company_tobadock_mainimg > div > h2{
    line-height: 100px;
}




/* aaa ///////////////////////////////////// */



/* contact ///////////////////////////////////// */

/* contact_form */

.contact_form dl .select_box{
    width: 100%;
}

.contact_form dl select{
    padding: 0 10px;
}

.contact_form dl input{
    padding: 0 10px;
}

.contact_form dl .input01,
.contact_form dl .input02,
.contact_form dl .input03{
    width: 100%;
}

.reenter{
    display: block;
    text-align: right;
}

.contact_form dl textarea{
    padding: 10px;
}

/* oominamitekkou ///////////////////////////////////// */

.ot_mainimg{
    height: 350px;
}

.ot_service_item > figure{
    height: 200px;
}

.ot_works_content ul li figure{
    height: 200px;
}

.ot_equipments_title{
    margin-top: 0;
    margin-bottom: 30px;
}

.ot_equipments_img{
    position: relative;
    top: 0px;
    width: 94%;
    height: 200px;
    margin: 0 auto;
}

.ot_equipments_content{
    width: 94%;
    padding: 20px 3%;
    margin: 0 auto;
}

.ot_contact .cmn_tit_1st::before {
    width: calc( (100vw - 335px) / 2 );
}

.ot_contact_link{
    padding-top: 30px;
    padding-bottom: 30px;
}

.ot_contact_link .cmn_btn a{
    margin: 20px auto 0;
}


}



