@charset "UTF-8";
/* 製品特長 */
.feature {
  margin-top: 3.6rem;
}
@media print, screen and (width >=768px) {
  .feature {
    margin-top: 7rem;
  }
}
.feature__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (width >=768px) {
  .feature__title {
    font-size: 3.2rem;
  }
}
.feature__problems {
  margin-top: 4.5rem;
}
@media print, screen and (width >=768px) {
  .feature__problems {
    display: flex;
    justify-content: space-between;
    margin-top: 7.8rem;
  }
}
.feature__problems > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 2px 2.15rem rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  text-align: center;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6875;
}
@media screen and (width <768px) {
  .feature__problems > li {
    min-height: 10.5rem;
    padding: 3.4rem 0 2.4rem;
  }
  .feature__problems > li:not(:first-child) {
    margin-top: 3.3rem;
  }
}
@media print, screen and (width >=768px) {
  .feature__problems > li {
    width: 22.5%;
    height: min(17.7419354839vw, 220px);
    border-radius: 2rem;
    box-shadow: 0 2px 4.3rem rgba(0, 0, 0, 0.1);
    font-size: min(1.6129032258vw, 2rem);
    line-height: 1.7;
  }
}
.feature__problems > li > span {
  position: absolute;
  left: calc(50% - 3.6rem);
  top: -1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 2.7rem;
  border-radius: 1.35rem;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (width >=768px) {
  .feature__problems > li > span {
    left: calc(50% - 45px);
    top: -18px;
    width: 90px;
    height: 36px;
    border-radius: 18px;
    font-size: 1.8rem;
  }
}
.feature__answer {
  position: relative;
  margin-top: 7.6rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
@media print, screen and (width >=768px) {
  .feature__answer {
    margin-top: 98px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.feature__answer:before {
  position: absolute;
  left: calc(50% - 6rem);
  top: -5.1rem;
  width: 12rem;
  height: 3.6rem;
  background-color: #bab9b9;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
@media print, screen and (width >=768px) {
  .feature__answer:before {
    left: calc(50% - 80px);
    top: -68px;
    width: 160px;
    height: 48px;
  }
}
.feature__answer__title {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6315789474;
}
@media print, screen and (width >=768px) {
  .feature__answer__title {
    font-size: 2.9rem;
    line-height: 1;
  }
}
.feature__answer__text {
  margin-top: 1.4rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media print, screen and (width >=768px) {
  .feature__answer__text {
    margin-top: 3.9rem;
    font-size: 2.2rem;
    line-height: 1.8181818182;
  }
}
.feature__container {
  margin-top: 3.6rem;
}
@media print, screen and (width >=768px) {
  .feature__container {
    margin-top: 70px;
  }
}
.feature__sect {
  padding-block: 3.5rem;
  overflow: clip;
}
@media print, screen and (width >=768px) {
  .feature__sect {
    padding-block: 7rem;
  }
}
.feature__sect.is-bg-white {
  background-color: #fff;
}
@media print, screen and (width >=768px) {
  .feature__sect__container {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (width >=768px) {
  .feature__sect__main {
    width: 50.8333333333%;
  }
}
@media print, screen and (width >=768px) {
  .feature__sect__image {
    width: 45.8333333333%;
  }
}
.feature__sect__title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6315789474;
}
@media print, screen and (width >=768px) {
  .feature__sect__title {
    font-size: 3rem;
    line-height: 1.5333333333;
  }
}
.feature__sect__title > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 2.7rem;
  border-radius: 1.35rem;
  margin-bottom: 1.6rem;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media print, screen and (width >=768px) {
  .feature__sect__title > span {
    width: 9rem;
    height: 3.6rem;
    border-radius: 1.8rem;
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
}
.feature__sect__title > sub {
  bottom: 0;
  font-size: 60%;
}
.feature__sect__answer {
  position: relative;
  margin: 4.8rem 0 0;
}
@media print, screen and (width >=768px) {
  .feature__sect__answer {
    margin-top: 7rem;
  }
}
.feature__sect__answer:before {
  position: absolute;
  left: 3.2rem;
  top: -3.6rem;
  width: 5.2rem;
  height: 2.1rem;
  background-color: #bab9b9;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
@media print, screen and (width >=768px) {
  .feature__sect__answer:before {
    left: 34px;
    top: -52px;
    width: 70px;
    height: 28px;
  }
}
.feature__sect__answer > dt {
  display: inline-block;
  padding: 0.5em 0.875em;
  border: 1px solid #000;
  border-radius: 2em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (width >=768px) {
  .feature__sect__answer > dt {
    padding: 0.5714285714em 1em;
    border-radius: 1.1428571429em;
    font-size: 2.1rem;
  }
}
.feature__sect__answer > dd {
  margin: 1.2rem 0 0;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.6470588235;
}
@media print, screen and (width >=768px) {
  .feature__sect__answer > dd {
    margin: 16px 0 0;
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
.feature__sect__answer > dd > sub {
  bottom: 0;
  margin-left: 0.2em;
  font-size: 60%;
}
@media screen and (width <768px) {
  .feature__sect__image {
    margin-top: 3.6rem;
  }
}
.feature__sect__image > figure > figcaption {
  margin-bottom: 1.6rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (width >=768px) {
  .feature__sect__image > figure > figcaption {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
.feature__sect__image > figure > figcaption > span {
  position: relative;
  display: inline-block;
}
.feature__sect__image > figure > figcaption > span:before, .feature__sect__image > figure > figcaption > span:after {
  position: absolute;
  top: 5.8823529412%;
  width: 1px;
  height: 105.8823529412%;
  background-color: #000;
  content: "";
}
.feature__sect__image > figure > figcaption > span:before {
  left: -1.1666666667em;
  transform: rotate(-30deg);
}
.feature__sect__image > figure > figcaption > span:after {
  right: -1.1666666667em;
  transform: rotate(30deg);
}
.feature__sect__image > figure > figcaption > span.is-multi:before, .feature__sect__image > figure > figcaption > span.is-multi:after {
  top: 20.5882352941%;
  height: 76.4705882353%;
}
.feature__sect__notes {
  margin: 1.2rem 0 0 0;
  font-size: 0.86rem;
  line-height: 1.5697674419;
}
@media print, screen and (width >=768px) {
  .feature__sect__notes {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.feature__sect__notes th,
.feature__sect__notes td {
  font-weight: 400;
}
.feature__anchor-button {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  background-color: #fff;
}
@media print, screen and (width >=768px) {
  .feature__anchor-button {
    display: flex;
    justify-content: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media print, screen and (width >=1080px) {
  .feature__anchor-button .base-width-sp {
    display: contents;
  }
}
.feature__anchor-button .btn-has-arrow-left {
  inline-size: 100%;
  background-color: #000;
  padding-block: 0.6em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media print, screen and (width >=768px) {
  .feature__anchor-button .btn-has-arrow-left {
    inline-size: min(100%, 380px);
    font-size: 1.8rem;
  }
}
.feature__anchor-button .btn-has-arrow-left:hover {
  background-color: #fff;
  color: #000;
}

/* ドライアイスとの違い */
@media screen and (width <768px) {
  .difference {
    padding-top: 6rem;
  }
}
.difference__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media print, screen and (width >=768px) {
  .difference__title {
    font-size: 3.2rem;
  }
}
@media screen and (width <768px) {
  .difference__copy {
    margin-top: 2.4rem;
    text-align: left;
  }
}
@media print, screen and (width >=768px) {
  .difference__copy {
    margin-top: 4rem;
  }
}
.difference__table {
  width: 100%;
  margin-top: 5.4rem;
  border-collapse: separate;
  border-spacing: 0;
}
.difference__table th,
.difference__table td {
  border: 1px solid #f5f5f5;
}
.difference__table caption {
  padding: 0;
  margin-bottom: 4rem;
  text-align: center;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}
.difference__table caption > span {
  display: inline-block;
}
.difference__table caption > span:before, .difference__table caption > span:after {
  display: inline-block;
  width: 7.4rem;
  height: 1px;
  background-color: #000;
  vertical-align: 0.6rem;
  content: "";
}
.difference__table caption > span:before {
  margin-right: 1em;
}
.difference__table caption > span:after {
  margin-left: 1em;
}
.difference__table thead th {
  padding-block: 3.1rem;
  border-bottom: none;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
}
.difference__table thead th:nth-child(1) {
  border-right: none;
}
.difference__table thead th.is-bg-01 {
  background-color: #c2e5e7;
}
.difference__table thead th.is-bg-02 {
  background-color: #d9d9d9;
}
.difference__table tbody th {
  padding-inline: 5.4rem;
  border-right: none;
  background-color: #d9d9d9;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
}
.difference__table tbody td {
  padding-block: 2.8rem;
  background-color: #fff;
  text-align: center;
}
.difference__table tbody td img {
  width: auto;
  height: 3.5rem;
  margin-bottom: 1.6rem;
}
.difference__table tbody td p:not(:first-of-type) {
  margin-top: 1em;
}
.difference__table tbody tr:nth-child(1) th,
.difference__table tbody tr:nth-child(1) td {
  border-top: none;
}
.difference__table-sp {
  width: 100%;
  margin-top: 3.2rem;
  border-collapse: separate;
  border-spacing: 0;
}
.difference__table-sp th,
.difference__table-sp td {
  width: calc(50% - 1px);
  border: 1px solid #f5f5f5;
}
.difference__table-sp caption {
  padding: 0;
  margin-bottom: 2rem;
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
.difference__table-sp caption > span {
  display: inline-block;
}
.difference__table-sp caption > span:before, .difference__table-sp caption > span:after {
  display: inline-block;
  width: 2.6rem;
  height: 1px;
  background-color: #000;
  vertical-align: 0.6rem;
  content: "";
}
.difference__table-sp caption > span:before {
  margin-right: 0.5em;
}
.difference__table-sp caption > span:after {
  margin-left: 0.5em;
}
.difference__table-sp thead th {
  padding-block: 2.5rem;
  border-bottom: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.difference__table-sp thead th:nth-child(1) {
  border-right: none;
}
.difference__table-sp thead th.is-bg-01 {
  background-color: #c2e5e7;
}
.difference__table-sp thead th.is-bg-02 {
  background-color: #d9d9d9;
}
.difference__table-sp tbody th {
  padding-block: 1.8rem;
  background-color: #d9d9d9;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.difference__table-sp tbody td {
  padding-block: 1.8rem;
  padding-inline: 0.5rem;
  background-color: #fff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
.difference__table-sp tbody td img {
  width: auto;
  height: 2.6rem;
  margin-bottom: 1.4rem;
}
.difference__table-sp tbody td p:not(:first-of-type) {
  margin-top: 1em;
}

/* 導入事例 */
.case__copy {
  margin-top: 0.5882352941em;
  font-size: 1.7rem;
  font-weight: 700;
}
@media print, screen and (width >=768px) {
  .case__copy {
    margin-top: 0.9166666667em;
    font-size: 2.4rem;
  }
}
@media print, screen and (width >=768px) {
  .case__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3.6rem;
         column-gap: 3.6rem;
    row-gap: 1rem;
  }
}
@media screen and (width <768px) {
  .case__item:not(:first-child) {
    margin-top: 3.6rem;
  }
}
.case__item__pic {
  position: relative;
}
.case__item__pic > figcaption {
  position: absolute;
  left: 15.0887573964%;
  right: 15.0887573964%;
  top: 83.6438923395%;
  display: flex;
  height: 4.5294117647em;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6470588235;
}
@media print, screen and (width >=768px) {
  .case__item__pic > figcaption {
    left: 13.2978723404%;
    right: 13.2978723404%;
    top: 83.2713754647%;
    height: 4.5em;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.case__item__text {
  margin-top: 6.4rem;
}
.case__item__text > p {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media print, screen and (width >=768px) {
  .case__item__text > p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.case__sub-title {
  margin-top: 6rem;
  text-align: center;
  font-size: 1.65rem;
  font-weight: 700;
}
@media print, screen and (width >=768px) {
  .case__sub-title {
    margin-top: 3.2142857143em;
    font-size: 2.8rem;
  }
}
.case-swiper {
  margin-top: 3.6rem;
}
.case-swiper .swiper:not(.destroy) {
  padding-bottom: 8rem;
}
.case-swiper__image {
  position: relative;
}
.case-swiper__label {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  background: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.2em 0.5em;
  border: 1px solid #000;
}
.case-swiper__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2.4rem;
}
.case-swiper__text {
  font-size: 1.4rem;
  margin-top: 0.2em;
}
.case-swiper a {
  display: block;
}
@media (hover:hover) and (pointer: fine) {
  .case-swiper a {
    text-decoration: none;
  }
}
@media print, screen and (width >=768px) {
  .case-swiper .swiper.destroy .swiper-wrapper {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .case-swiper .swiper.destroy .swiper-slide {
    inline-size: 30.6666666667%;
  }
  .case-swiper .swiper.destroy .swiper-wrapper {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .case-swiper__title {
    font-size: 1.8rem;
  }
}

/* 製品ラインナップ */
.lineup__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.lineup__table th,
.lineup__table td {
  border: 1px solid #f5f5f5;
}
.lineup__table th {
  padding-block: 24px;
  padding-inline: 24px;
  background-color: #d9d9d9;
  text-align: center;
  color: #333333;
}
.lineup__table th.is-blank {
  background-color: transparent;
}
.lineup__table th:first-child {
  border-right: none;
}
.lineup__table td {
  padding-block: 32px;
  padding-inline: 28px;
  background-color: #fff;
  text-align: center;
}
.lineup__table td.is-align-left {
  text-align: left;
}
.lineup__table td.is-valign-top {
  vertical-align: top;
}
.lineup__table thead th {
  border-bottom: none;
  font-size: 2rem;
}
.lineup__table tbody th {
  font-size: 1.8rem;
  line-height: 1;
}
.lineup__table tbody td {
  font-size: 1.7rem;
  line-height: 1.5294117647;
}
.lineup__table tbody tr:nth-child(1) th,
.lineup__table tbody tr:nth-child(1) td {
  border-top: none;
}
.lineup__table-sp > table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.lineup__table-sp > table:not(:first-child) {
  margin-top: 2rem;
}
.lineup__table-sp > table th,
.lineup__table-sp > table td {
  border: 1px solid #f5f5f5;
  text-align: center;
}
.lineup__table-sp > table th {
  padding-block: 2rem;
  background-color: #e1e1e1;
  font-size: 1.4rem;
  line-height: 1;
}
.lineup__table-sp > table td {
  padding: 1.6rem 1.4rem;
  background-color: #fff;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
.lineup__table-sp > table td > dl {
  margin: 0;
}
.lineup__table-sp > table td > dl > dd {
  margin: 0.8rem 0 0;
}
.lineup__table-sp > table td > dl > dd > dl {
  margin: 0;
  color: #333333;
  font-size: 1.2rem;
}
.lineup__table-sp > table td > dl > dd > dl:not(:first-child) {
  margin-top: 0.8rem;
}
.lineup__table-sp > table td.is-align-left {
  text-align: left;
}
.lineup__table-sp > table td.is-align-left > dl > dt {
  text-align: center;
}
.lineup__table-sp > table td.is-valign-top {
  vertical-align: top;
}
.lineup__pic {
  display: inline-block;
  max-width: 7.3rem;
}
@media print, screen and (width >=768px) {
  .lineup__pic {
    max-width: 112px;
  }
}
.lineup__icons {
  display: flex;
}
@media screen and (width <768px) {
  .lineup__icons {
    justify-content: center;
  }
}
.lineup__icons > li {
  width: 5.7rem;
}
@media print, screen and (width >=768px) {
  .lineup__icons > li {
    width: 7.2rem;
  }
}
@media print, screen and (width >=768px) {
  .lineup__icons > li:not(:first-child) {
    margin-left: 5px;
  }
}
.lineup__usage {
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
@media print, screen and (width >=768px) {
  .lineup__usage {
    font-size: 1.7rem;
    line-height: 1.4117647059;
  }
}
.lineup__usage:not(:first-child) {
  margin-top: 1em;
}
.lineup__usage > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lineup__usage > li:before {
  content: "・";
}

/* テクノロジー */
@media screen and (width <768px) {
  .technology__title {
    font-size: 2.2rem;
  }
}
@media print, screen and (width >=768px) {
  .technology__container {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (width >=768px) {
  .technology__pic {
    width: 43.6666666667%;
  }
}
@media screen and (width <768px) {
  .technology__main {
    margin-top: 2.8rem;
  }
}
@media print, screen and (width >=768px) {
  .technology__main {
    width: 50%;
  }
}
.technology__sub-title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (width >=768px) {
  .technology__sub-title {
    font-size: 2.8rem;
  }
}
.technology__text {
  margin-top: 2.5rem;
}
.technology__text > p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
@media print, screen and (width >=768px) {
  .technology__text > p {
    font-size: 1.7rem;
    line-height: 1.8823529412;
  }
}
.technology__text > p:not(:first-child) {
  margin-top: 0.8em;
}
@media print, screen and (width >=768px) {
  .technology__text > p:not(:first-child) {
    margin-top: 0.9411764706em;
  }
}
.technology__text > p em {
  font-weight: 700;
}
.technology__anchor-button {
  margin-top: 3.5rem;
}
@media print, screen and (width >=768px) {
  .technology__anchor-button {
    margin-top: 2.5rem;
  }
}
.technology__anchor-button .btn-has-arrow-left {
  inline-size: min(100%, 380px);
  background-color: #000;
  padding-block: 0.6em;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
@media print, screen and (width >=768px) {
  .technology__anchor-button .btn-has-arrow-left {
    font-size: 1.7rem;
    line-height: 1.684;
    letter-spacing: -0.075em;
  }
}
.technology__anchor-button .btn-has-arrow-left:hover {
  background-color: #fff;
  color: #000;
}