@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

			拠点ページ用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/****************************************************************************************************************************
	コンテンツ
****************************************************************************************************************************/
/* officeConts --------------------------------------------*/
.officeConts{
  background-color: #fcfcfc;
  padding-top: 70px;
  padding-bottom: 70px;
}

.officeConts .in_conts{
}

.officeConts .in_conts ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 70px;
}

.officeConts .in_conts li{
  width: 49%;
  margin: 30px 2% 0 0;
  background-color: #fff;
  padding: 30px;
}

.officeConts .in_conts li:nth-child(2n+2){
  margin-right: 0;
}

.officeConts .in_conts li .h2Area{
  margin-bottom: 20px;
}

.officeConts .in_conts li .h2Area h2{
  color: #333;
  font-size: 22px;
  font-weight: 500;
}

.officeConts .in_conts li .h2Area h2:before{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: fontawesome;
  content: '\f041';
  font-size: 25px;
  color: #ff4761;
  margin-right: 5px;
}

.officeConts .in_conts li .dataImg{
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}

.officeConts .in_conts li .imgArea{
  width: 100%;
  height: 300px;
  position: relative;
}

.officeConts .in_conts li .imgArea a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 2;
}

.officeConts .in_conts li .imgArea iframe{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
}

.officeConts .in_conts li .textArea{
  letter-spacing: 0.2em;
  margin-top: 10px;
}

.officeConts .in_conts li .textArea .links{
  margin-top: 8px;
}

.officeConts .in_conts li .textArea .links a{
  display: inline-block;
  letter-spacing: 0.1em;
  color: #0089b7;
  font-size: 13px;
}

.officeConts .in_conts li .textArea .links a span:before{
  font-family: fontawesome;
  content: '\f0c1';
  padding-right: 5px;
}

@media screen and (max-width: 920px) {
  .officeConts{
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .officeConts .in_conts ul{
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .officeConts{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .officeConts .in_conts ul{
    margin-bottom: 10px;
  }
  .officeConts .in_conts li{
    width: 100%;
    margin: 10px 0 0 0;
    padding: 15px;
  }
}












 /****************************************************************************************************************************

 ****************************************************************************************************************************/
