@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本
　02. パーツ

******************************************************************************* */
/* ==

　01. 基本

=============================================================================== */
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	font-weight: 300;
	color: #4B4B4B;
}
.cContainer {
	padding-top: 68px;
}
.cLead01 p,
.cContent a {
	color: #4B4B4B;
}

/* テキスト */
.cContent_tit01 {
	font-size: 225%;
	margin-bottom: 20px;
}

/* ==

　02. パーツ

=============================================================================== */



/* メインビジュアル */
.cVisual.cVisual-top {
	background: url(/in/nara/jutaku/staff/images/index_mv01.jpg) no-repeat center center;
	height: 600px;
	background-size: cover;
}
.cVisual-staff01 {
	background: url(/in/nara/jutaku/staff/images/staff01/mv01.jpg) no-repeat center top;
}
.cVisual-staff02 {
	background: url(/in/nara/jutaku/staff/images/staff02/mv01.jpg) no-repeat center top;
}
.cVisual {
	height: 685px;
	background-size: cover;
}
.cVisual_in {
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
}
.cVisual_in h1 {
	position: absolute;
	left: 0;
	bottom: 70px;
	font-size: 167%;
	line-height: 1.8;
}
.cVisual_in h1 span {
	display: block;
	font-size: 65%;
	margin: 5px 0 0 0;
}

/* コンテンツ */
.cContent_in {
	width: 825px;
	margin: 0 auto;
}
.cContent_in-w1 {
	width: 950px;
}
.cContent_block .cContent_head {
	padding: 20px 0 40px;
}
.cContent_block .cContent_head .cContent_tit01 {
	font-size: 375%;
	margin-bottom: 0;
}
.cContent_block .cContent_head p {
	margin: 0;
}
.cContent_block {
	padding-top: 20px;
}
.cContent_block-mb1 {
	margin-bottom: 70px;
}
.cContent_block p {
  font-size: 117%;
  line-height: 2;
  margin: 0 0 30px;
  font-weight: 400;
}
.cContent_txt {
	padding: 60px 25px 40px;
}
.cContent_txt h2 {
	font-size: 167%;
	margin-bottom: 20px;
}
.cContent_txt p {
	font-size: 117%;
	line-height: 2;
}
.cContent_block .cContent_img {
	margin-bottom: 0;
}
.cContent_img + .cContent_img {
	margin-top: 10px;
}

/* PROFILE */
.cContent_prof {
	margin-bottom: 0;
}
.cContent_prof_name {
	display: table;
	width: 364px;
	height: 252px;
	margin-left: 20px;
}
.cContent_prof_name_in {
	display: table-cell;
	vertical-align: bottom;
}
.cContent_prof_name p {
  margin-bottom: 0;
  line-height: 1.7;
}
.cContent_prof_name p:first-child {
	font-size: 167%;
}

/* カラム */
.cContent_col {
	display: flex;
	margin: 0 0 10px;
}
.cContent_in-w1 .cContent_col {
	margin: 0 0 30px;
}

/* 回遊 */
.cContent_col-03-wrap {
	flex-wrap: wrap;
}
.cContent_col-03-wrap .cContent_col_item {
	margin: 0 45px 30px 0;
}
.cContent_in-w1 .cContent_col-03-wrap .cContent_col_item {
	margin-right: 50px;
}
.cContent_col-03-wrap .cContent_col_item a {
	text-decoration: none;
	display: block;
	position: relative;
}
.cContent_col-03-wrap .cContent_col_item a img {
	transition: opacity 0.5s;
}
.d_hover .cContent_col-03-wrap .cContent_col_item a:hover img {
	opacity: 0.3;
}
.cContent_col-03-wrap .cContent_col_item p {
	margin-top: 10px;
	line-height: 1.6;
	font-size: 134%;
}
.cContent_col-03-wrap .cContent_col_item p span {
	font-size: 80%;
	display: block;
}
.cContent_col-03-wrap .cContent_col_item:nth-child(3n) {
	margin-right: 0;
}
.cContent_col-03-wrap .cContent_col_item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 16px;
  height: 10px;
  background: url(/in/nara/common/images/arw_ico01.svg) center center no-repeat;
  background-size: 16px 10px;
}

/* OTHER STAFF */
.cContent_other .cContent_col_item p {
	margin: 10px 0 0;
}
.cContent_other .cContent_col_item .cContent_other_txt {
	font-size: 109%;
}
.cContent_other .cContent_col_item .cContent_other_name {
	font-size: 134%;
	margin-top: 0;
}
.d_hover .cContent_other .cContent_col_item a:hover img {
	opacity: 0.8;
}

/* MOVIE */
.iMovie01 {
	display: block;
	margin: 40px 0 0;
}
.iMovie01 a {
	display: block;
	position: relative;
	overflow: hidden;
	transition: opacity .3s;
}
.iMovie01 a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 88px;
	height: 88px;
	margin: -44px 0 0 -44px;
	background: url(../images/movie_ico01.svg) center center no-repeat;
	background-size: 88px 88px;
}
.d_hover .iMovie01 a:hover {
	opacity: 0.6;
}
.iMovie01 p {
	line-height: 2;
	margin: 10px 0 0;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
}
.mfp-wrap .mfp-iframe-holder .mfp-content {
	width: 640px;
	height: 360px;
	padding: 10px;
	border: none;
	background-color: #fff;
}
.mfp-iframe-scaler iframe {
	top: 10px;
}