/*============================
MV
============================*/
#mv {
	background-image: url(../img/sales/mv.jpg);
}

/*============================
営業担当者紹介
============================*/
#introduction {
}

/* タイトル */
#introduction .sec_title {
	padding-top: 1.00rem;;
	padding-bottom: 0.50rem;
	text-align: center;
}
@media screen and (max-width: 599px) {
	#introduction .sec_title {
		padding-top: 0.3rem;;
		padding-bottom: 0.30rem;
	}
}

/* リード */
#introduction .lead {
	font-size: 0.22rem;
	text-align: center;
	margin-bottom: 1.1rem;
}
@media screen and (max-width: 599px) {
	#introduction .lead {
		font-size: 0.16rem;
		margin-bottom: 0.5rem;
		line-height: 1.5;
	}
}

/* コンテンツ */
#introduction .eigyo_list {
	display: flex;
	flex-wrap: wrap;
}

#introduction .eigyo_list .item {
	width: 30%;
	margin: 0 1.5% 0.7rem;
}
@media screen and (max-width: 599px) {
	#introduction .eigyo_list .item {
		width: 46%;
		margin: 0 2% 0.5rem;
	}
}

#introduction .eigyo_list .item a {
	display: block;
	text-decoration: none;
}

/* 写真 */
#introduction .eigyo_list .item .ph_wrap {
	width: 100%;
	height: 4.5rem;
	overflow: hidden;
}
@media screen and (max-width: 599px) {
	#introduction .eigyo_list .item .ph_wrap {
		height: 2rem;
	}
}

#introduction .eigyo_list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.1rem;
	transition: all .3s;
}


#introduction .eigyo_list .item a:hover .ph_wrap img {
	transform: scale(1.1);
}

/* テキスト */
#introduction .eigyo_list .item dl {
	display: flex;
	align-items: center;
	padding-top: 0.30rem;
}
@media screen and (max-width: 599px) {
	#introduction .eigyo_list .item dl {
		padding-top: 0.15rem;
	}
}

#introduction .eigyo_list .item dt {
	font-size: 0.16rem;
	color: #707070;
	transition: all .3s;
	padding-right: 0.20rem;
}
@media screen and (max-width: 599px) {
	#introduction .eigyo_list .item dt {
		font-size: 0.14rem;
	}
}


#introduction .eigyo_list .item a:hover dt {
	color: #FF7A59;
}

#introduction .eigyo_list .item dd {
	font-size: 0.12rem;
	color: #707070;
	font-weight: bold;
	display: flex;
	align-items: center;
	transition: all .3s;
}

#introduction .eigyo_list .item a:hover dd {
	color: #FF7A59;
}

#introduction .eigyo_list .item dd span {
	font-size: 0.22rem;
	color: #2F475C;
	display: inline-block;
	padding-right: 0.30rem;
	transition: all .3s;
}
@media screen and (max-width: 599px) {
	#introduction .eigyo_list .item dd span {
		font-size: 0.18rem;
	}
}



#introduction .eigyo_list .item a:hover dd span {
	color: #FF7A59;
}

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

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

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

#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/sales/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;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

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

/* 写真エリア */
.modal__content_box .left_box {
	width: 3.6rem;
}

.modal__content_box .left_box .ph_wrap {
	width: 100%;
	height: 4.5rem;
}
@media screen and (max-width: 599px) {
	.modal__content_box .left_box .ph_wrap {
		width: 2.3rem;
		height: 3rem;
		margin: auto;
	}
}


.modal__content_box .left_box .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.10rem;
}

.modal__content_box .left_box dl {
	display: flex;
	align-items: center;
	margin-top: 0.20rem;
}
@media screen and (max-width: 599px) {
	.modal__content_box .left_box dl {
		justify-content: center;
	}
}

.modal__content_box .left_box dt {
	font-size: 0.16rem;
	color: #707070;
	transition: all .3s;
	padding-right: 0.20rem;
}
@media screen and (max-width: 599px) {
	.modal__content_box .left_box dt {
		font-size: 0.14rem;
	}
}


.modal__content_box .left_box dd {
	font-size: 0.12rem;
	color: #707070;
	font-weight: bold;
	display: flex;
	align-items: center;
	transition: all .3s;
}

.modal__content_box .left_box dd span {
	font-size: 0.22rem;
	color: #2F475C;
	display: inline-block;
	padding-right: 0.30rem;
	transition: all .3s;
}
@media screen and (max-width: 599px) {
	.modal__content_box .left_box dd span {
		font-size: 0.18rem;
	}
}


/* テキストエリア */
.modal__content_box .right_box {
	width: calc(100% - 3.6rem);
	box-sizing: border-box;
	padding-left: 0.5rem;
}
@media screen and (max-width: 599px) {
	.modal__content_box .right_box {
		width: 100%;
		padding-left: 0;
	}
}


/* リード */
.modal__content_box .right_box .lead {
	font-size: 0.31rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.3rem;
}
@media screen and (max-width: 599px) {
	.modal__content_box .right_box .lead {
		font-size: 0.2rem;
		margin-top: 0.30rem;
	}
}


/* テキストボックス */
.modal__content_box .right_box .text_box {
	margin-bottom: 0.50rem;
}

/* コンテンツタイトル */
.modal__content_box .right_box .text_box .title {
	font-size: 0.22rem;
	font-weight: bold;
	border-bottom: 1px solid #2F475C;
	padding-bottom: 0.10rem;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 599px) {
	.modal__content_box .right_box .text_box .title {
		font-size: 0.18rem;
	}
}


/* 趣味 */
.modal__content_box .right_box .text_box ul {
	list-style: inside disc;
}

.modal__content_box .right_box .text_box ul li {
	font-size: 0.16rem;
	line-height: 1.65;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
	.modal__content_box .right_box .text_box ul li {
		font-size: 0.14rem;
	}
}


/* メッセージ */
.modal__content_box .right_box .text_box .text {
	font-size: 0.16rem;
	line-height: 1.65;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
	.modal__content_box .right_box .text_box .text {
		font-size: 0.14rem;
	}
}

/* 閉じるボタン（スマホ時） */
.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;
}