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


html, body {
  overflow-x: hidden;
}
body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  color: #0F4360;
}
.txt-red {
  color: #E63E36;
}
.txt-blue {
  color: #2588C8;
}
.bg-lightblue {
  background-color: #DEEDF7;
}
.round-10 {
  border-radius: 10px;
}
.round-20 {
  border-radius: 20px;
}
.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;
  margin-bottom: 0 !important;
}
@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: -1px;
}
@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: #2588C8;
}
@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: 1200px) {
  .about::before {
    top: -60px;
  }
}
.about-box {
  position: relative;
  z-index: -10;
}
.about-subttl {
  font-size: min(6vw, 1.4em);
  font-weight: 700;
  color: #0F4360;
}
.about-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4.39px 4.39px 0px 0px rgba(246, 227, 64, 1);
}

.about-structure__label {
  min-width: 200px;
  border-radius: 50vw;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .03em;
  text-align: center;
}
.about-structure__label--green {
  background-color: #32A585;
  color: #fff;
}
.about-structure__label--blue {
  background-color: #1A4F99;
  color: #fff;
}
.about-structure__desc {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #0F4360;
  margin-bottom: 0;
}


.table-time {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  background-color: #f8f8f8;
  color: #0F4360;
  border-radius: 10px;
  overflow: hidden;
  border-spacing: 0;
}
table th {
  width: auto !important;
}
table th.table-time--head-time {
  width: calc(90/986*100%) !important;
}
table th.table-time--head-curr {
  width: calc(128/986*100%) !important;
}

.table-time tr:not(:first-child) th, .table-time tr:not(:first-child) td {
  border-top: 1px solid #D8D9DA;
}
.table-time tr th, .table-time tr td {
  display: table-cell;
}
.table-time tr th:not(:last-child), .table-time tr td:not(:last-child) {
  border-right: 1px solid #D8D9DA;
}
.table-time tr th {
  background-color: #DEEDF7;
  font-size: calc(20/16*1rem);
  border-bottom: none;
}
.table-time tr.table-time--head th {
  background-color: #005C91;
  color: #ffffff;
  text-align: center;
  font-size: calc(18/16*1rem);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.time-interval {
  transform: rotate(90deg);
  line-height: .5em;
}
.td-label {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  width: 3em;
  height: calc(24/16*1em);
  border-radius: 50vw;
  margin: 0 4px;
  padding-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.td-label--green {
  background-color: #32A585;
  color: #ffffff;
}
.td-label--blue {
  background-color: #1A4F99;
  color: #ffffff;
}
.td-ttl {
  font-size: calc(20/16*1rem);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.td-note {
  font-size: calc(14/16*1rem);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.time-table-ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #0F4360;
  text-align: center;
}
.time-tamle__note-ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.time-tamle__note-desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px 25px;
}
.time-tamle__note-desc-item {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .time-tamle__note-desc-wrap {
    display: flex;
    flex-direction: row;
  }
  .time-tamle__note-desc-item {
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .about-subttl {
    font-size: 1.625em;
  }
}
/* //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: min(170px, 30vw);
  position: relative;
}
.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%;
}
@media screen and (min-width: 768px) {
  .resolution-top__wrap {
    padding-top: 100px;
  }
}
.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-subttl__img {
  text-align: center;
}
.resolution-ttl__img {
  text-align: center;
}
.resolution-bottom__wrap {
  background-color: #DEEDF7;
  padding-top: 50px;
}
@media screen and (min-width: 577px) {
  .resolution-bottom__wrap {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .resolution-bottom__wrap {
    padding-top: 40px;
  }
}
.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;
    max-width: 320px;
  }
}
.resolution-point__item::before {
  content: "";
  display: block;
  width: 135px;
  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 {
    width: 175px;
    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-bnr-text__wrap {
  max-width: min(745px, 70vw);
}
.resolution-bnr-text__txt {
  font-size: min(calc(24/16*1rem), 4.4vw);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.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: min(1.35em, 5.6vw);
  color: #E63E36;
  margin: 0 0 0.5rem;
}
@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 {
  background-color: #005C91;
}
.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: 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 */
