@charset "UTF-8";
/*====================================
======================================

　Foundation/_mixin.scss


======================================
====================================*/
/*
■メディアクエリー　ブレイクポイント
====================================*/
/*====================================
====================================

　Object/pages/company_office.scss　

　CompanyOffice　Class　Set
　↓TargetPages'
　　/company/office.html

====================================
====================================*/
/*
■　写真要素の共通設定
====================================*/
/*
■　リード文のCSSクラス
====================================*/
.office_text {
  width: 72%;
  margin: 30px auto;
}

/*
■　写真要素の個別ポジションCSSクラス
====================================*/
.office-item01 {
  text-align: center;
  max-width: 800px;
  margin: 60px auto 70px;
  position: relative;
  z-index: 0;
}
.office-item01 p {
  font-size: 24px;
  width: 300px;
  background: #fff;
  text-align: center;
  padding: 20px;
  box-shadow: 1px 1px 16px 2px rgba(0, 0, 0, 0.1);
  transition-delay: 0.5s;
}

.office-item02 {
  max-width: 1100px;
  margin: 0 auto;
}
.office-item02 div p {
  font-size: 24px;
  width: 300px;
  background: #fff;
  text-align: center;
  padding: 20px;
  box-shadow: 1px 1px 16px 2px rgba(0, 0, 0, 0.1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px){
  .office_text {
    width: 100%;
    padding-bottom: 15px;
  }
  .office-item01 p {
    position: relative;
    z-index: 1;
    margin: -30px auto 0;
  }
  .office-item02 div {
    margin: 60px auto 70px;
  }
  .office-item02 div p {
    position: relative;
    z-index: 1;
    margin: -30px auto 0;
  }
}
@media screen and (min-width: 769px){
  .office-item01 p {
    position: relative;
    z-index: 1;
    margin: -40px auto 0;
  }
  .office-item02 div {
    width: 54%;
    position: relative;
    z-index: 0;
  }
  .office-garden p {
    position: absolute;
    top: 60px;
    right: -250px;
  }
  .office-lunch img {
    position: absolute;
    top: -300px;
    right: -506px;
  }
  .office-lunch p {
    margin: 35px 44% 195px;
    position: relative;
    z-index: 1;
  }
  .office-floor p {
    position: absolute;
    top: 60px;
    right: -250px;
  }
  .office-salon img {
    position: absolute;
    top: -300px;
    right: -506px;
  }
  .office-salon p {
    margin: 35px 44% 105px;
    position: relative;
    z-index: 1;
  }
}