@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');
/* @media screen and (min-width:1440px) {} */
/* @media screen and (min-width:1280px) and ( max-width:1439px) {} */
/* @media screen and (min-width:769px) and ( max-width:1279px) {} */
/* @media screen and (min-width:1026px) and ( max-width:1279px) {} */
/* @media screen and (min-width:769px) and ( max-width:1025px) {} */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ベース設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
html{
	color: #1e2a62;
	font-size:15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 2;
	letter-spacing: 0.2rem;
	min-width: 1280px;
	max-width: 1920px;
	margin: 0 auto;
}
a{
	color: #1e2a62;
	display: block;
}
#wrapper{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
section,
.section{
	width: 100%;
	height: auto;
	position: relative;
}
.l_container{
	width: 100%;
	max-width: 1480px;
	padding: 0 3rem;
	margin: 0 auto;
}
.container{
	width: 1280px;
	padding: 0 3rem;
	margin: 0 auto;
}
@media screen and (min-width:1540px) {
	.container{max-width: 1480px;}
}
@media screen and (min-width:1280px) and ( max-width:1539px) {
	.container{max-width: 1280px;}
}
@media screen and (min-width:768px) and ( max-width:1279px) {
	.container{max-width: none;}
}
.is_sp{display: none;}
.is_tab{display: none;}
@media screen and (min-width:751px) and ( max-width:1025px) {
	.is_hidden_tab{display: none;}
	.is_tab{display: block;}
} 
:root{
	--amber: #1e2a62;
	--amber_d: #152053;
	--amber_l: #495380;
}
.objectCover {
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%; 
	font-family: 'object-fit: cover;object-position: 50% 50%;'
}
.objectContain {
	width:100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%; 
	font-family: 'object-fit: contain;object-position: 50% 50%;'
}
.point_reader{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ベース設定 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 共通 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.bebas{ font-family: 'Bebas Neue', cursive; }
main{padding-top: 5rem;}
.c_link.right{ text-align: right; }
.c_link a{
	display: inline-block!important;
	font-size: 2rem;
	font-family: 'Bebas Neue', cursive;
	padding: 0.3rem 3rem 0;
	border: 3px solid #1e2a62;
	line-height: 1.5;
	transition: .3s;
	position: relative;
	z-index: 10;
}
.c_link.white a{
	color: #fff;
	border: 3px solid #fff;
}
.c_link a::before{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	transform-origin: left center;
	transform:scale(0,1);
	transition: .3s;
	content:'';
	z-index: -1;
}
.c_link a::before{background: #152053;}
.c_link.white a::before{background: #fff;}
.c_link a:hover{	padding: 0.3rem 5rem 0 3rem;}
.c_link a:hover{ color: #fff; }
.c_link.white a:hover{ color: #152053; }
.c_link a:hover::before{ transform:scale(1,1); }
.c_link a svg{
	vertical-align: middle;
	margin-right: 0.5rem;
	font-size: 1.5rem;
	transition: .3s;
	color: #1e2a62;
}
.c_link.white a svg{ color: #fff; }
.c_link a:hover svg{ transform:translateX(9rem);color: #fff; }
.c_link.white a:hover svg{ 	color: #1e2a62; }
.img_ttl{ height: 10rem; }
.img_ttl img{ height: 100%; }
.scroll{
	overflow: hidden;
	position: relative;
}
.scroll .img_in{
	transform: translate(-100%,0);
	position: relative;
	transition: 1s cubic-bezier(.075,.82,.165,1);
	transform-origin: left;
}
.scroll .img_in::before{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	content: '';
	background: #000;
	transform-origin: right;
	transition: 1s cubic-bezier(.075,.82,.165,1) .4s;
}
.scroll.active .img_in{
	transform: translate(0,0);
}
.scroll.active .img_in::before{
	transform: scale(0,1);
}
.line_scroll::before{
	transform:scale(0,1);
		transform-origin:  left;
	transition: 1s cubic-bezier(.075,.82,.165,1);
}
.line_scroll.active::before{
	transform:scale(1,1);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 共通 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ナビ ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
header{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 55000;
	background: #fff;
}
.header_in{
	height: 5rem;
	display: flex;
	justify-content: space-between;
		width: 100%;
	max-width: 1920px;
	min-width: 1280px;
	margin:0 auto;
}
header .logo{
	width: 15rem;
	margin-left: 3rem;
}
header .logo a{
	display: flex;
	align-items: center;
	height: 100%;
}
header .logo a img{
	width: 100%;
}
header nav{width: 50%;}
header nav ul{
	display: flex;
	height: 100%;
}
header nav ul li{
	width: 100%;
}
header nav ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #1e2a62;
	color: #fff;
	height: 100%;
	line-height: 1.5;
	transition: .3s;
}
header nav ul li.contact a{ background: #495380; }
header nav ul li a .sub_txt{ font-size: 0.8rem; transition: .3s;color: #fff;}
header nav ul li a .main_txt{ transition: .3s;color: #fff;}
@media all and (-ms-high-contrast: none) {
	header nav ul li a{
		padding-top: 0.25rem;
	}
}
header nav ul li a:hover{
background: #fff;
color: #1e2a62;
}
header nav ul li a:hover .sub_txt{ padding-bottom: 0.25rem; color: #1e2a62;}
header nav ul li a:hover .main_txt{ padding-top: 0.25rem; color: #1e2a62;}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ナビ ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ フッター ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
footer{
	padding: 4rem 0 2rem;
}
footer .footer_menu{
	font-family: 'Bebas Neue', cursive;
	border-top: 3px solid #152053;
	padding: 1rem 0 2rem;
}
footer .footer_menu ul{ 
	display: flex;
}
footer .footer_menu ul .f_logo{
	margin-right: auto;
	width: 15rem;
}
footer .footer_menu ul .f_logo a{
	transition: .3s;
}
footer .footer_menu ul .f_logo a:hover{
	opacity: .7;
}
footer .footer_menu ul li:not(.f_logo) a{
	font-size: 1.8rem;
	padding: 0 2rem;
}
footer .footer_menu ul li:last-of-type a{
	padding-right: 0;
}
footer .footer_menu ul li a span{
	transition: .3s;
	display: inline-block;
	border-bottom: 3px solid transparent;
}
footer .footer_menu ul li a:hover span{ 
	border-bottom: 3px solid #152053;
}
footer p{
	text-align: center;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ フッター ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップ01 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top01{ color: #fff; }
.top01_logo{
	position: absolute;
	bottom:10rem;
	right:0;
	transform: translateX(40%);
	width: 65%;
	max-width: 900px;
}
.top01_logo img{
	opacity: .3;
}
.top01 .movie_wrap{ 
	position: relative;
}
.top01 .movie_wrap::before{
	position: absolute;
	bottom: -10%;
	left:calc(50% - 36rem);
	width: 0.3rem;
	background: #fff;
	content:'';
	height: 30%;
	z-index: 100;
}
.top01 .movie_wrap::after{
	z-index: 100;
	position: absolute;
	bottom: -10%;
	left:calc(50% - 36rem);
	width: 0.3rem;
	background: #152053;
	content:'';
	height: 30%;
	animation: scroll_border5  3s ease-in-out 1s infinite;
	transform-origin: top center;
}
@keyframes scroll_border5 {
  0%{
		height: 30%;
		transform:scaleY(1);
  }
  25% {
		height: 0;
		transform:scaleY(1);
  }
  26% {
		height: 0;
		transform:scaleY(0);
  }
  27% {
		height: 30%;
		transform:scaleY(0);
	}
  75% {
		height: 30%;
		transform:scaleY(0);
	}
  100%{
		height: 30%;
		transform:scaleY(1);
  }
}
.top01 video{
	width: 100%;
	display: block;
	position: relative;
}
.top01 .video_wrap{
	position: relative;
}
.top01 .video_wrap::before{
	content: '';
	z-index: 2;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(13, 20, 63, 0.2);
}
.top01 .l_container{
	position: absolute;
	top: 50%;
	left:50%;
	z-index: 10;
	transform: translate(-50%,-50%);
}
.top01 .box{
	position: relative;
}
.top01 .box h2{
	font-weight: normal;
	font-size: 5rem;
	line-height: 1.3;
}
.top01 .box p{
	font-size: 2rem;
}
.top01 .amber_wrap{
	background-color: #152053;
	position: relative;
	padding: 9rem 0 8rem;
}
.top01 .underbox{ 
	position: relative;
	z-index: 10;
}
.top01 .underbox h3{
	font-size: 4rem;
	line-height: 1.5;
	font-weight: normal;
}
.top01 .underbox .item{
	padding: 0 0 0 3rem;
	font-size: 1.1rem;
}
.top01 .underbox .item p{
	margin: 0 0 2rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップ01 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップ02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top02{
	margin: 15rem 0 0;
	padding: 0 0 40rem;
	background-image: url(../images/top/top02_bg04.png),url(../images/top/top02_bg03.png);
	background-position: bottom 5rem center;
	background-size: 1920px auto;
	background-repeat: no-repeat;
}
.top02::before{
	content:'';
	background: #f6f6f6;
	width: 95%;
	min-width: 1260px;
	height: 95%;
	bottom:0;
	left:0;
	position: absolute;
	z-index: -1;
}
.top02 .vertical{
	position: absolute;
	bottom:0;
	left: 65%;
	transform-origin: top right;
	transform: rotate(90deg);
	color: #b8bdd0;
	opacity: .8;
	font-size: 13rem;
	line-height: 1;
	letter-spacing: 0.5rem;
	white-space: nowrap;
}
.top02 .ttl{
	background-image: url(../images/top/top02_bg01.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 0 12rem;
}
.top02 .ttl h2 img{margin-top: -4rem;}
.top02 .ttl p{
	padding:  5rem 0 0 12rem;
	font-size: 1.4rem;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top02 .box{
	display: flex;
	justify-content: space-between;
	position: relative;
	margin:5rem 0 0;
}
.top02 .box::before{
		position: absolute;
	bottom:115%;
	left:3rem;
	width: 0.3rem;
	background: #152053;
	content:'';
	height: 20rem;
}
.top02 .box::after{
	position: absolute;
	bottom:115%;
	left:3rem;
	width: 0.3rem;
	background: #fff;
	content:'';
	height: 20rem;
	animation: scroll_border2  3s ease-in-out 1s infinite;
	transform-origin: top center;
}
@keyframes scroll_border2 {
  0%{
		bottom:115%;
		height: 20rem;
		transform:scaleY(1);
  }
  25% {
		height: 0;
		transform:scaleY(1);
		bottom:115%;
  }
  26% {
		height: 0;
		transform:scaleY(0);
		bottom:115%;
  }
  27% {
		height: 20rem;
		transform:scaleY(0);
		bottom:115%;
	}
  75% {
		height: 20rem;
		transform:scaleY(0);
		bottom:115%;
	}
  100%{
		height: 20rem;
		transform:scaleY(1);
		bottom:115%;
  }
}
.top02 .box .item{
	width: 31%;
	text-align: center;
}
.top02 .box .item a{
	background: #fff;
	margin: 0 0 2rem;
	padding: 0 4rem;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top02 .box .item a img{ transition: .3s; width: 100%;}
.top02 .box .item a:hover img{
	transform: scale(1.05);
}
.top02 .box .item h3{
	margin: 2rem 0 0.5rem;
	font-size: 1.5rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップ02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップ03 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top03{
	margin: 8rem 0 12rem;
	padding: 0 0 8rem;
}
.top03::before{
	position: absolute;
	width: 100%;
	height: 93%;
	bottom:0;
	left:50%;
	transform: translate(-50%,0);
	content: '';
	background: #f6f6f6;
	z-index: -1;
}
.top03 h2{
	text-align: right;
}
.top03 .box{
	display: flex;
	justify-content: space-between;
	margin: 3rem 0 0;
}
.top03 .box article{
	width: 55%;
}
.top03 .box .item{
	width: 44%;
}
.top03 .box .item article{
	width: 100%;
	margin: 0 0 0.75rem;
}
.top03 .box article .img{
	border: 0.5rem solid #fff;
	overflow: hidden;
}
.top03 .box article .img img{
	transition: .3s;
	height: auto;
}
.top03 .box article .txt{
	background: #1e2a62;
	color: #fff;
	padding: 2rem;
}
.top03 .box .item article .txt{
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top03 .box article .txt h3{
		display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.top03 .box article .txt p{
		display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.top03 .box .item a{
	display: flex;
}
.top03 .box .item a .img{width: 50%;}
.top03 .box .item a .txt{width: 50%;line-height: 1.4;}
.top03 .box article h3{
	font-size: 1.4rem;
	margin: 0 0 0.5rem;
}
.top03 .box a:hover img{
	transform: scale(1.05);
}
.top03::after{
		position: absolute;
	top:90%;
	left:50%;
	width: 0.3rem;
	background: #152053;
	content:'';
	height: 15rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップ03 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップ04 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top04{
		background-image: url(../images/top/top04_bg02.png),url(../images/top/top04_bg01.png);
	background-position: center 125%, center center;
	background-size: 1920px auto,1920px auto;
	background-repeat: no-repeat;
}
.top04::after{
	position: absolute;
	bottom:105%;
	left:50%;
	width: 0.3rem;
	background: #fff;
	content:'';
	height: 16rem;
	animation: scroll_border3  3s ease-in-out 1s infinite;
	transform-origin: top center;
}
@keyframes scroll_border3 {
  0%{
		bottom:105%;
		height: 16rem;
		transform:scaleY(1);
  }
  25% {
		height: 0;
		transform:scaleY(1);
  }
  26% {
		height: 0;
		transform:scaleY(0);
  }
  27% {
		height: 16rem;
		transform:scaleY(0);
	}
  75% {
		height: 16rem;
		transform:scaleY(0);
	}
  100%{
		height: 16rem;
		transform:scaleY(1);
  }
}
.top04 .img_ttl img{
	transform: translate(0 ,-5rem);
	height: auto;
	width: 37rem;
	/* font-size:5.5rem; */
	/* text-shadow: 10px 10px 0 rgba(30, 42, 98, .2); */
	/* display: inline-block; */
	/* font-weight: normal; */
}
.top04 .box{
	text-align: right;
	padding: 25rem 0 5rem;
}
.top04 .box p{
	font-size: 1.5rem;
	line-height: 1.5;
	display: inline-block;
	text-align: left;
}
.top04 .box .c_link{
	margin: -1.5rem 0 0;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップ04 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 下層共通 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.lower_ttl{
	font-family: 'Bebas Neue', cursive; 
	color: #fff;
	font-size: 9rem;
	text-shadow: 1.5rem 1rem 0 rgba(255, 255, 255, .2);
	line-height: 1.5;
	font-weight: normal;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 下層共通 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ company ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.company01{
	background: url(../images/company/company01_bg01.png) center / cover no-repeat;
	padding: 4rem 0 20rem;
}
.company02 .box{
	width: 1080px;
	margin:-8rem auto 5rem;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}
.company02 .box table{
	width: 100%;
}
.company02 .box table th,
.company02 .box table td{
	border: 0.75rem solid transparent;
	font-size: 1.3rem;
}
.company02 .box table th{
	width: 30%;
	color: #fff;
	font-weight: normal;
}
.company02 .box table td{
	width: 70%;
}
.company02 .box table th span,
.company02 .box table td span{
	padding: 1rem 2rem;
	display: block;
	height: 100%;
	line-height: 1.5;
}
.company02 .box table th span{background: #1e2a62; }
.company02 .box table td span{background: #e5e6ee; }
.company02 .box table th.col2 span{
line-height: 3;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ company ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ services ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.services01{
	background: url(../images/services/services01_bg01.png) center /cover no-repeat;
	margin: 10rem 0 0;
	padding: 0 0 18rem;
}
.services01 h1{
	height: 8rem;
	transform: translateY(-4rem);
}
.services01 h1 img{
	height: 100%;
}
.services02 .box{
	margin:5rem 0 0;
}
.services02 .box h2{
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	text-align: center;
	font-size: 2.5rem;
	margin:0 0 2rem;
}
.services02 .box h3{
	text-align: center;
	background: #edeef4;
	padding: 3.5rem 0;
}
.services02 .box .item{
	display: flex;
}
.services02 .box .item .txt{
	width: 50%;
	background: #1e2a62;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem 4rem;
}
.services02 .box.second .item .txt{
	background: #495380;
}
.services02 .box .item .txt h4{
	font-size: 1.8rem;
}
.services02 .box .item .txt p{
	line-height: 2.5;
	margin: 0.5rem 0 1rem;
}
.services02 .box .item .txt .c_link a{
	font-size: 1.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 0.75rem 3rem;
}
.services02 .box .item .img{width: 50%;}
.services02 .box .item .img img{width: 100%;}
.services03{
	background: #efefef;
	margin:0 0 5rem;
	padding: 0 0 8rem;
}
.services03 .box{
	padding: 10rem 0;
	position: relative;
	z-index: 10;
}
.services03 .box::before{
	z-index: -1;
	position: absolute;
	top:0;
	left:50%;
	width: 50%;
	height: 100%;
	content: '';
	background: rgba(164, 170, 199, .2);
}
.services03 .box.second::before{
	left:0;
}
.services03 .box .item{
	display: flex;
	align-items: center;
}
.services03 .box.second .item{
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.services03 .box .item .ttl{
	width: 45%;
	text-align: center;
}
.services03 .box .item .img{
	width: 50%;
}
.services03 .box .item .img img{
	width: 100%;
}
.services03 .box .txt{
	width: 95%;
	margin:-3rem 0 0;
	position: relative;
	z-index: 500;
}
.services03 .box.second .txt{
	width: 90%;
	margin:-1rem auto 0;
}
.services03 .box .txt .inner{
	background: #fff;
	padding: 2rem 5rem 3rem 8%;
	width: 90%;
	position: relative;
}
.services03 .box.second .txt .inner{
	margin:0 auto;
	padding: 2rem 3rem 3rem;
}
.services03 .box .txt h3{
	font-size: 1.7rem;
	transform: translateY(-3rem);
	font-weight: normal;
	line-height: 1;
}
.services03 .box.second .txt h3{
	transform: translate(6rem,-3rem);
	text-align: right;
}
.services03 .box .txt h4{
	position: absolute;
	top:-9rem;
	right:-7rem;
	font-weight: normal;
	color: #efefef;
	font-size: 14rem;
	line-height: 1;
	text-shadow: 0 0 5rem rgba(70, 70, 70, 1);
	z-index: 500;
}
.services03 .box.second .txt h4{
	right:auto;
	left:-5rem
}
.services03 .box .txt p{
	font-size: 1.1rem;
}
.services03 .box .c_link{
	margin:-1rem 0 0;
}
.services03 .box .c_link a{
	font-size: 1.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 0.75rem 3rem;
	background: #152053;
	color: #fff;
}
.services03 .box .c_link a:hover{
	color: #152053;
}
.services03 .box .c_link a::before{
	background: #fff;
	
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ services ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ vision ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.vision01{
	padding: 5rem 0 0;
	margin: 0 0 30rem;
}
.vision01 .vertical{
	font-family: 'Bebas Neue', cursive;
	position: absolute;
	top:10rem;
	left: 101%;
	transform-origin: top left;
	transform: rotate(90deg);
	color: #1e2a62;
	opacity: .1;
	font-size: 12rem;
	line-height: 1;
	letter-spacing: 0.2rem;
	white-space: nowrap;
}
.vision01::before{
	top: 110%;
	position: absolute;
	left:50%;
	content: '';
	background: #152053;
	width: 0.3rem;
	height: 15rem;
}
.vision01::after{
	position: absolute;
	top: 110%;
	left:50%;
	width: 0.3rem;
	background: #fff;
	content:'';
	height: 15rem;
	animation: scroll_border4 3s ease-in-out 1s infinite;
	transform-origin: bottom center;
}
@keyframes scroll_border4 {
  0%{
		top: 110%;
		height: 15rem;
		transform:scaleY(1);
  }
  25% {
		top: 110%;
		height: 15rem;
		transform:scaleY(0);
  }
  26% {
		top: 110%;
		height: 15rem;
		transform:scaleY(0);
  }
  27% {
		top: 110%;
		height: 0;
		transform:scaleY(0);
	}
  75% {
		top: 110%;
		height: 0;
		transform:scaleY(1);
	}
  100%{
		top: 110%;
		height: 15rem;
		transform:scaleY(1);
  }
}
.vision01 .float_box{
	position: absolute;
	top: 0;
	left:0;
	width: 50%;
	height: 100%;
	z-index: -1;
}
.vision01 .float_box img{
	width: 100%;
}
.vision01 .float_img01{
	overflow: hidden;
	height: 100%;
}
.vision01 .float_img02{
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 2.5rem;
	left:2.5rem;
}
.vision01 .box{
	width: 50%;
	margin-left: auto;
	padding: 0 0 0 5rem;
}
.vision01 .box h2{
	font-size: 3rem;
	font-weight: 900;
}
.vision01 .box h3{
	font-size: 2.5rem;
	font-weight: normal;
	margin:0 0 1rem;
}
.vision01 .box p{
	line-height: 2.5;
	font-size: 1.1rem;
	margin: 0 0 2rem;
}
.vision02 .box{
	display: flex; 
	align-items: center;
}
.vision02 .box .ttl{
	width: 50%;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.vision02 .box .ttl .img_in{
	padding: 10rem 0;
}
.vision02 .box .ttl h2{
	font-size: 7rem;
	letter-spacing: 0.75rem;
	font-weight: normal;
}
.vision02 .box .ttl p{
		font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	font-size: 2rem;
}
.vision02 .box.first .ttl .img_in{
	background: url(../images/vision/vision02_bg01.png) center /cover;
}
.vision02 .box.second .ttl .img_in{
	background: url(../images/vision/vision02_bg02.png) center /cover;
}
.vision02 .box .txt{
	width: 50%;
	font-size: 1.5rem;
	font-style: italic;
	text-align: center;
	z-index: -1;
	padding: 0 2rem;
}
.vision02 .box .txt p{
	position: relative;
	display: inline-block;
}
.vision02 .box .txt p::before{
	position: absolute;
	bottom:0;
	background: #1e2a62;
	width: 140%;
	height: 0.3rem;
	content: '';
}
.vision02 .box.first .txt p::before{ right:0; }
.vision02 .box.second .txt p::before{ left:0; }
.vision03{
	margin: 7rem 0 5rem;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}
.vision03 .ttl{
	width: 30%;
	text-align: right;
}
.vision03 .ttl h2{
	font-size: 7rem;
	text-shadow: 0.5rem 0.5rem 0 rgba(26, 41, 94, .2);
	line-height: 1.3;
	position: relative;
	font-weight: normal;
}
.vision03 .ttl h2::before{
	position: absolute;
	bottom:0;
	right: 0;
	height: 0.3rem;
	background: #152053;
	width: 300%;
	content: '';
}
.vision03 .ttl p{
	margin: 0.75rem 0 0;
	font-size: 1.8rem;
	font-weight: bold;
}
.vision03 .box{
	margin: 5rem 0 0;
	display: flex;
	justify-content: space-around;
}
.vision03 .box .item{
	position: relative;
	width: 30%;
}
.vision03 .box .item h3{
	position: absolute;
	font-size: 4rem;
	top:-1.5rem;
	line-height: 1;
	left:-1rem;
	font-weight: normal;
}
.vision03 .box .item p{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin:1rem 0 0;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ vision ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ contact ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.contact01{
	text-align: center;
	padding: 10rem 0 7rem;
}
.contact01 h1 img{
	width: 500px;
}
.contact02 .box{
	padding:0 0 3rem;
	text-align: center;
}
.contact02 p.center{
	margin:0 0 3rem;
}
.contact02 p{
	position: relative;
	font-weight: bold;
	font-size: 1.1rem;
}
.contact02 .required{
	color: #ff0000;
}
.contact02 .item{
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
}
.contact02 .item.item02{
	align-items: flex-start;
}
.contact02 .item label{
	width: 25%;
	text-align: right;
	padding-right: 2rem;
	    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;

}
.contact02 .item .wpcf7-form-control-wrap{
	width: 50%;
}
.contact02 input[type="text"],
.contact02 input[type="email"],
.contact02 input[type="tel"],
.contact02 input[type="url"]{
	width: 100%;
	font-size: 16px;
	text-align: left;
	padding: 1rem;
	border: none;
	background: #e5e6ee;
	    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;

}
.contact02 .item .wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip{
  position:unset;
}
.contact02 textarea{
	width: 100%;
	line-height: 1.8;
	font-size: 16px;
	text-align: left;
	padding: 1rem;
	background: #e5e6ee;
	    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;

	border: none;
}
.contact02 input[type="submit"]{
	font-size: 1.2rem;
	    position: relative;
    color: #fff;
    background: #152053;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    padding: 0.75rem 5rem;
    display: inline-block;
		letter-spacing: 4px;
		border:none;
		cursor: pointer;
	transition:0.2s;
}
.contact02 input[type="submit"]:hover{
    padding: 0.75rem 6.5rem;
}
.ajax-loader{
  position: absolute;
  bottom: 0;
  left: 110%;
  transform: translate(-50%, -50%);
}
.contact02 span.wpcf7-not-valid-tip{
  position: absolute;
  bottom: -20px;
  left: 10px;
  font-size: 12px;
}
.contact02 .your_msg span.wpcf7-not-valid-tip{
  bottom: -15px;
}
div.wpcf7-response-output{
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #f00;
  font-size: 14px;
}
.contact01 .lower_ttl{
	text-align: center;
	color: #152053;
	line-height: 1;
	text-shadow: 1.5rem 1rem 0 rgba(30, 42, 98, .3);
}
.thanks{
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	padding:0 0 5rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ contact ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ news ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.news01{
	margin: 6rem 0 0;
}
.news01::before{
	position: absolute;
	left:0;
	top:50%;
	width: 28%;
	height: 50%;
	content: '';
background: rgba(164, 164, 164, 0.1);	
z-index: -1;
}
.news01 h1{
	height: 8rem;
}
.news01 h1 img{
	height: 100%;
}
.news02{
	padding:5rem 0 2rem;
	font-family: 'Bebas Neue', cursive;
}
.news02::before{
	position: absolute;
	left:0;
	bottom:0;
	width: 28%;
	height: 100%;
	content: '';
background: rgba(164, 164, 164, 0.1);	
z-index: -1;
}
.news02 .cat_wrap h2{
	font-size: 3rem;
	font-weight: normal;
	letter-spacing: 0;
}
.news02 .cat_wrap h2 span{
	font-size: 1.1rem;
	vertical-align: 0.6rem;
	margin-left: 2rem;
	font-weight: bold;
}
.news02 .cat_wrap a{
	background: #152053;
	color: #fff;
	display: inline-block;
	padding: 1rem 1.5rem 0.75rem;
	line-height: 1;
	font-size: 1.2rem;
	transition: .3s;
}
.news02 .cat_wrap a.active{ background: #dbdeec; }
.news02 .cat_wrap a:hover{ background: #dbdeec; }
.news02 .post_wrap{
	padding: 1rem 0;
}
.news02 .post_wrap article{
	border-bottom: 1px solid #152053;
	padding: 1.5rem 0;
}
.news02 .post_wrap article a{
	padding: 1.5rem 0.5rem;
	overflow: hidden;
	transition: .3s;
}
.news02 .post_wrap a:hover{
background: rgba(164, 164, 164, 0.1);	
}
.news02 .post_wrap .date{
	float: right;
	width: 67%;
	margin: 0 0 1rem;
}
.news02 .post_wrap .date_in{
	color: #152053;
	background: #dbdeec;
	display: inline-block;
	line-height: 1.2;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 0.75rem 1rem;
}
.news02 .post_wrap .date_in time{
	display: block;
}
.news02 .post_wrap .date_in time.weekday{
	font-size: 1.2rem;
}
.news02 .post_wrap .img{
	float: left;
	width: 30%;
	margin-right: 3%;
}
.news02 .post_wrap .ttl h3 span{
	padding-left: 1rem;
	border-left: 6px solid #152053;
	line-height: 1.75;
	display: inline-block;
	font-size: 1.2rem;
}
.news02 .post_wrap .txt p{
	font-size: 1.1rem;
	margin-top: 0.5rem;
	font-weight: bold;
}
.news02 .pagination {
	margin:2rem 0 0;
}
.news02 .pagination ul{
	display: flex;
	justify-content: flex-end;
}
.news02 .pagination ul li{
	margin:0 0.5rem;
}
.news02 .pagination ul span,
.news02 .pagination ul a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.5rem;
}
.news02 .pagination ul span{
	border:2px solid #acb2cc;
	color: #acb2cc;
}
.news02 .pagination ul a{
	border:2px solid #152053;
	color: #152053;
	transition: .3s;
}
.news02 .pagination ul a:hover{
	background: #152053;
	color: #fff;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ news ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ post ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.post01{ margin: 6rem 0 0; }
.post01 p{ height: 8rem; }
.post01 p img{ height: 100%; }
.post02{
	padding:5rem 0 2rem;
	font-family: 'Bebas Neue', cursive;
}
.post02 article{
	display: flex;
	position: relative;
	width: 90%;
	margin:0 auto;
}
.post02 article::before{
	position: absolute;
	right:90%;
	bottom:0;
	width: 50%;
	height: 300%;
	content: '';
background: rgba(164, 164, 164, 0.1);	
z-index: -1;
}
.post02 article .date{
	width: 10%;
}
.post02 article .date_in{
	color: #152053;
	background: #dbdeec;
	line-height: 1.2;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 1.5rem 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.post02 article .date_in time{
	display: block;
	font-weight: bold;
}
.post02 article .date_in time.weekday{
	font-size: 1.4rem;
}
.post02 article .post_area{
	width: 90%;
	padding:0 0 3rem
}
.post02 article .post_area .cat{
	padding-left: 2rem;
}
.post02 article .post_area .cat a{
	padding-left: 1rem;
	border-left: 6px solid #152053;
	line-height: 1.75;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
}
.post02 article .post_area h1{
	font-size: 1.4rem;
	padding-left: 2rem;
	margin:0.5rem 0;
	line-height: 1.5;
}
.post02 article .post_area .thumb{
	margin:2rem 0;
}
.post02 article .post_area .thumb .img_in{ 
	display: inline-block;
}
.post02 article .post_area .inner{
	padding-left: 5rem;
}
.post02 article .post_area .inner p{
	line-height: 2.5;
}
.post02 article .post_area .prev{
	text-align: center;
	margin: 2rem 0 0;;
}
.post02 article .post_area .prev a{
	display: inline-block;
	background: #152053;
	color: #fff;
	font-size: 1.2rem;
	padding:0.4rem 1rem 0.15rem;
	border: 2px solid #152053;
	transition: .3s;
}
.post02 article .post_area .prev a:hover{
	color: #152053;
	background: #fff;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ post ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

.wpcf7-response-output {
	display: none !important;
}