@charset "UTF-8";

/*
******************************
    pageHeader
*******************************
*/
.pageHeaderBg {
    background-image: url("../image/company_headerBg.jpg");
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pageHeaderBg__titleWrapper {
    position: relative;
    z-index: 10;
}

/*
******************************
    company common
*******************************
*/

main {
    background-color: #fff;
}

.profile__sectiontitle,
.group__sectiontitle,
.history__sectiontitle {
    margin-bottom: 48px;
}

.profile__sectiontitle-main,
.group__sectiontitle-main,
.history__sectiontitle-main {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
}

.profile__sectiontitle-sub,
.group__sectiontitle-sub,
.history__sectiontitle-sub {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

/*
******************************
    profile
*******************************
*/
.company__profile {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.profile__wrapper {
    width: 1180px;
    margin: 128px auto;
    box-sizing: border-box;
}

.profile__content-table {
    width: 100%;
    font-size: 1.6rem;
}

.profile__content-table .col1 {
    width: 200px;
    padding: 16px 32px;
    border-top: solid 1.5px #1c1c1c;
    font-weight: 800;
}

.profile__content-table .col2 {
    padding: 16px 32px;
    border-top: solid 1.5px #c0c0c0;
}

.profile__content-table .row11 .col1 {
    border-bottom: solid 1.5px #1c1c1c;
}

.profile__content-table .row11 .col2 {
    border-bottom: solid 1.5px #c0c0c0;
}

.profile__content-table .position {
    width: 168px;
    display: inline-block;
}

.profile__bases {
    margin-bottom: 16px;
}

.profile__map {
    width: 100%;
}

.profile__accessLink {
    border-bottom: solid 1px #000;
}

.manager {
    letter-spacing: 0.5em;
}

.director,
.auditor {
    letter-spacing: 2em;
}

/*
******************************
    group
*******************************
*/
.company__group {
    /* height: 350px; */
    background-image: url(../image/news_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 175px;
    box-sizing: border-box;
}

.group__wrapper {
    width: 1180px;
    padding: 72px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
}

.group__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.group__logo,
.readBtn {
    margin: 0 auto;
}

.group__logo-image {
    width: 200px;
}

.group__introduction {
    padding: 32px;
}

.group__introduction-content {
    font-size: 1.6rem;
    line-height: 2.0em;
    text-align: center;
}

/*
******************************
    history
*******************************
*/
.company__history {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.history__wrapper {
    width: 1180px;
    margin: 128px auto;
    margin-top: 0;
}

.table__head {
    display: flex;
    column-gap: 12px;
    width: 1168px;
}

.history__table {
    width: 1180px;
    margin-left: 12px;
}

.table__data {
    border-left: solid 2px #b8b8b8;
    padding: 0 16px 24px 8px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
}

.row1948 .table__data {
    padding-top: 32px;
}

.table__timeline {
    font-size: 1.6rem;
    font-weight: 800;
    padding-left: 8px;
    position: relative;
}

.table__timeline::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #1c1c1c;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 2px;
    z-index: 3;
}

.table__content {
    font-size: 1.6rem;
    padding-left: 8px;
}

/* ISIC */
.history__table-isic .table__data {
    display: flex;
    width: 1168px;
    border: none;
    padding: 24px;
    column-gap: 64px;
}

.row2023 {
    background-color: #395ea3;
    color: #fff;
}

.row2023 .table__timeline {
    padding-left: 0px;
    font-size: 1.6rem;
}

.row2023 .table__content {
    font-size: 1.6rem;
}

.row2023 .table__timeline::before {
    content: '';
    width: 0;
    height: 0;
}

/*小項目*/
.table__content li {
    position: relative;
    padding-left: 8px;
    box-sizing: border-box;
}

.table__content li::before {
    position: absolute;
    content: "・";
    left: -4px;
    top: 0;
}

/*====================

◆ ブレークポイント
 - 0      〜  479px：スマホ
 - 480px  〜  959px：タブレット
 - 960px  〜 1279px：タブレット(大) / モバイルPC
 - 1280px 〜       ：大型PC

====================*/

/* ------------------------------------------
  〜479px：スマホ縦
--------------------------------------------*/
@media screen and (max-width:479px) {

    .profile__sectiontitle,
    .group__sectiontitle,
    .history__sectiontitle {
        margin-bottom: 32px;
    }

    /*
    ******************************
        pageHeader
    *******************************
    */
    .pageHeaderBg {
        margin: 0;
    }

    .company__navMenu {
        width: 100%;
        position: static;
        transform: translate(0, 0);
    }

    .company__navLists {
        padding: 24px 0;
    }

    /*
    ******************************
        profile
    *******************************
    */
    .profile__wrapper {
        width: 90%;
        margin: 64px auto;
    }

    .profile__content-table .col1 {
        width: 25%;
        padding: 0;
        font-weight: bold;
        border-top: solid 1.5px #c0c0c0;
    }

    .profile__content-table .col2 {
        padding: 16px 8px;
    }

    .profile__content-table .row11 .col1 {
        border-bottom: solid 1.5px #c0c0c0;
    }

    .profile__content-table .position {
        width: 55%;
    }

    .profile__iso27001,
    .profile__pMark {
        display: block;
    }

    .profile__iso27001-stdName,
    .profile__pMark-stdName {
        margin-left: 16px;
    }

    .profile__map {
        width: 100%;
        height: 250px;
    }

    /*
    ******************************
        group
    *******************************
    */
    .company__group {
        /* height: 350px; */
        background-size: auto;
        padding-top: 72px;
    }

    .group__wrapper {
        width: 90%;
        padding: 16px;
        margin: 0 auto;
        margin-bottom: 64px;
    }

    .group__logo,
    .readBtn {
        margin: 0 auto;
        text-align: center;
    }

    .group__introduction-content {
        font-size: 1.4rem;
    }

    .group__logo-image {
        width: 50%;
    }

    .group__introduction {
        padding: 16px 0;
    }

    .group__introduction-content {
        text-align: left;
    }

    /*
    ******************************
        history
    *******************************
    */
    .company__history {
        overflow: unset;
    }

    .history__wrapper {
        width: 90%;
        margin: 64px auto;
        margin-top: 0;
    }

    .history__table {
        width: auto;
        margin-left: 12px;
    }

    .table__data {
        display: block;
    }

}

/* ------------------------------------------
  480px〜959px：タブレット
--------------------------------------------*/
@media screen and (min-width:480px) and (max-width:959px) {

    /*
    ******************************
        pageHeader
    *******************************
    */
    .pageHeaderBg {
        margin: 0;
    }

    .company__navMenu {
        width: 100%;
        position: static;
        transform: translate(0, 0);
    }

    .company__navLists {
        padding: 24px 0;
    }

    /*
    ******************************
        profile
    *******************************
    */
    .profile__wrapper {
        width: 90%;
        margin: 72px auto;
    }

    .profile__content-table .col1 {
        width: 25%;
        padding: 0;
        font-weight: bold;
        border-top: solid 1.5px #c0c0c0;
    }

    .profile__content-table .col2 {
        padding: 16px 8px;
    }

    .profile__content-table .row11 .col1 {
        border-bottom: solid 1.5px #c0c0c0;
    }

    .profile__content-table .position {
        width: 55%;
    }

    /*
    ******************************
        group
    *******************************
    */
    .company__group {
        padding-top: 72px;
        background-size: auto;
    }

    .group__wrapper {
        width: 90%;
        padding: 32px;
        margin: 0 auto;
    }

    .group__logo,
    .readBtn {
        margin: 0 auto;
        text-align: center;
    }

    .group__logo-image {
        width: 35%;
        max-width: 450px;
    }

    .group__introduction {
        padding: 16px 0;
        margin-bottom: 32px;
    }

    .group__introduction-content {
        text-align: left;
    }

    /*
    ******************************
        history
    *******************************
    */

    .history__wrapper {
        width: 90%;
        margin: 64px auto;
        margin-top: 0;
    }

    .history__table {
        width: auto;
        margin-left: 12px;
    }

    .history__tableWrapper {
        margin-left: 12px;
    }

}


/* ------------------------------------------
  960px〜1279px：タブレット(大)/モバイルPC
--------------------------------------------*/
@media screen and (min-width:960px) and (max-width:1279px) {

    /*
    ******************************
        pageHeader
    *******************************
    */
    .pageHeaderBg {
        margin: 0;
    }

    .company__navMenu {
        width: 90%;
        position: static;
        transform: translate(0, 0);
    }

    .company__navLists {
        padding: 24px 0;
    }

    /*
    ******************************
        profile
    *******************************
    */
    .profile__wrapper {
        width: 90%;
    }

    /*
    ******************************
        group
    *******************************
    */
    .company__group {
        /* height: 350px; */
        background-size: auto;
    }

    .group__wrapper {
        width: 90%;
    }

    .group__logo,
    .readBtn {
        margin: 0 auto;
        text-align: center;
    }

    .group__introduction {
        padding: 16px 32px;
    }

    /*
    ******************************
        history
    *******************************
    */
    .company__history {
        overflow: unset;
    }

    .history__wrapper {
        width: 90%;
        margin: 64px auto;
        margin-top: 0;
    }

    .history__table {
        width: auto;
        margin-left: 12px;
    }

    .history__tableWrapper {
        margin-left: 12px;
    }

}

/* ------------------------------------------
  1280px〜：大型PC
--------------------------------------------*/
@media screen and (min-width:1280px) {}