.hi-txt {
	max-width: 900px;
	filter: drop-shadow(0px 0px 5px #000);
	letter-spacing: normal;
}
.hi-bg {
  aspect-ratio:16/9;
}
.hi-bg:after {
	background-color: rgba(0, 0, 0, 0.2);
}
.contents {
  padding: 0px;
}
.contents .hi-txt h2{
	letter-spacing: 0.2em;
	line-height: 46px;
}
.contents .hi-txt h2 + p{
	line-height: 40px;
	letter-spacing: 0.2em;
}
.flex > div {
  margin-top: 40px;
}
.minato-aquls {
  line-height: 24px;
  font-size: 15px;
  padding-top: 100px;
}
.minato-aquls .ma-area {}
.minato-aquls .flex > div h3 {
  margin: 10px 0px;
}
.port_base {
  position: relative;
  line-height: 34px;
  letter-spacing: 0.02em;
  font-size: 18px;
}
.contents h3 {
  font-size: 20px;
  text-align: left;
}
.port_base h3 {
  letter-spacing: normal;
}
.port_base .cap {
  position: absolute;
  bottom: 20px;
  left: 0px;
  font-size: 14px;
  line-height: 20px;
}
.flex.nature > div {
  width: 45%;
}
.nature h3 {
  border-left: 5px solid #108d9c;
  padding-left: 10px;
}
p.head-copy{
		display: none;
}
@media screen and (max-width:768px) {
	.hi-bg {
	aspect-ratio: auto;	
}
	.hi-txt p{
	display: none;
}
	.contents .hi-txt h2{
	line-height: 36px;
}
	.contents .hi-txt{
	color: #fff;
	}
	.contents .hi-txt h2 + p{
	line-height: 24px;
	font-size: 16px;
}
		.contents .hi-txt h2 + p br{
	display: none;	
}
	.minato-aquls{
	padding-top: 40px;

	}
	p.head-copy{
	display: block;
	margin-bottom: 40px;
	}
	.port_base {
	flex-direction: column-reverse;
	line-height: 24px;
	letter-spacing: normal;
	font-size: 16px;
	
}
	.contents .port_base h3{
	margin-bottom: 20px;
	line-height: 28px;
	}
	.port_base.flex > div{
		margin-top: 10px;
	}
		.port_base p br{
	display: none;
}
	.port_base .cap {
	font-size: 12px;
	line-height: 16px;
	position: static;
}
	.flex.nature > div{
	width: 100%;
	
	}
	.nature h3{
		margin-bottom: 20px;
	}
	
}