@charset "utf-8";

@media only screen and (min-width: 768px), print {
/*=================================
	header
================================ */
#top #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
/*	background: rgba(255,255,255,0.5);*/
}
#top #header.is-fixed {
	background: #ffffff;
}


/*=================================
	contents
================================ */
#top #main #mainBody {
	padding-bottom: 0;
}
#top .contents {
	width: 100%;
	min-width: 100%;
	padding-bottom: 0;
}
#top .contents .contents-inner {
	width: 62.5%;
	min-width: 1000px;
	margin: 0 auto;
}
#top .contents .contents-inner-v2 {
	width: 83.3%;
	min-width: 1000px;
	margin: 0 auto;
}
#top .contents .contents-inner-v2 [data-row-pc="3"] > .column_item {
	width: 32.813%;
	margin-right: 0.7805%;
}
#top .contents .contents-inner-v2 [data-row-pc="3"] > .column_item:nth-child(3n) {
	margin-right: 0%;
}

/*=================================
	mainVisual
================================ */
#mainVisual {
	position: relative;
	width: 100%;
}
#mainVisual #movie {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}
#mainVisual #movie iframe {
}
#mainVisual .mainVisual-image {
	display: none;
}
#mainVisual .mainVisual-text {
	display: none;
}
.scrollIcon {
	position: fixed;
	bottom: 50px;
	left: 50%;
	display: block;
	width: 55px;
	height: 30px;
	margin-left: -27px;
	background: url(/img/index_ic01.png) no-repeat 0 0;
	z-index: 10;
	cursor: pointer;
}

/* Tablet Layout */
#mainVisual .mainVisual-image.tablet-layout {
	width: 100%;
}
#mainVisual .mainVisual-image.tablet-layout img {
	width: 100%;
}
#mainVisual .mainVisual-text.tablet-layout {
	position: absolute;
	top: 25%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 8.0rem;
	font-weight: 300;
	text-shadow: 1px 1px 3px #000;
	text-align: center;
}
#mainVisual .mainVisual-text.tablet-layout .spOnly {
	display: block;
}


/*=================================
	notice-layout
================================ */
.notice-layout {
	width: 900px;
	margin: 70px auto 0;
	padding: 25px;
	border: solid 1px #e2e2e2;
	text-align: center;
}


/*=================================
	Other
================================ */
.text-lead-top {
	margin-top: 70px;
	font-size: 2.8rem;
	font-weight: 200;
	line-height: 1.3;
	text-align: center;
}
.contents-inner-v2 .text-lead-top + .column-category-v2 .caption-title {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: auto;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
 	padding: 0 10px;
	background: none;
	color: #ffffff;
	font-size: 2.0vw;
	font-weight: 200;
	line-height: 1.3;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
}

/*=================================
	News Release
================================ */
.newsRelease-layout {
	width: 100%;
	margin-top: 80px;
	background: #f4f4f4;
}
.newsRelease-layout .newsRelease_inner {
	min-width: 1000px;
	width: 62.5%;
	margin: 0 auto;
	padding: 70px 0 80px;
}
.newsRelease-layout .newsRelease_title {
	font-size: 5.0rem;
	font-weight: 100;
	text-align: center;
	line-height: 1.2;
}

/* news-layout */
.newsRelease-layout .news_head {
	font-size: 2.0rem;
	font-weight: 200;
}
.newsRelease-layout .news-layout > .news_article > .block > .news_detail > .news_property {
	display: table-cell;
	width: 180px;
	padding: 0 10px 0 0;
	white-space: nowrap;
}
.newsRelease-layout .news-layout > .news_article > .block > .news_detail > .news_property > .news_date {
	margin-right: 15px;
}
.newsRelease-layout .link-button > li > a {
	width: 310px;
	background-color: #f4f4f4;
}
.newsRelease-layout .link-button > li > a:hover {
	background-color: #0067b0;
}


/*=================================
	CSR Report
================================ */
.csrReport-layout {
	width: 62.5%;
	min-width: 1000px;
	margin: 40px auto 0;
}
.csrReport-layout[data-row-pc="3"] > .column_item {
	width: 31%;
	margin-right: 3.5%;
}
.csrReport-layout[data-row-pc="3"] > .column_item:nth-child(3n) {
	margin-right: 0;
}
.csrReport-layout .column_item .block {
	position: relative;
	display: block;
}
.csrReport-layout .column_item a.block {
	color: #ffffff;
	text-decoration: none;
}
.csrReport-layout .column_item .block .image-set img {
	width: 100%;
}
.csrReport-layout .column_item .block .report_icon {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 5px 12px 4px;
	background: #405871;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 100;
}
.csrReport-layout .column_item .block .report_icon.governance {background: #2792c3;}
.csrReport-layout .column_item .block .report_icon.society {background: #e68f39;}
.csrReport-layout .column_item .block .report_icon.environment {background: #4b9977;}
.csrReport-layout .column_item .block .report_icon.other {background: #405871;}

.csrReport-layout .column_item .block .report_detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 85px;
	padding: 15px 18px;
	background: rgba(0,0,0,0.5)
}
.csrReport-layout .column_item .block .report_detail .report_date {
	position: relative;
	display: inline;
	margin-right: 20px;
	padding-right: 20px;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 200;
}
.csrReport-layout .column_item .block .report_detail .report_date:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 15px;
	margin-top: -7px;
	background: #ffffff;
}
.csrReport-layout .column_item .block .report_detail .report_comment {
	display: inline;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 200;
}
.csrReport-layout + .link-button li {
	margin-top: 40px;
}
.csrReport-layout + .link-button li a {
	width: 380px;
}


/*=================================
	businessField-v2
================================ */
.businessField-v2 {
	margin-top: 70px;
	background: url(/img/index_bg01.jpg) no-repeat 50% 0;
}
.businessField-v2 .businessField-v2_inner {
	width: 62.5%;
	min-width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}
.businessField-v2 .businessField-v2_title {
	font-size: 4.6rem;
	font-weight: 100;
	line-height: 1.3;
	text-align: center;
}
.businessField-v2 .businessField-v2_logo {
	width: 100px;
	margin: 20px auto 0;
}
.businessField-v2 .businessField-v2_logo > img {
	width: 110px;
	height: auto;
	vertical-align: top;
}
.businessField-v2 .businessField-v2_body {
	margin-top: 40px;
}
.businessField-v2 .businessField-v2_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.businessField-v2 .businessField-v2_item {
	width: calc(((100% - 60px) /5) - .1px);
	position: relative;
}
.businessField-v2 .businessField-v2_item .businessField-v2_figure {
}
.businessField-v2 .businessField-v2_item .businessField-v2_figure_frame img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.businessField-v2 .businessField-v2_item .businessField-v2_figure_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.65vw;
	font-weight: 200;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
	width: 100%;
}
.businessField-v2 .link-button-v2 {
	margin-top: 40px;
}
.businessField-v2 .link-button-v2 a {
	min-width: 380px;
}

/*=================================
	Contact
================================ */
.contact-layout-vTop {
	padding: 70px 0 80px;
	text-align: center;
}
.contact-layout-vTop > .contact_button {
	margin-top: 30px;
}
.contact-layout-vTop > .contact_button .link-button-v2 > li {
	margin-top: 0;
}
.contact-layout-vTop > .contact_button .link-button-v2 > li > a {
	width: 380px;
	background: #0067b0;
}
.contact-layout-vTop > .contact_button .link-button-v2 > li > a:hover {
	background: #30546c;
}
.contact-layout-vTop > .contact_button .link-button-v2 > li > a > span:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 17px;
	margin: 0 10px 4px 0;
	background: url(/common/img/com_ic12.png) no-repeat 0 0;
	background-size: 26px 17px;
	vertical-align: middle;
}


/*=================================
	Group Link
================================ */
.group-layout {
	background: #f4f4f4;
}
.group-layout > .column-layout {
	width: 62.5%;
	min-width: 1000px;
	margin: 0 auto;
	padding: 70px 0;
}
.group-layout > .column-layout .title-group {
	font-size: 1.6rem;
	font-weight: 200;
}
.group-layout > .column-layout .list-group {
	margin-top: 10px;
}
.group-layout > .column-layout .list-group > li {
	position: relative;
	float: left;
	margin: 10px 8px 0 0;
	padding-right: 8px;
	line-height: 1.1;
}
.group-layout > .column-layout .list-group > li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -3px;
	background: #e0e0e0;
}
.group-layout > .column-layout .list-group > li > a {
	color: #333333;
	font-size: 1.3rem;
	font-weight: 200;
	text-decoration: none;
}
.group-layout > .column-layout .list-group > li > a:hover {
	text-decoration: underline;
}
.group-layout > .column-layout .list-group > li .a-blank:after {
	margin-left: 5px;
}

/*=================================
	Gsocial-group
================================ */
.social-group {
	margin-top: 30px;
	width: 62.5%;
	min-width: 1000px;
	margin: 0 auto;
	border-top: solid 1px #cccccc;
	padding: 30px 0 70px;
}
.social-group > ul {
	margin-top: 15px;
}
.social-group > ul > li {
	float: left;
	padding-right: 15px;
}
.social-group > ul > li {
	float: left;
	padding-right: 15px;
}
.social-group ul li img {
	width: 30px;
	height: auto;
}
#main .social-groupss ul li a:hover img {
/*	filter: none;
	-webkit-filter: none;*/
}

}

@media only screen and (max-width: 767px) {

/*=================================
	contents
================================ */
#top .container {
	margin-top: 0;
}
#top .contents {
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}
#top .contents .contents-inner {
	padding-right: 20px;
	padding-left: 20px;
}
#top .contents .contents-inner-v2 {
	padding-right: 20px;
	padding-left: 20px;
}


/*=================================
	mainVisual
================================ */
#mainVisual {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#mainVisual #movie {
/*	display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 auto !important;
}
#mainVisual .mainVisual-image img {
	width: 100%;
}
#mainVisual .mainVisual-text {
	position: absolute;
	top: 25%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 2.6rem;
	font-weight: 100;
	text-shadow: 1px 1px 3px #000;
	line-height: 1.2;
	text-align: center;
}


/*=================================
	notice-layout
================================ */
.notice-layout {
	width: 100%;
	margin: 20px 0 0;
	padding: 15px 15px;
	border: solid 1px #e2e2e2;
}


/*=================================
	Other
================================ */
.text-lead-top {
	margin-top: 30px;
	font-size: 1.7rem;
	font-weight: 200;
	line-height: 1.3;
	text-align: center;
}
.text-lead-top + .column-category-v2 {
	margin-top: 10px;
}
.text-lead-top + .column-category-v2 .image-set {
	position: relative;
}
.text-lead-top + .column-category-v2 .image-set .image_inner {
	position: relative;
	overflow: hidden;
	height: 157px;
}
.text-lead-top + .column-category-v2 .column_item:nth-child(3) .image-set .image_inner img {
	position: absolute;
	bottom: -5px;
}
.text-lead-top + .column-category-v2 > .column_item .image-set > .caption-title {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 1.7rem;
	text-shadow: 1px 1px 3px #000;
	text-align: center;
}


/*=================================
	News Release
================================ */
.newsRelease-layout {
	width: 100%;
	margin-top: 50px;
	padding: 0 20px;
	background: #f4f4f4;
}
.newsRelease-layout .newsRelease_inner {
	width: 100%;
	padding: 45px 0 60px;
}
.newsRelease-layout .newsRelease_title {
	font-size: 2.5rem;
	font-weight: 100;
	text-align: center;
	line-height: 1.2;
}
.newsRelease-layout .column-layout[data-row-sp="1"] > .column_item:nth-child(2) {
	margin-top: 35px;
}
.newsRelease-layout .news_head {
	font-size: 1.7rem;
	font-weight: 200;
}
.newsRelease-layout .news-layout {
	margin-top: 10px;
}
.newsRelease-layout .news-layout > .news_article > .block > .news_detail > .news_property {
	display: table-cell;
	width: 80px;
	padding: 0 10px 0 0;
	white-space: nowrap;
}
.newsRelease-layout .column-layout > .column_item:nth-child(2) .news-layout > .news_article > .block > .news_detail > .news_property {
	width: 110px;
}
.newsRelease-layout .column-layout > .column_item:nth-child(2) .news-layout > .news_article > .block > .news_detail > .news_title {
	width: auto;
}
.newsRelease-layout .news-layout > .news_article > .block > .news_detail > .news_property > .news_date {
	margin-right: 0;
}
.newsRelease-layout .link-button > li > a {
	width: 52.083%;
	background-color: #f4f4f4;
}


/*=================================
	CSR Report
================================ */
.title-csrReport {
	font-size: 2.3rem;
	font-weight: 100;
}
.csrReport-layout {
	width: 100%;
	margin-top: 20px;
	padding: 0 20px;
}
.csrReport-layout .column_item .block {
	position: relative;
	display: block;
}
.csrReport-layout .column_item a.block {
	color: #ffffff;
	text-decoration: none;
}
.csrReport-layout .column_item .block .image-set img {
	width: 100%;
}
.csrReport-layout .column_item .block .report_icon {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 5px 12px 4px;
	background: #405871;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 100;
}
.csrReport-layout .column_item .block .report_icon.governance {background: #2792c3;}
.csrReport-layout .column_item .block .report_icon.society {background: #e68f39;}
.csrReport-layout .column_item .block .report_icon.environment {background: #4b9977;}
.csrReport-layout .column_item .block .report_icon.other {background: #405871;}

.csrReport-layout .column_item .block .report_detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 15px;
	background: rgba(0,0,0,0.5)
}
.csrReport-layout .column_item .block .report_detail .report_date {
	position: relative;
	display: inline;
	margin-right: 20px;
	padding-right: 20px;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 200;
}
.csrReport-layout .column_item .block .report_detail .report_date:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1em;
	margin-top: -0.5em;
	background: #ffffff;
}
.csrReport-layout .column_item .block .report_detail .report_comment {
	display: inline;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 200;
}
.csrReport-layout + .link-button li {
	margin-top: 37px;
}
.csrReport-layout + .link-button li a {
}



/*=================================
	businessField-v2
================================ */
.businessField-v2 {
	margin-top: 50px;
	background: url(/img/index_bg01.jpg) no-repeat 50% 0;
	background-size: cover;
}
.businessField-v2 .businessField-v2_inner {
	margin: 0 auto;
	padding: 30px 20px;
}
.businessField-v2 .businessField-v2_title {
	font-size: 2.7rem;
	font-weight: 100;
	line-height: 1.3;
	text-align: center;
}
.businessField-v2 .businessField-v2_logo {
	width: 110px;
	margin: 20px auto 0;
}
.businessField-v2 .businessField-v2_logo > img {
	width: 100px;
	height: auto;
	vertical-align: top;
}
.businessField-v2 .businessField-v2_body {
	margin-top: 20px;
}
.businessField-v2 .businessField-v2_list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.businessField-v2 .businessField-v2_item {
	width: calc(((100% - 10px) /2) - .1px);
	position: relative;
	margin-bottom: 10px;
}
.businessField-v2 .businessField-v2_item:nth-of-type(2n) {
	margin-left: 10px;
}
.businessField-v2 .businessField-v2_item .businessField-v2_figure {
}
.businessField-v2 .businessField-v2_item .businessField-v2_figure_frame img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.businessField-v2 .businessField-v2_item .businessField-v2_figure_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.7rem;
	font-weight: 200;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
	width: 100%;
}


/*=================================
	Contact
================================ */
.contact-layout-vTop {
	padding: 45px 20px 50px;
	text-align: center;
}
.contact-layout-vTop .contact_detail {
	font-size: 1.4rem;
	font-weight: 200;
}
.contact-layout-vTop > .contact_button {
	margin-top: 25px;
}
.contact-layout-vTop > .contact_button .link-button-v2 > li {
	margin-top: 0;
}
.contact-layout-vTop > .contact_button .link-button-v2 > li > a {
	width: 63.953%;
	background: #0067b0;
}
.contact-layout-vTop > .contact_button .link-button-v2 > li > a > span:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 15px;
	margin: 0 6px 2px 0;
	background: url(/common/img/com_ic12.png) no-repeat 0 0;
	background-size: 24px 15px;
	vertical-align: middle;
}


/*=================================
	Group Link
================================ */
.group-layout {
	background: #f4f4f4;
}
.group-layout > .column-layout {
	margin: 0 auto;
	padding: 27px 20px;
}
.group-layout > .column-layout > .column_item:nth-child(2) {
	margin-top: 30px;
}
.group-layout > .column-layout .title-group {
	font-size: 1.5rem;
	font-weight: 200;
}
.group-layout > .column-layout .list-group {
	margin-top: 10px;
}
.group-layout > .column-layout .list-group > li {
	position: relative;
	float: left;
	margin: 15px 10px 0 0;
	padding-right: 7px;
	line-height: 1.1;
}
.group-layout > .column-layout .list-group > li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -3px;
	background: #e0e0e0;
}
.group-layout > .column-layout .list-group > li > a {
	color: #333333;
	font-size: 1.3rem;
	font-weight: 200;
	text-decoration: none;
}
.group-layout > .column-layout .list-group > li > a:hover {
	text-decoration: underline;
}
.group-layout > .column-layout .list-group > li .a-blank:after {
	margin-left: 7px;
}

/*=================================
	Gsocial-group
================================ */
.social-group {
	margin: 0 20px;
	border-top: solid 1px #cccccc;
	padding: 27px 0px;
}
.social-group > p {
	font-size: 1.5rem;
}
.social-group > ul {
	margin-top: 15px;
}
.social-group > ul > li {
	float: left;
	padding-right: 5px;
}
.social-group ul li img {
	width: 70%;
	height: auto;
}
.social-groupss ul li a:hover img {
	filter: none;
}

}

/*=================================
	clearfix
================================ */
.group-layout > .column-layout .list-group:after,
.social-group > ul:after {
	content : "";
	display : block;
	clear : both;
}
