

/*====================================================
////id |  content_nav-wrapper
====================================================*/
.content_nav-wrapper {
  display: grid;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
}

@media (hover: hover) {}


/*====================================================
////id |  overview
====================================================*/
.overview-inner:after {
  content: '';
  clear: both;
  display: block;
}
.overview-head {
  margin-bottom: min(6.4vw, 40px);
}
.overview-head img {
  width: min(100%, 500px);
}
.overview-img {
  float: right;
  margin: 0 0 min(8vw, 30px) min(5vw, 70px);
  width: min(42.5vw, 380px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
}

@media (hover: hover) {}


/*====================================================
////id |  function
====================================================*/
#overview + #function {
  margin-top: calc(min(13vw, 100px) * -1);
}
.function-inner {
  width: 90%;
    max-width: 1340px;
}
.function-content {
  background: #fff;
  border-radius: min(5.3vw, 30px);
}
.function-item-wrapper {
  display: grid;
}
.function-item {
  border-bottom: solid 1px var(--gray);
  display: flex;
    align-items: center;
    justify-content: center;
    gap: min(6.4vw, 30px) min(2vw, 50px);
  padding: min(5vw, 30px) 0;
}
.function-item:last-child {
  border-bottom: none;
}
.function-item-img {
  display: flex;
    align-items: center;
    justify-content: center;
  height: min(60vw, 400px);
}
.function-item-point-wrapper {
  display: grid;
    grid-gap: 1em;
}
.function-item-point {
  border: solid 1px var(--color_2);
  border-radius: 5px;
  display: flex;
    align-items: center;
    gap: 1em;
  min-height: 5em;
  padding: .8em 1em;
}
.function-item-point-title {
  color: #fff;
  display: flex;
    align-items: center;
    justify-content: center;
  font-weight: 700;
  line-height: 1.3;
  margin-left: -.5em;
  position: relative;
  text-align: center;
  width: 6em;
}
.function-item-point-title::before {
  background: var(--color_2);
  border-radius: 100%;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: -3em;
    left: 0;
    bottom: -3em;
  width: 6em;
  height: 6em;
  z-index: -1;
}
.function-item-point-text {
  flex: 1;
  line-height: 1.6;
  padding: 0 .5em;
}
.function-item-point-text .big {
  display: inline-block;
  line-height: 1;
}
.function-detail-wrapper {
  display: grid;
    grid-gap: .5em;
  margin-top: 1.5em;
}
.function-detail {
  background: var(--l_gray);
  line-height: 1.5;
  padding: 1em;
}
.function-detail dt {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: .5em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
  .function-content {
    padding: min(12.8vw, 90px) min(4.5vw, 50px);
  }
  .function-item {
    flex-direction: column;
  }
  .function-item-point-wrapper {
    width: min(100%, 500px);
  }
  .function-item-point {
    padding-left: 0;
    gap: .3em;
  }
  .function-item-point-text .big {
    font-size: min(5.8vw, 2.6rem);
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960.1px) {
  .function-content {
    padding: min(10vw, 90px) min(5vw, 150px);
  }
  .function-item-point-text .big {
    font-size: 1.6em;
  }

}

@media (hover: hover) {}


/*====================================================
////id |  products
====================================================*/
#products {
  background: var(--color_5);
}
.products-item-wrapper {
  display: grid;
    grid-gap: min(6.4vw, 30px) min(3vw, 48px);
  margin: auto;
}
.products-item ,
.products_option-item {
  background-color: #fff;
  border-radius: 15px;
  display: grid;
    grid-gap: min(6vw, 25px);
  line-height: 1.4;
}
.products-item-title {
  font-size: 1.45em;
  font-weight: 700;
  text-align: center;
}
.products-item-img {
  margin: auto;
  max-width: min(80%, 290px);
}
.products-item-detail-wrapper {
  display: grid;
    grid-gap: 1.3em;
}
.products-item-detail ,
.products_option-item-detail {
  display: grid;
    grid-gap: 0 1em;
    grid-template-columns: auto auto;
}
.products-item-detail dl ,
.products_option-item-detail dl {
  border-top: solid 1px var(--gray);
  display: grid;
    align-items: center;
    grid-template-columns: subgrid;
  grid-column: span 2;
  padding: .8em 0;
}
.products-item-detail dl:last-child ,
.products_option-item-detail dl:last-child {
  border-bottom: solid 1px var(--gray);
}

.products_option {
  margin-top: min(10vw, 40px);
}
.products_option-head {
  margin-bottom: .5em;
  text-align: center;
}
.products_option-item-wrapper {
  display: grid;
    grid-gap: min(6.4vw, 30px) min(3vw, 48px);
  margin: auto;
}
.products_option-item {
  display: grid;
    align-items: center;
    grid-template-columns: 30% 1fr;
}
.products_option-item-title {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: .3em;
}
.products_option-item-p {
  margin-bottom: 1em;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
  .products-item-wrapper {
    max-width: 600px;
  }
  .products-item ,
  .products_option-item {
    padding: min(6.4vw, 40px) min(10vw, 80px);
  }

}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
  .products-item-wrapper {
    grid-template-columns: 1fr 1fr;
    max-width: 970px;
  }
  .products-item {
    display: grid;
      grid-template-rows: subgrid;
      grid-row: span 3;
    padding: min(6.4vw, 40px) min(4vw, 80px);
  }
  .products-item-wrapper.count_1 {
    grid-template-columns: 1fr;
  }
  .products-item-wrapper.count_1 .products-item {
    grid-template-columns: auto auto;
    grid-template-rows: auto 1fr;
  }
  .products-item-wrapper.count_1 .products-item-img {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .products-item-wrapper.count_1 .products-item-other {
    grid-column: 1 / 3;
  }

  .products_option-item-wrapper {
    grid-template-columns: 1fr 1fr;
    max-width: 970px;
  }
  .products_option-item {
    padding: min(6.4vw, 40px) min(2.5vw, 80px);
  }

}
@media print, screen and (min-width: 1290.1px) {
  .products-item {
    padding: min(6.4vw, 40px) 80px;
  }
}

@media (hover: hover) {}


/*====================================================
////id |  price
====================================================*/
.price-detail {
  margin-top: min(2.4vw, 48px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
}

@media (hover: hover) {}


/*====================================================
////id |  simulation
====================================================*/
#simulation {
  background: var(--color_5);
  padding-bottom: min(6vw, 45px);
}
.simulation-inner {
  padding: min(12vw, 80px) 0 min(8.5vw, 40px);
}
.simulation-slide {
  padding: 0 min(5vw, 22px);
}
.simulation-item {
  background: #fff;
  border-radius: 5px;
  display: grid;
    grid-gap: min(6.4vw, 34px);
    grid-template-rows: auto auto 1fr;
  line-height: 1.5;
  padding: min(8.5vw, 34px) min(5vw, 20px);
  width: 100%;
  height: 100%;
}
.simulation-item .color {
  color: var(--s_color);
}
.simulation-item-title {
  border: solid 1px var(--s_color);
  font-weight: 700;
  padding: .2em .5em;
  text-align: center;
}
.simulation-item-img {
  display: flex;
    align-items: center;
    justify-content: center;
  height: min(27vw, 150px);
}

.simulation-item-content-wrapper {
  display: flex;
    gap: min(6.4vw, 24px) min(1.5vw, 24px);
}
.simulation-item-content {
  display: grid;
    grid-gap: .5em;
  flex: 1;
}
.simulation-item-content .name {
  background: var(--s_color);
  border-radius: 4px;
  color: #fff;
  padding: .2em .5em;
  text-align: center;
}
.simulation-item-content .price {
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
  position: relative;
  z-index: 2;
}
.simulation-item-content .price-text {
  font-size: .8em;
  line-height: 1.1;
  padding: .5em;
  position: relative;
  text-align: center;
}
.simulation-item-content .price-text::before {
  background: var(--s_color);
  border-radius: 5px;
  content: '';
  display: block;
  margin: auto;
  opacity: .15;
  position: absolute;
    top: 0;
    left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.simulation-item-content .price-no {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: .1em;
}
.simulation-item-content .detail {
  display: grid;
    grid-gap: 0 1.5em;
    grid-template-columns: auto 1fr;
  line-height: 1.3;
}
.simulation-item-content .detail dl {
  border-top: solid 1px var(--gray);
  display: grid;
    align-items: center;
    grid-template-columns: subgrid;
  grid-column: span 2;
  min-height: 3.4em;
  padding: .2em 0;
}
.simulation-item-content .detail dl:last-child {
  border-bottom: solid 1px var(--gray);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
  .simulation-item-content-wrapper {
    flex-direction: column;
  }
  .simulation-slide {
    padding: 0 min(2vw, 22px);
    width: calc(min(85vw, 500px) + (min(2vw, 22px) * 2)) !important;
  }
  .simulation-item {
    padding: min(8.5vw, 34px) min(5vw, 40px);
  }
}
@media screen and (max-width: 769.0px) {
  .simulation-item-title {
    font-size: 1.4em;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
  .simulation-item-title {
    font-size: 2.6rem;
  }
  .simulation-item-content .detail {
    font-size: .875em;
  }
}
@media print, screen and (min-width: 960.1px) {
  .simulation-slide {
    padding: 0 min(5vw, 22px);
    width: min(100%, calc(720px + (min(5vw, 22px) * 2))) !important;
  }
}

@media (hover: hover) {}


.banner-inner {
  padding: min(12vw, 100px) 0 0;
}
.banner-item-wrapper {
  display: grid;
    grid-gap: min(5vw, 40px);
    place-content: center;
}

/*====================================================
////id |  branching
====================================================*/
#branching {
  overflow: hidden;
}
.branching-inner {
  padding: min(12vw, 100px) 0 min(6vw, 45px);
}
.branching-item-wrapper {
  position: relative;
}
.branching-item-wrapper::before {
  background: var(--color_5);
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: 50%;
    left: calc(var(--innerBox_margin) * -1);
  width: calc(100% + (var(--innerBox_margin) * 2));
  height: 100%;
}
#branching .branching-swiper {
  margin-top: min(8.5vw, 55px);
  overflow: visible;
  position: relative;
}
.branching-slide {
  margin-right: min(5vw, 40px);
  padding-top: 1em;
  width: min(84vw, 400px) !important;
}
.branching-slide:last-child {
  margin-right: 0;
}
.branching-item {
  background: #fff;
  border: solid 1px var(--color_2);
  border-radius: 15px;
  line-height: 1.6;
  padding: min(6vw, 30px) min(5vw, 25px) min(7vw, 30px);
  position: relative;
  width: 100%;
  height: 100%;
}
.branching-item-head {
  display: flex;
    justify-content: center;
  font-size: 1.125em;
  position: absolute;
    top: -1em;
    left: 0;
    right: 0;
}
.branching-item-head > span {
  background: var(--color_2);
  border-radius: 2em;
  color: #fff;
  display: block;
  min-width: 9em;
  padding: .2em 1em;
  text-align: center;
}
.branching-item-title {
  color: var(--color_2);
  display: flex;
    align-items: center;
    justify-content: center;
  font-size: min(4.2vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: .2em;
  min-height: 3em;
  text-align: center;
}
.branching-item-img .coverImg {
  padding-top: 74%;
}
.branching-item-text {
  margin-top: 1em;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
}

@media (hover: hover) {}


/*====================================================
////id |  review
====================================================*/
#review {
  overflow: hidden;
}
.review-inner {
  padding: min(12vw, 100px) 0 0;
}
#review .review-swiper {
  overflow: visible;
}
.review-slide {
  margin-right: min(3.2vw, 20px);
  width: min(78.5vw, 400px) !important;
}
.review-slide:last-child {
  margin-right: 0;
}

.review-item {
  background: #fff;
  line-height: 1.6;
  height: 100%;
  padding: min(6.4vw, 24px);
}
.review-item-head {
  color: var(--color_2);
  display: grid;
    align-items: center;
    grid-gap: 1.2em;
    grid-template-columns: min(19vw, 72px) 1fr;
  font-size: min(4.8vw, 2rem);
}
.review-item-head .coverImg {
  padding-top: 100%;
}
.review-item-text {
  margin-top: 1em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960.1px) {
  #review .swiper-wrapper {
    display: grid;
      grid-gap: min(3vw, 32px) min(2vw, 38px);
      grid-template-columns: 1fr 1fr;
    transform: none !important;
  }
  .review-slide {
    margin: 0;
    width: auto !important;
  }
  #review .swiper-controls {
    display: none;
  }
}

@media (hover: hover) {}


/*====================================================
////id |  page_nav
====================================================*/
.page_nav {
  grid-row: 1;
}
.page_nav-inner {
  padding: min(6.4vw, 50px) 0 0;
}
.page_nav-item-wrapper {
  display: grid;
    grid-gap: min(2vw, 16px) min(4vw, 32px);
}
.page_nav-item {
  background: rgba(255, 255, 255, 0);
  border: solid 1px var(--color_1);
  border-radius: 5px;
  display: flex;
    align-items: center;
  line-height: 1.15;
  min-height: 2.875em;
  padding: 0 .8em;
}
.page_nav-item .text {
  flex: 1;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
  .page_nav-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
    max-width: 600px;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960.1px) {
  .page_nav-item-wrapper {
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
    max-width: 960px;
  }
  .page_nav-item {
    text-align: center;
  }
}

@media (hover: hover) {
  .page_nav-item:hover {
    background: rgba(255, 255, 255, .6);
  }
}
