@charset "utf-8";

.icon_list {
	margin-bottom: 50px;
}
.icon_list>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.icon_list>ul>li {
	max-width: 255px;
	width: 24%;
	height: 100px;
	margin-right: 1%;
	margin-bottom: 1%;
}
.icon_list>ul>li:nth-child(4n) {
	margin-right: 0;
}
.icon_list>ul>li a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	padding-left: 45%;
}
.icon_list .runesu {
	background: url(../img/works/motive_runesu.svg) no-repeat center left 10%/25% auto;
}
.icon_list .mansion {
	background: url(../img/works/motive_mansion.svg) no-repeat center left 10%/25% auto;
}
.icon_list .apartment {
	background: url(../img/works/motive_apartment.svg) no-repeat center left 10%/25% auto;
}
.icon_list .tenant {
	background: url(../img/works/motive_tenant.svg) no-repeat center left 10%/25% auto;
}
.icon_list .parking {
	background: url(../img/works/motive_parking.svg) no-repeat center left 10%/25% auto;
}
.icon_list .garage {
	background: url(../img/works/motive_garage.svg) no-repeat center left 10%/25% auto;
}
.icon_list .re_apartment {
	background: url(../img/works/motive_re_apartment.svg) no-repeat center left 10%/25% auto;
}
.icon_list .re_home {
	background: url(../img/works/motive_re_home.svg) no-repeat center left 10%/25% auto;
}
.icon_list .land {
	background: url(../img/works/motive_land.svg) no-repeat center left 10%/25% auto;
}
.icon_list .inheritance {
	background: url(../img/works/motive_inheritance.svg) no-repeat center left 10%/25% auto;
}
.icon_list .succession {
	background: url(../img/works/motive_succession.svg) no-repeat center left 10%/25% auto;
}
.icon_list .narrow {
	background: url(../img/works/motive_narrow.svg) no-repeat center left 10%/25% auto;
}
.icon_list .lease {
	background: url(../img/works/motive_lease.svg) no-repeat center left 10%/25% auto;
}
.icon_list .school {
	background: url(../img/works/motive_school.svg) no-repeat center left 10%/25% auto;
}
.icon_list .interest {
	background: url(../img/works/motive_interest.svg) no-repeat center left 10%/25% auto;
}
.icon_list .convert {
	background: url(../img/works/motive_convert.svg) no-repeat center left 10%/25% auto;
}
.icon_list .idle {
	background: url(../img/works/motive_idle.svg) no-repeat center left 10%/25% auto;
}
.icon_list .exchange {
	background: url(../img/works/motive_exchange.svg) no-repeat center left 10%/25% auto;
}
.icon_list .station {
	background: url(../img/works/motive_station.svg) no-repeat center left 10%/25% auto;
}
.icon_list .road {
	background: url(../img/works/motive_road.svg) no-repeat center left 13%/20% auto;
}
.works_property .icon_list .mansion {
	background: url(../img/works/bilding_mansion.svg) no-repeat center left 10%/25% auto;
}
.works_property .icon_list .home {
	background: url(../img/works/bilding_home.svg) no-repeat center left 10%/25% auto;
}
.works_property .icon_list .business {
	background: url(../img/works/bilding_business.svg) no-repeat center left 10%/25% auto;
}
.works_property .icon_list .hospital {
	background: url(../img/works/bilding_hospital.svg) no-repeat center left 10%/25% auto;
}
.works_property .icon_list .hotel {
	background: url(../img/works/bilding_hotel.svg) no-repeat center left 10%/25% auto;
}
.works_property .icon_list .other {
	background: url(../img/works/bilding_other.svg) no-repeat center left 10%/25% auto;
}
.icon_list .more_btn {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	background: #EFF3F1;
	text-align: center;
	cursor: pointer;
}
.icon_list .more_btn span:first-child::after {
	content: '';
	width: 5px;
	height: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(45deg);
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 2px;
}
.icon_list .more_btn span:last-child::after {
	content: '';
	width: 5px;
	height: 5px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	transform: rotate(45deg);
	display: inline-block;
	margin-left: 10px;
}
.icon_list .more_btn span:last-child {
	display: none;
}
.icon_list .more_btn.open span:last-child {
	display: block;
}
.icon_list .more_btn.open span:first-child {
	display: none;
}
.icon_list li.hidden {
	display: none;
}
.works_btn_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.works_btn_list>div {
	width: 49%;
	margin-bottom: 30px;
}
.works_btn_list .works_area {
	width: 100%;
}
.works_btn_list ul:not(.child) {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.works_btn_list ul:not(.child)>li {
	width: 50%;
	margin-right: 2%;
}
.works_btn_list ul:not(.child)>li:last-child {
	margin-right: 0;
}
.works_btn_list ul:not(.child)>li>a {
	display: block;
	width: 100%;
	height: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
	text-align: center;
}
.works_btn_list ul.child {
	margin-top: 10px;
	margin-left: 10px;
}
.works_btn_list ul.child li a {
	font-size: 14px;
}
.works_btn_list ul.child li a::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #13A087;
	margin-right: 5px;
	display: inline-block;
}
.works_detail {
	padding: 100px 0;
}
.works_detail .works_heading {
	font-size: 30px;
	font-weight: bold;
	background: #EFF3F1;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.works_detail .head_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 50px;
	padding: 0 20px;
}
.works_detail .head_box .txt {
  width: 49%;
  max-width: 490px;
}
.works_detail .head_box .txt p {
	margin-bottom: 20px;
}
.works_detail .head_box .txt .detail_date span {
	color: #868686;
	display: block;
}
.works_detail .head_box .txt .detail_date .name {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.works_detail .head_box .img {
  width: 45%;
  max-width: 470px;
}
.works_detail .head_box .img img {
	width: 100%;
}
.works_detail.owner_detail .head_box .txt {
	width: 65%;
}
.works_detail.owner_detail .head_box .img {
	width: 32%;
}
.works_detail .detail_box .col2box .txt p:not(:last-of-type) {
	margin-bottom: 30px;
}
.works_detail .detail_ownerpoint,
.works_detail .detail_shinwapoint {
	background: #EFF3F1;
	padding: 50px;
	margin-bottom: 30px;
}
.works_detail .detail_ownerpoint strong,
.works_detail .detail_shinwapoint strong {
	display: block;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
.works_detail .detail_ownerpoint ul,
.works_detail .detail_shinwapoint ul {
	margin-bottom: 10px;
}
.works_detail .detail_ownerpoint ul li,
.works_detail .detail_shinwapoint ul li {
	font-size: 18px;
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;
}
.works_detail .detail_ownerpoint ul li::before,
.works_detail .detail_shinwapoint ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100px;
	display: inline-block;
	margin-right: 10px;
	background: #000;
	margin-bottom: 3px;
}
.works_detail .detail_ownerpoint p,
.works_detail .detail_shinwapoint p {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}
.works_detail .detail_ownerpoint a {
	width: 90%;
	max-width: 680px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #fff;
	margin: auto;
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.works_detail .detail_ownerpoint a::after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #13A087;
}
.works_detail .detail_ownerpoint a::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	z-index: 2;
}
.works_detail .detail_ownerpoint a img {
	width: 20%;
}
.works_detail .detail_ownerpoint a p {
	width: 80%;
	margin-bottom: 0;
	padding: 20px 30px;
	font-size: 20px;
}
.works_detail .detail_ownerpoint a span {
	position: absolute;
	top: 0;
	right: 25px;
	margin: auto;
	font-size: 11px;
	color: #CEE3D8;
}
.works_detail .detail_shinwapoint {
	background: rgba(254, 237, 0,.08);
}
.works_detail .detail_shinwapoint strong {
	color: #13A087;
}
.works_detail .detail_shinwapoint p {
	margin-bottom: 0;
}
.works_detail .detail_slider {
	margin-bottom: 20px;
}
.works_detail .detail_slider li {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
	background: #EBEBEB;
	margin: 0 5px;
}
.works_detail .detail_slider li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}
.works_detail .detail_slider li img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translate(-50%,-50%);
	height: 100%;
	max-width: none;
}
.detail_slider .slide_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  filter: drop-shadow(3px 3px 10px rgba(0,0,0,.8));
  z-index: 10;
  cursor: pointer
}
.detail_slider .slide_arrow.next {
  left: auto;
  right: 20px;
  transform: rotate(135deg);
}
.works_detail .detail_person {
	background: rgba(240, 244, 242,.65);
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 30px;
}
.works_detail .detail_person div {
	width: 70%;
	order: 1;
}
.works_detail .detail_person div strong {
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}
.works_detail .detail_person span {
	max-width: 180px;
	width: 25%;
	order: 2;
}
.works_detail .detail_date strong {
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
}
.owner_link {
	width: 90%;
	max-width: 680px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #fff;
	margin: 0 auto 30px;
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.owner_link::after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #13A087;
}
.owner_link::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	z-index: 2;
}
.owner_link>span:first-child {
	position: absolute;
	top: 0;
	right: 30px;
	font-size: 11px;
	color: #CEE3D8;
}
.owner_link span:nth-child(2) {
	width: 40%;
}
.owner_link div {
	width: 60%;
	padding: 20px 30px 20px 20px;
}
.owner_link div span {
	font-size: 16px;
	color: #868686;
	display: block;
}
.owner_link div strong {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.2;
}
.owner_link div dl {
	color: #5B5B5B;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	font-size: 12px;
}
.owner_link div dl dt {
	width: 25%;
	position: relative;
	padding-right: 5px;
}
.owner_link div dl dt::after {
	content: '';
	width: 1px;
	height: 80%;
	background: #5B5B5B;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.owner_link div dl dd {
	width: 75%;
	padding-left: 5px;
}
.owner_detail .back_btn {
	margin-bottom: 50px;
}
.page_top_back_btn {
	width: 90%;
	max-width: 400px;
	display: block;
	background: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	text-align: center;
	font-weight: bold;
	padding: 10px 20px;
	margin: 50px auto 20px;
	position: relative;
}
.page_top_back_btn::after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
.page_back_btn {
	display: block;
	width: 90%;
	max-width: 200px;
	margin: auto;
	background: #EBEBEB;
	border: 1px solid #EBEBEB;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px;
	position: relative;
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}
.page_back_btn::before {
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
}
/* 230322_move */
.VideoWrapper {
    max-width: 650px;
    width: 80%;
    margin: 0 auto 50px;
    position: relative;
    overflow: hidden;
    padding: 22.6% 0;
}
.VideoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 240404 */
.works_detail .img_box {
	margin-bottom: 50px;
}

.works_detail .img_box .img {
	text-align: center;
}