@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* ファーストビュー
------------------------------------ */
#fv {
	padding-top: 370px;
	padding-bottom: 40px;
	position: relative;
	background: url(../../img/top/fv_bg02.png) no-repeat right 15% top, url(../../img/top/fv_bg01.png) no-repeat left top 80px;
}

#fvMainSliderWrap {
	width: 845px;
	position: absolute;
	top: 160px;
	left: calc(50% - 20px);
	transform: translateX(-50%);
}

#fvInner {
	width: 1400px;
	max-width: 92%;
	margin-inline: auto;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

#fvCopy {
	margin-right: 6%;
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	gap: 20px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	text-orientation: upright;
	font-family: "Zen Maru Gothic", serif;
}

#fvCopyTitle {
	padding: 30px 10px 0;
	font-size: 4.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
	background: url(../../img/top/fv_copy-title_bg.png) no-repeat center center / contain;
}

#fvCopyText {
	padding-top: 30px;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

#fvCopyText .textLg {
	font-size: 3rem;
}

#fvCopyText .textColor {
	font-weight: 700;
	color: #ab61a7;
}

#fvFukidashi {
	width: 256px;
	padding-top: 50px;
}

#fvFukidashiSlider {
	/* padding-bottom: 20px; */
	padding: 20px;
	margin: -20px;
	margin-bottom: 0;
}

.fvFukidashiItem {
	height: auto;
	padding: 15px 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	font-family: "Zen Maru Gothic", serif;
	opacity: 0;
}

.swiper-slide-active.fvFukidashiItem::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	border-radius: 20px;
	z-index: -1;
}

.swiper-slide-active.fvFukidashiItem,
.swiper-slide-duplicate-active.fvFukidashiItem {
	opacity: 1;
}

.swiper-slide-active.fvFukidashiItem::before,
.swiper-slide-duplicate-active.fvFukidashiItem::before {
	animation-name: shake;
	animation-duration: 2s;
	animation-fill-mode: both;
}

@keyframes shake {
	0% {transform: skew(0deg, 0deg);}
	5% {transform: skew(5deg, 4.2deg);}
	10% {transform: skew(-4deg, -3deg);}
	15% {transform: skew(3deg, 2.2deg);}
	20% {transform: skew(-2deg, -1.5deg);}
	25% {transform: skew(0.9deg, 0.9deg);}
	30% {transform: skew(-0.6deg, -0.6deg);}
	35% {transform: skew(0.3deg, 0.3deg);}
	40% {transform: skew(-0.2deg, -0.2deg);}
	45% {transform: skew(0.1deg, 0.1deg);}  
	50% {transform: skew(0deg, 0deg);}
}

.fvFukidashiItem::after {
	content: "";
	width: 25px;
	height: 12px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: url(../../img/top/fv_fukidashi_deco.svg) no-repeat center top / contain;
}

.fvFukidashiLabel {
	width: fit-content;
	margin-inline: auto;
	margin-bottom: 5px;
	padding: 8px 12px;
	font-size: 1.7rem;
	text-align: center;
	background-color: #ede9d9;
	border-radius: 40px;
}

.fvFukidashiText {
	margin-block: auto;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}

.fvFukidashiText .textLg {
	position: relative;
	font-size: 2.4rem;
	line-height: 1.5;
}

.fvFukidashiText .textLg::before {
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fefb00;
	z-index: -1;
	opacity: 0.4;
}

#fvFukidashiImg {
	text-align: center;
}

#fvFukidashiImg img {
	transform: translateX(10px);
}

.fvDeco {
	position: absolute;
}

#fvDeco01 {
	top: 150px;
	left: calc(50% - 740px);
}

#fvDeco02 {
	top: 150px;
	right: calc(50% - 540px);
}

#fvDeco03 {
	bottom: 30px;
	left: calc(50% + 115px);
}

@media screen and (max-width: 1400px) {
	#fv {
		padding-top: 26.429vw;
		background-size: 72.195vw, 58.537vw;
		background-position: right top, left center;
	}
	
	#fvCopy {
		margin-right: 0;
	}

	#fvMainSliderWrap {
		width: 60.357vw;
		top: calc(50% + 20px);
		transform: translate(-50%, -50%);
	}

	#fvCopyTitle {
		font-size: 3.6rem;
	}

	#fvDeco01 {
		width: 26.714vw;
		top: 130px;
		left: 0.714vw;
	}

	#fvDeco02 {
		width: 21.429vw;
		top: 130px;
		right: 11.429vw;
	}

	#fvDeco03 {
		width: 14.214vw;
		left: 58.214vw;
		bottom: 80px;
	}
}

/* 業務内容
------------------------------------ */
#service {
	padding-top: 140px;
	padding-bottom: 30px;
	position: relative;
}

.serviceBg {
	position: absolute;
}

#serviceBg01 {
	top: 0;
	left: 0;
}

#serviceBg02 {
	top: 50%;
	right: 0;
}

#service .inner {
	position: relative;
	z-index: 1;
}

#serviceTextWrap {
	position: relative;
	margin-bottom: 80px;
	text-align: center;
}

#serviceText {
	line-height: 1.9;
}

#serviceLink {
	padding: 20px 22px 15px 32px;
	position: absolute;
	top: -5px;
	right: -5px;
	display: inline-block;
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.45;
	background: url(../../img/top/service_link_bg.svg) no-repeat center center / contain;
}

#serviceLink::after {
	content: "";
	width: 38px;
	height: 38px;
	margin: 5px auto 0;
	display: block;
	background: url(../../img/common/icon_arrow_circle.svg) no-repeat center center / contain;
}

#serviceList {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 40px;
}

.serviceListItem {
	flex-grow: 1;
}

.serviceListItem a {
	min-height: 195px;
	margin-left: 20px;
	padding: 30px 20px 30px 265px;
	position: relative;
	display: flex;
	/* background-color: #fbf4fd; */
	background: linear-gradient(to right, #fbf4fd 0 calc(100% - 76px), transparent calc(100% - 76px) 100%),
		linear-gradient(to bottom, #fbf4fd 0 calc(100% - 79px), transparent calc(100% - 79px) 100%);
	border-radius: 25px;
}

.serviceListItem a::after {
	content: "";
	width: 76px;
	height: 79px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right 1px bottom 3px, left top;
	background-size: 48px, contain;
	background-image: url(../../img/common/icon_arrow_circle.svg), url(../../img/common/link_deco_corner.svg);
	z-index: -1;
}

.serviceListImg {
	width: 260px;
	position: absolute;
	top: -20px;
	left: -20px;
	border-radius: 15px;
	overflow: hidden;
}

.serviceListImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.serviceListContent {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.serviceListTitle {
	font-size: 2.8rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
}

.serviceListTitleLabel {
	width: 90px;
	height: 90px;
	margin-right: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	font-size: 1.6rem;
	color: #ab61a7;
	background-color: #ffffff;
	border: 1px solid #ab61a7;
	border-radius: 50%;
}

.serviceListTextList {
	column-count: 2;
	column-gap: 20px;
}

.serviceListTextList li {
	line-height: 1.7;
}

.serviceListItem:nth-child(1) .serviceListContent {
	flex-direction: column;
	align-items: flex-start;
}

.serviceListItem:nth-child(1) .serviceListTitle {
	width: 90%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #af79ac;
}

.serviceListItem:nth-child(2),
.serviceListItem:nth-child(3) {
	width: calc(50% - 20px);
}

.serviceListItem:nth-child(3) .serviceListTitle {
	font-size: 2.5rem;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.serviceListItem:nth-child(3) .serviceListTitle {
		font-size: 2.1rem;
	}
}

.serviceListItem:nth-child(4) .serviceListTitle {
	height: 100%;
	margin-right: 30px;
	padding-right: 30px;
	display: flex;
	align-items: center;
	border-right: 1px solid #af79ac;
}

/* 私たちの想い
------------------------------------ */
#thought {
	padding-top: 380px;
	position: relative;
	background-image: url(../../img/common/section_deco_top-wave.png), linear-gradient(to bottom, #ffffff, #ffffff 500px, #faf7fa 500px, #faf7fa);
	background-repeat: no-repeat;
	background-position: center top, center center;
}

@media screen and (min-width: 1750px) {
	#thought {
		background-size: 100%;
	}
}

.thoughtBg {
	position: absolute;
}

#thoughtBg01 {
	top: -120px;
	left: 0;
}

#thought .inner {
	position: relative;
	z-index: 1;
}

#thoughtWrap {
	display: flex;
}

#thoughtContent {
	width: 45%;
	flex-shrink: 0;
	padding-top: 40px;
}

#thoughtTitle {
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.67;
}

#thoughtText {
	margin-bottom: 50px;
	line-height: 1.78;
}

#thoughtImg {
	margin-right: calc(50% - 50vw);
	padding-right: 40px;
	flex-grow: 1;
}


/* 事例紹介
------------------------------------ */
#case {
	padding-top: 120px;
	background-color: #faf7fa;
}

#caseSliderWrap {
	position: relative;
}

#caseSlider {
	margin-inline: calc(50% - 50vw);
}

.caseSliderItem {
	width: 310px;
	padding: 20px 20px 30px;
	background-color: #ffffff;
	border-radius: 25px;
}

.caseSliderItem a {
	display: block;
}

.caseSliderImg {
	height: 180px;
	margin-bottom: 15px;
	border-radius: 15px;
	overflow: hidden;
}

.caseSliderImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.caseSliderTextWrap {
	padding-inline: 10px;
}

.caseSliderDate {
	margin-bottom: 5px;
	display: block;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.075em;
	color: #8d8d8d;
}

.caseSliderTitle {
	font-size: 1.6rem;
	line-height: 1.625;
}

.caseSliderLabel {
	padding: 5px 12px;
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", serif;
	color: #ffffff;
	background-color: #868585;
	border-radius: 18px;
	display: inline-block;
}

#caseSliderWrap .swiper-button-prev,
#caseSliderWrap .swiper-button-next {
	width: 50px;
	height: 50px;
	margin-top: 0;
	position: absolute;
	background-size: contain;
}

#caseSliderWrap .swiper-button-prev {
	top: -75px;
	left: auto;
	right: 70px;
	background-image: url(../../img/common/icon_slider_prev.svg);
}

#caseSliderWrap .swiper-button-next {
	top: -75px;
	right: 0;
	background-image: url(../../img/common/icon_slider_next.svg);
}

/* 新着情報・コラム
------------------------------------ */
#article {
	padding-top: 120px;
	position: relative;
	background-color: #faf7fa;
}

.articleBg {
	position: absolute;
}

#articleBg01 {
	right: 0;
	bottom: -100px;
}

#articleBoxWrap {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.articleBox {
	width: 46.5%;
}

.articleBox .heading01 {
	margin-bottom: 10px;
	font-size: 3.2rem;
	text-align: left;
}

.articleList {
	margin-bottom: 20px;
}

.articleListItem + .articleListItem {
	border-top: 1px solid rgba(4, 0, 0, 0.2);
}

.articleListItem a {
	padding-block: 20px;
	display: flex;
	align-items: flex-start;
	gap: 25px;
}

.articleListImg {
	width: 23%;
	height: 80px;
	flex-shrink: 0;
	border-radius: 10px;
	overflow: hidden;
}

.articleListImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.articleListMeta {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.articleListDate {
	flex-shrink: 0;
	font-size: 1.6rem;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.1em;
}

.articleListLabel {
	padding: 3px 10px;
	font-size: 1.3rem;
	font-family: "Zen Maru Gothic", serif;
	color: #ffffff;
	background-color: #868585;
	border-radius: 18px;
	display: inline-block;
}

.articleListTitle {
	font-size: 1.6rem;
}

.articleMoreLink {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.025em;
}

.articleMoreLink::after {
	content: "";
	width: 1.22em;
	height: 1.22em;
	background: url(../../img/common/icon_arrow_circle.svg) no-repeat center center / contain;
}

/* リンクエリア
------------------------------------ */
#linkArea {
	padding-top: 120px;
	background-color: #faf7fa;
}

#linkAreaList {
	display: flex;
	justify-content: space-between;
	gap: 20px 3.5%;
}

.linkAreaListItem {
	flex: 1;
}

.linkAreaListItem a {
	height: 150px;
	padding-left: 10px;
	padding-right: 15px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	background-color: #fff;
	border-radius: 20px;
}

.linkAreaListItem a::after {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url(../../img/common/icon_arrow_circle.svg) no-repeat center center / contain;
}

.linkAreaListImg {
	height: 100%;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.linkAreaListItem:nth-child(1) .linkAreaListImg {
	width: 130px;
}

.linkAreaListItem:nth-child(2) .linkAreaListImg {
	width: 159px;
}

.linkAreaListItem:nth-child(3) .linkAreaListImg {
	width: 100px;
}

.linkAreaListText {
	font-size: 2.2rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.025em;
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	#serviceLink {
		transition: all 0.3s ease 0s;
	}

	#serviceLink:hover {
		opacity: 0.7;
	}

	.serviceListItem a {
		transition: all 0.3s ease 0s;
	}

	.serviceListItem a:hover {
		opacity: 0.7;
	}

	.caseSliderItem a {
		transition: all 0.3s ease 0s;
	}

	.caseSliderItem a:hover {
		opacity: 0.7;
	}

	#caseSliderWrap .swiper-button-prev,
	#caseSliderWrap .swiper-button-next {
		transition: all 0.3s ease 0s;
	}

	#caseSliderWrap .swiper-button-prev:hover,
	#caseSliderWrap .swiper-button-next:hover {
		opacity: 0.5;
	}

	.articleListItem a {
		transition: all 0.3s ease 0s;
	}

	.articleListItem a:hover {
		opacity: 0.7;
	}

	.articleMoreLink {
		transition: all 0.3s ease 0s;
	}

	.articleMoreLink:hover {
		opacity: 0.7;
	}

	.linkAreaListItem a {
		transition: all 0.3s ease 0s;
	}

	.linkAreaListItem a:hover {
		opacity: 0.7;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* ファーストビュー
	------------------------------------ */
	#fv {
		padding-top: 240px;
		background: url(../../img/top/fv_bg_sp01.png) no-repeat left bottom, url(../../img/top/fv_bg_sp02.png) no-repeat right top;
	}

	#fvMainSliderWrap {
		width: 630px;
		top: 140px;
		transform: translateX(-50%);
	}

	#fvInner {
		align-items: flex-end;
	}

	#fvCopy {
		margin-bottom: 120px;
		flex-direction: row;
	}

	#fvCopyTitle {
		font-size: 3.8rem;
	}

	#fvFukidashi {
		width: auto;
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-end;
	}

	#fvFukidashiSlider {
		width: 256px;
		margin-left: 0;
		padding: 0;
	}

	.fvFukidashiItem {
		padding: 15px 10px 15px 20px;
	}
 
	.swiper-slide-active.fvFukidashiItem::before {
		background: url(../../img/top/fv_fukidashi_item_bg.svg) no-repeat center center / contain;
		border-radius: 0;
	}

	.fvFukidashiItem::after {
		content: none;
	}

	#fvDeco01 {
		width: auto;
		top: 640px;
		left: 240px;
	}

	#fvDeco02 {
		width: auto;
		top: 80px;
		right: 60px;
	}

	#fvDeco03 {
		width: auto;
		bottom: auto;
		left: 40px;
		top: 530px;
	}

	/* 業務内容
	------------------------------------ */
	#service {
		padding-top: 80px;
	}

	#serviceBg01 {
		width: 34.244vw;
	}

	#serviceBg02 {
		width: 25.366vw;
	}

	#serviceTextWrap {
		margin-bottom: 120px;
	}

	#serviceText {
		margin-bottom: 20px;
	}

	#serviceLink {
		width: 156px;
		height: 156px;
		padding: 20px 20px 15px;
		position: static;
		background: #fbf4fd;
		border-radius: 50%;
	}

	#serviceList {
		gap: 170px 20px;
	}

	.serviceListItem a {
		min-height: 195px;
		margin-left: 20px;
		padding: 50px 20px 40px 60px;
	}

	.serviceListImg {
		top: -140px;
	}

	/* 私たちの想い
	------------------------------------ */
	#thought {
		padding-top: 240px;
		background-image: url(../../img/common/section_deco_top-wave.png), linear-gradient(to bottom, #ffffff, #ffffff 200px, #faf7fa 200px, #faf7fa);
		background-position: center top -80px, center center;
	}

	#thoughtBg01 {
		width: 38.244vw;
	}

	#thoughtWrap {
		flex-direction: column;
	}

	#thoughtContent {
		width: 100%;
	}

	#thoughtImg {
		margin-right: 0;
		padding-right: 0;
		order: -1;
	}

	#thoughtLink {
		text-align: center;
	}

	/* 新着情報・コラム
	------------------------------------ */
	#articleBg01 {
		width: 26.634vw;
	}
	
	#articleBoxWrap {
		flex-direction: column;
		gap: 60px;
	}

	.articleBox {
		width: 100%;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* リンクエリア
	------------------------------------ */
	#linkAreaList {
		gap: 2.5%;
	}

	.linkAreaListItem:nth-child(1) .linkAreaListImg {
		width: 65px;
	}

	.linkAreaListItem:nth-child(2) .linkAreaListImg {
		width: 100px;
	}

	.linkAreaListItem:nth-child(3) .linkAreaListImg {
		width: 55px;
	}

	.linkAreaListItem a {
		height: 125px;
		padding-left: 5px;
		padding-right: 15px;
	}

	.linkAreaListItem a::after {
		width: 30px;
		height: 30px;
	}

	.linkAreaListText {
		font-size: 2rem;
	}
}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* ファーストビュー
	------------------------------------ */
	#fv {
		padding-top: 100px;
		padding-bottom: 0;
		background-size: 222px, 288px;
	}

	#fvMainSliderWrap {
		width: 308px;
		top: 50px;
	}

	#fvCopy {
		margin-left: -10px;
		margin-bottom: 0;
	}

	#fvCopyTitle {
		padding: 20px 6px 0;
		font-size: 2.1rem;
		letter-spacing: 0.15em;
	}

	#fvCopyText {
		padding-top: 0;
		padding-right: 10px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	#fvCopyText .textLg {
		font-size: 2rem;
	}

	#fvFukidashi {
		padding-top: 0;
	}

	#fvFukidashiSlider {
		width: 140px;
		padding-bottom: 0;
	}

	.fvFukidashiItem {
		padding: 16px 5px 12px 10px;
	}

	.fvFukidashiLabel {
		padding: 4px 20px;
		font-size: 1rem;
	}

	.fvFukidashiText {
		font-size: 1rem;
	}

	.fvFukidashiText .textLg {
		font-size: 1.3rem;
	}

	.fvFukidashiText .textLg::before {
		height: 5px;
	}

	#fvFukidashiImg {
		width: 84px;
	}

	#fvFukidashiImg img {
		transform: translate(0);
	}

	#fvDeco01 {
		width: 157px;
		top: 325px;
		left: 50px;
	}

	#fvDeco02 {
		width: 174px;
		top: 28px;
		right: 26px;
	}

	#fvDeco03 {
		width: 94px;
		left: 15px;
		top: 248px;
	}

	/* 業務内容
	------------------------------------ */
	#serviceTextWrap {
		margin-bottom: 60px;
	}

	#serviceLink {
		width: 145px;
		height: 145px;
	}

	#serviceList {
		row-gap: 60px;
	}

	.serviceListItem a {
		margin-left: 15px;
		padding: 0 20px 30px;
		flex-direction: column;
		background: linear-gradient(to right, #fbf4fd 0 calc(100% - 60px), transparent calc(100% - 60px) 100%),
			linear-gradient(to bottom, #fbf4fd 0 calc(100% - 62px), transparent calc(100% - 62px) 100%);
	}

	.serviceListItem a::after {
		width: 60px;
		height: 62px;
		background-size: 36px, 100%;
	}

	.serviceListImg {
		width: 100%;
		position: relative;
		top: -20px;
		left: -35px;
	}

	.serviceListTitle {
		font-size: 2.3rem;
		line-height: 1.3;
	}

	.serviceListTitleLabel {
		width: 60px;
		height: 60px;
		margin-right: 10px;
		display: flex;
		font-size: 1.2rem;
	}

	.serviceListItem:nth-child(2),
	.serviceListItem:nth-child(3) {
		width: 100%;
	}

	.serviceListItem:nth-child(1) .serviceListTitle {
		width: 100%;
	}

	.serviceListItem:nth-child(3) .serviceListTitle {
		font-size: 2.1rem;
	}

	.serviceListItem:nth-child(4) .serviceListContent {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.serviceListItem:nth-child(4) .serviceListTitle {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-right: none;
		border-bottom: 1px solid #af79ac;
	}

	/* 私たちの想い
	------------------------------------ */
	#thought {
		padding-top: 120px;
		background-size: 100%;
		background-position: center top 0px, center center;
		background-image: url(../../img/common/section_deco_top-wave.png), linear-gradient(to bottom, #ffffff, #ffffff 13.333vw, #faf7fa 13.333vw, #faf7fa);
	}

	#thoughtBg01 {
		top: -60px;
	}

	#thoughtTitle {
		font-size: 2.4rem;
	}

	#thoughtText {
		margin-bottom: 30px;
		text-align: justify;
	}

	/* 事例紹介
	------------------------------------ */
	#case {
		padding-top: 80px;
	}

	#caseSliderWrap {
		padding-bottom: 70px;
	}

	.caseSliderItem {
		width: 100%;
		padding: 15px 15px 30px;
		border-radius: 20px;
	}

	.caseSliderDate {
		font-size: 15px;
	}

	.caseSliderTitle {
		font-size: 15px;
		text-align: justify;
	}

	.caseSliderLabel {
		font-size: 15px;
	}

	#caseSliderWrap .swiper-button-prev,
	#caseSliderWrap .swiper-button-next {
		width: 45px;
		height: 45px;
		top: auto;
		bottom: 0;
	}

	#caseSliderWrap .swiper-button-prev {
		right: calc(50% + 10px);
	}
	
	#caseSliderWrap .swiper-button-next {
		right: auto;
		left: calc(50% + 10px);
	}

	/* 新着情報・コラム
	------------------------------------ */
	#article {
		padding-top: 80px;
	}

	#articleBg01 {
		width: 26.634vw;
		bottom: -40px;
	}

	.articleBox .heading01 {
		margin-bottom: 10px;
		font-size: 2.8rem;
	}

	.articleList {
		margin-bottom: 10px;
	}

	.articleListItem a {
		gap: 15px;
	}

	.articleListImg {
		width: 30%;
	}

	.articleListDate {
		font-size: 1.5rem;
	}

	.articleListLabel {
		font-size: 1.2rem;
	}

	.articleListTitle {
		font-size: 1.5rem;
	}

	/* リンクエリア
	------------------------------------ */
	#linkArea {
		padding-top: 80px;
	}

	#linkAreaList {
		flex-direction: column;
	}

	.linkAreaListItem a {
		height: 100px;
	}

	.linkAreaListItem a::after {
		width: 30px;
		height: 30px;
	}

	.linkAreaListItem:nth-child(1) .linkAreaListImg,
	.linkAreaListItem:nth-child(2) .linkAreaListImg,
	.linkAreaListItem:nth-child(3) .linkAreaListImg {
		width: 100px;
	}

	.linkAreaListItem:nth-child(1) .linkAreaListImg img {
		width: 72px;
	}

	.linkAreaListItem:nth-child(3) .linkAreaListImg img {
		width: 58px;
	}

	.linkAreaListText {
		font-size: 2rem;
	}
}