@charset "UTF-8";
/*----------------------------------------------
variable
----------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans Japanese", "Noto Sans JP", "メイリオ", sans-serif;
}

#pageHead {
  height: 90px;
  transform: translate(0, -101%);
  transition: all 0.2s ease-out 0s;
}
@media (max-width: 767px) {
  #pageHead {
    height: calc(60 / 390 * 100vw);
  }
}
#pageHead .headLeft {
  padding: 22px 0 0 17px;
  align-self: flex-start;
}
@media (max-width: 767px) {
  #pageHead .headLeft {
    padding: 0;
    align-self: center;
  }
}
#pageHead .headRight {
  margin-right: 0;
  align-self: stretch;
}
@media (max-width: 1160px) {
  #pageHead .headRight {
    align-self: center;
    margin-right: calc(15 / 390 * 100vw);
  }
}
@media (max-width: 767px) {
  #pageHead .headRight {
    align-self: center;
    margin-right: calc(15 / 390 * 100vw);
  }
}
#pageHead .headMenuWrap {
  height: 100%;
}
@media (max-width: 1160px) {
  #pageHead .headMenuWrap {
    height: calc(100vh - 90px);
    top: 90px;
  }
}
@media (max-width: 767px) {
  #pageHead .headMenuWrap {
    height: calc(100vh - 60 / 390 * 100vw);
    top: calc(60 / 390 * 100vw);
  }
}
#pageHead .headMenu {
  height: 100%;
  gap: 0;
}
@media (max-width: 1160px) {
  #pageHead .headMenu {
    height: calc(100vh - 90px);
  }
}
@media (max-width: 767px) {
  #pageHead .headMenu {
    height: calc(100vh - 60 / 390 * 100vw);
  }
}
#pageHead .headMenu .headMenuItem {
  padding: 0;
}
#pageHead .headMenu .headMenuItem:not(.-typeDemo):not(.-typeTrial) {
  height: 100%;
}
@media (max-width: 1160px) {
  #pageHead .headMenu .headMenuItem:not(.-typeDemo):not(.-typeTrial) {
    height: auto;
  }
}
@media (max-width: 767px) {
  #pageHead .headMenu .headMenuItem:not(.-typeDemo):not(.-typeTrial) {
    height: auto;
  }
}
#pageHead .headMenu .headMenuItem:not(.-typeDemo):not(.-typeTrial) a {
  height: 100%;
  padding: 0 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1160px) {
  #pageHead .headMenu .headMenuItem:not(.-typeDemo):not(.-typeTrial) a {
    padding: 15px 20px;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  #pageHead .headMenu .headMenuItem:not(.-typeDemo):not(.-typeTrial) a {
    padding: calc(15 / 390 * 100vw) calc(20 / 390 * 100vw);
    justify-content: flex-start;
  }
}
#pageHead .headMenu .headMenuItem:not(.-typeDemo):not(.-typeTrial) a:hover {
  color: #A1A1A1;
  text-decoration: underline;
}
@media (max-width: 1160px) {
  #pageHead .headMenu .headMenuItem:not(.-typeDemo):not(.-typeTrial) a:hover {
    text-decoration: none;
    color: #000;
  }
}
@media (max-width: 767px) {
  #pageHead .headMenu .headMenuItem:not(.-typeDemo):not(.-typeTrial) a:hover {
    text-decoration: none;
    color: #000;
  }
}
#pageHead .headMenu .headMenuItem:not(.-typeDemo):not(.-typeTrial) a:hover::before {
  display: none;
}
#pageHead .headMenu .headMenuItem.-typeDemo {
  height: 100%;
  margin-left: 31px;
}
@media (max-width: 1160px) {
  #pageHead .headMenu .headMenuItem.-typeDemo {
    height: auto;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #pageHead .headMenu .headMenuItem.-typeDemo {
    height: auto;
    margin-left: 0;
  }
}
#pageHead .headMenu .headMenuItem.-typeDemo a {
  width: 131px;
  height: 100%;
  background: #52826E;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1160px) {
  #pageHead .headMenu .headMenuItem.-typeDemo a {
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 15px 20px;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  #pageHead .headMenu .headMenuItem.-typeDemo a {
    width: 100%;
    height: auto;
    font-size: calc(16 / 390 * 100vw);
    padding: calc(15 / 390 * 100vw) calc(20 / 390 * 100vw);
    justify-content: flex-start;
  }
}
#pageHead .headMenu .headMenuItem.-typeDemo a:hover {
  background: #F46403;
}
#pageHead .headMenu .headMenuItem.-typeDemo a:hover::before {
  display: none;
}
#pageHead .headMenu .headMenuItem.-typeTrial {
  height: 100%;
}
@media (max-width: 1160px) {
  #pageHead .headMenu .headMenuItem.-typeTrial {
    height: auto;
  }
}
@media (max-width: 767px) {
  #pageHead .headMenu .headMenuItem.-typeTrial {
    height: auto;
  }
}
#pageHead .headMenu .headMenuItem.-typeTrial a {
  width: 131px;
  height: 100%;
  background: #E0B03F;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1160px) {
  #pageHead .headMenu .headMenuItem.-typeTrial a {
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 15px 20px;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  #pageHead .headMenu .headMenuItem.-typeTrial a {
    width: 100%;
    height: auto;
    font-size: calc(16 / 390 * 100vw);
    padding: calc(15 / 390 * 100vw) calc(20 / 390 * 100vw);
    justify-content: flex-start;
  }
}
#pageHead .headMenu .headMenuItem.-typeTrial a:hover {
  background: #1A483B;
}
#pageHead .headMenu .headMenuItem.-typeTrial a:hover::before {
  display: none;
}
#pageHead.fixed {
  transform: translate(0, 0);
}

.content {
  padding-top: 0;
}

.mainVisualDP {
  background: url("../image/data-preparation/bg_main_2x.jpg") center center/cover no-repeat;
}
.mainVisualDP .container {
  width: 1280px;
  max-width: 100%;
  height: 574px;
  margin: 0 auto;
  padding: 57px 79px 34px 87px;
  position: relative;
}
@media (max-width: 767px) {
  .mainVisualDP .container {
    padding: calc(15 / 390 * 100vw) calc(15 / 390 * 100vw) calc(27 / 390 * 100vw);
    height: auto;
  }
}
.mainVisualDP .logo {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .mainVisualDP .logo {
    width: calc(192.22 / 390 * 100vw);
    margin: 0 auto calc(15 / 390 * 100vw);
    text-align: center;
  }
  .mainVisualDP .logo img {
    width: 100%;
  }
}
.mainVisualDP h1 {
  margin: 0 0 32px;
  padding: 0 0 0 19px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .mainVisualDP h1 {
    text-align: center;
    margin: 0 0 calc(15 / 390 * 100vw);
    padding: 0;
  }
}
.mainVisualDP h1 .tagline {
  margin-bottom: 15px;
  font-size: 18px;
  display: block;
}
@media (max-width: 767px) {
  .mainVisualDP h1 .tagline {
    margin-bottom: calc(9 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
}
.mainVisualDP h1 .title {
  font-size: 35px;
}
@media (max-width: 767px) {
  .mainVisualDP h1 .title {
    font-size: calc(35 / 390 * 100vw);
  }
}
.mainVisualDP p {
  margin: 0 0 48px;
  padding: 0 0 0 19px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .mainVisualDP p {
    margin: 0 auto calc(15 / 390 * 100vw);
    padding: 0;
    font-size: calc(15 / 390 * 100vw);
    max-width: calc(330 / 390 * 100vw);
    letter-spacing: 0.151em;
  }
}
@media (max-width: 767px) {
  .mainVisualDP .btnArea {
    text-align: center;
  }
}
.mainVisualDP .btn {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .mainVisualDP .btn {
    padding: 0;
    text-align: center;
  }
  .mainVisualDP .btn + .btn {
    margin-top: calc(20 / 390 * 100vw);
  }
}
.mainVisualDP .btn.-w264 a {
  width: 264px;
  padding: 8.5px 30px 8.5px 20px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .mainVisualDP .btn.-w264 a {
    width: calc(320 / 390 * 100vw);
    padding: calc(12.5 / 390 * 100vw) calc(46 / 390 * 100vw) calc(12.5 / 390 * 100vw) calc(28 / 390 * 100vw);
    font-size: calc(19 / 390 * 100vw);
    border-radius: calc(26 / 390 * 100vw);
  }
}
.mainVisualDP .btn.-w264 a:hover {
  color: #fff;
}
.mainVisualDP .btn.-w264 a:hover::after {
  background-image: url("../image/icon_arrow_right_white.svg");
}
.mainVisualDP .img {
  position: absolute;
  bottom: 34px;
  right: 79px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .mainVisualDP .img {
    width: 41.09375vw;
    bottom: 2.65625vw;
    right: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .mainVisualDP .img {
    position: static;
    width: calc(348 / 390 * 100vw);
    margin-bottom: calc(29 / 390 * 100vw);
    text-align: center;
  }
}
.mainVisualDP .scroll {
  width: 69px;
  height: 31px;
  position: absolute;
  left: 50%;
  bottom: 19px;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .mainVisualDP .scroll {
    display: none;
  }
}

.servicePage .contentArea {
  padding-top: 0;
}
.servicePage .contentArea .mainContent h2.titleBB {
  margin: 0;
  padding: 0;
  border-bottom: none;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent h2.titleBB {
    font-size: calc(24 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent h2.titleBB span {
  color: #1F7250;
}
.servicePage .contentArea .mainContent h2.titleBB::before {
  display: none;
}
.servicePage .contentArea .mainContent h2.titleBB::after {
  width: 391px;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(to right, #053512 0%, #0b6e12 29.29%, #08a492 61.09%, #155685 100%);
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent h2.titleBB::after {
    width: calc(363 / 390 * 100vw);
    height: calc(6 / 390 * 100vw);
    border-radius: calc(3 / 390 * 100vw);
    bottom: calc(-9 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section01 {
  background: url("../image/data-preparation/bg_sec01_2x.png") center center/cover no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section01 {
    background: url("../image/data-preparation/bg_sec01_sp_2x.png") bottom calc(-125 / 390 * 100vw) center/cover no-repeat;
  }
}
.servicePage .contentArea .mainContent .section01::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 612px 0 612px;
  border-color: #EFEFEF transparent transparent transparent;
  content: "";
  display: block;
  opacity: 0.86;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
}
@media (max-width: 1280px) {
  .servicePage .contentArea .mainContent .section01::after {
    border-width: 7.8125vw 47.8125vw 0 47.8125vw;
  }
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section01::after {
    border-width: calc(100 / 390 * 100vw) calc(612 / 390 * 100vw) 0 calc(612 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section01 .container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 12px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section01 .container {
    padding: calc(20 / 390 * 100vw) calc(15 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section01 .titleBB {
  margin-bottom: 107px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section01 .titleBB {
    margin-bottom: calc(55 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section01 .sec01Column {
  display: flex;
  gap: 28px;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section01 .sec01Column {
    gap: 30px;
    flex-direction: column;
  }
}
.servicePage .contentArea .mainContent .section01 .sec01Column .item {
  width: 400px;
  padding: 22px 11px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section01 .sec01Column .item {
    width: 100%;
    padding: calc(15 / 390 * 100vw) calc(14 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section01 .sec01Column .item h3 {
  margin: 0 0 31px;
  padding: 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section01 .sec01Column .item h3 {
    margin: 0 0 calc(31 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section01 .sec01Column .item .img {
  margin: 0 0 30px;
  min-height: 120px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section01 .sec01Column .item .img {
    margin: 0 0 calc(30 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section01 .sec01Column .item .img img {
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}
.servicePage .contentArea .mainContent .section01 .sec01Column .item p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.875em;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section01 .sec01Column .item p {
    font-size: calc(16 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section02 {
  padding: 76px 0 0;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section02 {
    padding: calc(50 / 390 * 100vw) 0 0;
  }
}
.servicePage .contentArea .mainContent .section02::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 138px 50vw 0 50vw;
  border-color: #FFFFFF transparent transparent transparent;
  content: "";
  display: block;
  opacity: 0.86;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 1;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section02::after {
    border-width: calc(75 / 390 * 100vw) 50vw 0 50vw;
  }
}
.servicePage .contentArea .mainContent .section02 .container {
  position: relative;
  z-index: 2;
}
.servicePage .contentArea .mainContent .section02 h2 {
  margin: 0 0 -31px;
  padding: 0;
  border: none;
  font-size: 34px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section02 h2 {
    margin: 0 0 calc(-31 / 390 * 100vw);
    font-size: calc(22 / 390 * 100vw);
    line-height: 1.8;
  }
}
.servicePage .contentArea .mainContent .section02 h2::before {
  display: none;
}
.servicePage .contentArea .mainContent .section02 h2 .color {
  color: #1F7250;
}
.servicePage .contentArea .mainContent .section02 h2 .marker {
  padding-bottom: 5px;
  background: linear-gradient(transparent 70%, rgba(224, 176, 63, 0.86) 70%);
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section02 h2 .marker {
    padding-bottom: calc(5 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section03 {
  padding: 171px 0 102px;
  background: url("../image/data-preparation/bg_sec03_2x.png") center center/cover no-repeat;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section03 {
    padding: calc(70 / 390 * 100vw) 0 calc(40 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section03 .titleBB {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section03 .titleBB {
    margin-bottom: calc(44 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section03 .sec03Column {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 45px 40px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section03 .sec03Column {
    flex-direction: column;
    gap: calc(28 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section03 .sec03Column .item {
  width: calc((100% - 40px) / 2);
  padding: 23px 20px 25px 24px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section03 .sec03Column .item {
    width: 100%;
    padding: calc(23 / 390 * 100vw) calc(15 / 390 * 100vw) calc(20 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section03 .sec03Column .item .h3Area {
  margin: 0 0 12px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section03 .sec03Column .item .h3Area {
    margin: 0 0 calc(12 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section03 .sec03Column .item .h3Area span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  width: 47px;
  height: 47px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section03 .sec03Column .item .h3Area span {
    margin-right: calc(13 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
    width: calc(47 / 390 * 100vw);
    height: calc(47 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section03 .sec03Column .item .h3Area span::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #1A483B;
  z-index: -1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.servicePage .contentArea .mainContent .section03 .sec03Column .item .h3Area span::after {
  width: 100%;
  height: 100%;
  background: #52826E;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: -5px;
  z-index: -2;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section03 .sec03Column .item .h3Area span::after {
    top: calc(4 / 390 * 100vw);
    right: calc(-5 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section03 .sec03Column .item .h3Area h3 {
  font-size: 20px;
  color: #333333;
  margin: 0;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section03 .sec03Column .item .h3Area h3 {
    font-size: calc(20 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section03 .sec03Column .item .img {
  padding: 15px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-height: 165px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section03 .sec03Column .item .img {
    min-height: auto;
    padding: calc(15 / 390 * 100vw) 0;
  }
}
.servicePage .contentArea .mainContent .section03 .sec03Column .item .img .slick-list {
  width: 100%;
}
.servicePage .contentArea .mainContent .section03 .sec03Column .item .img .sliderItem {
  text-align: center;
}
.servicePage .contentArea .mainContent .section03 .sec03Column .item .img .sliderItem img {
  margin: 0 auto;
}
.servicePage .contentArea .mainContent .section03 .sec03Column .item .img img {
  width: auto;
}
.servicePage .contentArea .mainContent .section03 .sec03Column .item p {
  margin: 0;
  color: #000;
  font-size: 15px;
  line-height: 1.7333333333em;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section03 .sec03Column .item p {
    font-size: calc(15 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section04 {
  background: url("../image/data-preparation/bg_sec04_2x.png") center center/cover no-repeat;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section04 {
    background-image: url("../image/data-preparation/bg_sec04_sp_2x.png");
  }
}
.servicePage .contentArea .mainContent .section04 .container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 104px 0 93px;
  position: relative;
}
@media (max-width: 1280px) {
  .servicePage .contentArea .mainContent .section04 .container {
    padding: 8.125vw 0 7.265625vw;
  }
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section04 .container {
    padding: calc(57 / 390 * 100vw) calc(30 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section04 .img {
  position: absolute;
  top: 65px;
  left: 156px;
  z-index: 2;
}
@media (max-width: 1280px) {
  .servicePage .contentArea .mainContent .section04 .img {
    top: 5.078125vw;
    left: 12.1875vw;
    width: 30.859375vw;
  }
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section04 .img {
    position: static;
    width: calc(319 / 390 * 100vw);
    text-align: center;
    margin-bottom: calc(30 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section04 .text {
  margin: 0 202px 0 514px;
  padding: 18px 0 21px;
  background: #E0B03F;
}
@media (max-width: 1280px) {
  .servicePage .contentArea .mainContent .section04 .text {
    margin: 0 15.78125vw 0 40.15625vw;
    padding: 1.40625vw 0 1.640625vw;
  }
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section04 .text {
    margin: 0;
    padding: calc(10 / 390 * 100vw) calc(7 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section04 h2 {
  margin: 0 0 18px;
  padding: 0;
  border: none;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1280px) {
  .servicePage .contentArea .mainContent .section04 h2 {
    margin: 0 0 1.40625vw;
    font-size: 2.1875vw;
  }
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section04 h2 {
    margin: 0 0 calc(15 / 390 * 100vw);
    font-size: calc(25 / 390 * 100vw);
    line-height: 1.32em;
  }
}
.servicePage .contentArea .mainContent .section04 h2::before {
  display: none;
}
.servicePage .contentArea .mainContent .section04 .btn a {
  width: 413px !important;
  height: 64px;
  background: #1A483B;
  border-radius: 0;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1280px) {
  .servicePage .contentArea .mainContent .section04 .btn a {
    width: 32.265625vw !important;
    height: 5vw;
    font-size: 1.5625vw;
    gap: 1.171875vw;
  }
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section04 .btn a {
    width: calc(244 / 390 * 100vw) !important;
    height: calc(78 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.5;
    gap: calc(10 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) calc(26 / 390 * 100vw) calc(10 / 390 * 100vw) calc(30 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section04 .btn a::before {
  background: #ECF1EF;
}
.servicePage .contentArea .mainContent .section04 .btn a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #fff;
  transform: translate(0, 0);
  position: static;
}
@media (max-width: 1280px) {
  .servicePage .contentArea .mainContent .section04 .btn a::after {
    border-width: 0.703125vw 0 0.703125vw 0.703125vw;
  }
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section04 .btn a::after {
    border-width: calc(13 / 390 * 100vw) 0 calc(13 / 390 * 100vw) calc(13 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section04 .btn a:hover {
  color: #333333;
}
.servicePage .contentArea .mainContent .section04 .btn a:hover::after {
  border-color: transparent transparent transparent #000;
}
.servicePage .contentArea .mainContent .section05 {
  padding: 55px 0 92px;
  background: url("../image/data-preparation/bg_sec05_2x.png") center center/cover no-repeat;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section05 {
    padding: calc(26 / 390 * 100vw) 0;
    background: #ECF1EF;
  }
}
.servicePage .contentArea .mainContent .section05 .container {
  width: 1130px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section05 .container {
    padding: 0 calc(15 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section05 .titleBB {
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section05 .titleBB {
    margin-bottom: calc(50 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section05 .sec05Column {
  display: flex;
  gap: 27px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section05 .sec05Column {
    flex-direction: column-reverse;
    gap: calc(36 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section05 .sec05Column .text {
  width: 422px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section05 .sec05Column .text {
    width: 100%;
  }
}
.servicePage .contentArea .mainContent .section05 .sec05Column .text .item {
  width: 100%;
  padding: 10px 13px;
  background: #fff;
  transition: all 0.2s ease-out 0s;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section05 .sec05Column .text .item {
    padding: calc(13 / 390 * 100vw) calc(16 / 390 * 100vw) calc(13 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section05 .sec05Column .text .item + .item {
  margin-top: 11px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section05 .sec05Column .text .item + .item {
    margin-top: calc(14 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section05 .sec05Column .text .item h3 {
  margin: 0 0 8px;
  padding: 0 0 9px;
  border-bottom: 1px solid #0D868D;
  color: #1A483B;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section05 .sec05Column .text .item h3 {
    margin: 0;
    padding: 0;
    border: none;
    font-size: calc(20 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section05 .sec05Column .text .item h3::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #1A483B;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section05 .sec05Column .text .item h3::after {
    border-width: calc(9 / 390 * 100vw) 0 calc(9 / 390 * 100vw) calc(9 / 390 * 100vw);
    top: 50%;
    transform: translateY(-50%);
  }
}
.servicePage .contentArea .mainContent .section05 .sec05Column .text .item p {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section05 .sec05Column .text .item p {
    display: none;
  }
}
.servicePage .contentArea .mainContent .section05 .sec05Column .text .item:hover, .servicePage .contentArea .mainContent .section05 .sec05Column .text .item.active {
  background: #E0B03F;
}
.servicePage .contentArea .mainContent .section05 .sec05Column .text .item:hover h3, .servicePage .contentArea .mainContent .section05 .sec05Column .text .item.active h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section05 .sec05Column .text .item:hover h3, .servicePage .contentArea .mainContent .section05 .sec05Column .text .item.active h3 {
    border: none;
  }
}
.servicePage .contentArea .mainContent .section05 .sec05Column .text .item:hover h3::after, .servicePage .contentArea .mainContent .section05 .sec05Column .text .item.active h3::after {
  border-color: transparent transparent transparent #fff;
}
.servicePage .contentArea .mainContent .section05 .sec05Column .text .item:hover p, .servicePage .contentArea .mainContent .section05 .sec05Column .text .item.active p {
  color: #fff;
}
.servicePage .contentArea .mainContent .section05 .sec05Column .imgArea {
  flex-grow: 1;
  position: relative;
  width: 669px;
  flex-shrink: 1;
  align-self: center;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section05 .sec05Column .imgArea {
    width: 100%;
  }
}
.servicePage .contentArea .mainContent .section05 .sec05Column .imgArea .item {
  transition: all 0.2s ease-out 0s;
}
.servicePage .contentArea .mainContent .section05 .sec05Column .imgArea .item:not(.active) {
  display: none;
}
.servicePage .contentArea .mainContent .section05 .sec05Column .imgArea .item .img {
  text-align: center;
}
.servicePage .contentArea .mainContent .section05 .sec05Column .imgArea .item img {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.servicePage .contentArea .mainContent .section05 .sec05Column .imgArea .item .caption {
  display: none;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section05 .sec05Column .imgArea .item .caption {
    display: block;
    text-align: center;
    font-size: calc(16 / 390 * 100vw);
    font-weight: bold;
    margin-bottom: calc(8 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section05 .sec05Column .imgArea .item p {
  display: none;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section05 .sec05Column .imgArea .item p {
    display: block;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.3571428571em;
    max-width: calc(332 / 390 * 100vw);
    margin: calc(11 / 390 * 100vw) auto 0;
  }
}
.servicePage .contentArea .mainContent .section06 {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section06 {
    padding: calc(25 / 390 * 100vw) 0;
  }
}
.servicePage .contentArea .mainContent .section06 .titleBB {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section06 .titleBB {
    margin-bottom: calc(50 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section06 .faqBlock {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.servicePage .contentArea .mainContent .section06 .faqBlock .item {
  background: #FCFCFC;
  border: 3px solid #1A483B;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section06 .faqBlock .item {
    border-width: calc(3 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section06 .faqBlock .item::before, .servicePage .contentArea .mainContent .section06 .faqBlock .item::after {
  width: 24px;
  height: 1px;
  background: #000;
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  right: 20px;
  transition: all 0.2s ease-out 0s;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section06 .faqBlock .item::before, .servicePage .contentArea .mainContent .section06 .faqBlock .item::after {
    width: calc(24 / 390 * 100vw);
    height: calc(1 / 390 * 100vw);
    top: calc(28 / 390 * 100vw);
    right: calc(20 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section06 .faqBlock .item::after {
  transform: rotate(90deg);
}
.servicePage .contentArea .mainContent .section06 .faqBlock .item .question {
  padding: 16px 50px 15px 54px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section06 .faqBlock .item .question {
    padding: calc(15 / 390 * 100vw) calc(61 / 390 * 100vw) calc(15 / 390 * 100vw) calc(46 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section06 .faqBlock .item .question::before {
  content: "Q.";
  display: block;
  font-size: 22px;
  position: absolute;
  top: 15px;
  left: 20px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section06 .faqBlock .item .question::before {
    font-size: calc(22 / 390 * 100vw);
    top: calc(15 / 390 * 100vw);
    left: calc(12 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section06 .faqBlock .item .anser {
  padding: 18px 20px 18px 54px;
  font-size: 16px;
  line-height: 2.0625em;
  position: relative;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section06 .faqBlock .item .anser {
    padding: calc(30 / 390 * 100vw) calc(61 / 390 * 100vw) calc(30 / 390 * 100vw) calc(46 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section06 .faqBlock .item .anser::before {
  content: "A.";
  display: block;
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  top: 16px;
  left: 20px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section06 .faqBlock .item .anser::before {
    font-size: calc(22 / 390 * 100vw);
    top: calc(30 / 390 * 100vw);
    left: calc(12 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section06 .faqBlock .item .anser::after {
  width: calc(100% - 40px);
  height: 1px;
  background: #DEDEDE;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section06 .faqBlock .item .anser::after {
    width: calc(100% - 40 / 390 * 100vw);
    left: calc(20 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section06 .faqBlock .item .anser a {
  text-decoration: underline;
}
.servicePage .contentArea .mainContent .section06 .faqBlock .item .anser a:hover {
  text-decoration: none;
}
.servicePage .contentArea .mainContent .section06 .faqBlock .item + .item {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section06 .faqBlock .item + .item {
    margin-top: calc(28 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section06 .faqBlock .item.active::after {
  transform: rotate(0);
}
.servicePage .contentArea .mainContent .section07 {
  padding: 68px 0 102px;
  background: url("../image/data-preparation/bg_sec07_2x.png") center center/cover no-repeat;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section07 {
    padding: calc(13 / 390 * 100vw) 0 calc(105 / 390 * 100vw);
    background: #ECF1EF url("../image/data-preparation/bg_sec07_sp_2x.png") bottom center/cover no-repeat;
  }
}
.servicePage .contentArea .mainContent .section07 .titleBB {
  margin-bottom: 68px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section07 .titleBB {
    margin-bottom: calc(40 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section07 .sec07Column {
  display: flex;
  justify-content: center;
  gap: 45px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section07 .sec07Column {
    gap: calc(35 / 390 * 100vw);
    flex-direction: column-reverse;
  }
}
.servicePage .contentArea .mainContent .section07 .sec07Column .btnArea {
  width: 429px;
  max-width: 100%;
  gap: 12px;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section07 .sec07Column .btnArea {
    width: 100%;
    gap: calc(12 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section07 .sec07Column .btnArea .btn a {
  width: 429px !important;
  height: 64px;
  border-radius: 0;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section07 .sec07Column .btnArea .btn a {
    width: calc(363 / 390 * 100vw) !important;
    height: calc(64 / 390 * 100vw);
    padding-left: calc(15 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section07 .sec07Column .btnArea .btn a::after {
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #ffffff;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section07 .sec07Column .btnArea .btn a::after {
    border-width: calc(9 / 390 * 100vw) 0 calc(9 / 390 * 100vw) calc(9 / 390 * 100vw);
    right: calc(24 / 390 * 100vw);
  }
}
.servicePage .contentArea .mainContent .section07 .sec07Column .btnArea .btn:nth-of-type(1) a {
  background: #060606;
}
.servicePage .contentArea .mainContent .section07 .sec07Column .btnArea .btn:nth-of-type(2) a {
  background: #E0B03F;
}
.servicePage .contentArea .mainContent .section07 .sec07Column .btnArea .btn:nth-of-type(2) a::before {
  background-color: #1A483B;
}
.servicePage .contentArea .mainContent .section07 .sec07Column .btnArea .btn:nth-of-type(3) a {
  background: #1A483B;
}
.servicePage .contentArea .mainContent .section07 .sec07Column .text {
  width: 521px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section07 .sec07Column .text {
    max-width: calc(332 / 390 * 100vw);
    width: 100;
    margin: 0 auto;
  }
}
.servicePage .contentArea .mainContent .section07 .sec07Column .text p {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .servicePage .contentArea .mainContent .section07 .sec07Column .text p {
    font-size: calc(18 / 390 * 100vw);
  }
}