@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------

service

------------------------------------------------------ */
#mainBlock #contentsBlock #service #serviceInner {
  padding-top: 140px;
  margin-top: -140px;
}
#service .inner h3 + figure + figure {
  margin-top: 30px;
}
#service .inner .item:first-of-type {
  margin-top: 55px;
}
#service .inner .item {
  margin-top: 40px;
}
#service .inner .item  > p + figure {
  margin-top: 20px;
}
#service .inner .item .detail .detail_right {
  border: 2px solid #707070;
  box-sizing: border-box;
  padding: 15px 0;
}
#service .inner .item .detail .detail_right > p {
  text-align: center;
  margin-bottom: 5px;
}
#service .inner .item .detail .detail_right .boxArea {
  display: flex;
  justify-content: center;
  align-items: center;
}
#service .inner .item .detail .detail_right .boxArea p {
  font-size: 12px;
  color: #004BB1;
  margin-left: 20px;
}
#service .inner .item .detail .detail_right .boxArea:hover p {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #service .inner h3 + figure {
    margin-top: 0;
  }
  #service .inner .item .detail .detail_right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #mainBlock #contentsBlock #service #serviceInner {
    padding-top: 90px;
    margin-top: -90px;
  }
  #service .inner .item .hd_bl {
    margin-top: 0;
  }
  #service .inner .item:first-of-type {
    margin-top: 20px;
  }
  #service .inner .item {
    margin-top: 25px;
  }
  #service .inner .item .detail .detail_right {
    margin-top: 15px;
  }
  #service .inner .item .detail .detail_right > p {
    font-size: 12px;
  }
  #service .inner .item .detail .detail_right .boxArea .box_left {
    max-width: 50px;
    width: 100%;
  }
  #service .inner .item .detail .detail_right .boxArea p {
    font-size: 11px;
    margin-left: 10px;
  }
}

/* ------------------------------------------------------

movie

------------------------------------------------------ */
#mainBlock #contentsBlock #movie {
  padding-top: 35px;
  padding-bottom: 35px;
}
#mainBlock #contentsBlock #movie #movieInner {
  padding-top: 95px;
  margin-top: -95px;
}
#movie .inner .movie_wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: -110px;
}
#movie .inner .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 76%;
  height: 76%;
  border: 0;
  background-color: transparent;
}
#movie .inner .movie_box .movie_wrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #movie .inner .movie_box {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
  }
  #movie .inner .movie_box .movie_wrap {
    padding-bottom: 27.5%;
    width: 49%;
    margin-bottom: 0;
  }
  #movie .inner .movie_box .movie_wrap iframe + iframe {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #movie .inner .movie_wrap {
    margin-bottom: 0;
  }
  #movie .inner .movie_box {
    margin-bottom: 50px;
  }
  #movie .inner .movie_wrap iframe {
    width: 90%;
    height: 90%;
  }
  #movie .inner .movie_box .movie_wrap + .movie_wrap {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  #mainBlock #contentsBlock #movie {
    padding-bottom: 0;
  }
}

/* ------------------------------------------------------

technology

------------------------------------------------------ */
#mainBlock #contentsBlock #technology {
  background-image: url('../img/img_back_technology.webp');
  background-size: cover;
  background-position: top center;
  padding-bottom: 50px;
}
#mainBlock #contentsBlock #technology #technologyInner {
  padding-top: 140px;
  margin-top: -140px;
}
#technology .inner {
  color: #fff;
}
#technology .inner h2 {
  margin-bottom: 35px;
}
#technology .inner h3 {
  position: relative;
  line-height: 1.3;
  margin-bottom: 42px;
}
#technology .inner h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px;
  display: inline-block;
  width: 60px;
  min-height: 2px;
  background-color: #CDD6DD;
}
#technology .inner > p {
  font-size: 16px;
  line-height: 1.5;
}
#technology .inner figure {
  margin: 40px auto 33px;
}
#technology .inner .detail {
  margin-bottom: 60px;
}
#technology .inner .detail .detail_left, #technology .inner .detail .detail_right {
  width: 39%;
}
#technology .inner .detail .detail_left h4, #technology .inner .detail .detail_right h4 {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
#technology .inner .detail .detail_left p {
  margin-bottom: 1em;
}
#technology .inner .detail .detail_left ul li {
  font-size: 12px;
}
#technology .inner .detail .detail_center {
  display: block;
  position: relative;
}
#technology .inner .detail .detail_center::before, #technology .inner .detail .detail_center::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.5px;
  height: 124px;
  background: #98A6B5;
}
#technology .inner .detail .detail_center::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#technology .inner .detail .detail_center::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #technology .inner > p {
    font-size: 17px;
  }
  #technology .inner .detail .detail_left, #technology .inner .detail .detail_right {
    width: 100%;
  }
  #technology .inner .detail .detail_center {
    height: 70px;
    margin: 30px auto;
  }
  #technology .inner .detail .detail_center::before, #technology .inner .detail .detail_center::after {
    height: 95px;
  }
}
@media screen and (max-width: 580px) {
  #technology .inner h3 br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #mainBlock #contentsBlock #technology #technologyInner {
    padding-top: 90px;
    margin-top: -90px;
  }
  #technology .inner h2 {
    margin-bottom: 25px;
  }
  #technology .inner h3 {
    line-height: 1.6;
    margin-bottom: 35px;
  }
  #technology .inner h3:after {
    bottom: -20px;
    width: 80px;
  }
  #technology .inner > p {
    font-size: 15px;
  }
  #technology .inner figure {
    margin: 25px auto 20px;
  }
  #technology .inner .detail {
    margin-bottom: 0;
  }
  #technology .inner .detail .detail_left h4, #technology .inner .detail .detail_right h4 {
    margin-bottom: 10px;
    text-align: left;
  }
  #technology .inner .detail .detail_center {
    margin: 20px auto;
  }
  #technology .inner .detail .detail_center::before, #technology .inner .detail .detail_center::after {
    width: 2.5px;
  }
}
