.info {
  width: 100%;
}
.info_h3 {
  width: 100%;
  height: 40px;
  background: #505050;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d3b256;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.info_dl {
  padding: 20px;
  font-size: 12px;
  max-height: 130px;
  overflow-y: scroll;
}
.info_dl_dd {
  margin-top: 0.5em;
}
.info_dd {
  white-space: pre-wrap;
}
.info a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .info {
    display: flex;
    width: 90%;
    max-width: 1400px;
    margin-left: auto;
  }
  .info_h3 {
    width: 200px;
    height: auto;
  }
  .info_dl {
    width: calc(100% - 200px);
    padding: 0 0 10px 0;
    font-size: 14px;
  }
  .info_div {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 0 0 20px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .info_dd {
    margin-top: 0;
    margin-left: 10px;
  }
}

.creative_h2 {
  padding: 0 20px;
  width: 80%;
  margin: 50px auto 0;
  max-width: 413px;
}
@media screen and (min-width: 769px) {
  .creative_h2 {
    margin-left: auto;
    margin-right: 50px;
  }
}
.creative_h3 {
  width: 100%;
  height: 40px;
  background: #505050;
  text-align: center;
  line-height: 40px;
  color: #d3b256;
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .creative_h3 {
    width: 40px;
    height: 220px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 20px 0;
    position: absolute;
    right: 30px;
  }
}
.creative_h4 {
  font-size: 34px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 30px;
}
.creative_h4 .S {
  display: block;
  font-size: 18px;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 769px) {
  .creative_h4 {
    font-size: 78px;
  }
  .creative_h4 .S {
    display: inline-block;
    font-size: 36px;
  }
}
.creative_img1 {
  margin-top: 50px;
  z-index: 1;
}
.creative_img1_text {
  padding: 30px;
  max-width: 640px;
  margin: 0 auto;
  line-height: 2.25;
}
@media screen and (min-width: 769px) {
  .creative_img1 {
    width: 90%;
    max-width: 1400px;
  }
  .creative_img1_text {
    width: 35%;
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.creative_img2_text {
  padding: 30px;
  max-width: 400px;
  margin: 0 auto;
}
.creative_img2_p1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 0.8em;
  line-height: 1;
}
.creative_img2_p1 .S {
  font-size: 26px;
  line-height: 1;
}
.creative_img2_p2 {
  line-height: 2.25;
}
@media screen and (min-width: 769px) {
  .creative_img2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .creative_img2_img {
    width: 70%;
    max-width: 1000px;
  }
  .creative_img2_text {
    width: 30%;
    margin: 0;
  }
  .creative_img2_p1 {
    text-align: left;
    font-size: 68px;
  }
  .creative_img2_p1 .S {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .creative_img2_img {
    margin-top: -100px;
  }
}

.style_h2 {
  padding: 0 20px;
  width: 80%;
  margin: 50px auto 0;
  max-width: 453px;
}
@media screen and (min-width: 769px) {
  .style_h2 {
    margin-left: 50px;
  }
}
.style_h3 {
  width: 100%;
  height: 40px;
  background: #505050;
  text-align: center;
  line-height: 40px;
  color: #d3b256;
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .style_h3 {
    width: 40px;
    height: 220px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 20px 0;
    position: absolute;
    left: 30px;
  }
}
.style_h4 {
  font-size: 34px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .style_h4 {
    font-size: 58px;
  }
}
.style_img {
  width: 100%;
  max-width: 1400px;
  margin: 30px 0 0 auto;
}
.style_img_a {
  width: 80%;
  max-width: 600px;
  height: 120px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -60px auto 0;
  background: #b89f58;
  letter-spacing: 0.02em;
}
.style_img_a::after {
  content: "";
  width: 26px;
  height: 120px;
  position: absolute;
  right: 10px;
  top: 0;
  background: url(../img/top/arrow.png) no-repeat center/contain;
}