* {
  list-style: none;
  font-size: clamp(16px, 1.05vw, 20px);
  padding: 0;
  margin: 0;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
*:hover {
  transition-duration: 0.2s;
}
@media (max-width: 768px) {
  * {
    font-size: clamp(14px, 2.08vw, 16px);
  }
}
body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
section {
  width: 100%;
  margin: 2rem auto;
}
@media (max-width: 1440px) {
  section {
    margin: 3rem auto;
  }
}
.flyer_wrap {
  position: relative;
  padding-bottom: 6rem;
}
.flyer-front,
.flyer-back,
footer {
  width: 100%;
  max-width: 1920px;
  margin: 2rem auto 0;
  padding: 0 10rem;
}
footer {
  margin-top: 5rem;
}
.flyer-back .wrap {
  border: black 3px solid;
  border-radius: 1.57vw;
  padding: 0 1.5rem 2rem;
  background-color: white;
}
@media (max-width: 1440px) {
  .flyer-back .wrap {
    padding: 0 5rem 3rem;
  }
}
@media (max-width: 1200px) {
  .flyer-front {
    padding: 0 5rem;
  }
  .flyer-back,
  footer {
    padding: 0 5rem 5rem;
  }
  .flyer-back .wrap {
    padding: 0 1rem 3rem;
  }
}
@media (max-width: 1000px) {
  .flyer-front,
  .flyer-back,
  footer {
    padding: 0 1rem;
  }
  .flyer-back .wrap {
    padding: 0;
    border: unset;
    background-color: unset;
  }
}
@media (max-width: 768px) {
  .flyer-front,
  .flyer-back,
  footer {
    padding: 0 0.5rem;
  }
  .flyer-front {
    margin-top: 1rem;
  }
}
img,
svg {
  width: 100%;
}
.color-red {
  color: red;
}

/* =========================
  上部 地区名 & 背景画像
========================= */
.area_ribbon {
  background-color: #2ea7e0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.area_ribbon .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  height: 6rem;
  padding: 10px;
}
.area_ribbon a img {
  width: 100%;
  height: 90%;
  padding: 1rem;
}
.area_ribbon p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background-color: black;
  text-align: center;
  width: 7em;
  font-size: clamp(28px, 1.89vw, 36px);
  padding: 3px 1.2em;
  border-radius: 100px;
}
.area_ribbon p br {
  display: none;
}
.background_top,
.background_bottom {
  position: absolute;
  z-index: -999;
  width: 100%;
}
.background_top {
  top: 0;
}
.background_bottom {
  bottom: 0;
  transform: rotate(180deg);
}
@media (max-width: 1440px) {
  .area_ribbon p {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .area_ribbon .inner {
    justify-content: space-between;
  }
  .area_ribbon a img {
    padding: 0.5rem;
  }
  .area_ribbon p {
    position: relative;
    left: unset;
    transform: unset;
    width: 6em;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: clamp(16px, 3.64vw, 24px);
  }
}
@media (max-width: 768px) {
  .area_ribbon a img {
    min-width: 180px;
    width: 90%;
  }
  .area_ribbon p {
    width: 100%;
    max-width: 150px;
    padding: 5px 0;
    margin-left: 2rem;
  }
  .area_ribbon p br {
    display: block;
  }
}
@media (max-width: 600px) {
  .area_ribbon p {
    width: 90%;
    max-width: 130px;
    padding: 5px 0;
    margin-left: 1rem;
  }
}

/* =========================
  main screen
========================= */
.main_screen .main .campaign_container * {
  text-align: center;
}
.main_screen .main .campaign_container {
  position: relative;
  z-index: -1;
  background-image: url(Material/title_gazou.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 3.5rem auto 0;
  padding-bottom: 12rem;
  border-radius: 1.57vw;
}
.main_screen .main .campaign_container .gokou {
  position: relative;
  height: 6rem;
}
.main_screen .main .campaign_container .gokou img {
  position: relative;
  bottom: 0.5rem;
  height: 6rem;
}
.main_screen .main .campaign_container h1.title {
  font-size: clamp(48px, 3.57vw, 68px);
  padding: 0.5rem 0 0.5rem;
}
.main_screen .main .campaign_container .campaign_title {
  position: relative;
  width: 103%;
  left: -1.5%;
}
.main_screen .main .campaign_container .campaign_period {
  position: relative;
  top: clamp(-80px, -4.21vw, -30px);
  font-size: clamp(28px, 1.89vw, 36px);
}
.main_screen .main .campaign_container .campaign_period .year {
  font-size: clamp(24px, 2.31vw, 44px);
}
.main_screen .main .campaign_container .campaign_period .range {
  font-size: clamp(24px, 1.89vw, 36px);
}
.main_screen .main .campaign_container .campaign_period .range .num {
  font-size: clamp(32px, 2.63vw, 52px);
}
@media (max-width: 1200px) {
  .main_screen .main .campaign_container .gokou,
  .main_screen .main .campaign_container .gokou img {
    height: min(10vw, 6rem);
  }
  .main_screen .main .campaign_container h1.title {
    font-size: clamp(32px, 4vw, 48px);
  }
}
@media (max-width: 768px) {
  section.main_screen {
    margin: 0 auto 3rem;
  }
  .main_screen .main .campaign_container {
    margin: 0 auto;
    padding-bottom: 6rem;
  }
  .main_screen .main .campaign_container .campaign_title {
    width: 100%;
    left: unset;
  }
  .main_screen .main .campaign_container h1.title {
    font-size: clamp(20px, 4.16vw, 32px);
  }
  .main_screen .main .campaign_container .campaign_period {
    top: clamp(-25px, -10.4vw, -80px);
    text-shadow: 1px 1px 1px white;
  }
  .main_screen .main .campaign_container .campaign_period .year,
  .main_screen .main .campaign_container .campaign_period .range {
    font-size: clamp(16px, 3.12vw, 24px);
  }
  .main_screen .main .campaign_container .campaign_period .range .num {
    font-size: clamp(20px, 4.16vw, 32px);
  }
}

/* =========================
  airconditioner comments
========================= */
.airconditioner_comments .aircon_container {
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.airconditioner_comments .aircon_container .aircon_left h2 {
  font-size: clamp(24px, 1.68vw, 32px);
  padding-bottom: 1rem;
  line-height: 1.3;
}
.airconditioner_comments .aircon_container .aircon_left p {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.airconditioner_comments .aircon_container .aircon_left {
  width: 55%;
}
.airconditioner_comments .aircon_container .aircon_right {
  display: flex;
  justify-content: end;
  width: 45%;
  padding-left: 1.5rem;
}
.airconditioner_comments .aircon_container .aircon_right img {
  max-width: 600px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1200px) {
  .airconditioner_comments .aircon_container {
    flex-direction: column;
    align-items: center;
  }
  .airconditioner_comments .aircon_container .aircon_left,
  .airconditioner_comments .aircon_container .aircon_right {
    width: 100%;
  }
  .airconditioner_comments .aircon_container .aircon_right {
    justify-content: center;
    padding: 0;
  }
  .airconditioner_comments .aircon_container .aircon_right img {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .airconditioner_comments .aircon_container .aircon_left h2 {
    font-size: clamp(16px, 3.12vw, 24px);
  }
  .airconditioner_comments .aircon_container .aircon_left p {
    margin-bottom: 1rem;
  }
}
@media (max-width: 500px) {
  .airconditioner_comments .aircon_container .aircon_right img {
    max-width: 250px;
  }
}

/* =========================
  money details
========================= */
.money_details .money_container {
  width: 100%;
  overflow-x: hidden;
  background-color: white;
  border: black 3px solid;
  border-radius: 1.57vw;
}
.money_details .title_element {
  width: 100%;
}
.money_details h2.title {
  width: 20em;
  margin: 0 auto;
  padding: 0.3rem 1.5em;
  border: black 3px solid;
  border-radius: 0px 0px 10px 10px;
  background-color: black;
  color: white;
  font-size: clamp(24px, 1.68vw, 32px);
}
.money_details .money_element_top {
  display: flex;
  padding: 0.5rem 1.5rem;
}
.money_details .money_element_top .money_left,
.money_details .money_element_top .money_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  margin-top: 0.5rem;
  padding-left: 1.5rem;
}
.money_details .money_element_top .money_left p,
.money_details .money_element_top .money_right p {
  margin-top: 0.5rem;
}
.money_details .money_element_top .money_left {
  position: relative;
}
.money_details .money_element_top .money_right {
  border-left: 3px dotted gray;
}
.money_details .money_element_top .money_left h3,
.money_details .money_element_top .money_right h3 {
  width: fit-content;
  padding: 0.3rem 1em;
  margin-bottom: 0.5rem;
  border: black 2px solid;
  border-radius: 1.57vw;
  font-size: clamp(20px, 1.26vw, 24px);
}
.money_details .money_element_top p,
.money_details .money_element_top span {
  font-size: clamp(24px, 1.57vw, 30px);
  line-height: 1;
}
.money_details .money_element_bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  padding-bottom: 1rem;
}
.money_details .line {
  width: 95%;
  height: 1px;
  margin: 0.5rem auto;
  background-color: #808080;
}
.money_details .money_element_bottom .money_left,
.money_details .money_element_bottom .money_center,
.money_details .money_element_bottom .money_right {
  padding-top: 0.5rem;
}
.money_details .money_element_bottom .money_left,
.money_details .money_element_bottom .money_center {
  padding-right: 0.5rem;
}
.money_details .money_element_bottom .money_center p:first-child {
  font-size: 16px;
  padding-right: 0.5rem;
  line-height: 1.2rem;
}
.money_details .money_element_bottom .money_center p:last-child {
  font-size: 24px;
  align-content: center;
}
.money_details .money_element_bottom .money_center {
  position: relative;
  display: flex;
  border: black 1px solid;
  border-right: none;
  gap: 0.8rem;
  padding: 0.5rem;
}
.money_details .money_element_bottom .money_center::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 50%;
  border-right: 1px solid #000;
  transform: skewX(35deg);
  transform-origin: top left;
}
.money_details .money_element_bottom .money_center::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 50%;
  border-right: 1px solid #000;
  transform: skewX(-35deg);
  transform-origin: bottom left;
}
.money_details .money_element_top .cross,
.money_details .money_element_bottom .cross {
  position: relative;
  width: 20px;
  height: 20px;
}
.money_details .money_element_top .cross::before,
.money_details .money_element_bottom .cross::before,
.money_details .money_element_top .cross::after,
.money_details .money_element_bottom .cross::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.money_details .money_element_top .cross::before,
.money_details .money_element_bottom .cross::before {
  transform: translateY(-50%) rotate(15deg);
}
.money_details .money_element_top .cross::after,
.money_details .money_element_bottom .cross::after {
  transform: translateY(-50%) rotate(-15deg);
}
.money_details .money_element_top .cost-big,
.money_details .money_element_top .cost-medium {
  font-size: clamp(36px, 2.31vw, 44px);
}
.money_details .money_element_top .big {
  font-size: clamp(64px, 3.78vw, 72px);
}
.money_details .money_element_top .medium {
  font-size: 50px;
}
.money_details .money_element_bottom .small {
  font-size: clamp(32px, 2.10vw, 40px);
}
.money_details .money_element_top .cost-big .arrow img {
  width: 1.8rem;
  height: 1.8rem;
  padding-bottom: 0.35rem;
}
.money_details .money_element_top .cost-medium .arrow img {
  width: 1.2rem;
  height: 1.2rem;
  padding-bottom: 0.3rem;
}
.money_details .money_element_bottom .arrow {
  display: inline-block;
  padding: 0 0.3rem;
}
.money_details .money_element_bottom .arrow img {
  width: 1em;
  height: 1em;
}
.money_details .money_element_bottom .arrow_down {
  display: none;
}
.money_details .money_element_bottom .money_right p {
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .money_details .money_element_top {
    flex-direction: column-reverse;
    align-items: center;
  }
  .money_details .money_element_top .money_right {
    border-left: unset;
    border-bottom: 3px dotted gray;
  }
  .money_details .money_element_top .money_left,
  .money_details .money_element_top .money_right {
    width: 70%;
    padding-left: 0;
    padding-bottom: 10px;
  }
  .money_details .money_element_top .cost-medium .arrow img {
    width: 1.8rem;
    height: 1.8rem;
    padding-bottom: 0.35rem;
  }
  .money_details .money_element_bottom {
    flex-direction: column;
  }
  .money_details .money_element_bottom .money_left,
  .money_details .money_element_bottom .money_center {
    padding-right: 0;
  }
  .money_details .money_element_bottom .money_left,
  .money_details .money_element_bottom .money_center,
  .money_details .money_element_bottom .money_right {
    text-align: center;
  }
  .money_details .money_element_bottom .money_center {
    display: block;
    width: 100%;
    max-width: 550px;
    border-right: black 1px solid;
    border-radius: 30px;
    margin: 1rem 0;
  }
  .money_details .money_element_bottom .money_center::before,
  .money_details .money_element_bottom .money_center::after {
    display: none;
  }
  .money_details .money_element_bottom .money_center p:first-child {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 0 0 0.5em;
  }
  .money_details .money_element_bottom .money_center p:first-child br {
    display: inline;
  }
  .money_details .money_element_bottom .money_center p:first-child p {
    width: 100%;
    display: flex;
  }
  .money_details .money_element_bottom .money_center p:first-child span {
    display: block;
  }
  .money_details .money_element_bottom .money_center p:last-child {
    width: 100%;
  }
  .money_details .money_element_bottom .arrow_down {
    display: block;
    width: 5rem;
    height: 2.5rem;
  }
  .money_details .money_element_bottom .arrow_down img {
    position: relative;
    top: -1.5rem;
    transform: rotate(90deg) scaleX(0.5);
  }
}
@media (max-width: 768px) {
  .money_details h2.title {
    width: 100%;
    text-align: center;
    padding: 0.3rem 0.5em;
    font-size: clamp(16px, 3.12vw, 24px);
  }
  .money_details .money_element_top {
    padding: 0.5rem;
  }
  .money_details .money_element_top .money_left h3,
  .money_details .money_element_top .money_right h3 {
    font-size: clamp(16px, 2.60vw, 20px);
  }
  .money_details .money_element_top p,
  .money_details .money_element_top span {
    font-size: clamp(14px, 3.12vw, 24px);
  }
  .money_details .money_element_top .cost-big,
  .money_details .money_element_top .cost-medium {
    font-size: clamp(16px, 4.68vw, 36px);
  }
  .money_details .money_element_top .cost-medium .arrow img,
  .money_details .money_element_top .cost-big .arrow img {
    width: 1.3rem;
    height: 1.3rem;
  }
  .money_details .money_element_top .medium {
    font-size: clamp(32px, 6.51vw, 50px);
  }
  .money_details .money_element_top .big {
    font-size: clamp(44px, 8.33vw, 64px);
  }
  .money_details .money_element_bottom .money_center {
    width: auto;
    padding: 5px 3rem;
  }
  .money_details .money_element_bottom .money_center {
    padding: 5px 3rem;
  }
  .money_details .money_element_bottom .money_center p:first-child {
    display: block;
  }
  .money_details .money_element_bottom .money_center p:first-child br {
    display: none;
  }
  .money_details .money_element_bottom .money_center p:first-child span {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 400px) {
  .money_details .money_element_top .money_left,
  .money_details .money_element_top .money_right {
    width: 93%;
  }
}

/* =========================
  air conditioner concerns
========================= */
.airconditioner_concerns h2 {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 2rem;
}
.airconditioner_concerns h2 img {
  width: 25%;
}
.airconditioner_concerns h2 span,
.airconditioner_concerns h2 p.small {
  width: 30%;
  font-size: clamp(32px, 2.52vw, 48px);
}
.airconditioner_concerns h2 p.small {
  display: none;
}
.airconditioner_concerns h2 span:first-of-type {
  text-align: end;
}
.airconditioner_concerns h2 span:last-of-type {
  text-align: start;
}
.airconditioner_concerns .bubble_wrap-pc {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.airconditioner_concerns .bubble_wrap-pc img {
  width: 28%;
}
.airconditioner_concerns .bubble_wrap-sp {
  display: none;
}
@media (max-width: 1440px) {
  .airconditioner_concerns h2 {
    flex-direction: column;
  }
  .airconditioner_concerns h2 span {
    display: none;
  }
  .airconditioner_concerns h2 p.small {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
  }
  .airconditioner_concerns h2 img {
    width: 50%;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .airconditioner_concerns h2 p.small {
    font-size: clamp(16px, 4.16vw, 32px);
  }
  .airconditioner_concerns .bubble_wrap-pc {
    display: none;
  }
  .airconditioner_concerns .bubble_wrap-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  .airconditioner_concerns .bubble_wrap-sp {
    position: relative;
    width: 70%;
    background-color: #9BD3E3;
    margin: 1rem auto 0;
    padding: 0.5rem;
    border-radius: 15px;
  }
  .airconditioner_concerns .bubble_wrap-sp::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #9BD3E3;
  }
  .airconditioner_concerns .bubble_wrap-sp text {
    font-size: clamp(48px, 0.78vw, 60px);
  }
}
@media (max-width: 600px) {
  .airconditioner_concerns .bubble_wrap-sp {
    width: 100%;
  }
}

/* =========================
  pro comments
========================= */
.pro_comments {
  display: flex;
  align-items: flex-end;
  border: 3px solid #2ea7e0;
  border-radius: 1.57vw;
  padding: 1vw 1.5rem 0;
  overflow: hidden;
}
.pro_comments>div:first-child {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.pro_comments>div:first-child img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}
.pro_comments>div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 1vw 1.5rem;
}
.pro_comments>div:last-child h3 {
  font-size: clamp(24px, 1.57vw, 30px);
  padding-bottom: 0.5em;
}
.pro_comments>div:last-child p {
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .pro_comments {
    flex-direction: column-reverse;
    align-items: center;
    padding: 1rem 0.5rem 0;
  }
  .pro_comments>div:last-child {
    padding: 0;
  }
  .pro_comments>div:last-child h3 {
    padding-bottom: 1em;
  }
}

/* =========================
  before and after
========================= */
.before_after {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.before_after .before_left,
.before_after .after_right {
  position: relative;
  flex: 1;
  border-radius: 1.57vw;
  padding: 0 1.5rem 1.5rem;
}
.before_after .before_left,
.before_after .after_right,
.before_after .before_left p.text,
.before_after .after_right p.text {
  margin-top: 2rem;
}
.before_after .before_left {
  border: 3px solid #9fa0a0;
  margin-right: 1rem;
}
.before_after .after_right {
  border: 3px solid #2ea7e0;
  margin-left: 1rem;
}
.before_after .before_left p.before,
.before_after .after_right p.after {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: white;
  width: clamp(220px, 14.73vw, 280px);
  height: 4rem;
  font-size: clamp(32px, 2.10vw, 40px);
  letter-spacing: 5px;
}
.before_after .before_left p.before {
  background-color: #9fa0a0;
}
.before_after .after_right p.after {
  background-color: #2ea7e0;
}
.before_after .before_left p.text,
.before_after .after_right p.text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(130px, 8.42vw, 160px);
  padding: 1.5rem 0 3rem;
  line-height: 1.5em;
}
.before_after .before_left p.text {
  font-size: clamp(14px, 1.25vw, 24px);
}
.before_after .after_right p.text {
  font-size: clamp(26px, 1.87vw, 36px);
}
.before_after .after_right p.text::before,
.before_after .after_right p.text::after {
  position: relative;
  content: '';
  width: clamp(70px, 4.26vw, 100px);
  height: clamp(70px, 4.26vw, 100px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.before_after .after_right p.text::before {
  background-image: url("Material/after_left.png");
  left: 0;
}
.before_after .after_right p.text::after {
  background-image: url("Material/after_right.png");
  right: 0;
}
@media (max-width: 1440px) {
  .before_after {
    display: block;
  }
  .before_after .before_left,
  .before_after .after_right {
    text-align: center;
    margin: 2rem auto 4rem;
  }
  .before_after .before_left img,
  .before_after .after_right img {
    padding: 0 1rem;
  }
  .before_after .before_left p.text,
  .before_after .after_right p.text {
    padding-bottom: 2rem;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .before_after .after_right p.text {
    width: 90%;
    margin: 2rem auto 0;
  }
}
@media (max-width: 768px) {
  .before_after .before_left,
  .before_after .after_right {
    padding: 0 0.5rem 0.5rem;
  }
  .before_after .before_left p.before,
  .before_after .after_right p.after {
    top: -1em;
    width: clamp(160px, 28.94vw, 220px);
    height: 2em;
    font-size: clamp(24px, 4.16vw, 32px);
  }
  .before_after .after_right p.text {
    font-size: clamp(18px, 3.64vw, 24px);
  }
  .before_after .after_right p.text::before {
    width: clamp(50px, 9.76vw, 75px);
    height: clamp(50px, 9.76vw, 75px);
  }
  .before_after .after_right p.text::after {
    width: clamp(50px, 9.76vw, 75px);
    height: clamp(50px, 9.76vw, 75px);
  }
}
@media (max-width: 460px) {
  .before_after .after_right p.text {
    width: 100%;
  }
  .before_after .after_right p.text::before {
    width: clamp(30px, 10.86vw, 50px);
    height: clamp(30px, 10.86vw, 50px);
  }
  .before_after .after_right p.text::after {
    width: clamp(30px, 10.86vw, 50px);
    height: clamp(30px, 10.86vw, 50px);
  }
}

/* =========================
  footer
========================= */
footer .process_and_questions .cleaning_process {
  margin-bottom: 3rem;
}
footer .process_and_questions .cleaning_process h3,
footer .process_and_questions .question h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: clamp(28px, 2.10vw, 40px);
}
footer .process_and_questions .cleaning_process .flow-pc,
footer .process_and_questions .cleaning_process .flow-sp {
  width: 100%;
  display: flex;
  justify-content: center;
}
footer .process_and_questions .cleaning_process .flow-sp {
  display: none;
}
footer .process_and_questions .question .faq {
  display: flex;
  flex-direction: column;
}
footer .process_and_questions .question .faq_item {
  padding-bottom: 4px;
}
footer .process_and_questions .question .faq_item .faq_q_inner,
footer .process_and_questions .question .faq_item .faq_a_inner {
  margin-top: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, .06);
}
footer .process_and_questions .question .faq_q {
  width: 100%;
  border: none;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  text-align: left;
  padding: 0;
}
footer .process_and_questions .question .faq_q_inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
}
footer .process_and_questions .question .faq_a {
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height .4s ease, opacity .2s ease, transform .2s ease;
}
footer .process_and_questions .question .faq_item.active .faq_a {
  opacity: 1;
  transform: translateY(0);
}
footer .process_and_questions .question .faq_a_inner {
  display: flex;
  gap: 16px;
  padding: 24px;
}
footer .process_and_questions .question .mark {
  width: 1.5em;
  height: 1.5em;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: normal;
  font-size: 1.2rem;
  color: #fff;
  background-color: #00a5e3;
}
footer .process_and_questions .question .faq_a .mark {
  background-color: #9fa0a0;
}
footer .process_and_questions .question .text {
  line-height: 2;
  font-size: 16px;
}
footer .process_and_questions .question .faq_q::after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-70%) rotate(45deg);
  transition: .3s;
}
footer .process_and_questions .question .faq_item.active .faq_q::after {
  transform: translateY(-30%) rotate(-135deg);
}
footer .contact_information .company_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 1.57vw;
  padding: 1.5rem;
}
footer .contact_information .company_container a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
footer .contact_information .company_container .company_right>*:not(:last-child),
footer .contact_information .company_container .company_left>*:not(:last-child) {
  margin-bottom: 0.5rem;
}
footer .contact_information .company_container .company_right>*:not(:last-child) br {
  display: none;
}
footer .contact_information .company_container .company_right .phone_number {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
footer .contact_information .company_container .company_right .phone_number img {
  width: 1.5em;
  height: 1.5em;
  padding-right: 5px;
}
footer .contact_information .company_container .company_right .phone_number .number a {
  font-size: clamp(42px, 2.73vw, 52px);
}
footer .contact_information .company_container .company_left *,
footer .contact_information .company_container .company_right p {
  line-height: 1.2;
  font-size: clamp(18px, 1.35vw, 26px);
}
footer .contact_information .company_container .company_left a {
  text-decoration: underline;
}
footer .contact_information .company_container .company_left img {
  width: 100%;
  max-width: 350px;
}
@media (max-width: 1200px) {
  footer .contact_information .company_container {
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 1rem;
  }
  footer .contact_information .company_container>div:not(:nth-child(2)):first-child {
    padding-right: 0;
  }
  footer .contact_information .company_container>div:nth-child(2) {
    padding: 2rem 0;
    border-left: unset;
    border-right: unset;
  }
  footer .contact_information .company_container>div:not(:nth-child(2)):last-child {
    padding-left: 0;
  }
  footer .contact_information .company_container .company_right,
  footer .contact_information .company_container .company_left {
    width: 100%;
  }
  footer .contact_information .company_container .company_right .phone_number {
    justify-content: center;
  }
  footer .contact_information .company_container .company_left img {
    max-width: 350px;
  }
  footer .contact_information .company_container .company_right,
  footer .contact_information .company_container .company_left {
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .process_and_questions .cleaning_process h3,
  footer .process_and_questions .question h3 {
    font-size: clamp(20px, 3.64vw, 28px);
  }
  footer .process_and_questions .cleaning_process .flow-pc {
    display: none;
  }
  footer .process_and_questions .cleaning_process .flow-sp {
    display: flex;
  }
  footer .process_and_questions .cleaning_process .flow-sp img {
    max-width: 200px;
  }
  footer .process_and_questions .question .faq_item .faq_q_inner,
  footer .process_and_questions .question .faq_item .faq_a_inner {
    gap: 10px;
    padding: 24px 0.7em;
  }
  footer .process_and_questions .question .text {
    font-size: clamp(14px, 2.08vw, 16px);
  }
  footer .process_and_questions .question .faq_q::after {
    width: clamp(10px, 1.95vw, 15px);
    height: clamp(10px, 1.95vw, 15px);
  }
  footer .contact_information .company_container {
    max-width: unset;
  }
  footer .contact_information .company_container .company_left *,
  footer .contact_information .company_container .company_right p {
    font-size: clamp(14px, 2.36vw, 18px);
  }
  footer .contact_information .company_container .company_right>*:not(:last-child) br {
    display: block;
  }
  footer .contact_information .company_container .company_right .phone_number .number a {
    font-size: clamp(32px, 5.46vw, 42px);
  }
  footer .contact_information .company_container .company_left img {
    width: 85%;
    max-width: 300px;
  }
  footer .contact_information .company_container .company_left p span {
    display: block;
  }
  footer .contact_information .company_container .company_left p br {
    display: none;
  }
}
/* =========================
  footer comments
========================= */
footer .comments {
  padding: 0 0 10rem;
}
footer .comments p {
  text-align: center;
  border: #000 2px solid;
  background-color: white;
  border-radius: 50px;
  font-size: clamp(28px, 1.68vw, 32px);
  padding: 1rem 1rem;
}
footer .comments br {
  display: none;
}
@media (max-width: 1440px) {
  footer .comments {
    padding: 0;
  }
  footer .comments p {
    font-size: clamp(20px, 1.94vw, 28px);
  }
}
@media (max-width: 768px) {
  footer .comments p {
    padding: 1rem 0rem;
    font-size: clamp(14px, 2.60vw, 20px);
  }
  footer .comments br {
    display: block;
  }
}

/* =========================
  form button
========================= */
section.form_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
section.form_button button {
  background-color: #EE7800;
  border: unset;
  width: 90%;
  max-width: 800px;
  padding: 1.5rem 0;
  border-radius: 15px;
  box-shadow: 0px 5px 0px #CB6600;
  transition: 0.3s;
}
section.form_button button:hover {
  box-shadow: unset;
  transform: translateY(4px);
  background-color: #CB6600;
}
section.form_button button p {
  color: white;
}
section.form_button button p.top {
  margin-bottom: 1rem;
}
section.form_button button p.bottom {
  font-size: clamp(24px, 1.68vw, 32px);
}
@media (max-width: 768px) {
  section.form_button button p.bottom {
    font-size: clamp(16px, 3.12vw, 24px);
  }
}