@charset "utf-8";
/*------------------------------------------------------------
	professional
------------------------------------------------------------*/
#conts .body {
	background-color: #2c2c2c;
}
#conts .common-bg {
	padding-bottom: 91px;
}
#conts .ttl-box {
	padding: 91px 0 50px;
	text-align: center;
}
#conts .ttl-box .ttl {
	margin-bottom: 13px;
}
#conts .ttl-box p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.556;
	letter-spacing: 0.08em;
}
.professional-list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
.professional-list > li {
	width: 300px;
}
.professional-list > li > a {
	display: block;
}
.professional-list .img-list {
	margin-bottom: 8px;
}
.professional-list .img-list .slick-slide {
	line-height: 0;
}
.professional-list .img-list .slick-slide > div {
	position: relative;
}
.professional-list .img-list li {
	aspect-ratio: 3/2;
	overflow: hidden;
	position: relative;
}
.professional-list .img-list li:after,.professional-list .img-list li:before,.common-pop-box .photo-info-box .thumb-photo-list li:before,.common-pop-box .photo-info-box .thumb-photo-list li:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #b90000;
	z-index: 10;
}
.professional-list .img-list .slick-slide > div:before,.professional-list .img-list .slick-slide > div:after,.common-pop-box .photo-info-box .thumb-photo-list .slick-slide > div:before,.common-pop-box .photo-info-box .thumb-photo-list .slick-slide > div:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #b90000;
	z-index: 10;
}
.professional-list .img-list .slick-slide > div:before,.common-pop-box .photo-info-box .thumb-photo-list .slick-slide > div:before {
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0%;
	transition: width 300ms;
}
.professional-list .img-list .slick-slide > div:after,.common-pop-box .photo-info-box .thumb-photo-list .slick-slide > div:after {
	left: 0;
	bottom: 0;
	height: 0%;
	width: 1px;
	transition: height 300ms;
}
.professional-list .img-list li:before,.common-pop-box .photo-info-box .thumb-photo-list li:before {
	right: 0;
	top: 0;
	height: 1px;
	width: 0%;
	transition: width 300ms;
}
.professional-list .img-list li:after,.common-pop-box .photo-info-box .thumb-photo-list li:after {
	right: 0;
	top: 0;
	height: 0%;
	width: 1px;
	transition: height 300ms;
}
.professional-list .img-list li img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}
.professional-list .update {
	margin-bottom: 5px;
	text-align: right;
	color: #b70000;
	font-size: 1.4rem;
}
.professional-list .country {
	padding-left: 20px;
	font-size: 1.7rem;
	position: relative;
}
.professional-list .country:before {
	width: 6px;
	position: absolute;
	left: 0;
	top: 3px;
	height: calc(100% - 6px);
	background-color: #b90000;
	content: "";
}
.professional-list .name {
	padding-left: 20px;
	font-size: 2.3rem;
	line-height: 1.416;
}
.common-pop-box .photo-info-box {
	margin-bottom: 71px;
	opacity: 0;
}
.common-pop-box.show .photo-info-box {
	opacity: 1;
}
.common-pop-box .photo-info-box .person-info-country {
	margin: 5px 0 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}
.common-pop-box .photo-info-box .person-info-name {
	margin-bottom: 7px;
	font-size: 3.4rem;
	font-weight: 700;
}
.common-pop-box .photo-info-box .photo-list li {
	vertical-align: top;
}
.common-pop-box .photo-info-box .photo-list li .photo {
	margin-bottom: 9px;
	aspect-ratio: 785/525;
	overflow: hidden;
}
.common-pop-box .photo-info-box .photo-list li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.common-pop-box .photo-info-box .photo-list li .photo-info {
	margin-bottom: 12px;
	text-align: right;
	font-size: 1.2rem;
}
.common-pop-box .photo-info-box .photo-list li .photo-name {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: 700;
}
.common-pop-box .photo-info-box .photo-list li .photo-describe {
	line-height: 1.625;
}
.common-pop-box .photo-info-box .thumb-photo-box {
	padding: 0 0 0 20px;
	position: relative;
}
.common-pop-box .photo-info-box .thumb-photo-box .arrow,.common-pop-box .other .arrow {
	width: 16px;
	aspect-ratio: 16/70;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	flex-shrink: 0;
	cursor: pointer;
	z-index: 10;
}
.common-pop-box .photo-info-box .thumb-photo-box .arrow.next,.common-pop-box .other .arrow.next {
	left: auto;
	right: 0;
}
.common-pop-box .photo-info-box .thumb-photo-box .arrow::after,.common-pop-box .other .arrow::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/special/rflensworld/img/common/icon-arrow04.png) no-repeat center / 100%;
	content: "";
}
.common-pop-box .photo-info-box .thumb-photo-box .arrow.prev::after,.common-pop-box .other .arrow.prev::after {
	transform: rotate(180deg);
}
.common-pop-box .photo-info-box .thumb-photo-list {
    margin: 0 auto;
    width: calc(100% - 40px);
}
.common-pop-box .photo-info-box .thumb-photo-list .slick-slide {
	vertical-align: top;
	margin-right: 21px;
	line-height: 0;
}
.common-pop-box .photo-info-box .thumb-photo-list .slick-slide > div {
	position: relative;
}
.common-pop-box .photo-info-box .thumb-photo-list li {
	width: calc(25% - 15px);
	aspect-ratio: 160/106;
	cursor: pointer;
	position: relative;
	transition: opacity 0.3s ease;
}
.common-pop-box .photo-info-box .thumb-photo-list li img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}
.common-pop-box .photo-info-box .photo-list {
	margin-bottom: 43px;
}
.common-pop-box .pop-inner-box .person-info-box {
	margin-bottom: 92px;
	display: flex;
	align-items: flex-start;
	gap: 37px;
}
.common-pop-box .pop-inner-box .person-info-box .photo-box {
	margin-top: 9px;
	width: 250px;
	flex-shrink: 0;
}
.common-pop-box .pop-inner-box .person-info-box .photo-box img {
	width: 100%;
}
.common-pop-box .pop-inner-box .person-info-box .text-box .name {
	margin-bottom: 1px;
	font-weight: 700;
}
.common-pop-box .pop-inner-box .person-info-box .text-box .name .en {
	padding-right: 12px;
	font-size: 3.4rem;
}
.common-pop-box .pop-inner-box .person-info-box .text-box .name .jp {
	font-size: 2.4rem;
}
.common-pop-box .pop-inner-box .person-info-box .text-box .txt {
	line-height: 1.625;
}
.common-pop-box .pop-inner-box .person-info-box .text-box .mb0 {
	margin-bottom: 0;
}
.common-pop-box .pop-inner-box .person-info-box .text-box .txt-list {
	margin-bottom: 13px;
}
.common-pop-box .pop-inner-box .person-info-box .text-box .txt-list li {
	letter-spacing: 0.08em;
	line-height: 1.625;
	padding-left: 0.8em;
	text-indent: -0.8em;
}
.common-pop-box .pop-inner-box .other {
	margin: 0 -107px -84px;
	padding: 100px 107px 89px;
	background-color: #2c2c2c;
}
.common-pop-box .pop-inner-box .otherTtl {
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: bold;
}
.common-pop-box .pop-inner-box .otherSlide {
	padding: 0 14px;
	position: relative;
	box-sizing: border-box;
}
.common-pop-box .other .arrow {
	margin-top: -45px;
}
.common-pop-box .pop-inner-box .professional-list {
	gap: inherit;
	flex-wrap: nowrap;
}
.common-pop-box .pop-inner-box .professional-list > li {
	width: 252px;
	padding: 0 15px;
	box-sizing: border-box;
}
.common-pop-box .pop-inner-box .professional-list .img-list {
	margin-bottom: 8px;
}
.common-pop-box .pop-inner-box .professional-list p {
	margin-bottom: 0;
}
.mfp-content.hide {
	opacity: 0;
}
.common-pop-box .photo-info-box .thumb-photo-list li img,.professional-list > li > a img {
	transition: .3s;
}
@media all and (min-width: 768px) {
	.common-pop-box .photo-info-box .thumb-photo-box .arrow {
		transition: opacity 0.3s ease;
	}
	.common-pop-box .photo-info-box .thumb-photo-box .arrow:hover {
		opacity: 0.7;
	}
	.common-pop-box .photo-info-box .thumb-photo-list li img:hover {
		opacity: 0.6;
	}
	.professional-list > li > a:hover {
		opacity: 1;
	}
	.professional-list > li > a img:hover {
		opacity: 0.6;
	}
	.professional-list a:hover .img-list li:before,.common-pop-box .photo-info-box .slick-slide:hover li:before {
		width: 100%;
	}
	.professional-list a:hover .img-list li:after,.common-pop-box .photo-info-box .slick-slide:hover li:after {
		height: 100%;
	}
	.professional-list a:hover .img-list .slick-slide > div::before,.common-pop-box .photo-info-box .thumb-photo-list .slick-slide:hover > div:before {
		width: 100%;
	}
	.professional-list a:hover .img-list .slick-slide > div::after,.common-pop-box .photo-info-box .thumb-photo-list .slick-slide:hover > div:after {
		height: 100%;
	}
}
@media all and (min-width: 768px) and (max-width: 1076px) {
	.professional-list {
		margin: 0 auto;
		max-width: 860px;
	}
	.professional-list > li {
		width: 253px;
	}
	.common-pop-box .pop-inner-box .otherSlide {
		max-width: 609px;
	}
	.common-pop-box .pop-inner-box .otherTtl {
		margin: 0 auto 20px;
		max-width: 609px;
	}
	.common-pop-box .pop-inner-box .professional-list > li {
		width: 194px;
	}
	.common-pop-box .other .arrow {
		margin-top: -60px;
	}
}
@media all and (min-width: 768px) and (max-width: 920px) {
	.professional-list {
		margin: 0 auto;
		max-width: 728px;
	}
	.professional-list > li {
		width: 204px;
	}
	.common-pop-box .pop-inner-box .otherSlide {
		max-width: 460px;
	}
	.common-pop-box .pop-inner-box .otherTtl {
		margin: 0 auto 20px;
		max-width: 460px;
	}
	.common-pop-box .pop-inner-box .professional-list > li {
		width: 145px;
	}
	.common-pop-box .pop-inner-box .professional-list .country {
		font-size: 1.5rem;
	}
	.common-pop-box .pop-inner-box .professional-list .name {
		font-size: 1.8rem;
	}
	.common-pop-box .other .arrow {
		margin-top: -50px;
	}
}
@media all and (max-width: 767px) {
	#conts .common-bg {
		padding-bottom: 41px;
	}
	#conts .ttl-box p {
		font-size: 1.6rem;
		text-align: left;
	}
	#conts .ttl-box {
		padding: 50px 0 30px;
	}
	.professional-list {
		gap: 20px;
	}
	.professional-list > li {
		padding-top: 23px;
		width: calc(50% - 10px);
		position: relative;
	}
	.professional-list .country {
		font-size: 1.6rem;
		padding-left: 12px;
	}
	.professional-list .name {
		padding-left: 12px;
	}
	.professional-list .update {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 1.2rem;
	}
	.professional-list .name {
		font-size: 1.8rem;
	}
	.common-pop-box .photo-info-box .person-info-country {
		font-size: 1.6rem;
	}
	.common-pop-box .photo-info-box .person-info-name {
		font-size: 2rem;
	}
	.common-pop-box .photo-info-box .photo-list li .photo-info {
		font-size: 1rem;
	}
	.common-pop-box .photo-info-box .photo-list li .photo-name {
		font-size: 1.6rem;
	}
	.common-pop-box .photo-info-box .photo-list li .photo-describe,
	.common-pop-box .pop-inner-box .person-info-box .text-box .txt {
		line-height: 1.5;
	}
	.common-pop-box .pop-inner-box .person-info-box {
		flex-direction: column-reverse;
		gap: 21px;
	}
	.common-pop-box .pop-inner-box .person-info-box .text-box .name .en {
		font-size: 2rem;
	}
	.common-pop-box .pop-inner-box .person-info-box .text-box .name .jp {
		font-size: 1.8rem;
	}
	.common-pop-box .pop-inner-box .person-info-box .photo-box {
		margin: 9px auto 0;
		width: auto;
	}
	.common-pop-box .pop-inner-box .other {
		margin: 0 -18px -18px;
		padding: 50px 18px 18px;
	}
	.common-pop-box .pop-inner-box .otherTtl {
		font-size: 2rem;
	}
	.common-pop-box .pop-inner-box .professional-list {		
		display: flex;
	}
	.common-pop-box .pop-inner-box .professional-list > li {
		width: calc(100% / 2);
	}
	.common-pop-box .photo-info-box .thumb-photo-box {
		padding-left: 10px;
	}
	.common-pop-box .photo-info-box .thumb-photo-list {
		width: calc(100% - 20px);
	}
	.common-pop-box .photo-info-box .thumb-photo-list .slick-slide {
		margin-right: 10px;
	}
	.common-pop-box .photo-info-box .thumb-photo-box .arrow,.common-pop-box .other .arrow {
		width: 10px;
	}
	.common-pop-box .photo-info-box {
		margin-bottom: 41px;
	}
	.common-pop-box .photo-info-box .photo-list {
		margin-bottom: 20px;
	}
	.common-pop-box .pop-inner-box .person-info-box {
		margin-bottom: 42px;
		gap: 0;
	}
	.common-pop-box .pop-inner-box .professional-list .img-list {
		margin-bottom: 5px;
	}
	.common-pop-box .pop-inner-box .professional-list .country {
		font-size: 1.3rem;
	}
	.common-pop-box .pop-inner-box .professional-list .name {
		font-size: 1.5rem;
	}
	.professional-list .country:before {
		width: 2px;
	}
	.common-pop-box .other .arrow {
		margin-top: -40px;
	}
}<!--ºÄÊ±1787159479.9188Ãë-->