@charset "UTF-8";
@import url("base.css");
@import url("swiper-bundle.min.css");
@import url("lightbox.min.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
/*ヘッダー*/
/*メイン*/
#top_back {
  width: 100%;
  background-image: url("../img/manufacture/top_img.JPG");
  background-position: center;
  background-repeat: repeat;
  background-size: cover; }
  #top_back h1 {
    width: 30%;
    padding: 3em 10%;
    font-size: 200%;
    background: rgba(94, 94, 94, 0.7);
    color: #fff; }
    #top_back h1 span {
      display: block;
      font-weight: normal;
      font-size: 50%; }

#introduction {
  width: 80%;
  margin: 5em auto 0;
  position: relative; }
  #introduction h2 {
    font-size: 200%; }
    #introduction h2 span {
      display: block;
      font-size: 50%;
      color: #BC1B21; }
  #introduction p {
    position: relative;
    width: calc(100% - 85px);
    margin: 5em 0 0 85px; }
    #introduction p span {
      position: absolute;
      top: 0;
      left: -85px;
      display: block;
      width: 77px; }

#slider_position {
  margin: 3em 0 0;
  padding: 0; }
  #slider_position #container {
    width: 100%; }
    #slider_position #container .swiper-wrapper {
      transition-timing-function: linear; }
    #slider_position #container .swiper02 {
      overflow-x: hidden !important;
      margin: 0; }

.back01 {
  position: relative;
  width: 100%; }
  .back01::after {
    position: absolute;
    bottom: -2em;
    right: 0;
    content: "";
    width: 100%;
    height: 50%;
    background-color: #F5F5F5;
    z-index: -1; }

#results {
  width: 100%;
  margin: 5em 0 0; }
  #results h2 {
    width: 80%;
    margin: 0 auto;
    font-size: 200%; }
    #results h2 span {
      display: block;
      font-size: 50%;
      color: #BC1B21; }
  #results ol {
    width: 80%;
    margin: 10em auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    #results ol::after {
      content: "";
      display: block;
      width: 31.333%; }
    #results ol li {
      width: 31.333%;
      position: relative; }
      #results ol li .namber {
        position: absolute;
        top: -40px;
        right: 20px;
        width: 100px; }
      #results ol li p {
        width: 86%;
        color: #fff;
        font-size: 156%;
        font-weight: bold;
        background-color: #BC1B21;
        padding: 0.25em 10px; }
      #results ol li .more_link a {
        position: absolute;
        top: 0.5em;
        left: 2%;
        border-radius: 50px;
        color: #fff;
        text-decoration: none;
        background-color: #BC1B21;
        padding: 0.5em 2%;
        display: block;
        width: 150px;
        transition: 0.3s ease-in-out;
        text-align: center; }
        #results ol li .more_link a:hover, #results ol li .more_link a:active {
          color: #fff;
          text-decoration: none;
          background-color: #E23A40; }

/*フッター*/
/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1420px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #results ol li p {
    width: 83%;
    font-size: 140%; }

  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #top_back {
    margin: 150px 0 0; }
    #top_back h1 {
      font-size: 180%; }

  #results h2 {
    font-size: 180%; }
  #results ol li .namber {
    top: -30px;
    right: 10px;
    width: 80px; }
  #results ol li p {
    font-size: 110%;
    padding: 0.25em 10px; }
  #results ol li .more_link a {
    width: 100px;
    font-size: 80%; }

  /*フッター*/ }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #top_back {
    margin: 100px 0 0; }
    #top_back h1 {
      width: 40%;
      padding: 3em 5%;
      font-size: 130%; }

  #introduction {
    margin: 2.5em auto 0; }
    #introduction h2 {
      font-size: 130%; }
    #introduction p {
      position: relative;
      width: calc(100% - 60px);
      margin: 2.5em 0 0 60px; }
      #introduction p span {
        position: absolute;
        top: 0;
        left: -60px;
        display: block;
        width: 50px; }

  .back01 {
    position: relative;
    width: 100%; }
    .back01::after {
      position: absolute;
      bottom: -2em;
      right: 0;
      content: "";
      width: 100%;
      height: 50%;
      background-color: #fff;
      z-index: -1; }

  #results {
    margin: 2.5em 0 0; }
    #results h2 {
      margin: 0 auto;
      font-size: 130%; }
    #results ol {
      margin: 5em auto 0;
      flex-direction: column; }
      #results ol li {
        width: 100%; }
        #results ol li:nth-child(n+2) {
          margin: 5em 0 0; }
        #results ol li .namber {
          position: absolute;
          top: -30px;
          right: 20px;
          width: 80px; }
        #results ol li p {
          width: 84%;
          font-size: 130%; }
        #results ol li .more_link a {
          width: 100px;
          font-size: 90%; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
