@import url(common.css);
.read-area {
  margin-bottom: 10em;
}
.read-area .txt {
  width: 100%;
  text-align: center;
  font-size: 1em;
  line-height: 2em;
}
.read-area .txt span {
  display: block;
}
.read-area .txt em {
  font-weight: bold;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 10%, #fff2a5 10%) repeat scroll 0 100%;
}
.read-area .txt + .txt {
  margin-top: 2em;
}
.read-area .photo {
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}
.read-area .photo img.sp_only {
  display: none;
}

.ttl-sec {
  margin-bottom: 1em;
  font-size: 2.2em;
  text-align: center;
  line-height: 1.5em;
}
.ttl-sec span {
  font-size: 0.4em;
  display: block;
  line-height: 1em;
  color: #766d34;
  letter-spacing: 0.2em;
}

.strong .area-strong {
  padding: 0;
  list-style-type: none;
}
.strong .area-strong .box-topic {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  flex-wrap: wrap;
}
.strong .area-strong .box-topic .txt-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% - 40px);
  padding-bottom: 1em;
}
.strong .area-strong .box-topic .txt-area p {
  margin-bottom: 1em;
}
.strong .area-strong .box-topic .txt-area p.number {
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1em;
  color: #766d34;
  font-family: 'Jost', sans-serif;
}
.strong .area-strong .box-topic .txt-area h3 {
  font-size: 1.5em;
  margin-bottom: 0.25em;
}
.strong .area-strong .box-topic .box-img {
  width: calc(50% - 20px);
  margin-right: 60px;
}
.strong .area-strong .box-topic:nth-child(2) {
  flex-flow: row;
}
.strong .area-strong .box-topic:nth-child(2) .box-img {
  margin-right: 0;
  margin-left: 60px;
}
.strong .area-strong .box-topic + .box-topic {
  margin-top: 40px;
}

.career {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.policy {
  padding: 6em 0;
}
.policy p {
  text-align: center;
}
.policy p img {
  max-width: 80px;
}
.policy dl {
  margin-bottom: 6em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.policy dl dt {
  margin-right: 50px;
  font-size: 1.8em;
}
.policy dl dt img {
  display: block;
  max-width: 145px;
  text-align: center;
  margin: 0 auto 0.25em;
}
.policy dl dd {
  width: calc(100% - 195px);
}
.policy dl dd h3 {
  font-size: 1.675em;
}
.policy dl dd span {
  display: block;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  .inblock-m {
    margin-right: 30px;
    margin-left: 30px;
  }

  .ttl-sec {
    font-size: 2.2em;
  }

  .strong .area-strong .box-topic .box-img {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .strong .area-strong .box-topic .txt-area {
    width: calc(50% - 15px);
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .ttl-sec {
    font-size: 1.8em;
  }

  .read-area {
    display: block;
    width: 90%;
    margin: 0 auto 6em;
  }
  .read-area .txt {
    width: 100%;
    text-align: left;
  }
  .read-area .txt span {
    display: inline;
  }
  .read-area .photo {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
  }
  .read-area .photo img.sp_only {
    display: block;
  }
  .read-area .photo img.pc_only {
    display: none;
  }

  .strong .area-strong .box-topic .box-img {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
  }
  .strong .area-strong .box-topic p.number, .strong .area-strong .box-topic h3 {
    text-align: center;
  }
  .strong .area-strong .box-topic h3 {
    font-size: 1.4em !important;
  }
  .strong .area-strong .box-topic .txt-area {
    width: 100%;
  }
  .strong .area-strong .box-topic:nth-child(2) {
    flex-flow: column;
  }
  .strong .area-strong .box-topic:nth-child(2) .box-img {
    margin: 0 auto;
  }

  .policy {
    padding: 6em 0 4em 0;
  }
  .policy dl {
    width: 90%;
    margin: 0 auto 4em;
  }
  .policy dl dt {
    margin-right: 20px;
    font-size: 1.5em;
  }
  .policy dl dt img {
    max-width: 120px;
  }
  .policy dl dd {
    width: calc(100% - 140px);
  }
  .policy dl dd h3 {
    font-size: 1.4em;
  }

  #contents {
    margin: 0;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .inblock-m {
    margin-right: 16px;
    margin-left: 16px;
  }

  .policy {
    padding: 4em 0;
  }
  .policy dl {
    display: block;
    text-align: center;
  }
  .policy dl dt {
    margin-right: 0;
  }
  .policy dl dt img {
    max-width: 130px;
  }
  .policy dl dd {
    width: 100%;
  }
}

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