@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: top;
}

a img {
  border: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
}

html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

::-moz-selection {
  background: rgba(255, 149, 12, 0.5);
}

::selection {
  background: rgba(255, 149, 12, 0.5);
}

::-moz-selection {
  background: rgba(255, 241, 0, 0.1);
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  div {
    scroll-margin-top: 60px;
  }
}
@media (max-width: 767px) {
  div {
    scroll-margin-top: 46px;
  }
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  position: relative;
  color: #000;
}
img {
  width: 100%;
  max-width: 100%;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.is-show {
  opacity: 1 !important;
}

.l-main,
.l-page {
  width: 100%;
  margin: 0 auto;
}
.l-main_wrapper,
.l-page_wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-main_wrapper,
  .l-page_wrapper {
    padding: 3em;
  }
}
@media (max-width: 767px) {
  .l-main_wrapper,
  .l-page_wrapper {
    padding: 2em 10%;
  }
}

@media (min-width: 768px) {
  .pcnone {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .spnone {
    display: none !important;
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.fadeIn {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

.fadeIn_up {
  -webkit-transform: translate3d(0, 20px, 0) !important;
          transform: translate3d(0, 20px, 0) !important;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fadeIn_up.animated {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  opacity: 1;
}

.scroll-offset {
  scroll-margin-top: 80px;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  height: 60px;
  display: block;
  padding: 0 0.5em;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  /* 最初は隠す */
}
.l-header.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* ← スクロールしたら表示 */
}
.l-header_wrapper {
  width: 100%;
}
.l-header_nav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
}
.l-header_nav .nav_wrapper {
  background: #fff;
}
@media (min-width: 768px) {
  .l-header_nav .nav_wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .l-header_nav .nav_wrapper {
    min-height: 100vh;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.l-header_nav .nav_wrapper .nav_img {
  background: url(../images/common/nav_img.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  .l-header_nav .nav_wrapper .nav_img {
    width: 50%;
    height: 100vh;
  }
}
.l-header_nav ul {
  margin: 0 auto;
  padding: 0;
  display: block;
}
@media (min-width: 768px) {
  .l-header_nav ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-header_nav ul li {
  position: relative;
}
@media (max-width: 767px) {
  .l-header_nav ul li {
    font-size: 1.1em;
    width: 100%;
  }
}
.l-header_nav ul li.nav_title {
  width: 90%;
  margin: 0 auto 1em;
}
@media (min-width: 768px) {
  .l-header_nav ul li.nav_title {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .l-header_nav ul li.nav_title {
    max-width: 300px;
  }
}
.l-header_nav ul li a {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: #000;
  padding: 1em;
}
.l-header_nav ul li a:hover {
  opacity: 0.5;
}
.l-header_nav ul li a.entry_btn {
  background: #000;
  color: #fff;
  margin-top: 1em;
  padding: 10px 30px;
  border-radius: 100px;
}

/* ハンバーガー */
/* このクラスを、jQueryで付与・削除する */
nav.l-header_nav.active {
  opacity: 1;
  pointer-events: auto;
}

/* ハンバーガー用 */
/* ハンバーガー用 */
.navToggle {
  display: block;
  border-radius: 100%;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 10px;
}
@media (min-width: 768px) {
  .navToggle {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .navToggle {
    background: #efefef;
  }
}
.navToggle:hover {
  background: #efefef;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 35px;
  border-bottom: solid 1px #000;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 12px;
}

.navToggle span:nth-child(1) {
  top: 21px;
}

.navToggle span:nth-child(2) {
  top: 30px;
}

.navToggle span:nth-child(3) {
  top: 39px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  left: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 30px;
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 30px;
}

.footer_form {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  /* ← 最初は非表示 */
  pointer-events: none;
  /* ← クリック不可（非表示時） */
}
.footer_form.show {
  opacity: 1;
  pointer-events: auto;
  /* ← クリック可能に */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer_form a {
  background: #FF0000;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  border-radius: 100%;
}
.footer_form a:hover {
  background: #000;
}
@media (min-width: 768px) {
  .footer_form a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    border-radius: 100%;
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .footer_form a {
    width: 80px;
    height: 80px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

.l-footer {
  background: #000;
  color: #fff;
  padding: 1em;
  text-align: center;
}
.l-footer_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.l-footer .syusai_wrapper {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 10px;
}
.l-footer .syusai_wrapper .syusai {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  margin-top: 5px;
  padding: 0 10px;
  border: 1px solid #fff;
}
.l-footer .syusai_wrapper h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5909090909;
  font-weight: 600;
}
.l-footer .syusai_wrapper h4 span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.1875;
}
@media (max-width: 767px) {
  .l-footer .syusai_wrapper h4 span {
    display: block;
  }
}
.l-footer p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.9230769231;
}
.l-footer p a {
  color: #fff;
}
.l-footer address {
  margin-top: 2em;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.2;
}