@charset "UTF-8";
/* =======================================================================
corporate
======================================================================= */
.p-corporate-philosophy {
	background-color: #bdb4eb;
}

.p-corporate-inner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.p-corporate-inner {
		flex-direction: column;
	}
}
.p-corporate-inner .c-heading {
	width: 40%;
	min-width: 300px;
}
.p-corporate-inner .p-corporate-content {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.p-corporate-inner .p-corporate-content {
		margin-top: 2rem;
	}
}

.p-corporate-philosophy .p-corporate-philosophy-title {
	position: relative;
	display: inline-flex;
	background-color: #ffffff;
}
@media screen and (min-width: 768px) {
	.p-corporate-philosophy .p-corporate-philosophy-title {
		min-height: 80px;
		padding: 0 30px 10px;
		border-radius: 0 0 30px 30px;
		transform: translateX(-30px);
	}
}
@media screen and (max-width: 767px) {
	.p-corporate-philosophy .p-corporate-philosophy-title {
		min-height: 60px;
		padding: 0 15px 10px;
		border-radius: 0 0 20px 0;
		transform: translateX(-20px);
	}
}
.p-corporate-philosophy .p-corporate-philosophy-title:before, .p-corporate-philosophy .p-corporate-philosophy-title:after {
	content: "";
	position: absolute;
	position: absolute;
	background-size: 100%;
	background-image: url("/assets/images/common/bg_round.svg");
}
@media screen and (min-width: 768px) {
	.p-corporate-philosophy .p-corporate-philosophy-title:before, .p-corporate-philosophy .p-corporate-philosophy-title:after {
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 767px) {
	.p-corporate-philosophy .p-corporate-philosophy-title:before, .p-corporate-philosophy .p-corporate-philosophy-title:after {
		width: 20px;
		height: 20px;
	}
}
.p-corporate-philosophy .p-corporate-philosophy-title:before {
	left: 0;
	top: 0;
	transform: translateX(-100%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
	.p-corporate-philosophy .p-corporate-philosophy-title:before {
		background: initial;
	}
}
.p-corporate-philosophy .p-corporate-philosophy-title:after {
	right: 0;
	top: 0;
	transform: translateX(100%) scale(1, 1);
}
.p-corporate-philosophy .p-corporate-content-philosophy {
	min-height: 500px;
}
@media screen and (max-width: 767px) {
	.p-corporate-philosophy .p-corporate-content-philosophy {
		height: initial;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
.p-corporate-philosophy .p-corporate-content-philosophy .p-corporate-content-philosophy-title {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-weight: 700;
	font-size: 2rem;
	text-align: left;
	margin-left: 25px;
}
@media screen and (max-width: 767px) {
	.p-corporate-philosophy .p-corporate-content-philosophy .p-corporate-content-philosophy-title {
		font-size: 1.75rem;
		text-align: center;
	}
}
.p-corporate-philosophy .p-corporate-content-philosophy .p-corporate-content-philosophy-img {
	width: 30%;
	max-width: 357px;
	position: absolute;
}
.p-corporate-philosophy .p-corporate-content-philosophy .p-corporate-content-philosophy-img:nth-of-type(2) {
	bottom: 5%;
	left: 4rem;
}
.p-corporate-philosophy .p-corporate-content-philosophy .p-corporate-content-philosophy-img:nth-of-type(3) {
	top: 30%;
	left: 36.666666%;
}
.p-corporate-philosophy .p-corporate-content-philosophy .p-corporate-content-philosophy-img:nth-of-type(4) {
	top: 5rem;
	right: 3%;
}
@media screen and (max-width: 767px) {
	.p-corporate-philosophy .p-corporate-content-philosophy .p-corporate-content-philosophy-img {
		max-width: 500px;
		width: 70%;
		position: relative;
	}
	.p-corporate-philosophy .p-corporate-content-philosophy .p-corporate-content-philosophy-img:nth-of-type(2) {
		bottom: initial;
		left: initial;
	}
	.p-corporate-philosophy .p-corporate-content-philosophy .p-corporate-content-philosophy-img:nth-of-type(3) {
		top: initial;
		left: initial;
	}
	.p-corporate-philosophy .p-corporate-content-philosophy .p-corporate-content-philosophy-img:nth-of-type(4) {
		top: initial;
		right: initial;
	}
}

.p-corporate-message .p-corporate-message-title {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-weight: 700;
	line-height: 2;
	font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
	.p-corporate-message .p-corporate-message-title {
		font-size: 1.5rem;
	}
}
.p-corporate-message .p-corporate-message-profile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 1025px) {
	.p-corporate-message .p-corporate-message-profile {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
}
.p-corporate-message .p-corporate-message-profile .p-corporate-message-profile-photo {
	display: grid;
	justify-content: end;
	max-width: 280px;
}
.p-corporate-message .p-corporate-message-profile .p-corporate-message-profile-photo img {
	border-radius: 280px;
}
.p-corporate-message .p-corporate-message-profile .p-corporate-message-profile-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 0;
	padding-top: 1rem;
	width: 100%;
}
.p-corporate-message .p-corporate-message-profile .p-corporate-message-profile-text .position,
.p-corporate-message .p-corporate-message-profile .p-corporate-message-profile-text .name,
.p-corporate-message .p-corporate-message-profile .p-corporate-message-profile-text .name_en {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-weight: 700;
}
.p-corporate-message .p-corporate-message-profile .p-corporate-message-profile-text .name {
	font-size: 2.25rem;
}
@media screen and (min-width: 1025px) {
	.p-corporate-message .p-corporate-message-profile .p-corporate-message-profile-text {
		align-items: flex-start;
		padding-left: 2rem;
	}
}

.p-corporate-info .p-corporate-info-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.p-corporate-info .p-corporate-info-list dt, .p-corporate-info .p-corporate-info-list dd {
	line-height: 1.5;
}
.p-corporate-info .p-corporate-info-list dt {
	font-size: 0.75rem;
	font-weight: 700;
	width: 100%;
	padding: 20px 10px 0 10px;
	border-top: 1px solid #ccc;
}
@media screen and (min-width: 1025px) {
	.p-corporate-info .p-corporate-info-list dt {
		width: 30%;
		min-width: 117px;
		font-size: 0.8125rem;
		padding: 35px 13px;
	}
}
.p-corporate-info .p-corporate-info-list dd {
	width: 100%;
	padding: 10px 10px 20px 10px;
	border-top: none;
	font-size: 0.8125rem;
}
@media screen and (min-width: 1025px) {
	.p-corporate-info .p-corporate-info-list dd {
		width: 70%;
		font-size: 1rem;
		padding: 35px 13px;
		border-top: 1px solid #ccc;
	}
}
@media screen and (min-width: 1025px) {
	.p-corporate-info .p-corporate-info-list dt:last-of-type {
		border-bottom: 1px solid #ccc;
	}
}
.p-corporate-info .p-corporate-info-list dd:last-of-type {
	border-bottom: 1px solid #ccc;
}
.p-corporate-info .p-corporate-info-img-chara {
	width: 100%;
}
.p-corporate-info .p-corporate-info-img-chara img {
	max-width: 185px;
}
@media screen and (max-width: 767px) {
	.p-corporate-info .p-corporate-info-img-chara {
		text-align: center;
	}
}