:root {
	--white: #fffffa;
	--base__color: #F9F9E0;
	--base__color2: #ebeae4;
	--light__base: #FFFFF6;
	--light__base2: #fefeeb;
	--heavy__base: #CCCCA0;
	--heavy__base2: #ADA07E;
	--red: #dc4848;
	--deep__red: #BE191E;
	--logo__font: #585757;
	--font__color: #212121;
	--light__gray: #f2f2f2;
	--orange: #f9a354;
	--heavy__orange: #EF7212;
	--pink: #EEB8B8;
	--heavy__pink: #e47786;
	--blue: #9CC0D1;
	--heavy__blue: #3f6b7f;
	--green: #ADD2A4;
	--heavy__green: #6BA25E;
	--box__shadow: rgba(135, 135, 135, 0.5);
	--yellow: #fce57b;
	--heavy__yellow: #e1c342;
	--purple: #c475f1;
}


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

/* notes */

.notes__title__wrap {
	padding: 0 1em;
}

.notes__img__wrap {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 2em 0;
}

.notes__img__wrap img {
	width: 100%;
	border-radius: 1em;
}

.notes__title {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 1em;
	padding: 1em;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1em;
	background: var(--white);
	line-height: 1.8em;
}


.note1 {
	margin: 0 auto;
	display: grid;
	place-items: center;
	padding: 2em 1em;
}

.note1__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 500px;
	aspect-ratio: 1/1;
	text-align: center;
	background: var(--base__color2);
	border-radius: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 10px var(--box__shadow);
}

.note1 img {
	width: 100%;
}

.note1 h4 {
	font-size: clamp(1.4rem, 1.182rem + 1.09vw, 2rem) !important;
	color: var(--font__color);
}

.note1 h3 {
	font-size: clamp(1.8rem, 1.545rem + 1.27vw, 2.5rem) !important;
	padding: 0.5em 1em;
	font-weight: 700;
	background-image: url(../images/AdobeStock_990331944.jpeg);
	background-size: 100% 100%;
	background-position: center;
	-webkit-background-clip: text;
	color: rgba(0, 0, 0, 0.311) !important;
}

.note1 h5 {
	font-size: clamp(1.4rem, 1.182rem + 1.09vw, 2rem) !important;
	padding: 0.2em 0;
}

.note {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 2em 1em;
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.note h2 {
	text-align: center;
	font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
}

.notes__color {
	width: 100%;
	max-width: 900px;
	align-items: center;
	justify-content: center;
	gap: 2em;
	display: flex;
	margin: 0 auto;
	padding: 2em 1em;
}

.notes__color img {
	width: 100%;
	max-width: 500px;
}

.notes__color__inner ul {
	width: fit-content;
	text-wrap: nowrap;
	font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
	display: flex;
	flex-direction: column;
	gap: 1em;
}

/* コンセプト */

.concept__wrap {
	width: 100%;
	padding: 2em 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;
	box-shadow: 0px 0px 10px var(--box__shadow);
}

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

.concept__logo {
	padding: 2em;
}

.note__img {
	width: 90%;
	margin: -3.5em auto 2em auto;
}

.concept {
	width: 100%;
	max-width: 1200px;
	background-image: url(../images/note__bg.jpeg);
	background-color: rgba(255, 255, 255, 0.7);
	background-size: 100%;
	background-repeat: repeat-y;
	background-blend-mode: lighten;
	border-radius: 1em;
	padding: 1em 0;
	margin: 3.5em auto 0 auto;
	display: flex;
	flex-direction: column;
	gap: 1em;
	align-items: center;
}

.concept .text__wrap {
	display: flex;
	flex-direction: column;
	gap: 1em;
	padding: 1em 0;
}

.concept h2 {
	font-size: clamp(1.5rem, 1.318rem + 0.91vw, 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__blue);
}

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

.concept p {
	padding: 0 2em;
}

.right {
	text-align: right;
}

.colors__title {
	display: flex;
	gap: 1em;
	align-items: center;
	padding: 0 1em;
}

.colors__title i {
	font-size: 1.3em;
	color: var(--heavy__orange);
	transform: rotate(10deg);
}

.linqs__is .inner {
	display: flex;
	align-items: center;
	gap: 0.5em;
	text-align: center;
	font-size: clamp(1.3rem, 1.045rem + 1.27vw, 2rem);
}

.tomonido__illust--wrap {
	padding: 1rem;
}

.tomonido__illust {
	background: var(--white);
	padding: 1rem;
	border-radius: 1rem;
	margin: 1rem auto;
	box-shadow: 0px 0px 10px var(--box__shadow);
}

.camp {
	width: 100%;
	max-width: 800px;
}

.last__text {
	padding: 1em;
}

.last__text h2 {
	font-weight: 700;
	line-height: 1.5em;
	font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem);
}

.last {
	width: fit-content;
	padding: 1rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	background: var(--base__color2);
	border-radius: 1rem;
}

/* footerのイラスト */

.footer__img {
	filter: brightness(0) saturate(100%) invert(94%) sepia(60%) saturate(6301%) hue-rotate(171deg) brightness(88%) contrast(85%);
}

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

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

	.member {
		padding: 1em;
	}

	.member__wrap h2 {
		text-align: center;
	}

	.notes__color {
		flex-direction: column;
	}

	.concept__logo {
		padding: 0.5em;
	}

	.concept__img {
		max-width: 150px;
		max-height: 150px;
	}

	.notes__img__wrap {
		padding: 1em 0;
	}

	.notes__img__wrap img {
		border-radius: 0;
	}

	.note__img {
		width: 90%;
		margin: -1.7em auto 0 auto;
	}

	.concept p {
		padding: 0 1em;
	}

	.linqs__is .inner {
		flex-direction: column;
	}

	.linqs__is .inner i {
		transform: rotate(90deg);
	}

	.last__text::after {
		border-radius: 0;
	}
}