@charset "utf-8";


table.about_tbl {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    width: 780px;
    margin-bottom: 30px;
}
table.about_tbl tbody th {
    width: 120px;
    padding: 20px;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px solid #dddddd;
    background: #f9f9f9;
    text-align: right;
    font-size: 12px;
    letter-spacing: 0.06em;
}
table.about_tbl td {
    width: 400px;
    padding: 20px 0 20px 20px;
    vertical-align: top;
    border-bottom: 1px solid #dddddd;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.06em;
}
.place .office {
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.place .office:last-child {
    border: medium none;
    padding-bottom: 0;
}
.place ul.tel li{
    float: left;
    width: 200px;
}
.place li dt {
    font-weight: bold;
}
.place .office a img {
    margin-bottom: 10px;
}
table.about_tbl td  dl dd{
    margin-bottom: 20px;
}


.about_link {
    clear: both;
    margin-top: 100px;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.about_link .ttl_about img {
    margin-top: 40px;
}
#about .about_link .ttl_about img,#history .about_link .ttl_about img,#message .about_link .ttl_about img {
    margin-top: 30px;
}
.about_link ul{
    padding: 20px 0 100px 0;
    max-width: 1350px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.about_link ul li{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    width: 446px;
    height: 170px;
    background-repeat: no-repeat;
}
.about_link ul li:first-child {
    background-image: url(/images/about/btn_about.jpg);
}
.about_link ul li:nth-child(2) {
    background-image: url(/images/about/btn_about_history.jpg);
}
.about_link ul li:nth-child(3) {
    background-image: url(/images/about/btn_about_message.jpg);
}
#about .about_link ul li:first-child:before,#history .about_link ul li:nth-child(2):before,#message .about_link ul li:nth-child(3):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: solid 8px rgba(0,113,184,.6);
    width: 446px;
    height: 170px;
    box-sizing: border-box;
    z-index: 5;
}
.about_link ul li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.55);
    pointer-events: none;
}
#about .about_link ul li:first-child:after,#history .about_link ul li:nth-child(2):after,#message .about_link ul li:nth-child(3):after {
    background-color: rgba(0,0,0,.75);
}
.about_link ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.about_link ul li:hover {
    opacity: 0.8;
}
.about_link ul li a,.about_link ul li:hover img,.about_link ul li a:hover img,.about_link ul li:hover p,.about_link ul li a:hover p {
    opacity: 1!important;
}
.about_link ul li img {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 5;
}
.about_link ul li .about_name {
    position: absolute;
    top: 102px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #ffffff;
    z-index: 5;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.about_link ul li .arrow {
    background-image: url(/images/bsns/business_info_arrow.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 20px;
    right: 18px;
    z-index: 5;
}
#about .about_link ul li:first-child .arrow,#history .about_link ul li:nth-child(2) .arrow,#message .about_link ul li:nth-child(3) .arrow {
    display: none;
}

.about_box{
    border: 10px solid  #d4d6d9;
    padding: 20px 60px;
    margin: 20px auto 72px auto;
}



/*　プライバシーポリシー　*/


.history_isms{
    position: absolute;
    right: 60px;
    top: 483px;
    width: 150px;
    height: 88px;
    text-align: right;
    background-color: #ffffff;
}
.history_isms2{
    position: absolute;
    right: 80px;
    bottom: 110px;
}


/*　メッセージ　*/
.msg_l{
    float: left;
    width: 600px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.massage_wrap{
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
}

/*　お問い合わせ　*/

table.contact_tbl {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    width: 780px;
    margin-bottom: 20px;
}
table.contact_tbl tbody th {
    width: 180px;
    padding: 20px;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px solid #dddddd;
    background: #f9f9f9;
    text-align: right;
}
table.contact_tbl td {
    width: 400px;
    padding: 20px;
    vertical-align: top;
    border-bottom: 1px solid #dddddd;
}
table.contact_tbl td  dl dd{
    margin-bottom: 20px;
}



.policy_wrap h3{
    font-size: 20px;
    line-height: 34px;
    padding-bottom: 10px;
}
.policy_wrap h4{
    font-size: 16px;
    line-height: 32px;
}
.isms_box{
    width: 920px;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 25px;
    margin-bottom: 100px;
}
.isms_ttl{
    font-weight: bold;
    margin-bottom: 20px;
}

/*　会社概要　*/
#about table.about_tbl tbody th {
    vertical-align: baseline;
}
#about table.about_tbl tbody td a {
    color: #0071B9;
    text-decoration: underline;
}
#about table.about_tbl tbody td .isms {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#about table.about_tbl tbody td .isms td {
    width: auto;
    border: none;
    padding: 0;
}
#about table.about_tbl tbody td .isms .information_security {
    margin-top: 20px;
}
table.about_tbl td .isms dd {
    margin-bottom: 0;
}
#about table.about_tbl tbody td .logo {
    line-height: 0;
}
#about table.about_tbl tbody td .business_details {
    overflow: hidden;
}
#about table.about_tbl tbody td .business_details li {
    width: 50%;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.06em;
    float: left;
    margin-bottom: 20px;
}
#about table.about_tbl tbody td .business_details li:last-child {
    float: none;
    margin-bottom: 0;
}
#about table.about_tbl tbody td .business_details li:nth-child(5),#about table.about_tbl tbody td .business_details li:nth-child(n + 7) {
    margin-top: -18px;
}
#about table.about_tbl tbody td .business_details li dt {
    font-weight: bold;
}
#about table.about_tbl tbody td .business_details li dd {
    margin-bottom: 0;
}
#about table.about_tbl tbody td .affiliated_subsidiaries {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -28px;
}
#about table.about_tbl tbody td .major_clients {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(10, auto);
    width: 80%;
}

/*　沿革　*/
#history table td a {
    color: #0071B9;
    text-decoration: underline;
}
#history table.about_tbl {
    margin-top: 38px;
}
#history table.about_tbl tbody th {
    vertical-align: baseline;
}
#history table.about_tbl td dl dd {
    margin-bottom: 0;
}
#history .isms, #history .iso {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#history .isms .logo {
    margin-top: -8px;
}
#history .iso .logo {
    margin-top: -10px;
}
#history table td .margin {
    margin-top: 24px;
}


/*　代表メッセージ・理念　*/
.words {
    display: flex;
    justify-content: space-between;
    width: 860px;
    margin: 0 auto 50px auto;
}
.words .message {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.06em;
    text-align: center;
}
.words .message p:nth-child(2) {
    margin: 16px auto 20px auto;
}
.words .message .message_txt_wrap {
    width: 446px;
}
.words .message .representative_director {
    width: 160px;
    line-height: 0;
}
.words .message .representative_director img:first-child {
    margin-bottom: 16px;
}

