@charset "UTF-8";
.page-head {
  background-image: url("../assets/images/about/about-head.jpg");
}

.mediabox {
  max-width: 940px;
  margin: auto;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  letter-spacing: 0.12em;
  margin-bottom: 120px;
}
.mediabox img {
  width: 51%;
  margin-right: -60px;
}
.mediabox__text {
  width: 50.3%;
}
.mediabox__text h2 {
  font-family: "游明朝", "ヒラギノ明朝", serif;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.mediabox__text p {
  font-size: 14px;
  line-height: 24px;
}
.mediabox__text p + p {
  margin-top: 1em;
}
.mediabox_reverse {
  flex-direction: row-reverse;
}
.mediabox_reverse img {
  margin-right: auto;
  margin-left: -60px;
}

.section-head {
  font-family: "游明朝", "ヒラギノ明朝", serif;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #666666;
  text-align: center;
}

.info {
  max-width: 960px;
  margin: -40px auto 120px;
  padding-top: 40px;
}
.info__list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 32px;
  border-top: solid 1px #D5D5D5;
}
.info__list dt {
  width: 216px;
  padding: 25px 20px 25px;
  border-bottom: solid 1px #D5D5D5;
}
.info__list dd {
  width: calc(100% - 216px);
  padding: 25px 0;
  border-bottom: solid 1px #D5D5D5;
}

.master {
  max-width: 940px;
  margin: -40px auto 80px;
  padding-top: 40px;
  color: #666666;
}
.master__content {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  letter-spacing: 0.12em;
}
.master__content img {
  width: 51%;
  margin-left: -60px;
}
.master__content .text {
  width: 50.3%;
}
.master__content .text h3 {
  font-family: "游明朝", "ヒラギノ明朝", serif;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.master__content .text h3 span {
  font-size: 14px;
}
.master__content .text h4 {
  font-size: 16px;
  margin-bottom: 16px;
}
.master__content .text p {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width:767px) {
  .page-head {
    background-image: url("../assets/images/about/about-head-sp.jpg");
  }
  .mediabox {
    display: block;
    margin-bottom: 80px;
  }
  .mediabox img {
    width: 100%;
    margin-right: 0;
    margin-top: 40px;
  }
  .mediabox__text {
    width: 100%;
  }
  .mediabox__text h2 {
    margin-bottom: 24px;
  }
  .mediabox_reverse img {
    margin-left: 0;
  }
  .info {
    margin: -120px auto 80px;
    padding-top: 120px;
  }
  .info__list {
    margin-top: 40px;
    line-height: 28px;
  }
  .info__list dt {
    width: 100%;
    padding: 18px 10px 0;
    border-top: solid 1px #D5D5D5;
    border-bottom: none;
  }
  .info__list dd {
    width: 100%;
    padding: 0 10px 18px;
  }
  .master {
    margin: -120px auto 40px;
    padding-top: 120px;
  }
  .master__content {
    margin-top: 40px;
    display: block;
  }
  .master__content img {
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
  }
  .master__content .text {
    width: 100%;
  }
}