@charset "UTF-8";
/*===============================
scss 変数ファイル
================================*/
/*
カラー
================================*/
/*
メディアクエリ
================================*/
#ourstory .pageHeading {
  background-image: url(../../images/page/ourstory/ourstory_back.jpg);
}
#ourstory .sec01 .map {
  position: relative;
}
#ourstory .sec01 .map .text {
  margin-top: 25px;
}
@media screen and (min-width: 640px) {
  #ourstory .sec01 .map .text {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  #ourstory .sec01 .map .text {
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  #ourstory .sec01 .ourstoryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  #ourstory .sec01 .ourstoryList .item {
    width: calc(50% - 25px);
    margin-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  #ourstory .sec01 .ourstoryList .item {
    width: calc(50% - 40px);
    margin-right: 80px;
  }
}
#ourstory .sec01 .ourstoryList .item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #ourstory .sec01 .ourstoryList .item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #ourstory .sec01 .ourstoryList .item:nth-child(2n) {
    margin-right: 0;
  }
}
#ourstory .sec01 .ourstoryList .item .block .text {
  margin-top: 25px;
}