/* VISUAL */
.page_visual{
  position: relative;
  width: 100%;
  height: 200px;
  background: url(/assets/img/company/page_visual.jpg) no-repeat center center / cover;
}
@media screen and (min-width:769px) {
  .page_visual{
    height: 400px;
  }
}

/* MESSAGE */
.sec_message{
}
.sec_message .catch{
  margin-bottom:1em;
}
.sec_message .text{
  line-height:2.4;
  letter-spacing:0.05em;
}
.sec_message .signature{
  font-size:1.8rem;
  text-align:right;
  margin-top:1.5em;
}
.sec_message .signature .name{
  font-size:2.4rem;
  margin-left:1em;
}

/* OUTLINE */
.sec_outline{
  margin-top:80px;
}
.sec_outline .list_item{
  display: grid;
  grid-template-columns: 6em 1fr;
  gap:1em;
  background:#066A8D16;
  padding:1em;
}
.sec_outline .list_item:nth-child(odd){
  background:#066A8D16;
}
.sec_outline .list_item:nth-child(even){
  background:#FFFFFF;
}

.sec_outline .list_item dt{
  font-weight:700;
}
@media screen and (min-width:769px) {
  .sec_outline .list_item{
    gap:1em 3em;
  }
}

/* ACCESS */
.sec_access{
  margin-top:80px;
}
.sec_access .text_block{
  margin-bottom:1em;
}