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

	- mv
	- content
	- sec01
	- sec02
	- sec03

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
#mv > div > h1 > span:first-child::before {
	display: none;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 60px 0 95px;
}
@media screen and (max-width: 767px) {
	#content {
		padding: 40px 0 65px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
#sec01 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#sec01 > div:first-child {
	width: 51.78%;
}
#sec01 > div:first-child > ul {
	margin-top: 20px;
	border-top: 2px solid #222;
}
#sec01 > div:first-child > ul > li {
	display: -ms-flexbox;
	display: flex;
	padding: 14px 0;
}
#sec01 > div:first-child > ul > li:nth-child(n+2) {
	border-top: 1px solid #ddd;
}
#sec01 > div:first-child > ul > li > .date {
	width: 9em;
	margin-right: 10px;
}
#sec01 > div:first-child > ul > li > .title {
	width: calc((100% - 9em) - 10px);
}
#sec01 > div:first-child > p {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 16px;
}
#sec01 > div:first-child > p > a {
	display: block;
	position: relative;
	padding-left: 13px;
	text-decoration: underline;
	text-underline-position: under;
	text-underline-position: below;
}
#sec01 > div:first-child > p > a::before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #666;
}
#sec01 > div:last-child {
	width: calc(48.22% - 60px);
}
#sec01 > div:last-child > div {
	padding: 35px 40px 36px;
	background: #e5f2ff;
}
#sec01 > div:last-child > div > ul > li {
	margin-top: 11px;
}
#sec01 > div:last-child > div > ul > li:first-child {
	margin-top: 7px;
}
#sec01 > div:last-child > div > p {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 11px;
}
#sec01 > div:last-child > div > p > a {
	display: block;
	position: relative;
	padding-left: 13px;
	text-decoration: underline;
	text-underline-position: under;
	text-underline-position: below;
}
#sec01 > div:last-child > div > p > a::before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #666;
}
#sec01 > div:last-child > div:nth-child(2) {
	margin-top: 20px;
}
#sec01 > div:last-child > div:nth-child(2) > ul > li {
	display: -ms-flexbox;
	display: flex;
	margin-top: 12px;
}
#sec01 > div:last-child > div:nth-child(2) > ul > li:first-child {
	margin-top: 9px;
}
#sec01 > div:last-child > div:nth-child(2) > ul > li > .date {
	width: 7.5em;
	margin-right: 10px;
}
#sec01 > div:last-child > div:nth-child(2) > ul > li > .title {
	width: calc((100% - 7.5em) - 10px);
}
#sec01 > div:last-child > div:nth-child(2) > p {
	margin-top: 12px;
}
#sec01 > div a[href$=".pdf"]::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 0 -2px 1px;
	background-image: url("../../img/c_pdf_icon01.png");
	background-repeat: no-repeat;
	background-size: 22px 22px;
}
#sec01 > div:last-child > div a {
	text-decoration: underline;
	text-underline-position: under;
	text-underline-position: below;
}
@media screen and (max-width: 1100px) {
	#sec01 > div:last-child > div:nth-child(2) > ul > li > .date {
		width: 50%;
	}
	#sec01 > div:last-child > div:nth-child(2) > ul > li > .title {
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 767px) {
	#sec01 {
		display: inherit;
	}
	#sec01 > div:first-child {
		width: 100%;
	}
	#sec01 > div:first-child > ul > li {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 12px 0;
	}
	#sec01 > div:first-child > ul > li > .date {
		width: 100%;
		margin-right: 0;
	}
	#sec01 > div:first-child > ul > li > .title {
		width: 100%;
	}
	#sec01 > div:last-child {
		width: 100%;
		margin-top: 36px;
	}
	#sec01 > div:last-child > div {
		padding: 25px 15px 25px;
	}
	#sec01 > div:last-child > div > ul > li {
		line-height: 1.75;
	}
	#sec01 > div:last-child > div > ul > li {
		margin-top: 5px;
	}
	#sec01 > div:last-child > div > ul > li:first-child {
		margin-top: 4px;
	}
	#sec01 > div:last-child > div > p {
		margin-top: 6px;
	}
	#sec01 > div:last-child > div:nth-child(2) {
		margin-top: 15px;
	}
	#sec01 > div:last-child > div:nth-child(2) > ul > li {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 10px;
	}
	#sec01 > div:last-child > div:nth-child(2) > ul > li:first-child {
		margin-top: 4px;
	}
	#sec01 > div:last-child > div:nth-child(2) > ul > li > .date {
		width: 100%;
		margin-right: 0;
	}
	#sec01 > div:last-child > div:nth-child(2) > ul > li > .title {
		width: 100%;
	}
	#sec01 > div:last-child > div:nth-child(2) > p {
		margin-top: 7px;
	}
}

/*----------------------------------------
	sec02
-----------------------------------------*/
#sec02 > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ddd;
}
[lang="en"] #sec02 > ul {
	margin: 0;
	padding: 0;
	border: none;
}
#sec02 > ul > li {
	position: relative;
	/* formula calc((100% / 3) - (80px / 3)) */
	width: calc(33.33% - 26.66px);
}
#sec02 > ul > li:nth-child(3n+2),
#sec02 > ul > li:nth-child(3n+3) {
	margin-left: 40px;
}
#sec02 > ul > li:nth-child(n+4) {
	margin-top: 40px;
}
#sec02 > ul > li > a > span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 65px);
	padding: 15px 45px 15px 20px;
	background: rgba(51, 51, 51, 0.85);
	text-align: right;
}
#sec02 > ul > li > a > span::after {
	content: "";
	position: absolute;
	top: calc(50% - 16px);
	right: 15px;
	width: 13px;
	height: 13px;
	border-right: 3px solid #00a0e9;
	border-bottom: 3px solid #00a0e9;
	transform: rotate(-45deg);
	transform-origin: right bottom;
}
#sec02 > dl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 170px;
}
#sec02 > dl > dt {
	width: 100%;
	margin: 56px 0 36px;
	text-align: center;
}
[lang="en"] #sec02 > dl > dt {
	margin: 56px 0 15px;
}
#sec02 > dl > dd {
	position: relative;
	width: calc(50% - 30px);
}
#sec02 > dl > dd > a > span {
	display: block;
	margin-top: 16px;
}
[lang="en"] #sec02 > dl > dd.btn01 {
	width: 100%;
	margin-top: 50px;
	text-align: center;
}
[lang="en"] #sec02 > dl > dd.btn01 a {
	position: relative;
	display: inline-block;
	padding: 15px 60px;
	border: 1px solid #ddd;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
    color: #000;
	transition: 0.2s;
}
[lang="en"] #sec02 > dl > dd.btn01 a::after {
	position: absolute;
	top: calc(50% - 11px);
	right: 25px;
	margin: 0;
}
[lang="en"] #sec02 > dl > dd.btn01 a>span {
	display: inline-block;
	margin: 0 0 0 -15px;
	padding: 0;
}
[lang="en"] #sec02 > dl > dd.btn01 a:hover {
	border: 1px solid #00a0e9;
	background-color: #00a0e9;
	color: #fff;
}
[lang="en"] #sec02 > div.en_news {
	margin-top: 40px;
	padding-bottom: 56px;
	border-bottom: 1px solid #ddd;
}
[lang="en"] #sec02 > div.en_news>ul {
	margin-top: 20px;
	border-top: 2px solid #222;
}
[lang="en"] #sec02 > div.en_news>ul li {
	display: -ms-flexbox;
	display: flex;
	padding: 14px 0;
}
[lang="en"] #sec02 > div.en_news>ul li+li {
	border-top: 1px solid #ddd;
}
[lang="en"] #sec02 > div.en_news> ul > li > .date {
	width: 9em;
	margin-right: 10px;
}
[lang="en"] #sec02 > div.en_news> ul > li > .title {
	width: calc((100% - 9em) - 10px);
}
[lang="en"] #sec02 > div.en_news a[href$=".pdf"]::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 0 -2px 1px;
	background-image: url(../../img/c_pdf_icon01.png);
	background-repeat: no-repeat;
	background-size: 22px 22px;
}
[lang="en"] #sec02 > div.LatestIRDocuments_wrap {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid #ddd;
}
[lang="en"] #sec02 div.LatestIRDocuments {
	background: #e5f2ff;
	padding: 40px;
}
[lang="en"] #sec02 div.LatestIRDocuments p.LatestIRDocuments_title {
	font-size: 24px;
	margin-bottom: 16px;
}
[lang="en"] #sec02 div.LatestIRDocuments ul {
	margin-bottom: 24px;
}
[lang="en"] #sec02 div.LatestIRDocuments ul li:not(:last-child) {
	margin-bottom: 12px;
}
[lang="en"] #sec02 div.LatestIRDocuments ul li a{
	font-size: 16px;
	text-decoration: underline;
}
[lang="en"] #sec02 div.LatestIRDocuments ul li a::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(/img/c_pdf_icon01.png) no-repeat left top / 22px;
}
[lang="en"] #sec02 div.LatestIRDocuments p.LatestIRDocuments_MovePage {
	width: fit-content;
	margin-left: auto;
}
[lang="en"] #sec02 div.LatestIRDocuments p.LatestIRDocuments_MovePage a {
	position: relative;
	font-size: 16px;
	padding-left: 13px;
	text-decoration: underline;
	display: block;
	height: 24px;
}
[lang="en"] #sec02 div.LatestIRDocuments p.LatestIRDocuments_MovePage a::before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #666;
}


@media screen and (min-width: 768px) {
	#sec02 > ul > li > a > figure {
		background: #fff;
	}
	#sec02 > ul > li > a > figure::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition-property: background;
		transition-duration: 0.1s;
		transition-timing-function: ease-out;
	}
	#sec02 > ul > li > a:hover > figure::before {
		background: rgba(255,255,255,0.5);
	}
	#sec02 > ul > li > a:hover > span {
		color: #00a0e9;
	}
	#sec02 > dl > dd > a > figure::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition-property: background;
		transition-duration: 0.1s;
		transition-timing-function: ease-out;
	}
	#sec02 > dl > dd > a:hover > figure::before {
		background: rgba(255,255,255,0.5);
	}
}
@media screen and (max-width: 767px) {
	#sec02 > ul {
		margin-top: 30px;
		padding-top: 30px;
	}
	#sec02 > ul > li {
		width: calc(50% - 10px);
	}
	#sec02 > ul > li:nth-child(3n+2),
	#sec02 > ul > li:nth-child(3n+3) {
		margin-left: 0;
	}
	#sec02 > ul > li:nth-child(n+4) {
		margin-top: 0;
	}
	#sec02 > ul > li:nth-child(even) {
		margin-left: 20px;
	}
	#sec02 > ul > li:nth-child(n+3) {
		margin-top: 30px;
	}
	#sec02 > ul > li > a > span {
		width: calc(100% - 36px);
		padding: 8px 26px 8px 10px;
		text-align: right;
		line-height: 1.25;
	}
	#sec02 > ul > li > a > span::after {
		content: "";
		position: absolute;
		top: calc(50% - 11px);
		right: 10px;
		width: 10px;
		height: 10px;
		border-right: 2px solid #00a0e9;
		border-bottom: 2px solid #00a0e9;
		transform: rotate(-45deg);
		transform-origin: right bottom;
	}
	#sec02 > dl {
		display: inherit;
		margin: 0;
	}
	#sec02 > dl > dt {
		margin: 36px 0 26px;
		line-height: 1.75;
	}
	[lang="en"] #sec02 > dl > dt {
		margin: 46px 0 12px;
	}
	[lang="en"] #sec02 > dl > dd.btn01 a {
		font-size: 60%;
	}
	#sec02 > dl > dd {
		width: 100%;
	}
	#sec02 > dl > dd+dd {
		margin-top: 26px;
	}
	#sec02 > dl > dd > a > span {
		margin-top: 12px;
		text-align: center;
	}
	
	[lang="en"] #sec02 > div.en_news>ul li {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 12px 0;
	}
	
	[lang="en"] #sec02 > div.en_news> ul > li > .date {
		width: 100%;
		margin-right: 0;
	}
	[lang="en"] #sec02 > div.en_news> ul > li > .title {
		width: 100%;
	}
}
#sec02 > .sec02__dl01 {
	margin: 0 auto;
}
[lang="en"] #sec02 > .sec02__dl01 > dd.btn01 {
	width: calc(100% / 3 - 10px);
	margin: 50px 0 0 0;
}
[lang="en"] #sec02 > .sec02__dl01 > dd.btn01:nth-of-type(3n) {
}
[lang="en"] #sec02 > .sec02__dl01 > dd.btn01 a {
	border-radius: 14px;
}
@media (max-width: 767px) {
	[lang="en"] #sec02 > .sec02__dl01 > dd.btn01 {
		width: 100%;
		margin-top: 26px;
	}
	[lang="en"] #sec02 > .sec02__dl01 > dd.btn01:nth-of-type(1) {
		margin-top: 50px;
	}
	#sec02 > .sec02__dl01 .btn01:last-child {
		margin-top: 20px;
	}
	#sec02 > .sec02__dl01 .btn01 a {
		width: 100%;
		box-sizing: border-box;
	}
}
@media (min-width: 768px) {
	#sec02 > .sec02__dl01 .btn01 + .btn01 {
		margin: 50px 0 0 10px;
	}
	[lang="en"] #sec02 > .sec02__dl01 > dd.btn01 a {
		display: flex;
		height: 100%;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
	}
}


/*----------------------------------------
	sec03
-----------------------------------------*/
#sec03 > dl {
	margin-top: 56px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}
#sec03 > dl > dd {
	margin-top: 10px;
}
#sec03 > p {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 10px;
}
#sec03 > p > a {
	display: block;
	position: relative;
	padding-left: 13px;
	text-decoration: underline;
	text-underline-position: under;
	text-underline-position: below;
}
#sec03 > p > a::before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #666;
}
@media screen and (max-width: 767px) {
	#sec03 > dl {
		margin-top: 36px;
		padding-top: 10px;
	}
	#sec03 > dl > dd {
		margin-top: 5px;
	}
	#sec03 > p {
		margin-top: 4px;
	}
}