@charset "UTF-8";
/* CSS Document */

	h2{
	  margin-bottom: 100px;
	}
.top_iamge{
	position: relative;
	top:120px;
}
	.section-top_image {
	  width:100%;
	}

	.container{
	  max-width:970px;
	  margin:200px auto 0;
	padding: 50px 100px;
	}

	.box-wrapper{
	  display:flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}

	.box {
	  display:column;
	  margin: 33px;
	}

	.box-wrapper:after {
	  background-color: #ffffff;
	}

	.portrait {
	  width: 200px;
	  height: 200px;
	  object-fit: cover;
		margin-bottom: 1rem;
	}

	.text-wrapper{
	  display: flex;
	}
	.text {
	  text-align: left;
	  width: 100%;
	}

	.fa-instagram{
	width: 20px;
	  display: inline-block;
	  font-size:35px;
	  text-decoration:none;
	  float:right;
	  transition:0.5s;
	  color:#707070;
	  margin-top:0px;
	}

	.fa-instagram:hover{
	  color:#4D6D66;
	  transform: scale(1.1);
	}

.murakami,.suzuki{
	 object-position: 10% 0%;
}


.link_btn_arrow {
  position: relative;
width: 250px;;
  border-bottom: 1px solid #59463C;
  display: block;
  padding-bottom: 10px;
  text-align: left;
  margin: 30px auto 100px;
}
.arrow {
  content: '';
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 28px;
  height: 13px;
  background: url("../image/arrow.png")center center / contain no-repeat;
}
.link_btn_arrow .arrow {
  transform: translate(0%, -10%);
  transition: all 0.5s;
}
.link_btn_arrow:hover .arrow {
  transform: translate(30%, -10%);
}


.recruit{
	width: 100%;
	border: solid 1px #59463C;
	padding: 18px 0;
	margin: 0 auto;
}
a{text-decoration: none;
	 color:#59463C;
}


/* スマホ向け=========================================*/

@media (max-width : 670px){
	
	#main{
     max-width: 100%;         /* 幅を決定する */
    }
	
	p{
	font-size:  1.4rem;
	}
	h2{ margin-bottom: 50px;
		
	}
	.top_image{
		top:80px;
	}
	.section-top_image {
		height:250px;
		object-fit:cover;
		object-position: 70%;
	}
	
	
	.image1{
	  display: none;
	}
	.container{
	margin-top:150px;
	padding: 50px 40px 100px;
	}
	
	.box-wrapper{
	  display:flex;
	  justify-content: center;
	padding-bottom: 50px;
	}
	
	.box {
	  display: flex;
	  justify-content: space-between;
	  margin: 20px auto;
	}

	.portrait {
	  width: 126px;
	  height: 126px;
	}
	
	.fa-instagram{
	  font-size:25px;
	  margin-top:100px;
	}
	
	.text {
	  vertical-align:top;
	  width:150px;
	  margin-left:10px;
	}

	.link_btn_arrow {
    margin-top: 20px;
    padding-bottom: 0px;
	width: 100%;
  }
}

