@charset "UTF-8";
/* .mv */
.mv {
	position: relative;
	background: #cebfaa;
}

.mv::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url("../img/index/mv_sp_shadow.png") no-repeat center/cover;
}

.mv__txt {
	position: absolute;
	top: calc(50% + 9px);
	right: 50%;
	z-index: 3;
	transform: translate(50%, -50%);
	width: 100%;
	color: #fff;
	font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	word-break: break-all;
}

.mv__txt_gry {
	color: #d1d1d1;
}

.mv__slide {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.mv__slide .slick-list {
	height: 100%;
}

.mv__slide .slick-track {
	height: 100%;
}

.mv__slide_item {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mv__slide_item_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center/cover;
}

.mv__mov {
	display: none;
}

/* .sec_intor */
.sec_intor {
	position: relative;
	z-index: 1;
	background: #eae8e1;
}

.sec_intor__inner {
	width: 100%;
	max-width: calc(984px + 6%);
	margin: 0 auto;
	padding: 0 20px;
	padding-top: 60px;
	padding-bottom: 92px;
}

.sec_intor__heading_outer {
	text-align: center;
}

.sec_intor__heading {
	display: inline-block;
	position: relative;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 23px;
	font-weight: 300;
	letter-spacing: 0.15em;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}

.sec_intor__heading::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -19px;
	right: -100px;
	width: 93px;
	height: 31px;
	background: url("../img/index/intro_mountain.png") no-repeat center/contain;
}

.sec_intor__en {
	margin-top: 35px;
	margin-bottom: 0;
	color: #cebfaa;
	font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 27px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.sec_intor__txt {
	margin-top: 15px;
}

/* .sec_works */
.sec_works {
	position: relative;
	z-index: 2;
	padding-bottom: 93px;
	background: #eae8e1;
}

.sec_works__heading {
	position: absolute;
	top: -0.45em;
	left: 20px;
	z-index: 2;
	font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	pointer-events: none;
}

.sec_works__heading::before {
	content: "/";
	position: relative;
	top: -0.3em;
}

.sec_works__cont {
	position: relative;
	z-index: 1;
}

.sec_works__cont_item {
	display: block;
	position: relative;
	overflow: hidden;
}

.sec_works__cont_item:nth-of-type(4),
.sec_works__cont_item:nth-of-type(5),
.sec_works__cont_item:nth-of-type(6) {
	display: none;
}

.sec_works__cont_item_txt {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 2;
	width: calc(100% - 40px);
	color: #000;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.25;
	font-weight: 300;
	text-align: right;
}

.sec_works__cont_item_txt_1 {
	display: inline-block;
	padding: 0 2px;
	background: #fff;
	font-size: 22px;
}

.sec_works__cont_item_txt_2 {
	display: inline-block;
	padding: 0 2px;
	background: #fff;
	margin-top: 7px;
	font-size: 19px;
}

.sec_works__cont_item_img {
	display: block;
	padding-top: 72%;
	background: no-repeat center/cover;
	transition: all 0.3s;
}

.sec_works__cont_item:hover .sec_works__cont_item_img {
	transform: scale(1.1);
}

/* .sec_news */
.sec_news {
	position: relative;
	z-index: 2;
	padding-top: 50px;
	padding-bottom: 75px;
}

.sec_news__inner {
	width: 100%;
	max-width: calc(984px + 6%);
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.sec_news__heading {
	position: absolute;
	top: -1.3em;
	left: 20px;
	z-index: 2;
	font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	pointer-events: none;
}

.sec_news__heading::before {
	content: "/";
	position: relative;
	top: -0.3em;
}

.sec_news__cont {
	position: relative;
	z-index: 1;
}

.sec_news__cont_item {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #c8c5c0;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	transition: all 0.3s;
}

.sec_news__cont_item:hover {
	color: #393023;
}

.sec_news__cont_item_img {
	display: block;
	width: 40%;
	background: #d1d1d1 no-repeat center/cover;
	transition: all 0.3s;
}

.sec_news__cont_item_img::before {
	content: "";
	display: block;
	padding-top: 68.518518%;
}

.sec_news__cont_item_detail {
	width: 53%;
}

.sec_news__cont_item_date {
	color: #8e8e8e;
	font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.sec_news__cont_item_title {
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 14px;
	line-height: 1.5;
}

.sec_news__cont_item:nth-of-type(1) {
	display: block;
	padding-top: 0;
}

.sec_news__cont_item:nth-of-type(1) .sec_news__cont_item_img {
	width: 100%;
}

.sec_news__cont_item:nth-of-type(1) .sec_news__cont_item_detail {
	width: 100%;
}

.sec_news__cont_item:nth-of-type(1) .sec_news__cont_item_date {
	margin-top: 15px;
	font-size: 13px;
}

.sec_news__btn_cont {
	max-width: 270px;
	margin: 44px auto 0;
}

.sec_recruit {
	position: relative;
	z-index: 2;
	padding-bottom: 75px;
	overflow: hidden;
}

.sec_recruit__inner {
	width: 100%;
	max-width: calc(984px + 6%);
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	padding-right: 0;
	padding-left: 0;
}

.recruit_btn {
	display: block;
	position: relative;
	background: #77871c;
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-direction: column-reverse;
	transition: opacity 0.3s;
}

.recruit_btn__detail {
	padding: 20px 20px 38px 20px;
}

.recruit_btn__detail::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 44px;
	height: 1px;
	background: #fff;
	transition: all 0.3s;
}

.recruit_btn__detail::after {
	content: "";
	position: absolute;
	bottom: 18px;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
	border-top: solid 4px #fff;
	border-right: solid 4px transparent;
	border-left: solid 4px transparent;
	transition: all 0.3s;
}

.recruit_btn__heading {
	font-size: 19px;
	font-weight: 900;
}

.recruit_btn__img_area {
	text-align: center;
}

.recruit_btn__img_area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* .sec_works_layer */
.sec_works_layer__item,
.sec_works_layer__item--condominium,
.sec_works_layer__item--house,
.sec_works_layer__item--apartment,
.sec_works_layer__item--store,
.sec_works_layer__item--construction,
.sec_works_layer__item--real_estate {
	display: block;
	position: relative;
	overflow: hidden;
	color: #393023;
	text-decoration: none;
}

.sec_works_layer__item_img {
	background: no-repeat center/cover;
}

.sec_works_layer__item_img::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 72.666666%;
}

.sec_works_layer__item--condominium .sec_works_layer__item_img {
	background-image: url("../img/index/villa1_sp.jpg");
}

.sec_works_layer__item--house .sec_works_layer__item_img {
	background-image: url("../img/index/villa2_sp.jpg");
}

.sec_works_layer__item--apartment .sec_works_layer__item_img {
	background-image: url("../img/index/villa3_sp.jpg");
}

.sec_works_layer__item--store .sec_works_layer__item_img {
	background-image: url("../img/index/villa4_sp.jpg");
}

.sec_works_layer__item--construction .sec_works_layer__item_img {
	background-image: url("../img/index/villa5_sp.jpg");
}

.sec_works_layer__item--real_estate .sec_works_layer__item_img {
	background-image: url("../img/index/real_estate_sp.jpg");
}

.sec_works_layer__item_detail {
	padding: 40px 36px 40px;
}

.sec_works_layer__item_en {
	position: relative;
	font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.142;
	word-break: break-all;
}

.sec_works_layer__item_en::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.4em;
	left: -36px;
	width: 30px;
	height: 1px;
	background: #847c71;
}

.sec_works_layer__item_en_small {
	display: block;
	margin: 10px 0 15px 2px;
	font-size: 14px;
}

.sec_works_layer__item_jp {
	position: relative;
	margin-top: 10px;
	padding-left: 1.8em;
	font-size: 14px;
	font-weight: bold;
}

.sec_works_layer__item_jp::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #393023;
}

.sec_works_layer__item_jp::after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 4px;
	height: 4px;
	transform: rotate(45deg);
	border: 1px solid #fff;
	border-left: none;
	border-bottom: none;
}

/* .sec_niseko */
.sec_niseko {
	padding: 38px 0 42px;
	background: #e3e0d5;
}

.sec_niseko__inner {
	width: 100%;
	max-width: calc(984px + 6%);
	margin: 0 auto;
	padding: 0 20px;
}

.sec_niseko__cont {
	position: relative;
}

.sec_niseko__heading {
	position: absolute;
	top: 58%;
	left: -16px;
	z-index: 2;
	color: #fff;
	font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}

.sec_niseko__img_1 {
	position: relative;
	right: -20px;
	z-index: 1;
	background: url("../img/index/niseko1.jpg") no-repeat center/cover;
}

.sec_niseko__img_1::after {
	content: "";
	display: block;
	padding-top: 65%;
}

.sec_niseko__img_2 {
	position: relative;
	z-index: 1;
	left: 37%;
	width: 50%;
	margin-top: 40px;
	background: url("../img/index/niseko2.jpg") no-repeat center/cover;
}

.sec_niseko__img_2::after {
	content: "";
	display: block;
	padding-top: 116.716417%;
}

.sec_niseko__img_3 {
	position: relative;
	z-index: 1;
	left: 7.462686%;
	width: 50%;
	margin-top: 20px;
	background: url("../img/index/niseko3.jpg") no-repeat center/cover;
}

.sec_niseko__img_3::after {
	content: "";
	display: block;
	padding-top: 65.773809%;
}

.sec_niseko__txt {
	margin-top: 25px;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.sec_niseko__txt_en {
	margin-top: 15px;
}

/* .sec_company */
.sec_company {
	background: #5e5e45;
	color: #fff;
}

.sec_company__img {
	background: url("../img/index/company_sp.jpg") no-repeat center/cover;
}

.sec_company__img::before {
	content: "";
	display: block;
	padding-top: 72.666666%;
}

.sec_company__detail {
	padding: 40px 20px;
}

.sec_company__heading_link {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}

.sec_company__heading {
	line-height: 1.5;
}

.sec_company__heading_en {
	display: inline-block;
	position: relative;
	padding-right: 80px;
	font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.05em;
	word-break: break-all;
}

.sec_company__heading_en::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	width: 44px;
	height: 1px;
	background: #fff;
	transition: all 0.3s;
}

.sec_company__heading_en::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 24px;
	transform: translateY(-50%) rotate(45deg);
	border-top: solid 4px #fff;
	border-right: solid 4px transparent;
	border-left: solid 4px transparent;
	transition: all 0.3s;
}

.sec_company__heading_jp {
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.sec_company__txt {
	margin-top: 25px;
	font-size: 14px;
}

.topic_section {
	position: relative;
	z-index: 2;
	padding: 70px max(6%, 50% - 492px) 75px;
}

.topic_section__heading {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 2;
	font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	pointer-events: none;
}

.topic_section__heading::before {
	content: "/";
	position: relative;
	top: -0.3em;
}

.topic_section__cont {
	position: relative;
	z-index: 1;
}

.topic_section__cont_item {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #c8c5c0;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	transition: all 0.3s;
}

.topic_section__cont_item:hover {
	color: #393023;
}

.topic_section__cont_item_img {
	display: block;
	width: 40%;
	background: #d1d1d1 no-repeat center/cover;
	transition: all 0.3s;
}

.topic_section__cont_item_img::before {
	content: "";
	display: block;
	padding-top: 68.518518%;
}

.topic_section__cont_item_detail {
	width: 53%;
}

.topic_section__cont_item_date {
	color: #8e8e8e;
	font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.topic_section__cont_item_title {
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 14px;
	line-height: 1.5;
}

.topic_section__cont_item:nth-of-type(1) {
	display: block;
	padding-top: 0;
}

.topic_section__cont_item:nth-of-type(1) .topic_section__cont_item_img {
	width: 100%;
}

.topic_section__cont_item:nth-of-type(1) .topic_section__cont_item_detail {
	width: 100%;
}

.topic_section__cont_item:nth-of-type(1) .topic_section__cont_item_date {
	margin-top: 15px;
	font-size: 13px;
}

.topic_section__btn_cont {
	max-width: 270px;
	margin: 44px auto 0;
}

.topic_list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 25px 48px;
}

.topic_list a {
	color: #393023;
	text-decoration: none;
	transition: opacity 0.3s;
}

.topic_list__heading {
	line-height: 1.5;
}

.topic_list figure {
	position: relative;
	aspect-ratio: 3/2;
}

.topic_list figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.topic_list * + figure {
	margin-top: 15px;
}

* + .topic_list__button_container {
	margin-top: 15px;
}

@media only screen and (min-width: 768px) {
	.mv {
		height: 100vh !important;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.mv::before {
		display: none;
	}

	.mv__txt {
		top: calc(50% + 20px);
		font-size: 130px;
		letter-spacing: 0.06em;
	}

	.mv__slide {
		display: none;
	}

	.mv__mov {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.mv__mov::before {
		content: "";
		display: block;
		opacity: 0.4;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		background: url("../img/index/mv_dot.png") center top/2px 2px;
	}

	.mv__mov iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		transform: translate(-50%, -50%);
		width: 177.77777778vh;
		min-width: 100%;
		height: 56.25vw;
		min-height: 100%;
	}

	.sec_intor__inner {
		padding: 0 3%;
	}

	.sec_intor__inner {
		padding-top: 107px;
		padding-bottom: 124px;
	}

	.sec_intor__heading {
		font-size: 27px;
	}

	.sec_intor__heading::after {
		bottom: -24px;
	}

	.sec_intor__en {
		margin-top: 60px;
		font-size: 30px;
	}

	.sec_intor__txt {
		line-height: 2.1875;
		text-align: center;
	}

	.sec_works {
		padding-bottom: 112px;
	}

	.sec_works__heading {
		font-size: 90px;
		left: auto;
		right: 56px;
	}

	.sec_works__cont {
		display: flex;
		flex-wrap: wrap;
	}

	.sec_works__cont_item {
		width: calc(33.3333333333% - 0.1px);
	}

	.sec_works__cont_item:nth-of-type(4),
.sec_works__cont_item:nth-of-type(5),
.sec_works__cont_item:nth-of-type(6) {
		display: block;
	}

	.sec_works__cont_item_txt {
		bottom: 24px;
		right: 31px;
		width: calc(100% - 62px);
	}

	.sec_news {
		padding-top: 120px;
		padding-bottom: 90px;
	}

	.sec_news__inner {
		padding: 0 3%;
	}

	.sec_news__heading {
		font-size: 90px;
		top: -155px;
		left: 0;
	}

	.sec_news__cont {
		margin: 0 -12px;
		display: flex;
		flex-wrap: wrap;
	}

	.sec_news__cont_item {
		display: block;
		width: calc(33.3333333333% - 24px - 0.1px);
		margin: 0 12px;
		padding: 0;
		border-bottom: 0;
	}

	.sec_news__cont_item:hover {
		opacity: 0.6;
	}

	.sec_news__cont_item_img {
		width: auto;
	}

	.sec_news__cont_item_img::before {
		padding-top: 68.75%;
	}

	.sec_news__cont_item_detail {
		width: auto;
	}

	.sec_news__cont_item_date {
		margin-top: 18px;
		font-size: 14px;
		font-weight: 400;
	}

	.sec_news__cont_item_title {
		font-size: 16px;
	}

	.sec_news__cont_item:nth-of-type(1) .sec_news__cont_item_date {
		font-size: 14px;
	}

	.sec_news__btn_cont {
		max-width: 312px;
		margin-top: 75px;
		margin-right: 0;
	}

	.sec_recruit {
		padding-bottom: 90px;
	}

	.sec_recruit__inner {
		padding: 0 3%;
	}

	.recruit_btn {
		flex-direction: row-reverse;
	}

	.recruit_btn:hover {
		opacity: 0.6;
		color: #fff;
	}

	.recruit_btn::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		transform: translateX(100%);
		width: 100vw;
		height: 100%;
		background: #77871c;
	}

	.recruit_btn__detail {
		width: 67%;
		padding: 40px 45px 60px 45px;
	}

	.recruit_btn__detail::before {
		bottom: 40px;
		right: 40px;
		width: 95px;
		height: 2px;
	}

	.recruit_btn__detail::after {
		bottom: 36px;
		right: 38px;
		border-top: solid 6px #fff;
		border-right: solid 6px transparent;
		border-left: solid 6px transparent;
	}

	.recruit_btn:hover .recruit_btn__detail::before {
		transform: translate(3px, 0);
	}

	.recruit_btn:hover .recruit_btn__detail::after {
		transform: translate(3px, -50%) rotate(45deg);
	}

	.recruit_btn__heading {
		font-size: 22px;
	}

	.recruit_btn__img_area {
		width: 33%;
	}

	.sec_works_layer__item--house,
.sec_works_layer__item--apartment,
.sec_works_layer__item--apartment,
.sec_works_layer__item--store,
.sec_works_layer__item--construction,
.sec_works_layer__item--real_estate {
		color: #fff;
	}

	.sec_works_layer__item::after,
.sec_works_layer__item--condominium::after,
.sec_works_layer__item--house::after,
.sec_works_layer__item--apartment::after,
.sec_works_layer__item--store::after,
.sec_works_layer__item--construction::after,
.sec_works_layer__item--real_estate::after {
		content: "";
		display: block;
		padding-top: 48.571428%;
	}

	.sec_works_layer__item:hover,
.sec_works_layer__item--condominium:hover,
.sec_works_layer__item--house:hover,
.sec_works_layer__item--apartment:hover,
.sec_works_layer__item--store:hover,
.sec_works_layer__item--construction:hover,
.sec_works_layer__item--real_estate:hover {
		color: #393023;
	}

	.sec_works_layer__item--house:hover,
.sec_works_layer__item--apartment:hover,
.sec_works_layer__item--apartment:hover,
.sec_works_layer__item--store:hover,
.sec_works_layer__item--construction:hover,
.sec_works_layer__item--real_estate:hover {
		color: #fff;
	}

	.sec_works_layer__item_img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: all 0.3s;
	}

	.sec_works_layer__item:hover .sec_works_layer__item_img,
.sec_works_layer__item--condominium:hover .sec_works_layer__item_img,
.sec_works_layer__item--house:hover .sec_works_layer__item_img,
.sec_works_layer__item--apartment:hover .sec_works_layer__item_img,
.sec_works_layer__item--store:hover .sec_works_layer__item_img,
.sec_works_layer__item--construction:hover .sec_works_layer__item_img,
.sec_works_layer__item--real_estate:hover .sec_works_layer__item_img {
		transform: scale(1.1);
	}

	.sec_works_layer__item_img::before {
		display: none;
	}

	.sec_works_layer__item--condominium .sec_works_layer__item_img {
		background-image: url("../img/index/villa1.jpg");
	}

	.sec_works_layer__item--house .sec_works_layer__item_img {
		background-image: url("../img/index/villa2.jpg");
	}

	.sec_works_layer__item--apartment .sec_works_layer__item_img {
		background-image: url("../img/index/villa3.jpg");
	}

	.sec_works_layer__item--store .sec_works_layer__item_img {
		background-image: url("../img/index/villa4.jpg");
	}

	.sec_works_layer__item--construction .sec_works_layer__item_img {
		background-image: url("../img/index/villa5.jpg");
	}

	.sec_works_layer__item--real_estate .sec_works_layer__item_img {
		background-image: url("../img/index/real_estate.jpg");
	}

	.sec_works_layer__item_detail {
		width: 100%;
		max-width: calc(984px + 6%);
		margin: 0 auto;
		padding: 0 20px;
		position: absolute;
		top: 32%;
		right: 50%;
		transform: translateX(50%);
	}

	.sec_works_layer__item_en {
		font-size: 50px;
	}

	.sec_works_layer__item_en::before {
		display: none;
	}

	.sec_works_layer__item_en_small {
		margin-left: 3px;
		font-size: 15px;
	}

	.sec_works_layer__item_jp {
		margin-top: 30px;
		font-size: 15px;
	}

	.sec_works_layer__item_jp::before {
		top: 6px;
	}

	.sec_works_layer__item_jp::after {
		top: 11px;
	}

	.sec_works_layer__item--house .sec_works_layer__item_jp::before,
.sec_works_layer__item--apartment .sec_works_layer__item_jp::before,
.sec_works_layer__item--apartment .sec_works_layer__item_jp::before,
.sec_works_layer__item--store .sec_works_layer__item_jp::before,
.sec_works_layer__item--construction .sec_works_layer__item_jp::before,
.sec_works_layer__item--real_estate .sec_works_layer__item_jp::before {
		background: #fff;
	}

	.sec_works_layer__item--house .sec_works_layer__item_jp::after,
.sec_works_layer__item--apartment .sec_works_layer__item_jp::after,
.sec_works_layer__item--apartment .sec_works_layer__item_jp::after,
.sec_works_layer__item--store .sec_works_layer__item_jp::after,
.sec_works_layer__item--construction .sec_works_layer__item_jp::after,
.sec_works_layer__item--real_estate .sec_works_layer__item_jp::after {
		border-color: #393023;
	}

	.sec_niseko {
		padding-top: 0;
		padding-bottom: 0;
	}

	.sec_niseko__inner {
		padding: 0 3%;
	}

	.sec_niseko__inner {
		padding-top: 120px;
		padding-bottom: 76px;
	}

	.sec_niseko__heading {
		top: 16%;
		left: 0;
		font-size: 90px;
		writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
	}

	.sec_niseko__img_1 {
		right: auto;
		width: 64.814814%;
		margin-left: auto;
	}

	.sec_niseko__cont_2 {
		display: flex;
		align-items: flex-start;
	}

	.sec_niseko__cont_2_item_1 {
		width: 50%;
	}

	.sec_niseko__img_2 {
		left: 12.195121%;
		width: 85.365853%;
		margin-top: 80px;
	}

	.sec_niseko__cont_2_item_2 {
		width: 50%;
		padding-left: 7%;
		padding-right: 2.25%;
		display: flex;
		flex-direction: column;
	}

	.sec_niseko__img_3 {
		left: 0;
		width: 84%;
		margin-top: 110px;
		order: 3;
	}

	.sec_niseko__txt {
		margin-top: 85px;
		padding-left: 15%;
		line-height: 2.5;
		order: 1;
	}

	.sec_niseko__txt_en {
		margin-top: 30px;
		padding-left: 15%;
		line-height: 2;
		order: 2;
	}

	.sec_company {
		display: flex;
	}

	.sec_company__img {
		width: 50%;
		background-image: url("../img/index/company.jpg");
	}

	.sec_company__img::before {
		padding-top: 67.142857%;
	}

	.sec_company__detail {
		width: 50%;
		padding: 60px 6.857143%;
		display: flex;
	}

	.sec_company__detail_inner {
		align-self: center;
	}

	.sec_company__heading_link:hover {
		opacity: 0.6;
		color: #fff;
	}

	.sec_company__heading_en {
		font-size: 50px;
	}

	.sec_company__heading_link:hover .sec_company__heading_en::before {
		transform: translate(3px, -50%);
		background: #adb777;
	}

	.sec_company__heading_link:hover .sec_company__heading_en::after {
		transform: translate(3px, -50%) rotate(45deg);
		border-top: solid 4px #adb777;
	}

	.sec_company__heading_jp {
		font-size: 15px;
	}

	.sec_company__txt {
		max-width: 396px;
		margin-top: 35px;
		font-size: 15px;
		letter-spacing: 0.05em;
	}

	.topic_section {
		padding: 120px max(3%, 50% - 492px) 90px;
	}

	.topic_section__heading {
		font-size: 90px;
		left: auto;
		right: max(3%, 50% - 492px);
	}

	.topic_section__cont {
		margin: 0 -12px;
		display: flex;
		flex-wrap: wrap;
	}

	.topic_section__cont_item {
		display: block;
		width: calc(33.3333333333% - 24px - 0.1px);
		margin: 0 12px;
		padding: 0;
		border-bottom: 0;
	}

	.topic_section__cont_item:hover {
		opacity: 0.6;
	}

	.topic_section__cont_item_img {
		width: auto;
	}

	.topic_section__cont_item_img::before {
		padding-top: 68.75%;
	}

	.topic_section__cont_item_detail {
		width: auto;
	}

	.topic_section__cont_item_date {
		margin-top: 18px;
		font-size: 14px;
		font-weight: 400;
	}

	.topic_section__cont_item_title {
		font-size: 16px;
	}

	.topic_section__cont_item:nth-of-type(1) .topic_section__cont_item_date {
		font-size: 14px;
	}

	.topic_section__btn_cont {
		max-width: 312px;
		margin-top: 75px;
		margin-right: 0;
	}

	.topic_list {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.topic_list a:hover {
		opacity: 0.6;
	}

	.topic_list a:hover .btn_2::before {
		transform: translate(3px, -50%);
		background: #77871c;
	}

	.topic_list a:hover .btn_2::after {
		transform: translate(3px, -50%) rotate(45deg);
		border-top: solid 4px #77871c;
	}

	.topic_list li {
		flex-basis: calc(50% - 24px - 0.1px);
	}

	.topic_list * + figure {
		margin-top: 20px;
	}

	.topic_list__button_container .btn_2 {
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
	}

	* + .topic_list__button_container {
		margin-top: 25px;
	}
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
	.sec_works_layer__item_detail {
		padding: 0 3%;
	}
}
@media only screen and (max-width: 374px) {
	.mv__txt {
		font-size: 20vw;
	}
}