@charset "utf-8";

/* OISHISHODO */

/* Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* style
-------------------------------------------------------------- */
html {

}
body {
	opacity: 0;font-family: 'Zen Maru Gothic', sans-serif;
	background: #fff;
	font-size: 14px;
	line-height: 1.8em;
	color: #000;
	-webkit-text-size-adjust: none;
	/* overflow: hidden; */
}

p { line-height: 1.8em; }
a {
	color: #EF8200;
	text-decoration: none;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}
a:hover {
	opacity: 0.5;
		filter: alpha(opacity=50);        /* ie lt 8 */
		-ms-filter: "alpha(opacity=50)";  /* ie 8 */
		-moz-opacity:0.5;                /* FF lt 1.5, Netscape */
		-khtml-opacity: 0.5;             /* Safari 1.x */
}
img { max-width: 100%; }


.outline {

}
.non_pc { display: none !important; }
.ml0 { margin-left: 0 !important; }
.mr0 { margin-right: 0 !important; }


/*** clearfix ***/
/* :after対応のモダンブラウザ用 */
.clearfix:after {
 content: ".";  /* 新しい要素を作る */
 display: block;  /* ブロックレベル要素に */
 clear: both;
 height: 0;
 visibility: hidden;
}

/* :after非対応のIE7用 */
.clearfix {
 min-height: 1px;
}

/* IE6、macIE4,5用 */
* html .clearfix {
 height: 1px;
 /*\*//*/
 height: auto;
 overflow: hidden;
 /**/
}


/**********************************************************/
/* Common */
/**********************************************************/
.outline {
	position: relative;
	min-width: 1060px;
}
.main {
	position: relative;	
}

.non_pc {
	display: none !important;
}

/*** header *********************************************/
header {
	position: fixed;
	top: -110px;
	left: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	z-index: 10000;
	transition: top 0.5s ease;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-ms-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	background: no-repeat;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 30%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 30%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=0 );
}
header.active { top: 0; }

header h1 {
	float: left;
	margin: 20px 0 0 20px;
}
header h1 a {
	display: block;
	width: 80px;
	height: 85px;
	background: url("../images/img_logo.png") no-repeat center center;
	background-size: contain;
	overflow: auto;
	text-indent: -9999px;
}
.ie8 header h1 a {
	background: url("../images/img_logo_ie.png") no-repeat center center;	
}
header .gmenu {
	float: right;
	margin: 15px 20px 0 0;
}
header .gmenu ul {
	display: flex;
	align-items: center;
}
header .gmenu ul li.ml {margin-left: 20px;}
header .gmenu ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	color: #000;
	padding: 0 10px;
	letter-spacing: 0.05em;
}
header .gmenu ul li a img {
	width: 40px;
	margin: 5px -3px 0 -3px;
	max-width: 40px;
}

/*** footer *********************************************/
footer {margin-top: 0;}
footer .inner {
	width: auto;
	margin: 0 auto;
	padding: 110px 0 60px 0;
}

footer .copyright {
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding: 0;
	text-align: center;
}
footer .copyright span {
}


/**********************************************************/
/* Index */
/**********************************************************/

#index {
	
}

#index .main {
	position: relative;
}

#index .main .visual {
	position: relative;
	height: 1000px;
	overflow: hidden;
}


#index .main .visual .note {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #777;
	background: #fff;
	line-height: 1em;
	padding: 5px 10px;
	opacity: 1;
	/* border-radius: 8px; */
	font-size: 12px;
	box-sizing: border-box;
}

#index .main .visual .character_box {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	/* background: url("../images/img_dummy.png") no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover; */
	/* background: url(../images/img_character_all.jpg) no-repeat center center; */
	background-size: 100% auto;
}
#index .main .visual .character_box .img_logo,
#index .main .visual .character_box > div img {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
}
#index .main .visual .character_box .img_logo img { display: block; }
#index .main .visual .character_box .active {
	display: block;
 	-webkit-animation: animation 2000ms linear both;
 	animation: animation 2000ms linear both;
}
#index .main .visual .character_box .img_logo {top: 46.9%;left: 50.5%;z-index: 100;}

#index .main .visual .character_box .img_character1 {top: 23.2%;left: 12%;}
#index .main .visual .character_box .img_character2 {top: 19.3%;left: 36.9%;}
#index .main .visual .character_box .img_character3 {top: 21.4%;left: 65.9%;}
#index .main .visual .character_box .img_character4 {top: 18.9%;left: 86.1%;}
#index .main .visual .character_box .img_character5 {top: 46.3%;left: 14.6%;}
#index .main .visual .character_box .img_character6 {top: 52.8%;left: 37.3%;}
#index .main .visual .character_box .img_character7 {top: 49.5%;left: 65.5%;}
#index .main .visual .character_box .img_character8 {top: 46.2%;left: 85.4%;}
#index .main .visual .character_box .img_character9 {top: 79.6%;left: 16.1%;}
#index .main .visual .character_box .img_character10 {top: 83.9%;left: 39.8%;}
#index .main .visual .character_box .img_character11 {top: 79.7%;left: 66%;}
#index .main .visual .character_box .img_character12 {top: 79.5%;left: 86.8%;}
#index .main .visual .character_box .img_character13 { top: 82.7%; left: 68.3%;}
#index .main .visual .character_box .img_character14 { top: 77%; left: 89%;}


@keyframes animation { 
  0% { -webkit-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.41% { -webkit-transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.61% { -webkit-transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.81% { -webkit-transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.52% { -webkit-transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.13% { -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.54% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.96% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  74.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  89.79% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}
@-webkit-keyframes animation { 
  0% { -webkit-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.41% { -webkit-transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.61% { -webkit-transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.81% { -webkit-transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.52% { -webkit-transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.13% { -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.54% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.96% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  74.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  89.79% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

@keyframes animation2 { 
  0% { -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.3% { -webkit-transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.61% { -webkit-transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.91% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.22% { -webkit-transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.33% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  39.44% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  61.66% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}
@-webkit-keyframes animation2 { 
  0% { -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.3% { -webkit-transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.61% { -webkit-transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.91% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.22% { -webkit-transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.33% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  39.44% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  61.66% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}


#index .main .visual .bt_scroll {
	display: block;
	display: none;
	position: absolute;
	left: 50%;
	bottom: 40px;
	margin: 0 0 0 -22px;
	width: 43px;
	height: 28px;
	background: url("../images/bt_scroll.png") no-repeat center center;
	background-size: 43px auto;
	-webkit-background-size: 43px auto;
	-moz-background-size: 43px auto;
	-ms-background-size: 43px auto;
	-o-background-size: 43px auto;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-animation: scroll 750ms ease-in infinite alternate both;
	animation: scroll 750ms ease-in infinite alternate both;
	opacity: 0;
	z-index: 100;
}

.ie8 #index .main .visual .bt_scroll {
	background: url("../images/bt_scroll_ie.png") no-repeat center center;
}

@keyframes scroll {	0% {bottom: 40px;} 100% {bottom: 30px;} }
@-webkit-keyframes scroll {	0% {bottom: 40px;} 100% {bottom: 30px;} }
.sec {
	position: relative;
	background: #EFF0E6;
}
.sec::before, 
.service::after {
	background: url(../images/bg_round1.png?v=1) no-repeat center top;
	background-size: 100% 50px;
	content: "";
	position: absolute;
	top: -50px;
	width: 100%;
	height: 50px;
	left: 0;
}
.service::after {
	background-image: url(../images/bg_round2_2.png?v=1); 
	top: auto;
	bottom: -50px
}
.sec h2 {
	font-size: 44px;
	font-weight: 900;
	text-align: center;
	line-height: 1em;
	margin-top: -99px;
}
.sec h2 span {
	display: block;
	font-weight: 900;
	transition: all ease 1s;
	opacity: 0;
	letter-spacing: 0.2em;
}
.sec.active h2 span {
	opacity: 1;
	letter-spacing: 0.05em;
}
.sec h2::before {
	content: "ABOUT";
	display: block;
	top: 0;
	width: 100%;
	letter-spacing: 0.05em;
	color: #faecde;
	margin-bottom: 110px;
}
.sec > .inner {
	width: 90%;
	margin:  0 auto;
	position: relative;
	padding: 10px 0 50px 0;
}
.about {
	margin-top: 150px;
	padding-bottom: 140px;
	background: rgb(248 236 224);
	background: -moz-linear-gradient(top,  rgba(239,240,230,1) 0%, rgba(245,246,240,1) 100%);
	background: -webkit-linear-gradient(top,  rgb(248 236 224) 0%,rgba(245,246,240,1) 100%);
	background: linear-gradient(to bottom,  rgb(248 236 224) 0%,rgb(246 243 240) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0e6', endColorstr='#f5f6f0',GradientType=0 );
}
.about > .inner {
	width: 98%;
}

.about .lead {
	font-size: 20px;
	text-align: center;
	margin-top: 22px;
	position: relative;
	transition: all ease 1s;
	opacity: 0;
}
.sec.active .lead {
	opacity: 1;
}
.about .lead::before {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	width: 210px;
	height: 13px;
	left: 50%;
	top: 22px;
	transform: translate(-50%, 0);
	border-radius: 100px;
}
.about .lead span {
	display: block;
	position: relative;
}
.about .comparebox {
	display: flex;
	width: 1200px;
	margin: 80px auto 110px auto;
	justify-content: space-between;
	height: 587px;
	opacity: 0;
	transition: 1s ease all;
	position: relative;
	top: 20px;
}
@media screen and (max-width: 1300px) {
	.about .comparebox {
		width: 1170px;
	}
}
.about .comparebox.active.show {
	opacity: 1;
	height: auto;
	top: 0;
}
.about .comparebox .box {
	width: 570px;
}
.about .comparebox .box .tab_inner {
	position: relative;
	height: 510px;
}
.about .comparebox .box .tab_inner > div {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 510px;
	width: 100%;
	pointer-events: none;
}
.about .comparebox .box .tab_inner > div.active {
	opacity: 1;
	pointer-events: auto;
}
.about .comparebox .box .tab {
	display: flex;
	justify-content: center;
	margin-bottom: 27px;
}
.about .comparebox .box .tab > a {
	display: block;
	color: #b7a38f;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 50px;
	text-align: center;
	width: 100px;
	border-radius: 10px;
	margin: 0 8px;
	position: relative;
	background: #e6ddd4;
}
.about .comparebox .box .tab > a.active {
	color: #fff;
	background: rgb(235,128,36);
	background: -moz-linear-gradient(left,  rgba(235,128,36,1) 0%, rgba(213,37,37,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(235,128,36,1) 0%,rgba(213,37,37,1) 100%);
	background: linear-gradient(to right,  rgba(235,128,36,1) 0%,rgba(213,37,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb8024', endColorstr='#d52525',GradientType=1 );
}
.about .comparebox .box.tori .tab > a.active {
	color: #fff;
	background: #7B459D;
	background: -moz-linear-gradient(left,  rgba(85,180,164,1) 0%, rgba(97,174,208,1) 100%);
	background: -webkit-linear-gradient(left,  #7B459D 0%,#BA3F84 100%);
	background: linear-gradient(to right,  #7B459D 0%,#BA3F84 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55b4a4', endColorstr='#61aed0',GradientType=1 );
}
.about .comparebox .box .tab > a::before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #e5ddd4;
	border-width: 10px;
	margin-left: -10px;
	transform: scale(0.8, 1);
}
.about .comparebox .box .tab > a.active::before {
	border-top-color: #e15925;
}
.about .comparebox .box.tori .tab > a.active::before {
		border-top-color: #9b4393;
}

.about .comparebox .compare {
	overflow: visible;
}
.about .comparebox .compare img {
	border-radius: 20px;
}
.about .comparebox .compare .twentytwenty-overlay {
	display: none;
}
.twentytwenty-handle {
	bottom: -50px;
	top: auto;
}
.twentytwenty-handle::before {
	background: url(../images/bt_ebi3.png) no-repeat center center !important;
	background-size: contain !important;
	width: 252px !important;
	height: 181px !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
	z-index: 100 !important;
	box-shadow: none !important;
}
.tori .twentytwenty-handle::before {
	background-image: url(../images/bt_tori3.png) !important;
}
.twentytwenty-handle::after {
	background: #e05225 !important;
	margin-left: -3px !important;
	height: 538px !important;
	top: auto !important;
	bottom: 50%;
	box-shadow: none !important;
}
@media screen and (max-width: 1200px) {
	.about .comparebox {
		width: 1030px;
	}
	.about .comparebox .box {
		width: 500px;
	}
	.twentytwenty-handle::after {
		height: 446px !important;
	}
}
.tori .twentytwenty-handle::after {
	background: #9b4292 !important;
}
	
.service {background: #f8ece0;background: -moz-linear-gradient(top,  rgba(231,233,218,1) 0%, rgba(240,242,233,1) 100%);background: -webkit-linear-gradient(top,  #f8ece0 0%,#FCF4EA 100%);background: linear-gradient(to bottom,  #f8ece0 0%,#FCF4EA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e9da', endColorstr='#f0f2e9',GradientType=0 );padding-bottom: 50px;position: relative;z-index: 100;}
.service::before {
	background-image: url(../images/bg_round2.png?v=1);
}
.service h2::before {
	content: "SERVICE";
	color: #f1e5d8;
}
.service .fbox {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.service .fbox .box {
	background: #fff;
	width: 31.8%;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 50px 0 40px 0;
	background: url(../images/bg_service1.png) no-repeat center center;
	background-size: cover;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	transition: all ease 1s;
	opacity: 0;
	position: relative;
	transform: scale(0.95);
}
.service .fbox.active .box {
	opacity: 1;
	transform: scale(1);
}
.service .fbox .box:nth-child(2) {
	background-image: url(../images/bg_service2.png);
	transition-delay: 0.2s;
}
.service .fbox .box:nth-child(3) {
	background-image: url(../images/bg_service3.png);
	transition-delay: 0.4s;
}
.service .fbox .box:nth-child(3) .title {
	font-size: 44px;
}
.service .fbox .box .title {font-size: 47px;font-weight: 900;text-align: center;color: #e7933e;letter-spacing: 0.05em;line-height: 1.1em;}
.service .fbox .box .title .mini {
	font-size: 19px;
	display: block;
	font-weight: 700;
	line-height: 1.1em;
	margin: 10px 0;
}
.service .fbox .box .text {
	font-size: 16px;
	margin: 25px 8%;
	text-align: justify;
	max-width: 300px;
}
.contact {
	background: #F5E2CB;
	width: 1040px;
	margin: 40px auto 0 auto;
	padding: 10px 0 55px 0;
	text-align: center;
	position: relative;
	margin-top: 120px;
	transition: all ease 1s;
	opacity: 0;
	position: relative;
	top: -20px;
}
.contact.active {
	opacity: 1;
	top: 0;
}
.contact::before {
	content: "";
	top: -74px;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #000;
	border-width: 30px;
	margin-left: -30px;
}
.contact h3 {
	font-size: 30px;
	letter-spacing: 0.05em;
	margin-top: -26px;
	font-weight: 900;
}
.contact .lead {
	font-size: 20px;
	text-align: center;
	position: relative;
	letter-spacing: 0.1em;
	margin-top: 60px;
}
.contact .lead::before {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	width: 750px;
	height: 13px;
	left: 50%;
	top: 26px;
	transform: translate(-50%, 0);
	border-radius: 100px;
}
.contact .lead span {
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 28px;
}
.contact .text {
	font-size: 14px;
	margin-top: 20px;
}
.contact .bt_contact {
	display: block;
	width: 680px;
	margin: 30px auto 0 auto;
	background: #e7933d;
	color: #fff;
	padding: 27px 0;
	border-radius: 100px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	transition: 0.3s ease all;
}
.contact .bt_contact::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/icon_mail2.png?v=1) no-repeat center center;
	background-size: 40px auto;
	margin: 0 10px 0 0;
}
.contact .bt_contact:hover {
	opacity: 1;
	background: #ff8910;
	transform: scale(1.03);
}
.profile {
	position: relative;
	background: #FCF4EA;
	transition: all ease 1s;
	opacity: 0;
}
.profile.active {
	opacity: 1;
}
.profile::before {
	background: url(../images/img_profile.jpg) no-repeat center center;
	background-size: cover;
	content: "";
	width: 100%;
	height: 660px;
	display: block;
}
.profile > .inner {
	padding: 10px 0 10px 0;
}
.profile h2 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: -117px;
	align-items: center;
	transition: all ease 1s;
	opacity: 0;
	top: 20px;
	position: relative;
}
.profile h2.active {
	opacity: 1;
	top: 0;
}
.profile h2 .label {
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 4px 18px 6px 18px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.profile h2 img {
	width: 250px;
	margin-top: 30px;
}
.profile h2 .en {
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-top: 14px;
}
.profile > .inner > .text {
	letter-spacing: 0.1em;
	background: #fff;
	width: 1000px;
	font-size: 18px;
	text-align: center;
	padding: 46px 0;
	margin: 43px auto 0 auto;
	line-height: 2em;
	transition: all ease 1s;
	opacity: 0;
	top: 20px;
	position: relative;
}
.profile > .inner > .text.active {
	opacity: 1;
	top: 0;
}
.profile .activity {width: 1000px;margin: 56px auto 0 auto;
	transition: all ease 1s;
	opacity: 0;
	top: 20px;
	position: relative;
}
.profile .activity.active {
	opacity: 1;
	top: 0;
}
.profile .activity h3 {font-size: 30px;font-weight: bold;letter-spacing: 0.05em;}
.profile .activity ul {border-bottom: 2px solid #fff;margin-top: 25px;font-size: 15px;}
.profile .activity ul li {border-top: 2px solid #fff;padding: 11px 0;letter-spacing: 0.05em;line-height: 1.8em;}
.profile .fbox {display: flex;justify-content: space-between;width: 90%;margin: 70px auto 0 auto;}
.profile .fbox .box {
	background: #fff;width: 31.8%;border-radius: 20px;display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 40px 0 40px 0;position: relative;box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	transition: opacity 0.8s ease;
	opacity: 0;
}
.profile .fbox.active .box {
	animation: bound-anim 3s infinite;
	opacity: 1;
}
.profile .fbox .box:nth-child(2) {
	animation-delay: +0.2s;
	transition-delay: +0.2s;
}
.profile .fbox .box:nth-child(3) {
	animation-delay: +0.4s;
	transition-delay: +0.4s;
}
@keyframes bound-anim {
	0%,50% {top: 0;transform: scale(1);}
	8% {top: -15px;}
	10% {transform: scale(1);}
	30% {top: 10px;transform: scale(1.02,0.98);}
}
.profile .fbox .box p {font-size: 22px;font-weight: 700;text-align: center;letter-spacing: 0.05em;line-height: 1.7em;}
.profile .fbox .box p span {font-weight: 700;color: #e7933e;}
@media screen and (max-width: 1200px) {
	.profile .fbox .box p {font-size: 18px; }
}
.profile .fbox .box::before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}
.profile .contact {
	margin-top: 100px;
	margin-bottom: -60px;
}
.profile .contact::before {
	display: none;
}


/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/

@media screen and (max-width: 767px) {
	.non_pc {
		display: block !important;
	}
	.non_sp {
		display: none !important;
	}

	.outline {
		position: relative;
		min-width: 320px;
	}
	.main {
		position: relative;	
	}
	/*** header *********************************************/
	
	header h1 {
		float: left;
		margin: 10px 0 0 12px;
	}
	header h1 a {
		display: block;
		width: 45px;
		height: 49px;
		background: url("../images/img_logo.png") no-repeat center center;
		background-size: contain;
		overflow: auto;
		text-indent: -9999px;
	}
	.ie8 header h1 a {
		background: url("../images/img_logo_ie.png") no-repeat center center;	
	}
	header .gmenu {
		float: right;
		margin: 20px 8px 0 0;
	}
	header .gmenu ul {
		display: flex;
		align-items: center;
	}
	header .gmenu ul li.ml {margin-left: 0;}
	header .gmenu ul li a {
		display: block;
		height: 24px;
		line-height: 24px;
		font-size: 11px;
		color: #000;
		padding: 0 5px;
		letter-spacing: 0;
	}
	header .gmenu ul li a img {
		width: 24px;
		margin: 0 0px 0 0px;
		max-width: 24px;
	}
	/*** footer *********************************************/
	footer {
	}
	footer .inner {
		padding: 60px 0 30px 0;
	}

	footer .copyright {
		width: 222px;
		margin: 0 auto;
		font-size: 10px;
		letter-spacing: 0.1em;
		padding: 0 0 0 15px;
	}
	footer .copyright span {
		font-size: 18px;
		display: block;
		margin: 0px 3px 0px 0;
		float: left;
	}


	/**********************************************************/
	/* Index */
	/**********************************************************/

	#index {

	}

	#index .main {
		position: relative;
	}

	#index .main .visual {
		position: relative;
		overflow: hidden;
	}
	#index .main .visual .note {
		width: 350px;
		position: absolute;
		right: auto;
		bottom: 10px;
		color: #777;
		/* background: #fff; */
		line-height: 1em;
		padding: 8px 0;
		opacity: 1;
		/* border-radius: 18px; */
		font-size: 10px;
		left: 50%;
		text-align: center;
		margin-left: -175px;
	}

	#index .main .visual .anime_box img {
		display: block;
		display: none;	
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0 0 0 0;
	}
	#index .main .visual img.img1_1 { display: block; }

	#index .main .visual .bt_skip {
		display: block;
		position: absolute;
		left: 50%;
		bottom: 20px;
		margin: 0 0 0 -20px;
		width: 40px;
		height: 27px;
		background: url("../images/bt_logo_skip.png") no-repeat top center;
		background-size: 40px auto;
		-webkit-background-size: 40px auto;
		-moz-background-size: 40px auto;
		-ms-background-size: 40px auto;
		-o-background-size: 40px auto;
		text-indent: -9999px;
		overflow: hidden;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}
	#index .main .visual .bt_skip.active,
	#index .main .visual .bt_skip:hover {
		opacity: 1;	
		background-position: bottom center;
	}

	#index .main .visual .character_box {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		/* background: url(../images/img_character_all_sp.jpg) no-repeat center center; */
		background-size: cover;
	}
	#index .main .visual .character_box .img_logo,
	#index .main .visual .character_box > div img {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
	}
	#index .main .visual .character_box .img_logo img { display: block; }
	#index .main .visual .character_box .active {
		display: block;
		-webkit-animation: animation 2000ms linear both;
		animation: animation 2000ms linear both;
	}
	#index .main .visual .character_box .img_logo { top: 48.2%; left: 50.8%; z-index: 100; }

	#index .main .visual .character_box .img_character1 {top: 2.5%;left: 19.2%;}
	#index .main .visual .character_box .img_character2 {top: 1.6%;left: 55.1%;}
	#index .main .visual .character_box .img_character3 {top: 0.3%;left: 82.7%;}
	#index .main .visual .character_box .img_character4 {top: 29.9%;left: 20.3%;}
	#index .main .visual .character_box .img_character5 {top: 32.5%;left: 71.7%;}
	#index .main .visual .character_box .img_character6 {top: 58.2%;left: 29.3%;}
	#index .main .visual .character_box .img_character7 {top: 44.1%;left: 84.4%;}
	#index .main .visual .character_box .img_character8 {top: 74.5%;left: 20.1%;}
	#index .main .visual .character_box .img_character9 {top: 67%;left: 60.8%;}
	#index .main .visual .character_box .img_character10 {top: 71.2%;left: 81.5%;}
	#index .main .visual .character_box .img_character11 { top: 73.6%; left: 45.2%;}
	#index .main .visual .character_box .img_character12 { top: 63.5%; left: 60.8%;}
	#index .main .visual .character_box .img_character13 { top: 82.7%; left: 68.3%;}
	#index .main .visual .character_box .img_character14 { top: 77%; left: 89%;}

	/*
	#index .main .visual .character_box .img_logo { top: 53.3%; left: 50.9%;}

	#index .main .visual .character_box .img_character1 { top: 16.5%; left: 14.1%;}
	#index .main .visual .character_box .img_character2 { top: 22%; left: 40.4%;}
	#index .main .visual .character_box .img_character3 { top: 32.8%; left: 74%;}
	#index .main .visual .character_box .img_character4 { top: 53%; left: 24.1%;}
	#index .main .visual .character_box .img_character5 { top: 25.9%; left: 44.5%;}
	#index .main .visual .character_box .img_character6 { top: 37.8%; left: 62.2%;}
	#index .main .visual .character_box .img_character7 { top: 40.2%; left: 71.1%;}
	#index .main .visual .character_box .img_character8 { top: 30%; left: 89.2%;}
	#index .main .visual .character_box .img_character9 { top: 74.7%; left: 12.7%;}
	#index .main .visual .character_box .img_character10 { top: 76.8%; left: 22.8%;}
	#index .main .visual .character_box .img_character11 { top: 73.5%; left: 45.2%;}
	#index .main .visual .character_box .img_character12 { top: 84.7%; left: 60.8%;}
	#index .main .visual .character_box .img_character13 { top: 95.2%; left: 68.3%;}
	#index .main .visual .character_box .img_character14 { top: 76.8%; left: 89%;}
	*/

	@keyframes animation { 
		0% { -webkit-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		6.41% { -webkit-transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		9.61% { -webkit-transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		12.81% { -webkit-transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		20.52% { -webkit-transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		28.13% { -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		43.54% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		58.96% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		74.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		89.79% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
	}
	@-webkit-keyframes animation { 
		0% { -webkit-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		6.41% { -webkit-transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		9.61% { -webkit-transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		12.81% { -webkit-transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		20.52% { -webkit-transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		28.13% { -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		43.54% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		58.96% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		74.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		89.79% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
	}

	#index .main .about .copy,
	#index .main .about .box a,
	#index .main .profile img,
	#index .main .company img {
		transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-moz-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		-o-transition: opacity 0.5s ease;
	}
	#index .main .about .copy.active,
	#index .main .about .box a.active,
	#index .main .profile img.active,
	#index .main .company img.active {
		opacity: 1;
		-webkit-animation: animation2 2000ms linear both;
		animation: animation2 2000ms linear both;
	}
	@keyframes animation2 { 
		0% { -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		4.3% { -webkit-transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		8.61% { -webkit-transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		12.91% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		17.22% { -webkit-transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		28.33% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		39.44% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		61.66% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		83.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
	}
	@-webkit-keyframes animation2 { 
		0% { -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		4.3% { -webkit-transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		8.61% { -webkit-transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		12.91% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		17.22% { -webkit-transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		28.33% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		39.44% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		61.66% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		83.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
	}
	#index .main .visual .bt_scroll {
		display: block;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 50px;
		margin: 0 0 0 -13px;
		width: 33px;
		height: 22px;
		background: url("../images/bt_scroll.png") no-repeat center center;
		background-size: 33px auto;
		-webkit-background-size: 33px auto;
		-moz-background-size: 33px auto;
		-ms-background-size: 33px auto;
		-o-background-size: 33px auto;
		text-indent: -9999px;
		overflow: hidden;
		-webkit-animation: scroll 750ms ease-in infinite alternate both;
		animation: scroll 750ms ease-in infinite alternate both;
		opacity: 0;
		z-index: 100;
	}
	@keyframes scroll {	0% {bottom: 50px;} 100% {bottom: 40px;} }
	@-webkit-keyframes scroll {	0% {bottom: 30px;} 100% {bottom: 20px;} }
	.sec {
		position: relative;
		/* background: #EFF0E6; */
	}
	.sec::before, 
	.service::after {
		background: url(../images/bg_round1.png?v=1) no-repeat center top;
		background-size: 100% 20px;
		content: "";
		position: absolute;
		top: -20px;
		width: 100%;
		height: 20px;
		left: 0;
	}
	.service::after {
		background-image: url(../images/bg_round2_2.png?v=1);
		top: auto;
		bottom: -20px;
	}
	.sec h2 {
		font-size: 30px;
		font-weight: 900;
		text-align: center;
		line-height: 1.3em;
		margin-top: -61px;
	}
	.sec h2 span {
		display: block;
		font-weight: 900;
		transition: all ease 1s;
		opacity: 0;
		letter-spacing: 0.2em;
	}
	.sec.active h2 span {
		opacity: 1;
		letter-spacing: 0.05em;
	}
	.sec h2::before {
		content: "ABOUT";
		display: block;
		top: 0;
		width: 100%;
		letter-spacing: 0.05em;
		/* color: #eff0e6; */
		margin-bottom: 52px;
	}
	.sec > .inner {
		width: 90%;
		margin:  0 auto;
		position: relative;
		padding: 10px 0 74px 0;
	}
	.about {
		margin-top: 100px;
		padding-bottom: 60px;
	}
	.about .lead {
		font-size: 16px;
		text-align: center;
		margin-top: 15px;
		position: relative;
		transition: all ease 1s;
		opacity: 0;
	}
	.sec.active .lead {
		opacity: 1;
	}
	.about .lead::before {
		content: "";
		display: block;
		position: absolute;
		background: #fff;
		width: 170px;
		height: 10px;
		left: 50%;
		top: 19px;
		transform: translate(-50%, 0);
		border-radius: 100px;
	}
	.about .lead span {
		display: block;
		position: relative;
	}
	.about .comparebox {
		display: block;
		width: 330px;
		margin: 46px auto 70px auto;
		justify-content: space-between;
		height: 852px;
		top: 0;
		opacity: 1;
	}
	.about .comparebox .box {
		width: 100%;
		/* display: flex; */
		/* flex-direction: column-reverse; */
		opacity: 0;
		transition: 1s ease all;
		position: relative;
		top: 20px;
	}
	.about .comparebox.active .box.show {
		opacity: 1;
		height: auto;
		top: 0;
	}
	.about .comparebox .box.tori {
	margin-top: 130px;
	}
	.about .comparebox .box .tab_inner {
		position: relative;
		height: 296px;
	}
	.about .comparebox .box .tab_inner > div {
		/* display: none; */
		height: 296px;
	}
	.about .comparebox .box .tab_inner > div.active {
		opacity: 1;
	}
	.about .comparebox .box .tab {
		display: flex;
		justify-content: space-between;
		margin: 0 0 25px 0;
	}
	.about .comparebox .box .tab > a {
		display: block;
		/* color: #9AA085; */
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 46px;
		text-align: center;
		width: 23%;
		border-radius: 8px;
		margin: 0;
		position: relative;
		/* background: #DFE2CF; */
	}
	.about .comparebox .box .tab > a::before {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #e5ddd4;
		border-bottom: none;
		border-width: 10px;
		margin-left: -10px;
		transform: scale(0.8, 1);
		bottom: auto;
	}
	.about .comparebox .box .tab > a.active::before {
		border-top-color: #e15925;
	}
	.about .comparebox .box.tori .tab > a.active::before {
		border-top-color: #9b4393;
	}

	.about .comparebox .compare {
		overflow: visible;
	}
	.about .comparebox .compare img {
		border-radius: 20px;
	}
	.about .comparebox .compare .twentytwenty-overlay {
		display: none;
	}
	.twentytwenty-handle {
		top: auto;
		bottom: -48px;
	}
	.twentytwenty-handle::before {
		/* background: url(../images/bt_ebi2.png) no-repeat center center !important; */
		/* background-size: 104px auto !important; */
		width: 194px !important;
		height: 136px !important;
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%);
		z-index: 100 !important;
		box-shadow: none !important;
	}
	.tori .twentytwenty-handle::before {
		/* background-image: url(../images/bt_tori2.png) !important; */
	}
	.twentytwenty-handle::after {
		background: #e05225 !important;
		margin-left: -3px !important;
		height: 321px !important;
		top: auto !important;
		box-shadow: none !important;
		bottom: 50% !important;
	}
	.tori .twentytwenty-handle::after {
		/* background: #5bb1ba !important; */
	}
		
	.service {padding-bottom: 0px;position: relative;z-index: 100;}
	.service::before {
		background-image: url(../images/bg_round2.png?v=1);
	}
	.service h2::before {
		content: "SERVICE";
		/* color: #e6e9da; */
	}
	.service .fbox {
		display: block;
		margin-top: 28px;
	}
	.service .fbox .box {
		background: #fff;
		width: 90%;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 30px 0 0px 0;
		background: url(../images/bg_service1.png) no-repeat center center;
		background-size: cover;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
		transition: all ease 1s;
		opacity: 0;
		position: relative;
		transform: scale(0.95);
		margin: 0 auto;
	}
	.service .fbox.active .box {
		opacity: 1;
		transform: scale(1);
	}
	.service .fbox .box + .box {
		margin-top: 20px;
	}
	.service .fbox .box:nth-child(2) {
		background-image: url(../images/bg_service2.png);
		transition-delay: 0.2s;
	}
	.service .fbox .box:nth-child(3) {
		background-image: url(../images/bg_service3.png);
		transition-delay: 0.4s;
	}
	.service .fbox .box:nth-child(3) .title {
		font-size: 28px;
	}
	.service .fbox .box .title {font-size: 28px;/* font-weight: bold; */text-align: center;/* color: #7EA748; */letter-spacing: 0.05em;line-height: 1.1em;}
	.service .fbox .box .title .mini {
		font-size: 14px;
		display: block;
		/* font-weight: 900; */
		line-height: 1.1em;
		margin: 2px 0 6px 0;
	}
	.service .fbox .box .text {
		font-size: 14px;
		margin: 15px 8% 30px 8%;
		text-align: justify;
		max-width: 300px;
	}
	.contact {
		/* background: #E3EBCC; */
		width: auto;
		margin: 40px auto 0 auto;
		padding: 10px 0 42px 0;
		text-align: center;
		position: relative;
		margin-top: 94px;
		transition: all ease 1s;
		opacity: 0;
		position: relative;
		top: -20px;
	}
	.contact.active {
		opacity: 1;
		top: 0;
	}
	.contact::before {
		content: "";
		top: -47px;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #000;
		border-width: 20px;
		margin-left: -20px;
	}
	.contact h3 {
		font-size: 24px;
		letter-spacing: 0.05em;
		margin-top: -26px;
		font-weight: 900;
	}
	.contact .lead {
		font-size: 20px;
		text-align: center;
		position: relative;
		letter-spacing: 0.1em;
		margin-top: 35px;
		line-height: 1.5em;
		color: #fb8f22;
	}
	.contact .lead::before {
		content: "";
		display: block;
		position: absolute;
		background: #fff;
		width: 750px;
		height: 13px;
		left: 50%;
		top: 26px;
		transform: translate(-50%, 0);
		border-radius: 100px;
		display: none;
	}
	.contact .lead span {
		display: block;
		position: relative;
		/* font-weight: 900; */
		font-size: 18px;
	}
	.contact .text {
		font-size: 12px;
		margin-top: 13px;
	}
	.contact .bt_contact {
		display: block;
		width: 90%;
		margin: 20px auto 0 auto;
		/* background: #81B23F; */
		/* color: #F8FF4E; */
		padding: 20px 0;
		border-radius: 100px;
		font-size: 15px;
		/* font-weight: 900; */
		letter-spacing: 0.05em;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
		transition: 0.3s ease all;
	}
	.contact .bt_contact::before {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		/* background: url(../images/icon_mail2.png) no-repeat center center; */
		background-size: 24px auto;
		margin: 0 10px 0 0;
	}
	.profile {
		position: relative;
		/* background: #F0F2E9; */
		transition: all ease 1s;
		opacity: 0;
	}
	.profile.active {
		opacity: 1;
	}
	.profile::before {
		background: url(../images/img_profile.jpg) no-repeat center center;
		background-size: cover;
		content: "";
		width: 100%;
		height: 240px;
		display: block;
	}
	.profile > .inner {
		padding: 10px 0 10px 0;
	}
	.profile h2 {
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin-top: -25px;
		align-items: center;
		transition: all ease 1s;
		opacity: 0;
		top: 20px;
		position: relative;
	}
	.profile h2.active {
		opacity: 1;
		top: 0;
	}
	.profile h2 .label {
		background: #000;
		color: #fff;
		font-size: 14px;
		padding: 2px 8px 3px 8px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.profile h2 img {
		width: 180px;
		margin-top: 17px;
	}
	.profile h2 .en {
		font-size: 16px;
		letter-spacing: 0.1em;
		margin-top: 4px;
	}
	.profile > .inner > .text {
		letter-spacing: 0.1em;
		background: #fff;
		width: 90%;
		font-size: 13px;
		text-align: left;
		padding: 26px 20px;
		margin: 30px auto 0 auto;
		line-height: 2em;
		transition: all ease 1s;
		opacity: 0;
		top: 20px;
		position: relative;
		box-sizing: border-box;
	}
	.profile > .inner > .text.active {
		opacity: 1;
		top: 0;
	}
	.profile .activity {
		width: 90%;
		margin: 47px auto 0 auto;
		transition: all ease 1s;
		opacity: 0;
		top: 20px;
		position: relative;
	}
	.profile .activity.active {
		opacity: 1;
		top: 0;
	}
	.profile .activity h3 {font-size: 22px;font-weight: bold;letter-spacing: 0.05em;}
	.profile .activity ul {border-bottom: 1px solid #fff;margin-top: 20px;font-size: 12px;}
	.profile .activity ul li {border-top: 1px solid #fff;padding: 11px 0;letter-spacing: 0.05em;line-height: 1.8em;}
	.profile .fbox {display: block;justify-content: space-between;width: 90%;margin: 50px auto 0 auto;}
	.profile .fbox .box {
		background: #fff;
		width: 90%;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 20px 0 20px 0;
		position: relative;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
		transition: opacity 0.8s ease;
		opacity: 0;
		margin: 0 auto;
	}
	.profile .fbox .box + .box {
		margin-top: 40px;
	}
	.profile .fbox .box p {font-size: 16px;/* font-weight: 900; */text-align: center;letter-spacing: 0.05em;line-height: 1.7em;}
	.profile .fbox .box p span {/* font-weight: 900; *//* color: #81B23F; */}
	.profile .fbox .box::before {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #fff;
		border-width: 14px;
		margin-left: -14px;
	}
	.profile .contact {
		margin-top: 70px;
		margin-bottom: -40px;
		width: 90%;
	}
	.profile .contact::before {
		display: none;
	}

}@charset "utf-8";

/* OISHISHODO */

/* Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* style
-------------------------------------------------------------- */
html {

}
body {
	opacity: 0;font-family: 'Zen Maru Gothic', sans-serif;
	background: #fff;
	font-size: 14px;
	line-height: 1.8em;
	color: #000;
	-webkit-text-size-adjust: none;
	/* overflow: hidden; */
}

p { line-height: 1.8em; }
a {
	color: #EF8200;
	text-decoration: none;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}
a:hover {
	opacity: 0.5;
		filter: alpha(opacity=50);        /* ie lt 8 */
		-ms-filter: "alpha(opacity=50)";  /* ie 8 */
		-moz-opacity:0.5;                /* FF lt 1.5, Netscape */
		-khtml-opacity: 0.5;             /* Safari 1.x */
}
img { max-width: 100%; }


.outline {

}
.non_pc { display: none !important; }
.ml0 { margin-left: 0 !important; }
.mr0 { margin-right: 0 !important; }


/*** clearfix ***/
/* :after対応のモダンブラウザ用 */
.clearfix:after {
 content: ".";  /* 新しい要素を作る */
 display: block;  /* ブロックレベル要素に */
 clear: both;
 height: 0;
 visibility: hidden;
}

/* :after非対応のIE7用 */
.clearfix {
 min-height: 1px;
}

/* IE6、macIE4,5用 */
* html .clearfix {
 height: 1px;
 /*\*//*/
 height: auto;
 overflow: hidden;
 /**/
}


/**********************************************************/
/* Common */
/**********************************************************/
.outline {
	position: relative;
	min-width: 1060px;
}
.main {
	position: relative;	
}

.non_pc {
	display: none !important;
}

/*** header *********************************************/
header {
	position: fixed;
	top: -110px;
	left: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	z-index: 10000;
	transition: top 0.5s ease;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-ms-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	background: no-repeat;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 30%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 30%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=0 );
}
header.active { top: 0; }

header h1 {
	float: left;
	margin: 20px 0 0 20px;
}
header h1 a {
	display: block;
	width: 80px;
	height: 85px;
	background: url("../images/img_logo.png") no-repeat center center;
	background-size: contain;
	overflow: auto;
	text-indent: -9999px;
}
.ie8 header h1 a {
	background: url("../images/img_logo_ie.png") no-repeat center center;	
}
header .gmenu {
	float: right;
	margin: 15px 20px 0 0;
}
header .gmenu ul {
	display: flex;
	align-items: center;
}
header .gmenu ul li.ml {margin-left: 20px;}
header .gmenu ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	color: #000;
	padding: 0 10px;
	letter-spacing: 0.05em;
}
header .gmenu ul li a img {
	width: 40px;
	margin: 5px -3px 0 -3px;
	max-width: 40px;
}

/*** footer *********************************************/
footer {margin-top: 0;}
footer .inner {
	width: auto;
	margin: 0 auto;
	padding: 110px 0 60px 0;
}

footer .copyright {
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding: 0;
	text-align: center;
}
footer .copyright span {
}


/**********************************************************/
/* Index */
/**********************************************************/

#index {
	
}

#index .main {
	position: relative;
}

#index .main .visual {
	position: relative;
	height: 1000px;
	overflow: hidden;
}


#index .main .visual .note {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #777;
	background: #fff;
	line-height: 1em;
	padding: 5px 10px;
	opacity: 1;
	/* border-radius: 8px; */
	font-size: 12px;
	box-sizing: border-box;
}

#index .main .visual .character_box {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	/* background: url("../images/img_dummy.png") no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover; */
	/* background: url(../images/img_character_all.jpg) no-repeat center center; */
	background-size: 100% auto;
}
#index .main .visual .character_box .img_logo,
#index .main .visual .character_box > div img {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
}
#index .main .visual .character_box .img_logo img { display: block; }
#index .main .visual .character_box .active {
	display: block;
 	-webkit-animation: animation 2000ms linear both;
 	animation: animation 2000ms linear both;
}
#index .main .visual .character_box .img_logo {top: 46.9%;left: 50.5%;z-index: 100;}

#index .main .visual .character_box .img_character1 {top: 23.2%;left: 12%;}
#index .main .visual .character_box .img_character2 {top: 19.3%;left: 36.9%;}
#index .main .visual .character_box .img_character3 {top: 21.4%;left: 65.9%;}
#index .main .visual .character_box .img_character4 {top: 18.9%;left: 86.1%;}
#index .main .visual .character_box .img_character5 {top: 46.3%;left: 14.6%;}
#index .main .visual .character_box .img_character6 {top: 52.8%;left: 37.3%;}
#index .main .visual .character_box .img_character7 {top: 49.5%;left: 65.5%;}
#index .main .visual .character_box .img_character8 {top: 46.2%;left: 85.4%;}
#index .main .visual .character_box .img_character9 {top: 79.6%;left: 16.1%;}
#index .main .visual .character_box .img_character10 {top: 83.9%;left: 39.8%;}
#index .main .visual .character_box .img_character11 {top: 79.7%;left: 66%;}
#index .main .visual .character_box .img_character12 {top: 79.5%;left: 86.8%;}
#index .main .visual .character_box .img_character13 { top: 82.7%; left: 68.3%;}
#index .main .visual .character_box .img_character14 { top: 77%; left: 89%;}


@keyframes animation { 
  0% { -webkit-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.41% { -webkit-transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.61% { -webkit-transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.81% { -webkit-transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.52% { -webkit-transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.13% { -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.54% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.96% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  74.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  89.79% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}
@-webkit-keyframes animation { 
  0% { -webkit-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.41% { -webkit-transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.61% { -webkit-transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.81% { -webkit-transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.52% { -webkit-transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.13% { -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.54% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.96% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  74.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  89.79% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

@keyframes animation2 { 
  0% { -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.3% { -webkit-transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.61% { -webkit-transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.91% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.22% { -webkit-transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.33% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  39.44% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  61.66% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}
@-webkit-keyframes animation2 { 
  0% { -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.3% { -webkit-transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.61% { -webkit-transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.91% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.22% { -webkit-transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.33% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  39.44% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  61.66% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}


#index .main .visual .bt_scroll {
	display: block;
	display: none;
	position: absolute;
	left: 50%;
	bottom: 40px;
	margin: 0 0 0 -22px;
	width: 43px;
	height: 28px;
	background: url("../images/bt_scroll.png") no-repeat center center;
	background-size: 43px auto;
	-webkit-background-size: 43px auto;
	-moz-background-size: 43px auto;
	-ms-background-size: 43px auto;
	-o-background-size: 43px auto;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-animation: scroll 750ms ease-in infinite alternate both;
	animation: scroll 750ms ease-in infinite alternate both;
	opacity: 0;
	z-index: 100;
}

.ie8 #index .main .visual .bt_scroll {
	background: url("../images/bt_scroll_ie.png") no-repeat center center;
}

@keyframes scroll {	0% {bottom: 40px;} 100% {bottom: 30px;} }
@-webkit-keyframes scroll {	0% {bottom: 40px;} 100% {bottom: 30px;} }
.sec {
	position: relative;
	background: #EFF0E6;
}
.sec::before, 
.service::after {
	background: url(../images/bg_round1.png?v=1) no-repeat center top;
	background-size: 100% 50px;
	content: "";
	position: absolute;
	top: -50px;
	width: 100%;
	height: 50px;
	left: 0;
}
.service::after {
	background-image: url(../images/bg_round2_2.png?v=1); 
	top: auto;
	bottom: -50px
}
.sec h2 {
	font-size: 44px;
	font-weight: 900;
	text-align: center;
	line-height: 1em;
	margin-top: -99px;
}
.sec h2 span {
	display: block;
	font-weight: 900;
	transition: all ease 1s;
	opacity: 0;
	letter-spacing: 0.2em;
}
.sec.active h2 span {
	opacity: 1;
	letter-spacing: 0.05em;
}
.sec h2::before {
	content: "ABOUT";
	display: block;
	top: 0;
	width: 100%;
	letter-spacing: 0.05em;
	color: #faecde;
	margin-bottom: 110px;
}
.sec > .inner {
	width: 90%;
	margin:  0 auto;
	position: relative;
	padding: 10px 0 50px 0;
}
.about {
	margin-top: 150px;
	padding-bottom: 140px;
	background: rgb(248 236 224);
	background: -moz-linear-gradient(top,  rgba(239,240,230,1) 0%, rgba(245,246,240,1) 100%);
	background: -webkit-linear-gradient(top,  rgb(248 236 224) 0%,rgba(245,246,240,1) 100%);
	background: linear-gradient(to bottom,  rgb(248 236 224) 0%,rgb(246 243 240) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0e6', endColorstr='#f5f6f0',GradientType=0 );
}
.about > .inner {
	width: 98%;
}

.about .lead {
	font-size: 20px;
	text-align: center;
	margin-top: 22px;
	position: relative;
	transition: all ease 1s;
	opacity: 0;
}
.sec.active .lead {
	opacity: 1;
}
.about .lead::before {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	width: 210px;
	height: 13px;
	left: 50%;
	top: 22px;
	transform: translate(-50%, 0);
	border-radius: 100px;
}
.about .lead span {
	display: block;
	position: relative;
}
.about .comparebox {
	display: flex;
	width: 1200px;
	margin: 80px auto 110px auto;
	justify-content: space-between;
	height: 587px;
	opacity: 0;
	transition: 1s ease all;
	position: relative;
	top: 20px;
}
@media screen and (max-width: 1300px) {
	.about .comparebox {
		width: 1170px;
	}
}
.about .comparebox.active.show {
	opacity: 1;
	height: auto;
	top: 0;
}
.about .comparebox .box {
	width: 570px;
}
.about .comparebox .box .tab_inner {
	position: relative;
	height: 510px;
}
.about .comparebox .box .tab_inner > div {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 510px;
	width: 100%;
	pointer-events: none;
}
.about .comparebox .box .tab_inner > div.active {
	opacity: 1;
	pointer-events: auto;
}
.about .comparebox .box .tab {
	display: flex;
	justify-content: center;
	margin-bottom: 27px;
}
.about .comparebox .box .tab > a {
	display: block;
	color: #b7a38f;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 50px;
	text-align: center;
	width: 100px;
	border-radius: 10px;
	margin: 0 8px;
	position: relative;
	background: #e6ddd4;
}
.about .comparebox .box .tab > a.active {
	color: #fff;
	background: rgb(235,128,36);
	background: -moz-linear-gradient(left,  rgba(235,128,36,1) 0%, rgba(213,37,37,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(235,128,36,1) 0%,rgba(213,37,37,1) 100%);
	background: linear-gradient(to right,  rgba(235,128,36,1) 0%,rgba(213,37,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb8024', endColorstr='#d52525',GradientType=1 );
}
.about .comparebox .box.tori .tab > a.active {
	color: #fff;
	background: #7B459D;
	background: -moz-linear-gradient(left,  rgba(85,180,164,1) 0%, rgba(97,174,208,1) 100%);
	background: -webkit-linear-gradient(left,  #7B459D 0%,#BA3F84 100%);
	background: linear-gradient(to right,  #7B459D 0%,#BA3F84 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55b4a4', endColorstr='#61aed0',GradientType=1 );
}
.about .comparebox .box .tab > a::before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #e5ddd4;
	border-width: 10px;
	margin-left: -10px;
	transform: scale(0.8, 1);
}
.about .comparebox .box .tab > a.active::before {
	border-top-color: #e15925;
}
.about .comparebox .box.tori .tab > a.active::before {
		border-top-color: #9b4393;
}

.about .comparebox .compare {
	overflow: visible;
}
.about .comparebox .compare img {
	border-radius: 20px;
}
.about .comparebox .compare .twentytwenty-overlay {
	display: none;
}
.twentytwenty-handle {
	bottom: -50px;
	top: auto;
}
.twentytwenty-handle::before {
	background: url(../images/bt_ebi3.png) no-repeat center center !important;
	background-size: contain !important;
	width: 252px !important;
	height: 181px !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
	z-index: 100 !important;
	box-shadow: none !important;
}
.tori .twentytwenty-handle::before {
	background-image: url(../images/bt_tori3.png) !important;
}
.twentytwenty-handle::after {
	background: #e05225 !important;
	margin-left: -3px !important;
	height: 538px !important;
	top: auto !important;
	bottom: 50%;
	box-shadow: none !important;
}
@media screen and (max-width: 1200px) {
	.about .comparebox {
		width: 1030px;
	}
	.about .comparebox .box {
		width: 500px;
	}
	.twentytwenty-handle::after {
		height: 446px !important;
	}
}
.tori .twentytwenty-handle::after {
	background: #9b4292 !important;
}
	
.service {background: #f8ece0;background: -moz-linear-gradient(top,  rgba(231,233,218,1) 0%, rgba(240,242,233,1) 100%);background: -webkit-linear-gradient(top,  #f8ece0 0%,#FCF4EA 100%);background: linear-gradient(to bottom,  #f8ece0 0%,#FCF4EA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e9da', endColorstr='#f0f2e9',GradientType=0 );padding-bottom: 50px;position: relative;z-index: 100;}
.service::before {
	background-image: url(../images/bg_round2.png?v=1);
}
.service h2::before {
	content: "SERVICE";
	color: #f1e5d8;
}
.service .fbox {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.service .fbox .box {
	background: #fff;
	width: 31.8%;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 50px 0 40px 0;
	background: url(../images/bg_service1.png) no-repeat center center;
	background-size: cover;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	transition: all ease 1s;
	opacity: 0;
	position: relative;
	transform: scale(0.95);
}
.service .fbox.active .box {
	opacity: 1;
	transform: scale(1);
}
.service .fbox .box:nth-child(2) {
	background-image: url(../images/bg_service2.png);
	transition-delay: 0.2s;
}
.service .fbox .box:nth-child(3) {
	background-image: url(../images/bg_service3.png);
	transition-delay: 0.4s;
}
.service .fbox .box:nth-child(3) .title {
	font-size: 44px;
}
.service .fbox .box .title {font-size: 47px;font-weight: 900;text-align: center;color: #e7933e;letter-spacing: 0.05em;line-height: 1.1em;}
.service .fbox .box .title .mini {
	font-size: 19px;
	display: block;
	font-weight: 700;
	line-height: 1.1em;
	margin: 10px 0;
}
.service .fbox .box .text {
	font-size: 16px;
	margin: 25px 8%;
	text-align: justify;
	max-width: 300px;
}
.contact {
	background: #F5E2CB;
	width: 1040px;
	margin: 40px auto 0 auto;
	padding: 10px 0 55px 0;
	text-align: center;
	position: relative;
	margin-top: 120px;
	transition: all ease 1s;
	opacity: 0;
	position: relative;
	top: -20px;
}
.contact.active {
	opacity: 1;
	top: 0;
}
.contact::before {
	content: "";
	top: -74px;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #000;
	border-width: 30px;
	margin-left: -30px;
}
.contact h3 {
	font-size: 30px;
	letter-spacing: 0.05em;
	margin-top: -26px;
	font-weight: 900;
}
.contact .lead {
	font-size: 20px;
	text-align: center;
	position: relative;
	letter-spacing: 0.1em;
	margin-top: 60px;
}
.contact .lead::before {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	width: 750px;
	height: 13px;
	left: 50%;
	top: 26px;
	transform: translate(-50%, 0);
	border-radius: 100px;
}
.contact .lead span {
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 28px;
}
.contact .text {
	font-size: 14px;
	margin-top: 20px;
}
.contact .bt_contact {
	display: block;
	width: 680px;
	margin: 30px auto 0 auto;
	background: #e7933d;
	color: #fff;
	padding: 27px 0;
	border-radius: 100px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	transition: 0.3s ease all;
}
.contact .bt_contact::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/icon_mail2.png?v=1) no-repeat center center;
	background-size: 40px auto;
	margin: 0 10px 0 0;
}
.contact .bt_contact:hover {
	opacity: 1;
	background: #ff8910;
	transform: scale(1.03);
}
.profile {
	position: relative;
	background: #FCF4EA;
	transition: all ease 1s;
	opacity: 0;
}
.profile.active {
	opacity: 1;
}
.profile::before {
	background: url(../images/img_profile.jpg) no-repeat center center;
	background-size: cover;
	content: "";
	width: 100%;
	height: 660px;
	display: block;
}
.profile > .inner {
	padding: 10px 0 10px 0;
}
.profile h2 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: -28px;
	align-items: center;
	transition: all ease 1s;
	opacity: 0;
	top: 20px;
	position: relative;
}
.profile h2.active {
	opacity: 1;
	top: 0;
}
.profile h2 .label {
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 4px 18px 6px 18px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.profile h2 img {
	width: 250px;
	margin-top: 30px;
}
.profile h2 .en {
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-top: 14px;
}
.profile > .inner > .text {
	letter-spacing: 0.1em;
	background: #fff;
	width: 1000px;
	font-size: 18px;
	text-align: center;
	padding: 46px 0;
	margin: 43px auto 0 auto;
	line-height: 2em;
	transition: all ease 1s;
	opacity: 0;
	top: 20px;
	position: relative;
}
.profile > .inner > .text.active {
	opacity: 1;
	top: 0;
}
.profile .activity {width: 1000px;margin: 56px auto 0 auto;
	transition: all ease 1s;
	opacity: 0;
	top: 20px;
	position: relative;
}
.profile .activity.active {
	opacity: 1;
	top: 0;
}
.profile .activity h3 {font-size: 30px;font-weight: bold;letter-spacing: 0.05em;}
.profile .activity ul {border-bottom: 2px solid #fff;margin-top: 25px;font-size: 15px;}
.profile .activity ul li {border-top: 2px solid #fff;padding: 11px 0;letter-spacing: 0.05em;line-height: 1.8em;}
.profile .fbox {display: flex;justify-content: space-between;width: 90%;margin: 70px auto 0 auto;}
.profile .fbox .box {
	background: #fff;width: 31.8%;border-radius: 20px;display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 40px 0 40px 0;position: relative;box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	transition: opacity 0.8s ease;
	opacity: 0;
}
.profile .fbox.active .box {
	animation: bound-anim 3s infinite;
	opacity: 1;
}
.profile .fbox .box:nth-child(2) {
	animation-delay: +0.2s;
	transition-delay: +0.2s;
}
.profile .fbox .box:nth-child(3) {
	animation-delay: +0.4s;
	transition-delay: +0.4s;
}
@keyframes bound-anim {
	0%,50% {top: 0;transform: scale(1);}
	8% {top: -15px;}
	10% {transform: scale(1);}
	30% {top: 10px;transform: scale(1.02,0.98);}
}
.profile .fbox .box p {font-size: 22px;font-weight: 700;text-align: center;letter-spacing: 0.05em;line-height: 1.7em;}
.profile .fbox .box p span {font-weight: 700;color: #e7933e;}
@media screen and (max-width: 1200px) {
	.profile .fbox .box p {font-size: 18px; }
}
.profile .fbox .box::before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}
.profile .contact {
	margin-top: 100px;
	margin-bottom: -60px;
}
.profile .contact::before {
	display: none;
}


/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/

@media screen and (max-width: 767px) {
	.non_pc {
		display: block !important;
	}
	.non_sp {
		display: none !important;
	}

	.outline {
		position: relative;
		min-width: 320px;
	}
	.main {
		position: relative;	
	}
	/*** header *********************************************/
	
	header h1 {
		float: left;
		margin: 10px 0 0 12px;
	}
	header h1 a {
		display: block;
		width: 45px;
		height: 49px;
		background: url("../images/img_logo.png") no-repeat center center;
		background-size: contain;
		overflow: auto;
		text-indent: -9999px;
	}
	.ie8 header h1 a {
		background: url("../images/img_logo_ie.png") no-repeat center center;	
	}
	header .gmenu {
		float: right;
		margin: 20px 8px 0 0;
	}
	header .gmenu ul {
		display: flex;
		align-items: center;
	}
	header .gmenu ul li.ml {margin-left: 0;}
	header .gmenu ul li a {
		display: block;
		height: 24px;
		line-height: 24px;
		font-size: 11px;
		color: #000;
		padding: 0 5px;
		letter-spacing: 0;
	}
	header .gmenu ul li a img {
		width: 24px;
		margin: 0 0px 0 0px;
		max-width: 24px;
	}
	/*** footer *********************************************/
	footer {
	}
	footer .inner {
		padding: 60px 0 30px 0;
	}

	footer .copyright {
		width: 222px;
		margin: 0 auto;
		font-size: 10px;
		letter-spacing: 0.1em;
		padding: 0 0 0 15px;
	}
	footer .copyright span {
		font-size: 18px;
		display: block;
		margin: 0px 3px 0px 0;
		float: left;
	}


	/**********************************************************/
	/* Index */
	/**********************************************************/

	#index {

	}

	#index .main {
		position: relative;
	}

	#index .main .visual {
		position: relative;
		overflow: hidden;
	}
	#index .main .visual .note {
		width: 350px;
		position: absolute;
		right: auto;
		bottom: 10px;
		color: #777;
		/* background: #fff; */
		line-height: 1em;
		padding: 8px 0;
		opacity: 1;
		/* border-radius: 18px; */
		font-size: 10px;
		left: 50%;
		text-align: center;
		margin-left: -175px;
	}

	#index .main .visual .anime_box img {
		display: block;
		display: none;	
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0 0 0 0;
	}
	#index .main .visual img.img1_1 { display: block; }

	#index .main .visual .bt_skip {
		display: block;
		position: absolute;
		left: 50%;
		bottom: 20px;
		margin: 0 0 0 -20px;
		width: 40px;
		height: 27px;
		background: url("../images/bt_logo_skip.png") no-repeat top center;
		background-size: 40px auto;
		-webkit-background-size: 40px auto;
		-moz-background-size: 40px auto;
		-ms-background-size: 40px auto;
		-o-background-size: 40px auto;
		text-indent: -9999px;
		overflow: hidden;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}
	#index .main .visual .bt_skip.active,
	#index .main .visual .bt_skip:hover {
		opacity: 1;	
		background-position: bottom center;
	}

	#index .main .visual .character_box {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		/* background: url(../images/img_character_all_sp.jpg) no-repeat center center; */
		background-size: cover;
	}
	#index .main .visual .character_box .img_logo,
	#index .main .visual .character_box > div img {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
	}
	#index .main .visual .character_box .img_logo img { display: block; }
	#index .main .visual .character_box .active {
		display: block;
		-webkit-animation: animation 2000ms linear both;
		animation: animation 2000ms linear both;
	}
	#index .main .visual .character_box .img_logo { top: 48.2%; left: 50.8%; z-index: 100; }

	#index .main .visual .character_box .img_character1 {top: 2.5%;left: 19.2%;}
	#index .main .visual .character_box .img_character2 {top: 1.6%;left: 55.1%;}
	#index .main .visual .character_box .img_character3 {top: 0.3%;left: 82.7%;}
	#index .main .visual .character_box .img_character4 {top: 29.9%;left: 20.3%;}
	#index .main .visual .character_box .img_character5 {top: 32.5%;left: 71.7%;}
	#index .main .visual .character_box .img_character6 {top: 58.2%;left: 29.3%;}
	#index .main .visual .character_box .img_character7 {top: 44.1%;left: 84.4%;}
	#index .main .visual .character_box .img_character8 {top: 74.5%;left: 20.1%;}
	#index .main .visual .character_box .img_character9 {top: 67%;left: 60.8%;}
	#index .main .visual .character_box .img_character10 {top: 71.2%;left: 81.5%;}
	#index .main .visual .character_box .img_character11 { top: 73.6%; left: 45.2%;}
	#index .main .visual .character_box .img_character12 { top: 63.5%; left: 60.8%;}
	#index .main .visual .character_box .img_character13 { top: 82.7%; left: 68.3%;}
	#index .main .visual .character_box .img_character14 { top: 77%; left: 89%;}

	/*
	#index .main .visual .character_box .img_logo { top: 53.3%; left: 50.9%;}

	#index .main .visual .character_box .img_character1 { top: 16.5%; left: 14.1%;}
	#index .main .visual .character_box .img_character2 { top: 22%; left: 40.4%;}
	#index .main .visual .character_box .img_character3 { top: 32.8%; left: 74%;}
	#index .main .visual .character_box .img_character4 { top: 53%; left: 24.1%;}
	#index .main .visual .character_box .img_character5 { top: 25.9%; left: 44.5%;}
	#index .main .visual .character_box .img_character6 { top: 37.8%; left: 62.2%;}
	#index .main .visual .character_box .img_character7 { top: 40.2%; left: 71.1%;}
	#index .main .visual .character_box .img_character8 { top: 30%; left: 89.2%;}
	#index .main .visual .character_box .img_character9 { top: 74.7%; left: 12.7%;}
	#index .main .visual .character_box .img_character10 { top: 76.8%; left: 22.8%;}
	#index .main .visual .character_box .img_character11 { top: 73.5%; left: 45.2%;}
	#index .main .visual .character_box .img_character12 { top: 84.7%; left: 60.8%;}
	#index .main .visual .character_box .img_character13 { top: 95.2%; left: 68.3%;}
	#index .main .visual .character_box .img_character14 { top: 76.8%; left: 89%;}
	*/

	@keyframes animation { 
		0% { -webkit-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		6.41% { -webkit-transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		9.61% { -webkit-transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		12.81% { -webkit-transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		20.52% { -webkit-transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		28.13% { -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		43.54% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		58.96% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		74.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		89.79% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
	}
	@-webkit-keyframes animation { 
		0% { -webkit-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		6.41% { -webkit-transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		9.61% { -webkit-transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.107, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		12.81% { -webkit-transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.164, 0, 0, 0, 0, 1.164, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		20.52% { -webkit-transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.037, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		28.13% { -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		43.54% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		58.96% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		74.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		89.79% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
	}

	#index .main .about .copy,
	#index .main .about .box a,
	#index .main .profile img,
	#index .main .company img {
		transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-moz-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		-o-transition: opacity 0.5s ease;
	}
	#index .main .about .copy.active,
	#index .main .about .box a.active,
	#index .main .profile img.active,
	#index .main .company img.active {
		opacity: 1;
		-webkit-animation: animation2 2000ms linear both;
		animation: animation2 2000ms linear both;
	}
	@keyframes animation2 { 
		0% { -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		4.3% { -webkit-transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		8.61% { -webkit-transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		12.91% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		17.22% { -webkit-transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		28.33% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		39.44% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		61.66% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		83.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
	}
	@-webkit-keyframes animation2 { 
		0% { -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		4.3% { -webkit-transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.854, 0, 0, 0, 0, 0.854, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		8.61% { -webkit-transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.964, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		12.91% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		17.22% { -webkit-transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.028, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		28.33% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		39.44% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		61.66% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		83.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
		100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
	}
	#index .main .visual .bt_scroll {
		display: block;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 50px;
		margin: 0 0 0 -13px;
		width: 33px;
		height: 22px;
		background: url("../images/bt_scroll.png") no-repeat center center;
		background-size: 33px auto;
		-webkit-background-size: 33px auto;
		-moz-background-size: 33px auto;
		-ms-background-size: 33px auto;
		-o-background-size: 33px auto;
		text-indent: -9999px;
		overflow: hidden;
		-webkit-animation: scroll 750ms ease-in infinite alternate both;
		animation: scroll 750ms ease-in infinite alternate both;
		opacity: 0;
		z-index: 100;
	}
	@keyframes scroll {	0% {bottom: 50px;} 100% {bottom: 40px;} }
	@-webkit-keyframes scroll {	0% {bottom: 30px;} 100% {bottom: 20px;} }
	.sec {
		position: relative;
		/* background: #EFF0E6; */
	}
	.sec::before, 
	.service::after {
		background: url(../images/bg_round1.png?v=1) no-repeat center top;
		background-size: 100% 20px;
		content: "";
		position: absolute;
		top: -20px;
		width: 100%;
		height: 20px;
		left: 0;
	}
	.service::after {
		background-image: url(../images/bg_round2_2.png?v=1);
		top: auto;
		bottom: -20px;
	}
	.sec h2 {
		font-size: 30px;
		font-weight: 900;
		text-align: center;
		line-height: 1.3em;
		margin-top: -61px;
	}
	.sec h2 span {
		display: block;
		font-weight: 900;
		transition: all ease 1s;
		opacity: 0;
		letter-spacing: 0.2em;
	}
	.sec.active h2 span {
		opacity: 1;
		letter-spacing: 0.05em;
	}
	.sec h2::before {
		content: "ABOUT";
		display: block;
		top: 0;
		width: 100%;
		letter-spacing: 0.05em;
		/* color: #eff0e6; */
		margin-bottom: 52px;
	}
	.sec > .inner {
		width: 90%;
		margin:  0 auto;
		position: relative;
		padding: 10px 0 74px 0;
	}
	.about {
		margin-top: 100px;
		padding-bottom: 60px;
	}
	.about .lead {
		font-size: 16px;
		text-align: center;
		margin-top: 15px;
		position: relative;
		transition: all ease 1s;
		opacity: 0;
	}
	.sec.active .lead {
		opacity: 1;
	}
	.about .lead::before {
		content: "";
		display: block;
		position: absolute;
		background: #fff;
		width: 170px;
		height: 10px;
		left: 50%;
		top: 19px;
		transform: translate(-50%, 0);
		border-radius: 100px;
	}
	.about .lead span {
		display: block;
		position: relative;
	}
	.about .comparebox {
		display: block;
		width: 330px;
		margin: 46px auto 70px auto;
		justify-content: space-between;
		height: 852px;
		top: 0;
		opacity: 1;
	}
	.about .comparebox .box {
		width: 100%;
		/* display: flex; */
		/* flex-direction: column-reverse; */
		opacity: 0;
		transition: 1s ease all;
		position: relative;
		top: 20px;
	}
	.about .comparebox.active .box.show {
		opacity: 1;
		height: auto;
		top: 0;
	}
	.about .comparebox .box.tori {
	margin-top: 130px;
	}
	.about .comparebox .box .tab_inner {
		position: relative;
		height: 296px;
	}
	.about .comparebox .box .tab_inner > div {
		/* display: none; */
		height: 296px;
	}
	.about .comparebox .box .tab_inner > div.active {
		opacity: 1;
	}
	.about .comparebox .box .tab {
		display: flex;
		justify-content: space-between;
		margin: 0 0 25px 0;
	}
	.about .comparebox .box .tab > a {
		display: block;
		/* color: #9AA085; */
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 46px;
		text-align: center;
		width: 23%;
		border-radius: 8px;
		margin: 0;
		position: relative;
		/* background: #DFE2CF; */
	}
	.about .comparebox .box .tab > a::before {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #e5ddd4;
		border-bottom: none;
		border-width: 10px;
		margin-left: -10px;
		transform: scale(0.8, 1);
		bottom: auto;
	}
	.about .comparebox .box .tab > a.active::before {
		border-top-color: #e15925;
	}
	.about .comparebox .box.tori .tab > a.active::before {
		border-top-color: #9b4393;
	}

	.about .comparebox .compare {
		overflow: visible;
	}
	.about .comparebox .compare img {
		border-radius: 20px;
	}
	.about .comparebox .compare .twentytwenty-overlay {
		display: none;
	}
	.twentytwenty-handle {
		top: auto;
		bottom: -48px;
	}
	.twentytwenty-handle::before {
		/* background: url(../images/bt_ebi2.png) no-repeat center center !important; */
		/* background-size: 104px auto !important; */
		width: 194px !important;
		height: 136px !important;
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%);
		z-index: 100 !important;
		box-shadow: none !important;
	}
	.tori .twentytwenty-handle::before {
		/* background-image: url(../images/bt_tori2.png) !important; */
	}
	.twentytwenty-handle::after {
		background: #e05225 !important;
		margin-left: -3px !important;
		height: 321px !important;
		top: auto !important;
		box-shadow: none !important;
		bottom: 50% !important;
	}
	.tori .twentytwenty-handle::after {
		/* background: #5bb1ba !important; */
	}
		
	.service {padding-bottom: 0px;position: relative;z-index: 100;}
	.service::before {
		background-image: url(../images/bg_round2.png?v=1);
	}
	.service h2::before {
		content: "SERVICE";
		/* color: #e6e9da; */
	}
	.service .fbox {
		display: block;
		margin-top: 28px;
	}
	.service .fbox .box {
		background: #fff;
		width: 90%;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 30px 0 0px 0;
		background: url(../images/bg_service1.png) no-repeat center center;
		background-size: cover;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
		transition: all ease 1s;
		opacity: 0;
		position: relative;
		transform: scale(0.95);
		margin: 0 auto;
	}
	.service .fbox.active .box {
		opacity: 1;
		transform: scale(1);
	}
	.service .fbox .box + .box {
		margin-top: 20px;
	}
	.service .fbox .box:nth-child(2) {
		background-image: url(../images/bg_service2.png);
		transition-delay: 0.2s;
	}
	.service .fbox .box:nth-child(3) {
		background-image: url(../images/bg_service3.png);
		transition-delay: 0.4s;
	}
	.service .fbox .box:nth-child(3) .title {
		font-size: 28px;
	}
	.service .fbox .box .title {font-size: 28px;/* font-weight: bold; */text-align: center;/* color: #7EA748; */letter-spacing: 0.05em;line-height: 1.1em;}
	.service .fbox .box .title .mini {
		font-size: 14px;
		display: block;
		/* font-weight: 900; */
		line-height: 1.1em;
		margin: 2px 0 6px 0;
	}
	.service .fbox .box .text {
		font-size: 14px;
		margin: 15px 8% 30px 8%;
		text-align: justify;
		max-width: 300px;
	}
	.contact {
		/* background: #E3EBCC; */
		width: auto;
		margin: 40px auto 0 auto;
		padding: 10px 0 42px 0;
		text-align: center;
		position: relative;
		margin-top: 94px;
		transition: all ease 1s;
		opacity: 0;
		position: relative;
		top: -20px;
	}
	.contact.active {
		opacity: 1;
		top: 0;
	}
	.contact::before {
		content: "";
		top: -47px;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #000;
		border-width: 20px;
		margin-left: -20px;
	}
	.contact h3 {
		font-size: 24px;
		letter-spacing: 0.05em;
		margin-top: -26px;
		font-weight: 900;
	}
	.contact .lead {
		font-size: 20px;
		text-align: center;
		position: relative;
		letter-spacing: 0.1em;
		margin-top: 35px;
		line-height: 1.5em;
		color: #fb8f22;
	}
	.contact .lead::before {
		content: "";
		display: block;
		position: absolute;
		background: #fff;
		width: 750px;
		height: 13px;
		left: 50%;
		top: 26px;
		transform: translate(-50%, 0);
		border-radius: 100px;
		display: none;
	}
	.contact .lead span {
		display: block;
		position: relative;
		/* font-weight: 900; */
		font-size: 18px;
	}
	.contact .text {
		font-size: 12px;
		margin-top: 13px;
	}
	.contact .bt_contact {
		display: block;
		width: 90%;
		margin: 20px auto 0 auto;
		/* background: #81B23F; */
		/* color: #F8FF4E; */
		padding: 20px 0;
		border-radius: 100px;
		font-size: 15px;
		/* font-weight: 900; */
		letter-spacing: 0.05em;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
		transition: 0.3s ease all;
	}
	.contact .bt_contact::before {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		/* background: url(../images/icon_mail2.png) no-repeat center center; */
		background-size: 24px auto;
		margin: 0 10px 0 0;
	}
	.profile {
		position: relative;
		/* background: #F0F2E9; */
		transition: all ease 1s;
		opacity: 0;
	}
	.profile.active {
		opacity: 1;
	}
	.profile::before {
		background: url(../images/img_profile.jpg) no-repeat center center;
		background-size: cover;
		content: "";
		width: 100%;
		height: 240px;
		display: block;
	}
	.profile > .inner {
		padding: 10px 0 10px 0;
	}
	.profile h2 {
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin-top: -25px;
		align-items: center;
		transition: all ease 1s;
		opacity: 0;
		top: 20px;
		position: relative;
	}
	.profile h2.active {
		opacity: 1;
		top: 0;
	}
	.profile h2 .label {
		background: #000;
		color: #fff;
		font-size: 14px;
		padding: 2px 8px 3px 8px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.profile h2 img {
		width: 180px;
		margin-top: 17px;
	}
	.profile h2 .en {
		font-size: 16px;
		letter-spacing: 0.1em;
		margin-top: 4px;
	}
	.profile > .inner > .text {
		letter-spacing: 0.1em;
		background: #fff;
		width: 90%;
		font-size: 13px;
		text-align: left;
		padding: 26px 20px;
		margin: 30px auto 0 auto;
		line-height: 2em;
		transition: all ease 1s;
		opacity: 0;
		top: 20px;
		position: relative;
		box-sizing: border-box;
	}
	.profile > .inner > .text.active {
		opacity: 1;
		top: 0;
	}
	.profile .activity {
		width: 90%;
		margin: 47px auto 0 auto;
		transition: all ease 1s;
		opacity: 0;
		top: 20px;
		position: relative;
	}
	.profile .activity.active {
		opacity: 1;
		top: 0;
	}
	.profile .activity h3 {font-size: 22px;font-weight: bold;letter-spacing: 0.05em;}
	.profile .activity ul {border-bottom: 1px solid #fff;margin-top: 20px;font-size: 12px;}
	.profile .activity ul li {border-top: 1px solid #fff;padding: 11px 0;letter-spacing: 0.05em;line-height: 1.8em;}
	.profile .fbox {display: block;justify-content: space-between;width: 90%;margin: 50px auto 0 auto;}
	.profile .fbox .box {
		background: #fff;
		width: 90%;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 20px 0 20px 0;
		position: relative;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
		transition: opacity 0.8s ease;
		opacity: 0;
		margin: 0 auto;
	}
	.profile .fbox .box + .box {
		margin-top: 40px;
	}
	.profile .fbox .box p {font-size: 16px;/* font-weight: 900; */text-align: center;letter-spacing: 0.05em;line-height: 1.7em;}
	.profile .fbox .box p span {/* font-weight: 900; *//* color: #81B23F; */}
	.profile .fbox .box::before {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #fff;
		border-width: 14px;
		margin-left: -14px;
	}
	.profile .contact {
		margin-top: 70px;
		margin-bottom: -40px;
		width: 90%;
	}
	.profile .contact::before {
		display: none;
	}

}