@charset "utf-8";

/* ******************************************
	General
****************************************** */


@media screen and (max-width:600px) {

}


/* *******************
	commit_slider
******************* */
#commit_slider {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
	position: relative;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#commit_slider .slider {
	width: 100%;
	height: auto;
	line-height: 0.1em;
}
#commit_slider .slider picture {
	background-color: #000;
}
#commit_slider .slider img {
	width: 100%;
	opacity: 0.6;
}

#commit_slider .commit_copy {
	position: absolute;
  width: 80%;
	text-align: left;
	color: #fff;
}
#commit_slider .commit_copy h2 {
	margin-bottom: 25px;
}
#commit_slider .commit_copy p {
}
#commit_slider h3 {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: min(9vw,95px);
  line-height: 0.5em;
}


@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
	#commit_slider .slider picture {
		aspect-ratio: 6/4;
    overflow: hidden;
	}
	#commit_slider .slider picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	}
}
@media screen and (max-width:600px) {
	#commit_slider .slider picture {
		aspect-ratio: 6/7;
	}
  #commit_slider .commit_copy p {
    line-height: 1.2em;
  }
}
@media screen and (max-width:450px) {
}


/* *******************
	commitment
******************* */
#commitment {}
#commitment .wrap {
  text-align: left;
}
#commitment h2 {
  display: inline-block;
  background-color: #251e1c;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 40px;
}
#commitment article {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#commitment article .doc {
  width: 47%;
}
#commitment article picture {
  width: 47%;
  padding: 0;
  margin: 0;
	overflow: hidden;
}
#commitment picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#commitment article:nth-child(3) .doc {
  order: 2;
}
#commitment article:nth-child(3) picture {
  order: 1;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
  #commitment article .doc {
    width: 100%;
    margin-bottom: 15px;
  }
  #commitment article picture {
    width: 100%;
  }
  #commitment article:nth-child(3) .doc {
    order: 1;
  }
  #commitment article:nth-child(3) picture {
    order: 2;
  }
}
@media screen and (max-width:450px) {
	#commitment h2 {
		font-size: 18px;
	}
}


/* *******************
	design
******************* */
#design {}
#design .wrap {
  position: relative;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#design picture {
  position: relative;
	aspect-ratio: 16/5;
  overflow: hidden;
}
#design picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#design .document {
  position: absolute;
  width: 90%;
}
#design .document h2 {
  color: #fff;
  font-size: min(6vw,50px);
  text-align: left;
  line-height: 1.1em;
}
#design .document .btn_more {
  margin-top: 0;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
  #design .document h2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:450px) {
  #design picture {
    aspect-ratio: 16/7;
  }
}
