/* ===== 共通 ===== */
a {
	text-decoration: none;
}

h2,
h3,
[id] {
	scroll-margin-top: 120px;
	/* ヘッダーの高さ + 少しの余裕を持たせる */
}

.c-site-branding {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*背景画像設定*/

.c-drawer #content,
.p-entry-content,
.msm-c-page-content,
.c-entry__body {
	background-color: transparent !important;
}

.p-breadcrumbs-wrapper {
	margin-top: 115px;
}

@media screen and (max-width: 768px) {
	.p-breadcrumbs-wrapper {
		display: none;
	}

	.common_section-heading {
		margin-top: 105px;
		margin-bottom: 48px;
	}

	.common_section-heading_subpage {
		width: 80%;
	}
}

.c-fluid-container {
	padding-left: 3% !important;
	padding-right: 3% !important;
}

/*共通ボタン*/
.common_btn {
	transition: .3s;
	width: 100%;
	max-width: 453px;
	position: relative;
	overflow: hidden;
	z-index: 100;
	padding: unset !important;
}

.common_btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #fff;
	opacity: 0;
	transition: .3s;
	pointer-events: none;
}

.common_btn:hover::before {
	opacity: .2;
}

.common_btn_arrow {
	transition: transform .3s ease;
}

.common_btn:hover .common_btn_arrow {
	transform: translateX(8px);
}

.whole-link-button {
	position: relative;
	cursor: pointer;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 40px;
	padding-right: 40px;
}

/* リンク自身を基準にさせない */
.whole-link-button a {
	position: static !important;
}

/* ボタン全体にクリック範囲を広げる */
.whole-link-button a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 10;
}



@media screen and (max-width: 1600px) {
	.news_btn_text span {
		font-size: 16px !important;
	}



	.news_btn_flex {
		gap: 8px !important;
	}
}

@media screen and (max-width: 1400px) {
	.news_btn_flex {
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.common_btn_text .sme-font-size {
		font-size: 18px !important;
	}

	.common_btn_sub_text .sme-font-size {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 768px) {
	.common_btn_text .sme-font-size {
		font-size: 16px !important;
	}

	.common_btn_sub_text .sme-font-size {
		font-size: 12px !important;
	}

	.common_btn_arrow {
		flex-basis: 14px !important;
	}
}

@media screen and (max-width: 390px) {
	.tsukemono_btn_text {
		font-size: 14px;
	}

	.whole-link-button {
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 18px;
		padding-right: 18px;
	}

}

/*共通セクションタイトル*/
.page .c-entry__header {
	display: none;
}

.section-heading_title_subpage .sme-font-size {
	font-size: 48px !important;
}

@media screen and (max-width: 1600px) {
	.section-heading_title_subpage .sme-font-size {
		font-size: 36px !important;
	}
}

@media screen and (max-width: 1024px) {
	.section-heading_title .sme-font-size {
		font-size: 28px !important;
	}

	.section-heading_title_subpage .sme-font-size {
		font-size: 32px !important;
	}

	.section-dots {
		flex-basis: 200px !important;
	}
}

@media screen and (max-width: 768px) {
	.section-heading_title .sme-font-size {
		font-size: 26px !important;
	}



	.section-heading_en {
		font-size: 12px !important;
	}

	.section-dots {
		flex-basis: 0px !important;
	}

	.common_section-heading_text_container {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px !important;
	}

	.common_section-heading_text_container figure {
		width: 143px;
	}
}

@media screen and (max-width: 390px) {
	.section-heading_title .sme-font-size {
		font-size: 24px !important;
	}
}

/*ヘッダー*/
header {
	position: fixed;
}

article header {
	position: relative;
}

.l-header__content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

header .c-fluid-container {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #FFFADC;
}

h1 a,
.c-site-branding__title a {
	font-size: 22px;
}

.l-1row-header .c-row__col {
	padding-inline: 0 !important;
}

.l-1row-header .c-row {
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
}

.l-1row-header__branding {
	display: block;
	height: 72px;
	align-content: center;
	text-align: center;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.l-1row-header__content {
	height: 72px;
}

.c-site-branding__title .custom-logo {
	width: 160px !important;
}

.l-1row-header ul {
	justify-content: space-around;
}

.l-1row-header li a {
	font-size: 17px !important;
	letter-spacing: 0.18em;
}

.c-navbar__submenu li a {
	letter-spacing: 0;
}

.c-navbar__submenu li a {
	color: #2e2a26 !important;
	font-weight: 700;
}

.l-1row-header .c-row>.c-row__col:nth-child(2) {
	flex: 0 0 59.2%;
}

.l-1row-header .c-row>.c-row__col:nth-child(3) {
	flex: 0 0 18%;
}

.l-1row-header .u-invisible-md-down nav {
	height: 72px;
	align-content: center;
}

.l-1row-header .u-invisible-md-down .p-global-nav {
	background-color: #ffffff;
	border-radius: 32px 0 0 32px;
	padding-left: 2%;
}

.p-global-nav .c-navbar__item>a {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.c-navbar>li {
	position: relative;
	padding-left: 14px;
}

.c-navbar__submenu>li {
	position: relative;
}

.c-navbar>li::after,
.c-navbar__submenu>li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.c-navbar>li:nth-child(1)::after,
.about .c-navbar__submenu>li::after {
	background: #E90036;
}

.c-navbar>li:nth-child(2)::after,
.pickle-guide .c-navbar__submenu>li::after {
	background: #935399;
}

.c-navbar>li:nth-child(3)::after,
.information .c-navbar__submenu>li::after {
	background: #009649;
}

.c-navbar>li:nth-child(4)::after,
.exam .c-navbar__submenu>li::after {
	background: #C7AA7B;
}

.c-navbar>li:nth-child(5)::after,
.association .c-navbar__submenu>li::after {
	background: #D1DF28;
}


.c-navbar__submenu {
	background-color: #ffffff !important;
	border-radius: 32px;
	padding: 40px;
	width: 320px;
	min-width: unset;
	margin-top: 0;
	border-top: 20px solid transparent;
	background-clip: padding-box;
}

.p-global-nav .c-navbar__item[aria-haspopup=true]:before {
	display: none;
}

.p-global-nav .c-navbar__item>.c-navbar__submenu {
	left: 78% !important;
}

.l-1row-header .u-invisible-md-down .l-1row-header__content {
	background-color: #ffffff;
	border-radius: 0 32px 32px 0;
}

.header-contact-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 54px;
	background: #284128;
	border-radius: 20px;
	text-decoration: none;
	transition: .3s;
	position: relative;
	overflow: hidden;
}

.header-contact-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #fff;
	opacity: 0;
	transition: .3s;
	pointer-events: none;
}

.header-contact-btn:hover::before {
	opacity: .2;
}

.header-contact-btn__ja {
	color: #ffffff;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}

.header-contact-btn__en {
	color: rgba(255, 255, 255, .5);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 6px;
	font-family: 'Zen Maru Gothic', sans-serif !important;
}

@media screen and (max-width: 1600px) {

	h1 a,
	.c-site-branding__title a {
		font-size: clamp(1rem, 0.333rem + 1.04vw, 1.375rem);
	}

	.l-1row-header .c-row>.c-row__col:nth-child(2) {
		flex: 0 0 65%;
	}

	.l-1row-header li a {
		font-size: clamp(0.875rem, 0.542rem + 0.52vw, 1.063rem) !important;
	}

	.c-navbar>li::before {
		width: 8px;
		height: 8px;
	}

	.header-contact-btn {
		width: clamp(9.375rem, -2.847rem + 19.1vw, 16.25rem);
	}

	.header-contact-btn__ja {
		font-size: clamp(0.875rem, 0.208rem + 1.04vw, 1.25rem);
	}

	.header-contact-btn__en {
		font-size: clamp(0.625rem, 0.181rem + 0.69vw, 0.875rem);
	}

	.c-site-branding__title .custom-logo {
		width: clamp(7.5rem, 3.043rem + 6.96vw, 10rem) !important;
	}
}

@media screen and (max-width: 1024px) {
	.l-header--sticky-sm {
		position: unset !important;
	}

	.l-header__content {
		background-color: transparent;
		position: fixed;
		top: 0;
		left: 50%;
		width: 100%;
		z-index: 50;
		transform: translateX(-50%);
	}

	.l-1row-header .c-row {
		max-width: 900px;
		justify-content: center;
	}

	.l-1row-header .c-row>.c-row__col:nth-child(1) {
		flex: 0 0 73.7%;
	}

	.l-header .c-fluid-container {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.l-1row-header .c-row>.c-row__col:nth-child(4) {
		flex: 0 0 71px;
		height: 64px;
		background-color: #284128;
		color: #ffffff;
		border-radius: 20px;
		position: relative;
	}

	.c-site-branding {
		justify-content: left;
	}

	.u-invisible-lg-up .c-hamburger-btn__bars {
		width: 50px;
		margin: 0 auto 9px;
	}

	.u-invisible-lg-up .c-hamburger-btn__bar:nth-of-type(2) {
		top: 9px;
	}

	.u-invisible-lg-up .c-hamburger-btn__bar:nth-of-type(3) {
		top: 17px;
	}

	.u-invisible-lg-up .c-hamburger-btn {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.l-header .c-hamburger-btn__bar {
		background-color: #ffffff !important;
		height: 3px;
		width: 30px;
		border-radius: 3px;
		left: 50%;
		transform: translateX(-50%);
	}

	.c-hamburger-btn__label {
		font-size: 0;
	}

	.c-hamburger-btn__label::before {
		content: "メニュー";
		font-size: 12px;
		font-weight: 800;
	}

	.l-1row-header__branding {
		border-radius: 20px;
		height: 72px;
		align-content: center;
	}

}

/*ヘッダー終了*/

/*ドロワー*/
.c-drawer {
	width: 100%;
	color: #2e2a26;
	background-color: unset;
}

.c-drawer__controls img {
	width: 120px;
}

.c-drawer ul {
	padding-inline: 10%;
}

.c-drawer .c-hamburger-btn__bar {
	background-color: #2e2a26;
}

.c-hamburger-btn[aria-expanded="true"] .c-hamburger-btn__label::before {
	content: "とじる";
	color: #284128;
}

.c-hamburger-btn[aria-expanded="true"] .c-hamburger-btn__bar {
	background-color: #284128;
	height: 2px;
	width: 30px;
}

.c-hamburger-btn__bars {
	width: 30px;
}

.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:first-of-type {
	transform: rotate(28deg);
}

.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:nth-of-type(3) {
	transform: rotate(-28deg);
}

.c-drawer__menu li a {
	font-size: 16px;
	font-weight: 700;
	color: #284128;
	letter-spacing: 0.025em;
}

.c-drawer__menu .c-drawer__item {
	position: relative;
	padding-left: 16px;
}

.c-drawer__menu .c-drawer__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #284128;
}

.c-drawer__inner {
	padding-right: unset;
	padding-left: unset;
	margin-inline: 5%;
	background-color: #ffffff;
	border-radius: 20px;
	margin-top: 8px;
	height: unset;
}

.drawer-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #2e2a26;
	white-space: nowrap;
}

.c-drawer__controls {
	text-align: unset;
}

.c-drawer__controls--right {
	padding-left: 10%;
	padding-right: 10%;
	width: 100%;
	max-width: 737px;
	justify-content: space-between;
	display: flex;
	gap: 0;
	margin: 24px auto 0;
}

.drawer-sns {
	display: flex;
	gap: 24px;
	padding-inline: 10%;
	margin-top: 24px;
}

.drawer-sns img {
	width: 32px;
	height: 32px;
	display: block;
}

.drawer-character {
	text-align: center;
}

.drawer-character img {
	width: 100%;
	height: auto;
}

/*ドロワー終了*/

/*フッター*/

.l-footer {
	z-index: 500;
}

.l-footer-widget-area {
	padding-bottom: 0 !important;
}

.l-footer-widget-area__item {
	padding-left: unset !important;
	padding-right: unset !important;
	margin-bottom: unset !important;
}

.l-footer-widget-area .c-fluid-container {
	padding-left: unset !important;
	padding-right: unset !important;
}

.footer_right,
.footer_right_left,
.footer_right_right {
	gap: clamp(0.938rem, -7.524rem + 13.22vw, 4.375rem) !important;
}

.footer_sp {
	display: none;
}

.footer_category_title {
	position: relative;
	padding-left: 18px;
}

.footer_category_title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 55%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ffffff;
}

.footer_category_detail a {
	opacity: .5;
}

.footer_category_detail a:hover {
	color: #ffffff;
	transition: 0.3s;
	opacity: 1;
}

.footer_category_subtitle {
	position: relative;
}

.footer_category_subtitle::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #fff;

	transform: scaleX(0);
	transform-origin: left;
	transition: transform .3s ease;
}

.footer_category_subtitle:hover::after {
	transform: scaleX(1);
}

.c-copyright {
	background-color: #284128 !important;
	margin-top: -5px;
}

.footer_copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	font-size: 14px;
	color: #fff;
}

.privacy-policy_link {
	position: relative;
	padding-right: 24px;
	color: #fff;
	text-decoration: none;
}

.privacy-policy_link::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 14px;
	background: #fff;
}

.footer_copyright_text {
	display: block;
	position: relative;
}

.pc-br {
	display: block;
}

.sp-br {
	display: none;
}

.wp-image-670 {
	width: 160px;
}

@media screen and (max-width: 1650px) {
	.footer-pagetop {
		width: 90px !important;
		height: 90px !important;
		padding-top: 10px !important;
	}
}
@media screen and (max-width: 1350px) and (min-width: 1081px) {
	.footer_category_title {
		font-size: 15px !important;}
		.footer_category_subtitle a {
		font-size: 13px !important;
	
	}}

@media screen and (max-width: 1080px) and (min-width: 1024px) {
	.footer_category_title {
		font-size: 15px !important;
	}

	.footer_category_subtitle a{
		font-size: 13px !important;
	}
}

@media (max-width:1024px) {
	.footer_infomation {
		display: none;
	}

	.footer_right_left,
	.footer_right_right {
		flex-direction: column;
	}

	.footer_pc .footer_right {
		gap: clamp(1rem, -3.641rem + 13.5vw, 5rem) !important;
		width: 65% !important;
	}

}

@media (768px <=width <=1024px) {
	.footer_pc .footer_right {
		justify-content: center;
	}
}

@media (max-width:767px) {
	.c-copyright .c-fluid-container {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.footer_pc {
		display: none;
	}

	.footer_sp {
		display: block;
	}

	.footer_category_title {
		font-size: 16px !important;
	}

	.footer_category_detail,
	.footer_address {
		font-size: 14px !important;
	}

	.footer_copyright {
		flex-direction: column;
		align-items: flex-start;
		gap: 36px;
		max-width: 550px;
		margin: 0 auto;
		font-size: 15px;
	}

	.footer_copyright span {
		font-size: 12px;
	}

	.privacy-policy_link {
		padding-right: 0;
	}

	.privacy-policy_link::after {
		display: none;
	}

	.footer_copyright_text {
		line-height: 2;
		text-align: left;
	}

	.sp-br {
		display: block;
	}

	.pc-br {
		display: none;
	}

	.wp-image-670 {
		width: 140px;
	}

	.footer_sp .footer_img {
		margin-left: clamp(0rem, -14.964rem + 42.75vw, 5.531rem) !important;
		margin-right: unset !important;
	}
	.footer_img img{width:250px;}
}

/* TOPに戻るボタン */
.footer-pagetop a {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.footer-pagetop img {
	display: block;
}

.footer-pagetop a:hover img {
	animation: arrowRollUp 0.3s cubic-bezier(.25, 1, .5, 1) forwards;
}

@keyframes arrowRollUp {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	40% {
		transform: translateY(-100%);
		opacity: 0;
	}

	41% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/*フッター終了*/


/*上部カーブ*/
.footer_curve {
	line-height: 0;
	margin-bottom: -1px;
}

.footer_curve svg {
	display: block;
	width: 100%;
	height: 100px;
}

@media (max-width:767px) {
	.footer_curve svg {
		height: 45px;
	}
}

/*上部カーブ終了*/


/*横並びコンテンツ*/
.content_category {
	width: 25%;
	color: #2E2A26;
	position: sticky;
	top: 100px;
}

.contents {
	font-weight: 900;
	letter-spacing: -0.05em;
}

.contents_title {
	font-weight: 500;
}

.contents_title {
	position: relative;
	padding-left: 35px;
}

.contents_title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 19px;
	height: 19px;
	border-radius: 50%;
}

/* 1個目 */
.contents_title:nth-of-type(2)::before {
	background: #D1DF28;
}

/* 2個目 */
.contents_title:nth-of-type(3)::before {
	background: #009649;
}

/* 3個目 */
.contents_title:nth-of-type(4)::before {
	background: #935399;
}

/* 4個目 */
.contents_title:nth-of-type(5)::before {
	background: #C7AA7B;
}

/* 5個目 */
.contents_title:nth-of-type(6)::before {
	background: #E90036;
}

/* 6個目 */
.contents_title:nth-of-type(7)::before {
	background: #007D3A;
}

/* 7個目 */
.contents_title:nth-of-type(8)::before {
	background: #FFFCE0;
}

.contents_title:nth-of-type(9)::before {
	background: #FDFDF4;
}

.content_detail {
	width: 72.2%;
	color: #2E2A26;
}

.content_detail_title {
	font-weight: 900;
}

.content_detail_title {
	position: relative;
	padding-left: 35px;
}

.content_detail_title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	border-radius: 50%;
}

/* 1個目 */
.content_detail_title_1::before {
	background: #D1DF28;
}

/* 2個目 */
.content_detail_title_2::before {
	background: #009649;
}

/* 3個目 */
.content_detail_title_3::before {
	background: #935399;
}

/* 4個目 */
.content_detail_title_4::before {
	background: #C7AA7B;
}

/* 5個目 */
.content_detail_title_5::before {
	background: #E90036;
}

/* 6個目 */
.content_detail_title_6::before {
	background: #007D3A;
}

/* 7個目 */
.content_detail_title_7::before {
	background: #FFFCE0;
}

.content_category_sp {
	display: none;
}

.scroll_target {
	scroll-margin-top: 200px;
}

.content_nav_sp_wrap {
	display: none;
}

@media (max-width:1600px) {
	.contents_title {
		margin-bottom: 18px !important;
	}

	.content_detail_title span {
		font-size: 24px !important;
	}
}

@media (max-width:1200px) {
	.contents span {
		font-size: clamp(1rem, 0.333rem + 1.39vw, 1.375rem) !important;
	}

	.contents_title span {
		font-size: clamp(0.813rem, 0.257rem + 1.16vw, 1.125rem) !important;
	}

	.contents_title {
		padding-left: 18px;
	}

	.contents_title::before {
		width: 12px;
		height: 12px;
	}

	.content_detail_title span {
		font-size: clamp(1.375rem, 0.486rem + 1.85vw, 1.875rem) !important;
	}

	.content_detail_title {
		padding-left: 30px;
	}

	.content_detail_title::before {
		width: 20px;
		height: 20px;
	}

	.contents_detail_text span {
		font-size: 16px !important;
	}
}

@media (max-width:768px) {
	.content_category {
		display: none;
	}

	.content_detail_title span {
		font-size: 20px !important;
	}

	/*==================================
SP CONTENTS ナビ
==================================*/


	.content_nav_sp_wrap {
		display: block;
		position: sticky;
		top: 100px;
		left: 23px;
		width: 42px;
		height: 160px;
		z-index: 100;
		overflow: visible;
		transition: top 0.3s ease;
	}

	/* リンク遷移後の位置 */
	.content_nav_sp_wrap.is-moved {
		top: 160px;
	}

	.content_category_sp {
		display: block;
		position: absolute;
		top: 32px;
		left: -24px;
		width: 42px;
		height: 160px;
		padding: 24px 0;
		border: none;
		border-radius: 0 12px 12px 0;
		background: #fff;
		color: #244126;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 0.08em;
		line-height: 1;
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		text-align: center;
		cursor: pointer;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
		-webkit-writing-mode: vertical-rl;

	}

	.content_nav_sp_panel {
		position: absolute;
		top: -1px;
		left: -26px;
		transform: none;
		width: calc(100vw - 48px);
		max-width: 360px;
		background: #fff;
		border-radius: 18px;
		padding: 30px 28px 34px;
		box-sizing: border-box;
		z-index: 1000;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.25s ease, visibility 0.25s ease;
	}

	.content_nav_sp_panel.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.content_nav_sp_head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 24px;
	}

	.content_nav_sp_title {
		margin: 0 !important;
		color: #244126;
		font-size: 16px;
		font-weight: 800;
		letter-spacing: 0.08em;
		line-height: 1.4;
	}

	.content_nav_sp_close {
		width: 34px;
		height: 34px;
		border: 1px solid #244126;
		border-radius: 50%;
		background: #fff;
		color: #244126;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 22px;
		line-height: 1;
		cursor: pointer;
	}

	.content_nav_sp_list {
		display: grid;
		gap: 20px;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none;
	}

	.content_nav_sp_list li {
		margin: 0 !important;
		padding: 0 !important;
	}

	.content_nav_sp_list a {
		position: relative;
		display: block;
		padding-left: 24px;
		color: #244126;
		font-size: 15px;
		font-weight: 700;
		text-decoration: none;
		line-height: 1.5;
	}

	.content_nav_sp_list a::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0.45em;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #D1DF28;
	}

	.content_nav_sp_list li:nth-child(2) a::before {
		background: #009649;
	}

	.content_nav_sp_list li:nth-child(3) a::before {
		background: #935399;
	}

	.content_nav_sp_list li:nth-child(4) a::before {
		background: #C7AA7B;
	}

	.content_nav_sp_list li:nth-child(5) a::before {
		background: #E90036;
	}

	.content_nav_sp_list li:nth-child(6) a::before {
		background: #007D3A;
	}

	.content_nav_sp_list li:nth-child(7) a::before {
		background: #FFFCE0;
	}

	.content_detail {
		width: 88%;
		padding-left: 6% !important;
	}

	.contents_wrapper {
		justify-content: end;
		gap: 5%;
	}
}

@media (max-width:480px) {
	.content_detail_title_6 span {
		font-size: 20px !important;
	}

	.check_list_title strong {
		font-size: 14px !important;

	}
}


/* ==========================================================================
   TOP画像＋キャラクター
   ========================================================================== */
.top_design_img .c-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.about_zentsukeren_top {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 500px;
}

/* 背景画像 */
.about_zentsukeren_top_img {
	position: absolute;
	top: -333px;
	right: -214px;
	width: 1240px;
	height: auto;
	z-index: 1;
}

/* コメント吹き出し */
.about_zentsukeren_comment {
	position: absolute;
	top: -102px;
	right: 195px;
	width: 400px;
	height: auto;
	z-index: 3;
}

/* キャラクター */
.about_zentsukeren_character {
	position: absolute;
	top: -142px;
	right: -6px;
	width: 178px;
	z-index: 1;
	animation: float 6s ease-in-out infinite;
}


@keyframes float {
	0% {
		transform: translate(0, 0);
	}

	20% {
		transform: translate(10px, -3px);
	}

	50% {
		transform: translate(0, -10px);
	}

	80% {
		transform: translate(-10px, -3px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@media screen and (min-width: 1920px) and (max-width: 2560px) {
	.about_zentsukeren_top_img {
		top: -333px;
		right: clamp(-562px, calc(730px - 50.46875vw), -239px);
		width: clamp(77.5rem, -65rem + 118.75vw, 125rem);
	}

	.about_zentsukeren_comment {
		top: -111px;
		right: clamp(-96px, calc(1024px - 43.75vw), 184px);
		width: 400px;
	}

	.about_zentsukeren_character {
		top: -159px;
		right: clamp(-300px, calc(876px - 45.938vw), -6px);
		width: clamp(178px, calc(112px + 3.438vw), 200px);
	}

	.about_zentsukeren_character_kyuri {
		top: -159px;
		right: clamp(-259px, calc(877px - 44.375vw), 25px);
		width: clamp(113px, calc(38px + 3.90625vw), 138px);
	}
}

@media screen and (max-width: 1600px) {
	.about_zentsukeren_character {
		top: clamp(-202px, calc(-268.64px + 8.6643vw), -130px);
		right: clamp(0px, calc(119.23px - 7.8125vw), 62px);
		width: clamp(100px, calc(30.77px + 9.014vw), 175px);
	}

	.about_zentsukeren_comment {
		top: clamp(-180px, calc(-279.99px + 13.0036vw), -72px);
		right: clamp(160px, calc(127.59px + 4.212vw), 195px);
		width: clamp(200px, calc(14.8px + 24.067vw), 400px);
	}
}

@media screen and (max-width: 768px) {
	.top_design_img {
		padding: 0 !important;
	}

	.l-contents__inner:has(.top_design_img) {
		margin-top: 0 !important;
	}

	.about_zentsukeren_top {
		min-height: 420px;
		overflow: hidden;
	}

	.about_zentsukeren_top_img {
		top: 0px;
		right: clamp(-203px, calc(-412.48px + 53.704vw), 0px);
		width: 750px !important;
		max-width: none !important;
		height: auto;
		z-index: 1;
	}

	.about_zentsukeren_comment {
		top: clamp(110px, calc(68.73px + 10.582vw), 150px);
		right: clamp(133px, calc(94.82px + 9.788vw), 170px);
		width: clamp(200px, calc(277.21px - 10.053vw), 238px);
	}

	.about_zentsukeren_character {
		top: clamp(100px, calc(79.37px + 5.291vw), 120px);
		right: clamp(39px, calc(13.21px + 6.614vw), 64px);
		width: clamp(83px, calc(65.46px + 4.497vw), 100px);
	}
}


.about_zentsukeren_character_kyuri {
	right: 25px;
	width: 185px;
}

@media screen and (min-width: 1920px) and (max-width: 2560px) {
	.about_zentsukeren_character_kyuri {
		top: -159px;
		right: clamp(-259px, calc(877px - 44.375vw), 25px);
		width: clamp(12.5rem, -6.25rem + 15.63vw, 18.75rem);
	}
}


@media screen and (max-width: 1600px) {
	.about_zentsukeren_character_kyuri {
		right: clamp(47px, calc(85.51px - 2.407vw), 67px);
		top: clamp(-228px, calc(-318.69px + 11.79vw), -130px);
		width: clamp(7.125rem, 3.019rem + 8.54vw, 11.563rem);
	}

	.contents_detail_title {
		font-size: clamp(1.125rem, 1.048rem + 0.33vw, 1.375rem) !important;
	}
}

@media screen and (max-width: 768px) {
	.about_zentsukeren_character_kyuri {
		right: clamp(43px, calc(57.22px - 1.852vw), 50px) !important;
		width: clamp(105px, calc(53.41px + 13.228vw), 155px) !important;
		top: clamp(86px, calc(77.75px + 2.116vw), 94px) !important;
	}
}

@media screen and (max-width: 1200px) {


	.page-faq .smb-accordion__item__title,
	.faq_answer {
		font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem) !important;
	}

	.era-table .has-text-align-left,
	.era-table td {
		font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem) !important;
	}

	.page-faq .smb-accordion__item__title__label::after {
		font-size: 18px !important;
		top: -2px !important;
	}

	.page-faq .wp-block-snow-monkey-blocks-accordion-item-is-layout-constrained .wp-block-paragraph::after {
		font-size: 18px !important;
		top: -2px !important;
	}
}

@media screen and (max-width: 600px) {
	.content_detail_title.era span {
		font-size: clamp(0.938rem, 0.208rem + 3.11vw, 1.375rem) !important;
	}
}


/* ==========================================================================
   英語対応
   ========================================================================== */

/* GTranslateのラッパー全体のスタイル調整 */
.gtranslate_wrapper {
	display: inline-block;
	max-width: 100%;
	/* 親要素からはみ出さないように制限 */
	box-sizing: border-box;
}

/* 翻訳されて文字量が増えたとき（英語切り替え時）の調整 */
/* html要素にlang="en"が付与されるか、GTranslateの挙動に合わせて文字を調整します */
html[lang="en"] .site-footer-test,
html[lang="en"] .footer-container {
	/* 英語のときは全体の文字サイズをほんの少し小さくして1行に収まりやすくする */
	font-size: 0.9em;
	letter-spacing: 0.02em;
	/* 詰まって見えないように少しだけ文字間を広げる */
}

/* フッターの要素が横並び（Flexboxなど）になっている場合の崩れ対策 */
.footer-container {
	display: flex;
	flex-wrap: wrap;
	/* 文字が溢れたときにガチガチに固定せず、綺麗に折り返すようにする */
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	/* 要素同士がくっつきすぎないように余白を確保 */
}

/* 英語の長文テキストが枠を突き抜けるのを防ぐお守りコード */
.footer-container *,
.gtranslate_wrapper * {
	word-break: break-word;
	/* 枠線からはみ出さずに単語の区切りで改行させる */
	overflow-wrap: break-word;
}




/* 1. 国旗（画像要素）の非表示 */
.gt_selected img,
.gt_option img {
	display: none !important;
}

/* 2. 通常時 ＆ オープン時の背景を透明にする */
.gt_selected,
.gt_option,
.gt_selected.open,
.gt_option.open,
.gt_switcher.open {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	/* もしプラグイン標準の影が出ていたら消す */
}


.gt_option {
	width: 151px;
}

/* 3. 通常時 ＆ オープン時のリンク（文字）のスタイル指定 */
.gt_selected a,
.gt_option a,
.gt_selected.open a,
.gt_option.open a {
	padding: 17px 8px !important;
	color: #ffffff !important;
	opacity: 1 !important;
	width: 150px !important;
}

/* 4. hovar時の背景色を透明に上書きする */
.gt_switcher a:hover,
.gt_selected a:hover,
.gt_option a:hover,
.gt_selected.open a:hover,
.gt_option.open a:hover {
	background: transparent !important;
	background-color: transparent !important;
}

.gt_selected a:after {
	filter: brightness(0) invert(1) !important;
	top: 8px;
	right: 18px !important;
}

.gt_option {
	overflow: hidden !important;
	width: 167px !important;
}


.gt_selected {
	overflow: hidden !important;
}



html[lang="en"] .l-1row-header li a {
	font-size: 12px !important;
	line-height: 1;
}

html[lang="en"] .fv_copy {
	font-size: clamp(1.188rem, 0.102rem + 2.26vw, 2.813rem);
}

html[lang="en"] .fv_copy_sp {
	font-size: clamp(1.375rem, 0.003rem + 5.85vw, 2.813rem);
}

html[lang="en"] .map_btn {
	line-height: 1;
}

html[lang="en"] .footer_category_title {
	line-height: 1;
}

html[lang="en"] .footer-pagetop_text {
	font-size: 10px !important;
}

html[lang="en"] .sns_text {
	font-size: 12px !important;
	top: -4px;
	right: 42px;
	width: 70%;
}

html[lang="en"] .about_zentsukeren_sns {
	bottom: 376px;
}

html[lang="en"] .footer_right,
html[lang="en"] .footer_right_left,
html[lang="en"] .footer_right_right {
	gap: 10px !important;
}

html[lang="en"] .tsukemono-map-card td:last-child, .tsukemono-map-card th:last-child {
    
    white-space: unset; 
}

@media screen and (max-width: 1600px) {

	/* 頭に html[lang="en"] を追加することで、英語の時だけフォントサイズを上書きします */
	html[lang="en"] .l-1row-header li a {
		font-size: clamp(0.625rem, 0.402rem + 0.35vw, 0.75rem) !important;
	}
}

@media screen and (max-width: 1340px) {
	html[lang="en"] .map_btn {
		height: 65px;
	}
}

@media screen and (max-width: 768px) {
	html[lang="en"] .sns_text {
		font-size: 10px !important;
		top: -15px;
		right: 17px;
		width: 79%;
	}
}

@media screen and (max-width: 510px) {
	html[lang="en"] .footer-pagetop {
		bottom: 93px !important;
	}
}

@media screen and (max-width: 483px) {
	html[lang="en"] .map_btn {
		height: 44px;
		font-size: 13px;
	}

	html[lang="en"] .map .common_section-heading {
		top: -34px;
	}

	html[lang="en"] .license_section {
		padding-bottom: 130px;
	}
}

/* ==========================================
   GTranslate：英語の時だけ画像を切り替える設定
========================================== */
img.about_zentsukeren_comment {
	display: block;
}


html[lang="en"] .c-hamburger-btn[aria-expanded="true"] .c-hamburger-btn__label::before {
	content: "close";
	color: #284128;
}


@media screen and (max-width: 1024px) {
	html[lang="en"] .c-hamburger-btn__label::before {
		content: "MENU";
	}
}


/* ==========================================
 Google　map
========================================== */
.iframe-wrap {
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
}

.iframe-wrap iframe {
	display: block;
	width: 100%;
	height: 500px;
	border: 0;
}

@media screen and (max-width: 1600px) {
	.iframe-wrap iframe {

		height: clamp(18.75rem, 12.981rem + 12.02vw, 25rem);

	}
}

@media screen and (max-width:768px) {
	.iframe-wrap iframe {

		height: clamp(10rem, 2.673rem + 33.49vw, 18.75rem);

	}
}