@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;
	text-align: left;
}

h2.cms_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 4px #042455;
	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;
}

.info_ma p {
	text-align: left;
}

.maincontents h2,
.maincontents p,
.maincontents span {
	text-align: left;
}

.voice1_ma_detail_text,
.voice_ma_free,
.cms_back {
	text-align: left;
}

.maincontents div {
	text-align: left;
}

.voice_ma_pict .more a {
	display: block;
	line-height: 30px;
	background: #333;
	color: #fff;
	border: solid 1px #333;
	margin: 8px 0 0 0;
	text-decoration: none;
	text-align: center;
}

.ttl {
	text-align: center !important;
}

.voice_ma_pict .more a:hover {
	background: #fff;
	color: #333;
}

.open_house_ma li img {
	max-width: 230px !important;
	max-height: 210px !important;
}

.open_house_ma_shosai p {
	clear: both;
	line-height: 22px;
	margin: 15px 0px 0px 0px;
	padding: 10px;
	border: solid 3px #F0F0F0;
	font-size: 14px;
}

.open_house_ma_shosai_img li img {
	margin: 0 0 15px 0;
}

.open_house_ma_inq a,
.open_house_ma_other a,
.open_house_ma_maptxt {
	text-align: center;
}

.open_house_ma_image {
	border: solid 1px #CCC;
	overflow: hidden;
}

.open_house_ma_image ul {
	margin: 0;
	padding: 25px;
	list-style: none;
	overflow: hidden;
}

.open_house_ma_image ul li {
	height: 145px;
	margin: 0px 20px 10px 0px;
	list-style: none;
	overflow: hidden;
	float: left;
}

.open_house_ma_image ul li:last-child {
	margin: 0;
}

.open_house_ma_image ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.open_house_ma_image {
	margin: 10px 0;
}

.open_house_ma_image ul li,
.open_house_ma_image ul li a {
	width: 160px !important;
	display: block;
}

.open_house_ma_image ul li:empty {
	display: none;
}



.paper_ma_list_link a {
	text-align: center;
}

.form2_ma .sale_l {
	background: #EEDBA2 !important;
}

.form2_ma .sale_box {
	border: solid 1px #958965 !important;
}

.form2_ma .sale_box a:hover {
	background: #FBF7EA !important;
}

.body_calender {
	text-align: center;
}

h2.cms_h2:after {
	border-bottom: solid 4px #EEDBA2 !important;
}

.voice_ma_group_staff_h3 {
	background-color: #EEDBA2 !important;
}

.voice_ma_cmt_ttl {
	border-left: #EEDBA2 4px solid !important;
}

.info_ma h4 {
    width: 100%;
    margin: 0px;
    padding: 5px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    top: 222px;
    box-sizing: border-box;
}

.info_ma h4 a {
    color: #FFF !important;
    text-decoration: none !important;
}

.sale_result_ma_photo{
    width: 65% !important;
}
.sale_result_ma_photo a {
    width: 48% !important;
    float: left;
    margin: 1%;
}
.sale_result_ma_text{
    width: 31% !important;
    margin-right: 0 !important;
    height: 210px !important;
    overflow: hidden;
}
.sale_result_ma_com{
    height: 210px !important;
    font-size: 12px !important;
}

.sale_result_ma_com3{
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    margin-top: 20px;
}

/*-----------------------------------------------
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: #042455;
    letter-spacing: 0.1em;
    line-height: 14px;
}
.staff8_subti {
    font-size: 18px;
    padding: 25px 30px;
    margin: 40px auto 30px;
    color: #042455;
    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: #042455;
    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;
    text-align: left;
}
.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: #042455;
    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: #042455;
    font-weight: bold;
    color: #fff;
    border: 1px solid #042455;
    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 #042455;
    border-radius: 0 5px 5px 5px;
    box-sizing: border-box;
    font-size: 14px;
    margin-right: 5%;
    text-align: left;
}
.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: #042455;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    border-top: 1px solid #042455;
    border-bottom: 1px solid #042455;
}
.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: #042455;
}
.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;
    font-size: 16px;
}
.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;
}