@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;}
/* 商品モジュール調整 (使用しない場合は削除) */
.orihica_main .topicModuleCol2 {max-width: 1000px;margin-top: 30px;margin-bottom: 0px;}
.orihica_main .topicModuleCol2__text {padding-left: 0px;padding-right: 0px;}
.orihica_main .topicModuleCol2 .topicModuleCol2__image {display: none;}
.orihica_main .topicModuleCol2__price + .topicModuleCol2__price {border-top: 1px solid rgba(35, 48, 82, 0.25);}
.orihica_main .topicModuleItem, .orihica_main .topicModuleItem__button {color: #333 !important;}
.orihica_main .topicModuleItem__titleCol {width: 40%;}
.orihica_main .topicModuleItemBtn {color: #333;background-color: #e6e8ea;border: 0;}
.orihica_main .topicModuleItemBtn::after {border-top: 1px solid #333;border-right: 1px solid #333;}
.orihica_main　.topicModuleCol1 {margin-bottom: 45px;}
.orihica_main .topicModuleCol1__item {margin-top: 13px;}
.orihica_main　.topicModuleCol1__image {display: none;}
.orihica_main .topicModuleCol1__priceItem {display: block;width: auto;padding-right: 20px;padding-left: 20px;}
.orihica_main .topicModuleCol1__priceItem + .topicModuleCol1__priceItem {border-top: 1px solid rgba(35, 48, 82, 0.25);}
.orihica_main　.topicModuleCol1__text, .orihica_main .topicModuleCol1__priceList {padding: 0;}
@media screen and (min-width:862px) {.orihica_main .topicModuleCol1__item{width: auto;}}
@media screen and (max-width: 861px) {.orihica_main .topicModuleCol2, .orihica_main .topicModuleCol2__item {margin-top: 6vw;}
.orihica_main .topicModuleCol1 {margin-top: 6vw;}.orihica_main .topicModuleCol1__priceItem {padding: 0;}}
/* --------▲　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 {
	line-height: 2;
	color: #333;
}
.orihica_main .topicModuleCol2__text {
	color: #333 !important;
}
.orihica_main .topicModuleBanner a:hover {
	opacity: .7;
	transition: .2s;
}
.orihica_main .fadeInUp {
	opacity: 0;
	transform: translateY(30px);
	transition: 1s;
}
/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
	padding-top: 35px !important;
	margin-top: -35px !important;
}

/* メインビジュアル */
.orihica_main .mv {
	position: relative;
	margin: 0 auto 60px;
	background: #fff;
}
.orihica_main .mv .mv_img img {
	width: 100%;
	margin: 0 auto 0;
}

/* リード */
.orihica_main .about {
	margin: 0 0 140px;
	text-align: center;
}
.orihica_main .lead_text {
	color: #0b2641;
	font-size: 14px;
	line-height: 2.3;
}

/*Anchor*/
.orihica_main .anchor ul li {
	width: calc((100% - 40px) / 5);
	margin-right: 10px;
}
.orihica_main .anchor ul li:last-of-type {
	margin-right: 0;
}
.orihica_main .anchor ul li a {
	transition: all .25s;
}
.orihica_main .anchor ul li a p {
	position: relative;
	margin-top: 13px;
	font-size: 20px;
	color: #0b2641;
	text-align: center;
	line-height: 1.3;
}
.orihica_main .anchor ul li a p span {
	font-family: 'Futura Std';
	font-weight: 400;
	font-size: 13px;
	letter-spacing: .1em;
}
.orihica_main .anchor ul li a p::after {
	position: absolute;
	bottom: -16px;
	right: 50%;
	width: 13px;
	height: 11px;
	margin-right: -7px;
	background: url(https://www.orihica.com/office-style/240909/img/arrow_pc.png) no-repeat;
	background-size: 13px 11px;
	transition: all .25s;
	content: '';
}
.orihica_main .anchor ul li a:hover {
	opacity: 0.7;
}
.orihica_main .anchor ul li a:hover p::after {
	bottom: -26px;
}

/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2 {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #0b2641;
	color: #0b2641;
	font-size: 34px;
	font-weight: 400;
	text-align: center;
	align-items: center;
}

.orihica_main h2 .item_number {
	font-family: 'Futura Std';
	font-weight: 400;
	margin-right: 20px;
	letter-spacing: .1em;
}

.orihica_main h2 .item_name {
	font-size: 34px;
	padding-left: 20px;
	border-left: 1px solid #0b2641;
	letter-spacing: .1em;
}

/*コンテンツ*/
.orihica_main .contents_inner {
	max-width: 1120px;
	margin: 0 auto;
}
.orihica_main .item_text {
	display: block;
	margin-bottom: 75px!important;
	color: #0b2641;
	font-size: 15px;
	font-feature-settings: "palt";
}
.orihica_main .anchor {
	margin: 80px auto 0;
}
.orihica_main .anchor ul {
	display: flex;
	justify-content: space-between;
}

/*bg*/
.orihica_main .topicModuleImage {
	max-width: 1120px;
	margin-bottom: 0;
}
.orihica_main .topicModuleImage__image {
	position: relative;
	z-index: 1;
	width: 45.5%;
}
.orihica_main .Even .topicModuleImage__image {
	order: 1;
}
.orihica_main .topicModuleImage__text {
	position: relative;
	z-index: 1;
	margin-top: 120px;
	width: 540px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
	flex-wrap: wrap;
	align-content: center;
}
.item_wrap::before {
	display: block;
	height: 135px;
	margin-top: -135px;
	content: "";
}
.orihica_main .bg {
	position: absolute;
	background-color: #e6e8ea;
	top: 205px;
	left: 0;
	width: 0;
	margin: 0 calc(50% - 50vw) 0;
	z-index: 0;
	transition: 0.75s;
}
.orihica_main .odd .bg {
	right: 0;
}
.orihica_main #item01 .bg,.orihica_main #item02 .bg,.orihica_main #item03 .bg{
	height: 300px;
}
.orihica_main #item05 .bg,.orihica_main #item04 .bg{
	height: 320px;
}
.orihica_main .bg_fade {
	width: 100vw;
}

/*updown*/
@keyframes updown-anim {
	0% {transform: translateY(110%);}
	100% {transform: translateY(0);}
}
.orihica_main .topicModuleImage__image{
	position:relative;
}
.orihica_main .updown {
	position: absolute;
	z-index: 10;
	display: flex;
	overflow: hidden;
	top: -90px;
	font-family: 'Futura Std';
	font-weight: 400;
	font-size: 75px;
	color: #0b2641;
}
#item01 .updown, #item03 .updown, #item05 .updown {
	right: 10px;
}
#item02 .updown, #item04 .updown {
	left: 10px;
}
.updown span {
	transform: translateY(110%);
	display: block;
}
.orihica_main .updown.active span {
	animation: .5s updown-anim linear forwards;
}
.orihica_main .updown span:nth-child(1) {
	animation-delay: 0s;
}
.orihica_main .updown span:nth-child(2) {
	animation-delay: 0.05s;
}
.orihica_main .updown span:nth-child(3) {
	animation-delay: 0.1s;
}
.orihica_main .updown span:nth-child(4) {
	animation-delay: 0.15s;
}
.orihica_main .updown span:nth-child(5) {
	animation-delay: 0.2s;
}
.orihica_main .updown span:nth-child(6) {
	animation-delay: 0.25s;
}
.orihica_main .updown span:nth-child(7) {
	animation-delay: 0.3s;
}
.orihica_main .updown span:nth-child(8) {
	animation-delay: 0.35s;
}
.orihica_main .updown span:nth-child(9) {
	animation-delay: 0.4s;
}
.orihica_main .updown span:nth-child(10) {
	animation-delay: 0.45s;
}
.orihica_main .updown span:nth-child(11) {
	animation-delay: 0.5s;
}
.orihica_main .updown span:nth-child(12) {
	animation-delay: 0.55s;
}
.orihica_main .updown span:nth-child(13) {
	animation-delay: 0.6s;
}
.orihica_main .updown span:nth-child(14) {
	animation-delay: 0.65s;
}
.orihica_main .updown span:nth-child(15) {
	animation-delay: 0.7s;
}
.orihica_main .updown span:nth-child(16) {
	animation-delay: 0.75s;
}

/*.module*/
.orihica_main .module {
	width: 100%;
}

/*ボタン*/
.orihica_main .button_wrap {
	margin: 80px auto 170px;
	text-align: center;
}
.orihica_main .button + .button {
	margin-left: 40px;
}
.orihica_main .button {
	display: inline-block;
	position: relative;
	width: 410px;
	padding: 20px;
	background: #0b2641;
	border: none;
	color: #fff;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	transition: 800ms ease all;
	outline: none;
}
.orihica_main .button:hover {
	background: #fff;
	color: #0b2641;
}
.orihica_main .button:before, .orihica_main .button:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 2px;
	width: 0;
	background: #0b2641;
	transition: 800ms ease all;
}
.orihica_main .button:after {
	top: inherit;
	right: inherit;
	left: 0;
	bottom: 0;
}
.orihica_main .button:hover:before, .orihica_main .button:hover:after {
	width: 100%;
	transition: 800ms ease all;
}


/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
}


/*************************
tablet only
*************************/
@media screen and (min-width: 862px) and (max-width: 1119px) {
	.orihica_main .topicModuleImage {
		max-width: 100%;
	}
	.orihica_main .topicModuleImage__image {
		width: 45%;
	}
	.orihica_main .topicModuleImage__text {
		width: 52%;
	}
}


/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
	.orihica_main .pc {
		display: none;
	}
	
	/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
	.orihica_main .anchorLink-margin {
		padding-top: 50px !important;
		margin-top: -50px !important;
	}
	
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	
	/*メインビジュアル*/
	.orihica_main .mv {
		margin: 0 auto 10vw;
	}
	
	/* リード */
	.orihica_main .about {
		margin-bottom: 26vw;
	}
		.orihica_main .lead_text {
		font-size: 3.1vw;
		text-align: left;
	}
	
	/*Anchor*/
	.orihica_main .anchor {
		width: 100%;
		margin-top: 10vw;
	}
	.orihica_main .anchor ul {
		flex-direction: column;
	}
	.orihica_main .anchor ul li {
		width: 100%;
	}
	.orihica_main .anchor ul li + li {
		margin-top: 2.666vw
	}
	.orihica_main .anchor ul li .reverse {
		flex-direction: row-reverse;
	}
	.orihica_main .anchor ul li a {
		display: flex;
		align-items: center;
	}
	.orihica_main .anchor ul li a img {
		width: 57vw;
	}
	.orihica_main .anchor ul li a p {
		margin: -12px auto 0;
		font-size: 4.8vw;
	}
	.orihica_main .anchor ul li a p span {
		font-size: 4vw;
	}
	.orihica_main .anchor ul li a p::after {
		right: 50%;
		width: 12px;
		height: 11px;
		margin-right: -5px;
		background: url(https://www.orihica.com/office-style/240909/img/arrow_sp.png) no-repeat;
		background-size: 12px 11px;
	}
	.orihica_main .anchor ul li a:hover p::after {
		bottom: -6vw;
	}
	
		/* 見出し */
	.orihica_main h2 {
		display: block;
		margin-bottom: 3vw;
		padding: 1px 3vw;
		border-bottom: 0;
		border-left: 2px solid #0b2641;
		text-align: left;
		line-height: 1.4;
	}
	.orihica_main h2 span {
		display: block;
	}
	.orihica_main .item_number {
		font-size: 5.4vw;
		margin-right: 0;
	}
	.orihica_main h2 .item_name {
		font-size: 5.4vw;
		padding-left: 0;
		border-left : 0;
	}
	.orihica_main .item_text {
		display: block;
		margin-bottom: 13.33vw !important;
		padding-top: 3vw;
		border-top: 1px solid #0b2641;
		font-size: 3.73vw;
	}
	
	/*コンテンツ*/
	.orihica_main .contents_inner {
		width: 100%;
	}
	
	/*bg*/
	.item_area::before {
		height: 30.666vw;
		margin-top: -22.666vw;
	}
	.orihica_main .bg {
		top: 72vw;
	}
	.orihica_main #item01 .bg{
		height: 162vw;
	}
	.orihica_main #item02 .bg{
		height: 162vw;
	}
	.orihica_main #item03 .bg{
		height: 169vw;
	}
	.orihica_main #item04 .bg{
		height: 170vw;
	}
	.orihica_main #item05 .bg{
		height: 170vw;
	}
	.orihica_main .topicModuleImage {
		margin-bottom: 0;
	}
	.orihica_main .topicModuleImage__image {
		width: 100%;
	}
	.orihica_main .topicModuleImage__text {
		width: 100%;
		margin-top: 8vw;
		padding: 0;
	}
	.orihica_main .topicModuleItemBtn {
		margin-bottom: 0 !important;
	}
	/*.updown */
	.orihica_main .updown {
		top: -14vw;
		font-size: 11vw;
	}
	#item01 .updown, #item03 .updown, #item05 .updown {
		right: 2.666vw;
	}
	#item02 .updown, #item04 .updown {
		left: 2.666vw;
	}
	
		/*ボタン*/
	.orihica_main .button_wrap {
		margin: 6.66vw auto 27vw
	}
	.orihica_main .button + .button {
		margin-top: 6.66vw;
		margin-left: 0;
	}
	.orihica_main .button {
		width: 100%;
		padding: 16px 0;
		font-size: 13px;
	}
	
	/*モジュール*/
	.orihica_main .card_list {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 320px) and (max-width: 374px) {
		.orihica_main #item01 .bg{
		height: 168vw;
	}
	.orihica_main #item02 .bg{
		height: 169vw;
	}
	.orihica_main #item03 .bg{
		height: 175vw;
	}
	.orihica_main #item04 .bg{
		height: 175vw;
	}
	.orihica_main #item05 .bg {
		height: 182vw;
	}
}
/* ---------------------------------------------------------------- */


/*スクロールバー*/
.orihica_main .scrolldown {
	position: absolute;
	right: 20px;
	bottom: 15px;
	;
	height: 50px;
}
.orihica_main .scrolldown span {
	position: absolute;
	font-family: 'Futura Std';
	font-weight: 400;
	color: #0b2641;
	letter-spacing: .2em;
	transform: rotate(-90deg);
	left: -24px;
	top: -42px;
}
.orihica_main .scrolldown::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #0b2641;
	animation: pathmovePC 1.4s ease-in-out infinite;
	opacity: 0;
}
@keyframes pathmovePC {
	0% {
		height: 0;
		top: 0;
		opacity: 0;
	}
	30% {
		height: 30px;
		opacity: 1;
	}
	100% {
		height: 0;
		top: 50px;
		opacity: 0;
	}
}
@media screen and (max-width: 861px) {
	.orihica_main .scrolldown {
		right: 3.5vw;
		bottom: 0;
		height: 10vw;
	}
	.orihica_main .scrolldown span {
		left: -4.5vw;
		top: -8vw;
		color: #fff;
		font-size: 2.5vw;
	}
	.orihica_main .scrolldown::after {
		height: 7vw;
		background: #fff;
		animation: pathmoveSP 1.4s ease-in-out infinite;
	}
}
@keyframes pathmoveSP {
	0% {
		height: 0;
		top: 0;
		opacity: 0;
	}
	30% {
		height: 4vw;
		opacity: 1;
	}
	100% {
		height: 0;
		top: 7vw;
		opacity: 0;
	}
}
::-webkit-scrollbar {
	width: 18px;
}
::-webkit-scrollbar-track {
	margin-top: 4px;
	margin-bottom: 4px;
}
::-webkit-scrollbar-thumb {
	background-color: #0b2641;
	border-radius: 8px;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	background-clip: padding-box;
}

/*staff_area*/
.orihica_main .staff_area {
	margin-bottom: 26px;
	text-align: center;
}
.orihica_main .staff_area p {
	font-size: 34px;
	color: #0b2641;
	font-feature-settings: "palt"1;
	letter-spacing: .1em;
}
.orihica_main .bgextend {
	animation-name: bgextendAnimeBase;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	position: relative;
	overflow: hidden;
	opacity: 0;
}
@keyframes bgextendAnimeBase {
	from {opacity: 0;}
	to {opacity: 1;}
}
.orihica_main .bgappear {
	animation-name: bgextendAnimeSecond;
	animation-duration: 1s;
	animation-delay: 0.6s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes bgextendAnimeSecond {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.orihica_main .bgLRextend::before {
	animation-name: bgLRextendAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	content: "";
	position: absolute;
	width: 102%;
	height: 102%;
	top: 2px;
	background-color: #0b2641; /*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}
	50% {
		transform-origin: left;
		transform: scaleX(1);
	}
	50.001% {
		transform-origin: right;
	}
	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}
.orihica_main .bgappearTrigger, .orihica_main .bgLRextendTrigger {
	opacity: 0;
}
@media screen and (max-width: 861px) {
	.orihica_main .staff_area {
		margin-bottom: 4vw;
		text-align: center;
	}
	.orihica_main .staff_area p {
		font-size: 4.8vw;
	}
	.orihica_main .bgLRextend::before {
		width: 102%;
		height: 105%;
		top: 0;
	}
}