@charset "UTF-8";
/*WordPress対策・全ページ余白なし*/
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a {
  text-decoration: none;
}

main {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/*メディアクエリ*/
@media screen and (min-width: 1025px) {
  .pc {
    display: block;
    /*電話番号をクリックしても自動発信しない*/
  }
  .pc a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .smp {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .smp {
    display: block;
  }
}
.fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: relative;
}

.fadein.is-active {
  opacity: 1;
}

.fadein.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.fadein.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: relative;
}

.fadein.is-active {
  opacity: 1;
}

.fadein.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.fadein.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadein-before {
  transition: opacity 1.5s ease-in-out;
  position: relative;
}

.fadein-before:before,
.fadein-before:after {
  opacity: 0;
  transition: opacity 3s ease-in-out;
}

.fadein-before:before.fadeup,
.fadein-before:after.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.fadein-before:before.fadeup.is-active,
.fadein-before:after.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadein-before.is-active:before {
  opacity: 1;
}

.fadein-before.is-active:after {
  opacity: 1;
}

.fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fadein.is-active {
  opacity: 1;
}

.fadein.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
  transition-delay: var(--delay, 0s);
}

.fadein.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
  box-sizing: border-box;
}

.indent-2 {
  text-indent: -1.5em;
  padding-left: 1.5em;
  box-sizing: border-box;
}

/*キービジュアル*/
@media screen and (min-width: 1025px) {
  .kv {
    display: grid;
    grid-template-columns: calc(100% - 100px);
    grid-template-rows: 519.4px auto;
    justify-content: center;
  }
  .kv .image {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  @keyframes zoomOut {
    0% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  .kv .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /*アニメーション*/
    animation: zoomOut 2s ease-out forwards;
  }
  .kv .texts {
    width: -moz-min-content;
    width: min-content;
    margin: -191px auto 0 0;
    padding: 50px 120px 0 80px;
    background-color: #fff;
    position: relative;
  }
  .kv .texts h1 {
    margin-bottom: 30px;
    white-space: nowrap;
  }
  .kv .texts h1 small {
    display: block;
    margin-bottom: 10px;
    font-family: "presicav", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-align: left;
    color: #2cb4e6;
  }
  .kv .texts h1 strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
    letter-spacing: 4.8px;
    text-align: left;
    color: #313131;
  }
  .kv .texts P {
    width: -moz-min-content;
    width: min-content;
    padding-left: 75px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.64;
    letter-spacing: 1.76px;
    text-align: left;
    color: #21a7d8;
    white-space: nowrap;
    position: relative;
  }
  .kv .texts P::before {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 17px;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .kv {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 200px auto;
  }
  .kv .image {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  @keyframes zoomOut {
    0% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  .kv .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /*アニメーション*/
    animation: zoomOut 2s ease-out forwards;
  }
  .kv .texts {
    width: 350px;
    margin: 30px auto 0;
  }
  .kv .texts h1 {
    margin-bottom: 15px;
  }
  .kv .texts h1 small {
    display: block;
    margin-bottom: 5px;
    font-family: "presicav", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 1.8px;
    text-align: left;
    color: #2cb4e6;
  }
  .kv .texts h1 strong {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 3px;
    text-align: left;
    color: #313131;
  }
  .kv .texts P {
    padding-left: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: 1.28px;
    text-align: left;
    color: #21a7d8;
    white-space: nowrap;
    position: relative;
  }
  .kv .texts P::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 14px;
    left: 0;
  }
}
/*30.対応サービス一覧*/
/*PC*/
@media screen and (min-width: 1025px) {
  #page30 {
    width: 100%;
    margin-bottom: 90px;
  }
  #page30 .kv {
    margin-bottom: 60px;
  }
  #page30 .contents {
    width: 100%;
  }
  #page30 .contents p.headline-1 {
    width: 946px;
    margin: 0 auto 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: center;
    color: #484848;
    white-space: nowrap;
  }
  #page30 .contents .content {
    width: 1280px;
    margin: 0 auto 59.9px;
  }
  #page30 .contents .content:nth-last-of-type(1) {
    margin: 0 auto;
  }
  #page30 .contents .content:nth-last-of-type(1) h2 {
    grid-template-columns: 47px 262px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #page30 .contents .content:nth-last-of-type(1) h2 span {
    width: 47px;
  }
  #page30 .contents .content h2 {
    width: 100%;
    margin-bottom: 40px;
    padding: 18px 0 21px 205px;
    box-sizing: border-box;
    background-image: linear-gradient(273deg, #008cd5, #00a2d5);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 37px;
    letter-spacing: 2.6px;
    text-align: left;
    color: #fff;
    position: relative;
  }
  #page30 .contents .content h2 span {
    display: block;
    width: 75px;
    height: 48px;
    font-family: "presicav", sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 14px;
    left: 70px;
  }
  #page30 .contents .content h2::after {
    content: "";
    display: block;
    width: 2px;
    height: 33px;
    background-color: #ddd;
    position: absolute;
    top: 22.5px;
    left: 174px;
  }
  #page30 .contents .content p.headline-2 {
    width: calc(100% - 140px);
    margin: 0 auto 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page30 .contents .content .items {
    display: grid;
    grid-template-columns: repeat(4, 300px);
    justify-content: space-between;
  }
  #page30 .contents .content .items a.item {
    width: 100%;
  }
  #page30 .contents .content .items a.item .img-wrap {
    width: 100%;
    height: 200.1px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #page30 .contents .content .items a.item .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s ease;
  }
  #page30 .contents .content .items a.item h3 {
    width: 272px;
    margin: 0 auto 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: left;
    color: #313131;
    transition: 0.3s ease;
  }
  #page30 .contents .content .items a.item p {
    width: 272px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page30 .contents .content .items a.item:hover .img-wrap img {
    transform: scale(1.2);
  }
  #page30 .contents .content .items a.item:hover h3 {
    color: #2cb4e6;
  }
}
/*SP*/
@media screen and (max-width: 1024px) {
  #page30 {
    width: 100%;
    margin-bottom: 60px;
  }
  #page30 .kv {
    margin-bottom: 45px;
  }
  #page30 .contents {
    width: 100%;
  }
  #page30 .contents p.headline-1 {
    width: 350px;
    margin: 0 auto 45px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page30 .contents .content {
    width: 100%;
    margin: 0 auto 45px;
  }
  #page30 .contents .content:nth-last-of-type(1) {
    margin: 0 auto;
  }
  #page30 .contents .content:nth-last-of-type(1) h2 {
    grid-template-columns: 47px 262px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #page30 .contents .content:nth-last-of-type(1) h2 span {
    width: 47px;
  }
  #page30 .contents .content h2 {
    display: grid;
    grid-template-columns: 37.5px 271.5px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 11.5px 0;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    letter-spacing: 2.6px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    position: relative;
  }
  #page30 .contents .content h2 span {
    display: block;
    width: 37.5px;
    height: 30px;
    font-family: "presicav", sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    position: relative;
  }
  #page30 .contents .content h2 span::after {
    content: "";
    display: block;
    width: 1.5px;
    height: 16.5px;
    background-color: #ddd;
    position: absolute;
    top: 6.75px;
    right: -15.75px;
  }
  #page30 .contents .content h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(278deg, #008cd5, #00a2d5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page30 .contents .content p.headline-2 {
    width: 300px;
    margin: 0 auto 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page30 .contents .content .items {
    display: grid;
    grid-template-columns: 300px;
    row-gap: 30px;
    justify-content: center;
  }
  #page30 .contents .content .items a.item {
    width: 100%;
  }
  #page30 .contents .content .items a.item img {
    width: 100%;
    height: 200.1px;
    margin-bottom: 15px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page30 .contents .content .items a.item h3 {
    margin-bottom: 12.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 27.5px;
    letter-spacing: 1.9px;
    text-align: left;
    color: #313131;
  }
  #page30 .contents .content .items a.item p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.53;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
}
/*31〜37.サービス個別*/
/*PC*/
@media screen and (min-width: 1025px) {
  #page30-low {
    width: 100%;
  }
  #page30-low .kv {
    margin-bottom: 88px;
  }
  #page30-low .contents-1 {
    display: grid;
    grid-template-columns: 530px 542px;
    -moz-column-gap: 110px;
         column-gap: 110px;
    justify-content: center;
    margin-bottom: 90px;
    position: relative;
    right: 49px;
  }
  #page30-low .contents-1 .image {
    width: 100%;
    height: 353.5px;
  }
  #page30-low .contents-1 .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page30-low .contents-1 .texts h2 {
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: 3.84px;
    text-align: left;
    color: #313131;
    white-space: nowrap;
  }
  #page30-low .contents-1 .texts p {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-2 {
    width: 100%;
    padding: 80px 0 90px;
    background-image: linear-gradient(124deg, #f8fdff, #e0f4fa);
    text-align: center;
  }
  #page30-low .contents-2 h2 {
    display: block;
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 55px;
    letter-spacing: 4.56px;
    text-align: center;
    color: #313131;
  }
  #page30-low .contents-2 h2 small {
    display: block;
    margin-bottom: 10px;
    font-family: "presicav", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 2.4px;
    text-align: center;
    color: #2cb4e6;
  }
  #page30-low .contents-2 p.headline {
    display: inline-block;
    margin-bottom: 50.15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 2.24px;
    text-align: center;
    color: #484848;
    background-image: linear-gradient(272deg, #008cd5, #00a2d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }
  #page30-low .contents-2 p.headline::before {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 50%;
    left: -95px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #page30-low .contents-2 p.headline::after {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 50%;
    right: -95px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #page30-low .contents-2 ul.items {
    display: grid;
    grid-template-columns: repeat(3, 370px);
    -moz-column-gap: 40px;
         column-gap: 40px;
    width: 1280px;
    margin: 0 auto;
    padding: 45px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    list-style: none;
  }
  #page30-low .contents-2 ul.items li {
    position: relative;
  }
  #page30-low .contents-2 ul.items li img {
    width: 370px;
    height: 229px;
    margin-bottom: 34px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page30-low .contents-2 ul.items li p.num {
    font-family: "presicav", sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 4.8px;
    text-align: center;
    color: #2cb4e6;
    position: absolute;
    top: 203px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30-low .contents-2 ul.items li h3 {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 2.88px;
    text-align: center;
    color: #313131;
  }
  #page30-low .contents-2 ul.items li p {
    display: block;
    width: 350px;
    margin: 0 auto 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-2 ul.items li p:nth-last-of-type(1) {
    margin: 0 auto;
  }
  #page30-low .contents-2 ul.items li ul.checks {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 350px;
    margin: 0 auto 16px;
  }
  #page30-low .contents-2 ul.items li ul.checks li {
    display: grid;
    grid-template-columns: 20px 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-2 ul.items li ul.checks li img {
    width: 100%;
    height: 20px;
    margin-bottom: 0;
    position: relative;
    top: 6px;
  }
  #page30-low .sub-hero {
    width: 100%;
    height: 515.3px;
    position: relative;
    z-index: 0;
  }
  #page30-low .sub-hero .image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #page30-low .sub-hero .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: -1;
  }
  #page30-low .sub-hero .image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.55;
    background-image: linear-gradient(109deg, #edf6fa, #d8f5fd 101%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #page30-low .sub-hero .texts {
    width: 1130px;
    position: absolute;
    bottom: 179.3px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30-low .sub-hero .texts p {
    display: block;
    width: -moz-min-content;
    width: min-content;
    margin-bottom: 10px;
    padding: 0 10px;
    background-image: linear-gradient(274deg, #008cd5, #00a2d5);
    font-family: "presicav", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 33px;
    letter-spacing: 2.4px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }
  #page30-low .sub-hero .texts h2 {
    display: block;
    width: -moz-min-content;
    width: min-content;
    padding: 0 20px;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 54px;
    letter-spacing: 4.08px;
    text-align: left;
    color: #313131;
    white-space: nowrap;
  }
  #page30-low .sub-hero .texts h2:nth-last-of-type(1) {
    margin-top: 10px;
  }
  #page30-low .contents-3 {
    width: 1280px;
    margin: -120px auto 0;
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  #page30-low .contents-3 h2 {
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 2.24px;
    text-align: center;
    color: #484848;
    background-image: linear-gradient(272deg, #008cd5, #00a2d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }
  #page30-low .contents-3 h2.exc {
    margin-bottom: 39.9px;
  }
  #page30-low .contents-3 h2::before {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 50%;
    left: -95px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #page30-low .contents-3 h2::after {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 50%;
    right: -95px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #page30-low .contents-3 p.headline {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: center;
    color: #484848;
  }
  #page30-low .contents-3 p.headline.headline-1 {
    padding-top: 80px;
    margin-bottom: 40px;
  }
  #page30-low .contents-3 p.headline.headline-2 {
    margin-bottom: 40px;
  }
  #page30-low .contents-3 p.headline.headline-3 {
    padding-top: 80px;
    margin-bottom: 60px;
  }
  #page30-low .contents-3 p.headline.headline-4 {
    margin-bottom: 90px;
  }
  #page30-low .contents-3 p.headline.headline-5 {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  #page30-low .contents-3 .table-1 {
    margin-bottom: 87px;
  }
  #page30-low .contents-3 .table-1 .grid {
    display: grid;
    grid-template-columns: 168px 363px 363px;
    grid-template-rows: auto 108px 108px;
    gap: 5px;
    justify-content: center;
  }
  #page30-low .contents-3 .table-1 .grid .cell .cell--empty {
    background: #fff;
  }
  #page30-low .contents-3 .table-1 .grid .cell.cell--head-1, #page30-low .contents-3 .table-1 .grid .cell.cell--head-2 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  #page30-low .contents-3 .table-1 .grid .cell.cell--head-1 h3, #page30-low .contents-3 .table-1 .grid .cell.cell--head-2 h3 {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.82;
    letter-spacing: 2.2px;
    text-align: center;
    color: #fff;
  }
  #page30-low .contents-3 .table-1 .grid .cell.cell--head-1 p, #page30-low .contents-3 .table-1 .grid .cell.cell--head-2 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.96px;
    text-align: left;
    color: #fff;
  }
  #page30-low .contents-3 .table-1 .grid .cell.cell--head-1 {
    background-image: linear-gradient(114deg, #2cb4e6, #0aa6e0);
  }
  #page30-low .contents-3 .table-1 .grid .cell.cell--head-2 {
    background-image: linear-gradient(114deg, #2291ba, #1183ad);
  }
  #page30-low .contents-3 .table-1 .grid .cell.cell--label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #d9ecf4;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 2px;
    text-align: center;
    color: #313131;
  }
  #page30-low .contents-3 .table-1 .grid .cell.cell--body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 23px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-3 ul.lists {
    display: grid;
    justify-content: center;
    margin-bottom: 90px;
    list-style: none;
  }
  #page30-low .contents-3 ul.lists.lists-1 {
    grid-template-columns: repeat(3, 272px);
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  #page30-low .contents-3 ul.lists.lists-2 {
    grid-template-columns: repeat(4, 272px);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  #page30-low .contents-3 ul.lists.lists-3, #page30-low .contents-3 ul.lists.lists-4 {
    grid-template-columns: repeat(4, 260px);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  #page30-low .contents-3 ul.lists.lists-3 li .circle, #page30-low .contents-3 ul.lists.lists-4 li .circle {
    margin-bottom: 0;
  }
  #page30-low .contents-3 ul.lists.lists-3 li .circle .texts p.num, #page30-low .contents-3 ul.lists.lists-4 li .circle .texts p.num {
    margin-bottom: 26px;
  }
  #page30-low .contents-3 ul.lists.lists-3 li .circle .texts h3, #page30-low .contents-3 ul.lists.lists-4 li .circle .texts h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1.2px;
    text-align: center;
    color: #21a7d8;
  }
  #page30-low .contents-3 ul.lists.lists-4 {
    margin-bottom: 40.1px;
  }
  #page30-low .contents-3 ul.lists li .circle {
    display: block;
    width: 260px;
    height: 260px;
    padding-top: 32px;
    box-sizing: border-box;
    background-image: linear-gradient(308deg, #008cd5 85%, #00a2d5 15%);
    border-radius: 50%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
  }
  #page30-low .contents-3 ul.lists li .circle::before {
    content: "";
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
  }
  #page30-low .contents-3 ul.lists li .circle .texts {
    position: relative;
    z-index: 2;
  }
  #page30-low .contents-3 ul.lists li .circle .texts p.num {
    display: block;
    margin-bottom: 21px;
    font-family: "presicav", sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #2cb4e6;
    position: relative;
  }
  #page30-low .contents-3 ul.lists li .circle .texts p.num small {
    display: block;
    margin-bottom: -4px;
    font-family: "presicav", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #2cb4e6;
  }
  #page30-low .contents-3 ul.lists li .circle .texts p.num::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    border-bottom: dashed 1px #2cb4e6;
    position: absolute;
    bottom: -4.5px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #page30-low .contents-3 ul.lists li .circle .texts h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2.4px;
    text-align: center;
    color: #21a7d8;
  }
  #page30-low .contents-3 ul.lists li p.caption {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-3 p.bottom {
    margin-bottom: 90px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: center;
    color: #484848;
  }
  #page30-low .contents-4 {
    width: 1280px;
    margin: 0 auto 90px;
  }
  #page30-low .contents-4 .content {
    position: relative;
  }
  #page30-low .contents-4 .content:nth-last-of-type(1) {
    margin-top: 87px;
  }
  #page30-low .contents-4 .content.content-1 h2 {
    margin-left: 30px;
    margin-bottom: 20px;
  }
  #page30-low .contents-4 .content.content-1 h2 span {
    display: block;
    margin-bottom: 14px;
    font-family: "presicav", sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 3.6px;
    text-align: left;
    color: #d6d6d6;
  }
  #page30-low .contents-4 .content.content-1 h2 strong {
    display: block;
    margin-left: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 3.36px;
    text-align: left;
    color: #313131;
  }
  #page30-low .contents-4 .content.content-1 p.headline {
    margin-left: 165px;
    margin-bottom: 48px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.64;
    letter-spacing: 1.76px;
    text-align: left;
    color: #21a7d8;
    position: relative;
  }
  #page30-low .contents-4 .content.content-1 p.headline::before {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 17px;
    left: -75px;
  }
  #page30-low .contents-4 .content.content-1 .image {
    width: 420px;
    height: 280.5px;
    position: absolute;
    top: 3px;
    right: 60px;
  }
  #page30-low .contents-4 .content.content-1 .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page30-low .contents-4 .content.content-1 ul.texts {
    list-style: none;
    width: 100%;
    padding: 60px 85px;
    box-sizing: border-box;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-1 {
    background-image: linear-gradient(114deg, #2cb4e6, #0aa6e0);
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-1 li {
    margin-bottom: 40px;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-1 li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-1 li.exc {
    display: grid;
    grid-template-columns: 269px 1fr;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-1 li.exc h3 {
    padding-left: 31px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 1.92px;
    text-align: left;
    color: #fff;
    position: relative;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-1 li.exc h3::before {
    content: "";
    display: block;
    width: 11px;
    height: 35px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    top: 1px;
    left: 0;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-1 li.exc .text {
    margin-top: 6px;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-2 {
    background-image: linear-gradient(126deg, #2291ba, #1183ad 101%);
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-2 li {
    margin-bottom: 30px;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-2 li:nth-of-type(1) {
    margin-bottom: 40px;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-2 li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-2 li h3 {
    padding-left: 31px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 1.92px;
    text-align: left;
    color: #fff;
    position: relative;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-2 li h3::before {
    content: "";
    display: block;
    width: 11px;
    height: 35px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    top: 1px;
    left: 0;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-2 li h4 {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.78;
    letter-spacing: 1.08px;
    text-align: left;
    color: #fff;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-2 li .text {
    margin-top: 6px;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-3 {
    background-image: linear-gradient(109deg, #2cb4e6, #0aa6e0 101%);
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-3 li {
    margin-bottom: 30px;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-3 li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-3 li h3 {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.78;
    letter-spacing: 1.08px;
    text-align: left;
    color: #fff;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-3 li .text {
    margin-top: 6px;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-4 {
    background-image: linear-gradient(126deg, #2291ba, #1183ad 101%);
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-4 li {
    margin-bottom: 30px;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-4 li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-4 li h3 {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.78;
    letter-spacing: 1.08px;
    text-align: left;
    color: #fff;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-4 li .text {
    margin-top: 6px;
  }
  #page30-low .contents-4 .content.content-1 ul.texts li {
    margin-bottom: 30px;
  }
  #page30-low .contents-4 .content.content-1 ul.texts li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #fff;
  }
  #page30-low .contents-4 .content.content-2 h2 {
    margin-left: 30px;
    margin-bottom: 20px;
  }
  #page30-low .contents-4 .content.content-2 h2 span {
    display: block;
    margin-bottom: 14px;
    font-family: "presicav", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-align: left;
    color: #d6d6d6;
  }
  #page30-low .contents-4 .content.content-2 h2 strong {
    display: block;
    margin-left: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 3.84px;
    text-align: left;
    color: #313131;
  }
  #page30-low .contents-4 .content.content-2 p.headline {
    margin-left: 165px;
    margin-bottom: 48px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.64;
    letter-spacing: 1.76px;
    text-align: left;
    color: #21a7d8;
    position: relative;
  }
  #page30-low .contents-4 .content.content-2 p.headline::before {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 17px;
    left: -75px;
  }
  #page30-low .contents-4 .content.content-2 .image {
    width: 420px;
    height: 280.5px;
    position: absolute;
    top: 3px;
    right: 60px;
  }
  #page30-low .contents-4 .content.content-2 .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page30-low .contents-4 .content.content-2 ul.texts {
    list-style: none;
    width: 100%;
    padding: 60px 85px;
    box-sizing: border-box;
  }
  #page30-low .contents-4 .content.content-2 ul.texts.texts-1 {
    background-image: linear-gradient(290deg, #008cd5, #00a2d5);
  }
  #page30-low .contents-4 .content.content-2 ul.texts li {
    margin-bottom: 30px;
  }
  #page30-low .contents-4 .content.content-2 ul.texts li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page30-low .contents-4 .content.content-2 ul.texts li h3 {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.78;
    letter-spacing: 1.08px;
    text-align: left;
    color: #fff;
  }
  #page30-low .contents-4 .content.content-2 ul.texts li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #fff;
  }
  #page30-low .contents-5 {
    width: -moz-min-content;
    width: min-content;
    margin: 0 auto 90px;
  }
  #page30-low .contents-5 h2 {
    display: block;
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 55px;
    letter-spacing: 4.56px;
    text-align: center;
    color: #313131;
  }
  #page30-low .contents-5 h2 small {
    display: block;
    margin-bottom: 10px;
    font-family: "presicav", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #2cb4e6;
  }
  #page30-low .contents-5 p.headline {
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: center;
    color: #484848;
  }
  #page30-low .contents-5 .table-2 table,
  #page30-low .contents-5 .table-3 table,
  #page30-low .contents-5 .table-4 table,
  #page30-low .contents-5 .table-5 table,
  #page30-low .contents-5 .table-6 table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  #page30-low .contents-5 .table-2 table th,
  #page30-low .contents-5 .table-2 table td,
  #page30-low .contents-5 .table-3 table th,
  #page30-low .contents-5 .table-3 table td,
  #page30-low .contents-5 .table-4 table th,
  #page30-low .contents-5 .table-4 table td,
  #page30-low .contents-5 .table-5 table th,
  #page30-low .contents-5 .table-5 table td,
  #page30-low .contents-5 .table-6 table th,
  #page30-low .contents-5 .table-6 table td {
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #d9d9d9;
    box-sizing: border-box;
  }
  #page30-low .contents-5 .table-2 table th:last-child,
  #page30-low .contents-5 .table-2 table td:last-child,
  #page30-low .contents-5 .table-3 table th:last-child,
  #page30-low .contents-5 .table-3 table td:last-child,
  #page30-low .contents-5 .table-4 table th:last-child,
  #page30-low .contents-5 .table-4 table td:last-child,
  #page30-low .contents-5 .table-5 table th:last-child,
  #page30-low .contents-5 .table-5 table td:last-child,
  #page30-low .contents-5 .table-6 table th:last-child,
  #page30-low .contents-5 .table-6 table td:last-child {
    border-right: none;
  }
  #page30-low .contents-5 .table-2 table thead th,
  #page30-low .contents-5 .table-3 table thead th,
  #page30-low .contents-5 .table-4 table thead th,
  #page30-low .contents-5 .table-5 table thead th,
  #page30-low .contents-5 .table-6 table thead th {
    padding: 22px 0;
    background-color: #21a7d8;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-align: center;
    color: #fff;
  }
  #page30-low .contents-5 .table-2 table tbody tr td,
  #page30-low .contents-5 .table-3 table tbody tr td,
  #page30-low .contents-5 .table-4 table tbody tr td,
  #page30-low .contents-5 .table-5 table tbody tr td,
  #page30-low .contents-5 .table-6 table tbody tr td {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-5 .table-2 table tbody tr:nth-child(odd) td,
  #page30-low .contents-5 .table-3 table tbody tr:nth-child(odd) td,
  #page30-low .contents-5 .table-4 table tbody tr:nth-child(odd) td,
  #page30-low .contents-5 .table-5 table tbody tr:nth-child(odd) td,
  #page30-low .contents-5 .table-6 table tbody tr:nth-child(odd) td {
    background-color: #fff;
  }
  #page30-low .contents-5 .table-2 table tbody tr:nth-child(even) td,
  #page30-low .contents-5 .table-3 table tbody tr:nth-child(even) td,
  #page30-low .contents-5 .table-4 table tbody tr:nth-child(even) td,
  #page30-low .contents-5 .table-5 table tbody tr:nth-child(even) td,
  #page30-low .contents-5 .table-6 table tbody tr:nth-child(even) td {
    background-color: #e5f1f5;
  }
  #page30-low .contents-5 .table-2 {
    width: 1052px;
  }
  #page30-low .contents-5 .table-2 table thead th:nth-child(1),
  #page30-low .contents-5 .table-2 table tbody td:nth-child(1) {
    width: 200.5px;
  }
  #page30-low .contents-5 .table-2 table thead th:nth-child(2),
  #page30-low .contents-5 .table-2 table tbody td:nth-child(2) {
    width: 367px;
  }
  #page30-low .contents-5 .table-2 table thead th:nth-child(3),
  #page30-low .contents-5 .table-2 table tbody td:nth-child(3) {
    width: 217px;
  }
  #page30-low .contents-5 .table-2 table thead th:nth-child(4),
  #page30-low .contents-5 .table-2 table tbody td:nth-child(4) {
    width: 267.5px;
  }
  #page30-low .contents-5 .table-2 table tbody td {
    box-sizing: border-box;
  }
  #page30-low .contents-5 .table-2 table tbody td:nth-child(1) {
    padding: 23px 0 23px 40px;
  }
  #page30-low .contents-5 .table-2 table tbody td:nth-child(2) {
    padding: 23px 0 23px 39.5px;
  }
  #page30-low .contents-5 .table-2 table tbody td:nth-child(3) {
    padding: 23px 0 23px 60.5px;
  }
  #page30-low .contents-5 .table-2 table tbody td:nth-child(4) {
    padding: 23px 0 23px 39.5px;
  }
  #page30-low .contents-5 .table-3 {
    width: 1067px;
  }
  #page30-low .contents-5 .table-3 table thead th:nth-child(1),
  #page30-low .contents-5 .table-3 table tbody td:nth-child(1) {
    width: 215.5px;
  }
  #page30-low .contents-5 .table-3 table thead th:nth-child(2),
  #page30-low .contents-5 .table-3 table tbody td:nth-child(2) {
    width: 621px;
  }
  #page30-low .contents-5 .table-3 table thead th:nth-child(3),
  #page30-low .contents-5 .table-3 table tbody td:nth-child(3) {
    width: 230.5px;
  }
  #page30-low .contents-5 .table-3 table tbody td {
    box-sizing: border-box;
  }
  #page30-low .contents-5 .table-3 table tbody td:nth-child(1) {
    padding: 23px 0 23px 40px;
  }
  #page30-low .contents-5 .table-3 table tbody td:nth-child(2) {
    padding: 23px 0 23px 39.5px;
  }
  #page30-low .contents-5 .table-3 table tbody td:nth-child(3) {
    padding: 23px 0 23px 39.5px;
  }
  #page30-low .contents-5 .table-4 {
    width: 1094px;
  }
  #page30-low .contents-5 .table-4 table thead th:nth-child(1),
  #page30-low .contents-5 .table-4 table tbody td:nth-child(1) {
    width: 199.5px;
  }
  #page30-low .contents-5 .table-4 table thead th:nth-child(2),
  #page30-low .contents-5 .table-4 table tbody td:nth-child(2) {
    width: 738px;
  }
  #page30-low .contents-5 .table-4 table thead th:nth-child(3),
  #page30-low .contents-5 .table-4 table tbody td:nth-child(3) {
    width: 156.5px;
  }
  #page30-low .contents-5 .table-4 table tbody td {
    box-sizing: border-box;
  }
  #page30-low .contents-5 .table-4 table tbody td:nth-child(1) {
    padding: 23px 0 23px 40px;
  }
  #page30-low .contents-5 .table-4 table tbody td:nth-child(2) {
    padding: 23px 0 23px 39.5px;
  }
  #page30-low .contents-5 .table-4 table tbody td:nth-child(3) {
    padding: 23px 0 23px 40.5px;
  }
  #page30-low .contents-5 .table-5 {
    width: 786px;
  }
  #page30-low .contents-5 .table-5 table thead th:nth-child(1),
  #page30-low .contents-5 .table-5 table tbody td:nth-child(1) {
    width: 215.5px;
  }
  #page30-low .contents-5 .table-5 table thead th:nth-child(2),
  #page30-low .contents-5 .table-5 table tbody td:nth-child(2) {
    width: 570.5px;
  }
  #page30-low .contents-5 .table-5 table tbody td {
    box-sizing: border-box;
  }
  #page30-low .contents-5 .table-5 table tbody td:nth-child(1) {
    padding: 23px 0 23px 40px;
  }
  #page30-low .contents-5 .table-5 table tbody td:nth-child(2) {
    padding: 23px 0 23px 39.5px;
  }
  #page30-low .contents-5 .table-6 {
    width: 958px;
  }
  #page30-low .contents-5 .table-6 table thead th:nth-child(1),
  #page30-low .contents-5 .table-6 table tbody td:nth-child(1) {
    width: 318.5px;
  }
  #page30-low .contents-5 .table-6 table thead th:nth-child(2),
  #page30-low .contents-5 .table-6 table tbody td:nth-child(2) {
    width: 639.5px;
  }
  #page30-low .contents-5 .table-6 table tbody td {
    box-sizing: border-box;
  }
  #page30-low .contents-5 .table-6 table tbody td:nth-child(1) {
    padding: 23px 0 23px 40px;
  }
  #page30-low .contents-5 .table-6 table tbody td:nth-child(2) {
    padding: 23px 0 23px 40.5px;
  }
  #page30-low .contents-6 {
    margin-bottom: 90px;
  }
  #page30-low .contents-6 h2 {
    display: block;
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 55px;
    letter-spacing: 4.56px;
    text-align: center;
    color: #313131;
  }
  #page30-low .contents-6 h2 small {
    display: block;
    margin-bottom: 11px;
    font-family: "presicav", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #2cb4e6;
  }
  #page30-low .contents-6 p.headline {
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: center;
    color: #484848;
  }
  #page30-low .contents-6 ul.lists {
    display: grid;
    grid-template-columns: repeat(4, 260px);
    -moz-column-gap: 40px;
         column-gap: 40px;
    justify-content: center;
    list-style: none;
  }
  #page30-low .contents-6 ul.lists li .circle {
    display: block;
    width: 260px;
    height: 260px;
    padding-top: 32px;
    box-sizing: border-box;
    background-image: linear-gradient(308deg, #008cd5 85%, #00a2d5 15%);
    border-radius: 50%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
  }
  #page30-low .contents-6 ul.lists li .circle::before {
    content: "";
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
  }
  #page30-low .contents-6 ul.lists li .circle .texts {
    position: relative;
    z-index: 2;
  }
  #page30-low .contents-6 ul.lists li .circle .texts p.num {
    display: block;
    margin-bottom: 21px;
    font-family: "presicav", sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #2cb4e6;
    position: relative;
  }
  #page30-low .contents-6 ul.lists li .circle .texts p.num small {
    display: block;
    margin-bottom: -4px;
    font-family: "presicav", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #2cb4e6;
  }
  #page30-low .contents-6 ul.lists li .circle .texts p.num::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    border-bottom: dashed 1px #2cb4e6;
    position: absolute;
    bottom: -4.5px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #page30-low .contents-6 ul.lists li .circle .texts h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2.4px;
    text-align: center;
    color: #21a7d8;
  }
  #page30-low .quotation {
    width: 74.7333333333%;
    margin: 0 auto 0 0;
    padding: 80px 0 90px;
    background-image: linear-gradient(117deg, #f8fdff, #e0f4fa);
  }
  #page30-low .quotation .wrapper {
    display: grid;
    grid-template-columns: 660px 260px;
    justify-content: end;
    position: relative;
    right: -109px;
  }
  #page30-low .quotation .wrapper .content {
    width: 100%;
  }
  #page30-low .quotation .wrapper .content.content-1 p {
    width: 509px;
  }
  #page30-low .quotation .wrapper .content.content-2 p {
    width: 509px;
  }
  #page30-low .quotation .wrapper .content.content-3 p {
    width: 522px;
  }
  #page30-low .quotation .wrapper .content.content-5 p {
    width: 493px;
  }
  #page30-low .quotation .wrapper .content.content-6 p {
    width: 493px;
  }
  #page30-low .quotation .wrapper .content.content-7 p {
    width: 493px;
  }
  #page30-low .quotation .wrapper .content h2 {
    display: block;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 55px;
    letter-spacing: 4.56px;
    text-align: left;
    color: #313131;
  }
  #page30-low .quotation .wrapper .content h2 small {
    display: block;
    margin-bottom: 10px;
    font-family: "presicav", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-align: left;
    color: #2cb4e6;
  }
  #page30-low .quotation .wrapper .content h3 {
    margin-left: 75px;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.64;
    letter-spacing: 1.76px;
    text-align: left;
    color: #21a7d8;
    position: relative;
  }
  #page30-low .quotation .wrapper .content h3::before {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 17px;
    left: -75px;
  }
  #page30-low .quotation .wrapper .content p {
    display: block;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page30-low .quotation .wrapper .content a.btn-1 {
    display: grid;
    grid-template-columns: 1fr 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
    width: 476px;
    padding: 15px 30px 17px 40px;
    border-radius: 28px;
    border: solid 1px #21a7d8;
    background-color: #21a7d8;
    box-sizing: border-box;
    transition: 0.4s ease;
  }
  #page30-low .quotation .wrapper .content a.btn-1 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    transition: 0.4s ease;
  }
  #page30-low .quotation .wrapper .content a.btn-1 .icons {
    width: 10px;
    height: 10px;
    position: relative;
    top: 1px;
  }
  #page30-low .quotation .wrapper .content a.btn-1 .icons img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s ease;
  }
  #page30-low .quotation .wrapper .content a.btn-1 .icons img:nth-of-type(1) {
    opacity: 1;
  }
  #page30-low .quotation .wrapper .content a.btn-1 .icons img:nth-of-type(2) {
    opacity: 0;
  }
  #page30-low .quotation .wrapper .content a.btn-1:hover {
    background-color: #fff;
  }
  #page30-low .quotation .wrapper .content a.btn-1:hover .icons img:nth-of-type(1) {
    opacity: 0;
  }
  #page30-low .quotation .wrapper .content a.btn-1:hover .icons img:nth-of-type(2) {
    opacity: 1;
  }
  #page30-low .quotation .wrapper .content a.btn-1:hover span {
    color: #21a7d8;
  }
  #page30-low .quotation .wrapper .img {
    width: 260px;
    height: 367.53px;
  }
  #page30-low .quotation .wrapper .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page30-low .contents-7 {
    width: 74.7333333333%;
    margin: 0 0 90px auto;
    padding: 80px 0;
    background-image: linear-gradient(122deg, #f8f8f8, #ededed);
  }
  #page30-low .contents-7 .wrapper {
    display: grid;
    grid-template-columns: 560px 522px;
    justify-content: end;
    position: relative;
    left: -189px;
  }
  #page30-low .contents-7 .wrapper .content h2 {
    display: block;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 3.84px;
    text-align: left;
    color: #313131;
  }
  #page30-low .contents-7 .wrapper .content h2 small {
    display: block;
    margin-bottom: 10px;
    font-family: "presicav", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-align: left;
    color: #2cb4e6;
  }
  #page30-low .contents-7 .wrapper .content p {
    display: block;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-7 .wrapper .img {
    width: 450px;
    height: 300.5px;
  }
  #page30-low .contents-7 .wrapper .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page30-low .contents__faq p.lead {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: center;
    color: #484848;
  }
  #page30-low .contents__faq .page-title__ja .small {
    display: none;
  }
  #page30-low .contents__faq-wrap-1 .contents__faq {
    width: 866px;
  }
  #page30-low .contents__faq-wrap-2 .contents__faq {
    width: 464px;
  }
  #page30-low .contents__faq-wrap-3 .contents__faq {
    width: 855px;
  }
  #page30-low .contents__faq-wrap-5 .contents__faq {
    width: 890px;
  }
  #page30-low .contents__faq-wrap-6 .contents__faq {
    width: 785px;
  }
  #page30-low .pb-contact.exc {
    margin-top: 90px;
  }
  #page30-low .pb-contact .inner {
    text-align: center;
  }
  #page30-low .pb-contact .inner .page-title {
    margin-bottom: 27.5px;
  }
  #page30-low .pb-contact .inner h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 2.24px;
    text-align: center;
    color: #484848;
    background-image: linear-gradient(272deg, #008cd5, #00a2d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }
  #page30-low .pb-contact .inner h3::before {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 50%;
    left: -95px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #page30-low .pb-contact .inner h3::after {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 50%;
    right: -95px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
/*SP*/
@media screen and (max-width: 1024px) {
  #page30-low {
    width: 100%;
  }
  #page30-low .kv {
    margin-bottom: 45px;
  }
  #page30-low .contents-1 {
    display: grid;
    grid-template-columns: 350.5px;
    row-gap: 30px;
    justify-content: center;
    justify-items: center;
    margin-bottom: 60px;
  }
  #page30-low .contents-1 .image {
    width: 265px;
    height: 176.75px;
  }
  #page30-low .contents-1 .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page30-low .contents-1 .texts h2 {
    display: block;
    width: 350.5px;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.52;
    letter-spacing: 2.52px;
    text-align: left;
    color: #313131;
    white-space: nowrap;
  }
  #page30-low .contents-1 .texts p {
    display: block;
    width: 350.5px;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-1.exc h2 {
    font-size: 19.6875px;
    letter-spacing: 2.1375px;
  }
  #page30-low .contents-2 {
    width: 100%;
    padding: 45px 0;
    background-image: linear-gradient(166deg, #f8fdff, #e0f4fa);
  }
  #page30-low .contents-2 h2 {
    display: block;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 2.28px;
    text-align: center;
    color: #313131;
  }
  #page30-low .contents-2 h2 small {
    display: block;
    margin-bottom: 5px;
    font-family: "presicav", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-align: center;
    color: #2cb4e6;
  }
  #page30-low .contents-2 p.headline {
    display: block;
    margin-bottom: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1.52px;
    text-align: center;
    color: #484848;
    white-space: nowrap;
    background-image: linear-gradient(280deg, #008cd5, #00a2d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }
  #page30-low .contents-2 ul.items {
    display: grid;
    grid-template-columns: 286.5px;
    row-gap: 40px;
    width: 331.5px;
    margin: 0 auto;
    padding: 22.5px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    list-style: none;
  }
  #page30-low .contents-2 ul.items li {
    position: relative;
  }
  #page30-low .contents-2 ul.items li img {
    display: block;
    width: 265px;
    height: 164.05px;
    margin: 0 auto 23.5px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page30-low .contents-2 ul.items li p.num {
    font-family: "presicav", sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 3px;
    text-align: center;
    color: #2cb4e6;
    position: absolute;
    top: 147.75px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30-low .contents-2 ul.items li h3 {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 2.04px;
    text-align: center;
    color: #313131;
  }
  #page30-low .contents-2 ul.items li p {
    margin-bottom: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-2 ul.items li p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page30-low .contents-2 ul.items li ul.checks {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 12px;
  }
  #page30-low .contents-2 ul.items li ul.checks li {
    display: grid;
    grid-template-columns: 12.5px 1fr;
    -moz-column-gap: 7.5px;
         column-gap: 7.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-2 ul.items li ul.checks li img {
    width: 100%;
    height: 12.5px;
    margin-bottom: 0;
    position: relative;
    top: 8.5px;
  }
  #page30-low .sub-hero {
    width: 100%;
    height: 200px;
    position: relative;
    z-index: 0;
  }
  #page30-low .sub-hero .image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #page30-low .sub-hero .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: -1;
  }
  #page30-low .sub-hero .image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.55;
    background-image: linear-gradient(116deg, #edf6fa, #d8f5fd 101%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #page30-low .sub-hero .texts {
    width: 371px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30-low .sub-hero .texts p {
    display: block;
    width: -moz-min-content;
    width: min-content;
    margin-bottom: 5px;
    padding: 0 5px;
    background-image: linear-gradient(274deg, #008cd5 100%, #00a2d5);
    font-family: "presicav", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18.5px;
    letter-spacing: 1.44px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }
  #page30-low .sub-hero .texts h2 {
    display: block;
    width: -moz-min-content;
    width: min-content;
    padding: 0 10px;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2.28px;
    text-align: left;
    color: #313131;
    white-space: nowrap;
  }
  #page30-low .sub-hero .texts h2:nth-last-of-type(1) {
    margin-top: 5px;
  }
  #page30-low .contents-3 {
    width: 100%;
    margin: 30px auto 0;
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  #page30-low .contents-3 h2 {
    display: inline-block;
    margin-bottom: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1.52px;
    text-align: center;
    color: #484848;
    background-image: linear-gradient(282deg, #008cd5, #00a2d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }
  #page30-low .contents-3 p.headline {
    display: block;
    width: 343.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-3 p.headline.headline-1, #page30-low .contents-3 p.headline.headline-3, #page30-low .contents-3 p.headline.headline-5 {
    margin: 30px auto;
  }
  #page30-low .contents-3 p.headline.headline-2 {
    margin: 0 auto 30px;
  }
  #page30-low .contents-3 p.headline.headline-4 {
    margin: 0 auto 60px;
  }
  #page30-low .contents-3 .table-1 {
    width: 93.75%;
    margin: 0 0 58.5px auto;
  }
  #page30-low .contents-3 .table-1 .table-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #page30-low .contents-3 .table-1 .table-scroll .scroll-inner {
    width: -moz-max-content;
    width: max-content; /* 中身幅分だけ伸ばす */
  }
  #page30-low .contents-3 .table-1 .table-scroll .scroll-inner .grid {
    display: grid;
    grid-template-columns: 54px 223px 223px;
    grid-template-rows: auto 66px 66px;
    gap: 2.5px;
    justify-content: center;
  }
  #page30-low .contents-3 .table-1 .table-scroll .scroll-inner .grid .cell .cell--empty {
    background: #fff;
  }
  #page30-low .contents-3 .table-1 .table-scroll .scroll-inner .grid .cell.cell--head-1, #page30-low .contents-3 .table-1 .table-scroll .scroll-inner .grid .cell.cell--head-2 {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
  #page30-low .contents-3 .table-1 .table-scroll .scroll-inner .grid .cell.cell--head-1 h3, #page30-low .contents-3 .table-1 .table-scroll .scroll-inner .grid .cell.cell--head-2 h3 {
    margin-bottom: 7.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: 1.7px;
    text-align: center;
    color: #fff;
  }
  #page30-low .contents-3 .table-1 .table-scroll .scroll-inner .grid .cell.cell--head-1 p, #page30-low .contents-3 .table-1 .table-scroll .scroll-inner .grid .cell.cell--head-2 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.84px;
    text-align: left;
    color: #fff;
  }
  #page30-low .contents-3 .table-1 .table-scroll .scroll-inner .grid .cell.cell--head-1 {
    background-image: linear-gradient(127deg, #2cb4e6, #0aa6e0 100%);
  }
  #page30-low .contents-3 .table-1 .table-scroll .scroll-inner .grid .cell.cell--head-2 {
    background-image: linear-gradient(151deg, #2291ba, #1183ad);
  }
  #page30-low .contents-3 .table-1 .table-scroll .scroll-inner .grid .cell.cell--label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #d9ecf4;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #313131;
  }
  #page30-low .contents-3 .table-1 .table-scroll .scroll-inner .grid .cell.cell--body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 14.5px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-3 .table-1 {
    /* 見た目はSwiper scrollbarそのまま */
  }
  #page30-low .contents-3 .table-1 .swiper-scrollbar {
    width: 300px;
    height: 9px;
    margin: 20px auto 0;
    border-radius: 4.5px;
    background-color: #d6d6d6;
    position: relative;
  }
  #page30-low .contents-3 .table-1 .swiper-scrollbar-drag {
    height: 9px;
    border-radius: 4.5px;
    background-color: #2291ba;
    /* ここはJSで幅と位置を動かす */
    width: 40px;
    transform: translateX(0);
  }
  #page30-low .contents-3 ul.lists {
    display: grid;
    grid-template-columns: 286.5px;
    row-gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
    list-style: none;
  }
  #page30-low .contents-3 ul.lists.lists-3, #page30-low .contents-3 ul.lists.lists-4 {
    grid-template-columns: 200px;
    row-gap: 20px;
  }
  #page30-low .contents-3 ul.lists.lists-3 li .circle, #page30-low .contents-3 ul.lists.lists-4 li .circle {
    margin-bottom: 0;
    display: block;
    width: 200px;
    height: 200px;
    padding-top: 38.5px;
    box-sizing: border-box;
    background-image: linear-gradient(308deg, #008cd5 85%, #00a2d5 15%);
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
  }
  #page30-low .contents-3 ul.lists.lists-3 li .circle::before, #page30-low .contents-3 ul.lists.lists-4 li .circle::before {
    content: "";
    display: block;
    width: 195px;
    height: 195px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
  }
  #page30-low .contents-3 ul.lists.lists-3 li .circle .texts p.num, #page30-low .contents-3 ul.lists.lists-4 li .circle .texts p.num {
    margin-bottom: 13px;
  }
  #page30-low .contents-3 ul.lists.lists-3 li .circle .texts h3, #page30-low .contents-3 ul.lists.lists-4 li .circle .texts h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: 1.6px;
    text-align: center;
    color: #21a7d8;
  }
  #page30-low .contents-3 ul.lists.lists-4 {
    margin-bottom: 30px;
  }
  #page30-low .contents-3 ul.lists li .circle {
    display: block;
    width: 150px;
    height: 150px;
    padding-top: 21.5px;
    box-sizing: border-box;
    background-image: linear-gradient(308deg, #008cd5 85%, #00a2d5 15%);
    margin: 0 auto 10px;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
  }
  #page30-low .contents-3 ul.lists li .circle::before {
    content: "";
    display: block;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
  }
  #page30-low .contents-3 ul.lists li .circle .texts {
    position: relative;
    z-index: 2;
  }
  #page30-low .contents-3 ul.lists li .circle .texts p.num {
    display: block;
    margin-bottom: 12px;
    font-family: "presicav", sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #2cb4e6;
    position: relative;
  }
  #page30-low .contents-3 ul.lists li .circle .texts p.num small {
    display: block;
    margin-bottom: -2.5px;
    font-family: "presicav", sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    letter-spacing: 1px;
    text-align: center;
    color: #2cb4e6;
  }
  #page30-low .contents-3 ul.lists li .circle .texts p.num::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    border-bottom: dashed 1px #2cb4e6;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #page30-low .contents-3 ul.lists li .circle .texts h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 1.7px;
    text-align: center;
    color: #21a7d8;
  }
  #page30-low .contents-3 ul.lists li p.caption {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-3 p.bottom {
    display: block;
    width: 343.5px;
    margin: 0 auto 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-4 {
    width: 100%;
    margin: 0 auto 60px;
  }
  #page30-low .contents-4 .content {
    position: relative;
  }
  #page30-low .contents-4 .content:nth-last-of-type(1) {
    margin-top: 43.5px;
  }
  #page30-low .contents-4 .content.content-1 h2 {
    width: 350px;
    margin: 0 auto 15px;
  }
  #page30-low .contents-4 .content.content-1 h2 span {
    display: block;
    margin-bottom: 9.5px;
    font-family: "presicav", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-align: left;
    color: #d6d6d6;
  }
  #page30-low .contents-4 .content.content-1 h2 strong {
    display: block;
    margin-left: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.42;
    letter-spacing: 2.28px;
    text-align: left;
    color: #313131;
  }
  #page30-low .contents-4 .content.content-1 p.headline {
    width: 350px;
    margin: 0 auto 30px;
    padding-left: 52.5px;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: 1.28px;
    text-align: left;
    color: #21a7d8;
    position: relative;
  }
  #page30-low .contents-4 .content.content-1 p.headline::before {
    content: "";
    display: block;
    width: 32.5px;
    height: 1px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 12px;
    left: 10px;
  }
  #page30-low .contents-4 .content.content-1 .image {
    width: 275px;
    height: 183.4px;
    margin: 0 auto;
  }
  #page30-low .contents-4 .content.content-1 .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page30-low .contents-4 .content.content-1 ul.texts {
    list-style: none;
    width: 100%;
    margin-top: -44.9px;
    padding: 75px 0 45px;
    position: relative;
    z-index: -1;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-1 {
    background-image: linear-gradient(152deg, #2cb4e6, #0aa6e0);
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-1 li {
    width: 350px;
    margin: 0 auto 30px;
    position: relative;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-1 li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-1 li.exc {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-1 li.exc h3 {
    padding-left: 15.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1.44px;
    text-align: left;
    color: #fff;
    position: relative;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-1 li.exc h3::before {
    content: "";
    display: block;
    width: 5.5px;
    height: 17.5px;
    border-radius: 1px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-2 {
    background-image: linear-gradient(126deg, #2291ba, #1183ad 101%);
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-2 li {
    width: 350px;
    margin: 0 auto 25px;
    position: relative;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-2 li:nth-of-type(1) {
    margin-bottom: 30px;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-2 li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-2 li h3 {
    padding-left: 15.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1.44px;
    text-align: left;
    color: #fff;
    position: relative;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-2 li h3::before {
    content: "";
    display: block;
    width: 5.5px;
    height: 17.5px;
    border-radius: 1px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-2 li h4 {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: 0.96px;
    text-align: left;
    color: #fff;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-3 {
    background-image: linear-gradient(145deg, #2cb4e6, #0aa6e0);
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-3 li {
    width: 350px;
    margin: 0 auto 25px;
    position: relative;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-3 li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-3 li h3 {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: 0.96px;
    text-align: left;
    color: #fff;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-4 {
    background-image: linear-gradient(126deg, #2291ba, #1183ad 101%);
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-4 li {
    width: 350px;
    margin: 0 auto 25px;
    position: relative;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-4 li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page30-low .contents-4 .content.content-1 ul.texts.texts-4 li h3 {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: 0.96px;
    text-align: left;
    color: #fff;
  }
  #page30-low .contents-4 .content.content-1 ul.texts li {
    margin-bottom: 30px;
  }
  #page30-low .contents-4 .content.content-1 ul.texts li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #fff;
  }
  #page30-low .contents-4 .content.content-2 h2 {
    width: 350px;
    margin: 0 auto 15px;
  }
  #page30-low .contents-4 .content.content-2 h2 span {
    display: block;
    margin-bottom: 10px;
    font-family: "presicav", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-align: left;
    color: #d6d6d6;
    white-space: nowrap;
  }
  #page30-low .contents-4 .content.content-2 h2 strong {
    display: block;
    margin-left: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.42;
    letter-spacing: 2.28px;
    text-align: left;
    color: #313131;
  }
  #page30-low .contents-4 .content.content-2 p.headline {
    width: 350px;
    margin: 0 auto 30px;
    padding-left: 52.5px;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: 1.28px;
    text-align: left;
    color: #21a7d8;
    position: relative;
  }
  #page30-low .contents-4 .content.content-2 p.headline::before {
    content: "";
    display: block;
    width: 32.5px;
    height: 1px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 12px;
    left: 10px;
  }
  #page30-low .contents-4 .content.content-2 .image {
    width: 275px;
    height: 183.4px;
    margin: 0 auto;
  }
  #page30-low .contents-4 .content.content-2 .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page30-low .contents-4 .content.content-2 ul.texts {
    list-style: none;
    width: 100%;
    margin-top: -44.9px;
    padding: 75px 0 45px;
    position: relative;
    z-index: -1;
  }
  #page30-low .contents-4 .content.content-2 ul.texts.texts-1 {
    background-image: linear-gradient(326deg, #008cd5 1%, #00a2d5 100%);
  }
  #page30-low .contents-4 .content.content-2 ul.texts li {
    width: 350px;
    margin: 0 auto 25px;
    position: relative;
  }
  #page30-low .contents-4 .content.content-2 ul.texts li h3 {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: 0.96px;
    text-align: left;
    color: #fff;
  }
  #page30-low .contents-4 .content.content-2 ul.texts li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #fff;
  }
  #page30-low .contents-5 {
    width: 100%;
    margin: 0 auto 60px;
  }
  #page30-low .contents-5 h2 {
    display: block;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 2.28px;
    text-align: center;
    color: #313131;
  }
  #page30-low .contents-5 h2 small {
    display: block;
    margin-bottom: 5px;
    font-family: "presicav", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-align: center;
    color: #2cb4e6;
  }
  #page30-low .contents-5 p.headline {
    display: block;
    width: 350px;
    margin: 0 auto 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-5 .table-2,
  #page30-low .contents-5 .table-3,
  #page30-low .contents-5 .table-4,
  #page30-low .contents-5 .table-5,
  #page30-low .contents-5 .table-6 {
    width: 95.25%;
    margin: 0 0 0 auto;
  }
  #page30-low .contents-5 .table-2 .table-scroll,
  #page30-low .contents-5 .table-3 .table-scroll,
  #page30-low .contents-5 .table-4 .table-scroll,
  #page30-low .contents-5 .table-5 .table-scroll,
  #page30-low .contents-5 .table-6 .table-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner,
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner,
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner,
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner,
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner {
    width: -moz-max-content;
    width: max-content; /* 中身幅分だけ伸ばす */
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table,
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table,
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table,
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table,
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table {
    border-collapse: collapse;
    table-layout: fixed;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table th,
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table td,
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table th,
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table td,
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table th,
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table td,
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table th,
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table td,
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table th,
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table td {
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #d9d9d9;
    box-sizing: border-box;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table th:last-child,
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table td:last-child,
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table th:last-child,
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table td:last-child,
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table th:last-child,
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table td:last-child,
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table th:last-child,
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table td:last-child,
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table th:last-child,
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table td:last-child {
    border-right: none;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table thead th,
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table thead th,
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table thead th,
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table thead th,
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table thead th {
    padding: 8px 0 9.5px;
    background-color: #21a7d8;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #fff;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table tbody tr td,
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table tbody tr td,
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table tbody tr td,
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table tbody tr td,
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table tbody tr td {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1.8px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table tbody tr:nth-child(odd) td,
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table tbody tr:nth-child(odd) td,
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table tbody tr:nth-child(odd) td,
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table tbody tr:nth-child(odd) td,
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table tbody tr:nth-child(odd) td {
    background-color: #fff;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table tbody tr:nth-child(even) td,
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table tbody tr:nth-child(even) td,
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table tbody tr:nth-child(even) td,
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table tbody tr:nth-child(even) td,
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table tbody tr:nth-child(even) td {
    background-color: #e5f1f5;
  }
  #page30-low .contents-5 .table-2,
  #page30-low .contents-5 .table-3,
  #page30-low .contents-5 .table-4,
  #page30-low .contents-5 .table-5,
  #page30-low .contents-5 .table-6 {
    /* 見た目はSwiper scrollbarそのまま */
  }
  #page30-low .contents-5 .table-2 .swiper-scrollbar,
  #page30-low .contents-5 .table-3 .swiper-scrollbar,
  #page30-low .contents-5 .table-4 .swiper-scrollbar,
  #page30-low .contents-5 .table-5 .swiper-scrollbar,
  #page30-low .contents-5 .table-6 .swiper-scrollbar {
    width: 300px;
    height: 9px;
    margin: 20px auto 0;
    border-radius: 4.5px;
    background-color: #d6d6d6;
    position: relative;
  }
  #page30-low .contents-5 .table-2 .swiper-scrollbar-drag,
  #page30-low .contents-5 .table-3 .swiper-scrollbar-drag,
  #page30-low .contents-5 .table-4 .swiper-scrollbar-drag,
  #page30-low .contents-5 .table-5 .swiper-scrollbar-drag,
  #page30-low .contents-5 .table-6 .swiper-scrollbar-drag {
    height: 9px;
    border-radius: 4.5px;
    background-color: #2291ba;
    /* ここはJSで幅と位置を動かす */
    width: 40px;
    transform: translateX(0);
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table {
    width: 673px;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table thead th:nth-child(1),
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table tbody td:nth-child(1) {
    width: 140.5px;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table thead th:nth-child(2),
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table tbody td:nth-child(2) {
    width: 180.5px;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table thead th:nth-child(3),
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table tbody td:nth-child(3) {
    width: 144.5px;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table thead th:nth-child(4),
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table tbody td:nth-child(4) {
    width: 207.5px;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table tbody td {
    box-sizing: border-box;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table tbody td:nth-child(1) {
    padding: 11px 0 11px 15px;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table tbody td:nth-child(2) {
    padding: 11px 0 11px 15px;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table tbody td:nth-child(3) {
    padding: 11px 0 11px 15px;
  }
  #page30-low .contents-5 .table-2 .table-scroll .scroll-inner table tbody td:nth-child(4) {
    padding: 11px 0 11px 15px;
  }
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table {
    width: 635.5px;
  }
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table thead th:nth-child(1),
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table tbody td:nth-child(1) {
    width: 157px;
  }
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table thead th:nth-child(2),
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table tbody td:nth-child(2) {
    width: 300.5px;
  }
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table thead th:nth-child(3),
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table tbody td:nth-child(3) {
    width: 178px;
  }
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table tbody td {
    box-sizing: border-box;
  }
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table tbody td:nth-child(1) {
    padding: 11px 0 11px 15.5px;
  }
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table tbody td:nth-child(2) {
    padding: 11px 0 11px 15px;
  }
  #page30-low .contents-5 .table-3 .table-scroll .scroll-inner table tbody td:nth-child(3) {
    padding: 11px 0 11px 43px;
  }
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table {
    width: 635.5px;
  }
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table thead th:nth-child(1),
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table tbody td:nth-child(1) {
    width: 140.5px;
  }
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table thead th:nth-child(2),
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table tbody td:nth-child(2) {
    width: 346.5px;
  }
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table thead th:nth-child(3),
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table tbody td:nth-child(3) {
    width: 115px;
  }
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table tbody td {
    box-sizing: border-box;
  }
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table tbody td:nth-child(1) {
    padding: 11px 0 11px 15px;
  }
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table tbody td:nth-child(2) {
    padding: 11px 0 11px 15px;
  }
  #page30-low .contents-5 .table-4 .table-scroll .scroll-inner table tbody td:nth-child(3) {
    padding: 11px 0 11px 15px;
  }
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table {
    width: 487px;
  }
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table thead th:nth-child(1),
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table tbody td:nth-child(1) {
    width: 140.5px;
  }
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table thead th:nth-child(2),
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table tbody td:nth-child(2) {
    width: 346.5px;
  }
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table tbody td {
    box-sizing: border-box;
  }
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table tbody td:nth-child(1) {
    padding: 11px 0 11px 15px;
  }
  #page30-low .contents-5 .table-5 .table-scroll .scroll-inner table tbody td:nth-child(2) {
    padding: 11px 0 11px 15px;
  }
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table {
    width: 583px;
  }
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table thead th:nth-child(1),
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table tbody td:nth-child(1) {
    width: 251.5px;
  }
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table thead th:nth-child(2),
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table tbody td:nth-child(2) {
    width: 331.5px;
  }
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table tbody td {
    box-sizing: border-box;
  }
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table tbody td:nth-child(1) {
    padding: 11px 0 11px 15px;
  }
  #page30-low .contents-5 .table-6 .table-scroll .scroll-inner table tbody td:nth-child(2) {
    padding: 11px 0 11px 15px;
  }
  #page30-low .contents-6 {
    margin-bottom: 60px;
  }
  #page30-low .contents-6 h2 {
    display: block;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 2.28px;
    text-align: center;
    color: #313131;
  }
  #page30-low .contents-6 h2 small {
    display: block;
    margin-bottom: 5px;
    font-family: "presicav", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-align: center;
    color: #2cb4e6;
  }
  #page30-low .contents-6 p.headline {
    display: block;
    width: 350px;
    margin: 0 auto 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-6 ul.lists {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    gap: 20px;
    justify-content: center;
    list-style: none;
  }
  #page30-low .contents-6 ul.lists li .circle {
    display: block;
    width: 150px;
    height: 150px;
    padding-top: 21.5px;
    box-sizing: border-box;
    background-image: linear-gradient(308deg, #008cd5 85%, #00a2d5 15%);
    margin: 0 auto 10px;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
  }
  #page30-low .contents-6 ul.lists li .circle::before {
    content: "";
    display: block;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
  }
  #page30-low .contents-6 ul.lists li .circle .texts {
    position: relative;
    z-index: 2;
  }
  #page30-low .contents-6 ul.lists li .circle .texts p.num {
    display: block;
    margin-bottom: 12px;
    font-family: "presicav", sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #2cb4e6;
    position: relative;
  }
  #page30-low .contents-6 ul.lists li .circle .texts p.num small {
    display: block;
    margin-bottom: -2.5px;
    font-family: "presicav", sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    letter-spacing: 1px;
    text-align: center;
    color: #2cb4e6;
  }
  #page30-low .contents-6 ul.lists li .circle .texts p.num::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    border-bottom: dashed 1px #2cb4e6;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #page30-low .contents-6 ul.lists li .circle .texts h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 1.7px;
    text-align: center;
    color: #21a7d8;
  }
  #page30-low .quotation {
    width: 100%;
    padding: 45px 0;
    background-image: linear-gradient(155deg, #f8fdff, #e0f4fa);
  }
  #page30-low .quotation .wrapper {
    display: grid;
    grid-template-columns: 334px;
    row-gap: 25px;
    justify-content: center;
  }
  #page30-low .quotation .wrapper .content {
    width: 100%;
  }
  #page30-low .quotation .wrapper .content h2 {
    display: block;
    margin-bottom: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 2.88px;
    text-align: left;
    color: #313131;
  }
  #page30-low .quotation .wrapper .content h2 small {
    display: block;
    margin-bottom: 5px;
    font-family: "presicav", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-align: left;
    color: #2cb4e6;
  }
  #page30-low .quotation .wrapper .content h3 {
    margin-bottom: 25px;
    padding-left: 42.5px;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.39;
    letter-spacing: 1.44px;
    text-align: left;
    color: #21a7d8;
    position: relative;
  }
  #page30-low .quotation .wrapper .content h3::before {
    content: "";
    display: block;
    width: 32.5px;
    height: 1px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 14px;
    left: 0;
  }
  #page30-low .quotation .wrapper .content p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page30-low .quotation .wrapper .img {
    width: 210px;
    height: 296.61px;
    margin: 0 auto;
  }
  #page30-low .quotation .wrapper .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page30-low .quotation .wrapper a.btn-1 {
    display: grid;
    grid-template-columns: 1fr 8.5px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    align-items: center;
    width: 326px;
    padding: 12.5px 31px 13.5px 42px;
    box-sizing: border-box;
    border-radius: 34px;
    background-color: #21a7d8;
  }
  #page30-low .quotation .wrapper a.btn-1 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 1.5px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }
  #page30-low .quotation .wrapper a.btn-1 .icons {
    width: 8.5px;
    height: 8.5px;
    position: relative;
  }
  #page30-low .quotation .wrapper a.btn-1 .icons img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #page30-low .quotation .wrapper a.btn-1 .icons img:nth-of-type(1) {
    opacity: 1;
  }
  #page30-low .quotation .wrapper a.btn-1 .icons img:nth-of-type(2) {
    display: none;
  }
  #page30-low .contents-7 {
    width: 100%;
    margin-bottom: 60px;
    padding: 45px 0;
    background-image: linear-gradient(153deg, #f8f8f8, #ededed 100%);
  }
  #page30-low .contents-7 .wrapper {
    display: grid;
    grid-template-columns: 334px;
    justify-content: center;
  }
  #page30-low .contents-7 .wrapper .content {
    width: 100%;
  }
  #page30-low .contents-7 .wrapper .content h2 {
    display: block;
    margin-bottom: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 2.88px;
    text-align: center;
    color: #313131;
  }
  #page30-low .contents-7 .wrapper .content h2 small {
    display: block;
    margin-bottom: 5px;
    font-family: "presicav", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-align: center;
    color: #2cb4e6;
  }
  #page30-low .contents-7 .wrapper .content p {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page30-low .contents-7 .wrapper .img {
    width: 250px;
    height: 166.75px;
    margin: 0 auto 25px;
  }
  #page30-low .contents-7 .wrapper .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page30-low .contents__faq p.lead {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: center;
    color: #484848;
  }
  #page30-low .contents__faq .page-title__ja .small {
    display: none;
  }
  #page30-low .pb-contact.exc {
    margin-top: 60px;
  }
  #page30-low .pb-contact .inner .page-title {
    margin-bottom: 25px;
  }
  #page30-low .pb-contact .inner h3 {
    display: block;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1.52px;
    text-align: center;
    color: #484848;
    background-image: linear-gradient(280deg, #008cd5, #00a2d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }
}
/*40.業種別｜よくあるご相談＿一覧*/
/*PC*/
@media screen and (min-width: 1025px) {
  #page40 {
    width: 100%;
    margin-bottom: 90px;
  }
  #page40 .kv {
    margin-bottom: 90px;
  }
  #page40 .contents {
    width: 1246px;
    margin: 0 auto;
  }
  #page40 .contents h2 {
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: 3.84px;
    text-align: center;
    color: #313131;
  }
  #page40 .contents p.headline {
    margin-bottom: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: center;
    color: #484848;
  }
  #page40 .contents .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  #page40 .contents .items .item {
    width: 402px;
    padding: 40px 60px;
    box-sizing: border-box;
    background-image: linear-gradient(143deg, #edf6fa, #d8f5fd 100%);
  }
  #page40 .contents .items .item .img-wrap {
    width: 100%;
    height: 140px;
    margin-bottom: 30px;
  }
  #page40 .contents .items .item .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40 .contents .items .item h3 {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.42;
    letter-spacing: 2.4px;
    text-align: center;
    color: #21a7d8;
  }
  #page40 .contents .items .item p {
    height: 120px;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page40 .contents .items .item:nth-of-type(1) p, #page40 .contents .items .item:nth-of-type(2) p, #page40 .contents .items .item:nth-of-type(3) p {
    height: 128px;
  }
  #page40 .contents .items .item:nth-of-type(4) p, #page40 .contents .items .item:nth-of-type(5) p {
    height: 96px;
  }
  #page40 .contents .items .item a.btn-1 {
    display: grid;
    grid-template-columns: 1fr 10px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
    width: 280px;
    padding: 10px 70px 12px 94px;
    border-radius: 23px;
    border: solid 1px #21a7d8;
    background-color: #21a7d8;
    box-sizing: border-box;
    transition: 0.4s ease;
  }
  #page40 .contents .items .item a.btn-1 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    transition: 0.4s ease;
  }
  #page40 .contents .items .item a.btn-1 .icons {
    width: 10px;
    height: 10px;
    position: relative;
    top: 1px;
  }
  #page40 .contents .items .item a.btn-1 .icons img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s ease;
  }
  #page40 .contents .items .item a.btn-1 .icons img:nth-of-type(1) {
    opacity: 1;
  }
  #page40 .contents .items .item a.btn-1 .icons img:nth-of-type(2) {
    opacity: 0;
  }
  #page40 .contents .items .item a.btn-1:hover {
    background-color: #fff;
  }
  #page40 .contents .items .item a.btn-1:hover .icons img:nth-of-type(1) {
    opacity: 0;
  }
  #page40 .contents .items .item a.btn-1:hover .icons img:nth-of-type(2) {
    opacity: 1;
  }
  #page40 .contents .items .item a.btn-1:hover span {
    color: #21a7d8;
  }
}
/*SP*/
@media screen and (max-width: 1024px) {
  #page40 {
    width: 100%;
    margin-bottom: 60px;
  }
  #page40 .kv {
    margin-bottom: 45px;
  }
  #page40 .contents {
    width: 100%;
  }
  #page40 .contents h2 {
    display: block;
    width: 350.5px;
    margin: 0 auto 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.52;
    letter-spacing: 2.52px;
    text-align: left;
    color: #313131;
    white-space: nowrap;
  }
  #page40 .contents p.headline {
    display: block;
    width: 350.5px;
    margin: 0 auto 45px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page40 .contents .items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 94.375%;
    max-width: 377.5px;
    margin: 0 auto;
  }
  #page40 .contents .items .item {
    display: grid;
    grid-template-columns: 317.5px;
    justify-content: center;
    padding: 30px 0;
    background-image: linear-gradient(143deg, #edf6fa, #d8f5fd 100%);
  }
  #page40 .contents .items .item .img-wrap {
    width: 100%;
    height: 158.75px;
    margin-bottom: 25px;
  }
  #page40 .contents .items .item .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40 .contents .items .item h3 {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.58;
    letter-spacing: 1.8px;
    text-align: center;
    color: #21a7d8;
    white-space: nowrap;
  }
  #page40 .contents .items .item p {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page40 .contents .items .item a.btn-1 {
    display: grid;
    grid-template-columns: 1fr 8.5px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    align-items: center;
    width: 232px;
    margin: 0 auto;
    padding: 12px 57.5px 13.5px 70px;
    box-sizing: border-box;
    border-radius: 23.75px;
    background-color: #21a7d8;
  }
  #page40 .contents .items .item a.btn-1 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 1.5px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }
  #page40 .contents .items .item a.btn-1 .icons {
    width: 8.5px;
    height: 8.5px;
    position: relative;
  }
  #page40 .contents .items .item a.btn-1 .icons img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #page40 .contents .items .item a.btn-1 .icons img:nth-of-type(1) {
    opacity: 1;
  }
  #page40 .contents .items .item a.btn-1 .icons img:nth-of-type(2) {
    display: none;
  }
}
/*41〜45.業種別｜よくあるご相談＿個別*/
/*PC*/
@media screen and (min-width: 1025px) {
  #page40-low {
    width: 100%;
  }
  #page40-low .kv {
    margin-bottom: 88px;
  }
  #page40-low .contents-1 {
    display: grid;
    grid-template-columns: 543px 530px;
    -moz-column-gap: 85px;
         column-gap: 85px;
    justify-content: center;
    margin-bottom: 90px;
    position: relative;
    left: 21px;
  }
  #page40-low .contents-1 .texts {
    order: 1;
  }
  #page40-low .contents-1 .texts h2 {
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: 3.84px;
    text-align: left;
    color: #313131;
    white-space: nowrap;
  }
  #page40-low .contents-1 .texts p {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page40-low .contents-1 .texts p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page40-low .contents-1 .image {
    order: 2;
    width: 100%;
    height: 353.5px;
  }
  #page40-low .contents-1 .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-2 {
    width: 1212px;
    margin: 0 auto 90px;
    padding: 80px 0 90px;
    position: relative;
  }
  #page40-low .contents-2::before {
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    background-color: #f3f3f3;
    position: absolute;
    top: 0;
    left: 111px;
    z-index: -1;
  }
  #page40-low .contents-2 h2 {
    display: block;
    margin-bottom: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 55px;
    letter-spacing: 4.56px;
    text-align: center;
    color: #313131;
  }
  #page40-low .contents-2 h2 small {
    display: block;
    margin-bottom: 10px;
    font-family: "presicav", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #2cb4e6;
  }
  #page40-low .contents-2 .content {
    display: grid;
    grid-template-columns: 579px 509px;
    -moz-column-gap: 124px;
         column-gap: 124px;
    position: relative;
  }
  #page40-low .contents-2 .content .img {
    width: 100%;
    padding-left: 15px;
  }
  #page40-low .contents-2 .content .img h3 {
    width: -moz-min-content;
    width: min-content;
    margin-bottom: 5px;
    padding: 0 10px;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 3.84px;
    text-align: left;
    color: #313131;
    white-space: nowrap;
  }
  #page40-low .contents-2 .content .img h3:nth-last-of-type(1) {
    margin-bottom: 40px;
  }
  #page40-low .contents-2 .content .img img {
    width: 500px;
    height: 309.5px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-2 .content ul.texts {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
    list-style: none;
  }
  #page40-low .contents-2 .content ul.texts li h4 {
    display: grid;
    grid-template-columns: 25px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 18px;
    margin-bottom: 28px;
  }
  #page40-low .contents-2 .content ul.texts li h4 span.circle {
    width: 25px;
    height: 25px;
    padding: 8px 7px 7px 8px;
    background-color: #313131;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    top: 2px;
  }
  #page40-low .contents-2 .content ul.texts li h4 span.circle img {
    display: block;
    width: 10px;
    height: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-2 .content ul.texts li h4 span.text {
    display: block;
    width: -moz-min-content;
    width: min-content;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #484848;
    white-space: nowrap;
    position: relative;
  }
  #page40-low .contents-2 .content ul.texts li h4 span.text:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #page40-low .contents-2 .content ul.texts li h4 span.text:nth-of-type(2)::after {
    content: "";
    display: block;
    width: calc(100% + 35px);
    height: 1px;
    background-color: #313131;
    position: absolute;
    bottom: -7px;
    right: 0;
  }
  #page40-low .contents-2 .content ul.texts li h4 span.text:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #page40-low .contents-2 .content ul.texts li h4 span.text:nth-of-type(3)::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #313131;
    position: absolute;
    bottom: -7px;
    right: 0;
  }
  #page40-low .contents-2 .content ul.texts li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page40-low .contents-3 {
    width: 100%;
    margin-bottom: 90px;
    text-align: center;
  }
  #page40-low .contents-3 h2 {
    display: block;
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 55px;
    letter-spacing: 4.56px;
    text-align: center;
    color: #313131;
  }
  #page40-low .contents-3 h2 small {
    display: block;
    margin-bottom: 10px;
    font-family: "presicav", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #2cb4e6;
  }
  #page40-low .contents-3 p.headline {
    display: inline-block;
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 2.24px;
    text-align: center;
    color: #484848;
    background-image: linear-gradient(272deg, #008cd5, #00a2d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }
  #page40-low .contents-3 p.headline::before {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 50%;
    left: -95px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #page40-low .contents-3 p.headline::after {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-image: linear-gradient(to left, #008cd5 98%, #00a2d5 -1%);
    position: absolute;
    top: 50%;
    right: -95px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #page40-low .contents-3 ul.items {
    display: grid;
    grid-template-columns: repeat(3, 370px);
    -moz-column-gap: 50px;
         column-gap: 50px;
    justify-content: center;
    list-style: none;
  }
  #page40-low .contents-3 ul.items li {
    width: 100%;
  }
  #page40-low .contents-3 ul.items li p.num {
    margin-bottom: 0.3px;
    font-family: "presicav", sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: 4.8px;
    text-align: left;
    color: #2cb4e6;
  }
  #page40-low .contents-3 ul.items li p.num small {
    font-size: 20px;
    letter-spacing: 2.4px;
  }
  #page40-low .contents-3 ul.items li img {
    width: 100%;
    height: 229px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-3 ul.items li .texts {
    margin-top: -21.3px;
    position: relative;
    z-index: 1;
  }
  #page40-low .contents-3 ul.items li .texts h3 {
    display: block;
    width: -moz-min-content;
    width: min-content;
    margin-bottom: 5px;
    padding: 0 18px;
    background-image: linear-gradient(277deg, #008cd5, #00a2d5);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 43px;
    letter-spacing: 2.64px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }
  #page40-low .contents-3 ul.items li .texts h3:nth-last-of-type(1) {
    margin-bottom: 20px;
  }
  #page40-low .contents-3 ul.items li .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2 {
    display: grid;
    grid-template-columns: 40px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
    margin-top: 20px;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2 .icons {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #21a7d8;
    border: solid 1px #21a7d8;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s ease;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2 .icons img {
    display: block;
    width: 10px;
    height: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 15px;
    left: 15px;
    transition: 0.3s ease;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2 .icons img:nth-of-type(1) {
    opacity: 1;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2 .icons img:nth-of-type(2) {
    opacity: 0;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2 span {
    display: block;
    width: -moz-min-content;
    width: min-content;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.6px;
    text-align: left;
    color: #313131;
    white-space: nowrap;
    position: relative;
    bottom: 1px;
    transition: 0.3s ease;
    position: relative;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2 span::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5px;
    background-color: #21a7d8;
    opacity: 0;
    transition: 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2:hover .icons {
    background-color: #fff;
    transform: scale(1.25);
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2:hover .icons img:nth-of-type(1) {
    opacity: 0;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2:hover .icons img:nth-of-type(2) {
    opacity: 1;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2:hover span {
    color: #21a7d8;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2:hover span::after {
    opacity: 1;
  }
  #page40-low .contents-4 {
    width: -moz-min-content;
    width: min-content;
    margin: 0 auto;
    padding: 60px 0 90px;
    position: relative;
    left: 15px;
  }
  #page40-low .contents-4::before {
    content: "";
    display: block;
    width: 92.6666666667vw;
    min-width: 1390px;
    height: 100%;
    background-image: linear-gradient(134deg, #f8fdff, #e0f4fa 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -3;
  }
  #page40-low .contents-4 .top {
    display: grid;
    grid-template-columns: 376px 874px;
    padding-bottom: 130px;
    position: relative;
  }
  #page40-low .contents-4 .top::before {
    content: "";
    display: block;
    width: 88.6666666667vw;
    min-width: 1330px;
    height: calc(100% - 150px);
    background-image: linear-gradient(289deg, #008cd5 100%, #00a2d5);
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: -2;
  }
  #page40-low .contents-4 .top h2 {
    display: block;
    margin-top: 142px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.39;
    letter-spacing: 4.32px;
    text-align: left;
    color: #fff;
  }
  #page40-low .contents-4 .top h2 small {
    display: block;
    margin-bottom: 10px;
    font-family: "presicav", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 2.4px;
    text-align: left;
    color: #fff;
  }
  #page40-low .contents-4 .top .content {
    display: grid;
    grid-template-columns: 300px 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
    padding: 60px 50px 0;
    box-sizing: border-box;
    position: relative;
  }
  #page40-low .contents-4 .top .content::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 80px);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page40-low .contents-4 .top .content img {
    width: 100%;
    height: 225.5px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-4 .top .content .texts {
    margin-top: 13px;
  }
  #page40-low .contents-4 .top .content .texts h4 {
    display: grid;
    grid-template-columns: min-content 1fr;
    -moz-column-gap: 14px;
         column-gap: 14px;
    align-items: center;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1.44px;
    text-align: left;
    color: #313131;
  }
  #page40-low .contents-4 .top .content .texts h4 span {
    width: -moz-min-content;
    width: min-content;
    padding: 0 9px;
    background-color: #5ec6f2;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1.28px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    position: relative;
    top: 1px;
  }
  #page40-low .contents-4 .top .content .texts h3 {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.64;
    letter-spacing: 1.76px;
    text-align: left;
    color: #313131;
  }
  #page40-low .contents-4 .top .content .texts p {
    margin-bottom: 100px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3 {
    display: grid;
    grid-template-columns: 40px min-content;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
    width: -moz-min-content;
    width: min-content;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3 .icons {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    border: solid 1px #fff;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s ease;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3 .icons img {
    display: block;
    width: 10px;
    height: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 15px;
    left: 15px;
    transition: 0.3s ease;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3 .icons img:nth-of-type(1) {
    opacity: 1;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3 .icons img:nth-of-type(2) {
    opacity: 0;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3 span {
    display: block;
    width: -moz-min-content;
    width: min-content;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    position: relative;
    bottom: 1px;
    transition: 0.3s ease;
    position: relative;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3 span::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5px;
    background-color: #fff;
    opacity: 0;
    transition: 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3:hover .icons {
    background-color: #fff;
    transform: scale(1.25);
  }
  #page40-low .contents-4 .top .content .texts a.btn-3:hover .icons img:nth-of-type(1) {
    opacity: 0;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3:hover .icons img:nth-of-type(2) {
    opacity: 1;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3:hover span {
    color: #fff;
    text-decoration: underline;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3:hover span::after {
    opacity: 1;
  }
  #page40-low .contents-4 .bottom {
    width: 1063px;
    margin: 0 auto;
    position: relative;
    right: 53.5px;
  }
  #page40-low .contents-4 .bottom h2 {
    display: block;
    margin-bottom: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 55px;
    letter-spacing: 4.56px;
    text-align: center;
    color: #313131;
  }
  #page40-low .contents-4 .bottom h2 span {
    display: block;
    margin-bottom: 10px;
    font-family: "presicav", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #2cb4e6;
  }
  #page40-low .contents-4 .bottom h2 small {
    font-size: 28px;
    letter-spacing: 3.36px;
  }
  #page40-low .contents-4 .bottom .content {
    display: grid;
    grid-template-columns: 470px 503px;
    -moz-column-gap: 90px;
         column-gap: 90px;
    justify-content: center;
  }
  #page40-low .contents-4 .bottom .content img {
    width: 100%;
    height: 313.5px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-4 .bottom .content .texts h3 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: 3.84px;
    text-align: left;
    color: #313131;
    white-space: nowrap;
  }
  #page40-low .contents-4 .bottom .content .texts .text {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
  }
  #page40-low .contents-4 .bottom .content .texts .text h4 {
    margin-bottom: 1px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 1.02px;
    text-align: left;
    color: #21a7d8;
  }
  #page40-low .contents-4 .bottom .content .texts .text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page40-low .contents-4 .bottom .content .texts .text.text-1 p {
    margin-bottom: 21px;
  }
  #page40-low .contents-4 .bottom .content .texts .text.text-1 p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page40-low .contents-4 .bottom .content .texts .exc h4 {
    display: grid;
    grid-template-columns: 12.8px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 6.4px;
    background-image: linear-gradient(275deg, #008cd5 100%, #00a2d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 1.92px;
    text-align: left;
    color: #313131;
    white-space: nowrap;
  }
  #page40-low .contents-4 .bottom .content .texts .exc h4 img {
    display: block;
    width: 100%;
    height: 15px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-4 .bottom .content .texts .exc p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #484848;
  }
  #page40-low .contents-5 {
    width: 100%;
    margin-bottom: 90px;
    padding: 80px 0 90px;
    background-image: linear-gradient(300deg, #008cd5, #00a2d5 100%);
  }
  #page40-low .contents-5 h2 {
    display: block;
    margin-bottom: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.37;
    letter-spacing: 4.56px;
    text-align: center;
    color: #fff;
  }
  #page40-low .contents-5 h2 small {
    display: block;
    margin-bottom: 10px;
    font-family: "presicav", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 2.4px;
    text-align: center;
    color: #fff;
  }
  #page40-low .contents-5 .content {
    display: grid;
    grid-template-columns: 523px 480px;
    justify-content: center;
    margin-bottom: 60px;
  }
  #page40-low .contents-5 .content img {
    order: 2;
    width: 100%;
    height: 297.1px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-5 .content .texts {
    order: 1;
  }
  #page40-low .contents-5 .content .texts h3 {
    width: -moz-min-content;
    width: min-content;
    margin-bottom: 5px;
    padding: 0 10px;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 3.36px;
    text-align: left;
    color: #313131;
    white-space: nowrap;
  }
  #page40-low .contents-5 .content .texts h3:nth-last-of-type(1) {
    margin-bottom: 26px;
  }
  #page40-low .contents-5 .content .texts p {
    width: 424px;
    margin-bottom: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.96px;
    text-align: left;
    color: #fff;
  }
  #page40-low .contents-5 .pb-contact {
    width: 1003px;
    margin: 0 auto;
    padding: 50px 0;
    border-radius: 10px;
    background: #fff;
  }
  #page40-low .contents-5 .pb-contact .inner {
    width: 100%;
  }
  #page40-low .contents-5 .pb-contact .inner .cta.tel {
    width: 489.5px;
  }
  #page40-low .contents-5 .pb-contact .inner .cta.mail {
    width: 513.5px;
  }
  #page40-low .contents-6 {
    width: 100%;
    margin-bottom: 90px;
  }
  #page40-low .contents-6 h2 {
    display: block;
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 2.56px;
    text-align: center;
    color: #313131;
  }
  #page40-low .contents-6 h2 small {
    display: block;
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 1.92px;
  }
  #page40-low .contents-6 ul.links {
    display: grid;
    grid-template-columns: repeat(5, 250px);
    grid-template-rows: 140px;
    justify-content: center;
    list-style: none;
  }
  #page40-low .contents-6 ul.links li {
    width: 100%;
  }
  #page40-low .contents-6 ul.links li:nth-of-type(1) a {
    border-radius: 10px 0 0 10px;
  }
  #page40-low .contents-6 ul.links li:nth-last-of-type(1) a {
    border-radius: 0 10px 10px 0;
  }
  #page40-low .contents-6 ul.links li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  #page40-low .contents-6 ul.links li a.exc span.text {
    left: 20px;
  }
  #page40-low .contents-6 ul.links li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-image: linear-gradient(62deg, #001d27, #116280 99%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.3s ease;
  }
  #page40-low .contents-6 ul.links li a span.bg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #page40-low .contents-6 ul.links li a span.bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s ease;
  }
  #page40-low .contents-6 ul.links li a span.text {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.28px;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 49px;
    left: 30px;
    z-index: 2;
  }
  #page40-low .contents-6 ul.links li a span.text small {
    display: block;
    margin-top: 7px;
    font-family: "presicav", sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #d9d9d9;
  }
  #page40-low .contents-6 ul.links li a img.direction {
    display: block;
    width: 15px;
    height: 15px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 63px;
    right: 20px;
    z-index: 2;
  }
  #page40-low .contents-6 ul.links li a:hover::after {
    opacity: 0.4;
  }
  #page40-low .contents-6 ul.links li a:hover span.bg img {
    transform: scale(1.2);
  }
}
/*SP*/
@media screen and (max-width: 1024px) {
  #page40-low {
    width: 100%;
  }
  #page40-low .kv {
    margin-bottom: 45px;
  }
  #page40-low .contents-1 {
    display: grid;
    grid-template-columns: 350.5px;
    row-gap: 30px;
    justify-content: center;
    justify-items: center;
    margin-bottom: 60px;
  }
  #page40-low .contents-1 .image {
    width: 265px;
    height: 176.75px;
  }
  #page40-low .contents-1 .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-1 .texts h2 {
    display: block;
    width: 350.5px;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.52;
    letter-spacing: 2.52px;
    text-align: left;
    color: #313131;
    white-space: nowrap;
  }
  #page40-low .contents-1 .texts p {
    display: block;
    width: 350.5px;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page40-low .contents-1 .texts p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page40-low .contents-1.exc h2 {
    font-size: 19.6875px;
    letter-spacing: 2.1375px;
  }
  #page40-low .contents-2 {
    width: 100%;
    margin-bottom: 60px;
    padding: 45px 0;
    background-color: #f3f3f3;
  }
  #page40-low .contents-2 h2 {
    display: block;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 2.88px;
    text-align: center;
    color: #313131;
    white-space: nowrap;
  }
  #page40-low .contents-2 h2 small {
    display: block;
    margin-bottom: 5px;
    font-family: "presicav", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-align: center;
    color: #2cb4e6;
  }
  #page40-low .contents-2 .content {
    display: grid;
    grid-template-columns: 338.5px;
    row-gap: 30px;
    justify-content: center;
    position: relative;
  }
  #page40-low .contents-2 .content .img {
    margin: auto;
  }
  #page40-low .contents-2 .content .img.img-1 {
    width: 293.5px;
  }
  #page40-low .contents-2 .content .img.img-2 {
    width: 331.5px;
  }
  #page40-low .contents-2 .content .img h3 {
    width: -moz-min-content;
    width: min-content;
    margin-bottom: 2.5px;
    padding: 0 5px;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 2.04px;
    text-align: left;
    color: #313131;
    white-space: nowrap;
  }
  #page40-low .contents-2 .content .img h3:nth-last-of-type(1) {
    margin-bottom: 20px;
  }
  #page40-low .contents-2 .content .img img {
    display: block;
    width: 250px;
    height: 154.75px;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-2 .content ul.texts {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 25px;
    list-style: none;
  }
  #page40-low .contents-2 .content ul.texts li h4 {
    display: grid;
    grid-template-columns: 22.5px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 9.85px;
    margin-bottom: 19px;
  }
  #page40-low .contents-2 .content ul.texts li h4 span.circle {
    width: 22.5px;
    height: 22.5px;
    padding: 6.5px 6px 6px 6.5px;
    background-color: #313131;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    top: 1.35px;
  }
  #page40-low .contents-2 .content ul.texts li h4 span.circle img {
    display: block;
    width: 10px;
    height: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-2 .content ul.texts li h4 span.text {
    display: block;
    width: -moz-min-content;
    width: min-content;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 1.28px;
    text-align: left;
    color: #484848;
    white-space: nowrap;
    position: relative;
  }
  #page40-low .contents-2 .content ul.texts li h4 span.text:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #page40-low .contents-2 .content ul.texts li h4 span.text:nth-of-type(2)::after {
    content: "";
    display: block;
    width: calc(100% + 32.5px);
    height: 0.5px;
    background-color: #313131;
    position: absolute;
    bottom: -4.35px;
    right: 0;
  }
  #page40-low .contents-2 .content ul.texts li h4 span.text:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #page40-low .contents-2 .content ul.texts li h4 span.text:nth-of-type(3)::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5px;
    background-color: #313131;
    position: absolute;
    bottom: -4.35px;
    right: 0;
  }
  #page40-low .contents-2 .content ul.texts li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page40-low .contents-3 {
    width: 100%;
    margin-bottom: 90px;
  }
  #page40-low .contents-3 h2 {
    display: block;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 2.88px;
    text-align: center;
    color: #313131;
  }
  #page40-low .contents-3 h2 small {
    display: block;
    margin-bottom: 5px;
    font-family: "presicav", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-align: center;
    color: #2cb4e6;
  }
  #page40-low .contents-3 p.headline {
    display: block;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1.52px;
    text-align: center;
    color: #484848;
    background-image: linear-gradient(280deg, #008cd5, #00a2d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }
  #page40-low .contents-3 ul.items {
    display: grid;
    grid-template-columns: 350px;
    row-gap: 30px;
    justify-content: center;
    list-style: none;
  }
  #page40-low .contents-3 ul.items li {
    width: 100%;
  }
  #page40-low .contents-3 ul.items li p.num {
    margin-bottom: -0.85px;
    font-family: "presicav", sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 3px;
    text-align: left;
    color: #2cb4e6;
  }
  #page40-low .contents-3 ul.items li p.num small {
    font-size: 15px;
    letter-spacing: 1.8px;
  }
  #page40-low .contents-3 ul.items li img {
    width: 300px;
    height: 185.7px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-3 ul.items li .texts {
    margin-top: -17.85px;
    position: relative;
    z-index: 1;
  }
  #page40-low .contents-3 ul.items li .texts h3 {
    display: block;
    width: -moz-min-content;
    width: min-content;
    margin-bottom: 2.5px;
    padding: 0 9px;
    background-image: linear-gradient(277deg, #008cd5 100%, #00a2d5);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2.04px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }
  #page40-low .contents-3 ul.items li .texts h3:nth-last-of-type(1) {
    margin-bottom: 20px;
  }
  #page40-low .contents-3 ul.items li .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2 {
    display: grid;
    grid-template-columns: 27.5px 1fr;
    -moz-column-gap: 12.5px;
         column-gap: 12.5px;
    align-items: center;
    margin-top: 20px;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2 .icons {
    display: block;
    width: 27.5px;
    height: 27.5px;
    background-color: #21a7d8;
    border-radius: 50%;
    position: relative;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2 .icons img {
    display: block;
    width: 8.5px;
    height: 8.5px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 9.5px;
    left: 9.5px;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2 .icons img:nth-of-type(1) {
    opacity: 1;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2 .icons img:nth-of-type(2) {
    display: none;
  }
  #page40-low .contents-3 ul.items li .texts a.btn-2 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 24.5px;
    letter-spacing: 1.36px;
    text-align: left;
    color: #313131;
  }
  #page40-low .contents-4 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 45px;
    position: relative;
  }
  #page40-low .contents-4::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(165deg, #f8fdff, #e0f4fa 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -3;
  }
  #page40-low .contents-4 .top {
    display: grid;
    grid-template-columns: 320.5px;
    justify-content: center;
    width: 320.5px;
    margin: 0 auto;
    padding-bottom: 106.5px;
    position: relative;
  }
  #page40-low .contents-4 .top::before {
    content: "";
    display: block;
    width: 84.5vw;
    min-width: 338px;
    height: calc(100% + 90px - 106.5px);
    background-image: linear-gradient(289deg, #008cd5 100%, #00a2d5);
    position: absolute;
    top: -45px;
    right: 22.5px;
    z-index: -2;
  }
  #page40-low .contents-4 .top h2 {
    display: block;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 2.76px;
    text-align: left;
    color: #fff;
  }
  #page40-low .contents-4 .top h2 small {
    display: block;
    margin-bottom: 5px;
    font-family: "presicav", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-align: left;
    color: #fff;
  }
  #page40-low .contents-4 .top .content {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding: 30px 25px 0;
    box-sizing: border-box;
    position: relative;
  }
  #page40-low .contents-4 .top .content::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 57.5px);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page40-low .contents-4 .top .content img {
    width: 200px;
    height: 150px;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-4 .top .content .texts h4 {
    display: grid;
    grid-template-columns: min-content 1fr;
    -moz-column-gap: 8.5px;
         column-gap: 8.5px;
    align-items: center;
    margin-bottom: 15.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.12px;
    text-align: left;
    color: #313131;
  }
  #page40-low .contents-4 .top .content .texts h4 span {
    width: -moz-min-content;
    width: min-content;
    padding: 0 4.5px;
    background-color: #5ec6f2;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 21.5px;
    letter-spacing: 1.04px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    position: relative;
    bottom: 0.25px;
  }
  #page40-low .contents-4 .top .content .texts h3 {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: 1.36px;
    text-align: left;
    color: #313131;
  }
  #page40-low .contents-4 .top .content .texts p {
    margin-bottom: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3 {
    display: grid;
    grid-template-columns: 27.5px min-content;
    -moz-column-gap: 12.5px;
         column-gap: 12.5px;
    align-items: center;
    width: -moz-min-content;
    width: min-content;
    margin-left: -25px;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3 .icons {
    display: block;
    width: 27.5px;
    height: 27.5px;
    background-color: transparent;
    border: solid 1px #fff;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3 .icons img {
    display: block;
    width: 8.5px;
    height: 8.5px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 9.5px;
    left: 9.5px;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3 .icons img:nth-of-type(1) {
    opacity: 1;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3 .icons img:nth-of-type(2) {
    display: none;
  }
  #page40-low .contents-4 .top .content .texts a.btn-3 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 24.5px;
    letter-spacing: 1.36px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }
  #page40-low .contents-4 .bottom {
    width: 343.5px;
    margin: 0 auto;
  }
  #page40-low .contents-4 .bottom h2 {
    display: block;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 2.88px;
    text-align: center;
    color: #313131;
  }
  #page40-low .contents-4 .bottom h2 span {
    display: block;
    margin-bottom: 5px;
    font-family: "presicav", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-align: center;
    color: #2cb4e6;
  }
  #page40-low .contents-4 .bottom h2 small {
    font-size: 19px;
    letter-spacing: 2.28px;
  }
  #page40-low .contents-4 .bottom .content {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
    justify-content: center;
  }
  #page40-low .contents-4 .bottom .content img {
    width: 235px;
    height: 156.75px;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-4 .bottom .content .texts h3 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 2.52px;
    text-align: center;
    color: #313131;
    white-space: nowrap;
  }
  #page40-low .contents-4 .bottom .content .texts .text {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
  }
  #page40-low .contents-4 .bottom .content .texts .text h4 {
    margin-bottom: 1.55px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 24.5px;
    letter-spacing: 1.02px;
    text-align: left;
    color: #21a7d8;
  }
  #page40-low .contents-4 .bottom .content .texts .text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page40-low .contents-4 .bottom .content .texts .text.text-1 p {
    margin-bottom: 11.55px;
  }
  #page40-low .contents-4 .bottom .content .texts .text.text-1 p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page40-low .contents-4 .bottom .content .texts .exc {
    margin-left: 20px;
  }
  #page40-low .contents-4 .bottom .content .texts .exc h4 {
    display: grid;
    grid-template-columns: 10.65px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
    background-image: linear-gradient(275deg, #008cd5 100%, #00a2d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 1.36px;
    text-align: left;
    color: #313131;
    white-space: nowrap;
  }
  #page40-low .contents-4 .bottom .content .texts .exc h4 img {
    display: block;
    width: 100%;
    height: 12.5px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-4 .bottom .content .texts .exc p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #484848;
  }
  #page40-low .contents-5 {
    width: 100%;
    margin-bottom: 60px;
    padding: 60px 0 45px;
    background-image: linear-gradient(338deg, #008cd5 0%, #00a2d5 100%);
  }
  #page40-low .contents-5 h2 {
    display: block;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 2.88px;
    text-align: center;
    color: #fff;
  }
  #page40-low .contents-5 h2 small {
    display: block;
    margin-bottom: 5px;
    font-family: "presicav", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-align: center;
    color: #fff;
  }
  #page40-low .contents-5 .content {
    display: grid;
    grid-template-columns: 305.5px;
    row-gap: 30px;
    justify-content: center;
    margin-bottom: 45px;
  }
  #page40-low .contents-5 .content img {
    width: 100%;
    height: 189.1px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-5 .content .texts h3 {
    width: -moz-min-content;
    width: min-content;
    margin-bottom: 2.5px;
    padding: 0 5px;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 2.28px;
    text-align: left;
    color: #313131;
    white-space: nowrap;
  }
  #page40-low .contents-5 .content .texts h3:nth-last-of-type(1) {
    margin-bottom: 25px;
  }
  #page40-low .contents-5 .content .texts p {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: left;
    color: #fff;
  }
  #page40-low .contents-5 .pb-contact {
    width: 350.25px;
    margin: 0 auto;
    padding: 30px 0;
    border-radius: 5px;
    background: #fff;
  }
  #page40-low .contents-6 {
    width: 100%;
    margin-bottom: 90px;
  }
  #page40-low .contents-6 h2 {
    display: block;
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 2.56px;
    text-align: center;
    color: #313131;
  }
  #page40-low .contents-6 h2 small {
    display: block;
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 1.92px;
  }
  #page40-low .contents-6 ul.links {
    display: grid;
    grid-template-columns: 280px;
    grid-template-rows: repeat(5, 93.25px);
    justify-content: center;
    list-style: none;
  }
  #page40-low .contents-6 ul.links li {
    width: 100%;
  }
  #page40-low .contents-6 ul.links li:nth-of-type(1) a {
    border-radius: 10px 10px 0 0;
  }
  #page40-low .contents-6 ul.links li:nth-last-of-type(1) a {
    border-radius: 0 0 10px 10px;
  }
  #page40-low .contents-6 ul.links li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  #page40-low .contents-6 ul.links li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-image: linear-gradient(71deg, #001d27 2%, #116280);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #page40-low .contents-6 ul.links li a span.bg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #page40-low .contents-6 ul.links li a span.bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page40-low .contents-6 ul.links li a span.text {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 1.28px;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 26.5px;
    left: 30px;
    z-index: 2;
  }
  #page40-low .contents-6 ul.links li a span.text small {
    display: block;
    margin-top: 5px;
    font-family: "presicav", sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #d9d9d9;
  }
  #page40-low .contents-6 ul.links li a img.direction {
    display: block;
    width: 10px;
    height: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 42.75px;
    right: 20px;
    z-index: 2;
  }
}/*# sourceMappingURL=page02.css.map */