@charset "UTF-8";
/******************************************************************
Theme Name: Original
Theme URI: 本テーマはオリジナルテーマです。
Description: 
Author: 
Author URI: 
Version: 1.0
******************************************************************/
:root {
  --ff: "Noto Sans JP", sans-serif;
  --ff-jp: "Noto Sans JP", sans-serif;
  --ff-en: "Montserrat", "Arial", sans-serif;
}

body {
  font-family: var(--ff);
  font-weight: 400;
  color: #002a7d;
  line-height: 1.6;
  background-image: url("https://picsum.photos/800/400?random=7");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3;
}

a {
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: px(768)) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .is-tab {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .is-tab {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-pc {
    display: none !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-tab {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .hidden-pc {
    display: none !important;
  }
}

.display-none {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.display-inline-block {
  display: inline-block;
}