@charset "utf-8";

@font-face {
	font-family: "";
	src: url("../font/") format("truetype");
}

html {
	width: auto !important;
	height: auto !important;
	/* scroll-padding-top: 120px; */
	scroll-behavior: smooth;
}

body {
	background-color: #ffffff;
	background-image: url(../img/);
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.12em;
	color: #000000;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 16px 8px;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

a :hover{
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	body {
		background-image: url(../img/);
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	padding: 4px 8px;
	background-color: #ffffff;
	/* background-color: rgba(245, 245, 245, 0.5); */
	/* background-image: url(../img/hd_bg.webp); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    transition: background-color 1s ease; /* ←ここでフワッと */
	z-index: 100;
}

.header.js-scrolled {
	/* background-color: rgba(255, 255, 255, 0.8); */
}

.header_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	height: 100%;
}

.header_inner_1 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0px;
	width: 100%;
	height: 100%;
}

.header_logo {
	display: block;
	width: auto;
	height: 100%;
	aspect-ratio: 322 / 194;
}

.header_logo picture,
.header_logo img {
	display: block;
	width: 100%;
	height: auto;
    max-width: 100%;
    max-height: 100%;
}

.header_link img {
	display: block;
    max-width: 100%;
    max-height: 100%;
}

/* google翻訳 op */
.translate {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: max-content;
	height: max-content;
	padding: 8px;
	/* border-radius: 4px; */
	background-color: #ffffff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.translate img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

.translate #google_translate_element {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	overflow: hidden;
	opacity: 0;
}

.translate .skiptranslate.goog-te-gadget {
	width: 100%;
	height: 100%;
}

.translate #google_translate_element .skiptranslate > div {
	display: block !important;
	height: 100%;
	width: 100%;
}

.translate #google_translate_element select {
	color: #333 !important;
	cursor: pointer;
	margin: 0;
	height: 100%;
	width: 100%;
	-webkit-appearance: button;
	appearance: button;
}

.translate #google_translate_element .skiptranslate > span {
	display: none;
}

.translate .text {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1;
}
/* google翻訳 ed */

@media screen and (min-width: 768px) {
	.header {
		height: auto;
		padding: 0px;
		padding: 4px 0;
		/* background-color: rgba(243, 241, 245, 0.93); */
	}

	.header.js-scrolled {
		/* background-color: ; */
	}

	.header_inner {
		flex-direction: column-reverse;
		gap: 12px;
		width: 95%;
		/* max-width: 1680px; */
		margin: 0 auto;
	}

	.header_inner_1 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 12px;
		width: 100%;
	}

	.header_logo {
		width: 120px;
		height: auto;
		background-color: transparent;
	}

	.header_logo picture,
	.header_logo img {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}

	.header_content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		width: max-content;
		max-width: 100%;
	}

	.header_content_inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		gap: 8px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.header_btn {
		width: max-content;
		max-width: 100%;
		height: 100%;
	}

	.header_btn_inner {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 12px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.header_btn_inner .btn {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0px;
		width: auto;
		height: auto;
	}

	.header_btn_inner .btn img {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}

	.header_btn_inner .btn_icon {
		width: 24px;
	}

	.header_btn_inner .btn_tel {
		flex-direction: row;
		align-items: baseline;
		gap: 4px;
		font-family: "Noto Serif JP", serif;
		font-size: 1.25rem;
		font-weight: 600;
		line-height: 1;
		color: #AB903C;
	}

	.header_btn_inner .btn_tel img {
		width: auto;
		height: 0.75em;
		/* margin-top: 0.125em; */
	}

	.header_list {
		width: max-content;
	}

	.header_list_inner {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 12px;
		width: 100%;
		margin: 0 auto 0;
	}

	.header_list_inner li {
		width: max-content;
		margin: 0 auto 0;
	}

	.header_list_inner li a {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 1;
	}

	.header_list_inner li a::after {
		/* content: "";
		position: absolute;
		bottom: -4px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 16px;
		height: 2px;
		background-color: #041E3E; */
	}

	.header_list_inner li a .text {
		font-weight: 500;
	}

	.header_list_inner li a .text.top {}

	.header_list_inner li a .text.bottom.js-scrolled {}

	.header_list_inner li a .text.bottom {
		font-size: 0.875em;
		color: #AB903C;
	}

	.header_list_inner li a .text.bottom.js-scrolled {}

	.header_list_inner li a.btn {
		padding: 8px;
		background-color: #00AFCC;
		color: #ffffff;
	}

	.header_list_inner li a.btn img {
		width: 25%;
		min-width: 24px;
	}
}

@media screen and (min-width: 1280px) {
	.header_btn_inner {
		gap: 24px;
	}

	.header_btn_inner .btn_tel {
		font-size: 1.5rem;
	}

	.header_list_inner {
		gap: 24px;
	}

	.header_list_inner li a {
		gap: 8px;
		font-size: 1rem;
	}

	.translate .text {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1440px) {
	.header_logo {
		width: 168px;
	}

	.header_btn_inner .btn_icon {
		width: 32px;
	}

	.header_btn_inner .btn_tel {
		font-size: 1.875rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.now {
	position: relative;
}

.now::before {
	content: none;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 4px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 100vmax;
	background-color: #EE7800;
}

/* ---------------------------------------------------------------------------------------------------- */

.fv_top{
	position: relative;
	overflow: hidden;
}

.fv_top .inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.fv_top .wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.fv_top .slider_wrap {
	width: 100%;
}

.fv_top .text_posi {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 100%;
}

.fv_top .text_posi .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	width: max-content;
	max-width: 100%;
	/* padding: 4px 0; */
	/* border-radius: 0 12px 0 12px; */
	/* background-color: #FFEDD7; */
	font-size: 1.875rem;
}

.fv_top .text_posi .text_wrap .text {
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	/* text-shadow: 0px 0px 12px rgba(0, 0, 0, 1); */
	text-shadow: 4px 3px 0px rgba(171, 144, 60, 0.5);
}

.fv_top .text_posi .text_wrap .text_1 {
	font-size: 1em;
	font-weight: 600;
}

.fv_top .text_posi .text_wrap .text_1 .highlight {
	font-size: 1.33333333em;
}

.fv_top .text_posi .text_wrap .text_2 {
	font-size: 0.75em;
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	.fv_top {}

	.fv_top .inner {}

	.fv_top .wrap {}

	.fv_top .slider_wrap {}

	.fv_top .text_posi {}

	.fv_top .text_posi .text_wrap {
		gap: 12px;
	}

	.fv_top .text_posi .text_wrap .text {}

	.fv_top .text_posi .text_wrap .text_1 {
		line-height: 1;
	}

	.fv_top .text_posi .text_wrap .text_1 .highlight {}

	.fv_top .text_posi .text_wrap .text_2 {
		font-size: 0.75em;
	}
}

@media screen and (min-width: 1280px) {
	.fv_top .text_posi .text_wrap {
		
	}
}

@media screen and (min-width: 1440px) {
	.fv_top .text_posi .text_wrap {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_top .text_posi .text_wrap {
		
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.fv_other {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_other.webp);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.fv_other .inner {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.fv_other .wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.fv_other .img {
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	width: 100%;
}

.fv_other .text_posi {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fv_other .text_posi .text_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	font-size: 2rem;
}

.fv_other .text_posi .text_wrap .text {
	position: relative;
	width: max-content;
	max-width: 100%;
	text-align: center;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.fv_other .text_posi .text_wrap .text::before {
	/* content: "";
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(100%, -50%);
	width: auto;
	height: 100%;
	aspect-ratio: 82 / 110;
	background-image: url(../img/fv_other_deco.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
}

.fv_other .text_posi .text_wrap .text_1 {
	font-family: "Noto Serif JP", serif;
	font-size: 1em;
	color: #AB903C;
}

.fv_other .text_posi .text_wrap .text_2 {
	font-size: 0.5em;
}

@media screen and (min-width: 768px) {
	.fv_other {
		/* height: 300px; */
	}

	.fv_other .inner {}

	.fv_other .wrap {}

	.fv_other .img {}

	.fv_other .text_posi {}

	.fv_other .text_posi .text_wrap {}

	.fv_other .text_posi .text_wrap .text {}

	.fv_other .text_posi .text_wrap .text_1 {}

	.fv_other .text_posi .text_wrap .text_2 {}
}

@media screen and (min-width: 1280px) {
	.fv_other {
		height: auto;
		background-image: none;
	}

	.fv_other .text_posi .text_wrap {
		font-size: 2.75rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_other .text_posi .text_wrap {
		gap: 24px;
		font-size: 3.125rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.heading_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.heading {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin: 0;
	padding: 0;
	font-size: 2.5rem;
}

.heading::before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 36px;
	height: auto;
	aspect-ratio: 540 / 135;
	background-color: transparent;
	background-image: url(../img/);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.heading.heading_deco_blue::before {
	background-image: url(../img/heading_deco_blue.webp);
}

.heading.heading_deco_green::before {
	background-image: url(../img/heading_deco_green.webp);
}

.heading::after {
	/* content: none;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 1px;
	background-color: #669F35; */
}

.heading .main,
.heading .sub {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.heading .main {
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-size: 0.5em;
	font-weight: 600;
}

.heading .main::before,
.heading .main::after {
	/* content: none;
	position: absolute;
	width: 36px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: url(../img/);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain; */
}

.heading .main::before {
	/* top: -24px;
	left: -36px; */
}

.heading .main::after {
	/* bottom: -24px;
	right: -36px;
	transform: rotate(180deg); */
}

.heading .sub {
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-size: 1em;
	font-weight: 600;
	color: #AB903C;
}

@media screen and (min-width: 768px) {
	.heading {}

	.heading .main {}

	.heading .sub {}
}

@media screen and (min-width: 1280px) {
	.heading {}

	.heading .main {}

	.heading .sub {}
}

@media screen and (min-width: 1440px) {
	.heading {}

	.heading .main {}

	.heading .sub {}
}

@media screen and (min-width: 1920px) {}

/* ---------------------------------------------------------------------------------------------------- */

.heading_other .sub::before,
.heading_other .sub::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 100vw;
	height: 1px;
	background-color: #AB903C;
}

.heading_other .sub::before {
	left: -12px;
	transform: translate(-100%, -50%);
}

.heading_other .sub::after {
	right: -12px;
	transform: translate(100%, -50%);
}

/* ---------------------------------------------------------------------------------------------------- */

.maxwidth {
	width: 90%;
	max-width: 1280px;
}

/* ---------------------------------------------------------------------------------------------------- */

.all.other {
	background-image: url(../img/other_bg.webp);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (min-width: 768px) {
	.all.other {
		background-size: 135%;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.btn_common {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 280px;
	padding: 20px 0;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
	color: #ffffff;
}

.btn_common::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 25%;
	height: 1px;
	background-color: #ffffff;
}

.btn_common.btn_blue {
	background-color: #00AFCC;
}

.btn_common.btn_green {
	background-color: #00A968;
}

.btn_common .text {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0px;
	width: 75%;
}

.btn_common .img {
	width: auto;
	height: 1.5em;
}

@media screen and (min-width: 1440px) {
	.btn_common {
		width: 280px;
		font-size: 1.25rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.table_wrap {
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%; */
}

.table_wrap_inner {
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%; */
}

.table {
	
}

.table tr {}

.table tr th,
.table tr td {
	
}

.table tr th {
	
}

.table tr:first-child th {
	
}

.table tr td {
	
}

.table tr:first-child td {
	/* padding-top: 0; */
}

@media screen and (min-width: 768px) {
	.table tr th,
	.table tr td {
		
	}

	.table tr th {
		
	}

	.table tr:first-child th {
		
	}

	.table tr td {
		
	}

	.table tr:first-child td {
		
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.img_filter {
	filter: grayscale(100%) brightness(62.5%);
}

/* ---------------------------------------------------------------------------------------------------- */

.read-more-state {
	display: none;
}

.read-more-target {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

/* ---------------------------------------------------------------------------------------------------- */

@keyframes loop-text {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}

.flow_text {
	position: absolute;
	width: 100%;
	overflow: hidden;
}

.flow_text span {
	display: inline-block;
	font-size: 4.25rem;
	color: #FFECF9;
	line-height: 1.5;
	white-space: nowrap;
	animation: loop-text 10s linear infinite;
}

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

@media screen and (min-width: 1280px) {
	.flow_text span {
		font-size: 7rem;
	}
}

@media screen and (min-width: 1440px) {
	.flow_text span {
		font-size: 6rem;
	}
}

@media screen and (min-width: 1920px) {
	.flow_text span {
		font-size: 8rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.band_wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/* pointer-events: none; */
}

.band {
    position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	pointer-events: none;
}

.band::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12000px;
    height: 60px;
    background-color: #3264a3;
    transform: rotate(55deg);
    transform-origin: top left;
	pointer-events: none;
}

.band_top_1::before {
	top: 600px;
	height: 120px;
}

.band_top_2::before {
	top: 880px;
	height: 60px;
}

.band_wrap .section {
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.band_top_1,
	.band_top_2 {
		top: 730px;
	}

	.band_top_1::before,
	.band_top_2::before {
		transform: translate(0, -100%) rotate(55deg);
		transform-origin: bottom left;
	}

	.band_top_1::before {
		top: 0;
		left: 120px;
	}

	.band_top_2::before {
		top: 0;
		left: 0;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.band_top_1,
	.band_top_2 {
		top: 23%;
	}

	.band_top_1::before,
	.band_top_2::before {
		transform: translate(0, -100%) rotate(60deg);
	}

	.band_top_1::before {
		left: 180px;
		height: 200px;
	}

	.band_top_2::before {
		height: 90px;
	}
}

@media screen and (min-width: 1920px) {
	.band_top_1,
	.band_top_2 {
		top: 21%;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../img/);
	background-size: contain;
	background-position: 50% 0;
	background-repeat: repeat;
	overflow: hidden;
}

.section .inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.section .wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.section .content_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .content_wrap .content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .item_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .item_wrap .item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .item_wrap .item .item_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .text_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .text_wrap .text_wrap_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .text_wrap .text_wrap_inner .text {
	width: max-content;
	max-width: 100%;
}

.section .img_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .img_wrap .img_wrap_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .img_wrap .img_wrap_inner .img {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .img_wrap .img_wrap_inner .img img,
.section .img_wrap .img_wrap_inner .img picture {
	width: 100%;
}

.section img,
.section picture {
	width: 100%;
}

.section .btn_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .btn_wrap .btn_wrap_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section .btn_wrap .btn_wrap_inner .btn,
.section .btn_wrap .btn_wrap_inner .btn_common {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

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

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_floating {
	position: fixed;
	bottom: 0;
	width: 100vw;
	z-index: 5;
}

.section_floating .inner {
	padding: 0;
}

.section_floating .wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_floating .flex {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	gap: 0px;
	width: 100%;
	margin: 0 auto 0;
}

.section_floating .flex .link {
	width: auto;
	height: auto;
}

.section_floating .flex .link img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

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

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_com_rec {
	background-image: url(../img/top_com_rec_bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_com_rec .inner {
	padding: 20% 0%;
}

.section_com_rec .wrap {}

.section_com_rec .heading_wrap {}

.section_com_rec .heading_wrap .heading {}

.section_com_rec .heading_wrap .heading::before {}

.section_com_rec .heading_wrap .heading::after {}

.section_com_rec .heading_wrap .heading .main,
.section_com_rec .heading_wrap .heading .sub {
	color: #ffffff;
}

.section_com_rec .heading_wrap .heading .main {}

.section_com_rec .heading_wrap .heading .sub {}

.section_com_rec .content_wrap {}

.section_com_rec .content_wrap .content {}

.section_com_rec .content_wrap .content .item_wrap {}

.section_com_rec .content_wrap .content .item_wrap .item {}

.section_com_rec .content_wrap .content .item_wrap .item .item_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	gap: 60px;
	width: max-content;
	height: max-content;
}

.section_com_rec .content_wrap .content .item_wrap .item .item_inner .arrow {
	width: 40%;
}

@media screen and (min-width: 768px) {
	.section_com_rec {
		background-image: url(../img/top_com_rec_bg_pc.webp);
	}

	.section_com_rec .inner {
		padding: 5% 0;
	}

	.section_com_rec .content_wrap .content .item_wrap {
		flex-direction: row;
		gap: 0;
	}

	.section_com_rec .content_wrap .content .item_wrap .item .item_inner .arrow {
		width: 156px;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_com_rec .content_wrap .content .item_wrap .item .item_inner {
		top: 55%;
		gap: 84px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_contact {
	background-image: url(../img/top_contact_bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_contact .inner {
	padding: 20% 0%;
}

.section_contact .wrap {}

.section_contact .heading_wrap {}

.section_contact .heading_wrap .heading {}

.section_contact .heading_wrap .heading::before {}

.section_contact .heading_wrap .heading::after {}

.section_contact .heading_wrap .heading .main,
.section_contact .heading_wrap .heading .sub {
	color: #ffffff;
}

.section_contact .heading_wrap .heading .main {}

.section_contact .heading_wrap .heading .sub {}

.section_contact .content_wrap {}

.section_contact .content_wrap .content {
	gap: 60px;
    width: 90%;
    max-width: 1280px;
}

.section_contact .content_wrap .content .item_wrap {}

.section_contact .content_wrap .content .item_wrap .item {}

.section_contact .content_wrap .content .item_wrap .item .item_inner {
	gap: 24px;
}

.section_contact .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

.section_contact .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_contact .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	text-align: center;
	color: #ffffff;
}

.section_contact .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {}

.section_contact .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {
	margin-top: 24px;
}

.section_contact .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_3 {}

.section_contact .content_wrap .content .item_wrap .item .item_inner .btn_wrap {
	width: max-content;
}

.section_contact .content_wrap .content .item_wrap .item .item_inner .btn_wrap .btn_wrap_inner {
	gap: 24px;
}

.section_contact .content_wrap .content .item_wrap .item .item_inner .btn_wrap .btn_wrap_inner .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 290px;
	height: auto;
	aspect-ratio: 290 / 65;
	padding: 12px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
}

.section_contact .content_wrap .content .item_wrap .item .item_inner .btn_wrap .btn_wrap_inner .btn img {
	width: auto;
	height: 1em;
}

.section_contact .content_wrap .content .item_wrap .item .item_inner .btn_wrap .btn_wrap_inner .btn_tel {
	background-color: #00A968;
	font-size: 1.75rem;
}

.section_contact .content_wrap .content .item_wrap .item .item_inner .btn_wrap .btn_wrap_inner .btn_mail {
	background-color: #00AFCC;
	font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
	.section_contact {
		background-image: url(../img/top_contact_bg_pc.webp);
	}

	.section_contact .inner {
		padding: 5% 0 7.5%;
	}

	.section_contact .content_wrap .content .item_wrap .item .item_inner .btn_wrap .btn_wrap_inner {
		flex-direction: row;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_contact .content_wrap .content .item_wrap .item .item_inner {
		gap: 60px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.footer {
	position: relative;
}

.footer .inner {
	position: relative;
	background-color: transparent;
}

.footer .wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.footer .logo {
	display: block;
	width: 250px;
}

.footer .logo picture,
.footer .logo img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.footer .heading_wrap {}

.footer .heading {}

.footer .heading::before {}

.footer .heading::after {}

.footer .heading .main,
.footer .heading .sub {}

.footer .heading .main::before,
.footer .heading .sub::before {}

.footer .heading .main {}

.footer .heading .main::before {}

.footer .heading .sub {}

.footer .heading .sub::after {}

.footer .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: max-content;
}

.footer .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	width: 100%;
}

.footer .text_wrap .text_wrap_inner .text {
	width: max-content;
	max-width: 100%;
	font-size: 0.875rem;
	font-weight: 500;
}

.footer .btn_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: max-content;
}

.footer .btn_wrap .btn_wrap_inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 100%;
}

.footer .btn_wrap .btn_wrap_inner .btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 40px;
}

.footer .list_wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
    gap: 0px;
	width: 92.5%;
}

.footer .list_wrap .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    gap: 24px 0px;
}

.footer .list_wrap .list li {
	position: relative;
	width: calc((100% - (0px * 1)) / 2);
	/* max-width: calc((100% - (24px * 2)) / 3); */
}

.footer .list_wrap .list li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	padding-left: 0.75rem;
	font-weight: 500;
	line-height: 1;
}

.footer .list_wrap .list li a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: auto;
	height: 0.5rem;
	aspect-ratio: 1 / 1;
	background-color: #AB903C;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.footer .list_wrap .list li a .text {}

.footer .list_wrap .list li a .text.top {}

.footer .list_wrap .list li a .text.bottom {}

.footer .map {
	position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(100% * (1 / 1));
    overflow-y: hidden;
}

.footer .map iframe {
	position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: calc(100% + (150px * 2));
}

.footer .content_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.footer .content_wrap .content_wrap_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.footer .content_wrap .content_wrap_inner .content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.footer .content_wrap .content_wrap_inner .content .content_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.footer .content_wrap .content_wrap_inner .content .content_inner .content_inner_box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.footer .content_wrap .content_wrap_inner .content_top {}

.footer .content_wrap .content_wrap_inner .content_top .content_inner {}

.footer .content_wrap .content_wrap_inner .content_top .content_inner .text_wrap {}

.footer .content_wrap .content_wrap_inner .content_top .content_inner .text_wrap .text_wrap_inner {}

.footer .content_wrap .content_wrap_inner .content_top .content_inner .text_wrap .text_wrap_inner .text {}

.footer .content_wrap .content_wrap_inner .content_top .content_inner .list_wrap {}

.footer .content_wrap .content_wrap_inner .content_top .content_inner .list_wrap .list {
	gap: 32px 20px;
}

.footer .content_wrap .content_wrap_inner .content_top .content_inner .list_wrap .list li {}

.footer .content_wrap .content_wrap_inner .content_top .content_inner .list_wrap .list li a {
	position: relative;
	padding-right: 1.5rem;
}

.footer .content_wrap .content_wrap_inner .content_top .content_inner .list_wrap .list li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: auto;
    height: 1.25rem;
    aspect-ratio: 1 / 1;
    background-image: url(../img/footer_list_icon.webp);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer .content_wrap .content_wrap_inner .content_top .content_inner .list_wrap .list li a .text {
	font-weight: 500;
}

.footer .content_wrap .content_wrap_inner .content_middle {}

.footer .content_wrap .content_wrap_inner .content_middle .content_inner {}

.footer .content_wrap .content_wrap_inner .content_bottom {
	padding: 10% 0;
	background-image: url(../img/footer_bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .content_wrap .content_wrap_inner .content_bottom .content_inner {
	gap: 48px;
}

.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .content_inner_box {}

.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .content_inner_box_1 {}

.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .content_inner_box_2 {}

.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .text_wrap {}

.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .text_wrap .text_wrap_inner {}

.footer .content_wrap .content_wrap_inner .content_bottom .content_inner .text_wrap .text_wrap_inner .text {}

.copyright {
	width: 100%;
	padding: 24px 5%;
	/* background-image: linear-gradient(90deg, rgba(0, 153, 68, 1), rgba(11, 52, 225, 1)); */
	background-color: #AB903C;
	text-align: center;
	/* font-size: 0.875rem; */
	font-weight: 500;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.footer .map {
		padding-top: calc(100% * (1 / 3));
	}

	.footer .btn_wrap .btn_wrap_inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.footer .btn_wrap .btn_wrap_inner .btn {
		/* width: calc((100% - (12px * 1)) / 2); */
		max-width: 40px;
	}
	
	.footer .list_wrap .list {
		justify-content: flex-start;
		gap: 24px 16px;
	}

	.footer .list_wrap .list li {
		width: max-content;
	}

	.footer .content_wrap .content_wrap_inner .content_bottom {
		padding: 10% 0;
		background-image: url(../img/footer_bg_pc.webp);
	}

	.footer .content_wrap .content_wrap_inner .content_bottom .content_inner {
		flex-direction: row;
		gap: 12px;
		width: 90%;
		max-width: 1280px;
	}
}

@media screen and (min-width: 1280px) {
	.footer .map {
		padding-top: calc(100% * (1 / 4));
	}

	.footer .list_wrap {
		width: max-content;
	}

	.footer .list_wrap .list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
	}

	.footer .list_wrap .list li {
		/* width: calc((100% - (12px * 2)) / 3); */
	}

	.footer .content_wrap .content_wrap_inner .content_bottom {
		padding: 5% 0;
	}

	.footer .content_wrap .content_wrap_inner .content_bottom .content_inner {
		justify-content: flex-start;
		gap: 24px;
	}
}

@media screen and (min-width: 1440px) {
	.footer .btn_wrap .btn_wrap_inner {
		gap: 24px;
	}

	.footer .list_wrap .list {
		gap: 24px;
	}

	.footer .content_wrap .content_wrap_inner .content_bottom .content_inner {
		gap: 48px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.pc_only {
	display: none !important;
}

.pc_only_2 {
	display: none !important;
}

.pc_only_3 {
	display: none !important;
}

.sp_only {
	display: inherit !important;
}

.sp_only_2 {
	display: inherit !important;
}

.sp_only_3 {
	display: inherit !important;
}

@media screen and (min-width: 768px) {
    .pc_only{
		display: inherit !important;
	}

	.sp_only{
		display: none !important;
	}
}

@media screen and (min-width: 1280px) {
	.pc_only_2 {
		display: inherit !important;
	}

	.sp_only_2{
		display: none !important;
	}
}

@media screen and (min-width: 1440px) {
	.pc_only_3 {
		display: inherit !important;
	}

	.sp_only_3 {
		display: none !important;
	}
}