@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

.main {
	width:100%;
}
.main .title {
	position:relative;
	width:100%;
	height:680px;
	margin:0 auto 0 auto;
	background-image:url(/brave/environ/img/main-bg.jpg);
	background-position: center;
	background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #00A496;
	mix-blend-mode: multiply;
}
.main-text {
	position:absolute;
	width: auto;
	text-align:center;
	color:#fff;
}
.main-text h1 {
	width: auto;
	height: 100%;
}
.main-text h1 img {
	width: auto;
	height: 100%;
}
.main-text-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 1.4;
  margin-bottom: 50px;
}
.main-text-p {
  font-size: 2rem;
  line-height: 1.8;
  font-feature-settings: "palt";
}

@media only screen and (min-width:768px) and (max-width:1025px) {
}

@media screen and ( max-width:767px ) {
	.main .title {
		width:100%;
		height:50vh;
		margin:0 auto;
		background-image:url(/brave/environ/img/main-bg_sp.jpg);
	}
	.main-text {
		width:95%;
	}
	.main-text h1 {
		width: 100%;
		height: auto;
	}
	.main-text h1 img {
		width: 100%;
		height: auto;
	}
  .main-text-title {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .main-text-p {
    font-size: 1.4rem;
  }
}

.environ {
	width:980px;
	margin:0 auto;
	padding-bottom:50px;
}
.environ h1 {
	width:38%;
	margin:80px auto;
	text-align:center;
	color:#000;
	font-size:28px;
	font-size:2.8rem;
	line-height:28px;
	line-height:2.8rem;
	font-weight:600;
}
.environ ul {
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.environ li {
	width:33.33%;
	margin-bottom:30px;
	background-color:#000;
}
.description {
	width:89%;
	min-height:80px;
	color:#fff;
	font-size:14px;
	font-size:1.4rem;
	line-height:22px;
	line-height:2.2rem;
	font-weight:500;
	padding:20px;
}
/**
 * --------------------------------------------------------------------------
 * youtube
 * --------------------------------------------------------------------------
 */
.youtubeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width:768px) and (max-width:1025px) {
	.environ {
		width:90%;
		margin:0 auto;
		padding-bottom:50px;
	}
	.environ h1 {
		width:100%;
	}
}

@media screen and ( max-width:767px ) {
	.environ {
		width:90%;
		margin:0 auto;
		padding-bottom:50px;
	}
	.environ h1 {
		width:100%;
		margin:50px auto 35px auto;
		padding:0;
		text-align:center;
		color:#000;
		font-size:23px;
		font-size:2.3rem;
		line-height:23px;
		line-height:2.3rem;
		font-weight:600;
	}
	.environ ul {
		width:100%;
		display: -webkit-block;
		display: block;
	}
	.environ li {
		width:100%;
		margin-bottom:0;
		background-color:#000;
	}
	.description {
		height:60px;
	}
}
/**
 * --------------------------------------------------------------------------
 * br-cancel
 * --------------------------------------------------------------------------
 */
.br-pc {
	display: inherit;
}
.br-sp {
	display: none;
}
@media only screen and (max-width: 767px) {
	.br-pc {
		display: none;
	}
	.br-sp {
		display: inherit;
	}
}