@charset "utf-8";
#wrap_r {
	background: url("../images/mv.jpg") 0 0 no-repeat #fff;
/*	background: url("../images/mv.jpg") 0 0 no-repeat #3c8fc0;*/
  background-size: contain;
}
@media screen and (max-width:768px) {
	#wrap_r {
		background: url("../images/mv.jpg") 50% 0 no-repeat #fff;
    background-size: contain;
	}
}
#mv {
/*  height: 700px;*/
}
#mv h2 {
	width: 170px;
	margin: 40px 40px 0 auto;
}
#mv h2 img {
	width: 100%;
}
#mv > div {
  margin: 80px 30px 0 0;
  display: flex;
  justify-content: flex-end;
}
#mv > div > ul > li {
  margin-bottom: 8px;
}
#mv > div > ul > li img {
  filter: drop-shadow(0 0 7px rgba(255, 255, 255, 1));
}
#news {
	margin: 50px 50px 0;
	background: #fff;
	box-shadow: 1px 1px 20px 10px rgba(100, 100, 100, 0.1);
}
#news h3 {
	padding: 15px 20px;
	font-size: 2.3rem;
	font-weight: 500;
  font-family: var(--zen-maru);
  letter-spacing: 0.1em;
	color: #fff;
	background: var(--base-color);
	position: relative;
}
#news h3::before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	background: #fff;
	position: absolute;
	left: 20px;
	top: 50%;
	display: block;
}
#news h3 span {
	padding-right: 20px;
	background: var(--base-color);
	position: relative;
	z-index: 2;
}
#news > div {
  padding: 30px;
}
#news dl {
	height: 200px;
	overflow: auto;
}
#news dt {
	width: 7em;
	float: left;
	clear: left;
}
#news dd {
	margin-bottom: 15px;
	padding: 0 0 15px 7em;
	border-bottom: #000 1px dotted;
}

@media screen and (max-width:768px) {
	#mv h2 {
		width: 22%;
    margin: 0 20px 0 auto;
    padding-top: 20px;
	}
  #mv > div {
    margin: 25vw 15px 0;
    display: block;
  }
  #mv > div > ul > li {
    margin-bottom: 5px;
  }
  #mv > div img {
    width: 100%;
  }
	#news {
		margin: 30px 15px 0
	}
	#news h3 {
		padding: 10px 15px;
		font-size: 2rem;
	}
	#news h3::before {
		content: "";
		width: calc(100% - 30px);
		height: 1px;
		background: #fff;
		position: absolute;
		left: 15px;
		top: 50%;
		display: block;
	}
	#news h3 span {
		padding-right: 15px;
		position: relative;
		z-index: 2;
	}
	#news > div {
		padding: 15px;
	}
	#news dl {
		height: 150px;
		overflow: auto;
	}
	#news dt {
		width: 100%;
		float: none;
	}
	#news dd {
		margin-bottom: 15px;
		padding: 0 0 15px 0;
	}
}