.company_head {
  background: #E9F6FC;
  padding: 0 0 80px;
}

.page__ttl img {
  height: 84px;
}

@media screen and (max-width: 1160px) {
  .page__ttl img {
    height: 54px;
  }
}
@media screen and (max-width: 480px) {
  .page__ttl img {
    height: 64px;
  }
}

.company_info {
  max-width: 900px;
  margin: 50px auto 0;
  border: 6px solid #DDDDDD;
  border-radius: 30px;
  padding: 54px;
  background: #fff;
}

.company_info dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 38px;
  margin-bottom: 38px;
}
.company_info dl div {
  width: 47%;
}
.company_info dl dt {
  display: flex;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  color: #F88536;
}
.company_info dl dt img {
  width: auto;
  height: 27px;
}
.company_info dl dd {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.company_info dl dd a {
  color: #49A5DF;
}
.company_info dl dd.hiragino {
  font-family: "Hiragino Kaku Gothic Std", sans-serif;
}

.company_map {
  position: relative;
  padding-top: 56.25%;
}
.company_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company_body {
  padding-top: 80px;
  line-height: 1.8;
}
.company_body h2 {
  font-size: 3rem;
  margin-bottom: 50px;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  color: #49A5DF;
}
.company_body h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  background: url(../img/company-ttl-wave.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 900px;
}
.company_body p {
  margin-bottom: 50px;
}
.company_body img {
  margin-bottom: 50px;
  border-radius: 30px;
}
.company_body hr {
  border-top: 1px solid #DDDDDD;
  margin-bottom: 50px;
}
.company_lead {
  font-size: 1.8rem;
  color: #F88536;
}
.company_question {
  position: relative;
  padding-left: 70px;
  color: #49A5DF;
}
.company_question::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 53px;
  border: 1px solid #49A5DF;
}
.company_answer {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .company_head {
    padding-bottom: 40px;
  }
  .company_info {
    padding: 22px;
    margin-top: 40px;
  }
  .company_info dl {
    row-gap: 28px;
    margin-bottom: 30px;
  }
  .company_info dl div {
    width: 100%;
  }
  .company_info dl dd {
    letter-spacing: 0.05em;
  }
  .company_map {
    padding-top: 100%;
  }
  .company_body {
    padding-top: 40px;
  }
  .company_body h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .company_body h2::after {
    height: 16px;
  }
  .company_body p {
    margin-bottom: 30px;
  }
  .company_body img {
    margin-bottom: 30px;
  }
  .company_body hr {
    border-top: 1px solid #DDDDDD;
    margin-bottom: 30px;
  }
  .company_lead {
    font-size: 1.6rem;
  }
  .company_question {
    padding-left: 38px;
  }
  .company_question::before {
    top: 10px;
    width: 26px;
  }
}