/* bace */
html{
    font-size: 62.5%;
}
body{
    font-size: 1.6rem;
    letter-spacing: .05em;
    color: #171717;
    font-family: "Avenir Next" ,"Hiragino Kaku Gothic ProN";
}
img{
    width: 100%;
    vertical-align: bottom;
}
a{
    text-decoration: none;
}
.section-wrapper{
    padding: 100px 0 70px;
}
.section-title-set{
    margin-bottom: 50px;
}
.section-title{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}
.section-title-img{
    max-width: 150px;
    height: 50px;
    margin: 0 auto;
}
.section-inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
}
.link-btn{
    display: block;
    width: 235px;
    line-height: 50px;
    margin: 0 auto;
    padding: 3px 10px;
    color: #15AA5A;
    border: solid 3px #15AA5A;
    text-align: center;
    border-radius: 3px;
    transition: .3s;
    font-size: 2rem;
    font-weight: bold;
}
.link-btn:hover{
    background: #15AA5A;
    color: white;
}
.page-title{
    font-size: 4rem;
    font-weight: bold;
    color: #15AA5A;
    margin:0 20px 40px;
}

/* 投稿コンテンツ */
.container,.post-category{ 
    max-width: 1000px;
    margin: 30px;
}

/* header */
.header{
    padding: 19px 30px;
    box-sizing: border-box;
    width: 100%;
    transition: .3s;
}
.header2{
    padding: 19px 30px;
    box-sizing: border-box;
    width: 100%;
    transition: .3s;
    background-color: #15AA5A;
}
.header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.header a{
    font-weight: bold;
}
.header2 a{
    font-weight: bold;
}
.site-title a{
    font-size: 2.6rem;
    color: #15AA5A;
}
.site-title2 a{
    font-size: 2.6rem;
    color: #fff;
}

.nav-list a{
    color: #15AA5A;
}
.nav-list2 a{
    color: #fff;
}
.nav-list{
    display: flex;
    transition: .3s;
}
.nav-list a:hover{
    border-bottom: solid 2px #15AA5A;
    transition: .3s;
}
.nav-list2{
    display: flex;
    transition: .3s;
}
.nav-list2 a:hover{
    border-bottom: solid 2px #fff;
    transition: .3s;
}
.nav-item{
    margin-right: 30px;
}
.nav-item:last-of-type{
    margin-right: 0;
}

.header.fixed{
    position: fixed;
    background-color: #fff;
    padding: 30px;
    width: 100%;
    transition: .3s;
    opacity: .8;
}
/* //header */

/* fv */
.fv{
    position: relative;
}
.fv img{
    height: 70vh;
    min-height: 550px;
    object-fit: cover;
}
.main-copy{
    position: absolute;
    top: 165px;
    left: 109px;
    font-weight: bold;
}
.en-copy{
    font-size: 8rem;
    color: #15AA5A;
    margin-bottom: 31px;
}
.jp-copy{
    font-size: 3rem;
}
/* //fv */

/* info（事業案内） */
.info-content{
    margin: 0 auto;
   
}
.bg-info{
    background-image: url(../img/info-bg.png);
    background-position: center;
    background-size: cover; 
}
.info-list{
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
    display: flex;
    justify-content: space-between;
}

.info-item{
    width: 32%;
    border: solid 5px #fff;
    text-align: center;
    margin-right: 10px;
}
.info-item:last-of-type{
    margin-right: 0;
}
.info-item:hover{
    background-color: rgba(21,170,90,.7);
    transition: .3s;
}

.info-list-text{
    background-color: #15aa5a;
    color: #fff;
    padding:10px 0;
    border-top: solid 5px #fff;
}
/* //info（事業案内） */

/* reason(理由) */
.bg-reason{
    background-color: #15aa5a;
    padding: 50px 20px;
}
.reason-list{
    display: flex;
    text-align: center;
    color: #fff;
}
.reason-item{
    border-right: solid 2px #fff;
    padding: 50px 20px;
}
.reason-item:last-of-type{
    border-right: none;
}
.reason-text1{
    font-weight: bold;
    font-size: 2rem;
    padding-bottom: 30px;
}
.reason-text2{
    font-weight: bold;
    font-size: 2rem;
    padding-bottom: 20px;
}
/* //reason(理由) */

/* menu(施工メニュー)  */
.menu-list{
    max-width: 1000px;
    margin: 0 auto 80px; 
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
}
.menu-item{
    width: 33.3%;
    text-align: center;
    margin-right: 30px;
    transition: .3s;
}
.menu-item:last-of-type{
    margin-right: 0;
}
.menu-item :hover{
    opacity: .7;
    transition: .3s;
}
.menu-list-text{
    color: #15AA5A;
    margin-top: 20px;
    font-weight: bold;
    font-size: 2rem;
}
/* //menu(施工メニュー)  */

/* case（施工事例） */
.bg-case{
    background-image: url(../img/jire_bg.jpg);
    height: 340px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}
.case-content{
    margin-bottom:50px;
    max-width: 1000px;
    padding: 0 20px;
    
}
.case-content-sp{
    display: none;
}
    /* 施工事例の固定ページ */

.case-cms-list{
    max-width: 1000px;
    margin: 0 auto 80px;
    padding: 0 50px;
}
.case-cms-item{
    display: flex;
    margin-bottom: 30px;
}
.case-cms-img{
    max-width: 440px;
    margin-left: 20px;
}
.case-cms-content{
    max-width: 440px;
    margin-left: 30px;

}
.case-cms-title{    
    line-height: 1.9;
    font-weight: bold;
    font-size: 2rem;
}
/* //case（施工事例） */

/* request（依頼の流れ） */
.request-content{
    margin: 0 auto;
    max-width: 1200px;
    margin-bottom: 50px;
}

/* news(お知らせ) */
.bg-news{
    background-image: url(../img/info-bg.png);
    background-position: center;
    background-size: cover;
}
.news-list-wrapper{
    max-width: 800px;
    margin: 0 auto 50px;
}
.news-list a{
    display: flex;
    padding: 10px;
    color: #171717;
    border-bottom: dotted 3px #15AA5A;
    transition: .3s;
}
.news-list a:hover{
    color: #15AA5A;
    transition: .3s;
}

.news-date{
    margin-right: 20px;
    
}
/* //news(お知らせ) */

/* contact(お問い合わせ) */
.contact-tel{
    text-align: center;
    color: #15AA5A;
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: 30px;
}
.contact-text{
    text-align: center;
    color: #777978;
    margin-bottom: 50px;
}
/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #15AA5A;
}

table.CF7_table tr{
	border-top: 1px solid #15AA5A;
    line-height: 50px;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #15AA5A;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background:#15AA5A ;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
    margin-left: 1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
    margin-left: 1em;
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
    display: block;
    width: 235px;
    line-height: 50px;
    margin: 0 auto;
    padding: 3px 10px;
    color: #15AA5A;
    background-color: #fff;
    border: solid 3px #15AA5A;
    text-align: center;
    border-radius: 3px;
    transition: .3s;
    font-size: 2rem;
    font-weight: bold;
}
.wpcf7 input.wpcf7-submit:hover{
    background: #15AA5A;
    color: white;
    transition: .3s;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}


.wpcf7-spinner{
	width:0;
	margin:0;
}


/* //contact(お問い合わせ) */

/* footer */
.footer{
    padding: 30px 0;
    background-color: #15AA5A;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff
}

/* sp */
@media screen and (max-width:768px){
/* bace-sp */
.section-wrapper{
    padding: 100px 0 40px;
}
.section-title-set{
    padding: 0 4vw;
    font-size: 3rem;
    margin-bottom: 30px;
}
.section-inner{
    padding: 0 4vw;
}
.link-btn{
    margin-bottom: 40px;
}
.bg-case{
	display:none;
}
/* header-sp */
.header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 30px 4vw 0;
}
.header-nav{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
}

   /* fv-sp */
   .main-copy{
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}
    .en-copy{
    font-size: 9.8vw;
    
}
    .jp-copy{
    font-size: 6vw;
    white-space: nowrap;
}

    /* info-sp */
    .info-list{
        display: block;
        padding: 0 auto;
        margin-bottom: 30px;
    }
    .info-item{
        width: 320px;
        max-width: 100%;
        margin: 0 auto 30px;
    }
    .info-item:last-of-type{
        margin: 0 auto;
    }

    /* reason-sp */
    .reason-list{
        display: block;
        padding: 0 4vw;
        
    }
    .reason-item{
        border-right: none;
        border-bottom: solid 2px #fff;
    }

    /* menu-sp */
    .menu-list{
        display: block;
        padding: 0 auto;
        text-align: center;
    }
    .menu-item{
        width: 320px;
        max-width: 100%;
        margin: 0 auto 30px;
    }
    .menu-item:last-of-type{
        margin: 0 auto;
    }
    /* case */
    .case-content{
        display: none;
    }
    .bg-case{
        background-image: none;
    }
    .case-content-sp{
        display: block;
        background-color: #15aa5a;
        padding: 20px;
        margin-bottom: 50px;
    }   
    .case-item-sp{
        background-color: #fff;
        border: solid 2px #fff;
        margin: 20px auto 0;
        text-align: center;
    }
    .case-text-sp{
        line-height: 30px;
    }
    /* contact */
    .contact-tel{
        font-size: 3.5rem;
    }
    .contact-text{
        font-size: 1.3rem;
    }
    .sp-br{
        display: block;
    }
    /* コンタクトフォームsp */
    table.CF7_table{
        width:95%;
    }
        .CF7_table tr, .CF7_table td, .CF7_table th{
        display: block;
        width: 100%;
        line-height:2.5em;
    }
        .CF7_table th{
        background-color:#ebedf5;
    }
}

        



