.pankuzu {
  width: 100%;
  padding: 8px;
  background-color: #EBEBEB;
}
.pankuzu .inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .pankuzu .inner {
    width: 100%;
  }
}
.pankuzu .inner p {
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #254E26;
  font-size: 12px;
}

#key-visual.sub {
  width: 100vw;
  height: 720px;
}
#key-visual.sub.contact {
  background: url(../image/contact/key.png) no-repeat;
  background-size: cover;
}
#key-visual.sub.company {
  background: url(../image/company/key.png) no-repeat;
  background-size: cover;
}
#key-visual.sub.service {
  background: url(../image/service/key.png) no-repeat;
  background-size: cover;
}
#key-visual.sub.feature {
  background: url(../image/feature/key.png) no-repeat;
  background-size: cover;
}
#key-visual.sub.product {
  background: url(../image/product/key.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  #key-visual.sub {
    height: 50vh;
  }
}
#key-visual.sub #global-header {
  width: 100%;
  height: 100%;
  position: relative;
}
#key-visual.sub #global-header .title {
  text-align: center;
  padding-top: 16.5%;
  margin: 0 auto;
}
@media screen and (max-width: 1360px) {
  #key-visual.sub #global-header .title {
    padding-top: 25%;
  }
}
@media screen and (max-width: 1100px) {
  #key-visual.sub #global-header .title {
    padding-top: 15%;
  }
}
@media screen and (max-width: 834px) {
  #key-visual.sub #global-header .title {
    padding-top: 30%;
  }
}
@media screen and (max-width: 520px) {
  #key-visual.sub #global-header .title {
    padding-top: 40%;
  }
}
#key-visual.sub #global-header .title h1 {
  display: block;
  font-size: 46px;
  text-align: center;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 834px) {
  #key-visual.sub #global-header .title h1 {
    font-size: 3.2rem;
  }
}
#key-visual.sub #global-header .title p {
  font-size: 24px;
  text-align: center;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #B6FF41;
}
@media screen and (max-width: 834px) {
  #key-visual.sub #global-header .title p {
    font-size: 1.7rem;
  }
}
#key-visual.sub #global-header .navi_wrap {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 0 20px;
  display: flex;
}
@media screen and (max-width: 1100px) {
  #key-visual.sub #global-header .navi_wrap {
    display: grid;
    place-items: center;
  }
}
@media screen and (max-width: 834px) {
  #key-visual.sub #global-header .navi_wrap {
    padding: 30px 0 0 0;
  }
}
#key-visual.sub #global-header .navi_wrap .logo {
  margin-right: 15px;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 834px) {
  #key-visual.sub #global-header .navi_wrap .logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  #key-visual.sub #global-header .navi_wrap #global_navi {
    display: none;
  }
}
#key-visual.sub #global-header .navi_wrap #global_navi ul {
  display: flex;
  align-items: center;
}
#key-visual.sub #global-header .navi_wrap #global_navi ul li a {
  padding: 10px 30px;
  display: inline-block;
  font-size: 1.6rem;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
#key-visual.sub #global-header .navi_wrap #global_navi ul li a:hover {
  transition: all 0.3s ease;
  background: #fff;
  color: #254E26;
}

#global-footer {
  width: 100vw;
  height: 200px;
  background-color: #F4F4F4;
}
@media screen and (max-width: 834px) {
  #global-footer {
    height: auto;
  }
}
#global-footer .footer-inner {
  padding: 60px 0;
}
@media screen and (max-width: 834px) {
  #global-footer .footer-inner {
    display: none;
  }
}
#global-footer .footer-inner .box {
  display: grid;
  grid-template-columns: 15% 82%;
  column-gap: 3%;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #global-footer .footer-inner .box {
    display: block;
    width: 85%;
  }
}
#global-footer .footer-inner .box h2 {
  display: block;
  margin-right: 30px;
}
@media screen and (max-width: 1280px) {
  #global-footer .footer-inner .box h2 {
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#global-footer .footer-inner .box h2 a {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #global-footer .footer-inner .box h2 a {
    width: 150px;
  }
}
#global-footer .footer-inner .box h2 a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#global-footer .footer-inner .box ul {
  display: flex;
}
#global-footer .footer-inner .box ul li {
  width: 100%;
}
#global-footer .footer-inner .box ul li a {
  width: 100%;
  padding: 5px 8px;
  font-size: 1.4rem;
  font-family: "ta-kakugo-gf-03", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #254E26;
}
@media screen and (max-width: 1360px) {
  #global-footer .footer-inner .box ul li a {
    font-size: 1.3rem;
  }
}
#global-footer .copy {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #global-footer .copy {
    padding: 20px 0;
  }
}
#global-footer .copy small {
  font-family: "tbudgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #254E26;
  font-size: 1.3rem;
}

.page_contact {
  width: 80%;
  margin: 0 auto 80px;
  background: url(../image/top/contact-img.png);
  padding: 30px;
}
@media screen and (max-width: 1280px) {
  .page_contact {
    background-size: cover;
  }
}
@media screen and (max-width: 834px) {
  .page_contact {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  .page_contact {
    background-size: cover;
    width: 100%;
    padding: 30px 12px;
    margin-bottom: 0;
  }
}
.page_contact .text {
  text-align: center;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #602D0A;
  font-size: 3.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .page_contact .text {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 520px) {
  .page_contact .text {
    font-size: 2.4rem;
  }
}
.page_contact .info {
  width: 80%;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
}
@media screen and (max-width: 1100px) {
  .page_contact .info {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .page_contact .info {
    width: 95%;
  }
}
.page_contact .info .tel {
  width: 100%;
  background-color: #602D09;
  padding: 20px;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .page_contact .info .tel {
    margin-bottom: 8px;
  }
}
.page_contact .info .tel p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .page_contact .info .tel p {
    font-weight: bold;
    font-size: 1.8rem;
  }
}
.page_contact .info .tel a {
  display: block;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
}
.page_contact .info .c-link {
  width: 100%;
  background-color: #602D09;
  padding: 20px;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.page_contact .info .c-link p {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .page_contact .info .c-link p {
    font-weight: bold;
    font-size: 1.8rem;
  }
}
.page_contact .info .c-link a {
  display: block;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  font-size: 1.8rem;
  text-align: center;
  background-color: #A8A8A8;
  border-radius: 20px;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 4px 10px;
}
@media screen and (max-width: 1360px) {
  .page_contact .info .c-link a {
    font-size: 1.6rem;
  }
}
.page_contact .dec {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
}
@media screen and (max-width: 520px) {
  .page_contact .dec {
    width: 95%;
  }
}
.page_contact .dec .icon {
  width: 100%;
}
.page_contact .dec .barcode {
  width: 50%;
  margin: auto 0 0 auto;
}

#privacy_wrap {
  width: 80%;
  max-width: 1000px;
  margin: 80px auto;
  color: #404040;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  #privacy_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #privacy_wrap {
    width: 95%;
    margin: 40px auto;
    font-size: 1.4rem;
  }
}
#privacy_wrap h2 {
  font-size: 3.2rem;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 2px solid #679B33;
  padding-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #privacy_wrap h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
#privacy_wrap h3 {
  font-size: 2rem;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #679B33;
}
@media screen and (max-width: 520px) {
  #privacy_wrap h3 {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
#privacy_wrap p {
  margin-bottom: 20px;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
}
#privacy_wrap ol {
  margin-bottom: 20px;
  padding-left: 1.5em;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#privacy_wrap ol li {
  margin-bottom: 10px;
  list-style-type: decimal;
  font-size: 15px;
}
#privacy_wrap ol li ol {
  margin-top: 10px;
  margin-bottom: 0;
}
#privacy_wrap ol li ol li {
  list-style-type: lower-roman;
  font-size: 15px;
}
#privacy_wrap ol li ol li ol li {
  list-style-type: disc;
  font-size: 15px;
}
#privacy_wrap .text-right {
  text-align: right;
  margin-top: 40px;
}

/*# sourceMappingURL=privacy.css.map */
