<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
==============================================================*/
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: .1em;
	line-height: 1.5;
	color: #07172d;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #07172d;
}
a:hover {
	opacity: 0.5;
}
img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: auto;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
ul {
	list-style: none;
}
.active_header {
	background-color: #fff
}
.cf::after {
	content: "";
	display: block;
	clear: both;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pc {
	display: inherit;
}
.sp {
	display: none;
}
.inner {
	width: 1000px;
	margin: auto;
}
.inner_large {
	max-width: 1340px;
	margin: auto;
	padding: 0 20px;
}
.inner_small {
	max-width: 800px;
	margin: auto;
	padding: 0 20px;
}
.cta_btn {
	position: relative;
	display: block;
	height: 46px;
	margin: 15px 0;
	padding: 0 56px;
	vertical-align: bottom;
	line-height: 46px;
	letter-spacing: 0.3rem;
	color: #fff;
	background: #efa811;
	border-radius: 23px;
	overflow: hidden;
}
.cta_btn::after {
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 44px;
	background: url(../img/cta_arrow.png) no-repeat center center;
	background-size: 8px 11px;
	content: "";
}
.cta_btn:hover::before {
	width: 100%;
}
.cta_btn span {
	position: relative;
}
.text {
	line-height: 1.75;
}
.h2_ttl {
	text-align: center;
	margin-bottom: 10px;
	font-size: 3.6rem;
}
.h2_ttl_sub {
	text-align: center;
	margin-bottom: 60px;
	font-family: futura-pt, sans-serif;
	font-size: 1.4rem;
	color: #efa811;
}
.txt_blue {
	color: #185095;
}
.txt_white {
	color: #fff;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #185095;
	pointer-events: none;
	opacity: 1;
	z-index: 9999;
	transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.active .overlay {
	opacity: 0;
}
/*============================================================
content
==============================================================*/
.header {
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
.header_list {
	display: flex;
	justify-content: flex-end;
}
.header_logo {
	position: absolute;
	top: 10px;
	left: 20px;
	margin: auto;
	padding: 20px;
}
.header_logo img {
	width: 242px;
}

.header_tel {
	display: flex;
	margin: 15px 15px 15px 0;
	font-weight: bold;
}
.header_tel_icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/header_tel.png) no-repeat center / 40px 40px;
}
.header_tel_content {
	margin-left: 10px;
}
.header_tel_num {
	font-size: 2.8rem;
	line-height: 1;
}
.header_tel_txt {
	font-size: 1.4rem;
}
.main {
	overflow: hidden;
}
#mv {
	height: 620px;
	background: url(../img/mv_bg.jpg) no-repeat center;
}
.mv_ttl {
	position: absolute;
	margin-bottom: 20px;
	padding-top: 170px;
}
#trouble {
	position: relative;
	background: #185095;
}
.trouble_box {
	position: relative;
	top: -120px;
	background: #fff;
	border: solid  3px #838b96;
	border-radius: 10px;
}
.trouble_img {
	margin: 0 20px;
}
.trouble_txt_box {
	margin: 30px 30px 0 0;
}
.h2_trouble_ttl {
	font-size: 3rem;
	color: #185095;
	margin-bottom: 16px;
}
.trouble_item {
	margin-top: 12px;
}
.trouble_item_txt {
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../img/trouble_check.png) no-repeat center left / 19px 15px;
}
#reason {
	position: relative;
	top: -40px;
	background: #185095;
}
.reason_box {
	padding-bottom: 40px;
}
.reason_img {
	margin-top: 50px;
}
.reason_txt {
	font-size: 1.8rem;
	width: 54%;
}
.reason_triangle {
	background: #185095;
		position: relative;
		margin: 0 0 80px;
	}
.reason_triangle::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 50vw 0 50vw;
	border-color: #185095 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	}
#consultation {
}
.consultation_box {
	padding-top: 40px;
}
.consultation_txt {
	font-size: 1.8rem;
	width: 35%;
}
.consultation_ttl {
	text-align: center;
	font-size: 2.8rem;
}
.consultation_ttl {
	margin: 40px 0 80px 0;
}
#case {
	position: relative;
	background: #ebeff0;
	padding: 80px 0;
}
.case_img {
	position: absolute;
	top:-46px;
	right:0;
	bottom: 0;
	left: 800px;
}
.case_ttl {
	font-size: 1.8rem;
	margin-bottom: 30px;
}
.case_list {
	display: flex;
	justify-content: space-between;
}
.case_list_item {
	width: 32%;
	max-width: 320px;
	background: #fff;
	border-radius: 10px;
}
.case_list_item_ttl {
	background: #185095;
	border-radius: 10px 10px 0 0;
	padding: 12px 60px;
}
.case_list_item dl {
	border-bottom: solid 1px #ebeff0;
	margin: 20px;
	padding-bottom: 20px;
}
.case_list_item dl:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.case_list_item dt {
	color: #838b96;
}
.case_list_item_dt {
	float: left;
}
.case_list_item_dd {
	margin-left: 100px;
}
.case_list_item_reason {
	margin-top: 10px;
}
#flow {
	position: relative;
	background: #185095;
	padding: 80px 0;
}
.flow_img {
	position: absolute;
	top:-28px;
	right:580px;
	bottom: 0;
	left: 0;
}
.flow_list {
	display: flex;
	justify-content: space-between;
}
.flow_list_item {
	width: 25%;
	max-width: 180px;
	background: #fff;
	border-radius: 10px;
	padding: 30px 18px 20px;
}
.flow_list_num {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.8rem;
	text-indent: .1em;
}

.flow_list_num span {
	position: relative;
	display: inline-block;
	padding: 8px 13px;
	background: #185095;
	border-radius:50%;
}
.flow_list_ttl {
	margin-bottom: 20px;
	font-size: 2.4rem;
	color: #838b96;
}
.flow_list_txt {
	margin-bottom: 20px;
}
.flow_list_arrow {
	position: relative;
}
.flow_list_arrow::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 124px;
	right: -3px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
#contact {
	padding: 60px 0;
}
.contact_ttl {
	margin-bottom: 20px;
	font-size: 2.4rem;
}
.contact_txt {
	margin-bottom: 60px;
}
.mktoForm {
	width: 100% !important;
}
.mktoForm .mktoLabel {
	width: 225px !important;
	font-size: 1.6rem;
}
.mktoForm .mktoFormCol {
	margin-bottom: 20px !important;
}
.mktoForm .mktoRadioList &gt; label, .mktoForm .mktoCheckboxList &gt; label {
	font-size: 1.4rem;
}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField {
	width: 478px !important;
}
.mktoForm textarea.mktoField {
	width: 478px !important;
	height: 120px !important;
}
.mktoButtonWrap.mktoRound {
	margin-left: 280px !important;
}
.mktoForm .mktoButtonWrap.mktoRound .mktoButton {
	background: #efa811!important;
	padding: 10px 60px !important;
	border: none !important;
	border-radius: 100vw !important;
	font-size: 1.6rem !important;
	font-weight: bold !important;
}
.footer {
	padding: 70px 0;
	font-size: 0.8rem;
	color: #838b96;
	background: #07172d;
}
.footer_link a {
	color: #838b96;
	margin: 0 10px 0 0;
}
.footer_link a:first-child {
	margin-left: 0;
}
.footer_link li {
	float: left;
}
.bar {
	border-left: solid 1px #838b96;
	padding: 0 10px;
}


/*============================================================
pagetop
==============================================================*/
.pagetop a {
	position: fixed;
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	bottom: 60px;
	right: 20px;
	background: #185095;
	border-radius: 50%;
	transition: .6s cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 10;
	opacity: 0;
	pointer-events: none;
}
.pagetop.opacity a {
	opacity: 1;
	pointer-events: all;
}
.pagetop a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #efa811;
	transition: .6s cubic-bezier(0.19, 1, 0.22, 1);
}
.pagetop a:hover::before {
	height: 100%;
}
.pagetop a::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	transition: .6s cubic-bezier(0.19, 1, 0.22, 1);
}

/*============================================================
breakpoint 1040px
==============================================================*/
@media screen and (max-width: 1040px) {
	.case_box::before {
		width: 20px;
		left: -20px;
	}
	.flow_box::before {
		width: 20px;
		right: -20px;
	}
}

/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
	.left, .right {
		float: none;
	}
	.inner, .inner_large, .inner_small {
		width: 94%;
		max-width: none;
		margin: auto;
		padding: 0;
	}
	.h2_ttl {
		margin-bottom: 5px;
		font-size: 2.4rem;
	}
	.h2_ttl_sub {
		margin-bottom: 30px;
		font-size: 1.2rem;
	}
	.cta_btn {
		margin: 7px 0;
		padding: 0 16px;
		letter-spacing: inherit;
	}
	.cta_btn::after {
		background: none;
	}
	.header {
		height: 60px;
	}
	.header_logo {
		height: 60px;
		top: 6px;
		left: 4px;
		padding: 16px;
	}
	.header_logo.change {
		top: 2px;
	}
	.header_logo img {
		width: 88px;
	}
	.header_tel {
		margin: 8px 10px 5px 0;
		height: 50px;
	}
	.header_tel_content {
		display: none;
	}

	#mv {
		height: auto;
		background: url(../img/sp/mv_bg.jpg) no-repeat center / cover;
	}
	.mv_box {
		position: relative;
		padding: 80vw 0;
	}
	.mv_ttl {
		top: 33vw;
		padding-top: 0;
	}
	.mv_txt {
		font-size: 3vw;
	}
	.trouble_img {
		width: 30%;
		margin: 0 auto;
	}
	.trouble_txt_box {
		margin: 0 20px;
	}
	.h2_trouble_ttl {
		text-align: center;
	}
	
	.reason_img {
		width: 80%;
		height: auto;
		margin: 0 auto 40px;
	}
	.reason_txt,.consultation_txt {
		font-size: 1.4rem;
	}
	.consultation_img {
		margin: 0 auto 40px;
	}
	.consultation_ttl {
		font-size: 1.8rem;
	}
	.reason_txt,.consultation_txt {
		width: 100%;
	}
	.case_list,.flow_list {
		flex-wrap: wrap;
	}
	.case_list_item {
		width: 100%;
		max-width: none;
		margin-bottom: 30px;
	}
	.case_img {
		position: absolute;
		top: -16vw;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.case_img img {
		width: 34vw;
		height: auto;
	}
	
	.flow_list_item {
		width: 48%;
		max-width: none;
		margin-bottom: 30px;
		padding: 30px 18px 20px;
	}
	.flow_list_item:last-child {
		width: 100%;
	}
	.flow_list_num {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.flow_list_ttl {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.flow_list_txt {
		margin-bottom: 10px;
		text-align: center;
	}
	.flow_list_arrow {
		display: none;
	}
	.flow_img {
		position: absolute;
		top: -15vw;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.flow_img img {
		width: 20vw;
		height: auto;
	}
	.contact_ttl {
		font-size: 1.8rem;
	}
	.mktoForm .mktoLabel {
		width: 100% !important;
		font-size: 1.4rem;
	}
	.mktoForm .mktoFormCol {
		margin-bottom: 10px !important;
	}
	.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
		width: 100% !important;
	}
	.mktoButtonWrap.mktoRound {
		margin-left: 0 !important;
	}
	.mktoForm .mktoButtonWrap.mktoRound .mktoButton {
		width: 90vw;
	}
	.footer {
		padding: 40px 0;
		font-size: 0.8rem;
	}
	.footer_copy {
		margin-top: 10px;
	}
	.pagetop a {
		width: 50px;
		height: 50px;
		bottom: 50px;
		right: 10px;
	}
}</pre></body></html>