@charset "UTF-8";
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
	margin: 0;
}

ul[role=list], ol[role=list] {
	list-style: none;
}

html:focus-within {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img, picture {
	max-width: 100%;
	display: block;
}

input, button, textarea, select {
	font: inherit;
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*, *::before, *::after {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
	scroll-behavior: smooth;
}

body {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: #515151;
	word-break: auto-phrase;
	background-color: #FCFCFC;
	position: relative;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
}
body::before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 130vh);
	top: 130vh;
	left: 0;
	background: url(./images/body-bg.png) repeat-y top center/cover;
	z-index: -1;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

.accent-font {
	font-family: "Quicksand", sans-serif;
}

.container {
	width: 80%;
	margin: 0 auto;
	max-width: 1180px;
}
@media screen and (max-width: 1024px) {
	.container {
		width: 85%;
	}
}
@media screen and (max-width: 767px) {
	.container {
		width: 90%;
	}
}

a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:hover {
	opacity: 0.7;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.lower-fv {
	position: relative;
	z-index: 0;
	overflow: hidden;
	aspect-ratio: 2046/496;
	background-color: #fff;
	text-align: center;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.lower-fv {
		aspect-ratio: 2/1;
	}
}
.lower-fv::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(./images/lower-fv.png) no-repeat bottom center/cover;
	z-index: -1;
}
.lower-fv-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	max-width: 90%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.lower-fv h1 {
	font-size: clamp(1.5rem, 0.909rem + 1.97vw, 3.125rem);
	color: #4fae4f;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0px -2px 0 #FFF, -2px 0px 0 #FFF, 2px 0px 0 #FFF;
}

#breadcrumbs {
	padding: 1.5rem 10% 2rem;
	background-color: #fff;
	font-size: 14px;
}
#breadcrumbs > span > span:first-child {
	position: relative;
	padding-left: 18px;
}
#breadcrumbs > span > span:first-child::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 1rem;
	height: 1rem;
	background: url(./images/home.png) no-repeat center/contain;
}

.wp-pagenavi {
	width: 100%;
	margin: 5rem auto;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 2.5rem;
	}
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
	aspect-ratio: 1/1;
	border-radius: 999vh;
	display: inline-block;
	color: #515151;
	padding: 0 !important;
	width: 50px;
	height: 50px;
	border: none !important;
	font-weight: bold;
	margin: 10px 15px !important;
	font-size: 20px !important;
	line-height: 50px;
}
@media screen and (max-width: 767px) {
	.wp-pagenavi span,
	.wp-pagenavi a {
		padding: 8px 5px !important;
	}
}
.wp-pagenavi span.current {
	background: #4fae4f;
	color: #fff;
}

.cta {
	background: url(./images/cta.png) no-repeat center/cover;
	padding: 5rem 0;
	text-align: center;
	margin: 7.5rem 0 100px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.cta {
		padding: 5rem 0 70px;
		margin: 0rem 0 60px;
	}
}
.cta::before {
	content: "";
	position: absolute;
	width: 170px;
	aspect-ratio: 170/112;
	top: 7rem;
	left: 15%;
	background: url(./images/cta1.png) no-repeat center/contain;
	z-index: 10;
}
@media screen and (max-width: 1600px) {
	.cta::before {
		width: 130px;
		left: 6%;
	}
}
@media screen and (max-width: 767px) {
	.cta::before {
		width: 90px;
		top: 3rem;
		left: 1%;
	}
}
.cta::after {
	content: "";
	position: absolute;
	width: 156px;
	aspect-ratio: 156/146;
	bottom: 7.5rem;
	right: 15%;
	background: url(./images/cta2.png) no-repeat center/contain;
	z-index: 10;
}
@media screen and (max-width: 1600px) {
	.cta::after {
		right: 7.5%;
		bottom: 4rem;
		width: 130px;
	}
}
@media screen and (max-width: 767px) {
	.cta::after {
		right: 2%;
		bottom: 2rem;
		width: 90px;
	}
}
.cta .container {
	background-color: #fff;
	border-radius: 2rem;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	padding: 5rem 1rem !important;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.cta .container {
		padding: 3rem 1rem !important;
	}
}
.cta .container::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(./images/cta-bg.png) no-repeat center/cover;
	z-index: -1;
}
.cta h2 {
	font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
	margin-bottom: 1rem;
	color: #4fae4f;
}
.cta h3 {
	color: #ED7288;
	text-align: center;
	margin: 1rem 0 1.5rem;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.cta .orange-btn {
	margin: 1.5rem auto 0;
}
.cta-btn {
	margin: 1.5rem auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
	.cta-btn {
		gap: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.cta-btn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.cta-btn a {
	width: 28%;
}
@media screen and (max-width: 1024px) {
	.cta-btn a {
		width: 30%;
	}
}
@media screen and (max-width: 767px) {
	.cta-btn a {
		width: 200px;
	}
}
.cta-btn a:first-child {
	width: 27%;
}
@media screen and (max-width: 1024px) {
	.cta-btn a:first-child {
		width: 29%;
	}
}
@media screen and (max-width: 767px) {
	.cta-btn a:first-child {
		width: 200px;
	}
}

.content {
	width: 70%;
	margin: 5rem auto;
	max-width: 1000px;
}
@media screen and (max-width: 1024px) {
	.content {
		width: 80%;
	}
}
@media screen and (max-width: 767px) {
	.content {
		width: 90%;
		margin: 2.5rem auto;
	}
	.content .wp-block-spacer {
		height: 3rem !important;
	}
}

.wp-block-table th {
	word-break: auto-phrase !important;
}

.simple-sitemap-wrap a {
	color: #0000ee;
	text-decoration: underline;
}
.simple-sitemap-wrap ul, .simple-sitemap-wrap li {
	list-style: inside;
}

.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}

.swiper {
	margin-top: 5rem;
}
.swiper .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

#ez-toc-container {
	margin: 2rem 0;
}

.top-title {
	text-align: center;
	margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
	.top-title {
		margin-bottom: 2rem;
	}
}
.top-title img {
	width: 50px;
	margin: 0 auto 0.5rem;
}
.top-title h2 {
	font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
}
.top-title h2 + p {
	margin-top: 1rem;
}

.grecaptcha-badge {
	display: none;
}

.simple-sitemap-wrap a {
	color: #4fae4f;
}

header {
	width: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 1024px) {
	header {
		-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		background-color: #fff;
	}
}
@media screen and (max-width: 1024px) {
	header + section {
		margin-top: 70px;
	}
}
@media screen and (max-width: 767px) {
	header + section {
		margin-top: 55px;
	}
}

.header-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
@media screen and (max-width: 1600px) {
	.header-contents {
		padding: 0 2.5%;
	}
}
@media screen and (max-width: 1024px) {
	.header-contents {
		height: 70px;
	}
}
@media screen and (max-width: 767px) {
	.header-contents {
		height: 55px;
	}
}

.header-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2.5rem;
}
.header-left a {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.header-left a img {
	width: 234px;
}
@media screen and (max-width: 1280px) {
	.header-left a img {
		width: 200px;
	}
}
@media screen and (max-width: 1024px) {
	.header-left a img {
		width: 180px;
	}
}
@media screen and (max-width: 767px) {
	.header-left a img {
		width: 140px;
	}
}

.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1600px) {
	.header-right {
		gap: 2rem;
	}
}
@media screen and (max-width: 1280px) {
	.header-right {
		gap: 1rem;
	}
}
@media screen and (max-width: 1024px) {
	.header-right {
		display:none;
	}
}
.header-right > a {
	width: 240px;
	display: block;
}
@media screen and (max-width: 1400px) {
	.header-right > a {
		width: 180px;
	}
}
@media screen and (max-width: 1024px) {
	.header-right > a {
		display: none;
	}
}
.header-right > .hamburger-nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4rem;
}
@media screen and (max-width: 1600px) {
	.header-right > .hamburger-nav > ul {
		gap: 2rem;
	}
}
@media screen and (max-width: 1280px) {
	.header-right > .hamburger-nav > ul {
		gap: 1rem;
	}
}
@media screen and (max-width: 1024px) {
	.header-right > .hamburger-nav > ul {
		display: none;
	}
}
.header-right > .hamburger-nav > ul > li > a {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media screen and (max-width: 1280px) {
	.header-right > .hamburger-nav > ul > li > a {
		font-size: 14px;
	}
}

.hamburger-menu {
	display: none;
}
@media screen and (max-width: 1024px) {
	.hamburger-menu {
		display: block;
	}
}
.hamburger-menu input {
	display: none;
}
.hamburger-menu .menu-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 30;
	position: relative;
	height: 25px;
	width: 40px;
}
.hamburger-menu .menu-btn span,
.hamburger-menu .menu-btn span:before,
.hamburger-menu .menu-btn span:after {
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	background-color: #4fae4f;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.hamburger-menu .menu-btn span:before {
	bottom: 8px;
}
.hamburger-menu .menu-btn span:after {
	top: 8px;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hamburger-menu .menu-content .logo {
	width: 250px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.hamburger-menu .menu-content .logo {
		width: 180px;
	}
}
.hamburger-menu .menu-content .hamburger-wrap {
	width: 80%;
	margin: 0 auto;
}
.hamburger-menu .menu-content .hamburger-wrap + a {
	width: 250px;
	margin-top: 2.5rem;
}
.hamburger-menu .menu-content ul li a {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #333333;
	text-align: left;
	padding-bottom: 1rem;
	border-bottom: 1px solid #B2B2B2;
}
@media screen and (max-width: 767px) {
	.hamburger-menu .menu-content ul li a {
		padding-bottom: 0.5rem;
		font-size: 1rem;
	}
}
.hamburger-menu .gnavi__sp-style {
	position: fixed;
	z-index: -2;
	top: 70px;
	background: #fff;
	background-color: rgba(79, 174, 79, 0.4196078431);
	width: 100%;
	height: calc(100vh - 70px);
	left: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.5rem;
	padding: 20% 0 0;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.hamburger-menu .gnavi__sp-style {
		padding: 10% 0 0;
		top: 55px;
		height: calc(100vh - 55px);
	}
}
.hamburger-menu .gnavi__sp-style::before {
	content: "";
	position: absolute;
	width: 95%;
	height: 95%;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: -1;
}
.hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li {
	margin-bottom: 1rem;
}
.hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li {
		margin-bottom: 0.5rem;
	}
}
.hamburger-menu .gnavi__sp-style.active {
	opacity: 1;
	z-index: 20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.hamburger-menu .copyright {
	position: absolute;
	bottom: 2.5%;
	left: 5%;
	background: #1C803F;
	width: 90%;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-size: clamp(0.625rem, 0.489rem + 0.45vw, 1rem);
}
.hamburger-menu .copyright::before {
	content: "";
	position: absolute;
	height: 250%;
	aspect-ratio: 57/101;
	background: url(./images/ham-left.png) no-repeat center/contain;
	left: 5%;
	top: -250%;
}
@media screen and (max-width: 767px) {
	.hamburger-menu .copyright::before {
		height: 150%;
		top: -150%;
	}
}
.hamburger-menu .copyright::after {
	content: "";
	position: absolute;
	height: 250%;
	aspect-ratio: 163/98;
	background: url(./images/ham-right.png) no-repeat center/contain;
	right: 5%;
	top: -250%;
}
@media screen and (max-width: 767px) {
	.hamburger-menu .copyright::after {
		height: 150%;
		top: -150%;
	}
}

.footer {
	padding: 10rem 0 4rem;
	position: relative;
	z-index: 0;
	color: #fff;
	overflow: hidden;
	z-index: 15;
	background: url(./images/footer.png) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
	.footer {
		padding: 10rem 0 2rem;
	}
}
.footer::before {
	content: "";
	top: 10%;
	left: 0;
	z-index: -1;
	position: absolute;
	width: 13%;
	aspect-ratio: 352/546;
	background: url(./images/footer-left.png) no-repeat top center/cover;
}
.footer::after {
	content: "";
	bottom: 0%;
	right: 0;
	z-index: -1;
	position: absolute;
	width: 11%;
	aspect-ratio: 400/654;
	background: url(./images/footer-right.png) no-repeat top center/cover;
}
.footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1320px;
	margin: 0 auto;
	width: 80%;
}
@media screen and (max-width: 1600px) {
	.footer-wrap {
		width: 85%;
	}
}
@media screen and (max-width: 1024px) {
	.footer-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.footer-wrap {
		width: 90%;
	}
}
.footer-left {
	width: 230px;
}
.footer-left a{
	/* 	background: #fff; */
	display: block;
	padding: 8px;
	border-radius: 8px;
}
.footer-left > p {
	margin-top: 3rem;
	line-height: 2;
}
@media screen and (max-width: 1024px) {
	.footer-left > p {
		margin-top: 1rem;
	}
}
.footer-right {
	width: calc(100% - 300px);
	max-width: 965px;
}
@media screen and (max-width: 1024px) {
	.footer-right {
		width: 100%;
	}
}
.footer-right ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.5rem 1rem;
}
@media screen and (max-width: 1024px) {
	.footer-right ul {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.footer-right ul {
		gap: 1rem;
	}
}
.footer-right ul.sub-menu {
	gap: 0.5rem 0;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.footer-right ul.sub-menu {
		margin-top: 0.5rem;
	}
}
.footer-right ul.sub-menu li {
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.footer-right ul.sub-menu li {
		font-size: 12px;
	}
}
.footer-right ul li {
	width: calc((100% - 4rem) / 5);
	min-width: 150px;
	display: inline-block;
	font-size: 18px;
}
@media screen and (max-width: 1400px) {
	.footer-right ul li {
		width: calc((100% - 3rem) / 4);
	}
}
@media screen and (max-width: 1280px) {
	.footer-right ul li {
		width: calc((100% - 2rem) / 3);
	}
}
@media screen and (max-width: 767px) {
	.footer-right ul li {
		font-size: 14px;
		width: calc((100% - 1rem) / 2);
	}
}
.footer-right ul li a {
	color: #fff;
}
.footer p.copyright {
	text-align: right;
	margin-top: 7.5rem;
}
@media screen and (max-width: 1024px) {
	.footer p.copyright {
		margin-top: 3rem;
	}
}
@media screen and (max-width: 767px) {
	.footer p.copyright {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	h2, h3, h4, h5 {
		line-height: 1.5;
	}
}

a {
	text-decoration: none;
	color: #000;
	line-height: 1.5;
}

.orange-btn {
	padding: 8px;
	text-align: center;
	width: 220px;
	border-radius: 5rem;
	background-color: #F88800;
	color: #fff;
	font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
	margin: 3rem auto 0;
	display: block;
	position: relative;
}
.orange-btn::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: url(./images/arrow.png) no-repeat center/contain;
}

/*お知らせ一覧ページ*/
.time-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #515151;
}
.time-wrap img {
	width: 14px;
}

.news {
	margin: 5rem 0;
}
@media screen and (max-width: 767px) {
	.news {
		margin: 2.5rem 0 5rem;
	}
}
.news .container {
	max-width: 1180px;
}
.news .post-list .item {
	margin-bottom: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.5rem;
	background-color: #fff;
	border-radius: 1rem;
	-webkit-box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.news .post-list .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.news .post-list .news-img {
	width: 45%;
}
@media screen and (max-width: 767px) {
	.news .post-list .news-img {
		width: 100%;
	}
}
.news .post-list .news-img img {
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 340/250;
	border-radius: 1rem;
}
.news .post-list object {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.news .post-list object {
		width: 100%;
	}
}
.news-text {
	margin-top: 1rem;
}
.news-text .category {
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0.5rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news-text .post-title {
	color: #4fae4f;
	font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
	margin: 8px 0;
}
.news-text .post-excerpt {
	font-size: 14px;
	line-height: 1.8;
}
.news-text .orange-btn {
	margin: 1rem 0 0;
	font-size: 14px;
	padding: 8px 1.5rem;
	width: 140px;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.news-text .orange-btn {
		margin: 1rem auto 0;
	}
}
.news-text .orange-btn::before {
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
}
.news-label {
	color: #ED7288;
	padding: 4px 20px;
	border-radius: 30px;
	border: 2px solid #ED7288;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 15px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.news-label {
		font-size: 12px;
	}
}
.news-label span {
	line-height: 1;
}
.news-img img {
	aspect-ratio: 312/206;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

/*詳細ページ*/
.single .news-img {
	margin-bottom: 2rem;
}

.single .news-img img{
	object-fit:contain;
	aspect-ratio:auto;
}

.news-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 1280px) {
	.news-contents {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 5rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
	.news-contents {
		gap: 3rem;
	}
}
.news-contents .news-right {
	width: 300px;
}
.news-contents .news-left {
	width: calc(100% - 360px);
}
@media screen and (max-width: 1280px) {
	.news-contents .news-left {
		width: 100%;
	}
}
.news-contents .news-left .content {
	width: 100%;
	margin: 0;
	font-weight: 400;
}
.news-contents .news-left .content > h2 {
	font-size: clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
	padding: 1rem 0;
	border-bottom: 1px solid #DBDBDB;
	margin: 2rem 0 1rem;
	color: #4fae4f;
}
@media screen and (max-width: 767px) {
	.news-contents .news-left .content > h2 {
		margin: 2rem 0 1rem;
		padding: 0.5rem 0;
	}
}
.news-contents .news-left .content > h3 {
	font-size: clamp(1.125rem, 1.034rem + 0.3vw, 1.375rem);
	margin: 2rem 0 1.5rem;
	padding: 2px 1rem;
	border-left: 4px solid #4fae4f;
}
.news-contents .news-left .content > h4 {
	margin: 2rem 0 1.5rem;
	font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
}
.news-contents .news-left .content table {
	width: 100%;
	border-collapse: collapse;
}
.news-contents .news-left .content table td {
	padding: 1.5rem;
}
@media screen and (max-width: 767px) {
	.news-contents .news-left .content table td {
		padding: 0.5rem;
	}
}
.news-contents .news-left .content table td:first-child {
	font-weight: bold;
	min-width: 100px;
}
.news-contents .news-left .content table tr {
	border-top: 1px solid #4fae4f;
}
.news-contents .news-left .content table tr:last-child {
	border-bottom: 1px solid #4fae4f;
}
.news-contents .news-left .content ul {
	margin: 2rem 0;
}
.news-contents .news-left .content ul li {
	list-style: inside;
	margin: 1rem 0;
}
.news-contents .news-left .content p {
	line-height: 2;
	margin-bottom: 1rem;
}
.news-contents .post-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2rem;
	gap: 1.5rem;
}
@media screen and (max-width: 767px) {
	.news-contents .post-navigation {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1rem;
	}
}
.news-contents .post-navigation > div {
	width: calc((100% - 1.5rem) / 2);
}
@media screen and (max-width: 767px) {
	.news-contents .post-navigation > div {
		width: 100%;
	}
}
.news-contents .post-navigation > div a {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 4px 2px rgba(79, 174, 79, 0.1);
	box-shadow: 0 0 4px 2px rgba(79, 174, 79, 0.1);
	display: block;
	font-size: 14px;
	color: #666666;
}
.news-contents .post-navigation > div a span {
	color: #333;
	font-size: 1rem;
}
.news-contents .post-navigation a {
	text-decoration: none;
	font-weight: bold;
}
.news-contents .post-navigation span {
	display: block;
	margin-top: 5px;
}

.news-right-box {
	padding: 2rem 1.5rem;
	background-color: #fff;
	border-radius: 1rem;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	margin-bottom: 1.5rem;
}
.news-right-box h2 {
	color: #4fae4f;
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #DBDBDB;
}
.news-right .category-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #DBDBDB;
	font-size: 14px;
}
.news-right .category-list li span {
	font-size: 12px;
	padding: 2px 10px;
	border-radius: 12px;
	background-color: #F4FFF4;
	color: #999999;
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
}

.related-posts {
	margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
	.related-posts {
		margin: 2.5rem 0 0;
	}
}
.related-posts h2 {
	font-size: clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
	padding: 1rem 0;
	border-bottom: 1px solid #DBDBDB;
	margin: 0 0 2rem;
	color: #4fae4f;
}
.related-posts ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.related-posts ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1rem;
	}
}
.related-posts ul li {
	width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
	.related-posts ul li {
		width: 100%;
	}
}
.related-posts ul li a {
	padding: 1.5rem 1rem;
	background-color: #fff;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	display: block;
}
.related-posts ul li a .news-img {
	margin-bottom: 1rem;
}
.related-posts ul li a span {
	color: #fff;
	background-color: #4fae4f;
	padding: 5px 1rem;
	border-radius: 20px;
	font-size: 12px;
	font-family: "Quicksand", sans-serif;
}
.related-posts ul li a h3 {
	font-size: 14px;
	margin-top: 10px;
}

.author {
	padding: 2rem 0;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	margin: 4rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.author {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1rem;
		margin: 2.5rem 0;
	}
}
.author h2 {
	font-size: 18px;
	width: 130px;
}
.author-txt {
	width: calc(100% - 170px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.author-txt {
		width: 100%;
	}
}
.author-txt > img {
	width: 5rem;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 999vh;
}
.author-txt > div {
	width: calc(100% - 6.5rem);
}
.author-txt > div h3 {
	font-size: 1rem;
	margin-bottom: 1rem;
}
.author-txt > div > p {
	line-height: 2;
}
.author-sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-top: 1.5rem;
}
.author-sns a {
	width: 2rem;
	display: block;
}

.popular-posts a {
	display: block;
	border-bottom: 1px solid #F0F0F0;
	padding: 20px 0 1.5rem;
}
.popular-posts a .post-title {
	display: block;
	margin-top: 8px;
	font-size: 14px;
}

.entry-box {
	padding: 5rem 5%;
	border: 6px solid #4FAE4F;
	border-radius: 20px;
	background-color: #fff;
	margin: 0 auto 5rem;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.entry-box {
		padding: 2.5rem 5% 10rem;
	}
}
@media screen and (max-width: 767px) {
	.entry-box {
		border: 2px solid #4FAE4F;
		padding: 1.5rem 5% 5rem;
		max-width: 400px;
		margin-bottom: 4rem;
	}
}
.entry-box.zoom::before {
	width: 8%;
	left: 7.5%;
	background: url(http://akiyoshi105.net/wp-content/uploads/2026/05/phone_icon.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
	.entry-box.zoom::before {
		left: 30%;
		width: 10%;
	}
}
@media screen and (max-width: 767px) {
	.entry-box.zoom::before {
		width: 15%;
	}
}
.entry-box::before {
	content: "";
	position: absolute;
	width: 15%;
	aspect-ratio: 1/1;
	background: url(./images/contact-1.png) no-repeat center/contain;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
	.entry-box::before {
		width: 20%;
		left: 30%;
		top: 70%;
	}
}
@media screen and (max-width: 767px) {
	.entry-box::before {
		top: 82%;
		width: 25%;
		left: 25%;
	}
}
.entry-box::after {
	content: "";
	position: absolute;
	width: 15%;
	aspect-ratio: 1/1;
	background: url(./images/contact-2.png) no-repeat center/contain;
	right: 2.5%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
	.entry-box::after {
		right: 30%;
		top: 70%;
	}
}
@media screen and (max-width: 767px) {
	.entry-box::after {
		top: 82%;
		width: 20%;
		max-width: 70px;
	}
}

.zoom-box {
	margin-bottom: 7.5rem;
}
.zoom-box-ul {
	margin-top: 2rem;
}
.zoom-box-ul p {
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
}
.zoom-box-ul p::before {
	content: "";
	min-width: 20px;
	width: 20px;
	height: 20px;
	background: url(./images/check.png) no-repeat center/contain;
	display: block;
}

/*contact*/
.contact {
	padding: 3rem 0 5rem;
}
@media screen and (max-width: 767px) {
	.contact {
		padding: 3rem 0 4rem;
	}
}
.contact-title {
	margin: 0 0 2rem !important;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}
@media screen and (max-width: 767px) {
	.contact-title {
		gap: 0.5rem;
		font-size: 18px;
		padding-bottom: 1rem;
	}
}
.contact-title.zoom::before {
	background: url(http://akiyoshi105.net/wp-content/uploads/2026/05/phone_icon.png) no-repeat center/contain;
}
.contact-title::before {
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	background: url(./images/contact-title.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
	.contact-title::before {
		width: 3rem;
		height: 3rem;
	}
}
@media screen and (max-width: 767px) {
	.contact-title::before {
		width: 2rem;
		height: 2rem;
	}
}
.contact form {
	background-color: #fff;
	text-align: left;
	-webkit-box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	border-radius: 10px;
	padding: 3rem 7.5%;
}
@media screen and (max-width: 767px) {
	.contact form {
		width: 100%;
		margin-bottom: 2.5rem;
	}
}
.contact form h3 {
	text-align: left;
	color: #4fae4f;
	font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
	padding-bottom: 1rem;
	margin: 2rem 0 1rem;
	border-bottom: 1px solid #DBDBDB;
	width: 100%;
}
.contact form h3:first-of-type {
	margin-top: 1rem;
}
.contact form .select-date .two-column > div {
	width: calc((100% - 1rem) / 2);
	max-width: 460px;
}
.contact form > div:not(.submit-btn) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.contact form > div:not(.submit-btn):not(:last-child) {
	margin-bottom: 1.5rem;
}
.contact form > div:not(.submit-btn) p {
	width: 100%;
}
.contact form > div:not(.submit-btn) p:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
	.contact form > div:not(.submit-btn) p:first-child {
		width: 100%;
		min-width: auto;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
}
@media screen and (max-width: 767px) {
	.contact form > div:not(.submit-btn) p:first-child {
		gap: 1rem;
	}
}
.contact p:has(input[type=submit]) {
	width: 100% !important;
}
.contact input:not([type=radio]),
.contact textarea,
.contact select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #515151;
	padding: 1rem;
	width: 100%;
	border: 2px solid #DDDDDD;
	background-color: #fff;
	border-radius: 12px;
}
@media screen and (max-width: 767px) {
	.contact input:not([type=radio]),
	.contact textarea,
	.contact select {
		padding: 0.7rem;
		border: 1px solid #DDDDDD;
		border-radius: 8px;
	}
}
.contact select {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}
.contact .small-p {
	margin-top: 1rem;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.contact .small-p {
		font-size: 12px;
	}
}
.contact .two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.contact .two-column p {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contact .two-column p span {
	width: calc((100% - 0.5rem) / 2);
	max-width: 460px;
}
.contact span.required {
	color: #fff;
	background-color: #4fae4f;
	padding: 6px 16px;
	line-height: 1;
	font-weight: bold;
	font-size: 14px;
	border-radius: 50px;
}
@media screen and (max-width: 767px) {
	.contact span.required {
		font-size: 12px;
	}
}
.contact span.optional {
	color: #fff;
	background-color: #838383;
	padding: 6px 8px;
	line-height: 1;
	font-weight: bold;
	font-size: 14px;
	border-radius: 4px;
}
@media screen and (max-width: 767px) {
	.contact span.optional {
		font-size: 12px;
		margin-right: 0.5rem;
	}
}
.contact .wpcf7-list-item {
	margin: 0;
}
.contact p:has(.contact-policy) {
	text-align: center;
}
.contact .contact-policy label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.8rem;
}
@media screen and (max-width: 767px) {
	.contact .contact-policy label {
		gap: 0.2rem;
	}
}
.contact .contact-policy input {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-top: 0;
}
@media screen and (max-width: 1024px) {
	.contact .contact-policy input {
		width: 20px;
		height: 20px;
	}
}
.contact .wpcf7-radio,
.contact .wpcf7-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1rem 2rem;
}
.contact .lisence-txt {
	margin-top: 1rem;
	width: 100% !important;
}
.contact .lisence-txt p {
	width: 100% !important;
}
.contact .lisence-txt p input,
.contact .lisence-txt p span {
	width: 100% !important;
}
.contact label:has(input[type=radio]) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
}
.contact input[type=radio] {
	width: 1rem;
	height: 1rem;
	padding: 0;
	margin: 0;
}
.contact input[type=checkbox] {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #515151;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border-radius: 0;
	margin: 0;
}
.contact input[type=checkbox]:checked:before {
	position: absolute;
	top: 1px;
	left: 5px;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 8px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	z-index: 1;
}
.contact input[type=checkbox]:checked:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #4fae4f;
	content: "";
}
.contact .policy-box {
	border: 2px solid #DBDBDB;
	border-radius: 1rem;
	padding: 1.5rem;
}
@media screen and (max-width: 767px) {
	.contact .policy-box {
		padding: 1.5rem 1rem;
		font-size: 12px;
	}
}
.contact .policy-box > p:first-child {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #DBDBDB;
}
@media screen and (max-width: 767px) {
	.contact .policy-box > p:first-child {
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
	}
}
.contact .policy-box > p:first-child + p {
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
	.contact .policy-box > p:first-child + p {
		margin-bottom: 1rem;
	}
}
.contact .policy-box a {
	color: #5555F3;
}
.contact .contact-policy {
	margin-top: 1rem;
	width: 100%;
	display: block;
}
.contact p:has(input[type=submit]) {
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	margin: 2.5rem auto 0;
	position: relative;
}
.contact p:has(input[type=submit])::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: url(./images/arrow.png) no-repeat center/contain;
	z-index: 10;
}
.contact input[type=submit] {
	padding: 8px;
	text-align: center;
	width: 220px;
	border-radius: 5rem;
	background-color: #F88800;
	color: #fff;
	font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
	margin: 3rem auto 0;
	display: block;
	position: relative;
	border: none;
}
.contact input[type=submit]:hover {
	opacity: 0.7;
}
.contact .wpcf7-not-valid {
	background-color: #FFE8E8;
}
.contact .wpcf7-spinner {
	display: none;
}
.contact textarea {
	resize: vertical; /* 縦方向のリサイズを許可 */
}

/*404*/
.not-found {
	text-align: center;
	margin: 5rem 0 7.5rem;
}

.top-title {
	text-align: center;
	margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
	.top-title {
		margin-bottom: 2.5rem;
	}
}
.top-title img {
	width: 4rem;
	margin: 0 auto 8px;
}
@media screen and (max-width: 767px) {
	.top-title img {
		width: 2rem;
	}
}
.top-title h2 {
	font-size: clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
}

.fv {
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.fv::before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% + 5rem);
	top: -5rem;
	left: 0;
	background: url(./images/fv.png) no-repeat center/cover;
	z-index: -1;
}
.fv-bg {
	padding: 3rem 0 6rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.fv-bg {
		padding: 1rem 0 5rem;
	}
}
.fv-bg::before {
	content: "";
	position: absolute;
	width: 19%;
	aspect-ratio: 724/832;
	top: 46%;
	left: 6%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: url(./images/fv-1.png) no-repeat center/contain;
	z-index: 10;
}
@media screen and (max-width: 1600px) {
	.fv-bg::before {
		left: 1%;
		top: 48%;
	}
}
@media screen and (max-width: 1024px) {
	.fv-bg::before {
		top: 40%;
	}
}
@media screen and (max-width: 767px) {
	.fv-bg::before {
		top: 14rem;
		width: 130px;
		left: 13%;
	}
}
.fv-bg::after {
	content: "";
	position: absolute;
	width: 28%;
	aspect-ratio: 541/621;
	top: 53%;
	right: 0.5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: url(http://akiyoshi105.net/wp-content/uploads/2026/05/fv-2.png) no-repeat center/contain;
	z-index: 1;
}
@media screen and (max-width: 1400px) {
	.fv-bg::after {
		top: 45%;
	}
}
@media screen and (max-width: 1024px) {
	.fv-bg::after {
		top: 40%;
	}
}
@media screen and (max-width: 767px) {
	.fv-bg::after {
		top: 14rem;
		width: 150px;
		right: 10%;
	}
}
.fv-txt {
	aspect-ratio: 1016/414;
	position: relative;
	max-width: 1020px;
	width: 80%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.fv-txt {
		width: 95%;
		height: 145px;
		aspect-ratio: auto;
	}
}
.fv-txt::before {
	content: "";
	position: absolute;
	width: 130%;
	aspect-ratio: 1016/414;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: url(./images/fv-txt.png) no-repeat top center/contain;
}
.fv-txt h1 {
	font-size: clamp(1.25rem, 0.75rem + 1.67vw, 2.625rem);
	color: #4fae4f;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.fv-txt h1 {
		font-size: 1rem;
	}
}
.fv-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2rem;
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 1400px) {
	.fv-wrap {
		margin: 3rem 0 0;
	}
}
@media screen and (max-width: 1024px) {
	.fv-wrap {
		margin: 3rem auto 0;
		max-width: 450px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	.fv-wrap {
		gap: 1rem;
		margin-top: 10rem;
	}
}
.fv-item {
	background-color: #fff;
	border-radius: 999vh;
	aspect-ratio: 1/1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	width: 190px;
	-webkit-box-shadow: 0px 0px 10px 6px rgba(79, 174, 79, 0.6);
	box-shadow: 0px 0px 10px 6px rgba(79, 174, 79, 0.6);
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.fv-item {
		gap: 4px;
		width: 140px;
		font-size: 12px;
	}
}
.fv-item img {
	width: 4rem;
}
.fv-item p{
	height:67.5px;
}
@media screen and (max-width: 767px) {
	.fv-item img {
		width: 3rem;
	}
	.fv-item p{
		height:54px;
	}
}


.top-bannner .banner-wrap {
	display: flex;
	gap: 16px;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 50px;
}

.top-bannner .banner-wrap a {
	flex: 1;
	max-width: 50%;
}

.top-bannner .banner-wrap img {
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 768px) {
	.top-bannner .banner-wrap {
		flex-direction: column;
	}
	.top-bannner .banner-wrap a {
		max-width: 100%;
	}
}


.top-news {
	padding: 5rem 0 15rem;
	margin-bottom: -7.5rem;
	position: relative;
	background-color: #fff;
}
@media screen and (max-width: 1024px) {
	.top-news {
		padding: 5rem 0 12rem;
		margin-bottom: -3rem;
	}
}
.top-news::before {
	content: "";
	position: absolute;
	width: 5rem;
	aspect-ratio: 155/124;
	background: url(./images/top-news-before.png) no-repeat center/contain;
	left: 12%;
	top: 5%;
}
@media screen and (max-width: 1600px) {
	.top-news::before {
		left: 3%;
		top: 0%;
	}
}
.top-news::after {
	content: "";
	position: absolute;
	width: 100px;
	aspect-ratio: 1/1;
	background: url(./images/top-news-after.png) no-repeat center/contain;
	right: 10%;
	top: 40%;
}
@media screen and (max-width: 1600px) {
	.top-news::after {
		right: 5%;
		top: 50%;
	}
}
@media screen and (max-width: 1024px) {
	.top-news::after {
		top: 58%;
	}
}
.top-news .container {
	max-width: 1180px;
}
.top-news-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 1024px) {
	.top-news-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.top-news-wrap {
		gap: 1.5rem;
	}
}
.top-news-wrap > .orange-btn {
	display: none;
}
@media screen and (max-width: 1024px) {
	.top-news-wrap > .orange-btn {
		display: block;
		margin-top: 1rem;
	}
}
.top-news-left {
	width: 220px;
}
.top-news-left h2 {
	color: #4fae4f;
	font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}
.top-news-left h2 + p {
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.top-news-left .orange-btn {
	margin: 4rem 0 0;
	font-size: 1rem;
}
@media screen and (max-width: 1024px) {
	.top-news-left .orange-btn {
		display: none;
	}
}
.top-news-right {
	width: calc(100% - 280px);
}
@media screen and (max-width: 1024px) {
	.top-news-right {
		width: 100%;
	}
}
.top-news .post-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.5rem;
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 767px) {
	.top-news .post-list {
		gap: 1rem;
	}
}
.top-news .post-list .item {
	width: calc((100% - 1.5rem) / 2);
}
@media screen and (max-width: 767px) {
	.top-news .post-list .item {
		width: 100%;
	}
}
.top-news .post-list .item a {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	background-color: #fff;
	padding: 1.5rem;
	display: block;
}
.top-news .post-list .item .time-wrap {
	font-size: 1rem;
	font-family: "Quicksand", sans-serif;
	color: #4fae4f;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.top-news .post-list .item .time-wrap {
		font-size: 14px;
	}
}
.top-news .post-list .item .news-label {
	background-color: #F88800;
	border: none;
	color: #fff;
	font-size: 14px;
}
.top-news .post-list .item .news-text {
	margin: 0;
}
.top-news .post-list .item .news-text .category {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top-news .post-list .item .news-text .post-title {
	margin: 0;
	color: #515151;
	font-size: 1rem;
}

.top-onayami-bg {
	padding: 0px 0 230px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.top-onayami-bg {
		padding: 60px 0 200px;
		margin-bottom: -5rem;
	}
}
.top-onayami-bg::before {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0%;
	top: -5%;
	width: 100%;
	height: 110%;
	background: url(./images/top-onayami-bg.png) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
	.top-onayami-bg::before {
		top: 0%;
		height: 100%;
	}
}
.top-onayami .get-item {
	background-color: #fff;
	position: relative;
	z-index: 10;
}

.top-service {
	padding: 5rem 0 7.5rem;
	position: relative;
	margin-top: -5rem;
}
@media screen and (max-width: 767px) {
	.top-service {
		padding: 0rem 0 5rem;
		position: relative;
		z-index: 10;
	}
}
.top-service::before {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0%;
	top: 5rem;
	width: 100%;
	height: calc(100% - 5rem);
	background: url(./images/top-service-bg.png) no-repeat top center/cover;
}
.top-service::after {
	content: "";
	position: absolute;
	right: 2.5%;
	bottom: 15%;
	width: 11%;
	aspect-ratio: 212/130;
	background: url(./images/top-faq-sakura.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
	.top-service::after {
		width: 100px;
		bottom: 5%;
		right: 1%;
	}
}
.top-service-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 1024px) {
	.top-service-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.5rem;
	}
}
.top-service-item {
	padding: 2.5rem 1.5rem;
	border-radius: 2rem;
	background-color: #fff;
	width: calc((100% - 2.5rem) / 2);
	-webkit-box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 1024px) {
	.top-service-item {
		width: 100%;
	}
}
.top-service-item h3 {
	font-size: clamp(1.125rem, 0.898rem + 0.76vw, 1.75rem);
	color: #4fae4f;
	margin-bottom: 1rem !important;
	padding-bottom: 1.5rem;
	border-color: #515151;
}
@media screen and (max-width: 767px) {
	.top-service-item h3 {
		padding-bottom: 1rem;
	}
}
.top-service-item h3::before {
	width: 2.5rem;
	height: 2.5rem;
	background: url(./images/top-service1.png) no-repeat top center/contain;
}
@media screen and (max-width: 767px) {
	.top-service-item h3::before {
		width: 2rem;
		height: 2rem;
	}
}
.top-service-item .counseling-ul p {
	padding-bottom: 1rem;
	border-bottom: 1px solid #515151;
}
@media screen and (max-width: 767px) {
	.top-service-item .orange-btn {
		margin-top: 1rem;
	}
}

.top-reason {
	position: relative;
	z-index: 10;
}
.top-reason-bg {
	padding: 140px 0 365px;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.top-reason-bg {
		padding: 100px 0 240px;
	}
}
@media screen and (max-width: 767px) {
	.top-reason-bg {
		padding: 60px 0 140px;
	}
}
.top-reason-bg::before {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background: url(./images/top-reason-bg.png) no-repeat top center/cover;
}
.top-reason::before {
	content: "";
	position: absolute;
	left: 5%;
	top: 10%;
	width: 9%;
	aspect-ratio: 357/453;
	background: url(./images/top-price-sakura.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
	.top-reason::before {
		left: 1%;
		top: 5%;
		width: 100px;
	}
}
.top-reason::after {
	content: "";
	position: absolute;
	right: 5%;
	top: 75%;
	width: 9%;
	aspect-ratio: 170/111;
	background: url(./images/cta1.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
	.top-reason::after {
		right: 0%;
		top: auto;
		bottom: 5%;
		width: 100px;
	}
}
.top-reason-item {
	padding: 2rem 3rem;
	background-color: #fff;
	border-left: 12px solid #4fae4f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 2rem;
	border-radius: 1rem;
}
@media screen and (max-width: 767px) {
	.top-reason-item {
		padding: 2rem 1rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1rem;
	}
}
.top-reason-item:not(:last-child) {
	margin-bottom: 3rem;
}
.top-reason-item > p {
	font-family: "Quicksand", sans-serif;
	font-size: clamp(1.5rem, 0.591rem + 3.03vw, 4rem);
	font-weight: bold;
	line-height: 1;
	color: #4fae4f;
}
.top-reason-txt {
	width: calc(100% - 6rem);
}
@media screen and (max-width: 767px) {
	.top-reason-txt {
		width: 100%;
	}
}
.top-reason-txt h3 {
	color: #4fae4f;
	font-size: clamp(1.125rem, 0.898rem + 0.76vw, 1.75rem);
	border-bottom: 3px solid #515151;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
	.top-reason-txt h3 {
		border-bottom: 1px solid #515151;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
}
.top-reason-txt p {
	line-height: 1.8;
}

.top-voice {
	margin: 7.5rem 0;
	position: relative;
	margin-top: -4rem;
}
@media screen and (max-width: 1024px) {
	.top-voice {
		margin: 0 0 5rem;
	}
}
.top-voice::before {
	content: "";
	position: absolute;
	left: 5%;
	bottom: 14%;
	width: 9%;
	aspect-ratio: 156/145;
	background: url(./images/top-voice-sakura.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
	.top-voice::before {
		left: 1%;
		bottom: -5%;
		width: 100px;
	}
}
.top-voice-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2rem;
}
@media screen and (max-width: 1024px) {
	.top-voice-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.top-voice-item {
	width: calc((100% - 4rem) / 3);
	padding: 2rem;
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	position: relative;
}
@media screen and (max-width: 1024px) {
	.top-voice-item {
		width: calc((100% - 2rem) / 2);
		padding: 2rem 1rem;
	}
}
@media screen and (max-width: 767px) {
	.top-voice-item {
		width: 100%;
	}
}
.top-voice-item > p {
	line-height: 1.8;
}
.top-voice-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
}
.top-voice-top img {
	width: 90px;
}
@media screen and (max-width: 1024px) {
	.top-voice-top img {
		width: 4rem;
	}
}
.top-voice-top div {
	font-family: "Noto Sans JP", sans-serif;
}
.top-voice-top div p {
	font-weight: bold;
}
.top-voice-top div p:first-child {
	color: #4fae4f;
}
.top-voice-top div p:last-child {
	color: #fff;
	background: #ED7288;
	border-radius: 2.5rem;
	padding: 4px 20px;
	font-size: 14px;
	font-weight: bold;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 8px;
}

.top-price {
	padding: 140px 0 385px;
	background: url(./images/top-price.png) no-repeat center/cover;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.top-price {
		padding: 100px 0 200px;
	}
}
@media screen and (max-width: 767px) {
	.top-price {
		padding: 40px 0 100px;
	}
}
.top-price::before {
	content: "";
	position: absolute;
	left: 5%;
	top: 15%;
	width: 9%;
	aspect-ratio: 357/453;
	background: url(./images/top-price-sakura.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
	.top-price::before {
		left: 1%;
		top: 10%;
		width: 100px;
	}
}
.top-price::after {
	content: "";
	position: absolute;
	right: 5%;
	top: 65%;
	width: 9%;
	aspect-ratio: 170/111;
	background: url(./images/cta1.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
	.top-price::after {
		right: 1%;
		top: 76%;
		width: 100px;
	}
}
.top-price .price-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 10;
}
.top-price .price-item p:first-child {
	width: 30%;
}
@media screen and (max-width: 1400px) {
	.top-price .price-item p:first-child {
		padding: 1rem;
	}
}
@media screen and (max-width: 1024px) {
	.top-price .price-item p:first-child {
		width: 100%;
	}
}
.top-price .orange-btn {
	margin: 0;
	width: 200px;
}
.top-price .price-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 2.5rem;
}
@media screen and (max-width: 1024px) {
	.top-price .price-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.top-price .price-item {
		padding: 0 0 1rem;
	}
}
.top-price .price-item p:nth-child(2) {
	width: calc(70% - 250px);
	padding: 0;
}
@media screen and (max-width: 1024px) {
	.top-price .price-item p:nth-child(2) {
		width: calc(100% - 250px);
		padding: 1rem 0;
	}
}
@media screen and (max-width: 767px) {
	.top-price .price-item p:nth-child(2) {
		width: 100%;
		padding: 1rem;
	}
}
.top-price .price-item p:nth-child(2) span {
	font-size: clamp(0.875rem, 0.693rem + 0.61vw, 1.375rem);
}
.top-price .price-item .small {
	font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
}

.home .cta {
	margin: 0;
}

.top-greeting {
	padding: 3rem 0 5rem;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.top-greeting {
		padding: 5rem 0;
	}
}
.top-greeting .greeting-wrap {
	margin: 0;
}
.top-greeting::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 9%;
	aspect-ratio: 338/363;
	background: url(./images/top-greeting1.png) no-repeat center/contain;
}
.top-greeting::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 12%;
	aspect-ratio: 366/518;
	background: url(./images/top-greeting2.png) no-repeat center/contain;
}
.top-greeting .greeting-img img {
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	object-fit: cover;
}

.top-faq {
	padding: 5rem 0;
	background: url(./images/top-faq.png) no-repeat center/cover;
	position: relative;
}
@media screen and (max-width: 767px) {
	.top-faq {
		padding: 0rem 0 7rem;
	}
}
.top-faq::before {
	content: "";
	position: absolute;
	right: 2.5%;
	top: 15%;
	width: 11%;
	aspect-ratio: 212/130;
	background: url(./images/top-faq-sakura.png) no-repeat center/contain;
}
.top-faq-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 1024px) {
	.top-faq-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2rem;
	}
}
.top-faq-wrap h2 {
	font-size: clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
	width: 200px;
}
.top-faq-txt {
	width: calc(100% - 300px);
	position: relative;
}
@media screen and (max-width: 1024px) {
	.top-faq-txt {
		width: 100%;
	}
}
.top-faq .accordion {
	background-color: #fff;
	border: 1px solid #C2C2C2;
	cursor: pointer;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.top-faq .accordion:not(:last-child) {
	margin-bottom: 1.5rem;
}
.top-faq .accordion-content {
	display: none;
	color: #4fae4f;
}
.top-faq .accordion-header {
	position: relative;
	color: #4fae4f;
	font-weight: 500;
	padding: 1rem 2.5rem 1rem 1.5rem;
	border-radius: 8px 8px 0 0;
}
.top-faq .accordion-header::before,
.top-faq .accordion-header::after {
	position: absolute;
	content: "";
	top: 1px;
	right: 20px;
	bottom: 0;
	width: 12px;
	height: 2px;
	margin: auto;
	background: #4fae4f;
}
.top-faq .accordion-header::after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.top-faq .accordion-content {
	padding: 1rem 1.5rem;
}
.top-faq .accordion-header.active {
	background: #4fae4f;
	color: #fff;
}
.top-faq .accordion-header.active span::before {
	background: #fff;
	color: #4fae4f;
}
.top-faq .accordion-header.active::before {
	background: #fff;
}
.top-faq .accordion-header.active::after {
	opacity: 0;
}
.top-faq .accordion-header span,
.top-faq .accordion-content span {
	padding-left: 40px;
	position: relative;
	display: block;
}
.top-faq .accordion-header span::before {
	position: absolute;
	content: "Q";
	top: 0;
	left: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	background-color: #4fae4f;
	padding: 5px 6.6px;
	border-radius: 999vh;
	font-family: "Montserrat", sans-serif;
}
.top-faq .accordion-content span::before {
	position: absolute;
	content: "A";
	top: 0;
	left: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	background-color: #4fae4f;
	padding: 5px 7.6px;
	border-radius: 999vh;
	font-family: "Montserrat", sans-serif;
}

.top-blog {
	padding: 3rem 0 7.5rem;
	background-color: #EDF7F2;
}
@media screen and (max-width: 1024px) {
	.top-blog {
		padding: 60px 0 13rem;
	}
}
@media screen and (max-width: 767px) {
	.top-blog {
		padding: 0 0 7.5rem;
	}
}
.top-blog .related-posts ul li a {
	padding: 2rem 1.5rem;
}
@media screen and (max-width: 1024px) {
	.top-blog .related-posts ul li a {
		padding: 1.5rem 1rem;
	}
}

.home .footer {
	margin-top: -5rem;
}

.policy h2 {
	font-size: clamp(1.125rem, 0.898rem + 0.76vw, 1.75rem);
	margin: 3rem 0 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
	.policy h2 {
		margin: 2rem 0 1rem;
	}
}
.policy h2:first-of-type {
	margin-top: 0;
	font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}
.policy p {
	line-height: 2;
}

@media screen and (max-width: 1400px) {
	.entry-box.psychoeducation {
		padding: 2.5rem 5% 10rem;
	}
}
.entry-box.psychoeducation::before {
	background: url(./images/psychoeducation-1.png) no-repeat center/contain;
	width: 10%;
	left: 1%;
}
@media screen and (max-width: 1400px) {
	.entry-box.psychoeducation::before {
		width: 20%;
		left: 30%;
		top: 70%;
		max-width: 130px;
	}
}
@media screen and (max-width: 1024px) {
	.entry-box.psychoeducation::before {
		top: 75%;
	}
}
@media screen and (max-width: 767px) {
	.entry-box.psychoeducation::before {
		top: 82%;
		width: 30%;
		left: 20%;
	}
}
.entry-box.psychoeducation::after {
	background: url(./images/psychoeducation-2.png) no-repeat center/contain;
	width: 12%;
}
@media screen and (max-width: 1400px) {
	.entry-box.psychoeducation::after {
		right: 30%;
		top: 70%;
	}
}
@media screen and (max-width: 1024px) {
	.entry-box.psychoeducation::after {
		top: 75%;
		width: 20%;
		right: 25%;
	}
}
@media screen and (max-width: 767px) {
	.entry-box.psychoeducation::after {
		top: 82%;
		width: 30%;
		right: 20%;
		max-width: none;
	}
}

.contact-title.program::before {
	background: url(./images/program-title.png) no-repeat center/contain;
}
.contact-title.get::before {
	background: url(./images/get-title.png) no-repeat center/contain;
}
.contact-title.recommend::before {
	background: url(./images/recommend-title.png) no-repeat center/contain;
}
.contact-title.join::before {
	background: url(./images/join-title.png) no-repeat center/contain;
}

.program h3 {
	color: #4fae4f;
	font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
	margin-bottom: 1.5rem;
}
.program h3.pink {
	color: #ED7288;
	margin-top: 7.5rem;
}
.program-item {
	margin-bottom: 3.5rem;
	border-top: 10px solid #4fae4f;
	border-radius: 1rem;
	-webkit-box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	padding: 2.5rem 5%;
}
.program-item.pink {
	border-color: #ED7288;
}
.program-item > p {
	line-height: 2;
}
.program-item .orange-btn {
	margin: 1.5rem 0 0 auto;
}
@media screen and (max-width: 767px) {
	.program-item .orange-btn {
		margin: 1.5rem auto 0;
	}
}
.program-top-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 1.5rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #DBDBDB;
}
@media screen and (max-width: 767px) {
	.program-top-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1rem;
		padding-bottom: 1.5rem;
	}
}
.program-top-wrap > p {
	font-size: clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.program-top-wrap > p {
		margin: 0 0 0 auto;
	}
}
.program-top-wrap > p span {
	font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
	font-family: "Zen Maru Gothic", sans-serif;
}
.program-top-wrap h4 {
	color: #4fae4f;
	font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
	margin-bottom: 1.5rem;
}
.program-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
	.program-label {
		gap: 0.5rem;
	}
}
.program-label p {
	padding: 10px 1.5rem;
	line-height: 1;
	color: #ED7288;
	border: 2px solid;
	border-radius: 2rem;
}
@media screen and (max-width: 767px) {
	.program-label p {
		padding: 8px 1rem;
		border-radius: 1.5rem;
	}
}

.get {
	margin-top: 5rem;
}
.get-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2rem;
}
.get-item {
	width: calc((100% - 4rem) / 3);
	padding: 2rem 1.5rem;
	border-radius: 2rem;
	-webkit-box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	background-color: #fff;
}
@media screen and (max-width: 1024px) {
	.get-item {
		width: calc((100% - 2rem) / 2);
	}
}
@media screen and (max-width: 767px) {
	.get-item {
		width: 100%;
	}
}
.get-item h3 {
	text-align: center;
	color: #4fae4f;
	margin-bottom: 1.5rem;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.get-item img {
	width: 170px;
	margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
	.get-item img {
		width: 120px;
	}
}
.get-item .hidden {
	max-height: 75px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.get-item .hidden {
		max-height: 67px;
	}
}
.get-item button {
	border-radius: 2rem;
	border: 2px solid #ED7288;
	color: #ED7288;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	position: absolute;
	right: 1rem;
}
.get-item button img {
	width: 20px;
	margin: 0;
}

.recommend {
	margin: 5rem 0;
}
.recommend-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
	.recommend-wrap {
		gap: 1.5rem;
	}
}
.recommend-item {
	width: calc((100% - 2.5rem) / 2);
	padding: 1.5rem 5%;
	border-radius: 1rem;
	-webkit-box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
}
@media screen and (max-width: 1024px) {
	.recommend-item {
		padding: 1rem 2.5%;
		width: calc((100% - 1.5rem) / 2);
	}
}
@media screen and (max-width: 767px) {
	.recommend-item {
		width: 100%;
		gap: 0.5rem;
	}
}
.recommend-item::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(./images/check.png) no-repeat center/contain;
	display: block;
}

.join-wrap {
	border-radius: 2rem;
	-webkit-box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	box-shadow: 0 0 10px 6px rgba(79, 174, 79, 0.3);
	padding: 4rem 5%;
}
@media screen and (max-width: 767px) {
	.join-wrap {
		padding: 2rem 5%;
	}
}
.join-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 2rem;
}
@media screen and (max-width: 1024px) {
	.join-item {
		padding-top: 2rem;
		gap: 2rem;
	}
}
@media screen and (max-width: 767px) {
	.join-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 1rem;
		gap: 0.5rem;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.join-item:first-child {
	padding-top: 0;
}
.join-item:not(:first-child) {
	border-top: 1px solid #DBDBDB;
	margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
	.join-item:not(:first-child) {
		margin-top: 2rem;
	}
}
@media screen and (max-width: 767px) {
	.join-item:not(:first-child) {
		margin-top: 1rem;
	}
}
.join-item > p {
	color: #4fae4f;
	width: 75px;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.join-item > p {
		width: 100%;
	}
}
.join-item > div {
	width: calc(100% - 75px - 3rem);
}
@media screen and (max-width: 1024px) {
	.join-item > div {
		width: calc(100% - 75px - 2rem);
	}
}
@media screen and (max-width: 767px) {
	.join-item > div {
		width: 100%;
	}
}
.join-item > div h3 {
	color: #ED7288;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
	.join-item > div h3 {
		margin-bottom: 0.5rem;
	}
}
.join-item .gray {
	margin-top: 2rem;
	padding: 1rem 1.5rem;
	border-radius: 12px;
	background-color: #F6F6F6;
	border-left: 6px solid #4fae4f;
	color: #666666;
}
@media screen and (max-width: 767px) {
	.join-item .gray {
		margin-top: 1rem;
	}
}

@media screen and (max-width: 1280px) {
	.entry-box.counseling {
		padding: 2.5rem 5% 10rem;
	}
}
.entry-box.counseling::before {
	background: url(./images/counseling-1.png) no-repeat center/contain;
	width: 27%;
	left: 0%;
	top: 40%;
}
@media screen and (max-width: 1280px) {
	.entry-box.counseling::before {
		width: 20%;
		left: 30%;
		top: 70%;
		max-width: 130px;
	}
}
@media screen and (max-width: 1024px) {
	.entry-box.counseling::before {
		top: 75%;
	}
}
@media screen and (max-width: 767px) {
	.entry-box.counseling::before {
		top: 82%;
		width: 35%;
		left: 15%;
	}
}
@media screen and (max-width: 1280px) {
	.entry-box.counseling::after {
		right: 30%;
		top: 70%;
		width: 12.5%;
	}
}
@media screen and (max-width: 1024px) {
	.entry-box.counseling::after {
		top: 75%;
		width: 14%;
		right: 30%;
	}
}
@media screen and (max-width: 767px) {
	.entry-box.counseling::after {
		top: 82%;
		width: 30%;
		right: 20%;
		max-width: none;
	}
}
.entry-box.counseling span {
	color: #4fae4f;
}

.contact-title.counseling::before {
	background: url(./images/top-onayami.png) no-repeat center/contain;
}
.contact-title.price::before {
	background: url(./images/price-title.png) no-repeat center/contain;
}

.counseling-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
	.counseling-wrap {
		gap: 1.5rem;
	}
}
.counseling-item {
	width: calc((100% - 2.5rem) / 2);
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.counseling-item {
		width: 100%;
	}
}
.counseling-item h3 {
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #515151;
	font-family: "Noto Sans JP", sans-serif;
}
.counseling-ul {
	margin-top: 1.5rem;
}
.counseling-ul p {
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
}
.counseling-ul p::before {
	content: "";
	min-width: 20px;
	width: 20px;
	height: 20px;
	background: url(./images/check.png) no-repeat center/contain;
	display: block;
}

.price {
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	.price {
		margin-top: 2.5rem;
	}
}
.price-wrap {
	margin-bottom: 2rem;
	padding: 2.5rem;
}
@media screen and (max-width: 767px) {
	.price-wrap {
		padding: 2rem 1rem;
	}
}
.price-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
	border: 3px solid #BDBDBD;
	border-radius: 1rem;
	font-weight: bold;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.price-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 1.125rem;
	}
}
.price-item p {
	padding: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
	.price-item p {
		padding: 0.5rem 1rem;
	}
}
.price-item:not(:last-child) {
	margin-bottom: 1rem;
}
.price-item p:first-child {
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	color: #fff;
	background-color: #ED7288;
	width: 25%;
	font-family: "Noto Sans JP", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 1024px) {
	.price-item p:first-child {
		font-size: 1.125rem;
		width: 200px;
	}
}
@media screen and (max-width: 767px) {
	.price-item p:first-child {
		width: 100%;
		font-size: 1rem;
	}
}

.greeting-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	margin-bottom: 7.5rem;
}
@media screen and (max-width: 1024px) {
	.greeting-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 4rem;
	}
}
@media screen and (max-width: 767px) {
	.greeting-wrap {
		margin-bottom: 4rem;
	}
}
.greeting-img {
	width: 44%;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.greeting-img {
		width: 95%;
		max-width: 450px;
	}
}
.greeting-img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: #4fae4f;
	top: 1rem;
	left: 1rem;
	z-index: -1;
}
.greeting-img img {
	border-radius: 20px;
}
.greeting-txt {
	width: 50%;
}
@media screen and (max-width: 1024px) {
	.greeting-txt {
		width: 100%;
	}
}
.greeting-txt h2 {
	color: #4fae4f;
	margin-bottom: 1rem;
	font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
}
.greeting-txt h2 + p {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #dbdbdb;
}
.greeting-txt h3 {
	color: #4fae4f;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #dbdbdb;
	font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
}
.greeting-txt p {
	margin-bottom: 1.5rem;
	line-height: 1.9;
}
.greeting .program-item h2 {
	padding-bottom: 1rem;
	border-bottom: 2px solid #dbdbdb;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	color: #4fae4f;
}
.greeting .history .greeting-table-list p:first-child {
	width: 100px;
	line-height: 1;
	padding: 6px 10px;
	border-radius: 2rem;
	border: 2px solid #ED7288;
	color: #ED7288;
	text-align: center;
}
.greeting-table-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #DBDBDB;
	padding: 1rem 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.greeting-table-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0.5rem;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 1rem 0;
	}
}
.greeting-table-list p:first-child {
	width: 15%;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.greeting-table-list p:first-child {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}
.greeting-table-list p:last-child {
	width: 80%;
}
@media screen and (max-width: 767px) {
	.greeting-table-list p:last-child {
		width: 100%;
	}
}
.greeting .program-item {
	margin-bottom: 2.5rem;
}
.greeting .counseling-wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.greeting-ul li {
	list-style: inside;
	padding: 1rem 0 1rem 1rem;
	border-bottom: 1px solid #DBDBDB;
}
@media screen and (max-width: 767px) {
	.greeting-ul li {
		padding: 1rem 0 1rem 0.5rem;
	}
}
.greeting-ul ::marker {
	color: #4fae4f;
}
.greeting-right {
	width: calc((100% - 2.5rem) / 2);
}
@media screen and (max-width: 1024px) {
	.greeting-right {
		width: 100%;
	}
}
.greeting-right .program-item {
	width: 100%;
}
.greeting .book-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
	.greeting .book-wrap {
		gap: 1rem;
	}
}
.greeting .book-item {
	width: calc((100% - 2.5rem) / 2);
}
@media screen and (max-width: 767px) {
	.greeting .book-item {
		width: 100%;
	}
}
.greeting .book-item img {
	width: 110px;
	margin: 1rem auto 0;
}
.greeting .book-item .greeting-ul li {
	padding: 10px 0 1rem 1rem;
}
.greeting .book-item .greeting-ul li span {
	font-size: 10px;
}

.page-id-43 .content ul{
	padding-left:1rem;
}

.page-id-43 .content li{
	list-style: circle;
}

.page-id-43 .content li a{
	color:#FAAB64;
}

.page-id-43 .content li a:hover{
	text-decoration:underline;
}


.header-sns{
	display:flex;
	align-items:center;
	gap:1rem;
}

.header-sns img{
	width:3rem;
}

.header-sns a:last-child img{
	width:2.5rem;
}

.footer .header-sns{
	margin-top: 7.5rem;
	justify-content: end;
}
.footer .header-sns a{
	padding:4px;
	background:#fff;
	border-radius: 999vh;
	width: 3.5rem;
	height: 3.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer p.copyright{
	margin-top: 2.5rem;
}