html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.l-header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 90%;
  padding: 32px 5% 0;
  font-family: Noto Sans JP, sans-serif;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-header {
    width: 100vw;
    padding: 0 0 0 0;
  }
}
.l-header__logo {
  margin: 16px;
}
.l-header__logo--item__link {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    padding: 4vw 0 0 4vw;
  }
}

.l-navi--bglink {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-navi--bglink {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .l-navi--bglink.open {
    display: block;
  }
}
.l-navi--menu {
  position: absolute;
  display: flex;
  right: -5vw;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 768px) {
  .l-navi--menu {
    display: none;
    position: absolute;
    top: 12vw;
    right: -100vw;
    width: 40vw;
    height: 100vh;
    max-height: 100vh;
    margin: 0 0 0 0;
    padding: 6vw 0 8vw 6vw;
    background-color: #006600;
    transition: all 0.3s;
  }
  .l-navi--menu.open {
    display: block;
    right: 0;
  }
}
.l-navi--menu__item {
  padding: 16px;
}
.l-navi--menu__item__link {
  color: #ffffff;
  text-decoration: none;
}
.l-navi__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-navi__btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 12vw;
    height: 12vw;
    background-color: #000000;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3;
  }
}
.l-navi__btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 6vw;
  height: 0.1vw;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
}
.l-navi__btn span:nth-child(1) {
  top: 3vw;
  left: 2.5vw;
}
.l-navi__btn span:nth-child(2) {
  top: 5.8vw;
  left: 2.5vw;
}
.l-navi__btn span:nth-child(3) {
  bottom: 3vw;
  left: 2.5vw;
}

#mask {
  display: none;
}
#mask.open {
  display: block;
}

.l-footer {
  width: 100%;
  padding: 32px 0;
  color: #ffffff;
  font-family: Noto Sans JP, sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 8bw 0;
    font-size: 3.2vw;
  }
}

/* main
----------------------------------------------------------------- */
article {
  background-color: #ffffff;
  font-family: Noto Sans JP, sans-serif;
}

.l-site {
  position: relative;
  width: 100%;
  background-color: #000000;
}

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

.u-show--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-show--pc {
    display: none;
  }
}

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

.c-contents__title {
  font-size: 32px;
}

.c-contents__category {
  padding-bottom: 16px;
  border-bottom: solid 1px #510b00;
  color: #0c5318;
  font-size: 24px;
}

.mt64_all {
  margin: 64px 0 0 0;
}

.mt32_all {
  margin: 32px 0 0 0;
}

.p-top {
  display: block;
  overflow: hidden;
}

.p-top__kv {
  position: relative;
  background-image: url(../images/top/img_kv_bg.jpg);
  background-size: cover;
  background-position: center 0;
}
.p-top__kv--sitetitle {
  display: block;
  width: 59.47%;
  max-width: 856px;
  margin: 0 auto;
  padding: 26.25% 0 0;
}
@media screen and (max-width: 768px) {
  .p-top__kv--sitetitle {
    width: 80vw;
    max-width: none;
    padding: 40vw 0 2vw;
  }
}
.p-top__kv--title-copy {
  display: block;
  width: 88.75%;
  max-width: 1278px;
  margin: 0 auto;
  padding: 6.43% 0 12%;
}
@media screen and (max-width: 768px) {
  .p-top__kv--title-copy {
    width: 90vw;
    max-width: none;
    padding: 5vw 0 43vw;
  }
}
.p-top__kv--overview {
  display: block;
  background-color: #003705;
}
.p-top__kv--overview__text {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 64px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-top__kv--overview__text {
    max-width: none;
    padding: 4vw 4vw;
    font-size: 4.2vw;
  }
}
.p-top__kv--sub {
  display: block;
  background-color: #ffffff;
}
.p-top__kv--sub__text {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 64px 32px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-top__kv--sub__text {
    width: 92vw;
    max-width: none;
    padding: 4vw;
  }
}
.p-top__kv__item {
  position: absolute;
  top: 65%;
  left: 57.31%;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .p-top__kv__item {
    top: 84vw;
    left: 43vw;
    width: 50vw;
  }
}
.p-top__outline {
  display: block;
  background-color: #ffffff;
}
.p-top__outline__list {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 64px 48px;
}
@media screen and (max-width: 768px) {
  .p-top__outline__list {
    width: 92vw;
    max-width: none;
    padding: 4vw;
  }
}
.p-top__outline__list--text {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-top__outline__list--text {
    margin: 2vw 0;
    font-size: 4vw;
    line-height: 1.6;
  }
}

.p-about {
  overflow: hidden;
  display: block;
}
.p-about__kv {
  display: block;
  padding-top: 60px;
  background-color: #0d3600;
  background-image: url(../images/about/img_kv_bg.jpg);
  background-size: cover;
  background-position: center 0;
}
@media screen and (max-width: 768px) {
  .p-about__kv {
    padding: 32vw 4vw 16vw;
  }
}
.p-about__kv__page-title {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 0 0 0;
  color: #ffffff;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .p-about__kv__page-title {
    width: 92vw;
    padding: 18vw 0 0 0;
    font-size: 8vw;
  }
}
.p-about__kv__page-text {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 72px 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-about__kv__page-text {
    width: 92vw;
    padding: 8vw 0 12vw 0;
    font-size: 6vw;
  }
}
.p-about__outline {
  position: relative;
  display: block;
}
.p-about__outline__item {
  position: absolute;
  top: -100%;
  left: calc((100% - 960px) / 2);
  width: 20%;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .p-about__outline__item {
    top: -65vw;
    left: 20vw;
    width: 60vw;
  }
}
.p-about__outline__content {
  display: block;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about__outline__content {
    max-width: none;
    width: 92vw;
  }
}
.p-about__outline__text {
  margin: 16px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-about__outline__text {
    margin: 48vw 0 8vw;
    font-size: 3.6vw;
    text-align: center;
  }
}
.p-about__contents {
  display: block;
  padding: 32px 64px 64px;
  background-image: url(../images/about/img_content_bg01.jpg);
  background-size: cover;
  background-position: center 0;
}
@media screen and (max-width: 768px) {
  .p-about__contents {
    padding: 16vw 4vw 8vw 4vw;
    background-size: contain;
  }
}
.p-about__contents__block {
  display: block;
  max-width: 832px;
  width: 100%;
  margin: 0 auto;
  padding: 64px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-about__contents__block {
    max-width: 82%;
  }
}
@media screen and (max-width: 768px) {
  .p-about__contents__block {
    max-width: none;
    width: 76vw;
    padding: 8vw;
  }
}
.p-about__contents--point {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .p-about__contents--point {
    display: block;
  }
}
.p-about__contents--point.reverse {
  flex-direction: row-reverse;
}
.p-about__contents--point__box {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .p-about__contents--point__box {
    width: 100%;
  }
}
.p-about__contents--point__box--title {
  margin: 16px 0 0 0;
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-about__contents--point__box--title {
    margin: 4vw 0 0 0;
    font-size: 6vw;
  }
}
.p-about__contents--point__box--text {
  margin: 24px 0 32px 0;
  font-size: 16px;
  line-height: 1.6;
}
.p-about__contents--point__item {
  display: flex;
  width: 22%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about__contents--point__item {
    width: 76vw;
  }
}
.p-about__feature {
  display: block;
  padding: 128px 64px;
  background-image: url(../images/about/img_content_bg02.jpg);
  background-size: cover;
  background-position: center 0;
}
@media screen and (max-width: 768px) {
  .p-about__feature {
    padding: 16vw 12vw;
  }
}
.p-about__feature__content {
  display: block;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about__feature__content {
    max-width: none;
  }
}
.p-about__feature__content__box {
  width: 60%;
  padding: 64px;
  background-color: #d15e00;
  border-radius: 16px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-about__feature__content__box {
    width: 60vw;
    padding: 8vw;
  }
}
.p-about__feature__content--title {
  margin: 16px 0 0 0;
  font-size: 26px;
  line-height: 1.2;
}
.p-about__feature__content--text {
  margin: 24px 0 32px 0;
  font-size: 16px;
  line-height: 2;
}
.p-about__feature__content--lisence {
  display: inline-block;
  margin: 1em 0;
  color: #ffffff;
  font-size: 1rem;
}

.p-about__point-image1 {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .p-about__point-image1 {
    width: 76vw;
    margin: 0 0 16vw 0;
  }
}

@media screen and (max-width: 768px) {
  .p-about__point-image2 {
    margin: 0 0 16vw 0;
  }
}

.p-products {
  overflow: hidden;
  display: block;
}
.p-products__kv {
  display: block;
  padding-top: 60px;
  background-color: #0d3600;
  background-image: url(../images/products/img_kv_bg.jpg);
  background-size: cover;
  background-position: center 0;
}
@media screen and (max-width: 768px) {
  .p-products__kv {
    padding: 32vw 4vw 16vw;
  }
}
.p-products__kv__page-title {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 0 0 0;
  color: #ffffff;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .p-products__kv__page-title {
    width: 92vw;
    padding: 18vw 0 0 0;
    font-size: 8vw;
  }
}
.p-products__kv__page-text {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 72px 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-products__kv__page-text {
    width: 92vw;
    padding: 8vw 0 12vw 0;
    font-size: 6vw;
  }
}
.p-products__contents {
  display: block;
  padding: 32px 64px 64px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-products__contents {
    padding: 16vw 4vw 8vw 4vw;
    background-size: contain;
  }
}
.p-products__contents__wrap {
  display: block;
  width: 100%;
  max-width: 82%;
  margin: 0 auto;
  padding: 64px 128px;
  background-color: #ffffff;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-products__contents__wrap {
    max-width: 82%;
  }
}
@media screen and (max-width: 768px) {
  .p-products__contents__wrap {
    max-width: none;
    width: 76vw;
    padding: 8vw;
  }
}
.p-products__contents__block {
  display: block;
}
.p-products__contents__block--toindex {
  display: block;
  text-align: center;
}
.p-products__contents__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-products__contents__list {
    flex-direction: column;
  }
}
.p-products__contents__list--item {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-products__contents__list--item {
    margin-top: 12vw;
    width: 100%;
  }
}
.p-products__item--block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.p-products__item--image {
  display: block;
}
.p-products__item--id {
  font-size: 14px;
}
.p-products__item--name {
  font-size: 20px;
  line-height: 1.6;
}
.p-products__item--spec {
  line-height: 1.6;
  text-align: center;
}
.p-products__item--price {
  margin-top: 16px;
  line-height: 1.6;
  text-align: center;
}

/* products
----------------------------------------------------------------- */
.p-item {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 64px 0;
}
.p-item__title {
  padding: 32px 0 16px;
  border-bottom: solid 1px #510b00;
  color: #0c5318;
  font-size: 32px;
}
.p-item__main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-item__main {
    flex-direction: column;
  }
}
.p-item__main--preview {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-item__main--preview {
    width: 100%;
  }
}
.p-item__main--content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-item__main--content {
    margin-top: 4vw;
    width: 100%;
  }
}
.p-item__main--content__title {
  font-size: 24px;
  line-height: 1.6;
}
.p-item__main--content__text {
  margin-top: 64px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-item__main--content__text {
    margin-top: 4vw;
  }
}
.p-item__content {
  width: 100%;
  margin: 64px 0 0 0;
}
.p-item__content--title {
  font-size: 24px;
  line-height: 1.6;
}
.p-item__content--inner {
  margin: 32px 0 0 0;
}
.p-item__content--sub-title {
  font-size: 20px;
}
.p-item__content--text {
  margin: 20px 0 0 0;
  line-height: 1.6;
}

/* others
----------------------------------------------------------------- */
a.p-products__item--block {
  color: #333;
}

span.p-products__item--block {
  color: #999;
}

.small {
  font-size: 14px;
}

.tax {
  font-size: 14px;
}

.p-corporate {
  overflow: hidden;
  display: block;
}
.p-corporate__kv {
  display: block;
  padding-top: 60px;
  background-color: #0d3600;
  background-image: url(../images/corporate/img_kv_bg01.jpg);
  background-size: cover;
  background-position: center 0;
}
@media screen and (max-width: 768px) {
  .p-corporate__kv {
    padding: 32vw 4vw 16vw;
  }
}
.p-corporate__kv__page-title {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 0 0 0;
  color: #ffffff;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .p-corporate__kv__page-title {
    width: 92vw;
    padding: 18vw 0 0 0;
    font-size: 8vw;
  }
}
.p-corporate__kv__page-text {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 72px 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-corporate__kv__page-text {
    width: 92vw;
    padding: 8vw 0 12vw 0;
    font-size: 6vw;
  }
}
.p-corporate__outline {
  position: relative;
  display: block;
}
.p-corporate__outline__item {
  position: absolute;
  top: -100%;
  left: calc((100% - 960px) / 2);
  width: 20%;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .p-corporate__outline__item {
    top: -65vw;
    left: 20vw;
    width: 60vw;
  }
}
.p-corporate__outline__content {
  display: block;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-corporate__outline__content {
    max-width: none;
    width: 92vw;
  }
}
.p-corporate__outline__text {
  margin: 16px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-corporate__outline__text {
    margin: 4vw 0;
    font-size: 3.6vw;
    text-align: center;
  }
}
.p-corporate__contents {
  display: block;
  padding: 32px 64px 64px;
  background-image: url(../images/corporate/img_kv_bg02.jpg);
  background-size: cover;
  background-position: center 0;
}
@media screen and (max-width: 768px) {
  .p-corporate__contents {
    padding: 16vw 4vw 8vw 4vw;
    background-size: contain;
  }
}
.p-corporate__contents__block {
  display: block;
  max-width: 832px;
  width: 100%;
  margin: 0 auto;
  padding: 64px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-corporate__contents__block {
    max-width: 82%;
  }
}
@media screen and (max-width: 768px) {
  .p-corporate__contents__block {
    max-width: none;
    width: 76vw;
    padding: 8vw;
  }
}
.p-corporate__contents__block--headtitle {
  width: 90%;
  margin: 0 auto;
  padding: 2em 0 1em;
  border-bottom: solid 2px #0d3600;
  color: #0d3600;
  font-size: 2rem;
}
.p-corporate__contents__block--box {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.p-corporate__contents__block--table {
  display: flex;
  width: 100%;
  padding: 1em 0;
  border-bottom: dotted 1px #dadada;
}
@media screen and (max-width: 768px) {
  .p-corporate__contents__block--table {
    display: block;
  }
}
.p-corporate__contents__block--table__title {
  display: block;
  width: 15%;
  margin-right: 2%;
  font-size: 1.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-corporate__contents__block--table__title {
    width: 100%;
  }
}
.p-corporate__contents__block--table__text {
  display: block;
  font-size: 1.1em;
  line-height: 1.8;
}

.u-text__color--red {
  color: #cc0000;
}
.u-text__color--bluegreen {
  color: #008d8d;
}
.u-text__color--green {
  color: #00582f;
}
.u-text__size--p120 {
  font-size: 120%;
}/*# sourceMappingURL=common.css.map */