@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*----------
	Reset
----------*/
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
picture,
main,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

button {
	font-family: inherit;
}

/*----------
	vars
----------*/
:root {
	/* color */
	/* メインカラー */
	--color-prim: #003C8A;
	/* 地の色 */
	--color-base: #F0F3F7;
	/* テキストカラー */
	--color-text: #222;
	/* キャプションカラー */
	--color-text-caption: #888;
	/* ボーダーカラー */
	--color-border: #E8EAF1;
	/* ボーダーカラー（濃） */
	--color-border-strong: #D9DCE5;
	/*  */
	/* icons */
	--icon-blank: "";
	--icon-chev-down: "";
	--icon-chev-left: "";
	--icon-chev-right: "";
	--icon-chev-up: "";
	--icon-cir-chev-down: "";
	--icon-cir-chev-left: "";
	--icon-cir-chev-right: "";
	--icon-cir-chev-up: "";
	--icon-mail: "";
	/*  */
	/* 調整項目用変数 */
	/* SPビュー　メインヘッダーロゴ幅 */
	--logo-width-s: 60px;
	/* PCビュー　メインヘッダー追従時ロゴ幅 */
	--logo-width-m: 80px;
	/* PCビュー　メインヘッダーロゴ幅 */
	--logo-width-l: 100px;
}

/*----------
	base
----------*/
html {
	width: 100%;
	font-size: 62.5%;
	background-color: #fff;
}
html.locked {
	position: fixed;
	overflow: hidden;
}

body {
	font-size: 1.4rem;
	line-height: 1.8;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0;
	color: var(--color-text);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
@media (min-width: 768px) {
	body {
		font-size: 1.6rem;
	}
}

a {
	color: var(--color-prim);
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/*----------
	icons
----------*/
@font-face {
	font-family: "iconfont";
	src: url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.icon, .icon-mail, .icon-cir-chev-up, .icon-cir-chev-right, .icon-cir-chev-left, .icon-cir-chev-down, .icon-chev-up, .icon-chev-right, .icon-chev-left, .icon-chev-down, .icon-blank {
	display: inline-block;
	font-family: "iconfont" !important;
	speak: never;
	font-style: normal !important;
	font-size: inherit;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none;
	line-height: 1;
	color: inherit;
}
.icon-blank:before {
	content: "\ea01";
}
.icon-chev-down:before {
	content: "\ea02";
}
.icon-chev-left:before {
	content: "\ea03";
}
.icon-chev-right:before {
	content: "\ea04";
}
.icon-chev-up:before {
	content: "\ea05";
}
.icon-cir-chev-down:before {
	content: "\ea06";
}
.icon-cir-chev-left:before {
	content: "\ea07";
}
.icon-cir-chev-right:before {
	content: "\ea08";
}
.icon-cir-chev-up:before {
	content: "\ea09";
}
.icon-mail:before {
	content: "\ea0a";
}

/*----------
	text
----------*/
.c-text {
	font-size: 1.4rem;
	line-height: 1.8;
}
@media (min-width: 768px) {
	.c-text {
		font-size: 1.6rem;
	}
}

/*----------
	caption
----------*/
.c-caption {
	font-size: 1rem;
	line-height: 1.8;
	color: var(--color-text-caption);
}
@media (min-width: 768px) {
	.c-caption {
		font-size: 1.2rem;
	}
}

/*----------
	signature
----------*/
.c-signature {
	text-align: right;
	font-size: 1.4rem;
	line-height: 1.4;
}
.c-signature__position {
	margin-top: 8px;
}
.c-signature__name {
	margin-top: 8px;
	font-size: 1.8rem;
}
@media (min-width: 768px) {
	.c-signature {
		font-size: 1.6rem;
	}
	.c-signature__name {
		font-size: 2rem;
	}
}

/*----------
	heading prim
----------*/
.c-heading-prim {
	background-color: var(--color-base);
}
.c-heading-prim__inner {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 20px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.c-heading-prim__inner {
		font-size: 4rem;
		padding: 50px;
	}
}

/*----------
	heading-seco
----------*/
.c-heading-seco {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	padding-bottom: 11px;
}
.c-heading-seco::before {
	content: "";
	display: block;
	width: 100px;
	height: 4px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: var(--color-prim);
}
@media (min-width: 768px) {
	.c-heading-seco {
		font-size: 2.4rem;
		padding-bottom: 24px;
		border-bottom: 1px solid var(--color-border);
	}
	.c-heading-seco::before {
		width: 150px;
	}
}

/*----------
	heading-tert
----------*/
.c-heading-tert {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	padding-left: 18px;
	line-height: 1.4;
}
.c-heading-tert::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0.5em;
	left: 0;
	background-color: var(--color-prim);
}
@media (min-width: 768px) {
	.c-heading-tert {
		font-size: 2.2rem;
		padding-left: 28px;
	}
	.c-heading-tert::before {
		width: 12px;
		height: 12px;
	}
}

/*----------
	heading-quat
----------*/
.c-heading-quat {
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	padding: 11px 12px 10px 16px;
	line-height: 1.4;
	border: 1px solid var(--color-border);
	border-left: 3px solid var(--color-prim);
}
@media (min-width: 768px) {
	.c-heading-quat {
		font-size: 1.8rem;
		padding-left: 16px;
	}
}

/*----------
	heading quint
----------*/
.c-heading-quint {
	font-size: 1.4rem;
	font-weight: bold;
}
@media (min-width: 768px) {
	.c-heading-quint {
		font-size: 1.8rem;
	}
}

/*----------
	list
----------*/
.c-list {
	font-size: 1.4rem;
	line-height: 1.8;
}
.c-list > li {
	display: block;
	padding-left: 1.6em;
	text-indent: -1em;
}
.c-list > li::before {
	content: "";
	display: inline-block;
	width: 0.25em;
	height: 0.25em;
	margin-right: 0.75em;
	border-radius: 50%;
	vertical-align: middle;
	transform: translate(50%, -50%);
	background-color: #222;
}
.c-list > li + li {
	margin-top: 8px;
}
.c-list--nodot > li {
	padding-left: 0;
	text-indent: 0;
}
.c-list--nodot > li::before {
	content: none;
}
@media (min-width: 768px) {
	.c-list {
		font-size: 1.6rem;
	}
}

/*----------
	order list
----------*/
.c-orderlist {
	counter-reset: orderlist;
}
.c-orderlist > li {
	padding-left: 2em;
	text-indent: -2.5em;
	font-size: 1.6rem;
	line-height: var(--line-height-s);
}
.c-orderlist > li::before {
	counter-increment: orderlist;
	content: counter(orderlist) ".";
	display: inline-block;
	margin-right: 0.5em;
	min-width: 2em;
	text-align: right;
}
.c-orderlist > li + li {
	margin-top: 12px;
}

/*----------
	news
----------*/
.c-news > a,
.c-news > span {
	display: block;
	padding: 16px 0;
	text-decoration: none;
}
.c-news__date {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.4;
	color: var(--color-prim);
}
.c-news__headline {
	position: relative;
	line-height: 1.8;
	color: var(--color-text);
}
.c-news__headline::before {
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.5em;
	left: 0;
	background: no-repeat center/contain;
}
.c-news > a[href$=".pdf"] .c-news__headline {
	padding-left: 24px;
}
.c-news > a[href$=".pdf"] .c-news__headline::before {
	content: "";
	background-image: url(../images/icon-pdf.svg);
}
@media (max-width: 767px) {
	.c-news__date {
		margin-bottom: 6px;
	}
}
@media (min-width: 768px) {
	.c-news > a,
	.c-news > span {
		padding: 24px 0;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.c-news__date {
		flex: 0 0 8em;
		font-size: 1.6rem;
		line-height: 1.8;
	}
	.c-news__headline {
		flex: 1 1 auto;
		margin-left: 32px;
	}
	.c-news > a[href$=".pdf"] .c-news__headline {
		padding-left: 32px;
	}
}
@media (min-width: 768px) and (hover: hover) {
	.c-news__headline {
		transition: color 0.2s;
	}
	.c-news > a:hover .c-news__headline {
		color: var(--color-prim);
	}
}

/*----------
	news list
----------*/
.c-news-list__item {
	border-top: 1px solid var(--color-border);
}
.c-news-list__item:last-child {
	border-bottom: 1px solid var(--color-border);
}

/*----------
	policy
----------*/
.c-policy__list {
	counter-reset: orderlist;
	padding: 32px 20px 16px;
	border: 1px solid var(--color-border);
}
.c-policy__list > li {
	padding-bottom: 24px;
}
.c-policy__list > li + li {
	padding-top: 24px;
	border-top: 1px solid var(--color-border);
}
.c-policy__order {
	margin-bottom: 12px;
	padding-left: 30px;
	position: relative;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
	vertical-align: middle;
}
.c-policy__order::before {
	counter-increment: orderlist;
	content: counter(orderlist);
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0.05em;
	left: 0;
	text-align: center;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 20px;
	background-color: var(--color-prim);
	color: #fff;
}
@media (min-width: 768px) {
	.c-policy__list {
		padding: 48px 48px 24px;
	}
	.c-policy__list > li {
		padding-left: 44px;
		padding-bottom: 32px;
	}
	.c-policy__order {
		margin-left: -44px;
		padding-left: 40px;
		font-size: 1.8rem;
	}
	.c-policy__order::before {
		width: 27px;
		height: 27px;
		font-size: 1.6rem;
		line-height: 27px;
	}
}

/*----------
	button
----------*/
.c-button {
	height: 100%;
}
.c-button__inner {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 40px;
	border: 1px solid var(--color-prim);
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.4;
	color: var(--color-prim);
	cursor: pointer;
}
.c-button__inner > span {
	padding: 8px 40px;
}
.c-button__icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	font-size: 20px;
	display: block;
}
@media (min-width: 768px) {
	.c-button__inner {
		min-height: 56px;
		font-size: 1.6rem;
	}
}
@media (min-width: 768px) and (hover: hover) {
	.c-button__inner {
		transition: background-color 0.2s, color 0.2s;
	}
	.c-button__inner:hover {
		background-color: var(--color-prim);
		color: #FFF;
	}
}

/*----------
	button container
----------*/
.c-button-container__item {
	max-width: 400px;
}
@media (max-width: 767px) {
	.c-button-container__item {
		margin: 0 auto 16px;
	}
	.c-button-container__item:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.c-button-container {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: stretch;
	}
	.c-button-container .c-button-container__item {
		flex: 1 1 312px;
	}
	.c-button-container--2up {
		justify-content: center;
	}
	.c-button-container--2up .c-button-container__item {
		flex: 1 1 312px;
	}
	.c-button-container--2up .c-button-container__item + .c-button-container__item {
		margin-left: 32px;
	}
	.c-button-container--center {
		justify-content: center;
	}
	.c-button-container--left {
		justify-content: flex-start;
	}
	.c-button-container--right {
		justify-content: flex-end;
	}
	.c-button-container--3up, .c-button-container--4up {
		display: grid;
		gap: 32px;
	}
	.c-button-container--3up .c-button-container__item, .c-button-container--4up .c-button-container__item {
		max-width: none;
	}
	.c-button-container--3up {
		grid-template-columns: repeat(3, 1fr);
	}
	.c-button-container--4up {
		grid-template-columns: repeat(4, 1fr);
	}
}

/*----------
	button-anchor
----------*/
.c-button-anchor > li {
	margin-left: -1px;
	margin-top: -1px;
}
.c-button-anchor > li > a {
	justify-content: flex-start;
	align-items: center;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 48px;
	border: 1px solid var(--color-prim);
	position: relative;
	overflow: hidden;
	background-color: #fff;
	font-weight: 500;
	text-decoration: none;
	color: var(--color-prim);
	cursor: pointer;
}
.c-button-anchor > li > a::before {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: var(--icon-chev-down);
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.4;
	color: var(--color-prim);
	opacity: 1;
}
.c-button-anchor > li > a::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: var(--icon-chev-down);
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(calc(-50% - 10px));
	color: var(--color-prim);
	opacity: 0;
}
.c-button-anchor > li > a > span {
	padding: 8px 24px 8px 48px;
}
@media (min-width: 768px) {
	.c-button-anchor {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.c-button-anchor > li > a {
		justify-content: center;
		min-height: 64px;
		font-size: 1.6rem;
	}
}
@media (min-width: 768px) and (hover: hover) {
	.c-button-anchor > li > a {
		transition: all 0.4s;
	}
	.c-button-anchor > li > a::before {
		transition: 0.9s cubic-bezier(0.19, 0.82, 0.27, 1);
	}
	.c-button-anchor > li > a::after {
		transition: 0.9s cubic-bezier(0.19, 0.82, 0.27, 1);
	}
	.c-button-anchor > li > a:hover {
		color: var(--color-prim);
	}
	.c-button-anchor > li > a:hover::before {
		opacity: 0;
		transform: translateY(calc(-50% + 10px));
	}
	.c-button-anchor > li > a:hover::after {
		opacity: 1;
		transform: translateY(-50%);
	}
}

/*----------
	dropdown selector
----------*/
.c-dropdown-selector {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.c-dropdown-selector__select {
	flex: 1 1 auto;
	max-width: 150px;
	margin-left: 16px;
	border-radius: 5px;
	border: 1px solid var(--color-border);
	position: relative;
}
.c-dropdown-selector__select::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\ea02";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	font-size: 14px;
	pointer-events: none;
}
.c-dropdown-selector__select > select {
	display: block;
	width: 100%;
	padding: 8px 24px 8px 8px;
	appearance: none;
}

/*----------
	pagination
----------*/
.c-pagination__items {
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-pagination__item {
	margin: 0 4px;
}
.c-pagination__item > a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.c-pagination__page {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 32px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
	border: 1px solid var(--color-prim);
	color: var(--color-prim);
}
.c-pagination__page--current {
	background: var(--color-prim);
	color: #fff;
}
.c-pagination__ellip {
	display: block;
	width: 24px;
	height: 32px;
	font-size: 0;
	background: radial-gradient(var(--color-base) 1px, transparent 1px) repeat-x left center;
	background-size: 8px 8px;
}
.c-pagination__prev, .c-pagination__next {
	font-size: 1.6rem;
	line-height: 32px;
}
@media (min-width: 768px) {
	.c-pagination__item {
		margin: 0 8px;
	}
	.c-pagination a:hover .c-pagination__page {
		background: var(--color-prim);
		color: #fff;
	}
}

/*----------
	table
----------*/
.c-table {
	margin-left: auto;
	margin-right: auto;
}
.c-table table {
	width: 100%;
	text-align: left;
	border: none;
	font-size: 1.3rem;
	line-height: 1.8;
	empty-cells: show;
	border-left: 1px solid var(--color-border-strong);
	border-top: 1px solid var(--color-border-strong);
}
.c-table thead th {
	background-color: var(--color-prim);
	font-weight: bold;
	color: #fff;
}
.c-table th, .c-table td {
	padding: 12px 20px;
	border-right: 1px solid var(--color-border-strong);
	border-bottom: 1px solid var(--color-border-strong);
	vertical-align: middle;
}
.c-table tbody th {
	font-weight: bold;
}
.c-table tbody .bg--gray {
	background-color: var(--color-base);
}
.c-table tbody .bg--green {
	background-color: #E2F0D9;
}
.c-table tbody .bg--orange {
	background-color: #FBE5D6;
}
.c-table tbody .bg--blue {
	background-color: #DDEBF7;
}
.c-table tbody .tx--green {
	color: #008001;
}
.c-table tbody .tx--orange {
	color: #FF6600;
}
.c-table tbody .tx--blue {
	color: #2F5597;
}
.c-table--min-s::before, .c-table--min-m::before, .c-table--min-full::before {
	content: "";
	display: block;
	width: 170px;
	height: 25px;
	margin-bottom: 24px;
	position: sticky;
	left: 0;
	background: url("../images/table-swipe.svg") no-repeat center;
	background-size: contain;
}
.c-table--min-s {
	overflow-x: auto;
}
.c-table--min-s table {
	min-width: 500px;
}
.c-table--min-full {
	overflow-x: auto;
}
.c-table--min-full table {
	min-width: 1000px;
}
@media (min-width: 768px) {
	.c-table table {
		font-size: 1.4rem;
	}
	.c-table--min-s::before, .c-table--min-m::before, .c-table--min-full::before {
		display: none;
	}
}

/*----------
	imageset
----------*/
.c-imageset__inner {
	text-align: center;
}
.c-imageset__image {
	display: inline-block;
	text-align: left;
}
.c-imageset__image img {
	margin-bottom: 12px;
}
.c-imageset__content {
	position: relative;
	text-align: left;
}
.c-imageset__content > *:first-child {
	margin-top: 0 !important;
}
.c-imageset__content > *:last-child {
	margin-bottom: 0 !important;
}
.c-imageset__text {
	font-size: 1.4rem;
	line-height: 1.8;
}
@media (max-width: 767px) {
	.c-imageset__image {
		margin-bottom: 32px;
	}
}
@media (min-width: 768px) {
	.c-imageset__inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
	}
	.c-imageset__image {
		flex: 0 0 36%;
	}
	.c-imageset__image figure {
		margin-bottom: 16px;
	}
	.c-imageset__content {
		flex: 1 0 58%;
		margin-right: 6%;
	}
	.c-imageset__text {
		font-size: 1.6rem;
	}
}

/*----------
	single image
----------*/
.c-single-image {
	text-align: center;
}
.c-single-image__inner {
	display: inline-block;
	max-width: 100%;
}
.c-single-image__caption {
	text-align: left;
	margin-top: 16px;
	font-size: 1rem;
	line-height: 1.8;
	color: var(--color-text-caption);
}
@media (min-width: 768px) {
	.c-single-image__caption {
		font-size: 1.2rem;
	}
}

/*----------
	esg graph
----------*/
.c-esg-graph__image {
	margin-top: 24px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.c-esg-graph__item + .c-esg-graph__item {
		margin-top: 32px;
	}
}
@media (min-width: 768px) {
	.c-esg-graph {
		display: grid;
		gap: 60px 6%;
		grid-template-columns: repeat(2, 1fr);
	}
	.c-esg-graph__image {
		margin-top: 32px;
	}
}

/*----------
	content box
----------*/
.c-contentbox {
	border: 5px solid var(--color-base);
	padding: 24px;
}
@media (min-width: 768px) {
	.c-contentbox {
		border-width: 10px;
		padding: 48px 40px;
	}
}

/*----------
	main header
----------*/
.l-mainheader {
	position: relative;
	z-index: 100;
}
.l-mainheader__logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.l-mainheader__logo > a {
	display: block;
	width: var(--logo-width-s);
	transition: width 0.2s ease-out;
}
.l-mainheader__logo > p {
	margin-left: 12px;
	font-size: 1rem;
	line-height: 1;
	transition: font-size 0.2s ease-out;
}
.l-mainheader__logo svg, .l-mainheader__logo img {
	display: block;
}
.l-mainheader__logo .l-mainheader__logo__white {
	display: none;
}

.l-mainheader__language {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
}

.l-mainheader__language::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/global.svg) no-repeat center/contain;
}

.l-mainheader__language > p {
	position: relative;
}

.l-mainheader__language > p > a,
.l-mainheader__language > p > span {
	display: block;
	padding: 0 8px 0 9px;
	text-decoration: none;
	color: var(--color-text);
}

.l-mainheader__language > p + p::before {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: var(--color-border);
}

.l-mainheader__language > p.is-current > span {
	color: var(--color-text-caption);
}

@media (max-width: 1169px) {
	.l-mainheader {
		width: 100%;
		height: 56px;
	}
	.l-mainheader::before {
		content: "";
		display: block;
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		pointer-events: none;
		background-color: #fff;
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.2s, visibility 0.2s;
	}
	.l-mainheader__inner {
		width: 100%;
		height: 56px;
		border-bottom: 1px solid var(--color-border);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		background-color: #fff;
	}
	.l-mainheader__sitetitle {
		position: absolute;
		top: 50%;
	}
	.l-mainheader__navtoggle {
		width: 56px;
		height: 56px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.l-mainheader__navtoggle > span, .l-mainheader__navtoggle:after, .l-mainheader__navtoggle:before {
		display: block;
		width: 24px;
		height: 2px;
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: var(--color-prim);
		transition: transform 0.2s, opacity 0.2s;
	}
	.l-mainheader__navtoggle > span {
		opacity: 1;
		text-indent: -9999px;
	}
	.l-mainheader__navtoggle:before {
		content: "";
		transform: translate(0, -8px) rotate(0deg);
	}
	.l-mainheader__navtoggle:after {
		content: "";
		transform: translate(0, 8px) rotate(0deg);
	}
	.l-mainheader__nav {
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.2s, visibility 0.2s;
	}
	.l-mainheader.sp-nav-active::before {
		pointer-events: all;
		visibility: visible;
		opacity: 0.8;
	}
	.l-mainheader.sp-nav-active .l-mainheader__navtoggle > span {
		opacity: 0;
	}
	.l-mainheader.sp-nav-active .l-mainheader__navtoggle:before {
		transform: translate(0, 0) rotate(-45deg);
	}
	.l-mainheader.sp-nav-active .l-mainheader__navtoggle:after {
		transform: translate(0, 0) rotate(45deg);
	}
	.l-mainheader.sp-nav-active .l-mainheader__nav {
		visibility: visible;
		opacity: 1;
	}
	.l-mainheader__language {
		position: absolute;
		top: 50%;
		right: 64px;
		transform: translateY(-50%);
	}

	.l-mainheader__language-en {
		display: none;
	}

	.l-mainheader__language > p > a {
		padding: 0 4px;
	}
}
@media (min-width: 1170px) {
	.l-mainheader {
		width: 100%;
		min-width: 1170px;
		height: 130px;
	}
	.l-mainheader__inner {
		width: 100%;
		height: 130px;
		position: fixed;
		top: 0;
		left: 0;
		border-bottom: 1px solid var(--color-border);
		background-color: #fff;
		transition: all 0.2s ease-out;
	}
	.l-mainheader__logo {
		display: block;
		left: 50px;
	}
	.l-mainheader__logo > a {
		width: var(--logo-width-l);
	}
	.l-mainheader__logo > p {
		margin-top: 8px;
		margin-left: 0;
		font-size: 1.2rem;
	}
	.l-mainheader__navtoggle {
		display: none;
	}
	.l-mainheader.compact .l-mainheader__inner {
		height: 70px;
		background-color: #fff;
	}
	.l-mainheader.compact .l-mainheader__logo > a {
		width: var(--logo-width-m);
	}
	.l-mainheader.compact .l-mainheader__logo > p {
		margin-top: 6px;
		font-size: 1rem;
	}

	.l-mainheader__language {
		position: absolute;
		top: 19px;
		right: 64px;
		transition: opacity 0.2s;
	}
	.l-mainheader.compact .l-mainheader__language {
		opacity: 0;
		pointer-events: none;
	}

}

/*----------
	main navigation
----------*/
.l-mainnav__contact__en {
	display: none;
}
@media (max-width: 1169px) {
	.l-mainnav {
		width: 100vw;
		max-width: 480px;
		height: calc(100vh - 56px);
		position: fixed;
		top: 56px;
		right: 0;
		z-index: 100;
		overflow-y: auto;
		scroll-behavior: smooth;
		background-color: #fff;
	}
	.l-mainnav__inner {
		padding-bottom: 160px;
	}
	.l-mainnav__main > li {
		border-bottom: 1px solid var(--color-border);
	}
	.l-mainnav__main > li > a {
		display: block;
		padding: 24px 56px 24px 20px;
		position: relative;
		text-decoration: none;
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 1.4;
		color: var(--color-text);
	}
	.l-mainnav__main > li > a::after {
		font-family: "iconfont" !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		content: var(--icon-chev-right);
		display: block;
		width: 16px;
		height: 16px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		color: var(--color-prim);
	}
	.l-mainnav__contact {
		width: calc(100% - 40px);
		max-width: 335px;
		margin: 24px auto 0;
	}
	.l-mainnav__contact > a {
		display: block;
		position: relative;
		background-color: var(--color-prim);
		text-decoration: none;
		text-align: center;
		font-weight: 500;
		font-size: 1.4rem;
		line-height: 40px;
		color: #fff;
	}
}
@media (min-width: 1170px) {
	.l-mainnav__main {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: absolute;
		top: 50%;
		right: 50px;
		transform: translateY(-50%);
	}
	.l-mainnav__main > li {
		margin-left: 30px;
	}
	.l-mainnav__main > li > a {
		display: block;
		padding: 8px 0;
		position: relative;
		text-decoration: none;
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 1;
		color: var(--color-text);
		transition: font-size 0.2s ease-out;
	}
}
@media (min-width: 1170px) and (hover: hover) {
	.l-mainnav__main > li > a::after {
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		position: absolute;
		bottom: -3px;
		left: 0;
		background-color: var(--color-prim);
		transform: scaleX(0);
		transform-origin: top right;
		transition: transform 0.2s ease-out;
	}
	.l-mainnav__main > li > a:hover::after {
		transform-origin: top left;
		transform: scaleX(1);
	}
	.l-mainnav__contact > a {
		transition: background-color 0.2s, color 0.2s;
	}
	.l-mainnav__contact > a:hover {
		background-color: #fff;
		color: var(--color-prim);
	}
}

/* コンパクト版 */
@media (min-width: 1170px) {
	.compact .l-mainnav__main > li > a {
		font-size: 1.4rem;
	}
	.compact .l-mainnav__contact > a {
		line-height: 36px;
	}
}

/*----------
	main footer
----------*/
.l-mainfooter {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid var(--color-border);
}
.l-mainfooter a {
	color: var(--color-text);
	text-decoration: none;
}
.l-mainfooter a > [class*=icon-] {
	color: var(--color-text-caption);
}
.l-mainfooter__inner {
	width: 100%;
	margin: 0 auto;
	padding: 40px 20px 48px;
	position: relative;
}
.l-mainfooter__logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.l-mainfooter__logo > a {
	display: block;
	width: var(--logo-width-s);
}
.l-mainfooter__logo > p {
	margin-left: 12px;
	font-size: 1rem;
	line-height: 1;
}
.l-mainfooter__logo svg, .l-mainfooter__logo img {
	display: block;
}
.l-mainfooter__logo .l-mainfooter__logo__white {
	display: none;
}
.l-mainfooter__nav {
	margin-top: 32px;
}
.l-mainfooter__nav > li {
	margin-top: 16px;
}
.l-mainfooter__nav > li > a {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.4;
}
.l-mainfooter__contact {
	width: 140px;
	margin-top: 40px;
}
.l-mainfooter__contact__en {
	display: none;
}
.l-mainfooter__contact > a {
	display: block;
	border: 1px solid var(--color-prim);
	background-color: var(--color-prim);
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 40px;
	color: #fff;
}
.l-mainfooter__utility {
	margin-top: 32px;
}
.l-mainfooter__utility > li {
	display: inline-block;
	padding-right: 16px;
	margin-right: 16px;
	border-right: 1px solid var(--color-border-strong);
	line-height: 1;
}
.l-mainfooter__utility > li > a {
	display: block;
	position: relative;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.4;
}
.l-mainfooter__utility > li > a > [class*=icon-] {
	display: inline-block;
	margin-left: 4px;
	font-size: 1rem;
}
.l-mainfooter__copyright {
	margin-top: 24px;
	font-size: 1.1rem;
	line-height: 1.4;
}
@media (min-width: 1170px) {
	.l-mainfooter {
		min-width: 1170px;
	}
	.l-mainfooter__inner {
		min-width: 1170px;
		padding: 52px 50px 56px;
	}
	.l-mainfooter__logo {
		display: block;
		position: absolute;
		top: 56px;
		left: 50px;
	}
	.l-mainfooter__logo > a {
		display: block;
		width: var(--logo-width-l);
	}
	.l-mainfooter__logo > p {
		margin-top: 16px;
		margin-left: 0;
		font-size: 1.2rem;
	}
	.l-mainfooter__nav {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-top: 0;
	}
	.l-mainfooter__nav > li {
		margin-top: 0;
		margin-left: 30px;
	}
	.l-mainfooter__nav > li > a {
		display: block;
		padding: 8px 0;
		position: relative;
	}
	.l-mainfooter__contact {
		margin-top: 0;
		position: absolute;
		top: 49px;
		right: 50px;
	}
	.l-mainfooter__utility {
		margin-top: 72px;
		text-align: right;
	}
	.l-mainfooter__utility > li > a {
		display: block;
		position: relative;
	}
	.l-mainfooter__utility > li:last-child {
		margin-right: 0;
		padding-right: 0;
		border: none;
	}
	.l-mainfooter__copyright {
		text-align: right;
	}
}
@media (hover: hover) {
	.l-mainfooter__nav > li > a::after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: -2px;
		left: 0;
		background-color: #000;
		transform-origin: top right;
		transform: scaleX(0);
		transition: transform 0.2s ease-out;
	}
	.l-mainfooter__nav > li > a:hover::after {
		transform-origin: top left;
		transform: scaleX(1);
	}
	.l-mainfooter__contact > a {
		transition: background-color 0.2s, color 0.2s;
	}
	.l-mainfooter__contact > a:hover {
		background-color: #fff;
		color: var(--color-prim);
	}
	.l-mainfooter__utility > li > a::after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: var(--color-text-caption);
		transform-origin: top right;
		transform: scaleX(0);
		transition: transform 0.2s ease-out;
	}
	.l-mainfooter__utility > li > a:hover::after {
		transform-origin: top left;
		transform: scaleX(1);
	}
}

.l-mainfooter__backhead {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 50;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s;
}
.l-mainfooter__backhead > button {
	display: block;
	width: 56px;
	height: 56px;
	border: 1px solid var(--color-border);
	background-color: #fff;
	position: relative;
	cursor: pointer;
	color: var(--color-prim);
}
.l-mainfooter__backhead > button::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\ea05";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
}
.l-mainfooter__backhead.active {
	opacity: 1;
	pointer-events: all;
}
.l-mainfooter__backhead.landed {
	position: absolute;
	top: 0;
	bottom: auto;
}
@media (min-width: 768px) and (hover: hover) {
	.l-mainfooter__backhead > button {
		transition: border-color 0.2s, background-color 0.2s, color 0.2s;
	}
	.l-mainfooter__backhead > button:hover {
		border-color: #fff;
		background-color: var(--color-prim);
		color: #fff;
	}
}

/*----------
	main content
----------*/
/* ページコンテンツ大枠 */
.l-content {
	width: 100%;
	padding-bottom: 120px;
	position: relative;
	overflow-x: hidden;
}
@media (min-width: 768px) {
	.l-content {
		min-width: 1024px;
		padding-bottom: 144px;
	}
}

/* メインコンテンツ */
.l-main-content {
	margin-top: 48px;
}
.l-main-content > *:first-child {
	margin-top: 0 !important;
}
.l-main-content > *:last-child {
	margin-bottom: 0 !important;
}
@media (min-width: 768px) {
	.l-main-content {
		margin-top: 80px;
	}
}

/* セクション */
.l-section {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.l-section--wide {
	max-width: 1300px;
}
@media (min-width: 768px) {
	.l-section {
		padding-left: 50px;
		padding-right: 50px;
	}
}

/*----------
	デフォルトマージン付きコンテンツ枠
	定形レイアウト　スタンダード
----------*/
/* メインコンテンツ枠内マージン */
.l-layout-regular {
	word-break: break-all;
}
.l-layout-regular > [class^=c-] {
	margin-top: 24px;
}
.l-layout-regular > .c-heading-seco {
	margin-top: 80px;
	margin-bottom: 32px;
}
.l-layout-regular > .c-heading-tert {
	margin-top: 32px;
	margin-bottom: 24px;
}
.l-layout-regular > .c-heading-quat {
	margin-top: 32px;
	margin-bottom: 24px;
}
@media (min-width: 768px) {
	.l-layout-regular > [class^=c-] {
		margin-top: 32px;
	}
	.l-layout-regular > .c-heading-seco {
		margin-top: 120px;
		margin-bottom: 48px;
	}
	.l-layout-regular > .c-heading-tert {
		margin-top: 48px;
		margin-bottom: 32px;
	}
	.l-layout-regular > .c-heading-quat {
		margin-top: 48px;
		margin-bottom: 32px;
	}
}

/* 構成パーツ内マージン */
/*----------
	breadcrumb
----------*/
.l-breadcrumb {
	width: 100%;
	padding: 0 20px;
	position: relative;
	background-color: #fff;
	overflow-y: hidden;
	overflow-x: auto;
}
.l-breadcrumb__list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	height: 40px;
	white-space: nowrap;
	word-break: keep-all;
}
.l-breadcrumb__list > li > a,
.l-breadcrumb__list > li > span {
	display: block;
	position: relative;
	font-size: 1rem;
	color: var(--color-text-caption);
	text-decoration: none;
}
.l-breadcrumb__list > li:last-child > a,
.l-breadcrumb__list > li:last-child > span {
	color: var(--color-text);
}
.l-breadcrumb__list > li + li {
	margin-left: 24px;
}
.l-breadcrumb__list > li + li > a:before,
.l-breadcrumb__list > li + li > span:before {
	content: "/";
	position: absolute;
	left: -13px;
	color: var(--color-text-caption);
}
@media (min-width: 768px) {
	.l-breadcrumb {
		padding: 0 50px;
		overflow: hidden;
	}
	.l-breadcrumb__list {
		height: 48px;
	}
	.l-breadcrumb__list > li > a,
	.l-breadcrumb__list > li > span {
		font-size: 1.2rem;
	}
}
@media (hover: hover) {
	.l-breadcrumb__list > li > a {
		position: relative;
	}
	.l-breadcrumb__list > li > a::after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background-color: #888;
		transform: scaleX(0);
		transform-origin: top right;
		transition: transform 0.2s ease-out;
	}
	.l-breadcrumb__list > li > a:hover::after {
		transform: scaleX(1);
		transform-origin: top left;
	}
}

/*----------
	margin
----------*/
/* 規定マージン（SP/PCでマージン幅が変わる） regular */
.u-mt-reg32 {
	margin-top: 32px !important;
}

.u-mt-reg64 {
	margin-top: 64px !important;
}

.u-mt-reg80 {
	margin-top: 80px !important;
}

@media (min-width: 768px) {
	.u-mt-reg32 {
		margin-top: 48px !important;
	}
	.u-mt-reg64 {
		margin-top: 80px !important;
	}
	.u-mt-reg80 {
		margin-top: 120px !important;
	}
}
/* SP-PC 倍マージン double */
.u-mt-dbl8 {
	margin-top: 8px !important;
}

.u-mt-dbl16 {
	margin-top: 16px !important;
}

.u-mt-dbl24 {
	margin-top: 24px !important;
}

.u-mt-dbl32 {
	margin-top: 32px !important;
}

.u-mt-dbl40 {
	margin-top: 40px !important;
}

.u-mt-dbl48 {
	margin-top: 48px !important;
}

.u-mt-dbl56 {
	margin-top: 56px !important;
}

.u-mt-dbl64 {
	margin-top: 64px !important;
}

.u-mt-dbl72 {
	margin-top: 72px !important;
}

.u-mt-dbl80 {
	margin-top: 80px !important;
}

@media (min-width: 768px) {
	.u-mt-dbl8 {
		margin-top: 16px !important;
	}
	.u-mt-dbl16 {
		margin-top: 32px !important;
	}
	.u-mt-dbl24 {
		margin-top: 48px !important;
	}
	.u-mt-dbl32 {
		margin-top: 64px !important;
	}
	.u-mt-dbl40 {
		margin-top: 80px !important;
	}
	.u-mt-dbl48 {
		margin-top: 96px !important;
	}
	.u-mt-dbl56 {
		margin-top: 112px !important;
	}
	.u-mt-dbl64 {
		margin-top: 128px !important;
	}
	.u-mt-dbl72 {
		margin-top: 144px !important;
	}
	.u-mt-dbl80 {
		margin-top: 160px !important;
	}
}
/* 固定マージン */
.u-mt-none {
	margin-top: 0 !important;
}

.u-mt-5 {
	margin-top: 5px !important;
}

/* 10px倍数 */
.u-mt-10 {
	margin-top: 10px !important;
}

.u-mt-20 {
	margin-top: 20px !important;
}

.u-mt-30 {
	margin-top: 30px !important;
}

.u-mt-40 {
	margin-top: 40px !important;
}

.u-mt-50 {
	margin-top: 50px !important;
}

.u-mt-60 {
	margin-top: 60px !important;
}

.u-mt-70 {
	margin-top: 70px !important;
}

.u-mt-80 {
	margin-top: 80px !important;
}

.u-mt-90 {
	margin-top: 90px !important;
}

.u-mt-100 {
	margin-top: 100px !important;
}

/* 8px倍数 */
.u-mt-8 {
	margin-top: 8px !important;
}

.u-mt-16 {
	margin-top: 16px !important;
}

.u-mt-24 {
	margin-top: 24px !important;
}

.u-mt-32 {
	margin-top: 32px !important;
}

.u-mt-40 {
	margin-top: 40px !important;
}

.u-mt-48 {
	margin-top: 48px !important;
}

.u-mt-56 {
	margin-top: 56px !important;
}

.u-mt-64 {
	margin-top: 64px !important;
}

.u-mt-72 {
	margin-top: 72px !important;
}

.u-mt-80 {
	margin-top: 80px !important;
}

/*----------
	text
----------*/
@media (max-width: 767px) {
	.u-pcbr {
		display: none;
	}
}

@media (min-width: 768px) {
	.u-spbr {
		display: none;
	}
}

.u-txt-fz10 {
	font-size: 1rem !important;
}

.u-txt-fz12 {
	font-size: 1.2rem !important;
}

.u-txt-fz13 {
	font-size: 1.3rem !important;
}

.u-txt-fz14 {
	font-size: 1.4rem !important;
}

.u-txt-fz16 {
	font-size: 1.6rem !important;
}

.u-txt-fz18 {
	font-size: 1.8rem !important;
}

.u-txt-fz20 {
	font-size: 2rem !important;
}

.u-txt-center {
	text-align: center !important;
}

@media (min-width: 768px) {
	.u-txt-pccenter {
		text-align: center !important;
	}
}

.u-txt-right {
	text-align: right !important;
}

.u-txt-left {
	text-align: left !important;
}

.u-txt-bold {
	font-weight: bold !important;
}

.u-txt-strike {
	text-decoration: line-through !important;
}

.u-text-indent {
	text-indent: -3em;
	padding-left: 3em;
}

.u-txt-prim {
	color: var(--color-prim) !important;
}

.u-txt-default {
	color: var(--color-text) !important;
}

.u-txt-white {
	color: #fff !important;
}

/*----------
	u-iconlink
----------*/
a.u-iconlink {
	display: inline-block;
	padding-left: 24px;
	position: relative;
}
a.u-iconlink::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.4em;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
a.u-iconlink[href$=".pdf"]::before {
	background-image: url("../images/icon-pdf.svg");
}

/*----------
	u-sdgs
----------*/
.u-sdgs > li {
	display: inline-block;
	width: 82px;
}
.u-sdgs > li + li {
	margin-left: 8px;
}
.u-sdgs > li:nth-child(odd) {
	margin-left: 0;
}
.u-sdgs > li:nth-child(n+3) {
	margin-top: 10px;
}