:root {
  --color_01: #111;
  --color_02: #222;
  --color_03: #333;
  --text: #222222;
  --bg: #eee;
  --red: #ff0000;
  --font_m: "Noto Serif JP", serif;
  --font_n: "Noto Sans JP", sans-serif;
  --font_e: "Josefin Sans", sans-serif;
}

#smart_core_inner {
  color: var(--text);
  font-family: var(--font_n);
  max-width: 800px;
  margin: auto;
}
@media (max-width: 768px) {
  #smart_core_inner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  #smart_core_inner .pane-contents {
    overflow: hidden;
  }
}
#smart_core_inner .sec_01 {
  background: url(/goods/smart_core_inner/01_bg.jpg) no-repeat scroll center center/cover;
  text-align: center;
}
#smart_core_inner .sec_01 .title {
  width: 70%;
  margin: auto;
  padding: 30px 0;
  text-align: left;
}
#smart_core_inner .sec_01 .title img {
  height: 520px;
  width: auto;
}
@media (max-width: 768px) {
  #smart_core_inner .sec_01 .title {
    width: 90%;
    padding: 20px 0;
  }
  #smart_core_inner .sec_01 .title img {
    height: 300px;
  }
}
#smart_core_inner .sec_02 {
  background: url(/goods/smart_core_inner/02_bg.jpg) no-repeat scroll center center/cover;
  text-align: center;
}
#smart_core_inner .sec_02 .img {
  padding: 50px 0;
  width: 70%;
  margin: auto;
}
@media (max-width: 768px) {
  #smart_core_inner .sec_02 .img {
    padding: 20px 0;
    width: 90%;
  }
}
#smart_core_inner .sec_03 {
  background: url(/goods/smart_core_inner/03_bg.jpg) no-repeat scroll center bottom/cover;
  text-align: center;
}
#smart_core_inner .sec_03 .title {
  padding: 40px 80px;
}
#smart_core_inner .sec_03 .img_01 {
  padding: 0 50px;
}
#smart_core_inner .sec_03 .img_02 {
  padding: 50px 70px;
}
@media (max-width: 768px) {
  #smart_core_inner .sec_03 .title {
    padding: 20px 10px;
  }
  #smart_core_inner .sec_03 .img_01 {
    padding: 0 10px;
  }
  #smart_core_inner .sec_03 .img_02 {
    padding: 20px 20px;
  }
}
#smart_core_inner .sec_04 {
  background: url(/goods/smart_core_inner/04_bg.jpg) no-repeat scroll center bottom/cover;
}
#smart_core_inner .sec_04 .title {
  padding: 50px 70px;
}
#smart_core_inner .sec_04 .img_01 {
  padding: 0 70px;
}
#smart_core_inner .sec_04 .img_01 img {
  width: 60%;
}
#smart_core_inner .sec_04 .img_02 {
  padding: 10px 0 30px 70px;
}
#smart_core_inner .sec_04 .img_02 img {
  width: 60%;
}
@media (max-width: 768px) {
  #smart_core_inner .sec_04 .title {
    padding: 30px 20px;
  }
  #smart_core_inner .sec_04 .img_01 {
    padding: 0 20px;
  }
  #smart_core_inner .sec_04 .img_02 {
    padding: 10px 0 20px 10px;
  }
  #smart_core_inner .sec_04 .img_02 img {
    width: 70%;
  }
}
#smart_core_inner .sec_05 {
  background: url(/goods/smart_core_inner/05_bg.jpg) no-repeat scroll center center/cover;
}
#smart_core_inner .sec_05 .title {
  padding: 50px 70px 0;
}
#smart_core_inner .sec_05 .img_01 {
  padding: 0 100px;
}
#smart_core_inner .sec_05 .img_02 {
  padding: 0 50px 50px 50px;
}
@media (max-width: 768px) {
  #smart_core_inner .sec_05 .title {
    padding: 20px 10px 0;
  }
  #smart_core_inner .sec_05 .img_01 {
    padding: 0 20px;
  }
  #smart_core_inner .sec_05 .img_02 {
    padding: 0 20px 30px 20px;
  }
}
#smart_core_inner .sec_06 {
  background: url(/goods/smart_core_inner/06_bg.jpg) no-repeat scroll center center/cover;
}
#smart_core_inner .sec_06 .title {
  padding: 50px 200px 50px;
}
#smart_core_inner .sec_06 .img_01 {
  padding: 0 100px 50px 100px;
}
@media (max-width: 768px) {
  #smart_core_inner .sec_06 .title {
    padding: 20px 70px 20px;
  }
  #smart_core_inner .sec_06 .img_01 {
    padding: 0 30px 30px 30px;
  }
}
#smart_core_inner .sec_07 {
  background: url(/goods/smart_core_inner/07_bg.jpg) no-repeat scroll center bottom/cover;
}
#smart_core_inner .sec_07 .title {
  padding: 50px 80px 0;
}
#smart_core_inner .sec_07 .img_01 {
  padding: 0 0 0 0;
}
@media (max-width: 768px) {
  #smart_core_inner .sec_07 .title {
    padding: 30px 20px 0;
  }
}
#smart_core_inner .sec_08 {
  background: url(/goods/smart_core_inner/08_bg.jpg) no-repeat scroll center bottom/cover;
}
#smart_core_inner .sec_08 .title {
  padding: 100px 30px 10px;
}
#smart_core_inner .sec_08 .btn_img {
  padding: 0 20px 50px 20px;
  display: block;
  transform: scale(1.00000001);
}
#smart_core_inner .sec_08 .btn_img:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  #smart_core_inner .sec_08 .title {
    padding: 10px 0px 10px;
  }
}
#smart_core_inner .m {
  font-family: var(--font_m);
}
#smart_core_inner .n {
  font-family: var(--font_n);
}
#smart_core_inner .e {
  font-family: var(--font_e);
}
#smart_core_inner a,
#smart_core_inner :before,
#smart_core_inner :after {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#smart_core_inner img {
  vertical-align: bottom;
  width: 100%;
}
#smart_core_inner h1,
#smart_core_inner h2,
#smart_core_inner h3,
#smart_core_inner h4 {
  background: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
@media (min-width: 769px) {
  #smart_core_inner .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  #smart_core_inner .pc {
    display: none;
  }
}/*# sourceMappingURL=smart_core_inner_style.css.map */