@charset "UTF-8";
/*=====================================================
TOP
======================================================*/
#top {
  padding-top: 0; }
  #top #mainvisual {
    width: 100%;
    height: calc(100vh - 100px);
    position: relative; }
    #top #mainvisual .video {
      position: relative;
      padding-top: calc(100vh - 100px); }
      #top #mainvisual .video video {
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    #top #mainvisual img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: center; }
    #top #mainvisual .copy_area {
      position: absolute;
      top: 50%;
      left: 5%;
      width: 90%;
      transform: translateY(-50%); }
      #top #mainvisual .copy_area p {
        color: #fff;
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        font-weight: 500;
        line-height: 1.5;
        font-size: 70px;
        filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.9)); }
  #top #top_intro {
    padding: 80px 0 100px;
    text-align: center; }
    #top #top_intro h1 {
      font-size: 60px;
      color: #222222;
      line-height: 1.4;
      margin-bottom: 40px;
      font-weight: 700; }
    #top #top_intro .txt {
      font-size: 21px; }
    #top #top_intro ul {
      margin-top: 50px; }
      #top #top_intro ul li {
        margin: 0 10px 20px;
        display: inline-block; }
        #top #top_intro ul li img {
          max-width: 100%;
          width: auto; }
  #top #top_feature {
    background: #0C183C;
    padding: 100px 0;
    position: relative;
    text-align: center; }
    #top #top_feature:before {
      content: "";
      width: 100%;
      height: 618px;
      background: url("../img/top/feature_bg.png") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0; }
    #top #top_feature .feature_ttl {
      font-size: 50px;
      font-weight: 500;
      color: #fff;
      margin-bottom: 80px;
      position: relative;
      z-index: 2; }
    #top #top_feature .feature_flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: flex-start;
      height: auto;
      justify-content: space-between;
      align-items: stretch;
      margin-bottom: 60px; }
      #top #top_feature .feature_flex .box {
        width: 31%;
        background: #E95B2B; }
        #top #top_feature .feature_flex .box .photo {
          position: relative; }
          #top #top_feature .feature_flex .box .photo .number {
            position: absolute;
            bottom: 0;
            left: 20px;
            width: 18%; }
        #top #top_feature .feature_flex .box .txt_area {
          padding: 20px; }
          #top #top_feature .feature_flex .box .txt_area .box_ttl {
            font-size: 30px;
            font-weight: 500;
            color: #fff;
            line-height: 1; }
            #top #top_feature .feature_flex .box .txt_area .box_ttl span {
              position: relative; }
              #top #top_feature .feature_flex .box .txt_area .box_ttl span:after {
                content: "";
                width: 16px;
                height: 16px;
                background: url("../img/top/arrow.svg") no-repeat;
                background-size: 100%;
                position: absolute;
                top: 50%;
                right: -40px;
                transform: translateY(-30%); }
          #top #top_feature .feature_flex .box .txt_area .box_txt {
            margin: 20px 0 20px;
            color: #fff;
            font-size: 18px;
            font-weight: 500; }
          #top #top_feature .feature_flex .box .txt_area a {
            display: inline-block;
            padding: 5px 20px 8px;
            background: #0C183C;
            color: #fff;
            font-size: 16px;
            line-height: 1; }
            #top #top_feature .feature_flex .box .txt_area a:hover {
              opacity: 0.5;
              transition: 0.3s; }
  #top .detail_link {
    display: inline-block;
    width: 90%;
    max-width: 760px;
    border: 1px #fff solid;
    border-radius: 100px;
    font-size: 27px;
    padding: 5px;
    color: #fff; }
    #top .detail_link:hover {
      color: #0c183c;
      background: #fff;
      transition: 0.3s; }
  #top #top_heat {
    padding: 100px 0;
    position: relative;
    text-align: center; }
    #top #top_heat:before {
      content: "";
      width: 100%;
      height: 960px;
      background: url("../img/top/heat_bg.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0; }
    #top #top_heat .heat_copy {
      color: #fff;
      font-size: 60px;
      font-weight: 600;
      filter: drop-shadow(0 0 15px rgba(128, 0, 0, 0.68)); }
    #top #top_heat .heat_txt {
      margin: 50px 0;
      color: #fff;
      font-size: 20px; }
    #top #top_heat .heat_ttl {
      font-size: 50px;
      font-weight: 500;
      color: #fff;
      margin-bottom: 0px;
      position: relative;
      z-index: 2; }
    #top #top_heat .heat_sub {
      font-size: 30px;
      color: #fff; }
    #top #top_heat .slider-container {
      overflow: hidden;
      width: 6400px;
      height: 580px;
      margin: 50px 0 30px; }
      #top #top_heat .slider-container .slider-wrapper {
        display: flex;
        /* 画像を横に並べるために flex を使用 */
        align-items: stretch;
        animation: slide 50s linear infinite;
        /* スライドするアニメーション */ }
        #top #top_heat .slider-container .slider-wrapper .slide {
          margin-right: 20px;
          /* 画像間の間隔を設定 */
          height: 100%; }
          #top #top_heat .slider-container .slider-wrapper .slide p {
            font-size: 27px;
            font-weight: 500;
            line-height: 1.3;
            text-align: left;
            margin-top: 20px; }
@keyframes slide {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-3200px); } }
    #top #top_heat .detail_link {
      background: #E95B2B;
      border: 1px #E95B2B solid;
      color: #fff;
      width: 100%; }
      #top #top_heat .detail_link:hover {
        color: #E95B2B;
        background: #fff; }
  #top #top_recruit {
    border-bottom: 50px #0B173D solid;
    padding: 150px 0;
    text-align: center;
    position: relative; }
    #top #top_recruit .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      #top #top_recruit .bg img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        z-index: 3; }
      #top #top_recruit .bg:before, #top #top_recruit .bg:after {
        content: "";
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1; }
      #top #top_recruit .bg:before {
        left: 0;
        background-position: top left;
        background-image: url("../img/top/rec_bg01.png"); }
      #top #top_recruit .bg:after {
        right: 0;
        background-position: top right;
        background-image: url("../img/top/rec_bg02.png"); }
    #top #top_recruit .txt_area {
      position: relative;
      z-index: 2; }
      #top #top_recruit .txt_area .recruit_copy {
        color: #fff;
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 80px; }
      #top #top_recruit .txt_area .recruit_ttl {
        font-size: 60px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0px;
        line-height: 1.5;
        position: relative;
        z-index: 2; }
      #top #top_recruit .txt_area .recruit_sub {
        font-size: 30px;
        color: #fff;
        margin-bottom: 20px; }
      #top #top_recruit .txt_area .detail_link {
        background: #E95B2B;
        border: 1px #E95B2B solid;
        color: #fff;
        width: 100%; }
        #top #top_recruit .txt_area .detail_link:hover {
          color: #E95B2B;
          background: #fff; }
  #top .gmap {
    width: 100%;
    padding-top: 590px;
    position: relative; }
    #top .gmap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*top*/
@media screen and (max-width: 767px) {
  #top {
    padding-top: 0; }
    #top #mainvisual .copy_area p {
      font-size: 6vw;
      filter: drop-shadow(0 1vw 1vw rgba(0, 0, 0, 0.9)); }
    #top #top_intro {
      padding: 10vw 0 15vw; }
      #top #top_intro h1 {
        font-size: 8vw;
        margin-bottom: 6vw; }
      #top #top_intro .txt {
        font-size: 4vw;
        text-align: left; }
      #top #top_intro ul {
        margin-top: 10vw; }
        #top #top_intro ul li {
          margin: 0 1% 4vw;
          width: 22%; }
    #top #top_feature {
      padding: 15vw 0; }
      #top #top_feature:before {
        display: none; }
      #top #top_feature .feature_ttl {
        font-size: 8vw;
        margin-bottom: 10vw; }
      #top #top_feature .feature_flex {
        margin-bottom: 10vw; }
        #top #top_feature .feature_flex .box {
          width: 100%;
          margin-bottom: 5vw; }
          #top #top_feature .feature_flex .box .photo .number {
            left: 4vw;
            width: 30%; }
          #top #top_feature .feature_flex .box .txt_area {
            padding: 4vw; }
            #top #top_feature .feature_flex .box .txt_area .box_ttl {
              font-size: 9vw; }
              #top #top_feature .feature_flex .box .txt_area .box_ttl span:after {
                width: 4vw;
                height: 4vw; }
            #top #top_feature .feature_flex .box .txt_area .box_txt {
              margin: 2vw 0;
              font-size: 3.6vw; }
            #top #top_feature .feature_flex .box .txt_area a {
              padding: 2vw 6vw 2.4vw;
              font-size: 5vw; }
    #top .detail_link {
      font-size: 5vw;
      padding: 1vw; }
    #top #top_heat {
      padding: 15vw 0; }
      #top #top_heat:before {
        height: 960px; }
      #top #top_heat .heat_copy {
        font-size: 8vw;
        filter: drop-shadow(0 0 3vw rgba(128, 0, 0, 0.68)); }
      #top #top_heat .heat_txt {
        margin: 10vw 0;
        font-size: 4vw; }
      #top #top_heat .heat_ttl {
        font-size: 8vw; }
      #top #top_heat .heat_sub {
        font-size: 5vw; }
      #top #top_heat .slider-container {
        width: 900vw;
        height: 85vw;
        margin: 10vw 0 0vw; }
        #top #top_heat .slider-container .slider-wrapper {
          animation: slide 50s linear infinite;
          /* スライドするアニメーション */ }
          #top #top_heat .slider-container .slider-wrapper .slide {
            margin-right: 4vw;
            /* 画像間の間隔を設定 */ }
            #top #top_heat .slider-container .slider-wrapper .slide p {
              font-size: 4vw;
              margin-top: 3vw; }
  @keyframes slide {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(-450vw); } }
      #top #top_heat .detail_link {
        width: 90%; }
    #top #top_recruit {
      border-bottom: 10vw #0B173D solid;
      padding: 30vw 0 10vw; }
      #top #top_recruit .bg:before {
        left: 0;
        background-position: top left -10vw;
        background-image: url("../img/top/rec_bg01.png"); }
      #top #top_recruit .bg:after {
        right: 0;
        background-position: top right -10vw;
        background-image: url("../img/top/rec_bg02.png"); }
      #top #top_recruit .txt_area .recruit_copy {
        font-size: 5vw;
        margin-bottom: 6vw; }
      #top #top_recruit .txt_area .recruit_ttl {
        font-size: 8vw; }
      #top #top_recruit .txt_area .recruit_sub {
        font-size: 5vw;
        margin-bottom: 0vw; }
    #top .gmap {
      padding-top: 80vw; }

  /*top*/ }
/*767px*/
/*=====================================================
NANNETSUの強み
======================================================*/
#feature #main_img {
  background-image: url("../img/feature/feature_main_img.png"); }
#feature #feature_copy {
  padding: 100px 0; }
  #feature #feature_copy h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px; }
  #feature #feature_copy .h2_sub {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 50px; }
  #feature #feature_copy .txt {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 80px; }
#feature #feature_main {
  padding: 0 0 100px; }
  #feature #feature_main .tab_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    align-items: stretch; }
    #feature #feature_main .tab_area li {
      width: 32%;
      color: #000;
      background: #E3E3E3;
      text-align: center;
      padding: 30px 10px;
      border-radius: 0 20px 0 0;
      font-size: 50px;
      font-weight: 500;
      cursor: pointer; }
      #feature #feature_main .tab_area li.select {
        background: #EB7C33;
        color: #fff; }
    #feature #feature_main .tab_area.bottom {
      width: 60%;
      margin: 0 auto; }
      #feature #feature_main .tab_area.bottom li {
        border-radius: 0 0 10px 0;
        font-size: 30px;
        padding: 15px 10px; }
        #feature #feature_main .tab_area.bottom li.select {
          background: #C3001B; }
  #feature #feature_main .content_area {
    background: linear-gradient(180deg, #eb7c33 0%, #c3001b 100%);
    padding: 60px 0 8px; }
    #feature #feature_main .content_area .contents_ttl {
      font-size: 90px;
      font-weight: 600;
      color: #fff;
      line-height: 1.2;
      padding: 120px 0 20px 100px;
      position: relative;
      margin-bottom: 80px; }
      #feature #feature_main .content_area .contents_ttl span {
        font-size: 20px;
        font-weight: 500;
        margin-left: 20px; }
      #feature #feature_main .content_area .contents_ttl:after {
        content: "";
        width: 110px;
        height: 8px;
        background: #0B193B;
        position: absolute;
        left: 230px;
        bottom: 0; }
      #feature #feature_main .content_area .contents_ttl.no01, #feature #feature_main .content_area .contents_ttl.no02, #feature #feature_main .content_area .contents_ttl.no03 {
        background-repeat: no-repeat;
        background-size: 300px;
        background-position: bottom left; }
      #feature #feature_main .content_area .contents_ttl.no01 {
        background-image: url("../img/feature/01.svg"); }
      #feature #feature_main .content_area .contents_ttl.no02 {
        background-image: url("../img/feature/02.svg"); }
        #feature #feature_main .content_area .contents_ttl.no02:after {
          left: 180px; }
      #feature #feature_main .content_area .contents_ttl.no03 {
        background-image: url("../img/feature/03.svg"); }
        #feature #feature_main .content_area .contents_ttl.no03:after {
          left: 180px; }
    #feature #feature_main .content_area .contents_copy {
      color: #fff;
      font-size: 30px;
      font-weight: 500;
      line-height: 1.4;
      margin-bottom: 30px; }
    #feature #feature_main .content_area .contents_txt {
      font-size: 20px;
      font-weight: 500;
      color: #fff;
      margin-bottom: 50px; }
    #feature #feature_main .content_area .img_flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: flex-start;
      height: auto;
      justify-content: space-between; }
      #feature #feature_main .content_area .img_flex .box {
        width: 49%;
        margin-bottom: 60px; }
    #feature #feature_main .content_area .strength {
      width: 100%;
      height: 690px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      margin-top: 100px;
      position: relative; }
      #feature #feature_main .content_area .strength:after {
        content: "";
        width: 100%;
        height: 100%;
        background: url("../img/feature/feature_line.svg") no-repeat center;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0; }
      #feature #feature_main .content_area .strength .txt_area {
        width: 50%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        color: #fff;
        padding-right: 30px; }
        #feature #feature_main .content_area .strength .txt_area .ttl {
          font-size: 50px;
          font-weight: 600;
          line-height: 1.3;
          margin-bottom: 30px; }
        #feature #feature_main .content_area .strength .txt_area .txt {
          font-size: 20px; }
      #feature #feature_main .content_area .strength.strength01 {
        background-image: url("../img/feature/process05.png"); }
      #feature #feature_main .content_area .strength.strength02 {
        background-image: url("../img/feature/adapt05.png"); }
        #feature #feature_main .content_area .strength.strength02 .txt_area .ttl {
          filter: drop-shadow(0 0 10px #000); }
      #feature #feature_main .content_area .strength.strength03 {
        background-image: url("../img/feature/technology05.png"); }

@media screen and (max-width: 767px) {
  #feature #feature_copy {
    padding: 15vw 0; }
    #feature #feature_copy h2 {
      font-size: 6vw;
      margin-bottom: 4vw; }
    #feature #feature_copy .h2_sub {
      font-size: 5vw;
      margin-bottom: 10vw; }
    #feature #feature_copy .txt {
      font-size: 3.2vw;
      margin-bottom: 12vw; }
  #feature #feature_main {
    padding: 0 0 12vw; }
    #feature #feature_main .tab_area li {
      padding: 3vw 2vw;
      border-radius: 0 3vw 0 0;
      font-size: 6vw; }
    #feature #feature_main .tab_area.bottom {
      width: 100%; }
      #feature #feature_main .tab_area.bottom li {
        border-radius: 0 0 3vw 0; }
    #feature #feature_main .content_area {
      padding: 10vw 0 1.6vw; }
      #feature #feature_main .content_area .contents_ttl {
        font-size: 8vw;
        padding: 10vw 0 3vw 10vw;
        position: relative;
        margin-bottom: 10vw; }
        #feature #feature_main .content_area .contents_ttl span {
          font-size: 3vw;
          margin-left: 3vw; }
        #feature #feature_main .content_area .contents_ttl:after {
          width: 15vw;
          height: 1vw;
          left: 18vw;
          bottom: 0; }
        #feature #feature_main .content_area .contents_ttl.no01, #feature #feature_main .content_area .contents_ttl.no02, #feature #feature_main .content_area .contents_ttl.no03 {
          background-size: 30vw; }
        #feature #feature_main .content_area .contents_ttl.no02:after {
          left: 14vw; }
        #feature #feature_main .content_area .contents_ttl.no03:after {
          left: 14vw; }
      #feature #feature_main .content_area .contents_copy {
        font-size: 5vw;
        margin-bottom: 6vw; }
      #feature #feature_main .content_area .contents_txt {
        font-size: 3.2vw;
        margin-bottom: 10vw; }
      #feature #feature_main .content_area .img_flex .box {
        width: 100%;
        margin-bottom: 4vw; }
      #feature #feature_main .content_area .strength {
        width: 100%;
        height: 80vw;
        margin-top: 15vw; }
        #feature #feature_main .content_area .strength .txt_area {
          width: 100%;
          padding: 0 5vw;
          filter: drop-shadow(0 0 2vw #000); }
          #feature #feature_main .content_area .strength .txt_area .ttl {
            font-size: 6vw;
            margin-bottom: 5vw; }
          #feature #feature_main .content_area .strength .txt_area .txt {
            font-size: 3.2vw; }
        #feature #feature_main .content_area .strength.strength02 .txt_area .ttl {
          filter: drop-shadow(0 0 0 #000); } }
/*=====================================================
熱処理加工
======================================================*/
#heat #main_img {
  height: 520px;
  margin-bottom: 0;
  background-image: url("../img/heat/heat_main_img.png"); }
  #heat #main_img .page_title_heat {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    align-items: flex-end;
    max-width: 1540px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: relative; }
    #heat #main_img .page_title_heat .ttl {
      color: #fff;
      position: absolute;
      bottom: 20px;
      left: 0; }
      #heat #main_img .page_title_heat .ttl h1 {
        font-size: 50px;
        font-weight: 500;
        line-height: 1.4; }
      #heat #main_img .page_title_heat .ttl p {
        font-size: 25px;
        font-weight: 500; }
#heat .heat_navi {
  padding: 40px 0 50px; }
  #heat .heat_navi ul li {
    display: inline-block;
    margin: 0 10px 10px 0; }
    #heat .heat_navi ul li a {
      display: inline-block;
      padding: 8px 30px;
      min-width: 290px;
      border: 3px #EB7C33 solid;
      border-radius: 50px;
      color: #E95B2B;
      font-size: 20px;
      line-height: 1.3; }
      #heat .heat_navi ul li a:hover {
        color: #fff;
        background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%); }
      @media screen and (min-width: 768px) and (max-width: 1220px) {
        #heat .heat_navi ul li a {
          min-width: inherit; } }
#heat.heat_austemper .heat_navi .nav_heat01 a {
  background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%);
  color: #fff; }
#heat.heat_carburizing .heat_navi .nav_heat02 a {
  background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%);
  color: #fff; }
#heat.heat_nitriding .heat_navi .nav_heat03 a {
  background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%);
  color: #fff; }
#heat.heat_quenching .heat_navi .nav_heat04 a {
  background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%);
  color: #fff; }
#heat.heat_alloy .heat_navi .nav_heat05 a {
  background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%);
  color: #fff; }
#heat.heat_blackening .heat_navi .nav_heat06 a {
  background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%);
  color: #fff; }
#heat.heat_annealing .heat_navi .nav_heat07 a {
  background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%);
  color: #fff; }
#heat.heat_shot_blasting .heat_navi .nav_heat08 a {
  background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%);
  color: #fff; }
#heat.heat_cleaning .heat_navi .nav_heat09 a {
  background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%);
  color: #fff; }
#heat #heat_main .intro {
  position: relative;
  padding: 50px 0; }
  #heat #heat_main .intro:before {
    content: "";
    width: 100%;
    height: 520px;
    background: #EB7C33;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  #heat #heat_main .intro .ttl {
    font-size: 52px;
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 40px; }
    #heat #heat_main .intro .ttl span {
      margin-right: 30px; }
  #heat #heat_main .intro .intro_txt {
    max-width: 1350px;
    margin: 30px auto 50px; }
    #heat #heat_main .intro .intro_txt .txt01 {
      color: #EB7C33;
      font-size: 40px;
      font-weight: 500;
      border-bottom: 2px #EB7C33 solid;
      padding: 10px;
      line-height: 1.3; }
    #heat #heat_main .intro .intro_txt .txt02 {
      font-size: 26px;
      font-weight: 500;
      padding: 10px; }
    #heat #heat_main .intro .intro_txt .intro_flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: flex-start;
      height: auto;
      justify-content: space-between;
      align-items: center;
      margin-top: 40px; }
      #heat #heat_main .intro .intro_txt .intro_flex .left {
        width: 49%;
        text-align: center;
        background: linear-gradient(90deg, #eb7c33 0%, #c3001b 100%);
        color: #fff;
        border: 4px #E95B2B solid;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.2;
        padding: 10px 0; }
      #heat #heat_main .intro .intro_txt .intro_flex .right {
        width: 49%;
        font-size: 26px;
        font-weight: 500;
        line-height: 1.4; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #heat #heat_main .intro:before {
      height: 50vw; }
    #heat #heat_main .intro .ttl {
      font-size: 50px; }
    #heat #heat_main .intro .intro_txt {
      margin: 60px auto 50px; } }
#heat #heat_main .heat_ttl {
  background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%);
  padding: 20px 0; }
  #heat #heat_main .heat_ttl p {
    color: #fff;
    font-size: 50px;
    font-weight: 500; }
    #heat #heat_main .heat_ttl p span {
      background: #fff;
      color: #E95B2B;
      font-size: 40px;
      padding: 7px 30px;
      margin-left: 30px; }
    @media screen and (min-width: 768px) and (max-width: 1220px) {
      #heat #heat_main .heat_ttl p {
        font-size: calc(30px + 20 * (100vw - 768px) / 452); }
        #heat #heat_main .heat_ttl p span {
          font-size: calc(25px + 15 * (100vw - 768px) / 452); } }
#heat #heat_main .heat_detail {
  background: #f7f7f7;
  padding: 70px 0 100px; }
  #heat #heat_main .heat_detail .heat_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-bottom: 40px; }
    #heat #heat_main .heat_detail .heat_flex .box {
      width: 49.5%;
      background: #fff;
      margin-bottom: 15px; }
      #heat #heat_main .heat_detail .heat_flex .box .box_ttl {
        background: #707070;
        color: #fff;
        font-size: 32px;
        font-weight: 500;
        padding: 30px 30px;
        line-height: 1.3; }
      #heat #heat_main .heat_detail .heat_flex .box .box_txt {
        padding: 30px;
        font-size: 20px; }
    #heat #heat_main .heat_detail .heat_flex .photo {
      width: 49.5%;
      margin-bottom: 15px; }
  #heat #heat_main .heat_detail dl {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px; }
    #heat #heat_main .heat_detail dl dt {
      display: inline-block;
      padding: 7px 30px;
      background: #E95B2B;
      color: #fff;
      margin-right: 15px;
      font-weight: 500; }
    #heat #heat_main .heat_detail dl dd {
      display: inline-block; }
  #heat #heat_main .heat_detail .heat_clean_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: flex-start;
    align-items: stretch; }
    #heat #heat_main .heat_detail .heat_clean_flex .box {
      width: 32%;
      margin: 0 0.5% 40px; }
      #heat #heat_main .heat_detail .heat_clean_flex .box .ttl {
        margin-top: 20px;
        margin-bottom: 5px;
        font-size: 24px;
        font-weight: 600;
        color: #EB7C33;
        line-height: 1.3; }
      #heat #heat_main .heat_detail .heat_clean_flex .box .txt {
        font-size: 18px;
        line-height: 1.5; }
      @media screen and (min-width: 768px) and (max-width: 1080px) {
        #heat #heat_main .heat_detail .heat_clean_flex .box {
          width: 49%; } }
#heat #heat_main .heat_txt_area {
  background: #fff;
  border: 4px #EB7C32 solid;
  padding: 50px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 80px; }
#heat #heat_main .intro .heat_txt_area {
  margin-top: 80px; }

@media screen and (max-width: 767px) {
  #heat #main_img {
    height: 40vw; }
    #heat #main_img .page_title_heat .ttl {
      bottom: 2vw; }
      #heat #main_img .page_title_heat .ttl h1 {
        font-size: 6vw; }
      #heat #main_img .page_title_heat .ttl p {
        font-size: 3.2vw; }
  #heat .open {
    width: 90%;
    margin: 5vw auto 5vw;
    text-align: center;
    padding: 3vw 0;
    border: 0.4vw #EB7C33 solid;
    color: #fff;
    background: #EB7C33;
    font-size: 4.2vw;
    border-radius: 50px;
    cursor: pointer; }
  #heat .heat_navi {
    padding: 0 0 10vw;
    display: none; }
    #heat .heat_navi ul li {
      display: block;
      margin: 0 0 1vw 0; }
      #heat .heat_navi ul li a {
        display: block;
        padding: 1.6vw 5vw;
        min-width: inherit;
        border: 0.4vw #EB7C33 solid;
        font-size: 3vw; }
        #heat .heat_navi ul li a:hover {
          color: #fff;
          background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%); }
  #heat #heat_main .intro {
    padding: 8vw 0; }
    #heat #heat_main .intro:before {
      height: 60vw; }
    #heat #heat_main .intro .ttl {
      font-size: 7vw;
      text-align: center;
      margin-bottom: 5vw; }
      #heat #heat_main .intro .ttl span {
        display: block;
        margin: 0; }
      #heat #heat_main .intro .ttl img {
        margin-top: 4vw; }
    #heat #heat_main .intro .intro_txt {
      margin: 6vw auto 6vw; }
      #heat #heat_main .intro .intro_txt .txt01 {
        font-size: 5vw;
        padding: 2vw; }
      #heat #heat_main .intro .intro_txt .txt02 {
        font-size: 3.6vw;
        padding: 2vw; }
      #heat #heat_main .intro .intro_txt .intro_flex {
        margin-top: 8vw; }
        #heat #heat_main .intro .intro_txt .intro_flex .left {
          width: 100%;
          border: 0.5vw #E95B2B solid;
          font-size: 6vw;
          padding: 2vw 0;
          margin-bottom: 4vw; }
        #heat #heat_main .intro .intro_txt .intro_flex .right {
          width: 100%;
          font-size: 4vw; }
  #heat #heat_main .heat_ttl {
    padding: 4vw 0 6vw; }
    #heat #heat_main .heat_ttl p {
      font-size: 6vw;
      text-align: center;
      line-height: 1.4; }
      #heat #heat_main .heat_ttl p span {
        font-size: 4vw;
        padding: 1vw 5vw;
        margin-left: 0; }
  #heat #heat_main .heat_detail {
    padding: 8vw 0 13vw; }
    #heat #heat_main .heat_detail .heat_flex {
      margin-bottom: 10vw; }
      #heat #heat_main .heat_detail .heat_flex .box {
        width: 100%;
        margin-bottom: 3vw; }
        #heat #heat_main .heat_detail .heat_flex .box .box_ttl {
          font-size: 5vw;
          padding: 4vw; }
        #heat #heat_main .heat_detail .heat_flex .box .box_txt {
          padding: 4vw;
          font-size: 3.4vw; }
      #heat #heat_main .heat_detail .heat_flex .photo {
        width: 100%;
        margin-bottom: 3vw; }
    #heat #heat_main .heat_detail dl {
      font-size: 20px; }
      #heat #heat_main .heat_detail dl dt {
        display: inline-block;
        padding: 7px 30px;
        background: #E95B2B;
        color: #fff;
        margin-right: 15px;
        font-weight: 500; }
    #heat #heat_main .heat_detail .heat_clean_flex .box {
      width: 100%;
      margin: 0 0.5% 6vw; }
      #heat #heat_main .heat_detail .heat_clean_flex .box .ttl {
        margin-top: 3vw;
        margin-bottom: 1vw;
        font-size: 4vw; }
      #heat #heat_main .heat_detail .heat_clean_flex .box .txt {
        font-size: 3.2vw; }
  #heat #heat_main .heat_txt_area {
    border: 0.5vw #EB7C32 solid;
    padding: 6vw;
    font-size: 3.8vw;
    margin-bottom: 10vw; }
  #heat #heat_main .intro .heat_txt_area {
    margin-top: 10vw; } }
/*=====================================================
設備
======================================================*/
#equipment #main_img {
  background-image: url("../img/equipment/equipment_main_img.png"); }
#equipment #equipment_main {
  padding: 100px 0; }
  #equipment #equipment_main .equip_ttl {
    background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%);
    padding: 20px 0;
    margin-bottom: 50px; }
    #equipment #equipment_main .equip_ttl p {
      color: #fff;
      font-size: 50px;
      font-weight: 500; }
      #equipment #equipment_main .equip_ttl p span {
        background: #fff;
        color: #E95B2B;
        font-size: 40px;
        padding: 7px 30px;
        margin-left: 30px; }
  #equipment #equipment_main .equip_ttl02 {
    color: #EB7C33;
    border: 4px #EB7C33 solid;
    font-size: 30px;
    font-weight: 500;
    padding: 20px 30px;
    line-height: 1.2;
    margin: 50px 0 0; }
  #equipment #equipment_main table {
    width: 100%;
    margin: 40px 0 80px; }
    #equipment #equipment_main table th, #equipment #equipment_main table td {
      padding: 10px 30px;
      font-size: 20px;
      border: 1px #000 solid;
      vertical-align: middle; }
    #equipment #equipment_main table th {
      background: #FDF5EF;
      font-weight: 500; }
    #equipment #equipment_main table.equip01 td:nth-child(3) {
      text-align: center; }
    #equipment #equipment_main table.equip02 td:nth-child(4) {
      text-align: center; }
    #equipment #equipment_main table.equip02 .row td:nth-child(4) {
      text-align: left; }
    #equipment #equipment_main table.equip02 .row td:nth-child(2) {
      text-align: center; }
  #equipment #equipment_main .pdf {
    border-bottom: 2px #CACACA solid;
    margin: 60px 0;
    padding: 0 0 30px; }
    #equipment #equipment_main .pdf i {
      color: #DC192A;
      font-size: 55px;
      margin-right: 20px; }
    #equipment #equipment_main .pdf a {
      color: #000000;
      line-height: 50px;
      font-size: 20px;
      display: inline-block;
      vertical-align: top; }
      #equipment #equipment_main .pdf a:hover {
        text-decoration: underline; }

@media screen and (max-width: 767px) {
  #equipment #equipment_main {
    padding: 12vw 0; }
    #equipment #equipment_main .equip_ttl {
      padding: 4vw 0;
      margin-bottom: 10vw; }
      #equipment #equipment_main .equip_ttl p {
        font-size: 8vw; }
        #equipment #equipment_main .equip_ttl p span {
          font-size: 6vw;
          padding: 1.2vw 5vw;
          margin-left: 5vw; }
    #equipment #equipment_main .equip_ttl02 {
      border: 0.5vw #EB7C33 solid;
      font-size: 5vw;
      padding: 4vw 5vw;
      margin: 8vw 0 0; }
    #equipment #equipment_main table {
      margin: 8vw 0 10vw; }
      #equipment #equipment_main table th, #equipment #equipment_main table td {
        padding: 2vw 1vw;
        font-size: 3vw;
        line-height: 1.3; }
      #equipment #equipment_main table th {
        background: #FDF5EF;
        font-weight: 500; }
      #equipment #equipment_main table.equip01 td:nth-child(3) {
        width: 9vw; }
    #equipment #equipment_main .pdf {
      border-bottom: 2px #CACACA solid;
      margin: 10vw 0;
      padding: 0 0 6vw; }
      #equipment #equipment_main .pdf i {
        font-size: 10vw;
        margin-right: 4vw; }
      #equipment #equipment_main .pdf a {
        line-height: 10vw;
        font-size: 4vw; } }
/*=====================================================
企業情報
======================================================*/
#company #main_img {
  background-image: url("../img/company/company_main_img.png"); }
#company .company_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  height: auto;
  justify-content: space-between; }
  #company .company_flex .title {
    width: 20%;
    min-width: 140px;
    text-align: center; }
    #company .company_flex .title p {
      display: inline-block;
      font-size: 60px;
      font-weight: 500;
      line-height: 1.2;
      padding: 40px 20px 0;
      position: relative; }
      #company .company_flex .title p:before {
        content: "";
        width: 100px;
        height: 10px;
        background: linear-gradient(90deg, #eb7c33 0%, #c3001b 100%);
        position: absolute;
        top: 0;
        left: 0; }
  #company .company_flex .contents {
    width: 75%;
    max-width: 1070px; }
#company #greeting {
  padding: 80px 0; }
  #company #greeting .greeting_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between; }
    #company #greeting .greeting_flex .txt {
      width: 50%; }
      #company #greeting .greeting_flex .txt .message {
        font-size: 20px; }
      #company #greeting .greeting_flex .txt .name {
        text-align: right;
        font-size: 20px;
        font-weight: 600;
        margin-top: 30px; }
        #company #greeting .greeting_flex .txt .name strong {
          font-size: 30px; }
    #company #greeting .greeting_flex .photo {
      width: 45%;
      min-width: 350px; }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      #company #greeting .greeting_flex .txt {
        width: 95%;
        margin-bottom: 40px; }
      #company #greeting .greeting_flex .photo {
        width: 60%; } }
#company #profile {
  background: #f8f8f8;
  padding: 100px 0; }
  #company #profile table {
    width: 100%;
    margin-bottom: 60px; }
    #company #profile table th, #company #profile table td {
      background: #fff;
      border-bottom: 10px #f8f8f8 solid;
      padding: 25px 20px;
      font-size: 20px; }
    #company #profile table th {
      width: 25%;
      min-width: 180px;
      color: #E95B2B;
      text-align: left;
      padding-left: 60px; }
#company #history {
  padding: 100px 0; }
  #company #history table {
    width: 100%;
    margin-bottom: 60px; }
    #company #history table th, #company #history table td {
      background: #f8f8f8;
      border-bottom: 10px #fff solid;
      padding: 25px 20px;
      font-size: 20px; }
    #company #history table th {
      width: 25%;
      min-width: 180px;
      color: #E95B2B;
      text-align: left;
      padding-left: 60px; }
#company .gmap {
  width: 100%;
  padding-top: 590px;
  position: relative; }
  #company .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 767px) {
  #company .company_flex .title {
    width: 100%;
    min-width: none;
    margin-bottom: 50px; }
    #company .company_flex .title p {
      display: block;
      font-size: 8vw;
      padding: 0 0 2vw; }
      #company .company_flex .title p:before {
        content: "";
        width: 12vw;
        height: 1.2vw;
        top: 100%;
        left: 50%;
        transform: translateX(-50%); }
  #company .company_flex .contents {
    width: 100%;
    max-width: 1070px; }
  #company #greeting {
    padding: 12vw 0; }
    #company #greeting .greeting_flex {
      justify-content: center; }
      #company #greeting .greeting_flex .txt {
        width: 100%;
        margin-bottom: 6vw; }
        #company #greeting .greeting_flex .txt .message {
          font-size: 4vw; }
        #company #greeting .greeting_flex .txt .name {
          font-size: 4vw;
          margin-top: 6vw; }
          #company #greeting .greeting_flex .txt .name strong {
            font-size: 5vw; }
      #company #greeting .greeting_flex .photo {
        width: 80%;
        min-width: none;
        text-align: center; }
  #company #profile {
    padding: 15vw 0; }
    #company #profile table th, #company #profile table td {
      border-bottom: 1.6vw #f8f8f8 solid;
      padding: 4vw 3vw;
      font-size: 3.2vw; }
    #company #profile table th {
      width: 28%;
      min-width: inherit;
      padding-left: 4vw; }
  #company #history {
    padding: 15vw 0; }
    #company #history table th, #company #history table td {
      border-bottom: 1.6vw #fff solid;
      padding: 4vw 3vw;
      font-size: 3.2vw; }
    #company #history table th {
      width: 28%;
      min-width: inherit;
      padding-left: 4vw; }
  #company .gmap {
    padding-top: 80vw; } }
/*=====================================================
お問い合わせ
======================================================*/
#contact #contact_main .contact_txt {
  padding: 50px 0; }
  #contact #contact_main .contact_txt p {
    font-size: 20px; }
    #contact #contact_main .contact_txt p span {
      color: #E95B2B; }
  #contact #contact_main .contact_txt .privacy_ttl {
    font-size: 40px;
    font-weight: 500;
    text-align: center; }
  #contact #contact_main .contact_txt .privacy_txt {
    font-size: 20px;
    margin-top: 30px; }
    #contact #contact_main .contact_txt .privacy_txt a {
      color: #000; }
#contact #contact_main .form_area {
  background: #F7F7F7;
  padding: 80px 0; }
  #contact #contact_main .form_area dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 80px; }
    #contact #contact_main .form_area dl div {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: flex-start;
      height: auto;
      justify-content: space-between;
      align-items: stretch;
      width: 100%; }
    #contact #contact_main .form_area dl dt, #contact #contact_main .form_area dl dd {
      background: #fff;
      padding: 10px 30px;
      text-align: left;
      font-size: 20px;
      margin-bottom: 15px; }
    #contact #contact_main .form_area dl dt {
      width: 30%; }
      #contact #contact_main .form_area dl dt span {
        color: #FC0000; }
    #contact #contact_main .form_area dl dd {
      width: 68%;
      font-size: 18px; }
      #contact #contact_main .form_area dl dd input[type=text], #contact #contact_main .form_area dl dd input[type=email], #contact #contact_main .form_area dl dd input[type=tel], #contact #contact_main .form_area dl dd textarea {
        border: 1px #ccc solid;
        padding: 5px 10px;
        font-size: 15px;
        box-sizing: border-box;
        width: 100%; }
      #contact #contact_main .form_area dl dd select {
        border: 1px #ccc solid;
        padding: 5px 10px;
        font-size: 15px; }
  #contact #contact_main .form_area .btn_area {
    text-align: center; }
    #contact #contact_main .form_area .btn_area input[type=submit], #contact #contact_main .form_area .btn_area input[type=reset] {
      background: linear-gradient(90deg, #eb7c33 0%, #c3001b 100%);
      border: none;
      padding: 20px 10px;
      width: 40%;
      max-width: 300px;
      color: #fff;
      cursor: pointer;
      font-size: 24px;
      border-radius: 100px;
      font-weight: 500;
      margin: 0 10px; }
      #contact #contact_main .form_area .btn_area input[type=submit]:hover, #contact #contact_main .form_area .btn_area input[type=reset]:hover {
        opacity: 0.7;
        transition: 0.3s; }
    #contact #contact_main .form_area .btn_area input[type=reset] {
      background: #E95B2B; }
  #contact #contact_main .form_area .wpcf7-spinner {
    display: none; }

@media screen and (max-width: 767px) {
  #contact #contact_main .contact_txt {
    padding: 10vw 0; }
    #contact #contact_main .contact_txt p {
      font-size: 3.6vw; }
  #contact #contact_main .form_area {
    padding: 12vw 0; }
    #contact #contact_main .form_area dl {
      margin-bottom: 10vw; }
      #contact #contact_main .form_area dl dt, #contact #contact_main .form_area dl dd {
        padding: 3vw 5vw;
        font-size: 3.4vw;
        margin-bottom: 3vw; }
      #contact #contact_main .form_area dl dt {
        width: 100%;
        font-weight: 600;
        margin-bottom: 0;
        padding-bottom: 2vw; }
      #contact #contact_main .form_area dl dd {
        width: 100%;
        padding-top: 0;
        font-size: 3.2vw; }
        #contact #contact_main .form_area dl dd input[type=text], #contact #contact_main .form_area dl dd input[type=email], #contact #contact_main .form_area dl dd input[type=tel], #contact #contact_main .form_area dl dd textarea {
          padding: 1vw  2vw;
          font-size: 3.2vw; }
        #contact #contact_main .form_area dl dd select {
          padding: 1vw 2vw;
          font-size: 3.2vw; }
    #contact #contact_main .form_area .btn_area input[type=submit], #contact #contact_main .form_area .btn_area input[type=reset] {
      padding: 4vw 2vw;
      width: 40%;
      font-size: 3.8vw;
      margin: 0 2vw; } }
/*=====================================================
新着情報
======================================================*/
#news .news_intro {
  padding: 30px 0 100px; }
  #news .news_intro p {
    font-size: 50px;
    font-weight: 600;
    position: relative;
    display: inline-block; }
    #news .news_intro p:after {
      content: "";
      width: 100%;
      height: 10px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: linear-gradient(90deg, #eb7c33 0%, #c3001b 100%); }
#news #news_contents {
  background: #F7F7F7;
  padding: 80px 0; }
  #news #news_contents .news_list ul {
    width: 100%; }
    #news #news_contents .news_list ul li {
      background: #fff;
      margin: 0 0 20px;
      padding: 20px; }
      #news #news_contents .news_list ul li .post {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start;
        height: auto;
        justify-content: space-between;
        align-items: center;
        font-size: 20px; }
        #news #news_contents .news_list ul li .post .date {
          width: 250px;
          text-align: center; }
        #news #news_contents .news_list ul li .post .post_ttl {
          width: calc(100% - 270px); }
          #news #news_contents .news_list ul li .post .post_ttl a {
            color: #000;
            font-weight: 500; }
            #news #news_contents .news_list ul li .post .post_ttl a:hover {
              text-decoration: underline; }
  #news #news_contents .news_detail {
    background: #fff;
    padding: 80px; }
    #news #news_contents .news_detail .post .date {
      font-size: 20px; }
    #news #news_contents .news_detail .post .post_ttl {
      font-size: 40px;
      font-weight: 500;
      border-bottom: 1px #707070 solid;
      margin-bottom: 50px; }
#news .pagenavi {
  text-align: center;
  padding: 50px 0; }
  #news .pagenavi .pager dd {
    display: inline-block;
    margin: 0 5px; }
    #news .pagenavi .pager dd a {
      font-size: 20px;
      font-weight: 400;
      text-decoration: none;
      padding: 15px 18px;
      display: inline-block;
      line-height: 1;
      margin: 0 5px;
      border-radius: 50px;
      line-height: 1;
      background: #EB7C33;
      color: #fff; }
      #news .pagenavi .pager dd a:hover {
        opacity: 0.7; }
    #news .pagenavi .pager dd.to_list a {
      background: #E95B2B;
      padding: 15px 40px; }

@media screen and (max-width: 767px) {
  #news .news_intro {
    padding: 6vw 0 12vw; }
    #news .news_intro p {
      font-size: 7vw; }
      #news .news_intro p:after {
        height: 1.2vw; }
  #news #news_contents {
    padding: 10vw 0; }
    #news #news_contents .news_list ul li {
      margin: 0 0 4vw;
      padding: 4vw; }
      #news #news_contents .news_list ul li .post {
        font-size: 3.8vw; }
        #news #news_contents .news_list ul li .post .date {
          width: 100%;
          text-align: left; }
        #news #news_contents .news_list ul li .post .post_ttl {
          width: 100%; }
    #news #news_contents .news_detail {
      padding: 6vw; }
      #news #news_contents .news_detail .post .date {
        font-size: 3.4vw; }
      #news #news_contents .news_detail .post .post_ttl {
        font-size: 5vw;
        margin-bottom: 10vw; }
  #news .pagenavi {
    padding: 10vw 0; }
    #news .pagenavi .pager dd {
      margin: 0 1vw; }
      #news .pagenavi .pager dd a {
        font-size: 3.8vw;
        padding: 3vw 3.6vw;
        margin: 0 1vw; }
      #news .pagenavi .pager dd.to_list a {
        padding: 3vw 6vw; } }
/*=====================================================
リクルート
======================================================*/
#recruit #main_img {
  margin-bottom: 10px; }
  #recruit #main_img .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    #recruit #main_img .bg img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      opacity: 0.7;
      z-index: 3; }
    #recruit #main_img .bg:before, #recruit #main_img .bg:after {
      content: "";
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1; }
    #recruit #main_img .bg:before {
      left: 0;
      background-position: top left;
      background-image: url("../img/recruit/recruit_top_main_img01.png"); }
    #recruit #main_img .bg:after {
      right: 0;
      background-position: top right;
      background-image: url("../img/recruit/recruit_top_main_img02.png"); }
  #recruit #main_img .page_title {
    z-index: 3;
    left: 50%;
    max-width: 700px;
    width: 50%;
    height: 300px;
    bottom: -150px;
    transform: translateX(-50%); }
    #recruit #main_img .page_title .ttl {
      text-align: center;
      width: 100%;
      left: 0;
      transform: translate(0, -50%); }
    #recruit #main_img .page_title:after {
      background: rgba(233, 91, 43, 0.9); }
#recruit #recruit_main_img {
  height: 525px;
  position: relative; }
  #recruit #recruit_main_img .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    #recruit #recruit_main_img .bg img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      opacity: 0.7;
      z-index: 3; }
    #recruit #recruit_main_img .bg:before, #recruit #recruit_main_img .bg:after {
      content: "";
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1; }
    #recruit #recruit_main_img .bg:before {
      left: 0;
      background-position: top left;
      background-image: url("../img/recruit/recruit_main_img01.png"); }
    #recruit #recruit_main_img .bg:after {
      right: 0;
      background-position: top right;
      background-image: url("../img/recruit/recruit_main_img02.png"); }
  #recruit #recruit_main_img .page_title {
    position: absolute;
    bottom: 40px;
    left: 5%;
    z-index: 3; }
    #recruit #recruit_main_img .page_title .ttl {
      text-align: left;
      color: #fff; }
      #recruit #recruit_main_img .page_title .ttl h1 {
        font-size: 55px;
        font-weight: 500;
        line-height: 1; }
      #recruit #recruit_main_img .page_title .ttl p {
        font-size: 25px;
        font-weight: 500; }
#recruit #recruit_top_intro {
  margin-top: 100px;
  padding: 80px 0 150px; }
  #recruit #recruit_top_intro .ttl {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center; }
  #recruit #recruit_top_intro .txt {
    font-size: 22px;
    max-width: 1120px;
    margin: 0 auto; }
  #recruit #recruit_top_intro .rec_navi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 80px; }
    #recruit #recruit_top_intro .rec_navi a {
      width: 32%;
      display: block;
      border: 1px #000 solid;
      color: #000;
      text-align: center;
      font-size: 28px;
      padding: 80px 0; }
      #recruit #recruit_top_intro .rec_navi a span {
        font-size: 50px;
        font-weight: 600; }
      #recruit #recruit_top_intro .rec_navi a:hover {
        background: #E95B2B;
        border: 1px #E95B2B solid;
        color: #fff;
        transition: 0.3s; }
#recruit .rec_top_photo {
  height: 690px;
  width: 100%;
  background: url("../img/recruit/rec_top01.png") no-repeat center;
  background-size: cover; }
  #recruit .rec_top_photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 3; }
#recruit .recruit_navi {
  padding: 40px 0 50px; }
  #recruit .recruit_navi ul li {
    display: inline-block;
    margin: 0 10px 10px 0; }
    #recruit .recruit_navi ul li a {
      display: inline-block;
      padding: 8px 30px;
      border: 3px #EB7C33 solid;
      border-radius: 50px;
      color: #E95B2B;
      font-size: 20px;
      line-height: 1.3; }
      #recruit .recruit_navi ul li a:hover {
        color: #fff;
        background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%); }
#recruit.recruit_number .recruit_navi .nav_rec01 a {
  background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%);
  color: #fff; }
#recruit.recruit_staff .recruit_navi .nav_rec02 a {
  background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%);
  color: #fff; }
#recruit .rec_ttl {
  background: linear-gradient(90deg, #e95b2b 0%, #e95b2b 50%, #eb7c33 51%, #eb7c33 100%); }
  #recruit .rec_ttl h3 {
    background: #EB7C33;
    padding: 20px 40px;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2; }
    #recruit .rec_ttl h3 span {
      font-size: 90px;
      font-weight: 600;
      margin-right: 30px; }
#recruit #number_main {
  background: #F7F7F7;
  padding-bottom: 80px; }
  #recruit #number_main .ttl {
    margin: 50px 0;
    padding: 10px 0;
    border-bottom: 2px #000 solid;
    color: #000;
    font-size: 25px;
    font-weight: 500; }
  #recruit #number_main .number_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between; }
    #recruit #number_main .number_flex .box {
      width: 49.5%;
      margin-bottom: 10px; }
#recruit #staff_main {
  background: #F7F7F7;
  padding-bottom: 80px; }
  #recruit #staff_main .staff_ttl {
    color: #EB7C32;
    border: 6px #EB7C32 solid;
    padding: 30px 40px;
    font-size: 30px;
    font-weight: 500;
    margin: 50px 0; }
  #recruit #staff_main .staff_txt_area {
    background: #fff;
    margin-bottom: 100px;
    padding: 40px 60px; }
    #recruit #staff_main .staff_txt_area .ttl {
      font-size: 30px;
      color: #000;
      font-weight: 500;
      margin-bottom: 20px;
      line-height: 1.3; }
    #recruit #staff_main .staff_txt_area .txt {
      font-size: 20px;
      margin-bottom: 40px; }
  #recruit #staff_main .person {
    background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 50%, white 50%, white 100%);
    padding: 50px 0 50px 50px; }
    #recruit #staff_main .person .photo {
      padding-left: 10%;
      margin-bottom: 20px; }
    #recruit #staff_main .person .profile {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: flex-start;
      height: auto;
      color: #fff;
      font-weight: 500; }
      #recruit #staff_main .person .profile .name {
        font-size: 50px;
        line-height: 1.1;
        margin-right: 20px; }
      #recruit #staff_main .person .profile .detail {
        font-size: 20px;
        line-height: 1.3; }
      @media screen and (min-width: 768px) and (max-width: 1080px) {
        #recruit #staff_main .person .profile .name {
          width: 100%;
          margin-bottom: 15px;
          font-size: 40px; }
        #recruit #staff_main .person .profile .detail {
          font-size: 16px; } }

@media screen and (max-width: 767px) {
  #recruit #main_img {
    margin-bottom: 20vw; }
    #recruit #main_img .page_title {
      left: 50%;
      max-width: 700px;
      width: 80%;
      height: 30vw;
      bottom: -15vw;
      transform: translateX(-50%); }
      #recruit #main_img .page_title .ttl {
        text-align: center;
        width: 100%;
        left: 0;
        transform: translate(0, -50%); }
      #recruit #main_img .page_title:after {
        background: rgba(233, 91, 43, 0.9); }
  #recruit #recruit_main_img {
    height: 40vw; }
    #recruit #recruit_main_img .page_title {
      bottom: 1vw; }
      #recruit #recruit_main_img .page_title .ttl h1 {
        font-size: 7vw; }
      #recruit #recruit_main_img .page_title .ttl p {
        font-size: 4vw; }
  #recruit #recruit_top_intro {
    margin-top: 0vw;
    padding: 10vw 0 15vw; }
    #recruit #recruit_top_intro .ttl {
      font-size: 8vw;
      margin-bottom: 3vw; }
    #recruit #recruit_top_intro .txt {
      font-size: 3.8vw; }
    #recruit #recruit_top_intro .rec_navi {
      margin-top: 10vw; }
      #recruit #recruit_top_intro .rec_navi a {
        width: 100%;
        margin-bottom: 5vw;
        font-size: 4vw;
        padding: 6vw 0; }
        #recruit #recruit_top_intro .rec_navi a span {
          font-size: 10vw; }
  #recruit .rec_top_photo {
    height: 50vw; }
  #recruit .recruit_navi {
    padding: 10vw 0 10vw; }
    #recruit .recruit_navi ul li {
      display: block;
      margin: 0 0 1vw 0; }
      #recruit .recruit_navi ul li a {
        display: block;
        padding: 1.6vw 5vw;
        min-width: inherit;
        border: 0.4vw #EB7C33 solid;
        font-size: 3vw; }
        #recruit .recruit_navi ul li a:hover {
          color: #fff;
          background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 52%, #c3001b 100%); }
  #recruit .rec_ttl h3 {
    padding: 4vw 4vw;
    font-size: 6vw; }
    #recruit .rec_ttl h3 span {
      font-size: 10vw;
      margin-right: 4vw; }
  #recruit #number_main {
    padding-bottom: 10vw; }
    #recruit #number_main .ttl {
      margin: 8vw 0;
      padding: 2vw 0;
      font-size: 4vw; }
    #recruit #number_main .number_flex .box {
      width: 100%;
      margin-bottom: 2vw; }
  #recruit #staff_main {
    padding-bottom: 10vw; }
    #recruit #staff_main .staff_ttl {
      border: 0.8vw #EB7C32 solid;
      padding: 4vw;
      font-size: 5vw;
      margin: 8vw 0; }
    #recruit #staff_main .staff_txt_area {
      margin-bottom: 15vw;
      padding: 5vw 4vw; }
      #recruit #staff_main .staff_txt_area .ttl {
        font-size: 4.5vw;
        margin-bottom: 4vw;
        line-height: 1.3; }
      #recruit #staff_main .staff_txt_area .txt {
        font-size: 3.2vw;
        margin-bottom: 6vw; }
    #recruit #staff_main .person {
      background: linear-gradient(90deg, #eb7c33 0%, #eb7c33 70%, white 70%, white 100%);
      padding: 8vw 0 6vw 5vw; }
      #recruit #staff_main .person .photo {
        padding-left: 5%;
        margin-bottom: 4vw; }
      #recruit #staff_main .person .profile .name {
        width: 100%;
        font-size: 6vw;
        margin-right: 0;
        margin-bottom: 2vw; }
      #recruit #staff_main .person .profile .detail {
        font-size: 3.2vw; } }
/*=====================================================
サイトマップ
======================================================*/
#sitemap #sitemap_main {
  background: #F7F7F7;
  padding: 80px 0; }
  #sitemap #sitemap_main .sitemap_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    flex-wrap: nowrap; }
    #sitemap #sitemap_main .sitemap_flex .page {
      display: block;
      width: 280px;
      background: #fff;
      border: 1px #868686 solid;
      position: relative;
      color: #000;
      font-size: 24px;
      padding: 10px 30px; }
      #sitemap #sitemap_main .sitemap_flex .page:after {
        content: "";
        width: 40px;
        height: 1px;
        background: #868686;
        position: absolute;
        top: 32px;
        left: 100%; }
    #sitemap #sitemap_main .sitemap_flex .layer01 {
      padding-right: 40px;
      position: relative; }
    #sitemap #sitemap_main .sitemap_flex .layer02 {
      padding-left: 40px;
      position: relative; }
      #sitemap #sitemap_main .sitemap_flex .layer02 .page:after {
        left: inherit;
        right: 100%; }
      #sitemap #sitemap_main .sitemap_flex .layer02 .layer02_flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start;
        height: auto;
        margin-bottom: 30px; }
        #sitemap #sitemap_main .sitemap_flex .layer02 .layer02_flex .right {
          margin-left: 20px; }
          #sitemap #sitemap_main .sitemap_flex .layer02 .layer02_flex .right ul li a {
            color: #000;
            font-size: 22px;
            text-decoration: underline; }
            #sitemap #sitemap_main .sitemap_flex .layer02 .layer02_flex .right ul li a:hover {
              text-decoration: none; }
        #sitemap #sitemap_main .sitemap_flex .layer02 .layer02_flex:last-child {
          margin-bottom: 0; }
      #sitemap #sitemap_main .sitemap_flex .layer02:before {
        content: "";
        height: calc(100% - 64px);
        width: 1px;
        background: #868686;
        position: absolute;
        left: 0;
        top: 33px; }

@media screen and (max-width: 767px) {
  #sitemap #sitemap_main {
    padding: 12vw 0; }
    #sitemap #sitemap_main .sitemap_flex {
      flex-wrap: wrap; }
      #sitemap #sitemap_main .sitemap_flex .page {
        display: block;
        width: 60vw;
        font-size: 4vw;
        padding: 2vw 5vw; }
        #sitemap #sitemap_main .sitemap_flex .page:after {
          display: none; }
      #sitemap #sitemap_main .sitemap_flex .layer01 {
        width: 100%;
        padding-right: 0; }
      #sitemap #sitemap_main .sitemap_flex .layer02 {
        padding-left: 5.3vw;
        margin-left: 6vw;
        margin-top: 6vw; }
        #sitemap #sitemap_main .sitemap_flex .layer02 .page:after {
          display: block;
          left: inherit;
          right: 100%;
          top: 6vw;
          width: 5.3vw; }
        #sitemap #sitemap_main .sitemap_flex .layer02 .layer02_flex {
          margin-bottom: 5vw; }
          #sitemap #sitemap_main .sitemap_flex .layer02 .layer02_flex .right {
            width: 100%;
            margin-left: 4vw;
            margin-top: 2vw; }
            #sitemap #sitemap_main .sitemap_flex .layer02 .layer02_flex .right ul li a {
              font-size: 3.6vw; }
          #sitemap #sitemap_main .sitemap_flex .layer02 .layer02_flex:last-child {
            margin-bottom: 0; }
        #sitemap #sitemap_main .sitemap_flex .layer02:before {
          content: "";
          height: calc(100% + 0.8vw);
          width: 1px;
          background: #868686;
          position: absolute;
          left: 0;
          top: -6vw; } }
