@charset "UTF-8";
/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/

html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1;
}

div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
b,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark,
audio,
video,
a {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	font: inherit;
}

span,
small,
em,
time,
i {
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

a {
	color: inherit;
	text-decoration: none;
	border: medium;
}

a:-webkit-any-link:focus-visible {
	outline-offset: 1px;
}

:focus-visible {
	outline: -webkit-focus-ring-color auto 1px;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.8em;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
select {
	vertical-align: middle;
}

abbr[title],
dfn[title] {
	cursor: help;
}

del {
	text-decoration: line-through;
}

ins {
	font-style: oblique;
	text-decoration: none;
}

mark {
	background: transparent;
	font-style: normal;
}

img {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

th {
	font-weight: normal;
	text-align: left;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	appearance: none;
	font-size: inherit;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

::selection {
	background: #d4dcd6;
}

img,
video {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

html {
	font-size: 15px;
	scroll-behavior: smooth;
}

body,
html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	font-family: "Shippori Mincho B1", serif;
	color: #22201D;
	line-height: 1.8;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Shippori Mincho B1", serif;
	letter-spacing: 0.12em;
}

th,
dt {
	font-family: "Shippori Mincho B1", serif;
}

.link {
	text-decoration: underline;
}

.link:hover {
	text-decoration: none;
}

.no-link {
	pointer-events: none;
}

a[href^=tel] {
	cursor: default;
}

a:hover {
	opacity: 0.6;
}

:target {
	scroll-margin-top: 140px;
}

@media (max-width: 800px) {
	:target {
		scroll-margin-top: 60px;
	}
}

.container {
	margin: 0 auto;
	max-width: 1024px;
	width: 90%;
}

.container.wide {
	max-width: 1200px;
}

.container.narrow {
	max-width: 800px;
}

/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
.header {
	position: fixed;
	width: 100%;
	z-index: 100;
	background: #0B183B;
}

.header .h-wrapper {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .h-wrapper .h-logo a {
	transition: opacity 0.3s;
}

.header .h-wrapper .g-navi {
	flex: 1;
}

@media (max-width: 1024px) {
	.header {
		position: static;
		padding: 20px 0;
	}

	.header .h-wrapper {
		width: 90%;
		padding: 0;
	}

	.header .h-wrapper .h-logo img {
		width: 70%;
	}
}

/*------------
Gnavi
--------------*/
.pc-navi>ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.pc-navi>ul>li {
	display: flex;
	align-items: center;
	white-space: nowrap;
	text-align: center;
}

.pc-navi>ul>li.dropdown>a {
	background: url(../images/share/ico_arrow_bottom.svg) no-repeat top 43px right 18px/10px 6px;
	padding: 30px 35px 30px 25px;
}

.pc-navi>ul>li+li>a::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	content: "";
	border-left: 1px solid #233155;
	height: 46px;
}

.pc-navi>ul>li>a {
	display: inline-block;
	cursor: pointer;
	transition: 0.5s;
	position: relative;
	padding: 30px 25px;
	overflow: hidden;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}

.pc-navi>ul>li>a::after {
	content: attr(data-en);
	display: block;
	color: #4C5877;
	font-family: "Crimson Pro", serif;
	font-size: 40px;
	font-size: 12px;
	text-align: center;
	line-height: 1;
}

.dropdown-nav {
	display: none;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #233155;
}

.dropdown-nav .inner {
	display: flex;
	justify-content: space-between;
	padding: 65px 0 65px;
	margin: 0 auto;
	width: 90%;
	max-width: 1024px;
}

.dropdown-nav .ttl {
	width: 164px;
	margin-right: 50px;
	position: relative;
}

.dropdown-nav .ttl:after {
	content: "";
	display: block;
	width: 1px;
	height: 90px;
	background: #606B88;
	position: absolute;
	right: 0;
	top: calc(50% - 45px);
}

.dropdown-nav .ttl .txt01 {
	display: block;
	color: #606B88;
	font-family: "Crimson Pro", serif;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: left;
}

.dropdown-nav .ttl .txt02 {
	text-align: left;
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.dropdown-nav .desc {
	flex: 1;
}

.dropdown-nav ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -1%;
}

.dropdown-nav ul li {
	color: #fff;
	text-align: center;
	margin: 0 2% 1% 0;
	width: 33%;
}

.dropdown-nav ul li:nth-child(4n) {
	margin: 0 0 1%;
}

.dropdown-nav ul a {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	line-height: 1;
	text-align: center;
	padding: 15px 45px;
	font-weight: 600;
	transition: 0.3s;
	position: relative;
	z-index: 0;
}

.dropdown-nav ul a::before {
	content: "";
	width: 19px;
	height: 5px;
	position: absolute;
	background: #fff;
	-webkit-mask: url(../images/share/ico_btn_arrow.svg) no-repeat center center/contain;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dropdown-nav ul a:hover {
	opacity: 0.5;
}

@media (max-width: 1024px) {
	.pc-navi {
		display: none;
	}
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
	overflow: hidden;
	position: relative;
	background: #0B183B;
	margin-top: 102px;
}

.hero::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: "";
	background: url(../images/hero_parts01.svg) no-repeat center center/contain;
	width: 710px;
	height: 311px;
}

.hero::after {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	content: "";
	background: url(../images/hero_parts02.svg) no-repeat center center/contain;
	width: 330px;
	height: 158px;
}

.hero .hero-inner {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

.hero .splide__slide img {
	width: 100%;
	/*height: 100vh;*/
	-o-object-fit: cover;
	object-fit: cover;
}

.hero .splide__pagination {
	display: none;
}

.hero-catch {
	position: absolute;
	top: 20%;
	right: 13%;
	z-index: 5;
	color: #fff;
	font-weight: 600;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-shadow: 0 10px 20px #050B1D, 0 10px 20px #050B1D, 0 10px 20px #050B1D;
}

.hero-catch .ttl {
	font-size: 40px;
	letter-spacing: 0.1em;
}

.hero-catch .sub-ttl {
	font-size: 32px;
	margin-left: 30px;
}

@media (max-width: 800px) {
	.hero {
		margin-top: 0;
	}

	.hero .hero-inner {
		width: 100%;
	}

	.hero .splide__slide img {
		height: 45vh;
	}

	.hero-catch {
		top: 8%;
		right: 10%;
	}

	.hero-catch .ttl {
		font-size: 22px;
	}

	.hero-catch .sub-ttl {
		font-size: 16px;
		margin-left: 10px;
	}
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
/*------------
Common
--------------*/
.t-ttl {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}

.t-ttl::after {
	content: attr(data-en);
	display: block;
	color: #791C00;
	font-family: "Crimson Pro", serif;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
}

@media (max-width: 800px) {
	.t-ttl {
		margin-bottom: 45px;
	}
}

/*------------
Block
--------------*/
.contents {
	overflow: hidden;
}

.sec01 {
	padding: 140px 0;
}

.top-post-layout01 .l-ttl {
	font-size: 32px;
	font-weight: 600;
}

.top-post-layout01 .l-ttl::after {
	content: attr(data-en);
	display: block;
	color: #791C00;
	font-family: "Crimson Pro", serif;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
}

.top-post-layout01 .btn-more {
	min-width: 110px;
}

.sec02 {
	padding: 140px 0;
	background: #F4F2EF;
}

.sec02-layout {
	display: flex;
	background: #fff;
}

.sec02-layout .l-img {
	width: 50%;
}

.sec02-layout .l-img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sec02-layout .l-desc {
	flex: 1;
	padding: 60px 50px;
}

.sec02-layout .l-desc .l-ttl {
	font-size: 36px;
	margin-bottom: 25px;
	font-weight: 600;
}

.sec02-layout .l-desc .l-ttl::after {
	content: attr(data-en);
	display: block;
	color: #4C5877;
	font-family: "Crimson Pro", serif;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	margin-top: 5px;
}

.sec02-layout .l-desc .l-txt {
	font-size: 17px;
	margin-bottom: 30px;
}

.sec02-layout+.sec02-layout {
	margin-top: 70px;
}

.sec03 {
	position: relative;
	padding: 140px 0;
	background: #0B183B;
}

.sec03::before {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	content: "";
	background: url(../images/sec03_parts01.svg) no-repeat center center/contain;
	width: 710px;
	height: 311px;
	z-index: 0;
}

.sec03::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	content: "";
	background: url(../images/sec03_parts02.svg) no-repeat center center/contain;
	width: 330px;
	height: 158px;
	z-index: 0;
}

.sec03 .t-ttl {
	color: #fff;
}

.sec03 .t-ttl::after {
	color: #4C5877;
}

.sec03-layout {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 50px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
	position: relative;
	z-index: 1;
}

.sec03-layout .l-item .l-img {
	position: relative;
}

.sec03-layout .l-item .l-img figcaption {
	position: absolute;
	bottom: -15px;
	right: 10px;
	font-size: 38px;
	font-family: "Crimson Pro", serif;
	opacity: 0.6;
	color: #fff;
	line-height: 1;
}

.sec03-layout .l-item .l-desc {
	position: relative;
	color: #fff;
	padding: 50px 0 0 130px;
}

.sec03-layout .l-item .l-desc .l-ttl {
	position: absolute;
	top: -40px;
	left: 20px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 24px;
	font-weight: 600;
	background: #791C00;
	white-space: nowrap;
	padding: 10px 0;
}

.sec03-layout .l-item .l-desc .l-txt {
	margin-bottom: 40px;
	font-size: 17px;
}

.sec03-layout .l-item .l-desc .btn-more {
	border-color: #fff;
}

.sec03-layout .l-item .l-desc .btn-more::before {
	-webkit-mask: url(../images/share/ico_btn_arrow.svg) no-repeat center center/contain;
	background: #fff;
}

.sec04 {
	padding: 140px 0 120px;
}

.sec04-layout {
	position: relative;
	padding-bottom: 80px;
}

.sec04-layout::before {
	position: absolute;
	inset: 85px -70px 0;
	display: inline-block;
	content: "";
	background: url(../images/sec04_bg01.svg) center center;
	z-index: -1;
}

.sec05 {
	background: #F4F2EF;
	padding: 140px 0;
}

/* .slide-scroll
---------------------------------------------------------------------------*/
.slide-scroll {
	overflow: hidden;
	width: 100%;
}

.slide-scroll .slide {
	-webkit-animation: infinity-loop 80s infinite linear both;
	animation: infinity-loop 80s infinite linear both;
	display: flex;
	width: 9800px;
	position: relative;
}

@-webkit-keyframes infinity-loop {
	from {
		-webkit-transform: translateX(0vw);
		transform: translateX(0vw);
	}

	to {
		-webkit-transform: translateX(-2940px);
		transform: translateX(-2940px);
	}
}

@keyframes infinity-loop {
	from {
		-webkit-transform: translateX(0vw);
		transform: translateX(0vw);
	}

	to {
		-webkit-transform: translateX(-2940px);
		transform: translateX(-2940px);
	}
}

.slide-scroll .inner {
	width: 980px;
	padding-right: 2px;
}

.slide-scroll .inner img {
	width: 100%;
}

.slide-scroll .inner+.inner {
	margin-left: 50px;
}

.sec06 {
	position: relative;
	padding: 90px 0;
	background: #0B183B;
}

.sec06::before {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	content: "";
	background: url(../images/sec06_parts01.svg) no-repeat center center/contain;
	width: 580px;
	height: 157px;
	z-index: 0;
}

.sec06::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	content: "";
	background: url(../images/sec06_parts02.svg) no-repeat center center/contain;
	width: 530px;
	height: 232px;
	z-index: 0;
}

.sec06 .t-ttl {
	z-index: 1;
	color: #fff;
}

.sec06 .t-ttl::after {
	color: #4C5877;
}

.sec06-layout {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 50px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
	color: #fff;
	z-index: 1;
}

.c-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	border: 1px solid #fff;
	padding: 20px 25px;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	transition: opacity 0.3s;
}

.c-btn .c-tel {
	font-size: 38px;
	font-family: "Crimson Pro", serif;
	font-weight: 500;
}

.c-btn .c-tel::before {
	display: inline-block;
	content: "";
	background: url(../images/share/ico_tel.svg) no-repeat center center/contain;
	width: 20px;
	height: 28px;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	margin-right: 5px;
}

.c-btn .c-con::before {
	display: inline-block;
	content: "";
	background: url(../images/share/ico_mail.svg) no-repeat center center/contain;
	width: 28px;
	height: 22px;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	margin-right: 8px;
}

.c-btn .sub {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}

@media (max-width: 800px) {
	.sec01 {
		padding: 50px 0;
	}

	.sec02 {
		padding: 0;
	}

	.sec02-layout {
		display: block;
		background: none;
	}

	.sec02-layout .l-img {
		width: 115%;
		margin-left: -7.5%;
		margin-right: -7.5%;
		margin-bottom: 40px;
	}

	.sec02-layout .l-img img {
		height: auto;
	}

	.sec02-layout .l-desc {
		padding: 0;
	}

	.sec02-layout .l-desc .l-ttl {
		font-size: 32px;
		letter-spacing: 0.01em;
		margin-bottom: 30px;
	}

	.sec02-layout+.sec02-layout {
		margin-top: 60px;
	}

	.sec02-layout+.sec02-layout .l-desc {
		padding: 0 0 50px;
	}

	.sec03 {
		padding: 50px 0;
	}

	.sec03::before {
		width: 410px;
		height: 181px;
	}

	.sec03::after {
		width: 300px;
		height: 149px;
	}

	.sec03 .t-ttl {
		color: #fff;
	}

	.sec03 .t-ttl::after {
		color: #4C5877;
	}

	.sec03-layout {
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 50px;
	}

	.sec03-layout .l-item .l-img {
		width: 115%;
		margin-left: -7.5%;
		margin-right: -7.5%;
	}

	.sec03-layout .l-item .l-img figcaption {
		bottom: -15px;
		right: 10px;
		font-size: 26px;
	}

	.sec03-layout .l-item .l-desc {
		padding: 40px 0 0 75px;
	}

	.sec03-layout .l-item .l-desc .l-ttl {
		top: -20px;
		left: 0;
		font-size: 24px;
	}

	.sec03-layout .l-item .l-desc .l-txt {
		margin-bottom: 30px;
		font-size: 17px;
	}

	.sec04 {
		padding: 50px 0 0;
	}

	.sec04-layout {
		padding-bottom: 50px;
	}

	.sec05 {
		padding: 50px 0;
	}

	.slide-scroll .slide {
		width: 3800px;
	}

	.slide-scroll .inner+.inner {
		margin-left: 35px;
	}

	.sec06 {
		padding: 50px 0;
	}

	.sec06::before {
		right: -280px;
	}

	.sec06::after {
		display: none;
	}

	.sec06-layout {
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px;
	}

	.c-btn {
		height: 76px;
		padding: 5px 10px;
		font-size: 19px;
	}

	.c-btn .c-tel {
		font-size: 28px;
	}

	.c-btn .c-tel::before {
		width: 15px;
		height: 21px;
	}

	.c-btn .c-con::before {
		width: 21px;
		height: 16px;
	}

	.c-btn .sub {
		font-size: 10px;
	}
}

/*------------
Post
--------------*/
.top-post-layout01 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 200px 50px 1fr;
	grid-template-columns: 200px 1fr;
	grid-gap: 50px;
	min-height: 170px;
	position: relative;
}

.top-post-layout01 .l-ttl {
	font-size: 2rem;
	margin-bottom: 15px;
}

.top-post-layout01 .l-btn {
	position: absolute;
	bottom: 0;
	left: 0;
}

.list-top-blog {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	grid-gap: 15px;
}

.list-top-blog .list-img {
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
	overflow: hidden;
}

.list-top-blog .list-img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 165px;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.list-top-blog time {
	color: #aaa;
	display: block;
	font-size: 12px;
}

.list-top-blog .list-ttl {
	display: inline-block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 10px;
}

.list-top-blog .category-layout {
	margin-bottom: 10px;
}

.list-top-blog .category-layout .area {
	font-size: 14px;
}

.list-top-blog .category-layout .category {
	display: inline-block;
	border: 1px solid #791C00;
	color: #791C00;
	font-size: 13px;
	padding: 0 5px;
	margin-left: 10px;
}

.list-top-blog a {
	display: block;
	height: 100%;
}

.list-top-blog a:hover .list-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list-top-news {
	border-top: 1px solid #22201D;
}

.list-top-news a {
	display: flex;
	border-bottom: 1px solid #22201D;
	padding: 20px 0;
}

.list-top-news a:hover .ttl {
	text-decoration: underline;
}

.list-top-news time {
	display: inline-block;
	margin-right: 25px;
}

.list-top-news .ttl {
	display: inline-block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-family: "Shippori Mincho B1", serif;
	font-size: 17px;
}

.list-top-case {
	border-top: 1px solid #dfdfdf;
}

.list-top-case a {
	display: block;
	border-bottom: 1px solid #dfdfdf;
	padding: 20px 0;
}

.list-top-case a:hover .ttl {
	text-decoration: underline;
}

.list-top-case .list-data {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

.list-top-case time {
	display: inline-block;
	color: #888;
	margin-right: 15px;
}

.list-top-case .category {
	display: inline-block;
	background-color: #333;
	color: #fff;
	font-size: 11px;
	padding: 0 5px;
	margin-right: 5px;
}

.list-top-case .ttl {
	display: inline-block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-family: "Shippori Mincho B1", serif;
}

@media (max-width: 800px) {
	.top-post-layout01 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 0;
		min-height: 0;
	}

	.top-post-layout01 .l-ttl {
		font-size: 2.1333333333rem;
	}

	.top-post-layout01 .l-ttl::after {
		font-size: 1.2rem;
	}

	.top-post-layout01 .l-btn {
		display: inline-block;
		top: 15px;
		right: 0;
		left: auto;
		bottom: auto;
	}

	.top-post-layout01 .btn-more {
		width: auto;
	}

	.list-top-blog {
		display: flex;
		grid-gap: 0;
		flex-wrap: nowrap;
		margin: 0 -5vw 0 0;
		-webkit-overflow-scrolling: touch;
		width: calc(100% + 5vw);
		overflow-x: auto;
	}

	.list-top-blog li {
		flex: 0 0 240px;
		margin: 0 5% 0 0;
		max-width: 100%;
	}

	.list-top-news {
		border-top: none;
	}

	.list-top-news a {
		align-items: center;
		line-height: 1.5;
		padding: 20px 0;
	}

	.list-top-news time {
		font-size: 12px;
		margin-bottom: 0;
	}

	.list-top-news .ttl {
		-webkit-line-clamp: 1;
	}

	.list-top-case a {
		display: block;
		line-height: 1.5;
		padding: 10px 0;
	}

	.list-top-case time {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.list-top-case .ttl {
		-webkit-line-clamp: 2;
	}
}

/*-----------------------------------------------------------
下層レイアウト
-----------------------------------------------------------*/
.page-ttl {
	background: url(../images/share/page_ttl_bg.jpg) no-repeat center center/cover;
	color: #fff;
	height: 525px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 102px;
}

.page-ttl h1 {
	font-size: 3rem;
	line-height: 1.2;
}

.page-ttl .en {
	font-size: 20px;
	font-family: "Crimson Pro", serif;
	margin-top: 10px;
}

.breadcrumb {
	position: relative;
	z-index: 1;
}

.breadcrumb ul {
	font-size: 0.8rem;
	padding: 5px 5vw;
}

.breadcrumb ul li {
	display: inline;
}

.breadcrumb ul li+li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 12px 0 3px;
	vertical-align: 1px;
}

.u-contents {
	padding: 150px 0;
}

.u-contents p+p {
	margin-top: 1.5em;
}

@media (max-width: 800px) {
	.page-ttl {
		height: auto;
		padding: 60px 0 50px;
		margin-top: 0;
	}

	.page-ttl h1 {
		font-size: 1.6666666667rem;
	}

	.u-contents {
		padding: 100px 0;
	}
}

.u-h2 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}

.u-h2::after {
	content: attr(data-en);
	display: block;
	color: #791C00;
	font-family: "Crimson Pro", serif;
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	padding-top: 5px;
}

.u-h3,
.postdata h3 {
	position: relative;
	font-size: 1.8rem;
	font-weight: 600;
	border-bottom: 1px solid #0B183B;
	margin-bottom: 30px;
	padding-bottom: 8px;
}

.u-h3::before,
.postdata h3::before {
	position: absolute;
	bottom: -1px;
	left: 0;
	display: inline-block;
	content: "";
	border-top: 1px solid #791C00;
	width: 70px;
}

.postdata h3 {
	margin-bottom: 25px;
}

.u-h4,
.postdata h4 {
	position: relative;
	font-size: 1.4666666667rem;
	margin-bottom: 15px;
	font-weight: 600;
	padding-left: 13px;
}

.u-h4::before,
.postdata h4::before {
	position: absolute;
	top: 9px;
	left: 0;
	display: inline-block;
	content: "";
	background: #0B183B;
	width: 2px;
	height: 22px;
}

@media (max-width: 800px) {
	.u-h2 {
		font-size: 1.6666666667rem;
		margin-bottom: 30px;
	}

	.u-h2::after {
		font-size: 15px;
	}

	.u-h3,
	.postdata h3 {
		font-size: 1.3333333333rem;
		margin-bottom: 20px;
	}

	.u-h4,
	.postdata h4 {
		font-size: 1.2rem;
		padding-left: 20px;
	}
}

.col1,
.col2,
.col3,
.col4 {
	display: -ms-grid;
	display: grid;
}

.col1 {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.col2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.col3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.col4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 800px) {

	.col1,
	.col2,
	.col3,
	.col4 {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
}

.tall+.tall {
	margin-top: 120px;
}

.tall:nth-of-type(even) {
	background: #F4F2EF;
	padding: 120px 0;
}

.tall:nth-of-type(even) .list-card03 li {
	background: #fff;
}

.short+.short {
	margin-top: 60px;
}

.x-short+.x-short {
	margin-top: 30px;
}

.hidden {
	overflow: hidden;
}

@media (max-width: 800px) {
	.tall+.tall {
		margin-top: 100px;
	}

	.tall:nth-of-type(even) {
		background: #F4F2EF;
		padding: 100px 0;
	}

	.short+.short {
		margin-top: 50px;
	}
}

.list-disc {
	display: -ms-grid;
	display: grid;
	grid-gap: 5px;
}

.list-disc li {
	line-height: 1.5;
	position: relative;
	padding-left: 15px;
}

.list-disc li:before {
	content: "・";
	color: #791C00;
	display: block;
	position: absolute;
	left: 0;
}

.list-check {
	display: -ms-grid;
	display: grid;
	grid-gap: 5px;
}

.list-check li {
	font-weight: bold;
	position: relative;
	padding-left: 30px;
}

.list-check li::before {
	content: "";
	background: #791C00;
	-webkit-mask: url(../images/share/icon_check.svg) no-repeat center/contain;
	position: absolute;
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
}

.list-check02 {
	display: -ms-grid;
	display: grid;
	grid-gap: 5px;
}

.list-check02 li {
	font-weight: bold;
	position: relative;
	padding-left: 30px;
}

.list-check02 li::before {
	content: "";
	background: #791C00;
	-webkit-mask: url(../images/share/ico_check02.svg) no-repeat center/contain;
	position: absolute;
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
}

.list-num {
	counter-reset: number;
	display: -ms-grid;
	display: grid;
	grid-gap: 5px;
}

.list-num>li {
	padding-left: 30px;
	position: relative;
}

.list-num>li:before {
	background-color: #791C00;
	border-radius: 15px;
	color: #fff;
	counter-increment: number;
	content: counter(number);
	font-size: 11px;
	position: absolute;
	top: 5px;
	left: 0;
	line-height: 20px;
	text-align: center;
	padding-left: 2px;
	width: 20px;
	height: 20px;
}

.list-num>li+li {
	margin-top: 5px;
}

.dl-style01 {
	display: -ms-grid;
	display: grid;
	grid-gap: 15px;
}

.dl-style01 .item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 25% 75%;
	grid-template-columns: 25% 75%;
}

.dl-style01 dt {
	background: rgba(0, 0, 0, 0.1);
	font-size: 17px;
	padding: 20px;
}

.dl-style01 dd {
	background: #f5f5f5;
	padding: 20px;
}

@media (max-width: 800px) {
	.dl-style01 .item {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.card-style01 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 25px 1fr 25px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
}

.card-style01>li {
	background-color: #f5f5f5;
	padding: 15px;
}

.card-style01 .card-img {
	margin-bottom: 20px;
}

.card-style01 .card-ttl {
	margin-bottom: 15px;
}

.list-card03>li {
	background: #F4F2EF;
	display: flex;
	flex-direction: column;
	padding: 25px;
	position: relative;
}

.list-card03>li+li::before {
	content: "";
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #0B183B;
	position: absolute;
	left: -5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list-card03 .list-img {
	text-align: center;
	margin-bottom: 25px;
}

.list-card03 .num {
	background: #0B183B;
	display: table;
	color: #fff;
	font-family: "Crimson Pro", serif;
	font-size: 12px;
	line-height: 25px;
	padding: 0 20px;
	margin: 0 auto 10px;
}

.list-card03 .list-ttl {
	display: block;
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}

.list-card03 .list-btn {
	text-align: center;
	margin-top: auto;
	padding-top: 15px;
}

.list-card03 .btn-more {
	min-width: 0;
	width: 100%;
}

.list-card03.col3 li+li::before,
.list-card03.col4 li+li::before {
	left: -6%;
}

.list-card01.col2,
.list-card02.col2,
.list-card03.col2 {
	grid-gap: 40px;
}

.list-card01.col3,
.list-card02.col3,
.list-card03.col3 {
	grid-gap: 30px;
}

.list-card01.col4,
.list-card02.col4,
.list-card03.col4 {
	grid-gap: 20px;
}

@media (max-width: 800px) {
	.card-style01 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 25px;
	}

	.list-card03 {
		grid-gap: 30px !important;
	}

	.list-card03>li+li::before {
		left: 50% !important;
		top: -27px;
		-webkit-transform: translateX(-50%) rotate(90deg);
		transform: translateX(-50%) rotate(90deg);
	}
}

.table-style01 th,
.table-style01 td {
	border: 1px solid #c9c9c9;
	padding: 15px;
	vertical-align: middle;
}

.table-style01 td {
	background: #fff;
}

.table-style01 th {
	background-color: #0B183B;
	color: #fff;
}

.table-style01 .bg01 {
	background-color: #F4F2EF;
	color: initial;
}

.table-scroll-txt {
	display: none;
}

@media (max-width: 800px) {
	.table-style01.sp-table {
		border: 1px solid #c9c9c9;
	}

	.table-style01.sp-table colgroup {
		display: none;
	}

	.table-style01.sp-table tbody,
	.table-style01.sp-table tr,
	.table-style01.sp-table th,
	.table-style01.sp-table td {
		display: block;
		border: none;
	}

	.table-scroll-txt {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}

	.table-scroll-txt::before {
		content: "";
		display: block;
		background: url(../images/share/icon_scroll.svg) no-repeat center/contain;
		width: 30px;
		height: 24.5px;
		margin-right: 10px;
	}

	.table-scroll {
		overflow-x: scroll;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}

	.table-scroll::-webkit-scrollbar {
		height: 5px;
	}

	.table-scroll::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #f5f6f8;
	}

	.table-scroll::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #333;
	}

	.table-scroll table {
		margin-bottom: 10px !important;
		width: 150%;
	}
}

.box-style01 {
	background-color: #f5f5f5;
	padding: 8%;
}

.box-style01 .box-ttl {
	font-size: 1.6666666667rem;
	text-align: center;
	margin-bottom: 50px;
}

.box-style02 {
	background-color: #f5f5f5;
	padding: 5%;
}

.box-style02 .box-ttl {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 1.3333333333rem;
	margin-bottom: 25px;
}

@media (max-width: 800px) {
	.box-style01 .box-ttl {
		font-size: 1.3333333333rem;
		margin-bottom: 20px;
	}

	.box-style02 {
		padding: 8%;
	}

	.box-style02 .box-ttl {
		font-size: 1.2rem;
		margin-bottom: 15px;
	}
}

.list-anchor-link {
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
}

.list-anchor-link li {
	position: relative;
}

.list-anchor-link li::after {
	content: "";
	display: inline-block;
	background: #e0e0e0;
	width: 2px;
	height: 15px;
	margin: 0 20px;
	vertical-align: -1px;
}

.list-anchor-link a {
	display: inline-block;
	position: relative;
	font-weight: bold;
	padding-right: 25px;
}

.list-anchor-link a::before {
	content: "";
	background: #0B183B;
	-webkit-mask: url(../images/share/icon_arrow_down.svg) no-repeat 0 0/contain;
	width: 22px;
	height: 22px;
	position: absolute;
	right: -3px;
	top: 3px;
}

.list-anchor-link a:hover {
	text-decoration: underline;
}

@media (max-width: 800px) {
	.list-anchor-link {
		display: block;
	}

	.list-anchor-link li::after {
		display: none;
	}

	.list-anchor-link a {
		padding: 0 0 0 30px;
	}

	.list-anchor-link a::before {
		right: inherit;
		left: 0;
		top: 2px;
	}
}

.under-slider01 .splide {
	margin: 0 auto;
}

.under-slider01 .splide__track {
	overflow: visible;
}

.under-slider01 .splide__slide:not(.is-visible) .slide {
	pointer-events: none;
	opacity: 0.3;
}

.under-slider01 .splide__arrow--prev {
	left: calc((100% - 860px) / 2);
}

.under-slider01 .splide__arrow--next {
	right: calc((100% - 860px) / 2);
}

.under-slider01 .splide__arrow {
	top: 263px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.under-slider01 .item-desc {
	margin-top: 25px;
}

.under-slider01 .item-ttl {
	font-size: 18px;
	margin-bottom: 10px;
}

.under-slider02 .item-img {
	position: relative;
}

.under-slider02 figcaption {
	background: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	padding: 3px 5px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

@media (max-width: 800px) {
	.under-slider01 .item-desc {
		margin-top: 15px;
	}

	.under-slider01 .item-ttl {
		font-size: 18px;
		margin-bottom: 0;
	}
}

.youtube {
	width: 100%;
	aspect-ratio: 16/9;
}

.youtube iframe {
	width: 100%;
	height: 100%;
}

.google-map iframe {
	vertical-align: bottom;
	width: 100%;
	height: 450px;
}

@media (max-width: 800px) {
	.google-map iframe {
		height: 300px;
	}
}

.faq-style {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-style .item {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-style dt {
	cursor: pointer;
	padding: 18px 50px;
	position: relative;
}

.faq-style dt .faq-icon {
	top: 15px;
	left: 0;
}

.faq-style dd {
	display: none;
	padding: 0 50px 30px;
	position: relative;
}

.faq-style dd .faq-icon {
	border: 1px solid #ccc;
	background-color: #ccc;
	color: #fff;
	top: 0;
	left: 0;
}

.faq-style .faq-ttl {
	font-weight: bold;
}

.faq-style .faq-icon {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	color: #333;
	font-size: 1rem;
	width: 35px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	transition: 0.3s;
}

.faq-style .faq-open-icon {
	background: url(https://baboon.heteml.net/creative/coding/codepen/images/faq_arrow.svg) no-repeat center/contain;
	width: 10px;
	height: 21px;
	position: absolute;
	right: 30px;
	top: 24px;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.faq-style .item>dt:hover .faq-icon {
	background-color: #ffa29d;
	color: #fff;
}

.faq-style .is-open .faq-icon {
	background-color: #ffa29d;
	color: #fff;
}

.faq-style .is-open .faq-open-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width: 800px) {
	.faq-style {
		line-height: 1.5;
	}

	.faq-style dt {
		padding: 18px 30px 18px 50px;
	}

	.faq-style dt .faq-icon {
		top: 12px;
	}

	.faq-style dd {
		padding: 0 50px 30px;
	}

	.faq-style .faq-open-icon {
		width: 9px;
		height: 20px;
		right: 0;
		top: 19px;
	}
}

.list-flow>li {
	display: flex;
	flex-direction: row-reverse;
	padding-bottom: 30px;
	position: relative;
}

.list-flow>li::before,
.list-flow>li::after {
	content: "";
	position: absolute;
}

.list-flow>li::before {
	background-color: #0B183B;
	width: 1px;
	top: 56px;
	bottom: 0;
	left: 58px;
}

.list-flow>li:last-child {
	padding-bottom: 0;
}

.list-flow>li:last-child::before,
.list-flow>li:last-child::after {
	display: none;
}

.list-flow .num {
	order: 1;
	flex: 0 0 120px;
	display: block;
	font-family: "Shippori Mincho B1", serif;
	height: 60px;
	width: 60px;
	font-size: 1.1333333333rem;
	line-height: 1;
	text-align: center;
	padding-top: 20px;
	margin-right: 30px;
}

.list-flow .list-ttl {
	font-size: 1.0666666667rem;
	margin: 15px 0 5px;
}

.list-flow .list-img {
	flex: 0 0 40%;
	margin-left: 10%;
}

.list-flow .list-desc {
	flex: 1;
}

.list-flow p {
	line-height: 2;
}

@media (max-width: 800px) {
	.list-flow>li {
		display: block;
		padding-bottom: 15px;
		padding-left: 90px;
		position: relative;
	}

	.list-flow>li::before {
		top: 47px;
		bottom: 0;
		left: 33px;
	}

	.list-flow>li::after {
		left: 20px;
	}

	.list-flow>li:last-child {
		padding-bottom: 0;
	}

	.list-flow>li:last-child::before,
	.list-flow>li:last-child::after {
		display: none;
	}

	.list-flow>li+li {
		margin-top: 0;
	}

	.list-flow .num {
		flex: 0 0 80px;
		height: auto;
		width: auto;
		font-size: 15px;
		padding-top: 15px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.list-flow .list-desc {
		padding-top: 7px;
	}

	.list-flow .list-ttl {
		font-size: 1.2rem;
		margin: 0 0 5px;
	}

	.list-flow .list-img {
		margin: 0 0 25px;
		width: 100%;
	}

	.list-flow p {
		line-height: 1.7;
	}
}

/*------------
レイアウト
--------------*/
.l-imgR,
.l-imgL {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.l-imgR .l-img,
.l-imgL .l-img {
	margin: 0 5% 0 0;
	width: 40%;
}

.l-imgR .l-img.small,
.l-imgL .l-img.small {
	width: 30%;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
	flex: 1;
}

.l-imgR {
	flex-direction: row-reverse;
}

.l-imgR .l-img {
	margin: 0 0 0 5%;
}

.fl-wrap {
	display: flow-root;
}

.fl-imgR,
.fl-imgL {
	width: 40%;
}

.fl-imgR.small,
.fl-imgL.small {
	width: 30%;
}

.fl-imgR {
	float: right;
	margin: 0 0 15px 35px;
}

.fl-imgL {
	float: left;
	margin: 0 35px 15px 0;
}

@media (max-width: 800px) {

	.l-imgR,
	.l-imgL {
		display: block;
	}

	.l-imgR .l-img,
	.l-imgL .l-img {
		margin: 0 0 15px;
		text-align: center;
		width: 100%;
	}

	.l-imgR .l-img.small,
	.l-imgL .l-img.small {
		width: 100%;
	}

	.l-imgR .l-img {
		margin: 0 0 15px;
	}

	.fl-imgR,
	.fl-imgL {
		float: none;
		margin: 0 0 15px;
		width: 100%;
	}

	.fl-imgR.small,
	.fl-imgL.small {
		width: 100%;
	}
}

/*------------
お問い合わせ
--------------*/
.tel-layout {
	background: #f5f5f5;
	max-width: 800px;
	padding: 5%;
	margin: 0 auto;
}

.tel-layout .l-ttl {
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
	margin: 0 auto 25px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.tel-layout .l-tel {
	display: inline-flex;
	align-items: center;
	font-weight: bold;
	font-size: 35px;
	line-height: 1;
	margin: 0 auto;
	white-space: nowrap;
}

.tel-layout .l-tel img {
	margin-right: 10px;
}

.tel-layout .l-time {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 70px 10px 1fr;
	grid-template-columns: 70px 1fr;
	grid-gap: 10px;
	line-height: 1.5;
	margin: 20px auto 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.tel-layout .l-time dt {
	border: 1px solid #000;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 800px) {
	.tel-layout .l-ttl {
		font-size: 15px;
	}

	.tel-layout .l-tel {
		font-size: 25px;
	}

	.tel-layout .l-tel img {
		width: 15px;
	}
}

/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
	border-bottom: 1px solid #000;
	font-size: 18px;
	padding: 0 0 5px;
	margin: 0 0 15px;
}

.dl-privacy dd+dt {
	margin-top: 30px;
}

.list-privacy li {
	position: relative;
	padding: 0 0 0 15px;
}

.list-privacy li::before {
	background: #333;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
}

.list-privacy li+li {
	margin-top: 3px;
}

/*------------
Add
--------------*/
.col-item02 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}

.img-list {
	grid-gap: 30px;
}

.img-list .list-img {
	margin-bottom: 15px;
}

.img-list .list-txt {
	text-align: center;
	font-size: 14px;
}

.case-table {
	background: #F4F2EF;
	padding: 40px 45px;
}

.case-table table {
	font-family: "Shippori Mincho B1", serif;
}

.case-table table tr+tr {
	border-top: 1px solid #707070;
}

.case-table table th {
	padding: 15px 20px;
	font-weight: 600;
	text-align: center;
}

.case-table table td {
	border-left: 1px solid #707070;
	padding: 15px 40px;
}

@media (max-width: 800px) {
	.col-item02 {
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
	}

	.case-table {
		padding: 25px;
	}

	.case-table table {
		font-family: "Shippori Mincho B1", serif;
	}

	.case-table table colgroup {
		display: none;
	}

	.case-table table tr {
		display: block;
	}

	.case-table table tbody {
		display: block;
	}

	.case-table table th {
		display: block;
		padding: 15px 0 5px;
		font-weight: 600;
		text-align: center;
	}

	.case-table table td {
		display: block;
		border-left: none;
		padding: 0 0 15px;
	}
}

/*セレクト式カテゴリー*/
.select-area {
	display: flex;
	align-items: center;
	margin: 0 0 50px;
}

.select-area .select-item {
	display: flex;
	align-items: center;
	margin: 0 30px 0 0;
}

.select-area .select-ttl {
	display: inline-block;
	font-size: 16px;
	margin: 0 15px 0 0;
}

.select-area .select-category {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	text-overflow: "";
	background: #fff url(../images/share/ico_arrow_down.svg) no-repeat;
	background-size: 20px;
	background-position: right center;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	color: #333;
	font-size: 16px;
	vertical-align: middle;
	height: 35px;
	min-width: 150px;
	padding: 5px 20px 5px 5px;
}

.select-area .select-category::-ms-expand {
	display: none;
}

@media (max-width: 800px) {

	/*セレクト式カテゴリー*/
	.select-area {
		display: block;
		margin: 0 0 30px;
	}

	.select-area .select-item {
		margin: 0;
	}

	.select-area .select-item+.select-item {
		margin-top: 10px;
	}

	.select-area .select-ttl {
		font-size: 15px;
	}
}

/*ギャラリー*/
.list-post-gallery {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.list-post-gallery .list-img {
	border: 1px solid #eaeaea;
	margin-bottom: 15px;
	overflow: hidden;
}

.list-post-gallery .list-img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 220px;
	width: 100%;
	transition: 0.5s;
}

.list-post-gallery time {
	color: #aaa;
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}

.list-post-gallery .list-ttl {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	position: relative;
}

.list-post-gallery .category {
	display: inline-block;
	color: #aa9252;
	font-size: 12px;
	line-height: 1;
}

.list-post-gallery .category+.category::before {
	content: "/";
	margin: 0 5px;
}

.list-post-gallery a:hover .list-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 800px) {

	/*ギャラリー*/
	.list-post-gallery {
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
	}

	.list-post-gallery .list-img img {
		height: 33vh;
	}
}

/*-----------------------------------------------------------
Footer
-----------------------------------------------------------*/
.footer {
	padding: 50px 0 70px;
	margin-top: auto;
	position: relative;
}

.footer .f-wrapper {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}

.footer .f-wrapper .f-layout {
	display: flex;
}

.footer .f-wrapper .f-layout .l-left {
	width: 400px;
	padding-right: 40px;
	border-right: 1px solid #22201D;
}

.footer .f-wrapper .f-layout .l-left .f-logo {
	display: inline-block;
	transition: opacity 0.3s;
	margin-bottom: 5px;
}

.footer .f-wrapper .f-layout .l-left .f-num {
	margin-bottom: 40px;
}

.footer .f-wrapper .f-layout .l-left .f-address {
	margin-bottom: 40px;
}

.footer .f-wrapper .f-layout .site-map {
	flex: 1;
	padding-left: 50px;
	display: flex;
}

.footer .f-wrapper .f-layout .site-map ul li+li {
	margin-top: 10px;
}

.footer .f-wrapper .f-layout .site-map ul li a {
	transition: opacity 0.3s;
}

.footer .f-wrapper .f-layout .site-map ul+ul {
	margin-left: 50px;
}

.f-layout {
	margin-bottom: 50px;
}

.f-layout .container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 5% 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 5%;
}

.f-logo {
	margin-bottom: 20px;
}

.f-links {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
}

.f-links>li::before {
	content: "・";
}

.f-links a:hover {
	text-decoration: underline;
}

.f-links .sub-menu {
	margin: 5px 0 0 15px;
}

.f-links .sub-menu>li::before {
	content: "-";
}

.copyright {
	font-size: 0.85rem;
	padding: 10px;
	font-family: "Crimson Pro", serif;
}

.pagetop {
	position: absolute;
	bottom: 100px;
	right: 50px;
	z-index: 5;
}

.pagetop a {
	transition: opacity 0.3s;
}

.fixed-nav {
	position: fixed;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

.fixed-nav a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	background: #791C00;
	color: #fff;
	padding: 20px 10px;
	border-radius: 5px 0 0 5px;
	transition: opacity 0.3s;
}

.fixed-nav a img {
	margin-bottom: 10px;
}

.fixed-nav a .txt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media (max-width: 800px) {
	.footer .f-wrapper {
		width: 90%;
		margin: auto;
	}

	.footer .f-wrapper .f-layout {
		display: block;
	}

	.footer .f-wrapper .f-layout .l-left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 40px;
		border-right: none;
		border-bottom: 1px solid #22201D;
	}

	.footer .f-wrapper .f-layout .l-left .f-address {
		margin-bottom: 30px;
	}

	.footer .f-wrapper .f-layout .site-map {
		padding-left: 0;
		padding-top: 50px;
	}

	.footer .f-wrapper .f-layout .site-map ul {
		width: 50%;
	}

	.footer .f-wrapper .f-layout .site-map ul li a {
		font-size: 14px;
	}

	.footer .f-wrapper .f-layout .site-map ul+ul {
		margin-left: 20px;
	}

	.f-layout {
		margin-bottom: 50px;
	}

	.f-layout .container {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 5% 1fr;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 5%;
	}

	.f-logo {
		margin-bottom: 20px;
	}

	.f-links {
		display: -ms-grid;
		display: grid;
		grid-gap: 10px;
	}

	.f-links>li::before {
		content: "・";
	}

	.f-links a:hover {
		text-decoration: underline;
	}

	.f-links .sub-menu {
		margin: 5px 0 0 15px;
	}

	.f-links .sub-menu>li::before {
		content: "-";
	}

	.pagetop {
		display: none;
	}
}

@media (max-width: 800px) {
	.fixed-nav {
		display: none;
	}
}

.sp-navi {
	display: none;
}

@media (max-width: 800px) {
	.footer {
		padding-bottom: 60px;
	}
}

@media (max-width: 1024px) {
	.pc-navi {
		display: none;
	}

	.sp-navi {
		display: block;
		/* ボタン類 */
		/* コンテンツ */
	}

	.sp-navi .sp-navi-btns {
		background: #0B183B;
		position: fixed;
		display: flex;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		z-index: 10000;
	}

	.sp-navi .sp-navi-btns div {
		flex: 1;
		position: relative;
	}

	.sp-navi .sp-navi-btns .item {
		border-right: 1px solid #233155;
		background-size: 13px;
		background-position: top 10px center;
		background-repeat: no-repeat;
		font-size: 10px;
		color: #fff;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
		white-space: nowrap;
	}

	.sp-navi .sp-navi-btns .item.btn-home {
		background-image: url(../images/share/ico_home.svg);
	}

	.sp-navi .sp-navi-btns .item.btn-phone {
		background-image: url(../images/share/ico_tel.svg);
		background-size: 11px;
	}

	.sp-navi .sp-navi-btns .item.btn-calendar {
		background-image: url(../images/share/ico_mail.png);
		background-size: 14px;
		background-position: top 13px center;
	}

	.sp-navi .sp-navi-btns .item.btn-pc {
		background-image: url(../images/share/ico_pc.svg);
	}

	.sp-navi .sp-navi-btns .item.btn-mail {
		background-image: url(../images/share/ico_mail.svg);
		background-position: top 12px center;
	}

	.sp-navi .sp-navi-btns .item.btn-access {
		background-image: url(../images/share/ico_access.svg);
		background-size: 12px;
		background-position: top 11px center;
	}

	.sp-navi .sp-navi-btns .item.btn-pagetop {
		background-image: url(../images/share/ico_arrow_up.svg);
		background-position: top 17px center;
	}

	.sp-navi .sp-navi-btns .item a {
		display: block;
		text-decoration: none;
		padding: 31px 0 0;
		height: 100%;
	}

	.sp-navi .sp-navi-btns .humberger {
		cursor: pointer;
		position: relative;
	}

	.sp-navi .sp-navi-btns .humberger .ttl {
		display: block;
		color: #fff;
		font-family: "Spectral", serif;
		font-size: 10px;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
		padding: 31px 0 0;
	}

	.sp-navi .sp-navi-btns .humberger span:not(.ttl) {
		background: #fff;
		position: absolute;
		left: 50%;
		width: 15px;
		height: 1px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		transition: 0.4s;
	}

	.sp-navi .sp-navi-btns .humberger span:not(.ttl):nth-of-type(1) {
		top: 12px;
	}

	.sp-navi .sp-navi-btns .humberger span:not(.ttl):nth-of-type(2) {
		top: 17px;
	}

	.sp-navi .sp-navi-btns .humberger span:not(.ttl):nth-of-type(3) {
		top: 22px;
	}

	.sp-navi .sp-navi-btns .humberger.is-open span:nth-of-type(1) {
		-webkit-transform: translate(-50%, 5px) rotate(-45deg);
		transform: translate(-50%, 5px) rotate(-45deg);
	}

	.sp-navi .sp-navi-btns .humberger.is-open span:nth-of-type(2) {
		opacity: 0;
	}

	.sp-navi .sp-navi-btns .humberger.is-open span:nth-of-type(3) {
		-webkit-transform: translate(-50%, -5px) rotate(45deg);
		transform: translate(-50%, -5px) rotate(45deg);
	}

	.sp-navi .sp-navi-contents {
		visibility: hidden;
		background: #fff;
		padding: 50px 25px 100px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		transition: 0.5s;
		opacity: 0;
		z-index: 9999;
	}

	.sp-navi .sp-navi-contents.is-open {
		visibility: visible;
		overflow-y: auto;
		opacity: 1;
	}

	.sp-navi .sp-navi-logo {
		text-align: center;
		margin-bottom: 20px;
	}

	.sp-navi .sp-navi-logo img {
		width: 150px;
	}

	.sp-navi .sp-navi-list {
		border-top: 1px solid #0B183B;
		margin: 0 0 30px;
	}

	.sp-navi .sp-navi-list>li {
		border-bottom: 1px solid #0B183B;
	}

	.sp-navi .sp-navi-list>li>a {
		display: block;
		font-size: 15px;
		line-height: 1;
		text-decoration: none;
		padding: 15px 0;
	}

	.sp-navi .sp-navi-list>li.sp-dropdown {
		position: relative;
	}

	.sp-navi .sp-navi-list>li.sp-dropdown::after {
		background: #0B183B;
		-webkit-mask: url(../images/share/ico_arrow_bottom.svg) no-repeat 50% 50%/contain;
		content: "";
		display: block;
		position: absolute;
		right: 10px;
		top: 15px;
		transition: 0.35s;
		width: 16px;
		height: 16px;
	}

	.sp-navi .sp-navi-list>li.sp-dropdown.is-on::after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.sp-navi .sp-navi-list>li.sp-dropdown>a {
		padding: 15px 58px 15px 0;
	}

	.sp-navi .sp-navi-list .child {
		padding: 15px 0 20px;
	}

	.sp-navi .sp-navi-list .child>ul>li {
		margin: 0 0 3px;
		line-height: 1.5;
	}

	.sp-navi .sp-navi-list .child>ul>li {
		position: relative;
		padding-left: 15px;
		margin-bottom: 10px;
	}

	.sp-navi .sp-navi-list .child>ul>li::before {
		content: "-";
		color: #ddd;
		position: absolute;
		left: 0;
		top: 0;
	}

	.sp-navi .sp-navi-list .child>ul>li>a {
		display: inline-block;
		font-size: 13px;
	}

	.sp-navi .sp-navi-other .item+.item {
		margin: 15px 0 0;
	}

	.sp-navi .sp-navi-other .tel {
		text-align: center;
		color: #333;
		display: block;
		font-size: 23px;
		text-decoration: none;
		line-height: 1;
		margin: 0 0 15px;
	}

	.sp-navi .sp-navi-other .txt {
		text-align: center;
		font-size: 14px;
		line-height: 1;
	}

	.sp-navi .sp-btn {
		background: #6FB433;
		border-radius: 5px;
		color: #fff;
		display: block;
		padding: 10px;
		text-align: center;
		transition: 0.5s;
	}
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*通常投稿*/
.list-under-post {
	border-top: 1px solid #eee;
	margin-bottom: 50px;
}

.list-under-post>li {
	border-bottom: 1px solid #eee;
}

.list-under-post a {
	display: flex;
	transition: background-color 0.3s, padding 0.3s;
	padding: 15px 35px 15px 0;
	position: relative;
}

.list-under-post a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(50%) rotate(45deg);
	transform: translateY(50%) rotate(45deg);
}

.list-under-post a:hover .list-ttl {
	text-decoration: underline;
}

.list-under-post .list-img {
	width: 150px;
	margin-right: 25px;
}

.list-under-post .list-img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 105px;
}

.list-under-post .list-desc {
	flex: 1;
	margin-bottom: 5px;
}

.list-under-post time {
	display: block;
	color: #ADADAD;
	font-size: 0.8rem;
}

.list-under-post .list-ttl {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.list-under-post .category {
	display: inline-block;
	background-color: #333;
	border: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	padding: 0 5px;
	margin-right: 5px;
}

.list-under-post .no-post {
	padding: 25px 0;
}

/*お知らせ*/
.list-under-news {
	border-top: 1px solid #dfdfdf;
	margin-bottom: 30px;
}

.list-under-news a {
	display: flex;
	border-bottom: 1px solid #dfdfdf;
	padding: 20px 0;
}

.list-under-news a:hover .ttl {
	text-decoration: underline;
}

.list-under-news time {
	display: inline-block;
	color: #888;
	margin-right: 25px;
}

.list-under-news .ttl {
	display: inline-block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

/*症例紹介*/
.case-layout {
	background-color: #f5f5f5;
	padding: 6%;
}

.case-layout time {
	color: #aaa;
	display: block;
	font-size: 12px;
	margin-right: 15px;
}

.case-layout .category {
	display: inline-block;
	background-color: #333;
	color: #fff;
	font-size: 11px;
	padding: 0 5px;
	margin-right: 10px;
}

.case-layout .l-ttl {
	font-size: 24px;
	margin-bottom: 30px;
}

.case-layout .post-data {
	display: flex;
	margin-bottom: 20px;
}

.case-layout .before-after {
	margin-bottom: 30px;
}

.case-layout .l-table {
	background-color: #fff;
	border: 1px solid #eee;
}

.case-layout .l-table th,
.case-layout .l-table td {
	border: 1px solid #eee;
	line-height: 1.5;
	font-size: 15px;
	padding: 15px;
}

.case-layout .l-table th {
	background-color: #37414f;
	color: #fff;
	vertical-align: top;
	text-align: left;
	width: 25%;
}

.case-layout .l-btn {
	text-align: center;
	margin-top: 50px;
}

.case-layout .l-item {
	margin-top: 50px;
}

.case-layout .item-ttl {
	border-bottom: 1px solid #333;
	font-size: 18px;
	position: relative;
	padding: 0 0 12px;
	margin: 0 0 25px;
}

.case-layout .item-ttl::after {
	content: "";
	width: 25px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.case-layout+.case-layout {
	margin-top: 50px;
}

.before-after {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 5% 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5%;
}

.before-after .item {
	text-align: center;
	position: relative;
}

.before-after figure {
	display: -ms-grid;
	display: grid;
	place-items: center;
	height: 300px;
	position: relative;
}

.before-after figure img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	max-height: 300px;
}

.before-after p {
	font-family: "Shippori Mincho B1", serif;
}

.before-after p::before,
.before-after p::after {
	content: "-";
	margin: 0 5px;
}

.list-case-details>li {
	display: flex;
	flex-direction: row-reverse;
}

.list-case-details>li+li {
	border-top: 1px dashed #c8c8c8;
	margin-top: 30px;
	padding-top: 30px;
}

.list-case-details .list-img {
	width: 35%;
	margin-left: 30px;
}

.list-case-details .list-desc {
	flex: 1;
}

.list-case-details .list-ttl {
	font-size: 17px;
}

.category-ttl {
	margin-bottom: 15px;
}

/*詳細ページ*/
.single-post-layout {
	border-bottom: 1px solid #eee;
	padding-bottom: 50px;
	margin-bottom: 50px;
	max-width: 800px;
	margin: 0 auto 50px;
}

.single-post-layout .l-ttl {
	border-bottom: 3px solid #eee;
	font-size: 1.4666666667rem;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.single-post-layout .post-data {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.single-post-layout .post-data time {
	display: inline-block;
	color: #98918c;
	font-size: 12px;
	margin-right: 20px;
}

.single-post-layout .post-data .category {
	display: inline-block;
	background-color: #333;
	border: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	padding: 0 5px;
	margin-right: 10px;
}

.postdata p,
.postdata ul,
.postdata ol {
	margin-bottom: 15px;
}

.postdata a {
	text-decoration: underline;
}

.postdata a:hover {
	text-decoration: none;
}

.postdata strong {
	font-weight: bold;
}

.postdata em {
	font-style: italic;
}

.postdata ul li {
	list-style: inside disc;
}

.postdata ul li>ul {
	margin: 0 0 0 15px;
}

.postdata ol li {
	list-style: inside decimal;
}

.postdata ol li>ol {
	margin: 0 0 0 15px;
}

/*ページャー*/
.post-number {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.post-number span,
.post-number a {
	display: inline-block;
	color: #333;
	background-color: #edeef0;
	font-size: 13px;
	text-align: center;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	transition: 0.3s;
	padding: 0 20px;
}

.post-number>*+* {
	margin-left: 10px;
}

.post-number a:hover {
	background: #0B183B;
	color: #fff;
}

.post-number .current {
	background: #0B183B;
	color: #fff;
}

.post-number-single {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 50px;
}

.post-number-single a {
	display: inline-block;
}

.post-number-single .all {
	background: #0B183B;
	border: 1px solid #0B183B;
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	max-width: 200px;
	margin: 0 10px;
	height: 30px;
	width: 100%;
}

.post-number-single .all:hover {
	background: #fff;
	color: #0B183B;
}

.post-number-single .prev,
.post-number-single .next {
	border: 1px solid #0B183B;
	width: 30px;
	height: 30px;
	position: relative;
}

.post-number-single .prev::before,
.post-number-single .next::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #0B183B;
	margin: 0 auto;
	top: 12px;
}

.post-number-single .prev:hover,
.post-number-single .next:hover {
	background: #0B183B;
}

.post-number-single .prev:hover::before,
.post-number-single .next:hover::before {
	border-color: #fff;
}

.post-number-single .prev::before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 13px;
	border-left: 1px solid #333;
}

.post-number-single .next::before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 13px;
	border-right: 1px solid #333;
}

@media (max-width: 800px) {

	/*通常投稿*/
	.list-under-post a {
		padding: 20px 25px 20px 0;
	}

	.list-under-post a::before {
		right: 0;
	}

	.list-under-post a:hover {
		background-color: transparent;
	}

	.list-under-post .list-img {
		width: 120px;
		margin-right: 20px;
	}

	.list-under-post .list-img img {
		height: 90px;
	}

	.list-under-post .list-desc {
		flex: 1;
	}

	.list-under-post time {
		font-size: 10px;
	}

	.list-under-post .list-ttl {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.list-under-post .category {
		font-size: 10px;
	}

	.list-under-post .no-post {
		padding: 25px 0;
	}

	/*お知らせ*/
	.list-under-news a {
		display: block;
		line-height: 1.5;
		padding: 10px 0;
	}

	.list-under-news time {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.list-under-news .ttl {
		-webkit-line-clamp: 2;
	}

	/*症例紹介*/
	.case-layout .l-ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.case-layout .post-data {
		display: flex;
		margin-bottom: 20px;
	}

	.case-layout .before-after {
		margin-bottom: 30px;
	}

	.case-layout .l-table th,
	.case-layout .l-table td {
		display: block;
		padding: 10px;
		font-size: 14px;
	}

	.case-layout .l-table th {
		width: 100%;
	}

	.case-layout .l-btn {
		margin-top: 30px;
	}

	.case-layout .l-item {
		margin-top: 30px;
	}

	.case-layout .item-ttl {
		border-bottom: 1px solid #333;
		font-size: 18px;
		position: relative;
		padding: 0 0 12px;
		margin: 0 0 25px;
	}

	.case-layout .item-ttl::after {
		content: "";
		width: 25px;
		height: 1px;
		position: absolute;
		bottom: -1px;
		left: 0;
	}

	.case-layout+.case-layout {
		margin-top: 30px;
	}

	.before-after {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}

	.before-after figure {
		height: auto;
	}

	.list-case-details>li {
		display: block;
	}

	.list-case-details .list-img {
		width: 100%;
		margin: 0 0 25px;
	}

	/*詳細ページ*/
	.single-post-layout .l-ttl {
		font-size: 20px;
		margin-bottom: 30px;
	}
}

/*普通投稿*/
.list-post-type01 {
	margin-bottom: 80px;
}

.list-post-type01 li {
	display: flex;
	flex-wrap: wrap;
}

.list-post-type01 li+li {
	margin-top: 50px;
}

.list-post-type01 .list-ttl {
	flex-basis: 100%;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 20px;
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 25px;
}

.list-post-type01 .list-ttl a {
	transition: 0.5s;
}

.list-post-type01 .list-ttl a:hover {
	opacity: 0.5;
}

.list-post-type01 .list-img {
	margin: 0 30px 0 0;
	width: 250px;
}

.list-post-type01 .list-img img {
	width: 250px;
	height: 180px;
	-o-object-fit: cover;
	object-fit: cover;
}

.list-post-type01 .list-img a {
	transition: 0.5s;
}

.list-post-type01 .list-img a:hover {
	opacity: 0.5;
}

.list-post-type01 .list-desc {
	flex: 1;
}

.list-post-type01 .list-data {
	font-size: 13px;
	margin: 0 0 5px;
}

.list-post-type01 time {
	display: inline-block;
	color: #98918c;
	font-size: 14px;
	vertical-align: -1px;
	margin: 0 25px 0 0;
}

.list-post-type01 .category {
	border: 1px solid #791C00;
	color: #791C00;
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	padding: 5px 8px;
	margin: 0 10px 0 0;
}

.list-post-type01 .list-txt {
	margin: 0 0 15px;
}

.list-post-type01 .list-btn {
	text-align: right;
}

.list-post-type01 .list-btn a {
	background: #0B183B;
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 5px 40px 6px;
	transition: 0.5s;
}

.list-post-type01 .list-btn a:hover {
	background: #333;
	color: #fff;
}

@media (max-width: 800px) {

	/*Post Type01*/
	.list-post-type01 {
		margin: 0 0 50px;
	}

	.list-post-type01 li+li {
		margin-top: 20px;
	}

	.list-post-type01 .list-ttl {
		font-size: 18px;
		padding: 0 0 7px;
		margin: 0 0 15px;
	}

	.list-post-type01 .list-img {
		margin: 0 15px 0 0;
		width: 40%;
	}

	.list-post-type01 .list-img img {
		width: 100%;
		height: 25vw;
	}

	.list-post-type01 .list-desc {
		margin: -5px 0 0;
	}

	.list-post-type01 time {
		font-size: 12px;
		margin: 0 15px 0 0;
	}

	.list-post-type01 .list-txt {
		font-size: 11px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin: 0 0 5px;
	}

	.list-post-type01 .list-btn {
		margin-top: 15px;
	}

	.list-post-type01 .list-btn a {
		font-size: 11px;
		text-align: center;
		padding: 2px 15px 4px;
	}
}

/*普通投稿 詳細ページ*/
.l-post-single {
	margin-bottom: 80px;
}

.l-post-single .l-ttl {
	font-size: 30px;
	margin: 0 0 35px;
}

.l-post-single .post-data {
	margin: 0 0 20px;
}

.l-post-single .post-data time {
	display: inline-block;
	color: #98918c;
	font-size: 14px;
	vertical-align: -1px;
	margin: 0 20px 0 0;
}

.l-post-single .post-data .category {
	border: 1px solid #791C00;
	color: #791C00;
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	padding: 5px 8px;
	margin: 0 10px 0 0;
}

@media (max-width: 800px) {
	.l-post-single .l-ttl {
		font-size: 22px;
		margin: 0 0 30px;
	}
}

/*------------
sidebar-layout
--------------*/
.sidebar-layout {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1400px;
}

.main-contents {
	padding: 0 70px;
	width: calc(100% - 300px);
	max-width: 1200px;
	margin: 0 auto;
}

.side-contents {
	padding: 0 40px;
	width: 300px;
}

.side-contents-wrapper {
	position: sticky;
	top: 110px;
}

.side-area-item-ttl {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.side-area-item+.side-area-item {
	margin-top: 30px;
}

.side-area-links {
	display: -ms-grid;
	display: grid;
	grid-gap: 5px;
}

.side-area-links li {
	padding-left: 20px;
	position: relative;
}

.side-area-links li::before {
	content: "";
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: 9px;
	left: 0;
}

.side-area-links a {
	display: inline-block;
}

.side-area-links a:hover {
	text-decoration: underline;
}

.side-area-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	text-overflow: "";
	background: #fff url(../images/share/icon_select_arrow.svg) no-repeat right 10px center/20px auto;
	border-radius: 0;
	border: none;
	border: 1px solid #e8ecf0;
	color: #333;
	vertical-align: middle;
	padding: 10px 20px 10px 15px;
	margin: 0;
	width: 100%;
	height: 50px;
}

@media (max-width: 800px) {
	.sidebar-layout {
		flex-direction: column-reverse;
		padding: 0 5vw;
		width: 100%;
	}

	.sidebar-layout.sp-reverse {
		flex-direction: column;
	}

	.sidebar-layout.sp-reverse .side-contents {
		margin: 0 0 50px;
	}

	.main-contents {
		width: 100%;
		padding: 0;
	}

	.side-contents {
		width: 100%;
		padding: 0;
		margin-top: 50px;
	}

	.side-contents-wrapper {
		position: sticky;
		top: 20px;
	}

	.side-area-item+.side-area-item {
		margin-top: 30px;
	}
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

hr {
	max-width: 1024px;
	margin: 50px auto;
}

.fade {
	transition: opacity 0.5s;
}

.fade:hover {
	opacity: 0.5;
}

.fs11 {
	font-size: 11px;
}

.bold,
strong {
	font-weight: bold;
}

.red {
	color: #F44336;
}

.marker {
	background: linear-gradient(transparent 50%, rgba(121, 28, 0, 0.13) 50%);
}

.notice {
	font-size: 0.8rem;
	text-indent: -1.2rem;
	padding-left: 1.2rem;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mbXS {
	margin-bottom: 5px !important;
}

.mbS {
	margin-bottom: 15px !important;
}

.mbM {
	margin-bottom: 30px !important;
}

.mbL {
	margin-bottom: 60px !important;
}

.mbXL {
	margin-bottom: 90px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.tal {
	text-align: left;
}

@media (max-width: 800px) {
	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}

	.sp-tac {
		text-align: center !important;
	}

	.sp-tar {
		text-align: right !important;
	}

	.sp-tal {
		text-align: left !important;
	}

	.mbL {
		margin-bottom: 30px !important;
	}

	.mbXL {
		margin-bottom: 50px !important;
	}
}

/*ボタン*/
.btn-more {
	display: inline-block;
	text-align: left;
	font-family: "Shippori Mincho B1", serif;
	line-height: 1;
	min-width: 190px;
	padding: 0 0 15px;
	transition: opacity 0.5s;
	line-height: 1.5;
	border-bottom: 1px solid #22201D;
	position: relative;
}

.btn-more::before {
	content: "";
	position: absolute;
	right: 10px;
	background: url(../images/share/ico_btn_arrow.svg) no-repeat center center/contain;
	width: 25px;
	height: 5px;
	top: 30%;
}

.btn-more:hover {
	opacity: 0.5;
}

.btn-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.btn-wrap.center {
	justify-content: center;
}

/*診療カレンダー*/
:root {
	--event01: #EF866B;
	--event02: #F7B46B;
	--event03: #A8DBA8;
	--event04: #B0D7D5;
}

.business-calendar-box-wrap {
	margin-bottom: 15px;
}

.business-calendar-box-wrap .business-calendar {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.business-calendar-box-wrap .business-calendar caption {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px;
}

.business-calendar-box-wrap .business-calendar caption span {
	line-height: 1;
	font-size: 25px;
	vertical-align: -1px;
}

.business-calendar-box-wrap .business-calendar-past a,
.business-calendar-box-wrap .business-calendar-future a {
	display: inline-block;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	width: 25px;
	height: 25px;
}

.business-calendar-box-wrap .business-calendar-past a::before,
.business-calendar-box-wrap .business-calendar-future a::before {
	display: inline-block;
	content: "";
	border-style: solid;
	border-width: 7px 6px 7px 0;
	border-color: transparent #333 transparent transparent;
	position: absolute;
	top: 10px;
	left: 10px;
}

.business-calendar-box-wrap .business-calendar-future a::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.business-calendar-box-wrap .business-calendar th {
	background: #f1f3f4;
	border: 1px solid #dfdfdf;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	padding: 5px;
	width: 14%;
}

.business-calendar-box-wrap .business-calendar td {
	background: #FFFFFF;
	border: 1px solid #dfdfdf;
	position: relative;
	font-size: 13px;
	padding: 5px;
	z-index: 0;
}

.business-calendar-box-wrap .business-calendar td::before {
	content: "";
	background: #ccc;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0;
}

.business-calendar-box-wrap.large .business-calendar th,
.business-calendar-box-wrap.large .business-calendar td {
	padding: 10px;
	font-size: 15px;
}

.business-calendar-box-wrap.col2 {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.business-calendar-box-wrap.col2 .business-calendar-box {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 3% 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 3%;
}

.business-calendar-box-wrap .business-calendar .today {
	text-decoration: underline;
}

.business-calendar-box-wrap .business-calendar .attr0,
.business-calendar-box-wrap .business-calendar .attr1,
.business-calendar-box-wrap .business-calendar .attr2,
.business-calendar-box-wrap .business-calendar .attr3 {
	color: #fff;
}

.business-calendar-box-wrap .business-calendar .attr0::before,
.business-calendar-box-wrap .business-calendar .attr1::before,
.business-calendar-box-wrap .business-calendar .attr2::before,
.business-calendar-box-wrap .business-calendar .attr3::before {
	opacity: 1;
}

.business-calendar-box-wrap .business-calendar .attr0::before {
	background: var(--event01);
}

.business-calendar-box-wrap .business-calendar .attr1::before {
	background: var(--event02);
}

.business-calendar-box-wrap .business-calendar .attr2::before {
	background: var(--event03);
}

.business-calendar-box-wrap .business-calendar .attr3::before {
	background: var(--event04);
}

.list-event {
	display: flex;
}

.list-event li {
	font-size: 15px;
	line-height: 1;
	margin: 0 20px 0 0;
}

.list-event i {
	margin: 0 5px 0 0;
}

.list-event .event01 {
	color: var(--event01);
}

.list-event .event02 {
	color: var(--event02);
}

.list-event .event03 {
	color: var(--event03);
}

.list-event .event04 {
	color: var(--event04);
}

@media (max-width: 800px) {
	.business-calendar-box-wrap.col2 .business-calendar-box {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}

	.list-event {
		display: block;
	}

	.list-event li+li {
		margin-top: 5px;
	}
}

/*診療時間*/
.time-table {
	border: 1px solid #DFDFDF;
	background: #fff;
	text-align: center;
	overflow: hidden;
	margin-bottom: 5px;
}

.time-table-head {
	background-color: #607D8B;
	color: #fff;
}

.time-table-head .item {
	padding: 10px 0;
}

.time-table-body {
	border-top: 1px solid #DFDFDF;
}

.time-table-body .item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}

.time-table-body .item:first-child {
	background-color: #8299A3;
	color: #fff;
	letter-spacing: 0;
}

.time-table-head,
.time-table-body {
	display: -ms-grid;
	display: grid;
	font-family: "Shippori Mincho B1", serif;
	-ms-grid-columns: 120px (1fr)[6] 60px;
	grid-template-columns: 120px repeat(6, 1fr) 60px;
}

.time-table.large .time-table-head,
.time-table.large .time-table-body {
	-ms-grid-columns: 220px (1fr)[6] 100px;
	grid-template-columns: 220px repeat(6, 1fr) 100px;
}

@media (max-width: 800px) {
	.time-table-head {
		font-size: 12px;
	}

	.time-table-head .item {
		padding: 5px 0;
	}

	.time-table-body .item {
		padding: 5px 0;
		font-size: 13px;
	}

	.time-table-body .item:first-child {
		line-height: 1.3;
		font-size: 10px;
	}

	.time-table-head,
	.time-table-body {
		-ms-grid-columns: 90px (1fr)[6] 50px !important;
		grid-template-columns: 90px repeat(6, 1fr) 50px !important;
	}
}

/*------------
splide
-------------*/
.splide__container {
	box-sizing: border-box;
	position: relative;
}

.splide__list {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0 2px;
	pointer-events: auto;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.under-slider01 .splide__slide .list-img {
	height: 500px;
}

.under-slider01 .splide__slide img {
	width: 800px;
	height: 500px;
	object-fit: contain;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	-webkit-animation: splide-loading 1s linear infinite;
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

@-webkit-keyframes splide-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes splide-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.splide__track--fade>.splide__list {
	display: block;
}

.splide__track--fade>.splide__list>.splide__slide {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
	opacity: 1;
	position: relative;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb>.splide__list {
	display: block;
}

.splide__arrow {
	align-items: center;
	background: #e9e9e9;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 64px;
	width: 64px;
	justify-content: center;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
	content: "";
	width: 1rem;
	height: 1rem;
	border: solid #000;
	border-width: 1px 1px 0 0;
}

.splide__arrow--prev::after {
	margin-left: 0.4rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.splide__arrow--next::after {
	margin-right: 0.4rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
	opacity: 0.9;
}

.splide__arrow:disabled {
	opacity: 0.3;
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__arrow--prev {
	left: calc((100% - 1080px) / 2);
}

.splide__arrow--prev svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.splide__arrow--next {
	right: calc((100% - 1080px) / 2);
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__pagination {
	bottom: 1em;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: 0.7;
	padding: 0;
	position: relative;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	width: 8px;
}

.splide__pagination__page.is-active {
	background: #333;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	z-index: 1;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: 0.9;
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__progress__bar {
	background: #ccc;
	height: 3px;
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
	outline: 0;
}

@supports (outline-offset: -3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast: none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf;
	}
}

@supports (outline-offset: -3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast: none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf;
	}

	.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
		border-color: #0bf;
	}
}

.splide__toggle {
	cursor: pointer;
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
	border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.splide__pagination--ttb {
	bottom: 0;
	display: flex;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: 0.5em;
	top: 0;
}

/*-----------------------------------------------------------
Animation
-----------------------------------------------------------*/
.js-fadein {
	transition: opacity 1.2s, -webkit-transform 1s;
	transition: opacity 1.2s, transform 1s;
	transition: opacity 1.2s, transform 1s, -webkit-transform 1s;
	opacity: 0;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
}

.js-fadein.is-show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
