﻿@charset "UTF-8";

/* ########### データプロバイダーサービス｜株式会社エクスマート  ########### */
/*
 * "Noto Sans JP" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/*
/* Copyright (c) 2025 株式会社エクスマート 
 Released under the MIT license
 https://opensource.org/licenses/mit-license.php */


/* ###### TOPページ ###### */

/* ###### 共通 ###### */
.service-method-link.toppage-arrow::after {
  content: "";
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0058a2;
  border-bottom: 2px solid #0058a2;
  transform: rotate(-45deg);
}

.service-method-link.toppage-arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -8.5px;
  top: 1.5px;
  width: 22.5px;
  height: 22.5px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #0058a2;
}

.service-method-link.toppage-arrow {
  margin-right: 5px;
}

/* ###### FV ###### */
.h1-fv2 {
  color: #0058a2;
  font-size: 60px;
  margin-top: -20px;
  margin-bottom: 20px;
  line-height: 1.35;
  letter-spacing: -0.5px;
}

.h2-fv2 {
  color: #0058a2;
  font-size: 39px;
  margin-bottom: 20px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.5px;
}

#main-back {
  background: url(../image/back01-1.png) 50% 50% / cover no-repeat
}

.fv-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.button-cta.fv-btn1 a {
  background-color: #0058a2;
}

.button-cta.fv-btn2 a {
  background-color: #c94009;
}

/* ###### サービス実績 ###### */
#service-achevement {
  background: url(../image/back01-2.png) 50% 50% / cover no-repeat
}

/* ###### エクスマートのデータプロパイダーサービス ###### */
.dps-box {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 50px;
  box-shadow: 0 0 17px rgba(3, 27, 47, 0.15);
}

.dps-wrapper .dps-box {
  padding: 40px 20px;
}


.dps-checklist li {
  margin-top: 10px;
  margin-left: 45px;
  position: relative;
}

.dps-checklist>li::before {
  content: "";
  background: url(../image/check-red.png) no-repeat;
  display: block;
  position: absolute;
  background-size: 19px 15px;
  width: 19px;
  height: 15px;
  left: -40px;
  top: 5px;
}

.dps-title {
  text-align: center;
}

.dps-title h3 {
  text-align: center;
}

/* ###### 導入事例一覧 ###### */
.top-workslist {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
}

.top-workslist li {
  width: 23.5%;
  position: relative;
}

.top-workslist-link1 {
  font-size: clamp(16px, calc(100vw / 1000 * 24), 24px);
  font-weight: 500;
  text-align: initial;
  display: block;
  width: calc(100% - 25px);
  height: 113px;
  position: absolute;
  left: 0;
  top: 25px;
  background-color: #ffffff;
  color: #0058a2;
  z-index: 2;
  padding: 22px 15px 22px 5px;
}

.top-workslist-link2::after {
  content: "";
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.top-workslist-link2 {
  font-size: 20px;
  font-weight: 500;
  text-align: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  position: relative;
  left: 0;
  background-color: #0058a2;
  color: #ffffff;
  z-index: 2;
}

.top-workslist-link1 span {
  padding-bottom: 2px;
  background-image: linear-gradient(#0058a2, #0058a2);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 3px;
  transition: background-size 0.3s;
}

@media (any-hover: hover) {
  .top-workslist-link1:hover span {
    background-position: bottom left;
    background-size: 100% 3px;
  }
}

.top-workslist-link2 span {
  padding-bottom: 2px;
  background-image: linear-gradient(#ffffff, #ffffff);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 2px;
  transition: background-size 0.3s;
}

@media (any-hover: hover) {
  .top-workslist-link2:hover span {
    background-position: bottom left;
    background-size: 100% 2px;
  }
}

@media (max-width: 479px) {

  /* ###### 共通 ###### */


  .contents-toppage {
    padding: 30px 10px;
  }

  .contents-fv2 {
    padding: 40px 10px;
  }

  .service-method-link.toppage-arrow::after {
    content: "";
    margin-bottom: 0.5px;
    margin-left: 9px;
    height: 9px;
  }

  .service-method-link.toppage-arrow::before {
    right: -6.5px;
    top: 0.995px;
    width: 20.15px;
    height: 20.15px;
  }

  /* ###### FV ###### */
  .fv-wrapper {
    flex-wrap: wrap;
  }

  .fv-left {
    order: 2;
  }

  .fv-right {
    order: 1;
    margin: -15px auto clamp(20px, calc(100vw / 470 * 40), 30px);
    width: clamp(200px, calc(100vw / 470 * 250), 250px);
    position: relative;
  }

  .h1-fv2 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .h2-fv2 {
    font-size: 22px;
    margin-bottom: 20px;
  }


  .button-cta.fv-btn1 a {
    max-width: 362px;
    width: 100%;
  }

  .button-cta.fv-btn2 a {
    margin-top: 25px;
    max-width: 362px;
    width: 100%;
    letter-spacing: -0.2px;
  }


  /* ###### サービス実績 ###### */
  /* ###### エクスマートのデータプロパイダーサービス ###### */
  .dps-box {
    background-color: #ffffff;
    padding: 15px 10px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(3, 27, 47, 0.15);
  }

  .dps-checklist li {
    margin-top: 7px;
    margin-left: 25px;
  }

  .dps-checklist>li::before {
    background-size: 14px 12px;
    width: 14px;
    height: 12px;
    left: -25px;
    top: 5px;
  }

  .dps-wrapper>li:not(:first-child) {
    margin-top: 10px;
  }

  /* ###### 導入事例一覧 ###### */

  .top-workslist {
    gap: 25px 0;
  }

  .top-workslist li {
    width: 48%;
  }

  .top-workslist li:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .top-workslist-link1 {
    font-size: clamp(10px, calc(100vw / 400 * 18), 18px);
    width: calc(100% - 15px);
    height: 75px;
    top: 25px;
    padding: 10px 10px 10px 5px;
  }

  .top-workslist-link2 {
    font-size: 14px;
    width: 100%;
    height: 40px;
  }

}

@media (min-width: 480px) and (max-width: 767px) {

  /* ###### 共通 ###### */

  .contents-toppage {
    padding: 45px 25px;
  }

  .contents-fv2 {
    padding: 55px 25px;
  }

  .service-method-link.toppage-arrow::before {
    top: 0px;
  }

  /* ###### FV ###### */
  .fv-wrapper {
    flex-wrap: wrap;
  }

  .fv-left {
    order: 2;
  }

  .fv-right {
    order: 1;
    margin: -15px auto clamp(20px, calc(100vw / 760 * 40), 40px);
    width: clamp(250px, calc(100vw / 760 * 300), 300px);
    position: relative;
  }

  .button-cta.fv-btn1 a {
    margin-top: 15px;
    width: 100%;
    max-width: 415px;
  }

  .button-cta.fv-btn2 a {
    margin-top: 25px;
    width: 100%;
    max-width: 415px;
  }

  .h1-fv2 {
    font-size: clamp(35px, calc(100vw / 760 * 40), 40px);
    margin-bottom: 15px;
  }

  .h2-fv2 {
    font-size: clamp(26px, calc(100vw / 760 * 28), 28px);
    margin-bottom: 15px;
  }


  /* ###### サービス実績 ###### */
  /* ###### エクスマートのデータプロパイダーサービス ###### */

  .dps-box {
    background-color: #ffffff;
    padding: 25px 20px;
    border-radius: 30px;
    box-shadow: 0 0 12px rgba(3, 27, 47, 0.15);
  }

  .dps-checklist li {
    margin-top: 10px;
    margin-left: 35px;
  }

  .dps-checklist>li::before {
    background-size: 14px 12px;
    width: 14px;
    height: 12px;
    left: -30px;
    top: 5px;
  }

  .dps-wrapper>li:not(:first-child) {
    margin-top: 25px;
  }

  /* ###### 導入事例一覧 ###### */

  .top-workslist {
    gap: 25px 0;
  }

  .top-workslist li {
    width: 48%;
  }

  .top-workslist li:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .top-workslist-link1 {
    font-size: 21px;
    width: calc(100% - 15px);
    height: 85px;
    top: 25px;
    padding: 12px 10px 10px 5px;
  }

  .top-workslist-link2 {
    font-size: 18px;
    width: 100%;
    height: 45px;
  }
}

@media (min-width: 768px) {

  /* ###### FV ###### */
  #main-back {
    margin-top: 80px;
  }

}

@media (min-width: 768px) and (max-width: 1199px) {

  /* ###### 共通 ###### */
  .contents-toppage {
    padding: 60px 50px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .contents-fv2 {
    padding: 75px 50px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  /* ###### FV ###### */

  .fv-right {
    text-align: right;
    width: clamp(300px, calc(100vw / 1200 * 520), 520px);
    position: relative;
    top: -50px;
    right: -25px
  }

  .fv-left {
    width: clamp(300px, calc(100vw / 1200 * 580), 580px);
  }

  .h1-fv2 {
    font-size: clamp(30px, calc(100vw / 1200 * 60), 60px);
    margin-bottom: clamp(10px, calc(100vw / 1200 * 20), 20px);
  }

  .h2-fv2 {
    font-size: clamp(20px, calc(100vw / 1200 * 39), 39px);
    margin-bottom: clamp(10px, calc(100vw / 1200 * 20), 20px);
  }

  .fv-left .text16 {
    font-size: clamp(12px, calc(100vw / 1200 * 16), 16px);
  }

  .button-cta.fv-btn1 {
    margin-top: -60px;
  }

  .button-cta.fv-btn1 a {
    margin-top: 40px;
    width: 100%;
    max-width: 615px;
  }

  .button-cta.fv-btn2 a {
    margin-top: 40px;
    width: 100%;
    max-width: 615px;
  }


  /* ###### サービス実績 ###### */
  /* ###### エクスマートのデータプロパイダーサービス ###### */


  .dps-wrapper>li {
    display: flex;
    position: relative;
    gap: 15px;
  }

  .dps-wrapper>li:not(:first-child) {
    margin-top: 20px;
  }

  .dps-title {
    width: 320px;
  }

  /* ###### 導入事例一覧 ###### */

  .top-workslist {
    gap: 50px 0;
  }

  .top-workslist li {
    width: 32%;
  }

  .top-workslist li:not(:nth-child(3n)) {
    margin-right: 2%;
  }

}

@media (min-width: 1200px) {

  /* ###### 共通 ###### */
  .contents-toppage {
    padding: 60px 50px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .contents-fv2 {
    padding: 80px 50px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  /* ###### FV ###### */
  .button-cta.fv-btn1 {
    margin-top: -135px;
  }

  .button-cta.fv-btn1 a {
    width: 100%;
    max-width: 615px;
  }

  .button-cta.fv-btn2 a {
    margin-top: 40px;
    width: 100%;
    max-width: 615px;
  }

  .fv-left {
    flex: 1;
  }

  .fv-left .text16 {
    padding-right: 45px;
  }

  .fv-right {
    width: 580px;
    margin-right: -45px;
  }

  /* ###### サービス実績 ###### */
  /* ###### エクスマートのデータプロパイダーサービス ###### */
  .dps-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .dps-wrapper>li {
    width: 32.5%;
  }

  .dps-wrapper .dps-box .h3-common {
    min-height: 75px;
    margin-bottom: 0px;
  }

  /* ###### 導入事例一覧 ###### */
  .top-workslist li:not(:nth-child(4n)) {
    margin-right: 2%;
  }

}