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

img {
  width: 100%;
  height: auto;
}

video {
  width: 100%;
  filter: drop-shadow(0px 0px #000);
}

a {
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 70px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    height: 56px;
  }
}

.headerNavOuter {
  margin-bottom: 0;
  position: relative;
}

.siteIcon {
  margin: 0;
  padding: 5px 0 5px 40px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .siteIcon {
    padding-left: 20px;
  }
}
.siteIcon img {
  width: 154px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .siteIcon img {
    width: 120px;
  }
}

.header_submenu {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 40px;
}
.header_submenu a {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #333;
}
.header_submenu a:first-child {
  margin-right: 40px;
  font-size: 20px;
}

.headerNav {
  position: fixed;
  right: -500px;
  top: 0;
  width: 500px;
  height: 100vh;
  padding-top: 40px;
  transition: all 0.6s;
  z-index: 20;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .headerNav {
    width: 100vw;
    right: -100vw;
  }
}

.navList {
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
}

.navItem {
  padding: 1rem 1rem 0;
}
@media screen and (max-width: 768px) {
  .navItem {
    width: 80%;
    margin: 0 auto;
  }
}
.navItem a {
  display: block;
  border-bottom: 1px solid #eee;
  color: #fff;
  padding: 4rem 0 1rem;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .navItem a {
    font-size: 4.5vw;
  }
}

.hamburger_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 30;
}

.hamburger_line {
  position: absolute;
  left: 8px;
  width: 25px;
  height: 1px;
  background-color: #111;
  transition: all 0.6s;
}
.hamburger_line_1 {
  top: 21px;
}
.hamburger_line_2 {
  top: 28px;
}
.hamburger_line_3 {
  top: 35px;
}

.black-bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

.nav-open .headerNav {
  right: 0;
}
.nav-open .black-bg {
  opacity: 0.9;
  visibility: visible;
}
.nav-open .hamburger_line_1 {
  transform: rotate(45deg);
  top: 25px;
  background-color: #fff;
}
.nav-open .hamburger_line_2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger_line_3 {
  transform: rotate(-45deg);
  top: 25px;
  background-color: #fff;
}

.top-navigation .spToggle {
  height: 0;
  transition: height 0.5s;
  display: block;
  opacity: 0;
}
.top-navigation .spToggle.in {
  height: 165px;
  opacity: 1;
  transition-duration: 0.4s;
  border-color: #e7e7e7;
}
.top-navigation .spToggle.in .navbar-nav {
  margin: 7.5px -15px;
}
.top-navigation .spToggle.in .nav > li > a {
  line-height: 20px;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .top-navigation .navbar-header.sp-none {
    display: none;
  }
}

.navbar-collapse.collapse.sp-block {
  overflow-y: hidden;
  display: none !important;
}
@media screen and (max-width: 768px) {
  .navbar-collapse.collapse.sp-block {
    display: block !important;
  }
}

main {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 0px;
    padding-bottom: 20vw;
  }
}

.underHeadline {
  padding-top: 65px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .underHeadline {
    padding-top: 12vw;
  }
}
.underHeadline h2 {
  color: #333;
  font-size: 35px;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .underHeadline h2 {
    font-size: 7vw;
  }
}
.underHeadline h2.tokusyou {
  font-size: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .underHeadline h2.tokusyou {
    font-size: 6vw;
  }
}
.underHeadline .sub {
  font-size: 20px;
  margin-top: 5px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .underHeadline .sub {
    font-size: 4vw;
    margin-top: 1vw;
  }
}

.company {
  max-width: 900px;
  margin: 65px auto 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .company {
    margin-top: 12vw;
  }
}
.company .about_info table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px dashed #b7b7b7;
}
.company .about_info table tr {
  border-bottom: 1px dashed #b7b7b7;
}
@media screen and (max-width: 768px) {
  .company .about_info table tr {
    display: flex;
    flex-direction: column;
  }
}
.company .about_info table th {
  width: 30%;
  padding: 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .company .about_info table th {
    width: 100%;
    padding: 3vw 0 1.5vw 0;
    font-size: 4vw;
  }
}
.company .about_info table td {
  width: 70%;
  letter-spacing: 0.1em;
  font-size: 14px;
  padding: 12px 0;
  padding-right: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .company .about_info table td {
    width: 100%;
    padding: 0 0 4vw 0;
    font-size: 3.5vw;
  }
}
.company_map .iframe-wrp {
  position: relative;
  width: 100%;
  padding-top: 44%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .company_map .iframe-wrp {
    padding-top: 80%;
    margin-top: 10vw;
  }
}
.company_map .iframe-wrp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company.tokusyou .about_info table th {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.company.tokusyou .about_info table td {
  padding: 20px 0;
  padding-right: 20px;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .company.tokusyou .about_info table td {
    padding: 0 0 4vw 0;
  }
}
.company.tokusyou .about_info table td a {
  color: #333;
}

.privacy {
  max-width: 900px;
  width: 90%;
  margin: 65px auto 0;
}
@media screen and (max-width: 768px) {
  .privacy {
    margin-top: 12vw;
  }
}
.privacy p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .privacy p {
    font-size: 3.5vw;
  }
}
.privacy_block {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .privacy_block {
    margin-top: 12vw;
  }
}
.privacy_block h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .privacy_block h3 {
    font-size: 4.2vw;
  }
}
.privacy_block p {
  margin-top: 15px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .privacy_block p {
    margin-top: 3vw;
  }
}
.privacy_block ul {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  list-style-type: disc;
  padding-left: 1.3em;
}
@media screen and (max-width: 768px) {
  .privacy_block ul {
    margin-top: 3vw;
    padding-left: 1em;
  }
}
.privacy_block ul li {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .privacy_block ul li {
    font-size: 3.5vw;
  }
}
.privacy_block .underSec {
  padding-left: 1.2em;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .privacy_block .underSec {
    margin-top: 1vw;
    padding-left: 1em;
  }
}
.privacy_block .underSec.sec02 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .privacy_block .underSec.sec02 {
    margin-top: 3vw;
  }
}
.privacy_block .underSec p {
  margin-top: 0;
}
.privacy_block .underSec p.ind {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .privacy_block .underSec p.ind {
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
}
.privacy.guide .privacy_block ul {
  list-style-type: auto;
}
.privacy.guide .privacy_block .underSec {
  margin-bottom: 10px;
}

footer {
  padding: 30px 0 15px;
  background-color: #fff;
  width: 100%;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer {
    text-align: left;
    padding: 5vw 0 3vw;
  }
}
footer .footer_tel {
  padding: 10px 0 5px;
  background-color: #efefef;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .footer_tel {
    padding: 2vw 0 1vw;
    margin-bottom: 5vw;
  }
}
footer .footer_tel_ttl {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer_tel_ttl {
    font-size: 3.5vw;
  }
}
footer .footer_tel_fb {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_tel_icon {
  width: 40px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  footer .footer_tel_icon {
    width: 10vw;
    margin-right: 1vw;
    margin-top: 1vw;
  }
}
footer .footer_tel_num {
  font-weight: 500;
}
footer .footer_tel_num a {
  color: #000;
  line-height: 1;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  footer .footer_tel_num a {
    font-size: 9vw;
  }
}
footer .footer_tel_time {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer_tel_time {
    font-size: 3.5vw;
  }
}
footer .footer_link {
  font-size: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  footer .footer_link {
    font-size: 3.5vw;
    margin-bottom: 6vw;
  }
}
footer .footer_link ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer .footer_link ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .footer_link ul li {
  border-right: #333 solid 0.3px;
}
@media screen and (max-width: 768px) {
  footer .footer_link ul li {
    text-align: center;
  }
  footer .footer_link ul li:nth-child(n+4) {
    margin-top: 4vw;
  }
}
footer .footer_link ul li a {
  color: #333;
  letter-spacing: 0.1em;
  font-size: 15px;
  padding: 0 25px;
}
@media screen and (max-width: 1000px) {
  footer .footer_link ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_link ul li a {
    font-size: 3.2vw;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_link ul li:nth-child(3) {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_link ul li:nth-child(4) {
    border-right: 0.3px solid #000;
  }
}
footer .footer_link ul li:last-child {
  border: none;
}
footer .small {
  font-size: 10px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  footer .small {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */