/* =======================================================
common
======================================================= */
.el-common-ttl.--ttl01 {
  margin-bottom: 56px;
}

@media screen and (width <= 750px) {
  .el-common-ttl.--ttl01 {
    margin-bottom: 64px;
  }
}
/* =======================================================
lower-mv
======================================================= */
.bl-lower-mv-ttl {
  gap: 9px;
}
.bl-lower-mv-ttl::before {
  width: 74px;
  height: 16px;
  background: url("../images/company/mv-ttl.svg") top center/contain no-repeat;
}

@media screen and (width <= 750px) {
  .bl-lower-mv-ttl {
    gap: 13.5px;
  }
  .bl-lower-mv-ttl::before {
    width: 160px;
    height: 35px;
  }
}
/* =======================================================
mission
======================================================= */
.ly-mission {
  padding: 101px 0 56px;
}

.bl-mission::before, .bl-mission::after {
  position: absolute;
  z-index: 2;
  width: 156px;
  height: 141px;
  content: "";
  animation: birdFloat 2s ease-in-out infinite;
}
.bl-mission::before {
  bottom: 178px;
  left: -8px;
  background: url("../images/common/bird-head-right-btm.svg") top center/contain no-repeat;
}
.bl-mission::after {
  top: 111px;
  right: -8px;
  background: url("../images/common/bird-head-left-btm.svg") top center/contain no-repeat;
  animation-delay: -1s;
}
.bl-mission-ttl::before {
  top: -20px;
  width: 424px;
  height: 60px;
  background: url("../images/company/mission-ttl-deco.svg") top center/contain no-repeat;
}
.bl-mission-subttl {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
}
.bl-mission-picture {
  width: 550px;
  margin: 0 auto;
}

@media screen and (width <= 750px) {
  .ly-mission {
    padding: 100px 0 80px;
  }
  .bl-mission::before, .bl-mission::after {
    display: none;
  }
  .bl-mission-ttl::before {
    top: -23px;
    width: 514px;
    height: 74px;
    background: url("../images/company/mission-ttl-deco-sp.svg") top center/contain no-repeat;
  }
  .bl-mission-subttl {
    margin-bottom: 64px;
    font-size: 30px;
  }
  .bl-mission-picture {
    width: 100%;
  }
}
/* =======================================================
company
======================================================= */
.ly-company {
  padding: 97px 0 56px;
  background: linear-gradient(180deg, #142d67 0%, #145b67 100%);
}

.bl-company-ttl::before {
  top: -20px;
  width: 486px;
  height: 60px;
  background: url("../images/company/company-ttl-deco.svg") top center/contain no-repeat;
}
.bl-company-def {
  padding: 40px;
  background: var(--color-white);
}
.bl-company-dwrap {
  display: grid;
  grid-template-columns: 230px 1fr;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-accent03);
}
.bl-company-dwrap:first-of-type {
  padding-top: 0;
}
.bl-company-ditem a {
  color: var(--color-accent04);
  text-decoration: underline;
}

@media screen and (width <= 750px) {
  .ly-company {
    padding: 96px 0 80px;
  }
  .bl-company-ttl::before {
    top: -23px;
    width: 514px;
    height: 74px;
    background: url("../images/company/company-ttl-deco-sp.svg") top center/contain no-repeat;
  }
  .bl-company-dwrap {
    grid-template-columns: 200px 1fr;
    padding: 24px 0;
  }
}
/* =======================================================
access
======================================================= */
.ly-access {
  padding: 97px 0 56px;
  background: var(--color-black);
}

.bl-access-ttl::before {
  top: -18px;
  width: 366px;
  height: 64px;
  background: url("../images/company/access-ttl-deco.svg") top center/contain no-repeat;
}
.bl-access-box {
  display: grid;
  grid-template: "map-wrapper def" "map-wrapper btn";
  grid-template-rows: auto 1fr;
  grid-template-columns: 496px 1fr;
  gap: 40px 32px;
}
.bl-access-map {
  width: 100%;
  height: 320px;
  border: none;
}
.bl-access-map-wrapper {
  display: flex;
  grid-area: map-wrapper;
}
.bl-access-def {
  display: grid;
  grid-area: def;
  gap: 16px;
}
.bl-access-dwrap {
  display: grid;
  grid-template-columns: 109px 1fr;
  color: var(--color-white);
}
.bl-access-dttl {
  font-weight: 700;
}
.bl-access-btn {
  align-self: start;
  margin-left: 0;
}

@media screen and (width <= 750px) {
  .ly-access {
    padding: 96px 0 80px;
  }
  .bl-access-ttl::before {
    top: -23px;
    width: 458px;
    height: 80px;
    background: url("../images/company/access-ttl-deco-sp.svg") top center/contain no-repeat;
  }
  .bl-access-box {
    grid-template: "map-wrapper" "def" "btn";
    grid-template-rows: auto;
    grid-template-columns: auto;
    gap: 0;
  }
  .bl-access-map {
    height: 388px;
  }
  .bl-access-map-wrapper {
    margin-bottom: 32px;
  }
  .bl-access-def {
    gap: 24px;
    margin-bottom: 48px;
  }
  .bl-access-dwrap {
    grid-template-columns: 165px 1fr;
  }
  .bl-access-btn {
    margin-left: auto;
  }
}