@charset "utf-8";

/**********************************************
 * header
 * footer
 * common
 ***********************************************/


/**********************************************
 * Header
 ***********************************************/
.Header_logo {
	position: absolute;
	top: 40px;
	left: 40px;
}
.Header_logoImg {
	width: 200px;
}
@media (max-width: 767px) {
	.Header_logo {
		top: 20px;
		left: 20px;
	}
	.Header_logoImg {
		width: 87px;
	}
}

/**********************************************
 * Footer
 ***********************************************/
.Footer_link {
	padding: 40px 0;
	background-color: #0b308e;
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 500;
}
.Footer_link li {
	border-left: solid 1px #fff;
}
.Footer_link li:last-of-type {
	border-right: solid 1px #fff;
}
.Footer_link a {
	position: relative;
	display: block;
	padding: 20px 20px 60px 20px;
	color: #fff;
	text-align: center;
}
.Footer_link a:after {
	content: '\f054';
	position: absolute;
	width: 15px;
	height: 24px;
	bottom: 18px;
	right: 0;
	left: 0;
	margin: auto;
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 1;
	color: #fff;
}
.Footer_link a:hover {
	opacity: 0.7;
	transition: .5s;
}

.Footer_link i {
	display: block;
	margin-bottom: 45px;
}

.Footer_link li dt {
	font-size: 3.0rem;
}
.Footer_link li dd {
	font-size: 1.8rem;
}

.Footer_copyright {
	padding: 30px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
}

@media (max-width: 767px) {
	.Footer_link {
		padding: 0;
	}
	.Footer_link li {
		border-left: none !important;
		border-right: none !important;
	}
	.Footer_link li + li a {
		border-top: solid 1px #fff;
	}
	.Footer_link a {
		padding: 40px 0;
		display: flex;
		align-items: center;
		text-align: left;
	}
	.Footer_link a:after {
		top: 40px;
		bottom: 0;
		right: 0;
		left: auto;
		margin: auto;
		font-family: "Font Awesome 6 Pro";
		font-weight: 300;
		font-size: 2.4rem;
		line-height: 1;
		color: #fff;
	}
	.Footer_link i {
		margin-bottom: 0;
	}
	.Footer_link i {
		width: 12%;
		margin-right: 20px;
	}
	.Footer_link li dt {
		font-size: 2.4rem;
	}
	.Footer_link li dd {
		margin-top: 10px;
		font-size: 1.4rem;
	}




	.Footer_inner {
		display: block;
	}

	.Footer_copyright {
		padding: 15px;
		font-size: 1rem;
	}
}

/**********************************************
 * common
***********************************************/
section {
	margin-bottom: 70px;
}
.img-inherit {
	width: auto;
	height: auto;
	max-width: 100%;
}
figcaption {
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 300;
	line-height: 1.7;
	margin-top: 15px;
}

@media (max-width: 767px) {
	section {
		margin-bottom: 50px;
	}
}

/* TitleArea
*******************************************/
.TitleArea em {
	font-family: 'Noto Sans SC', sans-serif;
	letter-spacing: 1.6px;
}


/* Title_lv2
*******************************************/
.Title_lv2 {
	position: relative;
	margin-bottom: 70px;
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.4;
	color: #005eb8;
}
.Title_lv2::before {
	content: "";
	position: absolute;
	width: 67px;
	height: 1px;
	top: 0.75em;
	left: -88px;
	border-bottom: solid 1px #005eb8;
}

@media (max-width: 767px) {
	.Title_lv2 {
		margin-bottom: 20px;
		font-size: 2.0rem;
	}
	.Title_lv2::before {
		width: 30px;
		height: 1px;
		top: -15px;
		left: 0;
		border-bottom: solid 1px #005eb8;
	}
}

/* Text
*******************************************/
.Text {
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 400;
	font-size: 2.0rem;
	line-height: 2;
}
.inner .Text {
	font-size: 1.6rem;
	line-height: 2;
}
.Text + .Text {
	margin-top: 20px;
}
.Text.-copy {
	margin-bottom: 30px;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.8;
}
.Text.-lead {
	font-size: 1.8rem;
}

.Text.-white {
	color: #ffffff;
}

.Text.-notes {
	font-size: 1.2rem;
}

@media (max-width: 767px) {
	.Text {
		font-size: 1.6rem;
		line-height: 1.8;
	}
	.inner .Text {
		font-size: 1.6rem;
		line-height: 1.8;
	}
	.Text.-copy {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.Text.-lead {
		font-size: 1.8rem;
	}
}

/* Btn
*******************************************/
.BtnWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.Btn {
	display: inline-block;
}
.Btn:not(:last-of-type) {
	margin-right: 30px;
}

.Btn a,
.Btn button {
	display: block;
	position: relative;
	width: 100%;
	border: solid 1px #000;
	padding: 10px 70px 10px 15px;
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 500;
	color: #000;
	line-height: 1;
}
.Btn a::before,
.Btn button::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background: #0066cc;
	bottom: 0;
	left: 0;
	transition: width 0.5s;
	z-index: -1;
}
.Btn a::after,
.Btn button::after {
	content: "\f054";
	position: absolute;
	width: 9px;
	height: 14px;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	font-family: "Font Awesome 6 Pro";
	font-size: 1.4rem;
	line-height: 1;
	color: #00388b;
}
.Btn a:hover,
.Btn button:hover {
	border: solid 1px #0066cc;
	color: #fff;
	transition: .5s;
}
.Btn a:hover::before,
.Btn button:hover::before {
	width: 100%;
}
.Btn a:hover::after,
.Btn button:hover::after {
	color: #fff;
	transition: .5s;
}
@media (max-width: 767px) {
	.Btn {
		font-size: 1.6rem;
	}

	.Btn:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

/* Pagetop
***************************************/
.Pagetop {
	position: fixed;
	bottom: 45px;
	right: 10px;
	z-index: 999;
	border: solid 1px #fff;
}
.Pagetop_link {
	display: block;
	width: 50px;
	height: 50px;
}
.Pagetop_img {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	.Pagetop {
		bottom: 0;
	}
}

/* Link
*******************************************/
.Link {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000000;
}
.Link:hover {
	opacity: 0.7;
	transition: .3s;
}

.Link.-arrow::before,
.Link.-arrow::after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	color: #333;
}
.Link.-arrow.-l::before {
	margin-right: 8px;
	content: '\f053';
}
.Link.-arrow.-r::after {
	margin-left: 8px;
	content: '\f054';
}


/*---------------------------------------------
cookieバナー
---------------------------------------------*/
#onetrust-banner-sdk #onetrust-policy-title {
	font-size: 1.92rem !important;
	line-height: 1.3 !important;
	margin-bottom: 10px !important;
}

#onetrust-banner-sdk #onetrust-policy-text,
#onetrust-banner-sdk .ot-dpd-desc,
#onetrust-banner-sdk .ot-b-addl-desc {
	font-size: 1.3rem !important;
	line-height: 1.5 !important;
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
	font-size: 1.3rem !important;
}

#onetrust-banner-sdk #onetrust-policy-text a {
	outline: none;
}
