

body{
    background-color: #F0F0F0;
    color: #000000;
}

img{
    width:100%;
}

.wrapper{
    margin:0 auto;
    padding:0 16px;
    max-width: 1000px;
    width:100%;
}

#header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:80px;
}

h1{
    width:100px;
    margin-right:60px ;
}
#header .inner {
    display: flex;
    align-items: center;
}

#header .inner ul{
    display: flex;
    align-items: center;
}

#header .inner li{
    margin-right: 30px;
}

#header .inner li:last-child{
    margin-right: 0;
}

#header .contact {
    display: inline-block;
    width:200px;
    height:80px;
    background-color: #000000;
    color: #F0F0F0;
    text-align: center;
    line-height: 80px;
}

.mainvisual{
    margin-bottom:130px ;
}

.fv{
    width:100%;
    object-fit: cover;
    height: calc(100vh - 80px);
}

.section-title{
    font-size: 36px;
    letter-spacing:0.3em;
    margin-bottom:20px;
}

.section-text{
    font-size: 14px;
    margin-bottom:40px ;
}

.section-text::after{
    content: "";
    width:40px;
    height:2px;
    background-color: #000000;
    display: block;
    margin-top: 40px;
}

.lists{
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
}
.list{
    border-right: 1px solid #000000;
    width:32%;
    padding: 10px 20px;
}
.list:first-child{
    padding-left: 0;
}

.list:last-child{
    border-right: none;
    padding-right: 0;
}

.time{
    margin-right: 26px;
    font-size: 14px;
    margin-bottom:20px ;
}

.time span{
    background-color: #000000;
    color: #F0F0F0;
    line-height: 20px;
    width:50px;
    height:20px;
    display: inline-block;
    text-align: center;
    margin-left:20px ;
}

#about{
    display: flex;
    margin-bottom:120px;
}

#about .img{
    width:55%;
    height:400px;
}

#about .img img{
    width:100%;
    object-fit: cover;
}
.text{
    padding:200px 70px 0 70px;
    width:45%;
}

.section-p{
    line-height: 2.5;
}

.business{
    display: flex;
    margin-bottom: 120px;
    justify-content: space-between;
    padding: 0 10%;
}

.business01{
    width: 46%;
  margin-top: 100px;
}

.business02{
    width: 46%;
}

.business-img{

    margin-top: 53px;
}

.business .title{
    font-size: 15px;
    margin:0 0 10px 18px;
    position: relative;
    font-weight: bold;
}

.business .title::before{
    content:"";
    width:8px;
    height: 1px;
    display: block;
    background-color: #000000;
    position:absolute;
    top:50%;
    left:-18px;
}

#company{
    display: flex;
    align-items: center;
    position: relative;
    height:750px;
}
.company-text{
    background-color: #ffffff;
    padding: 100px 8% 100px 6%;
    width:55%;
    position: absolute;
    top:0;
    left:0;
}

.company-text dl{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
}

.company-text dt{
    font-weight: normal;
    width:20%;
    font-size: 14px;
    margin-top: 10px;
}
.company-img{
    width:53%;
    position: absolute;
    top:115px;
    right: 0;
}
.company-img img{
    width:100%;
    height:400px;
    object-fit: cover;
}
#company dd{
    width:80%;
    margin-top: 10px;
}
.add{
    margin-left:20%;
}

#fotter{
    background-color: #ffffff;
    padding: 80px 0 60px;
}

#fotter .flex{
    display: flex;
    justify-content: space-between;
}

#fotter .logo{
    width:100px;
    height:26px;
}

.info{
    line-height: 1.5;
}
.copyright{
    font-size: 12px;
}

@media screen and (max-width:900px) {
    .logo{
        width:80px;
        margin-bottom: 10px;
    }
    .section-title{
        font-size: 34px;
        margin-bottom: 30px;
    }

    #header .inner{
        flex-direction: column;
        align-items: flex-start;
    }
    #header .contact{
        display: none;
    }

    #news .lists{
        flex-direction: column;
    }
    #news .list{
        width:100%;
        border-right: none;
        padding: 10px 0;
        margin-bottom: 20px;
    }
    #about {
        flex-direction: column;
    }
    #about .img{
        width:100%;
        height:300px;
        margin-bottom: 30px;
    }
    #about .section-p{
        width:100%;
    }
    #about .text{
        padding: 0 16px;
        width:100%;
    }

    .business{
        flex-direction: column;
        padding: 0;
    }

    .business01{
        width:100%;
        margin: 0 0 30px 0;
        margin-bottom: 0;
    }

    #business .business .business02{
        width:100%;
    }

    #business .business .business-img {
        text-align: center;
        margin-bottom: 30px;
      }

    #business .business .title{
        text-align: left;
    }

    #company {
        flex-direction: column;
        height:auto;
        position: static;
   
    }
    #company .company-text{
        width:100%;
        position: static;
        padding: 40px 20px;
        margin-top: 20px;
    }
    /*.company-text dl{
        flex-direction: column;

    }*/
    #company dt{
        width: 100%;
        margin-top: 20px;
    }
    #company dd{
        width: 100%;
        padding-left: 14px;
        margin-top: 5px;
    }

    .company-img{
        width:100%;
        padding: 0;
        position: static;
    } 
    .add{
        margin-left: 0;
    }
    #fotter .flex{
        flex-direction: column;
        margin-bottom: 50px;
    }


}