<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";




/*********** common変更 *************/


/*********** ↑common変更 *************/



/*********** 共通 *************/

.section-wrap {
	padding-top: 200px;
}

.section-wrap.first {
	padding-top: 100px;
}

/*********** ↑共通 *************/






.voice-headcopy {
	font-size: 3.0rem;
	letter-spacing: 0.4rem;
	text-align: center;
	padding-top: 120px;
}




/*********** point-wrap *************/

.point-wrap {
	display: grid;
	grid-template-rows: auto 1fr;
	justify-content: space-between;
	margin-top: 150px;
}



/*** left ***/

.point-wrap.left {
	grid-template-columns: 33.33% 60%;
}

.point-wrap.left li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.point-wrap.left li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.point-wrap.left li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}

/*** ↑left ***/



/*** right ***/

.point-wrap.right {
	grid-template-columns: 60% 33.33%;
}

.point-wrap.right li:nth-child(1) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.point-wrap.right li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.point-wrap.right li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

/*** ↑right ***/





.point-wrap .num-wrap {
	display: flex;
	flex-direction: column;
}

.point-wrap .num-wrap dl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.0;
	background: #2a4957;
	width: 150px;
	height: 150px;
}

.point-wrap .num-wrap dt {
	
}

.point-wrap .num-wrap dd {
	font-size: 8.0rem;
}

.point-wrap .num-wrap p {
	color: #2a4957;
	font-size: 2.8rem;
	padding-top: 40px;
}

.point-wrap .bt {
	width: 67.75%;
	margin-top: 50px;
}

.point-wrap .bt a {
	transition: all 0.2s ease;
}

.point-wrap .bt a:hover {
	padding-left: 20px;
}


.point-endcopy {
	font-size: 2.0rem;
	line-height: 2.2;
	text-align: center;
	padding-top: 140px;
}

/*********** ↑point-wrap *************/







/*********** message *************/


.message-title p:nth-child(1) {
	font-size: 3.2rem;
	text-align: center;
	padding-top: 60px;
}

.message-title p:nth-child(2) {
	font-size: 1.8rem;
	text-align: center;
	padding-top: 20px;
}



.message-bg-area {
	position: relative;
	margin-top: 100px;
}

.message-bg {
	position: absolute;
	top: 140px;
	bottom: 160px;
	left: 131px;
	right: 131px;
	background: #eceff1;
	z-index: -1;
}

.message-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.message-wrap a {
	transition: all 0.2s ease;
}

.message-wrap a:hover {
	filter: brightness(140%);
}

.message-wrap li:nth-child(1) {
	width: 40.67%;
}

.message-wrap li:nth-child(1) p:nth-child(-n+4) {
	margin-bottom: 40px;
}

.message-wrap li:nth-child(1) p:nth-child(2n) {
	width: 72.95%;
	margin-left: 27.05%;
}


.message-wrap li:nth-child(2) {
	width: 56.25%;
}

.message-wrap li:nth-child(2) p:nth-child(-n+4) {
	margin-bottom: 40px;
}

.message-wrap li:nth-child(2) p:nth-child(1) {
	width: 68.15%;
	margin-left: 31.85%;
}

.message-wrap li:nth-child(2) p:nth-child(2),
.message-wrap li:nth-child(2) p:nth-child(4) {
	width: 72.3%;
}

.message-wrap li:nth-child(2) p:nth-child(3) {
	width: 72.3%;
	margin-left: 27.7%;
}

.message-wrap li:nth-child(2) p:nth-child(5) {
	width: 52.74%;
	margin-left: 47.26%;
}


/*********** ↑message *************/





/************ fancybox *******************/

.fancybox-content {
    background: none;
    display: inline-block;
    margin: 0;
    max-width: 960px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
}











</pre></body></html>