@charset "UTF-8";
/*=====================================================
TOP
======================================================*/
#top {
  padding-top: 0; }
  #top header {
    background: rgba(255, 255, 255, 0.8); }
  #top #mainvisual {
    width: 100%;
    height: 100vh;
    position: relative; }
    #top #mainvisual .filter {
      width: 100%;
      height: 100vh;
      background: url("../img/top/filter.svg");
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      mix-blend-mode: multiply; }
    #top #mainvisual .video {
      position: relative;
      padding-top: 100vh; }
      #top #mainvisual .video video {
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    #top #mainvisual .copy_area {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 90%;
      max-width: 960px;
      text-align: center;
      transform: translate(-50%, -50%);
      z-index: 2; }
      #top #mainvisual .copy_area .copy_box {
        display: none; }
        #top #mainvisual .copy_area .copy_box .txt01 {
          font-size: 60px;
          font-weight: 900;
          color: #000; }
        #top #mainvisual .copy_area .copy_box .txt02, #top #mainvisual .copy_area .copy_box .txt03 {
          background: #000;
          font-family: 'Noto Serif JP', serif;
          font-size: 50px;
          font-weight: 700;
          color: #fff;
          margin: 10px 0;
          overflow: hidden;
          white-space: nowrap;
          display: block;
          width: 0; }
  #top #top_intro {
    background-color: #3CA88A;
    background-image: url("../img/top/about_logo.svg");
    background-repeat: no-repeat;
    background-position: -5% 0;
    position: relative; }
    #top #top_intro .txt_wrap {
      max-width: 1100px;
      width: 100%;
      margin: 80px auto 280px;
      color: #fff;
      text-align: left; }
      #top #top_intro .txt_wrap .ttl {
        font-size: 74px;
        font-weight: 700; }
      #top #top_intro .txt_wrap .txt {
        font-size: 35px;
        font-family: 'Noto Serif JP', serif; }
    #top #top_intro:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      border: 100vw transparent solid;
      border-bottom: 200px #fff solid; }
  #top .sub {
    font-size: 28px;
    font-weight: 900;
    border: 1px #000 solid;
    padding: 10px 30px; }
  #top .top_ttl {
    font-size: 60px;
    font-weight: 900;
    margin: 30px 0; }
  #top .top_txt {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 50px; }
  #top .top_btn {
    background: linear-gradient(90deg, #01826a 0%, #086c68 30%, #087469 45%, #07926c 60%);
    display: block;
    overflow: hidden;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 15px 30px;
    font-size: 30px;
    font-weight: 400;
    position: relative; }
    #top .top_btn span {
      position: relative;
      z-index: 2; }
    #top .top_btn .arrow {
      position: absolute;
      top: 50%;
      right: 30px;
      z-index: 2;
      transform: translateY(-50%); }
    #top .top_btn:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      border-radius: 30px;
      background: #07926C;
      z-index: 1; }
    #top .top_btn:hover {
      opacity: 0.7; }
  #top #top_about {
    padding: 0 0 80px; }
    #top #top_about .about_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; }
      #top #top_about .about_flex .box {
        width: 28%;
        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: center;
        text-align: center; }
        #top #top_about .about_flex .box img {
          margin: auto; }
        #top #top_about .about_flex .box .ttl {
          font-size: 32px;
          font-weight: 600;
          margin: 20px 0 30px;
          width: 100%;
          line-height: 1.3; }
        #top #top_about .about_flex .box .txt {
          font-size: 20px;
          font-weight: 500;
          text-align: left; }
        #top #top_about .about_flex .box.box01 {
          margin-top: 140px; }
        #top #top_about .about_flex .box.box02 {
          margin-top: 40px; }
    #top #top_about .about_flex02 {
      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: flex-end; }
      #top #top_about .about_flex02 .box {
        width: 48%; }
      #top #top_about .about_flex02 .about_txt {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 100px; }
  #top #top_company {
    padding: 100px 0;
    background: url("../img/top/suwako.jpg") no-repeat center;
    background-size: cover;
    position: relative; }
    #top #top_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;
      align-items: flex-end;
      position: relative;
      z-index: 2; }
      #top #top_company .company_flex .box {
        width: 48%; }
      #top #top_company .company_flex .sub {
        border: 1px #fff solid;
        color: #fff; }
      #top #top_company .company_flex .top_ttl {
        color: #fff; }
      #top #top_company .company_flex .top_txt {
        color: #fff;
        margin-bottom: 0; }
    #top #top_company .filter {
      width: 100%;
      height: 100vh;
      background: url("../img/top/filter.svg");
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      mix-blend-mode: multiply; }
  #top #top_machining {
    padding: 80px 0; }
    #top #top_machining .machining_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: flex-end;
      position: relative;
      z-index: 2; }
      #top #top_machining .machining_flex .box {
        width: 48%; }
  #top #top_recruit {
    padding: 80px 0;
    background: url("../img/top/rec_img.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff; }
    #top #top_recruit .rec_ttl {
      font-size: 74px;
      font-weight: 700;
      margin-bottom: 50px;
      position: relative; }
      #top #top_recruit .rec_ttl:after {
        content: "";
        width: 150px;
        height: 6px;
        background: #fff;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%); }
    #top #top_recruit .rec_txt {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 50px; }
      #top #top_recruit .rec_txt a {
        color: #fff; }
        #top #top_recruit .rec_txt a:hover {
          text-decoration: underline; }
    #top #top_recruit .rec_btn {
      background: linear-gradient(191deg, #30C94B 0%, #0F70D5 56%, #146FCD 64%, #3A6694 100%);
      border: 8px #fff solid;
      font-size: 50px;
      font-weight: 700;
      display: block;
      padding: 50px 0;
      margin: 0 auto;
      color: #fff;
      max-width: 1300px;
      width: 100%;
      border-radius: 150px; }
      #top #top_recruit .rec_btn:hover {
        opacity: 0.7; }
  #top #top_news {
    padding: 80px 0;
    background: #EFEFEF; }
    #top #top_news .news_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; }
      #top #top_news .news_flex .left {
        width: 220px;
        text-align: center; }
        #top #top_news .news_flex .left .news_ttl {
          font-size: 74px;
          font-weight: 700;
          margin-bottom: 50px;
          position: relative; }
          #top #top_news .news_flex .left .news_ttl:after {
            content: "";
            width: 150px;
            height: 6px;
            background: #000;
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%); }
      #top #top_news .news_flex .right {
        width: calc(100% - 280px); }
        #top #top_news .news_flex .right ul li {
          background: #fff;
          margin-bottom: 20px;
          padding: 20px; }
          #top #top_news .news_flex .right ul li a {
            color: #000;
            text-decoration: underline; }
            #top #top_news .news_flex .right ul li a:hover {
              text-decoration: none; }
    #top #top_news .top_btn {
      max-width: 520px;
      width: 100%;
      margin: 50px auto 0; }

/*top*/
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #top #mainvisual .copy_area .copy_box .txt01 {
    font-size: calc(40px + 20 * (100vw - 768px) / 532); }
  #top #mainvisual .copy_area .copy_box .txt02, #top #mainvisual .copy_area .copy_box .txt03 {
    font-size: calc(30px + 20 * (100vw - 768px) / 532); }
  #top #top_intro {
    background-size: 45vw; }
    #top #top_intro .txt_wrap .ttl {
      font-size: calc(54px + 20 * (100vw - 768px) / 532); }
    #top #top_intro .txt_wrap .txt {
      font-size: calc(25px + 10 * (100vw - 768px) / 532); }
  #top .sub {
    font-size: calc(18px + 10 * (100vw - 768px) / 532); }
  #top .top_ttl {
    font-size: calc(40px + 20 * (100vw - 768px) / 532); }
  #top .top_txt {
    font-size: calc(18px + 18 * (100vw - 768px) / 532); }
  #top .top_btn {
    border-radius: 10px;
    padding: 15px 10px;
    font-size: calc(20px + 10 * (100vw - 768px) / 532); }
    #top .top_btn .arrow {
      right: 20px; }
  #top #top_about .about_flex {
    margin-bottom: 50px; }
    #top #top_about .about_flex .box {
      width: 31%; }
      #top #top_about .about_flex .box .ttl {
        font-size: calc(22px + 10 * (100vw - 768px) / 532); }
      #top #top_about .about_flex .box .txt {
        font-size: calc(16px + 4 * (100vw - 768px) / 532); }
  #top #top_about .about_flex02 .box {
    width: 49%; }
  #top #top_about .about_flex02 .about_txt {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 100px; }
  #top #top_company .company_flex .box {
    width: 49%; }
  #top #top_machining .machining_flex .box {
    width: 49%; }
  #top #top_recruit .rec_ttl {
    font-size: calc(54px + 20 * (100vw - 768px) / 532); }
  #top #top_recruit .rec_txt {
    font-size: calc(20px + 20 * (100vw - 768px) / 532); }
  #top #top_recruit .rec_btn {
    font-size: calc(30px + 20 * (100vw - 768px) / 532);
    padding: calc(30px + 20 * (100vw - 768px) / 532) 0; }
  #top #top_news .news_flex .left .news_ttl {
    font-size: calc(54px + 20 * (100vw - 768px) / 532); }

  /*top*/ }
@media screen and (max-width: 767px) {
  #top #mainvisual .video {
    position: relative;
    padding-top: 100vh; }
    #top #mainvisual .video video {
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #top #mainvisual .copy_area .copy_box .txt01 {
    font-size: 8vw; }
  #top #mainvisual .copy_area .copy_box .txt02, #top #mainvisual .copy_area .copy_box .txt03 {
    font-size: 6vw;
    margin: 2vw 0; }
  #top #top_intro {
    background-position: -15% 0;
    background-size: 50%;
    position: relative; }
    #top #top_intro .txt_wrap {
      margin: 6vw auto 20vw;
      color: #fff;
      text-align: center; }
      #top #top_intro .txt_wrap .ttl {
        font-size: 7vw;
        font-weight: 700; }
      #top #top_intro .txt_wrap .txt {
        font-size: 4.2vw;
        margin-left: 20vw;
        text-align: left; }
    #top #top_intro:after {
      border: 100vw transparent solid;
      border-bottom: 15vw #fff solid; }
  #top .sub {
    font-size: 4vw;
    padding: 2vw 5vw; }
  #top .top_ttl {
    font-size: 7vw;
    margin: 4vw 0; }
  #top .top_txt {
    font-size: 4.8vw;
    margin-bottom: 6vw; }
  #top .top_btn {
    border-radius: 2vw;
    padding: 3vw 5vw;
    font-size: 4vw; }
    #top .top_btn .arrow {
      right: 6vw; }
    #top .top_btn:before {
      border-radius: 6vw; }
  #top #top_about {
    padding: 0 0 10vw; }
    #top #top_about .about_flex {
      justify-content: center;
      margin-bottom: 10vw; }
      #top #top_about .about_flex .box {
        width: 80%;
        margin-bottom: 8vw; }
        #top #top_about .about_flex .box img {
          width: 20vw; }
        #top #top_about .about_flex .box .ttl {
          font-size: 5vw;
          margin: 2vw 0 3vw; }
        #top #top_about .about_flex .box .txt {
          font-size: 4vw; }
        #top #top_about .about_flex .box.box01 {
          margin-top: 0; }
        #top #top_about .about_flex .box.box02 {
          margin-top: 0; }
    #top #top_about .about_flex02 .box {
      width: 100%; }
    #top #top_about .about_flex02 .about_txt {
      font-size: 3.6vw;
      margin-bottom: 5vw; }
  #top #top_company {
    padding: 15vw 0 10vw; }
    #top #top_company .company_flex .box {
      width: 100%;
      margin-bottom: 8vw; }
  #top #top_machining {
    padding: 10vw 0; }
    #top #top_machining .machining_flex .box {
      width: 100%;
      margin-bottom: 6vw; }
  #top #top_recruit {
    padding: 10vw 0; }
    #top #top_recruit .rec_ttl {
      font-size: 9vw;
      margin-bottom: 8vw; }
      #top #top_recruit .rec_ttl:after {
        width: 20vw;
        height: 0.8vw;
        bottom: -2vw; }
    #top #top_recruit .rec_txt {
      font-size: 5vw;
      margin-bottom: 10vw;
      text-align: left;
      display: inline-block; }
    #top #top_recruit .rec_btn {
      border: 1vw #fff solid;
      font-size: 6vw;
      padding: 6vw 0; }
  #top #top_news {
    padding: 10vw 0; }
    #top #top_news .news_flex .left {
      width: 100%;
      text-align: center; }
      #top #top_news .news_flex .left .news_ttl {
        font-size: 9vw;
        margin-bottom: 10vw; }
        #top #top_news .news_flex .left .news_ttl:after {
          width: 20vw;
          height: 1vw;
          bottom: -2vw; }
    #top #top_news .news_flex .right {
      width: 100%; }
      #top #top_news .news_flex .right ul li {
        background: #fff;
        margin-bottom: 20px;
        padding: 20px; }
        #top #top_news .news_flex .right ul li a {
          color: #000; }

  /*top*/ }
/*767px*/
/*=====================================================
諏訪ねじとは
======================================================*/
#about #main_img {
  background-image: url("../img/about/about_main_img.png"); }
#about #intro {
  background-color: #09926C;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  position: relative; }
  #about #intro .bg {
    background-image: url("../img/about/intro_bg.png");
    background-size: 70%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 1; }
  #about #intro .contents_wrap {
    z-index: 2; }
  #about #intro .copy {
    font-family: 'Noto Serif JP', serif;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 80px;
    text-shadow: 0px 0px 20px #004504ED; }
  #about #intro .copy_txt {
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    text-align: left;
    max-width: 1400px;
    margin: 0 auto 150px;
    text-shadow: 0px 0px 20px #004504ED; }
  #about #intro .request_ttl {
    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: center;
    align-items: center;
    border-bottom: 1px #fff solid;
    font-size: 45px;
    font-weight: 700;
    padding: 20px 0; }
    #about #intro .request_ttl p {
      margin-left: 20px; }
  #about #intro .request_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;
    margin: 40px 0; }
    #about #intro .request_flex .box {
      width: 32%; }
      #about #intro .request_flex .box img {
        margin-bottom: 30px; }
      #about #intro .request_flex .box .txt {
        font-size: 20px;
        text-align: left; }
  #about #intro .intro_contact {
    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: center;
    align-items: center;
    margin: 50px auto 0;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    padding: 10px 30px;
    border: 3px #fff solid;
    border-radius: 60px;
    line-height: 1;
    max-width: 630px;
    width: 100%; }
    #about #intro .intro_contact:hover {
      opacity: 0.7; }
#about .about_ttl {
  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: center;
  align-items: center;
  border-bottom: 1px #97D1C1 solid;
  font-size: 45px;
  font-weight: 700;
  padding: 20px 0; }
  #about .about_ttl img {
    margin-right: 20px; }
#about #network {
  padding: 80px 0; }
  #about #network .network_area {
    position: relative; }
    #about #network .network_area .network_txt {
      position: absolute;
      top: 40px;
      left: 0;
      max-width: 690px;
      font-size: 24px;
      font-weight: 500;
      z-index: 2; }
      @media screen and (min-width: 981px) and (max-width: 1280px) {
        #about #network .network_area .network_txt {
          max-width: 500px;
          font-size: 20px; } }
      @media screen and (min-width: 768px) and (max-width: 980px) {
        #about #network .network_area .network_txt {
          max-width: 100%;
          font-size: 20px;
          position: relative; } }
#about #number {
  background: url("../img/about/number_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  padding: 250px 0 300px;
  text-align: center;
  color: #fff; }
  #about #number .number_ttl {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 40px; }
  #about #number .number_box {
    background: rgba(0, 0, 0, 0.5);
    border: 2px #999 solid;
    padding: 50px 0px;
    margin-bottom: 60px; }
    #about #number .number_box .txt_main {
      font-size: 60px;
      font-weight: 500;
      line-height: 1;
      margin-bottom: 20px; }
      #about #number .number_box .txt_main em {
        font-size: 150px;
        margin: 0 10px;
        vertical-align: -40px; }
      #about #number .number_box .txt_main span {
        font-size: 50px; }
      @media screen and (min-width: 768px) and (max-width: 1240px) {
        #about #number .number_box .txt_main {
          font-size: calc(40px + 20 * (100vw - 768px) / 472); }
          #about #number .number_box .txt_main em {
            font-size: calc(100px + 50 * (100vw - 768px) / 472);
            vertical-align: calc(-25px + 15 * (100vw - 768px) / 472); }
          #about #number .number_box .txt_main span {
            font-size: calc(30px + 20 * (100vw - 768px) / 472); } }
    #about #number .number_box .txt_sub {
      text-align: left;
      display: inline-block;
      font-size: 24px;
      font-weight: 500; }
#about #genba {
  padding: 80px 0 0;
  text-align: center; }
  #about #genba .about_ttl {
    padding-bottom: 80px; }
  #about #genba .icon_flex {
    text-align: center;
    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: center;
    align-items: center;
    margin: 50px 0; }
    #about #genba .icon_flex .icon_box {
      margin: 10px 2%; }
  #about #genba .genba_txt {
    text-align: left;
    display: inline-block;
    font-size: 24px;
    font-weight: 500; }
  #about #genba .genba_img {
    max-width: 1920px;
    width: 100%;
    margin: 80px auto 0; }
#about #quality {
  padding: 100px 0 150px;
  background: #F5F5F5;
  text-align: center; }
  #about #quality .about_ttl {
    padding-bottom: 80px; }
  #about #quality .jidai_txt {
    text-align: left;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    margin: 100px 0;
    max-width: 1180px; }
  #about #quality .quality_ttl {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 50px; }
  #about #quality .quality_box {
    background: #fff;
    padding: 80px 40px;
    margin-bottom: 40px; }
    #about #quality .quality_box .txt {
      font-size: 24px;
      font-weight: 500;
      max-width: 1030px;
      text-align: left;
      margin: 0 auto; }
  #about #quality .quality_img {
    max-width: 1920px;
    width: 100%;
    margin: 80px auto 150px; }
  #about #quality .env_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;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%; }
    #about #quality .env_flex .box {
      background: #fff;
      padding: 80px 50px;
      width: 49%; }
      #about #quality .env_flex .box .txt {
        font-size: 24px;
        font-weight: 500;
        text-align: left; }

@media screen and (max-width: 767px) {
  #about #intro {
    padding: 15vw 0; }
    #about #intro .bg {
      background-size: 70%; }
    #about #intro .copy {
      font-size: 6vw;
      margin-bottom: 6vw;
      text-shadow: 0px 0px 4vw #004504ED; }
    #about #intro .copy_txt {
      font-size: 4vw;
      margin: 0 auto 20vw;
      text-shadow: 0px 0px 4vw #004504ED; }
    #about #intro .request_ttl {
      font-size: 6vw;
      padding: 3vw 0;
      margin-bottom: 7vw; }
      #about #intro .request_ttl img {
        max-width: 15vw; }
      #about #intro .request_ttl p {
        width: 100%;
        margin-left: 0; }
    #about #intro .request_flex {
      justify-content: center;
      margin: 6vw 0; }
      #about #intro .request_flex .box {
        width: 90%;
        margin-bottom: 6vw; }
        #about #intro .request_flex .box img {
          margin-bottom: 5vw; }
        #about #intro .request_flex .box .txt {
          font-size: 4vw; }
    #about #intro .intro_contact {
      margin: 6vw auto 0;
      font-size: 4.5vw;
      padding: 2vw 6vw;
      border: 0.6vw #fff solid;
      border-radius: 10vw; }
  #about .about_ttl {
    text-align: center;
    font-size: 6vw;
    padding: 3vw 0;
    margin-bottom: 7vw; }
    #about .about_ttl img {
      max-width: 15vw; }
    #about .about_ttl p {
      width: 100%;
      margin-left: 0; }
  #about #network {
    padding: 12vw 0; }
    #about #network .network_area .network_txt {
      position: relative;
      top: 0;
      max-width: 100%;
      font-size: 4vw;
      margin-bottom: 6vw; }
  #about #number {
    padding: 30vw 0 30vw; }
    #about #number .number_ttl {
      font-size: 8vw;
      margin-bottom: 8vw; }
    #about #number .number_box {
      padding: 10vw 5vw;
      margin-bottom: 8vw; }
      #about #number .number_box img {
        width: 15vw; }
      #about #number .number_box .txt_main {
        font-size: 7vw;
        margin-top: 5vw;
        margin-bottom: 4vw;
        line-height: 1.2; }
        #about #number .number_box .txt_main em {
          font-size: 20vw;
          margin: 0 2vw;
          vertical-align: -4vw; }
        #about #number .number_box .txt_main span {
          font-size: 8vw; }
      #about #number .number_box .txt_sub {
        font-size: 4vw; }
  #about #genba {
    padding: 12vw 0 0; }
    #about #genba .about_ttl {
      padding-bottom: 5vw; }
    #about #genba .icon_flex {
      margin: 8vw 0; }
      #about #genba .icon_flex .icon_box {
        margin: 2vw 2%; }
    #about #genba .genba_txt {
      font-size: 3.6vw; }
  #about #quality {
    padding: 15vw 0 20vw; }
    #about #quality .about_ttl {
      padding-bottom: 8vw; }
    #about #quality .jidai_txt {
      font-size: 4vw;
      margin: 6vw 0 15vw; }
    #about #quality .quality_ttl {
      font-size: 7vw;
      margin-bottom: 10vw; }
    #about #quality .quality_box {
      padding: 6vw 4vw;
      margin-bottom: 4vw; }
      #about #quality .quality_box .txt {
        font-size: 3.4vw; }
    #about #quality .quality_img {
      margin: 10vw auto; }
    #about #quality .env_flex .box {
      padding: 8vw 6vw;
      width: 100%;
      margin-bottom: 6vw; }
      #about #quality .env_flex .box .quality_ttl {
        margin-bottom: 4vw; }
      #about #quality .env_flex .box .txt {
        font-size: 3.6vw; } }
/*=====================================================
会社概要
======================================================*/
#company #main_img {
  background-image: url("../img/company/company_main_img.png"); }
#company .pagenavi {
  padding: 50px 0; }
  #company .pagenavi ul {
    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: center;
    align-items: stretch; }
    #company .pagenavi ul li {
      width: 19%;
      margin: 0 0.5%; }
      #company .pagenavi ul li a {
        border: 4px #09926C solid;
        border-radius: 50px;
        display: block;
        text-align: center;
        font-size: 23px;
        color: #09926C;
        font-weight: 500;
        line-height: 1.1;
        padding: 10px; }
        #company .pagenavi ul li a:hover {
          background: #09926C;
          color: #fff; }
#company h2 {
  font-size: 46px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 60px; }
#company #message {
  padding: 80px 0 0; }
  #company #message .message_area {
    max-width: 1920px;
    width: 100%;
    min-height: 770px;
    background: url("../img/company/ceo.png") no-repeat;
    background-position: left center;
    background-size: cover;
    position: relative; }
    #company #message .message_area .message {
      position: absolute;
      top: 50%;
      right: 5%;
      transform: translateY(-50%);
      width: 40%; }
      #company #message .message_area .message .txtbox {
        font-family: 'Noto Serif JP', serif;
        text-align: left;
        font-size: 24px;
        font-weight: 500; }
        #company #message .message_area .message .txtbox .name {
          text-align: right;
          margin-top: 20px; }
          #company #message .message_area .message .txtbox .name span {
            font-size: 30px; }
      @media screen and (min-width: 768px) and (max-width: 1180px) {
        #company #message .message_area .message {
          width: 45%; }
          #company #message .message_area .message .txtbox {
            font-size: calc(18px + 6 * (100vw - 768px) / 412); } }
    @media screen and (min-width: 768px) and (max-width: 1350px) {
      #company #message .message_area {
        background-position: left calc(-400px + 400 * (100vw - 768px) / 582) center; } }
#company #outline {
  background: #F5F5F5;
  padding: 100px 0; }
  #company #outline .tb_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;
    margin-bottom: 80px; }
    #company #outline .tb_flex .left {
      width: calc(100% - 470px); }
      #company #outline .tb_flex .left .name {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 20px;
        background: #93CFBE;
        padding: 5px 20px; }
      #company #outline .tb_flex .left table {
        width: 100%; }
        #company #outline .tb_flex .left table th, #company #outline .tb_flex .left table td {
          padding: 10px 20px;
          border-bottom: 15px #f5f5f5 solid;
          font-size: 22px;
          font-weight: 500; }
        #company #outline .tb_flex .left table th {
          background: #93CFBE;
          width: 30%; }
        #company #outline .tb_flex .left table td {
          background: #fff;
          padding: 10px 30px; }
          #company #outline .tb_flex .left table td img {
            margin: 0px 10px; }
    #company #outline .tb_flex .right {
      width: 430px; }
    @media screen and (min-width: 961px) and (max-width: 1280px) {
      #company #outline .tb_flex .left {
        width: calc(100% - 300px); }
        #company #outline .tb_flex .left table th, #company #outline .tb_flex .left table td {
          font-size: 18px; }
      #company #outline .tb_flex .right {
        width: 280px; } }
    @media screen and (min-width: 768px) and (max-width: 960px) {
      #company #outline .tb_flex {
        justify-content: center; }
        #company #outline .tb_flex .left {
          width: 100%;
          margin-bottom: 40px; }
        #company #outline .tb_flex .right {
          width: 70%; } }
  #company #outline hr {
    border-bottom: 1px #09926C solid;
    margin-bottom: 80px; }
#company #history {
  padding: 100px 0; }
  #company #history table {
    width: 100%;
    margin-top: 80px; }
    #company #history table th, #company #history table td {
      background: #EFEFEF;
      padding: 10px 30px;
      font-size: 24px;
      font-weight: 500;
      border-bottom: 15px #fff solid; }
    #company #history table th {
      width: 35%;
      text-align: right; }
    #company #history table td {
      text-align: left; }
#company #policy {
  padding: 200px 0;
  background: url("../img/company/policy_bg.png") no-repeat center;
  background-size: cover; }
  #company #policy .policy_box {
    background: rgba(255, 255, 255, 0.8);
    padding: 100px 50px;
    text-align: center;
    margin-top: 80px;
    font-size: 50px;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif; }
#company #access {
  padding: 100px 0 0; }
  #company #access .gmap {
    margin-top: 80px;
    position: relative;
    padding-top: 700px; }
    #company #access .gmap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media screen and (max-width: 767px) {
  #company .pagenavi {
    padding: 4vw 0; }
    #company .pagenavi ul li {
      width: 49%;
      margin: 0 0.5% 1vw; }
      #company .pagenavi ul li a {
        border: 0.6vw #09926C solid;
        font-size: 3.8vw;
        padding: 2vw; }
  #company #message {
    padding: 10vw 0 0; }
    #company #message .message_area {
      min-height: auto;
      height: 180vw;
      background-position: left top;
      background-size: 200%; }
      #company #message .message_area .message {
        position: relative;
        top: 90vw;
        right: 0;
        transform: translateY(0);
        width: 100%;
        padding: 0 5%; }
        #company #message .message_area .message .txtbox {
          font-size: 3.6vw; }
          #company #message .message_area .message .txtbox .name {
            margin-top: 4vw; }
            #company #message .message_area .message .txtbox .name span {
              font-size: 5vw; }
  #company #outline {
    padding: 15vw 0; }
    #company #outline .tb_flex {
      justify-content: center;
      margin-bottom: 10vw; }
      #company #outline .tb_flex .left {
        width: 100%; }
        #company #outline .tb_flex .left .name {
          font-size: 4vw;
          margin-bottom: 4vw;
          padding: 1vw 4vw; }
        #company #outline .tb_flex .left table th, #company #outline .tb_flex .left table td {
          padding: 2vw 4vw;
          border-bottom: 2vw #f5f5f5 solid;
          font-size: 3.8vw; }
        #company #outline .tb_flex .left table td {
          padding: 2vw 6vw; }
          #company #outline .tb_flex .left table td img {
            margin: 0px 1vw; }
      #company #outline .tb_flex .right {
        width: 100%; }
    #company #outline hr {
      margin-bottom: 10vw; }
  #company #history {
    padding: 15vw 0; }
    #company #history table {
      margin-top: 10vw; }
      #company #history table th, #company #history table td {
        padding: 2vw 4vw;
        font-size: 3.4vw; }
      #company #history table th {
        width: 30%; }
  #company #policy {
    padding: 12vw 0; }
    #company #policy .policy_box {
      padding: 10vw 5vw;
      margin-top: 10vw;
      font-size: 6vw; }
  #company #access {
    padding: 12vw 0 0; }
    #company #access .gmap {
      margin-top: 10vw;
      padding-top: 80vw; } }
/*=====================================================
取扱営業品目
======================================================*/
#lineup #main_img {
  background-image: url("../img/lineup/lineup_main_img.png"); }
#lineup #lineup_main {
  padding: 80px 0;
  background: #0A926C; }
  #lineup #lineup_main .lineup_txt01 {
    color: #fff;
    padding: 0 50px;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 80px; }
  #lineup #lineup_main .lineup_ttl {
    font-size: 30px;
    font-weight: 500;
    color: #fff; }
  #lineup #lineup_main .example {
    width: 100%;
    background: #fff;
    margin: 20px 0 80px; }
    #lineup #lineup_main .example th, #lineup #lineup_main .example td {
      padding: 30px 50px; }
    #lineup #lineup_main .example th {
      color: #09926C;
      font-size: 20px;
      font-weight: 500;
      vertical-align: middle;
      border-right: 1px solid #09926C;
      width: 35%; }
  #lineup #lineup_main .example_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: 100px; }
    #lineup #lineup_main .example_flex .box {
      width: 31%;
      margin-bottom: 30px; }
      #lineup #lineup_main .example_flex .box p {
        color: #fff;
        margin-top: 10px; }
        #lineup #lineup_main .example_flex .box p strong {
          font-size: 20px; }
  #lineup #lineup_main .special, #lineup #lineup_main .other {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 100px;
    background: #fff; }
    #lineup #lineup_main .special th, #lineup #lineup_main .special td, #lineup #lineup_main .other th, #lineup #lineup_main .other td {
      border-bottom: 1px #0A926C solid;
      line-height: 1.4; }
    #lineup #lineup_main .special th, #lineup #lineup_main .other th {
      border-right: 1px #0A926C solid; }
    #lineup #lineup_main .special thead th, #lineup #lineup_main .special thead td, #lineup #lineup_main .other thead th, #lineup #lineup_main .other thead td {
      background: #EFEFEF;
      color: #000;
      font-size: 20px;
      font-weight: 500;
      text-align: center;
      padding: 15px 0; }
    #lineup #lineup_main .special tbody th, #lineup #lineup_main .special tbody td, #lineup #lineup_main .other tbody th, #lineup #lineup_main .other tbody td {
      padding: 8px 20px; }
    #lineup #lineup_main .special tbody th, #lineup #lineup_main .other tbody th {
      font-size: 20px;
      font-weight: 500;
      color: #0A926C;
      width: 30%; }
    #lineup #lineup_main .special tbody td, #lineup #lineup_main .other tbody td {
      text-align: left; }
      #lineup #lineup_main .special tbody td dl, #lineup #lineup_main .other tbody td 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: center; }
        #lineup #lineup_main .special tbody td dl dt, #lineup #lineup_main .other tbody td dl dt {
          width: 120px; }
        #lineup #lineup_main .special tbody td dl dd, #lineup #lineup_main .other tbody td dl dd {
          width: calc(100% - 135px); }
  #lineup #lineup_main .slider-container {
    overflow: hidden;
    width: 3375px;
    height: 250px;
    margin-bottom: 80px; }
    #lineup #lineup_main .slider-container .slider-wrapper {
      display: flex;
      /* 画像を横に並べるために flex を使用 */
      align-items: stretch;
      animation: slide 30s linear infinite;
      /* スライドするアニメーション */ }
      #lineup #lineup_main .slider-container .slider-wrapper .slide {
        margin-right: 0px;
        /* 画像間の間隔を設定 */
        height: 100%; }
@keyframes slide {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-1687px); } }
@media screen and (max-width: 767px) {
  #lineup #lineup_main {
    padding: 12vw 0; }
    #lineup #lineup_main .lineup_txt01 {
      padding: 0;
      font-size: 4vw;
      margin-bottom: 12vw; }
    #lineup #lineup_main .lineup_ttl {
      font-size: 5vw; }
    #lineup #lineup_main .example {
      margin: 4vw 0 10vw; }
      #lineup #lineup_main .example th, #lineup #lineup_main .example td {
        padding: 5vw 6vw;
        width: 100%;
        display: block; }
      #lineup #lineup_main .example th {
        font-size: 4vw;
        padding-bottom: 0; }
    #lineup #lineup_main .example_flex {
      justify-content: center;
      margin-bottom: 15vw; }
      #lineup #lineup_main .example_flex .box {
        width: 100%;
        margin-bottom: 6vw; }
        #lineup #lineup_main .example_flex .box p {
          margin-top: 2vw; }
          #lineup #lineup_main .example_flex .box p strong {
            font-size: 4vw; }
    #lineup #lineup_main .special, #lineup #lineup_main .other {
      width: 100%;
      margin-top: 2vw;
      margin-bottom: 12vw; }
      #lineup #lineup_main .special thead, #lineup #lineup_main .other thead {
        width: 100%; }
        #lineup #lineup_main .special thead th, #lineup #lineup_main .special thead td, #lineup #lineup_main .other thead th, #lineup #lineup_main .other thead td {
          font-size: 3.2vw;
          padding: 3vw 0; }
      #lineup #lineup_main .special tbody, #lineup #lineup_main .other tbody {
        width: 100%; }
        #lineup #lineup_main .special tbody th, #lineup #lineup_main .special tbody td, #lineup #lineup_main .other tbody th, #lineup #lineup_main .other tbody td {
          padding: 1.6vw 2vw; }
        #lineup #lineup_main .special tbody th, #lineup #lineup_main .other tbody th {
          font-size: 3.2vw;
          width: 30%; }
        #lineup #lineup_main .special tbody td, #lineup #lineup_main .other tbody td {
          width: 70%; }
          #lineup #lineup_main .special tbody td dl, #lineup #lineup_main .other tbody td dl {
            width: 100%; }
            #lineup #lineup_main .special tbody td dl dt, #lineup #lineup_main .other tbody td dl dt {
              width: auto; }
            #lineup #lineup_main .special tbody td dl dd, #lineup #lineup_main .other tbody td dl dd {
              width: 58vw; } }
/*=====================================================
リクルート
======================================================*/
#recruit #main_img {
  background-image: url("../img/recruit/recruit_main_img.png");
  height: 750px; }
  #recruit #main_img .title_area {
    text-align: left;
    z-index: 3; }
    #recruit #main_img .title_area h1 {
      color: #fff;
      font-size: 110px;
      line-height: 1.2; }
    #recruit #main_img .title_area .h1_sub {
      color: #fff;
      font-size: 46px; }
#recruit .pagenavi {
  padding: 50px 0; }
  #recruit .pagenavi ul {
    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: center;
    align-items: stretch; }
    #recruit .pagenavi ul li {
      width: 32%;
      margin: 0 0.5%; }
      #recruit .pagenavi ul li a {
        border: 4px #09926C solid;
        border-radius: 50px;
        display: block;
        text-align: center;
        font-size: 23px;
        color: #09926C;
        font-weight: 500;
        line-height: 1.1;
        padding: 10px; }
        #recruit .pagenavi ul li a:hover {
          background: #09926C;
          color: #fff; }
      #recruit .pagenavi ul li.select a {
        background: #09926C;
        color: #fff; }
#recruit .rec_ttl {
  padding: 50px 0; }
#recruit h2 {
  font-size: 46px;
  font-weight: 600;
  color: #0A926C; }
#recruit #number {
  padding: 100px 0;
  background: #F5F5F5; }
  #recruit #number .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;
    align-items: stretch; }
    #recruit #number .number_flex .box01, #recruit #number .number_flex .box02 {
      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: center;
      justify-content: center;
      width: 32.5%;
      background: #fff;
      padding: 20px;
      border-radius: 20px;
      margin-bottom: 20px; }
    #recruit #number .number_flex .box02 {
      width: 49.5%; }
#recruit #roadmap {
  padding: 100px 0; }
  #recruit #roadmap .roadmap_txt {
    margin: 20px 40px; }
#recruit #entry .entry_wrap {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }
  #recruit #entry .entry_wrap .rec_btn {
    background: linear-gradient(191deg, #30C94B 0%, #0F70D5 56%, #146FCD 64%, #3A6694 100%);
    border: 8px #fff solid;
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    display: block;
    padding: 50px 0;
    color: #fff;
    max-width: 1120px;
    width: 90%;
    border-radius: 150px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    #recruit #entry .entry_wrap .rec_btn:hover {
      opacity: 0.7; }
#recruit #entry.require_entry {
  text-align: center;
  border-bottom: 4px #09926c solid; }
  #recruit #entry.require_entry .rec_btn {
    margin: 0 auto 80px;
    position: relative;
    top: inherit;
    left: inherit;
    transform: translateX(0); }
#recruit #advice ul.advice_navi {
  width: 100%;
  margin: 30px 0;
  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; }
  #recruit #advice ul.advice_navi li {
    position: relative;
    border-right: 4px #09926C solid; }
    #recruit #advice ul.advice_navi li:first-child {
      border-left: 4px #09926C solid; }
    #recruit #advice ul.advice_navi li a {
      padding: 5px 25px;
      font-size: 22px;
      line-height: 1.2;
      font-weight: 600;
      color: #09926C;
      display: inline-block; }
    #recruit #advice ul.advice_navi li:after {
      content: "";
      position: absolute;
      top: 95%;
      left: 50%;
      transform: translateX(-50%);
      border: 13px transparent solid;
      border-top: 13px #09926C solid;
      opacity: 0;
      transition: 0.3s; }
    #recruit #advice ul.advice_navi li:hover:after {
      top: 100%;
      opacity: 1;
      transition: 0.3s; }
#recruit #advice .person .green_bg {
  background: #0A926C; }
#recruit #advice .person .advice_wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }
#recruit #advice .person .advice_copy {
  width: 100%;
  height: 680px;
  position: relative;
  margin-bottom: 80px; }
  #recruit #advice .person .advice_copy img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  #recruit #advice .person .advice_copy .copy {
    font-family: 'Noto Serif JP', serif;
    font-size: 50px;
    font-weight: 600;
    position: absolute;
    top: 35%;
    left: 5%;
    line-height: 1.2; }
    @media screen and (min-width: 768px) and (max-width: 1800px) {
      #recruit #advice .person .advice_copy .copy {
        font-size: calc(30px + 20 * (100vw - 768px) / 1032); } }
  #recruit #advice .person .advice_copy .name_area {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 40px;
    position: absolute;
    bottom: 50px;
    left: 5%; }
    #recruit #advice .person .advice_copy .name_area p {
      color: #fff;
      line-height: 1.1;
      font-size: 26px;
      font-weight: 700; }
      #recruit #advice .person .advice_copy .name_area p span {
        font-size: 22px;
        font-weight: 500; }
      #recruit #advice .person .advice_copy .name_area p strong {
        font-size: 40px; }
#recruit #advice .person#p03 .advice_copy img {
  object-position: center right; }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    #recruit #advice .person#p03 .advice_copy img {
      object-position: calc(100% + 25vw) 0; } }
#recruit #advice .person .advice_detail {
  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: center;
  align-items: center; }
  #recruit #advice .person .advice_detail .box01 {
    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: center;
    max-width: 960px;
    width: 50%;
    height: 520px; }
    #recruit #advice .person .advice_detail .box01 img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  #recruit #advice .person .advice_detail .box02, #recruit #advice .person .advice_detail .box03 {
    max-width: 710px;
    width: 50%;
    color: #fff;
    position: relative; }
    #recruit #advice .person .advice_detail .box02 img, #recruit #advice .person .advice_detail .box03 img {
      position: absolute;
      top: 0;
      left: 0; }
    #recruit #advice .person .advice_detail .box02 .txtarea, #recruit #advice .person .advice_detail .box03 .txtarea {
      padding: 50px 30px; }
    #recruit #advice .person .advice_detail .box02 .advice_ttl01, #recruit #advice .person .advice_detail .box03 .advice_ttl01 {
      background: url("../img/recruit/advice/q_white.svg") no-repeat left top;
      padding: 20px 0 20px 80px;
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 20px;
      line-height: 1.2; }
    #recruit #advice .person .advice_detail .box02 .advice_txt, #recruit #advice .person .advice_detail .box03 .advice_txt {
      font-size: 19px; }
    #recruit #advice .person .advice_detail .box02.img_box, #recruit #advice .person .advice_detail .box03.img_box {
      height: 400px; }
  #recruit #advice .person .advice_detail .box03 {
    width: 100%; }
#recruit #advice .person .advice_detail02 {
  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: center;
  align-items: flex-start;
  margin-bottom: 150px; }
  #recruit #advice .person .advice_detail02 .box04 {
    max-width: 710px;
    width: 50%; }
    #recruit #advice .person .advice_detail02 .box04 .txtarea {
      padding: 80px 30px; }
    #recruit #advice .person .advice_detail02 .box04 .advice_ttl02 {
      background: url("../img/recruit/advice/q_green.svg") no-repeat left top;
      padding: 20px 0 20px 80px;
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #09926C; }
    #recruit #advice .person .advice_detail02 .box04 .advice_txt {
      font-size: 19px; }
#recruit #require {
  padding-bottom: 100px; }
  #recruit #require .tab {
    border-bottom: 4px #09926C solid; }
    #recruit #require .tab ul.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;
      max-width: 1520px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      bottom: -4px;
      z-index: 2; }
      #recruit #require .tab ul.tab_area li {
        width: 48%;
        border: 4px #09926C solid;
        border-radius: 0 40px 0 0;
        background: #09926C;
        color: #fff;
        font-size: 46px;
        font-weight: 500;
        padding: 50px 60px 40px;
        cursor: pointer;
        line-height: 1; }
        #recruit #require .tab ul.tab_area li.select {
          background: #fff;
          color: #09926C;
          border-bottom: none; }
        @media screen and (min-width: 768px) and (max-width: 980px) {
          #recruit #require .tab ul.tab_area li {
            font-size: 35px;
            padding: 40px; } }
  #recruit #require .contents_wrap {
    max-width: 1420px; }
  #recruit #require .contents_area {
    padding: 80px 0; }
    #recruit #require .contents_area table {
      width: 100%; }
      #recruit #require .contents_area table th, #recruit #require .contents_area table td {
        border-top: 1px #09926C solid;
        border-bottom: 1px #09926C solid;
        padding: 20px; }
      #recruit #require .contents_area table th {
        font-size: 24px;
        font-weight: 600;
        color: #09926C;
        width: 30%;
        min-width: 250px; }
      #recruit #require .contents_area table td {
        font-size: 20px; }
        #recruit #require .contents_area table td span {
          color: #09926c; }
  #recruit #require .hide {
    display: none; }

@media screen and (max-width: 767px) {
  #recruit #main_img {
    height: 100vw; }
    #recruit #main_img .title_area h1 {
      font-size: 12vw; }
    #recruit #main_img .title_area .h1_sub {
      font-size: 6vw; }
  #recruit .pagenavi {
    padding: 10vw 0; }
    #recruit .pagenavi ul li {
      width: 100%;
      margin-bottom: 2vw; }
      #recruit .pagenavi ul li a {
        border: 0.6vw #09926C solid;
        font-size: 3.6vw;
        padding: 2vw; }
  #recruit .rec_ttl {
    padding: 10vw 0; }
  #recruit h2 {
    font-size: 6vw; }
  #recruit #number {
    padding: 15vw 0; }
    #recruit #number .number_flex .box01, #recruit #number .number_flex .box02 {
      width: 100%;
      padding: 4vw;
      border-radius: 4vw;
      margin-bottom: 4vw; }
    #recruit #number .number_flex .box02 {
      width: 100%; }
  #recruit #roadmap {
    padding: 15vw 0; }
    #recruit #roadmap .roadmap_txt {
      margin: 4vw 0; }
  #recruit #entry .entry_wrap .rec_btn {
    border: 1.2vw #fff solid;
    font-size: 5vw;
    padding: 3vw 0;
    color: #fff; }
  #recruit #advice ul.advice_navi {
    margin: 0px 0 5vw; }
    #recruit #advice ul.advice_navi li {
      border-right: 0.6vw #09926C solid; }
      #recruit #advice ul.advice_navi li:first-child {
        border-left: 0.6vw #09926C solid; }
      #recruit #advice ul.advice_navi li a {
        padding: 1vw 2vw;
        font-size: 3.2vw; }
      #recruit #advice ul.advice_navi li:after {
        border: 1.8vw transparent solid;
        border-top: 1.8vw #09926C solid; }
  #recruit #advice .person .advice_copy {
    width: 100%;
    height: 60vw;
    margin-bottom: 3vw; }
    #recruit #advice .person .advice_copy .copy {
      font-size: 4vw;
      top: 30%;
      left: 5%; }
    #recruit #advice .person .advice_copy .name_area {
      padding: 2vw 3vw;
      bottom: 4vw; }
      #recruit #advice .person .advice_copy .name_area p {
        font-size: 3vw; }
        #recruit #advice .person .advice_copy .name_area p span {
          font-size: 2.6vw; }
        #recruit #advice .person .advice_copy .name_area p strong {
          font-size: 5vw; }
  #recruit #advice .person#p03 .advice_copy img {
    object-position: calc(100% + 15vw) 0; }
  #recruit #advice .person .advice_detail .order01 {
    order: 2; }
  #recruit #advice .person .advice_detail .order02 {
    order: 1; }
  #recruit #advice .person .advice_detail .order03 {
    order: 3; }
  #recruit #advice .person .advice_detail .order04 {
    order: 4; }
  #recruit #advice .person .advice_detail .box01 {
    width: 100%;
    height: auto; }
  #recruit #advice .person .advice_detail .box02, #recruit #advice .person .advice_detail .box03 {
    max-width: auto;
    width: 100%; }
    #recruit #advice .person .advice_detail .box02 img, #recruit #advice .person .advice_detail .box03 img {
      position: relative; }
    #recruit #advice .person .advice_detail .box02 .txtarea, #recruit #advice .person .advice_detail .box03 .txtarea {
      padding: 6vw 5vw; }
    #recruit #advice .person .advice_detail .box02 .advice_ttl01, #recruit #advice .person .advice_detail .box03 .advice_ttl01 {
      background-size: 8vw;
      padding: 2vw 0 4vw 10vw;
      font-size: 4.5vw;
      margin-bottom: 2vw; }
    #recruit #advice .person .advice_detail .box02 .advice_txt, #recruit #advice .person .advice_detail .box03 .advice_txt {
      font-size: 3.2vw; }
    #recruit #advice .person .advice_detail .box02.img_box, #recruit #advice .person .advice_detail .box03.img_box {
      height: 60vw;
      width: 70%; }
  #recruit #advice .person .advice_detail02 {
    margin-top: 20vw;
    margin-bottom: 12vw; }
    #recruit #advice .person .advice_detail02 .box04 {
      max-width: auto;
      width: 100%; }
      #recruit #advice .person .advice_detail02 .box04 .txtarea {
        padding: 6vw 5vw; }
      #recruit #advice .person .advice_detail02 .box04 .advice_ttl02 {
        background-size: 8vw;
        padding: 2vw 0 4vw 10vw;
        font-size: 4.5vw;
        margin-bottom: 2vw; }
      #recruit #advice .person .advice_detail02 .box04 .advice_txt {
        font-size: 3.2vw; }
  #recruit #require {
    padding-bottom: 15vw; }
    #recruit #require .tab {
      border-bottom: 0.6vw #09926C solid; }
      #recruit #require .tab ul.tab_area {
        bottom: -0.6vw;
        padding: 0 2%; }
        #recruit #require .tab ul.tab_area li {
          width: 49%;
          border: 0.6vw #09926C solid;
          border-bottom: none;
          border-radius: 0 7vw 0 0;
          font-size: 5vw;
          padding: 4vw 4vw 3vw; }
    #recruit #require .contents_area {
      padding: 10vw 0; }
      #recruit #require .contents_area table th, #recruit #require .contents_area table td {
        display: block;
        width: 100%;
        border: none;
        padding: 2vw 3vw; }
      #recruit #require .contents_area table th {
        font-size: 3.8vw;
        text-align: left;
        font-weight: 500;
        background: #09926C;
        color: #fff;
        min-width: inherit; }
      #recruit #require .contents_area table td {
        font-size: 3vw;
        margin-bottom: 6vw; } }
/*=====================================================
お問い合わせ
======================================================*/
#contact #main_img {
  background-image: url("../img/contact/contact_main_img.png");
  height: 190px; }
  #contact #main_img .title_area h1 {
    font-size: 45px;
    color: #fff; }
#contact .contents_wrap {
  max-width: 1420px; }
#contact .contact_intro {
  padding: 100px 0 50px; }
  #contact .contact_intro p {
    font-size: 20px;
    font-weight: 500; }
    #contact .contact_intro p a {
      color: #000;
      text-decoration: underline; }
    #contact .contact_intro p strong {
      color: #FC0000; }
#contact #form_area {
  background: #F5F5F5;
  padding: 100px 0; }
  #contact #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 #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 #form_area dl dt, #contact #form_area dl dd {
      background: #fff;
      padding: 10px 30px;
      text-align: left;
      font-size: 20px;
      margin-bottom: 15px; }
    #contact #form_area dl dt {
      width: 30%; }
      #contact #form_area dl dt span {
        color: #FC0000; }
    #contact #form_area dl dd {
      width: 68%;
      font-size: 16px; }
      #contact #form_area dl dd input[type=text], #contact #form_area dl dd input[type=email], #contact #form_area dl dd input[type=tel], #contact #form_area dl dd textarea {
        border: 1px #ccc solid;
        padding: 5px 10px;
        font-size: 15px;
        box-sizing: border-box;
        width: 100%; }
      #contact #form_area dl dd select {
        border: 1px #ccc solid;
        padding: 5px 10px;
        font-size: 15px; }
  #contact #form_area .btn_area {
    text-align: center; }
    #contact #form_area .btn_area input[type=submit], #contact #form_area .btn_area input[type=reset] {
      background: linear-gradient(180deg, #30C94B 0%, #0F70D5 100%, #3A6694 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 #form_area .btn_area input[type=submit]:hover, #contact #form_area .btn_area input[type=reset]:hover {
        opacity: 0.7;
        transition: 0.3s; }
    #contact #form_area .btn_area input[type=reset] {
      background: #87C7B5; }
  #contact #form_area .wpcf7-spinner {
    display: none; }
  #contact #form_area #privacypolicy {
    background: #fff;
    margin: 100px 0;
    padding: 50px 5% 1px; }
    #contact #form_area #privacypolicy .privacy_ttl {
      color: #0A926C;
      font-size: 26px;
      font-weight: 500;
      text-align: left;
      padding: 10px 0;
      border-bottom: 1px #0A926C solid;
      margin-bottom: 20px; }
    #contact #form_area #privacypolicy .privacy_txt {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 80px; }
      #contact #form_area #privacypolicy .privacy_txt a {
        font-size: 30px;
        font-weight: 900;
        color: #000; }

@media screen and (max-width: 767px) {
  #contact #main_img {
    height: 30vw; }
    #contact #main_img .title_area h1 {
      font-size: 6vw;
      color: #fff; }
  #contact .contact_intro {
    padding: 10vw 0 8vw; }
    #contact .contact_intro p {
      font-size: 3.6vw; }
  #contact #form_area {
    padding: 12vw 0; }
    #contact #form_area dl {
      margin-bottom: 10vw; }
      #contact #form_area dl dt, #contact #form_area dl dd {
        padding: 3vw 5vw;
        font-size: 3.4vw;
        margin-bottom: 3vw; }
      #contact #form_area dl dt {
        width: 100%;
        font-weight: 600;
        margin-bottom: 0;
        padding-bottom: 2vw; }
      #contact #form_area dl dd {
        width: 100%;
        padding-top: 0;
        font-size: 3.2vw; }
        #contact #form_area dl dd input[type=text], #contact #form_area dl dd input[type=email], #contact #form_area dl dd input[type=tel], #contact #form_area dl dd textarea {
          padding: 1vw  2vw;
          font-size: 3.2vw; }
        #contact #form_area dl dd select {
          padding: 1vw 2vw;
          font-size: 3.2vw; }
    #contact #form_area .btn_area input[type=submit], #contact #form_area .btn_area input[type=reset] {
      padding: 4vw 2vw;
      width: 40%;
      font-size: 3.8vw;
      margin: 0 2vw; }
    #contact #form_area .btn_area input[type=reset] {
      background: #87C7B5; }
    #contact #form_area .wpcf7-spinner {
      display: none; }
    #contact #form_area #privacypolicy {
      margin: 15vw 0;
      padding: 10vw 5% 1px; }
      #contact #form_area #privacypolicy .privacy_ttl {
        font-size: 4vw;
        padding: 2vw 0;
        margin-bottom: 4vw; }
      #contact #form_area #privacypolicy .privacy_txt {
        font-size: 3.4vw;
        margin-bottom: 10vw; }
        #contact #form_area #privacypolicy .privacy_txt a {
          font-size: 6vw; } }
/*=====================================================
NEWS
======================================================*/
#news #main_img {
  background-image: url("../img/news/news_main_img.png");
  height: 190px; }
  #news #main_img .title_area h1 {
    font-size: 45px;
    color: #fff; }
#news .news_intro {
  padding: 100px 0 50px; }
  #news .news_intro p {
    font-size: 45px;
    font-weight: 500;
    color: #024AAC; }
#news #news_area {
  padding: 80px 0;
  background: #F5F5F5; }
  #news #news_area .contents_wrap {
    max-width: 1420px; }
  #news #news_area .news_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;
    align-items: stretch;
    margin-bottom: 60px; }
    #news #news_area .news_flex .box {
      background: #fff;
      padding: 20px;
      margin: 0 1.5% 40px;
      width: 30%;
      position: relative; }
      #news #news_area .news_flex .box .link_wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 4; }
      #news #news_area .news_flex .box .img_wrap {
        height: 250px;
        width: 100%;
        overflow: hidden; }
        #news #news_area .news_flex .box .img_wrap img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          transition: 0.3s; }
      #news #news_area .news_flex .box .txt_area {
        padding: 20px 0; }
        #news #news_area .news_flex .box .txt_area date {
          font-size: 14px; }
        #news #news_area .news_flex .box .txt_area p {
          font-size: 20px;
          line-height: 1.4; }
      #news #news_area .news_flex .box:hover .img_wrap img {
        transform: scale(1.1);
        transition: 0.3s; }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      #news #news_area .news_flex {
        justify-content: center; }
        #news #news_area .news_flex .box {
          width: 45%; } }
  #news #news_area .news_single {
    background: #fff;
    padding: 100px 10%;
    margin-bottom: 60px; }
    #news #news_area .news_single date {
      font-size: 20px; }
    #news #news_area .news_single .post_ttl {
      font-size: 35px;
      font-weight: 500;
      border-bottom: 1px #707070 solid;
      line-height: 1.3;
      margin: 5px 0 20px;
      padding-bottom: 10px; }
    #news #news_area .news_single .post_contents {
      color: #707070; }
      #news #news_area .news_single .post_contents a {
        color: #414141;
        text-decoration: underline; }
      #news #news_area .news_single .post_contents img {
        max-width: 100%;
        height: auto;
        width: auto; }
      #news #news_area .news_single .post_contents strong {
        font-weight: bold; }
      #news #news_area .news_single .post_contents blockquote {
        background: #eee;
        padding: 20px;
        color: #888;
        font-style: italic;
        margin: 20px 0; }
      #news #news_area .news_single .post_contents em {
        font-style: italic; }
      #news #news_area .news_single .post_contents ul {
        margin: 20px 0; }
      #news #news_area .news_single .post_contents ol {
        margin: 20px 0; }
        #news #news_area .news_single .post_contents ol li {
          list-style-type: decimal;
          list-style-position: inside;
          text-indent: -22px;
          margin-left: 22px; }
      #news #news_area .news_single .post_contents table td img {
        width: 99%;
        margin-bottom: 5px; }

@media screen and (max-width: 767px) {
  #news #main_img {
    height: 30vw; }
    #news #main_img .title_area h1 {
      font-size: 6vw;
      color: #fff; }
  #news .news_intro {
    padding: 10vw 0 5vw; }
    #news .news_intro p {
      font-size: 6vw; }
  #news #news_area {
    padding: 10vw 0; }
    #news #news_area .news_flex {
      margin-bottom: 10vw; }
      #news #news_area .news_flex .box {
        padding: 4vw;
        margin: 0 auto 6vw;
        width: 90%; }
        #news #news_area .news_flex .box .img_wrap {
          height: 50vw;
          width: 100%; }
        #news #news_area .news_flex .box .txt_area {
          padding: 4vw 0; }
          #news #news_area .news_flex .box .txt_area date {
            font-size: 3vw; }
          #news #news_area .news_flex .box .txt_area p {
            font-size: 4vw;
            line-height: 1.4; }
    #news #news_area .news_single {
      padding: 10vw 5%;
      margin-bottom: 10vw; }
      #news #news_area .news_single date {
        font-size: 3.6vw; }
      #news #news_area .news_single .post_ttl {
        font-size: 4.5vw;
        margin: 1vw 0 4vw;
        padding-bottom: 2vw; }
      #news #news_area .news_single .post_contents blockquote {
        padding: 4vw;
        margin: 4vw 0; }
      #news #news_area .news_single .post_contents ul {
        margin: 4vw 0; }
      #news #news_area .news_single .post_contents ol {
        margin: 4vw 0; }
        #news #news_area .news_single .post_contents ol li {
          text-indent: -4.4vw;
          margin-left: 4.4vw; }
      #news #news_area .news_single .post_contents table td img {
        width: 99%;
        margin-bottom: 1vw; } }
