/* CSS Document */

body {
    color: #333333;
    font: 14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: none;
}

h1, h2, h3, h4 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
    color: #0000ff;
}

a:hover {
    text-decoration: none;
}

.mr a, a.mr {
    text-decoration: none;
}

.mr a:hover, a.mr:hover {
    text-decoration: underline;
}

img {
    border: 0;
    vertical-align: top;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.wrapper {
    min-width: 1000px;
    overflow: hidden;
}

.layout {
    width: 960px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.layout2 {
    width: 990px;
    padding: 0;
    margin: 0 auto;
}
.layout3 {
    height: 100%;
    width: 1080px;
    padding: 0;
    margin: 0 auto;
}

/* clearfix */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.hideAnchor {
    display: block;
    height: 0px;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: -120px;
    padding-bottom: 120px;
}

body {
    padding-top: 175px;
}

/* #head */
#head {
    position: fixed;
    overflow: hidden;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 100;
}
#head .head-inner {
    position: relative;
    height: 99px;
    padding-top: 1px;
}

#head .head-h1 {
    font-weight: normal;
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: 5px;
    color: #999999;
    height:24px;
    overflow: hidden;

}
#head .clearfix {
    overflow: hidden;

}

#head p.logo {
    float: left;
}

#head p.history {
    float: left;
    padding-top: 35px;
    padding-left: 15px;
    font-size: 12px;
}

#head p.history:before {
    display: inline-block;
    content: url(../img/head/history.png);
    padding-right: 5px;
}

#head p.history_sp {
    display: none;
}

#head p a {
    text-decoration: none;
    color: #004ab0;
}

#head p a:hover {
    text-decoration: underline;
}

#head p.tel {
    padding-top: 5px;
    padding-right: 20px;
    float: right;
    margin-right: 200px;
}

#head p.contact {
    width: 800px;
    left: 50%;
    top: 0;
    position: absolute;
    margin-left: 280px;
    /*height: 100%;*/
    overflow: hidden;
}

#head p.contact a {
    display: block;
    height: 100%;
    background: #004AB0;
}

#head p.contact a:hover {
    background: #FE090B;
}

#head p.contact span {
    width: 200px;
    display: block;
    height: 100%;
    text-align: center;
}

#head .btn-contact{
    
    display: block;
    height: 100%;
    width: 800px;
    left: calc(50% + 375px);
    top: 0;
    position: absolute;
    overflow: hidden;
}
#head .btn-contact a{
    height: 100%;
    width: 100%;
    background: #004AB0;
    display: flex;
    align-items: center;
    text-decoration: none;
}
#head .btn-contact a:hover{
    background: #FE090B;

}
.btn_en {
    position: absolute;
    top: 0;
    left: calc(50% + 280px);
}
#head .btn-contact .btn-contact__in{
    display: flex;
    padding-left: 32px;
}
#head .btn-contact .btn-contact__in img{
    width: 22px;
    height:36px;
    margin-right: 18px;
}
#head .btn-contact .btn-contact__in span{
    color: #fff;
    line-height: 1.3;
}
#head .sp-navi {
    display: none;
}

#head .navi-wrap {
    display: none;
}

#navi {
    background: #000;
    height: 75px;
    overflow: hidden;
}

#navi ul{
    display: flex;
    justify-content: space-between;
    height: 100%;
}

#navi li {
    width: 10%;
}
#navi li a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-size: 14px;
    transition: .3s;
}
#navi li a:hover,
#navi li a.is-active{
    background-color: #0A4AB3;
}
#navi li a small {
    font-size: 8px;
}
#navi li.sp {
    display: none;
}

#navi .close {
    display: none;
}

#headline {
    color: #000000;
    height: 130px;
    line-height: 90px;
    margin-bottom: 80px;
}

#headline h1,
#headline .headline {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .2em;
    text-align: center;
    padding-top: 80px;
}

#headline .topicPath {
    position: absolute;
    right: 0;
    top: -15px;
}

#headline .topicPath li {
    float: left;
    margin-right: 10px;
}

#headline .topicPath li a {
    color: #000000;
}

#headline .topicPath li:after {
    content: '＞';
    margin-left: 10px;
    font-size: .8em;
}

#headline .topicPath li.current {
    margin: 0;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#headline .topicPath li.current:after {
    content: none;
    margin: 0;
}

.h2-head {
    border-bottom: 1px solid #004AB0;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

#contact-block {
    padding-bottom: 45px;
}

.history-banner {
    padding-bottom: 45px;
}

.contact-box {
    float: left;
    width: 540px;
    height: 191px;
    border: 3px solid #334CB0;
    padding: 24px 32px;
}

.contact-box h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

.contact-box ul {
}

.contact-box li {
}

.contact-box li.tel {
    padding-bottom: 9px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
}

.contact-box li.tel img {
    float: left;
}

.contact-box li.tel span {
    display: inline-block;
    text-align: center;
    float: right;
    font-size: 12px;
    position: relative;
    padding: 0 10px;
}

.contact-box li.tel span:before,
.contact-box li.tel span:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 10px;
    border: 1px solid #ccc;
}

.contact-box li.tel span:before {
    left: 0;
    border-right: none;
}

.contact-box li.tel span:after {
    right: 0;
    border-left: none;
}

.contact-box li.fax {
    margin-bottom: 20px;
    padding: 0 48px;
}

.contact-box li.fax img {
    margin-top: 10px;
}

.contact-box li.fax ul {
    float: right;
}

.contact-box li.fax span {
    margin-left: 0.4em;
    font-size: 13px;
}

.contact-box li.fax span:before {
    content: '■';
    color: #334CB0;
}

.contact-box li.fax span a {
    text-decoration: none;
}

.contact-box li.fax span a:hover {
    color: #EE1C3D;
}

.recruit-ban {
    float: right;
}

.pagination {
    margin: 30px 0;
}

.pagination ul {
    text-align: center;
    font-size: 0;
}

.pagination li {
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
}

.pagination a,
.pagination span {
    display: inline-block;
    line-height: 32px;
    min-width: 22px;
    padding: 0 5px;
}

.pagination a {
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
}

.pagination a:hover,
.pagination span {
    border: 1px solid #334CB0;
    background: #334CB0;
    color: #fff;
}

.back-btn {
}

.back-btn a {
    font-size: 16px;
    display: inline-block;
    height: 45px;
    background: #004AB0;
    line-height: 45px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
    padding: 0 15px 0 30px;
}

.back-btn a:hover {
    background: #EE1C3D;
}

.back-btn a:after {
    position: absolute;
    left: 10px;
    font-family: 'Fonticons';
    content: '\f001';
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#foot-banner {
    padding: 40px 0;
    background: #334CB0;
}

#foot-banner ul {
    width: 975px;
}

#foot-banner li {
    float: left;
    background: #fff;
    margin-right: 15px;
}

/* #foot */
#foot {
    background: #000000;
    padding-top: 40px;
    color: #fff;
}

#foot a {
    color: #fff;
}

#foot .info-block {
    width: 282px;
    float: left;
}

#foot .info-block .desc {
    font-size: 13px;
}

#foot .info-block h2 {
    margin-top: 5px;
    margin-bottom: 20px;
}

#foot .info-block dl {
    font-size: 12px;
}

#foot .info-block dl span {
    display: inline-block;
    vertical-align: top;
}


#foot .info-block .borded {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #E5E5E5;
}

#foot .foot-sitemap-block {
    float: right;
    width: 600px;
}

#foot .foot-sitemap-block a {
    color: #fff;
}

#foot .foot-sitemap-block ul.sitemap {
    font-size: 0;
    margin-bottom: 50px;
}


#foot .foot-sitemap-block ul.sitemap li {
    line-height: 1.1;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #E5E5E5;
}

#foot .foot-sitemap-block ul.sitemap li.edge {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

#foot .foot-sitemap-block ul.sitemap li.break {
    display: block;
    margin-top: 0;
}

#foot .foot-sitemap-block ul.mark {
    font-size: 11px;
}

#foot .foot-sitemap-block ul.mark li {
    width: 120px;
    float: left;
    text-align: center;
}

#foot .copyright {
    font-size: 12px;
    text-align: right;
    border-top: 1px solid #E5E5E5;
    margin-top: 30px;
    line-height: 36px;
}


