@charset "utf-8";
/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.companyTtl {
    background: url(../../img/company/company_mv_bg.jpg) no-repeat center center / cover;
}
#message {
    margin: 0 0 80px;
}
#messageConts {
    margin: 0 0 50px;
    padding: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
}
#messageArea {
    width: 56.8%;
}
#catch {
    margin: 0 0 50px;
    font-size: 3.0rem;
    font-weight: 700;
    color: #1A1A1A;
}
.messageTxtArea {
    margin: 0 0 100px;
}
.messageTxt {
    margin: 0 0 23px;
    font-size: 1.6rem;
    line-height: 1.4;
}
.messageTxt:nth-last-of-type(1) {
    margin: 0;
}
.sign {
    text-align: right;
}
.messFigure {
    width: 40%;
}
.messFigure img {
    width: 100%;
}
#profileHead {
    margin: 0 0 40px;
}
#position {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2.6;
}
#name, #kana {
    line-height: 1.0;
}
#name {
    margin: 0 0 12px;
    font-size: 2.4rem;
    font-weight: 700;
}
#kana {
    font-size: 1.8rem;
    color: #9C9C9C;
}
#profileTxt {
    margin: 0 0 40px;
    font-size: 1.8rem;
}
.profileItem {
    margin: 0 0 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.profileItem:nth-last-of-type(1) {
    margin: 0;
}
.profileItem dt, .profileItem dd {
    font-size: 1.6rem;
    line-height: 1.4;
}
.profileItem dt {
    width: 170px;
}
#outline {
    margin: 0 0 80px;
    padding: 80px 0;
    background: #F9F9F9;
}
.outlineInner {
    padding: 50px 40px;
    background: #FFFFFF;
}
#table {
    width: 100%;
    border-top: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
}
#table th, #table td {
    font-size: 1.6rem;
    line-height: 1.4;
    border-left: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
}
#table th {
    width: 220px;
    padding: 30px 0;
    background: #F9F9F9;
    text-align: center;
    border-left: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
}
#table td {
    padding: 30px 25px;
}
.bizTxt {
    margin: 0 0 20px;
}
.especially {
    font-weight: 700;
}
#historyConts {
    width: 100%;
    max-width: 1120px;
    margin: auto;
    padding: 0 0 70px;
    position: relative;
}
#historyConts:after {
    width: 3px;
    height: 100%;
    content: "";
    position: absolute;
    top: 10px;
    left: 6px;
    z-index: -1;
    background: url(../../img/company/history_line.jpg) repeat-y 0 0 / 100%;
}
.historyArea {
    margin: 0 0 50px 46px;
    position: relative;
}
.historyArea:nth-last-of-type(1) {
    margin: 0 0 0 46px;
}
.historyArea:before {
    width: 16px;
    height: 16px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -46px;
    background: #AC0107;
    border-radius: 50%;
}
.year {
    margin: 0 0 23px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.0;
}
.eventCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.month, .event {
    font-size: 1.6rem;
    line-height: 1.8;
}
.month {
    width: 40px;
    margin: 0 25px 0 0;
    text-align: right;
}
.imgCol {
    width: 100%;
    height: 682px;
    margin: 0 0 0;
    background: url(../../img/company/conts_img.jpg) no-repeat center top / cover;
}
#access {
	margin: -10px auto 0;
	padding: 110px 0 0;
}
#accessConts {
    padding: 44px 30px;
    border: 1px solid #CCCCCC;
}
#accessHead {
    margin: 0 0 30px;
    font-size: 1.8rem;
    text-align: center;
}
#accessHead:before {
    width: 142px;
    height: 32px;
    margin: 0 auto 13px;
    content: "";
    display: block;
    background: url(../../img/company/icons.png) no-repeat 0 0 / 100%;
}
#tabArea ul {
    margin: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tabItem {
    width: 32.2%;
    padding: 20px 0;
    display: block;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.0;
    text-align: center;
    border: 1px solid #000000;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.tabItem:after {
    width: 0;
    height: 0;
    margin: 0 0 0 -10px;
    border-style: solid;
    border-width: 14px 10px 0 10px;
    border-color: #000000 transparent transparent transparent;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    opacity: 0;
}
.tabItem:hover, .tabItem.active {
    color: #FFFFFF;
    background: #000000;
}
.tabItem.active:after {
    opacity: 1;
}
#tabConts .gmap {
    display: none;
}
#tabConts .gmap.show {
    display: block;
}
.gmap {
    width: 100%;
    height: 738px;
}
.gmap iframe {
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .tabItem {
        line-height: 1.4;
        text-align: center;
    }
    .tabItem .br_:after {
        content: "\A";
        white-space: pre;
    }
}
/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #message {
        margin: 0 0 60px;
    }
    #messageConts {
        align-items: flex-start;
    }
    #catch {
        margin: 0 0 30px;
    }
    .messageTxtArea {
        margin: 0 0 30px;
    }
    #profileHead {
        margin: 0 0 20px;
    }
    #name {
        font-size: 2.0rem;
    }
    #kana {
        font-size: 1.4rem;
    }
    #profileTxt {
        margin: 0 0 30px;
        font-size: 1.6rem;
    }
    .profileItem dt {
        width: 100%;
        font-weight: 700;
        margin: 0 0 6px;
    }
    #outline {
        margin: 0 0 60px;
        padding: 60px 0;
    }
    .outlineInner {
        padding: 20px 4%;
    }
    #table th {
        padding: 20px 0;
    }
    #table td {
        padding: 20px 5%;
        font-feature-settings: "palt";
    }
    .year {
        margin: 0 0 15px;
    }
    .event {
        width: calc(100% - 65px);
    }
    .imgCol {
        height: 63.9vw;
        margin: 0 0 60px;
    }
    #accessConts {
        padding: 20px 4%;
    }
    .tabItem {
        line-height: 1.4;
        text-align: center;
    }
    .tabItem .br_:after {
        content: "\A";
        white-space: pre;
    }
    .tabItem:hover {
        color: #1A1A1A;
        background: #FFFFFF;
    }
    .tabItem.active:hover {
        color: #FFFFFF;
        background: #1A1A1A;
    }
    #tabArea ul {
        margin: 0 0 20px;
    }
    .gmap {
        height: 40vh;
    }
}
/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
    .companyTtl {
        background: url(../../img/company/sp_company_mv_bg.jpg) no-repeat center center / cover;
    }
    #message {
        margin: 0 0 60px;
    }
    #messageArea {
        width: 100%;
        margin: 0 0 30px;
    }
    #catch {
        margin: 0 0 30px;
    }
    .messageTxtArea {
        margin: 0 0 30px;
    }
    .messFigure {
        width: 100%;
    }
    #profileHead {
        margin: 0 0 20px;
    }
    #name {
        font-size: 2.0rem;
    }
    #kana {
        font-size: 1.4rem;
    }
    #profileTxt {
        margin: 0 0 30px;
        font-size: 1.6rem;
    }
    .profileItem dt {
        width: 100%;
        font-weight: 700;
        margin: 0 0 6px;
    }
    #outline {
        margin: 0 0 60px;
        padding: 60px 0;
    }
    .outlineInner {
        padding: 20px 4%;
    }
    #table th {
        width: 100%;
        padding: 20px 5%;
        display: block;
        font-weight: 700;
        text-align: left;
    }
    #table td {
        padding: 20px 5%;
        display: block;
        width: 100%;
        font-feature-settings: "palt";
    }
    .year {
        margin: 0 0 15px;
        font-size: 2.0rem;
    }
    .event {
        width: calc(100% - 65px);
    }
    .historyArea:before {
        top: 4px;
    }
    .imgCol {
        height: 63.9vw;
        margin: 0 0 60px;
    }
    #accessConts {
        padding: 20px 4%;
    }
    .tabItem {
        width: 100%;
        margin: 0 0 10px;
    }
    .tabItem:hover {
        color: #1A1A1A;
        background: #FFFFFF;
    }
    .tabItem.active:hover {
        color: #FFFFFF;
        background: #1A1A1A;
    }
    .tabItem:after {
        display: none;
    }
    #tabArea ul {
        margin: 0 0 20px;
    }
    .gmap {
        height: 40vh;
    }
}