@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;800&display=swap');
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, address, input, textarea, p, blockquote, figure, caption, th, td {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
html {
  scroll-behavior: smooth;
}
html, body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #333;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}
.sp {
  display: block;
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
.header {
  width: 100%;
}
.header__container {
  display: flex;
  margin: auto;
  width: 96%;
  height: 90px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header__ttl {
    margin: auto 0;
    /*width: 80px;*/
  }
}
.header__ttl__image {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .header__container {
    max-width: 980px;
    height: 120px;
    align-items: center;
    background: transparent;
  }
  .header__ttl {
    margin: auto 0;
    /*width: 100px;*/
  }
}
.openbtn {
  position: fixed;
  caret-color: transparent;
}
.gnav {
  display: inline-block;
  margin: 0;
}
.gnav__link {
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: all 0.5s ease 0s;
}
.gnav__link:hover {
  color: #ffbe21;
}
@media (max-width: 899px) {
  .gnav {
    position: fixed;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #fafafa;
    transition: all 0.6s;
    z-index: 100;
  }
  .gnav.panelactive {
    right: 0;
  }
  .gnav__list {
    position: absolute;
    width: 80%;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .gnav__item {
    margin: 30px 0;
    text-align: center;
    width: 100%;
  }
  .gnav__link {
    display: flex;
    align-items: center;
    font-size: 20px;
  }
  .gnav__link:before {
    margin-right: 2em;
  }
  .gnav__link:after {
    margin-left: 2em;
  }
  .openbtn {
    position: fixed;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .gnav__list {
    margin-left: 1em;
  }
  .gnav__link {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  .openbtn {
    display: none;
  }
  .gnav__list {
    display: flex;
    align-items: center;
  }
  .gnav__item {
    margin-right: 2em;
  }
  .gnav__item:last-of-type {
    margin: 0;
  }
  .gnav__link {
    font-size: 16px;
  }
}
.section__container {
  margin: 0 auto;
  width: 90%;
  max-width: 760px;
}
.section__container p {
  margin: 0 auto 2em;
  line-height: 2;
}
.section__container ul {
  margin: 0 auto 2em;
}
.section__container .photo {
  display: block;
  margin: 0 auto 20px;
}
@media (max-width: 899px) {
  main {
    font-size: 1.5rem;
  }
}
@media (min-width: 900px) {
  main {
    font-size: 1.6rem;
  }
  .text {
    text-align: center;
  }
}
.section__container a:hover {
  color: #ffbe21;
}
.section__ttl {
  margin: 0 auto 20px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
}
@media (min-width: 600px) {
  .section__ttl {
    margin: 0 auto 30px;
    font-size: 32px;
  }
}
.hero {
  margin-bottom: 40px;
}
.hero .section__container {
  padding: 0 !important;
}
.hero__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .hero {
    margin-bottom: 50px;
    height: 450px;
  }
  .hero__container {}
}
.hero__btn__container {
  padding-bottom: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .hero__btn__container::after {
    content: '';
    display: inline-block;
    margin-left: 25%;
    margin-top: 40px;
    aspect-ratio: 1 / 1;
    width: 75%;
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.link-manual span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-manual:hover {
  background-color: #000;
}
.link-manual span::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 36px;
  background-image: url("../images/icon-document.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.link-manual:hover span::before {
  background-image: url("../images/icon-document-ov.png");
}
@media (min-width: 900px) {
  .link-manual {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.gallery__wrapper a {
  display: flex;
  width: calc((100% - 30px) / 2);
}
.gallery__wrapper a:hover {
  opacity: 0.6;
}
.gallery__popup {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
}
@media (min-width: 900px) {
  .gallery__wrapper {
    margin-bottom: 30px;
  }
  .gallery__wrapper a {
    margin-bottom: 30px;
    width: calc((100% - 20px) / 3);
  }
}
.gallery__popup {
  font-size: 1.4rem;
}
#fancybox-title {
  text-align: center;
  font-size: 1.8rem;
}
.fancybox {
  position: relative;
}
.fancybox::before {
  position: absolute;
  bottom: -5px;
  right: 0;
  content: url("../images/icon-zoom.png");
}
/*
	COMPANY
*/
.company__detail {
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d2d2d2;
}
.company__detail th, .company__detail td {
  padding: 1em;
  border-bottom: 1px solid #d2d2d2;
}
.company__detail th {
  width: 30%;
}
/*
	CONTACTFORM
*/
#contact input, #contact textarea {
  padding: 0.2em;
  border: 1px solid #999;
  border-radius: 0.3em;
}
.contacthead {
  overflow: hidden;
}
.contacthead img {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}
.wpcf7-text, .wpcf7-textarea {
  padding: 0.3em;
}
.formBox dt, .formBox dd {
  width: 100%;
}
.formBox dt {
  margin-bottom: 0.5em;
  padding: 0.5em;
  font-weight: 600;
  background: #f5f5f5;
}
.formBox dt span {
  margin-left: 1em;
  padding: 0.2em;
  color: #fff;
  font-size: 1.2rem;
  background: #e42b00;
}
.formBox dd {
  margin-bottom: 20px;
  padding: 0.5em 0;
}
.wpcf7-spinner {
  display: block !important;
}
.wpcf7-list-item, .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 10px;
}
.privacypolicyWrap {
  padding: 20px;
  background: #f5f5f5;
}
.privacypolicyTitle {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
.privacypolicy {
  margin-left: 2em;
  margin-bottom: 0 !important;
  padding-left: 1em;
  list-style: disc;
}
.privacypolicy li {
  margin-bottom: 0.5em;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 899px) {
  .contacthead img {
    float: right;
    width: 40%;
    height: auto;
  }
  .formBox dt, .formBox dd {}
  .wpcf7-list-item {
    padding-bottom: 0.5em;
  }
  .wpcf7-text, .wpcf7-textarea {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .formBox dt, .formBox dd {}
  .wpcf7-textarea {
    width: 100%;
    height: 10em;
  }
}
.submitBox {
  margin: 20px 0 40px;
  padding: 15px;
  text-align: center;
  border-radius: 0.3em;
}
.wpcf7-submit {
  padding: 0.5em !important;
  width: 12em;
  font-size: 1.8rem;
  color: #fff;
  background: #737373;
}
.wpcf7-list-item {
  padding-bottom: 12px;
}
.wpcf7-radio .wpcf7-list-item {
  display: block;
}
.wpcf7-radio input[type="radio"] {
  position: relative;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-radio input[type="radio"]:checked:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2685e0;
}
.wpcf7-checkbox input[type="checkbox"] {
  position: relative;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #d2d2d2;
  /*border-radius: 50%;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-checkbox input[type="checkbox"]:checked:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  /*border-radius: 50%;*/
  border-right: 3px solid #2685e0;
  border-bottom: 3px solid #2685e0;
}
.required {
  display: inline-block;
  margin-left: 10px;
  padding: 4px;
  font-size: 0.8em;
  color: #fff;
  border-radius: 2px;
  background-color: #2685e0;
}
.wpcf7-not-valid-tip, .wpcf7-response-output.wpcf7-validation-errors {
  color: #2685e0;
  font-weight: bold;
}
.wpcf7-response-output {
  margin: 0 auto 20px !important;
  border-color: #2685e0 !important;
}
.privacypolicy__wrapper {
  height: 300px;
  padding: 2em;
  overflow-y: scroll;
  background-color: #f2f2f2;
}
.contactform__submit {
  display: flex;
  width: 100%;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
}
.contactform__phone__body {
  margin: 0 auto 30px;
  padding: 24px;
  max-width: 360px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #d2d2d2;
}
.contactform__phone__link {
  display: inline-block;
  margin: 0 auto 12px;
  font-size: 32px;
  font-weight: 800;
  color: #2685e0;
  text-decoration: none;
}
.contactform__phone__link::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  right: 6px;
  width: 28px;
  height: 32px;
  mask: url("../images/icon-ph.svg") no-repeat center center / contain;
  -webkit-mask: url("../images/icon-ph.svg") no-repeat center center / contain;
  background-color: #2685e0;
  transition: all 0.5s ease 0s;
}
.contactform__phone__link:hover {
  color: #ffbe21;
}
.contactform__phone__link:hover::before {
  background-color: #ffbe21;
}
.contactform__submit input {
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  width: 160px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  background-color: #2685e0;
  transition: 0.5s;
}
.contactform__submit input:hover {
  color: #2685e0;
  background-color: #f2f2f2;
}
.contactform__caution {
  display: block;
  text-align: right;
}
.wpcf7-spinner {
  display: none !important;
}
@media (max-width: 767px) {
  .privacypolicy__wrapper {
    margin-bottom: 24px;
  }
  .contactform__label, .contactform__item {
    display: block;
  }
  .contact__recaptcha__text {
    font-size: 15px;
  }
}
.contact__recaptcha__text {
  margin: 20px auto;
  text-align: center;
}
@media (min-width: 768px) {
  .contactform__item, .privacypolicy__wrapper, .wpcf7-response-output, .contactform__body {
    margin: 0 auto 24px;
    width: calc(100% - 200px);
  }
  .contact__recaptcha__text {
    font-size: 14px;
  }
}
.privacypolicy__ttl {
  margin-bottom: 20px;
  font-size: 18px;
}
.privacypolicy__body {
  margin: 0 auto 20px;
  width: 98%;
}
.privacypolicy__head {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
}
.privacypolicy__text {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.6;
}
.privacypolicy__sublist {
  margin-left: 2em;
  margin-bottom: 20px;
  list-style: disc !important;
}
.privacypolicy__sign {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
}
.contactform__thanks {
  margin: 0 auto 30px !important;
  text-align: center;
}
.footer {
  position: relative;
  margin-top: auto;
}
.footer__copy {
  padding: 24px 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background-color: #212121;
}
@media (max-width: 767px) {
  .footer__copy {
    font-size: 12px;
  }
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop img{
	display: block;
	width: 60px;
	height: 32px;
}
.recaptcha__text {
  margin: 0 auto;
  padding: 12px 0;
  font-size: 11px;
  text-align: center;
}
.recaptcha__text, .recaptcha__text a {
  color: #fff;
}
.contactform__submit.confirm .cf7-cf-turnstile {
  display: none;
}
.pagetop {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  border: solid 3px #666;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1000;
  cursor: pointer;
}
.pagetop__arrow {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-color: #666;
  mask: url("../images/icon-pagetop.png") no-repeat center center / contain;
}
.pagetop, .pagetop__arrow {
  transition: all 0.5s ease 0s;
}
.pagetop:hover {
  border: solid 3px #ffbe21;
  background-color: #333;
}
.pagetop:hover .pagetop__arrow {
  background-color: #fff;
}
.grecaptcha-badge {
  visibility: hidden;
}
.link-manual {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
  padding: 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 10px;
  background: #666;
}