@charset "UTF-8";

html{
    font-size: 100%;
}
body{
    font-family: "Hiragino Kaku Gothic ProN W6", "Hiragino Sans W6", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    line-height: 1.7;
    color: black;
}

a{
    text-decoration: none;
}

a, a:visited{
    color: inherit;
}

img{
    max-width: 100%;
}

.company-name h1{
    display: none;
}

.br-sp{
    display: none;
}

@media (max-width: 500px){
    .br-sp{
        display: block !important;
    }
}

@media (max-width: 500px){
    .br-pc{
        display: none;
    }
}

.top-header{
    height: 480px;
    background-image: url(../images/top.jpg);
    background-size: cover;
    background-position: right bottom;
}

@media (max-width: 500px){
    .top-header{
        height: 240px;
    }
}

.top-header h2{
    color: #009944;
    font-family: "Hiragino Kaku Gothic StdN W8", "Hiragino Sans", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 800;
    font-size: 4rem;
    line-height: 1.2;
    margin-left: 10rem;
}

@media (max-width: 500px){
    .top-header h2{
        font-size: 2rem;
        line-height: 1.2;
        margin-left: 1rem;
    }
}

.top-header h3{
    margin-left: 10rem;
}

@media (max-width: 500px){
    .top-header h3{
        margin-left: 1rem;
        font-size: 0.8rem;
    }
}

.header-page{
    display: flex;
    justify-content: space-between;
    padding-right: 1rem;
}

.logo{
    width: 60px;
}

@media (max-width: 500px){
    .logo{
        width: 40px;
        margin-top: 5px;
    }
}

.main-nav{
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    font-size: 1.2rem;
    list-style-type: none;
    padding-top: 1rem;
}

@media (max-width: 500px){
    .main-nav{
        display: none !important;
    }
}

@media (min-width: 501px){
    .sp-menu{
        display: none !important
    }
}

@media (max-width: 500px){
    .btn-menu{
        position: absolute;
        top: 15px;
        right:12px;
    }
    .sp-main-nav{
        background: rgba(255, 255, 255, 0.95);
        width: 100%;
        position: absolute;
        z-index: 2;
        top: 50px;
        right: 0;
        overflow: hidden;
        opacity: 0;
        transition: .5s;
    }
    .sp-main-nav li{
        text-align: center;
        margin: 1.5rem 0;
    }
    .sp-main-nav a{
        display: block;
    }
    .sp-main-nav.open-menu{
        opacity: 100 !important;
    }
}

.main-nav a:hover{
    color: #009944;
}

.top-about{
    background-image: url(../images/top_about.jpg);
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.about-title{
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    background-color: #009944;
    font-size: 1.2rem;
    color: white;
    border-radius: 2rem;
    padding: 0.75rem 5rem;
}

@media (max-width: 500px){
    .about-title{
        max-width: 90%;
        font-size: 1rem;
        padding: 0.75rem 2rem;
    }
}


.about-content{
    max-width: 640px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4rem;
    padding: 0.75rem 1rem;
}

.br-sp{
    display: none;
}

@media (max-width: 500px){
    .about-content{
        max-width: 90%;
        line-height: 1.8;
    }
}


.main-content{

}

.content{
    display: flex;
    justify-content: center;
    margin-top: 5rem;
    gap: 40px;
}

@media (max-width: 500px){
    .content{
        display: inherit;
        max-width: 90%;
        margin-top: 2rem;
        margin-right: auto;
        margin-left: auto;
    }

}

.content h2{
    font-family: "Hiragino Kaku Gothic StdN W8", "Hiragino Sans", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2;
}

.content h2::first-letter{
    color: #009944;
}

.content h3{

}

.content h3::first-letter{
    color: #009944;
}

.content p{
    margin-top: 2rem;
}

@media (max-width: 500px){
    .content p{
        margin-top: 1.5rem;
    }
}

.sentence{
    max-width: 420px;
}

@media (max-width: 500px){
    .sentence p{
        margin-bottom: 1rem;
    }
}

.sentence .btn{
    display: inline-block;
    background-color: #009944;
    color: #FFFFFF;
    border-radius: 2rem;
    padding: 0.75rem 1.5rem;
}

.btn-center{
    text-align: center;
    margin-top: 2rem;
}

@media (max-width: 500px){
    .btn-center{
        margin-top: 0rem;
        margin-bottom: 1.5rem;
    }
}

.btn{
    font-family: "Hiragino Kaku Gothic StdN W8", "Hiragino Sans", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 800;
}

.btn:hover{
    color: #FDD000;
}

.picture{
    max-width: 420px;
}

.contact{
    max-width: 720px;
    background: rgba(253, 208, 0, 0.7);
    text-align: center;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

@media (max-width: 500px){
    .contact{
        max-width: 90%;
        margin-top: 3rem;
    }
}

.contact h2{
    font-family: "Hiragino Kaku Gothic StdN W8", "Hiragino Sans", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2;
}

.contact h2::first-letter{
    color: #009944;
}

.contact h3{

}

.contact h3::first-letter{
    color: #009944;
}

.tel{
    font-size: 2rem;
}

@media (max-width: 500px){
    .contact p{
        padding: 0.5rem;
    }
    .tel{
        font-size: 1.5rem;
    }
}

.footer-main{
    font-size: 0.85rem;
    color: #FFFFFF;
    background-color: #333333;
    margin-top: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    justify-content: center;
}

@media (max-width: 500px){
    .footer-main{
        display: inherit;
        justify-content: inherit;
        text-align: center;
    }
}

.footer-company{
    margin-right: 5rem;
}

@media (max-width: 500px){
    .footer-company{
        margin-right: 0rem;
    }
    .footer-company p{
        max-width: 300px;
        margin: 0 auto;
        text-align: left;
    }
}

.company-logo{
    max-width: 300px;
}


.footer-menu{
    list-style-type: none;
    display: grid;
    grid-template-columns: 100px 100px;
    list-style-type: "-  ";
}

@media (max-width: 500px){
    .footer-menu{
        max-width: 300px;
        margin: 0 auto;
        margin-top: 1rem;
        text-align: left;
        justify-content: space-around;
        grid-template-columns: auto auto;
        row-gap: 0.5rem;
    }
}

.footer-menu a:hover{
    color: #FDD000;
}

.footer-copyright{
    text-align: center;
    font-size: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.business-header{
    height: 360px;
    background-image: url(../images/business.jpg);
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
    background-size: cover;
    background-position: center;
}

@media (max-width: 500px){
    .business-header{
        height: 180px;
    }
}

.business-header h2{
    color: black;
    font-family: "Hiragino Kaku Gothic StdN W8", "Hiragino Sans", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 800;
    font-size: 4rem;
    line-height: 1.2;
    margin-top: 5rem;
    margin-left: 10rem;
}

@media (max-width: 500px){
    .business-header h2{
        font-size: 2rem;
        line-height: 1.2;
        margin-top: 1.8rem;
        margin-left: 1rem;
    }
}


.business-header h2::first-letter{
    color: #009944;
}

.business-header h3{
    margin-left: 10rem;
}

@media (max-width: 500px){
    .business-header h3{
        margin-left: 1rem;
        font-size: 0.8rem;
    }
}

.business-header h3::first-letter{
    color: #009944;
}

.business-about{
    background-image: url(../images/business_about.jpg);
    background-color: rgba(000, 000, 000, 0.6);
    background-blend-mode: darken;
    background-size: cover;
    background-position: right;
    color: #FFFFFF;
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.business-about p{
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 500px){
    .business-about p{
        max-width: 90%;
    }
}

.business-about span{
    color: #FDD000;
}

.about-margin{
    margin-top: 2rem;
}


.company-header{
    height: 360px;
    background-image: url(../images/company.jpg);
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    background-size: cover;
    background-position: right top;
}

@media (max-width: 500px){
    .company-header{
        height: 180px;
    }
}

.company-header h2{
    color: black;
    font-family: "Hiragino Kaku Gothic StdN W8", "Hiragino Sans", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 800;
    font-size: 4rem;
    line-height: 1.2;
    margin-top: 5rem;
    margin-left: 10rem;
}

@media (max-width: 500px){
    .company-header h2{
        font-size: 2rem;
        line-height: 1.2;
        margin-top: 1.8rem;
        margin-left: 1rem;
    }
}

.company-header h2::first-letter{
    color: #009944;
}

.company-header h3{
    margin-left: 10rem;
}

@media (max-width: 500px){
    .company-header h3{
        margin-left: 1rem;
        font-size: 0.8rem;
    }
}

.company-header h3::first-letter{
    color: #009944;
}

.company-sentence{
    max-width: 640px;
}

@media (max-width: 500px){
    .company-sentence{
        margin-bottom: 1rem;
    }
}

.company-subtitle{
    text-align: center;
    font-size: 1.4rem;
    margin-top: 2rem;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", serif;
}

.profile{
    text-align: center;
}

.profile-name{
    font-family: "kokuryu", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
}

.profile-picture{
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.information{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
}

@media (max-width: 500px){
    .information{
        max-width: 90%;
    }
}

.information h2{
    font-family: "Hiragino Kaku Gothic StdN W8", "Hiragino Sans", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2;
}

.information h2::first-letter{
    color: #009944;
}

.information h3{

}

.information h3::first-letter{
    color: #009944;
}

.info-table{
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}

.info-table th, .info-table td{
    border-bottom: 1px solid #009944;
}

.info-table th{
    text-align: left;
    padding: 1rem;
    padding-left: 2rem;
}

@media (max-width: 500px){
    .info-table th{
        padding-left: 0rem;
    }
}

.info-table td{
    padding: 1rem 0;
    padding-left: 2rem;
    padding-right: 3rem;
}

@media (max-width: 500px){
    .info-table td{
        padding-left: 0rem;
        padding-right: 0rem;
    }

}


