<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ol, ul, li {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
html * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom
}
input {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer
}
a {
	color: black;
	text-decoration: none
}
html {
	overflow-x: hidden;
	color: #3e3a39;
	font-size: 62.5%;
	word-break: break-word
}
@media screen and (max-width: 1024px) {
	html {
		font-size: 2.66666666vw;
		white-space: inherit
	}
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 100px;
	overflow-x: hidden;
	font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", sans-serif;
	font-size: 1.6rem
}
@media screen and (max-width: 1024px) {
	body {
		padding-top: 17.3vw
	}
}
main {
	overflow-x: hidden;
	font-size: 1.6rem;
	line-height: 1.6
}
a {
	-webkit-transition: 0.2s;
	color: #3e3a39;
	font-size: 1.6rem;
	transition: 0.2s
}
@media screen and (min-width: 768px) {
	a:hover {
		-webkit-transition: 0.2s;
		color: #3e3a39;
		opacity: 0.7;
		transition: 0.2s
	}
}
@media screen and (max-width: 1024px) {
	a:hover {
		opacity: 1
	}
}
.minchou {
	font-family: "貂ｸ譏取悃", YuMincho, "Hiragino Mincho ProN W3", "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif
}
.clearfix::after {
	display: block;
	clear: both;
	content: ""
}
.xs_show {
	display: none !important
}
@media screen and (max-width: 480px) {
	.xs_show {
		display: block !important
	}
}
@media screen and (max-width: 480px) {
	.xs_hide {
		display: none !important
	}
}
.sm_show {
	display: none !important
}
@media screen and (max-width: 1024px) {
	.sm_show {
		display: block !important
	}
}
@media screen and (max-width: 1024px) {
	.sm_hide {
		display: none !important
	}
}
.md_show {
	display: none !important
}
@media screen and (max-width: 1024px) {
	.md_show {
		display: block !important
	}
}
@media screen and (max-width: 1024px) {
	.md_hide {
		display: none !important
	}
}
.lg_show {
	display: none !important
}
@media screen and (min-width: 1025px) {
	.lg_show {
		display: block !important
	}
}
@media screen and (min-width: 1025px) {
	.lg_hide {
		display: none !important
	}
}
.xl_show {
	display: none !important
}
@media screen and (min-width: 1280px) {
	.xl_show {
		display: block !important
	}
}
@media screen and (min-width: 1280px) {
	.xl_hide {
		display: none !important
	}
}
.ta-r {
	text-align: right
}
.ta-c {
	text-align: center
}
.ta-l {
	text-align: left
}
.bold {
	font-weight: bold
}
.normal {
	font-weight: normal
}
.justify {
	text-align: justify;
	text-justify: distribute
}
.c_red {
	color: #e60027
}
.c_pink {
	color: #db4c83
}
.c_bule {
	color: #3b9ac4
}
.c_green {
	color: #3bc4ba
}
.c_green_02 {
	color: #25444c
}
.c_orange {
	color: #eb9826
}
.c_gray {
	color: #efefef
}
.inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px
}
@media screen and (max-width: 1024px) {
	.inner {
		width: 82.66667vw;
		max-width: inherit;
		padding: 0
	}
}
@media screen and (max-width: 1024px) {
	.sp-inner {
		width: 84vw;
		margin: 0 auto;
		padding: 0
	}
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.f-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.f-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.f-align {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (min-width: 768px) {
	.ov:hover {
		-webkit-transition: 0.2s;
		opacity: 0.7;
		transition: 0.2s
	}
}
@media screen and (max-width: 1024px) {
	.sp-block {
		display: block
	}
}
.mb_10 {
	margin-bottom: 10px
}
@media screen and (max-width: 1024px) {
	.mb_10 {
		margin-bottom: 1.33333vw
	}
}
.mb_20 {
	margin-bottom: 20px
}
@media screen and (max-width: 1024px) {
	.mb_20 {
		margin-bottom: 2.66667vw
	}
}
.mb_30 {
	margin-bottom: 30px
}
@media screen and (max-width: 1024px) {
	.mb_30 {
		margin-bottom: 4vw
	}
}
.mb_40 {
	margin-bottom: 40px
}
@media screen and (max-width: 1024px) {
	.mb_40 {
		margin-bottom: 5.33333vw
	}
}
.mb_50 {
	margin-bottom: 50px
}
@media screen and (max-width: 1024px) {
	.mb_50 {
		margin-bottom: 6.66667vw
	}
}
.mb_60 {
	margin-bottom: 60px
}
@media screen and (max-width: 1024px) {
	.mb_60 {
		margin-bottom: 8vw
	}
}
.mb_70 {
	margin-bottom: 70px
}
@media screen and (max-width: 1024px) {
	.mb_70 {
		margin-bottom: 9.33333vw
	}
}
.mb_80 {
	margin-bottom: 80px
}
@media screen and (max-width: 1024px) {
	.mb_80 {
		margin-bottom: 10.66667vw
	}
}
.mb_90 {
	margin-bottom: 90px
}
@media screen and (max-width: 1024px) {
	.mb_90 {
		margin-bottom: 12vw
	}
}
.mb_100 {
	margin-bottom: 100px
}
@media screen and (max-width: 1024px) {
	.mb_100 {
		margin-bottom: 13.33333vw
	}
}
@media screen and (max-width: 1024px) {
	.sp-left {
		text-align: left
	}
}
.bold {
	font-weight: bold
}
a:hover {
	text-decoration: none !important
}
@media screen and (max-width: 1024px) {
	a:hover {
		opacity: 1
	}
}
.c_bg {
	padding: 60px 0
}
@media screen and (max-width: 1024px) {
	.c_bg {
		padding: 8vw
	}
}
.c_bg-blue {
	background: #eff5fc
}
.c-btn {
	-webkit-box-shadow: 0px 0px 25px -12px #777777;
	display: block;
	position: relative;
	width: 175px;
	padding: 10px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0px 0px 25px -12px #777777;
	color: #595757;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center
}
.c-btn:after {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transition: 0.2s;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 12px;
	transform: translateY(-50%);
	background-image: url(../img/common/obj_arrow.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	transition: 0.2s
}
@media screen and (min-width: 768px) {
	.c-btn:hover {
		background: #595757;
		color: white;
		opacity: 1
	}
	.c-btn:hover:after {
		-webkit-transition: 0.2s;
		background-image: url(../img/common/obj_arrow-h.svg);
		transition: 0.2s
	}
}
.c-ttl {
	position: relative;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center
}
@media screen and (max-width: 1024px) {
	.c-ttl {
		width: 64vw;
		margin: 0 auto;
		font-size: 2.1rem
	}
}
.c-ttl:after {
	display: block;
	width: 280px;
	height: 3px;
	margin: 10px auto 0;
	background: #5690db;
	content: ""
}
@media screen and (max-width: 1024px) {
	.c-ttl:after {
		width: 100%;
		margin: 2.66667vw auto 0
	}
}
.c-sub {
	display: block;
	margin: 0 auto;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center
}
@media screen and (max-width: 1024px) {
	.c-sub {
		display: block;
		font-size: 2.1rem
	}
}
.c-sub .-txt {
	display: inline-block;
	position: relative;
	width: 500px;
	padding: 30px 50px
}
@media screen and (max-width: 1024px) {
	.c-sub .-txt {
		display: block;
		width: 69.33333vw;
		margin: 0 auto;
		padding: 4vw 5.33333vw
	}
}
.c-sub .-txt:before {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 100%;
	transform: translateY(-50%);
	border: 3px solid #5690db;
	border-right: none;
	content: ""
}
@media screen and (max-width: 1024px) {
	.c-sub .-txt:before {
		width: 5.33333vw
	}
}
.c-sub .-txt:after {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 25px;
	height: 100%;
	transform: translateY(-50%);
	border: 3px solid #5690db;
	border-left: none;
	content: ""
}
@media screen and (max-width: 1024px) {
	.c-sub .-txt:after {
		width: 5.33333vw
	}
}
.c-comment {
	position: relative;
	margin-bottom: 50px;
	padding: 20px;
	background: #5690db;
	color: #fff;
	font-size: 2.9rem;
	font-weight: bold;
	text-align: center
}
@media screen and (max-width: 1024px) {
	.c-comment {
		margin-bottom: 6.66667vw;
		padding: 4vw 2.66667vw;
		font-size: 2.1rem
	}
}
.c-comment:after {
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0;
	margin: 0 auto;
	border-width: 20px 20px 0 20px;
	border-style: solid;
	border-color: #5690db transparent transparent transparent;
	content: ""
}
@media screen and (max-width: 1024px) {
	.c-comment:after {
		bottom: -4vw;
		border-width: 8vw 8vw 0 8vw
	}
}
.c-font {
	font-size: 2.8rem
}
@media screen and (max-width: 1024px) {
	.c-font {
		font-size: 2.1rem
	}
}
.c-link {
	display: table;
	position: relative;
	margin: 0 auto;
	overflow: visible;
	color: #5690db;
	font-size: 1.8rem;
	font-weight: bold
}
@media screen and (max-width: 1024px) {
	.c-link {
		font-size: 1.8rem
	}
}
.c-link:after {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -20px;
	width: 0px;
	height: 0;
	margin: auto;
	transform: translateY(-50%);
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #5690db;
	content: ""
}
@media screen and (max-width: 1024px) {
	.c-link:after {
		left: -4.26667vw;
		border-width: 2.13333vw
	}
}
@media screen and (min-width: 768px) {
	.c-link:hover {
		color: #5690db;
		opacity: 0.5
	}
	.c-link:hover:after {
		-webkit-transition: 0.2s;
		opacity: 0.5;
		transition: 0.2s
	}
	.c-link:hover .-txt:after {
		-webkit-transition: 0.4s;
		left: 0;
		transition: 0.4s
	}
}
.c-link .-txt {
	display: block;
	position: relative;
	overflow: hidden
}
.c-link .-txt:after {
	-webkit-transition: 0.4s;
	display: block;
	position: absolute;
	bottom: 0;
	left: -100%;
	width: 100%;
	border-bottom: 2px solid #5690db;
	content: "";
	transition: 0.4s
}
.c_pages {
	display: block
}
@media screen and (min-width: 768px) {
	.c_pages:hover .c_pages-txt:before {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-webkit-transition: 0.4s ease transform;
		transform: translateX(0%);
		transition: 0.4s ease transform
	}
}
.c_pages-small {
	margin: 20px 0;
	text-align: center
}
@media screen and (max-width: 1024px) {
	.c_pages-small {
		margin: 2.66667vw 0;
		font-size: 1.4rem
	}
}
.c_pages-ttl {
	margin-bottom: 30px;
	padding: 30px 10px;
	background: #5690db;
	color: white;
	font-size: 2rem;
	font-weight: bold;
	text-align: center
}
@media screen and (max-width: 1024px) {
	.c_pages-ttl {
		margin-bottom: 4vw;
		padding: 4vw 2.66667vw
	}
}
.c_pages-txt {
	display: table;
	position: relative;
	margin: 0 auto;
	padding-bottom: 5px;
	overflow: hidden;
	color: #3e3a39
}
@media screen and (max-width: 1024px) {
	.c_pages-txt {
		padding: 0 1.33333vw 1.33333vw
	}
}
.c_pages-txt:before {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transition: 0.4s ease transform;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transform: translateX(-100%);
	border-bottom: 1px solid #3e3a39;
	content: "";
	transition: 0.4s ease transform
}
.c_pages-txt:after {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transition: 0.4s ease transform;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transform: translateX(-100%);
	border-bottom: 1px solid #fff;
	content: "";
	transition: 0.4s ease transform
}
.c_pages-txt p {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 2.2rem
}
@media screen and (max-width: 1024px) {
	.c_pages-txt p {
		font-size: 1.4rem
	}
}
.c_pages-txt p:after {
	display: block;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	background-image: url(../img/pro-maintenance/obj_main01.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: ""
}
@media screen and (max-width: 1024px) {
	.c_pages-txt p:after {
		width: 4vw;
		height: 4vw
	}
}
.heading_bg {
	padding: 30px;
	background: #eff5fc
}
@media screen and (max-width: 1024px) {
	.heading_bg {
		padding: 5.33333vw
	}
}
.heading_ttl {
	color: #5690db;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center
}
@media screen and (max-width: 1024px) {
	.heading_ttl {
		font-size: 2rem
	}
}
.middle_bg {
	padding: 60px 0
}
@media screen and (max-width: 1024px) {
	.middle_bg {
		padding: 8vw 0
	}
}
.js-fadein {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-webkit-transition: all 1s;
	visibility: hidden;
	transform: translateY(20px);
	opacity: 0;
	transition: all 1s
}
.js-fadein.is-show {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	visibility: visible;
	transform: translateY(0px);
	opacity: 1
}
.Header_hamburger--nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: all 0.2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	background: white;
	opacity: 0;
	transition: all 0.2s
}
@media screen and (max-width: 1024px) {
	.Header_hamburger--container {
		padding-bottom: 13.33333vw
	}
}
@media screen and (max-width: 1024px) {
	.Header_hamburger--list {
		margin-bottom: 9.33333vw
	}
}
.Header_hamburger--item {
	width: auto;
	height: 1.9375vw;
	margin-bottom: 5.625vw;
	text-align: center
}
@media screen and (max-width: 1024px) {
	.Header_hamburger--item {
		height: 4vw;
		margin-bottom: 14.66667vw
	}
}
.Header_hamburger--item img {
	width: auto;
	height: 100%
}
.Header_hamburger--item:last-child {
	margin-bottom: 0
}
.hamburger {
	z-index: 9999;
	position: fixed;
	top: 1.33333vw;
	right: 2.66667vw;
	width: 8vw;
	height: 14.66667vw;
	cursor: pointer
}
.hamburger__line {
	-webkit-transition: all 0.2s;
	position: absolute;
	right: 1.6vw;
	width: 8vw;
	height: .8vw;
	background: #5690db;
	transition: all 0.2s
}
.hamburger__line--1 {
	top: 30%
}
.hamburger__line--2 {
	top: 50%
}
.hamburger__line--3 {
	top: 70%
}
.nav-open .Header_hamburger--nav {
	-webkit-transition: all 0.2s;
	visibility: visible;
	background: #ffffffe5;
	opacity: 1;
	transition: all 0.2s
}
.nav-open .hamburger__line--1 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	transform: rotate(45deg)
}
.nav-open .hamburger__line--2 {
	opacity: 0
}
.nav-open .hamburger__line--3 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	top: 50%;
	transform: rotate(-45deg)
}
.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat
}
@font-face {
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-family: "slick";
	font-style: normal;
	font-weight: normal
}
.slick-prev, .slick-next {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	display: block;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	padding: 0;
	transform: translate(0, -50%);
	border: none;
	outline: none;
	background: transparent;
	color: transparent;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25
}
.slick-prev:before, .slick-next:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: .75
}
.slick-prev {
	left: -25px
}
[dir="rtl"] .slick-prev {
	right: -25px;
	left: auto
}
.slick-prev:before {
	content: "竊�"
}
[dir="rtl"] .slick-prev:before {
	content: "竊�"
}
.slick-next {
	right: -25px
}
[dir="rtl"] .slick-next {
	right: auto;
	left: -25px
}
.slick-next:before {
	content: "竊�"
}
[dir="rtl"] .slick-next:before {
	content: "竊�"
}
.slick-dotted.slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	display: block;
	position: absolute;
	bottom: -25px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center
}
.slick-dots li {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	border: 0;
	outline: none;
	background: transparent;
	color: transparent;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1
}
.slick-dots li button:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	color: #000;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	content: "笳�";
	opacity: .25
}
.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}
.slick-slider {
	-webkit-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-ms-touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	display: block;
	position: relative;
	touch-action: pan-y;
	user-select: none
}
.slick-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto
}
.slick-track:before, .slick-track:after {
	display: table;
	content: ""
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	height: 100%;
	min-height: 1px;
	float: left
}
[dir="rtl"] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.C_contact_bg {
	position: relative;
	padding: 70px 0 110px;
	border-bottom: 40px solid #5690db;
	background: #595757
}
@media screen and (max-width: 1024px) {
	.C_contact_bg {
		padding: 14.66667vw 0
	}
}
.C_contact_bg:before {
	-webkit-transition: 0.2s;
	display: block;
	position: absolute;
	top: 5.625vw;
	left: -3.125vw;
	width: 25.3125vw;
	height: 12.8125vw;
	background-image: url(../img/common/obj_object_01.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	transition: 0.2s
}
@media screen and (max-width: 1024px) {
	.C_contact_bg:before {
		top: -13.33333vw;
		left: -26.66667vw;
		width: 48vw;
		height: 48vw
	}
}
.C_contact_bg:after {
	-webkit-transition: 0.2s;
	display: block;
	position: absolute;
	top: -7.5vw;
	right: -10.9375vw;
	width: 28.5625vw;
	height: 30.6875vw;
	background-image: url(../img/common/obj_bolt.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	transition: 0.2s
}
@media screen and (max-width: 1024px) {
	.C_contact_bg:after {
		top: -21.33333vw;
		right: -21.33333vw;
		width: 42.66667vw;
		height: 42.66667vw
	}
}
.C_contact_inner {
	color: black;
	text-align: center
}
.C_contact_box--text {
	margin-bottom: 70px;
	color: black;
	font-size: 1.8rem
}
@media screen and (max-width: 1024px) {
	.C_contact_box--text {
		-moz-text-align-last: left;
		width: 77.86667vw;
		margin: 0 auto 10.66667vw;
		font-size: 1.6rem;
		line-height: 2;
		text-align-last: left
	}
}
.C_contact_middle {
	letter-spacing: 0.06em
}
.C_contact_middle--title {
	margin-bottom: 20px;
	color: #5690db;
	font-size: 2.5rem;
	font-weight: bold
}
@media screen and (max-width: 1024px) {
	.C_contact_middle--title {
		margin-bottom: 2.66667vw;
		font-size: 1.6rem
	}
}
.C_contact_middle--text {
	margin-bottom: 90px;
	font-weight: bold;
	line-height: 1
}
@media screen and (max-width: 1024px) {
	.C_contact_middle--text {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: baseline;
		justify-content: center;
		margin-bottom: 16vw;
		letter-spacing: 0
	}
}
.C_contact_middle--text .-text {
	padding-right: 20px;
	font-size: 3.9rem
}
@media screen and (max-width: 1024px) {
	.C_contact_middle--text .-text {
		padding-right: 4vw;
		font-size: 2.1rem
	}
}
.C_contact_middle--text .-num {
	font-size: 6rem
}
@media screen and (max-width: 1024px) {
	.C_contact_middle--text .-num {
		font-size: 3rem
	}
	.C_contact_middle--text .-num:hover a {
		color: black
	}
}
.C_contact_pages--link {
	-webkit-transition: 0.2s;
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #000;
	transition: 0.2s
}
@media screen and (max-width: 1024px) {
	.C_contact_pages--link {
		width: 80vw;
		margin: 0 auto;
		background: none
	}
	.C_contact_pages--link:first-child {
		margin-bottom: 5.33333vw
	}
}
.C_contact_pages--link img {
	-webkit-transition: 0.2s;
	width: 100%;
	transition: 0.2s
}
@media screen and (min-width: 768px) {
	.C_contact_pages--link:hover {
		-webkit-transition: 0.2s;
		opacity: 1;
		transition: 0.2s
	}
	.C_contact_pages--link:hover img {
		-webkit-transition: 0.2s;
		opacity: 0.6;
		transition: 0.2s
	}
}
.C_contact_pages--img {
	z-index: 1;
	position: relative
}
.C_contact_pages--img:after {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-width: 0px 0px 27px 27px;
	border-style: solid;
	border-color: transparent white white transparent;
	content: ""
}
.C_contact_pages--info {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 2;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	color: white;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center
}
.C_contact_pages--title {
	font-size: 2.4rem;
	font-weight: bold
}
@media screen and (max-width: 1024px) {
	.C_contact_pages--title {
		top: 6.66667vw;
		font-size: 1.8rem
	}
}
.C_contact_pages--text {
	margin-top: 25px;
	font-size: 1.6rem
}
@media screen and (max-width: 1024px) {
	.C_contact_pages--text {
		margin-top: 6.66667vw;
		font-size: 1.4rem
	}
}
.contact_bg {
	padding: 60px 0;
	background-image: url(../img/pro-maintenance/flow/bg_contact.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover
}
@media screen and (max-width: 1024px) {
	.contact_bg {
		padding: 8vw
	}
}
@media screen and (max-width: 1024px) {
	.contact_bg {
		background-image: url(../img/pro-maintenance/flow/bg_contact-sp.jpg)
	}
}
.contact_link {
	-webkit-box-shadow: 1px 0px 18px -5px #3e3a39;
	display: block;
	position: relative;
	padding: 30px;
	border-top: 5px solid #5690db;
	background: #fff;
	box-shadow: 1px 0px 18px -5px #3e3a39;
	text-align: center
}
@media screen and (max-width: 1024px) {
	.contact_link {
		padding: 8vw;
		text-align: left
	}
}
@media screen and (min-width: 768px) {
	.contact_link:hover {
		opacity: 0.5
	}
}
.contact_link::after {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: block;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	background-image: url(../img/pro-maintenance/flow/icon_arrow.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	content: ""
}
@media screen and (max-width: 1024px) {
	.contact_link::after {
		width: 8vw;
		height: 8vw
	}
}
.contact_link-ttl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	justify-content: center
}
@media screen and (max-width: 1024px) {
	.contact_link-ttl {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 2.66667vw
	}
}
.contact_link-ttl .-icon {
	width: 58px;
	height: 40px;
	margin-right: 10px
}
@media screen and (max-width: 1024px) {
	.contact_link-ttl .-icon {
		width: 8vw;
		height: 5.33333vw;
		margin-right: 2.66667vw
	}
}
.contact_link-ttl .-txt {
	color: #5690db;
	font-size: 5.3rem;
	letter-spacing: 0.1em
}
@media screen and (max-width: 1024px) {
	.contact_link-ttl .-txt {
		font-size: 3rem
	}
}
.contact_link-sub {
	margin-bottom: 30px;
	color: #5690db
}
@media screen and (max-width: 1024px) {
	.contact_link-sub {
		margin-bottom: 4vw
	}
}
.contact_link-txt {
	line-height: 1.8
}
@media screen and (max-width: 1024px) {
	.contact_link-txt {
		text-align: left
	}
}
.contact_tel {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	padding: 40px;
	background: #5690db;
	color: white;
	font-size: 2rem;
	letter-spacing: 0.05em
}
@media screen and (max-width: 1024px) {
	.contact_tel {
		display: block;
		margin-top: 5.33333vw;
		padding: 5.33333vw;
		font-size: 1.6rem;
		text-align: center
	}
}
.contact_tel-num {
	margin-right: 60px
}
@media screen and (max-width: 1024px) {
	.contact_tel-num {
		margin-right: 0;
		margin-bottom: 2.66667vw
	}
}
.contact_tel-time .-txt {
	display: block;
	padding-left: 10px;
	font-size: 1.4rem
}
@media screen and (max-width: 1024px) {
	.contact_tel-time .-txt {
		padding-left: 0;
		font-size: 1.2rem
	}
}
.mente_bg {
	padding: 50px 0;
	background: #5690db
}
@media screen and (max-width: 1024px) {
	.mente_bg {
		padding: 0;
		background: none
	}
}
.mente_list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center
}
@media screen and (max-width: 1024px) {
	.mente_list {
		display: block
	}
}
.mente_item {
	margin-right: 50px;
	color: white;
	font-weight: bold
}
@media screen and (max-width: 1024px) {
	.mente_item {
		margin-right: 0;
		margin-bottom: 0vw
	}
}
.mente_item:last-child {
	margin-right: 0
}
@media screen and (max-width: 1024px) {
	.mente_item:last-child {
		margin-bottom: 0
	}
}
@media screen and (min-width: 768px) {
	.mente_item:hover {
		color: white
	}
}
.mente_ttl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	color: white;
	font-weight: bold
}
@media screen and (max-width: 1024px) {
	.mente_ttl {
		display: block;
		position: relative;
		margin-bottom: .8vw;
		padding: 5.33333vw 8vw;
		background: #5690db;
		color: white;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: left
	}
}
.mente_ttl.-arrow:after {
	-webkit-transition: 0.2s;
	display: block;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	background-image: url(../img/common/obj_arrow-h.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	transition: 0.2s
}
@media screen and (max-width: 1024px) {
	.mente_ttl.-arrow:after {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		position: absolute;
		top: 50%;
		right: 8vw;
		width: 2.66667vw;
		height: 4.26667vw;
		transform: translateY(-50%)
	}
}
@media screen and (min-width: 768px) {
	.mente_ttl:hover {
		color: white
	}
}
.mente_txt {
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
	color: white;
	font-size: 1.4rem;
	font-weight: bold
}
@media screen and (min-width: 768px) {
	.mente_txt:hover {
		color: white
	}
}
.footer .pagetop {
	-webkit-transition: 0.2s;
	-webkit-box-shadow: 0px 0px 25px -12px #000;
	display: block;
	visibility: hidden;
	z-index: 9990;
	position: fixed;
	right: 50px;
	bottom: 110px;
	width: 70px;
	border-radius: 50%;
	box-shadow: 0px 0px 25px -12px #000;
	opacity: 0;
	transition: 0.2s
}
@media screen and (max-width: 1024px) {
	.footer .pagetop {
		-webkit-box-shadow: 0px 0px 25px -12px #000;
		right: 4vw;
		bottom: 4vw;
		width: 11.2vw;
		height: 11.2vw;
		box-shadow: 0px 0px 25px -12px #000
	}
}
.footer .pagetop.scrolled {
	-webkit-transition: 0.2s;
	visibility: visible;
	opacity: 1;
	transition: 0.2s
}
.footer_bg {
	position: relative;
	padding: 20px 30px
}
@media screen and (max-width: 1024px) {
	.footer_bg {
		padding: 5.33333vw 8vw 18.66667vw
	}
}
.footer_bg:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-image: url(../img/common/line.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: ""
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.footer_bg:after {
		background-image: url(../img/common/line.png)
	}
}
.footer_inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: flex-end;
	justify-content: space-between
}
@media screen and (max-width: 1024px) {
	.footer_inner {
		display: block
	}
}
.footer_left {
	-webkit-box-align: end;
	-ms-flex-align: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end
}
@media screen and (max-width: 1024px) {
	.footer_left {
		display: block
	}
}
.footer_logo {
	display: block;
	width: 250px;
	margin-right: 50px
}
@media screen and (max-width: 1024px) {
	.footer_logo {
		margin: 0 auto 5.33333vw
	}
}
.footer_left_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width: 1024px) {
	.footer_left_box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 2.66667vw
	}
}
.footer_left_box .-link {
	margin-right: 2.66667vw
}
.footer_left_box .-link:last-child {
	margin-right: 0
}
@media screen and (max-width: 1024px) {
	.footer_left_box .-link {
		font-size: 1.2rem
	}
}
.footer_right--copy {
	display: block
}
@media screen and (max-width: 1024px) {
	.footer_right--copy {
		margin-bottom: 2.66667vw;
		font-size: .9rem;
		text-align: center
	}
}
.footer_cv {
	z-index: 9996;
	position: fixed;
	bottom: 0;
	left: 0
}
.footer_cv-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2.66667vw 2.66667vw
}
.footer_cv-mail {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 37.33333vw;
	margin-top: 5.33333vw;
	padding: 4vw 4vw;
	border-radius: 5px;
	background: #5690db;
	color: white
}
.footer_cv-mail:last-child {
	margin-left: 1.86667vw
}
.footer_cv-mail .-img {
	display: block;
	width: 6.13333vw;
	line-height: 1
}
.footer_cv-mail .-img.-tel {
	width: 4.8vw
}
.footer_cv-mail .-text {
	padding-left: 2.13333vw;
	font-size: 1.3rem;
	font-weight: bold
}
.footer_cv-mail .-text:hover {
	color: white
}
.links_bg {
	padding: 60px 0
}
@media screen and (max-width: 1024px) {
	.links_bg {
		padding: 0 8vw
	}
}
.links_inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.links_link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 47%;
	padding: 30px;
	border: 13px solid #c3d8f3;
	color: #5690db;
	font-size: 2.2rem;
	text-align: center
}
@media screen and (min-width: 768px) {
	.links_link:hover {
		background: #c3d8f3;
		color: #5690db;
		opacity: 1
	}
}
.links_link::after {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/pro-maintenance/flow/icon_arrow.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	content: ""
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.links_link::after {
		width: 5.33333vw;
		height: 5.33333vw
	}
}
.Header_sp_container {
	padding: 18.66667vw 0
}
.Header_sp--list {
	margin-bottom: 9.33333vw;
	padding: 5.33333vw
}
.Header_sp--item {
	margin-bottom: 1.33333vw;
	padding: 1.33333vw 0
}
.Header_sp--link {
	display: block;
	margin-bottom: 2.66667vw;
	color: #5690db;
	font-size: 1.8rem;
	font-weight: bold
}
.Header_sp--link.-modal {
	position: relative
}
.Header_sp--link.-modal:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transition: 0.5s;
	display: block;
	position: absolute;
	top: 3.2vw;
	right: 0;
	width: 5.33333vw;
	height: .53333vw;
	transform: rotate(90deg);
	background: #5690db;
	content: "";
	transition: 0.5s
}
.Header_sp--link.-modal:after {
	-webkit-transition: 0.5s;
	display: block;
	position: absolute;
	top: 3.2vw;
	right: 0;
	width: 5.33333vw;
	height: .53333vw;
	background: #5690db;
	content: "";
	transition: 0.5s
}
.Header_sp--link.-modal a {
	color: #5690db;
	font-size: 1.8rem;
	font-weight: bold
}
.Header_sp--link.js-modal-open.-modal:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transition: 0.5s;
	transform: rotate(0deg);
	transition: 0.5s
}
.Header_sp-sub {
	display: none;
	padding-top: 2.66667vw;
	padding-left: 2.66667vw
}
.Header_sp-sub .-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 4vw;
	font-size: 1.6rem
}
.Header_sp-sub .-link::before {
	display: block;
	width: 4vw;
	height: 4vw;
	margin-right: 1.33333vw;
	background-image: url(../img/pro-maintenance/flow/icon_arrow.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	content: ""
}
.Header_sp--mail {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 5.33333vw;
	padding: 4vw;
	background: #5690db;
	color: white
}
.Header_sp--mail .-img {
	display: block;
	width: 8vw;
	line-height: 1
}
.Header_sp--mail .-img.-tel {
	width: 6.66667vw
}
.Header_sp--mail .-text {
	padding-left: 5.33333vw;
	font-size: 1.8rem;
	font-weight: bold
}
.Header_sp--mail .-text:hover {
	color: white
}
.Header_pc--container, .Header_sp_head {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 9993;
	position: fixed;
	top: 0;
	left: 0;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	height: 100px;
	padding: 20px 20px 20px 30px;
	background: white;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1)
}
@media screen and (max-width: 1024px) {
	.Header_pc--container, .Header_sp_head {
		height: 17.3vw;
		padding: 2.66667vw 5.33333vw
	}
}
.Header_pc--container:after, .Header_sp_head:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-image: url(../img/common/line.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: ""
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.Header_pc--container:after, .Header_sp_head:after {
		background-image: url(../img/common/line.png)
	}
}
.Header_pc--logo {
	z-index: 9999;
	position: relative;
	width: 200px
}
@media screen and (max-width: 1400px) {
	.Header_pc--logo {
		width: 170px
	}
}
@media screen and (max-width: 1200px) {
	.Header_pc--logo {
		width: 150px
	}
}
@media screen and (max-width: 1024px) {
	.Header_pc--logo {
		width: 38.66667vw
	}
}
.Header_pc--logo img {
	width: 100%;
	height: 100%
}
.Header_pc--right {
	margin-left: auto
}
.Header_pc--list {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.Header_pc--item {
	margin-right: 2.0vw;
}
@media screen and (max-width: 1400px) {
	.Header_pc--item {
		margin-right: 15px;
		letter-spacing: -0.04em;
	}
}
.Header_pc--item:last-child {
	margin-right: 0
}
.Header_pc--link {
	display: block;
	position: relative;
	text-align: center
}
.Header_pc--link::after {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-webkit-transition: 0.3s;
	transform: scaleX(0);
	content: "";
	transition: 0.3s
}
@media screen and (max-width: 1500px) {
	.Header_pc--link {
		font-size: 1.4rem
	}
}
@media screen and (max-width: 1100px) {
	.Header_pc--link {
		font-size: 1.2rem
	}
}
@media screen and (min-width: 768px) {
	.Header_pc--link:hover {
		-webkit-transition: 0.3s;
		color: #5690db;
		transition: 0.3s
	}
	.Header_pc--link:hover::after {
		-webkit-transition: 0.3s;
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		display: block;
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 100%;
		height: 5px;
		transform: scaleX(1);
		background: #5690db;
		transition: 0.3s
	}
}
@media screen and (min-width: 768px) {
	.Header_pc--link.-parent:hover&gt;a {
		-webkit-transition: 0.3s;
		color: #5690db;
		transition: 0.3s
	}
	.Header_pc--link.-parent:hover .Header_pc-sub {
		-webkit-transition: 0.4s;
		visibility: visible;
		height: 80px;
		opacity: 1;
		transition: 0.4s
	}
	.Header_pc--link.-parent:hover .Header_pc-sub.-high {
		height: 120px
	}
}
.Header_pc--link.-parent&gt;a {
	display: block
}
@media screen and (max-width: 1500px) {
	.Header_pc--link.-parent&gt;a {
		font-size: 1.4rem
	}
}
@media screen and (max-width: 1100px) {
	.Header_pc--link.-parent&gt;a {
		font-size: 1.2rem
	}
}
.Header_pc-sub {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: 0.4s;
	display: block;
	visibility: hidden;
	position: fixed;
	top: 100px;
	left: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 0;
	padding: 0 100px;
	background: #ffffff90;
	opacity: 0;
	transition: 0.4s
}
.Header_pc-sub_row {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px
}
.Header_pc-sub.-high {
	padding: 20px 0
}
.Header_pc-sub.-high .Header_pc-sub_row {
	height: 40px
}
.Header_pc-sub .-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-right: 30px
}
.Header_pc-sub .-item::before {
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-image: url(../img/pro-maintenance/flow/icon_arrow.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	content: ""
}
@media screen and (max-width: 1400px) {
	.Header_pc-sub a {
		font-size: 1.4rem
	}
}
@media screen and (max-width: 1100px) {
	.Header_pc-sub a {
		font-size: 1.2rem
	}
}
.Header_pc--mail {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 15px;
	border-radius: 30px;
	background: #5690db;
	color: white
}
@media screen and (min-width: 768px) {
	.Header_pc--mail:hover {
		color: white
	}
	.Header_pc--mail:hover .-img {
		-webkit-animation: hop 0.6s;
		animation: hop 0.6s
	}
	@-webkit-keyframes hop {
		0% {
			-webkit-transform: translateY(0);
			transform: translateY(0)
		}
		40% {
			-webkit-transform: translateY(-5px);
			transform: translateY(-5px)
		}
		100% {
			-webkit-transform: translateY(0);
			transform: translateY(0)
		}
	}
	@keyframes hop {
		0% {
			-webkit-transform: translateY(0);
			transform: translateY(0)
		}
		40% {
			-webkit-transform: translateY(-5px);
			transform: translateY(-5px)
		}
		100% {
			-webkit-transform: translateY(0);
			transform: translateY(0)
		}
	}
}
.Header_pc--mail .-img {
	display: block;
	width: 28px;
	margin-right: 10px;
	line-height: 1
}
@media screen and (max-width: 1200px) {
	.Header_pc--mail .-img {
		width: 20px
	}
}
.Header_pc--mail .-text {
	font-size: 1.4rem
}
@media screen and (max-width: 1100px) {
	.Header_pc--mail .-text {
		font-size: 1.2rem
	}
}
.Header_pc-tel .-upper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center
}
.Header_pc-tel .-img {
	display: block;
	width: 18px;
	margin-right: 10px;
	line-height: 1
}
@media screen and (max-width: 1400px) {
	.Header_pc-tel .-img {
		width: 15px;
		margin-right: 5px
	}
}
.Header_pc-tel .-num {
	color: #5690db;
	font-size: 2.4rem;
	font-weight: bold
}
@media screen and (max-width: 1400px) {
	.Header_pc-tel .-num {
		font-size: 1.8rem
	}
}
.Header_pc-tel .-txt {
	display: block;
	padding-left: 30px;
	font-size: 1.2rem
}
.footer_cv-box {
	padding: 3vw
}
.footer_cv-mail {
	width: 94vw;
	justify-content: center;
}
.footer_cv-mail .-img {
	width: 7vw
}
.footer_cv-mail .-text {
	font-size: 1.6rem;
	padding-left: 3vw;
}
.footer_cv-mail:last-child {
	display: none
}
.t-around-bnr {
    background: #1a2d58;
    padding: 4rem 0;
}</pre></body></html>