html {
  font-size: 62.5%;
}
/* html {
  font-size: 62.5%;
}

@media (max-width: 1200px) {
html{
    font-size: calc(100vw / 1200 * 10);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 375 * 10);
  }
} */
img[src^='https://sync.intentiq.com/profiles_engine/'] {
  display: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------
//  common.css
------------------------------------------------------------------------------------------------------------------------------------------------------ */
@font-face {
  font-display: swap;
  font-family: 'Sans';
  font-style: normal;
  font-weight: 500;
  src:
    url('../font/NotoSansJP-medium.woff') format('woff'),
    url('../font/NotoSansJP-medium.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Sans';
  font-style: normal;
  font-weight: 300;
  src:
    url('../font/NotoSansJP-light.woff') format('woff'),
    url('../font/NotoSansJP-light.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Sans';
  font-style: normal;
  font-weight: 400;
  src:
    url('../font/NotoSansJP-regular.woff') format('woff'),
    url('../font/NotoSansJP-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Sans';
  font-style: normal;
  font-weight: 700;
  src:
    url('../font/NotoSansJP-bold.woff') format('woff'),
    url('../font/NotoSansJP-bold.woff2') format('woff2');
}

.re2023 {
  font-family: 'Sans', 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-weight: normal;
  width: 100%;
}

.body_container {
  opacity: 0;
  overflow: hidden;
  transition: 0.2s;
}

.body_container.lazy {
  opacity: 1;
}

.re2023 img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.re2023 .max_1366 {
  margin: 0 auto;
  max-width: 1366px;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .max_1366 {
    max-width: 100%;
  }
}

.re2023 .max_1200 {
  margin: 0 auto;
  max-width: 1200px;
}

.re2023 .max_1000 {
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .max_1000 {
    max-width: 83.33vw;
  }
}

.re2023 .din {
  font-family: 'din-2014', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.re2023 .slick-prev,
.re2023 .slick-next {
  font-size: 0;
}

/* ---------------------------------------------------------------------------
//  cta
--------------------------------------------------------------------------- */
.re2023 .cta .section_container {
  padding: 0 0 37px;
}

.re2023 .cta .cta_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.re2023 .cta .cta_wrap .ttl {
  margin-right: 23.5px;
  margin-top: 16.5px;
  width: 171px;
}

.re2023 .cta .cta_wrap .ttl img {
  position: relative;
  top: -10px;
}

.re2023 .cta .cta_wrap .BTN {
  height: 97px;
  transition: 0.2s;
}

@media (any-hover: hover) {
  .re2023 .cta .cta_wrap .BTN:hover {
    opacity: 0.8;
  }
}

.re2023 .cta .cta_wrap .btn01 {
  width: 405px;
}

.re2023 .cta .cta_wrap .btn02 {
  margin: 0 8px;
  width: 158px;
}

.re2023 .cta .cta_wrap .btn03 {
  width: 158px;
}

.re2023 .cta .cta_head {
  background: #034d9c;
  width: 100%;
}

.re2023 .cta .cta_head .cta_ttl {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1366px;
  overflow: hidden;
}

.re2023 .cta .cta_head .cta_ttl img {
  max-width: 1366px;
  width: 1366px;
}

.re2023 + .main {
  margin-top: 0 !important;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .cta .section_container {
    padding: 0 0 3.08vw;
  }

  .re2023 .cta .cta_wrap .ttl {
    margin-right: 1.96vw;
    margin-top: 1.38vw;
    width: 14.25vw;
  }

  .re2023 .cta .cta_wrap .ttl img {
    top: -0.83vw;
  }

  .re2023 .cta .cta_wrap .BTN {
    height: 8.08vw;
  }

  .re2023 .cta .cta_wrap .btn01 {
    width: 33.75vw;
  }

  .re2023 .cta .cta_wrap .btn02 {
    margin: 0 0.67vw;
    width: 13.17vw;
  }

  .re2023 .cta .cta_wrap .btn03 {
    width: 13.17vw;
  }

  .re2023 .cta .cta_head .cta_ttl img {
    max-width: 113.83vw;
    width: 113.83vw;
  }
}

@media only screen and (max-width: 767px) {
  .re2023 .cta .section_container {
    padding: 0 0 6.67vw;
  }

  .re2023 .cta .cta_wrap {
    flex-wrap: wrap;
  }

  .re2023 .cta .cta_wrap .ttl {
    margin: 0 auto;
    margin-top: 0;
    width: 75.47vw;
  }

  .re2023 .cta .cta_wrap .ttl img {
    top: 0;
  }

  .re2023 .cta .cta_wrap .BTN {
    height: 13.33vw;
    transition: 0.2s;
  }

  .re2023 .cta .cta_wrap .btn01 {
    height: 21.6vw;
    margin-bottom: 1.33vw;
    width: 84vw;
  }

  .re2023 .cta .cta_wrap .btn02 {
    margin: 0 1.33vw 0 0;
    width: 41.33vw;
  }

  .re2023 .cta .cta_wrap .btn03 {
    width: 41.33vw;
  }

  .re2023 .cta .cta_head.cta_belt2 {
    margin-bottom: 2.5vw;
  }

  .re2023 .cta .cta_head .cta_ttl img {
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------
//  section_ttl.A
--------------------------------------------------------------------------- */
.re2023 .section_ttl.A {
  color: #0068b7;
  font-size: 30px;
  font-weight: bold;
  line-height: calc(35 / 25);
  text-align: center;
}

.re2023 .section_ttl.A::after {
  background: #fdd835;
  border-radius: 100px;
  content: '';
  display: block;
  height: 6px;
  margin: 10px auto 0;
  width: 42px;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .section_ttl.A {
    font-size: 2.5vw;
  }

  .re2023 .section_ttl.A::after {
    height: 0.5vw;
    margin: 0.83vw auto 0;
    width: 3.5vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .section_ttl.A {
    font-size: 6.67vw;
  }
  .re2023 .section_ttl.A.nowrap {
    left: -5.33vw;
    position: relative;
    white-space: nowrap;
    width: 100vw;
  }

  .re2023 .section_ttl.A::after {
    border-radius: 26.67vw;
    height: 1.6vw;
    margin: 2.93vw auto 0;
    width: 11.2vw;
  }
}

/* ---------------------------------------------------------------------------
//  btn.A
--------------------------------------------------------------------------- */
.re2023 .btn_wrap.A {
  display: flex;
  justify-content: center;
}

.re2023 .BTN.A {
  align-items: center;
  background: #0068b7;
  border: solid 1px #0068b7;
  border-radius: 100px;
  box-shadow: 0 4px 0 #0a367c;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  text-align: center;
  transition: 0.2s;
}

@media (any-hover: hover) {
  .re2023 .BTN.A:hover {
    background: #fff;
    color: #0068b7;
  }
}

.re2023 .BTN.A::after {
  background-image: url(../img/common/btn_arrow01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 7px;
  margin-left: 7px;
  margin-top: 2px;
  transition: 0.2s;
  width: 13px;
}

@media (any-hover: hover) {
  .re2023 .BTN.A:hover:after {
    margin-left: 0;
    width: 0;
  }
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .BTN.A {
    border-radius: 8.33vw;
    font-size: 1.33vw;
    height: 4.17vw;
  }

  .re2023 .BTN.A::after {
    height: 0.58vw;
    margin-left: 0.58vw;
    margin-top: 0.17vw;
    width: 1.08vw;
  }
}

@media screen and (max-width: 767px) {
  /* .btn_wrap.A {
    padding: 0 8vw;
  } */
  .re2023 .BTN.A {
    border-radius: 26.67vw;
    font-size: 4.27vw;
    height: 13.6vw;
    position: relative;
    width: 84vw !important;
  }

  .re2023 .BTN.A::after {
    bottom: 0;
    height: 1.87vw;
    margin: 0;
    margin: auto;
    position: absolute;
    right: 7.63vw;
    top: 0;
    width: 3.47vw;
  }
}

/* ---------------------------------------------------------------------------
//  cm01
--------------------------------------------------------------------------- */
.re2023 .cm01 .cm_wrap img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .cm01 .cm_wrap img {
    /* height: 33.75vw; */
    width: 113.83vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .cm01 .cm_wrap img {
    /* height: auto; */
    object-fit: inherit;
    /* width: 100%; */
  }
}

/* ---------------------------------------------------------------------------
//  cm02
--------------------------------------------------------------------------- */
.re2023 .cm02 {
  margin-bottom: 65px;
}
.re2023 .cm02.mt {
  margin-top: 65px;
}
.re2023 .cm02 .cm_wrap img {
  height: 225px;
  margin-bottom: 16px;
  object-fit: cover;
  width: 1366px;
}
.re2023 .cm02 .sup {
  display: flex;
  font-size: 14px;
  line-height: calc(22.4 / 14);
}
.re2023 .cm02 .sup::before {
  content: '\203B';
}
.re2023 .cm02 .sup strong {
  color: #fc5252;
  font-weight: 500;
}
.re2023 .cm_bottom {
  margin-top: 45px;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .cm02 {
    margin-bottom: 5.42vw;
  }
  .re2023 .cm02.mt {
    margin-top: 5.42vw;
  }
  .re2023 .cm02 .cm_wrap img {
    height: 18.75vw;
    margin-bottom: 1.33vw;
    width: 113.83vw;
  }
  .re2023 .cm02 .sup {
    font-size: 1.17vw;
  }
  .re2023 .cm_bottom {
    margin-top: 3.75vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .cm02 {
    margin-bottom: 13.33vw;
  }
  .re2023 .cm02.mt {
    margin-top: 9.87vw;
  }
  .re2023 .cm02 .cm_wrap img {
    height: auto;
    margin-bottom: 3.2vw;
    object-fit: inherit;
    width: 100%;
  }
  .re2023 .cm02 .sup {
    font-size: 3.2vw;
    line-height: 1.5;
    padding: 0 5vw;
  }
  .re2023 .cm_bottom {
    margin-top: 6.67vw;
    padding: 0 5.33vw;
  }
}

/* ---------------------------------------------------------------------------
//  cm03
--------------------------------------------------------------------------- */
.re2023 .cm03 {
  margin-bottom: 65px;
}
.re2023 .cm03 .bnr {
  background: #1268b7;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.26);
  display: flex;
  margin: 40px auto 0;
  transition: 0.2s;
  width: 635px;
}

@media (any-hover: hover) {
  .re2023 .cm03 .bnr:hover {
    opacity: 0.8;
  }
}

.re2023 .cm03 .bnr .pic {
  width: 150px;
}

.re2023 .cm03 .bnr .ttl {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 21px;
  font-weight: bold;
  padding: 0 19px;
  position: relative;
  width: calc(100% - 150px);
}

.re2023 .cm03 .bnr .ttl::after {
  background-image: url(../img/top/04_arrow02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 28px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 28px;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .cm03 {
    margin-bottom: 5.42vw;
  }
  .re2023 .cm03 .bnr {
    margin: 3.33vw auto 0;
    width: 52.92vw;
  }

  .re2023 .cm03 .bnr .pic {
    width: 12.5vw;
  }

  .re2023 .cm03 .bnr .ttl {
    font-size: 1.75vw;
    padding: 0 1.58vw;
    width: calc(100% - 12.5vw);
  }

  .re2023 .cm03 .bnr .ttl::after {
    height: 2.33vw;
    right: 1.67vw;
    width: 2.33vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .cm03 {
    margin-bottom: 13.33vw;
    margin-top: -4vw;
    padding: 0 5.33vw;
  }
  .re2023 .cm03 .bnr {
    margin: 6.67vw auto 0;
    width: 100%;
  }

  .re2023 .cm03 .bnr .pic {
    width: 26.67vw;
  }

  .re2023 .cm03 .bnr .ttl {
    font-size: 4.27vw;
    line-height: calc(24 / 16);
    padding: 0 16px;
    text-align: center;
    width: calc(100% - 26.67vw);
  }

  .re2023 .cm03 .bnr .ttl::after {
    height: 4.8vw;
    position: absolute;
    right: 2.67vw;
    width: 4.8vw;
  }
}

/* ---------------------------------------------------------------------------
//  slider.A
--------------------------------------------------------------------------- */
.re2023 .slider.A {
  margin: 0 auto;
  overflow: inherit !important;
  position: relative;
  width: 839px;
}

.re2023 .slider.A .scroll-hint-icon-wrap {
  display: none;
}

.re2023 .slider.A .slick-track {
  display: flex;
}

.re2023 .slider.A .slider_item {
  height: auto !important;
  margin: 0 10px;
  width: 409.5px;
}

.re2023 .slider.A .slider_item .content_wrap {
  height: 100%;
}

.re2023 .slider.A .slick-prev,
.re2023 .slider.A .slick-next {
  height: 60px;
  top: 50%;
  width: 60px;
  z-index: 2;
}

.re2023 .slider.A .slick-next {
  right: -80px;
}

.re2023 .slider.A .slick-next::before {
  background: url('../img/top/mv_next.png') no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 60px;
  opacity: 1;
  width: 60px;
}

.re2023 .slider.A .slick-prev {
  left: -80px;
}

.re2023 .slider.A .slick-prev::before {
  background: url('../img/top/mv_prev.png') no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 60px;
  opacity: 1;
  width: 60px;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .slider.A {
    width: 69.92vw;
  }

  .re2023 .slider.A .slick-track {
    display: block;
  }

  .re2023 .slider.A .slider_item {
    margin: 0 0.83vw;
    width: 34.13vw;
  }

  .re2023 .slider.A .slick-prev,
  .re2023 .slider.A .slick-next {
    height: 5vw;
    width: 5vw;
  }

  .re2023 .slider.A .slick-next {
    right: -6.67vw;
  }

  .re2023 .slider.A .slick-next::before {
    height: 5vw;
    width: 5vw;
  }

  .re2023 .slider.A .slick-prev {
    left: -6.67vw;
  }

  .re2023 .slider.A .slick-prev::before {
    height: 5vw;
    width: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .slider.A {
    display: flex;
    overflow: auto !important;
    padding: 0 5.33vw;
    width: inherit;
  }

  .re2023 .slider.A .scroll-hint-icon-wrap {
    display: block;
  }

  .re2023 .slider.A .slider_item {
    flex-shrink: 0;
    margin: 0;
    width: 86.67vw;
  }

  .re2023 .slider.A .slider_item + .slider_item {
    margin-left: 5.33vw;
  }
}

/**** -------------------------------
選ばれる理由
---------------------------------****/

.re2023 {
  .common_reason02 {
    background-color: #e1f5fe;
    padding-top: 30px;
    padding-bottom: 60px;
    .max_1000 {
      width: 84vw;
    }
    .BTN.A {
      margin-top: 35px;
      width: 273px;
    }
    h2 {
    }
    .din {
      font-weight: 600;
      font-size: 1.2em;
      vertical-align: baseline;
    }
    ul {
      display: flex;
      flex-direction: column;
      gap: 46px;
      margin-top: 46px;
      li {
        position: relative;
        display: flex;
        flex-direction: column;
        .wrap {
          padding-top: 8vw;
          position: relative;
          background-color: #fff;
        }
        .notice {
          margin-top: 0.5em;
          color: #0068b7;
          font-size: 12px;
        }
        .num {
          color: #0068b7;
          font-size: 9.5vw;
          text-align: center;
          position: absolute;
          top: -0.6em;
          width: 100%;
          margin: auto;
          left: auto;
          right: auto;
        }
        .lead {
          text-align: center;
          color: #444;
          font-size: 3.8vw;
          font-weight: normal;
          letter-spacing: 0.2em;
          margin-bottom: 0.5em;
        }
        h4.ttl {
          text-align: center;
          color: #0068b7;
          font-size: 6.4vw;
          font-weight: 600;
          flex-grow: 1;
          padding-bottom: 20px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          span {
            position: relative;
          }
          .fz-s {
            position: relative;
            font-size: 3.6vw;
          }
          .fz-m {
            position: relative;
            font-size: 5.4vw;
          }
          .fz-mm {
            position: relative;
            font-size: 7.8vw;
          }
          .fz-l {
            position: relative;
            font-size: 8.6vw;
          }
          .fz-ll {
            position: relative;
            font-size: 9.6vw;
          }
          sup {
            top: 0.5em;
            font-size: 10px;
            vertical-align: top;
          }
          .marker {
            position: relative;
            &::before {
              background: #fdd835;
              bottom: 2px;
              content: '';
              left: 0;
              position: absolute;
              transition: 1s;
              /* width: 0; */
              /* z-index: 0; */
              opacity: 1;
              height: 10px;
              width: 100%;
            }
          }
        }
      }
    }
    @media screen and (min-width: 768px) {
      .max_1000 {
        width: auto;
      }
      h2 {
        text-align: center;
      }
      ul {
        margin-top: 60px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
        li {
          width: 24%;
          /* flex-grow: 1; */
          display: block;
          .wrap {
            padding-top: 24px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            min-height: 270px;
          }
          .notice {
            font-size: 14px;
          }
          .num {
            font-size: 30px;
          }
          .lead {
            font-size: 12px;
            line-height: 1;
            margin-bottom: 0;
          }
          h4.ttl {
            font-size: 20px;
            line-height: 1.1;
            padding-bottom: 0;
            .fz-m {
              font-size: 16px;
            }
            .fz-mm {
              font-size: 23px;
            }
            .fz-l {
              font-size: 23px;
            }
            .fz-ll {
              font-size: 28px;
            }
          }
        }
      }
    }
  }
  .common_shitei {
    background-color: #fff;
    padding-top: 40px;
    margin-bottom: 30px;
    .max_1000 {
      width: 84vw;
    }
    h3 {
      font-size: 4.8vw;
      height: auto;
      line-height: calc(28 / 18);
      min-height: 10.67vw;
      padding: 2vw 0;
      text-align: center;
      align-items: center;
      background: #1268b7;
      color: #fff;
      display: flex;

      font-weight: bold;

      justify-content: center;
    }
    p,
    a {
      font-size: 3.8vw;
      line-height: 1.5;
      margin: 1em 0;
    }
    a {
      color: #0068b7;
      text-decoration: underline;
    }
    @media screen and (min-width: 768px) {
      .max_1000 {
        width: auto;
      }
      h3 {
        font-size: 20px;
        height: 63px;
        min-height: auto;
        padding: 0;
        margin-bottom: 45px;
      }
      p,
      a {
        font-size: 18px;
      }
    }
  }
}
/**** -------------------------------
サービストップ FV下注釈
---------------------------------****/

.page-template-template-service {
  .re2023 {
    .section.page_fv {
      .top_annotation {
        padding-top: 1em;
        line-height: 1.5;
      }
      @media (768px <= width) {
        .top_annotation {
          display: flex;
          justify-content: center;
        }
      }
    }
  }
}
