@import url(common.css);
.greeting {
  margin-bottom: 6em;
}
.greeting .inblock {
  margin-bottom: 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.greeting .inblock .txt {
  width: 70%;
}
.greeting .inblock .txt h2 {
  margin-bottom: 1em;
  font-size: 2em;
}
.greeting .inblock .photo {
  width: 24%;
  text-align: center;
}
.greeting .inblock .photo span {
  display: block;
}

.safety {
  margin-bottom: 6em;
}
.safety .base {
  margin-bottom: 1em;
  position: relative;
}
.safety .base .txt-area {
  min-height: 400px;
  margin: 0 0 0 auto;
  width: 45%;
}
.safety .base .txt-area h2 {
  margin-bottom: 1em;
  font-size: 2em;
  text-align: left;
}
.safety .base .txt-area h2 span {
  display: block;
}
.safety .base .photo {
  max-width: 50%;
  position: absolute;
  top: -30px;
  left: 0;
}
.safety .base .photo img {
  width: 100%;
}
.safety .bottom {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.safety .bottom .photo {
  width: 40%;
}
.safety .bottom .txt {
  width: 50%;
}

/*===========================================================================*/
/*  media quary:1200px  */
/*===========================================================================*/
@media screen and (max-width: 1200px) {
  .safety {
    margin-bottom: 4em;
  }
  .safety .base {
    margin-bottom: 0;
    position: relative;
  }
  .safety .base .txt-area {
    min-height: auto;
    margin: 0 0 1em auto;
    width: 48%;
  }
  .safety .base .txt-area h2 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }
  .safety .base .photo {
    max-width: 50%;
    position: absolute;
    top: 30px;
    left: 0;
  }
  .safety .bottom .photo {
    width: 45%;
  }
  .safety .bottom .txt {
    width: 50%;
  }
}
/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .greeting {
    margin-bottom: 4em;
  }
  .greeting .inblock {
    margin-bottom: 2em;
    display: block;
  }
  .greeting .inblock .txt {
    margin-bottom: 2em;
    width: 100%;
  }
  .greeting .inblock .txt h2 {
    margin-bottom: 0.5em;
    font-size: 1.8em;
    text-align: center;
  }
  .greeting .inblock .photo {
    width: 45%;
    margin: 0 auto;
    text-align: center;
  }
  .greeting .inblock .photo span {
    display: block;
  }
  .greeting .photo-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .greeting .photo-area li {
    width: 49%;
  }

  .safety {
    margin-bottom: 4em;
  }
  .safety .base {
    margin-bottom: 4em;
    position: relative;
  }
  .safety .base .txt-area {
    min-height: auto;
    width: 100%;
  }
  .safety .base .txt-area h2 {
    font-size: 1.8em;
    text-align: center;
  }
  .safety .base .photo {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .safety .bottom {
    display: block;
  }
  .safety .bottom .photo {
    width: 100%;
  }
  .safety .bottom .txt {
    width: 100%;
    margin-bottom: 1em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/

/*# sourceMappingURL=about.css.map */
