@charset "UTF-8";
/******* マニュアルダウンロード *******/
ul.manual-all {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20rem;
  margin-bottom: 100rem;
}
ul.manual-all a {
  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;
  border: 2px solid var(--color-red);
  border-radius: 20rem;
  height: 160rem;
  color: var(--color-red);
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  font-size: 28rem;
}

.h-manualDetail {
  font-weight: bold;
  text-align: center;
  font-size: 38rem;
  margin-bottom: 60rem;
}

ul.manual-detail {
  border-bottom: 1px solid #c8c8c8;
}
ul.manual-detail li {
  border-top: 1px solid #c8c8c8;
}
ul.manual-detail a {
  display: block;
  color: var(--color-link-blue);
  padding: 30rem 0 30rem 1.5em;
  position: relative;
  text-decoration: underline;
}
ul.manual-detail a::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 30rem;
}

section.manualDetail {
  margin-bottom: 100rem;
}
section.manualDetail a.btn-back {
  margin-top: 60rem;
}

/******* 製品の特徴 *******/
section.power.features {
  position: relative;
  margin-top: 0;
  padding-top: 150rem;
}
section.power.features::before {
  content: "";
  background: #000;
  width: 100%;
  height: 152rem;
  position: absolute;
  top: 0;
  display: block;
}
section.power.features h2.h-sc01 {
  text-align: center;
}
section.power.features h2.h-sc01 img {
  width: 220rem;
  margin-bottom: 30rem;
}
section.power.features h2.h-sc01 p {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
}
section.power.features h2.h-sc01 p span {
  color: var(--color-red);
}
section.power.features .wrap-head img.p01 {
  width: 134rem;
  top: -4rem;
  left: 60rem;
  z-index: 0;
}
section.power.features .wrap-head img.p02 {
  top: -4rem;
  z-index: 0;
}

.sc01-large-image {
  margin-top: 120rem;
}

section.sc02 h4.h-small {
  color: #fff;
}

/******* メリット *******/
section.merit {
  margin-top: 130rem;
}

/******* 導入の流れ *******/
section.flow {
  display: -ms-grid;
  display: grid;
  gap: 180rem;
}

.page-col2-wrap {
  display: -ms-grid;
  display: grid;
  gap: 150rem;
}

.page-col2-box h2,
.page-col2-box h3 {
  font-size: 38rem;
  font-weight: bold;
  margin-top: 50rem;
  letter-spacing: 0.05em;
}
.page-col2-box .desc {
  padding: 0 20rem;
}
.page-col2-box p {
  margin-top: 30rem;
}
.page-col2-box a.btn-primary {
  width: 550rem;
  margin: 40rem auto 0;
}

ul.flow-arrow {
  margin-top: 50rem;
  display: -ms-grid;
  display: grid;
  gap: 80rem;
}
ul.flow-arrow li {
  border: 2px solid var(--color-red);
  padding: 60rem 30rem;
  position: relative;
}
ul.flow-arrow li::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: #fff;
  border-left: 2px solid var(--color-red);
  border-bottom: 2px solid var(--color-red);
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
ul.flow-arrow li.finish {
  background: var(--color-red);
}
ul.flow-arrow li.finish h3,
ul.flow-arrow li.finish p {
  color: #fff;
}
ul.flow-arrow li.finish::after {
  display: none;
}
ul.flow-arrow h3 {
  font-size: 38rem;
  font-weight: bold;
  color: var(--color-red);
  text-align: center;
  margin-bottom: 30rem;
}
ul.flow-arrow p {
  text-align: center;
}

/******* 会社概要 *******/
section.company {
  display: -ms-grid;
  display: grid;
  gap: 180rem;
}

.company-greeting .greeting-tx {
  margin: 80rem 30rem 0;
  display: -ms-grid;
  display: grid;
  gap: 1.5em;
}
.company-greeting p.president-name {
  margin-top: 30rem;
  text-align: right;
}

p.company-philosophy {
  margin-top: 80rem;
}

ul.mission-list {
  margin-top: 30rem;
  display: -ms-grid;
  display: grid;
  gap: 20rem;
  counter-reset: mission-list;
}
ul.mission-list li {
  position: relative;
  color: var(--color-red);
  font-weight: bold;
  padding-left: 1.4em;
  font-size: 34rem;
  line-height: 1.5;
  counter-increment: mission-list;
}
ul.mission-list li::before {
  content: counter(mission-list) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.company-polisy {
  background: #f0f0f0;
  padding: 60rem 40rem;
}
.company-polisy p {
  font-weight: bold;
  text-align: center;
}
.company-polisy .polcy {
  width: 80%;
  margin: 50rem auto 0;
}

.box-col1-company h3 {
  font-size: 38rem;
  font-weight: bold;
  margin-top: 50rem;
  letter-spacing: 0.05em;
}
.box-col1-company p {
  margin-top: 30rem;
}

table.history th,
table.history td {
  padding: 30rem 0;
}
table.history th {
  color: var(--color-red);
  font-weight: normal;
  width: 5em;
  border-right: 1px solid #c8c8c8;
}
table.history td {
  padding-left: 1em;
}
table.history td .tx b {
  color: var(--color-red);
  display: block;
}
table.history td img {
  width: 150rem;
  margin-top: 20rem;
}

/******* ショールーム *******/
.splide__arrow {
  opacity: 1;
  background: none;
  top: 210rem;
}

.splide__arrow--prev {
  left: -30rem;
}

.splide__arrow--next {
  right: -30rem;
}

#slider-showroom {
  margin-top: 130rem;
}
#slider-showroom p {
  font-size: 24rem;
  text-align: center;
  margin-top: 30rem;
}

.area-map {
  margin-top: 130rem;
}

.btn-map {
  margin-top: 30rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20rem;
}
.btn-map a {
  font-size: 24rem;
  border: 1px solid #c8c8c8;
  height: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40rem;
  position: relative;
}
.btn-map a::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 30rem;
}

.showroom-exterior {
  margin-top: 100rem;
}

/******* プライバシーポリシー *******/
section.privacy {
  display: -ms-grid;
  display: grid;
  gap: 100rem;
}

h2.h-privacy {
  font-weight: bold;
  font-size: 32rem;
  margin-bottom: 20rem;
}

section.privacy .inn {
  display: -ms-grid;
  display: grid;
  gap: 20rem;
}

ol.privacy {
  margin-top: 50rem;
  display: -ms-grid;
  display: grid;
  gap: 10rem;
}
ol.privacy li {
  line-height: 1.4;
  list-style-type: none;
  counter-increment: cnt;
  padding-left: 2.2em;
  position: relative;
}
ol.privacy li p {
  line-height: 1.4;
}
ol.privacy li p.notes {
  margin-top: 10rem;
}
ol.privacy.sec02 li::before {
  content: "2-" counter(cnt);
  position: absolute;
  left: 0;
  top: 0;
}
ol.privacy.sec05 li::before {
  content: "5-" counter(cnt);
  position: absolute;
  left: 0;
  top: 0;
}

/******* 製品の一覧 *******/
section.product {
  display: -ms-grid;
  display: grid;
  gap: 180rem;
}

.product-head {
  margin-bottom: 80rem;
}

.wrap-product-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 90rem 0;
}

.item-product-list .ph {
  text-align: center;
}
.item-product-list .ph img {
  width: 100%;
}
.item-product-list .ph-option {
  margin: 0 30rem;
}
.item-product-list .h-product {
  font-weight: bold;
  font-size: 30rem;
  text-align: center;
  margin: 30rem 20rem 0;
}
.item-product-list ul.product-detail {
  margin: 20rem 30rem 0;
  display: -ms-grid;
  display: grid;
  gap: 7rem;
}
.item-product-list ul.product-detail li {
  font-size: 24rem;
  padding-left: 1.2em;
  position: relative;
  line-height: 1.5;
}
.item-product-list ul.product-detail li::before {
  content: "●";
  color: var(--color-red);
  position: absolute;
  left: 0;
  top: 0;
}
.item-product-list a.btn-primary {
  width: 80%;
  margin: 30rem auto 0;
  height: 80rem;
  font-size: 22rem;
}

a.btn-option .inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
a.btn-option .wrap-p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
a.btn-option p {
  text-align: left;
  font-weight: bold;
}
a.btn-option p.small {
  font-size: 28rem;
  line-height: 1.7;
  margin-bottom: 17rem;
}
a.btn-option p.large {
  font-size: 54rem;
  line-height: 1.3;
}
a.btn-option .arrow {
  width: 70rem;
  height: 70rem;
  background: url("../images/btn-arrow.svg") no-repeat center;
  background-size: contain;
}

.modaal-content-container {
  padding: 60rem 30rem;
}

.modaal-close:after,
.modaal-close:before {
  width: 2px;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 50px;
  height: 50px;
  background: var(--color-red);
}

.modaal-content-container {
  position: relative;
}

.modaal-inline p.product-name {
  font-weight: bold;
  text-align: center;
  font-size: 38rem;
  margin-bottom: 30rem;
}
.modaal-inline table.style02 {
  margin-bottom: 50rem;
  width: 100%;
  border-top: 1px solid #c8c8c8;
}
.modaal-inline table.style02 th {
  background: #f0f0f0;
  width: 26%;
  font-weight: normal;
}
.modaal-inline table.style02 th,
.modaal-inline table.style02 td {
  font-size: 25rem;
  padding: 20rem;
  vertical-align: middle;
  line-height: 1.5;
}
.modaal-inline table.style02 tr {
  border-bottom: 1px solid #c8c8c8;
}
.modaal-inline dl.spec {
  display: -ms-grid;
  display: grid;
  gap: 10rem;
}
.modaal-inline dl.spec dt {
  font-weight: normal;
}
.modaal-inline dl.spec.size {
  -ms-grid-columns: 5em 1fr;
  grid-template-columns: 5em 1fr;
}
.modaal-inline dl.spec.filter {
  -ms-grid-columns: 8em 1fr;
  grid-template-columns: 8em 1fr;
}
.modaal-inline p.product-notes {
  margin-top: 30rem;
  font-size: 24rem;
}
.modaal-inline .product-notes-wrap {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modaal-inline .product-notes-wrap .notes-num {
  width: auto;
}
.modaal-inline .product-notes-wrap p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

button.js-modaal-close {
  margin-top: 80rem;
  width: 100%;
  position: relative;
  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;
}
button.js-modaal-close::before {
  content: "";
  width: 100rem;
  height: 100rem;
  background: url("../images/icon-close.svg") no-repeat center;
  background-size: contain;
  display: block;
  margin-right: 20rem;
}

p.option-bottomTx {
  margin-top: 120rem;
  font-size: 38rem;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}

/******************* 導入事例**********************/
ul.introduce-all {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40rem 20rem;
}
ul.introduce-all a {
  position: relative;
  display: block;
}
ul.introduce-all .product-tag {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.introduce-all .product-tag img {
  width: 90rem;
  display: inline-block;
  margin-right: 1px;
}
ul.introduce-all p.title {
  margin-top: 30rem;
  line-height: 1.4;
  font-weight: bold;
  font-size: 24rem;
}

article.introduce-detail .h-introduce-title {
  text-align: center;
  font-weight: bold;
  font-size: 32rem;
}
article.introduce-detail .ph-introduce {
  margin-top: 50rem;
  position: relative;
}
article.introduce-detail .product-tag {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
article.introduce-detail .product-tag img {
  width: 140rem;
  display: inline-block;
  margin-right: 1px;
}
article.introduce-detail table.basic {
  margin-top: 80rem;
}
article.introduce-detail section.interview-item {
  margin-top: 120rem;
}
article.introduce-detail .h-interview {
  font-weight: bold;
  color: var(--color-red);
  font-size: 32rem;
  padding-left: 1.2em;
  position: relative;
}
article.introduce-detail .h-interview::before {
  content: "■";
  color: var(--color-red);
  position: absolute;
  left: 0;
  top: 0;
}
article.introduce-detail .area-tx {
  margin-top: 30rem;
}
article.introduce-detail .area-img {
  margin-top: 30rem;
  display: -ms-grid;
  display: grid;
  gap: 30rem;
}
article.introduce-detail a.btn-back {
  margin-top: 120rem;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  section.page-block {
    max-width: 940px;
  }
  /******* マニュアルダウンロード *******/
  ul.manual-all {
    margin-bottom: 5.88vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min(20px, 1.18vw) 1fr min(20px, 1.18vw) 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: min(20px, 1.18vw);
  }
  ul.manual-all a {
    border-radius: min(20px, 1.18vw);
    height: min(170px, 10vw);
    font-size: min(22px, 1.29vw);
  }
  ul.manual-all a:hover {
    background: var(--color-red);
    color: #fff;
  }
  .h-manualDetail {
    font-size: min(38px, 2.24vw);
    margin-bottom: 2.94vw;
  }
  ul.manual-detail a {
    padding: min(30px, 1.76vw) 0 min(30px, 1.76vw) 1.5em;
    font-size: min(20px, 1.18vw);
  }
  ul.manual-detail a::before {
    top: min(30px, 1.76vw);
  }
  ul.manual-detail a:hover {
    text-decoration: none;
  }
  section.manualDetail {
    margin-bottom: 5.88vw;
  }
  section.manualDetail a.btn-back {
    margin-top: 4.12vw;
  }
  /******* 製品の特徴 *******/
  section.power.features {
    position: relative;
    margin-top: 0;
    padding-top: 11.76vw;
  }
  section.power.features::before {
    height: 11.76vw;
  }
  section.power.features .wrap-head {
    padding-top: 0;
  }
  section.power.features .wrap-head img.p01 {
    width: min(265px, 15.59vw);
    left: min(246px, 14.47vw);
    top: 1.35vw;
    z-index: 0;
  }
  section.power.features .wrap-head img.p02 {
    top: 1.18vw;
    z-index: 0;
  }
  .sc01-large-image {
    margin-top: 5.88vw;
  }
  .sc01-large-image img {
    position: relative;
    width: min(1100px, 64.71vw);
    left: min(-80px, -4.71vw);
  }
  /******* メリット *******/
  section.merit {
    margin-top: 5.88vw;
  }
  /******* 導入の流れ *******/
  section.flow {
    gap: 11.76vw;
  }
  .page-col2-wrap {
    gap: 5.88vw;
  }
  .page-col2-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-col2-box.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-col2-box.rev .ph {
    margin-right: 0;
    margin-left: min(80px, 4.71vw);
  }
  .page-col2-box .ph {
    width: min(520px, 30.59vw);
    margin-right: min(80px, 4.71vw);
  }
  .page-col2-box h2,
  .page-col2-box h3 {
    font-size: min(36px, 2.12vw);
    margin-top: 0;
  }
  .page-col2-box .desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
  .page-col2-box p {
    margin-top: 1.47vw;
  }
  .page-col2-box a.btn-primary {
    width: min(360px, 21.18vw);
    margin: 2.35vw 0 0;
  }
  p.flow-tx {
    text-align: center;
  }
  ul.flow-arrow {
    margin-top: 5.88vw;
    display: -ms-grid;
    display: grid;
    gap: 3.53vw;
  }
  ul.flow-arrow li {
    padding: min(80px, 4.71vw);
  }
  ul.flow-arrow li::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -18px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  ul.flow-arrow li.finish {
    background: var(--color-red);
  }
  ul.flow-arrow li.finish h3,
  ul.flow-arrow li.finish p {
    color: #fff;
  }
  ul.flow-arrow li.finish::after {
    display: none;
  }
  ul.flow-arrow h3 {
    font-size: min(36px, 2.12vw);
    margin-bottom: 1.18vw;
  }
  ul.flow-arrow p {
    text-align: center;
  }
  /******* 会社概要 *******/
  section.company {
    gap: min(200px, 11.76vw);
  }
  .company-greeting .greeting-tx {
    margin: min(80px, 4.71vw) min(70px, 4.12vw) 0;
    gap: 2em;
  }
  .company-greeting p.president-name {
    margin-top: min(30px, 1.76vw);
  }
  p.company-philosophy {
    margin: min(100px, 5.88vw) auto 0;
    width: min(1000px, 58.82vw);
  }
  .company-polisy {
    padding: min(80px, 4.71vw) 0;
  }
  .company-polisy p {
    font-size: min(26px, 1.53vw);
    line-height: 1.5;
  }
  .company-polisy .polcy {
    width: min(450px, 26.47vw);
    margin: min(40px, 2.35vw) auto 0;
  }
  table.history {
    width: min(820px, 48.24vw);
    margin: 0 auto;
  }
  table.history th,
  table.history td,
  table.history .tx {
    font-size: min(18px, 1.06vw);
  }
  table.history th,
  table.history td {
    padding: min(30px, 1.76vw) 0;
  }
  table.history th {
    width: min(120px, 7.06vw);
  }
  table.history td {
    padding-left: min(50px, 2.94vw);
  }
  table.history td .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  table.history td .tx b {
    color: var(--color-red);
    display: inline-block;
    margin-right: min(30px, 1.76vw);
  }
  table.history td img {
    width: auto;
    height: min(35px, 2.06vw);
    margin-top: 0;
    margin-left: 20rem;
  }
  .box-col1-company h3 {
    font-size: min(36px, 2.12vw);
    margin-top: min(50px, 2.94vw);
  }
  .box-col1-company p {
    margin-top: min(30px, 1.76vw);
  }
  ul.mission-list {
    gap: min(25px, 1.47vw);
    margin: min(50px, 2.94vw) min(80px, 4.71vw) 0;
  }
  ul.mission-list li {
    font-size: min(36px, 2.12vw);
  }
  /******* ショールーム *******/
  .page-col2-box.narrow .ph {
    width: min(460px, 27.06vw);
    margin-right: min(60px, 3.53vw);
  }
  .page-col2-box.narrow h2,
  .page-col2-box.narrow h3 {
    font-size: min(30px, 1.76vw);
    margin-top: 0;
    letter-spacing: 0.01em;
  }
  .splide__arrow {
    top: min(340px, 20vw);
    width: min(80px, 4.71vw);
  }
  .splide__arrow--prev {
    left: min(-38px, -2.24vw);
  }
  .splide__arrow--next {
    right: min(-38px, -2.24vw);
  }
  #slider-showroom {
    margin-top: 5.88vw;
  }
  #slider-showroom p {
    margin-top: min(30px, 1.76vw);
    font-size: min(20px, 1.18vw);
    padding: 0 min(140px, 8.24vw);
  }
  .area-map {
    margin-top: 7.65vw;
  }
  .area-map iframe {
    height: min(500px, 29.41vw);
  }
  .btn-map {
    width: min(420px, 24.71vw);
    margin: 1.76vw auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20rem;
  }
  .btn-map a {
    font-size: min(14px, 0.82vw);
    height: min(50px, 2.94vw);
    border-radius: min(25px, 1.47vw);
  }
  .btn-map a::after {
    content: "";
    width: 0.6em;
    height: 0.6em;
    right: min(20px, 1.18vw);
  }
  .btn-map a:hover {
    background: #f4f4f4;
  }
  .showroom-exterior {
    margin-top: 5.88vw;
  }
  /******* プライバシーポリシー *******/
  section.privacy {
    gap: min(100px, 5.88vw);
  }
  h2.h-privacy {
    font-size: min(28px, 1.65vw);
    margin-bottom: min(20px, 1.18vw);
  }
  section.privacy .inn {
    padding-left: min(40px, 2.35vw);
    gap: 0.59vw;
  }
  ol.privacy {
    gap: min(10px, 0.59vw);
    margin-top: min(30px, 1.76vw);
  }
  ol.privacy li {
    font-size: min(20px, 1.18vw);
  }
  /******* 製品の一覧 *******/
  section.product {
    display: -ms-grid;
    display: grid;
    gap: 9.41vw;
  }
  .product-head {
    margin-bottom: min(80px, 4.71vw);
  }
  .wrap-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .item-product-list {
    margin-bottom: min(100px, 5.88vw);
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item-product-list:not(:first-of-type):not(:nth-of-type(4)):not(:nth-of-type(7)):not(:nth-of-type(10)):not(:nth-of-type(13)) {
    border-left: 1px solid #c8c8c8;
  }
  .item-product-list .ph img {
    width: 100%;
    max-width: 364px;
  }
  .item-product-list .ph-option {
    margin: 0 auto;
    width: min(320px, 18.82vw);
  }
  .item-product-list .h-product {
    font-size: min(29px, 1.71vw);
    margin-top: min(40px, 2.35vw);
  }
  .item-product-list ul.product-detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: min(30px, 1.76vw) min(35px, 2.06vw) 0;
    display: -ms-grid;
    display: grid;
    gap: min(10px, 0.59vw);
  }
  .item-product-list ul.product-detail li {
    font-size: min(16px, 0.94vw);
  }
  .item-product-list a.btn-primary {
    width: 80%;
    margin: min(50px, 2.94vw) auto 0;
    height: min(80px, 4.71vw);
    font-size: min(18px, 1.06vw);
  }
  a.btn-option {
    padding: min(50px, 2.94vw) 0 min(40px, 2.35vw);
    width: min(780px, 45.88vw);
    margin: 0 auto;
  }
  a.btn-option .inn {
    display: block;
  }
  a.btn-option p {
    text-align: center;
  }
  a.btn-option p.small {
    font-size: min(24px, 1.41vw);
    line-height: 1.7;
    margin-bottom: min(17px, 1vw);
  }
  a.btn-option p.large {
    font-size: min(48px, 2.82vw);
    line-height: 1.3;
  }
  a.btn-option .arrow {
    margin: min(20px, 1.18vw) auto 0;
    width: min(60px, 3.53vw);
    height: min(60px, 3.53vw);
    background: url("../images/btn-arrow.svg") no-repeat center;
    background-size: contain;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a.btn-option:hover {
    background: #f8f8f8;
  }
  a.btn-option:hover .arrow {
    background: url("../images/btn-arrow-black.svg") no-repeat center;
    background-size: contain;
  }
  .modaal-content-container {
    padding: min(90px, 5.29vw) min(90px, 5.29vw);
  }
  .modaal-wrapper .modaal-close {
    right: -20px;
    top: -20px;
    width: 60px;
    height: 60px;
  }
  .modaal-close:after,
  .modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 18px;
    left: 27px;
    width: 3px;
    height: 26px;
  }
  .modaal-inline p.product-name {
    font-size: min(36px, 2.12vw);
    margin-bottom: min(50px, 2.94vw);
  }
  .modaal-inline table.style02 {
    margin-bottom: min(30px, 1.76vw);
  }
  .modaal-inline table.style02 th {
    background: #f0f0f0;
    width: 27%;
  }
  .modaal-inline table.style02 th,
  .modaal-inline table.style02 td {
    font-size: min(18px, 1.06vw);
    padding: min(20px, 1.18vw);
    line-height: 1.7;
  }
  .modaal-inline table.style02 tr {
    border-bottom: 1px solid #c8c8c8;
  }
  .modaal-inline dl.spec {
    display: -ms-grid;
    display: grid;
    gap: 0;
  }
  .modaal-inline dl.spec.size {
    -ms-grid-columns: 5em 1fr;
    grid-template-columns: 5em 1fr;
  }
  .modaal-inline dl.spec.filter {
    -ms-grid-columns: 12em 1fr;
    grid-template-columns: 12em 1fr;
  }
  .modaal-inline p.product-notes {
    margin-top: min(30px, 1.76vw);
    font-size: min(18px, 1.06vw);
  }
  .modaal-inline .product-notes-wrap {
    margin-top: min(10px, 0.59vw);
  }
  .modaal-inline .product-notes-wrap .notes-num {
    font-size: min(18px, 1.06vw);
  }
  button.js-modaal-close {
    margin-top: min(80px, 4.71vw);
    width: 100%;
    position: relative;
    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;
  }
  button.js-modaal-close::before {
    content: "";
    width: min(60px, 3.53vw);
    height: min(60px, 3.53vw);
    background: url("../images/icon-close.svg") no-repeat center;
    background-size: contain;
    display: block;
    margin-right: min(20px, 1.18vw);
  }
  .modaal-container {
    width: 86%;
    max-width: 1100px;
  }
  p.option-bottomTx {
    margin-top: min(20px, 1.18vw);
    font-size: min(24px, 1.41vw);
    line-height: 1.7;
    text-align: center;
    font-weight: bold;
  }
  /******************* 導入事例**********************/
  ul.introduce-all {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min(60px, 3.53vw) 1fr min(60px, 3.53vw) 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: min(40px, 2.35vw) min(60px, 3.53vw);
  }
  ul.introduce-all .product-tag img {
    width: min(80px, 4.71vw);
    margin-right: 1px;
  }
  ul.introduce-all p.title {
    padding: 0 min(20px, 1.18vw);
    margin-top: min(30px, 1.76vw);
    font-weight: bold;
    font-size: min(24px, 1.41vw);
  }
  article.introduce-detail .h-introduce-title {
    font-size: min(36px, 2.12vw);
    margin: 0 min(80px, 4.71vw);
  }
  article.introduce-detail .ph-introduce {
    width: min(850px, 50vw);
    margin: 3.76vw auto 0;
    position: relative;
  }
  article.introduce-detail .product-tag img {
    width: min(160px, 9.41vw);
    margin-right: 1px;
  }
  article.introduce-detail table.basic {
    margin: min(80px, 4.71vw) auto 0;
    width: min(940px, 55.29vw);
  }
  article.introduce-detail table.basic td,
  article.introduce-detail table.basic td p,
  article.introduce-detail table.basic td a {
    font-size: min(22px, 1.29vw);
  }
  article.introduce-detail section.interview-item {
    margin: min(100px, 5.88vw) auto;
    width: min(940px, 55.29vw);
  }
  article.introduce-detail .h-interview {
    font-size: min(28px, 1.65vw);
  }
  article.introduce-detail .h-interview::before {
    content: "■";
    color: var(--color-red);
    position: absolute;
    left: 0;
    top: 0;
  }
  article.introduce-detail .area-tx {
    margin-top: min(40px, 2.35vw);
  }
  article.introduce-detail .area-img {
    width: min(650px, 38.24vw);
    margin: min(40px, 2.35vw) auto 0;
    display: -ms-grid;
    display: grid;
    gap: min(30px, 1.76vw);
  }
  article.introduce-detail a.btn-back {
    margin-top: min(120px, 7.06vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  ul.manual-all a {
    height: min(200px, 11.76vw);
    font-size: min(30px, 1.76vw);
  }
  ul.manual-all a:hover {
    background: var(--color-red);
    color: #fff;
  }
}