@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

.hira {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.gothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    color: #242323;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body.fixed {
    overflow: hidden;
    height: 100vh;
}

.inner {
    width: 1024px;
    margin: 0 auto;
}

/*VALIDATE CONTACT*/
.error {
    display: block;
    font-size: 12px;
    color: red;
}

/* HEADER */
#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 35px 0 5px;
    transition: all 200ms linear;
}

#header.scrolling {
    background: rgba(0, 0, 0, 0.9);
}

#header .headerBar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#header .headerBar .logo {
    margin-left: 45px;
}

#header .headerBar .mainMenu .menu li {
    display: inline-block;
    margin-right: 40px;
}

#header .headerBar .mainMenu .menu li:last-child {
    margin-right: 0;
}

#header .headerBar .mainMenu .menu li.menuItemDownload a {
    position: relative;
}

#header .headerBar .mainMenu .menu li.menuItemDownload a:after {
    content: "";
    width: 18px;
    height: 14px;
    background: url('../images/common/icon-download.svg') no-repeat center center;
    display: inline-block;
    margin-left: 8px;
}

#header .headerBar .mainMenu .menu li a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

/* MAIN */
#main {
    position: relative;
}

#main .mainPhoto img {
    width: 100%;
}

#main .mainInfo {
    position: absolute;
    /*bottom: 97px;*/
    bottom: 12.8%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    width: 80%;
}

#main .mainInfo .infoLogo {
    margin-bottom: 5px;
}

#main .mainInfo .mainTitle {
    font-size: 64px;
    margin-bottom: 7px;
}

#main .mainInfo .mainSub1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 33px;
}

#main .mainInfo .mainSub2 {
    font-size: 16px;
    font-weight: bold;
}

#main .listContact {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

#main .listContact li {
    float: left;
}

#main .listContact li a {
    width: 150px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#main .listContact li a.sp{
    display: none;
}

#main .listContact li.btnPhone a {
    color: #222222;
    background: #fff;
    flex-direction: column;
}

#main .listContact li.btnMail a {
    color: #fff;
    background: #222222;
}

#main .listContact li a .text1 {
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 3px;
}

#main .listContact li a .text2 {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

#main .listContact li a .text3 {
    font-size: 18px;
    font-weight: bold;
}

#main .listContact li a .icon-mail {
    margin-right: 13px;
}

#main .listContact li a .icon-mail img {
    vertical-align: middle;
}

/* CONTENT */
#content {
    width: 100%;
}

/* FOOTER */
#footer {
    width: 100%;
    background: #222222;
    padding: 53px 0 47px;
}

#footer .logo {
    text-align: center;
}

#footer .footerSub {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
}

#footer .logoFooter {
    text-align: center;
    margin-top: 26px;
}

#footer .listBtn {
    margin-top: 48px;
}

#footer .listBtn li a {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 720px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: 0 auto;
}

#footer .listBtn li a .text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#footer .listBtn li.btnMail {
    margin-bottom: 11px;
}

#footer .listBtn li.btnMail a {
    text-align: center;
    color: #222;
    background: #fff;
}

#footer .listBtn li.btnPhone a {
    background: #5C5C5C;
    color: #fff;
}

#footer .listBtn li.btnPhone a.sp{
    display: none;
}

#footer .listBtn li a img {
    vertical-align: middle;
}

/* AREA */
.areaTitle{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 77px;
    font-weight: bold;
}

.areaJa{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 23px;
    line-height: 1;   
    letter-spacing: 1.5px; 
}

.areaTL{
    margin-top: 50px;
}

.areaTLT{
    margin-top: 80px;
}

.areaHealine{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    font-size: 23px;
    letter-spacing: 1.5px;
}

.areaHealine span{
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #707070;
}

.areaText{
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
    letter-spacing: 1.5px;
}

.areaListBtn{
    text-align: center;
    margin-top: 32px;
}

.areaListBtn li{
    margin-right: 20px;
    display: inline-block;
}

.areaListBtn li:last-child{
    margin-right: 0;
}

.areaListBtn li{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: block;
    background: #bc0202;
    width: 94px;
    padding: 2px;
    display: inline-block
}

.btn{
    text-align: center;
    margin-top: 35px;
}

.btn a{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #fff;
    background-color: #000;
    width: 200px;
    line-height: 33px;
    display: inline-block;
    font-weight: bold;
}

.textLabel{
    margin-bottom: 11px;      
}

.textLabel .text{
    display: inline-block;
    font-size: 23px;
    vertical-align: bottom;
    line-height: 1;
    margin-right: 15px;
}

.textLabel .relLabel{
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    background-color: #A20B0B;
    width: 180px;
    line-height: 36px;
    font-weight: bold;
}

.boxTwoCol{
    display: flex;
    align-items: flex-end;
}

.boxTwoCol .col{
    width: 50%;
}

.boxTwoCol .col .colPhoto{
    text-align: center;
}

.boxTwoCol .col .colPhoto img{
    width: 100%;
}

.boxTwoCol .col .colHalf{
    text-align: center;
}

.boxTwoCol .col .colHalf .blueText{
    color: #0050a0;
    font-size: 22px;
    font-weight: bold;
}

.boxTwoCol .col .colHalf .introLogo{
    margin-top: 22px;
}

.boxTwoCol .col .colHalf .title{
    font-size: 28px;
    font-weight: bold;
    margin-top: 48px;
}

.boxTwoCol .col .colHalf .hl{
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.boxTwoCol .col .colHalf .text{
    line-height: 2;
    margin-top: 8px;
    text-align: left;
}

.boxTwoCol .col .colHalf .list2Btn{
    width: 200px;
    margin: 8px auto 0;
    overflow: hidden;
}

.boxTwoCol .col .colHalf .list2Btn li{
    width: calc(50% - 5px);
    float: left;
    margin-right: 10px;
}

.boxTwoCol .col .colHalf .list2Btn li:last-child{
    margin-right: 0;
}

.boxTwoCol .col .colHalf .list2Btn li{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background: #000;
}


.boxTwoCol .col .colHalf .btn{
    margin: 18px auto 0;
    text-align: center;
}

.boxTwoCol .col .colHalf .btn a{
    width: 200px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #000;
}

.boxTwoCol2{

}

.boxTwoCol2 .col:first-child{
    width: 43%;
}

.boxTwoCol2 .col .colHalf{
    margin-left: auto;
    margin-right: 73px;
}

.sp {
    display: none;
}

/* FIX TABLET */
@media (max-width: 1230px) and (min-width: 769px) {
    body {
        width: 1349px;
    }
}

/* PC ONLY */
@media (min-width: 769px) {
    #header.scrollX {
        width: 1349px;
    }

    #header.scrolling {
        padding: 15px 0;
    }

    #header .headerBar .mainMenu .menu li a {
        position: relative;
    }

    #header .headerBar .mainMenu .menu li a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 0;
        height: 1px;
        background: #fff;
        transition: all 200ms linear;
    }

    #header .headerBar .mainMenu .menu li a:hover:before {
        width: 100%;
    }

    #header .headerBar .mainMenu .menu li.current-menu-item a:before {
        width: 100%;
    }

    .boxTwoCol.boxTwoColRevert{
        flex-direction: row-reverse;
    }

    .boxTwoCol.boxTwoColRevert .col .colHalf{
        margin-left: auto;
    }

    .boxTwoCol.boxTwoColRevert .col .colHalf .text{
        width: 80%;
        margin: 8px auto;
    }
}

/* STYLE MOBILE */
@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .inner {
        width: 100%;
        padding: 0 4%;
    }

    #header {
        background: #000;
        padding: 15px 0;
    }

    #header .headerBar {
        align-items: center;
        position: relative;
    }

    #header .headerBar .logo {
        margin-left: 0;
        width: 150px;
    }

    #header .headerBar .logo img {
        vertical-align: middle;
    }

    #header .headerBar .hamburger {
        width: 30px;
    }

    #header .headerBar .hamburger span {
        display: block;
        height: 3px;
        background: #fff;
        margin-bottom: 5px;
        transition: all 200ms linear;
    }

    #header .headerBar .hamburger span:nth-child(3) {
        margin-bottom: 0;
    }

    #header .headerBar .hamburger.toggle span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 5px);
    }

    #header .headerBar .hamburger.toggle span:nth-child(2) {
        opacity: 0;
    }

    #header .headerBar .hamburger.toggle span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -5px);
    }

    #header .headerBar .mainMenu {
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        height: calc(100vh - 51px);
        top: 51px;
        left: 0;
        right: 0;
        padding: 50px 4%;
        transform: translateX(-100%);
        transition: all 300ms linear;
    }

    #header .headerBar .mainMenu.show {
        transform: translateX(0);
    }

    #header .headerBar .mainMenu .menu li {
        margin-right: 0;
        display: block;
    }

    #header .headerBar .mainMenu .menu li a {
        font-size: 20px;
        display: block;
        padding: 10px 0;
        text-align: center;
    }

    #main .mainInfo {
        width: 100%;
        top: 50%;
        transform: translate(-50%, -50%);
        bottom: auto;
    }

    #main .mainInfo .infoLogo {
        width: 80px;
        margin: 0 auto 5px;
    }

    #main .mainInfo .mainTitle {
        font-size: 20px;
        margin-bottom: 2px;
    }

    #main .mainInfo .mainSub1 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    #main .mainInfo .mainSub2 {
        font-size: 12px;
    }

    #main .listContact {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.7);
    }

    #main .listContact li {
        width: 50%;
    }

    #main .listContact li a {
        width: 100%;
        height: 70px;
    }

    #main .listContact li a.pc {
        display: none;
    }

    #main .listContact li a.sp {
        display: flex;
    }

    #footer {
        padding: 40px 0 20px;
    }

    #footer .listBtn {
        margin-top: 30px;
    }

    #footer .listBtn li a {
        width: 100%;
        height: 65px;
    }

    #footer .listBtn li.btnPhone a.pc{
        display: none;
    }

    #footer .listBtn li.btnPhone a.sp{
        display: flex;
    }

    .boxTwoCol{
        display: block;
    }

    .boxTwoCol .col{
        width: 100%;
        padding: 0 4%;
    }

    .boxTwoCol .col .colHalf{
        padding: 20px 0;
    }

    .boxTwoCol .col .colHalf .blueText{
        font-size: 18px;
    }

    .boxTwoCol .col .colHalf .introLogo{
        margin-top: 15px;
    }

    .boxTwoCol .col .colHalf .title{
        font-size: 16px;
        margin-top: 25px;
    }

    .boxTwoCol .col .colHalf .text{
        padding: 0 4%;
    }

    .boxTwoCol2 .col:first-child{
        width: 100%;
    }

    .boxTwoCol2 .col .colHalf{
        margin: 0;
    }

    .areaTitle{
        font-size: 40px;
    }

    .areaJa{
        font-size: 14px;
    }

    .areaTL{
        margin-top: 20px;
    }

    .areaHealine{
        font-size: 18px;
    }

    .areaText{
        text-align: left;
        font-size: 16px;
        margin-top: 15px;
    }

    .areaListBtn{
        margin-top: 15px;
    }

    .areaListBtn li{
        margin-right: 17px;
        width: calc(100%/3 - 15px);
    }

    .areaListBtn li a{
        width: 100%;
    }

    .textLabel .text{
        font-size: 16px;
        margin-right: 7px;
    }
}

/*IE FIX*/
@media all and (-ms-high-contrast:none) {
    #main {
        overflow: hidden;
    }

    #main .listContact li a{
        padding-top: 15px;
    }

    #main .listContact li a .icon-mail img{
        margin-top: -5px;
    }

    #footer .listBtn li a{
        padding-top: 15px;
    }

    #footer .listBtn li a .text{
        margin-top: 7px;
    }

    #footer .listBtn li a img{
        margin-top: -9px;
    }
}

/*IP5*/
@media(max-width: 320px) {
    #main .mainInfo .mainSub2{
        font-size: 10px;
    }
}