@charset "UTF-8";
/*==================================
SV画像
==================================*/
.p-sv_space {
  margin-bottom: 75px;
}

.p-svimg {
  position: absolute;
}
.p-svimg_02 {
  top: 50%;
  right: 13%;
}
.p-svimg_03 {
  top: 8%;
  right: 5%;
}

@media screen and (max-width: 750px) {
  .p-svimg {
    position: relative;
  }
  .p-svimg_02 {
    position: absolute;
    top: 45%;
    right: auto;
    left: -30px;
  }
  .p-svimg_03 {
    top: 20%;
    right: -46%;
  }
}
/*==================================
c-menu　調整
==================================*/
.p-menu_copy .c-menu {
  min-height: 150px;
}

@media screen and (min-width: 751px) and (max-width: 1279px) {
  .p-menu_copy .c-menu {
    min-height: 120px;
  }
}
@media screen and (max-width: 750px) {
  .p-menu_copy .c-menu {
    min-height: auto;
  }
}
/*==================================
サポートカラム部分
==================================*/
.p-3col_wrap {
  position: relative;
  top: -50px;
  width: 75%;
  display: flex;
  justify-content: space-between;
}
.p-3col_wrap .c-menu {
  min-height: 154px;
}

.p-menu_text {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(16px, 1.04vw, 20px);
  text-align: center;
  padding-top: 1.5em;
  line-height: 1.3;
}
.p-menu_text span {
  font-size: clamp(22px, 1.56vw, 30px);
}
.p-menu_text span.red {
  color: #c23739;
}

@media screen and (min-width: 751px) and (max-width: 1279px) {
  .p-3col_wrap .c-menu {
    min-height: 120px;
  }
}
@media screen and (max-width: 750px) {
  .p-3col_wrap {
    width: 100%;
    flex-direction: column;
    top: -50px;
  }
  .p-3col_wrap .c-menu {
    min-height: auto;
    bottom: 75px;
    right: -10%;
  }
}
/*==================================
5つの約束
==================================*/
.p-5promise_2col_wrap {
  padding: 5%;
  display: flex;
  justify-content: space-between;
}

.p-5promise_2col_left {
  width: 30%;
  display: flex;
  align-items: center;
}

.p-5promise_2col_right {
  width: 64%;
}
.p-5promise_2col_right .c-h5 {
  margin-top: 0.8em;
  font-size: clamp(22px, 1.45vw, 28px);
}

@media screen and (max-width: 750px) {
  .p-5promise_2col_wrap {
    flex-direction: column;
  }
  .p-5promise_2col_left {
    width: 70%;
    margin: 0 auto 1em;
  }
  .p-5promise_2col_right {
    width: 100%;
  }
}
/*==================================
比較エリア
==================================*/
.p-hikaku_text {
  font-size: clamp(17px, 1.15vw, 22px);
  margin-bottom: 4em;
}
.p-hikaku_text span {
  font-size: clamp(22px, 1.45vw, 28px);
  font-weight: bold;
  text-decoration: underline;
}

.p-hikaku_space {
  margin-top: 3em;
}

/*==================================
タイトル画像
==================================*/
.p-machine_img {
  position: absolute;
  right: 8%;
  top: 16%;
}

.p-removal_menu_inner {
  margin-top: 5%;
}

@media screen and (max-width: 750px) {
  .p-machine_img {
    display: none;
  }
}