@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #fff;
	color: #333333;
}
.font-serif{
	font-family: "Shippori Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
h2 span,
h3 span{
  display: inline-block;
}
/* ---------- font ---------- */
.en_title{
	font-family: "Shippori Mincho",  sans-serif;
	color: rgba(21, 85, 138, 0.05);
	font-size: clamp(34px, 6vw, 100px);
}
.default_title{ 
	font-size: 34px;
}
.default_title2{
	font-size: 28px;
	letter-spacing: 0.05em;
}
.default_title3{
	font-size: 24px;
	letter-spacing: 0.05em;
}
.default_txt{
	font-size: 18px;
	letter-spacing: 0.05em;
}
.default_txt2{
	font-size: 16px;
	letter-spacing: 0.05em;
}
.font-mincho{
	font-family: "Shippori Mincho",  sans-serif;
}


/* ---------- default ---------- */
body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #000000;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}

/* ---------- common ---------- */
.link_wrap{
	gap: 40px 60px;
}
.link_wrap a > .flex{
	gap: 20px;
}
.link_wrap a > .flex .more-icon{
	width: 40px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 2px solid #B1B1B1;
}
.link_wrap a > .flex .more-icon i{
	color: #B1B1B1;
	transform: rotate(-45deg);
	font-size: 14px;
	transition: ease 0.3s;
}
.link_wrap a:hover > .flex .more-icon i{
	transform: rotate(0deg);
}
.title-style1 {
	flex-direction: column;
}
.title-style1 .en_title{
	line-height: 1;
    margin-bottom: -2vw;
}

.title-style2 .title{
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
}
.title-style2 .title::before,.title-style2 .title::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 2px;
	background-color: #15558A;
}
.title-style2 .title::before{
	left: 0;
}
.title-style2 .title::after{
	right: 0;
}
.bg-beige{
	background-color: #F8F4F0;
}
.more a,.more > div {
  position: relative;
  display: inline-block;
  padding: 15px 50px 15px 30px;
  min-width: 260px;
  background-color: #154A7E;
  text-decoration: none;
  border: none;
}

.more a::after,.more > div::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  background-image: url("https://orlib.co.jp/system_panel/uploads/images/arrow1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.more.more2 a {
  background-color: #fff;
}
.more.more3 a,.more.more3 > div {
  background-color: transparent;
	border: 1px solid #fff;
}

.more.more2 a::after {
  background-image: url("https://orlib.co.jp/system_panel/uploads/images/arrow2.svg");
}

.more a:hover::after,a:hover .more > div::after {
  transform: translate(3px, -50%);
}

.more a p,.more > div p {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 17px;
	font-weight: 500;
}
.more.more2 a p {
  color: #154A7E;
}

/* ---------- pagetitle ---------- */
.pagetitle{
	position: relative;
	width: 100%;
  	height: clamp(260px, 50vw, 500px);
    display: flex;
 	justify-content: center;
  	align-items: center;
	background-color: #000;
	padding-top: 85px!important;
	padding-bottom: 0!important;
}
body.on .pagetitle::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	display: flex;
    background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.pagetitle .bg_img_wrap2{
	position: relative;
	overflow: hidden;
}
.pagetitle .title_wrap{
	width: 100%;
	height: 100%;
	position: relative;
}
.pagetitle .titlebox {
   flex-direction: column;
   z-index: 3;
   width: 100%;
}
.pagetitle .titlebox p{
	font-family: "Zen Kaku Gothic New", "serif";
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.05em;
}
.pagetitle .titlebox h1{
	font-family: "Shippori Mincho", "serif";
	font-size: 48px;
	color: #fff;
}

/* ---------- header ---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 25px 30px;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	transition: ease 0.4s;
}
.header.scon{
	background-color: rgba(0,0,0,0.80);
}
.header .logo{
	text-align: right;
	width: 25%;
}
.header .logo{
	max-width: 135px;
}

.header .head_menu,.header .head_menu .ul{
	gap: 40px;
	align-items: flex-start;
}
.header .head_menu p{
	font-size: 18px;
	color: #fff;
}
.header .head_menu .ul .li.sub_menu_wrap{
	position: relative;
	cursor: pointer;
}
.header .head_menu .ul .li.sub_menu_wrap > i{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
}
.header .head_menu .ul .li.sub_menu_wrap .sub_menu{
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	padding: 15px;
	background-color: rgba(0,0,0,0.90);
	border-radius: 10px;
}
.header .head_menu .ul .li.sub_menu_wrap:hover .sub_menu{
	display: block;
}
.header .head_menu .ul .li.sub_menu_wrap .sub_menu{
	opacity: 0;
	transition: ease 0.4s;
}
.header .head_menu .ul .li.sub_menu_wrap:hover .sub_menu{
	animation-name: fadein;
	animation-duration: 0.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.header .head_menu .ul .li.sub_menu_wrap .ul .li:not(:last-of-type){
	margin-bottom: 10px;
}
.header .head_menu .ul .li.sub_menu_wrap .ul .li p{
	white-space: nowrap;
	font-size: 15px;
}


/* ---------- footer ---------- */
.footer_links > a{
	position: relative;
	width: 50%;
	aspect-ratio: 2 / 1;
}
.footer_links > a:hover{
	opacity: 1;
}
.footer_links > a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.40);
	transition: ease 0.3s;
}
.footer_links > a:hover::after{
	opacity: 0.5;
}
.footer_links > a > div{
	position: relative;
	z-index: 2;
}


.footer{
	background-color: #212529;
	padding: 5% 5% 10px;
}
.footer p,.footer i{
	color: #fff;
}
.footer .leftbox .logo{
	width: 30vw;
	max-width: 180px;
}
.footer .leftbox .snsbox{
	gap: 30px;
}
.footer .rightbox{
	gap: 50px;
}
.footer .rightbox .ul .li{
	margin-top: 15px;
}


/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #15558A}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #15558A}
.bg-color2{background-color: #F1F1E9}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.bg-color5{background-color: #F7F4F0}
.border-color1{border-color: #15558A}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #15558A}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #15558A}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #15558A}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
	.default_title{ 
		font-size: 30px;
	}
	.default_title2{
		font-size: 24px;
	}
	.default_title3{
		font-size: 22px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
/* ---------- common ---------- */
	.more a p {font-size: 16px;}
/* ---------- header ---------- */
	.header .head_menu, .header .head_menu .ul{
		gap: 30px;
	}
	.header .head_menu p{
		font-size: 16px;
	}
	.header .head_menu .ul .li.sub_menu_wrap > i{
		font-size: 14px;
	}
/* ---------- footer ---------- */
/* ---------- font ---------- */


}
@media screen and (min-width: 1081px){
	.menu-wrap{display: none!important;}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.default_title{ 
		font-size: 28px;
	}
	.default_title2{
		font-size: 22px;
	}
	.default_title3{
		font-size: 20px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
	.header .head_menu{
		align-items: center;
	}
	.header .head_menu .ul{
		display: none;
	}
	.header .menu-bt{
		display:block;
		position: relative;
		cursor: pointer;
	}
	.header .menu-bt .line{
		width: 30px;
		height: 20px;
	}
	.header .menu-bt .line > div{
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #fff;
		left: 0;
		transition: ease 0.3s;
	}
	.header .menu-bt .line > div:nth-of-type(1){
		top: 0;
	}
	.header .menu-bt .line > div:nth-of-type(2){
		width: 90%;
		top: 50%;
		transform: translateY(-50%);
	}
	.header .menu-bt .line > div:nth-of-type(3){
		width: 80%;
		bottom: 0;
	}
	.header .menu-bt:hover .line > div:nth-of-type(2),.header .menu-bt :hover.line > div:nth-of-type(3){width: 100%;}
	.header .menu-bt.active .line > div:nth-of-type(1){
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.header .menu-bt.active .line > div:nth-of-type(2){
		width: 100%;
		top: 50%;
		transform: translateY(-50%) translateX(50%);
		opacity: 0;
	}
	.header .menu-bt.active .line > div:nth-of-type(3){
		width: 100%;
		bottom: 50%;
		transform: translateY(50%) rotate(-45deg);
	}
	.menu-wrap{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.90);
		z-index: 998;
	}
	.menu-wrap > div{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		padding: 20px 50px;
		box-sizing: border-box;
	}
	.menu-wrap > div{
		overflow: auto;
	}
	.menu-wrap > div .ul{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		gap: 40px 0;
		padding: 50px;
	}
	.menu-wrap > div .ul .li{
		position: relative;
		min-width: calc(100% / 4 - 120px / 4);
		text-align: center;
		padding: 0 25px;
	}
	.menu-wrap > div .ul .li::before,.menu-wrap > div .ul .li::after{
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		background-color: #fff;
	}
	.menu-wrap > div .ul .li::before{
		left: -0.5px;
	}
	.menu-wrap > div .ul .li::after{
		right: -0.5px;
	}
	.menu-wrap > div .ul .li a{
		margin: 0 auto;
	}
	.menu-wrap > div .ul .li a p{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
	}
	.menu-wrap > div .ul .li a p.en{
		font-size: 20px;
		font-family: "Shippori Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
		color: #fff;
		opacity: 0.8;
	}
	
/* ---------- pagetitle ---------- */
	.pagetitle .titlebox p{
		font-size: 20px;
	}
	.pagetitle .titlebox h1{
		font-size: 40px;
	}
/* ---------- footer ---------- */
	.footer_links > a{
		position: relative;
		width: 50%;
		aspect-ratio: 1.5 / 1;
	}
	.footer,.footer .snsbox{
		justify-content: center;
	}
	.footer .leftbox{
		text-align: center;
	}
	.footer .leftbox .logo{
		margin-left: auto;
		margin-right: auto;
	}
	.footer .rightbox{
		display: none;
	}
	.footer .copyright{padding-top: 30px;}
/* ---------- font ---------- */
}

/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- font ---------- */
	.default_title{ 
		font-size: 24px;
	}
	.default_title2{
		font-size: 20px;
	}
	.default_title3{
		font-size: 18px;
	}
	.default_txt{
		font-size: 16px;
	}
	.default_txt2{
		font-size: 14px;
	}
/* ---------- common ---------- */
	.link_wrap{
		gap: 30px 50px;
	}
	.link_wrap a > .flex{
		gap: 15px;
	}
	.link_wrap a > .flex .more-icon{
		width: 36px;
	}
	.link_wrap a > .flex .more-icon i{
		font-size: 14px;
	}
	.more a, .more > div{
		padding: 15px 40px 15px 30px;
		min-width: 220px;
	}
/* ---------- pagetitle ---------- */
	.pagetitle .titlebox p{
		font-size: 20px;
	}
	.pagetitle .titlebox h1{
		font-size: 36px;
	}
/* ---------- header ---------- */
	.menu-wrap > div .ul .li a p{
		font-size: 16px;
	}
	.menu-wrap > div .ul .li a p.en{
		font-size: 20px;
	}
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
/* ---------- font ---------- */
	.default_title{ 
		font-size: 22px;
	}
	.default_title2{
		font-size: 18px;
	}
	.default_title3{
		font-size: 16px;
	}
	.default_txt{
		font-size: 14px;
	}
	.default_txt2{
		font-size: 14px;
	}
/* ---------- common ---------- */
	.link_wrap{
		gap: 30px;
	}
	.link_wrap a > .flex{
		gap: 10px;
	}
	.link_wrap a > .flex .more-icon{
		width: 30px;
	}
	.link_wrap a > .flex .more-icon i{
		font-size: 10px;
	}
	.link_wrap a p{
		font-size: 16px;
	}
	.more a,.more > div{
		min-width: 180px;
		padding: 10px 40px 10px 30px;
	}
	.more a::after, .more > div::after{
		width: 6px;
		height: 10px;
	}
	.more a p, .more > div p{font-size: 14px;}
/* ---------- pagetitle ---------- */
	.pagetitle{
		padding-top: 56px!important;
	}
	.pagetitle .titlebox p{
		font-size: 18px;
	}
	.pagetitle .titlebox h1{
		font-size: 28px;
	}
/* ---------- header ---------- */
	.header{
		padding: 15px 20px;
	}
	.header .menu-bt .line{
		width: 28px;
		height: 20px;
	}
	.menu-wrap > div{
		padding: 100px 20px 60px;
	}
	.menu-wrap > div .ul{
		padding: 0;
		gap: 25px 0px;
	}
	.menu-wrap > div .ul .li a p{
		font-size: 13px;
	}
	.menu-wrap > div .ul .li a p.en{
		font-size: 16px;
	}
	
/* ---------- footer ---------- */
	.footer_links > a{
		position: relative;
		width: 100%;
		aspect-ratio: 1.5 / 1;
	}
	.footer{
		padding-top: 50px;
	}
	
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
