#wrap .mv .box .mv_service {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  z-index: 10;
}
#wrap .mv .box h1 {
  top: 80px;
  left: 130px;
}

#mvwrap {
  height: 850px;
}

.mv, .mv2 {
  overflow: hidden;
}

.mv2 {
  width: 100%;
  height: 850px;
  position: relative;
  background: url("../img/pc/mv2_bg.png") center/100% 100%;
}
.mv2 .inner {
  max-width: 2100px;
  height: 850px;
  background: url("../img/pc/mv2.jpg") center no-repeat;
}
.mv2 .inner .track_wrap {
  position: absolute;
  width: 452px;
  height: 230px;
  bottom: 17px;
  left: 50%;
  margin-left: 117px;
  transform: translate(-3000px, 0);
  animation: mv_track_wrap 2s linear forwards;
  z-index: 4;
}
.mv2 .inner .track_wrap .track {
  position: absolute;
  right: 0;
  top: 0;
  width: 395px;
  height: 230px;
  z-index: 100;
  animation: mv_track 0.3s ease infinite;
}
.mv2 .inner .track_wrap .track a {
  position: absolute;
  top: 100px;
  left: 43px;
}
.mv2 .inner .track_wrap .track a img {
  animation: mv_track_btn 0.8s linear infinite;
}
.mv2 .inner .track_wrap figure {
  position: absolute;
  left: 0;
  top: 136px;
  animation: mv_gus 0.4s linear infinite;
}

#slide {
  transition: all 0.5s;
}
#slide.animation {
  opacity: 0;
  transform: translateY(30px);
}

footer .box .clearfix table {
  width: 460px;
  text-align: left;
}
footer .box .clearfix table tr th, footer .box .clearfix table tr td {
  line-height: 1.5;
  padding: 6px 15px;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}
footer .box .clearfix table tr:last-child {
  border: none;
}
footer .box .clearfix table tr th {
  font-weight: bold;
  background: #f9f9f9;
}
footer .box .clearfix table tr td {
  background: #fff;
}
footer small {
  padding: 15px 0 !important;
}

.slick-track {
  filter: blur(0);
}

.slick-track img {
  -webkit-backface-visibility: hidden;
}

#introductionexample {
  background: #fbf3fc url("../img/bg_dotted_purple.png");
}
#introductionexample .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  text-align: center;
}
#introductionexample .inner h2 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 30px;
}
#introductionexample .inner p {
  line-height: 2;
  margin-bottom: 40px;
}
#introductionexample .inner ul {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 4px solid #000;
}
#introductionexample .inner ul li {
  margin: 20px;
  max-width: 23%;
}
#introductionexample .inner ul li img {
  width: 100%;
  height: auto;
}

#nav_fixed nav .btn {
  margin-bottom: 0;
}

#nav_fixed nav .btn li {
  margin-bottom: 10px;
}
#nav_fixed nav .btn li:last-child {
  margin-bottom: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

#osouji {
  padding: 100px 0;
  background: url("../img/pc/bg_dotted_blue.png");
}
#osouji .inner {
  width: 1000px;
  margin: 0 auto;
}
#osouji .inner img {
  transform: translateX(-20px);
}
