html {
	font-size: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	word-wrap: anywhere;
}

body.is-active {
	overflow: hidden;
}

body.modal-open {
	overflow: hidden;
}

:where:not(:focus-visible) {
	outline: none;
}

@font-face {
	font-family: "Noto Sans";
	src: url("../font/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Serif";
	src: url("../font/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: "Cormorant";
	src: url("../font/CormorantGaramond-Bold.ttf") format("truetype");
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/

/* Box sizing rules */

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul,
ol {
	list-style: none;
	padding: 0;
}

/* Set core root defaults */

html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	min-height: 100vh;
	word-wrap: anywhere;
	text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	        text-decoration-skip-ink: auto;
}

a {
	color: inherit;
	-webkit-text-decoration: none;
	text-decoration: none;
}

/* Make images easier to work with */

img,
picture {
	display: block;
	max-width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

button {
	background-color: transparent;
	background-color: initial;
	border: none;
	padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */

.l-bg {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(60%, #eef4fb));
	background: linear-gradient(#fff 60%, #eef4fb 60%);
	padding-bottom: 9.375rem;
}

.l-bg.l-bg--sub {
	background: none;
	padding-bottom: 6.25rem;
	position: relative;
}

.l-bg.l-bg--sub::before {
	background-color: #eef4fb;
	bottom: 0;
	content: "";
	height: 6.25rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.l-contents {
	margin-top: 2.875rem;
}

.l-contents__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.l-contents__main {
	flex-grow: 1;
}

.l-contents__side {
	flex-shrink: 0;
	width: 100%;
}

.l-footer {
	margin-top: 6.1875rem;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.l-inner2 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.l-page-header {
	margin-top: 4.375rem;
	margin-top: 0 !important;
}

.l-section {
	margin-top: 6.1875rem;
}

.article-item {
	border: 1px solid #2b70e2;
	border-radius: 1.25rem;
	padding: 1.25rem 0.625rem;
	position: relative;
}

.article-item:first-child::before {
	display: none;
}

.article-item__img {
	margin-left: auto;
	margin-right: auto;
	width: 3.75rem;
}

.article-item__img img {
	aspect-ratio: 1/1;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.article-item__text {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 1.25rem;
	text-align: center;
}

.breadcrumb {
	margin-top: 2.5rem;
}

.breadcrumb__lists {
	-moz-column-gap: 1.25rem;
	     column-gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.breadcrumb__list {
	color: #737373;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 2.5714285714;
	position: relative;
}

.breadcrumb__list::before {
	background-color: #737373;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: -0.875rem;
	top: 1rem;
	width: 0.4375rem;
}

.breadcrumb__list:last-child::before {
	display: none;
}

.breadcrumb__list a {
	color: #000;
}

.btn {
	align-items: center;
	background-color: #2b70e2;
	border: 1px solid #2b70e2;
	border-radius: 3.125rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.15em;
	min-height: 5rem;
	padding: 0.9375rem 2.5rem 0.9375rem 1.25rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.btn::after {
	background: url(../image/icon_arrow-white.webp) no-repeat center/contain;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

.btn[data-icon=external]::after {
	background: url(../image/icon_external-link-white.webp) no-repeat center/contain;
	content: '別ウィンドウで開く';
	height: 1rem;
	width: 2rem;
	text-indent: -9999px;
}

.btn.btn--white {
	background-color: #fff;
	color: #000;
}

.btn.btn--white:hover {
	background-color: #2b70e2;
	border: 1px solid #fff;
	color: #fff;
}

.btn.btn--white::after {
	background: url(../image/icon_arrow-blue.webp) no-repeat center/contain;
}

.btn.btn--lg {
	min-width: 21.25rem;
}

.btn.btn--thin {
	background-color: #fff;
	color: #000;
	gap: 0.6875rem;
	letter-spacing: 0.05em;
	min-height: 3.75rem;
	min-width: 19.375rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.btn.btn--thin::after {
	background: url(../image/icon_arrow-blue.webp) no-repeat center/contain;
}

.btn2 {
	text-align: center;
}

.btn2__link {
	background-color: #fdf16e;
	border: 1px solid #fdf16e;
	border-radius: 7.5625rem;
	color: #0e45b9;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	padding: 1.9375rem 0;
	position: relative;
	text-align: center;
	transition: 0.3s;
}

.btn2__link p {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	transition: 0.3s;
}

.btn2__icon {
	background-color: #fff;
	border-radius: 50%;
	height: 3.125rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.125rem;
}

.btn2__icon img {
	aspect-ratio: 1/1;
	display: block;
	height: 100%;
	margin: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 0.9375rem;
}

.close-btn {
	background: none;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 2rem;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #000;
	-webkit-text-fill-color: #FFF;
}

.hamburger {
	background-color: #2b70e2;
	cursor: pointer;
	height: 4.375rem;
	margin-left: -1.25rem;
	padding: 0.625rem 0.75rem;
	text-align: center;
	width: 4.375rem;
}

.hamburger span {
	background-color: #fff;
	display: block;
	height: 0.125rem;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s ease;
	width: 1rem;
}

.hamburger span:first-child {
	background-color: transparent;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 0.75rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 0.05em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	width: auto;
}

.hamburger span:nth-child(2) {
	margin-top: 0.75rem;
}

.hamburger span:nth-child(3) {
	transform: translateY(0.25rem);
}

.hamburger.is-active span:nth-child(2) {
	transform: rotate(45deg) translate(0.25rem, 0.25rem);
}

.hamburger.is-active span:nth-child(3) {
	transform: rotate(-45deg) translate(-0.125rem, 0.1875rem);
}

.page-header__content {
	display: grid;
	align-items: center;
	justify-items: center;
	place-items: center;
	text-align: center;
}
.page-header__content:has(.page-header__img) {
	background-color: #000;
	color: #FFF;
}

.page-header__img,
.page-header__title {
	grid-column: 1/2;
	grid-row: 1/2;
}

.page-header__img {
	position: relative;
	width: 100%;
}

.page-header__img img {
	aspect-ratio: 1600/380;
	height: 23.75rem;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

.page-header__img::before {
	background: -webkit-gradient(linear, left top, right top, from(#0054db), to(#00a2c7));
	background: linear-gradient(90deg, #0054db, #00a2c7);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-header__title {
	position: relative;
}

.page-header__en {
	color: #fff;
	font-family: "Cormorant", serif;
	font-size: 2.75rem;
	font-weight: 700;
	line-height: 1.7272727273;
	text-transform: uppercase;
}

.page-header__jp {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.page-header2__content {
	display: grid;
	width: 100%;
}

.page-header2__title {
	order: 2;
	padding-top: 5rem;
}

.page-header2__titleBox {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 24.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 98%;
}

.page-header2__img img {
	aspect-ratio: 780/380;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

.page-header2__jp,
.page-header2__en {
	position: relative;
	z-index: 2;
}

.page-header2__jp {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
}

.page-header2__jp::before {
	background: -webkit-gradient(linear, left top, right top, from(#1b57d6), to(#1177d6));
	background: linear-gradient(90deg, #1b57d6, #1177d6);
	content: "";
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	top: -2.5rem;
	transform: translateX(-50%);
	width: 1.875rem;
}

.page-header2__en {
	color: #2b70e2;
	font-family: "Cormorant", serif;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1rem;
	text-transform: capitalize;
}

.screen {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.section-title {
	background-color: #eef4fb;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 3.25rem 1.625rem 3.25rem;
	position: relative;
}

.section-title.section-title--multiple {
	padding: 4.5625rem 5.0625rem 4.5625rem 3.5em;
	text-indent: -1.6em;
}

.section-title::before {
	background: -webkit-gradient(linear, left top, right top, from(#1b57d6), to(#1177d6));
	background: linear-gradient(90deg, #1b57d6, #1177d6);
	bottom: 0;
	content: "";
	height: 0.1875rem;
	left: 1.5625rem;
	position: absolute;
	width: 4.75rem;
}

.section-title[data-title]::before {
	display: none;
}

.section-title[data-title=bg] {
	background-color: #2b70e2;
	color: #fff;
	font-size: 1.2rem;
	padding: 2.1875rem 1.5625rem 2.25rem;
}

.section-title.section-title--multiple[data-title=bg] {
	padding: 2rem 2.5rem 2rem 3.5em;
	text-indent: -1.5em;
}

.section-title[data-title=border] {
	background-color: #eef4fb;
	border-bottom: 1px solid #2b70e2;
	border-top: 1px solid #2b70e2;
	font-size: 1.125rem;
	padding: 1.625rem 1.5625rem 1.5625rem;
}

.section-title.section-title--multiple[data-title=border] {
	padding: 1.5rem 1.875rem 1.5rem 3.4em;
	text-indent: -1.7em;
}

.section-title[data-title=border2],
.section-title[data-title=border3] {
	background: none;
	border-bottom: 1px solid #000;
	font-size: 1.125rem;
	padding: 0 1.25rem 1rem;
}

.section-title.section-title--multiple[data-title=border2],
.section-title.section-title--multiple[data-title=border3] {
	padding: 0 1.25rem 1rem 2.5em;
	text-indent: -1.6em;
}

.section-title[data-title=border2]::before,
.section-title[data-title=border3]::before {
	background-color: #2b70e2;
	content: "";
	display: block;
	height: 39.3442622951%;
	left: 0;
	position: absolute;
	top: 0.3em;
	width: 0.1875rem;
}

.section-title[data-title=border3]::before {
	height: 65.5737704918%;
}

.title {
	padding-top: 6.0625rem;
	position: relative;
	text-align: center;
}

.title::before {
	/* background-color: #fff;
	border-radius: 50%/0 0 100% 100%;
	content: "";
	height: 23.1875rem;
	left: 50%;
	position: absolute;
	top: -8.125rem;
	transform: translateX(-50%);
	width: 179.4871794872vw; */
}

.title.title--blue::before {
	background: -webkit-gradient(linear, left top, right top, from(#1b57d6), to(#1177d6));
	background: linear-gradient(90deg, #1b57d6, #1177d6);
	background-color: #1a5bd6;
	background: #2b0d57;
}

.title::after {
	background: -webkit-gradient(linear, left top, right top, from(#2b70e2), to(#02bae2));
	background: linear-gradient(90deg, #2b70e2, #02bae2);
	background: #F5C344;
	content: "";
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	top: 3.0625rem;
	transform: translateX(-50%);
	width: 1.875rem;
}

.title[data-title=identity] {
	padding-top: 3.125rem;
}

.title[data-title=identity]::after {
	top: 0;
}

.title.title--blue::after {
	background: #fff;
}

.title__main {
	color: #2b70e2;
	color: #F5C344;
	font-family: "Cormorant", serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
}

.title__sub {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 0.8125rem;
	position: relative;
}

.title--blue .title__main,
.title--blue .title__sub {
	color: #1a58d7;
	color: #F5C344;
	-webkit-text-fill-color: #FFF;
}

.title2 {
	text-align: center;
}

.title2__main {
	color: #fff;
	font-family: "Cormorant", serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
}

.title2__sub {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 0.875rem;
	position: relative;
}

.article__section + .article__section {
	margin-top: 5rem;
}

.article__list {
	display: grid;
	font-size: 0.875rem;
	line-height: 2.03;
}

.article__lists {
	margin-top: 3.75rem;
}

.article__list dt,
.article__list dd {
	padding: 0.5rem 1rem;
}

.article__list dt {
	background-color: #eef4fb;
}

.article__list dd {
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 1rem;
}

.article__list p {
	line-height: 1.99;
}

.article__discList {
	list-style: disc;
	padding-left: 1.25rem;
}

.article__organizationImg {
	margin-top: 3.75rem;
}

.article__organizationImg img {
	aspect-ratio: 1000/1720;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.article__listBtn {
	margin-top: 0.625rem;
}

.article__listBtn a {
	align-items: center;
	background-color: #2b70e2;
	border-radius: 2.5rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 0.75rem;
	justify-content: center;
	letter-spacing: 0.05em;
	min-width: 8.125rem;
	padding: 0.125rem 0.9375rem 0.25rem;
}

.article__listBtn a::after {
	background: url(../image/icon_external-link-white.webp) no-repeat center/contain;
	content: "別ウィンドウで開く";
	height: 0.9375rem;
	width: 0.9375rem;
	text-indent: -9999px;
}

.article__summary {
	margin-top: 1.25rem;
}

.article__summary p {
	font-size: 1rem;
	line-height: 2;
}

.article__summary p + p {
	margin-top: 1.5rem;
}

.article__list2 {
	border-top: 1px solid;
	display: grid;
	grid-template-columns: 7.5rem 1fr;
}

.article__list2:last-child {
	border-bottom: 1px solid;
}

.article__year {
	align-items: center;
	color: #2b70e2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.7777777778;
}

.article__year,
.article__list2 dd ul > li {
	padding: 1rem 0.25rem;
}

.article__list2 dd ul > li {
	font-size: 0.875rem;
	line-height: 1.75;
}

.article__list2 dd ul > li + li {
	border-top: 1px solid #e3e5e6;
}

.article__graphImg {
	margin-top: 3rem;
	margin-inline: auto;
	width: 85%;
}

.article__graphImg img {
	aspect-ratio: 1179/834;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.article__items {
	display: grid;
	grid-gap: 1.25rem;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.75rem;
}

.article__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}

.article__text[data-position=center],
.article__note[data-position=center] {
	text-align: center;
}

.article__text[data-position=right],
.article__note[data-position=right] {
	text-align: right;
}

.article__note {
	font-feature-settings: "palt";
	font-size: 0.875rem;
	line-height: 1.75;
}

.article__numList {
	counter-reset: circle_num;
}

.article__numList li {
	counter-increment: circle_num;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-left: 3.75rem;
	position: relative;
}

.article__numList li::before {
	align-items: center;
	background-color: #2b70e2;
	border-radius: 50%;
	color: #fff;
	content: counter(circle_num);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 2.5rem;
	justify-content: center;
	left: 0;
	position: absolute;
	top: -0.2em;
	width: 2.5rem;
}

.article__numList li + li {
	margin-top: 3.125rem;
}

.article__link {
	color: #2b70e2;
	display: inline-block;
	position: relative;
	font-weight: bold;
}
.article__tableList .article__link {
	font-weight: normal;
}

.article__link[data-icon] {
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 0.25rem;
	margin-right: 0.375rem;
}

.article__link[data-icon]::after {
	flex-shrink: 0;
}

.article__link[data-icon=external-link]::after {
	background: url(../image/icon_external-link.webp) no-repeat center/contain;
	content: "別ウィンドウで開く";
	height: 0.9375rem;
	width: 0.9375rem;
	text-indent: -9999px;
}

.article__link[data-icon=pdf]::after {
	background: url(../image/icon_pdf.webp) no-repeat center/contain;
	content: "PDF";
	height: 0.875rem;
	width: 1.6875rem;
	text-indent: -9999px;
}

.article__serial {
	counter-reset: serial-01;
}

.article__serial li {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	padding-left: 1.5em;
	text-indent: -1.4em;
}

.article__serial > li p {
	text-indent: 0;
}

.article__serial li::before {
	content: "(" counter(serial-01) ")";
	counter-increment: serial-01;
}

.article__serialEn {
	counter-reset: serial-02;
}

.article__serialEn li::before {
	content: "(" counter(serial-02, lower-alpha) ")";
	counter-increment: serial-02;
}

.article__serialNum {
	counter-reset: serial-03;
}

.article__serialNum > li {
	position: relative;
	text-indent: 0;
}

.article__serialNum > li::before {
	align-items: center;
	border: 1px solid;
	border-radius: 50%;
	content: counter(serial-03);
	counter-increment: serial-03;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.75rem;
	height: 1.125rem;
	justify-content: center;
	left: 0.125rem;
	line-height: 1;
	position: absolute;
	top: 0.4375rem;
	width: 1.125rem;
}

.article__serial > li + li,
.article__serial > li > p,
.article__serialEn,
.article__serialNum {
	margin-top: 1.125rem;
}

.article__dotList li {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	padding-left: 1rem;
	position: relative;
	text-indent: 0;
}

.article__dotList li::before {
	background-color: #2b70e2;
	content: "";
	counter-increment: dot;
	height: 0.25rem;
	left: 0;
	position: absolute;
	top: 0.8125rem;
	width: 0.25rem;
}

.article__dotList li + li {
	margin-top: 1.875rem;
}

.article__tableList {
	display: grid;
	grid-template-columns: 6.5625rem 1fr;
}

.article__tableList dt,
.article__tableList dd {
	border-top: 1px solid;
	font-size: 1rem;
	line-height: 1.75;
	padding: 1.3125rem 1.25rem 1.5rem 1.5625rem;
}

.article__tableList dt:last-of-type,
.article__tableList dd:last-of-type {
	border-bottom: 1px solid;
}

.article__tableList dt {
	background-color: #eef4fb;
}

.article__tableList dd {
	padding: 1.3125rem 0 1.5rem 1.25rem;
}

.article__fileList li {
	border-top: 1px solid #e3e5e6;
	padding: 1.75rem 1.875rem 2.0625rem 4.375rem;
	position: relative;
}

.article__fileList li:last-child {
	border-bottom: 1px solid #e3e5e6;
}

.article__fileList li a {
	position: relative;
}
.article__fileList li a::before {
	background: url(../image/icon_pdf-lg.webp) no-repeat center/contain;
	content: "PDF";
	height: 1.875rem;
	left: -2.8rem;
	position: absolute;
	top: 0;
	width: 1.5rem;
	text-indent: -9999px;
}

.article__fileList li[data-icon=none]::before {
	display: none;
}

.article__fileList li a {
	color: #2b70e2;
	font-size: 1rem;
	line-height: 1.75;
}

.article__wrap {
	border: 1px solid #2b70e2;
	border-radius: 1.25rem;
	padding: 1rem 1.5625rem;
}

.article__wrap p {
	font-size: 1rem;
	line-height: 1.75;
}

.article__table table {
	border: 1px solid #2b70e2;
	border-collapse: collapse;
	width: 100%;
}

.article__table table th,
.article__table table td {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7857142857;
	padding: 0.75rem 1.25rem 0.875rem;
	text-align: left;
	vertical-align: top;
}

.article__table table th {
	background-color: #eef4fb;
}

.article__table[data-size=sm] table th {
	padding: 0.75rem 0.625rem 0.9375rem 1.125rem;
	width: 31.6666666667%;
}

.article__table[data-size=sm] table td {
	vertical-align: middle;
}

.article__table table tr {
	border-bottom: 1px solid #2b70e2;
}

.article__wrapCol3 {
	border: 1px solid #2b70e2;
	border-radius: 1.25rem;
	display: grid;
	grid-gap: 1rem;
	gap: 1rem;
	padding: 1rem 1.5625rem 1.5rem;
}

.article__wrapCol3 p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}

.article__wrapCol2 {
	display: grid;
	grid-gap: 2.5rem;
	gap: 2.5rem;
}

.article__wrapCol4 {
	display: grid;
	grid-gap: 0.625rem;
	gap: 0.625rem;
}

.article__col {
	display: grid;
	grid-template-rows: auto 1fr;
}

.article__col p {
	font-size: 1rem;
	line-height: 1.75;
}

.article__col .article__img img {
	aspect-ratio: 370/249;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.article__col[data-img="esg"] img {
	aspect-ratio: 199/127;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

.article__btn {
	text-align: center;
}

.article__btn[data-position="left"] {
	text-align: left;
}

.article__btn a,
.article__btn button {
	background-color: #2b70e2;
	border-radius: calc(infinity * 1px);
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 1.5625rem 3.75rem 1.8125rem 1.875rem;
	position: relative;
	text-align: center;
}

.article__btn a::after,
.article__btn button::after {
	background: url(../image/icon_arrow-white.webp) no-repeat center/contain;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 2.0625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

.article__btn_ext a::after,
.article__btn_ext button::after {
	background: url(../image/icon_external-link-white.webp) no-repeat center/contain;
	height: 1rem;
	content: '別ウィンドウで開く';
	text-indent: -9999px;
}

.article__btn a[data-btn=col],
.article__btn button[data-btn=col] {
	display: block;
	width: 100%;
}

.article__btn a[data-btn=col2],
.article__btn a[data-btn=col3],
.article__btn a[data-btn=col5] {
	display: block;
}

.article__btn a[data-btn=col5] {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	height: 100%;
	justify-content: center;
	padding: 1.5625rem 1.875rem 1.8125rem;
}

.article__btnCol2,
.article__btnCol3,
.article__btnCol5 {
	display: grid;
	grid-gap: 1.875rem;
	gap: 1.875rem;
	margin-left: auto;
	margin-right: auto;
}

.article__pageLinks {
	display: grid;
	grid-gap: 1.875rem;
	gap: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
}

.article__pageLink a {
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#1b57d6), to(#1177d6));
	background: linear-gradient(90deg, #1b57d6, #1177d6);
	background-color: #1b57d6;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: 0.05em;
	padding: 1.5rem 1.875rem 1.75rem;
}

.article__pageLink a::after {
	background: url(../image/icon_arrow-white.webp) no-repeat center/contain;
	content: "";
	height: 0.75rem;
	transform: rotate(90deg);
	width: 0.875rem;
}

.article__pageLink[data-icon=external-link] a::after {
	background: url(../image/icon_external-link-white.webp) no-repeat center/contain;
	height: 0.9375rem;
	transform: rotate(0);
	width: 0.9375rem;
	content: '別ウィンドウで開く';
	text-indent: -9999px;
}

.article__pageLink[data-icon=pdf] a::after {
	background: url(../image/icon_pdf-white.webp) no-repeat center/contain;
	height: 0.875rem;
	transform: rotate(0);
	width: 1.6875rem;
	content: "PDF";
	text-indent: -9999px;
}

.article__logoBtn a {
	align-items: center;
	border: 1px solid #2b70e2;
	border-radius: 1.25rem;
	display: grid;
	grid-gap: 0.5625rem;
	gap: 0.5625rem;
	grid-template-columns: 1fr 3.125rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5625rem;
}

.article__logoBtnImg img {
	aspect-ratio: 1400/140;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.article__logoBtnIcon {
	align-items: center;
	border: 1px solid #e3e5e6;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.125rem;
	justify-content: center;
	width: 3.125rem;
}

.article__media {
	display: grid;
	grid-gap: 1.25rem;
	gap: 1.25rem;
}

.article__media[data-media=left-img] {
	display: grid;
	grid-gap: 1.25rem;
	gap: 1.25rem;
}

.article__mediaImg img {
	aspect-ratio: 1/1;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.article__img[data-img=gresb] {
	max-width: 21.6875rem;
}

.article__img[data-img] img {
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.article__img[data-img=gresb] img {
	aspect-ratio: 347/264;
}

.article__img[data-img=dbj-green-building] {
	max-width: 12.375rem;
}

.article__img[data-img=dbj-green-building] img {
	aspect-ratio: 198/151;
}

.article__materialityWrap {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8); /* 背景を暗くする */
	display: none; /* 最初は非表示 */
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.card {
	border-radius: 1.25rem;
	display: grid;
	height: 100%;
	overflow: hidden;
	background-color: #000;
}

.card__img,
.card__link {
	grid-column: 1/2;
	grid-row: 1/2;
}

.card__img {
	position: relative;
	color: #FFF;
}

.card__img::before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000));
	background: linear-gradient(transparent 40%, #000 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.card__img img {
	aspect-ratio: 2/1;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

.card__link {
	align-items: end;
	color: #fff;
	display: grid;
	grid-gap: 0.625rem;
	gap: 0.625rem;
	grid-template-columns: 3.75rem auto 3.125rem;
	margin-top: auto;
	min-height: 15rem;
	padding: 5.625rem 1.5625rem 1.625rem;
	position: relative;
}

.card__linkNum {
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	grid-column: 1/2;
	letter-spacing: 0.05em;
	position: relative;
	transform: translateY(0.625rem);
}

.card__linkNum::after {
	background-color: #fff;
	content: "";
	height: 1.875rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.0625rem;
}

.card__linkText {
	font-size: 1.25rem;
	font-weight: 700;
	grid-column: 1/2;
	grid-row: 2/3;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.card__linkArrow {
	border: 1px solid;
	border-radius: 50%;
	grid-column: 3/4;
	grid-row: 2/3;
	height: 3.125rem;
	margin-top: 0.875rem;
	transition: 0.3s;
	width: 3.125rem;
}

.card:hover .card__linkArrow {
	background-color: #1c7ce0;
	border-color: #1c7ce0;
}

.card__linkArrow img {
	aspect-ratio: 14/12;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 0.875rem;
}

.card2 {
	background-color: #fff;
	border: 1px solid #1b57d6;
	border-radius: 1.25rem;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
	display: grid;
	grid-gap: 0;
	gap: 0;
	grid-row: span 3;
	grid-template-rows: subgrid;
	overflow: hidden;
}

.card2.card2--span2 {
	grid-row: span 2;
}

.card2__img img {
	aspect-ratio: 440/250;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

.card2__img.card2__img--lg img {
	aspect-ratio: 310/210;
}

.card2__link {
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#1b57d6), to(#1177d6));
	background: linear-gradient(90deg, #1b57d6, #1177d6);
	background-color: #1177d6;
	color: #fff;
	display: grid;
	flex-grow: 1;
	font-size: 1.25rem;
	font-weight: 700;
	grid-gap: 1rem;
	gap: 1rem;
	grid-template-columns: 1fr 1.875rem;
	letter-spacing: 0.05em;
	padding: 1.25rem 1.375rem;
}

.card2__link.card2__link--sm {
	font-size: 1rem;
}

.card2__link::before,
.card2__link::after {
	grid-column: 2/3;
	grid-row: 1/2;
}

.card2__link::before {
	background: url(../image/icon_arrow-white.webp) no-repeat center/contain;
	content: "";
	height: 0.75rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 0.875rem;
	z-index: 2;
}

.card2__link:hover::before {
	background: url(../image/icon_arrow-blue.webp) no-repeat center/contain;
}

.card2__link[data-icon=external-link]::before {
	background: url(../image/icon_external-link-white.webp) no-repeat center/contain;
	height: 0.9375rem;
	width: 0.9375rem;
	content: '別ウィンドウで開く';
	text-indent: -9999px;
}

.card2__link[data-icon=external-link]:hover::before {
	background: url(../image/icon_external-link.webp) no-repeat center/contain;
}

.card2__link[data-icon=pdf]::before {
	background: url(../image/icon_pdf-white.webp) no-repeat center/contain;
	height: 0.875rem;
	width: 1.6875rem;
	content: 'PDF';
	text-indent: -9999px;
}

.card2__link[data-icon=pdf]:hover::before {
	background: url(../image/icon_pdf.webp) no-repeat center/contain;
}

.card2__link::after {
	border: 1px solid #fff;
	border-radius: 50%;
	content: "";
	height: 1.875rem;
	width: 1.875rem;
}

.card2__link:hover::after {
	background-color: #fff;
}

.card2__body {
	background-color: #fff;
	height: 100%;
	padding: 1.25rem 1.25rem 1.375rem;
}

.card2__text {
	font-size: 0.875rem;
	line-height: 1.75;
}

.card2__lists {
	margin-top: 1.75rem;
}

.card2__list + .card2__list {
	margin-top: 0.625rem;
}

.card2__list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 0.625rem;
	letter-spacing: 0.05em;
}

.card2__list a::after {
	background: url(../image/icon_arrow-blue.webp) no-repeat center/contain;
	content: "";
	height: 0.75rem;
	margin-top: 0.25rem;
	width: 0.875rem;
}

.card2__field {
	background: -webkit-gradient(linear, left top, right top, from(#1b57d6), to(#1177d6));
	background: linear-gradient(90deg, #1b57d6, #1177d6);
	background-color: #1b57d6;
	border-radius: 1.375rem;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 1.875rem;
	padding: 0.125rem 1.25rem;
	text-align: center;
}

.card2__items {
	margin-top: 1.25rem;
	padding-left: 1.25rem;
}

.card2__item {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	position: relative;
}

.card2__item::before {
	background-color: #2b70e2;
	content: "";
	height: 0.25rem;
	left: -0.75rem;
	position: absolute;
	top: 0.75rem;
	width: 0.25rem;
}

.cards {
	display: grid;
	grid-gap: 1.875rem;
	gap: 1.875rem;
}

.cards2 {
	display: grid;
	grid-gap: 1.25rem;
	gap: 1.25rem;
}

.drop-menu {
	display: none; /* 初期状態では非表示 */
	left: calc(50% - 50vw);
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	transition: max-height 0.3s ease-out;
	width: 100vw;
}

.drop-menu.drop-menu--sub {
	top: 128%;
}

.drop-menu__bg {
	padding-bottom: 3.125rem;
	padding-top: 2.375rem;
	position: relative;
	z-index: 0;
}

.drop-menu__bg::before {
	background-color: rgba(0, 0, 0, 0.85);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.drop-menu__pageTop {
	margin-left: auto;
	margin-right: auto;
	max-width: 55.625rem;
	padding-left: 3.75rem;
}

.drop-menu__topLink {
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	gap: 0.5rem;
	letter-spacing: 0.05em;
	color: #000;
	-webkit-text-fill-color: #FFF;
}

.drop-menu__topLink::after {
	background: url(../image/icon_arrow-white.webp) no-repeat center/contain;
	content: "";
	flex-shrink: 0;
	height: 0.75rem;
	width: 0.875rem;
}

.drop-menu__contents {
	display: grid;
	grid-gap: 2.25rem;
	gap: 2.25rem;
	grid-template-columns: 12.5rem auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 55.625rem;
	padding-left: 3.75rem;
	position: relative;
}

.drop-menu__contents.drop-menu__contents--lg {
	grid-template-columns: 1fr 1fr;
}

.drop-menu__listItem:nth-child(n+2) {
	margin-top: 1rem;
}

.drop-menu__listItem a {
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	gap: 0.5rem;
	letter-spacing: 0.05em;
	color: #000;
	-webkit-text-fill-color: #FFF;
}

.drop-menu__listItem a[data-link=external]::after {
	background: url(../image/icon_external-link-white.webp) no-repeat center/contain;
	content: "別ウィンドウで開く";
	height: 0.9375rem;
	width: 0.9375rem;
	text-indent: -9999px;
}

.drop-menu__listItem a[data-link=pdf]::after {
	background: url(../image/icon_pdf-white.webp) no-repeat center/contain;
	content: "";
	height: 0.875rem;
	width: 1.6875rem;
}

.drop-menu__listItem a::after {
	background: url(../image/icon_arrow-white.webp) no-repeat center/contain;
	content: "";
	flex-shrink: 0;
	height: 0.75rem;
	width: 0.875rem;
}

.drop-menu__cards {
	display: grid;
	grid-gap: 1.875rem;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 9.375rem);
	margin-top: 1.25rem;
}

.drop-menu__card img {
	aspect-ratio: 150/80;
	border-radius: 0.625rem;
	display: block;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.drop-menu__card p {
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	margin-top: 1.25rem;
	color: #000;
	-webkit-text-fill-color: #FFF;
}
.drop-menu__card a {
	color: #000;
	-webkit-text-fill-color: #FFF;
}

.footer {
	position: relative;
}

.footer__logo {
	max-width: 20.625rem;
}

.footer__logo img {
	aspect-ratio: 1162/200;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.footer__items {
	margin-top: 2.5625rem;
}

.footer__content {
	background: -webkit-gradient(linear, left top, right top, from(#1b57d6), to(#1177d6));
	background: linear-gradient(90deg, #1b57d6, #1177d6);
	background-color: #1b57d6;
	background: #2b0d57;
	color: #fff;
	letter-spacing: 0.05em;
	margin-top: 2.5625rem;
	padding-bottom: 1.875rem;
	padding-top: 2.5625rem;
	text-align: center;
}

.footer__company {
	font-size: 0.875rem;
	font-weight: 700;
}

.footer__register {
	font-size: 0.625rem;
	margin-top: 0.9375rem;
}

.footer__note {
	border: 1px solid;
	font-size: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 75rem;
	padding: 0.875rem 1.25rem 1.25rem;
}

.footer__copyLight {
	margin-top: 1.125rem;
}

.footer__copyLight small {
	font-size: 0.625rem;
}

.footer__pageTop {
	position: absolute;
	right: 1.25rem;
	top: -7.8125rem;
}

.footer__pageTopBtn {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
}

.footer__pageTopBtn p {
	color: #1b57d6;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: 0.375rem;
	position: relative;
	text-transform: uppercase;
}

.footer__pageTopBtn p::after {
	background-color: #1b57d6;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.footer__pageTopImg {
	align-items: center;
	background-color: #1b57d6;
	color: #FFF;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.125rem;
	justify-content: center;
	width: 3.125rem;
}

.footer__pageTopImg img {
	aspect-ratio: 14/12;
	height: 0.75rem;
	-o-object-fit: contain;
	   object-fit: contain;
	rotate: -90deg;
	width: 0.875rem;
}

.header {
	height: auto;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__wrap {
	background-color: #fff;
	transition: background-color 0.3s ease;
}

.header__inner {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 4.375rem;
	padding-left: 0.625rem;
}

.header__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.header__logo a {
	background-color: #fff;
	display: inline-block;
	width: 58.9743589744vw;
}

.header__logo a > img {
	aspect-ratio: 1162/200;
	display: inline-block;
	-o-object-fit: contain;
	   object-fit: contain;
}

.header__navWrap {
	background-color: #fff;
	height: 100%;
	padding: 3.125rem 1.25rem;
	position: fixed;
	right: 0;
	top: 4.375rem;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	width: 100%;
	z-index: 100;
}

.header__navWrap.is-active {
	transform: translateX(0);
}

.header__btn {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.header__btn a {
	background-color: #fdf16e;
	border-radius: 2.5rem;
	color: #0e45b9;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.5rem;
	min-width: 8.125rem;
	position: relative;
	padding-left: 1.875rem;
}

.header__btn a::after {
	background: url(../image/icon_external-link.webp) no-repeat center/contain;
	content: "別ウィンドウで開く";
	height: 0.9375rem;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.9375rem;
	text-indent: -9999px;
}

.header__spBtn {
	margin-top: 3.125rem;
	text-align: center;
}

.header__spBtn a {
	background-color: #fdf16e;
	border-radius: 5rem;
	color: #0e45b9;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 1.625rem 3.75rem;
	position: relative;
	width: 100%;
}

.header__spBtn a::after {
	background: url(../image/icon_external-link.webp) no-repeat center/contain;
	content: "";
	height: 0.9375rem;
	position: absolute;
	right: 3.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.9375rem;
}

.header__spButtons {
	display: grid;
	grid-gap: 1.25rem;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.875rem;
	text-align: center;
}

.header__spButtons a {
	border: 1px solid #2b70e2;
	border-radius: 3.875rem;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 1.125rem 1.4375rem;
	text-transform: uppercase;
	width: 100%;
}

.header__spButtons a[data-icon=lang] {
	align-items: center;
	display: grid;
	grid-template-columns: 1.0625rem auto;
	justify-content: center;
}

.header__spButtons a[data-icon=lang]::before {
	background: url(../image/icon_lang-blue.webp) no-repeat center/contain;
	content: "";
	height: 1.0625rem;
	transform: translateX(-0.75rem);
	width: 1.0625rem;
}

.header--sub .header__logo {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.header--sub .header__logo a > img {
	height: 100%;
	width: 100%;
}

.item {
	display: block;
	height: 100%;
	padding: 1.5625rem 1.5625rem 1.1875rem;
	position: relative;
}

.item::before,
.item::after {
	border-radius: 1.25rem;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.item::before {
	background: -webkit-gradient(linear, left top, right top, from(#1b57d6), to(#1177d6));
	background: linear-gradient(90deg, #1b57d6, #1177d6);
	left: 0;
	top: 0;
}

.item::after {
	background-color: #fff;
	height: calc(100% - 2px);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: calc(100% - 2px);
}

.item__wrap {
	position: relative;
	z-index: 2;
}

.item__head {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	width: 100%;
}

.item__logo {
	max-width: 12.75rem;
}

.item__logo.item__logo--lg {
	max-width: 15rem;
}

.item__logo img {
	aspect-ratio: 285/35;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.item__logo.item__logo--lg img {
	aspect-ratio: 1404/141;
	height: auto;
}

.item__linkIcon {
	background-color: #fff;
	border: 1px solid #e3e5e6;
	border-radius: 50%;
	height: 3.125rem;
	width: 3.125rem;
}

.item__linkIcon img {
	aspect-ratio: 1/1;
	display: block;
	height: 100%;
	margin: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 0.9375rem;
}

.item__text {
	font-size: 0.875rem;
	line-height: 1.75;
	margin-top: 1.25rem;
}

.item2__head {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.875rem;
}

.item2__title a {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7777777778;
}

.item2__arrow img {
	aspect-ratio: 14/12;
	height: 0.75rem;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 0.875rem;
}

.item2__list:nth-child(n+2),
.item2__subList:nth-child(n+2) {
	margin-top: 0.9375rem;
}

.item2__list a {
	font-size: 1rem;
	line-height: 1.75;
}

.item2__list a[data-link],
.item2__title a[data-link] {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.25rem;
}

.item2__list a[data-link=external]::after,
.item2__title a[data-link=external]::after {
	background: url(../image/icon_external-link.webp) no-repeat center/contain;
	content: "別ウィンドウで開く";
	height: 0.9375rem;
	width: 0.9375rem;
	text-indent: -9999px;
}

.item2__list a[data-link=pdf]::after {
	background: url(../image/icon_pdf.webp) no-repeat center/contain;
	content: "PDF";
	height: 0.875rem;
	width: 1.6875rem;
	text-indent: -9999px;
}

.item2__list[data-list] {
	margin-top: 2rem;
}

.item2__list[data-list]:nth-of-type(n+3) {
	margin-top: 2.125rem;
}

.item2__list[data-list] a {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 1.0625rem;
	letter-spacing: 0.05em;
}

.item2__list[data-list=arrowLink] a::after {
	background: url(../image/icon_arrow-blue.webp) no-repeat center/contain;
	content: "";
	height: 0.75rem;
	width: 0.875rem;
}

.item2__list[data-list=externalLink] a::after {
	background: url(../image/icon_external-link.webp) no-repeat center/contain;
	content: "";
	height: 0.9375rem;
	width: 0.9375rem;
}

.item2__subLists {
	margin-top: 0.9375rem;
}

.item2__subList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.25rem;
}

.item2__subList::before {
	content: "-";
}

.item2__subLinks {
	margin-top: 2.125rem;
}

.item2__subLink a {
	font-size: 0.875rem;
	line-height: 2.6;
}

.item2__lists + .item2__head {
	margin-top: 1rem;
}

.item2__head + .item2__head {
	margin-top: 1rem;
}

.items {
	display: grid;
	grid-gap: 1.875rem;
	gap: 1.875rem;
}

.items2 {
	display: grid;
	grid-gap: 1rem;
	gap: 1rem;
}

.media {
	display: grid;
	grid-gap: 3.25rem;
	gap: 3.25rem;
}

.media__content {
	order: 2;
}

.media__title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: -0.625rem;
}

.media__text {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 2.125rem;
}

.media__btn {
	margin-top: 2.625rem;
}

.media__graph {
	background-color: #fff;
	border-radius: 1.25rem;
	padding: 1.1875rem 1.4375rem 1.5625rem;
}

.media__graphName {
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	transform: scale(0.8) translateX(-2.375rem);
}

.media__graphImg {
	margin-top: 0.75rem;
}

.media__graphImg img {
	aspect-ratio: 1179/834;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.media2__contents {
	background-color: #fff;
	border-radius: 1.25rem;
	display: grid;
	overflow: hidden;
}

.media2__content {
	order: 2;
	padding: 1.875rem 1.5625rem 1.5625rem;
}

.media2__subTitle {
	background: -webkit-gradient(linear, left top, right top, from(#1b57d6), to(#1177d6));
	background: linear-gradient(90deg, #1b57d6, #1177d6);
	background-color: #1275d6;
	background: #2b0d57;
	border-radius: 2.5rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0.375rem 1.6875rem 0.4375rem;
}

.media2__title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 1.6875rem;
}

.media2__detail {
	align-items: center;
	border-top: 1px solid #e3e5e6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	margin-top: 1.4375rem;
	padding-top: 1.5625rem;
}

.media2__detailText {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.media2__detailBtn {
	background-color: #fff;
	border: 1px solid #2b70e2;
	border-radius: 50%;
	height: 3.125rem;
	position: relative;
	transition: 0.3s;
	width: 3.125rem;
}

.media2__detailBtn:hover {
	background-color: #1c7ce0;
}

.media2__detailBtn:hover::before {
	background: url(../image/icon_arrow-white.webp) no-repeat center/contain;
	content: "";
	height: 0.75rem;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	width: 0.875rem;
}

.media2__detailBtn img {
	aspect-ratio: 14/12;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 0.875rem;
}

.media2__img img {
	aspect-ratio: 765/380;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

.nav {
	align-items: center;
	display: grid;
	align-items: center;
	justify-items: center;
	place-items: center;
}

.nav__item {
	height: 100%;
	width: 100%;
}

.nav__itemLink,
.nav__itemLink2 {
	align-items: center;
	border-bottom: 1px solid #2b70e2;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.625rem;
	height: 100%;
	justify-content: space-between;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 1.5rem 1.5625rem 1.4375rem;
	width: 100%;
	color: #000;
	-webkit-text-fill-color: #FFF;
}

.nav__itemLink::after,
.nav__itemLink2::after {
	background: url(../image/icon_arrow-blue.webp) no-repeat center/contain;
	content: "";
	display: block;
	height: 0.75rem;
	width: 0.875rem;
}

.nav__itemLink2 {
	color: #FFF;
	-webkit-text-fill-color: #000;
}
.nav--sub .nav__itemLink {
	color: #000;
	-webkit-text-fill-color: #000;
}
.nav--sub .nav__itemLink2 {
	color: #000;
	-webkit-text-fill-color: #000;
}

.related {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #eef4fb));
	background: linear-gradient(#fff 50%, #eef4fb 50%);
	padding-bottom: 7.875rem;
	padding-top: 5.75rem;
}

.related__title {
	display: grid;
	font-size: 1.25rem;
	font-weight: 700;
	grid-gap: 1.875rem;
	gap: 1.875rem;
	grid-template-columns: 15.3846153846vw auto 15.3846153846vw;
	letter-spacing: 0.05em;
	margin-left: auto;
	margin-right: auto;
	max-width: 79.4871794872vw;
	align-items: center;
	justify-items: center;
	place-items: center;
	position: relative;
}

.related__title::before,
.related__title::after {
	background-color: #000;
	content: "";
	height: 0.0625rem;
	width: 100%;
}

.related__items {
	margin-top: 4.8125rem;
}

.side {
	padding-bottom: 6.25rem;
}

.side__title {
	border-top: 1px solid #2b70e2;
	padding-top: 1.4375rem;
	padding-bottom: 1.4375rem;
}

.side__mainTitle {
	color: #2b70e2;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7777777778;
}

.side__list {
	border-top: 1px solid #e3e5e6;
}

.side__list:last-child {
	border-bottom: 1px solid #e3e5e6;
}

.side__list a {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: 0.05em;
	line-height: 1.75;
	padding: 0.875rem 0.625rem 1.0625rem 1.25rem;
}

.side__list a::after {
	background: url(../image/icon_arrow-blue.webp) no-repeat center/contain;
	content: "";
	flex-shrink: 0;
	height: 0.75rem;
	width: 0.875rem;
}

.side__list.side__list--pdf a::after {
	background: url(../image/icon_pdf.webp) no-repeat center/contain;
	height: 0.875rem;
	width: 1.6875rem;
	content: "PDF";
	text-indent: -9999px;
}

.side__list.side__list--externalLink a::after {
	background: url(../image/icon_external-link.webp) no-repeat center/contain;
	height: 0.9375rem;
	width: 0.9375rem;
	content: '別ウィンドウで開く';
	text-indent: -9999px;
}

.side__list a.is-current {
	background-color: #eef4fb;
}

.side__list.side__list--disc {
	padding-left: 1.25rem;
	position: relative;
}

.side__list.side__list--disc a.is-current {
	margin-left: -1.25rem;
	padding-left: 2.5rem;
}

.side__list.side__list--disc::before {
	background-color: #2b70e2;
	content: "";
	height: 0.25rem;
	left: 1.5rem;
	position: absolute;
	top: 46%;
	width: 0.25rem;
}

.sub-nav {
	display: grid;
	grid-template-columns: repeat(2, auto);
}

.sub-nav__item {
	border-left: 1px solid #fff;
}

.sub-nav__item:last-child {
	border-right: 1px solid #fff;
}

.sub-nav__item a {
	color: #000;
	-webkit-text-fill-color: #FFF;
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.sub-nav__item[data-icon] a {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	position: relative;
}

.sub-nav__item[data-icon=lang] a::before {
	background: url(../image/icon_lang.webp) no-repeat center/contain;
	content: "";
	height: 1.0625rem;
	width: 1.0625rem;
}

.sub-nav--sub .sub-nav__item[data-icon=lang] a::before {
	background: url(../image/icon_lang-black.webp) no-repeat center/contain;
}

.sub-nav--sub .sub-nav__item {
	border-left-color: #000;
}

.sub-nav--sub .sub-nav__item:last-child {
	border-right-color: #000;
}

.sub-nav--sub .sub-nav__item a {
	color: #000;
	-webkit-text-fill-color: #000;
}

.u-bold {
	font-weight: 700;
}

.u-desktop {
	display: none;
}

.u-desktop2 {
	display: none;
}

.u-mt-sub {
	margin-top: 3.75rem;
}

.u-mt {
	margin-top: 1px;
}

.u-mt10 {
	margin-top: 0.625rem;
}

.u-mt100 {
	margin-top: 3.125rem;
}

.u-mt20 {
	margin-top: 1.25rem;
}

.u-mt30 {
	margin-top: 1.5625rem;
}

.u-mt40 {
	margin-top: 1.25rem;
}

.u-mt50 {
	margin-top: 1.875rem;
}

@media (prefers-reduced-motion: reduce) {

html:focus-within {
	scroll-behavior: auto;
}

*,
*::before,
*::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media screen and (min-width: 768px) {

html {
	font-size: 1.0322580645vw;
}

a,
button {
	transition: 0.3s;
}

a:hover,
button:hover {
	cursor: pointer;
}

.l-bg.l-bg--sub {
	padding-bottom: 18.75rem;
}

.l-bg.l-bg--sub::before {
	height: 9.375rem;
}

.l-contents {
	margin-top: 2.1875rem;
}

.l-contents__block {
	flex-direction: row;
}

.l-contents__block.l-inner {
	max-width: 1850px;
}

.l-contents__block.l-contents__block--base.l-inner {
	max-width: 1450px;
}

.l-contents__side {
	width: 18.75rem;
}

.l-header {
	padding-top: 1.25rem;
}

.l-header.l-header--sub {
	padding-top: 0;
}

.l-inner {
	max-width: 1450px;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.l-inner2 {
	max-width: 1550px;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.l-page-header {
	margin-top: 6.25rem;
	margin-top: 0 !important;
}

.article-item {
	padding: 1.25rem;
}

.article-item::before {
	background-color: #2b70e2;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	height: 1.3125rem;
	left: -1.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8125rem;
}

.article-item__img {
	width: 5.625rem;
}

.article-item__text {
	font-size: 1.125rem;
}

.breadcrumb {
	margin-top: 4.3125rem;
}

.breadcrumb__inner.l-inner {
	max-width: 1850px;
}

.breadcrumb__inner.breadcrumb__inner--base.l-inner {
	max-width: 1450px;
}

.breadcrumb.breadcrumb--top {
	margin-top: 1.8125rem;
}

.breadcrumb__lists {
	gap: 1.75rem;
	padding-left: 0.375rem;
}

.breadcrumb__list {
	font-size: 0.875rem;
}

.breadcrumb__list::before {
	right: -1.125rem;
	top: 1.125rem;
}

.btn {
	min-width: 20rem;
	width: auto;
}

.btn:hover {
	background-color: #fff;
	color: #2b70e2;
}

.btn:hover::after {
	background: url(../image/icon_arrow-blue.webp) no-repeat center/contain;
}

.btn[data-icon=external]:hover::after {
	background: url(../image/icon_external-link.webp) no-repeat center/contain;
}

.btn.btn--white:hover::after {
	background: url(../image/icon_arrow-white.webp) no-repeat center/contain;
}

.btn.btn--thin:hover {
	background-color: #2b70e2;
	background: #2b0d57;
	color: #fff;
}

.btn.btn--thin::after {
	position: static;
	transform: translateY(0);
}

.btn.btn--thin:hover::after {
	background: url(../image/icon_arrow-white.webp) no-repeat center/contain;
}

.btn2__link {
	display: inline-block;
	max-width: 100%;
	min-width: 27.5rem;
	padding: 2.5625rem 0 2.625rem;
}

.btn2__link:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#1b57d6), to(#1177d6));
	background: linear-gradient(#1b57d6, #1177d6);
	border-color: #fff;
	color: #fff;
}

.btn2__icon {
	right: 3.125rem;
}

.page-header__en {
	font-size: 5.5rem;
}

.page-header__jp {
	font-size: 2rem;
}

.page-header2__content {
	height: 21.25rem;
}

.page-header2__title,
.page-header2__img {
	grid-column: 1/2;
	grid-row: 1/2;
}

.page-header2__title {
	overflow: hidden;
	padding-top: 0;
	position: relative;
}

.page-header2__title::before {
	background-color: #fff;
	border-bottom-right-radius: 50%;
	border-top-right-radius: 50%;
	content: "";
	height: 220%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateY(-30%);
	width: 43.75%;
}

.page-header2__titleBox {
	align-items: start;
	margin-left: 0;
	margin-right: 0;
	margin-top: 3.375rem;
	max-width: 100%;
	padding-left: 6.25rem;
	padding-right: 0;
	width: 40%;
}

.page-header2__img {
	height: 21.25rem;
	margin-left: auto;
	width: 59.3125vw;
}

.page-header2__img img {
	aspect-ratio: 949/380;
}

.page-header2__jp {
	font-size: 2.5rem;
}

.page-header2__jp::before {
	left: 0;
	top: -3.5rem;
	transform: translateX(0);
}

.page-header2__en {
	font-size: 1.5rem;
	margin-top: 2.5rem;
	transform: translateY(-0.5rem);
}

.section-title {
	font-size: 2.25rem;
	padding: 4.5625rem 5.0625rem;
}

.section-title::before {
	left: 5.0625rem;
	width: 9.375rem;
}

.section-title[data-title=bg] {
	font-size: 1.5rem;
	padding: 2rem 2.5rem;
}

.section-title[data-title=border] {
	font-size: 1.25rem;
	padding: 1.5rem 1.875rem;
}

.section-title[data-title=border2],
.section-title[data-title=border3] {
	font-size: 1.25rem;
}

.title {
	padding-top: 4.3125rem;
}

.title::before {
	/* height: 37.5rem;
	top: -16.875rem;
	width: 87.8125vw; */
}

.title__main {
	font-size: 5.5rem;
}

.title__sub {
	font-size: 2rem;
	margin-top: 1.5rem;
}

.title2__main {
	font-size: 5.5rem;
}

.title2__sub {
	font-size: 1.5rem;
	margin-top: 1.75rem;
}

.article__section + .article__section {
	margin-top: 9.375rem;
}

.article__list {
	border-top: 1px solid;
	font-size: 1.125rem;
	grid-template-columns: 19.375rem 1fr;
}

.article__list:last-child {
	border-bottom: 1px solid;
}

.article__lists {
	margin-top: 6.25rem;
}

.article__list dt,
.article__list dd {
	padding: 1.25rem 1.25rem 1.25rem 1.875rem;
}

.article__organizationImg {
	margin-top: 6.25rem;
}

.article__listBtn {
	margin-top: 1.4375rem;
}

.article__listBtn a {
	padding: 0.375rem 0.9375rem 0.375rem;
}

.article__summary {
	margin-top: 2.5rem;
}

.article__summary p {
	font-size: 1.125rem;
}

.article__list2 {
	grid-template-columns: auto 1fr;
}

.article__year {
	font-size: 1.125rem;
	padding-top: 0;
	padding-bottom: 0;
}

.article__year,
.article__list2 dd ul > li {
	padding: 1.375rem 1.875rem 1.6875rem;
}

.article__list2 dd ul > li {
	font-size: 1rem;
}

.article__items {
	gap: 2.5rem;
	grid-template-columns: repeat(4, 1fr);
}

.article__text {
	font-size: 1.125rem;
	line-height: 2;
}

.article__note {
	font-size: 1rem;
}

.article__numList li {
	font-size: 1.25rem;
}

.article__link::before {
	background-color: #2b70e2;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: 0.3s;
	width: 0;
}

.article__link:hover::before {
	width: 100%;
}

.article__link[data-icon]:hover::before {
	width: calc(100% - 1.2em);
}

.article__serial li {
	font-size: 1.125rem;
	line-height: 2;
}

.article__serialNum > li::before {
	height: 1.125rem;
	top: 0.625rem;
	width: 1.125rem;
}

.article__dotList li {
	font-size: 1.125rem;
	line-height: 2;
}

.article__dotList li::before {
	top: 1.0625rem;
}

.article__tableList {
	grid-template-columns: auto 1fr;
}

.article__tableList dt,
.article__tableList dd {
	font-size: 1.125rem;
	line-height: 2;
	padding: 1.25rem 2rem 1.3125rem;
}

.article__tableList dd {
	padding: 1.25rem 2rem 1.3125rem;
}

.article__fileList li {
	padding: 1.4375rem 1.875rem 1.875rem 4.625rem;
}

.article__fileList li::before {
	left: 1.875rem;
}

.article__fileList li a {
	font-size: 1.125rem;
	line-height: 2;
	position: relative;
}

.article__fileList li a::before {
	left: -2.75rem;
	position: absolute;
	top: 2px;
}
.article__fileList li a::after {
	background-color: #2b70e2;
	bottom: -0.125rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: 0.3s;
	width: 0;
}

.article__fileList li a:hover::after {
	width: 100%;
}

.article__wrap {
	padding: 2.375rem 3.125rem 2.625rem;
}

.article__wrap p {
	font-size: 1.125rem;
	line-height: 2;
}

.article__table table th,
.article__table table td {
	font-size: 1rem;
	line-height: 1.75;
	padding: 0.75rem 1.25rem 0.875rem;
}

.article__table[data-size=sm] table th {
	padding: 0.6875rem 0.8125rem 1rem 1.125rem;
	width: 40.5405405405%;
}

.article__table[data-size=sm] table td {
	vertical-align: baseline;
	vertical-align: initial;
}

.article__wrapCol3 {
	gap: 2.5rem;
	grid-template-columns: 6.25rem 1fr 12.5rem;
	padding: 2.375rem 3.125rem 2.625rem;
}

.article__wrapCol3 p {
	font-size: 1.125rem;
	line-height: 2;
}

.article__wrapCol2 {
	gap: 3.75rem;
	grid-template-columns: repeat(2, 1fr);
}

.article__wrapCol4 {
	grid-template-columns: repeat(4, 1fr);
}

.article__col p {
	font-size: 1.125rem;
	line-height: 2;
}

.article__btn a,
.article__btn button {
	padding: 1.5625rem 1.875rem 1.8125rem;
}

.article__btn a[data-btn=col],
.article__btn button[data-btn=col] {
	display: inline-block;
	min-width: 27.5rem;
	width: auto;
}

.article__btn a[data-btn=col5] {
	padding: 1rem 1.25rem 1.125rem;
}

.article__btnCol2 {
	grid-template-columns: repeat(2, 1fr);
	max-width: 44.375rem;
}

.article__btnCol3 {
	grid-template-columns: repeat(3, 1fr);
	max-width: 62.5rem;
}

.article__btnCol5 {
	gap: 1.25rem;
	grid-template-columns: repeat(5, 1fr);
	max-width: 62.5rem;
}

.article__pageLinks {
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.article__logoBtn a {
	gap: 1.3125rem;
	padding: 2.5rem 3.125rem;
	width: 54%;
}

.article__media {
	gap: 1.875rem;
	grid-template-columns: 1fr 21.875rem;
}

.article__media[data-media=left-img] {
	gap: 2.5rem;
	grid-template-columns: 12.375rem 1fr;
}

.card__link {
	align-items: center;
	gap: 1.875rem;
	min-height: auto;
	padding: 1.875rem 1.875rem 1.625rem;
}

.card__linkNum {
	grid-column: initial;
}

.card__linkText {
	font-size: 1.5rem;
	grid-column: initial;
	grid-row: initial;
}

.card__linkArrow {
	grid-column: initial;
	grid-row: initial;
}

.card2__link {
	font-size: 1.5rem;
	grid-template-columns: 1fr 3.125rem;
}

.card2__link.card2__link--sm {
	font-size: 1.125rem;
}

.card2__link::before {
	transition: 0.3s;
}

.card2__link::after {
	height: 3.125rem;
	width: 3.125rem;
}

.card2__body {
	padding: 1.375rem 1.875rem 1.8125rem;
}

.card2__body.card2__body--sm {
	padding: 1.875rem 1.25rem 2.25rem 1.625rem;
}

.card2__text {
	font-size: 1rem;
}

.card2__list a {
	font-size: 1rem;
	line-height: 1.7;
}

.card2__list a::after {
	margin-top: 0.5rem;
}

.cards {
	grid-template-columns: repeat(3, 1fr);
}

.cards2 {
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.drop-menu {
	left: calc(50% - 51.28vw);
}

.footer__content {
	margin-top: 5.75rem;
	padding-top: 2.875rem;
}

.footer__register {
	font-size: 0.75rem;
	margin-top: 0.8125rem;
}

.footer__note {
	font-size: 0.75rem;
	padding-bottom: 1.25rem;
	padding-top: 0.875rem;
}

.footer__copyLight {
	margin-top: 2.375rem;
}

.footer__copyLight small {
	font-size: 0.75rem;
}

.footer__pageTop {
	right: 3.125rem;
	top: -8.75rem;
}

.footer__pageTopBtn p {
	padding-bottom: 0.625rem;
}

.footer__pageTopImg {
	height: 5rem;
	width: 5rem;
}

.header__wrap {
	background-color: rgba(0, 0, 0, 0.5);
}

.header__inner {
	display: block;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.header__content {
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
	position: relative;
	z-index: 0;
}

.header__logo {
	left: 1.875rem;
	position: absolute;
	top: 0;
	z-index: 2;
}

.header__logo a {
	border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	display: block;
	max-width: 19.375rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.6875rem;
	text-align: center;
	width: 19.375vw;
}

.header__navWrap {
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
	height: auto;
	padding: 0;
	position: static;
	transform: translateX(0);
	width: auto;
}

.header--sub .header__wrap {
	background-color: #fff;
	box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
	height: 6.25rem;
}

.header--sub .header__inner {
	height: 100%;
}

.header--sub .header__logo a {
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.header--sub .header__content {
	height: 100%;
}

.item {
	padding: 2.625rem 3.125rem 3.375rem;
}

.item__logo {
	max-width: 23.75rem;
}

.item__logo.item__logo--lg {
	max-width: 25rem;
}

.item__text {
	font-size: 1rem;
	margin-top: 1.875rem;
}

.item2__head {
	border-bottom: 1px solid;
	gap: 0.5rem;
	padding-bottom: 1rem;
}

.item2__title a {
	font-size: 1.125rem;
}

.item2__title a:hover {
	color: #2b70e2;
}

.item2__lists {
	margin-top: 2.125rem;
}

.item2__list a:hover {
	color: #2b70e2;
}

.item2__list[data-list] {
	margin-top: 3.125rem;
}

.item2__list[data-list]:nth-of-type(n+3) {
	margin-top: 2.5rem;
}

.item2__list[data-list] a {
	font-size: 1.125rem;
	gap: 0.375rem;
}

.item2__subLinks {
	margin-top: 3.125rem;
}

.item2__subLink a {
	line-height: 2.4;
}

.item2__subLink a:hover {
	color: #2b70e2;
}

.item2__lists + .item2__head {
	margin-top: 2.5rem;
}

.items {
	grid-template-columns: repeat(2, 1fr);
}

.items2 {
	gap: 4.375rem;
	grid-template-columns: repeat(3, 1fr);
}

.media {
	gap: 6.25rem;
	grid-template-columns: 1fr 48.75rem;
}

.media__content {
	order: initial;
}

.media__title {
	font-size: 1.5rem;
}

.media__text {
	font-size: 1.125rem;
	margin-top: 1.9375rem;
}

.media__graph {
	border-radius: 2.5rem;
	padding: 2.75rem 2.125rem 3.125rem;
}

.media__graphName {
	font-size: 1.125rem;
	transform: scale(1) translateX(0);
}

.media__graphImg {
	margin-top: 1.875rem;
}

.media2__contents {
	border-radius: 2.5rem;
	grid-template-columns: 1fr 47.8125rem;
}

.media2__content {
	order: initial;
	padding: 3.125rem 3.125rem 1.875rem;
}

.media2__subTitle {
	font-size: 1.125rem;
	padding: 0.375rem 2.875rem 0.4375rem;
}

.media2__title {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 2.6875rem;
}

.media2__detail {
	margin-top: 2.125rem;
	padding-top: 1.875rem;
}

.media2__detailText {
	font-size: 1.125rem;
}

.media2__detailBtn {
	height: 5rem;
	width: 5rem;
}

.nav {
	color: #fff;
	gap: 2.5rem;
	grid-template-columns: repeat(4, 1fr);
	position: relative;
}

.nav__itemLink,
.nav__itemLink2 {
	border: none;
	font-size: 0.875rem;
	justify-content: center;
	line-height: 1.5;
	padding: 0;
}

.nav__itemLink::after,
.nav__itemLink2::after {
	background: #1c7ce0;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	height: 0.5rem;
	width: 0.625rem;
}

.nav__item[data-icon=none] .nav__itemLink::after {
	display: none;
}

.nav.nav--sub {
	color: #000;
}

.related {
	padding-bottom: 9.375rem;
}

.related__title {
	font-size: 1.5rem;
	gap: 3.25rem;
	grid-template-columns: 9.375rem auto 9.375rem;
	max-width: 33.125rem;
}

.related__items {
	margin-top: 5rem;
}

.side {
	padding-bottom: 0;
}

.u-desktop {
	display: block;
}

.u-desktop2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.u-mobile {
	display: none;
}

.u-mt-sub {
	margin-top: 6.25rem;
}

.u-mt100 {
	margin-top: 6.25rem;
}

.u-mt30 {
	margin-top: 1.875rem;
}

.u-mt40 {
	margin-top: 2.5rem;
}

.u-mt50 {
	margin-top: 3.125rem;
}

}

@media screen and (min-width: 1520px) {

.drop-menu {
	left: calc(50% - 50.9vw);
}

}

@media screen and (min-width: 1530px) {

.drop-menu {
	left: calc(50% - 50.6vw);
}

}

@media screen and (min-width: 1540px) {

.drop-menu {
	left: calc(50% - 50vw);
}

}

@media (min-width: 1550px) {

html {
	font-size: 100%;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

/* 241017 追記 */
[data-align="center"] {
	text-align: center;
}

[data-align="right"] {
	text-align: right;
}

[data-align="left"] {
	text-align: left;
}












.cmp-footer {
    background: #44413e;
    bottom: 0;
    width: auto
}

@media screen and (min-width: 768px) {
    .cmp-footer {
        padding:0 2pc
    }
}

@media screen and (min-width: 1200px) {
    .cmp-footer {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 88px;
        justify-content: space-between;
        padding: 0 0 0 3pc;
        position: inherit
    }
}

.cmp-footer__container {
    padding: 2pc 0
}

.cmp-footer__container,.cmp-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cmp-footer__row {
    gap: 8px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .cmp-footer__row {
        gap:24px
    }
}

.cmp-footer__heading {
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: 48%;
    border-top: 1px solid #d9d2cc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 1;
    flex: 1;
    flex-basis: 48%;
    max-width: 50%
}

@media screen and (min-width: 768px) {
    .cmp-footer__heading {
        -ms-flex-preferred-size:22%;
        flex-basis: 22%;
        max-width: 25%
    }
}

.cmp-footer__heading:last-child,.cmp-footer__heading:nth-child(3) {
    margin-top: 24px
}

@media screen and (min-width: 768px) {
    .cmp-footer__heading:last-child,.cmp-footer__heading:nth-child(3) {
        margin-top:0
    }
}

.cmp-footer__header {
    color: #d9d2cc;
    font-family: Graphik,Meiryo,Hiragino Kaku Gothic Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.0125em;
    line-height: 20px;
    margin-bottom: 1pc;
    margin-top: 1pc
}

@media screen and (min-width: 768px) {
    .cmp-footer__header {
        font-size:18px;
        line-height: 28px;
        margin-top: 24px
    }
}

.cmp-footer__listitems {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.cmp-footer__list {
    padding-bottom: 8px
}

.cmp-footer--socials {
    display: inline-block;
    height: 30px;
    padding-right: 8px;
    width: 30px
}

@media screen and (min-width: 768px) {
    .cmp-footer--socials {
        display:block;
        padding-right: 0
    }
}

.cmp-footer--socials img {
    height: 28px;
    width: 28px
}

.cmp-footer__link {
    color: #d9d2cc;
    font-family: Graphik,Meiryo,Hiragino Kaku Gothic Pro;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.0125em;
    line-height: 19px;
    text-decoration: none
}

.cmp-footer__link:active,.cmp-footer__link:focus,.cmp-footer__link:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px
}

.cmp-footer__link:before {
    content: var(--bg-image)
}

.cmp-footer__link:hover:before {
    content: var(--bg-image-hover)
}

@media screen and (min-width: 768px) {
    .cmp-footer__link {
        font-size:1pc;
        line-height: 26px
    }
}

.cmp-footer__link--icons:after {
    content: url(../image/open_in_new.svg);
    padding-left: 6px;
    vertical-align: middle
}

.cmp-footer__trademark {
    -webkit-box-flex: 1;
    color: #d9d2cc;
    -ms-flex: 1;
    flex: 1;
    font-family: Inter,Meiryo,Hiragino Kaku Gothic Pro;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px
}

@media screen and (min-width: 768px) {
    .cmp-footer__trademark {
        -webkit-box-flex:3;
        -ms-flex: 3;
        flex: 3;
        font-size: 15.0866px;
        line-height: 18px
    }
}

.cmp-footer__copywrite {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px
}

.cmp-footer__copywrite--image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cmp-footer__copywrite img {
    width: 9pc
}

.cmp-footer__text {
    padding: 0 8px
}

@media screen and (min-width: 1200px) {
    .cmp-footer__text {
        width:100%
    }
}

.cmp-footer__stoke {
    display: none
}

@media screen and (min-width: 1200px) {
    .cmp-footer__stoke {
        content:url(../image/graph.png);
        display: block
    }
}

.cmp-footer .hover-footer-image-contents {
    content: var(--bg-image-hover);
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
    z-index: -9999
}