/***********************************************************************
メインビジュアル
***********************************************************************/
.firstView {
	--FV-img: url(/assets/images/about/mv_pc.png);
}

.firstView::before {
	content: 'Strengths';
	bottom: 20px;
}

@media screen and (max-width: 600px) {
	.firstView::after {
		--spFV-img: url(/assets/images/about/mv_sp.png);
	}
}

/***********************************************************************
FV以降のコンテンツ
***********************************************************************/
.beige_wrap {
	padding-block: 0 20px;
}

.cont1,
.cont2 {
	position: relative;
}

.cont1::before,
.cont2::before {
	position: relative;
	z-index: 0;
	content: '';
	display: block;
	position: absolute;
	top: -24px;
	left: calc(50% - 720px);
	width: clamp(108px, var(--sp-108px), 325px);
	height: clamp(108px, var(--sp-108px), 325px);
}
.cont1::before {
	background: url(/assets/images/about/ttl_img_01.png) 0 0 / contain no-repeat;
}
.cont2::before {
	background: url(/assets/images/about/ttl_img_02.png) 0 0 / contain no-repeat;
}
@media screen and (max-width: 1024px) and (min-width: 835px) {
	.cont1::before,
	.cont2::before {
		width: 180px;
		height: 180px;
	}
}
@media screen and (max-width: 834px) and (min-width: 601px) {
	.cont1::before,
	.cont2::before {
		width: 110px;
		height: 110px;
	}
}
@media screen and (max-width: 834px) {
	.cont1::before,
	.cont2::before {
		top: -56px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.white_bg {
	position: relative;
	margin-inline: auto;
	margin-block: 0 clamp(30px, var(--sp-30px), 50px);
	padding-block: clamp(22px, var(--sp-22px), 45px);
	padding-inline: clamp(22px, var(--sp-22px), 50px);
	z-index: 1;
	counter-increment: aboutCont_num;
}

.cont1 .white_bg::before,
.cont2 .white_bg::before {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: clamp(40px, var(--sp-40px), 100px);
	height: clamp(40px, var(--sp-40px), 100px);
	background: var(--blueGrad);
	color: var(--white);
	font-family: var(--shipporiMincho);
	font-size: clamp(2.4rem, var(--sp-24px), 6rem);
	font-weight: 600;
	line-height: 1;
}
.cont1 .white_bg::before {
	content: '理由' counter(aboutCont_num);
	font-size: clamp(2.4rem, var(--sp-24px), 3rem);
}
.cont2 .white_bg::before {
	content: counter(aboutCont_num, decimal-leading-zero);
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
	.cont1 .white_bg::before {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 600px) {
	.white_bg {
		padding-top: 25px;
	}
	.white_bg:last-child {
		margin-bottom: 10px;
	}

	.cont1 .white_bg::before {
		top: -16px;
		left: 50%;
		transform: translateX(-50%);
		width: 80px;
		height: 32px;
		font-size: var(--sp-20px);
	}

	.cont1 .white_bg:last-child {
		margin-top: 35px;
	}
}

h2:not(.guideWrap h2) {
	margin-block: 0;
	padding-block: 55px;
}
.beige_wrap .cont1_mgB {
	padding-bottom: 25px;
}
@media screen and (min-width: 601px) {
	h2.oneLine:not(.guideWrap h2) {
		padding-block: 70px;
	}
}
@media screen and (max-width: 600px) {
	h2:not(.guideWrap h2) {
		padding-block: 65px 30px;
	}
}

/***********************************************************************
リードテキスト
***********************************************************************/
.lead_container {
	text-align: center;
	padding-block: clamp(50px, var(--sp-50px), 80px) clamp(80px, var(--sp-80px), 70px);
}

@media screen and (max-width: 834px) {
	.lead_container {
		padding-inline: 25px;
	}
}

.lead_ttl {
	display: inline-block;
	margin-block: 0 clamp(12px, var(--sp-12px), 22px);
	margin-inline: auto;
	padding-block: clamp(8px, var(--sp-8px), 15px);
	padding-inline: clamp(30px, var(--sp-30px), 55px);
	line-height: 1;
	color: var(--blue);
	border: solid 2px var(--blue);
	border-radius: 40px;
	font-size: clamp(2rem, var(--sp-20px), 3rem);
	font-weight: 600;
}
@media screen and (max-width: 600px) {
	.lead_ttl {
		line-height: 1.2;
	}
}

.lead_txt {
	font-size: clamp(2.4rem, var(--sp-24px), 3.6rem);
	line-height: 1.5;
	margin-block: 0;
}

/***********************************************************************
コンテンツ02
***********************************************************************/
.img_right {
	display: flex;
	justify-content: right;
}
@media screen and (max-width: 600px) {
	.img_right {
		justify-content: center;
		margin: 0 auto;
	}
}

.cont2_container {
	text-align: center;
	padding-block: clamp(40px, var(--sp-40px), 65px) 73px;
	overflow: hidden;
}
@media screen and (max-width: 834px) {
	.cont2_container {
		padding-inline: 25px;
		padding-bottom: 83px;
	}
}

.cont2_txt1 {
	position: relative;
	font-weight: 600;
	font-size: clamp(2rem, var(--sp-20px), 3rem);
	line-height: 1.7;
	margin-block: 0 clamp(10px, var(--sp-10px), 20px);
}

.cont2_txt1 span {
	font-size: clamp(2.2rem, var(--sp-22px), 3.6rem);
	color: var(--blue);
}
@media screen and (max-width: 600px) {
	.cont2_txt1,
	.cont2_txt1 span {
		line-height: 1.5;
	}
	.cont2_txt1 span {
		display: inline-block;
		margin-block: 0 5px;
	}
}

.cont2_txt1::after {
	content: '';
	display: block;
	width: clamp(150px, var(--sp-150px), 235px);
	height: clamp(49px, var(--sp-49px), 77px);
	background: url(/assets/images/about/arrow.svg) 0 0 / contain no-repeat;
	margin-block: clamp(10px, var(--sp-10px), 20px) 0;
	margin-inline: auto;
}

.cont2_txt2 {
	position: relative;
	font-weight: 700;
	font-size: clamp(2.1rem, var(--sp-21px), 3.6rem);
	font-family: var(--shipporiMincho);
	line-height: 1.7;
	margin-block: 0;
}
@media screen and (max-width: 600px) {
	.cont2_txt2 {
		line-height: 1.5;
	}
}

.cont2_txt2 span {
	font-size: clamp(2.4rem, var(--sp-24px), 3.8rem);
	color: var(--pink);
}

.cont2_txt2::before,
.cont2_txt2::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
}
.cont2_txt2::before {
	left: calc(50% - 590px);
	background: url(/assets/images/about/cont02_img_01.png) 0 0 no-repeat;
	width: 296px;
	height: 194px;
}
.cont2_txt2::after {
	right: calc(50% - 584px);
	background: url(/assets/images/about/cont02_img_02.png) 0 0 no-repeat;
	width: 290px;
	height: 194px;
}
@media screen and (max-width: 834px) {
	.cont2_txt2::before,
	.cont2_txt2::after {
		content: none;
	}
}

/***********************************************************************
コンテンツ03
***********************************************************************/
@media screen and (min-width: 601px) {
	.txt_container.inBtn {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}
.voice_img_ttl {
	font-size: 1.6rem;
	font-family: var(--shipporiMincho);
	font-weight: 600;
	color: var(--pink);
	margin-block: 0 7px;
}
@media screen and (max-width: 600px) {
	.voice_img_ttl {
		line-height: 1.2;
		font-weight: 700;
	}
}

.voice_container {
	display: flex;
	justify-content: space-between;
	gap: clamp(10px, var(--sp-10px), 17px);
}

.voice_container > div {
	width: 100%;
	background: #fff9ed;
	border: solid 2px #c8aa58;
	border-radius: 10px;
	padding-inline: clamp(10px, var(--sp-10px), 15px);
	padding-block: 15px 10px;
}

.voice_img {
	display: flex;
	justify-content: center;
}

.voice_img_catch {
	font-size: clamp(1.5rem, var(--sp-15px), 2rem);
	font-family: var(--shipporiMincho);
	font-weight: 600;
	color: var(--pink);
	line-height: 1.2;
	margin-block: 10px;
}

.voice_img_univ {
	font-size: clamp(1rem, var(--sp-10px), 1.2rem);
	line-height: 1.4;
	margin-block: 0;
}
@media screen and (max-width: 834px) and (min-width: 601px) {
	.voice_img_ttl {
		line-height: 1.4;
	}

	.voice_container {
		flex-wrap: wrap;
	}

	.voice_img {
		width: 30%;
		margin-inline: auto;
	}

	.voice_img_catch {
		font-size: 1.6rem;
	}

	.voice_img_catch br,
	.voice_img_univ br:first-of-type {
		display: none;
	}
}

.column_container {
	border: solid 2px var(--pink);
	margin-block: 65px 0;
}

.column_container h3 {
	position: relative;
	font-size: clamp(1.8rem, var(--sp-18px), 2.3rem);
	background: var(--lightPink);
	margin-block: 0;
	padding-block: 15px;
	padding-inline: 90px 10px;
}
.column_container h3::before {
	content: '';
	position: absolute;
	top: -19px;
	left: 40px;
	display: block;
	width: 40px;
	height: 74px;
	background: url(/assets/images/about/column_icon.svg) 0 0 no-repeat;
}
@media screen and (max-width: 834px) and (min-width: 601px) {
	.column_container h3 {
		padding-inline: 50px 20px;
	}
	.column_container h3::before {
		left: 10px;
		width: 35px;
		height: 65px;
	}
}
@media screen and (max-width: 600px) {
	.column_container h3 {
		padding-block: 20px 15px;
		padding-inline: 20px;
	}
	.column_container h3::before {
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
		width: 30px;
		height: 56px;
	}
}

.column_rowContainer {
	display: flex;
	padding-block: clamp(20px, var(--sp-20px), 35px);
	padding-inline: clamp(20px, var(--sp-20px), 40px);
}
@media screen and (max-width: 600px) {
	.column_rowContainer {
		flex-wrap: wrap;
	}

	.column_rowContainer .column_txtContainer,
	.column_rowContainer .column_imgContainer {
		width: auto;
	}
}

.column_txtContainer {
	width: 60%;
}

.column_txtContainer p:last-child {
	margin-block: 0;
}

.column_imgContainer {
	width: 40%;
	padding-block: 7px 0;
	padding-inline: 30px 0;
	text-align: center;
	font-size: clamp(1.2rem, var(--sp-12px), 1.4rem);
}
.column_imgContainer p {
	margin-block: 0;
}
@media screen and (max-width: 600px) {
	.column_imgContainer {
		margin-block: 10px 0;
		padding-inline: 0;
	}
}

.white_bg .detail_btn {
	margin-block: 20px 0;
}
@media screen and (max-width: 600px) {
	.white_bg .detail_btn {
		width: 100%;
		margin-block: 30px 0;
	}
}
