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

module
==================================================*/


/*	animation	*/

.animation.close {
	opacity: .00;
	filter: alpha( opacity=00 );
	-ms-filter: "alpha( opacity=00 )";
	-khtml-opacity: .00;
	-moz-opacity: .00;
}
.animation, .animation.open {
	opacity: 1.00;
	filter: alpha( opacity=100 );
	-ms-filter: "alpha( opacity=100 )";
	-khtml-opacity: 1.00;
	-moz-opacity: 1.00;
}
/*	common	*/

.white, .white * {
	color: rgba( 255,255,255,1.00 ) !important;
}
/*	btn	*/

.btn {
	color: rgba( 61,44,89,1.00 );
	border: 1px solid rgba( 61,44,89,1.00 );
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 120%;
	box-sizing: border-box;
	font-style: italic;
	letter-spacing: 4px;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.btn:before {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: rgba( 61,44,89,1.00 );
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY( -50% );
	-webkit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	-ms-transform: translateY( -50% );
}
.btn-wrap {
	margin-top: 32px;
}
.btn-m {
	font-size: 123%;
	width: 240px;
	height: 48px;
	padding: 12px;
}
.btn.white {
	border-color: rgba( 255,255,255,1.00 );
}
.btn.white:before {
	background: rgba( 255,255,255,1.00 );
}
/*	section	*/

.section {
	margin-top: 80px;
}
.section-header {
	border-left: 4px solid rgba( 61,47,91,1.00 );
	margin: -40px 0 0;
	padding: 0 0 0 32px;
}
.close .section-header {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	margin-left: -40px;
}
.section-header, .open .section-header {
	transition: all 2.0s ease-out;
	-webkit-transition: all 2.0s ease-out;
	-moz-transition: all 2.0s ease-out;
	-ms-transition: all 2.0s ease-out;
	margin-left: 0;
}
.section-header * {
	line-height: 100%;
	letter-spacing: 4px;
	font-style: italic;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.section-header h1 {
	color: rgba( 61,47,91,1.00 );
	font-size: 492%;
}
.section-header h2 {
	color: rgba( 61,47,91,0.7 );
	font-size: 123%;
	margin-top: 8px;
}
/*	title	*/

.en-title {
	color: rgba( 61,44,89,0.86 );
	font-size: 246%;
	font-style: italic;
	letter-spacing: 4px;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
/*	template	*/

.default-template p, .default-template ul, .default-template ol, .default-template table, .default-template dl {
	margin-top: 24px;
	font-size: 123%;
	line-height: 180%;
}
.default-template ul li, .default-template ol li {
	margin-top: 8px;
	line-height: 120%;
}
.default-template table th, .default-template table td {
	border-bottom: 1px solid rgba( 0,0,0,0.15 );
	text-align: left;
	vertical-align: top;
	padding: 16px 0;
}
.default-template table thead th, .default-template table thead td {
	color: rgba( 22,16,33,0.86 );
	border-bottom: 2px solid rgba( 0,0,0,0.15 );
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 16px;
}
.default-template table th {
	padding-right: 40px;
	white-space: nowrap;
}
.default-template table td {
	color: rgba( 22,16,33,0.5 );
}
/*	form-wrap	*/

.form-wrap {
	margin-top: 3%;
}
.form-wrap input[type=text], .form-wrap input[type=email], .form-wrap input[type=tel], .form-wrap input[type=number], .form-wrap input[type=date], .form-wrap select, .form-wrap textarea {
	background: none;
	border-radius: 4px;
	border: none;
	border: 1px solid rgba( 0,0,0,0.15 );
	box-sizing: border-box;
	width: 100% !important;
	padding: 1.5%;
	background: #FFF;
}
:placeholder-shown, ::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
 color: rgba( 0,0,0,0.15 );
 opacity: 1;
}
.form-wrap textarea {
	height: 112px !important;
}
.form-wrap input[type="submit"] {
	background: none;
	cursor: pointer;
}
.form-wrap input[type="submit"]:before {
	border: none;
	display: none;
}
.btn-wrap {
	text-align: center;
	margin-top: 3%;
}
.form-wrap dl {
	margin-top: 0;
	text-align: left;
	float: left;
	display: inline;
	width: 49%;
	box-sizing: border-box;
}
.form-wrap dl:nth-child( odd ) {
	margin-right: 2%;
}
.form-wrap dt {
	margin-top: 4%;
	font-size: 14px;
	color: #584a72;
	font-weight: bold;
}
.form-wrap dd {
	color: rgba( 22,16,33,0.7 );
	margin-top: 1%;
}
/*==================================================

index
==================================================*/


/*	keyvisual	*/

#keyvisual {
	background: url(../img/index/keyvisual_img01.png) center bottom no-repeat;
	box-sizing: border-box;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
}
/*	entrance	*/

#entrance {
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translateX( -10% ) translateY( -50% );
	-webkit-transform: translateX( -10% ) translateY( -50% );
	-moz-transform: translateX( -10% ) translateY( -50% );
	-ms-transform: translateX( -10% ) translateY( -50% );
	width: 33.33%;
}
#entrance h1 {
	color: rgba( 61,47,91,1.00 );
	font-size: 200%;
	font-weight: bold;
	line-height: 160%;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#entrance h2 {
	margin-top: 24px;
}
#entrance .btn-wrap {
	margin-top: 20px;
	text-align: left;
}
#entrance .playmovie {
	margin-top: 40px;
}
#entrance .playmovie a {
	background: url(../img/common/playmovie.jpg) no-repeat;
	display: flex;
	width: 240px;
	height: 96px;
	font-size: 24px;
	color: #fff;
	justify-content: center;
	align-items: center;
	letter-spacing: 7px;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-style: italic;
}
/*	serviceGuide	*/

#serviceGuide {
	border-top: 1px solid rgba(0,0,0,0);
	background: url(../img/index/serviceguide_bg01.png) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin-top: -80px;
	position: relative;
	padding-bottom: 80px;
}
#serviceGuide:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	height: 80px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f8fd+0,f9f8fd+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(249,248,253,1) 0%, rgba(249,248,253,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(249,248,253,1) 0%, rgba(249,248,253,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(249,248,253,1) 0%, rgba(249,248,253,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8fd', endColorstr='#00f9f8fd', GradientType=0 ); /* IE6-9 */
	content: '';
}
/*		HelpList: 	*/
#helplist {
	color: #3D2C59;
	font-weight: bold;
}
#helplist h3 {
	font-size: 230%;
}
#helplist h3 {
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: bold;
	margin: 50px auto;
}
#helplist ul {
	margin: 20px auto;
}
#helplist ul li {
	margin: 15px auto;
	font-size: 17px;
}
#helplist ul li:before {
	content: " ";
	display: inline-flex;
	background: url(../img/common/img_check.png) no-repeat left center;
	width: 40px;
	height: 18px;
}
#helplist h5 {
	background: url(../img/common/img_omakase.png) no-repeat center center;
	width: 100%;
	display: block;
	height: 63px;
	background-size: contain;
	margin: 50px auto;
}

@media only screen and (max-width: 760px) {
#helplist h3 {
	font-size: 180%;
	margin: 30px auto;
}
#helplist h5 {
	background: url(../img/common/img_omakase_s.png) no-repeat center center;
	background-size: contain;
	margin: 10px auto;
}
}
/*	conceptGuide	*/

#conceptGuide {
	margin-top: 40px;
	padding-bottom: 120px;
	position: relative;
	font-size: 123%;
	z-index: 10;
	zoom: 1;
}
#conceptGuide:after {
	clear: both;
	display: block;
	content: '';
	height: 0;
}
#conceptGuide figure {
	float: right;
	width: 71.42%;
}
#conceptGuide:before {
	background: rgba( 61,47,91,0.3 );
	content: '';
	display: block;
	width: 25%;
	height: 50%;
	position: absolute;
	z-index: -1;
}
#conceptGuide.close:before {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	right: -120px;
	bottom: 0px;
}
#conceptGuide:before, #conceptGuide.open:before {
	transition: all 10.0s ease-out;
	-webkit-transition: all 10.0s ease-out;
	-moz-transition: all 10.0s ease-out;
	-ms-transition: all 10.0s ease-out;
	right: -80px;
	bottom: 40px;
}
#conceptGuide.close figure {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	margin-right: -40px;
}
#conceptGuide figure, #conceptGuide.open figure {
	transition: all 6.0s ease-out;
	-webkit-transition: all 6.0s ease-out;
	-moz-transition: all 6.0s ease-out;
	-ms-transition: all 6.0s ease-out;
	margin-right: 0;
}
#conceptGuide .text {
	background: rgba( 255,255,255,0.86 );
	position: absolute;
	left: 0;
	padding: 40px;
	width: 42.85%;
}
#conceptGuide.close .text {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	bottom: -40px;
}
#conceptGuide .text, #conceptGuide.open .text {
	transition: all 2.0s ease-out;
	-webkit-transition: all 2.0s ease-out;
	-moz-transition: all 2.0s ease-out;
	-ms-transition: all 2.0s ease-out;
	bottom: 0;
}
#conceptGuide .text h4 {
	color: rgba( 61,47,91,0.7 );
	margin-top: 8px;
}
#conceptGuide .text p {
	margin-top: 16px;
}
/*	mainService	*/

#mainService .main-service-detail {
	font-size: 123%;
	margin-top: 40px;
	padding: 0 0 40px;
	position: relative;
	zoom: 1;
}
#mainService .main-service-detail:after {
	clear: both;
	display: block;
	content: '';
	height: 0;
}
#mainService figure {
	width: 50%;
}
#mainService .text {
	background: rgba( 61,47,91,0.86 );
	color: rgba( 255,255,255,1.00 );
	position: absolute;
	width: 53.57%;
	box-sizing: border-box;
	padding: 40px;
}
#mainService .main-service-detail.close .text {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	bottom: 24px;
}
#mainService .text, #mainService .main-service-detail.open .text {
	transition: all 5.0s ease-out;
	-webkit-transition: all 5.0s ease-out;
	-moz-transition: all 5.0s ease-out;
	-ms-transition: all 5.0s ease-out;
	bottom: 0;
}
#mainService header h3 {
	font-style: italic;
	letter-spacing: 4px;
	font-size: 184%;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#mainService header h4 {
	color: rgba( 255,255,255,0.5 );
	margin-top: 8px;
}
#mainService p {
	margin-top: 16px;
}
/*	ojt	*/

#ojt {
	margin-right: 80px;
}
#ojt h3 {
	margin-bottom: 30px;
}
#ojt figure {
	float: left;
}
#ojt.close figure {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	margin-left: 40px;
}
#ojt figure, #ojt.open figure {
	transition: all 2.0s ease-out;
	-webkit-transition: all 2.0s ease-out;
	-moz-transition: all 2.0s ease-out;
	-ms-transition: all 2.0s ease-out;
	margin-left: 0;
}
#ojt .text {
	right: 0;
}
/*	omotenashi	*/

#omotenashi {
	margin-left: 80px;
}
#omotenashi figure {
	float: right;
}
#omotenashi.close figure {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	margin-right: 40px;
}
#omotenashi figure, #omotenashi.open figure {
	transition: all 2.0s ease-out;
	-webkit-transition: all 2.0s ease-out;
	-moz-transition: all 2.0s ease-out;
	-ms-transition: all 2.0s ease-out;
	margin-right: 0;
}
#omotenashi .text {
	left: 0;
}
/*	otherService	*/

#otherService {
	margin-top: 80px;
}
#otherService ul {
	zoom: 1;
}
#otherService ul:after {
	clear: both;
	display: block;
	content: '';
	height: 0;
}
#otherService li {
	width: 31.42%;
	margin-top: 2.87%;
	float: left;
	display: inline;
	margin-left: 2.87%;
	position: relative;
}
#otherService.close li {
	transition-delay: .0s !important;
	-webkit-transition-delay: .0s !important;
	-moz-transition-delay: .0s !important;
	-ms-transition-delay: .0s !important;
	opacity: .00;
	filter: alpha( opacity=00 );
	-ms-filter: "alpha( opacity=00 )";
	-khtml-opacity: .00;
	-moz-opacity: .00;
	top: 80px;
}
#otherService li, #otherService.open li {
	transition: all 3.0s ease-out;
	-webkit-transition: all 3.0s ease-out;
	-moz-transition: all 3.0s ease-out;
	-ms-transition: all 3.0s ease-out;
	opacity: 1.00;
	filter: alpha( opacity=100 );
	-ms-filter: "alpha( opacity=100 )";
	-khtml-opacity: 1.00;
	-moz-opacity: 1.00;
	top: 0;
}
#otherService li:nth-child(2) {
	transition: all 2.0s ease-out;
	-webkit-transition: all 2.0s ease-out;
	-moz-transition: all 2.0s ease-out;
	-ms-transition: all 2.0s ease-out;
}
#otherService li:nth-child(3) {
	transition: all 1.0s ease-out;
	-webkit-transition: all 1.0s ease-out;
	-moz-transition: all 1.0s ease-out;
	-ms-transition: all 1.0s ease-out;
}
#otherService li:first-child {
	margin-left: 0;
}
#otherService li figure {
	position: relative;
}
#otherService li figure figcaption {
	color: rgba( 255,255,255,1.00 );
	font-style: italic;
	letter-spacing: 4px;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	box-sizing: border-box;
	padding: 16px 16px 0;
	font-size: 153%;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d2c59+0,3d2c59+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(61,44,89,0) 0%, rgba(61,44,89,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(61,44,89,0) 0%, rgba(61,44,89,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(61,44,89,0) 0%, rgba(61,44,89,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d2c59', endColorstr='#3d2c59', GradientType=0 ); /* IE6-9 */
}
#otherService li .text {
	margin-left: 16px;
	padding: 24px 0 0 16px;
	box-sizing: border-box;
	border-left: 1px solid rgba( 61,47,91,0.15 );
}
#otherService li h3 {
	font-size: 153%;
	letter-spacing: 4px;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#otherService li p {
	color: rgba( 61,47,91,0.7 );
	margin-top: 8px;
}
/*	aboutUs	*/

#aboutUs {
	margin-top: 0;
	background: rgba( 255,255,255,1.00 );
	border-top: 1px solid rgba( 0,0,0,0 );
}
/*	greeting	*/

#greeting.close {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
}
#greeting, #greeting.open {
	transition: all 2.0s ease-out;
	-webkit-transition: all 2.0s ease-out;
	-moz-transition: all 2.0s ease-out;
	-ms-transition: all 2.0s ease-out;
}
#greeting h3 {
	margin-top: 40px;
}
#greeting p {
	margin-top: 32px;
	letter-spacing: 4px;
	line-height: 240%;
	font-size: 123%;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#greeting p strong {
	font-size: 150%;
	line-height: 180%;
}
/*	outline	*/

#company {
	margin-top: 80px;
	position: relative;
}
/*	map	*/

#map, #map iframe {
	width: 100%;
	height: 400px;
	margin: 30px 0 0;
}
#map iframe {
	border: none;
}
/*	outline	*/

#outline {
	background: rgba( 255,255,255,0.9 );
	position: relative;
	box-sizing: border-box;
	padding: 30px;
	max-width: 768px;
	margin: 0 auto;
	box-shadow: 0 6px 20px rgba(0,0,0,.1);
}
#outline dt {
	color: #3d2f5b;
	font-weight: bold;
	float: left;
	clear: left;
}
#outline dd {
	color: rgba( 22,16,33,0.7 );
	padding: 0 0 16px 100px;
}
/*	contactGuide	*/

#contactGuide {
	margin-bottom: -120px;
	background: url(../img/common/photo_contact01.jpg) top center no-repeat;
	position: relative;
}
#contactGuide:before {
	background: rgba( 22,16,33,0.86 );
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
#contactGuide .wrap-l {
	z-index: 10;
	padding: 80px 0;
}
#contactGuide p {
	margin-top: 32px;
	letter-spacing: 4px;
	line-height: 240%;
	font-size: 123%;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
/**		Training Details**/
#why {
	width: 90%;
	max-width: 800px;
	margin: 40px auto;
	text-align: center;
}
#why h4 {
	color: #3D2C59;
	font-size: 200%;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: bold;
}
#why p {
	margin: 40px auto;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 270%;
	font-size: 110%;
}
#training header {
	top: -40px;
	position: relative;
}
#training #schedule {
	background: #F3F2F8;
	margin: 150px 0 100px;
	padding: 0 0 50px;
}
#training .schedule {
	position: relative;
	text-align: center;
}
#training .schedule p{
	font-size: 24px;
	font-weight: bold;
	font-family: serif;
}
#training .schedule figure{
	position: relative;
}
#training .schedule a {
	pointer-events: none;
}
#training .schedule i {
	color: #FFF;
	background: #3d2f5b;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 1000px;
	line-height: 40px;
	box-shadow: 0 6px 20px rgba(0,0,0,.2);
	display: none;
}
.slick-prev:before {
	content: '◀'!important;
	color: #3D2C59 !important;
}
.slick-next:before {
	content: '▶'!important;
	color: #3D2C59 !important;
}
.slick-box h4 {
	color: #3D2C59;
	font-size: 200%;
	text-align: center;
	margin: 25px auto;
}
.slick-box {
	margin: 30px auto;
	width: 70%;
	max-width: 800px;
}
.slick-dots {
	margin-top: -20px;
}
.slick-dots button:before {
	font-size: 30px!important;
}
.slick-box strong {
	font-weight: bold;
}
.TContents {
	position: relative;
	margin: 150px 0 100px;
}
#training1, #training3, #training5 {
	background: #FFF;
}
#training5 {
	margin-bottom: 0 !important;
}
#trainingIndex {
	margin: 0;
	text-align: center;
}
#trainingIndex ul {
	max-width: 1024px;
	margin: auto;
}
#trainingIndex ul li {
	display: inline-block;
	margin: 16px;
}
#trainingIndex .btn {
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;/* background: #FFF; */
	/* border: none; */
	/* box-shadow: 0 6px 20px rgba(0, 0, 0, .05); */
	/* border-radius: 4px; */
	/* line-height: 1.5; */
}
.TContents .right {
	float: right;
}
.Tcontents .left {
	float: left;
}
.TContents .block {
	position: relative;
}
.TContents .block+.block {
	padding: 250px 0 100px;
}
.TContents figure {
	width: 70%;
	position: relative;
	margin: 0;
	z-index: 1;
}
.TContents .info {
	background: rgba(255, 255, 255, .9);
	box-sizing: border-box;
	padding: 40px;
	position: absolute;
	right: 0;
	top: 40%;
	max-width: 600px;
	width: 100%;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
	z-index: 2;
	font-size: 17px;
}
.TContents .info p{
    margin-top: 8px;
}
.TContents .info li {
	background: url(../img/common/img_check.png) no-repeat left 5px;
	background-size: auto 12px;
	font-weight: bold;
	padding-left: 25px;
	margin: 10px;
	font-size: 17px;
}
.clear {
	clear: both;
}
.TContents h5 {
	font-size: 180%;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	color: #3D2C59;
	font-weight: bold;
	margin: 0;
}
.TContents p+h5 {
	margin-top: 30px;
}
.boxB {
	background: rgba( 61,47,91,0.3 );
	display: block;
	width: 250px;
	height: 250px;
	position: absolute;
	left: -5%;
	bottom: -30%;
	z-index: 0;
}
.boxR2 {
	background: #554970;
	color: #fff;
	padding: 40px;
	width: 60%;
}
.boxR2 h5 {
	color: #fff;
	text-align: center;
}
.boxR2 h5 span {
	font-size: 13px;
	display: inline;
}
.TContents .info-bottom {
	background: rgba(255, 255, 255, .9);
	box-sizing: border-box;
	padding: 40px;
	width: 35%;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
	z-index: 2;
	position: absolute;
	bottom: 20%;
	left: 0;
	font-size: 17px;
}
.TContents .info-bottom p{
	margin-top: 8px;
}

#training2 .info {
	right: initial;
	left: -5%;
}
#training2 .boxB {
	left: initial;
	right: -5%;
}
#training2 .info-bottom {
	left: initial;
	right: 0;
}
#training2, #training4 {
	margin-top: -100px;
}
#training4 .block:last-child {
	padding-top: 0;
}
#training4 .block:last-child .info-bottom {
	left: initial;
	right: 0;
}
.TContents .tg {
	border-collapse: collapse;
	border-spacing: 0;
}
.TContents .tg td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 10px 5px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: black;
	vertical-align: middle !important;
	font-weight: 400;
}
.TContents .tg th {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 5px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: black;
}
.TContents .tg .tg-s6z2 {
	border-color: #AEAEAE;
	text-align: center
}
.TContents .tg .tg-baqh {
	border-color: #AEAEAE;
	text-align: center;
	vertical-align: top
}
.TContents .tg .tg-hgcj {
	border-color: #AEAEAE;
	font-weight: bold;
	text-align: center
}
.TContents .tg .tg-amwm {
	border-color: #AEAEAE;
	font-weight: bold;
	text-align: center;
	vertical-align: top
}
.memberAdv1 .tg {
	border-collapse: collapse;
	border-spacing: 0;
}
.memberAdv1 .tg td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 10px 5px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: black;
}
.memberAdv1 .tg th {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 5px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: black;
}
.memberAdv1 .tg .tg-lghr {
	border-color: #ffffff;
	text-align: center;
	background-color: #fff;
}
.memberAdv1 .tg .tg-2hrt {
	font-weight: bold;
	background-color: #554970;
	color: #ffffff;
	border-color: #ffffff;
	text-align: center
}
.memberAdv2 .tg {
	border-collapse: collapse;
	border-spacing: 0;
}
.memberAdv2 .tg td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 10px 5px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: black;
}
.memberAdv2 .tg th {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 5px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: black;
}
.memberAdv2 .tg .tg-0qst {
	background-color: #e0dee8;
	border-color: #ffffff;
	text-align: center
}
.memberAdv2 .tg .tg-nfyn {
	background-color: #efeaff;
	border-color: #ffffff;
	text-align: center
}
.memberAdv2 .tg .tg-8jgo {
	border-color: #ffffff;
	text-align: center;
	vertical-align: top
}
.memberAdv2 .tg .tg-lghr {
	border-color: #ffffff;
	text-align: center
}
.memberAdv2 .tg .tg-kbw9 {
	background-color: #efeaff;
	color: #a30000;
	border-color: #ffffff;
	text-align: center
}
.memberAdv2 .tg .tg-2hrt {
	width: 7%;
	font-weight: bold;
	background-color: #554970;
	color: #ffffff;
	border-color: #ffffff;
	text-align: center
}
.memberAdv2 .tg .tg-cwro {
	font-weight: bold;
	background-color: #e0dee8;
	border-color: #ffffff;
	text-align: center
}
.memberAdv2 .tg .tg-rg51 {
	font-weight: bold;
	background-color: #e0dee8;
	border-color: #ffffff;
	text-align: center;
	vertical-align: top
}
.memberAdv2 .tg .tg-1fle {
	background-color: #efeaff;
	color: #a30000;
	border-color: #ffffff;
	text-align: center;
	vertical-align: top
}
/*Membership*/

#membershipWrap #memberGuide {
	width: 90%;
	margin: 40px auto;
	text-align: center;
}
#membershipWrap h4 {
	color: #3D2C59;
	font-size: 200%;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: bold;
}
#memberGuide p {
	margin: 40px auto 80px;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	letter-spacing: 4px;
	line-height: 240%;
	font-size: 123%;
}
#membershipWrap h3 {
	border-left: solid 3px #3D2C59;
	color: #3D2C59;
	font-size: 200%;
	padding-left: 25px;
	width: 80%;
	max-width: 1366px;
	margin: 0 auto;
}
.memberDetails {
	width: 100%;
	max-width: 1200px;
	padding: 20px 2%;
	margin: 40px auto 30px;
	display: flex;
	box-sizing: border-box;
}
.memberAdv h4 {
	background: url(../img/common/img_check.png) no-repeat left top;
	padding-left: 20px;
	margin-bottom: 20px;
}
.memberAdv {
	background: #DAD7E3;
	width: 50%;
	float: left;
	margin-right: 1%;
	padding: 3%;
	box-sizing: border-box;
}
.memberAdv p{
	font-size: 17px;
}
.memberAdv1 {
	background: #f4f1ff;
	padding: 50px 2%;
	width: 100%;
	box-sizing: border-box;
}
.memberAdv1 table {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}
.memberAdv1 tr {
	margin-bottom: 50px;
}
.memberAdv2 p {
	font-size: 16px;
	font-weight: bold;
	border-bottom: #bbb 2px solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.memberAdv2 {
	width: 100%;
	max-width: 1366px;
	padding: 0 20px;
	margin-bottom: -40px;
}
.memberAdv2 table {
	width: 100%;
	margin-bottom: 20px;
}
/**CustomerVoice*/
.Cvoice {
	width: 95%;
	max-width: 1024px;
	margin: -200px auto 100px;
}
.Cvoice figure {
	width: 300px;
}
.Cvoice h3 {
	color: #3D2C59;
	font-size: 200%;
}
.Cvoice .lineD {
	border-top: #3D2C59 2px solid;
	display: block;
	position: relative;
	top: 150px;
	width: 33%;
}
.CustomerDetails {
	display: flex;
}
.CustomerName {
	margin-top: 133px;
	margin-left: 20px;
}
.CustomerName p {
	font-size: 17px;
	text-align: center;
	margin: 10px 0;
}
.Cvoice li span {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	top: 6px;
	margin: 15px;
}
.voiceQ {
	background: #554970;
	color: #fff;
}
.Cvoice li {
	padding: 0 5px 15px;
	font-size: 16px;
}
.Cvoice ul {
	margin: 30px 0;
}
.CustomerBG {
	height: 200px;
	background-color: #fff;
	position: relative;
	top: 80px;
	z-index: -1;
}
/* Contact */

#contactWrap h3 {
	border-left: solid 3px #3D2C59;
	color: #3D2C59;
	font-size: 200%;
	padding-left: 25px;
	width: 80%;
	max-width: 1366px;
	margin: 0 auto 50px;
}
#contactWrap ul {
	margin-bottom: 100px;
	margin-top: 25px;
}
#contactWrap h4 {
	color: #3D2C59;
	font-size: 150%;
	display: inline-block;
	line-height: 50px;
	font-weight: bold;
}
#contactWrap li {
	counter-increment: level;
}
#contactWrap li:nth-child(odd) {
	background-color: #FFF;
}
#contactWrap li p {
	border-left: 2px solid rgba(0, 0, 0, .12);
	width: 75%;
	padding: 20px 40px;
	box-sizing: border-box;
	font-size: 16px;
}
#contactWrap li div div {
	width: 25%;
}
#contactWrap h5 {
	background-color: #3D2F5B;
	border-radius: 50px;
	font-size: 26px;
	color: rgb(255, 255, 255);
	width: 50px;
	display: block;
	height: 50px;
	line-height: 50px;
	position: relative;
	float: left;
	text-align: center;
	margin-right: 8px;
	font-family: serif;
}
#contactWrap h5:before {
	content: 'STEP';
	display: block;
	position: absolute;
	left: 8px;
	top: -35px;
	font-size: 12px;
	color: #000;
	font-style: italic;
	opacity: .5;
}
#contactWrap h5:after {
	content: counter(level);
	visibility: visible;
}
.stepContents {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center; /* 縦方向中央揃え */
	/* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	padding: 50px 0;
}
#aboutContents {
	background: url(../img/about/about_bg.jpg) no-repeat right top;
	box-sizing: border-box;
	background-size: auto 100%;
	width: 100%;
	position: relative;
}
#aboutText {padding: 10% 5%;}
#aboutText p {
	letter-spacing: 2px;
	line-height: 200%;
	font-size: 160%;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#aboutText p strong {
	font-size: 30px;
	margin: 20px 0;
	display: block;
	color: #3D2C59;
	line-height: 45px;
	font-weight: bold;
}
.CompanyTitle {
	font-size: 30px;
	text-align: center;
	color: #3D2F5B;
	margin: 20px auto -55px;
}
.CompanyTitle:before, .CompanyTitle:after {
	border-top: 1px #3D2F5B solid;
	width: 30%;
	content: "";
	display: inline-block;
	position: relative;
	top: -11px;
}


