.dokuritu_profile{
display : none;
}



/*
Theme Name: FSM
Description: FSM
Template: FSM
*/
@font-face {
	font-family: 'anzumoji';
	src: url('./font/anzumoji/anzumoji.woff') format('woff'), url('./font/anzumoji/anzumoji.ttf') format('truetype');
}
@font-face {
	font-family: 'fuimoji';
	src: url('./font/fuimoji/fuimoji.woff') format('woff'), url('./font/fuimoji/fuimoji.ttf') format('truetype');
}
/*-----------------------------------------------
wrapper
-----------------------------------------------*/
#wrapper {
	overflow: hidden;
}
#content_wp {
	position: relative;
	z-index: 3;
}

table.type05 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
table.type05 th {
	width: 100px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
	text-align: center;
}
table.type05 td {
	width: 450px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1200px) {
/* ここにスタイルを記述 */
table.type05 {
        margin: 100px 0px 50px 0px;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
table.type05 th {
	width: 10%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
	text-align: center;
}
table.type05 td {
	width: 90%;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
}
h2 {
display: none;
}
/*-----------------------------------------------
header
-----------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform-origin: center top;
	animation: headerStart 3s ease 1s both;
	box-shadow: 0 5px 10px rgba(85, 85, 85, 0.41);
	z-index: 10;
	background: rgba(51, 51, 51, 0.64);
}
header:after {
	content: '';
	display: block;
	clear: both;
}
header #main_title {
	font-weight: bold;
	display: block;
	transition: all 1s ease;
	color: #FFF;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	/* line-height: 3rem; */
	/* font-size: 2.5rem; */
	text-align: center;
	float: left;
	width: 100%;
	margin-right: -45px;
}
header h1:hover {
	opacity: 0.5;
	transform: scale(1.1);
}
.ctype {
	font-size: 1.3rem;
	margin-right: 5px;
	font-family: sans-serif;
	font-weight: 400;
	position: relative;
	top: -5px;
}
.cname {
	font-size: 2.6rem;
}
header nav {
	background: rgba(51, 51, 51, 0.64);
	box-shadow: 0 5px 10px rgba(85, 85, 85, 0.41);
	clear: both;
}
p.nav_e {
	display: none;
	font-family: 'Fjalla One';
}
header nav ul {
	border-top: 1px solid #999;
}
header nav ul:after {
	content: '';
	display: block;
	clear: both;
}
header nav li {
	overflow: hidden;
	display: block;
	border-top: 1px solid #555;
	border-bottom: 1px solid #999;
	text-align: center;
}
header nav ul li a {
	transition: all 1s ease;
	display: block;
	color: #FFF;
	line-height: 3rem;
	padding: 0 0.8rem;
}
header nav ul li a:hover {
	background: rgba(255,255,255,0.2);
	;
}
header nav ul li a:hover > p:first-child {
	opacity: 0;
}
header nav ul li a:hover > p:last-child {
	opacity: 1
}
/*-----------------------------------------------
nav
-----------------------------------------------*/
#nav_btn_wp {
	position: relative;
	width: 45px;
	height: 40px;
	float: right;
	border: 1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.2);
}
#nav_btn_l {
	position: absolute;
	transition: all 1s ease;
	transform: scale(1);
	transform-origin: center center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
#nav_btn_l i {
	width: 30px;
	height: 2px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 18px;
	left: 7px;
}
#nav_btn_l i:before {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: -7px;
	left: 0;
}
#nav_btn_l i:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 7px;
	left: 0;
}
#nav_btn_wp #nav_btn_x {
	position: absolute;
	transition: all 1s ease;
	transform: scale(0);
	transform-origin: center center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
#nav_btn_x i {
	position: absolute;
	top: 18px;
	left: 7px;
}
#nav_btn_x i:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: rgba(255,255,255,0.5);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
}
#nav_btn_x i:before {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	transform: rotate(-45deg);
	top: 0;
	left: 0;
}
/*-----------------------------------------------
slider
-----------------------------------------------*/
#slider {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 100%;
	overflow: hidden;
}
.slider {
	width: 100%;
	height: 100%;
	position: absolute;
	transform-origin: center center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 0;
	background-size: cover;
}
#slider_title_box {
	position: fixed;
	z-index: 11;
	width: 100%;
}
.st {
	margin: 0 auto;
	display: block;
	animation: hatch 4s ease both;
}
#slider_word_wp {
	text-align: center;
	padding: 20px 0;
	animation: textBack 3s 7s both;
}
#slider_word_wp img:nth-of-type(1) {
	animation: hatch 2s ease 1s both;
}
#slider_word_wp img:nth-of-type(2) {
	animation: hatch 2s ease 2s both;
}
#slider_word_wp img:nth-of-type(3) {
	animation: hatch 2s ease 3s both;
}
.s_message:nth-of-type(1) {
	animation: myhatch 2s ease 1s both;
}
.s_message:nth-of-type(2) {
	animation: myhatch 2s ease 2s both;
}
.s_message:nth-of-type(3) {
	animation: myhatch 2s ease 3s both;
}
#slider_wp {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#slider_voice {
	background: url(./images/staff_voice.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	height: 100%;
	display: none;
}
span.s_message {
	font-size: 2rem;
	font-weight: 900;
	color: #424242;
	font-family: sans-serif;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.3);
}
span.s_strong {
	color: #15A5E6;
}
/*-----------------------------------------------
secition message
-----------------------------------------------*/
#message {
	background: rgba(255, 255, 255, 0.81);
	padding: 3rem 5%;
	color: #555;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(255,255,255,0.8);
}
#message h1 {
	margin: 0 auto 2rem;
	text-align: center;
}
#message h1 p:first-of-type {
	margin: 0 0 10px;
	font-size: 1.3rem;
}
#message h1 span:first-child {
	font-family: 'Monoton', cursive;
	font-size: 4.8rem;
	font-family: 'Arizonia', cursive;
	font-family: 'Great Vibes', cursive;
	margin-right: 1rem;
}
#message h1 span:last-child {
	font-family: serif;
	font-size: 0.8rem;
}
#message article .aword {
	margin: 0 0 2rem;
	position: relative;
}
#message .message_word_box {
	transition: opacity 1s ease-in-out;
	text-align: center;
}
#message .message_word_box:last-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
}
#message .aword:last-child {
	text-align: right;
	position: relative;
	margin: 0;
}
#message .p_name {
	display: block;
	transition: opacity 1s ease-in-out 1s;
	font-family: 'Parisienne', cursive;
	font-size: 2.2rem;
	line-height: 2.2rem;
}
#message .p_name:last-child {
	opacity: 0;
	font-family: serif;
	margin-top: -2.2rem;
}
.p_name span:first-child {
	font-size: 0.6rem;
}
/*-----------------------------------------------
service
-----------------------------------------------*/

#service {
	padding: 19% 5%;
	background-image: url(./images/service_back.jpg);
	background-size: cover;
	position: relative;
}
#service h1 {
	position: relative;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(0,0,0,0.3);
	text-align: center;
	max-width: 520px;
	margin: 0 auto 7%;
}
#service_description {
    color: #fff;
    max-width: 480px;
    margin: 0 auto 10%;
}
#service .service_sub {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);
	color: #9C9C9C;
	text-align: center;
	text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.3), 0px -1px 0 rgba(255, 255, 255, 0.3);
	line-height: 40px;
}
#service #service_title_e {
	font-family: 'Fjalla One', sans-serif;
	font-size: 3rem;
	font-weight: 900;
	color: #E8E8E8;
	text-shadow: 0px -1px 0px rgba(255,255,255,0.3), 0px 1px 0px rgba(255,255,255,0.3);
	line-height: 3.8rem;
	margin: 0 0 1rem;
	transition: all 1s ease .5s; /* font-family: 'Montserrat', sans-serif; */
	transform-origin: center bottom;
}
#service #service_title_j {
	font-family: serif;
	font-weight: 100;
	display: block;
	color: #ECECEC;
	text-shadow: 0 1px 1px rgba(204, 204, 204, 0.81), -1px -1px 1px rgba(0,0,0,0.1);
	font-size: 2.3rem;
	transition: all 1s ease .5s;
	position: relative;
	overflow: hidden;
	transform: scale(0.3);
	transform-origin: center top;
}
#service_line {
	border: none;
	box-shadow: 0 0 3px #FFF;
	height: 2px;
	background: rgba(255,255,255,0.7);
	width: 0;
	margin: 0;
	transition: 1s ease-in-out 1s all;
	margin-top: 0.6rem;
}
.service_article {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 5%;
}
.service_textarea {
	background: rgba(0,0,0,0.6);
	padding: 5%;
	color: #FFF;
	opacity: 0;
	height: 200px;
	transition: opacity 1s ease;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8),0 -1px 0 rgba(0,0,0,0.8);
}
.service_textarea:hover {
	opacity: 1
}
.service_image {
	max-width: 400px;
	height: 200px;
}
#service_btn span {
	color: rgba(255,255,255,0.9);
	border: 2px solid rgba(255,255,255,0.8);
	padding: 5px 7px 5px 15px;
	position: relative;
	line-height: 28px;
	border-radius: 5px;
}
#service_btn span:before {
	content: '';
	display: inline-block;
	position: absolute;
	height: 100%;
	width: 0;
	background: rgba(255,255,255,0.3);
	top: 0;
	left: 0;
	transition: 0.4s ease-in-out 1s all;
}
.service_btn_hover {
	width: 100% !important;
	background: none!important;
}
#service_btn i {
	transition: 1s ease;
	height: 28px;
	width: 28px;
	position: relative;
	display: inline-block;
	transform-origin: center center;
}
#service_btn i:before {
	width: 10px;
	height: 2px;
	background: #FFF;
	content: '';
	display: block;
	position: absolute;
	right: 9px;
	transform: rotate(45deg);
	top: 9px;
}
#service_btn i:after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: #FFF;
	position: absolute;
	right: 9px;
	transform: rotate(-45deg);
	top: 15px;
}
#service_btn {
	padding: 5px 20px;
	width: auto;
	text-align: center;
	margin: 0 0 3rem;
}
#service_article {
	display: none;
	max-width: 400px;
	margin: 0 auto;
}
#service_article_wp {
	overflow: hidden;
}
.service_open {
	opacity: 1 !important;
}
/*-----------------------------------------------
feature
-----------------------------------------------*/

#feature {
	background: #389EB5;
	padding: 18% 5%;
	color: #FFF;
}
#feature h1 span:first-of-type {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 600;
	display: block;
	text-align: center;
	font-size: 4rem;
	line-height: 4rem;
	padding: 20px 0;
	transition: 1s ease all;
	font-family: 'Montserrat', sans-serif;
}
#feature h1 span:last-of-type {
	font-family: serif;
	font-weight: 900;
	text-align: center;
	display: block;
	font-size: 1.5rem;
	line-height: 4rem;
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px 0;
	transition: 1s ease-in-out all;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	opacity: 0;
}
#feature > p {
	text-align: justify;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(0,0,0,0.3);
	max-width: 500px;
	margin: 0 auto 3rem;
}
#feature article {
	margin: 0 0 2rem;
}
#feature_btn span {
	color: rgba(255,255,255,0.9);
	border: 2px solid rgba(255,255,255,0.8);
	padding: 5px 7px 5px 15px;
	position: relative;
	line-height: 28px;
	border-radius: 5px;
}
#feature_btn i {
	transition: 1s ease;
	height: 28px;
	width: 28px;
	position: relative;
	display: inline-block;
	transform-origin: center center;
}
#feature_btn i:before {
	width: 10px;
	height: 2px;
	background: #FFF;
	content: '';
	display: block;
	position: absolute;
	right: 9px;
	transform: rotate(45deg);
	top: 9px;
}
#feature_btn i:after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: #FFF;
	position: absolute;
	right: 9px;
	transform: rotate(-45deg);
	top: 15px;
}
#feature_btn {
	padding: 5px 20px;
	width: auto;
	text-align: center;
	margin: 0 0 3rem;
}
#feature_article {
	display: none;
}
#feature_article:before {
	content: '';
	display: block;
	padding-top: 20px;
}
#feature_article > article {
	margin: 0 0 40px;
}
#feature_article_wp:after {
	content:'';
	display:block;
	clear:both;
}
#feature article .aword {
	text-align: justify;
}
#feature > h1 {
	text-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(0,0,0,0.3);
	position: relative;
	transition: 1s ease all;
	border: 1px solid #FFF;
	border-right: none;
	border-left: none;
	max-width: 400px;
	margin: 0 auto 3rem;
}
.option_wp {
	width: 250px;
	height: 250px;
	border: 20px solid #FFF;
	border-radius: 50%;
	position: relative;
	margin: 0 auto 3rem;
	box-shadow: inset 0 0 0 6px rgb(20, 188, 226), 0 0 0 6px rgb(20, 188, 226);
	box-sizing: content-box;
	background-color: #389EB5;
}
.option {
	font-family: 'Fjalla One', sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 16px;
}
.option :first-child {
	font-size: 2rem;
	margin-bottom: -0.4rem;
}
.option :last-child {
	font-size: 1.4rem;
}
.f_title {
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 90px;
	text-shadow: 1px 1px 1px rgba(62, 110, 121, 0.62), -1px -1px 1px rgba(61, 107, 117, 0.58);
}
.work_corse {
	border: 12px solid rgba(255, 255, 255, 0.42);
	border-right: none;
	border-left: none;
	text-align: center;
	padding: 1rem;
}
.work_text {
	padding: 1rem 0 3rem;
	text-align: justify;
}
.f_sub_title {
	padding: 24px;
	position: relative;
	z-index: 0;
	margin: 0 auto 2rem;
	text-align: center;
	max-width: 600px;
}
.f_sub_title:before {
	content: '';
	display: block;
	position: absolute;
	border: 7px solid #00BCD4;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translate(-5px, -5px);
	z-index: 1;
}
.f_sub_title:after {
	content: '';
	display: block;
	position: absolute;
	border: 5px solid rgba(0, 0, 0, 0.25);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translate(5px, 5px);
	z-index: -1;
}
.f_text {
	max-width: 560px;
	margin: 0 auto 3rem;
	text-align: justify;
}
.feature_option_open {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding-top: 175px;
	opacity: 0;
	transition: opacity 1s ease .2s;
}
.feature_line {
	margin: 0;
	border: none;
	height: 2px;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 2px 10px #FFF;
	transition: 1s ease-in-out all;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
}
.feature_line:last-of-type {
	top: inherit;
	left: inherit;
	right: 0;
	bottom: 0;
	box-shadow: 0 -2px 10px #FFF;
}
#bxslider_f > li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 3s ease;
	border-radius: 20px;
}
#bxslider_f {
	position: relative;
	height: 250px;
	margin: 0 0 10%;
}
ul.kenshu_photo > li {
	width: 100%;
	height: 220px;
	border-radius: 10px;
	margin: 0 0 5%;
}
ul.kenshu_photo {
	position: relative;
	max-width: 800px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 23px;
	display: none;
}
.kenshu_ocation {
	background: #21B3D4;
	font-size: 1.2rem;
	line-height: 40px;
	position: relative;
	text-align: center;
	margin: 0 0 1rem;
	border: 1px solid #fff;
	max-width: 100%;
	cursor: pointer;
}
.kenshu_ocation:before {
	content: '★';
	width: 40px;
	height: 30px;
	text-align: center;
	line-height: 35px;
	display: block;
	background: #78E6FF;
	position: absolute;
	top: -6px;
	left: 10px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	font-size: 0px;
	transition: font-size 1s ease;
}
.kenshu_ocation.kenshu_open:before {
	font-size: 16px;
}
.kenshu_ocation:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 24px;
	left: 10px;
	border: 4px solid #78E6FF;
	border-right-width: 20px;
	border-left-width: 20px;
	border-bottom-color: transparent;
}
.kenshu_ocation > span {
	font-size: 0.7rem;
	float: right;
	padding-right: 40px;
	transition: opacity .6s ease;
}
.kenshu_ocation.kenshu_open > span {
	opacity: 0;
}
#kenshu_message {
	margin: 5% 0 10%;
}
.option_section {
	max-width: 400px;
	margin: 0 auto;
}
.profile_img {
	width: 100%;
	height: 330px;
	border: 12px solid #FFF;
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5) inset, -1px -1px 5px rgba(0,0,0,0.5) inset, 1px 1px 5px rgba(0,0,0,0.2), -1px -1px 5px rgba(0,0,0,0.2);
	border-bottom-width: 44px;
	position: relative;
	max-width: 400px;
	margin: 0 auto 3rem;
}
.profile_img:before {
	content: 'Hidenobu Nitta';
	position: absolute;
	bottom: -32px;
	left: 5px;
	color: #999;
	font-family: cursive;
	font-size: 1.3rem;
	line-height: 20px;
}
.profile_img:after {
	content: '新田秀信';
	position: absolute;
	bottom: -32px;
	right: 5px;
	color: #999;
	line-height: 20px
}
.dokuritu_profile h3 {
	font-family: sans-serif;
	text-align: center;
	background: rgba(255, 255, 255, 0.18);
	line-height: 38px;
	font-weight: 100;
	max-width: 400px;
	margin: 0 auto 2rem;
}
.dokuritu_q:before {
	content: 'Q';
	color: #FFC1C1;
	font-size: 2rem;
	margin-right: 5px;
	text-shadow: 0 1px 0px rgba(0,0,0,0.3);
}
.dokuritu_q {
	margin: 0 0 1rem;
	text-shadow: 0 1px 0 rgba(78, 98, 103, 0.55), 0 -1px 0 rgba(78, 98, 103, 0.55);
}
.dokuritu_a {
	margin: 0 0 2rem;
	text-shadow: 0 1px 0 rgba(78, 98, 103, 0.55), 0 -1px 0 rgba(78, 98, 103, 0.55);
}
#stepup {
	background: rgb(255, 255, 255);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	margin: 0 0 5%;
}
#stepup_word {
	margin: 0 0 10%;
}
.feature_option_open > span {
	margin-right: 10px;
	font-size: 20px;
	margin-left: 37px;
}
i.option_point {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(http://www.gain-co.jp/wp-content/uploads/2016/03/a7353eeba3c145bec53edb0f00709d1e.png) no-repeat center center;
	background-size: contain;
	transform: rotate(20deg);
	transform-origin: top left;
}
/*-----------------------------------------------
voice
-----------------------------------------------*/
#voice:before {
	content: '';
	display: block;
	padding-top: 10%;
}
#voice_btn span {
	color: rgba(255,255,255,0.9);
	border: 2px solid rgba(255,255,255,0.8);
	padding: 5px 7px 5px 15px;
	position: relative;
	line-height: 28px;
	border-radius: 5px;
}
#voice_btn i {
	transition: 1s ease;
	height: 28px;
	width: 28px;
	position: relative;
	display: inline-block;
	transform-origin: center center;
}
#voice_btn i:before {
	width: 10px;
	height: 2px;
	background: #FFF;
	content: '';
	display: block;
	position: absolute;
	right: 9px;
	transform: rotate(45deg);
	top: 9px;
}
#voice_btn i:after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: #FFF;
	position: absolute;
	right: 9px;
	transform: rotate(-45deg);
	top: 15px;
}
#voice_btn {
	padding: 5px 20px;
	width: auto;
	text-align: center;
	margin: 0 0 3rem;
}
#voice h1 {
	margin: 0 0 10%;
	text-align: center;
	background: rgba(0,0,0,0.3);
	padding: 2rem 0;
}
#voice h1 span:first-of-type {
	color: rgba(255,255,255,0.9);
	font-family: 'Fjalla One', sans-serif;
	font-size: 3rem;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3), 1px -1px 1px rgba(0,0,0,0.3);
	transition: all 1s ease;
	font-family: 'Montserrat', sans-serif;
	margin-right: 2rem;
	line-height: 4rem;
	transform-origin: center bottom;
}
#voice h1 span:last-of-type {
	color: rgba(255,255,255,0.9);
	font-size: 3rem;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3), 1px -1px 1px rgba(0,0,0,0.3);
	font-family: serif;
	transition: all 1s ease;
	transform-origin: center top;
	transform: scale(0.3);
	line-height: 4rem;
}
#voice #voice_wp {
	background: #2B3940;
	padding: 7% 5%;
}
#voice article {
	background: rgba(255, 254, 247, 0.95);
	padding: 5%;
	margin: 5%;
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3) inset, -1px -1px 1px rgba(0,0,0,0.3) inset;
}
#voice article h2 {
	background: #4DB6E8;
	color: #FFF;
	width: 100px;
	line-height: 28px;
	text-align: center;
	margin: -14px 0 14px 10px;
	position: relative;
	z-index: 10;
}
.voice_btn span {
	color: rgba(255,255,255,0.9);
	border: 2px solid rgba(255,255,255,0.8);
	padding: 5px 7px 5px 15px;
	position: relative;
	line-height: 28px;
	border-radius: 5px;
	background: #2B3940;
}
.voice_btn i {
	transition: background .6s ease;
	height: 23px;
	width: 25px;
	position: relative;
	display: inline-block;
	transform-origin: center center;
	background: url(./images/movie.svg) no-repeat center center;
	background-size: contain;
	margin: 0 10px 0 16px;
	opacity: 0.8;
	top: 3px;
}

.voice_btn {
	text-align: center;
	margin: 1rem 0 0;
	cursor: pointer;
}
#voice_wp > h2 {
	text-align: center;
	transition: 1s ease all;
	top: 0;
	position: relative;
	left: 0;
	transform-origin: center center;
	margin: 0 0 20px;
}
#voice_wp h2 span {
	background: #F3F3F3;
	line-height: 30px;
	position: relative;
	padding: 0 10px;
	color: #555;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -1px 0 rgba(0,0,0,0.1);
}
#voice_wp h2 span:before {
	content: '';
	display: inline-block;
	border: 15px solid transparent;
	border-right-color: #F3F3F3;
	position: absolute;
	left: -30px;
}
#voice_wp h2 span:after {
	content: '';
	display: inline-block;
	border: 15px solid #F3F3F3;
	position: absolute;
	right: -30px;
	border-right-color: transparent;
}
.bx-wrapper img {
	width: 100%;
}
.interview_wp {
	position: relative;
}
.youtube {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	opacity: 0;
	transition: all 1s ease;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.interview_img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 300px;
}
/*-----------------------------------------------
recruit
-----------------------------------------------*/
.wp_card {
	max-width: 600px;
	height: 100px;
	position: relative;
	text-align: center;
	line-height: 100px;
	margin: 0 auto;
	border: 1px solid #000;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.31);
	border-radius: 7px;
}
.card_open {
	transform: rotateY(180deg);
}
.front_card, .back_card {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	position: absolute;
	font-size: 5rem;
	font-family: 'Montserrat', sans-serif;
}
.back_card {
	font-family: serif;
	font-size: 3rem;
}
#recruit > h1 {
	margin: 0 0 2rem;
}
#recruit {
	background: #ffaa08;
	color: #000;
	padding: 5%;
}
#recruit_article {
	max-width: 600px;
	margin: 0 auto;
}
#recruit_subtitle {
	margin: 0 0 30px;
	font-family: sans-serif;
	font-size: 1.3rem
}
.card_show {
	animation: pullIn 1s ease 1s both;
}
.card_hide {
	animation: pullOut 1s ease 0s both;
}
#recruit_textarea_1 {
	margin: 0 0 10%;
}
#recruit_textarea_2 {
	margin: 0 0 10%;
}
#recruit_go {
	font-size: 1.5rem;
	border: 1px solid #000;
	border-radius: 3px;
	padding: 11px 30px;
	max-width: 250px;
	margin: 0 auto 10%;
	cursor: pointer;
}
#recruit_go i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(http://www.gain-co.jp/wp-content/uploads/2016/03/3a89e96bda43787c849b56be67cbac10.png) no-repeat center center;
	background-size: contain;
	margin-left: 41px;
	transition: background 1s ease;
}
#recruit_go i.open {
	background-image: url(http://www.gain-co.jp/wp-content/uploads/2016/03/c8df9c0a5aac03ca4bb303ec513011bb.png);
}
#recruit_textarea_2 {
	display: none;
}
/*-----------------------------------------------
schedule
-----------------------------------------------*/
#schedule {
	background: #FFFFFF;
	padding: 15% 5%;
}
#schedule h1 span:first-of-type {
	display: block;
	font-size: 3rem;
	font-family: 'Fjalla One', sans-serif;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	z-index: 1;
}
#schedule h1 span:last-of-type {
	font-size: 0.8rem;
	color: #444;
	position: relative;
	z-index: 1;
}
#schedule_bord {
	position: absolute;
	background: transparent;
	z-index: -1;
	transition: all 0.5s ease .5s;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform-origin: center center;
	transform: scale(0);
}
#schedule_bord:before, #schedule_bord:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 23px;
	width: 46%;
	height: 20px;
	box-shadow: 0 20px 10px 5px rgba(31,31,31,0.4);
	transform: rotate(-3.5deg);
	left: 15px;
}
#schedule_bord:after {
	left: initial;
	right: 15px;
	transform: rotate(3.5deg);
}
#schedule_bord2 {
	background: #FFF;
	padding: 2rem 5%;
	transition: all 1s ease-out .5s;
	position: relative;
	overflow: hidden;
}
#schedule_bord2:after {
	content: '';
	display: block;
	position: absolute;
	background: url(./images/schedule_title.svg) no-repeat;
	width: 120px;
	height: 120px;
	background-size: contain;
	top: -11px;
	right: -5px;
	transform: rotate(20deg);
}
#schedule h1 {
	background: #FFF;
	position: relative;
	margin: 0 0 30px;
	z-index: 0;
	max-width: 600px;
	margin: 0 auto 4rem;
}
#schedule article {
	background: transparent;
	margin: 0 auto;
	padding: 40px 7%;
	position: relative;
	color: #444;
	transition: all 1s ease-out;
	max-width: 400px;
	overflow: hidden;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}
#schedule article:before {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	right: -3px;
	width: 80px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(20deg);
	opacity: 0;
}
#schedule article.open {
	background: #444;
	color: #FFF;
}
#schedule article.open:before {
	opacity: 0.5;
}
#schedule article:nth-of-type(1):before {
	background-image: url(./images/schedule_1.svg);
}
#schedule article:nth-of-type(2):before {
	background-image: url(./images/schedule_2.svg);
}
#schedule article:nth-of-type(3):before {
	background-image: url(./images/schedule_3.svg);
}
#schedule article:nth-of-type(4):before {
	background-image: url(./images/schedule_4.svg);
}
i.schedule_triangle {
	border: 15px solid transparent;
	border-right-width: 90px;
	border-left-width: 90px;
	border-top-color: #444;
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
}
i.schedule_triangle:last-child {
	display: none;
}
#schedule article h2 {
	color: inherit;
	margin: 0 0 3rem;
}
#schedule article .aword {
	color: inherit;
}
#schedule article h2 span:first-of-type:after {
	content: '';
	display: inline-block;
	border: 5px solid transparent;
	border-left-color: #FFF;
	margin: 0 3px 0 10px;
}
/*-----------------------------------------------
contact
-----------------------------------------------*/
#contact:before {
	content: '';
	display: block;
	padding-top: 10%;
}
#contact_form_box {
	background: #444;
	margin: 0;
}
#contact_form {
	padding: 10% 5%;
	max-width: 485px;
	margin: 0 auto;
}
h1#contact_title {
	margin: 0 0 10%;
	position: relative;
	text-align: center;
}
#contact_bord {
	position: relative;
	overflow: hidden;
	border: 5px solid #15C4DA;
	max-width: 520px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.41);
}
h1#contact_title #contact_bord_title span:nth-of-type(2) {
	color: #15C4DA;
	font-size: 3rem;
	font-family: serif;
	font-weight: 900;
	width: 18rem;
	line-height: 5rem;
	z-index: 10;
}
#contact_bord_title {
	position: relative;
	width: 17rem;
	margin: 0 auto;
}
.cricle_bule {
	background: #15C4DA;
	border-radius: 50%;
	padding: 35%;
	position: absolute;
	transition: all 0.6s ease-in-out;
	transform-origin: center;
	top: 68px;
	z-index: 0;
}
#contact_bord .cricle_bule:nth-of-type(1) {
	left: -22%;
	transition-delay: .5s;
}
#contact_bord .cricle_bule:nth-of-type(2) {
	left: 5%;
	transition-delay: 0.7s;
}
#contact_bord .cricle_bule:nth-of-type(3) {
	left: 33%;
	transition-delay: 0.9s;
}
#contact_bord .cricle_bule:nth-of-type(4) {
	left: 61%;
	transition-delay: 1.1s;
}
.grayScale {
	-webkit-filter: grayscale(100%);
}
.wpcf7 {
	margin: 96px 0;
}
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
	font-size: 1.4rem;
	padding: 1rem 0;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
	width: 100%;
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.5) inset;
}
#contact > h1 div#contact_bord_title span:first-of-type {
	font-family: 'Fjalla One', sans-serif;
	color: #15C4DA;
	font-size: 3rem;
	width: 14.5rem;
	line-height: 5rem;
}
.required {
	background: #FF8C8C;
	font-family: sans-serif;
	color: #FFF;
	line-height: 1.7rem;
	padding: 0 5px;
	margin-right: 1rem;
	font-weight: 900;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(0,0,0,0.3);
}
.any {
	background: #606871;
	font-family: sans-serif;
	color: #FFF;
	line-height: 1.7rem;
	padding: 0 5px;
	margin-right: 1rem;
	font-weight: 900;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(0,0,0,0.3);
}
.c_tr_c {
	margin: 0 0 0.7rem;
}
.c_tr_f {
	margin: 0 0 2rem;
}
.citem {
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(0,0,0,0.3);
}
.recruit_bannar {
	line-height: 48px;
	border: 1px solid;
	color: #fff;
	text-align: center;
	max-width: 400px;
	margin: 10% auto 0;
	background: #000;

}
.recruit_bannar:hover {
	background: rgba(255,255,255,0.3);
}
.recruit_bannar a {
	display: block;
}
.recruit_bannar_wp {
    background: rgba(0, 0, 0, 0.82);
    max-width: 400px;
    margin: 10% auto 0;
    border-radius: 4px;
}
/*-----------------------------------------------
recruit_info
------------------------------------------------*/
#recruit_info_wp {
	max-width: 600px;
	margin: 0 auto 10%;
	color: #000;
	background: rgba(0, 0, 0, 0.56);
	padding: 5%;
}
.rth {
	line-height: 4rem;
	font-size: 1.2rem;
	text-align: center;
	border: 1px solid #FFF;
	margin: 0 0 27px;
}
.rtd {
	line-height: 1.2rem;
}
.rtr {
	margin-bottom: 2rem;
}
.rtr:last-child {
	margin-bottom: 0
}
p.job:before {
	content: '■';
	margin-right: 0.5rem;
}
#recruit_info_wp p {
	margin-bottom: 24px;
	font-size: 0.8rem;
}
#recruit_info p.job {
	margin-bottom: 5px;
	font-size: 1rem;
}
#recruit_info_wp h2 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 3rem;
	font-family: sans-serif;
	font-weight: 900;
}
/*-----------------------------------------------
information
-----------------------------------------------*/
.ts {
	display: table-cell;
}
.ts:first-of-type {
	width: 5rem;
	box-sizing: content-box;
	padding: 0.9rem 1.5rem 0.9rem 0;
}
.ts:last-of-type {
	padding: 0.9rem 0;
}
.tr {
	border-bottom: 1px #FFF;
	border-bottom-style: dashed;
}
#wrapper {
	overflow: hidden;
}
.google_map {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
}
.google_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#information_wp {
	background: #00BCD4;
}
#information {
	padding: 10% 5%;
	color: #FFF;
	max-width: 800px;
	margin: 0 auto;
}
#information > h1 {
	margin: 0 0 2rem;
}
#information h1 p {
	background: rgba(0, 0, 0, 0.27);
	max-width: 400px;
	margin: 0 auto;
}
#information h1 p span {
	font-size: 3rem;
	line-height: 5rem;
	color: #00BCD4;
	display: block;
	text-align: center;
	font-family: serif;
	transition: opacity 0.6s ease-in-out;
}
#information h1 p span:last-child {
	margin-top: -5rem;
	opacity: 0;
}
#company_info {
	max-width: 400px;
	margin: 0 auto;
}
/*-----------------------------------------------
footer
-----------------------------------------------*/
footer {
	background: #354458;
	position: relative;
	z-index: 3;
	color: #FFF;
	padding: 5%;
}
#footer_logo a {
	font: 3rem sans-serif;
	font-weight: 900;
	font-family: 'Fjalla One', sans-serif;
	font-family: 'Montserrat', sans-serif;
}
#footer_copy {
	font-size: 0.8rem;
	text-align: center;
}
#footer_logo {
	margin: 0 0 1rem;
}
#footer address {
	margin: 0 0 1rem;
	font-style: normal;
}
#footer address p > span:first-child {
	margin-right: 1rem;
}
#footer {
	max-width: 400px;
	margin: 0 auto;
}
#topPage {
	height: 50px;
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	overflow: hidden;
}
#topPageIcon {
	width: 53px;
	border-radius: 50% 50% 0 0;
	background: #354458;
	margin: 0 auto;
	text-align: center;
	position: relative;
	margin-top: 50px;
	height: 50px;
	transition: all .6s ease .6s;
	cursor: pointer;
	transform-origin: center top;
}
#topPageIcon:hover {
	opacity: 0.9;
}
#topPageIcon.on {
	margin-top: 27px;
}
#topPageIcon:before, #topPageIcon:after {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	background: rgb(169, 175, 184);
	position: absolute;
	top: 12px;
	border-radius: 2px;
	left: 12px;
	transform: rotate(-30deg);
}
#topPageIcon:after {
	left: inherit;
	right: 12px;
	transform: rotate(30deg);
}


/*-----------------------------------------------
800px
-----------------------------------------------*/
@media screen and (min-width: 800px) {
footer {
	clear: both;
}
header nav li p:last-child {
	margin-top: -4rem;
	opacity: 0;
	font-size: 0.8rem;
}
header nav ul:after {
	content: '';
	display: block;
	clear: both;
}
nav li p {
	line-height: 4rem;
	transition: all 1s ease-in-out;
	font-size: 1.1rem;
}
#service > article {
	width: 45%;
	float: left;
}
footer {
	clear: both;
}
#company_info {
	max-width: 100%;
}
#information h1 p {
	max-width: 100%;
}
#nav_btn_wp {
	display: none;
}
#nav_btn {
	display: none;
}
header nav {
	display: block !important;
	float: right;
	clear: none;
	background: none;
	box-shadow: none;
	/* margin-right: 5%; */
	width: 72%;
	margin: 5px 0;
}
header nav li {
	text-align: center;
	float: left;
	border: none;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	border-right: 1px solid rgba(0, 0, 0, 0.31);
}
header nav li p:last-child {
	margin-top: -4rem;
	opacity: 0;
	font-size: 0.7rem;
}
header #main_title {
	float: left;
	width: 28%;/* margin: 0; *//* margin-left: 5%; *//* text-align: right; */
}
header nav ul:after {
	content: '';
	display: block;
	clear: both;
}
nav li p {
	line-height: 4rem;
	transition: all 1s ease-in-out;
	font-size: 1.1rem;
}
header nav ul {
	border: none;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
	border-left: 1px solid rgba(0, 0, 0, 0.31);
}
p.nav_e {
	display: block;
	font-size: 0.9rem;
}
.option_section {
	display: none;
	max-width: 600px;
}
.option_section:before {
	content: '';
	display: block;
	height: 3rem;
}
#feature > h1 {
	max-width: 600px;
}
#feature_article article {
	float: left;
	margin: 0 20px 40px;
	transition: all 1s ease;
	border-radius: 50%;
}
#feature_article article.option_scale:hover {
	transform: scale(1.4);
	position: relative;
	z-index: 1;
}
#feature_article article.option_scale:hover .feature_option_open {
	opacity: 1;
}
#feature_article article:hover .feature_option_open {
	opacity: 1;
}
#feature_article:hover article.option_scale:not(:hover) {
	opacity: 0.5;
	z-index: 0;
	transform: scale(0.7);
}
#feature_article {
	width: 660px;
	margin: 0 auto;
	/* display: block; */
}
#feature_btn {
	/* display: none; */
}
#feature #feature_article:before {
	padding-top: 40px;
}

ul.kenshu_photo > li {
	width: 44%;
	float: left;
	margin: 0 2.5% 5%;
	height: 250px;
}
.option_wp {
	transition: all 1s ease;
	margin: 0 auto;
	cursor: pointer;
}
#service_article {
	overflow: hidden;
	max-width: 730px;
	margin: 0 auto;
}
#service article {
	max-width: 47%;
	transition: all 1s ease;
	float: left;
	margin: 0 0 6%;
}
#service article:nth-of-type(1) {
	transform-origin: top left;
	margin-right: 6%;
}
#service article:nth-of-type(2) {
	transform-origin: top right;
}
#service article:nth-of-type(3) {
	margin-right: 6%;
	transform-origin: bottom left;
}
#service article:nth-of-type(4) {
	transform-origin: bottom right;
}
#service article:hover {
	transform: scale(1.3);
}
#service_article:hover article:not(:hover) {
	transform: scale(0.7);
	opacity: 0.5;
}
#topPageIcon {
	transform: scale(1.8);
}
#topPageIcon.on {
	transform: scale(1.9);
}
#topPageIcon.on:hover {
	transform: scale(2);
}
#topPageIcon.on {
	margin-top: 10px;
}
.rth {
	display: table-cell;
	width: 5rem;
	line-height: 1rem;
	font-size: 1rem;
	text-align: left;
	margin: 0;
	border: none;
}
.rtd {
	display: table-cell;
	line-height: 1rem;
}
header h1 > a:before {
	font-size: 30%;
}
}

/*-----------------------------------------------
1000px
-----------------------------------------------*/
@media screen and (min-width: 1000px) {
#schedule article:nth-of-type(1) {
	transition-delay: 0s;
}
#schedule article:nth-of-type(2) {
	transition-delay: 1s;
}
#schedule article:nth-of-type(3) {
	transition-delay: 2s;
}
#schedule article:nth-of-type(4) {
	transition-delay: 3s;
}
#schedule article {
	float: left;
	height: 234px;
	padding: 20px;
	max-width: 190px;
	box-sizing: border-box;
	margin: 0;
}
#shcedule_step {
	overflow: hidden;
	margin: 0 auto;
	max-width: 850px;
}
#schedule:after {
	content: '';
	display: block;
	clear: both;
}
i.schedule_triangle {
	float: left;
	transform: rotate(-90deg) translateX(-90px);
	margin-left: -66px;
	margin-right: -84px;
}
i.schedule_triangle:last-child {
	display: none;
}
header h1 > a:before {
	font-size: 50%;
}
}