@charset "UTF-8";
/* CSS Document */

.pconly {
  display: block;
}
.sponly {
  display: none;
}
BODY{
	overflow : auto;
}
/*------------------------------
	footer
------------------------------*/
#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 101;
	background-color: #f5f5f5;
	height: auto;
	overflow: auto;

	position: relative;
	background-color: #f5f5f5;
	border-top: none !important;
}
#footerBox {
	position: relative;
	width: auto;
	padding: 140px 10px 120px;
	max-width: 1150px;
	margin: 0 auto;
	height: auto;
}
#footer .copy {
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-size: 10px;
	line-height: 1.7;
	padding: 8px 0;
}
/*------------------------------*/
#footerBox .banner01 {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 118px;
	height: 40px;
	background-color: #000000;
	display: table;
	border: solid 1px #000000;
	transition: 0.4s;
}
#footerBox .banner02 {
	position: absolute;
	top: 50px;
	left: 156px;
	width: 118px;
	height: 40px;
	background-color: #000000;
	display: table;
	border: solid 1px #000000;
	transition: 0.4s;
}
#footerBox .banner01 a,
#footerBox .banner02 a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	transition: 0.4s;
}
#footerBox .banner01:hover,
#footerBox .banner02:hover {
	background-color: #ffffff;
}
#footerBox .banner01 a:hover,
#footerBox .banner02 a:hover {
	color: #000000;
}
/*------------------------------*/
#footerBox .fNav1,
#footerBox .fNav2,
#footerBox .fNav3,
#footerBox .fNav4 {
	width: 25%;
	float: left;
}
#footerBox .fNav1 .title,
#footerBox .fNav2 .title,
#footerBox .fNav3 .title {
	padding-bottom: 8px;
	padding-top: 6px;
	border-bottom: dotted 1px #333333;
	margin-bottom: 10px;
	margin-right: 36px;
	padding-left: 24px;
}
#footerBox .fNav1 .title {
	background: url("../../common/bg_fnav_11.png") no-repeat left center;
}
#footerBox .fNav2 .title {
	background: url("../../common/bg_fnav_21.png") no-repeat left center;
}
#footerBox .fNav3 .title {
	background: url("../../common/bg_fnav_31.png") no-repeat left center;
}
#footerBox .fNav4 .title {
	background: url("../../common/bg_fnav_41.png") no-repeat left center;
	padding-bottom: 8px;
	padding-top: 6px;
	border-bottom: dotted 1px #333333;
	margin-bottom: 10px;
	padding-left: 24px;
}
#footerBox .fNav1 ul,
#footerBox .fNav2 ul,
#footerBox .fNav3 ul {
	margin-right: 36px;
}
#footerBox .fNav1 li,
#footerBox .fNav2 li,
#footerBox .fNav3 li {
	line-height: 2.1;
	font-size: 14px;
	padding-left: 12px;
}
#footerBox .fNav1 li {
	background: url("../../common/bg_fnav_12.png") no-repeat left center;
}
#footerBox .fNav2 li {
	background: url("../../common/bg_fnav_22.png") no-repeat left center;
}
#footerBox .fNav3 li {
	background: url("../../common/bg_fnav_32.png") no-repeat left center;
}
#footerBox .fNav4 li {
	background: url("../../common/bg_fnav_42.png") no-repeat left center;
	line-height: 2.1;
	font-size: 14px;
	padding-left: 12px;
}
#footerBox .fNav1 li a,
#footerBox .fNav2 li a,
#footerBox .fNav3 li a,
#footerBox .fNav4 li a {
	color: #000000;
	text-decoration: none;
}
#footerBox .fNav1 li a:hover,
#footerBox .fNav2 li a:hover,
#footerBox .fNav3 li a:hover,
#footerBox .fNav4 li a:hover {
	text-decoration: underline;
}

/*------------------------------
	kvArea
------------------------------*/
#kvArea {
	width: 100%;
	height: 100%;
	position: relative;
	height : calc(100vh - 122px);
	height : -webkit-calc(100vh - 122px);
	margin-top: 122px;
}
/*------------------------------*/
#index #kvArea .bgPicture{
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background: url("../images/bg_index.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
	position : absolute;
}
#index #kvArea #h2Box {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -140px;
	margin-top: -47px;
	width: 279px;
}
#index #kvArea #h2Box h2 {
	opacity: 0;
}
/*------------------------------*/
#data #kvArea .bgPicture{
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background: url("../images/bg_data.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
	position : absolute;
}
#data #kvArea #h2Box {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -449px;
	margin-top: -45px;
}
/*------------------------------*/
#strength #kvArea .bgPicture{
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background: url("../images/bg_strength.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
	position : absolute;
}
#strength #kvArea #h2Box {
	width : 100%;
	height : 100%;
	position: relative;
}
#strength #kvArea #h2Box .nameBox {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: url("../images/bg_name.png");
	width: 100%;
}

#strength #kvArea h2 {
	max-width: 551px;
	margin: 0 auto;
	padding: 45px 10px;
}
#strength #kvArea h2 img {
	width: 100%;
}
/*------------------------------*/
#message #kvArea .bgPicture {
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background: url("../images/bg_message.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
	position : absolute;
}
#message #kvArea #h2Box {
	max-width: 1150px;
	height: 100%;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
#message #kvArea #h2Box .nameBox {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -116px;
	z-index: 10;
	width: 653px;
}
#message #kvArea #h2Box .nameBox h2 {
	opacity: 0;
}
#message #kvArea #h2Box .nameBox img {
	width: 100%;
}

/*------------------------------
	subNav
------------------------------*/
#subNav {
	position: fixed;
	z-index: 101;
	top: 77px;
	left: 0;
	width: 100%;
	height: 46px;
	background-color: #e73937;

}
#subNav ul {
	max-width: 740px;
	margin: 0 auto;
}
#subNav li {
	float: left;
	margin: 3px 15px;
	font-size: 12px;
	height: 39px;
	display: table;
}
#subNav li a {
	background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
	color: #ffffff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	height: 39px;
	padding-left: 32px;
	transition: 0.4s;
}
#subNav li.active a {
	background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
	background-color: #f46d6b;
	color: #ffffff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	height: 39px;
	padding-left: 32px;
	transition: 0.4s;
}
#subNav li.active a:hover,
#subNav li a:hover {
	background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
	background-color: #f46d6b;
	color: #ffffff;
}

/*------------------------------
	index
------------------------------*/
#index #tableBox {
	padding: 120px 10px 110px;
	max-width: 1150px;
	margin: 0 auto;
}
#index #tableBox table {
	width: 100%;
}
#index #tableBox th {
	width: 170px;
	text-align: left;
	background-color: #f0f0f0;
	font-size: 14px;
	line-height: 1.7;
	vertical-align: top;
	padding: 20px;
	border: solid 1px #cacaca;
	border-right: none;
}
#index #tableBox td {
	font-size: 14px;
	line-height: 1.7;
	padding: 20px;
	border: solid 1px #cacaca;
	border-left: none;
}
/*------------------------------*/
#index #gMap {
	position: relative;
	margin-bottom: 120px;
	padding-bottom: 450px;
	height: 0;
	overflow: hidden;
}
#index #gMap  iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*------------------------------
	data
------------------------------*/
#data #lead {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	padding: 40px 10px 50px;
}
#data #dataArea {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
	margin-bottom: 100px;
}
#data #dataArea .dataBox {
	width: 50%;
	float: left;
	padding-bottom: 40px;
}
#data #dataArea .dataBox h3 {
	text-align: center;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
	font-size: 18px;
	background-color: #f1f1f1;
	padding: 14px 0;
	border-radius: 6px;
	font-weight: normal;
}
/*
#data #dataArea .dataBox .pic {
	width: 540px;
	margin: 0 auto;
	position: relative;
}
*/
/*------------------------------*/
#data #dataArea .dataBox .imgArea {
	padding: 0 25px;
}
/*------------------------------*/
#data #dataArea .dataBox.ani01 .pic {
	width: 540px;
	margin: 0 auto;
	opacity: 0;
	overflow: hidden;
	position: relative;
	height: 334px;
}
#data #dataArea .dataBox.ani01 .sita {
	position: absolute;
	left: 0;
	top: 0;
	width: 540px;
}
#data #dataArea .dataBox.ani01 .pic .txt011 {
	position: absolute;
	bottom: 30px;
	left: 50%;
	text-align: center;
	width: 60px;
	font-weight: bold;
	margin-left: -170px;
	font-size: 60px;
	color: #000000;
}
#data #dataArea .dataBox.ani01 .pic .txt012 {
	position: absolute;
	bottom: 30px;
	left: 50%;
	text-align: center;
	width: 60px;
	font-weight: bold;
	margin-left: 80px;
	font-size: 60px;
	color: #ea3838;
}
@media (max-width: 1120px) {
	#data #dataArea .dataBox.ani01 .pic {
		width: 450px;
		height: 278px;
	}
	#data #dataArea .dataBox.ani01 .sita {
		width: 450px;
	}
	#data #dataArea .dataBox.ani01 .pic .txt011 {
		position: absolute;
		bottom: 26px;
		left: 50%;
		text-align: center;
		width: 60px;
		font-weight: bold;
		margin-left: -140px;
		font-size: 48px;
		color: #000000;
	}
	#data #dataArea .dataBox.ani01 .pic .txt012 {
		position: absolute;
		bottom: 26px;
		left: 50%;
		text-align: center;
		width: 60px;
		font-weight: bold;
		margin-left: 68px;
		font-size: 48px;
		color: #ea3838;
	}
}
/*------------------------------*/
#data #dataArea .dataBox.ani02 .pic {
	width: 540px;
	margin: 0 auto;
	opacity: 0;
	overflow: hidden;
	position: relative;
	height: 334px;
}
#data #dataArea .dataBox.ani02 .sita {
	position: absolute;
	left: 0;
	top: 0;
	width: 540px;
}
#data #dataArea .dataBox.ani02 .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 540px;
}
#data #dataArea .dataBox.ani02 .fuki {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 540px;
}
@media (max-width: 1120px) {
	#data #dataArea .dataBox.ani02 .pic {
		width: 450px;
		height: 278px;
	}
	#data #dataArea .dataBox.ani02 .sita {
		width: 450px;
	}
	#data #dataArea .dataBox.ani02 .mask {
		width: 450px;
	}
	#data #dataArea .dataBox.ani02 .fuki {
		width: 450px;
	}
}
/*------------------------------*/
#data #dataArea .dataBox.ani03 .pic {
	width: 540px;
	margin: 0 auto;
	opacity: 0;
	overflow: hidden;
	position: relative;
	height: 334px;
}
#data #dataArea .dataBox.ani03 .sita {
	position: absolute;
	left: 0;
	top: 0;
	width: 540px;
}
#data #dataArea .dataBox.ani03 .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 540px;
}
#data #dataArea .dataBox.ani03 .fuki {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0px;
	width: 540px;
}
@media (max-width: 1120px) {
	#data #dataArea .dataBox.ani03 .pic {
		width: 450px;
		height: 278px;
	}
	#data #dataArea .dataBox.ani03 .sita {
		width: 450px;
	}
	#data #dataArea .dataBox.ani03 .mask {
		width: 450px;
	}
	#data #dataArea .dataBox.ani03 .fuki {
		width: 450px;
	}
}
/*------------------------------*/
#data #dataArea .dataBox.ani04 .pic {
	width: 540px;
	margin: 0 auto;
	opacity: 0;
	overflow: hidden;
	position: relative;
	height: 334px;
}
#data #dataArea .dataBox.ani04 .sita {
	position: absolute;
	left: 0;
	top: 0;
	width: 540px;
}
#data #dataArea .dataBox.ani04 .pic .txt04 {
	position: absolute;
	top: 110px;
	left: 50%;
	text-align: center;
	width: 80px;
	margin-left: -60px;
	font-size: 52px;
	font-weight: bold;
	color: #ea3838;
}
@media (max-width: 1120px) {
	#data #dataArea .dataBox.ani04 .pic {
		width: 450px;
		height: 278px;
	}
	#data #dataArea .dataBox.ani04 .sita {
		width: 450px;
	}
	#data #dataArea .dataBox.ani04 .pic .txt04 {
		position: absolute;
		top: 90px;
		left: 50%;
		text-align: center;
		width: 80px;
		margin-left: -56px;
		font-size: 48px;
		font-weight: bold;
		color: #ea3838;
	}
}
/*------------------------------*/
#data #dataArea .dataBox.ani05 .pic {
	width: 540px;
	margin: 0 auto;
	opacity: 0;
	overflow: hidden;
	position: relative;
	height: 334px;
}
#data #dataArea .dataBox.ani05 .sita {
	position: absolute;
	left: 0;
	top: 0;
	width: 540px;
}
#data #dataArea .dataBox.ani05 .mask {
	position: absolute;
	left: 100%;
	top: 0;
	width: 540px;
}
#data #dataArea .dataBox.ani05 .pic .txt05 {
	position: absolute;
	top: 90px;
	left: 50%;
	text-align: center;
	width: 60px;
	font-weight: bold;
	margin-left: -40px;
	font-size: 60px;
	color: #ea3838;
}
@media (max-width: 1120px) {
	#data #dataArea .dataBox.ani05 .pic {
		width: 450px;
		height: 278px;
	}
	#data #dataArea .dataBox.ani05 .sita {
		width: 450px;
	}
	#data #dataArea .dataBox.ani05 .mask {
		width: 450px;
	}
	#data #dataArea .dataBox.ani05 .pic .txt05 {
		position: absolute;
		top: 76px;
		left: 50%;
		text-align: center;
		width: 80px;
		margin-left: -42px;
		font-size: 48px;
		font-weight: bold;
		color: #ea3838;
	}
}
/*------------------------------*/
#data #dataArea .dataBox.ani06 .pic {
	width: 540px;
	margin: 0 auto;
	opacity: 0;
	overflow: hidden;
	position: relative;
	height: 480px;
}
#data #dataArea .dataBox.ani06 .sita {
	position: absolute;
	left: 0;
	top: 0;
	width: 540px;
}
#data #dataArea .dataBox.ani06 .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 540px;
}
#data #dataArea .dataBox.ani06 .fuki {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 540px;
}
@media (max-width: 1120px) {
	#data #dataArea .dataBox.ani06 .pic {
		width: 450px;
		height: 420px;
	}
	#data #dataArea .dataBox.ani06 .sita {
		width: 450px;
	}
	#data #dataArea .dataBox.ani06 .mask {
		width: 450px;
	}
	#data #dataArea .dataBox.ani06 .fuki {
		width: 450px;
	}
}
/*------------------------------*/
#data #dataArea .dataBox .pic img {
	width: 100%;
}

/*------------------------------
	strength
------------------------------*/
#strength .strBox {
	width: 100%;
	height: 752px;
	position: relative;
}
#strength .strBox.img1 {
	background: url("../images/img_str_01.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
}
#strength .strBox.img2 {
	background: url("../images/img_str_02.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
}
#strength .strBox.img3 {
	background: url("../images/img_str_03.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
}
#strength .strBox.img1 h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -310px;
	margin-top: -37px;
}
#strength .strBox.img2 h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -372px;
	margin-top: -37px;
}
#strength .strBox.img3 h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -84px;
	margin-top: -37px;
	width: 168px;
}
#strength .strBox.img1 h3 img,
#strength .strBox.img2 h3 img,
#strength .strBox.img3 h3 img {
	width: 100%;
}
/*------------------------------*/
#strength .lead {
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	line-height: 1.4;
	padding: 26px 10px;
	background-color: #e73937;
}
#strength .txt {
	/*
	position: absolute;
	left: 0;
	bottom: 0;
	*/
	background-color: #ffffff;
	padding: 30px 10px 300px;
}
#strength .txt p {
	max-width: 1150px;
	margin: 0 auto;
	font-size: 14px;
	padding-bottom: 24px;
	line-height: 1.8;
	text-align: center;
}
/*------------------------------*/
#strength #contentsBox_01
{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	position: relative;
}
#strength #contentsBox_01 #scrollDown,
#strength #contentsBox_02 #scrollDown,
#strength #contentsBox_03 #scrollDown,
#strength #contentsBox_04 #scrollDown {
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin-left: -29px;
	z-index: 9;
}
#strength #contentsBox_01 #scrollDown:hover,
#strength #contentsBox_02 #scrollDown:hover,
#strength #contentsBox_03 #scrollDown:hover,
#strength #contentsBox_04 #scrollDown:hover {
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}
#strength #contentsBox_02,
#strength #contentsBox_03,
#strength #contentsBox_04 {
	width: 100%;
	height: 100%;
	position: relative;
}
/*------------------------------*/








/*------------------------------
	message
------------------------------*/
#message #messageArea {
	max-width: 1150px;
	margin: 0 auto;
	padding: 120px 10px 90px 10px;
	background: url("../images/img_message_01.jpg") no-repeat 40px 120px;
	background-size: 25em;
}
#message #messageArea .profile {
	margin-left: 520px;
	margin-bottom: 60px;
	background-color: #f5f5f5;
	padding: 40px 30px;
}
#message #messageArea .profile .name {
	font-size: 16px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #343434;
	line-height: 1.4;
	margin-bottom: 14px;
}
#message #messageArea .profile .name span {
	font-size: 26px;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
	padding-right: 16px;
}
#message #messageArea .profile p {
	font-size: 14px;
	line-height: 1.7;
}
/*------------------------------*/
#message #messageArea .video {
	margin-left: 520px;
	margin-bottom: -240px;
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
#message #messageArea .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 55%;
}
/*------------------------------*/
#message #messageArea .commentBox1,
#message #messageArea .commentBox2 {
	margin-left: 520px;
}
#message #messageArea .commentBox1 {
	margin-bottom: 90px;
}
#message #messageArea .commentBox2 {
	margin-bottom: 40px;
}
#message #messageArea .commentBox1 h3,
#message #messageArea .commentBox2 h3 {
	font-size: 26px;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
	line-height: 1.4;
	color: #e73937;
	padding-bottom: 20px;
	border-bottom: solid 1px #cacaca;
	margin-bottom: 20px;
	font-weight: normal;
}
#message #messageArea .commentBox1 p,
#message #messageArea .commentBox2 p {
	font-size: 14px;
	line-height: 1.9;
}
#message #messageArea .commentBox1 .left,
#message #messageArea .commentBox2 .left {
	float: left;
	padding-right: 20px;
	padding-bottom: 16px;
	width: 236px;
}
#message #messageArea .commentBox1 .right,
#message #messageArea .commentBox2 .right {
	float: right;
	padding-left: 20px;
	padding-bottom: 16px;
	width: 236px;
}
#message #messageArea .commentBox1 .right img,
#message #messageArea .commentBox2 .right img {
	width: 100%;
}
#message #messageArea .bannerBox {
	max-width: 690px;
	margin: 0 auto;
}
#message #messageArea .bannerBox a:hover {
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}
