@charset "UTF-8";
@import url("reset.css");
@import url("m_menu.css");
@import url("swiper-bundle.min.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #191919; }

main {
  display: block; }

header a img, main a img, footer a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

header a:hover img, main a:hover img, footer a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8; }

.fade {
  /*margin-top: 10vh;*/
  opacity: 0;
  transition: opacity 2s; }

.fade.view {
  opacity: 1; }

/*ヘッダー*/
header {
  width: 100%;
  background: white;
  position: relative;
  height: 130px;
  padding: 10px 0;
  z-index: 2; }
  header #header_inner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    header #header_inner h1 {
      width: 150px; }
    header #header_inner #inner_right {
      width: calc(100% - 200px);
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      header #header_inner #inner_right #menuList {
        width: calc(100% - 260px); }
      header #header_inner #inner_right p {
        width: 200px; }
        header #header_inner #inner_right p a {
          background: #BC1B21;
          border-radius: 50px;
          position: relative;
          display: flex;
          justify-content: space-around;
          align-items: center;
          margin: 0 auto;
          max-width: 180px;
          padding: 10px 25px;
          color: #fff;
          transition: 0.3s ease-in-out;
          font-weight: 500;
          text-decoration: none; }
          header #header_inner #inner_right p a:hover {
            background: #E02A31;
            color: #FFF; }
          header #header_inner #inner_right p a:after {
            content: '';
            width: 5px;
            height: 5px;
            border-top: 3px solid #fff;
            border-right: 3px solid #fff;
            transform: rotate(45deg) translateY(-50%);
            position: absolute;
            top: 50%;
            right: 20px;
            border-radius: 1px;
            transition: 0.3s ease-in-out; }
          header #header_inner #inner_right p a:hover:after {
            border-color: #FFF; }

.fixed-header {
  width: 100%;
  background-color: white;
  height: 130px;
  padding: 10px 0;
  position: fixed;
  top: -150px;
  left: 0;
  z-index: 5;
  transition: all 0.3s ease-in-out;
  visibility: hidden; }
  .fixed-header #header_inner02 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .fixed-header #header_inner02 h1 {
      width: 150px; }
    .fixed-header #header_inner02 #inner_right02 {
      width: calc(100% - 200px);
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      .fixed-header #header_inner02 #inner_right02 #menuList02 {
        width: calc(100% - 260px); }
      .fixed-header #header_inner02 #inner_right02 p {
        width: 200px; }
        .fixed-header #header_inner02 #inner_right02 p a {
          background: #BC1B21;
          border-radius: 50px;
          position: relative;
          display: flex;
          justify-content: space-around;
          align-items: center;
          margin: 0 auto;
          max-width: 180px;
          padding: 10px 25px;
          color: #fff;
          transition: 0.3s ease-in-out;
          font-weight: 500;
          text-decoration: none; }
          .fixed-header #header_inner02 #inner_right02 p a:hover {
            background: #E02A31;
            color: #FFF; }
          .fixed-header #header_inner02 #inner_right02 p a:after {
            content: '';
            width: 5px;
            height: 5px;
            border-top: 3px solid #fff;
            border-right: 3px solid #fff;
            transform: rotate(45deg) translateY(-50%);
            position: absolute;
            top: 50%;
            right: 20px;
            border-radius: 1px;
            transition: 0.3s ease-in-out; }
          .fixed-header #header_inner02 #inner_right02 p a:hover:after {
            border-color: #FFF; }

.fixed-header.is-show {
  top: 0;
  visibility: visible; }

/*メイン*/
#slider_position {
  margin: 3em 0 0;
  padding: 0 0 5em; }
  #slider_position #container {
    width: 100%; }
    #slider_position #container .swiper-wrapper {
      transition-timing-function: linear; }
    #slider_position #container .swiper02 {
      overflow-x: hidden !important;
      margin: -10em 0 0;
      z-index: 5; }
  #slider_position figure {
    width: 80%;
    margin: 3em auto 0; }

#business {
  width: 100%;
  margin: 0; }
  #business h2 {
    width: 70%;
    margin: 0 auto;
    font-size: 200%; }
    #business h2 span {
      display: block;
      font-size: 50%;
      color: #BC1B21; }
  #business .business_base {
    width: 100%;
    position: relative; }
    #business .business_base::after {
      position: absolute;
      bottom: -2em;
      right: 0;
      content: "";
      width: 100%;
      height: 50%;
      background-color: #F5F5F5;
      z-index: -1; }
    #business .business_base ol {
      width: 70%;
      margin: 5em auto 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #business .business_base ol li {
        position: relative;
        width: 31.333%; }
        #business .business_base ol li a {
          color: #fff;
          text-decoration: none; }
        #business .business_base ol li figure {
          position: absolute;
          top: 0;
          right: 5%;
          width: 50px;
          z-index: 2; }
        #business .business_base ol li dl {
          width: 100%; }
          #business .business_base ol li dl dt {
            width: 100%;
            color: #fff;
            position: relative; }
            #business .business_base ol li dl dt span {
              position: absolute;
              bottom: -1em;
              display: block;
              width: 80%;
              padding: 0.5em 5%;
              background-color: #BC1B21;
              font-size: 120%; }
          #business .business_base ol li dl dd {
            color: #fff;
            padding: 2em 5%;
            width: 90%;
            background-color: #191919;
            font-size: 90%;
            height: 5em; }
            #business .business_base ol li dl dd a {
              display: block;
              color: #fff;
              margin: 0.5em 0 0;
              text-decoration: none; }
              #business .business_base ol li dl dd a:hover, #business .business_base ol li dl dd a :active {
                text-decoration: underline;
                color: #fff; }
        #business .business_base ol li:nth-child(1) {
          margin: 3em 0 0; }
        #business .business_base ol li:nth-child(2) {
          margin: 1.5em 0 0; }

.back01 {
  width: 100%;
  position: relative; }
  .back01 .back_image {
    position: absolute;
    top: 5em;
    right: 0;
    width: 60%;
    z-index: -1; }

#engineering {
  width: 80%;
  margin: 10em auto 0; }
  #engineering h2 {
    font-size: 200%; }
    #engineering h2 span {
      display: block;
      font-size: 50%;
      color: #BC1B21; }
  #engineering #engineering_inner {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 2em auto 0; }
    #engineering #engineering_inner figure {
      width: 60%; }
    #engineering #engineering_inner p {
      width: 38%;
      margin: 0;
      text-align: center; }
      #engineering #engineering_inner p a {
        background: #BC1B21;
        border-radius: 50px;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        max-width: 180px;
        padding: 10px 25px;
        color: #fff;
        transition: 0.3s ease-in-out;
        font-weight: 500;
        text-decoration: none; }
        #engineering #engineering_inner p a:hover {
          background: #E02A31;
          color: #FFF; }
        #engineering #engineering_inner p a:after {
          content: '';
          width: 5px;
          height: 5px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          transform: rotate(45deg) translateY(-50%);
          position: absolute;
          top: 50%;
          right: 20px;
          border-radius: 1px;
          transition: 0.3s ease-in-out; }
        #engineering #engineering_inner p a:hover:after {
          border-color: #FFF; }
      #engineering #engineering_inner p a {
        margin: 2em auto 0; }

#make_about {
  width: 100%;
  margin: 10em 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #make_about li {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 100%; }
    #make_about li::after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      background-size: cover;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      transition: all .3s ease-out;
      z-index: -1; }
    #make_about li:nth-child(1)::after {
      background: url("../img/top/photo02.png") no-repeat center center; }
    #make_about li:nth-child(2)::after {
      background: url("../img/top/photo03.png") no-repeat center center; }
    #make_about li:hover:after {
      opacity: .8;
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    #make_about li a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
      height: 100%;
      text-decoration: none;
      color: #fff; }
    #make_about li dl {
      border: 2px solid #fff;
      padding: 7em 0;
      margin: 5em 20%;
      text-align: center; }
      #make_about li dl dt {
        font-size: 187%;
        font-weight: bold;
        color: #fff; }
        #make_about li dl dt span {
          display: block;
          font-weight: normal;
          font-size: 50%; }
      #make_about li dl dd {
        background: #fff;
        border-radius: 50px;
        display: flex;
        justify-content: space-around;
        max-width: 180px;
        margin: 2em auto 0;
        padding: 10px 25px;
        color: #191919;
        font-weight: 500;
        text-decoration: none; }
        #make_about li dl dd a {
          color: #191919; }

.back_red {
  width: 100%;
  margin: 10em 0 0;
  background-color: #BC1B21; }

#contact_bottom {
  width: 100%;
  margin: 0;
  padding: 5em 0;
  background-image: url("../img/top/photo04.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 60%; }
  #contact_bottom p {
    width: 50%;
    margin: 0 0 0 25%;
    font-size: 200%;
    font-weight: bold;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: .3em;
    line-height: 2.5;
    background-color: #fff; }
  #contact_bottom .btn02 {
    width: 50%;
    margin: 2em 0 0 25%; }
    #contact_bottom .btn02 a {
      background: #191919;
      border-radius: 50px;
      position: relative;
      display: flex;
      justify-content: space-around;
      max-width: 180px;
      padding: 10px 25px;
      color: #fff;
      transition: 0.3s ease-in-out;
      font-weight: 500;
      text-decoration: none; }
      #contact_bottom .btn02 a:hover {
        background: #2F2F2F;
        color: #FFF; }
      #contact_bottom .btn02 a:after {
        content: '';
        width: 5px;
        height: 5px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 20px;
        border-radius: 1px;
        transition: 0.3s ease-in-out; }
      #contact_bottom .btn02 a:hover:after {
        border-color: #FFF; }

/*フッター*/
footer {
  margin: 8em 0 0; }
  footer figure {
    padding: 5em 0 0;
    width: 200px;
    margin: 0 auto; }
  footer #footer_inner {
    width: 80%;
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer #footer_inner dl {
      width: 30%; }
      footer #footer_inner dl dt {
        font-weight: bold;
        font-size: 130%; }
      footer #footer_inner dl dd span {
        display: block;
        margin: 2em 0 0;
        font-size: 130%;
        font-weight: bold; }
        footer #footer_inner dl dd span a {
          color: #191919;
          text-decoration: none; }
          footer #footer_inner dl dd span a:hover, footer #footer_inner dl dd span a:active {
            color: #191919;
            text-decoration: underline; }
    footer #footer_inner #footer_right {
      width: 70%; }
      footer #footer_inner #footer_right nav #f_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        footer #footer_inner #footer_right nav #f_menu li {
          flex: 1;
          text-align: center; }
          footer #footer_inner #footer_right nav #f_menu li a {
            color: #191919;
            font-weight: bold;
            text-decoration: none; }
            footer #footer_inner #footer_right nav #f_menu li a:hover, footer #footer_inner #footer_right nav #f_menu li a:active {
              color: #191919;
              text-decoration: underline; }
      footer #footer_inner #footer_right #f_menu02 {
        width: 100%;
        margin: 2em 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        footer #footer_inner #footer_right #f_menu02 li {
          flex: 5;
          margin: 0 2% 0 0;
          font-size: 90%; }
          footer #footer_inner #footer_right #f_menu02 li a {
            color: #191919;
            text-decoration: none; }
            footer #footer_inner #footer_right #f_menu02 li a:hover, footer #footer_inner #footer_right #f_menu02 li a:active {
              color: #191919;
              text-decoration: underline; }
          footer #footer_inner #footer_right #f_menu02 li ul {
            flex-direction: column; }
            footer #footer_inner #footer_right #f_menu02 li ul li {
              flex: 1; }
  footer p {
    width: 96%;
    margin: 5em auto 0; }
    footer p a {
      background: #BC1B21;
      border-radius: 50px;
      position: relative;
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 0 auto;
      max-width: 180px;
      padding: 10px 25px;
      color: #fff;
      transition: 0.3s ease-in-out;
      font-weight: 500;
      text-decoration: none; }
      footer p a:hover {
        background: #E02A31;
        color: #FFF; }
      footer p a:after {
        content: '';
        width: 5px;
        height: 5px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 20px;
        border-radius: 1px;
        transition: 0.3s ease-in-out; }
      footer p a:hover:after {
        border-color: #FFF; }
  footer address {
    width: 96%;
    text-align: center;
    font-size: 87.5%;
    font-style: normal;
    padding: 0.5em 2%;
    margin: 5em 0 0;
    background-color: #CECECE; }

/*TOPへ戻るボタン設定*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 90%;
  z-index: 999;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold; }
  #page-top img {
    width: 50px;
    display: block;
    margin: 0 auto 0.5em; }
  #page-top a {
    /*コレ*/
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #BC1B21;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
  #page-top a:hover, #page-top a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  /*メイン*/
  .sp {
    display: none; }

  /*フッター*/ }
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1420px) {
  /*基本設定*/
  html {
    font-size: 90%; }

  .sp {
    display: none; }

  /*ヘッダー*/
  header #header_inner {
    width: 90%; }
    header #header_inner #inner_right {
      width: calc(100% - 180px); }
      header #header_inner #inner_right #menuList {
        width: calc(100% - 200px); }
      header #header_inner #inner_right p {
        width: 200px; }
        header #header_inner #inner_right p a {
          max-width: 130px;
          padding: 10px 25px; }

  .fixed-header #header_inner02 {
    width: 90%; }
    .fixed-header #header_inner02 #inner_right02 {
      width: calc(100% - 180px); }
      .fixed-header #header_inner02 #inner_right02 #menuList02 {
        width: calc(100% - 200px); }
      .fixed-header #header_inner02 #inner_right02 p {
        width: 200px; }
        .fixed-header #header_inner02 #inner_right02 p a {
          max-width: 130px;
          padding: 10px 25px; }

  /*メイン*/
  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  html {
    font-size: 85%;
    position: relative; }

  /*ヘッダー*/
  header {
    position: fixed;
    top: 0;
    z-index: 6; }
    header #header_inner {
      width: 90%; }

  .fixed-header {
    display: none; }

  /*メイン*/
  .pc {
    display: none; }

  #business {
    width: 100%;
    margin: 0; }
    #business h2 {
      width: 90%;
      font-size: 180%; }
    #business .business_base ol {
      width: 90%; }
      #business .business_base ol li figure {
        width: 30px; }
      #business .business_base ol li dl dt span {
        font-size: 105%; }

  .back01 {
    width: 100%;
    position: relative; }
    .back01 .back_image {
      position: absolute;
      top: 5em;
      right: 0;
      width: 60%;
      z-index: -1; }

  #engineering {
    width: 90%; }
    #engineering h2 {
      font-size: 180%; }
    #engineering #engineering_inner {
      width: 90%; }
      #engineering #engineering_inner p a {
        max-width: 150px; }

  #make_about li dl {
    padding: 3em 0; }
    #make_about li dl dt {
      font-size: 130%; }
    #make_about li dl dd {
      max-width: 150px; }

  #contact_bottom {
    padding: 3em 0; }
    #contact_bottom p {
      font-size: 150%; }
    #contact_bottom .btn02 a {
      max-width: 150px; }

  /*フッター*/
  footer #footer_inner {
    width: 90%;
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer #footer_inner dl {
      width: 30%; }
      footer #footer_inner dl dt {
        font-size: 120%; }
    footer #footer_inner #footer_right {
      width: 66%; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  html {
    font-size: 85%;
    position: relative; }

  /*ヘッダー*/
  header {
    width: 100%;
    background: white;
    height: 80px;
    padding: 10px 0;
    z-index: 2;
    position: fixed;
    top: 0;
    z-index: 6; }
    header #header_inner {
      width: 90%; }
      header #header_inner h1 {
        width: 100px; }
      header #header_inner #inner_right {
        width: calc(100% - 120px); }
        header #header_inner #inner_right p {
          width: 150px; }
          header #header_inner #inner_right p a {
            max-width: 150px;
            font-size: 90%; }

  .fixed-header {
    display: none; }

  /*メイン*/
  #slider_position {
    margin: 3em 0 0;
    padding: 0 0 2.5em; }
    #slider_position #container .swiper02 {
      margin: -7em 0 0; }

  .pc {
    display: none; }

  main {
    margin: 80px 0 0; }

  #business h2 {
    width: 90%;
    font-size: 130%; }
  #business .business_base::after {
    background-color: #fff; }
  #business .business_base ol {
    width: 80%;
    margin: 2.5em auto 0;
    flex-direction: column; }
    #business .business_base ol li {
      position: relative;
      width: 100%; }
      #business .business_base ol li:nth-child(n+2) {
        margin: 2em 0 0; }
      #business .business_base ol li figure {
        position: absolute;
        top: 0;
        right: 5%;
        width: 25px;
        z-index: 2; }
      #business .business_base ol li dl {
        width: 100%; }
      #business .business_base ol li:nth-child(1) {
        margin: 0; }

  .back01 {
    width: 100%;
    position: relative; }
    .back01 .back_image {
      position: absolute;
      top: 5em;
      right: 0;
      width: 80%;
      z-index: -1; }

  #engineering {
    width: 90%;
    margin: 2.5em auto 0; }
    #engineering h2 {
      font-size: 130%; }
    #engineering #engineering_inner {
      width: 90%;
      flex-direction: column;
      margin: 2em auto 0; }
      #engineering #engineering_inner figure {
        width: 80%;
        margin: 6em auto 0; }
      #engineering #engineering_inner p {
        width: 90%;
        margin: 2em auto 0;
        text-align: center; }
        #engineering #engineering_inner p a {
          max-width: 150px; }

  #make_about {
    margin: 5em 0 0;
    flex-direction: column; }
    #make_about li {
      width: 100%; }
      #make_about li dl {
        border: 2px solid #fff;
        padding: 3.5em 0;
        margin: 2.5em 10%; }
        #make_about li dl dt {
          font-size: 130%; }
        #make_about li dl dd {
          max-width: 150px; }

  .back_red {
    margin: 5em 0 0; }

  #contact_bottom {
    width: 100%;
    margin: 0;
    padding: 1em 0;
    background-image: url("../img/top/photo04.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 80%; }
    #contact_bottom p {
      width: 80%;
      margin: 0;
      font-size: 120%; }
    #contact_bottom .btn02 {
      width: 50%;
      margin: 2em 0 0 25%; }
      #contact_bottom .btn02 a {
        max-width: 150px; }

  /*フッター*/
  footer figure {
    padding: 0; }
  footer #footer_inner {
    width: 90%;
    margin: 3em auto 0;
    flex-direction: column; }
    footer #footer_inner dl {
      width: 100%;
      text-align: center; }
      footer #footer_inner dl dt {
        font-size: 120%; }
    footer #footer_inner #footer_right {
      display: none; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  /*ヘッダー*/
  #message {
    width: 200px; }

  /*メイン*/
  /*フッター*/ }
