@charset "utf-8";

.mb1{margin-bottom: 1em;}
.mt3{margin-top: 3em;}
.contBox3{padding: 60px 0 3px 0;}

.subTtl04 span img {height: auto; width: auto;}

#contactMv {
	background-image: url(../../img/td-k/dot.png), url(../../img/td-k/td-k_bg_pc.jpg);
	background-position: center center, center center;
	background-size: auto,cover;
	background-repeat: repeat, no-repeat;
}

.subMv {
	width: 100%;
	height: 40vh;
	position: relative;
}
.innerSub2 {
	position: absolute;
	top: 10rem;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}
.innerSub2 h1 {
	text-align: center;
	line-height: 4em;
}
.innerSub2 h1 img {
		width: 18em;
		height: auto;
		padding: .5em 0;
}
.innerSub2 span {
	display: block;
	margin: 0 auto;
	/* padding: 15px 0 0; */
	font-size: 2.5rem;
	color: #ffffff;
	text-align: center;
}

/*ボディコンテンツ*/

.contBox_tdk {
	width: 100%;
	padding: 50px 0;
	background-image: url("../../img/td-k/tdk_bg1.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center center;
	background-size: cover;
}

#innerPhilosophy{
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 3em 0;
	background: url(../../img/td-k/philosophy_bg02_pc.jpg) no-repeat center;
	background-size: auto auto;
	background-size: cover;
}
.philosophyCach {
		width: 764px;
		margin: 0 auto 70px;
		padding: 40px;
		background: url(../../img/td-k/lt.png) no-repeat left top, url(../../img/td-k/rt.png) no-repeat right top, url(../../img/td-k/lb.png) no-repeat left bottom, url(../../img/td-k/rb.png) no-repeat right bottom;
		font-size: 3.0rem;
		font-weight: 900;
		color: #ffffff;
		text-align: center;
		line-height: 1.8;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.philosophyTxt {
	max-width: 768px;
	margin: 0 auto 3em auto;
	color: #ffffff;
	text-align: center;
	line-height: 2.0;
}
#video {
	max-width: 100%;
	height: auto;
	margin: 1em 0;
	background: url('../../img/td-k/movie_bg.jpg') no-repeat; // 動画が再生を始めるまで、cssのほうでも背景を設定します。
	background-attachment: fixed; // 中央揃えになるように、fixed。
	background-position: center center; // positionも中央に。
	background-size: cover; // 画面サイズに応じてサイズを可変するように設定。
	left: 0;
	// 以下、画面いっぱいにするためのCSS設定
	overflow-x: hidden;
	// wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	// z-indexは調整してください。
	z-index: 1;
}

.video{
  position:relative;
  width: 80%;
		height: auto;
		margin:  0 auto;
  padding-top:42.5%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.blockquote_box {
	width: 100%;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blockquote_box p , .tdk_box p {padding: 0 0 1em 0;}

.tdk_box {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tdk_box:last-child {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.subTtl03_sub {
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
.subTtl03_sub::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
}
.subTtl03_sub span {
	position: relative;
	display: inline-block;
	z-index: 2;
	margin: 0 1em 0 0;
	padding: .3em .5em 0 1.3em;
	font-size: 1.8rem;
	font-weight: 900;
	color: #004ea1;
}

blockquote {
	box-sizing: border-box;
	position: relative;
	margin: 0 0 3.5em 0;
	padding: 20px 20px 2px 20px;
	border: none;
	background-color: rgba(255,255,255,0.88);
	font-size: 14px;
}

blockquote:before {
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 20px;
	font-family: FontAwesome;
	font-size: 18px;
	vertical-align: middle;
	line-height: 1;
	content: "\f10d";
	color: rgb(0, 78, 161);
}

cite {display: block; text-align: right; font-size: 90%; font-style: italic;}

.subTtl_td {
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
.subTtl_td::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d7d7d7;
}
.subTtl_td span {
	position: relative;
	display: inline-block;
	z-index: 2;
	margin: 0 2.5em 0 0;
	padding: 0 .5em 0 0;
	background-color: #eeeeee;
	font-size: 1.8rem;
	font-weight: 900;
	color: #004ea1;
}

.cbox{display: block;}
.rbtn {
	width: 100%;
	text-align: center;
	padding-top: 1em;
}
.rbtn a.submitBtn,
.rbtn a.sendBtn {
	display: block;
	max-width: 100%;
	margin: 0 .5em;
	padding: 15px 0;
	border: 1px solid #004ea1;
	background: url(../../img/common/arr_whit.png) no-repeat 96% center #004ea1;
	background-size: 10px auto;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.rbtn a.submitBtn span {
	font-size: 1.3rem;
}
.rbtn a.submitBtn:hover,
.rbtn a.sendBtn:hover {
	background: url(../../img/common/arr_blue.png) no-repeat 98% center #fff;
	background-size: 10px auto;
	color: #004ea1;
}



