@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* common
---------------------------------------------*/
html,
body {
  font-family: acumin-pro, dnp-shuei-gothic-gin-std, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  width: 100%;
  line-height: 1.8;
  letter-spacing: 1.7px;
  color: #000;
}

@media screen and (min-width: 769px) {
  html,
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}

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

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}

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

/* content
---------------------------------------------*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  header {
    width: 1000px;
    margin: 0 auto;
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  header {
    width: 95%;
    margin: 0 auto;
    height: 100px;
  }
}

@media screen and (min-width: 769px) {
  header h1 {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  header h1 {
    width: 45%;
  }
}

@media screen and (min-width: 769px) {
  header h2 {
    width: 386px;
  }
}

@media screen and (max-width: 768px) {
  header h2 {
    width: 45%;
  }
}

@media screen and (min-width: 769px) {
  section.main div.desc {
    width: 920px;
    margin: 0 auto;
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  section.main div.desc {
    width: 90%;
    padding: 80px 0;
    margin: 0 auto;
  }
}

section.main div.desc h3 {
  line-height: 1.0;
}

@media screen and (min-width: 769px) {
  section.main div.desc h3 {
    font-size: 60px;
    margin-bottom: 97px;
  }
}

@media screen and (max-width: 768px) {
  section.main div.desc h3 {
    font-size: 36px;
    margin-bottom: 38px;
  }
}

section.main div.desc p {
  position: relative;
}

@media screen and (min-width: 769px) {
  section.main div.desc p {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  section.main div.desc p {
    font-size: 16px;
  }
}

section.main div.desc p span.logoimg {
  display: block;
}

@media screen and (min-width: 769px) {
  section.main div.desc p span.logoimg {
    position: absolute;
    width: 350px;
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  section.main div.desc p span.logoimg {
    margin-top: 30px;
    width: 55%;
  }
}

section.menu {
  border: 1px solid #333;
  border-left: none;
  border-right: none;
}

@media screen and (min-width: 769px) {
  section.menu {
    padding: 85px 0;
  }
}

@media screen and (max-width: 768px) {
  section.menu {
    padding: 40px 0;
  }
}

section.menu h3 {
  text-align: center;
}

@media screen and (min-width: 769px) {
  section.menu h3 {
    font-size: 48px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  section.menu h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

section.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  section.menu ul {
    width: 930px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  section.menu ul {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  section.menu ul li {
    width: 221px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  section.menu ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}

section.menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  section.menu ul li div.icon {
    width: 50px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  section.menu ul li div.icon {
    width: 50px;
    margin-right: 15px;
  }
}

section.menu ul li p {
  line-height: 1.0;
}

@media screen and (min-width: 769px) {
  section.menu ul li p {
    width: calc(100% - 50px);
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  section.menu ul li p {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  section.block {
    width: 930px;
    margin: 100px auto 0;
  }
}

@media screen and (max-width: 768px) {
  section.block {
    width: 90%;
    margin: 80px auto 0;
  }
}

@media screen and (min-width: 769px) {
  section.block div.mainimg {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  section.block div.mainimg {
    margin-bottom: 50px;
  }
}

section.block div.inner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  section.block div.inner1 {
    min-height: 500px;
    margin-bottom: 50px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  section.block div.inner1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  section.block div.inner1 div.img {
    width: 600px;
    position: absolute;
    z-index: -100;
    right: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  section.block div.inner1 div.img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  section.block div.inner1 div.explain {
    width: 530px;
  }
}

@media screen and (max-width: 768px) {
  section.block div.inner1 div.explain {
    width: 100%;
  }
}

section.block div.inner1 div.explain h4 {
  line-height: 1.0;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  section.block div.inner1 div.explain h4 {
    font-size: 60px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  section.block div.inner1 div.explain h4 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  section.block div.inner1 div.explain h4 span.logo {
    display: block;
    margin-bottom: 38px;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  section.block div.inner1 div.explain h4 span.logo {
    display: block;
    margin-bottom: 18px;
    width: 40%;
  }
}

section.block div.inner1 div.explain h4 span.product {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  display: block;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  section.block div.inner1 div.explain h4 span.product {
    font-size: 17px;
    margin-top: 15px;
    width: 450px;
  }
}

@media screen and (max-width: 768px) {
  section.block div.inner1 div.explain h4 span.product {
    font-size: 12px;
    margin-top: 4px;
  }
}

section.block div.inner1 div.explain h5 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  section.block div.inner1 div.explain h5 {
    width: 450px;
  }
}

@media screen and (max-width: 768px) {
  section.block div.inner1 div.explain h5 {
    margin-bottom: 30px;
  }
}

section.block div.inner1 div.explain h5 span {
  font-weight: 700;
  display: block;
}

@media screen and (min-width: 769px) {
  section.block div.inner1 div.explain h5 span {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  section.block div.inner1 div.explain h5 span {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  section.block div.inner2 {
    width: 930px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  section.block div.inner2 div.img {
    width: 450px;
  }
}

section.block div.inner2 div.explain {
  line-height: 1.6;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  section.block div.inner2 div.explain {
    width: 450px;
  }
}

@media screen and (max-width: 768px) {
  section.block div.inner2 div.explain {
    margin-top: 30px;
  }
}

section.block div.inner2 div.explain span {
  display: block;
  line-height: 1.0;
  color: #c59b6d;
}

@media screen and (min-width: 769px) {
  section.block div.inner2 div.explain span {
    font-size: 36px;
    margin-top: 35px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  section.block div.inner2 div.explain span {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

section.block div.inner2 div.explain span:first-child {
  margin-top: 0;
}

section.block div.explain2 {
  line-height: 1.6;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  section.block div.explain2 {
    margin-top: 30px;
  }
}

section.block div.explain2 span {
  display: block;
  line-height: 1.0;
  color: #c59b6d;
}

@media screen and (min-width: 769px) {
  section.block div.explain2 span {
    font-size: 36px;
    margin-top: 35px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  section.block div.explain2 span {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

section.block div.explain2 span:first-child {
  margin-top: 0;
}

section.block div.inner3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px #ccc solid;
  text-align: center;
  padding: 100px 0;
}

section.block a {
  text-decoration: underline !important;
}

@media screen and (min-width: 769px) {
  section.block a {
    display: block;
    text-align: right;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  section.block a {
    display: block;
    text-align: right;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  section.block a:first-of-type {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  div.footer {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  div.footer {
    margin-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  div.footer div.logo {
    width: 450px;
    margin: 0 auto 75px;
  }
}

@media screen and (max-width: 768px) {
  div.footer div.logo {
    width: 60%;
    margin: 0 auto 25px;
  }
}

div.footer p {
  font-size: 18px;
  width: 630px;
  height: 75px;
  border: solid 1px #000;
  line-height: 75px;
  text-align: center;
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  div.footer p {
    width: 80%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

div.footer p.all {
  margin-bottom: 25px;
}

div.footer a {
  color: #000;
  text-decoration: none;
  display: block;
}
/*# sourceMappingURL=style.css.map */