@charset "UTF-8";
/* フォント */
@media not all and (min-width: 640px) {
	:root {
		--_global--font-size-px: 13px;
	}
}

body {
	font-weight: 500;
}

/* l-contents */
body.page[data-has-sidebar=false] .l-contents__inner {
	padding-bottom: 0;
	padding-top: 0;
}

/* ボタン */
@media (hover: hover) and (pointer: fine) {
	.smb-btn:active, .smb-btn:focus, .smb-btn:hover {
		-webkit-filter: brightness(1.1);
		        filter: brightness(1.1);
	}
}

/* ヘッダー */
@media not all and (min-width: 1024px) {
	.l-header .l-header__content {
		background-color: var(--accent-color);
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
	}
}
.l-header .l-2row-header__row {
	padding: 0;
}
@media not all and (min-width: 1024px) {
	.l-header .l-2row-header__row:first-child .u-invisible-md-down {
		display: block !important;
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
		margin-right: 2.5rem;
	}
}
.l-header .l-2row-header__row:last-child {
	margin-top: 0;
}
@media not all and (min-width: 1024px) {
	.l-header .l-2row-header__row .c-row__col--auto {
		display: none;
	}
}
.l-header .p-global-nav {
	background-color: var(--accent-color);
	padding-left: var(--_container-margin-left);
	padding-right: var(--_container-margin-right);
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.l-header .p-global-nav .c-navbar__item {
	color: #fff;
}
.l-header .p-global-nav .c-navbar__item > a {
	font-size: 19px;
	font-size: clamp(16px, 1.5vw, 19px);
}
.l-header .c-navbar {
	max-width: var(--_global--container-max-width);
	margin-left: auto;
	margin-right: auto;
}
.l-header .header-cta-pc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 5vw;
}
@media not all and (min-width: 1024px) {
	.l-header .header-cta-pc {
		display: none;
	}
}
.l-header .header-cta-pc .tel-btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.l-header .header-cta-pc .tel-btn .smb-btn {
	padding: 0;
}
.l-header .header-cta-pc .tel-btn .smb-btn__label {
	font-size: clamp(36px, 3vw, 42px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.05em;
	color: #e14473;
}
.l-header .sticky-cta-pc {
	position: fixed;
	top: 30%;
	right: 0;
}
@media not all and (min-width: 1024px) {
	.l-header .sticky-cta-pc {
		display: none;
	}
}
.l-header .sticky-cta-pc .sticky-cta-btn {
	-webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4));
	        filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4));
}
.l-header .sticky-cta-pc .sticky-cta-btn a {
	-webkit-transition: -webkit-filter 0.2s ease-out;
	transition: -webkit-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
	transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
	.l-header .sticky-cta-pc .sticky-cta-btn a:active, .l-header .sticky-cta-pc .sticky-cta-btn a:focus, .l-header .sticky-cta-pc .sticky-cta-btn a:hover {
		-webkit-filter: brightness(1.1);
		        filter: brightness(1.1);
	}
}
.l-header .header-cta-sp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 7vw;
}
@media (min-width: 1024px) {
	.l-header .header-cta-sp {
		display: none;
	}
}
.l-header .c-hamburger-btn .c-hamburger-btn__bars {
	width: 37.5px;
	height: 22.5px;
}
.l-header .c-hamburger-btn .c-hamburger-btn__bar {
	background-color: #fff;
	border-radius: 1px;
	height: 2px;
}
.l-header .c-hamburger-btn .c-hamburger-btn__bar:nth-of-type(2) {
	top: 10px;
}
.l-header .c-hamburger-btn .c-hamburger-btn__bar:nth-of-type(3) {
	top: 20px;
}
.l-header .c-hamburger-btn .c-hamburger-btn__label {
	display: none;
}

/* MV */
section.mv .c-container {
	padding-left: 0;
	padding-right: 0;
}
section.mv .mv-img-pc {
	border-bottom: 40px solid var(--accent-color);
}
section.mv .mv-img-tb,
section.mv .mv-img-sp {
	margin-top: 0;
}
section.mv .mv-text-sp {
	font-size: 20px;
	line-height: 1.45;
}
@media not all and (min-width: 640px) {
	section.mv .mv-text-sp {
		font-size: 14px;
	}
}

/* お悩み */
section.worry-heading {
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}
@media not all and (min-width: 640px) {
	section.worry-heading .worry-heading {
		width: 275px;
	}
}

section.worry {
	--smb-section--padding: 0;
}
@media not all and (min-width: 1024px) {
	section.worry {
		--smb-section--padding: var(--_padding3);
		background-color: #ffee7d;
		border-bottom: 40px solid var(--accent-color);
	}
}
@media not all and (min-width: 640px) {
	section.worry {
		--smb-section--padding: var(--_padding1);
		border-width: 10px;
	}
}
section.worry .worry-group {
	position: relative;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-group {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}
section.worry .worry-group > * {
	margin-top: 0;
}
section.worry .worry-img {
	position: absolute;
	top: 15px;
	right: -25px;
	z-index: 2;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-img {
		width: 188px;
		top: -90px;
		right: 30px;
	}
}
@media not all and (min-width: 640px) {
	section.worry .worry-img {
		width: 125px;
		top: -40px;
		right: 20px;
	}
}
section.worry .worry-bg {
	-webkit-filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.2));
	        filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.2));
}
@media not all and (min-width: 1024px) {
	section.worry .worry-bg {
		display: none;
	}
}
section.worry .worry-list {
	list-style: none;
	padding-left: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 660px;
	height: 230px;
	z-index: 1;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-list {
		position: inherit;
		top: unset;
		left: unset;
		-webkit-transform: unset;
		        transform: unset;
		width: 570px;
		height: 350px;
	}
}
@media not all and (min-width: 640px) {
	section.worry .worry-list {
		width: 375px;
		height: 245px;
	}
}
section.worry .worry-list li {
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	margin-top: 0;
	position: absolute;
}
@media not all and (min-width: 640px) {
	section.worry .worry-list li {
		font-size: 11px;
	}
}
section.worry .worry-list li:nth-child(1) {
	top: 0;
	left: 60px;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-list li:nth-child(1) {
		top: 95px;
		left: 0;
	}
}
@media not all and (min-width: 640px) {
	section.worry .worry-list li:nth-child(1) {
		top: 72px;
	}
}
section.worry .worry-list li:nth-child(2) {
	top: 3px;
	left: 455px;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-list li:nth-child(2) {
		top: 0;
		left: 57px;
	}
}
@media not all and (min-width: 640px) {
	section.worry .worry-list li:nth-child(2) {
		top: 9px;
		left: 35px;
	}
}
section.worry .worry-list li:nth-child(3) {
	top: 85px;
	left: -90px;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-list li:nth-child(3) {
		top: 185px;
		left: 0;
	}
}
@media not all and (min-width: 640px) {
	section.worry .worry-list li:nth-child(3) {
		top: 138px;
	}
}
section.worry .worry-list li:nth-child(4) {
	top: 85px;
	left: 285px;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-list li:nth-child(4) {
		top: 265px;
		left: unset;
		right: 0;
	}
}
@media not all and (min-width: 640px) {
	section.worry .worry-list li:nth-child(4) {
		top: 190px;
	}
}
section.worry .worry-list li:nth-child(5) {
	top: 180px;
	left: 70px;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-list li:nth-child(5) {
		top: 165px;
		left: unset;
		right: 0;
	}
}
@media not all and (min-width: 640px) {
	section.worry .worry-list li:nth-child(5) {
		top: 121px;
	}
}
section.worry .worry-list li:nth-child(6) {
	top: 180px;
	left: 345px;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-list li:nth-child(6) {
		top: 285px;
		left: 0;
	}
}
@media not all and (min-width: 640px) {
	section.worry .worry-list li:nth-child(6) {
		top: 200px;
	}
}
section.worry .worry-list li strong {
	font-size: 27px;
}
@media not all and (min-width: 640px) {
	section.worry .worry-list li strong {
		font-size: 16px;
	}
}
section.worry .worry-list li::after {
	content: "";
	width: 110%;
	height: 150%;
	background-color: #fff;
	border-radius: 50%;
	-webkit-filter: blur(15px);
	        filter: blur(15px);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: -1;
}
@media not all and (min-width: 640px) {
	section.worry .worry-list li::after {
		-webkit-filter: blur(7px);
		        filter: blur(7px);
	}
}

/* メッセージ */
section.message {
	border-bottom: 40px solid var(--accent-color);
	padding-top: 0;
	padding-bottom: 0;
}
@media not all and (min-width: 640px) {
	section.message {
		border-width: 10px;
	}
}
@media not all and (min-width: 640px) {
	section.message .message-heading {
		width: 275px;
	}
}
section.message .message-columns .c-row {
	--_gap: 0;
}
@media not all and (min-width: 1024px) {
	section.message .message-columns .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	section.message .message-columns .c-row .image-col {
		-ms-flex-item-align: center;
		    align-self: center;
	}
}
section.message .message-columns .image-col {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
section.message .message-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 0.06em;
	line-height: 1.95;
}
section.message .message-profile {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 0.06em;
	line-height: 1.65;
	margin-top: var(--_margin2);
	margin-bottom: var(--_margin2);
}
@media not all and (min-width: 1024px) {
	section.message .message-profile {
		margin-top: var(--_margin-1);
		margin-bottom: 0;
	}
}
section.message .message-profile strong {
	font-size: 21px;
}
@media not all and (min-width: 640px) {
	section.message .message-profile strong {
		font-size: 18px;
		margin-top: var(--_margin1);
	}
}
section.message .rep-img-group {
	position: relative;
}
section.message .rep-img-group > * {
	margin-top: 0;
}
section.message .rep-img {
	-webkit-filter: drop-shadow(11px 11px 11px rgba(0, 0, 0, 0.2));
	        filter: drop-shadow(11px 11px 11px rgba(0, 0, 0, 0.2));
}
@media not all and (min-width: 640px) {
	section.message .rep-img {
		width: 220px;
	}
}
@media not all and (min-width: 1024px) {
	section.message .rep-img img {
		aspect-ratio: 5/7;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: top;
		   object-position: top;
	}
}
section.message .rep-name {
	position: absolute;
	top: 250px;
	right: -20px;
}
@media not all and (min-width: 640px) {
	section.message .rep-name {
		width: 150px;
		top: 70px;
		right: -50px;
	}
}

/* 4つの理由 */
@media not all and (min-width: 1024px) {
	section.reason {
		border-bottom: 40px solid var(--accent-color);
	}
}
@media not all and (min-width: 640px) {
	section.reason {
		border-width: 10px;
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-heading {
		width: 290px;
	}
}
section.reason .reason-heading img {
	position: relative;
	z-index: 1;
}
@media (min-width: 1024px) {
	section.reason .reason-heading::after {
		content: "";
		width: 110%;
		height: 200%;
		background-color: #fff;
		border-radius: 50%;
		-webkit-filter: blur(15px);
		        filter: blur(15px);
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		z-index: 0;
	}
}
section.reason .reason-grid {
	display: grid;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-grid {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
section.reason .reason-grid.right-img {
	grid-template-columns: 52% 48%;
	grid-template-rows: -webkit-min-content 1fr;
	grid-template-rows: min-content 1fr;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-grid.right-img {
		grid-template-columns: 61% 39%;
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-grid.right-img {
		grid-template-columns: 64% 36%;
	}
}
section.reason .reason-grid.right-img .reason-title {
	grid-column: 1/2;
	grid-row: 1/2;
}
section.reason .reason-grid.right-img .reason-text {
	grid-column: 1/2;
	grid-row: 2/3;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-grid.right-img .reason-text {
		grid-column: 1/3;
		grid-row: 2/3;
	}
}
section.reason .reason-grid.right-img .reason-img-group {
	grid-column: 2/3;
	grid-row: 1/3;
	margin-left: var(--_margin1) !important;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-grid.right-img .reason-img-group {
		grid-row: 1/2;
		margin-left: var(--_margin-2) !important;
	}
}
section.reason .reason-grid.left-img {
	grid-template-columns: 48% 52%;
	grid-template-rows: -webkit-min-content 1fr;
	grid-template-rows: min-content 1fr;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-grid.left-img {
		grid-template-columns: 39% 61%;
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-grid.left-img {
		grid-template-columns: 36% 64%;
	}
}
section.reason .reason-grid.left-img .reason-title {
	grid-column: 2/3;
	grid-row: 1/2;
}
section.reason .reason-grid.left-img .reason-text {
	grid-column: 2/3;
	grid-row: 2/3;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-grid.left-img .reason-text {
		grid-column: 1/3;
		grid-row: 2/3;
	}
}
section.reason .reason-grid.left-img .reason-img-group {
	grid-column: 1/2;
	grid-row: 1/3;
	margin-right: var(--_margin1) !important;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-grid.left-img .reason-img-group {
		grid-row: 1/2;
		margin-right: var(--_margin-2) !important;
	}
}
section.reason .reason-title img {
	position: relative;
	z-index: 1;
}
section.reason .reason-title::after {
	content: "";
	width: 110%;
	height: 90%;
	background-color: #fff;
	-webkit-filter: blur(15px);
	        filter: blur(15px);
	position: absolute;
	left: 50%;
	bottom: 0%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 0;
}
@media not all and (min-width: 640px) {
	section.reason .reason-title::after {
		-webkit-filter: blur(7px);
		        filter: blur(7px);
	}
}
section.reason .reason-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 0.06em;
}
@media not all and (min-width: 640px) {
	section.reason .reason-text {
		line-height: 1.6;
	}
}
section.reason .reason-img-group {
	position: relative;
	margin-top: 0;
}
section.reason .reason-img {
	-webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
	        filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}
@media not all and (min-width: 640px) {
	section.reason .reason-img {
		-webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
		        filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
	}
}
section.reason .reason-img-notes {
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	left: 0;
	bottom: -1em;
	margin-top: 0;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-img-notes {
		display: none;
	}
}

/* 体験 */
@media not all and (min-width: 1024px) {
	section.experience {
		border-bottom: 40px solid var(--accent-color);
	}
}
@media not all and (min-width: 640px) {
	section.experience {
		border-width: 10px;
	}
}
@media not all and (min-width: 1024px) {
	section.experience .smb-section__body {
		position: relative;
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media not all and (min-width: 640px) {
	section.experience .smb-section__body {
		width: 330px;
	}
}
@media not all and (min-width: 640px) {
	section.experience .exp-heading {
		width: 290px;
	}
}
section.experience .exp-img-container {
	height: 600px;
}
@media not all and (min-width: 1024px) {
	section.experience .exp-img-container {
		width: 580px;
		height: 1050px;
	}
}
@media not all and (min-width: 640px) {
	section.experience .exp-img-container {
		width: 330px;
		height: 575px;
	}
}
section.experience .exp-img-container > * {
	margin-top: 0;
}
section.experience .exp-img-group {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: absolute;
}
@media not all and (min-width: 1024px) {
	section.experience .exp-img-group {
		-webkit-transform: scale(0.9) !important;
		        transform: scale(0.9) !important;
	}
}
@media not all and (min-width: 640px) {
	section.experience .exp-img-group {
		-webkit-transform: scale(0.575) !important;
		        transform: scale(0.575) !important;
	}
}
section.experience .exp-img-group.img-01 {
	top: 0;
	left: 0;
}
@media not all and (min-width: 640px) {
	section.experience .exp-img-group.img-01 {
		top: -47px;
		left: -62px;
	}
}
section.experience .exp-img-group.img-02 {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media not all and (min-width: 1024px) {
	section.experience .exp-img-group.img-02 {
		top: 135px;
		left: unset;
		right: 0;
	}
}
@media not all and (min-width: 640px) {
	section.experience .exp-img-group.img-02 {
		top: 25px;
		right: -70px;
	}
}
section.experience .exp-img-group.img-03 {
	top: 0;
	right: -15px;
}
@media not all and (min-width: 1024px) {
	section.experience .exp-img-group.img-03 {
		top: 335px;
		left: 0;
		right: unset;
	}
}
@media not all and (min-width: 640px) {
	section.experience .exp-img-group.img-03 {
		top: 150px;
		left: -57px;
	}
}
section.experience .exp-img-group.img-04 {
	left: -12px;
	bottom: 0;
}
@media not all and (min-width: 1024px) {
	section.experience .exp-img-group.img-04 {
		top: 530px;
		left: unset;
		right: 0;
		bottom: unset;
	}
}
@media not all and (min-width: 640px) {
	section.experience .exp-img-group.img-04 {
		top: 265px;
		right: -41px;
	}
}
section.experience .exp-img-group.img-05 {
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media not all and (min-width: 1024px) {
	section.experience .exp-img-group.img-05 {
		top: 685px;
		left: 0;
		bottom: unset;
	}
}
@media not all and (min-width: 640px) {
	section.experience .exp-img-group.img-05 {
		top: 350px;
		left: -62px;
	}
}
section.experience .exp-img-group.img-06 {
	right: 0;
	bottom: 0;
}
@media not all and (min-width: 640px) {
	section.experience .exp-img-group.img-06 {
		right: -62px;
		bottom: -75px;
	}
}
section.experience .exp-img-group > * {
	margin-top: 0;
}
section.experience .exp-name {
	position: absolute;
	left: 50%;
	bottom: -20px;
	-webkit-transform: translateX(-35%);
	        transform: translateX(-35%);
}
section.experience .exp-name:is(.img-02 *) {
	bottom: -5px;
	-webkit-transform: translateX(-55%);
	        transform: translateX(-55%);
}
@media not all and (min-width: 1024px) {
	section.experience .exp-name:is(.img-03 *) {
		display: none;
	}
}
@media not all and (min-width: 1024px) {
	section.experience .exp-name:is(.img-05 *) {
		left: 30%;
		bottom: -35px;
	}
}
section.experience .exp-illust {
	position: absolute;
	margin-top: 0;
}
@media not all and (min-width: 1024px) {
	section.experience .exp-illust {
		-webkit-transform: scale(0.9) !important;
		        transform: scale(0.9) !important;
	}
}
@media not all and (min-width: 640px) {
	section.experience .exp-illust {
		-webkit-transform: scale(0.575) !important;
		        transform: scale(0.575) !important;
	}
}
section.experience .exp-illust.illust-01 {
	top: 9%;
	left: 7%;
}
@media not all and (min-width: 1024px) {
	section.experience .exp-illust.illust-01 {
		top: 160px;
		left: unset;
		right: 165px;
	}
}
@media not all and (min-width: 640px) {
	section.experience .exp-illust.illust-01 {
		top: 90px;
		right: 70px;
	}
}
section.experience .exp-illust.illust-02 {
	top: 1%;
	left: 16%;
}
@media not all and (min-width: 1024px) {
	section.experience .exp-illust.illust-02 {
		top: 150px;
		left: unset;
		right: 65px;
	}
}
@media not all and (min-width: 640px) {
	section.experience .exp-illust.illust-02 {
		top: 70px;
		right: 10px;
	}
}
section.experience .exp-illust.illust-03 {
	top: 4%;
	right: 11%;
}
@media not all and (min-width: 1024px) {
	section.experience .exp-illust.illust-03 {
		top: 580px;
		right: 50px;
	}
}
@media not all and (min-width: 640px) {
	section.experience .exp-illust.illust-03 {
		top: 335px;
		right: -15px;
	}
}
section.experience .exp-illust.illust-04 {
	top: 55%;
	left: 22%;
}
@media not all and (min-width: 1024px) {
	section.experience .exp-illust.illust-04 {
		top: 405px;
		left: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.experience .exp-illust.illust-04 {
		top: 235px;
		left: 0;
	}
}
section.experience .exp-illust.illust-05 {
	top: 59%;
	left: 53%;
}
@media not all and (min-width: 1024px) {
	section.experience .exp-illust.illust-05 {
		top: 745px;
		left: 30px;
	}
}
@media not all and (min-width: 640px) {
	section.experience .exp-illust.illust-05 {
		top: 432px;
		left: -15px;
	}
}

/* 毎日が楽しい */
section.fun {
	border-bottom: 40px solid var(--accent-color);
	padding-bottom: 0;
}
section.fun .fun-img {
	padding-left: 15rem;
}

/* 先輩の声 */
@media not all and (min-width: 1024px) {
	section.voice .smb-section-with-bgimage__bgimage img {
		display: none;
	}
}
section.voice .voice-heading {
	z-index: 1;
}
@media not all and (min-width: 640px) {
	section.voice .voice-heading {
		width: 320px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-container.left-img {
		margin-top: -5rem;
	}
}
section.voice .voice-container.left-img .voice-img-pc {
	position: absolute;
	top: 0;
	left: 0;
}
@media not all and (min-width: 1110px) {
	section.voice .voice-container.left-img .voice-img-pc {
		left: -70px;
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
}
section.voice .voice-container.left-img .voice-img {
	padding-left: 6rem;
	padding-top: 3rem;
}
section.voice .voice-container.left-img .voice-comment {
	position: absolute;
	top: -5%;
	left: 2%;
}
section.voice .voice-container.left-img .voice-name {
	padding-left: 6rem;
	margin-top: 1rem;
}
section.voice .voice-container.left-img .voice-circle {
	margin-right: 0 !important;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-container.left-img .voice-circle {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-container.left-img .voice-circle {
		margin-left: calc(50% - 250px) !important;
		margin-right: calc(50% - 250px) !important;
		max-width: unset;
		width: 500px;
	}
}
@media (min-width: 1024px) {
	section.voice .voice-container.right-img {
		margin-top: -9rem;
	}
}
section.voice .voice-container.right-img .voice-img-pc {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media not all and (min-width: 1110px) {
	section.voice .voice-container.right-img .voice-img-pc {
		right: -70px;
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
}
section.voice .voice-container.right-img .voice-img {
	padding-right: 6rem;
	padding-top: 3rem;
}
section.voice .voice-container.right-img .voice-comment {
	position: absolute;
	top: -5%;
	right: 2%;
}
section.voice .voice-container.right-img .voice-name {
	padding-right: 6rem;
	margin-top: 1rem;
}
section.voice .voice-container.right-img .voice-circle {
	margin-left: 0 !important;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-container.right-img .voice-circle {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-container.right-img .voice-circle {
		margin-left: calc(50% - 250px) !important;
		margin-right: calc(50% - 250px) !important;
		max-width: unset;
		width: 500px;
	}
}
@media not all and (min-width: 1024px) {
	section.voice .voice-container.right-img .voice-index-grid {
		margin-top: -3rem;
	}
}
section.voice .voice-name img {
	-webkit-filter: drop-shadow(1px 1px 5px #fff) drop-shadow(-1px 1px 5px #fff) drop-shadow(1px -1px 5px #fff) drop-shadow(-1px -1px 5px #fff);
	        filter: drop-shadow(1px 1px 5px #fff) drop-shadow(-1px 1px 5px #fff) drop-shadow(1px -1px 5px #fff) drop-shadow(-1px -1px 5px #fff);
}
section.voice .voice-img-pc {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
section.voice .voice-img-pc > * {
	margin-top: 0;
}
section.voice .voice-circle {
	background-color: #fff697;
	border-radius: 9999px;
	aspect-ratio: 1/1;
	width: 645px;
	-webkit-filter: drop-shadow(7px 7px 20px rgba(0, 0, 0, 0.2));
	        filter: drop-shadow(7px 7px 20px rgba(0, 0, 0, 0.2));
	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;
	padding: 3rem;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-circle {
		width: 700px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-circle {
		-webkit-filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.2));
		        filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.2));
	}
}
section.voice .voice-circle > *:not(:first-child) {
	margin-top: var(--_margin-2);
}
@media not all and (min-width: 640px) {
	section.voice .voice-circle > *:not(:first-child) {
		margin-top: 0;
	}
}
@media not all and (min-width: 1024px) {
	section.voice .voice-index-grid {
		display: grid;
		grid-template-columns: 40% 60%;
		grid-template-rows: auto auto;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	section.voice .voice-index-grid > * {
		margin-top: 0;
	}
	section.voice .voice-index-grid .voice-index {
		grid-column: 2/3;
		grid-row: 1/2;
		align-self: end;
	}
	section.voice .voice-index-grid .voice-img-sp {
		grid-column: 1/2;
		grid-row: 1/3;
	}
	section.voice .voice-index-grid .voice-name-sp {
		grid-column: 2/3;
		grid-row: 2/3;
		align-self: start;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-index-grid {
		grid-template-columns: 92px auto;
		gap: 3px;
	}
	section.voice .voice-index-grid .voice-index {
		width: 70px;
	}
	section.voice .voice-index-grid .voice-img-sp {
		width: 92px;
	}
	section.voice .voice-index-grid .voice-name-sp {
		width: 85px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-title {
		padding-left: 50px;
		padding-right: 50px;
	}
}
section.voice .voice-text {
	font-size: clamp(13px, 2vw, 17px);
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 0.06em;
	padding-left: 3rem;
	padding-right: 3rem;
}
@media not all and (min-width: 640px) {
	section.voice .voice-text {
		line-height: 1.5;
		padding-left: 85px;
		padding-right: 85px;
	}
}
section.voice .voice-notes {
	font-size: 12px;
	line-height: 1.4;
}
@media (min-width: 1024px) {
	section.voice .voice-notes {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}
@media not all and (min-width: 1024px) {
	section.voice .voice-notes {
		margin-top: var(--_margin-2) !important;
	}
	section.voice .voice-notes .tb-hidden {
		display: none;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-notes {
		font-size: 10px;
	}
}

/* 動画 */
@media not all and (min-width: 640px) {
	section.movie {
		--smb-section--padding: var(--_padding1);
	}
}
section.movie .wp-block-embed.is-type-video {
	max-width: 795px;
}

/* 日常 */
@media not all and (min-width: 640px) {
	section.daily .daily-heading {
		width: 270px;
	}
}
@media (min-width: 1024px) {
	section.daily .daily-img-container {
		height: 1070px;
	}
}
@media not all and (min-width: 640px) {
	section.daily .daily-img-container {
		width: 330px;
		height: 790px;
	}
}
section.daily .daily-img-container > * {
	margin-top: 0;
}
@media (min-width: 1024px) {
	section.daily .daily-img-group {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		position: absolute;
	}
	section.daily .daily-img-group.img-01 {
		top: 70px;
		left: 0;
		z-index: 1;
	}
	section.daily .daily-img-group.img-02 {
		top: 23px;
		right: -7px;
	}
	section.daily .daily-img-group.img-03 {
		top: 560px;
		left: 13px;
		z-index: 1;
	}
	section.daily .daily-img-group.img-04 {
		top: 672px;
		right: -10px;
	}
}
@media not all and (min-width: 1024px) {
	section.daily .daily-img-group {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		-webkit-transform: scale(0.95);
		        transform: scale(0.95);
	}
	section.daily .daily-img-group.img-01 {
		left: -64px;
	}
	section.daily .daily-img-group.img-02 {
		right: -36px;
		margin-top: -83px;
	}
	section.daily .daily-img-group.img-03 {
		left: 7px;
		margin-top: -44px;
	}
	section.daily .daily-img-group.img-04 {
		margin-top: 15px;
	}
}
@media not all and (min-width: 640px) {
	section.daily .daily-img-group.img-01 {
		left: -31px;
		margin-top: -42px;
		-webkit-transform: scale(0.75);
		        transform: scale(0.75);
	}
	section.daily .daily-img-group.img-02 {
		left: 16px;
		margin-top: -82px;
		-webkit-transform: scale(0.85);
		        transform: scale(0.85);
	}
	section.daily .daily-img-group.img-03 {
		left: 5px;
		margin-top: -43px;
		-webkit-transform: scale(0.85);
		        transform: scale(0.85);
	}
	section.daily .daily-img-group.img-04 {
		margin-top: -25px;
		-webkit-transform: scale(0.75);
		        transform: scale(0.75);
	}
}
section.daily .daily-img.img-01, section.daily .daily-img.img-02, section.daily .daily-img.img-03 {
	-webkit-filter: drop-shadow(13px 13px 13px rgba(0, 0, 0, 0.3));
	        filter: drop-shadow(13px 13px 13px rgba(0, 0, 0, 0.3));
}
@media not all and (min-width: 640px) {
	section.daily .daily-img.img-01, section.daily .daily-img.img-02, section.daily .daily-img.img-03 {
		-webkit-filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.3));
		        filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.3));
	}
}
section.daily .daily-deco {
	position: absolute;
	margin-top: 0;
}
section.daily .daily-deco.deco-01 {
	top: -11%;
	left: 42%;
}
@media not all and (min-width: 1024px) {
	section.daily .daily-deco.deco-01 {
		top: -8%;
		left: unset;
		right: -14%;
		-webkit-transform: scale(-1, 1);
		        transform: scale(-1, 1);
	}
}
@media not all and (min-width: 640px) {
	section.daily .daily-deco.deco-01 {
		top: -16%;
		right: -16%;
		-webkit-transform: scale(-0.7, 0.7);
		        transform: scale(-0.7, 0.7);
	}
}
section.daily .daily-deco.deco-02 {
	top: -32%;
	left: 49%;
}
@media not all and (min-width: 1024px) {
	section.daily .daily-deco.deco-02 {
		top: -26%;
		left: unset;
		right: -3%;
	}
}
@media not all and (min-width: 640px) {
	section.daily .daily-deco.deco-02 {
		top: -48%;
		right: -21%;
		-webkit-transform: scale(0.55);
		        transform: scale(0.55);
	}
}
section.daily .daily-deco.deco-03 {
	top: -23%;
	left: 11%;
}
@media not all and (min-width: 1024px) {
	section.daily .daily-deco.deco-03 {
		top: -14%;
		left: -2%;
	}
}
@media not all and (min-width: 640px) {
	section.daily .daily-deco.deco-03 {
		top: -37%;
		left: -19%;
		-webkit-transform: scale(0.55);
		        transform: scale(0.55);
	}
}
section.daily .daily-deco.deco-04 {
	top: -51%;
	left: 35%;
}
@media not all and (min-width: 1024px) {
	section.daily .daily-deco.deco-04 {
		top: -46%;
		left: unset;
		right: -3%;
	}
}
@media not all and (min-width: 640px) {
	section.daily .daily-deco.deco-04 {
		top: -65%;
		right: -19%;
		-webkit-transform: scale(0.65);
		        transform: scale(0.65);
	}
}

/* スタッフの声 */
section.staff .staff-voice-heading {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.2));
	        filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.2));
}
@media (min-width: 1024px) {
	section.staff .staff-voice-heading {
		margin-right: 0 !important;
		padding-right: 100px;
	}
}
@media not all and (min-width: 640px) {
	section.staff .staff-voice-heading {
		width: 250px;
		-webkit-filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.2));
		        filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.2));
	}
}
section.staff .staff-voice-title {
	font-size: 25px;
	line-height: 1.45;
	letter-spacing: 0.12em;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media not all and (min-width: 640px) {
	section.staff .staff-voice-title {
		font-size: 15px;
	}
}
@media (min-width: 1024px) {
	section.staff .staff-voice-title.left {
		margin-top: -4rem !important;
		margin-left: 0 !important;
	}
}
@media not all and (min-width: 1024px) {
	section.staff .staff-voice-title.left {
		margin-top: var(--_margin2);
	}
}
@media (min-width: 1024px) {
	section.staff .staff-voice-title.right {
		margin-top: -6rem !important;
		margin-right: 0 !important;
	}
}
@media not all and (min-width: 1024px) {
	section.staff .staff-voice-title.right {
		margin-top: var(--_margin4);
	}
}
section.staff .staff-voice-title span {
	position: relative;
	z-index: 1;
}
section.staff .staff-voice-title::after {
	content: "";
	width: 100%;
	height: 200%;
	background-color: #fff;
	border-radius: 50%;
	-webkit-filter: blur(15px);
	        filter: blur(15px);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 0;
}
@media not all and (min-width: 640px) {
	section.staff .staff-voice-title::after {
		-webkit-filter: blur(10px);
		        filter: blur(10px);
	}
}
section.staff .staff-voice-columns {
	margin-top: var(--_margin2);
}
@media (min-width: 1024px) {
	section.staff .staff-voice-columns .c-row {
		--_gap: 4rem;
	}
	section.staff .staff-voice-columns .image-col {
		--_item-width: calc(400px + var(--_gap));
	}
	section.staff .staff-voice-columns .text-col {
		--_item-width: calc(100% - calc(400px + var(--_gap)));
	}
}
@media not all and (min-width: 1024px) {
	section.staff .staff-voice-columns.right-img .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
section.staff .staff-img {
	-webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
	        filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}
@media not all and (min-width: 640px) {
	section.staff .staff-img {
		width: 230px;
		-webkit-filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.2));
		        filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.2));
	}
}
@media (min-width: 1024px) {
	section.staff .staff-img img:is(.left-img *) {
		-webkit-transform: rotate(-10deg);
		        transform: rotate(-10deg);
	}
}
@media (min-width: 1024px) {
	section.staff .staff-img img:is(.right-img *) {
		-webkit-transform: rotate(15deg);
		        transform: rotate(15deg);
	}
}
section.staff .staff-name {
	font-size: 23px;
	line-height: 1.3;
	letter-spacing: 0.08em;
	margin-top: var(--_margin-2);
}
@media not all and (min-width: 640px) {
	section.staff .staff-name {
		font-size: 13px;
	}
}
section.staff .staff-name .has-sm-l-font-size {
	font-size: 25px !important;
	letter-spacing: 0.14em;
}
@media not all and (min-width: 640px) {
	section.staff .staff-name .has-sm-l-font-size {
		font-size: 15px !important;
	}
}
section.staff .staff-voice-container {
	background-color: #fff;
	border-radius: 40px;
	padding: 3rem 4rem;
}
@media not all and (min-width: 640px) {
	section.staff .staff-voice-container {
		border-radius: 23px;
		max-width: unset;
		padding: 2rem 3rem;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
	}
}
@media (min-width: 1024px) {
	section.staff .staff-voice-container:is(.left-img *)::before {
		content: "";
		background-image: url(/wp-content/uploads/2025/01/speech-bubble-01.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 91px;
		height: 54px;
		position: absolute;
		left: -66px;
		top: 175px;
	}
}
@media (min-width: 1024px) {
	section.staff .staff-voice-container:is(.right-img *)::before {
		content: "";
		background-image: url(/wp-content/uploads/2025/01/speech-bubble-02.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 91px;
		height: 54px;
		position: absolute;
		right: -66px;
		top: 175px;
	}
}
section.staff .staff-voice-text {
	font-size: 20px;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.7;
	letter-spacing: 0.14em;
}
@media not all and (min-width: 640px) {
	section.staff .staff-voice-text {
		font-size: 12px;
	}
}
section.staff .recruit-btn {
	background-color: var(--accent-color);
	border-radius: 11px;
	-webkit-box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.1);
	        box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.1);
	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;
	-webkit-transition: -webkit-filter 0.2s ease-out;
	transition: -webkit-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
	transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
@media not all and (min-width: 640px) {
	section.staff .recruit-btn {
		border-radius: 7px;
		-webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
		        box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
		width: 303px;
	}
}
@media (hover: hover) and (pointer: fine) {
	section.staff .recruit-btn:active, section.staff .recruit-btn:focus, section.staff .recruit-btn:hover {
		-webkit-filter: brightness(1.1);
		        filter: brightness(1.1);
	}
}
section.staff .recruit-btn img {
	padding: 1rem 2rem;
}

/* お知らせ */
@media not all and (min-width: 640px) {
	section.news {
		--smb-section--padding: var(--_padding2);
	}
}
@media not all and (min-width: 640px) {
	section.news .news-heading {
		width: 115px;
	}
}
section.news .c-entries--text {
	border-top: none;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media not all and (min-width: 640px) {
	section.news .c-entries--text {
		margin-top: calc(var(--_margin-1) * -1);
		margin-bottom: calc(var(--_margin-1) * -1);
	}
}
section.news .c-entries--text .c-entries__item {
	border-bottom: none;
}
section.news .c-entries--text .c-entry-summary__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}
section.news .c-entries--text .c-entry-summary__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
	color: var(--sub-accent-color);
}
@media not all and (min-width: 640px) {
	section.news .c-entries--text .c-entry-summary__title {
		font-size: 14px;
	}
}
section.news .c-entries--text .c-entry-summary__meta {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
	color: var(--sub-accent-color);
}
@media not all and (min-width: 640px) {
	section.news .c-entries--text .c-entry-summary__meta {
		font-size: 14px;
	}
}

/* Q&A */
section.qa {
	padding-top: 0;
}
@media not all and (min-width: 640px) {
	section.qa {
		--smb-section--padding: var(--_padding2);
	}
}
@media not all and (min-width: 640px) {
	section.qa .qa-heading {
		width: 87px;
	}
}
section.qa .qa-img {
	margin-top: 0;
	position: absolute;
	top: 170px;
	left: 200px;
}
@media not all and (min-width: 1200px) {
	section.qa .qa-img {
		left: 50px;
	}
}
section.qa .smb-accordion {
	--smb-accordion--gap: var(--_margin-2);
}
@media (min-width: 1024px) {
	section.qa .smb-accordion {
		max-width: 750px;
		margin-right: 0 !important;
	}
}
section.qa .smb-accordion__item__title {
	background-color: #fff;
}
section.qa .smb-accordion__item__title__label {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	font-size: 22px;
	font-weight: 700;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.45;
	letter-spacing: 0.14em;
	color: var(--sub-accent-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media not all and (min-width: 640px) {
	section.qa .smb-accordion__item__title__label {
		font-size: 13px;
	}
}
section.qa .smb-accordion__item__title__label::before {
	content: "Q";
	display: block;
	font-size: 30px;
	width: 1em;
	margin-right: var(--_margin-2);
}
@media not all and (min-width: 640px) {
	section.qa .smb-accordion__item__title__label::before {
		font-size: 18px;
	}
}
section.qa .smb-accordion__item__title__icon {
	position: relative;
	width: 30px;
	height: 30px;
	background-color: var(--sub-accent-color);
	border-radius: 9999px;
	margin-left: var(--_margin-2);
}
@media not all and (min-width: 640px) {
	section.qa .smb-accordion__item__title__icon {
		width: 18.5px;
		height: 18.5px;
	}
}
section.qa .smb-accordion__item__title__icon:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 11px solid #fff;
	-webkit-transform: translate(-50%, -40%);
	        transform: translate(-50%, -40%);
}
@media not all and (min-width: 640px) {
	section.qa .smb-accordion__item__title__icon:after {
		width: 9.5px;
		border-left: 4.75px solid transparent;
		border-right: 4.75px solid transparent;
		border-top: 6.5px solid #fff;
	}
}
section.qa .smb-accordion__item__title__icon svg {
	display: none;
}
section.qa .smb-accordion .smb-accordion__item__control:checked + .smb-accordion__item__body,
section.qa .smb-accordion .smb-accordion__item__control:checked + .smb-accordion__item__title + .smb-accordion__item__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
section.qa .smb-accordion__item__body {
	padding: calc(var(--_padding-1) * 0.5) var(--_padding-1);
}
section.qa .smb-accordion__item__body::before {
	content: "A";
	display: block;
	font-size: 30px;
	font-weight: 700;
	color: var(--sub-accent-color);
	width: 1em;
	margin-right: var(--_margin-2);
}
@media not all and (min-width: 640px) {
	section.qa .smb-accordion__item__body::before {
		font-size: 18px;
	}
}
section.qa .smb-accordion__item__body .smb-accordion__item__body__inner {
	margin-left: 0 !important;
}
section.qa .smb-accordion__item__body .smb-accordion__item__body__inner > p {
	font-weight: 700;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.5;
	letter-spacing: 0.08em;
}

/* CTA */
@media (min-width: 1024px) {
	section.cta {
		padding-top: 0;
	}
}
@media not all and (min-width: 1024px) {
	section.cta {
		background-color: #fff799;
	}
}
@media not all and (min-width: 640px) {
	section.cta {
		--smb-section--padding: var(--_padding2);
	}
}
@media (min-width: 1024px) {
	section.cta .smb-section__body {
		background-color: #fff799;
		border-radius: 10px;
		-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
		        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
		padding: 60px;
	}
}
section.cta .cta-container {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media (min-width: 1024px) {
	section.cta .cta-container {
		padding-left: 17rem;
	}
}
section.cta .cta-text {
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	color: #e14473;
}
@media not all and (min-width: 640px) {
	section.cta .cta-text {
		font-size: 16px;
	}
}
section.cta .cta-text .has-sm-s-font-size {
	font-size: 21px !important;
}
@media not all and (min-width: 640px) {
	section.cta .cta-text .has-sm-s-font-size {
		font-size: 13px !important;
	}
}
section.cta .tel-btn {
	margin-top: var(--_margin-2);
}
section.cta .tel-btn .smb-btn {
	padding: 0;
}
section.cta .tel-btn .smb-btn__label {
	font-size: 63px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #e14473;
}
@media not all and (min-width: 640px) {
	section.cta .tel-btn .smb-btn__label {
		font-size: 38px;
	}
}
section.cta .mail-btn {
	margin-top: var(--_margin-1);
}
@media not all and (min-width: 640px) {
	section.cta .mail-btn {
		margin-top: var(--_margin-2);
	}
}
section.cta .mail-btn .smb-btn {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	padding: var(--_padding1) calc(var(--_padding1) * 1.25);
}
@media not all and (min-width: 640px) {
	section.cta .mail-btn .smb-btn {
		border-radius: 6px;
		padding: var(--_padding-1) calc(var(--_padding-1) * 1.25);
	}
}
section.cta .mail-btn .smb-btn::after {
	content: "";
	background-image: url(/wp-content/uploads/2025/01/btn-arrow-right.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 36px;
	height: 37px;
	margin-left: var(--_margin-2);
}
@media not all and (min-width: 640px) {
	section.cta .mail-btn .smb-btn::after {
		width: 21px;
		height: 21px;
	}
}
section.cta .mail-btn .smb-btn__label {
	font-size: 24px;
}
@media not all and (min-width: 640px) {
	section.cta .mail-btn .smb-btn__label {
		font-size: 14.5px;
	}
}
section.cta .cta-img {
	position: absolute;
	bottom: 0;
	margin-top: 0;
}

/* お問い合わせ */
body.page-template-blank-content .l-header {
	display: none;
}
body.page-template-blank-content .l-footer .l-footer-widget-area {
	padding-top: var(--_padding3);
}
body.page-template-blank-content .l-footer .l-footer-widget-area__item:nth-child(-n+3) {
	display: none;
}

section.contact-form .wp-block-contact-form-7-contact-form-selector {
	margin-top: var(--_margin2);
}
section.contact-form .wpcf7 {
	background-color: #fff;
	padding: 100px 200px;
}
@media not all and (min-width: 1024px) {
	section.contact-form .wpcf7 {
		padding: 50px 75px;
	}
}
@media not all and (min-width: 640px) {
	section.contact-form .wpcf7 {
		padding: var(--_padding1);
	}
}
section.contact-form .c-form {
	margin-top: 0;
}
section.contact-form .c-form .form-row:not(:first-child) {
	margin-top: var(--_margin2);
}
@media not all and (min-width: 640px) {
	section.contact-form .c-form .form-row:not(:first-child) {
		margin-top: var(--_margin1);
	}
}
section.contact-form .c-form .form-label {
	text-align: center;
	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;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--_margin-1);
}
@media not all and (min-width: 640px) {
	section.contact-form .c-form .form-label {
		margin-bottom: var(--_margin-2);
	}
}
section.contact-form .c-form .form-label img {
	height: 24px;
	width: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media not all and (min-width: 640px) {
	section.contact-form .c-form .form-label img {
		height: 18px;
	}
}
section.contact-form .c-form .form-text {
	text-align: center;
	margin-top: var(--_margin3);
}
section.contact-form .c-form input[type=text],
section.contact-form .c-form input[type=tel],
section.contact-form .c-form input[type=email],
section.contact-form .c-form input[type=url],
section.contact-form .c-form input[type=date],
section.contact-form .c-form input[type=number],
section.contact-form .c-form textarea {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: 17px;
	color: inherit;
	background-color: #fff;
	border: 1px solid var(--accent-color);
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 27px;
	margin: 0;
}
@media not all and (min-width: 640px) {
	section.contact-form .c-form input[type=text],
	section.contact-form .c-form input[type=tel],
	section.contact-form .c-form input[type=email],
	section.contact-form .c-form input[type=url],
	section.contact-form .c-form input[type=date],
	section.contact-form .c-form input[type=number],
	section.contact-form .c-form textarea {
		font-size: 16px;
		padding: var(--_padding-2);
	}
}
section.contact-form .c-form .your-request .form-label {
	margin-bottom: var(--_margin1);
}
section.contact-form .c-form .your-request .wpcf7-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
section.contact-form .c-form .your-request .wpcf7-list-item {
	margin: 15px 0;
}
@media not all and (min-width: 640px) {
	section.contact-form .c-form .your-request .wpcf7-list-item {
		-webkit-transform: scale(0.75);
		        transform: scale(0.75);
		margin: 7px 0;
	}
}
section.contact-form .c-form .your-request .wpcf7-list-item input[type=radio] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
section.contact-form .c-form .your-request .wpcf7-list-item-label {
	display: inline-block;
	text-indent: -9999px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 40px center;
	background-size: auto;
	position: relative;
}
section.contact-form .c-form .your-request .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border: 1px solid var(--accent-color);
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}
section.contact-form .c-form .your-request .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	        transform: translateY(-50%) scale(0);
	width: 16px;
	height: 16px;
	background-color: var(--accent-color);
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
section.contact-form .c-form .your-request .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
	-webkit-transform: translateY(-50%) scale(1);
	        transform: translateY(-50%) scale(1);
}
section.contact-form .c-form .your-request .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label {
	background-image: url("/wp-content/uploads/2025/01/c-form-list-01.png");
	width: 208px;
	height: 24px;
}
section.contact-form .c-form .your-request .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
	background-image: url("/wp-content/uploads/2025/01/c-form-list-02.png");
	width: 208px;
	height: 24px;
}
section.contact-form .c-form .your-request .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
	background-image: url("/wp-content/uploads/2025/01/c-form-list-03.png");
	width: 208px;
	height: 24px;
}
section.contact-form .c-form .your-request .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label {
	background-image: url("/wp-content/uploads/2025/01/c-form-list-04.png");
	width: 149px;
	height: 24px;
}
section.contact-form .c-form .submit-btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: var(--_margin3);
	margin-left: auto;
	margin-right: auto;
}
section.contact-form .c-form .submit-btn button {
	cursor: pointer;
	background-color: unset;
	border: none;
	padding: 0;
	-webkit-transition: -webkit-filter 0.2s ease-out;
	transition: -webkit-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
	transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
	section.contact-form .c-form .submit-btn button:active, section.contact-form .c-form .submit-btn button:focus, section.contact-form .c-form .submit-btn button:hover {
		-webkit-filter: brightness(1.1);
		        filter: brightness(1.1);
	}
}
section.contact-form .c-form .wpcf7-not-valid-tip {
	text-align: center;
	color: var(--sub-accent-color);
}

/* 最新ニュース */
body.single-post .l-contents__body {
	background-color: #fffbc7;
}
body.single-post .c-entry::before {
	content: "";
	background-image: url(/wp-content/uploads/2025/01/news-header-title.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 379px;
	height: 204px;
	margin-left: auto;
	margin-right: auto;
}
@media not all and (min-width: 640px) {
	body.single-post .c-entry::before {
		width: 189.5px;
		height: 102px;
	}
}
body.single-post .c-entry__header {
	max-width: 890px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 60px 75px;
	margin-bottom: var(--_margin2);
}
@media not all and (min-width: 640px) {
	body.single-post .c-entry__header {
		padding: var(--_padding1);
		margin-bottom: var(--_margin1);
	}
}
body.single-post .c-entry__meta {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 0;
	margin-bottom: var(--_margin1);
}
@media not all and (min-width: 640px) {
	body.single-post .c-entry__meta {
		font-size: 17px;
		margin-bottom: var(--_margin-2);
	}
}
body.single-post .c-entry__meta .c-meta__item--published {
	margin-right: 0;
}
body.single-post .c-entry__meta .c-meta__item--published svg {
	display: none;
}
body.single-post .c-entry__meta .c-meta__item--modified {
	display: none;
}
body.single-post .c-entry__meta .c-meta__item--author {
	display: none;
}
body.single-post .c-entry__meta .c-meta__item--categories {
	display: none;
}
body.single-post .c-entry__title {
	font-size: 25px;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.5;
	letter-spacing: 0.08em;
}
@media not all and (min-width: 640px) {
	body.single-post .c-entry__title {
		font-size: 18px;
	}
}
body.single-post .p-entry-content {
	max-width: 890px;
	background-color: #fff;
	padding: 60px 75px;
}
@media not all and (min-width: 640px) {
	body.single-post .p-entry-content {
		padding: var(--_padding1);
	}
}
body.single-post .p-entry-content p {
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	line-height: 2.1;
	letter-spacing: 0.08em;
}
body.single-post .c-entry__footer .c-prev-next-nav {
	display: none;
}
body.single-post .p-related-posts .p-related-posts__title {
	display: none;
}
body.single-post .p-related-posts .c-entries {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}
body.single-post .p-related-posts .c-entries--text {
	border-top: none;
	--entries--gap: var(--_padding-1);
}
body.single-post .p-related-posts .c-entries--text .c-entries__item {
	border-bottom: none;
}
body.single-post .p-related-posts .c-entries--text .c-entry-summary__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}
body.single-post .p-related-posts .c-entries--text .c-entry-summary__meta {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
}
@media not all and (min-width: 640px) {
	body.single-post .p-related-posts .c-entries--text .c-entry-summary__meta {
		font-size: 14px;
	}
}
body.single-post .p-related-posts .c-entries--text .c-entry-summary__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
}
@media not all and (min-width: 640px) {
	body.single-post .p-related-posts .c-entries--text .c-entry-summary__title {
		font-size: 14px;
	}
}

/* フッター */
.l-footer {
	border-top: none;
}
.l-footer .footer-access-columns .c-row--margin {
	--_gap: 24px;
}
.l-footer .footer-access-columns .smb-items__item__body > *:not(:first-child) {
	margin-top: var(--_margin-2);
}
.l-footer .footer-access-columns .access-title {
	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;
	margin: 0 auto;
}
.l-footer .footer-access-columns .access-title img {
	width: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media not all and (min-width: 640px) {
	.l-footer .footer-access-columns .access-title img {
		height: 17px;
	}
}
.l-footer .footer-access-columns .address-text {
	font-size: 17.5px;
	line-height: 1.38;
	color: #727171;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media not all and (min-width: 640px) {
	.l-footer .footer-access-columns .address-text {
		font-size: 13px;
	}
}
.l-footer .footer-access-columns .gmap {
	height: 265px;
}
@media not all and (min-width: 1024px) {
	.l-footer .footer-access-columns .gmap {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media not all and (min-width: 640px) {
	.l-footer .footer-access-columns .gmap {
		width: 70%;
		min-width: 230px;
		height: 175px;
	}
}
.l-footer .footer-contact-btn {
	-webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
	        filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
	-webkit-transition: -webkit-filter 0.2s ease-out;
	transition: -webkit-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
	transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
	margin-top: var(--_margin-1);
}
@media (hover: hover) and (pointer: fine) {
	.l-footer .footer-contact-btn:active, .l-footer .footer-contact-btn:focus, .l-footer .footer-contact-btn:hover {
		-webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3)) brightness(1.1);
		        filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3)) brightness(1.1);
	}
}
.l-footer .bnr-hikari-works {
	-webkit-transition: -webkit-filter 0.2s ease-out;
	transition: -webkit-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
	transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
@media not all and (min-width: 640px) {
	.l-footer .bnr-hikari-works {
		width: 310px;
	}
}
@media (hover: hover) and (pointer: fine) {
	.l-footer .bnr-hikari-works:active, .l-footer .bnr-hikari-works:focus, .l-footer .bnr-hikari-works:hover {
		-webkit-filter: brightness(1.1);
		        filter: brightness(1.1);
	}
}
.l-footer .footer-logo {
	-webkit-transition: -webkit-filter 0.2s ease-out;
	transition: -webkit-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
	transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
@media not all and (min-width: 640px) {
	.l-footer .footer-logo {
		width: 184px;
	}
}
@media (hover: hover) and (pointer: fine) {
	.l-footer .footer-logo:active, .l-footer .footer-logo:focus, .l-footer .footer-logo:hover {
		-webkit-filter: brightness(1.1);
		        filter: brightness(1.1);
	}
}
@media not all and (min-width: 640px) {
	.l-footer .footer-yggdrasill-logo {
		width: 142px;
		margin-top: calc(var(--_margin-1) * -1);
	}
}
.l-footer .footer-address-text {
	font-size: 17.5px;
	line-height: 1.4;
	color: #727171;
	margin-top: var(--_margin-2) !important;
}
@media not all and (min-width: 640px) {
	.l-footer .footer-address-text {
		font-size: 12px;
	}
}
@media (min-width: 1024px) {
	.l-footer .footer-address-text br {
		display: none;
	}
}
.l-footer .instagram-logo {
	margin-top: var(--_margin-2);
	-webkit-transition: -webkit-filter 0.2s ease-out;
	transition: -webkit-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
	transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
@media not all and (min-width: 640px) {
	.l-footer .instagram-logo {
		width: 35px;
	}
}
@media (hover: hover) and (pointer: fine) {
	.l-footer .instagram-logo:active, .l-footer .instagram-logo:focus, .l-footer .instagram-logo:hover {
		-webkit-filter: brightness(1.1);
		        filter: brightness(1.1);
	}
}

/* フッターコピーライト */
.c-copyright--inverse {
	background-color: var(--accent-color);
	padding-top: var(--_padding1);
	padding-bottom: var(--_padding1);
}
@media not all and (min-width: 640px) {
	.c-copyright--inverse {
		font-size: 10px;
		padding-top: var(--_padding-1);
		padding-bottom: var(--_padding-1);
	}
}