/*========================
リード
========================*/
#concept_lead {
	margin-bottom: 1.3rem;
}
@media screen and (max-width: 499px) {
	#concept_lead {
		margin-bottom: 0.5rem;
	}
}
.concept_lead_test {
	text-align: center;
	font-size: 0.2rem;
	line-height: 2;
}
@media screen and (max-width: 499px) {
	.concept_lead_test {
		font-size: 0.14rem;
	}
}


/*========================
ポリシー
========================*/
#concept_policy {
	position: relative;
	padding-bottom: 1rem;
	overflow: hidden;
}
@media screen and (max-width: 499px) {
	#concept_policy {
		padding-bottom: 0.5rem;
	}
}

/*
タイトル
*/
#concept_policy .sec_title {
	text-align: center;
	font-size: 0.3rem;
	margin-bottom: 0.7rem;
}
@media screen and (max-width: 499px) {
	#concept_policy .sec_title {
		font-size: 0.18rem;
		margin-bottom: 0.5rem;
	}
}

.concept_policy_box {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	height: 3.5rem;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 499px) {
	.concept_policy_box {
		min-height: 100%;
		height: auto;
	}
}

.concept_policy_box_text  {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	height: 3.5rem;
	box-sizing: border-box;
	padding-top: 0.60rem;
}
@media screen and (max-width: 499px) {
	.concept_policy_box_text  {
		width: 100%;
		min-height: 100%;
		padding-top: 0;
		height: auto;
	}
}


.concept_policy_box_text .box {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding-bottom: 0.6rem;
}
@media screen and (max-width: 499px) {
.concept_policy_box_text .box {
	padding-bottom: 0.5rem;
}
}

.concept_policy_box_text .box h3 {
	width: 20%;
	box-sizing: border-box;
	padding-left: 0.5rem;
	border-right: 1px solid #000;
	font-size: 0.36rem;
	font-family: 'Jost', sans-serif;
}
@media screen and (max-width: 499px) {
	.concept_policy_box_text .box h3 {
		width: auto;
		padding-left: 0;
		border-right: none;
		border-bottom: 1px solid #000;
		display: inline-block;
		margin: 0 auto;
		margin-bottom: 0.2rem;
		padding-bottom: 0.1rem;
	}
}

.concept_policy_box_text .box h3 span {
	font-size: 0.15rem;
	display: block;
	padding-bottom: 0.05rem;
}
@media screen and (max-width: 499px) {
	.concept_policy_box_text .box h3 span {
		display: inline-block;
		padding-bottom: 0;
		vertical-align: middle;
		padding-right: 0.1rem;
	}
}

.concept_policy_box_text p {
	width: 75%;
	box-sizing: border-box;
	line-height: 2;
	font-size: 0.15rem;
	padding-left: 0.5rem;
}
@media screen and (max-width: 499px) {
	.concept_policy_box_text p {
		width: 100%;
		padding-left: 0;
	}
}

.concept_policy_box_img img {
	width: 55vw;
	min-width: 5.50rem;
	height: 3.5rem;
	position: absolute;
	display: block;
	object-fit: cover;
	box-sizing: border-box;
	padding-left: 0.4rem;
}

@media screen and (max-width: 499px) {
	.concept_policy_box_img img {
		width: 100%;
		height: 2.0rem;
		position: static;
		padding-left: 0;
		margin-left: -0.4rem;
	}
}


/* 画像左寄せ */

.concept_policy_box.concept_policy_box02 {
	flex-flow: column-reverse;
}
@media screen and (max-width: 499px) {
	.concept_policy_box.concept_policy_box02 {
		flex-flow: column;
	}
}

.concept_policy_box02 .concept_policy_box_img img {
	right: 50%;
}
@media screen and (max-width: 499px) {
	.concept_policy_box02 .concept_policy_box_img img {
/*		margin-left: 0;*/
	}
}


.concept_policy_box02 .concept_policy_box_text {
	margin-left: auto;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0.4rem;
}
@media screen and (max-width: 499px) {
	.concept_policy_box02 .concept_policy_box_text {
		padding-right: 0;
	}
}

/*========================
スタッフ
========================*/
#concept_staff {
	overflow: hidden;
}
/*
タイトル
*/
#concept_staff .sec_title {
	text-align: center;
	font-size: 0.3rem;
	margin-bottom: 0.7rem;
}
@media screen and (max-width: 499px) {
	#concept_staff .sec_title {
		font-size: 0.18rem;
		margin-bottom: 1rem;
	}
}

.concept_staff_data {
	display: flex;
	flex-wrap: wrap;
	background: #eaeaea;
	padding-top: 0.5rem;
	padding-bottom: 0.2rem;
}
@media screen and (max-width: 499px) {
	.concept_staff_data {
		flex-flow: column-reverse;
		padding-top: 0;
		margin-left: -0.4rem;
		margin-right: -0.4rem;
		padding-bottom: 0.4rem;
	}
}

.concept_staff_data_text {
	width: 50%;
}
@media screen and (max-width: 499px) {
	.concept_staff_data_text {
		width: 100%;
	}
}

.concept_staff_data_text table {
	width: 100%;
}
@media screen and (max-width: 499px) {
	.concept_staff_data_text table {
		padding-left: 0.6rem;
		padding-right: 0.6rem;
	}
}

.concept_staff_data_text tr {
	width: 100%;
}

.concept_staff_data_text th {
	width: 2rem;
	font-size: 0.15rem;
	font-weight: bold;
	font-family: 'Jost', sans-serif;
	text-align: left;
	box-sizing: border-box;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
	vertical-align: text-top;
}
@media screen and (max-width: 499px) {
	.concept_staff_data_text th {
		width: 100%;
		padding-top: 0.1rem;
		padding-bottom: 0.1rem;
		display: block;
	}
}

.concept_staff_data_text th span {
	position: relative;
	left: 0.9rem;
}
@media screen and (max-width: 499px) {
	.concept_staff_data_text th span {
		left: 0;
	}
}

/* 線が左にはみ出るパターン */
.concept_staff_data_text th span::before {
	content: "";
	display: block;
	width: 0.16rem;
	height: 1px;
	background-color: #111;
	position: absolute;
	left: -0.30rem;
	bottom: 0;
}

.concept_staff_data_text td {
	width: calc(100% - 2rem);
	font-size: 0.15rem;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
	line-height: 1.6;
	vertical-align: text-top;
}
@media screen and (max-width: 499px) {
	.concept_staff_data_text td {
		width: 100%;
		padding-top: 0.1rem;
		padding-bottom: 0.1rem;
		padding-left: 0;
		display: block;
	}
}

.concept_staff_data_text td span {
	font-size: 0.2rem;
	display: block;
}

.concept_staff_data_img {
	width: 50%;
	box-sizing: border-box;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	text-align: right;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 499px) {
	.concept_staff_data_img {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
}

.concept_staff_data_img img {
	width: 4rem;
	height: 5.5rem;
	position: relative;
	z-index: 2;
	object-fit: cover;
}
@media screen and (max-width: 499px) {
	.concept_staff_data_img img {
		width: 100%;
		height: 3rem;
		padding-left: 0.6rem;
		padding-right: 0.6rem;
		box-sizing: border-box;
		position: static;
		margin-top: -0.4rem;
		margin-bottom: 0.4rem;
	}
}

/*
メッセージ
*/
.concept_staff_message {
	background: #1f2a3b;
	color: #fff;
	width: calc(100% - 0.6rem);
	margin-left: auto;
	margin-right: 0;
	position: relative;
	z-index: 1;
	padding-top: 1.2rem;
	padding-bottom: 0.7rem;
	top: -0.8rem;
}
@media screen and (max-width: 499px) {
	.concept_staff_message {
		width: 100%;
		padding-top: 0;
		padding-bottom: 0.7rem;
		top: -0.3rem;
	}
}

.concept_staff_message::before {
	content: '';
	position: absolute;
	width: 100vw;
	height: 100%;
	background: #1f2a3b;
	top: 0;
	left: 0;
	right:auto;
	z-index: 0;
}

.concept_staff_message_box {
	position: relative;
	z-index: 1;
}

.concept_staff_message_box h3{
	position: absolute;
	top: -0.6rem;
	left: 0.4rem;
}
@media screen and (max-width: 499px) {
	.concept_staff_message_box h3{
		position: static;
		font-size: 0.14rem;
		font-weight: bold;
		text-align: center;
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}
}

.concept_staff_message_box p {
	padding-left: 1rem;
	box-sizing: border-box;
	font-size: 0.15rem;
	line-height: 2;
	padding-right: 0.5rem;
	text-align:justify;
	text-justify: inter-ideograph;
}
@media screen and (max-width: 499px) {
	.concept_staff_message_box p {
		padding-left: 0.30rem;
		padding-right: 0.10rem;
	}
}


/*
ボタン
*/
#concept_staff .more_btn {
	margin: 0 auto;
	width: 2.30rem;
	top: -1rem;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 499px) {
	#concept_staff .more_btn {
		margin: 0 auto 0.4rem;
		top: -0.5rem;
	}
}

#concept_staff .more_btn a {
	display: block;
	padding: 0.16rem 0;
	font-family: 'Jost', sans-serif;
	font-size: 0.12rem;
	position: relative;
	color: #111;
	text-decoration: none;
	border-bottom: 3px solid #3fa1ed;
	z-index: 3;
	text-align: center;
	background: #fff;
}

#concept_staff .more_btn a::before {
	content: "";
	width: 0.12rem;
	height: 0.10rem;
	position: absolute;
	right: 0.1rem;
	top: 36%;
	background-image: url(../img/link_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s ease;
}

#concept_staff .more_btn a:hover::before {
	right: 0.06rem;
}

#concept_staff .more_btn a::after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -3px;
	left: 0;
	display: block;
	background-color: #79c4f7;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

#concept_staff .more_btn a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

/*
高久 秀明
*/
@media screen and (max-width: 499px) {
	.concept_staff_box01  {
		margin-bottom: 0.8rem;
	}
}


/*
高久 聖子
*/
/* 画像右寄せ */
.concept_staff_box02 .concept_staff_data {
	flex-flow: row-reverse;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.2rem;
	align-items: center;
}
@media screen and (max-width: 499px) {
	.concept_staff_box02 .concept_staff_data {
		flex-flow: column-reverse;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.concept_staff_box02 .concept_staff_data_text {
	width: calc(100% - 5rem);
}
@media screen and (max-width: 499px) {
	.concept_staff_box02 .concept_staff_data_text {
		width: 100%;
		padding-bottom: 0.60rem;
	}
}

.concept_staff_box02 .concept_staff_data_img {
	text-align: left;
	max-width: 5rem;
	width: 100%;
}


.concept_staff_box02 .concept_staff_message {
	margin-left: 0;
	margin-right: auto;
}

.concept_staff_box02 .concept_staff_message::before {
	background: #505c69;
	top: 0;
	left: auto;
	right: 0;
	z-index: 0;
}

.concept_staff_box02 .concept_staff_message h3 {
	top: -0.6rem;
	left: auto;
	right: 0.4rem;
}

.concept_staff_box02 .concept_staff_message p {
	padding-left: 0;
	padding-right: 1rem;
}
@media screen and (max-width: 499px) {
	.concept_staff_box02 .concept_staff_message p {
		padding-left: 0.1rem;
		padding-right: 0.3rem;
	}
}


/*========================
ギャラリー
========================*/
#concept_gallery {
	margin-bottom: 1rem;
}

/*
タイトル
*/
#concept_gallery .sec_title {
	text-align: center;
	font-size: 0.3rem;
	margin-bottom: 0.7rem;
}
@media screen and (max-width: 499px) {
	#concept_gallery .sec_title {
		font-size: 0.18rem;
		margin-bottom: 0.5rem;
	}
}

.concept_gallery_box {
	display: grid;
	display: -ms-grid;
	grid-gap: 0.02rem;
	grid-template-rows: 50vh 25vh 25vh;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: 50vh 25vh 25vh;
	-ms-grid-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 499px) {
	.concept_gallery_box {
		grid-template-rows: 1.9rem 0.95rem 0.95rem;
		margin-left: -0.4rem;
		margin-right: -0.4rem;
	}
}


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

.concept_gallery_box .img01 {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
}

.concept_gallery_box .img02 {
	grid-column-start: 1;
	grid-row-start: 2;
}

.concept_gallery_box .img03 {
	grid-column-start: 2;
	grid-row-start: 2;
}

.concept_gallery_box .img04 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 3;
}

.concept_gallery_box .img05 {
	grid-column-start: 3;
	grid-row-start: 2;
	grid-row-end: 4;
}
