@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;}
/* 商品モジュール調整 (使用しない場合は削除) */
@media screen and (min-width:862px) {}
@media screen and (max-width: 861px) {.topicModuleCol4 {margin-top: 20px;}}
/* --------▲　MT調整　▲-------- */

main .container {
  width: auto;
  max-width: inherit;
  height: auto;
  padding: 0;
}
.orihica_main {
	margin-bottom: 90px;
}
body .orihica_main img {
  max-width: 100%;
  height: auto;
}
.container .breadcrumbs {
	padding: 12px;
}
.orihica_main p {
	font-size: 14px;
	line-height: 2;
	color: #333;
}
.orihica_main .topicModuleCol2__text {
	color: #333 !important;
}
.orihica_main .topicModuleBanner a:hover {
	opacity: .7;
	transition: .2s;
}

/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
	margin-top: -35px !important;
	padding-top: 35px !important;
}

/* メインビジュアル */
.orihica_main .mv .mv_img img {
	width: 100%;
	margin: 0 auto;
}

/* リード */
.orihica_main .about {
	margin: 0 0 80px;
	padding-top: 25px;
	font-size: 14px;
	text-align: center;
	line-height: 2.3;
}
.orihica_main .lead_text {
	font-size: 14px;
	text-align: center;
}

/* button */
.button_typeA,.button_typeB {
	width: 400px;
	margin: 0 auto 20px;
	text-align: center;
}
.button_typeA a,.button_typeB a {
	display: block;
	position: relative;
	margin: 25px auto 0;
	padding: 15px 50px;
	border: 2px solid #333;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	transition: 0.2s;
}
.button_typeB a {
	margin: 30px auto 0;
	padding: 20px 50px;
	background-color: #2a415a;
	border: 2px solid #2a415a;
	color: #fff;
}
.button_typeA a:hover {
	color: #fff;
	background-color: #333;
}
.button_typeB a:hover {
	color: #2a415a;
	background-color: #fff;
}
.button_typeA a:after,.button_typeB a:after {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	content: "";
	transition: 0.5s;
}
.button_typeB a:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff
}
.button_typeA a:hover:after,.button_typeB a:hover:after {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
}
.button_typeB a:hover:after {
	border-top: 2px solid #2a415a;
	border-right: 2px solid #2a415a;
}



/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2 {
	margin-bottom: 0px;
	padding: 25px 0 15px;
	background-color: #2f3847;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 2;
}
.orihica_main h2 img {
	display: block;
	margin: auto;
}
.orihica_main h2 .h2-img1 {
	width: 135px;
	margin-bottom: 4px
}
.orihica_main h2 .h2-img2 {
	width: 288px;
	margin-bottom: 4px
}
.h2-sub {
	position: relative;
}
.h2-sub::before,.h2-sub::after {
	position: absolute;
	top: 47%;
	width: 15px;
	margin: auto;
	border : 1px solid #fff;
	content: "";
}
.h2-sub::after {
	right: -25px;
}
.h2-sub::before {
	left: -25px;
}
.orihica_main h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1;
}

/* コンテンツ */
.orihica_main .contents_inner {
	max-width: 1000px;
	margin: 0 auto;
}

/*Feature*/
#Feature_area .Feature_box:nth-child(2n){
	background-color: #e6e8ec;
}
#Feature_area .Feature_box:nth-child(2n+1) .flex-inner_img {
	order: -1;
}
#Feature_area .Feature_box:last-child{
	padding-bottom: 90px;
}
#Feature_area .Feature_box{
	padding: 40px 0;
}
.flex-inner_tx img {
	width: 40px;
}
.Feature_tit p {
	margin-top: 25px;
	padding: 20px 0 15px;
	border-top: 2px solid #333;
	font-size: 20px;
	font-weight: bold;
}
.Feature_tx {
	font-size: 15px;
}

/*Color*/
.Color_col1 {
	max-width: 540px;
	margin: 50px auto 0;
}
.orihica_main .Color_col1 p {
	margin: 13px 0 15px;
}

/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	.flex-wrap {
		display: flex;
		justify-content: space-between;
		max-width: 900px;
		margin: 0 auto;
	}
	.flex-inner_img {
		width: 50%;
	}
	.flex-inner_tx {
		width: 44%;
	}
	#Feature_area .contents_inner {
		margin: 0;
	}
	#Feature_area .flex-wrap {
		align-items: center;
	}
}


/*************************
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 .anchorLink-margin {
		margin-top: -50px !important;
		padding-top: 50px !important;
	}
	/* リード */
	.orihica_main .about {
		margin-bottom: 12vw;
		padding-top: 20px;
	}
	.orihica_main .about .lead_text,.orihica_main .Feature_tx{
		font-size: 3.3vw;
		text-align: left;
	}
	.orihica_main .lead-sp-col2{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.orihica_main .lead-sp-col2 img {
		width: 32%;
		height: auto;
	}
	.orihica_main .lead-sp-col2 p {
		width: 64%;
	}
	.button_typeA {
		width: 80%;
	}
	.button_typeB {
		width: auto;
	}
	.button_typeA a {
		padding: 13px  26px 13px 20px;
		font-size: 3.3vw;
	}
	.button_typeA a:after,.button_typeB a:after {
		right: 17px;
	}
	/* 見出し */
	.orihica_main h2 {
		padding: 18px 0 10px;
		font-size: 3.73vw;
	}
	.orihica_main h2 .h2-img1 {
		width: 103px;
}
	.orihica_main h2 .h2-img2 {
		width: 202px;
}
	.h2-sub::before, .h2-sub::after {
		width: 10px;
	}
	.h2-sub::before {
		left: -20px;
	}
	.h2-sub::after {
		right: -20px;
	}
	.orihica_main h3 {
		font-size: 5vw;
	}
	
	/* コンテンツ */
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
	
	/*Feature*/
	#Feature_area .Feature_box {
		padding: 8vw 0 0;
	}
	.orihica_main .Feature_tit {
		display: flex;
		margin-bottom: 3vw;
		padding-bottom: 3vw;
		align-items: center;
		border-bottom: 2px solid #333;
	}
	.orihica_main .Feature_tit p{
		margin-top: 0;
		margin-left: 20px;
		padding: 0;
		border-top: 0;
		font-size: 14px;
		line-height: 1.7;
	}
	.orihica_main .Feature_tx {
		padding-bottom: 3vw;
	}
	
	/*Color*/
	.sp-full {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	}
	.Color_col1:first-of-type {
		margin-top: 0;
	}
}