<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.maindesign .feature-hdg1 {
	font-size: 1.5rem;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.maindesign .feature-hdg1 {
		font-size: 4.5vw;
	}
}


.maindesign .award-news {
	font-size: 1.6rem;
	line-height: 1.3;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width:767px) {
	.maindesign .award-news {
		text-align: left;
		font-size: 4.5vw;
		line-height: 1.5;
	}
}

.maindesign .heading-03 {
	font-size: 1.35rem;
	line-height: 1.3;
}

@media screen and (max-width:767px) {
	.maindesign .heading-03 {
		font-size: 1.15rem;
	}
}

.maindesign .half-column {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}
.maindesign .half-column--card {
	display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
	gap: 0;
}
.maindesign .half-column--card-lead {
	margin-top: 10px;
	text-align: center;
}
.maindesign .half-column--card-btn {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.maindesign .half-column {
		grid-template-columns: repeat(1,1fr);
		gap: 20px;
	}
	.maindesign .half-column--card {
		display: contents;
	}
	.maindesign .half-column--card-lead {
		font-size: 0.95rem;
	}
	.maindesign .half-column--card-btn {
		margin-top: 0;
	}
	.maindesign .half-column--order01 {
		order: 1;
	}
	.maindesign .half-column--order02 {
		order: 2;
	}
	.maindesign .half-column--order03 {
		order: 3;
	}
	.maindesign .half-column--order04 {
		order: 4;
	}
}

.maindesign .komeri-btn {
	position: relative;
	background-color: #979797;
	cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .komeri-btn:hover {
	opacity: 0.75;
	transition: 0.6s;
}
.maindesign .komeri-btn &gt; a {
	text-decoration: none;
	display: inline !important;
}
.maindesign .komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	font-weight: bold;
}
.maindesign .komeri-btn__orange {
	background-color: #EA6D0D !important;
}
.maindesign .komeri-btn--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}

.maindesign .athena-catch {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .athena-catch--link {
	display: contents;
}
.maindesign .athena-catch--img {
	width: 40%;
	padding: 50px 0;
	border: 1px solid #ccc;
}
.maindesign .athena-catch--img:hover {
	opacity: 0.75;
	transition: 0.25s;
}
.maindesign .athena-catch--text {
	width: 57%;
}
.maindesign .athena-catch--btn {
	margin: 30px auto 0;
	width: 50%;
}

@media screen and (max-width:767px) {
	.maindesign .athena-catch--img {
		width: 100%;
		padding: 30px 0;
	}
	.maindesign .athena-catch--text {
		width: 100%;
		margin-top: 10px;
	}
	.maindesign .athena-catch--btn {
		width: 100%;
	}
}

.maindesign .history {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 15px 40px;
}

@media screen and (max-width:767px) {
	.maindesign .history {
		grid-template-columns: repeat(1,1fr);
	}
}

.maindesign .relation {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 15px 40px;
}

@media screen and (max-width:767px) {
	.maindesign .relation {
		grid-template-columns: repeat(1,1fr);
	}
}

.maindesign .text-comment {
	margin-top: 10px;
}
.maindesign .text-comment p:not(:first-child) {
	margin-top: 30px;
}
.maindesign .flow-list {
	margin-top: 10px;
}
.maindesign .flow-list .flow-list--item:not(:first-child) {
	margin-top: 5px;
}
.maindesign .flow-list--item {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width:767px) {
	.maindesign .text-comment p:not(:first-child) {
		margin-top: 15px;
	}
	.maindesign .flow-list {
		margin-top: 5px;
	}
	.maindesign .flow-list .flow-list--item:not(:first-child) {
		margin-top: 3px;
	}
}

.maindesign .notes-text {
	color: #ff0000;
	line-height: 1.3;
	font-size: 1.15rem;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}

@media screen and (max-width:767px) {
	.maindesign .notes-text {
		font-size: 0.95rem;
	}
}</pre></body></html>