@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
    scroll-padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  margin: 0;
  color: #000000;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
  margin-inline: auto;
  width: 100%;
}
body.bg-fixed {
  overflow: hidden;
}

main {
  display: block;
}
main a {
  color: #000000;
}

p,
table,
figure,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

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

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.feature {
  /*=========
  scrollbar
  =========*/
}
@media screen and (min-width: 769px) {
  .feature .mainContents {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .mainContents {
    padding-top: 12rem;
  }
}
.feature .kv {
  background-image: url("../img/kv.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .feature .kv {
    background-image: url("../img/sp/kv.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
  }
}
.feature .kv__container {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .feature .kv__container {
    width: 124rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .kv__container {
    width: 100%;
  }
}
.feature .kv__title {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .feature .kv__title {
    padding: 3.5rem 0 5.3rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .kv__title {
    padding: 5rem 0 4rem;
    font-size: 3.4rem;
    text-align: center;
  }
}
.feature .kv__title span {
  display: block;
}
@media screen and (min-width: 769px) {
  .feature .kv__title span {
    padding-top: 1rem;
    font-size: 4rem;
    line-height: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .kv__title span {
    padding-top: 3rem;
    font-size: 3.8rem;
    line-height: 5.7rem;
  }
}
@media screen and (min-width: 769px) {
  .feature .feature_content {
    margin: 8.2rem auto 0;
    padding: 0 2rem;
    max-width: 124rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature_content {
    margin-top: 10rem;
    padding: 0 4rem;
  }
}
.feature .feature_title {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .feature .feature_title {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature_title {
    font-size: 3.8rem;
  }
}
.feature .feature_subtitle {
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00a8e4;
}
@media screen and (min-width: 769px) {
  .feature .feature_subtitle {
    margin-top: 2.5rem;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature_subtitle {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
}
.feature .feature_subtitle::before, .feature .feature_subtitle::after {
  content: "";
  background-color: #00a8e4;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .feature .feature_subtitle::before {
    width: 9rem;
    height: 0.9rem;
    margin-right: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature_subtitle::before {
    width: 21.9rem;
    height: 0.9rem;
    margin-right: 1.9rem;
  }
}
@media screen and (min-width: 769px) {
  .feature .feature_subtitle::after {
    width: 9rem;
    height: 0.9rem;
    margin-left: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature_subtitle::after {
    width: 21.9rem;
    height: 0.9rem;
    margin-left: 1.9rem;
  }
}
@media screen and (min-width: 769px) {
  .feature .feature_structure {
    max-width: 160rem;
    margin: 20rem auto 0;
    padding: 8rem 0;
    background-color: #e1efd8;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature_structure {
    margin-top: 10rem;
    padding: 8rem 0;
  }
}
@media screen and (min-width: 769px) {
  .feature .structure_content {
    max-width: 124rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 769px) {
  .feature .structure_content .scroll_inner {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_content .scroll_inner {
    margin-top: 6rem;
    padding: 0 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_content .simplebar-track {
    width: auto;
  }
}
.feature .structure_title {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .feature .structure_title {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_title {
    font-size: 4.6rem;
  }
}
.feature .structure_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 769px) {
  .feature .structure_head {
    gap: 9.6rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_head {
    gap: 21rem;
  }
}
.feature .structure_head::after {
  content: "";
  -webkit-transition: none;
  transition: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/img_dashedline01.png);
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .feature .structure_head::after {
    width: 0.1rem;
    height: 20rem;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_head::after {
    width: 0.1rem;
    height: 21rem;
    left: 50%;
  }
}
.feature .structure_headContent {
  position: relative;
}
@media screen and (min-width: 769px) {
  .feature .structure_headContent {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_headContent {
    width: 50%;
  }
}
.feature .structure_headTitle {
  font-weight: 600;
  text-align: center;
  color: #00b9ec;
}
@media screen and (min-width: 769px) {
  .feature .structure_headTitle {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_headTitle {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 769px) {
  .feature .structure_headText {
    padding-top: 2.5rem;
    font-size: 2rem;
    line-height: 2.9rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_headText {
    padding-top: 2.5rem;
    font-size: 2.4rem;
    line-height: 3.7rem;
  }
}
.feature .structure_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .feature .structure_items {
    width: 110.6rem;
    margin: 2.5rem auto 0;
    background-image: url(../img/img_feature04.png);
    background-size: contain;
    padding: 28.3rem 18.6rem 4.6rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_items {
    width: 132.8rem;
    margin: 3rem auto 0;
    background-image: url(../img/img_feature04.png);
    background-size: contain;
    padding: 32rem 23rem 7rem;
    gap: 11rem;
  }
}
.feature .structure_items::after {
  content: "";
  -webkit-transition: none;
  transition: none;
  position: absolute;
  background: url(../img/img_dashedline03.png);
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .feature .structure_items::after {
    width: 0.1rem;
    height: 55.5rem;
    top: 48rem;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_items::after {
    width: 0.1rem;
    height: 61rem;
    top: 60rem;
  }
}
@media screen and (min-width: 769px) {
  .feature .structure_items .structure_item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_items .structure_item {
    width: 50%;
  }
}
.feature .structure_items .structure_item.left li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .feature .structure_items .structure_item.left li {
    padding-top: 7.8rem;
    padding-bottom: 7.8rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_items .structure_item.left li {
    padding-top: 7.8rem;
    padding-bottom: 7.8rem;
  }
}
.feature .structure_items .structure_item.left li:first-of-type {
  padding-top: 0;
}
.feature .structure_items .structure_item.left li:first-of-type::after {
  content: "";
  -webkit-transition: none;
  transition: none;
  position: absolute;
  background: url(../img/img_dashedline02.png);
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .feature .structure_items .structure_item.left li:first-of-type::after {
    width: 38.4rem;
    height: 0.1rem;
    top: 14rem;
    left: -3rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_items .structure_item.left li:first-of-type::after {
    width: 38.4rem;
    height: 0.3rem;
    top: 15rem;
    left: 0;
  }
}
.feature .structure_items .structure_item.left li:last-of-type {
  padding-bottom: 0;
}
.feature .structure_items .structure_item.left li::after {
  content: "";
  -webkit-transition: none;
  transition: none;
  position: absolute;
  background: url(../img/img_dashedline02.png);
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .feature .structure_items .structure_item.left li::after {
    width: 38.4rem;
    height: 0.1rem;
    top: 21rem;
    left: -3rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_items .structure_item.left li::after {
    width: 38.4rem;
    height: 0.3rem;
    top: 22.5rem;
    left: 0;
  }
}
.feature .structure_items .structure_item.right li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .feature .structure_items .structure_item.right li {
    padding-top: 7.8rem;
    padding-bottom: 7.8rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_items .structure_item.right li {
    padding-top: 7.8rem;
    padding-bottom: 7.8rem;
  }
}
.feature .structure_items .structure_item.right li:first-of-type {
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .feature .structure_items .structure_item.right li:first-of-type {
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_items .structure_item.right li:first-of-type {
    padding-bottom: 4.5rem;
  }
}
.feature .structure_items .structure_item.right li:first-of-type::after {
  content: "";
  -webkit-transition: none;
  transition: none;
  position: absolute;
  background: url(../img/img_dashedline02.png);
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .feature .structure_items .structure_item.right li:first-of-type::after {
    width: 38.4rem;
    height: 0.1rem;
    top: 14rem;
    left: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_items .structure_item.right li:first-of-type::after {
    width: 38.4rem;
    height: 0.3rem;
    top: 15rem;
    left: 0;
  }
}
.feature .structure_items .structure_item.right li:last-of-type {
  padding-bottom: 0;
}
.feature .structure_items .structure_item.right li::after {
  content: "";
  -webkit-transition: none;
  transition: none;
  position: absolute;
  background: url(../img/img_dashedline02.png);
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .feature .structure_items .structure_item.right li::after {
    width: 38.4rem;
    height: 0.1rem;
    top: 21.2rem;
    left: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_items .structure_item.right li::after {
    width: 38.4rem;
    height: 0.3rem;
    top: 22.5rem;
    left: 0;
  }
}
.feature .structure_items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 769px) {
  .feature .structure_items li {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_items li {
    gap: 2rem;
  }
}
.feature .structure_items li img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .feature .structure_items li img {
    width: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_items li img {
    width: 4.6rem;
  }
}
.feature .structure_items li.structure_item03::after {
  content: initial !important;
}
@media screen and (min-width: 769px) {
  .feature .structure_items p {
    font-size: 2rem;
    line-height: 3.1rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .structure_items p {
    font-size: 2.4rem;
    line-height: 3.7rem;
  }
}
@media screen and (min-width: 769px) {
  .feature .feature_youtube {
    margin-top: 8rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature_youtube {
    margin-top: 10rem;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature_youtube iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .feature .scroll_inner {
    padding: 0 0 7rem 0;
    overflow-x: scroll;
  }
  .feature .simplebar-scrollbar::before {
    background-color: #00a9e5 !important;
    height: 1rem !important;
    border-radius: 14px !important;
  }
  .feature .simplebar-track {
    margin: 0 4rem !important;
    background: #bababa !important;
    height: 1rem !important;
    border-radius: 8px !important;
  }
  .feature .scroll_area {
    width: 151.3rem;
    padding: 4rem 9rem;
    background-color: #e1efd8;
  }
  .feature .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: -2px;
  }
  .feature .simplebar-content {
    padding-bottom: 7rem !important;
  }
}
@media screen and (min-width: 769px) {
  .feature .contact {
    margin: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .feature .contact {
    margin: 9.8rem 0 17.5rem;
    padding: 0 4rem;
  }
}
@media screen and (min-width: 769px) {
  .feature .contact .contact_box {
    width: 95rem;
    margin: 0 auto;
    padding: 2.5rem 0 1.8rem;
    border: 1px solid #00b9ec;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .feature .contact .contact_box {
    width: 100%;
    margin: 0 auto;
    padding: 5.5rem 4.5rem;
    border: 1px solid #00b9ec;
    border-radius: 10px;
  }
}
.feature .contact_lead {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .feature .contact_lead {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .contact_lead {
    font-size: 3.2rem;
    line-height: 5.1rem;
  }
}
@media screen and (min-width: 769px) {
  .feature .contact_items {
    padding-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .contact_items {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
  }
}
.feature .contact_btn02 {
  position: relative;
  display: block;
  background-color: #00a7e3;
  color: #fff;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}
.feature .contact_btn02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  width: 100%;
  background-color: #2d87b9;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .feature .contact_btn02::before {
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
}
@media screen and (min-width: 769px) {
  .feature .contact_btn02:hover::before {
    right: 0;
  }
}
.feature .contact_btn02::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow.png) center/100% no-repeat;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .feature .contact_btn02::after {
    width: 2.7rem;
    height: 2.7rem;
    right: 2.7rem;
    -webkit-transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .feature .contact_btn02::after {
    width: 4.5rem;
    height: 4.5rem;
    right: 2.7rem;
  }
}
@media screen and (min-width: 769px) {
  .feature .contact_btn02:hover::after {
    background-image: url(../img/arrow_on.png);
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}
.feature .contact_btn02 span {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .contact_btn02:hover .feature .contact_btn02 span {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 769px) {
  .feature .contact_btn02 {
    width: 38rem;
    height: 5.2rem;
    border-radius: 26px;
    padding: 1rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .contact_btn02 {
    width: 57rem;
    border-radius: 26px;
    padding: 1.5rem 0;
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .feature .contact_text {
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .contact_text {
    padding-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
.feature .contact_tel {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .feature .contact_tel {
    font-size: 3.5rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .feature .contact_tel {
    font-size: 5.6rem;
    text-align: center;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .feature .contact_time {
    padding-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .feature .contact_time {
    padding-top: 2.5rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
    text-align: center;
  }
}

table {
  width: 100%;
}
@media screen and (min-width: 769px) {
  table {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  table {
    margin-top: 4.5rem;
  }
}

@media screen and (max-width: 768px) {
  .feature_tablesp01 {
    margin-top: 5.2rem;
  }
}

@media screen and (max-width: 768px) {
  .feature_tablesp02 {
    margin-top: 5.7rem;
  }
}

table,
td,
th {
  border: 1px solid #00a9e5;
  border-collapse: collapse;
}

td {
  text-align: center;
}
@media screen and (min-width: 769px) {
  td {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  td {
    font-size: 2.2rem;
    line-height: 4.1rem;
  }
}
td span {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  td span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  td span {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 769px) {
  .feature_productname img {
    padding: 4.5rem 0 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .feature_productname img {
    padding: 3.5rem 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .feature_productname .feature_producttext {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .img_feature01 {
    width: 32.6rem;
    max-height: initial;
  }
}
@media screen and (max-width: 768px) {
  .img_feature01 {
    width: 39.4rem;
    max-height: initial;
  }
}

@media screen and (min-width: 769px) {
  .img_feature02 {
    width: 32.6rem;
    max-height: initial;
  }
}
@media screen and (max-width: 768px) {
  .img_feature02 {
    width: 39.4rem;
    max-height: initial;
  }
}

@media screen and (min-width: 769px) {
  .img_feature03 {
    width: 32.6rem;
    max-height: initial;
  }
}
@media screen and (max-width: 768px) {
  .img_feature03 {
    width: 39.4rem;
    max-height: initial;
  }
}

.feature_tablehead {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .feature_tablehead {
    width: 11.5rem;
    padding: 2.6rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .feature_tablehead {
    width: 14rem;
    padding: 2.8rem 0;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .feature_tablefeature {
    padding: 1.5rem 0;
  }
}

.feature_message {
  font-weight: 600;
  color: #00a9e5;
}
@media screen and (min-width: 769px) {
  .feature_message {
    padding: 1.5rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .feature_message {
    padding: 2rem 0;
    font-size: 2.2rem;
  }
}

.scroll-hint.is-left-scrollable {
  background: initial !important;
}

.scroll-hint.is-right-scrollable {
  background: initial !important;
}