/*
  order 1 forward > component
  order 2 a > z 
*/
/*forward*/
/*component*/
._h1 {
  color: #009d00;
  font-size: 36px;
  margin-bottom: 50px;
}

._h2 {
  color: #009d00;
  font-size: 24px;
  margin-bottom: 30px;
}

._h3 {
  color: #009d00;
  font-size: 16px;
  margin-bottom: 30px;
}

._h4 {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}

._h5 {
  color: #000;
}

._h6 {
  color: #000;
}

._p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "sans-serif";
  font-weight: 300;
}

a[href^="tel:"] {
  pointer-events: none;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

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

/* Reset padding and margin */
ul,
ol,
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* Default styles for anchor tags */
a:not([class]) {
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images responsive */
img {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* Default margin between article elements */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for form elements */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images without alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* Form reset styles */
input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

/* Hide checkboxes and radios */
input[type=checkbox],
input[type=radio] {
  display: none;
}

/* Set cursor pointer for interactive elements */
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/* Hide dropdown arrow for select elements */
select::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) {
  .-btn {
    display: inline-block;
  }
  .-btn a {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
    opacity: 1;
    color: #fff;
    border-radius: 20px;
    background: #00009d;
  }
  .-btn a i {
    position: relative;
    left: -5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .-btn a:hover {
    opacity: 0.7;
  }
  .-btn a:hover i {
    left: 0;
  }
  .-breadcrumbs ul {
    font-size: 12px;
    margin-top: 30px;
    padding: 5px 0 5px 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .-breadcrumbs ul li {
    display: inline-block;
    margin-right: 10px;
    color: #009d00;
  }
  .-breadcrumbs ul li a {
    display: inline-block;
    padding-left: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #009d00;
  }
  .-breadcrumbs ul li a:hover {
    opacity: 0.7;
  }
  .-breadcrumbs ul li:nth-last-child(1) a {
    text-decoration: none;
    color: #000;
  }
  .-snippet {
    text-align: center;
  }
  .-snippet .title {
    color: #000;
    position: relative;
    display: inline-block;
    font-size: 32px;
    padding: 0 0 35px;
    letter-spacing: 1px;
  }
  .-snippet .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 35px;
    font-size: 32px;
    background: #009d00;
  }
  .-snippet .sub {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .-btn {
    display: block;
  }
  .-btn a {
    font-size: 14px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
    height: 100%;
    margin: 10px 5%;
    padding: 20px 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
    opacity: 1;
    color: #fff;
    border-radius: 20px;
    background: #00009d;
  }
  .-btn a i {
    position: relative;
    left: -5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .-btn a:hover {
    opacity: 0.7;
  }
  .-btn a:hover i {
    left: 0;
  }
  .-breadcrumbs ul {
    font-size: 12px;
    margin-top: 30px;
    padding: 5px 0 5px 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .-breadcrumbs ul li {
    display: inline-block;
    margin-right: 10px;
    color: #009d00;
  }
  .-breadcrumbs ul li a {
    display: inline-block;
    padding-left: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #009d00;
  }
  .-breadcrumbs ul li a:hover {
    opacity: 0.7;
  }
  .-breadcrumbs ul li:nth-last-child(1) a {
    text-decoration: none;
    color: #000;
  }
  .-snippet {
    text-align: center;
  }
  .-snippet .title {
    color: #000;
    position: relative;
    display: inline-block;
    font-size: 28px;
    padding: 0 0 35px;
    letter-spacing: 1px;
  }
  .-snippet .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 35px;
    font-size: 28px;
    background: #009d00;
  }
  .-snippet .sub {
    font-size: 14px;
    line-height: 1.6;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  #header {
    border-top: 0.4rem solid #000;
    position: relative;
  }
  #header .--inner {
    padding: 0.7rem 0;
  }
  #header .--inner h1 {
    text-align: center;
    height: 4.5rem;
  }
  #header .--inner h1 a {
    display: inline-block;
    height: inherit;
  }
  #header .--inner h1 a img {
    width: initial;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: 4.5rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #header .--inner nav {
    display: none;
  }
  #header .--inner .--menu-btn {
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    width: 3.2rem;
    top: 2.8rem;
    height: 2.2rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
  }
  #header .--inner .--menu-btn span {
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    display: block;
  }
  #header .--inner .--menu-btn span:nth-child(1) {
    top: 0;
  }
  #header .--inner .--menu-btn span:nth-child(2) {
    top: 0.5rem;
  }
  #header .--inner .--menu-btn span:nth-child(3) {
    top: 1rem;
  }
  #header .--inner .active span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header .--inner .active span:nth-child(2) {
    opacity: 0;
  }
  #header .--inner .active span:nth-child(3) {
    top: 3px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header .--inner .--menu-box {
    top: 0;
    width: 100%;
    height: 100svh;
    background-color: black;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    text-align: center;
    position: absolute;
    z-index: 500;
    top: 7.25rem;
    opacity: 0;
    display: none;
  }
  #header .--inner .--menu-box ul {
    display: inline-block;
    margin-top: 5.6rem;
  }
  #header .--inner .--menu-box ul li:not(:first-child) {
    margin-top: 3.2rem;
  }
  #header .--inner .--menu-box ul li {
    text-align: left;
  }
  #header .--inner .--menu-box ul li a {
    color: #fff;
    font-size: 2.6rem;
    font-family: "Noto Sans JP", "sans-serif";
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
  }
  #footer {
    background-color: #000;
    padding: 2rem 0;
  }
  #footer span {
    width: 60%;
    display: block;
    margin-inline: auto;
  }
  .--sp {
    display: block;
  }
  .--pc {
    display: none;
  }
}