@charset "utf-8";


@import url("sanitize.css");

* {
	font-family: "Noto Sans JP",sans-serif;
	font-size: 16px;
	line-height: 2.268;
	font-weight: 300;
	color: #656464;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
}
a {
	color: #656464;
	text-decoration: none;
}
a:hover {
	color: #656464;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
    width: auto;
}
ul,ou {list-style: none;}
a.hover img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}
a.hover img:hover {
	opacity: 0.8;
}


.margin-b1em { margin-bottom: 1.0em; }
.margin-b10 { margin-bottom: 10px; }
.margin-b12 { margin-bottom: 12px; }
.margin-b14 { margin-bottom: 14px; }
.margin-b15 { margin-bottom: 15px; }
.margin-b20 { margin-bottom: 20px; }
.margin-b25 { margin-bottom: 25px; }
.margin-b28 { margin-bottom: 28px; }
.margin-b35 { margin-bottom: 35px; }
.margin-b40 { margin-bottom: 40px; }
.margin-b42 { margin-bottom: 42px; }
.margin-b45 { margin-bottom: 45px; }
.margin-b50 { margin-bottom: 50px; }
.margin-b55 { margin-bottom: 55px; }
.margin-b60 { margin-bottom: 60px; }
.margin-b65 { margin-bottom: 65px; }
.margin-b70 { margin-bottom: 70px; }
.margin-b100 { margin-bottom: 100px; }
.margin-b200 { margin-bottom: 200px; }
.margin-t20 { margin-top: 20px; }
.margin-t40 { margin-top: 40px; }
.margin-t60 { margin-top: 60px; }
.margin-t95 { margin-top: 95px; }
.spmargin-t30 { margin-top: 30px; }

/* -----------------------------------
 * ** 0 to 667px ** *
------------------------------------ */

/* ------------------------------
 Layout 
------------------------------ */
body {
	position: relative;
}
#wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
	padding-top: 139px;
}
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
}
main {
	width: 100%;
}
#footer {
	width: 100%;
	margin: 0 0 0;
	position: relative;
}


/* ------------------------------
 header 
------------------------------ */
#header {
	display: block;
	width: 100%;
	padding: 34px 0 0;
	margin: 0 auto;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden;
}
	.logoWrapp {
		width: 100%;
		max-width: 100%;
		padding: 0 14px;
		overflow: hidden;
		margin-bottom: 18px;
	}
	.logoWrapp a {
		display: block;
		float: left;
	}
		.logoWrapp a.logo {
			width: 180px;
			margin-right: 14px;
		}
		.logoWrapp a.siteTitle {
			width: 82px;
			padding-top: 5px;
		}
.subnav {
	display: flex;
	flex-flow: row nowrap;
	position: absolute;
	top: 0;
	right: 0;
}
	.subnav > a {
		color: #0066b3;
		font-size: 0.8125rem;
		letter-spacing: 0.05em;
		position: relative;
		padding-left: 16px;
		font-weight: 400;
		margin-right: 22px;
	}
		.subnav > a::before {
			content: "";
			display: block;
			width: 13px;
			height: 13px;
			background: url(../images/lnk_arrow.png) no-repeat;
			background-size: 13px 13px;
			position: absolute;
			top: 9px;
			left: 0;
		}
	.navbtn {
	}
	.navbtn a {
		width: 134px;
		height: 27px;
		background: #0066b3;
		display: block;
		font-size: 0.8125rem;
		color: #fff;
		text-align: center;
		line-height: 27px;
	}

/* ------------------------------
 Nav
------------------------------ */
#nav {
	width: 100%;
	background: #0066b3;
}
.navlink {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.navlink li {
	width: calc(100% / 6);
	height: 44px;
	border-left: 1px solid #fff;
	display: block;
	float: left;
	font-size: 0.70rem;
	line-height: 44px;
	text-align: center;
}
.navlink li:first-child {
	border-left: none;
}
	.navlink li a {
		display: block;
		background: #0066b3;
		color: #fff;
		width: 100%;
		font-size: 0.70rem;
		height: 44px;
		line-height: 44px;
		text-align: center;
		letter-spacing: normal;
	}

/* ------------------------------
 MainVisual
------------------------------ */
.mainVisual {
	width: 100%;
	background: #fff;
	position: relative;
}
.position .mainVisual,
.business .mainVisual {
	width: 100%;
	margin: 0 auto 37px;
	background: #fff;
	position: relative;
}
.position .mainVisual.voice {
	margin: 64px auto;
}
	.wideslider {
		width: 100%;
		text-align: left;
		position: relative;
		overflow: hidden;
		background: #fff;
	}
		.wideslider ul,
		.wideslider ul li {
			float: left;
			display: inline;
			overflow: hidden;
		}
			.wideslider ul li img {
				width: 100%;
				display: none;
			}
		.wideslider_base {
			top: 0;
			position: absolute;
		}
		.wideslider_wrap {
			top: 0;
			position: absolute;
			overflow: hidden;
		}
		.slider_prev,
		.slider_next {
			top: 0;
			overflow: hidden;
			position: absolute;
			z-index: 100;
			cursor: pointer;
		}
		.slider_prev {
			background: #fff url(../images/prev.png) no-repeat right center;
		}
		.slider_next {background: #fff url(../images/next.png) no-repeat left center;}

		.pagination {
			bottom: 48px;
			left: 0;
			width: 100%;
			height: 15px;
			text-align: center;
			position: absolute;
			z-index: 200;
		}
			.pagination a {
				margin: 0 5px;
				width: 8px;
				height: 8px;
				border-radius: 50%;
				display: inline-block;
				overflow: hidden;
				border: 1px solid #fff;
			}
			.pagination a.active {
				filter:alpha(opacity=100)!important;
				-moz-opacity: 1!important;
				opacity: 1!important;
				background: #fff;
			}

		/* ClearFixElements */
		.wideslider ul:after {
			content: ".";
			height: 0;
			clear: both;
			display: block;
			visibility: hidden;
		}
		.wideslider ul {
			display: inline-block;
			overflow: hidden;
		}
	.Message {
		width: 80%;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -40%;
		margin-top: -20%;
	}

/* ------------------------------
 Footer
------------------------------ */
#toTop {
	width: 48px;
	height: 48px;
	position: fixed;
	bottom: 22px;
	right: 22px;
	cursor: pointer;
	background: #0066b3;
	display: block;
	opacity: 0.8;
	z-index: 100;
}
	#toTop_inner {
		width: 18px;
		height: 22px;
		background: url('../images/toTop_bg.png') repeat-y 0 0;
		background-size: 18px 11px;
		position: absolute;
		left: 15px;
		top: 12px;
		transition: background-position 0.3s linear 0s;
	}
		#toTop:hover #toTop_inner {
			-webkit-animation: bottom_top_over .3s linear infinite;
			-moz-animation: bottom_top_over .3s linear infinite;
			-o-animation: bottom_top_over .3s linear infinite;
			animation: bottom_top_over .3s linear infinite;
		}
		 @-webkit-keyframes bottom_top_over {
			 0% {
			 background-position: 0px 0px;
			}
			 100% {
			 background-position: 0px -11px;
			}
		}
		 @-moz-keyframes bottom_top_over {
			 0% {
			 background-position: 0px 0px;
			}
			 100% {
			 background-position: 0px -11px;
			}
		}
		 @keyframes bottom_top_over {
			 0% {
			 background-position: 0px 0px;
			}
			 100% {
			 background-position: 0px -11px;
			}
		}

	#copyright {
		width: 100%;
		background: #656464;
	}
		#copyright p {
			font-size: 0.625rem;
			text-align: center;
			color: #fff;
			letter-spacing: 0.2em;
		}

/* ------------------------------
 Heading 
------------------------------ */
.titleConcept {
	width: 100%;
	background: #fff;
	text-align: center;
	position: relative;
}
.titleConcept::before {
	content: "";
	padding-top: 30.33%;
	display: block;
}
	.titleConcept_heading {
		width: 40%;
		max-width: 254px;
		text-align: center;
		position: absolute;
		top: 4.2%;
		left: 50%;
		margin-left: -18.5%;
	}
		.titleConcept_heading img {
			margin: 16px auto 8px;
		}
			.titleConcept_heading h1 {
				font-size: 1.0rem;
				color: #000;
				font-weight: 400;
				letter-spacing: 0.20em;
			}
@media only screen and (max-width: 374px) {
	.titleConcept_heading h1 {
		letter-spacing: 0.10em;
	}
}
.pageTitle_heading {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 35%;
	left: 0;
}
	.pageTitle_heading img {
		width: 37%;
		max-width: 254px;
		margin: 16px auto 10px;
	}
		.pageTitle_heading h1 {
			font-size: 1.0rem;
			font-weight: 400;
			color: #fff;
			letter-spacing: 0.25em;
			margin-bottom: 14px;
		}
		.pageTitle_heading p,
		.pageTitle_heading p br {
			color: #fff;
			font-size: 0.75rem;
			line-height: 1.82;
		}

h2.discussionTitle {
	background: #333333;
	padding: 10px 0 4px;
	text-align: center;
	font-size: 1.125rem;
	color: #fff;
	letter-spacing: 0.25em;
	position: relative;
	top: -5px;
}
/* ------------------------------
 Parts 
------------------------------ */
.aboutContent_wrapp {
	width: 100%;
}
.aboutContent_wrapp.service {
	background: #0066b3;
	padding: 100px 0 125px;
}
.aboutContent_wrapp.service2 {
	padding: 100px 0 0;
}
	.aboutContent_wrapp + img {
		display: block;
		margin: 0 auto 50px;
	}

	.aboutContent {
		width: 100%;
		padding: 0 14px;
	}
		.aboutContent_heading {
			width: 100%;
			background: url(../images/aboutContent_heading_bg.png);
			padding: 8px;
		}
		.service .aboutContent_heading {
			width: 100%;
			background: url(../images/aboutContent_heading_bg2.png);
			padding: 8px;
		}
			.aboutContent_heading h2,
			.visionContent_wrapp h2 {
				font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
				color: #458fc8;
				font-size: 1.25rem;
				font-weight: bold;
				letter-spacing: 0.25em;
				padding: 8px 0;
				text-align: center;
				background: #fff;
			}
@media only screen and (max-width: 374px) {
	.aboutContent_heading h2,
	.visionContent_wrapp h2 {
		font-size: 1.25rem;
		letter-spacing: 0.15em;
	}
}

				.visionContent_wrapp h2 {
					margin-bottom: 21px;
				}
				.service .aboutContent_heading h2 {
					color: #656464;
				}
			.visionContent_wrapp h2 strong {
				font-family: inherit;
				color: inherit;
				font-size: 1.5rem;
				font-weight: bold;
				letter-spacing: 0.25em;
				padding: 8px 0;
				text-align: center;
				background: #fff;
			}
		.aboutContent_catch {
			width: 100%;
			border-bottom: 1px solid #d8d8d8;
			padding: 42px 0;
			margin-bottom: 22px;
			text-align: center;
		}
			.aboutContent_catch h3 {
				font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
				text-align: center;
				font-weight: bold;
				font-size: 1.15rem;
				line-height: 1.82;
				letter-spacing: 0.05em;
				display: inline;
				z-index: 3;
			}
				.business .aboutContent_catch h3 {
					background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(217,232,244,1) 76%, rgba(217,232,244,1) 95%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
					background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(217,232,244,1) 76%,rgba(217,232,244,1) 95%,rgba(255,255,255,1) 96%,rgba(255,255,255,1) 100%);
					background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(217,232,244,1) 76%,rgba(217,232,244,1) 95%,rgba(255,255,255,1) 96%,rgba(255,255,255,1) 100%);

				}
		.service2 .aboutContent_catch {
			width: 100%;
			border-bottom: 2px solid #0066b3;
			padding: 42px 0;
			margin-bottom: 22px;
			text-align: center;
		}
			.aboutContent_catch h3 {
				font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
				text-align: center;
				font-weight: bold;
				font-size: 1.0625rem;
				line-height: 1.82;
				letter-spacing: 0.05em;
				display: inline;
				z-index: 3;
			}
				.business .service2 .aboutContent_catch h3 {
					background: none;
				}
@media only screen and (max-width: 374px) {
	.aboutContent_catch h3 {
		font-size: 1.0rem;
	}
}


		.service .aboutContent_catch {
			width: 100%;
			border-bottom: 2px solid #fff;
			padding: 42px 0;
			margin-bottom: 40px;
			text-align: center;
		}
			.service .aboutContent_catch h3 {
				text-align: center;
				font-weight: bold;
				font-size: 1.15rem;
				line-height: 1.82;
				letter-spacing: 0.05em;
				color: #fff;
				display: inline;
				z-index: 3;
			}
				.service .aboutContent_catch h3 {
					background: -moz-linear-gradient(top, rgba(0,102,179,1) 0%, rgba(0,102,179,1) 75%, rgba(51,133,194,1) 76%, rgba(51,133,194,1) 95%, rgba(0,102,179,1) 96%, rgba(0,102,179,1) 100%);
					background: -webkit-linear-gradient(top, rgba(0,102,179,1) 0%,rgba(0,102,179,1) 75%,rgba(51,133,194,1) 76%,rgba(51,133,194,1) 95%,rgba(0,102,179,1) 96%,rgba(0,102,179,1) 100%);
					background: linear-gradient(to bottom, rgba(0,102,179,1) 0%,rgba(0,102,179,1) 75%,rgba(51,133,194,1) 76%,rgba(51,133,194,1) 95%,rgba(0,102,179,1) 96%,rgba(0,102,179,1) 100%);

				}
				.aboutContent_catch h3 span {
					font-size: 1em;
					letter-spacing: 0;
					font-family: inherit;
				}
		.aboutContent p {
			font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
			font-size: 0.875rem;
			font-weight: bold;
			line-height: 2.12;
			text-align: left;
			margin-bottom: 50px;
		}
		.service2 .aboutContent p {
			margin-bottom: 18px;
		}
.serviceContent {
	width: 100%;
	padding: 0 14px;
	text-align: center;
}
	.serviceContent img {
		margin-bottom: 40px;
	}
	.serviceContent p, 
	.serviceContent p br {
		font-family: "Noto Sans JP",sans-serif;
		text-align: center;
		font-weight: 300;
		font-size: 0.75rem;
		line-height: 2.0;
	}
	.serviceContent strong {
		font-family: "Noto Sans JP",sans-serif;
		text-align: center;
		font-size: 1.25rem;
		line-height: 1.41;
		font-weight: 400;
		color: #0066b3;
		display: block;
		padding: 1em 0;
		letter-spacing: 0.05em;
	}


.position .visionContent_wrapp {
	width: 100%;
	background: url(../../position/images/vision_bg.png);
	border-bottom: 1px solid #d8d8d8;
	padding: 50px 14px 35px;
}
.business .visionContent_wrapp {
	width: 100%;
	background: url(../../business/images/keyword_bg.png);
	border-bottom: 1px solid #d8d8d8;
	padding: 50px 14px 60px;
}
	.visionContent {
		width: 100%;
	}
	.content_01_inner {
		display: flex;
		flex-flow: column;
	}
		.content_01 {
			width: 100%;
			margin-bottom: 1em; 
		}
			.content_inner {
				width: 100%;
				background: #fff;
				margin-top: 13px;
			}
			.business .content_inner {
				width: 100%;
				background: #fff;
				text-align: center;
				margin-top: 13px;
			}
				.content_inner p {
					background: #fff;
					padding: 68px 48px;
					font-size: 1rem;
					line-height: 2.2;
				}
				.business .content_inner p {
					background: #fff;
					padding: 31px 6px;
					font-size: 1rem;
					line-height: 2.2;
					text-align: center;
				}
@media only screen and (max-width: 374px) {
	.content_inner p {
		padding: 48px 28px;
	}
}
				.business .content_inner span {
					background: #d9e8f4;
					font-size: 1em;
					line-height: 2.5;
					color: #000;
					text-align: center;
					letter-spacing: 0.210em;
					padding: 0.25rem 0.25rem;
				}
				.business .content_inner span.space {
					letter-spacing: 0.05em;
				}

.voice_image {
	width: 100%;
	padding: 0 14px;
}
.position .interviewee {
	width: 100%;
	display: block;
	margin: 9px 0 20px;
}
	.position .intervieweeName {
		width: 100%;
		padding: 0 0;
		margin: 0 0 9px;
	}
		.position .intervieweeName h2 {
			text-align: left;
			padding: 0 0;
			line-height: 1;
			margin: 0 0 0.25em;
		}
		.position .intervieweeName p.ruby {
			width: 100%;
			text-align: left;
		}
	.position .intervieweeHistory {
		width: 100%;
		margin: 0;
	} 
		.position .intervieweeHistory p {
			text-align: left;
			color: #000;
		}
.voice_content {
	width: 100%;
}
	.voice_left ,
	.voice_right {
		width: 100%;
		position: relative;
	}
	.voice_left {
		text-align: left;
	}
	.voice_right {
		text-align: right;
	}
		.voice_left img ,
		.voice_right img {
			width: 40%;
		}
		.voice_pra {
			width: 70%;
			color: #000;
			font-size: 0.75rem;
			line-height: 1.8;
			text-align: justify;
			padding: 14px;
			position: absolute;
			background: rgba(255,255,255,0.6);
		}
		.voice_pra p {
			width: 100%;
			color: #000;
			font-size: 0.75rem;
			line-height: 1.8;
			text-align: justify;
		}
		.voice_pra p:not(:first-of-type) {
			margin-top: 1em;	
		}
		.voice_left .voice_pra {
			top: 3em;
			right: 0;
		}
		.voice_right .voice_pra {
			top: 3em;
			left: 0;
		}
			p.first-letter:first-letter {
				font-size: 3.0em;
				font-weight: 400;
				line-height: 1;
				display: block;
				background: #0066b3;
				color: #fff;
				padding: 0.60rem 0.60rem ;
				margin: 0.370rem 0.75rem 0em 0;
				float: left;
			}
			#chairman p.first-letter:first-letter {
				background: #000;
			}
	.voice_right p br {line-height: 1.8}

.refresh {
	display: block;
	width: 200px;
	height: 40px;
	text-align: center;
	background: #0066b3;
	color: #fff;
	margin: 40px auto 40px;
}
	.refresh:hover {
		color: #fff;
		opacity: 0.8;
	}

/* ------------------------------
 Home 
------------------------------ */
.topBg {
	width: 100%;
	background: #000;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 60px;
}
	.tileContent {
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
		align-items: stretch;
	}
	.tileContent.white {
		background: #fff;
	}
		.tileContent.reverse {
			flex-flow: row-reverse nowrap;
		}
		.tileImage {
			width: 53.4328%;
		}
		.tileTitle {
			display: block;
			width: 50%;
			margin-right: -3.4328%;
			padding: 3.283% 3.432%;
			height: 100%;
		}
			@-moz-document url-prefix() 
			{ 
				.tileTitle { padding: 6% 3.432%; } 
			} 
			.tileContent.reverse .tileTitle {
				margin-left: -3.4328%;
				margin-right: 0;
			}
			.white .tileTitle {
				background: #fff;
			}
			.tileContent.episode {
				background: url(../../images/episode_bg.png),
					#fff;
			}
			.tileContent.discussion {
				background: url(../../images/discussion_bg.png);
			}
			.tileTitle h2 {
				margin-bottom: 8.95%;
			}
			.tileTitle p {
				color: #fff;
				font-size: 0.875rem;
				text-align: center;
				letter-spacing: 0.2em;
				font-weight: 400;
			}
				.white .tileTitle p,
				.episode .tileTitle p {
					color: #000;
				}
				.tileTitle p.letter {
					letter-spacing: 0.05em;
					line-height: 1.6;
				}

				.tileTitle p.letter br {
					line-height: 1.6;
				}

	@media only screen and (min-width: 567px) {
		.tileContent {
			width: 50%;
			display: flex;
			flex-flow: row nowrap;
		}
				.tileTitle p.letter {
					line-height: 1.2;
					letter-spacing: 0.05em;
				}
	}
/* ------------------------------
 Concept 
------------------------------ */
.concept_wrapp {
	width: 100%;
	background: url(../../concept/images/concept_bg.png) repeat-y;
	background-size: 100%;
	padding: 70px 24px 70px 28px;
}
	.conceptMessage {
		width: 100%;
		margin-bottom: 46px;
	}
	.conceptTxt {
		margin-bottom: 46px;
	}
		.conceptTxt P {
			font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
			font-weight: normal;
			font-size: 1.0rem;
			line-height: 2.52;
			color: #fff;
			letter-spacing: 0.01em;
		}
			.conceptTxt P br {
				line-height: 2.52;
			}


/* ------------------------------
 Work 
------------------------------ */
.workTitle {
	width: 100%;
	background: url(../../work/images/pageTitle_bg_sp.png) no-repeat;
	background-size: cover;
	position: relative;
}
.workTitle::before {
	content: "";
	padding-top: 50.746%;
	display: block;
}
	.workTitle_heading {
		width: 40%;
		max-width: 254px;
		text-align: center;
		position: absolute;
		top: 4.2%;
		left: 50%;
		margin-left: -18.5%;
	}
		.workTitle_heading img {
			margin: 16px auto 10px;
		}
			.workTitle_heading h1 {
				font-size: 1.0rem;
				color: #000;
				font-weight: 400;
				letter-spacing: 0.25em;
			}

.workTitle nav {
	width: 208px;
	height: 40px;
	overflow: hidden;
	margin: 16px auto;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
}
	.workTitle nav a {
		height: 40px;
		width: 40px;
		display: block;
		background: url(../../work/images/work_pageNav.png) no-repeat;
		background-size: 208px 80px;
		text-indent: -9999px;
		float: left;
		margin-right: 16px;
		-webkit-transition: 0.1s ease-in-out;
		-moz-transition: 0.1s ease-in-out;
		-o-transition: 0.1s ease-in-out;
		transition: 0.1s ease-in-out;
	}

	.workTitle nav a#work_01 {background-position: 0 0;}
	.workTitle nav a#work_02 {background-position: -56px 0;}
	.workTitle nav a#work_03 {background-position: -112px 0;}
	.workTitle nav a#work_04 {
		background-position: -168px 0;
		margin-right: 0;
	}
	.workTitle nav a#work_01:hover,
	.work_01 .workTitle nav a#work_01 {
		background-position: 0 -40px;
	}
	.workTitle nav a#work_02:hover,
	.work_02 .workTitle nav a#work_02 {
		background-position: -56px -40px;
	}
	.workTitle nav a#work_03:hover,
	.work_03 .workTitle nav a#work_03 {
		background-position: -112px -40px;
	}
	.workTitle nav a#work_04:hover,
	.work_04 .workTitle nav a#work_04 {
		background-position: -168px -40px;
	}

.pageTitle {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
	.interviewee {
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
		margin-bottom: 0;
	}
		.pageNumber {
			width: 23.73%;
			background: #0066b3;
			padding: 7.47% 4.53%;
		}
		.intervieweeName {
			width: 76.27%;
			vertical-align: middle;
			padding: 6% 0 0 2em;
		}
			.intervieweeName h2 {
				width: 8em;
				font-size: 1.75rem;
				letter-spacing: 0.20em;
				color: #000;
				line-height: 1;
				position: relative;
				margin: 0 0 0.25em;
			}
			.intervieweeName h2 span {
				font-size: 0.5em;
				letter-spacing: 0.25em;
				color: #000;
				line-height: 1;
				position: absolute;
				right: 12px;
				top: 8px;
			}
			.intervieweeName p.ruby {
				font-size: 0.875rem;
				letter-spacing: 0.25em;
				color: #000;
				line-height: 1;
			}
		.intervieweeHistory {
			width: 76.27%;
			margin: 1em 0 2em 28%;
			background: url(../../work/images/history_line.png) repeat-y;
			padding: 0 12px 0 1em;
		}
@media only screen and (max-width: 374px) {
	.intervieweeHistory {
		margin: 1em 0 2em 23%;
	}
}
			.intervieweeHistory p {
				font-size: 0.875rem;
				line-height: 1.4;
				color: #000;
				letter-spacing: 0.25em;
			}
				.intervieweeHistory p br {
					line-height: 1.4;
				}

.interview {
	width: 100%;
	position: relative;
	padding-bottom: 19.2%;
}
.interview::before {
	content: "";
	width: 16px;
	height: 8px;
	background: url(../../work/images/interviewArrow.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -8px;
}
	.work_01 .interview.first {
		background: url(../../work/01/images/interview01_02_bg.jpg) no-repeat;
		background-size: cover;
	}
	.work_01 .interview.second {
		background: url(../../work/01/images/interview02_02_bg.jpg) no-repeat;
		background-size: cover;
	}
	.work_02 .interview.first {
		background: url(../../work/02/images/interview01_01_bg.jpg) no-repeat;
		background-size: cover;
	}
	.work_02 .interview.second {
		background: url(../../work/02/images/interview02_01_bg.jpg) no-repeat;
		background-size: cover;
	}
	.work_03 .interview.first {
		background: url(../../work/03/images/interview01_03_bg.jpg) no-repeat;
		background-size: cover;
	}
	.work_03 .interview.second {
		background: url(../../work/03/images/interview02_03_bg.jpg) no-repeat;
		background-size: cover;
	}
	.work_04 .interview.first {
		background: url(../../work/04/images/interview01_04_bg.jpg) no-repeat;
		background-size: cover;
        background-position: center right;
	}
	.work_04 .interview.second {
		background: url(../../work/04/images/interview02_04_bg.jpg) no-repeat;
		background-size: cover;
	}

	.interview_wrapp {
		position: relative;
		padding: 4.8% 0 0;
	}
		.interview_wrapp h3 {
			width: 30%;
			margin: 0 auto 4.8%;
		}
		.interview_content {
			width: 100%;
			position: relative;
		}
		.work_01 .first .interview_content {
			background: url(../../work/01/images/interview01_02.jpg) no-repeat;
			background-size: 80%;
			background-position: 36px 85px;
		}
		.work_01 .second .interview_content {
			background: url(../../work/01/images/interview02_02.jpg) no-repeat;
			background-size: 80%;
			background-position: 36px 85px;
		}
		.work_02 .first .interview_content {
			background: url(../../work/02/images/interview01_01.jpg) no-repeat;
			background-size: 80%;
			background-position: 36px 85px;
		}
		.work_02 .second .interview_content {
			background: url(../../work/02/images/interview02_01.jpg) no-repeat;
			background-size: 80%;
			background-position: 36px 85px;
		}
		.work_03 .first .interview_content {
			background: url(../../work/03/images/interview01_03.jpg) no-repeat;
			background-size: 80%;
			background-position: 36px 85px;
		}
		.work_03 .second .interview_content {
			background: url(../../work/03/images/interview02_03.jpg) no-repeat;
			background-size: 80%;
			background-position: 36px 85px;
		}
		.work_04 .first .interview_content {
			background: url(../../work/04/images/interview01_04.jpg) no-repeat;
			background-size: 80%;
			background-position: 36px 85px;
		}
		.work_04 .second .interview_content {
			background: url(../../work/04/images/interview02_04.jpg) no-repeat;
			background-size: 80%;
			background-position: 36px 85px;
		}
			.leadSentence {
				height: 124px;
				background: url(../../work/images/lead_bg.png) no-repeat;
				background-size: 28px 2px;
				background-position: 18px top;
				padding: 18px;
				margin-bottom: 48.53%;
			}
				.leadSentence p {
					color: #fff;
					font-size: 1rem;
					font-weight: 500;
					letter-spacing: 0.06em;
					line-height: 1.4;
				}
				.leadSentence p br {
					line-height: 1.4;
				}
			.interview_content > p,
			.interview_content > p br {
				color: #fff;
				font-size: 0.75rem;
				letter-spacing: 0.03em;
				line-height: 2.0;
				padding: 0 14px 0 63px;
			}
			.interview_content > p {
				text-align: justify;
			}

.Column {
	width: 100%;
	padding: 4.8% 0 ;
}
	.Column h3 {
		width: 30%;
		margin: 0 auto 4.8%;
	}
	.column_content {
		width: 100%;
	}
		.column_left {
			width: 100%;
			margin-bottom: 1em;
		}
		.column_right {
			width: 90%;
			padding-bottom: 1em;
			margin: 0 auto 1em;
			border-bottom: 2px dotted #656464;
		}
		.column_right.b_none {
			border-bottom: none;
		}
			.column_right p {
				font-size: 0.75rem;
				color: #656464;
				line-height: 2;
				letter-spacing: 0.03em;
			}

.workflow {
	width: 100%;
	padding: 5.0% 0 10%;
	background: #0066b3;
	position: relative;
}
	.workflow h3 {
		width: 30%;
		margin: 0 auto 4.6%;
	}
	.workflow_wrapp {
		width: 100%;
		padding: 0 10%;
	}
		.workflow_wrapp h4 {
			width: 100%;
			font-size: 0.85rem;
			line-height: 1.7;
			color: #fff;
			margin-bottom: 5px;
		}
		.workflow_wrapp p.notice {
			width: 100%;
			font-size: 0.85rem;
			line-height: 1.7;
			color: #fff;
			margin-top: 20px;
			position: relative;
			text-align: right;
		}
			.workflow_wrapp p.notice::before {
				content: "※";
				font-size: 1em;
				padding-right: 0.25em;
			}
		.workflow_list {
			width: 100%;
			height: 90px;
			position: relative;
			display: flex;
			flex-flow: row wrap;
			align-items: flex-start;
		}
			.workflow_list.fx-center {
				height: auto;
				align-items: center;
			}
			.workflow_list:not(:last-of-type) {
				margin-bottom: 20px;
			}
			.workflow_list:not(:last-of-type)::after {
				content: "";
				display: block;
				width: 30px;
				height: 24px;
				background: url(../../work/images/flow_arrow_02.png) no-repeat;
				background-size: cover;
				position: absolute;
				top: 66px;
				left: 8px;
			}
				.workflow_list img {
					width: 46px;
					height: 47px;
					display: block;
					padding-top: 1px;
				}
				.workflow_list p br {line-height: 1.7;}
				.workflow_list p {
					width: calc(100% - 46px);
					line-height: 1.7;
					font-size: 0.85rem;
					color: #fff;
					padding-left: 14px;
					letter-spacing: 0.06em;
				}
				.workflow_list p span {
					display: block;
					line-height: 1.7;
					font-size: 1em;
					color: inherit;
				}
				.workflow_list p span.font_s {
					line-height: 1.91;
					font-size: 0.8125em;
				}

.work_btmNav {
	width: 100%;
	background: #0066b3;
	border-top: 1px solid #d8d8d8;
	position: relative;
	padding: 4.8% 0 0;
	margin-bottom: 48px;
}
	.work_btmNav::before {
		content: "";
		width: 16px;
		height: 8px;
		background: url(../../work/images/flow_arrow_01.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: -1px;
		left: 50%;
		margin-left: -8px;
	}
	.work_btmNav h2 {
		color: #fff;
		font-size: 1.175rem;
		letter-spacing: 0.52em;
		line-height: 1;
		text-align: center;
		margin: 0 auto 7.4%;
	}
	.work_btmNav nav {
		width: 100%;
		overflow: hidden;
	}
		.work_btmNav nav div {
			background: #000;
			width: 50%;
			float: left;
		}
		.work_btmNav nav a {
			display: block;
			width: 50%;
			padding-top: 50%;
			text-indent: -9999px;
			line-height: 0;
			position: relative;
			float: left;
			-webkit-transition: 0.5s ease-in-out;
			-moz-transition: 0.5s ease-in-out;
			-o-transition: 0.5s ease-in-out;
			transition: 0.5s ease-in-out;
		}
			.work_btmNav nav a::bofore {
				content: "";
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
			}
		.work_btmNav nav a#work_01 {
			background: url(../../work/images/work_btmPageNav_01.jpg) no-repeat;
			background-size: contain;
		}
		.work_btmNav nav a#work_01:hover {
			background: url(../../work/images/work_btmPageNav_01a.jpg) no-repeat;
			background-size: contain;
		}
		.work_btmNav nav a#work_02 {
			background: url(../../work/images/work_btmPageNav_02.jpg) no-repeat;
			background-size: contain;
		}
		.work_btmNav nav a#work_02:hover {
			background: url(../../work/images/work_btmPageNav_02a.jpg) no-repeat;
			background-size: contain;
		}
		.work_btmNav nav a#work_03 {
			background: url(../../work/images/work_btmPageNav_03.jpg) no-repeat;
			background-size: contain;
		}
		.work_btmNav nav a#work_03:hover {
			background: url(../../work/images/work_btmPageNav_03a.jpg) no-repeat;
			background-size: contain;
		}
		.work_btmNav nav a#work_04 {
			background: url(../../work/images/work_btmPageNav_04.jpg) no-repeat;
			background-size: contain;
		}
		.work_btmNav nav a#work_04:hover {
			background: url(../../work/images/work_btmPageNav_04a.jpg) no-repeat;
			background-size: contain;
		}


	.work_04 .work_btmNav {
		border-top: none;
	}
	.work_04 .work_btmNav::before {
		background: url(../../work/images/interviewArrow.png) no-repeat;
		top: 0px;
		background-size: 100%;
	}


/* ------------------------------
 Episode 
------------------------------ */
.episodeTitle {
	width: 100%;
	background: url(../../episode/images/special_bg_sp.png)  repeat-x;
	position: relative;
	z-index: 10;
}
.episodeTitle::before {
	content: "";
	padding-top: 190px;
	display: block;
}
	.episodeTitle_heading {
		width: 40%;
		max-width: 254px;
		text-align: center;
		position: absolute;
		top: 4.2%;
		left: 50%;
		margin-left: -18.5%;
	}
		.episodeTitle_heading img {
			margin: 16px auto 10px;
		}
			.episodeTitle_heading h1 {
				font-size: 1.0rem;
				color: #000;
				font-weight: 400;
				letter-spacing: 0.25em;
			}
.specialTitle_inner {
	width: 228px;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 10%;
	left: 50%;
	margin-left: -114px;
}
	.specialTitle_heading {
		width: 106px;
		margin: 0 16px 0 0;
	}

	.episodeTitle nav {
		width: 96px;
		height: 40px;
		overflow: hidden;
		margin: 16px auto;
	}
		.episodeTitle nav a {
			height: 40px;
			width: 40px;
			display: block;
			background: url(../../episode/images/special_pageNav.png) no-repeat;
			background-size: 96px 80px;
			text-indent: -9999px;
			float: left;
			margin-right: 16px;
			-webkit-transition: 0.1s ease-in-out;
			-moz-transition: 0.1s ease-in-out;
			-o-transition: 0.1s ease-in-out;
			transition: 0.1s ease-in-out;
		}

		.episodeTitle nav a#special_01 {background-position: 0 0;}
		.episodeTitle nav a#special_02 {
			background-position: -56px 0;
			margin-right: 0;
		}
		.episodeTitle nav a#special_01:hover,
		.special_01 .episodeTitle nav a#special_01 {
			background-position: 0 -40px;
		}
		.episodeTitle nav a#special_02:hover,
		.special_02 .episodeTitle nav a#special_02 {
			background-position: -56px -40px;
		}

body.episode_01,
body.episode_02 {
	background: #fffaf8;
}
.special_01 .mainVisual {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 2;
	top: -4px;
}

	.episodeList_btn {
		width: 90%;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -10% 0 0 -45%;
	}

.mainEpisode {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40%;
	margin-top: -15%;
}

.episodeName {
	width: 90%;
	position: absolute;
	bottom: -8px;
	left: 14px;
}
	.episodeName p {
		font-size: 1rem;
		color: #fff;
		line-height: 2.12;
		letter-spacing: 0.05em;
		margin-bottom: 1.5em;
	}
	.episode_02 .episodeName p {
		text-align: right;
	}
		.episode_01 .episodeName p span {
			font-size: 1em;
			color: inherit;
			line-height: 2.12;
			padding: 0.25em 0.5em;
			background: #503741;
		}
		.episode_02 .episodeName p span {
			font-size: 1em;
			color: inherit;
			line-height: 2.12;
			padding: 0.25em 0.5em;
			background: #414f38;
		}
		.episodeName p strong {
			font-size: 1.25rem;
			color: inherit;
			font-weight: 300;
		}
@media only screen and (max-width: 374px) {
	.episodeName p {
		font-size: 0.85rem;
		line-height: 2;
		margin-bottom: 0.85em;
	}
		.episodeName p span {
			font-size: 1em;
			color: inherit;
			line-height: 2.0;
		}
		.episodeName p strong {
			font-size: 1.125rem;
			color: inherit;
			font-weight: 300;
		}
}
.episodeNav {
	width: 100%;
	height: 37px;
}
.episode_01 .episodeNav {
	background: #503741;
}
.episode_02 .episodeNav {
	background: #414f38;
}
	.episodeNav nav {
		width: 320px;
		height: 37px;
		margin: 0 auto;
		overflow: hidden;
	}
		.episodeNav nav a {
			width: 160px;
			height: 37px;
			display: block;
			background: url(../../episode/images/episode_nav.png) no-repeat;
			background-size: 320px 74px;
			text-indent: -9999px;
			float: left;
			-webkit-transition: 0.1s ease-in-out;
			-moz-transition: 0.1s ease-in-out;
			-o-transition: 0.1s ease-in-out;
			transition: 0.1s ease-in-out;
		}

		.episodeNav nav a#episode_01 {
			background-position: 0 -37px;
		}
		.episodeNav nav a#episode_02 {
			background-position: -160px -37px;
			margin-right: 0;
		}
		.episodeNav nav a#episode_01:hover,
		.episode_01 .episodeNav nav a#episode_01 {
			background-position: 0 0;
		}
		.episodeNav nav a#episode_02:hover,
		.episode_02 .episodeNav nav a#episode_02 {
			background-position: -160px 0;
		}

.episodeSec_01,
.episodeSec_02,
.episodeSec_03 {
	width: 100%;
	padding: 64px 14px 0;
	position: relative;
}
	.episodeSec_01::before {
		content: "";
		display: block;
		width: 195px;
		height: 157px;
		background: url(../../episode/images/episode_bg_06.png) no-repeat;
		position: absolute;
		top: 50px;
		right: 5px;
	}
	.episodeSec_02::before {
		content: "";
		display: block;
		width: 80%;
		height: 157px;
		padding-top: 8.9%; 
		background: url(../../episode/images/episode_bg_03.png) no-repeat;
		position: absolute;
		top: 17px;
		left: 0;
	}
	.story {
		width: 30%;
		margin: 0 auto 42px;
	}
	.sec_heading {
		width: 100%;
		margin-bottom: 58px;
	}

	.episodeSec_01 p,
	.episodeSec_02 p,
	.episodeSec_03 p {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		width: 100%;
		font-weight: bold;
		font-size: 0.875rem;
		margin-bottom: 70px;
	}

.episodeBtmNav {
	width: 100%;
	padding: 10% 0 5%;
	position: absolute;
	bottom: -38%;
}
.episode_01 .episodeBtmNav {
	background: #503741;
	mix-blend-mode: multiply;
}
.episode_02 .episodeBtmNav {
	background: #414f38;
	mix-blend-mode: multiply;
}
	.episodeBtmNav nav {
		width: 320px;
		height: 29px;
		margin: 0 auto;
		overflow: hidden;
	}
		.episodeBtmNav nav a {
			width: 160px;
			height: 29px;
			display: block;
			background: url(../../episode/images/episode_BtmNav.png) no-repeat;
			background-size: 320px 58px;
			text-indent: -9999px;
			float: left;
			-webkit-transition: 0.1s ease-in-out;
			-moz-transition: 0.1s ease-in-out;
			-o-transition: 0.1s ease-in-out;
			transition: 0.1s ease-in-out;
		}

		.episodeBtmNav nav a#episode_01 {
			background-position: 0 0;
		}
		.episodeBtmNav nav a#episode_02 {
			background-position: -160px 0;
		}
		.episode_01 .episodeBtmNav nav a#episode_01 {
			background-position: 0 -29px;
		}
		.episode_02 .episodeBtmNav nav a#episode_02 {
			background-position: -160px -29px;
		}
	.bottomMgn {
		margin: 40px 0 100px;
	}

/* ------------------------------
 Discussion 
------------------------------ */
body.discussion {overflow: hidden;}
.dicussionLead {
	width: 100%;
	margin: 68px auto 50px;
}
	.dicussionLead img {
		margin-bottom: 34px;
	}
	.dicussionLead p {
		width: 100%;
		padding: 0 14px;
		font-size: 1.0rem;
		color: #ff4b00;
		line-height: 2.12;
		letter-spacing: 0.21em;
		font-weight: 400;
	}

.heading_img {
	width: 37%;
	max-width: 254px;
	text-align: center;
	margin: 0 auto 48px;
}

.Member {
	width: 100%;
	padding: 0 14px;
	margin-bottom: 34px;
}
.MemberName {
	width: 292px;
	height: 136px;
	position: relative;
	padding-left: 16px;
	margin: 26px auto 20px;
}
	.MemberName::before {
		content: "";
		display: block;
		width: 4px;
		height: 100%;
		background: url(../../discussion/images/nameLine_02.png) repeat-y;
		position: absolute;
		top: 0;
		left: 0;
	}
	.MemberName h4 {
		font-size: 1.5rem;
		letter-spacing: 0.21em;
		color: #0066b3;
		line-height: 1;
		margin-bottom: 26px;
		position: relative;
	}
	.MemberName h4.ltr_spc {
		font-size: 1.5rem;
		letter-spacing: 0.15em;
	}
		.MemberName h4 span {
			font-size: 0.5em;
			letter-spacing: 0.13em;
			color: inherit;
			line-height: 1;
			position: absolute;
			top: 12px;
			right: 0;
		}
		.MemberName h4.ltr_spc span {
			letter-spacing: 0.04em;
			right: -10px;
		}
	.MemberName p {
		font-size: 0.875rem;
		color: #0066b3;
		line-height: 1.6;
	}
		.MemberName p br {
			line-height: 1.6;
		}

.MemberCareer {
	width: 292px;
	min-height: 104px;
	background: #f2f2f2;
	padding: 6px 12px;
	margin: 0 auto;
}
.MemberCareer dl {
	overflow: hidden;
}
	.MemberCareer dt,
	.MemberCareer dd {
		float: left;
		line-height: 1.96;
		font-size: 0.75rem;
		color: #666464;
	}
	.MemberCareer dt {
		width: 5em;
	}
	.MemberCareer dd {
		width: calc(100% - 5em);
	}

.discussionContent {
	position: relative;
	width: 100%;
	z-index: 10;
}
	.discussionContent.position {
		position: relative;
		top: -24px;
		z-index: 8;
	}
	.discussionContent.last {
		position: relative;
		top: -50px;
		margin-bottom: -60px;
		z-index: 6;
	}
		.discussionLeft .discussionNo {
			width: 70px;
			text-align: center;
			position: absolute;
			top: -56px;
			left: 7px;
			z-index: 10;
		}
		.discussionRight .discussionNo {
			width: 70px;
			text-align: center;
			position: absolute;
			top: -56px;
			right: 7px;
			z-index: 10;
		}
		.discussionLeft .discussionNo#no03 {
			position: absolute;
			top: -56px;
			left: -8px;
		}
		.discussionLeft .discussionNo#no04 {
			position: absolute;
			top: -56px;
			left: -8px;
		}

	.discussionLeft {
		width: 100%;
		position: relative;
		padding: 0 14px;
		top: -20px;
	}
	.discussionRight {
		width: 100%;
		position: relative;
		padding: 0 14px;
		top: -10px;
	}
	.discussionLeft#sec04 {
		padding: 0 14px;
		top: 0;
		padding-top: 44px;
	}
		.discussionwrapp {
			width: 100%;
			background: url(../../discussion/images/discussion_bg.png) no-repeat;
			background-size: 100% 100%;
			padding: 14px;
			position: relative;
			text-align: center;
			z-index: 10;
		}
			.discussionLeft#sec04 .discussionwrapp:first-child {
				margin: 0 0 44px 0;
			}

			.discussionwrapp img {
				margin-bottom: 1em;
				text-align: center;
			}
		.discussionwrapp dl {
			overflow: hidden;
		}
			.discussionwrapp dt,
			.discussionwrapp dd,
			.discussionwrapp br {
				font-size: 0.8125rem;
				line-height: 1.96;
				text-align: left;
			}
				.discussionwrapp dt.question,
				.discussionwrapp dd.question,
				.discussionwrapp .question br {
					font-size: 0.875rem;
					line-height: 1.77;
					letter-spacing: 0.21em;
					font-weight: 500;
					color: #ff4b00;
				}
					.question span {
						color: inherit;
						font-size: 1em;
						background-image: linear-gradient(to right, #ccc, #ccc 18px, transparent 18px, transparent 4px);
						background-size: 22px 1px;
						background-position: bottom;
						background-repeat: repeat-x;
					}
			.discussionwrapp dt {
				width: 23%;
				float: left;
			}
			.discussionwrapp dd {
				width: 77%;
				float: left;
				margin-bottom: 1em;
			}


/* ------------------------------
 Recruit 
------------------------------ */
@font-face {
  font-family: 'MyYuMinchoC';
  src: local('YuMincho-Demibold'),  /* for Win */
       local('YuMincho Demibold');  /* for Mac */
}
main.recruit * {
	font-family: 'YuMincho',    /* for Mac (as Medium)*/
				'MyYuminchoC'; /* for Chrome and firefox on Windows */
	font-weight: 600;
}
.workTitle_heading h1 {
	font-family: "Noto Sans JP",sans-serif;
}
.recruitPolicy {
	width: 100%;
	padding: 0 11px;
}
.recruitPolicy_wrapp {
	width: 100%;
	border: 3px solid #000;
	margin: 0 auto 28px;
	text-align: center;
	position: relative;
}
.recruitPolicy_wrapp.position {
	margin: 0 auto 48px;
}

	.recruitHeading {
		padding: 13px 0;
		background: url(../images/aboutContent_heading_bg.png) repeat;
		margin-bottom: 3em;
	}
		.recruitHeading h2 {
			font-size: 1.5rem;
			color: #000;
			line-height: 1.41;
			font-weight: bold;
			text-align: center;
			letter-spacing: 0.27em;
		}
.recruitHeading_02 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #666464;
	position: relative;
	height: 36px;
	margin-bottom: 3em;
	text-align: left;
}
	.recruitHeading_02 h3,
	.recruitHeading_03 h3 {
		font-family: "Noto Sans JP",sans-serif;
		font-weight: 400;
		font-size: 1.125rem;
		letter-spacing: 0.19em;
		line-height: 34px;
		padding: 0 8px 0 28px;
		display: inline-block;
		text-align: left;
		background: #fff;
	}
		.recruitHeading_02 h3::before {
			content: "";
			display: block;
			position: absolute;
			width: 20px;
			height: 34px;
			background: #000;
			top: 0;
			left: 0;
		}
.recruitHeading_03 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #000;
	position: relative;
	height: 36px;
	margin-bottom: 3em;
	text-align: left;
}
		.recruitHeading_03 h3::before {
			content: "";
			display: block;
			position: absolute;
			width: 20px;
			height: 34px;
			background: url(../images/aboutContent_heading_bg.png) repeat;
			top: 0;
			left: 0;
		}

.recruitHeading_04 {
	background: url(../images/aboutContent_heading_bg.png) repeat;
	display: inline-block;
	padding: 0 0 4px;
	text-align: center;
	position: relative;
	top: -20px;
	margin-bottom: 3em;
}
	.recruitHeading_04 h2 {
		background: #fff;
		padding: 0 1em;
		font-size: 1.5rem;
		color: #000;
		line-height: 1.41;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0.21em;
		display: inline-block;
	}
@media only screen and (max-width: 374px) {
	.recruitHeading_04 h2 {
		font-size: 1.125rem;
		line-height: 2.268;
	}
}

.recruitPolicy_inner h4 {
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1em;
	letter-spacing: 0.07em;
	font-weight: 300;
	margin-bottom: 14px;
}
.recruitPolicy_inner {
	padding: 0 28px 28px;
	text-align: left;
}
@media only screen and (max-width: 374px) {
	.recruitPolicy_inner {
		padding: 0 14px 28px;
		text-align: left;
	}
}
	ul.textList {
		width: 100%;
	}
		ul.textList li {
			font-size: 0.9375rem;
			letter-spacing: 0.05em;
		}
			ul.textList li::before {
				content: "○";
				display: inline-block;
			}

	.recruitMessage {
		width: 100%;
		text-align: center;
		margin-bottom: 28px;
	}
		.recruitMessage strong {
			font-size: 1.25rem;
			color: #0066b3;
			text-align: center;
			line-height: 1.9;
		}
ul.statue {
	width: 100%;
}
	ul.statue li {
		width: 100%;
		height: 36px;
		background: #e5eff7;
		text-align: center;
		font-size: 0.875rem;
		padding: 0;
		margin-bottom: 18px;
	}
		ul.statue li span {
			height: 36px;
			font-size: 0.875rem;
			background: #0066b3;
			color: #fff;
			padding: 0 8px;
			display: inline-block;
		}

@media only screen and (max-width: 374px) {
	ul.statue li {
		width: 100%;
		height: 36px;
		background: #e5eff7;
		text-align: center;
		font-size: 0.875rem;
		padding: 0;
		margin-bottom: 18px;
	}
		ul.statue li span {
			height: 36px;
			font-size: 0.875rem;
			background: #0066b3;
			color: #fff;
			padding: 0 8px;
			display: inline-block;
		}
}

table {
	width: 100%;
}
	table br {line-height: 1.89;}
	table th, table td {
		font-size: 0.9375rem;
		letter-spacing: 0.05em;
		line-height: 1.89;
		text-align: left;
		vertical-align: top;
	}
	table th {
		width: 93px;
	}
		table th::before {
			content: "■";
		}
	table td {
		padding-bottom: 28px;
	}

.recruitFlow {
	width: 100%;
	background: #0066b3;
	border: 1px solid #656464;
	padding: 18px 28px;
	position: relative;
	margin-bottom: 35px;
}
.recruitFlow:last-of-type {
	margin-bottom: 0;
}
	.recruitFlow::before {
		content: "";
		display: block;
		width: 43px;
		height: 14px;
		position: absolute;
		top: -1px;
		left: -1px;
		border-right: 1px solid #656464;
		border-bottom: 1px solid #656464;
	}
		.recruitFlow.no01::before {
			background: url(../../recruit/images/recruitFlow_01.png) no-repeat;
			background-size: 100%;
		}
		.recruitFlow.no02::before {
			background: url(../../recruit/images/recruitFlow_02.png) no-repeat;
			background-size: 100%;
		}
		.recruitFlow.no03::before {
			background: url(../../recruit/images/recruitFlow_03.png) no-repeat;
			background-size: 100%;
		}
		.recruitFlow.no04::before {
			background: url(../../recruit/images/recruitFlow_04.png) no-repeat;
			background-size: 100%;
		}
	.recruitFlow::after {
		content: "";
		display: block;
		width: 20px;
		height: 10px;
		background: url(../../recruit/images/recruitFlow_arrow.png) no-repeat;
		background-size: 100%;
		position: absolute;
		bottom: -22px;
		left: 50%;
		margin-left: -10px;
	}
		.recruitFlow:last-of-type::after {
			content: none;
		}
	.recruitFlow h3 {
		font-size: 1rem;
		color: #fff;
		line-height: 1.9;
		text-align: center;
		letter-spacing: 0.13em;
		margin-bottom: 10px;
	}
	.recruitFlow p {
		font-size: 0.875rem;
		color: #fff;
		line-height: 1.9;
		letter-spacing: 0.07em;
	}

.mynavi_bnr {
	display: block;
	width: 130px;
	height: 130px;
	margin: 28px auto 0;
}
.mynavi_bnr img {
	display: block;
}
.image_center {
	text-align: center;
	margin-top: 28px;
}
p.faq {
	font-size: 0.875rem;
	color: #000;
	letter-spacing: 0.07em;
}
	p.faq::before {
		content: "Q. ";
	}
	p.faq span {
		font-size: 1em;
		color: #0066b3;
		letter-spacing: 0.07em;
	}
		p.faq span::before {
			content: "A. ";
		}
hr {
	width: 100%;
	height: 1px;
	border-top: 1px dotted #000;
	margin: 2em 0; 
}






.pc {display: none}



@import url("./style_pc.css");

/* ** */

@media only screen and (min-width: 668px) {

    
 /* ** */}
@charset "utf-8";

@media only screen and (min-width: 769px) {


/* -----------------------------------
 * ** 768px以上 ** *
------------------------------------ */
.pc {display: block}

/* ------------------------------
 Layout 
------------------------------ */
#wrapper {
    width: 100%;
    margin: 0;
    min-height: 100%;
    position: relative;
	padding-top: 100px;
}
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
main {
	margin: 0 auto;
	width: 1340px;
	height: 100%;
	padding: 0;
	position: relative;
}
body.top main {
	margin: -1px auto 0;
}
#footer {
	width: 1340px;
	margin: 0 auto;
}
/* ------------------------------
 header 
------------------------------ */
#header {
	display: block;
	width: 1340px;
	height: 100px;
	padding: 2px 130px 25px 100px;
	margin: 0 auto;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
}
	.logoWrapp {
		width: 342px;
		margin: 24px 0 0;
		padding: 0;
		display: flex;
		flex-flow: row nowrap;
	}
	.logoWrapp a {
		display: block;
	}
		.logoWrapp a.logo {
			width: 216px;
			height: 32px;
		}
		.logoWrapp a.siteTitle {
			width: 98px;
			padding-top: 6px;
		}
	.subnav {
		right: 130px;
	}
	

/* ------------------------------
 Nav 
------------------------------ */
#nav {
	width: 550px;
	margin: 27px 0 0 226px;
	background: #fff;
}
	.navlink {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		width: 550px;
		border-top: none;
	}
	.navlink li,
	.navlink li a {
		display: block;
		font-size: 1.0rem;
		height: 44px;
		line-height: 44px;
		letter-spacing: 0.08em;
		font-weight: 400;
		text-align: center;
		position: relative;
		width: auto;
		float: none;
		background: none;
	}
	.navlink li {
		border-left: none;
	}
		.navlink li::before {
			content: "";
			position: absolute;
			top: 41px;
			right: 0;
			background: #0066b3;
			display: inline-block;
			width: 0;
			height: 2px;
			-webkit-transition: 0.2s;
			-moz-transition: 0.2s;
			-o-transition: 0.2s;
			transition: 0.2s;
		}
	.navlink li:hover::before {
		width: 100%;
	}
	.navlink li a {
		padding: 0 0.5em 0 0.4em;
		color: #656464;
	}
	.navlink li a:hover {
		color: #0066b3;
	}


/* ------------------------------
 Menu 
------------------------------ */

/* ------------------------------
 Footer 
------------------------------ */
#toTop {
	width: 48px;
	height: 48px;
	opacity: 1;
}
#copyright {
	width: 100%;
}
	#copyright p {
		margin: 0;
	}


/* ------------------------------
 MainVisual 
------------------------------ */
.position .mainVisual,
.business .mainVisual {
	width: 1340px;
	margin: 0 auto 75px;
	background: #fff;
	position: relative;
}
.position .mainVisual.voice {
	margin: 87px auto;
}
	.wideslider {
		width: 100%;
		margin: 0 auto 0;
		position: relative;
	}
	.Message {
		width: 1080px;
		position: absolute;
		top: 67px;
		left: 50%;
		margin-left: -540px;
		margin-top: 0;
	}
/* ---------------------
 パンくず (breadcrumb)
--------------------- */
#breadcrumb ul {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	padding: 16px 0 8px; 
}
	#breadcrumb li {
		text-align: left;
		display: inline;
		margin-left: 0.5em;
		font-size: 0.8125rem;
	}
		#breadcrumb li a {font-size: 1em;}


/* ------------------------------
 Heading 
------------------------------ */
.titleConcept {
	width: 100%;
	background: #fff;
	background-size: 100%;
	position: relative;
	padding-bottom: 15px;
}
	.titleConcept::before {
		content: none;
	}
	.titleConcept_heading {
		width: 254px;
		margin: 0 auto;
		text-align: center;
		position: static;
	}
		.titleConcept_heading img {
			margin: 35px auto 26px;
		}
			.titleConcept_heading h1 {
				font-size: 1.125rem;
				color: #000;
				font-weight: 600;
				letter-spacing: 0.25em;
			}
.pageTitle_heading {
	width: 1340px;
	text-align: center;
	position: absolute;
	top: 201px;
	left: 0;
}
	.pageTitle_heading img {
		width: 37%;
		max-width: 254px;
		margin: 0 auto 62px;
	}
		.pageTitle_heading h1 {
			font-size: 1.125rem;
			font-weight: 400;
			color: #fff;
			letter-spacing: 0.25em;
			margin-bottom: 52px;
		}
		.pageTitle_heading p,
		.pageTitle_heading p br {
			color: #fff;
			font-size: 0.875rem;
			line-height: 1.82;
		}

/* ------------------------------
 Parts 
------------------------------ */
.aboutContent_wrapp {
	width: 1340px;
	margin: 0 auto;
}
	.aboutContent {
		width: 738px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	.aboutContent img {
		width: 381px;
	}
	.aboutContent_wrapp + img {
		max-width: 1080px;
		display: block;
		margin: 0 auto 100px;
	}
			.aboutContent_heading h2,
			.visionContent_wrapp h2 {
				font-size: 1.5rem;
			}
			.visionContent_wrapp h2 strong {
				font-size: 2.25rem;
			}
			.aboutContent_catch h3 {
				font-size: 2.0rem;
				line-height: 1.82;
				letter-spacing: 0.29em;
			}
			.service .aboutContent_catch h3 {
				font-size: 2.0rem;
				line-height: 1.82;
				letter-spacing: 0.29em;
			}
			.service2 .aboutContent_catch h3 {
				font-size: 1.6rem;
				line-height: 1.82;
				letter-spacing: 0.29em;
			}

		.aboutContent p {
			font-size: 0.9375rem;
			text-align: left;
			margin-bottom: 100px;
		}
		.service2 .aboutContent p {
			font-size: 0.9375rem;
			margin-bottom: 50px;
		}
.serviceContent {
	width: 100%;
	padding: 0;
}
	.serviceContent img {
		margin-bottom: 0;
	}
	.serviceContent p {
		font-size: 1rem;
		text-align: center;
	}
	.serviceContent strong {
		font-size: 1.6rem;
		text-align: center;
		letter-spacing: 0.07em
	}

	.position .visionContent_wrapp {
		padding: 100px 0 70px;
	}
	.visionContent {
		width: 738px;
		padding: 0;
		margin: 0 auto;
	}
	.content_01_inner {
		display: flex;
		flex-flow: row wrap;
		align-content: stretch;
		justify-content: space-between;
	}
		.content_01 {
			width: 358px;
			margin-bottom: 0; 
		}
			.content_inner {
				width: 100%;
				background: #fff;
				margin-top: 2px;
				height: 100%;
			}
				.content_inner p {
				padding: 48px 48px;
					font-size: 1rem;
					line-height: 2.2;
				}

.voice_image {
	width: 740px;
	padding: 0;
	margin: 0 auto;
}
.position .interviewee {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	margin: 9px 0 42px;
}
	.position .intervieweeName {
		width: 265px;
		padding: 0 0;
		margin: 0;
	}
		.position .intervieweeName h2 {
			text-align: left;
			padding: 0 0;
			line-height: 1;
			margin: 0 0 0.25em;
		}
		.position .intervieweeName p.ruby {
			width: 100%;
			text-align: left;
		}
	.position .intervieweeHistory {
		width: 475px;
		height: auto;
		margin: 0;
	} 
		.position .intervieweeHistory p {
			text-align: left;
		}
		.position #chiarman .intervieweeHistory p {
			text-align: left;
			padding: 0.5em 0;
		}
.voice_content {
	width: 1340px;
	margin: 0 auto;
}
	.voice_left ,
	.voice_right {
		width: 1040px;
		position: relative;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.voice_left {
		text-align: left;
		margin: 0 auto 0 0;
	}
	.voice_left.president_voice {
		margin: 0 auto 80px 0;
	}
	.voice_right {
		text-align: left;
		margin: 0 0 0 auto;
	}
		.voice_left img ,
		.voice_right img {
			width: 670px;
		}
		.voice_pra {
			width: 370px;
			font-size: 0.875rem;
			line-height: 2.0;
			text-align: justify;
			position: relative;
			background: #fff;
			letter-spacing: 0.01em;
			padding: 0;
		}
		.voice_pra p {
			font-size: 0.875rem;
			line-height: 2.0;
			text-align: justify;
			position: relative;
			background: #fff;
			letter-spacing: 0.01em
		}
		.voice_left .voice_pra {
			top: 3em;
			right: 0;
		}
		.voice_right .voice_pra {
			top: 3em;
			left: 0;
		}
		.voice_left p {
			padding: 0 0 0 20px;
			top: 4em;
		}
		.voice_right p {
			padding: 0 20px 0 0;
			top: 0em;
		}
			p.first-letter:first-letter {
				font-size: 3.4em;
				font-weight: 400;
				line-height: 1;
				display: block;
				background: #0066b3;
				color: #fff;
				padding: 1.55rem 1.5rem ;
				margin: 0.4rem 0.875rem 0em 0;
				float: left;
			}
			#chairman p.first-letter:first-letter {
				background: #000;
			}
	.voice_right p br {line-height: 2.0}

	.president_voice.voice_left .voice_pra,
	.president_voice.voice_right .voice_pra {
		top: 0;
	}
	.president_voice.voice_left p {
		top: 0;
	}
	
/* ------------------------------
 Home 
------------------------------ */
.topBg {
	width: 1340px;
	margin: 0 auto 60px;
}
	.tileContent {
		width: 50%;
		display: flex;
		flex-flow: row nowrap;
	}
			.tileTitle p {
				font-size: 1.125rem;
				letter-spacing: 0.25em;
			}
				.tileTitle p.letter {
					letter-spacing: 0.25em;
					line-height: 2.268;
				}

/* ------------------------------
 Concept 
------------------------------ */
.concept_wrapp {
	width: 100%;
	padding: 140px 338px 140px 364px;
}
	.conceptMessage {
		margin-bottom: 46px;
	}
	.conceptTxt {
		margin-bottom: 46px;
	}
		.conceptTxt P {
			font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
			font-size: 1.125rem;
			line-height: 2.52;
			color: #fff;
			letter-spacing: 0.01em;
		}
			.conceptTxt P br {
				line-height: 2.52;
			}


/* ------------------------------
 Work 
------------------------------ */
.workTitle {
	width: 100%;
	background: url(../../work/images/pageTitle_bg_pc.png) no-repeat;
	background-size: 100%;
	position: relative;
}
	.workTitle::before {
		content: none;
	}
	.workTitle_heading {
		width: 254px;
		margin: 0 auto;
		text-align: center;
		position: static;
	}
		.workTitle_heading img {
			margin: 35px auto 26px;
		}
			.workTitle_heading h1 {
				font-size: 1.125rem;
				color: #000;
				font-weight: 600;
				letter-spacing: 0.25em;
			}
.workTitle nav {
	position: absolute;
	top: 65px;
	bottom: inherit;
	right: 164px;
	left: inherit;
	margin-left: 0;
	margin: 0;
}

.pageTitle {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
}
	.interviewee {
		width: 734px;
		height: 170px;
		display: flex;
		flex-flow: row nowrap;
		margin-bottom: 0;
	}
		.pageNumber {
			width: 170px;
			padding: 53px 33px;;
		}
		.intervieweeName {
			width: 563px;
			padding: 0px 125px;
			margin: 57px 0 auto;
		}
			.intervieweeName h2 {
				width: 294px;
				font-size: 2.25rem;
				letter-spacing: 0.25em;
				color: #000;
				margin-bottom: 14px;
			}
			.intervieweeName h2 span {
				font-size: 0.5em;
				letter-spacing: 0.25em;
				color: #000;
				right: 0;
			}

		.intervieweeHistory {
			width: 606px;
			height: 96px;
			padding: 0 0 0 30px;
			margin: 37px auto;
		}
			.intervieweeHistory p {
				font-size: 1.125rem;
				line-height: 1.75;
				color: #000;
				letter-spacing: 0.25em;
			}
.work_04 .interview {
	width: 100%;
	position: relative;
	padding: 87px 158px 343px;
}
	.interview::before {
		width: 32px;
		height: 16px;
		background: url(../../work/images/interviewArrow.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -16px;
	}
.interview {
	width: 100%;
	position: relative;
	padding: 87px 158px;
}

	.interview_wrapp {
		width: 1023px;
		margin: 0 auto;
		position: relative;
		padding: 4.8% 0 0;
	}
		.interview_wrapp h3 {
			width: 166px;
			margin: 0 auto 37px;
		}
		.interview_content {
			width: 100%;
			height: 485px;
			margin: 0 auto 156px;
			padding: 0;
			position: relative;
		}
		.work_01 .first .interview_content,
		.work_01 .second .interview_content, 
		.work_02 .first .interview_content,
		.work_02 .second .interview_content, 
		.work_03 .first .interview_content,
		.work_03 .second .interview_content, 
		.work_04 .first .interview_content,
		.work_04 .second .interview_content 
		{
			width: 100%;
			background-size: 624px 410px;
			background-position: 40px 73px;
		}
	
			.leadSentence {
				background-position: left top;
				padding: 38px 0 0 0;
				margin-bottom: 134px;
			}
				.leadSentence p {
					color: #fff;
					font-size: 1.3125rem;
					font-weight: 500;
					letter-spacing: 0.06em;
					line-height: 1.6;
				}
				.leadSentence p br {
					line-height: 1.6;
				}
			.interview_content > p {
				width: 313px;
				color: #fff;
				font-size: 0.875rem;
				letter-spacing: 0.02em;
				line-height: 2.0;
				padding: 0;
				position: absolute;
				right: 0;
				top: 38px;
			}
	.work_01 .first .interview_content > p {
		width: 486px;
		line-height: 1.6;
	}
	.work_01 .interview_content > p {
		width: 414px;
		line-height: 1.8;
	}
	.work_02 .first .interview_content > p {
		width: 486px;
		line-height: 1.7;
	}
	.work_02 .interview_content > p {
		width: 486px;
		line-height: 1.8;
	}
	.work_03 .interview_content > p {
		width: 414px;
	}
	.work_03 .second .interview_content > p {
		line-height: 1.8;
	}
	.work_04 .interview_content > p {
		width: 450px;
		line-height: 1.8;
	}
	.work_04 .second .interview_content > p {
		width: 496px;
		line-height: 1.7;
	}

.Column {
	width: 1023px;
	margin: 0 auto;
	padding-top: 56px;
}
	.Column h3 {
		width: 166px;
		margin: 0 auto 44px;
	}
	.column_content {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-content: stretch;
	}
		.column_left {
			width: 510px;
			margin-top: 5px;
			margin-bottom: 15px;
			position: relative;
		}
	.column_left > img {
		margin-top: 12px;
	}
		.column_right {
			width: 485px;
			padding-bottom: 5px;
			margin: 0 0 1em;
		}
			.column_right p {
				font-size: 0.875rem;
				min-height: 184px;
				vertical-align: middle;
				color: #656464;
				line-height: 1.8;
				letter-spacing: 0.03em;
			}

.workflow {
	width: 100%;
	padding: 75px 0 60px;
	background: #0066b3;
	position: relative;
}
	.workflow h3 {
		width: 166px;
		margin: 0 auto 50px;
	}
	.workflow_wrapp {
		width: 100%;
		padding: 0 160px 0 756px;
	}
	.workflow_wrapp h4 {
		width: 100%;
		font-size: 1rem;
		color: #fff;
		margin-bottom: 23px;
	}
		.workflow_wrapp p.notice {
			font-size: 1.0rem;
			margin-top: 20px;
			position: relative;
			text-align: right;
		}
		.work_01 .workflow_wrapp,
		.work_02 .workflow_wrapp,
		.work_03 .workflow_wrapp,
		{
			background-size: 670px 470px;
			background-position: left top;
		}
		.work_01 .workflow_wrapp {
			background: url(../../work/01/images/workflow_02.jpg) no-repeat;
		}
		.work_02 .workflow_wrapp {
			background: url(../../work/02/images/workflow_01.jpg) no-repeat;
		}
		.work_03 .workflow_wrapp {
			background: url(../../work/03/images/workflow_03.jpg) no-repeat;
		}
		.work_01 .workflow_wrapp,
		.work_02 .workflow_wrapp,
		.work_03 .workflow_wrapp,
		{
			background-size: 670px 470px;
			background-position: 0 6px;
		}
	
		.workflow_list {
			width: 100%;
			height: auto;
			align-items: center;
		}
			.workflow_list:not(:last-of-type) {
				margin-bottom: 54px;
			}
			.workflow_list:not(:last-of-type)::after {
				top: auto;
				bottom: -37px;
				left: 8px;
			}
			.workflow_list p {
				font-size: 1.0rem;
			}

.work_btmNav {
	width: 100%;
	border-top: 2px solid #d8d8d8;
	padding: 36px 0 0;
	margin-bottom: 96px;
}
	.work_btmNav::before {
		content: "";
		width: 32px;
		height: 16px;
		background: url(../../work/images/flow_arrow_01.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -16px;
	}
	.work_btmNav h2 {
		font-size: 1.375rem;
		margin: 0 auto 26px;
	}
	.work_btmNav nav div {
		width: 25%;
		float: left;
	}
		.work_btmNav nav a {
			display: block;
			width: 25%;
			padding-top: 25%;
			text-indent: -9999px;
			line-height: 0;
			position: relative;
			float: left;
		}
	
	.work_04 .work_btmNav {
		border-top: none;
	}
	.work_04 .work_btmNav::before {
		background: url(../../work/images/interviewArrow.png) no-repeat;
		top: 0px;
	}

/* ------------------------------
 Episode
------------------------------ */
.episodeTitle {
	width: 100%;
	height: 171px;
	background: url(../../episode/images/special_bg_pc.png)  repeat-x;
	position: relative;
	z-index: 10;
}
	.episodeTitle::before {
		content: none;
	}
	.episodeTitle_heading {
		width: 254px;
		margin: 0 auto;
		text-align: center;
		position: static;
	}
		.episodeTitle_heading img {
			margin: 35px auto 26px;
		}
			.episodeTitle_heading h1 {
				font-size: 1.125rem;
				color: #000;
				font-weight: 600;
				letter-spacing: 0.25em;
			}
.specialTitle_inner {
	width: 740px;
	display: block;
	position: absolute;
	bottom: 87px;
	left: 50%;
	margin-left: -370px;
}
	.specialTitle_heading {
		width: 213px;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	.episodeTitle nav {
		width: 96px;
		height: 40px;
		margin: 0;
		position: absolute;
		top: 0;
		right: 83px;
	}
.special_01 .mainVisual {
	width: 1340px;
	margin: 0 auto;
	position: relative;
	background: none;
	z-index: 2;
	top: -5px;
}
	.episodeList_btn {
		width: 750px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -91px 0 0 -375px;
	}

.mainEpisode {
	width: 753px;
	position: absolute;
	top: 76px;
	left: 300px;
	margin-left: 0;
	margin-top: 0;
}
	.episodeName {
		width: 90%;
		position: absolute;
		bottom: 53px;
		left: 318px;
	}
	.episode_02 .episodeName p {
		text-align: left;
	}

.episodeNav {
	width: 100%;
	height: 0;
}
	.episode_01 .episodeNav {
		background: #503741;
	}
	.episode_02 .episodeNav {
		background: #414f38;
	}
	.episodeNav nav {
		width: 370px;
		height: 37px;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 58px;
	}
.episodeSec_01,
.episodeSec_02,
.episodeSec_03 {
	width: 740px;
	padding: 64px 0;
	margin: 0 auto;
	position: relative;
}
	.episodeSec_01::after {
		content: "";
		display: block;
		width: 300px;
		height: 620px;
		background: url(../../episode/images/episode_bg_01.png) no-repeat;
		position: absolute;
		top: 83px;
		left: -300px;
	}
	.episodeSec_02 > p {position: relative;}
	.episodeSec_02 > p::before {
		content: "";
		display: block;
		width: 393px;
		height: 620px;
		background: url(../../episode/images/episode_bg_04.png) no-repeat;
		position: absolute;
		top: 165px;
		right: -300px;
	}
	.episodeSec_02::after {
		content: "";
		display: block;
		width: 356px;
		height: 619px;
		background: url(../../episode/images/episode_bg_05.png) no-repeat;
		position: absolute;
		top: -339px;
		right: -300px;
	}
	.episodeSec_03::before {
		content: "";
		display: block;
		width: 250px;
		height: 57px;
		background: url(../../episode/images/episode_bg_07.png) no-repeat;
		position: absolute;
		top: 90px;
		right: -300px;
	}
	.episodeSec_03::after {
		content: "";
		display: block;
		width: 415px;
		height: 622px;
		background: url(../../episode/images/episode_bg_02.png) no-repeat;
		position: absolute;
		bottom: 66px;
		left: -300px;
	}
	.story {
		width: 170px;
		margin: 0 auto 42px;
	}
	.sec_heading {
		width: 100%;
		margin-bottom: 58px;
	}

	.episodeSec_01 p {
		width: 100%;
		font-size: 0.875rem;
		margin-bottom: 70px;
	}
	.episodeSec_01 img {
		width: 100%;
	}
.episodeBtmNav {
	width: 100%;
	padding: 72px 0;
	position: absolute;
	bottom: -177px;
}
	.episodeBtmNav nav {
		width: 740px;
		height: 66px;
		margin: 0 auto;
		overflow: hidden;
	}
		.episodeBtmNav nav a {
			width: 370px;
			height: 66px;
			background-size: 740px 132px;
			text-indent: -9999px;
			float: left;
		}

		.episodeBtmNav nav a#episode_01 {
			background-position: 0 0;
		}
		.episodeBtmNav nav a#episode_02 {
			background-position: -370px 0;
		}
		.episode_01 .episodeBtmNav nav a#episode_01 {
			background-position: 0 -66px;
		}
		.episode_02 .episodeBtmNav nav a#episode_02 {
			background-position: -370px -66px;
		}
.bottomMgn {
	margin: 40px 0 177px;
}

/* ------------------------------
 Discussion 
------------------------------ */
.dicussionLead {
	width: 100%;
	margin: 68px auto 100px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
	.dicussionLead img {
		width: 585px;
		height: 312px;
		margin-bottom: 0;
	}
	.dicussionLead p {
		width: 50%;
		line-height: 2.83;
		padding: 0;
		font-size: 1.125rem;
	}
.heading_img {
	width: 254px;
	margin: 0 auto 48px;
}
	
	.MemberList {
		width: 1080px;
		margin: 0 auto 24px;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}

.Member {
	width: 340px;
	padding: 0;
	margin-bottom: 34px;
}
.Member:not(:first-of-type) {
	margin-left: 30px;
}
	.Member img {
		padding: 0 0 0 37px;
	}

.MemberName {
	width: 340px;
	position: relative;
	padding-left: 18px;
	margin: 10px 0 16px;
}
	
.MemberName h4 {
	font-size: 1.65rem;
	letter-spacing: 0.21em;
}
.MemberName h4.ltr_spc {
	font-size: 1.65rem;
}
	.MemberName h4 span {
		top: 14px;
		right: 12px;
	}
		.MemberName h4.ltr_spc span {
			letter-spacing: 0.13em;
			right: 12px;
		}
	.MemberName p {
		font-size: 1rem;
		color: #0065b2;
		line-height: 1.6;
		letter-spacing: 0.03em;
	}
.MemberCareer {
	width: 340px;
	min-height: 124px;
	padding: 12px 22px 12px 24px;
}
	.MemberCareer dt,
	.MemberCareer dd {
		float: left;
		line-height: 1.96;
		font-size: 0.8125rem;
		color: #666464;
	}
	.MemberCareer dt {
		width: 5em;
	}
	.MemberCareer dd {
		width: calc(100% - 5em);
	}
	
.discussionContent {
	width: 1340px;
	margin: 0 auto;
}
.discussionContent.position {
	position: relative;
	top: -187px;
	z-index: 8;
}
.discussionContent.last {
	position: relative;
	top: -445px;
	z-index: 6;
	margin-bottom: -330px;
}
.discussionLeft .discussionNo {
	width: 140px;
	position: absolute;
	top: -126px;
	left: 60px;
}
.discussionRight .discussionNo {
	width: 140px;
	position: absolute;
	top: -126px;
	left: 556px;
}
.last.discussionLeft .discussionNo {
	width: 140px;
	position: absolute;
	top: -50px;
	left: 116px;
}
.discussionLeft .discussionNo#no03 {
	width: 140px;
	position: absolute;
	top: -126px;
	left: -41px;
}
.discussionLeft .discussionNo#no04 {
	width: 140px;
	position: absolute;
	top: -126px;
	left: -41px;
}
	.discussionLeft {
		width: 100%;
		position: relative;
		padding: 0 0 0 157px;
	}
		.discussionLeft#sec01 {
			background: url(../../discussion/images/discussion_img_02_pc.jpg) no-repeat;
			background-size: 670px 426px;
			background-position: right 300px;
			top: -45px;
		}
		.discussionLeft#sec04 {
			background: url(../../discussion/images/discussion_img_07.jpg) no-repeat;
			background-size: 426px 2151px;
			background-position: right 7px;
			top: 0px;
			padding: 86px 0 0 157px;
		}
	.discussionRight {
		width: 100%;
		position: relative;
		padding: 0 86px 0 0;
	}
		.discussionRight#sec02 {
			background: url(../../discussion/images/discussion_img_03.jpg) no-repeat;
			background-size: 50%;
			background-position: left 55px;
			top: -130px;
			padding-bottom: 420px;
		}
		.discussionRight#sec03 {
			background: url(../../discussion/images/discussion_img_05.jpg) no-repeat;
			background-size: 50%;
			background-position: left 74px;
			top: -41px;
		}
	.discussionLeft.last {
		padding: 0 0 0 157px;
		background: url(../../discussion/images/discussion_img_06.jpg) no-repeat;
		background-position: right top;
		background-size: 426px 1289px;
		top: 0;
		padding-top: 80px;
	}
		.discussionwrapp {
			width: 656px;
			background: url(../../discussion/images/discussion_bg.png) no-repeat;
			background-size: 100% 100%;
			padding: 40px;
			z-index: 10;
			position: relative;
		}
			.discussionRight .discussionwrapp {
				margin: 0 0 0 auto;
			}
				.discussionLeft#sec01 .discussionwrapp {
					padding: 40px 40px 120px
				}
				.discussionLeft#sec04 .discussionwrapp:first-child {
					margin: 0 0 114px 0;
				}
			.discussionwrapp dt,
			.discussionwrapp dd,
			.discussionwrapp br {
				font-size: 0.8125rem;
				line-height: 1.96;
			}
				.discussionwrapp dt.question,
				.discussionwrapp dd.question,
				.discussionwrapp .question br {
					font-size: 0.9rem;
					line-height: 1.77;
					letter-spacing: 0.14em;
					color: #ff4b00;
				}
					.question span {
						color: inherit;
						font-size: 1em;
						background-image: linear-gradient(to right, #ccc, #ccc 18px, transparent 18px, transparent 4px);
						background-size: 22px 1px;
						background-position: bottom;
						background-repeat: repeat-x;
					}
			.discussionwrapp dt {
				width: 85px;
				float: left;
			}
			.discussionwrapp dd {
				width: 491px;
				float: left;
				margin-bottom: 26px;
			}


/* ------------------------------
 Recruit 
------------------------------ */
.recruitPolicy_wrapp {
	width: 912px;
	margin: 0 auto 57px;
	border: 3px solid #000;
}
.recruitPolicy_wrapp.position {
	margin: 0 auto 84px;
}

	.recruitHeading {
		padding: 13px 0;
		background: url(../images/aboutContent_heading_bg.png) repeat;
		margin-bottom: 3em;
	}
		.recruitHeading h2 {
			font-size: 2.25rem;
		}
	
	.recruitHeading_02 {
	}
		.recruitHeading_02 h3,
		.recruitHeading_03 h3 {
			padding: 0 8px 0 84px;
			display: inline-block;
			background: #fff;
		}
			.recruitHeading_02 h3::before,
			.recruitHeading_03 h3::before {
				content: "";
				display: block;
				position: absolute;
				width: 76px;
				height: 34px;
				top: 0;
				left: 0;
			}
	.recruitHeading_04 {
		padding: 0 0 8px;
		top: -27px;
		margin-bottom: 3em;
	}
		.recruitHeading_04 h2 {
			padding: 0 1em;
			font-size: 2.25rem;
			letter-spacing: 0.27em;
		}

	
	.recruitPolicy_inner {
		padding: 0 84px 46px;
	}
	ul.textList li {
		font-size: 1.0rem;
	}
		.recruitMessage strong {
			font-size: 1.625rem;
			color: #0066b3;
		}

	ul.statue li {
		width: 100%;
		height: 45px;
		background: #e5eff7;
		text-align: center;
		font-size: 1.25rem;
		padding: 0;
		margin-bottom: 18px;
	}
		ul.statue li span {
			font-weight: 300;
			font-size: 1.25rem;
			background: #0066b3;
			color: #fff;
			padding: 0 18px;
			height: 45px;
			letter-spacing: 0.11em;
		}

	table th, table td {
		font-size: 1.0rem;
	}

.recruitFlow {
	width: 100%;
	padding: 18px 56px;
	margin-bottom: 75px;
}
	.recruitFlow::before {
		width: 88px;
		height: 33px;
		top: -2px;
		left: -1px;
		border-top: 3px solid #fff;
		border-right: 2px solid #656464;
		border-bottom: 2px solid #656464;
	}
	.recruitFlow::after {
		width: 42px;
		height: 22px;
		position: absolute;
		bottom: -50px;
		left: 50%;
		margin-left: -21px;
	}
	.recruitFlow h3 {
		font-size: 1.3125rem;
		color: #fff;
		line-height: 1.9;
		text-align: center;
		letter-spacing: 0.13em;
		margin-bottom: 10px;
	}
	.recruitFlow p {
		font-size: 1.0rem;
		color: #fff;
		line-height: 1.9;
		letter-spacing: 0.07em;
	}
.mynavi_bnr {
	margin: 46px auto 0;
}
.image_center {
	text-align: center;
	margin-top: 46px;
}

p.faq {
	font-size: 1.0rem;
}
hr {
	width: 100%;
	height: 1px;
	border-top: 1px dotted #000;
	margin: 2em 0; 
}









.sp {
	display: none;
}

 /* ** */}