@charset "utf-8";

/***********************************************************************************************************************
* 基本構造
***********************************************************************************************************************/
html{ background: url("../img/bg.jpg") repeat;}
body{ overflow-x: hidden; color: #23376e;}
body::after{
	content: "";
	background: #fff url("../img/loader.gif") center center no-repeat;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	-webkit-transition: opacity .9s ease;
	   -moz-transition: opacity .9s ease;
	    -ms-transition: opacity .9s ease;
	     -o-transition: opacity .9s ease;
	        transition: opacity .9s ease;
	opacity: 1;
}
body.start-page::after{
	opacity: 0;
}
body.stop-page::after{
	display: none;
}
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap{
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.sp{display: none !important;}
.sp2{display: none !important;}

.font-num{

}
.font-en{

}
.mincho{
	/*font-family: "Sawarabi Mincho","Sawarabi Gothic",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';*/
	/*font-family: "Noto Sans Japanese",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';*/
	font-family: "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 ProN W6", "HiraMinProN-W6","游ゴシック","Yu Gothic", YuGothic,"Noto Sans Japanese",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
}
.english{
	font-family: 'Lora','sans-serif';
}
#container{

}
.arrow{
	position: relative;
}
	.arrow::before{
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		width: 13px;
		height: 1px;
		background: #fff100;
		z-index: 10;
	}
	.arrow::after{
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: 1px solid #fff100;
		border-right: 1px solid #fff100;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 10;
	}


/*ヘッダー*/
header{
	position: absolute;
	left: 0px;
	top: 0px;
	background: transparent;
	z-index: 100;
	width: 100%;
	height: 120px;
}
	header .logo{
		position: relative;
		display: table;
		width: 480px;
		z-index: 2;
	}
	header.block .logo{
		z-index: 1;
	}
		header .logo a{
			display: table-cell;
			background: url("../img/header/logo.jpg") no-repeat;
			width: 120px;
			height: 120px;
			text-indent: -200%;
			white-space: nowrap;
			overflow: hidden;
			vertical-align: middle;
		}
		header .logo h2{
			display: table-cell;
			height: 120px;
			vertical-align: middle;
			font-size: 1.3rem;
			line-height: 1.6em;
			padding: 0 2em;
			color: #fff100;
			font-weight: normal;
		}

.header-fix{
	position: fixed;
	left: 0px;
	top: 0px;
	background: transparent;
	z-index: 1;
	width: 100%;
	height: 60px;
}

header .menu{
	background: url("../img/bg.jpg") repeat;
	position: absolute;
	top: -1100%;
	left: 0px;
	width: 100%;
	padding: 50px 0 36px;
	border-bottom: 2px solid #23376e;
	color: #23376e;
	text-align: center;
	display: block;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
header .menu.active{
	top: 0px;
}
header .menu.block{
	display: block;
}
header .menu a{
	color: #23376e;
}
	header .menu .mincho{
		font-size: 3.0rem;
		font-weight: normal;
		margin-bottom: 48px;
	}
	header .menu nav{
		border-bottom: 1px solid #23376e;
/*		padding-bottom: 25px;*/
		margin-bottom: 35px;
	}
		header .menu nav ul{
			letter-spacing: -0.4em;
		}
			header .menu nav ul li{
				display: inline-block;
				vertical-align: middle;
				letter-spacing: 1px;
				padding-bottom: 25px;
			}
				header .menu nav ul li a{
					font-size: 1.5rem;
					font-weight: bold;
					line-height: 1.4em;
				}
				header .menu nav ul li img{
					margin: 0 15px 15px;
				}
	header .menu .sns{
		letter-spacing: -0.4em;
	}
		header .menu .sns li{
			display: inline-block;
			letter-spacing: 1px;
			vertical-align: middle;
			padding: 4px 30px;
		}
		header .menu .sns li:first-child{
			background: url("../img/header/facebook.jpg") left center no-repeat;
			background-size: 30px;
			border-right: 1px solid #23376e;
			font-size: 1.4rem;
			font-weight: bold;
			padding-left: 44px;
		}
			header .menu .sns li.facebook a{
				display: inline-block;
				font-size: 1.4rem;
				font-weight: bold;
				line-height: 31px;
			}
			header .menu .sns li p{
				display: inline-block;
				font-size: 1.8rem;
				font-weight: bold;
				margin-right: 20px;
				vertical-align: middle;
			}
			/*snsボタン配置*/
			header .menu .sns li .fb_iframe_widget,
			header .menu .sns li iframe{
				vertical-align: middle;
				margin: 0 2px;
			}
header .contact{
	position: absolute;
	top: 0px;
	right: 60px;
	background: #23376e;
	display: block;
	width: 160px;
	height: 60px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 60px;
	color: #fff100;
}
	header .contact span{
		background: url("../img/header/icon-contact.png") left center no-repeat;
		background-size: 19px;;
		padding-left: 28px;
	}

body>header #menu-button{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #fff100;
}
	body>header #menu-button>div{
		width: 24px;
		height: 3px;
		background: #23376e;
		position: absolute;
		left: 18px;
		-webkit-transition: all .5s;
		   -moz-transition: all .5s;
		    -ms-transition: all .5s;
		     -o-transition: all .5s;
		        transition: all .5s;
	}
	body>header #menu-button>div:nth-child(1){
		top: 33.3333%;
		-webkit-transform: translate(0%,0%);
		   -moz-transform: translate(0%,0%);
		    -ms-transform: translate(0%,0%);
		     -o-transform: translate(0%,0%);
		        transform: translate(0%,0%);
	}
		body>header #menu-button.active>div:nth-child(1) {
			top: 50%;
			left: 19px;
			-webkit-transform: translate(-5%,-50%) rotate(45deg);
			   -moz-transform: translate(-5%,-50%) rotate(45deg);
			    -ms-transform: translate(-5%,-50%) rotate(45deg);
			     -o-transform: translate(-5%,-50%) rotate(45deg);
			        transform: translate(-5%,-50%) rotate(45deg);
		}
	body>header #menu-button>div:nth-child(2){
		top: 48.3333%;
	}
		body>header #menu-button.active>div:nth-child(2) {
			opacity: 0;
		}
	body>header #menu-button>div:nth-child(3){
		top: 63.3333%;
		-webkit-transform: translate(0%,0%);
		   -moz-transform: translate(0%,0%);
		    -ms-transform: translate(0%,0%);
		     -o-transform: translate(0%,0%);
		        transform: translate(0%,0%);
	}
		body>header #menu-button.active>div:nth-child(3) {
			top: 50%;
			left: 19px;
			-webkit-transform: translate(-5%,-50%) rotate(-45deg);
			   -moz-transform: translate(-5%,-50%) rotate(-45deg);
			    -ms-transform: translate(-5%,-50%) rotate(-45deg);
			     -o-transform: translate(-5%,-50%) rotate(-45deg);
			        transform: translate(-5%,-50%) rotate(-45deg);
		}


/*フッター*/
footer{
	text-align: center;
	margin-top: 65px;
	overflow: hidden;
	color: #23376e;

	margin-top: 0px;
	padding-top: 65px;
	border-top: 1px solid #23376e;
}
footer a{
	color: #23376e;
}
footer .wrap{
	overflow: hidden;
}
.foot-info{
	float: left;
	width: 50%;
	padding-right: 32px;
}
	.foot-info .title{
		position: relative;
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 20px;
	}
		.foot-info .title span{
			position: relative;
			padding: 0 1em;
			background: url("../img/bg.jpg") 0px 0px no-repeat;
			z-index: 2;
		}
		.foot-info .title::before{
			content: "";
			position: absolute;
			left: 0px;
			top: 50%;
			margin-top: -1px;
			width: 100%;
			height: 2px;
			background: #23376e;
			z-index: 0;
		}
	.foot-info .tel{
		margin-bottom: 25px;
	}
		.foot-info .tel p{
			margin: 0 7px;
			display: inline-block;
			font-size: 1.2rem;
			line-height: 1.4em;
			vertical-align: middle;
			text-align: left;
		}
		.foot-info .tel p.num{
			font-family: 'Fjalla One', sans-serif;
			font-size: 4.0rem;
			font-weight: normal;
			padding-left: 44px;
			background: url("../img/footer/icon-tel.png") left center no-repeat;
			background-size: 32px;
			letter-spacing: 0;
			
		}
	.foot-info .contact{
		position: relative;
		margin-bottom: 15px;
	}
		.foot-info .contact p{
			position: absolute;
			font-size: 1.4rem;
			font-weight: bold;
			line-height: 1.4em;
		}
		.foot-info .contact a{
			background: #23376e;
			width: -webkit-calc(100% - 130px);
			width: calc(100% - 130px);
			display: block;
			margin-left: 130px;
			font-size: 1.4rem;
			font-weight: bold;
			line-height: 40px;
			color: #fff;
		}
	.foot-info .sns{
		position: relative;
	}
		.foot-info .sns p{
			position: absolute;
			font-size: 1.4rem;
			font-weight: bold;
			line-height: 1.4em;
			text-align: left;
		}
		.foot-info .sns ul{
			width: -webkit-calc(100% - 130px);
			width: calc(100% - 130px);
			margin-left: 130px;
			overflow: hidden;
		}
			.foot-info .sns ul li{
				position: relative;
				float: left;
				width: 50%;
			}
			.foot-info .sns ul li:nth-child(1)::after{
				content: "";
				background: #fff;
				position: absolute;
				right: 1px;
				top: 0px;
				width: 1px;
				height: 100%;
			}
				.foot-info .sns ul li a{
					background: #23376e;
					display: block;
					font-size: 1.4rem;
					font-weight: bold;
					line-height: 40px;
					color: #fff;
				}
footer nav{
	float: right;
	width: 50%;
	padding-left: 32px;
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4em;
	overflow: hidden;
}
	footer nav>ul{
		float: left;
		width: 50%;
	}
		footer nav>ul>li{
			position: relative;
			padding-left: 1.4em;
			margin-bottom: 20px;
		}
		footer nav>ul>li:last-child{margin-bottom: 0px;}
			footer nav>ul>li::before{
				content: "";
				position: absolute;
				left: 0px;
				top: 10px;
				width: 13px;
				height: 1px;
				background: #23376e;
				z-index: 10;
			}
			footer nav>ul>li::after{
				content: "";
				position: absolute;
				left: 5px;
				top: 10px;
				width: 6px;
				height: 6px;
				margin-top: -3px;
				border-top: 1px solid #23376e;
				border-right: 1px solid #23376e;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				z-index: 10;
			}
			footer nav>ul>li>ul{
				margin-top: 15px;
			}
				footer nav>ul>li>ul>li{
					position: relative;
					font-size: 1.4rem;
					line-height: 1.4em;
					padding-left: 1em;
					margin-bottom: 0.5em;
				}
				footer nav>ul>li>ul>li:last-child{margin-bottom: 0px;}
					footer nav>ul>li>ul>li::after{
						content: "・";
						position: absolute;
						left: 0px;
						top: 0px;
					}
footer .copyright{
	margin-top: 60px;
	border-top: 1px solid #23376e;
	padding: 30px 0 40px;
	font-size: 1.4rem;
}


/*ページ遷移ボタン*/
#pagetop{
	position: fixed;
	right: 0px;
	bottom: 0px;
	-ms-filter: alpha( opacity=0 );
	    filter: alpha( opacity=0 );
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	   -moz-transition: opacity .5s ease;
	    -ms-transition: opacity .5s ease;
	     -o-transition: opacity .5s ease;
	        transition: opacity .5s ease;
	width: 60px;
	height: 60px;
	overflow: hidden;
	z-index: 10000;
}
#pagetop.open{
	-ms-filter: alpha( opacity=100 );
	    filter: alpha( opacity=100 );
	opacity: 1;
}
	#pagetop>span{
		background: #23376e;
		position: absolute;
		left: 0px;
		top: 60px;
		display: block;
		width: 60px;
		height: 60px;;
		-webkit-transition: all .4s ease;
		   -moz-transition: all .4s ease;
		    -ms-transition: all .4s ease;
		     -o-transition: all .4s ease;
		        transition: all .4s ease;
		cursor: pointer;
	}
	#pagetop.open>span{
		top: 0px;
	}
	#pagetop>span:hover{
		background: rgba(35,55,110,0.8);
	}
		#pagetop>span::before{
			content: "";
			position: absolute;
			left: 50%;
			top: 50%;
			width: 2px;
			height: 22px;
			background: #fff100;
			margin : -11px 0 0 -1px;
		}
		#pagetop>span::after{
			content: "";
			position: absolute;
			left: 50%;
			top: 50%;
			width: 10px;
			height: 10px;
			margin : -11px 0 0 -6px;
			border-top: 2px solid #fff100;
			border-left: 2px solid #fff100;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}


/***********************************************************************************************************************
* TOPページ
***********************************************************************************************************************/
.main-visual{
	position: relative;
}
	.main-visual .slick-slide{
		text-align: center;
	}
	.main-visual img{
		display: inline-block;
		max-width: 100%;
	}
	.main-visual .mottainai{
		position: relative;
		background: #23376e;
		position: absolute;
		left: 50%;
		bottom: 68px;
		display: block;
		width: 360px;
		padding: 20px 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 1.8rem;
		color: #fff;
		text-align: center;
	}
		.main-visual .mottainai em{
			display: block;
			margin: 0 auto 5px;
			font-size: 2.3rem;
		}
	/*スライダー*/
	.main-visual .slick-dots{
		bottom: 30px;
	}
	.main-visual .slick-dotted.slick-slider{
		margin-bottom: 0px;
	}
	.main-visual .slick-dots li,
	.main-visual .slick-dots li button{
		width: 12px;
		height: 12px;
	}
	.main-visual .slick-dots li{
		margin: 0 6px;
	}
	.main-visual .slick-dots li.slick-active button{
		background: #fff100;
	}

/* news */
.news{
	background: #fff100;
	padding: 1.1em 0;
	color: #23376e;
}
	.news .english{
		position: absolute;
		left: 0px;
		top: 1px;
		font-size: 1.6rem;
		line-height: 1.6em;
	}
	.news ul{
		padding-left: 4.8em;
		font-size: 1.6rem;
		line-height: 1.6em;
	}
		.news ul li{
			position: relative;
			padding-left: 6em;
			margin-bottom: 0.5em;
		}
		.news ul li:last-child{margin-bottom: 0px;}
			.news ul li time{
				position: absolute;
				left: 0px;
				top: 0px;
			}

/* movie */
.movie-box a{
	position: relative;
	display: block;
	min-height: 400px;
	padding: 236px 0 97px;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
	.movie-box a::before{
		content: "";
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background: url("../img/movie-bg.jpg") center center no-repeat;
		background-size: cover;
		-webkit-transition: all .5s;
		   -moz-transition: all .5s;
		    -ms-transition: all .5s;
		     -o-transition: all .5s;
		        transition: all .5s;
	}
	.movie-box a:hover::before{
		-webkit-transform: scale(1.15,1.15);
		transform: scale(1.15,1.15);
	}
	.movie-box a::after{
		content: "";
		position: absolute;
		left: 50%;
		top: 97px;
		background: url("../img/movie-link.png") no-repeat;
		width: 114px;
		height: 114px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all .5s;
		   -moz-transition: all .5s;
		    -ms-transition: all .5s;
		     -o-transition: all .5s;
		        transition: all .5s;
	}
	.movie-box .english{
		position: relative;
		font-size: 4.0rem;
		font-weight: normal;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	.movie-box p{
		position: relative;
		font-size: 1.6rem;
	}
/*プラグイン×ボタン*/
.lity-close,
.lity-close:active, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited{
	position: absolute;
	right: -50px;
	top: -50px;
	color: #fff100;
	font-size: 50px;
	width: 50px;
	height: 50px;
}

.service-top{
	padding: 66px 0 70px;
	overflow: hidden;
}
	.service-top .title{
		margin-bottom: 70px;
		font-size: 1.6rem;
		text-align: center;
		color: #23376e;
	}
		.service-top .title em{
			display: block;
			margin: 20px auto 0;
			font-size: 4.0rem;
		}
	.service-top a.all{
		background: #23376e;
		display: block;
		width: 340px;
		margin: 0 auto;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		color: #fff;
	}

.service-list{
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	letter-spacing: -0.4em;
}
.service-list.bottom{
	padding-bottom: 50px;
}
	.service-list li{
		position: relative;
		display: inline-block;
		width: 33.3333%;
		padding: 0 60px 30px 0;
		letter-spacing: 1px;
		vertical-align: top;
	}
	.service-list.bottom li{
		padding-bottom: 55px;
	}
		.service-list li a{
			display: block;
			color: #23376e;
		}
		.service-list li img{ width: 100%;}
		.service-list li .num{
			position: absolute;
			right: 0.8em;
			top: -0.5em;
			font-size: 9.0rem;
		}
		.service-list li .img{
			position: relative;
		}
			.service-list li .ttl{
				background: #fff100;
				position: absolute;
				left: -20px;
				bottom: -60px;
				width: 172px;
				height: 80px;
				font-size: 2.2rem;
				line-height: 1.4em;
				text-align: center;
				letter-spacing: 3px;

				/*天地中央*/
				display: -webkit-flex;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-align-items: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
			}
		.service-list li p{
			font-size: 1.6rem;
			line-height: 1.6em;
		}
		.service-list li p.sub{
			padding: 10px 0px 10px 170px;
			margin-bottom: 20px;
			font-size: 1.4rem;
			font-weight: bold;
			line-height: 1.4em;
		}

.two-pain-box{
	overflow: hidden;
}
.two-pain-box section{
	position: relative;
	float: left;
	width: 50%;
	max-height: 400px;
	overflow: hidden;
}
	.two-pain-box section a{
		display: block;
		position: static;
	}
		.two-pain-box section a.arrow::before{
			right: 30px;
			top: auto;
			bottom: 37px;
			width: 30px;
			height: 3px;
		}
		.two-pain-box section a.arrow::after{
			right: 30px;
			top: auto;
			bottom: 30px;
			width: 15px;
			height: 15px;
			margin-top: -3px;
			border-top: 3px solid #fff100;
			border-right: 3px solid #fff100;
		}
	.two-pain-box section img{
		width: 100%;
		max-width: 100%;
		opacity: 1;
		-webkit-transition: all 0.45s ease-in-out;
		transition: all 0.45s ease-in-out;
	}
	.two-pain-box section a:hover img{
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
	.two-pain-box section i{
		position: absolute;
		right: 0.8em;
		top: 0.8em;
		font-size: 3.6rem;
		font-weight: normal;
		font-style: normal;
		color: #fff100;
	}
	.two-pain-box section .msg{
		position: absolute;
		left: 30px;
		bottom: 30px;
		color: #fff;
	}
		.two-pain-box section .msg h2{
			font-size: 2.6rem;
			margin-bottom: 20px;
		}
		.two-pain-box section .msg p{
			font-size: 1.6rem;
			padding-right: 60px;
		}


/*******************************************************
* 下層ページ共通
*******************************************************/
.lower-visual{
	position: relative;
}
	.lower-visual .bg{
		width: 100%;
		height: 440px;
		background-size: cover !important;
	}
	.lower-visual .title{
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		font-size: 3.6rem;
		font-weight: bold;
		color: #fff;
		text-align: center;
		white-space: nowrap;
		letter-spacing: 4px;
	}
		.lower-visual .title small{
			display: block;
			margin-bottom: 15px;
			font-size: 1.6rem;
		}
		.lower-visual .title i{
			display: block;
			margin-top: 38px;
			font-size: 1.8rem;
			font-weight: normal;
			color: #fff100;
			letter-spacing: 0px;
		}
		.lower-visual .title::after{
			content: "";
			position: absolute;
			left: 50%;
			bottom: 35px;
			width: 100%;
			min-width: 250px;
			height: 1px;
			background: #fff;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
		}

.lower-msg{
	padding: 90px 0;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2.1em;
	text-align: center;
	color: #23376e;
}
.lower-msg.border{
	border-bottom: 1px solid #dadada;
	margin-bottom: 60px;
}


/*******************************************************
* モッタイナイ文化
*******************************************************/
.mottainai-msg{
	padding: 100px 10px 50px;
	color: #23376e;
	text-align: center;
}
	.mottainai-msg .mincho{
		font-size: 4.0rem;
		margin-bottom: 80px;
	}
	.mottainai-msg p{
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 2.3em;
		margin-bottom: 2em;
	}
		.mottainai-msg p small{
			display: block;
			font-size: 1.6rem;
			font-weight: normal;
			line-height: 1.8em;
		}
.mottainai-list{
	text-align: center;
	letter-spacing: -0.4em;
	padding-bottom: 60px;
}
	.mottainai-list li{
		position: relative;
		display: inline-block;
		margin: 0 32px 40px;
		letter-spacing: 1px;
		vertical-align: top;
	}
	.mottainai-list li:nth-child(2n){
		margin-top: 50px;
	}
		.mottainai-list li::before{
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			background: #fff100;
			width: 212px;
			height: 212px;
			-webkit-transform: rotate(45deg);
			transform:  rotate(45deg);
			-webkit-transform-origin: center center;
			transform-origin: center center;
		}
		.mottainai-list .box{
			position: relative;
			display: table-cell;
			width: 212px;
			height: 212px;
			vertical-align: middle;
		}
			.mottainai-list .box p{
				font-size: 1.2rem;
				line-height: 1.6em;
				color: #23376e;
			}
			.mottainai-list .box .english{
				display: block;
				font-size: 2.6rem;
				line-height: 1em;
				margin-bottom: 15px;
			}


/*******************************************************
* お手伝いできること
*******************************************************/
/*詳細*/
.service-detail .msg{
	padding: 80px 0;
	margin-bottom: 60px;
	text-align: center;
	border-bottom: 1px solid #dadada;
}
	.service-detail .msg .mincho{
		font-size: 4.0rem;
		font-weight: bold;
		line-height: 1.2em;
		margin-bottom: 1.2em;
	}
	.service-detail .msg p{
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 2em;
	}

.service-detail .box{
	padding: 0 35px 65px;
	overflow: hidden;
}
.service-detail .box:last-child{
	padding-bottom: 100px;
}
	.service-detail .box .text{
		float: left;
		width: 50%;
		padding-right: 16px;
	}
		.service-detail .box .text .title{
			font-size: 2.6rem;
			line-height: 1.3em;
			margin-bottom: 30px;
		}
			.service-detail .box .text .title span{
				padding: 0 0.3em;
				background: #fff100;
				display: inline-block;
				margin-bottom: 5px;
			}
		.service-detail .box .text p{
			font-size: 1.6rem;
			line-height: 1.8em;
		}
	.service-detail .box figure{
		float: right;
		width: 50%;
		padding-left: 16px;
		text-align: center;
	}
		.service-detail .box figure img{max-width: 100%;}

/*******************************************************
* お客さまの声・協業事例
*******************************************************/
.casestudy-list{
	letter-spacing: -0.4em;
	padding: 0 30px 60px;
}
	.casestudy-list li{
		display: inline-block;
		width: 50%;
		letter-spacing: 1px;
		vertical-align: top;
		padding: 0 32px 45px 0;
	}
	.casestudy-list li:nth-child(2n){ padding: 0 0 45px 32px; }
		.casestudy-list li .box{
			position: relative;
			margin-bottom: 20px;
		}
			.casestudy-list li .box .title{
				position: absolute;
				left: 0px;
				bottom: 50px;
				width: 50%;
				font-size: 2.6rem;
				line-height: 1.6em;
			}
			.casestudy-list li .box figure{
				padding-left: 43%;
			}
				.casestudy-list li .box figure img{
					width: 100%;
					-webkit-border-radius: 50%;
					border-radius: 50%;
					border: 20px solid #fff100;
				}
			.casestudy-list li .box p{
				font-size: 1.4rem;
				font-weight: bold;
				line-height: 20px;
				padding-left: 27px;
				background: url("../img/balloon.png") left center no-repeat;
				background-size: 20px;
				margin-top: -20px;
			}
		.casestudy-list li>p{
			font-size: 1.6rem;
			line-height: 1.8em;
		}

/*******************************************************
* ご依頼から完了
*******************************************************/
.flow-list{
	position: relative;
	padding: 0 30px 80px;
	margin-bottom: 115px;
}
.flow-list::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -1px;
	border-left: 2px dashed #23376e;
	height: 100%;
}
.flow-list::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -3px;
	width: 8px;
	height: 8px;
	margin-left: -6px;
	border-right: 4px solid #23376e;
	border-bottom: 4px solid #23376e;
	-webkit-transform: rotate(45deg);
	transform:  rotate(45deg);
}
	.flow-list li{
		padding: 0 32px 0 0;
		margin: 0 50% 0 0;
		overflow: hidden;
	}
	.flow-list li:nth-child(2n){
		padding: 0 0 0 32px;
		margin: 0 0 0 50%;
	}
	.flow-list li img{ width: 100%; }

		.flow-list li figure{
			float: right;
			width: 42%;
			padding-top: 70px;
		}
		.flow-list li .box{
			position: relative;
			width: 58%;
			float: left;
		}
			.flow-list li .box h2{
				position: absolute;
				top: 0px;
				left: 0px;
				width: 160%;
				padding-left: 68px;
			}
				.flow-list li .box h2 i{
					display: block;
					position: absolute;
					left: 0px;
					top: 0px;
					width: 50px;
					height: 50px;
					background: #23376e;
					-webkit-border-radius: 50%;
					border-radius: 50%;
					font-size: 2.4rem;
					font-weight: normal;
					line-height: 50px;
					text-align: center;
					color: #fff;
				}
				.flow-list li .box h2 span{
					background: #fff100;
					display: inline-block;
					padding: 0.2em 0.3em;
					font-size: 2.6rem;
					margin-top: 0.2em;
				}
				.flow-list li .box h2 small{
					font-size: 1.8rem;
					vertical-align: middle;
				}
			.flow-list li .box p{
				padding-top: 65px;
				font-size: 1.6rem;
				line-height: 1.8em;
				padding-right: 1em;
			}

/*******************************************************
* 会社について
*******************************************************/
.about-list{
	letter-spacing: -0.4em;
	padding-bottom: 60px;
}
.about-list img{ width: 100%; }
	.about-list li{
		display: inline-block;
		width: 33.3333%;
		letter-spacing: 1px;
		vertical-align: top;
		padding: 0 40px 60px 0;
	}
	.about-list li:nth-child(3n+2){
		padding: 0 20px 60px;
	}
	.about-list li:nth-child(3n){
		padding: 0 0 60px 40px;
	}
		.about-list .img{
			position: relative;
			margin-bottom: 20px;
		}
			.about-list .title{
				background: #fff100;
				position: absolute;
				bottom: 0px;
				left: 0px;
				padding: 0.45em;
				font-size: 2.2rem;
				font-weight: bold;
				color: #23376e;
				letter-spacing: 2px;
			}
		.about-list p{
			font-size: 1.6rem;
			line-height: 1.8em;
			color: #23376e;
		}

/*******************************************************
* 理念
*******************************************************/
.philosophy .msg{
	padding: 100px 0 85px;
	margin-bottom: 80px;
	text-align: center;
	border-bottom: 1px solid #dadada;
}
	.philosophy .msg .mincho{
		font-size: 4.0rem;
		font-weight: bold;
		line-height: 1.75em;
		margin-bottom: 1em;
	}
	.philosophy .msg p{
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 2em;
	}

.philosophy .box{
	padding: 0 35px 140px;
	overflow: hidden;
}
	.philosophy .box figure{
		float: right;
		width: 50%;
		padding: 0 32px;
		text-align: center;
	}
		.philosophy .box figure img{
			width: 100%;
			max-width: 350px;
		}
	.philosophy .box .text{
		float: left;
		width: 50%;
		padding-right: 32px;
	}
		.philosophy .box .text .title{
			font-size: 2.6rem;
			line-height: 1.3em;
			margin-bottom: 0.5em;
		}
			.philosophy .box .text .title span{
				padding: 0 0.3em;
				background: #fff100;
				display: inline-block;
				margin-bottom: 5px;
			}
		.philosophy .box .text p{
			font-size: 1.6rem;
			line-height: 1.5em;
		}
/*******************************************************
* スタッフ紹介
*******************************************************/
.staff .msg{
	padding: 120px 0 100px;
	margin-bottom: 60px;
	text-align: center;
	border-bottom: 1px solid #dadada;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2.5em;
}

.president-box{
	overflow: hidden;
	padding: 0 32px 100px;
}
	.president-box .img{
		float: right;
		width: 50%;
	}
		.president-box .img1{text-align: right;}
		.president-box .img2{text-align: left;}
		.president-box .img1 img{ width: 81.9%;}
		.president-box .img2 img{ width: 55.76%; margin-top: -44px;}
	.president-box .info{
		float: left;
		width: 50%;
		padding-right: 32px;
		vertical-align: top;
	}
		.president-box .info .name{
			font-size: 3.2rem;
			line-height: 1.4em;
			margin-bottom: 0.5em;
		}
			.president-box .info .name small,
			.president-box .info .name span{
				padding: 0 6px;
				background: #fff100;
				display: inline-block;
				margin-bottom: 5px;
			}
			.president-box .info .name small{
				font-size: 1.8rem;
				line-height: 1.3em;
			}
		.president-box .info dl{
			font-size: 1.6rem;
			line-height: 1.5em;
			margin-bottom: 1.5em;
		}
		.president-box .info dl:last-child{ margin-bottom: 0px;}
			.president-box .info dl dt{
				font-weight: bold;
				margin-bottom: 0.5em;
			}
.staff-list{
	letter-spacing: -0.4em;
	padding: 0 32px 10px;
}
	.staff-list li{
		display: inline-block;
		width: 50%;
		padding: 0 32px 90px 0;
		letter-spacing: 1px;
		vertical-align: top;
	}
	.staff-list li:nth-child(2n){
		padding: 0 0 90px 32px;
	}
		.staff-list li .box{
			margin-bottom: 30px;
			overflow: hidden;
		}
			.staff-list li .box figure{
				float: right;
				width: 55.7%;
			}
				.staff-list li .box figure img{width: 100%;}
			.staff-list li .box .name{
				float: left;
				width: 44%;
				font-size: 3.2rem;
				line-height: 1.4em;
			}
				.staff-list li .box .name small,
				.staff-list li .box .name span{
					padding: 0 6px;
					background: #fff100;
					display: inline-block;
					margin-bottom: 5px;
				}
				.staff-list li .box .name small{
					font-size: 1.8rem;
					line-height: 1.3em;
				}
		.staff-list li dl{
			font-size: 1.6rem;
			line-height: 1.5em;
			margin-bottom: 1.5em;
		}
		.staff-list li dl:last-child{ margin-bottom: 0px;}
			.staff-list li dl dt{
				font-weight: bold;
				margin-bottom: 0.5em;
			}
		

/*******************************************************
* 会社概要
*******************************************************/
.company{
	padding: 120px 0 80px;
}
.company table{
	width: 100%;
}
	.company table tr{
		border-top: 1px solid #dadada;
	}
	.company table th{
		padding: 1.3em 0 1.3em 32px;
		font-size: 1.8rem;
		line-height: 1.4em;
		text-align: left;
		letter-spacing: 2px;
		white-space: nowrap;
		vertical-align: top;
	}
	.company table td{
		padding: 1.5em 32px;
		font-size: 1.6rem;
		line-height: 1.6em;
		vertical-align: top;
	}


/*
	.company table td #map{
		width: 100%;
		height: 362px;
		margin-bottom: 15px;
	}
	
	*/
	.company table td #map iframe {
    width: 100%;
    height: 362px;
    margin-bottom: 15px;
}
	.company table td a{
		color: #23376e;
		text-decoration: underline;
	}
	.company table td a:hover{
		text-decoration: none;
	}

/*******************************************************
* お問い合わせ
*******************************************************/
.contact-msg{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin: 110px 0 75px;
}
.contact-box{
	display: table;
	width: 100%;
}
.contact-box .box{
	display: table-cell;
	width: 50%;
	padding: 35px 5%;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #23376e;
}
.contact-box .box:first-child{
	border-left: 1px solid #23376e;
}
	.contact-box .title{
		font-size: 2.2rem;
		font-weight: bold;
		margin-bottom: 20px;
		letter-spacing: 2px;
	}
		.contact-box .title span{
			display: inline-block;
			padding: 0.3em;
			background: #fff100;
		}
	.contact-box .tel{

	}
		.contact-box .tel p{
			display: inline-block;
			font-size: 1.4rem;
			vertical-align: middle;
			text-align: left;
		}
		.contact-box .tel p.num{
			font-family: 'Fjalla One', sans-serif;
			font-size: 5.0rem;
			font-weight: normal;
			padding-left: 62px;
			background: url("../img/footer/icon-tel.png") left center no-repeat;
			background-size: 49px;
			margin-bottom: 0.3em;
			letter-spacing: 0;
		}

	.contact-box ul{
		overflow: hidden;
	}
		.contact-box ul li{
			position: relative;
			float: left;
			width: 50%;
			padding-right: 3px;
		}
		.contact-box ul li:nth-child(2){
			padding-right: 0px;
			padding-left: 3px;
		}
			.contact-box ul li a{
				background: #23376e;
				display: block;
				font-size: 1.4rem;
				font-weight: bold;
				line-height: 80px;
				color: #fff;
			}

/*form*/
.contact-form{
	padding: 100px 0 115px;
	font-size: 1.6rem;
	line-height: 1.4em;
}

/*parts*/
.contact-form input[type="text"],
.contact-form select,
.contact-form textarea,
.contact-form button{
	-webkit-appearance: none;
	appearance: none;
	border: none;
	font-size: 1.6rem;
	padding: 0.8em;
	color: #23376e;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
/*text*/
.contact-form input[type="text"]{
	background: #e7e6e0;
	width: 100%;
	max-width: 400px;
	height: 48px;
}
.contact-form input[type="text"].postal{
	max-width: 210px;
}
.contact-form input[type="text"].address{
	max-width: 600px;
}

/*checkbox*/
.contact-form .checkbox{
	max-width: 720px;
}
.contact-form .checkbox label{
	line-height: 1.25em;
	padding: 0.4em 1em 0.4em 0;
	display: inline-block;
}
.contact-form input[type="checkbox"]{
	width: 20px;
	height: 20px;
	border: 1px solid #c0c0c0;
	background: -webkit-gradient(linear, 0,100%, from(#feffff),to(#e5e5e5));
	background: linear-gradient(#feffff,#e5e5e5);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
	margin-top: -1px;
}

/*selectbox*/
.selectbox{
	position: relative;
	width: 100%;
	max-width: 210px;
	height: 48px;
	overflow: hidden;
	background: #e7e6e0;
}
.selectbox::before{
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 0px;
	height: 0px;
	margin-top: -3px;
	border: 8px solid transparent;
	border-left: 13px solid #23376e;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
	.selectbox select{
		position: relative;
		width: 120%;
		height: 48px;
		background: transparent;
	}
	.selectbox select:focus{
		outline: none;
	}
/*textarea*/
.contact-form textarea{
	background: #e7e6e0;
	width: 100%;
	max-width: 720px;
	min-height: 300px;
	resize: vertical;
}

/*レイアウト*/
.contact-form .title{
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 1em;
}
.contact-form>p{
	margin-bottom: 2em;
}
.contact-form .error{
	font-size: 1.2rem;
	font-weight: bold;
	color: #d12f42;
	margin-top: 5px;
}

.contact-form table{
	width: 100%;
	border-top: 1px solid #dadada;
	margin-bottom: 65px;
	text-align: left;
}
	.contact-form table tr{
		border-top: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
	}
	.contact-form table th{
		width: 200px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.2em;
		text-align: left;
		letter-spacing: 1px;
		vertical-align: top;
		padding: 32px 0 32px 32px;
	}
		.contact-form table th small{
			display: inline-block;
			font-size: 1.4rem;
			vertical-align: top;
		}
		.contact-form table th span{
			display: block;
			font-size: 1.2rem;
			font-weight: normal;
		}
	.contact-form table td{
		padding: 25px;
		vertical-align: middle;
	}
		.contact-form table td li{
			position: relative;
			padding-left: 7em;
			margin-bottom: 1em;
		}
		.contact-form table td li:last-child{margin-bottom: 0;}
			.contact-form table td li span{
				position: absolute;
				left: 0px;
				top: 50%;
				font-weight: bold;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
			}
.contact-form .agree{
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}
.contact-form .agree a{
	color: #23376e;
	text-decoration: underline;
}
.contact-form .agree a:hover{
	text-decoration: none;
}
.contact-form button[type="submit"]{
	background: #22376e;
	width: 340px;
	height: 60px;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
}
.contact-form button[type="button"]{
	background: #22376e;
	width: 340px;
	height: 60px;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
}
/*確認*/
.form-box{
	overflow: hidden;
}
.form-box div{
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 16px;
}
.form-box div:nth-child(2){
	text-align: left;
	padding-left: 16px;
	padding-right: 0px;
}
	.form-box div button{
		display: inline-block;
	}
	.form-box div:nth-child(1) button{
		background: #a9a8a0;
	}
/*完了*/
.complete-box{
	text-align: center;
	padding: 115px 0 105px;
}
	.complete-box h2{
		font-size: 3.2rem;
		margin-bottom: 1.5em;
	}
	.complete-box p{
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 2em;
		padding-bottom: 4.5em;
		margin-bottom: 4.5em;
		border-bottom: 1px solid #dadada;
	}
	.complete-box a{
		display: inline-block;
		background: #22376e;
		width: 100%;
		max-width: 340px;
		height: 60px;
		margin: 0 auto;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 60px;
		color: #fff;
		letter-spacing: 2px;
	}


/*******************************************************
* プライバシーポリシー
*******************************************************/
.privacy{
	padding: 75px 32px 110px;
	font-size: 1.6rem;
	line-height: 1.6em;
}
	.privacy .msg{
		margin-bottom: 4.5em;
	}
	.privacy ul li{
		position: relative;
		padding-left: 1.8em;
		margin-bottom: 1.5em;
	}
	.privacy ul li:last-child{margin-bottom: 0px;}
		.privacy ul li span{
			position: absolute;
			left: 0px;
		}










/*******************************************************
* リサイズ	930px以下から
*******************************************************/
@media screen and (max-width: 930px){
	.wrap{padding: 0 10px;}
	.sp2{display: inline-block !important;}
	/* ヘッダー */
	header .menu nav ul{
		padding: 0 10%;
	}
	
	/* フッター */
	.foot-info,
	footer nav{
		float: none;
		width: 100%;
		padding: 0 10% 0px;
	}
	.foot-info{ margin-bottom: 50px;}


	/* TOPページ */
	.news .english{ left: 10px; }

	.service-list{
		width: -webkit-calc(100% + 30px);
		width: calc(100% + 30px);
		padding-left: 15px;
	}
	.service-list.bottom{
		width: 100%;
		padding-left: 0px;
	}
	.service-list li{
		padding-right: 30px;
	}
	.service-list.bottom li{
		padding: 0 15px;
	}
	.service-list li .ttl{
		left: -10px;
		bottom: -40px;
		width: 120px;
		height: 60px;
		font-size: 1.8rem;
		line-height: 1.4em;
	}
	.service-list li p.sub{
		padding: 10px 0px 10px 120px;
	}

	/*プラグイン×ボタン*/
	.lity-close,
	.lity-close:active, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited{
		right: 0px;
	}

	/*お客様の声*/
	.casestudy-list li .box .title{
		font-size: 2.0rem;
		font-size: 2.2vw;
	}
	.casestudy-list li .box figure img{
		border: 14px solid #fff100;
	}
	.casestudy-list li .box p{
		font-size: 1.4rem;
		font-size: 1.4vw;
		font-weight: bold;
		line-height: 20px;
		padding-left: 27px;
		background: url("../img/balloon.png") left center no-repeat;
		background-size: 20px;
		margin-top: -20px;
	}
	.casestudy-list li>p{
		font-size: 1.4rem;
		font-size: 1.8vw;
		line-height: 1.8em;
	}

	/*スタッフ紹介*/
	.staff-list li .box .name{
		font-size: 2.4rem;
		line-height: 1.4em;
	}
	/*会社概要*/
	.company {
		padding: 120px 10px 80px;
	}

	/*お問い合わせ*/
	.contact-box .box{
		padding: 35px 2%;
	}
	.contact-box .title{
		font-size: 1.8rem;
	}
}