body {
  --header-height: 6rem;
  padding-top: var(--header-height);
}
@media screen and (min-width: 768px) {
  body {
    --header-height: 10rem;
  }
}
body.scrolled {
  --header-height: 5.2rem;
}
@media screen and (min-width: 768px) {
  body.scrolled {
    --header-height: 8rem;
  }
}
body:has(nav.active) {
  overflow: hidden;
  height: 100dvh;
}

.logo {
  overflow: hidden;
  text-indent: -1000vw;
  display: block;
  height: auto;
  aspect-ratio: 1;
  background: var(--img) center/contain no-repeat;
  --img: url(../images/logo.png);
  aspect-ratio: 6.6818181818;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .logo {
    width: 36rem;
  }
}
@media screen and (min-width: 1800px) {
  .logo {
    width: 44rem;
  }
}

#logo a {
  display: inline-block;
  transition: 0.3s;
  pointer-events: all;
}
#logo a:hover {
  opacity: 0.8;
}

#site_header {
  background-color: #fff;
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.15));
  pointer-events: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
}
#site_header a {
  outline: none;
  pointer-events: all;
}
#site_header button {
  outline: none;
  pointer-events: auto;
  position: absolute;
  background-color: transparent;
  border: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.92rem;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  #site_header button {
    display: none !important;
  }
}
#site_header button::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background-color: #004f95;
  width: 3rem;
  height: 2px;
  opacity: 1;
  transition: all 0.5s;
}
#site_header button span {
  font-size: 1.6rem;
  transition: all 0.5s;
  font-family: "Crimson Text", sans-serif;
  color: #004f95;
  line-height: 1;
  padding-top: 0.1em;
}
#site_header button aside {
  display: block;
  position: relative;
  width: 3rem;
  height: 2rem;
  color: transparent;
  font-size: 0.01rem;
  text-indent: 100%;
  overflow: hidden;
}
#site_header button aside::before, #site_header button aside::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  background-color: #004f95;
  width: 100%;
  height: 2px;
  transition: all 0.5s;
}
#site_header button aside::before {
  top: 0px;
}
#site_header button aside::after {
  top: calc(100% - 2px);
}
#site_header:has(+ nav.active) {
  filter: none;
}
#site_header:has(+ nav.active) button::before {
  left: -50%;
  width: 0px;
  opacity: 0;
}
#site_header:has(+ nav.active) button aside::before {
  top: calc(50% - 1px);
  left: -1px;
  transform: rotate(30deg);
}
#site_header:has(+ nav.active) button aside::after {
  top: calc(50% - 1px);
  left: -1px;
  transform: rotate(-30deg);
}

nav {
  z-index: 998;
  position: fixed;
  font-size: 1.1em;
  transition: all 0.5s;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
nav.active {
  right: 0;
}
@media screen and (min-width: 768px) {
  nav {
    display: none !important;
  }
}
nav .work-time {
  margin-top: 2rem;
  text-align: center;
  font-weight: bold;
}
nav .work-time strong {
  font-weight: 900;
}
nav .close-menu {
  margin-top: 5rem;
  border: none;
  background-color: #004f95;
  color: #fff;
  border-radius: 5rem;
  padding: 1rem 5rem;
}
nav ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
nav li a {
  color: #004f95;
  display: block;
  text-align: center;
  gap: 1rem;
  line-height: 1.7;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  height: var(--header-height);
}
@media screen and (max-width: 767px) {
  .header-wrap {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .header-wrap {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1800px) {
  .header-wrap {
    padding: 0 10rem;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap .header-left {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }
}
.header-wrap .header-left a {
  transition: 0.3s;
}
.header-wrap .header-left a:hover {
  filter: drop-shadow(0 0 0.4rem #004f95);
}
.header-wrap .btn-form .btn-inn {
  padding: 1.4rem 4.8rem;
  gap: 2.4rem;
}
.header-wrap .btn-form .btn-inn::before {
  content: none;
}
.header-wrap .btn-form .btn-inn:after {
  width: 3.6rem;
}
.header-wrap .btn-form .btn-inn span {
  font-size: 2.8rem;
}

.header-group {
  display: flex;
  gap: 2.4rem;
}
.header-group .tel a {
  text-decoration: none;
  display: flex;
}
.header-group .tel a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 2.8rem;
  background-color: #057ae6;
  -webkit-mask: url(../images/icon-phone.png) no-repeat center/contain;
          mask: url(../images/icon-phone.png) no-repeat center/contain;
  transition: 0.3s;
}
.header-group .tel a span {
  color: #057ae6;
  font-weight: bold;
  line-height: 1;
  transition: 0.3s;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 900;
}
.header-group .tel a:hover::before,
.header-group .tel a:hover span {
  filter: drop-shadow(0 0 0.4rem #057ae6);
}
.header-group .tel p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.3rem;
}
.header-group .tel p span {
  background-color: #000;
  color: #fff;
  padding: 0.05em 0.5rem 0.15em;
  border-radius: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.scrolled #site_header {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .scrolled #site_header .header-wrap {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .scrolled #site_header .header-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.scrolled #site_header .header-wrap .logo {
  width: 20rem;
}
@media screen and (min-width: 768px) {
  .scrolled #site_header .header-wrap .logo {
    width: 30rem;
  }
}
.scrolled #site_header .header-wrap .btn-form .btn-inn {
  padding: 1rem 3.2rem;
  gap: 2.4rem;
}
.scrolled #site_header .header-wrap .btn-form .btn-inn::before {
  content: none;
}
.scrolled #site_header .header-wrap .btn-form .btn-inn:after {
  width: 2.8rem;
}
.scrolled #site_header .header-wrap .btn-form .btn-inn span {
  font-size: 2.4rem;
}

.ogp #site_header {
  background-color: #f7f8f8;
  filter: none;
}
.ogp .header-wrap {
  padding: 0 20rem;
}

:root {
  --btn-line-img: url(../images/btn-line-img.png);
  --arrow-circle-right: url(../images/arrow-circle-right.svg);
  --check: url(../images/check.png);
  --icon-phone: url(../images/icon-phone.svg);
  --footer-logo: url(../images/footer-logo.png);
  --btn-line-wood: url(../images/btn-line-wood.png);
  --line-logo: url(../images/line-logo.png);
  --color-blue-500: #1565c0;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  html {
    font-size: 0.7575757576vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
  background: #e8faff;
  font-size: 1.4rem;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body > img {
  display: none;
  position: absolute;
  z-index: -1;
}
body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/page-bg.png) top center;
}
@media screen and (max-width: 767px) {
  body::before {
    background-size: auto 100%;
  }
}
body:not(.top)::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3764705882);
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
p,
dt,
dd,
form,
select,
option,
address,
pre {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

p:not(:last-child) {
  margin-bottom: 0.85em;
}

figure {
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .hide-pc,
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hide-sp,
  .pc {
    display: none;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
.section .section-head {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .section .section-head {
    margin-bottom: 10rem;
  }
}
.section .section-head .desc {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section .section-head .desc {
    font-size: 2rem;
  }
}
.section .section-title {
  text-align: center;
  display: block;
}
.section .section-title span {
  position: relative;
  display: inline-block;
  background-color: #057ae6;
  color: #fff;
  border-radius: 5rem;
  font-size: 2rem;
  padding: 0.8rem 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .section .section-title span {
    font-size: 3.6rem;
    padding: 1rem 4.8rem 1.4rem;
  }
}
.section .section-title span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(75%) translateX(-50%);
  aspect-ratio: 42/36;
  background: url(../images/section-title-after.png) center/contain no-repeat;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .section .section-title span:after {
    width: 4.2rem;
  }
}
.section .section-stt {
  text-align: center;
  font-weight: bold;
  color: #004f95;
  font-size: 2rem;
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .section .section-stt {
    font-size: 2.8rem;
  }
}

.section-box {
  background: rgba(255, 255, 255, 0.3764705882);
  border-radius: 2rem;
  padding: 3rem 1.6rem;
}
@media screen and (min-width: 768px) {
  .section-box {
    border-radius: 4rem;
    padding: 5rem;
  }
}

.block {
  display: block;
}

.text-center {
  text-align: center;
}

.txt-indent {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

.page_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100dvh;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space);
  padding-right: var(--space);
}
@media screen and (max-width: 767px) {
  .inner {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}

.page-title {
  font-weight: bold;
  margin-bottom: 7rem;
  text-align: center;
}
.page-title span {
  display: inline-block;
  font-size: 2rem;
  background-color: #057ae6;
  color: #fff;
  padding: 0.8rem 3rem 1rem;
  border-radius: 15rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-title span {
    font-size: 4rem;
    padding: 0.5rem 5rem 1rem;
  }
}
.page-title span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(75%) translateX(-50%);
  aspect-ratio: 42/36;
  background: url(../images/section-title-after.png) center/contain no-repeat;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .page-title span:after {
    width: 4.2rem;
  }
}

.page-content {
  border-radius: 1rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .page-content {
    padding: 0 6rem;
    margin-bottom: 10rem;
  }
}

.btn-back-home {
  text-align: center;
}
.btn-back-home a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10rem;
  padding: 1rem 3rem;
  gap: 1rem;
  transition: 0.3s;
  background-color: #057ae6;
  padding: 1rem 2.4rem 1.2rem;
  border-radius: 4.6rem;
  filter: drop-shadow(0 0.4rem 0 #01324e);
}
@media screen and (min-width: 768px) {
  .btn-back-home a {
    font-size: 2.4rem;
    padding: 1rem 4.8rem 1.2rem;
  }
}
.btn-back-home a:hover {
  transform: translateY(0.4rem);
  filter: drop-shadow(0 0 0 rgba(0, 23, 55, 0.2509803922));
}
.btn-back-home a::before {
  content: "";
  transition: all 0.3s;
  width: 1rem;
  aspect-ratio: 1;
  display: block;
  border: 0.4rem solid;
  border-color: #fff transparent transparent #fff;
  transform: rotate(-45deg) translateY(20%);
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .btn-back-home a::before {
    width: 1.2rem;
  }
}

.error-content {
  text-align: center;
  font-weight: bold;
}

.txt_red {
  color: #f00;
}

.bold {
  font-weight: bold;
}

.section-page {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.boxed {
  background-color: #e0f4fa;
  border: 0.3rem solid #fff;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.2509803922));
  margin-bottom: 3.6rem;
  padding: 2.4rem 1.5rem;
  border-radius: 1.2rem;
}
@media screen and (min-width: 768px) {
  .boxed {
    border-radius: 2.4rem;
    padding: 3.6rem 3.6rem;
  }
}
.boxed-red {
  background-color: #ffdddd;
}

.terms_content {
  height: 80rem;
  overflow: auto;
  font-weight: 500;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .terms_content {
    padding: 5rem 5rem;
  }
}

.terms_accept_label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.terms_accept_label a {
  color: inherit;
  text-decoration: underline;
}
.terms_accept_label a:hover {
  color: #787261;
}
.terms_accept_label label span {
  display: inline-block;
  vertical-align: super;
}

#breadcrumb ul {
  display: flex;
}
#breadcrumb ul li:not(:last-child)::after {
  content: ">";
  margin: 0 0.8rem;
  color: inherit;
}
#breadcrumb ul a {
  color: inherit;
  text-decoration: none;
  color: inherit;
}
#breadcrumb ul a:hover {
  text-decoration: underline;
}
#breadcrumb ul span {
  color: inherit;
}

body:not(.top) main {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  body:not(.top) main {
    padding-top: 10rem;
  }
}

body.hide-scroll {
  height: 100dvh;
  overflow: hidden;
}

@keyframes shiny {
  0% {
    left: -50%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.btn {
  --btn-bg: #ff8601;
  --btn-bg-after: #ff9c2f;
  --btn-color: #fff;
  --btn-hover: #ff9c2f;
  --btn-icon: url(../images/icon-phone-yen.svg);
  text-decoration: none;
  border: 0.3rem solid #fff;
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.2509803922));
  background: var(--btn-bg);
  display: inline-block;
  border-radius: 10rem;
  position: relative;
  overflow: hidden;
  will-change: transform;
  transition: 0.3s;
}
.btn::before {
  content: "";
  background-image: linear-gradient(-40deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0) 80%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: -100%;
  transition: all 0.5s;
  animation: shiny 4s infinite linear;
}
.btn::after {
  content: "";
  position: absolute;
  width: 180%;
  height: 100%;
  border-radius: 100%;
  background-color: var(--btn-bg-after);
  left: 50%;
  bottom: 35%;
  transition: 0.3s;
  transform: translateX(-50%);
}
.btn:hover {
  filter: drop-shadow(0 0.4rem 1rem var(--btn-hover));
}
.btn:hover:after {
  bottom: -45%;
}
.btn .btn-inn {
  transition: 0.3s;
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 2.4rem;
  padding: 1.2rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .btn .btn-inn {
    gap: 4.8rem;
    padding: 1.7rem 4.8rem;
  }
}
.btn .btn-inn span {
  transition: 0.3s;
  color: var(--btn-color, #fff);
  font-weight: 900;
  line-height: 1.4444444444;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .btn .btn-inn span {
    font-size: 3.6rem;
  }
}
.btn .btn-inn::before, .btn .btn-inn::after {
  content: "";
  background: center/contain no-repeat;
  transition: 0.3s;
}
.btn .btn-inn::before {
  background-image: var(--btn-icon);
  aspect-ratio: 3/5;
  width: 1.8rem;
}
@media screen and (min-width: 768px) {
  .btn .btn-inn::before {
    width: 3rem;
  }
}
.btn .btn-inn:after {
  background-image: url(../images/icon-arrow-right-circle.svg);
  aspect-ratio: 1;
  width: 2.6rem;
}
@media screen and (min-width: 768px) {
  .btn .btn-inn:after {
    width: 4.2rem;
  }
}
.btn-form {
  --btn-bg: #0836da;
  --btn-hover: #0836da;
  --btn-bg-after: #0adce1;
  --btn-color: #fff;
  --btn-icon: url(../images/icon-phone-yen.svg);
  border: none;
  background: linear-gradient(to right, #fe9758, #ec711e);
}
.btn-form:after {
  content: none;
  background: linear-gradient(to top, #0836da, #0a80e1, #0836da);
}
.btn-form .btn-inn span {
  font-weight: bold;
}
.btn-form .btn-inn::before, .btn-form .btn-inn:after {
  content: none;
}
.btn-line .btn-inn, .btn-phone .btn-inn, .btn-mail .btn-inn {
  display: flex;
  gap: 0;
  width: 32rem;
  height: 6rem;
  padding: 1.2rem 2.4rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .btn-line .btn-inn, .btn-phone .btn-inn, .btn-mail .btn-inn {
    width: 38rem;
    height: 7rem;
    padding: 1rem 3.2rem;
  }
}
.btn-line .btn-inn::before, .btn-line .btn-inn::after, .btn-phone .btn-inn::before, .btn-phone .btn-inn::after, .btn-mail .btn-inn::before, .btn-mail .btn-inn::after {
  aspect-ratio: 1;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .btn-line .btn-inn::before, .btn-line .btn-inn::after, .btn-phone .btn-inn::before, .btn-phone .btn-inn::after, .btn-mail .btn-inn::before, .btn-mail .btn-inn::after {
    width: 3.6rem;
  }
}
.btn-line .btn-inn:after, .btn-phone .btn-inn:after, .btn-mail .btn-inn:after {
  background-size: 3rem;
}
.btn-line {
  --btn-bg: #12a321;
  --btn-bg-after: #0cbf1f;
  --btn-color: #fff;
  --btn-hover: #0cbf1f;
  --btn-icon: url(../images/icon-line.svg);
}
@media screen and (max-width: 767px) {
  .btn-line .btn-inn span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .btn-line .btn-inn span {
    font-size: 2.2rem;
  }
}
.btn-phone {
  --btn-bg: #004f95;
  --btn-bg-after: #1083e7;
  --btn-color: #fff;
  --btn-hover: #004f95;
  --btn-icon: url(../images/icon-phone.svg);
}
@media screen and (max-width: 767px) {
  .btn-phone .btn-inn span {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .btn-phone .btn-inn span {
    font-size: 2.8rem;
  }
}
.btn-mail {
  --btn-bg: #e36670;
  --btn-bg-after: #f17d86;
  --btn-color: #fff;
  --btn-hover: #e36670;
  --btn-icon: url(../images/icon-mail.svg);
}
@media screen and (max-width: 767px) {
  .btn-mail .btn-inn span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .btn-mail .btn-inn span {
    font-size: 2rem;
  }
}

.btn-wrap {
  text-align: center;
}
.btn-wrap .btn-ttl {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  align-items: flex-end;
  padding-left: 1em;
}
.btn-wrap .btn-ttl::before, .btn-wrap .btn-ttl::after {
  content: "";
  transform: skewY(180deg);
  height: 2.2rem;
  width: 1rem;
  border-left: 0.3rem solid;
}
.btn-wrap .btn-ttl::before {
  transform: skewX(28deg);
}
.btn-wrap .btn-ttl::after {
  transform: skewX(-28deg);
}
.btn-wrap .btn-ttl span {
  display: block;
  font-size: 1.8rem;
}

.btn-group {
  margin: 5rem auto;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .btn-group {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .btn-group {
    justify-content: center;
  }
}

.marquee-container {
  --offset: -0%;
  --move-initial: 0;
  --move-final: calc(-50% + var(--offset));
}

.marquee-inner {
  transform: translateZ(0) translateX(var(--move-initial));
  will-change: contents;
  transition: all 0.4s;
  animation: 60s linear infinite marquee;
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
}

.marquee-inner.marquee-reverse {
  animation-direction: reverse;
}

.marquee-card {
  height: auto;
  width: -moz-max-content;
  width: max-content;
  display: flex;
}

@keyframes marquee {
  0% {
    transform: translateX(var(--move-initial)) translateZ(0);
  }
  to {
    transform: translateX(var(--move-final)) translateZ(0);
  }
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .btn-back-home a,
  .header-wrap .btn-form .btn-inn span {
    font-size: 2rem;
  }
  .section .section-head .desc {
    font-size: 1.6rem;
  }
  .page-title span,
  .section .section-title span {
    font-size: 3rem;
    padding: 0.7rem 3.2rem 1rem;
  }
  .page-title span:after,
  .section .section-title span:after {
    width: 3.2rem;
  }
  .form-action .btn .btn-inn {
    padding: 0.7rem 2.5rem !important;
  }
  .form-action .btn .btn-inn span {
    font-size: 2rem !important;
  }
}
#site_footer {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  #site_footer {
    padding-bottom: 7rem;
  }
}
#site_footer .footer-logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#site_footer .footer-logo a {
  transition: 0.3s;
}
#site_footer .footer-logo a:hover {
  filter: drop-shadow(0 0 0.4rem #004f95);
}
@media screen and (max-width: 767px) {
  #site_footer .footer-logo .logo {
    width: 28rem;
    margin: 0 auto;
  }
}
#site_footer .footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 5rem 2rem 3rem;
}
@media screen and (max-width: 767px) {
  #site_footer .footer-wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #site_footer .footer-wrap {
    padding: 3.6rem 2rem;
  }
}
@media screen and (min-width: 1400px) {
  #site_footer .footer-wrap {
    padding: 3.6rem 8rem;
  }
}
.footer-info {
  text-align: center;
  display: flex;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .footer-info {
    font-size: 1.6rem;
  }
}
.footer-info b {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .footer-info b {
    font-size: 1.8rem;
  }
}

.footer-menu {
  display: flex;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .footer-menu {
    gap: 6rem;
  }
}
.footer-menu a {
  display: inline-block;
  color: inherit;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.footer-menu a:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1.5rem;
  background-color: #057ae6;
  color: #fff;
}

.to-top {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1;
  width: 6rem;
  padding-top: 10%;
  margin: 0 auto;
  position: relative;
  border-radius: 0.5rem;
  transition: all 0.3s;
  color: #fff;
  font-size: 1.6rem;
  background: radial-gradient(circle at top, #fe9758 0%, #ec711e 48%, #fe9758 88%);
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.2509803922));
}
@media screen and (max-width: 767px) {
  .to-top {
    width: 5.2rem;
    transform-origin: bottom right;
  }
}
.to-top::before {
  content: "";
  transition: all 0.3s;
  position: absolute;
  width: 1rem;
  aspect-ratio: 1;
  display: block;
  top: 2rem;
  left: 50%;
  border: 0.2rem solid;
  border-color: #fff transparent transparent #fff;
  transform: rotate(45deg) translateX(-70%);
}
.to-top:hover {
  filter: drop-shadow(0 0 1rem #ec711e);
}
.to-top:hover::before {
  top: 1.5rem;
}

#bottom_fixed {
  z-index: 99;
  pointer-events: none;
}
#bottom_fixed a {
  pointer-events: all;
}
#bottom_fixed.active {
  opacity: 1;
}
#bottom_fixed.active .bottom_fixed {
  bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #bottom_fixed.active .bottom_fixed {
    bottom: 2rem;
  }
}

.fixed-group {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.bottom_fixed {
  position: fixed;
  z-index: 999;
  right: 1.5rem;
  bottom: -15rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .bottom_fixed {
    gap: 0;
    justify-content: flex-end;
    width: calc(100% - 3rem);
  }
  .bottom_fixed .btn-top {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .bottom_fixed {
    gap: 2rem;
    flex-direction: column;
  }
}
.bottom_fixed .btn-tel {
  background-color: #057ae6;
  background: radial-gradient(circle at top, #2599db 0%, #057ae6 48%, #2599db 88%);
  border-radius: 0.5rem;
}
.bottom_fixed .btn-tel span {
  display: block;
  aspect-ratio: 1;
  width: 5.2rem;
  background: url(../images/icon-phone-white.svg) no-repeat center/3.8rem;
  transition: 0.3s;
  overflow: hidden;
  text-indent: -1000dvw;
}
.bottom_fixed .btn-form {
  border-width: 0.2rem;
}
.bottom_fixed .btn-form .btn-inn {
  padding: 1.6rem 2.2rem;
}
.bottom_fixed .btn-form .btn-inn::before {
  width: 1.6rem;
}
.bottom_fixed .btn-form .btn-inn::after {
  width: 2.2rem;
}
.bottom_fixed .btn-form .btn-inn span {
  font-size: 1.6rem;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .has-mobile-fixed .bottom_fixed {
    justify-content: space-between;
  }
}