@charset "UTF-8";
.hardware .section_wrap.section_lead {
  margin: 12rem 0;
}

.hardware .section_wrap.section_lead .content_wrap {
  max-width: 130rem;
}

#fv {
  position: relative;
  background: url(../img/hardware/fv_bg.png) no-repeat center center/cover;
  padding: 10rem 0 5rem;
}
@media (max-width: 1060px) {
  #fv {
    padding: 10rem 0;
    background: url(../img/hardware/fv_bg_sp.png) no-repeat center center/cover;
  }
}
#fv .content_wrap {
  max-width: 130rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 1060px) {
  #fv .content_wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 24px;
  }
}
#fv .content_wrap .fv_text .tit {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media (max-width: 1060px) {
  #fv .content_wrap .fv_text .tit {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
#fv .content_wrap .fv_text .sub_tit {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media (max-width: 1060px) {
  #fv .content_wrap .fv_text .sub_tit {
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: 1.4;
  }
}
#fv .content_wrap .fv_img img {
  width: 100%;
  max-width: 420px;
}
#fv .mv-btn {
  color: #fff;
  font-size: 20px;
  border-radius: 39px;
  border: #fff solid 2px;
  padding: 18px 0;
  font-weight: 700;
  width: 365px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #C91127;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.29);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.29);
  margin: 0;
  margin-top: 48px;
  margin-right: auto;
  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;
}
#fv .mv-btn.sp_only {
  display: none;
}
@media (max-width: 1060px) {
  #fv .mv-btn {
    width: 308px;
    -webkit-box-shadow: none;
            box-shadow: none;
    gap: 8px;
    margin: 40px auto 0;
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0.04em;
    padding: 20px 0;
  }
  #fv .mv-btn.pc_only {
    display: none;
  }
  #fv .mv-btn.sp_only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#fv .mv-btn:hover {
  background: #921C1C;
}
#fv .mv-btn::before {
  content: "";
  background: url(../img/service/electronic-ticket/mv-btn_ico1.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 29px;
  display: block;
  margin-left: 30px;
}
#fv .mv-btn::after {
  content: "";
  background: url(../img/service/electronic-ticket/mv-btn_ico2.svg) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 20px;
}

/* menu */
.menu-section {
  background: #F5F5F5;
  border-radius: 40px 40px 0 0;
  padding: 60px 80px;
  color: #193764;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.menu-section > * {
  position: relative;
  z-index: 2;
}

.menu-section .section-main-heading {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 1060px) {
  .menu-section .section-main-heading {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.menu-section .section-main-heading.mt56 {
  margin: 56px 0 0;
}

.menu-section .section-main-heading img {
  vertical-align: middle;
  margin-right: 1rem;
}

@media (max-width: 1000px) {
  .menu-section {
    padding: 40px 0;
  }
  .menu-section::before {
    width: 386px;
    height: 168px;
    background-image: url("../images/menu_pic_sp.png");
    right: -12px;
  }
}
.menu-section-inner {
  max-width: 1013px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .menu-section-inner {
    padding: 0 5%;
  }
}
.menu-heading-block {
  display: grid;
  grid-template-columns: 118px 1fr;
  grid-template-rows: auto auto;
  gap: 6px 48px;
}

.menu-heading-block .section-sub-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  font-weight: bold;
}

.section-sub-heading::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #193764;
  border-radius: 50%;
  margin-right: 8px;
}

@media (max-width: 1000px) {
  .section-sub-heading {
    padding-left: 0;
    padding-top: 10px;
  }
}
.menu-heading-block .section-sub-heading-jp {
  grid-area: 2/1/3/2;
  margin-top: -16px;
  font-weight: bold;
}

.menu-heading-block .menu-link-list-block {
  grid-area: 1/2/3/3;
}

@media (max-width: 1000px) {
  .menu-heading-block {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
    padding-inline: 0;
  }
  .menu-heading-block .section-sub-heading {
    font-size: 14px;
  }
  .menu-heading-block .section-sub-heading-jp {
    grid-area: 2/1/3/2;
    font-size: 18px;
  }
  .menu-heading-block .menu-link-list-block {
    grid-area: 3/1/4/2;
    margin-top: 36px;
  }
}
.menu-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1060px) {
  .menu-link-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 0;
  }
  .menu-link-list li {
    width: 48%;
  }
}
.menu-link-list > li a {
  color: #193764;
  position: relative;
  font-size: 16px;
  display: block;
  min-width: 80px;
  padding-right: 28px;
  padding-bottom: 18px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0.05em;
}

.menu-link-list > li a::before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-color: #193764;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 12px;
  right: 0;
}

.menu-link-list > li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #193764;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.menu-link-list > li a:hover,
.menu-link-list > li a:active {
  color: var(--color-secondary);
}

.menu-link-list > li a:hover::after,
.menu-link-list > li a:active::after {
  background-color: var(--color-secondary);
}

@media (max-width: 1000px) {
  .menu-link-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu-link-list > li a {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
.menu-section-text {
  text-align: center;
}

.menu-img {
  max-width: 688px;
  margin: 24px auto 32px;
  display: block;
}

@media (max-width: 1060px) {
  .menu-img {
    width: 100%;
  }
}
/*機能*/
.hardware #function .tit {
  margin-bottom: 6rem;
  font-size: 3.6rem;
  position: relative;
}

.hardware #function .tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 2.5rem;
  height: 0.3rem;
  background: #C91127;
}

.hardware #function .content_wrap {
  max-width: 100rem;
}
.hardware #function .function_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1060px) {
  .hardware #function .function_wrap {
    gap: 12px;
  }
}
.hardware #function .function_wrap .function_box {
  border-radius: 16px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  padding: 32px;
  width: calc(33% - 16px);
}
@media (max-width: 1060px) {
  .hardware #function .function_wrap .function_box {
    padding: 16px;
    width: calc(50% - 6px);
  }
}
.hardware #function .function_wrap .function_box img {
  height: 64px;
  display: block;
  margin-inline: auto;
  margin-bottom: 24px;
}
@media (max-width: 1060px) {
  .hardware #function .function_wrap .function_box img {
    height: 48px;
    margin-bottom: 12px;
  }
}
.hardware #function .function_wrap .function_box dl .function_tit {
  color: #193764;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 1060px) {
  .hardware #function .function_wrap .function_box dl .function_txt {
    font-size: 10px;
  }
}

/* メリット */
.hardware #merit {
  padding: 12rem 0;
}
@media (max-width: 1060px) {
  .hardware #merit {
    padding: 0;
  }
}
.hardware #merit .tit {
  margin-bottom: 6rem;
  font-size: 3.6rem;
  position: relative;
  text-align: left;
}
@media (max-width: 1060px) {
  .hardware #merit .tit {
    font-size: 2.2rem;
    padding-inline: 0;
  }
}
.hardware #merit .tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 2.5rem;
  height: 0.3rem;
  background: #C91127;
}
@media (max-width: 1060px) {
  .hardware #merit .tit::before {
    left: 0;
  }
}
.hardware #merit .tit span {
  color: #193764;
}

.hardware #merit .content_wrap {
  max-width: 100rem;
}

.hardware #merit .merit_wrap {
  max-width: 100rem;
  margin: 0 auto;
}

.hardware #merit .merit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1060px) {
  .hardware #merit .merit {
    padding: 4rem 2rem 2rem;
    display: block;
  }
}

.hardware #merit .merit:not(:last-child) {
  margin-bottom: 6.8rem;
}
@media (max-width: 1060px) {
  .hardware #merit .merit:not(:last-child) {
    margin-bottom: 5.8rem;
  }
}

.hardware #merit .merit:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.hardware #merit .merit_img {
  position: relative;
  width: 38rem;
  height: 260px;
}
@media (max-width: 1060px) {
  .hardware #merit .merit_img {
    width: 100%;
    height: 140px;
  }
}

.hardware #merit .merit_img img {
  position: absolute;
  left: 2rem;
  right: 0;
  bottom: 0rem;
  top: 0;
  margin: auto;
  width: auto;
  height: 90%;
}
@media (max-width: 1060px) {
  .hardware #merit .merit_img img {
    left: 0;
    height: 100%;
  }
}

.hardware #merit .merit_num {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 6.5rem;
  height: 6.5rem;
  padding-top: 1.7em;
  font-size: 0.9rem;
  color: #fff;
  background: #193764;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  letter-spacing: 0;
}

.hardware #merit .merit_num span {
  display: block;
  font-size: 2.3rem;
  letter-spacing: 0;
}

.hardware #merit .merit_txtwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 28rem);
  min-height: 18rem;
  padding: 0rem 4.8rem 0rem 0rem;
  border-radius: 0 1rem 1rem 0;
  -webkit-border-radius: 0 1rem 1rem 0;
  -moz-border-radius: 0 1rem 1rem 0;
  line-height: 1.2;
}
@media (max-width: 1060px) {
  .hardware #merit .merit_txtwrap {
    width: 100%;
    padding: 0;
  }
}

.hardware #merit .merit:nth-child(even) .merit_txtwrap {
  padding: 0rem 0 0rem 4.8rem;
}
@media (max-width: 1060px) {
  .hardware #merit .merit:nth-child(even) .merit_txtwrap {
    width: 100%;
    padding: 0;
  }
}

.hardware #merit .merit_tit {
  margin-bottom: 1rem;
  font-size: 2.1rem;
  color: #193764;
}
@media (max-width: 1060px) {
  .hardware #merit .merit_tit {
    font-size: 1.8rem;
  }
}

.hardware #merit .merit_txt {
  line-height: 1.6;
}

.hardware #merit .merit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
  margin-bottom: 3.8rem;
  padding-top: 2.2rem;
}

.hardware #merit .merit_box .merit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0 !important;
  overflow: visible;
}

.hardware #merit .merit_box .merit_num {
  left: 50% !important;
  right: auto !important;
  top: 0 !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
}

.hardware #merit .merit_box .merit_txtwrap {
  display: block;
  width: auto;
  padding: 7rem 9% 2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
}

.hardware #merit .merit_box .merit_tit {
  text-align: center;
}

/* 一覧 */
.hardware #list {
  text-align: center;
  background: #f5f5f5;
  padding-bottom: 12rem;
}
@media (max-width: 1060px) {
  .hardware #list {
    padding-bottom: 6rem;
  }
}
.hardware #list .tit {
  margin-bottom: 6rem;
  font-size: 3.6rem;
  position: relative;
  text-align: left;
  padding-inline: 7rem;
}
@media (max-width: 1060px) {
  .hardware #list .tit {
    font-size: 2.2rem;
    padding-inline: 0;
  }
}
.hardware #list .tit::before {
  content: "";
  position: absolute;
  left: 7rem;
  bottom: -2rem;
  width: 2.5rem;
  height: 0.3rem;
  background: #C91127;
}
@media (max-width: 1060px) {
  .hardware #list .tit::before {
    left: 0;
  }
}
.hardware #list .tit span {
  color: #193764;
}

.hardware #list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.5rem 2.5rem;
}

.hardware #list .box .box_child {
  width: calc((100% - 7.5rem) / 3);
  max-width: 36rem;
  background: #fff;
  border-radius: 2rem;
  padding-bottom: 3rem;
}

.hardware #list .box .box_img {
  margin-bottom: 2rem;
  height: 300px;
  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;
}
.hardware #list .box .box_img img {
  height: 85%;
}

.hardware #list .box .box_tit {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  position: relative;
}

.hardware #list .box .box_tit .new {
  position: absolute;
  top: -3rem;
  left: 5rem;
  font-size: 1.4rem;
  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;
  background: #EBF5F6;
  color: #193764;
  border-radius: 10rem;
  padding: 0.2rem;
  width: 6rem;
}
.hardware #list .box .box_tit .new:empty {
  background: none;
  height: 0;
}

.hardware #list .box .box_price {
  margin-bottom: 2.5rem;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 2px;
}

.hardware #list .box .btn {
  background: #fff;
  border: 2px solid #193764;
  color: #193764;
  padding: 1rem 3rem;
}
@media (max-width: 1060px) {
  .hardware #list .box .btn {
    max-width: 140px;
    padding: 0.5rem 1rem;
  }
}

.hardware #list .box .btn:hover {
  border: 2px solid #193764;
  color: #fff;
}

.hardware #list .box .btn::after {
  border: 2px solid #193764;
}

/* お客様の声　*/
#voice .content_wrap {
  max-width: 100rem;
}
#voice .content_wrap .tit {
  margin-bottom: 6rem;
  font-size: 3.6rem;
  position: relative;
}
@media (max-width: 1060px) {
  #voice .content_wrap .tit {
    font-size: 2.2rem;
  }
}
#voice .content_wrap .tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 2.5rem;
  height: 0.3rem;
  background: #C91127;
}
#voice .content_wrap .tit span {
  color: #193764;
}
#voice .content_wrap .voice_wrap .voice_subtit {
  text-align: center;
  font-size: 24px;
  color: #193764;
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8rem auto 5rem;
}
@media (max-width: 1060px) {
  #voice .content_wrap .voice_wrap .voice_subtit {
    font-size: 2rem;
    margin: 0 auto 2rem;
  }
}
#voice .content_wrap .voice_wrap .voice_subtit span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFDF50));
  background: linear-gradient(transparent 60%, #FFDF50 0%);
}
#voice .content_wrap .voice_wrap .voice_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1060px) {
  #voice .content_wrap .voice_wrap .voice_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#voice .content_wrap .voice_wrap .voice_inner .voice_box {
  border-radius: 16px;
  background: #EBF5F6;
  padding: 16px;
  width: calc(33% - 12px);
}
@media (max-width: 1060px) {
  #voice .content_wrap .voice_wrap .voice_inner .voice_box {
    width: 100%;
    padding: 32px;
  }
}
#voice .content_wrap .voice_wrap .voice_inner .voice_box .voice_img {
  margin-bottom: 1rem;
  width: 50%;
}
#voice .content_wrap .voice_wrap .voice_inner .voice_box .voice_txtwrap {
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1060px) {
  #voice .content_wrap .voice_wrap .voice_inner .voice_box .voice_txtwrap {
    height: auto;
  }
}
#voice .content_wrap .voice_wrap .voice_inner .voice_box .voice_txtwrap .voice_tit {
  margin-bottom: 1rem;
}
#voice .content_wrap .voice_wrap .voice_inner .voice_box .voice_txtwrap .voice_txt {
  margin-bottom: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#voice .content_wrap .voice_wrap .voice_inner .voice_box .voice_txtwrap .voice_company {
  text-align: right;
  color: #888888;
  font-size: 12px;
  margin-top: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#voice .content_wrap .voice_wrap .voice_note {
  margin-top: 1rem;
  text-align: right;
  font-size: 10px;
}
@media (max-width: 1060px) {
  #voice .content_wrap .voice_wrap .voice_note {
    text-align: left;
  }
}

/* 導入事例 */
.case-section-inner {
  padding: 12rem 0;
  color: #193764;
}
@media (max-width: 1060px) {
  .case-section-inner {
    width: 86%;
    margin: 0 auto;
    padding: 6rem 0;
  }
}
.case-section-inner .tit {
  margin-bottom: 6rem;
  font-size: 3.6rem;
  position: relative;
}
@media (max-width: 1060px) {
  .case-section-inner .tit {
    font-size: 2.2rem;
  }
}
.case-section-inner .tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 2.5rem;
  height: 0.3rem;
  background: #C91127;
}
.case-section-inner .tit span {
  color: #193764;
}

.case-content {
  max-width: 100rem;
  margin-inline: auto;
}

@media (max-width: 1060px) {
  .case-content {
    max-width: initial;
    padding: 0;
  }
}
.case-content-block {
  position: relative;
  padding: 60px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
}

@media (max-width: 1060px) {
  .case-content-block {
    padding: 16px 0;
  }
}
.case-content-block + .case-content-block {
  margin-top: 30px;
}
@media (max-width: 1060px) {
  .case-content-block + .case-content-block {
    margin-top: 12px;
  }
}

.case-top {
  max-width: 824px;
  width: 90%;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1060px) {
  .case-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.case-top .case-topL {
  max-width: 540px;
}
.case-top .case-topL .case-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}
.case-top .case-topL .case-tag .tag {
  background: #193764;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  min-width: 64px;
  height: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
.case-top .case-topL .name {
  color: #acacac;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.case-top .case-topL .name span {
  font-size: 10px;
}
.case-top .case-topL .ttl {
  color: #193764;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: #acacac solid 1px;
}
@media (max-width: 1060px) {
  .case-top .case-topL .ttl {
    font-size: 1.6rem;
  }
}
.case-top .case-topL .text {
  font-size: 14px;
  line-height: 24px;
}
.case-top .case-topR {
  max-width: 238px;
}
@media (max-width: 1060px) {
  .case-top .case-topR {
    max-width: 100%;
    margin-bottom: 24px;
  }
}

.case-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 824px;
  width: 90%;
  margin: 0 auto 40px;
  background: #EBF5F6;
  padding: 24px;
  border-radius: 2rem;
}
@media (max-width: 1060px) {
  .case-center {
    display: block;
    margin-bottom: 24px;
  }
}
.case-center .case-centerL {
  max-width: 380px;
}
.case-center .case-centerL .ttl {
  color: #193764;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-center .case-centerL .ttl::before {
  content: "";
  display: block;
  background: url(../img/hardware/light_bulb.png) no-repeat;
  background-size: 23px;
  width: 23px;
  height: 23px;
}
.case-center .case-centerL .case-list li {
  font-size: 14px;
  line-height: 24px;
}
.case-center .case-centerR {
  max-width: 366px;
}
@media (max-width: 1060px) {
  .case-center .case-centerR {
    max-width: 100%;
    margin-top: 24px;
  }
}

.case-bottom {
  max-width: 824px;
  width: 90%;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 24px;
  font-size: 14px;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case-bottom::before {
  content: "";
  background: url(../img/hardware/people.png) no-repeat 0 0;
  display: block;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
.case-bottom .text {
  line-height: 24px;
  font-weight: normal;
  width: calc(100% - 36px);
}
@media (max-width: 1060px) {
  .case-bottom .text {
    max-width: calc(100% - 40px);
  }
}

/* 比較表 */
.hardware #comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F5F5F5;
  padding: 12rem 0;
  margin-bottom: 0;
}
@media (max-width: 1060px) {
  .hardware #comparison {
    padding: 6rem 0;
  }
}
.hardware #comparison .tit {
  margin-bottom: 6rem;
  font-size: 3.6rem;
  position: relative;
}
@media (max-width: 1060px) {
  .hardware #comparison .tit {
    font-size: 2.2rem;
  }
}
.hardware #comparison .tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 2.5rem;
  height: 0.3rem;
  background: #C91127;
}
.hardware #comparison .tit span {
  color: #193764;
}
.hardware #comparison .content_wrap {
  max-width: 120rem;
}
.hardware #comparison .comparison_wrap {
  max-width: 120rem;
  margin: 0 auto;
}
.hardware #comparison .comparison_wrap .product_table .table_wrap {
  overflow-x: scroll;
  position: relative;
}
.hardware #comparison .comparison_wrap .product_table .table_wrap .slide-guide {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  inset: 0;
  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;
  pointer-events: auto;
  z-index: 10;
  width: 141px;
}
.hardware #comparison .comparison_wrap .product_table .table_wrap .slide-guide.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hardware #comparison .comparison_wrap .product_table .table_wrap .table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 1592px;
  display: block;
}
@media (max-width: 1060px) {
  .hardware #comparison .comparison_wrap .product_table .table_wrap .table {
    width: 1300px;
  }
}
.hardware #comparison .comparison_wrap .product_table .table_wrap .table thead tr th {
  background: #193764;
  color: #fff;
  padding: 1rem 0;
}
.hardware #comparison .comparison_wrap .product_table .table_wrap .table thead tr th:first-child {
  background: #F5F5F5;
  position: sticky;
  left: 0;
  z-index: 2;
  width: 177px;
}
@media (max-width: 1060px) {
  .hardware #comparison .comparison_wrap .product_table .table_wrap .table thead tr th:first-child {
    width: 114px;
  }
}
.hardware #comparison .comparison_wrap .product_table .table_wrap .table thead tr th:nth-child(2) {
  border-radius: 2rem 0 0 0;
}
.hardware #comparison .comparison_wrap .product_table .table_wrap .table thead tr th:last-child {
  border-radius: 0 2rem 0 0;
}
.hardware #comparison .comparison_wrap .product_table .table_wrap .table tbody tr.tr_img th {
  border-radius: 2rem 0 0 0;
}
.hardware #comparison .comparison_wrap .product_table .table_wrap .table tbody tr th {
  padding: 2rem;
  background: #D9D9D9;
  border-bottom: #727272 1px solid;
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 2;
  width: 177px;
}
@media (max-width: 1060px) {
  .hardware #comparison .comparison_wrap .product_table .table_wrap .table tbody tr th {
    width: 114px;
    padding: 8px;
  }
}
.hardware #comparison .comparison_wrap .product_table .table_wrap .table tbody tr td {
  padding: 2rem;
  background: #fff;
  border-bottom: #727272 1px solid;
  border-right: #727272 1px solid;
}
@media (max-width: 1060px) {
  .hardware #comparison .comparison_wrap .product_table .table_wrap .table tbody tr td {
    padding: 1rem;
  }
}

/* 操作イメージ */
#use {
  padding: 12rem 0;
  background-color: #FBFBFB;
}
@media (max-width: 768px) {
  #use {
    padding: 4rem 0 4rem;
  }
}
#use .tit {
  margin-bottom: 6rem;
  font-size: 3.6rem;
  position: relative;
}
@media (max-width: 1060px) {
  #use .tit {
    font-size: 2.2rem;
  }
}
#use .tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 2.5rem;
  height: 0.3rem;
  background: #C91127;
}
#use .tit span {
  color: #193764;
}
#use .use_wrap {
  position: relative;
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
  z-index: 0;
}
#use .use_wrap::before {
  content: "";
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0 40px 0 40px;
  position: absolute;
  top: 0;
  left: 0;
  height: var(--before-height, 0px);
  width: calc(100% - 90px);
}
@media (max-width: 768px) {
  #use .use_wrap::before {
    display: none;
  }
}
#use .use_wrap .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #use .use_wrap .content {
    width: 100%;
    display: block;
    padding: 0;
  }
}
#use .use_wrap .content .list {
  width: 55%;
  max-width: 440px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #use .use_wrap .content .list {
    width: 100%;
  }
}
#use .use_wrap .content .list h3 {
  color: #193764;
  font-size: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
  line-height: 1;
}
@media (max-width: 768px) {
  #use .use_wrap .content .list h3 {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}
#use .use_wrap .content .list h3::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: #193764;
  border-radius: 10px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  #use .use_wrap .content .list ul {
    display: none;
  }
}
#use .use_wrap .content .list ul li {
  font-size: 2rem;
  color: #888888;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#use .use_wrap .content .list ul li:hover {
  color: #193764;
}
#use .use_wrap .content .list ul li:last-child {
  margin-bottom: 0;
}
#use .use_wrap .content .list ul li.active {
  color: #193764;
  font-weight: 600;
  font-size: 2.2rem;
}
#use .use_wrap .content .list ul li.active .num {
  font-size: 2.7rem;
}
#use .use_wrap .content .list ul li .num {
  margin-right: 16px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}
#use .use_wrap .content .slider {
  width: 55%;
  max-width: 600px;
  padding: 40px 0 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
}
@media (max-width: 768px) {
  #use .use_wrap .content .slider {
    width: 100%;
  }
}
#use .use_wrap .content .slider .slide .use_img {
  margin-bottom: 48px;
  position: relative;
  width: 60%;
  margin: 0 auto;
}
#use .use_wrap .content .slider .slide .use_detail dt {
  color: #193764;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  #use .use_wrap .content .slider .slide .use_detail dt {
    font-size: 1.7rem;
  }
}
#use .use_wrap .content .slider .slide .use_detail dt .num {
  font-size: 2.7rem;
  margin-right: 16px;
  font-family: "Roboto";
  letter-spacing: 0;
}
@media (max-width: 768px) {
  #use .use_wrap .content .slider .slide .use_detail dt .num {
    font-size: 2.2rem;
  }
}
#use .use_wrap .content .slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
#use .use_wrap .content .slider .slick-dots {
  bottom: 5%;
  top: auto !important;
  margin: auto;
}
#use .use_wrap .content .slider .slick-dots li {
  margin: 0;
  width: 30px;
}
#use .use_wrap .content .slider .slick-dots li button:before {
  font-size: 8px;
}
#use .use_wrap .content .slider .slide-arrow {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 40%;
  width: 105px;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #use .use_wrap .content .slider .slide-arrow {
    width: 80px;
    top: 40%;
  }
}
#use .use_wrap .content .slider .slide-arrow:hover {
  opacity: 0.5;
}
#use .use_wrap .content .slider .prev-arrow {
  left: 30px;
}
@media (max-width: 768px) {
  #use .use_wrap .content .slider .prev-arrow {
    left: 20px;
  }
}
#use .use_wrap .content .slider .next-arrow {
  right: 30px;
}
@media (max-width: 768px) {
  #use .use_wrap .content .slider .next-arrow {
    right: 20px;
  }
}

/* 料金 */
.hardware #price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12rem 0;
}
@media (max-width: 1060px) {
  .hardware #price {
    padding: 0 0 6rem;
  }
}
.hardware #price .tit {
  margin-bottom: 6rem;
  font-size: 3.6rem;
  position: relative;
}
@media (max-width: 1060px) {
  .hardware #price .tit {
    font-size: 2.2rem;
  }
}
.hardware #price .tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 2.5rem;
  height: 0.3rem;
  background: #C91127;
}
.hardware #price .tit span {
  color: #193764;
}
.hardware #price .content_wrap {
  max-width: 100rem;
}
.hardware #price .price_wrap .price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .hardware #price .price_wrap .price_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hardware #price .price_wrap .price_box .price_box_body {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  padding: 2rem;
  width: calc(50% - 16px);
}
@media (max-width: 768px) {
  .hardware #price .price_wrap .price_box .price_box_body {
    width: 100%;
  }
}
.hardware #price .price_wrap .price_box .price_box_body .price_box_body_tit {
  font-size: 14px;
  font-weight: 600;
  color: #193764;
}
.hardware #price .price_wrap .price_box .price_box_body .price_box_body_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.hardware #price .price_wrap .price_box .price_box_body .price_box_body_price .plus {
  width: 1.7rem;
}
.hardware #price .price_wrap .price_box .price_box_body .price_box_body_price dl dt {
  font-size: 10px;
  color: #8C8C8C;
  text-align: center;
  font-weight: normal;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hardware #price .price_wrap .price_box .price_box_body .price_box_body_price dl dd {
  font-size: 4rem;
  color: #193764;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .hardware #price .price_wrap .price_box .price_box_body .price_box_body_price dl dd {
    font-size: 3.5rem;
  }
}
.hardware #price .price_wrap .price_box .price_box_body .price_box_body_price dl dd small {
  font-size: 14px;
  vertical-align: middle;
  letter-spacing: 0;
}
.hardware #price .price_wrap > .plus {
  margin: 32px auto;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .hardware #price .price_wrap > .plus {
    margin: 16px auto;
  }
}
.hardware #price .price_wrap .price_list {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  padding: 2rem;
}
.hardware #price .price_wrap .price_list .price_list_note {
  font-size: 14px;
  color: #8C8C8C;
  text-align: right;
  margin-top: 1rem;
}
.hardware #price .price_wrap .price_list .price_list_tit {
  font-size: 14px;
  font-weight: 600;
  color: #193764;
  text-align: center;
  margin-bottom: 1rem;
}
.hardware #price .price_wrap .price_list .price_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .hardware #price .price_wrap .price_list .price_list_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hardware #price .price_wrap .price_list .price_list_body h4 {
  font-size: 14px;
  color: #8C8C8C;
  margin-bottom: 1.5rem;
  text-align: center;
}
.hardware #price .price_wrap .price_list .price_list_body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.hardware #price .price_wrap .price_list .price_list_body ul li {
  background: #FAFAFA;
  border-radius: 1rem;
  width: calc(50% - 5px);
  padding: 2rem;
}
@media (max-width: 768px) {
  .hardware #price .price_wrap .price_list .price_list_body ul li {
    padding: 1rem;
  }
}
.hardware #price .price_wrap .price_list .price_list_body ul li dl dt {
  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;
  height: 70px;
}
.hardware #price .price_wrap .price_list .price_list_body ul li dl dt img {
  width: 120px;
}
.hardware #price .price_wrap .price_list .price_list_body ul li dl dd {
  text-align: center;
  color: #193764;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 1rem;
}
.hardware #price .price_wrap .price_list .price_list_body ul li dl dd .note {
  font-size: 10px;
  color: #193764;
  font-weight: normal;
  margin-left: 1rem;
}
.hardware #price .price_wrap .price_list .price_list_body ul li dl dd .note.red {
  color: #C91127;
}
.hardware #price .price_wrap .support_wrap {
  padding: 3rem;
  background: #EBF5F6;
  border-radius: 2rem;
  max-width: 592px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .hardware #price .price_wrap .support_wrap {
    padding: 1.5rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.hardware #price .price_wrap .support_wrap .support_dl dt {
  font-size: 2rem;
  padding: 1rem 2rem;
  background: #193764;
  border-radius: 1rem;
  color: #fff;
  display: inline-block;
}
@media (max-width: 768px) {
  .hardware #price .price_wrap .support_wrap .support_dl dt {
    font-size: 14px;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
  }
}
.hardware #price .price_wrap .support_wrap .support_dl dd {
  margin-top: 1.5rem;
  font-weight: bold;
  color: #193764;
}
@media (max-width: 768px) {
  .hardware #price .price_wrap .support_wrap .support_dl dd {
    font-size: 12px;
    margin-top: 1rem;
  }
}
.hardware #price .price_wrap .support_wrap img {
  width: 112px;
}
@media (max-width: 768px) {
  .hardware #price .price_wrap .support_wrap img {
    width: 40px;
  }
}

/* 導入の流れ */
#flow {
  background: #F5f5f5;
  padding: 12rem 0;
}
@media (max-width: 1060px) {
  #flow {
    padding: 6rem 0;
  }
}
#flow .tit {
  margin-bottom: 6rem;
  font-size: 3.6rem;
  position: relative;
}
@media (max-width: 1060px) {
  #flow .tit {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
#flow .tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 2.5rem;
  height: 0.3rem;
  background: #C91127;
}
#flow .tit span {
  color: #193764;
}
#flow .content_wrap {
  max-width: 100rem;
}
#flow .flow_wrap .process-step-list {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "num_1 num_2 num_3 num_4" "img_1 img_2 img_3 img_4" "txt_1 txt_2 txt_3 txt_4" ". foot foot .";
  position: relative;
  z-index: 1;
  padding: 90px 0 40px;
}
@media (max-width: 768px) {
  #flow .flow_wrap .process-step-list {
    margin-top: 40px;
    grid-template-columns: 52px 64px 1fr 50px;
    grid-template-rows: auto;
    grid-template-areas: "num_1 img_1 txt_1 ." "num_2 img_2 txt_2 foot" "num_3 img_3 txt_3 foot" "num_4 img_4 txt_4 .";
    row-gap: 56px;
    padding: 0 0 20px;
  }
}
#flow .flow_wrap .process-step-list::before {
  content: "";
  width: 55%;
  height: calc(100% - 4px);
  background-color: #EBF5F6;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  #flow .flow_wrap .process-step-list::before {
    width: calc(100% - 15px);
    height: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#flow .flow_wrap .process-step-block {
  display: contents;
}
#flow .flow_wrap .process-step-block:nth-of-type(1) .process-step-num-item {
  grid-area: num_1;
}
#flow .flow_wrap .process-step-block:nth-of-type(1) .process-step-img {
  grid-area: img_1;
}
#flow .flow_wrap .process-step-block:nth-of-type(1) .process-step-txt {
  grid-area: txt_1;
}
#flow .flow_wrap .process-step-block:nth-of-type(2) .process-step-num-item {
  grid-area: num_2;
}
#flow .flow_wrap .process-step-block:nth-of-type(2) .process-step-img {
  grid-area: img_2;
}
#flow .flow_wrap .process-step-block:nth-of-type(2) .process-step-txt {
  grid-area: txt_2;
}
#flow .flow_wrap .process-step-block:nth-of-type(3) .process-step-num-item {
  grid-area: num_3;
}
#flow .flow_wrap .process-step-block:nth-of-type(3) .process-step-img {
  grid-area: img_3;
}
#flow .flow_wrap .process-step-block:nth-of-type(3) .process-step-txt {
  grid-area: txt_3;
}
#flow .flow_wrap .process-step-block:nth-of-type(4) .process-step-num-item {
  grid-area: num_4;
}
#flow .flow_wrap .process-step-block:nth-of-type(4) .process-step-img {
  grid-area: img_4;
}
#flow .flow_wrap .process-step-block:nth-of-type(4) .process-step-txt {
  grid-area: txt_4;
}
#flow .flow_wrap .process-step-block:nth-of-type(4) .process-step-num-item::after {
  display: none;
}
#flow .flow_wrap .process-step-block-bottom {
  grid-area: foot;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
  padding: 0px;
  border-radius: 3px;
  color: #193764;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  bottom: 290px;
}
@media (max-width: 768px) {
  #flow .flow_wrap .process-step-block-bottom {
    max-width: 100%;
    height: 100%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0;
    position: static;
    bottom: auto;
    color: #fff;
    background: #193764;
    font-size: 14px;
    padding: 1rem;
    font-weight: normal;
  }
  #flow .flow_wrap .process-step-block-bottom > p {
    line-height: 1.2;
    letter-spacing: 6px;
  }
}
#flow .flow_wrap .process-step-num {
  display: grid;
  place-content: center;
  width: 67px;
  height: 67px;
  background-color: #193764;
  border-radius: 50%;
  margin-inline: auto;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  #flow .flow_wrap .process-step-num {
    margin-inline: 0 auto;
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}
#flow .flow_wrap .process-step-num-item {
  margin-block: 17px 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #flow .flow_wrap .process-step-num-item {
    margin-block: 0;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
#flow .flow_wrap .process-step-num-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #193764;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: -1;
}
@media (max-width: 768px) {
  #flow .flow_wrap .process-step-num-item::after {
    display: none;
  }
}
#flow .flow_wrap .process-step-img {
  justify-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#flow .flow_wrap .process-step-txt {
  margin-top: 32px;
  color: #193764;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  #flow .flow_wrap .process-step-txt {
    margin: 0 0 0 12px;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
    font-size: 16px;
  }
}
#flow .flow-support {
  margin-top: 7rem;
}
@media (max-width: 1060px) {
  #flow .flow-support {
    margin-top: 0rem;
  }
}
#flow .flow-support .flow-support-inner {
  padding: 2.5rem 1rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 1060px) {
  #flow .flow-support .flow-support-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem;
  }
}
#flow .flow-support .flow-support-inner .flow-support-icon {
  width: 66px;
}
#flow .flow-support .flow-support-inner .flow-support-txt {
  width: calc(100% - 80px);
  letter-spacing: 0.08em;
}
@media (max-width: 1060px) {
  #flow .flow-support .flow-support-inner .flow-support-txt {
    width: 100%;
    line-height: 1.6;
  }
}
#flow .flow-support .flow-support-inner .flow-support-txt .txt-blue {
  color: #193764;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}

/* FAQ */
.faq-section .ttl {
  margin-bottom: 6rem;
  font-size: 3.6rem;
  position: relative;
}
@media (max-width: 1060px) {
  .faq-section .ttl {
    font-size: 2.2rem;
  }
}
.faq-section .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 2.5rem;
  height: 0.3rem;
  background: #C91127;
}

@media screen and (min-width: 1001px) {
  .content_wrap.sm {
    max-width: 100rem;
  }
}
.faq-title-button-icon {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-title-button-icon::before,
.faq-title-button-icon::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.faq-title-button-icon::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-title-button-icon::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

@media (max-width: 1000px) {
  .faq-title-button-icon {
    width: 20px;
    height: 20px;
    right: 20px;
  }
  .faq-title-button-icon::before,
  .faq-title-button-icon::after {
    width: 13px;
    height: 2px;
  }
}
.faq-list {
  max-width: var(--content-small-width);
  width: 100%;
  margin: 40px auto 0;
  display: grid;
  border: 2px solid #B1C9E8;
  border-radius: 34px;
}

.faq-list > li {
  border-top: 1px solid #B1C9E8;
}

.faq-list > li:first-child {
  border-top: none;
}

.faq-title-button {
  padding-block: 24px;
  padding-inline: 40px 56px;
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .faq-title-button {
    padding-block: 16px;
    padding-inline: 0 28px;
  }
}
.faq-title-button.is-open .faq-title-button-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.faq-title-text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}

@media (max-width: 1000px) {
  .faq-title-text {
    padding-left: 24px;
    width: 92%;
  }
  .faq-title-text::before {
    width: 22px;
    height: 25px;
    top: 6px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.faq-content {
  display: none;
  max-width: calc(100% - 60px);
  background-color: var(--color-bg-light-blue);
  border-radius: 8px;
  padding: 0 40px 20px;
}

@media (max-width: 1000px) {
  .faq-content {
    max-width: 100%;
    margin-top: -4px;
    margin-left: 0;
    padding-block: 16px;
    padding-inline: 24px 16px;
  }
}
.faq-content-text {
  position: relative;
}

@media (max-width: 1000px) {
  .faq-content-text {
    width: 92%;
  }
  .faq-title-text::before {
    width: 22px;
    height: 20px;
    top: 6px;
  }
}
@media screen and (max-width: 1000px) {
  .hardware .section_wrap.section_lead {
    margin: 4rem 0;
  }
  .hardware #function .tit {
    margin-bottom: 4rem;
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .hardware #list .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.7rem;
  }
  .hardware #list .box .box_child {
    width: calc((100% - 1.7rem) / 2);
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
  }
  .hardware #list .box .box_child:nth-child(even) {
    margin-right: 0;
  }
  .hardware #list .box .box_img {
    height: 150px;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .hardware #list .box .box_tit {
    font-size: 1.2rem;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
  .hardware #list .box .box_tit .new {
    position: static;
    font-size: 1rem;
    padding: 0.2rem;
    width: 5rem;
    min-height: 19px;
  }
  .hardware #list .box .box_tit .new:empty {
    background: none;
  }
  .hardware #list .box .box_price {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
  .hardware #list .box .btn_wrap {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}