:root {
  --inv-main: #023894;
  --inv-sub: #EDF5FB;
	--inv-en: "Barlow", sans-serif;
}

@media screen and (min-width: 768px) {
	.l-contents-inner {
		padding-bottom: 100px;
	}
}
.investor-note {
	font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
	.investor-note {
		font-size: 1.3rem;
	}
}

/* investor-intro */
.investor-intro {
	background: url(/assets/img/ir/investor/bg_intro.jpg) no-repeat center / cover;
	color: #fff;
	padding: 65px 50px 60px;
	text-align: center;
	margin-top: 80px;
	position: relative;
	mix-blend-mode: overlay;
}
.investor-intro::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .3);
	mix-blend-mode: overlay;
	backdrop-filter: blur(2px) brightness(1.15);
	opacity: .74;
}
.investor-intro::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #103560;
	opacity: .22;
	mix-blend-mode: multiply;
}
.investor-intro > * {
	position: relative;
	z-index: 1;
}
.investor-intro__title {
	font-size: 3.4rem;	
	font-weight: 500;
	text-shadow: rgba(0, 0, 0, 0.16) 0 3px 10px;
	margin-bottom: 30px;
	line-height: 1.3;
}
.investor-intro__title > strong {
	font-size: 4.8rem;
	font-weight: 500;
	margin: 0px 2px;
}
.investor-intro__text {
	text-shadow: rgba(0, 0, 0, 0.16) 0 3px 10px;
	font-size: 1.8rem;
}
.investor-intro__anchor {
	background: #fff;
	margin-top: 50px;
	flex-wrap: wrap;
}
.investor-intro__anchor .m-btn-anchor__item {
	width: calc(100% / 3);
	flex: none;
}
.investor-intro__anchor .m-btn-anchor__item:nth-child(3n)::after {
	content: none;
}
.investor-intro__anchor .m-btn-anchor__item:nth-child(n+4) {
	border-top: 1px solid var(--inv-main);
}
@media screen and (max-width: 767px){
	.investor-intro {
		padding: 40px 20px 30px;
		margin-top: 50px;
	}
	.investor-intro__title {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	.investor-intro__title > strong {
		font-size: 3rem;
	}
	.investor-intro__text {
		font-size: 1.6rem;
	}
	.investor-intro__anchor {
		margin-top: 30px;
	}
	.investor-intro__anchor .m-btn-anchor__item:nth-child(n+4) {
		border-top: none;
	}
	.investor-intro__anchor .m-btn-anchor__item:nth-child(3n)::after {
		content: "";
	}
}

/* investor-title */
.investor-title {
	text-align: center;
	position: relative;
	margin-bottom: 23px;
	padding: 10px 0 5px;
}
.investor-title__en {
  font-family: var(--inv-en);
	font-size: 15rem;
	color: #DAE8F5;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	line-height: 1;
}
.investor-title__ja {
	display: block;
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
	color: var(--inv-main);
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.3;
}
.investor-title--wh .investor-title__en {
	color: #fff;
}
@media screen and (max-width: 767px){
	.investor-title {
		margin-bottom: 20px;
	}
	.investor-title__en {
		font-size: 6.7rem;
	}
	.investor-title__ja {
		font-size: 2.4rem;
	}
}

/* investor-midtitle */
.investor-midtitle {
	font-size: 2.6rem;
	font-weight: 600;
	color: var(--inv-main);
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px){
	.investor-midtitle {
		font-size: 2rem;
	}
}

/* investor-lead */
.investor-lead {
	font-size: 2rem;
	background: linear-gradient(transparent 64%,rgba(255, 192, 0, 0.4) 64%);
}
@media screen and (max-width: 767px){
	.investor-lead {
		font-size: 1.4rem;
	}
}

/* investor-numbers */
.investor-numbers {
	display: grid;
	gap: 45px;
	grid-template-columns: repeat(3, 1fr);	
	margin-top: 50px;
}
.investor-numbers__item {
	background: var(--inv-sub);
	border-radius: 10px;
	padding: 32px 30px 36px;
}
.investor-numbers__icon {
	background: #fff;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	margin: 0 auto 15px;
	padding: 6px;
	display: grid;
	place-content: center;
}
.investor-numbers__title {
	text-align: center;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 5px;
}
.investor-numbers__main {
	display: flex;
	gap: 4px;
	color: var(--inv-main);
	align-items: flex-end;
	justify-content: center;
}
.investor-numbers__num {
  font-family: var(--inv-en);
	font-size: 8.8rem;
	font-weight: 600;
	line-height: .85;
	letter-spacing: -0.015em;
}
.investor-numbers__unit {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px){
	.investor-numbers {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		margin-top: 30px;
	}
	.investor-numbers__item {
		padding: 25px 20px 30px;
	}
	.investor-numbers__icon {
		width: 80px;
		height: 80px;
		margin-bottom: 10px;
	}
	.investor-numbers__title {
		font-size: 1.4rem;
		margin-bottom: 8px;
	}
	.investor-numbers__main {
		gap: 2px;
	}
	.investor-numbers__num {
		font-size: 4.2rem;
	}
	.investor-numbers__unit {
		font-size: 1.4rem;
	}
}

/* investor-graph */
.investor-graph {
	border-radius: 10px;
	border: 1px solid #DDDDDD;
}

/* investor-about */
.investor-about {
	position: relative;
}
.investor-about__bg {
	z-index: -1;
	position: absolute;
	width: 2066px;
	height: 1114px;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
}
.investor-about__bg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	background: #C0D4F2;  
	mix-blend-mode: overlay;
	opacity: .7;
}
.investor-about__bg img {
	opacity: .6;
}
@media screen and (max-width: 767px){
	.investor-about__bg {
		width: 800px;
		height: 430px;
		display: none;
	}
}

/* investor-panel */
.investor-panel {
	margin-top: 48px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 48px 44px;
}
.investor-panel__item {
	display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
	gap: 0;
}
.investor-panel__img {
	margin-left: 24px;
}
.investor-panel__box {
	margin-right: 80px;
	margin-top: -138px;
	background: #fff;
	border-radius: 10px;
	box-shadow: rgba(34, 44, 61, 0.2) 0 0 15px;
	position: relative;
	z-index: 1;
	padding: 40px 32px;
}
.investor-panel__title {
	color: var(--inv-main);	
	margin-bottom: 30px;
}
.investor-panel__titleEn {
	font-family: var(--inv-en);
	font-size: 1.5rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	line-height: 1.2;
	background: #fff;
	position: relative;
	gap: 10px;
	margin-bottom: 12px;
}
.investor-panel__titleEn::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: var(--inv-main);
	flex: 1;
}
.investor-panel__titleJa {
	display: block;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.3;
}
@media screen and (max-width: 767px){
	.investor-panel {
		margin-top: 30px;
		grid-template-columns: 1fr;
		gap: 25px;
	}
	.investor-panel__box {
		margin-right: 20px;
		margin-top: -100px;
		padding: 32px 25px;
		box-shadow: rgba(34, 44, 61, 0.2) 0 0 10px;
	}
	.investor-panel__title {
		margin-bottom: 16px;
	}
	.investor-panel__titleEn {
		font-size: 1.2rem;
		margin-bottom: 8px;
	}
	.investor-panel__titleJa {
		font-size: 2rem;
	}
}

/* investor-history */
.investor-history {
	margin: 0 -20px 80px;
	background: var(--inv-main);
	padding: 0 20px;
}
.investor-history__inner {
	padding-bottom: 0;
	display: flex;
}
.investor-history__box {
	width: 50%;
	color: #fff;
	padding: 80px 0;
	min-width: 540px;
}
.investor-history__title {
	margin-bottom: 24px;
}
.investor-history__titleEn {
	font-family: var(--inv-en);
	font-size: 1.5rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	line-height: 1.2;
	position: relative;
	gap: 10px;  
	margin-bottom: 8px;
	text-transform: uppercase;
	max-width: 384px;
}
.investor-history__titleEn::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: #fff;
	flex: 1;
}
.investor-history__titleJa {
	display: block;
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 1.64;
}
.investor-history__figure {
	flex: 1;
	margin-right: calc(50% - 50vw);
	position: relative;
}
.investor-history__figure::after {
	content: "";
	width: 160px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgb(2, 56, 148) 24%, rgba(2, 56, 148, 0.95) 38%, rgba(2, 56, 148, 0.85) 49%, rgb(0 54 145 / 70%) 59%, rgba(2, 56, 148, 0.5) 72%, rgba(2, 56, 148, 0.3) 82%, transparent 100%);
}
.investor-history__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 767px){
	.investor-history {
		margin: 0 -5% 50px;
		padding: 0 5% 0;
	}
	.investor-history__inner {
		display: block;
	}
	.investor-history__title {
		margin-bottom: 16px;
	}
	.investor-history__titleEn {
		font-size: 1.2rem;
		margin-bottom: 8px;
	}
	.investor-history__titleJa {
		font-size: 2rem;
	}
	.investor-history__box {
		min-width: 0;
		width: 100%;
		padding: 50px 0 30px;
	}
	.investor-history__figure {
		margin: 0 -5% 0 -20%;
		width: 125%;
		position: relative;
	}
	.investor-history__figure::after {
		content: "";
		width: 100%;
		height: 48px;
		position: absolute;
		top: -1px;
		left: 0;
		background: linear-gradient(to bottom,rgba(2, 56, 148, 1) 0%, rgba(2, 56, 148, 0.85) 30%, transparent 100%);
	}
}

/* investor-discover */
.investor-discover {
	position: relative;
	padding-bottom: 48px;
}
.investor-discover::before {
	content: "";
	display: block;
	height: 390px;
	width: 100vw;
	background: var(--inv-sub);
	position: absolute;
	bottom: 0;
	left: min(-20px, (50% - 50vw));
	z-index: -1;
}
@media screen and (max-width: 767px){
	.investor-discover::before {
    left: min(-4%,(50% - 50vw));
	}
}

/* investor-slider */
.investor-slider {
	margin-top: 48px;
	overflow: visible;
}
.investor-slider__list {
	display: flex;
}
.investor-slider__item {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px;
	border-radius: 10px;
	width: calc((100% - 86px) / 3);
	padding: 12px 12px 40px;
	height: auto;
}
.investor-slider__img {
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 28px;
}
.investor-slider__main {
	padding: 0 12px;
}
.investor-slider__main p {
	font-size: 1.5rem;
}
.investor-slider__title {
	color: var(--inv-main);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 13px;
}
.investor-slider__title::before {
	content: "";
	display: block;
	width: 72px;
	height: 1px;
	background: var(--inv-main);
	margin-bottom: 14px;
}
.investor-slider__ctrls {
	display: flex;
	gap: 16px;
	margin-top: 40px;
	align-items: center;
}
.investor-slider__bar {
	flex: 1;
	height: 4px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 16px;
}
.investor-slider__bar .swiper-scrollbar-drag {
	background: var(--inv-main);
	border-radius: 5px;
	cursor: grab;
}
.investor-slider__prev,
.investor-slider__next {
	width: 48px;
	height: 48px;
	background: var(--inv-main);
	border-radius: 50%;
	display: grid;
	cursor: pointer;
	place-content: center;
	transition: all .2s ease;
}
.investor-slider__prev::before,
.investor-slider__next::before {
	content: "";
	width: 12px;
	height: 20px;
	display: block;
	background: url(/assets/img/ir/investor/icon_arrow_wh.svg) no-repeat center / contain;
	margin-left: 4px;
}
.investor-slider__prev::before {
	transform: rotate(180deg);
	margin-right: 4px;
  margin-left: 0;
}
.investor-slider__prev:hover,
.investor-slider__next:hover {
	opacity: .8;
}
@media screen and (max-width: 767px){
	.investor-slider {
		margin-top: 30px;
	}
	.investor-slider__item {
		width: 100%;
	}
	.investor-slider__title {
		font-size: 1.8rem;
	}
	.investor-slider__main p {
		font-size: 1.3rem;
	}
	.investor-slider__prev,
	.investor-slider__next {
		width: 40px;
		height: 40px;
	}
	.investor-slider__prev::before,
	.investor-slider__next::before {
		content: "";
		width: 10px;
		height: 16px;
	}
}

/* investor-strength */
.investor-strength {
	margin-top: 80px;
}
@media screen and (max-width: 767px){
	.investor-strength {
		margin-top: 50px;
	}
}

/* investor-separate */
.investor-separate {
	margin-top: 48px;
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
}
.investor-separate + .investor-separate {
	margin-top: 68px;
}
.investor-separate__img {
	width: 452px;
	box-shadow: rgba(0, 0, 0, .2) 0 0 10px;
	position: relative;
	background: #fff;
}
.investor-separate__img::before {
	content: "";
	position: absolute;
	top: 22px;
	left: 20px;
	width: 100%;
	height: 100%;
	display: block;
	background: var(--inv-main);
	z-index: -1;
}
.investor-separate__main {
	flex: 1;
	background: #F6F6F6;
	padding: 48px 156px 48px 56px;
	margin-right: -96px;
	margin-left: -56px;
	margin-top: 64px;
}
.investor-separate__head {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 28px;
}
.investor-separate__point {
	background: var(--inv-main);
	color: #fff;
	border-radius: 4px;
	font-family: var(--inv-en);
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;
	width: 80px;
	height: 80px;
	letter-spacing: .2em;
	display: grid;
	place-content: center;
	text-align: center;	
	flex-shrink: 0;
}
.investor-separate__point span {
	font-size: 4.4rem;
	display: block;
	line-height: 0.8;
	letter-spacing: normal;
	text-align: center;
}
.investor-separate__title {
	color: var(--inv-main);
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.5;
}
.investor-separate--reverse {
	flex-direction: row;
}
.investor-separate--reverse .investor-separate__img::before {
	left: auto;
	right: 20px;
}
.investor-separate--reverse .investor-separate__main {
	padding: 48px 56px 48px 156px;
	margin-left: -96px;
	margin-right: -56px;
}
@media screen and (max-width: 767px){
	.investor-separate {
		margin-top: 30px;
		flex-direction: column;
	}
	.investor-separate + .investor-separate {
		margin-top: 30px;
	}
	.investor-separate__main {
		margin: 0;
    padding: 60px 25px 30px 25px;
		margin-top: -33px;
		margin-left: 0;
		margin-right: 5px;
	}
	.investor-separate__img {
		width: calc(100% - 30px);
		margin-right: 15px;
		margin-left: auto;
	}
	.investor-separate__head {
		margin-bottom: 20px;
	}
	.investor-separate__point {
		width: 60px;
		height: 60px;
		font-size: 1rem;
	}
	.investor-separate__point span {
		font-size: 3.4rem;
		line-height: 0.9;
	}
	.investor-separate__title {
		font-size: 2rem;
		line-height: 1.5;
	}
	.investor-separate--reverse {
		flex-direction: column;
	}
	.investor-separate--reverse .investor-separate__main {
    padding: 60px 25px 30px 25px;
		margin-left: 5px;
		margin-right: 0;
	}
}

/* investor-future */
.investor-future {
	background: linear-gradient(130deg,rgba(219, 245, 255, 1) 15%, rgba(206, 219, 241, 1) 85%);	
	margin: 0 -20px 80px;
	padding: 80px 20px 100px;
}
.investor-future .l-contents-inner {
	padding-bottom: 0;
}
@media screen and (max-width: 767px){
	.investor-future {
		margin: 0 -5% 50px;
		padding: 40px 5% 40px;
	}
}

/* investor-img */
.investor-img {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}

/* investor-sns */
.investor-sns {
	background: var(--inv-sub);
	border-radius: 10px;
	padding: 32px 48px;
	margin-top: 24px;
}
.investor-sns__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 9px;
}
.investor-sns__item {
	display: flex;
	gap: 25px;
}
.investor-sns__inner {
	display: flex;
	gap: 14px;
	background: #fff;
	border-radius: 6px;
	padding: 24px 18px 28px;
}
.investor-sns__logo {
	display: grid;
	place-content: center;
	width: 72px;
	height: 72px;
	flex-shrink: 0;
}
.investor-sns__title {
	color: var(--inv-main);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 15px;
	margin-top: 1px;
}
.investor-sns__title::before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: var(--inv-main);
	margin-bottom: 13px;
}
.investor-sns__text {
	font-size: 15px;
	color: #333;
}
@media screen and (max-width: 767px){
	.investor-sns {
		padding: 30px 25px;
	}
	.investor-sns__list {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.investor-sns__item {
		gap: 20px;
		justify-content: center;
	}
	.investor-sns__logo {
		width: 64px;
		height: 64px;
	}
	.investor-sns__title {
		font-size: 1.6rem;
	}
	.investor-sns__title::before {
		margin-bottom: 10px;
	}
	.investor-sns__text {
		font-size: 14px;
	}
}

/* investor-infinity */
.investor-infinity {	
	margin: 0 -20px;
}
.investor-infinity__inner {
	display: flex;
  overflow: hidden;
}
.investor-infinity__inner.is-start .investor-infinity__list {
	animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.investor-infinity__list {
	display: flex;
	margin-top: 20px;
	gap: 28px;
	width: fit-content;
	padding-right: 28px;
}
.investor-infinity__item img {
	max-width: none;
}
@media screen and (max-width: 767px){
	.investor-infinity {	
		margin: 0 -4%;
	}
	.investor-infinity__list {
		gap: 10px;
		padding-right: 10px;
	}
	.investor-infinity__item img {
		max-width: none;
		max-height: 150px;
	}
}
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
		to {
		transform: translateX(-100%);
	}
}


/* ------------------------------ 
  E-IR style
-------------------------*/
.s_eirSelect {
	font-size: 1.6rem;
	border-color: #707070;
}
.eir .s_yearController::before {
	z-index: 1;
}
.s_eirList_item_date {
	color: #333333;
}
.s_titleBox_size {
	color: #333333;
}
.eir_area_area_ir_material_025 .eir_pdfNote {	
	display: none;
}
.eir_area_area_ir_material_025 .s_eirList_item:last-child {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
@media screen and (min-width: 768px){
	.eir_area_area_ir_material_025 .s_eirList_item {	
		margin-top: 25px;
		padding-top: 25px;
	}
	.eir_area_area_ir_material_025 .s_eirList_item:last-child {
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 767px){
	.eir .s_eirHeading {
		margin-bottom: 20px;
	}
}