@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;
}
.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: 18px;
	font-size: clamp(16px, 1.5vw, 18px);
	font-weight: 500;
	padding-left: 0;
	padding-right: 0;
}
.l-header .p-global-nav .c-navbar__item.tel .tel-caption {
	font-size: 14px;
	font-weight: 700;
	color: var(--accent-color);
	background-color: #fff;
	border-radius: 9px;
	padding: 5px 10px;
	margin-right: 6px;
}
.l-header .p-global-nav .c-navbar__item.tel .tel-num {
	font-size: 33px;
	font-weight: 700;
	line-height: 1;
}
.l-header .c-navbar {
	max-width: var(--_global--container-max-width);
	margin-left: auto;
	margin-right: auto;
}
.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(10px 10px 10px rgba(0, 0, 0, 0.1));
	        filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}
.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;
}

.c-drawer .menu-item.tel {
	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.voice {
	--smb-section--padding: var(--_padding2);
}
@media not all and (min-width: 640px) {
	section.voice {
		--smb-section--padding: var(--_padding1);
	}
}
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-group {
		margin-top: var(--_margin-1);
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-title {
		width: 260px;
	}
}
@media not all and (min-width: 1024px) {
	section.voice .voice-container {
		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;
		margin-top: 0;
	}
}
section.voice .voice-img-group {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media (min-width: 1024px) {
	section.voice .voice-img-group {
		position: absolute;
		top: 0;
		right: 0;
	}
}
section.voice .voice-img-group > * {
	margin-top: 0;
}
@media (min-width: 1024px) {
	section.voice .voice-img {
		padding-top: 3rem;
	}
}
@media not all and (min-width: 1024px) {
	section.voice .voice-img {
		width: 70%;
		margin-top: -100px;
		z-index: 1;
	}
}
section.voice .voice-comment {
	position: absolute;
	top: -4%;
	left: 20%;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-comment {
		display: none;
	}
}
@media (min-width: 1024px) {
	section.voice .voice-group {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-left: 0 !important;
	}
}
section.voice .voice-circle {
	background-color: #fff;
	border-radius: 9999px;
	aspect-ratio: 1/1;
	width: 592px;
	-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));
	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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 80px;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-circle {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
@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));
		margin-left: calc(50% - 210px) !important;
		margin-right: calc(50% - 210px) !important;
		max-width: unset;
		width: 420px;
		padding: 48px 55px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-index {
		width: 90px;
	}
}
section.voice .voice-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.95;
	letter-spacing: 0.08em;
}
@media not all and (min-width: 640px) {
	section.voice .voice-text {
		line-height: 1.85;
		margin-top: var(--_margin-1);
	}
}

/* 利用者Q&A */
@media (min-width: 1024px) {
	section.voice .user-qa-container {
		margin-top: 0;
	}
}
section.voice .user-index {
	z-index: 2;
}
@media (min-width: 1024px) {
	section.voice .user-index {
		padding-left: 50%;
	}
}
@media not all and (min-width: 640px) {
	section.voice .user-index {
		width: 131px;
	}
}
section.voice .user-box {
	width: 440px;
	z-index: 1;
}
@media not all and (min-width: 640px) {
	section.voice .user-box {
		width: 285px;
	}
}
@media (min-width: 1024px) {
	section.voice .user-box.user-01 {
		margin-top: var(--_margin-1);
		margin-right: var(--_margin2) !important;
	}
	section.voice .user-box.user-01::after {
		-webkit-transform: translate(-50%, -60%);
		        transform: translate(-50%, -60%);
	}
}
@media not all and (min-width: 640px) {
	section.voice .user-box.user-01 {
		margin-top: var(--_margin2);
	}
}
@media (min-width: 1024px) {
	section.voice .user-box.user-02 {
		margin-top: var(--_margin2);
	}
}
@media (min-width: 1024px) {
	section.voice .user-box.user-03 {
		margin-top: var(--_margin2);
		margin-left: var(--_margin2) !important;
	}
}
section.voice .user-box.user-03::after {
	height: 200%;
}
section.voice .user-box > * {
	margin-top: 0;
}
section.voice .qa-group::after {
	content: "";
	width: 110%;
	height: 150%;
	background-color: #fff;
	border-radius: 50%;
	-webkit-filter: blur(20px);
	        filter: blur(20px);
	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.voice .qa-group::after {
		width: 120%;
		-webkit-filter: blur(10px);
		        filter: blur(10px);
	}
}
@media (min-width: 1024px) {
	section.voice .qa-group:is(.user-01 *)::after {
		-webkit-transform: translate(-50%, -60%);
		        transform: translate(-50%, -60%);
	}
}
section.voice .qa-group:is(.user-03 *)::after {
	height: 200%;
}
section.voice .qa-group > * {
	margin-top: 0;
}
section.voice .question-text {
	font-size: 18px;
	font-weight: 700;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.85;
	letter-spacing: 0.08em;
	color: var(--accent-color);
	text-indent: -2em;
	padding-left: 2em;
}
@media not all and (min-width: 640px) {
	section.voice .question-text {
		font-size: 12px;
		line-height: 1.7;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
section.voice .answer-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.95;
	letter-spacing: 0.08em;
}
@media not all and (min-width: 640px) {
	section.voice .answer-text {
		font-size: 11px;
		line-height: 1.75;
	}
}
section.voice .user-img-01 {
	position: absolute;
	left: 42%;
	bottom: -80%;
}
@media not all and (min-width: 1024px) {
	section.voice .user-img-01 {
		position: relative;
		width: 100px;
		left: unset;
		bottom: unset;
	}
}
@media not all and (min-width: 640px) {
	section.voice .user-img-01 {
		width: 60px;
	}
}
section.voice .user-img-02 {
	position: absolute;
	left: 58%;
	bottom: -75%;
}
@media not all and (min-width: 1024px) {
	section.voice .user-img-02 {
		position: relative;
		width: 100px;
		left: unset;
		right: -35%;
		bottom: unset;
	}
}
@media not all and (min-width: 640px) {
	section.voice .user-img-02 {
		width: 60px;
	}
}
section.voice .user-img-03 {
	position: absolute;
	top: -155%;
	left: 30%;
}
@media not all and (min-width: 1024px) {
	section.voice .user-img-03 {
		position: relative;
		width: 100px;
		top: unset;
		left: -35%;
	}
}
@media not all and (min-width: 640px) {
	section.voice .user-img-03 {
		width: 60px;
	}
}

/* 仕事内容 */
section.voice {
	border-bottom: 40px solid var(--accent-color);
}
@media not all and (min-width: 640px) {
	section.voice {
		border-width: 10px;
	}
}
section.voice .works-box.works-01 {
	background-color: #fff;
	border-radius: 9999px;
	aspect-ratio: 1/1;
	width: 570px;
	-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 (min-width: 1024px) {
	section.voice .works-box.works-01 {
		margin-right: 0 !important;
	}
}
@media not all and (min-width: 640px) {
	section.voice .works-box.works-01 {
		width: 330px;
		-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));
	}
}
section.voice .works-box.works-02 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media (min-width: 1024px) {
	section.voice .works-box.works-02 {
		margin-top: -32%;
		margin-left: 0 !important;
	}
}
@media not all and (min-width: 1024px) {
	section.voice .works-box.works-02 {
		margin-top: var(--_margin-2);
		left: 16%;
	}
}
section.voice .works-box.works-03 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media (min-width: 1024px) {
	section.voice .works-box.works-03 {
		margin-top: -16%;
		margin-left: 30% !important;
	}
}
@media not all and (min-width: 1024px) {
	section.voice .works-box.works-03 {
		left: -13%;
	}
}
@media not all and (min-width: 640px) {
	section.voice .works-01-img {
		width: 165px;
	}
}
section.voice .works-img {
	-webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
	        filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}
@media not all and (min-width: 1024px) {
	section.voice .works-img.works-02 {
		width: 65%;
	}
	section.voice .works-img.works-02 img {
		-webkit-transform: scale(-1, 1);
		        transform: scale(-1, 1);
	}
}
@media not all and (min-width: 640px) {
	section.voice .works-img.works-02 {
		width: 185px;
		-webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
		        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
	}
}
@media not all and (min-width: 1024px) {
	section.voice .works-img.works-03 {
		width: 88%;
	}
	section.voice .works-img.works-03 img {
		-webkit-transform: scale(-1, 1);
		        transform: scale(-1, 1);
	}
}
@media not all and (min-width: 640px) {
	section.voice .works-img.works-03 {
		width: 204px;
		-webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
		        filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
	}
}
section.voice .works-text {
	-webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
	        filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
	position: absolute;
	margin-top: 0;
}
@media not all and (min-width: 640px) {
	section.voice .works-text {
		width: 145px;
		-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.voice .works-text.works-01 {
	top: -17%;
	right: -2%;
}
section.voice .works-text.works-02 {
	top: -24%;
	left: 1%;
}
@media not all and (min-width: 1024px) {
	section.voice .works-text.works-02 {
		top: -10%;
		left: -18%;
	}
}
@media not all and (min-width: 640px) {
	section.voice .works-text.works-02 {
		left: -52%;
	}
}
section.voice .works-text.works-03 {
	top: 28%;
	right: -49%;
}
@media not all and (min-width: 1024px) {
	section.voice .works-text.works-03 {
		top: -16%;
		right: -25%;
	}
}
@media not all and (min-width: 640px) {
	section.voice .works-text.works-03 {
		top: -22%;
		right: -32%;
	}
}
section.voice .works-list {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	list-style: none;
}
@media not all and (min-width: 640px) {
	section.voice .works-list {
		margin-top: var(--_margin-1);
	}
}
section.voice .works-list li {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	position: relative;
}
@media not all and (min-width: 640px) {
	section.voice .works-list li {
		font-size: 13px;
	}
}
section.voice .works-list li + li {
	margin-top: var(--_margin-1);
}
@media not all and (min-width: 640px) {
	section.voice .works-list li + li {
		margin-top: 1rem;
	}
}
section.voice .works-list li::before {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
section.voice .works-list li:nth-child(1)::before {
	background-image: url(/wp-content/uploads/2025/01/works-list-01.png);
	width: 60px;
	height: 60px;
	left: -65px;
}
@media not all and (min-width: 640px) {
	section.voice .works-list li:nth-child(1)::before {
		width: 36px;
		height: 36px;
		left: -39px;
	}
}
section.voice .works-list li:nth-child(2)::before {
	background-image: url(/wp-content/uploads/2025/01/works-list-02.png);
	width: 53px;
	height: 54px;
	left: -60px;
}
@media not all and (min-width: 640px) {
	section.voice .works-list li:nth-child(2)::before {
		width: 31.8px;
		height: 32.4px;
		left: -36px;
	}
}
section.voice .works-list li:nth-child(3)::before {
	background-image: url(/wp-content/uploads/2025/01/works-list-03.png);
	width: 48px;
	height: 49px;
	top: 70%;
	left: -57px;
}
@media not all and (min-width: 640px) {
	section.voice .works-list li:nth-child(3)::before {
		width: 28.8px;
		height: 29.4px;
		left: -34.2px;
	}
}
section.voice .works-list li:nth-child(4)::before {
	background-image: url(/wp-content/uploads/2025/01/works-list-04.png);
	width: 54px;
	height: 54px;
	left: -59px;
}
@media not all and (min-width: 640px) {
	section.voice .works-list li:nth-child(4)::before {
		width: 32.4px;
		height: 32.4px;
		left: -35.4px;
	}
}

/* 私たちの強み */
section.strength {
	--smb-section--padding: var(--_padding2);
	border-bottom: 40px solid var(--accent-color);
}
@media not all and (min-width: 640px) {
	section.strength {
		padding-top: var(--_padding-1);
		padding-bottom: var(--_padding1);
		border-width: 20px;
	}
}
@media not all and (min-width: 640px) {
	section.strength .strength-heading {
		width: 330px;
	}
}
section.strength .message-columns {
	margin-top: var(--_margin3);
}
@media not all and (min-width: 640px) {
	section.strength .message-columns {
		margin-top: var(--_margin1);
	}
}
section.strength .message-columns .c-row {
	--_gap: 0;
}
@media not all and (min-width: 1024px) {
	section.strength .message-columns .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	section.strength .message-columns .c-row .image-col {
		-ms-flex-item-align: center;
		    align-self: center;
	}
}
section.strength .message-columns .image-col {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
@media (min-width: 1024px) {
	section.strength .message-columns .image-col {
		--_item-width: calc(50% - 10px);
	}
}
@media (min-width: 1024px) {
	section.strength .message-columns .text-col {
		--_item-width: calc(50% + 10px);
	}
}
section.strength .strength-columns .c-row {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	--_gap: 0;
}
@media (min-width: 1024px) {
	section.strength .strength-columns .image-col {
		--_item-width: calc(50% - 10px);
	}
}
@media (min-width: 1024px) {
	section.strength .strength-columns .text-col {
		--_item-width: calc(50% + 10px);
	}
}
section.strength .strength-columns.left-img {
	margin-top: var(--_margin4);
}
@media not all and (min-width: 1024px) {
	section.strength .strength-columns.left-img {
		margin-top: var(--_margin2);
	}
}
@media not all and (min-width: 640px) {
	section.strength .strength-columns.left-img {
		margin-top: var(--_margin1);
	}
}
@media not all and (min-width: 1024px) {
	section.strength .strength-columns.right-img .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
section.strength .rep-img-pc {
	margin-top: calc(var(--_margin1) * -1);
}
@media not all and (min-width: 640px) {
	section.strength .rep-img-sp {
		width: 288px;
		margin-top: 0;
	}
}
@media not all and (min-width: 1024px) {
	section.strength .strength-flex {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		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;
	}
	section.strength .strength-flex.reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
}
section.strength .strength-title-group {
	z-index: 1;
}
@media not all and (min-width: 640px) {
	section.strength .strength-title-group {
		min-width: 180px;
	}
}
section.strength .strength-title-group::after {
	content: "";
	width: 100%;
	height: 110%;
	background-color: #fff9b1;
	border-radius: 50%;
	-webkit-filter: blur(20px);
	        filter: blur(20px);
	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.strength .strength-title-group::after {
		-webkit-filter: blur(10px);
		        filter: blur(10px);
	}
}
@media not all and (min-width: 1024px) {
	section.strength .strength-title-group.str-02::after, section.strength .strength-title-group.str-03::after {
		width: 130%;
	}
}
section.strength .strength-sub-title {
	font-size: 28px;
	line-height: 1.35;
	letter-spacing: 0.28em;
	margin-top: 0;
}
@media not all and (min-width: 640px) {
	section.strength .strength-sub-title.str-01 {
		font-size: 16px;
	}
}
@media not all and (min-width: 1024px) {
	section.strength .strength-sub-title.str-02, section.strength .strength-sub-title.str-03 {
		font-size: 23px;
	}
}
@media not all and (min-width: 640px) {
	section.strength .strength-sub-title.str-02, section.strength .strength-sub-title.str-03 {
		font-size: 14px;
	}
}
section.strength .strength-title {
	line-height: 1;
	letter-spacing: 0.16em;
	margin-top: 0;
}
section.strength .strength-title.str-01 {
	font-size: 100px;
}
@media not all and (min-width: 640px) {
	section.strength .strength-title.str-01 {
		font-size: 59px;
	}
}
section.strength .strength-title.str-02, section.strength .strength-title.str-03 {
	font-size: 82px;
}
@media not all and (min-width: 1024px) {
	section.strength .strength-title.str-02, section.strength .strength-title.str-03 {
		font-size: 80px;
	}
}
@media not all and (min-width: 640px) {
	section.strength .strength-title.str-02, section.strength .strength-title.str-03 {
		font-size: 36px;
	}
}
section.strength .effort-group {
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	padding: var(--_padding1) var(--_padding-1);
	z-index: 1;
}
@media not all and (min-width: 640px) {
	section.strength .effort-group {
		width: 100vw;
		max-width: unset;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		padding: var(--_padding-1);
	}
}
section.strength .effort-group.message {
	margin-top: var(--_margin3);
	margin-bottom: var(--_margin2);
}
@media not all and (min-width: 1024px) {
	section.strength .effort-group:not(.message) {
		margin-top: var(--_margin1);
	}
}
section.strength .effort-title {
	font-size: 24px;
	line-height: 1.7;
}
@media not all and (min-width: 640px) {
	section.strength .effort-title {
		font-size: 16px;
	}
}
section.strength .effort-sub-title {
	font-size: 24px;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin-top: 0;
}
@media not all and (min-width: 640px) {
	section.strength .effort-sub-title {
		font-size: 16px;
	}
}
section.strength .effort-sub-title strong {
	font-size: 30px;
}
@media not all and (min-width: 640px) {
	section.strength .effort-sub-title strong {
		font-size: 20px;
	}
}
section.strength .effort-list {
	font-size: 20px;
	line-height: 1.55;
	padding: 0 var(--_padding1);
	margin-top: var(--_margin-1);
}
@media not all and (min-width: 640px) {
	section.strength .effort-list {
		font-size: 13px;
	}
}
section.strength .message-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 0.08em;
	line-height: 1.6;
}
@media not all and (min-width: 640px) {
	section.strength .message-text {
		line-height: 1.5;
	}
}
section.strength .message-profile {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 0.06em;
	line-height: 1.65;
	margin-top: 0;
}
@media (min-width: 1024px) {
	section.strength .message-profile {
		padding-left: var(--_padding1);
		padding-right: var(--_padding1);
	}
}
@media not all and (min-width: 1024px) {
	section.strength .message-profile {
		color: var(--accent-color);
		margin-top: var(--_margin-1);
		margin-bottom: 0;
	}
}
section.strength .message-profile strong {
	font-size: 21px;
	color: var(--sub-accent-color);
}
@media not all and (min-width: 1024px) {
	section.strength .message-profile strong {
		color: var(--accent-color);
	}
}
@media not all and (min-width: 640px) {
	section.strength .message-profile strong {
		font-size: 18px;
	}
}
section.strength .strength-catch {
	margin-bottom: var(--_margin2);
}
section.strength .strength-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 0.1em;
	line-height: 1.95;
	margin-top: var(--_margin-1);
}
@media not all and (min-width: 640px) {
	section.strength .strength-text {
		line-height: 1.65;
	}
}
section.strength .strength-img {
	-webkit-filter: drop-shadow(9px 9px 9px rgba(0, 0, 0, 0.2));
	        filter: drop-shadow(9px 9px 9px rgba(0, 0, 0, 0.2));
	z-index: 1;
}
@media not all and (min-width: 1024px) {
	section.strength .strength-img {
		width: 240px;
		margin-top: 0;
	}
}
@media not all and (min-width: 640px) {
	section.strength .strength-img {
		width: 140px;
	}
}
section.strength .strength-separator {
	border: 10px solid var(--accent-color);
	max-width: unset;
	margin-top: 0;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

/* スタッフの声 */
section.staff {
	padding-top: var(--_padding1);
	padding-bottom: 0;
}
@media not all and (min-width: 640px) {
	section.staff {
		padding-top: var(--_padding-1);
	}
}
@media not all and (min-width: 640px) {
	section.staff .staff-heading {
		width: 310px;
	}
}
@media not all and (min-width: 640px) {
	section.staff .staff-columns .c-row--margin {
		--_gap: var(--_margin-2);
	}
}
@media (min-width: 1024px) {
	section.staff .staff-columns.right-img {
		margin-top: 0;
	}
}
@media (min-width: 1024px) {
	section.staff .staff-columns.left-img {
		margin-top: -450px;
	}
	section.staff .staff-columns.left-img .c-row {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	section.staff .staff-columns.left-img .staff-name {
		margin-top: 345px;
	}
}
@media not all and (min-width: 1024px) {
	section.staff .staff-columns.left-img .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
section.staff .staff-columns .image-col {
	z-index: 1;
}
section.staff .staff-title {
	margin-top: 0;
}
section.staff .staff-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 0.1em;
	line-height: 1.95;
}
@media not all and (min-width: 640px) {
	section.staff .staff-text {
		line-height: 1.9;
	}
}
section.staff .staff-img-pc {
	z-index: 1;
}
section.staff .staff-img-sp {
	margin-top: 0;
}
@media not all and (min-width: 640px) {
	section.staff .staff-img-sp.staff-01 {
		width: 256px;
	}
	section.staff .staff-img-sp.staff-02 {
		width: 305px;
	}
}
section.staff .staff-illust {
	position: absolute;
	margin-top: 0;
}
section.staff .staff-illust.illust-01 {
	top: 3%;
	right: 0%;
}
section.staff .staff-illust.illust-02 {
	top: 9%;
	left: 6%;
}
section.staff .staff-illust.illust-03 {
	top: 31%;
	right: -26%;
}
section.staff .staff-separator {
	border: 10px solid var(--accent-color);
	max-width: unset;
	margin-top: 0;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

/* 悩みを解決 */
@media (min-width: 1024px) {
	section.worry .worry-columns .c-row {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	section.worry .worry-columns .right-col {
		--_item-width: 45%;
	}
}
section.worry .worry-heading {
	font-size: 58px;
	line-height: 1.5;
	letter-spacing: 0.12em;
	color: var(--accent-color);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	white-space: nowrap;
}
@media not all and (min-width: 640px) {
	section.worry .worry-heading {
		font-size: 31px;
	}
}
section.worry .worry-heading strong {
	font-size: 70px;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.2;
	letter-spacing: 0.35em;
}
@media not all and (min-width: 640px) {
	section.worry .worry-heading strong {
		font-size: 37px;
	}
}
section.worry .worry-title {
	font-size: 48px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.08em;
	white-space: nowrap;
}
@media not all and (min-width: 640px) {
	section.worry .worry-title {
		font-size: 35px;
	}
}
section.worry .worry-title strong {
	font-size: 80px;
	line-height: 1;
	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: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media not all and (min-width: 640px) {
	section.worry .worry-title strong {
		font-size: 58px;
	}
}
section.worry .worry-title strong .sme-line-height {
	font-size: 60px;
}
@media not all and (min-width: 640px) {
	section.worry .worry-title strong .sme-line-height {
		font-size: 39px;
	}
}
@media (min-width: 1024px) {
	section.worry .worry-title.worry-02 {
		margin-top: -20px;
	}
	section.worry .worry-title.worry-03 {
		margin-top: 90px;
	}
}
section.worry .worry-message-group {
	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-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	white-space: nowrap;
	margin-top: var(--_margin-1);
}
section.worry .worry-message-group + p {
	margin-top: var(--_margin-1);
}
section.worry .worry-img {
	margin-right: 8px !important;
}
@media not all and (min-width: 640px) {
	section.worry .worry-img {
		width: 60px;
	}
}
section.worry .worry-message {
	font-size: 33px;
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: 0.02em;
	color: var(--accent-color);
	margin-top: 0;
}
@media not all and (min-width: 640px) {
	section.worry .worry-message {
		font-size: 22px;
	}
}
section.worry .worry-message .has-sm-l-font-size {
	font-size: 38px !important;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}
@media not all and (min-width: 640px) {
	section.worry .worry-message .has-sm-l-font-size {
		font-size: 24px !important;
	}
}
section.worry .worry-message strong {
	font-size: 38px;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0.07em;
}
@media not all and (min-width: 640px) {
	section.worry .worry-message strong {
		font-size: 24px;
	}
}
section.worry .worry-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 0.1em;
	line-height: 1.95;
	color: var(--accent-color);
}
@media (min-width: 1024px) {
	section.worry .worry-text.text-01 {
		max-width: 445px;
		margin-left: 0 !important;
	}
	section.worry .worry-text.text-03 {
		max-width: 445px;
	}
}

/* お知らせ */
@media not all and (min-width: 640px) {
	section.news {
		--smb-section--padding: var(--_padding2);
		padding-top: 0;
	}
	section.news .smb-section-with-bgimage__repeatable-image {
		background: #fff !important;
	}
}
section.news .news-heading-sp {
	margin-top: 0;
}
section.news .smb-recent-posts {
	margin-top: 0;
}
@media not all and (min-width: 640px) {
	section.news .smb-recent-posts {
		margin-top: var(--_margin1);
	}
}
section.news .c-entries--text {
	border-top: none;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	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;
	}
}

/* ご利用の流れ */
@media not all and (min-width: 640px) {
	.flow-heading {
		width: 172px !important;
	}
}

@media not all and (min-width: 1024px) {
	.flow-columns {
		width: 80%;
	}
}
@media not all and (min-width: 640px) {
	.flow-columns {
		width: 90%;
	}
}
@media not all and (min-width: 1024px) {
	.flow-columns .c-row--margin {
		--_gap: var(--_margin-1);
	}
}
@media not all and (min-width: 640px) {
	.flow-columns .c-row--margin {
		--_gap: 1rem;
	}
}
.flow-columns .smb-items__item {
	height: 100%;
}
.flow-columns .smb-items__item__body {
	height: 100%;
	background-color: #db4f4a;
	padding: var(--_padding-1);
}
.flow-columns .step-col {
	position: relative;
}
.flow-columns .step-col:not(:last-child)::after {
	content: "";
	background-color: var(--accent-color);
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	        clip-path: polygon(0 0, 0 100%, 100% 50%);
	aspect-ratio: 1/2;
	width: 24px;
	position: absolute;
	top: 50%;
	right: -15px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
}
@media not all and (min-width: 1024px) {
	.flow-columns .step-col:not(:last-child)::after {
		-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
		        clip-path: polygon(50% 100%, 100% 0, 0 0);
		aspect-ratio: 2/1;
		width: 40px;
		top: unset;
		right: unset;
		left: 50%;
		bottom: -20px;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

.step-group .flow-icon {
	margin-top: var(--_margin-1);
}
@media not all and (min-width: 640px) {
	.step-group .flow-icon {
		margin-top: var(--_margin-2);
	}
	.step-group .flow-icon.icon-02 {
		width: 67px;
	}
	.step-group .flow-icon.icon-03 {
		width: 125px;
	}
	.step-group .flow-icon.icon-05 {
		width: 77px;
	}
}
.step-group .step-text {
	font-size: 14px;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.65;
	letter-spacing: 0.03em;
	color: #fff;
	margin-top: var(--_margin-2);
}
@media not all and (min-width: 640px) {
	.step-group .step-text {
		line-height: 1.3;
	}
}

/* Q&A */
@media not all and (min-width: 640px) {
	section.qa {
		--smb-section--padding: var(--_padding2);
		padding-top: 0;
	}
	section.qa .smb-section__fixed-background {
		background-color: #fff;
	}
}
section.qa .qa-heading-sp {
	margin-top: 0;
}
section.qa .smb-accordion {
	--smb-accordion--gap: var(--_margin-2);
}
@media (min-width: 1024px) {
	section.qa .smb-accordion {
		max-width: 800px;
		margin-right: 0 !important;
	}
}
section.qa .smb-accordion__item__title {
	background-color: transparent;
}
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: 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__item:nth-child(-n+4) {
	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: #c8e7e9;
}
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: 448px;
	height: 144px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--_margin2);
}
@media not all and (min-width: 640px) {
	body.single-post .c-entry::before {
		width: 224px;
		height: 72px;
		margin-bottom: var(--_margin1);
	}
}
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;
}
@media (min-width: 1024px) {
	.l-footer .l-footer-widget-area {
		padding-top: 0;
	}
}
@media not all and (min-width: 640px) {
	.l-footer .l-footer-widget-area {
		padding-top: var(--_padding1);
		padding-bottom: var(--_padding-1);
	}
}
@media not all and (min-width: 640px) {
	.l-footer .l-footer-widget-area:is(body.home *) {
		padding-top: 0;
	}
}
.l-footer .l-footer-widget-area:is(body.page-template-blank-content *) {
	padding-top: var(--_padding3);
}
@media not all and (min-width: 640px) {
	.l-footer .l-footer-widget-area:is(body.page-template-blank-content *) {
		padding-top: var(--_padding1);
	}
}
@media not all and (min-width: 1024px) {
	.l-footer .l-footer-widget-area__item:nth-child(1) {
		display: none;
	}
}
@media (min-width: 1024px) {
	.l-footer .l-footer-widget-area__item:nth-child(2) {
		display: none;
	}
}
@media (min-width: 1024px) {
	.l-footer .l-footer-widget-area__item:nth-child(4) {
		display: none;
	}
}
@media not all and (min-width: 1024px) {
	.l-footer .l-footer-widget-area__item:nth-child(4) {
		margin-bottom: var(--_margin3);
	}
}
@media not all and (min-width: 640px) {
	.l-footer .l-footer-widget-area__item:nth-child(4) {
		margin-bottom: var(--_margin1);
	}
}
.l-footer .footer-access .gmap {
	height: 665px;
	width: 100vw;
	max-width: unset;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}
@media not all and (min-width: 1024px) {
	.l-footer .footer-access .gmap {
		height: 400px;
	}
}
@media not all and (min-width: 640px) {
	.l-footer .footer-access .gmap {
		height: 280px;
	}
}
.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;
}
@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 {
	-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 {
		width: 315px;
	}
}
@media (hover: hover) and (pointer: fine) {
	.l-footer .bnr-hikari:active, .l-footer .bnr-hikari:focus, .l-footer .bnr-hikari: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: 174px;
	}
}
@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: var(--accent-color);
	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) !important;
	-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);
	}
}