@charset "utf-8";
		.under_page__top__image__wrap {
			background-image: url('../image/our_thoughts/under_page-top_image@pc.webp');
		}

#about {
	width: 100%;
	height: auto;
	padding: 10.3125vw 0 10.78125vw;
	background-color: var(--color--white);
}
	.about__inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 85.9375%;
		height: auto;
		margin: 0 auto;
	}
		.about__contents {
			width: 37.8125vw;
			height: auto;
			padding: 0 3.90625vw;
		}
			#about .section_heading {
				margin-bottom: 2.65625vw;
			}
			.about__txt {
				width: 100%;
				height: auto;
				font-size: var(--14px);
				font-weight: 300;
				line-height: 2.3;
				letter-spacing: 0.08em;
				color: var(--color--black);
				opacity: 0;
				transition: .8s;
				transition-delay: .44s;
			}
			.run .about__txt {
				opacity: 1;
			}
		.about__image {
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			width: 44.453125vw;
			height: auto;
		}
			.about__image__wrap {
				width: 21.40625vw;
				height: auto;
				aspect-ratio: 274 / 444;
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
				opacity: 0;
				transition: opacity .8s, filter .8s;
				transition-delay: opacity .44s, filter .44s;
				filter: blur(5px);
			}
			.run .about__image__wrap {
				opacity: 1;
				filter: blur(0px);
			}	
			.about__image__wrap._01 {
				margin-top: -20px;
				background-image: url('../image/our_thoughts/about-image_01@pc.webp');
			}
			.run .about__image__wrap._01 {
				margin-top: 0;
			}
			.about__image__wrap._02 {
				margin-top: calc(2.890625vw + 20px);
				background-image: url('../image/our_thoughts/about-image_02@pc.webp');
				transition-delay: opacity .64s, filter .64s;
			}
			.run .about__image__wrap._02 {
				margin-top: 2.890625vw;
			}

#profile {
	width: 100%;
	height: auto;
	padding: 8.28125vw 0 9.0625vw;
}
	.profile__inner {
		width: 85.9375%;
		height: auto;
		margin: 0 auto;
	}
		#profile .section_heading {
			text-align: center;
			margin-bottom: 5.351562vw;
		}
		.profile__welmica {
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			width: 100%;
			height: auto;
			padding: 3.90625vw;
			margin: 0 auto 7.03125vw;
			background-color: var(--color--white);
		}
			.profile__welmica__image {
				width: 47.6%;
				height: auto;
			}
			.profile__welmica__details {
				width: 46.3%;
				height: auto;
			}
				.profile__welmica__heading {
					width: 100%;
					height: auto;
					margin: 0 auto 1.71875vw;
					font-size: 1.5625vw;
					font-weight: 500;
					line-height: 1.45;
					letter-spacing: 0.08em;
				}
				.profile__welmica__details__list {
					width: 100%;
					height: auto;
				}
					.profile__welmica__details__list__item {
						width: 100%;
						height: auto;
					}
					.profile__welmica__details__list__item:not(:last-of-type) {
						margin-bottom: 1.40625vw;
					}
						.profile__welmica__details__list__item dt {
							width: 100%;
							height: auto;
							margin: 0 auto 0.390625vw;
							font-size: 1.09375vw;
							font-weight: 400;
							line-height: 1.43;
							letter-spacing: 0.08em;
						}
						.profile__welmica__details__list__item dd {
							width: 100%;
							height: auto;
							font-size: 0.9375vw;
							font-weight: 300;
							line-height: 2;
							letter-spacing: 0.08em;
						}
		.profile__contents__wrap {
			display: flex;
			justify-content: space-between;
			flex-direction: row-reverse;
			align-items: center;
			width: 90.909090%;
			height: auto;
			margin: 0 auto;
		}
		.profile__contents__wrap:nth-of-type(odd) {
			flex-direction: row;
		}
		.profile__contents__wrap:not(:last-of-type) {
			margin-bottom: 4.296875vw;
		}
			.profile__image {
				width: 39.6%;
				height: auto;
				aspect-ratio: 396 / 494;
				position: relative;
				overflow: hidden;
				opacity: 0;
				transition: .8s;
			}
			.run .profile__image {
				opacity: 1;
			}	
				.profile__image::after {
					content: '';
					display: block;
					width: 100%;
					height: 100%;
					background-color: var(--color--black);
					opacity: .07;
					mix-blend-mode: darken;
					position: absolute;
					top: 0;
					left: 0;
					z-index: 1;
				}
				.profile__image img {
					width: 100%;
					height: 100%;
					object-fit: cover;
					object-position: center;
				}
			.profile__contents {
				width: 52%;
				height: auto;
			}
				.profile__contents__inner {
					width: 100%;
					height: auto;
				}
					.profile__contents__name {
						width: 100%;
						height: auto;
						margin: 0 auto 1.5625vw;
						font-size: var(--22px);
						font-weight: 500;
						line-height: 1.4247;
						letter-spacing: 0.08em;
						color: var(--color--black);
						opacity: 0;
						transition: .8s;
					}
					.run .profile__contents__name {
						opacity: 1;
					}
					.profile__contents__txt {
						width: 100%;
						height: auto;
						font-size: var(--14px);
						font-weight: 300;
						line-height: 2;
						letter-spacing: 0.08em;
						color: var(--color--black);
						opacity: 0;
						transition: .8s;
						transition-delay: .2s;
					}
					.run .profile__contents__txt {
						opacity: 1;
					}

/* PC ================================================== */
@media all and (min-width: 769px){

}

/* Tablet ================================================== */
@media all and (max-width: 768px){
		.under_page__top__image__wrap {
			background-image: url('../image/our_thoughts/under_page-top_image@sp.webp');
		}

#about {
	padding: 16vw 0 21.333333vw;
}
	.about__inner {
		display: block;
		width: 80%;
	}
		.about__contents {
			width: 100%;
			padding: 0;
			margin: 0 auto 13.333333vw;
		}
			#about .section_heading {
				margin-bottom: 8vw;
				white-space: nowrap;
			}
			.about__txt {
				line-height: 2;
			}
		.about__image {
			width: 100%;
		}
			.about__image__wrap {
				width: 38.4vw;
				aspect-ratio: 144 / 232;
			}
			.about__image__wrap._01 {
				background-image: url('../image/our_thoughts/about-image_01@sp.webp');
			}
			.about__image__wrap._02 {
				margin-top: 7.2vw;
				background-image: url('../image/our_thoughts/about-image_02@sp.webp');
			}

#profile {
	padding: 18.773333vw 0 21.333333vw;
}
	.profile__inner {
		width: 88%;
	}
		#profile .section_heading {
			margin-bottom: 9.733333vw;
		}
		.profile__welmica {
			display: block;
			padding: 5.33333vw;
			margin: 0 auto 14.933333vw;
		}
			.profile__welmica__image {
				width: 100%;
				margin-bottom: 4.8vw;
			}
			.profile__welmica__details {
				width: 100%;
			}
				.profile__welmica__heading {
					margin: 0 auto 4vw;
					font-size: 5.866667vw;
				}
					.profile__welmica__details__list__item:not(:last-of-type) {
						margin-bottom: 3.73333vw;
					}
						.profile__welmica__details__list__item dt {
							margin: 0 auto 1.066667vw;
							font-size: 3.73333vw;
							letter-spacing: 0em;
						}
						.profile__welmica__details__list__item dd {
							font-size: 3.2vw;
							line-height: 1.8;
						}
		.profile__contents__wrap {
			display: block;
		}
		.profile__contents__wrap:not(:last-of-type) {
			margin-bottom: 14.933333vw;
		}
			.profile__image {
				width: 100%;
				margin: 0 auto 8vw;
				aspect-ratio: 300 / 186;
			}
			.profile__contents {
				width: 100%;
			}
					.profile__contents__name {
						margin: 0 auto 4vw;
						font-size: var(--18px);
						line-height: 1.444;
					}
}

/* SP ================================================== */
@media all and (max-width: 575px){

}