@charset "UTF-8";
#bwrap{
    background: url(../img/base/bg.png)no-repeat center top/cover;
}
.header{
    position: fixed;
    top:0;
    left:0;
    right:0;
    border-top:4px solid #005D9B;
    border-bottom: 4px solid #005D9B;
    background: #fff;
    z-index: 1000;
}
.header > .container{
    max-width: initial;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:80px;
}
.header .logo{
    position: relative;
}
.header .logo a{
    display: flex;
    align-items: center;
}
.header .logo a p{
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    margin-left: 15px;
    line-height: 1;
}
.header .logo a p span{
    font-size: 15px;
    line-height: 1;
    padding-right: 10px;
}
.header .logo img{
    max-width: 50px;
}
.header .nav__wrapper{
    margin-left: auto;
}
.header .nav__wrapper ul{
    display: flex;
    align-items: center;
}
.header .nav__wrapper ul li{
    position: relative;
    margin-right:8px;
    padding-left: 8px;
    text-align: center;
}
.header .nav__wrapper ul li::before{
    content:'';
    position: absolute;
    top:25%;
    left:0;
    bottom:25%;
    width:1px;
    background: #005D9B;;
}
.header .nav__wrapper ul li a{
    font-size: 16px;
    font-weight: 700;
    color: #005D9B;
    padding: 8px 10px;
    border-radius: 5px;
    display: block;
}
.header .nav__wrapper ul li.current a{
    color:#fff;
    background: #005D9B;
}
.header .nav__wrapper ul li:last-child{
    margin-right:0; 
}
.header .nav__wrapper ul li.h__btn__c a{
    color: #fff;
    background: #E60112;
}
.burger-btn {
  display: none;
}
.burger__btnarea{
    display: none;
}
@media (max-width:1600px){

}
@media (max-width:1450px){

}
@media (max-width:1300px){

}
@media (max-width:1200px){
.header .nav__wrapper ul li a{
    font-size: 14px;
}
}
@media (max-width:1000px){
.nav-bg{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.6);
    display: none;
    z-index: -1;
}
.nav-bg.activeBg{
    display: block;
    z-index: 1000;
}
.header .nav__wrapper{
    position: fixed;
    display: block;
    top:0;
    left:-280px;
    background: #fff;
    padding: 50px 50px;
    border-top:4px solid #005D9B;
    border-bottom: 4px solid #005D9B;
    z-index: 9000;
    transition: all .5s;
}
.header .nav__wrapper ul{
    display: flex;
    flex-direction: column;
}
.header .nav__wrapper ul li{
    text-align: left;
    margin-right:0;
    margin-bottom: 15px;
}
.header .nav__wrapper ul li:last-child{
    margin-bottom: 0px;
}
.header .nav__wrapper ul li::before{
    content:none;
}
.header .nav__wrapper ul li a{
    font-size: 16px;
    display: inline-block;
    padding: 8px 20px;
}
.header .nav__wrapper.slide-in{
    left:0px;
    transition: all .5s;
}
/* 以下、ハンバーガーボタン */
.burger__btnarea{
    position: fixed;
    top:4px;
    right:0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(1,93,155,.6);
    width:80px;
    height:80px;
    z-index: 9999;
}
.burger-btn,
.burger-btn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.burger-btn {
    position: relative;
    width: 45px;
    height: 30px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    z-index:9999;
}
.burger-btn span{
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color:#fff;
    border-radius: 4px;
}
.burger-btn span:nth-of-type(1) {
    top: 3px;
}
.burger-btn span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%)
}
.burger-btn span:nth-of-type(3) {
    bottom: 3px;
}
.burger-btn span:nth-of-type(4) {
    top: 14px;
    width: 0px;
    height: 0px;
    background-color:#fff;
}
.burger-btn.close span{}
#menu02.close {
    transform: rotate(-135deg);
}
#menu02.close span:nth-of-type(1) {
    transform: translateX(0px) translateY(12px) rotateY(0deg);
}
#menu02.close span:nth-of-type(2) {
    transform: translateX(0px) translateY(-1px) rotate(-90deg);
}
#menu02.close span:nth-of-type(3) {
    opacity: 0;
}
}
@media (max-width:767px){
.header > .container{
    padding: 0 10px;
    height:60px;
}
.header .logo a p{
    font-size: 22px;
    font-weight: 700;
    margin-left: 10px;
}
.header .logo a p span{
    font-size: 13px;
    padding-right: 5px;
}
.header .logo img{
    max-width: 35px;
}
/* 以下、ハンバーガーボタン */
.burger__btnarea{
    width:60px;
    height:60px;
}
.burger-btn,
.burger-btn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.burger-btn {
    width: 35px;
    height: 30px;
}
}
    
/*-- main --*/
#contents{
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}
#contents .section__2024{
    margin: 60px 0;
}
#contents .section__inner{
    border-radius: 20px;
    background: rgba(255,255,255,.7);
}
#contents .section__2024 .section__inner__header{
    padding: 10px 0;
    background :url(../img/base/section_bg.png)no-repeat center center/cover;
    border-radius: 20px 20px 0 0;
}
#contents .section__2024 .section__inner__header h2{
    font-weight: 700;
    color:#fff;
    text-align: center;
}
#contents .section__2024 .section__inner__body{
    padding: 40px;
}
@media (max-width:768px){
#contents .section__inner{
    border-radius: 20px;
}
#contents .section__2024 .section__inner__body{
    padding: 25px;
}
}

/*-- --- --*/
/*-- btn --*/
/*-- --- --*/
.btn{
    width:180px;
    margin: 0 auto;
}
.btn.btn__center{
    width:180px;
    margin: 0 auto;
}
.btn a,.btn p{
    position: relative;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    color:#606060;
    text-align: center;
    border:1px solid #000;
    margin-top:20px; 
    padding: 10px;
    display:flex;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    border:1px solid #005D9B;
    transition: all .5s;
}
.btn:hover a,.btn:hover p{
    color:#fff;
    background: #005D9B;
}

/*-- Main Visual 2024--*/
#mv2024{
    position: relative;
    z-index: 1;
    width:100%;
    margin-top: 80px;
    padding-top: 48%;
    /*height: 0;
    background: url(../img/top/mv.JPG)no-repeat center center/cover;*/
    overflow: hidden;
}
#mv2024 img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:100%;
    height:auto;
}
#mv2024 .txt__area{
    position: absolute;
    right:0;
    bottom:5%;
    left:40%;
    background: rgba(1,93,155,.6);
    padding: 40px;
}
#mv2024 h2.mv-txt{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.7;
}
#mv2024 h2 span{
    font-size: 45px;
    display: inline-block;
    margin-bottom: 5px;
}
/*-- 最新情報--*/
.info__list{position: relative;margin: 0 0 20px;}
#info .section__inner{width:calc(50% - 10px);margin-right:10px;}
#info .section__inner:nth-child(2){margin-left:10px;margin-right:0px;}
#info #business.section__inner{
    padding: 30px;
    background: url(../img/top/top-img01.png)no-repeat center center/cover;
}
#info #business.section__inner p{
    font-weight: 700;
    color:#fff;
    text-align: center;
}
#info #news.section__inner p{
    display: flex;
    align-items: center;
    font-weight: 500;
}
#info #news.section__inner p span{
    line-height: 1;
    color:#fff;
    background: #005D9B;
    padding: 5px 8px;
    margin-right: 15px;
}
/*-- 施工実績一例 -*/
#achievements .top__box{
    width:calc(50% - 10px);
    margin-right: 10px;
    margin-bottom:30px;
}
#achievements .top__box:nth-child(2n){
    margin-right: 0px;
    margin-left:10px;
}
#achievements .top__box p{
    font-weight: 500;
    text-align: center;
    background: #fff;
    display: block;
    padding: 10px 0;
}
@media screen and (max-width: 1500px){
#mv2024 .txt__area{
    position: absolute;
    right:0;
    bottom:5%;
    left:48%;
    background: rgba(1,93,155,.6);
    padding: 30px;
}
#mv2024 h2.mv-txt{
    font-size: 18px;
}
}
@media screen and (max-width: 1300px){
/*-- Main Visual 2024--*/
#mv2024 h2.mv-txt{
    font-size: 1.8rem;
}
#mv2024 h2 span{
    font-size: 4.0rem;
}
}
@media screen and (max-width: 1200px){
/*-- Main Visual 2024--*/
#mv2024{
    padding-top: 55%;
}
#mv2024 img{
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
}
#info #business.section__inner p br{
    display: none;
}
}
@media screen and (max-width: 930px){
/*-- Main Visual 2024--*/
#mv2024{
    padding-top: 60%;
    overflow: hidden;
}
#mv2024 img{
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
    width:100%;
    height:auto;
}
#mv2024 .txt__area{
    position: absolute;
    right:0;
    bottom:0%;
    left:0%;
    padding: 20px 30px;
}
#mv2024 h2.mv-txt{
    font-size: 1.8rem;
}
#mv2024 h2 span{
    font-size: 3.2rem;
}
}
@media screen and (max-width: 900px){
/*-- Main Visual 2024--*/
#mv2024{
    padding-top: 60%;
    overflow: hidden;
}
#mv2024 img{
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
    width:100%;
    height:auto;
}
#mv2024 .txt__area{
    position: absolute;
    right:0;
    bottom:0%;
    left:0%;
    padding: 20px 30px;
}
#mv2024 h2.mv-txt{
    font-size: 1.8rem;
}
#mv2024 h2 span{
    font-size: 3.2rem;
}
/*-- 最新情報--*/
.info__list{position: relative;margin: 0 0 20px;}
#info .section__inner{width:100%;margin-right:00px;}
#info .section__inner:nth-child(2){margin-left:00px;margin-right:0px;}
#contents #info #news.section__inner{padding: 0;margin-top: 30px;}
#info #business.section__inner p br{
    display: block;
}
}
@media screen and (max-width: 767px){
/*-- Main Visual 2024--*/
#mv2024{
    margin-top: 64px;
    padding-top: 75%;
    overflow: hidden;
}
#mv2024 img{
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:100%;
    height:auto;
}
#mv2024 .txt__area{
    padding: 20px 30px;
    margin-top: 0;
}
#mv2024 h2 span{
    font-size: 3.0rem;
}

/*-- 最新情報--*/
#info .section__inner{width:100%;margin-right:0px;}
#info .section__inner:nth-child(2){margin-left:0px;margin-right:0px;}
#contents #info #news.section__inner{padding: 0;margin-top: 30px;}
#info #news.section__inner p{
    align-items: flex-start;
    flex-direction: column;
    margin-top:15px; 
}
#info #news.section__inner p:first-child{
    margin-top:0px; 
}
#info #news.section__inner p span{
    line-height: 1;
    color:#fff;
    background: #005D9B;
    padding: 5px 8px;
    margin-right: 0px;
    margin-bottom: 5px;
}
/*-- 施工実績一例 -*/
#achievements .top__box{
    width:100%;
    margin-right: 0px;
    margin-bottom:30px;
}
#achievements .top__box:nth-child(2n){
    margin-right: 0px;
    margin-left:0px;
}
}
@media screen and (max-width: 640px){
/*-- Main Visual 2024--*/
#mv2024{
    margin-top: 64px;
    padding-top: 75%;
}
#mv2024 img{
    top:0%;
    left:0%;
    transform: translate(-0%,-0%);
    width:100%;
    height:auto;
}
#mv2024 .txt__area{
    position: relative;
    right:0;
    bottom:0;
    left:0;
    padding: 20px;
    margin-top: 0%;
}
}


/*-- ------ --*/
/*-- footer --*/
/*-- ------ --*/

footer{
    position: relative;
    background: rgba(29,38,51,.5);
    padding: 10px 0;
    text-align: center;
}
footer p{
    font-size: 14px;
    color:#fff;
}
@media screen and (max-width: 900px){
footer p{
    font-size: 12px;
}
}
@media screen and (max-width: 640px){
footer p{
    font-size: 10px;
}
}


/*-- 下位ページ SECTION --*/
#mv__u{
    margin-top: 88px;
}
#mv__u .txt__area{
    position: relative;
    padding: 60px 0;
}
#mv__u h2{
    font-weight: 700;
    color:#fff;
    text-align: center;
    padding: 20px;
    background: rgba(1,93,155,.6);
    width:100%;
}
.company-page #mv__u,.privacy #mv__u{
    background: url(../img/company/mv-company.png)no-repeat center top/cover;
}
.facility-page #mv__u{
    background: url(../img/facility/mv-facility.png)no-repeat center top/cover;
}
.construction-page #mv__u{
    background: url(../img/construction/mv-construction.png)no-repeat center top/cover;
}
.recruit-page #mv__u{
    background: url(../img/recruit/mv-recruit.png)no-repeat center bottom/cover; 
}
.access-page #mv__u{
    background: url(../img/access/mv-access.png)no-repeat center bottom/cover;
}
.contact-page #mv__u,.thanks-page #mv__u{
    background: url(../img/contact/mv-contact.png)no-repeat center bottom/cover;
}

/*-- 会社概要--*/
#greeting .section__inner__body{
    max-width: 86%;
    margin: 0 auto;
}
#company dl{
    display: flex;
    flex-wrap: wrap;
}
#company dl dt{
    font-weight: 700;
    width:40%;
    text-align: right;
    padding-right: 15px;
    margin: 10px 0;
}
#company dl dd{
    width: 60%;
    padding-left: 15px;
    margin: 10px 0;
}
#company dl dd .dd__male::before{
    content:'@';
}
#history dl{
    display: flex;
    flex-wrap: wrap;
}
#history dl dt{
    width:40%;
    text-align: right;
    padding-right: 15px;
    margin: 10px 0;
}
#history dl dd{
    width: 60%;
    padding-left: 15px;
    margin: 10px 0;
}
#suppliers .flex__area p{
    font-weight: 500;
    width:calc(100% / 3);
    padding: 0 8px 0 48px;
    margin: 0 0 15px;
}
#suppliers .flex__area p:nth-child(3n+1){
    padding: 0 16px 0 40px;
}
#suppliers .flex__area p:nth-child(3n+3){
    padding: 0 0 0 56px;
}
/*--　設備　--*/
#facility dl{
    display: flex;
    flex-wrap: wrap;
}
#facility dl dt{
    font-weight: 700;
    width:40%;
    text-align: right;
    padding-right: 15px;
    margin: 10px 0;
}
#facility dl dd{
    width: 60%;
    padding-left: 15px;
    margin: 10px 0 30px;
}
#facility dl dd:last-child{
    margin: 10px 0;
}

/*--　施工実績　--*/
#construction table{
    border-collapse: collapse;
    width:100%;
    border-bottom: 1px solid #707070;
}
#construction table tr{
    display: flex;
    background: #fff;
}
#construction table tr:nth-child(2n){
    background: #DBF5FF;
}
#construction table tr th,
#construction table tr td{
    font-weight: 500;
    padding: 10px;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
}
#construction table tr th{
    font-weight: 700;
}
#construction table tr th:first-child,
#construction table tr td:nth-child(3n+1){
    width: 50%;
    min-width:400px;
}
#construction table tr th:nth-child(2),
#construction table tr td:nth-child(3n+2){
    text-align: center;
    width: 25%;
}
#construction table tr th:nth-child(3),
#construction table tr td:nth-child(3n+3){
    text-align: center;
    width: 25%;
    border-right: 1px solid #707070;
}
/*--　採用情報　--*/
#recruit dl{
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8;
}
#recruit dl dt{
    font-weight: 700;
    width:40%;
    text-align: right;
    padding-right: 15px;
    margin: 10px 0;
}
#recruit dl dd{
    width: 60%;
    padding-left: 15px;
    margin: 10px 0 30px;
}
#recruit dl dd:last-child{
    margin: 10px 0;
}
#recruit .btn{
    width:280px;
    margin: 0 auto;
}
/*-- 404 --*/
#page404{
    padding: 180px 0 80px;
}
#page404 h2{
    font-weight: 700;
    text-align: center;
}
#page404 .btn__area{
    margin: 30px auto 0;
    text-align: center
}
#page404 .btn__area .btn404{
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #000;
    transition: all .5s;
}
.btn404:hover{
    opacity: .7;
}
/*-- アクセス --*/
#gmap p{
    font-weight: 500;
    text-align: center;
    margin: 30px 0 0;   
}
/*-- お問い合わせ--*/
#contact .section__inner__body .flex__area{
    justify-content: center;
}
#contact .section__inner__body p{
    width:40px;
}
#contact .section__inner__body p.c__tel,
#contact .section__inner__body p.c__fax{
    width:300px;
}
#c__form .form-list{
    display: flex;
    flex-wrap:wrap; 
}
#c__form .form-list .form-left{
    width:200px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
    padding: 15px 0px 15px 0;
}
#c__form .form-list .form-right{
    width:calc(100% - 200px);
    padding: 15px 0px 15px 15px;
}
#c__form input{
    margin:0px;
    border: 1px #707070 solid;
    width: 100%;
    min-width:100%;
    box-shadow: none;
    border-radius: 0px;
    background: #fff;
}
#c__form textarea{
    margin:0px;
    border: 1px #707070 solid;
    width: 100%;
    min-width: 100%;
    min-height:80px;
    box-shadow: none;
    border-radius: 0px;
    background: #fff;
}
#c__form .form-check{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:20px auto 0; 
}
#c__form .form-check input{
    width:auto;
    min-width: auto;
}
#c__form .submit-box{
    width:100%;
    margin: 30px auto 0;
    text-align: center;
}
#c__form .submit-box input{
    margin:0px;
    border: 0px #a3a3a3 solid;
    box-shadow: none;
    border-radius: 0px;
}
#c__form .submit-box button{
    border: 0px;
    padding: 0;
    background: transparent;
}
/*-- Thanks --*/
.thanks h3{
    margin: 0 0 20px;
}
/*-- privacy --*/
.privacy p.txt18{
    font-weight: 500;
    margin: 0 0 5px;
}
.privacy p b{
    font-weight: 400;
    margin: 0 0 5px;
}
@media screen and (max-width: 1200px){
#greeting .section__inner__body{
    max-width: 92%;
}
}
@media screen and (max-width: 992px){
#greeting .section__inner__body{
    max-width: 100%;
}
/*--　施工実績　--*/
#construction .scroll-table{
    overflow-x: scroll;
}
#construction table{
    width:100%;
    min-width: 800px;
    border-bottom: 1px solid #707070;
}
}
@media screen and (max-width: 900px){
/*-- お問い合わせ--*/
#c__form .form-list .form-left{
    width:100%;
    padding: 15px 0px 0px 0px;
}
#c__form .form-list .form-right{
    width:100%;
    padding: 5px 0px 15px 0px;
    border-top: 0px;
}
}
@media screen and (max-width: 767px){
/*-- 下位ページMV --*/
#mv__u{
    margin-top: 68px;
}
#mv__u .txt__area{
    position: relative;
    padding: 50px 0;
}
.news-login #mv__u,.news #mv__u,.single #mv__u,.sdgs #mv__u{
    background: url(../img/company/mv_company_sp.png)no-repeat center top/cover;
}
.company #mv__u{
    background: url(../img/company/mv-company_sp.png)no-repeat center top/cover;
}
.qa #mv__u{
    background: url(../img/qa/mv_qa_sp.png)no-repeat center bottom/cover;
}
.contact #mv__u,.thanks #mv__u{
    background: url(../img/contact/mv_contact_sp.png)no-repeat center bottom/cover;
}
.recruit #mv__u{
    background: url(../img/recruit/mv_recruit_sp.png)no-repeat center bottom/cover;
}
.archive #mv__u{
    background: url(../img/company/mv_company_sp.png)no-repeat center bottom/cover;
}
/*-- 会社概要--*/
#company dl dt{
    font-weight: 700;
    width:100%;
    text-align: left;
    padding-right: 0px;
    margin: 10px 0 0;
}
#company dl dd{
    width: 100%;
    padding-left: 0px;
    margin: 0px 0 10px;
}
#history dl{
    display: flex;
    flex-wrap: wrap;
}
#history dl dt{
    width:100%;
    text-align: left;
    padding-right: 0px;
    margin: 10px 0 0;
}
#history dl dd{
    width: 100%;
    padding-left: 0px;
    margin: 0px 0 10px;
}
#company dl dt:first-child,
#history dl dt:first-child,
#company dl dd:last-child,
#history dl dd:last-child{
    margin:0;
}
#suppliers .flex__area p{
    width:100%;
    padding: 0;
    margin: 0 0 10px;
}
#suppliers .flex__area p:nth-child(3n+1){
    padding: 0 0px 0 0;
}
#suppliers .flex__area p:nth-child(3n+3){
    padding: 0 0 0 0px;
}

/*--　設備　--*/
#facility dl{
    display: flex;
    flex-wrap: wrap;
}
#facility dl dt{
    width:100%;
    text-align: left;
    padding-right: 0px;
    margin: 10px 0 0;
}
#facility dl dd{
    width: 100%;
    padding-left: 0px;
    margin: 0px 0 10px;
}
#facility dl dd:last-child{
    margin: 00px 0 10px;
}
/*--　採用情報　--*/
#recruit dl{
    display: flex;
    flex-wrap: wrap;
}
#recruit dl dt{
    font-weight: 700;
    width:100%;
    text-align: left;
    padding-right: 0px;
    margin: 10px 0 0;
}
#recruit dl dd{
    width: 100%;
    padding-left: 0px;
    margin: 0 0 10px;
}
#recruit dl dd:last-child{
    margin: 10px 0;
}
}
@media screen and (max-width: 640px){
/*--　施工実績　--*/
#construction .scroll-table{
    overflow-x: scroll;
}
#construction table{
    width:100%;
    min-width: 600px;
    border-bottom: 1px solid #707070;
}
#construction table tr th,
#construction table tr td{
    font-size: 14px;
}
#construction table tr th:first-child,
#construction table tr td:nth-child(3n+1){
    width: 50%;
}
#construction table tr th:nth-child(2),
#construction table tr td:nth-child(3n+2){
    width: 25%;
    min-width: 150px;
}
#construction table tr th:nth-child(3),
#construction table tr td:nth-child(3n+3){
    width: 25%;
    min-width: 120px;
}
/*-- お問い合わせ--*/
#contact .section__inner__body .flex__area{
    justify-content: center;
}
#c__form .form-check{
    flex-direction: row-reverse;
    margin:20px auto 0; 
}
#c__form .form-check .wpcf7-list-item{margin: 0 15px 0 0;}
}
