@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	min-width:1170px;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size:15px;
	line-height:1.8em;
	color:#444;
	-webkit-text-size-adjust: none;
}
#wrapper {
	width:100%;
	clear:both;
}
#contents {
	max-width: 1170px;	/*サイトの最大幅*/
	margin:0 auto 2.5em;
}
#contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}


@media screen and (max-width: 767px) {
body {
	min-width:100%;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size:16px;
	line-height:1.7em;
	color:#444;
	border-top: none;
	-webkit-text-size-adjust: none;
	}
#wrapper {
	width:100%;
	clear:both;
	}
#contents {
	max-width: 96%;	/*サイトの最大幅*/
	margin:0 2% 2.5em;
	}			
}


.ti_gof{
	font-family: 'Montserrat', sans-serif;
}


/*================================================
 *  ヘッダー
 ================================================*/
header #site-header{
	background: #fff;
    /*position: fixed;*/
    width: 100%;
	top: 0;
	z-index: 10000;
	border-top:solid 6px #009a59; /*ライン1*/
}
header #site-header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
header #head_in {
	max-width:100%;	/*サイトの最大幅*/
	height:60px;
	margin:0px auto;
	position:relative;
	background-color: #fff;
	border-top:solid 6px #0075bc; /*ライン2*/
}
header #head_in:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
#head_in #head_m{
	max-width: 1170px;	/*サイトの最大幅*/
	height:60px;
	margin:0px auto;
}
header #head_m:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

#head_m ul{
    display: flex;
	display: -ms-flexbox;
	width: 100%;
	align-items: center;
	margin-top: 10px;
}
#head_m .h_l{
	flex-basis: 150px;
}
#head_m .h_n{
	flex-basis:300px;
	margin-left: 20px;
}
#head_m .h_c{
	flex-basis:54em;
	font-size: 11px;
	line-height: 1.5em;
	margin-left: auto;
}
.h_line{
	width: 100%;
	border-top:solid 2px #009a59; /*ライン1*/
	border-bottom:solid 2px #0075bc; /*ライン2*/
	height: 4px;
}

@media screen and (max-width: 767px) {
header {
	}
header #site-header{
	background: #fff;
    width: 100%;
	top: 0;
	z-index: 10000;
	border-top:solid 5px #009a59; /*ライン1*/	
	}
header #head_in {
	max-width:100%;	/*サイトの最大幅*/
	height: auto;
	margin:0px auto 0;
	position:relative;
	border-top: solid 5px #0075bc;/*ライン2*/
	background-color: #fff;
	}
#head_in #head_m{
	max-width:100%;	/*サイトの最大幅*/
	height:55px;
	margin:0px auto;
	}
#head_m ul{
    display: flex;
	display: -ms-flexbox;
	width: 100%;
	align-items: center;
	margin-top: 10px;
	}
#head_m .h_l{
	flex-basis: 150px;
	}
#head_m .h_n{
	flex-basis:16em;
	margin-left: 10px;
	font-size: 14px;
	line-height: 1.2em;
	}
#head_m .h_c{ /*sp 無し*/
	flex-basis:54em;
	font-size: 11px;
	line-height: 1.5em;
	margin-left: auto;
}
.h_line{
	width: 100%;
	border-top:solid 1px #009a59; /*ライン1*/
	border-bottom:solid 1px #0075bc; /*ライン2*/
	height: 4px;
	}
}/*@media*/	

@media screen and (max-width: 767px) {
/*----ここから"mmenuの設定-----*/
/*nav:not(.mm-menu) {
 display: none;
}*/
header #head_in {
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width:;
 height:;
 padding: 0 0px;
}
header #head_in.fixed {
 position: fixed;
 top: 0;
 left: 0;
}
.footer.fixed {
 position: fixed;
 bottom: 0;
 left: 0;
}
header #head_in a.sp_menu {
 background: center center no-repeat transparent;
 background-image: url(../images/base/btn-menu.gif);
 display: block;
 width: 45px;
 height: 45px;
 position: absolute;
 top: 10px;
 right: 10px;
}
#menu ul {
	font-size:17px;
	}
/*ここまで"mmenuの設定*/	
}/*@media*/


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	clear: both;
}
.nav_bb{
	width:100%;
	background-color: #ddd;
	border-top: solid 2px #ddd;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 2px rgba(0, 0, 0, .1);
	margin-top: 5px;
}
.nav_bb {
  zoom: 1;
}
.nav_bb:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}	
#g_nav{
  position: relative;
	width:1170px;
	margin:0 auto;
}
#g_nav li{
  position: relative;
  float: left;
  width:228px;
  border-left:solid 1px #fff;
  color: #444;
	font-size:16px;
}
#g_nav li span{
	display: block;
  color: #009a59;
	font-size: 11px;
	line-height: 1.2em;
	letter-spacing: 2px;
}

#g_nav li:last-child{ 
  border-right:solid 1px #fff;
}
#g_nav li a {
	position: relative;
    display: block;
    padding: 8px 3px 5px;
    text-align: center;
    text-decoration: none;
	color: #333;
	font-size:16px;
	box-sizing: border-box;
}
#g_nav li a:hover {
	background-color:#bbb;
	color:#fff;
	box-sizing: border-box;
}
#g_nav li a.active {
	background-color:#bbb;
	color:#fff;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
.nav_bb{
	border-top: 1px solid #019BD9;
	}
#g_nav{
	display:none;
	}
}

/* ヘッダーメニュー　スクロール固定 
	footer.htmlにメニュー記述 */
.nav_2{
	width: 100%;
	height: 130px;
}
.header-change{
    background-color:#ddd;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: -63px;
    transition: .5s;
    width: 100%;
}
.header-change.show{
    top: 0;
}
.nav_bb2{
	min-width :1170px;
	margin: 0 auto;
	border-bottom: solid 1px #fff;
	}
.nav_bb2 {
  zoom: 1;
}
.nav_bb2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
#g_nav2_logo{
	float: left;
	width: 180px;
}
#g_nav2_logo img{
	width: 95%;
	margin-top: 10px;
}
#g_nav2{
	position: relative;
	float: right;
}
#g_nav2 li{
	position: relative;
	float: left;
	width:165px;
	border-left:solid 1px #fff;
	color: #333;
}
#g_nav2 li a {
	position: relative;
    display: block;
    padding: 8px 2px;
    text-align: center;
    text-decoration: none;
    color:#333;
	font-size:12px;
	font-family: Folk Medium;
	box-sizing: border-box;
}
#g_nav2 li a:hover {
	background-color:#999;
	color:#fff;
	box-sizing: border-box;
}
#g_nav2 li a.active {
	background-color:#999;
	color:#fff;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.nav_bb{
	border-top: none;
	}
#g_nav{
	display:none;
	}
.nav_2{
	width: 100%;
	height:auto;
	}
.header-change{
	display: none;
	}	
}

/*================================================
 *  パンくずナビ
 ================================================*/
nav#breadcrumbs ol {
	width:1170px;
	margin:10px auto 0;
	text-align: right;
}
nav#breadcrumbs ol li {
	display: inline;
	font-size:12px;
}
nav#breadcrumbs ol li:before {
	content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
	content:"";
}

@media screen and (max-width: 767px) {
nav#breadcrumbs ol {
	width:95%;
	margin:3px 2%;
	text-align: left;
	}
nav#breadcrumbs ol li {
	display: inline;
	font-size:14px;
	}	
}


/*================================================
 *  共通  h
 ================================================*/
#contents h1{
	color: #666;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
	text-align: center;
	font-family: 'Arimo', sans-serif;
	line-height: 1.4em;
	width: 100%;
	display: block;
}

/* ボタン */
.box_bu_ya,
a.box_bu_ya{
  display: inline-block;
  padding: 1px 15px 1px 10px;
  text-decoration: none;
  background: #999;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 3px #999;
  border: solid 1px #FFF;
	text-decoration: none;
	opacity: 0.8;
	margin-left: 30px;
	margin-top: 20px;
}
.box_bu_ya:hover {
	background: #555;
}
.line_2c{
	width: 100%;
	border-top:solid 2px #009a59; /*ライン1*/
	border-bottom:solid 2px #0075bc; /*ライン2*/
	height: 4px;
}
@media screen and (max-width: 767px) {	
#contents h1{
	color: #666;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
	text-align: center;
	font-family: 'Arimo', sans-serif;
	line-height: 1.4em;
	width: 100%;
	display: block;
	}
	
/* ボタン */
.box_bu_ya,
a.box_bu_ya{
	display: inline-block;
	padding: 1px 15px 1px 10px;
	text-decoration: none;
	background: #999;
	color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 3px #999;
	border: dashed 1px #FFF;
	text-decoration: none;
	opacity: 0.8;
	margin-left: 0;
	margin-top: 20px;
	}
.box_bu_ya:hover {
	border: dotted 1px #FFF;
	color: #FFF;
	opacity: 1;
	}	
}

/*================================================
 *  table
 ================================================*/
table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	box-sizing:border-box;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}


/*================================================
 *  2カラム
 ================================================*/
.column_wr{
	margin-top: 40px;
	padding-bottom:50px;
}
.column_l,
.column_l_p{
	float: left;
	width: 290px;
	height: auto;
	border-radius: 10px;
	box-sizing: border-box;
	padding-left: 10px;
}
.column_l_p p img{
	width: 100%;
	margin-top: 10px;
}
.column_r,
.column_r_p{
	float: right;
	width: 810px;
	padding-right: 10px;
}
.column_l_p{
	padding-top: 30px;
}
.column_r_p{
	padding-top: 70px;
}
.column_ti{
	font-size: 30px;
	color: #009a59;
}
#contents .column_l_p h1{
	color: #666;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Arimo', sans-serif;
	line-height: 1.4em;
	width: 100%;
	display: block;
}

@media screen and (max-width: 767px) {
.column_wr{
	margin-top: 10px;
	padding-bottom:10px;
	}
.column_l,
.column_l_p{
	float: none;
	width: 98%;
	height: auto;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	}
.column_l_p p img{
	width: 100%;
	margin-top: 10px;
	}
.column_r,
.column_r_p{
	float: none;
	width: 94%;
	padding-right: 0;
	margin: 0 auto;
	}
.column_l_p{
	padding-top: 30px;
}
.column_r_p{
	padding-top: 30px;
}	
	
.column_ti{
	font-size: 18px;
	color: #009a59;
	}
#contents .column_l_p h1{
	color: #666;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Arimo', sans-serif;
	line-height: 1.4em;
	width: 100%;
	display: block;
	}	
}

/*================================================
 *  トップページ slide
 ================================================*/
#top_slide{
	clear:both;
	text-align: center;
	position: relative;
	margin-top: 30px;
}
.slider ul{
	margin:0;
	padding:0;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}
.slider li{
	position: relative;
	text-align: center;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}
/*sliderの上に文字*/	
.slider li div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center; 
    align-items: center; 
}
.slider img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
@media screen and (max-width: 767px) {
#top_slide{
	margin-top:0;
	width:100%;
	overflow:hidden;
	}	
}

/*================================================
 *  トップページ  #t_copy 
 ================================================*/
 /* t_copy */
.t_copy_w{
	width:100%;
	margin: 0 auto;
	background-image: url("../images/top/t_copy_bk.png");
	background-size: 100%;
	background-position:top center;
	background-repeat: no-repeat;
}
.t_copy_w:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.t_copy{
	width:800px;
	margin: 0 auto;
	color: #000000;
	text-align: center;
	padding-bottom: 40px;
}

.t_copy h1{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	padding-top: 40px;
	margin-bottom: 30px;
}
.t_copy h2{
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 10px;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 1rem;
	color: #444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media screen and (max-width: 767px) {
 /* t_copy */
.t_copy_w{
	width:100%;
	margin: 0 auto;
	background-image: url("../images/top/t_copy_bk_sp.png");
	background-size: 100%;
	background-position:top center;
	background-repeat: no-repeat;
	}
.t_copy_w:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}
.t_copy{
	width:100%;
	margin: 0 auto;
	color: #000000;
	text-align: center;
	padding-bottom: 20px;
	}
.t_copy h1{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding-top: 30px;
	margin-bottom: 25px;
	}
.t_copy h2{
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 10px;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: left;
	color: #444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	}
}

/*================================================
 *  トップページ  #contents
 ================================================*/
.ma_t40{
	margin-top: 40px;
	clear: both;
}

/* information */
#info dl{
	display: flex;
	width:100%;
	border-bottom:dotted 1px #999;
	padding:12px 10px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
#info dl:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
#info dt{
	width:30%;
	color:#444;
padding-top: 10px;	
padding-bottom: 10px;
}
#info dd{
	font-size:14px;
	line-height: 1.7em;
  width: 60%;
padding-top: 10px;	
  padding-bottom: 10px;
}

#info dt .label_info{
	display:inline;
	padding:1px 5px;
	color:#0075bc;
	text-align:center;
	font-size:12px;
	line-height:1em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:4px;
	background-color: #fff;
	border: solid 1px #0075bc;
	margin-left:1em;
}
#info a:link dd,
#info a:hover dd,
#info a.active dd,
#info a:visited dd{
	color:#444;
	text-decoration:none;
}
#info a:hover{
	text-decoration: none;
}
#info dl:hover{
	background-color:#F0F0F0;
}

@media screen and (max-width: 767px) {
/* information */
.column_wr{
	margin-bottom: 0;
	}
#info dl{
	display: flex;
	width:100%;
	border-bottom:dotted 1px #999;
	padding:12px 10px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
	}
#info dl:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	}
#info dt{
	width:30%;
	color:#444;
	padding-top: 10px;	
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 2em;
	}
#info dd{
	font-size:14px;
	line-height: 1.6em;
	width: 69%;
	padding-top: 10px;	
	padding-bottom: 10px;
	}
#info dt .label_info{
	display:block;
	width: 5.5em;
	padding:1px 5px;
	color:#0075bc;
	text-align:center;
	font-size:12px;
	line-height:1em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:4px;
	background-color: #fff;
	border: solid 1px #0075bc;
	margin-left:0;
	}
#info a:link dd,
#info a:hover dd,
#info a.active dd,
#info a:visited dd{
	color:#444;
	text-decoration:none;
	}
#info a:hover{
	text-decoration: none;
	}
#info dl:hover{
	background-color:#F0F0F0;
	}
}

/*--- npec概要 ---*/
.about_top {
}
.about_top table {
	width: 100%;
	word-break: break-all;
	border: 0px none;
}
.about_top th {
	width:20%;	
	padding: 15px 0px;
	text-align: left;
	background-color: #fff;
	font-size:16px;
	line-height: 1.7em;
	vertical-align: top;
	font-weight:bold;
	border: 0px none;
}
.about_top table td{
	text-align: left;
	padding: 15px 0px;
	width: 80%;
	font-size:14px;
	line-height: 1.7em;	
	vertical-align: top;
	border: 0px none;
}
.about_top ul{
	padding:12px 14px 0;
}
.about_top li{
	margin-top: 6px;
}
.about_top li p{
	font-size:14px;
	line-height: 1.7em;
	padding-left: 14px;
}
@media screen and (max-width: 767px) {
/*--- npec概要 ---*/
.about_top table {
	width: 94%;
	word-break: break-all;
	border: 0px none;
	margin: 0 auto;
	}
.about_top th {
	width:100%;	
	padding: 15px 0px 0px;
	text-align: left;
	background-color: #fff;
	font-size:16px;
	line-height: 1.7em;
	vertical-align: top;
	font-weight:bold;
	border: 0px none;
	display: block;
	box-sizing:border-box;
	overflow:hidden;
	color: #009a59;
	border-bottom: dotted 1px #009a59;
	}
.about_top table td{
	text-align: left;
	padding: 15px 0px;
	width: 100%;
	font-size:16px;
	line-height: 1.7em;	
	vertical-align: top;
	border: 0px none;
	display: block;
	box-sizing:border-box;
	overflow:hidden;
	}
.about_top ul{
	padding:12px 14px 0;
	}
.about_top li{
	margin-top: 6px;
	}
.about_top li p{
	font-size:16px;
	line-height: 1.7em;
	padding-left: 14px;
	}	
}	

/*=================================================================
 *  フッター
 =================================================================*/
footer {
	clear:both;
	background-color:#eee;	
}
.footmenu {
	width:100%;
	padding-top:5px;
	padding-bottom:10px;
	overflow:hidden;
	border-top:1px solid #999;
}
.f_nav1 {
	margin-bottom:0.5em; 
}
.f_nav1:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
/*--- 会社名 ---*/
.f_name {
	float: left;
	width: 350px;
	margin-left: 30px;
	margin-right:80px;
}
.f_name li {
	display:block;
	overflow:hidden;
	font-size:14px;
	line-height:1.6;	
	padding-left:15px;
	font-weight: 600;
}
.f_name li img {
	width: 150px;
}
.f_name_txt {
	padding: 10px 0;
}
.f_name_txt span{
	font-size: 11px;
}
.f_name li a {
	color:#444;
}
/*--- メイン　リンクコンテンツ ---*/
.f_contents {
	overflow: hidden;
	width: auto;
	margin:10px auto;
	padding-right: 20px;
	padding-top: 10px;
}
.f_contents ul {
}
.f_contents li {
	width:14em;
	display:inline-block;
	overflow:hidden;
	font-size:12px;
	line-height:1.8;		
	background-image:url(../images/base/arrow_1.png);
	background-repeat:no-repeat;
	background-position:1% 50%;
	padding-left:15px;
}
.f_contents li a {
	color:#444;
}
.f_add{
	font-size: 12px;
	line-height: 1.6em;
	margin-top:14px; 
}

/*--- .copyright ---*/
.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#444;
	border-top: solid 1px #999;
	line-height: 1.6em;
}
@media screen and (max-width: 767px) {	
.f_nav1 {
	margin-bottom:0.5em; 
	}
/*--- メイン　リンクコンテンツ ---*/
.f_contents {
	display: none;
	}
/*--- 会社名 ---*/
.f_name {
	float: none;
	width: 90%;
	margin-left: 5%;
	margin-right:5%;
	}
.f_name li {
	display:block;
	overflow:hidden;
	font-size:11px;
	line-height:1.6;	
	padding-left:0px;
	text-align: center;
	}
.f_name li img {
	width: 200px;
	}	
}

/*================================================
 *  ページトップへの戻り
 ================================================*/

#pageTop {
  position: fixed;
  bottom: 12px;
  right: 12px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0px 0 0 0px;
  border-radius: 30px;
  width: 55px;
  height: 55px;
  background-color: #0075bc;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size:9px;
  line-height:2em;
  }
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*================================================
 *  inview.js スクロール
 ================================================*/
/* 下から上*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* 左からフェードイン*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* 右からフェードイン*/
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
/* 下から上*/
.fadeIn_up {
  opacity: 1;
  transform: none;
  transition: 1.5s;
	}
.fadeIn_up.is-show {
  transform:none;
  opacity: 1;
	}	
}	

/*=================================================================
 *  ページ本文
 =================================================================*/

/* -------------------------
 information
---------------------------- */	

.info_p{
}
.info_p dt{
	font-size: 14px;
	color: #009a59;
	border-bottom: dotted 1px #009a59;
	margin-bottom: 15px;
}
.info_p dd{
	font-size: 16px;
}
#contents .info_p dd h1{
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
	text-align: left;
	font-family: 'Arimo', sans-serif;
	line-height: 1.4em;
	width: 100%;
	display: block;
}
.info_p dd img{
	width: 70%;
	margin-top: 25px;
	filter: drop-shadow(5px 5px 3px #eee);
	border: solid 1px #ddd;
}
/*アンカー位置調整*/
#anc{
  padding-top:80px;
  margin-top:-80px;
}
@media screen and (max-width: 767px) {
.info_p dd img{
	width: 80%;
	margin-top: 25px;
	filter: drop-shadow(5px 5px 3px #ddd);
	}	
}	

/* -------------------------
 プライバシーポリシー
---------------------------- */	
.privacy{
	width: 80%;
	margin: 0 auto;
}
.privacy ol{
}
.privacy ol li{
	list-style:decimal;
	display: list-item;
	margin-top:2.5em;
}
.privacy ol li ul li{
	list-style:none;
	text-indent:-2.5em;
	margin-top:0.7em;
	padding-left: 2.5em;
}
@media (max-width: 767px) {
.privacy{
	width: 90%;
	margin: 0 auto;
	}
.privacy ol{
	}
.privacy ol li{
	list-style:decimal;
	display: list-item;
	margin-top:2.5em;
	}
.privacy ol li ul li{
	list-style:none;
	text-indent:-1.5em;
	margin-top:0.7em;
	padding-left: 1.5em;
	}	
}	

/* -------------------------
 recruit
---------------------------- */	
/*-新卒採用窓口*/
.re_ti_1 {
	font-size: 20px;
	font-weight: bold;
	color: #009a59;
}
/*-インターン情報*/
.tb_re {
	width:100%;
}
.tb_re table{
	width:100%;
	margin-bottom:1em;
	margin-top:0.5em;
	border-collapse:collapse;
	border:1px solid #C6C6C6;
}
.tb_re th {
	padding:0.5em 2em;
	text-align:left;
	vertical-align:middle;
	border:1px solid #C6C6C6;
	background:#eee;
	color:#009a59;
	font-size:14px;
	width:20%;
}
.tb_re td {
	padding:0.5em 2em;
	text-align:left;
	border:1px solid #C6C6C6;
	font-size:14px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
.tb_re {
	width:100%;
	}
.tb_re table{
	width:100%;
	margin-bottom:1em;
	margin-top:0.5em;
	border-collapse:collapse;
	border:1px solid #C6C6C6;
	}
.tb_re th {
	padding:0.5em 1em;
	text-align:left;
	vertical-align:middle;
	border:1px solid #C6C6C6;
	background:#eee;
	color:#009a59;
	font-size:16px;
	width:100%;
	display: block;
	box-sizing:border-box;
	overflow: hidden;
	}
.tb_re td {
	padding:0.5em 1em;
	text-align:left;
	border:1px solid #C6C6C6;
	font-size:16px;
	background-color: #fff;
	display: block;
	box-sizing:border-box;
	overflow: hidden;
	}
}

/*-リクルート ボタン*/
.btn_blue,
a.btn_blue,
.btn_green,
a.btn_green{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1em 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5em;
}
a.btn_blue {
  color: #fff;
  background-color: #0075bc;
  border-bottom: 5px solid #11567f;
}
a.btn_blue:hover {
  margin-top: 3px;
  color: #fff;
  background: #0075bc;
  border-bottom: 2px solid #11567f;
}
a.btn_green {
  color: #fff;
  background-color: #009a59;
  border-bottom: 5px solid #006035;
}
a.btn_green:hover {
  margin-top: 3px;
  color: #fff;
  background: #009a59;
  border-bottom: 2px solid #006035;
}
.bu_w2 {
	width: 46%;
	margin: 10px 1%;
}
.bu_w1 {
	width: 28em;
}
@media screen and (max-width: 767px) {
.btn_blue,
a.btn_blue,
.btn_green,
a.btn_green{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1em 0.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0em;
  border-radius: 0.5em;
	margin-bottom: 10px;
	width: 100%;
	}
a.btn_blue {
  color: #fff;
  background-color: #0075bc;
  border-bottom: 5px solid #11567f;
}
a.btn_blue:hover {
  margin-top: 3px;
  color: #fff;
  background: #0075bc;
  border-bottom: 2px solid #11567f;
}
a.btn_green {
  color: #fff;
  background-color: #009a59;
  border-bottom: 5px solid #006035;
}
a.btn_green:hover {
  margin-top: 3px;
  color: #fff;
  background: #009a59;
  border-bottom: 2px solid #006035;
}
.bu_w1,
.bu_w2 {
	width: 100%;
	}
}

/*================================================
 *  会員ページ
 ================================================*/
.column_biz{
	margin-top: 80px;
	padding-bottom:50px;
}
.nav_biz{
	width :100%;
	margin: 0 auto;
	padding-top: 10px;
	margin-bottom: 50px;
	}
.nav_biz {
  zoom: 1;
}
.nav_biz:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.column_biz h2{
	color: #666;
	font-size: 22px;
	font-family: 'Arimo', sans-serif;
	font-weight: 600;	
	line-height: 1.4em;
	padding-top: 50px;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.column_biz h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 50px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #009a59;
  border-radius: 2px;
}

.column_biz .info_w{
	width: 80%;
	margin: 0 auto;
}
.biz_menu{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
}
.biz_menu a {
	width:165px;
    background: #d8eee2;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 25px 10px 5px;
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
	margin: 5px;
}
.biz_menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.biz_menu a:hover {
  background: #333;
  color: #FFF;
}
.biz_menu a:hover:after {
  right: 1.4rem;
}
.biz_menu a.active {
  background: #333;
  color: #FFF;
}
/*-business 幅*/
.biz_w{
	width: 80%;
	margin: 0 auto;
}
/*-メンバー*/
.biz_2column{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
}
.biz_pa1{
	padding: 0 20px;
}
/*-事業内容*/
.biz_in1 ul{
	padding:12px 15px 0;
}
.biz_in1 li{
	font-size: 16px;
	margin-top: 8px;
	font-weight: bold;
}
.biz_in1 li p{
	font-size: 15px;
	line-height: 1.7em;
	padding-left: 15px;
	padding-top: 5px;
	font-weight: normal;
}
/* */
.biz_in2{
	width: 80%;
	margin: 0 auto;
}
.biz_in2 ol{
}
.biz_in2 ol li{
	list-style:decimal;
	display: list-item;
	margin-top:2.5em;
}
.biz_in2 ol li ul li{
	list-style:none;
	text-indent:-2.6em;
	margin-top:0.7em;
	padding-left: 2em;
	padding-bottom: 5px;
}
.biz_in2 ol li ul li ul li{
	list-style:none;
	text-indent:-1.1em;
	margin-top:0.7em;
	padding-left: 1.6em;
	padding-bottom: 5px;
}
.biz_in3 ul{
	padding-top:20px;
}
.biz_in3 ul li{
	margin-top: 6px;
	display: block;
}
.biz_in3 ul li p{
	line-height: 1.7em;
	padding-left: 14px;
}
@media (max-width: 767px) {
.column_biz{
	margin-top: 30px;
	padding-bottom:50px;
	}
.nav_biz{
	width :100%;
	margin: 0 auto;
	padding-top: 10px;
	margin-bottom: 20px;
	}
.nav_biz {
  zoom: 1;
	}
.nav_biz:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}
.column_biz h2{
	color: #666;
	font-size: 22px;
	font-family: 'Arimo', sans-serif;
	font-weight: 600;	
	line-height: 1.4em;
	padding-top: 50px;
	position: relative;
	display: inline-block;
	margin-bottom: 0.5em;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}
.column_biz h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 50px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #009a59;
  border-radius: 2px;
	}

.column_biz .info_w{
	width: 92%;
	margin: 0 auto;
	}
.biz_menu{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	flex-wrap: wrap;
	}
.biz_menu a {
	width:46%;
    background: #d8eee2;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 25px 10px 5px;
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
	margin: 5px 2%;
	}
.biz_menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
	}
.biz_menu a:hover {
  background: #333;
  color: #FFF;
	}
.biz_menu a:hover:after {
  right: 1.4rem;
	}
.biz_menu a.active {
  background: #333;
  color: #FFF;
	}
/*-business 幅*/
.biz_w{
	width: 94%;
	margin: 0 auto;
}
/*-メンバー*/
.biz_2column{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	flex-direction: column;
	}
.biz_pa1{
	padding: 10px 0px;
	}
/*-事業内容*/
.biz_in1 ul{
	padding:12px 0px 0;
	}
.biz_in1 li{
	font-size: 16px;
	margin-top: 6px;
	font-weight: bold;
	}
.biz_in1 li p{
	font-size: 15px;
	line-height: 1.7em;
	padding-left: 15px;
	padding-top: 5px;
	font-weight: normal;
	}
/* syuisyo */
.biz_in2{
	width: 96%;
	margin: 0 2%;
	}
.biz_in2 ol{
	padding-left: 2em;
	}
.biz_in2 ol li{
	list-style:decimal;
	display: list-item;
	margin-top:0.5em;
	}
.biz_in2 ol li ul li{
	list-style:none;
	text-indent:-2.6em;
	margin-top:0.7em;
	padding-left: 2em;
	padding-bottom: 5px;
	}
.biz_in2 ol li ul li ul li{
	list-style:none;
	text-indent:-1.1em;
	margin-top:0.7em;
	padding-left: 1.1em;
	padding-bottom: 5px;
	}
.biz_in3 ul{
	padding-top:20px;
}
.biz_in3 ul li{
	margin-top: 6px;
	display: block;
}
.biz_in3 ul li p{
	line-height: 1.7em;
	padding-left: 14px;
	}	
}

/*================================================
 *  contact
 ================================================*/
.contact_st{
	font-size:12px;
	padding-top: 10px;
}
.contact_f{
	width:800px;
	margin:0 auto;
}
.contact_f table {
	border-collapse: collapse;
	margin:20px 0 0;
	width:100%;
}
.contact_f th{
	padding: 6px 15px;
	text-align: left;
	vertical-align: top;
	font-weight:normal;
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	font-size:14px;
	width:230px;
	line-height:20px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
.contact_f td{
	padding: 8px 25px 8px 15px;
	background-color: #fff;
	border: 1px solid #CCC;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
form textarea[cols="50"],input[size="60"] {
    width:100%;
}
.add_pc{
	display: block;
	float: left;
	width:11em;
	font-size:12px;
}
form input,
form textarea{
	border: solid 1px #E9E9E9;
	padding:5px;
	border:solid 1px #ccc;
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 3px rgba(0, 0, 0, 0.2);
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
form textarea{
	padding:5px;
	border:solid 1px #ccc;
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
form .label_2{
	display:inline;
	padding:0px 3px;
	color:#fff;
	text-align:center;
	font-size:10px;
	line-height:0.8em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #0fa064;
	margin-right:0.7em;
}
form .label_3{
	display:inline;
	padding:0px 3px;
	color:#fff;
	text-align:center;
	font-size:10px;
	line-height:0.8em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #0075bc;
	margin-right:0.7em;
}
form .label_4{
	display:inline;
	padding:0px 3px;
	color:#fff;
	text-align:center;
	font-size:10px;
	line-height:0.8em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #999;
	margin-right:0.7em;
}
.form_bu,
.form_bu a{
	border:solid 1px #ccc;
	padding:10px 40px;
	margin:0 10px 20px;
	font-size:18px;
	font-weight: 600;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	background-color: #0075bc;
}
.form_bu:hover,
.form_bu a:hover{
  text-decoration: none;
  opacity: 0.7;
}

.form_bu2 a{
	border:solid 1px #ccc;
	padding:10px 20px;
	margin:0 0 20px;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:10px;
	background-color: #ef8ba9;
}
.form_bu2 a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.contact_tel table {
	width:80%;
	margin-bottom:1em;
	border-collapse:collapse;
	border: none;
	margin: 0 auto;
}
.contact_tel th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border: none;
	background-color:transparent;
	width: 50%;
	padding-left: 30px;
}
.contact_tel td {
	padding:10px 10px 10px 50px;
	text-align:left;
	border: none;
	width: 50%;
	border-left: solid 1px #fff;
}

@media screen and (max-width: 767px) {	
.contact_st{
	font-size:13px;
	text-align:left;
	line-height:1.3em;
	}	
#form-tbl th,
#form-tbl td {
	display: block;
	}
.contact_f{
	width:100%;
	margin: 0 0%
	}
.contact_f table {
	border-collapse: collapse;
	margin:5px 0 0;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
	}
.contact_f th{
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
	font-weight:bold;
	background-color: #ddd;
	border: 1px solid #CCC;
	font-size:16px;
	width:100%;
	display: block;
	box-sizing:border-box;
	overflow:hidden;
	}
.contact_f td{
	padding: 8px 10px 8px 10px;
	background-color: #fff;
	border: 1px solid #CCC;
	width:100%;
	display: block;
	box-sizing:border-box;
	overflow:hidden;
	}
form textarea[cols="50"],input[size="30"],input[size="60"],input[size="45"],input[name="firstname"],input[name="lastname"],input[name="firstname-furigana"],input[name="lastname-furigana"] {
    width:99%;
	}
form select {
	height:28px;
	font-size:16px;
	margin:3px 0;
	width:90%;
	}
form input[type=text]{
	font-size:16px;
	}
form textarea{
	font-size:16px;
	}
input#submit_bu,
input#reset_bu {
    // 送信ボタン
    height:40px;
	font-size:16px;
	}
.add_pc{
	display: block;
	float: none;
	width:11em;
	font-size:16px;
	}
.form_box1{
	width:100%;
	border-top:2px solid #165da3;
	margin-bottom:10px;
	padding:10px 0.5em;
	background-image:url(../products/img/box_bk1.jpg);
	background-repeat:repeat-x;
	text-align:left;
	line-height:1.5em;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
	}
form .label_2{
	padding:3px 5px;
	font-size:12px;
	}
form .label_3{
	padding:3px 5px;
	font-size:12px;
	}
.w_tel_r2{
	padding: 10px 5px;
	background-color: #ECF5F7;
	border: 2px solid #004396;
	border-radius: 7px;
	text-align:center;
	font-size:18px;
	color:#004396;
	width:90%;
	margin-top:2em;
	margin-right: auto;
	margin-left: auto;
	}	
}




/* アンカー　ポインターの位置調整 */
section.anchor{
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}


/*================================================
 *  cgi 確認・エラーページ（お問合せ）
 ================================================*/
/* for table */
#form th {
	text-align:left;
}
 
/* for message */
p.msg {
	color: red;
	margin: 2em;
	font-size: 0.8em;
}
span.msg {
	color: red;
	font-size: 0.8em;
}




/*================================================
 *  クラス
 ================================================*/
strong {
	font-weight:bold;
}

figure {/*キャプション*/
  text-align: center;
}
figcaption {
  font-size: 80%;
  color:#14a53f;
}
.ma_tb_pc{
	margin:2em 0;
}

@media screen and (max-width: 767px) {
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	}	
.ma_tb_pc{
	margin:0em 0;
	}
}



.nav {
	margin: 25px auto;
	&.default {
		line-height: 35px;
		height: 35px;
	}
	&.twiceBorder, &.underline, &.overline {
		line-height: 30px;
		height: 30px;
	}
	a {
		padding: 0 10px;
	}
}


ul { padding:0;margin:0; }
li { display: inline-block; }
