/***************************************

base CSS

2019/XX

******************************************/

/***********************

common

**********************/

*{
box-sizing:border-box;
}

a{
text-decoration:none;
color: inherit;
}

a:hover{
    opacity: 0.8;
}

li{
list-style:none;
}

i,em{
font-style:normal;
}

body,html{
margin:0px;
padding:0px; 
font-family: 'Noto Sans JP', sans-serif;
font-feature-settings:'palt';
color: #333;
font-weight: 500;
}

body{
overflow-x:hidden;
color: #333;
}

ul{
margin:0;
padding:0;
}

h2,h3,h4,h5{
    font-weight: bold;
}

.ib{
width:1100px;
margin:0 auto;
position: relative;
}



a.u_line{
    text-decoration: underline;
}

#wpadminbar{
display:none;
}

.pc_content{
display:block !important;
}
.sp_content{
display:none !important;
}

/************************************

header

***************************************/

header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    height: 60px;
}

header:after{
    content: '';
    height: 100px;
    background: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,0));
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

header.scrolled:after{
    display: none;
}

header .bg_layer{
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 0;transition:0.3s ease;
}

header.scrolled .bg_layer{
    height: 60px;transition:0.3s ease;
}

header .ib{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

header h1{
    margin: 0;
    padding: 10px 10px;
}

header h1 img{
    width: 66px;
    transition:0.3s ease;
}

header.scrolled h1 img{
    width: 50px;
    transition:0.3s ease;
}
header nav{
    width: 540px;
    position: absolute;
    top: 0;
    left: 90px;
}

header nav ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 15px;
}

header nav ul li{
    width: 25%;
    display: block;
    text-align: center;
}

header nav ul li a{
    padding: 5px 0;
    font-size: 14px;text-align: center;
    position: relative;
    color: #fff;display: inline-block;
}

header.scrolled nav ul li a{
    color: #111;  
}

header nav ul li a span{
    display: block;height: 1px;
    width: 0;
    background: #fff;
    position: absolute;
    bottom: 0;margin: 0 auto;
    left: 0;transition:0.3s ease;
    
}

header.scrolled nav ul li a span{
background: #111;
}

header nav ul li a:hover span{
    width: 100%;transition:0.3s ease;
}

header a.contact{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #002368;
}

header a.contact i{
    font-size: 26px;
    display: block;
    margin: 0 auto;
    padding-top: 16px;
}

header a.tel{
    position: absolute;
    top: 0;
    right: 60px;
    display: block;
    padding: 0;
    font-size: 16px;
    color: #002368;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #fff;
    transition:0.3s ease;
}

header a.tel i{
    font-size: 28px;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

header.scrolled a.tel{
    background: #ddd;
}

img.sc_icon{
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 99;
}

/***********************************

head_search

*************************************/

header .ib form{
    position: absolute;
    width: 170px;
    top: 16px;
    left: 630px;
}
header .ib form span{
    ;width: 30px;
    display: block;position: absolute;
    right: 0;height: 30px;
    overflow: hidden;
    top: 0px;cursor: pointer;
}

header .ib form span:before{
    content:"\e8b6";
    font-family:material icons;
    color: #fff;
    position: absolute;
    top: 4px;
    z-index: -1;
    font-size: 20px;
}
header .ib form input[type="text"]{
    background: none;
    border: 1px solid  #fff;
    padding: 5px;
    border-radius: 20px;
    width: 100%;color: #fff;
}

header .ib form input[type="submit"]{
    border: none;
    box-shadow: none;
    background: none;
    font-size: 24px;
    padding-left: 30px;
    color: #fff;
    font-family: ionicons;
    height: 30px;
    z-index: 99;
    cursor: pointer
}

header.scrolled .ib form input[type="text"]{
    border: 1px solid #333;
    color: #111;
}

header.scrolled .ib form span:before{
    color: #333;
}
/*************************************

slider pro

**************************************/

/*
#topslide .sp-slides .sp-slide:nth-child(1):before{
    width: 60%;
    position: absolute;
    height: 120%;
    content: '';
    display: block;
    right: -10%;
    top: -10%;
    transform: rotate(6deg);
    background: rgba(255,255,255,.6);
    display: none;
}
*/


#topslide .sp-slides .sp-slide:nth-child(1):after{
    content: url(../img/top_tit03.png);
    position: absolute;
    top: calc(50% - 54px);
    left: calc(50% - 245px);
}

#topslide .sp-slides .sp-slide:nth-child(2):after{
    content: url(../img/top_tit03.png);
    position: absolute;
    top: calc(50% - 54px);
    left: calc(50% - 245px);
}

#topslide .sp-slides .sp-slide:nth-child(3):after{
    content: url(../img/top_logo_new.png);
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 220px);
}

#topslide .sp-slide img{
    width: 100%;
    object-fit: cover;
}
/*************************************

404

*************************************/

p.p404{
    padding: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: #f1f1f1;
    margin: 40px 0;
}

/***************************************

article

*****************************************/

article h2{
    font-family: 'Cinzel',serif;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 50px;
}

article h2 span{
    display: block;
    text-align: center;
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
}

article p{
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-family: 'Yu Mincho',serif;
}

a.more{
    font-size: 16px;
    display: block;
    padding: 5px 20px 6px;
    width: 150px;
    border: 1px solid  #fff;
    border-radius: 30px;
    margin: 50px auto;
    color: #fff;
    text-align: center;
}
/***************************************

intro

***************************************/

.intro{
    background: url(../img/bg02.jpg) 0% 100%;
    -webkit-background-size: ;
    background-size: 100% auto;
    position: relative;
}

.intro .ib{
    padding: 60px 0 120px;
}

.intro .ib h2{
    position: relative;
    z-index: 3;
}
.intro:before{
    content: '';
    height: 200px;
    width: 110%;
    left: -5%;
    top: -70px;
    position: absolute;
    display: block;
    transform: rotate(-3deg);
    background: url(../img/bg02.jpg);
    z-index: 2;
}
/**************************************

policy

**************************************/

.policy{
position: relative;
}

.policy:before{
    content: '';
    height: 200px;
    width: 110%;
    left: -5%;
    top: -70px;
    position: absolute;
    display: block;
    transform: rotate(-3deg);
    background: #fff;
    z-index: 2;
}
.policy .ib{
padding: 20px 0 150px;
width: 810px;
}

.policy .ib h2{
    color: #002C72;
    z-index: 3;
    position: relative;
}

.pol_con{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.polbox{
    width: 48%;
    border: 1px solid #002C72;
    padding: 15px 0px 40px;
    background: #fff;
    box-shadow: 7px 7px 0px rgba(0,0,0,.14);
    margin-bottom: 30px;
}

.polbox img{
    display: block;
    margin: 10px auto;
    height: 110px;
}
.pol_con .polbox:nth-child(2) img{
    display: block;
    height: 106px;
    margin: 12px auto;
}
.pol_con .polbox:nth-child(4) img{
    display: block;
    height: 90px;
    margin: 20px auto;
}

article .polbox h3{
    font-size: 26px;
    color: #002C72;
    text-align: center;
    position: relative;
    margin-top: 0;
    font-family: 'Yu Mincho',serif;
    margin-bottom: 50px;
}

article .polbox h3:after{
    position: absolute;
    content: '';
    width: 100%;
    display: block;
    height: 6px;
    background: #002C72;
    bottom: -25px;
    left: 0;
    
}

article .polbox h3:before {
    position: absolute;
    width: 8px;
    height: 30px;
    background: #fff;
    content: '';
    bottom: -33px;
    transform: rotate(12deg);
    left: calc(50% - 5px);
    z-index: 2;
}
article .polbox p{
    font-size: 14.6px;
    color: #111;
    text-align: left;
    letter-spacing: -1px;
    font-family: inherit;
    padding: 0 15px;
}

/************************************

products

************************************/

.products{
    background: url(../img/bg02.jpg);
    position: relative;
    z-index: 3;
}
/*
.products:before{
    content: '';
    height: 200px;
    width: 110%;
    left: -5%;
    top: -70px;
    position: absolute;
    display: block;
    transform: rotate(-3.6deg);
    background: url(../img/bg03.jpg);
    z-index: -1;
}*/
.products:after{
    content: '';
    height: 140px;
    width: 110%;
    left: -5%;
    bottom: -65px;
    position: absolute;
    display: block;
    transform: rotate(-3deg);
    background: url(../img/bg03.jpg);
    z-index: 2;
}
.products .ib{
    padding: 60px 0;
    width: 100%;
}

.products .pr_con{
    background: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 3;box-shadow: 3px 3px 3px rgba(0,0,0,.4);
}

.products a.more{
    position: relative;
    z-index: 9;
}

.pr_box{
    padding:15px 15px 15px;
}

.pr_box .pr_img{
    display: block;
    height: 150px;
    overflow: hidden;
}

.pr_box .pr_img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.pr_box{
    transition:0.3s ease;
}
.pr_box:hover{
    border: 1px solid  #111;
    padding: 14px;
    transition:0.3s ease;
}

.pr_box h3{
    font-size: 18px;
    padding-left: 10px;
    margin: 15px 0;
    font-weight: bold;
    border-left: 1px solid  #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pr_box i{
    display: block;
    font-size: 14px;
    color: #666;
}

.pr_box a.link{
    display: block;
    background: #111;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 5px;
    margin-top: 20px;
}
/**************************************

information

***************************************/

.top_info{
    background: url(../img/slide01.jpg) fixed;
    position: relative;
}

.top_info .ib{
    padding: 200px 0 200px;
    
}

.top_info .ib .ti_con{
    background: rgba(255,255,255,.8);
    padding: 40px 0 20px;
}

.top_info .ib .ti_con h2{
    color: #222    ;
    margin: 20px 0 30px;
    border-bottom: 1px solid  #222;
    padding-bottom: 30px;
}

.top_info .ib .ti_con ul{
    display: block;
    width: calc(100% - 100px);
    margin: 0 auto;
    margin-top: 50px;
}

.top_info .ib .ti_con ul li{
    display: block;padding: 12px 0;
    border-bottom: 1px solid  #222;
}

.top_info .ib .ti_con ul li a{

}
.top_info .ib .ti_con ul li span.date{
    color: #666;
}

.top_info .ib .ti_con ul li span.category a{
    display: inline-block;
    padding: 3px 12px;
    background: #FFC042;
    margin: 0 10px;
    font-size: 13px;
}
.top_info .ib .ti_con ul li p{
    font-family: 'Noto Sans JP', sans-serif;
    color: #111;display: inline-block;
    margin: 0;
}
a.to_archive{
    display: block;
    margin: 30px auto;
    padding: 20px;
    width: 300px;
    background: #ddd;
    text-align: center;
    color: #222;
    border-radius: 4px;
}
/*************************************

subpage

***************************************/

.panlist{
background: #fff;border-bottom:1px solid #ddd;
}

.panlist .ib{
padding: 13px 0px;
font-size: 12px;
}
.panlist .ib a{
    display: inline-block;
    margin-right: 5px;
}
.panlist .ib a.home:before{
    font-family: 'Material Icons';
    content: "\e88a";
    margin-right: 5px;
    font-size: 14px;position: relative;top: 2px;
}

.panlist .ib br{
display:none;
}

.head_tit{
height:350px;
overflow: hidden;
position: relative;
background-size: cover;
}

.head_tit h1{
position: absolute;
width: 880px;
left: calc( 50% - 440px);
top:160px;
text-align: center;
font-size:36px;
color:#fff;
z-index: 99;
}

.head_tit:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(0px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 9;
}

/*************

pager

**************/


.wp-pagenavi {
    clear: both;
    text-align: center;
    display: block;
    padding: 20px 0;
    margin-top: 50px;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 5px 12px !important;
    margin: 2px;
}

.wp-pagenavi span.current {
    font-weight: bold;
    background: #111;
    color: #fff;
}
/*************************************

contents

**************************************/

#content{
    min-height: 500px;
}

#content .ib{
    padding: 50px 0;
}

#content .ib h2:nth-of-type(1){
    margin-top: 10px;
}

#content h2{
    font-size: 24px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 6px solid #002368;
    margin: 40px 0;
}
#content h2 span.cat{
    display: block;
    font-size: 14px;
    text-decoration: underline;
    color: #002368;
    letter-spacing: 1px;
}
#content h2.sub_tit{
    font-size: 18px;
    margin-bottom: 50px;
}
#content h2.sub_tit span{
    display: inline-block;
    font-size: 44px;
    font-family: 'Raleway', sans-serif;
    color: #002368 ;
}

#content h2:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    display: inline-block;
    width: 40%;
    height: 6px;
    background: repeating-linear-gradient(-45deg, #002368, #002368 3px, #FFF 3px, #FFF 6px);
}

#content h3{
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid  #111;
    margin: 40px 0;
}

#content h3 span{
    display: inline-block;font-family: 'Raleway', sans-serif;
    color: #002368 ;
    font-size: 26px;
    display: block;margin-bottom: 5px;
}

#content h4{
    font-size: 18px;
    padding-left: 10px;
    border-left: 3px solid #002368;
}

#content p{
    font-size: 16px;
    margin: 20px 0;
    line-height: 1.7;
}

a.btn{
    display: block;
    padding: 20px 70px;
    line-height: 1;
    max-width: 370px;
    border-radius: 6px;
    border: 1px solid #002368;
    font-size: 28px;
    color: #002368;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 30px auto;
}

a.btn.tel:before{
    font-family:'Material Icons';
    content: "\e61d";
    position: absolute;
    font-size: 34px;
    top: 30px;
    left: 24px;
}

a.btn span{
    display: block;margin-bottom: 5px;
    text-align: center;
    font-size: 12px;
}

#content table{
    
    width: 100%;
}

#content table th{
    width: 25%;
    padding: 17px;
    text-align: left;
    background: #e9f0ff;
    
}

#content table th.req:before{
    content: '必須';
    color: #d70045;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;position: relative;top: -1px;
    padding: 2px 7px;line-height: 1.2;
    border: 1px solid  #d70045;
}

span.red{
    color: #d70045;
}

#content .map{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

#content .map div{
    width: 49%;
}

#content iframe{
    width: 100%;
    min-height: 380px;
    display: block;
}

#content table td{
    width: 75%;
    padding: 17px 0 17px 17px;
}

#content input[type="text"],#content input[type="email"],#content input[type="tel"]{
    width: 100%;
    padding: 13px;
    border: 1px solid  #bbb;
    border-radius: 4px;
}

#content textarea{
    min-height: 200px;
    padding: 13px;
    width: 100%;border: 1px solid  #bbb;
    border-radius: 4px;
}

#content input[type="submit"],#content input[type="button"]{
     display: block;
    padding: 25px;
    line-height: 1;
    width: 370px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    background: #002368;
    color: #fff;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin: 30px auto;
    cursor: pointer
}

/*********************************

single

*********************************/

#content.single .ib{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

#content.single .ib .left_con{
    width: 800px;position: relative;
}

#content.single .ib .sidebar{
    width: 250px;
}

#content.single .ib .left_con img{
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
    height: auto;
}

#content.single .ib .left_con .meta .date{
    display: inline-block;
    font-size: 12px;
    color: 666px;
}

#content.single .ib .left_con .meta .date:after{
    content: '／';
    margin: 0 5px;
}
#content.single .ib .left_con .meta .category a{
    font-size: 12px;
    padding: 2px 10px;
    background: #FFC042;
    display: inline-block;
    text-align: center;
}

.content_detail{
    margin-bottom: 50px;
}

.page-nav{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;

}

.page-nav a{
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;padding: 15px 0;border-top: 1px solid #111;
    font-size: 14px;border-bottom: 1px solid #111;
}
.page-nav a:first-child{
    border-right: 1px solid  #111;
}

.page-nav a:nth-child(2){
    padding-left: 15px;
}
.page-nav a img{
    width: 120px;
    height: 100px !important;
    object-fit: cover;
    margin-bottom: 0 !important;
}
.page-nav a span{
    display: block;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #111;
}

.page-nav a:first-child span:before{
    font-family: ionicons;
    content: "\f3cf";
    position: absolute;
    left: 0;top: 4px;font-size: 18px;
}

.page-nav a:nth-child(2) span:before{
    font-family: ionicons;
    content: "\f3d1";
    position: absolute;
    right:0;top: 4px;
    font-size: 18px;
}
.page-nav a div{
    width: calc(100% - 120px);
    padding: 0 15px;
}

/*****************************

sidebar

******************************/
#content.single .ib .sidebar{
    position: sticky;
    top: 0;
}

#content.single .ib .sidebar h3.side_first{
    margin-top: 0;
}

#content.single .ib .sidebar .ps_con{
    position: sticky;
    top: 60px;
}
#content.single .ib .sidebar h3{
    padding: 10px;
    text-align: center;
    border: 1px solid #002368;
    color: #002368;
}

#content.single .ib .sidebar .meta .date{
    display: inline-block;
    font-size: 12px;
    color: 666px;
}

#content.single .ib .sidebar .meta .date:after{
    content: '／';
    margin: 0 5px;
}
#content.single .ib .sidebar .meta .category a{
    font-size: 11px;
    padding: 2px 10px;
    line-height: 1.2;
    background: #FFC042;
    display: inline-block;
    text-align: center;
}

#content.single .ib .sidebar ul{
    display: block;
}

#content.single .ib .sidebar ul li{
    display: block;
    border-bottom: 1px solid #111;
}

#content.single .ib .sidebar ul li a{
    display: block;
    padding: 5px 0 10px;
    font-size: 14px;
    
}
#content.single .ib .sidebar ul.side_pr li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
    margin-top: -10px;
}
#content.single .ib .sidebar ul.side_pr li .pr_img{
    display: block;
    overflow: hidden;
    width: 50px;height: 50px;
}

#content.single .ib .sidebar ul.side_pr li .pr_img img{
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#content.single .ib .sidebar ul.side_pr li a{
    padding-top: 15px;
    width: calc(100% - 60px);
}

#content.single .ib .sidebar p{
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;
    font-weight: bold;
}
/*****************************

about

*****************************/
.greeting{
    position: relative;
    padding-bottom: 100px;
}
.greeting span.name{
    font-weight: bold;
    font-size: 22px;
    font-family: serif;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 0;
}

/****************************

products list

*****************************/

.catalog_con{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog_con a.btn{
    width: 400px;
    max-width: 400px;
    margin: 40px 0;
}

.catalog_con div{
    width: 68%;
}
.catalog_con div:nth-child(1){
    width: 30%;
}
.catalog_con div img{
    display: block;
    width: 100%;
    height: auto;
}

.sub_pr_list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sub_pr_list .spr_box{
    width: 31.5%;
    padding: 17px;
    border: 1px solid #333;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.sub_pr_list .spr_box:nth-child(3n){
    margin-right: 0;
}

#content .sub_pr_list .spr_box h3{
    margin: 0 0 20px;
}

#content .sub_pr_list .spr_box .spr_img{
    display: block;
    overflow: hidden;
    height: 170px;
    width: 100%;
}

#content .sub_pr_list .spr_box .spr_img img{
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#content .sub_pr_list .spr_box i{
    font-size: 14px;
    display: block;
    margin-top: 15px;
    
}

#content .sub_pr_list .spr_box i em{
    content: 'Products Info';
    display: block;font-size: 12px;
    color:#002368;padding-bottom: 4px;
    border-bottom: 1px solid #002368;
    margin-bottom: 5px;
}

#content .sub_pr_list .spr_box i em:before{
    font-family: Material Icons;
    content: "\e877";
    font-size: 14px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

#content .sub_pr_list .spr_box a.link{
    margin: 15px auto 0;
    max-width: 200px;
    right: 17px;
    display: block;
    padding: 5px 20px 6px;
    background: #111;
    border: 1px solid #333;
    font-size: 14px;
    color:  #fff;
    text-align: center;
}


a.btn.dl:before{
    font-family: material icons;
    position: absolute;
    font-size: 32px;
    top: 18px;
    left: 20px;
    content: "\e5cc";
    font-weight: normal;
}

/****************************

products detail

*****************************/

.web_cat_a{
    position: absolute;
    padding: 10px 5px;text-align: center;
    width: 190px;
    font-size: 14px;
    color: #fff;
    background: #002368;
    border-radius: 4px;
    top: 0;
    right: 0;
}

#products_thumb .sp-slide img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#products_thumb .sp-selected-thumbnail{
    border: 3px solid  #002368;
}

.products_detail .prd_img{
    display: block;
    height: 450px;
    width: 90%;
    margin: 20px auto;
    overflow: hidden;
}

.products_detail .prd_img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.products_detail .prd_info{
    display: block;
    padding: 30px;
    position: relative;
    background:#f1f1f1;
    border: 1px solid  #002368;
    margin: 50px 0;
}

.products_detail .prd_info:before{
    content: 'PRODUCT INFO';
    position: absolute;
    padding: 3px 10px;
    font-size: 13px;
    color: #fff;
    background: #002368;
    display: block;
    width: 130px;
    left: -1px;height: 20px;
    top: -26px;
    border-radius: 3px 3px 0 0;
    text-align: center;
}

#content.products_single h2{
    padding-top: 17px;
    font-size: 23px;
}
/****************************

information

*****************************/

#content.information ul{
    display: block;
    width: calc(100% - 100px);
    margin: 0 auto;
    margin-top: 30px;
}

#content.information li{
    display: block;padding: 12px 0;
    border-bottom: 1px solid  #222;
}

#content.information li a{

}
#content.information li span.date{
    color: #666;
}

#content.information li span.category a{
    display: inline-block;
    padding: 3px 12px;
    background: #FFC042;
    margin: 0 10px;
    font-size: 13px;
}
#content.information li p{
    font-family: 'Noto Sans JP', sans-serif;
    color: #111;display: inline-block;
    margin: 0;
}

/*****************************

recruit

******************************/

img.rec_bnr{
    display: block;
    margin: 40px auto;
}

#content p.emp{
    display: block;
    padding: 20px;
    border:1px solid #002368;
    text-align: center;
    font-size: 24px;
    color: #002368;
}

.rec_con{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}

.rec_con .rec_box{
    width: 31.4%;transition:0.3s ease;
    position: relative;
    border: 1px solid #002368;
    padding: 17px;
    padding-bottom: 40px;
    margin-right: 27px;
    margin-bottom: 27px;
}

.rec_con .rec_box:nth-child(3n){
    margin-right: 0;
}

#content .rec_con .rec_box h3{
    font-size: 20px;color: #002368;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: 'Yu mincho',sans-serif;
}

#content .rec_con .rec_box img{
    display: block;
    height: 120px;
    margin: 0 auto 10px;
}

#content .rec_con .rec_box a{
    background: #002368;
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    bottom: 0;
    left: 0;position: absolute;
    width: 100%;font-size: 16px;
}

#content .rec_con .rec_box:hover{
    position: relative;
    top: -15px;
    transition:0.3s ease;
}
/********************************

rec side

******************************/

.rec_side a{
    display: block;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid  #002368;
}

.rec_side a:before{
    font-family: ionicons;
    content: "\f287";
    margin-right: 5px;
}
/****************************

our jobs

*******************************/
.oj_con{
    max-width: 800px;
    margin: 0 auto;
}
.oj_con img{
    display: block;
    margin: 30px auto;
}

.oj_pr{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0;
}

#content .oj_pr div{
    width: 32%;
    border: 1px solid  #002368;
    padding: 15px;margin-bottom: 20px;
}

#content .oj_pr div:nth-child(n+4){
    margin-bottom: 0;
}
#content .oj_pr div span{
    display: block;
    height: 150px !important;
    overflow: hidden;
}

#content .oj_pr div span img{
    object-fit: cover;
    width: 100%;
    height: 100%!important;
    margin: 0!important;
}

#content .oj_pr div p{
    margin-top:10px;
    margin-bottom: 0;
    text-align: center;
}

/****************************

sales jobs

*****************************/

.sales_con{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0;
}

.sales_con div{
    width: 50%;
    outline: none;
    height: 270px;
    background: #d2d2d2;
    padding: 10px;
}

.sales_con div:nth-child(2),.sales_con div:nth-child(3),.sales_con div:nth-child(6){
    padding: 25px; background: #fff;border: 1px solid  #d2d2d2;
}

.sales_con div h3{
margin-top: 0 !important;
margin-bottom: 20px !important;}

.sales_con div img{
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.to_int{
    height: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #002368;
    }

.to_int a{
    
}
.to_int span{
    height: 100%;
    width: 100px;
    overflow: hidden;
}

#content .to_int span img{
    object-fit: cover;
    height: 100% !important;
    width: 100%;
}

.to_int i{
    width: calc(100% - 300px);
    padding: 20px 10px 15px;
    color: #fff;
    font-size: 24px;font-weight: bold;
    text-align: center;
    position: relative;
}

.to_int i:before{
    position: absolute;
    right: 15px;
    top: 30px;font-weight: normal;
    font-family: Material Icons;
    content: "\e5da";
    font-size: 36px;
}

.to_int i em{
    display: block;
    text-align: center;
    font-size: 14px;
}

/*****************************

interviews

*****************************/
.int_desc{
    margin: 40px 0;
}
.int_desc div{
        
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.int_desc div:nth-child(2){
    flex-direction: row-reverse;
}

.int_desc div span{
    width: 38%;
    overflow: hidden;
    height: 300px;
}

.int_desc div:nth-child(2) span{
    height: 350px;
}

#content .int_desc div span img{
    object-fit: cover;
    height: 100% !important;
    width: 100%;
}

#content .int_desc div p{
    width: 58%;
    margin-top: 0;
}

/****************************

education

*****************************/

.edu_desc img{
    display: block;
    margin: 30px auto;
}

.edu_img{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.edu_img span{
    width: calc(100% / 3);
    height: 210px;
    overflow: hidden;
    position: relative;
}

#content .edu_img span img{
    object-fit: cover;
    width: 100%;
    margin-bottom: 0 !important;
    height: 100% !important;
}

#content .edu_img span i{
    position: absolute;
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.88);
}
/****************************

MOTTO

****************************/

#content p.san_s{
    font-size: 44px;
    text-align: center;
    display: block;
    margin: 40px 0;
    font-family: 'Yu Mincho',sans-serif;
}

/****************************

snsbutton

*****************************/

.sns_share{
    position: fixed;
    width: 44px;
    right: 0;z-index: 99;
    top: calc(50% - 140px);
}

.sns_share ul{
    display: block;
    padding: 0;
    margin: 0;
}

.sns_share ul li {
    display: block;
    margin-bottom: 10px;
}

.sns_share ul li a{
    display: block;padding: 3px 0;position: relative;
    text-align: center;background: #ccc;color: #fff;
    font-size: 24px;box-shadow: 0px 3px 3px rgba(0,0,0,.3);
}

.sns_share ul li:nth-child(1) a{
    background: #3b5998;
}

.sns_share ul li:nth-child(1) a:before{
 font-family: ionicons;   
    content: "\f236";
}

.sns_share ul li:nth-child(2) a{
    background:#55acee;
}

.sns_share ul li:nth-child(2) a:before{
 font-family: ionicons;   
    content: "\f2b0";
}

.sns_share ul li:nth-child(3) a{
    background:#ee4056;
}

.sns_share ul li:nth-child(3) a:before{
 font-family: ionicons;   
    content: "\f23b";
}

.sns_share ul li:nth-child(4) a{
    background:#00b900;font-size: 16px;
    font-weight: bold;padding: 10px 0;
}
/*************************************

footer

**************************************/

#pagetop{
    width: 50px;
    height: 50px;
    background: #002C72;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    cursor: pointer;
    right: 20px;
    border: 1px solid  #fff;
}

#pagetop:before {
    content: "\f3d8";
    font-size: 28px;
    position: absolute;
    top: 8px;
    left: 15px;
    font-family: ionicons;
    color: #fff;
}

footer{
    background: #222222;
}

footer .ib{
    padding: 30px 0 10px;
}

footer ul{
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
    width: 700px;
    margin: 0 auto;
   justify-content: center;
}

footer ul li{
    text-align: center;
}

footer ul li a{
    display: block;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

footer img.flogo{
    display: block;
    margin: 40px auto 20px;
}
footer .ib p{
    text-align: center;
    color: #fff;font-size: 12px;
}

footer .ib p.address{
    font-size: 14px;
}


