@charset "UTF-8";
/* =====================
  MV
===================== */
.mv {
  background-image: url('/assets/image/company/mv.png');
}
/* =====================
  TOP MESSAGE
===================== */
.message {
  padding-top: 172px;
  padding-bottom: 110px;
}
.message .inner .message-wrap {
  width: 726px;
  margin-inline: auto 0;
  position: relative;
}
.message .inner .message-wrap::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/company/company1.png');
  width: 752px;
  height: 700px;
  position: absolute;
  top: -76px;
  right: 798px;
}
.message .inner .message-wrap > span {
  line-height: 2;
}
.message .inner .message-wrap > h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  margin-top: 2px;
}
.message .inner .message-wrap > p {
  line-height: 2;
  margin-top: 32px;
}
.message .inner .message-wrap .name picture img {
  display: block;
  margin-inline: auto 0;
  margin-top: 30px;
}
/* =====================
  OUTLINE
===================== */
.outline {
  padding-bottom: 64px;
}
.outline .inner .outline-table table {
  margin-top: 32px;
}
.outline .inner .outline-table table th,
.outline .inner .outline-table table td {
  line-height: 2;
  vertical-align: middle;
  padding-block: 15px;
  padding-left: 30px;
}

/* =====================
  history
===================== */
.history {
  padding-bottom: 66px;
}
.history .inner .history-wrap {
  padding-inline: 30px;
  margin-top: 30px;
}
.history .inner .history-wrap ol {
  display: flex;
  gap: 32px;
}
.history .inner .history-wrap ol li .history-y {
  opacity: 0.3;
  font-size: 46px;
  line-height: 1.57;
  display: flex;
  align-items: center;
  gap: 32px;
}
.history .inner .history-wrap ol li .history-y::after {
  content: '';
  display: block;
  width: 60px;
  border-bottom: 1px solid #dadada;
}
.history .inner .history-wrap ol li + li .history-y::after {
  border-bottom: 1px dashed #dadada;
}
.history .inner .history-wrap ol li:last-child {
  width: 100%;
}
.history .inner .history-wrap ol li:last-child .history-y::after {
  width: 100%;
}
.history .inner .history-wrap ol li .history-m {
  font-size: 20px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 8px;
}
.history .inner .history-wrap ol li .history-m::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50rem;
  background-color: var(--blue);
}
.history .inner .history-wrap ol li p {
  line-height: 2;
}
/* =====================
  access
===================== */
.access {
  padding-bottom: 128px;
}
.access .inner .google-map {
  margin-top: 31px;
}
.access .inner .google-map iframe {
  width: 100%;
  height: 500px;
}
.access .inner .address-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.access .inner .address-link {
  margin-top: 32px;
}
.access .inner .address-link .address p {
  line-height: 2;
}
.access .inner .address-link .address p > span {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}
.access .inner .address-link .address p > span::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/company/icon_train.png');
  width: 16px;
  height: 20px;
}
