@charset "utf-8";

/* =====================================================
--------------------------------------------------------
HAL東京学生専用お部屋探し
--------------------------------------------------------
===================================================== */

/* メインビジュアル */
.hal .mainvisual {
	margin: 16px auto 32px;
	width: 100%;
	max-width: 710px;
}

@media screen and (min-width:1024px) {
	.hal .mainvisual {
		margin: 64px auto 0;
	}
}



/* 最寄駅からお部屋を探す */
.hal .search-station {
	margin: 32px 0;
	border-radius: 5px;
	border: 1px solid var(--color-grey-origin);
}

.hal .search-station h2 {
	position: relative;
	padding: 12px 0 12px 55px;
	background: var(--color-housecom-blue);
	color: #fff;
	font-weight: bold;
}

.hal .search-station h2 > span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -20px;
	left: -8px;
	width: 55px;
	height: 55px;
	border-radius: 30px;
	background: #fff;
	font-size: 24px;
	line-height: 55px;
}

.hal .search-station h2 > span::after {
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 12px;
	height: 12px;
	clip-path: polygon(0 80%, 100% 100%, 80% 0);
	background: #fff;
	content: "";
}

.hal .u--icon-train {
	width: 36px;
}

@media screen and (min-width:1024px) {
	.hal .search-station {
		margin: 48px 0;
	}
	.hal .search-station h2 {
		padding: 20px 0 20px 80px;
		font-size: 20px;
	}
	.hal .search-station h2 > span {
		top: -24px;
		left: -8px;
		width: 72px;
		height: 72px;
		border-radius: 40px;
		font-size: 36px;
		line-height: 80px;
	}
	.hal .search-station h2 > span::after {
		width: 16px;
		height: 16px;
	}
}



/* 各駅 */
.hal .search-station_list > li {
	margin: 0;
	padding: 16px 24px;
}

.hal .search-station_list > li + li {
	border-top: 1px dashed var(--color-grey-pale);
}

.hal .search-station_detail {
	margin-bottom: 12px;
}

.hal .search-station_detail h3 {
	margin-bottom: 8px;
	border-bottom: 1px solid var(--color-link-text);
	color: var(--color-link-text);
	font-size: 16px;
	font-weight: bold;
}

.hal .search-station_detail li span {
	color: var(--color-link-cv);
	font-weight: bold;
}

.hal .search-station_detail li + li span {
	color: var(--color-black);
}

.hal .search-station_submit {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 24px;
}

.hal .search-station_submit div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.hal .search-station_submit .c--select {
	position: relative;
	width: 70%;
	font-size: 16px;
}

.hal .search-station_submit .c--select::before {
	font-size: 16px;
}

.hal .search-station_submit .c--link-sub-full {
	padding: 8px 0;
	font-size: 16px;
	font-weight: bold;
}

/* .hal .search-station_submit .c--link-text-underline {
	display: none;
} */

@media screen and (min-width:1024px) {
	.hal .search-station_list > li > * {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.hal .search-station_list h3 {
		border-bottom: 0;
		font-size: 20px;
	}
	.hal .search-station_detail {
		margin-bottom: 0;
	}
	.hal .search-station_detail li {
		font-size: 14px;
	}
	.hal .search-station_detail li span {
		font-size: 18px;
	}
	.hal .search-station_detail li + li span {
		font-size: 14px;
	}
	.hal .search-station_submit {
		gap: 20px 0;
		width: 250px;
	}
	.hal .search-station_submit .c--select {
		margin-right: 5px;
		width: 64%;
		height: 40px;
	}
	.hal .search-station_submit .c--select select {
		padding: 4px 0 3px 10px;
		font-weight: normal;
		text-align: left;
	}
	.hal .search-station_submit div {
		gap: 0;
		width: calc(100% / 2);
		font-size: 14px;
	}
	.hal .search-station_submit a {
		width: calc(100% / 2);
	}
	/* .hal .search-station_submit .c--link-text-underline {
		display: block;
		position: relative;
		width: fit-content;
		font-size: 14px;
		text-align: right;
	}
	.hal .search-station_submit .c--link-text-underline::before {
		position: absolute;
		top: 50%;
		left: -16px;
		translate: 0 -50%;
		color: var(--color-black);
		font-family: 'icomoon';
		content: "\e90d";
	} */
}



/* お部屋探しリクエスト */
.hal .request {
	display: flex;
	flex-flow: row wrap;
	gap: 16px;
	justify-content: space-between;
	align-items: center;
	padding: 12px;
	border-radius: 5px;
	border: 1px solid var(--color-grey-origin);
}

.hal .request h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

.hal .request h3 span {
	display: block;
}

.hal .request a {
	flex-direction: row;
	gap: 8px;
	padding: 8px 0;
	width: 100%;
	font-weight: bold;
}

.hal .request a span {
	padding-left: 32px;
}

.hal .request a span::before,
.hal .request a span::after {
	font-size: 28px;
}

@media screen and (min-width:1024px) {
	.hal .request {
		padding: 24px;
		border-radius: 0;
		border: 10px solid var(--color-grey-pale);
	}
	.hal .request a {
		width: 280px;
	}
}










/* =====================================================
--------------------------------------------------------
法人向けお部屋探しサポート
--------------------------------------------------------
===================================================== */

.forcorp p {
	margin-top: 0;
}



/* メインビジュアル */
.forcorp .mainvisual h1 {
	margin: 16px auto 0;
}

.forcorp .mainvisual h1 img {
	display: block;
	margin: auto;
}

.forcorp .detail {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

.forcorp .detail_name {
	font-size: 18px;
}

.forcorp .detail_count {
	font-size: 18px;
}

.forcorp .detail_count span {
	font-size: 40px;
}

.forcorp .detail_caution {
	font-weight: normal;
}

@media screen and (min-width:1024px) {
	.forcorp .mainvisual {
		position: relative;
	}
	.forcorp .mainvisual h1 {
		margin: 64px auto 48px;
	}
	.forcorp .detail {
		position: absolute;
		top: 80px;
		left: 0;
		margin: 0;
		width: 100%;
		height: calc(100% - 80px);
	}
	.forcorp .detail_name {
		width: fit-content;
		margin-bottom: -16px;
		font-size: 34px;
	}
	.forcorp .detail_count {
		width: fit-content;
		font-size: 30px;
	}
	.forcorp .detail_count span {
		font-size: 110px;
		line-height: 110px;
		letter-spacing: -4px;
	}
	.forcorp .detail_add {
		margin-left: 36px;
		font-size: 18px;
		font-weight: normal;
		text-align: left;
	}
	.forcorp .detail_add span {
		display: block;
	}
	.forcorp .detail_caution {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}



/* リード文 */
.forcorp .lead {
	margin-bottom: 24px;
	font-size: 16px;
	text-align: center;
}

.forcorp .lead + .c--flex-1-3 {
	margin: 0 auto 48px;
	text-align: center;
}

.forcorp .lead + .c--flex-1-3 li {
	color: var(--color-link-cv);
	font-size: 18px;
	font-weight: bold;
}

.forcorp .lead + .c--flex-1-3 li span:not(.number) {
	display: block;
}

.forcorp .lead + .c--flex-1-3 li span.number {
	font-size: 40px;
	line-height: 40px;
}

@media screen and (min-width:1024px) {
	.forcorp .lead {
		margin-bottom: 48px;
	}
	.forcorp .lead + .c--flex-1-3 li {
		font-size: 32px;
	}
	.forcorp .lead + .c--flex-1-3 li span:not(.number) {
		font-size: 24px;
	}
	.forcorp .lead + .c--flex-1-3 li span.number {
		font-size: 48px;
	}
}



/* slick */
.forcorp .slick li {
	position: relative;
	padding: 0 8px;
}

.forcorp .slick img {
	width: 100%;
}

.forcorp .slick_textbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 8px;
	text-align: center;
}

.forcorp .slick_textbox > span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin-bottom: 8px;
	color: #fff;
	font-size: 20px;
}

.forcorp .slick a {
	position: relative;
	padding: 12px 0;
	width: 400px;
	max-width: 90%;
	border-radius: 25px;
	background: #fff;
	color: var(--color-black);
	font-size: 16px;
	font-weight: bold;
}

.forcorp .slick a::before {
	position: absolute;
	left: 16px;
	transition: left 0.5s;
	color: var(--color-housecom-blue);
	font-family: 'icomoon';
	content: "\e90d";
}

@media (any-hover:hover) {
	.forcorp .slick a:hover {
		background: var(--color-housecom-blue);
		color: #fff;
	}
	.forcorp .slick a:hover::before {
		left: 32px;
		color: var(--color-housecom-green);
	}
}

@media screen and (min-width:1024px) {
	.forcorp .slick li {
		padding: 0 12px;
	}
	.forcorp .slick_textbox > span {
		margin-bottom: 20px;
		font-size: 32px;
	}
	.forcorp .slick a {
		border-radius: 30px;
		font-size: 24px;
	}

}



/* こんなお悩みありませんか？ */
.forcorp .problem {
	margin: 48px 0;
}

.forcorp .problem h2 {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.forcorp .problem h2 > span {
	display: block;
}

.forcorp .problem h2 > span span {
	color: var(--color-link-cv);
}

.forcorp .problem dl {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-bottom: 48px;
}

.forcorp .problem dl > div {
	display: flex;
	flex-flow: row wrap;
	gap: 8px;
}

.forcorp .problem dt,
.forcorp .problem dd {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 16px;
	font-size: 16px;
}

.forcorp .problem dt {
	width: 100%;
}

.forcorp .problem dd {
	flex-direction: row-reverse;
}

.forcorp .problem dt span:not(:has(img)),
.forcorp .problem dd span:not(:has(img)) {
	position: relative;
	padding: 12px 24px;
	border-radius: 10px;
}

.forcorp .problem dt span:has(img) {
	width: 60px;
}

.forcorp .problem dt span:not(:has(img)) {
	width: calc(100% - 16px - 60px);
	background: var(--color-black);
	color: #fff;
}

.forcorp .problem dt span:not(:has(img))::before {
	position: absolute;
	top: 50%;
	left: -6px;
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
	background: var(--color-black);
	content: '';
}

.forcorp .problem dd span:has(img) {
	width: 40px;
}

.forcorp .problem dd span:not(:has(img)) {
	width: calc(100% - 16px - 40px);
	background: var(--color-grey-pale);
}

.forcorp .problem dd span:not(:has(img))::after {
	position: absolute;
	top: 50%;
	right: -8px;
	transform: translateY(-50%) rotate(45deg);
	width: 16px;
	height: 16px;
	background: var(--color-grey-pale);
	content: '';
}

.forcorp .problem .c--link-sub {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 16px 0;
	width: 100%;
	max-width: 710px;
	font-size: 16px;
	font-weight: bold;
}

.forcorp .problem .c--link-sub::before {
	left: 16px;
	color: var(--color-link-text);
	font-family: 'icomoon';
	font-size: 28px;
	content: "\e928";
}

@media screen and (min-width:1024px) {
	.forcorp .problem h2 {
		margin-bottom: 40px;
		font-size: 40px;
	}
	.forcorp .problem h2 span {
		display: inline;
	}
	.forcorp .problem dl {
		margin-bottom: 100px;
	}
	.forcorp .problem dt span:has(img) {
		width: 90px;
	}
	.forcorp .problem dt span:not(:has(img)) {
		padding: 12px 32px;
		width: fit-content;
		max-width: calc(100% - 20px - 90px);
		font-size: 32px;
	}
	.forcorp .problem dd span:has(img) {
		width: 56px;
	}
	.forcorp .problem dd span:not(:has(img)) {
		padding: 50px;
		width: calc(100% - 20px - 56px);
		font-size: 24px;
	}
	.forcorp .problem .c--link-sub {
		padding: 24px 0;
		font-size: 32px;
	}
	.forcorp .problem .c--link-sub::before {
		left: 24px;
		font-size: 48px;
	}
}



/* 営業拠点 */
.forcorp .base h2 {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.forcorp .base h2 > span {
	color: var(--color-link-cv);
}

.forcorp .base ul {
	gap: 40px;
}

.forcorp .base iframe {
	margin-bottom: 16px;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.forcorp .base h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	gap: 4px;
	margin: 0 auto 8px;
	padding-left: 32px;
	width: fit-content;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.forcorp .base h3::before {
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -50%;
	font-family: 'icomoon';
	font-weight: normal;
	content: "\e96e";
}

@media screen and (min-width:1024px) {
	.forcorp .base ul {
		gap: 24px;
	}
}