#top-mv.mainvisual {
	position: relative;
	min-height: 640px;
	padding: 0 20px;
}

#top-mv .mv-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 63.2%;
	height: 100%;
	z-index: -1;
}

#top-mv .mv-bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#top-mv .mv-inner {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 55px 0 0;
}

#top-mv .mv-left {
	position: relative;
	width: 100%;
	max-width: 600px;
}

#top-mv .mv-inner::after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -45px;
	width: 398px;
	height: 274px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	background-image: url(../images/common/mv_family.png);
	pointer-events: none;
}

#top-mv .mv-catch {
	margin: 0;
	font-size: 6.2rem;
	font-weight: 700;
	line-height: 1.48;
	color: #EF7A00;
}

#top-mv .mv-lead {
	margin: 32px 0 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
	color: #312C27;
}

#top-mv .mv-banner {
	position: absolute;
	right: 80px;
	bottom: 20px;
	z-index: 3;
	width: 350px;
	height: auto;
	border-radius: 10px;
	border: 4px solid #fff;
	background: #fff;
}


#top-mv .mv-banner-counter {
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 3;
	font-family: "Work Sans", sans-serif;
	line-height: 1;
	white-space: nowrap;
}

#top-mv .mv-banner-current {
	font-size: 2rem;
	font-weight: 500;
	color: #E27920;
}

#top-mv .mv-banner-sep,
#top-mv .mv-banner-total {
	font-size: 1.4rem;
	font-weight: 500;
	color: #312C27;
}


#top-mv .mv-banner-slider,
#top-mv .mv-banner-slider .slick-list,
#top-mv .mv-banner-slider .slick-track,
#top-mv .mv-banner-slider .slick-slide {
	height: 100%;
}
#top-mv .mv-banner-media{
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
}
#top-mv .mv-banner-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#top-mv .mv-banner-title{
  display: block;
  padding: 10px 12px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #312C27;
}

#top-mv .mv-banner-item {
	display: block;
	width: 100%;
	height: 100%;
}

#top-mv .mv-banner-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom: 2px solid #eee;
}

#top-mv .mv-banner .slick-arrow {
	width: 30px;
	height: 30px;
	z-index: 4;
}

#top-mv .mv-banner .slick-prev,
#top-mv .mv-banner .slick-next {
	top: 50%;
	transform: translateY(-50%);
}

#top-mv .mv-banner .slick-prev {
	left: -15px;
}

#top-mv .mv-banner .slick-next {
	right: -15px;
}

#top-mv .mv-banner .slick-prev:before,
#top-mv .mv-banner .slick-next:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#top-mv .mv-banner .slick-prev:before {
	background-image: url(../images/common/slick_prev.png);
}

#top-mv .mv-banner .slick-next:before {
	background-image: url(../images/common/slick_next.png);
}
@media screen and (max-width: 950px) {
	#top-mv .mv-inner::after {
		aspect-ratio: 398 / 274;
		height: auto;
		width: 42vw;
	}
	#top-mv .mv-banner {
		width: 270px;
	}
}
@media screen and (max-width: 767px) {
	#top-mv {
		max-height: 100svh;
		display: flex;
		flex-direction: column;
	}
	#top-mv .mv-inner {
		padding-top: 0;
		flex: 1;
		display: flex;
		margin-bottom: 0;
		margin: 0;
		align-items: center;
	}
	#top-mv .mv-inner::after {
		content: none;
	}
	#top-mv .mv-catch {
		font-size: 2.8rem;
	}
	#top-mv .mv-lead {
		font-size: 1.4rem;
	}
	#top-mv .mv-banner {
		height: auto;
		width: 200px;
	}
	#top-mv .mv-banner {
		position: static;
		margin-top: auto;
		margin-bottom: 60px;
		margin-left: auto;
	}
	#top-mv .mv-bg {
		width: 100%;
	}
	#top-mv.mainvisual {
		padding: 0 10px;
	}
	#top-mv .mv-banner-title {
		font-size: 1.2rem;
	}
}

#top-news .sec-inner {
	padding-bottom: 20px;
}
#top-news .content-box {
	margin-top: 55px;
	flex-wrap: nowrap;
	gap: 30px;
	align-items: end;
}
#top-news .news-list-box {
	max-width: 600px;
	width: 100%;
}

.news-more-link {
	margin-top: 30px;
	text-decoration: underline !important;
	font-size: 1.8rem;
	font-weight: 500;
	position: relative;
	line-height: 1.77;
	display: inline-block;
	background-color: #fff;
	padding-right: 45px;
}
.news-more-link::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	background-image: url(../images/common/arrow_or.png);
	transform: translateY(-50%) translateX(0%);
	top: 50%;
	right: 0;
}

#top-news .flyer-box {
	width: 370px;
	background: #EF7A00;
	padding: 10px 10px 20px;
	border-radius: 8px;
	box-sizing: border-box;
	position: relative;
}

#top-news .flyer-thumb {
	display: block;
	width: 350px;
	height: 250px;
	border-radius: 12px;
	overflow: hidden;
	background: #D9D9D9;
	text-decoration: none;
}

#top-news .flyer-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#top-news .flyer-bottom {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: space-between;
}

#top-news .flyer-title {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.02em;
	color: #fff;
}

#top-news .flyer-badge {
	background: #fff;
	border-radius: 4px;
	color: #E27920;
	font-size: 1.6rem;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	line-height: 2;
	padding: 0 10px;
}

#top-news .flyer-open {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
}

#top-news .flyer-empty {
	width: 350px;
	height: 250px;
	border-radius: 12px;
	background: #E5E5E5;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #C1C1C1;
	font-size: 1.8rem;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#top-news .content-box {
		margin-top: 40px;
		gap: 30px;
		flex-direction: column;
	}
	#top-news .news-cat {
		padding: 5px 10px;
		min-width: auto;
		margin-right: 10px;
	}
	#top-news .news-ttl {
		font-size: 1.5rem;
	}
	#top-news .flyer-box {
		max-width: 370px;
		width: 100%;
		margin-left: auto;
	}
	#top-news .flyer-thumb {
		aspect-ratio: 350 / 250;
		width: 100%;
		height: auto;
	}
	#top-news .flyer-title {
		font-size: 1.8rem;
	}
	#top-news .flyer-badge {
		font-size: 1.4rem;
	}
	#top-news .flyer-title-row {
		flex-wrap: wrap;
	}
	#top-news .flyer-open {
		position: relative;
	}
	.news-more-link {
		font-size: 1.4rem;
	}
}

#top-message {
	position: relative;
	overflow: hidden;
}

#top-message::after {
	content: "";
	position: absolute;
	transform: translateY(0%);
	top: 95px;
	right: -100px;
	width: 928px;
	height: 267px;
	background: url(../images/top/message_illust.png) no-repeat right top;
	background-size: contain;
	pointer-events: none;
}

#top-message .message-content {
	margin-top: 50px;
	position: relative;
	z-index: 1;
	align-items: flex-end;
	gap: 60px;
	justify-content: space-between;
}

#top-message .message-catch {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.68;
	letter-spacing: 0.02em;
	color: #4D4948;
}

#top-message .message-desc {
	margin-top: 50px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.2;
	letter-spacing: 0.02em;
	color: #000;
}

#top-message .message-btn {
	min-width: 280px;
	color: #EF7A00;
	border: 2px solid #EF7A00;
	border-radius: 90px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	padding: 23px 30px;
	text-align: left;
	position: relative;
	background-color: #fff;
}

#top-message .message-btn::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 11px;
	transform: translateY(-50%) translateX(0%);
}
@media screen and (max-width: 1250px) {
	#top-message::after {
		aspect-ratio: 928 / 267;
		height: auto;
		width: 74.2vw;
		top: 13%;
	}
}
@media screen and (max-width: 767px) {
	#top-message::after {
		content: none;
	}
	#top-message .message-content {
		margin-top: 30px;
		gap: 40px;
	}
	#top-message .message-catch {
		font-size: 2rem;
	}
	#top-message .message-desc {
		margin-top: 30px;
		font-size: 1.4rem;
	}
	#top-message .message-btn {
		min-width: unset;
		width: 100%;
		font-size: 1.4rem;
	}
}


#point {
	position: relative;
	margin-top: 80px;
}

#point::before {
	content: "";
	position: absolute;
	top: -136px;
	left: 0;
	width: 100%;
	height: 138px;
	background: transparent no-repeat top center;
	background-image: url(../images/common/section_wave.svg);
	background-size: cover;
}

#point .content-width {
	position: relative;
}

#point .content-width::before {
	content: "";
	position: absolute;
	top: -75px;
	right: 80px;
	width: 453px;
	height: 232px;
	background: url(../images/top/point_illust.png) no-repeat right top;
	background-size: contain;
	pointer-events: none;
}

#point .content-width::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 283px;
	height: 196px;
	background: url(../images/top/point_illust_02.png) no-repeat;
	background-size: contain;
	pointer-events: none;
	bottom: -75px;
	left: -120px;
	z-index: 1;
}

#point .point-content {
	margin-top: 50px;
	align-items: flex-end;
	gap: 50px;
}

#point .point-circles {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	width: 100%;
}

#point .point-circle {
	width: 280px;
	height: 280px;
	border: 6px solid #FEFAF1;
	border-radius: 50%;
	background: #EF7A00;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	position: relative;
}

#point .point-circle + .point-circle {
	margin-left: -27px;
}

#point .point-circle span {
	display: block;
	padding: 0 18px;
}

#point .point-circle.is-1 { z-index: 1; }
#point .point-circle.is-2 { z-index: 2; }
#point .point-circle.is-3 { z-index: 3; }
#point .point-circle.is-4 { z-index: 4; }

#point .point-more-link {
	min-width: 280px;
	color: #EF7A00;
	border: 2px solid #EF7A00;
	border-radius: 90px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	padding: 23px 30px;
	text-align: left;
	margin: 0 0 0 auto;
	position: relative;
	background-color: #fff;
}
#point .point-more-link::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 11px;
	transform: translateY(-50%) translateX(0%);
}
@media screen and (max-width: 1340px) {
	#point .content-width::after {
		left: 0;
	}
}
@media screen and (max-width: 1250px) {
	#point .content-width::before {
		aspect-ratio: 453 / 232;
		height: auto;
		width: 38vw;
	}
}
@media screen and (max-width: 1094px) {
	#point .point-circles {
		justify-content: center;
	}
	#point .point-circle {
		aspect-ratio: 1 / 1;
		height: auto;
		width: 26.923%;
		font-size: 2.131vw;
	}
}
@media screen and (max-width: 767px) {
	#point {
		margin-top: 40px;
	}
	#point .content-width::before,
	#point .content-width::after {
		content: none;
	}
	#point::before {
		top: -7.5vw;
		height: auto;
		aspect-ratio: 1622 / 138;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	#point .point-content {
		align-items: center;
		flex-direction: column;
	}
	#point .point-circles {
		flex-wrap: wrap;
		width: 100%;
	}
	#point .point-circle {
		aspect-ratio: 1 / 1;
		max-width: 280px;
		width: 50%;
		height: auto;
		font-size: clamp(12px, 4vw, 20px);
		border: 3px solid #FEFAF1;
	}
	#point .point-circle + .point-circle {
		margin-left: 0;
	}
	#point .point-circle:nth-child(n + 3) {
		margin-top: -25px;
	}
	#point .point-more-link {
		min-width: unset;
		width: 100%;
		font-size: 1.4rem;
	}
}

#top-menu .sec-inner {
	padding-top: 0;
}
#top-menu .content-width {
	display: flex;
	flex-direction: column;
}
#top-menu .menu-grid {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 40px;
}

#top-menu .menu-card {
	display: block;
	text-decoration: none;
	color: inherit;
}

#top-menu .menu-img {
	position: relative;
	border-radius: 6px;
	background: #ddd;
	width: 320px;
	height: 250px;
}

#top-menu .menu-img img {
	display: block;
	width: 100%;
	height: auto;
}

#top-menu .menu-ico {
	position: absolute;
	right: -3px;
	bottom: -30px;
	width: 100px;
	height: 100px;
}

#top-menu .menu-body {
	margin-top: 30px;
}

#top-menu .menu-ttl {
	font-size: 2.8rem;
	font-weight: 700;
	color: #EF7A00;
	letter-spacing: 0.08em;
	line-height: 1.1;
	position: relative;
}
#top-menu .menu-ttl span {
	font-size: 1.2rem;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -17px;
}
#top-menu .menu-desc {
	margin-top: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	color: #4D4948;
}


#top-menu .menu-more-link {
	margin-top: 60px;
	min-width: 280px;
	color: #EF7A00;
	border: 2px solid #EF7A00;
	border-radius: 90px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	padding: 23px 30px;
	text-align: left;
	position: relative;
	background-color: #fff;
	display: inline-block;
	align-self: flex-end;
}

#top-menu .menu-more-link::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 11px;
	transform: translateY(-50%) translateX(0%);
}
@media screen and (max-width: 1129px) {
	#top-menu .menu-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	#top-menu .menu-img {
		aspect-ratio: 320 / 250;
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	#top-menu .sec-inner {
		padding-top: 40px;
	}
	#top-menu .menu-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 15px;
	}
	#top-menu .menu-card {
		width: 100%;
	}
	#top-menu .menu-img {
		aspect-ratio: 320 / 250 ;
		width: 100%;
		height: auto;
	}
	#top-menu .menu-ttl {
		font-size: 2rem;
	}
	#top-menu .menu-desc {
		font-size: 1.4rem;
	}
	#top-menu .menu-ico {
		width: max(13vw, 60px);
		height: auto;
	}
	#top-menu .menu-more-link {
		min-width: unset;
		width: 100%;
		font-size: 1.4rem;
		margin-top: 30px;
	}
	#top-menu .menu-ttl span {
		line-height: 1.7;
		position: static;
	}
}

#top-case .case-head {
	display: flex;
	align-items: flex-end;
	position: relative;
}

#top-case .case-head::after {
	content: "";
	position: absolute;
	width: 460px;
	height: 67px;
	background: url(../images/top/case_illust.png) no-repeat;
	background-size: contain;
	pointer-events: none;
	bottom: 0px;
	left: 50%;
	z-index: 1;
	transform: translateY(0%) translateX(-50%);
}

#top-case .case-slider {
	margin-top: 30px;
	position: relative;
	overflow: visible;
}

#top-case .case-card {
	width: 320px;
}

#top-case .case-img {
	display: block;
	aspect-ratio: 1 / 1;
	height: auto;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}

#top-case .case-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#top-case .case-tags {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

#top-case .case-tag {
	margin: 0;
}

#top-case .case-tag-link {
	display: inline-block;
	border: 1px solid #E27920;
	border-radius: 6px;
	padding: 5px 10px;
	color: #E27920;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	background: transparent;
}

#top-case .case-ttl {
	margin-top: 20px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
	color: #312C27;
}

#top-case .case-ttl-link {
	color: inherit;
	text-decoration: none;
}

#top-case .case-slider .slick-slide {
	width: 320px;
}

#top-case .case-card {
	width: 320px;
	box-sizing: border-box;
}

#top-case .case-slider .slick-dots {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 10px;
	position: static;
	margin-top: 20px;
}

#top-case .case-slider .slick-dots li {
	margin: 0;
	padding: 0;
}

#top-case .case-slider .slick-dots button {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #E6DED8;
	padding: 0;
	font-size: 0;
	border: none;
	cursor: pointer;
}

#top-case .case-slider .slick-dots li.slick-active button {
	background: #EF7A00;
}

#top-case .case-slider .slick-arrow {
	width: 50px;
	height: 50px;
	z-index: 5;
}

#top-case .case-slider .slick-prev,
#top-case .case-slider .slick-next {
	top: 160px;
	transform: translateY(-50%);
}

#top-case .case-slider .slick-prev {
	left: -25px;
}

#top-case .case-slider .slick-next {
	right: -25px;
}

#top-case .case-slider .slick-prev:before,
#top-case .case-slider .slick-next:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#top-case .case-slider .slick-prev:before {
	background-image: url(../images/top/arrow_prev.png);
}

#top-case .case-slider .slick-next:before {
	background-image: url(../images/top/arrow_next.png);
}

#top-case .case-slider .slick-slide {
	padding: 0 20px;
}

#top-case .case-slider .slick-list {
	margin: 0 -20px;
}

.case-more-link {
	text-decoration: underline !important;
	font-size: 1.8rem;
	font-weight: 500;
	position: relative;
	line-height: 1.77;
	display: inline-block;
	background-color: #fff;
	padding-right: 45px;
}

.case-more-link::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	background-image: url(../images/common/arrow_or.png);
	transform: translateY(-50%) translateX(0%);
	top: 50%;
	right: 0;
}
@media screen and (max-width: 1000px) {
	#top-case .case-slider .slick-prev, #top-case .case-slider .slick-next {
		top: 22vw;
	}
	#top-case .case-head::after {
		aspect-ratio: 460 / 67;
		width: 40%;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	#top-case .case-head::after {
		content: none;
	}
	#top-case .case-head {
		flex-direction: column;
		gap: 15px;
	}
	.case-more-link {
		font-size: 1.4rem;
	}
	#top-case .case-img {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}
	#top-case .case-ttl {
		font-size: 1.6rem;
	}
	#top-case .case-slider .slick-prev, #top-case .case-slider .slick-next {
		top: 38vw;
	}
	#top-case .case-slider .slick-arrow {
		width: 40px;
		height: 40px;
	}
	#top-case .case-slider .slick-prev:before, #top-case .case-slider .slick-next:before {
		width: 40px;
		height: 40px;
	}
	#top-case .case-slider .slick-next {
		right: 5px;
	}
	#top-case .case-slider .slick-prev {
		left: 7px;
	}
	#top-case .case-slider .slick-slide {
		width: auto;
	}
	#top-case .case-slider .slick-dots li {
		width: 16px;
		height: 16px;
	}
}

.staff {
	padding: 120px 0;
	overflow: hidden;
}

.staff-head {
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 24px;
	margin-bottom: 40px;
}

.staff-en {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #F08A00;
}

.staff-ttl {
	font-size: 4.8rem;
	font-weight: 700;
	color: #4D4948;
	line-height: 1.1;
}

.staff-nav {
	margin-left: auto;
	display: flex;
	gap: 15px;
}

.staff-slider {
	position: relative;
}

.staff-slide {
	margin-right: 50px;
	margin-left: 50px;
}

.staff-item {
	text-align: center;
}

.staff .slick-list {
	overflow: visible;
}

.staff-img {
	display: block;
	width: 270px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto;
}

.staff-position {
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #A09C97;
	line-height: 1.2;
}

.staff-name {
	margin-top: 6px;
	font-size: 3.2rem;
	font-weight: 700;
	color: #4D4948;
	line-height: 1.2;
}

.staff .slick-list {
	overflow: visible;
}

.staff .slick-track {
	display: flex;
	align-items: flex-start;
}

.staff .slick-slide:last-child {
	margin-right: 0;
}

.staff .slick-arrow {
	position: static;
	width: 50px;
	height: 50px;
	z-index: 2;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.staff .slick-prev {
	background: url(../images/common/slick_prev.png) ;
	background-size: cover;
	background-repeat: no-repeat;
}

.staff .slick-next {
	background: url(../images/common/slick_next.png) ;
	background-size: cover;
	background-repeat: no-repeat;
}

.staff .slick-prev::before,
.staff .slick-next::before {
	content: none;
}

@media screen and (max-width: 767px) {
	.staff {
		padding: 40px 0;
	}
	.staff .slick-arrow {
		width: 30px;
		height: 30px;
	}
	.staff-slide {
		margin-right: 5px;
		margin-left: 12px;
	}
	.staff-img {
		width: 130px;
	}
	.staff-position {
		font-size: 1.4rem;
	}
	.staff-name {
		font-size: 1.6rem;
	}
}
#top-blog {
	position: relative;
}
#top-blog .sec-inner {
	padding-bottom: 0;
}
#top-blog .content-width {
	position: relative;
	padding-bottom: 180px;
}
#top-blog .content-width::before {
	content: "";
	position: absolute;
	width: 148px;
	height: 198px;
	background: url(../images/top/blog_illust_01.png) no-repeat;
	background-size: contain;
	pointer-events: none;
	top: 0;
	right: -148px;
	z-index: 1;
	transform: translateY(0%) translateX(0%);
}

#top-blog .content-width::after {
	content: "";
	position: absolute;
	width: 206px;
	height: 231px;
	background: url(../images/top/blog_illust_02.png) no-repeat;
	background-size: contain;
	pointer-events: none;
	bottom: 0;
	left: 0;
	z-index: 1;
	transform: translateY(0%) translateX(0%);
}

.blog-wrap {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

.blog-left {
	width: 280px;
	flex-shrink: 0;
}

.blog-right {
	position: relative;
	flex: 1;
}

.blog-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-item {
	border-bottom: 1px solid #E7E5E3;
}

.blog-link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px 0 30px;
	text-decoration: none;
	color: inherit;
}

.blog-item:first-child .blog-link {
	padding-top: 0;

}

.blog-thumb {
	width: 140px;
	height: 105px;
	flex-shrink: 0;
}

.blog-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.blog-meta {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.blog-cat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 108px;
	height: 40px;
	border-radius: 90px;
	background: #EF7A00;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
}

.blog-date {
	font-size: 1.8rem;
	font-weight: 500;
	color: #4D4948;
	font-family: "Work Sans", sans-serif;
}

.blog-ttl {
	font-size: 2.2rem;
	font-weight: 700;
	color: #4D4948;
	line-height: 1.4;
	margin: 0;
}

.blog-more {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.blog-more-link {
	position: relative;
	padding-right: 45px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #4D4948;
	text-decoration: none;
	text-decoration: underline !important;
}

.blog-more-link::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	background-image: url(../images/common/arrow_or.png);
	transform: translateY(-50%) translateX(0%);
	top: 50%;
	right: 0;
}

@media screen and (max-width: 767px) {
	#top-blog .content-width::before,
	#top-blog .content-width::after {
		content: none;
	}
	#top-blog .content-width {
		padding-bottom: 0;
	}
	#top-blog .sec-inner {
		padding-bottom: 40px;
	}
	.blog-wrap {
		flex-direction: column;
		gap: 40px;
	}
	.blog-cat {
		font-size: 1.4rem;
		width: auto;
		height: auto;
		padding: 3px 10px;
	}
	.blog-date {
		font-size: 1.4rem;
	}
	.blog-ttl {
		font-size: 1.4rem;
	}
	#top-blog::after {
		display: none;
	}
	.blog-more-link {
		font-size: 1.4rem;
	}

}
#faq .content-box {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	flex-direction: column;
}
#faq .reformFaq-item {
	border: 2px solid #F2F2F2;
	padding: 20px;
	border-radius: 6px;
}
#faq .reformFaq-item.is-open {
	background-color: #FDF6ED;
	border: 2px solid #FFEFDB;
}
#faq .reformFaq-item + .reformFaq-item {
	margin-top: 20px;
}
#faq .reformFaq-q {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	color: #4D4948;
}
#faq .reformFaq-qIcon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #EF7A00;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 2rem;
	flex: 0 0 48px;
	font-family: "Work Sans", sans-serif;
}
#faq .reformFaq-qText {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}
#faq .reformFaq-item.is-open .reformFaq-qText {
	color: #EF7A00;
}
#faq .reformFaq-plus {
	margin-left: auto;
	width: 18px;
	height: 18px;
	position: relative;
	flex: 0 0 18px;
}
#faq .reformFaq-plus span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #EF7A00;
	transform: translateY(-50%);
}
#faq .reformFaq-plus span:last-child {
	transform: translateY(-50%) rotate(90deg);
	transition: opacity .2s ease;
}
#faq .reformFaq-item.is-open .reformFaq-plus span:last-child {
	opacity: 0;
}
#faq .reformFaq-a {
	overflow: hidden;
	max-height: 0;
	transition: max-height .25s ease;
}
#faq .reformFaq-aInner {
	background: #FFFFFF;
	border-radius: 6px;
	padding: 30px 68px;
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.75;
	color: #4D4948;
}
.faq-more {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.faq-more-link {
	position: relative;
	padding-right: 45px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #4D4948;
	text-decoration: none;
	text-decoration: underline !important;
}

.faq-more-link::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	background-image: url(../images/common/arrow_or.png);
	transform: translateY(-50%) translateX(0%);
	top: 50%;
	right: 0;
}
@media screen and (max-width: 767px) {
	#faq .content-box {
		flex-direction: column;
	}
	#faq .reformFaq-item {
		padding: 10px;
	}
	#faq .reformFaq-qIcon {
		width: 35px;
		height: 35px;
		font-size: 1.6rem;
		flex: 0 0 35px;
	}
	#faq .reformFaq-qText {
		font-size: 1.4rem;
	}
	#faq .reformFaq-aInner {
		padding: 10px;
		font-size: 1.4rem;
	}
	.faq-more-link {
		font-size: 1.4rem;
	}
}