@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.fv .fv_content .fv_text span:nth-child(1) {
  -webkit-transition-delay: calc(260ms + 60ms * 0);
          transition-delay: calc(260ms + 60ms * 0);
}

.-blur {
  opacity: 0;
}

.animated.blur-effect:nth-child(1) {
  -webkit-animation: blur 1s ease-in-out calc(0.5s + 0.3s * 0) forwards;
          animation: blur 1s ease-in-out calc(0.5s + 0.3s * 0) forwards;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: calc(100vw / 1280);
}

@media only screen and (max-width: 639px) {
  html {
    font-size: calc(100vw / 750);
  }
}

html.scroll-prevent {
  overflow: hidden;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-size: 18rem;
  color: #000;
  background: #fcfcfc;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 639px) {
  body {
    font-size: 20rem;
  }
}

h2 {
  font-size: 65rem !important;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tc {
  display: block !important;
}

.tb {
  display: none !important;
}

.sm {
  display: none !important;
}

@media print, screen and (max-width: 991px) {
  .tc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}

@media print, screen and (min-width: 992px) {
  .tc {
    display: block !important;
  }
}

@media only screen and (max-width: 580px) {
  .sm {
    display: block !important;
  }
}

@media only screen and (max-width: 639px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

@media print, screen and (min-width: 640px) {
  .pc-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 639px) {
  .sp-hide {
    display: none !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

header {
  background: #100a40;
  color: #fff;
  font-weight: 500;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}

header .header-menu {
  padding: 0 40rem;
  height: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 639px) {
  header .header-menu {
    height: 100rem;
  }
}

header .header-menu li {
  margin-left: 40rem;
  position: relative;
}

header .header-menu li:first-child {
  margin-left: 0;
}

header .header-menu li::after {
  position: absolute;
  width: 0%;
  height: 1px;
  background: #fff;
  display: block;
  content: '';
  -webkit-transition: all .35s;
  transition: all .35s;
}

header .header-menu li:hover::after {
  width: 100%;
}

footer {
  margin-top: 100rem;
  background: #100a40;
  color: #fff;
  padding: 100rem 80rem 60rem;
  overflow-x: hidden;
}

@media only screen and (max-width: 639px) {
  footer {
    padding: 80rem 80rem 50rem;
  }
}

footer .flex {
  margin-top: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100rem;
}

@media only screen and (max-width: 639px) {
  footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30rem;
  }
}

footer .flex .left .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  margin-top: 20rem;
}

footer .flex .left .sns a {
  font-size: 40rem;
  margin-left: 25rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

footer .flex .left .sns a:hover {
  opacity: 0.65;
}

footer .flex .right {
  width: 800rem;
}

@media only screen and (max-width: 639px) {
  footer .flex .right {
    width: 100%;
  }
}

footer .flex .right div {
  padding: 0 90rem;
}

@media only screen and (max-width: 639px) {
  footer .flex .right div {
    padding: 0;
  }
  footer .flex .right div p {
    padding-left: 100rem;
  }
}

footer .flex .right div a {
  padding: 5rem 80rem;
  background: #fff;
  color: #000;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20rem;
}

@media only screen and (max-width: 639px) {
  footer .flex .right div a {
    margin: auto;
    margin-top: 20rem;
  }
}

footer .copy {
  text-align: center;
  margin-top: 50rem;
}

.fv {
  height: 100vh;
  position: relative;
}

.fv img {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .fv img {
    -o-object-position: -30rem;
       object-position: -30rem;
  }
}

.fv .fv-txt {
  position: absolute;
  top: calc(50% + 40rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 80rem;
  color: #fff;
  line-height: 1.5;
  width: 80%;
}

@media only screen and (max-width: 639px) {
  .fv .fv-txt {
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.fv .fv-txt h5 {
  font-size: 32rem;
}

.fv .fv-txt h2 {
  font-weight: 700;
  margin: 20rem 0;
}

.fv .fv-txt p {
  font-size: 24rem;
}

.about {
  padding: 100rem 0 0;
}

@media only screen and (max-width: 639px) {
  .about {
    padding: 80rem 0 0;
  }
}

.about h2 {
  text-align: center;
  margin-bottom: 50rem;
}

.about-wrap {
  padding: 50rem 80rem;
  display: -ms-grid;
  display: grid;
  gap: 40rem;
  background: rgba(7, 74, 177, 0.2);
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 639px) {
  .about-wrap {
    gap: 20rem;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.about-wrap .about-blog {
  border: 1px solid #100a40;
}

.about-wrap .about-blog .blog-head {
  height: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #100a40;
  color: #fff;
  font-size: 30rem;
  font-weight: 600;
}

.about-wrap .about-blog p {
  padding: 20rem;
  font-size: 24rem;
}

.about-list {
  padding: 80rem 100rem;
}

@media only screen and (max-width: 639px) {
  .about-list {
    padding: 80rem 80rem;
  }
}

.about-list .list-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 100rem;
}

.about-list .list-blog:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about-list .list-blog:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
  .about-list .list-blog {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 30rem;
    margin-bottom: 80rem;
  }
}

.about-list .list-blog img {
  width: 50%;
}

@media only screen and (max-width: 639px) {
  .about-list .list-blog img {
    width: 100%;
  }
}

.about-list .list-blog .content {
  width: calc(50% - 80rem);
}

@media only screen and (max-width: 639px) {
  .about-list .list-blog .content {
    width: 100%;
  }
}

.about-list .list-blog .content h4 {
  font-size: 32rem;
  margin-bottom: 20rem;
}

.about-list .list-blog .content .btn-list {
  font-size: 22rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30rem;
  margin-top: 30rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-list .list-blog .content .btn-list .btn {
  line-height: 1;
  border: 1px solid #000;
  border-radius: 40rem;
  padding: 10rem 35rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.about-list .list-blog .content .btn-list .btn:hover {
  color: #fff;
  background: #000;
}

.practice {
  padding: 100rem 0 150rem;
  background: rgba(7, 74, 177, 0.2);
}

.practice h2 {
  font-size: 50rem;
  text-align: center;
}

.practice-wrap {
  margin-top: 50rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 639px) {
  .practice-wrap {
    padding: 0 40rem;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.practice-wrap .card {
  width: 100%;
  height: 350rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

@media only screen and (max-width: 639px) {
  .practice-wrap .card {
    height: 300rem;
  }
}

.practice-wrap .card-front {
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.practice-wrap .card-front.face {
  background: #100a40;
}

.practice-wrap .card-front img {
  width: 150rem;
  height: 150rem;
}

@media only screen and (max-width: 639px) {
  .practice-wrap .card-front img {
    width: 100rem;
    height: 100rem;
  }
}

.practice-wrap .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

.practice-wrap .card-back img {
  width: 100%;
  height: 100%;
}

.practice-wrap .card:hover .card-back {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.guidance-wrap {
  padding: 100rem 100rem;
}

@media only screen and (max-width: 639px) {
  .guidance-wrap {
    padding: 100rem 40rem;
  }
}

.guidance-wrap h2 {
  text-align: center;
}

.guidance-wrap .list {
  margin-top: 50rem;
  margin-bottom: 100rem;
}

.guidance-wrap .list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50rem 120rem;
  border-bottom: 1px solid #000;
  gap: 120rem;
}

@media only screen and (max-width: 639px) {
  .guidance-wrap .list li {
    padding: 30rem;
    gap: 50rem;
  }
}

.guidance-wrap .list li:last-child {
  border: none;
}

.guidance-wrap .list li span {
  display: block;
  width: 220rem;
  font-size: 32rem;
  text-align: center;
}

.guidance-wrap .list li .info {
  font-size: 24rem;
  width: calc(100% - 270rem);
}

.guidance-wrap .alert {
  list-style: disc;
  width: 550rem;
  margin: auto;
  margin-top: 100rem;
  font-size: 22rem;
}

.guidance-wrap .alert li {
  margin: 20rem 0;
}

.faq {
  background: #100a40;
  padding: 100rem;
  color: #fff;
}

@media only screen and (max-width: 639px) {
  .faq {
    padding: 100rem 40rem;
  }
}

.faq h2 {
  text-align: center;
}

.faq ul {
  margin-top: 80rem;
}

.faq ul li {
  margin: 50rem 0;
  font-size: 28rem;
}

.faq ul li:last-child {
  margin-bottom: 0;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  margin: 100rem 80rem;
}

@media print, screen and (min-width: 640px) {
  .gallery {
    -webkit-box-shadow: 10px 10px 5px #aaaaaa;
            box-shadow: 10px 10px 5px #aaaaaa;
  }
}

@media only screen and (max-width: 639px) {
  .gallery {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin: 100rem 40rem;
    gap: 20rem;
  }
}

.gallery img {
  height: 250rem;
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .gallery img {
    -webkit-box-shadow: 5px 5px 5px #aaaaaa;
            box-shadow: 5px 5px 5px #aaaaaa;
  }
}

.map iframe {
  width: 100vw;
  height: 450rem;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 639px) {
  .map iframe {
    height: 60vh;
  }
}
/*# sourceMappingURL=style.css.map */