<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: 1.6rem;
	letter-spacing: .1em;
	line-height: 2;
	color: #07172d;
	font-weight: 500;
}

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;
	font-weight: bold;
	line-height: 1;
}

.h2_ttl_sub {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	font-family: futura-pt, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	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;
}

section {
	padding: 80px;
}

/*============================================================
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: 100px;
}

#about {
	position: relative;
	background: #185095;
	padding: 0px;
}

.about_box {
	position: relative;
	top: -60px;
	background: #fff;
	text-align: center;
	padding: 60px 0;
	box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.4);
}


.h2_about_ttl {
	font-size: 3rem;
	color: #185095;
	margin-bottom: 16px;
}

.about_txt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
}

.trouble_item_txt {
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../img/trouble_check.png) no-repeat center left / 19px 15px;
}

#reason {
	position: relative;
	background: #185095;
	padding: 0px;
}

.reason_box {
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.reason_box_left {
	width: 50%;
}

#reason .h2_ttl,
#reason .h2_ttl_sub {
	text-align: left;
}

.reason_box_right {
	margin: auto 0 0;
}

.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 {
	padding: 60px 0px 200px 0;
}

.consultation_ttl {
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	color: #185095;
	margin-bottom: 60px;
}

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

.consultation_box_left {
	width: 50%;
	position: relative;
}

.consultation_box_left img {
	box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.4);
}

.reason_img_absolt {
	position: absolute;
	bottom: -120px;
	right: -40px;
}

.consultation_box_right {
	width: 420px;
	font-size: 1.8rem;
}

.consultation_txt_bold {
	font-weight: bold;
}



#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;
	font-weight: bold;
}

.case_list {
	display: flex;
	justify-content: space-between;
	line-height: 1.5;
}

.case_list_item {
	width: 32%;
	max-width: 320px;
	background: #fff;
	font-weight: 700;
}

.case_list_item_ttl {
	background: #185095;
	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;
}




#advantage {
	position: relative;
	background: #185095;
	padding: 80px 0;
	color: #fff;
}

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

.advantage_list_item {
	width: 35%;
	max-width: 300px;
	border-bottom: 2px solid #fff;
}

.advantage_list_num {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	font-size: 2.4rem;
	text-indent: .1em;
	display: flex;
}

.advantage_list_num span {
	position: relative;
	display: inline-block;
	padding: 0 7px;
	border: solid 2px #fff;
	border-radius: 50%;
}

.advantage_list_num::before,
.advantage_list_num::after {
	content: "";
	height: 2px;
	flex-grow: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;

}

.advantage_img {
	margin-bottom: 20px;
}

.advantage_list_ttl {
	margin-bottom: 20px;
	line-height: 1;
	font-size: 2.4rem;
}

.advantage_list_txt {
	margin-bottom: 20px;
}


#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: 20px 0;
	font-size: 0.8rem;
	color: #fff;
	background: #07172d;
	text-align: center;
}


/*============================================================
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;
	}

	section {
		padding: 60px 0;
	}

	.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_sp.jpg) no-repeat center / cover;
	}

	.mv_box {
		position: relative;
		padding: 80vw 0;
	}

	.mv_ttl {
		margin: 0;
		top: -70px;
		;
		width: 100%;
	}

	.h2_about_ttl {
		font-size: 1.8rem;
	}

	.about_box {
		padding: 40px 10px;
	}

	.about_txt {
		font-size: 1.4rem;
		text-align: left;
	}


	#reason {
		text-align: center;
	}

	#reason .h2_ttl,
	#reason .h2_ttl_sub {
		text-align: center;
	}

	.reason_box {
		flex-direction: column-reverse;
	}

	.reason_box_left_txt {
		text-align: left;
		margin-bottom: 40px;
	}

	.reason_img_relative {
		width: 90%;
		margin-left: 0;
		margin-bottom: 80px;
	}

	.reason_img_absolt {
		width: 50%;
		bottom: 20px;
		right: 0px;
	}

	.reason_box,
	.consultation_box,
	.advantage_list {
		flex-direction: column;
		width: 100%;
	}

	.advantage_list_item {
		flex-direction: column;
		width: 100%;
		max-width: none;
		margin-bottom: 40px;
	}

	.advantage_list_item:last-child {
		margin-bottom: 0;
	}

	.advantage_img {
		width: 100%;
		height: auto;
	}

	.reason_txt,
	.consultation_txt,
	.consultation_box_right {
		font-size: 1.4rem;
	}

	#consultation {
		padding: 40px 0 60px;
	}

	.consultation_ttl {
		font-size: 1.8rem;
		margin-bottom: 40px;
	}

	.consultation_box_left,
	.reason_box_left,
	.consultation_box_right {
		width: 100%;
	}

	.case_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;
	}

	.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: 10px 0;
		font-size: 0.8rem;
	}

	.pagetop a {
		width: 50px;
		height: 50px;
		bottom: 50px;
		right: 10px;
	}
}
</pre></body></html>