/* ページタイトル */
.page__title h1 {
	border-bottom: 5px solid var(--green);
}

/* コンセプト */

.concept__wrap {
	width: 100%;
	padding: 0 1em;
	display: flex;
	flex-direction: column;
	gap: 2em;
}

.concept__img {
	text-align: center;
	width: 350px;
	height: 350px;
	border-radius: 200px;
	overflow: hidden;
	margin: 0 auto;
	background: var(--white);
	display: grid;
	align-items: center;
}

.concept__img img {
	width: 100%;
	object-fit: cover;
}

.concept__logo {
	padding: 1em;
}

.concept {
	width: 100%;
	max-width: 1200px;
	background: url(../images/AdobeStock_324554552.jpeg);
	background-size: cover;
	background-position: center;
	background-color: #fff;
	border-radius: 1em;
	margin: 0 auto;
	padding: 2em 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 1em;
	overflow: hidden;
}

.concept h2 {
	font-size: clamp(1.2rem, 0.909rem + 1.45vw, 2rem);
	text-align: center;
	font-weight: 500;
}

.concept h3 {
	font-size: clamp(1.2rem, 1.055rem + 0.73vw, 1.6rem);
	text-align: center;
	color: var(--heavy__green);
}

.concept h4 {
	font-size: clamp(1.2rem, 1.055rem + 0.73vw, 1.6rem);
}

.concept .text__section {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: #ffffff81;
	border-radius: 1em;
	padding: 1em;
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.concept p {
	padding: 0 1em;
}

/* 代表挨拶 */

.greeting {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.greeting h2 {
	font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
	text-align: center;
	font-weight: 500;
}

.greeting h3 {
	font-size: clamp(1.2rem, 1.055rem + 0.73vw, 1.6rem);
	text-align: center;
	color: var(--heavy__green);
}

.greeting h4 {
	text-align: center;
	font-size: clamp(1.2rem, 1.055rem + 0.73vw, 1.6rem);
}

.greeting .text__align__center {
	text-align: center;
}

/* ストーリー */

.road__to {
	width: 100%;
	max-width: 700px;
	height: 100%;
	aspect-ratio: 2.88/1;
	border-radius: 1em;
	margin: 0 auto;
	padding: 2em;
	background: url(../images/road__to.jpg);
	background-size: 100% 100%;
	position: relative;
}

.road__to__inner {
	position: absolute;
	top: 1em;
	right: 1em;
	border-radius: 1em;
	padding: 1em;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.road__to__inner h2 {
	font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
	font-weight: 800;
}

.road__to__inner h3 {
	font-size: clamp(1.2rem, 1.055rem + 0.73vw, 1.6rem);
	text-align: center;
}

.story__wrap {
	display: flex;
	flex-direction: column;
	gap: 2em;
}

.story {
	width: 100%;
	max-width: 1200px;
	display: grid;
	grid-template-columns: 300px 1fr;
	margin: 0 auto;
	padding: 2em;
	gap: 2em;
	background: var(--base__color2);
	border-radius: 1em;
	overflow: hidden;
}

.story img {
	width: 300px;
	border-radius: 1em;
}

.story__inner {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.story__inner h2 {
	font-size: clamp(1.2rem, 1.055rem + 0.73vw, 1.6rem);
	color: var(--heavy__green);
}

/* about us */

.about__us {
	width: 100%;
	max-width: 900px;
	background: var(--base__color2);
	margin: 0 auto;
	padding: 1em;
	border-radius: 1em;
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.about__us section {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 12rem 1fr;
	gap: 0.5em;
	align-items: first baseline;
}

.about__us h3 {
	color: var(--heavy__green);
	font-size: 1.2rem;
	line-height: 1.2em;
}

.about__business {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.about__us__decoration {
	padding-left: 1em;
	position: relative;
	font-size: 1.1rem;
}

.about__us__decoration::after {
	content: "";
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 0.5em;
	height: 1em;
	background: var(--green);
}

.about__us__decoration2 {
	padding-left: 1em;
	position: relative;
}

.about__us__decoration2::after {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: var(--green);
	border-radius: 1em;
}

.about__us__decoration::after {
	content: "";
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 0.5em;
	height: 1em;
	background: var(--green);
}

.about__us dl {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.about__us dd {
	text-indent: 1em;
}

.about__us hr {
	border: 1px solid var(--heavy__base2);
}

/* footerのイラスト */

.footer__img {
	filter: brightness(0) saturate(100%) invert(88%) sepia(10%) saturate(838%) hue-rotate(62deg) brightness(93%) contrast(84%);
}

@media screen and (max-width:900px) {

	.concept p {
		padding: 0;
	}

	.right {
		text-align: right;
	}

	.concept__img {
		width: 180px;
		height: 180px;
	}

	.story {
		display: flex;
		flex-direction: column;
		padding: 1em;
	}

	.story img {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.road__to__inner {
		background: #ffffff6e;
	}

	.about__us section {
		display: flex;
		flex-direction: column;
	}
}