@charset "utf-8";
/* CSS Document */

::selection {
    background: #00AA86;
    color: #fff;
}
html { scroll-behavior: smooth;}
body{
	background: #fff;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
	font-size:16px;
	line-height: 1.8;
	color:#0f1111;
	margin: 0;
	letter-spacing: 1px;
}
.ps{
	display: inline-block;
}
.sp{
	display: none;
}
.ps_con{
	display: block;
}
.sp_con{
	display: none;
}
p{
letter-spacing: 1.2px;
line-height: 2.375;
}
img, video {
	height: auto;
	max-width: 100%;
}
section::after{
	clear: both;
	content:"";
}
ul li{
	list-style: none;
}
ul.flex{
padding-left: 0;
}
#main ol{
	margin-left: 30px;
}
.clear{
	content:"";
	clear: both;
}
/*margin space*/
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}
.mt80{
	margin-top: 80px;
}
.mt100{
	margin-top: 100px;
}
.mlr10{
	margin-left: 10px;
	margin-right: 10px;
}
.mtb30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.mtb50{
	margin-top: 50px;
	margin-bottom: 50px;
}
.mtb60{
	margin-top: 60px;
	margin-bottom: 60px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb70{
	margin-bottom: 70px;
}
.mb80{
	margin-bottom: 80px;
}
.mb100{
	margin-bottom: 100px;
}
.mr15{
	margin-right: 15px;
}
.pad30{
	padding-bottom: 30px;
	padding-top: 30px;
}
.pad40{
	padding-bottom: 40px;
	padding-top: 40px;
}
.padt30{
	padding-top: 30px;
}
.padt40{
	padding-top: 40px;
}
.padb30{
	padding-bottom: 30px;
}
.padb50{
	padding-bottom: 50px;
}
.padb70{
	padding-bottom: 70px;
}
.padb100{
	padding-bottom: 100px;
}
/*fontsize color*/
.fs14{
font-size :14px;
font-size :0.875rem;
}
.fs16{
font-size :16px;
font-size :1rem;
}
.fs18{
font-size :18px;
font-size :1.125rem;
}
.fs20{
font-size :20px;
font-size :1.25rem;
}
.fs26{
font-size :26px;
font-size :1.625rem;
}

.fs32{
font-size :32px;
}
.fc_red{
	color: #E5232A;
}
.fc_blue_b{
	color: #00a99d;
	font-weight: bold;
}
.noto_200{
	font-weight: 200;
}
.noto_300{
	font-weight: 300;
}

/*link*/
a img:hover{
	opacity: 0.7;
}
a {

  text-align-last: none;
	transition: 0.5s;
}


a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:active,
a:hover {
	color: #BBBCBC !important;
	text-decoration: none;
}
a.blue, td.link_blue a{color:#3056A2;}

/*position*/
.text_center{
	text-align: center;
}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right;
}
.text_normal{
	font-weight: normal;
}
.block_center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}
.bold{
	font-weight: bold;
}
.w30{width:30%;}
/*table*/
/*solidあり*/

table.table-a{
	 border-collapse:  collapse; 
	 width:100%;
}
table.table-a th{
	padding: 0.5em 1em;
	border: 1px solid #E0DCD6;
	background: #FAF8F3;
	width:25%;
	font-weight: bold;
	text-align: left;
}
table.table-a td{
	padding: 0.5em 1em;
	border: 1px solid #DCDDDD;
	background: #fff;
}
table.table-a tr:hover td{
background: #FFF9E9;
}
table.table-c{
	 border-collapse:  collapse; 
	 width:100%;
}
table.table-c th{
	padding: 1em;
	border: 4px solid #fff;
	background: #E1FCEE;
	font-weight: bold;
	text-align: left;
}
table.table-c td{
	padding: 1em;
	border: 4px solid #fff;
	background: #F6F7F7;
}


/*solidなし*/
table.table-h{
border:none;
width: 100%;
}
table.table-h th{
width:25%;
	padding:0.5em 0;
	text-align: left;
	font-weight: bold;
	border:none;
	font-size: 22px;
}
table.table-h td{
padding:1em;
	border-bottom: 1px solid #BBBCBC;
}
/*company*/
#content tr th, #content thead th {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}
#content table{
	border:none;
}
#content table.table-b,  table.table-b{
	width:100%;
	margin-bottom: 40px;
}
#content table.table-b tr, #content table tr,  table.table-b tr{
	border-bottom: 1px solid #BEBEBE;
}

#content table.table-b th,  table.table-b th{
	width:20%;
	padding:1em 2em;
	text-align: left;
	font-weight: bold;
	background: #fff;

	border-bottom: 1px solid #0f1111;
}
#content table.table-b th{
width: 25%;
}
#content table.table-b td, table.table-b td{
	padding:1em 2em;
	border-bottom: 1px solid #DBDCDC;
	background: #fff;
}
#content table.none, table.none th, table.none td, table.none tr{
	border:none;
}
#content table.table-b th.w25,  table.table-b th.w25{
width:25%;
}

#content table.none th, table.none th{
background: none;
padding: 1em 0;
width: 20%;
font-weight: normal;

}
table.none th.w25{
font-weight: 700;
}
#content table.none td, table.none td{
padding: 1em;
}
#content table.table-d,table.table-d{
	 border-collapse:  collapse; 
	 width:100%;
}
#content table.table-d th,table.table-d th{
	padding: 0.5em 1em;
	border: 1px solid #DCDDDD;
	background: #f4f2ec;
	width:25%;
	font-weight: bold;
	text-align: left;
}
#content table.table-d td,table.table-d td{
	padding: 0.5em 1em;
	border: 1px solid #DCDDDD;
	background: #fff;
}
#content table.table-d tr:hover td,table.table-d tr:hover td{
background: #FFF9E9;
}
#content table.table-d tr:first-child td,table.table-d tr:first-child td{
background:#ffd7db;
font-weight: bold;
text-align: center;
}
table.none{
	width:100%;
}
table.none td{
	padding:5px  0;

}

table.none td.justify{
	text-align-last: justify;
	text-justify: inter-ideograph;
}
table.none span a{
	border-radius: 30px;
	padding:0.3em 1em;
	margin-left: 8px;
	color:#fff !important;
	text-align: center;
	background: #3056A2;
}
dl.table{
	display: table;
	margin:0;
	padding: 0;
}
dl.table dt, dl.table dd{
	vertical-align: middle;
	display: table-cell;
}
/*------------------------------------
bread
---------------------------------------*/
#breadcrumb {
	clear: both;
	margin: 0 auto;
	width: 100%;
	font-size: 87%;
	list-style: none;
	padding: 20px 0;
	color: #707070;
}
#breadcrumb li {
	display: inline-block;
	padding: 15px 10px;
}
#breadcrumb li:hover{
	text-decoration: underline;
}
#breadcrumb ol{margin: 0;
padding-left: 0;}
/*-----------------------------------------------------------*/
/* ページトップへ戻るボタン */
/*-----------------------------------------------------------*/
/* ボタンの領域 */
#re-top {
	position:fixed; /*画面に固定*/
	bottom:50px; /*画面下へ*/
	right:5%; /*画面右へ*/
	z-index:10; /*レイヤー順序を上に*/
	background-color:transparent; /*領域の背景色（透明）*/
}
/* ボタン */
.re-topB {
	position:relative;
	display:block; 
	background-color:rgba(20,0,0,0.5); /*丸ボタンの色*/
	color:rgb(255,255,255); /*三角と文字色*/
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:24px;
	border-radius:5px;
	padding-top:30px;
	box-sizing:border-box;
}
/* 三角部分 */
.re-topB:before {
	content:'\25B2';
	position:absolute;
	top:10px;
	left:0;
	width:100%;
	text-align:center;
	font-size:20px;
}
.re-topB:hover{
	color: #fff !important;
	background: rgba(51,59,89,0.6);
}

/*pagetop新*/

/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}


/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}


/***トップへ戻るボタンここまで***/

/*button関連*/
/*角丸ボタン*/
.btn {
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
	position: relative;
	border-radius: 100px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
	text-align: center;
}
.btn01 {
	padding: 15px 55px ;
     background-color: #fff;
    color: #0f1111 !important;
	border:2px solid #0f1111;
	min-width:100px;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
    }
.btn01:hover {
    background-color: #0f1111;
	color: #fff !important;
	border:2px solid #0f1111;
    }
/*
.btn01::after{
content:"\f105";
font-family: "fontawesome";
margin-left: 15px;
}
*/


/*四角ボタン*/
.bn_cv{
	border:1px solid #3056A2;
	color: #fff !important;
	text-align: center;
	-webkit-transition: all .5s;
    transition: all .5s;
	padding: 10px 0;
	margin: 30px 0;
	background: #3056A2;
	min-width:160px;
	display: inline-block;
}
.bn_cv:hover{
	background: #fff;
	color: #3056A2 !important;
	text-decoration: none;
	border:1px solid #3056A2;
}
.bn_cv::after{
	content: "\f105"; 
	font-family: 'FontAwesome'; 
	margin-left: 15px;
	
}
.bn_cv02{
	border:1px solid #fff;
	color: #3056A2 !important;
	text-align: center;
	padding: 1em;
	-webkit-transition: all .5s;
    transition: all .5s;
	display: block;
	background: #fff;
	font-size:24px;
	font-weight: bold;
}
.bn_cv02:hover{
	background: #3056A2;
	color: #fff !important;
	text-decoration: none;
}
.bn_cv02::before{
	content: "\f003"; 
	font-family: 'FontAwesome'; 
	margin-right: 15px;
}



/*-------------------------------
contact
---------------------------------*/
/*お問合せ*/

.formInner input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
.formInner input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
.formInner input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

.form_w30{width:30% !important;}
.form_w50{width:50% !important;}
.form_w80{width:80% !important;}

.formInner{
	width:100%;
	margin: 10px auto;
}
.sent .formInner {
	display: none;
}
.complete-display{
	display: none;
}
.sent .complete-display{
	display: block;
}
#column {
	margin: 0 0 40px 0;
	width: 100%;
	height: 250px;
	overflow: auto;
	background: #FFF;
	border: 1px solid #DCDCDC;
	padding: 20px;
}
#column ol{
	padding-left: 20px;
}

.formInner label {
	font-size: 0.875rem;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
	position: static;
}

.opt {
	background: #3cd7e7;
}
.req {
	background: #e74c3c;
}
.opt, .req {
	margin-right: .5rem;
	color: #fff;
	font-size: .75rem;
	font-weight: 400;
	padding: .125rem .25rem;
	border-radius: .15rem;
}
.formInner input{
	position: static;
}
.formInner input[type="text"], .formInner input[type="password"], .formInner input[type="date"], .formInner input[type="datetime"], input[type="datetime-local"], .formInner input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 0.875rem;
	margin: 0 0 1rem 0;
	padding: 0.5rem;
	height: 2.3125rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.formInner input[type="text"], select, textarea, .formInner input[type="email"], textarea {
	border: 3px solid #ccc;
	border-radius: .3rem;
	padding: 6px;
	outline: 0;
}
.formInner input[type="file"], .formInner input[type="text"], select, .formInner input[type="email"], textarea {
	width: 65%;
	cursor: pointer;
}
.formInner input[type="text"]:focus, select:focus, textarea:focus, .formInner input[type="email"]:focus {
	border: solid 3px #1ca8dd;
	background-color: #ddf2fa;
}
input[type="submit"].bn_send {
	color: #fff;
	background: #00AA86;
	border: none;
	padding: 10px 20px;
	transition: 0.5s;
	cursor: pointer;
}
input[type="submit"].bn_send:hover{
background: #bc1907;
}
textarea{
	min-height:120px;
}
form {
	width:80%;
	margin: 30px auto;
}
form dl {
	font-size: .8125rem;
	border-bottom: 1px dotted #bcbcbc;
	margin-bottom: .875rem;
}
form dt {
	font-size: 1rem;
	margin-bottom: 1rem;
}
form dd {
	margin-bottom: 1rem;
}

.formInner input.w250{
	width:25%;
}
.formInner ol li{
	list-style: none;
}
.formInner ol li span{
	display: inline-block;
	vertical-align: middle;
	width:18%;
}
.formInner ol li span.wpcf7-form-control-wrap{
	width: 75%;
}
.formInner ol li span.wpcf7-form-control-wrap.zip{
	width: 50%;
}
/* =======================================
    ドロワー付きナビゲーション
======================================= */

.contents {
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#navTgl:checked ~ .contents {
	transform: translateX(250px);
}

/* :::::: toggle button :::::: */
#navTgl {
	display: none;
}
#mobile_nav label {
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
}
.open {
	z-index: 9999999;
	width: 48px;
	height: 48px;
	background:#D98405;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid #fff;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .6s;
}
#navTgl:checked + .open {
	background: indianRed;
	transform: translateX(250px);
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
	pointer-events: auto;
	background: rgba(0,0,0,.3);
}

/* :::::: drawer menu :::::: */
nav.menu {
	z-index: 99;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(183, 166, 80, 1);
	transform: translateX(-100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
nav.menu h2,
nav.menu a {
	color: white;
}
nav.menu h2 {
	text-align: center;
}
nav.menu ul {
	margin: 0;
	padding: 0;
}
nav.menu li {
	font-size: 0.875rem;
	line-height: 1.4;
}
nav.menu li:not(:first-child) {
	border-top: 1px solid rgba(255,255,255,.6);
}
nav.menu a {
	display: block;
	padding: 1em 2em;
	text-decoration: inherit;
	transition: background .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
nav.menu a:hover {
	background: #EE5082;
	color:#fff !important;
}
#navTgl:checked ~ .menu {
	transform: none;
}


/* :::::: article :::::: */


/* :::::: nav :::::: */
header nav {
	max-width: 647px;
	margin: 0 auto;
}
header nav ul {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: .8em;
	text-align: center;
	white-space: nowrap;
}
header nav li {
	display: flex;
	flex-basis: 20%;
}
header nav li:not(:first-child) {
	border-left: 1px solid rgba(0,0,0,.1);
}
header nav li a {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	color: white;
	text-decoration: inherit;
	background: lightSeaGreen;
	transition: background .3s;
}
header nav li a:hover {
	background: indianRed;
}

/* :::::: change mechanism :::::: */
header nav {
	overflow: hidden;
	transition: height .6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .6s;
}
@media screen and (min-width: 1248px) {
	.open {
		transform: translateY(-100%);
	}
	header nav {
		height: 3em;
		transition-delay: 0s, .4s;
	}
}
@media screen and (max-width: 1247px) {
	header nav {
		height: 0;
		opacity: 0;
		pointer-events: none;
		transition-delay: .4s, 0s;
	}

}
/*メインナビゲーションにもともとmenuのクラスがついているので、PCナビと区別するため#naviで括る*/
#navi{
	width:100%;
	margin:0;
}
#navi ul.menu{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  margin: 0 auto ;
  padding: 0;
display: flex;
	justify-content: flex-end;

}
#navi ul.menu:before, #navi ul.menu:after{
  content: "";
  display: table;
}
#navi ul.menu:after{
  clear: both;
}
#navi ul.menu li{
  position: relative;
  margin:  0;
  padding: 0;
  text-align: center;
}
#navi ul.menu li a{
  display: block;
  margin: 0;
  padding: 10px 25px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
}
#navi ul.menu li a:hover{
	color:#BBBCBC !important;
}
#navi ul.menu li.current_page_item ul.sub-menu li a {
	color: #000 !important;
}
#navi ul.menu li p{
	margin-top: 15px ;
	}
#navi ul.menu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width:250px;
visibility: hidden;
    opacity: 0;
}

#navi ul.menu li:hover ul{
	 visibility: visible;
    opacity: 1;
}
#navi ul.menu li ul li{
  width: 100%;

}
#navi ul.menu li ul li::last-child{
  width: 100%;
  border-bottom: 1px solid #f4f4ec;
}
#navi ul.menu li ul li a{
  padding: 12px 15px;
  border-top: 1px solid #f4f4ec;
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
  font-size:14px;
  font-weight: normal;
  color:#000000;
	 transition: .5s;
}
#navi ul.menu li ul li a:hover{
  background: rgba(255, 255, 255, 1.0);


	}
#navi ul.menu li ul.sub-menu li{
  overflow: hidden;
  height: 0;
  transition: .5s;
}
#navi ul.menu li:hover ul.sub-menu li{
  overflow: visible;
  height: 40px;
}
/*-	--------*/

#navi ul{
	text-align: center;
}

#navi ul li{
	display: inline-block;
	list-style: none;
	font-size: 18px;
	font-weight: 500;

}
#navi ul li+li{
	border-left: 0;

}
#normal li ul li.sp{
		display: none !important;
	}

#navi ul li ul li + li {
	border-left: none;
}

/*メニューここまで*/
ul{
	margin-left: 0;
	padding-left: 0;
}

/*--------------------------------------------
スライドショー各種
-------------------------------------------------------*/
/*----------------------------------------
wideslider　両端の2枚が半透明のスライダー
-------------------------------------------*/
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}

.wideslider .pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.wideslider .pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.wideslider .pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/* フェード画面いっぱいスライドショー
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.viewer ul.slide {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul.slide li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul.slide li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
  

.viewer ul:after {
    content: ".";
    height: 0;

    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}

/*-------------------------------------------
---------------------------------------------
layout
-------------------------------------------
------------------------------------------*/
/*header*/

ul.head_upper{
	float: right;
	padding-top: 10px;
}
ul.head_upper li{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
ul.head_upper li+li{
	border-left: 1px solid #e9ebf1;
}
ul.head_upper::after{
	content: "";
	clear: both;
	display: block;
}


.site-branding-text {
	text-align: center;
	align-items: center;
	display: grid;
}
.site-branding-text h1{
	text-align: left;
}


.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
}

.wrap::after {
	clear: both;
	content: "";
	display: block;
}
.one-column #content {
	margin: 0 auto;
	max-width: 1080px;
}
#content.one-col{
	margin: 0 auto;
	max-width: 1080px;
}
.news_waku li, .rec_waku li{
	border-bottom:1px solid #e3e0e0;
	padding:8px 0;
}

/*-------------------------------------
news*/
/*news*/
.wrap_news{
padding: 50px 0;
background: #fff;
}
.news_box{
display: flex;
justify-content: space-between;
}
.news_left{
width:25%;
}
.news_waku{
width: 70%;
}
.news_waku li{
border-bottom: 1px solid #E6E6E6;
padding: 20px 0;
}
.news_waku .time{
margin-right: 25px;
}
/*news_icon*/
.bn_news, .bn_product{
border: 1px solid #0f1111;
font-size: 14px;
padding: 1px 10px;
text-align: center;
width: 140px;
color: #0f1111;
margin-right: 25px;
display: inline-block;

}
.bn_recruitment{
border: 1px solid #193C69;
font-size: 14px;
padding: 1px 10px;
text-align: center;
width: 140px;
color: #193C69;
margin-right: 25px;
display: inline-block;

}


/*newsguide*/
.newsguide a::after{
	content: "\f105"; 
	font-family: 'FontAwesome'; 
	margin-left: 15px;
	color: #B4B4B4;
}

.newsguide{
	margin: 30px 0;
	display: flex;
	justify-content: flex-end;
}
.newsguide a{
margin-left: 15px;
}
.newsguide::after{
	content:"";
	clear: both;
}
.newsguide ul{
display: flex;
justify-content: flex-end;
}
.newsguide ul li{
margin-left: 20px;
}

/* --------------------------------
  slide
-------------------------------- */

/* ------ slide image ------- */
.hero-slide__img {
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-name: slideAnime;
  animation-timing-function: ease;
  display: block;
  min-height: 960px;
  object-fit: cover;
  opacity: 0;
  width: 100%;
}

.hero-slide__item:nth-of-type(1) .hero-slide__img {
  animation-delay: 0s;
}

.hero-slide__item:nth-of-type(2) .hero-slide__img {
  animation-delay: 5s;
}

.hero-slide__item:nth-of-type(3) .hero-slide__img {
  animation-delay: 10s;
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  49% {
    opacity: 0;
  }

  100% {
    opacity: 0;

  }
}

/* ------ hero erea ------- */
.hero {
  min-height: 960px;
  overflow: hidden;
  position: relative;
}

.hero__inner {
  margin: 0 auto;

}
img.hero-slide__img img{
vertical-align: bottom;
}
.ps_slide{
display: block;
}
.sp_slide{
display: none;
}
/* ------ hero title ------- */

.hero__title {
position: absolute;
top: 30%;
left: 30%;
margin-right: -50%;
	-webkit-transform: translate(-30%, -30%);
	transform: translate(-30%, -30%);
  max-width: 800px;
  text-align: left;
}

.hero-slide__item {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

.hero__link {
  
}

.hero_tit{
font-size:44px;
font-weight: normal;
font-family: 'Noto Serif JP', serif;
margin: 0 0 20px 0;
line-height: 1.4;
letter-spacing: 2px;
}
.hero__link p{

}

/*--------------------------------------
サブヘッダー*/

#subimage {
	position: relative;
	width: 100%;

}
/*中に文字を入れる場合*/
#subimage .inner h1{ 
	font-size:32px; 
	color: #000; 
	margin: 0;
	font-weight: bold;
	text-align: center;
}

#subimage .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.wrap.main_contents{
	padding-top: 20px;
}

.entry-meta .entry-date{
  font-size:14px;
  text-align: right;
  float: right;
}
.entry-meta .entry-date::after{
content:"";
clear: both;
height: 10px;
}

.time{
	margin-right: 10px;
}

#main.front {
	padding: 0;
}
.front.page_menu {
	padding: 0 0 30px 0;
}

.gallery img {
	border: none;
}
/*page部分*/

/*==================================================
ふわっ
===================================*/
/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}
/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time02{
animation-delay: 0.2s;
}
.delay-time03{
animation-delay: 0.3s;
}
.delay-time04{
animation-delay: 0.4s;
}
.delay-time05{
animation-delay: 0.5s;
}
.delay-time06{
animation-delay: 0.6s;
}
.delay-time07{
animation-delay: 0.7s;
}
.delay-time08{
animation-delay: 0.8s;
}
.delay-time09{
animation-delay: 0.9s;
}
.delay-time10{
animation-delay: 1s;
}
.delay-time16{
animation-delay: 1.6s;
}
.widget-area ul ul {
	margin-left: 0;
}
/*pager*/
.pagination{
   margin:40px auto;
   text-align: center;
}
.nav-links{
   display:flex;
   justify-content: center;
}
.pagination .page-numbers{
   display:inline-block;
   margin-right:10px;
   padding:10px;
   color:#333;
   background:#fff;
   border:1px solid #D0CDCD;
}
.pagination .current{
   padding:10px;
   background:#00AA86;
   color:#fff;
   border:1px solid #00AA86;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#00AA86;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}
/*img_loop*/
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -1920px 0; } /* 1518pxとは使用した背景画像の長さ */
}

.bg-image-loop {
	width: 100%;
	height: 270px;
	position: relative;
	background: url(images/slide.jpg) repeat-x 0 0;
	background-size: auto 100%;
	animation: bg-slider 69s linear infinite;
	padding: 0;
	margin-top: 80px;
}
.bg-image-loop02 {
	width: 100%;
	height: 270px;
	position: relative;
	background: url(images/slide02.jpg) repeat-x 0 0;
	background-size: auto 100%;
	animation: bg-slider 69s linear infinite;
	padding: 0;
	margin-top: 50px;
	margin-bottom: 60px;
}
/*sitemap*/

#sitemap li{
margin-bottom: 10px;
}
#sitemap li a{
padding: 10px;
border:1px solid #ededed;
background: #F6F6F6;
display: block;

}
#sitemap li ul.children{
padding-left: 15px;

}
#sitemap li ul.children li a{
border:none;
background: none;

}
#sitemap li ul.children li a::before{
content:"●";
color: #ee5082;
margin-right: 10px;
}
.copyright{
padding: 30px 0;
background: #fff;
}

p.name {
	text-align: right;
	font-weight: bold;
	line-height: 1.4;
	font-size: 18px;
}
p.name span {
	font-size: 22px;
}
h3.widget-title{
border-bottom: 2px solid #0f1111;
font-size:22px;
font-weight: 600;
margin-bottom: 0;
}
.widget-area li.widget-container ul li{
border-bottom: 1px solid #BBBCBC;
padding: 15px 0;
font-size:16px;
}

/* =======================================
  ここまで共通
======================================= */
@media screen and (max-width : 1079px) {
	.wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
#navi ul.menu li a {
	font-size: 16px;
}
	/*1079*/
}

@media screen and (max-width : 959px) {/*タブレット*/
#masthead .wrap_head {
	position: relative;
	width: 100%;
	display: block;
}

.top_nav {
	width: 100%;
	display: inline-block;
}
ul.head_upper {
	float: none;
	padding-top: 5px;
	margin-bottom: 0;
	text-align: center;
}
#navi ul.menu li a {
	padding: 5px 10px ;

}

#navi ul.menu {
	float:none;
	text-align: center;
}
#subimage .inner{
	margin: 0 auto;
	width:70%;
}

/*タブレット以下*/
}
@media screen and (min-width : 768px) {
	/*header固定*/
#masthead {
  background: #fff;
transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
	
	header {
	background: #fff;
	width: 100%;
	z-index: 9999;

}
.site-branding-text h1.site-title {
	margin-top: 8px;
}



.flex{
	display:-webkit-box;
  	display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
.foot_flex{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	}
.flex_st{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	}
.flex_center{
display: flex;
justify-content: center;
}
.copyright ul.flex_center li{
margin-right: 10px;
margin-left: 10px;
}
	.flex.align_middle{
		align-items: center;
	}
	.box18{
	width:18%;
	}
	.flex_st li.box48{
		margin-right:4%;
		margin-bottom:40px;
	}
	.flex_st li.box48:nth-child(2n){
		margin-right:0;
	}
	.flex_st li.box30{
		margin-right:5%;
	}
	.flex_st li.box30:nth-child(3n){
		margin-right:0;
	}
.box18{
		width:18%;
	}
.box23{
	width:23%;
	}
.box30{
		width:30%;
	}
.box35{
		width:35%;
	}
.box43{
		width:43%;
	}
.box46{
		width:46.29%;
	}
.box48{
		width:48%;
	}
.box45{
		width:45%;
	}
.box55{
		width:55%;
	}
.box60{
		width:60%;
	}
.box65{
		width:65%;
	}
	.box75{
		width:75%;
	}
/*fixedメニューのずれ*/
.anchor_contents{
padding-top: 200px;
}
.anchor_link {
padding-top: 120px ;
margin-top: -120px;

}
/*submenu*/
.page_menu{
	padding-top:40px;
}
.page_menu ul{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.page_menu ul li::after{
		content:"|";
	}
.page_menu ul li:last-child::after{
		content:"";
	}
.page_menu ul li a{
	padding: 0 15px;
}

/*768*/	
}