@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
.mainBox {
    margin: 0 auto;
    max-width: 1920px;
}
.mainBox .infoBox {
    padding-top: 107px;
    height: 630px;
    box-sizing: border-box;
    background: url("../images/about/bg01.jpg") no-repeat center top;
}
.mainBox .infoBox .inner {
    margin: 0 auto;
    width: 1200px;
}
.mainBox .title {
    margin-bottom: 23px;
    color: #222;
    font-size: 48px;
    font-weight: bold;
}
.mainBox .title span {
    color: #d80e15;
}
.mainBox .infoBox .textBox {
    width: 600px;
}
.mainBox .infoBox .textBox .tabPanel {
    min-height: 234px;
}
.mainBox .infoBox .textBox .text {
    font-family: "apl";
    line-height: 1.7;
}
.mainBox .infoBox .textBox .text a {
    color: #d80e15;
    font-family: "apr";
    font-weight: bold;
}
.mainBox .infoBox .textBox .text a:hover {
    text-decoration: underline;
}
.mainBox .infoBox .tabNavi {
    padding-top: 31px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
}
.mainBox .infoBox .tabNavi li a {
    position: relative;
    display: block;
}
.mainBox .infoBox .tabNavi li a:hover:before,
.mainBox .infoBox .tabNavi li.on a:before {
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: -34px;
    border-top: 2px solid #D80E15;
    background: url("../images/common/arrow08.png") no-repeat center top;
    content: "";
}
.mainBox .infoBox .tabNavi li a:hover img,
.mainBox .infoBox .tabNavi li.on a img {
    visibility: hidden;
}
.mainBox .infoBox .tabNavi li a:hover,
.mainBox .infoBox .tabNavi li.on a {
    background: url("../images/about/img01_on.png") no-repeat center top;
}
.mainBox .infoBox .tabNavi li:nth-child(2) a:hover,
.mainBox .infoBox .tabNavi li:nth-child(2).on a {
    background-image: url("../images/about/img02_on.png");
}
.mainBox .infoBox .tabNavi li:nth-child(3) a:hover,
.mainBox .infoBox .tabNavi li:nth-child(3).on a {
    background-image: url("../images/about/img03_on.png");
}
.mainBox .contactBox {
    display: flex;
}
.mainBox .contactBox .map {
    width: 50%;
    height: 700px;
    background: url("../images/about/map.jpg") no-repeat center center;
}
.mainBox .contact {
    padding: 109px 0 0 120px;
    width: 50%;
    height: 700px;
    box-sizing: border-box;
    background: #FCFCFC;
}
.mainBox .contact .title {
    margin-bottom: 18px;
}
.mainBox .contact .text {
    margin-bottom: 64px;
    font-family: "apl";
    line-height: 1.7;
}
.mainBox .contact .text span {
    width: 35px;
    display: inline-block;
}
.mainBox .contact dt {
    margin-bottom: 30px;
    color: #222;
    font-size: 24px;
    font-weight: bold;
}
.mainBox .contact dd {
    margin-bottom: 34px;
    color: #000;
    font-family: "apl";
    line-height: 1.1;
}
.mainBox .contact dd span {
    font-size: 16px;
}
.mainBox .joinBox {
    height: 702px;
    position: relative;
    background: url("../images/about/bg02.jpg") no-repeat center center;
}
.mainBox .joinBox .txtBox {
    padding-bottom: 79px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.mainBox .joinBox .txtBox p {
    margin-bottom: 22px;
    color: #222;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}
.mainBox .joinBox .txtBox .link a {
    margin: 0 auto;
    padding-right: 15px;
    width: 220px;
    display: block;
    color: #d80e15;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #D80E15;
    background: url("../images/common/arrow09.png") no-repeat right 43px center;
}
.mainBox .joinBox .txtBox .link a:hover {
    color: #fff;
    background-color: #D80E15;
    background-image: url("../images/common/arrow09_on.png");
}