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

  共通

---------------------------------*/
.wrapper .column{
    display: flex;
}
.wrapper .column .left{
    width: 25%;
    font-size: 22px;
    font-weight: 600;
    text-align: right;
    padding-top: 80px;
}
.wrapper .column .left h3{
    padding-right: 16%;
    position: sticky;
    top: 100px;
}
.wrapper .column .right{
    border-left: solid 1px #363636;
    border-bottom: solid 1px #363636;
    width: -webkit-fill-available;
}


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

  代表挨拶

---------------------------------*/
.greeting .right .inner{
    max-width: 1000px;
    padding: 80px 7%;
}
.greeting .right .inner .image{
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    border:solid 1px #363636;
    overflow: hidden;
    position: relative;
    z-index: 1;
    will-change: transform;
    margin-bottom: 45px;
}
.greeting .right .inner .text{
    padding-right: 8%;
}
.greeting .right .inner .text h4{
    font-size: 24px;
    line-height: 1.8em;
    margin-bottom: 25px;
}
.greeting .right .inner .text p{
    padding-bottom: 15px;
}
.greeting .right .inner .text p:last-of-type{
    padding-bottom: 25px;
}
.greeting .right .inner .text .name{
    text-align: right;
    display: block;
}


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

  会社概要

---------------------------------*/
.overview .right .inner{
    max-width: 1000px;
    padding: 80px 7%;
}
.overview .right .image{
    border-bottom: solid 1px #363636;
    min-height: 460px;
    height: 40vh;
    overflow: hidden;
}
.overview .right .image .size_02{
    display: none;
}
.overview .right .image .size_03{
    display: none;
}
.overview .right table{
    width: 100%;
}
.overview .right table tr th,.overview .right table tr td{
    border-top: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
    padding: 26px 0;
    line-height: 1.6em;
}
.overview .right table tr th{
    width: 20%;
    text-align: left;
}
.overview .right table tr td{
    width: 80%;
}
.overview .address{
    position: relative;
    display: inline-block;
    padding-right: 18px;
}
.overview .address .map_link{
    display: block;
    width: 12px;
    position: absolute;
    right: 0;
    bottom: 5px;
}
.overview .address .map_link:hover{
    opacity: .6;
}
@media print, screen and (max-width: 1350px) {
    .overview .right .image {
        min-height: 360px;
    }
    .overview .right .image .size_01{
        display: none;
    }
    .overview .right .image .size_02{
        display: block;
    }
}


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

 　沿革

---------------------------------*/
.wrapper .column.history .right{
    padding: 0;
    border-bottom: none;
}
.history .right .image{
    border-bottom: solid 1px #363636;
    min-height: 460px;
    height: 40vh;
    overflow: hidden;
}
.history .right .image .size_02{
    display: none;
}
.history .right .image .size_03{
    display: none;
}
@media print, screen and (max-width: 1350px) {
    .history .right .image {
        min-height: 360px;
    }
    .history .right .image .size_01{
        display: none;
    }
    .history .right .image .size_02{
        display: block;
    }
}
.history .right .inner{
    padding: 80px 7% 120px;
    max-width: 1000px;
}
.history .right table{
    width: 100%;
}
.history .right table caption{
    text-align: left;
    font-size: 18px;
    padding-bottom: 35px;
}
.history .right table tr th,.history .right table tr td{
    border-top: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
    padding: 26px 0;
    line-height: 1.6em;
}
.history .right table tr th{
    width: 20%;
    text-align: left;
}
.history .right table tr td{
    width: 80%;
}


@media print, screen and (max-width: 1200px) {
    .wrapper .column .left{
        font-size: 18px;
    }   
}


@media print, screen and (max-width: 750px) {
    /*---------------------------------

      共通

    ---------------------------------*/
    .wrapper .column{
        display: block;
    }
    .wrapper .column .left{
        width: 100%;
        font-size: 18px;
        text-align: left;
        padding: 25px;
        border-bottom: solid 1px #363636;
    }
    .wrapper .column .left h3{
        padding-right: 0;
    }
    .wrapper .column .right{
        border-left: none;
        border-bottom: solid 1px #363636;
        width: -webkit-fill-available;
    }


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

      代表挨拶

    ---------------------------------*/
    .greeting .right .inner{
        display: block;
        padding: 45px 20px;
    }
    .greeting .right .inner .image{
        margin-bottom: 25px;
    }
    .greeting .right .inner .text{
        width: 100%;
        padding-right: 0;
    }
    .greeting .right .inner .text h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .greeting .right .inner .text p{
        padding-bottom: 10px;
    }
    .greeting .right .inner .text p:last-of-type{
        padding-bottom: 20px;
    }


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

      会社概要

    ---------------------------------*/
    .overview .right .image .size_02{
        display: none;
    }
    .overview .right .image .size_03{
        display: block;
    }
    .overview .right .image{
        height: 260px;
        min-height: inherit;
    }
    .overview .right .inner {
        padding: 45px 20px;
    }
    .overview .right table tr th, .overview .right table tr td{
        padding: 22px 0;
        line-height: 1.4em;
    }
    .overview .right table tr th{
        width: 100%;
        display: block;
        font-size: 14px;
        border-bottom: none;
        padding-bottom: 16px;
    }
    .overview .right table tr td{
        width: 100%;
        display: block;
        border-bottom: none;
        border-top: none;
        padding-top: 0;
    }
    .overview .right table tr:last-of-type td{
        border-bottom: solid 1px #bbbbbb;
    }
    .overview .address .map_link{
        bottom: 3px;
    }

    

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

      沿革

    ---------------------------------*/
    .history .right .image .size_02{
        display: none;
    }
    .history .right .image .size_03{
        display: block;
    }
    .history .right .image{
        height: 300px;
        min-height: inherit;
    }
    .history .right .inner {
        padding: 40px 20px 60px;
    }
    .history .right table caption{
        padding-bottom: 20px;
    }
    .history .right table tr th, .history .right table tr td{
        padding: 22px 0;
        line-height: 1.4em;
    }
    .history .right table tr th{
        width: 100%;
        display: block;
        font-size: 14px;
        border-bottom: none;
        padding-bottom: 16px;
    }
    .history .right table tr td{
        width: 100%;
        display: block;
        border-bottom: none;
        border-top: none;
        padding-top: 0;
    }
    .history .right table tr:last-of-type td{
        border-bottom: solid 1px #bbbbbb;
    }
    
    
    
    
    
    
    
    
}
@media print, screen and (max-width: 400px) {
    .history .right .image{
        height: 260px;
    }
}