@charset "UTF-8";
/* Scss Document */
section {
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  section {
    margin: 32px auto;
  }
}

/*------------------------------------------*/
.top_hw {
  font-size: 2.25rem;
  line-height: 40px;
  letter-spacing: 0.1em;
  font-weight: 900;
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .top_hw {
    font-size: 1.25rem;
    line-height: 30px;
    margin: 0 0 25px;
  }
}
.top_hw.WH {
  color: #fff;
}
.top_hw span {
  font-size: 0.875rem;
  line-height: 14px;
  display: block;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .top_hw span {
    font-size: 0.625rem;
    margin: 10px 0 0 0;
  }
}
.top_hw span.RD {
  color: #c40200;
}
.top_hw span.YL {
  color: #fff000;
}

/*------------------------------------------*/
#mainvisual {
  position: relative;
  z-index: 1;
}
#mainvisual li {
  background: no-repeat center center/cover;
  height: 430px;
}
@media screen and (max-width: 767px) {
  #mainvisual li img {
    width: 100%;
  }
}
@media print {
  #mainvisual li {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  #mainvisual li {
    height: auto;
  }
}
#mainvisual .inner {
  height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 965px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mainvisual .inner a.slide_txt {
  height: 310px;
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mainvisual .inner a.slide_txt .common_btn {
  margin-top: 32px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#mainvisual .inner a.slide_txt:hover .common_btn {
  opacity: 0.7;
}
#mainvisual .inner .side_contact {
  width: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
#mainvisual .bx-controls {
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#mainvisual .bx-controls .bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mainvisual .bx-controls .bx-pager .bx-pager-item {
  margin: 0 7px;
}
#mainvisual .bx-controls .bx-pager .bx-pager-item a {
  text-indent: -999em;
  overflow: hidden;
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100px;
}
#mainvisual .bx-controls .bx-pager .bx-pager-item a.active, #mainvisual .bx-controls .bx-pager .bx-pager-item a:hover {
  background: #e60027;
}
#mainvisual .bx-controls .bx-controls-auto {
  margin: 0 7px;
  text-align: left;
}
#mainvisual .bx-controls .bx-controls-auto .bx-start {
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -999em;
  background: url(/digitalmarketing/sp/shared/images/play_wh.svg) no-repeat center center/12px 15px;
}
#mainvisual .bx-controls .bx-controls-auto .bx-start:hover {
  background-image: url(/digitalmarketing/sp/shared/images/play_rd.svg);
}
#mainvisual .bx-controls .bx-controls-auto .bx-start.active {
  display: none;
}
#mainvisual .bx-controls .bx-controls-auto .bx-stop {
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -999em;
  background: url(/digitalmarketing/sp/shared/images/pause_wh.svg) no-repeat center center/12px 15px;
}
#mainvisual .bx-controls .bx-controls-auto .bx-stop:hover {
  background-image: url(/digitalmarketing/sp/shared/images/pause_rd.svg);
}
#mainvisual .bx-controls .bx-controls-auto .bx-stop.active {
  display: none;
}

/*------------------------------------------*/
#top_Lead {
  margin: 70px 0 100px;
}
@media screen and (max-width: 767px) {
  #top_Lead {
    margin: 35px 0 50px;
  }
}
#top_Lead .inner {
  max-width: 800px;
}
#top_Lead p {
  font-size: 18px;
  line-height: 1.7777777778;
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  #top_Lead p {
    font-size: 14px;
    margin: 20px 0 0;
  }
}
#top_Lead figure {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  #top_Lead figure {
    margin: 20px 0 0;
  }
}

/*------------------------------------------*/
#top_Solutions {
  background: #000;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  #top_Solutions {
    padding: 40px 0 50px;
  }
}

.top_Solutions__item {
  display: grid;
  grid-template-areas: "title contents" "title tags" "title button";
  grid-template-columns: 290px 1fr;
  gap: 30px 42px;
  background-position: center left;
  background-size: cover;
  padding: 40px 30px 34px 40px;
}
@media screen and (max-width: 767px) {
  .top_Solutions__item {
    background-image: none !important;
    background-color: #F2F2F2;
    padding: 20px;
    grid-template-columns: none;
    grid-template-areas: "title" "contents" "tags" "button";
    row-gap: 20px;
  }
}
.top_Solutions__item:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top_Solutions__item:not(:first-of-type) {
    margin-top: 25px;
  }
}
.top_Solutions__item:nth-of-type(1) {
  background-image: url(/digitalmarketing/sp/shared/images/top/Solutions_1.jpg);
}
.top_Solutions__item:nth-of-type(2) {
  background-image: url(/digitalmarketing/sp/shared/images/top/Solutions_2.jpg);
}
.top_Solutions__item:nth-of-type(3) {
  background-image: url(/digitalmarketing/sp/shared/images/top/Solutions_3.jpg);
}
.top_Solutions__item:nth-of-type(3) .top_Solutions__content-wrapper {
  min-height: 135px;
}
@media screen and (max-width: 767px) {
  .top_Solutions__item:nth-of-type(3) .top_Solutions__content-wrapper {
    min-height: auto;
  }
}
.top_Solutions__item:nth-of-type(4) {
  background-image: url(/digitalmarketing/sp/shared/images/top/Solutions_4.jpg);
}
.top_Solutions__item:nth-of-type(4) .top_Solutions__content-wrapper {
  min-height: 135px;
}
@media screen and (max-width: 767px) {
  .top_Solutions__item:nth-of-type(4) .top_Solutions__content-wrapper {
    min-height: auto;
  }
}

.top_Solutions__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4444444444;
  grid-area: title;
}
@media screen and (max-width: 767px) {
  .top_Solutions__title {
    color: #000;
    font-size: 24px;
  }
}

.top_Solutions__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  grid-area: contents;
}
@media screen and (max-width: 767px) {
  .top_Solutions__contents {
    grid-template-columns: none;
  }
}

.top_Solutions__content:nth-of-type(1) .top_Solutions__content-title {
  background: #CC0022;
}
.top_Solutions__content:nth-of-type(2) .top_Solutions__content-title {
  background: #000;
}

.top_Solutions__content-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 9px;
}
@media screen and (max-width: 767px) {
  .top_Solutions__content-title {
    font-size: 18px;
  }
}

.top_Solutions__content-wrapper {
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .top_Solutions__content-wrapper {
    padding: 15px;
  }
}

.top_Solutions__content-text {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top_Solutions__content-text {
    font-size: 12px;
  }
}

.top_Solutions__content-item {
  font-size: 15px;
  line-height: 1.8;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_Solutions__content-item {
    font-size: 12px;
  }
}
.top_Solutions__content-item:before {
  content: "■";
  font-size: 10px;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_Solutions__content-item:before {
    top: 2px;
  }
}

.top_Solutions__button {
  grid-area: button;
  width: 300px;
  margin: auto;
}

.top_Solutions__tags {
  grid-area: tags;
}

/*------------------------------------------*/
#top_Search h3:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #top_Search h3:not(:first-of-type) {
    margin-top: 30px;
  }
}

.top_Search__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 18px;
}
@media screen and (max-width: 767px) {
  .top_Search__list {
    grid-template-columns: none;
  }
}

.top_Search__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
  color: #CC0022 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  text-align: center;
  text-decoration: none;
  border: 2px solid #CC0022;
  position: relative;
}
.top_Search__item a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #CC0022;
  border-right: 3px solid #CC0022;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.top_Search__item.small_text a {
  font-size: 16px;
}

.top_Search__button {
  margin: 50px auto 0;
  max-width: 380px;
}

/*------------------------------------------*/
#top_Cases {
  padding: 80px 0;
  background-image: url(/digitalmarketing/sp/shared/images/bg_dot.png), url(/digitalmarketing/sp/shared/images/top/bg_top_cases.jpg);
  background-repeat: repeat, no-repeat;
  background-position: center top, center center;
  background-size: 40px, cover;
}
@media screen and (max-width: 767px) {
  #top_Cases {
    background: url(/digitalmarketing/sp/shared/images/bg_dot.png) repeat center top/20px;
    padding: 32px 0;
  }
}
#top_Cases li {
  text-align: center;
  padding: 5px 0 !important;
}
#top_Cases li img {
  width: 100px !important;
}
@media screen and (max-width: 767px) {
  #top_Cases li img {
    width: 60px !important;
  }
}
#top_Cases .sort {
  color: #fff;
  text-align: right;
  margin: -6px 0 20px;
}

/*------------------------------------------*/
/*------------------------------------------*/
ul.topthreebox li p, ul.topthreebox li p strong {
  text-align: center;
  color: #333;
}

/*------------------------------------------*/
h1 span {
  font-size: 100% !important;
}

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