@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  position: relative;
  overflow-x: hidden;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  body {
    font-size: 3.0769230769vw;
    line-height: 5.1282051282vw;
    letter-spacing: 0.1512820513vw;
  }
}

main {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  outline: none;
}

.show {
  display: block;
}
@media (max-width: 768px) {
  .show--pc {
    display: none !important;
  }
}
.show--sp {
  display: none !important;
}
@media (max-width: 768px) {
  .show--sp {
    display: block !important;
  }
}

.wrapper {
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.pict1 {
  margin-top: 3.9%;
}
@media (max-width: 768px) {
  .pict1 {
    margin-top: 12.6vw;
  }
}

.pict2 {
  margin-top: 1.3%;
}
@media (max-width: 768px) {
  .pict2 {
    margin-top: 10.2vw;
  }
}

.faq {
  font-feature-settings: "palt";
}
.faq .ttl {
  max-width: 359px;
  margin: 66px auto 0;
}
@media (max-width: 768px) {
  .faq .ttl {
    margin: 15.3846153846vw auto 0;
    max-width: 100%;
    width: 56.4102564103vw;
  }
}
.faq .faq_list {
  max-width: 1200px;
  width: 90%;
  margin: 63px auto 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8.3px 2%;
  justify-content: space-between;
  font-weight: bold;
}
@media (max-width: 768px) {
  .faq .faq_list {
    margin: 15.641025641vw auto 20vw;
    flex-direction: column;
    gap: 3.8461538462vw;
  }
}
.faq .faq_list .faq_item {
  width: 48%;
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding: 13px 34px;
  background-color: #0099cc;
  color: white;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .faq .faq_list .faq_item {
    width: 100%;
    font-size: 4.6153846154vw;
    line-height: 6.9230769231vw;
    padding: 4.2307692308vw 4.2307692308vw;
  }
}
.faq .faq_list .faq_item .faq_item_ttl {
  display: inline-flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .faq .faq_list .faq_item .faq_item_ttl {
    padding-right: 7.6923076923vw;
  }
}
.faq .faq_list .faq_item .faq_item_ttl::before {
  content: "Q";
  margin-right: 20px;
}
@media (max-width: 768px) {
  .faq .faq_list .faq_item .faq_item_ttl::before {
    margin-right: 5.1282051282vw;
  }
}
.faq .faq_list .faq_item .faq_item_ttl::after {
  display: block;
  position: absolute;
  right: 0;
  content: "";
  background-image: url(../img/faq_arrow.png);
  width: 24px;
  height: 13px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
@media (max-width: 768px) {
  .faq .faq_list .faq_item .faq_item_ttl::after {
    width: 6.1538461538vw;
    height: 3.3333333333vw;
  }
}
.faq .faq_list .faq_item .faq_item_ttl.open::after {
  transform: rotate(0deg);
}
.faq .faq_list .faq_item .faq_item_answer {
  display: none;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .faq .faq_list .faq_item .faq_item_answer {
    margin-top: 5.1282051282vw;
  }
}

.cta {
  position: relative;
}
.cta .btn {
  width: 48.6%;
  position: absolute;
  top: auto;
  bottom: 15.5%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cta .btn {
    width: 90.3%;
    bottom: 7.8%;
  }
}
.cta .btn:hover {
  filter: brightness(1.1);
}

.footer {
  margin-top: -10%;
  padding-top: 10%;
  background-color: #0099cc;
  color: white;
  font-feature-settings: "palt";
}
.footer .footer_inner {
  max-width: 1240px;
  padding: 6px 20px 0;
  margin: auto;
}
@media (max-width: 768px) {
  .footer .footer_inner {
    padding: 3.8461538462vw 5.1282051282vw 0;
  }
}
.footer .flex_wrap {
  display: flex;
  justify-content: space-between;
  gap: 3.2%;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer .flex_wrap {
    flex-direction: column;
  }
}
.footer .flex_wrap .logo_area {
  width: 296px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer .flex_wrap .logo_area {
    width: 54%;
    margin: 0 auto;
  }
}
.footer .flex_wrap .name_address_phone_hour_area {
  display: flex;
  justify-content: space-between;
  flex: auto;
  gap: 3%;
  min-width: 725px;
}
@media (max-width: 768px) {
  .footer .flex_wrap .name_address_phone_hour_area {
    flex-direction: column;
    min-width: 100%;
  }
}
.footer .flex_wrap .name_address_area {
  margin-top: 64px;
  width: 50%;
}
@media (max-width: 768px) {
  .footer .flex_wrap .name_address_area {
    margin-top: 7vw;
    width: 100%;
    text-align: center;
  }
}
.footer .flex_wrap .name_address_area .name {
  font-size: 36px;
  font-weight: bolder;
  letter-spacing: 0.225rem;
}
@media (max-width: 768px) {
  .footer .flex_wrap .name_address_area .name {
    font-size: 9.2307692308vw;
    letter-spacing: 0.9230769231vw;
  }
}
.footer .flex_wrap .name_address_area .address {
  font-size: 18px;
  margin-top: 16px;
  letter-spacing: 0.125rem;
}
@media (max-width: 768px) {
  .footer .flex_wrap .name_address_area .address {
    font-size: 4.358974359vw;
    margin-top: 4.1025641026vw;
    letter-spacing: 0.5128205128vw;
  }
}
.footer .flex_wrap .phone_hour_area {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 50%;
  margin-top: 63px;
}
@media (max-width: 768px) {
  .footer .flex_wrap .phone_hour_area {
    width: 100%;
    align-items: center;
    margin-top: 16.1538461538vw;
  }
}
.footer .flex_wrap .phone_hour_area .phone {
  font-size: 36px;
  display: flex;
  letter-spacing: 0.225rem;
}
@media (max-width: 768px) {
  .footer .flex_wrap .phone_hour_area .phone {
    font-size: 9.2307692308vw;
    letter-spacing: 0.9230769231vw;
  }
}
.footer .flex_wrap .phone_hour_area .phone .icon_tel {
  width: 27px;
  height: 27px;
  margin-right: 17px;
}
@media (max-width: 768px) {
  .footer .flex_wrap .phone_hour_area .phone .icon_tel {
    width: 6.9230769231vw;
    height: 6.9230769231vw;
    margin-right: 4.358974359vw;
  }
}
.footer .flex_wrap .phone_hour_area .hour {
  font-size: 18px;
  margin-top: 6px;
  letter-spacing: 0.125rem;
}
@media (max-width: 768px) {
  .footer .flex_wrap .phone_hour_area .hour {
    font-size: 4.6153846154vw;
    margin-top: 3vw;
    letter-spacing: 0.5128205128vw;
  }
}
.footer .copyright {
  margin-top: 53px;
  padding: 20px;
  border-top: white 2px solid;
  text-align: center;
  letter-spacing: 0.1875rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer .copyright {
    margin-top: 6.2vw;
    padding: 2.6vw 2.6vw 0.9vw;
    line-height: 6.2vw;
    letter-spacing: 0.7692307692vw;
  }
}

.floating-button {
  position: fixed;
  bottom: 20px;
  right: 4.4270833333%;
  z-index: 1000;
  transition: all 0.3s;
  width: min(16.9230769231vw, 220px);
}
@media (max-width: 768px) {
  .floating-button {
    width: min(25vw, 200px);
    bottom: 5.1282051282vw;
  }
}
.floating-button img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.floating-button a {
  display: inline-block;
  text-decoration: none;
}
.floating-button.hidden {
  display: none;
}
.floating-button:hover {
  filter: brightness(1.1);
}/*# sourceMappingURL=style.css.map */