@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#header {
	background-color: transparent;
}

/* ファーストビュー
------------------------------------ */
#fvBg {
	position: relative;
}

#fvBg::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffc800;
	z-index: -2;
}

.fvBgDecoration {
	position: absolute;
	z-index: -1;
}

#fvBgDecoration1 {
	top: 0;
	right: 49%;
}
#fvBgDecoration2 {
	top: 380px;
	left: 0;
}
#fvBgDecoration3 {
	top: 420px;
	right: 0;
}
#fvBgDecoration4 {
	bottom: 510px;
	left: 4%;
}
#fvBgDecoration5 {
	bottom: 350px;
	right: 0;
}

@media screen and (max-width: 1699px) {
	#fvBgDecoration1 {
		width: 10.118vw;
	}
	#fvBgDecoration2 {
		width: 8.765vw;
	}
	#fvBgDecoration3 {
		width: 7.176vw;
	}
	#fvBgDecoration4 {
		width: 8.176vw;
	}
	#fvBgDecoration5 {
		width: 13.412vw;
	}
	
}

#fv {
	padding-right: 45px;
	padding-left: 45px;
}

#fvInner {
	height: calc(100vh - 200px);
	min-height: 600px;
	padding: 3% 10%;
	display: flex;
	justify-content: center;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
}

#fvContent {
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-shrink: 0;
}

#fvCopy1 {
	width: fit-content;
	margin-bottom: 10px;
	position: relative;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.025em;
    line-height: 1.7;
	color: #000;
}

#fvCopy1::after {
	content: "";
	width: 143px;
	height: 76px;
	position: absolute;
	top: 50%;
	left: calc(100% + 10px);
	transform: translateY(-50%);
	background: url(../../img/top/fv_badge.png) no-repeat center center / contain;
}

#fvCopy2 {
	margin-bottom: 20px;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.05em;
	color: #000;
}

#fvCopy2 span {
	padding-left: 0.1em;
	letter-spacing: 0.05em;
}

#fvText {
	font-size: 1.8rem;
	line-height: calc(40 / 18);
}

#mvAnime {
	width: 100%;
	max-width: 550px;
}

#fvImg {
	/* flex-grow: 1; */
	display: flex;
	justify-content: center;
	align-items: center;
}

#fvImg img {
	width: calc(100% + 80px + 20px);
	max-width: none;
	max-height: 100%;
	margin-right: -80px;
	margin-left: -20px;
	margin-bottom: -10px;
}

/* お悩み
------------------------------------ */
#trouble {
	padding-top: 110px;
	padding-bottom: 80px;
}

#troubleHead {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	font-size: 3.8rem;
	font-weight: 700;
	text-align: center;
	color: #000;
}

#troubleHead::before,
#troubleHead::after {
	content: "";
	width: 1.79em;
	height: 2.21em;
	margin-top: -50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#troubleHead::before {
	margin-right: 20px;
	background-image: url(../../img/top/trouble_head_before.svg);
}

#troubleHead::after {
	margin-left: 20px;
	background-image: url(../../img/top/trouble_head_after.svg);
}

#troubleList {
	margin-bottom: 55px;
	display: flex;
	justify-content: space-between;
	gap: 5%;
}

#troubleArrow {
	text-align: center;
}

/* サービス内容
------------------------------------ */
#service {
	padding-top: 80px;
	padding-bottom: calc(130px + 130px);  /* セクションの余白 + 下のセクション（#strengths）のネガティブマージン分 */
	position: relative;
	background-color: #f5f5f5;
}

#service::before,
#service::after {
	content: "";
	position: absolute;
	bottom: 100%;
}

#service::before {
	right: 50%;
	border-top: 240px solid transparent;
	border-left: 50vw solid #f5f5f5;
}

#service::after {
	left: 50%;
	border-top: 240px solid transparent;
	border-right: 50vw solid #f5f5f5;
}

@media screen and (max-width: 1699px) {
	#service::before {
		border-left-width: 850px;
	}

	#service::after {
		border-right-width: 850px;
	}
}

.serviceBgDecoration {
	position: absolute;
}

#serviceBgDecoration1 {
	top: 4%;
	left: 12%;
}

#serviceBgDecoration2 {
	top: 0;
	right: 7%;
}

#serviceBgDecoration3 {
	top: 18%;
	left: 0;
}

#serviceBgDecoration4 {
	top: 20%;
	right: 7%;
}

#serviceBgDecoration5 {
	top: 38%;
	left: 10%;
}

#serviceBgDecoration6 {
	top: 44%;
	right: 3%;
}

#serviceBgDecoration7 {
	top: 62%;
	left: 0;
}

#serviceBgDecoration8 {
	top: 60%;
	right: 0;
}

#serviceBgDecoration9 {
	top: 80%;
	left: 8%;
}

#serviceBgDecoration10 {
	top: 82%;
	right: 0;
}

@media screen and (max-width: 1699px) {
	#serviceBgDecoration1 {
		width: 10.882vw;
	}
	
	#serviceBgDecoration2 {
		width: 14.706vw;
	}
	
	#serviceBgDecoration3 {
		width: 13.412vw;
	}
	
	#serviceBgDecoration4 {
		width: 8.176vw;
	}
	
	#serviceBgDecoration5 {
		width: 12.118vw;
	}
	
	#serviceBgDecoration6 {
		width: 14.706vw;
	}
	
	#serviceBgDecoration7 {
		width: 13.353vw;
	}
	
	#serviceBgDecoration8 {
		width: 12.412vw;
	}
	
	#serviceBgDecoration9 {
		width: 8.176vw;
	}
	
	#serviceBgDecoration10 {
		width: 9.059vw;
	}
}

#serviceInner {
	position: relative;
	z-index: 1;
}

#serviceHeadImg {
	margin-bottom: 45px;
	text-align: center;
}

#serviceHeadImg img {
	width: 637px;
}

#serviceSubTitle {
	margin-bottom: 15px;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	color: #000;
}

#serviceTitle {
	margin-bottom: 25px;
	font-size: 3.9rem;
	font-weight: 700;
	text-align: center;
	color: #000;
}

#serviceTitle span {
	padding-right: 0.1em;
	padding-left: 0.1em;
	position: relative;
	z-index: 1;
}

#serviceTitle span::before {
	content: "";
	width: 100%;
	height: 0.4em;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #ffc800;
	border-radius: 1rem;
	z-index: -1;
}

#serviceText {
	margin-bottom: 55px;
	font-size: 1.8rem;
	line-height: calc(35 / 18);
	text-align: center;
}

#serviceContentWrap {
	margin-bottom: 130px;
	padding: 45px 40px;
	background-color: #fff;
	border: 3px solid #000;
	border-radius: 30px;
}

#serviceList {
	margin-bottom: 40px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 80px;
	gap: 20px 24px;
}

.serviceListItem {
	padding: 5px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	background-color: #eeeeee;
	border-radius: 5px;
}
.serviceListItem.textSizeMd {
	font-size: 2.4rem;
}

.serviceListItem:nth-child(1) {
	grid-row: 1 / 3;

}

#serviceLink {
	text-align: center;
}

#serviceLink .btn {
	width: 370px;
	padding: 18px 60px;
}

#serviceLink .btn::after {
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
	transform: translateY(-50%);
}

/* 効果 */
#effectHead {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	padding: 24px;
	position: relative;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	color: #000;
	background-color: #fff;
	border: 4px solid #000;
	border-radius: 50px;
}

#effectHead::after {
	content: "";
	width: 40px;
	height: 47px;
	position: absolute;
	top: calc(100% - 8px);
	left: 50%;
	transform: translateX(-50%);
	background: url(../../img/top/effect_head_decoration02.png) no-repeat center center / contain;
}

#effectHead span {
	width: 5.07em;
	height: 5.07em;
	position: absolute;
	top: -70px;
	left: -70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.8rem;
	background: url(../../img/top/effect_head_decoration01.svg) no-repeat center center / contain;
	transform: rotate(-13deg);
}

#effectList {
	margin-bottom: 120px;
	display: flex;
	justify-content: center;
	gap: 60px;
}

.effectListItem {
	width: 334px;
	height: 334px;
	padding-top: 60px;
	text-align: center;
	background-color: #ffc800;
	border-radius: 50%;
}

.effectListImg {
	height: 125px;
	margin-bottom: 10px;
}

.effectListText {
	font-size: 2.2rem;
	font-weight: 700;
}

.effectListText .textSizeMd {
	font-size: 3rem;
}

.effectListText .textSizeLg {
	font-size: 3.2rem;
}

.effectListItem:nth-child(1) img {
	width: 191px;
}

.effectListItem:nth-child(2) img {
	width: 169px;
}

/* 成功事例 */
#effectCase {
	padding: 65px 60px 80px;
	position: relative;
	background-color: #FFFFFF;
	border-radius: 24px;
	z-index: 1;
}

#effectCase::before {
	content: "";
	width: 224px;
	height: 224px;
	position: absolute;
	top: -74px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FFFFFF;
	border-radius: 50%;
	z-index: -1;
}

#effectCase::after {
	content: "";
	width: 66px;
	height: 72px;
	position: absolute;
	top: -35px;
	left: calc(50% - 5px);
	transform: translateX(-50%);
	background: url(../../img/top/effect_case_head.svg) no-repeat center center / contain;
}

#effectCaseHead {
	margin-bottom: 40px;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	color: #000;
}

#effectCaseList {
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.effectCaseListItem {
	position: relative;
	border: 4px solid #ffc800;
	border-radius: 24px;
}

.effectCaseListHead {
	width: 442px;
	max-width: 85%;
	padding: 4px 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: #ffc800;
	border-top-left-radius: calc(24px - 4px);
	border-bottom-right-radius: 24px;
}

.effectCaseListTitleNum {
	font-size: 1.8rem;
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}

.effectCaseListTitleNum span {
	margin-left: 10px;
	font-size: 4rem;
	transform: translateY(0.1em);
	display: inline-block;
}

.effectCaseListTitle {
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #000;
}

.effectCaseListBefore {
	padding: 25px 20px;
	display: flex;
	gap: 20px;
}

.effectCaseListLabel {
	width: 80px;
	height: 80px;
	margin-top: auto;
	margin-bottom: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	font-size: 1.7rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	border-radius: 50%;
}

.effectCaseListLabel::after {
	content: "";
	margin-left: -0.1em;
	display: inline-block;
}

.effectCaseListText {
	margin-top: auto;
	margin-bottom: auto;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: calc(30 / 16);
}

.effectCaseListBefore .effectCaseListLabel {
	color: #FFFFFF;
	background-color: #333333;
}

.effectCaseListAfter {
	padding: 20px 40px 20px 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: #fcf0eb;
	border-bottom-right-radius: calc(24px - 4px);
	border-bottom-left-radius: calc(24px - 4px);
}

.effectCaseListAfter .effectCaseListText {
	font-size: 1.7rem;
	line-height: calc(30 / 17);
	font-weight: 700;
	color: #d33d02;
}

.effectCaseListAfter .effectCaseListLabel {
	color: #FFFFFF;
	background-color: #d33d02;
}

.effectCaseListResult {
	margin: auto;
	padding-left: 15px;
	flex-shrink: 0;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
}

.effectCaseListResultUp {
	margin-bottom: 10px;
	padding: 6px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	line-height: 1;
	color: #d33d02;
	background-color: #FFFFFF;
	border: 2px solid #d33d02;
	border-radius: 40px;
}

.effectCaseListResultUp::before,
.effectCaseListResultUp::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.effectCaseListResultUp::before {
	top: 100%;
	border-top: 10px solid #d33d02;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
}

.effectCaseListResultUp::after {
	top: 100%;
	border-top: 7px solid #FFFFFF;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
}

.effectCaseListResultUp .textSizeLg {
	font-size: 3.2rem;
}

.effectCaseListResultUp .textSizeMd {
	font-size: 2.4rem;
}

.effectCaseListResultUp .textSup {
	margin-top: 0;
	margin-bottom: auto;
	font-size: 0.6em;
}

.effectCaseListResultUp .fontEn {
	margin-top: 4px;
}

/* .effectCaseListResultUp img {
	margin-left: 8px;
} */

.effectCaseListResultYen {
	display: flex;
	align-items: center;
	gap: 10px;
}

.effectCaseListResultBefore {
	font-size: 2rem;
}

.effectCaseListResultBefore .textSizeLg {
	font-size: 4.7rem;
}

.effectCaseListResultAfter {
	font-size: 2.4rem;
	color: #d33d02;
}

.effectCaseListResultAfter .textSizeLg {
	font-size: 5.2rem;
}

.effectCaseListNote {
	width: 100%;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
    font-size: 1.2rem;
	text-align: right;
	color: #d33d02;
}

/* 強み
------------------------------------ */
#strengths {
	padding-top: 130px;
	margin-top: -130px;
	padding-bottom: calc(120px + 130px);  /* セクションの余白 + 下のセクション（#client）のネガティブマージン分 */
	position: relative;
	background: #fff;
	border-radius: 120px 120px 0 0;
}

#strengthsHead {
	margin-bottom: 70px;
}

#strengthsList {
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.strengthsListItem {
	padding-top: 65px;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	border-top: 3px solid #000;
}

.strengthsListNum {
	padding-right: 20px;
	position: absolute;
	left: 0;
	top: -35px;
	font-size: 8rem;
	font-weight: 600;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.075em;
	line-height: 1;
	color: #ffc800;
	background-color: #fff;
}

.strengthsListTitle {
	margin-bottom: 20px;
	font-size: 3.4rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #000;
}

.strengthsListContent {
	display: flex;
	gap: 40px;
}

.strengthsListText {
	font-size: 1.8rem;
	line-height: calc(40/ 18);
}

.strengthsListImg {
	width: calc(364 / 950 * 100%);
	flex-shrink: 0;
}

/* クライアント紹介
------------------------------------ */
#client {
	padding-top: 130px;
	margin-top: -130px;
	padding-bottom: calc(180px + 120px);  /* セクションの余白 + 下のセクション（#cv）のネガティブマージン分 */
	position: relative;
	background-color: #f5f5f5;
	border-radius: 120px 120px 0 0;
}

.clientBgDecoration {
	position: absolute;
}

#clientBgDecoration1 {
	top: 200px;
	left: 0;
}
#clientBgDecoration2 {
	top: 270px;
	right: 0;
}
#clientBgDecoration3 {
	top: 660px;
	left: 7%;
}

@media screen and (max-width: 1699px) {
	#clientBgDecoration1 {
		width: 13.353vw;
	}
	#clientBgDecoration2 {
		width: 12.765vw;
	}
	#clientBgDecoration3 {
		width: 8.176vw;
	}
}

#client .inner {
	position: relative;
}

#clientHead {
	margin-bottom: 60px;
}

#clientList {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	background-color: #f5f5f5;
}

.clientListItem {
	text-align: center;
}

/* -------------------------------------------------- */
/* PC(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 1600px) {
	#fvInner {
		height: calc(100vh - 160px);
	}
}

@media screen and (max-width: 1279px) {
	#fvCopy1 {
		font-size: 2rem;
	}

	#fvCopy2 {
		font-size: 4.5rem;
	}
	
	#fvText {
		font-size: 1.6rem;
	}

	#troubleHead {
		font-size: 3.6rem;
	}

	#serviceSubTitle {
		font-size: 3.2rem;
	}

	#serviceTitle {
		font-size: 3.6rem;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#fv {
		padding-right: 4%;
		padding-left: 4%;
	}

	#fvInner {
		height: auto;
		padding-top: 8%;
		padding-right: 60px;
		padding-left: 60px;
		flex-direction: column;
	}

	#mvAnime {
		width: 100%;
	}

	#fvText {
		max-width: 100%;
	}

	#strengths {
		border-radius: 60px 60px 0 0;
	}

	#serviceHeadImg img {
		width: 540px;
	}

	#serviceSubTitle {
		font-size: 2.8rem;
	}

	#serviceTitle {
		font-size: 4rem;
	}

	#serviceTitle span {
		background: linear-gradient(transparent 70%, #ffc800 0%);
	}

	#serviceTitle span::before {
		content: none;
	}

	#serviceList {
		grid-template-columns: repeat(2, 1fr);
	}

	#effectHead {
		max-width: 540px;
		font-size: 2.6rem;
	}
	
	#effectHead span {
		top: -60px;
		left: -65px;
		font-size: 2.4rem;
	}

	#effectList {
		gap: 40px;
	}

	.effectListItem {
		width: 300px;
		height: 300px;
		padding-top: 40px;
	}

	#effectCase {
		padding: 65px 35px 40px;
	}

	#effectCaseList {
		gap: 60px;
	}

	.effectCaseListAfter {
		flex-wrap: wrap;
	}

	.effectCaseListAfter .effectCaseListText {
		width: calc(100% - 80px - 20px);
	}

	.effectCaseListResult {
		padding-left: 0;
	}

	.effectCaseListNote {
		font-size: 1rem;
	}

	.strengthsListTitle {
		font-size: 2.8rem;
	}

	.strengthsListText {
		font-size: 1.6rem;
	}

	.strengthsListImg {
		width: 30%;
	}

	#client {
		border-radius: 60px 60px 0 0;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#fvContent {
		padding-bottom: 20px;
	}
}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#fvInner {
		min-height: auto;
		padding: 8% 30px;
	}

	#fvContent {
		padding-bottom: 25px;
		flex-grow: 1;
	}

	#fvCopy1 {
		font-size: 1.6rem;
	}

	#fvCopy1::after {
		width: 100px;
		height: 54px;
	}

	#fvCopy2 {
		margin-bottom: 10px;
		font-size: 3.5rem;
	}

	#fvText {
		font-size: 1.4rem;
	}

	#mvAnime {
		width: 100%;
		max-width: 80%;
		margin: -20px 0 -20px 0;
	}

	#trouble {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	#troubleHead {
		margin-bottom: 40px;
		font-size: 2rem;
	}

	#troubleHead::before, #troubleHead::after {
		width: 20px;
		height: 25px;
		margin-top: -10px;
	}

	#troubleHead::before {
		margin-right: 10px;
	}

	#troubleHead::after {
		margin-left: 10px;
	}

	#troubleList {
		margin-bottom: 30px;
		gap: 10px;
	}

	#troubleArrow img {
		width: 30px;
	}

	#service {
		padding-top: 60px;
		padding-bottom: calc(80px + 60px);  /* セクションの余白 + 下のセクション（#strengths）のネガティブマージン分 */
	}

	#serviceHeadImg {
		margin-bottom: 30px;
	}

	#serviceHeadImg img {
		max-width: 80%;
	}

	#serviceSubTitle {
		font-size: 1.8rem;
	}

	#serviceTitle {
		font-size: 2.2rem;
	}

	#serviceText {
		margin-bottom: 40px;
		font-size: 1.4rem;
	}

	#serviceContentWrap {
		margin-bottom: 80px;
		padding: 30px 15px;
	}

	#serviceList {
		margin-bottom: 25px;
		grid-auto-rows: 50px;
		gap: 8px;
	}

	.serviceListItem {
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.serviceListItem.textSizeMd {
		font-size: 1.6rem;
	}

	#serviceLink .btn {
		width: 280px;
		padding: 15px 45px;
	}

	#serviceLink .btn::after {
		top: calc(50% - 2px);
		right: 20px;
		right: 15px;
	}
	
	#effectHead {
		max-width: 280px;
		padding: 15px;
		font-size: 1.8rem;
		border-width: 3px;
	}

	#effectHead::after {
		width: 27px;
		height: 40px;
	}

	#effectHead span {
		top: -35px;
		left: -38px;
		font-size: 1.4rem;
	}

	#effectList {
		margin-bottom: 80px;
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	
	.effectListItem {
		width: 240px;
		height: 240px;
		padding-top: 35px;
	}

	.effectListImg {
		height: 95px;
	}

	.effectListText {
		font-size: 1.5rem;
	}

	.effectListText .textSizeMd {
		font-size: 2.2rem;
	}

	.effectListText .textSizeLg {
		font-size: 2.4rem;
	}

	.effectListItem:nth-child(1) img {
		width: 145px;
	}

	.effectListItem:nth-child(2) img {
		width: 128px;
	}

	#effectCase {
		padding: 50px 15px 60px;
	}

	#effectCase::before {
		width: 130px;
		height: 130px;
		top: -40px;
	}

	#effectCase::after {
		width: 45px;
		height: 50px;
		top: -20px;
	}

	#effectCaseHead {
		margin-bottom: 30px;
		font-size: 2.6rem;
	}

	.effectCaseListItem {
		border-radius: 16px;
	}

	.effectCaseListHead {
		padding: 0 15px 10px;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		border-top-left-radius: calc(16px - 4px);
		border-bottom-right-radius: 16px;
	}

	.effectCaseListTitleNum {
		font-size: 1.4rem;
	}

	.effectCaseListTitleNum span {
		font-size: 2.8rem;
	}

	.effectCaseListTitle {
		font-size: 2rem;
	}

	.effectCaseListBefore {
		padding: 20px 15px;
		flex-direction: column;
		gap: 10px;
	}

	.effectCaseListAfter {
		padding: 20px 15px 10px;
		gap: 10px;
		border-bottom-right-radius: calc(16px - 4px);
		border-bottom-left-radius: calc(16px - 4px);
	}

	.effectCaseListLabel {
		width: 100px;
		height: auto;
		padding: 4px;
		font-size: 1.5rem;
		letter-spacing: 0.15em;
		border-radius: 20px;
	}

	.effectCaseListText {
		font-size: 1.4rem;
	}

	.effectCaseListLabel::after {
		margin-left: -0.15em;
	}

	.effectCaseListAfter .effectCaseListText {
		width: 100%;
		font-size: 1.5rem;
	}

	.effectCaseListResultUp {
		font-size: 1.8rem;
	}

	.effectCaseListResultUp .textSizeLg {
		font-size: 2.6rem;
	}

	.effectCaseListResultUp .textSizeMd {
		font-size: 2rem;
	}

	/* .effectCaseListResultUp img {
		width: 20px;
		margin-left: 5px;
	} */

	.effectCaseListResultBefore {
		font-size: 1.4rem;
	}

	.effectCaseListResultBefore .textSizeLg {
		font-size: 3.2rem;
	}

	.effectCaseListResultAfter {
		font-size: 1.8rem;
	}

	.effectCaseListResultAfter .textSizeLg {
		font-size: 3.8rem;
	}

	.effectCaseListNote {
		text-align: left;
	}

	#strengths {
		margin-top: -60px;
		padding-top: 60px;
		padding-bottom: calc(80px + 60px);  /* セクションの余白 + 下のセクション（#client）のネガティブマージン分 */
		border-radius: 40px 40px 0 0;
	}

	#strengthsHead {
		margin-bottom: 50px;
	}

	#strengthsList {
		gap: 80px;
	}

	.strengthsListItem {
		padding-top: 35px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.strengthsListNum {
		padding-right: 10px;
		top: -22px;
		font-size: 4.5rem;
	}

	.strengthsListTitle {
		margin-bottom: 15px;
		font-size: 2rem;
	}

	.strengthsListContent {
		flex-direction: column;
		gap: 20px;
	}

	.strengthsListText {
		font-size: 1.4rem;
		line-height: 2;
	}

	.strengthsListImg {
		width: 100%;
		text-align: center;
	}

	.strengthsListImg img {
		width: 240px;
	}

	#client {
		margin-top: -60px;
		padding-top: 60px;
		padding-bottom: calc(100px + 80px);  /* セクションの余白 + 下のセクション（#cv）のネガティブマージン分 */
		border-radius: 40px 40px 0 0;
	}

	#clientList {
		gap: 15px;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 374px) {
	
	#effectHead {
		max-width: 74.667vw;
		padding: 4vw;
		font-size: 1.8rem;
		border-width: 0.8vw;
	}

	#effectHead::after {
		width: 7.2vw;
		height: 10.667vw;
	}

	#effectHead span {
		top: -9.333vw;
		left: -10.133vw;
		font-size: 1.4rem;
	}

}