@charset "utf-8";











/* reset
*********************************************************/

* {
    margin: 0;
    padding: 0;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}












/* common
*********************************************************/

html {
    font-size: 62.5%;
}

body,
.pure-g [class*=pure-u] {
    font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #333;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body {
    font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
} /* IE11 */
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body .pure-g [class*=pure-u] {
    font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
} /* IE11 */
}

a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.container {
    width: 100%;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both!important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.center-block {
    display: block;
    margin: auto;
}

.wp-pagenavi {
    padding: 20px 0;
    background: #F9F9F9;
    margin-top: 45px;
    font-size: 1.6rem;
    overflow: hidden;
}

.wp-pagenavi.var01 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-pagenavi a,
.wp-pagenavi span {
    background: #FFF;
}

.wp-pagenavi.var01 a {
    border: none;
    color: #333;
    background: none;
}

.wp-pagenavi span.current {
    background: #666;
    color: #fff;
    border-color: #666;
}

.bg-danger {
    background-color: #f2dede;
}

.text-danger {
    color: #a94442;
}

a[href^=tel] {
    text-decoration: none;
    color: inherit;
    cursor: default;
}

a[href^=tel]:hover {
    opacity: 1;
}


@media screen and (max-width:768px) {
    a[href^=tel] {
        /*text-decoration: underline;*/
    }
}





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








/* Header
*********************************************************/

#header {
    padding-top: 15px;
}

#header h1 {
    font-size: 2.4rem;
    line-height: 25px;
}

#header h1 small {
    font-size: 1.2rem;
    line-height: 1.3;
    display: block;
}

#header h1 a {
    color: #333;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

#header h1 img {
    margin-right: 15px;
}

#header .group01 {
    padding-bottom: 15px;
}

#header .text01 {
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
}

#header .text01 a {
    font-size: 2.2rem;
    color: #0054A5;
    text-decoration: none;
}

#header a.btn01 ,
#header a.btn02 {
    display: inline-block;
    width: 165px;
    height: 50px;
    line-height: 50px;
    background: #CD002E;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
    margin-left: 15px;
}

#header a.btn02 {
    background-color: #00439D;
    margin-right: 20px;
}


@media screen and (max-width:768px) {
    #header h1 {
        text-align: center;
    }
    #header h1 a {
        display: block;
        width: 100%;
    }
    #header h1 img {
        display: block;
        float: none;
        margin: auto;
    }
    #header a.btn01 ,
    #header a.btn02 ,
    #header .text01 {
        float: left;
    }

    #header a.btn01 ,
    #header a.btn02 {
        margin: 0;
        width: 50%;
    }
    #header a.btn02 {
        clear: both;
        width: 100%;
        height: 30px;
        line-height: 30px;
        
    }
    #header .text01 {
        width: 50%;
    }
    #header .text01 a{
        font-size: 1.6rem;
        display: inline-block;
        width: 100%;
        background: #eee;
    }

    #header a.menu-trigger,
    #header a.menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    #header a.menu-trigger {
        position: fixed;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
        z-index: 600;
        background: rgba(255, 255, 255, 0.75);
    }

    #header a.menu-trigger:hover {
        opacity: 1;
    }

    #header .unit02{
        padding-top: 15px;
    }

    #header .unit02 [class*=pull] {
        /*float: none;*/
        text-align: center;
    }

    #header .unit02 .btn01 {
        /*margin: 15px auto;*/
    }

    #header a.menu-trigger span {
        position: absolute;
        left: 5px;
        width: 30px;
        height: 2px;
        background-color: #43C1F3;
        border-radius: 1px;
    }

    #header a.menu-trigger span:nth-of-type(1) {
        top: 10px;
    }

    #header a.menu-trigger span:nth-of-type(2) {
        top: 48%;
    }

    #header a.menu-trigger span:nth-of-type(3) {
        bottom: 10px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY( 9px) rotate(-315deg);
        transform: translateY( 9px) rotate(-315deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(315deg);
        transform: translateY(-9px) rotate(315deg);
    }
}





@media screen and (min-width:769px) and (max-width:1025px){
    #header h1 img{
        max-width: 30%;
    }
}







/* GlobalNavi
*********************************************************/

#gNavi {}

#gNavi ul {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}

#gNavi ul li {
    float: left;
    width: 16.66%;
    text-align: center;
}

#gNavi ul li a {
    display: block;
    padding: 5px 0;
    font-size: 1.7rem;
    color: #00439D;
    text-decoration: none;
}


#gNavi ul li a small {
    font-size: 1.2rem;
    color: #aaa;
}


@media screen and (max-width:768px) {
    #gNavi {
        display: none;
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        overflow: hidden;
    }
    #gNavi .container {
        overflow: hidden;
        position: relative;
        width: 100vw;
        height: 100vh;
        padding: 0;
    }
    #gNavi ul {
        border: none;
        position: absolute;
        right: -100vw;
        top: 50px;
        width: 100vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 110;
        padding-left: 0;
    }
    #gNavi ul li,
    #gNavi ul li:first-of-type {
        float: none;
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px dotted #fff;
    }
    #gNavi ul li a {
        padding: 15px;
        color: #FFF;
        line-height: 1;
        border: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 0;
    }
    #gNavi ul li:first-of-type a {
        border: none;
    }
    #gNavi ul li a small {
        display: none;
    }
}











/* Breadcrumbs
*********************************************************/

#breadcrumbs {
    height: 45px;
    line-height: 45px;
    font-size: 1.4rem;
    margin-bottom: 55px;
    padding-top: 15px;
}

#breadcrumbs a {
    color: #333;
    text-decoration: none;
}

#breadcrumbs a.home {
    color: #0066B7;
}

@media screen and (max-width:768px) {
    #breadcrumbs {
        height: auto;
        padding: 15px 0;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}













/* Content
*********************************************************/

#pageVisual {
    background: url(../../images/page/img_products1.jpg) 50% 50% no-repeat;
    width: 100%;
    height: 300px;
}

#main .text01 {
    font-size: 1.5rem;
    line-height: 1.8;
}

#main .page-title01 {
    font-size: 3rem;
    color: #00439D;
    text-align: center;
}

#main .page-title01 span {
    display: inline-block;
    border-left: solid 3px #00439D;
    border-right: solid 3px #00439D;
    padding: 0 1.5em;
}

#main .page-menu01 {
    display: table;
    width: 100%;
    border-bottom: solid 2px #0055A6;
    padding-bottom: 10px;
}

#message .page-menu01,
#vision .page-menu01,
#company .page-menu01,
#history .page-menu01,
#social .page-menu01,
#offices .page-menu01,
#network .page-menu01 {
    margin-bottom: 40px;
}

#main .page-menu01 li {
    display: table-cell;
    text-align: center;
    font-size: 1.7rem;
    border-right: solid 1px #ddd;
    padding: 0 1em;
}

#main .page-menu01 li:first-of-type {
    border-left: solid 1px #ddd;
}

#main .page-menu01 li a {
    color: #333;
    text-decoration: none;
}

#main .page-menu01 li.on a {
    font-weight: bold;
    color: #00439D;
}


@media screen and (max-width:1024px) {
  
	#header .text01 a {
    font-size: 1.3rem;
}
}

@media screen and (max-width:768px) {
    #pageVisual {
        height: 200px;
    }
    #main .page-menu01 {
        display: block;
        padding-bottom: 0;
        border-top: solid 2px #0055A6;
    }
    #main .page-menu01 li,
    #main .page-menu01 li:first-of-type {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px dotted #eee;
        padding: 10px 0;
    }
	
	#pageVisual {
	background-size: 100% auto;
		height: 100px;

}
	#header .text01 a {
    font-size: 1.6rem;
}
}




























/* sidebar
*********************************************************/

@media screen and (max-width:768px) {}























/* Footer
*********************************************************/

#footer {
    background: #00439D;
    color: #fff;
    padding: 50px 0;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer .group01 .unit01 dl {
    color: #FFF;
}

#footer .group01 .unit01 dl dt {
    font-size: 2.4rem;
    padding-bottom: 6px;
}

#footer .group01 .unit01 dl dd {
    font-size: 1.5rem;
}

#footer .group01 .text01 {
    font-size: 1.4rem;
    margin-top: 10px;
}

#footer .group01 .text01 em {
    font-size: 2.2rem;
    font-style: normal;
}

#footer .group01 .btn01 {
    display: inline-block;
    width: 165px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
    margin-top: 10px;
}

#footer .group01_01 {
    margin-left: -5px;
    margin-right: -5px;
}

#footer .group01_01 [class*=pure-u] {
    padding-left: 5px;
    padding-right: 5px;
}

#footer .group01 .unit02 dl,
#footer .group01 .unit02 ul {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.8;
}

#footer .group01 .unit02 dl dt {
    color: #FFF;
    padding-bottom: 1.8em;
}

#footer .unit01_01:first-child ul li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1em;
}

#footer .unit01_01:first-child ul li:nth-of-type(2n+1) {
    clear: both;
    padding-left: 0;
}

#copyright {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

@media screen and (max-width:768px) {
    #footer .group01 .unit01 {
        padding-bottom: 35px;
    }
    #footer .group01 .unit01 .btn01 {
        margin: 25px auto 0;
        display: block;
    }
    #footer .group01 .unit02 dl dt {
        text-align: center;
        border-bottom: 1px dotted #fff;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    #footer .unit01_01:first-child ul li {
        float: none;
        width: 100%;
        padding: 0;
    }
}























/* WP default
*********************************************************/

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}