@charset "utf-8";
/*************************
共通
*************************/
html {
  -webkit-overflow-scrolling: touch;
}
/* --------▼　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調整　▲-------- */

main .container {
	width: auto;
	height: auto;
	max-width: inherit;
	padding: 0;
}
body .orihica_main img {
	height: auto;
}
.container .breadcrumbs {
	padding: 12px;
}
.orihica_main p, .orihica_main ul {
	font-size: 14px;
	line-height: 2;
	color: #333;
}
.orihica_main .topicModuleCol2__text {
	color: #333 !important;
}
.orihica_main .topicModuleBanner a:hover,.style_link a:hover,.img-link a:hover {
	opacity: .7;
	transition: .2s;
}

/* フェイドアップ */
.fadeInUp {
	opacity: 0;
	transform: translateY(20px);
	transition: 1.2s;
}

/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
	margin-top: -35px !important;
	padding-top: 35px !important;
}

/* リード */
.orihica_main .about {
	margin: 0 0 60px;
	padding-top: 15px;
	font-size: 14px;
	text-align: center;
	line-height: 2.3;
}
.orihica_main .lead_text {
	font-size: 14px;
	text-align: center;
}
.orihica_main .lead_text .bold {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2 {
	margin-bottom: 12px; 
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	line-height: 2.3;
}
.orihica_main h2 span {
	display: block;
}
.orihica_main h2 span img {
	max-width: 200px;
	padding-left: 10px;
}

/* コンテンツ */
.orihica_main {
	margin-bottom: 90px;
}
.orihica_main .contents_inner {
	max-width: 1120px;
	margin: 0 auto;
}
.orihica_main .bg {
	margin: 100px 0;
	padding: 90px 0 140px;
	background: #f5f5f5;
}

/* ボタン */
.button {
	width: 400px;
	margin: 50px auto 0;
}
.button a {
	display: block;
	position: relative;
	padding: 18px 20px;
	background-color: #91715b;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.button a::after {
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
}
.button a:hover {
	opacity: 0.8;
}

/*point*/
.point_area+.point_area {
	margin-top: 50px;
}
.orihica_main .point_tit {
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #8e6548;
}
.point_tx {
	
	margin-top: 20px;
}
.point_txBox{
	margin-top: 20px;
}
.point_tit span img {
	max-width: 127px;
	margin-right: 20px;
	padding-bottom: 8px;
}

/*style*/
.style_link {
	margin-top: 15px;
}
.style_link a {
	position: relative;
	padding: 0px 30px 7px 11px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.style_link a::after {
	position: absolute;
	top: -6px;
	right: 11px;
	bottom: 0;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	content: "";
}

/* img-link*/
.img-link a {
	display: block;
	position: relative;
}
.img-link a::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 100px;
	background: rgb(0 0 0 / 30%);
	content: "";
}
.img-link a::before {
	position: absolute;
	right: 31px;
	bottom: 29px;
	z-index: 2;
	transform: rotate(45deg);
	width: 13px;
	height: 13px;
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
	content: "";
}
.orihica_main .card_desc p {
	font-size: 11px;
	line-height: 1;
}

/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}

		/* メインビジュアル */
	.kv-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.kv-entxt {
		width: 38%;
		padding-left: 6vw;
		padding-right: 1vw;
		text-align: center;
		z-index: 1;
	}
	.slideWrap {
		width: 60%;
		text-align: -webkit-right;
	}
	
	/*point*/
	.point_area.col1 .point_txBox {
		display: flex;
		justify-content: space-between;
		align-items: center;
		}
	.point_area.col1 .point_tit {
		width: 40%;
		padding: 0;
		border-bottom: 0;
	}
	.point_area.col1 .point_tx {
		width: 70%;
		margin: 0;
		padding: 5px 0 5px 30px;
		border-left: 2px solid #8e6548;
	}
	.col2 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.col2_inner {
		width: 47%;
	}
	.col2_inner+.col2_inner {
		margin-left: 6%;
	}
	.col2_inner+.col2_inner:nth-child(n+3) {
		margin-top: 60px;
	}
	.col2_inner+.col2_inner:nth-child(2n+1) {
		margin-left: 0%;
	}
}


/*************************
tablet only
*************************/
@media screen and (min-width: 862px) and (max-width: 1232px) {
	  body .container{
      padding: 0;
   }
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
}


/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
	.orihica_main .pc {
		display: none;
	}
	.orihica_main p ,.orihica_main ul {
		font-size: 3.3vw;
	}
	/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
	.orihica_main .anchorLink-margin {
		margin-top: -50px !important;
		padding-top: 50px !important;
	}
	
	/* メインビジュアル */
	.kv-entxt {
		max-width: 294px;
		margin: auto;
		padding: 25px 0px 16px;
	}

	
	/* リード */
	.orihica_main .about {
		margin-bottom: 12vw;
		padding-top: 20px;
	}
	.orihica_main .about .lead_text {
		font-size: 3.53vw;
	}
	.orihica_main .about .lead_text .bold {
		font-size: 3.7vw;
	}
	/* 見出し */
	.orihica_main h2 {
		font-size: 4.8vw;
	}
	
	/* コンテンツ */
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .bg {
		margin: 22vw 0;
		padding: 18vw 0 26vw;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
	.button {
		width: auto;
	}
	.button a {
		padding: 24px 20px;
	}
	.button a::after {
		right: 18px;
	}
	.col2_inner+.col2_inner{
		margin-top:15vw;
	}
		/*point*/
	.point_area+.point_area,.point_inner+.point_inner {
		margin-top: 9vw;
		padding-top: 11vw;
		border-top: 1px solid #8e6548;
	}
	.orihica_main .point_tit {
		padding-bottom: 8px;
		font-size: 4.6vw;
		border-bottom: 0
	}
	.point_tx {
		margin-top: 1vw;
	}
	.point_txBox{
		margin-top: 3.4vw;
	}
	.point_tit span {
		margin-right: 20px;
		padding: 9px 20px 9px 0;
		border-right: 1px solid #8e6548;
	}
	.point_tit span img {
		max-width: 28%;
		margin-right: 0;
		padding-bottom: 8px;
	}
	.style_link {
    margin-top: 8px;
	}
	.img-link a::after {
		width: 45px;
		height: 45px;
	}
	.img-link a::before {
		right: 27px;
		bottom: 26px;
		width: 14px;
		height: 14px;
	}
	.card_list {
		width: 100%;
	}
}