.system-section {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.system-section:nth-of-type(1) {
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/system/system_bg_01.jpg);
  padding-top: 1.2em;
}

.system-section:nth-of-type(1) h2:before {
  width: 840px;
  height: 600px;
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/system/system_text_bg_01.png);
}

.system-section:nth-of-type(2) {
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/system/system_bg_02.jpg);
}

.system-section:nth-of-type(2) h2:before {
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/system/system_text_bg_02.png);
}

.system-section:nth-of-type(3) {
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/system/system_bg_03.jpg);
}

.system-section:nth-of-type(3) h2:before {
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/system/system_text_bg_03.png);
}

.system-section:nth-of-type(4) {
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/system/system_bg_04.jpg);
}

.system-section:nth-of-type(4) h2:before {
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/system/system_text_bg_04.png);
}

.system-section h1 {
  text-align: center;
  margin: 60px 0;
}

.system-section h2 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.system-section h2:before {
  content: "";
  display: block;
  width: 670px;
  height: 405px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.system-section .system-pic {
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0);
  max-width: 800px;
  margin: 0 auto 50px;
}

.system-section .system-pic img {
  width: 100%;
}

.system-section p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .system-section {
    padding: 70px 0;
  }
  .system-section:nth-of-type(1) {
    background-image: url(/wp-content/themes/ikemen/title/genji/original/images/system/sp/system_bg_01.jpg);
    padding-top: 5px;
  }
  .system-section:nth-of-type(1) h2:before {
    width: 420px;
    height: 300px;
  }
  .system-section:nth-of-type(2) {
    background-image: url(/wp-content/themes/ikemen/title/genji/original/images/system/sp/system_bg_02.jpg);
  }
  .system-section:nth-of-type(3) {
    background-image: url(/wp-content/themes/ikemen/title/genji/original/images/system/sp/system_bg_03.jpg);
  }
  .system-section:nth-of-type(4) {
    background-image: url(/wp-content/themes/ikemen/title/genji/original/images/system/sp/system_bg_04.jpg);
  }
  .system-section .system-pic {
    margin-bottom: 20px;
  }
  .system-section h1 {
    width: 62.5%;
    margin: 30px auto 40px;
  }
  .system-section h2 {
    margin-bottom: 20px;
  }
  .system-section h2:before {
    width: 335px;
    height: 202px;
  }
  .system-section p {
    font-size: 1.1rem;
    line-height: 2;
  }
}

.template_breadcrumb .breadcrumb_wrap{
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .template_breadcrumb .breadcrumb_wrap {
    top: 10px;
    width: 90%;
  }
}
