.access {
  background-color: #F8FCFF;
  margin-top: -8rem;
  padding: 0 12rem 0 8rem;
  padding-top: 24.2rem;
  scroll-margin-top: 6rem;
}

.access__nav {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
  font-weight: bold;
  text-align: center;
}

.access__nav .asset__btn-01 {
  min-width: 34rem;
}

@media screen and (max-width: 1024px) {
  .asset__btn-01 {
    padding: 1.8rem 7.1rem 1.8rem 7rem;
  }
}

.access__container {
  margin-top: 8rem;
}

.access__box {
  background-color: #FFF;
  padding: 4rem 6rem 4rem 4rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #CCCCCC;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  border-left: solid 0.3rem #EA5B13;
  position: relative;
  z-index: 10;
}

.access__box:not(:first-of-type) {
  margin-top: 4rem;
}

.access__box.green {
  border-left: solid 0.3rem #137C2A;
}

.access__box.green .access__txt-middle .top {
  color: #137C2A;
}

.access__box.green .access__txt-bottom .top {
  color: #137C2A;
}

.access__map {
  width: 100%;
}

.access__map iframe {
  width: 100%;
  aspect-ratio: 620/466;
  margin-bottom: 1.5rem;
}

.access__map p {
  color: #353636;
  line-height: 1.875em;
}

.access__map p a {
  color: #145D99;
  text-decoration: underline;
  transition: color 0.3s ease;
  margin-left: 1.5rem;
  transition: all 0.3s ease;
}

.access__map p a:hover {
  opacity: 0.8;
}

.access__txt-head {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 4rem 0;
  border-bottom: #CCCCCC solid 0.1rem;
}

.access__txt-head span {
  font-size: 2rem;
}

.access__txt-middle {
  margin-bottom: 3rem;
}

.access__txt-middle .top {
  font-size: 1.8rem;
  color: #EA5B13;
  font-weight: bold;
  margin-top: 3rem;
}

.access__txt-middle .middle {
  font-size: 1.6rem;
  line-height: 1.875em;
  font-weight: bold;
  margin-top: 1.5rem;
}

.access__txt-middle .bottom {
  font-size: 1.6rem;
  line-height: 1.875em;
}

.access__txt-bottom {
  padding-top: 0rem;
  border-top: #CCCCCC solid 0.1rem;
}

.access__txt-bottom .top {
  font-size: 1.8rem;
  color: #EA5B13;
  font-weight: bold;
  margin-top: 3rem;
}

.access__txt-bottom .middle {
  font-size: 1.6rem;
  line-height: 1.875em;
  font-weight: bold;
  margin-top: 1.5rem;
}

.access__txt-bottom .bottom {
  font-size: 1.6rem;
  line-height: 1.875em;
}

.staff {
  padding: 0 0rem 0 0rem;
  margin: 14.54rem 0rem 16rem 0rem;
  position: relative;
  scroll-margin-top: 6rem;
}

.staff .ttl__asset01 {
  flex-wrap: wrap;
  font-size: 2.4rem;
  padding: 0 16rem 0 8rem;
  position: relative;
  z-index: 1;
}

.staff .ttl__asset01 h3 {
  margin-right: auto;
}

.staff .ttl__asset01 p {
  display: block;
  line-height: 1.5em;
  margin-top: 2rem;
  flex: 0 0 100%;
  font-size: 1.6rem;
}

.staff__container {
  margin-top: 8.26rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 4rem;
  /* background-color: #FFF; */
  /* グラデーション */
  background: linear-gradient(to bottom,
      #FFF 0%,
      #FFF 95%,
      #FCFCFC 100%);
  padding: 0 16rem 0 8rem;
}

.staff__box {
  position: relative;
  z-index: 25;
}

.staff__container .box02 {
  margin-top: 8rem;
  position: relative;
}

.staff__container .box02 .btn {
  position: absolute;
  bottom: 46rem;
  right: 27.8rem;
}

.staff__icon {
  position: relative;
}

.staff__name {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-5deg);
}

.staff__name .jp {
  font-size: 2rem;
  font-weight: bold;
  background-color: #EA5B13;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 4rem;
  padding: 1rem 4rem;
  width: fit-content;
  color: #FFFFFF;
  margin-top: .45rem;
}

.staff__name .en {
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #EA5B13;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 4rem;
  padding: 1rem 3rem;
  font-family: "Outfit";
  width: fit-content;
  color: #FFFFFF;
}

.staff__icon img {
  width: 37rem;
  margin: auto;
  display: block;

}

.staff__txt {
  margin-top: 3.7rem;
}

.staff__txt-ttl {
  margin-top: 2rem;
  font-weight: bold;
  padding-left: 1.5rem;
  position: relative;
}

.staff__txt-ttl::before {
  content: "";
  width: .8rem;
  aspect-ratio: 1 / 1;
  background-color: #EA5B13;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0rem;
}

.staff__txt-desc {
  margin-top: .5rem;
  line-height: 1.875em;
}

.staff__txt-ttl02 {
  font-size: 2rem;
  font-weight: bold;
  color: #EA5B13;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.staff__bg01 {
  position: absolute;
  left: 0;
  top: -26rem;
  width: 100%;
  z-index: 0;
  background-color: #F8FCFF;
}

.staff__bg02 {
  position: absolute;
  left: 0;
  bottom: -10rem;
  width: 100%;
}

.staff__bg02 img {
  position: relative;
  z-index: 3;
  display: block;
}

.staff__box .btn {
  margin-top: 2rem;
}

@media screen and (max-width: 1024px) {
  .access {
    padding: 0 2rem;
    margin-top: 4rem;
  }

  .access__nav {
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
  }

  .access__container {
    margin-top: 4rem;
  }

  .access__box {
    grid-template-columns: 1fr;
    padding: 2rem;
    gap: 0rem;
  }

  .access__map iframe {
    aspect-ratio: 16/9;
  }

  .access__txt-head {
    font-size: 2rem;
    padding: 2rem 0;
  }

  .access__txt-middle .top {
    font-size: 1.6rem;
  }

  .access__txt-middle .middle {
    font-size: 1.4rem;
  }

  .access__txt-middle .bottom {
    font-size: 1.4rem;
  }

  .access__txt-bottom .top {
    font-size: 1.6rem;
  }

  .access__txt-bottom .middle {
    font-size: 1.4rem;
  }

  .access__txt-bottom .bottom {
    font-size: 1.4rem;
  }

  .staff {
    margin: 8rem 2rem;
  }

  .staff .ttl__asset01 {
    flex-wrap: wrap;
    font-size: 2rem;
  }

  .staff .ttl__asset01 h3 {
    margin-right: auto;
    font-size: 1.8rem;
  }

  .staff .ttl__asset01 p {
    display: block;
    line-height: 1.5em;
    margin-top: 1rem;
    flex: 0 0 100%;
    font-size: 1.4rem;
  }

  .staff__box.box02 {
    padding-bottom: 10rem;
  }

  .staff__box.box02 .btn {
    position: absolute;
    bottom: 0rem;
    right: 2rem;
  }


}

/*# sourceMappingURL=company.css.map */
.about {
  background: linear-gradient(to bottom,
      #fcfcfc 0%,
      #ddeffdbc 50%,
      #c2e4fd00 100%);

}

.philosophy {
  text-align: center;
  position: relative;
  margin: 14.6rem 8rem 0 8rem;
  padding-bottom: 29rem;
}

.philosophy__ttl .ttl__asset02 h3 {
  font-size: 2.4rem;
}

.philosophy__ttl .ttl__asset02 img {
  width: 4rem;
}

.philosophy__ttl .ttl__asset02 {
  padding-bottom: 5.5rem;
  position: relative;
}

.philosophy__ttl .ttl__asset02::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-36deg);
  content: "";
  width: 4rem;
  height: 1px;
  border-radius: 999rem;
  background: linear-gradient(to bottom, #E34E00 0%, #FF5D13 50%, #E34E00 100%);
  transform-origin: left center;
  filter: drop-shadow(0 0 .08rem rgba(255, 93, 19, .45));

}

.philosophy__main {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 3rem;
}

.philosophy__txt {
  line-height: 1.875em;
  max-width: 77.5rem;
  margin: 3rem auto 0;
}

.philosophy__img01 {
  width: 38rem;
  position: absolute;
  top: -7rem;
  left: 0;
}

.philosophy__img02 {
  width: 39rem;
  position: absolute;
  top: -7rem;
  right: 0;
}

.overview {
  margin: 0rem 16rem 12rem 8rem;
}

.overview__ttl .ttl__asset01 img {
  width: 4rem;
}

.overview__ttl .ttl__asset01 h3 {
  font-size: 2.4rem;
}

.overview__container {
  margin: 4rem 0rem 0 0rem;
  width: 100%;
}

.overview__container table {
  width: 100%;
}

.overview__container th {
  background-color: #FAFAFA;
  border: #CCCCCC solid 1px;
  padding: 4rem;
  text-align: center;
  vertical-align: middle;
  width: 24rem;
  font-weight: bold;
}

.overview__container td {
  background-color: #FFFFFF;
  border: #CCCCCC solid 1px;
  padding: 4rem;
  vertical-align: middle;
  width: max-content;
  font-size: 1.6rem;
  line-height: 1.875em;
}

.access .asset__btn-01:hover {
  margin-right: 0;
}

.contact-banner__bg {
  margin-bottom: 16rem;
}

@media screen and (max-width: 1024px) {
  .philosophy {
    margin: 8rem 2rem 0;
    padding-bottom: 0;
  }

  .philosophy__img01 {
    width: 14rem;
    /* display: none; */
  }

  .philosophy__img02 {
    width: 12rem;
    right: -2rem;
  }

  .philosophy__main {
    font-size: 2.4rem;
  }

  .overview {
    margin: 6rem 2rem 0;
  }

  .overview__container th {
    width: auto;
    padding: 2rem;
    min-width: 6rem;

  }

  .overview__container th span {
    text-orientation: upright;
    writing-mode: vertical-rl;
    /* 文字を縦向きに */
    -webkit-text-orientation: upright;
    display: block; white-space: pre;
    /* 古いSafari対策の保険 */
  }
  .overview__container td {
    padding: 2rem;
    font-size: 1.4rem;
    width: auto;
  }

  .overview__container li {
    margin-top: 1rem;
    line-height: 1.2em;
  }

  .contact-banner__bg {
    margin-bottom: 12rem;
  }

  .img-01 {
    margin-top: 6rem;
  }

  .staff .ttl__asset01 {
    padding: 0 2rem;
  }

  .staff__container {
    padding: 0rem 2rem;
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 4rem;
  }

  .staff {
    margin: 8rem 0;
    background-color: #FFF;
  }

  .staff__icon img {
    width: 24rem;
    position: relative;
    left: 4rem;
    rotate: 5deg;
  }

  .staff__txt-desc {
    font-size: 1.4rem;
  }

  .staff__txt-ttl02 {
    font-size: 1.6rem;
  }

  .staff__bg02 {
    display: none;

  }

  .contact-banner__bg {
    margin-bottom: 0;
  }

  .overview__ttl .ttl__asset01 h3 {
    font-size: 1.8rem;
  }

  .overview__ttl .ttl__asset01 img {
    font-size: 3rem;
  }

  .overview__container {
    margin-top: 2rem;
  }
}