@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  company menu

---------------------------------*/
.company_menu_wrapper{
    margin-bottom: 80px;
}
.company_menu_inner{
    width: 88%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.company_menu_inner a{
    display: block;
    width: calc(33.333% - 4%);
    margin: 0 2%;
    background-color: #3ccb9c;
    color: #fff;
    border: solid 1px #3ccb9c;
    line-height: 1em;
    padding: 15px 20px 15px 15px;
    border-radius: 4px;
    font-weight: 500;
    position: relative;
    transition: .35s;
}
.company_menu_inner a:hover{
    background-color: #f6f6f6;
    color: #3ccb9c;
}
.company_menu_inner a::before {
    content: '';
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url("../img/company/arrow_white.png") center / 10px 6px no-repeat;
    transition: .35s;
}
.company_menu_inner a:hover::before{
    background: url("../img/business/arrow_01.png") center / 10px 6px no-repeat;
}
.company_menu_inner a.here{
    background-color: #fff;
    color: #3ccb9c;
}
.company_menu_inner a.here::before{
    background: url("../img/business/arrow_01.png") center / 10px 6px no-repeat;
}


/*---------------------------------

  代表挨拶

---------------------------------*/
.greeting_wrapper{
    margin-bottom: 100px;
    position: relative;
}
.greeting_wrapper::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 78%;
    background-color: #f8f8f8;
    z-index: -5;
}
.greeting_wrapper h3{
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #1dc765;
    margin-bottom: 60px;
}
.greeting_inner{
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}
.president_container{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row-reverse;
    width: 98%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.president_container h4{
    width: 42%;
    margin-bottom: 10%;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .05rem;
    position: relative;
}
.president_container h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 120%;
    height: 2px;
    background-color: #3ccb9c;
}
.president_container h4 span{
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
    letter-spacing: .01rem;
}
.president_container p{
    width: 58%;
}
.greeting_inner .text{
    padding-bottom: 70px;
}
.greeting_inner .text p{
    padding-bottom: 15px;
}


@media print, screen and (max-width: 750px) {
    .company_menu_wrapper {
        margin-bottom: 50px;
    }
    .company_menu_inner {
        width: 100%;
        padding: 0 10px;
    }
    .company_menu_inner a {
        width: calc(33.333% - 10px);
        margin: 0 5px;
        line-height: 1.2em;
        padding: 8px 20px 8px 10px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .greeting_wrapper h3 {
        font-size: 22px;
        margin-bottom: 35px;
    }
    .greeting_inner {
        width: 100%;
        padding: 0 20px;
    }
    .president_container {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }
    .president_container p{
        display: block;
        margin: 0 0 0 auto;
        margin-bottom: 25px;
        width: 80%;
    }
    .president_container h4 {
        width: 100%;
        margin-bottom: 35px;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: .05rem;
        position: relative;
    }
    .president_container h4 span {
        display: block;
        font-size: 15px;
        padding-bottom: 5px;
        line-height: 1em;
    }
    .president_container h4::before {
        bottom: -15px;
        width: 100%;
    }
    .greeting_inner .text {
        padding-bottom: 30px;
    }
    .greeting_inner .text p{
        padding-bottom: 10px;
    }
    .greeting_wrapper{
        margin-bottom: 60px;
    }






}
