/* --------------------------------------------------
	section size
-------------------------------------------------- */
.page-comapny {
  /* sec-overview
  ---------------------------------------------------------------------------- */
  /* sec-access
  ---------------------------------------------------------------------------- */
  /* c-other_contents
  ---------------------------------------------------------------------------- */
}
.page-comapny .sec-overview {
  padding: 15rem 0 20rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-comapny .sec-overview {
    padding: 6.4rem 0 16rem 0;
  }
}
.page-comapny .sec-overview .c-tbl {
  width: 100%;
  max-width: 93.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-comapny .sec-overview .c-tbl {
    max-width: inherit;
  }
}
.page-comapny .sec-access {
  padding-bottom: 20.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-comapny .sec-access {
    padding-bottom: 13.6rem;
  }
}
.page-comapny .sec-access .l-inner {
  max-width: 90rem;
}
@media screen and (max-width: 767px) {
  .page-comapny .sec-access .l-inner {
    max-width: inherit;
  }
}
.page-comapny .sec-access .c-title {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .page-comapny .sec-access .c-title {
    margin-bottom: 4.8rem;
  }
}
.page-comapny .sec-access .gmap {
  width: 100%;
  aspect-ratio: 900/440;
}
@media screen and (max-width: 767px) {
  .page-comapny .sec-access .gmap {
    aspect-ratio: 329/200;
  }
}
.page-comapny .sec-access .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.page-comapny .sec-access .map-txt_wrap {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .page-comapny .sec-access .map-txt_wrap {
    margin-top: 3.4rem;
    flex-direction: column;
    gap: 3.6rem 0;
  }
}
.page-comapny .sec-access .map-txt_wrap .map-txt {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .page-comapny .sec-access .map-txt_wrap .map-txt {
    width: 100%;
  }
}
.page-comapny .sec-access .map-txt_wrap .map-txt .c-title02 {
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .page-comapny .sec-access .map-txt_wrap .map-txt .c-title02 {
    margin-bottom: 1.6rem;
  }
}
.page-comapny .sec-access .map-txt_wrap .btn_wrap {
  text-align: right;
  width: calc(100% - 60rem);
}
@media screen and (max-width: 767px) {
  .page-comapny .sec-access .map-txt_wrap .btn_wrap {
    text-align: left;
    width: 100%;
  }
}
.page-comapny .sec-access .map-txt_wrap .btn_wrap .c-txt_links {
  min-width: 13.3rem;
}
.page-comapny .sec-access .slider-container {
  margin-top: 24.5rem;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-comapny .sec-access .slider-container {
    margin-top: 13.7rem;
  }
}
.page-comapny .sec-access .slider-container .slider-wrapper {
  display: flex;
  animation: horizontal-animation 50s linear infinite;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .page-comapny .sec-access .slider-container .slider-wrapper {
    margin-right: 0.75rem;
    animation: horizontal-animation 60s linear infinite;
  }
}
.page-comapny .sec-access .slider-container .slide {
  width: 58rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .page-comapny .sec-access .slider-container .slide {
    width: 43.5rem;
    margin-right: 0.75rem;
  }
}
.page-comapny .sec-access .slider-container .slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .page-comapny .c-other_contents .c-title.-no-border {
    text-align: center;
  }
  .page-comapny .c-other_contents .c-title.-no-border .ttl, .page-comapny .c-other_contents .c-title.-no-border .sub-ttl {
    text-align: center;
  }
}

@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}