@charset "utf-8";
/* CSS Document */

/* 初期設定 */
* {
    border: medium none;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 14px;
	line-height: 1.4em;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-decoration: none;
	color: #fff;
	font-weight: normal;
}
img {
    vertical-align: bottom;
}

table {
	border-collapse: collapse;
}


/*a:hover img, input[type="image"]:hover, .content_link li a:hover {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
border: none;
}*/

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}

.main_inner {
	width:665px;
	margin:0 auto;
	text-align: center;
	
}

.main_title {
	margin-bottom: 50px;
	margin-top: 30px;
}

.main_sub {
	margin-bottom: 30px;
}

.scroll {
	position:relative;
	font-size:1.3em;
	width: 62px;
	display:inline-block;
	height:100px;
}
.scroll:hover {
	text-decoration:none;
}

.scroll:after {
	content:'';
	width:62x;
	height:31px;
	position:absolute;
	margin:auto;
	top:10px;
	right:0;
	left:0;
	-webkit-animation: 3s arrow infinite ease;
	animation: 3s arrow infinite ease;
	background: url(../images/scroll_arrow.png) no-repeat;
	z-index:100;
}

/*.scroll:after {
	border-right:10px solid #FFF;
	border-bottom:10px solid #FFF;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}*/

.jhs_link {
	position: absolute;
	top: 20px;
	left: 100px;
}

.panel {
	position: relative;
	border-bottom:1px solid #666;
	/*overflow-x: hidden;*/
}
.home {
	background:url(../images/main_bg.jpg) no-repeat bottom center;
	background-size: cover;
	text-align:center;
	position: relative;
}
.reseach {
	background: url(../images/top_bg.jpg) no-repeat bottom center;
	background-size: cover;
	height: auto !important;
}

.top_nav {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
}

.top_nav ul {
	display: block;
	overflow: hidden;
	width: 100%;
}

.top_nav ul:before, .top_nav ul:after {
	content: "";
	display: block;
	float: left;
	width : -webkit-calc(50% - 600px) ;
	width : calc(50% - 600px) ;
	height: 72px;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.top_nav li {
	float: left;
}

.top_nav li a {
	display: block;
	width: 300px;
	text-align: center;
	padding: 25px 0;
	background:url(../images/top_nav_off.png);
}

.top_nav li a img {
	max-width: 90%;
}

.top_nav li a:hover {
	background:url(../images/top_nav_on.png);
}


.inner {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

.reseach .inner {
	overflow: hidden;
}

.reseach .inner h2 {
	margin-top: 80px;
	margin-bottom: 120px;
}

.research_txt_01 {
	color: #fff;
	line-height: 2em;
	font-size: 16px;
	margin-bottom: 50px;
}

.research_txt_02 {
	color: #fff;
	line-height: 2em;
	font-size: 14px;
	margin-bottom: 100px;
	margin-top: 40px;
}

.research_txt_02 a {
	color: #fff;
	text-decoration: underline;
}

.research_txt_03 {
	border: 1px solid #94b1d6;
	color: #94b1d6;
	background-color: #000;
	padding: 35px 70px;
	margin-bottom: 100px;
	margin-top: 75px;
	font-size: 16px;
	line-height: 2em;
}

.research_link_next {
	border: 1px solid #fff;
	background-color: #566caf;
	color: #fff;
	display: inline-block;
	padding: 20px 30px;
	width: 370px;
	line-height: 1.4em;
	font-size: 16px;
	float: right;
	position: relative;
	margin-bottom: 100px;
}

.research_link_next:after {
	content: "NEXT >";
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 35px;
	top: 30px;
	clear: both;
	-webkit-animation: 3s research_link_arrow_next infinite ease;
	animation: 3s research_link_arrow_next infinite ease;
}

.research_link_prev {
	border: 1px solid #fff;
	background-color: #ccc;
	color: #556bae;
	display: inline-block;
	padding: 20px 0px 20px 120px;
	width: 310px;
	line-height: 1.4em;
	font-size: 16px;
	float: left;
	position: relative;
	margin-bottom: 100px;
}

.research_link_prev:after {
	content: "< PREV";
	color: #556bae;
	font-size: 16px;
	position: absolute;
	left: 35px;
	top: 30px;
	clear: both;
	-webkit-animation: 3s research_link_arrow_prev infinite ease;
	animation: 3s research_link_arrow_prev infinite ease;
}

.line_1 {
	line-height: 2.8em;
}

.line_1:after {
	top: 20px !important;
}

footer {
	background-color: #566caf;
}

.foot_01 {
	text-align: center;
	padding:  45px 0;
	border-bottom: 1px solid #fff;
}

.foot_02 {
	padding: 20px 0;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.foot_02 p {
	float: left;
	color: #fff;
	font-size: 12px;
}

.foot_02 img {
	float: right;
}

.header {
	background: url(../images/header_bg.png) no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 20px;
	width: 100%;
	/*position: fixed;*/
	top: 0px;
	z-index: 900;
}

.header_top {
	background: url(../images/header_bg.png) no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 20px;
	width: 100%;
	position: fixed;
	top: -198px;
	z-index: 900;
}



header.fixed {
	top: 0px;
}

.head_inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}

#main_box .sns_icon { position:absolute; top:20px; right:100px;}

.sns_icon {
	position: absolute;
	right: 0px;
	bottom: 20px;
	overflow: hidden;
}

.sns_icon li {
	float: left;
	margin-left: 10px;
}

.sns_icon li:first-child {
	margin-left: 0;
}

.sns_icon li a {
	display: block;
	width: 22px;
	height: 22px;
	padding: 5px;
}

.sns_icon li a img {
	width: 100%;
}

.sns_icon li a.twitter_icon {
	background-color: #00b0ec;
}

.sns_icon li a.facebook_icon {
	background-color: #3b5999;
}

.sns_icon li a.google_icon {
	background-color: #df4a32;
}

.g_nav {
	background-color: #fff;
}


.g_nav ul {
	display: block;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.g_nav li {
	float: left;
}

.g_nav li a {
	display: block;
	width: 300px;
	text-align: center;
	padding: 25px 0;
}

.g_nav li a img {
	max-width: 90%;
}

.g_nav li a:hover, .g_nav li a.current {
	background-color: #556bae;
}


.reseach_theme {
	padding-top: 100px;
}

.sds {
	background-image: url(../images/sds_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	background-color: #000;
}





.innovation {
	background-image: url(../images/innovation_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	background-color: #000;
}

.innovation_img_01 {
	margin-top: 80px;
	margin-bottom: 150px;
}

.innovation_table_01 {
	width: 100%;
	margin-bottom: 50px;
}

.innovation_table_01 th, .innovation_table_01 td {
	border: 1px solid #556bae;
}

.innovation_table_01 th {
	height: 97px;
	background: url(../images/innovation_img_02.png) no-repeat left;
	text-align: center;
}

.innovation_table_01 th h3 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}


.innovation_table_01 td {
	text-align: center;
	padding: 50px 0;
}

.innovation_table_01 td h4 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 40px;
}

.innovation_table_01 td p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 30px;
}

.innovation_table_02 {
	border: 1px solid #556bae;
	width: 100%;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.innovation_table_02 th {
	text-align: center;
	padding: 30px 0 10px;
	color: #fff;
	font-size: 16px;
}

.innovation_table_02 .tel {
	text-align: right;
	width: 50%;
	padding: 20px 30px;
	box-sizing: border-box;
}

.innovation_table_02 .tel dl {
	display: inline-block;
	text-align: center;
}

.innovation_table_02 .tel dt {
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	padding: 0 20px 5px;
}

.innovation_table_02 .tel dd {
	font-size: 24px;
	color: #fff;
	padding: 5px 20px 0;
}

.innovation_table_02 .contact {
	text-align: left;
	width: 50%;
	padding: 20px 30px;
	box-sizing: border-box;
}

.innovation_box {
	background-color: #fff;
	padding: 50px;
	overflow: hidden;
	margin-bottom: 100px;
}

.innovation_box_txt {
	float: left;
	width: 250px;
}

.innovation_box_txt h3 {
	font-size: 30px;
	color: #556bae;
	font-weight: bold;
}

.innovation_box_txt h3 sub {
	font-size: 30px;
	color: #556bae;
}

.innovation_box_txt h3 span {
	font-size: 45px;
	color: #556bae;
	font-weight: bold;
}

.innovation_box_txt p {
	font-size: 16px;
	line-height: 2em;
	color: #000;
}

.innovation_box img {
	float: right;
}

.moon {
	background-image: url(../images/moon_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	background-color: #000;
}

.moon_list {
	margin-bottom: 100px;
}

.moon_list li {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 40px;
	overflow: hidden;
}

.moon_list li:first-child {
	border-top: 1px solid #fff;
}

.moon_list_left {
	width: 421px;
	float: left;
}

.moon_list_right {
	width: 400px;
	float: right;
}

.moon_list li div h3 {
	margin-bottom: 10px;
}

.moon_list li div p {
	color: #fff;
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 20px;
}

.moon_list li div img {
	margin-bottom: 10px;
}

.sds {
	overflow: hidden;
}

.sds h3 {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid #94b1d6;
	margin-bottom: 50px;
}

.sds h4 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 50px;
}

.sds p {
	color: #fff;
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 50px;
}

.sds_content {
	overflow: hidden;
	margin-bottom: 70px;
}

.sds_content_01 {
}

.sds_content_left {
	float: left;
	width: 400px;
}

.sds_content_right {
	float: right;
	width: 442px;
	margin-top: 100px;
}

.sds_content_02 {
	width: 400px;
	float: left;
}

.sds_content_03 {
	width: 400px;
	float: right;
}

.sds_txt {
	text-align: right;
	margin-top: 10px;
}

.sp {
	display: none;
}


@media screen and (min-width: 641px) {
	.home, .reseach, footer, .foot_01, .header, .header_top, .sds, .innovation, .moon {
	min-width: 1200px;
}

}

@media screen and (min-width: 641px) {
	.header_top{
		display:none;
}

}


@-webkit-keyframes arrow {
	0%,100% {
		top:30px;
	}
	50% {
		top:50px;
	}
}
@keyframes arrow {
	0%,100% {
		top:30px;
	}
	50% {
		top:50px;
	}
}

@-webkit-keyframes research_link_arrow_next {
	0%,100% {
		right:35px;
	}
	50% {
		right:15px;
	}
}
@keyframes research_link_arrow_next {
	0%,100% {
		right:35px;
	}
	50% {
		right:15px;
	}
}

@-webkit-keyframes research_link_arrow_prev {
	0%,100% {
		left:35px;
	}
	50% {
		left:15px;
	}
}
@keyframes research_link_arrow_prev {
	0%,100% {
		left:35px;
	}
	50% {
		left:15px;
	}
}

@media (max-width:1220px) {
.top_nav ul:before, .top_nav ul:after {
	display: none;
}


.top_nav li {
	width: 25%;
}

.top_nav li a {
	width: 100%;
}
}

@media (max-width:640px) {
	
	.home {
		text-align: left;
	}
	
	.jhs_link {
		position: inherit;
		left: 5%;
		width: 20%;
		display: block;
	}
	
	.jhs_link img {
		width: 100%;
	}
	
	.main_inner {
		width: 80%;
		margin: 0 auto;
	}
	
	.main_inner img {
		width: 100%;
	}
	
	.top_nav {
		display: none;
	}
	
	.top_nav li {
		float: none;
		width: 100%;
	}
	
	.top_nav li a {
		width: 100%;
	}
	
	
	header {
		width: 100%;
	}
	
	.main_title {
		margin-bottom: 40px;
	}
	
	.header {
		position: inherit;
		min-width: inherit;
		z-index: 900;
		width: 100%;
}


.header_top {
	background: url(../images/header_bg.png) no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 20px;
	min-width: inherit;
	width: 100%;
	position: inherit;
	top: 0px !important;
	z-index: 900;
}



.head_inner {
	width: 100%;
}

.sns_icon {
	position: inherit;
	width: 50%;
	display: block;
	margin: 10px auto 10px;
	bottom: 0;
}

.sns_icon li {
	float: left;
	margin-left: 5%;
	width: 30%;
}

.sns_icon li:first-child {
	margin-left: 0;
}

.sns_icon li a {
	display: block;
	padding: 5px 0;
	height: 22px;
	width: 100%;
}

.sns_icon li a img {
	height: 100%;
	width: auto;
}

.sns_icon li a.twitter_icon {
	background-color: #00b0ec;
}

.sns_icon li a.facebook_icon {
	background-color: #3b5999;
}

.sns_icon li a.google_icon {
	background-color: #df4a32;
}



.g_nav {
	background-color: #fff;
	margin-top: 20px;
}


.g_nav ul {
	width: 100%;
}

.g_nav li {
	width: 50%;
}

.g_nav li a {
	width: 100%;
	padding: 15px 0;
}

.g_nav li a img {
	max-width: 60%;
}

.g_nav li a:hover, .g_nav li a.current {
	background-color: #556bae;
}


	.reseach_theme {
    padding-top: 0px;
}
	.inner {
		width:100%;
	}
	
	.inner h2 {
		text-align: center;
	}
	
	.reseach .inner h2 {
    margin-top: 50px;
    margin-bottom: 50px;
}
	
	.inner h2 img {
		width: 90%;
	}
	
	.research_txt_01 {
		width: 90%;
		margin: 0 auto 20px;
		font-size: 3.5vw;
	}
	
	.research_txt_02 {
		width: 90%;
		margin: 0 auto 50px;
		font-size: 3vw;
		
	}
	
	.top_img_02_sp {
		width: 80%;
		margin-bottom: 20px;
		margin-left: 10%;
	}
	
	.top_img_03_sp {
		width: 90%;
		margin-bottom: 20px;
		margin-left: 5%;
	}
	
	.research_txt_03 {
	padding: 35px 20px;
	box-sizing: border-box;
	width: 90%;
	margin: 50px auto;
	font-size: 3.5vw;
	}

.research_link_next {
	display: block;
	padding: 20px 10px;
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto 20px;
	float: none;
	text-align: center;
}

.research_link_prev {
	display: block;
	padding: 20px 10px;
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto 20px;
	float: none;
	text-align: center;
}

.research_link_next:after {
	content: "NEXT >";
	color: #fff;
	font-size: 16px;
	position: static;
	display: block;
	text-align: center;
	clear: both;
	margin-top: 10px;
}

.research_link_prev:after {
	content: "< PREV";
	color: #556bae;
	font-size: 16px;
	position: static;
	display: block;
	text-align: center;
	clear: both;
	margin-top: 10px;
}

.line_1 {
	line-height: 1.4em;
}


.sds {
	margin-top: 0px;
	width: 100%;
	position: inherit;
}

.innovation {
	margin-top: 0px;
	width: 100%;
}

.innovation_img_01 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.innovation_table_01 {
	width: 90%;
	margin: 0 auto 20px;
	box-sizing: border-box;
}

.innovation_table_01 th {
	height: auto;
	background: url(../images/innovation_img_02.png) no-repeat left;
	background-size: contain;
	text-align: center;
}

.innovation_table_01 th h3 {
	font-size: 6vw;
	margin: 20px 0;
}


.innovation_table_01 td {
	text-align: center;
	padding: 30px 0;
}

.innovation_table_01 td h4 {
	font-size: 5vw;
	color: #fff;
	font-weight: bold;
	margin-bottom: 40px;
}

.innovation_table_01 td p {
	text-align: center;
	font-size: 4vw;
	width: 90%;
	margin: 0 auto 30px;
}

.innovation_table_01 td img {
	width: 90%;
}

.innovation_table_02 {
	border: 1px solid #556bae;
	width: 90%;
	margin: 0 auto 30px;
	box-sizing: border-box;
	display: block;
}

.innovation_table_02 tbody, .innovation_table_02 tr {
	display: block;
}

.innovation_table_02 th {
	color: #fff;
	font-size: 3.5vw;
	display: block;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
}

.innovation_table_02 .tel {
	text-align: center;
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
	display: block;
}

.innovation_table_02 .tel dl {
	display: inline-block;
	text-align: center;
}

.innovation_table_02 .tel dt {
	color: #fff;
	font-size: 4vw;
	border-bottom: 1px solid #fff;
	padding: 0 20px 5px;
}

.innovation_table_02 .tel dd {
	font-size: 6vw;
	color: #fff;
	padding: 5px 20px 0;
}

.innovation_table_02 .contact {
	text-align: center;
	width: 100%;
	padding: 20px 0px;
	box-sizing: border-box;
	display: block;
}

.innovation_table_02 .contact img {
	max-width: 90%;
	display: block;
	margin: 0 auto;
}

.innovation_box {
	padding: 20px;
	overflow: hidden;
	margin: 0 auto 50px;
	width: 90%;
	box-sizing: border-box;
}

.innovation_box_txt {
	float: none;
	width: 90%;
	margin: 0 auto 30px;
	display: block;
}

.innovation_box_txt h3 {
	font-size: 7vw;
	color: #556bae;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.innovation_box_txt h3 sub {
	font-size: 7vw;
	color: #556bae;
}

.innovation_box_txt h3 span {
	font-size: 10vw;
	color: #556bae;
	font-weight: bold;
}

.innovation_box_txt p {
	font-size: 3.5vw;
	line-height: 2em;
}

.innovation_box img {
	float: none;
	width: 90%;
	display: block;
	margin: 0 auto;
}


.moon {
	margin-top: 0px;
	width: 100%;
}

.moon_list {
	margin: 0 auto 30px;
	display: block;
	width: 90%;
}

.moon_list li {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 40px 0;
	overflow: hidden;
}

.moon_list li:first-child {
	border-top: 1px solid #fff;
}

.moon_list_left {
	width: 100%;
	float: none;
}

.moon_list_right {
	width: 100%;
	float: none;
}

.moon_list li div h3 {
	margin-bottom: 10px;
}

.moon_list li div p {
	color: #fff;
	font-size: 3.5vw;
	line-height: 2em;
	margin-bottom: 20px;
}

.moon_list li div p span {
	color: #fff;
	font-size: 3.5vw;
	line-height: 2em;
}

.moon_list li div img {
	width: 90%;
	margin-left: 5%;
}





.foot_01 img {
	max-width: 60%;
}

.foot_02 {
	width: 100%;
	text-align: center;
}

.foot_02 p {
	float: none;
	text-align: center;
	margin-bottom: 20px;
}

.foot_02 img {
	float: none;
}

.sp_foot {
	display: block !important;
}

	
.sds {
	overflow: hidden;
	min-width: auto;
	width: 100%;
}

.sds h3 {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid #94b1d6;
	margin-bottom: 30px;
}

.sds h4 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}

.sds p {
	color: #fff;
	font-size: 3.5vw;
	line-height: 2em;
	margin-bottom: 30px;
}

.sds_content {
	overflow: hidden;
	margin: 0 auto 50px;
	width: 90%;
}

.sds_content_01 {
}

.sds_content_left {
	float: none;
	width: 100%;
}

.sds_content_right {
	float: none;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 50px;
}

.sds_content_02 {
	width: 100%;
	float: none;
}

.sds_content_03 {
	width: 100%;
	float: none;
}

.sds_txt {
	text-align: right;
	margin-top: 10px;
}

.sds_sp_img {
	width: 100%;
}


	.pc {
		display: none;
	}
	
	.sp {
		display: initial;
	}

	.reseach_sp {
		display: inline-block !important;
	}
	
	.reseach_sp img {
		width: 57px;
	}
}


