html {
	scrollbar-gutter: stable;
	color-scheme: light;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.enriku-hide-ovf {
	overflow-x: hidden;
}

main {
	margin: 0;
}

a:hover {
	opacity: 0.7;
}

/* fonts */
@font-face {
	font-family: 'Antro Vectra';
	src: url('../fonts/Antro_Vectra.otf') format('opentype');
}

@font-face {
	font-family: 'Antro Vectra Bolder';
	src: url('../fonts/Antro_Vectra_Bolder.otf') format('opentype');
}

/* container */
.enriku-container {
	max-width: 920px;
	/*w:880*/
	margin: 0 auto;
	padding: 0 20px;
}

/* padding */
.enriku-sec-padding {
	padding: 140px 0;
}

/* background */
.enriku-gray-bg {
	background: #F7F7F7;
}



.flow-hidden {
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.enriku-sec-padding {
		padding: 80px 0;
	}
}



/* slick */
.slick-initialized .slick-prev {
	width: 50px;
	height: 50px;
	z-index: 1;
	left: 20px;
}

.slick-initialized .slick-prev:before {
	content: "";
	background: url(../img/enriku/slider_left.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 46px;
	height: 36px;
}

.slick-initialized .slick-next {
	width: 50px;
	height: 50px;
	z-index: 1;
	right: 20px;
}

.slick-initialized .slick-next:before {
	content: "";
	background: url(../img/enriku/slider_right.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 46px;
	height: 36px;
	opacity: 0.84;
}

@media screen and (max-width: 768px) {
	.slick-initialized .slick-slide {
		height: auto !important;
		display: flex !important;
		max-width: 280px !important;
		margin-right: 20px;
	}

	.slick-initialized .slick-prev {
		left: 20px;
	}

	.slick-initialized .slick-next {
		right: 20px;
	}
}

/* ==== Header start === */
.enriku-header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	transition: background 0.3s ease, box-shadow 0.3s ease;
}

.enriku-header.is-scrolled {
	background: #FFFFFF;
	box-shadow: 0 3px 10px rgba(88, 88, 90, 0.3);
}

.enriku-header-cntr {
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}

.enheader-left {
	max-width: 152px;
	margin: 27px 0;
}

.enheader-nav {
	display: flex;
	gap: 32px;
	align-items: center;
}

.enheader-nav>a {
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	white-space: nowrap;
}

@media screen and (min-width: 769px) {
	.enheader-nav>a:hover {
		color: #D14B47;
		transition: color 0.3s ease;
		transition: unset;
	}

	.enheader-nav .red-box:hover {
		color: #ffff;
	}
}

.enheader-nav .red-box {
	border-radius: 23px;
	color: #FFF;
	width: 160px;
	height: 46px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 22px;
	background: url(../img/enriku/gradient_bg.png)no-repeat center/100% 100%;
	position: relative;
}

.enheader-nav .red-box::after {
	content: "";
	background: url(../img/enriku/entry_nt_icon.png) no-repeat;
	background-size: contain;
	width: 36px;
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 1050px) {
	.enheader-nav {
		gap: 20px;
	}

	.enheader-nav .red-box {
		margin-left: 0;
	}

	.enheader-left {
		max-width: 130px;
	}
}

@media screen and (max-width: 900px) {
	.enheader-nav>a {
		font-size: 12px;
	}

	.enheader-nav {
		gap: 10px;
	}
}

@media screen and (max-width: 800px) {
	.enheader-nav .red-box {
		width: 150px;
	}

	.enheader-nav {
		gap: 6px;
	}
}

@media screen and (max-width: 768px) {
	.enriku-header-cntr {
		padding: 0;
		padding-left: 15px;
	}

	.enheader-left {
		margin: 16px 0;
	}

	.enheader-nav-cntr {
		display: none;
	}

	.enheader-right_sp {
		display: flex;
		gap: 10px;
		margin-left: auto;
		width: calc(100% - 150px);
		padding-right: 15px;
	}

	.sp-header-redbox {
		font-size: 10px;
		font-weight: 600;
		color: #FFF;
		width: 124px;
		height: 36px;
		padding: 10px 15px;
		margin-left: auto;
		background: url(../img/enriku/sp_contact_bg.png) no-repeat center/100% 100%;
		position: relative;
		display: flex;
		align-items: center;
	}

	.sp-header-redbox::after {
		content: "";
		background: url(../img/enriku/entry_nt_icon.png) no-repeat;
		background-size: contain;
		width: 28px;
		height: 20px;
		position: absolute;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
	}

	.enriku-hamburger {
		cursor: pointer;
		width: 46px;
		height: 36px;
		background: #000000;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 20px;
	}

	.enriku-hamburger .btn-close {
		width: 10px;
		height: 9px;
	}

	.enriku-hamburger .btn-open {
		display: none;
		width: 13px;
		height: 8px;
	}

	.enriku-hamburger.open .btn-close {
		display: none;
	}

	.enriku-hamburger.open .btn-open {
		display: block;
	}

	.enheader-nav-cntr.open-nav {
		display: block;
		position: absolute;
		top: 54px;
		height: 100vh;
		background-color: #fff;
		width: 100%;
		left: 0;
		overflow: auto;
		padding-bottom: 50px;
		z-index: -2;
	}

	.enriku-header::after {
		content: "";
		background: url(../img/enriku/header_gradient.png)no-repeat;
		background-size: cover;
		background-position: top right;
		width: 400px;
		height: 178px;
		position: absolute;
		top: -70px;
		right: 0;
		z-index: -1;
	}

	.enheader-nav-cntr.open-nav .enheader-nav {
		flex-direction: column;
		padding: 50px 25px;
		gap: 20px;
	}

	.enheader-nav-cntr.open-nav .enheader-nav>a {
		width: 100%;
		font-size: 16px;
		color: #000;
		font-weight: 700;
		padding-bottom: 20px;
		border-bottom: 2px solid #767676;
		white-space: normal;
	}

	.enheader-nav-cntr.open-nav .red-box {
		display: none;
	}
}

/* ==== Header end === */

/* === MV start === */

.enriku-btn {
	width: 250px;
	padding: 18px 0;
	border-radius: 28px;
	padding-right: 55px;
	position: relative;
	cursor: pointer;
	z-index: 10;
}

.enriku-btn.btn-lg {
	width: 280px;
}

.enriku-btn>span {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	display: block;
	text-align: center;
}

.enriku-btn.gradient-bg {
	background: url(../img/enriku/gradient_bg.png)no-repeat center/100% 100%;
	width: 280px;
	height: 56px;
	color: #fff;
	z-index: 10;
	border: none;
}

.enriku-btn.gradient-bg::after {
	content: "";
	background: url(../img/enriku/entry_nt_icon.png) no-repeat;
	background-size: contain;
	width: 36px;
	height: 26px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.enriku-btn.black {
	background: #000000;
	color: #FFFFFF;
}

.enriku-btn.red {
	cursor: pointer;
	background: #B50500;
	border: none;
}

.enri-btn-center {
	cursor: pointer;
	width: fit-content;
	margin: 0 auto;
}

.enriku-btn.black::after {
	content: "";
	background: url(../img/enriku/entry_nt_icon.png) no-repeat;
	background-size: contain;
	width: 35px;
	height: 26px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.enriku-btn.center {
	margin: 0 auto;
}

/* mv new start */
.mv-sec-wrap {
	background: url(../img/enriku/mv_bg.png) no-repeat;
	background-size: 100% 100%;
}

.sec-mv {
	padding-top: 210px;
	padding-bottom: 100px;
	background-position: right top;
	position: relative;
	overflow: hidden;
	font-family: "Zen Kaku Gothic New", sans-serif;
	max-width: 1280px;
	margin: 0 auto;
}

.sec-mv::before {
	content: "";
	background: url(../img/enriku/mv_bubble.png)no-repeat;
	background-size: contain;
	position: absolute;
	width: 283px;
	background-position: top;
	height: 246px;
	top: -66px;
	left: 22%;
}

.mv-txt-blk {
	padding-left: 90px;
	position: relative;
	z-index: 10;
}

.mv-txt {
	font-size: 46px;
	color: #000000;
	font-weight: 700;
	line-height: 1.47;
	font-family: "Zen Kaku Gothic New", sans-serif;
	position: relative;
}

.sec-mv::after {
	content: "";
	background: url(../img/enriku/enishi_mv.png)no-repeat;
	background-size: contain;
	position: absolute;
	width: 844px;
	background-position: right;
	height: 733px;
	top: 100px;
	right: -60px;
}

.mv-implementation {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.3;
	margin-top: 20px;
}

.enriku-btn.gradient-bg.mv {
	width: 250px;
}

.mv-btn-blk {
	display: flex;
	gap: 20px;
	padding-top: 38px;
}

.mv-counter {
	max-width: 150px;
	width: 100%;
	/* border: 2px solid #D14B47; */
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-direction: column;
}

.mv-counter:nth-child(2) .mv-counter-no{
	transform: translateX(8px);
}

.mv-counter-blk .mv-counter:first-child {
	padding-left: 5px;
}

.mv-counter-ttl {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	color: #D14B47;
	text-align: center;
	display: flex;
	align-items: center;
}

.mv-counter-ttl p {
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.mv-counter-blk {
	margin-top: 35px;
	display: flex;
	position: relative;
	z-index: 10;
	max-width: 600px;
	height: 165px;
	width: 100%;
	background: url(../img/enriku/counter_bg.png)no-repeat center/contain;
	padding-right: 7px;
	    background-size: 100% 100%;
}

.mv-counter-no span {
	font-size: 40px;
	font-weight: 700;
}

.mv-counter-no {
	font-size: 16px;
	font-weight: 700;
}

.mv-counter-no.notojp {
	font-family: "Noto Sans JP", sans-serif;
}

.mv-img {
	display: none;
}

.mv-counter-blk-sp {
	display: none;
}

@media (min-width: 1281px) {
	.sec-mv::after {
		right: 0;
		top: 70px;
	}
}

@media screen and (max-width: 1210px) {
	.mv-txt-blk {
		padding-left: 50px;
	}

	.sec-mv::after {
		width: 700px;
	}

	.sec-mv {
		padding-top: 174px;
	}
}

@media screen and (max-width: 1000px) {

	.sec-mv::after {
		width: 500px;
		height: 564px;
	}
}

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

	.sec-mv::after {
		display: none;
	}

	.mv-img {
		display: block;
		margin-left: auto;
		margin-right: -38px;
		padding-left: 15px;
	}

	.sec-mv {
		padding-top: 120px;
		background: unset;
		padding-bottom: 0;
	}

	.sec-mv::before {
		width: 162px;
		background-position: top;
		height: 142px;
		top: 50px;
		left: -60px;
	}

	.mv-txt-blk {
		padding: 0 15px;
		margin-top: -40px;
	}

	.mv-txt {
		font-size: 40px;
	}

	.mv-btn-blk {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
		padding-top: 30px;
	}

	.mv-btn-blk .enriku-btn {
		padding-right: 110px;
	}

	.mv-counter-blk {
		display: none;
	}

	.mv-counter-blk-sp {
        max-width: 325px;
        margin: 0 auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-items: center;
		margin-top: 50px;
		gap: 15px;
		padding: 0 10px;
	}

	.mv-counter:nth-child(2) .mv-counter-no{
		transform: translateX(6px);
	}

	.mv-counter-blk-sp .mv-counter {
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.mv-counter {
		border: 2px solid #D14B47;
	}

	.mv-counter-blk-sp .mv-counter:nth-child(3) {
		border: 2px solid #E26735;
	}

	.mv-counter-blk-sp .mv-counter:nth-child(4) {
		border: 2px solid #E26735;
	}

	.enriku-btn.gradient-bg.mv {
		max-width: 300px;
		width: 100%;
	}

	.enriku-btn {
		max-width: 300px;
		width: 100%;
	}

	.mv-implementation {
		margin-top: 20px;
	}
}

/* === MV end === */

/* === Problem start === */
.enriku-ttl-eng {
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	color: #B50500;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	font-family: "futura-pt", sans-serif;
	letter-spacing: 0.02em;
}

.enriku-red-bgclor .enriku-ttl-eng {
	color: #FFF;
}

.enriku-red-bgclor .enriku-ttl-jp {
	color: #FFF;
	margin-bottom: 25px;
}

.enriku-ttl-div {
	position: relative;
	width: fit-content;
	z-index: 2;
	margin: 0 auto;
}

.enriku-ttl-jp {
	width: fit-content;
	position: relative;
	z-index: 3;
	margin-bottom: 25px;
	text-align: center;
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 28px;
	font-weight: 700;
}



.enriku-ttl-jp span {
	color: #B50500;
	font-weight: 700;
}

.problem-parent {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-top: 25px;
}

.problem-div {
	max-width: 210px;
	width: 100%;
	transform: translateY(100px);
	opacity: 0;
	transition: all 0.6s ease;
}

.problem-div.show {
	transform: translateY(0);
	opacity: 1;
}

.problem-div:nth-child(1) {
	transition-delay: 0.1s;
}

.problem-div:nth-child(2) {
	transition-delay: 0.3s;
}

.problem-div:nth-child(3) {
	transition-delay: 0.5s;
}

.problem-img {
	width: 110px;
	height: 110px;
	margin: 0 auto;
}

.problem-img img {
	width: 100%;
	height: 100%;
}

.problem-ttl {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	margin-top: 15px;
}

.problem-para {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.5px;
	margin-top: 15px;
}

.sec-problem {
	background: url(../img/enriku/problem_bg.png)no-repeat center/cover;
	padding-top: 70px;
}

.problem-ct-blk {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	padding: 80px 75px;
	background-color: #fff;
	border-radius: 120px;
}

@media screen and (max-width: 768px) {
	.problem-parent {
		flex-direction: column;
		align-items: center;
		padding-top: 0;
		gap: 0;
	}

	.enriku-ttl-eng-itl {
		font-size: 50px;
		right: -20px;
		bottom: -36px;
	}

	.enriku-ttl-eng {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.enriku-ttl-jp {
		line-height: 1.6;
		font-size: 20px;
	}

	.problem-div {
		padding: 26px 17px;
		max-width: 100%;
	}

	.problem-ct-blk {
		padding: 80px 10px 55px 10px;
		border-radius: 60px;
	}

	.sec-problem {
		background: url(../img/enriku/problem_bg_sp.png)no-repeat center;
		background-size: cover;
		background-position: bottom;
		padding: 80px 5px 80px 5px;
	}

}

@media screen and (max-width: 480px) {
	.sec-problem {
		background-size: contain;
	}
}

/* === Problem end === */

/* === Case start === */

.sec-case {
	background: url(../img/enriku/case_bg.png)no-repeat;
	background-position: center 90px;
	background-size: cover;
	padding-top: 160px;
	padding-bottom: 140px;
}

.enri-text-hide {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.6;
	max-height: calc(1.6em * 3);
	transition: max-height 0.8s ease;
}

/* ==== card setting ==== */
.enri-case-cntr {
	width: calc(100% - 390px);
	margin-left: auto;
	overflow: hidden;
}

.enri-case-cardouter {
	height: 100%;
	padding-left: 8px;
	transform: translateX(-8px);
}

.enri-case-card {
	background-color: #fff;
	border-radius: 80px;
	padding: 30px 26px;
	position: relative;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	width: 480px;
	height: 650px;
	margin: 0 auto;
	transform: scale(0.833) translateX(50px);
	transform-origin: center center;
	transition: transform 0.2s ease, height 0.2s ease;
}

/* card active  */
.enri-case-cntr .slick-current .enri-case-card,
.enri-case-cntr .slick-active-clone .enri-case-card {
	transform: scale(1) translateX(8px);
	height: 750px;
}

.enri-case-cntr .slick-current .enri-case-imgtxt>div,
.enri-case-cntr .slick-active-clone .enri-case-imgtxt>div {
	font-size: 16px;
}

.enri-case-cntr .slick-current .enri-case-imgtxt,
.enri-case-cntr .slick-active-clone .enri-case-imgtxt {
	background: url(../img/enriku/case_cardbg_active.png) no-repeat left / contain;
	width: 270px;
	height: 60px;
	margin-top: -30px;
	left: -32px;
}

.enri-case-cntr .slick-current .enri-case-imgtxt .case-num,
.enri-case-cntr .slick-active-clone .enri-case-imgtxt .case-num {
	font-size: 36px;
}

.enri-case-cntr .slick-current .enri-case-card-ttl,
.enri-case-cntr .slick-active-clone .enri-case-card-ttl {
	font-size: 20px;
}

.enri-case-cntr .slick-current .enri-text-hide,
.enri-case-cntr .slick-active-clone .enri-text-hide {
	/* display: block;
    -webkit-line-clamp: unset;
    overflow: visible; */
	-webkit-line-clamp: unset;
	max-height: 100%;
}

.enri-case-cntr .slick-current .enri-case-imgtxt .case-num-blk,
.enri-case-cntr .slick-active-clone .enri-case-imgtxt .case-num-blk {
	margin-top: -12px;
}

/* ==== card setting end ==== */
.enri-case-img {
	max-width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
}

.enri-case-img img {
	border-radius: 50px;
}

.enri-case-imgtxt {
	width: fit-content;
	padding: 5px 20px 7px;
	display: flex;
	align-items: center;
	gap: 29px;
	border-radius: 4px 4px 4px 0;
	position: relative;
	left: -33px;
	margin-top: -16px;
	background: url(../img/enriku/case_cardbg.png)no-repeat left/100% 100%;
	width: 220px;
	height: 32px;
}

.enri-case-imgtxt::after {
	content: "";
	background: url(../img/enriku/cae_triangle.png) no-repeat;
	background-size: contain;
	width: 12px;
	height: 5px;
	position: absolute;
	left: 1px;
	bottom: -5px;
	z-index: -1;
}

.enri-case-left .outline-text {
	position: unset;
	transform: unset;
}

.case-sec-ttl {
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 27px;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.2em;
	height: 685px;
}

.case-sec-ttl .sp {
	display: none;
}

.enri-case-imgtxt>div {
	width: fit-content;
	font-size: 13px;
	font-weight: 700;
	color: #FFF;
}

.enri-case-imgtxt .case-num {
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	font-family: europa, sans-serif;

}

.enri-case-imgtxt>div:first-child {
	position: relative;
}

.enri-case-imgtxt>div:first-child::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -14px;
}

.enri-case-imgtxt.no-number>div:first-child::after {
	display: none;
}

.enri-case-card-ttl {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	padding-top: 20px;
}

.enri-case-card-txt {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

.enri-case-card-txtblk {
	padding-top: 23px;
}

.enri-case-category-blk {
	padding-top: 35px;
}

.enri-case-category-blk .enriku-ttl-eng {
	text-align: left;
	padding-left: 20px;
	position: relative;
}

.enri-case-category-blk .enriku-ttl-eng::before {
	content: " ";
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #B50500;
	border-radius: 2px;
}

.enri-case-category-blk .enriku-ttl-eng {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
}

.enri-case-category {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.enri-category-lt {
	padding: 5px 18px;
	font-size: 12px;
	font-weight: 500;
	color: #B50500;
	border: 1px solid #B50500;
	border-radius: 13px;
}

.enri-case-cntr .slick-list {
	overflow: visible;
	height: 750px;
}

.enri-case-cntr .slick-track {
	display: flex;
	align-items: center;
}

.enri-case-cntr.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.enri-case-blk {
	display: flex;
	gap: 0;
	align-items: start;
}

.enri-case-left {
	width: 390px;
	padding-left: 120px;
	position: relative;
}

.enri-case-left-div {
	display: flex;
}

.case-arrows button {
	width: 46px;
	height: 36px;
	color: #fff;
	border: none;
	cursor: pointer;
	position: relative;
	left: 0;
	right: 0;
}

.slick-next.case-next:before {
	content: "";
	background: url(../img/enriku/case_right_btn.png) no-repeat;
	background-size: contain;
	width: 46px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
}

.slick-prev.case-prev:before {
	content: "";
	background: url(../img/enriku/case_left_btn.png) no-repeat;
	background-size: contain;
	width: 46px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}

.case-dots button {
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 50%;
	border: none;
}

.case-dots .slick-active button {
	background: #FFF;
	width: 8px;
	height: 8px;
	padding: 0;
}

.case-controls .slick-dots li button:before {
	width: 8px;
	height: 8px;
	line-height: 0;
	top: unset;
	color: transparent;
}

.case-controls .slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 1px solid #FFF;

}

.case-controls {
	display: flex;
	align-items: center;
	gap: 24px;
	max-width: 250px;
	margin-top: 15px;
}

.enriku-btn.case {
	width: 190px;
	margin-top: 15px;
}

.case-dots {
	display: flex;
	align-items: center;
	margin-top: -34px;
	order: 2;
}

.case-dots ul {
	display: flex;
	gap: 8px;
	margin: 0;
	padding: 0;
	position: unset;
}

.case-dots ul li {
	width: 8px;
	height: 8px;
}

.case-controls .slick-dots li.slick-active button:before {
	display: none;
}

.case-arrows {
	display: contents;
}

.case-controls .slick-prev {
	order: 1;
}

.case-controls .slick-next {
	order: 3;
}

.case-sec-ttl-span {
	font-weight: 700;
}

@media screen and (max-width: 900px) {
	.enri-case-blk {
		flex-direction: column;
	}

	.sec-case {
		padding-bottom: 80px;
		background-position: center 30px;
		padding-top: 119px;
	}

	.enri-case-left {
		width: 100%;
		padding-left: 0;
		display: contents;
	}

	.enri-case-left-div {
		display: flex;
		flex-direction: column;
		align-items: start;
		margin-bottom: 40px;
		order: 1;
		padding-left: 19px;
	}

	.enri-case-left-div div img {
		max-width: 140px;
	}

	.case-sec-ttl {
		writing-mode: horizontal-tb;
		text-orientation: unset;
		font-size: 20px;
		text-align: center;
		letter-spacing: 0.05em;
		line-height: 1.5;
		height: 100%;
	}

	.case-sec-ttl .sp {
		display: block;
	}


	.enri-case-cntr .enri-case-imgtxt>div {
		font-size: 16px;
	}

	.enri-case-cntr .enri-case-imgtxt {
		background: url(../img/enriku/case_cardbg_active.png) no-repeat left / contain;
		width: 247px;
		height: 60px;
		margin-top: -30px;
	}

	.enri-case-cntr .enri-case-imgtxt .case-num {
		font-size: 36px;
	}

	.enri-case-cntr {
		width: 100%;
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		order: 2;
	}

	.enri-case-cntr .enri-text-hide {
		-webkit-line-clamp: unset;
		max-height: 100%;
	}

	.enri-case-cardouter {
		padding-left: 0;
		transform: translatex(0);
	}

	.enri-case-card {
		width: 345px;
		height: 690px;
		transform: scale(1) translateX(0);
		border-radius: 50px;
		padding: 25px 20px;
	}

	.enri-case-img img {
		border-radius: 40px;
	}

	.enri-case-imgtxt {
		left: -20px;
		width: fit-content;
		height: auto;
		padding: 6px 20px;
		border-radius: 0 25px 25px 0;
		background: linear-gradient(90deg, #D14B47 0%, #E67E22 100%);
		gap: 15px;
		margin-top: -20px;
	}

	.enri-case-imgtxt>div:first-child::after {
		right: -8px;
	}

	.enri-case-imgtxt.no-number>div:first-child::after {
		display: none;
	}

	.enri-case-card-ttl {
		font-size: 18px;
		padding-top: 15px;
	}

	.enri-case-category-blk {
		padding-top: 25px;
	}

	.enri-case-category-blk .enriku-ttl-eng {
		font-size: 13px;
		margin-bottom: 12px;
	}

	.enri-category-lt {
		padding: 4px 18px;
		font-size: 11px;
		border-radius: 20px;
	}

	.case-controls {
		order: 3;
		margin-left: auto;
		margin-right: auto;
		margin-top: 70px;
	}

	.enriku-btn.case {
		order: 4;
		margin-top: 5px;
		margin: 0 auto;
	}

	/* sp active card reset */
	.sec-case .slick-initialized .slick-slide {
		height: auto !important;
		display: block !important;
		max-width: 100% !important;
		margin-right: 45px;
	}

	.enri-case-cntr .slick-current .enri-case-card,
	.enri-case-cntr .slick-active-clone .enri-case-card {
		height: 690px;
		transform: scale(1) translateX(0);
	}

	.enri-case-cntr .enri-case-imgtxt,
	.enri-case-cntr .slick-current .enri-case-imgtxt,
	.enri-case-cntr .slick-active-clone .enri-case-imgtxt {
		left: -26px;
	}

	.enri-case-cntr .slick-current .enri-case-cardouter,
	.enri-case-cntr .slick-active-clone .enri-case-cardouter {
		padding-right: 0;
	}

	.enri-case-imgtxt::after {
		left: 0;
	}

	.enri-case-cntr .slick-current .enri-case-imgtxt .case-num-blk,
	.enri-case-cntr .slick-active-clone .enri-case-imgtxt .case-num-blk {
		margin-top: 0px;
	}

	.case-num-blk {
		margin-top: -10px !important;
	}

	.enri-case-cntr .slick-current .enri-case-card-ttl,
	.enri-case-cntr .slick-active-clone .enri-case-card-ttl {
		font-size: 18px;
	}

	.enri-case-card-txtblk {
		padding-top: 15px;
	}

	.case-sec-ttl-span {
		margin-left: -20px;
	}

}

@media screen and (max-width: 360px) {
	.enri-case-card {
		width: 300px;
		height: 655px;
	}

	.enri-case-cntr .slick-current .enri-case-card,
	.enri-case-cntr .slick-active-clone .enri-case-card {
		height: 655px;
	}
}

/* === Case end === */

/* === Voice start === */
.enri-voice-cntr {
	position: relative;
	overflow: hidden;
}

.voice-no-slider {
	display: flex;
	justify-content: center;
	gap: 48px;
	flex-wrap: wrap;
}

.enri-voice-cntr .slick-slide {
	margin-right: 48px;
}

.enri-voice-cardouter {
	width: 520px !important;
}

.enri-voice-card {
	padding: 30px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.enri-voice-img {
	max-width: 130px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -95px;
	margin-bottom: 20px;
}

.enri-voice-name {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.voice-logo {
	margin-bottom: 20px;
}

.voice-logo img {
	height: 45px;
	width: auto;
	object-fit: contain;
}

.voice-note-link {
	margin-top: 15px;
}

.voice-note-link a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	position: relative;
	padding-right: 18px;
	padding-bottom: 5px;
}

.voice-note-link a::after{
	content: "";
	position: absolute;
	background: url(../img/enriku/right_arr.png) no-repeat center center;
	background-size: contain;
	top: -3px;
	right: -10px;
	width: 20px;
	height: 20px;
}

.enri-voice-cntr.slick-initialized .slick-prev {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(calc(-50% - 310px), -50%);
}

.enri-voice-cntr.slick-initialized .slick-prev::before {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/enriku/slider_left.png) no-repeat;
	background-size: contain;
}

.enri-voice-cntr.slick-initialized .slick-next {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(calc(-50% + 305px), -50%);
}

.enri-voice-cntr.slick-initialized .slick-next::before {
	position: absolute;
	top: 0px;
	right: 0;
	background: url(../img/enriku/slider_right.png) no-repeat;
	background-size: contain;
}

.voice-img {
	max-width: 170px;
	width: 100%;
}

.voice-img img {
	border-radius: 50px;
}

.voice-logo{
	display: flex;
	align-items: center;
}

.sec-voice {
	background: url(../img/enriku/voice_bg.png)no-repeat center/cover;
}

.enri-voice-flex {
	display: flex;
	gap: 30px;
	align-items: end;
	padding-top: 0;
	margin-top: 30px;
}

.enri-voice-pos {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 0;
	line-height: 1.3;
}

.voice-talk {
	position: relative;
	width: 100%;
	padding: 35px 40px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	background-color: #fff;
	border: 2px solid #CC4E48;
	border-radius: 90px;
	max-width: 500px;
	margin-left: auto;
	z-index: 3;
	letter-spacing: 1.5px;
	display: grid;
	place-content: center;
}

.voice-talk strong,
.voice-talk b {
	color: #000000;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #F5E0DD 60%);
}

 .voice-talk::before {
	content: "";
	background: url(../img/enriku/voice_tail.png)no-repeat left;
	background-size: contain;
	width: 76px;
	height: 65px;
	position: absolute;
    left: 74px;
    bottom: -31px;
	z-index: -1;
 }

 .enri-voice-cardouter {
	position: relative;
 }

/* .voice-talk::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 76px;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-bottom: 2px solid #B50500;
	border-right: 2px solid #B50500;
	transform: rotate(45deg);
	z-index: 1;
} */

.voice-talk::after {
	display: none;
}

@media screen and (max-width: 768px) {
	.enri-voice-cardouter {
		/* margin-right: 20px; */
		width: 325px !important;
	}

	.enri-voice-cntr .slick-slide {
		max-width: 340px !important;
		margin-right: 50px;
	}

	.enri-voice-cntr.slick-initialized .slick-prev {
		transform: translate(calc(-50% - 60px));
		top: unset;
		bottom: 0;
	}

	.enri-voice-cntr.slick-initialized .slick-next {
		transform: translate(calc(-50% + 60px));
		top: unset;
		bottom: 0;
	}

	.enri-voice-cntr {
		padding-bottom: 70px;
	}
	
	.sec-voice {
		position: relative;
	}

	.voice-dots {
	    position: absolute;
        bottom: 142px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        display: flex;
        justify-content: center;
	}

	.voice-dots .slick-dots {
		display: flex !important;
		justify-content: center;
		align-items: center;
		gap: 13px;
		margin: 0;
		padding: 0;
	}

	.voice-dots .slick-dots li {
		margin: 0;
		width: 8px;
		height: 8px;
	}

	.voice-dots .slick-dots li button {
		width: 8px;
		height: 8px;
		border: 1px solid #000000;
		border-radius: 50%;
		padding: 0;
	}

	.voice-dots .slick-dots li.slick-active button {
		background-color: #000000;
	}

	.voice-dots .slick-dots li button:before {
		display: none;
	}

	.voice-talk {
		padding: 25px 30px;
		max-width: 100%;
		right: unset;
		left: 0;
		font-size: 13px;
		margin-top: 0;
		margin-bottom: 20px;
		line-height: 1.8;
		border-radius: 60px;
	}

	.voice-talk::before {
		left: 140px
	}

	.enri-voice-flex {
		padding: 0;
		gap: 20px;
		margin-top: 50px;
		position: relative;
		align-items: start;
	}

	.voice-talk::after {
		display: none;
	}

	.voice-img {
		max-width: 130px;
	}

	.voice-img img {
		border-radius: 40px;
	}

	.enri-voice-name {
		font-size: 18px;
	}

	.enri-voice-pos {
		font-size: 16px;
	}

	.sec-voice {
		background: url(../img/enriku/voice_bg_sp.png)no-repeat center/cover;
		padding-bottom: 60px;
	}

	.enri-case-cntr .slick-list {
		height: 700px;
	}

}

@media screen and (max-width: 450px) {

	.enri-voice-cntr .slick-slide {
		margin-right: 100px;
	}
}

@media screen and (max-width: 370px) {
	.voice-talk::after {
		display: none;
	}

	.voice-talk {
		max-width: 100%;
		left: 0;
	}

	.enri-voice-cntr .slick-slide {
		max-width: 290px !important;
	}

	.enri-voice-flex {
		gap: 13px;
	}

	.enri-voice-cntr.slick-initialized .slick-next::before {
		right: 5px;
	}

	.enri-voice-cntr.slick-initialized .slick-prev::before {
		left: 5px;
	}
}

/* === Voice end === */

/* === Reason start === */
.reason-card {
	display: flex;
	justify-content: space-between;
	gap: 35px;
	counter-increment: reason;
	transform: translateY(100px);
	opacity: 0;
	transition: all 0.6s ease;
}

.reason-card .reason-img {
	max-width: 260px;
	width: 100%;
	margin: 0 auto;
}

.reason-card.show {
	transform: translateY(0);
	opacity: 1;
}

.reason-card:nth-child(1) {
	transition-delay: 0.1s;
}

.reason-card:nth-child(2) {
	transition-delay: 0.3s;
}

.reason-card:nth-child(3) {
	transition-delay: 0.5s;
}

.reason-card+.reason-card {
	margin-top: 80px;
}

.reason-card-blk {
	padding: 50px 10px 0 10px;
	counter-reset: reason;
}

.reason-card-blk .reason-card:nth-child(even) {
	flex-direction: row-reverse;
}

.reason-card-txt {
	max-width: 560px;
	width: 100%;
	padding-top: 35px;
	padding-left: 100px;
	position: relative;
}

.reason-card-ttl {
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	letter-spacing: 0;
	line-height: 1.4;
	padding-bottom: 25px;
}

.reason-card-des {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
}

.sec-reason {
	background: url(../img/enriku/reason_bg.png)no-repeat;
	background-position: bottom center;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 250px;
}

.reason-card-txt::before {
	content: counter(reason, decimal-leading-zero);
	display: block;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 8px;
	position: absolute;
	left: 0;
	color: #fff;
	font-family: "futura-pt", sans-serif;
	background: url(../img/enriku/service-no-bg.png)no-repeat left;
	background-size: cover;
	width: 93px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 15px;
}

@media screen and (max-width: 768px) {
	.reason-card {
		flex-direction: column;
		gap: 20px;
		max-width: 325px;
		width: 100%;
		margin: 0 auto;
		gap: 30px;
	}

	.reason-card-des {
		margin-top: 10px;
	}

	.reason-img img {
		margin: 0 auto;
	}

	.sec-reason {
		padding-top: 80px;
		padding-bottom: 190px;
		background: url(../img/enriku/reason_bg_sp.png)no-repeat;
		background-position: bottom center;
	}

	.reason-card-blk .reason-card:nth-child(even) {
		flex-direction: column;
	}

	.reason-card-txt::before {
		width: 70px;
		height: 50px;
		font-size: 22px;
		top: -10px;
		left: -8px;
	}

	.reason-card-txt {
		padding: 5px 0 0;
	}

	.reason-card-ttl {
		font-size: 18px;
		padding-bottom: 15px;
		padding-left: 64px;
	}


	.reason-card-blk {
		padding: 20px 0px 0 0px;
	}

}

/* === Reason end === */

/* === Team start === */
.team-blk {
	padding: 75px 5px 0 5px;
	transform: scale(var(--team-block-scale, 1));
	transform-origin: top center;
	margin-bottom: calc((var(--team-block-scale, 1) - 1) * var(--team-block-height, 0px) + var(--team-block-gap, 0px));
}

.team-blk .slick-track {
	display: block !important;
}

.team-blk .slick-list {
	overflow: visible !important;
	clip-path: inset(-190px 0 -100px 0);
}

.team-blk .slick-slide {
	height: auto;
}

.team-blk-flex {
	display: flex;
}

.team-blk-container+.team-blk-container {
	margin-top: 110px;
}

@media screen and (min-width: 769px) {
	.team-blk .slick-slide>div:nth-child(n+2) {
		margin-top: 110px;
	}
}

.team-card {
	max-width: 440px;
	width: 100%;
	display: flex;
	gap: 20px;
	align-items: end;
	justify-content: space-between;
}

.team-card-txt {
	padding-bottom: 35px;
    width: 160px;
}

.team-img {
	max-width: 260px;
	position: relative;
	z-index: 10;
}

.team-img img{
	object-fit: contain;
	object-position: bottom center;
	width: 100%;
	height: 300px;
}

.team-talk {
	max-width: 273px;
	width: 100%;
	padding: 0 35px;
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 700;
	min-height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.team-talk::before {
	background: url(../img/enriku/team_talk.png)no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	content: "";
	width: 273px;
	height: 140px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: -10px;
}

.team-talk-blk {
	position: absolute;
	top: 0;
	left: -177px;
}

.team-card-name {
	font-size: 16px;
	font-weight: 600;
	color: #D14B47;
	text-align: right;
}

.team-pos {
	font-size: 12px;
	font-weight: 600;
	text-align: right;
	margin-top: 7px;
}

.pos-blk {
	display: flex;
	gap: 12px;
	justify-content: end;
}

.team-pos-pl {
	padding-left: 15px;
	position: relative;
}

.team-pos-pl::after {
	content: "";
	background: url(../img/enriku/pos_dot.png)no-repeat left/contain;
	width: 10px;
	height: 6px;
	position: absolute;
	top: 4px;
	left: 0;
}

.enriku-h2-ttl.team .enriku-ttl-div {
	margin: unset;
}

.enriku-h2-ttl.team .outline-text {
	-webkit-text-stroke: 2px #D14B47;
	left: 0;
	transform: translateX(0);
}

.enriku-h2-ttl.team .padding-jp-ttl {
	text-align: left;
}

.team-blk .team-card:nth-child(even) {
	transform: translateY(-170px);
	margin-left: -40px;
}

.sec-team {
	--team-block-scale: 1;
	--team-block-height: 0px;
	--team-block-gap: 0px;
	border-top-left-radius: 120px;
	border-top-right-radius: 120px;
	background-color: #fff;
	margin-top: -110px;
	padding-top: 120px;
	overflow: hidden;
	padding-bottom: 0;
}


.sec-team .enriku-container {
	position: relative;
}

.team-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: fit-content;
	margin: 50px auto 0;
	position: relative;
	left: auto;
	bottom: auto;
	transform: translateY(-200px);
	margin-bottom: -100px;
}

.team-prev {
	order: 1;
}

.team-dots {
	order: 2;
}

.team-next {
	order: 3;
}

.team-dots .slick-dots {
	position: static;
	display: flex !important;
	align-items: center;
	gap: 13px;
	margin: 0;
	padding: 0;
}

.team-dots .slick-dots li {
	margin: 0;
}

.custom-arrow {
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: #000;
	color: #fff;
	cursor: pointer;
}

.team-nav .slick-dots li {
	width: 8px;
	height: 8px;
}

.team-nav .slick-dots li button {
	width: 8px;
	height: 8px;
	border: 1px solid #000000;
	border-radius: 50%;
	padding: 0;
}

.team-nav .slick-dots li.slick-active button {
	background-color: #000000;
}

.team-nav .slick-dots li button:before {
	display: none;
}

.team-nav .slick-prev:before,
.team-nav .slick-next:before {
	display: none;
}

.team-nav .slick-prev {
	background: url(../img/enriku/slider_left.png) no-repeat;
	background-size: contain;
	width: 46px;
	height: 36px;
	left: -50px;
}

.team-nav .slick-prev:hover,
.team-nav .slick-prev:focus {
	background: url(../img/enriku/slider_left.png) no-repeat;
	background-size: contain;
}

.team-nav .slick-next {
	background: url(../img/enriku/slider_right.png) no-repeat;
	background-size: contain;
	width: 46px;
	height: 36px;
	right: -50px;
}

.team-nav .slick-next:hover,
.team-nav .slick-next:focus {
	background: url(../img/enriku/slider_right.png) no-repeat;
	background-size: contain;
}


@media screen and (max-width: 945px) {
	.team-blk .team-card:nth-child(even) {
		margin-left: 0px;
		transform: translateY(-110px);
		margin: 0 auto;
	}

	.team-nav {
		transform: none;
		margin-bottom: 0;
	}

	.sec-team {
		padding-bottom: 140px;
	}

	.team-blk {
		grid-template-columns: 1fr;
		margin-bottom: 20px;
	}

	.team-card {
		margin: 0 auto;
	}

	.team-talk-blk {
		position: absolute;
		top: -44px;
		left: -159px;
	}

	.team-img {
		max-width: 220px;
	}
}

@media screen and (min-width: 769px) and (max-width: 810px) {
	.team-blk {
		max-width: 760px;
		margin: 0 auto;
		padding-top: 50px;
	}

	.team-blk .slick-list {
		clip-path: inset(-150px 0 -80px 0);
	}

	.team-blk .slick-slide>div:nth-child(n+2) {
		margin-top: 80px;
	}

	.team-blk-flex {
		justify-content: center;
		gap: 18px;
	}

	.team-card {
		max-width: 340px;
		gap: 12px;
		margin: 0;
	}

	.team-blk .team-card:nth-child(even) {
		transform: translateY(-110px);
		margin-left: -18px;
	}

	.team-img,
	.team-img img {
		max-width: 175px;
		height: 250px;
	}

	.team-talk {
		max-width: 215px;
		padding: 0 24px;
		font-size: 12px;
		min-height: 80px;
	}

	.team-talk::before {
		width: 215px;
		height: 122px;
	}

	.team-talk-blk {
		top: -8px;
		left: -136px;
	}

	.team-card-name {
		font-size: 14px;
	}

	.team-pos {
		font-size: 11px;
	}

	.pos-blk {
		gap: 8px;
	}
}

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

	.team-talk-blk {
		top: -74px;
		left: -148px;
	}

	.team-talk::before {
		width: 270px;
		height: 150px;
		background: url(../img/enriku/team_talk_sp.png) no-repeat;
		background-size: contain;
		background-position: center;
	}

	.team-blk {
		padding: 15px 0 0 0px;
	}

	.team-img img {
		max-width: 180px;
		height: 200px;
	}

	.team-pos {
		font-size: 10px;
	}

	.sec-team {
		border-top-left-radius: 60px;
		border-top-right-radius: 60px;
		padding-top: 80px;
		overflow-x: hidden;
		padding-bottom: 130px;
	}

	.team-card {
		gap: 15px;
		justify-content: center;
	}

	.team-blk-flex {
		flex-direction: column-reverse;
		gap: 130px;
	}

	.team-blk .team-card:nth-child(even) {
		transform: translateY(0);
		margin-left: 0;
	}

	.team-blk-flex+.team-blk-flex {
		margin-top: 0;
	}

	.team-blk .slick-slide {
		max-width: 100% !important;
		margin-right: 50px;
		width: 325px !important;
		display: unset !important;
	}

	.team-blk .slick-list {
		padding-top: 90px !important;
		height: auto !important;
		padding-bottom: 20px !important;
		margin-top: 0;
		clip-path: none;
	}

	.team-talk {
		line-height: 1.7;
		padding: 0 35px;
        min-height: 100px;
	}

	.team-card-txt {
		padding-bottom: 0px;
	}

	.team-nav {
	   transform: translateY(0);
	}
}

/* === Team End === */

/* === Service start === */
/* scroll */
.section-sticky-scroll {
	flex-direction: column;
	justify-content: flex-start;
	display: flex;
	position: relative;
}

.scroll-trigger__wrapper {
	z-index: 1;
	position: relative;
}

.scroll-trigger__list {
	padding-top: 75vh;
}

.scroll-trigger__list-item {
	height: 50vh;
	border: 1px #ff6230;
}

.scroll-trigger__list-item:last-child {
	height: 120vh;
	/* Increase scroll duration/delay for the last card on PC */
}

.scroll-container {
	z-index: 2;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.scroll-container__inner {
	width: 100%;
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}

.scroll-list {
	width: 100%;
	height: 100%;
	position: relative;
}

.scroll-list__item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.accordion-item {
	width: 100%;
	overflow: hidden;
}

.accordion-item__link {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}

.accordion-item__content {
	height: 0;
	background-color: rgba(0, 0, 0, 0);
	overflow: hidden;
}

.service-redbox-wrapper {
	max-width: 1020px;
	padding: 0 20px;
	margin: 0 auto;
}

.enri-whitebox-ttl {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 18px;
	font-weight: 700;
}

.endesign-redbox-ttl {
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 30px;
}

.service-whitebox-cntr {
	background: #FFFFFF;
	border-radius: 20px;
	padding: 15px 25px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.service-whitebox-cntr.last {
	margin-bottom: 10px;
}

.service-redbox-cntr {
	background: #D14B47;
	border-radius: 50px 0 0 50px;
	margin-right: calc(50% - 50vw);
}

.service-redbox-inner {
	padding: 60px 50px 70px;
}

.endesign-redbox-ttl {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 30px;
	padding-left: 70px;
}

.endesign-redbox-ttl::before {
	content: "";
	background: url(../img/enriku/design_search_white_icon.png) no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	left: 0;
}

.endesign-redbox-ttl.promotion-ttl::before {
	background: url(../img/enriku/people_search_white_icon.png) no-repeat;
	background-size: contain;
	width: 50px;
	height: 48px;
	transform: translateY(-50%);
}

.endesign-redbox-ttl.improve-ttl::before {
	background: url(../img/enriku/electric_bulb_white_icon.png) no-repeat;
	background-size: contain;
	width: 35px;
	height: 50px;
	left: 15px;
	transform: translateY(-50%);
}

.endesign-card-cntr {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	max-width: 880px;
}

.endesign-card {
	background: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 23px 15px;
	gap: 10px;
}

.endesign-card img {
	width: auto;
	height: 60px;
	object-fit: contain;
}

.endesign-card p {
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.service-whitebox-wrapper {
	max-width: 920px;
	padding: 0 20px;
	margin: 0 auto;
}

.service-whitebox-cntr {
	padding: 32px 50px;
	background: #FFFFFF;
	border-radius: 30px 0 0 30px;
	margin-right: calc(50% - 50vw);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.service-whitebox-cntr.second {
	background: #F7F7F7;
}

.enri-whitebox-ttl {
	font-size: 20px;
	font-weight: 700;
	padding-left: 60px;
	position: relative;
}

.desingn-search-ttl::before {
	content: "";
	background: url(../img/enriku/design_search_red_icon.png) no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.promotion-ttl::before {
	content: "";
	background: url(../img/enriku/people_search_red_icon.png) no-repeat;
	background-size: contain;
	width: 37px;
	height: 36px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.improvement-ttl::before {
	content: "";
	background: url(../img/enriku/electric_bulb_red_icon.png) no-repeat;
	background-size: contain;
	width: 24px;
	height: 36px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
}

.enriku-ttl-eng-itl.service {
	bottom: -39px;
	right: -216px;
}

.sec_service {
	background: url(../img/enriku/service_bg.png) no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 120px;
}

@media (min-height: 800px) and (min-width: 769px) and (max-width: 1040px) {
	.enriku-gray-bg.sec-flow {
		margin-top: 0;
	}

	.endesign-card-cntr {
		grid-template-columns: repeat(2, 1fr);
	}

	.endesign-card {
		padding: 50px 15px;
	}
}

@media screen and (max-width: 1024px) {
	.service-whitebox-cntr {
		margin-left: 60px;
	}
}

@media screen and (max-width: 900px) {
	.service-redbox-inner {
		padding: 60px 25px 70px;
	}
}

@media screen and (max-width: 768px) {
	.section-sticky-scroll {
		position: relative;
		--service-mobile-sticky-top: 100px;
		--service-mobile-bottom-gap: 60px;
	}

	.scroll-trigger__wrapper {
		position: relative;
	}

	.scroll-trigger__list {
		padding-top: 75vh;
	}

	.scroll-trigger__list-item {
		height: calc(100svh + 60px);
	}

	.scroll-container__inner {
		top: calc(var(--service-mobile-sticky-top) - 35px);
		height: calc(100svh - var(--service-mobile-sticky-top) - var(--service-mobile-bottom-gap));
	}

	.service-redbox-inner {
		padding: 35px 0;
	}

	.service-redbox-inner-bk {
		-webkit-overflow-scrolling: touch;
		max-height: calc(100svh - var(--service-mobile-sticky-top) - var(--service-mobile-bottom-gap) - 88px);
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.accordion-container.overflow-hidden {
		overflow: hidden;
	}

	.endesign-redbox-ttl {
		font-size: 20px;
		margin-bottom: 25px;
		padding-left: 60px;
		margin-left: 30px;
		margin-top: 16px;
	}

	.service-whitebox-cntr {
		padding: 32px 20px;
	}

	.endesign-redbox-ttl::before {
		width: 40px;
		height: 40px;
		transform: translateY(-40%);
	}

	.endesign-card-cntr {
		grid-template-columns: 1fr;
		gap: 15px;
		min-width: 265px;
		margin-left: 30px;
		margin-right: 55px;
	}

	.enriku-ttl-eng-itl.service {
		bottom: -30px;
		right: -135px;
	}

	.sec_service {
		padding-top: 60px;
	}
}

/* === Service end === */

/* === Flow start === */
.enriku-ttl-eng-itl.flow {
	right: -115px;
}

.enri-flow-cntr {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 60px;
	counter-reset: flownum;
	margin-top: 40px;
}

.enri-flow-card {
	counter-increment: flownum;
	position: relative;
	padding-top: 25px;
	transform: translateY(100px);
	opacity: 0;
	transition: all 0.6s ease;
}

.enri-flow-card::before {
	content: counter(flownum, decimal-leading-zero);
	color: #B70C07;
	opacity: 0.4;
	font-size: 40px;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	font-family: "futura-pt", sans-serif;
}

.enri-flow-card.show {
	transform: translateY(0);
	opacity: 1;
}

.enri-flow-card:nth-child(1) {
	transition-delay: 0.1s;
}

.enri-flow-card:nth-child(2) {
	transition-delay: 0.3s;
}

.enri-flow-card:nth-child(3) {
	transition-delay: 0.5s;
}

.enri-flow-card:nth-child(4) {
	transition-delay: 0.7s;
}

.enri-flow-imgcntr {
	max-width: 175px;
	padding: 47px 0;
	border-radius: 50px;
	background: #FFFFFF;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.enri-flow-card::after {
	content: "";
	background: url(../img/enriku/right_triangle_red_icon.png) no-repeat;
	background-size: contain;
	width: 12px;
	height: 20px;
	position: absolute;
	top: 95px;
	right: -36px;
	z-index: 2;
}

.enri-flow-card:last-child::after {
	content: none;
}

.enri-flow-img {
	margin: 0 auto;
	width: fit-content;
}

.enri-flow-img img {
	width: 50%;
	margin: 0 auto;
}

.enri-flow-img.note img {
	width: 100%;
	max-width: 68px;
	margin: 0 auto;
	margin-left: 15px;
}

.enri-flow-redtext {
	font-size: 16px;
	font-weight: 700;
	color: #B50500;
	margin-bottom: 16px;
	text-align: center;
}

.enri-flow-blacktext {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-align: center;
}

.enriku-ttl-eng-itl.flow {
	bottom: -40px;
	right: -108px;
}

.sec-flow {
	border-radius: 180px;
	padding-top: 78px;
	padding-bottom: 140px;
	margin-top: 100px;
}

@media screen and (max-width: 768px) {
	.enriku-ttl-eng-itl.flow {
		right: -70px;
		bottom: -5px;
	}

	.enri-flow-cntr {
		max-width: 315px;
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
		gap: 56px;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}

	.enri-flow-card {
		max-width: 315px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		gap: 20px;
		align-items: center;
		justify-content: left;
	}

	.enri-flow-imgcntr {
		max-width: 100%;
		width: 120px;
		margin-bottom: 0;
		padding: 35px 0;
		border-radius: 25px;
	}

	.enri-flow-card::before {
		left: 37px;
		transform: translateX(0);
	}

	.enri-flow-card::after {
		top: unset;
		bottom: -48px;
		left: 49%;
		transform: rotate(90deg) translateX(-50%);
	}

	.enri-flow-img {
		width: 100%;
	}

	.enri-flow-img img {
		width: 33%;
	}

	.enri-flow-img.note img {
		width: 100%;
		max-width: 41px;
		margin-left: 45px;
	}

	.enri-flow-text {
		width: calc(100% - 140px);
	}

	.enri-flow-redtext,
	.enri-flow-blacktext {
		text-align: left;
	}

	.enriku-ttl-eng-itl.flow {
		bottom: -28px;
		right: -68px;
	}

	.sec-flow {
		border-radius: 60px;
		padding-bottom: 85px;
		margin-top: 240px;
	}
}

@media screen and (max-width: 400px) {
	.enri-flow-cntr {
		margin-left: 0;
		margin-right: 0;
	}
}

/* === Flow end === */

/* === Plan start === */
.plan-head-txt {
	text-align: center;
	margin-top: 60px;
}

.plan-sub-ttl p{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.plan-desc {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 40px;
}

.enriplan-card-cntr {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 62px;
	margin-bottom: 70px;
}

.enriplan-card {
	max-width: 280px;
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	padding: 67px 24px 70px;
	transform: translateY(100px);
	opacity: 0;
	transition: all 0.6s ease;
}

.enriplan-card.show {
	transform: translateY(0);
	opacity: 1;
}

.enriplan-card:nth-child(1) {
	transition-delay: 0.1s;
}

.enriplan-card:nth-child(2) {
	transition-delay: 0.3s;
}

.enriplan-card:nth-child(3) {
	transition-delay: 0.5s;
}

.enriplan-card.popular {
	position: relative;
}

.enriplan-card.popular::before {
	content: "人気";
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D14B47;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	border-radius: 10px 10px 0 0;
	position: absolute;
	top: 0;
	right: 0;
}

.enriplan-card.popular::after {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 40px);
	background: transparent;
	border: 3px solid #D14B47;
	border-radius: 0 0 10px 10px;
	border-top: unset;
	position: absolute;
	bottom: 0;
	left: 0;
}

.enriplan-red-text {
	font-family: europa, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #B50500;
	text-align: center;
	margin-bottom: 10px;
}

.enriplan-ttl-text {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
	text-align: center;
}

.enriplan-middle-txt {
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 30px;
}

.enriplan-price {
	font-size: 24px;
	font-weight: 700;
}

.enriplan-num {
	font-family: europa, sans-serif;
	font-size: 54px;
	font-weight: bold;
}

.enriplan-tax {
	font-size: 12px;
	font-weight: 400;
	color: #959595;
	margin-top: 10px;
	text-align: center;
}

.enriplan-estimate-txt {
	font-size: 32px;
	font-weight: 700;
	height: 100%;
	display: flex;
	align-items: center;
}

.enriplan-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.5;
}

.enriku-ttl-eng-itl.plan {
	bottom: -30px;
}

.sec-plan {
	background: url(../img/enriku/plan_bg.png)no-repeat center;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 140px;
}

@media screen and (max-width:768px) {
	.plan-sub-ttl {
		font-size: 16px;
	}

	.plan-desc {
		font-size: 13px;
	}
	.enriplan-card-cntr {
		margin: 50px -20px;
	}

	.enriplan-card {
		transform: unset;
		transition: unset;
		opacity: 1;
		margin-bottom: 10px;
	}

	.enriplan-card.show {
		transform: unset;
		opacity: 1;
	}

	.enriplan-card:nth-child(1) {
		transition-delay: unset;
	}

	.enriplan-card:nth-child(2) {
		transition-delay: unset;
	}

	.enriplan-card:nth-child(3) {
		transition-delay: unset;
	}

	.enriku-ttl-eng-itl.plan {
		bottom: -32px;
		right: -84px;
	}

	.plan-jp-ttl::after {
		width: 200px;
	}

	.sec-plan {
		padding-top: 85px;
		padding-bottom: 80px;
		position: relative;
		overflow-x: clip;
	}

	.sec-plan::after {
		content: "";
		position: absolute;
		background: url(../img/enriku/circle_icon.png)no-repeat center/contain;
		width: 164px;
		height: 138px;
		top: 50px;
		right: -80px;
	}

	.enriplan-card-cntr .slick-track {
		padding-top: 5px;
	}
}

/* === Plan end === */

/* === FAQ start === */
.enri-faq-cntr {
	margin-top: 40px;
}

.enri-faq-box {
	background: #FFFFFF;
	border-radius: 50px;
	padding: 0 32px;
}

.enri-faq-box:not(:last-child) {
	margin-bottom: 20px;
}

.enri-faq-q,
.enri-faq-ans {
	padding-left: 60px;
	padding-right: 56px;
}

.enri-faq-q {
	position: relative;
	cursor: pointer;
	padding-top: 32px;
	padding-bottom: 32px;
}

.enri-faq-q {
	padding-right: 0;
}

.enri-faq-q p {
	position: relative;
}

.enri-faq-q p::before {
	content: "";
	background: url(../img/enriku/question_icon.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
}

.enri-faq-q p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
}

.enri-faq-q p::after {
	content: "";
	background: url(../img/enriku/plus_icon.png) no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.enri-faq-q.active p::after {
	content: "";
	background: #767676;
	border-radius: 2px;
	width: 16px;
	height: 3px;
	position: absolute;
	top: calc(50% + 7px);
	transform: translateY(calc(-50% - 7px));
	right: 0;
}

.enri-faq-ans {
	display: none;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.01em;
	padding-bottom: 25px;
	line-height: 1.6;
}

.enriku-ttl-eng-itl.faq {
	bottom: -20px;
	right: -221px;
}

.sec-faq {
	padding-top: 105px;
	padding-bottom: 200px;
}

.outline-text {
	font-size: 100px;
	color: transparent;
	-webkit-text-stroke: 2px #EDC9C4;
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	letter-spacing: 0.05em;
}

.padding-jp-ttl {
	padding-top: 78px;
}

.solid-text {
	font-size: 100px;
	color: #EDC9C4;
	position: absolute;
	top: 0;
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	left: 50%;
	transform: translateX(-50%);
	letter-spacing: 0.02em;
}

.padding-ttl {
	padding-top: 80px;
}

@media screen and (max-width: 768px) {
	.enri-faq-cntr {
		margin-top: 62px;
	}

	.enri-faq-box {
		padding: 0 20px;
		border-radius: 30px;
	}

	.enri-faq-box:not(:last-child) {
		margin-bottom: 20px;
	}

	.enri-faq-q {
		padding-left: 55px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.enri-faq-q p {
		font-size: 16px;
		padding-right: 33px;
		line-height: 1.5;
	}

	.enri-faq-q p::before {
		left: -54px;
	}

	.enri-faq-ans {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		padding-bottom: 30px;
	}

	.enriku-ttl-eng-itl.faq {
		bottom: -26px;
		right: -136px;
	}

	.outline-text {
		font-size: 50px;
	}

	.padding-jp-ttl {
		padding-top: 35px;
	}

	.sec-faq {
		padding-top: 85px;
		padding-bottom: 180px;
	}

	.solid-text {
		font-size: 50px;
	}

	.padding-ttl {
		padding-top: 35px;
	}
}

/* === FAQ end */

/* === Contact form start === */
.enri-contact-txt {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin: 65px 0 30px;
}

.enriku-ttl-eng-itl.contact {
	bottom: 11px;
	right: -121px;
}

.enri-contact-row {
	margin-bottom: 30px;
	word-break: break-word;
}

.enri-contact-row.flex {
	display: flex;
	gap: 30px;
}

.enri-contact-col {
	width: 50%;
}

.enrich-label {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: #000;
	margin-bottom: 10px;
}

.input-star {
	position: relative;
	width: fit-content;
}

.input-star::after {
	content: "*";
	font-size: 16px;
	font-weight: 600;
	color: #FF0000;
	position: absolute;
	right: -15px;
	top: 0;
}

.enri-txt-input,
.enri-content {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	border: 1px solid #CBCBCB;
	border-radius: 20px;
	padding: 16px;
	padding-left: 32px;
	background-color: #fff;
	color: #000;
}

.enri-txt-input {
	height: 60px;
}

.enri-privacy-cntr {
	margin-top: 50px;
}

.sec-contact.sec-contact-confirm {
	margin-top: 0;
}

/* mw_wp_form */
.mw_wp_form #check>div {
	font-size: 16px;
}

.mw_wp_form #check .check-container {
	/* margin-left: -15px; */
	font-weight: 400 !important;
	line-height: 1.7;
}

.mw_wp_form #check>div a {
	display: inline;
	color: #B50500;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
	font-weight: bold;
}

.mw_wp_form #check .check-wrap {
	margin-top: 20px;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.mw_wp_form .mwform-checkbox-field {
	display: block;
	margin-left: 10px !important;
	margin-bottom: 15px;
}

.mw_wp_form .mwform-checkbox-field input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
	margin-right: 5px;
}

.mw_wp_form .mwform-checkbox-field-text {
	padding-left: 35px;
	display: inline-block;
	font-size: 16px;
	position: relative;
	font-weight: 600;
}

.mw_wp_form .mwform-checkbox-field input[type="checkbox"]+span:before {
	display: block;
	position: absolute;
	content: "";
	border-radius: 0;
	height: 20px;
	width: 20px;
	top: 0px;
	left: 0px;
	border-radius: 5px;
	border: 1px solid #cbcbcb;
	background-color: #f8f8f8;
	cursor: pointer;
}

.mw_wp_form .mwform-checkbox-field input[type="checkbox"]+span:after {
	content: "";
	display: block;
	position: absolute;
	height: 12px;
	width: 6px;
	top: 2px;
	left: 7px;
	visibility: hidden;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	border: solid #707070;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mw_wp_form #check .mwform-checkbox-field input[type="checkbox"]:checked+span:after {
	visibility: visible;
}

.enri-privacy-cntr .back-btn {
	display: flex;
}

.enri-contact-form .back-btn button {
	border: none;
	margin: 0 auto;
	width: 280px;
}

::placeholder {
	color: #B1B1B1;
}

.enri-thank-ttl {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.enri-thank-para {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 30px;
	text-align: center;
}

.sec-contact .outline-text {
	left: 0;
	transform: unset;
}

.sec-contact .enriku-ttl-div {
	margin: unset;
}

.sec-contact {
	border-top-left-radius: 120px;
	border-top-right-radius: 120px;
	background-color: #ffff;
	margin-top: -100px;
}

.contact-bg-blk {
	background: url(../img/enriku/contact_bg.png)no-repeat;
	background-position: center bottom;
	background-size: cover;
}

body.thanks {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

body.thanks main {
	flex: 1;
}

@media screen and (max-width: 768px) {
	.enri-contact-row.flex {
		flex-direction: column;
	}

	.enri-contact-col {
		width: 100%;
	}

	.mw_wp_form #check .check-container {
		margin-left: 0;
	}

	.enri-contact-txt {
		margin-top: 50px;
	}

	.enriku-ttl-eng-itl.contact {
		bottom: -30px;
		right: -23px;
	}

	.sec-contact {
		border-top-left-radius: 60px;
		border-top-right-radius: 60px;
	}

	.enri-txt-input,
	.enri-content {
		padding-left: 25px;
	}

	.enri-txt-input {
		height: 50px;
	}
}

/* === Contact form end === */

/* === to top btn start === */
.enri-totop {
	width: fit-content;
	margin-left: auto;
	position: sticky;
	bottom: 0;
	right: 40px;
	z-index: 99;
}

.enri-top-btn {
	cursor: pointer;
	width: 60px;
	height: 80px;
	border-radius: 999px;
	background: linear-gradient(90deg, #D94A4A 0%, #E96A2C 50%, #F08A24 100%);
	margin-top: -80px;
	position: relative;
	text-indent: -9999px;
	bottom: 80px;
}

.g-recaptcha,
.grecaptcha-badge,
iframe[title="reCAPTCHA"],
iframe[src*="recaptcha"] {
	position: relative;
	z-index: 999 !important;
}

.enri-top-btn.change-color {
	background: #000000;
}

.enri-top-btn::after {
	content: "";
	background: url(../img/enriku/upper_arrow.png) no-repeat;
	background-size: contain;
	width: 14px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

@media screen and (max-width: 768px) {
	.enri-totop {
		right: 20px;
	}

	.enri-top-btn {
		width: 50px;
		height: 70px;
	}

	.enri-top-btn.is-near-bottom {
		bottom: 20px;
	}
}

/* === top top btn end === */

/* === Footer start === */
.enri-ftr-upper {
	background: #FFFFFF;
	padding: 54px 0;
}

.enri-ftr-upcntr {
	display: flex;
	gap: 170px;
}

.enri-ftr-upleft {
	max-width: 257px;
	height: fit-content;
}

.enri-ftr-upright {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	flex: 1;
}

.enri-ftr-txt>a {
	font-size: 14px;
	font-weight: 500;
	color: #58585A;
}

.enri-ftr-txt:not(:last-child) {
	margin-bottom: 10px;
}

.enri-ftr-txt.first>a,
.enri-ftr-txt.first>div {
	font-size: 16px;
	font-weight: bold;
	color: #58585A;
	margin-bottom: 15px;
}

.enri-ftr-lower {
	background: #000000;
	padding: 30px 0;
}

.enri-copy-right {
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: right;
}

@media screen and (max-width: 900px) {
	.enri-ftr-upcntr {
		gap: 120px;
	}
}

@media screen and (max-width: 768px) {
	.enri-ftr-upper {
		padding: 0;
	}

	.enri-ftr-upcntr {
		padding: 58px 0;
		justify-content: center;
	}

	.enri-ftr-upright {
		display: none;
	}

	.enri-copy-right {
		text-align: center;
	}
}

/* === Footer end === */