*,
*::before,
*::after {
  box-sizing: border-box;
}

header *,
header *::before,
header *::after {
  box-sizing: content-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
figcaption,
button,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1040px;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style: none;
}

h2 {
  font-family: 'Noto Sans JP', sans-serif;
}

p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  p {
    margin-bottom: 0 !important;
  }
}

small, em {
  font-style: normal;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

section {
  width: auto;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1154px) {
  .navWrap {
    height: 100%;
  }
}

.contactWrap {
  position: relative;
  padding: 50px 0;
  background-color: #fff;
  color: #000;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contactWrap {
    padding: 50px 16px;
    text-align: center;
  }
}

.contactWrap .container {
  max-width: 1000px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .contactWrap .container {
    width: 95%;
  }
}

.contactWrap h2 {
  padding: 10px 0 20px;
  margin: 0 auto;
  font-family: 'Abel', sans-serif;
}
@media screen and (max-width: 767px) {
  .contactWrap h3 {
    font-size: 21px;
  }
}

.contact-yellow {
  background-color: #FFE200;
  padding: 77px 0;
  text-align: center;
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .contact-yellow {
    padding: calc((50 / 375) * 100 * 1vw) 0;
    margin-top: calc((50 / 375) * 100 * 1vw);
  }
 }

.contact-yellow p {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .contact-yellow p {
    font-size: calc((20 / 375) * 100 * 1vw);
    margin-bottom: calc((21 / 375) * 100 * 1vw) !important;
  }
 }

.contact-yellow a {
  position: relative;
  display: block;
  width: 700px;
  margin: 0 auto;
  padding: 28px 0;
  background-color: #DE5051;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact-yellow a {
    width: 92%;
    padding: calc((18 / 375) * 100 * 1vw) 0;
    font-size: calc((18 / 375) * 100 * 1vw);
  }
 }

.contact-yellow a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 17px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #fff;
  transform: translateY(-20px) rotate(90deg);
  transform-origin: 0;
}
@media screen and (max-width: 767px) {
  .contact-yellow a::after {
    right: calc((11 / 375) * 100 * 1vw);
    width: 0;
    height: 0;
    border-left: calc((7 / 375) * 100 * 1vw) solid transparent;
    border-right: calc((7 / 375) * 100 * 1vw) solid transparent;
    border-bottom: calc((14 / 375) * 100 * 1vw) solid #fff;
    transform: translateY(calc((12 / -375) * 100 * 1vw)) rotate(90deg);
  }
 }

.contact-yellow a:hover {
  background-color: pink;
}

.contact-white {
  background-color: #fff;
  margin-top: 0;
}

.common-deco {
  display: inline-block;
  position: relative;
}

.common-deco::before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 15px solid #00A5CA;
  transform: rotate(40deg);
}
@media screen and (max-width: 767px) {
  .common-deco::before {
    top: auto;
    bottom: calc((10 / 375) * 100 * 1vw);
    border-left: calc((3 / 375) * 100 * 1vw) solid transparent;
    border-right: calc((26 / 375) * 100 * 1vw) solid transparent;
    border-bottom: calc((13 / 375) * 100 * 1vw) solid #00A5CA;
  }
 }

.common-deco::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 15px solid #00A5CA;
  transform: rotate(320deg);
}
@media screen and (max-width: 767px) {
  .common-deco::after {
    top: auto;
    bottom: calc((10 / 375) * 100 * 1vw);
    border-right: calc((3 / 375) * 100 * 1vw) solid transparent;
    border-left: calc((26 / 375) * 100 * 1vw) solid transparent;
    border-bottom: calc((13 / 375) * 100 * 1vw) solid #00A5CA;
  }
 }

.contact-title ,.common-deco--red {
  text-align: center;
}

.common-deco--red {
  margin-bottom: 40px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .common-deco--red {
    margin-bottom: calc((25 / 375) * 100 * 1vw);
  }
}

.common-deco--red p {
  font-size: 28px;
  font-weight: 700;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .common-deco--red p {
    font-size: calc((18 / 375) * 100 * 1vw);
    line-height: 1.72;
    margin-bottom: 0 !important;
  }
}

.common-deco--red::before {
  border-bottom: 15px solid #DE5051;
}
@media screen and (max-width: 767px) {
  .common-deco--red::before {
    border-bottom: calc((13 / 375) * 100 * 1vw) solid #DE5051;
  }
}

.common-deco--red::after {
  border-bottom: 15px solid #DE5051;
}
@media screen and (max-width: 767px) {
  .common-deco--red::after {
    border-bottom: calc((13 / 375) * 100 * 1vw) solid #DE5051;
  }
}

div#about_office {
  position: relative;
  z-index: 1;
}

footer {
  position: relative;
  margin: 0;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.goTop {
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.cloud {
  position: absolute;
  z-index: -1;
}

.fv {
  background: #ffe202;
}
@media screen and (max-width: 767px) {
  .fv {
    overflow: clip;
  }
}

.fv__container {
  padding: 64px 20px 57px;
  padding: 145px 20px 80px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__container {
    padding-top: 145px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .fv__container {
    width: 1440px;
  }
}

@media screen and (min-width: 768px) {
  .fv__wrap {
    display: flex;
    align-items: flex-start;
  }
}

.fv__title {
  position: relative;
  text-align: center;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .fv__title {
    width: 50%;
  }
}

.fv__title .cloud--no1 {
  top: 182px;
  right: calc(50% + 20px);
  width: 63%;
}
@media screen and (min-width: 768px) {
  .fv__title .cloud--no1 {
    top: 298px;
    right: calc(50% + 71px);
    width: 319px;
  }
}

.fv__title .cloud--no2 {
  top: 235px;
  left: calc(50% + 95px);
  width: 55%;
}
@media screen and (min-width: 768px) {
  .fv__title .cloud--no2 {
    top: 381px;
    left: calc(50% + 163px);
    width: 277px;
  }
}

.fv__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 23px 0 40px;
}
@media screen and (min-width: 768px) {
  .fv__list {
    margin: 25px 0 0;
  }
}

.fv__list li {
  position: relative;
  padding: 10px 0;
  margin: 3.5px 4.5px;
  width: 153px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv__list li {
    padding: 15px 0;
    margin: 5px 6.5px;
    width: 231px;
    font-size: 21px;
  }
}

.fv__list li::before,
.fv__list li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.fv__list li::before {
  top: 0;
  background-image: url(../images/dustfree_scratch/border-top.svg);
  background-position: top;
}

.fv__list li::after {
  bottom: 0;
  background-image: url(../images/dustfree_scratch/border-bottom.svg);
  background-position: bottom;
}

.fv__image-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__image-wrap {
    width: 50%;
  }
}

.fv__image {
  position: relative;
  border-radius: 16px;
  margin: 0 10px;
  overflow: clip;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .fv__image {
    border-radius: 30px;
    margin: 0 auto 0 0;
    max-width: 590px;
  }
}

.fv__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .05);
}

.fv__image .cloud--no1 {
  top: -10px;
  right: -16px;
  width: 46%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv__image .cloud--no1 {
    top: -18px;
    right: -29px;
  }
}

.fv__image .cloud--no2 {
  left: -6px;
  bottom: -2px;
  width: 42%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv__image .cloud--no2 {
    left: -12px;
    bottom: -4px;
  }
}

.fv__pic {
  width: 100%;
}

.fv__linklist {
  position: absolute;
  bottom: -63px;
  right: -9px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .fv__linklist {
    bottom: -126px;
    right: auto;
    left: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }

  .fv__link:hover {
    opacity: .8;
  }
}
@media screen and (min-width: 1040px) {
  .fv__linklist {
    left: min(calc(190vw / 14),190px);
  }
}

.fv__link {
  width: calc(142vw / 3.75);
  text-align: right;
}
.fv__link:last-of-type {
  margin-top: clamp(12px,calc(15vw / 14),15px);
}
@media screen and (min-width: 768px) {
  .fv__link {
    width: min(calc(220vw / 10),220px);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .fv__link:hover {
    opacity: .8;
  }
}

.btn {
  display: block;
  position: relative;
  padding: 10px 0;
  width: calc(100% - 8px);
  background: #ed3e24;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 35px 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 637px;
    font-size: 26px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}

.btn:hover,
.btn:visited,
.btn:link {
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  .btn:hover {
    opacity: .8;
  }
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  background: #971e00;
}

.btn::before {
  top: 100%;
  left: 4px;
  width: 100%;
  height: 8px;
  transform: skewX(45deg);
}
@media screen and (min-width: 768px) {
  .btn::before {
    left: 6.5px;
    height: 13px;
  }
}

.btn::after {
  top: 4px;
  left: 100%;
  width: 8px;
  height: 100%;
  transform: skewY(45deg);
}
@media screen and (min-width: 768px) {
  .btn::after {
    top: 6.5px;
    width: 13px;
  }
}

.btn span {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 10px solid #ffe202;
  border-bottom: 7px solid transparent;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .btn span {
    right: 18px;
    border-top-width: 12px;
    border-left-width: 17px;
    border-bottom-width: 12px;
  }
}

.btn--small {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 245px;
  min-height: 56px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .btn--small {
    max-width: 350px;
    min-height: 80px;
    font-size: 20px;
  }
}

.fv .btn {
  margin-top: 77px;
}
@media screen and (min-width: 768px) {
  .fv .btn {
    margin: 37px auto 0 152px;
  }
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}

.anker-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .anker-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-top: none;
    border-right: none;
    border-left: none;
    gap: 1.1px;
  }

  .anker-list.is-fixed {
    position: fixed;
    top: 86px;
    left: 0;
    z-index: 10;
  }
}

.anker-list li {
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 41px;
  background-color: #029ce3;
}
@media screen and (min-width: 768px) {
  .anker-list li {
    flex: 1 0 auto;
    border-bottom: none;
    width: auto;
    height: 70px;
    min-width: calc(min(calc(100% / 14),100px) - 1px);
  }
}

.anker-list li:nth-of-type(2n) {
  border-left: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .anker-list li:nth-of-type(2n) {
    border-left: none;
  }
}

.anker-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(min(calc(12vw / 3.75),12px),calc(15vw / 14),15px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .05em;
  transition: .3s;
  /* background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1));
  background-position: bottom center;
  background-size: 100% 0px;
  background-repeat: no-repeat; */
}
@media screen and (min-width: 768px) {
  .anker-list li a:hover {
      filter: drop-shadow(0 2px 0 rgba(0,0,0,.2));
      padding-bottom: 3px;
      /* background-size: 100% 1px; */
  }
  .anker-list li.pc-only a {
    background-image: none;
  }
  .anker-list li.pc-only a:hover {
    padding: 0;
  }
}

.anker-list li.anker-list__contact {
  background-color: #ed3e24;
}

.anker-list li.anker-list__contact a {
  text-align: left;
}

.anker-list__contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 13px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  color: #ed3e24;
  font-size: 16px;
}

.bg {
  position: relative;
  padding: 40px 0 50px;
  overflow: clip;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .bg {
    padding: 90px 0 113px;
  }
}

.bg--blue {
  background: #029ce3;
}

.bg--yellow {
  background: #ffe202;
}

.heading {
  position: relative;
  padding-bottom: 22px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .heading {
    padding-bottom: 30px;
    font-size: 36px;
  }
}

.heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 75px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .heading::after {
    width: 124px;
    height: 19px;
  }
}

.bg--blue .heading {
  color: #fff;
}

.bg--blue .heading::after {
  background-image: url(../images/dustfree_scratch/wave-yel.svg);
}

.bg--yellow .heading::after {
  background-image: url(../images/dustfree_scratch/wave-blu.svg);
}

.bg--white .heading::after {
  background-image: url(../images/dustfree_scratch/wave-red.svg);
}

@media screen and (max-width: 767px) {
  .about {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .about {
    padding-bottom: 96px;
  }
}

.about .cloud--no1 {
  top: 13px;
  right: calc(50% + 19px);
  width: 42%;
}
@media screen and (min-width: 768px) {
  .about .cloud--no1 {
    top: 81px;
    right: calc(50% + 367px);
    width: 317px;
  }
}

.about .cloud--no2 {
  bottom: 16px;
  left: calc(50% + 61px);
  width: 45%;
}
@media screen and (min-width: 768px) {
  .about .cloud--no2 {
    bottom: 146px;
    left: calc(50% + 414px);
    width: 337px;
  }
}

.about-wrap {
  position: relative;
  margin-top: 37px;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .about-wrap {
    margin-top: 55px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .about-wrap__image {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .about-wrap__image {
    position: absolute;
    top: -25px;
    left: -25px;
  }
}

.about-wrap__title {
  margin-top: 22px;
  font-size: 130%;
  font-weight: 700;
  letter-spacing: .05em;
}
@media screen and (min-width: 768px) {
  .about-wrap__title {
    margin-top: 0;
  }
}

.about-wrap__title span {
  background-image: linear-gradient(transparent 70%, #ffe202 70%);
}

.about-wrap__row {
  margin-top: 20px;
  margin-bottom: 30px !important;
  font-size: inherit;
  line-height: 2.15;
}
@media screen and (min-width: 768px) {
  .about-wrap__row:last-of-type {
    margin-bottom: 0 !important;
  }
}

.about-wrap__row em {
  color: #ed3e24;
  font-size: 130%;
  font-weight: 700;
}

.merit-wrap {
  position: relative;
  margin: 40px 0 33px;
  text-align: center;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .merit-wrap {
    margin: 106px 0 249px;
  }
}

.merit-wrap .cloud--no1 {
  top: -32px;
  right: calc(50% + 67px);
  width: 42%;
}
@media screen and (min-width: 768px) {
  .merit-wrap .cloud--no1 {
    top: 45px;
    right: calc(50% + 415px);
    width: 284px;
  }
}

.merit-wrap .cloud--no2 {
  top: -13px;
  left: calc(50% + 48px);
  width: 63%;
}
@media screen and (min-width: 768px) {
  .merit-wrap .cloud--no2 {
    top: 55px;
    left: calc(50% + 307px);
    width: 419px;
  }
}

.merit-wrap .cloud--no3 {
  bottom: 13px;
  left: calc(50% + 66px);
  width: 36%;
}
@media screen and (min-width: 768px) {
  .merit-wrap .cloud--no3 {
    bottom: -12px;
    left: calc(50% + 449px);
    width: 241px;
  }
}

.merit-image {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .merit-image {
    position: absolute;
    top: -68px;
    right: -58px;
    margin-bottom: 0;
    width: 507px;
  }
}

.merit-image--bottom {
  margin: -10px 0 0;
}
@media screen and (min-width: 768px) {
  .merit-image--bottom {
    top: auto;
    left: 13px;
    right: auto;
    bottom: -206px;
    margin-top: 0;
    width: 426px;
  }
}

.merit-list {
  font-size: 13px;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .merit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 15px;
  }
}

.merit-list li {
  position: relative;
  padding: 11.94vw 28px;
  margin-bottom: 44px;
  background: #fff;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .merit-list li {
    padding:79px 40px 72px;
    width: 475px;
    margin-bottom: 92px;
  }

  .merit-list li:nth-of-type(2n) {
    transform: translateY(209px);
  }
}

.merit-list li::before,
.merit-list li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}

.merit-list li::before {
  top: 0;
  height: 2.4vw;
  background: url(../images/dustfree_scratch/deco-top.png) no-repeat top / 100%;
}
@media screen and (min-width: 768px) {
  .merit-list li::before {
    height: 13px;
  }
}

.merit-list li::after {
  bottom: 0;
  height: 17.333vw;
  background: url(../images/dustfree_scratch/deco-bottom.png) no-repeat bottom / 100%;
}
@media screen and (min-width: 768px) {
  .merit-list li::after {
    height: 92px;
  }
}

.merit-list__icon {
  position: absolute;
  top: -14px;
  left: -9px;
  width: 22%;
}
@media screen and (min-width: 768px) {
  .merit-list__icon {
    top: -20px;
    left: -16px;
  }
}

.merit-list__term {
  padding-bottom: 15px;
  border-bottom: 1px solid #029ce3;
  margin-bottom: 15px !important;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .merit-list__term {
    padding-bottom: 25px;
    margin-bottom: 25px !important;
    font-size: 30px;
  }
}

.merit-list__term span {
  background: linear-gradient(transparent 75%, #ffe202 75%);
}

.strength {
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .strength {
    padding-top: 75px;
  }
}
@media screen and (min-width: 768px) {
  .strength {
    padding-bottom: 100px;
  }
}

.strength .cloud--no1 {
  top: 16px;
  right: calc(50% + 19px);
  width: 42%;
}
@media screen and (min-width: 768px) {
  .strength .cloud--no1 {
    top: 81px;
    right: calc(50% + 367px);
    width: 317px;
  }
}

.strength .cloud--no2 {
  bottom: 11px;
  left: calc(50% + 61px);
  width: 45%;
}
@media screen and (min-width: 768px) {
  .strength .cloud--no2 {
    bottom: 31px;
    left: calc(50% + 510px);
    width: 243px;
  }
}

.strength-text {
  margin-top: 25px;
  text-align: center;
  font-size: 13px;
  letter-spacing: .05em;
}
@media screen and (min-width: 768px) {
  .strength-text {
    margin-top: 40px;
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .strength-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.strength-list li {
  position: relative;
  padding: 25px;
  border-radius: 20px;
  margin-top: 48px;
  background-color: #ffe202;
}
@media screen and (min-width: 768px) {
  .strength-list li {
    padding-top: 29px;
    padding-right: 29px;
    padding-bottom: 29px;
    padding-left: 29px;
    margin-top: 60px;
    max-width: 300px;
  }
}

.strength-list__icon {
  position: absolute;
  top: -28px;
  left: 50%;
  width: 52px;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .strength-list__icon {
    top: -31px;
    width: 58px;
  }
}

.strength-list__term {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin: 10px 0 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .strength-list__term {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 134px;
    font-size: 24px;
    line-height: 1.4;
  }
}

.strength-list__description {
  text-align: justify;
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .strength-list__description {
    font-size: 15px;
  }
}

.strength-list__description em {
  color: #ed3e24;
  font-size: 130%;
  font-weight: 700;
  letter-spacing: .05em;
}

.client {
  padding-bottom: 88px;
}
@media screen and (min-width: 768px) {
  .client {
    padding-bottom: 10.286vw;
  }
}

.client::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  min-width: 700px;
  height: 17.6vw;
  background: url(../images/dustfree_scratch/bg-town.png) no-repeat center bottom / 100%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .client::after {
    height: 9.357vw;
    min-height: 131px;
  }
}

.client .cloud--no1 {
  top: 90px;
  right: calc(50% + 59px);
  width: 52%;
}
@media screen and (min-width: 768px) {
  .client .cloud--no1 {
    top: 169px;
    right: calc(50% + 425px);
    width: 386px;
  }
}

.client .cloud--no2 {
  bottom: 78px;
  left: calc(50% + 62px);
  width: 38%;
}
@media screen and (min-width: 768px) {
  .client .cloud--no2 {
    bottom: 358px;
    left: calc(50% + 468px);
    width: 283px;
  }
}

.client-list {
  margin: 37px 0 30px;
}
@media screen and (min-width: 768px) {
  .client-list {
    display: flex;
    margin: 72px 0 ;
  }
}

.client-list dt {
  position: relative;
  padding: 10px 10px 0;
  margin-bottom: 55px;
  background-color: #029ce3;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .client-list dt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 0;
    width: 240px;
    height: 250px;
    font-size: 18px;
  }
}

.client-list dt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  height: 27px;
  background: #029ce3;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .client-list dt::after {
    left: 100%;
    top: 0;
    width: 50px;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transform: unset;
  }
}

.client-list__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .client-list__wrap {
    margin-left: 80px;
    width: 530px;
  }
}

.client-list dd {
  position: relative;
  padding: 15px 10px 15px 40px;
  border-radius: 22px;
  width: 47%;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .client-list dd {
    padding: 25px 25px 25px 60px;
    border-radius: 35px;
    width: 250px;
    font-size: 18px;
  }
}

.client-list dd:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .client-list dd:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 20px;
  }
}

.client-list dd img {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 26px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .client-list dd img {
    left: 18px;
    width: 41px;
  }
}

.comment {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6875;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .comment {
    font-size: 24px;
  }
}

.comment::before,
.comment::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 16px;
  height: 24px;
  background: url(../images/dustfree_scratch/hukidashi.svg) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .comment::before,
  .comment::after {
    width: 22px;
    height: 34px;
  }
}

.comment::before {
  right: calc(50% + 153px);
}
@media screen and (min-width: 768px) {
  .comment::before {
    right: calc(50% + 396px);
  }
}

.comment::after {
  left: calc(50% + 153px);
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .comment::after {
    left: calc(50% + 396px);
  }
}

.comment--faq {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .comment--faq {
    margin-top: 85px;
  }
}

.comment--faq::before {
  right: calc(50% + 127px);
}
@media screen and (min-width: 768px) {
  .comment--faq::before {
    right: calc(50% + 308px);
  }
}

.comment--faq::after {
  left: calc(50% + 127px);
}
@media screen and (min-width: 768px) {
  .comment--faq::after {
    left: calc(50% + 308px);
  }
}

.character {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .character {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .character img {
    width: 24.5%;
  }
}

.comment--faq + .character {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .comment--faq + .character img {
    width: 27%;
  }
}

.case .cloud--no1 {
  top: 0;
  right: calc(50% + 19px);
  width: 42%;
}
@media screen and (min-width: 768px) {
  .case .cloud--no1 {
    top: 82px;
    right: calc(50% + 366px);
    width: 317px;
  }
}

.case .cloud--no2 {
  left: calc(50% + 94px);
  bottom: 102px;
  width: 33%;
}
@media screen and (min-width: 768px) {
  .case .cloud--no2 {
    left: calc(50% + 509px);
    bottom: 96px;
    width: 244px;
  }
}

.case .btn {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .case .btn {
    margin-top: 95px;
  }
}

@media screen and (min-width: 768px) {
  .case-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.case-list li {
  position: relative;
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .case-list li {
    margin-top: 0;
    width: 450px;
    font-size: 15px;
    margin-top: 72px;
  }
}

.case-list li img {
  width: 100%;
  border-radius: 20px;
}

.case-list li p {
  line-height: 1.9;
}

.case-list__tag {
  display: inline-block;
  position: absolute;
  top: -16px;
  left: 0;
  padding: 5px 15px 5px 10px;
  border-radius: 0 15px 15px 0;
  background-color: #ffe202;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em;
}
@media screen and (min-width: 768px) {
  .case-list__tag {
    top: -22px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 15px;
    border-radius: 0 20px 20px 0;
    font-size: 24px;
  }
}

.case-list__name {
  margin: 20px 0 10px !important;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .case-list__name {
    margin: 30px 0 15px !important;
    font-size: 20px;
  }
}

.spec .cloud--no1 {
  top: 37px;
  left: calc(50% + 100px);
  width: 35%;
}
@media screen and (min-width: 768px) {
  .spec .cloud--no1 {
    top: 105px;
    left: calc(50% + 498px);
    width: 262px;
  }
}

.spec .cloud--no2 {
  top: 97px;
  right: calc(50% + 67px);
  width: 38%;
}
@media screen and (min-width: 768px) {
  .spec .cloud--no2 {
    top: 592px;
    right: calc(50% + 416px);
    width: 284px;
  }
}

.spec .cloud--no3 {
  top: 50%;
  left: calc(50% + 32px);
  width: 56%;
}
@media screen and (min-width: 768px) {
  .spec .cloud--no3 {
    top: calc(50% + 422.5px);
    left: calc(50% + 403px);
    width: 419px;
  }
}

.spec-info__heading {
  padding: 20px 0 15px;
  border-radius: 14px 14px 0 0;
  margin-top: 35px;
  background: #022c7d;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spec-info__heading {
    padding: 25px 0 20px;
    border-radius: 20px 20px 0 0;
    margin-top: 68.5px;
    font-size: 30px;
  }
}

.spec-info__heading--scratch {
  position: relative;
  background-color: #ffe202;
  color: #000;
}
@media screen and (max-width: 767px) {
  .spec-info__heading--scratch {
    margin-top: 17.2vw;
  }
}

.spec-info__heading-image {
  position: absolute;
  top: -10.933vw;
  left: 50%;
  width: 24%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .spec-info__heading-image {
    top: -58px;
    left: auto;
    right: 98px;
    width: 114px;
    transform: unset;
  }
}

.spec-info__content {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 0 0 14px 14px; 
  background: #fff;
}
@media screen and (min-width: 768px) {
  .spec-info__content {
    padding: 40px;
    margin-bottom: 60px;
    border-radius: 0 0 20px 20px; 
  }
}

@media screen and (min-width: 768px) {
  .spec-info__image {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .spec-info__slider-for {
    width: 500px;
  }
}

.spec-info__slider-for img {
  width: 100%;
}

.spec-info__slider-nav {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .spec-info__slider-nav {
    margin: 0 0 0 20px;
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .spec-info__slider-nav .slick-track {
    margin-left: 0;
  }
}

.spec-info__slider-nav .slick-slide {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .spec-info__slider-nav .slick-slide {
    margin: 7.75px 0;
  }
}

.spec-info__text {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .spec-info__text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 47.5px 13px 0 30px;
  }
}

.spec-info__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .spec-info__list {
    width: 490px;
    font-size: 18px;
  }
}

.spec-info__list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  border-radius: 3.5px;
  width: 40%;
  background: #999;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spec-info__list dt {
    border-radius: 5px;
    width: 170px;
  }
}

.spec-info__list dt:not(:last-of-type),
.spec-info__list dd:not(:last-of-type) {
  margin-bottom: 5.6px;
}

.spec-info__list dd {
  display: flex;
  align-items: center;
  padding-left: 13.5px;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .spec-info__list dd {
    padding-left: 20px;
    width: calc(100% - 170px);
  }
}

.spec-info__illust {
  padding: 0 32px;
  margin-top: 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spec-info__illust {
    padding: 0;
    margin-top: 0;
  }
}

.spec-info__illust--right {
  padding: 0 0 0 24px;
}
@media screen and (min-width: 768px) {
  .spec-info__illust--right {
    padding: 0;
  }
}

.spec-info__note {
  margin-top: 25px;
  font-size: 12px;
  justify-content: space-between;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .spec-info__note {
    padding: 0 30px;
    margin-top: 47.5px;
    font-size: 15px;
  }

  .spec-info__note--mt0pc {
    margin-top: 0;
  }
}

.spec-info__note b {
  display: block;
  margin-bottom: 6px;
  color: #029ce3;
  font-weight: 700;
}

.flow {
  padding-top: 75px;
}
@media screen and (min-width: 768px) {
  .flow {
    margin-top: 95px;
  }
}

.flow .cloud--no1 {
  top: 16px;
  right: calc(50% + 19px);
  width: 42%;
}
@media screen and (min-width: 768px) {
  .flow .cloud--no1 {
    top: 81px;
    right: calc(50% + 366px);
    width: 317px;
  }
}

.flow .cloud--no2 {
  bottom: 110px;
  left: calc(50% + 61px);
  width: 45%;
}
@media screen and (min-width: 768px) {
  .flow .cloud--no2 {
    top: 641px;
    bottom: auto;
    left: calc(50% + 509px);
    width: 243px;
  }

  .flow .cloud--no3 {
    bottom: 830px;
    right: calc(50% + 415px);
    width: 283px;
  }

  .flow .cloud--no4 {
    bottom: 225px;
    left: calc(50% + 500px);
    width: 262px;
  }
}

.flow .btn {
  margin-top: 50px;
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .flow .btn {
    margin-top: 70px;
    margin-bottom: 0;
  }
}


.flow-list li {
  position: relative;
  padding: 15px 25px;
  border-radius: 10px;
  margin-top: 30px;
  background-color: #ffe202;
}
@media screen and (min-width: 768px) {
  .flow-list li {
    display: flex;
    flex-wrap: wrap;
    padding-right: 50px;
    padding-left: 50px;
  }
}

.flow-list li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 16px solid #ffe202;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  width: 0;
  height: 0;
  transform: translateX(-50%);
}

.flow-list li.flow-list__item-navy {
  background-color: #022c7d;
  color: #fff;
}

.flow-list li.flow-list__item-navy:not(:last-of-type)::after {
  border-top-color: #022c7d;
}

.flow-list__free-icon {
  position: absolute;
  top: -10px;
  left: -8px;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .flow-list__free-icon {
    top: -16px;
    left: -14px;
    width: auto;
  }
}

.flow-list__term {
  display: flex;
  align-items: center;
  min-height: 45px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .flow-list__term {
    width: 50%;
    min-height: auto;
    font-size: 24px;
  }

  .flow-list__term--full-pc {
    width: 100%;
  }
}

.flow-list__icon {
  flex-shrink: 0;
  margin-right: 10px;
  width: 71px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow-list__icon {
    margin-right: 28px;
    width: 74px;
  }
}

.flow-list__icon--contact img {
  width: 29px;
}
.flow-list__icon--meeting img,
.flow-list__icon--design img {
  width: 49px;
}
.flow-list__icon--quotation img {
  width: 39px;
}
.flow-list__icon--contract img {
  width: 45px;
}
.flow-list__icon--print img {
  width: 41px;
}
.flow-list__icon--delivery img {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .flow-list__icon img {
    width: auto;
  }
}

.flow-list__description {
  margin-top: 5px;
  text-align: justify;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .025em;
}
@media screen and (min-width: 768px) {
  .flow-list__description {
    margin-top: 0;
    padding-left: 15px;
    width: 50%;
    font-size: 15px;
    letter-spacing: .05em;
  }
}

.design-case-wrap {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .design-case-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
  }
}

.design-case {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .design-case {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    width: calc(50% - 10px);
  }
}

.design-case:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .design-case:not(:first-of-type) {
    margin-top: 25px;
  }
}

.design-case dt {
  padding: 15px;
  border-radius: 10px 10px 0 0;
  background-color: #022c7d;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
}
@media screen and (min-width: 768px) {
  .design-case dt {
    flex-shrink: 0;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 18px;
  }
}

.design-case dd {
  padding: 10px 25px 15px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .design-case dd {
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
    height: 100%;
  }
}

.design-case__image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
}
@media screen and (min-width: 768px) {
  .design-case__image {
    min-height: 80px;
  }
}

.design-case__image--1 img {
  width: 30%;
}
.design-case__image--2 img {
  width: 18%;
}
@media screen and (min-width: 768px) {
  .design-case__image img {
    width: auto;
  }
}

.design-case__title {
  margin-top: 10px;
  text-align: center;
  color: #f74b40;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
}
@media screen and (min-width: 768px) {
  .design-case__title {
    font-size: 18px;
  }
}

.design-case__text {
  margin-top: 20px;
  text-align: justify;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .025em;
}
@media screen and (min-width: 768px) {
  .design-case__text {
    margin-top: 25px;
    font-size: 15px;
  }
}

.design-case__text a {
  text-decoration: underline;
  color: #f74b40;
}

.design-case__note {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: .025em;
}
@media screen and (min-width: 768px) {
  .design-case__note {
    font-size: 13px;
  }
}

.flow-heading {
  position: relative;
  margin-top: 45px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .flow-heading {
    font-size: 24px;
  }
}

.flow-heading::before,
.flow-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 15px;
  height: 24px;
  background: url(../images/dustfree_scratch/hukidashi.svg) no-repeat center bottom / contain;
}
@media screen and (min-width: 768px) {
  .flow-heading::before,
  .flow-heading::after {
    width: 22px;
    height: 34px;
  }
}

.flow-heading::before {
  right: calc(50% + 155px);
}
@media screen and (min-width: 768px) {
  .flow-heading::before {
    right: calc(50% + 353px);
  }
}

.flow-heading::after {
  left: calc(50% + 155px);
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .flow-heading::after {
    left: calc(50% + 353px);
  }
}

.flow-text {
  margin-top: 25px;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .flow-text {
    margin-top: 35px;
    font-size: 15px;
  }
}

.faq .cloud--no1 {
  top: 59px;
  right: calc(50% + 80px);
  width: 58.4%;
}
@media screen and (min-width: 768px) {
  .faq .cloud--no1 {
    top: 434px;
    right: calc(50% + 412px);
    width: 437px;
  }
}

.faq .cloud--no2 {
  top: 314px;
  right: calc(50% + 72px);
  width: 37.3%;
}
@media screen and (min-width: 768px) {
  .faq .cloud--no2 {
    top: 50%;
    right: calc(50% + 420px);
    width: 279px;
  }
}

.faq .cloud--no3 {
  bottom: 277px;
  left: calc(50% + 91px);
  width: 38%;
}
@media screen and (min-width: 768px) {
  .faq .cloud--no3 {
    top: calc(50% + 128px);
    bottom: auto;
    left: calc(50% + 495px);
    width: 284px;
  }
}

.faq-list {
  padding: 20px 10px;
  border-radius: 14px;
  margin-top: 30px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .faq-list {
    padding: 70px 100px;
    border-radius: 20px;
    margin-top: 67px;
  }
}

.faq-list dt,
.faq-list dd {
  position: relative;
  padding-left: 48px;
}
@media screen and (min-width: 768px) {
  .faq-list dt,
  .faq-list dd {
    padding-left: 96px;
  }
}

.faq-list dt::before,
.faq-list dd::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .faq-list dt::before,
  .faq-list dd::before {
    left: 28px;
    width: 40px;
    height: 40px;
  }
}

.faq-list dt {
  padding-top: 13px;
  padding-right: 27px;
  padding-bottom: 13px;
  border-radius: 7px;
  background: #029ce3;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .faq-list dt {
    padding-top: 20px;
    padding-right: 42px;
    padding-bottom: 20px;
    border-radius: 10px;
    font-size: 18px;
  }
}

.faq-list dt:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .faq-list dt:not(:first-of-type) {
    margin-top: 20px;
  }
}

.faq-list dt::before {
  top: 10px;
  background-image: url(../images/dustfree_scratch/question.svg);
}
@media screen and (min-width: 768px) {
  .faq-list dt::before {
    top: 15px;
  }
}

.faq-list dd {
  padding-top: 15px;
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .faq-list dd {
    padding-top: 20px;
    font-size: 15px;
  }
}

.faq-list dd:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .faq-list dd:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

.faq-list dd::before {
  top: 10px;
  background-image: url(../images/dustfree_scratch/answer.svg);
}
@media screen and (min-width: 768px) {
  .faq-list dd::before {
    top: 15px;
  }
}

.faq-list__switch {
  position: absolute;
  top: 50%;
  right: 10px;
  border-radius: 50%;
  width: 17px;
  height: 17px; 
  background: #fff;
  transform: translateY(-50%);
  transform-origin: center;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
@media screen and (min-width: 768px) {
  .faq-list__switch {
    right: 18px;
    width: 24px;
    height: 24px; 
  }
}

.faq-list dt.active .faq-list__switch {
  transform: translateY(-50%) rotate(180deg);
}

.faq-list__switch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 1px solid #029ce3;
  border-left: 1px solid #029ce3;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .faq-list__switch::before {
    border-top-width: 2px;
    border-left-width: 2px;
    width: 8px;
    height: 8px;
  }
}

.fv__title-achieve-container {
  position: absolute;
  top: 40vw;
  right: 50%;
  transform: translateX(calc(50% + 31vw));
  width: 40%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .fv__title-achieve-container {
    top: 230px;
    right: min(calc(80vw / 14),80px);
    transform: translateX(0);
    width: 187.378px;
  }
}

.fv__title-achieve {
  position: relative;
}

.fv__title-achieve img {
  width: 100%;
  object-fit: contain;
}

.fv__title-achieve-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/dustfree_scratch/icon_achieve_text.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left;
}
@media screen and (min-width: 768px) {
  .fv__title-achieve-text {
    width: 187.378px;
    height: 180.3051px;
  }
}

.fv__title-achieve-text-num ,.fv__title-achieve-text-date {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50% , -50%);
}

p.fv__title-achieve-text-num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(calc(37.5vw / 3.75), 4rem);
  letter-spacing: -0.12rem;
  line-height: 1;
  color: #FF0000;
  right: calc(50% + 1.5vw);
  transform: translate(50%, -65%) scale(1.15, 1);
}
@media screen and (min-width: 768px) {
  p.fv__title-achieve-text-num {
    font-size: 54px;
    right: calc(50% + 10px);
    transform: translate(50%, calc(-50% - 7px)) scale(1.15, 1);
  }
}

p.fv__title-achieve-text-date {
  font-size: min(calc(6.5vw / 3.75), 0.8rem);
  font-weight: 700;
  font-weight: 700;
  top: 78%;
  transform: translate(50%, -50%) scale(0.8);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  p.fv__title-achieve-text-date {
    font-size: 10px;
    top: calc(100% - 42px);
  }
}

.fv__title-achieve-text-date span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
}

.fixed-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 50%;
  bottom: 0;
  padding-right: 20px;
  border-radius: 15px 15px 0 0;
  width: 88%;
  height: 67px;
  background-color: #ed3e24;
  text-align: center;
  color: #fff !important;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .05em;
  filter: drop-shadow(7px 7px 0 #971e00);
  transform: translateX(-50%);
  z-index: 9;
}

.fixed-btn:hover {
  color: #fff;
}

.fixed-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid #ffe400;
  width: 0;
  height: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .goTop {
    bottom: 5em;
  }
}

.scratch-movie {
    max-width:560px;
    /* aspect-ratio:650 / 315; */
    height:auto;
    margin-inline:auto;
    margin-bottom:clamp(50px,calc(113vw / 10),113px);
}