<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*KV
------------------------------------------------------*/
.l-about__kv {
	width: 100%;
	padding-left: min(5%, 40px);
	padding-right: min(5%, 40px);
}
.l-about__kv-inner {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 0.5em;
	width: 100%;
	max-width: 1400px;
	height: clamp(31.25rem, 14.583rem + 34.72vw, 40.625rem); /*768 500px/1200 650px*/
	margin: 0 auto;
}
.l-about__kv-inner h2 {
	display: inline;
	z-index: 1;
	margin-bottom: 0.5em;
	font-size: clamp(2.25rem, 1.432rem + 4.09vw, 4.5rem); /*36px/72px*/
	font-weight: 800;
	line-height: 1.2em;
}
.l-about__kv-inner h2 &gt; span {
	position: relative;
	display: inline-block;
}
.l-about__kv-inner h2 &gt; span::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: -25px;
	top: -5px;
	right: -25px;
	background-color: #FFF;
	z-index: -1;
}
.l-about__kv-menu {
	z-index: 1;
	width: fit-content;
	padding: 20px 30px 10px 0;
	background: #FFF;
}
.l-about__kv-menu li {
	margin-bottom: 1.5em;
	font-size: clamp(0.688rem, 0.615rem + 0.32vw, 0.938rem); /*11px/15px*/
	line-height: 1.7em;
}
.l-about__kv-menu li span {
	font-weight: 700;
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem); /*16px/20px*/
	text-decoration-color: #222;
	text-decoration-line: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
	text-decoration-skip-ink: none;
}
.l-about__kv-menu li a:hover {
	text-decoration: none;
	color: #999;
}
.l-about__kv-image {
	z-index: 0;
	position: absolute;
	right: -100px;
	top: 0;
	width: 100%;
	max-width: 1100px;
	height: clamp(31.25rem, 14.583rem + 34.72vw, 40.625rem); /*768 500px/1200 650px*/
	background-image: url("../images/about/about_kv.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width:1300px) {
	.l-about__kv-image {
		background-image: url("../images/about/about_kv2.jpg");
	}
}
@media screen and (max-width:1000px) {
	.l-about__kv-inner {
		gap: 0.35em;
	}
	.l-about__kv-inner h2 span {
		text-decoration-thickness: 2px;
	}
}
@media screen and (max-width:767px) {
	.l-about__kv {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.l-about__kv-inner {
		position: static;
		display: block;
		height: auto;
	}
	.l-about__kv-inner h2, .l-about__kv-menu {
		display: block;
		width: 100%;
		padding-left: min(5%, 40px);
		padding-right: min(5%, 40px);
	}
	.l-about__kv-inner h2 &gt; span {
		position: static;
		display: block;
	}
	.l-about__kv-inner h2 &gt; span::before {
		display: none;
	}
	.l-about__kv-image {
		z-index: 0;
		position: inherit;
		right: 0;
		top: 0;
		aspect-ratio: 700 / 500;
		width: 100%;
		height: auto;
		margin-bottom: 5%;
		background-image: url("../images/about/about_kv3.jpg");
	}
}
/*SEC
------------------------------------------------------*/
.l_sec {
	width: 100%;
	padding-left: min(5%, 40px);
	padding-right: min(5%, 40px);
	padding-top: min(5%, 75px);
}
.l_sec__inner {
	max-width: 1400px;
	margin: 0 auto;
}
/*繝槭�繧ｸ繝ｳ險ｭ螳�
------------------------------------------------------*/
.margin-b_25 {
	margin-bottom: min(2.5%, 25px);
}
.margin-b_50 {
	margin-bottom: min(5%, 50px);
}
.margin-b_75 {
	margin-bottom: min(7.5%, 75px);
}
.margin-b_100 {
	margin-bottom: min(10%, 100px);
}
.margin-b_125 {
	margin-bottom: min(12.5%, 125px);
}
.margin-b_150 {
	margin-bottom: min(15%, 150px);
}
/*隕句�縺�
------------------------------------------------------*/
.l_sec__inner h3 {
	font-size: clamp(1.25rem, 0.705rem + 2.73vw, 2.75rem); /*20px/44px*/
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: min(5%, 50px);
}
.l_sec__inner h3 span {
	display: block;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem); /*16px/24px*/
	font-weight: 700;
	line-height: 1.5em;
}
/*SEC
------------------------------------------------------*/
.l_sec__image {
	background: #F0F0F0;
	text-align: center;
}
.l_sec__image img {
	max-width: 1000px;
}
.l_sec__text {}
.l_sec__text h4 {
	font-size: clamp(1rem, 0.746rem + 1.13vw, 1.875rem); /*16px/30px*/
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: min(0.5em, 25px);
}
.l_sec__text p {
	font-size: clamp(0.875rem, 0.644rem + 0.48vw, 1.125rem); /*14px/18px*/
	line-height: 2em;
}
.l_sec__text p span {
	font-size: 80%;
}
.l_sec__text p a {
	text-decoration: underline;
}
.l_sec__text p a:hover {
	text-decoration: none;
}
.l_sec__vision {}
.l_sec__vision h4 {
	width: fit-content;
	padding: 0.2em 1em 0.3em 1em;
	margin-bottom: min(0.5em, 25px);
	font-size: clamp(1.125rem, 0.625rem + 2.5vw, 2.5rem); /*18px/40px*/
	font-weight: 700;
	line-height: 1;
	color: #FFF;
	background: #007BC7;
}
.l_sec__vision p {
	font-size: clamp(0.875rem, 0.644rem + 0.48vw, 1.125rem); /*14px/18px*/
	line-height: 2em;
}
.l_sec__photo {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	gap: 0.5em;
	width: 100%;
	height: 400px; /*768 300px/1200 400px*/
	margin: 0 auto;
}
.l_sec__photo p {
	z-index: 1;
	width: 64%;
	max-width: 900px;
	padding: 1em 3em 2em 0;
	font-size: clamp(0.875rem, 0.644rem + 0.48vw, 1.125rem); /*14px/18px*/
	line-height: 2.5em;
	background: #FFF;
}
.l_sec__photo p span {
	font-size: 80%;
}
.l_sec__photo-image {
	z-index: 0;
	position: absolute;
	right: 0;
	top: 10px;
	width: 100%;
	max-width: 700px;
}
.l_sec__photo-image img {
	height: 400px;
	aspect-ratio: 700 / 400;
	object-fit: cover;
}
.l_sec__photo.right {}
.l_sec__photo.right p {
	position: absolute;
	right: 0;
	padding: 1em 0 2em 3em;
}
.l_sec__photo.right .l_sec__photo-image {
	left: 0;
}
.l_sec__flow {
	display: flex;
	width: 100%;
}
.l_sec__flow img {
	width: 50%;
}
.l_sec__flowtext {
	font-size: clamp(1rem, 0.111rem + 1.85vw, 1.5rem); /*16px/24px*/
	font-weight: 700;
	line-height: 1.7em;
	text-align: center;
}

@media screen and (max-width:1540px) {
	.l_sec__image img {
		max-width: 840px;
	}
}
@media screen and (max-width:1370px) {
	.l_sec__image img {
		max-width: 720px;
	}
}
@media screen and (max-width:767px) {
	.l_sec__photo {
		position: inherit;
		display: block;
		height: auto;
		margin: 0 auto;
	}
	.l_sec__photo p, .l_sec__photo.right p {
		position: inherit;
		width: 100%;
		padding: 0;
		margin-bottom: min(5%, 50px);
		line-height: 2em;
	}
	.l_sec__photo-image {
		position: inherit;
	}
	.l_sec__photo-image img {
		height: auto;
		aspect-ratio: 700 / 350;
	}
	.l_sec__flow {
		flex-direction: column;
	}
	.l_sec__flow img {
		width: 100%;
	}
}
/*TAKE A PLEDGE
------------------------------------------------------*/
.l-sec-pledge {
	width: 100%;
	padding-left: min(5%, 40px);
	padding-right: min(5%, 40px);
}
.l-sec-pledge-inner {
	max-width: 1400px;
	margin: min(10%, 60px) auto;
	padding: min(5%, 50px) min(5%, 50px) min(7.5%, 75px);
	background: #de0010;
}
.l-sec-pledge-inner h4 {
	font-size: clamp(1.438rem, 1.02rem + 1.85vw, 2.875rem); /*23px/46px*/
	font-weight: 700;
	line-height: 1.4em;
	color: #FFF;
	text-align: center;
}
.l-sec-pledge-inner h5 {
	margin-bottom: min(5%, 40px);
	font-size: clamp(0.875rem, 0.802rem + 0.32vw, 1.125rem); /*14px/18px*/
	font-weight: 700;
	line-height: 1.4em;
	color: #FFF;
	text-align: center;
}
.l-sec-pledge__btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.6em;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.l-sec-pledge__btn-item {
	width: calc(50% - 0.8em);
	height: 90px;
	font-size: clamp(1rem, 0.927rem + 0.32vw, 1.25rem); /*16px/20px*/
	font-weight: 700;
	line-height: 1em;
	border: #FFF 1px solid;
	list-style-type: none;
	align-items: center;
	vertical-align: top;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	transition: all .2s ease-in;
}
.l-sec-pledge__btn-item a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.l-sec-pledge__btn-item::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 40px;
	height: 1px;
	background: #FFF;
}
.l-sec-pledge__btn-item::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	transform: rotate(45deg);
}
.l-sec-pledge__btn-item p {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.l-sec-pledge__btn-item:hover {
	background: #FFF;
}
.l-sec-pledge__btn-item:hover p {
	color: #de0010;
}
.l-sec-pledge__btn-item:hover::before {
	background: #de0010;
}
.l-sec-pledge__btn-item:hover::after {
	border-right: 1px solid #de0010;
	border-top: 1px solid #de0010;
}
@media screen and (max-width:767px) {
	.l-sec-pledge__btn-item {
		height: 70px;
	}
	.l-sec-pledge__btn-item::before {
		right: 20px;
		width: 20px;
	}
	.l-sec-pledge__btn-item::after {
		right: 20px;
	}
	.l-sec-pledge__btn-item p {
		left: 20px;
	}
}
@media screen and (max-width:600px) {
	.l-sec-pledge__btn {
		gap: 1em;
	}
	.l-sec-pledge__btn-item {
		width: 100%;
		height: 60px;
	}
}</pre></body></html>