@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.6;
}

.font-mincho {
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "BIZ UDMincho Medium", serif;
}

a {
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
}
a:hover {
  opacity: 0.7;
}

img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

@media screen and (max-width: 480px) {
  .view-tab-up {
    display: none;
  }
}

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

.grecaptcha-badge {
  display: none;
}

.grecaptcha-text {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .grecaptcha-text {
    margin-top: 0;
  }
}
.grecaptcha-text a {
  color: rgb(74, 74, 220);
}

.header_area {
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
}
.header_area .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  font-size: 1.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header_area .language .lang_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media screen and (max-width: 480px) {
  .header_area .language .lang_title {
    display: none;
  }
}
.header_area .language .lang_select .active {
  color: #E60001;
  pointer-events: none;
}
.header_area .language .lang_select .slash {
  display: inline-block;
  margin: 0 0.3em;
}
.header_area .inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90rem;
  margin: 0 auto;
  -webkit-column-gap: 3.5%;
     -moz-column-gap: 3.5%;
          column-gap: 3.5%;
}
.header_area .inner_wrap .left_wrap {
  width: 100%;
  padding-left: 2rem;
}
.header_area .inner_wrap .left_wrap .lefttop_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0 0.5rem;
}
.header_area .inner_wrap .left_wrap .leftbottom_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  padding-bottom: 1rem;
}
.header_area .inner_wrap .left_wrap .leftbottom_wrap a {
  font-size: 1.3rem;
  padding: 0.7rem 0;
}
.header_area .inner_wrap .contact_wrap a {
  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;
  width: 14rem;
  height: 100%;
  color: #fff;
  background-color: #CE050E;
}

.global-head {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  width: 100%;
  height: 7.5rem;
  background: #ffffff;
  padding-left: 1.5rem;
  padding-right: 7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #E3E3E3;
}

.sidebar {
  padding-top: 120px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 300;
  width: 100vw;
  height: 100%;
  background: #fff;
  padding-top: 8rem;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.sidebar .global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
.sidebar .global-nav a {
  border-bottom: 1px solid #E3E3E3;
  padding: 2.5rem;
}

#nav-toggle {
  display: block;
  position: fixed;
  top: 26px;
  right: 15px;
  z-index: 400;
  height: 32px;
}
@media screen and (max-width: 480px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle > div {
  position: relative;
  width: 32px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

.open {
  overflow: hidden;
}
.open .sidebar {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 480px) {
  footer {
    padding: 0;
  }
}
footer .top-footer {
  background: #645D5D;
  padding: 6rem 1.5rem;
}
@media screen and (max-width: 480px) {
  footer .top-footer {
    padding: 5rem 1.5rem;
  }
}
footer .top-footer .title-wrap {
  color: #fff;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  footer .top-footer .title-wrap {
    margin-bottom: 4rem;
  }
}
footer .top-footer .title-wrap h2 {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 480px) {
  footer .top-footer .title-wrap h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  footer .top-footer .title-wrap p {
    font-size: 1.3rem;
  }
}
footer .top-footer .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 4rem;
}
footer .top-footer .btn-wrap a {
  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;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  width: 30rem;
  height: 8rem;
  background: #fff;
  border-radius: 999rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  footer .top-footer .btn-wrap a {
    font-size: 2rem;
    width: 100%;
  }
}
footer .top-footer .btn-wrap a img {
  width: auto;
}
@media screen and (max-width: 480px) {
  footer .top-footer .btn-wrap a img {
    height: 2rem;
  }
}
footer .bottom-footer {
  padding: 2.7rem 1.3rem 2rem;
  background: #CE050E;
}
@media screen and (max-width: 480px) {
  footer .bottom-footer {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 2.6rem;
  }
}
footer .bottom-footer .logo-wrap {
  max-width: 100rem;
  margin: 0 auto 2.7rem;
}
@media screen and (max-width: 480px) {
  footer .bottom-footer .logo-wrap {
    width: 42%;
    margin: 0;
  }
}
footer .bottom-footer .logo-wrap img {
  width: auto;
}
@media screen and (max-width: 480px) {
  footer .bottom-footer .logo-wrap img {
    width: 12.6rem;
  }
}
@media screen and (max-width: 480px) {
  footer .bottom-footer .footer-nav {
    width: 58%;
  }
}
footer .bottom-footer .footer-nav .btn-X {
  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;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  width: 32rem;
  height: 3.5rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999rem;
  margin: 0 auto 2.3rem;
}
@media screen and (max-width: 480px) {
  footer .bottom-footer .footer-nav .btn-X {
    width: 98%;
    margin: 0 0 1.5rem auto;
    font-size: 1.1rem;
    height: 3rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
footer .bottom-footer .footer-nav .btn-X img {
  width: auto;
}
@media screen and (max-width: 480px) {
  footer .bottom-footer .footer-nav .btn-X img {
    width: 1.5rem;
  }
}
footer .bottom-footer .footer-nav .nav-wrap {
  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;
  gap: 3rem 5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  footer .bottom-footer .footer-nav .nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 1rem;
    margin: 0 0.5rem 0 0;
  }
}
footer .bottom-footer .footer-nav .nav-wrap a {
  position: relative;
  color: #fff;
  font-size: 1.1rem;
  padding-right: 1.5em;
}
footer .bottom-footer .footer-nav .nav-wrap a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: rotateY(-50%);
          transform: rotateY(-50%);
  width: 0.8rem;
  aspect-ratio: 1/1;
  background: url(../../images/common/icon_outlink.svg) no-repeat center;
}
footer .bottom-footer .copyright {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.contact-page .product_titlebox {
  top: 42%;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 480px) {
  .contact-page .product_titlebox {
    top: 50%;
  }
}
.contact-page .intro {
  text-align: center;
  max-width: 90rem;
  padding: 0 1.5rem;
  margin: 8rem auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .contact-page .intro {
    margin-top: 4rem;
  }
}
.contact-page .intro.--thanks {
  margin-bottom: 8rem;
  line-height: 1.8;
}
.contact-page .intro.--thanks p:first-of-type {
  font-size: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .contact-page .intro.--thanks p:first-of-type {
    font-size: 1.8rem;
  }
}
.contact-page .intro.--thanks a {
  display: inline-block;
  margin-top: 6rem;
  color: #cc0000;
  text-decoration: underline;
}
.contact-page .form-section {
  padding: 8rem 1.5rem;
  max-width: 70rem;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .contact-page .form-section {
    padding-top: 4rem;
  }
}
.contact-page .form-section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-page .form-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 480px) {
  .contact-page .form-section form {
    gap: 1.5rem;
  }
}
.contact-page .form-section form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .contact-page .form-section form label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-page .form-section form label .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 48rem;
}
@media screen and (max-width: 480px) {
  .contact-page .form-section form label .wpcf7-form-control-wrap {
    max-width: 100%;
  }
}
.contact-page .form-section form label p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9rem;
     -moz-column-gap: 0.9rem;
          column-gap: 0.9rem;
  margin-bottom: 0.8rem;
  padding-top: 0.5em;
  min-width: 19rem;
}
@media screen and (max-width: 480px) {
  .contact-page .form-section form label p {
    margin-bottom: 0.2rem;
  }
}
.contact-page .form-section form label.required p::after {
  content: "必須";
  padding: 0.3rem 0.8rem 0.4rem;
  color: #fff;
  line-height: 1;
  font-size: 1.3rem;
  background: #f70000;
  border-radius: 0.5rem;
}
@media screen and (max-width: 480px) {
  .contact-page .form-section form label.required p::after {
    font-size: 1.2rem;
  }
}
.contact-page .form-section form input[type=text],
.contact-page .form-section form input[type=email],
.contact-page .form-section form input[type=tel],
.contact-page .form-section form textarea,
.contact-page .form-section form select {
  width: 100%;
  min-height: 5rem;
  background: #EAEDF2;
  padding: 0.5em 1em;
  border: 1px solid #bfbfbf;
}
@media screen and (max-width: 480px) {
  .contact-page .form-section form input[type=text],
  .contact-page .form-section form input[type=email],
  .contact-page .form-section form input[type=tel],
  .contact-page .form-section form textarea,
  .contact-page .form-section form select {
    border-radius: 0.5rem;
    min-height: 4rem;
    max-width: 100%;
  }
}
.contact-page .form-section form textarea {
  padding: 1em;
  resize: none;
}
.contact-page .form-section form .policy-content p {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.contact-page .form-section form .policy-content p a {
  text-decoration: underline;
}
.contact-page .form-section form .policy-content iframe {
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 1rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 480px) {
  .contact-page .form-section form .policy-content iframe {
    border-radius: 0.7rem;
  }
}
.contact-page .form-section form .form-policy-accept {
  margin: 0 auto;
}
.contact-page .form-section form .form-policy-accept label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.contact-page .form-section form .form-policy-accept label:hover {
  opacity: 0.8;
}
.contact-page .form-section form .form-policy-accept label a {
  text-decoration: underline;
}
.contact-page .form-section form .form-policy-accept input[type=checkbox] {
  width: 1.6rem;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.contact-page .form-section form .form-submit {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 480px) {
  .contact-page .form-section form .form-submit {
    margin-top: 2.5rem;
  }
}
.contact-page .form-section form .form-submit input[type=submit] {
  width: 25rem;
  height: 5rem;
  color: #CE050E;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  border: 1px solid #CE050E;
  background: transparent;
  margin-top: 2rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .contact-page .form-section form .form-submit input[type=submit] {
    margin-top: 0;
  }
}
.contact-page .form-section form .form-submit input[type=submit]:hover {
  background: #CE050E;
  color: #fff;
}

.doc-dl-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doc-dl-form .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 90rem;
  width: 90%;
  padding: 5rem 1.5rem;
  margin: 0 auto;
}
.doc-dl-form label p {
  margin-bottom: 0.5em;
  color: #333;
  font-size: 1.5rem;
}
.doc-dl-form label input[type=email] {
  width: 30rem;
  height: 2.5em;
  padding: 0 0.5em;
  border-radius: 5px;
  border: 2px solid #666;
}
.doc-dl-form .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}
.doc-dl-form .form-submit input {
  background: none;
  border: 1px solid #333;
  width: 12rem;
  height: 4rem;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.doc-dl-form .form-submit input:hover {
  background-color: #333;
  color: #fff;
}

.wpcf7-form .wpcf7-response-output {
  max-width: 70rem;
  margin: -2rem auto 4rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  background-color: #D50000;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
}
.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

.detail-btn {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.detail-btn a {
  color: #fff;
  background-color: #CE050E;
  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;
  font-size: 18px;
  font-weight: 500;
  width: 280px;
  border-radius: 10px;
  padding: .5rem 0;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

.table th,
.table td {
  border: 1px solid #E3E3E3;
  padding: 12px 16px;
  vertical-align: top;
  text-align: left;
}

.table th {
  width: 200px;
  background-color: #FCE8E8;
  font-weight: bold;
}

.table ul {
  padding-left: 20px;
  margin: 0;
  list-style-type: disc;
}

.kyoten table {
  width: 100%;
  border-collapse: collapse;
}

.kyoten th,
.kyoten td {
  border: none;
  padding: 12px 0;
  vertical-align: top;
}

.kyoten th {
  width: 120px;
  font-weight: bold;
  white-space: nowrap;
  background-color: transparent;
}

.bb-line {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 480px) {
  .table table,
  .kyoten table {
    font-size: 14px;
  }
  
  .table {
    width: 100%;
    overflow-x: scroll;
  }
  
  .table > table {
    width: 500px;
  }
  
  #company {
    padding:0 20px;
  }
  .table th {
      width: 20%;
  }
  .kyoten th {
    width: 25%;
  }
}
/*# sourceMappingURL=commons.css.map */