@charset "UTF-8";
/*
Theme Name:   Company2018
Description:  TSJ Company2018 Theme.
Author:       Travel Standard Japan.
Author URI:   https://www.travelwith.jp/
Version:      1.0
Text Domain:  Company
*/
html *{
	-webkit-font-smoothing: antialiased;
}
body{
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:500;
}

.body-wrap{
	overflow:hidden;
}
@media screen and (max-width:767px) {
.body-wrap{
	margin-top:70px;
}

}

header{
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:100px;
	display:table;
	background-color: #fff;
}
.home header{
	position:absolute;
	background: none;
}
header.hFixed{
	position:fixed;
	background-color:#fff;
	-webkit-box-shadow:0px 0px 10px 0px #ccc;
	-ms-box-shadow:0px 0px 10px 0px #ccc;
	box-shadow:0px 0px 10px 0px #ccc;
}
header .logo{
	display:table-cell;
	vertical-align:middle;
	padding:23px 30px;
}
header .logo a{
	display:block;
	width:59px;
	height:53px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(images/2018/logo_black.svg) no-repeat center center;
	background-size:100% 100%;
}
.home header .logo a{
	background:url(images/2018/logo.svg) no-repeat center center;
}
header.hFixed .logo a{
	background:url(images/2018/logo_black.svg) no-repeat center center;
	background-size:100% 100%;
}
header .lnav{
	display:table-cell;
	vertical-align:middle;
	padding-right:50px;
}
header .lnav .nav_list{
	text-align:right;
	etter-spacing:-.4em;
}
header .lnav .nav_list li{
	letter-spacing:normal;
	display:inline-block;
	text-align:left;
	font-size:12px;
	line-height:1.2;
	color:#000;
	margin-left:40px;
	font-weight:bold;
}
.home header .lnav .nav_list li{
	color: #fff;
}
header .lnav .nav_list li:first-child{
	margin-left:0;
}
header.hFixed .lnav .nav_list li{
	color:#000;
}
header .lnav .nav_list li a{
	color:#000;
	text-decoration:none;
	position:relative;
	padding:10px 0;
}
.home header .lnav .nav_list li a{
	color: #fff;
}
header.hFixed .lnav .nav_list li a{
	color:#000;
}
header .lnav .nav_list li a::after{
	content:"";
	width:60%;
	height:4px;
	background-color:#000;
	position:absolute;
	bottom:0;
	left:0;
	opacity:0;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.home header .lnav .nav_list li a::after{
	background-color:#fff;
}
header.hFixed .lnav .nav_list li a::after{
	background-color:#000;
}
header .lnav .nav_list li a:hover::after,
header .lnav .nav_list li.current a::after{
	opacity:1;
	width:100%;
}
header .menu_btn{
	display:none;
}
@media screen and (max-width:980px) {
header .lnav .nav_list li{
	margin-left:20px;
}
}
@media screen and (min-width:768px) {
header .lnav.active,
header .lnav.noactive{
	display:table-cell !important;
}
}
@media screen and (max-width:767px) {
header{
	position:fixed;
	background-color:#fff;
	height:70px;
	padding:15px;
	display:block;
	top:0 !important;
	opacity:1 !important;
}
header::before{
	content:"";
	width:100%;
	height:100%;
	background-color:#fff;
	-webkit-box-shadow:0px 0px 10px 0px #ccc;
	-ms-box-shadow:0px 0px 10px 0px #ccc;
	box-shadow:0px 0px 10px 0px #ccc;
	position:absolute;
	top:0;
	left:0;
	z-index:101;
}
header .logo{
	display:block;
	padding:0;
	width:44.53px;
	height:40px;
	position:relative;
	z-index:102;
}
header .logo a{
	width:44.53px;
	height:40px;
	background:url(images/2018/logo_black.svg) no-repeat center center;
	background-size:100% 100%;
}
.home header .logo a{
	width:44.53px;
	height:40px;
	background:url(images/2018/logo_black.svg) no-repeat center center;
	background-size:100% 100%;
}
header .lnav{
	width:100%;
	padding:90px 15px 15px;
	background:rgba(255,255,255,0.9);
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	display:none;
}
header .lnav .nav_list{
	text-align:left;
}
header .lnav .nav_list li{
	display:block;
	color:#000;
	font-size:14px;
	margin-left:0;
}
header .lnav .nav_list li a{
	display:block;
	color:#000;
	text-decoration:none;
	position:relative;
	padding:10px 0 10px 20px;
}
.home header .lnav .nav_list li a{
	color: #000;
}
header .lnav .nav_list li.current a{
	color:#006837;
}
header .lnav .nav_list li a::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #006837;
  border-right: solid 2px #006837;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -6px;
	opacity:1;
	bottom:auto;
	background-color:transparent !important;
}
header .lnav .nav_list li a::after{
	display:none;
}
header .menu_btn{
  overflow:hidden;
  display:block;
	position:absolute;
	right:15px;
	top:50%;
	z-index:102;
  width:40px;
  height:40px;
	margin-top:-20px;
  cursor:pointer;
}
header .menu_btn span,
header .menu_btn::before,
header .menu_btn::after{
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:28px;
  height:2px;
  margin:auto;
  background:#006837 !important;
}
header .menu_btn span{
  overflow:hidden;
  z-index:1;
  color:#000;
}
header .menu_btn::before{
  z-index:2;
  transform:translate(0, -9px);
  -ms-transform:translate(0, -9px);
  -webkit-transform:translate(0, -9px);
  content:"";
}
header .menu_btn::after{
  z-index:2;
  transform:translate(0, 9px);
  -ms-transform:translate(0, 9px);
  -webkit-transform:translate(0, 9px);
  content:"";
}
header .menu_btn span{
  opacity:1;
  transition:opacity 150ms 50ms;
  -ms-transition:opacity 150ms 50ms;
  -webkit-transition:opacity 150ms 50ms;
}
header .menu_btn::before,
header .menu_btn::after{
  transition:transform 200ms;
  -ms-transition:transform 200ms;
  -webkit-transition:transform 200ms;
}
header .menu_btn.active span{
  opacity:0;
  transition:opacity 150ms;
  -ms-transition:opacity 150ms;
  -webkit-transition:opacity 150ms;
}
header .menu_btn.active::before{
  transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
}
header .menu_btn.active::after{
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
}
}

.company_main{
	position:relative;
	z-index:1;
	height:100vh;
	overflow:hidden;
	margin-top:-100px;
	-webkit-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	transform: skewY(-4deg);
}
.company_main::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:120%;
	background:url(images/2018/visual.jpg) no-repeat center center;
	background-size:cover;
	-webkit-transform: skewY(4deg) scale(1.2);
	-ms-transform: skewY(4deg) scale(1.2);
	transform: skewY(4deg) scale(1.2);
	-webkit-transition:all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.company_main.show_on::before{
	-webkit-transform:skewY(4deg) scale(1);
	-ms-transform:skewY(4deg) scale(1);
	transform:skewY(4deg) scale(1);
}
.company_main .text{
	width:100%;
	height:100%;
	display:table;
	position:relative;
	z-index:2;
	text-align:center;
	color:#fff;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}
.company_main .lead{
	display:table-cell;
	vertical-align:middle;
	padding-top:5%;
}
.company_main .lead p{
	font-size:35px;
	line-height:1;
	font-weight:bold;
	color:#006837;
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
.company_main .lead p.show_on{
	opacity:1;
}
.company_main .lead p.hide_on{
	opacity:0;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
}
.company_main .title{
	display:table-cell;
	vertical-align:middle;
	padding-top:5%;
	display:none;
}
.company_main .title .title_en{
	display:block;
	font-size:70px;
	line-height:1;
	font-family:'Oswald', sans-serif;
	font-weight:500;
	padding-bottom:34px;
	position:relative;
}
.company_main .title .title_en::after{
	content:"";
	width:80px;
	height:4px;
	background-color:#fff;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-40px;
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
.company_main .title.show_on .title_en::after{
	opacity:1;
}
.company_main .title h1{
	font-size:35px;
	letter-spacing:0.5em;
	font-weight:bold;
	margin-top:30px;
	margin-right:-0.5em;
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
.company_main .title.show_on h1{
	opacity:1;
}
.company_main .scroll{
	position:absolute;
	bottom:70px;
	left:50%;
	z-index:2;
	margin-left:-34px;
	width:68px;
	height:90px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(images/2018/icon_scroll.svg) no-repeat center center;
	background-size:100% 100%;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
.company_main .scroll.show_on{
	opacity:1;
}
.company_main .scroll::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:68px;
	height:90px;
	background:url(images/2018/icon_scroll_arrow.svg) no-repeat center center;
	background-size:100% 100%;
	-webkit-animation-name: arrowAnime;
	animation-name: arrowAnime;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes arrowAnime{
	0% {
		top:0;
	}
	20% {
		top: 0;
	}
	50% {
		top: 7px;
	}
	80% {
		top: 0;
	}
	100% {
		top: 0;
	}
}
@keyframes arrowAnime{
	0% {
		top:0;
	}
	20% {
		top: 0;
	}
	50% {
		top: 7px;
	}
	80% {
		top: 0;
	}
	100% {
		top: 0;
	}
}
@media screen and (max-width:767px) {
.company_main{
	height:500px;
	margin-top:-50px;
}
.company_main .text{
	height:100vh;
}
.company_main .lead{
	padding-left:15px;
	padding-right:15px;
}
.company_main .lead p{
	font-size:24px;
}
.company_main .title{
	padding-left:15px;
	padding-right:15px;
}
.company_main .title .title_en{
	font-size:40px;
	padding-bottom:24px;
}
.company_main .title h1{
	font-size:24px;
	margin-top:20px;
}
.company_main .scroll{
	bottom:40px;
	width:45.33px;
	height:60px;
	margin-left:-22.66px;
}
.company_main .scroll::after{
	width:45.33px;
	height:60px;
}
@-webkit-keyframes arrowAnime{
	0% {
		top:0;
	}
	20% {
		top: 0;
	}
	50% {
		top: 5px;
	}
	80% {
		top: 0;
	}
	100% {
		top: 0;
	}
}
@keyframes arrowAnime{
	0% {
		top:0;
	}
	20% {
		top: 0;
	}
	50% {
		top: 5px;
	}
	80% {
		top: 0;
	}
	100% {
		top: 0;
	}
}
}

.contents h2,
.contents h3,
.contents h4{
	font-weight:bold;
	line-height:1.2;
}

#message{
	margin-top:-110px;
	height:766px;
	padding-bottom:50px;
	position:relative;
}
#message::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:-20%;
	opacity:0;
	background-color:#F5F5F5;
	background:url(images/2018/visual_message.jpg) no-repeat center center;
	background-size:cover;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#message.show_on::before{
	opacity:1;
	left:0;
}
#message .inner{
	width:866px;
	height:766px;
	margin:0 auto;
	display:table;
	position:relative;
	text-align:center;
}
#message .inner .text{
	display:table-cell;
	vertical-align:middle;
	color:#fff;
}
#message .inner .text h2{
	font-size:20px;
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#message.show_on .inner .text h2{
	opacity:1;
}
#message .inner .text h2 span{
	display:block;
	font-size:70px;
	line-height:1;
	font-family:'Oswald', sans-serif;
	font-weight:500;
	margin-bottom:15px;
	opacity:0;
}
#message .inner .text h2 span br{
	display:none;
}
#message .text h2 strong{
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.9s;
	-ms-transition:all 0.6s 0.9s;
	transition:all 0.6s 0.9s;
}
#message.show_on .text h2 strong{
	opacity:1;
	top:0;
}
#message .inner .text h2 + p{
	margin-top:30px;
	font-size:14px;
	line-height:2.28;
	opacity:0;
	position:relative;
	top:30px;
	-webkit-transition:all 0.6s 1.1s;
	-ms-transition:all 0.6s 1.1s;
	transition:all 0.6s 1.1s;
}
#message.show_on .inner .text h2 + p{
	opacity:1;
	top:0;
}
#message .inner .text .more{
	width:230px;
	height:36px;
	margin:20px auto 0;
	opacity:0;
	position:relative;
	top:30px;
	-webkit-transition:all 0.6s 1.3s;
	-ms-transition:all 0.6s 1.3s;
	transition:all 0.6s 1.3s;
}
#message.show_on .inner .text .more{
	opacity:1;
	top:0;
}
#message .inner .text .more a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background-color:#fff;
	position:relative;
}
#message .inner .text .more a::after{
	content:"";
	width:34px;
	height:12px;
	background:url(images/2018/icon_arrow_green.svg) no-repeat center center;
	background-size:100% 100%;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-6px;
	margin-left:-17px;
	-webkit-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
}
#message .inner .text .more a:hover::after{
	margin-left:-10px;
}
@media screen and (max-width:980px) {
#message .inner{
	width:100%;
}
#message .inner .text{
	padding:0 30px;
}
}
@media screen and (max-width:767px) {
#message{
	height:auto;
	padding-bottom:0;
}
#message::before{
	background:url(images/2018/visual_message.jpg) no-repeat left 35% center;
	background-size:cover;
}
#message .inner{
	height:auto;
}
#message .inner .text{
	padding:200px 15px 150px;
}
#message .inner .text h2{
	font-size:16px;
}
#message .inner .text h2 span{
	font-size:40px;
	margin-bottom:10px;
}
#message .inner .text h2 + p{
	margin-top:20px;
	font-size:12px;
}
#message .inner .text .more{
	width:180px;
	height:32px;
}
#message .inner .text .more a::after{
	width:28.33px;
	height:10px;
	margin-top:-5px;
	margin-left:-14.16px;
}
#message .inner .text .more a:hover::after{
	margin-left:-9.16px;
}
}

#data{
	position:relative;
	z-index:1;
	background-color:#fff;
	padding:100px 0 180px;
}
#data::before{
	content:"";
	width:100%;
	height:200px;
	position:absolute;
	top:-100px;
	left:0;
	z-index:0;
	background-color:#fff;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}
#data::after{
	content:"";
	width:100%;
	height:200px;
	position:absolute;
	bottom:-100px;
	left:0;
	z-index:0;
	background-color:#fff;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}
#data .inner{
	width:866px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
#data .inner::before{
	content:"";
	width:380px;
	height:380px;
	position:absolute;
	top:102px;
	right:0;
	opacity:0;
	background-color:#F5F5F5;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#data.show_on .inner::before{
	width:600px;
	top:72px;
	opacity:1;
}
#data .thumb{
	width:600px;
	height:380px;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#data .thumb.show_on{
	opacity:1;
	top:0;
}
#data .thumb .img{
	position:relative;
	width:380px;
	height:380px;
	overflow:hidden;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#data .thumb.show_on .img{
	width:600px;
}
#data .thumb .img img{
	position:absolute;
	top:0;
	left:0;
	width:600px;
	height:380px;
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#data .thumb.show_on .img img{
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
#data .text{
	position:absolute;
	bottom:0;
	right:-155px;
}
#data .text h2{
	font-size:20px;
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#data.show_on .text h2{
	opacity:1;
}
#data .text h2 span{
	display:block;
	font-size:70px;
	line-height:1;
	font-family:'Oswald', sans-serif;
	font-weight:500;
	margin-bottom:15px;
	opacity:0;
}
#data .text h2 strong{
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s 1.2s;
	-ms-transition:all 0.6s 1.2s;
	transition:all 0.6s 1.2s;
}
#data.show_on .text h2 strong{
	opacity:1;
	top:0;
}
#data .text h2 + p{
	margin-top:30px;
	font-size:14px;
	line-height:2.28;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s 1.4s;
	-ms-transition:all 0.6s 1.4s;
	transition:all 0.6s 1.4s;
}
#data.show_on .text h2 + p{
	opacity:1;
	top:0;
}
#data .text .more{
	width:230px;
	height:36px;
	margin-top:20px;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s 1.9s;
	-ms-transition:all 0.6s 1.9s;
	transition:all 0.6s 1.9s;
}
#data.show_on .text .more{
	opacity:1;
	top:0;
}
#data .text .more a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background-color:#006837;
	position:relative;
}
#data .text .more a::after{
	content:"";
	width:34px;
	height:12px;
	background:url(images/2018/icon_arrow_white.svg) no-repeat center center;
	background-size:100% 100%;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-6px;
	margin-left:-17px;
	-webkit-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
}
#data .text .more a:hover::after{
	margin-left:-10px;
}
@media screen and (max-width:1200px) {
#data .text{
	right:auto;
	left:655px;
}
}
@media screen and (max-width:980px) {
#data{
	padding:100px 0;
}
#data .inner{
	width:auto;
	margin:0 30px;
	padding-bottom:50px;
	overflow:hidden;
}
#data .inner::before{
	right:20px;
	top:auto;
	bottom:-30px;
}
#data.show_on .inner::before{
	top:auto;
	bottom:0;
}
#data .text{
	position:relative;
	bottom:auto;
	left:auto;
	float:right;
	margin-top:40px;
}
}
@media screen and (max-width:767px) {
#data{
	padding:60px 0;
}
#data::before{
	height:100px;
	top:-50px;
}
#data::after{
	height:100px;
	bottom:-50px;
}
#data .inner{
	margin:0 15px;
	padding-bottom:0;
}
#data .inner::before{
	display:none;
}
#data .thumb{
	width:100%;
	height:auto;
}
#data .thumb .img{
	width:100%;
	height:auto;
}
#data .thumb.show_on .img{
	width:100%;
}
#data .thumb .img img{
	position:relative;
	width:100%;
	height:auto;
}
#data .text{
	float:none;
	padding:30px 20px;
	margin-top:0;
	background-color:#F5F5F5;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#data.show_on .text{
	opacity:1;
	top:0;
}
#data .text h2{
	font-size:16px;
}
#data .text h2 span{
	font-size:40px;
	margin-bottom:10px;
}
#data .text h2 + p{
	margin-top:20px;
	font-size:12px;
}
#data .text .more{
	width:180px;
	height:32px;
}
#data .text .more a::after{
	width:28.33px;
	height:10px;
	margin-top:-5px;
	margin-left:-14.16px;
}
#data .text .more a:hover::after{
	margin-left:-9.16px;
}
}

#service{
	padding:250px 0 270px;
	position:relative;
	overflow:hidden;
}
#service::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:-20%;
	background-color:#006837;
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#service::after{
	content:"";
	width:100%;
	height:200px;
	position:absolute;
	bottom:-100px;
	z-index:1;
	background:#fff;
	-webkit-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	transform: skewY(-4deg);
}
#service.show_on::before{
	left:0;
	opacity:1;
}
#service .inner{
	width:866px;
	margin:0 auto;
	color:#fff;
	position:relative;
}
#service .text h2{
	font-size:30px;
	text-align:center;
	opacity:0;
	-webkit-transition:all 0.6s 0.8s;
	-ms-transition:all 0.6s 0.8s;
	transition:all 0.6s 0.8s;
}
#service.show_on .text h2{
	opacity:1;
}
#service .text h2 span{
	display:block;
	font-size:70px;
	line-height:1;
	font-family:'Oswald', sans-serif;
	font-weight:500;
	margin-bottom:25px;
	opacity:0;
}
#service .text h2 strong{
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s 1.1s;
	-ms-transition:all 0.6s 1.1s;
	transition:all 0.6s 1.1s;
}
#service.show_on .text h2 strong{
	opacity:1;
	top:0;
}
#service .text h2 + p{
	margin-top:30px;
	font-size:20px;
	line-height:2em;
	text-align:center;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s 1.3s;
	-ms-transition:all 0.6s 1.3s;
	transition:all 0.6s 1.3s;
}
#service.show_on .text h2 + p{
	opacity:1;
	top:0;
}
#service .service_list{
	overflow:hidden;
	margin-right:-65px;
	margin-top:30px;
}
#service .service_list li{
	float:left;
	width:33.33%;
	padding-right:65px;
	-webkit-box-sizing:border-box;
			-ms-box-sizing:border-box;
					box-sizing:border-box;
}
#service .service_list li .thumb{
	width:200px;
	margin:0 auto 10px;
	opacity:0;
	-webkit-transition:all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition:all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform:scale(0.6);
	-ms-transform:scale(0.6);
	transform:scale(0.6);
}
#service .service_list li:nth-child(3n+2) .thumb{
	-webkit-transition:all 0.6s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition:all 0.6s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:all 0.6s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#service .service_list li:nth-child(3n+3) .thumb{
	-webkit-transition:all 0.6s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition:all 0.6s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:all 0.6s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#service .service_list li.show_on .thumb{
	opacity:1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
#service .service_list li .thumb img{
	width:100%;
	height:auto;
}
#service .service_list li h3{
	font-size:16px;
	line-height:2;
	font-weight:bold;
	margin-bottom:10px;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.2s;
	-ms-transition:all 0.6s 0.2s;
	transition:all 0.6s 0.2s;
}
#service .service_list li:nth-child(3n+2) h3{
	-webkit-transition:all 0.6s 0.4s;
	-ms-transition:all 0.6s 0.4s;
	transition:all 0.6s 0.4s;
}
#service .service_list li:nth-child(3n+3) h3{
	-webkit-transition:all 0.6s 0.6s;
	-ms-transition:all 0.6s 0.6s;
	transition:all 0.6s 0.6s;
}
#service .service_list li.show_on h3{
	opacity:1;
	top:0;
	text-align: center;
}
#service .service_list li p{
	font-size:14px;
	line-height:1.75;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.4s;
	-ms-transition:all 0.6s 0.4s;
	transition:all 0.6s 0.4s;
}
#service .service_list li:nth-child(3n+2) p{
	-webkit-transition:all 0.6s 0.8s;
	-ms-transition:all 0.6s 0.8s;
	transition:all 0.6s 0.8s;
}
#service .service_list li:nth-child(3n+3) p{
	-webkit-transition:all 0.6s 1s;
	-ms-transition:all 0.6s 1s;
	transition:all 0.6s 1s;
}
#service .service_list li.show_on p{
	opacity:1;
	top:0;
}
#service .more{
	width:400px;
	height:40px;
	margin:80px auto 0;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#service .more.show_on{
	opacity:1;
	top:0;
}
#service .more a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	color:#006837;
	font-size:16px;
	line-height:1.2;
	font-weight:bold;
	padding-top:0.7em;
	background-color:#fff;
	text-decoration:none;
	position:relative;
	-webkit-box-sizing:border-box;
			-ms-box-sizing:border-box;
					box-sizing:border-box;
}
#service .more a::after{
	content:"";
	width:34px;
	height:12px;
	background:url(images/2018/icon_arrow_green.svg) no-repeat center center;
	background-size:100% 100%;
	position:absolute;
	top:10px;
	right:12px;
	-webkit-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
}
#service .more a:hover::after{
	right:5px;
}
@media screen and (max-width:980px) {
#service .inner{
	width:auto;
	margin:0 30px;
}
#service .service_list li{
	padding-right:6.8%;
}
}
@media screen and (max-width:767px) {
#service{
	padding:120px 0 140px;
}
#service::after{
	height:100px;
	bottom:-50px;
}
#service .inner{
	margin:0 15px;
}
#service .text h2{
	font-size:20px;
}
#service .text h2 span{
	font-size:40px;
	margin-bottom:15px;
}
#service .text h2 + p{
	margin-top:20px;
	font-size:16px;
}
#service .text h2 + p br{
	display: none;
}
#service .service_list{
	margin-top:15px;
	margin-right:-4%;
}
#service .service_list li{
	width:50%;
	padding-right:4%;
	padding-top:15px;
}
#service .service_list li:nth-child(2n+1){
	clear:left;
}
#service .service_list li .thumb{
	width:100%;
	max-width:200px;
	-webkit-transition:all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	-ms-transition:all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	transition:all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
#service .service_list li:nth-child(2n) .thumb{
	-webkit-transition:all 0.6s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	-ms-transition:all 0.6s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	transition:all 0.6s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
#service .service_list li h3{
	font-size:14px;
	-webkit-transition:all 0.6s 0.2s !important;
	-ms-transition:all 0.6s 0.2s !important;
	transition:all 0.6s 0.2s !important;
}
#service .service_list li:nth-child(2n) h3{
	-webkit-transition:all 0.6s 0.4s !important;
	-ms-transition:all 0.6s 0.4s !important;
	transition:all 0.6s 0.4s !important;
}
#service .service_list li h3 br{
	display: none;
}
#service .service_list li p{
	font-size:12px;
	-webkit-transition:all 0.6s 0.4s !important;
	-ms-transition:all 0.6s 0.4s !important;
	transition:all 0.6s 0.4s !important;
}
#service .service_list li:nth-child(2n) p{
	-webkit-transition:all 0.6s 0.8s !important;
	-ms-transition:all 0.6s 0.8s !important;
	transition:all 0.6s 0.8s !important;
}
#service .more{
	width:100%;
	height:auto;
	margin:40px auto 0;
	text-align:center;
}
#service .more a{
	display:inline-block;
	width:auto;
	height:auto;
	font-size:12px;
	padding:0.7em 50px;
}
#service .more a::after{
	width:28.33px;
	height:10px;
	top:50%;
	right:10px;
	margin-top:-7px;
}
}

.inclination{
	height:200px;
	position:relative;
	left:-20%;
	z-index:1;
	overflow:hidden;
	background-color:#F5F5F5;
	margin-top:-100px;
	-webkit-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	transform: skewY(-4deg);
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
.inclination.show_on{
	left:0;
	opacity:1;
}
@media screen and (max-width:767px) {
.inclination{
	height:100px;
	margin-top:-50px;
}
}

#business{
	position:relative;
	padding:50px 0 270px;
	overflow:hidden;
	margin-top:-100px;
	z-index:1;
}
#business::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:-20%;
	background-color:#F5F5F5;
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#business.show_on::before{
	left:0;
	opacity:1;
}
#business .inner{
	position:relative;
}
#business .text h2{
	text-align:center;
	font-size:30px;
	color:#006837;
	opacity:1;
}
#business.show_on .text h2{
	opacity:1;
	top:0;
}
#business .text h2 span{
	display:block;
	font-size:70px;
	line-height:1;
	font-family:'Oswald', sans-serif;
	font-weight:500;
	margin-bottom:20px;
	opacity:0;
}
#business .text h2 strong{
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.9s;
	-ms-transition:all 0.6s 0.9s;
	transition:all 0.6s 0.9s;
}
#business.show_on .text h2 strong{
	opacity:1;
	top:0;
}
#business h2 + p{
	margin-top:30px;
	font-size:20px;
	line-height:2;
	text-align:center;
	font-weight:bold;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s 1.1s;
	-ms-transition:all 0.6s 1.1s;
	transition:all 0.6s 1.1s;
}
#business.show_on .text h2 + p{
	opacity:1;
	top:0;
}
/*#business h3{
	text-align:center;
	font-size:30px;
	line-height:1.2;
	color:#006837;
	margin-top:60px;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#business h3.show_on{
	opacity:1;
	top:0;
}*/
#business .busness_list{
	text-align:center;
	font-size:0;
	width:940px;
	margin:20px auto 0;
}
#business .busness_list li{
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	text-align:left;
	color:#006837;
	width:20%;
	padding:30px 15px 0;
	-webkit-box-sizing:border-box;
			-ms-box-sizing:border-box;
					box-sizing:border-box;
}
#business .busness_list li .thumb{
	width:100%;
	max-width:200px;
	margin:0 auto 20px;
	opacity:0;
	-webkit-transition:all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition:all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform:scale(0.6);
	-ms-transform:scale(0.6);
	transform:scale(0.6);
}
#business .busness_list li:nth-child(3n+2) .thumb{
	-webkit-transition:all 0.6s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition:all 0.6s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:all 0.6s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#business .busness_list li:nth-child(3n+3) .thumb{
	-webkit-transition:all 0.6s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition:all 0.6s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:all 0.6s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#business .busness_list li.show_on .thumb{
	opacity:1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
#business .busness_list li .thumb img{
	width:100%;
	height:auto;
}
#business .busness_list li h3{
	font-size:16px;
	margin-bottom:10px;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.2s;
	-ms-transition:all 0.6s 0.2s;
	transition:all 0.6s 0.2s;
}
#business .busness_list li:nth-child(3n+2) h3{
	-webkit-transition:all 0.6s 0.4s;
	-ms-transition:all 0.6s 0.4s;
	transition:all 0.6s 0.4s;
}
#business .busness_list li:nth-child(3n+3) h3{
	-webkit-transition:all 0.6s 0.6s;
	-ms-transition:all 0.6s 0.6s;
	transition:all 0.6s 0.6s;
}
#business .busness_list li.show_on h3{
	opacity:1;
	top:0;
	text-align: center;
}
#business .busness_list li p{
	font-size:14px;
	line-height:2;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.4s;
	-ms-transition:all 0.6s 0.4s;
	transition:all 0.6s 0.4s;
}
#business .busness_list li:nth-child(3n+2) p{
	-webkit-transition:all 0.6s 0.8s;
	-ms-transition:all 0.6s 0.8s;
	transition:all 0.6s 0.8s;
}
#business .busness_list li:nth-child(3n+3) p{
	-webkit-transition:all 0.6s 1s;
	-ms-transition:all 0.6s 1s;
	transition:all 0.6s 1s;
}
#business .busness_list li.show_on p{
	opacity:1;
	top:0;
}
#business .more{
	width:400px;
	height:40px;
	margin:80px auto 0;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#business .more.show_on{
	opacity:1;
	top:0;
}
#business .more a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:1.2;
	font-weight:bold;
	padding-top:0.7em;
	background-color:#006837;
	text-decoration:none;
	position:relative;
	-webkit-box-sizing:border-box;
			-ms-box-sizing:border-box;
					box-sizing:border-box;
}
#business .more a::after{
	content:"";
	width:34px;
	height:12px;
	background:url(images/2018/icon_arrow_white.svg) no-repeat center center;
	background-size:100% 100%;
	position:absolute;
	top:10px;
	right:12px;
	-webkit-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
}
#business .more a:hover::after{
	right:5px;
}
@media screen and (max-width:980px) {
#business .inner{
	margin:0 30px;
}
#business .busness_list{
	width:auto;
	margin:20px -30px 0;
}
#business .busness_list li{
	padding: 60px 30px 0;
}
}
@media screen and (max-width:767px) {
#business{
	padding:30px 0 150px;
	margin-top:-50px;
}
#business .inner{
	margin:0 15px;
}
#business .text h2{
	font-size:20px;
}
#business .text h2 span{
	font-size:40px;
	margin-bottom:10px;
}
#business h2 + p{
	font-size:16px;
	margin-top:20px;
}
#business h2 + p br{
	display:none;
}
#business h3{
	font-size:20px;
	margin-top:40px;
}
#business .busness_list{
	margin:20px -2% 0;
}
#business .busness_list li{
	width:50%;
	padding:30px 2% 0;
}
#business .busness_list li .thumb{
	-webkit-transition:all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	-ms-transition:all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	transition:all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
#business .busness_list li:nth-child(2n) .thumb{
	-webkit-transition:all 0.6s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	-ms-transition:all 0.6s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	transition:all 0.6s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
#business .busness_list li h4{
	font-size:14px;
	-webkit-transition:all 0.6s 0.2s !important;
	-ms-transition:all 0.6s 0.2s !important;
	transition:all 0.6s 0.2s !important;
}
#business .busness_list li:nth-child(2n) h4{
	-webkit-transition:all 0.6s 0.4s !important;
	-ms-transition:all 0.6s 0.4s !important;
	transition:all 0.6s 0.4s !important;
}
#business .busness_list li p{
	font-size:12px;
	-webkit-transition:all 0.6s 0.4s !important;
	-ms-transition:all 0.6s 0.4s !important;
	transition:all 0.6s 0.4s !important;
}
#business .busness_list li:nth-child(2n) p{
	-webkit-transition:all 0.6s 0.8s !important;
	-ms-transition:all 0.6s 0.8s !important;
	transition:all 0.6s 0.8s !important;
}
#business .more{
	width:100%;
	height:auto;
	margin:40px auto 0;
	text-align:center;
}
#business .more a{
	display:inline-block;
	width:auto;
	height:auto;
	font-size:12px;
	padding:0.7em 50px;
}
#business .more a::after{
	width:28.33px;
	height:10px;
	top:50%;
	right:10px;
	margin-top:-7px;
}
.business_end{
	height:100px;
	margin-top:-50px;
}
}

#access{
	position:relative;
	z-index:1;
	background-color:#fff;
	padding:200px 0 150px;
}
#access::before{
	content:"";
	width:100%;
	height:200px;
	position:absolute;
	top:-100px;
	left:0;
	z-index:0;
	background-color:#fff;
	-webkit-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	transform: skewY(-4deg);
}
#access::after{
	content:"";
	width:100%;
	height:200px;
	position:absolute;
	bottom:-100px;
	left:0;
	z-index:0;
	background-color:#fff;
	-webkit-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	transform: skewY(-4deg);
}
#access .inner{
	width:866px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
#access .map{
	position:absolute;
	top:-130px;
	right:0;
	z-index:1;
	width:600px;
	height:380px;
	overflow:hidden;
}
#access .map iframe{
	width:100%;
	height:100%;
}
#access .map .cover{
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	height:600px;
	margin-top:-300px;
	margin-left:-300px;
}
#access .map .cover::after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:1px;
	height:1px;
	margin-top:-400px;
	margin-left:-400px;
	border:solid 400px #fff;
	-webkit-transition:all 1s;
	-ms-transition:all 1s;
	transition:all 1s;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#access .map.show_on .cover::after{
	width:800px;
	height:800px;
	margin-top:-800px;
	margin-left:-800px;
}
#access .text{
	width:600px;
	min-height:380px;
	padding:50px 40px 30px 40px;
	background-color:#F5F5F5;
	-webkit-box-sizing:border-box;
			-ms-box-sizing:border-box;
					box-sizing:border-box;
	position:relative;
	top:30px;
	z-index:0;
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#access.show_on .text{
	opacity:1;
	top:0;
}
#access .text h2{
	font-size:20px;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#access.show_on .text h2{
	opacity:1;
	top:0;
}
#access .text h2 span{
	display:block;
	font-size:70px;
	line-height:1;
	font-family:'Oswald', sans-serif;
	font-weight:500;
	margin-bottom:30px;
	opacity:0;
}
#access .text h2 strong{
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.9s;
	-ms-transition:all 0.6s 0.9s;
	transition:all 0.6s 0.9s;
}
#access.show_on .text h2 strong{
	opacity:1;
	top:0;
}
#access .text h2 + p{
	font-size:16px;
	line-height:1.75;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s 1.1s;
	-ms-transition:all 0.6s 1.1s;
	transition:all 0.6s 1.1s;
}
#access.show_on .text h2 + p{
	opacity:1;
	top:0;
}
#access .text .more{
	width:230px;
	height:36px;
	margin-top:20px;
	position:relative;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s 1.3s;
	-ms-transition:all 0.6s 1.3s;
	transition:all 0.6s 1.3s;
}
#access.show_on .text .more{
	opacity:1;
	top:0;
}
#access .text .more a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background-color:#006837;
	position:relative;
}
#access .text .more a::after{
	content:"";
	width:34px;
	height:12px;
	background:url(images/2018/icon_arrow_white.svg) no-repeat center center;
	background-size:100% 100%;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-6px;
	margin-left:-17px;
	-webkit-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
}
#access .text .more a:hover::after{
	margin-left:-10px;
}
@media screen and (max-width:980px) {
#access{
	padding-top:400px;
}
#access .inner{
	width:auto;
	margin:0 30px;
}
#access .map{
	top:-330px;
}
#access .text{
	padding-top:80px;
}
#access .text h2 + p br.pc{
	display:none;
}
}
@media screen and (max-width:767px) {
#access{
	padding:50px 0 100px;
}
#access::before{
	height:100px;
	top:-50px;
}
#access::after{
	height:100px;
	bottom:-50px;
}
#access .map{
	position:relative;
	top:0;
	width:100%;
	height:300px;
}
#access .inner{
	margin:0 15px;
}
#access .text{
	width:100%;
	min-height:0;
	padding:30px 20px;
}
#access .text h2{
	font-size:16px;
}
#access .text h2 span{
	font-size:40px;
	margin-bottom:20px;
}
#access .text h2 + p{
	font-size:14px;
}
#access .text .more{
	width:180px;
	height:32px;
}
#access .text .more a::after{
	width:28.33px;
	height:10px;
	margin-top:-5px;
	margin-left:-14.16px;
}
#access .text .more a:hover::after{
	margin-left:-9.16px;
}
}

.footer18_pagetop,
.footer18_tour_list{
	display:none;
}

/* -------------------------------- 

Transition Layer 

-------------------------------- */
.cd-transition-layer {
  position:absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 120%;
  width: 100%;
  overflow: hidden;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}
.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-2%);
  -moz-transform: translateY(-50%) translateX(-2%);
  -ms-transform: translateY(-50%) translateX(-2%);
  -o-transform: translateY(-50%) translateX(-2%);
  transform: translateY(-50%) translateX(-2%);
  /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
  height: 100%;
  /* our sprite is composed of 25 frames */
  width: 2500%;
  background: #fff url(images/2018/ink.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.cd-transition-layer.visible {
  visibility: visible;
}
.cd-transition-layer.visible .bg-layer{
	background-color:transparent;
}
.cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 1.5s steps(24);
  -moz-animation: cd-sequence 1.5s steps(24);
  animation: cd-sequence 1.5s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.no-cssanimations .cd-transition-layer {
  display: none;
}

@-webkit-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
}
@-moz-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -moz-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -moz-transform: translateY(-50%) translateX(-98%);
  }
}
@keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
}





.sub_page {
	padding-top:40px;
}

.sub_page .main_visual{
	margin-top:-110px;
	height:666px;
	padding-bottom:50px;
	position:relative;
}
.sub_page .main_visual::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;

}

.sub_page.access .main_visual::before{
	background:url(images/2018/visual_access.jpg) no-repeat center center;
	background-size:cover;
}
.sub_page.corp .main_visual::before{
	background:url(images/2018/visual_corp.jpg) no-repeat center center;
	background-size:cover;
}
.sub_page.ceo .main_visual::before{
	background:url(images/2018/visual_message.jpg) no-repeat center center;
	background-size:cover;
}
.sub_page.profile .main_visual::before{
	background:url(images/2018/visual_profile.jpg) no-repeat center center;
	background-size:cover;
}
.sub_page.service .main_visual::before{
	background:url(images/2018/visual_service.jpg) no-repeat center center;
	background-size:cover;
}
.sub_page.vip .main_visual::before{
	background:url(images/2018/visual_vip.jpg) no-repeat center center;
	background-size:cover;
}
.sub_page .main_visual.show_on::before{
	opacity:1;
	left:0;
}
.sub_page .main_visual .inner{
	width:866px;
	/*height:766px;*/
	height:680px;
	margin:0 auto;
	display:table;
	position:relative;
	text-align:center;
}

.sub_page .main_visual .inner .text{
	display:table-cell;
	vertical-align:middle;
	color:#fff;
}

.sub_page.profile .main_visual .inner .text{
  color: #333;
}
.sub_page .main_visual .inner .text h1{
	font-size:20px;

}
.sub_page .main_visual .inner .text h1 span{
	display:block;
	font-size:70px;
	line-height:1;
	font-family:'Oswald', sans-serif;
	font-weight:500;
	margin-bottom:15px;
}

.sub_page.normal_page{
	margin-top: 100px;
}
.sub_page.normal_page .contents_bl_inner{
	margin-top: 50px;
}
.sub_page.normal_page .contents_bl_inner .wrap{
	    margin-bottom: 90px;
}
.sub_page.normal_page .contents_bl_inner h1{
	font-size: 34px;
	line-height: 1.6;
	padding-bottom: 50px;
	font-weight: bold;
}
.sub_page.normal_page .contents_bl_inner h2{
	font-size: 22px;
	line-height: 1.6;
	padding-bottom: 30px;
	font-weight: bold;
	color: #23af00;
}
.sub_page.normal_page.rule .contents_bl_inner strong{
	padding-bottom: 5px;
	line-height: 200%;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.sub_page.normal_page .contents_bl_inner p{
	line-height: 200%;
	padding-bottom: 50px;
}
.sub_page.normal_page .contents_bl_inner .normal_dl dt{
	padding-bottom: 5px;
	line-height: 200%;
}
.sub_page.normal_page .contents_bl_inner .normal_dl dd{
	line-height: 200%;
	padding-bottom: 30px;
}

.sub_page.normal_page .contents_bl_inner dd dl.info{
	padding: 20px 20px 0;
    border: 1px solid #ccc;
    margin: 20px 20px 30px;
}

.sub_page.normal_page .contents_bl_inner dd ol{
	margin-top: 30px;
	margin-left: 1.2em;
	list-style-type: decimal;
}
.sub_page.normal_page .contents_bl_inner dd ol li{
	line-height: 1.6;
	padding-bottom: 15px;
}

@media screen and (max-width:980px) {
.sub_page .main_visual .inner{
	width:100%;
}
.sub_page .main_visual .inner .text{
	padding:0 30px;
}
}
@media screen and (max-width:767px) {
.sub_page {
	padding-top:100px;
}
.sub_page .main_visual{
	height:auto;
	padding-bottom:0;
	margin-top: -140px;
}
.sub_page .main_visual::before{
	background:url(images/2018/visual_message.jpg) no-repeat left 35% center;
	background-size:cover;
}
.sub_page.access .main_visual::before{
	background:url(images/2018/visual_access.jpg) no-repeat left 35% center;
	background-size:cover;
}
.sub_page.corp .main_visual::before{
	background:url(images/2018/visual_corp.jpg) no-repeat left 35% center;
	background-size:cover;
}
.sub_page.ceo .main_visual::before{
	background:url(images/2018/visual_message.jpg) no-repeat left 35% center;
	background-size:cover;
}
.sub_page.profile .main_visual::before{
	background:url(images/2018/visual_profile.jpg) no-repeat left 35% center;
	background-size:cover;
}
.sub_page.vip .main_visual::before{
	background:url(images/2018/visual_vip.jpg) no-repeat left 35% center;
	background-size:cover;
}
	
.sub_page .main_visual .inner{
	height:auto;
}
.sub_page .main_visual .inner .text{
	padding:70px 15px;
}
.sub_page .main_visual .inner .text h1{
	font-size:16px;
}
.sub_page .main_visual .inner .text h1 span{
	font-size:40px;
	margin-bottom:10px;
}

	
}
@media screen and (max-width:640px) {	
	.sub_page.normal_page{
		margin-top: 0;
		padding-top: 0;
	}
}

.sub_page .contents_bl{
	position:relative;
	z-index:1;
	background-color:#fff;
	padding:100px 0 ;
}
.sub_page .contents_bl::before{
	content:"";
	width:100%;
	height:200px;
	position:absolute;
	top:-100px;
	left:0;
	z-index:0;
	background-color:#fff;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}
.sub_page .contents_bl_inner {
	max-width:1100px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index:1;
	margin-top: -100px;
}

.sub_page .contents_bl_inner * {
	color: #333333;
  font-size: 16px;
}
.sub_page .contents_bl_inner p {
	line-height: 200%;
}
.sub_page .contents_bl_inner p.text_link{
	text-align: right;
}
.sub_page .contents_bl_inner p.text_link a {
	color: #23af00;
}
.sub_page .contents_bl_inner p.text_link a::after {
	content:"\f105";font-family: "Font Awesome 5 Free";font-weight:bold;display:inline-block;padding-left: 5px;
}


@media screen and (max-width:1100px) {
  .sub_page .contents_bl_inner {
    padding: 0 20px;}
}
@media screen and (max-width:767px) {
	.sub_page .contents_bl{
	padding:60px 0;
}
  .sub_page .contents_bl::before{
   height:100px;
	 top:-10px;
   -webkit-transform: skewY(2deg);
	 -ms-transform: skewY(2deg);
	 transform: skewY(2deg);
  }
  .sub_page .contents_bl_inner {
    margin-top: -20px;
  }

}



/* -------------------------------- 

アクセス

-------------------------------- */
.sub_page.access .contents_bl_inner h2{
	font-size: 20px;
	margin-bottom: 25px;
}
.sub_page.access .contents_bl_inner p {
	margin-bottom: 50px;
}

.sub_page.access .map iframe{
	width:100%;
	height:500px;
}

@media screen and (max-width:767px) {
.sub_page.access .map iframe{
	height:300px;
}
}


/* -------------------------------- 

BUSINESS 法人・団体向けサービス

-------------------------------- */
.sub_page.corp .page_lead {
	margin-bottom: 50px;
}

.sub_page.corp .bl_01 {
  margin-bottom: 200px;
}
.sub_page.corp .busness_list_01{
	display: flex;
	flex-wrap: wrap;
}
.sub_page.corp .busness_list_01 li {
	float: left;
	display: inline;
	width: 50%;
	margin: 0 0 80px;
}
.sub_page.corp .busness_list_01 li:last-child {
  margin-bottom: 0;
}

.sub_page.corp .busness_list_01 li .inner {
	width: 90%;
	margin: 0 auto;

}
.sub_page.corp .busness_list_01 li .thumb {
	width: 100%;
	text-align: center;
}

.sub_page.corp .busness_list_01 li:nth-child(1) .thumb ,
.sub_page.corp .busness_list_01 li:nth-child(2) .thumb {
	height: 170px;
}
.sub_page.corp .busness_list_01 li:nth-child(3) .thumb ,
.sub_page.corp .busness_list_01 li:nth-child(4) .thumb {
	height: 215px;
}
.sub_page.corp .busness_list_01 li:nth-child(5) .thumb {
	height: 120px;
}
.sub_page.corp .busness_list_01 li .thumb img {
	max-width: 100%;
	margin: 0 auto;
}
.sub_page.corp .busness_list_01 li:nth-child(1) .thumb img {
	width: 131px;
	margin-top: 20px;
}
.sub_page.corp .busness_list_01 li:nth-child(2) .thumb img {
	width: 154px;
}
.sub_page.corp .busness_list_01 li:nth-child(3) .thumb img {
	width: 127px;
}
.sub_page.corp .busness_list_01 li:nth-child(4) .thumb img {
	width: 191px;
}
.sub_page.corp .busness_list_01 li:nth-child(5) .thumb img {
	width: 170px;
}


.sub_page.corp .busness_list_01 li h2 {
	font-size: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width:767px) {
  .sub_page.corp .bl_01 {
    margin-bottom: 70px;
  }

  .sub_page.corp .busness_list_01 li {
  width: 100%;
	margin: 0 0 40px;

}
  .sub_page.corp .busness_list_01 li h2 {
    font-size: 18px;
  }
}

.sub_page.corp .bl_02 {
  margin-bottom: 90px;
}
.sub_page.corp .bl_02 h2 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.6;
}
.sub_page.corp .bl_02 h2 span {
	color: #23af00;
  font-size: 36px;
}

.sub_page.corp .busness_list_02{
	text-align:center;
	font-size:0;
	width:970px;
	margin:20px auto 0;
}
.sub_page.corp .busness_list_02 li{
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	text-align:left;
	color:#006837;
	width:33.3%;
	padding:30px 40px ;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

.sub_page.corp .busness_list_02 li .thumb {
	height: 220px;
	margin: 0 auto 20px;;
	position: relative;
}

.sub_page.corp .busness_list_02 li .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  width: 150px;
}

.sub_page.corp .busness_list_02 li h3{
	color: #23af00;
	text-align: center;
	font-size:20px;
}


.sub_page.corp .busness_list_02 li p{
	font-size:14px;
	line-height:2;
	position:relative;
	top:30px;
	-webkit-transition:all 0.6s 0.4s;
	-ms-transition:all 0.6s 0.4s;
	transition:all 0.6s 0.4s;
}
@media screen and (max-width:980px) {

.sub_page.corp .busness_list_02{
	width:auto;
	margin:20px -30px 0;
}
.sub_page.corp .busness_list_02 li{
	padding: 60px 30px 0;
}

}
@media screen and (max-width:767px) {
.sub_page.corp .bl_02 h2 {
  font-size: 20px;
  margin-bottom: 20px
  }
.sub_page.corp .bl_02 h2 span {
  font-size: 20px;
}
  
.sub_page.corp .busness_list_02 li h3{ 
  font-size: 18px;
    }

.sub_page.corp .busness_list_02{
	margin:20px -2% 0;
}
.sub_page.corp .busness_list_02 li{
	width:100%;
	padding:30px 2% 0;
}
.sub_page.corp .busness_list_02 li .thumb {
  height: 34vw;
  margin-bottom: 0;
  }
.sub_page.corp .busness_list_02 li .thumb img {
  width: 30%;
  max-width: 120px;
}
}



/* お問い合わせ */

.sub_page.corp .contact_box {
  overflow:hidden;
  border: solid 1px #23af00;
  background: #fff;
  max-width: 876px;
  width: 100%;
  margin: 0 auto;
}
.sub_page.corp .contact_box .contact_box_tit {
  border-bottom: solid 1px #23af00;
  padding: 15px 30px;

}
.sub_page.corp .contact_box .contact_box_tit p {
  color: #23af00;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
}
.sub_page.corp .contact_box .wrap {
  padding: 15px 30px;
}
.sub_page.corp .contact_box .wrap div:first-child {
  float: left;
  display: inline;
  width: 450px;
}
.sub_page.corp .contact_box .wrap div:last-child {
  padding-top: 30px;
}
.sub_page.corp .contact_box p.tit_01 {
  font-size:16px;
  margin-bottom:0;
  font-weight:bold;
  line-height: 120%;
}
.sub_page.corp .contact_box .contact_tel {
  color:#23af00;
  font-weight:bold;
  font-size:40px;
  line-height:1;
  font-family:'arial',sans-serif;
  letter-spacing: -0.02em;
}
.sub_page.corp .contact_box .tel {
  display: none;
}

.sub_page.corp .contact_box .wrap div:last-child ul li {
  margin-bottom: 10px;
}

@media (max-width:850px) {
.sub_page.corp .contact_box {
    text-align: center;
  }
.sub_page.corp .contact_box .wrap div:first-child {
  float: none;
  display: block;
  width: 100%;
}
.sub_page.corp .contact_box .wrap div:last-child {
    padding-top: 0;
  }
}

@media (max-width:640px) {
.sub_page.corp .contact_box {
    text-align: left;
  }
.sub_page.corp .contact_box .contact_box_tit ,
.sub_page.corp .contact_box .wrap {
  padding: 10px 20px;
  }
.sub_page.corp .contact_box .contact_tel {
   display: none;
  }
.sub_page.corp .contact_box .tel {
  display: block;
  }
.sub_page.corp .contact_box .tel a {
  display:block;
  margin:10px 3px;
  border-radius:5px;
  font-size:1.6rem;
  position:relative;
  height:44px;
  line-height:42px;
  text-decoration:none;
  font-weight:bold;
  text-align: center;
  border:2px solid #23af00;
  color:#23af00;
  padding-left:10px;
  background:#fff;
  }
.sub_page.corp .contact_box .tel a::before {
  position:absolute;
  height:100%;
  top:0;
  content: "\f095";
  font-family:FontAwesome;
  position: absolute; 
  left: 5px;
  font-size: 3rem;
  transform: rotate(10deg);
  }

  
}

/* -------------------------------- 

VIP

-------------------------------- */

.sub_page.vip .page_lead {
  margin-bottom: 60px;
}
.sub_page.vip .bl_01 .wrap {
  margin-bottom: 80px;
}
.sub_page.vip .bl_01 .wrap .tit {
  font-size: 20px;
  margin-bottom: 35px;
	line-height: 1.4;
}
.sub_page.vip .bl_01 p {
	padding-bottom: 50px;
}
.sub_page.vip .bl_01 p span{
	color: #ef0000;
	font-weight: bold;
}

.sub_page.vip  .bl_02{
	margin-bottom: 80px;
}
.sub_page.vip  .bl_02 h2 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.6;
}
.sub_page.vip  .bl_02 h2 span {
	color: #23af00;
  font-size: 36px;
}

.sub_page.vip .benefit_list{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 30px;
}
.sub_page.vip .benefit_list::after{
	content: "";
	display: block;
}
.sub_page.vip .benefit_list li{
	flex-basis: 45%;
	text-align: center;
	padding-bottom: 50px;
}

.sub_page.vip .benefit_list li h3 {
	font-size: 20px;
  margin-bottom: 20px;
}
.sub_page.vip .benefit_list li h3 small{
	color: #333;
	font-weight: bold;
}

.sub_page.vip .benefit_list li .thumb{
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.sub_page.vip #gform .pre_q{
	background: #f4f4f4;
	padding: 20px ;
	margin-bottom: 20px;
}
.sub_page.vip #gform .pre_data_info{
	text-align: center;
	padding-bottom: 20px;
}
.sub_page.vip #gform .h_in_form{
	text-align: center;
	display: block;
	font-size: 20px;
}

@media screen and (max-width:767px) {
	.sub_page.vip .bl_01 .wrap {
		margin-bottom: 30px;
	}
	.sub_page.vip .benefit_list{
		flex-direction: column;
		flex-wrap: nowrap;
		padding: 0 ;
	}
	.sub_page.vip .benefit_list li{
		flex-basis: 90%;
	}
	.sub_page.vip .benefit_list li h3 {
		font-size: 20px;
		line-height: 1.4;
	}
	.sub_page.vip .benefit_list li img{
		max-width: 100%;
	}
	.sub_page.vip  .bl_02{
		margin-bottom: 30px;
	}
	.sub_page.vip .bl_02 h2,.sub_page.vip  .bl_02 h2 span{
		font-size: 24px;
		margin-bottom: 0;
	}
}

/* -------------------------------- 

MESSAGE 代表紹介・メッセージ

-------------------------------- */

.sub_page.ceo .page_lead {
  margin-bottom: 90px;
}
.sub_page.ceo .page_lead p{
  font-size: 34px;
  color: #23af00;
  font-weight: bold;
	line-height: 1.8;
}
.sub_page.ceo .bl_01 {
  padding-bottom: 100px;
}
.sub_page.ceo .bl_01 .wrap {
  margin-bottom: 90px;
}
.sub_page.ceo .bl_01 .wrap .tit {
  font-size: 20px;
  margin-bottom: 35px;
	line-height: 1.4;
}
.sub_page.ceo .bl_01 .wrap p {
  margin-bottom:25px;
}
.sub_page.ceo .bl_01 .wrap p:last-child {
  margin-bottom: 0;
}

.sub_page.ceo .bl_01 .sign {
  text-align: right;
}
.sub_page.ceo .bl_01 .sign p {
  font-family: "Sawarabi Mincho";
  line-height: 1;
  margin-bottom: 10px;
}
.sub_page.ceo .bl_01 .sign p.txt_02 {
  font-size: 30px;
  font-weight: bold;
}

.sub_page.ceo .bl_02 {
  border-bottom: solid 1px #23af00;
}
.sub_page.ceo .bl_02 .tit {
  border-top: solid 1px #23af00;
  border-bottom: solid 1px #23af00;
  font-size: 20px;
  color: #23af00;
  padding: 20px 30px;
}

.sub_page.ceo .bl_02 .inner {
  padding: 20px 30px;
}
.sub_page.ceo .bl_02 .inner p.txt_01 {
  font-size: 14px;
}
.sub_page.ceo .bl_02 .inner p.txt_02 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}

.sub_page.ceo .bl_02 .inner ul {
  margin-bottom: 80px;
}
.sub_page.ceo .bl_02 .inner ul li {
  margin-bottom: 15px;
}
.sub_page.ceo .bl_02 .inner ul li span {
  margin-right: 30px;
}
.sub_page.ceo .bl_02 .inner dl dt {
  margin-bottom: 30px;
  font-size: 18px;
}
.sub_page.ceo .bl_02 .inner dl dd {
  line-height: 200%;
  padding-bottom: 30px;
}


@media screen and (max-width:767px) {
.sub_page.ceo .page_lead {
  margin-bottom: 40px;
}
.sub_page.ceo .page_lead p{
  font-size: 20px;
  }
.sub_page.ceo .bl_01 .wrap .tit {
  font-size: 18px;
  }
.sub_page.ceo .bl_01 .wrap {
  margin-bottom: 40px;
}
.sub_page.ceo .bl_01 .wrap p {
  margin-bottom:30px;
}
.sub_page.ceo .bl_01 .sign p.txt_02 {
  font-size: 20px;
  }
.sub_page.ceo .bl_02 {
  margin-left: -20px;
  width : calc(100% + 40px) ;
  }
.sub_page.ceo .bl_02 .tit {
  font-size: 18px;
  padding: 20px;
}

.sub_page.ceo .bl_02 .inner {
  padding: 20px;
}  
}



/* -------------------------------- 

COMPANY DATA 会社概要

-------------------------------- */

.sub_page.profile {}

.sub_page dl.table_01 {
  border-top: solid 1px #ccc;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 8%;
}

.sub_page dl.table_01 dt {
  background: #eee;
  padding: 30px 10px;
  text-align: center;
  flex-basis: 20%;
  font-size: 18px;
  line-height: 1.8;
  border-bottom: solid 1px #ccc;
}

.sub_page dl.table_01 dt h2 {
  font-size: 18px;
}

.sub_page dl.table_01 dd {
  padding: 30px 34px;
  flex-basis: 80%;
  font-size: 16px;
  line-height: 1.8;
  border-bottom: solid 1px #ccc;
}

.sub_page dl.table_01 dd p + p{padding-top: 20px;}






@media (max-width: 640px), print {


  .sub_page dl.table_01 {
    flex-direction: column;
  }

  .sub_page dl.table_01 dt {
    text-align: left;
    padding: 4% 5%;
  }

  .sub_page dl.table_01 dd {
    text-align: left;
    padding: 4% 5%;
  }

}

/* -------------------------------- 

事業内容

-------------------------------- */
.sub_page.service .contents_bl_inner{
	margin-top: -80px;
}
.sub_page.service .page_lead {
	margin-bottom: 50px;
}

.sub_page.service .bl_01 {
  margin-bottom: 50px;
}
.sub_page.service .busness_list_01{
	display: flex;
	flex-wrap: wrap;
}
.sub_page.service .busness_list_01 li {
	float: left;
	display: inline;
	width: 50%;
	margin: 0 0 80px;
}


.sub_page.service .busness_list_01 li .inner {
	width: 90%;
	margin: 0 auto;

}
.sub_page.service .busness_list_01 li .thumb {
	width: 100%;
	text-align: center;
}

.sub_page.service .busness_list_01 li:nth-child(1) .thumb ,
.sub_page.service .busness_list_01 li:nth-child(2) .thumb {
	height: 170px;
}
.sub_page.service .busness_list_01 li:nth-child(3) .thumb ,
.sub_page.service .busness_list_01 li:nth-child(4) .thumb {
	height: 215px;
}
.sub_page.service .busness_list_01 li:nth-child(5) .thumb {
	height: 120px;
}
.sub_page.service .busness_list_01 li .thumb img {
	max-width: 100%;
	margin: 0 auto;
}
.sub_page.service .busness_list_01 li:nth-child(1) .thumb img {
	width: 131px;
	margin-top: 20px;
}
.sub_page.service .busness_list_01 li:nth-child(2) .thumb img {
	width: 154px;
}
.sub_page.service .busness_list_01 li:nth-child(3) .thumb img {
	width: 127px;
}
.sub_page.service .busness_list_01 li:nth-child(4) .thumb img {
	width: 191px;
}
.sub_page.service .busness_list_01 li:nth-child(5) .thumb img {
	width: 170px;
}


.sub_page.service .busness_list_01 li h2 {
	font-size: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width:767px) {
	.sub_page.service .contents_bl_inner{
		margin-top: -20px;
	}
  .sub_page.service .bl_01 {
    margin-bottom: 70px;
  }

  .sub_page.service .busness_list_01 li {
  width: 100%;
	margin: 0 0 40px;

}
  .sub_page.service .busness_list_01 li h2 {
    font-size: 18px;
  }
	.sub_page.service .busness_list_01 li .inner {
	width: 100%;
	}
	.sub_page.service .page_lead {
		margin-bottom: 0;
	}
	.sub_page.service .busness_list_01 li:last-child {
		margin-bottom: 0;
	}
}

.sub_page.service .bl_02 h2 {
	font-size: 36px;
	text-align: left;
	margin-bottom: 36px;
	line-height: 1.6;
}
.sub_page.service .bl_02 h2 span {
	color: #23af00;
  font-size: 36px;
}

.sub_page.service .busness_list_02{
	text-align:center;
	font-size:0;
	width:970px;
	margin:20px auto 0;
}
.sub_page.service .busness_list_02 li{
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	text-align:left;
	color:#006837;
	width:33.3%;
	padding:30px 40px ;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

.sub_page.service .busness_list_02 li .thumb {
	height: 220px;
	margin: 0 auto ;
	position: relative;
}

.sub_page.service .busness_list_02 li .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  width: 150px;
}

.sub_page.service .busness_list_02 li h3{
	color: #23af00;
	text-align: center;
	font-size:20px;
	line-height: 1.4;
}


.sub_page.service .busness_list_02 li p{
	font-size:14px;
	line-height:2;
	padding-top: 20px;
}
@media screen and (max-width:980px) {

	.sub_page.service .busness_list_02{
		width:auto;
		margin:20px -30px 0;
	}
	.sub_page.service .busness_list_02 li{
		padding: 60px 30px 0;
	}

}
@media screen and (max-width:767px) {
.sub_page.service .bl_02 h2 {
  font-size: 20px;
  margin-bottom: 20px
  }
.sub_page.service .bl_02 h2 span {
  font-size: 20px;
}
  
.sub_page.service .busness_list_02 li h3{ 
  font-size: 18px;
    }

.sub_page.service .busness_list_02{
	margin:0 -2% 0;
}
.sub_page.service .busness_list_02 li{
	width:100%;
	padding:0px 2% 30px;
}
.sub_page.service .busness_list_02 li .thumb {
  height: 34vw;
  margin-bottom: 0;
  }
.sub_page.service .busness_list_02 li .thumb img {
  width: 30%;
  max-width: 120px;
}
}


