html,
body {
	height: 100%;
	width: 100%;
}

:root {
	--maincolor01: #086C6C;
	--maincolor02: #089595;
	--maincolor03: #05B9B9;
	--maincolor04: #12D3D3;
	--maincolor05: #61F0F0;
	--subcolor01: #000000;
	--subcolor02: #313939;
	--subcolor03: #515A5A;
	--subcolor04: #6E7777;
	--subcolor05: #919A9A;
	--subcolor06: #CBD1D1;
	--subcolor07: #E2E6E6;
	--subcolor08: #EDF2F2;
	--subcolor09: #F8FAFA;
	--subcolor10: #ffffff;
	--othercolor01: #F4260B;
	--othercolor02: #faf0ed;
	--othercolor03: #0886f2;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック",
		"Yu Gothic", sans-serif;
	font-weight: 500;
	font-size: 15px;
	background-color: var(--subcolor10);
	color: var(--subcolor02);
	line-height: 1.5;
}

/* 小デバイス（横向きモバイル, 576px 以上）*/
@media (min-width: 576px) {}

/* 中デバイス（タブレット, 768px 以上）*/
@media (min-width: 768px) {}

/* 大デバイス（デスクトップ, 992px 以上）*/
@media (min-width: 992px) {}

/*  */
@media (min-width: 1040px) {}

/* 特大デバイス（ワイド・デスクトップ, 1200px 以上）*/
@media (min-width: 1200px) {}

/*============== reset ==================*/
*:focus,
button:focus {
	outline: none;
	box-shadow: none !important;
}

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

/*============== layout =================*/
.wrap {
	margin-top: -3px;
}

/* 大デバイス（デスクトップ, 992px 以上）*/
@media (min-width: 992px) {
	.wrap {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1130px;
	}
}

/* ----------------------------------------- 5 Columns */
.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		flex: 0 0 20%;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		flex: 0 0 20%;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		flex: 0 0 20%;
	}
}

/* --------------------------------------- list ul, ol */

.list-box ul,
.list-box ol {
	padding: 0;
}

.list-box ul {
	list-style-image: url(../images/icon-list.svg);
}

.list-box ul li {
	position: relative;
	list-style-type: none !important;
	vertical-align: middle;
	line-height: 1.8;
	text-indent: -1em;
	margin-left: 1em;
}

.list-box ul li:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 7px;
	height: 7px;
	margin-right: 8px;
}

/* --------------------------------------- others */
.round {
	border-radius: 4px !important;
}

.box-shadow {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07) !important;
}

@media (max-width: 767px) {
	.text-left-sp {
		text-align: left !important;
	}

	.text-center-sp {
		text-align: center !important;
	}
}

@media (max-width: 991px) {
	.dpy-pc {
		display: none !important;
	}

	span.br-sp {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.dpy-sp {
		display: none !important;
	}

	.br-pc {
		display: block !important;
	}
}

.lineheight-20 {
	line-height: 20px;
}

.px-10p {
	padding-left: 10px;
	padding-right: 10px;
}

.mx-neg10p {
	margin-left: -10px;
	margin-right: -10px;
}

.mt-neg25p {
	margin-top: -25px;
}

p.center {
	text-align: center;
}

.indent {
	text-indent: -1em;
	margin-left: 1em;
}

.indent-text {
	font-size: 12px;
	line-height: 20px;
	color: var(--subcolor03);
}
@media (min-width: 992px) {
	.indent-text {
		padding-left: 24px;
	}
}

.big-text {
	font-size: 18px;
	font-weight: bold;
	color: var(--subcolor03);
}

.wt-100 {
	width: 100%;
}

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

.bold {
	font-weight: bold;
}

.font-gray {
	color: var(--subcolor05);
}

.header-color {
	color: var(--subcolor03);
}

.list-box-border {
	border: 1px solid var(--subcolor07);
	background-color: var(--subcolor10);
	padding: 15px;
}

.list-box-border ul,
.list-box-border ol {
	padding-left: 0.3em;
}

.list-box-bg-gray {
	background-color: var(--subcolor09);
	padding: 20px;
}

.list-box ul {
	margin-bottom: 0;
}

.m-0auto {
	margin: 0 auto;
}

.bg-lightgray {
	background-color: var(--subcolor09);
}

.center {
	text-align: center;
}

.relative {
	position: relative;
	z-index: 1;
}

@media (max-width: 991px) {
	.reverse-sp {
		flex-flow: column-reverse;
		display: flex;
	}

	.mb-60p-sp {
		margin-bottom: 60px;
	}
}

/*---------------------------------------- h */
h1,
.h1 {
	font-size: 2rem;
}

/*32px*/
h2,
.h2 {
	font-size: 32px;
	font-weight: 500;
	color: var(--subcolor02);
}

h3,
.h3 {
	font-size: 1.25rem;
}

/*20px*/
h4,
.h4 {
	font-size: 1.1rem;
}

/*18px*/
h5,
.h5 {
	font-size: 1rem;
}

/*16px*/
h6,
.h6 {
	font-size: 1rem;
}

.small {
	font-size: 0.875rem;
}

/*14px*/
.x-small {
	font-size: 0.75rem;
}

/*12px*/
.xx-small {
	font-size: 0.625rem;
}

/*10px*/
/* --------------------------------------- font-size */
.fs-48 {
	font-size: 3rem !important;
}

/*48px*/
.fs-40 {
	font-size: 2.5rem !important;
}

/*40px*/
.fs-36 {
	font-size: 2.25rem !important;
}

/*36px*/
.fs-32 {
	font-size: 2rem !important;
}

/*32px*/
.fs-30 {
	font-size: 1.875rem !important;
}

/*30px*/
.fs-28 {
	font-size: 1.75rem !important;
}

/*28px*/
.fs-24 {
	font-size: 1.5rem !important;
}

/*24px*/
.fs-22 {
	font-size: 1.375rem !important;
}

/*22px*/
.fs-20 {
	font-size: 1.25rem !important;
}

/*20px*/
.fs-18 {
	font-size: 1.1rem !important;
}

/*18px*/
.fs-16 {
	font-size: 1rem !important;
}

/*16px*/
.fs-15 {
	font-size: 0.9375rem !important;
}

/*15px*/
.fs-14 {
	font-size: 0.875rem !important;
}

/*14px*/
.fs-12 {
	font-size: 0.75rem !important;
}

/*12px*/
.fs-10 {
	font-size: 0.625rem !important;
}

/*10px*/
/* 小デバイス（横向きモバイル, 576px 以上）*/
@media (min-width: 576px) {
	.fs-sm-48 {
		font-size: 3rem !important;
	}

	/*48px*/
	.fs-sm-40 {
		font-size: 2.5rem !important;
	}

	/*40px*/
	.fs-sm-36 {
		font-size: 2.25rem !important;
	}

	/*36px*/
	.fs-sm-32 {
		font-size: 2rem !important;
	}

	/*32px*/
	.fs-sm-30 {
		font-size: 1.875rem !important;
	}

	/*30px*/
	.fs-sm-28 {
		font-size: 1.75rem !important;
	}

	/*28px*/
	.fs-sm-24 {
		font-size: 1.5rem !important;
	}

	/*24px*/
	.fs-sm-22 {
		font-size: 1.375rem !important;
	}

	/*22px*/
	.fs-sm-20 {
		font-size: 1.25rem !important;
	}

	/*20px*/
	.fs-sm-18 {
		font-size: 1.1rem !important;
	}

	/*18px*/
	.fs-sm-16 {
		font-size: 1rem !important;
	}

	/*16px*/
	.fs-sm-15 {
		font-size: 0.9375rem !important;
	}

	/*15px*/
	.fs-sm-14 {
		font-size: 0.875rem !important;
	}

	/*14px*/
	.fs-sm-12 {
		font-size: 0.75rem !important;
	}

	/*12px*/
	.fs-sm-10 {
		font-size: 0.625rem !important;
	}

	/*10px*/
}

/* 中デバイス（タブレット, 768px 以上）*/
@media (min-width: 768px) {
	.fs-md-48 {
		font-size: 3rem !important;
	}

	/*48px*/
	.fs-md-40 {
		font-size: 2.5rem !important;
	}

	/*40px*/
	.fs-md-36 {
		font-size: 2.25rem !important;
	}

	/*36px*/
	.fs-md-32 {
		font-size: 2rem !important;
	}

	/*32px*/
	.fs-md-30 {
		font-size: 1.875rem !important;
	}

	/*30px*/
	.fs-md-28 {
		font-size: 1.75rem !important;
	}

	/*28px*/
	.fs-md-24 {
		font-size: 1.5rem !important;
	}

	/*24px*/
	.fs-md-22 {
		font-size: 1.375rem !important;
	}

	/*22px*/
	.fs-md-20 {
		font-size: 1.25rem !important;
	}

	/*20px*/
	.fs-md-18 {
		font-size: 1.1rem !important;
	}

	/*18px*/
	.fs-md-16 {
		font-size: 1rem !important;
	}

	/*16px*/
	.fs-md-15 {
		font-size: 0.9375rem !important;
	}

	/*15px*/
	.fs-md-14 {
		font-size: 0.875rem !important;
	}

	/*14px*/
	.fs-md-12 {
		font-size: 0.75rem !important;
	}

	/*12px*/
	.fs-md-10 {
		font-size: 0.625rem !important;
	}

	/*10px*/
}

/* 大デバイス（デスクトップ, 992px 以上）*/
@media (min-width: 992px) {
	.fs-lg-48 {
		font-size: 3rem !important;
	}

	/*48px*/
	.fs-lg-40 {
		font-size: 2.5rem !important;
	}

	/*40px*/
	.fs-lg-36 {
		font-size: 2.25rem !important;
	}

	/*36px*/
	.fs-lg-32 {
		font-size: 2rem !important;
	}

	/*32px*/
	.fs-lg-30 {
		font-size: 1.875rem !important;
	}

	/*30px*/
	.fs-lg-28 {
		font-size: 1.75rem !important;
	}

	/*28px*/
	.fs-lg-24 {
		font-size: 1.5rem !important;
	}

	/*24px*/
	.fs-lg-22 {
		font-size: 1.375rem !important;
	}

	/*22px*/
	.fs-lg-20 {
		font-size: 1.25rem !important;
	}

	/*20px*/
	.fs-lg-18 {
		font-size: 1.1rem !important;
	}

	/*18px*/
	.fs-lg-16 {
		font-size: 1rem !important;
	}

	/*16px*/
	.fs-lg-15 {
		font-size: 0.9375rem !important;
	}

	/*15px*/
	.fs-lg-14 {
		font-size: 0.875rem !important;
	}

	/*14px*/
	.fs-lg-12 {
		font-size: 0.75rem !important;
	}

	/*12px*/
	.fs-lg-10 {
		font-size: 0.625rem !important;
	}

	/*10px*/
}

/* 特大デバイス（ワイド・デスクトップ, 1200px 以上）*/
@media (min-width: 1200px) {
	.fs-xl-48 {
		font-size: 3rem !important;
	}

	/*48px*/
	.fs-xl-40 {
		font-size: 2.5rem !important;
	}

	/*40px*/
	.fs-xl-36 {
		font-size: 2.25rem !important;
	}

	/*36px*/
	.fs-xl-32 {
		font-size: 2rem !important;
	}

	/*32px*/
	.fs-xl-30 {
		font-size: 1.875rem !important;
	}

	/*30px*/
	.fs-xl-28 {
		font-size: 1.75rem !important;
	}

	/*28px*/
	.fs-xl-24 {
		font-size: 1.5rem !important;
	}

	/*24px*/
	.fs-xl-22 {
		font-size: 1.375rem !important;
	}

	/*22px*/
	.fs-xl-20 {
		font-size: 1.25rem !important;
	}

	/*20px*/
	.fs-xl-18 {
		font-size: 1.1rem !important;
	}

	/*18px*/
	.fs-xl-16 {
		font-size: 1rem !important;
	}

	/*16px*/
	.fs-xl-15 {
		font-size: 0.9375rem !important;
	}

	/*15px*/
	.fs-xl-14 {
		font-size: 0.875rem !important;
	}

	/*14px*/
	.fs-xl-12 {
		font-size: 0.75rem !important;
	}

	/*12px*/
	.fs-xl-10 {
		font-size: 0.625rem !important;
	}

	/*10px*/
}

/* --------------------------------- img */
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* --------------------------------- link */
a {
	color: var(--maincolor02);
	text-decoration: none;
}

a:hover,
a:active {
	color: var(--maincolor03);
	text-decoration: none;
	background-color: rgba(var(--maincolor05), 0.1);
	opacity: 1;
	transition: 0.3s;
}
.hover-opacity:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.title.ext-link {
	vertical-align: text-top;
}

.ext-link:after,
a.ext-link[target="_blank"]:after {
	display: inline-block;
	margin-left: 0.5em;
	width: 1rem;
	height: 1rem;
	background-color: transparent;
	background-image: url(../images/icon-link-white.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: " ";
}

a img {
	vertical-align: middle;
}

.fixed-bottom,
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-top {
	top: 0;
}

.fixed-bottom {
	bottom: 0;
}

/* --------------------------------- button */
.btn {
	position: relative;
	display: inline-block;
	padding: 1.1rem 0.6rem;
	margin: 0.3125rem 1px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.428571;
	text-decoration: none;
	letter-spacing: 0;
	cursor: pointer;
	background-color: transparent;
	border-radius: 0;
	outline: 0;
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
		background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: box-shadow, transform;
	width: 315px;
}

.btn-white {
	color: var(--subcolor01);
	background: var(--subcolor10);
}

.btn-white:hover {
	color: var(--subcolor01);
	background-color: var(--subcolor08);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

.btn-gray {
	color: var(--subcolor10);
	background-color: var(--subcolor05);
}

.btn-gray:hover {
	color: var(--subcolor02);
	background-color: var(--subcolor08);
	box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.btn-lightgray {
	color: var(--subcolor01);
	background-color: var(--subcolor06);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.btn-lightgray:hover {
	color: var(--subcolor01);
	background-color: var(--subcolor07);
	box-shadow: 0 14px 26px -12px rgba(73, 86, 94, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(73, 86, 94, 0.2);
}

.btn-green {
	color: var(--subcolor10);
	background-color: var(--maincolor03);
}

.btn-green:hover {
	color: var(--subcolor10);
	background-color: var(--maincolor02);
	box-shadow: 5px 5px 15px 0 rgba(8, 108, 108, 0.3);
}

.btn-arrow:after {
	content: " ";
	background-color: transparent;
	background-image: url(../images/btn-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 30px;
	height: 7px;
	position: absolute;
	top: 23px;
	right: 10px;
	transition: 0.3s;
}

.btn-gray-arrow:after {
	content: " ";
	background-color: transparent;
	background-image: url(../images/btn-gray-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 30px;
	height: 7px;
	position: absolute;
	top: 23px;
	right: 10px;
	transition: 0.3s;
}
.btn-green-arrow:after {
	content: " ";
	background-color: transparent;
	background-image: url(../images/btn-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 30px;
	height: 7px;
	position: absolute;
	top: 23px;
	right: 10px;
	transition: 0.3s;
}

.btn-arrow:hover:after {
	right: -5px;
	background-image: url(../images/btn-gray-arrow.svg);
}

.btn-gray-arrow:hover:after {
	right: -5px;
	background-image: url(../images/btn-arrow.svg);
}
.btn-green-arrow:hover:after {
	right: -5px;
	background-image: url(../images/btn-arrow.svg);
}

.form-btn-arrow {
	position: relative;
	width: 300px;
}

.form-btn-arrow:after {
	top: 29px;
}

@media (max-width: 991px) {
	.form-btn-arrow {
		margin: 0 auto;
	}
}

/* --------------------------------- icon */
.icon-building,
.icon-text,
.icon-badge,
.icon-mail,
.icon-download {
	display: inline-block;
	margin: 0 0.3em 0 0;
	width: 13px;
	height: 13px;
	transition: background-image 0.3s;
}

.icon-tel {
	display: inline-block;
	margin: 0 0.2em 0 0;
	width: 32px;
	height: 28px;
	transition: background-image 0.3s;
}

.icon-tel-white {
	display: inline-block;
	margin: 0 0.2em 0 0;
	width: 32px;
	height: 28px;
	transition: background-image 0.3s;
}

.icon-tel-white {
	background: transparent url(../images/icon-tel-white.svg) center center no-repeat;
	background-size: contain;
}

.icon-blog-more {
	margin-top: -2px;
}

/* --------------------------------- alert削除検討 */
.alert {
	padding: 0.8em 0.4em;
	border-radius: 0;
	color: var(--subcolor10);
	text-align: center;
}

.alert-danger {
	border: none;
	background-color: var(--othercolor01);
}

.alert .title {
	position: relative;
	padding-left: 18px;
	color: var(--subcolor10);
	font-size: 0.875rem;
	font-weight: 600;
	vertical-align: middle;
}

.news-top,
.page-top {
	margin-bottom: 32px;
}

@media (min-width: 992px) {
	.alert .title {
		padding-left: 24px;
		font-size: 1rem;
	}

	.alert .title:before {
		width: 16px;
		height: 16px;
		background-size: 16px 16px;
	}

	.news-top,
	.page-top {
		margin-bottom: 80px;
	}
}

/* --------------------------------- news */
.list-news {
	list-style: none;
	margin-bottom: 30px;
	padding: 0;
}

.list-news li {
	margin: 0;
	padding: 0;
}

.list-news li:first-child a {
	border-top: none;
}

.list-news li a {
	position: relative;
	margin: 0 0;
	border-top: 1px solid var(--subcolor08);
	width: 100%;
	height: 100%;
	min-height: 2.5em;
	padding: 10px 30px 10px 5px;
	font-size: 0.875rem;
	color: var(--subcolor01);
	text-decoration: none;
	transition: background-color 0.2s, box-shadow 0.2s;
}

.list-news li a:hover {
	background-color: var(--subcolor09);
	transition: 0.3s;
	z-index: 2;
}

.list-news li a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 45%;
	width: 11.5px;
	height: 11.5px;
	border-top: 2px solid;
	border-right: 2px solid;
	border-color: var(--maincolor02);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.list-news li a .first {
	text-align: left;
	padding-left: 0;
}

.list-news li a .second {
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-left: 0;
}

.list-news li a .text {
	text-align: left;
	color: var(--maincolor02);
	font-size: 15px;
}

.list-news .date {
	color: var(--subcolor05);
	font-size: 12px;
}

.section-news-timetable {
	padding-left: 15px;
	padding-right: 15px;
}

.list-news {
	margin-top: -18px;
}

.news-top-sp {
	margin-bottom: 54px;
}

.time-table-top {
	margin-top: -16px;
}

@media (min-width: 992px) {
	.list-news {
		margin-top: 0;
	}

	.list-news li a {
		padding: 20px 10px;
		font-size: 0.875rem;
	}
	.list-news li a .first {
		margin: 0;
		padding-left: 15px;
	}

	.list-news li a .second {
		padding-left: 15px;
	}

	.list-news li a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 45%;
		width: 0;
		height: 0;
		border-top: 0;
		border-right: 0;
		border-color: var(--maincolor02);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.list-news .date {
		font-size: 15px;
	}

	.section-news-timetable {
		padding-left: 0;
		padding-right: 0;
	}

	.news-top-sp {
		margin-bottom: 0;
	}

	.time-table-top {
		margin-top: 0;
	}
}

/* --------------------------------- table削除検討 */
.tw-10 {
	width: 10% !important;
}

.tw-15 {
	width: 15% !important;
}

.tw-20 {
	width: 20% !important;
}

.tw-25 {
	width: 25% !important;
}

.tw-30 {
	width: 30% !important;
}

.tw-35 {
	width: 35% !important;
}

.tw-40 {
	width: 40% !important;
}

.tw-45 {
	width: 45% !important;
}

.tw-50 {
	width: 50% !important;
}

.tw-55 {
	width: 55% !important;
}

.tw-60 {
	width: 60% !important;
}

.tw-65 {
	width: 65% !important;
}

.tw-70 {
	width: 70% !important;
}

.tw-75 {
	width: 75% !important;
}

.tw-80 {
	width: 80% !important;
}

.tw-85 {
	width: 85% !important;
}

.tw-90 {
	width: 90% !important;
}

.tw-95 {
	width: 95% !important;
}

.tw-100 {
	width: 1000% !important;
}

@media (min-width: 576px) {
	.tw-sm-10 {
		width: 10% !important;
	}

	.tw-sm-15 {
		width: 15% !important;
	}

	.tw-sm-20 {
		width: 20% !important;
	}

	.tw-sm-25 {
		width: 25% !important;
	}

	.tw-sm-30 {
		width: 30% !important;
	}

	.tw-sm-35 {
		width: 35% !important;
	}

	.tw-sm-40 {
		width: 40% !important;
	}

	.tw-sm-45 {
		width: 45% !important;
	}

	.tw-sm-50 {
		width: 50% !important;
	}

	.tw-sm-55 {
		width: 55% !important;
	}

	.tw-sm-60 {
		width: 60% !important;
	}

	.tw-sm-65 {
		width: 65% !important;
	}

	.tw-sm-70 {
		width: 70% !important;
	}

	.tw-sm-75 {
		width: 75% !important;
	}

	.tw-sm-80 {
		width: 80% !important;
	}

	.tw-sm-85 {
		width: 85% !important;
	}

	.tw-sm-90 {
		width: 90% !important;
	}

	.tw-sm-95 {
		width: 95% !important;
	}

	.tw-sm-100 {
		width: 1000% !important;
	}
}

@media (min-width: 768px) {
	.tw-md-10 {
		width: 10% !important;
	}

	.tw-md-15 {
		width: 15% !important;
	}

	.tw-md-20 {
		width: 20% !important;
	}

	.tw-md-25 {
		width: 25% !important;
	}

	.tw-md-30 {
		width: 30% !important;
	}

	.tw-md-35 {
		width: 35% !important;
	}

	.tw-md-40 {
		width: 40% !important;
	}

	.tw-md-45 {
		width: 45% !important;
	}

	.tw-md-50 {
		width: 50% !important;
	}

	.tw-md-55 {
		width: 55% !important;
	}

	.tw-md-60 {
		width: 60% !important;
	}

	.tw-md-65 {
		width: 65% !important;
	}

	.tw-md-70 {
		width: 70% !important;
	}

	.tw-md-75 {
		width: 75% !important;
	}

	.tw-md-80 {
		width: 80% !important;
	}

	.tw-md-85 {
		width: 85% !important;
	}

	.tw-md-90 {
		width: 90% !important;
	}

	.tw-md-95 {
		width: 95% !important;
	}

	.tw-md-100 {
		width: 1000% !important;
	}
}

@media (min-width: 992px) {
	.tw-lg-10 {
		width: 10% !important;
	}

	.tw-lg-15 {
		width: 15% !important;
	}

	.tw-lg-20 {
		width: 20% !important;
	}

	.tw-lg-25 {
		width: 25% !important;
	}

	.tw-lg-30 {
		width: 30% !important;
	}

	.tw-lg-35 {
		width: 35% !important;
	}

	.tw-lg-40 {
		width: 40% !important;
	}

	.tw-lg-45 {
		width: 45% !important;
	}

	.tw-lg-50 {
		width: 50% !important;
	}

	.tw-lg-55 {
		width: 55% !important;
	}

	.tw-lg-60 {
		width: 60% !important;
	}

	.tw-lg-65 {
		width: 65% !important;
	}

	.tw-lg-70 {
		width: 70% !important;
	}

	.tw-lg-75 {
		width: 75% !important;
	}

	.tw-lg-80 {
		width: 80% !important;
	}

	.tw-lg-85 {
		width: 85% !important;
	}

	.tw-lg-90 {
		width: 90% !important;
	}

	.tw-lg-95 {
		width: 95% !important;
	}

	.tw-lg-100 {
		width: 1000% !important;
	}
}

@media (min-width: 1200px) {
	.tw-xl-10 {
		width: 10% !important;
	}

	.tw-xl-15 {
		width: 15% !important;
	}

	.tw-xl-20 {
		width: 20% !important;
	}

	.tw-xl-25 {
		width: 25% !important;
	}

	.tw-xl-30 {
		width: 30% !important;
	}

	.tw-xl-35 {
		width: 35% !important;
	}

	.tw-xl-40 {
		width: 40% !important;
	}

	.tw-xl-45 {
		width: 45% !important;
	}

	.tw-xl-50 {
		width: 50% !important;
	}

	.tw-xl-55 {
		width: 55% !important;
	}

	.tw-xl-60 {
		width: 60% !important;
	}

	.tw-xl-65 {
		width: 65% !important;
	}

	.tw-xl-70 {
		width: 70% !important;
	}

	.tw-xl-75 {
		width: 75% !important;
	}

	.tw-xl-80 {
		width: 80% !important;
	}

	.tw-xl-85 {
		width: 85% !important;
	}

	.tw-xl-90 {
		width: 90% !important;
	}

	.tw-xl-95 {
		width: 95% !important;
	}

	.tw-xl-100 {
		width: 1000% !important;
	}
}

/* --------------------------------- breadcrumb */
ol.breadcrumb {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 4px;
	padding: 0.75rem 0;
	background-color: transparent;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
}

ol.breadcrumb li:last-child {
	overflow: hidden;
	display: inline-flex;
}

ol.breadcrumb li:last-child span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

ol.breadcrumb li a {
	display: inline-flex;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0.2rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	padding-right: 0.2rem;
}

ol.breadcrumb li.breadcrumb-item-home .icon {
	display: inline-block;
}

ol.breadcrumb li.breadcrumb-item-home .icon-home img {
	width: 12px;
	height: auto;
	vertical-align: text-bottom;
}

ol.breadcrumb li.breadcrumb-item-home .name {
	display: none;
}

@media (min-width: 992px) {
	ol.breadcrumb {
		font-size: 0.75rem;
	}

	ol.breadcrumb li.breadcrumb-item-home .icon {
		display: none;
	}

	ol.breadcrumb li.breadcrumb-item-home .name {
		display: inline-block;
	}
}

/* --------------------------------- form-content削除検討 */
.form-content {
	margin: 0 0 50px;
	padding: 25px 12px 25px;
	background-color: var(--subcolor10);
	text-align: left;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}

@media (min-width: 576px) {
	.form-content {
		padding: 30px 40px;
	}
}

@media (min-width: 992px) {
	.form-content {
		padding: 65px 95px 65px 100px;
		background-color: var(--subcolor10);
	}
}

/*=======================================
	header
=========================================*/
#header {
	position: fixed;
	z-index: 10001;
}

.hide {
	display: none;
}

/*=======================================
	nav
=========================================*/
.navibar {
	margin-bottom: 10px;
	width: 100%;
	height: 60px;
	background: var(--subcolor10);
}

@media (min-width: 999px) {
	.navibar {
		height: 100px;
	}
}

.navibar-container {
	position: relative;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

.navibar .navibar-brand {
	transition: opacity 0.3s;
	width: 138px;
	height: auto;
	display: flex;
	align-items: center;
	padding: 10px 10px;
}

.navibar .navibar-brand:hover {
	background-color: transparent;
	opacity: 0.5;
}

.navibar span.navibar-brand:hover {
	opacity: 1;
}

.navibar-brand a:hover {
	background-color: transparent;
	opacity: 0.7;
	transition: 0.3s;
}

@media (max-width: 991px) {
	.navibar .navibar-brand {
		max-width: 170px;
		margin-left: 15px;
	}
}

#other .navibar {
	display: block;
}

/* --------------------------------------------- mainnav */
.navibar-mainnav {
	list-style: none;
	margin: 0 156px 0 0;
	padding: 0;
	display: none;
	height: 80px;
	flex-flow: row nowrap;
	align-items: start;
	text-align: left;
}

@media (min-width: 992px) {
	.navibar-mainnav {
		display: flex !important;
		flex-basis: auto;
		margin: 0 200px 0 0;
	}
}

.navibar-mainnav li a {
	display: block;
	border-radius: 4px;
	padding: 12px 15px;
	color: var(--subcolor01);
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
	transition: background 0.3s, color 0.3s;
}

.navibar-mainnav li a .title {
	font-size: 1rem;
	font-weight: 600;
}

.navibar-mainnav li a.img-link {
	padding: 12px 12px 12px 12px;
	height: 60px;
	width: auto;
	transition: opacity 0.3s;
}

.navibar-mainnav li a.img-link:hover {
	background: none;
	opacity: 0.5;
}

.navibar-mainnav li a.img-link img {
	width: auto;
	height: 100%;
}

.navibar-contact,
.navibar-toggler,
.navibar-online,
.navibar-tel {
	position: fixed;
	z-index: 1031;
	top: 0;
	right: 0;
	display: block;
	margin: 0;
	border-radius: 0;
	width: 60px;
	height: 60px;
	color: var(--maincolor02);
	transition: box-shadow 0.3s;
}

.navibar-contact {
	right: 60px;
	background-image: url(../images/bg-contact-btn.svg);
	background-position: top 25% center;
	background-repeat: no-repeat;
	background-size: 34px 26px;
	box-shadow: none;
}

.navibar-toggler {
	z-index: 1033;
	border: none;
	box-shadow: none;
}

.navibar-online {
	right: 60px;
	background-image: url(../images/bg-online-btn.svg);
	background-position: top 15% center;
	background-repeat: no-repeat;
	background-size: 28px 31px;
	box-shadow: none;
}

.navibar-tel {
	background-image: url(../images/bg-tel-btn.svg);
	background-position: top 15% center;
	background-repeat: no-repeat;
	background-size: 32px 28px;
	box-shadow: none;
}

.navibar-toggler.toggled:hover {
	box-shadow: none;
}

.navibar-contact .title,
.navibar-toggler .title,
.navibar-online .title,
.navibar-tel .title {
	position: absolute;
	bottom: 7%;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	font-size: 10px;
	font-weight: 600;
	color: var(--maincolor02);
}

@media (min-width: 992px) {

	.navibar-contact,
	.navibar-toggler,
	.navibar-online {
		width: 80px;
		height: 80px;
	}

	.navibar-contact,
	.navibar-download {
		right: 80px;
	}

	.navibar-online {
		right: 0px;
	}

	.navibar-contact .title,
	.navibar-toggler .title,
	.navibar-online .title,
	.navibar-tel .title {
		font-size: 11px;
		bottom: 14%;
	}

	.navibar-online {
		background-position: top 15% center;
		background-size: 38px 42px;
	}
}

/* ---------------------------------------------- navibar-toggler animation */
@keyframes topbar-x {
	0% {
		top: 0px;
		transform: rotate(0deg);
	}

	45% {
		top: 8px;
		transform: rotate(145deg);
	}

	75% {
		transform: rotate(130deg);
	}

	100% {
		transform: rotate(135deg);
	}
}

@-webkit-keyframes topbar-x {
	0% {
		top: 0px;
		-webkit-transform: rotate(0deg);
	}

	45% {
		top: 8px;
		-webkit-transform: rotate(145deg);
	}

	75% {
		-webkit-transform: rotate(130deg);
	}

	100% {
		-webkit-transform: rotate(135deg);
	}
}

@-moz-keyframes topbar-x {
	0% {
		top: 0px;
		-moz-transform: rotate(0deg);
	}

	45% {
		top: 8px;
		-moz-transform: rotate(145deg);
	}

	75% {
		-moz-transform: rotate(130deg);
	}

	100% {
		-moz-transform: rotate(135deg);
	}
}

@keyframes topbar-back {
	0% {
		top: 8px;
		transform: rotate(135deg);
	}

	45% {
		transform: rotate(-10deg);
	}

	75% {
		transform: rotate(5deg);
	}

	100% {
		top: 0px;
		transform: rotate(0);
	}
}

@-webkit-keyframes topbar-back {
	0% {
		top: 8px;
		-webkit-transform: rotate(135deg);
	}

	45% {
		-webkit-transform: rotate(-10deg);
	}

	75% {
		-webkit-transform: rotate(5deg);
	}

	100% {
		top: 0px;
		-webkit-transform: rotate(0);
	}
}

@-moz-keyframes topbar-back {
	0% {
		top: 8px;
		-moz-transform: rotate(135deg);
	}

	45% {
		-moz-transform: rotate(-10deg);
	}

	75% {
		-moz-transform: rotate(5deg);
	}

	100% {
		top: 0px;
		-moz-transform: rotate(0);
	}
}

@keyframes bottombar-x {
	0% {
		bottom: 0px;
		transform: rotate(0deg);
	}

	45% {
		bottom: 8px;
		transform: rotate(-145deg);
	}

	75% {
		transform: rotate(-130deg);
	}

	100% {
		transform: rotate(-135deg);
	}
}

@-webkit-keyframes bottombar-x {
	0% {
		bottom: 0px;
		-webkit-transform: rotate(0deg);
	}

	45% {
		bottom: 8px;
		-webkit-transform: rotate(-145deg);
	}

	75% {
		-webkit-transform: rotate(-130deg);
	}

	100% {
		-webkit-transform: rotate(-135deg);
	}
}

@-moz-keyframes bottombar-x {
	0% {
		bottom: 0px;
		-moz-transform: rotate(0deg);
	}

	45% {
		bottom: 8px;
		-moz-transform: rotate(-145deg);
	}

	75% {
		-moz-transform: rotate(-130deg);
	}

	100% {
		-moz-transform: rotate(-135deg);
	}
}

@keyframes bottombar-back {
	0% {
		bottom: 8px;
		transform: rotate(-135deg);
	}

	45% {
		transform: rotate(10deg);
	}

	75% {
		transform: rotate(-5deg);
	}

	100% {
		bottom: 0px;
		transform: rotate(0);
	}
}

@-webkit-keyframes bottombar-back {
	0% {
		bottom: 8px;
		-webkit-transform: rotate(-135deg);
	}

	45% {
		-webkit-transform: rotate(10deg);
	}

	75% {
		-webkit-transform: rotate(-5deg);
	}

	100% {
		bottom: 0px;
		-webkit-transform: rotate(0);
	}
}

@-moz-keyframes bottombar-back {
	0% {
		bottom: 8px;
		-moz-transform: rotate(-135deg);
	}

	45% {
		-moz-transform: rotate(10deg);
	}

	75% {
		-moz-transform: rotate(-5deg);
	}

	100% {
		bottom: 0px;
		-moz-transform: rotate(0);
	}
}

.navibar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

.navibar-toggler .navibar-toggler-icon {
	position: relative;
	margin: -26% auto 0;
	width: 22px;
	height: 2px;
	outline: 0;
	display: block;
	border-radius: 1px;
	background-color: var(--maincolor02);
}

.navibar-toggler .navibar-toggler-icon+.navibar-toggler-icon {
	margin-top: 4px;
}

.navibar-toggler .navibar-toggler-icon:nth-child(2) {
	top: 0px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.navibar-toggler .navibar-toggler-icon:nth-child(3) {
	opacity: 1;
}

.navibar-toggler .navibar-toggler-icon:nth-child(4) {
	bottom: 0px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.navibar-toggler.toggled .navibar-toggler-icon:nth-child(2) {
	top: 6px;
	transform: translateY(0) rotate(45deg);
}

.navibar-toggler.toggled .navibar-toggler-icon:nth-child(3) {
	opacity: 0;
}

.navibar-toggler.toggled .navibar-toggler-icon:nth-child(4) {
	bottom: 6px;
	transform: translateY(0) rotate(-45deg);
}

@media (min-width: 1080px) {
	.navibar-toggler .navibar-toggler-icon+.navibar-toggler-icon {
		margin-top: 6px;
	}

	.navibar-toggler.toggled .navibar-toggler-icon:nth-child(2) {
		top: 8px;
	}

	.navibar-toggler.toggled .navibar-toggler-icon:nth-child(4) {
		bottom: 8px;
	}
}

/* ---------------------------------------------- menu */
.menu-collapse {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1032;
	width: 100%;
	height: 100%;
	min-height: 500px;
	background: var(--subcolor09);
	color: var(--subcolor02);
	line-height: 1.8;
}

.menu-collapse .container {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	/* IE, Edge 対応 */
	scrollbar-width: none;
	/* Firefox 対応 */
}

.menu-collapse .container::-webkit-scrollbar {
	/* Chrome, Safari 対応 */
	display: none;
}

/* ------------------------- menu-contents */
.menu-contents {
	margin-bottom: 30px;
}

.menu-contents a,
.menu-contents ul li a {
	display: inline-block;
	border-bottom: 1px solid var(--subcolor07);
	background: transparent url(../images/icon-arrow-right-blue.svg) 98% center no-repeat;
	background-size: 6px 9px;
	padding: 0.9rem 0.5rem;
	width: 100%;
	color: var(--maincolor02);
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	position: relative;
}

.menu-contents .title {
	display: inline-block;
	border-bottom: 0;
	padding: 0;
	width: 100%;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0;
}

.menu-contents>.title {
	padding: 0.8rem 0.4rem;
}

.menu-contents a.img-link {
	margin: 0 0 1rem;
	border: none;
	padding: 0.5rem 0;
	background: none;
	transition: opacity 0.3s;
}

.menu-contents a.img-link:hover {
	background: none;
	opacity: 0.5;
}

.menu-contents a.img-link img {
	width: 210px;
	height: 35px;
}

.menu-contents ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border-top: 1px solid var(--subcolor07);
}

.menu-contents-brand {
	max-width: 170px;
	width: 100%;
	height: auto;
	transition: opacity 0.3s;
	flex-flow: wrap;
	display: flex;
	margin-left: 5px;
	margin-top: 9px;
	margin-bottom: 30px;
}

.menu-contents-brand span.subtitle {
	font-size: 10px;
	margin-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin-bottom: -10px;
}

menu-others .menu-contents .menu-item {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.menu-collapse .container {
		padding-top: 10px;
	}

	.menu-others .title {
		margin-top: 0.6rem;
		display: block;
		font-size: 1.1rem;
	}

	.menu-contents>.title {
		font-size: 1.25rem;
	}

	.menu-contents a.img-link {
		display: none;
	}
}

/* --------------------------------- .Heightnavi */
@media (min-width: 992px) {
	.HeightMin .navibar-container-sub {
		display: none;
	}

	.HeightMin .navibar {
		height: 70px;
	}

	.HeightMin span.subtitle {
		display: none !important;
	}

	.HeightMin .navibar-brand {
		height: 70px;
		width: 220px;
	}

	.HeightMin .navibar-mainnav {
		width: 140px;
		height: 70px;
		align-items: center;
		margin: 0;
	}

	.HeightMin ul.navibar-mainnav span.title {
		font-size: 42px;
	}

	.HeightMin li.navibar-mini {
		font-size: 12px;
		height: 70px;
	}

	.navibar-mini {
		display: none;
	}

	.HeightMin .navibar-mini {
		display: block;
	}

	.navibar-mini .btn {
		width: 70px;
		height: 70px;
		flex: auto;
		vertical-align: middle;
		display: flex;
		align-items: center;
		text-align: center;
		border-radius: 0;
	}

	.navibar-mini span.title {
		color: var(--subcolor10) !important;
		font-size: 10px !important;
		text-align: center;
		width: 100%;
		bottom: -8%;
	}

	.navibar-mini .navibar-contact {
		right: 70px;
	}

	.navibar-container .navibar-container-sub {
		display: flex;
		width: calc(100% - 138px);
	}

	.navibar-container .navibar-container-sub li {
		height: 100%;
		width: 138px;
		display: flex;
	}

	.navibar-container .navibar-container-sub a {
		justify-content: center;
		align-items: center;
	}

	.navibar-container .HeightMin-on {
		display: none;
	}

	.HeightMin .HeightMin-on {
		display: block;
	}

	.HeightMin .HeightMin-off {
		display: none;
	}
}

.navibar-container-sub li {
	width: inherit;
	height: 40px;
}

ul.btn-header {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	align-items: center;
}

ul.btn-header li:hover>a span {
	font-weight: bold;
}

.navibar-container-sub a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	transition: background 0.3s, color 0.3s;
	font-size: 15px;
	padding-top: 25px;
}

.navibar-container-sub li.current a {
	font-weight: bold;
}

.navibar-container-sub a:hover {
	background-color: var(--subcolor09);
	transition: 0.3s;
}

ul.btn-header li.current>a span {
	font-weight: 700;
}

.navibar-container-sub li.current>a {
	background-color: var(--subcolor09);
}

.navibar-container-sub ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	width: 100%;
}

.navibar span.subtitle {
	font-size: 10px;
	margin-left: 5px;
	color: var(--subcolor03);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin-bottom: -24px;
}

.navibar-container-sub-eng {
	font-family: Baskerville;
	margin-bottom: 13px;
	color: var(--maincolor03);
	font-size: 10px;
}

.navibar-container-sub-eng:hover {
	font-weight: normal;
}

ul.navibar-mainnav span.title {
	display: block;
	font-size: 44px;
	font-family: Regulator Nova;
	line-height: 35px;
	color: var(--subcolor04);
}

.navibar-container-sub {
	display: none;
}

.navibar-container {
	height: 100%;
}

.sidenavi {
	position: fixed;
	right: 0;
	top: 50px;
	width: 50px;
	z-index: 100000;
}

.sidenavi div {
	width: 100%;
}

.sidenavi div a {
	width: 28px;
	height: 155px;
	display: inline-flex;
	color: var(--subcolor10);
	line-height: 20px;
	padding-left: 17px;
	align-items: center;
}

.sidenavi-contact {
	background-color: var(--subcolor05);
}

.sidenavi-net {
	background-color: var(--maincolor03);
	top: 205px;
}

.sidenavi-net a {
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding-top: 30px;
	letter-spacing: 0.4em;
}

.sidenavi div:hover {
	transition: .3s;
	transform: translateX(-10px);
	width: 60px;
	padding-left: 5px;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 20%) !important;
}

.sidenavi div a:hover {
	background-color: transparent;
}

.sidenavi-contact:hover {
	background-color: var(--subcolor04);
}

.sidenavi-net:hover {
	background-color: var(--maincolor02);
}


@media (min-width: 992px) {
	.navibar span.subtitle {
		font-size: 10px;
		color: var(--subcolor03);
		display: inline;
	}

	.navibar-container-sub {
		display: block;
	}

	.navibar-container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.navibar-container {
		max-width: 1130px;
	}
}

/* --------------------------------------------- navibar-plain */
.navibar-plain {
	height: 60px;
	z-index: 999;
	position: absolute;
}

.navibar-plain .navibar-brand {
	width: 100%;
	max-width: 240px;
	height: auto;
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.navibar-plain .navibar-brand:hover {
	opacity: 1;
}

.navibar-plain .navibar-brand:hover a:hover {
	opacity: 1;
}

.navibar-plain .navibar-tel {
	right: 0;
}

@media (min-width: 992px) {
	.navibar-plain .navibar {
		height: 65px;
	}

	.navibar-plain .navibar-container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.navibar-plain .navibar-mainnav {
		margin: 0 12px 0 0;
		height: 65px;
		position: absolute;
		right: 0;
	}

	.navibar-plain .navibar-mainnav li {
		height: 100%;
		align-items: center;
		justify-content: center;
		display: flex;
	}

	.navibar-plain .navibar-mainnav li .tel-title {
		font-weight: 500;
		font-size: 24px;
		margin-bottom: -10px;
	}

	.navibar-plain .navibar-mainnav li .tel-text {
		font-weight: 500;
		font-size: 40px;
		position: relative;
	}

	.navibar-plain span.subtitle {
		font-size: 12px;
		margin-left: 0;
		margin-right: 10px;
		margin-bottom: -20px;
	}

	.navibar-plain.HeightMin .navibar-mainnav {
		width: auto;
	}

	.navibar-plain.HeightMin span.subtitle {
		display: block !important;
	}

	.navibar-plain.HeightMin ul.navibar-mainnav span.title {
		font-size: 44px;
	}

	.navibar-plain.HeightMin {
		height: 65px;
	}
}
/* --------------------------------------------- navibar-complete */
.navibar-complete {
	margin: 0 auto;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 100%;
	background-color: var(--subcolor10);
}
.complete-logo {
	width: 170px;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.navibar-complete {
		margin: 0 auto;
		padding-bottom: 20px;
		max-width: 1100px;
		width: 100%;
		padding-left: 0;
	}
	.complete-logo {
		width: 124px;
		margin-top: 20px;
	}
}

/*=======================================
	FOOTER
=========================================*/
.footer {
	background-color: var(--subcolor09);
	color: var(--subcolor02);
}

.footer .footer-navi {
	line-height: 1.8;
	padding-top: 27px;
	padding-bottom: 15px;
}

.footer .title {
	position: relative;
	font-weight: 600;
	padding: 0;
	font-size: 15px;
}

.footer .title a {
	color: var(--subcolor10);
	text-decoration: none;
	transition: color 0.2s;
}

.footer .toggle-content {
	display: none;
}

@media (max-width: 374px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	.footer .footer-navi {
		padding-top: 20px;
	}

	.footer-container {
		max-width: 1130px;
	}
}

.footer-plain .tel-container {
	margin-top: 8px;
	margin-bottom: 15px;
}

/* --------------------------------- .footer-meta */
.footer .footer-meta {
	padding: 28px 0 26px;
	border-bottom: 1px solid var(--subcolor07);
}

.footer-meta {
	text-align: left;
}

.footer-meta .marks {
	padding-bottom: 25px;
	text-align: center;
}

.footer-meta .marks img {
	margin-right: 10px;
	height: 58px;
	width: auto;
}

.footer-meta .company {
	padding-bottom: 25px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 27px;
}

.footer-meta .copy {
	clear: both;
	font-size: 0.75rem;
	width: 100%;
}

.footer-meta .copy .logo {
	float: left;
	text-align: left;
	max-width: 120px;
}

.footer-meta .copy .logo a {
	transition: opacity 0.3s;
}

.footer-meta .copy .logo a:hover {
	background-color: transparent;
	opacity: 0.5;
}

.footer-meta .copy .logo img {
	width: 100%;
	height: auto;
}

.footer-meta .copy small {
	float: right;
	text-align: right;
}
.footer .footer-meta-plain {
	border-top: none;
	border-bottom: 1px solid var(--subcolor07);
	padding: 32px 0 10px;
}
.footer-plain-logo {
	width: 167px;
	margin-bottom: 10px;
}
.footer-plan-info {
	margin-bottom: 30px;
}
@media (max-width: 374px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {
	.footer-meta .company {
		text-align: center;
	}
	.footer-plan-info {
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-plain-logo {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.footer .footer-meta {
		border-top: 1px solid var(--subcolor07);
		padding: 52px 0 10px;
	}

	.footer-meta .company {
		padding-left: 0;
		padding-bottom: 25px;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
	}

	.footer-meta .copy {
		text-align: right;
	}

	.footer-meta .copy .logo {
		float: right;
		max-width: 180px;
	}
	.footer .footer-meta-plain {
		border-top: none;
		border-bottom: 1px solid var(--subcolor07);
		padding: 32px 0 50px;
	}
	.footer-plain-logo {
		width: 316px;
		margin-bottom: 30px;
	}
	.footer-plan-info {
		text-align: left;
		margin-bottom: 0;
	}
}

@media (min-width: 1080px) {}

/* --------------------------------- .footer */
#page_top a {
	display: inline-block;
	background: var(--subcolor10) url(../images/icon-pagetop.svg) center center no-repeat;
	padding: 1.55rem 0.5rem;
	width: 100%;
}

#page_top a:hover {
	background: var(--subcolor09) url(../images/icon-pagetop.svg) center center no-repeat;
}

.footer-navi {
	display: block;
}

.footer-navi ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}

.footer-navi li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	align-items: center;
	width: inherit;
}

.footer-navi a {
	position: relative;
	width: 100%;
	text-decoration: none;
	line-height: 1;
	font-size: 15px;
	color: var(--maincolor02);
}
.footer-navi a:hover {
	color: var(--maincolor03);
	transition: 0.3s;
}

.footer-meta .company .logo {
	margin-bottom: 30px;
	max-width: 315px;
}

.footer-contact {
	margin-bottom: 20px;
}

.footer-contact a {
	width: 315px;
}

.footer-meta .company .address {
	margin-bottom: 15px;
}

.footer-tel .tel-title {
	font-weight: 500;
	font-size: 18px;
}

.footer-tel .tel-text {
	font-weight: 500;
	font-size: 32px;
}

.copy {
	padding-top: 18px;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
}
@media (max-width: 992px) {
	.footer-contact a {
		color: var(--subcolor02);
		background-color: var(--subcolor10);
	}
	.footer-contact a:after {
		content: " ";
		background-color: transparent;
		background-image: url(../images/btn-gray-arrow.svg);
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		width: 30px;
		height: 7px;
		position: absolute;
		top: 23px;
		right: 10px;
		transition: 0.3s;
	}
	
	.footer-contact a:hover:after {
		right: -5px;
		background-image: url(../images/btn-gray-arrow.svg);
	}
}

@media (min-width: 992px) {
	.footer-meta .company .address {
		margin-bottom: 11px;
	}

	.footer-contact {
		margin-bottom: 26px;
	}

	.time-table-footer .time-table-text {
		display: block;
		position: absolute;
	}

	.copy {
		margin-top: 0;
	}

	.footer-navi li {
		text-align: center;
	}

	.footer-tel .tel-title {
		font-size: 24px;
	}

	.footer-tel .tel-text {
		font-size: 40px;
	}

	.copy {
		padding-top: 28px;
	}
}

/*=======================================
	HOME
=========================================*/

/*=======================================
	top-visual
=========================================*/
.top-visual {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 32px;
	padding: 0 15px;
}

.top-visual-navibar {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}

.top-visual-navibar ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100px;
	width: 100%;
}

.top-visual-navibar li {
	height: 100%;
	width: 100%;
}

.top-visual-navibar li a {
	height: 100%;
	width: 100%;
	padding-top: 24px;
	display: block;
}

.top-visual-navibar li a:hover {
	background-color: var(--subcolor09);
	transition: 0.3s;
}

.top-visual-title-border {
	border-bottom: 1px solid var(--subcolor10);
	position: absolute;
	right: 0;
	width: 295px;
}

@media (min-width: 768px) {
	.top-visual {
		margin-top: 50px;
		margin-bottom: 54px;
		padding: 0;
	}
}

@media (min-width: 992px) {
	.top-visual {
		margin-bottom: 103px;
	}

	.top-visual-title-border {
		width: 670px;
	}
}

.page-title {
	top: 75px;
	display: inline-block;
	border-bottom: 1px solid;
	padding-bottom: 7px;
}

.page-title-border {
	top: 90px;
}

.content-top-title.title-eng {
	top: 80px;
	font-size: 16px;
	font-weight: 600;
	padding-right: 15px;
}

.page-title .title-decoration {
	margin-right: 2px;
}

.page-title-block {
	margin-right: 2px;
	border-radius: 3px;
	padding: 2px;
	background-color: var(--maincolor02);
}

.page-title .page-title-block .title-decoration {
	margin-right: 0;
	border-radius: 0;
	padding: 0;
	background-color: transparent;
}

.page-title .another-color .title-decoration {
	background-color: var(--subcolor03);
}

.top-visual-content {
	position: relative;
	background: linear-gradient(rgba(81, 90, 90, 0) 0%, rgba(81, 90, 90, 0.6) 100%);
	width: 100%;
	height: 170px;
	top: 175px;
}

.content-top-title-container {
	position: relative;
	height: 150px;
	background: linear-gradient(rgba(81, 90, 90, 0) 0%, rgba(81, 90, 90, 0.6) 100%);
	top: 120px;
	text-align: right;
}

@media (min-width: 768px) {
	.top-visual-content {
		width: 720px;
	}
}

@media (min-width: 992px) {
	.top-visual-content {
		width: 100%;
		height: 270px;
		top: 280px;
	}

	.content-top-title-container {
		height: 200px;
		top: 110px;
	}

	.page-title {
		top: 80px;
	}

	.content-top-title.title-eng {
		top: 90px;
		font-size: 19px;
		padding-right: 40px;
	}

	.time-table-header {
		width: 100%;
		max-width: 510px;
		padding: 10px 10px;
		margin-left: 0px;
		position: relative;
	}
}

/* --------------------------------- band */
.h-band {
	position: relative;
	text-align: right;
	z-index: 1;
	top: 94px;
}

.content-top-title {
	margin: 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 18px;
	color: var(--subcolor10);
	text-align: right;
	padding-right: 10px;
	position: relative;
}

.container-brand-area {
	width: 100%;
	display: inline-block;
}

.top-visual .content-top-title {
	padding-right: 10px;
}

.top-visual .content-top-title:first-child {
	display: inline-block;
	border-bottom: 1px solid;
	padding-bottom: 2px;
}
.container-brand:hover {
	opacity: 0.7;
	transition: 0.3s;
}

@media (min-width: 576px) {
	.container-brand-area {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container-brand-area {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.h-band {
		top: 120px;
	}

	.content-top-title {
		font-weight: 600;
		font-size: 2.5rem;
		padding-right: 30px;
	}

	.top-visual .content-top-title {
		padding-right: 50px;
	}

	.container-brand-area {
		max-width: 1100px;
	}

	.top-visual .content-top-title:first-child {
		padding-bottom: 4px;
	}
}

/*=======================================
	time-table
=========================================*/
.time-table-header {
	display: flex;
	position: absolute;
	bottom: 0;
	flex-direction: column;
	background: var(--subcolor10);
	width: 630px;
	padding: 20px 40px;
	margin-left: 50px;
}

table.time-table {
	margin-bottom: 10px;
	width: 100%;
}

table.time-table th {
	width: 62px;
	text-align: center;
	color: var(--subcolor03);
	padding: 10px 5px;
	border-left: 1px solid var(--subcolor07);
}

table.time-table th:first-child {
	width: 22%;
	border-left: 0;
}

table.time-table th.sat {
	color: var(--othercolor03) !important;
}

table.time-table th.sun {
	color: var(--othercolor01) !important;
}

table.time-table td {
	text-align: center;
	border-left: 1px solid var(--subcolor07);
	padding: 10px 10px;
}

table.time-table tbody tr {
	border-top: 1px solid var(--subcolor07);
}

.time-table-footer {
	bottom: 0;
	flex-direction: column;
	background: transparent;
	max-width: 565px;
	width: 100%;
}

.time-table-footer table.time-table th {
	color: var(--subcolor05);
	font-weight: 400;
}

.time-table-footer .time {
	font-size: 15px;
}

.time-table-footer .text {
	font-size: 12px;
}

.footer-online {
	position: absolute;
	right: 0;
	padding-right: 15px;
	padding-left: 15px;
}

.footer-online a {
	width: 200px;
}

@media (min-width: 768px) {
	.footer-meta .company .logo {
		margin: auto;
	}
	.time-table-footer {
		margin: auto;
	}
}

@media (max-width: 991px) {
	table.time-table {
		margin-bottom: 20px;
	}
	.footer .container {
		max-width: none;
		padding-bottom: 10px;
	}

	.footer-meta .company .logo {
		margin-bottom: 10px;
		max-width: 170px;
	}

	.footer-navi ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
		border-top: 1px solid var(--subcolor07);
		display: block;
	}

	.footer-navi a {
		display: inline-block;
		border-bottom: 1px solid var(--subcolor07);
		background: transparent url(../images/icon-arrow-right-blue.svg) 99% center no-repeat;
		background-size: 6.74px 12.07px;
		padding: 1.3rem 0.5rem;
		width: 100%;
		color: var(--maincolor02);
		text-decoration: none;
		font-weight: 400;
		font-size: 14px;
	}

	.footer-online {
		display: block;
		position: relative;
		bottom: 0;
		padding: 0;
	}

	.footer-online a {
		width: 100%;
		max-width: 500px;
	}

	.footer-contact a {
		width: 100%;
		max-width: 500px;
	}

	.time-table-footer {
		max-width: 565px;
	}

	table.time-table td div {
		display: none;
	}

	.time-table-footer table.time-table th.subcolor2 {
		color: var(--subcolor02);
		font-weight: 500;
	}

	.footer-meta .time-table-text .time {
		margin-bottom: 0;
	}
}

.time-table-header .footer-online {
	display: none;
}

table.time-table .time {
	text-align: center;
}

.time-table-header .time {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

.time-table-header .text {
	text-align: center;
	font-size: 12px;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.time-table-header {
		width: 100%;
		max-width: 510px;
		padding: 10px 10px;
		margin-left: 0px;
		position: relative;
	}
}

.time-table-contents table.time-table th {
	font-weight: 400;
}

.time-table-contents .time-table th:first-child {
	font-weight: 400;
}

.time-table-contents table.time-table th.clock {
	font-weight: 400;
}

.time-table-contents table.time-table td {
	border-left: 1px solid var(--subcolor07);
}

.time-table-contents table.time-table tbody tr {
	border-top: 1px solid var(--subcolor07);
}

.time-table-contents .time {
	margin-top: 15px;
	color: var(--subcolor02);
	font-weight: 400;
	font-size: 15px;
}

.time-table-contents .text {
	color: var(--subcolor02);
	font-size: 12px;
}

@media (min-width: 992px) {
	.time-table-contents {
		padding-left: 50px;
	}
	.time-table-contents table.time-table th {
		font-weight: 400;
	}

	.time-table-contents .time {
		margin-top: 25px;
		font-size: 18px;
	}
	.footer-meta .company .logo {
		margin-bottom: 30px;
		max-width: 315px;
		margin-right: auto;
		margin-left: 0;
	}
}

.select-timetable .time-table-contents .time-table th:first-child {
	background-color: var(--subcolor08);
}

.select-timetable .time-table-contents table.time-table th {
	background-color: var(--subcolor08);
	border-left: 1px solid var(--subcolor10);
}

.select-timetable .time-table-contents table.time-table td {
	background-color: var(--subcolor09);
	border-left: 1px solid var(--subcolor10);
}

.select-timetable .time-table-contents table.time-table tbody tr {
	border-top: 1px solid var(--subcolor10);
}

/*=======================================
	titel
=========================================*/
.titel-area {
	text-align: left;
}

@media (min-width: 1200px) {}

.titel-area h2.title {
	font-size: 24px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.titel-area h2.title {
		font-size: 32px;
	}
}

.titel-area h3.title {
	font-size: 18px;
}

.title-eng {
	font-family: Baskerville;
}

.titel-area .title-eng {
	font-size: 16px;
	color: var(--subcolor05);
	display: block;
	margin-bottom: 10px;
}

.titel-area .header3-title-eng {
	font-size: 11px;
}

@media (min-width: 992px) {
	.titel-area h3.title {
		font-size: 24px;
	}

	.titel-area .title-eng {
		display: block;
		margin-bottom: 10px;
		font-size: 19px;
	}

	.titel-area .header3-title-eng {
		font-size: 16px;
	}
}

/*=======================================
	map
=========================================*/
.section-map {
	padding-bottom: 94px;
}

.section-map .company {
	text-align: left;
	margin-top: 15px;
	line-height: 1.8;
}

.map-area {
	width: 100%;
	margin: 0 auto;
}

.map-area iframe {
	max-width: 100%;
	width: 100%;
	height: 222px;
}

.map-btn-position {
  text-align: center;
}

.section-map .company .yuubin {
  padding-right: 10px;
}
@media (min-width: 992px) {
	.section-map .company {
		margin-top: 40px;
	}
	.map-area iframe {
		max-width: 100%;
		width: 100%;
		height: 336px;
	}
	.map-btn-position {
		text-align: right;
		margin-top: 18px;
	}

	.map-btn {
		max-width: 315px;
		width: 100%;
	}
}

/*=======================================
	greetings
=========================================*/

.section-greetings .container {
	width: 100%;
}

.greeting-text-area {
	margin: 50px;
	width: 100%;
}

.greetings-image {
	width: 100%;
	padding-bottom: 30px;
	padding-right: 15px;
}

.greetings-image img {
	z-index: 1;
	position: relative;
	margin-left: 30px;
}

.section-greetings .greeting-area .titel-area {
	margin-top: 30px;
	margin-left: 15px;
}

.section-greetings .greeting-area p.text {
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
.greetings-reserve-sp {
	display: flex;
	flex-direction: column-reverse;
}
.greetings-img {
	width: 100%;
	margin-top: 0;
}
.greetings-container {
	padding-top: 30px;
	padding-left: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin: auto;
	padding-bottom: 20px;
}
.greetings-title {
	padding-left: 15px;
}

@media (min-width: 992px) {
	.greetings-title {
		padding-left: 0;
	}
 .greetings-reserve-sp {
	display: flex;
	flex-direction: row;
  }
	.greetings-container {
		padding-top: 50px;
		padding-left: 65px;
		padding-bottom: 50px;
	}
	.greetings-image {
		padding-right: 0;
		padding-bottom: 0;
		margin-left: 5px;
	}
	.greetings-image img {
		max-width: 475px;
		width: 100%;
		margin-top: -154px;
	}
}

/*=======================================
	section-pagelist
=========================================*/
.section-pagelist .title {
	margin-top: 10px;
}

.section-pagelist .titel-area .title-eng {
	font-size: 11px;
}

.pagelist-page-image:hover {
	opacity: 0.7;
	transition: 0.3s;
}

@media (min-width: 992px) {
	.pagelist-container {
		max-width: 1130px;
	}

	.section-pagelist .title {
		margin-top: 15px;
	}

	.section-pagelist .titel-area .title-eng {
		font-size: 16px;
	}
}

/*=======================================
	philosophy
=========================================*/

/*=======================================
	staff-1
=========================================*/
.section-staff-1 .container .row {
	display: contents;
}

.staff-1-image-container {
	padding-left: 0;
}

.staff-1-text-container {
	padding: 20px 15px;
}

.staff-1-image {
	width: 100%;
	padding-right: 15px;
}

.capacity-name img {
	vertical-align: text-bottom;
}

.icon-check-round {
	vertical-align: text-top;
	margin-right: 2px;
}

@media (min-width: 992px) {
	.section-staff-1 .container .row {
		display: flex;
	}

	.staff-1-image-container {
		padding-right: 0;
		padding-left: 0;
	}

	.staff-1-image {
		padding-right: 0;
	}

	.staff-1-text-container {
		padding: 30px 50px 30px 80px;
	}
}

/*=======================================
	staff-2
=========================================*/
.staff-2-list-container {
	display: contents;
}

.staff-2-item-container {
	margin-bottom: 40px;
	width: 100%;
}

.staff-2-item-first-container {
	margin-bottom: 60px;
}

.staff-2-image img {
	width: 100%;
	padding-right: 30px;
}

.staff-2-text {
	padding: 0 15px 20px 15px;
}

@media (min-width: 992px) {
	.staff-2-list-container {
		display: flex;
	}

	.staff-2-item-container {
		width: calc(50% - 50px * 1 / 2);
		margin-bottom: 0;
	}

	.staff-2-item-first-container {
		margin-right: 50px;
		margin-bottom: 0;
	}

	.staff-2-image img {
		padding-right: 125px;
	}

	.staff-2-text {
		padding: 0 30px 50px 50px;
	}
}

/*=======================================
	staff-3
=========================================*/
.staff-3-list-container {
	display: contents;
}

.staff-3-image {
	padding-left: 0;
}

.staff-3-image img {
	width: 100%;
	padding-right: 55px;
}

.staff-3-text {
	padding-top: 30px;
	padding-bottom: 20px;
}

@media (min-width: 992px) {
	.staff-3-list-container {
		display: flex;
	}

	.staff-3-item-container {
		width: calc((100% - 100px)/3);
	}

	.staff-3-image img {
		padding-right: 32px;
	}
}

/*=======================================
	features
=========================================*/
@media (min-width: 992px) {
	.features-image {
		margin-top: -105px;
		margin-left: 35px;
	}
	.features-image img {
		width: 500px;
	}
}

/*=======================================
	features-child
=========================================*/
@media (min-width: 992px) {
	.features-child-image {
		margin-top: -84px;
		margin-left: 35px;
	}
	.features-child-image img {
		width: 500px;
	}
}
/*=======================================
	appointment
=========================================*/
.appointment-border {
	border-right: 0;
	border-bottom: 1px solid var(--subcolor06);
}

@media (min-width: 992px) {
	.appointment-border {
		border-right: 1px solid var(--subcolor06);
		border-bottom: 0;
	}
}

.appointment-online .btn {
	align-items: center;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	display: inline-flex;
	position: relative;
	justify-content: center;
	margin-right: 20px;
}

.appointment-box {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 992px) {
	.appointment-box {
		margin-left: 50px;
		margin-right: 0;
		max-width: 1050px;
		width: 100%;
	}
	.appointment-online .btn {
		width: 300px;
		height: 90px;
	}

	.appointment-online .btn::after {
		top: 38px;
	}
}

.appointment-online .qr-image {
	align-items: center;
	vertical-align: middle;
	display: inline-flex;
	position: relative;
	justify-content: center;
	width: 90px;
}

.appointment-tel img {
	vertical-align: baseline;
	margin-right: 5px;
}

.icon-check-square {
	vertical-align: baseline;
	margin-right: 8px;
}

/*=======================================
	subject
=========================================*/
@media (min-width: 992px) {
	.subject-image {
		margin-left: 36px;
		margin-top: -104px;
	}
}

/*=======================================
	route
=========================================*/
.section-route {
	counter-reset: number 0;
}

.route-image {
	margin: 0 auto;
	position: relative;
}

/* ラベル部分 */
.route-image::before {
	content: "";
	top: 0;
	right: 0;
	border-top: 2em solid var(--maincolor04);
	border-left: 2em solid var(--maincolor04);
	position: absolute;
	z-index: 100;
}

.route-image::after {
	counter-increment: number 1;
	content: counter(number);
	display: block;
	top: 3px;
	right: 11px;
	position: absolute;
	z-index: 101;
	font-size: 18px;
	color: var(--subcolor10);
}

@media (min-width: 992px) {
	.route-image::before {
		border-top: 4em solid var(--maincolor04);
		border-left: 4em solid var(--maincolor04);
	}

	.route-image::after {
		top: 9px;
		right: 22px;
		font-size: 26px;
	}
}

/*=======================================
	content-top
=========================================*/
.content-top {
	position: relative;
	text-align: center;
	padding: 0 15px;
}

.content-top .container-outer {
	height: 270px;
	background-size: 250%;
	background-position: right 35% top 50%;
}

.content-top ol.breadcrumb li {
	color: var(--subcolor10);
}

.content-top ol.breadcrumb li a {
	color: var(--subcolor10);
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.content-top .breadcrumb-item+.breadcrumb-item::before {
	color: var(--subcolor10);
}

.container-outer {
	width: 100%;
	display: inline-block;
	background-size: cover;
	background-position: center;
}

.top-visual .container-outer {
	height: 345px;
}

.container-brand {
	background-color: var(--subcolor10);
	width: 160px;
	height: 176px;
	text-align: center;
	z-index: 10000;
	position: absolute;
}

.container-logo {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: center;
}

.container-logo img {
	width: 140px;
}

.container-brand .container-text {
	font-size: 10px;
	line-height: 16px;
	color: var(--subcolor02);
	width: 140px;
	margin: 2px 15px 0 5px;
}

.container-brand .container-tel {
	font-weight: 500;
	margin-top: 12px;
	margin-right: 10px;
}

.container-brand .container-tel .tel-title {
	font-size: 12px;
	color: var(--subcolor02);
}

.container-brand .container-tel .tel-text {
	font-size: 18px;
	color: var(--subcolor02);
}

@media (min-width: 576px) {
	.container-outer {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container-outer {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.content-top {
		padding: 0;
		max-width: 960px;
		margin: 0 auto;
	}

	.container-outer {
		max-width: 960px;
	}

	.top-visual .container-outer {
		max-width: 1100px;
		height: 550px;
	}

	.content-top .container-outer {
		background-size: cover;
		max-width: 1100px;
		height: 310px;
	}

	.top-visual-navibar {
		max-width: 960px;
	}

	.container-brand {
		width: 280px;
		height: 280px;
	}

	.container-logo {
		width: 245px;
		padding: 40px 0 17px 35px;
	}

	.container-logo img {
		width: 245px;
	}

	.container-brand .container-text {
		width: 198px;
		margin: 0 auto;
	}

	.container-brand .container-tel {
		margin-top: 30px;
		margin-right: 0;
	}

	.container-brand .container-tel .tel-title {
		font-size: 15px;
	}

	.container-brand .container-tel .tel-text {
		font-size: 24px;
	}

	.container-outer {
		background-position: right 0 top 17%;
	}
}

@media (min-width: 1200px) {
	.container-outer {
		max-width: 1100px;
	}

	.top-visual-navibar {
		max-width: 1100px;
	}

	.content-top {
		max-width: 1100px;
	}
}

/*=======================================
	sidebar
=========================================*/
.sidebar li {
	font-size: 15px;
	line-height: 27px;
	color: var(--maincolor02);
}

.side-title img {
	vertical-align: text-bottom;
}

@media (max-width: 991px) {
	.sidebar {
		margin-top: 100px;
	}

	.sidebar li {
		padding: 13px 40px 13px 0;
		border-bottom: 1px solid var(--subcolor07);
		position: relative;
	}

	.sidebar li a {
		padding: 0.4rem 0.5rem;
		width: 100%;
		text-decoration: none;
		font-weight: 400;
		font-size: 14px;
	}

	.sidebar ul li:after {
		content: "";
		position: absolute;
		right: 20px;
		top: 35%;
		width: 8px;
		height: 8px;
		border-top: 1px solid;
		border-right: 1px solid;
		border-color: var(--maincolor02);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.sidebar ul {
		padding-left: 0;
		border-top: 1px solid var(--subcolor07);
		list-style-type: none;
	}

	.side-title img {
		width: 18px;
		height: 18px;
	}
}

@media (min-width: 992px) {
	.sidebar ul {
		list-style-image: url(../images/icon-list.svg);
		margin-bottom: 100px;
	}

	.sidebar li {
		padding-top: 17px;
	}

	.sidebar li li {
		line-height: 22px;
	}

	.side-title img {
		width: 24px;
		height: 24px;
	}
}

/*=======================================
	share-btns
=========================================*/
.post-sns-wrapper {
	margin-top: 100px;
}

@media (min-width: 992px) {
	.post-sns-wrapper {
		margin-top: 94px;
	}
}

.share-btns {
	width: 100%;
	margin-bottom: 100px;
}

.share-btns>ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding-left: 0;
}

li.share-btn {
	flex-grow: 1;
	width: 33%;
	height: 60px;
	margin-right: 1px;
	list-style: none;
}

li.share-btn a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: var(--subcolor10);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 15px;
}

li.share-btn a.share-link::after {
	content: none !important;
}

@media (max-width: 991px) {
	li.share-btn a.share-link::after {
		content: none !important;
	}

	li.share-btn {
		height: 80px;
	}

	li.share-btn a {
		flex-direction: column;
	}
}

li.share-btn a>.btn-icon {
	margin-right: 10px;
	height: 19px;
}

@media (max-width: 991px) {
	li.share-btn a>.btn-icon {
		margin-right: 0;
		margin-bottom: 5px;
	}
}

li.share-btn a>.btn-text {
	font-size: 0.875rem;
}

li.facebook {
	background-color: #295396;
}

li.twitter {
	background-color: #1da1f2;
}

li.line {
	background-color: #06c755;
}

h3.icon-share {
	color: var(--subcolor02);
	margin-bottom: 30px;
	font-weight: normal !important;
}

.icon-share img {
	vertical-align: text-top;
}

/*=======================================
	post
=========================================*/
.blog-top {
	text-align: center;
}

.blog-top-single {
	margin-top: 60px;
}

h2.post-title {
	font-size: 18px;
	color: var(--maincolor01);
}

.titel-area .post-meta {
	margin-bottom: 60px;
}

.post-content {
	margin-bottom: 70px;
	color: var(--subcolor02);
}

.post-content h2 {
	position: relative;
	width: 100%;
	margin: 30px auto 30px;
	font-size: 22px;
	line-height: 34px;
	font-weight: bold;
	border-left: 4px solid var(--maincolor01);
	padding-left: 10px;
}

.post-content h3 {
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 24px;
}

.post-content .has-text-align-center {
	text-align: center;
}

.post-content p {
	margin-bottom: 30px;
	line-height: 1.8;
}

.post-content p.small {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}

.post-content ul {
	margin-bottom: 30px;
	line-height: 1.8;
}

.post-content ol {
	margin-bottom: 30px;
}

.post-content blockquote {
	position: relative;
	padding: 24px 30px 18px 50px;
	margin-bottom: 30px;
	border: 1px solid var(--subcolor07);
}

.post-content blockquote:before {
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 15px;
	content: "“";
	color: var(--subcolor07);
	font-size: 32px;
}

.post-content blockquote:after {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 15px;
	content: "”";
	color: var(--subcolor07);
	font-size: 32px;
}

.post-content blockquote p {
	margin-bottom: 0;
}

.post-content ul {
	list-style-image: url(../images/icon-sidebar-list.svg);
}

.post-content a[target="_blank"] {
	position: relative;
}

.post-content a[target="_blank"]:after {
	content: "";
	background: transparent url(../images/icon-link-blank.svg) center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 25px;
	vertical-align: bottom;
	margin-left: 2px;
}
.post-content a {
  position: relative;
}

.post-content a:after {
  content: "";
  background: transparent url(../images/icon-link-blank.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 25px;
  vertical-align: bottom;
  margin-left: 2px;
}

.post-content table {
	margin-bottom: 30px;
	width: 100%;
}

ul li::marker {
	color: var(--subcolor06);
	display: inline-block;
}

.post-content table.has-fixed-layout {
	table-layout: fixed;
}

.post-content table tr td {
	padding: 10px;
	border: 1px solid var(--subcolor10);
	background-color: var(--subcolor09);
}

.post-content table th {
	padding: 10px;
	border: 1px solid var(--subcolor10);
	text-align: center;
}

.post-content table thead {
	background-color: var(--subcolor08);
	font-weight: 600;
}

.post-content table tr td:first-child {
	background-color: var(--subcolor08);
	font-weight: bold;
	width: 35%;
}

.post-content table tr:first-child td strong {
	background-color: var(--subcolor08);
	text-align: center;
	color: var(--subcolor02);
	font-weight: bold;
	display: block;
	margin: -10px -10px;
	padding: 10px 15px;
}

@media (min-width: 992px) {
	.blog-container {
		max-width: 1130px;
	}

	.blog-top-single {
		margin-top: 100px;
	}

	h2.post-title {
		font-size: 24px;
		font-weight: bold;
	}

	.post-content h3 {
		line-height: 34px;
		font-size: 22px;
	}

	.post-content h2 {
		font-size: 24px;
		line-height: 36px;
	}

	.post-text {
		line-height: 1.8;
	}
}

/*----------------------------------------end of post-content */
.post-date {
	color: var(--subcolor05);
}

.post-card {
	margin-bottom: 50px;
	padding-bottom: 30px;
	position: relative;
}

.post-card:after {
	content: "";
	border-bottom: 1px solid var(--subcolor07);
	position: absolute;
	width: 110%;
	margin-left: -50px;
	bottom: 0;
}

@media (max-width: 991px) {
	.post-card:after {
		width: 100%;
		margin-left: 0;
	}
}

.post-more {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media (max-width: 991px) {
	.post-more {
		justify-content: center;
	}
}

.post-more a {
	width: 150px;
	height: 40px;
	color: var(--subcolor10);
	background-color: var(--subcolor05);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}

@media (max-width: 991px) {
	.post-more a {
		width: 95%;
		height: 60px;
	}
}


.post-pagings {
	width: 100%;
	height: 60px;
}

.post-pagings>ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding-left: 0;
}

li.post-paging-btn {
	flex-grow: 1;
	width: 33%;
	height: 100%;
	margin-right: 1px;
	list-style: none;
}

li.post-paging-btn a {
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: var(--subcolor10);
	font-size: 15px;
	background-color: var(--subcolor05);
	text-decoration: none;
}
li.post-paging-btn a:hover {
	color: var(--subcolor02);
	background-color: var(--subcolor08);
	box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}

li.post-paging-btn a::after {
	display: inline-block;
	width: 30px;
	height: 7px;
	position: absolute;
	top: 23px;
	right: 10px;
	content: " ";
	background-color: transparent;
	background-image: url(../images/btn-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.3s;
}

li.post-paging-btn a:hover:after {
	right: -5px;
	background-image: url(../images/btn-gray-arrow.svg);
	transition: 0.3s;
}

li.post-paging-btn.prev {
	margin-right: 20px;
}

li.post-paging-btn.next {
	margin-left: 20px;
}

@media (max-width: 991px) {
	li.post-paging-btn a::after {
		width: 14px;
		background-image: url(../images/btn-arrow-mini.svg);
	}

	li.post-paging-btn.prev {
		margin-right: 5px;
	}

	li.post-paging-btn.next {
		margin-left: 5px;
	}
}

.date img {
	vertical-align: text-bottom;
}

.category img {
	vertical-align: text-bottom;
}

.category-list+.category-list:before {
	display: inline-block;
	padding-right: 0.3rem;
	color: var(--subcolor03);
	content: ",";
}

.category-list+.category-list {
	padding-left: 0.3rem;
}

/* クラシックエディター用CSS調整 */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	display: block;
	margin-left: auto;
}

.alignleft {
	display: block;
	margin-right: auto;
}

.wp-caption,
[class*='wp-image'] {
	display: block;
	max-width: 100% !important;
	margin-top: 1.5em;
	text-align: center;
}

.wp-caption-text {
	margin-top: 0;
}

/*ローディングが表示されるエリアの設定*/
#infscr-loading {
	width: 100%;
	text-align: center;
	margin: 20px auto;
}

#infscr-loading img {
	width: 70px;
	/*ローディング画像のサイズ*/
}

.pagination {
	justify-content: center;
}

.pagination .pagerdot {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.pagination .pager {
	color: var(--subcolor10);
	background-color: var(--subcolor05);
	width: 50px;
	height: 50px;
	margin: 0px 2px;
	padding: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-shadow: 0 2px 2px 0 rgba(73, 86, 94, 0.14), 0 3px 1px -2px rgba(73, 86, 94, 0.2),
		0 1px 5px 0 rgba(73, 86, 94, 0.12);
}

.pagination .current.pager {
	background-color: var(--maincolor03);
}

/*=======================================
	modalArea
=========================================*/
.modalArea {
	visibility: hidden;
	/* displayではなくvisibility */
	opacity: 0;
	position: fixed;
	z-index: 10;
	/* サイトによってここの数値は調整 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 880px;
	height: 100%;
	padding: 50px 0px 70px;
	background-color: transparent;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

@media (max-width: 991px) {
	.modalWrapper {
		width: calc(100% - (40px));
	}
}

.modalWrapper::-webkit-scrollbar {
	display: none;
}

.closeModal {
	position: absolute;
	top: 50px;
	right: 0rem;
	cursor: pointer;
	font-size: 30px;
	font-weight: bold;
	color: var(--subcolor10);
}

.closeModal:hover {
	opacity: 0.7;
}

.is-show {
	visibility: visible;
	opacity: 1;
	z-index: 10001;
}

.modalContents_Box {
	background-color: var(--subcolor10);
	padding: 20px 40px 30px;
}

@media (max-width: 991px) {
	.modalContents_Box {
		padding: 10px 20px 10px;
	}
}

.modalContents_Box h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin-top: 10px;
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	.modalContents_Box h3 {
		font-size: 18px;
		line-height: 30px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
}

.modalContents_Box h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 31px;
	margin-top: 20px;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.modalContents_Box h4 {
		font-size: 15px;
		line-height: 28px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
}

.modalContents_Box p {
	font-size: 14px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}

@media (max-width: 991px) {
	.modalContents_Box p {
		font-size: 13px;
		line-height: 26px;
	}
}

.modalContents_close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: calc(100% - (80px));
	max-width: 880px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 50px;
}

.modalContents_close_Button {
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 86px;
	width: 215px;
	height: 50px;
	font-size: 0.75rem;
	text-decoration: none;
	color: var(--subcolor10);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.modalContents_close .btn-arrow:after {
	top: 21px;
}

.modalContents_close_Button:hover {
	opacity: 0.7;
}

.modalContents_close_Button span {
	position: absolute;
	font-size: 20px;
	top: 30%;
	right: 0px;
	width: 30px;
	height: 4px;
	opacity: 0.7;
	-webkit-transform: translateY(-50%) scaleX(1);
	transform: translateY(-50%) scaleX(1);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

#openButton {
	color: var(--maincolor01);
	cursor: pointer;
}

/*=======================================
	form
=========================================*/
.section-contact {
	font-size: 15px;
	padding-top: 80px;
	padding-bottom: 93px;
}
.section-contact-complete {
	padding-top: 10px;
	padding-bottom: 96px;
}
.contact-complete-breadcrumb {
	padding-top: 100px;
}

.section-contact .titel-area {
	display: flex;
	flex-flow: column-reverse;
}

.section-contact h2.title {
	font-size: 40px;
}
.section-contact-complete h2.title {
	font-size: 40px;
}

.form-contents {
	padding-top: 10px;
}

.form-contents table {
	width: 100%;
	margin-bottom: 30px;
}

.form-contents th {
	width: 30%;
	padding: 10px 20px;
	background-color: var(--subcolor08);
	border-right: 1px solid var(--subcolor10);
	font-size: 15px;
	color: var(--subcolor03);
}

.form-contents td {
	width: 70%;
	padding: 10px 20px;
	background-color: var(--subcolor09);
}

.form-contents tr {
	border-bottom: 1px solid var(--subcolor10);
}

.form-contents tr:last-child {
	border-bottom: 0px;
}

.form-contents th .required-label {
	padding: 2px 7px;
	margin-right: 5px;
	font-weight: normal;
	border: 1px solid var(--othercolor01);
	position: relative;
	top: -1px;
	color: var(--othercolor01);
	font-size: 10px;
}

.form-contents th .optional-label {
	padding: 2px 7px;
	margin-right: 5px;
	border: 1px solid var(--subcolor05);
	font-weight: 500;
	font-size: 10px;
	color: var(--subcolor02);
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--subcolor02);
	background-color: var(--subcolor10);
	background-clip: padding-box;
	border: 1px solid var(--subcolor06);
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-check {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.form-check-block {
	display: inline-block;
	text-align: left;
}

.form-check-block .error {
	margin-left: -26px;
}

.form-contents .form-date-control-box {
	position: relative;
}

.form-contents .form-date-control-box::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 10px;
	right: 10px;
	background-size: 100% 100%;
	background-image: url(../images/icon-date-2.svg);
}

.mw_wp_form_confirm .form-contents .form-date-control-box::after {
	display: none;
}

.datepicker {
	z-index: 10000;
}
.form-contents .form-gender-control {
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-contents .btn-confirm-box {
	display: block;
	position: relative;
}

.form-contents .btn-confirm-box.btn-arrow:after {
	top: 30px;
}

.mw_wp_form_input .form-contents .btn-back-box {
	display: none;
}

.mw_wp_form_confirm .form-contents .btn-back-box {
	display: block;
	position: relative;
}

.form-contents .btn-back-box.btn-arrow:after {
	top: 30px;
}

.mw_wp_form .error {
	position: absolute;
	margin-top: -23px;
	border: 1px solid var(--othercolor01);
	color: var(--othercolor01);
	font-size: 12px !important;
	padding: 1px 5px;
	z-index: 0;
}

.mw_wp_form .error:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 3%;
	border: 5px solid transparent;
	border-top: 6px solid var(--othercolor01);
}

.form-checks-required {
	gap: 20px;
	display: flex;
	justify-content: center;
}

.form-checks-required .btn {
	width: 300px;
}

.formーerror .form-control {
	background-color: var(--othercolor02);
}

.mw_wp_form_input .input-hidden {
	display: none;
}

.mw_wp_form_confirm .confirm-hidden {
	display: none;
}

.form-checks-required .btn input {
	display: inline-block;
}

.formーerror input[type="checkbox"].form-check-input:before {
	content: "";
	background: var(--othercolor02);
	position: absolute;
	width: 13px;
	height: 13px;
	border: 1px solid var(--subcolor06);
	border-radius: 2px;
	display: flex;
}

.formーerror input[type="checkbox"].form-check-input:checked:before {
	content: "";
	background: transparent;
	border: 0;
}

@media (max-width: 991px) {
	.section-contact {
		padding-top: 70px;
	}
	.section-contact-complete {
		padding-top: 0;
	}
	.section-contact h2.title {
		font-size: 24px;
	}
	.section-contact-complete h2.title {
		font-size: 24px;
	}
	.contact-complete-breadcrumb {
		padding-top: 60px;
	}

	.form-contents th {
		display: block;
		width: 100%;
		border-right: 0;
	}

	.form-contents td {
		display: block;
		width: 100%;
		z-index: -1;
	}

	.form-checks-required {
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
		gap: 4px;
	}

	.form-contents .btn-confirm-box.btn-arrow:after {
		right: 30px;
	}

	.form-contents .btn-back-box.btn-arrow:after {
		right: 30px;
	}
}

/*=======================================
	recruitment
=========================================*/
.recruitmentposts-link {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	text-align: center;
	flex-wrap: wrap;
	margin: 30px 0;
}

@media (max-width: 991px) {
	.recruitmentposts-link {
		border-top: 1px solid var(--subcolor07);
	}
}

.recruitmentposts-linkーitem {
	width: 100%;
	border-bottom: 1px solid var(--subcolor07);
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.recruitmentposts-linkーitem {
		width: calc(100% / 3);
		border-right: 1px solid var(--subcolor07);
	}
}

.recruitmentposts-linkーitem:nth-child(3n) {
	border-right: 0;
}

.recruitmentposts-linkーitem a {
	display: block;
	padding: 14px 0;
	font-size: 15px;
}

.recruitmentposts-linkーitem a:hover {
	background-color: var(--subcolor09);
	color: var(--maincolor02);
	transition: 0.3s;
}

.recruitmentposts-linkーarrow {
	width: 9px;
	height: 9px;
	position: relative;
	left: 48.7%;
	border-top: 5px solid var(--maincolor02);
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	margin-top: 5px;
}

.recruitment-contents {
	padding-top: 10px;
}

.recruitment-contents table {
	width: 100%;
	margin-bottom: 30px;
}

.recruitment-contents tr {
	border-bottom: 1px solid var(--subcolor10);
}

.recruitment-contents th {
	width: 35%;
	padding: 10px 20px;
	background-color: var(--subcolor08);
	border-right: 1px solid var(--subcolor10);
	font-size: 15px;
	color: var(--subcolor03);
	text-align: center;
}

.recruitment-contents td {
	width: 70%;
	padding: 10px 20px;
	background-color: var(--subcolor09);
}

.recruitment-contents tr:last-child {
	border-bottom: 0px;
}

.recruitment-contents-check {
	display: block;
	text-align: center;
}

.recruitment-post {
	margin-top: 28px;
	margin-bottom: 100px;
}
.recruitment-contents-check .btn {
	padding: 1.1rem 4.6rem;
	width: 325px;
}
.recruitment-top-single {
	margin-top: 64px;
	padding-left: 15px;
}
.recruitment-single-content {
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.recruitment-contents table {
		margin-bottom: 60px;
	}
	.recruitment-contents th {
		width: 26%;
	}
	.recruitment-contents-check {
		gap: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.recruitment-title {
		margin-top: 76px;
	}
	.recruitment-post {
		margin-top: 40px;
		margin-bottom: 90px;
	}
	a.tel {
		color: var(--subcolor02);
	}
	.recruitment-top-single {
		margin-top: 100px;
		padding-left: 0;
	}
	.recruitment-single-content {
		margin-bottom: 0;
	}
}


/*=======================================
	404
=========================================*/
.section-404 {
	font-size: 15px;
	padding-top: 60px;
	padding-bottom: 100px;
}

@media (min-width: 992px) {
	.section-404 {
		padding-top: 50px;
	}
}

/*=======================================
  strength
=========================================*/
.section-strength {
	padding-bottom: 80px;
}

.strength-image {
	margin-left: 15px;
	margin-right: 15px;
}

.strength-image img {
	z-index: 1;
	position: relative;
}

@media (min-width: 992px) {
	.strength-container {
		max-width: 1130px;
		width: 100%;
	}

	.section-strength {
		padding-bottom: 100px;
	}

	.strength-image {
		margin-left: 60px;
		margin-right: 0px;
	}
}

.strength-pb {
	padding-bottom: 40px;
}

@media (min-width: 992px) {
	.strength-pb {
		padding-bottom: 60px;
	}
}

@media (max-width: 991px) {
	.reverse-sp-strength {
		flex-flow: column;
		display: flex;
	}
}

/*=======================================
  partner
=========================================*/
.partner-item {
	display: flex;
	flex-direction: column;
}

.partner-image {
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}

.partner-image a img {
	max-width: 300px;
	width: 100%;
}

.partner-image a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
.partner-link {
	text-align: center;
}

.partner-link a {
	position: relative;
	display: inline-block;
}

.partner-link a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.partner-link a::after {
	content: "";
	background: transparent url(../images/icon-link-blank.svg) center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 25px;
	vertical-align: bottom;
	margin-left: 2px;
}

@media (min-width: 992px) {
	.partner-container {
		max-width: 1130px;
	}
}

/*=======================================
  map_top-page
=========================================*/
.section-map-top {
	padding-bottom: 90px;
}


.map-btn {
	max-width: 315px;
	width: 100%;
}

.clinic-address-top {
	margin: 5px 0;
}

.map-top {
	margin-top: 19px;
}

.map-top .yuubin {
	padding-right: 10px;
}

.map-top .tel a {
	color: var(--subcolor02);
}
.section-map .map-front .yuubin {
	padding-right: 10px;
}
@media (min-width: 992px) {
	.map-top-container {
		max-width: 1130px;
	}

	.map-top-area {
		max-width: 1110px;
	}

	.section-map-top {
		padding-bottom: 90px;
	}

	.clinic-address-top {
		margin: 5px 0;
	}

	.map-top {
		margin-top: 24px;
	}

	.map-top .yuubin {
		padding-right: 10px;
	}

	.map-top .tel a {
		color: var(--subcolor02);
	}
}

/*=======================================
  sns_top-page
=========================================*/
.section-sns {
	background-color: var(--subcolor08);
	padding-top: 30px;

}

@media (min-width: 992px) {
	.section-sns {
		padding-top: 43px;
		padding-bottom: 20px;
	}

	.share-btns-top {
		margin-bottom: 80px;
	}
}

/*=======================================
  case
=========================================*/
.case-top {
	padding-top: 60px;
}
.case-title {
	padding-left: 15px;
}
.case-content {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}
.case-heading {
	color: var(--maincolor02);
	text-decoration: none;
	display: inline-block;
}
.case-heading:hover {
	color: var(--maincolor03);
	text-decoration: none;
	background-color: rgba(var(--maincolor05), 0.1);
	transition: 0.3s;
}

.case-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	line-height: 1.8;
}

.case-reserve-sp {
	display: flex;
	flex-direction: column-reverse;
}
.case-img {
	width: 100%;
}
@media (min-width: 992px) {
	.case-top {
		padding-top: 60px;
	}
	.case-title {
		padding-left: 0;
	}
	.case-container {
		max-width: 1100px;
		width: 100%;
	}
	.case-content {
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 70px;
	}
	.case-reserve-sp {
		display: block;
	}
}
