@charset "UTF-8";
/* CSS Document */
.header {
	background-color:inherit;
	position: absolute;
}
.section-abouttop {
  background-image: url("../images/about_topimg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
.abouth1_wrapper {
  background-color: rgba(0, 0, 0, 0.60);
  height: 300px;
  padding-top: 150px;
}
.abouth1_wrapper h1 {
  color: #FFF;
  text-align: center;
  font-size: 2.0rem;
  letter-spacing: 0.5vw;
  text-decoration-line: underline;
}

@media(max-width:1350px){
	.section-abouttop{
		height: 200px;
	}
	.abouth1_wrapper{
		height: 200px;
		padding-top: 100px;
	}
	.abouth1_wrapper h1 {
		padding-top: 0;
		margin: 0 auto;
	}
}
.section-gree {
  margin-top: 100px;
  display: block;
  background-color: rgba(33, 159, 148, 0.5);
}
.gree_wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.section-gree h2 {
  display: block;
  color: #c1deae;
  font-size: 8rem;
  font-family: adobe-garamond-pro, serif;
  text-align: left;
  letter-spacing: 1rem;
  height: auto;
}
@media(max-width:1350px){
	.section-gree h2 {
	  font-size: 4rem;
	  margin-bottom: 2rem;
	}
	
}
.section-gree h3 {
  text-align: left;
  margin-left: 50px;
  margin-top: -30px;
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 0.5rem;
  font-weight: 500;
}

.matsuda__mb{
	display: none;
}
.gree__1 {
  margin-top: -20px;
}
.gree_ex {
  display: block;
  text-align: left;
  margin-left: 50px;
  font-size: 1.4rem;
  padding-top: 20px;
}
.gree__2 {
  margin-top: 2%;
}
.gree__2 img {
  display: block;
  width: 500px;
}

.name {
  display: block;
  text-align: right;
  font-size: 1.2rem;
	margin-right: 20px;
	margin-top: 10px;
}
.name_mb {
	display: none;
}
@media(max-width:1360px){
	.section-gree{
		margin-top: 70px;
	}
	.gree_wrapper{
		align-items: center;
		vertical-align: middle;
		margin: 0 auto;
		justify-content: center;
	}
	.gree_wrapper h2 {
		margin: 0 auto;
		text-align: center;
	}
	.gree_wrapper h3 {
		text-align: center;
		font-size: 2.4rem;
		margin-top: -20px;
		margin-left: 0;
		font-size: 2.4rem;
		line-height: 3rem;
		margin-bottom: 1rem;
	}
	.matsuda__mb{
		display: block;
		max-height: 400px;
		margin: 0 auto;
		
	}
	.gree_ex {
		margin: 0 auto;
		padding: 10px 20px;
	}
	.gree_ex{
		text-align: center;
	}
	.gree__2 {
		display: none;
	}
	.gree__2 img {
		display: none;
	}
	.name {
		display: none;
	}
	.name_mb {
		display: block;
		margin-right: 20px;
		text-align: right;
  font-size: 1.2rem;
	}
	
	
}

.section-office {
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 90px;
	padding-bottom: 70px;
}
.section-office h2 {
	display: block;
  color: #c1deae;
  font-size: 8rem;
  font-family: adobe-garamond-pro, serif;
  text-align: left;
  letter-spacing: 1rem;
}
@media(max-width:1000px){
	.section-office h2 {
	  font-size: 4rem;
	  margin-bottom: 2rem;
	}
}
.section-office h3 {
	text-align: left;
  margin-left: 50px;
  margin-top: -20px;
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 0.5rem;
  font-weight: 500;
}

.office_image__wrapper {
	display: inline-flex;
	justify-content: space-between;
	height: 550px;
	
}
.office_image__wrapper img {
	margin-bottom: 2px;
}
@media(max-width:1550px){
	.office_image__wrapper img {
		max-width: 100%;
	}
}
.officeimg_1 {
	object-fit: cover;
	margin-right: 5px;
	margin-bottom: 0;
	width: 100%;
	height: auto;
}
.officeimg_2,.officeimg__3 {
	display: flex;
	  flex-direction: column;
  margin-right: 5px;
}
@media(max-width:1550px){
	.section-office{
		display: block;
		padding-bottom: 30px;
	}
	.section-office h2,.section-office h3 {
		margin: 0 auto;
		text-align: center;
	}
	.section-office h3 {
		font-size: 2.4rem;
		margin-top: -30px;
	}
	
}
@media(max-width:1550px){
	.office_image__wrapper{
		display: block;
		margin: 0 auto;
		width: 100%;
		padding: 20px;
		height: auto;
	}
	.officeimg_1{
		margin: 0 auto;
		
	}
	.officeimg_2,.officeimg__3{
		display: block;
		margin: 0 auto;
		
	}
}
