/*============================
#mv
============================*/
#mv {
  position: relative;
}
#mv .swiper-pagination-bullet-active {
  background-color: #000;
}
#mv .swiper-container {
  overflow: hidden;
}
#mv .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#mv .swiper-container .swiper-wrapper .swiper-slide figcaption {
  position: absolute;
  left: 0.5em;
  bottom: 0.5em;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #mv .swiper-container .swiper-wrapper .swiper-slide figcaption {
    font-size: 12px;
  }
}
#mv .swiper-container .swiper-pagination {
  top: auto;
  bottom: -30px;
}
#mv .swiper-container .swiper-button-prev,
#mv .swiper-container .swiper-button-next {
  transform: translateY(-50%);
  color: #fff;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #mv .swiper-container .swiper-button-prev::after,
#mv .swiper-container .swiper-button-next::after {
    font-size: 20px;
  }
}
/*============================
#intro
============================*/
#intro .uk-container p {
  font-weight: bold;
  font-size: 33px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #intro .uk-container p {
    font-size: 25px;
  }
}
#intro .uk-container p span {
  background: linear-gradient(transparent 70%, #FCC200 70%);
  padding: 0 0.2em;
}

/*============================
#company
============================*/
#company {
  background: #e9e9e9;
  position: relative;
}
#company::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1000px;
  height: 100%;
  background: #DFDFDF;
}
#company .uk-container {
  position: relative;
}
#company .uk-container .company-body {
  position: absolute;
  left: 30px;
  top: 0;
  width: 100%;
  max-width: 575px;
}
@media screen and (max-width: 768px) {
  #company .uk-container .company-body {
    position: static;
  }
}
#company .uk-container .company-body .well {
  background: #000;
  color: #fff;
  padding: 30px 60px;
}
@media screen and (max-width: 768px) {
  #company .uk-container .company-body .well {
    padding: 17px 30px;
  }
}
#company .uk-container .company-body .well ul {
  margin: 0;
  padding: 0;
}
#company .uk-container .company-body .well ul li {
  line-height: 2;
  display: flex;
  gap: 1em;
}
#company .uk-container .company-body .well ul li span:first-of-type {
  flex-shrink: 0;
}
#company .uk-container figure {
  width: 100%;
  max-width: 66%;
  margin: 110px 0 0 0;
  padding: 0;
  float: right;
}
@media screen and (max-width: 768px) {
  #company .uk-container figure {
    max-width: none;
    margin: 0;
    float: none;
  }
}
#company .uk-container figure img {
  width: 100%;
}

/*============================
#service
============================*/
#service .uk-container .uk-grid div figure img {
  border: 1px solid #eee;
  border-bottom: none;
}
#service .uk-container .uk-grid div figure figcaption {
  background-color: #000;
  color: #fff;
  padding: 0.9em 1em;
  line-height: 1.5;
}

/*============================
#inq
============================*/
#inq {
  background: #000;
  color: #fff;
  text-align: center;
}
#inq .uk-container p {
  font-weight: bold;
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #inq .uk-container p {
    font-size: 19px;
  }
}
#inq .uk-container p a {
  font-size: 63px;
  font-size: 1.91em;
  letter-spacing: 0.06em;
  color: #fff;
}

/*============================
#access
============================*/
#access iframe {
  margin-top: 2em;
}
#access iframe + .uk-section .uk-container p {
  line-height: 2;
}