@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: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	word-break: auto-phrase;
	background-color: #FAFAFA;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
}

.accent {
	font-family: "Brygada 1918", serif;
}

.container {
	width: 80%;
	margin: 0 auto;
	max-width: 1080px;
}
@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 {
	z-index: 0;
	position: relative;
	padding: 150px 0 4rem;
}
.lower-fv img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}
.lower-fv-text {
	max-width: 600px;
	width: 80%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 1rem;
	text-align: center;
	position: relative;
	border: 2px solid #FFDA85;
}
.lower-fv-text::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(./images/lower-fv-txt.png) no-repeat left center/contain;
	left: 0;
	top: 0;
}
.lower-fv-text::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(./images/lower-fv-txt.png) no-repeat right center/contain;
	right: 0;
	top: 0;
}
.lower-fv.case h1 {
	font-size: clamp(1.125rem, 0.852rem + 0.91vw, 1.875rem);
	color: #fff;
}
.lower-fv.case h1 span {
	color: #FFDA85;
	display: block;
}
.lower-fv h1 {
	font-size: clamp(1.5rem, 1.136rem + 1.21vw, 2.5rem);
	color: #FFDA85;
}
.lower-fv p {
	color: #fff;
	font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
}

.wp-pagenavi {
	width: 100%;
	margin: 5rem auto 0;
	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 {
	margin: 0 0.5rem;
	display: inline-block;
	color: #333333;
	padding: 6px 5px !important;
	border: none !important;
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
	.wp-pagenavi span,
	.wp-pagenavi a {
		margin: 0 0.3rem;
	}
}
@media screen and (max-width: 767px) {
	.wp-pagenavi span,
	.wp-pagenavi a {
		padding: 8px 5px !important;
	}
}
.wp-pagenavi span.current {
	color: #165345;
}
@media screen and (max-width: 767px) {
	.wp-pagenavi span.current {
		padding: 0.6rem 0rem;
	}
}

.page-title {
	text-align: center;
	margin-bottom: 3rem;
}
.page-title p {
	color: #fff;
	font-size: clamp(1.5rem, 1.136rem + 1.21vw, 2.5rem);
}
.page-title h2 {
	margin-top: 1rem;
	color: #D0BE6E;
	font-size: clamp(0.75rem, 0.477rem + 0.91vw, 1.5rem);
}
@media screen and (max-width: 767px) {
	.page-title h2 {
		margin-top: 0.5rem;
	}
}
.page-title img {
	width: 3rem;
	margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
	.page-title img {
		width: 2rem;
	}
}

section.content {
	margin: 10rem 0;
}

.content .wp-block-image {
	margin: 5rem 0;
	max-width: 750px;
}
.content table {
	margin: 2rem 0;
}
.content li {
	list-style: inside;
	line-height: 2;
}
.content p {
	line-height: 2;
}
.content h2 {
	margin: 2.5rem 0 2.5rem !important;
	padding: 1rem;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem) !important;
}
.content h3 {
	margin: 1.5rem 0 1.5rem !important;
	position: relative;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem) !important;
	padding: 1rem;
	border-bottom: 1px solid;
}
.content h4 {
	margin: 1rem 0;
	font-size: 1rem !important;
	padding: 1rem;
}
@media screen and (min-width: 1024px) {
	.content h4 {
		font-size: 18px !important;
	}
}
.content p:not(:last-child) {
	margin-bottom: 1rem;
}
.content a {
	text-decoration: underline;
}

.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;
}

.green-bg {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#083b2e), color-stop(45%, #166552), to(#093c2f));
	background-image: linear-gradient(#083b2e 0%, #166552 45% 61%, #093c2f);
	padding: 5rem 0;
}

.banner {
	background-color: #F6F6F6;
	padding: 0 0 3rem;
}
.banner .container {
	max-width: 1040px;
}

header {
	width: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #165345;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
@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);
	}
}
header a {
	color: #fff;
}

.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: 8px 5%;
	height: 80px;
}
@media screen and (max-width: 1024px) {
	.header-contents {
		padding: 4px 2.5%;
	}
}
@media screen and (max-width: 767px) {
	.header-contents {
		height: 4rem;
	}
}

.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: 240px;
}
@media screen and (max-width: 1024px) {
	.header-left a img {
		width: 160px;
	}
}

.header-right > .hamburger-nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2.5rem;
}
@media screen and (max-width: 1400px) {
	.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;
}

.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-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 30;
	position: relative;
	height: 65px;
	width: 72px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.hamburger-menu .menu-btn {
		height: 58px;
		font-size: 12px;
	}
}
.hamburger-menu .menu-btn > span > span {
	display: block;
	width: 0.25rem;
	height: 0.25rem;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.hamburger-menu .menu-btn > span > span:first-child {
	-webkit-transform: translateX(-0.75rem);
	transform: translateX(-0.75rem);
}
.hamburger-menu .menu-btn > span > span:last-child {
	-webkit-transform: translateX(0.75rem);
	transform: translateX(0.75rem);
}
.hamburger-menu .menu-btn > span {
	width: 100%;
	height: 30%;
	position: relative;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn > span > span {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn > span > span:first-child {
	-webkit-animation-name: accordionLeftDot;
	animation-name: accordionLeftDot;
}
@media screen and (max-width: 767px) {
	.hamburger-menu #menu-btn-check:checked ~ .menu-btn > span > span:first-child {
		-webkit-animation-name: accordionLeftDot-sp;
		animation-name: accordionLeftDot-sp;
	}
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn > span > span:nth-child(2) {
	-webkit-transform: scale(0%);
	transform: scale(0%);
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn > span > span:last-child {
	-webkit-animation-name: accordionRightDot;
	animation-name: accordionRightDot;
}
@media screen and (max-width: 767px) {
	.hamburger-menu #menu-btn-check:checked ~ .menu-btn > span > span:last-child {
		-webkit-animation-name: accordionRightDot-sp;
		animation-name: accordionRightDot-sp;
	}
}
@-webkit-keyframes accordionLeftDot {
	0% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(-0.75rem);
		transform: translateX(-0.75rem);
	}
	50% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		width: 70%;
		height: 0.1rem;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@keyframes accordionLeftDot {
	0% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(-0.75rem);
		transform: translateX(-0.75rem);
	}
	50% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		width: 70%;
		height: 0.1rem;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@-webkit-keyframes accordionLeftDot-sp {
	0% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(-0.75rem);
		transform: translateX(-0.75rem);
	}
	50% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		width: 60%;
		height: 0.1rem;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@keyframes accordionLeftDot-sp {
	0% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(-0.75rem);
		transform: translateX(-0.75rem);
	}
	50% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		width: 60%;
		height: 0.1rem;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@-webkit-keyframes accordionRightDot {
	0% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(0.75rem);
		transform: translateX(0.75rem);
	}
	50% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		width: 70%;
		height: 0.1rem;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@keyframes accordionRightDot {
	0% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(0.75rem);
		transform: translateX(0.75rem);
	}
	50% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		width: 70%;
		height: 0.1rem;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@-webkit-keyframes accordionRightDot-sp {
	0% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(0.75rem);
		transform: translateX(0.75rem);
	}
	50% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		width: 60%;
		height: 0.1rem;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@keyframes accordionRightDot-sp {
	0% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(0.75rem);
		transform: translateX(0.75rem);
	}
	50% {
		width: 0.25rem;
		height: 0.25rem;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		width: 60%;
		height: 0.1rem;
		-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 li {
	margin-bottom: 1.5rem;
}
.hamburger-menu .menu-content .hamburger-wrap a {
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
}
.hamburger-menu .gnavi__sp-style {
	position: fixed;
	z-index: -2;
	top: 80px;
	background-color: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: calc(100vh - 80px);
	height: calc(100svh - 80px);
	left: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.5rem;
	padding: 5rem 0 0;
	overflow: hidden;
	visibility: hidden;
	z-index: -100;
}
@media screen and (max-width: 767px) {
	.hamburger-menu .gnavi__sp-style {
		top: 4rem;
		height: calc(100vh - 4rem);
		height: calc(100svh - 4rem);
	}
}
.hamburger-menu .gnavi__sp-style.active {
	opacity: 1;
	z-index: 20;
	visibility: visible;
}

.footer {
	padding: 3rem 0 0;
	position: relative;
	z-index: 0;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.footer {
		padding-top: 7.5rem;
	}
}
.footer a {
	color: #fff;
}
.footer::before {
	content: "";
	bottom: 0;
	left: 0;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(./images/footer-bg.png) no-repeat top center/cover;
}
.footer-wrap {
	margin: 0 auto 4rem;
	width: 80%;
}
@media screen and (max-width: 1400px) {
	.footer-wrap {
		width: 90%;
	}
}
.footer-left a {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 3rem;
}
.footer-left a img {
	width: 260px;
}
.footer-right ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.5rem 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (max-width: 1200px) {
	.footer-right ul {
		width: 80%;
		margin: 0 0 0 auto;
	}
}
@media screen and (max-width: 1024px) {
	.footer-right ul {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.footer-right ul {
		-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;
	}
}
.footer p.copyright {
	text-align: center;
	padding: 1.5rem 5% 100px;
	background-color: #165345;
	font-size: 12px;
	font-weight: 500;
}
.footer-map iframe {
	width: 100%;
	height: 350px;
}
.footer-access {
	padding: 90px 0;
	background: url(https://chura-golf24.com/wp-content/uploads/2025/11/access-bg.png) no-repeat center/cover;
	color: #fff;
}
.footer-access-list {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
.footer-access-list td {
	padding-bottom: 1rem;
	vertical-align: top;
}
.footer-access-list td:first-child {
	padding-right: 2rem;
	position: relative;
	text-align: justify;
	-moz-text-align-last: justify;
	text-align-last: justify;
}
.footer-access-list td:first-child::after {
	content: "：";
	position: absolute;
	right: 0.5rem;
	top: 0;
}
.footer-access-list .car {
	color: #FFDA85;
	padding: 2rem 20px;
	margin-top: 1rem;
	background: url(./images/car-bg.png) no-repeat center/contain;
	text-align: center;
}
.footer .page-top {
	width: 95px;
	position: absolute;
	right: 20%;
	top: 2.5rem;
}
@media screen and (max-width: 1024px) {
	.footer .page-top {
		right: 10%;
	}
}
@media screen and (max-width: 767px) {
	.footer-access-list td:first-child{
		padding-right: 1rem;
	}
	.footer-access-list td:first-child::after{
		right:0;
	}
	.footer .page-top {
		right: 5%;
		width: 4rem;
		top: 1rem;
	}
}

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

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

.btn {
	padding: 1rem 2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #fff;
	font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
	margin: 4rem auto 0;
	display: block;
	position: relative;
	text-align: center;
	min-width: 320px;
	background-image: -webkit-gradient(linear, left top, right top, from(#d4993e), color-stop(41%, #fdd781), color-stop(58%, #ffda84), to(#d3993e));
	background-image: linear-gradient(90deg, #d4993e, #fdd781 41%, #ffda84 58%, #d3993e);
}
@media screen and (max-width: 767px) {
	.btn {
		min-width: 280px;
	}
}
.btn::before {
	content: "";
	width: 8px;
	height: 8px;
	background: url(./images/btn.png) no-repeat center/contain;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/*お知らせ一覧ページ*/
.news .container {
	max-width: 1180px;
	background-color: #fff;
	padding: 5rem 5%;
	position: relative;
	z-index: 1;
}
.news .container::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #D0BE6E;
	background-image: url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
}
.news .category {
	color: #D0BE6E;
	padding-bottom: 8px;
	border-bottom: 1px solid;
	margin-bottom: 1rem;
}
.news h3 {
	font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
	margin-bottom: 1rem;
}
.news .item {
	margin-bottom: 2rem;
}

/*詳細ページ*/
.single h2 {
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.single .news .category {
	border: none;
	border-top: 1px solid;
	margin: 1rem 0;
}
.single .catch {
	margin: 2rem 0;
}
.single .catch img {
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover;
}

.column a {
	color: #fff;
}
.column .container {
	background-color: transparent;
}
.column .container::before {
	display: none;
}
.column .topic-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2rem 1rem;
}
.column .topic-list .item {
	width: calc((100% - 3rem) / 4);
}
@media screen and (max-width: 1200px) {
	.column .topic-list .item {
		width: calc((100% - 2rem) / 3);
	}
}
@media screen and (max-width: 1024px) {
	.column .topic-list .item {
		width: calc((100% - 1rem) / 2);
	}
}
@media screen and (max-width: 767px) {
	.column .topic-list .item {
		width: 100%;
	}
}
.column .topic-list .item .catch {
	position: relative;
	border: 2px solid #D0BE6E;
	margin-bottom: 8px;
}
.column .topic-list .item .catch::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}
.column .topic-list .item .catch img {
	aspect-ratio: 230/130;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}
.column .topic-list .item .catch.thumb {
	background: #333;
}
.column .topic-list .item .catch.thumb img {
	-o-object-fit: contain;
	object-fit: contain;
	padding: 1rem;
}

.casual {
	background-color: #FEFFF6;
	padding: 5rem 0;
}
@media screen and (max-width: 767px) {
	.casual {
		padding: 2.5rem 0;
	}
}
.casual .top-title + p {
	text-align: center;
}
.casual-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0px 0px 10px rgba(139, 193, 95, 0.4);
	box-shadow: 0px 0px 10px rgba(139, 193, 95, 0.4);
	margin: 4rem 0 5rem;
}
@media screen and (max-width: 767px) {
	.casual-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.casual-item {
	width: 33.3333333333%;
	background-color: #fff;
	padding: 2rem 1rem;
}
@media screen and (max-width: 1024px) {
	.casual-item {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.casual-item {
		font-size: 14px;
		width: 100%;
	}
}
.casual-item img {
	width: 3.5rem;
	margin: 0 auto 1rem;
}
.casual-item h3 {
	color: #165345;
	font-size: clamp(1rem, 0.875rem + 0.42vw, 1.25rem);
	margin-bottom: 1rem;
	text-align: center;
}
.casual-item:nth-child(2) {
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
}
@media screen and (max-width: 767px) {
	.casual-item:nth-child(2) {
		border: none;
		border-top: 1px solid #C5C5C5;
		border-bottom: 1px solid #C5C5C5;
	}
}

.entry-box {
	padding: 2rem;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	background-color: #fff;
	margin: 0 auto 4rem;
	max-width: 700px;
}

/*contact*/
.contact-text {
	text-align: center;
	margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
	.contact-text {
		margin-bottom: 2rem;
	}
}
.contact-text img {
	width: 3rem;
	margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
	.contact-text img {
		width: 2rem;
	}
}
.contact-text h2 {
	font-size: 28px;
	margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.contact-text h2 {
		font-size: 20px;
		margin-bottom: 1rem;
	}
}
.contact form {
	background-color: #fff;
	max-width: 700px;
	margin: 0 auto 5rem;
	text-align: left;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 2rem 5%;
}
@media screen and (max-width: 767px) {
	.contact form {
		width: 100%;
		margin-bottom: 2.5rem;
	}
}
.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: 2rem;
}
@media screen and (max-width: 767px) {
	.contact form > div:not(.submit-btn):not(:last-child) {
		margin-bottom: 20px;
	}
}
.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: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0.5rem;
	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;
	}
}
.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: #333;
	padding: 10px 1rem;
	width: 100%;
	border: 1px solid #DDDDDD;
	background-color: #fff;
	border-radius: 4px;
}
.contact select {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}
.contact .two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contact span.required {
	color: #fff;
	background-color: #1A4A87;
	padding: 6px 8px;
	line-height: 1;
	font-weight: bold;
	font-size: 14px;
	border-radius: 4px;
}
@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 #333;
	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: #0158B2;
	content: "";
}
.contact .contact-policy {
	background-color: #F8F8F8;
	padding: 1.5rem;
	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;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 1rem;
	z-index: 10;
	color: #fff;
}
.contact input[type=submit] {
	padding: 8px 3rem;
	border-radius: 4px;
	background-color: #165345;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #fff;
	font-size: clamp(1.125rem, 0.938rem + 0.63vw, 1.5rem);
	margin: 3rem auto 0;
	display: block;
	position: relative;
}
.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;
}

.fv {
	position: relative;
	overflow: hidden;
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	.fv {
		margin-top: 4rem;
		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-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 1.5rem;
		padding-bottom: 4rem;
	}
}
.fv::before {
	content: "";
	position: absolute;
	width: 60%;
	height: 100%;
	background: url(./images/fv-txt.png) no-repeat center right/cover;
	top: 0;
	left: 0;
	z-index: 1;
	max-width: 750px;
}
@media screen and (max-width: 767px) {
	.fv::before {
		display: none;
	}
}
.fv img {
	width: 80%;
	margin: 0 0 0 auto;
	min-height: 460px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.fv img {
		width: 100%;
		min-height: 400px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}
.fv-txt {
	position: absolute;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	top: 0%;
	left: 0;
	height: 100%;
	z-index: 10;
	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;
	padding: 0 0 0 5%;
}
@media screen and (max-width: 767px) {
	.fv-txt {
		position: relative;
		width: 100%;
		z-index: 2;
		padding: 4rem 5% 2rem;
	}
	.fv-txt::before {
		content: "";
		position: absolute;
		width: 130%;
		height: calc(100% - 1.5rem);
		background: url(./images/fv-txt.png) no-repeat left center/cover;
		top: 1.5rem;
		left: -10%;
		z-index: -1;
	}
}
.fv-txt h1 {
	margin-top:2rem;
	font-size: clamp(1.5rem, 1.136rem + 1.21vw, 2.5rem);
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.fv-txt h1 {
		margin-top:0rem;
	}
}
@media screen and (max-width: 767px) {
	.fv-txt h1 {
		font-size: 2rem;
	}
}
.fv-txt h1 span {
	font-size: clamp(3rem, 2.455rem + 1.82vw, 4.5rem);
	display: block;
	background-image: linear-gradient(135deg, #dba342, #f7e17a 30%, #f9f4b0 51%, #f3ce53 70%, #dba342 100%, #d9a23f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	line-height: 1.3;
	letter-spacing: 4px;
}
.fv-txt h1 span::before {
	content: attr(data-text); /* 元の文字をコピー */
	position: absolute;
	top: 4px; /* シャドウの位置 */
	left: 0px;
	z-index: -1;
	color: rgba(0, 0, 0, 0.2); /* 影の色 */
	-webkit-text-fill-color: rgba(0, 0, 0, 0.2);
}
.fv-txt .label {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 0.5rem;
	padding: 8px 1.5rem;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	background-image: linear-gradient(135deg, #dba342, #f7e17a 30%, #f9f4b0 51%, #f3ce53 70%, #dba342 100%, #d9a23f);
}
@media screen and (max-width: 767px) {
	.fv-txt .label {
		padding: 4px 1rem;
	}
}
.fv-txt .gold {
	font-size: clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
	background-image: linear-gradient(135deg, #dba342, #f7e17a 30%, #f9f4b0 51%, #f3ce53 70%, #dba342 100%, #d9a23f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
}
.fv-txt .gold::before, .fv-txt .gold::after {
	content: "";
	width: 40%;
	height: 1px;
	background-image: linear-gradient(135deg, #dba342, #f7e17a 30%, #f9f4b0 51%, #f3ce53 70%, #dba342 100%, #d9a23f);
}
.fv-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	width: 265px;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.fv-txt .gold::before, .fv-txt .gold::after {
		width:24%;
	}
	.fv-right {
		position: relative;
		-webkit-transform: none;
		transform: none;
		right: auto;
		top: auto;
		gap: 12px;
		width: 85%;
	}
}
.fv-right-item {
	width: calc((100% - 1.5rem) / 2);
	background-color: #0158B2;
	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;
}
@media screen and (max-width: 767px) {
	.fv-right-item {
		width: calc((100% - 1.5rem) / 3);
	}
}
.fv-right-item p {
	line-height: 1.2;
	color: #fff;
	text-align: center;
	font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
.fv-right-item p span {
	font-size: clamp(1.25rem, 1.114rem + 0.45vw, 1.625rem);
	display: block;
	background-image: linear-gradient(135deg, #dba342, #f7e17a 30%, #f9f4b0 51%, #f3ce53 70%, #dba342 100%, #d9a23f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fv-right-item p span small {
	font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}

.home .onayami-list-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: 767px) {
	.home .onayami-list-wrap {
		-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;
	}
}
.home .onayami-list-item {
	width: 47.5%;
}
@media screen and (max-width: 767px) {
	.home .onayami-list-item {
		width: 100%;
	}
}

.top-reason {
	padding: 100px 0;
}
.top-reason .container {
	max-width: 812px;
}
.top-reason .page-title p {
	color: #333;
}
.top-reason .feature-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.5rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
@media screen and (max-width: 767px) {
	.top-reason .feature-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.5rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.top-reason .feature-item,
.top-reason .feature-item:nth-child(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc((100% - 1.5rem) / 2);
}
@media screen and (max-width: 767px) {
	.top-reason .feature-item,
	.top-reason .feature-item:nth-child(even) {
		width: 100%;
	}
}
.top-reason .feature-item img,
.top-reason .feature-item .feature-txt,
.top-reason .feature-item:nth-child(even) img,
.top-reason .feature-item:nth-child(even) .feature-txt {
	width: 100%;
}
.top-reason .feature-item .feature-txt,
.top-reason .feature-item:nth-child(even) .feature-txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #175244;
}
.top-reason .feature-item .feature-txt h3,
.top-reason .feature-item:nth-child(even) .feature-txt h3 {
	border: none;
	margin: 0;
}
.top-reason .feature-item:not(:last-child) {
	margin: 0;
}

.choose {
	padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
	.choose {
		padding: 0;
	}
}
.choose .container {
	max-width: 1000px;
}
.choose .page-title p {
	color: #333;
}
.choose-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
	.choose-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.5rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.choose-item {
	width: calc((100% - 1.5rem) / 2);
}
@media screen and (max-width: 767px) {
	.choose-item {
		width: 100%;
	}
}
.choose-item h3 {
	background-image: -webkit-gradient(linear, left top, right top, from(#d4993e), color-stop(41%, #fdd781), color-stop(58%, #ffda84), to(#d3993e));
	background-image: linear-gradient(90deg, #d4993e, #fdd781 41%, #ffda84 58%, #d3993e);
	color: #fff;
	font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
	margin-bottom: 1rem;
	text-align: center;
	padding: 8px;
}
.choose-item:last-child h3 {
	background-image: -webkit-gradient(linear, left top, right top, from(#9D9D9D), color-stop(41%, #CCCCCC), color-stop(58%, #CCCCCC), to(#9D9D9D));
	background-image: linear-gradient(90deg, #9D9D9D, #CCCCCC 41%, #CCCCCC 58%, #9D9D9D);
}
.choose-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.choose-list img {
	width: 14px;
}
.choose-bg {
	background: url(./images/choose-bg.png) no-repeat center/cover;
	padding: 3rem 0;
}
.choose-txt {
	width: 80%;
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	padding: 3rem 5%;
}
.choose-txt span {
	color: #FFDA85;
}
.choose-txt::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #D0BE6E;
	background-image: url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}

.top-service {
	padding: 100px 0;
}
.top-service .page-title p {
	color: #333;
}
.top-service .container {
	max-width: 1000px;
}
.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: 767px) {
	.top-service-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.5rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.top-service-item {
	width: calc((100% - 40px) / 3);
	text-align: center;
}
@media screen and (max-width: 767px) {
	.top-service-item {
		width: 80%;
	}
}
.top-service-item img {
	margin-bottom: 1rem;
}
.top-service-item span {
	color: #fff;
	background-color: #165345;
	padding: 0 4px;
	margin-right: 0.5rem;
}
@media screen and (max-width: 1024px) {
	.top-service-item span {
		display: block;
		margin: 0 10%;
	}
}

.top-price {
	padding: 80px 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0158B2), color-stop(41%, #6FB0F3), color-stop(58%, #6FB0F3), to(#0158B2));
	background-image: linear-gradient(180deg, #0158B2, #6FB0F3 41%, #6FB0F3 58%, #0158B2);
}
.top-price .container {
	max-width: 1000px;
}
.top-price .price-item {
	color: #fff;
}

.flow {
	padding: 80px 0 0;
}
.flow .page-title p {
	color: #333;
}
.flow-txt {
	width: 50%;
	margin: 0 5% 0 auto;
	max-width: 670px;
}
@media screen and (max-width: 1024px) {
	.flow-txt {
		width: 65%;
		max-width: 580px;
	}
}
@media screen and (max-width: 767px) {
	.flow-txt {
		width: 90%;
		margin: 0 auto;
	}
}
.flow-bg {
	padding: 100px 0 280px;
	background: url(./images/flow-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
	.flow-bg {
		padding-bottom: 10rem;
	}
}
.flow-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	background-color: rgba(1, 88, 178, 0.8);
	border-radius: 999vh 0 0 999vh;
	padding: 8px;
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	position: relative;
}
@media screen and (max-width: 767px) {
	.flow-item {
		font-size: 1rem;
	}
}
.flow-item:not(:last-child) {
	margin-bottom: 3rem;
}
.flow-item:not(:last-child)::before {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	bottom: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: url(./images/flow-arrow.png) no-repeat center/contain;
}
.flow-item img {
	width: 5rem;
}
@media screen and (max-width: 767px) {
	.flow-item img {
		width: 3rem;
	}
}

.faq {
	padding: 80px 0;
	background-color: #F6F6F6;
}
.faq .page-title p {
	color: #333;
}
.faq .container {
	max-width: 880px;
}
.faq .accordion-content {
	display: none;
}
.faq .accordion {
	margin: 1.5rem 0 0;
	border: 1px solid #C2C2C2;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.faq .accordion-header {
	background-color: #FFF;
	padding: 16px 45px 16px 24px;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	cursor: pointer;
	position: relative;
	color: #0158B2;
}
.faq .accordion-header::before,
.faq .accordion-header::after {
	position: absolute;
	content: "";
	top: 1px;
	right: 20px;
	bottom: 0;
	width: 12px;
	height: 2px;
	margin: auto;
	background: #0158B2;
}
.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;
}
.faq .accordion-header.active::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.faq .accordion-header.active {
	background-color: #0158B2;
	color: #fff;
}
.faq .accordion-header.active::before,
.faq .accordion-header.active::after {
	background-color: #fff;
}
.faq .accordion-content {
	background-color: #FFF;
	padding: 16px 20px 16px 24px;
	color: #0158B2;
}
.faq .accordion-header span,
.faq .accordion-content span {
	padding-left: 25px;
	position: relative;
	display: block;
	width: 100%;
}
.faq .accordion-header span::before {
	position: absolute;
	content: "Q";
	top: -2px;
	left: -16px;
	color: #fff;
	background-color: #0158B2;
	border-radius: 999vh;
	font-size: 18px;
	font-family: "Brygada 1918", serif;
	line-height: 1;
	padding: 6px 8px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.faq .accordion-header.active span::before {
	color: #0158B2;
	background-color: #fff;
}
.faq .accordion-content span::before {
	position: absolute;
	content: "A";
	top: -2px;
	left: -16px;
	color: #fff;
	background-color: #0158B2;
	border-radius: 999vh;
	font-size: 18px;
	font-family: "Brygada 1918", serif;
	line-height: 1;
	padding: 6px 8px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.case-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 650px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.case-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.5rem;
	}
}
.case-wrap > a {
	width: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 767px) {
	.case-wrap > a {
		width: 100%;
	}
}

.score-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: 767px) {
	.score-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2.5rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 2.5rem;
	}
}
.score-item {
	width: 30%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.score-item {
		width: 80%;
	}
}
.score-item p {
	color: #FFDA85;
	font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
	margin: 1rem 0 0.5rem;
}
.score-item h3 {
	color: #fff;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}

.onayami {
	padding: 100px 0;
	background: url(./images/onayami-bg.png) no-repeat center/cover;
	color: #fff;
}
.onayami .container {
	max-width: 935px;
}
.onayami-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 1rem;
}
.onayami-list-wrap {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
.onayami-list img {
	width: 14px;
}
.onayami-triangle {
	width: 90px;
	margin: 1.5rem auto;
}
.onayami-txt {
	padding: 2.5rem 1rem;
	background: rgba(1, 88, 178, 0.7);
	border: 1px solid #D0BE6E;
	position: relative;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	text-align: center;
}
.onayami-txt p {
	line-height: 2;
}
.onayami-txt span {
	color: #FFDA85;
}
.onayami-txt::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}

.reason {
	padding: 100px 0;
	background-color: #202020;
	color: #fff;
}
.reason .container > p {
	font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
	line-height: 1.8;
}
.reason .container > p:not(:last-child) {
	margin-bottom: 2.5rem;
}

.technology {
	padding: 100px 0;
	background: url(./images/technology-bg.png) no-repeat center/cover;
	color: #fff;
}
.technology .container {
	max-width: 980px;
}
.technology .container > p {
	text-align: center;
}
.technology-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
	.technology-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2.5rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 2.5rem;
	}
}
.technology-item {
	width: calc((100% - 2rem) / 3);
}
@media screen and (max-width: 1024px) {
	.technology-item {
		width: 100%;
		max-width: 450px;
	}
}
.technology-item h3 {
	color: #fff;
	font-size: clamp(1rem, 0.864rem + 0.45vw, 1.375rem);
	padding: 0.5rem 1rem;
	background: rgba(1, 88, 178, 0.7);
	border: 1px solid #D0BE6E;
	position: relative;
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.5rem;
}
.technology-item h3 span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.technology-item h3 span::before, .technology-item h3 span::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #fff;
}
.technology-item h3::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}
.technology-item p {
	font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}

.practice {
	padding: 100px 0;
}
.practice .page-title h2 {
	color: #333;
	font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}
.practice .container {
	max-width: 975px;
}
.practice h3 {
	margin-bottom: 2rem;
	color: #fff;
	background-color: #165345;
	position: relative;
	text-align: center;
	padding: 8px;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.practice h3::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #D0BE6E;
	background-image: url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}
.practice-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2rem 1rem;
}
@media screen and (max-width: 767px) {
	.practice-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2.5rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 2.5rem;
	}
}
.practice-item {
	width: calc((100% - 1rem) / 2);
	position: relative;
}
@media screen and (max-width: 767px) {
	.practice-item {
		width: 100%;
	}
}
.practice-item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #D0BE6E;
	background-image: url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}
.practice-item h4 {
	color: #fff;
	background-color: #165345;
	text-align: center;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	padding: 4px;
}
.practice-item img + p {
	padding: 20px 1rem 1.5rem;
}

.lesson .container {
	max-width: 1040px;
}
.lesson-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.lesson-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2.5rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 2.5rem;
	}
}
.lesson-img {
	width: 35%;
	position: relative;
}
@media screen and (max-width: 767px) {
	.lesson-img {
		width: 80%;
	}
}
.lesson-img p {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 10;
	text-align: center;
	color: #fff;
	background-color: #0B2620;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	padding: 4px;
}
.lesson-img::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #D0BE6E;
	background-image: url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}
.lesson-txt {
	width: 60%;
	color: #fff;
	font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
@media screen and (max-width: 767px) {
	.lesson-txt {
		width: 100%;
	}
}
.lesson-txt h3,
.lesson-txt h4 {
	color: #D0BE6E;
	border-bottom: 1px solid;
	margin-bottom: 8px;
	padding-bottom: 4px;
	font-size: 1rem;
}
.lesson-txt p + h3,
.lesson-txt p + h4 {
	margin-top: 1.5rem;
}
.lesson-txt p {
	line-height: 1.8;
}

.cta {
	background: url(./images/cta-bg.png) no-repeat center/cover;
	padding: 100px 0;
}
.cta .container {
	max-width: 980px;
}
.cta-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2rem 2.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.cta-btn {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.cta-btn a {
	width: calc((100% - 2.5rem) / 2);
}
@media screen and (max-width: 767px) {
	.cta-btn a {
		width: calc((100% - 0.5rem) / 1);
	}
	.fixed-button-area  .cta-btn a {
		width: calc((100% - 0.5rem) / 2);
	}
}

.price {
	color: #fff;
	text-align: center;
}
.price-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: 767px) {
	.price-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 3rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.price .page-title + p {
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	margin: 3rem auto;
}
.price-item {
	width: calc((100% - 2rem) / 3);
	background-color: #192A27;
	text-align: center;
	padding: 1rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.price-item {
		width: 100%;
	}
}
.price-item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: solid 2px #3B8E7B;
	background-image: url(./images/box.svg), url(./images/box.svg), url(./images/box.svg), url(./images/box.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}
.price-item h3 {
	font-size: 1rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 1rem;
}
.price-item h3::before {
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	background-color: #3B8E7B;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.price-item h3 + p {
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.price-item h3 + p small {
	font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
.price-item h3 + p span {
	display: block;
	font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
.price-item-txt {
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px solid #3B8E7B;
	text-align: left;
}
.price-item-txt div {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
.price-item-txt p:not(:last-child) {
	margin-bottom: 0.5rem;
}
.price-item.gray::after {
	content: "＼オススメ!／";
	position: absolute;
	color: #FFDA85;
	font-size: 1rem;
	top: -1.5rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	line-height: 1;
}
.price-item.gray h3::before {
	background-color: #909090;
}
.price-item.gray::before,
.price-item.gray .price-item-txt {
	border-color: #909090;
}
.price-item.gray::before {
	background-image: url(./images/box2.svg), url(./images/box2.svg), url(./images/box2.svg), url(./images/box2.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
}
.price-item.yellow h3::before {
	background-color: #D0B24A;
}
.price-item.yellow::before,
.price-item.yellow .price-item-txt {
	border-color: #D0B24A;
}
.price-item.yellow::before {
	background-image: url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
}
.price-item.orange h3::before {
	background-color: #DEA553;
}
.price-item.orange::before,
.price-item.orange .price-item-txt {
	border-color: #DEA553;
}
.price-item.orange::before {
	background-image: url(./images/box4.svg), url(./images/box4.svg), url(./images/box4.svg), url(./images/box4.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
}
.price-item.orange h3 + p {
	font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
	color: #DEA553;
}
.price-item.orange .price-item-txt div {
	font-size: clamp(0.875rem, 0.83rem + 0.15vw, 1rem);
}
.price-table {
	margin: 5rem auto 0;
	max-width: 1020px;
}
@media screen and (max-width: 767px) {
	.price-table {
		overflow: scroll;
	}
}
.price-table table {
	width: 100%;
	table-layout: fixed;
}
@media screen and (max-width: 767px) {
	.price-table table {
		min-width: 600px;
		padding-top: 2rem;
	}
}
.price-table table tr:first-child td {
	color: #fff;
}
.price-table table tr:first-child td:nth-child(2) {
	background-color: #3B8E7B;
}
.price-table table tr:first-child td:nth-child(3) {
	background-color: #909090;
	position: relative;
}
.price-table table tr:first-child td:nth-child(3)::after {
	content: "＼オススメ!／";
	position: absolute;
	color: #FFDA85;
	font-size: 1rem;
	top: -1.5rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	line-height: 1;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.price-table table tr:first-child td:nth-child(4) {
	background-color: #D0B24A;
}
.price-table table td {
	width: calc((100% - 120px) / 3);
	padding: 10px 8px;
	background-color: #fff;
	color: #333;
}
.price-table table td:first-child {
	background-color: #202020;
	width: 120px;
	padding: 10px 0;
	color: #fff;
}
.price-table table td:has(span) {
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.price-table table td small {
	font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
.price-table table td span {
	display: block;
	font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
.price-table table td.td-blue {
	background-color: #0158B2;
	color: #fff;
	border: 2px solid #D0BE6E;
	position: relative;
}
.price-table table td.td-blue::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}
.price-table table td.td-blue div {
	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;
	gap: 0.5rem;
}
.price-table table td.td-blue div strong {
	font-weight: bold;
	color: #FFDA85;
}
.price-table table td.td-blue div img {
	width: 135px;
}

.feature {
	padding: 100px 0;
}
.feature-fv {
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	.feature-fv {
		margin-top: 1.5rem;
	}
}
.feature-fv > h2 {
	width: 100%;
	background-color: #0158B2;
	color: #fff;
	text-align: center;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	margin-bottom: 1rem;
	padding: 8px;
}
.feature-fv-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	.feature-fv-wrap {
		width: 95%;
		max-width: 730px;
	}
}
@media screen and (max-width: 767px) {
	.feature-fv-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 1rem;
	}
}
.feature-fv-item {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	position: relative;
	border: 2px solid #D0BE6E;
	width: calc((100% - 3rem) / 4);
	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;
	padding: 4px;
}
@media screen and (max-width: 767px) {
	.feature-fv-item {
		width: calc((100% - 1rem) / 2);
	}
}
.feature-fv-item p {
	font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
}
.feature-fv-item:nth-child(4) p {
	font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.feature-fv-item:nth-child(4) span {
	font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
}
.feature-fv-item span {
	display: block;
	color: #FFDA85;
	font-size: clamp(1.25rem, 1.023rem + 0.76vw, 1.875rem);
}
.feature-fv-item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}
.feature .page-title p {
	color: #333;
}
.feature-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
@media screen and (max-width: 767px) {
	.feature-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.feature-item:not(:last-child) {
	margin-bottom: 3rem;
}
.feature-item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
	.feature-item:nth-child(even) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.feature-item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}
.feature-item img {
	width: 50%;
	-o-object-fit: cover;
	aspect-ratio: 337 / 182;
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.feature-item img {
		width: 100%;
	}
}
.feature-txt {
	width: 50%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#175244), to(#202222));
	background-image: linear-gradient(#175244, #202222);
	color: #fff;
	padding: 1rem;
}
@media screen and (max-width: 767px) {
	.feature-txt {
		width: 100%;
	}
}
.feature-txt .label {
	color: #D0BE6E;
	font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
	text-align: center;
	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;
	font-family: "Brygada 1918", serif;
	gap: 8px;
}
.feature-txt .label::before, .feature-txt .label::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #D0BE6E;
}
.feature-txt h3 {
	font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px solid #D0BE6E;
	margin-bottom: 1rem;
}
.feature-txt h3 + p {
	font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}

.comparison {
	background-color: #202020;
	padding: 100px 0;
}
.comparison h3 {
	text-align: center;
	margin: 2.5rem 0;
	color: #fff;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.comparison-table {
	margin: 0 auto 0;
	max-width: 980px;
}
@media screen and (max-width: 767px) {
	.comparison-table {
		overflow-x: scroll;
	}
}
.comparison-table table {
	width: 100%;
	table-layout: fixed;
}
@media screen and (max-width: 767px) {
	.comparison-table table {
		min-width: 600px;
	}
}
.comparison-table table tr:first-child td {
	color: #fff;
}
.comparison-table table tr:first-child td::before {
	display: none;
}
.comparison-table table tr:first-child td:first-child {
	background-color: transparent;
}
.comparison-table table tr:first-child td:nth-child(2) {
	background-color: #FFDA85;
	color: #886E32;
}
.comparison-table table tr:first-child td:nth-child(3) {
	background-color: #707070;
}
.comparison-table table td {
	width: calc((100% - 240px) / 2);
	padding: 16px 8px;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.comparison-table table td {
		width: calc((100% - 180px) / 2);
	}
}
@media screen and (max-width: 767px) {
	.comparison-table table td {
		width: calc((100% - 150px) / 2);
	}
}
.comparison-table table td:first-child {
	background-color: #1B3932;
	width: 240px;
	padding: 10px 0;
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.comparison-table table td:first-child {
		width: 180px;
	}
}
@media screen and (max-width: 767px) {
	.comparison-table table td:first-child {
		width: 150px;
	}
}
.comparison-table table td:nth-child(2) {
	background-color: #907D54;
	position: relative;
	z-index: 1;
}
.comparison-table table td:nth-child(2)::before {
	content: "";
	z-index: -1;
	width: 2.5rem;
	height: 2.5rem;
	background: url(./images/maru.png) no-repeat center/contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.comparison-table table td:nth-child(3) {
	background-color: #484848;
	position: relative;
	z-index: 1;
}
.comparison-table table td:nth-child(3)::before {
	content: "";
	z-index: -1;
	width: 2.5rem;
	height: 2.5rem;
	background: url(./images/sankaku.png) no-repeat center/contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.comparison-table table td:nth-child(3).batu::before {
	width: 2.25rem;
	height: 2.25rem;
	background: url(./images/batu.png) no-repeat center/contain;
}

.practice.feature h3 {
	background-color: #0158B2;
}

.service {
	padding: 100px 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#1c3b34));
	background-image: linear-gradient(#202020, #1c3b34);
	color: #fff;
}
.service .container {
	max-width: 1000px;
}
.service-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.service-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2.5rem;
	}
}
.service-item {
	width: calc((100% - 1.5rem) / 2);
}
@media screen and (max-width: 767px) {
	.service-item {
		width: 100%;
	}
}
.service-item h2 {
	text-align: center;
	color: #FFDA85;
	font-size: clamp(1.125rem, 1.08rem + 0.15vw, 1.25rem);
	margin: 1rem 0;
}
.service-bottom-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
	.service-bottom-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2.5rem;
	}
}
.service-bottom-item {
	width: calc((100% - 1.5rem) / 2);
	padding: 1.5rem;
	background-color: #202B28;
	position: relative;
}
@media screen and (max-width: 767px) {
	.service-bottom-item {
		width: 100%;
		padding: 1.5rem 0.5rem;
	}
}
.service-bottom-item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #FFDA85;
	background-image: url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg), url(./images/box3.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 8px 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}
.service-bottom-item h3 {
	text-align: center;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	margin: 0 0 1rem;
	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;
	gap: 8px;
}
.service-bottom-item h3::before, .service-bottom-item h3::after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #fff;
}
.service-bottom-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1.5rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
	.service-bottom-icon {
		gap: 1rem;
	}
}
.service-bottom-icon div {
	width: calc((100% - 4.5rem) / 4);
	max-width: 4rem;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.service-bottom-icon div {
		width: calc((100% - 1rem) / 2);
		max-width: none;
	}
}
@media screen and (max-width: 767px) {
	.service-bottom-icon div {
		width: calc((100% - 3rem) / 4);
	}
}
.service-bottom-icon div img {
	aspect-ratio: 1/1;
	max-width: 3.5rem;
	margin: 0 auto 4px;
}
.service-drink {
	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;
	gap: 1rem;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.service-drink img {
	width: 4rem;
}

.machine {
	padding: 100px 0;
	background-color: #fff;
}
.machine .page-title p {
	color: #333;
}
.machine .container {
	max-width: 980px;
}
.machine-item:not(:last-child) {
	margin-bottom: 5rem;
}
.machine-item h3 {
	color: #fff;
	text-align: center;
	margin: 3rem 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
}
.machine-item h3::before {
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	background-color: #0158B2;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.machine-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.machine-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1rem;
	}
}
.machine-wrap img {
	width: 45%;
}
@media screen and (max-width: 767px) {
	.machine-wrap img {
		width: 80%;
	}
}
.machine-txt {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.machine-txt {
		width: 100%;
	}
}
.machine-txt h4 {
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	color: #165345;
	margin-bottom: 1rem;
}

.service-lesson h3 {
	color: #fff;
	text-align: center;
	margin: 3rem 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
}
.service-lesson h3::before {
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	background-color: #0158B2;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

.aioseo-breadcrumbs{
	margin:1rem auto;
	width:90%;
}


.fixed-button-area{
	background-color: rgba(255,255,255,0.8);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	width:100%;
	padding: 1rem;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

.fixed-button-area.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.fixed-button-area span{
	background-color: #165345;
	color:#fff;
	padding:0 8px;
}

.fixed-button-area .cta-btn{
	max-width: 700px;
	margin: 1rem auto 0;
}

@media screen and (max-width: 767px) {
	.fixed-button-area{
		padding:0.5rem 0 0;
		font-size: 13px;
	}
	.fixed-button-area .cta-btn{
		gap: 8px;
		margin: 8px 2.5% 2px;
	}
}

#breadcrumbs{
	width:90%;
	margin:1rem auto 1rem;
	font-size:14px;
}

@media screen and (max-width: 767px) {
	#breadcrumbs{
		font-size:12px;
	}
}

.modal {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
	width:40%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.close-button {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close-button:hover,
.close-button:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width: 1024px) {
	.modal-content {
		width:70%;
	}
}

@media screen and (max-width: 767px) {
	.modal-content {
		width:90%;
	}
}

.indoor .feature-fv > h2{
	color: #FFFF00;
	font-size: clamp(1.5rem, 0.5rem + 3.33vw, 4.25rem);
	background: transparent;
	text-shadow:
		1px 1px 0 #848484, -1px -1px 0 #848484, /* 右下方向に影 */
		-1px 1px 0 #848484,  1px -1px 0 #848484, /* 左下方向に影 */
		1px 0 0 #848484, -1px  0 0 #848484, /* 左上方向に影 */
		0 1px 0 #848484,  0 -1px 0 #848484; /* 右上方向に影 */
}

.indoor .lower-fv-text {
	max-width: 1040px;
}

.indoor .feature-fv-wrap{
	max-width: 1200px;
}

.indoor .feature-fv-item{
	width: calc((100% - 3rem) / 3);
	max-width:330px;
	padding: 8px;
}

.indoor .feature-fv-item span{
	display: inline;
	font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
}

.onayami-black-bg{
	padding:1rem 2.5rem;
	display: block;
	width: fit-content;
	margin: 1rem auto 0;
	background:rgba(0,0,0,0.7);
}



@media screen and (max-width: 767px) {
	.indoor .feature-fv-item{
		width: calc((100% - 1rem) / 2);
		padding: 8px 6px;
	}

	.indoor .feature-fv-item p,
	.indoor .feature-fv-item span{
		font-size:14px;
	}
	.onayami-black-bg{
	padding:1rem 0.5rem;
	}

}

.header-tel{
	display:none;
}

.header-tel img{
	display:block;
	width:2rem;
}

@media screen and (max-width: 1024px) {
	.header-tel{
		display:block;
	}
	.header-right{
		display: flex;
		align-items: center;
		gap: 2rem;
	}
}

@media screen and (max-width: 767px) {
	.header-right{
		gap: 1rem;
	}
	.hamburger-menu .menu-btn{
		width:3rem;
	}
}

.fixed-button-area-btn{
	display:none;
}

@media screen and (max-width: 767px) {
.fixed-button-area-btn{
    display: flex;
    justify-content: center;
	    padding: 4px 0 0;
}
	.fixed-button-area-btn a{
		width:calc(100% / 3);
		padding:0.5rem;
		color:#fff;
	}
	.fixed-button-area-btn a:first-child{
		border: solid 1px #3aa766;
		text-shadow: 0 0 5px #259876;
		background: linear-gradient(to right, #37A463, #45D684, #37A463);
	}
	.fixed-button-area-btn a:nth-child(2){
	    border: solid 1px #d9ab64;
		text-shadow: 0 0 5px #d2973c;
		background: linear-gradient(to right, #E19F3D, #FFDA85, #E19F3D);
	}
	.fixed-button-area-btn a:nth-child(3){
		border: solid 1px #45cba3;
		text-shadow: 0 0 5px #259876;
		background: linear-gradient(to right, #2AB289, #6CDFD0, #2AB289);
	}
	.fixed-button-area .cta-btn{
		display:none;
	}
}

.feature-img-sp{
	display:none;
}

@media screen and (max-width: 767px) {
	.feature-img-pc{
		display:none;
	}
	.feature-img-sp{
		display:block;
		aspect-ratio: auto !important;
	}
}