@charset "Shift_JIS";

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);

.inner--990 {
	max-width: 1020px;
	padding: 0 15px;
}

.sec-mv {
	padding: 0;
}

.sec-mv__wrap {
	position: relative;
}

.sec-mv__wrap-img img {
	width: 100%;
}

.sec-mv__wrap-ct {
	position: absolute;
	bottom: 33px;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 0 29px;
	font-weight: 600;
	font-size: 2rem;
	letter-spacing: 0.134em;
}

.top_sec_pd {
}

@media screen and (max-width: 768px) {
	.sec-mv__wrap {
		margin: 0 -15px;
	}

	.sec-mv__wrap-ct {
		bottom: auto;
		top: 39.1%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0 18px;
		font-size: 1.4rem;
	}
}

.sec-mv__wrap-ct p {
	margin-right: -5px;
	text-shadow: #333 0 0 10px;
}

.sec-mv__wrap-ttl {
	margin-bottom: 47px;
}

.sec-mv__wrap-ttl span {
	display: inline;
	background: #fff;
	color: #6db7d9;
	-webkit-box-shadow: #6db7d9 10px 10px 0;
	box-shadow: #6db7d9 10px 10px 0;
	padding: 28px 25px 27px 27px;
	margin-left: -29px;
	font-weight: 800;
	font-size: 3rem;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.sec-occasion {
	padding: 36px 0 60px;
}

.sec-mv__wrap-ttl .small {
	font-size: 1.855rem;
	top: 42px;
	position: absolute;
	padding: 10px 25px 17px 27px;
}

@media screen and (max-width: 768px) {
	.sec-mv__wrap-ttl {
		max-width: 360px;
		margin: 0 -3px 10px 0;
	}

	.sec-mv__wrap-ttl span {
		display: block;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		max-width: 100%;
		-webkit-box-shadow: #6db7d9 5px 5px 0;
		box-shadow: #6db7d9 5px 5px 0;
		padding: 9px 15px 9px 18px;
		margin-left: -18px;
		font-size: 2.4rem;
		letter-spacing: 0.14em;
	}

	.sec-mv__wrap-ttl span:nth-child(2) {
		margin: -5px 0 0 auto;
		padding-top: 10px;
	}

	.sec-occasion {
		padding: 31px 0 30px;
	}

	.sec-mv__wrap-ttl .small {
		font-size: 1.1rem;
		top: 122px;
		position: absolute;
		padding: 9px 15px 9px 18px;
		letter-spacing: 0em;
	}
}

.c-ttl__01 {
	text-align: center;
	background: #6db7d9;
	color: #fff;
	padding: 32px 15px;
	margin-bottom: 29px;
	font-weight: 700;
	font-size: 3.6rem;
	letter-spacing: 0.07em;
}

@media screen and (max-width: 768px) {
	.c-ttl__01 {
		padding: 20px 15px;
		margin-bottom: 15px;
		font-size: 2rem;
	}
}

.occasion-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	gap: 6px;
	max-width: 870px;
	background: #6db7d9;
	padding: 3px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.occasion-list {
		gap: 2px;
		padding: 2px;
	}
}

.occasion-list__item {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	background: #fff;
	border-radius: 15px;
	padding: 27px 15px 19px;
}

.occasion-list__item a {
	text-decoration: none;
}

@media (any-hover: hover) {
	.occasion-list__item a:hover {
		opacity: 0.7;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}

.occasion-list__item::after {
	content: "";
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 19px;
	height: 19px;
	background: #6db7d9;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.occasion-list__img {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	height: 60px;
	margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
	.occasion-list__item {
		border-radius: 7px;
		padding: 14px 15px 13px;
	}

	.occasion-list__item::after {
		bottom: 4px;
		right: 4px;
		width: 12px;
		height: 12px;
	}

	.occasion-list__img {
		height: 52px;
		margin-bottom: 9px;
	}
}

.occasion-list__img img {
	max-height: 100%;
}

.occasion-list__ttl {
	text-align: center;
	color: #6db7d9;
	padding: 0;
	font-weight: 600;
	font-size: 2.4rem;
	letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
	.occasion-list__ttl {
		font-size: 1.6rem;
	}
}

.sec-service {
	padding: 0;
}

.service-ttl {
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	color: #6db7d9;
	padding: 0 46px;
	margin: 72px auto 63px;
	letter-spacing: 0.15em;
	text-align: center;
	font-weight: 600;
	font-size: 2.4rem;
}

.service-ttl::after,
.service-ttl::before {
	content: "";
	position: absolute;
	bottom: -2px;
	width: 2px;
	height: calc(100% + 15px);
	background: #6db7d9;
	border-radius: 5px;
}

@media screen and (max-width: 768px) {
	.service-ttl {
		margin: 17px auto 16px;
		padding: 0 21px !important;
		font-size: 1.6rem;
	}

	.service-ttl::after,
	.service-ttl::before {
		bottom: -2px;
		height: calc(100% + 4px);
	}
}

.service-ttl::before {
	left: 0;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.service-ttl::after {
	right: 0;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.service-tab {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	gap: 2px;
	background: #6bc09f;
	padding: 2px 2px 3px;
}

@media screen and (max-width: 768px) {
	.service-tab {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 2px;
	}
}

.service-tab__item {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	height: 70px;
	background: #f0f0f0;
	color: #393939;
	border-radius: 10px;
	padding: 14px 10px 10px;
	font-weight: 600;
	font-size: 2rem;
	letter-spacing: 0.07em;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.service-tab__item::after {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 11px;
	height: 11px;
	background: #6bc09f;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	.service-tab__item {
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
		width: calc(50% - 2px);
		height: 48px;
		background: #f2f2f2;
		border-radius: 5px;
		padding-top: 10px;
		font-size: 1.535rem;
	}

	.service-tab__item::after {
		bottom: 4px;
		right: 2px;
		width: 9px;
		height: 9px;
	}
}

.service-tab__item.active,
.service-tab__item:hover {
	background: #6bc09f;
	color: #fff;
}

.service-tab__item.active::after,
.service-tab__item:hover::after {
	background: #fff;
}

.service-list__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #eaf8f8;
	color: #393939;
	border: 2px solid #6bc09f;
	padding: 39px 60px 58px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.service-list__item.active {
	position: relative;
	opacity: 1;
	z-index: 1;
	pointer-events: auto;
}

@media (any-hover: hover) {
	.service-list__item a:hover {
		opacity: 0.7;
		-webkit-backface-visibility: hidden;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}

.service-list__logo {
	max-width: 418px;
	margin: 0 auto 46px;
}

@media screen and (max-width: 768px) {
	.service-list__item {
		background: #fff;
		padding: 15px 13px 36px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.service-list__logo {
		max-width: 209px;
		margin-bottom: 8px;
	}
}

.service-list__logo img {
	width: 100%;
	mix-blend-mode: multiply;
}

.service-list__btn {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 18px 40px;
	margin: 27px 0 41px;
}

.service-list__btn a {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	width: calc(50% - 20px);
	height: 50px;
	background: #fc7d9a;
	color: #fff;
	-webkit-box-shadow: #ba5d72 0 7px 0;
	box-shadow: #ba5d72 0 7px 0;
	border-radius: 10px;
	padding: 10px 38px 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	text-decoration: unset;
	letter-spacing: 0.07em;
}

.service-list__btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border: solid #fff;
	border-width: 2px 2px 0 0;
}

@media screen and (max-width: 768px) {
	.service-list__btn {
		margin: 16px 0 14px;
	}

	.service-list__btn a {
		width: 100%;
		height: 33px;
		font-size: 1.2rem;
	}

	.service-list__btn a::after {
		right: 16px;
		border-width: 1px 1px 0 0;
	}
}

.service-list__link {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	color: #6db7d9;
	border-bottom: 1px solid #6db7d9;
	padding-bottom: 2px;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	text-decoration: unset;
	letter-spacing: 0.05em;
}

.sec-news {
	padding: 63px 0 29px;
}

.news-list {
	margin-top: 39px;
}

.news-list__item:not(:last-child) {
	margin-bottom: 20px;
}

.news-list__item a {
	position: relative;
	display: block;
	background: #f2f2f2;
	color: #393939;
	padding: 27px 34px 19px;
	font-size: 1.8rem;
	letter-spacing: 0.156em;
	text-decoration: unset;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.news-list__item a time {
	display: block;
	margin-bottom: 5px;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
	.service-list__link {
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	.sec-news {
		padding: 30px 0;
	}

	.news-list {
		margin-top: 15px;
	}

	.news-list__item:not(:last-child) {
		margin-bottom: 5px;
	}

	.news-list__item a {
		padding: 11px 16px 9px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.news-list__item a time {
		margin-bottom: 7px;
		font-size: 1.2rem;
		letter-spacing: 0.21em;
	}
}

.news-list__item a:hover {
	opacity: 0.7;
}

.news-list__tag {
	position: absolute;
	top: 16px;
	right: 60px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	width: 130px;
	height: 36px;
	background: #6db7d9;
	color: #fff;
	padding: 5px 10px;
	font-size: 2rem;
	line-height: 1;
}

.breadcumb {
	padding: 30px 0;
}

.breadcumb .inner {
	max-width: 1000px;
}

.breadcumb span {
	display: inline-block;
	color: #000;
	font-size: 1.4rem;
	letter-spacing: 0.22em;
}

@media screen and (max-width: 768px) {
	.news-list__tag {
		top: 15px;
		right: 14px;
		width: 65px;
		height: 18px;
		font-size: 1rem;
	}

	.breadcumb {
		padding: 15px 5px;
	}

	.breadcumb span {
		font-size: 1.2rem;
		letter-spacing: 0.17em;
	}
}

.breadcumb a {
	position: relative;
	display: inline-block;
	color: #000;
	margin-right: 28px;
	text-decoration: unset;
}

.breadcumb a::after {
	content: "?¿½?¿½";
	position: absolute;
	top: 1px;
	right: -25px;
}

.top_sec_pd .inner--990 {
	margin: 0 auto;
}

.caution-accordion-wrapper {
	width: 100%;
	max-width: 100%;
	margin: 20px auto;
	font-family:
		"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
		Meiryo, sans-serif;
}

.caution-accordion-header {
	width: 100%;
	background-color: #f2f2f2;
	border: none;
	border-radius: 10px;
	padding: 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	box-shadow: 0 5px 0 #393939;
	transition: all 0.2s ease;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

.caution-accordion-header:active {
	transform: translateY(2px);
	box-shadow: 0 3px 0 #333333;
}

.caution-accordion-title {
	font-weight: bold;
	color: #333333;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.caution-accordion-icon {
	position: absolute;
	right: 15px;
	width: 28px;
	height: 28px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 1;
}

.caution-accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;

	background-color: transparent;
}

.caution-accordion-inner {
	padding: 0px;
	margin-top: 0px;

	line-height: 1.6;
	color: #444;
}

.caution-accordion-inner .news-list__item a {
	background-color: rgb(255, 235, 235);
}

.caution-accordion-inner .news-list__item a p {
	color: rgb(255, 0, 0);
}

.caution-accordion-inner .news-list__item a time {
	color: rgb(255, 0, 0);
}

.caution-accordion-inner .news-list__tag {
	background-color: rgb(255, 0, 0);
}

.caution-accordion-inner .news-list {
	margin-bottom: 20px;
}

.caution-accordion-wrapper.is-open .caution-accordion-content {
	max-height: 1000px;
}

.service-list__item.service03 .c-ttl__02--02 {
	margin: 15px auto;
	text-align: center;
}

.swipe_top {
	margin-bottom: 0;
}

.swipe_top .moving-option__img {
	width: 300px;
}

.swipe_top .moving-option__img img {
	width: 300px;
}

.swipe_top .service-list__item .p {
	text-align: center;
}

.swipe_top .moving-option__item p {
	margin-bottom: 28px;
	text-align: center;
}

.top_c-ttl__02 {
	text-align: center;
}

.service03 .service-list__link {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.top_c-ttl__02 {
		text-align: center;
		margin-top: 40px;
	}

	.swipe_top .moving-option__img {
		width: 240px;
		max-width: 240px;
	}

	.swipe_top .moving-option__img img {
		width: 240px;
	}

	.swipe_top .c-btn__01--full {
		max-width: none;
		width: 90%;
		font-size: 1.1rem;
	}

	.service03 .service-list__link {
		margin-top: 60px;
	}

	.caution-accordion-wrapper {
		width: 100%;
		max-width: 600px;
		margin: 20px auto;
		font-family:
			"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
			Meiryo, sans-serif;
	}

	.caution-accordion-header {
		width: 100%;
		background-color: #f2f2f2;
		border: none;
		border-radius: 10px;
		padding: 10px 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		position: relative;
		box-shadow: 0 5px 0 #393939;
		transition: all 0.2s ease;
		outline: none;
		-webkit-tap-highlight-color: transparent;
	}

	.caution-accordion-header:active {
		transform: translateY(2px);
		box-shadow: 0 3px 0 #333333;
	}

	.caution-accordion-title {
		font-weight: bold;
		color: #333333;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}

	.caution-accordion-icon {
		position: absolute;
		right: 15px;
		width: 28px;
		height: 28px;
		background-color: #ffffff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		font-size: 18px;
		color: #333333;
		line-height: 1;
	}

	.caution-accordion-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-out;

		background-color: transparent;
	}

	.caution-accordion-inner {
		padding: 0px;
		margin-top: 0px;

		line-height: 1.6;
		color: #444;
	}

	.caution-accordion-inner .news-list__item a {
		background-color: rgb(255, 235, 235);
	}

	.caution-accordion-inner .news-list__item a p {
		color: rgb(255, 0, 0);
	}

	.caution-accordion-inner .news-list__item a time {
		color: rgb(255, 0, 0);
	}

	.caution-accordion-inner .news-list__tag {
		background-color: rgb(255, 0, 0);
	}

	.caution-accordion-inner .news-list {
		margin-bottom: 20px;
	}

	.caution-accordion-wrapper.is-open .caution-accordion-content {
		max-height: 1000px;
	}
}

.fix_fotter {
	padding: 0;
}

.fotter_cta {
	display: none !important;
}
