@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 .card_list {width: 100%;}
.orihica_main .card_desc p{
	line-height: 1;
	font-size: 11px;
}
/* --------▲　MT調整　▲-------- */
:root {
  --main-color: #1b5fc4;
}
/*色の代入     color: var(--main-color); */

main .container {
	width: auto;
	max-width: inherit;
	height: auto;
	padding: 0;
}
body .orihica_main img {
	max-width: 100%;
	height: auto;
}
.container .breadcrumbs {
	padding: 12px;
}
.orihica_main p, .orihica_main ul {
	color: #333;
	line-height: 2;
}
.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{
	background: #89bbe0;
}
.orihica_main .mv .mv_img img {
	width: 100%;
	margin: 0 auto;
}

/* リード */
.orihica_main .about {
	margin: 0 0 80px;
	padding-top: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 2.3;
}
.orihica_main .lead_text {
	font-size: 14px;
	text-align: center;
}
.mv-text{
	text-align: center;
	animation-duration:1s;
}
.orihica_main .mv{
	position: relative;
}
.mv-text{
	position: absolute;
	top: 26%;
	left: 45%;
}

/* アンカーリンク*/
.anchorLink{
	display: flex;
	max-width: 500px;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto 0;
}
.anchorLink li{
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 48%;
	border: 1px solid var(--main-color);
	background: #fff;
}
.anchorLink li a::after {
	content: "";
	margin: auto;
	position: absolute;
	bottom: -13px;
	right: 44%;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: var(--main-color);
	background-size: 25px 25px;
}
.anchorLink li a::before {
	position: absolute;
	bottom: -3%;
	right: 47%;
	transform: rotate(135deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	z-index: 100;
	content: "";
}
.anchorLink li:hover{
	background-color: #e6f2fb;
}
.anchorLink li:nth-child(n+3) {
	margin-top: 30px;
}
.anchorLink li a{
	display: block;
	width: 100%;
	padding: 23px 0px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}
.anchorLink a span {
	display: block;
	color: var(--main-color);
	font-weight: bold;
}

/* リード */
.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.tit01{
	width: 414px;
	margin: 0 auto 30px;
}
.orihica_main h2.tit02{
	width: 684px;
	margin: 0 auto 30px;
}
.orihica_main h3 {
	display: flex;
	align-items: center;
	margin: 30px auto 20px;
	font-weight: bold;
	color: var(--main-color);
	font-size: 24px;
	line-height: 1.3;
}
.orihica_main h3 .num {
	background: var(--main-color);
	color: #fff;
	margin-right: 10px;
	padding: 12px 10px 8px;
	font-size: 16px;
}
.orihica_main h3 .h3-normal {
	margin-left: 5px;
	font-weight: normal;
	color: #333;
	font-size: 20px;
}

/* コンテンツ */
.orihica_main .contents_inner {
	max-width: 1120px;
	margin: 0 auto;
}
.orihica_main section+section .contents_inner {
	margin-top: 90px;
}

/* img-link01*/
.img-link01 a:hover {
	opacity: .7;
	transition: .2s;
}
.img-link01 a {
	display: block;
	position: relative;
}
.img-link01 a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: var(--main-color);
	width: 50px;
	height: 50px;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.img-link01 a::before {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 10px;
	width: 8px;
	height: 8px;
	z-index: 2;
	transform: rotate(45deg);
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
}
.style-tx {
	text-align: center;
	font-size: 13px;
}

/*button*/
.button {
	margin-top: 25px;
}
.button a {
	background: #e4eff8;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 420px;
	padding: 22px 20px 24px;
	color: var(--main-color);
	transition: 0.3s ease-in-out;
	font-size: 13px;
}
.button a::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	border: 1px solid var(--main-color);
	transition: 0.2s;
}

.button a::after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 50%;
	width: 8px;
	height: 8px;
	z-index: 2;
	transform: rotate(45deg);
	border-top: var(--main-color) 1px solid;
	border-right: var(--main-color) 1px solid;
}
.button a:hover::before {
	top: 0;
	left: 0;
}

.button a:hover {
	text-decoration: none;
	background-color: #c9e0f1;
}


/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	.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;
	}
	/*コンテンツ*/
	section section .contents_inner {
		display: flex;
		flex-direction: column;
	}
	.flex-box {
		display: flex;
		justify-content: space-between;
		order: -1;
	}
	.flex-box .img-link01 {
		width: 47%;
	}
}


/*************************
tablet only
*************************/
@media  screen and (min-width: 1400px) and (max-width: 1600px) {
	.mv-text {
		top: 20%;
		left: 42%;
	}
	.anchorLink {
		margin-top: 2.66vw;
	}
}
@media  screen and (min-width: 1141px) and (max-width: 1400px) {
	.mv-text {
		top: 17%;
		left: 39%;
		width: 35vw;
	}
	.anchorLink {
		margin-top: 2vw;
	}
	.anchorLink li a::before {
		right: 48%;
	}
}
@media  screen and (min-width: 863px) and (max-width: 1140px) {
	.titleLogo {
		width: 90%;
	}
	.mv-text {
		top: 10%;
		left: 40%;
		width: 35vw;
	}
	.anchorLink {
		margin-top: 2vw;
	}
	.anchorLink li a {
		padding: 20px 0px;
		font-size: 1vw;
	}
	.anchorLink li a::after {
		bottom: -11px;
		width: 20px;
		height: 20px;
	}
}


/*************************
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;
	}
	/* MV・リード */
	.mv-text{
		top: 70%;
		left: 10%;
		width: 80vw;
	}
	.anchorLink li a {
		padding: 5vw 0;
		height: 18.6vw;
		font-size: 2.6vw;
	}
	.anchorLink li:nth-child(n+3) a {
		padding: 3vw 0;
	}
	.anchorLink li a::after {
		bottom: -3.2vw;
		right: 43%;
		width: 5.33vw;
		height: 5.33vw;
	}
	.anchorLink li:nth-child(n+3) {
	margin-top: 5.33vw;
}
	.anchorLink li+li{
		border-left: 1px solid #005ce6;
	}
	.anchorLink li a::before {
		right: 47.5%;
		bottom: -5%;
	}
	.orihica_main .about {
		margin-bottom: 18vw;
		padding: 39.3vw 0 14vw;
	}
	.orihica_main .lead_title{
		margin-bottom: 5.33vw;
		font-size: 4.26vw;
	}
	.orihica_main .about .lead_text {
		font-size: 3.2vw;
		text-align: left;
	}

	/* 見出し */
	.orihica_main h2.tit01{
		width: 80vw;
		margin: 0 auto 8vw;
	}
	.orihica_main h2.tit02{
		width: 70vw;
		margin: 0 auto 8vw;
	}
	.orihica_main h3 {
		justify-content: center;
		margin: 0 0 3vw;
		font-size: 5vw;
	}
	.orihica_main h3 .num {
		margin-right: 4.6vw;
		padding: 1.6vw 2.66vw 1.1vw;
		font-size: 3.2vw;
	}
	.orihica_main h3 .h3-normal {
		margin: 0;
		font-size: 4vw;
	}
	
	/* コンテンツ */
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
	.orihica_main section+section .contents_inner {
		margin-top: 22.6vw;
	}
		/*画像リンク*/
		.img-link01 a::after {
		width: 40px;
		height: 40px;
	}
	.img-link01 a::before {
		right: 10px;
		bottom: 8px;
		width: 7px;
		height: 7px;
	}
	.img-link01+.img-link01 {
		margin-top: 3vw;
	}
	.style-tx {
		margin-top: 3vw;
		font-size: 3.2vw;
		text-align: left;
	}
	
	/*button*/
	.button {
		margin-top: 5.13vw;
	}
	.button a {
		max-width: 100%;
		padding: 4.8vw 5.33vw 5.33vw;
		font-size: 3.2vw;
	}
}