@charset "UTF-8";

/* ------------------------------------------------------------
  PCスタイル
 ------------------------------------------------------------ */
@media screen and (min-width: 768px) {
	/* ページヘッダー */
	.bizTtl_fig {
		width: 319px;
		height: 233px;
		position: absolute;
		left: -345px;
		bottom: -103px;
	}


	/* セクションヘッダー */
	section {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin-top: 100px;
	}
	.eye_catch {
		/* 固定幅をやめ、最大値を設定する */
		width: 90%;          /* 画面が狭いとき、左右に5%ずつの遊びを作る（100%でも可） */
		max-width: 1200px;   /* 1200px以上にはならない */
		margin-top: 25px;
		position: relative;
	}

	.eye_catch img {
		width: 100%;         /* 画像を .eye_catch の幅に追従させる */
		height: auto;
	}

	.eye_catch figcaption {
		writing-mode: vertical-rl;
		text-orientation: mixed;
		font-weight: 500;
		line-height: 1.2;
		position: absolute;
		top: -2%;        /* pxではなく%に。画像が縮めばこの隙間も縮む */
		right: 31.25%;   /* 375/1200 の計算値 */
		/* 文字サイズも少しだけ画面幅に媚びを売る */
		font-size: clamp(1.4rem, 2vw, 1.75rem);
	}
	.eye_catch span {
		display: inline-block;
		/* width: 35px; */
		background: #fff;
		font-size: 1.75rem; /* 28px */
		white-space: nowrap;
	}
	.eye_catch span:first-child {
		margin-left: 5px;
	}
	.sec_mainTxt {
		margin-top: 25px;
		text-align: center;
	}
	.biz_h4 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 50px;
		font-size: 25px;
		font-weight: 500;
		line-height: 1.0;
	}
	.biz_h4:before, .biz_h4:after {
		content: "";
		display: inline-block;
		width: 25px;
		height: 25px;
	}
	.biz_h4:before {
		background: url('../img/business/fig_h3_arrowL.svg') no-repeat center center / contain;
	}
	.biz_h4:after {
		background: url('../img/business/fig_h3_arrowR.svg') no-repeat center center / contain;
	}
	.consul_example {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}
	.consul_example li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 300px;
		padding: 1rem 0;
		border: 1px solid #000;
		border-radius: 50px;
		background: #fffdf3;
		font-weight: 500;
	}
	.consul_example li:not(:last-child) {
		margin-bottom: 10px;
	}
	.consul_flow {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 700px;
		padding: 0 50px !important;
		margin: 20px 0 0;
	}
	.consul_flow li {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 130px;
		font-weight: 500;
	}
	.consul_flow li img {
		margin-bottom: 10px;
	}



	/* 賃貸 */
	.biz_chintaiTtl:after {
		content: "";
		display: block;
		width: calc( 2.5rem * 3.5 );
		height: 2.5rem;
		background: url('../img/business/fig_ttlunder_2char.svg') no-repeat left bottom / contain;
		position: absolute;
		left: -10px;
		bottom: -2px;
	}
	.chintai_flow {
		background: url('../img/business/fig_flowline_step4.svg') no-repeat center top 32px / contain;
	}


	/* 売買 */
	.biz_baibai {
		padding: 100px 0 190px;
		background: #f4f4f4;
		border-radius: 100px 100px 0 0;
	}
	.biz_baibaiTtl:after {
		content: "";
		display: block;
		width: calc( 2.5rem * 3.5 );
		height: 2.5rem;
		background: url('../img/business/fig_ttlunder_2char.svg') no-repeat left bottom / contain;
		position: absolute;
		left: -10px;
		bottom: -2px;
	}
	.baibai_flow {
		background: url('../img/business/fig_flowline_step5.svg') no-repeat center top 32px / contain;
	}


	/* 仲介 */
	.biz_chukai {
		margin-top: -100px;
		padding-top: 100px;
		border-radius: 100px 100px 0 0;
		background: #fff;
	}
	.biz_chukaiTtl:after {
		content: "";
		display: block;
		width: calc( 2.5rem * 3.5 );
		height: 2.5rem;
		background: url('../img/business/fig_ttlunder_2char.svg') no-repeat left bottom / contain;
		position: absolute;
		left: -10px;
		bottom: -2px;
	}
	.chukai_flow {
		background: url('../img/business/fig_flowline_step5.svg') no-repeat center top 32px / contain;
	}


	/* 長野県移住相談 */
	.biz_nagano {
		padding: 100px 0 90px;
		background: #f4f4f4;
		border-radius: 100px 100px 0 0;
	}
	.biz_naganoTtl {
		line-height: 1.1;
		text-align: center;
	}
	.biz_naganoTtl:after {
		content: "";
		display: block;
		width: calc( 2.5rem * 6 );
		height: 3.5rem;
		background: url('../img/business/fig_ttlunder_3char.svg') no-repeat left bottom / contain;
		transform: rotate(2deg);
		position: absolute;
		left: -10px;
		bottom: -20px;
	}
	.nagano_catch {
		margin-top: 50px;
	}
	.nagano_flow {
		background: url('../img/business/fig_flowline_step5.svg') no-repeat center top 32px / contain;
	}

}


/* ------------------------------------------------------------
  SPスタイル
 ------------------------------------------------------------ */
@media screen and (max-width: 767px) {

	/* ページヘッダー・イラスト */
	.bizTtl_fig {
		width: 274px;
		height: 200px;
		position: absolute;
		right: 0;
		bottom: -150px;
		left: 0;
		margin: 0 auto;
	}

	/* セクション共通 */
	section.biz_sec {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	h3.sec_ttl {
		position: relative;
	}
	.biz_h4 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 50px;
		font-size: 1.5625rem; /* 25px */
		font-weight: 500;
		line-height: 1.0;
	}
	.biz_h4:before, .biz_h4:after {
		content: "";
		display: inline-block;
		width: 25px;
		height: 25px;
	}
	.biz_h4:before {
		background: url('../img/business/fig_h3_arrowL.svg') no-repeat center center / contain;
	}
	.biz_h4:after {
		background: url('../img/business/fig_h3_arrowR.svg') no-repeat center center / contain;
	}
	.eye_catch {
		width: 100%;
		margin-top: 35px;
		position: relative;
	}
	.eye_catch img {
		width: 100%;
		height: auto;
	}
	.eye_catch figcaption {
		display: block;
		writing-mode: vertical-rl;
		font-size: 1.5rem; /* 24px */
		font-weight: 500;
		line-height: 1.1;
		position: absolute;
		top: -24px !important;
		right: 35px;
	}
	.eye_catch figcaption span {
		display: inline-block;
		margin-left: 8px;
		background: #fff;
	}
	.sec_mainTxt {
		padding: 0 24px;
		margin-top: 15px;
		text-align: justify;
	}
	.consul_example {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding: 0 24px !important;
		margin: 20px 0 0;
	}
	.consul_example li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 1rem 1rem;
		border: 1px solid #000;
		border-radius: 50px;
		background: #fffdf3;
		font-weight: 500;
	}
	.consul_example li:not(:last-child) {
		margin-bottom: 10px;
	}
	.consul_flow {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 80%;
		padding: 45px 50px !important;
		margin: 20px 0 0;
	}
	.consul_flow li {
		display: grid;
		grid-template-columns: 70px 1fr;
		gap: 0 20px;
		align-items: center;
		margin-bottom: 25px;
	}

	

	/* 賃貸 */
	.biz_chintai {
		width: 100%;
		margin: 50px 0 100px;
	}
	.biz_chintaiTtl:after {
		content: "";
		display: block;
		width: calc( 2.375rem * 3 );
		height: 2.5rem;
		background: url('../img/business/fig_ttlunder_2char.svg') no-repeat left bottom / contain;
		position: absolute;
		left: -10px;
		bottom: 0;
	}
	.chintai_flow {
		background: url('../img/business/fig_flowline_step4-sp.svg') no-repeat left 82px center / contain;
	}

	/* 売買 */
	.biz_baibai {
		padding: 50px 0 100px;
		margin: 50px 0 100px;
		border-radius: 50px 50px 0 0;
		background: #f4f4f4;
	}
	.biz_baibaiTtl:after {
		content: "";
		display: block;
		width: calc( 2.375rem * 3 );
		height: 2.5rem;
		background: url('../img/business/fig_ttlunder_2char.svg') no-repeat left bottom / contain;
		position: absolute;
		left: -10px;
		bottom: 0;
	}
	.baibai_flow {
		background: url('../img/business/fig_flowline_step5-sp.svg') no-repeat left 82px center / contain;
	}

	/* 仲介 */
	.biz_chukai {
		padding: 50px 0 100px;
		margin: -150px 0 100px;
		border-radius: 50px 50px 0 0;
		background: #fff;
	}
	.biz_chukaiTtl:after {
		content: "";
		display: block;
		width: calc( 2.375rem * 3 );
		height: 2.5rem;
		background: url('../img/business/fig_ttlunder_2char.svg') no-repeat left bottom / contain;
		position: absolute;
		left: -10px;
		bottom: 0;
	}
	.chukai_flow {
		background: url('../img/business/fig_flowline_step5-sp.svg') no-repeat left 82px center / contain;
	}

	/* 長野県移住相談 */
	.biz_nagano {
		padding: 50px 0 50px;
		margin-top: -150px;
		border-radius: 50px 50px 0 0;
		background: #f4f4f4;
	}
	.biz_naganoTtl {
		line-height: 1.2;
		text-align: center;
	}
	.biz_naganoTtl:after {
		content: "";
		display: block;
		width: calc( 2.375rem * 5 );
		height: 3rem;
		background: url('../img/business/fig_ttlunder_4char.svg') no-repeat left bottom / contain;
		position: absolute;
		left: -10px;
		bottom: -14px;
	}
	.nagano_flow {
		background: url('../img/business/fig_flowline_step5-sp.svg') no-repeat left 82px center / contain;
	}

}