@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

input, textarea, select, option {
	vertical-align: middle;
	outline: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-family : inherit;
	font-size: 16px;
	color: #434343;
}

button, input[type='submit'] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	cursor: pointer;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

::-webkit-input-placeholder {
	color: #b7b7b7;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.find {
	cursor: pointer;
}

.pc {
	display: none;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

address, em {
	font-style: normal;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

/* ---------------------------------------------------------
	CSS Document Link
--------------------------------------------------------- */

a {
	outline: none;
	text-decoration: underline;
	color: #0287c5;
}

a:hover,
input[type='submit']:hover {
	color: #f3a8be;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#container {
	overflow: hidden;
}

/* ---------------------------------------------------------
	CSS Document navi
--------------------------------------------------------- */

#navi {
	width: 100%;
	height: 0;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	border-top: solid 1px #bfbfbf;
	background: #fff;
	text-align: left;
	opacity: 0;
	transform: translateY(-4px);
	transition:
		max-height 0.3s ease,
		opacity 0.2s ease,
		transform 0.2s ease;
	will-change: opacity, transform;
}

#navi.is-open {
	height: calc(100svh - 60px);
	opacity: 1;
	transform: translateY(0);
}

#navi li .parent {
	display: block;
	height: 50px;
	padding-left: 20px;
	border-bottom: solid 1px #bfbfbf;
	text-decoration: none;
	font-size: 16px;
	line-height: 50px;
	color: #0064c2;
	position: relative;
}

#navi li span.parent:after {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border-bottom: solid 2px #0064c2;
	border-right: solid 2px #0064c2;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

#navi li span.parent.active:after {
	margin-top: -4px;
	border: 0;
	border-top: solid 2px #0064c2;
	border-left: solid 2px #0064c2;
}

#navi li a.parent:after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -4px;
	border: solid 4px transparent;
	border-left: solid 6px #0064c2;
	position: absolute;
	top: 50%;
	right: 16px;
}

#navi li .navi_div {
	display: none;
	padding: 10px 0;
	background: #0064c2;
	opacity: 0;
	transition: opacity 0.3s ease;
}

#navi li .navi_div.is-show {
	display: block;
	opacity: 1;
}

#navi li li a {
	display: block;
	padding-left: 35px;
	text-decoration: none;
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	position: relative;
}

#navi li li a:before {
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 20px;
}

#navi .h_navi li li.this a {
	color: #e46c9b;
}

#navi li li.yellow a {
	color: #f2cf35;
}

#navi li li.yellow a:before {
	border-color: #f2cf35;
}

/* navi_service */
.navi_service_flex .navi_service_h2 {
	height: 50px;
	margin: 0 15px 10px;
	border-bottom: solid 1px #fff;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	line-height: 50px;
}

.navi_service_flex .navi_service_h2 a {
	display: block;
	padding: 0 0 0 30px;
	background: url(../images/h_navi_sp.png) no-repeat left / 20px auto;
	text-decoration: none;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document bread Clumb
--------------------------------------------------------- */

#bread {
	margin: 3vw;
	text-align: left;
	font-size: 10px;
	line-height: 18px;
}

#bread ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#bread li {
	display: inline;
	margin-right: 4px;
	padding-right: 12px;
	background: url(../images/h_bread_arrow.png) no-repeat right center;
	background-size: 5px auto;
	white-space: normal;
	word-break: break-word;
}

#bread li:last-child {
	background: none;
	padding-right: 0;
	margin-right: 0;
}

#bread li a {
	text-decoration: none;
	color: #434343;
}

#bread li:first-child a {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 14px;
	overflow: hidden;
	background: url(../images/h_bread.png) no-repeat left center;
	background-size: 12px auto;
	position: relative;
}

#bread li:first-child a span {
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	position: absolute;
}


/* ---------------------------------------------------------
	CSS Document sidebar
--------------------------------------------------------- */

#sidebar {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	background: #313131;
	font-size: 0;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	height: 50px;
}

#pagetop a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding-top: 9px;
	background: #00a7eb;
	text-decoration: none;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	position: relative;
}

#pagetop a:before {
	content: '';
	width: 0;
	height: 0;
	margin-left: -4px;
	border: solid 4px transparent;
	border-bottom: solid 6px #fff;
	position: absolute;
	left: 50%;
	top: 7px;
}

/* ---------------------------------------------------------
	CSS Document footer > f_gnavi
--------------------------------------------------------- */

#f_gnavi .f_logo {
	height: 70px;
	background: #fff;
	line-height: 68px;
}

#f_gnavi .f_logo img {
	vertical-align: middle;
	width: 200px;
}

#f_gnavi .f_sns {
	padding: 5vw 0;
}

#f_gnavi .f_sns a {
	display: block;
}

#f_gnavi .f_sns li {
	display: inline-block;
	vertical-align: middle;
}

#f_gnavi .f_sns .f_sns_img {
	overflow: hidden;
	margin-left: 4vw;
	border-radius: 100%;
	border: solid 1px #a0a0a0;
}

#f_gnavi .f_sns .f_sns_img img {
	width: 49px;
	border-radius: 100%;
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document footer > f_address
--------------------------------------------------------- */

#f_address {
	padding: 5vw 0 16vw;
	background: #fff;
	font-size: 2.8vw;
	line-height: 1.5;
	color: #333;
}

#f_address .f_privacy img {
	width: auto;
	height: 24vw;
	aspect-ratio: 90 / 90;
	object-fit: cover;
}

#f_address address {
	margin-top: 5vw;
}

#f_address address:last-of-type {
	padding: 3vw 0;
	background: #ddd;
}

#f_address address a {
	text-decoration: none;
	color: #333;
}

/* ---------------------------------------------------------
	CSS Document f_contact
--------------------------------------------------------- */

#f_contact {
	width: 100%;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	transform: translateY(100%);
	transition: transform 0.4s ease, opacity 0.4s ease;
	opacity: 0;
	pointer-events: none;
}

#f_contact.is-show {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

#f_contact ul {
	display: flex;
}

#f_contact img {
	width: auto;
	height: 16.90426666666667vw;
	object-fit: cover;
}


/* ---------------------------------------------------------
	CSS Document f_header
--------------------------------------------------------- */

#f_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 1200px;
	width: 100%;
	height: 56px;
	background: #fff;
	position: fixed;
	top: -56px;
	left: 0;
	transition: .4s;
	z-index: 999;
}

#f_header.fixed {
	top: 0;
}

#f_header figure {
	width: 100px;
}

#f_header > ul {
	display: flex;
	width: calc(100% - 380px);
}

#f_header > ul > li {
	flex-grow: 1;
}

#f_header > ul > li .parent:before {
	content: '';
	width: 1px;
	height: 30px;
	margin-top: -15px;
	background: #bfbfbf;
	position: absolute;
	top: 50%;
	left: 0;
}

#f_header .parent {
	display: block;
	height: 56px;
	text-decoration: none;
	font-size: 15px;
	line-height: 56px;
	color: #1e1e1e;
	position: relative;
	cursor: pointer;
}

#f_header .parent:hover {
	color: #0c3880;
}

#f_header li .navi_div {
	display: none;
	min-width: 1200px;
	width: 100%;
	padding: 30px 0;
	background: #f5f5f5;
	line-height: 30px;
	position: fixed;
	top: 56px;
	left: 0;
	z-index: 9999;
}

#f_header li li a {
	display: block;
	padding-left: 20px;
	text-decoration: none;
	font-size: 16px;
	line-height: 40px;
	color: #1e1e1e;
	position: relative;
}

#f_header li li a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #0c3880;
	border-right: solid 2px #0c3880;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
}

#f_header li li a:hover {
	text-decoration: underline;
	color: #0c3880;
}

#f_header .navi_outline li {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
	text-align: left;
}

.f_header_contact {
	display: flex;
	justify-content: center;
	width: 280px;
	height: 56px;
	background: #ef233c;
	line-height: 56px;
}

.f_header_inquiry {
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
}

.f_header_inquiry:after {
	content: '';
	width: 1px;
	height: 30px;
	background: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
}

.f_header_inquiry img {
	vertical-align: middle;
}

.f_header_tel a {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	padding-left: 30px;
	background: url(../images/f_tel.png) no-repeat left / auto 16px;
	text-decoration: none;
	font-family: Roboto, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}
