/* =============================
メインビジュアル
=============================*/
.about_mv {
background-image: url("../img/about_mv.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
.about_mv h1 {
color: #fff;
font-size: 0.48rem;
font-weight: 100;
}


/* =============================
OUR MISSION
=============================*/
#about_mission {
background: url("../img/about_mission_back.jpg") no-repeat bottom right;
color: #fff;
}

@media screen and (max-width: 699px) {
#about_mission {
background-size: contain;
}
}

/*■■■トップ■■■*/
/*リード文*/
.about_mission_top {
padding-bottom: 1.5rem;
}
.about_mission_top_title {
font-size: 0.34rem;
text-align: center;
line-height: 1.7;
}
@media screen and (max-width: 699px) {
.about_mission_top_title {
font-size: 0.19rem;
padding-bottom: 0.2rem;
}
.about_mission_top_title h3 {
font-weight: 700;
}
}

/*本文*/
.about_mission_top_text {
width: 100%;
margin: 0 auto;
}

@media screen and (max-width: 699px) {
.about_mission_top_text {
width: 100%;
}
}

.about_mission_top_text p {
line-height: 2.5;
font-size: 0.19rem;
}

@media screen and (max-width: 699px) {
.about_mission_top_text p {
line-height: 2;
}
}

/* パララクス */
#about_parallax01 {
width: 100%;
height: 60vh;
background: url("../img/about_lead_stripe01.png") no-repeat center center;
background-size: cover;
position: absolute;
top:10vh;
left: 0;
z-index: 0;
opacity: 0.3;
transition: all 1s ease;
}

#about_parallax02 {
width: 100%;
height: 50vh;
background: url("../img/about_lead_stripe02.png") no-repeat center center;
background-size: cover;
position: absolute;
top:30vh;
left: 0;
z-index: 0;
opacity: 0.4;
transition: all 2s ease;
}

/*■■■コンテンツ■■■*/
/*----共通----*/
.about_mission_cont {
width: 82%;
margin: 0 auto;
margin-bottom: 0.2rem;
}
@media screen and (max-width: 699px) {
.about_mission_cont {
width: 100%;
}
}

.about_mission_cont_box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}


/*タイトル*/
.about_mission_cont_box_text h3 {
color: #00d1cc;
font-size: 0.25rem;
font-weight: 300;
margin-bottom: 0.3rem;
letter-spacing: 0.1em;
}


/*本文*/
.about_mission_cont_box_text p {
line-height: 2.5;
}

@media screen and (max-width: 699px) {
.about_mission_cont_box_text p {
line-height: 2;
font-size: 0.14rem;
}
}


/*イメージ*/
.about_mission_cont_box_img {
width: 40%;
box-sizing: border-box;
}

.about_mission_cont_box_img img {
width: 100%;
}

@media screen and (max-width: 699px) {
.about_mission_cont_box_img {
width: 100%;
text-align: center;
}
}


/*----コンテンツ(左テキスト)----*/
.about_mission_cont_01 .about_mission_cont_box_text {
width: 60%;
box-sizing: border-box;
padding-right: 50px;
padding-top: 10%;
}

@media screen and (max-width: 699px) {
.about_mission_cont_01 .about_mission_cont_box_text {
width: 100%;
padding-right: 0;
}
}


/*コンテンツ(右テキスト)*/
.about_mission_cont_02 .about_mission_cont_box {
flex-flow: row-reverse;
}

.about_mission_cont_02 .about_mission_cont_box_text {
width: 60%;
box-sizing: border-box;
padding-left: 50px;
padding-top: 10%;
}

@media screen and (max-width: 699px) {
.about_mission_cont_02 .about_mission_cont_box {
flex-flow: column;
}

.about_mission_cont_02 .about_mission_cont_box_text {
width: 100%;
padding-left: 0;
}
}

/*イメージ*/
.about_mission_cont_02 .about_mission_cont_box_img {
width: 40%;
box-sizing: border-box;
}
@media screen and (max-width: 699px) {
.about_mission_cont_box_img {
width: 80%;
text-align: center;
margin: auto;
display: block;
}
.about_mission_cont_02 .about_mission_cont_box_img {
width: 82%;
}
}

/* =============================
FUTURE
=============================*/
#about_future {
text-align: center;
background: rgba(0,209,204,0.2);
color: #fff;
}

.about_future_title {
font-size: 0.3rem;
margin-bottom: 0.3rem;
}

.about_future_box {
margin-bottom: 0.3rem;
}

.about_future_box p {
text-align: center;
line-height: 2.5;
}
@media screen and (max-width: 699px) {
.about_future_box p {
text-align: left;
}
}

/* =============================
COMPANY INFO
=============================*/
#about_company {
color: #fff;
background: url("../img/about_company_img_01.jpg") no-repeat right 20%;
padding-bottom: 0.15rem;
}

@media screen and (max-width: 699px) {
#about_company {
background-size: contain;
background-attachment: fixed;
}
}

/*コンテンツ*/
.about_company_cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.about_company_cont a {
color: #FFF;
}

.about_company_cont_box {
width: 30%;
margin-bottom: 0.5rem;
}
@media screen and (max-width: 699px) {
.about_company_cont_box {
width: 100%;
}
}


/*最後のコンテンツ*/
.about_company_cont_box_last {
width: 100%;
}


/*タイトル*/
.about_company_cont_box h3 {
font-size: 0.18rem;
font-weight: bold;
border-bottom: 1px solid #00d1cc;
padding-bottom: 0.05rem;
margin-bottom: 0.2rem;
}

/* =============================
マップ
=============================*/
#about_map.cont_section {
padding-top: 0;
padding-bottom: 0;
}


#about_map iframe {
width: 100%;
height: 4rem;
}


/* =============================
MEMBER
=============================*/
#about_member {
	background: #fff;
}

/* メンバーリスト */
.about_member_cont {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	/* justify-content: space-between; */
	margin-top: 0.80rem;
	margin-right: -0.25rem;
}

/* MEMBER個別ボックス */
.about_member_box {
/*	width: calc(25% - 0.25rem);*/
	width: calc(33.333% - 0.25rem);
	height: 2.00rem;
	position: relative;
	margin: 0 0.125rem 0.5rem;
}

@media screen and (max-width: 699px) {
	.about_member_box {
		width: calc(100% - 0.20rem);
		height: 2.20rem;
		margin-bottom: 0.20rem;
	}
}

/* リンク */
.about_member_box a {
	text-decoration: none;
	color: #111;
	display: block;
}

/* ボックスの背景 */
.about_member_box a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 90%;
	background-color: #F2F2F2;
	z-index: 0;
	transition: all 0.3s ease;
}

.about_member_box a:hover::before {
	background-color: #e6e6e6;
}

/* メンバー画像 */
.about_member_box .ph {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1.10rem;
	z-index: 1;
}

@media screen and (max-width: 699px) {
	.about_member_box .ph {
		width: 1.30rem;
	}
}

/* テキスト */
.about_member_box .textbox {
	position: relative;
	z-index: 1;
	padding: 0.20rem;
}

/* 役職 */
.about_member_box .textbox dt {
	font-size: 0.11rem;
	font-weight: 500;
	color: #00a99d;
	letter-spacing: 0.04em;
	margin-bottom: 0.06rem;
}

@media screen and (max-width: 699px) {
	.about_member_box .textbox dt {
		font-size: 0.14rem;
		margin-bottom: 0.10rem;
	}
}

/* 役職下の下線 */
.about_member_box .textbox dt::after {
	content: "";
	width: 0.10rem;
	height: 1px;
	background-color: #CCC;
	display: block;
	margin-top: 0.06rem;
}

@media screen and (max-width: 699px) {
	.about_member_box .textbox dt::after {
		width: 0.20rem;
		margin-top: 0.10rem;
	}
}

/* 名前 */
.about_member_box .textbox dd {
	font-size: 0.19rem;
	color: #595757;
	line-height: 1.4;
}

@media screen and (max-width: 699px) {
	.about_member_box .textbox dd {
		font-size: 0.22rem;
		line-height: 1.5;
	}
}

.about_member_box .textbox dd.line2 {
	font-size: 0.16rem;
}

@media screen and (max-width: 699px) {
	.about_member_box .textbox dd.line2 {
		font-size: 0.22rem;
	}
}

.about_member_box a:hover .textbox dd {
	color: #111;
}

/* 名前（英語） */
.about_member_box .textbox dd span {
	font-size: 0.10rem;
	letter-spacing: 0.04em;
	display: block;
}

@media screen and (max-width: 699px) {
	.about_member_box .textbox dd span {
		font-size: 0.13rem;
		letter-spacing: 0.08em;
		display: block;
	}
}

/* MOREボタン */
.about_member_box .more_btn {
	position: absolute;
	bottom: 0.34rem;
	left: 0.20rem;
	z-index: 1;
	font-size: 0.13rem;
	letter-spacing: 0.04em;
}

.about_member_box .more_btn::after {
	content: "";
	position: relative;
	display: inline-block;
	width: 0.22rem;
	height: 0.04rem;
	background-image: url(../img/member_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	margin-left: 0.06rem;
	top: -0.04rem;
	transition: all 0.3s ease;
}

.about_member_box a:hover .more_btn::after {
	width: 0.22rem;
	margin-left: 0.10rem;
}


/*---------------------------------
モーダル
---------------------------------*/
/**/
#cboxOverlay {
	background: #000;
}

#cboxLoadedContent {
	/*	background: #fff;*/
	background: linear-gradient(90deg, #fff 0%, #fff 80%, #f2f2f2 20%, #f2f2f2 100%);
	left: 50%;
}

#cboxLoadedContent {
	padding: 0;
	overflow: auto;
	box-shadow: 0px 1px 12px rgba(0,0,0,0.6);
	border-left: 5px solid #00a99d;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose,
#cboxTitle {
	top: 0.2rem;
	right: 0.2rem;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	overflow: visible;
}

#cboxTitle {
	color: #fff;
}

#inline-content {
	/* インラインを使用する時のみ */
	margin: 20px;
}

#ajax-wrap {
	/* ajaxを使用する時のみ */
	margin: 20px;
}

/* 上部の閉じるボタン */
#cboxClose {
	width: 0.30rem;
	height: 0.30rem;
	background-image: url(../img/member_popup_close_btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	z-index: 10;
}

@media screen and (max-width: 699px) {
	#cboxClose {
		width: 0.26rem;
		height: 0.26rem;
	}
}

/* コンテンツボックス */
.about_member_modal {
	display: none;
}

/* colorbox ボックス内 */
.modal__content_box {
	position: relative;
	padding: 0.5rem;
}

@media screen and (max-width: 699px) {
	.modal__content_box {
		padding: 0.3rem;
	}
}

.modal__content_box_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.3rem;
	position: relative;
}

/* 画像 */
.modal__content_box_img {
	width: 20%;
	min-width: 140px;
	box-sizing: border-box;
}

@media screen and (max-width: 699px) {
	.modal__content_box_img {
		width: 30%;
		margin: auto;
		min-width: inherit;
	}
}

/* テキスト */
.modal__content_box_text {
	width: 80%;
/*	width: calc(100% - 150px);*/
	box-sizing: border-box;
	padding-left: 0.3rem;
}

@media screen and (max-width: 699px) {
	.modal__content_box_text {
		width: 100%;
		padding-left: 0;
	}
}

/* 役職 */
.modal__content_box_text_position {
	font-size: 0.16rem;
	margin-bottom: 0.2rem;
}

@media screen and (max-width: 699px) {
	.modal__content_box_text_position {
		padding-top: 0.20rem;
		text-align: center;
		margin-bottom: 0.10rem;
	}
}

/*名前 */
.modal__content_box_text_name {
	font-size: 0.26rem;
	margin-bottom: 0.3rem;
}

@media screen and (max-width: 699px) {
	.modal__content_box_text_name {
		font-size: 0.24rem;
		margin-bottom: 0.3rem;
		text-align: center;
	}
}

.modal__content_box_text_name span {
	display: block;
	font-size: 0.14rem;
	margin-top: 0.1rem;
}

.modal__content_box_text_shoku {
	font-size: 0.14rem;
}

@media screen and (max-width: 699px) {
	.modal__content_box_text_shoku {
		font-size: 0.15rem;
	}
}

@media screen and (max-width: 699px) {
	.modal__content_box_text_shoku span {
		font-size: 0.16rem;
		font-weight: 700;
		display: block;
		border-bottom: 1px solid #222;
		padding-bottom: 0.08rem;
	}
}

.modal__content_box_text_shoku ul {
	list-style: disc inside;
	margin-top: 0.1rem;
}

.modal__content_box_text_shoku li {
	line-height: 1.6;
	margin-bottom: 0.1rem;
	text-indent: -0.14rem;
	margin-left: 0.14rem;
}

/* ボトムテキスト */
.modal__content_box_bottom {
	font-size: 0.16rem;
	line-height: 2;
	min-width: 600px;
}

@media screen and (max-width: 699px) {
	.modal__content_box_bottom {
		font-size: 0.15rem;
		border-top: 1px solid #CCC;
		padding-top: 0.30rem;
        min-width: inherit;
	}
}

/* 閉じるボタン（スマホ時） */
.close_btn {
	width: 2.00rem;
	box-sizing: border-box;
	margin: 0.30rem auto;
}

.close_btn a {
	display: block;
	border: 1px solid #111;
	color: #111;
	text-decoration: none;
	padding: 0.10rem;
	font-size: 0.16rem;
	text-align: center;
	line-height: 1;
	cursor: pointer;
}

.close_btn a span {
	display: inline-block;
	background-image: url(../img/member_popoup_close_cross_sp.png);
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position: left center;
	padding-left: 0.20rem;
}