@charset = "utf-8";


#main{
    margin: 0 auto;
}

/****************************
共通部分ここから
****************************/
section{
    width: 93%;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
}

section#fv {
    width: 100%;
    margin-top: 0;
}

h2{
    font-size: 35px;
    text-align: center;
    line-height: 2.5;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 auto 30px;
    display: inline-block;
    color: #1ab543;
}

h2 span{
    display: block;
    font-size: 15px;
    color: #000;
/*    border-top: 5px solid #000;*/
/*    padding-top: 15px;*/
}

#underlayer-fv{
    position: relative;
    width: 100%;
    margin: 0;
}

#underlayer-fv h1{
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-shadow:  2px  2px 10px #777 , -2px  2px 10px #777 , 2px -2px 10px #777 , -2px -2px 10px #777;
}

@media screen and (max-width:480px){
    section{
        margin-top: 50px;
    }
    
    h2{
        font-size: 3rem;
    }
    
    h2 span{
        font-size: 1.4rem;
    }
}

/****************************
共通部分ここまで
****************************/


/****************************
トップページFVスライド部分ここから
****************************/

#mainimage{
    min-height: 70vw;
    overflow: hidden;
    position: relative; 
}
  
#mainimage ul li {
    z-index:10;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 13s 1s infinite;
    animation: anime 13s 1.5s infinite;
}

#mainimage ul li:nth-of-type(1){
    animation: anime 13s 2s infinite; 
}

#mainimage ul li:nth-of-type(2) {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s; 
}

#mainimage ul li:nth-of-type(3) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s; 
/*     animation: anime 13s .1s infinite;  */
}


@keyframes anime {
    0% {
            opacity: 0;
        }
        25% {
            opacity: 1;
            transform: scale(1.1) ;

        }
        50% {
            opacity: 1;
            transform: scale(1.1) ;
        }
        75% {
            opacity: 0;
            transform: scale(1.1) ;
            z-index:9;
        }
        100% { opacity: 0 }
    }



#slide_wrapp > li:after{
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 50px;
    color: #fff;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    line-height: 2;
    text-shadow:  2px  2px 10px #777 , -2px  2px 10px #777 , 2px -2px 10px #777 , -2px -2px 10px #777;
}

/* IE用記述 */
@media all and (-ms-high-contrast: none){
    #slide_wrapp > li:after{
        left: 50%;
        transform: translateX(-50%);
    }
}

#slide_wrapp > li:nth-child(1):after{
    content: "快適で豊かな環境づくりのお手伝い";
}

#slide_wrapp > li:nth-child(2):after{
    content: "活き活きと快適に楽しく\A仕事にチャレンジ";
}

#slide_wrapp > li:nth-child(3):after{
    content: "私たちと共にお客様に\A満足して貰える仕事を\Aしませんか";
}

@media all and (-ms-high-contrast: none){
    #slide_wrapp > li:nth-child(3):after{
        max-width: 500px !important;
    }
}
    
@media screen and (min-width:769px){
    #slide_wrapp > li:nth-child(1):after{
        max-width: 550px;
    }
    
    #slide_wrapp > li:nth-child(2):after{
        max-width: 600px;
        white-space: pre;
    }
    
    #slide_wrapp > li:nth-child(3):after{
        max-width: 545px;
    }
}



@media screen and (max-width:1000px){
    #slide_wrapp > li:after{
        top: 25%;
    }
}

@media screen and (max-width:768px){
    #slide_wrapp > li:after{
        top: 20%;
        font-size: 35px;
        max-width: 80%;
    }
}

@media screen and (max-width:480x){
    #slide_wrapp > li:after{
        top: 12%;
    }
}

@media screen and (max-width:413px){
    #slide_wrapp > li:after{
        top: 14%;
        font-size: 30px;
        max-width: 80%;
    }
}

@media screen and (max-width:374px){
    #slide_wrapp > li:after{
        top: 13%;
        font-size: 25px;
        max-width: 75%;
    }
}

/****************************
トップページFVスライド部分ここまで
****************************/

/****************************
トップページ左官部分ここから
****************************/

#plasterer p{
    text-align: center;
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: 0.1em;
    margin-top: 30px;
}

@media screen and (max-width:480px){
    #plasterer p{
        font-size: 1.8rem;
    }
}

/****************************
トップページ左官部分ここまで
****************************/



/****************************
トップページコンセプト部分ここから
****************************/

#concept .flex{
    margin-top: 30px;
    justify-content: center;
}

#concept p{
    text-align: center;
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: 0.1em;
}

#concept p:last-child{
    text-align: right;
}

#concept .president-txt{
    margin-right: 30px;
}

#concept .president-img {
    width: 100%;
}

#concept .president-img img{
    width: 512px;
}

@media screen and (max-width:768px){
    #concept .president-img img{
        width: 100%;
    }
    
    #concept .president-txt{
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:480px){
    #concept p{
        font-size: 1.8rem;
    }
}

/****************************
トップページコンセプト部分ここまで
****************************/



/****************************
トップページニュース部分ここから
****************************/

#news .info-area{
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
}

#news a.flex{
    margin: 0 auto;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

#news p{
    text-align: left;
    font-size: 18px;
    line-height: 2.5;
    letter-spacing: 0.1em;
}

#news .date{
    text-align: left;
    width: 30%;
}

#news .info{
    text-align: left;
    width: 70%;
}

@media screen and (max-width:480px){
    #news p{
        font-size: 1.6rem;
    }
}

/****************************
トップページニュース部分ここまで
****************************/


/****************************
採用情報ページここから
****************************/

table {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

th {
    border: 1px solid #333;
    padding: 20px;
    min-width: 160px;
    line-height: 2.2;
    letter-spacing: 1px;
    font-size: 18px;
    background-color: #d1f0d9;
}

td {
    border: 1px solid #333;
    padding: 20px;
    text-align: left;
    line-height: 2.2;
    letter-spacing: 1px;
    font-size: 18px;
}

#graduate a,
#halfway a{
    width: 100%;
    max-width: 360px;
    padding: 21px 0;
    margin: 0 auto;
    border-radius: 10px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #1ab543;
    display: block;
    margin-top: 50px;
    font-size: 16px;
}

@media screen and (max-width:1000px){
    th{
        padding: 20px 10px;
        min-width: 140px;
        font-size: 16px;
    }

    td{
        padding: 20px 10px;
        font-size: 16px;
    }
}

@media screen and (max-width:480px){
    th{
        font-size: 1.5rem;
        padding: 10px;
        min-width: 64px;
    }
    
    td{
        font-size: 1.5rem;
        padding: 10px;
    }
    
    #graduate a,
    #halfway a{
        margin-bottom: 24%;
        font-size: 1.6rem;
    }
}

/****************************
採用情報ページここまで
****************************/


/****************************
会社概要ページここから
****************************/

.map iframe {
    max-width: 1200px;
}

.suppliers-list{
    max-width: 1200px;
    margin: 0 auto;
}

.suppliers-list h3{
    text-align: left;
    display: block;
}

.suppliers-list ul.flex{
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #333;
    min-height: 52px;
}

.suppliers-list ul li{
    width: 33%;
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: 0.1em;
}

.A-line,
.K-line,
.S-line,
.T-line,
.N-line,
.H-line,
.M-line,
.Y-line,
.R-line,
.W-line{
    margin-bottom: 50px;
}

@media screen and (max-width:900px){
    .suppliers-list ul li{
        font-size: 18px;
    }
}

@media screen and (max-width:768px){
    .suppliers-list ul.flex{
        display: flex;
        display: -moz-flex;
        display: -webkit-flex;
    }
    
    .suppliers-list ul li{
        width: 50%;
    }
}

@media screen and (max-width:480px){
    .suppliers-list ul.flex{
        min-height: 40px;
    }
    .suppliers-list ul li{
        font-size: 1.6rem;
        width: 100%;
    }
}

/****************************
会社概要ページここまで
****************************/


/****************************
施工事例ページここから
****************************/

.construction_block{
    max-width: 1200px;
    margin: 30px auto 0;
    width: 33.333%;
}

h3{
    font-size: 25px;
    text-align: center;
    line-height: 2.2;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 auto 30px;
    display: inline-block;
    color: #073ccc;
}

.object-fit-img {
    object-fit: cover;
    font-family: 'object-fit: cover;'
/*
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
*/
}

.construction_item {
    /* width: 500px; */
    /* height: 218px; */
    /* border-radius: 62px; */
    width: 80%;
    margin: 0 auto;
    /* object-fit: cover; */
    margin-bottom: 155px;
}

.construction_item img {
    object-fit: contain;
    max-width: 500px;
    height: 500px;
    /* width: 80%; */
    /* border-radius: 60px; */
}

#construction > div > .flex{
    flex-wrap: wrap;
}

@media screen and (max-width:1100px){
    .construction_item img {
        max-width: 400px;
        height: 600px;
    }
}

@media screen and (max-width:900px){
    .construction_item img {
        max-width: 300px;
        height: 500px;
    }
}

@media screen and (max-width:768px){
    .construction_item{
        width: 100%;
    }
    
    .construction_item img{
        max-width: 800px;
        height: auto;
        width: 100%;
    }

    #construction > div > .flex{
        display: flex;
        justify-content: space-between;
    }

    .construction_block{
        width: 48%;
    }
}

@media screen and (max-width:480px){
    #construction > div > .flex{
        display: block;
    }

    .construction_block{
        width: 100%;
    }
}

/****************************
施工事例ページここまで
****************************/


/****************************
問い合わせページここから
****************************/
.contact{
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

.contact h4{
    font-size: 30px;
    margin-bottom: 30px;
}

.contact form > dl {
    margin-bottom: 60px;
    line-height: 1;
}

.contact form > dl > dt {
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
}

.contact form > dl > dt > span {
    margin-left: 9px;
    color: rgb(220, 85, 25);
}

.contact form > dl > dd {
    margin-bottom: 40px;
    text-align: left;
}

.contact form > dl > dd > input,
.contact form > dl > dd > textarea,
.contact form > dl > dd > select{
    width: 100%;
    padding: 11px 12px 9px;
    border: 1px solid rgb(120, 120, 120);
    font-size: 21px;
    background-color: rgb(250, 250, 250);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 3px;
    -webkit-appearance: none;
}

.contact form > dl > dd > textarea {
    height: 300px;
}

.contact form > dl > dd > span{
    font-size: 21px;
    position: relative;
    top: -5px;
    padding-right: 10px;
}

.contact form > button{
    width: 100%;
    max-width: 360px;
    padding: 30px 0;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background-color: #1ab543;
    display: block;
    border: 0;
}

.contact form > button:hover{
    opacity: 0.7;
}

.contact #postalcode{
    width: 20%;
    margin-bottom: 2%;
}

/*確認*/

#check dl {
    border: 1px solid #073ccc;
    margin-bottom: 6%;
    line-height: 1;
}

#check dl > dt {
    padding: 21px 18px;
    font-size: 18px;
    color: #fff;
    background-color: #073ccc;
    line-height: 2.2;
    letter-spacing: 1px;
}

#check dl > dd {
    padding: 21px 18px;
    font-size: 18px;
    line-height: 2.2;
    letter-spacing: 1px;
}

#check form button {
    width: 40%;
    max-width: 360px;
    padding: 30px 0;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background-color: #1ab543;
    border: #1ab543;
    margin: 0 15px;
}

#check form > button:hover {
    opacity: 0.7;
}

p.description {
    font-size: 18px;
    margin-bottom: 10px;
}

.button-area{
    width: 750px;
    margin: 0 auto;
}

/*送信完了*/
.thanks p {
    margin-bottom: 4.5%;
    font-size: 18px;
    text-align: center;
    line-height: 2;
    letter-spacing: 1px;
}

.thanks a {
    width: 100%;
    max-width: 360px;
    padding: 21px 0;
    margin: 0 auto;
    border-radius: 10px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #1ab543;
    display: block;
    margin-top: 50px;
    font-size: 16px;
}


@media screen and (max-width:850px){
    
    .button-area{
        width: 100%;
        margin: 0 auto;
    }
    
    .contact #postalcode{
        width: 30%;
        margin-bottom: 4%;
    }
    
}

@media screen and (max-width:480px){
    
    .contact h4{
        font-size: 3.0rem;
    }
    
    .section{
        padding: 30px;
    }
    
    .contact button{
        width: 80%;
        height: 80px;
        font-size: 2rem;
    }

    .contact form > dl > dt {
        margin-bottom: 6%;
        font-size: 1.6rem;
    }

    .contact form > dl > dd {
        margin-bottom: 6%;
    }
    
    .contact form > dl > dd > select{
        font-size: 1.6rem;
    }

    .contact form > dl > dd > input,
    .contact form > dl > dd > textarea,
    .contact form > dl > dd > select{
        padding: 11px 10px 10px;
    }
    
    .contact #postalcode{
        width: 45%;
        margin-bottom: 5%;
    }

    /*確認*/
    #check p.description {
        line-height: 1.6;
    }

    #check dl {
        margin-bottom: 7.5%;
    }

    #check dl > dt {
        padding: 21px 18px;
    }

    #check dl > dd {
        padding: 21px 18px;
    }

    #check .sendbtn button {
        max-width: 480px;
    }
    
    #check form button {
        width: 100%;
        margin: 15px auto;
    }

    /*送信完了*/

    .thanks p {
        margin-bottom: 10%;
        letter-spacing: 0;
    }

    .thanks a {
        margin-bottom: 24%;
        font-size: 1.6rem;
    }

}
/****************************
問い合わせページここまで
****************************/

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

}
