@charset "UTF-8";
/*----------
	frontpage
	フロントページ
----------*/
/* frontpage common */
.l-main {
	padding-bottom: 120px;
	position: relative;
	background: var(--color-bg-gray) url(/assets/images/frontpage/bg1.png) no-repeat center top/cover;
	background-attachment: fixed;
}
.l-main .frontpage-bg3 {
	width: 120px;
	height: 294px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/assets/images/frontpage/bg3.svg) no-repeat right bottom/contain;
}
@media (min-width: 768px) {
	.l-main {
		padding-bottom: 250px;
		background-image: url(/assets/images/frontpage/bg1-pc.png);
	}
	.l-main .frontpage-bg3 {
		width: 207px;
		height: 505px;
	}
}

.frontpage-svganime {
	position: absolute;
}

#svganime1 {
	width: 160px;
	top: 490px;
	left: 60%;
}

#svganime2 {
	width: 120px;
	bottom: 4910px;
	left: 65%;
}

#svganime3 {
	width: 180px;
	bottom: 3560px;
	left: 49%;
}

#svganime4 {
	width: 160px;
	bottom: 2180px;
	left: 56%;
}

#svganime5 {
	width: 120px;
	bottom: 1050px;
	left: 24%;
}

#svganime6 {
	display: none;
}

#svganime7 {
	width: 150px;
	bottom: 520px;
	left: 60%;
}

@media (max-width: 767px) {
	html[lang=en] #svganime2 {
		bottom: 4550px;
	}
	html[lang=en] #svganime3 {
		bottom: 3290px;
	}
	html[lang=en] #svganime4 {
		bottom: 1930px;
	}
	html[lang=en] #svganime5 {
		bottom: 900px;
	}
	html[lang=en] #svganime7 {
		bottom: 450px;
	}
}
@media (min-width: 768px) {
	#svganime1 {
		width: 260px;
		top: 20%;
		left: 82%;
	}
	#svganime2 {
		width: 200px;
		top: 33%;
		left: 82%;
	}
	#svganime3 {
		width: 250px;
		top: 40%;
		left: 7%;
	}
	#svganime4 {
		width: 360px;
		top: 61%;
		left: 80%;
	}
	#svganime5 {
		width: 200px;
		top: 79%;
		left: 20%;
	}
	#svganime6 {
		display: none;
	}
	#svganime7 {
		width: 350px;
		top: 86%;
		left: 68%;
	}
}
.frontpage-imagebutton {
	max-width: 800px;
	margin: 60px auto 0;
}
.frontpage-imagebutton__inner {
	width: 100%;
	height: 0;
	border-radius: 10px;
	padding-bottom: 71.25%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
	background: no-repeat center/cover;
}
.frontpage-imagebutton__button {
	width: 80%;
	max-width: 500px;
	position: absolute;
	bottom: 22px;
	left: 50%;
	transform: translateX(-50%);
}
@media (min-width: 768px) {
	.frontpage-imagebutton {
		margin-top: 80px;
	}
	.frontpage-imagebutton__button {
		width: 72%;
		bottom: 40px;
	}
}
@media (min-width: 1360px) {
	.frontpage-imagebutton {
		width: calc(50% - 40px);
		flex: 0 0 calc(50% - 40px);
		margin: 0;
	}
}

/* slider */
.frontpage-slider {
	position: relative;
	z-index: 10;
}
.frontpage-slider__image {
	padding-bottom: 121.3333333333%;
}
.frontpage-slider__text {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.frontpage-slider__text::before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.frontpage-slider__text__inner {
	width: 100%;
	max-width: 1360px;
	padding: 0 20px 36px 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	line-height: var(--line-height-s);
}
.frontpage-slider__text__inner > p {
	font-weight: bold;
	font-size: 2rem;
	color: #fff;
}
.frontpage-slider__text__inner > div {
	display: inline-block;
	margin-top: 20px;
	padding: 9px 32px 9px 16px;
	border: 1px solid #fff;
	border-radius: 8px;
	position: relative;
	background-color: transparent;
	text-align: center;
	font-size: 1.3rem;
	line-height: var(--line-height-s);
	color: #fff;
}
.frontpage-slider__text__inner > div::after {
	font-family: iconfont !important; /* stylelint-disable-line declaration-no-important,font-family-no-missing-generic-family-keyword */
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\ea03";
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 12px;
	font-size: 13px;
	transform: translateY(-50%);
}
.frontpage-slider .frontpage-bg2 {
	width: 78px;
	height: 190px;
	position: absolute;
	bottom: 54px;
	left: 0;
	transform: translateY(100%);
	background: url(/assets/images/frontpage/bg2.svg) no-repeat left top/contain;
}
@media (min-width: 768px) {
	.frontpage-slider__text__inner {
		padding: 0 40px 60px 40px;
	}
	.frontpage-slider__text__inner > p {
		font-size: 4rem;
	}
	.frontpage-slider__text__inner > div {
		min-width: 280px;
		margin-top: 30px;
		padding: 12px 50px 12px 30px;
		border-radius: 10px;
		font-size: 1.6rem;
	}
	.frontpage-slider__text__inner > div::after {
		width: 16px;
		height: 16px;
		right: 16px;
		font-size: 16px;
	}
}
@media (min-width: 768px) and (hover: hover) {
	.frontpage-slider .c-slider__item-inner .frontpage-slider__text__inner > div {
		transition: all 0.2s;
	}
	.frontpage-slider .c-slider__item-inner:hover .frontpage-slider__text__inner > div {
		border-color: #222;
		background-color: #fff;
		color: var(--color-text);
	}
}
@media (min-width: 768px) {
	.frontpage-slider .frontpage-bg2 {
		width: 296px;
		height: 722px;
		bottom: 61px;
	}
}
@media (min-width: 1024px) {
	.frontpage-slider__image {
		padding-bottom: 41.6666666667%;
	}
}

/* news */
.frontpage-news {
	margin: 60px auto 0;
	position: relative;
	z-index: 10;
}
.frontpage-news__title {
	height: 48px;
	margin: 0 20px;
}
.frontpage-news__title > img {
	display: block;
	width: auto;
	height: 100%;
}
.frontpage-news__container {
	margin-top: 30px;
}
.frontpage-news__content {
	padding: 50px 20px;
	background-color: #fff;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
	.frontpage-news__content + .frontpage-news__content {
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.frontpage-news {
		max-width: 1360px;
		padding: 0 40px;
	}
	.frontpage-news__title {
		height: 75px;
		margin: 0;
	}
	.frontpage-news__container {
		margin-top: 40px;
	}
	.frontpage-news__content {
		padding: 60px 40px 120px;
		border-radius: 10px;
		position: relative;
	}
	.frontpage-news__content > div > p {
		position: absolute;
		bottom: 60px;
		right: 40px;
	}
}
@media (min-width: 1024px) {
	.frontpage-news__container {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		gap: 40px;
	}
	.frontpage-news__content {
		flex: 1 1 calc(50% - 20px);
	}
}

.frontpage-notice {
	margin: 24px 20px 0;
	padding: 3px;
	border-radius: 10px;
	background-color: var(--color-prim);
	background-image: var(--color-key-grad);
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.frontpage-notice__inner {
	padding: 27px 17px;
	border-radius: 7px;
	background-color: #fff;
}
.frontpage-notice__inner > ul {
	margin-top: 15px;
}
.frontpage-notice__inner > ul > li + li {
	margin-top: 10px;
}
.frontpage-notice__title {
	padding-left: 40px;
	position: relative;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 24px;
}
.frontpage-notice__title::before {
	content: "";
	display: block;
	width: 27px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/assets/images/icon-notice.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
	.frontpage-notice {
		margin: 40px 0;
	}
	.frontpage-notice__inner {
		padding: 37px;
	}
	.frontpage-notice__inner > ul {
		margin-top: 20px;
	}
}
@media (min-width: 1360px) {
	.frontpage-notice__inner {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.frontpage-notice__inner > ul {
		margin-top: 0;
	}
	.frontpage-notice__title {
		flex: 0 0 auto;
		margin-right: 40px;
	}
}

/* Group */
.frontpage-group {
	width: 100%;
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 180px;
	position: relative;
	z-index: 10;
}
@media (min-width: 768px) {
	.frontpage-group {
		padding-left: 40px;
		padding-right: 40px;
	}
}
.frontpage-group__title {
	height: 104px;
}
.frontpage-group__title > picture {
	display: block;
	height: 100%;
}
.frontpage-group__title img {
	display: block;
	width: auto;
	height: 100%;
}
.frontpage-group__container {
	margin-top: 40px;
}
.frontpage-group__imagebutton .frontpage-imagebutton__inner {
	background-image: url(/assets/images/frontpage/group-image.jpg);
}
@media (max-width: 767px) {
	.frontpage-group__sublist > li + li {
		margin-top: 12px;
	}
}
@media (min-width: 768px) {
	.frontpage-group__title {
		height: 75px;
	}
	.frontpage-group__title img {
		margin: 0 auto;
	}
	.frontpage-group__container {
		margin-top: 60px;
	}
	.frontpage-group__sublist {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 12px 40px;
	}
}
@media (min-width: 1360px) {
	.frontpage-group__container {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
	}
	.frontpage-group__content {
		width: calc(50% - 40px);
		flex: 0 0 calc(50% - 40px);
	}
}

/* IR */
.frontpage-ir {
	margin-top: 300px;
	position: relative;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.frontpage-ir__inner {
	width: 100%;
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	padding-top: 68px;
	padding-bottom: 100px;
}
@media (min-width: 768px) {
	.frontpage-ir__inner {
		padding-left: 40px;
		padding-right: 40px;
	}
}
.frontpage-ir__title {
	position: absolute;
	top: -78px;
	left: 20px;
	height: 104px;
}
.frontpage-ir__title > picture {
	display: block;
	height: 100%;
}
.frontpage-ir__title img {
	display: block;
	width: auto;
	height: 100%;
}
.frontpage-ir__list {
	margin-top: 30px;
}
.frontpage-ir__list > li > a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 56px;
	padding: 8px 44px 8px 66px;
	border-radius: 10px;
	position: relative;
	background-color: var(--color-bg-gray);
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.2;
	color: var(--color-text);
}
.frontpage-ir__list > li > a::after {
	font-family: iconfont !important; /* stylelint-disable-line declaration-no-important,font-family-no-missing-generic-family-keyword */
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\ea03";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 16px;
	font-size: 16px;
	transform: translateY(-50%);
}
.frontpage-ir__list__icon {
	display: block;
	width: 50px;
	position: absolute;
	top: 8px;
	left: 10px;
}
.frontpage-ir__imagebutton .frontpage-imagebutton__inner {
	background-image: url(/assets/images/frontpage/ir-image.jpg);
}
.frontpage-ir .frontpage-bg4 {
	width: 164px;
	height: 400px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	transform: translateY(100%);
	background: url(/assets/images/frontpage/bg2.svg) no-repeat left top/contain;
}
@media (max-width: 767px) {
	.frontpage-ir__list > li + li {
		margin-top: 15px;
	}
	.frontpage-ir__sublist > li + li {
		margin-top: 12px;
	}
}
@media (min-width: 768px) {
	.frontpage-ir__title {
		height: 75px;
		top: -37px;
		left: 40px;
	}
	.frontpage-ir__inner {
		padding-top: 98px;
		padding-bottom: 120px;
	}
	.frontpage-ir__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 40px;
	}
}
@media (min-width: 768px) and (hover: hover) {
	.frontpage-ir__list > li > a {
		transition: opacity 0.2s;
	}
	.frontpage-ir__list > li > a:hover {
		opacity: 0.6;
	}
}
@media (min-width: 768px) {
	.frontpage-ir__sublist {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 12px 40px;
	}
}
@media (min-width: 768px) {
	.frontpage-ir .frontpage-bg4 {
		width: 420px;
		height: 1020px;
	}
}
@media (min-width: 1360px) {
	.frontpage-ir__container {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.frontpage-ir__content {
		width: calc(50% - 40px);
		flex: 0 0 calc(50% - 40px);
	}
}

/* later sectiohn (Sustainability, Sports)*/
.frontpage-latersection {
	margin-top: 200px;
	position: relative;
	z-index: 10;
}
.frontpage-latersection__image {
	padding-right: 20px;
}
.frontpage-latersection__image > img {
	display: block;
	border-radius: 0 20px 20px 0;
}
.frontpage-latersection__content {
	padding: 0 20px;
	margin-top: 60px;
}
.frontpage-latersection__title {
	height: 48px;
}
.frontpage-latersection__title > img {
	display: block;
	width: auto;
	height: 100%;
}
.frontpage-latersection__lead {
	margin-top: 30px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: var(--line-height-m);
}
.frontpage-latersection--reverse .frontpage-latersection__image {
	padding-left: 20px;
	padding-right: 0;
}
.frontpage-latersection--reverse .frontpage-latersection__image > img {
	border-radius: 20px 0 0 20px;
}
@media (min-width: 768px) {
	.frontpage-latersection {
		margin-top: 240px;
	}
	.frontpage-latersection__image {
		max-width: 790px;
		padding-right: 40px;
	}
	.frontpage-latersection__content {
		padding: 0 40px;
		margin-top: 80px;
	}
	.frontpage-latersection__title {
		height: 75px;
	}
	.frontpage-latersection__lead {
		margin-top: 40px;
		font-size: 2rem;
	}
	.frontpage-latersection--reverse .frontpage-latersection__image {
		margin-left: auto;
		margin-right: 0;
		padding-left: 40px;
	}
}
@media (min-width: 1360px) {
	.frontpage-latersection__container {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.frontpage-latersection__content {
		flex: 1 1 50%;
		max-width: 860px;
		margin-top: 0;
	}
	.frontpage-latersection__image {
		flex: 1 1 auto;
		max-width: 920px;
	}
	.frontpage-latersection--reverse .frontpage-latersection__container {
		flex-direction: row-reverse;
	}
	.frontpage-latersection--reverse .frontpage-latersection__image {
		margin-left: 0;
		margin-right: 0;
		padding-left: 40px;
	}
}