@charset "utf-8";

.c-esgButton {
	position: fixed;
	top: 190px;
	right: 0;
	z-index: 100;
}

.c-esgButton a {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0;
	white-space: nowrap;
	width: 115px;
	height: 110px;
	padding: 17px 12px;
	display: block;
	border-radius: 6px 0 0 6px;
	background: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.c-esgButton a:lang(en) {
	height: 140px;
}

.c-esgButton a:hover {
	color: #fff;
	background: #DC000C;
}

.c-esgButton figure {
	text-align: center;
	padding: 7px 12px 0 0;
}

.c-esgButton figure img {
	width: 40px;
}

.c-esgButton ul {
	margin: .25em 0 0;
	transform-origin: left top;
	transform: scale(.95);
}

.c-esgButton ul li {
	font-size: 1rem;
	letter-spacing: -.05em;
	padding: 0 0 0 1.25em;
	transform-origin: left center;
	transform: scale(.9,1);
	position: relative;
}

.c-esgButton ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: .5em;
	left: .25em;
}

.c-irTopics {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
}

.c-irTopics > * {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.c-irTopics > *:nth-child(odd) {
	padding-right: 30px;
}

.c-irTopics > *:nth-child(even) {
	padding: 30px;
}

.c-irTopics__title {
	color: #000;
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
}

.c-irTopics__title + * {
	margin-top: 25px;
	flex-grow: 1;
}

.c-irNewsList__item {
	border-top: 1px solid #E6E6E6;
}

.c-irNewsList__item:last-child {
	border-bottom: 1px solid #E6E6E6;
}

.c-irNewsList__item a {
	padding: 1em 30px 1em 0;
	display: flex;
	align-items: center;
	position: relative;
}

.c-irNewsList__item a.u-icon__arrow-basic:before {
	margin-top: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}

.c-irNewsList__item time {
	color: #777;
	font-size: 1.4rem;
	font-weight: 500;
	width: 140px;
}

.c-irNewsList__item em {
	line-height: 1.35;
	width: calc(100% - 140px);
}

.c-irNewsList {
	padding-top: 30px;
}

.c-irNewsList .u-buttonBasic {
	text-align: right;
	margin-top: 20px;
}

.c-irRankList {
	border: 1px solid #ddd;
}

.c-irRankList .c-irTopics__title {
	font-size: 2rem;
}

.c-irRankList__items {
	counter-reset: number 0;
}

.c-irRankList__item {
	border-top: 1px solid #E6E6E6;
}

.c-irRankList__item:last-child {
	border-bottom: 1px solid #E6E6E6;
}

.c-irRankList__item a {
	padding: 3px 30px 3px 0;
	display: flex;
	align-items: center;
	position: relative;
}

.c-irRankList__item a.u-icon__arrow-basic:before {
	margin-top: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}

.c-irRankList__num {
	color: #fff;
	text-align: center;
	width: 39px;
	height: 100%;
	padding: .65em 0;
	background: #000;
}

.c-irRankList__num:before {
	content: attr(data-num)'';
	font-size: 2rem;
}

.c-irRankList__item em {
	padding: 0 0 0 10px;
}

.c-irIndexSubMenu__items {
	padding: 15px 0 0;
	border-top: 1px solid #999;
	display: flex;
	justify-content: space-between;
}

.c-irIndexSubMenu__item {
	font-size: 1.4rem;
	width: calc(100% / 4);
}

.c-irIndexSubMenu__item .u-icon__arrow-basic {
	padding-left: 1.75em;
}

.c-irIndexSubMenu__item .u-icon__arrow-basic:before {
	margin-top: -.2em;
}

.c-irDisclaimer__inner {
	padding: 18px 0;
	background: #F0F0F0;
	display: flex;
	align-items: center;
}

.c-irDisclaimer h3 {
	font-size: 1.6rem;
	font-weight: 400;
	white-space: nowrap;
	width: 130px;
	padding: 0 0 0 30px;
}

.c-irDisclaimer p {
	font-size: 1.4rem;
	line-height: 1.75;
	width: calc(100% - 130px);
}

.c-irfaq .u-acpanel__title p {
	line-height: 1.5;
	padding-left: 28px;
	position: relative;
}

.c-irfaq .u-acpanel__title p i {
	color: #DC000C;
	font-size: 2.4rem;
	position: absolute;
	top: -.3em;
	left: 0;
}

.c-stockoutlineimage {
	max-width: 620px;
}

.c-cisionStrategy th small {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1em;
	display: block;
}

.c-cisionStrategy .u-title__mid {
	font-size: 1.6rem;
}

.c-cisionStrategy .u-title__mid + * {
	margin-top: .75em;
}

.c-cisionStrategy ol + .u-title__mid {
	margin-top: 1.25em;
}

.c-irFinanceList li:not(:first-child) {
	margin-top: 1em;
}

.c-irFinanceThumb {
	margin-top: 2em;
	margin-bottom: 36.5%;
}

.c-irFinanceThumb--marginNone {
	margin-bottom: 0;
}

.c-irFinanceThumb img {
	max-width: 426px;
	min-width: 426px;
	position: absolute;
	top: 2em;
	left: 0;
}

.c-irFinanceThumb :hover img {
	opacity: .6;
}

.c-irIndexNews__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 45px;
/*	display: flex;*/
	align-items: center;
	border: 1px solid #999;
}

.c-irIndexNews__child {
	width: calc(100% / 2);
}

.c-irIndexNews__child:nth-child(1) {
	text-align: center;
	min-height: 120px;
	padding: 0 60px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
/*	padding-right: 40px;*/
	position: sticky;
	top: 60px;
	left: 0;
}

.c-irIndexNews__child:nth-child(2) {
	margin-top: -130px;
	margin-left: 50%;
}

.c-irIndexNews__child:nth-child(2) h3 {
	margin: 60px 0 0;
}

.c-irIndexNews__child:nth-child(2) .u-buttonBasic {
	text-align: center;
	margin: 20px 0 0;
}

.c-irIndexNews__child:nth-child(2) .u-buttonBasic a {
	font-size: 1.6rem;
	width: 45%;
	padding: 12px 0;
}

.c-irIndexNews__child:nth-child(2) .u-buttonBasic a span {
	width: 22px;
	height: 22px;
	display: inline-block;
	transition: .3s cubic-bezier(.75,0,.35,1);
	background: url("/_assets/img/common/icon-download-01.svg") no-repeat center / 100% 100%;
}

.no-touch .c-irIndexNews__child:nth-child(2) .u-buttonBasic a:hover span {
	background-image: url("/_assets/img/common/icon-download-01@white.svg");
}

.c-irRankList .button_mini a {
	color: #DC000C;
	font-size: 1.4rem;
	line-height: 1.35;
	padding: 8px 45px;
	border: 1px solid #DC000C;
	border-radius: 100vmax;
	display: inline-block;
}

.no-touch .c-irRankList .button_mini a:hover {
	color: #fff;
	background: #DC000C;
}

.c-irRankList .c-irIndexNews__child {
	width: 100%;
	margin-top: 0;
	margin-left: 0;
}

.c-irRankList .c-irIndexNews__child h3 {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
}

.c-irRankList .c-irIndexNews__child h3:first-child {
	margin-top: 1.25em;
}

.c-irRankList p {
	text-align: right;
}

.c-irIndexNewsFinancialState h2 {
	color: #000;
	font-size: 2.6rem;
	font-weight: 400;
}

.c-irIndexNewsDocList__items {
	margin: 30px 0 0;
}

.c-irIndexNewsFinancialState p {
	margin: 20px 0 0;
}

.c-irIndexNewsFinancialState .u-buttonBasic {
	margin-top: 40px;
}

.c-irIndexNewsFinancialState .u-buttonBasic a {
	max-width: 317px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-irIndexNewsFinancialState .u-buttonBasic em {
	font-size: 1.8rem;
	padding: 0 15px 0 0;
}

.c-irIndexNewsFinancialState .u-buttonBasic span {
	backface-visibility: hidden;
}

.c-irIndexNewsFinancialState .u-buttonBasic span:before {
	content: '';
	width: 38px;
	padding: 82% 0 0;
	display: inline-block;
	background: url("/_assets/img/common/icon-download-01.svg") no-repeat center / 100% auto;
	transition: .3s cubic-bezier(.75,0,.35,1);
}

.c-irIndexNewsFinancialState .u-buttonBasic a:hover span:before {
	background-image: url("/_assets/img/common/icon-download-01@white.svg");
}

.c-irIndexNewsDocList__item {
	border-top: 1px solid #E6E6E6;
}

.c-irIndexNewsDocList__item:last-child {
	border-bottom: 1px solid #E6E6E6;
}

.c-irIndexNewsDocList__item a {
	word-wrap:break-word;
	line-height: 1.35;
	padding: .75em 30px .75em 0;
	display: block;
	position: relative;
}

.c-irIndexNewsDocList__item a:after {
	content: '';
	width: 26px;
	padding: 6% 0 0;
	background: url("/_assets/img/common/icon-pdf-02.svg") no-repeat center / 100% auto;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}

.c-irIndexNewsDocList__item a[href*="youtube.com"]:after {
	width: 16px;
	padding: 6% 0 0;
	right: 3px;
	background: url("/_assets/img/common/icon-window-01.svg") no-repeat center / 100% auto;
}

.c-irIndexSubCorner {
	margin-right: 0;
	margin-left: 0;
}

.c-irIndexSubCorner .u-indexcorner__title {
	font-size: 1.8rem;
}

.c-irIndexSubCorner .u-indexcorner__child {
	margin-top: 30px;
}

.c-irIndexNewsDocList__item a:after {
	padding-top: 10%;
}

.c-messageCorner {
	max-width: 900px;
	margin: 0 auto;
}

.c-messageCorner__title {
	min-height: 6.25em;
	margin: 90px 0 0;
	position: relative;
}

.c-messageCorner__title h2 {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.c-messageCorner__title h2:lang(en) {
	white-space: normal;
	position: relative;
	top: auto;
	left: auto;
	transform: none;
}

.c-messageCorner .u-text {
	margin-top: 2em;
}

.c-messageCorner .u-list__item {
	line-height: 2;
}

.c-messageCorner .u-list__item b {
	font-weight: 700;
	display: block;
}

.c-messageCorner__name {
	margin: 90px 0 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.c-messageCorner__name p:first-child {
	padding-right: 20px;
}

.c-messageCorner__name p:nth-child(2) {
	font-size: 2.6rem;
}

.c-messageCorner__update {
	text-align: right;
	width: 100%;
	margin: 2em 0 0;
	display: block;
}

.c-messageCorner__name img {
	width: 145px;
}

.c-messageCorner__name img:lang(en) {
	width: 175px;
}

.c-messageCorner__name figcaption {
	line-height: 1.5;
	margin: 1em 0 0;
	display: block;
}

.c-messageCorner-title {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 2em 0 -1em;
}

.c-sitemap__inner--sitemap .g-menu_wrap {
	width: 100%;
}

.c-sitemap__inner--sitemap .g-menuBanner {
	display: none;
}

.c-sitemap__inner--sitemap .g-menu__item {
	margin-top: 20px;
}

.c-sitemap__inner--sitemap .g-menu__item > a {
	line-height: 1.5;
	padding: 0 0 0 25px;
	display: inline-block;
}

.c-sitemap__inner--sitemap .g-menu__item > a:before {
	content: '';
	line-height: inherit;
	width: 18px;
	height: 18px;
	margin: .25em .35em 0 0;
	display: inline-block;
	transition: .3s cubic-bezier(.75,0,.35,1);
	background: url(/_assets/img/common/arrow-02@red.svg) no-repeat center / 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.c-sitemap__inner--sitemap .g-menuBanner {
	display: none;
}

.c-sitemap__inner--sitemap .g-menu_wrap {
	width: 100%;
}

.c-sitemap__teambreakthrough {
	width: 35%;
	margin: 30px 0 0;
}

.c-sitemap__teambreakthrough .u-show__tablet {
	display: block !important;
}

.c-sitemap__teambreakthrough .u-hide__tablet {
	display: none !important;
}

.c-sitemapsub {
	width: 100%;
	margin-top: 60px;
	display: flex;
}

.c-sitemapsub > * {
	width: calc(100% / 4);
}

.c-sitemap__inner--sitemap .g-menuChild__items {
	padding-left: 5px;
}

.c-highlightMain__image {
	text-align: center;
}

.c-highlightMain__image img {
	max-width: 600px;
}

.c-irInfoMail {
	padding: 15px 0 25px;
	display: flex;
	align-items: center;
}

.c-irInfoMail em {
	color: #000;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.35;
	white-space: nowrap;
	padding: 0 1em 0 0;
}

.c-ySelect {
	text-align: right;
	width: 150px;
	margin: 0 0 0 auto;
	position: relative;
}

.c-ySelect:after {
	content: '';
	line-height: inherit;
	width: 18px;
	height: 18px;
	margin: -.1em .35em 0 0;
	display: inline-block;
	transition: .3s cubic-bezier(.75,0,.35,1);
	background: url(/_assets/img/common/arrow-02@red.svg) no-repeat center / 100% 100%;
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translate(0,-50%) rotate(90deg);
}

.c-ySelect select,
.c-ySelect option {
	font-size: 2rem;
	font-weight: 500;
	width: 100%;
	padding: .25em 1em;
}

.c-ySelect select {
	padding: .35em 2em .35em 1em;
}








