  body .fixed-background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
}

body.america .fixed-background {
	background-image: url("/english/business/overseashousing/america/_img/map-area-bg.jpg");
	background-position: center bottom;
}

@media screen and (max-width: 767px) {
	body.america .fixed-background {
		background-image: url("/english/business/overseashousing/america/_img/map-area-bg-sp.jpg");
		background-position: center top;
	}
}

body.australia .fixed-background {
	background-image: url("/english/business/overseashousing/australia/_img/map-area-bg.jpg");
	background-position: center top;
}

@media screen and (max-width: 767px) {
	body.australia .fixed-background {
		background-image: url("/english/business/overseashousing/australia/_img/map-area-bg-sp.jpg");
	}
}

body.asia .fixed-background {
	background-image: url("/english/business/overseashousing/asia/_img/map-area-bg.jpg");
	background-position: center top;
}

@media screen and (max-width: 767px) {
	body.asia .fixed-background {
		background-image: url("/english/business/overseashousing/asia/_img/map-area-bg-sp.jpg");
	}
}

.kasou .contents-kasou {
	background-color: transparent;
	padding-bottom: 0;
}

.breadcrumb_wrapper,
.kasou-mv-ttl {
	background-color: #FFF;
}

.content-body {
	background-color: #ebebeb;
	padding-top: 170px;
	padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
	.content-body {
		padding-top: 30.93333vw;
		padding-bottom: 13.33333vw;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.map-area {
	position: relative;
	padding-top: 100px;
}

@media screen and (max-width: 767px) {
	.map-area {
		padding-top: 10.66667vw;
	}
}

.map-area:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 372px;
	background: linear-gradient(to top, #ebebeb 0%, #ebebeb 50%, rgba(235, 235, 235, 0) 100%);
}

@media screen and (max-width: 767px) {
	.map-area:before {
		background: linear-gradient(to top, #ebebeb 0%, #ebebeb 60%, rgba(235, 235, 235, 0) 100%);
		height: 75.2vw;
	}
}

.map-area .region-head {
	color: #FFF;
	text-align: center;
	width: 100%;
	margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
	.map-area .region-head {
		width: 92vw;
		margin-bottom: 9.33333vw;
	}
}

@media screen and (min-width: 768px) {
	body.australia .map-area .region-head {
		width: 1000px;
	}
}

@media screen and (min-width: 768px) {
	body.america .map-area .region-head {
		width: 1000px;
	}
}

.map-area .region-head .head {
	font-size: 38px;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
	.map-area .region-head .head {
		font-size: 54px;
		font-size: 7.2vw;
	}
}

.map-area .region-head p {
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	.map-area .region-head p {
		font-size: 30px;
		font-size: 4vw;
		text-align: left;
	}
}

.map-area .lead-more-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #FFF;
	font-size: 18px;
	cursor: pointer;
	margin-left: 20px;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 767px) {
	.map-area .lead-more-btn {
		font-size: 30px;
		font-size: 4vw;
	}
}

.map-area .lead-more-btn:before {
	content: '';
	display: block;
	border-color: #00a76d;
	border-style: solid;
	border-width: 0 2px 2px 0;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	transform: rotate(-45deg);
	margin-right: 8px;
}

@media screen and (max-width: 767px) {
	.map-area .lead-more-btn:before {
		display: block;
		border-color: #00a76d;
		border-style: solid;
		border-width: 0 1px 1px 0;
		width: 2vw;
		height: 2vw;
		vertical-align: middle;
		transform: rotate(-45deg);
		margin-right: 1.86667vw;
	}
}

.map-area .lead-more-btn:hover {
	opacity: 0.7;
}

.map-area .map-list {
	margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
	.map-area .map-list {
		margin-bottom: 8vw;
	}
}

@media screen and (min-width: 768px) {
	body.america .map-area .map-list {
		height: calc(100vh * 383/1200);
		max-height: 383px;
	}
}

@media screen and (max-width: 767px) {
	body.america .map-area .map-list {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	body.australia .map-area .map-list {
		height: calc(100vh * 428/1200);
		max-height: 428px;
	}
}

@media screen and (max-width: 767px) {
	body.australia .map-area .map-list {
		width: 86.93333vw;
	}
}

@media screen and (min-width: 768px) {
	body.asia .map-area .map-list {
		height: calc(100vh * 405/1200);
		max-height: 405px;
	}
}

@media screen and (max-width: 767px) {
	body.asia .map-area .map-list {
		width: 53.6vw;
	}
}

.map-area .map-list .map-item {
	display: none;
}

@media screen and (min-width: 768px) {
	.map-area .map-list .map-item {
		text-align: center;
		height: 100%;
	}
}

.map-area .map-list .map-item.current {
	display: block;
	animation: fade-in 1.0s linear 0s forwards;
}

@media screen and (min-width: 768px) {
	.map-area .map-list .map-item img {
		width: auto;
		height: 100%;
	}
}

@media screen and (max-width: 767px) {
	.map-area .map-list .map-item img {
		width: 100%;
		height: auto;
	}
}

/* .map-slider
----------------------------------------*/
.map-slider-wrapper {
	position: relative;
	width: 100%;
	height: 342px;
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper {
		height: 62.13333vw;
	}
}

.map-slider-wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #c8c8c8;
	left: 0;
	right: 0;
	top: 170px;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper:before {
		top: 20.26667vw;
	}
}

.map-slider-wrapper .map-slider {
	position: absolute;
	width: 100%;
	top: 40px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .map-slider {
		top: 6.13333vw;
	}
}

.map-slider-wrapper .map-slider .slick-list {
	padding: 0 !important;
}

.map-slider-wrapper .map-slider .slick-track {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .map-slider .slick-track {
		padding-top: 0;
	}
}

.map-slider-wrapper .map-slider .slide-item {
	float: none;
	display: inline-block;
	position: relative;
	width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .map-slider .slide-item {
		width: 56vw;
	}
}

.map-slider-wrapper .map-slider .slide-item + .slide-item {
	margin-left: 150px;
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .map-slider .slide-item + .slide-item {
		margin-left: 16.8vw;
	}
}

.map-slider-wrapper .map-slider .slide-item > .slide-img {
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.map-slider-wrapper .map-slider .slide-item.slick-center, .map-slider-wrapper .map-slider .slide-item.slick-current {
		transform: translateY(-50px);
	}
}

.map-slider-wrapper .slide-arrow {
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #FFF;
	border: 1px solid #c8c8c8;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.map-slider-wrapper .slide-arrow {
		top: 50%;
		transform: translateY(-50%);
		width: 50px;
		height: 50px;
		transition: background-color 0.3s ease-out;
	}
	.map-slider-wrapper .slide-arrow:hover {
		background-color: #e6e6e6;
	}
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .slide-arrow {
		top: 15.6vw;
		width: 9.33333vw;
		height: 9.33333vw;
	}
}

.map-slider-wrapper .slide-arrow:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.map-area.category-a .map-slider-wrapper .slide-arrow:after {
	border-color: #00a76d;
}

.map-area.category-b .map-slider-wrapper .slide-arrow:after {
	border-color: #7ec318;
}

.map-area.category-c .map-slider-wrapper .slide-arrow:after {
	border-color: #ae9c00;
}

.map-slider-wrapper .slide-arrow.arrow-prev {
	left: -80px;
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .slide-arrow.arrow-prev {
		left: -12.8vw;
	}
}

@media screen and (min-width: 768px) {
	.map-slider-wrapper .slide-arrow.arrow-prev:after {
		left: 43%;
		display: block;
		border-color: #00a76d;
		border-style: solid;
		border-width: 0 2px 2px 0;
		width: 10px;
		height: 10px;
		vertical-align: middle;
		transform: rotate(135deg);
	}
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .slide-arrow.arrow-prev:after {
		right: 2.66667vw;
		display: block;
		border-color: #00a76d;
		border-style: solid;
		border-width: 0 0.26667vw 0.26667vw 0;
		width: 2vw;
		height: 2vw;
		vertical-align: middle;
		transform: rotate(135deg);
	}
}

.map-slider-wrapper .slide-arrow.arrow-next {
	right: -80px;
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .slide-arrow.arrow-next {
		right: -12.8vw;
	}
}

@media screen and (min-width: 768px) {
	.map-slider-wrapper .slide-arrow.arrow-next:after {
		right: 43%;
		display: block;
		border-color: #00a76d;
		border-style: solid;
		border-width: 0 2px 2px 0;
		width: 10px;
		height: 10px;
		vertical-align: middle;
		transform: rotate(-45deg);
	}
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .slide-arrow.arrow-next:after {
		left: 2.66667vw;
		display: block;
		border-color: #00a76d;
		border-style: solid;
		border-width: 0 0.26667vw 0.26667vw 0;
		width: 2vw;
		height: 2vw;
		vertical-align: middle;
		transform: rotate(-45deg);
	}
}

.map-slider-wrapper .slide-body {
	position: absolute;
	width: 380px;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #FFF;
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .slide-body {
		width: 66.66667vw;
	}
}

.map-slider-wrapper .slide-body:before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	transition: background-color 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .slide-body:before {
		height: 0.8vw;
	}
}

.map-area.category-a .map-slider-wrapper .slide-body:before {
	background-color: #00a76d;
}

.map-area.category-b .map-slider-wrapper .slide-body:before {
	background-color: #7ec318;
}

.map-area.category-c .map-slider-wrapper .slide-body:before {
	background-color: #ae9c00;
}

.map-slider-wrapper .slide-body > div {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.map-slider-wrapper .slide-body .slide-logo-list {
	width: 300px;
	height: 88px;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .slide-body .slide-logo-list {
		width: 56vw;
		height: 15.33333vw;
	}
}

.map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item {
	display: none;
	opacity: 0;
	width: 100%;
	height: 100%;
}

body.america .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.mainvue div {
	width: 130px;
}

@media screen and (max-width: 767px) {
	body.america .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.mainvue div {
		width: 26vw;
	}
}

body.america .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.edge div {
	width: 166px;
}

@media screen and (max-width: 767px) {
	body.america .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.edge div {
		width: 33.2vw;
	}
}

body.america .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.gehan div {
	width: 170px;
}

@media screen and (max-width: 767px) {
	body.america .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.gehan div {
		width: 34vw;
	}
}

body.america .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.bloomfield div {
	width: 215px;
}

@media screen and (max-width: 767px) {
	body.america .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.bloomfield div {
		width: 43vw;
	}
}

body.america .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.drb div {
	width: 72px;
}

@media screen and (max-width: 767px) {
	body.america .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.drb div {
		width: 14.4vw;
	}
}

body.america .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.mark3 div {
	width: 143px;
}

@media screen and (max-width: 767px) {
	body.america .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.mark3 div {
		width: 28.6vw;
	}
}

body.america .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.crescent div {
	width: 122px;
}

@media screen and (max-width: 767px) {
	body.america .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.crescent div {
		width: 24.4vw;
	}
}

body.australia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.henley div {
	width: 105px;
}

@media screen and (max-width: 767px) {
	body.australia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.henley div {
		width: 21vw;
	}
}

body.australia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.wisdom div {
	width: 59px;
}

@media screen and (max-width: 767px) {
	body.australia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.wisdom div {
		width: 11.8vw;
	}
}

body.australia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.scottpark div {
	width: 88px;
}

@media screen and (max-width: 767px) {
	body.australia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.scottpark div {
		width: 17.6vw;
	}
}

body.australia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.regal div {
	width: 88px;
}

@media screen and (max-width: 767px) {
	body.australia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.regal div {
		width: 17.6vw;
	}
}

body.australia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.metricon div {
	width: 88px;
}

@media screen and (max-width: 767px) {
	body.australia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.metricon div {
		width: 17.6vw;
	}
}

body.asia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item {
	margin-left: auto;
	margin-right: auto;
}

body.asia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item > div {
	display: flex;
	justify-content: center;
	align-items: center;
}

body.asia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item > div span {
	font-size: 24px;
	margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
	body.asia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item > div span {
		font-size: 30px;
		font-size: 4vw;
	}
}

@media screen and (min-width: 768px) {
	body.asia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item img {
		width: 68px;
	}
}

@media screen and (max-width: 767px) {
	body.asia .map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item img {
		width: 11.33333vw;
	}
}

.map-slider-wrapper .slide-body .slide-logo-list .slide-logo-item.current {
	display: flex;
	justify-content: center;
	align-items: center;
	animation: fade-in 1.0s linear 0.5s forwards;
}

.map-slider-wrapper .anchor-btn-list .anchor-btn-item {
	display: none;
}

.map-slider-wrapper .anchor-btn-list .anchor-btn-item.current {
	display: block;
	animation: fade-in 1.0s linear 0s forwards;
}

.map-slider-wrapper .more-btn {
	border-top: 1px solid #c8c8c8;
}

.map-area.category-a .map-slider-wrapper .more-btn:before {
	background-color: #00a76d;
}

.map-area.category-b .map-slider-wrapper .more-btn:before {
	background-color: #7ec318;
}

.map-area.category-c .map-slider-wrapper .more-btn:before {
	background-color: #ae9c00;
}

.map-area.category-a .map-slider-wrapper .more-btn:after {
	border-color: #00a76d;
}

.map-area.category-b .map-slider-wrapper .more-btn:after {
	border-color: #7ec318;
}

.map-area.category-c .map-slider-wrapper .more-btn:after {
	border-color: #ae9c00;
}

@media screen and (min-width: 768px) {
	.map-area.category-a .map-slider-wrapper .more-btn:hover {
		background-color: #00a76d;
	}
	.map-area.category-b .map-slider-wrapper .more-btn:hover {
		background-color: #7ec318;
	}
	.map-area.category-c .map-slider-wrapper .more-btn:hover {
		background-color: #ae9c00;
	}
	.map-slider-wrapper .more-btn:hover:after {
		border-color: #FFF !important;
	}
}

.map-slider-wrapper .indicator-list {
	position: absolute;
	width: 100%;
	bottom: -50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .indicator-list {
		bottom: -10.66667vw;
	}
}

.map-slider-wrapper .indicator-list .indicator {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .indicator-list .indicator {
		width: 4.8vw;
		height: 4.8vw;
	}
}

.map-slider-wrapper .indicator-list .indicator + .indicator {
	margin-left: 12px;
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .indicator-list .indicator + .indicator {
		margin-left: 2vw;
	}
}

.map-slider-wrapper .indicator-list .indicator:before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #d7d7d7;
	border-radius: 50%;
}

@media screen and (min-width: 768px) {
	.map-slider-wrapper .indicator-list .indicator:before {
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
}

@media screen and (max-width: 767px) {
	.map-slider-wrapper .indicator-list .indicator:before {
		width: 1.33333vw;
		height: 1.33333vw;
	}
}

.map-slider-wrapper .indicator-list .indicator > span {
	position: absolute;
	display: none;
	top: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.map-slider-wrapper .indicator-list .indicator > span:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	width: 200%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.map-area.category-a .map-slider-wrapper .indicator-list .indicator > span:before {
	background-image: url("/english/business/overseashousing/_img/indicator-a.svg");
}

.map-area.category-b .map-slider-wrapper .indicator-list .indicator > span:before {
	background-image: url("/english/business/overseashousing/_img/indicator-b.svg");
}

.map-area.category-c .map-slider-wrapper .indicator-list .indicator > span:before {
	background-image: url("/english/business/overseashousing/_img/indicator-c.svg");
}

.map-slider-wrapper .indicator-list .indicator > span:nth-child(1) {
	left: 50%;
}

.map-slider-wrapper .indicator-list .indicator > span:nth-child(1):before {
	left: -100%;
}

.map-slider-wrapper .indicator-list .indicator > span:nth-child(2) {
	left: 0;
}

.map-slider-wrapper .indicator-list .indicator > span:nth-child(2):before {
	left: 0;
}

.map-slider-wrapper .indicator-list .indicator.active:before {
	transform: scale(2.25);
}

.map-area.category-a .map-slider-wrapper .indicator-list .indicator.active:before {
	background-color: #00a76d;
}

.map-area.category-b .map-slider-wrapper .indicator-list .indicator.active:before {
	background-color: #7ec318;
}

.map-area.category-c .map-slider-wrapper .indicator-list .indicator.active:before {
	background-color: #ae9c00;
}

.map-slider-wrapper .indicator-list .indicator.active > span {
	display: block;
}

.map-slider-wrapper .indicator-list .indicator.active > span:nth-child(1):before {
	animation: indicator-right 6s linear -1s forwards;
}

.map-slider-wrapper .indicator-list .indicator.active > span:nth-child(2):before {
	animation: indicator-left 6s linear -1s forwards;
}

.map-slider-wrapper .indicator-list .indicator.no-delay.active > span:before {
	animation-delay: 0s;
}

@keyframes indicator-right {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(180deg);
	}
}

@keyframes indicator-left {
	0% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* anchor-link-area
----------------------------------------*/
@media screen and (min-width: 768px) {
	.anchor-link-area ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.anchor-link-area ul {
		border-bottom: 1px solid #c8c8c8;
	}
}

@media screen and (min-width: 768px) {
	.anchor-link-area ul li + li {
		margin-left: 30px;
		padding-left: 30px;
		border-left: 1px solid #000;
	}
}

@media screen and (max-width: 767px) {
	.anchor-link-area ul li {
		border-top: 1px solid #c8c8c8;
	}
}

.anchor-link-area ul a {
	display: flex;
	align-items: center;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.anchor-link-area ul a {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.anchor-link-area ul a {
		justify-content: center;
		height: 13.33333vw;
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

.anchor-link-area ul a:after,
.anchor-link-area ul a span {
	display: inline-block;
}

.anchor-link-area ul a span {
	margin-right: 1em;
}

.anchor-link-area ul a:after {
	content: '';
	display: block;
	border-color: #00a76d;
	border-style: solid;
	border-width: 0 2px 2px 0;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	transform: translateY(-20%) rotate(45deg);
}

@media screen and (max-width: 767px) {
	.anchor-link-area ul a:after {
		display: block;
		border-color: #00a76d;
		border-style: solid;
		border-width: 0 0.26667vw 0.26667vw 0;
		width: 1.6vw;
		height: 1.6vw;
		vertical-align: middle;
		transform: translateY(-20%) rotate(45deg);
	}
}

.anchor-link-area ul li:nth-child(1) a:after {
	border-color: #00a76d;
}

.anchor-link-area ul li:nth-child(2) a:after {
	border-color: #7ec318;
}

.anchor-link-area ul li:nth-child(3) a:after {
	border-color: #ae9c00;
}

/* section
----------------------------------------*/
.section {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.section .tpl-inner {
		padding: 0;
	}
}

.section .center-txt {
	font-size: 18px;
	width: 800px;
	margin: 0 auto 90px;
}

@media screen and (max-width: 767px) {
	.section .center-txt {
		font-size: 30px;
		font-size: 4vw;
		width: 92vw;
		margin-bottom: 17.33333vw;
	}
}

.section .article-block {
	background-color: #FFF;
	padding-bottom: 100px;
}

body.asia .section .article-block .article-head {
	display: flex;
	justify-content: center;
	align-items: center;
}

body.asia .section .article-block .article-head span {
	font-size: 25px;
	margin-left: 1em;
}

@media screen and (max-width: 767px) {
	body.asia .section .article-block .article-head span {
		font-size: 40px;
		font-size: 5.33333vw;
		margin-left: 0.5em;
	}
}

body.asia .section .article-block .article-head img {
	width: 76px;
}

@media screen and (max-width: 767px) {
	body.asia .section .article-block .article-head img {
		width: 16vw;
	}
}

@media screen and (max-width: 767px) {
	body.australia .section .article-block.article-henley .article-head span {
		width: 27.86667vw;
	}
}

@media screen and (max-width: 767px) {
	body.australia .section .article-block.article-wisdom .article-head span {
		width: 13.46667vw;
	}
}

@media screen and (max-width: 767px) {
	body.australia .section .article-block.article-scottpark .article-head span {
		width: 23.46667vw;
	}
}

@media screen and (max-width: 767px) {
	body.australia .section .article-block.article-regal .article-head span {
		width: 23.46667vw;
	}
}

@media screen and (max-width: 767px) {
	body.australia .section .article-block.article-metricon .article-head span {
		width: 13.46667vw;
	}
}

body.america .section .article-block.article-mainvue .article-head span {
	width: 197px;
}

@media screen and (max-width: 767px) {
	body.america .section .article-block.article-mainvue .article-head span {
		width: 34.93333vw;
	}
}

body.america .section .article-block.article-edge .article-head span {
	width: 243px;
}

@media screen and (max-width: 767px) {
	body.america .section .article-block.article-edge .article-head span {
		width: 49.73333vw;
	}
}

body.america .section .article-block.article-gehan .article-head span {
	width: 233px;
}

@media screen and (max-width: 767px) {
	body.america .section .article-block.article-gehan .article-head span {
		width: 42.26667vw;
	}
}

body.america .section .article-block.article-bloomfield .article-head span {
	width: 263px;
}

@media screen and (max-width: 767px) {
	body.america .section .article-block.article-bloomfield .article-head span {
		width: 43.06667vw;
	}
}

body.america .section .article-block.article-drb .article-head span {
	width: 121px;
}

@media screen and (max-width: 767px) {
	body.america .section .article-block.article-drb .article-head span {
		width: 16.13333vw;
	}
}

body.america .section .article-block.article-mark3 .article-head span {
	width: 238px;
}

@media screen and (max-width: 767px) {
	body.america .section .article-block.article-mark3 .article-head span {
		width: 40vw;
	}
}

body.america .section .article-block.article-crescent .article-head span {
	width: 224px;
}

@media screen and (max-width: 767px) {
	body.america .section .article-block.article-crescent .article-head span {
		width: 34.53333vw;
	}
}

@media screen and (max-width: 767px) {
	.section .article-block {
		padding-bottom: 13.33333vw;
	}
}

.section .article-block .article-mainvisual {
	position: relative;
}

.section .article-block .article-mainvisual figcaption {
	position: absolute;
	left: 100px;
	bottom: 45px;
	font-size: 25px;
	color: #FFF;
	border-left: 3px solid #00a76d;
	padding-left: 20px;
	line-height: 1em;
}

@media screen and (max-width: 767px) {
	.section .article-block .article-mainvisual figcaption {
		left: 4vw;
		bottom: 5.33333vw;
		font-size: 40px;
		font-size: 5.33333vw;
		border-width: 0.53333vw;
		padding-left: 2.66667vw;
	}
}

.section .article-block .article-content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.section .article-block .article-content {
		width: 100%;
	}
}

.section .article-block .article-content .article-head {
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.section .article-block .article-content .article-head {
		height: 22.66667vw;
	}
}

.section .article-block .article-content p {
	font-size: 18px;
	margin: 60px 0;
}

@media screen and (max-width: 767px) {
	.section .article-block .article-content p {
		font-size: 30px;
		font-size: 4vw;
		width: 92vw;
		margin: 12vw auto 9.33333vw;
	}
}

.section .article-block .article-content p a {
	text-decoration: underline;
}

.section .article-block .article-content p a:hover {
	text-decoration: none;
}

.section .article-block .corporate-site-btn {
	width: 355px;
	margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
	.section .article-block .corporate-site-btn {
		width: 53.33333vw;
		margin-bottom: 13.33333vw;
	}
}

.section .article-block .thumbnail-slider {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.section .article-block .thumbnail-slider {
		overflow: hidden;
		width: 100%;
	}
}

.section .article-block .thumbnail-slider .slick-track {
	display: flex;
	justify-content: center;
}

.section .article-block .thumbnail-slider .slick-slide {
	float: none;
	display: inline-block;
}

.section .article-block .thumbnail-slider .slick-slide + .slick-slide {
	margin-left: 50px;
}

@media screen and (max-width: 767px) {
	.section .article-block .thumbnail-slider .slick-slide + .slick-slide {
		margin-left: 2.66667vw;
	}
}

.section .article-block .thumbnail-slider .slick-slide a {
	position: relative;
	display: block;
	width: 300px;
	overflow: hidden;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.section .article-block .thumbnail-slider .slick-slide a img {
		transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.section .article-block .thumbnail-slider .slick-slide a:hover img {
		transform: scale(1.05);
	}
}

@media screen and (max-width: 767px) {
	.section .article-block .thumbnail-slider .slick-slide a {
		width: 40vw;
	}
}

.section .article-block .thumbnail-slider .slick-slide a .icon {
	position: absolute;
	display: block;
	width: 39px;
	height: 39px;
	background-color: #FFF;
	border-radius: 50%;
	right: 20px;
	bottom: 20px;
	background-image: url("/english/business/overseashousing/_img/icon-zoom.png");
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.section .article-block .thumbnail-slider .slick-slide a .icon {
		width: 8vw;
		height: 8vw;
		right: 1.2vw;
		bottom: 1.2vw;
	}
}

.section .article-block .thumbnail-slider .slide-arrow {
	position: absolute;
	display: block;
	top: 50px;
	width: 100px;
	height: 100px;
}

@media screen and (min-width: 768px) {
	.section .article-block .thumbnail-slider .slide-arrow {
		transition: opacity 0.3s ease-out;
	}
	.section .article-block .thumbnail-slider .slide-arrow:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	.section .article-block .thumbnail-slider .slide-arrow {
		display: none;
	}
}

.section .article-block .thumbnail-slider .slide-arrow:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.section .article-block .thumbnail-slider .slide-arrow.arrow-prev {
	left: -100px;
}

.section .article-block .thumbnail-slider .slide-arrow.arrow-prev:before {
	left: 45%;
	display: block;
	border-color: #00a76d;
	border-style: solid;
	border-width: 0 2px 2px 0;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	transform: rotate(135deg);
}

.section .article-block .thumbnail-slider .slide-arrow.arrow-next {
	right: -100px;
}

.section .article-block .thumbnail-slider .slide-arrow.arrow-next:before {
	right: 45%;
	display: block;
	border-color: #00a76d;
	border-style: solid;
	border-width: 0 2px 2px 0;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	transform: rotate(-45deg);
}

.section .article-block .thumbnail-slider .slide-dots {
	margin-top: 40px;
	text-align: center;
	line-height: 1em;
}

@media screen and (max-width: 767px) {
	.section .article-block .thumbnail-slider .slide-dots {
		margin-top: 8vw;
	}
}

.section .article-block .thumbnail-slider .slide-dots li {
	display: inline-block;
	margin: 0 15px;
}

@media screen and (max-width: 767px) {
	.section .article-block .thumbnail-slider .slide-dots li {
		margin: 0 2.66667vw;
	}
}

.section .article-block .thumbnail-slider .slide-dots li button {
	position: relative;
	text-indent: -9999px;
	border: 0;
	width: 8px;
	height: 8px;
	background-color: #d7d7d7;
	border-radius: 50%;
}

@media screen and (max-width: 767px) {
	.section .article-block .thumbnail-slider .slide-dots li button {
		width: 1.33333vw;
		height: 1.33333vw;
	}
}

.section .article-block .thumbnail-slider .slide-dots li.slick-active button {
	background-color: #00a76d;
}

/* sec-about-company
----------------------------------------*/
.sec-about-company {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.sec-about-company {
		margin-top: 10.66667vw;
	}
}

@media screen and (max-width: 767px) {
	.sec-about-company .tpl-inner {
		padding: 0;
	}
}

.sec-about-company .box {
	background-color: #FFF;
	padding: 100px 100px 110px;
}

@media screen and (max-width: 767px) {
	.sec-about-company .box {
		padding: 13.33333vw 4vw 16vw;
	}
}

.sec-about-company .box .head {
	display: flex;
	justify-content: center;
	padding-bottom: 60px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.sec-about-company .box .head {
		padding-bottom: 8vw;
		margin-bottom: 13.33333vw;
	}
}

.sec-about-company .box .head > span {
	display: block;
}

@media screen and (max-width: 767px) {
	.sec-about-company .box .head > span {
		width: 73.06667vw;
	}
}

.sec-about-company .box .head p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
}

@media screen and (max-width: 767px) {
	.sec-about-company .box .head p {
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

.sec-about-company .box .head p span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
}

.sec-about-company .box .head p img {
	display: inline-block;
	vertical-align: middle;
	width: 36px;
}

@media screen and (max-width: 767px) {
	.sec-about-company .box .head p img {
		width: 5.46667vw;
	}
}

.sec-about-company .box p {
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.sec-about-company .box p {
		font-size: 30px;
		font-size: 4vw;
	}
}

.section.category-a .tpl-ttl1:after {
	background-color: #00a76d !important;
}

.section.category-b .tpl-ttl1:after {
	background-color: #7ec318 !important;
}

.section.category-c .tpl-ttl1:after {
	background-color: #ae9c00 !important;
}

.section.category-a .article-mainvisual figcaption {
	border-color: #00a76d !important;
}

.section.category-b .article-mainvisual figcaption {
	border-color: #7ec318 !important;
}

.section.category-c .article-mainvisual figcaption {
	border-color: #ae9c00 !important;
}

.section.category-a .tpl-line-btn:before {
	background-color: #00a76d !important;
}

.section.category-b .tpl-line-btn:before {
	background-color: #7ec318 !important;
}

.section.category-c .tpl-line-btn:before {
	background-color: #ae9c00 !important;
}

.section.category-a .tpl-line-btn:after {
	border-color: #00a76d !important;
}

.section.category-b .tpl-line-btn:after {
	border-color: #7ec318 !important;
}

.section.category-c .tpl-line-btn:after {
	border-color: #ae9c00 !important;
}

@media screen and (min-width: 768px) {
	.section.category-a .tpl-line-btn:hover {
		background-color: #00a76d !important;
	}
	.section.category-b .tpl-line-btn:hover {
		background-color: #7ec318 !important;
	}
	.section.category-c .tpl-line-btn:hover {
		background-color: #ae9c00 !important;
	}
	.tpl-line-btn:hover:after {
		border-color: #FFF !important;
	}
}

.section.category-a .slide-arrow.arrow-next, .section.category-a .slide-arrow.arrow-prev {
	border-color: #00a76d !important;
}

.section.category-b .slide-arrow.arrow-next, .section.category-b .slide-arrow.arrow-prev {
	border-color: #7ec318 !important;
}

.section.category-c .slide-arrow.arrow-next, .section.category-c .slide-arrow.arrow-prev {
	border-color: #ae9c00 !important;
}

.section.category-a .slide-dots li.slick-active button {
	background-color: #00a76d !important;
}

.section.category-b .slide-dots li.slick-active button {
	background-color: #7ec318 !important;
}

.section.category-c .slide-dots li.slick-active button {
	background-color: #ae9c00 !important;
}

/* modal
	----------------------------------------*/
.dammy-modal-container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.dammy-modal-btn {
	position: fixed;
	left: 100px;
	top: 100px;
	z-index: 500;
}

.dammy-modal-btn a {
	color: #FFF;
}

.gallery-modal {
	position: relative;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.gallery-modal {
		width: 900px;
		height: 900px;
		max-height: calc(100vh - 50px);
	}
}

@media screen and (max-width: 767px) {
	.gallery-modal {
		width: 80vw;
		height: 80vw;
	}
}

.gallery-modal .slider-container {
	position: relative;
}

.gallery-modal .modal-arrows-container {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

.gallery-modal .gallery-arrow-btn {
	position: absolute;
	display: block;
	top: 50%;
	cursor: pointer;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease-out;
	transform: translateY(-50%);
}

.gallery-modal .gallery-arrow-btn:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.gallery-modal .gallery-arrow-btn {
		width: 10vw;
		height: 26.66667vw;
	}
}

.gallery-modal .gallery-arrow-btn:before {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}

.gallery-modal .gallery-arrow-btn.arrow-prev {
	left: -100px;
}

@media screen and (max-width: 767px) {
	.gallery-modal .gallery-arrow-btn.arrow-prev {
		left: -10vw;
	}
}

.gallery-modal .gallery-arrow-btn.arrow-prev:before {
	left: 40%;
	display: block;
	border-color: #FFF;
	border-style: solid;
	border-width: 0 1px 1px 0;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
	.gallery-modal .gallery-arrow-btn.arrow-prev:before {
		display: block;
		border-color: #FFF;
		border-style: solid;
		border-width: 0 1px 1px 0;
		width: 6vw;
		height: 6vw;
		vertical-align: middle;
		transform: rotate(135deg);
	}
}

.gallery-modal .gallery-arrow-btn.arrow-next {
	right: -100px;
}

@media screen and (max-width: 767px) {
	.gallery-modal .gallery-arrow-btn.arrow-next {
		right: -10vw;
	}
}

.gallery-modal .gallery-arrow-btn.arrow-next:before {
	right: 40%;
	display: block;
	border-color: #FFF;
	border-style: solid;
	border-width: 0 1px 1px 0;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
	.gallery-modal .gallery-arrow-btn.arrow-next:before {
		display: block;
		border-color: #FFF;
		border-style: solid;
		border-width: 0 1px 1px 0;
		width: 6vw;
		height: 6vw;
		vertical-align: middle;
		transform: rotate(-45deg);
	}
}

.gallery-modal ul.gallery-modal-slider .gallery-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.gallery-modal ul.gallery-modal-slider .gallery-item {
		width: 900px;
		height: 900px;
		max-height: calc(100vh - 50px);
	}
}

@media screen and (max-width: 767px) {
	.gallery-modal ul.gallery-modal-slider .gallery-item {
		width: 80vw;
		height: 80vw;
	}
}

.gallery-modal ul.gallery-modal-slider .gallery-item figure {
	position: relative;
	width: 100%;
	text-align: center;
}

.gallery-modal ul.gallery-modal-slider .gallery-item figure img {
	width: 100%;
	height: auto;
}

.gallery-modal ul.gallery-modal-slider .gallery-item figure.vertical {
	height: 100%;
}

.gallery-modal ul.gallery-modal-slider .gallery-item figure.vertical img {
	width: auto;
	height: 100%;
	display: inline-block;
}

.gallery-modal ul.gallery-modal-slider .gallery-item figure.vertical.caption img {
	height: calc(100% - 100px);
}

@media screen and (max-width: 767px) {
	.gallery-modal ul.gallery-modal-slider .gallery-item figure.vertical.caption img {
		height: calc(100% - ((100 / 750) * 100 * 1vw));
	}
}

.gallery-modal ul.gallery-modal-slider .gallery-item figcaption {
	color: #FFF;
	text-align: center;
	margin-top: 0.5em;
	font-size: 30px;
}

@media screen and (max-width: 767px) {
	.gallery-modal ul.gallery-modal-slider .gallery-item figcaption {
		font-size: 30px;
		font-size: 4vw;
	}
}

/* magnific-popup
	----------------------------------------*/
.mfp-container .mfp-content .gallery-modal .mfp-close,
.mfp-container .mfp-content .gallery-modal .mfp-iframe-holder .mfp-close {
	right: -84px;
	top: 0;
}

@media screen and (max-width: 767px) {
	.mfp-container .mfp-content .gallery-modal .mfp-close,
	.mfp-container .mfp-content .gallery-modal .mfp-iframe-holder .mfp-close {
		top: 0;
		right: 0;
	}
}

/* lead-modal
----------------------------------------*/
.lead-modal {
	background-color: #FFF;
	padding: 50px;
}

@media screen and (max-width: 767px) {
	.lead-modal {
		padding: 4vw;
	}
}

.lead-modal .head {
	font-size: 38px;
	text-align: center;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
	.lead-modal .head {
		font-size: 54px;
		font-size: 7.2vw;
	}
}

/*# sourceMappingURL=../../../../_map/english/business/overseashousing/_css/region.css.map */
