@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

			ベース用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/****************************************************************************************************************************
		共通
****************************************************************************************************************************/
/*-------------------------------------------------------------------------------------------
	初期設定
-------------------------------------------------------------------------------------------*/
html{
	margin: 0;
	padding: 0;
	width: 100%;
}

body{
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-weight: normal;
	color: #333;
	/*background-color: #f5f5f5;*/
	font-size: 14px;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

img{
	width: 100%;
}

p{
	margin: 0;
	padding: 0;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a{
	color: #dd3264;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

a:hover{
	color: #ee0046;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

.w1200{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

h2{
	text-align: center;
	letter-spacing: 0.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 25px;
	line-height: 1.9em;
}

input,textarea{
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: transparent;
	background-color: initial;
}

@media screen and (max-width: 1220px) {
	.w1200{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

br.sp_none{
	display: none;
}
@media screen and (max-width: 640px) {
	h2{
		letter-spacing: 0.1em;
		font-size: 22px;
	}
	br.sp{
		display: inline;
	}
}
@media screen and (max-width: 450px) {
	h2{
		letter-spacing: 0.1em;
		font-size: 20px;
	}
	br.sp_none{
		display: block;
	}
}

header:before{
	content: '';
	display: block;
	position: absolute;
	top:-500px;
	left: 0;
	width: 100%;
	height: 500px;
	background-color: #fff;
	z-index: 10000;
}


/****************************************************************************************************************************
		ヘッダー
****************************************************************************************************************************/
header{
  width: 100%;
  height: 60px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all  2s ease;
	background-color: #fff;
}

header .head_in{
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: space-between;
  justify-content: space-between;
	-webkit-align-items: center;
  align-items: center;
  height: 60px;
}

/* trigger ---------------------------------------------------*/
header .head_in .nav_trigger{
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: center;
  justify-content: center;
	-webkit-align-items: center;
  align-items: center;
	width: 60px;
	height: 60px;
	position: relative;
	cursor : pointer;
}

header .head_in .nav_trigger p{
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: center;
  justify-content: center;
	-webkit-align-items: center;
  align-items: center;
	width: 30px;
	height: 23px;
	position: relative;
}

header .head_in .nav_trigger p .line:before{
	content: '';
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #333;
}

header .head_in .nav_trigger p .line:after{
	content: '';
	display: block;
	position: absolute;
	top:auto;
	left: 0;
	bottom:0;
	width: 100%;
	height: 1px;
	background-color: #333;
}

header .head_in .nav_trigger p .mainline{
	display: block;
	position: absolute;
	width: 30px;
	height: 1px;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
	background-color: #333;
	position: relative;
}


/* logo -----------------------------------------------------*/
header .head_in .logoArea{
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: center;
  justify-content: center;
	-webkit-align-items: center;
  align-items: center;
	width: 252px;
	height: 50px;
	margin: 0 auto 0 20px;
	position: relative;
}

header .head_in .logoArea a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

header .head_in .logoArea a:hover{
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

header .head_in .logoArea h1{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background-image: url(../img/logo.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

header .head_in .logoArea p{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background-image: url(../img/logo.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* menu -----------------------------------------------------*/
header .head_in .nav_menuArea{
}

header .head_in .nav_menuArea ul{
	display: -webkit-inline-flex;
  display: inline-flex;
}

header .head_in .nav_menuArea li{
	position: relative;
}

header .head_in .nav_menuArea li a{
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: center;
  justify-content: center;
	-webkit-align-items: center;
  align-items: center;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.3em;
	height: 60px;
	padding: 0 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

header .head_in .nav_menuArea li a:hover{
	color: #12b166;
}

header .head_in .nav_menuArea li a:before{
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background-color: #12b166;
	top:auto;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	position: absolute;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

header .head_in .nav_menuArea li.active a:hover{
	color: #333;
}

header .head_in .nav_menuArea li a:hover:before{
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

header .head_in .nav_menuArea li.active a:before{
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #00745f;
	top:auto;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	position: absolute;
}

header .head_in .contactArea{
	display: none;
}

@media screen and (max-width: 1220px) {
	/* logo -----------------------------------------------------*/
	header .head_in .logoArea{
		width: 220px;
	}
}

@media screen and (max-width: 920px) {
	header .head_in{
		padding: 0;
	}
	/* logo -----------------------------------------------------*/
	header .head_in .logoArea{
		margin-left: 0;
	}
	header .head_in .nav_menuArea li a{
		padding: 0 10px;
	}
}

@media screen and (max-width: 800px) {
	header{
	}
	header .head_in .logoArea{
		margin: 0 auto;
	}
	/* trigger ---------------------------------------------------*/
	header .head_in .nav_trigger{
		position: absolute;
		top:0;
		left: 0;
	}
	/* menu -----------------------------------------------------*/
	header .head_in .nav_menuArea{
		display: none;
	}
	header .head_in .contactArea{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 60px;
		height: 60px;
		position: absolute;
		top:0;
		left: auto;
		right:0;
		margin: auto;
	}
	header .head_in .contactArea a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
		color: #333;
		font-size: 25px;
	}
}

@media screen and (max-width: 640px) {
	header{
	  height: 50px;
	}
	header .head_in{
	  height: 50px;
	}
	header .head_in .contactArea{
		width: 50px;
		height: 50px;
	}
	header .head_in .contactArea a{
		height: 50px;
	}
	/* trigger ---------------------------------------------------*/
	header .head_in .nav_trigger{
		width: 60px;
		height: 50px;
	}
	/* logo -----------------------------------------------------*/
	header .head_in .logoArea{
		width: 180px;
	}

}

/****************************************************************************************************************************
		フッター
****************************************************************************************************************************/
footer{
	/*background-color: #f5f5f5;*/
	padding: 50px 0 10px;
	text-align: center;
	border-top: solid 3px #00745f;
	background-color: #fff;
}

footer .foot_in{
	display: -webkit-inline-flex;
  display: inline-flex;
	-webkit-justify-content: space-between;
  justify-content: space-between;
	-webkit-align-items: flex-start;
  align-items: flex-start;
	-webkit-align-items: center;
  align-items: center;
	margin: 0 auto;
}

/* logo -----------------------------------------------------*/
footer .foot_in .logoArea{
	width: 200px;
	display: -webkit-flex;
  display: flex;
	-webkit-align-items: flex-start;
  align-items: flex-start;
	-webkit-justify-content: center;
  justify-content: center;
}

footer .foot_in .logoArea a{
	display: -webkit-flex;
  display: flex;
	-webkit-flex-direction: column;
  flex-direction: column;
	-webkit-align-items: center;
  align-items: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

footer .foot_in .logoArea a:hover{
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

footer .foot_in .logoArea .img{
}

footer .foot_in .logoArea .img .icon{
	display: block;
	margin: 0 auto 10px;
	width: 120px;
}

footer .foot_in .logoArea .img .text{
	display: block;
	margin: 0 auto 5px;
	width: 120px;
}

footer .foot_in .logoArea p{
	color: #666;
	font-size: 11px;
	letter-spacing: 0.3em;
	text-align: center;
}

/* text -----------------------------------------------------*/
footer .foot_in .footInfoArea{
	margin-left: 80px;
}

footer .foot_in .footInfoArea .footInfo{
	text-align: left;
}

footer .foot_in .footInfoArea .footInfo .foot_btn{
	padding: 10px 0 30px;
}

footer .foot_in .footInfoArea .footInfo .foot_btn a{
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: center;
  justify-content: center;
	-webkit-align-items: center;
  align-items: center;
	width: 100%;
	background-color: #12b166;
	color: #fff;
	height: 50px;
	border: solid 1px #12b166;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

footer .foot_in .footInfoArea .footInfo .foot_btn a span:after{
	font-family: fontawesome;
	content: '\f101';
	font-size: 18px;
	display: block;
	position: absolute;
	top:0;
	left:auto;
	right:10px;
	bottom:0;
	margin: auto;
	width: 18px;
	height: 18px;
}

footer .foot_in .footInfoArea .footInfo .foot_btn a:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;
	background-color: transparent;
	background-color: initial;
	color: #12b166;
}

footer .foot_in .footInfoArea .footInfo .foot_btn a:hover span:after{
	right:5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

footer .foot_in .footInfoArea .footnavi{
}

footer .foot_in .footInfoArea .footnavi ul{
	display: -webkit-inline-flex;
  display: inline-flex;
	-webkit-align-items: center;
  align-items: center;
}

footer .foot_in .footInfoArea .footnavi li{
	position: relative;
	padding: 0 30px 0 0;
}

footer .foot_in .footInfoArea .footnavi li:after{
	content: '';
	display: inline-block;
	position: absolute;
	top:0;
	left: auto;
	right:15px;
	bottom:0;
	margin: auto;
	width: 1px;
	height: 12px;
	background-color: #ccc;
}

footer .foot_in .footInfoArea .footnavi li:last-child{
	padding: 0;
}

footer .foot_in .footInfoArea .footnavi li:last-child:after{
	display: none;
}

footer .foot_in .footInfoArea .footnavi li a{
	color: #666;
	font-size: 13px;
}

footer .foot_in .footInfoArea .footnavi li a:hover{
	color: #12b166;
}

footer .copy{
	text-align: center;
	margin: 50px 0 0;
}

footer .copy a{
	display: inline-block;
	color: #999;
}

@media screen and (max-width: 800px) {
	footer{
		padding: 20px 0 10px;
	}
	footer .foot_in{
		display: inline-block;
	}
	footer .foot_in .logoArea{
		width: 100px;
		margin: 0 auto;
	}
	footer .foot_in .logoArea .img .icon{
		width: 100%;
		margin: 0;
	}
	footer .foot_in .logoArea p{
		display: none;
	}
	footer .foot_in .footInfoArea{
		margin: 0;
	}
	footer .foot_in .footInfoArea .footnavi{
		margin-top: 15px;
	}
	footer .foot_in .footInfoArea .footInfo{
		display: none;
	}
	footer .copy{
		margin: 10px 0 0;
	}
}

@media screen and (max-width: 450px) {
	footer .foot_in .logoArea{
		width: 60px;
		margin: 0 auto;
	}
	footer .foot_in .footInfoArea .footnavi{
		display: none;
	}
	footer .copy a{
		font-size: 11px;
	}
}

/****************************************************************************************************************************
		サイドナビ
****************************************************************************************************************************/
.navi{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: -100%;
	z-index: 290;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.navi .navi_in{
}

.navi .navi_in li{
	position: absolute;
	width : 30%;
	height: 100%;
	top:0;
	left: 0;
}

.navi .navi_in li:nth-child(1){
	background-color: #000;
	z-index: 299;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-image: url(../img/top/slide/02.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.navi .navi_in li:nth-child(2){
	background-color: #ff0000;
	z-index: 298;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-image: url(../img/business/top_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.navi .navi_in li:nth-child(3){
	background-color: #333;
	z-index: 297;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-image: url(../img/top/slide/01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.navi .navi_in li .li_in{
	background-repeat: repeat;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../img/strip_bk.png);
	display: -webkit-flex;
  display: flex;
	-webkit-align-items: center;
  align-items: center;
	width: 100%;
	height: 100%;
}

.navi .navi_in li .li_in .naviConts{
	padding: 0 30px;
	color: #fff;
}

.navi .navi_in li .li_in .naviConts .title{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	letter-spacing: 0.2em;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom:20px;
	border-bottom: solid 1px #fff;
	line-height: 1.5em;
	font-weight: 100;
}

.navi .navi_in li .li_in .naviConts .read{
	font-size: 13px;
	letter-spacing: 0.3em;
	height: 90px;
	line-height: 1.7em;
	color: #fff;
}

.navi .navi_in li .li_in .naviConts .btn{
}

.navi .navi_in li .li_in .naviConts .btn a{
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: center;
  justify-content: center;
	-webkit-align-items: center;
  align-items: center;
	border: solid 1px #fff;
	width: 70%;
	font-size: 16px;
	letter-spacing: 0.5em;
	color: #fff;
	height: 40px;
	position: relative;
	margin: 20px auto 0;
	line-height: 1.5em;
}

.navi .navi_in li .li_in .naviConts .btn a:after{
	font-family: fontawesome;
	content: '\f101';
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: center;
  justify-content: center;
	-webkit-align-items: center;
  align-items: center;
	width: 16px;
	height: 16px;
	font-size: 16px;
	position: absolute;
	top:0;
	left: auto;
	right:20px;
	bottom:0;
	margin: auto;
	font-weight: normal;
}

.navi .navi_in li .li_in .naviConts .btn a:hover{
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

/* closeBTN ----------------------------------------------------*/
.navi .navi_in li.close{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 40px;
	height: 40px;
	position: absolute;
	top:0;
	left: -100%;
	z-index: 296;
	-webkit-transition: all 2s;
	transition: all 2s;
	cursor : pointer;
}

.navi.open .navi_in li.close{
	left: 90%;
	-webkit-transition: all 2s;
	transition: all 2s;
}

.navi .navi_in li.close p{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 40px;
	height: 40px;
	position: relative;
}

.navi .navi_in li.close p:before{
	content: '';
	width: 40px;
	height: 1px;
	background-color: #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
}

.navi .navi_in li.close p:after{
	content: '';
	width: 40px;
	height: 1px;
	background-color: #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
}

.navi .navi_in li.close:hover{
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


/* 背景 ----------------------------------------------------*/
.navi .navi_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: -100%;
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: all 2s;
	transition: all 2s;
	cursor : pointer;
}


/* open ----------------------------------------------------*/
.navi.open{
	left: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.navi.open .navi_in li:nth-child(1){
	left: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.navi.open .navi_in li:nth-child(2){
	left : 30%;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.navi.open .navi_in li:nth-child(3){
	left : 60%;
	-webkit-transition: all 1.6s;
	transition: all 1.6s;
}

.navi.open .navi_bg{
	left: 0;
	-webkit-transition: all 2s;
	transition: all 2s;
}

@media screen and (max-width: 1200px) {
	.navi .navi_in li .li_in .naviConts .read{
		height: 130px;
	}
}

@media screen and (max-width: 920px) {
	.navi .navi_in li .li_in .naviConts{
		padding: 0 15px;
	}
	.navi .navi_in li .li_in .naviConts .btn a{
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.navi .navi_in li{
		width: 100%;
		height : 33.33333% ;
	  height : -webkit-calc(100% / 3) ;
	  height : calc(100% / 3) ;
	}
	.navi .navi_in li:nth-child(2){
		top : 33.33333% ;
	  top : -webkit-calc(100% / 3) ;
	  top : calc(100% / 3) ;
		border-top: solid 1px #fff;
	}
	.navi .navi_in li:nth-child(3){
		top : 66.66666% ;
		top : -webkit-calc(100% / 3 * 2);
		top : calc(100% / 3 * 2);
		border-top: solid 1px #fff;
	}
	.navi.open .navi_in li:nth-child(1){
		left: 0;
	}
	.navi.open .navi_in li:nth-child(2){
		left: 0;
	}
	.navi.open .navi_in li:nth-child(3){
		left: 0;
	}
	.navi .navi_in li .li_in{
		position: relative;
	}
	.navi .navi_in li .li_in .naviConts{
		width: 100%;
	}
	.navi .navi_in li .li_in .naviConts .title{
		padding-bottom: 0;
    margin-bottom: 10px;
		border: none;
	}
	.navi .navi_in li .li_in .naviConts .read{
		height: auto;
	}
	.navi .navi_in li .li_in .naviConts .btn a{
		width: 100%;
		height: 100%;
		position: absolute;
		top:0;
		left: 0;
		text-indent: -99999px;
		margin: 0;
		border: none;
	}
	.navi .navi_in li.close{
		left: auto;
		right:0;
		z-index: 500;
	}
	.navi.open .navi_in li.close{
		left: auto;
		right:0;
		z-index: 500;
	}
}

/****************************************************************************************************************************
	コンテンツ
****************************************************************************************************************************/
/*----------------------------------------------------------------------------------------------
	共通
----------------------------------------------------------------------------------------------*/

.btnArea{
	margin-top: 30px;
}

.btnArea a{
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: center;
  justify-content: center;
	-webkit-align-items: center;
  align-items: center;
	width: 300px;
	height: 50px;
	border: solid 1px #333;
	color: #333;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;
	font-size: 15px;
}

.btnArea a:after{
	font-family: fontawesome;
	content: '\f101';
	font-size: 20px;
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: center;
  justify-content: center;
	-webkit-align-items: center;
  align-items: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top:0;
	left: auto;
	right:20px;
	bottom:0;
	margin: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

.btnArea a:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;
	background-color: #333;
	color: #fff;
}

.btnArea a:hover:after{
	right:5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

/* cv btn ---------------------------*/
.btnArea.cv a{
  background-color: #f91758;
	border: solid 1px #f91758;
	color: #fff;
}

.btnArea.cv a:hover{
	background-color: transparent;
  background-color: initial;
	border: solid 1px #f91758;
	color: #f91758;
}


























/****************************************************************************************************************************
	共通コンテンツ
****************************************************************************************************************************/
/*-----------------------------------------------------------------
	ケミスタ
-----------------------------------------------------------------*/
.chemisuta{
	padding: 70px 0;
	/*background-image: linear-gradient( -45deg, #f5f5f5 25%, #fff 25%, #fff 50%, #f5f5f5 50%, #f5f5f5 75%, #fff 75%, #fff );
	background-size: 8px 8px;*/
	background-image: linear-gradient( -45deg, #f9f9f9 25%, #fff 25%, #fff 50%, #fff 50%, #fff 75%, #fff 75%, #f9f9f9 );
	background-size: 8px 8px;
  line-height: 2.1em;
}

.chemisuta h1{
	line-height: 2.1em;
  text-align: center;
	letter-spacing: 0.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
}

.chemisuta h1 span{
	font-size: 40px;
	padding: 0 10px;
}

.chemisuta h1 span:before{
	content: '「';
	position: relative;
	font-size: 28px;
	font-weight: bold;
	top:-12px;
	left: -10px;
}

.chemisuta h1 span:after{
	content: '」';
	position: relative;
	font-size: 28px;
	font-weight: bold;
	left: 10px;
}

.chemisuta h2{
	line-height: 2.1em;
}

.chemisuta h2 span{
	font-size: 40px;
	padding: 0 10px;
}

.chemisuta h2 span:before{
	content: '「';
	position: relative;
	font-size: 28px;
	font-weight: bold;
	top:-12px;
	left: -10px;
}

.chemisuta h2 span:after{
	content: '」';
	position: relative;
	font-size: 28px;
	font-weight: bold;
	left: 10px;
}

.chemisuta .topRead{
  text-align: center;
  margin-top: 30px;
  color: #333;
	font-size: 15px;
}

@media screen and (max-width: 1200px) {
	.chemisuta .topRead{
		text-align: left;
	}
}

@media screen and (max-width: 920px) {
	.chemisuta h2{
		line-height: 2.1em;
		font-size: 20px;
	}
	.chemisuta h2 span{
		font-size: 25px;
	}
	.chemisuta h2 span:before{
		content: '「';
    position: relative;
    font-size: 20px;
    font-weight: bold;
    top: -8px;
    left: -10px;
	}
	.chemisuta h2 span:after{
		position: relative;
		font-size: 20px;
		font-weight: bold;
		left: 10px;
	}
	.chemisuta .topRead{
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) {
	.chemisuta h2{
		line-height: 1.9em;
		font-size: 20px;
		letter-spacing: 0.1em;
		text-align: left;
	}
	.chemisuta h2 span{
		line-height: 1.9em;
		font-size: 22px;
		letter-spacing: 0.1em;
		display: inline;
		text-align: left;
		width: auto;
	}
}

@media screen and (max-width: 450px) {
	.chemisuta h2{
		font-size: 17px;
		text-align: center;
	}
	.chemisuta h2 span{
		font-size: 22px;
	}
	.chemisuta h2 span:before{
		content: '「';
    position: relative;
    font-size: 18px;
    font-weight: bold;
    top: -8px;
    left: -10px;
	}
	.chemisuta h2 span:after{
		position: relative;
		font-size: 18px;
		font-weight: bold;
		left: 10px;
	}
}

/*-----------------------------------------------------------------
	事業紹介エリア
-----------------------------------------------------------------*/
.businessConts{
	/*background-image: url(../img/business/top_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
	position: relative;
}

.businessConts .conts_bg{
	/*background-image: url(../img/top/conts/02.jpg);*/
	background-image: url(../img/top/slide/01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: -1;
}

.businessConts .conts_in{
	width:100%;
  padding: 70px 0;
  text-align: center;
	background-image: url(../img/strip_w.png);
	background-repeat: repeat;
	background-color: rgba(0,0,0,0.3);
}

.businessConts .conts_in h2{
	color: #fff;
	text-align: center;
	letter-spacing: 0.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 25px;
	line-height: 1.9em;
}

.businessConts .conts_in ul{
  display: flex;
  margin: 30px 0 50px;
}

.businessConts .conts_in li{
  width: 18%;
  margin: 0 2.5% 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #fff;
  padding: 50px 20px;
}

.businessConts .conts_in li:last-child{
  margin-right: 0;
}

.businessConts .conts_in li h3{
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 16px;
}

.businessConts .conts_in .btnArea a{
	color: #fff;
	border: solid 1px #fff;
}

.businessConts .conts_in .btnArea a:hover{
	background-color: transparent;
	background-color: initial;
	opacity: 0.5;
}

@media screen and (max-width: 1200px) {
	.businessConts .conts_in{
		width:100%;
	  padding: 50px 0;
	}
	.businessConts .conts_in ul{
	  display: flex;
		flex-wrap: wrap;
	  margin: 30px 0 30px;
	}
	.businessConts .conts_in li{
	  width: 32%;
	  margin: 0 2% 20px 0;
	  padding: 50px 20px;
	}
	.businessConts .conts_in li:nth-child(3n+3){
		margin-right: 0px;
	}
}

@media screen and (max-width: 640px) {
	.businessConts .conts_in li{
	  width: 49%;
	  margin: 0 2% 10px 0;
	  padding: 50px 20px;
	}
	.businessConts .conts_in li:nth-child(3n+3){
		margin-right: 2%;
	}
	.businessConts .conts_in li:nth-child(2n+2){
		margin-right: 0px;
	}
}

@media screen and (max-width: 450px) {
	.businessConts .conts_in li{
	  padding: 30px 10px;
	}
	.businessConts .conts_in li h3{
		font-size: 15px;
		letter-spacing: 0.1em;
	}
}

/*-----------------------------------------------------------------
	会社紹介
-----------------------------------------------------------------*/
.chemi_info{
	background-color: #fff;
}

.chemi_info .conts_in{
  padding: 70px 0;
  text-align: center;
}

.chemi_info .conts_in h2{
  text-align: center;
  letter-spacing: 0.2em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  line-height: 1.9em;
}

.chemi_info .conts_in dl{
  display: inline-block;
  margin-top: 20px;
}

.chemi_info .conts_in dt{
  letter-spacing: 0.2em;
  color: #333;
  font-size: 15px;
  margin-bottom: 5px;
}

.chemi_info .conts_in dd{
  letter-spacing: 0.2em;
  color: #333;
  font-size: 15px;
}

.chemi_info .conts_in dd span:nth-child(1){
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
	.chemi_info .conts_in h2{
    font-size: 20px;
	}
	.chemi_info .conts_in dt{
		font-size: 14px;
	}
	.chemi_info .conts_in dd{
		font-size: 14px;
	}
	.chemi_info .conts_in dd a{
		color: #333;
	}
}

@media screen and (max-width: 450px) {
	.chemi_info .conts_in{
		padding-left: 10px;
    padding-right: 10px;
	}
	.chemi_info .conts_in dt{
		text-align: left;
	}
	.chemi_info .conts_in dd{
		text-align: left;
	}
	.chemi_info .conts_in dd span:nth-child(1){
		display: block;
		margin: 0 0 5px;
	}
}

/*-----------------------------------------------------------------
	map
-----------------------------------------------------------------*/
.mapConts{
	background-color: #fff;
}

.mapConts .conts_in{
  position: relative;
  height: 350px;
}

.mapConts .conts_in iframe{
  display: block;
  width: 100%;
  height: 350px;
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
}

.mapConts .conts_in a{
  display: block;
  width: 100%;
  height: 350px;
  position: absolute;
  top:0;
  left: 0;
  z-index: 2;
  text-indent: -9999px;
}


/****************************************************************************************************************************
	動作関連
****************************************************************************************************************************/
/*-----------------------------------------------------------------
	コンテンツフェードイン
-----------------------------------------------------------------*/
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}














/****************************************************************************************************************************

****************************************************************************************************************************/
