﻿/*----------
COMPANY - common
----------*/
.ft-company-menu{
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
}
.ft-company-menu .each{
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 50px 20px 30px;
    width: calc(310 / 1000 * 100%);
    border: 1px solid #ddd;
    margin-right: calc(35 / 1000 * 100%);
    transition: color .5s;
}
.ft-company-menu .each:nth-child(3n){
    margin-right: 0;
}
.ft-company-menu .each:nth-child(n+4){
    margin-top: 35px;
}
.ft-company-menu .each:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: #00b681;
    transition: width .3s;
}
.ft-company-menu .each:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.ft-company-menu .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
.ft-company-menu .each:hover,
.ft-company-menu .each.current{
    color: #fff;
}
.ft-company-menu .each:hover:before,
.ft-company-menu .each.current:before{
    width: calc(100% + 2px);
}
.ft-company-menu .each:hover:after,
.ft-company-menu .each.current:after{
    background: url(../../images/common/ico_arrow_circle_w.svg) no-repeat center center;
    background-size: contain;
}
.btn-rounded{
    text-align: center;
}
.btn-rounded a{
    position: relative;
    color: #00b681;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #00b681;
    border-radius: 100px;
    padding: 30px 60px;
    max-width:448px;
    width: 100%;
    transition: 0.5s;
}
.btn-rounded a:after{
    content: "";
    position: absolute;
    right: 40px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
}
.btn-rounded a:hover{
    background: #00b681;
    color: #fff;
}
.btn-rounded a:hover:after{
    background: url(../../images/common/ico_arrow_circle_w.svg) no-repeat center center;
    background-size: contain;

}

@media screen and (max-width: 768px){
.ft-company-menu{
    margin-top: 60px;
}
.ft-company-menu .each{
    padding: 10px 20px 10px 15px;
    width: calc(320 / 650 * 100%);
    margin-right: calc(10 / 650 * 100%);
}
.ft-company-menu .each:nth-child(3n){
    margin-right: calc(10 / 650 * 100%);
}
.ft-company-menu .each:nth-child(even){
    /* margin-right: calc(10 / 650 * 100%); */
    margin-right: 0;
}
.ft-company-menu .each:nth-child(n+3){
    /* margin-top: 13px; */
    margin-top: calc(10 / 650 * 100%);
}
.ft-company-menu .each:after{
    right: 10px;
    top: calc(50% - 4px);
    width: 9px;
    height: 9px;
}
.ft-company-menu .each p{
    font-size: 11px;
}


}



/*----------
COMPANY - top
----------*/
.company-menus{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.company-menus .each{
    display: block;
    position: relative;
    width: calc(306 / 1000 * 100%);
    margin-right: calc(41 / 1000 * 100%);
    padding-top: calc(260 / 1000 * 100%);
    overflow: hidden;
}
.company-menus .each:nth-child(3n){
    margin-right: 0;
}
.company-menus .each:nth-child(n+4){
    margin-top: 50px;
}
.company-menus .each img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s;
}
.company-menus .each:hover img{
    transform: scale(1.1);
}
.company-menus .each .title{
    position: absolute;
    bottom: 0;
    background: rgba(80,80,80,0.85);
    border-left: 2px solid #00b681;
    padding: 13px 40px 13px 15px;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
.company-menus .each .title:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
    width: 15px;
    height: 15px;
    background: url(../../images/common/ico_arrow_circle_w.svg) no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 768px){

    .company-menus .each{
        width: 48%;
        margin-right: 4%;
        padding-top: calc(133 / 325 * 100%);
    }
    .company-menus .each:nth-child(3n){
        margin-right: 4%;
    }
    .company-menus .each:nth-child(2n){
        margin-right: 0%;
    }
    .company-menus .each:nth-child(n+3){
        margin-top: 40px;
    }
    .company-menus .each .title:after{
        right: 10px;
        top: calc(50% - 5px);
        width: 10px;
        height: 10px;
    }

    .company-menus .each .title{
        padding: 8px 25px 8px 10px;
        font-size: 14px;
        line-height: 1.4;
    }

}

/*----------
COMPANY - profile
----------*/
.profile-block{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.profile-block .img{
    width: calc(340 / 1000 * 100%);
}
.profile-block .data{
    width: calc(620 / 1000 * 100%);
}
.profile-block .data dl{
    display: flex;
    border-bottom: 1px dashed #e3e3e3;
    line-height: 1.5;
}
.profile-block .data dl:first-child{
    border-top: 1px dashed #e3e3e3;
}
.profile-block .data dt{
    background: #f7f7f7;
    width: 140px;
    padding: 20px 10px;
    font-size: 14px;
    text-align: center;
}
.profile-block .data dd{
    width: calc(100% - 140px);
    padding: 20px 10px 20px 30px;
    font-size: 14px;
}
.profile-block .data dd .anno{
    font-size: 12px;
}
.profile-block .data .pdf{
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
}
.profile-block .data .link-access{
    color: #00b681;
    text-decoration: underline;
}
.profile-block .data .pdf a{
    position: relative;
    display: inline-block;
    text-decoration: underline;
    padding-right: 20px;
}
.profile-block .data .pdf a:after{
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
    width: 14px;
    height: 18px;
    background: url(../../images/common/ico_pdf.png) no-repeat center center;
    background-size: contain;
}
.profile-officer{
    width: 80%;
    margin-left: auto;
    padding: 20px 0 20px 40px;
    border-left: 1px solid #ddd;
}
.profile-officer dl{
    display: flex;
    font-size: 14px;
    line-height: 1.5;
}
.profile-officer dl+dl{
    margin-top: 30px;
}
.profile-officer dt{
    width: calc(520 / 760 * 100%);
    padding-right: 20px;
}
.profile-officer dd{
    width: calc(240 / 760 * 100%);
}

@media screen and (max-width: 768px){

.profile-block{
    display: block;
}
.profile-block .img{
    width: calc(450 / 650 * 100%);
    margin: 0 auto 30px;
}
.profile-block .data{
    width: 100%;
}
.profile-block .data dl{
    display: block;
    border-bottom: none;
    line-height: 1.5;
}
.profile-block .data dl:first-child{
    border-top: none;
}
.profile-block .data dt{
    width: 100%;
    padding: 15px 15px 10px;
    font-size: 11px;
    text-align: left;
}
.profile-block .data dd{
    width: 100%;
    padding: 15px;
    font-size: 11px;
}
.profile-block .data dd .anno{
    font-size: 12px;
}
.profile-block .data .pdf{
    margin-top: 40px;
    font-size: 13px;
}
.profile-officer{
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
    border-left: none;
}
.profile-officer dl{
    font-size: 11px;
}
.profile-officer dl+dl{
    margin-top: 25px;
}
.profile-officer dt{
    width: calc(100% - 80px);
    padding-right: 20px;
}
.profile-officer dd{
    width: 80px;
}


}


/*----------
COMPANY - network
----------*/
.company-anchor{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.company-anchor .each{
    position: relative;
    width: calc(226 / 1000 * 100%);
    margin-right: calc(32 / 1000  * 100%);
    padding-bottom: 10px;
    border-bottom: 1px solid #00b681;
    padding-right: 20px;
    line-height: 1.2;
}
.company-anchor .each:after{
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
    transform: rotate(90deg);
}
.company-anchor-governance .each{
    width: calc(280 / 1000 * 100%);
}
.company-anchor .each:nth-child(4n){
    margin-right: 0;
}
.company-anchor .each:nth-child(n+5){
    margin-top: 40px;
}
.network-block{
    margin-top: 30px;
    display: flex;
}
.network-block .heading{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 30%;
    padding: 10px 3%;
    background: #f7f7f7;
}
.network-block .heading .name{
    font-size: 20px;
    width: 100%;
    line-height: 1.5;
}
.network-block .heading .prefectures{
    font-size: 12px;
    width: 100%;
    margin-top: 5px;
}
.network-block .heading .prefectures .label{
    display: inline-block;
    background: #fff;
    padding: 2px 5px;
    margin-right: 10px;
}
.network-block .content{
    width: 70%;
    border: 1px solid #f7f7f7;
    padding: 20px 40px;
}
.network-block .content .zip{
    line-height: 1.5;
}
.network-block .content .link-map{
    margin-top: 10px;
    font-size: 12px;
    color: #00b681;
    text-decoration: underline;
}
.network-block .content .other-place .label{
    display: inline-block;
    background: #505050;
    padding: 3px 5px;
    color: #fff;
    line-height: 1.1;
}

@media screen and (max-width: 768px){

.company-anchor .each{
    position: relative;
    width: 47.5%;
    margin-right: 5%;
    padding-bottom: 10px;
    border-bottom: 1px solid #00b681;
}
.company-anchor-governance .each{
    width: 47.5%;
}

.company-anchor .each:nth-child(4n){
    /* margin-right: 5%; */
}
.company-anchor .each:nth-child(2n){
    margin-right: 0;
}
.company-anchor .each:nth-child(n+3){
    margin-top: 30px;
}
.network-block{
    margin-top: 40px;
    display: block;
}
.network-block .heading{
    display: block;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    background: #f7f7f7;
}
.network-block .content{
    width: 100%;
    border: 1px solid #f7f7f7;
    padding: 20px;
}



}


/*----------
COMPANY - message
----------*/
.message-block{
    width: 78%;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
}
.message-block .ceo{
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #f7f7f7;
    text-align: right;
}
.message-block .ceo .name{
    font-size: 24px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;;
}
@media screen and (max-width: 768px){
.message-block{
    width: 100%;
    margin-top: 35px;
}
.message-block .ceo{
    margin-top: 30px;
    padding-top: 15px;
}
.message-block .ceo .name{
    font-size: 18px;
}
}

/*----------
COMPANY - governance
----------*/
.governance-block{
    display: flex;
    margin-top: 60px;
}
.governance-block .title{
    width: 25%;
    padding-right: 10px;
}
.governance-block .title .blocktitle{
    margin-top: 0.5em;
}
.governance-block .content{
    width: 75%;
}
.guideline .link-guideline{
    color: #505050;
}
@media screen and (max-width: 768px){
.governance-block{
    display: block;
}
.governance-block .title{
    width: 100%;
    padding-right: 0;
}
.governance-block .content{
    width: 100%;
}


}

/*----------
COMPANY - equipmtn
----------*/
.equipment-caption{
    font-size: 12px;
    color: #646464;
    margin-top: 5px;
    text-align: right;
}

.equip-vt01{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}
.equip-vt01 .each{
    width: 47.5%;
}
.equip-vt01 .each:nth-child(n+3){
    margin-top: 30px;
}
.equip-premium{
    background: url(../../images/company/equipment/04.jpg) no-repeat left center;
    background-size: cover;
    padding: 60px;
    margin-top: 60px;
}
.equip-premium .txt{
    background: #fff;
    padding: 60px 50px;
    width: 39.5%;
    margin-left: auto;
}
.equip-premium .txt a{
    color: #00b681;
    text-decoration: underline;
}
.equip-vt02{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.equip-vt02 .each{
    width: 30.8%;
}
.equip-vt03{
    display: flex;
    justify-content: space-between;
    margin-top: 1.5em;
}
.equip-vt03 .each01{
    width: 63%;
}
.equip-vt03 .each02{
    width: 33%;
}
.equip-vt04{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.equip-vt04 .img{
    width: 39.3%;
}
.equip-vt04 .txt{
    width: 55%;
}
.equip-vt05{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.equip-vt05 .each{
    width: 31%;
    background: #f7f7f7;
    padding: 20px;
}
.equip-vt06{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5em;
}
.equip-vt06 .each{
    width: 48%;
}
.equip-vt07{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5em;
}
.equip-vt07 .img01{
    width: 30%;
}
.equip-vt07 .img02{
    width: 67%;
}


.equip-en{
    font-size: 12px;
    line-height: 1.3;
    color: #646464;
}

@media screen and (max-width: 768px){
    .equip-premium{
        background: url(../../images/company/equipment/04.jpg) no-repeat left top;
        background-size: 180% auto;
        padding: 0;
        padding-top: 60%;
        margin-top: 60px;
    }
    .equip-premium .subtitle{
        margin-top: 1.5em;
    }
    .equip-premium .txt{
        padding: 0;
        width: 100%;
    }
    .equip-vt01 img,
    .equip-vt02 img,
    .equip-vt03 img,
    .equip-vt04 img,
    .equip-vt05 img,
    .equip-vt06 img{
        width: 100%;
    }

    .equip-vt01{
        display: block;
        margin-top: 60px;
    }
    .equip-vt01 .each{
        width: 100%;
        margin-top: 1.5em;
    }
    .equip-vt01 .each:nth-child(n+3){
        margin-top: 30px;
    }
    .equip-vt02{
        display: block;
        margin-top: 60px;
    }
    .equip-vt02 .each{
        width: 100%;
    }
    .equip-vt03{
        display: block;
        margin-top: 1.5em;
    }
    .equip-vt03 .each01{
        width: 100%;
    }
    .equip-vt03 .each02{
        width: 100%;
        margin-top: 1.5em;
    }
    .equip-vt04{
        display: block;
        margin-top: 60px;
    }
    .equip-vt04 .img{
        width: 100%;
    }
    .equip-vt04 .txt{
        width: 100%;
        margin-top: 1.5em;
    }
    .equip-vt05{
        display: block;
        margin-top: 60px;
    }
    .equip-vt05 .each{
        width: 100%;
        padding: 20px;
        margin-top: 1.5em;
    }
    .equip-vt06{
        display: block;
        align-items: center;
        margin-top: 1.5em;
    }
    .equip-vt06 .each{
        width: 100%;
        margin-top: 1.5em;
    }
    .equip-vt07{
        display: block;
    }
    .equip-vt07 .img01{
        width: 100%;
        text-align: center;
    }
    .equip-vt07 .img02{
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
    .equip-en{
        font-size: 10px;
        line-height: 1.3;
        color: #646464;
    }

}

/*----------
COMPANY - history
----------*/
.container-history{
    max-width: 840px;
    margin: 0 auto;
}
.history-lead{
    width: 100%;
    background: #f7f7f7;
    border-radius: 100px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
}
.history-table{
    margin-top: 25px;
}
.history-row {
    display: flex;
    align-items: center;
}
.history-row .year{
    font-size: 26px;
    font-style: italic;
    margin-right: 110px;
}
.history-row .content{
    position: relative;
    padding:  15px 0;
    width: 100%;
    line-height: 2;
    font-size: 14px;
}
.history-row .content:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -50px;
    width: 2px;
    height: calc(100% + 2px);
    background: #dddddd;
    z-index: 1;
}
.history-row:first-child .content:before{
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    left: -50px;
    width: 2px;
    height: calc(50% + 1px);
    background: #dddddd;
}
.history-row .content:after{
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: -54px;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #00b681;
    z-index: 2;
}

@media screen and (max-width: 768px){
    .history-lead{
        font-size: 14px;
    }
    .history-row .year{
        font-size: 20px;
        margin-right: 50px;
    }
    .history-row .content{
        position: relative;
        padding:  30px 0;
        width: 100%;
        line-height: 2;
    }
    .history-row .content:before{
        content: "";
        position: absolute;
        top: -1px;
        left: -30px;
        width: 2px;
        height: calc(100% + 2px);
        background: #dddddd;
        z-index: 1;
    }
    .history-row:first-child .content:before{
        top: calc(50% + 1px);
        left: -30px;
        width: 2px;
        height: calc(50% + 1px);
        background: #dddddd;
    }
    .history-row .content:after{
        content: "";
        position: absolute;
        top: calc(50% - 5px);
        left: -34px;
        width: 10px;
        height: 10px;
        border-radius: 100px;
        background: #00b681;
        z-index: 2;
    }

}

/*----------
COMPANY - csr
----------*/
.csr {
    margin-bottom: 70px;
}
.csr .csr-list {
    margin-top: 30px;
    list-style-type: decimal;
    margin-left: 1.2em;
}
.csr .csr-list li {
    font-size: 14px;
    line-height: 2;
}
.csr .csr-list li + li {
    margin-top: 14px;
}
.csr .ceo {
    margin-top: 40px;
}
.csr section + section {
    margin-top: 100px;
}


.csr_block01{
    background: #f7f7f7;
    display: flex;
    margin-bottom: 40px;
    padding: 40px;
}
.csr_block01 .img{
    width: 36%;
}
.csr_block01 .img img{
    width: 100%
}
.csr_block01 .txt{
    width: 64%;
    padding-left: 40px;
}
.csr_block01 .txt .csr_title{
    line-height: 1.8;
    font-size: 18px;
    font-weight: 700;
}
.csr_block01 .txt .body{
    margin-top: 20px;
    line-height: 1.8;
}
.csr_block01 .txt .btn{
    margin-top: 40px;
    text-align: right;
}
.csr_block01 .txt .btn a{
    position: relative;
    display: inline-block;
    padding: 8px 40px 6px 25px;
    background: #fff;
    transition: background-color .5s, color .5s;
}
.csr_block01 .txt .btn a:after{
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    width: 15px;
    height: 15px;
    background: url(../../images/common/ico_pdf.png) no-repeat center center;
    background-size: contain;
}
.csr_block01 .txt .btn a:hover{
    background: #00b681;
    color: #fff;
}
@media screen and (max-width: 768px){

.csr_block01{
    display: block;
    padding: 20px;
    margin-bottom: 20px;
}
.csr_block01 .img{
    width: 100%;
}
.csr_block01 .txt{
    width: 100%;
    margin-top: 20px;
    padding: 0;
}
.csr_block01 .txt .csr_title{
    font-size: 16px;
}
.csr_block01 .txt .body{
    margin-top: 10px;
    font-size: 14px;
}
.csr_block01 .txt .btn{
    margin-top: 20px;
    text-align: left;
}
.csr_block01 .txt .btn a{
    width: 100%;
    padding: 8px 40px 6px 15px;
}

}