<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 20px;
	width: 1062px;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		width: auto;
	}
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	margin-top: -102px;
	padding: 174px 0;
	height: 615px;
	box-sizing: border-box;
	background: url("../../img/index/bg01.png") no-repeat center / cover;
}
.mainVisual .content {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.mainVisual h2 {
	margin-top: 50px;
	font-size: 8rem;
	color: #fff;
	text-align: center;
}
.mainVisual h2 span {
	margin-left: -20px;
	display: block;
	font-size: 1.1rem;
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
}
.mainVisual h2 small {
	display: block;
	font-size: 0.9rem;
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
}
.mainVisual .rBox .text {
	margin-bottom: 15px;
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
}
.mainVisual .rBox .text span {
	margin-bottom: 10px;
	padding: 5px 20px 5px 5px;
	display: inline-block;
	font-size: 2.6rem;
	background-color: #000;
}
.mainVisual .rBox p {
	margin-bottom: 25px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
}
.mainVisual .rBox ul {
	display: flex;
}
.mainVisual .rBox li {
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
	margin-right: 15px;
	padding: 15px 0 0;
	position: relative;
	width: 165px;
	height: 70px;
	text-align: center;
	box-sizing: border-box;
	background: url("../../img/index/main_visual_bg.png") no-repeat center / cover;
	z-index: 3;
}
.mainVisual .rBox li:last-of-type {
	margin-right: 0;
}
.mainVisual .rBox li span {
	position: relative;
}
.mainVisual .rBox li span::before {
    position: absolute;
    left: -3px;
    bottom: 3px;
    width: 110%;
    height: 10px;
    background: #bfc60b;
    content: "";
    z-index: -1;
}
.mainVisual .imagination {
	margin-top: 190px;
	padding: 20px 20px;
	position: fixed;
	right: 40px;
	bottom: 30px;
	width: 261px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	z-index: 999;
}
.mainVisual .imagination p {
	margin-bottom: 16px;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.04em;
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
}
.mainVisual .imagination .btn {
	margin-left: 15px;
    position: relative;
    width: 202px;
    z-index: 3;
}
.mainVisual .imagination .btn::before {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 202px;
    height: 58px;
    background: #03213d;
    content: "";
    z-index: -1;
}
.mainVisual .imagination .btn a {
    padding: 16px 0;
    font-size: 1.8rem;
    line-height: 1.5;
    display: block;
	text-align: center;
    color: #fff;
    box-sizing: border-box;
    background-color: #00B48A;
}
.mainVisual .imagination .btn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-top: -102px;
		padding: 90px 0 50px;
		height: auto;
		background: url("../../img/index/sp_bg01.png") no-repeat center / cover;
	}
	.mainVisual .content {
    	display: block;
	}
	.mainVisual h2 {
		margin-bottom: 12px;
    	font-size: 5rem;
		text-align: center;
	}
	.mainVisual .rBox .text {
    	margin-bottom: 20px;
    	text-align: left;
	}
	.mainVisual .rBox .text span {
    	margin-bottom: 5px;
		padding: 0 10px 0 10px;
    	font-size: 1.6rem;
		line-height: 2.375;
	}
	.mainVisual .rBox p {
    	margin-bottom: 16px;
    	font-size: 1.2rem;
		line-height: 1.75;
		text-align: left;
	}
	.mainVisual .rBox li {
    	margin-right: 20px;
		padding: 15px 0 0;
   		width: 100px;
		font-size: 1.1rem;
		background: rgba(255, 255, 255, 0.7);
	}
	.mainVisual .rBox li span {
		position: relative;
		padding: 0 5px;
		box-sizing: border-box;
		z-index: 3;
	}
	.mainVisual .rBox li span::before {
		position: absolute;
		left: 0;
		bottom: 3px;
		width: 100%;
		height: 10px;
		background: #bfc60b;
		content: "";
		z-index: -1;
	}
	.mainVisual .imagination {
    	margin-top: 0;
		padding: 20px 20px;
    	right: 0;
		bottom: 0;
    	transform: none;
    	display: flex;
		justify-content: space-between;
    	width: 100%;
	}
	.mainVisual .imagination p {
    	font-size: 1.2rem;
		text-align: left;
	}
	.mainVisual .imagination .btn {
    	position: relative;
    	width: 152px;
	}
	.mainVisual .imagination .btn::before {
    	width: 152px;
    	height: 45px;
	}
	.mainVisual .imagination .btn a {
    	padding: 12px 0;
    	font-size: 1.4rem;
	}
}
@media (max-width: 896px) and (min-width: 376px) {
	.mainVisual .rBox {
    	text-align: center;
	}
	.mainVisual .rBox ul {
		justify-content: center;
	}
}
@media all and (max-width: 374px) {
	.mainVisual .imagination .btn::before {
		width: 130px;
		height: 45px;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 10px;
	font-size: 3.4rem;
	font-weight: lighter;
	line-height: 1.47;
	color: #fff;
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 35px;
		font-size: 2.2rem;
	}
}
@media all and (max-width: 374px) {
	.headLine01 {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	comArea
------------------------------------------------------------*/
.comArea {
	
}
.comArea .bgBox {
	padding: 50px 0;
	height: 404px;
	background: url("../../img/index/bg05.png") no-repeat center /cover;
	box-sizing: border-box;
}
.comArea .bgBox .content {
	display: flex;
	justify-content: space-between;
}
.comArea h2 {
	font-size: 8rem;
	color: #fff;
}
.comArea h2 span {
	padding: 12px 50px 12px 25px;
	display: block;
	font-size: 1.6rem;
	color: #021F3B;
	background-color: #fff;
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
}
.comArea .textBox {
	width: 568px;
}
.comArea .textBox &gt; p {
	margin-bottom: 20px;
	font-size: 2.4rem;
	color: #fff;
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
}
.comArea .textBox ul {
	margin-bottom: 29px;
	display: flex;
}
.comArea .textBox li {
	margin-right: 10px;
    padding: 15px 0 0;
    width: 160px;
    height: 70px;
	display: block;
	color: #fff;
    text-align: center;
	border: 1px solid #fff;
    box-sizing: border-box;
    font-weight: bold;
}
.comArea .textBox li:last-of-type {
	margin-right: 0;
}
.comArea .textBox .member {
	padding: 18px 20px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #fff;
	justify-content: space-between;
}
.comArea .textBox .member p {
	font-size: 1.8rem;
	color: #333;
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
}
.comArea .textBox .member .btn {
	width: 252px;
}
.comArea .textBox .member .btn a {
	padding: 20px 0;
	display: block;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: #00B48A;
}
.comArea .textBox .member .btn a:hover {
	opacity: 0.7;
}
@media (max-width: 896px) and (min-width: 376px) {
	.comArea .textBox &gt; p {
		text-align: center;
		text-align: left;
	}
	.comArea .textBox ul {
		justify-content: center;
	}
	.comArea .textBox .member {
		margin: 0 auto;
		max-width: 335px;
	}
}
@media all and (max-width: 896px) {
	.comArea .bgBox {
    	padding: 40px 0 40px;
    	height: auto;
    	background-image: url(../../img/index/sp_bg04.png);
	}
	.comArea h2 {
		margin-bottom: 10px;
    	font-size: 4.8rem;
		text-align: center;
	}
	.comArea h2 span {
		margin-bottom: 20px;
		padding: 6px 50px 6px 25px;
		font-size: 1.4rem;
	}
	.comArea .bgBox .content {
    	display: block;
	}
	.comArea .bgBox .content &gt; p {
		margin-bottom: 40px;
		font-size: 1rem;
		color: #fff;
		text-align: center;
	}
	.comArea .bgBox .content &gt; p span {
		display: block;
		font-size: 1.2rem;
	}
	.comArea .textBox {
		width: auto;
	}
	.comArea .textBox &gt; p {
		margin-bottom: 20px;
    	font-size: 2rem;
	}
	.comArea .textBox ul {
    	margin-bottom: 40px;
	}
	.comArea .textBox li {
		margin-right: 20px;
		padding: 15px 0 0;
		width: 100px;
		border: none;
		color: #000;
		font-size: 1.1rem;
		background: rgba(255, 255, 255, 0.7);
	}
	.comArea .textBox li span {
		position: relative;
		padding: 0 5px;
		box-sizing: border-box;
		z-index: 3;
	}
	.comArea .textBox li span small {
		font-size: 1.1rem;
	}
	.comArea .textBox li span::before {
		position: absolute;
		left: 0;
		bottom: 3px;
		width: 100%;
		height: 10px;
		background: #bfc60b;
		content: "";
		z-index: -1;
	}
	.comArea .textBox .member {
    	padding: 15px 15px 15px 10px;
	}
	.comArea .textBox .member p {
    	font-size: 1.2rem;
	}
	.comArea .textBox .member .btn {
		position: relative;
		width: 136px;
		z-index: 3;
	}
	.comArea .textBox .member .btn::before {
		position: absolute;
		left: 5px;
		top: 5px;
		width: 136px;
		height: 41px;
		background: #03213d;
		content: "";
		z-index: -1;
	}
	.comArea .textBox .member .btn a {
    	padding: 12px 0;
    	font-size: 1.2rem;
    	line-height: 1.5;
	}
}
@media all and (max-width: 374px) {
	.comArea .textBox .member .btn::before {
    	width: 120px;
	}
	.comArea .textBox li span small {
		font-size: 1rem;
	}
	.comArea .textBox li {
    	margin-right: 7px;
    	width: 110px;
	}
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
</pre></body></html>