@charset "UTF-8";
.home #wpadminbar {display:none;}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{font-size: clamp(11px, calc(11px + (15 - 11) * ((100vw - 768px) / (1280 - 768))), 15px);}
body {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Segoe UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #000;
	line-height: 1.76;
	font-feature-settings: "palt";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  letter-spacing: 0.04em;
}
a {outline: none;}
a, a:hover, a:focus, a:active {color: inherit;}
a:hover {opacity: .6;}
p {
  margin-bottom: 1em;
}
iframe {
  max-width: 100%;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
select,
textarea {
  padding: 12px;
  width: 100%;
  font-size: clamp(10px, 1.14vw, 14px);
  font-family: inherit;
  background: #fff;
  line-height: 1.8;
  border: solid 1px #D8D8D8;
  vertical-align: middle;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
textarea:focus {
  background: #fff;
}
input[type="submit"] {
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 20px;
  min-width: 260px;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  background: #0BB6A7;
  border: none;
}
.btn-gnavi,
.menu-label {
    cursor: pointer;
}
.bg_white {
	background: #fff;
}
@media screen and (max-width: 767px) {
	html{font-size: 11px;}
}

.spv { display: block; }
.pcv { display: none; }
@media screen and (min-width: 769px) {
	.spv { display: none; }
	.pcv { display: block; }
}

.klee {font-family: "Klee One", system-ui, "YuGothic", sans-serif;}

/* layout */
.wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
}
header {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	padding: 0 14.5px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	z-index: 99999;
}
header h1 {
	width: 28%;
	max-width: 397px;
	margin: 0;
	position: relative;
	z-index: 30;
}
header h1 a {
	display: block;
}
header .btn-gnavi {
	width: 33px;
	margin: 0;
	font-size: 8px;
	line-height: 1;
	color: #000;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	position: relative;
}
header .btn-gnavi .text-close {
	position: absolute;
	display: none;
	z-index: 99999;
}
header .btn-gnavi.hb-open .text-close {
	display: block;
}
header nav {
	width: 40%;
	padding: 6% 3% 3%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 400;
	background-color: rgba(0, 0, 0, .84);
	position: fixed;
	top: 0;
	right: -100%;
	flex-direction: column;
	justify-content: flex-start;
	z-index: 999;
}
header nav ul {
	width: 100%;
}
header nav ul li a {color: #ffffff;}
header nav ul li a:hover {color: #ffffff;}
ul.menu li {
	padding: 20px 15px 0;
	font-size: 1.25rem;
	color: #ffffff;
}
ul.menu li.menu_1,
ul.menu li.menu_2 {
	padding: 20px 15px;
	border-bottom: 1px solid #fff;
}
ul.sub_menu {
	margin: 0 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
ul.sub_menu li {
	width: 45%;
	padding: 10px 0;
	font-size: 1rem;
}
@media screen and (max-width: 768px) {
	header {
		height: 60px;
		padding: 0 10px;
	}
	header h1 {
		width: 70%;
		max-width: 500px;
	}
	header nav {
	    width: 80%;
	}
	ul.sub_menu li {
		width: 100%;
		padding: 5px 0;
	}
}

/* under */
main {
	width: 100%;
	margin: 0 auto 80px;
	position: relative;
	top: 80px;
	background: #fff;
}
.entry-content {
	width: 100%;
	margin: 0 auto;
}
.entry-content .inner {
	width: 100%;
	max-width: 1140px;
	margin: auto;
	padding: 0 20px;
}
.flex_wrap {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.flex_wrap.reverse {
	flex-direction: row-reverse;
}
.flex_wrap.last {
	margin-bottom: 0;
}
.block {
	padding: 50px 0;
}
.block.background .txt_btn a {
	background: none;
}
.block.background .txt_btn a:hover {
	background: #b3934b;
}

.entry_header {
	padding: 40px 0;
	background: url(../images/common/footer_bg.svg) repeat;
}
h2.page-title {
	font-size: 1.15rem;
	font-family: 'Barlow', sans-serif;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	position: relative;
}
h2.page-title span {
	font-size: 2.6rem;
	display: block;
}
h3.block-title {
	margin-bottom: 40px;
	padding-bottom: 10px;
	font-size: 2.15rem;
	font-weight: normal;
	text-align: center;
	display: block;
	position: relative;
}
h3.block-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
	width: 24.8%;
	height: 1px;
	background-color: #000;
}
h3.block-title span {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Segoe UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	font-size: clamp(8px, 0.86vw, 12px);
	font-weight: normal;
    line-height: 1.4;
    text-align: center;
	display: block;
}
h4.catch {
	margin-bottom: 40px;
	font-family: "Klee One", system-ui, "YuGothic", sans-serif;
	font-size: 2.15rem;
	font-weight: normal;
	text-align: center;
	display: block;
}

h3.unit-title,
h4.unit-title {
	margin: 0 auto 1.5em;
	padding-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
}
h5 {
	margin-bottom: 0.5em;
	font-size: 1.45rem;
	font-weight: 600;
}

.list_arrow {
	margin-bottom: 40px;
}
.list_arrow h4.list-title {
	margin-bottom: 1em;
	font-size: clamp(16px,1.43vw,20px);
	font-weight: 600;
	text-align: left;
	color: #b3934b;
}
.list_arrow h4.list-title::after {
	display: none;
}
.list_arrow ul {}
.list_arrow li,
.list_arrow dt {
	margin-bottom: 0.5em;
	padding-left: 25px;
	font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", sans-serif;
	font-size: clamp(12px,1.29vw,16px);
	color: #3e1b1a;
	position: relative;
	display: flex;
	align-items: flex-start;
}
.list_arrow li:before,
.list_arrow dt:before {
	width: 20px;
	height: 20px;
	content: "";
	background: url("../images/common/mrk_arrow01.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 4px;
	left: 0;
}
.list_arrow li:last-child,
.list_arrow dd:last-child {
	margin-bottom: 0;
}
.list_arrow.frame {
	padding: 30px;
	border: 2px solid #b3934b;
	border-radius: 20px;
}
.list_arrow.noframe {
	padding: 30px;
	background: #fff;
	border-radius: 20px;
}

main .txt_btn {}
main .txt_btn a {
	width: 200px;
	padding: 15px 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	line-height: 1em;
	text-align: center;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	border-radius: 50px;
	display: block;
}
main .txt_btn a:hover {
	color: #fff;
	background: #000;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	main {
		top: 60px;
		margin-bottom: 60px;
	}
	.entry-content {
		padding: 15px 0;
	}
	.entry-content .inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.entry-content .inner img {
		width: 100%;
	}
	.entry_header {
		padding: 25px 0;
	}
	.flex_wrap {
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	.block {
 	   padding: 15px 0;
	}
	h2.page-title {
		font-size: 0.75em;
	}
	h2.page-title span {
		font-size: 2.5em;
	}
	h3.block-title {
		margin-bottom: 20px;
		font-size: 1.5em;
	}
	h3.block-title::after {
		width: 40%;
	}
	h4.catch {
		margin-bottom: 20px;
		font-size: 1.75rem;
	}
	h4.unit-title {
		margin: 0 auto 1em;
		font-size: 1.429em;
	}
	h5 {
		font-size: 1.286em;
	}
	.list_arrow.frame {
		padding: 20px;
	}
	.list_arrow h4.list-title {
		font-size: 1.143em;
	}
	.list_arrow li {
		padding-left: 20px;
	}
	.list_arrow li:before,
	.list_arrow dt:before {
		width: 15px;
        height: 15px;
	}
	main .txt_btn a {
		width: 45%;
		max-width: 500px;
		padding: 8px 0;
		font-size: 1.2em;
	}
}

.wp-singular article {
	margin-bottom: 40px;
}
.post-pagination {
	margin: 50px auto;
	text-align: center;
}
.post-pagination .page-numbers {
	margin: 0 5px;
    padding: 5px 9px;
    font-size: 0.8rem;
	font-weight: normal;
	text-align: center;
}
.post-pagination .page-numbers.current {
	color: #fff;
	background: #b8b8b8;
}
@media screen and (max-width: 768px) {
	.wp-singular article {
		margin-bottom: 20px;
	}
	.post-pagination {
		margin: 20px auto 0;
	}
}


footer {
	background: url("../images/common/footer_bg.svg") repeat;
}
footer a {color: #fff;}
footer a:hover {color: #fff;}
footer .foot_logo {
	width: 10%;
	margin: 20px auto 0;
}
footer .footer_inner {
	padding: 20px 20px 0;
	text-align: center;
}
footer .footer_nav {
	width: 70%;
	max-width: 1000px;
	margin: 30px auto 15px;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
}
footer .footer_nav h3 {
	margin-bottom: 10px;
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 1.7;
	color: #fff;
	text-align: left;
}
footer .footer_nav_box.left {
	width: 35%;
}
footer .footer_nav_box.center {
	width: 50%;
}
footer .footer_nav_box.right {
	width: 15%;
}
footer .footer_nav_box ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
footer .footer_nav_box.left ul,
footer .footer_nav_box.center ul {
	margin-left: 20px;
}
footer .footer_nav_box.right ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
}
footer .footer_nav_box li {
	width: 50%;
	margin-bottom: 10px;
	font-size: 0.75rem;
	text-align: left;
}
footer .footer_nav_box.right li {
	font-size: 0.9rem;
}
footer .copyright {
	margin: 0;
	padding: 10px;
	font-size: 0.65rem;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 768px) {
	footer .foot_logo {
		width: 18%;
		margin: 0px auto 0;
	}
	footer .footer_main .foot_tel {
    	width: 47%;
	}
	footer .footer_nav {display: none;}
	footer .copyright {
		padding-bottom: 63px;
        font-size: 0.8em;
	}
	footer .footer-fixed {
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 10;
		border-top: 1px solid #fff;
	}
}
footer .footer-fixed {
	width: 100%;
	display: none;
}
footer .footer-fixed ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	background: #fff;
}
footer .footer-fixed li {
	width: calc((100% - 1px ) / 2);
}
footer .footer-fixed li a {
	width: 100%;			
	height: 100%;
	padding: 15px 0;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #000;
	display: block;
}
@media screen and (min-width: 769px) {
	footer .footer-fixed {
		display: none !important;
	}
}

.fade-in-target {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-left {transform: translateX(-50px);}
.fade-right {transform: translateX(50px);}
.fade-up {transform: translateY(30px);}
.fade-down {transform: translateY(-30px);}
.fade-scale {transform: scale(0.9);}
.delay-200 {transition-delay: 0.2s;}
.delay-400 {transition-delay: 0.4s;}
.delay-600 {transition-delay: 0.6s;}
