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

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

  導入

---------------------------------*/
.indroduction_wrapper{
    margin-bottom: 60px;
}
.indroduction_inner{
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}
.indroduction_inner h3{
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: 500;
}
.indroduction_inner h3 span{
    color: #1dc765;
}


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

  経営理念・経営ビジョン

---------------------------------*/
.philosophy_wrapper{
    margin-bottom: 80px;
    padding-top: 110px;
    position: relative;
    overflow: hidden;
}
.philosophy_wrapper::before{
    content: 'MANAGEMENT PHILOSOPHY';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 16%;
    color: #fcfbf7;
    font-family: 'Century Gothic', 'Montserrat', sans-serif;
    font-size: 110px;
    font-weight: 700;
    letter-spacing: .2rem;
    z-index: -1;
    width: 100%;
    text-align: center;
    height: 90px;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 30px;
}
.philosophy_inner{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
}
.philosophy_inner::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: url("../img/about/kakeru.png") center / 16px auto no-repeat;
}
.philosophy_box{
    background-color: #fff;
    border: solid 1px #3ccb9c;
    border-radius: 10px;
    width: calc(50% - 8%);
    margin: 0 4%;
    text-align: center;
    padding: 35px 20px;
    font-weight: 500;
}
.philosophy_box h3{
    font-size: 22px;
    color: #3ccb9c;
    padding-bottom: 30px;
    position: relative;
}
.philosophy_box h3::before{
    content: '';
    width: 60px;
    height: 2px;
    background-color: #3ccb9c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}


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

  行動指針

---------------------------------*/
.guideline_wrapper{
    margin-bottom: 80px;
    background-color: #f8f8f8;
    padding: 45px 0;
}
.guideline_wrapper h3{
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 30px;
}
.guideline_column{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.guideline_box{
    background-color: #fff;
    width: calc(50% - 4%);
    margin: 0 2% 4%;
    padding: 25px;
    min-height: 180px;
}
.guideline_box h4{
    font-size: 18px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}
.guideline_box h4::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url("../img/about/check.png") center / 20px auto no-repeat #fff;
    border: solid 1px #1dc765;
    transition: .35s;
}
.guideline_box p{
    border-top: solid 1px #3ccb9c;
    padding-top: 10px;
}


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

  リンク

---------------------------------*/
.link_wrapper{
    margin-bottom: 100px;
}
.link_inner{
    display: flex;
}
.link_box{
    display: block;
    width: 33.333%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-right: 1px;
    overflow: hidden;
    transition: .4s;
}
.link_box:last-of-type{
    margin-right: 0;
}
.link_box::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(70,70,70,0.4);
    transition: .6s;
    opacity: 1;
    z-index: 50;
}
.link_box:hover::before{
    background-color: rgba(70,70,70,0.2)!important;
}
.link_box img{
    transition: .6s;
}
.link_box:hover img{
    transform: scale(1.02);
}
.link_box p:last-of-type{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 55;
}
.link_box p:last-of-type span{
    display: block;
    font-family: 'Century Gothic', 'Montserrat', sans-serif;
    padding-bottom: 10px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .04rem;
    line-height: 1.2em;
}


@media print, screen and (max-width: 1000px) {
    .link_box p:last-of-type span{
        font-size: 24px;
        padding-bottom: 5px;
    }
    .link_box p:last-of-type{
        font-size: 14px;
    }
}


@media print, screen and (max-width: 750px) {
    .indroduction_wrapper{
        margin-bottom: 40px;
    }
    .indroduction_inner h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .indroduction_inner{
        width: 100%;
        max-width: 500px;
        padding: 0 20px;
    }
    .indroduction_bg{
        overflow: hidden;
    }
    .indroduction_bg img{
        width: 150%;
    }
    .philosophy_wrapper{
        margin-bottom: 40px;
        padding-top: 60px;
    }
    .philosophy_wrapper::before {
        top: 0%;
        font-size: 70px;
        letter-spacing: .1rem;
    }
    .philosophy_inner{
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        padding: 0 20px;
        display: block;
    }
    .philosophy_box{
        width: calc(100%);
        margin: 0;
        padding: 25px 10px;
    }
    .philosophy_box:first-of-type{
        margin-bottom: 50px;
    }
    .philosophy_box h3{
        font-size: 20px;
        padding-bottom: 25px;
    }
    .guideline_wrapper {
        margin-bottom: 1px;
        padding: 35px 0 20px;
    }
    .guideline_wrapper h3 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .guideline_column {
        width: 100%;
        max-width: 500px;
        display: block;
        padding: 0 20px;
    }
    .guideline_box {
        width: calc(100%);
        margin: 0 0 4%;
        padding: 15px;
        min-height: 0;
    }
    .guideline_box h4 {
        font-size: 16px;
    }
    .guideline_box p{
        line-height: 1.6em;
    }
    .link_wrapper {
        margin-bottom: 60px;
    }
    .link_inner {
        display: block;
        overflow: hidden;
    }
    .link_box {
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 1px;
    }
    .link_box p:last-of-type span {
        font-size: 28px;
        padding-bottom: 5px;
    }





















}
