@charset "UFT-8";

body{
    font-family: 'Nunito Sans', sans-serif;
        overflow:hidden;
}


/* About Us
--------------------------------------------------------- */
#about_why{
    background-image: url("../../about/images/back_about.jpg");
    background-position: center center;
    background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    background-size: cover;
    padding: 5rem;
}
#about_why h1{
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #ce2e41;
    text-align: center;
}
#about_why h2{
    margin-top: 2rem;
    font-weight: 300;
    font-size: 1.8rem;
    font-style: italic;
    margin-bottom: 0.6rem;
}
#about_why p{
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
}
.about_why_back{
    background-color:rgba(255,255,255,0.9);
    padding: 3rem 4.5rem;
}
.about_why_back article{
    width: 46%;
}

.about_why_article {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
/*    padding: 0 4%; レスポンシブの時に復活させる？*/
}

#about_profile{
    padding: 4rem;
}
#about_profile h1{
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #ce2e41;
    text-align: center;
}
#about_profile p{
    line-height: 2rem;
}
.about_profile_article{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
/*    padding: 0 4%; レスポンシブの時に復活させる？*/
    padding-top: 1rem;
}
#about_profile aside{
    width: 20%;
    font-weight: bold;
}
#about_profile article{
    width: 75%;
}
#about_profile a{
    color: #000;
}
.about_profile_article_back{
    background-color: #efefef;
    padding: 2rem 5rem;
    margin-top: 3rem;
}

#about_service{
    background-color: #fff9e6;
    padding: 4rem;
}
#about_service h1{
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #ce2e41;
    text-align: center;
}
#about_service h2{
    margin-top: 1rem;
    font-weight: 300;
    font-size: 1.8rem;
    font-style: italic;
    margin-bottom: 0.6rem;
}
#about_service p{
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
}
.about_service_article{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
/*    padding: 0 4%; レスポンシブの時に復活させる？*/
    padding-top: 1rem;
}

#about_service article{
    width: 45%;
    margin-top: 2rem;
}
#about_service a{
    color: #000;
}

#about_cancel{
    background-color: #efefef;
    padding: 4rem;
}
#about_cancel h1{
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #ce2e41;
    text-align: center;
}
#about_cancel h2{
    margin-top: 1rem;
    font-weight: 300;
    font-size: 1.8rem;
    font-style: italic;
    margin-bottom: 0.6rem;
}
#about_cancel p{
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.about_cancel_article{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
/*    padding: 0 4%; レスポンシブの時に復活させる？*/
}

#about_cancel article{
    width: 45%;
    text-align: center;
}
#about_cancel a{
    color: #000;
}
#about_cancel .hr1{
    border-top: 4px solid #000;
}
#about_cancel .hr2{
    border-top: 1px solid #000;
}
.about_profile_article img{
    vertical-align: middle;
}
/* Contact
--------------------------------------------------------- */
#contact_list{
    padding: 2rem 0;
    margin-bottom: 3rem;
}
.contact_article{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 4%; レスポンシブの時に復活させる？
    max-width: 1000px;
    margin-top: 3rem;
}
.contact_article aside{
    width: 30%;
}
.contact_article aside img{
    width: 100%;
}
.contact_article article{
    width: 60%;
}
.contact_article h1{
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #000;
}
.contact_article h2{
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #000;
}
.contact_article p{
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #000;
}
.contact_article a{
    color: #000;
}
.contact_sns img{
    margin-bottom: 1rem;
}

/* Mobile
--------------------------------------------------------- */
@media (max-width: 720px){
    .wrap {
        width: 700px;
        margin: 0 auto;
    }
    #about_why{
        background-image: url("../../about/images/back_about.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 1rem;
        display: flex;
    }
    #about_why h1{
        font-weight: bold;
        font-size: 2rem;
        margin-bottom: 0.5rem;
        color: #ce2e41;
        text-align: center;
        padding-top: 1rem;
    }
    #about_why h2{
        margin-top: 1rem;
        font-weight: 300;
        font-size: 1.3rem;
        font-style: italic;
        margin-bottom: 0.6rem;
    }
    #about_why p{
        font-weight: 300;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .about_why_back{
        background-color:rgba(255,255,255,0.9);
        padding: 1rem 1rem;
    }
    .about_why_back article{
        width: 100%;
    }
    .about_why_article {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 0 4%;
        display: flex;
    }

    #about_profile{
        padding: 3rem 1rem;
        display: flex;
    }
    #about_profile h1{
        font-weight: bold;
        font-size: 2rem;
        margin-bottom: 2rem;
        color: #ce2e41;
        text-align: center;
    }
    #about_profile p{
        line-height: 1rem;
        line-height: 1.5rem;
    }
    .about_profile_article{
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0 4%;
        padding-top: 1rem;
        display: flex;
    }
    #about_profile aside{
        width: 20%;
        font-weight: bold;
    }
    #about_profile article{
        width: 75%;
    }
    #about_profile a{
        color: #000;
    }
    .about_profile_article_back{
        background-color: #efefef;
        padding: 1rem 1rem;
        margin-top: 3rem;
    }

    #about_service{
        background-color: #fff9e6;
        padding: 3rem 1rem;
        display: flex;
    }
    #about_service h1{
        font-weight: bold;
        font-size: 2rem;
        color: #ce2e41;
        text-align: center;
    }
    #about_service h2{
        margin-top: 1rem;
        font-weight: 300;
        font-size: 1.8rem;
        font-style: italic;
        margin-bottom: 0.6rem;
    }
    #about_service p{
        font-weight: 300;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .about_service_article{
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 0 4%; 
        display: flex;
    }

    #about_service article{
        width: 100%;
    }
    #about_service a{
        color: #000;
    }
    #about_service article img{
        width: 100%;
    }
    
    #about_cancel{
        background-color: #efefef;
        padding: 3rem 1rem;
        display: flex;
    }
    #about_cancel h1{
        font-weight: bold;
        font-size: 2.5rem;
        margin-bottom: 1rem;
        color: #ce2e41;
        text-align: center;
    }
    #about_cancel h2{
        font-weight: 300;
        font-size: 1.4rem;
        font-style: italic;
        line-height: 0.3rem;
    }
    #about_cancel p{
        font-weight: 300;
        font-size: 1rem;
        margin-bottom: 1rem;
         line-height: 0.1rem;
    }
    .about_cancel_article{
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 0 4%; 
    }

    #about_cancel article{
        margin-top: 1rem; width: 100%;
        text-align: center;
    }
    #about_cancel a{
        color: #000;
    }
    #about_cancel .hr1{
        border-top: 4px solid #000;
        margin-top: 1rem;
    }
    #about_cancel .hr2{
        border-top: 1px solid #000;
    }

    #contact_list{
        padding: 2rem 0;
        margin-bottom: 1rem;
        display: flex;
    }
    .contact_article{
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 0 4%; 
        display: flex;
    }
    .contact_article aside{
        width: 100%;
    }
    .contact_article aside img{
        width: 100%;
    }
    .contact_article article{
        width: 100%;
    }
    .contact_article h1{
        font-weight: 300;
        font-size: 1.5rem;
        margin-bottom: 1rem;
        color: #000;
        text-align: center;
        margin-top: 1rem;
    }
    .contact_article h2{
        font-weight: bold;
        font-size: 2.5rem;
        margin-bottom: 1rem;
        color: #000;
        text-align: center;
    }
    .contact_article p{
        font-weight: 300;
        font-size: 1rem;
        margin-bottom: 3rem;
        color: #000;
        text-align: center;
    }
    .contact_article a{
        color: #000;
    }
    .contact_sns img{
        margin-bottom: 1rem;
    }
    .contact_sns{
        text-align: center;
    }
}