@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);


html, body {
  overflow-x: hidden;
}
body {
  font-family: "M PLUS 1", sans-serif !important;
  font-optical-sizing: auto;
  color: #0F4360;
}
.txt-red {
  color: #E63E36;
}
.txt-blue {
  color: #2588C8;
}
.wrapper-fv {
  overflow: hidden;
}
/* Header */
.header-logo-wrap {
  align-items: center;
  flex-direction: row;
  flex: 0 0 calc(100% - 58px);
  padding: 5px 0 5px 10px;
}
@media screen and (min-width: 577px) {
  .header-logo-wrap {
    gap: 12px;
  }
}
@media screen and (min-width: 992px) {
  .header-logo-wrap {
    flex: auto;
    flex-wrap: wrap;
  }
}
.header-logo-item {
  width: auto;
}
.header-logo-text {
  font-weight: 700;
  flex: 0 0 11.5em;
  font-size: min(4vw, 1.4rem);
}
.header-gray-btn {
  border: 1px solid;
  color: #666;
  padding: 0.2em 0.6em;
  display: flex;
  gap: 0.2em;
  font-size: min(4vw, 1rem);
  width: fit-content;
  margin: auto;
  align-items: center;
}
.header-gray-btn::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 1em;
  background: #666666;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (min-width: 992px) {
  .header-gray-btn {
    font-size: 0.85rem;
  }
  .navbar-expand-lg .navbar-collapse {
    flex: 0 0 48%;
  }
}
.navbar-cta-list {
  display: flex;
  gap: 2rem;
  flex: 100%;
  flex-direction: column;
  padding: 30px 15px;
}
@media screen and (min-width: 992px) {
  .navbar-cta-list {
    flex-direction: row;
    gap: 1rem;
    padding: 0;
  }
}
.navbar-cta-item {
  flex: 0 0 calc((100% - 1rem)/2);
  font-size: min(4vw, 0.8rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.navbar-cta-item .to-freediyal-btn,
.navbar-cta-item .to-mailform-btn {
  border: 1px solid;
  height: 2.5em;
  padding: 0 0.8em;
  filter: none;
  max-width: 20em;
  margin: auto;
}
.navbar-cta-item div.to-freediyal-btn {
  border-radius: 0;
}
.navbar-cta-item .to-mailform-btn {
  background-color: #0F4360;
  color: #fff;
}
.navbar-cta-item .to-mailform-btn:hover {
  color: #fff;
}
.navbar-cta-item .to-mailform-btn .icon::before {
  background: #fff;
}
@media screen and (min-width: 992px) {
  .navbar-cta-item .to-freediyal-btn,
  .navbar-cta-item .to-mailform-btn {
    font-size: min(1.2vw, 1em);
  }
}
.navbar-cta__txt-top {
  font-size: 1.2em;
  font-weight: 700;
}
.to-freediyal__wrap .navbar-cta__txt-top {
  color: #E63E36;
}
.to-mailform__wrap .navbar-cta__txt-top {
  color: #0F4360;
}
.navbar-cta__txt-bottom {
  color: #666;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .navbar-cta__txt-bottom {
    font-size: min(1.2vw, 1em);
  }
}
/* FV */
.fv {
  position: relative;
  padding-top: 46px;
}
@media screen and (min-width: 577px) {
  .fv {
    padding-top: 54px;
  }
}
@media screen and (min-width: 768px) {
  .fv {
    padding-top: 71px;
  }
}
@media screen and (min-width: 992px) {
  .fv {
    padding-top: 93px;
  }
}
.fv img {
  width: 100%;
}
.fv::after {
  content: "";
  background: url("../images/lp_gl/arc_sp.png") no-repeat center bottom/contain;
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .fv::after {
    background-image: url("../images/lp_gl/arc.png");
  }
}
/* //FV */

/* about */
.about {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #FFE133;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.about .container {
  position: relative;
  z-index: 10;
}
.about::before {
  content: "";
  position: absolute;
  top: -5px;
  display: block;
  width: 100%;
  height: 2400px;
  background: url("../images/lp_gl/bg.svg") top center/100%;
}
@media screen and (min-width: 768px) {
  .about::before {
    top: -60px;
  }
}

.about-top-txt {
  text-align: center;
}
.about-bnr__wrap {
  padding: 40px 30px;
  margin: 20px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .about-bnr__wrap {
    flex-direction: row;
    padding: 60px 38px;
    margin: 60px 15px 100px;
  }
}

.about-tokuten__wrap {
  background-image: linear-gradient(0deg, #fffde8e6, #fff095e6);
  border-radius: 20px;
  margin: 0;
  position: relative;
}
.about-tokuten__wrap::before {
  content: "";
  position: absolute;
  background: url(../images/lp_gl/about-tokuten_ttl.png) no-repeat bottom center / contain;
  display: block;
  width: 60%;
  height: 56px;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .about-tokuten__wrap::before {
    height: 106px;
    top: -60px;
  }
}
@media screen and (min-width: 992px) {
  .about-tokuten__wrap {
    margin: 0 20px;
  }
  .about-tokuten__wrap::before {
    width: 35%;
    height: 126px;
    top: -65px;
  }
}
.about-tokuten__inner {
  background: url("../images/lp_gl/about-tokuten_bg.svg") no-repeat bottom center/cover;
  padding: 40px 10px;
}
@media screen and (min-width: 768px) {
  .about-tokuten__inner {
    padding: 60px 20px 40px;
  }
}
@media screen and (min-width: 992px) {
  .about-tokuten__inner {
    padding: 80px 40px 60px;
  }
}
.about-tokuten__item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .about-tokuten__item-wrap {
    flex-direction: row;
    gap: 2rem 0;
  }
}
.about-tokuten__item {
  flex: 0 0 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .about-tokuten__img {
    max-height: 260px;
  }
}
.about-tokuten__img img {
  height: auto;
  width: auto;
  filter: drop-shadow(8px 8px 10px rgba(15, 67, 96, 0.2));
}
@media screen and (min-width: 768px) {
  .about-tokuten__img img {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .about-tokuten__item:nth-child(1) .about-tokuten__img {
    text-align: right;
    padding: 0;
  }
  .about-tokuten__item:nth-child(2) .about-tokuten__img {
    text-align-last: left;
  }
  .about-tokuten__item:nth-child(3) .about-tokuten__img {
    margin-left: 3%;
    padding: 0;
  }
}
.about-tokuten__img-txt {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about-tokuten__img-txt {
    margin-bottom: 1rem;
  }
}
.about-tokuten__txt {
  font-weight: 800;
  font-size: 4.2vw;
  line-height: 1.5;
}
@media screen and (min-width: 577px) {
  .about-tokuten__txt {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .about-tokuten__txt {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 992px) {
  .about-tokuten__txt {
    font-size: 24px;
  }
}
/* //about */
/* //trouble */
.trouble {
  background-image: linear-gradient(0deg, #1243624d, #2588c81a);
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .trouble {
    padding-top: 65px;
    padding-bottom: 95px;
  }
}
.trouble::before {
  content: "";
  background: url("../images/lp_gl/trouble__bg.svg") repeat-x center top/contain;
  display: block;
  width: 100%;
  height: 628px;
  position: absolute;
  top: 0;
  z-index: -10;
}
.trouble-ttl,
.trouble-fukidashi {
  text-align: center;
}
.trouble-ttl {
  max-width: 380px;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .trouble-ttl {
    max-width: 100%;
  }
}
.trouble-fukidashi {
  max-width: 400px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .trouble-fukidashi {
    max-width: 100%;
  }
}
.trouble-fukidashi::after {
  content: "";
  background: url("../images/lp_gl/trouble__arrow.svg") no-repeat center / contain;
  display: block;
  max-width: 96px;
  max-height: 96px;
  width: 12vw;
  height: 12vw;
  margin: 0px auto 15px;
}
@media screen and (min-width: 768px) {
  .trouble-fukidashi::after {
    margin: 40px auto;
  }
}
.trouble-message {
  background: url("../images/lp_gl/trouble-message_bg.png") no-repeat center left / cover;
  background-color: #fff;
  border-radius: 20px;
  margin: 0;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 577px) {
  .trouble-message {
    padding: 30px;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .trouble-message {
    margin: 0 20px;
    padding: 50px;
    gap: 60px;
  }
}
/* //trouble */
/* resolution */
.resolution-top__wrap {
  background: url("../images/lp_gl/resolution-bg.png") center/100%;
  padding-top: 35px;
  padding-bottom: 50vw;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .resolution-top__wrap {
    padding-bottom: 560px;
  }
}
.resolution-top__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  max-height: 30vw;
  position: absolute;
  bottom: 0;
  background: url("../images/lp_gl/resolution-wave.svg") no-repeat center bottom/100%;
}
.resolution-top__wrap::after {
  content: "";
  display: block;
  width: 98%;
  max-width: 600px;
  height: 547px;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/lp_gl/resolution-main_sp.png") no-repeat center bottom/100%;
}
@media screen and (min-width: 768px) {
  .resolution-top__wrap {
    padding-top: 95px;
  }
  .resolution-top__wrap::after {
    max-width: 1170px;
    bottom: -35px;
    background-image: url("../images/lp_gl/resolution-main.png");
  }
}
.resolution-ttl__fukidashi {
  font-size: 1.8rem;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.2em;
}
@media screen and (min-width: 768px) {
  .resolution-ttl__fukidashi {
    font-size: 3rem;
  }
}
.resolution-ttl__fukidashi::before,
.resolution-ttl__fukidashi::after {
  content: "";
  background-color: #2588C8;
  mask-image: url(../images/lp_gl/cta-fukidashi.svg);
  mask-repeat: no-repeat;
  mask-position: bottom center;
  mask-size: cover;
  display: block;
  width: 1em;
  height: 1.5em;
}
.resolution-ttl__fukidashi::after {
  transform: rotate(45deg);
}
.resolution-ttl__txt {
  font-size: 0.98rem;
  font-size: min(4.9vw, 1.5rem);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .resolution-ttl__txt {
    font-size: 2rem;
  }
}
.resolution-ttl__img {
  text-align: center;
}
.resolution-bottom__wrap {
  background-color: #FFFF00;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .resolution-bottom__wrap {
    padding-top: 140px;
  }
}
.resolution-point__desc {
  font-size: min(5vw, 20px);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .resolution-point__desc {
    display: none;
  }
}

.resolution-point__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .resolution-point__wrap {
    flex-direction: row;
    gap: 28px;
  }
}
@media screen and (min-width: 992px) {
  .resolution-point__wrap {
    gap: 58px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .resolution-point__wrap {
    padding: 0 20px;
  }
}
.resolution-point__item {
  background-color: #fff;
  flex: 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 20px;
  position: relative;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .resolution-point__item {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    width: auto;
  }
}
.resolution-point__item::before {
  content: "";
  display: block;
  width: 145px;
  max-width: 38%;
  height: 136px;
  position: absolute;
  top: -80px;
  left: 10px;
}
@media screen and (min-width: 577px) {
  .resolution-point__item::before {
    top: -50px;
  }
}
@media screen and (min-width: 768px) {
  .resolution-point__item::before {
    max-width: 55%;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .resolution-point__item::before {
    top: -88px;
  }
}
.resolution-point__item:nth-child(1):before {
  background: url("../images/lp_gl/resolution-point01.png") no-repeat center/contain;
}
.resolution-point__item:nth-child(2):before {
  background: url("../images/lp_gl/resolution-point02.png") no-repeat center/contain;
}
.resolution-point__item:nth-child(3):before {
  background: url("../images/lp_gl/resolution-point03.png") no-repeat center/contain;
}
.resolution-point__item + .resolution-point__item::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/lp_gl/resolution-point__mul.svg") no-repeat center/contain;
  position: absolute;
  transform: translateX(-50%);
  top: -80px;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .resolution-point__item + .resolution-point__item::after {
    left: -34px;
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .resolution-point__item + .resolution-point__item::after {
    left: -68px;
    width: 80px;
    height: 80px;
  }
}
.resolution-point__txt {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .resolution-point__txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .resolution-point__txt {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .resolution-point__txt {
    font-size: 1.5rem;
  }
}

.resolution-message__wrap {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .resolution-message__wrap {
    flex-direction: row;
    gap: 28px;
  }
}
@media screen and (min-width: 992px) {
  .resolution-message__wrap {
    gap: 48px;
  }
}
.resolution-message__txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.resolution-message__txt-accent {
  font-size: 1.35em;
  color: #E63E36;
  margin: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .resolution-message__txt {
    text-align: left;
    font-size: 1rem;
  }
  .resolution-message__txt-accent {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 992px) {
  .resolution-message__txt {
    font-size: 1.25rem;
  }
}
/* //resolution */

/* mechanism */
.mechanism {
  background: url("../images/lp_gl/resolution-bg.png") center/100%;
  background-color: rgba(250, 245, 175, 0.5);
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mechanism {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.mechanism__box {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  filter: drop-shadow(4px 4px 20px rgba(65, 56, 5, 0.2));
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .mechanism__box {
    margin: 0 15px;
    padding: 60px 45px;
  }
}
.mechanism__ttl {
  line-height: 1.35;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 35px;
}
.mechanism__ttl-sm {
  font-size: 1em;
  margin-bottom: 0.2em;
}
.mechanism__ttl-md {
  font-size: 1.8em;
  margin-bottom: 0.2em;
}
.mechanism__ttl-lg {
  font-size: 2.2em;
  margin-bottom: 0.2em;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .mechanism__ttl-sm {
    font-size: 1.5em;
  }
  .mechanism__ttl-md {
    font-size: 3em;
  }
  .mechanism__ttl-lg {
    font-size: 3.5em;
  }
}
.mechanism__ttl-lg span {
  position: relative;
  display: inline-block;
  font-weight: 800;
}
.mechanism__ttl-lg span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3em;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFF00;
  z-index: -1;
}

.mechanism-main__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mechanism-main__before::after {
  content: "";
  mask-image: url(../images/lp_gl/trouble__arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #F4B400;
  display: block;
  max-width: 96px;
  max-height: 96px;
  width: 12vw;
  height: 12vw;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .mechanism-main__before::after {
    margin: 50px auto;
  }
}
.mechanism__txt {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
  width: 746px;
  max-width: 85%;
  margin: 1.4em auto 0;
}
@media screen and (min-width: 768px) {
  .mechanism__txt {
    font-size: 1.5rem;
  }
}
/* //mechanism */

/* CTA */
#contact-btn {
  display: none !important;
}
div#page-wrapper {
  padding-top: 0;
}
.form.float {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.3s;
  /*opacity: 0;*/
}
@media screen and (min-width: 992px) {
  .form.float {
    display: none;
  }
}
.site-footer {
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .site-footer {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 992px) {
  .site-footer {
    padding-bottom: 0;
  }
}
.float .to-freediyal-btn, .float .to-mailform-btn {
  max-width: 200px;
  height: 40px;
  font-size: 14px;
  border-radius: 36px;
}
@media screen and (min-width: 768px) {
  .float .to-freediyal-btn, .float .to-mailform-btn {
    max-width: 300px;
    font-size: 16px;
  }
}
.float .to-freediyal-btn {
  margin-right: 0;
}
.float .to-mailform-btn {
  margin-left: 0;
}
.float .to-freediyal-btn .icon::before {
  width: 28px;
  height: 21px;
}
.float .to-mailform-btn .icon::before {
  width: 27px;
  height: 34px;
}
@media screen and (max-height: 700px) {
  .float .to-freediyal-btn, .float .to-mailform-btn {
    height: 30px;
  }
}
.app {
  padding-top: 10px;
  font-size: min(4.5vw, 1.1rem);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.5em;
}

@media screen and (min-width: 768px) {
  .app::before,
  .app::after {
    display: block;
    content: "";
    background: url("../images/lp_gl/cta-fukidashi.svg") no-repeat bottom center/contain;
    display: block;
    width: 1em;
    height: 2em;
  }
  .app::after {
    transform: rotate(45deg);
  }
}
@media (min-width: 1200px) {
  .app {
    font-size: 1.5rem;
  }
}
/* お問い合わせボタン */
.to-freediyal-btn, .to-mailform-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #FFFFFF;
  filter: drop-shadow(4px 4px 10px rgba(15, 67, 96, 0.3));
  width: 100%;
  max-width: 360px;
  height: 68px;
  font-size: 19px;
  border-radius: 36px;
}
.to-freediyal-txt {
  width: 100%;
  max-width: 360px;
  margin-top: 0.6em;
  margin-bottom: 1.5em;
  font-size: 0.85rem;
}
.float .to-freediyal-txt {
  max-width: 300px;
  font-size: 0.85rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 577px) {
  .float .to-freediyal-txt {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .to-freediyal-txt {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.to-freediyal-btn + .to-freediyal-txt {
  margin-left: auto;
}
.to-mailform-btn + .to-freediyal-txt {
  margin-right: auto;
}
.to-freediyal-btn, .to-freediyal-btn:hover {
  color: #E63E36;
  margin-left: auto;
}
.to-mailform-btn, .to-mailform-btn:hover {
  color: #0F4360;
}
.to-freediyal-btn:hover, .to-mailform-btn:hover {
  text-decoration: none;
}
.to-freediyal-btn div, .to-mailform-btn div {
  flex-direction: column;
  gap: 2px;
}
.to-freediyal-btn .icon, .to-mailform-btn .icon {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 1px;
}
.to-freediyal-btn .icon {
  padding-left: 1.8em;
}
.to-mailform-btn .icon {
  padding-left: 2em;
}
.to-freediyal-btn .icon::before,
.to-mailform-btn .icon::before {
  content: '';
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}
.to-freediyal-btn .icon::before {
  top: 46%;
  margin-top: 1px;
  mask-image: url("../images/lp_gl/icon-tel.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background: #E63E36;
  width: 1.6em;
  height: 1.6em;
}
.to-mailform-btn .icon::before {
  top: 50%;
  mask-image: url("../images/lp_gl/icon-mail.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background: #0F4360;
  width: 1.8em;
  height: 1.8em;
}
.balloon-leave {
  font-size: 42px;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
  margin-bottom: 35px;
  color: #fff;
  background-color: #0083CF;
  text-align: center;
  padding: 35px 10px;
}
.balloon-leave::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -23px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 20px 0 20px;
  border-color: #0083cf transparent transparent transparent;
}
#pageTop a span {
  position: relative;
}
#pageTop a span::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pageTop, .free_cons {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
#pageTop.fadein, .free_cons.fadein {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 991px) {
  /* お問い合わせ */
  .to-freediyal-btn, .to-mailform-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  /* お問い合わせ */
  .to-freediyal-btn, .to-mailform-btn {
    height: 60px;
    font-size: 15px;
  }
  /* お問い合わせ */
  .to-freediyal-btn, .to-mailform-btn,
  .to-freediyal-btn + .to-freediyal-txt,
  .to-mailform-btn + .to-freediyal-txt {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .to-mailform-btn + .to-freediyal-txt {
    margin-bottom: 0.5em;
  }
  .balloon-leave {
    padding: 18px 10px;
  }
}
@media screen and (max-width: 450px) {
  .balloon-leave {
    font-size: 23px;
  }
}
/* CTA */
/* Footer */
#wrapper-footer {
  text-align: center;
}
.site-info-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 0 15px;
}
.site-info__text {
  font-size: min(12vw, 54px);
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 500;
}
#pageTop {
  bottom: 60px;
}
#pageTop a {
  padding-top: 12px;
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 370px) {
  #pageTop {
    bottom: 40px;
  }
}
@media screen and (min-width: 577px) {
  #pageTop {
    bottom: 28px;
  }
}
@media screen and (min-width: 768px) {
  #pageTop {
    bottom: 10px;
  }
  #pageTop a {
    padding-top: 6px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  #wrapper-footer {
    text-align: center;
  }
  .site-info {
    padding-bottom: 10px;
  }
}
/* //Footer */
