@charset "UTF-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Common
 * - Page Component
 * PC Media Queries
 * - Override
 * - Page Component
 * @media only screen and (max-width: 767px)
 * - Override
 * - Common
 * - Page Component
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
	/* ------------------------------------------------------
	 * Override
	------------------------------------------------------ */
	.pageContents {
		max-width: none;
		margin-top: 0;
	}
	

	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
	.pc-hidden {
		display: none !important;
	}
	
	/* ------------------------------------------------------
	 * Page Component
	------------------------------------------------------ */
	/* ----- top-layout ----- */
	.top-layout {
		overflow: hidden;
		position: relative;
	}
	.top-layout .top_image {
		margin: 0 -100%;
	}
	.top-layout .top_image .image_inner {
		margin: 0;
		text-align: center;
	}
	.top-layout .top_frame {
		position: absolute;
		top: 165px;
		left: 0;
		width: 100%;
	}
	.top-layout .top_frame .frame_inner {
		max-width: 1200px;
		margin: 0 auto;
	}
	.top-layout .top_frame .frame_inner > *:last-child {
		margin-bottom: 0 !important;
	}
	.top-layout .top_heading {
		margin: 0 0 1.25rem;
	}
	[data-browser="ie11"] .top-layout .top_heading {
		margin-bottom: 1.5625rem;
	}
	.top-layout .top_heading .heading_text,
	.top-layout .top_heading .heading_image {
		display: block;
	}
	.top-layout .top_heading .heading_text {
		margin: 0 0 0.9375rem;
		font-size: 1.875rem;
		font-weight: 700;
		line-height: 1.1;
	}
	[data-browser="ie11"] .top-layout .top_heading .heading_text {
		margin-bottom: 0.625rem;
	}
	.top-layout .top_heading .heading_image {
		line-height: 0;
	}
	.top-layout .top_text {
		display: block;
		font-size: 18px;
		line-height: 1.66;
	}
	
	/* v2 */
	.top-layout-v2 {
		overflow: hidden;
		margin: 0 0 3.75rem;
	}
	.top-layout-v2 .top_column {
		display: flex;
		justify-content: space-between;
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}
	.top-layout-v2 .top_column > .column_col {
		position: relative;
		width: 50%;
		padding: 60px 0;
		z-index: 0;
	}
	.top-layout-v2 .top_column > .column_col.type-corporate {
		padding-right: 80px;
		padding-left: 24px;
	}
	.top-layout-v2 .top_column > .column_col.type-investor {
		padding-right: 24px;
		padding-left: 83px;
	}
	.top-layout-v2 .top_column > .column_col::before {
		content: "";
		position: absolute;
		top: 0;
		width: 200%;
		min-height: 100%;
		z-index: -1;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
	.top-layout-v2 .top_column > .column_col.type-corporate::before {
		right: -1px;
		background-image: url("/english/img/index_corporate_bg01.jpg");
		background-position: 100% 50%;
	}
	.top-layout-v2 .top_column > .column_col.type-investor::before {
		left: 0;
		background-image: url("/english/img/index_investor_bg01.png");
		background-position: 0 50%;
	}
	.top-layout-v2 .top_column > .column_col.type-corporate .top_heading {
		margin: 0 0 1.825rem;
		line-height: 1;
	}
	.top-layout-v2 .top_column > .column_col.type-investor .top_heading {
		margin: 0 0 2.425rem;
		line-height: 1;
	}
	.top-layout-v2 .top_heading .heading_image {
		position: relative;
		display: inline-block;
		line-height: 0;
	}
	.top-layout-v2 .top_heading .heading_image::after {
		content: "";
		position: absolute;
		display: inline-block;
		width: 13px;
		height: 21px;
		top: 50%;
		right: -32px;
		margin-top: -10px;
		background: url("/english/img/index_information_ic01.png") no-repeat 0 0;
	}
	.top-layout-v2 .top_heading .heading_image > a {
		display: block;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v2 .top_heading .heading_image > a > span {
		position: relative;
		display: inline-block;
	}
	.top-layout-v2 .top_heading .heading_image > a > span::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 2px;
		background-color: #014099;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v2 .top_heading .heading_image > a:hover > span::before {
		width: 100%;
	}
	.top-layout-v2 .top_text {
		margin: 0 0 2.75rem;
		color: #666;
		font-size: 1.125rem;
		line-height: 1.55;
	}
	.top-layout-v2 .top_button > li {
		margin: 0;
	}
	.top-layout-v2 .top_button > li > a {
		position: relative;
		display: flex;
		align-items: center;
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
		background-color: #fff;
		border-bottom: 1px solid #d2d2d2;
		color: #333;
		text-decoration: none;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v2 .top_button > li > a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%);
		width: 7px;
		height: 12px;
		background: url("/english/img/index_information_ic02.png") no-repeat 0 0;
	}
	.top-layout-v2 .top_button > li > a:hover {
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
	}
	.top-layout-v2 .top_button > li > a > * {
		margin: 0;
	}
	.top-layout-v2 .top_button > li > a > .button_image {
		width: 220px;
	}
	.top-layout-v2 .top_button > li > a > .button_image img {
		width: 100%;
	}
	.top-layout-v2 .top_button > li > a > .button_text {
		flex: 1;
		padding: 0 46px 0 36px;
	}
	.top-layout-v2 .top_button > li > a > .button_text .text_sub,
	.top-layout-v2 .top_button > li > a > .button_text .text_main {
		display: block;
		line-height: 1.1;
	}
	.top-layout-v2 .top_button > li > a > .button_text .text_sub {
		font-size: 0.875rem;
	}
	.top-layout-v2 .top_button > li > a > .button_text .text_main {
		color: #014099;
		font-size: 1.125rem;
		font-weight: 700;
	}
	.top-layout-v2 .top_button > li > a > .button_text .text_sub + .text_main {
		margin-top: 0.625rem;
	}
	.top-layout-v2 .top_button > li > a > .button_text .text_main > span {
		position: relative;
		display: inline-block;
	}
	.top-layout-v2 .top_button > li > a > .button_text .text_main > span::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v2 .top_button > li > a:hover > .button_text .text_main > span::before {
		width: 100%;
	}
	.top-layout-v2 .top_button-v2 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		background-color: #fff;
		width: 493px;
	}
	.top-layout-v2 .top_button-v2 > li {
		width: 246px;
		margin-bottom: 0;
	}
	.top-layout-v2 .top_button-v2 > li > a {
		position: relative;
		display: block;
		height: 100%;
		background-color: #fff;
		color: #014099;
		font-size: 18px;
		line-height: 1.6;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v2 .top_button-v2 > li > a::after {
		content: "";
		position: absolute;
		display: inline-block;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: 7px;
		height: 12px;
		background: url(/english/img/index_information_ic02.png) no-repeat 0 0;
	}
	.top-layout-v2 .top_button-v2 > li > a.link-pdf::after {
		content: "";
		position: absolute;
		display: inline-block;
		top: 50%;
		right: 14px;
		transform: translateY(-50%);
		width: 14px;
		height: 14px;
		background: url(/english/common_img/com_ic04.png) 0 0 no-repeat;
		background-size: contain;
	}
	.top-layout-v2 .top_button-v2 > li > a:hover {
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
		z-index: 5;
	}
	.top-layout-v2 .top_button-v2 > li:nth-of-type(-n+2) > a {
		padding-top: 10px;
	}
	.top-layout-v2 .top_button-v2 > li:last-of-type > a,
	.top-layout-v2 .top_button-v2 > li:nth-last-of-type(2):not(:nth-of-type(2n)) > a {
		padding-bottom: 10px;
	}
	.top-layout-v2 .top_button-v2 > li:nth-of-type(2n+1) > a {
		padding-left: 20px;
	}
	.top-layout-v2 .top_button-v2 > li:nth-of-type(2n) > a {
		padding-right: 20px;
	}
	.top-layout-v2 .top_button-v2 > li:nth-of-type(2n) > a::after {
		right: 40px;
	}
	.top-layout-v2 .top_button-v2 > li > a > .inner {
		display: flex;
		align-items: center;
		height: 100%;
		padding-top: 14px;
		padding-right: 30px;
		padding-bottom: 14px;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		min-height: 75px;
		width: 100%;
	}
	.top-layout-v2 .top_button-v2 > li:nth-of-type(-n+2) > a > .inner {
		min-height: 65px;
	}
	.top-layout-v2 .top_button-v2 > li:last-of-type > a > span,
	.top-layout-v2 .top_button-v2 > li:nth-last-of-type(2):not(:nth-of-type(2n)) > a > .inner {
		min-height: 65px;
		border-bottom: none;
	}
	.top-layout-v2 .top_button-v2 > li:nth-of-type(2n+1) > a > .inner {
		padding-left: 7px;
	}
	.top-layout-v2 .top_button-v2 > li:nth-of-type(2n) > a > .inner {
		padding-left: 20px;
		border-right: none;
	}
	.top-layout-v2 .top_button-v2 > li > a > .inner .line {
		position: relative;
		display: inline-block;
	}
	.top-layout-v2 .top_button-v2 > li > a > .inner .line::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v2 .top_button-v2 > li > a:hover > .inner .line::before {
		width: 100%;
	}
	.top-layout-v2 .top_button-v2 > li > a span::after {
		display: none;
	}
	.top-layout-v2 .top_button-v2 > li.is-no-separate {
		width: 100%;
	}
	.top-layout-v2 .top_button-v2 > li.is-no-separate > a {
		padding-right: 20px;
	}
	.top-layout-v2 .top_button-v2 > li.is-no-separate:last-of-type > a {
		padding-bottom: 0;
	}
	.top-layout-v2 .top_button-v2 > li.is-no-separate > a::after {
		right: 40px;
	}
	.top-layout-v2 .top_button-v2 > li.is-no-separate > a.link-pdf::after {
		right: 35px;
	}
	.top-layout-v2 .top_button-v2 > li.is-no-separate > a .inner {
		border-right: 0;
	}
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
	
	/* ------------------------------------------------------
	 * Page Component
	------------------------------------------------------ */

}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
	/* ------------------------------------------------------
	 * Override
	------------------------------------------------------ */
	.pageContents {
		margin-top: 0;
	}
	
	/* 暫定フォントファミリー設定 */
	/*[class*="top-layout"] {
		font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic;
		font-weight: 500;
	}*/

	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
	.sp-hidden {
		display: none !important;
	}
	
	/* ------------------------------------------------------
	 * Page Component
	------------------------------------------------------ */
	/* ----- top-layout ----- */
	.top-layout .top_image .image_inner {
		margin: 0;
	}
	.top-layout .top_image .image_inner img {
		width: 100%;
	}
	.top-layout .top_frame {
		background-color: #e5eef7;
	}
	.top-layout .top_frame .frame_inner {
		padding: 20px 15px;
	}
	.top-layout .top_frame .frame_inner > *:last-child {
		margin-bottom: 0 !important;
	}
	.top-layout .top_heading {
		margin: 0 0 0.625rem;
	}
	.top-layout .top_heading .heading_text,
	.top-layout .top_heading .heading_image {
		display: block;
	}
	.top-layout .top_heading .heading_text {
		margin: 0 0 0.625rem;
		font-size: 1.3125rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.top-layout .top_heading .heading_image {
		line-height: 0;
	}
	.top-layout .top_heading .heading_image img {
		max-width: 303px;
		width: 100%;
	}
	.top-layout .top_text {
		font-size: 14px;
		line-height: 1.7;
	}
	
	/* v2 */
	.top-layout-v2 {
		margin: 0 0 0.875rem;
	}
	.top-layout-v2 .top_column > .column_col {
		min-height: 350px;
		padding: 30px 15px;
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: cover;
	}
	.top-layout-v2 .top_column > .column_col:last-child {
		margin-bottom: 0;
	}
	.top-layout-v2 .top_column > .column_col.type-corporate {
		background-image: url("/english/img/index_corporate_bg01-r2x.jpg");
	}
	.top-layout-v2 .top_column > .column_col.type-investor {
		background-image: url("/english/img/index_investor_bg01-r2x.png");
	}
	.top-layout-v2 .top_heading {
		margin: 0 0 1.5625rem;
	}
	.top-layout-v2 .top_column > .column_col.type-investor .top_heading {
		margin: 0 0 2rem;
	}
	.top-layout-v2 .top_heading .heading_image {
		display: block;
		line-height: 0;
	}
	.top-layout-v2 .top_heading .heading_image img {
		width: 100%;
	}
	.top-layout-v2 .top_column > .column_col.type-corporate .top_heading .heading_image img {
		max-width: 150px;
	}
	.top-layout-v2 .top_column > .column_col.type-investor .top_heading .heading_image img {
		max-width: 278px;
	}
	.top-layout-v2 .top_heading .heading_image > a {
		display: inline-block;
	}
	.top-layout-v2 .top_heading .heading_image > a::after {
		content: "";
		display: inline-block;
		width: 9px;
		height: 16px;
		margin: -2px 0 0 15px;
		background: url("/english/img/index_information_ic01-r2x.png") no-repeat 0 0;
		background-size: 100% 100%;
		vertical-align: middle;
	}
	.top-layout-v2 .top_text {
		margin: 0 0 0.8rem;
		color: #666;
		line-height: 1.6;
	}
	.top-layout-v2 .top_button > li {
		margin: 0;
	}
	.top-layout-v2 .top_button > li > a {
		position: relative;
		display: flex;
		align-items: center;
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
		background-color: #fff;
		border-bottom: 1px solid #d2d2d2;
		color: #333;
		text-decoration: none;
	}
	.top-layout-v2 .top_button > li > a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		width: 6px;
		height: 11px;
		background: url("/english/img/index_information_ic02-r2x.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
	.top-layout-v2 .top_button > li > a > * {
		margin: 0;
	}
	.top-layout-v2 .top_button > li > a > .button_image {
		width: 153px;
	}
	.top-layout-v2 .top_button > li > a > .button_image img {
		width: 100%;
	}
	.top-layout-v2 .top_button > li > a > .button_text {
		flex: 1;
		padding: 0 31px 0 24px;
	}
	.top-layout-v2 .top_button > li > a > .button_text .text_sub,
	.top-layout-v2 .top_button > li > a > .button_text .text_main {
		display: block;
	}
	.top-layout-v2 .top_button > li > a > .button_text .text_sub {
		font-size: 0.75rem;
	}
	.top-layout-v2 .top_button > li > a > .button_text .text_main {
		color: #014099;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.4;
	}
	.top-layout-v2 .top_button > li > a > .button_text .text_sub + .text_main {
		margin-top: 0.625rem;
	}
	.top-layout-v2 .top_button-v2 {
		padding: 0 15px;
		background-color: #fff;
	}
	.top-layout-v2 .top_button-v2 > li {
		margin-bottom: 0;
	}
	.top-layout-v2 .top_button-v2 > li + li {
		border-top: 1px solid #ddd;
	}
	.top-layout-v2 .top_button-v2 > li > a {
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		min-height: 51px;
		padding: 12px 15px 12px 0;
		color: #014099;
		font-size: 15px;
	}
	.top-layout-v2 .top_button-v2 > li > a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 6px;
		height: 11px;
		background: url("/english/img/index_information_ic02-r2x.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
	.top-layout-v2 .top_button-v2 > li > a.link-pdf::before {
		content: "";
		position: absolute;
		top: 50%;
		right: -3px;
		transform: translateY(-50%);
		width: 14px;
		height: 14px;
		background: url(/english/common_img/com_ic04.png) 0 0 no-repeat;
		background-size: contain;
	}
	.top-layout-v2 .top_button-v2 > li > a.link-pdf span {
		padding-right: 0!important;
	}
	.top-layout-v2 .top_button-v2 > li > a.link-pdf span::after {
		display: none;
	}
}
