@charset "utf-8";

/* headimg
----------------------------------------------------------------------------- */
.headimg {
	background-image: url("../images/headimg04_pc.jpg");
}
@media screen and (max-width: 768px) {
	.headimg {
		background-image: url("../images/headimg04_sp.jpg");
	}
}

.toplead {
	max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  line-height: 2.2em;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
	.toplead {
		padding-top: 25px;
	}
}


.mdsbox .jp {
	font-size: 50px;
	font-weight: 500;
	color: #3c65c9;
	font-family:'Noto Sans JP', sans-serif;
	padding-top: 0;
}

@media screen and (max-width: 768px) {
	.mdsbox .jp {
		font-size: 36px;
	}

  
}


.movbtn_wrap {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
  padding-right: 20px;
	margin-top: 95px;
	position: relative;
	z-index: 10;
}
.movbtn_wrap a {
	position: relative;
	text-decoration: none;
	display: block;
  border-radius: 0px !important;
}
.movbtn_wrap a .btn {
	position: absolute;
	width: 114px;
	height: 114px;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.movbtn_wrap a:hover .btn img{
	transform: scale(1.00);
	opacity: inherit;
  border-radius: 0px !important;
}
.movbtn_wrap,
.movbtn_wrap .image,
.movbtn_wrap .image img {
  border-radius: 8px !important;
}
@media screen and (max-width: 768px) {
  .mdsbox h2 {
    font-size: 26px !important;
    line-height: 1.3em;
  }
	.movbtn_wrap {
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 45px;
	}
	.movbtn_wrap a .btn {
		width: 40px;
		height: 40px;
	}
}






.bgimg {
	position: relative;
	z-index: 1;
	background-image: url("../../images/ab_bgimg.jpg");
	background-repeat: repeat;
	background-position: top center;
	background-size: 1700px auto;
	height: 465px;
	margin-top: -350px;
}
@media screen and (max-width: 768px) {
	.bgimg {
		height: 200px;
		margin-top: -140px;
	}
}

