/*----------------------------------------*/
/* .front-page */
/*----------------------------------------*/

.front-page {
	background-color: var(--bg);
}
.home .header::after {
	background-color: rgba(255,255,255,0);
}
.home .header.narrow::after {
	background-color: rgba(255,255,255,0.5);
}
@media (max-width: 991px) {}

/*----------------------------------------*/
/* .fv */
/*----------------------------------------*/

.front-page .fv {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100svh;
	min-height: 600px;
	max-height: 800px;
	padding-top: 10svh;
}
.front-page .fv > * {
	width: 100%;
}
.front-page .fv .bg-white {
	position: absolute;
	left: 0;
	top: 25%;
	width: 45%;
	height: 360px;
	background-color: #ffffff;
	border-radius: 0 500px 500px 0;
	opacity: 0.5;
	z-index: 0;
}
.front-page .fv .bg-green {
	position: absolute;
	right: 0;
	top: 50%;
	width: 80%;
	height: 420px;
	background-color: var(--green);
	border-radius: 500px 0 0 500px;
	opacity: 0.1;
	z-index: 0;
}
.front-page .fv .mv-wrap {
	z-index: 1;
}
@media (max-width: 767px) {
	.front-page .fv {
		min-height: 800px;
		max-height: auto;
		padding-top: 40px;
	}
	.front-page .fv .bg-white {
		position: absolute;
		left: 0;
		top: 35%;
		width: 70%;
		height: 200px;
	}
	.front-page .fv .bg-green {
		position: absolute;
		right: 0;
		top: auto;
		bottom: 5%;
		width: 70%;
		height: 230px;
	}
}

/* .mv-img*/
.front-page .fv .mv-wrap > * {
	z-index: 0;
}
.front-page .fv .mv-img {
	width: 60%;
	border-radius: 1000px 0 0 1000px;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
}
.front-page .fv .mv-img.slick-initialized {
	opacity: 1;
}
.front-page .fv .mv-img img {
	transition: width 0.3s;
}
@media (min-width: 768px) {
	.front-page .fv .mv-img {
		position: absolute;
		right: 0;
		top: 140px;
	}
	.front-page .fv .mv-img .img-wrap {
		height: calc(100svh - 160px);
		min-height: 480px;
		max-height: 640px;
	}
}
@media (max-width: 991px) {
	.front-page .fv .mv-img {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.front-page .fv .mv-img {
		width: calc(100% - 20px);
		margin: 20px 0 20px 20px;
	}
	.front-page .fv .mv-img .img-wrap {
		height: 260px;
	}
}

/* .mv-txt */
.front-page .fv .container {
	max-width: 1200px;
}
.front-page .fv .mv-wrap {
	color: var(--title);
}
.front-page .fv .mv-logo .en {
	font-size: 18px;
	margin: 10px 0 40px;
}
.front-page .fv .mv-copy .ja {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.8;
}
@media (min-width: 768px) {
	
}
@media (max-width: 767px) {
	.front-page .fv .mv-logo {
		text-align: center;
	}
	.front-page .fv .mv-logo img {
		width: 160px;
	}
	.front-page .fv .mv-logo .en {
		font-size: 14px;
		margin: 10px 0 0 0;
	}
	.front-page .fv .mv-copy .ja {
		font-size: 20px;
		text-align: center;
	}
}

/* .scroll */
/* スクロールダウンの位置 */
.front-page .fv .scroll-wrap {
	position: absolute;
	left: 0;
	bottom: 50px;
	font-size: 14px;
}
.front-page .fv .scroll-wrap .scroll {
	position: relative;
	width: fit-content;
}
/* 線のアニメーション部分 */
.front-page .fv .scroll::before {
	position: absolute;
	left: 50%;
	bottom: -55px;
	content: "";
	width: 1px;
	height: 50px;
	background-color: #707070;
	animation: scroll 1.5s infinite;
}
/* 線のアニメーション */
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
@media (max-width: 767px) {
	.front-page .fv .scroll-wrap {
		bottom: 40px;
	}
	.front-page .fv .scroll-wrap .scroll {
		margin: 0 auto;
	}
	.front-page .fv .scroll::before {
		bottom: -45px;
		height: 40px;
	}
}

/* slock ハック */
.front-page .fv .mv-img ul.slick-dots {
	left: 50%;
	bottom: 20px;
	right: 0;
	width: fit-content;
	line-height: 1;
	z-index: 1;
}
.front-page .fv .mv-img ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.front-page .fv .mv-img ul.slick-dots li button:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0.5;
	transition: 0.5s;
}
.front-page .fv .mv-img ul.slick-dots li.slick-active {
	width: 50px;
}
.front-page .fv .mv-img ul.slick-dots li.slick-active button:before {
	width: 50px;
	border-radius: 5px;
	opacity: 0.5;
}
@media (max-width: 767px) {
	.front-page .fv .mv-img ul.slick-dots {
		bottom: -90px;
		right: auto;
		left: 11px;
	}
}

/*----------------------------------------*/
/* 基本, .section */
/*----------------------------------------*/

.front-page .page-body {
	font-size: 16px;
	line-height: 2;
}
.front-page .section {
	padding: 100px 0;
}
.front-page .section-title {
	text-align: center;
	color: var(--title);
	margin-bottom: 60px;
}
.front-page .section-title .en {
	font-size: 44px;
	line-height: 1.4;
}
.front-page .section-title .ja {
	font-size: 18px;
	color: inherit;
	margin: 0;
}
.front-page .section-title-ja {
	color: var(--title);
	margin-bottom: 60px;
}
.front-page .section-title-ja .ja {
	font-size: 36px;
	font-weight: 500;
	color: inherit;
	margin: 0;
}
@media (min-width: 768px) {
	.front-page .page-body .container {
		max-width: 1300px;
	}
}
@media (max-width: 767px) {
	.front-page .page-body {
		font-size: 14px;
	}
	.front-page .section-title {
		margin-bottom: 40px;
	}
	.front-page .section-title .en {
		font-size: 36px;
	}
	.front-page .section-title .ja {
		font-size: 16px;
	}
	.front-page .section-title-ja {
		text-align: center;
		margin-bottom: 30px;
	}
	.front-page .section-title-ja .ja {
		font-size: 32px;
	}
}

/*----------------------------------------*/
/* .about */
/*----------------------------------------*/

.front-page .about {
	position: relative;
	font-size: 20px;
	padding: 150px 0 10px 0;
}
.front-page .about .col-img .img-wrap {
	border-radius: 0 500px 500px 0;
	max-height: 480px;
}
.front-page .about::after {
	position: absolute;
	left: 0;
	top: 65%;
	content: "";
	background-color: #ffffff;
	width: 100%;
	height: 600px;
	z-index: 0;
}
.front-page .about > *,
.front-page .about + * {
	position: relative;
	z-index: 1;
}
@media (min-width: 768px) {
	.front-page .about {
		display: flex;
		align-items: center;
	}
	.front-page .about > * {
		width: 50%;
	}
	.front-page .about .col-img {
		padding-right: 60px;
	}
	.front-page .about .col-txt {
		padding-left: 20px;
	}
	.front-page .about .col-txt .container {
		padding-left: 0;
	}
	.front-page .about .section-title {
		text-align: left;
	}
}
@media (max-width: 767px) {
	.front-page .about {
		font-size: 16px;
		padding: 100px 0 40px 0;
	}
	.front-page .about::after {
		top: 78%;
		height: 440px;
	}
	.front-page .about .col-img {
		padding-right: 20px;
		margin-bottom: 50px;
	}
}

/*----------------------------------------*/
/* .recommended */
/*----------------------------------------*/

.front-page .recommended .list-wrap ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.front-page .recommended .list-wrap ul li {
	width: 25%;
	padding: 0 15px;
}
.front-page .recommended .list-wrap dt {
	margin-bottom: 15px;
}
@media (min-width: 768px) {}
@media (max-width: 991px) {
	.front-page .recommended .list-wrap ul li {
		width: 50%;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.front-page .recommended {
		padding-bottom: 60px;
	}
	.front-page .recommended .list-wrap ul {
		width: 0 -10px;
	}
	.front-page .recommended .list-wrap ul li {
		padding: 0 10px;
	}
	.front-page .recommended .list-wrap dt {
		margin-bottom: 10px;
	}
}

/*----------------------------------------*/
/* .scroll */
/*----------------------------------------*/

.front-page .section.scroll {
	position: relative;
	height: 80px;
	padding: 0;
	margin: -50px 0;
}

/* 線のアニメーション部分 */
.front-page .section.scroll::before {
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #707070;
	animation: scroll 1.5s infinite;
}
@media (max-width: 767px) {}

/*----------------------------------------*/
/* .customer */
/*----------------------------------------*/

.front-page .customer {
	position: relative;
	overflow: hidden;
}
.front-page .customer .hidden {
	overflow: hidden;
}
.front-page .customer .list-wrap {
	max-width: 345px;
	margin: 0 auto;
}
.front-page .customer .customer-slider {
	opacity: 0;
	transition: opacity 0.3s;
}
.front-page .customer .customer-slider.slick-initialized {
	opacity: 1;
}
.front-page .customer .customer-slide {
	padding: 0 15px;
}
.front-page .customer .customer-slide a {
	display: block;
}
.front-page .customer .customer-slide dl {
	background-color: #ffffff;
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
	padding: 30px 30px 20px 30px;
}
.front-page .customer .customer-slide dl dt a {
	display: block;
	overflow: hidden;
}
.front-page .customer .customer-slide dl dt a img {
	transition: 0.3s;
}
.front-page .customer .customer-slide dl dd .name {
	font-size: 16px;
	margin: 15px 0 10px 0;
}
.front-page .customer .customer-slide dl dd p {
	font-size: 15px;
}
.front-page .customer .customer-slide dl dd .more {
	position: relative;
	font-size: 13px;
	width: fit-content;
	padding-right: 1.3em;
	margin: 0 0 0 auto;
}
.front-page .customer .customer-slide dl dd .more::after {
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Material Symbols Sharp";
	content: "\e941";
	font-size: 150%;
	font-weight: 100;
	transition: 0.3s;
}

/* slickカスタマイズ */
.front-page .customer .customer-slider .slick-track {
	display: flex;
}
.front-page .customer .customer-slider .slick-list {
	overflow: visible;
}

.front-page .customer .btn-wrap {
	margin-top: 70px;
}
.front-page .customer .btn-wrap .btn {
	margin: 0 auto;
}

@media (min-width: 768px) {
	.front-page .customer .customer-slide dl dt a:hover img {
		scale: 1.1;
	}
	.front-page .customer .customer-slide dl dd .more:hover::after {
		right: -10px;
	}
}
@media (max-width: 767px) {
	.front-page .customer .list-wrap {
		max-width: 320px;
	}
	.front-page .customer .customer-slide dl {
		padding: 20px;
	}
	.front-page .customer .customer-slide dl dd p {
		font-size: 14px;
	}
}

/*----------------------------------------*/
/* .expert */
/*----------------------------------------*/

.front-page .expert {
	position: relative;
}
.front-page .customer,
.front-page .customer + *,
.front-page .expert > * {
	position: relative;
	z-index: 1;
}
.front-page .expert::before {
	position: absolute;
	left: 0;
	top: -500px;
	content: "";
	width: 100%;
	height: 900px;
	background-color: #ffffff;
	z-index: 0;
}
.front-page .expert .list-wrap dl {
	background-color: #ffffff;
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
}
.front-page .expert .list-wrap dl + dl {
	margin-top: 50px;
}
.front-page .expert .list-wrap dl dt {
	font-size: 14px;
}
.front-page .expert .list-wrap dl dt .name {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}
.front-page .expert .list-wrap dl dt .name .img-wrap {
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 160px;
	margin: 0 auto 10px auto;
}
.front-page .expert .list-wrap dl dt .spec {
	font-size: 14px;
	line-height: 1.8;
}
.front-page .expert .list-wrap dl dd {
	font-size: 15px;
}
@media (min-width: 992px) {
	.front-page .expert .list-wrap dl {
		display: flex;
		align-items: center;
		padding: 50px;
	}
	.front-page .expert .list-wrap dl dt {
		width: 260px;
	}
	.front-page .expert .list-wrap dl dd {
		flex: 1;
		padding-left: 50px;
	}
}
@media (max-width: 991px) {
	.front-page .expert {
		padding-bottom: 200px;
	}
	.front-page .expert .list-wrap dl {
		padding: 40px 50px;
	}
	.front-page .expert .list-wrap dl dt .spec {
		width: fit-content;
		margin: 0 auto;
	}
	.front-page .expert .list-wrap dl dt {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.front-page .expert .list-wrap dl {
		padding: 40px 20px;
	}
	.front-page .expert .list-wrap dl dt .name {
		font-size: 18px;
	}
}

/*----------------------------------------*/
/* .rectangle */
/*----------------------------------------*/

.front-page .rectangle {
	position: relative;
}
@media (min-width: 768px) {
	.front-page .rectangle {
		background-color: #ffffff;
	}
	.front-page .rectangle .col-img {
		position: absolute;
		left: 0;
		top: 100px;
		width: calc(50% - 30px);
		height: 100%;
	}
	.front-page .rectangle .col-img .img-wrap {
		height: 100%;
	}
	.front-page .rectangle .inner {
		padding-left: calc(50% + 50px);
	}
}
@media (max-width: 767px) {
	.front-page .rectangle {
		padding-top: 0;
	}
	.front-page .rectangle > * {
		position: relative;
		z-index: 1;
	}
	.front-page .rectangle::after {
		position: absolute;
		left: 0;
		top: 100px;
		right: 0;
		bottom: 0;
		content: "";
		background-color: #ffffff;
		z-index: 0;
	}
	.front-page .rectangle .col-img {
		padding: 0 20px 0 0;
		margin: -100px 0 40px 0;
	}
}

/*----------------------------------------*/
/* .taikancare */
/*----------------------------------------*/

.front-page .taikancare .btn {
	max-width: 320px;
}
.front-page .taikancare .btn img {
	display: inline-block;
	padding-bottom: 0.2em;
	margin-right: 0.4em;
}
@media (min-width: 768px) {
	.front-page .taikancare .col-img {
		position: absolute;
		left: auto;
		right: 0;
		top: 100px;
		width: calc(50% - 30px);
		height: 100%;
	}
	.front-page .taikancare .inner {
		padding-left: 0;
		padding-right: calc(50% + 50px);
	}
}
@media (max-width: 767px) {
	.front-page .taikancare .col-img {
		padding: 0 0 0 20px;
	}
}

/*----------------------------------------*/
/* .exercise */
/*----------------------------------------*/

.front-page .exercise {
	position: relative;
	overflow: hidden;
	padding: 250px 0 200px 0;
}
.front-page .exercise > * {
	position: relative;
	z-index: 1;
}
.front-page .exercise .img-logo {
	position: absolute;
	right: -20px;
	top: -20px;
	z-index: 0;
}
.front-page .exercise .list-wrap {
	max-width: 500px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.front-page .exercise {
		padding: 130px 0 250px 0;
	}
	.front-page .exercise .img-logo {
		right: -10px;
		top: -10px;
		width: 220px;
	}
	.front-page .exercise .list-wrap {
		max-width: 300px;
	}
}

/* .exercise-slide */
.front-page .exercise .exercise-slider {
	opacity: 0;
	transition: opacity 0.3s;
}
.front-page .exercise .exercise-slider.slick-initialized {
	opacity: 1;
}
.front-page .exercise .exercise-slide > * {
	display: block;
	pointer-events: none;
}
.front-page .exercise .exercise-slide dl dt {
	position: relative;
}
.front-page .exercise .exercise-slide dl dt .img-wrap {
	aspect-ratio: 1 /1;
	overflow: hidden;
}
.front-page .exercise .exercise-slide dl dt .img-wrap img {
	transition: 0.3s;
}
.front-page .exercise .exercise-slide dl dt .num {
	position: absolute;
	left: 20px;
	top: -0.5em;
	font-size: 56px;
	line-height: 1;
	color: var(--title);
}
.front-page .exercise .exercise-slide dl dt .more {
	display: none;
}
/*
.front-page .exercise .exercise-slide dl dt .more {
	position: absolute;
	right: 0;
	bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 45px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 45px 0 0 45px;
	font-size: 14px;
	padding-left: 10px;
	transition: 0.3s;
}
.front-page .exercise .exercise-slide dl dt .more::after {
	font-family: "Material Symbols Sharp";
	content: "\e941";
	font-size: 150%;
	font-weight: 100;
}
*/
.front-page .exercise .exercise-slide dl dd .title {
	font-size: 24px;
	margin: 15px 0 10px 0;
}
@media (min-width: 768px) {
	/*
	.front-page .exercise .exercise-slide  > *:hover dl dt .img-wrap img {
		scale: 1.1;
	}
	.front-page .exercise .exercise-slide  > *:hover dl dt .more {
		padding-left: 15px;
	}
	*/
}
@media (max-width: 767px) {
	.front-page .exercise .exercise-slide dl dt .num {
		font-size: 40px;
	}
	.front-page .exercise .exercise-slide dl dd .title {
		font-size: 18px;
	}
	/*
	.front-page .exercise .exercise-slide dl dt .more {
		bottom: 20px;
		width: 95px;
		height: 35px;
		font-size: 12px;
		padding-left: 10px;
	}
	*/
}

/* 矢印 */
.front-page .exercise .exercise-slider .slick-prev,
.front-page .exercise .exercise-slider .slick-next {
	top: auto;
	left: 0;
	bottom: -100px;
	width: 50px;
	height: 50px;
}
.front-page .exercise .exercise-slider .slick-next {
	left: auto;
	right: 0;
}
.front-page .exercise .exercise-slider .slick-prev::before,
.front-page .exercise .exercise-slider .slick-next::before {
	position: absolute;
	right: auto;
	bottom: auto;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #444444;
	background-color: #ffffff;
	border: 1px solid #707070;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-family: "Material Symbols Sharp";
	content: "\e941";
	font-size: 28px;
	font-weight: 100;
	transition: 0.3s;
	opacity: 1;
}
.front-page .exercise .exercise-slider .slick-prev::before {
	content: "\ef7d";
}

/* .slick-dots */
.front-page .exercise .exercise-slider ul.slick-dots {
	left: 50%;
	transform: translateX(-50%);
	bottom: -60px;
	right: 0;
	width: fit-content;
	line-height: 1;
	z-index: 1;
}
.front-page .exercise .exercise-slider ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.front-page .exercise .exercise-slider ul.slick-dots li button:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000000;
	opacity: 0.15;
	transition: 0.5s;
}
.front-page .exercise .exercise-slider ul.slick-dots li.slick-active {
	width: 50px;
}
.front-page .exercise .exercise-slider ul.slick-dots li.slick-active button:before {
	width: 50px;
	border-radius: 5px;
	opacity: 0.15;
}

/* slickカスタマイズ */
.front-page .exercise .exercise-slider .slick-track {
	display: flex;
	align-items: center;
}
.front-page .exercise .exercise-slider .slick-list {
	overflow: visible;
}
.front-page .exercise .exercise-slide {
  transform: scale(.8);
  transition: transform .3s ease;
  transition-delay: 0s; /* 非センターは遅延なし */
}
.front-page .exercise .exercise-slide.slick-center {
  transform: scale(1);
  transition-delay: .3s; /* slick の speed(=300ms) と同じくらいに */
}

@media (min-width: 768px) {}
@media (max-width: 767px) {
	.front-page .exercise .exercise-slider ul.slick-dots {
		display: none !important;
	}
}

/*----------------------------------------*/
/* .news */
/*----------------------------------------*/

.front-page .news {
	position: relative;
	overflow: hidden;
	padding: 250px 0;
}
.front-page .news > * {
	position: relative;
	z-index: 1;
}
.front-page .news .img-logo {
	position: absolute;
	left: -20px;
	top: -20px;
	z-index: 0;
}
.front-page .news .list-wrap {
	font-size: 15px;
	line-height: 1.6;
	max-width: 800px;
	margin: 0 auto;
}
.front-page .news .list-wrap ul {
	border-top: 1px solid var(--border);
}
.front-page .news .list-wrap ul li {
	border-bottom: 1px solid var(--border);
}
.front-page .news .list-wrap ul li a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 30px 0;
}
.front-page .news .list-wrap ul li a .date {
	width: 130px;
}
.front-page .news .list-wrap ul li a .title {
	flex: 1;
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
	color: var(--title);
	margin: 0;
}
.front-page .news .btn-wrap {
	margin-top: 60px;
}
.front-page .news .btn-wrap .btn {
	margin: 0 auto;
}
@media (min-width: 768px) {
	
}
@media (max-width: 767px) {
	.front-page .news {
		padding: 140px 0;
	}
	.front-page .news .img-logo {
		left: -10px;
		top: -10px;
		width: 220px;
	}
	.front-page .news .list-wrap ul li a {
		padding: 25px 0;
	}
	.front-page .news .list-wrap ul li a .date {
		width: 100%;
		margin-bottom: 5px;
	}
}

