@charset "shift_jis";

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/

h2.cms_h2{
	margin:10px auto 20px auto;
	position: relative;
	padding-bottom: 0.7em;
	border-bottom: 4px solid #DDD;
	display:inline-block;
	width:100%;
	line-height:25px;
}
h2.cms_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 4px #4cca2a;
	bottom: -4px;
	width: 13%;
	display: block;
	left: 0px;
}
.container{
	width:1000px;
	margin:20px auto;
	overflow:hidden;
}

.maincontents{
	width:780px;
	float:left;
}

.side{
	width:200px;
	float:right;
}

.cms_back{
	text-align:left;
	margin: 10px auto 10px auto;
	padding:0px 0px 0px 0px;
}
.cms_back a{
	color:#004CD3;
	line-height:18px;
}
.cms_back a:hover{
	text-decoration:none;
	color: #999999;
}

/*-----------------------------------------------
staff8
-----------------------------------------------*/
/*------------一覧---------------*/
.staff8_all_wrap {
	overflow: hidden;
}
.staff8_all_inner {
	width: 1200px;
	margin: 60px auto 0;
}
.staff8_wrap ul {}
.staff8_wrap ul li {
	display: inline-block;
	width: 22%;
	margin: 0 1.35% 3%;
	margin-bottom: 3%;
	border-radius: 10px;
	overflow: hidden;
}
.staff8_wrap ul li a {
	position: relative;
}
.staff8_wrap ul li a::before {
	content: "";
	display: block;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 0;
	z-index: 11;
}
.staff8_photo {
	height: 380px;
}
.staff8_photo img,
.staff8_photo_hover img {
	height: 100% !Important;
	object-fit: cover;
}
.staff8_photo_hover {
	height: 380px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .3s;
}
.staff8_job {
	display: inline-block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: #fff;
	padding: 10px 5px;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	right: 10px;
	top: 0;
	z-index: 10;
	color: #333;
}
.staff8_name {
	font-size: 11px;
	line-height: 1;
	margin: 10px 0 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	z-index: 15;
	letter-spacing: 0.1em;
}
.staff8_name span {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
.staff8_wrap ul li a:hover .staff8_photo_hover {
	opacity: 1;
	transition: .3s;
}
.staff8_ti {
	text-align: center;
	padding: 40px 0;
	margin: 20px 0 40px;
	border-top: 1px solid #383635;
	border-bottom: 1px solid #383635;
	font-size: 28px;
	font-weight: bold;
	color: #383635;
	line-height: normal;
}
.staff8_ti span {
	display: block;
	font-size: 12px;
	color: #4cca2a;
	letter-spacing: 0.1em;
	line-height: 14px;
}
.staff8_subti {
	font-size: 18px;
	padding: 25px 30px;
	margin: 40px auto 30px;
	color: #4cca2a;
	letter-spacing: 0.1em;
	background: #eee;
	border-radius: 5px;
	position: relative;
	line-height: 1;
}
.staff8_subti::before {
	content: "";
	display: block;
	width: 3px;
	height: 38px;
	background: #4cca2a;
	position: absolute;
	left: 15px;
	top: 15px;
	border-radius: 3px;
}
/*------------詳細---------------*/
.staff8_shosai_main {
	position: relative;
	margin-top: 60px;
	padding-bottom: 80px;
}
.staff8_shosai_main_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.staff8_shosai_main::before {
	content: "";
	display: block;
	width: 200vw;
	height: 600px;
	background: #eee;
	position: absolute;
	left: -50vw;
	bottom: 0;
	z-index: -1;
}
.staff8_shosai_photo img {
	width: 500px !important;
	height: 630px !important;
	object-fit: cover;
}
.staff8_shosai_main_inner ul {
	width: 630px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.staff8_shosai_main_inner ul li img {
	width: 300px !important;
	height: 300px !important;
	object-fit: cover;
}
.staff8_shosai_main_inner ul li:nth-child(1),
.staff8_shosai_main_inner ul li:nth-child(2) {
	margin-bottom: 30px;
}
.staff8_shosai_top {
	text-align: center;
	margin: 20px auto;
	border-top: 1px solid #383635;
	border-bottom: 1px solid #383635;
	padding: 40px 0;
}
.staff8_shosai_top h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
	color: #383635;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.staff8_shosai_top h2 span {
	display: block;
	font-size: 36px;
	font-weight: bold;
}
.staff8_shosai_job {
	display: inline-block;
	padding: 10px 10px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #383635;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	margin-top: 10px;
}
.staff8_shosai_txt {
	margin: 80px 0;
	padding: 0 80px;
}
.staff8_shosai_txt h3:not(:empty) {
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.1em;
	margin: 0 0 30px;
	color: #383635;
	position: relative;
	padding-left: 90px;
}
.staff8_shosai_txt h3:not(:empty)::before {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background: #4cca2a;
	position: absolute;
	left: 0;
	top: 15px;
}
.staff8_shosai_txt p:not(:empty) {
	margin: 0;
	background: #eee;
	margin-left: 15%;
	padding: 30px;
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.7;
	border-radius: 10px;
}
.staff8_shosai_bt {
	font-size: 15px;
	line-height: 1.7;
	padding: 0 80px;
}
.staff8_shosai_bt ul li {}
.staff8_shosai_bt ul li span:not(:empty) {
	display: block;
	width: 25%;
	padding: 10px 20px;
	background: #4cca2a;
	font-weight: bold;
	color: #fff;
	border: 1px solid #4cca2a;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	margin-right: 5%;
	text-align: center;
}
.staff8_shosai_bt ul li p:not(:empty) {
	width: 100%;
	margin: 0;
	padding: 20px 20px;
	background: #fff;
	margin-bottom: 25px;
	font-weight: 500;
	color: #383635;
	border: 1px solid #4cca2a;
	border-radius: 0 5px 5px 5px;
	box-sizing: border-box;
	font-size: 14px;
	margin-right: 5%;
}
.staff8_shosai_license:not(:empty) {
	margin-top: 40px;
	text-align: left;
}
.staff8_shosai_license ul::before {
	content: "保有資格";
	display: block;
	font-size: 20px;
	line-height: 60px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.staff8_shosai_license ul li {
	display: inline-block;
	color: #fff;
	line-height: 1;
	font-weight: 500;
	border-radius: 30px;
	letter-spacing: 0.05em;
	padding: 10px 15px;
	font-size: 13px;
	margin: 0 5px 5px 0;
	background: #4cca2a;
}
.staff8_shosai_p2 .staff8_shosai_main {
	margin-top: 20px;
}
.staff8_shosai_p2 .staff8_shosai_main::before {
	height: 500px;
}
.staff8_shosai_p2 .staff8_shosai_top {
	width: 480px;
	height: 500px;
	background: #fff;
	text-align: center;
	margin: 0;
	border-top: none;
	border-bottom: none;
	padding: 40px 0;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	z-index: 10;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.staff8_shosai_p2 .staff8_shosai_photo img {
	width: 680px !important;
	height: 630px !important;
	object-fit: contain;
}
.staff8_shosai_p2 .staff8_shosai_main_inner {
	align-items: center;
}
.staff8_shosai_p2 .staff8_shosai_main_inner ul {
	width: 400px;
	display: block;
	margin: 0 auto;
}
.staff8_shosai_p2 .staff8_shosai_main_inner ul li:nth-child(1),
.staff8_shosai_p2 .staff8_shosai_main_inner ul li:nth-child(2) {
	margin-bottom: 5px;
}
.staff8_shosai_b_photo ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 40px;
}
.staff8_shosai_b_photo ul li {
	margin-right: 20px;
}
.staff8_shosai_b_photo ul li:last-child {
	margin-right: 0;
}
.staff8_shosai_b_photo ul li img {
	width: 290px !important;
	height: 210px !important;
	object-fit: cover;
}
/* ----連携スライド---- */
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	/* overflow: hidden; */
}
.slick-list {
	position: relative;
	display: block;
	/* overflow: hidden; */
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.page_other {
	margin: 60px 0;
}
.page_other h3 {
	text-align: center;
	margin: 0 0 30px;
	line-height: 1;
	font-size: 30px;
}
.page_other ul {
	width: 300px;
	margin: 0 auto;
	position: relative;
}
.page_other ul .slick-list {
	overflow: visible;
}
.slick-initialized {
	opacity: 1;
}
.page_other ul li {
	margin: 0 15px;
	position: relative;
}
.page_other ul li a {
	color: #333;
	text-decoration: none;
}
.page_other ul li img {
	height: 250px !important;
	width: 300px;
	object-fit: cover;
	border-radius: 10px;
}
.page_other ul li .other_staff_name {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 10px 0;
	font-weight: bold;
}
.page_other ul li .other_staff_name p {
	font-size: 20px;
	line-height: 1;
	margin: 0;
}
.page_other ul li .other_staff_name span {
	font-size: 12px;
}
.page_other ul .slick-prev, .page_other ul .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 40%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
}
.page_other ul .slick-prev {
	right: 570px;
}
.page_other ul .slick-next {
	left: 570px;
}
.page_other ul .slick-prev::before, .page_other ul .slick-next:before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	display: block;
	transform: rotate(45deg);
	position: absolute;
	top: 37%;
	left: 0px;
	right: 5px;
	margin: 0 auto;
}
.page_other ul .slick-prev:before {
	transform: rotate(-135deg);
	right: 0px;
}
.page_other ul .slick-prev:after, .page_other ul .slick-next:after {
	content: "";
	background-color: #4cca2a;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 100px;
}
.page_other ul .slick-dots button {
	background: none;
	border: none;
	content: "";
	font-size: 0;
	padding: 0;
}
.page_other ul .slick-dots li button:before {
	font-family: 'slick';
	font-size: 18px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	content: '';
	background: #ccc;
	text-align: center;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
}
.page_other ul .slick-dots li.slick-active button:before {
	background: #4cca2a;
}
.page_other ul .slick-dots {
	overflow: hidden;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 30px 0 0;
}
.page_other ul .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	max-width: 13px;
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	cursor: pointer;
}
/* -------------------- */

/*------------------
　査定実績　
--------------------*/
.app_li_wrap {
 background: #eee;
 padding: 20px;
 border-radius: 5px;
}

.app_li_row {
 background: #fff;
 border-radius: 3px;
 border-bottom: 1px dashed #ccc;
}

.app_li_row:last-child {
 border: none;
}

.app_li_row a {
 display: flex;
 align-items: center;
 text-decoration: none !important;
 padding: 15px;
}

.app_li_row a:hover {
 background: #FFF;
}

.app_li_row a > div {
 display: flex;
 align-items: center;
}

.app_li_icon {
 background: #4cca2a;
 padding: 5px 10px;
 color: #fff;
 border-radius: 3px;
 display: inline-block;
 width: 60px;
 text-align: center;
}

span.app_li_day {
 color: #000;
 font-size: 14px;
 margin-left: 10px;
 text-align: left;
 width: 85px;
}

.app_li_tex {
 margin: 0 0 0 10px;
 font-size: 16px;
 width: 550px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.app_sho_wrap h3 {
 background: #eee;
 padding: 20px;
 margin-bottom: 15px;
}

.app_sho_main {
 border: 1px solid #ccc;
 border-radius: 5px;
 padding: 20px;
 margin-bottom: 30px;
 font-size: 16px;
}

.app_sho_main > p {
 margin: 0 0 15px;
}

.app_sho_detail {
 background: #eee;
 padding: 20px;
 border-radius: 5px;
}

.app_sho_detail li {
 display: flex;
 align-items: center;
 margin: 0 0 10px;
}

.app_sho_detail li:last-child {
 margin-bottom: 0px;
}

.app_sho_detail li p {
 margin: 0 0 0 10px;
 font-weight: bold;
}

.app_sho_detail li span {
 background: #4cca2a;
 color: #FFF;
 padding: 6px 10px;
 border-radius: 5px;
 display: inline-block;
 width: 50px;
 text-align: center;
}

.app_sho_name:not(:empty) {
 color: #80bac4;
 font-weight: bold;
 padding: 0 1%;
}

.app_sho_subtxt {
 text-align: center;
 font-size: 14px;
 margin: 0;
 line-height: normal;
}

.app_sho_wrap > a {
 text-decoration: none !important;
 color: #fff !important;
 background: #ff5239;
 border-radius: 5px;
 width: 500px;
 display: block;
 text-align: center;
 margin: 30px auto;
 padding: 20px;
 font-size: 20px;
}

.app_sho_wrap > a:hover {
 background: #e83016;
}
.ap_de_tag_li ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.ap_de_tag_li li {
	padding: 3px;
}
.ap_de_tag_li a {
    display: block;
    width: max-content;
    padding: 10px 15px;
    border: 1px solid #ccc;
    color: #666;
    background: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.ap_de_tag_li a:hover {

 background: #eee;
 text-decoration: none;
}
/*------------特集タグのCSS------------*/
.vo_de_tag {
 margin: 0px auto;
 padding: 0px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.vo_de_tag_ttl {
 border-bottom: 1px solid #111;
 margin-bottom: 10px;
 padding-bottom: 10px;
}

.vo_de_tag_ttl p {
 font-weight: bold;
 font-size: 18px;
 margin: 0 0 5px;
}

.vo_de_tag_li p {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 flex-wrap: wrap;
}

.vo_de_tag_li label.cms_topic_tag {
 padding: 3px;
}

.vo_de_tag_li label.cms_topic_tag a {
 display: block;
 padding: 10px 15px;
 border: 1px solid #ddd;
 color: #666;
 background: #fff;
}

.vo_de_tag_li label.cms_topic_tag a:hover {
 color: #fff;
 background: #4cca2a;
 text-decoration: none;
}