@charset "utf-8";
/*************************
共通
*************************/
/* --------▼　MTのみ崩れる箇所の対策　▼-------- */
*, :after, :before, html , a {box-sizing:border-box;} 
figure {margin:0 0 1rem;}
h1, h2, h3, h4, h5, h6 {margin-top:0; margin-bottom:0.5rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {color:inherit; font-family:inherit; font-weight:500; line-height:1.1; margin-bottom:0.5rem;}

/* --------▲　MTのみ崩れる箇所の対策　▲-------- */

/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
	margin-top: -35px !important;
	padding-top: 35px !important;
}
html {
	-webkit-overflow-scrolling: touch;
}
main .container {
	width: auto;
	max-width: inherit;
	height: auto;
	padding: 0;
}
body .orihica_main img {
	height: auto;
}
.breadcrumbs {
	padding: 12px;
}
.orihica_main p, .orihica_main ul {
	line-height: 2;
	color: #333;
}
.topicModuleCol2__text {
	color: #333 !important;
}
.orihica_main .mv .mv_img img {
	width: auto;
	margin: 0 auto 0;
}
.orihica_main .topicModuleBanner a:hover {
	opacity: .7;
	transition: all 300ms;
}

/* 見出し */
.orihica_main h2 {
	line-height: 2;
	margin-top: 0;
	margin-bottom: 12px;
	color: #385531;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.orihica_main h2 span {
	display: block;
	max-width: 320px;
	padding-bottom: 10px;
	line-height: 1;
	margin: 0 auto;
}
.orihica_main .commentary {
	line-height: 1.8;
	margin-bottom: 40px;
	color: #385531;
	font-size: 18px;
	text-align: center;
}

/* コンテンツ */
.orihica_main .contents_inner {
	max-width: 900px;
	margin: 0 auto;
}
.orihica_main section + section .contents_inner {
	padding: 90px 0;
}
.orihica_main section + section:last-child .contents_inner {
	padding-bottom: 0!important;
}
.orihica_main .bg_color {
	background-color: #f9f2d9;
}

/*step*/
.orihica_main .step {
	max-width: 700px;
	margin: 40px auto 0;
}
.orihica_main .step .step_item {
	display: grid;
	position: relative;
	padding: 15px 60px;
	border: 2px solid #385531;
	border-radius: 8px;
	align-items: center;
}
.orihica_main .step .step_item + .step_item {
	margin-top: 50px;
}
.orihica_main .step .step_item + .step_item::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -20%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
}
.orihica_main .step .step_item::before {
	border-color: #385531 transparent transparent transparent;
}
.orihica_main .step_num {
	max-width: 135px;
	margin: auto;
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}
.orihica_main .step_img {
	max-width: 142px;
	margin: 0 auto;
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}
.orihica_main .step_text {
	grid-row: 1 / 2;
	grid-column: 3 / 4;
	line-height: 1.6;
	color: #385531;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/*.step01*/
.orihica_main .step01 .step_num {
	grid-row: 1 / 4;
	grid-column: 1 / 2;
}
.orihica_main .step01 .step_img {
	grid-row: 1 / 3;
	grid-column: 2 / 3;
}
.orihica_main .step01 .step_text {
	grid-row: 1 / 2;
	grid-column: 3 / 4;
}
.orihica_main .step01 .cv_btn {
	grid-row: 2 / 3;
	grid-column: 3 / 4;
}
.orihica_main .step01 .cv_btn a {
	padding: 10px;
	font-size: 14px;
}
.orihica_main .step01 .cv_btn a::after {
	width: 8px;
	height: 8px;
	right: 13px;
}
.orihica_main .step01 .step_anchor {
	display: flex;
	justify-content: center;
	max-width: 500px;
	margin-top: 20px;
	padding-bottom: 10px;
	grid-row: 3 / 4;
	grid-column: 2 / 4;
}
.orihica_main .step01 .step_anchor .anchor-text {
	position: relative;
}
.orihica_main .step01 .step_anchor .anchor-text a {
	padding: 0 23px 5px 5px;
	border-bottom: 1px solid #385531;
	color: #385531;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
.orihica_main .step01 .step_anchor .anchor-text::before {
	content: "";
	position: absolute;
	right: 3px;
	top: 10%;
	width: 10px;
	height: 10px;
	border-top: #385531 1px solid;
	border-right: #385531 1px solid;
	transform: rotate(135deg);
}
.orihica_main .step01 .step_anchor .anchor-text + .anchor-text {
	margin-left: 20px;
}

/*section id="overview"*/
.orihica_main dl {
	padding: 45px 50px 50px;
	background-color: #fff;
	border-radius: 8px;
}
.orihica_main dt {
	position: relative;
	margin-bottom: 8px;
	padding-left: 18px;
	color: #385531;
	font-size: 20px;
	font-weight: bold;
}
.orihica_main dt:not(:first-of-type) {
	margin-top: 36px;
}
.orihica_main dt::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 6px;
	height: calc(100% - 10px);
	background: #385531;
	border-radius: 3px;
}
.orihica_main dd {
	line-height: 2;
	margin-left: 14px;
	color: #385531;
	font-size: 14px;
}
.orihica_main dd.indent {
	padding-left: 14px;
	text-indent: -14px;
}
.orihica_main .attention {
	text-align: center;
}
.orihica_main .attention p {
	position: relative;
	display: inline-block;
	padding: 0 60px;
	margin-bottom: 26px;
	font-size: 32px;
	line-height: 1.5;
	font-weight: bold;
	color: #d1441a;
}
.orihica_main .attention p::before, .orihica_main .attention p::after {
	position: absolute;
	content: "";
	top: 0;
	width: 2px;
	height: 100%;
	background: #d1441a;
	border-radius: 3px;
}
.orihica_main .attention p::before {
	left: 0;
	transform: rotate(-40deg);
}
.orihica_main .attention p::after {
	right: 0;
	transform: rotate(40deg);
}

/* ボタン */
.orihica_main #overview .cv_btn {
	padding-top: 30px;
	max-width: 500px;
	margin: 0 auto;
}
.orihica_main .cv_btn a {
	display: block;
	position: relative;
	max-width: 500px;
	padding: 20px;
	background-color: #d1441a;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 100vw;
	text-align: center;
}
.orihica_main .cv_btn a::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
	transform: rotate(45deg);
}
.orihica_main .cv_btn a:hover {
	background-color: #eba011;
	transition: all 300ms;
}
.orihica_main .card_list p {
	line-height: 1;
}

/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	.orihica_main .mv {
		width: 100%;
		margin: 0 auto 70px;
		padding-left: 3vw;
		background: url(https://www.orihica.com/campaign-torioki/241002/img/campaign-torioki_mvbg.jpg) center bottom no-repeat;
	}
	.orihica_main .mv .mv_img {
		max-width: 922px;
		margin: 0 auto;
	}
}

/*************************
tablet only
*************************/
@media screen and (max-width: 1232px) {
	body .container {
		padding: 0;
	}
}

/*************************
SP only
*************************/
@media screen and (max-width: 861px) {

/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
	.orihica_main .anchorLink-margin {
		margin-top: -50px !important;
		padding-top: 50px !important;
	}
	body .container {
		padding: 0;
	}
	.orihica_main .pc {
		display: none;
	}
	main {
		overflow-x: hidden;
		overflow-y: hidden;
	}
	.orihica_main .mv {
		margin: 0 auto 11vw;
		position: relative;
	}
	.orihica_main .mv h1.mv_img {
		margin-top: 0;
		margin-bottom: 0;
	}
	.orihica_main h2 {
		line-height: 2.4;
		margin-bottom: 1.6vw;
		font-size: 5.6vw;
	}
	.orihica_main h2 span {
		width: 70%;
	}
	.orihica_main h3 {
		font-size: 5vw;
	}

/* コンテンツ */
	.orihica_main section + section .contents_inner {
		padding: 16vw 16px 13vw;
	}
	.orihica_main .contents_inner {
		max-width: 100%;
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
	.orihica_main .commentary {
		margin-bottom: 5vw;
		font-size: 3.73vw;
	}

/*step*/
	.orihica_main .step {
		margin-top: 8vw;
	}
	.orihica_main .step .step_item {
		width: 100%;
		padding: 3.7vw 6.6vw 4vw;
		border: 1px solid #385531;
	}
	.orihica_main .step .step_item + .step_item {
		margin-top: 9.3vw;
	}
	.orihica_main .step .step_item + .step_item::before {
		top: -7vw;
		left: 50%;
		border-width: 4vw 4vw 0 4vw;
	}
	.orihica_main .step_num {
		grid-row: 1 / 2;
		grid-column: 1 / 2;
		max-width: 27vw;
		margin: 0 0 2vw 0;
	}
	.orihica_main .step_img {
		max-width: 29.8vw;
		margin: 0;
		margin-right: 3vw;
		padding: 0;
		grid-row: 1 / 3;
		grid-column: 1 / 2;
	}
	.orihica_main .step_text {
		line-height: 1.5;
		font-size: 3.73vw;
		text-align: left;
	}
	.orihica_main .step .cv_btn {
		width: 100%;
		padding-top: 3vw;
	}
	.orihica_main .step .cv_btn a {
		padding: 11px;
		font-size: 13px;
	}
	.orihica_main .step_num {
		grid-row: 1 / 2;
		grid-column: 2 / 3;
	}
	.orihica_main .step_text {
		grid-row: 2 / 3;
		grid-column: 2 / 3;
		line-height: 1.5;
		font-size: 3.73vw;
	}

/*.step01*/
	.orihica_main .step01 .step_num {
		grid-row: 1 / 2;
		grid-column: 2 / 3;
	}
	.orihica_main .step01 .step_img {
		grid-row: 1 / 3;
		grid-column: 1 / 2;
	}
	.orihica_main .step01 .step_text {
		grid-row: 2 / 3;
		grid-column: 2 / 3;
	}
	.orihica_main .step01 .cv_btn {
		grid-row: 3 / 4;
		grid-column: 1 / 3;
	}
	.orihica_main .step01 .cv_btn a {
		padding: 9px;
		font-size: 14px;
	}
	.orihica_main .step01 .cv_btn a::after {
		right: 19px;
	}
	.orihica_main .step01 .step_anchor {
		display: block;
		margin-top: 15px;
		padding-bottom: 10px;
		grid-row: 4 / 5;
		grid-column: 1 / 3;
		text-align: center;
	}
	.orihica_main .step01 .step_anchor .anchor-text {
		display: inline-block;
	}
	.orihica_main .step01 .step_anchor .anchor-text a {
		padding: 0 23px 5px 5px;
		font-size: 3.5vw;
	}
	.orihica_main .step01 .step_anchor .anchor-text::before {
		top: 20%;
		width: 8px;
		height: 8px;
	}
	.orihica_main .step01 .step_anchor .anchor-text + .anchor-text {
		margin-left: 0px;
		margin-top: 15px;
	}

/*___*/
	.orihica_main dl {
		margin-bottom: 0;
		padding: 6vw 5.33vw 9vw;
	}
	.orihica_main dt {
		margin-bottom: 1.4vw;
		padding-left: 2.4vw;
		font-size: 4vw;
	}
	.orihica_main dt:not(:first-of-type) {
		margin-top: 6vw;
	}
	.orihica_main dt::before {
		width: 4px;
	}
	.orihica_main dd {
		line-height: 1.8;
		margin-left: 3.2vw;
		font-size: 3.2vw;
	}
	.orihica_main dd.indent {
		padding-left: 3.2vw;
		text-indent: -3.2vw;
	}
	.orihica_main .attention p {
		padding: 0px 8.5vw;
		margin-bottom: 4vw;
		font-size: 5.1vw;
	}

/* btn */
	.orihica_main .mv .cv_btn {
		position: absolute;
		bottom: 8.6vw;
		max-width: 100%;
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
	.orihica_main .cv_btn a {
		max-width: 100%;
		width: 100%;
		padding: 4vw;
		font-size: 3.73vw;
	}

/* モジュール調整 */
	.orihica_main .card_list {
		width: 100%;
	}
	.topicModuleBanner {
		padding-left: 16px;
		padding-right: 16px;
	}
}