@charset "UTF-8";

/* =======================================================================================
	loading
======================================================================================= */

#splash {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: #fff;
}

.cell-intro {
	opacity: 0;
}

/* =======================================================================================
	fv
======================================================================================= */

.fv {
	height: 710px;
	background: #fff;
	position: relative;
	line-height: 1.5;
	z-index: 5;
}

/*
ウェブフォントの最初のちらつきを防ぐ
テスト段階ではAdobe fontなので、
htmlに.wf-activeが付与される体の記述です。
さくらのウェブフォントはウェブフォントを指定したタグに
.typesquare_optionが付与されるはずなので、
書き換えお願いします。
*/

/* .fv-ttl {
	visibility: hidden;
}

html.wf-active .fv-ttl {
	visibility: visible;
} */

.fv-ttl {
	font-size: 8.0rem;
	margin: 70px 0 20px;
	font-family: a-otf-midashi-go-mb31-pr6n,
		'ヒラギノ角ゴシック',
		'Hiragino Sans',
		YuGothic,
		'Yu Gothic',
		sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.25;
}

.fv-txt {
	position: absolute;
	top: 80px;
	left: 21.2%;
	z-index: 10;
	font-weight: 500;
}

.fv-subttl {
	font-size: 2.3rem;
	line-height: 1.5;
	display: block;
}

.fv-en {
	font-size: 2.6rem;
	line-height: 1.16;
	font-weight: 700;
	margin-bottom: 91px;
}

.fv-span-slidein span {
	display: inline-block;
}

.fv-span-adjust {
	margin-left: -0.08em;
}

/* fv-背景画像
========================================================================== */

.fv-bg {
	width: 53.6%;
	height: 776px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	clip-path: inset(0 round 0 0 0 50px);
}

.fv-bg:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0 0 0 50px;
	background: url(../images/top/fv-bg.jpg) no-repeat center right;
	background-size: cover;
	background-origin: padding-box;
	transform: matrix3d(1, 0, 0, 0,
			0, 1, 0, 0,
			0, 0, 1, 0,
			0, 0, 0, 1);
	/* will-change: transform; */
}

/* fv-セルのSVG
========================================================================== */
.cell {
	position: absolute;
	top: 14%;
	left: 11%;
}

.fv-changed.cell {
	position: absolute;
	top: 14%;
	left: 11%;
}

.cell-path {
	fill: #FFB300;
}

.svg-size {
	width: 480px;
	height: auto;
}

.svg-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(392 / 480 * 100%);
	/* アスペクト比の計算 calc(svgの高さ / svgの幅 x 要素の幅) */
}

.svg-wrap svg {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

/* ▼ 1919px以下 ================================================================================*/
@media screen and (max-width:1919px) {

	.fv {
		height: auto;
		min-height: calc(460px + (710 - 460) * (100vw - 1080px) / (1920 - 1080));
	}

	.fv-txt {
		top: calc(80px + (100 - 80) * (100vw - 1080px) / (1920 - 1080));
		left: 15%;
	}

	.fv-ttl {
		font-size: calc(48px + (80 - 48) * (100vw - 1080px) / (1920 - 1080));
		margin: 7% 0 3%;
	}

	.fv-en {
		font-size: calc(18px + (26 - 18) * (100vw - 1080px) / (1920 - 1080));
		margin-bottom: 8.5%;
	}

	.fv-subttl {
		font-size: calc(15px + (23 - 15) * (100vw - 1080px) / (1920 - 1080));
	}

	.fv-bg {
		width: 57.5%;
		height: auto;
		min-height: calc(540px + (776 - 540) * (100vw - 1080px) / (1920 - 1080));
	}

	.svg-size {
		width: calc(240px + (440 - 240) * (100vw - 1080px) / (1920 - 1080));
	}

	.cell {
		top: 22%;
		left: 8%;
	}

	.fv-changed.cell {
		top: 22%;
		left: 8%;
	}

}

/* ▲ 1919px以下 ================================================================================*/

/* ▼ 1080px以下 ================================================================================*/

@media screen and (max-width:1080px) {

	.fv {
		min-height: calc(390px + (500 - 390) * (100vw - 740px) / (1080 - 740));
	}

	.fv-txt {
		top: 21.5%;
		left: 8%;
	}

	.svg-size {
		width: 34vw;
	}

	.cell {
		top: 16%;
		left: 3%;
	}

	.fv-changed.cell {
		top: 16%;
		left: 3%;
	}

	/* fv-背景画像 */
	.fv-bg {
		top: 50px;
		width: 53.5%;
		clip-path: inset(0 round 40px 0 0 40px);
		min-height: calc(390px + (510 - 390) * (100vw - 740px) / (1080 - 740));
	}

	.fv-bg:after {
		border-radius: 40px 0 0 40px;
	}
}

/* ▼ 1080px以下 ================================================================================*/

/* ▼ ipad ================================================================================*/
@media screen and (max-width:768px) {
	.fv {
		min-height: auto;
		overflow: hidden;
	}

	.fv-ttl {
		font-size: calc(42px + (52 - 42) * (100vw - 740px) / (768 - 740));
		margin: calc(30px + (70 - 30) * (100vw - 280px) / (740 - 280)) 0 1.5%;
		line-height: 1.3;
		white-space: nowrap;
	}

	.fv-span-adjust-sp {
		margin-left: 0.05em;
	}

	.fv-txt {
		position: relative;
		top: 0;
		left: 6%;
		z-index: 10;
		padding-bottom: 5.5%;
	}

	.fv-subttl {
		font-size: calc(15px + (18 - 15) * (100vw - 740px) / (768 - 740));
		line-height: 1.75;
	}

	.fv-en {
		font-size: calc(16px + (22 - 16) * (100vw - 740px) / (768 - 740));
		margin-bottom: 3.5%;
		line-height: 1.54;
	}

	/* fv-背景画像 */
	.fv-bg {
		width: 84%;
		min-height: calc(360px + (410 - 360) * (100vw - 740px) / (768 - 740));
		position: relative;
		top: 70px;
		right: 0;
		margin-left: auto;
		clip-path: inset(0 round 20px 0 0 20px);
	}

	.fv-bg:after {
		border-radius: 20px 0 0 20px;
		background: url(../images/sp/top/fv-bg.jpg) no-repeat center right;
		background-size: cover;
		right: 0;
	}

	.cell {
		top: calc(200px + (280 - 200) * (100vw - 740px) / (768 - 740));
		left: -3%;
	}

	.fv-changed.cell {
		top: calc(200px + (280 - 200) * (100vw - 740px) / (768 - 740));
		left: -3%;
	}

	.svg-size {
		width: 65vw;
	}

}

/* ▲ ipad ================================================================================*/

/* ▼ SP ================================================================================*/
@media screen and (max-width:740px) {

	.fv-ttl {
		font-size: calc(23.5px + (52 - 23.5) * (100vw - 280px) / (740 - 280));
		margin: calc(52px + (60 - 52) * (100vw - 375px) / (740 - 375)) 0 3.8%;
		line-height: 1.4;
	}

	.fv-txt {
		top: 0;
		left: 2%;
		padding-bottom: 7%;
	}

	.fv-subttl {
		font-size: calc(12px + (23 - 12) * (100vw - 375px) / (740 - 375));
		line-height: 2.0;
	}

	.fv-en {
		font-size: calc(12px + (23 - 12) * (100vw - 375px) / (740 - 375));
		margin-bottom: 5.5%;
		line-height: 1.54;
	}

	/* fv-背景画像 */
	.fv-bg {
		width: 90%;
		min-height: calc(330px + (560 - 330) * (100vw - 375px) / (740 - 375));
		top: 50px;
		right: 0;
	}

	.cell {
		top: calc(280px + (420 - 280) * (100vw - 375px) / (740 - 375));
		left: -2%;
	}

	.fv-changed.cell {
		top: calc(280px + (420 - 280) * (100vw - 375px) / (740 - 375));
		left: -2%;
	}

	.svg-size {
		width: 80vw;
	}

}

/* ▲ SP ================================================================================*/

/* =======================================================================================
	timeline・scroll
======================================================================================= */

/*タイムライン全体の設定*/
.timeline {
	width: 100%;
}

.timeline>div {
	/*線の起点とするためrelativeを設定*/
	position: relative;
}

/*絶対配置で線を設定*/
.border-line {
	/*線の位置*/
	position: absolute;
	left: 3%;
	top: 0;
	width: 3px;
	/*線の太さ*/
	height: 0;
	/*はじめは高さを0に*/
	background: #ffb300;
	z-index: 20;
}

/* scroll */

.scroll {
	display: inline-block;
	position: absolute;
	left: 3%;
	bottom: -100px;
	z-index: 2;
	padding: 10px 0 210px 0;
	overflow: hidden;
	color: #ffb300;
	font-size: 1.5rem;
	line-height: 1;
	text-decoration: none;
	font-family: 'corbel', sans-serif;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.scroll::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 3%;
	width: 3px;
	height: 200px;
	background: #ffb300;
}


/* ▼ 1080px以下 ================================================================================*/

@media screen and (max-width:1080px) {
	.border-line {
		display: none;
	}

}

/* ▼ ipad ================================================================================*/
@media screen and (max-width:768px) {
	.scroll {
		display: none;
	}

}

/* ▲ ipad ================================================================================*/

/* ▼ SP ================================================================================*/
@media screen and (max-width:740px) {
	.scroll {
		display: none;
	}
}

/* ▲ SP ================================================================================*/

/* =======================================================================================
	News
======================================================================================= */

.top-news {
	background: #14327a;
	color: #fff;
}

.top-news .top-inner {
	padding: 10% 0 7.5%;
	display: flex;
	justify-content: space-between;
}

.top-news-ttl {
	font-size: 7.0rem;
	font-weight: 700;
	font-feature-settings: "palt"1;
	line-height: 1.0;
}

.top-news-ttl::first-letter {
	color: #ffb300;
}

.top-news-area {
	width: 70%;
	padding-top: 40px;
	text-align: right;
}

.top-news-list {
	margin-bottom: 50px;
	max-width: 660px;
}

.top-news-item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.top-news-list .top-news-item:last-child a {
	padding-bottom: 0;
	margin-bottom: 0;
}

.top-news-postdata {
	width: 15rem;
	font-size: 1.8rem;
	font-weight: 400;
}

.top-news-postttl {
	width: calc(100% - 15rem);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.8rem;
	font-weight: 400;
}

.top-news-btn a {
	display: inline-block;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 500;
}

.top-news-btn a::after {
	content: "";
	display: inline-block;
	width: 0.75em;
	height: 0.75em;
	margin-left: 1.35em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(0.04em);
	transition-property: all;
	transition-duration: 300ms;
	transition-delay: 0s;
	transition-timing-function: ease;
}

/* ▼ 1280px以下 ================================================================================*/

@media screen and (max-width:1280px) {

	.top-news .top-inner {
		max-width: calc(100% - 40px);
		width: 90%;
	}

	.top-news-postdata {
		width: 12rem;
		font-size: 1.6rem;
	}

	.top-news-postttl {
		width: calc(100% - 12rem);
		font-size: 1.6rem;
	}

	.top-news-ttl {
		font-size: 5.0rem;
	}

}

/* ▲ 1280px以下 ================================================================================*/

/* ▼ 1080px以下 ================================================================================*/

@media screen and (max-width:1080px) {

	.top-news-postdata {
		font-size: 1.5rem;
	}

	.top-news-postttl {
		font-size: 1.5rem;
	}

	.top-news-list {
		margin-bottom: 30px;
	}

	.top-news-btn a {
		font-size: 1.9rem;
	}

}

/* ▼ 1080px以下 ================================================================================*/


/* ▼ SP ================================================================================*/
@media screen and (max-width:740px) {

	.top-news .top-inner {
		max-width: 96%;
		width: 96%;
		padding: 35px 0 35px;
		display: block;
	}

	.top-news-ttl {
		font-size: 2.4rem;
		margin-left: 0;
	}

	.top-news-ttl::first-letter {
		font-size: 3.0rem;
	}

	.top-news-area {
		width: 100%;
		padding-top: 25px;
	}

	.top-news-list {
		margin-bottom: 30px;
		max-width: 100%;
	}

	.top-news-item a {
		display: block;
		padding-bottom: 0;
		margin-bottom: 40px;
	}

	.top-news-postdata {
		width: auto;
		font-size: 1.6rem;
		margin-bottom: .25em;
	}

	.top-news-postttl {
		width: 100%;
		font-size: 1.6rem;
		/* 一行の時の表示をリセット */
		text-overflow: clip;
		white-space: normal;
		/* 2行に対応する */
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 1.5em;
		max-height: 3.0em;
	}

	.top-news-btn a {
		display: inline-block;
		font-size: 1.6rem;
		color: #14327a;
		background: #fff;
		padding: .5em 1.0em .5em 1.4em;
		border-radius: 2.5em;
	}

	.top-news-btn a::after {
		border-top: 2px solid #14327a;
		border-right: 2px solid #14327a;
		transform: rotate(45deg) translateY(0em);
		margin-left: 0.75em;
	}

}

/* ▲ SP ================================================================================*/

/* =======================================================================================
	top共通
======================================================================================= */

.top-inner {
	max-width: 96%;
	width: 1080px;
	margin: 0 auto;
}

/* =======================================================================================
	物件情報
======================================================================================= */

.top-property {
	margin-bottom: 10%;
}

.top-ttl-line {
	font-size: 3.0rem;
	font-weight: 700;
	letter-spacing: .1rem;
	padding-bottom: 13px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	width: 1080px;
	max-width: 94%;
	margin: 0 auto;
}

.top-ttl-line::first-letter {
	font-size: 4.0rem;
	color: #ffb300;
}

.top-ttl-line-move {
	content: '';
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.top-ttl-line .ttl-line-move {
	opacity: 0;
}

.top-property-btn {
	display: block;
	width: 1080px;
	max-width: 96%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-property-btn a {
	display: inline-block;
	color: #14327a;
	font-size: 2.1rem;
	font-weight: 500;
}

.top-property-btn a:first-child {
	margin-right: 50px;
}

.top-property-btn a::after {
	content: "";
	display: inline-block;
	width: 0.75em;
	height: 0.75em;
	margin-left: 1.35em;
	border-top: 2px solid #14327a;
	border-right: 2px solid #14327a;
	transform: rotate(45deg) translateY(0.04em);
	transition-property: all;
	transition-duration: 300ms;
	transition-delay: 0s;
	transition-timing-function: ease;
}

.top-property {
	background: linear-gradient(-180deg, #14327a 0%, #14327a 52.5%, transparent 52.5%, transparent 100%);
}

.top-property-item {
	background: #fff;
	border-radius: 40px;
	box-shadow: 0 0 20px hsla(0, 0%, 20%, 0.315);
	overflow: hidden;
}

.top-property-item a {
	display: block;
	width: 100%;
}

.top-property-img {
	/* height: 40%; */
	/* max-height: 220px; */
	height: 220px;
	overflow: hidden;
	display: block;
	position: relative;
}

.top-property-img img {
	position: absolute;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

@supports (object-fit: cover) {
	.media img {
		position: static;
		height: 100%;
		width: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
}

.top-property-data {
	max-height: 260px;
	padding: 15px 25px 25px 25px;
}

.top-property-name {
	font-size: 2.0rem;
	font-weight: 600;
	min-height: 2.6em;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-property-name span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333;
	/*IE対策*/
	line-height: 1.3em;
	max-height: 2.6em;
	/* padding: 0 0.25em; */
}

.top-property-dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
	margin-bottom: 10px;
	min-height: 2.4em;
}

.top-property-data .top-property-dl:nth-last-of-type(1) {
	margin-bottom: 0;
}

.top-property-dl dt {
	flex-basis: 58px;
	width: 58px;
	height: 38px;
	color: #fff;
	background: #ffb300;
	border-radius: 20px;
	font-size: 1.6rem;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-property-dl dd {
	text-align: left;
	flex-basis: calc(100% - 58px - 20px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 1.6rem;
	/*IE対策*/
	line-height: 1.4em;
	max-height: 2.8em;
}

/* splide */

.splide-inner {
	max-width: 90%;
	width: 1120px;
	margin: 35px auto;
}

/* splide.cssの上書き */

.top-property-ul .splide__slide {
	margin: 20px 0;
}

.splide__arrow {
	background: #fff;
	box-shadow: 0 0 20px hsla(0, 0%, 20%, 0.315);
	width: 60px;
	height: 60px;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
}

.splide__arrow--prev {
	left: -100px;
}

.splide__arrow--next {
	right: -100px;
}

.splide__arrow--next .arrow {
	width: 20px;
	height: 20px;
	border-top: 2px solid #14327a;
	border-right: 2px solid #14327a;
	transform: rotate(45deg);
	position: relative;
	right: 5px;
}

.splide__arrow--prev .arrow {
	width: 20px;
	height: 20px;
	border-top: 2px solid #14327a;
	border-right: 2px solid #14327a;
	transform: rotate(-135deg);
	position: relative;
	left: 5px;
}

/* ▼ 1920px以下 ================================================================================*/
@media screen and (max-width:1919px) {
	.splide__arrow--prev {
		left: -5.5%;
	}

	.splide__arrow--next {
		right: -5.5%;
	}
}

/* ▲ 1920px以下 ================================================================================*/

/* ▼ 1280p以下 ================================================================================*/
@media screen and (max-width:1280px) {

	.top-ttl-line {
		max-width: calc(100% - 40px);
		width: 90%;
	}

	.top-property-btn {
		max-width: calc(100% - 40px);
		width: 90%;
	}

	/* splide */

	.top-property-name {
		font-size: calc(18px + (20 - 18) * (100vw - 739px) / (1280 - 739));
	}

	.top-property-dl dt {
		font-size: calc(15px + (16 - 15) * (100vw - 739px) / (1280 - 739));
	}

	.top-property-dl dd {
		font-size: calc(15px + (16 - 15) * (100vw - 739px) / (1280 - 739));
	}

	.splide__arrow--prev {
		left: -1.5%;
	}

	.splide__arrow--next {
		right: -1.5%;
	}

}

/* ▼ 1280p以下 ================================================================================*/

/* ▼ 1080px以下 ================================================================================*/
@media screen and (max-width:1080px) {

	.splide-inner {
		max-width: 100%;
		width: auto;
	}

	.top-property {
		background: linear-gradient(-180deg, #14327a 0%, #14327a 52.5%, transparent 52.5%, transparent 100%);
	}

	.splide__arrow {
		top: 52.5%;
		transform: translateY(-52.5%);
	}

	.splide__arrow--prev {
		left: 2%;
	}

	.splide__arrow--next {
		right: 2%;
	}

}

/* ▲ 1080pxp以下 ================================================================================*/

/* ▼ SP ================================================================================*/
@media screen and (max-width:740px) {

	.top-property {
		margin-bottom: 50px;
	}


	.top-ttl-line {
		max-width: 96%;
		width: 96%;
		font-size: 2.4rem;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.top-ttl-line-move {
		height: 1px;
	}

	.top-ttl-line::first-letter {
		font-size: 3.0rem;
	}

	.top-property-img {
		height: 190px;
	}

	.top-property-item {
		border-radius: 20px;
	}

	.top-property-data {
		padding: 10px 30px 15px 30px;
		max-height: 220px;
	}

	.top-property-name {
		font-size: 1.6rem;
		min-height: 50px;
		justify-content: flex-start;
		margin-bottom: 5px;
	}

	.top-property-name span {
		padding: 0;
	}

	.top-property-dl {
		margin-bottom: 8px;
	}

	.top-property-dl dt {
		flex-basis: 44px;
		width: 44px;
		height: 26px;
		border-radius: 10px;
		font-size: 1.4rem;
	}

	.top-property-dl dd {
		text-align: left;
		flex-basis: calc(100% - 44px - 10px);
		font-size: 1.4rem;
	}

	.top-property-btn {
		max-width: 96%;
		width: 96%;
		justify-content: center;
	}

	.top-property-btn a:first-child {
		margin-right: 0;
	}

	.top-property-btn a {
		display: inline-block;
		font-size: 1.6rem;
		color: #14327a;
		border: 1px solid #14327a;
		padding: .5em 1.0em .5em 1.4em;
		border-radius: 2.5em;
	}

	.top-property-btn a::after {
		border-top: 1px solid #14327a;
		border-right: 1px solid #14327a;
		transform: rotate(45deg) translateY(0em);
		margin-left: 0.75em;
	}

	/* splide.cssの上書き */

	.splide-inner {
		margin: 10px auto;
	}

	.splide__track {
		border-radius: 20px;
	}

	.splide__arrow {
		box-shadow: 0 0 10px hsla(0, 0%, 20%, 0.315);
		opacity: 1;
	}


}

/* ▲ SP ================================================================================*/

/* ▼ 540px以下 ================================================================================*/
@media screen and (max-width:560px) {

	.top-property {
		background: linear-gradient(-180deg, #14327a 0%, #14327a 47.5%, transparent 47.5%, transparent 100%);
	}

	.splide__arrow {
		width: 40px;
		height: 40px;
		top: 47.5%;
		transform: translateY(-47.5%);
	}

	.splide__arrow--next .arrow {
		width: 15px;
		height: 15px;
		right: 2.5px;
	}

	.splide__arrow--prev .arrow {
		width: 15px;
		height: 15px;
		left: 2.5px;
	}

	.splide-inner {
		max-width: calc(100% - 4%);
	}

	.splide__arrow--prev {
		left: 0;
	}

	.splide__arrow--next {
		right: 0;
	}

}

/* ▲ 540px以下 ================================================================================*/

/* =======================================================================================
	事業案内・不動産投資・会社案内
======================================================================================= */

.top-cmn {
	overflow: hidden;
	padding-bottom: 10%;
}

/* 通常は左に画像 */
.top-cmn-inner {
	display: flex;
	justify-content: center;
	position: relative;
}

/* .reverseが付いた場合、右に画像、並び順を逆にする */
.top-cmn-inner.reverse {
	flex-direction: row-reverse;
}

.top-cmn-img {
	width: 57%;
	height: 620px;
	display: block;
	overflow: hidden;
	position: relative;
	clip-path: inset(0 round 0 50px 50px 0);
}

/* 右に画像の場合、角丸の位置を変更する */
.top-cmn-inner.reverse .top-cmn-img {
	clip-path: inset(0 round 50px 0 0 50px);
}

.top-cmn-img:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0 50px 50px 0;
	transform: matrix3d(1, 0, 0, 0,
			0, 1, 0, 0,
			0, 0, 1, 0,
			0, 0, 0, 1);
	/* will-change: transform; */
}

/* 右に画像の場合、角丸の位置を変更する */
.top-cmn-inner.reverse .top-cmn-img:after {
	border-radius: 50px 0 0 50px;
}

/* 事業案内 */
.top-business .top-cmn-img:after {
	background: url(../images/top/business-bg.jpg) no-repeat center center;
	background-size: cover;
	background-origin: padding-box;
}

/* 不動産投資 */
.top-investment .top-cmn-img:after {
	background: url(../images/top/investment-bg.jpg) no-repeat center center;
	background-size: cover;
	background-origin: padding-box;
}

/* 会社案内 */
.top-company .top-cmn-img:after {
	background: url(../images/top/company-bg.jpg) no-repeat center center;
	background-size: cover;
	background-origin: padding-box;
}

/* マスク */
.top-cmn-img:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
	background: #fff;
}

.top-cmn-area {
	width: calc(100% - 57%);
	overflow: hidden;
}

.top-cmn-area-inner {
	width: 100%;
	height: 100%;
	max-width: 820px;
	padding: 105px 135px 100px;
	display: flex;
	flex-direction: column;
}

/* 右に画像の場合、テキストを右に寄せる */
.top-cmn-inner.reverse .top-cmn-area-inner {
	float: right;
}

.top-cmn-area-en {
	display: block;
	margin-bottom: 8.0%;
	position: relative;
	font-size: 4.5rem;
	letter-spacing: 0.02em;
	font-weight: 700;
	font-feature-settings: "palt"1;
	line-height: 0.6;
}

.top-cmn-area-en:after {
	content: '';
	display: block;
	position: absolute;
	z-index: -5;
}

/* 事業案内のタイトルのセル */
.top-business .top-cmn-area-en:after {
	top: -60px;
	left: -70px;
	width: 150px;
	height: 140px;
	background: url(../images/top/ttl-cell-business.svg) no-repeat top left;
	background-size: contain;
}

/* 不動産投資のタイトルのセル */
.top-investment .top-cmn-area-en:after {
	top: -68px;
	left: -35px;
	width: 160px;
	height: 135px;
	background: url(../images/top/ttl-cell-investment.svg) no-repeat top left;
	background-size: contain;
}

/* 会社案内のタイトルのセル */
.top-company .top-cmn-area-en:after {
	top: -28px;
	left: -30px;
	width: 122px;
	height: 112px;
	background: url(../images/top/ttl-cell-company.svg) no-repeat top left;
	background-size: contain;
}

.top-cmn-area-en::first-letter {
	font-size: 7.0rem;
	color: #fff;
}

.top-cmn-area-ttl {
	margin-bottom: 8.0%;
	font-size: 2.5rem;
	font-feature-settings: "palt"1;
	font-weight: 500;
}

.top-cmn-area-txt {
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* more */

.top-cmn-area-link {
	display: flex;
	justify-content: flex-end;
	margin-top: auto;
}

.top-cmn-area-btn {
	display: block;
}

.top-cmn-area-btn a {
	color: #333;
}

.top-cmn-area-btn {
	/*丸の基点とするためrelativeを指定*/
	position: relative;
	/*ボタンの形状*/
	padding: 0 0 0 25px;
	line-height: 63px;
	color: #333;
	font-size: 2.8rem;
	font-weight: 500;
	width: 167px;
}

/* 丸が動く */
.top-cmn-area-btn::before {
	content: '';
	/*絶対配置で丸の位置を決める*/
	position: absolute;
	left: 0;
	z-index: -1;
	/*丸の形状*/
	width: 65px;
	height: 65px;
	background: #ffb300;
	border-radius: 32px;
	transition: .3s ease-out;
}

/* 矢印 */
.top-cmn-area-btn::after {
	position: absolute;
	content: '';
	top: 50%;
	/* right: -43px; */
	right: 0;
	width: 12px;
	height: 12px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: translate(-22px, -40%) rotate(45deg);
}

/* ▼ 1920pxまで ================================================================================*/

@media screen and (max-width: 1919px) {

	.top-cmn-area-inner {
		padding: calc(50px + (100 - 50) * (100vw - 1080px) / (1920 - 1080)) calc(60px + (140 - 60) * (100vw - 1080px) / (1920 - 1080));
	}

	.top-cmn-img {
		height: auto;
		min-height: calc(400px + (620 - 400) * (100vw - 1080px) / (1920 - 1080));
	}

	.top-cmn-area-en {
		font-size: calc(28px + (45 - 28) * (100vw - 1080px) / (1920 - 1080));
		letter-spacing: 0;
	}

	.top-cmn-area-en::first-letter {
		font-size: calc(48px + (70 - 48) * (100vw - 1080px) / (1920 - 1080));
	}

	.top-cmn-area-ttl {
		font-size: calc(20px + (25 - 20) * (100vw - 1080px) / (1920 - 1080));
	}

	.top-cmn-area-txt {
		font-size: calc(15px + (20 - 15) * (100vw - 1080px) / (1920 - 1080));
	}

	.top-business .top-cmn-area-en:after {
		top: -3.4vw;
		left: -3.4vw;
		width: 8vw;
		height: 7.8vw;
	}

	.top-investment .top-cmn-area-en:after {
		top: -4.2vw;
		left: -2.4vw;
		width: 10vw;
		height: 8.5vw;
	}

	.top-company .top-cmn-area-en:after {
		top: -1.5vw;
		left: -1.5vw;
		width: 7.0vw;
		height: 6.4vw;
	}

}

/* ▲ 1920pxまで ================================================================================*/

/* ▼ SP ================================================================================*/
@media screen and (max-width:740px) {
	.top-cmn {
		padding-bottom: 10px;
	}

	/* 通常は左に画像 */
	.top-cmn-inner {
		display: block;
	}

	.top-cmn-img {
		width: 97%;
		min-height: calc(100px + (200 - 100) * (100vw - 375px) / (740 - 375));
		clip-path: inset(0 round 0 25px 25px 0);
		margin-bottom: -20px;
	}

	/* 右に画像の場合、角丸の位置を変更する */
	.top-cmn-inner.reverse .top-cmn-img {
		clip-path: inset(0 round 25px 0 0 25px);
		margin-left: auto;
	}

	.top-cmn-img:after {
		border-radius: 0 25px 25px 0;
	}

	/* 事業案内 */
	.top-business .top-cmn-img:after {
		background: url(../images/sp/top/business-bg.jpg) no-repeat center center;
		background-size: cover;
		background-origin: padding-box;
	}

	/* 不動産投資 */
	.top-investment .top-cmn-img:after {
		background: url(../images/sp/top/investment-bg.jpg) no-repeat center center;
		background-size: cover;
		background-origin: padding-box;
	}

	/* 会社案内 */
	.top-company .top-cmn-img:after {
		background: url(../images/sp/top/company-bg.jpg) no-repeat center center;
		background-size: cover;
		background-origin: padding-box;
	}

	/* 右に画像の場合、角丸の位置を変更する */
	.top-cmn-inner.reverse .top-cmn-img:after {
		border-radius: 25px 0 0 25px;
	}

	.top-cmn-area {
		width: 100%;
		margin: 0 auto;
	}

	.top-cmn-area-inner {
		max-width: auto;
		padding: calc(40px + (35 - 40) * (100vw - 375px) / (740 - 375)) calc(40px + (80 - 40) * (100vw - 375px) / (740 - 375));
	}

	.top-cmn-area-en {
		margin-bottom: 25px;
		font-size: calc(23.5px + (35 - 23.5) * (100vw - 375px) / (740 - 375));
	}

	/* 事業案内のタイトルのセル */
	.top-business .top-cmn-area-en:after {
		top: -25px;
		left: -25px;
		width: 65px;
		height: 60px;
	}

	/* 不動産投資のタイトルのセル */
	.top-investment .top-cmn-area-en:after {
		top: -25px;
		left: -10px;
		width: 66px;
		height: 56px;
	}

	/* 会社案内のタイトルのセル */
	.top-company .top-cmn-area-en:after {
		top: -12.5px;
		left: -12.5px;
		width: 55px;
		height: 95px;
	}

	.top-cmn-area-en::first-letter {
		font-size: calc(30px + (42 - 30) * (100vw - 375px) / (740 - 375));
	}

	.top-cmn-area-ttl {
		margin-bottom: 15px;
		font-size: 2.0rem;
	}

	.top-cmn-area-txt {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	/* more */

	.top-cmn-area-link {
		margin-right: 0;
	}

	.top-cmn-area-btn {
		padding: 0 0 0 15px;
		line-height: 35px;
		font-size: 1.6rem;
		width: 85px;
		border: 1px solid #333;
		border-radius: 35px;
	}

	.top-cmn-area-btn::before {
		display: none;
	}

	/* 矢印 */
	.top-cmn-area-btn::after {
		right: 0;
		width: 10px;
		height: 10px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		transform: translate(-15px, -40%) rotate(45deg);
	}

}

/* ▲ SP ================================================================================*/

/* =======================================================================================
	採用情報
======================================================================================= */

.top-recruit {
	padding: 60px 0;
	position: relative;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.top-recruit-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/top/rec-bg.jpg) no-repeat center center;
	background-size: cover;
	transform: matrix3d(1, 0, 0, 0,
			0, 1, 0, 0,
			0, 0, 1, 0,
			0, 0, 0, 1);
	/* will-change: transform; */
}

.top-recruit:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1;
	background: #fff;
}

.top-recruit-en {
	display: block;
	font-feature-settings: "palt"1;
	font-size: 4.5rem;
	font-weight: 700;
	/* letter-spacing: 0.03em; */
	line-height: 0.6;
	margin-bottom: 40px;
}

.top-recruit-en::first-letter {
	font-size: 7.0rem;
	color: #ffb300;
}

.top-recruit-ttl {
	margin-bottom: 45px;
	font-size: 3.0rem;
	font-feature-settings: "palt"1;
	font-weight: 500;
}

.top-recruit-txt {
	font-weight: 400;
	margin-bottom: 95px;
}

.top-recruit-btn {
	display: block;
	max-width: 100%;
	width: 400px;
	margin: 0 auto;
}

.top-recruit-btn a {
	width: 100%;
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 2.8rem;
	border-radius: 1.5em;
	border: 2px solid #fff;
	line-height: 0.8;
	padding: 20px 0;
	transition: 0.5s;
}

.top-recruit-btn a::after {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin-left: 0.5em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-0.15em);
	transition: 0.5s;
}

/* ▼ 1080px以下 ================================================================================*/

@media screen and (max-width:1080px) {
	.top-recruit {
		padding: 8% 0;
	}

	.top-recruit-en {
		font-weight: 3.3rem;
		margin-bottom: 30px;
	}

	.top-recruit-en::first-letter {
		font-size: 5.2rem;
	}

	.top-recruit-ttl {
		margin-bottom: 35px;
		font-size: 2.25rem;
	}

	.top-recruit-txt {
		font-size: 1.5rem;
		margin-bottom: 70px;
	}

	.top-recruit-btn {
		width: 300px;
	}

	.top-recruit-btn a {
		font-size: 2.1rem;
		padding: 15px 0;
	}

}

/* ▲ 1080px以下 ================================================================================*/


/* ▼ SP ================================================================================*/
@media screen and (max-width:740px) {

	.top-recruit {
		padding: 40px 0;
	}

	.top-recruit-bg {
		background: url(../images/sp/top/rec-bg.jpg) no-repeat top center;
		background-size: cover;
	}

	.top-recruit-en {
		font-size: 2.4rem;
		margin-bottom: 25px;
	}

	.top-recruit-en::first-letter {
		font-size: 3.0rem;
	}

	.top-recruit-ttl {
		margin-bottom: 15px;
		font-size: 2.0rem;
	}

	.top-recruit-txt {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

	.top-recruit-txt span {
		display: inline-block;
	}

	.top-recruit-btn {
		width: 200px;
	}

	.top-recruit-btn a {
		font-size: 1.6rem;
		border-radius: 2.5em;
		padding: 10px 0;
	}

}

/* ▲ SP ================================================================================*/

/* =======================================================================================
	お問い合わせ
======================================================================================= */

.top-contact {
	padding: 10% 0 20%;
	text-align: center;
}

.top-contact-en {
	display: block;
	font-feature-settings: "palt"1;
	font-size: 5.0rem;
	font-weight: 700;
	line-height: 0.6;
	margin-bottom: 40px;
}

.top-contact-ttl {
	margin-bottom: 50px;
	font-size: 3.0rem;
	font-feature-settings: "palt"1;
	font-weight: 500;
}

.top-contact-txt {
	font-weight: 400;
	margin-bottom: 40px;
}

.top-contact-btn {
	display: block;
	max-width: 86%;
	width: 1050px;
	margin: 0 auto 50px;
}

.top-contact-btn a {
	width: 100%;
	display: block;
	color: #fff;
	background: #ffb300;
	font-weight: 500;
	font-size: 4.0rem;
	border-radius: 1.5em;
	line-height: 0.85;
	padding: 35px 0;
	transition: 0.5s;
}

.top-contact-btn a::after {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin-left: 0.5em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-0.15em);
	transition-property: all;
	transition-duration: 300ms;
	transition-timing-function: ease;
	transition: 0.5s;

}

/* ▼ 1080px以下 ================================================================================*/

@media screen and (max-width:1080px) {

	.top-contact-en {
		font-size: 3.3rem;
		margin-bottom: 30px;
	}

	.top-contact-ttl {
		margin-bottom: 35px;
		font-size: 2.25rem;
	}

	.top-contact-txt {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}

	.top-contact-btn {
		max-width: 80%;
	}

	.top-contact-btn a {
		font-size: 3.0rem;
		padding: 25px 0;
	}

}



/* ▲ 1080px以下 ================================================================================*/

/* ▼ SP ================================================================================*/
@media screen and (max-width:740px) {

	.top-contact {
		padding: 50px 0 100px;
	}

	.top-contact-en {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}

	.top-contact-ttl {
		margin-bottom: 15px;
		font-size: 2.0rem;
	}

	.top-contact-txt {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}

	.top-contact-txt span {
		display: inline-block;
	}

	.top-contact-btn {
		width: 350px;
		margin: 0 auto 20px;
	}

	.top-contact-btn a {
		font-size: 2.0rem;
		padding: 15px 0;
	}

}

/* ▲ SP ================================================================================*/


/* =======================================================================================
	sns
======================================================================================= */

.top-sns-list {
	display: flex;
	justify-content: center;
}

.top-sns-list .top-sns-item {
	margin: 0 15px;
}

.top-sns-list>li:first-child {
	margin-left: 0;
}

.top-sns-list>li:last-child {
	margin-right: 0;
}

/* ▼ 1280px以下 ================================================================================*/

@media screen and (max-width:1280px) {

	.top-sns-list .top-sns-item {
		margin: 0 10px;
	}

	.top-sns-list .top-sns-item {
		width: 60px;
	}

	.top-sns-list .top-sns-item img {
		max-width: 100%;
	}
}

/* ▲ 1280px以下 ================================================================================*/


/* ▼ SP ================================================================================*/
@media screen and (max-width:740px) {

	.top-sns-list .top-sns-item {
		width: 32px;
	}

}

/* ▲ SP ================================================================================*/

/* ▼ hover ================================================================================*/

@media screen and (min-width:1080px) {

	.top-news-btn a:hover::after {
		transform: rotate(45deg) translateX(5px) translateY(-5px);
		transition-property: all;
		transition-duration: 300ms;
		transition-delay: 0s;
		transition-timing-function: ease;
	}

	.top-property-btn a:hover:after {
		transform: rotate(45deg) translateX(5px) translateY(-5px);
		transition-property: all;
		transition-duration: 300ms;
		transition-delay: 0s;
		transition-timing-function: ease;
	}

	.top-cmn-area-btn:hover::before {
		width: 167px;
		border: 1px solid #333;
		background: transparent;
		border-radius: 32px;
	}

	.top-recruit-btn a:hover {
		color: #000;
		background-color: #fff;
		transition: 0.5s;
	}

	.top-recruit-btn a:hover::after {
		border-color: #000;
		transition: 0.5s;
	}

	.top-contact-btn a:hover {
		color: #ffb300;
		background: #fff;
		box-shadow: 0 0 0 1px #ffb300;
		border-radius: 1.5em;
		transition-property: all;
		transition-duration: 300ms;
		transition-timing-function: ease;
	}

	.top-contact-btn a:hover::after {
		border-color: #ffb300;
		transition-property: all;
		transition-duration: 300ms;
		transition-timing-function: ease;
	}

}

/* ▲ hover ================================================================================*/