@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
真成会について
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- イントロ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.about-intro .text {
	padding-inline: var(--padding-inline);
}

.about-intro .image {
	width: calc(100% - var(--padding-inline));
}

.about-intro .img {
	border-radius: 0 100vw 100vw 0;
}

@media (min-width: 768px) {
.about-intro {
	display: flex;
	column-gap: 30px;
	flex-flow: row-reverse;
	justify-content: start;
	align-items: center;
}

.about-intro .text {
	width: 540px;
}

.about-intro .heading_large span {
	display: revert;
}

.about-intro .image {
	width: calc(50% + 58px);
}

.about-intro .img {
	width: 100%;
	height: 443px;
	object-fit: cover;
	object-position: 30% top;
}
}

@media (max-width: 767.9px) {
.about-intro .text {
	margin-bottom: 20px;
}

.about-intro .heading_large {
	text-align: center;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 企業理念
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.about-philosophy {
	padding-bottom: 0;
	background: var(--background);
}

.about-philosophy .inner {
	display: grid;
	row-gap: 20px;
	justify-items: center;
}

.about-philosophy .heading {
	margin-bottom: 0.4em;
	font-size: 20px;
}

.about-philosophy .heading:not(:first-child) {
	margin-top: 1.2em;
}

@media (min-width: 768px) {
.about-philosophy .heading_underline {
	text-align: center;
}

.about-philosophy .inner {
	grid-template-columns: 50% 46%;
	justify-content: space-between;
	align-items: center;
}

.about-philosophy .heading {
	font-size: 23px;
}
}

@media (max-width: 767.9px) {
.about-philosophy .img {
	width: clamp(273px, 82%, 400px);
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 企業概要
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.about-overview {
	padding-bottom: 0;
	background: var(--background);
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 事業内容紹介
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.about-business {
	position: relative;
	z-index: 0;
	background: var(--background);
}

.about-business .shape {
	inset: 260px auto auto calc(50% - 48px);
}

.about-business-intro {
	margin-bottom: 30px;
}

.about-business-intro .image {
	width: calc(100% - 50px);
}

.about-business-intro .img {
	border-radius: 0 100px 20px 0;
}

.about-business-intro .text {
	padding-inline: var(--padding-inline);
}

.about-business-intro .heading_large {
	color: var(--color_main_dark);
}

.about-business-intro .copy {
	margin-bottom: 0.7em;
	font-weight: 500;
	font-size: 20px;
	font-family: var(--font_serif);
	line-height: 1.5;
}

.about-business-ul {
	display: flex;
	gap: 10px;
	flex-flow: wrap;
	justify-content: center;
}

.about-business-li {
	display: flex;
	width: 158px;
	max-width: 31%;
	border-radius: 50%;
	background: #fff;
	color: var(--color_main_dark);
	aspect-ratio: 1;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.about-business-li .heading {
	margin-top: 0.5em;
	padding-inline: 10px;
	font-size: min(calc(100vw * 12 / 375), 16px);
	text-align: center;
}

@media (min-width: 768px) {
.about-business .shape {
	inset: 400px auto auto calc(50% - 285px);
}

.about-business .heading_underline {
	text-align: center;
}

.about-business-intro {
	display: flex;
	margin-bottom: 60px;
	column-gap: 20px;
	align-items: center;
}

.about-business-intro .image {
	width: calc(50% - 50px);
}

.about-business-intro .img {
	width: 100%;
	height: 500px;
	border-radius: 0 200px 50px 0;
	object-fit: cover;
	object-position: 40% center;
}

.about-business-intro .text {
	width: 660px;
}
}

@media (max-width: 767.9px) {
.about-business-intro .image {
	margin-bottom: 25px;
}
}
