@charset "UTF-8";

/*共通部分
---------------------------*/
html{
    font-size: 100%;
}


body{
    font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

img{
    max-width: 100%;
    vertical-align: bottom;
}
a{
    text-decoration: none;
}

/*ヘッダー
---------------------------*/
.wrapper{
    max-width: 1500px;
    height: auto;
    padding: 0 20px;
    margin: 0 auto;
}
#header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
    left: 0;
    width: 100%;
}
#header .logo{
    width: 100%;
    max-width: 250px;
    line-height: 0;
    z-index: 4;
}
#header .logo:hover{

    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}
.cover{/*背景画像-------------*/
   background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)), url(images/top.png);
   background-size: 100%;
   width: 100%;
   max-width: 1500px;
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   position: relative;
   margin-top: 0;
   z-index: 1;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   aspect-ratio: 1500/700;
}
.header-contact{/*お問い合わせボタン---------*/
    color: #fff;
    background-color: #63B13C;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    justify-content: space-around;
    width: 244px;
    height: 54px;
    border-radius: 30px;
    text-align: center;
    align-items: center;
    z-index: 2;
    transition: 0.3s;
}
.header-contact:hover{/*カーソルを重ねたときに色を変える*/
    background-color: #275B0D;
}
.page-title{/*キャッチコピー---*/
color: #fff;
font-size: 48px;
font-weight: 500;
text-align: center;
align-items: center;
text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
z-index: 3;
}
/*事業内容-------*/
.service{
    background-color: #fff;
    padding: 50px 0px;
}
.contens-wrapper{
    max-width: 1200px;
    width: calc(100% - 100px);
    margin: 0 auto;
}
.section{/*セクション共通*/
    text-align: center;
   padding-bottom: 20px;
}
.section-img{/*セクション共通*/
    max-width: 129px;
    margin-bottom: 10px;
}
.section-title{/*セクション共通*/
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.section-title::after{/*セクション共通*/
    content: "";
    width: 100px;
    height: 3px;
    background-color: #63B13C;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
/*事業内容*/
.service-list{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: center;
   
    margin-top: 40px;
}
.service-item{
    background-color: #fff;
    border: 3px solid #63B13C;
    padding: 25px 15px;
    width: 25%;
    margin-right: 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
.service-item:last-child{
    margin-right: 0;
}
.service-name{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.service-desc{
    font-size: 16px;
}
span{
    color: #63B13C;
}
.service-btn{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    max-width: 340px;
    height: 54px;
    background-color: #63B13C;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    transition: all 0.3s ease;
    margin: 50px auto;
}
.service-btn:hover{
    background-color: #275B0D;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}
/*施行事例*/
.works{
    background-color: #DCFACD;
    padding: 30px 20px 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.splide__slide{
    display: flex;
    justify-content: center;
}
.works-slider{
    width: 100%;
    margin-top: 20px;
}
.splide{
   width: 100%;
}
.works-card{
    display: flex;
    align-items: flex-start;
    padding-bottom: 40px;
    margin-top: 30px;
}
.works-img-box{
    width: 50%;
}
.works-photo{
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.works-photo2{
    width: 100%;
    object-fit: cover;
}
.works-content{
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.pool-tag{
    background-color: #63B13C;
    width: 104px;
    height: 33px;
    border-radius: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.works-title{
    font-size: 32px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #000;
    width: 100%;
    margin-bottom: 20px;
}
.works-desc{
    text-align: left;
    font-size: 16px;
    margin-bottom: 15px;
}
.creation-tag{
    background-color: #275B0D;
    width: 104px;
    height: 33px;
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doboku-tag{
    background-color: #5AD61C;
    width: 104px;
    height: 33px;
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reform-tag{
    background-color: #6A9853;
    width: 104px;
    height: 33px;
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*新着情報*/
.information{
    max-width: 1500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.information-area{
    width: 100%;
    height: 400px;
    display: flex;
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
}
.title-area{
    max-width: 550px;
    height:200px;
    background-color: #275B0D;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px 250px;
}
.information-title{
    font-size: 36px;
    color: #fff;
    font-weight: 500;   
}
.news-list{
    width: calc(100% - 450px);
    height: 300px;
    position: absolute;
    top: 100px;
    left: 450px;
}
.news-list li{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column;
    background-color: #63B13C;
    border-bottom: 3px solid rgba(220,250,205,1);   
}
.news-date{
    font-size: 16px; 
    color: #fff;
}
.news-list li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    padding-top: 20px;
    padding-left: 20px;
}
.news{
    font-size: 19.2px;
    color: #fff;
}
.parallax{
    width: 100%;
    height: 400px;
background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url("./images/background.png");
background-size: cover;
background-position: center -100px;
background-attachment: fixed;
}
/*会社情報*/
.campany{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.campany-table{
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 100px;
}
.campany-table th,
.campany-table td{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
}
.campany-table th{
    width: 300px;
    border-bottom: 3px solid #275B0D;
    vertical-align: top;
    text-align: left;
}
.campany-table td{
   width:calc(100% - 300px);
    border-bottom: 3px solid #63B13C;
}
#contact{
    background-color: #63B13C;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-title{
    color: #fff;
}
.contact-title::after{
    content: "";
    width: 100px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.form{
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}
.required{
    background-color: #275B0D;
    width: 52px;
    height: 33px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 5px 5px;
    text-align: center;
    margin-right: 20px;
}
.optional{
    color: #275B0D;
    background-color: #DCFACD;
    border: 1px solid #000;
    padding: 5px 5px;
    font-weight: 500;
    width: 52px;
    height: 33px;
    margin-right: 20px;
    text-align: center;
}

#contact label{
    font-size: 24px;
    color: #fff;
    width: 200px;
    margin-right: 20px;
    vertical-align: top;
}
.form-item{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #fff;
}
.input{
    width: 600px;
    height: 34px;
    border-color: 34px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #000;
}
 
.form textarea{/*お問い合わせ内容のテキスト入力欄*/
    width: 600px;
    height: 149px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #000;
}
input[type="submit"]{/*送信ボタン*/
    width: 340px;
    height: 54px;
    background-color: #fff;
    border: 2px solid #275B0D;
    color: #275B0D;
    font-size: 24px;
    border-radius: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
input[type="submit"]:hover{
     background-color: #63B13C;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}
/*グーグルマップ*/
.map{
    width: 100%;
}
.map iframe{
    display: block;
}
footer{/*フッター背景*/
width: 100%;
height: 83px;
background-color: #275B0D;
display: flex;
align-items: center;
justify-content: center;
}
.small{/*フッター文字*/
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}


/*スマートフォン-----*/
@media screen and (max-width: 767px) {
    #header{
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #header .logo{
      max-width: 150px;
    }
    .cover{
        height: 500px;
        background-size: cover;
    }
    .header-contact{
        font-size: 16px;
        width: 180px;
        height: 40px;
    }
    .page-title{
        font-size: 30px;
    }

    .service-list{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .service-item{
        margin-bottom: 20px;
        width: 80%;
        margin-right: 0;
        height: auto;
    }
    .section-img{
        max-width: 100px;
    }
    .section-title{
        font-size: 24px;
    }
    .contens-wrapper{
        max-width: 700px;
        width: calc(100% - 50px);
    }
    .service-btn{
        font-size: 18px;
        max-width: 240px;
    }
    .service-desc{
        padding: 10px 10px;
        font-size: 16px;
    }
    .service-name{
        font-size: 20px;
    }
    .works{
        width: 100%;
    }
    .works-card{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
    }
    .splide{
        width: 100%;
    }
    .works-img-box{
        width:100%;
        margin-bottom: 20px;
    }
    .works-photo{
        object-fit: cover;
    }
    .works-content{
        width: 100%;
    }
    .works-title{
        font-size: 24px;
    }
    .information-title{
        font-size: 20px;
    }
    .parallax{
        height: 200px;
        background-size: cover;
    }
    .input{
    max-width: 250px;
    }
    .form{
        width: 90%;
    }
    .form textarea{
        max-width: 250px;
        height: 150px;
    }
    input[type="submit"]{
        font-size: 20px;
        width: 250px;
    }
    .form-item{
        width: 100%;
        border-bottom: 1px dashed #fff;
    }
    .campany-table th,
    .campany-table td{
        font-size: 16px;
    }
    .campany-table{
        width: 90%;
    }
    .campany-table th{
        width: 100px;
    }
    .campany-table td{
        width: calc(100% - 100px);
    }
   .required{
    text-align: center;
}
#contact label{
   font-size: 20px;
}
.news-list{
    position: static;
}
.title-area{
    max-width: 200px;
    height: 150px;
    padding: 0 120px;
}
.news-list{
    width: calc(100% - 150px);
    height: 300px;
    position: absolute;
    top: 100px;
    left: 150px;
}
.news-list li{
    padding-bottom: 10px;
}
.information{
    width: 100%;
}
.news-date{
    font-size: 14px;
    margin-bottom: 10px;
}
.news{
    font-size: 16px;
}
.news-list li a{
    padding-top: 10px;
    padding-right: 10px;
}
.form-item{
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.required{
    margin-bottom: 10px;
}
.optional{
    margin-bottom: 10px;
}

#contact label{
    margin-bottom: 10px;
}
.small{
    font-size: 14px;
}
}



