@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
body {
    /* text-align: center; */
	margin:0;
	width:100%;
	background:#FFF;
	position:relative;
	-webkit-text-size-adjust: 100%;
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.nofloat{
	overflow:hidden;
	zoom:1;
}

img {
    border-style:none;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

ruby {
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;
}

input[type="submit"] {
   -webkit-appearance: none;
   /*border-radius: 0;*/
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color:#CCC;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color:#CCC;
}

/* Firefox 18- */
:-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color:#CCC;
}

.a_block {
	display:block;
}

.img_block {
	display:block;
	margin: 0px auto;
}

.max_img {
	max-width:100%;
	height:auto;
}

.red_span {
	color:#F09100;
}

.bold_span {
	font-weight:bold;
}

.inbl_span {
	display:inline-block;
	text-indent:0;
}

#wrapper{
	width:1000px;
	margin: 0 auto;
}

#result {
	position: fixed;
	top:0;
	right:0;
	z-index:1000;
}

/*ヘッダー */

#wrapper_1_big {
	width:100%;
	display:none;
	position:relative;
	z-index:1;
}

#wrapper_1 {
	margin:0 auto;
}

#wrapper_2_big {
	position:relative;
	z-index:5;
}

.wrapper_2_header {
	width:100%;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:15px;
	background:rgba(255,255,255,0.9);
	position:relative;
}

.wrapper_2_header_in {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-items: flex-end;
	align-content: flex-end;
	width:calc(100% - 40px);
	margin:0 auto;
	padding:0 20px;
	font-size:0;
}

/*.wrapper_2_header_in_back {
	display:none;
	width:100%;
	height:60px;
	background:#0CB49D;
	position:absolute;
	top:100%;
	left:0;
	z-index:1;
}*/

.wrapper_2_header_logo01_img01 {
	max-width:300px;
	max-height:50px;
	width:auto;
	height:auto;
	margin-right:20px;
	vertical-align:middle;
}

.wrapper_2_header_logo01_text01 {
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	color:#000;
	line-height:15px;
	letter-spacing:2px;
	vertical-align:middle;
}

.wrapper_2_header_ul {
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
	position:relative;
}

.wrapper_2_header_ul_li {
	display:inline-block;
	margin-left:50px;
	padding-top:5px;
	vertical-align:middle;
	position:relative;
}

.wrapper_2_header_ul .wrapper_2_header_ul_li:first-child {
	margin-left:0px;
}

.wrapper_2_header_ul_li_span01 {
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#000;
	line-height:20px;
}

.wrapper_2_header_ul_li_span01_dmy{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#000;
	line-height:20px;
}

.wrapper_2_header_ul_li_o .wrapper_2_header_ul_li_span01 {
	color:#00B285;
}

.wrapper_2_header_ul_li_border01 {
	display:block;
	width:0;
	height:0px;
	margin:auto;
	position:absolute;
	bottom:100%;
	right:0;
	border-bottom: #00B285 1px solid;
}

.wrapper_2_header_ul_li_o .wrapper_2_header_ul_li_border01 {
	width:100%;
}

.wrapper_2_header_ul_li_border02 {
	display:block;
	width:1px;
	height:15px;
	margin:auto;
	background:#00B285;
	position:absolute;
	top:-14px;
	left:0;
	right:0;
    transform: rotate(30deg);
	transition-duration:0.7s;

}
.wrapper_2_header_ul_li_border02_dmy{
	display:block;
	width:1px;
	height:15px;
	margin:auto;
	background:#00B285;
	position:absolute;
	top:-14px;
	left:0;
	right:0;
    transform: rotate(30deg);
	transition-duration:0.7s;
}

.wrapper_2_header_ul_li_o .wrapper_2_header_ul_li_border02 {
	left:calc(100% - 6px);
    transform: rotate(330deg);
	transition-duration:0.35s;
}

.wrapper_2_header_ul_li_6_div {
	display:inline-block;
	width:30px;
	height:20px;
	margin:auto 10px;
	padding:10px;
	background:#05A289;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	z-index:2;
	cursor:pointer;
}

.wrapper_2_header_ul_li_6_div_line {
	box-sizing: border-box;
	width:30px;
	height:4px;
	margin:auto;
	background:#FFF;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.wrapper_2_header_ul_li_6_div_line_before {
	box-sizing: border-box;
	width:30px;
	height:4px;
	margin:auto;
	background:#FFF;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:10px;
	left:0;
	right:0;
}

.wrapper_2_header_ul_li_6_div_line_after {
	box-sizing: border-box;
	width:30px;
	height:4px;
	margin:auto;
	background:#FFF;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.wrapper_2_header_ul_li_6_div_o {
}

.wrapper_2_header_ul_li_6_div_o .wrapper_2_header_ul_li_6_div_line_before {
	background:#CCC;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.wrapper_2_header_ul_li_6_div_o .wrapper_2_header_ul_li_6_div_line {
	background:#CCC;
	opacity: 0;
}

.wrapper_2_header_ul_li_6_div_o .wrapper_2_header_ul_li_6_div_line_after {
	background:#CCC;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

.wrapper_2_sub_ul {
	display:none;
	list-style:none;
	min-width:210px;
	margin:0 auto;
	padding:52px 0 0;
	font-size:0;
	text-align:center;
	position:absolute;
	top:100%;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index:2;
}

.wrapper_2_sub_ul_li {
	display:inline-block;
	margin:0 auto;
	padding:3px 20px;
	border-right:#FFF 1px solid;
	font-size:15px;
	color:#FFF;
	line-height:18px;
	position:relative;
}

.wrapper_2_sub_ul a:last-child .wrapper_2_sub_ul_li {
	border-right:none;
}

.wrapper_2_sub_ul_li_o {
}

.wrapper_2_sub_ul_li_border {
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#FFF;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.wrapper_2_sub_ul_li_o .wrapper_2_sub_ul_li_border {
	width:100%;
}

.wrapper_index_button01 {
	width:328px;
	margin:0 auto;
	padding:20px 0;
	position:relative;
	z-index:3;
}

.wrapper_index_button01_c01 {
	border:#FFF 1px solid;
	font-size:15px;
	color:#FFF;
	line-height:20px;
	text-align:center;
}

.wrapper_index_button01_c02 {
	margin-bottom:80px;
	border:#00B285 1px solid;
	font-size:15px;
	color:#00B285;
	line-height:20px;
	text-align:center;
}

.wrapper_index_button01_ico01 {
	position:absolute;
	margin:0 auto;
	position:absolute;
	right:15px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:1;
}

.wrapper_index_button01_ico02 {
	position:absolute;
	margin:0 auto;
	position:absolute;
	right:15px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:2;
	opacity:0;
}

.wrapper_index_title01 {
	margin:0 auto 50px;
	position:relative;
	z-index:3;
}

.wrapper_index_title01_linebox {
	margin:0 auto 30px;
	font-size:0;
	text-align:center;
	position:relative;
}

.wrapper_index_title01_linebox_line {
	display:inline-block;
	width:1px;
	height:50px;
	vertical-align:top;
}

.wrapper_index_title01_linebox_line_b01 {
	background:#BBB;
}

.wrapper_index_title01_linebox_line_b02 {
	margin:0 5px;
	background:#888;
}

.wrapper_index_title01_linebox_line_b03 {
	background:#000;
}

.wrapper_index_title01_text01 {
	display:block;
	margin:0 auto 20px;
	font-size:30px;
	font-weight:bold;
	color:#000;
	line-height:35px;
	text-align:center;
}

.wrapper_index_title01_text02 {
	display:block;
	margin:0 auto;
	font-size:20px;
	font-weight:bold;
	color:#000;
	line-height:25px;
	text-align:center;
}

#wrapper_index01_big {
	padding:160px 0 80px;
	background:url(../img/re_back02.png) no-repeat center center;
	background-size:cover;
	font-size:0;
	position:relative;
	z-index:3;
	overflow-y:visible;
}

#wrapper_index01_big:before {
	content:"";
	width:960px;
	height:960px;
	background:linear-gradient(to top left, rgba(255,255,255,0) 50%, #F7F9F9 50.2%) no-repeat top left/100% 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.wrapper_index01_back01 {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.wrapper_index01_ul01 {
	display:inline-block;
	list-style:none;
	margin:0 auto 30px;
	padding:40px 40px;
	background:rgba(255,255,255,0.8);
	font-size:0;
	text-align:center;
	position:relative;
	z-index:3;
}

.wrapper_index01_ul01_li {
	display:inline-block;
	width:300px;
	margin-right:70px;
	vertical-align:top;
}

.wrapper_index01_ul01_li:last-child {
	margin-right:0px;
}

.wrapper_index01_ul01_li_img {
	display:block;
	margin:0 auto 20px;
}

.wrapper_index01_ul01_li_title {
	display:block;
	margin:0 auto 20px;
	font-size:17px;
	font-weight:bold;
	color:#000;
	line-height:30px;
	text-align:center;
}

.wrapper_index01_ul01_li_text {
	display:block;
	margin:0 auto;
	font-size:14px;
	color:#000;
	line-height:23px;
	text-align:left;
}

#wrapper_index02_big {
	padding:80px 0 0;
	font-size:0;
	position:relative;
}

#wrapper_index02_big:before {
	content:"";
	width:960px;
	height:960px;
	background:linear-gradient(to top right, rgba(255,255,255,0) 50%, #F7F9F9 50.2%) no-repeat top left/100% 100%;
	position:absolute;
	top:0;
	right:0;
	z-index:-20;
}

/*
#wrapper_index02_big:after {
	content:"";
	width:960px;
	height:960px;
	background:linear-gradient(to top left, rgba(255,255,255,0) 50%, #F7F9F9 50.2%) no-repeat top left/100% 100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
*/
.feed_ul01 {
	list-style:none;
	max-width:1400px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
	z-index:2;
}

.feed_ul01_li {
	margin-bottom:50px;
	padding-bottom:20px;
	font-size:0;
	text-align:left;
	vertical-align:top;
	position:relative;
}

.feed_ul01_li:after {
	content:"";
	width:calc(100% - 30px);
	height:1px;
	background:#C5DBDC;
	position:absolute;
	bottom:0;
	right:0;
}

.feed01_text {
	display:inline-block;
	width:180px;
	margin-right:20px;
	vertical-align:top;
}

.feed01_date {
	display:block;
	margin-bottom:15px;
	font-size:16px;
	color:#000;
	line-height:20px;
	text-align:left;
}

.feed01_cate {
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#000;
	line-height:20px;
	text-align:left;
}

.feed01_title {
	display:inline-block;
	width:calc(100% - 200px - 100px);
	padding-right:100px;
	font-size:15px;
	font-weight:bold;
	color:#000;
	line-height:23px;
	text-align:left;
	vertical-align:top;
	position:relative;
}

.feed01_title_ico {
	margin:0 auto;
	position:absolute;
	top:50%;
	right:72px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.feed01_img {
	display:block;
	margin-bottom:5px;
	position:relative;
	z-index:1;
}

.feed01_new {
	display:inline-block;
	margin:auto;
	padding:15px;
	background:#FFFF00;
	font-family: 'Catamaran', sans-serif;
	font-size:18px;
	color:#03944F;
	line-height:20px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.feed01_detail {
	display:block;
	font-size:13px;
	color:#000;
	line-height:23px;
	text-align:left;
}

.wrapper_index02_half_big {
	padding-top:40px;
	font-size:0;
}

.wrapper_index02_half {
	display:inline-block;
	width:calc(50% - 0.5px);
	vertical-align:top;
	position:relative;
	z-index:2;
}

.wrapper_index02_half_box01 {
	position:relative;
}

.wrapper_index02_half_box01_img01 {
	position:relative;
	z-index:1;
}

.wrapper_index02_half_box01_back {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.wrapper_index02_half_box01_img02 {
	max-height:90%;
	width:auto;
	position:absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top:50%;
	left:10%;
	z-index:3;
}

.wrapper_index02_half_box01_img02_text {
	display:none;
	max-width:90%;
	margin:0 auto;
	font-size:16px;
	color:#FFF;
	line-height:23px;
	text-align:center;
	position:absolute;
	bottom:41%;
	left:0;
	right:0;
	z-index:3;
}

.wrapper_index02_half_box01_text01 {
	max-width:90%;
	margin:0 auto;
	font-size:31px;
	font-weight:bold;
	color:#FFF;
	line-height:40px;
	text-align:center;
	position:absolute;
	bottom:40%;
	left:0;
	right:0;
	z-index:3;
}

.wrapper_index02_half_box01_button01 {
	margin:0 auto;
	position:absolute;
	bottom:10%;
	left:0;
	right:0;
	z-index:3;
}

#wrapper_3_big {
	width:100%;
	margin:0 auto;
	padding: 0px 0 0px;
	text-align:center;
	position:relative;
	z-index:1;
}
/*
#wrapper_3_big:after {
	content:"";
	width: 100%;
	height:150px;
	background:linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #0CB49D 50.2%) no-repeat top left/100% 100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}
*/

#wrapper_3_big.no_after {
	padding: 0px 0 0;
}

#wrapper_3_big.no_after:after {
	display:none;
}

#wrapper_4_big {
	width:100%;
	margin:0 auto;
	padding:90px 0 90px;
	text-align:center;
	position:relative;
	z-index:1;
}

#wrapper_5_big {
	width:100%;
	margin: 0 auto;
	background:#F8FAFA;
	text-align:center;
	position:relative;
	z-index:1;
}
#foot_back_img{
	position: absolute;
    top: 0px;
}

#foot_logo_left{
	position: absolute;
	margin-top: 30px;
	margin-left: 30px;
    top: 0px;
}

#foot_logo_name{
	position: absolute;
	margin-top: 60px;
	margin-left: 30px;
    top: 0px;
	left: 0px;
}

#foot_name_and_add{
	position: absolute;
    top: 110px;
    left: 30px;
}

#wrapper_index_title01_id_left{
	margin: 0;
}

#wrapper_index_title01_id_right{
	margin: 0;
}

#wrapper_index_title01_id_top{
	margin: 0;
}

#map_down_foot_padd{
	padding: 0;	
}

#hs_foot_name_and_add{
	margin-top: 30px;
	margin-right: 30px;
}

#foot_logo_right{
	position: absolute;
    top: 0px;
}
#google_map{

}

#foot_logo_right_menu{
	position: absolute;
    top: 90px;
    left: 600px;
}

.wrapper_6_copy {
	display:block;
	/*margin:0 auto;*/
	font-size:10px;
	color:#fff;
	line-height:20px;
	/*text-align:right;*/
}

#wrapper_7_big {
	width:100%;
	margin:0 auto;
	border-top:#CCC 1px solid;
	position:relative;
	z-index:1;
}

#wrapper_7 {
	margin: 0 auto;
	padding:15px 0;
	position:relative;
}

.wrapper_4_facebook {
	display:inline-block;
	width:450px;
	height:256px;
	vertical-align:top;
}

.head {
	height:20px !important;
	margin-bottom:8px;
}

.subhead {
	width:200px;
	background-color:rgba(0,0,0,0.7);
	overflow: visible;
	position:relative;
	left:-33px;
}

.subhead_2 {
	width:245px;
	border-collapse:collapse;
}

.subhead_o {
	background-color:rgba(0,217,217,0.7);
}

.content {
    position: relative !important;
}
.header {
	z-index:15;
}

.fixed {
    position: fixed !important;
    top: 0px;
	-webkit-transform: translate3d(0,0,0);
	-webkit-overflow-scrolling:touch;
	z-index:15;
}

.fixed_index {
    position:absolute !important;
    /*top:-20vh;*/
}

/*ヘッダーここまで */

#slider1 {
	position:relative;
	z-index:4;
	overflow: hidden;
}

.slider1 {
	list-style:none;
	width:100%;
	margin:auto;
	padding:0;
	position:relative;
	z-index:2;
}

.slider1 li {
	width:100%;
}

.slider1 li img {
	max-width:100%;
	height:auto;
}
.slider1_textbox01 {
	max-width:80%;
	margin:0 auto;
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left:0;
	right:0;
	z-index:3;
}

.slider1_textbox01_text01 {
	display:block;
	margin-bottom:20px;
	font-family: 'Catamaran', sans-serif;
	font-size:80px;
	font-weight:bold;
	color:#FFF;
	line-height:80px;
	text-align:center;
}

.slider1_textbox01_text02 {
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	line-height:20px;
	text-align:center;
}

.slider1_textbox02 {
	margin:0 auto;
	padding:40px 10px 50px;
	position:relative;
	z-index:4;
	/* box-shadow */
	box-shadow:0px 5px 5px -1px #bfbfbf;
}

.slider1_textbox02_text01 {
	display:block;
	margin-bottom:30px;
	font-size:36px;
	font-weight:bold;
	font-style:italic;
	color:#000;
	line-height:50px;
	letter-spacing:3px;
	text-align:center;
}

.slider1_textbox02_text01_br {
	display:none;
}

.slider1_textbox02_text02 {
	display:block;
	font-size:15px;
	color:#000;
	line-height:30px;
	text-align:center;
}
.slider1_line_box {
    width: 100%;
}

/*
.slider1_line_01 {
    border: solid 40px #a8ab3d7a;
    transform: rotate(25deg);
    position: absolute;
    left: 85%;
    height: 150%;
    top: -15%;
    z-index: 2;
    opacity: 0.1;
}
.slider1_line_02 {
    border: solid 40px #00ff68;
    transform: rotate(-25deg);
    position: absolute;
    right: 15%;
    height: 150%;
    top: -15%;
    z-index: 2;
    opacity: 0.1;
}
.slider1_line_03 {
    border: solid 32px #f1f14d;
    transform: rotate(-25deg);
    position: absolute;
	left: 19.5%;
    height: 150%;
    top: -15%;
    z-index: 2;
    opacity: 0.1;
}
.slider1_line_04 {
    border: solid 32px #2ff13fad;
    transform: rotate(25deg);
    position: absolute;
	right: 35%;
    height: 150%;
    top: -15%;
    z-index: 2;
    opacity: 0.1;
}

.slider1_line_05 {
    border: solid 32px #00D9D9;
    transform: rotate(25deg);
    position: absolute;
	left: 65%;
    height: 150%;
    top: -15%;
    z-index: 2;
    opacity: 0.1;
}

.slider1_line_06 {
    border: solid 32px #00D9D9;
    transform: rotate(25deg);
    position: absolute;
	right: 45%;
    height: 150%;
    top: -15%;
    z-index: 2;
    opacity: 0.1;
}
*/

/*
.scroll_down_wrap {
    padding-top: 60px;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}
.scroll_down_wrap span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll_down_wrap span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}*/

#txt_greeting{
	margin-top: 40px;
}

#txt_presi{
	margin-top: 40px;
	margin-left: 750px;
}

#slider2 {
	margin-bottom:50px;
	position:relative;
	z-index:2;
}

.slider2 {
	list-style:none;
	width:100%;
	margin:auto;
	padding:0;
	position:relative;
}

.slider2 li {
}

.slider2 li img {
	max-width:100%;
	height:auto;
}


#pankuzu_div {
	margin:0 auto;
	padding:10px 0 10px 100px;
	text-align:left;
}

.pankuzu {
	display:block;
	margin:0px auto;
	text-align:left;
}

.pankuzu_span_1 {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.pankuzu_span_2 {
	display:inline-block;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.content_a {
	height:0px;
	position:relative;
	top:-80px;
}

.feednew{
	padding-left:1em;
	color:#F00;
}

#loading_big {
    width: 100%;
    height: 100%;
    margin: auto;
    background: #FFF;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}

#loading {
    width: 102px;
    height: 102px;
    margin: auto;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00B290;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/*The MIT License (MIT)

Copyright (c) 2015 Tobias Ahlin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/

.page-top_big {
	margin:0 auto;
	text-align:right;
	position:relative;
	z-index:20;
}

.page-top {
	display:inline-block;
	width:130px;
	margin:auto;
	padding:10px 10px;
	background:#000;
	position:fixed;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right:0px;
}

.page-top_span01 {
	display:block;
	margin-bottom:10px;
	font-size:14px;
	color:#FFF;
	line-height:23px;
	text-align:center;
}

.page-top_button01 {
	display:block;
	margin-bottom:15px;
	background:#000;
	border:#FFF 1px solid;
	font-size:15px;
	color:#FFF;
	line-height:48px;
	text-align:center;
}

.page-top_span02 {
	display:block;
	padding:10px 0;
	border-top:#FFF 1px solid;
	font-size:14px;
	color:#FFF;
	line-height:20px;
	text-align:center;
}

.page-top_ul01 {
	list-style:none;
	margin:0;
	padding:0;
	font-size:0;
}

.page-top_ul01_li {
	display:inline-block;
	width:50%;
	padding:5px 0;
	background:rgba(255,255,255,0);
	vertical-align:top;
	position:relative;
}

.page-top_ul01_li_img {
	display:block;
	margin:0 auto;
}

.page-top_ul01 a:first-child .page-top_ul01_li:after {
	content:"";
	width:1px;
	height:100%;
	background:#FFF;
	position:absolute;
	top:0;
	right:0;
}

.page-top_button02 {
	display:block;
	background:#000;
	border:#FFF 1px solid;
	font-size:11px;
	color:#FFF;
	line-height:28px;
	text-align:center;
}

.page-up {
	display:inline-block;
	margin:auto;
	position:fixed;
	bottom:0px;
	right:0px;
}

.page-up img {
	display:block;
}
.page-up_box {
    width: 60px;
    height: 60px;
    background: #00b582;
	position:relative
}
.page-up_box_arrow {
    width: 20px;
    height: 20px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 26px;
    right: 0;
    left: 0;
    margin: auto;
}
#page-top a {
    padding: 0;
    display: block;
	font-size:10px;
	color:#464C52;
}

/*コンテンツ */
.content_page_top_textbox01 {
    max-width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 3;
}
.content_page_top_textbox01_text01 {
    display: block;
    margin-bottom: 20px;
    font-family: 'Catamaran', sans-serif;
    font-size: 71px;
    font-weight: bold;
    color: #FFF;
    line-height: 80px;
    text-align: center;
	letter-spacing: 0.1em;
}
.content_page_top_textbox01_text02 {
    display: block;
    font-size: 27px;
    font-weight: bold;
    color: #FFF;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2em;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳＰゴシック', 'MS PGothic',sans-serif;		
}
.content_page_top {
    width: 100%;
    height: 350px;
    position: relative;
}
.content_page_top_textbox02 {
    margin: 0 auto;
    padding: 60px 10px 50px;
    position: relative;
    z-index: 4;
    box-shadow: 0px 5px 5px -1px #bfbfbf;
}
.content_page_top_textbox02_text01 {
    display: block;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 500;
    font-style: italic;
    color: #000;
    line-height: 50px;
    letter-spacing: 0.3em;
    text-align: center;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳＰゴシック', 'MS PGothic',sans-serif;		
}
.content_page_top_textbox02_text02 {
    font-size: 56px;
    font-weight: 600;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳＰゴシック', 'MS PGothic',sans-serif;
}
.contents_wrapper_recruit_back01 {
    height: 55px;
}
/*コンテンツここまで */

/*フッター */
#wrapper_6_big{
	position: relative;
	height: 300px;
    z-index: 1;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, rgb(10, 227, 252)), color-stop(1, rgb(0, 178, 133)) );
    background-image: -o-linear-gradient(right, rgb(10, 227, 252) 0%, rgb(0, 178, 133) 100%);
    background-image: -moz-linear-gradient(right, rgb(10, 227, 252) 0%, rgb(0, 178, 133) 100%);
    background-image: -webkit-linear-gradient(right, rgb(10, 227, 252) 0%, rgb(0, 178, 133) 100%);
    background-image: -ms-linear-gradient(right, rgb(10, 227, 252) 0%, rgb(0, 178, 133) 100%);
    background-image: linear-gradient(to right, rgb(10, 227, 252) 0%, rgb(0, 178, 133) 100%);
}
#wrapper_6 {
    /*max-width: 1180px;*/
	max-width: 100%;
    margin: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-items: center;
	align-content: center;
	z-index: 15;
    position: absolute;
    left: 0;
    right: 0;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳＰゴシック', 'MS PGothic',sans-serif;		
}
.wrapper_6_box01_text {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-size:36px;
	color:#FFF;
	line-height:40px;
	letter-spacing: 0.2em;
	vertical-align:middle;
	margin: 0;
}
.wrapper_6_box01_undertext {
    color: #FFF;
    letter-spacing: 0.2em;
    font-size: 14px;
}
.wrapper_6_box01_sbtext {
    margin: 0;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.2em;
}
.wrapper_6_box01 {
    width: 50%;
    margin: 90px auto;
}

p.wrapper_6_box01_text {
    font-size: 31px;
	transition-duration: 0.3s;
}
address.wrapper_6_box01_text {
    font-style: normal;
	font-weight: 800;
    font-size: 26px;
	/*font-family: 'Catamaran', sans-serif;*/
	transition-duration: 0.3s;
}
.wrapper_6_box01_text:hover {
    opacity: 0.8;
	transition-duration: 0.3s;
}
.wrapper_6_box01_text_tel_span{
	font-size: 30px;
}
.wrapper_index02_half_big02 {
    font-size: 0;
}
/*
.wrapper_6_box01:first-child {
	text-align:left;
}

.wrapper_6_box01:last-child {
	text-align:right;
}*/
.wrapper_6_box01_ico {
	margin: 0 40px 0 0;
	vertical-align: middle;
	width: 40px;
    display: inline-block;
}


#wrapper_7_big{
	background: #222;
	padding: 150px 0;
}
.wrapper_7_box01 {
    text-align: left;
    width: 50%;
	color: #fff;
	letter-spacing: 0.2em;
}
.wrapper_7_box01_text01 {
    font-style: normal;
    color: #fff;
}
.wrapper_7_box02_ul {
    list-style: none;
    padding-left: 0;
	text-align: left;
}
.wrapper_7_box02_ul_li {
    display: inline-block;
    margin: 0 20px 20px 0;
    font-weight: 300;
	color: #fff;
	letter-spacing: 0.2em;
	position:relative;
}
.content_footer_box_inline {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
.wrapper_7_box01_logo_img img {
	max-width:300px;
	max-height:50px;
	width:auto;
	height:auto;
}
.footer_copy_wrap {
    width: 80%;
    margin: auto;
    position: absolute;
    bottom: 10px;
    text-align: left;
    right: 0;
    left: 0;
    color: #fff;
    font-style: normal;
}
.wrapper_7_box02_ul_li_border{
    width: 0;
    height: 1px;
    margin: 0 auto;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
/*フッターここまで */

/*about */

/*aboutここまで */

/*tenpo_top */

/*tenpo_topここまで */

/*tenpo */

/*tenpoここまで */

/*works */
.business_top_img.content_page_top {
    background-image: url(../img/business_top_back_img.jpg);
    background-repeat: no-repeat;
	background-size: cover;
}

.bs_top_link_text_ul_li {
    display: inline-block;
	position: relative;
}
.bs_top_link_text_ul_li::before{
	content:'／';
	display:inline-block;
	margin-right: 20px;
	color: #00B582;
	vertical-align: top;
}
.bs_top_link_text_ul .bs_top_link_text_ul_li:last-child:after {
    content: "／";
    display: inline-block;
    margin-left: 20px;
    color: #00B582;
    vertical-align: top;
}
a.bs_top_link_text_a {
    color: #00B285;
}
.bs_top_link_text_a:visited {
    color: #00B285;
}
.bs_top_link_text_ul_li_border {
    width: 0;
    height: 1px;
    margin: 0 auto;
    background: #00B582;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.bs_document_ul_li {
    height: 470px;
	font-size: 0;
}
.bs_document_01 {
    background: #00DFA8;
}
.bs_document_02 {
    background: #8CBDBB;
}
.bs_document_03 {
    background: #A5C679;
}
.bs_document_ul_li_bigbox {
    max-width: 1180px;
	margin: auto;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.bs_document_ul_li {
    height: 470px;
    margin: 50px auto;
	position: relative;
}
.bs_document_half_box {
    width: calc( ( 1180px - 100px ) / 2 );
    display: inline-block;
	vertical-align: bottom;
}
.bs_document_text_ttl {
    border: solid 2px #000;
    font-size: 25px;
    width: 264px;
    margin: 0px auto 25px;
    line-height: 56px;
}
.bs_document_text_box00{
    background: #fff;
    font-size: 14px;
    padding: 110px 20px;
    line-height: 2em;
	margin: 0;
	text-align: left;
}
.bs_document_text_box01{
    background: #fff;
    font-size: 14px;
    padding: 85px 20px;
    line-height: 2em;
	margin: 0;
	text-align: left;
}
.bs_document_text_box02{
    background: #fff;
    font-size: 14px;
    padding: 80px 20px;
    line-height: 2em;
	margin: 0;
	text-align: left;
}
.bs_document_pdf_a {
    width: 306px;
    height: 75px;
    border-radius: 50px;
    background: #01B10E;
    display: block;
    margin: auto;
    transition-duration: 0.3s;
}
.bs_document_pdf_a:hover {
    opacity: 0.7;
    transition-duration: 0.3s;
}
.bs_document_pdf_text {
    margin: 0;
    line-height: 56px;
    color: #FFF;
}
.bs_document_pdf_text::after {
    content: '(PDF)';
    display: block;
    margin-top: -35px;
}
.bs_document_link_text {
    margin: 0;
	padding-top:10px;
    line-height: 56px;
    color: #FFF;
}
.bs_top_link_text_ul {
    list-style: none;
    padding-left: 0;
    font-size: 22px;
    color: #00B285;
    font-weight: 600;
    letter-spacing: 3px;
}

/*worksここまで */

/*works_design */

/*works_designここまで */

/*company_gaiyou */
.company_top_img.content_page_top {
    background-image: url(../img/company_top_back_img.jpg);
    background-repeat: no-repeat;
	background-size: cover;
}
.company_greeting_text {
    font-size: 23px;
    max-width: 1000px;
    margin: 80px auto 100px;
	line-height: 1.8em;
    letter-spacing: 2px;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳＰゴシック', 'MS PGothic',sans-serif;
}
.company_greeting_text_ceo {
    display: block;
    text-align: right;
    font-size: 16px;
	padding: 60px 80px 0 0;
}
.company_p_contents_table {
    max-width: 1180px;
    margin: 65px auto;
}
.company_p_contents_table_td_ttl {
    width: 280px;
    border-bottom: solid 2px;
    line-height: 70px;
    text-align: left;
    padding: 0 0 0 35px;
    font-size: 15px;
    font-weight: bold;
}
.company_p_contents_table_td_dd {
    text-align: left;
    border-bottom: solid 1px #bbb;
    padding: 0 0 0 50px;
	width: 800px;
}
tr:first-child .company_p_contents_table_td_ttl {
    border-top: solid 2px;
}
tr:first-child .company_p_contents_table_td_dd{
	border-top: solid 1px #bbb;
}
.company_p_contents_table_td_dd_ul{
	list-style: none;
	padding-left: 0;
}
.company_p_table_td_dd_dl {
    vertical-align: top;
}
.company_p_table_td_dd_dl_dt {
    float: left;
}
.company_p_table_td_dd_dl_dd {
    margin-left: 100px;
}
.ompany_p_contents_table_td_dd_add {
    font-style: normal;
}
a.company_p_table_td_dd_mapbtn {
    width: 87px;
    height: 24px;
    background: #00B852;
	display: inline-block;
	margin: 0 0 0 30px;
}
.company_p_table_td_dd_mapbtn_text {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
	margin: 0 auto;
}
.company_p_contents_btn_a {
	display: block;
    width: 336px;
    height: 70px;
    background: #00b582;
    margin: auto;
    box-shadow: 3px 3px 0px 0px #bbb;
	position:relative;
	transition-duration: 0.3s;
}
.company_p_contents_btn_a:hover {
    opacity: 0.7;
	transition-duration: 0.3s;
}
.company_p_contents_btn_a_text {
    line-height: 70px;
    color: #fff;
    letter-spacing: 0.2em;
	margin: 0;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳＰゴシック', 'MS PGothic',sans-serif;
}
.company_p_contents_btn_a_text::after {
    content: '';
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    position: absolute;
    line-height: 70px;
    top: 23px;
    right: 35px;
}
/*company_gaiyouここまで */
.history_contents_table {
    max-width: 1180px;
    margin: 65px auto;
}
.history_contents_table_td_ttl {
    width: 280px;
    border-bottom: solid 1px #bbb;
    line-height: 70px;
    text-align: left;
    padding: 0 0 0 35px;
    font-size: 15px;
    font-weight: bold;
}
.history_contents_table_td_dd {
    text-align: left;
    border-bottom: solid 1px #bbb;
    padding: 0 0 0 50px;
	width: 800px;
}
#map_canvas {
    width: 100%;
    height: 450px;
}
/*company_history */
/*company_historyここまで */
/* recruit */

.recruit_top_img.content_page_top {
    background-image: url(../img/re_inq.png);
    background-repeat: no-repeat;
	background-size: cover;
}
.content_page_top_textbox02_text01.recruit_page_toptext {
    font-style: normal;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.contents_page_wrapper {
    position: relative;
}
.contents_page_wrapper:before {
    content: "";
    width: 960px;
    height: 960px;
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #F7F9F9 50.2%) no-repeat top left/100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}
.recruit_tb_btn_ul {
    list-style: none;
    padding-left: 0;
    font-size: 0;
    margin: 80px auto 75px;
}
.recruit_tb_btn_ul_li{
    display: inline-block;
}
.recruit_tb_btn_ul_li_a_box {
    width: 548px;
    height: 75px;
    border: solid 1px#00B285;
    background: #00B285;
	color: #fff;
	position:relative;
	transition-duration:0.3s;
}
.recruit_tb_btn_ul_li_a_box:hover{
    background: #fff;
	color: #00B285;
	transition-duration:0.3s;
}
.recruit_tb_btn_ul_li_a_box:hover .recruit_tb_btn_ul_li_arrow{
    border-top: 1px solid #00B285;
    border-right: 1px solid #00B285;
}
.recruit_tb_btn_ul_li_a_box:hover .recruit_tb_btn_ul_li_arrow .recruit_btn_now{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.recruit_btn_now {
    background: #fff;
    color: #00B285;
}
.recruit_btn_now .recruit_tb_btn_ul_li_arrow {
    border-top: 1px solid #00B285;
    border-right: 1px solid #00B285;
}
.recruit_tb_btn_ul_li_a_text {
    font-size: 16px;
    font-weight: bold;
	letter-spacing: 0.4em;
}
.recruit_tb_btn_ul_li_arrow {
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
}
.recruit_contents_table {
    max-width: 1180px;
    margin: 65px auto;
}
.recruit_contents_table_td_ttl {
    width: 280px;
    border-bottom: solid 2px;
    line-height: 70px;
    text-align: left;
    padding: 0 0 0 35px;
    font-size: 15px;
    font-weight: bold;
}
.recruit_contents_table_td_dd {
    text-align: left;
    border-bottom: solid 1px #bbb;
    padding: 0 0 0 50px;
	width: 800px;
}
.recruit_contents_table_td_dd dl {
    border-top: solid 1px #bbb;
    padding: 20px 0;
}
.recruit_contents_table_td_dd dl:first-child  {
    border-top: solid 0px;
}
.recruit_contact_ul {
	font-size: 0;
    padding-left: 0;
    max-width: 1180px;
    margin: auto;
}
.recruit_contact_ul_li {
    width: calc(( 1180px - 10px ) / 2 );
    display: inline-block;
    height: 207px;
    background: #00B285;
	vertical-align: top;
	position: relative;
}
tr:first-child .recruit_contents_table_td_ttl {
    border-top: solid 2px;
}
tr:first-child .recruit_contents_table_td_dd{
	border-top: solid 1px #bbb;
}
.recruit_mail_btn {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    margin: auto;
	transition-duration: 0.3s;
}
.recruit_mail_btn:hover{
	opacity: 0.8;
	transition-duration: 0.3s;
}
.recruit_contact_ul_li_tel_text {
    font-size: 17px;
    font-weight: bold;
	font-style: initial;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 2em;
}
.recruit_contact_ul_li_tel_text02 {
    font-size: 17px;
    font-weight: bold;
	font-style: initial;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 2em;
}
.recruit_contact_ul_li_a {
    color: #fff;
    font-size: 36px;
    line-height: 0px;
    display: block;
    max-width: 400px;
    margin: auto;
	transition-duration: 0.3s;
}
.recruit_contact_ul_li_a:hover {
	opacity: 0.8;
	transition-duration: 0.3s;
}
.recruit_contact_ul_li_tel_btn {
    font-style: normal;
    margin: 30px 0 20px;
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
}
.recruit_contact_ul_li_tel_btn a {
    color: #fff;
	font-weight: bold;
}
.recruit_contact_ul_li_tel_btn::before {
    content: '';
    background-image: url(../img/recruit/rec_tel_icon.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
    display: inline-block;
    margin: -30px 0 -3px;
	position: absolute;
	left: 100px;
}


/*recruit*/


/*concerned_regional */

/*concerned_regionalここまで */

/*privacy */

.privacy_big {
	max-width:1200px;
	margin:0 auto 40px;
	padding:50px;
	background:#EDF6F9;
	font-size:0;
}

.privacy_text01 {
	margin:0 auto 20px;
	font-size:15px;
	color:#000;
	line-height:23px;
	text-align:left;
}

.privacy_text01_title {
	display:block;
	font-size:16px;
	font-weight:bold;
}

.privacy_text01_ul01 {
	list-style:none;
	margin:10px auto;
	padding:0 0 0 10px;
}

.privacy_text01_ul01_li {
	padding-left:30px;
	font-size:14px;
	color:#000;
	line-height:23px;
	text-align:left;
	text-indent:-35px;
}

.privacy_text01_ul01_li_ul01 {
	list-style:none;
	list-style-position:inside;
	margin:3px auto;
	padding:0;
}

.privacy_text01_ul01_li_ul01_li {
	padding-left:15px;
	font-size:14px;
	color:#000;
	line-height:23px;
	text-align:left;
	text-indent:-15px;
}

/*privacyここまで */

/*sitemap */

/*sitemapここまで */

/*inquiry */

.inquiry_box01 {
	max-width:1080px;
	margin:0 auto;
	padding:80px 100px;
	background:url(../img/back02.png) repeat;
	border-top:#ADC1D3 1px solid;
}
.inquiry_top_textbox {
    color: #00b582;
    font-size: 20px;
    font-weight: 600;
    line-height: 2em;
    letter-spacing: 0.2em;
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳＰゴシック', 'MS PGothic',sans-serif;
}
.inquiry_text_big {
	display:block;
	margin-bottom:40px;
	padding:0 10px;
	text-align:center;
}

.inquiry_text01 {
	display:inline-block;
	margin-bottom:30px;
	font-size:17px;
	color:#0CB29D;
	line-height:30px;
	text-align:left;
}

.inquiry_text01_ul {
	list-style:none;
	margin:0 auto 30px;
	padding:0;
	font-size:0;
	text-align:center;
}

.inquiry_text01_ul_li01 {
	display:inline-block;
	padding:3px 20px;
	font-size:15px;
	font-weight:bold;
	color:#000;
	line-height:20px;
	vertical-align:top;
}

.inquiry_text01_ul_li02 {
	display:inline-block;
	padding:3px 10px;
	font-size:15px;
	color:#000;
	line-height:20px;
	vertical-align:top;
}
.inquiry_text01_ul_li_b01 {
    background: #00b582;
    color: #fff;
	height: 18px;
}
.inquiry_text02 {
	display:block;
	font-size:15px;
	font-style:italic;
	color:#000;
	line-height:30px;
	text-align:center;
}

.inquiry_title01 {
	display:block;
	margin-bottom:30px;
	font-size:22px;
	color:#000;
	line-height:40px;
	letter-spacing:5px;
	text-align:center;
}

.inquiry_subtitle01 {
	display:block;
	width:700px;
	margin:0 auto 50px;
	font-size:14px;
	color:#000;
	line-height:23px;
	letter-spacing:2px;
	text-align:left;
}

.inquiry_subtitle02 {
	display:block;
	margin:20px auto 0;
	font-size:14px;
	color:#000;
	line-height:23px;
	letter-spacing:2px;
	text-align:center;
}

.inquiry_big_box {
	max-width:1180px;
	margin:0 auto 50px;
	padding:60px 0;
	background:#eee;
	font-size:0;
	text-align:center;
}

.inquiry_box {
	display:block;
	max-width:800px;
	margin:0 auto 15px;
	padding:0 10px 30px;
	font-size:0;
	text-align:left;
	vertical-align:top;
	position:relative;
}

.inquiry_box_long {
	font-size:0;
	text-align:center;
}

.inquiry_box_left {
	display:inline-block;
	width:190px;
	margin-right:10px;
	font-size:16px;
	color:#333;
	letter-spacing: 0.2em;
	line-height:30px;
	text-align:left;
	vertical-align:top;
	position:relative;
}

.inquiry_box_long .inquiry_box_left {
	display:block;
	width:auto;
	margin-right:0px;
}

.inquiry_box_left_s {
	line-height:19px;
}

.inquiry_box_left_oneshort {
	width:auto;
	padding:0 5px;
}

.inquiry_box_left_ico {
	display:inline-block;
	font-size:16px;
	color:#F00;
	line-height:30px;
	position:absolute;
	top:0;
	right:0;
}

.inquiry_box_right {
	display:inline-block;
	width:calc(100% - 200px);
	min-height:30px;
	padding:0;
	background:none;
	border:none;
	border-bottom:#aaa 1px solid;
	font-size:15px;
	color:#000;
	line-height:30px;
	text-align:left;
	vertical-align:top;
}

.inquiry_box_long .inquiry_box_right {
	display:block;
	box-sizing:border-box;
	width:100%;
	margin-top:5px;
}

.inquiry_box_right_short {
	width:200px;
}

.inquiry_box_right_twoshort {
	width:60px;
}

.inquiry_box_right_long {
	display:block;
	width:100%;
	font-size:15px;
	color:#F00;
	line-height:20px;
	text-align:right;
}

.inquiry_box_labelitem {
	display:block;
	width:auto;
	font-size:15px;
	color:#73787D;
	line-height:30px;
	text-align:center;
}

.inquiry_box_after01_labelitem {
	display:inline-block;
	font-size:14px;
	color:#73787D;
	line-height:30px;
	text-align:center;
	vertical-align:middle;
}

.inquiry_box_error {
	width:100%;
	color:#F00;
	font-size:15px;
	text-align:left;
	line-height:29px;
}

.inquiry_box_right_naiyou {
	width:calc(100% - 222px);
	height:112px;
	padding:10px;
	border:#aaa 1px solid;
	position:relative;
	z-index:1;
}

.inquiry_box_right_naiyou_border {
	background:#EDF6F9;
	position:absolute;
	z-index:2;
}

.inquiry_box_right_naiyou_b01 {
	width:60px;
	height:1px;
	top:0;
	left:300px;
}

.inquiry_box_right_naiyou_b02 {
	width:60px;
	height:1px;
	top:0;
	right:100px;
}

.inquiry_box_right_naiyou_b03 {
	width:60px;
	height:1px;
	bottom:15px;
	left:300px;
}

.inquiry_box_right_naiyou_b04 {
	width:60px;
	height:1px;
	bottom:15px;
	right:100px;
}

.inquiry_box_right_naiyou_b05 {
	width:1px;
	height:60px;
	margin:auto;
	top:0;
	bottom:0;
	left:210px;
}

.inquiry_box_right_naiyou_b06 {
	width:1px;
	height:60px;
	margin:auto;
	top:0;
	bottom:0;
	right:10px;
}

.inquiry_box_off {
	max-width:600px;
	margin:0 auto;
	padding-left:200px;
	font-size:0;
	text-align:center;
	position:relative;
}

.inquiry_box_exp {
	display:block;
	height:140px;
	margin:0 auto 30px;
	padding:15px 20px;
	background:#FFF;
	overflow-y:scroll;
}

.inquiry_box_exp_title {
	display:block;
	margin:0 auto 5px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	line-height:35px;
	text-align:left;
}

.inquiry_box_exp_text {
	display:block;
	margin:0 auto 30px;
	font-size:14px;
	color:#000;
	line-height:23px;
	text-align:left;
}

.inquiry_box_exp_text_ul {
	list-style:disc;
	list-style-position:inside;
	margin:0 auto 10px;
	padding:0 0 0 30px;
}

.inquiry_box_exp_text_ul_li {
	list-style:disc;
	margin:0 auto;
	padding:0;
}

.inquiry_box_decide {
	display: block;
    width: 370px;
    height: 70px;
    margin: 80px auto 20px;
    background: #00b582;
    border: 1px solid #00b582;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    line-height: 35px;
    letter-spacing: 0.1em;
    text-align: left;
    z-index: 1;
}
.inquiry_box_decide:hover {
    color: #00b582;
}
.inquiry_box_decide_btn_arrow {
    width: 15px;
    height: 15px;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    transform: rotate(-135deg);
    display: inline-block;
}
.inquiry_box_decide:hover .inquiry_box_decide_btn_arrow {
    border-bottom: solid 1px #00b582;
    border-left: solid 1px #00b582;
}
.inquiry_box_decide_btn_arrow
.inquiry_box_decide_ico {
	margin-left:10px;
	vertical-align:middle;
}

.inquiry_box_right_big {
	height:100px;
}

.inquiry_text {
	display:block;
	margin:0 auto;
	font-size:15px;
	color:#000;
	line-height:23px;
	text-align:left;
}

.inquiry_text_b {
	font-size:18px;
	font-weight:bold;
}

.inquiry_text_s {
	display:block;
	margin-top:20px;
	font-weight:bold;
	text-align:left;
}

.inquiry_subtitle {
	display:block;
	margin-bottom:30px;
	font-size:15px;
	color:#000;
	line-height:23px;
	text-align:center;
}

.inquiry_box_red {
	color: #F00;
}

.inquiry_ul {
	list-style: disc;
	list-style-position:inside;
	width:750px;
	margin:0 auto 30px;
	padding:0 10px;
}

.inquiry_ul_li {
	font-size:15px;
	color:#F15846;
	text-align:left;
}

.inquiry_text_bold {
	font-weight:bold;
}

.section h2 {
	font-size:20px;
	font-weight:bold;
}

.section p {
	font-size:16px;
}

.inquiry_box_off_over {
	width:320px;
	height:62px;
	background:url(../img/back01.png) repeat;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:62px;
	text-align:center;
	position:absolute;
	top:20px;
	left:265px;
	z-index:2;
	/* border-radius */
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.container {
    background: #eee;
    width: 90%;
    margin: 0px auto 50px;
    padding: 50px 0;
	line-height: 2em;
}
/*inquiryここまで */
/*info*/
.info_top_img.content_page_top {
    /* background-image: url(../img/info_top_back_img.jpg); */
	background-image: url(../img/re_info_top.png);
    background-repeat: no-repeat;
	background-size: cover;
}
.category_inline{
	display:inline-block;	
}
.content_page_top_textbox02_category_ul {
    list-style: none;
    padding-left: 0;
	font-weight: bold;
}
.content_page_top_textbox02_category_ul_li {
    display: inline-block;
}
.content_page_top_textbox02_category {
    color: #00B285;
	font-size: 20px;
    text-align: left;
    padding-left: 50px;
}
a.content_page_top_textbox02_category_ul_li_a {
    color: #00B285;
}

/*infoここまで*/
/*wp */

.wp_big {
	padding:50px 0;
	font-size:0;
	text-align:left;
	position:relative;
}

.wp_big:after {
	content:"";
	width:10%;
	height:100%;
	background:#FFF;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}

.wp_tab_ul01 {
	list-style:none;
	max-width:1280px;
	margin:0 auto 40px;
	padding:0;
	font-size:0;
	text-align:left;
	position:relative;
	z-index:2;
}

.wp_tab_ul01_li {
	display:inline-block;
	width:198px;
	padding:15px;
	background:#00B390;
	border:#00B390 1px solid;
	font-size:15px;
	color:#FFF;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	cursor:pointer;
}

.wp_tab_ul01_li_ico {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
	position:absolute;
	top:20px;
	right:15px;
}

.wp_tab_ul01_li_box {
	width:calc(100% - 20px);
	padding:10px 10px;
	background:rgba(255,255,255,0.8);
	border:#00B390 1px solid;
	position:absolute;
	top:calc(100% + 1px);
	left:-1px;
}

.wp_tab_ul01_li_box_ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}

.wp_tab_ul01_li_box_ul_li {
	margin-bottom:10px;
	padding:4px 0;
	font-size:13px;
	color:#00B390;
	line-height:20px;
	text-align:left;
	word-wrap:break-word;
	position:relative;
}

.wp_tab_ul01_li_box_ul_li:last-child {
	margin-bottom:0px;
}

.wp_tab_ul01_li_box_ul_li a {
	color:#00B390;
}

.wp_tab_ul01_li_box_ul_li_border {
	width:0;
	height:2px;
	margin:auto;
	background:#00B390;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.wp_content {
	margin-bottom: 60px;
	font-size:16px;
	color:#000;
	line-height:23px;
	text-align:left;
}

.wp_left_ul {
	max-width:1180px;
	list-style:none;
	margin:0px auto 60px;
	padding:0 10px;
	font-size:0;
	text-align:left;
	position:relative;
	z-index:2;
}

.wp_left_ul_li {
	display:inline-block;
	width:calc((100% - 160px) / 3 - 0.35px);
	margin-right:80px;
	margin-bottom:118px;
	vertical-align:top;
	opacity: 1;
	transition-duration: 0.7s;
}
.wp_left_ul_li.hover{
	opacity: 0.6;
	transition-duration: 0.7s;
}

.wp_left_ul a:nth-child(3n) .wp_left_ul_li {
	margin-right:0;
}

.wp_left_ul_li_imgbox {
	display:block;
	margin-bottom:24px;
	position:relative;
	overflow:hidden;
	transition-duration: 0.7s;
}
.wp_left_ul_li_imgbox:hover{
	transition-duration: 0.7s;
	opacity: 0.6;
}

.wp_left_ul_li_imgbox_img {
	display:block;
	position:relative;
	z-index:1;
}

.wp_left_ul_li_imgbox_img_o {
	display:block;
	width:100%;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:2;
}

.wp_left_ul_li_imgbox_back {
	width:100%;
	height:100%;
	background:rgba(68,68,68,0.5);
	/* background: #8ddaf214; */
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}
.wp_left_ul_li_imgbox_box {
	max-width:calc(100% - 80px);
	width:100%;
	margin:0 auto;
	font-size:0;
	text-align:center;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:4;
}

.wp_left_ul_li_cont {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-items: center;
	align-content: center;
	margin-bottom:10px;
}

.wp_left_ul_li_date {
	display:inline-block;
	font-size:19px;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	line-height:24px;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳＰゴシック', 'MS PGothic',sans-serif;
}

.wp_left_ul_li_cate {
	display:inline-block;
	font-size:19px;
	font-weight:bold;
	color:#000;
	line-height:20px;
}

.wp_left_ul_li_title {
	display: block;
    padding: 10px 0px 10px 0px;
    border-top: #FFF 1px solid;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #FFF;
    line-height: 28px;
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳＰゴシック', 'MS PGothic',sans-serif;}

.wp_left_ul_li_detail {
	display:block;
	font-size:15px;
	color:#000;
	line-height: 26px;
    letter-spacing: 0.2em;
	text-align:left;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳＰゴシック', 'MS PGothic',sans-serif;
}


.wp_left_single {
	max-width:1300px;
	margin:0 auto;
	padding:0 10px;
	text-align:left;
}

.wp_left_single_date {
	display:block;
	margin-bottom:5px;
	font-size:16px;
	color:#000;
	line-height:20px;
	text-align:left;
}

.wp_left_single_cate {
	display:inline-block;
	margin-right:5px;
	margin-bottom:15px;
	padding:2px 5px;
	background:#8cdaf9;
	font-size:14px;
	color:#FFF;
	line-height:23px;
	vertical-align:top;
}

.wp_left_single_title {
	display:block;
	margin-bottom:15px;
	font-size:18px;
	font-weight:bold;
	color:#000;
	line-height:20px;
	text-align:left;
}

.wp_right {
	max-width:1180px;
	margin:0 auto 30px;
	padding:0 10px;
	font-size:0;
	text-align:left;
}

.wp_right_title {
	display:inline-block;
	margin-right:20px;
	font-size:22px;
	font-weight:bold;
	color:#00B582;
	line-height:30px;
	vertical-align:middle;
}

.wp_right_ul {
	display:inline-block;
	list-style:none;
	margin:0 auto;
	padding:0;
	font-size:0;
	text-align:left;
	vertical-align:middle;
}

.wp_right_ul_li {
	display:inline-block;
	padding:5px 20px 5px 0;
	font-size:15px;
	font-weight:bold;
	color:#00b582;
	line-height:20px;
	text-align:center;
	vertical-align:top;
	position:relative;
}

.wp_right_ul .wp_right_ul_li:last-child {
	padding:5px 0 5px 0;
}

.wp_right_ul_li:before {
	content:"/";
	display:inline-block;
	margin-right:20px;
	font-size:15px;
	color:#00b582;
	line-height:20px;
	vertical-align:top;
}

.wp_right_ul .wp_right_ul_li:last-child:after {
	content:"/";
	display:inline-block;
	margin-left:20px;
	font-size:15px;
	color:#0CB29D;
	line-height:20px;
	vertical-align:top;
}

.wp_right_ul_li_border {
	width:0;
	height:1px;
	margin:0 auto;
	background:#00B582;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.wp_right_ul_li a {
	color:#00B582;
}

.wp_right_ul_li_o {
	color:#00B582;
}

.wp_right_ul_li_o .wp_right_ul_li_border {
	width:100%;
}

.wp_right_ul_li_o a {
	color:#00B582;
}




/* 未使用 */

.wp_big {
	font-size:0;
}

.wp_left {
	display:inline-block;
	width:800px;
	margin-right:40px;
	vertical-align:top;
}







.wp_left_socialbox_ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	text-align:left;
}

.wp_left_socialbox_ul_li {
	display:inline-block;
	margin:0 10px 20px 0;
	vertical-align:middle;
}

.wp_right_titlebox {
	margin:0 auto;
	padding-top:13px;
	background:#FA89B0;
	text-align:center;
	position:relative;
	/* border-radius */
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

.wp_right_titlebox_img {
	vertical-align:bottom;
	position:relative;
	z-index:1;
}

.wp_right_title_ico {
	margin-right:5px;
	vertical-align:middle;
}

.wp_right_ul_li_date {
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#1F1F1F;
	line-height:20px;
	text-align:left;
}

.wp_right_ul_li_cate {
	display:block;
	font-size:14px;
	color:#1F1F1F;
	line-height:30px;
	text-align:center;
}

/* 未使用ここまで */

.new {
	display:inline-block;
	margin-left:1em;
	color:#F00;
}

.wp_pagenation {
}

.wp_pagenation_ul {
	list-style:none;
	margin:0 0 40px 0;
	padding:0;
	text-align:center;
}

.wp_pagenation_ul_li {
	display:inline-block;
	width:auto;
	margin:0 6px 10px;
	background:#FFF;
	border-bottom:#EDF6F9 1px solid;
	font-size:16px;
	font-weight:bold;
	color:#000;
	line-height:30px;
	text-align:center;
}

.wp_pagenation_ul_li a {
	color:#000;
}

.wp_pagenation_ul_li_o {
	border-bottom:#000 1px solid;
}

.wp_pagenation_ul_li.wp_pagenation_ul_li_o {
}

.wp_pagenation_ul_li_nb {
	background:none;
	border:none;
	font-size:16px;
	font-weight:normal;
	color:#000;
	line-height:30px;
}

.prev_next {
	margin:0 0 15px 0;
	padding:20px 0 5% 0;
}

.prev_next_ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

.prev_next_ul_li {
	display:inline-block;
	margin-right:20px;
	font-size:14px;
	color:#FFF;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
}

.prev_next_ul_li a {
	display:block;
	padding:5px 10px;
	background:#9ccc72;
	border:1px solid #9ccc72;
	color:#FFF;
}

.prev_next_ul_li_m {
	display:inline-block;
	margin-right:20px;
	font-size:14px;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
}

/*wpここまで */

#down {
	position: relative;
}

#up {
	position: relative;
}

#top {
	position: relative;
}

.ninja{
	display:block;
	width:32px;
	height:32px;
	background:url(img/ninja.png) no-repeat;
}
.ninja:hover{
	animation: ani-ninja 0.6s steps(9,start) forwards;
}
@keyframes ani-ninja{
	0%{ background-position:0 0;}
	100%{ background-position:-288px 0;}
}

/* ここまで1024px以上の幅の場合に適応される */







#bs_txt_img_top{
	height: 40px;
    padding-top: 60px;
}

.bs_center_green_img{
    margin-top: 60px;
	margin-bottom: 30px;
    width: 100%;
	height: 500px;
}

.bs_document_basic{
	position: relative;
	heitht: 300px;
	width: 100%;	
}

.bs_center_img_pic{
	position: absolute;
	z-index: 3;
}

.bs_center_img_name{
	position: absolute;
	z-index: 2;
}

.bs_center_img_txt{
	position: absolute;
	z-index: 2;
}

.bs_center_img_back{
	position: absolute;
	z-index: 1;
}

#bs_center_img_pic_id0{
	top: 65px;
	left: 54.5%;
}

#bs_center_img_pic_id1{
	top: 65px;
	left: 18.5%;
}

#bs_center_img_pic_id2{
	top: 65px;
	left: 54%;
}

#bs_center_img_txt_id0{
	top: 225px;
	left: 22%;
}

#bs_center_img_txt_id1{
	top: 225px;
	left: 51%;
}

#bs_center_img_txt_id2{
	top: 225px;
	left: 21.5%;
}

#bs_center_img_back_id0{
	top: 125px;
	left: 18.5%;
}

#bs_center_img_back_id1{
	top: 125px;
	left: 46.5%;
}

#bs_center_img_back_id2{
	top: 125px;
	left: 18%;
}

#top_tel_img_id{
    margin-top: -15px;
	margin-right: 20px;
	margin-left: 10px;
	position: relative;
}

#bs_center_img_name_id0{
	top: 50px;
	left: 30%;
}

#bs_center_img_name_id1{
	top: 50px;
	left: 57%;
}

#bs_center_img_name_id2{
	top: 50px;
	left: 30%;
}

#inf_txt_img_top{
	text-align: left;
	height: 60px;
    padding-top: 60px;
}

#inf_txt_img_top_0{
	margin-top: 0px;
	margin-left: 8%;
}

#inf_txt_img_top_1{
	margin-top: 20px;
	margin-left: 8%;
}

.info_doc_cls{
	position: relative;
	height: auto;
	width: auto;
	display: inline-block;
	z-index: 1;
	margin-top: 30px;
    margin-bottom: 100px;
	margin-right: 50px;
    margin-left: 50px;
}

.if_all_cls{
	z-index: 2;
}

.if_dc_title_cls{
	top: 35%;
    left: 15%;
    position: absolute;
}

.if_dc_title2_cls{
	top: 35%;
    left: 62%;
    position: absolute;
}

.if_dc_line_cls{
	top: 50%;
    left: 10%;
    position: absolute;
}

.if_dc_title_sub_cls{
	top: 60%;
    left: 15%;
    position: absolute;
}

.if_dc_txt_cls{
	top: 100%;
	margin-top: 20px;
	margin-bottom: 0;
    left: 2%;
    position: absolute;
}

#info_document_wrap{
	margin-top: 20px;
	margin-bottom: 20px;
	height: auto;
	max-width: 100%;
}

#info_doc_number{
    margin-top: 0;
	margin-bottom: 100px;
}

.wrapper_index02_half_box01_button01{
	z-index: 50;
}

#half_big_id{
	padding-top : 0px;
	margin-bottom: -3px;
}
