<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 -- **/
main {
	margin-top: 150px;
}
main .headline {
	font-size: 30px;
	margin-bottom: 50px;
	text-align: center;
}
@media screen and (max-width: 1240px) {
	main {
		margin-top: 12vw;
	}
	main .headline {
		font-size: 2.6vw;
		margin-bottom: 4vw;
	}
}
@media screen and (max-width: 780px) {
	main {
		margin-top: 10vw;
	}
	main .headline {
		font-size: 5.2vw;
		margin-bottom: 6vw;
	}
}

/** -- block1 -- **/
.block1 {
	margin-bottom: 140px;
}
.block1 .sec_inner {
	padding-left: 320px;
	position: relative;
}
.block1 .box {
	background-color: #3D7FE8;
	border-radius: 4px;
	color: #fff;
	padding-left: 20px;
	padding-top: 10px;
	position: absolute;
	left: 0;
	top: 0;
	height: 250px;
	width: 250px;
}
.block1 .box p {
	font-size: 24px;
	font-weight: 500;
}
.block1 .box figure {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.block1 .box figure img {
	height: 50px;
}
.block1 .exp {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
}
.block1 .illustrated {
	color: #3D7FE8;
	font-size: 20px;
	font-weight: 700;
}
.block1 .circle {
	align-items: center;
	border: solid 2px #3D7FE8;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	text-align: center;
	height: 230px;
	width: 230px;
}
.block1 .illustrated .inner {
	width: calc(100% - 460px);
}
.block1 .illustrated .inner p {
	display: table;
	position: relative;
}
.block1 .illustrated .inner p.arrow1 {
	padding-left: 110px;
}
.block1 .illustrated .inner p.arrow2 {
	padding-right: 110px;
}
.block1 .illustrated .inner p.text1 {
	margin-left: 60px;
	margin-top: 40px;
}
.block1 .illustrated .inner p.text2 {
	margin-left: 20px;
	margin-top: 35px;
}
.block1 .illustrated .inner p.text3 {
	margin-left: auto;
	margin-top: 35px;
}
.block1 .illustrated .inner p.text4 {
	margin-left: 20px;
	margin-top: 65px;
}
.block1 .illustrated .inner p.text5 {
	margin-left: auto;
	margin-right: 20px;
	margin-top: 40px;
}
.block1 .illustrated .inner p::after {
	background: url("../img/common/icon-arrow2.png") no-repeat center / 100%;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	height: 31px;
	width: 88px;
}
.block1 .illustrated .inner p.arrow1::after {
	left: 0;
	transform: translateY(-50%);
}
.block1 .illustrated .inner p.arrow2::after {
	right: 0;
	transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1240px) {
	.block1 {
		margin-bottom: 12vw;
	}
	.block1 .sec_inner {
		padding-left: 24vw;
	}
	.block1 .box {
		padding-left: 1.5vw;
		padding-top: 1vw;
		height: 20vw;
		width: 20vw;
	}
	.block1 .box p {
		font-size: 2vw;
	}
	.block1 .box figure {
		bottom: 1.2vw;
		right: 1.2vw;
	}
	.block1 .box figure img {
		height: 3.8vw;
	}
	.block1 .exp {
		font-size: 2vw;
		margin-bottom: 3vw;
	}
	.block1 .illustrated {
		font-size: 1.6vw;
	}
	.block1 .circle {
		height: 18vw;
		width: 18vw;
	}
	.block1 .illustrated .inner {
		width: calc(100% - 36vw);
	}
	.block1 .illustrated .inner p.arrow1 {
		padding-left: 9vw;
	}
	.block1 .illustrated .inner p.arrow2 {
		padding-right: 9vw;
	}
	.block1 .illustrated .inner p.text1 {
		margin-left: 5vw;
		margin-top: 3vw;
	}
	.block1 .illustrated .inner p.text2 {
		margin-left: 2vw;
		margin-top: 2.5vw;
	}
	.block1 .illustrated .inner p.text3 {
		margin-top: 2.5vw;
	}
	.block1 .illustrated .inner p.text4 {
		margin-left: 2vw;
		margin-top: 5vw;
	}
	.block1 .illustrated .inner p.text5 {
		margin-right: 2vw;
		margin-top: 4vw;
	}
	.block1 .illustrated .inner p::after {
		height: 2.8vw;
		width: 7.4vw;
	}
}
@media screen and (max-width: 780px) {
	.block1 {
		margin-bottom: 14vw;
	}
	.block1 .sec_inner {
		padding-left: 0;
	}
	.block1 .box {
		margin-bottom: 6vw;
		padding-left: 3vw;
		padding-top: 2vw;
		position: relative;
		height: 34vw;
		width: 56vw;
	}
	.block1 .box p {
		font-size: 4.6vw;
	}
	.block1 .box figure {
		bottom: 3vw;
		right: 2vw;
	}
	.block1 .box figure img {
		height: 9.4vw;
	}
	.block1 .exp {
		font-size: 4vw;
		margin-bottom: 6vw;
	}
	.block1 .illustrated {
		font-size: 3.6vw;
	}
	.block1 .circle {
		height: 24vw;
		width: 24vw;
	}
	.block1 .illustrated .inner {
		width: 40vw;
	}
	.block1 .illustrated .inner p.arrow1 {
		padding-left: 9vw;
	}
	.block1 .illustrated .inner p.arrow2 {
		padding-right: 9vw;
	}
	.block1 .illustrated .inner p.text1 {
		margin-left: 5vw;
		margin-top: 1vw;
	}
	.block1 .illustrated .inner p.text2 {
		margin-left: 1vw;
		margin-top: 3vw;
	}
	.block1 .illustrated .inner p.text3 {
		margin-top: 3vw;
	}
	.block1 .illustrated .inner p.text4 {
		margin-left: 1vw;
		margin-top: 5vw;
	}
	.block1 .illustrated .inner p.text5 {
		margin-left: auto;
		margin-right: 1vw;
		margin-top: 3vw;
	}
	.block1 .illustrated .inner p::after {
		height: 3.4vw;
		width: 8vw;
	}
}

/** -- strong -- **/
.strong {
	padding: 120px 0;
}
.strong .list {
	margin: 0 -30px;
}
.strong article {
	margin: 0 25px;
	width: calc(33.3333% - 50px);
}
.strong article .no {
	background-color: #3D7FE8;
	border-radius: 4px;
	margin: 0 auto;
	margin-bottom: 30px;
	position: relative;
	height: 120px;
	width: 120px;
}
.strong article .no img {
	position: absolute;
	bottom: 15px;
	right: 5px;
	width: 58px;
}
.strong article .detail {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}
@media screen and (max-width: 1240px) {
	.strong {
		padding: 10vw 0;
	}
	.strong .list {
		margin: 0 -2vw;
	}
	.strong article {
		margin: 0 2vw;
		width: calc(33.3333% - 4vw);
	}
	.strong article .no {
		margin-bottom: 2.5vw;
		height: 10vw;
		width: 10vw;
	}
	.strong article .no img {
		bottom: 1vw;
		right: .4vw;
		width: 5vw;
	}
	.strong article .detail {
		font-size: 1.6vw;
	}
}
@media screen and (max-width: 780px) {
	.strong {
		padding: 14vw 0;
	}
	.strong article {
		margin: 0;
		width: 100%;
	}
	.strong article + article {
		margin-top: 8vw;
	}
	.strong article .no {
		margin-bottom: 4vw;
		height: 20vw;
		width: 20vw;
	}
	.strong article .no img {
		bottom: 2vw;
		right: 1vw;
		width: 12vw;
	}
	.strong article .detail {
		font-size: 4.2vw;
	}
}

/** -- comparison -- **/
.comparison {
	background: url("../img/service/image1.jpg") no-repeat center / cover;
	padding: 140px 0;
}
.comparison .table {
	background-color: #fff;
	padding: 20px;
	padding-bottom: 40px;
	text-align: center;
}
.comparison .table table {
	width: 100%;
}
.comparison .table th,
.comparison .table td {
	padding: 5px;
	vertical-align: bottom;
}
.comparison .table p {
	align-items: center;
	display: flex;
	font-size: 22px;
	font-weight: 500;
	justify-content: center;
	position: relative;
	height: 70px;
}
.comparison .table th p {
	background-color: #E3E1E3;
}
.comparison .table td.own p {
	background-color: #02149D;
	color: #fff;
}
.comparison .table thead td.own p {
	font-size: 25px;
	height: 80px;
}
.comparison .table thead td.other p {
	background-color: #3D7FE8;
	color: #fff;
}
.comparison .table tbody td p {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 33px;
}
.comparison .table tbody td.own p {
	font-weight: 900;
}
.comparison .table tbody td.other p {
	background-color: #F5F8FF;
	font-weight: 500;
}
.comparison .table tbody tr:nth-child(2n) td.other p {
	background-color: #E8EFFF;
}
.comparison .table tbody td.arrow p::after {
	border: solid 16px transparent;
	border-bottom: none;
	border-top: solid 30px #02149D;
	content: '';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.comparison .table .text {
	color: #02149D;
	font-size: 24px;
	font-weight: 700;
	margin-top: 50px;
}
@media screen and (max-width: 1240px) {
	.comparison {
		padding: 12vw 0;
	}
	.comparison .table {
		padding: 2vw;
		padding-bottom: 3vw;
	}
	.comparison .table th,
	.comparison .table td {
		padding: .4vw;
	}
	.comparison .table p {
		font-size: 1.8vw;
		height: 6vw;
	}
	.comparison .table thead td.own p {
		font-size: 2vw;
		height: 7vw;
	}
	.comparison .table tbody td p {
		font-size: 2.8vw;
	}
	.comparison .table tbody td.arrow p::after {
		border: solid 1.2vw transparent;
		border-bottom: none;
		border-top: solid 2.4vw #02149D;
		bottom: -2.4vw;
	}
	.comparison .table .text {
		font-size: 2vw;
		margin-top: 4vw;
	}
}
@media screen and (max-width: 780px) {
	.comparison {
		padding: 14vw 0;
	}
	.comparison .table {
		margin: 0 -2vw;
		padding: 4vw 2vw;
		padding-bottom: 6vw;
	}
	.comparison .table th,
	.comparison .table td {
		line-height: 1.4;
		padding: .4vw;
	}
	.comparison .table p {
		font-size: 3.4vw;
		height: 12vw;
	}
	.comparison .table thead td.own p {
		font-size: 3.6vw;
		height: 14vw;
	}
	.comparison .table tbody td p {
		font-size: 4.6vw;
	}
	.comparison .table tbody td.arrow p::after {
		border: solid 2vw transparent;
		border-bottom: none;
		border-top: solid 3vw #02149D;
		bottom: -3vw;
	}
	.comparison .table .text {
		font-size: 3.6vw;
		margin-top: 4vw;
	}
}

/** -- flow -- **/
.flow {
	padding: 140px 0;
}
.flow .inner {
	padding-bottom: 80px;
	position: relative;
	justify-content: space-between;
}
.flow .inner::after {
	background-image: linear-gradient(to right, #F5F8FF 0%, #629EFF 100%);
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 38px;
	width: 100%;
}
.flow p {
	align-items: center;
	background-color: #fff;
	border: solid 1px #3D7FE8;
	border-radius: 50%;
	display: flex;
	font-weight: 500;
	line-height: 1.6;
	justify-content: center;
	position: relative;
	text-align: center;
	height: 140px;
	width: 140px;
	z-index: 1;
}
.flow p.blue1 {
	background-color: #6FA5FF;
	color: #fff;
}
.flow p.blue2 {
	background-color: #3D7FE8;
	color: #fff;
}
.flow p::before,
.flow p::after {
	background-color: #3D7FE8;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.flow p::before {
	bottom: -60px;
	height: 60px;
	width: 1px;
}
.flow p::after {
	border-radius: 50%;
	bottom: -65px;
	height: 10px;
	width: 10px;
}
@media screen and (max-width: 1240px) {
	.flow {
		padding: 12vw 0;
	}
	.flow .inner {
		padding-bottom: 6.8vw;
	}
	.flow .inner::after {
		height: 3.2vw;
		width: 100%;
	}
	.flow p {
		height: 12vw;
		width: 12vw;
	}
	.flow p::before {
		bottom: -5vw;
		height: 5vw;
	}
	.flow p::after {
		bottom: -5.4vw;
		height: 8px;
		width: 8px;
	}
}
@media screen and (max-width: 780px) {
	.flow {
		padding: 14vw 0;
	}
	.flow .inner {
		display: block;
		margin: 0 auto;
		padding-bottom: 0;
		width: 54vw;
	}
	.flow .inner::after {
		background-image: linear-gradient(to bottom, #F5F8FF 0%, #629EFF 100%);
		left: auto;
		right: 0;
		height: 100%;
		width: 12vw;
	}
	.flow p {
		height: 32vw;
		width: 32vw;
	}
	.flow p + p {
		margin-top: 4vw;
	}
	.flow p::before,
	.flow p::after {
		bottom: auto;
		left: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	.flow p::before {
		right: -14vw;
		height: 1px;
		width: 14vw;
	}
	.flow p::after {
		right: -14vw;
		height: 10px;
		width: 10px;
	}
}

/** -- offer -- **/
.offer {
	background-color: #02149D;
	color: #fff;
	position: relative;
	height: 540px;
}
.offer figure {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
}
.offer figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.offer .text {
	padding-top: 100px;
	width: 50%;
}
.offer .text h2 {
	font-size: 36px;
	margin-bottom: 30px;
}
@media screen and (max-width: 1240px) {
	.offer {
		height: 40vw;
	}
	.offer .text {
		padding-top: 8vw;
	}
	.offer .text h2 {
		font-size: 2.6vw;
		margin-bottom: 2vw;
	}
}
@media screen and (max-width: 780px) {
	.offer {
		height: auto;
	}
	.offer figure {
		position: relative;
		height: auto;
		width: 100%;
	}
	.offer .text {
		margin-bottom: 10vw;
		padding-top: 12vw;
		width: 100%;
	}
	.offer .text h2 {
		font-size: 5.2vw;
		margin-bottom: 5vw;
	}
}

/** -- salegrit -- **/
.salegrit {
	margin: 140px 0;
	position: relative;
	height: 550px;
}
.salegrit .text {
	width: 50%;
}
.salegrit .box {
	background-color: #3D7FE8;
	border-radius: 4px;
	color: #fff;
	margin-bottom: 40px;
	padding-left: 20px;
	padding-top: 10px;
	position: relative;
	height: 250px;
	width: 250px;
}
.salegrit .box p {
	font-size: 24px;
	font-weight: 500;
}
.salegrit .box img {
	position: absolute;
	bottom: 15px;
	right: 20px;
	height: 26px;
}
.salegrit figure {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
}
.salegrit figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 1240px) {
	.salegrit {
		margin: 12vw 0;
		height: 40vw;
	}
	.salegrit .text {
		width: 50%;
	}
	.salegrit .box {
		padding-left: 1.5vw;
		padding-top: 1vw;
		height: 20vw;
		width: 20vw;
	}
	.salegrit .box p {
		font-size: 2vw;
	}
	.salegrit .box img {
		bottom: 1.2vw;
		right: 1.5vw;
		height: 3.8vw;
	}
}
@media screen and (max-width: 780px) {
	.salegrit {
		margin: 16vw 0 0;
		height: auto;
	}
	.salegrit .text {
		margin-bottom: 10vw;
		width: 100%;
	}
	.salegrit .box {
		margin-bottom: 6vw;
		padding-left: 3vw;
		padding-top: 2vw;
		height: 34vw;
		width: 56vw;
	}
	.salegrit .box p {
		font-size: 4.6vw;
	}
	.salegrit .box img {
		bottom: 3vw;
		right: 2vw;
		height: 9.4vw;
	}
	.salegrit figure {
		position: relative;
		height: 100%;
		width: 100%;
	}
}

.space {
	padding-top: 140px;
}
@media screen and (max-width: 1240px) {
	.space {
		padding-top: 12vw 0;
	}
}
@media screen and (max-width: 780px) {
	.space {
		padding-top: 14vw;
	}
}</pre></body></html>