@charset "utf-8";
/* CSS Document */
/* header ---------------------------------------- */
/*PCナビゲーション*/
.header {
    width: 100%;
    position: relative;
    z-index: 101;
    border-bottom: 1px solid #0A53AB;
}
.header-area{
    width: 100%;
}
.el_humburger p{
    display: none;
}
.header .header-Inline{
    width: 100%;
    max-width: 1400px;
    margin: auto;
    position: relative;	
}
.header .header-Inline .flex{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.header .header-Inline .logo{
    width: 230px;
}
.nav_box{
    flex:1 auto;
}
.header .header-Inline .tel{
    width: 200px;
    color: #fff;
    text-align: center;
}
.header .header-Inline .tel a{
    //line-height: 80px;
    line-height: 1.5;
    height: 80px;
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    background: -webkit-linear-gradient(90deg, rgb(60, 139, 214), rgb(5, 90, 172));
    background: linear-gradient(90deg, rgb(60, 139, 214), rgb(5, 90, 172));
    font-size: 16px;
    font-weight: bold;
    transition: opacity 1s;
}
.header .header-Inline .tel a:hover{
    opacity: 0.5;
}
.header .header-Inline .tel .fa-phone-alt{
    padding: 0 10px 0 5px;
}
.header .navigation_screen{
    width: 100%;
    margin: auto; 
    padding: 0 4px;		
}
.header .navigation_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.header .navigation_item.Sp{    
    display: none;
}
.header .navigation_item a{
    font-size: 16px;
    padding: 0 14px;
    text-align: center;
    line-height: 80px;
    position: relative;
    display: inline-block;
    text-decoration: none;   
    transition: color 1s;
}
.header .navigation_item a:hover{
    color: #025BAB;
}
.header .navigation_item a::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #0A53AB;
    opacity: 0;
    visibility: hidden;
    transition: 1.5s;
}
.header .navigation_item a:hover::after {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}
.header .navigation .Sp_logo,
.header .navigation .Sp_nav{
    display: none;
}
.footer{
    width: 100%;    
    position: relative;
    background: #025BAB;
    padding: 50px 0 30px;
}
.footer .block{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
}
.footer .flex{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.footer .flex .logo{
    width: 40%;
}
.footer .flex .logo img{
    width: 360px;
    margin: auto;
}
.footer .flex .logo p{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 10px 0 0;
}
.footer .flex .logo p span{
    display: block;
    font-size: 16px;   
}
.footer .flex .tel{
    width: 58%;   
}
.footer .flex .tel .fa-phone-alt{
    margin: 0 10px 0 5px;
}
.footer .flex .tel a{
    font-size: 20px;
    color: #fff;
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.3));
    padding: 30px 40px;
    font-weight: bold;
}
.footer .flex .tel p{
    margin: 10px 0 0;
    font-size: 18px;
}
.footer .nav{
    margin: 50px 0 0;
}
.footer .nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer .nav ul li{
    color: #fff;
    margin: 0 10px;
}
.footer .nav ul li a{
    font-size: 16px;
    transition: color 1s;
}
.footer .flex .tel a:first-of-type {
    margin-bottom: 10px;
}
.footer .nav ul li a:hover{
    color: #FF9E3B;
}
.footer .link{
    margin: 50px 0 0;
}
.footer .link ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer .link ul li{
    width: 35%;
    padding: 0 10px;
}
.footer .link ul li a{
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: 2px solid #FF9E3B;
    padding: 20px 0;
    border-radius: 10px;  
    transition: color 1s;  
}
.footer .link ul li a:hover{
    color: #FF9E3B;
}
.fa-external-link-alt{
   margin: 0 10px 0 0;
}
#copy {
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 50px 0 0;
}
#pageScroll { 
    opacity: 0;
}
#pageScroll.appearUp{ 
    opacity: 1; 
    position: fixed; 
    bottom: 20px; 
    right: 40px; 
    z-index: 1000;
}
#pageScroll a{
    position: relative;
}
#pageScroll a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-top: 2px solid #FF9E3B;
    border-right: 2px solid #FF9E3B;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* -- breadcrumb ----------------------------------------------------*/
#breadcrumb{
    width: 100%;
    max-width: 1400px;
    margin: 10px auto 0;
    position: relative;
}
#breadcrumb .breadcrumb-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0 10px;
}
#breadcrumb .breadcrumb-wrap span{
    display: initial;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding: 0 5px 0 0;
    word-break : break-all;
}
#breadcrumb .breadcrumb-wrap .fa-angle-right{
    padding: 3px 5px 0 0;   
    font-size: 14px;
    color: #9F9F9F; 
}
#breadcrumb .breadcrumb-wrap a{
    color: #9F9F9F;    
}
#breadcrumb .breadcrumb-wrap a:hover{
    color: #FF9E3B;
}
/* -- pagenavi ----------------------------------------------------*/
#pagenavi{
    text-align: center;
    margin: 50px 0 0;
}
.wp-pagenavi{
    line-height: 40px;
}
.wp-pagenavi a{
     transition: background 1s;   
}
.wp-pagenavi a,
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
    padding: 16px 22px;
    text-decoration: none;
    border-right: solid 1px #fff;
    background: #1C4572;
    color: #fff;
    display: initial;
    font-size: 14px;
    font-weight: bold;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
    background: #0855AB;
    color: #fff;
}
.wp-pagenavi span.current{
    font-weight: bold;
}
.wp-pagenavi .extend{
    padding: 16px 20px;    
}
/* -- error ----------------------------------------------------*/
.error-main .error .page-wrap{
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 100px;
    padding: 0 10px;
}
.error-main .error .en{
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #FF9E3B;
    line-height: 45px;    
}
.error-main .error h2{
    margin: 50px 0 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;   
}
.error-main .p-30 {
    margin: 30px 0 0;
    line-height: 32px;
}
.error-main .top-back{
    margin: 30px 0 0;
}
.page.error .page-wrap p.top-back a{
    text-decoration: underline;
}
.page.error .page-wrap p.top-back a:hover{
    color: #FF9E3B;
}
@media screen and (max-width:899px){
    .header .header-Inline .logo{
        width: 100%;
        padding: 0;
    }
    .header .header-Inline .logo img,
    .header .navigation .Sp_logo img{
        width: 100%;
        max-width: 180px;
        margin: 16px 0 16px 20px;
    }
    .header .header-Inline .tel a{
        height: 60px;
        flex-direction: row;
    }
    .header .nav_box {
        width: 0;
    }   
    .header .header-Inline .office{
        display: none;   
    }
    .header .navigation{
        display: none;
        width: 100%;
    }
    .header .navigation_item.Sp{    
        display: inherit;
    }    
    .header .navigation_item a{
        display: inherit;
    }
    .header .navigation_item a::after {
      position: inherit;
    }
    .header .navigation.js_appear,
    .header .navigation .Sp_logo,
    .header .navigation .Sp_nav{
        display: inherit;
    } 
    .header .navigation .Sp_nav{
        padding: 0 10px;
    }
     .header .navigation .Sp_nav li{
        margin: 16px 0 0;
     }    
    .header .navigation .Sp_nav a{
        font-size: 18px;
        color: #fff;
        text-align: center;
        border: 2px solid #FF9E3B;
        padding: 20px 0;
        border-radius: 10px;
    }
    .header .navigation .Sp_nav a:hover{
        color: #FF9E3B;
    }
    .header .header-Inline .tel{
        width: 100%;
        line-height: 60px;
    }
    /*ハンバーガーボタン*/
    .headerInline{
        display: inherit;
    }
    .el_humburger {
        position: absolute;
        width: 66px;
        height: 66px;
        top: 0;
        right: 0;
        padding-top: 1px;
        box-sizing: border-box;
        z-index: 101;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        pointer-events: auto;
        background: #1C4572;
    }
    .el_humburger span {
        display: block;
        width: 100%;
        margin: 0 auto 4px;
        height: 2px;
        background: #fff;
        transition: all 0.2s ease-in-out;
    }
    .el_humburger p{
        display: inherit;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 12px;
        font-size: 10px;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }
    .js_humburgerOpen .el_humburger{
        background: rgba(255, 255, 255, 0);
    }
    .js_humburgerOpen .el_humburger span {
        background: #fff;
    }
    .js_humburgerOpen .Sp_line{
        display: none;
    }
    .spbg div{
        position: absolute;
        top: 22px;
        right: 23px;
        width: 20px;
    }
    .el_humburger span.bottom {
        margin-bottom: 2px;
    }
    .js_humburgerOpen .el_humburger span.top {
        transform: translateY(6px) rotate(-45deg);
    }
    .js_humburgerOpen .el_humburger span.middle {
        opacity: 0;
    }
    .js_humburgerOpen .el_humburger span.bottom {
        transform: translateY(-6px) rotate(45deg);
    }
    .el_humburgerButton.el_humburgerButton__close {
        top: 2%;
        right: 2%;
    }
    .el_humburgerButton__close span {
        display: block;
        width: 35px;
        margin: 0 auto;
        height: 4px;
        background: #000;
    }
    .el_humburgerButton__close > span.el_humburgerLineTop {
        transform: translateY(5px) rotate(-45deg);
    }
    .el_humburgerButton__close > span.el_humburgerLineBottom {
        transform: translateY(-6px) rotate(45deg);
    }
    /*SPナビゲーション*/
    .header .navigation.js_appear {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        z-index: 100;
        height: inherit;
        line-height: inherit;
    }
    .header .navigation_screen {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        margin-top: 0px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
		max-width: inherit;
	    padding: 0;
        background: #1C4572;
    }
    .header nav.navigation_wrapper {
        display: inherit;
        padding: 10px 0 0;
        height: 100vh;
        float: inherit;
    }
    .header .navigation_item {
        position: relative;
        padding: 0;
        width: 100%;
        text-shadow: inherit;
    }
    .header .navigation_item a {
        color: #fff;
        text-decoration: none;
        padding: 16px 8px;
        line-height: 30px;  
        text-align: center;      
    }
    .header .navigation_item a img {
        width: 16px;
        margin: 0 5px 0 0;
        display: none;
    }
    .header .navigation_item a span {
        padding: 0 0 0 10px;
    }
    .header .navigation_item.last a {
        padding: 16px 8px;
    }
    .header .navigation_item.co a {
        background: #568531;
        padding: 16px 8px;
        color: #FFF45E;
    }
    .header .navigation_item a:hover {
        color: #FF9E3B;   
    }
    .js_fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    .footer .flex .logo{
        width: 100%;
    }
    .footer .flex .logo img {
        width: 250px;
    }
    .footer .flex .tel {
        width: 100%;
        max-width: 480px; 
        margin: 20px auto 0;
    }
    .footer .flex .tel a {
        font-size: 24px;
        text-align: center;
    }

    .footer .flex .tel p{
        margin: 10px 0 0;
        font-size: 18px;
        text-align: center;
    }
    .footer .nav {
        margin: 20px 0 0;
    }
    .footer .nav ul li {
        width: 48%;
        margin: 0;
        text-align: center;
        padding: 10px 0;
    }
    .footer .link {
        margin: 0;
    }
    .footer .link ul li {
        width: 100%;
        margin: 20px 0 0;
    }
    #pageScroll.appearUp {
        bottom: 60px;
        right: 10px;
    }
    #pageScroll a::after {
        right: 0;
    }
    #copy {
        font-size: 10px;
    }
/* -- error ----------------------------------------------------*/
    .error-main .error .page-wrap{
        margin: 50px auto;
    }
    .error-main .error .en{
        font-size: 40px;
        line-height: 50px;    
    }
    .error-main .error h2{
        margin: 30px 0 0;
        font-size: 24px;
        line-height: 32px;   
    }
}
@media screen and (max-width:320px){
/* -- common ----------------------------------------------------*/
    .footer .flex .tel a {
        font-size: 16px;
        padding: 20px;
    }
    .footer .flex .tel p {
        font-size: 15px;
    }
}