
#subkey{
	background: url('../images/index/kv-01.jpg') no-repeat center / cover;
	min-height:200px;
}
#subkey h2.key-txt{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:36px;
	font-weight:bold;
	line-height:200px;
	text-align:center;
	text-shadow:1px 1px 3px #fff,-1px -1px 3px #fff,1px -1px 3px #fff,-1px 1px 3px #fff;
}

/* Bread_crumb_List
-------------------------*/
.bread_crumb_list{
	background:#3A68B3;
	padding:10px 0;
	color:#fff;
	font-size:14px;
}
.bread_crumb_list ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align:left;
}
.bread_crumb_list ul li { display: inline;}
.bread_crumb_list ul li:after {
	content : '>>';
	padding-left: 7px;
}
.bread_crumb_list ul li:last-child:after { content : '';}
.bread_crumb_list ul li a{color:#fff;}

/* sub
-------------------------*/
footer { padding-top:30px;}

.bg_01{
	background:#fff;
	padding:20px 0 70px 0;
}
.bg_02{
	background:#eff3fc;
	padding:20px 0 70px 0;
}
.bg_03{
	background:#f9f9f9;
	padding:20px 0 70px 0;
}

h3.ttl_01{
	font-size:26px;
	margin-bottom:20px;
	margin-top:50px;
}
h3.ttl_01 span{
	color:#3A68B3;
	margin-left:10px;
	font-size:18px;
	text-transform: uppercase;
}
h3.ttl_02{
	font-family: YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 30px;
	margin-bottom:20px;
	margin-top:50px;
	text-align:center;
}
h3.ttl_03{
	font-size:26px;
	margin-bottom:20px;
	margin-top:50px;
}
h3.ttl_03 span{
	color:#3A68B3;
	margin-right:10px;
	font-size:18px;
	text-transform: uppercase;
}

.float_area{margin-top:50px;}
.float_area .img{
	width:40%;
	height: auto;
	float:right;
}
.float_area .img img{
	width:100%;
	height:auto;
}
.float_area .txt{
	width:58%;
	float:left;
}
.float_area .txt h3{
	text-align:left;
	margin-top:0;
}

ul.float_list{}
ul.float_list li{ margin-top:40px;}
ul.float_list li .img{
	width:42%;
	height: auto;
	float:right;
}
ul.float_list li:nth-child(2n) .img{float:left;}
ul.float_list li .img img{
	width:100%;
	height:auto;
}
ul.float_list li .text{
	width:56%;
	float:left;
}
ul.float_list li:nth-child(2n) .text{float:right;}
ul.float_list li .text h4{
	color:#3A68B3;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:24px;
	font-weight: bold;
	margin-bottom:10px;
}

/* news
-------------------------*/
.news{ margin-top:30px;}
.news dl{padding-bottom: 25px;}
.news dl dt{font-size: 14px;}
.news dl dt a{text-decoration: none;}
.news dl dd{
	font-size: 14px;
	color: #3A68B3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news dl dd a{
	letter-spacing: 1px;
	text-decoration: none;
	padding-bottom: 5px;
}
.news dl dd a:hover{border-bottom: 1px solid #7c96c7;}

/* wp-pagenavi 05 */
.wp-pagenavi {
	clear: both;
	text-align:center;
	margin-top:50px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size:14px;
	display: inline-block;
	color: #3A68B3;
	background-color: #fff;
	border: 1px solid #3A68B3!important;
	padding:12px!important;
	margin: 0 3px 5px!important;
	white-space: nowrap;
	text-align: center;
	text-decoration: none!important;
	line-height:1;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #3A68B3;
	opacity: 1!important;
}
.wp-pagenavi span.current{
	color: #fff;
	background-color: #3A68B3;
	border: 1px solid #3A68B3;
}

.news_detail{}
.news_detail h4{
	font-size: 22px;
	margin-bottom:10px;
	margin-top:30px;
	color:#3A68B3;

}
.news_detail p.date{
	text-align:right;
	margin-bottom:20px;
}
.news_detail p{margin-bottom:10px;}



.news_detail h1{
	font-size: 20px;
	color: #444;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.news_detail h2{
	font-size: 26px;
	color: #3A68B3;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.news_detail h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: #444;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

.news_detail h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #3A68B3;
}

.detail_content h4{
	font-size: 18px;
	color: #444;
	font-weight: bold;
	margin: 0 0 12px 0;
}

.news_detail h5{
	font-size: 16px;
	color: #444;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.news_detail ul {
	margin: 0 0 30px 0;
}

.news_detail ul li{
	list-style: disc outside;
    margin: 0 0 0 20px;
	line-height: 1.9;
}

.news_detail ol {
	margin: 0 0 30px 0;
}

.news_detail ol li{
	list-style: decimal;
    margin: 0 0 0 20px;
	line-height: 1.9;
}

.news_detail table {
    border-collapse: collapse;
    border-spacing: 0;
	border:1px solid #ddd;
    margin: 0 0 30px 0;
    width: 100%;
}

.news_detail table th {
    padding: 20px;
    border: solid #ddd;
    border-width: 0 1px 1px 0;
    vertical-align: middle;
    font-size: 100%;
    width: 24%;
	color: #fff;
    background: #eee;
	box-sizing: border-box;
}

.news_detail table td {
    padding: 20px;
    vertical-align: top;
    border: solid #ddd;
	border-width: 0 0 1px 1px;
    font-size: 100%;
    background: #fff;
	box-sizing: border-box;
}
.news_detail table td:first-child {
    background: #eee;
}


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

.news_detail .alignleft	{
	float: left;
	margin: 5px 40px 0 8px;
}

.news_detail .alignright	{
	float: right;
	margin: 5px 8px 0 40px;
}

.news_detail .wp-caption	{
	border: none;
	text-align: center;
	padding-top: 5px;
}

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

.news_detail .alignright, .news_detail .alignleft{
		display:block;
		float:none;
		text-align:center;
		margin:0 auto 15px;
	}

}

.pager {
    overflow: hidden;
	margin-top: 50px;
}
.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
.pager ul li {
    margin: 0 0.2em;
    position: relative;
    left: -50%;
    float: left;
}
.pager ul li span,
.pager ul li a {
    display: block;
    padding: 0.7em 1em;
	line-height:1;
	line-height:1;
}
.pager ul li a {
    text-decoration: none;
	color: #3A68B3;
	border:1px solid #3A68B3;
	background: #fff;
}
.pager ul li a:hover {
	color: #fff;
	background: #3A68B3;
}

/* contact
-------------------------*/
.table_box{
	border:1px solid #ddd;
	padding:20px;
	margin:30px auto;
	background:#fff;
}
.table_box table{
	border-collapse:collapse;
	margin:0px auto;
	width:100%!important;
}
.table_box table tr{}
.table_box table tr th{
	padding:15px;
	font-weight:normal;
	width:220px;
	border-bottom:1px solid #ddd;
	text-align:left;
	vertical-align:middle;
}
.table_box table tr:last-child th{border-bottom:none;}
.table_box table tr th span{
	font-size:14px;
	background: #3A68B3;
	padding: 3px 12px;
	margin-left: 10px;
	color: #fff;
}
.table_box table tr td{
	padding:15px;
	border-bottom:1px solid #ddd;
}
.table_box table tr:last-child td{border-bottom:none;}
.table_box table tr td input[type="text"],
.table_box table tr td input[type="email"] {
	width:60%;
	background: #f9f9f9;
	border:none;
	padding:10px;
}
.table_box table tr td textarea {
	width: 100%;
	height: 200px;
	background: #f9f9f9;
	border:none;
	padding:10px;
}
.table_box table tr td input[type="checkbox"] { margin-right:3px;}
.table_box table tr td .pr_conts {
	overflow: hidden;
	height: 200px;
	overflow-y: scroll;
	padding:15px;
	width: 100%;
	border:1px solid #ddd;
	margin-bottom:10px;
}
.table_box table tr td .pr_conts h4{
	text-align:left;
	margin-top:20px;
	color:#3A68B3;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:20px;
	font-weight:500;
	margin-bottom:10px;
}
.table_box table tr td .pr_conts h4:first-of-type{margin-top:0px;}

.btn_box{
	text-align: center;
	border-top:1px solid #ddd;
	padding:30px 0 10px 0;
}
.btn_box input[type="submit"],
.btn_box input[type="reset"] {
	color: #3A68B3;
	background: #fff;
	border:1px solid #3A68B3;
	text-align: center;
	width:180px;
	margin: 0 20px;
	cursor: pointer;
	height:50px;
	line-height:50px;
	font-size:16px;
}
.btn_box input[type="submit"]:hover,
.btn_box input[type="reset"]:hover{
	opacity:1.0;
	filter: alpha(opacity=100);
	color: #fff;
	background: #3A68B3;
}

/* company
-------------------------*/
p.name{
	margin-top:20px;
	text-align:right;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
	font-size:18px;
}

/* recruit
-------------------------*/
ul.recruit_list{}
ul.recruit_list li{margin-top:50px;}
ul.recruit_list li h4{
	color:#3A68B3;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:22px;
	font-weight: bold;
}
ul.recruit_list li .btn a{
	color: #3A68B3;
	background: #fff;
	border:1px solid #3A68B3;
	text-align: center;
	width:300px;
	margin:0 auto;
	height:60px;
	line-height:60px;
	font-size:16px;
	display:block;
}
ul.recruit_list li .btn a:hover{
	opacity:1.0;
	filter: alpha(opacity=100);
	color: #fff;
	background: #3A68B3;
	text-decoration:none;
}

/* product
-------------------------*/
ul.product_list{}
ul.product_list li{ margin-top:40px;}
ul.product_list li .img{
	width : calc(100% - 370px) ;
	height: auto;
	float:left;
}
ul.product_list li .img img{
	width:100%;
	height:auto;
}
ul.product_list li .text{
	width:350px;
	float:right;
}
ul.product_list li .text h4{
	color:#3A68B3;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:24px;
	font-weight: bold;
	margin-bottom:10px;
}

/* business
-------------------------*/
ul.business_list{}
ul.business_list li{
	width:49%;
	float:left;
	margin-top:2%;
}
ul.business_list li:nth-child(2n){float:right;}
ul.business_list li a{
	display:block;
	position:relative;
}
ul.business_list li a:hover{
	text-decoration:none;
	opacity: .8;
}
ul.business_list li a::before,
ul.business_list li a::after{
	position: absolute;
	right:0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	z-index:1;
}
ul.business_list li a::before{
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border: 7px solid transparent;
	border-right: 7px solid #3A68B3;
	border-bottom: 7px solid #3A68B3;
}
ul.business_list li a img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}
ul.business_list li a img:hover{opacity: 1;}
ul.business_list li a h4{
	font-size:20px;
	background:#fff;
	padding:20px 15px;
}
ul.business_list li a h4:first-letter{color:#3A68B3;}

/* advantage
-------------------------*/
.concept{}
.concept img{
	width:190px;
	height:auto;
	display:block;
	margin:40px auto 40px;
	background:#fff;
	padding:20px 50px;
}
.concept p{ text-align:center;}
.concept p span{
	color:#3A68B3;
	font-weight:bold;
}

.mission{ margin-top:0;}

/* attraction
-------------------------*/
.attraction_area{}
.attraction_area .img{
	width:42%;
	height: auto;
	float:left;
	margin-top:50px;
}
.attraction_area .img img{
	width:100%;
	height:auto;
}
.attraction_area .text{
	width:56%;
	float:right;
}
.bg_01 .attraction_area .img{float:right;}
.bg_01 .attraction_area .text{float:left;}

ul.point_list{ text-align:center;}
ul.point_list li{
	display:inline-block;
	margin:5px;
	font-size:18px;
	padding:5px 15px;
	color:#fff;
	background:#3A68B3;
}

/* material
-------------------------*/
.material{
	text-align:center;
	margin-top:40px;
}
.material img{
	width:100%;
	height:auto;
	max-width:720px;
}

/* staff
-------------------------*/
ul.staff_list {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul.staff_list li{
	width:49%;
	margin-top:2%;
}
ul.staff_list li img{
	width:100%;
	height:auto;
}
ul.staff_list li .text{
	background:#fff;
	padding:20px;
}
ul.staff_list li .text p{}
ul.staff_list li .text p span{
	color:#3A68B3;
	margin-right:10px;
}
.grad-wrap{
	margin-top:10px;
	text-align:right;
}
.grad-btn {
	text-decoration:underline;
	color:#3A68B3;
}
.grad-btn:hover{
	cursor:pointer;
	text-decoration:none;
}
.grad-item {
	position: relative;
	overflow: hidden;
	height: 0px; /*隠した状態の高さ*/
	text-align:left;
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	background:#fff;
	content: "";
}
.grad-trigger {display: none;}
.grad-trigger:checked + .grad-btn {display: none;}
.grad-trigger:checked ~ .grad-item {height: auto;}
.grad-trigger:checked ~ .grad-item::before {display: none;}

.flow_list{}
.flow_list ul{}
.flow_list ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}
.flow_list ul li:last-child{
	padding-bottom:0px;
	border-bottom:none;
}
.flow_list ul li .img{
	width:42%;
	height: auto;
}
.flow_list ul li .img img{
	width:100%;
	height:auto;
}
.flow_list ul li .text{
	width:56%;
	margin-left:4%;
	font-family: YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 22px;
}
.flow_list ul li .text:first-letter{
	color:#3A68B3;
	font-size: 28px;
}

@media (max-width: 1000px){
.bread_crumb_list{padding:10px;}
}

@media (max-width: 979px){
footer { padding-top:0px;}
address {margin-top: 0px;}	
}

@media (max-width: 766px){
#subkey{min-height:150px;}
#subkey h2.key-txt{
	font-size:30px;
	line-height:150px;
}

h3.ttl_01{font-size:1.5rem;}
h3.ttl_01 span{font-size:1rem;}
h3.ttl_02{font-size: 1.7rem;}
h3.ttl_03{font-size:1.5rem;}
h3.ttl_03 span{font-size:1rem;}

.float_area{}
.float_area .img{
	width:100%;
	float:none;
	margin-top:50px;
}
.float_area .txt{
	width:100%;
	float:none;
	margin-top:20px!important;
}

ul.float_list li .img{
	width:100%;
	float:none;
}
ul.float_list li:nth-child(2n) .img{float:none;}
ul.float_list li .text{
	width:100%;
	float:none;
	margin-top:20px;
}
ul.float_list li:nth-child(2n) .text{float:none;}

.news dl dt,
.news dl dd{font-size: 0.9rem;}
.wp-pagenavi a,
.wp-pagenavi span {font-size: 0.7rem;}
.pager ul li span,
.pager ul li a {font-size:0.7rem;}

.table_box table tr th{
	display:block;
	width : calc(100% - 20px);
	border-bottom:none;
	padding:10px 10px 0 10px;
}
.table_box table tr td{
	padding:10px 10px 15px 10px;
	display:block;
	width : calc(100% - 20px);
}
.table_box table tr td input[type="text"],
.table_box table tr td input[type="email"] {width: 100%;}
.table_box table tr td textarea {height: 150px;}
.table_box table tr td .pr_conts {
	height: 150px;
	width : calc(100% - 30px);
}

.btn_box input[type="submit"],
.btn_box input[type="reset"] {
	width:130px;
	margin: 0 10px;
}

ul.recruit_list li .btn a{
	width:250px;
	height:50px;
	line-height:50px;
}

ul.product_list li .img{
	width:100%;
	float:none;
}
ul.product_list li .text{
	width:100%;
	float:none;
	margin-top:20px;
}

.attraction_area .img{
	width:100%;
	float:none;
}
.attraction_area .text{
	width:100%;
	float:none;
}
.bg_01 .attraction_area .img{float:none;}
.bg_01 .attraction_area .text{float:none;}
.attraction_area .text h3{ margin-top:20px;}
}

@media (max-width: 550px){
#subkey{min-height:100px;}
#subkey h2.key-txt{line-height:100px;}
ul.business_list li{
	width:100%;
	float:none;
	margin-top:20px;
}
ul.business_list li:nth-child(2n){float:none;}
ul.staff_list li{
	width:100%;
	margin-top:20px;
}
}