.index {
	background: #fffcfc;
	margin-top: 72px; /* hero */ /* cv01 */ /* sec01 */ /* sec02 */ /* sec03 */
}

.index .c-button {
	max-width: 226px;
}

.index section {
	padding-top: 95px;
}

.index .hero {
	padding: 0;
	position: relative;
}

.index .hero__bg {
	animation: bg-zoom 1.2s ease-out forwards;
	height: calc(100vh - 72px);
	opacity: 0;
	overflow: hidden;
	transform: scale(1.01);
	transition: opacity 2s ease-out;
}

.index .hero__bg img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

.index .hero__head {
	animation: fadeInUp 1s;
	bottom: 180px;
	color: #000;
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	position: absolute;
	right: 0px;
	z-index: 1;
}

.index .hero__head::after {
	background: #fff;
	border-radius: 50%;
	content: "";
	filter: blur(12px);
	height: 120%;
	left: 50%;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 110%;
	z-index: -1;
}

.index .hero__title {
	font-size: 43px;
	font-weight: bold;
	line-height: 1.2325581395;
}

.index .hero__desc {
	font-size: 18px;
	font-weight: 600;
}

.index .cv01__items {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.index .cv01__item {
	transition: 0.3s;
}

.index .cv01__item:hover {
	opacity: 0.7;
}

.index .cv01__img {
	overflow: hidden;
}

.index .sec01__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.index .sec01__cards {
	align-items: center;
	margin-top: 0;
}

.index .sec01__button {
	margin-top: 45px;
}

.index .sec02 {
	padding-bottom: 170px;
}

.index .sec02__container {
	position: relative;
	z-index: 0;
}

.index .sec02__container::before,
.index .sec02__container::after {
	background: #f3b5c0;
	border-radius: 50%;
	content: "";
	filter: blur(36px);
	height: 220px;
	opacity: 0.3;
	position: absolute;
	width: 220px;
	z-index: -1;
}

.index .sec02__container::before {
	left: -73px;
	top: -5px;
}

.index .sec02__container::after {
	bottom: -53px;
	right: -67px;
}

.index .sec02-tab {
	margin-top: 40px;
}

.index .sec02-tab__head-wrapper {
	display: flex;
}

.index .sec02-tab__head {
	background: #dddddd;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	padding: 8px;
	transition: 0.3s;
	width: 50%;
}

.index .sec02-tab__head:hover {
	background: rgba(248, 117, 141, 0.4392156863);
}

.index .sec02-tab__head.--active {
	background: #F8758C;
	color: #fff;
}

.index .sec02-tab__head-text {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.index .sec02-tab__content-wrapper {
	background: #fff;
	border-radius: 0 0 6px 6px;
	padding: 0px 20px 50px;
}

.index .sec02-tab__content {
	display: none;
}

.index .sec02-tab__content.--active {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.index .sec02__list {
	background-image: repeating-linear-gradient(90deg, #f8758c, #f8758c 2px, transparent 2px, transparent 7px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 1px;
	display: block;
	padding: 20px 0 11px;
	transition: 0.3s;
	width: 100%;
}

.index .sec02__list:hover .sec02__item {
	opacity: 0.7;
}

.index .sec02__item {
	color: #707072;
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	transition: 0.3s;
}

.index .sec02__meta {
	font-size: 14px;
	font-weight: 600;
}

.index .sec02__title {
	font-size: 16px;
	font-weight: 600;
}

.index .sec02__button {
	margin-top: 40px;
}

.index .c-b-light-green .c-index-heading__en {
	color: #6DB29E;
	opacity: 0.2;
}

.index .sec03__banner {
	display: block;
	transition: 0.3s;
}

.index .sec03__banner:hover {
	opacity: 0.7;
}

.index .sec04__items {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	justify-content: center;
	margin-inline: auto;
	max-width: 622px;
}

.index .sec04__item {
	align-items: center;
	aspect-ratio: 162/142;
	border-radius: 0 18px 0 0;
	display: flex;
	justify-content: center;
	max-width: 162px;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: calc((100% - 11px) / 2);
}

.index .sec04__item::before {
	background: url(../img/index-link-bg.webp) no-repeat center center;
	background-size: cover;
	content: "";
	inset: 0;
	position: absolute;
	transition: transform 0.3s;
	z-index: 0;
}

.index .sec04__item:hover::before {
	transform: scale(1.2);
}

.index .sec04__title {
	color: #F8758C;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.index .sec05__inner {
	align-items: center;
	display: flex;
	justify-content: center;
}

.index .sec05__banner {
	transition: 0.3s;
}

.index .sec05__banner:hover {
	opacity: 0.7;
}

.index .sec05__img {
	width: 322px;
}

.index .sec06 .swiper-wrapper {
	transition-timing-function: linear;
}

.index .sec06 .swiper-slide {
	width: auto;
}

.index .sec06__content.--pc {
	display: none;
}

.index .sec06__button {
	margin: 54px auto 0;
}

.index .sec07__cards {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin: 0;
}

.index .sec07__card {
	border-radius: 8px;
	max-width: 350px;
	overflow: hidden;
}

.index .sec07__image {
	aspect-ratio: 335/174;
	overflow: hidden;
	width: 100%;
}

.index .sec07__image img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-position: center;
	width: 100%;
}

.index .sec07__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 11px 14px 9px;
}

.index .sec07__title {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.index .sec07__title::after {
	border-bottom: 7.5px solid transparent;
	border-left: 6.034px solid currentColor;
	border-top: 7.5px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.index .sec07__desc {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3333333333;
}

.index .sec07__buttons {
	display: flex;
	gap: 3px;
	width: 100%;
}

.index .sec07__button {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 25px;
	position: relative;
	transition: 0.3s;
	width: 50%;
}

.index .sec07__button::after {
	border-bottom: 6.5px solid transparent;
	border-left: 5.034px solid #fff;
	border-top: 6.5px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0;
}

.index .sec07__button:hover {
	opacity: 0.7;
}

.index .sec08 {
	padding-bottom: 130px;
}

.index .sec08__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.index .sec08__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-width: 500px;
}

.index .sec08__items .archive-voicies__body {
	border: 1px solid transparent;
}

.index .sec08__items .archive-voicies__body::before {
	display: none;
}

.index .sec08__button {
	margin-top: 43px;
}

.index .sec09 {
	background: #fff5f5;
}

.index .sec09__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.index .sec09__container {
	padding-bottom: 34px;
	position: relative;
	width: 100vw;
}

.index .sec09 .swiper-slide {
	width: auto;
}

.index .sec09__thumb {
	display: block;
	transition: 0.3s;
	width: 236px;
}

.index .sec09__thumb:hover {
	opacity: 0.7;
}

.index .sec09__img {
	aspect-ratio: 1/1;
}

.index .sec09__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.index .sec09 #sec09-prev,
.index .sec09 #sec09-next {
	background: #fff;
	border-radius: 50%;
	bottom: auto;
	height: 36px;
	left: auto;
	margin: 0;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	z-index: 10;
}

.index .sec09 #sec09-prev::after,
.index .sec09 #sec09-next::after {
	border-bottom: 9px solid transparent;
	border-right: 10px solid #f8758c;
	border-top: 9px solid transparent;
	bottom: auto;
	content: "";
	height: 0;
	left: 48%;
	position: absolute;
	right: auto;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
	width: 0;
}

.index .sec09 #sec09-prev {
	left: 24px;
}

.index .sec09 #sec09-prev:hover::after {
	transform: translate(-50%, -50%) translateX(-5px);
}

.index .sec09 #sec09-next {
	right: 24px;
	transform: translateY(-50%) rotate(180deg) !important;
	transform-origin: center center;
}

.index .sec09 #sec09-next:hover::after {
	transform: translate(-50%, -50%) translateX(-5px);
}

.index .sec09 #sec09-pagination {
	bottom: 0;
	display: flex;
	gap: 6px;
	justify-content: center;
}

.index .sec09 #sec09-pagination span {
	display: block;
	height: 6px;
	margin: 0;
	width: 6px;
}

.index .sec09 #sec09-pagination span.swiper-pagination-bullet-active {
	background: #F8758C;
}

.index .sec09__buttons {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	margin-top: 60px;
}

.index .sec09__button {
	align-items: center;
	background: #fff;
	border: 4px solid #F8758C;
	border-radius: 8px;
	display: flex;
	gap: 34px;
	max-width: 275px;
	padding: 16px 26px 14px 20px;
	transition: 0.3s;
	width: 100%;
}

.index .sec09__button:hover {
	background: #F8758C;
}

.index .sec09__button:hover .sec09__button-icon path {
	fill: #fff;
}

.index .sec09__button:hover .sec09__button-text {
	color: #fff;
}

.index .sec09__button-icon {
	width: 32px;
}

.index .sec09__button-icon svg {
	display: block;
}

.index .sec09__button-icon svg path {
	transition: 0.3s;
}

.index .sec09__button-text {
	color: #F8758C;
	font-size: 18px;
	font-weight: bold;
	transition: 0.3s;
}

.index .sec10 {
	background: #fff5f5;
	padding-bottom: 90px;
}

.index .sec10__button {
	margin: 78px auto 0;
}

.index #sbi_images {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.index #sbi_images .sbi_item {
	width: calc((100% - 10px) / 2);
}

.floating {
	background: #fff;
	bottom: 0;
	box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.0823529412);
	display: flex;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 97;
}

.floating__button {
	align-items: center;
	display: flex;
	gap: 9px;
	height: 72px;
	justify-content: center;
	transition: 0.3s;
	width: 50%;
}

.floating__button:hover {
	opacity: 0.7;
}

.floating__button.--tel {
	background: #FF9F58;
}

.floating__button.--order {
	background: #F8758C;
}

.floating__button-icon.--tel {
	width: 21px;
}

.floating__button-icon.--logo {
	width: 38px;
}

.floating__button-tag {
	background: #F8758C;
	background: #fff;
	border-radius: 11px;
	color: #F8758C;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 11px 1px;
	width: -moz-fit-content;
	width: fit-content;
}

.floating__button-text {
	color: #fff;
	font-weight: bold;
}

.floating__button-text.--num {
	font-size: 18px;
}

.floating__button-text.--order {
	font-size: 21px;
}

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

.index .hero__bg {
	height: 100%;
	max-height: calc(100vh - 110px);
}

.index .hero__head {
	display: none;
}

.index .cv01 .wrap1080 {
	max-width: 850px;
}

.index .cv01__items {
	flex-direction: row;
	justify-content: center;
}

.index .cv01__item {
	width: calc(50% - 20px);
}

.index .sec04__item {
	max-width: none;
	width: calc((100% - 22px) / 3);
}

}

@media screen and (min-width: 1080px) {

.index {
	margin-top: 110px;
}

.index section {
	padding-top: 105px;
}

.index .cv01 .wrap1080 {
	max-width: 1080px;
}

.index .cv01__item {
	width: -moz-fit-content;
	width: fit-content;
}

.index .cv01__img {
	width: 335px;
}

.index .sec01__cards {
	align-items: start;
}

.index .sec01 .archive-card__card {
	width: calc((100% - 80px) / 3);
}

.index .sec01__button {
	margin-top: 40px;
}

.index .sec02 {
	padding-bottom: 187px;
}

.index .sec02-tab__head {
	padding: 15px;
}

.index .sec02-tab__head-text {
	font-size: 20px;
}

.index .sec02-tab__content-wrapper {
	padding: 20px 80px 60px;
}

.index .sec02-tab__content.--active {
	gap: 9px;
}

.index .sec02__list {
	padding: 14px 0 10px;
}

.index .sec02__item {
	display: flex;
	gap: 24px;
	padding-left: 15px;
}

.index .sec02__button {
	margin-top: 32px;
}

.index .c-b-light-green .c-index-heading__en {
	font-size: 61px;
}

.index .sec04__items {
	max-width: none;
}

.index .sec04__item {
	width: 200px;
}

.index .sec06__content.--sp {
	display: none;
}

.index .sec06__content.--pc {
	display: flex;
	flex-wrap: wrap;
	gap: 36px 31px;
	justify-content: center;
}

.index .sec07__cards {
	flex-direction: row;
	justify-content: center;
}

.index .sec07__card {
	max-width: none;
	width: calc((100% - 80px) / 3);
}

.index .sec08 {
	padding-bottom: 160px;
}

.index .sec08__items {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px 47px;
	max-width: none;
}

.index .sec08__button {
	margin-top: 70px;
}

.index .sec09__container {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 940px;
}

.index .sec09 #index-sec09-swiper {
	max-width: 940px;
}

.index .sec09__thumb {
	width: 300px;
}

.index .sec09 #sec09-prev,
.index .sec09 #sec09-next {
	height: 40px;
	width: 40px;
}

.index .sec09 #sec09-prev {
	left: -28px;
}

.index .sec09 #sec09-next {
	right: -28px;
}

.index .sec09__buttons {
	flex-direction: row;
	margin-top: 80px;
	width: 100%;
}

.index #sbi_images .sbi_item {
	width: calc((100% - 40px) / 5);
}

.floating__button {
	height: 86px;
	position: relative;
}

.floating__button-icon {
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.floating__button-icon.--tel {
	width: 37px;
}

.floating__button-content {
	align-items: center;
	display: flex;
	gap: 7px;
	justify-content: center;
}

.floating__button-tag {
	border-radius: 15px;
	font-size: 20px;
	padding: 1px 15px 2px;
}

.floating__button-text.--num {
	font-size: 32px;
	text-align: center;
	width: 100%;
}

.floating__button-text.--order {
	font-size: 32px;
}

}

@media screen and (min-width: 1200px) {

.index .sec07__cards {
	gap: 40px;
}

}

@keyframes bg-zoom {

to {
	opacity: 1;
	transform: scale(1);
}

}

