@charset "utf-8";

/* Home Css Last Up Date: 2018/12/20 */

/* =================================
OK SKY DMP
================================= */
/* common */
.sec_read {
  max-width: 780px;
  margin: 0 auto;
  padding: 30px 0 50px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec_read {
    max-width: none;
    padding: 27px 0;
    font-size: 1.3rem;
    text-align: left;
  }
}

/* slider */
.slider_nav {
  padding-bottom: 29px;
}
.slider_nav .slick-track {
  display: table;
  width: auto !important;
  margin: 0 auto;
}
.slider_nav .slick-slide {
  display: table-cell;
  width: auto !important;
  padding: 0 33px;
}
.slider_nav .nav_text {
  display: block;
  padding-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}
.slider_nav .slick-current .nav_text {
  padding-bottom: 0;
}
.slider_nav .slick-current .nav_text:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #ff9d3c;
}
.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-arrow.slick-prev {
  left: -50px;
}
.slick-arrow.slick-next {
  right: -50px;
}
.slide_item_wrap {
  display: table;
  width: 100%;
  min-height: 418px;
  padding: 40px 0 40px 40px;
  background: #fff;
  border: 1px solid #dce4e9;
  border-radius: 8px;
}
.slide_text_wrap {
  display: table-cell;
  max-width: 400px;
}
.slide_text_wrap h2 {
  padding-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.slide_text_wrap h2 small {
  display: block;
  font-size: 1.4rem;
}
.slide_text_wrap h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.slide_text_wrap p {
  padding-top: 25px;
}
.slide_item_wrap figure {
  display: table-cell;
  padding-left: 68px;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .slider_nav.slick-slider {
    display: none;
  }
  .slick-arrow {
    display: block !important;
    top: 24px;
    -webkit-transform: none;
    transform: none;
    z-index: 100;
  }
  .slick-arrow img {
    width: 11px;
    height: 22px;
  }
  .slick-arrow.slick-prev {
    left: 20px;
  }
  .slick-arrow.slick-next {
    right: 20px;
  }
  .slide_item_wrap {
    display: block;
    min-height: 0;
    padding: 25px 10px 10px;
  }
  .slide_text_wrap {
    display: block;
    max-width: none;
  }
  .slide_text_wrap h2 {
    font-size: 2rem;
    text-align: center;
  }
  .slide_text_wrap h2 small {
    display: none;
  }
  .slide_text_wrap h3 {
    font-size: 1.4rem;
    text-align: center;
  }
  .slide_text_wrap p {
    padding-top: 6px;
    font-size: 1.3rem;
  }
  .slide_item_wrap figure {
    display: block;
    padding: 20px 0 0;
  }
  .slide_item_wrap figure img {
    width: 100%;
  }
}

/* main view */
.main_view {
  margin: 0 0 70px;
  background: url("/web/wp-content/themes/sorairo/img/dmp/bg_main_view_pc.png") no-repeat right center;
}
.main_view .inner {
  position: relative;
  min-height: 582px;
}
.main_view_title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main_view h1 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.main_view h2 {
  margin-top: 15px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.main_view .read {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1160px) {
  .main_view_title {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main_view {
    padding: 28px 0 40px;
    background: none;
    border-top: none;
  }
  .main_view .inner {
    min-height: 0;
    padding: 0;
  }
  .main_view_title {
    position: static;
    -webkit-transform: none;
    transform: none;
    text-align: center;
  }
  .main_view h1 {
    font-size: 2.4rem;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .main_view .read {
    padding-top: 0;
    font-size: 1.6rem;
    line-height: 1.63;
  }
  .main_view .btn-inquiry {
    padding: 30px 40px 0;
  }
  .main_view .btn-inquiry a {
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    background: #fd9300;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 1.5rem;
  }
  .main_img_sp img {
    width: 100%;
  }
}

.for {
  padding: 50px 0;
  background: #f4fbff;
}

@media screen and (max-width: 767px) {
  .for {
    padding: 40px 0;
  }
  .for_title {
    padding-bottom: 38px;
    color: #28a7e1;
  }
}

.about_service {
  padding: 70px 0;
}
.service_wrap {
  display: flex;
  align-items: center;
}
.service_wrap figure {
  max-width: 240px;
}
.service_wrap figure img {
  width: 100%;
}
.service_wrap ol {
  margin-left: 48px;
}
.service_wrap ol li {
  position: relative;
  padding-left: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}
.service_wrap ol li+li {
  margin-top: 20px;
}
.service_wrap ol .num {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
}
.service_conclustion {
  position: relative;
  margin: 80px 0 0;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.service_conclustion:before {
  display: block;
  position: absolute;
  top: -62px;
  left: 50%;
  content: url("/web/wp-content/themes/sorairo/img/dmp/icon_arrow_about_service.png");
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .about_service {
    padding: 40px 0;
  }
  .service_wrap {
    display: block;
  }
  .service_wrap figure {
    max-width: 190px;
    margin: 0 auto;
  }
  .service_wrap ol {
    margin: 30px 0 0;
  }
  .service_wrap ol li {
    padding: 0;
    font-size: 1.3rem;
    line-height: 2;
  }
  .service_wrap ol li+li {
    margin-top: 30px;
  }
  .service_wrap ol .num {
    position: static;
    padding-bottom: 2px;
    font-size: 3.5rem;
    line-height: 1;
    text-align: center;
  }
  .service_conclustion {
    position: relative;
    width: auto;
    max-width: 240px;
    margin: 113px auto 0;
    padding: 14px;
    font-size: 2rem;
  }
  .service_conclustion:before {
    top: -85px;
    content: url("/web/wp-content/themes/sorairo/img/dmp/icon_arrow_about_service.png");
    width: 53px;
    height: 55px;
  }
}

.movie {
  background: #000;
  padding: 50px 0;
}
.movie .inner {
  max-width: 585px;
}
.iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .movie {
    padding: 35px 20px;
  }
  .movie .inner {
    padding: 0;
  }
}

.case-study {
  padding: 50px 0;
  background: #f4fbff;
}

@media screen and (max-width: 767px) {
  .case-study {
    padding: 40px 0;
  }
}

.step {
  padding: 70px 0 0;
}
.step figure {
  padding: 50px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .step {
    padding: 38px 0 41px;
  }
  .step_figure_wrap figure img {
    width: 100%;
  }
  .step h3 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}