@charset"utf-8";
/*共通パーツ*/
.honbun{
    margin-bottom: 20px;
}
.inner.w955{
    width: 955px;
}
.content_wrap{
    margin-top: 80px;
}
h2{
    font-size: 2.6rem;
    font-weight: 800;
    color: #154c8d;
    line-height: 1.8;
    margin-bottom: 13px;
}
h2.normal{
    font-size: 3rem;
    text-align: center;
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 46px;
}
h2.normal:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #154c8d;
  border-radius: 2px;
}
.sec{
    margin-top: 80px;
}
.sec1{
    margin-top: 0px;
}
main .bg_blue{
    background: #f0f4e6;
    padding: 60px 0;
}
main .timeline dl{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 17px;
}
main .timeline{
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
}
main .timeline:after{
    position: absolute;
    background: #00b1c738;
    width: 3px;
    content: "";
    height: 100%;
    top: 0;
    left: 4px;
}
main .timeline dt{
    font-weight: 800;
    width: 170px;
}
main .timeline dt .maru{
    margin-right: 9px;
    color: #00b1c7;
    font-size: 1rem;
}
/*ポイント*/
main .point{
    background: #f5f5f5;
    padding: 30px 30px 10px;
    margin-top: 25px;
}
main .point .num{
    font-size: 3rem;
    font-weight: 600;
    margin-right: 20px;
    color: #154c8d;
}
main .point .txt h3{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
}
main .point .txt{
    flex: 1;
}
main .point:last-child{
    margin-bottom: 0px;
}
.page .sec .obi{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #fff;
    background: #154c8d;
    padding: 6px 10px;
    margin-top: 20px;   
}
.page .sec .sc_list li{
    position: relative;
    padding-left: 16px;
    margin-bottom: 5px;
}
.page .sec .sc_list li:before{
    position: absolute;
    content: "■";
    top: 0;
    left: 0;
    color: #00b1c7;
    font-size: 0.5rem;
}
/*フッターメニュー*/
body.page footer .contact_btnL{
    display: none;
}
.footer_link{
    margin-top: 100px;
    background: #154c8d;
    color: #fff;
    padding: 50px 0 70px;
}
.footer_link li{
    background: #fff;
    width: 23%;
    text-align: center;
}
.footer_link li a{
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    font-weight: 800;
    padding: 17px;
}    
.footer_link li.on a{
     background: #00b1c7;
    color: #fff;   
}
.footer_link h3{
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
}
/*パンくず*/
main .bread {
    margin-top: 20px;
}
main .bread .flex{
    justify-content: flex-start;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1;
}
main .bread a{
    color: #b3b3b3;
    font-size: 1.4rem;
    line-height: 1;
}
main .bread .on{
    color: #494949;    
}
/*MV*/
.mv{
    width: 100%;
    height: 300px;
    position: relative;
}
.mv .icon{
}
.mv .inner{
    background: #154c8d;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 30px 20px;
}
.mv .inner .in_bg{
    width: 362px;
    position: relative;
    margin: 0 auto;
}
.mv .inner .in_bg .icon{
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.mv h1{
    font-size: 3rem;
    text-align: center;
    line-height: 1;  
}
.mv h1 span{
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-bottom: 16px;
}
body.page .mv{
    background-size: cover;
    background-position: center;    
}
.about .mv{
    background-image: url("/corp/about/img/mv.png");
}
.outline .mv{
    background-image: url("/corp/about/outline/img/mv.jpg");
}
.strengths .mv{
    background-image: url("/corp/about/strengths/img/mv.jpg");
}
#business.index .mv{
    background-image: url("/corp/business/img/mv.jpg");
}
#business.rental .mv{
    background-image: url("/corp/business/rental/img/mv.jpg");
    background-position: right;
}
#business.tent .mv{
    background-image: url("/corp/business/tent/img/mv.jpg");
    background-position: right;
}
#business.web .mv{
    background-image: url("/corp/business/web/img/mv.jpg");
    background-position: right;
}
#access .mv{
    background-image: url("/corp/access/img/mv.jpg");
    background-position: right;
}
#contact .mv{
    background-image: url("/corp/contact/img/mv.jpg");
    background-position: right;
}
.page .mv.simple{
    background-image: url("../img/mv_simple.jpg");
    background-position: center;
}
/*トップメッセージ*/
.about h2{
    font-size: 2.6rem;
    font-weight: 800;
    color: #154c8d;
    line-height: 1.8;
    margin-bottom: 40px;
}
.about .content_wrap{
    background-image: url(/corp/img/vector2.svg);
    background-position: top;
    padding-bottom: 0;
    margin-top: 100px;
    background-repeat: no-repeat;
}
.about .content_wrap .name{    
    text-align: right;
    font-size: 2rem;
    font-weight: 800;
}
footer{
       padding-top: 81px;
}

.ttl_flex{
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}
.ttl_flex h2{
    margin-bottom: 0;
}
/*会社概要・沿革・取得*/
.outline .mv .inner{
    width: 570px;
}
.outline .mv .inner .in_bg{
    width: 100%;
}
/*事業一覧*/
#business.index .sec .box{
    background: #f5f5f5;
    padding: 40px 80px;
    width: 100%;
    margin-left: auto;
    position: relative;
}
#business.index .sec .box:last-child{
    margin-bottom: 0px;
}
#business.index .sec2 h2{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#business.index .sec2 h2:after{
    background: #FFE246;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
}
#business.index .sec2 .flex{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
    width: 955px;
    margin: 0 auto;
}
#business.index .sec .box:nth-child(even){
margin-right: auto;
    margin-left: 0;
    background: #e7e7e7;
}
#business.index .sec .box:nth-child(even) .flex{
        flex-direction: row-reverse;
}
#business.index .sec .box:nth-child(even) .flex img{
margin-left: 50px;
        margin-right: 0;
}
#business.index .sec2 .flex img{
    width: 340px;
    margin-right: 50px;
    position: relative;
    z-index: 2;
}
#business.index .sec2 .flex .txt{
    flex: 1;
    max-width: 726px;
}
#business.index .sec .box .pass2{
    /*position: absolute;
    top: 0;
    left: 0;
    width: 176px;*/
     display: none;
}
#business.index .sec .box .pass{
    /*position: absolute;
    bottom: 0;
    right: 0;
    width: 176px;*/
    display: none;
}
#business.index .sec a.more{
    width: 382px;
    margin-top: 30px;
}
#business.index .sec h3{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.5;
}
.page .jigyo .flex{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.page .jigyo{
    margin-top: 50px;
}
.page .jigyo .flex h3{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 2.6rem;
}
.page .jigyo .flex h3:after {
    background: #FFE246;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
}
.page .jigyo .flex img{
    width: 380px;  
    position: relative;
}
.page .jigyo .flex img:after{
    content: "";
    background: #000;
    position: absolute;
    z-index: -1;
}
.page .jigyo .flex .txt{
    position: relative;
    left: -40px;
    background: #ffffff80;
    padding: 20px 30px;    
}
.page .sec .jigyo .flex.row .txt{
    position: relative;
    right: -40px;
    background: #ffffff80;
    padding: 20px 30px;
    left: unset;  
}
.page .sec .jigyo .flex.row{
    flex-direction: row-reverse;    
}
/*テント事業*/
.tent .sec h3{
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.8;
    text-align: center;
    border-bottom: 1px solid #154c8d;
    padding-bottom: 10px;
    margin-top: 40px;    
}
.tent .sec .honbun{
    padding: 0 20px;
}
.tent .sec .sc_list{
    margin-left: 20px;
}
.tent main .pic_box{
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}
.tent main .pic_box img{
    width: 32%;
    margin-bottom: 17px;
}
/*web事業*/
.web .sec .flex{
    justify-content: space-between;
    align-items: stretch;
}
.web .sec .flex img{
    width: 32%;
    margin-bottom: 17px;
}
.web .sec .flex .box{
    width: 33%;
    margin-top: 6px;
    padding: 30px;
    position: relative;
    background: #f5f5f5;
    padding-bottom: 61px;
}
.web .sec .flex .box.blue{
    background: #e4f4f6;
}
.web .sec .flex h4{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;   
    font-size: 1.8rem;
    margin-top: 15px;
}
.web .sec .flex h4:after{
    background: #FFE246;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    content: "";  
}
.web .sec .flex .box .more_box{
    position: absolute;
    bottom: 0;
    right: 0;
}
.web .sec .flex .box .more{
    font-weight: 600;
    text-align: left;
    border: none;
    border-radius: 0;
    width: 100%;
    margin-top: 56px;
    position: relative;
    background: #ffffff;
    font-size: 1.4rem;
    display: block;
    padding-right: 35px;
    padding-left: 20px;
}
.web .sec .flex .box .more:hover{
    opacity: 1;
    background: #FFE246;
}
.web .sec .flex .box .more:after{
    background-size: 70%;
    top: 57%;
    right: 8px;
    transition: all 0.3s ease 0s;
}
.web .sec .flex:after{
  content:"";
  display: block;
  width:33%;
}
/*アクセス*/
#access .sec .box{
    padding: 30px;
    position: relative;
    background: #f5f5f5;
}
#access .sec .box{
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
#access .sec .box a{
    top: 0;
    right: 0;
    position: absolute;
}
#access .sec .box iframe{
    border: 0;
    width: 100%;
    height:100%;
}
#access .sec .box h3{
    font-size: 2rem;
    margin-bottom: 10px;    
}
#access .sec .box .sc_list{
    margin-top: 10px;
}
#access footer{
    margin-top: 100px;
}
#access .sec .box .txt{
width: 290px;  
}
#access .sec .map{
    flex: 1;
    height: 300px;
    margin-left: 30px;
}
#access .sec .txt .caption{
    font-size: 1.4rem;
    margin-top: 30px;
    line-height: 1.6;
}
/*プライバシー*/
#privacy .sec h3 {
font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.5;
    margin-top: 30px;
    border-bottom: 1px solid #989898;
    padding-bottom: 10px;
}
#privacy  footer{
    margin-top: 100px;
}
#privacy  ol{
    list-style: auto;
    margin-left: 20px;
}
#privacy .name{
    text-align: right;
}
#privacy .bb_bg{
    margin-top: 30px;
        background: #f5f5f5;
    padding: 30px 30px 20px;
}
/*お知らせ*/
#news main h2{
        border-bottom: 1px solid;
}
#news main .news dt .label{
background: #e4f4f6;    
}
#news footer{
    margin-top: 100px;    
}
#news main img.wide{
    margin-top: 20px;
}
#news .img_flex2{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
#news .img_flex2 img{
    width: 48%;
}
#news main .link{
    margin-top: 20px;
    display: inline-block;
}
#news .content_wrap{
    margin-top: 40px;
} 
/*主要取引先*/
.clients .mv{
    background-image: url("/corp/about/clients/img/mv.jpg");
}
.clients main h2 span{
    font-size: 1.7rem;   
}
.clients main .trading-wrap ul{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #f5f5f5;
    padding: 20px;
    padding-left: 0;
}
.clients main .trading-wrap ul li{
    width: 25%;
    margin-bottom: 11px;
}
.clients main .line_ttl{
    margin-top: 23px;
    color: #154c8d;   
}








@media only screen and (max-width: 767px){
    main .read{
        text-align: left!important;
    }
    #business.rental .mv{
        background-position: right -46px bottom;
    }
    #business.tent .mv{
            background-position: right -46px bottom;
    }
    #business.web .mv{
            background-position: right -46px bottom;
    }
    h2{
        font-size: 2rem;
        margin-bottom: 3%;
    }
    h2.normal{
        font-size: 2rem;
        padding-bottom: 0;
        margin-bottom: 35px;
    }
    h2.normal:before{
        width: 32px;
    }
    .honbun{
        margin-bottom: 4%;
    }
    .content_wrap{
        margin-top: 15%!important;
    }
    /*フッターメニュー*/
    .footer_link{
        margin-top: 15%;
        padding: 8% 0;
    }
    .footer_link li{
        width: 100%;
    }
    .footer_link li a{
        padding: 14px;
        margin-bottom: 3%;
    }    
    .footer_link h3{
        text-align: center;
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    /*パンくず*/
    main .bread {
        display: none;
    }
    /*タイムライン*/
    main .timeline dl{
       display: block;
    }
    main .timeline{
        max-width: 100%;
        width:100%;
    }
    main .timeline dd{
        padding-left: 19px;
    }
    /*ポイント*/
    main .point{
        padding: 5%;
        margin-bottom: 5%;
        display: flex;
    }
    main .point .num{
        font-size: 3rem;
        margin-right: 20px;
    }
    main .point .txt h3{
        font-size: 1.8rem;
    }
    /*見出し*/
    .page .sec .obi{
        font-size: 1.7rem; 
    }
    /*MV*/
    .mv{
        width: 100%;
        position: relative;
        margin-top: 69px;
        height: 159px;
    }
    .mv .inner{
        width: 160px;
        background: #154c8dd9;
        padding: 2% 2%;
    }
    #company .mv .inner{
          width: 190px;
    }
    .outline .mv .inner {
         width: 160px;
    }
    .mv .inner .in_bg{
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .mv h1{
        padding: 7px;
        font-size: 1.9rem;
        line-height: 1.3;
    }
    .mv .inner .in_bg .icon{
        width: 60px;
    }
    .mv h1 span{
        font-size: 1.4rem;
    }
    .inner.w955{
        width: 90%;
    }
    .sec{
        margin-top: 15%;
    }
    main .bg_blue{
        padding: 15% 0;
    }
    /*トップメッセージ*/
    .about .content_wrap{
        background-size: cover;
    }
    .about h2{
        font-size: 2rem;
        font-weight: 800;
        line-height: 1.8;
        margin-bottom: 5%;
    }
    .about .content_wrap .name{    
        text-align: right;
        font-size: 1.8rem;
        font-weight: 800;
    }
    .ttl_flex{
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.ttl_flex h2{
    margin-bottom: 0;
}
    .ttl_flex img{
            width: 70px;
    margin: 0 auto ;
    display: block;
    }
    /*事業一覧*/
    #business.index .sec2 .flex{
        width: 100%;
    }
    #business.index .sec2 .flex img{
        width: 80%;
        margin: 0 auto 5%;
        display: block;
    }
    #business.index .sec .box{
        padding: 15% 5%;
    }
    #business.index .sec a.more{
        width: 100%;
    }
    #business.index .sec h3{
        font-size: 1.7rem;
    }
    #business.index .sec .box:nth-child(even) .flex img{
                margin: 0 auto 5%;
    }
    .page .jigyo{
        margin-top: 11%;
    }
    .page .jigyo .flex h3{
        font-size: 2rem;
    }
    .page .jigyo .flex img{
        width: 100%;  
    }
    .page .jigyo .flex .txt{
        position: relative;
        left: 0;
        background: #ffffff80;
        padding: 7% 5%;
        width: 90%;
        margin: -40px auto 0; 
    }
    .page .sec .jigyo .flex.row .txt{
        position: relative;
        left: 0;
        background: #ffffff80;
        padding: 7% 5%;
        width: 90%;
        margin: -40px auto 0; 
    }
    /*テント事業*/
    .tent .sec h3{
        font-size: 1.7rem;  
    }
    .tent .sec .honbun{
        padding: 0;
    }
    .tent .sec .sc_list{
        margin-left: 0;
    }
    .tent main .pic_box{
        width: 100%;
        display: flex;
    }
    .tent main .pic_box img{
        width: 49%;
        margin-bottom: 6px;
    }
    /*web事業*/
    .web .sec .flex img{
        width: 100%;
    }
    .web .sec .flex .box{
        width: 100%;
        margin-top: 5%;
        padding: 5%;
        padding-bottom: 50px;
    }
    .web .sec .flex h4{
        font-size: 1.7rem;
    }
    .web .sec .flex .box .more{
        font-weight: 600;
        text-align: left;
        border: none;
        border-radius: 0;
        width: 100%;
        margin-top: 56px;
        position: relative;
        background: #ffffff;
        font-size: 1.4rem;
        display: block;
        padding-right: 35px;
        padding-left: 20px;
    }
    .web .sec .flex .box .more:after{
        background-size: 70%;
        top: 57%;
        right: 8px;
        transition: all 0.3s ease 0s;
    }
    .web .sec .flex:after{
      display:none;
    }
    /*アクセス*/
    #access .sec .box{
        padding: 5%;
        display: block;
    }
    #access .sec .box{
        margin-bottom: 7%;
    }
    #access .sec .box h3{
        font-size: 1.7rem;    
    }
    #access footer{
        margin-top: 15%;
    }
    #access .sec .box a{
        width: 66px;
    }
    #access .sec .box a img{
        width: 100%;
    }
    #access .sec .box .map{
        margin-top: 5%;
        margin-left: 0px;
    }
    /*プライバシー*/
    #privacy .sec h3{
        font-size: 1.6rem;
    }
    #privacy  footer{
        margin-top: 10%;
    }
    #privacy .bb_bg{
        padding:5%;
    }
    /*主要取引先*/
    .clients main h2 span{
        font-size: 1.5rem;  
    }
    .clients main .trading-wrap ul{
        display: block;
        padding: 0;
        margin-top: 9px;
        padding-bottom: 10px;
    }
    .clients main .trading-wrap ul li{
        width: 100%;
    }
    .clients main .line_ttl{
        margin-top: 5%;
        color: #154c8d;
        font-size: 1.7rem;
    }

}/*sp-end*/



