@charset "utf-8";
/*======================================
company
=======================================*/
.page-section .page-title {
    color: #fff;
}
.section-title-en {
    border: 1px solid #900610;
    color: #900610;
    font-size: 1.6rem;
    letter-spacing: .2rem;
    padding: 2px 8px 2px 10px;
    margin: 10px 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-style: italic;
    position: relative;
    display: inline-block;
    border-radius: 3px;
}

.section-title {
    font-family: Lustria, 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-size: 3.5rem;
    letter-spacing: .3rem;

    position: relative;
}
/* .section-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 40px;
    margin-left: -15px;
    height: 2px;
    background-color: #8F0610;
} */

@media only screen and (max-width: 767px) {
    .section-title {
    font-size: 2.4rem;
}
}

/*------------------------------------*/
.page-section-wrap {
     background-image: url(../img/company/section_bg01.jpg);
}

.message-header-wrap {
    padding: 60px 0 80px;
}
.message-wrap {
    background: #a4000b;
    background: -moz-linear-gradient(left, #a4000b 0%, #85020b 100%);
    background: -webkit-linear-gradient(left, #a4000b 0%,#85020b 100%);
    background: linear-gradient(to right, #a4000b 0%,#85020b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4000b', endColorstr='#85020b',GradientType=1 );
    font-family: 'Barlow Condensed', sans-serif;
    padding: 190px 0;
    position: relative;
}

.messege-title {
    font-family: Lustria, 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-size: 2.7rem;
    line-height: 4rem;
    letter-spacing: .15rem;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.messege-text {
    font-size: 1.5rem;
    line-height: 4.0rem;
    letter-spacing: .1rem;
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;

          padding-right: 30px;
}
@media only screen and (max-width: 991px) {
    .messege-text {
        line-height: 3.0rem;
    }
}
@media only screen and (max-width: 767px) {
    .messege-title {
        text-align: left;
        -webkit-writing-mode: horizontal-tb	;
        -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb	;
    }
    .messege-text {
        text-align: left;
        -webkit-writing-mode: horizontal-tb	;
        -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb	;
    }
}

.messege-name {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: .2rem;
    line-height: 2rem;
    font-family: Lustria, 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
.messege-name span {
    display: block;
    font-size: 1.3rem;
    letter-spacing: .1rem;
}


@media only screen and (max-width: 767px) {
    .message-header-wrap {
        padding: 50px 0 60px;
    }
    .message-wrap {
        padding: 60px 0;
    }
    .messege-title {
        font-size: 2.4rem;
    }
}


/*------------------------------------*/
#organization {
    padding: 160px 0 200px;
    background-color: #ECECEC;
}
@media only screen and (max-width: 767px) {
    #organization {
        padding: 40px 0 60px;
    }
}

/*------------------------------------*/
#profile {
    padding: 140px 0;
}
#profile .dl-table {
    font-size: 1.5rem;
    line-height: 2.5rem;}
#profile .dl-table dt {
    padding: 15px 10px 15px 20px;
color: #8F0610;
font-weight: normal;
border-top: 1px solid #E2E2E2;
position: relative;
}
#profile .dl-table dt:before {
    content: "";
width: 5px;
height: 25px;
left: 0px;
position: absolute;
background: #a7000b;
background: -moz-linear-gradient(top,  #a7000b 0%, #88020b 100%);
background: -webkit-linear-gradient(top,  #a7000b 0%,#88020b 100%);
background: linear-gradient(to bottom,  #a7000b 0%,#88020b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7000b', endColorstr='#88020b',GradientType=0 );

}
#profile .dl-table dt:first-child,#profile .dl-table dd:nth-child(2) {        border-top: 0px solid #E2E2E2;}
#profile .dl-table dt:nth-child(19),#profile .dl-table dd:nth-child(20) {        border-bottom: 1px solid #E2E2E2;}
#profile .dl-table dd {padding: 15px 10px}
#profile .map {
    width: 100%;
    height: 350px;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    #profile {
        padding: 60px 0 60px;
    }
    #profile .dl-table dt {
        border-bottom: 0px solid #E2E2E2!important;
        border-top: 0px solid #E2E2E2;
    }
    #profile .dl-table dt {
        padding: 15px 10px;
    }
    #profile .dl-table dd {
        padding: 0px 10px;
        border-top: 0px solid #E2E2E2!important;
    }
    #profile .dl-table dd:nth-child(30) {    border-bottom: 0px solid #E2E2E2;}
    #profile .dl-table dt:nth-child(19),#profile .dl-table dd:nth-child(20) {        border-bottom: 0px solid #E2E2E2;}
}

/*------------------------------------*/
#history {
    padding: 135px 0 170px;
    background-color: #EDEEF0;
}
#history .dl-table {
    font-size: 1.4rem;
    line-height: 2.5rem;}
#history dt,#history dd {
    border: 0;
}
#history dt {
    font-family: 'Roboto', sans-serif;
    padding: 4px 10px 4px;
    font-weight: normal;
    font-weight: bold;
    position: relative;
    letter-spacing: .1rem;
}
#history dt:before {
    position: absolute;

    content: '';
    width: 3px;
    height: 20px;
    left: 0;
    top: 7px;
    background: #a7000b;
    background: -moz-linear-gradient(top, #a7000b 0%, #88020b 100%);
    background: -webkit-linear-gradient(top, #a7000b 0%,#88020b 100%);
    background: linear-gradient(to bottom, #a7000b 0%,#88020b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7000b', endColorstr='#88020b',GradientType=0 );
}
#history .dl-table dd {
    padding: 4px 0 4px;
}
@media only screen and (max-width: 767px) {
    #history {
        padding: 60px 0;
    }
    #history dt {
        padding: 20px 0 10px;
        font-weight: bold;
        border-bottom: 2px solid #8F0610!important;
    }
    #history dt:before {
        content: none;
    }
}

/*------------------------------------*/
#office {
    padding: 135px 0 175px 0;
    background-image: url(../img/company/office_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.office-inner {
    background-color: rgba(255, 255, 255, .8)
}
#office .dl-table {
    padding: 7% 7% 10% 7%;
    line-height: 2.5rem;
}

#office .dl-table dt {
    padding: 30px 10px;
    position: relative;

    border-top: 1px solid #E2E2E2;

}

#office .dl-table dt:before {
    content: "";
    width: 5px;
    height: 25px;
    left: 0px;
    position: absolute;
    background: #a7000b;
    background: -moz-linear-gradient(top, #a7000b 0%, #88020b 100%);
    background: -webkit-linear-gradient(top, #a7000b 0%,#88020b 100%);
    background: linear-gradient(to bottom, #a7000b 0%,#88020b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7000b', endColorstr='#88020b',GradientType=0 );
}

#office .dl-table dd {
    padding: 30px 10px 30px;
    border-top: 1px solid #E2E2E2!important;
}
/* #office .dl-table dd:nth-child(30) {    border-bottom: 0px solid #E2E2E2;}
#office .dl-table dt:nth-child(19),#office .dl-table dd:nth-child(20) {        border-bottom: 0px solid #E2E2E2;} */
#office .dl-table dt:nth-child(7) {
    border-bottom: 1px solid #D7D7D7;
}
#office .dl-table dd:nth-child(8) {
    border-bottom: 1px solid #D7D7D7;
}


#office .btn {font-size: 1.3rem;}

#office a.btn, a .btn, input.btn {
    font-size: 1.6rem;
}

#office a:hover.btn, #office a:hover .btn {
    background-color: #111E6E;
    color: #fff;
}
.office-img h4 {
    background-color: #EDEEF0;
    padding: 15px 0;
    font-weight: bold;
}

@media screen and (min-width:991px) {

    #office .dl-table dt {
        width: 25%;
        -ms-flex: 25%;
        -webkit-box-flex: 25%;
        flex: 25%;
    }
    #office .dl-table dd {
        width: 75%;
        -ms-flex: 75%;
        -webkit-box-flex: 75%;
        flex: 75%;
    }
}
@media only screen and (max-width: 767px) {
    #office {
        padding: 60px 0;
        background-size: 960px auto;
    }
    .office-inner {
        background-color: transparent;
    }
    #office .dl-table {
        padding: 0;
        margin-bottom: 40px;
    }
    #office .dl-table dt {
        border-top: 0px;
        border-bottom: 0px solid #001E6E!important;
    }
    #office .dl-table dd:nth-child(8) {
        border-bottom: 0px solid #D7D7D7;
    }

}







/*------------------------------------*/
.facility .facility-title {
    text-align: left;
    padding: 1% 7% 1% 7%;
    }
    .facility h3 {
        font-size: 1.5rem;
        background-color: #EDEEF0;
        padding: 20px;
        border-radius: 3px;
    }
    .facility h3 span {
    color: #8F0610;
    margin-right: 10px;;
    }
    .facility .facility-title {
        padding: 0% 7% 0% 7% !important;
    }
    .facility .dl-table {
        padding: 2% 7% 2% 7% !important;
        line-height: 2.5rem;
    }
    .facility .dl-table dt {
        padding: 20px 10px 10px 20px;
        border-top: 1px solid #8F0610;
        position: relative
    }

    .facility .dl-table dd {
        padding: 20px 10px 10px 10px;
        border-top: 1px solid #D7D7D7;
    }
    .facility .dl-table dt:nth-child(3) {
        border-bottom: 1px solid #D7D7D7;
    }
    .facility .dl-table dd:nth-child(4) {
        border-bottom: 1px solid #D7D7D7;
    }

    @media screen and (min-width:991px) {

        .facility .dl-table dt {
            width: 25%;
            -ms-flex: 25%;
            -webkit-box-flex: 25%;
            flex: 25%;
        }
        .facility .dl-table dd {
            width: 75%;
            -ms-flex: 75%;
            -webkit-box-flex: 75%;
            flex: 75%;
        }
    }
    @media only screen and (max-width: 767px) {
        .facility .facility-title {
            padding: 0 !important;
        }
        .facility .dl-table {
            padding: 0 !important;
        }
        .facility .dl-table dt {
            padding: 10px 10px 10px 10px;
        }
        .facility .dl-table dd {
            padding: 10px 10px 30px 10px;
        }
        .facility .dl-table dd:nth-child(4) {
            border-bottom: 0px solid #D7D7D7;
        }
    }













/*------------------------------------*/
#financial {
    padding: 135px 0 175px 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.financial-inner {
    background-color: rgba(255, 255, 255, .8)
}
#financial .dl-table {
    padding: 7% 7% 10% 7%;
    line-height: 2.5rem;
}

#financial .dl-table dt {
    padding: 20px 10px 10px 20px;
    border-top: 1px solid #8F0610;
    position: relative
}

#financial .dl-table dd {
    padding: 20px 10px 10px 10px;
    border-top: 1px solid #D7D7D7;
}
#financial .btn {font-size: 1.3rem;}
#financial .dl-table dt:first-child,
#financial .dl-table dd:nth-child(2) {
    border-top: 0px solid #8F0610;
}
#financial .dl-table dt:nth-child(11) {
    border-bottom: 1px solid #8F0610;
}
#financial .dl-table dd:nth-child(12) {
    border-bottom: 1px solid #D7D7D7;
}
#financial a.btn, a .btn, input.btn {
    font-size: 1.6rem;
    width: calc(85px + 2vw);
}

#financial a:hover.btn, #financial a:hover .btn {
    background-color: #111E6E;
    color: #fff;
}

@media screen and (min-width:991px) {

    #financial .dl-table dt {
        width: 25%;
        -ms-flex: 25%;
        -webkit-box-flex: 25%;
        flex: 25%;
    }
    #financial .dl-table dd {
        width: 75%;
        -ms-flex: 75%;
        -webkit-box-flex: 75%;
        flex: 75%;
    }
}
@media only screen and (max-width: 767px) {
    #financial {
        padding: 60px 0;
    }
    #financial .dl-table {
        padding: 0;
    }
    #financial .dl-table dt {
        padding: 10px 10px 10px 10px;
        border-bottom: 2px solid #8F0610!important;
        border-top: 0px solid #8F0610;
    }
    #financial .dl-table dd {
        padding: 10px 10px 30px 10px;
    }

    #financial .dl-table dt:first-child, #financial .dl-table dd:nth-child(2) {
        border-top: 0px solid #8F0610;
    }
    #financial .dl-table dd:nth-child(12) {
        border-bottom: 0px solid #D7D7D7;
    }
}



@media screen and (max-width:767px) {
    .home-section {
        background-image:url(../img/top/bg_sp.jpg)
    }
    .home-logo img {
        width:309px
    }
    .home-underconstruction-en img {
        width:308px
    }
    .home-underconstruction-ja img {
        width:174px
    }
    .container {
        width:auto
    }
    .loading .logo-loading {
        width:300px;
        height:60px
    }
    .loading .logo-loading #circle {
        -webkit-transform:translateX(70px);
        transform:translateX(70px);
        width:65px
    }
    .loading .logo-loading #text {
        top:22px;
        left:5px;
        width:220px
    }
    .btn-outline {
        min-width:145px;
        background-color:#D20000;
        border:2px solid #D20000
    }
    .btn-outline span {
        padding:10px
    }
    .btn-outline span img {
        width:66px
    }
}