@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&?family=Noto+Serif+JP:wght@200..900&family=Roboto:wght@100;300;400;500;700&display=swap");
html {
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

body {
	position: relative;
	background-color: #fff;
	color: #323333;
	font-size: 16px;
	font-family: "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}
@media (max-width: 767.98px) {
	body {
		font-size: 16px;
	}
}

h6, h5, h4, h3, h2, h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1, .h1 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 500;
}
@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 2.5rem;
	}
}

h2, .h2 {
	font-size: calc(1.3rem + 0.9vw);
	font-weight: 500;
}
@media (min-width: 1200px) {
	h2, .h2 {
		font-size: 2.25rem;
	}
}

h3, .h3 {
	font-size: calc(1.275rem + 0.6vw);
	font-weight: 700;
}
@media (min-width: 1200px) {
	h3, .h3 {
		font-size: 1.75rem;
	}
}

h4, .h4 {
	font-size: calc(1.25rem + 0.3vw);
}
@media (min-width: 1200px) {
	h4, .h4 {
		font-size: 1.5rem;
	}
}

p {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

address {
	margin-bottom: 1.5rem;
}

ol,
ul {
	padding-left: 1.5rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
}

blockquote {
	margin: 0 0 1rem;
}

strong {
	font-family: "UD新ゴ B", "UD Shin Go Bold";
	font-weight: 700;
}

small {
	font-size: 0.875em;
}

mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

sub,
sup {
	font-size: 0.75em;
}

a {
	color: #c02472;
	text-decoration: underline;
}
a img {
	transition: opacity 0.3s ease;
}
a:hover {
	color: #1c2a53;
}
a:hover img {
	opacity: 0.8;
}

pre,
code,
kbd,
samp {
	font-size: 1em;
}

pre {
	margin-bottom: 1.5rem;
	font-size: 0.875em;
}

pre code {
	font-size: inherit;
}

code {
	font-size: 0.875em;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 0.875em;
	background-color: #212529;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
}

figure {
	margin: 0 0 1.5rem;
}
figure figcaption {
	font-size: 0.875em;
	text-align: center;
}

img,
svg {
	vertical-align: middle;
}

img {
	max-width: 100%;
	height: auto;
}

caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

table {
	margin-bottom: 1.5rem;
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignright {
	float: right;
	display: block;
	max-width: calc(50% - 10px);
	margin-bottom: 20px;
	margin-left: 20px;
}
@media (max-width: 767.98px) {
	.alignright {
		float: none;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0.5rem;
	}
}
.alignright img {
	max-width: 100%;
}
@media (max-width: 767.98px) {
	.alignright img {
		max-width: 50%;
	}
}

.alignleft {
	float: left;
	display: block;
	max-width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
}
@media (max-width: 767.98px) {
	.alignleft {
		float: none;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0.5rem;
	}
}
.alignleft img {
	max-width: 100%;
}
@media (max-width: 767.98px) {
	.alignleft img {
		max-width: 50%;
	}
}

.wp-caption-text {
	margin-top: 0.5rem;
	font-size: 0.75rem;
	text-align: center;
}

.wp-block-button .wp-block-button__link {
	position: relative;
	display: inline-block;
	background-color: #1a63a5;
	border-radius: 100px;
	padding: 0.9375em 3.75em 0.9375em 2.625em;
	color: #fff;
	line-height: 1.5;
	text-decoration: none;
}
.wp-block-button .wp-block-button__link::before, .wp-block-button .wp-block-button__link::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	transition: all 0.2s ease-out;
}
.wp-block-button .wp-block-button__link::before {
	right: 1.25em;
	border-radius: 50%;
	background-color: #fff;
	width: 1.5625em;
	height: 1.5625em;
}
.wp-block-button .wp-block-button__link::after {
	right: 1.6875em;
	width: 0.875em;
	height: 0.875em;
	background-color: #1a63a5;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 25% 100%, 75% 50%, 25% 0);
	        clip-path: polygon(50% 0, 100% 50%, 50% 100%, 25% 100%, 75% 50%, 25% 0);
}
.wp-block-button .wp-block-button__link:hover::before {
	right: 0.875em;
}
.wp-block-button .wp-block-button__link:hover::after {
	right: 1.3125em;
}
.wp-block-button.is-style-outline {
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-color: #4b5865;
	color: #4b5865;
}
.wp-block-button.is-style-outline::before {
	background-color: #055e92;
}
.wp-block-button.is-style-outline::after {
	background-color: #fff;
}

.admin-bar .global-header {
	top: 32px;
	z-index: 99998;
}
@media (max-width: 782px) {
	.admin-bar .global-header {
		top: 46px;
	}
}
@media (max-width: 600px) {
	.admin-bar .global-header {
		top: 0;
		z-index: 999999;
	}
}
@media (max-width: 991.98px) {
	.admin-bar .global-header .header-menu {
		top: 92px;
	}
}
@media (max-width: 782px) {
	.admin-bar .global-header .header-menu {
		top: 106px;
	}
}
@media (max-width: 600px) {
	.admin-bar .global-header .header-menu {
		top: 60px;
	}
}
@media (max-width: 991.98px) {
	.admin-bar .global-header .header-menu-bg {
		top: 92px;
	}
}
@media (max-width: 782px) {
	.admin-bar .global-header .header-menu-bg {
		top: 106px;
	}
}
@media (max-width: 600px) {
	.admin-bar .global-header .header-menu-bg {
		top: 60px;
	}
}

@media (max-width: 600px) {
	#wpadminbar {
		top: -46px;
	}
}

.logo-fl-bk {
	fill: #333;
}

.logo-path {
	stroke-width: 0px;
}

.logo-fl-bl {
	fill: #2997ce;
}

.logo-fl-gr {
	fill: #80b23f;
}

.logo-fill-pk {
	fill: #d91e79;
}

.global-header {
	width: 100%;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 9999;
}
@media (min-width: 992px) {
	.global-header {
		transition: all linear 0.2s;
	}
	.header-transparent .global-header {
		box-shadow: none;
		background-color: transparent;
	}
}
.global-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
}
@media (min-width: 992px) {
	.global-header-inner {
		max-width: 1600px;
		height: 100px;
		margin-right: auto;
		margin-left: auto;
		padding: 0.5rem 1.5rem;
	}
}
.global-header .header-brand {
	flex: 0 0 auto;
	margin: 0;
	padding: 0.5rem 1rem;
	line-height: 1;
	width: 50%;
	height: 100%;
}
@media (min-width: 992px) {
	.global-header .header-brand {
		width: 280px;
		padding: 0;
	}
}
.global-header .header-brand .logo {
	display: block;
	background-image: url("../images/header_logo_color.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	width: 100%;
	height: 100%;
	outline: 4px solid transparent;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
@media (min-width: 992px) {
	.global-header .header-brand .logo {
		transition: all linear 0.2s;
	}
	.header-transparent .global-header .header-brand .logo {
		background-image: url("../images/header_logo_white.png");
	}
}
@media (min-width: 992px) {
	.global-header .header-menu {
		flex: 0 0 auto;
		display: flex;
		flex-wrap: wrap;
		width: calc(100% - 320px);
	}
}
.global-header .header-menu a {
	text-decoration: none;
	line-height: 1.2;
}
@media (min-width: 992px) {
	.global-header .header-menu a {
		color: #1c2a53;
		transition: all ease-in-out 0.3s;
	}
	.global-header .header-menu a:hover {
		color: #445995;
	}
	.header-transparent .global-header .header-menu a {
		color: #fff;
	}
	.header-transparent .global-header .header-menu a:hover {
		color: #e5e9f2;
	}
}
@media (min-width: 992px) {
	.global-header .header-menu > * {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
}
@media (max-width: 991.98px) {
	.global-header .header-menu {
		position: fixed;
		top: 60px;
		right: -120%;
		z-index: 999;
		background-color: #fff;
		width: 80vw;
		max-width: 480px;
		max-height: calc(100vh - 60px + env(safe-area-inset-bottom));
		padding-bottom: env(safe-area-inset-bottom);
		overflow-y: auto;
		transition: all ease-out 0.5s;
	}
	.menu-open .global-header .header-menu {
		right: 0;
	}
}
.global-header .header-menu-bg {
	position: fixed;
	top: 60px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	width: 100vw;
	height: 100%;
	transition: all ease-in 0.3s;
}
.menu-open .global-header .header-menu-bg {
	opacity: 1;
	visibility: visible;
}
@media (min-width: 992px) {
	.global-header .header-menu-bg {
		display: none;
	}
}
.global-header .header-menu .global-nav {
	width: 100%;
}
@media (min-width: 992px) {
	.global-header .header-menu .global-nav {
		order: 2;
	}
}
.global-header .header-menu .global-nav-lists {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 992px) {
	.global-header .header-menu .global-nav-lists {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
}
.global-header .header-menu .global-nav-lists li {
	font-size: 1rem;
	font-weight: 600;
}
@media (min-width: 992px) {
	.global-header .header-menu .global-nav-lists li:not(:last-child)::after {
		content: "";
		display: inline-block;
		background-color: #1c2a53;
		margin-right: 1em;
		margin-left: 1em;
		width: 2px;
		height: 1em;
		vertical-align: middle;
		transition: all linear 0.2s;
	}
	.header-transparent .global-header .header-menu .global-nav-lists li:not(:last-child)::after {
		background-color: #fff;
	}
}
@media (max-width: 991.98px) {
	.global-header .header-menu .global-nav-lists li {
		border-bottom: 1px solid #adadad;
	}
	.global-header .header-menu .global-nav-lists li a {
		display: block;
		background-color: #1c2a53;
		padding: 1rem 1.5rem;
		color: #fff;
		line-height: 1.5;
	}
	.global-header .header-menu .global-nav-lists li a:active {
		opacity: 0.8;
	}
}
@media (min-width: 992px) {
	.global-header .header-menu .header-links {
		order: 1;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
	}
	.global-header .header-menu .header-links > * {
		flex: 0 0 auto;
		padding-right: 0.25rem;
		padding-left: 0.25rem;
	}
	.global-header .header-menu .header-links > *:first-child {
		padding-left: 0;
	}
	.global-header .header-menu .header-links > *:last-child {
		padding-right: 0;
	}
}
@media (max-width: 991.98px) {
	.global-header .header-menu .header-links {
		padding-right: 0.75rem;
		padding-bottom: 2rem;
		padding-left: 0.75rem;
	}
}
@media (max-width: 991.98px) {
	.global-header .header-menu .header-links .sns-link {
		margin-top: 1rem;
	}
}
.global-header .header-menu .header-links .sns-link-lists {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0 0.5rem;
}
@media (max-width: 991.98px) {
	.global-header .header-menu .header-links .sns-link-lists {
		justify-content: center;
	}
}
.global-header .header-menu .header-links .sns-link-lists li {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	overflow: hidden;
	line-height: 1;
}
@media (min-width: 768px) {
	.global-header .header-menu .header-links .sns-link-lists li {
		padding-right: 0.125rem;
		padding-left: 0.125rem;
	}
}
@media (max-width: 991.98px) {
	.global-header .header-menu .header-links .sns-link-lists li a {
		color: #1c2a53;
	}
}
.global-header .header-menu .header-links .sns-link .sns-icon {
	font-size: 2.5rem;
}
@media (min-width: 768px) {
	.global-header .header-menu .header-links .sns-link .sns-icon {
		font-size: 1.875rem;
	}
}
.global-header .header-menu .header-links .sns-link .sns-text {
	display: inline-block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
@media (max-width: 991.98px) {
	.global-header .header-menu .header-links .business-link {
		margin-top: 1rem;
	}
}
.global-header .header-menu .header-links .business-link a {
	display: block;
	border: 1px solid #c02472;
	background-color: #c02472;
	color: #fff;
	line-height: 1.5;
}
@media (min-width: 992px) {
	.global-header .header-menu .header-links .business-link a {
		padding: 0.25rem 0.75rem;
		transition: all ease-in-out 0.2s;
	}
	.global-header .header-menu .header-links .business-link a:hover {
		background-color: rgba(192, 36, 114, 0.05);
		color: #c02472;
	}
	.header-transparent .global-header .header-menu .header-links .business-link a {
		background-color: transparent;
		border-color: #fff;
	}
	.header-transparent .global-header .header-menu .header-links .business-link a:hover {
		background-color: rgba(255, 255, 255, 0.1);
		color: #fff;
	}
}
@media (max-width: 991.98px) {
	.global-header .header-menu .header-links .business-link a {
		background-color: #c02472;
		color: #fff;
		text-align: center;
		width: 160px;
		margin-right: auto;
		margin-left: auto;
		padding: 0.75rem;
	}
	.global-header .header-menu .header-links .business-link a:active {
		opacity: 0.8;
	}
}
@media (max-width: 991.98px) {
	.global-header .header-menu .header-links .language-link {
		margin-top: 1rem;
		text-align: center;
	}
	.global-header .header-menu .header-links .language-link::before {
		content: "Language Change";
		display: block;
		font-size: 0.75rem;
	}
	.global-header .header-menu .header-links .language-link a {
		text-decoration: underline;
	}
}
.global-header .menu-trigger {
	position: relative;
	width: 60px;
	height: 100%;
	cursor: pointer;
}
@media (min-width: 992px) {
	.global-header .menu-trigger {
		display: none;
	}
}
.global-header .menu-trigger-hamburger {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 48px;
	margin-left: auto;
}
.global-header .menu-trigger-hamburger-line {
	position: relative;
	display: block;
	background-color: #1c2a53;
	width: 30px;
	height: 2px;
}
.menu-open .global-header .menu-trigger-hamburger-line {
	background-color: transparent;
}
.global-header .menu-trigger-hamburger-line::before, .global-header .menu-trigger-hamburger-line::after {
	content: "";
	position: absolute;
	display: block;
	background-color: #1c2a53;
	width: 100%;
	height: 100%;
	transition: transform linear 0.1s;
}
.menu-open .global-header .menu-trigger-hamburger-line::before, .menu-open .global-header .menu-trigger-hamburger-line::after {
	top: 0px;
}
.global-header .menu-trigger-hamburger-line::before {
	top: -8px;
}
.menu-open .global-header .menu-trigger-hamburger-line::before {
	transform: rotate(-45deg);
}
.global-header .menu-trigger-hamburger-line::after {
	top: 8px;
}
.menu-open .global-header .menu-trigger-hamburger-line::after {
	transform: rotate(45deg);
}
.global-header .menu-trigger-text {
	position: absolute;
	bottom: 8px;
	left: 0px;
	width: 100%;
	font-size: 10px;
	text-align: center;
	line-height: 1;
}

.site-content {
	margin-top: 60px;
	padding-bottom: 2rem;
}
@media (min-width: 992px) {
	.site-content {
		margin-top: 100px;
	}
}

#loading {
	position: fixed;
	z-index: 99999;
	background-color: #fff;
	width: 100%;
	height: 100%;
}

.container-wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container-wrap {
		max-width: 540px;
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}
}
@media (min-width: 768px) {
	.container-wrap {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container-wrap {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container-wrap {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container-wrap {
		max-width: 1320px;
	}
}

.main-visual {
	position: relative;
	width: 100%;
	height: 20vw;
	min-height: 120px;
	max-height: 200px;
}
.main-visual .mv-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.main-visual .mv-content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
@media (min-width: 576px) {
	.main-visual .mv-content {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.main-visual .mv-content {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.main-visual .mv-content {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.main-visual .mv-content {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.main-visual .mv-content {
		max-width: 1320px;
	}
}
.main-visual .mv-content-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main-visual .mv-content .mv-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	margin: 0;
	padding: 1rem;
	color: #fff;
	font-family: "UD新ゴ R", "UD Shin Go Regular", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: min(5.5vw, 30px);
	text-align: center;
	text-shadow: 0 0 0.4em rgb(9, 12, 26), 0 0 0.6em rgb(9, 12, 26);
}

.page-content {
	padding: 3rem 0;
}

.column-layout {
	display: flex;
	flex-wrap: wrap;
}
.column-layout > * {
	flex: 0 0 auto;
	width: 100%;
}
@media (min-width: 992px) {
	.column-layout-main {
		max-width: calc(100% - 320px);
		padding-right: 30px;
	}
}
@media (min-width: 992px) {
	.column-layout-side {
		max-width: 320px;
	}
}

.noside-content-wrap {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.global-footer {
	background-color: #1c2a53;
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: #fff;
}
.global-footer a {
	color: #fff;
	text-decoration: none;
}
.global-footer a:hover {
	color: #c7cee3;
}

.footer-nav ul {
	list-style: none;
}
@media (max-width: 767.98px) {
	.footer-nav {
		border-top: 1px solid color-mix(in srgb, #1c2a53 50%, white);
	}
}

.footer-menu-list {
	margin-bottom: 0;
	padding: 0;
	font-family: "UD新ゴ M", "UD Shin Go Medium";
	font-size: 1.25rem;
	font-weight: 600;
}
@media (min-width: 768px) {
	.footer-menu-list {
		margin-bottom: 1rem;
	}
}
@media (max-width: 767.98px) {
	.footer-menu-list > li {
		border-bottom: 1px solid color-mix(in srgb, #1c2a53 50%, white);
		padding: 0 0.5em;
		font-size: 0.875rem;
	}
	.footer-menu-list > li > a {
		display: flex;
		align-items: center;
		min-height: 40px;
	}
}
.footer-menu-list .sub-menu {
	padding: 0;
	font-family: "UD新ゴ R", "UD Shin Go Regular";
	font-size: 1rem;
	font-weight: 500;
}
@media (max-width: 767.98px) {
	.footer-menu-list .sub-menu {
		display: none;
	}
}

.footer-bottom {
	position: relative;
}

.footer-brand {
	margin-top: 3rem;
	text-align: center;
}

.footer-sns {
	margin-top: 1rem;
}
@media (min-width: 768px) {
	.footer-sns {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		align-items: center;
		margin-top: 0;
	}
}
.footer-sns-text {
	margin-bottom: 0;
	text-align: center;
}
.footer-sns-links {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	padding: 0;
}
.footer-sns-links > li {
	padding-right: 1rem;
	padding-left: 1rem;
	font-size: 3rem;
	text-align: center;
	line-height: 1;
}
@media (min-width: 768px) {
	.footer-sns-links > li {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
}
.footer-sns .sns-text {
	display: inline-block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.footer-legal {
	margin-top: 1rem;
}
.footer-legal-links {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding: 0;
}
@media (min-width: 768px) {
	.footer-legal-links {
		justify-content: center;
	}
}
.footer-legal-links > li {
	padding-left: 0.5rem;
	font-size: 0.875rem;
}
@media (min-width: 768px) {
	.footer-legal-links > li {
		font-size: 1rem;
	}
}
.footer-legal-links > li::after {
	content: "|";
	display: inline-block;
	margin-left: 0.5rem;
}
.footer-legal-links > li:first-child {
	padding-left: 0;
}
.footer-legal-links > li:last-child::after {
	content: none;
}

.footer-sddress {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.footer-sddress {
		justify-content: center;
	}
}
.footer-sddress > * {
	width: 100%;
}
@media (min-width: 768px) {
	.footer-sddress > * {
		width: auto;
		padding: 0 0.5rem;
	}
}

.footer-copyright {
	margin-top: 1rem;
	font-size: 0.75rem;
}
@media (min-width: 768px) {
	.footer-copyright {
		font-size: 0.875rem;
		text-align: center;
	}
}

.main-content {
	padding-bottom: 3rem;
	overflow: hidden;
}

.entry-header {
	margin-bottom: 1rem;
}
.entry-header .entry-title {
	margin-bottom: 1rem;
	font-size: clamp(1.75rem, 1.659rem + 0.45vw, 2rem);
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
}
.entry-header .entry-meta {
	font-size: 0.875rem;
}
.entry-header .entry-meta i {
	margin-right: 0.5em;
}

.entry-content > :first-child {
	-webkit-margin-before: 0;
	        margin-block-start: 0;
}
.entry-content h1 {
	margin-bottom: 1rem;
	font-size: clamp(1.75rem, 1.659rem + 0.45vw, 2rem);
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
}
.entry-content h2 {
	font-size: clamp(1.375rem, 3vw, 1.5rem);
	border-bottom: 2px solid #1c2a53;
	padding-bottom: 5px;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
	margin-top: 4.8rem;
}
.entry-content h3 {
	font-size: 1.25rem;
	border-left: 6px solid #1c2a53;
	padding-left: 0.5em;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
	margin-top: 3.2rem;
}
.entry-content h4 {
	font-size: 1.125rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
	margin-top: 2.4rem;
}
.entry-content h5 {
	font-size: 1rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
	margin-top: 1.6rem;
}
.entry-content h6 {
	font-size: 1rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
	margin-top: 1.3rem;
}
.entry-content p {
	margin-top: 1rem;
}

.article-carousel {
	width: 100%;
	overflow: hidden;
}
.article-carousel-item {
	padding: 0.75rem;
}
@media (min-width: 768px) {
	.article-carousel-item {
		padding: 1rem;
	}
}
.article-carousel-item > a {
	display: block;
	color: #323333;
	text-decoration: none;
}
.article-carousel-thumb {
	margin-bottom: 0.5rem;
}
.article-carousel-title {
	font-size: min(3.5vw, 1rem);
	font-weight: 700;
}
@media (min-width: 768px) {
	.article-carousel .slick-list {
		margin-right: -1rem;
		margin-left: -1rem;
	}
}
.article-carousel .slick-prev,
.article-carousel .slick-next {
	position: absolute;
	top: 8%;
	z-index: 99;
	display: block;
	background: #f0f3fc;
	border: none;
	width: 60px;
	height: 60px;
	padding: 0;
	color: transparent;
	font-size: 0;
	line-height: 0;
	outline: none;
	cursor: pointer;
	visibility: visible;
	opacity: 1;
	transition: all ease-in-out 0.5s;
}
.article-carousel .slick-prev.slick-disabled,
.article-carousel .slick-next.slick-disabled {
	visibility: hidden;
	opacity: 0;
}
.article-carousel .slick-prev {
	left: 0px;
	border-radius: 0 50% 50% 0;
}
.article-carousel .slick-next {
	right: 0px;
	border-radius: 50% 0 0 50%;
}
.article-carousel .slick-prev:before,
.article-carousel .slick-next:before {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 14px;
	height: 14px;
	border-top: 2px solid #1c2a53;
	border-right: 2px solid #1c2a53;
}
.article-carousel .slick-prev:before {
	transform: translate(24px, -50%) rotate(-135deg);
}
.article-carousel .slick-next:before {
	transform: translate(20px, -50%) rotate(45deg);
}

.article-lists-01 {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: -2rem;
	padding: 0;
}
@media (min-width: 768px) {
	.article-lists-01 {
		margin-right: -1rem;
		margin-left: -1rem;
	}
}
@media (min-width: 992px) {
	.article-lists-01 {
		margin-right: -2rem;
		margin-left: -2rem;
	}
}
.article-lists-01-item {
	flex: 0 0 auto;
	width: 100%;
	margin-top: 2rem;
	padding-right: 2rem;
	padding-left: 2rem;
}
@media (min-width: 768px) {
	.article-lists-01-item {
		width: 33.3333333333%;
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media (min-width: 992px) {
	.article-lists-01-item {
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
.article-lists-01-item > a {
	color: #323333;
	text-decoration: none;
}
.article-lists-01-thumb {
	margin-bottom: 0.5rem;
}
.article-lists-01-title {
	font-family: "UD新ゴ M", "UD Shin Go Medium";
	font-weight: 600;
}

.article-lists-02 {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
.article-lists-02-item {
	border-color: #040000;
	border-width: 1px;
	border-bottom-style: solid;
	line-height: 1.4;
}
.article-lists-02-item:first-child {
	border-top-style: solid;
}
.article-lists-02-item a {
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0.25rem;
	color: #323333;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
	.article-lists-02-item a {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}
.article-lists-02-item a:hover {
	background-color: #f7f7f7;
}
.article-lists-02-item a > * {
	flex: 0 0 auto;
}
.article-lists-02-date {
	width: 100%;
}
@media (min-width: 768px) {
	.article-lists-02-date {
		width: 9rem;
	}
}
@media (max-width: 767.98px) {
	.article-lists-02-date {
		order: 2;
		margin-top: 0.25rem;
		font-size: 0.75rem;
		text-align: right;
	}
}
.article-lists-02-title {
	width: 100%;
}
@media (min-width: 768px) {
	.article-lists-02-title {
		width: calc(100% - 9rem);
	}
}
@media (max-width: 767.98px) {
	.article-lists-02-title {
		order: 1;
	}
}

.sidebar-article-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-article-list-item a {
	display: block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #323333;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.sidebar-article-list-item a:hover {
	background-color: #f7f7f7;
}
.sidebar-article-list .article-date {
	color: #565656;
	font-size: 0.75rem;
}
.sidebar-article-list .article-title {
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1rem;
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	margin: 1rem 0;
	font-size: 0.875rem;
}
@media (max-width: 767.98px) {
	.breadcrumbs {
		flex-wrap: nowrap;
		width: 100%;
		padding-bottom: 0.5rem;
		overflow-x: auto;
		white-space: nowrap;
	}
}
.breadcrumbs > span {
	display: block;
	padding-right: 1rem;
	padding-left: 1rem;
}
.breadcrumbs > span:first-child {
	padding-left: 0;
}
.breadcrumbs > span:last-child {
	padding-right: 0;
}
.breadcrumbs a {
	text-decoration: none;
	color: #1c2a53;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

.banner-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	overflow-x: hidden;
	margin-right: -0.5rem;
	margin-bottom: 0;
	margin-left: -0.5rem;
	padding: 0;
}
.banner-m .banner-list {
	max-width: 768px;
	margin-right: auto;
	margin-left: auto;
}
.banner-list li {
	flex: 0 0 auto;
	width: 100%;
	margin-bottom: 1rem;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
@media (min-width: 576px) {
	.banner-s .banner-list li {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.banner-s .banner-list li {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.home-banner-s .banner-list li {
		width: 25%;
	}
}

.button {
	display: inline-block;
}
.button a {
	position: relative;
	display: inline-block;
	background-color: #1a63a5;
	border-radius: 100px;
	padding: 0.9375em 3.75em 0.9375em 2.625em;
	color: #fff;
	line-height: 1.5;
	text-decoration: none;
}
.button a::before, .button a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	transition: all 0.2s ease-out;
}
.button a::before {
	right: 1.25em;
	border-radius: 50%;
	background-color: #fff;
	width: 1.5625em;
	height: 1.5625em;
}
.button a::after {
	right: 1.6875em;
	width: 0.875em;
	height: 0.875em;
	background-color: #1a63a5;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 25% 100%, 75% 50%, 25% 0);
	        clip-path: polygon(50% 0, 100% 50%, 50% 100%, 25% 100%, 75% 50%, 25% 0);
}
.button a:hover::before {
	right: 0.875em;
}
.button a:hover::after {
	right: 1.3125em;
}

.button-s {
	display: inline-block;
}
.button-s a {
	position: relative;
	display: inline-block;
	background-color: #1a63a5;
	border-radius: 100px;
	padding: 0.9375em 3.75em 0.9375em 2.625em;
	color: #fff;
	line-height: 1.5;
	text-decoration: none;
}
.button-s a::before, .button-s a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	transition: all 0.2s ease-out;
}
.button-s a::before {
	right: 1.25em;
	border-radius: 50%;
	background-color: #fff;
	width: 1.5625em;
	height: 1.5625em;
}
.button-s a::after {
	right: 1.6875em;
	width: 0.875em;
	height: 0.875em;
	background-color: #1a63a5;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 25% 100%, 75% 50%, 25% 0);
	        clip-path: polygon(50% 0, 100% 50%, 50% 100%, 25% 100%, 75% 50%, 25% 0);
}
.button-s a:hover::before {
	right: 0.875em;
}
.button-s a:hover::after {
	right: 1.3125em;
}
.button-s a {
	padding: 0.5em 2.5em 0.5em 1.875em;
	font-size: 0.875rem;
}
.button-s a::before {
	right: 0.875em;
	width: 1.25em;
	height: 1.25em;
}
.button-s a::after {
	right: 1.1875em;
	width: 0.6875em;
	height: 0.6875em;
}
.button-s a:hover::before {
	right: 0.625em;
}
.button-s a:hover::after {
	right: 0.9375em;
}

.button.is-outline a,
.button-s.is-outline a {
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-color: #4b5865;
	color: #4b5865;
}
.button.is-outline a::before,
.button-s.is-outline a::before {
	background-color: #055e92;
}
.button.is-outline a::after,
.button-s.is-outline a::after {
	background-color: #fff;
}

button.button {
	position: relative;
	display: inline-block;
	background-color: #1a63a5;
	border-radius: 100px;
	padding: 0.9375em 3.75em 0.9375em 2.625em;
	color: #fff;
	line-height: 1.5;
	text-decoration: none;
}
button.button::before, button.button::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	transition: all 0.2s ease-out;
}
button.button::before {
	right: 1.25em;
	border-radius: 50%;
	background-color: #fff;
	width: 1.5625em;
	height: 1.5625em;
}
button.button::after {
	right: 1.6875em;
	width: 0.875em;
	height: 0.875em;
	background-color: #1a63a5;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 25% 100%, 75% 50%, 25% 0);
	        clip-path: polygon(50% 0, 100% 50%, 50% 100%, 25% 100%, 75% 50%, 25% 0);
}
button.button:hover::before {
	right: 0.875em;
}
button.button:hover::after {
	right: 1.3125em;
}
button.button-s {
	position: relative;
	display: inline-block;
	background-color: #1a63a5;
	border-radius: 100px;
	padding: 0.9375em 3.75em 0.9375em 2.625em;
	color: #fff;
	line-height: 1.5;
	text-decoration: none;
}
button.button-s::before, button.button-s::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	transition: all 0.2s ease-out;
}
button.button-s::before {
	right: 1.25em;
	border-radius: 50%;
	background-color: #fff;
	width: 1.5625em;
	height: 1.5625em;
}
button.button-s::after {
	right: 1.6875em;
	width: 0.875em;
	height: 0.875em;
	background-color: #1a63a5;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 25% 100%, 75% 50%, 25% 0);
	        clip-path: polygon(50% 0, 100% 50%, 50% 100%, 25% 100%, 75% 50%, 25% 0);
}
button.button-s:hover::before {
	right: 0.875em;
}
button.button-s:hover::after {
	right: 1.3125em;
}
button.button-s {
	padding: 0.5em 2.5em 0.5em 1.875em;
	font-size: 0.875rem;
}
button.button-s::before {
	right: 0.875em;
	width: 1.25em;
	height: 1.25em;
}
button.button-s::after {
	right: 1.1875em;
	width: 0.6875em;
	height: 0.6875em;
}
button.button-s:hover::before {
	right: 0.625em;
}
button.button-s:hover::after {
	right: 0.9375em;
}
button.button.is-outline, button.button-s.is-outline {
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-color: #4b5865;
	color: #4b5865;
}
button.button.is-outline::before, button.button-s.is-outline::before {
	background-color: #055e92;
}
button.button.is-outline::after, button.button-s.is-outline::after {
	background-color: #fff;
}

.table-border th, .table-border td {
	border: 1px solid #adadad;
	padding: 0.7rem;
}
.table-border th {
	background-color: #F7F7F7;
}

.post-pagination {
	margin-top: 1rem;
}
.post-pagination .page-numbers {
	list-style: none;
	padding-left: 0;
	text-align: center;
}
.post-pagination .page-numbers li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.post-pagination .page-numbers a {
	color: #323333;
	text-decoration: none;
}
.post-pagination .page-numbers a:hover {
	text-decoration: underline;
}
.post-pagination .page-numbers a.page-number:not(.prev, .next) {
	border: 1px solid #ccc;
	transition: all 0.2s ease-in-out;
}
.post-pagination .page-numbers a.page-number:not(.prev, .next):hover {
	border-color: #1c2a53;
	background-color: #1c2a53;
	color: #fff;
	text-decoration: none;
}
.post-pagination .page-numbers .page-number {
	font-size: 0.75rem;
	font-weight: 700;
}
.post-pagination .page-numbers .page-number:not(.prev, .next) {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	height: 32px;
}
.post-pagination .page-numbers .page-number:not(.prev, .next):not(.dots) {
	width: 32px;
}
.post-pagination .page-numbers .page-number.current {
	border-color: #1c2a53;
	background-color: #1c2a53;
	color: #fff;
}

.sidebar-section {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #adadad;
}
.sidebar-section-title {
	margin-bottom: 1.5rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.25rem;
}
.sidebar-section-title a {
	color: #323333;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.sidebar-section-title a:hover {
	color: #c02472;
}
.sidebar-section-title a::after {
	content: "\f280";
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -0.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 0.25em;
	font-size: 0.75em;
}

.side-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.side-nav-list > li {
	margin-bottom: 4px;
}
.side-nav-list > li a {
	position: relative;
	display: block;
	background-color: #1c2a53;
	padding: 0.5em 0.75rem;
	opacity: 1;
	color: #fff;
	font-size: 1.125rem;
	text-decoration: none;
	line-height: 1.5;
	transition: all 0.2s ease-in-out;
}
.side-nav-list > li a::after {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -0.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f285";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: all 0.2s ease-in-out;
}
.side-nav-list > li a:hover {
	opacity: 0.85;
}
.side-nav-list > li a:hover::after {
	right: 7px;
}

.sidebar-route-area {
	padding-bottom: 2rem;
}
.sidebar-route-area:last-child {
	padding-bottom: 0;
}
.sidebar-route-area-title {
	position: relative;
	padding-left: 16px;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.25rem;
}
.sidebar-route-area-title::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	height: 1em;
	display: block;
	background-color: #ccc;
	width: 8px;
}
.tokatsubay .sidebar-route-area-title::before {
	background-color: rgb(25, 68, 142);
}
.hokuso .sidebar-route-area-title::before {
	background-color: rgb(0, 123, 67);
}
.uchibo .sidebar-route-area-title::before {
	background-color: rgb(197, 61, 67);
}
.sotobo .sidebar-route-area-title::before {
	background-color: rgb(116, 83, 153);
}
.minamiboso .sidebar-route-area-title::before {
	background-color: rgb(187, 85, 32);
}
.sidebar-route-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-route-list-item {
	border-bottom: 1px dotted #adadad;
	padding: 0.25rem 0;
}
.sidebar-route-list-item:first-child {
	border-top: 1px dotted #adadad;
}
.sidebar-route-list-item a {
	position: relative;
	display: block;
	padding: 0.35rem 0.5rem 0.35rem 20px;
	color: #323333;
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.sidebar-route-list-item a:hover {
	color: #c02472;
}
.sidebar-route-list-item a::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 3px;
	display: block;
	background-color: #ccc;
	width: 8.6602540378px;
	height: 10px;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	        clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.tokatsubay .sidebar-route-list-item a::before {
	background-color: rgb(25, 68, 142);
}
.hokuso .sidebar-route-list-item a::before {
	background-color: rgb(0, 123, 67);
}
.uchibo .sidebar-route-list-item a::before {
	background-color: rgb(197, 61, 67);
}
.sotobo .sidebar-route-list-item a::before {
	background-color: rgb(116, 83, 153);
}
.minamiboso .sidebar-route-list-item a::before {
	background-color: rgb(187, 85, 32);
}
.sidebar-route-nolist {
	margin-bottom: 0;
}

.vendor-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vendor-list-item {
	border-radius: 4px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	width: calc(100% - 12px);
	margin: 2rem auto;
	overflow: hidden;
}
.vendor-list .vendor-item-header {
	background-color: rgba(82, 156, 255, 0.1);
	padding: 0.75rem 1.25rem;
	line-height: 1.5;
}
.vendor-list .vendor-name {
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.25rem;
}
.vendor-list .vendor-service {
	font-size: 0.875rem;
}
.vendor-list .vendor-info {
	display: flex;
	flex-wrap: wrap;
	padding: 0.75rem 1.25rem;
}
.vendor-list .vendor-info > * {
	flex: 0 0 auto;
	width: 100%;
}
@media (min-width: 576px) {
	.vendor-list .vendor-thumb {
		order: 2;
		width: 25%;
	}
}
@media (max-width: 575.98px) {
	.vendor-list .vendor-thumb {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 1rem;
	}
}
.vendor-list .vendor-thumb img {
	width: 100%;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (min-width: 576px) {
	.vendor-list .vendor-data {
		order: 1;
		width: 75%;
		padding-right: 1rem;
	}
}
.vendor-list .vendor-data-list {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9375rem;
	line-height: 1.5;
}
.vendor-list .vendor-data-list > * {
	flex: 0 0 auto;
	width: 100%;
}
@media (min-width: 576px) {
	.vendor-list .vendor-data-list > * {
		margin: 0;
		border: 1px solid #ddd;
		padding: 0.5em;
	}
}
.vendor-list .vendor-data-list dt {
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
@media (min-width: 576px) {
	.vendor-list .vendor-data-list dt {
		background-color: #eee;
		width: 8em;
		border-right-style: none;
		border-bottom-style: none;
	}
	.vendor-list .vendor-data-list dt:last-of-type {
		border-bottom-style: solid;
	}
}
@media (min-width: 576px) {
	.vendor-list .vendor-data-list dd {
		width: calc(100% - 8em);
		border-bottom-style: none;
	}
	.vendor-list .vendor-data-list dd:last-of-type {
		border-bottom-style: solid;
	}
}
.vendor-list .vendor-data-list dd a {
	word-break: break-all;
	overflow-wrap: break-word;
}
.vendor-list .vendor-description {
	font-size: 0.875rem;
}
@media (min-width: 576px) {
	.vendor-list .vendor-description {
		order: 3;
	}
}

.heartful-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 4rem -0.5rem;
	padding: 0;
}
.heartful-list-item {
	flex: 0 0 auto;
	width: 50%;
	margin-top: 1.5rem;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
@media (min-width: 768px) {
	.heartful-list-item {
		width: 33.3333333333%;
	}
}
@media (min-width: 992px) {
	.heartful-list-item {
		width: 33.3333333333%;
	}
}
.heartful-list .heartful-content {
	background-color: #f5f5f5;
	height: 100%;
	padding: 0.5rem;
	transition: all 0.2s ease-in-out;
}
.heartful-list .heartful-content:hover {
	background-color: #e3e3e3;
}
.heartful-list .heartful-content a {
	color: #323333;
	text-decoration: none;
}
.heartful-list .heartful-label .label {
	display: inline-block;
	padding: 0.25rem;
	color: #fff;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 0.75rem;
	line-height: 1;
}
.heartful-list .heartful-label .label.tokatsubay {
	background-color: #19448e;
}
.heartful-list .heartful-label .label.hokuso {
	background-color: #007b43;
}
.heartful-list .heartful-label .label.uchibo {
	background-color: #c53d43;
}
.heartful-list .heartful-label .label.sotobo {
	background-color: #745399;
}
.heartful-list .heartful-label .label.minamiboso {
	background-color: #bb5520;
}
.heartful-list .heartful-name {
	font-family: "UD新ゴ M", "UD Shin Go Medium", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.0625rem;
	line-height: 1.4;
}
.heartful-list .heartful-intro {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 0.375rem;
	font-size: 0.8125rem;
	line-height: 1.5;
}
@media (max-width: 575.98px) {
	.heartful-list .heartful-intro {
		-webkit-line-clamp: 4;
	}
}

.custom-validation-error {
	color: #C53829;
}

.form-control::-moz-placeholder {
	color: #aaa;
	font-size: 0.875rem;
}

.form-control::placeholder {
	color: #aaa;
	font-size: 0.875rem;
}

.form-table {
	width: 100%;
	margin-top: 2rem;
}
@media (max-width: 767.98px) {
	.form-table > tbody > tr {
		display: block;
	}
}
.form-table > tbody > tr > th, .form-table > tbody > tr > td {
	border: 1px solid #ddd;
	padding: 1rem;
	vertical-align: middle;
}
@media (max-width: 767.98px) {
	.form-table > tbody > tr > th, .form-table > tbody > tr > td {
		display: block;
		width: 100%;
	}
}
.form-table > tbody > tr > th {
	background-color: #f3f3f3;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 600;
}
@media (max-width: 767.98px) {
	.form-table > tbody > tr > th {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
}
.form-table > tbody > tr > th label {
	margin-bottom: 0;
}
.form-table .required-icon {
	display: inline-block;
	background-color: #C53829;
	border-radius: 3px;
	margin-left: 0.625rem;
	padding: 4px 5px;
	color: #fff;
	font-size: 0.6875rem;
	line-height: 1;
}

.form-btn {
	display: inline-block;
	background-color: #1a63a5;
	border: 1px solid #1a63a5;
	border-radius: 0.375rem;
	padding: 0.75em 2em;
	color: #fff;
	font-family: "UD新ゴ M", "UD Shin Go Medium", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.125rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	transition: all 0.15s ease-in-out;
}
.form-btn:hover {
	color: #fff;
	background-color: #144f84;
	border-color: #144f84;
}
.form-btn.btn-back {
	background-color: transparent;
	color: #1a63a5;
}
.form-btn.btn-back:hover {
	background-color: #144f84;
	color: #fff;
}
.form-btn[disabled] {
	opacity: 0.65;
	pointer-events: none;
}

.confirm-summary {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}
.confirm-summary .confirm-label, .confirm-summary .confirm-value {
	flex: 0 0 auto;
	border-bottom: 1px solid #adadad;
	margin: 0;
	padding: 2rem 0.5rem 0.5rem;
}
.confirm-summary .confirm-label {
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	width: 12em;
}
@media (max-width: 767.98px) {
	.confirm-summary .confirm-label {
		border-bottom-style: none;
		width: 100%;
		padding-bottom: 0;
		color: #1c2a53;
		font-size: 0.8125rem;
	}
}
.confirm-summary .confirm-value {
	width: calc(100% - 12em);
}
@media (max-width: 767.98px) {
	.confirm-summary .confirm-value {
		width: 100%;
		padding-top: 0;
	}
}

.acceptance {
	text-align: center;
}
.acceptance-message {
	font-size: 0.875rem;
}
@media (max-width: 767.98px) {
	.acceptance-message {
		text-align: left;
	}
}
.acceptance-message a {
	display: inline-block;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
.acceptance-check {
	padding: 1rem 0;
}
.acceptance-check .wpcf7-list-item {
	margin-left: 0;
	font-size: 1.125rem;
}

.action-buttons {
	margin-top: 2rem;
	text-align: center;
}
.action-buttons > input, .action-buttons > button {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}
.action-buttons .wpcf7-spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	width: 48px;
	height: 48px;
	margin: 0;
}
.action-buttons .wpcf7-spinner::before {
	top: 8px;
	left: 8px;
	width: 12px;
	height: 12px;
	transform-origin: 16px 16px;
}
.submitting .action-buttons .wpcf7-spinner {
	display: inline-block;
}

.home-main-visual {
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 720px;
}
@media (min-width: 992px) {
	.home-main-visual {
		margin-top: -100px;
	}
}
.home-main-visual .mv-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.home-main-visual .mv-content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
@media (min-width: 576px) {
	.home-main-visual .mv-content {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.home-main-visual .mv-content {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.home-main-visual .mv-content {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.home-main-visual .mv-content {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.home-main-visual .mv-content {
		max-width: 1320px;
	}
}
.home-main-visual .mv-content-01 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	line-height: 1.2;
}
.home-main-visual .mv-content-01-text {
	width: 100%;
	text-align: center;
}
.home-main-visual .mv-content-01-text .text-01 {
	font-size: min(6vw, 2.5rem);
}
.home-main-visual .mv-content-01-text .text-02 {
	font-size: min(10vw, 4rem);
}
.home-main-visual .mv-content-01-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	max-width: 320px;
}

.home-section {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.section-bgcolor {
	background-color: rgba(28, 42, 83, 0.05);
}

.home-area-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.home-area-list > li {
	flex: 0 0 auto;
	background-color: #000;
	width: 20%;
	color: #fff;
	font-family: "A1ゴシック M", "A1 Gothic M", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
}
@media (max-width: 991.98px) {
	.home-area-list > li {
		width: 33.3333333333%;
	}
}
@media (max-width: 991.98px) {
	.home-area-list > li {
		width: 50%;
	}
}
.home-area-list > li a {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
}
.home-area-list > li a .area-img {
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
}
.home-area-list > li a .area-img img {
	width: 100%;
	aspect-ratio: 1/1;
}
.home-area-list > li a .area-name {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
}
.home-area-list > li a:hover .area-img {
	opacity: 1;
}
.home-area-list > li a:hover .area-img img {
	opacity: 1;
	width: 100%;
	aspect-ratio: 1/1;
}

.home-banner-s {
	padding-top: 3rem;
}

.route-index-nav {
	display: flex;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-bottom: 2rem;
	margin-left: -1rem;
}
.route-index-nav > * {
	padding-right: 1rem;
	margin-bottom: 2rem;
	padding-left: 1rem;
	flex: 0 0 auto;
	width: 100%;
}
.route-index-nav .index-map {
	text-align: center;
}
@media (min-width: 768px) {
	.route-index-nav .index-map {
		order: 2;
		width: 30%;
	}
}
.route-index-nav .index-map img {
	width: 100%;
	max-width: 70vw;
}
@media (min-width: 768px) {
	.route-index-nav .index-link {
		width: 70%;
		order: 1;
	}
}
.route-index-nav .index-link-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.5rem;
	margin-left: -0.5rem;
	padding: 0;
}
.route-index-nav .index-link-list li {
	flex: 0 0 auto;
	width: 50%;
	margin-bottom: 1rem;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
@media (max-width: 575.98px) {
	.route-index-nav .index-link-list li {
		width: 100%;
	}
}
.route-index-nav .index-link-list li a {
	position: relative;
	display: block;
	border-radius: 0.5rem;
	opacity: 1;
	padding: 0.5em 1em 0.5em 2em;
	color: #fff;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.25rem;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.route-index-nav .index-link-list li a:hover {
	opacity: 0.9;
}
.route-index-nav .index-link-list li a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
	display: block;
	background-color: #fff;
	width: 0.5196152423em;
	height: 0.6em;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	        clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.route-index-nav .index-link-list li.indexlink-tokatsubay a {
	background-color: #19448e;
}
.route-index-nav .index-link-list li.indexlink-hokuso a {
	background-color: #007b43;
}
.route-index-nav .index-link-list li.indexlink-uchibo a {
	background-color: #c53d43;
}
.route-index-nav .index-link-list li.indexlink-sotobo a {
	background-color: #745399;
}
.route-index-nav .index-link-list li.indexlink-minamiboso a {
	background-color: #bb5520;
}

.area-group {
	padding-bottom: 3rem;
}
.area-group .area-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-radius: 0.5em;
	background-color: #aaa;
	margin-bottom: 2rem;
	padding: 10px 10px 10px 40px;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: clamp(20px, 3.5vw, 40px);
}
@media (max-width: 767.98px) {
	.area-group .area-title {
		padding: 0 0 0 20px;
	}
}
.area-group .area-title::after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 20%;
	height: auto;
	margin: 20px;
	aspect-ratio: 640/847;
}
@media (max-width: 767.98px) {
	.area-group .area-title::after {
		margin: 10px;
	}
}
.area-group .area-title::after {
	color: black;
}
.area-group .route-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
	padding: 0;
}
@media (max-width: 575.98px) {
	.area-group .route-list {
		justify-content: center;
		margin-right: 0;
		margin-left: 0;
	}
}
.area-group .route-list li {
	flex: 0 0 auto;
	margin-bottom: 2rem;
	padding-right: 1rem;
	padding-left: 1rem;
	width: 100%;
}
@media (min-width: 576px) {
	.area-group .route-list li {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.area-group .route-list li {
		width: 33.3333333333%;
	}
}
@media (min-width: 992px) {
	.area-group .route-list li {
		width: 25%;
	}
}
.area-group .route-list li a {
	color: #323333;
	text-decoration: none;
}
.area-group .route-list li a:hover {
	color: #c02472;
}
.area-group .route-list .route-thumb img {
	border-radius: 8px;
	width: 100%;
	aspect-ratio: 3/2;
}
.area-group .route-list .route-name {
	margin-top: 0.5em;
	font-size: 1.125rem;
	line-height: 1.5;
}

#tokatsubay .area-title {
	color: #19448e;
	background-color: rgba(25, 68, 142, 0.1);
}
#tokatsubay .area-title::after {
	background-image: url("../images/map_tokatsubay.png");
}

#hokuso .area-title {
	color: #007b43;
	background-color: rgba(0, 123, 67, 0.1);
}
#hokuso .area-title::after {
	background-image: url("../images/map_hokuso.png");
}

#uchibo .area-title {
	color: #c53d43;
	background-color: rgba(197, 61, 67, 0.1);
}
#uchibo .area-title::after {
	background-image: url("../images/map_uchibo.png");
}

#sotobo .area-title {
	color: #745399;
	background-color: rgba(116, 83, 153, 0.1);
}
#sotobo .area-title::after {
	background-image: url("../images/map_sotobo.png");
}

#minamiboso .area-title {
	color: #bb5520;
	background-color: rgba(187, 85, 32, 0.1);
}
#minamiboso .area-title::after {
	background-image: url("../images/map_minamiboso.png");
}

.route-single-area {
	margin-bottom: 0.5rem;
}
.route-single-area .area-label {
	display: inline-block;
	background-color: #aaa;
	border-radius: 4px;
	padding: 0.25rem 0.75rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
}
.route-single-area .area-label.tokatsubay {
	background-color: #19448e;
}
.route-single-area .area-label.hokuso {
	background-color: #007b43;
}
.route-single-area .area-label.uchibo {
	background-color: #c53d43;
}
.route-single-area .area-label.sotobo {
	background-color: #745399;
}
.route-single-area .area-label.minamiboso {
	background-color: #bb5520;
}

.route-intro-desc-list {
	border: 5px dotted #323e90;
	padding: 1.25rem 1.5rem 1rem;
	display: flex;
	flex-wrap: wrap;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 575.98px) {
	.route-intro-desc-list {
		padding: 1rem 1rem 0.5rem;
	}
}
.route-intro-desc-list dt, .route-intro-desc-list dd {
	flex: 0 0 auto;
	padding: 0.25rem;
	margin-bottom: 0.25rem;
	color: #1c2a53;
	font-size: 1.125rem;
}
@media (max-width: 767.98px) {
	.route-intro-desc-list dt, .route-intro-desc-list dd {
		padding: 0;
		font-size: 0.875rem;
	}
}
.route-intro-desc-list dt {
	width: 35%;
}
@media (max-width: 767.98px) {
	.route-intro-desc-list dt {
		margin-bottom: 0;
		width: 100%;
	}
	.route-intro-desc-list dt::before {
		content: "●";
		display: inline-block;
		margin-right: 0.25em;
		color: #1c2a53;
	}
}
.route-intro-desc-list dd {
	width: 65%;
}
@media (max-width: 767.98px) {
	.route-intro-desc-list dd {
		width: 100%;
	}
}

.route-itinerary {
	counter-reset: number 0;
}

.route-day {
	background-color: #ecedf4;
}
.route-day-label {
	background-color: #1c2a53;
	color: #fff;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.5rem;
	text-align: center;
}

.route-spot-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.route-spot-item {
	position: relative;
	padding: 0 1.5rem 0 80px;
}
@media (max-width: 575.98px) {
	.route-spot-item {
		padding-left: 15%;
		padding-right: max(5%, 10px);
	}
}
.route-spot-item::before {
	counter-increment: number 1;
	content: counter(number);
	position: absolute;
	top: 0;
	left: 16px;
	z-index: 2;
	display: block;
	background-color: #1c2a53;
	width: 48px;
	height: 48px;
	color: #fff;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 2rem;
	text-align: center;
	line-height: 48px;
}
@media (max-width: 575.98px) {
	.route-spot-item::before {
		left: 3%;
		width: 9%;
		height: 8vw;
		font-size: min(5.5vw, 32px);
		line-height: 8vw;
	}
}
.route-spot-item:first-child {
	padding-top: 1.75rem;
}
.route-spot-item:first-child::before {
	top: 1.75rem;
}
.route-spot-item:last-child {
	padding-bottom: 1.75rem;
}
.route-spot-item .route-border-line {
	position: absolute;
	top: 0;
	left: 40px;
	transform: translateX(-50%);
	z-index: 1;
	display: block;
	background-color: rgba(28, 42, 83, 0.5);
	width: 4px;
	height: 0;
	transition: height 0.1s linear;
}
@media (max-width: 575.98px) {
	.route-spot-item .route-border-line {
		left: 7.5%;
	}
}

.route-spot-content {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
	padding: 1.25rem;
}
@media (max-width: 575.98px) {
	.route-spot-content {
		padding: 0.75rem;
		font-size: 0.875rem;
	}
}

.route-spot-name {
	font-size: clamp(1.25rem, 1rem + 1.25vw, 1.75rem);
}

.route-spot-data {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
}
.route-spot-data > * {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}
.route-spot-data dt {
	width: 10em;
}
.route-spot-data dd {
	width: calc(100% - 10em);
}

.route-spot-desc {
	margin: 1rem 0 0;
}

.route-spot-photos {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
	margin-right: -10px;
	margin-left: -10px;
}
.route-spot-photos .spot-photo {
	margin: 0.5rem 0 0;
	padding-right: 10px;
	padding-left: 10px;
	width: 33.3333333333%;
}
@media (max-width: 575.98px) {
	.route-spot-photos .spot-photo {
		width: 50%;
	}
}

.route-spot-transport {
	transform: translateX(-40px);
	padding: 2rem 0;
	width: calc(100% + 40px);
}
@media (max-width: 575.98px) {
	.route-spot-transport {
		transform: translateX(-8.5%);
	}
}
.route-spot-transport .transport-time {
	position: relative;
	padding-bottom: 0.5rem;
	padding-left: 80px;
	font-size: 1.125rem;
	text-indent: -0.5em;
}
@media (max-width: 575.98px) {
	.route-spot-transport .transport-time {
		padding-left: 15%;
		font-size: 1rem;
	}
}
.route-spot-transport .transport-time::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	transform: translateX(-6px);
	display: block;
	background-color: #1c2a53;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}
.route-spot-transport .transport-time::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	background-color: #1c2a53;
	width: 70px;
	height: 2px;
}
@media (max-width: 575.98px) {
	.route-spot-transport .transport-time::after {
		width: 14%;
	}
}
.route-spot-transport .transport-time .transport-icon {
	display: inline-block;
	margin-right: 0.5em;
}
.route-spot-transport .transport-time .transport-icon::before {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -0.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1c2a53;
	font-size: 2rem;
	vertical-align: bottom;
}
.route-spot-transport .transport-time .transport-icon.walk::before {
	content: "\f8fa";
}
.route-spot-transport .transport-time .transport-icon.car::before {
	content: "\f7e0";
}
.route-spot-transport .transport-time .transport-icon.train::before {
	content: "\f81c";
}
.route-spot-transport .transport-time .transport-icon.bus::before {
	content: "\f87e";
}
.route-spot-transport .transport-time .transport-icon.taxi::before {
	content: "\f8ac";
}
.route-spot-transport .transport-time .transport-icon.bicycle::before {
	content: "\f18d";
}

.accommodations-list {
	list-style: none;
	border-top: 1px dotted #adadad;
	margin: 0;
	padding: 0;
}
.accommodations-list-outer {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.accommodations-list-item {
	border-bottom: 1px dotted #adadad;
	padding: 1rem 0;
}

.accommodation-inner {
	display: flex;
	flex-wrap: wrap;
}
.accommodation-inner > * {
	flex: 0 0 auto;
}
.accommodation-left {
	width: 25%;
}
@media (max-width: 575.98px) {
	.accommodation-left {
		width: 30%;
	}
}
.accommodation-right {
	width: 75%;
	padding-left: 1rem;
}
@media (max-width: 575.98px) {
	.accommodation-right {
		width: 70%;
	}
}
.accommodation-image img {
	width: 100%;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	   object-fit: cover;
}
.accommodation-info {
	position: relative;
	background-color: #fff;
	height: 100%;
}
.accommodation-area {
	margin-bottom: 0.25rem;
	line-height: 1;
}
.accommodation-area .area-label {
	display: inline-block;
	background-color: #ccc;
	border-radius: 2px;
	padding: 0.125rem 0.5rem;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
}
@media (max-width: 767.98px) {
	.accommodation-area .area-label {
		font-size: 0.625rem;
	}
}
.accommodation-area .area-label.tokatsubay {
	background-color: rgb(25, 68, 142);
}
.accommodation-area .area-label.hokuso {
	background-color: rgb(0, 123, 67);
}
.accommodation-area .area-label.uchibo {
	background-color: rgb(197, 61, 67);
}
.accommodation-area .area-label.sotobo {
	background-color: rgb(116, 83, 153);
}
.accommodation-area .area-label.minamiboso {
	background-color: rgb(187, 85, 32);
}
.accommodation-name {
	margin-bottom: 0.5rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.25rem;
}
@media (max-width: 767.98px) {
	.accommodation-name {
		font-size: 1.125rem;
	}
}
.accommodation .contact-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.4;
}
@media (max-width: 767.98px) {
	.accommodation .contact-list {
		margin-top: 0.5rem;
	}
}
.accommodation .contact-term {
	width: 5em;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
@media (max-width: 575.98px) {
	.accommodation .contact-term {
		width: 100%;
	}
}
.accommodation .contact-data {
	width: calc(100% - 5em);
	margin-bottom: 0.25rem;
}
@media (max-width: 575.98px) {
	.accommodation .contact-data {
		width: 100%;
	}
}
.accommodation-single {
	padding-right: 2rem;
	padding-left: 2rem;
	text-align: center;
}
.accommodation-single-name {
	margin-bottom: 2rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: clamp(22px, 4vw, 32px);
}
@media (max-width: 575.98px) {
	.accommodation-single .contact-list {
		text-align: left;
	}
}
.accommodation-single .contact-term {
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.area-select {
	border: 1px solid #adadad;
	width: 280px;
	max-width: 800px;
	margin: 0 auto 3rem;
	transition: all 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
	.area-select {
		border-style: none;
		margin-top: 0;
	}
}
.area-select.active {
	width: 100%;
}
.area-select-title {
	position: relative;
	background-color: #1c2a53;
	height: 45px;
	margin-bottom: 0;
	padding: 4px 1em;
	color: #fff;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.25rem;
	text-align: center;
	cursor: pointer;
}
.area-select-title::after {
	position: absolute;
	top: 14px;
	right: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-family: "Font Awesome 7 Free";
	font-feature-settings: normal;
	font-style: normal;
	font-synthesis: none;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-rendering: auto;
	width: 1.25em;
	content: "+";
}
.area-select-title.map-open::after {
	content: "\f068";
}
.area-select-items {
	display: none;
	padding: 1rem;
	transition: opacity 0.5s ease-in-out 0.5s;
}
.area-select-items .map-img {
	text-align: center;
}
@media (max-width: 767.98px) {
	.area-select-items .map-img {
		padding-bottom: 20px;
	}
}
.area-select-items .area-list dt {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 0.25rem;
	font-size: 14px;
	font-weight: 400;
}
.area-select-items .area-list dt span {
	position: relative;
	display: inline-block;
	width: 160px;
	height: 24px;
	padding-right: 1em;
	padding-left: 1em;
	line-height: 24px;
	transition: all 0.3s;
}
.area-select-items .area-list dt span::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-family: "Font Awesome 7 Free";
	font-feature-settings: normal;
	font-style: normal;
	font-synthesis: none;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-rendering: auto;
	width: 1.25em;
	content: "\f105";
	position: absolute;
	top: 8px;
	right: 8px;
	margin-left: 2em;
	color: #fff;
	font-size: 10px;
}
.area-select-items .area-list dt span a {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.area-select-items .area-list dt span a:hover {
	text-decoration: none;
}
.area-select-items .area-list dt.tokatsubay {
	border-bottom-color: rgb(25, 68, 142);
}
.area-select-items .area-list dt.tokatsubay span {
	background-color: rgb(25, 68, 142);
}
.area-select-items .area-list dt.tokatsubay span:hover {
	background-color: rgba(25, 68, 142, 0.8);
}
.area-select-items .area-list dt.hokuso {
	border-bottom-color: rgb(0, 123, 67);
}
.area-select-items .area-list dt.hokuso span {
	background-color: rgb(0, 123, 67);
}
.area-select-items .area-list dt.hokuso span:hover {
	background-color: rgba(0, 123, 67, 0.8);
}
.area-select-items .area-list dt.uchibo {
	border-bottom-color: rgb(197, 61, 67);
}
.area-select-items .area-list dt.uchibo span {
	background-color: rgb(197, 61, 67);
}
.area-select-items .area-list dt.uchibo span:hover {
	background-color: rgba(197, 61, 67, 0.8);
}
.area-select-items .area-list dt.sotobo {
	border-bottom-color: rgb(116, 83, 153);
}
.area-select-items .area-list dt.sotobo span {
	background-color: rgb(116, 83, 153);
}
.area-select-items .area-list dt.sotobo span:hover {
	background-color: rgba(116, 83, 153, 0.8);
}
.area-select-items .area-list dt.minamiboso {
	border-bottom-color: rgb(187, 85, 32);
}
.area-select-items .area-list dt.minamiboso span {
	background-color: rgb(187, 85, 32);
}
.area-select-items .area-list dt.minamiboso span:hover {
	background-color: rgba(187, 85, 32, 0.8);
}
.area-select-items .area-list dd {
	margin-bottom: 1rem;
	font-size: 0.75rem;
	line-height: 1.4;
}

.keyword-search {
	max-width: 600px;
	margin: 0 auto 1rem;
	padding-top: 5px;
}
.keyword-search .search-form .keyword-input-wrap {
	position: relative;
}
.keyword-search .search-form .keyword-input-wrap .search-field {
	border-color: #adadad;
	min-height: 48px;
	padding-right: calc(60px + 0.75rem);
	font-size: 1rem;
}
.keyword-search .search-form .keyword-input-wrap .search-submit {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	background-color: transparent;
	border-style: none;
	width: 60px;
	height: 48px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	text-decoration: none;
	text-align: center;
}
.keyword-search .search-form .keyword-input-wrap .search-submit i {
	font-size: 22px;
	color: #555;
}

.information-list-outer {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.color-main {
	color: #1c2a53;
}

.color-sub {
	color: #ede83a;
}

.color-base {
	color: #323333;
}

.color-white {
	color: #fff;
}

.color-darkgray {
	color: #565656;
}

.font-serif {
	font-family: "Noto Serif JP", "游明朝", "YuMincho", serif;
}

.font-shingo-l {
	font-family: "UD新ゴ L", "UD Shin Go Light", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 300;
}

.font-shingo-r {
	font-family: "UD新ゴ R", "UD Shin Go Regular", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
}

.font-shingo-m {
	font-family: "UD新ゴ M", "UD Shin Go Medium", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 500;
}

.font-shingo-db {
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 600;
}

.font-shingo-b {
	font-family: "UD新ゴ B", "UD Shin Go Bold", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
}

.font-shingo-h {
	font-family: "UD新ゴ H", "UD Shin Go Heavy", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 900;
}

.font-A1gothic-l {
	font-family: "A1ゴシック L", "A1 Gothic L", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 300;
}

.font-A1gothic-r {
	font-family: "A1ゴシック R", "A1 Gothic R", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
}

.font-A1gothic-m {
	font-family: "A1ゴシック M", "A1 Gothic M", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 500;
}

.font-A1gothic-b {
	font-family: "A1ゴシック B", "A1 Gothic B", "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fs-10 {
	font-size: 0.625rem;
}

.fs-11 {
	font-size: 0.6875rem;
}

.fs-12 {
	font-size: 0.75rem;
}

.fs-13 {
	font-size: 0.8125rem;
}

.fs-14 {
	font-size: 0.875rem;
}

.fs-15 {
	font-size: 0.9375rem;
}

.fs-16 {
	font-size: 1rem;
}

.fs-17 {
	font-size: 1.0625rem;
}

.fs-18 {
	font-size: 1.125rem;
}

.fs-19 {
	font-size: 1.1875rem;
}

.fs-20 {
	font-size: 1.25rem;
}

.fs-22 {
	font-size: 1.375rem;
}

.fs-24 {
	font-size: 1.5rem;
}

.fs-26 {
	font-size: 1.625rem;
}

.fs-28 {
	font-size: 1.75rem;
}

.fs-30 {
	font-size: 1.875rem;
}

.fs-32 {
	font-size: 2rem;
}

.fs-36 {
	font-size: 2.25rem;
}

.fs-40 {
	font-size: 2.5rem;
}

.fs-48 {
	font-size: 3rem;
}

.fs-60 {
	font-size: 3.75rem;
}

.fs-72 {
	font-size: 4.5rem;
}

@media (max-width: 767.98px) {
	.fs-sp-10 {
		font-size: 0.625rem;
	}
	.fs-sp-11 {
		font-size: 0.6875rem;
	}
	.fs-sp-12 {
		font-size: 0.75rem;
	}
	.fs-sp-13 {
		font-size: 0.8125rem;
	}
	.fs-sp-14 {
		font-size: 0.875rem;
	}
	.fs-sp-15 {
		font-size: 0.9375rem;
	}
	.fs-sp-16 {
		font-size: 1rem;
	}
	.fs-sp-17 {
		font-size: 1.0625rem;
	}
	.fs-sp-18 {
		font-size: 1.125rem;
	}
	.fs-sp-19 {
		font-size: 1.1875rem;
	}
	.fs-sp-20 {
		font-size: 1.25rem;
	}
	.fs-sp-22 {
		font-size: 1.375rem;
	}
	.fs-sp-24 {
		font-size: 1.5rem;
	}
	.fs-sp-26 {
		font-size: 1.625rem;
	}
	.fs-sp-28 {
		font-size: 1.75rem;
	}
	.fs-sp-30 {
		font-size: 1.875rem;
	}
	.fs-sp-32 {
		font-size: 2rem;
	}
	.fs-sp-36 {
		font-size: 2.25rem;
	}
	.fs-sp-40 {
		font-size: 2.5rem;
	}
	.fs-sp-48 {
		font-size: 3rem;
	}
	.fs-sp-60 {
		font-size: 3.75rem;
	}
	.fs-sp-72 {
		font-size: 4.5rem;
	}
}
.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mt-110 {
	margin-top: 110px !important;
}

.mt-120 {
	margin-top: 120px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mb-110 {
	margin-bottom: 110px !important;
}

.mb-120 {
	margin-bottom: 120px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pt-110 {
	padding-top: 110px !important;
}

.pt-120 {
	padding-top: 120px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pb-110 {
	padding-bottom: 110px !important;
}

.pb-120 {
	padding-bottom: 120px !important;
}

@media (max-width: 767.98px) {
	.mt-sp-10 {
		margin-top: 10px !important;
	}
	.mt-sp-20 {
		margin-top: 20px !important;
	}
	.mt-sp-30 {
		margin-top: 30px !important;
	}
	.mt-sp-40 {
		margin-top: 40px !important;
	}
	.mt-sp-50 {
		margin-top: 50px !important;
	}
	.mt-sp-60 {
		margin-top: 60px !important;
	}
	.mt-sp-70 {
		margin-top: 70px !important;
	}
	.mt-sp-80 {
		margin-top: 80px !important;
	}
	.mt-sp-90 {
		margin-top: 90px !important;
	}
	.mt-sp-100 {
		margin-top: 100px !important;
	}
	.mt-sp-110 {
		margin-top: 110px !important;
	}
	.mt-sp-120 {
		margin-top: 120px !important;
	}
	.mb-sp-10 {
		margin-bottom: 10px !important;
	}
	.mb-sp-20 {
		margin-bottom: 20px !important;
	}
	.mb-sp-30 {
		margin-bottom: 30px !important;
	}
	.mb-sp-40 {
		margin-bottom: 40px !important;
	}
	.mb-sp-50 {
		margin-bottom: 50px !important;
	}
	.mb-sp-60 {
		margin-bottom: 60px !important;
	}
	.mb-sp-70 {
		margin-bottom: 70px !important;
	}
	.mb-sp-80 {
		margin-bottom: 80px !important;
	}
	.mb-sp-90 {
		margin-bottom: 90px !important;
	}
	.mb-sp-100 {
		margin-bottom: 100px !important;
	}
	.mb-sp-110 {
		margin-bottom: 110px !important;
	}
	.mb-sp-120 {
		margin-bottom: 120px !important;
	}
	.pt-sp-10 {
		padding-top: 10px !important;
	}
	.pt-sp-20 {
		padding-top: 20px !important;
	}
	.pt-sp-30 {
		padding-top: 30px !important;
	}
	.pt-sp-40 {
		padding-top: 40px !important;
	}
	.pt-sp-50 {
		padding-top: 50px !important;
	}
	.pt-sp-60 {
		padding-top: 60px !important;
	}
	.pt-sp-70 {
		padding-top: 70px !important;
	}
	.pt-sp-80 {
		padding-top: 80px !important;
	}
	.pt-sp-90 {
		padding-top: 90px !important;
	}
	.pt-sp-100 {
		padding-top: 100px !important;
	}
	.pt-sp-110 {
		padding-top: 110px !important;
	}
	.pt-sp-120 {
		padding-top: 120px !important;
	}
	.pb-sp-10 {
		padding-bottom: 10px !important;
	}
	.pb-sp-20 {
		padding-bottom: 20px !important;
	}
	.pb-sp-30 {
		padding-bottom: 30px !important;
	}
	.pb-sp-40 {
		padding-bottom: 40px !important;
	}
	.pb-sp-50 {
		padding-bottom: 50px !important;
	}
	.pb-sp-60 {
		padding-bottom: 60px !important;
	}
	.pb-sp-70 {
		padding-bottom: 70px !important;
	}
	.pb-sp-80 {
		padding-bottom: 80px !important;
	}
	.pb-sp-90 {
		padding-bottom: 90px !important;
	}
	.pb-sp-100 {
		padding-bottom: 100px !important;
	}
	.pb-sp-110 {
		padding-bottom: 110px !important;
	}
	.pb-sp-120 {
		padding-bottom: 120px !important;
	}
}
.heading-map {
	background-image: url("../images/heading_map_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	min-height: 120px;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
	padding-top: 40px;
	font-family: "UD新ゴ B", "UD Shin Go Bold";
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
@media (min-width: 768px) {
	.heading-map {
		background-size: auto;
		min-height: 160px;
		margin-top: 3rem;
		margin-bottom: 1rem;
		padding-top: 60px;
		font-size: 1.875rem;
	}
}
.heading-map .en {
	display: block;
	margin-top: 0.375rem;
	font-size: 0.9375rem;
	font-family: "UD新ゴ M", "UD Shin Go Medium";
}
@media (min-width: 768px) {
	.heading-map .en {
		font-size: 1.125rem;
	}
}

.heading-1 {
	margin-bottom: 1rem;
	font-size: clamp(1.75rem, 1.659rem + 0.45vw, 2rem);
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
}

.heading-2 {
	font-size: clamp(1.375rem, 3vw, 1.5rem);
	border-bottom: 2px solid #1c2a53;
	padding-bottom: 5px;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
	margin-top: 4.8rem;
}

.heading-3 {
	font-size: 1.25rem;
	border-left: 6px solid #1c2a53;
	padding-left: 0.5em;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
	margin-top: 3.2rem;
}

.heading-4 {
	font-size: 1.125rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
	margin-top: 2.4rem;
}

.heading-5 {
	font-size: 1rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
	margin-top: 1.6rem;
}

.heading-6 {
	font-size: 1rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
	margin-top: 1.3rem;
}

/*
要素のフェードイン用スタイル
使用する場合fade-in.jsを読み込みしてください
*/
/* --- ベース：フェードイン --- */
.fade-in {
	opacity: 0;
	transition: opacity 0.5s ease-out, transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	will-change: opacity, transform;
}

/* --- オプション：方向の指定 --- */
.fade-in-up {
	transform: translateY(50px); /* 下から */
}

.fade-in-down {
	transform: translateY(-50px); /* 上から（追加） */
}

.fade-in-left {
	transform: translateX(-50px); /* 左から */
}

.fade-in-right {
	transform: translateX(50px); /* 右から */
}

/* --- 発火時：共通の表示状態 --- */
.fade-in.is-visible {
	opacity: 1;
	transform: translate(0, 0);
}

@media (max-width: 767.98px) {
	.sp-none {
		display: none;
	}
}

@media (min-width: 768px) {
	.pc-none {
		display: none;
	}
}

.emphasis {
	background: linear-gradient(transparent 70%, #ECE73A 70%);
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	font-weight: bold;
}

.link-list {
	list-style: none;
	margin-top: 1rem;
	padding-left: 0.5em;
}
.link-list li {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 1.25em;
}
.link-list li::before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	display: block;
	background-color: #c02472;
	width: 0.692820323em;
	height: 0.8em;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	        clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.link-list li a {
	color: #323333;
	text-decoration: none;
}
.link-list li a:hover {
	color: #c02472;
	text-decoration: underline;
}
/*# sourceMappingURL=common.css.map */