@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;
  max-width: inherit;
  height: auto;
  padding: 0;
}
body .orihica_main img {
  height: auto;
}
.container .breadcrumbs {
  padding: 12px;
}
.orihica_main p,.orihica_main ul,.nikuSpe-Col2__text{
  color: #233052;
   font-size: 13px;
  line-height: 2;
}
.orihica_main .topicModuleBanner a:hover,
#recommend-item .nikuSpe-Col2__item a:hover{
	opacity: .7;
	transition: .2s;
}

/* メインビジュアル */
.orihica_main .mv{
   background: #89bbe0;
}
.orihica_main .mv .mv_img img {
  width: 100%;
  margin: 0 auto;
}
.mv-text{
   text-align: center;
   animation-duration:1s;
}
.orihica_main .mv{
   position: relative;
}
.mv-text{
   position: absolute;
   top: 31%;
   left: 38%;
   width: 41vw;
}

/* アンカーリンク*/
.anchorLink{
   display: flex;
   max-width: 690px;;
   border: 2px solid #005ce6;
}   
.anchorLink li{
   display: flex;
   position: relative;
   justify-content: center;
   align-items: center;
   width: 34%;
   background: #fff;
}
.anchorLink li a::after{
   content: "";
   margin: auto;
   position: absolute;
   bottom: -13px;
   right: 41%;
   width: 25px;
   height: 25px;
   background: url("https://www.orihica.com/coolbiz-style/240610/img/coolbiz-style_arrow.png")  no-repeat;
   background-size: 25px 25px;
}
.anchorLink li:hover{
  background-color: #e6f2fb;
}
.anchorLink li+li{
   border-left: 2px solid #005ce6;
}
.anchorLink li a{
   display: block;
   width: 100%;
   padding: 23px 0px;
   color: #005ce6;
   font-size: 15px;
   font-weight: bold;
   line-height: 1.5;
   text-align: center; 
}

   /* リード */
.orihica_main .about {
   line-height: 2.3;
   margin: 0 0 80px;
   padding: 50px 0;
   background: rgb(99,166,216);
   background: linear-gradient(0deg, rgba(99,166,216,1) 0%, rgba(137,187,224,1) 100%);
   font-size: 14px;
   text-align: center;
}
.orihica_main .lead_title{
   color: #fff;
   font-size: 24px;
   font-weight: bold;
   line-height: 1.6;
   margin-bottom: 30px;
}
.orihica_main .lead_text {
   color: #fff;
   font-size: 14px;
}

/* 見出し */
.orihica_main h1 {
  margin-bottom: 0;  
}
.orihica_main h2 {
   position: relative;
   margin-bottom: 10px;
   color: #005ce6;
   font-size: 20px;
   font-weight: bold;
   line-height: 1.3;
   text-align: center;
}
.orihica_main h2::before{
   content: "";
   margin: auto;
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   z-index: -1;
   width: 484px;
   height: 63px;
   background: url("https://www.orihica.com/coolbiz-style/240610/img/COOLBIZ.png")no-repeat;
   background-size: 484px 63px;
}
.orihica_main h2 span{
	display: block;
    font-size: 13px;
    color: #1e3150;
    font-weight: normal;
}
.orihica_main h3 {
   font-weight: bold;
}
.style-h3{
   display:flex;
   align-items:center;
   margin-bottom: 20px;
   border-bottom: 2px solid #1e3150;
   color: #1e3150;
   font-size: 20px;
}
.orihica_main .style-h3 img{
   width: 66px;
   margin-right: 20px;
}
.orihica_main .style-h3Text{
   color: #1e3150;
   font-weight:bold;
   font-size: 15px;
   line-height: 1.8;
}

/* コンテンツ */
.orihica_main .contents_inner {
  max-width: 900px;
  margin: 0 auto;
}
.orihica_main .topicModuleCol2__text{
   padding-left: 0;
   padding-right: 0;
   margin-bottom: 20px;
}
.orihica_main .topicModuleItemBtn{
   background-color: #e6e8ea;
}
.nikuSpe-Button2{
    margin-top: 20px;
}
.orihica_main .topicModuleCol2__image{
   margin-bottom: 25px;
}
.orihica_main .topicModuleCol4{
   margin-top: 0;
}

   /* おすすめアイテム*/
#recommend-item h3{
   margin-bottom: 0;
   padding: 12px 18px 10px;
   background: #89bbe0;
   color: #fff;
   font-size: 18px;
}
#recommend-item .nikuSpe-Col2 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
#recommend-item .nikuSpe-Col2__text p span{
   font-weight: bold; 
   font-size: 14px; 
   margin-bottom: 5px; 
   display: block;
   }
#recommend-item .nikuSpe-Col2__image {
	position: relative;
	margin-bottom: 20px;
}
#recommend-item .nikuSpe-Col2__image::before{
   content: "";
   margin: auto;
   position: absolute;
   bottom: 0;
   right: 0;
   z-index: 1000;
   width: 50px;
   height: 50px;
   background: url("https://www.orihica.com/coolbiz-style/250602/img/coolbiz-style_arrow02.png")no-repeat;
   background-size: 50px;
}

/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
  ※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
  margin-top: -135px !important;
  padding-top: 135px !important;
}
.orihica_main .mb-130{
   margin-bottom: 130px;
}
.orihica_main .small, small{
   font-weight: bold;
}
.card_desc p{
	line-height: 1;
	font-size: 11px;
}

/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}

	.titleLogo{
		margin-bottom: 4.5vw;
	}
	.mv_subtit{
		position: absolute;
		top: 0;
		left: 0;
		width: 8vw   ;
		height: 100%;
		align-items: center;
		display: flex;
		background-color: #89bbe0;
	}
	.mv_subtit img{
		top: 50%;
		width: 3.5vw;
	}

	/* おすすめアイテム*/
	#recommend-item .nikuSpe-Col2__item {
		width: calc((100% - 50px) / 2);
	}
	.orihica_main .nikuSpe-Col2__item:nth-child(n+3){
		margin-top: 60px;
	}
	#recommend-item .nikuSpe-Col2__text {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 13px;
	}
}


/*************************
tablet only
*************************/
@media  screen and (min-width: 863px) and (max-width: 1275px) {
   .mv-text {
       top: 23%;
   }
   .anchorLink li a{
       padding: 23px 2px;
       font-size: 1vw;
   }
}

/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
	.orihica_main .pc {
		display: none;
	}
	.orihica_main .mb-130{
		margin-bottom: 100px;
	}
	.mv-text{
		top: 85%;
		left: 0;
		width: 100vw;
	}
	.anchorLink{
		border: 1px solid #005ce6;
	}
	.anchorLink li+li{
		border-left: 1px solid #005ce6;
	}

	/* リード */
	.orihica_main .about {
		margin-bottom: 25vw;
		padding-top: 80px;
	}
	.orihica_main .lead_title{
		margin-bottom: 20px;
		font-size: 20px;
	}
	.orihica_main .about .lead_text {
		font-size: 3.3vw;
		text-align: left;
	}

	/* 見出し */
	.orihica_main h2 {
		font-size: 5.4vw;
		margin-bottom: 12vw;
	}
	.orihica_main h2::before{
		max-width: 460px;
		width: 100%;
		transform: translateY(-43%);
		background-size: 100% auto;
	}
	.orihica_main h3 {
		font-size: 5vw;
	}
	.orihica_main .style-h3 img {
		width: 15vw;
	}

	/* コンテンツ */
	.orihica_main .contents_inner,
	main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
	.orihica_main .style-h3Text{
		margin-bottom: 20px;
	}
	.anchorLink{
		margin: 0 16px;
	}
	.anchorLink li a{
		font-size: 3.3vw;
	}
      
	/* おすすめアイテム*/
	#recommend-item h3{
		font-size: 3.9vw;
		padding: 9px 11px 7px;
	}
	#recommend-item  .nikuSpe-Col2__item+.nikuSpe-Col2__item {
		margin-top: 50px;
	}
	#recommend-item .nikuSpe-Col2__image {
		margin-bottom: 20px;
	}
	#recommend-item .nikuSpe-Col2__image::before{
		width: 40px;
		height: 40px;
		background-size: 40px;
	}

	/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
	.orihica_main .anchorLink-margin {
		margin-top: -70px !important;
		padding-top: 70px !important;
	}
	.orihica_main .topicModuleCol2 {
		margin-bottom: 40px !important;
    }
	.orihica_main .card_list{
		width: auto;
	}
}

