﻿.about-box{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.about-all-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    box-sizing: border-box;
    padding: 150px 0;
}
.about-info-img{
    width: 400px;
    height: 600px;
    display: inline-block;
    vertical-align: top;
}
.about-info-text-box{
    width: calc(100% - 400px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 50px 0;
    padding-left: 60px;
}
.about-info-text-name{
    font-family: "jf-openhuninn";
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #64A600;
    letter-spacing: 0.2em;
}
.about-info-text-h3{
    font-family: "jf-openhuninn";
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #000;
    letter-spacing: 0.2em;
    margin-top: 10px;
}
.about-info-text{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
}
.about-info-text p{
    font-family: "jf-openhuninn";
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    color: #000;
    letter-spacing: 0.06em;
}
.about-info-text p:nth-child(n + 2){
    margin-top: 10px;
}
.about-info-icon{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.about-info-icon:nth-child(2){
    margin: 0 5%;
}
.about-info-icon-text{
    font-family: "jf-openhuninn";
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    letter-spacing: 0.06em;
}
.about-info-icon-img{
    font-size: 60px;
    color: #64A600;
}


.about-project-box{
    margin-top: 200px;
}
.about-project-img-box{
    width: 500px;
    height: 750px;
    display: inline-block;
    vertical-align: top;
}
.about-project-text-box{
    width: calc(100% - 500px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 50px 0;
    padding-right: 60px;
}
.about-project-list-box{
    margin-top: 40px;
}
.about-project-list{
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}
.about-project-list:nth-child(n + 2){
    margin-top: 15px;
}
.about-project-list::before{
    content: "";
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 20px;
    left: 0;
}
.about-project-list-name{
    font-family: "jf-openhuninn";
    font-size: 26px;
    line-height: 1.4;
    color: #000;
    letter-spacing: 0.06em;
}
.about-project-list-text{
    font-family: "jf-openhuninn";
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    letter-spacing: 0.06em;
}



@media only screen and (max-width: 1200px){
    .about-all-box{
        width: 1000px;
        padding: 100px 0;
    }
}
@media only screen and (max-width: 1000px){
    .about-all-box{
        width: 750px;
        padding: 60px 0;
    }
    .about-info-text-box{
        padding: 20px 0;
        padding-left: 30px;
    }
}
@media only screen and (max-width: 768px){
    .about-all-box{
        width: 550px;
        padding: 40px 0;
    }
    .about-info-text-box{
        width: 100%;
        display: block;
        padding: 20px 0;
    }
    .about-info-img{
        max-width: 100%;
        max-height: calc((300 / 200) * 100vw);
    }
    .about-info-text-name{
        font-size: 18px;
    }
    .about-info-text-h3{
        font-size: 24px;
    }
}
@media only screen and (max-width: 550px){
    .about-all-box{
        width: calc(100vw - 40px);
        padding: 20px 0;
    }
    .about-info-text-name{
        font-size: 16px;
    }
    .about-info-text-h3{
        font-size: 20px;
        margin-top: 5px;
    }
    .about-info-text{
        padding: 20px 0;
    }
    .about-info-text p{
        line-height: 1.4;
    }
    .about-info-icon-text{
        font-size: 16px;
    }
}



@media only screen and (min-width: 1001px){
    .about-info-img{
        animation: fadeInRight 1s ease 0s 1 both;
    }
    .about-info-text-box{
        animation: fadeInRight 1s ease .6s 1 both;
    }
    .about-info-icon-box{
        animation: fadeInUp 1s ease 1.2s 1 both;
    }
}