@charset "utf-8";


/* Google fonts import */

@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css"); /* mincho [font-family: "Sawarabi Mincho";] */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css"); /* gothic [font-family: "Noto Sans Japanese";] */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap&subset=japanese');



/*■reset----------------------------------------------*/
*{
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	font-size:14px;
	font-weight:normal;
}
ul,ol,li{
	list-style-type:none;
}
a{
	font-size:14px;
	transition:all 0.5s;
	text-decoration:none;
}
a:hover{
	opacity:0.68;
}
img{
	border:none;
	display:block;
	width:100%;
}
p{
	font-size:14px;
	line-height:140%;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-family: "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: "Noto Sans Japanese";
	background:#FFFFFF;
}

.Anc{
	position:relative;
	top:-69px;
}

br.sp{
	display:none;
}

.effect{
	position:relative;
	top:40px;
	opacity:0;
	filter: blur(4px);
	transition:all 1s;
}
.effect.move{
	top:0;
	opacity:1;
	filter: blur(0px);
}

@media screen and (max-width: 678px) {
	body{
		margin-top:58px;
	}
	.Anc{
		top:-58px;
	}
	
	br.sp{
		display: block;
	}
}





header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	background:rgba(255,255,255,0.7);
}
header .Area{
	padding:2px ;
	position:relative;
}
header a.Logo{
	width:250px;
	padding:3px 0 3px 5px;
	display:block;
}
header .Cta{
	width:234px;
	position:absolute;
	top:0;
	right:0;
}
header .Cta a.t{
	cursor:default;
}
header .Cta a.t:hover{
	opacity:1;
}
header ul{
	text-align:right;
	position:absolute;
	top:1px;
	right:240px;
}
header ul li{
	width:130px;
	height:62px;
	display:inline-block;
	margin-top:2px;
	border:solid 1px #0054A2;
}
header ul li a{
	display:block;
	height:100%;
	line-height:62px;
	color:#333333;
	font-size:14px;
	text-align:center;
	letter-spacing:1px;
	font-weight:500;
}
#SpBtn{
	display:none;
}
@media screen and (max-width: 678px) {
	header a.Logo{
		width:190px;
		padding:0;
		margin:4px auto 4px 5px;
	}
	header .Menu{
		display:none;
		position:fixed;
		top:58px;
		left:0;
		width:100%;
		background:rgba(255,255,255,0.94);
	}
	header .Cta{
		width:60%;
		position: static;
		top:auto;
		right:auto;
		margin:auto;
		margin-bottom:30px;
	}
	header ul{
		text-align: center;
		position: static;
		top:auto;
		right:auto;
		margin:20px auto 40px auto;
		width:60%;
	}
	header ul li{
		width:100%;
		height:auto;
		border:none;
		display:block;
		margin: auto;
	}
	header ul li:nth-child(1){
		border-left:none;
	}
	header ul li a{
		height:auto;
		line-height:1;
		font-size:14px;
		padding:15px 0;
		border-bottom:solid 1px #0054A2;
	}
	#SpBtn{
		display:block;
		position:fixed;
		top:15px;
		right:20px;
		width:48px;
		height:48px;
		text-decoration:none;
		color:#FFFFFF;
		z-index:60;
		cursor:pointer;
	}
	#SpBtn span {
		position: absolute;
		left: 18px;
		width: 65%;
		height: 2px;
		background:#707070;
		border-radius: 1px;
		transition:all 0.5s;
	}
	#SpBtn span:nth-of-type(1) {
	  top: 3px;
	}
	#SpBtn span:nth-of-type(2) {
	  top: 13px;
	}
	#SpBtn span:nth-of-type(3) {
	  bottom: 23px;
	}
	
	#SpBtn.active span:nth-of-type(1) {
	  transform: translateY(11px) rotate(-45deg);
	}
	#SpBtn.active span:nth-of-type(2) {
	  opacity: 0;
	}
	#SpBtn.active span:nth-of-type(3) {
	  transform: translateY(-9px) rotate(45deg);
	}
}








.Mv{
	width:100%;
	position:relative;
	overflow:hidden;
}
.Mv img.f{
	position:absolute;
	width:100%;
	opacity:0;
	top:40px;
	transition:all 1.2s;
}
.Mv img.f.on{
	opacity:1;
	top:0;
}










.Tit{
	width:100%;
	text-align:center;
	margin-bottom:35px;
}
.Tit h2{
	font-size:13px;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
	color:#333333;
}
.Tit h2.w{
	color:#FFFFFF;
}
.Tit h2 img{
	height:25px;
	width:auto;
	margin:auto;
	margin-top:8px;
}
@media screen and (max-width: 678px) {
	.Tit{
		margin-bottom:25px;
	}
	.Tit h2{
		font-size:14px;
	}
	.Tit h2 img{
		height:24px;
	}
}








.Info{
	width:100%;
	padding:75px 0 110px 0;
}
.Info .Area{
	width:88%;
	max-width:1200px;
	margin:auto;
}
.Info .Area .Cont{
	background:#FFFFFF;
	border-top:solid 1px #0054a3;
	border-bottom:solid 1px #0054a3;
	margin-top:-25px;
}
.Info .Area .Cont table{
	width:100%;
}
.Info .Area .Cont table td{
	padding:30px 45px;
	font-size:16px;
	color:#333333;
}
.Info .Area .Cont table td:nth-child(1){
	width:20%;
}
@media screen and (max-width: 678px) {
	.Info{
		padding:35px 0 50px 0;
	}
	.Info .Area .Cont{
		margin-top:-15px;
	}
	.Info .Area .Cont table td{
		padding:20px 10px;
		font-size:12px;
	}
	.Info .Area .Cont table td:nth-child(1){
		width:28%;
	}
}











.Business{
	padding-bottom:100px;
}
.Business .ImgTit{
	background:url(../img/business_bg.jpg) no-repeat center center;
	background-size:cover;
	padding:240px 0;
}
.Business .Area{
	padding:65px 0 0 0 ;
	width:90%;
	max-width:1200px;
	margin:auto;
}
.Business .Area .Read{
	width:100%;
	margin-bottom:80px;
}
.Business .Area .Read p{
	text-align:center;
	font-size:16px;
	line-height:240%;
	letter-spacing:1px;
	color:#333333;
	margin-bottom:80px;
}
.Business .Area .Read strong{
	display:block;
	text-align:center;
	font-size:32px;
	font-weight:500;
	line-height:200%;
	letter-spacing:2px;
	color:#333333;
	margin-top:80px;
}
.Business .Area .Read img{
	width:100%;
	margin:auto;
}
.Business_List{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.Business_List .Item{
	width:23%;
	margin-bottom:65px;
}
.Business_List .Item h3{
	padding:14px 0;
	text-align:center;
	font-size:21px;
	letter-spacing:1px;
	font-weight:500;
	color:#0054a3;
}
.Business_List .Item p{
	font-size:14px;
	letter-spacing:1px;
	line-height:185%;
	color:#333333;
}
@media screen and (max-width: 678px) {
	.Business{
		padding-bottom:20px;
	}
	.Business .ImgTit{
		padding:120px 0;
	}
	.Business .Area{
		padding:35px 0 0 0 ;
	}
	.Business .Area .Read{
		margin-bottom:50px;
	}
	.Business .Area .Read p{
		font-size:13px;
		line-height:205%;
		margin-bottom:20px;
	}
	.Business .Area .Read strong{
		font-size:20px;
		margin-top:40px;
	}
	.Business .Area .Read img{
		width:90%;
	}
	.Business_List{
		width:90%;
		margin:auto;
	}
	.Business_List .Item{
		width:100%;
		margin-bottom:50px;
	}
	.Business_List .Item h3{
		padding:12px 0;
		font-size:18px;
	}
	.Business_List .Item p{
		font-size:13px;
	}
}










.Result{
	width:100%;
	background:#0054A2;
	padding:70px 0 90px 0;
}
.Result .Area{
	width:90%;
	max-width:1200px;
	margin:auto;
}
.Result .Area .Read{
	width:100%;
	margin-bottom:80px;
}
.Result .Area .Read p{
	text-align:center;
	font-size:21px;
	line-height:190%;
	letter-spacing:2px;
	color:#FFFFFF;
	margin-bottom:80px;
}
.Result_Wrap{
	width:100%;
}
.Result_Wrap h3{
	font-size:20px;
	text-align:center;
	letter-spacing:3px;
	padding-bottom:5px;
	border-bottom:solid 1px #FFFFFF;
	color:#FFFFFF;
	margin-bottom:14px;
}
.Result_Wrap .f{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:60px;
}
.Result_Wrap .f .b,
.Result_Wrap .f .a{
	width:45%;
}
.Result_Wrap .f h4{
	font-size:20px;
	text-align:center;
	letter-spacing:1px;
	color:#FFFFFF;
	margin-bottom:8px;
}
.Result_Wrap .f h4 img{
	width:auto;
	height:20px;
	margin:auto;
}
.Result_Wrap .f .t{
	width:3%;
	position:relative;
}
.Result_Wrap .f .t img{
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}

.Result_Cta{
	padding:30px 0 10px 0;	
}
.Result_Cta p{
	text-align:center;
	font-size:16px;
	color:#FFFFFF;
	letter-spacing:1px;
	margin-bottom:30px;
	line-height:165%;
}
.Result_Cta a{
	display:block;
	margin:auto;
	width:400px;
	background:#FFFFFF;
	padding:2px;
	line-height:1;
	font-size:18px;
	text-align: center;
	letter-spacing:1px;
	color:#0054A2;
	font-weight:500;
}
.Result_Cta a span{
	display:block;
	padding:22px 0;
	border:solid 1px #0054A2;
}
@media screen and (max-width: 678px) {
	.Result{
		padding:45px 0 65px 0;
	}
	.Result .Area .Read{
		margin-bottom:35px;
	}
	.Result .Area .Read p{
		font-size:15px;
		margin-bottom:0;
	}
	.Result_Wrap h3{
		font-size:18px;
		letter-spacing:2px;
		margin-bottom:12px;
	}
	.Result_Wrap .f{
		margin-bottom:45px;
	}
	.Result_Wrap .f .b,
	.Result_Wrap .f .a{
		width:100%;
	}
	.Result_Wrap .f h4{
		font-size:18px;
	}
	.Result_Wrap .f h4 img{
		height:21px;
	}
	.Result_Wrap .f .t{
		width:100%;
		padding:10px 0;
	}
	.Result_Wrap .f .t img{
		width:22px;
		margin:auto;
		position: static;
		top:auto;
		left:auto;
		transform: rotate(90deg);
	}
	
	.Result_Cta{
		padding:18px 0 10px 0;	
	}
	.Result_Cta p{
		font-size:14px;
		margin-bottom:20px;
	}
	.Result_Cta a{
		width:270px;
		font-size:16px;
	}
	.Result_Cta a span{
		padding:16px 0;
	}
}








.Company{
	width:100%;
	padding:110px 0;
}
.Company .Read{
	width:100%;
	margin-top:60px;
	margin-bottom:90px;
}
.Company .Read p{
	text-align:center;
	font-size:16px;
	line-height:240%;
	letter-spacing:1px;
	color:#333333;
	margin-bottom:45px;
}
.Company .Read img{
	width:230px;
	margin:auto;
}
.Company .Cont{
	width:88%;
	max-width:1200px;
	margin:auto;
}
.Company .Cont .Wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:90%;
	margin:auto;
	margin-bottom:70px;
}
.Company .Cont .Wrap .f{
	width:30%;
}
.Company .Cont .Wrap .f h3{
	font-size:20px;
	text-align:center;
	letter-spacing:1px;
	color:#0054A2;
	font-weight:700;
	padding-bottom:8px;
}
.Company .Cont .Wrap .f div{
	padding:60px 0;
	border-top:solid 2px #0054A2;
	border-bottom:solid 2px #0054A2;
}
.Company .Cont .Wrap .f div p{
	font-size:18px;
	text-align:center;
	letter-spacing:1px;
	color:#333333;
	line-height:190%;
	font-weight:700;
}
.Company .Cont table{
	width:100%;
	margin-top:100px;
	margin-bottom:100px;
	border-top:solid 1px #708dc5;
}
.Company .Cont table td{
	padding:35px 45px;
	font-size:16px;
	line-height:165%;
	color:#333333;
	border-bottom:solid 1px #708dc5;
	vertical-align: top;
}
.Company .Cont table td:nth-child(1){
	font-weight: bold;
	text-align:center;
	background:#F4F5FB;
	width:20%;
}
.Company .Cont table td ul li{
	font-size:16px;
	margin:5px auto;
}
.Company .Cont table td ul.s li{
	list-style:disc;
	margin-left:18px;
}
.Company .Cont table td ul li a{
	color:#2199CB;
	font-size:16px;
	text-decoration:underline;
}
.Company .Cont table td a{
	color:#036eb8;
	text-decoration:underline;
	font-size:16px;
	font-weight:500;
}
.Company .Cont .Map{
	width:100%;
	max-width:1000px;
	margin:auto;
	margin-bottom:80px;
}
.Company .Cont .Map iframe{
	border:solid 1px #bfc0c0;
	display:block;
	width:100%;
	height:520px;
}
.Company .Cont .Banner{
	width:100%;
	max-width:1000px;
	margin:auto;
	margin-bottom:80px;
}
.Company .Cont .Banner a{
	display:block;
}
@media screen and (max-width: 678px) {
	.Company{
		padding:40px 0 10px 0;
	}
	.Company .Read{
		margin-top:30px;
		margin-bottom:60px;
	}
	.Company .Read p{
		font-size:13px;
		line-height:200%;
		margin-bottom:25px;
	}
	.Company .Read img{
		width:170px;
	}
	
	.Company .Cont{
		width:90%;
	}
	.Company .Cont .Wrap{
		margin-bottom:0;
	}
	.Company .Cont .Wrap .f{
		width:100%;
		margin-bottom:45px;
	}
	.Company .Cont .Wrap .f h3{
		font-size:18px;
		padding-bottom:6px;
	}
	.Company .Cont .Wrap .f div{
		padding:25px 0;
	}
	.Company .Cont .Wrap .f div p{
		font-size:16px;
	}
	
	.Company .Cont table{
		margin-top:20px;
		margin-bottom:50px;
	}
	.Company .Cont table td{
		padding:15px 10px;
		font-size:13px;
	}
	.Company .Cont table td:nth-child(1){
		width:25%;
		text-align:left;
	}
	.Company .Cont table td ul li{
		font-size:13px;
		margin:4px auto;
	}
	.Company .Cont table td ul.s li{
		margin-left:15px;
	}
	.Company .Cont table td a{
		font-size:13px;
	}
	.Company .Cont .Map{
		margin-bottom:40px;
	}
	.Company .Cont .Map iframe{
		height:320px;
	}
	.Company .Cont .Banner{
		margin-bottom:40px;
	}
}











footer{
	width:100%;
	border-top:solid 1px #333333;
	padding:45px 0;
}
footer .Area{
	text-align:center;
}
footer .Area ul{
	text-align:center;
	margin-bottom:50px;
}
footer .Area ul li{
	display:inline-block;
	margin:0 20px;
}
footer .Area ul li a{
	font-size:16px;
	color:#333333;
	letter-spacing:1px;
}
footer .Area ul li a::before{
	content:"■";
	display:inline-block;
	margin-right:3px;
	color:#0054a3;
}

footer .Area a.r{
	width:280px;
	display:block;
	margin:auto;
}
footer .Area a.t{
	width:280px;
	display:block;
	margin:15px auto 40px auto;
	cursor:default;
}
footer .Area a.t:hover{
	opacity:1;
}
footer .Area img.Logo{
	width:180px;
	display:block;
	margin:auto;
}
footer .Area address{
	display:block;
	text-align:center;
	margin-top:30px;
	font-size:13px;
	font-style:normal;
	letter-spacing:1px;
	color:#333333;
}
@media screen and (max-width: 678px) {
	footer{
		padding:25px 0;
	}
	footer .Area ul{
		margin-bottom:30px;
	}
	footer .Area ul li{
		margin:0 10px;
	}
	footer .Area ul li a{
		font-size:13px;
	}
	
	footer .Area a.r{
		width:220px;
	}
	footer .Area a.t{
		width:220px;
		margin:12px auto 30px auto;
	}
	footer .Area img.Logo{
		width:140px;
	}
	footer .Area address{
		margin-top:20px;
		font-size:10px;
	}
}


