@charset "UTF-8";
.fv {
  background-color: #0597f2;
}
.fv__lead {
  background-color: #000000;
  line-height: 1;
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 19.32%;
  aspect-ratio: 1920/137;
}
.fv__lead-img {
  width: 100%;
  max-width: 1178px;
  height: auto;
}
.fv__main {
  line-height: 1;
  font-size: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18.9%;
  aspect-ratio: 1920/584;
}
.fv__main-img {
  width: 100%;
  max-width: 1194px;
  height: auto;
}
.fv picture {
  width: 100%;
  display: block;
}

.message__lead {
  text-align: center;
  font-weight: bold;
}

.feature__title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  background-color: #0597f2;
  padding: 16px;
}
.feature__body {
  background-color: #e6f5fe;
  padding: 36px 36px 40px;
}
.feature__sub-title {
  font-weight: bold;
  color: #0497f2;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-top: 64px;
}
.feature__ballon {
  max-width: 512px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.feature__dtl {
  text-align: center;
  font-weight: bold;
}

.products__sub-title {
  display: block;
  font-weight: bold;
  color: #0497f2;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px;
}
.products__ballon-area {
  position: relative;
  padding-top: 68px;
}
.products__ballon {
  position: absolute;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 70px;
  width: auto;
}
.products__box {
  background-color: #fff;
  padding: 20px;
}
.products__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.products__dtl {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  min-height: 3em;
}
.products__contents {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.message + .feature,
.feature + .contact_area,
.detail + .contact_area {
  padding-top: 0;
  margin-top: 0;
}

.caution {
  margin-top: 40px;
  margin-bottom: 60px;
}

.howto {
  padding-bottom: 0;
}

.howto_list_item:last-child {
  margin-right: 0;
}

.cta {
  margin-top: 80px;
}

.note-area {
  margin-top: 16px;
}
.note-area__list {
  margin-top: 1.7em;
}
.note-area__title {
  font-weight: bold;
}

.list-dot__item {
  position: relative;
  padding-left: 1em;
}
.list-dot__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.title-simple {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.section__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.table__cell43p {
  width: 43%;
}
.table__cell57p {
  width: 57%;
}

.group_list {
  padding: 0;
}

.group_title {
  padding: 20px 40px;
  display: flex;
  font-weight: bold;
}
.group_title > * {
  font-weight: inherit;
}

.group_num {
  letter-spacing: -0.1em;
}

.group_title-core {
  margin-left: 0.5em;
  flex: 1;
}

.group_text_simple {
  background-color: #fff;
  border-top: 4px solid #e5e5e5;
  padding: 20px 40px;
  font-size: 1.3rem;
}
.group_text_simple a {
  text-decoration: underline;
}
.group_text_simple a:hover {
  text-decoration: none;
}

.br-sp {
  display: none;
}

.ta-c {
  text-align: center;
}

.fw-normal {
  font-weight: normal;
}
@media only screen and (max-width: 767px){
  .fv__lead {
    aspect-ratio: 375/84;
    height: auto;
    padding: 0 18.27%;
  }
  .fv__main {
    aspect-ratio: 375/154;
    padding: 0 10.4%;
  }
  .message__lead {
    text-align: left;
    font-size: 0.9rem;
  }
  .feature__title {
    font-size: 1.6rem;
    padding: 12px;
  }
  .feature__body {
    padding: 24px;
  }
  .feature__sub-title {
    font-size: 1.5rem;
    margin-bottom: 16px;
    padding-top: 17%;
  }
  .feature__ballon {
    width: 100%;
    max-width: 100%;
  }
  .feature__dtl {
    text-align: left;
  }
  .products__sub-title {
    font-size: 1.4rem;
    margin: 0 0 10px;
    line-height: 1.5;
  }
  .products__ballon-area {
    padding-top: 52px;
  }
  .products__ballon {
    height: 55px;
  }
  .products__box {
    padding: 24px;
  }
  .products__img {
    aspect-ratio: 290/223;
  }
  .products__dtl {
    margin-top: 20px;
  }
  .products__contents {
    display: block;
    margin-top: 16px;
  }
  .feature:has(+ .contact_area) {
    padding-bottom: 20px;
  }
  .caution {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cta {
    margin-top: 60px;
  }
  .list-dot__item {
    padding-left: 0;
    font-size: 0.9rem;
  }
  .list-dot__item::before {
    position: static;
  }
  .title-simple {
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-left: 0.25em;
  }
  .section__list {
    gap: 40px;
  }
  .table {
    display: block;
  }
  .table__cell43p {
    width: 100%;
  }
  .table__cell57p {
    width: 100%;
  }
  .table_title {
    display: block;
    padding: 16px 24px;
  }
  .table_data {
    display: block;
    padding: 16px 24px;
  }
  .group_title {
    padding: 20px;
  }
  .group_text_simple {
    padding: 20px;
    font-size: 1.1rem;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .js-slider .slick-slide {
    margin: 0 10px;
  }
  .js-slider .slick-list {
    margin: 0 -10px;
  }
}
/*# sourceMappingURL=style.css.map */