@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/* =====================================
	variables
===================================== */
:root {
	--color-dark-gray: #222222;
	--color-gray: #e0e0e0;
	--color-white: #ffffff;
	--color-dark-navy: #020364;
	--color-navy: #062c8e;
	--color-light-navy: #f2f2f6;
	--color-blue: #2166bf;
	--color-light-blue: #dee8f6;
	--color-violet: #7758c0;
	--color-red: #d50505;
	--contents-width: 1366px;
	--contents-inner-width: 1024px;
	--contents-padding: 15px;
}
@media (max-width: 1024px) {
	:root {
		--header-height: 56px;
	}
}
@media (min-width: 1025px) {
	:root {
		--header-height: 114px;
	}
}


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

/* html */
html {
	font-size: 62.5%;
}

/* body */
body {
	overflow-wrap: break-word;
	color: var(--color-dark-gray);
	background-color: var(--color-white);
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.85;
	-webkit-text-size-adjust: 100%;
}

/* hr */
hr {
	border: 0;
	border-top: 1px var(--color-gray) solid;
}

/* p */
p {
	margin: 20px 0;
}
p:empty {
	min-height: 1.85em;
}

/* list */
ol,
ul {
	padding-left: 20px;
}
ol:not(li > ol):not(dd > ol),
ul:not(li > ul):not(dd > ul),
dl {
	margin: 20px 0;
}

/* link */
a {
	overflow-wrap: anywhere;
	color: var(--color-blue);
}
a:visited {
	color: var(--color-violet);
}
@media (hover: hover) {
	a:hover {
		text-decoration: none;
	}
}

/* link icon */
a[target="_blank"]:not(.icon-none):not(:has(img)):not([class*="button"])::after {
	margin-left: 5px;
	content: url("../files/ico_blank_01.svg");
	vertical-align: middle;
}
a[href$=".pdf"]:not(.icon-none):not(:has(img)):not([class*="button"])::after {
	margin-left: 5px;
	content: url("../files/ico_pdf_01.svg");
	vertical-align: middle;
}
a[href$=".zip"]:not(.icon-none):not(:has(img)):not([class*="button"])::after {
	margin-left: 5px;
	content: url("../files/ico_zip_01.svg");
	vertical-align: middle;
}

/* img */
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/* form */
input,
button,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: 1.6rem;
	line-height: inherit;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}


/* =====================================
	list
===================================== */
/* list-disc */
.list-disc {
	display: grid;
	padding-left: 0;
	list-style: none;
}
.list-disc > li {
	padding-left: 20px;
	background: no-repeat url("../files/ico_disc_01.svg") 5px calc(0.925em - 2.5px);
}

/* list-asterisk */
.list-asterisk {
	padding-left: 1.25em;
	list-style: "※ ";
}


/* =====================================
	heading
===================================== */
/* heading-2 */
.heading-2 {
	display: grid;
	gap: 20px;
	justify-items: center;
	font-weight: 700;
	line-height: 1.425;
}
.heading-2--white {
	color: var(--color-white);
}
.heading-2__en {
	display: grid;
	place-content: center;
	min-height: 27px;
	border-radius: 13.5px;
	background-color: var(--color-white);
	font-weight: 500;
}
.heading-2__en--white {
	background-color: rgba(255, 255, 255, 0.07);
}
.heading-2 + * {
	margin-top: 0 !important;
}
@media (max-width: 1024px) {
	.heading-2 {
		margin: 80px 0 40px 0;
		font-size: 2.4rem;
	}
	.heading-2__en {
		width: 94px;
		font-size: 1.2rem;
	}
}
@media (min-width: 1025px) {
	.heading-2 {
		margin: 120px 0 60px 0;
		font-size: 4.5rem;
	}
	.heading-2__en {
		width: 96px;
		font-size: 1.3rem;
	}
}

/* heading-3 */
.heading-3 {
	display: grid;
	font-weight: 700;
	line-height: 1.425;
}
.heading-3__en {
	display: flex;
	gap: 5px;
	align-items: center;
	color: var(--color-blue);
	font-size: 1.3rem;
	font-weight: 500;
}
.heading-3__en-number {
	font-weight: 700;
}
.heading-3 + * {
	margin-top: 0 !important;
}
@media (max-width: 1024px) {
	.heading-3 {
		gap: 15px;
		margin: 40px 0 20px 0;
		font-size: 1.8rem;
	}
	.heading-3__en-number {
		font-size: 1.8rem;
	}
}
@media (min-width: 1025px) {
	.heading-3 {
		gap: 20px;
		margin: 60px 0 30px 0;
		font-size: 2.4rem;
	}
	.heading-3__en-number {
		font-size: 2.0rem;
	}
}


/* =====================================
	button
===================================== */
/* button */
.button {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background-color 0.3s, background-position 0.3s;
	text-decoration: none;
	letter-spacing: 0.02em;
	color: var(--color-white) !important;
	border: none;
	background-color: var(--color-blue);
	font-size: 1.3rem;
	font-weight: 700;
}
@media (max-width: 1024px) {
	.button {
		min-width: min(180px, 100%);
		min-height: 50px;
		border-radius: 25px;
	}
}
@media (min-width: 1025px) {
	.button {
		min-width: min(240px, 100%);
		min-height: 56px;
		border-radius: 28px;
	}
}
@media (hover: hover) {
	.button:hover {
		background-color: var(--color-navy);
	}
}


/* =====================================
	image
===================================== */
.mt-image-left,
.image-left {
	float: left;
	max-width: calc(50% - 10px);
	margin: 0 20px 20px 0;
}
.mt-image-center,
.image-center {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}
.mt-image-right,
.image-right {
	float: right;
	max-width: calc(50% - 10px);
	margin: 0 0 20px 20px;
}


/* =====================================
	utility
===================================== */
/* color */
.color-caution {
	color: var(--color-red);
}

/* margin */
.margin-top-none {
	margin-top: 0 !important;
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}
:where(.margin-bottom-large, .margin-bottom-medium, .margin-bottom-none) + * {
	margin-top: 0 !important;
}

/* only */
@media (max-width: 1024px) {
	.only-pc {
		display: none !important;
	}
}
@media (min-width: 1025px) {
	.only-sp {
		display: none !important;
	}
}

/* clear */
.clear {
	clear: both;
}

/* clearfix */
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

/* visually-hidden */
.visually-hidden {
	position: absolute !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	white-space: nowrap !important;
	border: 0 !important;
}
