: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 {
  --space: 1.5rem;
  --ripple-color: #1b85fb;
  font-family: "Noto Sans JP", sans-serif;
  color: #0d1217;
  font-weight: 500;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
  background: #e8faff;
  font-size: 1.4rem;
  position: relative;
}
@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.png) top center;
}
@media screen and (min-width: 768px) {
  body::before {
    background-size: 100% auto;
  }
}
body:not(.top)::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 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;
  }
}
.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.section .section-head {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .section .section-head {
    margin-bottom: 7.2rem;
  }
}
.section .section-title {
  text-align: center;
  display: block;
}
.section .section-title .ttl-dm {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .section .section-title .ttl-dm {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.section .section-title span {
  display: inline-block;
  font-size: 2.4rem;
  text-shadow:
    -2px -1px 0 #fff,
    -2px 0px 0 #fff,
    -2px 1px 0 #fff,
    -1px -2px 0 #fff,
    -1px -1px 0 #fff,
    -1px 0px 0 #fff,
    -1px 1px 0 #fff,
    -1px 2px 0 #fff,
    0px -2px 0 #fff,
    0px -1px 0 #fff,
    0px 0px 0 #fff,
    0px 1px 0 #fff,
    0px 2px 0 #fff,
    1px -2px 0 #fff,
    1px -1px 0 #fff,
    1px 0px 0 #fff,
    1px 1px 0 #fff,
    1px 2px 0 #fff,
    2px -1px 0 #fff,
    2px 0px 0 #fff,
    2px 1px 0 #fff;
}
@media screen and (min-width: 768px) {
  .section .section-title span {
    font-size: 4rem;
    text-shadow:
      -4px -1px 0 #fff,
      -4px 0px 0 #fff,
      -4px 1px 0 #fff,
      -3px -3px 0 #fff,
      -3px -2px 0 #fff,
      -3px -1px 0 #fff,
      -3px 0px 0 #fff,
      -3px 1px 0 #fff,
      -3px 2px 0 #fff,
      -3px 3px 0 #fff,
      -2px -3px 0 #fff,
      -2px -2px 0 #fff,
      -2px -1px 0 #fff,
      -2px 0px 0 #fff,
      -2px 1px 0 #fff,
      -2px 2px 0 #fff,
      -2px 3px 0 #fff,
      -1px -4px 0 #fff,
      -1px -3px 0 #fff,
      -1px -2px 0 #fff,
      -1px -1px 0 #fff,
      -1px 0px 0 #fff,
      -1px 1px 0 #fff,
      -1px 2px 0 #fff,
      -1px 3px 0 #fff,
      -1px 4px 0 #fff,
      0px -4px 0 #fff,
      0px -3px 0 #fff,
      0px -2px 0 #fff,
      0px -1px 0 #fff,
      0px 0px 0 #fff,
      0px 1px 0 #fff,
      0px 2px 0 #fff,
      0px 3px 0 #fff,
      0px 4px 0 #fff,
      1px -4px 0 #fff,
      1px -3px 0 #fff,
      1px -2px 0 #fff,
      1px -1px 0 #fff,
      1px 0px 0 #fff,
      1px 1px 0 #fff,
      1px 2px 0 #fff,
      1px 3px 0 #fff,
      1px 4px 0 #fff,
      2px -3px 0 #fff,
      2px -2px 0 #fff,
      2px -1px 0 #fff,
      2px 0px 0 #fff,
      2px 1px 0 #fff,
      2px 2px 0 #fff,
      2px 3px 0 #fff,
      3px -3px 0 #fff,
      3px -2px 0 #fff,
      3px -1px 0 #fff,
      3px 0px 0 #fff,
      3px 1px 0 #fff,
      3px 2px 0 #fff,
      3px 3px 0 #fff,
      4px -1px 0 #fff,
      4px 0px 0 #fff,
      4px 1px 0 #fff;
  }
}
@media screen and (min-width: 768px) {
  .section .section-title span.txt-logo {
    font-size: 4.8rem;
  }
}
.section .section-title span.txt-logo:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  aspect-ratio: 125/75;
  filter: drop-shadow(1px 1px 0 #fff);
  background: url(../images/title-logo.png) center/contain no-repeat;
  height: 3.2rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .section .section-title span.txt-logo:before {
    height: 7rem;
  }
}
.section .section-title span.blue {
  color: #5ab2ff;
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.2509803922));
}
.section .section-title span.blue b {
  filter: drop-shadow(0 0 2px #5ab2ff);
}
.section .section-title span.dark {
  color: #004f95;
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.2509803922));
}
.section .section-title span.dark b {
  display: inline-block;
  filter: drop-shadow(0 0 2px #004f95);
}
.section .section-title span.line {
  position: relative;
  padding: 0 0.2em;
}
.section .section-title span.line::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20%);
  width: 100%;
  background: #f6f600;
  height: 0.6rem;
}
@media screen and (min-width: 768px) {
  .section .section-title span.line::after {
    height: 1.7rem;
  }
}
.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: hsla(0, 0%, 100%, 0.3764705882);
  border-radius: 2rem;
  padding: 3rem 1.6rem;
}
@media screen and (min-width: 768px) {
  .section-box {
    border-radius: 4rem;
    padding: 5rem;
  }
}
.bg1 {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bg1 {
    background-image: radial-gradient(circle at center, #d5ebf8 1px, transparent 0);
    background-size: 16px 8px;
  }
}
@media screen and (min-width: 768px) {
  .bg1 {
    background-image: radial-gradient(circle at center, #d5ebf8 2px, transparent 0);
    background-size: 50px 13px;
  }
}
.bg2 {
  background: url(../images/bg2.jpg);
}
@media screen and (max-width: 767px) {
  .bg2 {
    background-size: 40px;
  }
}
.bg3 {
  position: relative;
  background-color: #fff;
}
.bg3 .container {
  position: relative;
  z-index: 5;
}
.bg3 .bg3-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg3 .bg3-layer::before,
.bg3 .bg3-layer::after {
  content: "";
  position: absolute;
  aspect-ratio: 576/254;
  background: url(../images/bg-dot.png) top center/contain no-repeat;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bg3 .bg3-layer::before,
  .bg3 .bg3-layer::after {
    width: 58rem;
  }
}
.bg3 .bg3-layer-top {
  top: 0;
}
.bg3 .bg3-layer-top::before {
  left: 0;
}
.bg3 .bg3-layer-top::after {
  right: 0;
  transform: rotateY(180deg);
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .bg3 .bg3-layer-top::after {
    content: none;
  }
}
.bg3 .bg3-layer-bot::before,
.bg3 .bg3-layer-bot::after {
  top: auto;
  bottom: 0;
}
.bg3 .bg3-layer-bot::before {
  transform: rotateX(180deg);
}
@media screen and (max-width: 767px) {
  .bg3 .bg3-layer-bot::before {
    content: none;
  }
}
.bg3 .bg3-layer-bot::after {
  right: 0;
  transform: rotateX(180deg) rotateY(180deg);
}
.bg4 {
  background-color: #e8faff;
  background-image: linear-gradient(rgba(138, 177, 219, 0.2) 1.3px, transparent 1.3px), linear-gradient(to right, rgba(138, 177, 219, 0.2) 1.3px, #e8faff 1.3px);
  background-size: 26px 26px;
}
.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: 1036px;
  padding-left: var(--space);
  padding-right: var(--space);
  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: 3rem;
  text-align: center;
}
.page-title span {
  font-size: 2.4rem;
  color: #004f95;
  text-shadow:
    -2px -1px 0 #fff,
    -2px 0px 0 #fff,
    -2px 1px 0 #fff,
    -1px -2px 0 #fff,
    -1px -1px 0 #fff,
    -1px 0px 0 #fff,
    -1px 1px 0 #fff,
    -1px 2px 0 #fff,
    0px -2px 0 #fff,
    0px -1px 0 #fff,
    0px 0px 0 #fff,
    0px 1px 0 #fff,
    0px 2px 0 #fff,
    1px -2px 0 #fff,
    1px -1px 0 #fff,
    1px 0px 0 #fff,
    1px 1px 0 #fff,
    1px 2px 0 #fff,
    2px -1px 0 #fff,
    2px 0px 0 #fff,
    2px 1px 0 #fff;
  filter: drop-shadow(0 0.1rem 0.1rem #004f95);
}
@media screen and (min-width: 768px) {
  .page-title span {
    font-size: 4rem;
    text-shadow:
      -4px -1px 0 #fff,
      -4px 0px 0 #fff,
      -4px 1px 0 #fff,
      -3px -3px 0 #fff,
      -3px -2px 0 #fff,
      -3px -1px 0 #fff,
      -3px 0px 0 #fff,
      -3px 1px 0 #fff,
      -3px 2px 0 #fff,
      -3px 3px 0 #fff,
      -2px -3px 0 #fff,
      -2px -2px 0 #fff,
      -2px -1px 0 #fff,
      -2px 0px 0 #fff,
      -2px 1px 0 #fff,
      -2px 2px 0 #fff,
      -2px 3px 0 #fff,
      -1px -4px 0 #fff,
      -1px -3px 0 #fff,
      -1px -2px 0 #fff,
      -1px -1px 0 #fff,
      -1px 0px 0 #fff,
      -1px 1px 0 #fff,
      -1px 2px 0 #fff,
      -1px 3px 0 #fff,
      -1px 4px 0 #fff,
      0px -4px 0 #fff,
      0px -3px 0 #fff,
      0px -2px 0 #fff,
      0px -1px 0 #fff,
      0px 0px 0 #fff,
      0px 1px 0 #fff,
      0px 2px 0 #fff,
      0px 3px 0 #fff,
      0px 4px 0 #fff,
      1px -4px 0 #fff,
      1px -3px 0 #fff,
      1px -2px 0 #fff,
      1px -1px 0 #fff,
      1px 0px 0 #fff,
      1px 1px 0 #fff,
      1px 2px 0 #fff,
      1px 3px 0 #fff,
      1px 4px 0 #fff,
      2px -3px 0 #fff,
      2px -2px 0 #fff,
      2px -1px 0 #fff,
      2px 0px 0 #fff,
      2px 1px 0 #fff,
      2px 2px 0 #fff,
      2px 3px 0 #fff,
      3px -3px 0 #fff,
      3px -2px 0 #fff,
      3px -1px 0 #fff,
      3px 0px 0 #fff,
      3px 1px 0 #fff,
      3px 2px 0 #fff,
      3px 3px 0 #fff,
      4px -1px 0 #fff,
      4px 0px 0 #fff,
      4px 1px 0 #fff;
  }
}
.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-image: linear-gradient(to bottom, #004f95, #003b6f, #004f95);
  padding: 1rem 2.4rem 1.2rem;
  border-radius: 4.6rem;
  filter: drop-shadow(0 0 1rem rgba(0, 23, 55, 0.2509803922));
}
@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: scale(1.02);
  filter: drop-shadow(0 0 1rem #004f95);
}
.btn-back-home a::before {
  content: "";
  transition: all 0.3s;
  width: 1rem;
  aspect-ratio: 1;
  display: block;
  border: 0.4rem solid;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #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: red;
}
.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: #fdd;
}
.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: #004f95;
}
#breadcrumb ul a {
  color: inherit;
  text-decoration: none;
  color: #004f95;
}
#breadcrumb ul a:hover {
  text-decoration: underline;
}
#breadcrumb ul span {
  color: #004f95;
}
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: #ff8601;
  --btn-bg-after: #ff9c2f;
  --btn-color: #fff;
  --btn-icon: url(../images/icon-phone-yen.svg);
}
.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;
  }
}
body {
  --header-height: 6rem;
  padding-top: var(--header-height);
}
@media screen and (min-width: 768px) {
  body {
    --header-height: 12rem;
  }
}
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: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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;
}
.scrolled #site_header {
  background-color: hsla(0, 0%, 100%, 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;
}
#site_footer {
  position: relative;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #site_footer {
    padding-bottom: 7rem;
  }
}
#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;
  }
}
#site_footer .footer-left {
  color: #004f95;
}
#site_footer .footer-left .footer-logo a {
  transition: 0.3s;
}
#site_footer .footer-left .footer-logo a:hover {
  filter: drop-shadow(0 0 0.4rem #004f95);
}
@media screen and (max-width: 767px) {
  #site_footer .footer-left .logo {
    margin: 0 auto;
  }
}
#site_footer .footer-left .info {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #site_footer .footer-left .info {
    font-size: 1.6rem;
  }
}
#site_footer .footer-left .info b {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #site_footer .footer-left .info b {
    font-size: 1.8rem;
  }
}
#site_footer .footer-right a {
  display: inline-block;
  color: inherit;
  letter-spacing: 0.05em;
  color: #004f95;
  text-decoration: none;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #site_footer .footer-right a {
    font-size: 2rem;
  }
}
#site_footer .footer-right a:hover {
  text-decoration: underline;
}
.footer-menu {
  display: flex;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .footer-menu {
    gap: 6rem;
  }
}
.copyright {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1.5rem;
  color: #004f95;
  border-top: 1px solid #004f95;
}
.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 bottom, #5ab2ff 0%, #004f95 48%, #5ab2ff 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 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  transform: rotate(45deg) translateX(-70%);
}
.to-top:hover {
  filter: drop-shadow(0 0 1rem #f4a229);
}
.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;
  }
}
.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: 1.6rem;
    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-form {
  border-width: 0.2rem;
}
.bottom_fixed .btn-form .btn-inn {
  padding: 1.2rem 3.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: 2rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .has-mobile-fixed .bottom_fixed {
    justify-content: space-between;
  }
}
