@charset "UTF-8";
/* CSS Document */

/* --------------------
base
--------------------- */
html {
	width: 100%;
	height: 100%;
	font-size: 10px;
	overscroll-behavior-y: none;
}
body {
	position: relative;
	overflow-x: hidden;
	height: 100%;
	text-align: center;
	line-height: 2;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: normal;
	color: #333;
	background: #fff;
}
body * {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	text-decoration: underline;
	color: #282868;
}

/* utility */
.u-mb_xs {
	margin-bottom: 0.75em!important;
}
.u-mb_s {
	margin-bottom: 1em!important;
}
.u-mb_m {
	margin-bottom: 2em!important;
}
.u-mb_l {
	margin-bottom: 3em!important;
}
.u-mb_xl {
	margin-bottom: 4em!important;
}
.u-text_align_l {
	text-align: left!important;
}
.u-text_align_c {
	text-align: center!important;
}
.u-text_bold {
	font-weight: bold;
}
.u-indent1 {
	padding-left: 1em;
	text-indent: -1em;
}
.u-attention {
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
	/*font-size: 0.85em;*/
}
.u-marker {
	background: linear-gradient(transparent 60%, #ffe94e 60%);
}

@media screen and (min-width: 751px) {

	a:hover {
		opacity: 0.5;
		transition: 0.5s;
	}
	.u-sp {
		display: none;
	}

}

@media screen and (max-width: 750px) {

	.u-pc {
		display: none;
	}
	
}

/* --------------------
style
--------------------- */
.wrapper__inner {
	max-width: 750px;
	margin: 0 auto;
	padding: 0 2em;
}

@media screen and (max-width: 750px) {

	.wrapper__inner {
		padding: 0 1em;
	}
	
}

.header {
	padding: 1em 0;
	text-align: left;
}

@media screen and (max-width: 750px) {

	.header {
		padding: 0.5em 0;
	}
	.header img {
		width: 100px;
		height: auto;
	}
}

main {
	padding-bottom: 2em;
}
h2 {
	position: relative;
	margin-bottom: 1.5em;
	padding-left: 0.75em;
	text-align: left;
	line-height: 1.3;
	font-size: min(1.625em ,5.25vw);
	font-weight: 700;
	color: #282868;
}
h2.is-mb_s {
	margin-bottom: 1em;
}
h2::before,
h2::after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 2px;
	height: 1.3em;
	background: #282868;
}
h2::before {
	width: 4px;
	left: 0;
}
h2::after {
	width: 2px;
	left: 6px;
}
h3 {
	position: relative;
	margin-bottom: 1em;
	padding-left: 0.75em;
	text-align: left;
	line-height: 1.3;
	font-size: min(1.25em, 4.5vw);
	font-weight: 700;
	color: #282868;
}
h3::after {
	content: '';
	position: absolute;
	display: block;
	top: 0.45em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #282868;
}
.c-text {
	margin-bottom: 3em;
	text-align: left;
}
.c-text__indent1 {
	padding-left: 1em;
}
.c-block {
	margin-bottom: 2.5em;
}
.c-bg__gray {
	margin-bottom: 3em;
	padding: 1em;
	text-align: left;
	background: #f4f2f0;
}

@media screen and (max-width: 580px) {

	h2 {
		margin-bottom: 1em;
	}
	h3 {
		margin-bottom: 0.75em;
	}
	.c-text {
		margin-bottom: 1.5em;
	}
	.c-block {
		margin-bottom: 1.25em;
	}
	.c-bg__gray {
		margin-bottom: 1.5em;
	}

}

/* TOPページ */
.toppage__title {
	margin-bottom: 2.5em;
	padding: 1em 1.35em 6em;
	border-radius: 0.5em;
	text-align: left;
	background: #f4f2f0 url("../img/bg_kv.png") no-repeat 100% 100%;
	background-size: contain;
}
.toppage__title h1 {
	display: inline;
	line-height: 1.3;
	font-size: min(3.125em, 11vw);
	font-weight: 600;
	color: #282868;
	background: linear-gradient(transparent 80%, #fff 80%);
}
.toppage__title h1 span {
	position: relative;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	top: -0.2em;
	text-align: center;
	line-height: 1.5em;
	border-radius: 50%;
	font-size: 0.5em;
	font-weight: 400;
	background: #282868;
	color: #fff;
}
.toppage__lead {
	margin-bottom: 1em;
	line-height: 1.4;
	font-size: min(2em, 5.1vw);
	font-weight: 600;
	color: #282868;
}
.toppage__list {
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
	margin: 3em 0;
}
.toppage__listitem {
	width: 31.333%;
	margin-bottom: 3%;
	border-radius: 0.5em;
	background: #f4f2f0;
}
.toppage__listitem a {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 0.5em 0.5em 1.5em;
	text-decoration: none;
	line-height: 1.5;
	font-size: 1.1em;
	color: #333;
}
.toppage__listitem a::before, 
.toppage__listitem a::after {
	content: '';
	position: absolute;
	display: block;
}
.toppage__listitem a::before {
	width: 20px;
	height: 20px;
	right: 10px;
	bottom: 10px;
	border-radius: 2px;
	background: #282868;
}
.toppage__listitem a::after {
	width: 8px;
	height: 8px;
	right: 17px;
	bottom: 16px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: rotate(-45deg);
}
.toppage__listitem p {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 750px) {

	.toppage__list {
		margin-top: 1.5em;
	}

}

@media screen and (max-width: 580px) {

	.toppage__title {
		margin-bottom: 1.5em;
		padding-bottom: 10em;
		background: #f4f2f0 url("../img/bg_kv_sp.png") no-repeat 50% 100%;
		background-size: auto 50%;
	}
	.toppage__title h1 {
		font-weight: 800;
	}
	.toppage__title h1 span {
		font-weight: 600;
	}
	.toppage__lead {
		font-weight: 700;
	}
	.toppage__listitem {
		width: 48.5%;
	}
	.toppage__listitem a {
		font-size: 1em;
		font-weight: 500;
	}
	.toppage__listitem a::before {
		right: 6px;
		bottom: 6px;
	}
	.toppage__listitem a::after {
		right: 13px;
		bottom: 12px;
	}
	
}

/* ページ */
.page__title {
	display: flex;
	align-items: center;
	gap: 2.5%;
	margin-bottom: 0.5em;
	padding: 3% 4.5%;
	border-radius: 0.5em;
	text-align: left;
	background: #f4f2f0;
}
.page__title figure {
	flex-shrink: 0;
	max-width: 30%;
}
.page__title h1 {
	line-height: 1.3;
	font-size: min(2.5em, 6.5vw);
	font-weight: 600;
	color: #282868;
}
.page__title h1 > span {
	background: linear-gradient(transparent 80%, #fff 80%);
}
.nav__breadcrumbs {
	display: flex;
	align-items: center;
	margin-bottom: 2.5em;
	font-size: min(1em, 3.5vw);
}
.nav__breadcrumbs li + li {
	position: relative;
	margin-left: 2em;
}
.nav__breadcrumbs li + li::before {
	content: '＞';
	position: absolute;
	display: block;
	top: 0;
	left: -1.5em;
}
.page__lead {
	margin-bottom: 2.5em;
	text-align: left;
	line-height: 1.7;
	font-size: min(1.25em, 4.5vw);
	font-weight: 700;
	color: #282868;
}
.label__select {
	display: flex;
	align-items: center;
	gap: 3.5%;
	margin-bottom: 1em;
	padding: 3% 4.5%;
	border-radius: 0.5em;
	text-align: left;
	line-height: 1.3;
	font-size: min(1.25em, 4.75vw);
	font-weight: 700;
	color: #282868;
	background: #f4f2f0;
}
.label__select input[type="checkbox"] {
	width: 1.75em;
	height: 1.75em;
	border: solid 2px #282868;
	border-radius: 3px;
	background: #fff url("../img/bg_check.png") no-repeat 50% 50%;
	background-size: contain;
	cursor: pointer;
	flex-shrink: 0;
}
.label__select input[type="checkbox"]:checked {
	background-color: #282868;
}
.button {
	display: block;
	/*margin: 3em 0;*/
	padding: 1.3em 2.5em;
	border-radius: 0.25em;
	line-height: 1.3;
	font-size: min(2em, 5.5vw);
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	background-color: #282868;
	background-position: 0.75em, calc(100% - 0.75em);
	background-size: 2em, 1.25em;
	background-repeat: no-repeat;
}
.button:first-of-type {
	margin-top: 3em;
}
.button:last-of-type {
	margin-bottom: 3em;
}
.button + .button {
	margin-top: 1em;
}
.button__serch {
	background-image: url("../img/bg_search.png"),url("../img/bg_next.png");
}
.button__back {
	font-size: min(1.5em, 4vw);
	background-image: url("../img/bg_back.png");
	background-position: 1em;
	background-size: 1.65em;
}
.bg_result {
	display: flex;
	align-items: center;
	gap: 3.5%;
	margin-bottom: 0.5em;
	padding: 1em 0.75em;
	border: solid 2px #282868;
	border-radius: 0.5em;
	text-align: left;
	line-height: 1.3;
	font-size: min(1.625em, 5vw);
	font-weight: 600;
	background: #f4f4f7;
	color: #282868;
}
.bg_result figure {
	max-width: 30%;
	flex-shrink: 0;
}
.button__open {
	background-image: url("../img/bg_pencil.png"),url("../img/bg_open.png");
}

@media screen and (max-width: 580px) {

	.page__title {
		padding: 6% 4.5%;
	}
	.page__title h1 {
		font-weight: 800;
	}
	.nav__breadcrumbs {
		margin-bottom: 1.5em;
		font-weight: 500;
	}
	.label__select {
		padding: 6.5% 4.5%;
		font-weight: 800;
	}
	.button {
		font-weight: 700;
	}
	.button:first-of-type {
		margin-top: 1.5em;
	}
	.button:last-of-type {
		margin-bottom: 1.5em;
	}
	.button__back:first-of-type {
		margin-top: 2em;
	}

}

@media screen and (min-width: 581px) {

	/*.page__title h1 br, */
	.button br {
		display: none;
	}
	
}

/*.footer 上書き */
.footer {
	position: relative;
}
.footer::after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-top: solid 2px #282868;
}
.footer .inner {
	width: auto!important;
	max-width: 960px!important;
	font-size: 0.8em;
}
.footer h2 {
	padding-left: 0;
	border: none;
}
.footer h2::before, 
.footer h2::after {
	content: none;
}
.clearfix::after {
 content: "";
 display: block;
 clear: both;
}
.footer .foot-navi-sec {
	line-height: 1;
}
.footer .inline {
	display: inline;
}
.copyright {
	font-size: 0.8em!important;
}

@media screen and (max-width: 959px) {

	.footer::after {
		left: 2em;
		width: calc(100% - 4em);
	}
	.footer .inner {
		padding-left: 2em;
		padding-right: 2em;
	}
	.foot-navi-sec {
		float: none!important;
	}
	.page-top {
		right: 5%!important;
	}
}
@media screen and (max-width: 900px) {

	.address-sec {
		width: auto!important;
	}
	
}

@media screen and (max-width: 640px) {

.foot-navi-sec {
		display: none;;
	}
}
