@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,500,600,700|Noto+Sans+JP:400,700|Noto+Serif+JP&display=swap&subset=japanese");
.font_en {
  font-family: "Josefin Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.bg_bk {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(5%, transparent), color-stop(5%, #000), color-stop(90%, #000), color-stop(90%, transparent), to(transparent));
  background-image: -o-linear-gradient(bottom, transparent 0%, transparent 5%, #000 5%, #000 90%, transparent 90%, transparent 100%);
  background-image: linear-gradient(0deg, transparent 0%, transparent 5%, #000 5%, #000 90%, transparent 90%, transparent 100%);
  background-size: 100% auto;
  color: #fff;
}

@media screen and (min-width: 769px) {
  main .sp {
    display: none !important;
  }
}
@media screen and (max-width: 769px) {
  main .pc {
    display: none !important;
  }
}
main ul, main ol {
  padding: 0;
}
main ul > li, main ol > li {
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html.ie .ie_num,
html.ie .font_en,
html.ie #report::before {
  letter-spacing: 2px;
}

#service .sec_box.camp80::before, #service .sec_box.serusapo::before, #service .sec_box.camnavi::before {
  content: "";
  background: #f6f6f6;
}
@media screen and (max-width: 769px) {
  #service .sec_box.camp80::before, #service .sec_box.serusapo::before, #service .sec_box.camnavi::before {
    height: 15.42%;
  }
}
#service .sec_box.camp80 .sec_inner, #service .sec_box.serusapo .sec_inner, #service .sec_box.camnavi .sec_inner {
  color: #000;
}
#service .sec_box.camp80 .sec_inner .txt_box .main_ttl, #service .sec_box.serusapo .sec_inner .txt_box .main_ttl, #service .sec_box.camnavi .sec_inner .txt_box .main_ttl {
  color: #000;
  border-color: #000;
}
#service .sec_box.serusapo .sec_inner .txt_box .logo img, #service .sec_box.camnavi .sec_inner .txt_box .logo img {
  height: 113px;
}
@media screen and (max-width: 769px) {
  #service .sec_box.serusapo .sec_inner .txt_box .logo img, #service .sec_box.camnavi .sec_inner .txt_box .logo img {
    max-width: 374px;
    height: auto;
  }
}

#service {
  margin-top: 100px;
  position: relative;
  min-height: 840px;
}
@media screen and (max-width: 769px) {
  #service {
    padding: 0 0 25px;
    min-height: auto;
    margin-top: 40px;
  }
}
#service .sec_box::before {
  content: "";
  display: block;
  position: absolute;
  background: -o-linear-gradient(315deg, #0080cc 0%, #8bcebe 100%);
  background: linear-gradient(135deg, #0080cc 0%, #8bcebe 100%);
  width: 61%;
  max-width: 1580px;
  min-width: 960px;
  height: 734px;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #service .sec_box::before {
    width: 88.4%;
    min-width: auto;
    height: 17.4%;
  }
}
@media screen and (max-width: 769px) {
  #service .sec_box {
    height: 100%;
  }
}
#service .sec_box:nth-of-type(even) {
  margin-bottom: 224px;
}
@media screen and (max-width: 769px) {
  #service .sec_box:nth-of-type(even) {
    margin-bottom: 50px;
  }
}
#service .sec_box:nth-of-type(even)::before {
  content: "";
  right: 0;
}
#service .sec_box:nth-of-type(even) .sec_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 769px) {
  #service .sec_box:nth-of-type(even) .sec_inner {
    padding-right: 0;
    padding-left: 6%;
  }
}
@media screen and (max-width: 769px) {
  #service .sec_box:nth-of-type(even) .sec_inner .txt_box {
    padding-left: 7.4%;
    width: 100%;
  }
}
#service .sec_box:nth-of-type(even) .sec_inner .img_box {
  margin-right: 7%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.8%;
          flex: 0 0 58.8%;
}
@media screen and (max-width: 769px) {
  #service .sec_box:nth-of-type(even) .sec_inner .img_box {
    margin-left: -7%;
  }
}
#service .sec_box:nth-of-type(even) .sec_inner .img_box img {
  right: 0;
  left: auto;
}
#service .sec_box:nth-of-type(odd) {
  margin-bottom: 224px;
}
@media screen and (max-width: 769px) {
  #service .sec_box:nth-of-type(odd) {
    margin-bottom: 50px;
  }
}
#service .sec_box:first-child {
  margin-bottom: 170px;
}
@media screen and (max-width: 769px) {
  #service .sec_box:first-child {
    margin-bottom: 50px;
  }
}
#service .sec_box:last-child {
  margin-bottom: 15vw;
}
@media screen and (max-width: 769px) {
  #service .sec_box:last-child {
    margin-bottom: 0;
  }
}
#service .sec_box .sec_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 88%;
  max-width: 1480px;
  padding: 90px 0 0;
  color: #fff;
}
@media screen and (max-width: 769px) {
  #service .sec_box .sec_inner {
    display: block;
    padding-top: 45px;
    padding-right: 6%;
  }
}
#service .sec_box .sec_inner .txt_box {
  width: 617px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 769px) {
  #service .sec_box .sec_inner .txt_box {
    width: calc(100% - 7.4%);
  }
}
@media screen and (max-width: 769px) {
  #service .sec_box .sec_inner .txt_box .logo img {
    width: 100%;
    max-width: 576px;
  }
}
#service .sec_box .sec_inner .txt_box .main_ttl {
  margin-top: 55px;
  margin-bottom: 26px;
  padding-bottom: 30px;
  letter-spacing: 0.14em;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 3rem;
}
@media screen and (max-width: 769px) {
  #service .sec_box .sec_inner .txt_box .main_ttl {
    margin-top: 15px;
    margin-bottom: 22px;
    padding-bottom: 22px;
    font-size: 1.8rem;
  }
}
#service .sec_box .sec_inner .txt_box .txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #service .sec_box .sec_inner .txt_box .txt {
    font-size: 1.3rem;
  }
}
#service .sec_box .sec_inner .more_btn {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #service .sec_box .sec_inner .more_btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 769px) {
  #service .sec_box .sec_inner .more_btn .btn {
    padding: 30px 0;
    font-size: 1.4rem;
    min-width: 240px;
    width: 90%;
    max-width: 340px;
  }
}
#service .sec_box .sec_inner .more_btn .btn::before {
  content: "";
  background: #000;
}
#service .sec_box .sec_inner .more_btn .btn.-comingsoon {
  pointer-events: none;
}
#service .sec_box .sec_inner .more_btn .btn.-comingsoon::before {
  content: "";
  background: #999;
}
#service .sec_box .sec_inner .img_box {
  position: relative;
  margin-left: 7%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 61.3%;
          flex: 0 0 61.3%;
}
@media screen and (max-width: 769px) {
  #service .sec_box .sec_inner .img_box {
    margin: 35px 0 0 0;
  }
}
#service .sec_box .sec_inner .img_box img {
  position: absolute;
  left: 0px;
  top: -26px;
  max-height: none;
  display: block;
  width: 100%;
  max-width: 120%;
  max-width: 840px;
  min-width: 674px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 769px) {
  #service .sec_box .sec_inner .img_box img {
    position: static;
    width: calc(100% + 7.4%);
    min-width: auto;
  }
}