@charset "utf-8";
/* CSS Document */

.img-title_box  {
	background-image: url("../images/about/title-img.jpg");
}
.catch {
  text-align: center;
	padding-top: 70px;
	padding-bottom: 80px;
}
.catch .txt_catch {
  color: #0d0d0d;
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 60px;
}
.catch .txt {
  color: #111;
  font-size: 12px;
  font-weight: 700;
}
.catch .txt + .txt {
  margin-top: 30px;
}
.photo_01 {
  max-width: 1145px;
  width: 100%;
  margin: 35px auto 0;
}

.points {
  padding-bottom: 60px;
}
.points h3 {
  color: #030303;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.points .ul_red {
  width: 84px;
  height: 3px;
  background-color: #e12238;
  margin: 3px auto 15px;
}
.points .title_point_en {
  max-width: 144px;
  width: 100%;
  margin: 0 auto 70px;
}
.list_point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_point li {
  width: 31%;
}
.list_point li:nth-child(n+4) {
  margin-top: 50px;
}
.list_point .box_point {
  max-width: 237px;
  width: 100%;
  margin: 0 auto;
}
.list_point h4 {
  color: #030303;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-left: none;
  padding-left: 0;
}
.list_point h4 span {
  display: block;
  max-width: 43px;
  width: 100%;
  margin: 0 auto 18px;
}
.list_point .border_gray {
  max-width: 232px;
  width: 100%;
  height: 3px;
  background-color: #030303;
  margin-top: 5px;
  margin-bottom: 10px;
}
.list_point .txt {
  color: #030303;
  font-size: 12px;
  font-weight: 700;
  text-align: justify;
}

.about::before {
	background-image: url("../images/about/main_bg-img.jpg");
}
.mainimg {
	display: block;
	width: 100%;
	height: 396px;
	opacity: 1;
}
.mainimg.deactive {
	opacity: 1;
}
body {
	background: none;
	position: relative;
}
body::before {
	content: "";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center 0px;
}
.shinro {
  padding-top: 40px;
}


@media screen and (max-width: 870px) {
  .list_point h4 {
    font-size: 18px;
  }

}


@media screen and (max-width: 768px) {
  .catch .txt_catch {
    font-size: 42px;
  }

}


@media screen and (max-width: 460px) {
  .catch .txt_catch {
    font-size: 38px;
  }

}


@media screen and (max-width: 420px) {
	body {
		background-color: #fff;
	}
	body::before {
		display:none;
	}

	.catch {
		padding-top: 7vw;
		padding-bottom: 10vw;
	}
  .catch .txt_catch {
    font-size: 7.7vw;
    margin-bottom: 7.2vw;
  }
  .catch .txt + .txt {
    margin-top: 3.6vw;
  }
  .photo_01 {
    margin-top: 4.2vw;
  }
  
  .points {
    padding-bottom: 7.4vw;
  }
  .points h3 {
    font-size: 6.3vw;
  }
  .points .title_point_en {
    margin-bottom: 9vw;
  }
  .list_point li {
    width: 100%;
  }
  .list_point li:nth-child(n+2) {
    margin-top: 6vw;
  }
  .list_point h4 span {
    margin-bottom: 10px;
  }
  
  .shinro {
    padding-top: 4.8vw;
  }
  
	.mainimg {
		height: 50vw;
    background-image: url("../images/about/main_bg-img.jpg");
		background-repeat: no-repeat;
		background-size:cover;
		background-position: center center;
	}

	/*--- アニメーション用CSS ---*/
	.mainimg {
		opacity: 1;
		transition-property: opacity;
		transition-duration:0.5s;
		transition-timing-function:ease-in-out;
	}
	.mainimg.deactive {
		transition-duration:0s;
		opacity: 0;
	}
}


/*--- アニメーション用CSS ---*/
.animate {
	opacity: 1;
	transition-property: opacity;
	transition-duration:0.5s;
	transition-timing-function:ease-in-out;
}
.animate.deactive {
	transition-duration:0s;
	opacity: 0;
}

