@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Jost:wght@600;700;800;900&family=Roboto:wght@400;500;700&display=swap");
header .h_choice {
  display: none;
}

#ttlBox:after {
  background: url(../img/company_top_img.jpg) top center #EBEBEB;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #ttlBox:after {
    background: url(../img/company_top_img_sp.jpg) bottom center #EBEBEB;
    background-size: cover;
  }
}

.company .inner {
  max-width: 860px;
}
.company h2 {
  font-size: 3.2rem;
  color: #443CBF;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .company h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
}

/* company
=========================================== */
.company .company_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: solid 1px #CCCCCC;
  padding: 30px 10px;
}
@media screen and (max-width: 767px) {
  .company .company_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
  }
}
.company .company_item:first-child {
  border-top: solid 1px #CCCCCC;
}
.company .company_item dt, .company .company_item dd {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .company .company_item dt, .company .company_item dd {
    font-size: 1.4rem;
  }
}
.company .company_item p {
  text-indent: -0.5rem;
}
@media screen and (max-width: 767px) {
  .company .company_item p {
    font-size: 1.4rem;
  }
}
.company .company_item dt {
  width: 20%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .company .company_item dt {
    margin-bottom: 10px;
    width: 100%;
  }
}
.company .company_item dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .company .company_item dd {
    width: 100%;
  }
}
.company .company_item ul {
  list-style-type: disc;
  margin-left: 2rem;
}
.company .company_item iframe {
  margin-top: 20px;
}