@media screen and (max-width: 768px) {
  .mv {
    background-position: center top;
  }
}

@media screen and (max-width: 768px) {
  .cta {
    background: linear-gradient(0deg, #e5f2f8, rgba(229, 242, 248, 0) 50%), url("../images/cta/bg.webp") no-repeat center top/100%;
  }
}
.cta .txt p {
  text-align: left;
  padding-left: 0.36rem;
  font-size: 0.13rem;
  transform: translateY(0.64em);
}
@media screen and (max-width: 768px) {
  .cta .txt p {
    padding-left: 0.2rem;
    font-size: 0.1rem;
  }
}

.btn_hide :is(.fixed_area, .fixed_btn) a[href="#anchor03"]:not(.js-menu_link) {
  opacity: 0;
  pointer-events: none;
}
.btn_moved :is(.fixed_area, .fixed_btn) a[href="#anchor03"]:not(.js-menu_link) {
  display: none;
}

.btn_hide .fixed_btn {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .btn_hide .cmn_footer {
    padding-bottom: 0.08rem;
  }
}

@media screen and (max-width: 768px) {
  #chatplusview.closed.headless #outline #eye_catcher {
    transition: 0.4s;
  }
  .fixed_btn_show #chatplusview.closed.headless #outline #eye_catcher {
    transform: translateY(-0.72rem);
  }
  .btn_hide #chatplusview.closed.headless #outline #eye_catcher {
    transform: translateY(0);
  }
}

.sec09 .ac_child .desc small {
  display: block;
  font-size: 72%;
}

.menu_btn {
  width: 0.24rem;
}
.menu_btn img {
  width: 100%;
  height: 100%;
}

.menu_close {
  width: 0.32rem;
  height: -moz-fit-content;
  height: fit-content;
}
.menu_close img {
  width: 100%;
}

.menu_dialog {
  border: none;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
  max-width: none;
  max-height: 100dvh;
  height: fit-content;
  width: 88%;
}
.menu_dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.menu_dialog .menu_content {
  padding: 0;
  min-width: 3rem;
  min-height: 2rem;
  background-image: url("../images/cmn/menu_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #54b0f1;
  position: relative;
}
.menu_dialog .menu_close {
  background: none;
  border: none;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0.3rem;
  right: 0.2rem;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
.menu_dialog .menu_body {
  padding: 0.6rem 0.32rem 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.menu_dialog .lists {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.menu_dialog .lists a {
  font-size: 0.14rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 0.03em;
}
.menu_dialog .lists .check_wrap {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.13rem;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: 0.4s;
}
.menu_dialog .lists .check_wrap svg {
  width: 0.15rem;
  height: 100%;
  stroke: #fbf971;
}
.menu_dialog .btn_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.15rem;
}
.menu_dialog .btn_wrap img {
  width: 3.2rem;
  transition: transform 0.4s;
}
.menu_dialog .menu_btn_call img {
  width: 2.6rem;
}
.menu_dialog a,
.menu_dialog button {
  outline: none;
}
.menu_dialog a:focus,
.menu_dialog button:focus {
  outline: none;
}
