/*
Theme Name: KKJS
Theme URI: 
Description:ジャパンサイクルのWordPressテーマ
Version: 1.1
Author: 
Author URI: 
*/
@charset "utf-8";
@media screen and (min-width:1000px){
body, div, p, ul, ol, li, dl, dt, dd, table, th, td, img, h1, h2, h3, h4, h5, h6, form, select, input, nav, strong , em{
	margin: 0;
	padding: 0;
	color:#221814;
	font-size:16px;
	line-height:1.8em;
	font-weight:normal;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.bottom{
	margin-bottom:20px;
}
.hide{
	display:none;
}
ol , ul{
	padding-left:22px;
}
body{
	width:100%;
	overflow-x:hidden;
	background:#fff;
}
#header{
	background-color:#ffffff;
	position:relative;
}
#h_top{
	width:100%;
	height:90px;
	margin:0px auto;
	border-bottom:5px solid #f0b421;
}
#h_top .h_top_block{
	position:absolute;
	font-family: "Zen Old Mincho", serif;
}
#h_top_logo{
	width:290px;
	height:40px;
	top:10px;
	left:20px;
}
#h_top_logo a{
	width:400px;
	height:40px;
	display:block;
	font-size:24px;
	text-decoration:none;
	font-weight:700;
	color:#454545;
	padding:30px 0 0 110px;
	background:url(images/title_logo.png) no-repeat;
	background-size:auto 100%;
}
#h_top_logo a:hover{
	opacity:0.6;
}
#h_top_nav{
	top:50px;
	right:65px;
}
#h_top_nav #nav{
	list-style:none;
}
#h_top_nav #nav li{
	float:left;
}
#h_top_nav #nav li a{
	display:block;
	padding:0 10px;
	color:#000;
	text-align:center;
	font-size:18px;
	font-weight:500;
	font-family: "Zen Old Mincho", serif;
	text-decoration:none;
}
#h_top_nav #nav li a:hover{
	font-weight:500;
	color:#00772a;
	text-decoration:underline;
}
#gnav-btn , #gnav-input , ul#main_navigation{
	display:none;
}
.h_line_b{
	height:0px;
	width:100%;
	border-bottom:5px solid #23a2dd;
}
.contents{
	margin-bottom:30px;
}
.main{
	width:750px;
	padding:25px;
	margin:0 auto;
}
.main p{
	margin-bottom:10px;
}
h1{
	width:100%;
	height:55px;
	color:#fff;
	background:#558a99;
	text-align:center;
	font-size:25px;
	padding-top:10px;
	font-weight:700;
	font-family: "Zen Old Mincho", serif;
}
h2 {
	text-align:center;
	font-size:32px;
	color:#558a99;
	margin-bottom:20px;
}
h2 a{
	color:#558a99;
	text-decoration:none;
}
h3 {
	text-align:center;
	font-size:24px;
	color:#558a99;
	margin-bottom:5px;
}
h3 a{
	color:#558a99;
	text-decoration:none;
}
h4{
	text-align:center;
	font-size:18px;
	font-weight:600;
	margin-bottom:5px;
}
#footer{
	width:100%;
	margin:0px auto;
	text-align:center;
}

#footer #nav{
	padding-left:0;
}
#footer #nav li{
	height:30px;
	padding:0 4px;
	display:inline;
}
#footer #nav li a{
	text-decoration:none;
	color:#000;
}
#footer #nav li a:hover{
	text-decoration:underline;
	opacity:0.6;
}
#f_nav01{
	width:400px;
	height:30px;
	margin:0 auto;
	display:block;
}
#f_logo{
	margin-bottom:10px;
}
#f_logo a{
	width:300px;
	height:61px;
	display:block;
	margin:0 auto;
	background:url(images/title.png) no-repeat;
	background-size:100% auto;
	text-indent:-9999px;
}
#f_logo a:hover{
	opacity:0.6;
}
#f_address{
	margin-bottom:30px;
}
#f_nav02_area{
	width:900px;
	height:133px;
	margin:0 auto;
	padding-top:30px;
	border-top:2px solid #558a99;
	border-bottom:2px solid #558a99;
}
#f_nav02{
	width:700px;
	margin:0 auto;
}
#f_nav02 #nav{
	paddint-top:30px;
}
#copy{
	margin:20px auto;
}

.pagination{
	margin-top:20px;
}
.pagination .page-numbers{
	background:#D3E5F6;
	padding:5px 10px;
	border-radius:20px;
	color:#005BAC;
	text-decoration:none;
}
.pagination a:hover{
	background:#005BAC;
	color:#fff;
}
.pagination .current{
	background:#005BAC;
	color:#fff;
}

.blog_info ul{
	list-style:none;
}
.blog_info ul li{
	float:left;
	margin-bottom:30px;
}
.nav-below{
	width:400px;
	margin:60px auto 30px;
}
.nav-below p{
	width:160px;
	height:40px;	
	background:#00772a;
	text-align:center;
	color:#fff;
	margin:15px;
	text-decoration:none;
	float:left;
}
.nav-below p a{
	width:160px;
	height:32px;	
	display:block;
	padding-top:8px;
	text-decoration:none;
	color:#fff;	
}
.nav-below p:hover{
	opacity:0.6;
}
.wp-block-button{
	
}
a.wp-element-button{
	font-size:18px;
	margin:5px 10px;
	padding:10px 35px;
	background:#558a99;
}
a.wp-element-button:hover{
	opacity:0.6;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
}
#pageTop i {
  padding-top: 6px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 4px 0 4px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #ecedf3;
  color: #707070;
  font-weight: bold;
  font-size:20px;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.humb-menu{
	display:none;
}

/*　##################### TOPページ ########################　*/
#head_widget_area{
	position:relative;
}
#metaslider_57 .flex-viewport {
    overflow: visible !important;
}
#top_slide_copy_area{
	width:100%;
	position:absolute;
	z-index:100;
}
#top_slide_copy_bg{
	height:400px;
	background:url(images/top_copy.png) no-repeat center;
	background-size:auto 100%;
	margin:0px auto;
	position:relative;
}
#newinfo_bg{
	background:#558a99;
	padding:40px 0;
}
#newinfo{
	width:800px;
	background:#ffffff;
	margin:0px auto;
	padding:30px 40px;
	border-radius:20px;
}
#newinfo_l{
	width:140px;
	text-align:center;
	float:left;
	margin-right:60px;
}
#newinfo_l p#newinfo_title{
	margin-top:15px;
	margin-bottom:10px;
	font-size:28px;
	font-weight:500;
	color:#558a99;
}
#newinfo_l p.btn a{
	width:80px;
	height:32px;
	display:block;
	margin:0 auto;
	padding-top:8px;
	border:2px solid #558a99;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#558a99;
	transition:0.3s;
}
#newinfo_l p.btn a:hover{
	background:#558a99;
	color:#ffffff;
	transition:0.3s;
}
#newinfo_r{
	width:600px;
	background-size:100% 100%;
	border-top:1px solid #558a99;
	marign-top:20px;
	float:left;
}
#newinfo_r dl{
	padding-top:13px;
}
#newinfo_r dl dt , #newinfo_r dl dd{
	float:left;
	font-size:14px;
	color:#558a99;
}
#newinfo_r dl dt{
	width:110px;
	clear:both;
}
#newinfo_r dl dd.article_title{
	width:390px;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
	margin-right:20px;
	text-overflow: ellipsis;
}
#newinfo_r dl dd a{
	text-decoration:none;
	color:#558a99;
	font-weight:500;
}
#newinfo_r dl dd a:hover{
	opacity:0.6;
}
#newinfo_r dl dd.cat_icon{
	width:70px;
	background:#558a99;
	font-size:12px;
	padding:3px 4px;
	text-align:center;
	color:#fff;
}
.newsline{
	padding-bottom:35px;
	border-bottom:1px solid #00772a;
}

#shosai_area{
	width:100%;
	background:#ffffff;
	padding-top:60px;
	padding-bottom:60px;
}
#shosai_box_area{
	width:900px;
	margin:0px auto;
}
.shosai_box{
	float:left;
	width:400px;
	height:320px;
	border:1px solid #000;
	border-radius:20px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
	margin:15px;
	overflow:hidden;
	background:#fff;
}
.shosai_img{
	width:400px;
	height:200px;
}
#shosai_box01 .shosai_img{
	background:url(images/top_button01.png) no-repeat;
	background-size:100% 100%;
}
#shosai_box02 .shosai_img{
	background:url(images/top_button02.png) no-repeat;
	background-size:100% 100%;
}
.shosai{
	text-align:center;
	margin-top:8px;
	font-size:22px;
	color:#558a99;
}
p.shosai_btn a{
	width:130px;
	height:37px;
	display:block;
	text-align:center;
	padding-top:10px;
	border:2px solid #558a99;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
	color:#558a99;
	transition:0.3s;
	margin:10px auto 0;
}
p.shosai_btn a:hover{
	background:#558a99;
	color:#ffffff;
	transition:0.3s;
}
#link_bg{
	width:100%;
	height:400px;
	background:url(images/link_bg.png) no-repeat center;
	background-size:100% auto;
}
#link_area{
	width:900px;
	margin:0px auto;
	padding-top:70px;
}
.link_box{
	float:left;
	width:400px;
	height:200px;
	border:1px solid #000;
	border-radius:20px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
	margin:15px;
	overflow:hidden;
	background:#fff;
}
#link_box01{
	background:url(images/link_button01.png) no-repeat;
	background-size:100% 100%;
}
#link_box02{
	background:url(images/link_button02.png) no-repeat;
	background-size:100% 100%;
}
.link_btn{
	width:250px;
	height:65px;
	background:#558a99;
	margin:72px auto 0;
	text-align:center;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
}
.link_btn a{
	width:250px;
	height:45px;
	display:block;
	padding-top:20px;
	color:#fff;
	text-decoration:none;
	transition:0.3s;
}
.link_btn a:hover{
	background:#ffffff;
	color:#558a99;
	transition:0.3s;
}
.link_btn a span{
	font-size:18px;
}
#top_access_area{
	height:350px;
}
#top_access_bg{
	height:120px;
	background:#dce7ea;
	padding-top:60px;
	margin-bottom:120px;
}
#top_access_l {
  width: 40%;
  height: 250px;
  border-radius:0 20px 20px 0;
  overflow: hidden;
  float:left;
}
#top_access_l iframe {
  width: 100%;
  height: 860px;
  margin-top: -300px;
}
#top_access_c{
	width:20%;
	float:left;
	margin:70px 0 0;
}
#top_access_c h3{
	text-align:center;
	margin-bottom:20px;
}
#top_access_c p.shosai_btn a{
	text-align:center;
}
#top_access_r {
  width: 40%;
  height: 250px;
  border-radius:20px 0 0 20px;
  overflow: hidden;
  float:right;
}
#top_access_r iframe {
  width: 100%;
  height: 860px;
  margin-top: -300px;
}
/*　#################### 下層ページ共通 ####################　*/
.kaso_h1_area{
	width:100%;
	height:258px;
}
.kaso_h1_area h1{
	margin:0 auto;
	padding-top:0;
	font-size:48px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background:none;
	border:2px solid #fff;
}
h2.green_bg{
	width:100%;
	height:55px;
	color:#fff;
	background:#558a99;
	text-align:center;
	font-size:25px;
	margin-top:40px;
	padding-top:10px;
	font-weight:700;
	font-family: "Zen Old Mincho", serif;
}
h3.tokuyo_contents {
	margin-bottom:5px;
}
table{
	width:750px;
	margin:0 auto;
	border:1px solid #fff;
}
table th  , table td{
	padding:5px 10px;
	vertical-align:top;
	text-align:left;
}
table th{
	background-color:#dce7ea;
}
table td{
	background-color:#fef6e0;
}


/*　################# 事業について ###################　*/
.business_h1_area{
	height:218px;
	background:url(images/h1_01.png) no-repeat top center;
	background-size:100% auto;
	padding-top:120px;
}
.business_h1_area h1{
	width:320px;
	height:80px;
	line-height:1.7em;
}
.saishigenka{
	width:100%;
	height:750px;
	background:url(images/saishigenka.png) no-repeat center;
	background-size:100% 100%;
}
.taihi_img{
	width:600px;
	height:521px;
	margin:0 auto;
	background:url(images/hiryo.png) no-repeat;
	background-size:100% auto;
}


/*　################### 会社概要 #####################　*/
.info_h1_area{
	height:218px;
	background:url(images/h1_02.png) no-repeat top center;
	background-size:100% auto;
	padding-top:120px;
}
.info_h1_area h1{
	width:320px;
	height:80px;
	line-height:1.7em;
}
.info_h1_area h1 span{
	font-size:16px;
}
.info_img{
	width:250px;
	height:157px;
	border-radius:10px;
}
#info_img01{
	background:url(images/info_img01.png) no-repeat;
	background-size:100% 100%;
	float:right;
	margin:10px 0 10px 20px;
}
#info_img02{
	background:url(images/info_img02.png) no-repeat;
	background-size:100% 100%;
	float:left;
	margin:10px 20px 10px 0;
}


/*　#################### 施設紹介 ######################　*/
.supportcenter_h1_area{
	height:218px;
	background:url(images/h1_03.png) no-repeat center;
	background-size:100% auto;
	padding-top:130px;
}
.supportcenter_h1_area h1{
	width:450px;
	height:80px;
}



/*　################### お問い合わせ #####################　*/
.contact_h1_area{
	height:218px;
	background:url(images/h1_04.png) no-repeat top center;
	background-size:100% auto;
	padding-top:130px;
}
.contact_h1_area h1{
	width:400px;
	height:80px;
}
.contact_tel{
	font-size:32px;	
	color:#558a99;
	margin:10px 0;
}
.contact_tel a{
	color:#558a99;
	text-decoration:none;
}
span.wpcf7-list-item {
	margin-top:5px;
	display: block;
}
.wpcf7-form-control-wrap input.wpcf7-text ,.wpcf7-form-control-wrap textarea{
	width:500px;
}
p input.wpcf7-submit{
	width:200px;
	height:40px;
	text-align:center;
	background:#558a99;
	color:#fff;
	border-radius:20px;
	margin:20px auto 0 280px;
}
p input.wpcf7-submit:hover{
	cursor:pointer;
	opacity:0.6;
}
.blog_info ul{
	padding-left:0;
}



/*　###################### 求人情報 ########################　*/
.recruit_h1_area{
	height:218px;
	background:url(images/h1_05.png) no-repeat top center;
	background-size:100% auto;
	padding-top:130px;
}
.recruit_h1_area h1{
	width:400px;
	height:80px;
}


/*　###################### 資料ダウンロード ########################　*/
.information_h1_area{
	height:258px;
	background:url(images/h1_06.png) no-repeat center;
	background-size:100% auto;
	padding-top:90px;
}
.information_h1_area h1{
	width:460px;
	height:140px;
	line-height:1.2em;
	padding-top:20px;
}


/*　############### プライバシーポリシー #################　*/

.policy_midashi{
	text-align:center;
	border-bottom:2px solid #00772a;
	position:relative;
	top:-27px;
}
.policy_midashi h2{
	display:inline-block;
	background:#fff;
	padding:0 20px;
	position:relative;
	font-size:24px;
	top:40px;
}


}

/* ########################################################################################################################################　*/
/* ########################################################################################################################################　*/
/* ########################################################　　　レスポンシブ　　　########################################################　*/
/* ########################################################################################################################################　*/
/* ########################################################################################################################################　*/
@media screen and (max-width:1000px){
body, div, p, ul, ol, li, dl, dt, dd, table, th, td, img, h1, h2, h3, h4, h5, h6, form, select, input, nav, strong , em{
	margin: 0px;
	padding: 0px;
	color:#221814;
	font-size:3vw;
	line-height:1.8em;
	font-weight:normal;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.bottom{
	margin-bottom:4vw;
}
.s_hide{
	display:none;
}
ol , ul{
	padding-left:5vw;
}
body{
	width:100%;
	overflow-x:hidden;
	background:#fff;
}
#header{
	background-color:#ffffff;
	position:relative;
	height:13vw;
}
#h_top{
	width:100%;
	height:12vw;
	margin:0px auto;
	border-bottom:1vw solid #f0b421;
}
#h_top .h_top_block{
	position:absolute;
	font-family: "Zen Old Mincho", serif;
}
#h_top_logo{
	width:60vw;
	height:14vw;
	top:2vw;
	left:2vw;
}
#h_top_logo a{
	width:60vw;
	height:14vw;
	display:block;
	background:url(images/title.png) no-repeat;
	background-size:100% auto;
	text-indent:-9999px;
}
#h_top_logo a:hover{
	opacity:0.6;
}
#h_top_tel{
	display:none;
}
#h_top_time{
	display:none;
}
#h_top_contact{
	display:none;
}
#h_top_nav{
	display:none;
}
#h_top_nav #nav{
	list-style:none;
}
#gnav-btn {
	width:10vw;
	height:10vw;
	display:block;
	background:url(images/s_nav.png) no-repeat center #fff;
	background-size:100% auto;
	position: fixed;
	top: 2vw;
	right: 2vw;
	z-index: 202;
	border-radius: 3px;
}
#gnav-input{
	display:none;
}
#gnav-input:checked ~ ul#main_navigation {
	top: 0;
}
#gnav-input:checked ~ #gnav-btn {
   	width:10vw;
	height:10vw;
	display:block;
	background:url(images/s_nav_c.png) no-repeat center #fff;
	background-size:100% auto;
	position: fixed;
	top: 2vw;
	right: 2vw;
	z-index: 202;
	border-radius: 3px;
	transition:ease;
}
ul#main_navigation {
	position: fixed;
	top: -100%;
	left: 0;
	z-index: 201;
	transition: 0.3s;
	width: 100%;
	padding-top:0;
	background:#e3eee7;
	background-size:18vw 12vw;
	height:100%;
	overflow-y:scroll;
	padding-left:0;
}
ul#main_navigation ul{
	padding-left:0;
}
ul#main_navigation li{
	cursor: pointer;
	list-style:none;
	position:relative;
	font-size:3.5vw;
	border-bottom: 2px solid #005BAC;
	padding-left:4vw;
}
ul#main_navigation li a{
	height:9vw;
	padding:4vw 0 1vw;
	display:block;
	color:#005BAC;
	text-decoration:none;
}
.h_line_b{
	height:0px;
	width:100%;
	border-bottom:1vw solid #23a2dd;
}
.contents{
	margin-bottom:5vw;
	background:#fff;
}
.main{
	width:95vw;
	padding:0 2.5vw 8vw;
}
h1{
	width:100%;
	height:55px;
	color:#fff;
	background:#558a99;
	text-align:center;
	font-size:25px;
	padding-top:10px;
	font-weight:700;
	font-family: "Zen Old Mincho", serif;
}
h2 {
	text-align:center;
	font-size:5vw;
	color:#558a99;
	margin-bottom:2vw;
}
h2 a{
	color:#558a99;
	text-decoration:none;
}
h3 {
	text-align:center;
	font-size:4vw;
	color:#558a99;
	margin-bottom:2vw;
}
h3 a{
	color:#558a99;
	text-decoration:none;
}
h4{
	text-align:center;
	font-size:3vw;
	margin-bottom:4vw;
}
#footer{
	width:100%;
	margin:0px auto;
	text-align:center;
}
#kengaku{
	width:80vw;
	font-size:4vw;
	color:#558a99;
	margin:0 auto 10vw;
}
#footer #nav{
	display:none;
}
#f_nav01{
	display:none;
}
#f_logo{
	margin-bottom:10px;
}
#f_logo a{
	width:60vw;
	height:15vw;
	display:block;
	margin:0 auto;
	background:url(images/title.png) no-repeat;
	background-size:100% auto;
	text-indent:-9999px;
}
#f_logo a:hover{
	opacity:0.6;
}
#f_address{
	margin-bottom:4vw;
}
#f_nav02_area{
	display:none;
}
#copy{
	margin:5vw auto 2vw;
}
.pagination{
	margin-top:3vw;
}
.pagination .page-numbers{
	background:#D3E5F6;
	padding:2vw 3vw;
	border-radius:2vw;
	color:#558a99;
	text-decoration:none;
}
.pagination a:hover{
	background:#005BAC;
	color:#fff;
}
.pagination .current{
	background:#558a99;
	color:#fff;
}
.blog_info ul{
	list-style:none;
}
.blog_info ul li{
	float:left;
	margin-bottom:10vw;
}
.nav-below{
	width:60vw;
	margin:15vw auto 22vw;
}
.nav-below p{
	width:26vw;
	height:9vw;	
	background:#558a99;
	text-align:center;
	color:#fff;
	margin:2vw;
	text-decoration:none;
	float:left;
}
.nav-below p a{
	width:26vw;
	height:7vw;	
	display:block;
	padding-top:2vw;
	text-decoration:none;
	color:#fff;	
	font-size:3vw;
}
.nav-below p:hover{
	opacity:0.6;
}
.wp-block-button{
	
}
a.wp-element-button{
	font-size:3.5vw;
	margin:2vw 4vw;
	padding:2vw 7vw;
	background:#558a99;
}
a.wp-element-button:hover{
	opacity:0.6;
}
#pageTop {
  position: fixed;
  bottom: 2vw;
  right: 2vw;
}
#pageTop i {
  padding-top: 0vw;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 1vw;
  border-radius: 5vw;
  width: 5vw;
  height: 5vw;
  background-color: #ecedf3;
  color: #707070;
  font-weight: bold;
  font-size:3vw;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.humb-menu{
	display:none;
}


/*　##################### TOPページ ########################　*/
#head_widget_area{
	position:relative;
}
#top_slide_copy_area{
	width:100%;
	position:absolute;
	z-index:100;
}
#top_slide_copy_area p{
	font-weight:700;
	text-align:center;
	font-family: "Zen Old Mincho", serif;
	position:absolute;
}
#top_slide_copy_bg{
	width:100%;
	height:40vw;
	background:url(images/top_copy.png) no-repeat center;
	background-size:140% 140%;
	margin:-2vw auto 0;
	position:relative;
}
#top_slide_copy{
	top:10vw;
	left:10vw;
	font-size:3.5vw;
	line-height:1.2em;
	color:#558a99;
}
#top_slide_comp{
	top:18vw;
	left:11vw;
	font-size:6vw;
	line-height:0.8em;
	color:#000;
}
#top_slide_comp span{
	text-align:center;
	font-size:2vw;
	font-weight:700;
}
#newinfo{
	width:95vw;
	margin:4vw auto 4vw;
}
#newinfo_l{
	width:30vw;
	margin-right:0;
	position:relative;
}
#newinfo_l p#newinfo_title{
	margin-bottom:0;
	font-size:5vw;
	font-weight:500;
	color:#558a99;
}
#newinfo_l p.btn a{
	width:10vw;
	height:5vw;
	display:block;
	padding-top:0vw;
	background:#558a99;
	background-size:100% 100%;
	font-size:2.5vw;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-align:center;
	position:absolute;
	top:2.3vw;
	left:22vw;
}
#newinfo_r{
	width:95vw;
	background-size:100% 100%;
	border-top:1px solid #558a99;
}
#newinfo_r dl{
	padding-top:3vw;
}
#newinfo_r dl dt , #newinfo_r dl dd{
	float:left;
	font-size:3vw;
	color:#558a99;
}
#newinfo_r dl dt{
	width:20vw;
	clear:both;
}
#newinfo_r dl dd.article_title{
	width:52vw;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
	margin-right:20px;
	text-overflow: ellipsis;
}
#newinfo_r dl dd a{
	text-decoration:none;
	color:#558a99;
	font-weight:500;
}
#newinfo_r dl dd.cat_icon{
	width:13vw;
	height:4.5vw;
	background:#558a99;
	font-size:2.5vw;
	padding:0.7vw 1vw;
	text-align:center;
	color:#fff;
}
.newsline{
	padding-bottom:8vw;
	border-bottom:1px solid #558a99;
}
p.shosai_btn a{
	width:21vw;
	height:6.4vw;
	display:block;
	padding-top:1vw;
	border:0.3vw solid #558a99;
	text-align:center;
	background-size:100% 100%;
	font-size:2.5vw;
	font-weight:500;
	text-decoration:none;
	color:#558a99;
}
p.shosai_btn a:hover{
	opacity:0.6;
}
#top_info p.shosai_btn a{
	position:absolute;
	top:45vw;
	right:0;
}
#shosai_area{
	width:100%;
	background:#ECF7FF;
	padding-top:10vw;
	padding-bottom:10vw;
}
#shosai_box_area{
	width:95vw;
	margin:0px auto;
}
.shosai_box{
	float:left;
	width:44vw;
	height:40vw;
	border:0vw solid #000;
	border-radius:2vw;
	box-shadow: 0 1vw 2vw 0 rgba(0, 0, 0, .4);
	margin:1.5vw;
	overflow:hidden;
	background:#fff;
}
.shosai_img{
	width:44vw;
	height:20vw;
}
#shosai_box01 .shosai_img{
	background:url(images/top_button01.png) no-repeat;
	background-size:100% 100%;
}
#shosai_box02 .shosai_img{
	background:url(images/top_button02.png) no-repeat;
	background-size:100% 100%;
}
.shosai{
	text-align:center;
	margin-top:2vw;
	font-size:3.2vw;
	color:#558a99;
}
.shosai_box p.shosai_btn a{
	margin:1vw auto 0;
}
#link_bg{
	width:100%;
	height:75vw;
	background:url(images/link_bg.png) no-repeat center;
	background-size:auto 100%;
}
#link_area{
	width:95vw;
	padding-top:5vw;
}
.link_box{
	width:60vw;
	height:30vw;
	border:1px solid #000;
	border-radius:2vw;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
	margin:0vw auto 5vw;
	overflow:hidden;
	background:#fff;
}
#link_box01{
	background:url(images/link_button01.png) no-repeat;
	background-size:100% 100%;
}
#link_box02{
	background:url(images/link_button02.png) no-repeat;
	background-size:100% 100%;
}
.link_btn{
	width:44vw;
	height:8vw;
	background:#558a99;
	margin:11vw auto 0;
	text-align:center;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
}
.link_btn a{
	width:44vw;
	height:8vw;
	display:block;
	padding-top:1.5vw;
	color:#fff;
	text-decoration:none;
}
.link_btn:hover{
	opacity:0.6;
}
.link_btn a span{
	font-size:3vw;
}
#top_access_area{
	height:24vw;
}
#top_access_bg{
	height:20vw;
	background:#dce7ea;
	padding-top:60px;
	margin-bottom:20vw;
}
#top_access_l {
  width: 35vw;
  height: 40vw;
  border-radius:0 20px 20px 0;
  overflow: hidden;
  float:left;
}
#top_access_l iframe {
  width: 100%;
  height: 860px;
  margin-top: -300px;
}
#top_access_c{
	width:20%;
	float:left;
	margin:11vw 0 0;
}
#top_access_c h3{
	text-align:center;
	margin-bottom:5vw;
	position:relative;
	left:4vw;
}
#top_access_c p.shosai_btn a{
	text-align:center;
	position:relative;
	left:4vw;
}
#top_access_r {
  width: 35vw;
  height: 40vw;
  border-radius:20px 0 0 20px;
  overflow: hidden;
  float:right;
}
#top_access_r iframe {
  width: 100%;
  height: 860px;
  margin-top: -300px;
}


/*　#################### 下層ページ共通 ####################　*/
.kaso_h1_area{
	width:100vw;
	height:40vw;
	margin-bottom:8vw;
}
.kaso_h1_area h1{
	margin:0 auto;
	padding-top:0;
	font-size:6vw;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background:none;
	border:0.4vw solid #fff;
}
h2.green_bg{
	width:100%;
	height:9vw;
	color:#fff;
	background:#558a99;
	text-align:center;
	font-size:4vw;
	margin-top:3vw;
	padding-top:1vw;
	font-weight:700;
	font-family: "Zen Old Mincho", serif;
}
table{
	width:100%;
	margin:0 auto;
	border:1vw solid #fff;
}
.table_scroll{
	overflow-x:scroll;
}
.table_scroll table th , .table_scroll table td{
	font-size:1.5vw;
}
table th  , table td{
	padding:1vw 2vw;
	vertical-align:top;
	text-align:left;
	font-size:2.5vw;
}
table th{
	background-color:#dce7ea;
}
table td{
	background-color:#fef6e0;
}


/*　################# 事業について ###################　*/
.business_h1_area{
	height:28vw;
	background:url(images/h1_01.png) no-repeat top center;
	background-size:100% auto;
	padding-top:16vw;
}
.business_h1_area h1{
	width:43vw;
	height:13vw;
	line-height:2em;
}
.saishigenka{
	width:100%;
	height:100vw;
	background:url(images/saishigenka.png) no-repeat center;
	background-size:100% 100%;
}
.taihi_img{
	width:29vw;
	height:42vw;
	margin:0 auto;
}
#taihi_img01{
	background:url(images/taihi01.jpg) no-repeat;
	background-size:100% auto;
}
#taihi_img02{
	background:url(images/taihi02.jpg) no-repeat;
	background-size:100% auto;
}


/*　################### 会社概要 #####################　*/
.info_h1_area{
	height:28vw;
	background:url(images/h1_02.png) no-repeat top center;
	background-size:100% auto;
	padding-top:16vw;
}
.info_h1_area h1{
	width:43vw;
	height:13vw;
	line-height:2em;
}
.info_h1_area h1 span{
	font-size:16px;
}
.info_img{
	width:250px;
	height:157px;
	border-radius:10px;
}
#info_img01{
	background:url(images/info_img01.png) no-repeat;
	background-size:100% 100%;
	float:right;
	margin:10px 0 10px 20px;
}
#info_img02{
	background:url(images/info_img02.png) no-repeat;
	background-size:100% 100%;
	float:left;
	margin:10px 20px 10px 0;
}


/*　#################### 施設紹介 ######################　*/
.supportcenter_h1_area{
	height:28vw;
	background:url(images/h1_03.png) no-repeat center;
	background-size:100% auto;
	padding-top:16vw;
}
.supportcenter_h1_area h1{
	width:43vw;
	height:13vw;
	line-height:2em;
}



/*　################### お問い合わせ #####################　*/
.contact_h1_area{
	height:28vw;
	background:url(images/h1_04.png) no-repeat top center;
	background-size:100% auto;
	padding-top:16vw;
}
.contact_h1_area h1{
	width:43vw;
	height:13vw;
	line-height:2em;
}
.contact_tel{
	font-size:5vw;	
	color:#558a99;
	margin:3vw 0;
}
.contact_tel a{
	color:#558a99;
	text-decoration:none;
}
span.wpcf7-list-item {
	margin-top:0.5vw;
	display: block;
}
.wpcf7-form-control-wrap input.wpcf7-text ,.wpcf7-form-control-wrap textarea{
	width:50vw;
}
p input.wpcf7-submit{
	width:30vw;
	height:8vw;
	text-align:center;
	background:#558a99;
	color:#fff;
	border-radius:5vw;
	margin:4vw auto 0 30vw;
}
p input.wpcf7-submit:hover{
	cursor:pointer;
	opacity:0.6;
}
.blog_info ul{
	padding-left:0;
}



/*　###################### 求人情報 ########################　*/
.recruit_h1_area{
	height:28vw;
	background:url(images/h1_05.png) no-repeat top center;
	background-size:100% auto;
	padding-top:16vw;
}
.recruit_h1_area h1{
	width:43vw;
	height:13vw;
	line-height:2em;
}


/*　###################### 資料ダウンロード ########################　*/
.information_h1_area{
	height:31vw;
	background:url(images/h1_06.png) no-repeat center;
	background-size:100% auto;
	padding-top:13vw;
}
.information_h1_area h1{
	width:46vw;
	height:19vw;
	line-height:1.8em;
	font-size:5vw;
}
.download_link a{
	color:#000;
}
.download_link a:hover{
	opacity:0.6;
}


/*　############### プライバシーポリシー #################　*/

.policy_midashi{
	text-align:center;
	border-bottom:2px solid #00772a;
	position:relative;
	top:-27px;
}
.policy_midashi h2{
	display:inline-block;
	background:#fff;
	padding:0 20px;
	position:relative;
	font-size:24px;
	top:40px;
}
}