@charset "UTF-8";
/*=====================================================
TOP
======================================================*/
#top {
  /*
  	#loading img {
  		width: 80%;
  		max-width: 800px;
  		height: auto;
  	}
  */
  /* 初期状態（少し下＆透明） */
  /* 表示アニメーション */ }
  #top #loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center; }
  #top .fade-pattern img {
    width: 80%;
    max-width: 800px;
    opacity: 0;
    transform: translateY(20px); }
  #top .fade-pattern.show img {
    animation: fadeUp 1s ease forwards; }
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0); } }
  #top #mainvisual {
    max-height: 930px;
    background: url("../img/top/main_bg.png") no-repeat center;
    background-size: cover; }
    #top #mainvisual .mv_wrap {
      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;
      max-width: 1400px;
      width: 96%;
      margin: 190px auto 80px; }
      #top #mainvisual .mv_wrap .left_copy {
        width: 40%; }
      #top #mainvisual .mv_wrap .right_image {
        width: 58%;
        position: relative; }
        #top #mainvisual .mv_wrap .right_image .main_anime02, #top #mainvisual .mv_wrap .right_image .main_anime03, #top #mainvisual .mv_wrap .right_image .main_anime04, #top #mainvisual .mv_wrap .right_image .main_anime05, #top #mainvisual .mv_wrap .right_image .main_anime06, #top #mainvisual .mv_wrap .right_image .main_anime07, #top #mainvisual .mv_wrap .right_image .main_anime08 {
          position: absolute; }
        #top #mainvisual .mv_wrap .right_image .main_anime02 {
          width: 64.68%;
          left: 19.15%;
          top: 20.52%; }
        #top #mainvisual .mv_wrap .right_image .main_anime03 {
          width: 5.85%;
          left: 12.94%;
          top: 63.27%; }
        #top #mainvisual .mv_wrap .right_image .main_anime04 {
          width: 5.72%;
          left: 56.22%;
          top: 41.18%; }
        #top #mainvisual .mv_wrap .right_image .main_anime05 {
          width: 6.97%;
          left: 67.16%;
          top: 75.9%; }
        #top #mainvisual .mv_wrap .right_image .main_anime06 {
          width: 5.1%;
          left: 32%;
          top: 82%; }
        #top #mainvisual .mv_wrap .right_image .main_anime07 {
          width: 6.22%;
          left: 46.39%;
          top: 50.79%; }
        #top #mainvisual .mv_wrap .right_image .main_anime08 {
          width: 9.70%;
          left: 81.22%;
          top: 40.89%; }
        #top #mainvisual .mv_wrap .right_image .walk {
          animation: walkMove 4s linear infinite; }
        #top #mainvisual .mv_wrap .right_image .wake {
          animation: wakeMove 4s linear infinite; }
@keyframes walkMove {
  0% {
    transform: translate(0, 0) rotate(0deg); }
  25% {
    transform: translate(30%, -10%) rotate(2deg); }
  50% {
    transform: translate(60%, -20%) rotate(0deg); }
  75% {
    transform: translate(90%, -30%) rotate(-2deg); }
  100% {
    transform: translate(120%, -40%) rotate(0deg); } }
@keyframes wakeMove {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
      @media screen and (min-width: 768px) and (max-width: 1400px) {
        #top #mainvisual .mv_wrap {
          margin: 12vw auto 2vw; } }
  #top .l_ttl {
    color: #EAF2FA;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 120px;
    font-weight: 600;
    line-height: 0.8;
    margin-top: 30px;
    letter-spacing: 8px; }
    #top .l_ttl.white {
      color: #fff; }
    #top .l_ttl.blue {
      color: #CDE5FA; }
  #top #top_about {
    text-align: center;
    padding: 100px 0; }
    #top #top_about h2 {
      color: #00479D;
      font-size: 40px;
      font-weight: 700;
      margin: -45px 0 40px; }
    #top #top_about .txt {
      font-size: 20px;
      text-align: left;
      display: inline-block;
      line-height: 2.5; }
  #top #top_service {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto -150px;
    background: #E0F4FC;
    border: 10px #D1EAF7 solid;
    border-radius: 50px;
    padding: 100px 5%;
    text-align: center;
    overflow: visible;
    position: relative; }
    #top #top_service .illust01 {
      position: absolute;
      top: -50px;
      right: 15%; }
    #top #top_service .illust02 {
      position: absolute;
      top: 100px;
      left: 15%; }
    #top #top_service h2 {
      font-size: 50px;
      font-weight: 700;
      margin: -45px 0 80px; }
      #top #top_service h2 .c01 {
        color: #00479D; }
      #top #top_service h2 .c02 {
        color: #068CD3; }
    #top #top_service .service_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: center;
      align-items: stretch;
      margin: 140px 0 30px; }
      #top #top_service .service_flex .box {
        width: 48%;
        margin: 0 1% 60px;
        background: #fff;
        border-radius: 30px;
        padding: 0 3% 40px; }
        #top #top_service .service_flex .box .image {
          width: 96%;
          margin: -70px auto 30px;
          position: relative; }
          #top #top_service .service_flex .box .image .illust {
            position: absolute;
            bottom: -15px;
            right: -10px; }
        #top #top_service .service_flex .box h3 {
          font-size: 34px;
          font-weight: 700;
          color: #00479D;
          line-height: 1.3;
          margin: 10px 0 30px; }
        #top #top_service .service_flex .box.s_box {
          width: 23%;
          padding: 0 1% 30px; }
          #top #top_service .service_flex .box.s_box .image {
            margin-top: -30px; }
          #top #top_service .service_flex .box.s_box h3 {
            font-size: 28px; }
  #top #top_strength {
    padding: 250px 0 380px;
    background: url("../img/top/bg_strength.png") no-repeat center;
    background-size: cover; }
    #top #top_strength .strength_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; }
      #top #top_strength .strength_flex .left {
        width: 630px; }
        #top #top_strength .strength_flex .left .strength_ttl {
          font-family: "Barlow Condensed", sans-serif;
          font-size: 90px;
          font-weight: 600;
          line-height: 0.8;
          margin-top: 30px;
          letter-spacing: 5px;
          color: #fff; }
        #top #top_strength .strength_flex .left h2 {
          background: #fff;
          border-radius: 6px;
          padding: 10px 20px;
          text-align: center;
          line-height: 1.2;
          font-size: 50px;
          font-weight: 700;
          margin-bottom: 30px; }
          #top #top_strength .strength_flex .left h2 span {
            color: #00479D; }
        #top #top_strength .strength_flex .left .strength_txt {
          font-size: 20px;
          font-weight: 600;
          color: #fff;
          line-height: 2;
          margin-bottom: 30px; }
      #top #top_strength .strength_flex .right {
        width: calc(100% - 660px); }
      @media screen and (min-width: 768px) and (max-width: 1028px) {
        #top #top_strength .strength_flex {
          text-align: center;
          justify-content: center; }
          #top #top_strength .strength_flex .left {
            width: 100%;
            margin-bottom: 60px; }
          #top #top_strength .strength_flex .right {
            width: 80%; } }
  #top #top_other {
    padding-bottom: 300px;
    background: url("../img/common/bg_grid01.svg");
    overflow: visible;
    position: relative; }
    #top #top_other .top_company {
      max-width: 1240px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      top: -260px;
      padding-left: 8%;
      z-index: 2; }
      #top #top_other .top_company .company_area {
        background: #fff;
        border-radius: 50px 0 0 50px;
        filter: drop-shadow(0 10px 14px rgba(115, 154, 201, 0.3));
        position: relative;
        padding: 70px 5% 70px 0; }
        #top #top_other .top_company .company_area:after {
          content: "";
          background: #fff;
          position: absolute;
          top: 0;
          left: 100%;
          width: 100%;
          height: 100%; }
        #top #top_other .top_company .company_area .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: stretch; }
          #top #top_other .top_company .company_area .company_flex .left {
            width: 55%;
            margin-left: -10%; }
          #top #top_other .top_company .company_area .company_flex .right {
            width: 45%; }
            #top #top_other .top_company .company_area .company_flex .right .l_ttl {
              margin-top: 0; }
            #top #top_other .top_company .company_area .company_flex .right h3 {
              font-size: 50px;
              font-weight: 700;
              color: #00479D;
              line-height: 1.3;
              margin: -35px 0 20px; }
            #top #top_other .top_company .company_area .company_flex .right .corp_txt {
              font-size: 24px;
              margin-bottom: 30px; }
              #top #top_other .top_company .company_area .company_flex .right .corp_txt strong {
                font-weight: 600; }
        @media screen and (min-width: 768px) and (max-width: 1028px) {
          #top #top_other .top_company .company_area {
            padding: 0 5% 70px; }
            #top #top_other .top_company .company_area .company_flex .left {
              width: 100%;
              margin: -60px 0 40px 0; }
            #top #top_other .top_company .company_area .company_flex .right {
              width: 100%; } }
    #top #top_other .top_recruit {
      max-width: 1240px;
      width: 90%;
      margin: 0 auto;
      position: relative;
      z-index: 2;
      top: -160px; }
      #top #top_other .top_recruit .recruit_area {
        background: #fff;
        border: 6px #F4F4F4 solid;
        border-radius: 50px;
        filter: drop-shadow(0 10px 14px rgba(115, 154, 201, 0.3));
        position: relative;
        padding: 0 30px; }
        #top #top_other .top_recruit .recruit_area .rec_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_other .top_recruit .recruit_area .rec_flex .left {
            width: 45%;
            margin: 30px 0 30px 20px;
            padding-left: 50px;
            position: relative; }
            #top #top_other .top_recruit .recruit_area .rec_flex .left:before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              width: 6px;
              height: 100%;
              background: #00479D;
              border-radius: 10px; }
            #top #top_other .top_recruit .recruit_area .rec_flex .left .l_ttl {
              margin-top: 0; }
            #top #top_other .top_recruit .recruit_area .rec_flex .left h3 {
              font-size: 50px;
              font-weight: 700;
              color: #00479D;
              line-height: 1.3;
              margin: -35px 0 20px; }
            #top #top_other .top_recruit .recruit_area .rec_flex .left .rec_txt {
              font-size: 20px;
              margin-bottom: 30px;
              font-weight: 600; }
          #top #top_other .top_recruit .recruit_area .rec_flex .right {
            width: 50%; }
        @media screen and (min-width: 768px) and (max-width: 1028px) {
          #top #top_other .top_recruit .recruit_area {
            padding: 70px 50px 0 0; }
            #top #top_other .top_recruit .recruit_area .rec_flex {
              justify-content: center; }
              #top #top_other .top_recruit .recruit_area .rec_flex .left {
                width: 100%;
                margin: 0 0 40px 50px; }
              #top #top_other .top_recruit .recruit_area .rec_flex .right {
                width: 70%;
                padding-left: 5%; } }
    #top #top_other .illust01, #top #top_other .illust02, #top #top_other .illust03, #top #top_other .illust04 {
      position: absolute;
      z-index: 1; }
    #top #top_other .illust01 {
      top: 10%;
      left: 3%;
      width: 270px; }
    #top #top_other .illust02 {
      top: 20%;
      right: 3%; }
    #top #top_other .illust03 {
      top: 60%;
      left: 3%; }
    #top #top_other .illust04 {
      top: 70%;
      right: 3%; }

/*top*/
@media screen and (max-width: 767px) {
  #top #mainvisual {
    max-height: 100vh;
    background: url("../img/top/main_bg_sp.png") no-repeat center; }
    #top #mainvisual .mv_wrap {
      justify-content: center;
      margin: 18vw auto 6vw; }
      #top #mainvisual .mv_wrap .left_copy {
        width: 90%;
        order: 2; }
      #top #mainvisual .mv_wrap .right_image {
        width: 100%;
        margin-bottom: 5vw;
        position: relative;
        order: 1; }
        #top #mainvisual .mv_wrap .right_image .main_anime02, #top #mainvisual .mv_wrap .right_image .main_anime03, #top #mainvisual .mv_wrap .right_image .main_anime04, #top #mainvisual .mv_wrap .right_image .main_anime05 {
          position: absolute; }
        #top #mainvisual .mv_wrap .right_image .main_anime02 {
          width: 64.68%;
          left: 19.15%;
          top: 20.52%; }
        #top #mainvisual .mv_wrap .right_image .main_anime03 {
          width: 5.85%;
          left: 12.94%;
          top: 63.27%; }
        #top #mainvisual .mv_wrap .right_image .main_anime04 {
          width: 5.72%;
          left: 56.22%;
          top: 41.18%; }
        #top #mainvisual .mv_wrap .right_image .main_anime05 {
          width: 6.97%;
          left: 67.16%;
          top: 75.9%; }
  #top .l_ttl {
    font-size: 20vw;
    margin-top: 6vw;
    letter-spacing: 1vw; }
  #top #top_about {
    padding: 15vw 0; }
    #top #top_about h2 {
      font-size: 6.5vw;
      margin: -7vw 0 6vw; }
    #top #top_about .txt {
      font-size: 3.6vw;
      line-height: 2; }
  #top #top_service {
    margin: 0 auto -40vw;
    border: 1.6vw #D1EAF7 solid;
    border-radius: 7vw;
    padding: 8vw 5%; }
    #top #top_service .illust01 {
      display: none; }
    #top #top_service .illust02 {
      display: none; }
    #top #top_service h2 {
      font-size: 8vw;
      margin: -7vw 0 12vw; }
    #top #top_service .service_flex {
      margin: 20vw 0 3vw; }
      #top #top_service .service_flex .box {
        width: 100%;
        margin: 0 1% 15vw;
        background: #fff;
        border-radius: 5vw;
        padding: 0 3% 6vw; }
        #top #top_service .service_flex .box .image {
          width: 96%;
          margin: -10vw auto 5vw; }
          #top #top_service .service_flex .box .image .illust {
            position: absolute;
            bottom: -3vw;
            right: -2vw; }
          #top #top_service .service_flex .box .image .illust_frp {
            width: 40vw; }
        #top #top_service .service_flex .box h3 {
          font-size: 5vw;
          margin: 2vw 0 5vw; }
        #top #top_service .service_flex .box.s_box {
          width: 48%;
          padding: 0 2% 6vw;
          margin-bottom: 10vw; }
          #top #top_service .service_flex .box.s_box .image {
            margin-top: -30px; }
          #top #top_service .service_flex .box.s_box h3 {
            font-size: 4vw; }
  #top #top_strength {
    padding: 50vw 0 76vw; }
    #top #top_strength .strength_flex {
      justify-content: center; }
      #top #top_strength .strength_flex .left {
        width: 100%;
        text-align: center;
        margin-bottom: 6vw; }
        #top #top_strength .strength_flex .left .strength_ttl {
          font-size: 13vw;
          margin-top: 6vw;
          letter-spacing: 0.6vw; }
        #top #top_strength .strength_flex .left h2 {
          border-radius: 1.2vw;
          padding: 2vw 3vw;
          font-size: 7vw;
          margin-bottom: 6vw; }
        #top #top_strength .strength_flex .left .strength_txt {
          font-size: 3.4vw;
          margin-bottom: 6vw; }
      #top #top_strength .strength_flex .right {
        width: 100%; }
  #top #top_other {
    padding-bottom: 80vw; }
    #top #top_other .top_company {
      margin: 0 auto;
      top: -50vw;
      padding: 0 5%; }
      #top #top_other .top_company .company_area {
        border-radius: 7vw;
        filter: drop-shadow(0 2vw 2.8vw rgba(115, 154, 201, 0.3));
        position: relative;
        padding: 0 7vw 10vw 7vw; }
        #top #top_other .top_company .company_area:after {
          display: none; }
        #top #top_other .top_company .company_area .company_flex .left {
          width: 100%;
          margin: -10vw 0 6vw; }
        #top #top_other .top_company .company_area .company_flex .right {
          width: 100%; }
          #top #top_other .top_company .company_area .company_flex .right h3 {
            font-size: 8vw;
            margin: -6vw 0 4vw; }
          #top #top_other .top_company .company_area .company_flex .right .corp_txt {
            font-size: 4vw;
            margin-bottom: 6vw; }
    #top #top_other .top_recruit {
      top: -32vw; }
      #top #top_other .top_recruit .recruit_area {
        border: 1vw #F4F4F4 solid;
        border-radius: 7vw;
        filter: drop-shadow(0 2vw 2.8vw rgba(115, 154, 201, 0.3));
        padding: 8vw 6vw 0 0; }
        #top #top_other .top_recruit .recruit_area .rec_flex {
          justify-content: center; }
          #top #top_other .top_recruit .recruit_area .rec_flex .left {
            width: 100%;
            margin: 0 0 8vw 6vw;
            padding-left: 5vw; }
            #top #top_other .top_recruit .recruit_area .rec_flex .left:before {
              width: 1vw;
              border-radius: 2vw; }
            #top #top_other .top_recruit .recruit_area .rec_flex .left h3 {
              font-size: 8vw;
              margin: -6vw 0 4vw; }
            #top #top_other .top_recruit .recruit_area .rec_flex .left .rec_txt {
              font-size: 3.6vw;
              margin-bottom: 6vw; }
          #top #top_other .top_recruit .recruit_area .rec_flex .right {
            width: 90%;
            padding-left: 5%; }
    #top #top_other .illust01, #top #top_other .illust02, #top #top_other .illust03, #top #top_other .illust04 {
      width: 35vw; }
    #top #top_other .illust01 {
      top: 20%; }
    #top #top_other .illust02 {
      top: 22%; }
    #top #top_other .illust03 {
      top: 70%; }
    #top #top_other .illust04 {
      top: 80%; }

  /*top*/ }
/*767px*/
/*=====================================================
事業案内
======================================================*/
#service #main_img .illust {
  bottom: -100px; }
#service.page_frp #main_img .illust {
  bottom: -100px; }
#service.page_print #main_img .illust {
  bottom: -60px; }
#service.page_watertreatment #main_img .illust {
  bottom: -60px; }
#service.page_device #main_img .illust {
  bottom: -60px; }
#service.page_medicine #main_img .illust {
  bottom: -60px; }
#service .l_ttl {
  color: #9EDBF7;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 0.8;
  margin-top: 30px;
  letter-spacing: 5px; }
  #service .l_ttl.white {
    color: #fff; }
  #service .l_ttl.blue {
    color: #CDE5FA; }
#service .l_ttl_sub {
  font-size: 40px;
  font-weight: 700;
  margin: -35px 0 80px;
  color: #212121; }
#service #service_top_main {
  padding: 50px 0 0;
  position: relative;
  background: #E1F2FC; }
  #service #service_top_main:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 300px; }
  #service #service_top_main .service_box {
    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;
    background: #fff;
    filter: drop-shadow(0 10px 14px rgba(115, 154, 201, 0.3));
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
    border: 6px #F4F4F4 solid; }
    #service #service_top_main .service_box:last-child {
      margin-bottom: 0; }
    #service #service_top_main .service_box:after {
      content: "";
      background: #fff;
      position: absolute;
      top: -6px;
      width: 100%;
      height: 100%;
      border-top: 6px #F4F4F4 solid;
      border-bottom: 6px #F4F4F4 solid;
      box-sizing: content-box; }
    #service #service_top_main .service_box.on_right {
      border-radius: 50px 0 0 50px;
      padding: 50px 0 50px 4%; }
      #service #service_top_main .service_box.on_right:after {
        left: 100%; }
    #service #service_top_main .service_box.on_left {
      border-radius: 0 50px 50px 0;
      padding: 50px 4% 50px 0; }
      #service #service_top_main .service_box.on_left:after {
        right: 100%; }
    #service #service_top_main .service_box .photo {
      width: 45%;
      position: relative; }
      #service #service_top_main .service_box .photo .illust01, #service #service_top_main .service_box .photo .illust02, #service #service_top_main .service_box .photo .illust03, #service #service_top_main .service_box .photo .illust04, #service #service_top_main .service_box .photo .illust05, #service #service_top_main .service_box .photo .illust06 {
        position: absolute;
        z-index: 2; }
      #service #service_top_main .service_box .photo .illust01 {
        top: -20%;
        right: -5%;
        width: 60%; }
      #service #service_top_main .service_box .photo .illust02 {
        top: -20%;
        left: -10%;
        width: 25%; }
      #service #service_top_main .service_box .photo .illust03 {
        top: -10%;
        right: 4%;
        width: 35%; }
      #service #service_top_main .service_box .photo .illust04 {
        top: -10%;
        left: -5%;
        width: 28%; }
      #service #service_top_main .service_box .photo .illust05 {
        top: -20%;
        right: 0;
        width: 28%; }
      #service #service_top_main .service_box .photo .illust06 {
        top: -20%;
        left: -5%;
        width: 28%; }
    #service #service_top_main .service_box .introduction {
      width: 50%;
      text-align: left; }
      #service #service_top_main .service_box .introduction .ttl {
        display: inline-block;
        background: #00479D;
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px;
        padding: 10px 30px;
        border-radius: 4px;
        line-height: 1.1; }
      #service #service_top_main .service_box .introduction h2 {
        color: #00479D;
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 20px;
        line-height: 1.3; }
      #service #service_top_main .service_box .introduction .txt {
        margin-bottom: 20px; }
#service #service_main {
  padding: 50px 0 0; }
  #service #service_main .service_intro {
    background: #E1F2FC;
    border-radius: 30px;
    padding: 0 80px 40px;
    text-align: center; }
    #service #service_main .service_intro .department {
      display: inline-block;
      background: #00479D;
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 20px;
      padding: 10px 30px;
      border-radius: 4px;
      line-height: 1.1;
      position: relative;
      top: -20px; }
    #service #service_main .service_intro h2 {
      color: #00479D;
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 20px;
      line-height: 1.3; }
    #service #service_main .service_intro .intro_txt {
      font-size: 18px;
      font-weight: 600; }
    #service #service_main .service_intro .intro_txt02 {
      color: #00479D;
      font-size: 40px;
      font-weight: 600;
      line-height: 1.3; }
    #service #service_main .service_intro .process {
      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;
      flex-wrap: nowrap;
      margin: 40px 0;
      position: relative; }
      #service #service_main .service_intro .process .circle {
        width: 150px;
        height: 150px;
        margin: 0 1%;
        position: relative;
        border-radius: 300px;
        background: #068CD3;
        color: #fff;
        z-index: 2; }
        #service #service_main .service_intro .process .circle p {
          font-size: 28px;
          font-weight: 600;
          word-break: keep-all;
          width: 100%;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
      #service #service_main .service_intro .process:after {
        content: "";
        width: 450px;
        height: 10px;
        background: #068CD3;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
  #service #service_main .intro_photo {
    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: 50px 0; }
    #service #service_main .intro_photo .photo {
      width: 49%; }
  #service #service_main .frp_tank {
    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;
    flex-wrap: nowrap;
    align-items: center;
    background: url("../img/service/frp/bg_frp.png");
    background-size: cover;
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
    margin-right: 10%;
    border-radius: 0 50px 50px 0;
    padding: 50px 4% 50px 0; }
    #service #service_main .frp_tank:after {
      content: "";
      background-image: linear-gradient(90deg, #0791d9, #0791d9 95%, rgba(7, 145, 217, 0));
      position: absolute;
      top: 0;
      right: 90%;
      width: 100%;
      height: 100%;
      box-sizing: content-box; }
    #service #service_main .frp_tank .photo {
      width: 50%;
      position: relative;
      right: -10%; }
      #service #service_main .frp_tank .photo img {
        width: 110%;
        max-width: none; }
    #service #service_main .frp_tank .introduction {
      width: 50%;
      position: relative;
      z-index: 3; }
      #service #service_main .frp_tank .introduction .ttl {
        font-size: 40px;
        color: #fff;
        font-weight: 700;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px #fff solid; }
        #service #service_main .frp_tank .introduction .ttl p {
          padding-left: 30px;
          border-left: 10px #59B4E2 solid;
          line-height: 1.3; }
      #service #service_main .frp_tank .introduction .txt {
        color: #fff;
        font-size: 18px; }
    @media screen and (min-width: 768px) and (max-width: 980px) {
      #service #service_main .frp_tank {
        justify-content: center;
        margin-right: 0; }
        #service #service_main .frp_tank .photo {
          width: 80%;
          right: 0; }
        #service #service_main .frp_tank .introduction {
          width: 80%;
          margin-bottom: 50px; } }
  #service #service_main .frp_feature {
    padding: 100px 0;
    background: url("../img/service/frp/bg_grid02.svg");
    text-align: center; }
    #service #service_main .frp_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; }
      #service #service_main .frp_feature .feature_flex .box {
        width: 49%; }
  #service #service_main .lineup {
    padding: 80px 0;
    text-align: center; }
    #service #service_main .lineup .lineup_tb {
      overflow: hidden;
      width: 100%;
      border-radius: 6px;
      border: 1px #068CD3 solid;
      margin-bottom: 50px; }
      #service #service_main .lineup .lineup_tb table {
        width: 100%;
        text-align: center;
        line-height: 1.4; }
        #service #service_main .lineup .lineup_tb table thead th {
          background: #068CD3;
          color: #fff;
          font-size: 22px;
          font-weight: 600;
          padding: 10px 10px;
          border-right: 1px #fff solid; }
          #service #service_main .lineup .lineup_tb table thead th:last-child {
            border: none; }
        #service #service_main .lineup .lineup_tb table tbody th, #service #service_main .lineup .lineup_tb table tbody td {
          border: 1px #068CD3 solid;
          padding: 15px 20px;
          vertical-align: middle;
          font-size: 22px;
          width: 25%; }
        #service #service_main .lineup .lineup_tb table tbody th {
          color: #068CD3;
          background: #EDF3F7;
          font-weight: 600;
          border-left: none; }
        #service #service_main .lineup .lineup_tb table tbody td:last-child {
          border-right: none; }
        #service #service_main .lineup .lineup_tb table tbody tr:last-child th, #service #service_main .lineup .lineup_tb table tbody tr:last-child td {
          border-bottom: none; }
  #service #service_main .delivery {
    background: #F5F5F5;
    padding: 100px 0;
    text-align: center; }
    #service #service_main .delivery .modal_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; }
      #service #service_main .delivery .modal_flex .box {
        width: 31.5%;
        background: #fff;
        padding: 10px;
        border-radius: 20px;
        margin-bottom: 30px; }
        #service #service_main .delivery .modal_flex .box a {
          display: block;
          position: relative;
          overflow: hidden;
          border-radius: 10px; }
          #service #service_main .delivery .modal_flex .box a img {
            transition: 0.3s; }
            #service #service_main .delivery .modal_flex .box a img:hover {
              transform: scale(1.1);
              transition: 0.3s; }
          #service #service_main .delivery .modal_flex .box a i {
            color: #fff;
            font-size: 25px;
            position: absolute;
            bottom: 10px;
            right: 10px;
            opacity: 0.7; }
        #service #service_main .delivery .modal_flex .box .txt_area {
          padding: 10px;
          text-align: left; }
          #service #service_main .delivery .modal_flex .box .txt_area .ttl {
            font-size: 26px;
            font-weight: 600;
            color: #00479D;
            line-height: 1.3; }
          #service #service_main .delivery .modal_flex .box .txt_area .txt {
            margin-top: 10px;
            padding-top: 20px;
            border-top: 1px #00479D solid; }
    #service #service_main .delivery #imgModal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.9);
      text-align: center; }
      #service #service_main .delivery #imgModal img {
        max-width: 820px;
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      #service #service_main .delivery #imgModal .close {
        position: absolute;
        top: 20px;
        right: 30px;
        color: #fff;
        font-size: 30px;
        cursor: pointer; }
  #service #service_main .ttl02 {
    font-size: 34px;
    color: #068CD3;
    margin-top: 50px;
    text-align: left;
    font-weight: 700; }
  #service #service_main .ttl03 {
    font-size: 28px;
    color: #068CD3;
    background: #C4EBFF;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 600; }
  #service #service_main .lineup_tb02 {
    overflow: hidden;
    width: 100%;
    border-radius: 6px;
    border: 1px #068CD3 solid;
    margin-bottom: 50px; }
    #service #service_main .lineup_tb02 table {
      width: 100%;
      text-align: center;
      line-height: 1.4; }
      #service #service_main .lineup_tb02 table th, #service #service_main .lineup_tb02 table td {
        border-right: 1px #068CD3 solid;
        padding: 15px 30px;
        vertical-align: middle;
        font-size: 22px;
        width: 50%; }
        #service #service_main .lineup_tb02 table th:first-child, #service #service_main .lineup_tb02 table td:first-child {
          border-left: none; }
        #service #service_main .lineup_tb02 table th:last-child, #service #service_main .lineup_tb02 table td:last-child {
          border-right: none; }
      #service #service_main .lineup_tb02 table th {
        background: #068CD3;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 10px 10px;
        border-right: 1px #fff solid; }
      #service #service_main .lineup_tb02 table td {
        text-align: left;
        border-left: none; }
      #service #service_main .lineup_tb02 table tr:nth-child(odd) td {
        background: #EDF3F8; }
#service.page_print #service_main {
  padding-bottom: 100px; }
#service.page_watertreatment #service_main {
  padding-bottom: 100px; }
#service.page_device #service_main {
  padding-bottom: 100px; }
#service.page_medicine #service_main {
  padding-bottom: 100px; }

@media screen and (max-width: 767px) {
  #service #main_img .illust {
    bottom: -10vw;
    width: 25vw; }
  #service #service_top_main {
    padding: 10vw 0 0; }
    #service #service_top_main:before {
      height: 60vw; }
    #service #service_top_main .service_box {
      filter: drop-shadow(0 2vw 2.8vw rgba(115, 154, 201, 0.3));
      margin-bottom: 10vw;
      border: 1vw #F4F4F4 solid; }
      #service #service_top_main .service_box:after {
        top: -1vw;
        border-top: 1vw #F4F4F4 solid;
        border-bottom: 1vw #F4F4F4 solid; }
      #service #service_top_main .service_box.on_right {
        border-radius: 8vw 0 0 8vw;
        padding: 10vw 0 10vw 5%; }
        #service #service_top_main .service_box.on_right:after {
          left: 100%; }
      #service #service_top_main .service_box.on_left {
        border-radius: 0 8vw 8vw 0;
        padding: 10vw 5% 10vw 0; }
        #service #service_top_main .service_box.on_left:after {
          right: 100%; }
      #service #service_top_main .service_box .photo {
        width: 100%;
        order: 2; }
        #service #service_top_main .service_box .photo .illust01 {
          top: -20%;
          right: -5%;
          width: 50%; }
        #service #service_top_main .service_box .photo .illust02 {
          top: -20%;
          right: -10%;
          left: auto;
          width: 25%; }
        #service #service_top_main .service_box .photo .illust03 {
          top: -10%;
          right: 4%;
          width: 35%; }
        #service #service_top_main .service_box .photo .illust04 {
          top: -10%;
          right: -5%;
          left: auto;
          width: 28%; }
        #service #service_top_main .service_box .photo .illust05 {
          top: -20%;
          right: 0;
          width: 28%; }
        #service #service_top_main .service_box .photo .illust06 {
          top: -20%;
          right: -5%;
          left: auto;
          width: 28%; }
      #service #service_top_main .service_box .introduction {
        width: 100%;
        order: 1;
        margin-bottom: 5vw;
        z-index: 3; }
        #service #service_top_main .service_box .introduction .ttl {
          font-size: 3.8vw;
          margin-bottom: 4vw;
          padding: 2vw 6vw;
          border-radius: 0.8vw; }
        #service #service_top_main .service_box .introduction h2 {
          font-size: 5.5vw;
          margin-bottom: 4vw; }
        #service #service_top_main .service_box .introduction .txt {
          margin-bottom: 4vw; }
  #service .l_ttl {
    font-size: 15vw;
    margin-top: 6vw;
    letter-spacing: 0.8vw; }
  #service .l_ttl_sub {
    font-size: 5.5vw;
    line-height: 1.3;
    margin: -5vw 0 12vw; }
  #service #service_main {
    padding: 10vw 0 0; }
    #service #service_main .service_intro {
      border-radius: 6vw;
      padding: 0 5vw 6vw; }
      #service #service_main .service_intro .department {
        font-size: 4vw;
        margin-bottom: 4vw;
        padding: 2vw 6vw;
        border-radius: 0.8vw;
        top: -4vw; }
      #service #service_main .service_intro h2 {
        font-size: 6vw;
        margin-bottom: 4vw; }
      #service #service_main .service_intro .intro_txt {
        font-size: 3.6vw; }
      #service #service_main .service_intro .intro_txt02 {
        font-size: 5.5vw; }
      #service #service_main .service_intro .process {
        margin: 6vw 0; }
        #service #service_main .service_intro .process .circle {
          width: 18vw;
          height: 18vw;
          margin: 0 1%; }
          #service #service_main .service_intro .process .circle p {
            font-size: 4vw; }
        #service #service_main .service_intro .process:after {
          content: "";
          width: 70vw;
          height: 1.5vw; }
    #service #service_main .intro_photo {
      margin: 10vw 0 5vw; }
      #service #service_main .intro_photo .photo {
        width: 100%;
        margin-bottom: 5vw; }
    #service #service_main .frp_tank {
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 12vw;
      margin-right: 0;
      border-radius: 0 8vw 8vw 0;
      padding: 8vw 4% 8vw 0; }
      #service #service_main .frp_tank .photo {
        width: 100%;
        right: 0;
        z-index: 3; }
        #service #service_main .frp_tank .photo img {
          width: 100%;
          max-width: none; }
      #service #service_main .frp_tank .introduction {
        width: 100%;
        margin-bottom: 5vw; }
        #service #service_main .frp_tank .introduction .ttl {
          font-size: 6vw;
          padding-bottom: 4vw;
          margin-bottom: 4vw;
          border-bottom: 2px #fff solid; }
          #service #service_main .frp_tank .introduction .ttl p {
            padding-left: 5vw;
            border-left: 1.5vw #59B4E2 solid; }
        #service #service_main .frp_tank .introduction .txt {
          font-size: 3.6vw; }
    #service #service_main .frp_feature {
      padding: 12vw 0 6vw; }
      #service #service_main .frp_feature .feature_flex .box {
        width: 100%;
        margin-bottom: 6vw; }
    #service #service_main .lineup {
      padding: 12vw 0; }
      #service #service_main .lineup .lineup_tb {
        border-radius: 1vw;
        margin-bottom: 10vw; }
        #service #service_main .lineup .lineup_tb table thead th {
          font-size: 3.6vw;
          padding: 2vw; }
        #service #service_main .lineup .lineup_tb table tbody th, #service #service_main .lineup .lineup_tb table tbody td {
          padding: 3vw 4vw;
          font-size: 3.2vw;
          width: 25%; }
    #service #service_main .delivery {
      padding: 15vw 0; }
      #service #service_main .delivery .modal_flex .box {
        width: 49%;
        padding: 2vw;
        border-radius: 4vw;
        margin-bottom: 5vw; }
        #service #service_main .delivery .modal_flex .box a {
          border-radius: 2vw; }
          #service #service_main .delivery .modal_flex .box a i {
            font-size: 4vw;
            bottom: 2vw;
            right: 2vw; }
        #service #service_main .delivery .modal_flex .box .txt_area {
          padding: 2vw; }
          #service #service_main .delivery .modal_flex .box .txt_area .ttl {
            font-size: 4vw; }
          #service #service_main .delivery .modal_flex .box .txt_area .txt {
            margin-top: 2vw;
            padding-top: 4vw; }
      #service #service_main .delivery #imgModal .close {
        top: 4vw;
        right: 4vw;
        font-size: 6vw; }
    #service #service_main .ttl02 {
      font-size: 5vw;
      margin-top: 10vw; }
    #service #service_main .ttl03 {
      font-size: 4.2vw;
      border-radius: 1vw;
      margin-bottom: 1.6vw; }
    #service #service_main .lineup_tb02 {
      border-radius: 1vw;
      margin-bottom: 10vw; }
      #service #service_main .lineup_tb02 table th, #service #service_main .lineup_tb02 table td {
        padding: 3vw 4vw;
        font-size: 3.8vw; }
      #service #service_main .lineup_tb02 table th {
        font-size: 3.8vw;
        padding: 2vw; } }
/*=====================================================
会社情報
======================================================*/
#company #main_img .illust {
  bottom: -100px; }
#company .l_ttl {
  color: #9EDBF7;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 0.8;
  margin-top: 30px;
  letter-spacing: 8px; }
  #company .l_ttl.white {
    color: #fff; }
  #company .l_ttl.blue {
    color: #CDE5FA; }
#company h2 {
  font-size: 40px;
  font-weight: 700;
  margin: -40px 0 30px; }
#company #greeting {
  padding: 10px 0 80px;
  text-align: center; }
  #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 .left {
      width: 390px; }
    #company #greeting .greeting_flex .right {
      width: calc(100% - 430px);
      padding-top: 40px; }
      #company #greeting .greeting_flex .right .greeting_txt {
        font-size: 18px;
        font-weight: 600;
        line-height: 2;
        text-align: left;
        margin-bottom: 30px; }
      #company #greeting .greeting_flex .right .ceo {
        font-family: "Noto Serif JP", serif;
        font-size: 24px;
        font-weight: 600;
        text-align: right; }
        #company #greeting .greeting_flex .right .ceo img {
          width: 200px; }
    @media screen and (min-width: 768px) and (max-width: 980px) {
      #company #greeting .greeting_flex {
        justify-content: center; }
        #company #greeting .greeting_flex .right {
          width: 100%; } }
#company #profile {
  padding: 160px 0;
  background: url("../img/company/bg_profile.png") no-repeat center;
  background-size: cover; }
  #company #profile .profile_area {
    padding: 80px 60px;
    background: #fff;
    border: 6px #F4F4F4 solid;
    border-radius: 50px;
    text-align: center;
    position: relative; }
    #company #profile .profile_area .illust {
      position: absolute;
      top: -70px;
      right: 100px; }
  #company #profile .profile_img {
    max-width: 765px;
    width: 100%;
    padding-right: 40px;
    margin: 0 auto 30px; }
  #company #profile .profile_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: 40px; }
    #company #profile .profile_flex table {
      width: 49%; }
      #company #profile .profile_flex table th, #company #profile .profile_flex table td {
        border-bottom: 1px #00479D solid;
        font-size: 18px;
        text-align: left;
        padding: 10px 0; }
      #company #profile .profile_flex table th {
        width: 130px;
        color: #00479D;
        font-weight: 600; }
        #company #profile .profile_flex table th p {
          border-left: 4px #00479D solid;
          line-height: 1;
          padding: 0 0 2px 10px; }
      #company #profile .profile_flex table td p {
        text-indent: -18px;
        margin-left: 18px; }
  #company #profile .gmap {
    width: 100%;
    padding-top: 340px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px; }
    #company #profile .gmap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
#company #partner {
  background: #E0F3FC;
  padding: 150px 0 80px; }
  #company #partner .partner_area {
    padding: 80px 60px;
    background: #fff;
    border: 6px #F4F4F4 solid;
    border-radius: 50px;
    text-align: center;
    position: relative; }
    #company #partner .partner_area .illust {
      position: absolute;
      top: -70px;
      left: 100px; }
    #company #partner .partner_area .partner_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 #partner .partner_area .partner_flex .box {
        width: 49%; }
        #company #partner .partner_area .partner_flex .box table {
          width: 100%;
          text-align: left;
          margin-bottom: 40px; }
          #company #partner .partner_area .partner_flex .box table th {
            font-weight: 700;
            width: 130px; }
        #company #partner .partner_area .partner_flex .box .btn_area {
          text-align: left; }

@media screen and (max-width: 767px) {
  #company #main_img .illust {
    bottom: -8vw; }
  #company .l_ttl {
    font-size: 16vw;
    margin-top: 6vw;
    letter-spacing: 1vw; }
  #company h2 {
    font-size: 7vw;
    margin: -6vw 0 5vw; }
  #company #greeting {
    padding: 2vw 0 12vw; }
    #company #greeting .greeting_flex {
      justify-content: center; }
      #company #greeting .greeting_flex .left {
        width: 60%; }
      #company #greeting .greeting_flex .right {
        width: 100%;
        padding-top: 6vw; }
        #company #greeting .greeting_flex .right .greeting_txt {
          font-size: 3.2vw;
          margin-bottom: 6vw; }
        #company #greeting .greeting_flex .right .ceo {
          font-size: 4.2vw; }
          #company #greeting .greeting_flex .right .ceo img {
            width: 35vw; }
  #company #profile {
    padding: 15vw 0; }
    #company #profile .profile_area {
      padding: 8vw 5vw;
      border: 1vw #F4F4F4 solid;
      border-radius: 8vw; }
      #company #profile .profile_area .illust {
        top: -8vw;
        right: 5vw;
        width: 20vw; }
    #company #profile .profile_img {
      padding-right: 5vw;
      margin: 0 auto 6vw; }
    #company #profile .profile_flex {
      margin-bottom: 8vw; }
      #company #profile .profile_flex table {
        width: 100%; }
        #company #profile .profile_flex table th, #company #profile .profile_flex table td {
          font-size: 3vw;
          padding: 2vw 0; }
        #company #profile .profile_flex table th {
          width: 20vw; }
          #company #profile .profile_flex table th p {
            border-left: 4px #00479D solid;
            line-height: 1;
            padding: 0 0 0.4vw 1vw; }
        #company #profile .profile_flex table td p {
          text-indent: -3vw;
          margin-left: 3vw; }
    #company #profile .gmap {
      padding-top: 60vw;
      border-radius: 4vw;
      margin-bottom: 6vw; }
  #company #partner {
    padding: 15vw 0 5vw; }
    #company #partner .partner_area {
      padding: 8vw 5vw 3vw;
      border: 1vw #F4F4F4 solid;
      border-radius: 8vw; }
      #company #partner .partner_area .illust {
        position: absolute;
        top: -8vw;
        left: 5vw;
        width: 20vw; }
      #company #partner .partner_area .partner_flex .box {
        width: 100%;
        margin-bottom: 5vw; }
        #company #partner .partner_area .partner_flex .box table {
          margin-bottom: 8vw; }
          #company #partner .partner_area .partner_flex .box table th {
            width: 20vw; }
        #company #partner .partner_area .partner_flex .box .btn_area {
          text-align: center; } }
/*=====================================================
YKCの強み
======================================================*/
#strength #main_img .illust {
  bottom: -100px; }
#strength #strength_intro {
  padding: 100px 0 380px;
  background: url("../img/top/bg_strength.png") no-repeat center;
  background-size: cover; }
  #strength #strength_intro .strength_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; }
    #strength #strength_intro .strength_flex .left {
      width: 630px; }
      #strength #strength_intro .strength_flex .left .strength_ttl {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 90px;
        font-weight: 600;
        line-height: 0.8;
        margin-top: 30px;
        letter-spacing: 5px;
        color: #fff; }
      #strength #strength_intro .strength_flex .left h2 {
        background: #fff;
        border-radius: 6px;
        padding: 10px 20px;
        text-align: center;
        line-height: 1.2;
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 30px; }
        #strength #strength_intro .strength_flex .left h2 span {
          color: #00479D; }
      #strength #strength_intro .strength_flex .left .strength_txt {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        line-height: 2;
        margin-bottom: 30px; }
    #strength #strength_intro .strength_flex .right {
      width: calc(100% - 660px); }
    @media screen and (min-width: 768px) and (max-width: 1028px) {
      #strength #strength_intro .strength_flex {
        text-align: center;
        justify-content: center; }
        #strength #strength_intro .strength_flex .left {
          width: 100%;
          margin-bottom: 60px; }
        #strength #strength_intro .strength_flex .right {
          width: 80%; } }
#strength #strength_main {
  background: #E1F2FC;
  overflow: visible;
  padding-bottom: 1px;
  z-index: 2; }
  #strength #strength_main .strength_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;
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -260px;
    border: 6px #F4F4F4 solid;
    border-radius: 50px;
    background: #fff;
    filter: drop-shadow(0 10px 14px #739AC94D);
    padding: 40px; }
    #strength #strength_main .strength_flex .txt_area {
      width: 49%; }
      #strength #strength_main .strength_flex .txt_area .ttl_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;
        align-items: flex-end;
        flex-wrap: nowrap; }
        #strength #strength_main .strength_flex .txt_area .ttl_area img {
          width: 100%; }
        #strength #strength_main .strength_flex .txt_area .ttl_area p {
          display: inline-block;
          font-size: 24px;
          font-weight: 600;
          color: #fff;
          background: #068CD3;
          border-radius: 4px;
          margin-left: 20px;
          line-height: 1.2;
          padding: 10px 20px;
          width: 180px;
          text-align: center;
          word-break: keep-all; }
      #strength #strength_main .strength_flex .txt_area .ttl {
        line-height: 1.3;
        color: #00479D;
        font-size: 30px;
        font-weight: 600;
        border-bottom: 2px #00479D solid;
        padding: 15px 0;
        margin-bottom: 20px; }
      #strength #strength_main .strength_flex .txt_area .txt {
        font-size: 18px;
        line-height: 1.8; }
    #strength #strength_main .strength_flex .photo {
      width: 48%;
      position: relative; }
      #strength #strength_main .strength_flex .photo .illust {
        position: absolute; }
        #strength #strength_main .strength_flex .photo .illust.illust01 {
          top: -100px;
          left: 40px;
          width: 45%; }
        #strength #strength_main .strength_flex .photo .illust.illust02 {
          top: -100px;
          right: 40px;
          width: 30%; }
        #strength #strength_main .strength_flex .photo .illust.illust03 {
          top: -100px;
          left: 40px;
          width: 35%; }
    #strength #strength_main .strength_flex:nth-of-type(2) {
      top: -180px; }
    #strength #strength_main .strength_flex:last-child {
      top: -100px; }
    @media screen and (min-width: 768px) and (max-width: 1028px) {
      #strength #strength_main .strength_flex {
        justify-content: center; }
        #strength #strength_main .strength_flex .txt_area {
          width: 90%;
          order: 1; }
        #strength #strength_main .strength_flex .photo {
          width: 70%;
          margin-top: 40px;
          order: 2; }
          #strength #strength_main .strength_flex .photo .illust {
            top: inherit !important;
            bottom: 0;
            left: inherit !important;
            right: -20% !important; } }

@media screen and (max-width: 767px) {
  #strength #strength_intro {
    padding: 15vw 0 76vw; }
    #strength #strength_intro .strength_flex {
      justify-content: center; }
      #strength #strength_intro .strength_flex .left {
        width: 100%;
        text-align: center;
        margin-bottom: 6vw; }
        #strength #strength_intro .strength_flex .left .strength_ttl {
          font-size: 13vw;
          margin-top: 6vw;
          letter-spacing: 0.6vw; }
        #strength #strength_intro .strength_flex .left h2 {
          border-radius: 1.2vw;
          padding: 2vw 3vw;
          font-size: 7vw;
          margin-bottom: 6vw; }
        #strength #strength_intro .strength_flex .left .strength_txt {
          font-size: 3.4vw;
          margin-bottom: 6vw; }
      #strength #strength_intro .strength_flex .right {
        width: 100%; }
  #strength #strength_main .strength_flex {
    top: -50vw;
    border: 1vw #F4F4F4 solid;
    border-radius: 10vw;
    padding: 8vw 6vw; }
    #strength #strength_main .strength_flex .txt_area {
      width: 100%;
      order: 1; }
      #strength #strength_main .strength_flex .txt_area .ttl_area {
        flex-wrap: wrap; }
        #strength #strength_main .strength_flex .txt_area .ttl_area div {
          width: 100%; }
        #strength #strength_main .strength_flex .txt_area .ttl_area .ttl01 {
          width: 93%; }
        #strength #strength_main .strength_flex .txt_area .ttl_area .ttl02 {
          width: 66%; }
        #strength #strength_main .strength_flex .txt_area .ttl_area .ttl03 {
          width: 81%; }
        #strength #strength_main .strength_flex .txt_area .ttl_area p {
          font-size: 3.8vw;
          border-radius: 0.6vw;
          margin-left: 0;
          margin-top: 2vw;
          padding: 2vw 2vw;
          width: 28vw; }
      #strength #strength_main .strength_flex .txt_area .ttl {
        font-size: 5vw;
        padding: 3vw 0;
        margin-bottom: 4vw; }
      #strength #strength_main .strength_flex .txt_area .txt {
        font-size: 3.6vw; }
    #strength #strength_main .strength_flex .photo {
      width: 100%;
      margin-top: 6vw;
      order: 2; }
      #strength #strength_main .strength_flex .photo .illust.illust01 {
        top: inherit;
        bottom: -8vw;
        left: inherit;
        right: -8vw;
        width: 45%; }
      #strength #strength_main .strength_flex .photo .illust.illust02 {
        top: inherit;
        bottom: -8vw;
        left: inherit;
        right: -8vw;
        width: 30%; }
      #strength #strength_main .strength_flex .photo .illust.illust03 {
        top: inherit;
        bottom: -8vw;
        left: inherit;
        right: -8vw;
        width: 35%; }
    #strength #strength_main .strength_flex:nth-of-type(2) {
      top: -30vw; }
    #strength #strength_main .strength_flex:last-child {
      top: -10vw; } }
/*=====================================================
採用情報
======================================================*/
#recruit #rec_main_img {
  margin-top: 100px;
  margin-bottom: 80px;
  position: relative; }
  #recruit #rec_main_img .main_img_entry {
    background: #D62914;
    width: 220px;
    height: 220px;
    border-radius: 300px;
    position: absolute;
    bottom: 20px;
    right: 20px; }
    #recruit #rec_main_img .main_img_entry span {
      font-size: 54px;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 700;
      color: #fff;
      text-align: center;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: 2; }
    #recruit #rec_main_img .main_img_entry:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      border-radius: 300px;
      background: #D62914; }
    #recruit #rec_main_img .main_img_entry:hover:after {
      opacity: 0;
      width: 115%;
      height: 115%;
      transition: 0.3s; }
#recruit #rec_intro {
  overflow: visible;
  background: #00479D;
  padding: 0px 0 40px;
  position: relative; }
  #recruit #rec_intro:before {
    content: "";
    height: 240px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0; }
  #recruit #rec_intro .copy_area {
    background: #fff;
    width: 100%;
    border: 6px #00479D solid;
    filter: drop-shadow(0 13px 10px #00000029);
    padding: 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2; }
    #recruit #rec_intro .copy_area .copy_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;
      border: 3px #00479D solid;
      padding: 80px; }
      #recruit #rec_intro .copy_area .copy_flex .copy {
        width: 49%; }
        #recruit #rec_intro .copy_area .copy_flex .copy h2 {
          font-family: "Dela Gothic One", sans-serif;
          font-size: 60px;
          line-height: 1.3;
          filter: drop-shadow(3px 3px 0 #CEEFFF); }
          #recruit #rec_intro .copy_area .copy_flex .copy h2 span {
            color: #00479D; }
      #recruit #rec_intro .copy_area .copy_flex .txt {
        width: 50%;
        font-size: 20px;
        font-weight: 600; }
        #recruit #rec_intro .copy_area .copy_flex .txt span {
          background: linear-gradient(transparent 40%, #FFDD01 60%); }
      @media screen and (min-width: 881px) and (max-width: 1280px) {
        #recruit #rec_intro .copy_area .copy_flex {
          padding: 30px; }
          #recruit #rec_intro .copy_area .copy_flex .copy h2 {
            font-size: calc(40px + 20 * (100vw - 768px) / 512); }
          #recruit #rec_intro .copy_area .copy_flex .txt {
            font-size: calc(18px + 2 * (100vw - 768px) / 512); } }
      @media screen and (min-width: 768px) and (max-width: 880px) {
        #recruit #rec_intro .copy_area .copy_flex {
          padding: 30px;
          justify-content: center; }
          #recruit #rec_intro .copy_area .copy_flex .copy {
            width: 95%;
            margin-bottom: 30px; }
          #recruit #rec_intro .copy_area .copy_flex .txt {
            width: 95%; } }
#recruit .blur {
  animation: blur 1s ease;
  animation-fill-mode: forwards; }
@keyframes blur {
  0% {
    filter: blur(16px);
    opacity: 0; }
  15% {
    filter: blur(5px);
    opacity: 0.2; }
  33.3% {
    filter: blur(3px);
    opacity: 0.5; }
  50% {
    filter: blur(1px);
    opacity: 1; }
  100% {
    filter: blur(0);
    opacity: 1; } }
#recruit .rec_navi {
  background: #00479D;
  padding: 60px 0 40px; }
  #recruit .rec_navi .rec_navi_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: center; }
  #recruit .rec_navi .btn_require, #recruit .rec_navi .btn_entry {
    width: 40%;
    display: inline-block;
    border-radius: 100px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 15px 60px;
    position: relative;
    margin: 0 10px 20px;
    min-width: 430px; }
    #recruit .rec_navi .btn_require:before, #recruit .rec_navi .btn_require:after, #recruit .rec_navi .btn_entry:before, #recruit .rec_navi .btn_entry:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 50px;
      transition: 0.3s; }
    #recruit .rec_navi .btn_require:before, #recruit .rec_navi .btn_entry:before {
      right: 20px;
      width: 34px;
      height: 34px; }
    #recruit .rec_navi .btn_require:after, #recruit .rec_navi .btn_entry:after {
      right: 31px;
      width: 14px;
      height: 14px; }
    #recruit .rec_navi .btn_require:hover:after, #recruit .rec_navi .btn_entry:hover:after {
      right: 21px;
      width: 34px;
      height: 34px;
      transition: 0.3s; }
  #recruit .rec_navi .btn_require {
    background: #F5A63A;
    filter: drop-shadow(0 6px 0 #E56A00); }
    #recruit .rec_navi .btn_require:before {
      border: 1px #EA5918 solid; }
    #recruit .rec_navi .btn_require:after {
      background: #EA5918; }
  #recruit .rec_navi .btn_entry {
    background: #D62914;
    filter: drop-shadow(0 6px 0 #9B0F0F); }
    #recruit .rec_navi .btn_entry:before {
      border: 1px #770808 solid; }
    #recruit .rec_navi .btn_entry:after {
      background: #770808; }
#recruit .rec_ttl {
  font-size: 80px;
  font-family: "Dela Gothic One", sans-serif;
  line-height: 1.1;
  margin-bottom: 50px; }
  #recruit .rec_ttl span {
    color: #00479D; }
#recruit .rec_ttl_sub {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #068CD3;
  line-height: 1.1;
  font-size: 54px; }
#recruit #personality {
  background: url("../img/recruit/bg_personality.png") no-repeat top center;
  background-size: 100%;
  padding: 100px 0;
  text-align: center; }
  #recruit #personality .personal_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 #personality .personal_flex .box {
      width: 32%; }
      #recruit #personality .personal_flex .box img {
        margin-bottom: 20px; }
      #recruit #personality .personal_flex .box .ttl {
        display: inline-block;
        background: #00479D;
        border-radius: 2px;
        line-height: 1.1;
        padding: 5px 20px;
        color: #fff;
        font-size: 32px;
        margin-bottom: 5px;
        font-weight: 700;
        word-break: keep-all; }
      #recruit #personality .personal_flex .box .txt {
        font-size: 18px;
        text-align: left;
        margin-top: 20px;
        padding: 0 20px; }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      #recruit #personality .personal_flex {
        justify-content: center; }
        #recruit #personality .personal_flex .box {
          width: 40%;
          margin: 0 1% 30px; } }
#recruit #works {
  padding: 50px 0;
  text-align: center; }
  #recruit #works .works_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-bottom: 60px; }
    #recruit #works .works_flex .photo {
      width: 49%; }
    #recruit #works .works_flex .txt_area {
      width: 49%;
      border-bottom: 2px #00479D solid; }
      #recruit #works .works_flex .txt_area .box {
        padding: 0 0 0 30px;
        margin-bottom: 30px;
        border-left: 10px #00479D solid; }
        #recruit #works .works_flex .txt_area .box .ttl {
          position: relative;
          text-align: left; }
          #recruit #works .works_flex .txt_area .box .ttl img {
            max-width: 320px;
            width: 65%;
            position: relative;
            z-index: 2; }
          #recruit #works .works_flex .txt_area .box .ttl .number {
            font-size: 130px;
            color: #E1F2FC;
            font-family: "Dela Gothic One", sans-serif;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
            line-height: 1; }
        #recruit #works .works_flex .txt_area .box .txt {
          margin-top: 20px;
          font-size: 22px;
          font-weight: 600;
          text-align: left; }
#recruit #data {
  background: url("../img/common/bg_grid01.svg");
  padding: 100px 0;
  text-align: center; }
  #recruit #data .masonry {
    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;
    width: 100%; }
    #recruit #data .masonry .item {
      width: 32%;
      margin-bottom: 20px; }
      #recruit #data .masonry .item.column1 {
        width: 49%; }
      #recruit #data .masonry .item.column2 {
        width: 66%; }
#recruit #benefit {
  padding: 100px 0;
  text-align: center;
  background: url("../img/recruit/bg_benefits.png") no-repeat top center;
  background-size: cover; }
  #recruit #benefit .rec_ttl {
    color: #fff; }
  #recruit #benefit .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 #benefit .flex .box {
      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;
      width: 49%;
      background: #fff;
      border-right: 20px #59B4E2 solid;
      padding: 20px;
      margin-bottom: 30px; }
      #recruit #benefit .flex .box .icon {
        width: 100px;
        height: 100px;
        background: #E1F2FC;
        border-radius: 2px;
        position: relative;
        margin-right: 30px; }
        #recruit #benefit .flex .box .icon img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      #recruit #benefit .flex .box .txt_area {
        width: calc(100% - 140px);
        text-align: left; }
        #recruit #benefit .flex .box .txt_area .ttl {
          font-size: 34px;
          font-weight: 700;
          color: #00479D;
          border-bottom: 1px #00479D solid;
          line-height: 1.2;
          padding-bottom: 10px;
          margin-bottom: 10px; }
        #recruit #benefit .flex .box .txt_area .txt {
          font-size: 18px; }
#recruit #requirement {
  padding: 100px 0;
  text-align: center; }
  #recruit #requirement .ttl_sales {
    display: inline-block;
    position: relative;
    color: #fff;
    background: #00479D;
    font-size: 60px;
    font-family: "Dela Gothic One", sans-serif;
    line-height: 1;
    padding: 10px 30px;
    border-radius: 2px;
    margin-top: 20px; }
    #recruit #requirement .ttl_sales:after {
      content: "";
      width: 390px;
      height: 4px;
      background: #00479D;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1; }
  #recruit #requirement table {
    width: 100%;
    margin-bottom: 50px; }
    #recruit #requirement table th, #recruit #requirement table td {
      text-align: left;
      padding: 20px 0;
      font-size: 22px; }
    #recruit #requirement table th {
      width: 210px;
      border-bottom: 2px #00479D solid;
      color: #00479D;
      font-weight: 600; }
    #recruit #requirement table td {
      padding-left: 40px;
      border-bottom: 1px #C3C3C3 solid; }
  #recruit #requirement .require_txt {
    font-weight: 600;
    font-size: 22px;
    text-align: left; }
    #recruit #requirement .require_txt a {
      color: #00479D;
      text-decoration: underline; }
      #recruit #requirement .require_txt a:hover {
        text-decoration: none; }

@media screen and (max-width: 767px) {
  #recruit #rec_main_img {
    margin-top: 15vw;
    margin-bottom: 10vw; }
    #recruit #rec_main_img .main_img_entry {
      width: 20vw;
      height: 20vw;
      bottom: 4vw;
      right: 4vw; }
      #recruit #rec_main_img .main_img_entry span {
        font-size: 5vw; }
  #recruit #rec_intro {
    padding: 0px 0 4vw; }
    #recruit #rec_intro:before {
      height: 50vw; }
    #recruit #rec_intro .copy_area {
      border: 1vw #00479D solid;
      filter: drop-shadow(0 2.6vw 2vw #00000029);
      padding: 2vw;
      margin-bottom: 8vw; }
      #recruit #rec_intro .copy_area .copy_flex {
        border: 0.5vw #00479D solid;
        padding: 4vw; }
        #recruit #rec_intro .copy_area .copy_flex .copy {
          width: 100%;
          text-align: center;
          margin-bottom: 5vw; }
          #recruit #rec_intro .copy_area .copy_flex .copy h2 {
            font-size: 10vw;
            filter: drop-shadow(0.6vw 0.6vw 0 #CEEFFF); }
        #recruit #rec_intro .copy_area .copy_flex .txt {
          width: 100%;
          font-size: 3.8vw; }
  #recruit .rec_navi {
    padding: 12vw 0 8vw; }
    #recruit .rec_navi .btn_require, #recruit .rec_navi .btn_entry {
      width: 80%;
      font-size: 5vw;
      padding: 3vw 10vw;
      margin: 0 0 4vw;
      min-width: inherit; }
      #recruit .rec_navi .btn_require:before, #recruit .rec_navi .btn_entry:before {
        right: 4vw;
        width: 5vw;
        height: 5vw; }
      #recruit .rec_navi .btn_require:after, #recruit .rec_navi .btn_entry:after {
        right: 5.6vw;
        width: 2vw;
        height: 2vw; }
      #recruit .rec_navi .btn_require:hover:after, #recruit .rec_navi .btn_entry:hover:after {
        right: 4.15vw;
        width: 5vw;
        height: 5vw;
        transition: 0.3s; }
    #recruit .rec_navi .btn_require {
      filter: drop-shadow(0 1vw 0 #E56A00); }
    #recruit .rec_navi .btn_entry {
      filter: drop-shadow(0 1vw 0 #9B0F0F); }
  #recruit .rec_ttl {
    font-size: 11vw;
    margin-bottom: 10vw; }
  #recruit .rec_ttl_sub {
    font-size: 8vw; }
  #recruit #personality {
    padding: 12vw 0; }
    #recruit #personality .personal_flex {
      justify-content: center; }
      #recruit #personality .personal_flex .box {
        width: 80%;
        margin-bottom: 5vw; }
        #recruit #personality .personal_flex .box img {
          margin-bottom: 4vw; }
        #recruit #personality .personal_flex .box .ttl {
          padding: 1vw 4vw;
          font-size: 6vw;
          margin-bottom: 1vw; }
        #recruit #personality .personal_flex .box .txt {
          font-size: 3.6vw;
          margin-top: 4vw;
          padding: 0 4vw; }
  #recruit #works {
    padding: 10vw 0; }
    #recruit #works .works_flex {
      margin-bottom: 10vw; }
      #recruit #works .works_flex .photo {
        width: 100%;
        order: 2; }
      #recruit #works .works_flex .txt_area {
        width: 100%;
        order: 1;
        margin-bottom: 6vw; }
        #recruit #works .works_flex .txt_area .box {
          padding: 0 0 0 5vw;
          margin-bottom: 6vw;
          border-left: 2vw #00479D solid; }
          #recruit #works .works_flex .txt_area .box .ttl .number {
            font-size: 26vw; }
          #recruit #works .works_flex .txt_area .box .txt {
            margin-top: 4vw;
            font-size: 3.8vw; }
  #recruit #data {
    padding: 12vw 0; }
    #recruit #data .masonry .item {
      width: 49%;
      margin-bottom: 4vw; }
      #recruit #data .masonry .item.column1 {
        width: 100%; }
      #recruit #data .masonry .item.column2 {
        width: 100%; }
  #recruit #benefit {
    padding: 12vw 0; }
    #recruit #benefit .flex .box {
      width: 100%;
      border-right: 3vw #59B4E2 solid;
      padding: 4vw;
      margin-bottom: 6vw; }
      #recruit #benefit .flex .box .icon {
        width: 20vw;
        height: 20vw;
        margin-right: 4vw; }
      #recruit #benefit .flex .box .txt_area {
        width: calc(100% - 24vw); }
        #recruit #benefit .flex .box .txt_area .ttl {
          font-size: 5.5vw;
          padding-bottom: 2vw;
          margin-bottom: 2vw; }
        #recruit #benefit .flex .box .txt_area .txt {
          font-size: 3.6vw; }
  #recruit #requirement {
    padding: 12vw 0; }
    #recruit #requirement .ttl_sales {
      font-size: 8vw;
      padding: 2vw 6vw;
      margin-top: 4vw; }
      #recruit #requirement .ttl_sales:after {
        width: 60vw;
        height: 0.6vw; }
    #recruit #requirement table {
      margin-bottom: 10vw; }
      #recruit #requirement table th, #recruit #requirement table td {
        padding: 4vw 0;
        font-size: 3.8vw; }
      #recruit #requirement table th {
        width: 28vw; }
      #recruit #requirement table td {
        padding-left: 5vw; }
    #recruit #requirement .require_txt {
      font-size: 3.8vw; } }
/*=====================================================
お問合わせ
======================================================*/
#contact #contact_intro {
  padding: 0px 0 80px;
  text-align: center; }
  #contact #contact_intro .txt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px; }
  #contact #contact_intro .cta_tel {
    width: 100%;
    max-width: 600px;
    display: inline-block;
    background: #fff;
    border-radius: 100px;
    height: 140px;
    position: relative;
    text-align: center;
    padding-left: 40px;
    color: #212121;
    padding-top: 25px;
    border: 3px #00479D solid; }
    #contact #contact_intro .cta_tel .icon {
      position: absolute;
      left: 10px;
      top: -10px;
      width: 25%; }
    #contact #contact_intro .cta_tel p {
      position: relative;
      z-index: 2; }
    #contact #contact_intro .cta_tel strong {
      font-family: "Barlow Condensed", sans-serif;
      font-size: 60px;
      font-weight: 600;
      color: #00479D;
      line-height: 1; }
    #contact #contact_intro .cta_tel:hover {
      opacity: 0.7;
      transition: 0.3s; }
#contact #form_main {
  padding: 100px 0 20px;
  background: #E1F2FC;
  text-align: center; }
  #contact #form_main .ttl {
    color: #00479D;
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 700; }
  #contact #form_main .txt {
    display: inline-block;
    text-align: left; }
  #contact #form_main .form_area {
    background: #fff;
    border: 6px #F4F4F4 solid;
    border-radius: 50px;
    margin: 50px 0;
    padding: 50px 5%;
    filter: drop-shadow(0 10px 14px #739AC94D); }
    #contact #form_main .form_area table {
      width: 100%; }
      #contact #form_main .form_area table th, #contact #form_main .form_area table td {
        padding: 7px 0;
        position: relative;
        text-align: left;
        vertical-align: top; }
      #contact #form_main .form_area table th {
        font-size: 24px;
        font-weight: 600;
        padding-right: 65px;
        width: 350px; }
        #contact #form_main .form_area table th span {
          background: #00479D;
          border-radius: 4px;
          line-height: 1;
          padding: 3px 8px 5px;
          font-size: 20px;
          font-weight: 500;
          position: absolute;
          right: 0;
          top: 15px;
          color: #fff; }
      #contact #form_main .form_area table td {
        padding-left: 30px; }
        #contact #form_main .form_area table td input[type=text], #contact #form_main .form_area table td input[type=tel], #contact #form_main .form_area table td input[type=email], #contact #form_main .form_area table td select, #contact #form_main .form_area table td textarea {
          width: 100%;
          padding: 8px 10px;
          box-sizing: border-box;
          font-size: 20px; }
    #contact #form_main .form_area .btn_area {
      margin-top: 30px; }
    #contact #form_main .form_area .wpcf7-spinner {
      display: none; }
    #contact #form_main .form_area input[type=submit] {
      outline: none;
      border: none;
      cursor: pointer;
      font-weight: 500;
      position: relative;
      margin: 0 10px 20px; }
      #contact #form_main .form_area input[type=submit]:hover {
        opacity: 0.7; }
    #contact #form_main .form_area .clear_btn {
      border: none;
      font-weight: 500;
      background: #A8B3BF;
      margin: 0 10px;
      cursor: pointer; }
      #contact #form_main .form_area .clear_btn:hover {
        opacity: 0.7; }
#contact #privacy {
  padding: 100px 0; }
  #contact #privacy .contents_wrap {
    max-width: 820px; }
  #contact #privacy .ttl {
    color: #00479D;
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px #00479D solid;
    margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  #contact #contact_intro {
    padding: 0px 0 12vw; }
    #contact #contact_intro .txt {
      font-size: 3.8vw;
      margin-bottom: 6vw; }
    #contact #contact_intro .cta_tel {
      width: 100%;
      height: 28vw;
      margin: 2vw 0;
      padding-left: 8vw;
      padding-top: 5vw; }
      #contact #contact_intro .cta_tel .icon {
        position: absolute;
        left: 2vw;
        top: 50%;
        transform: translateY(-50%);
        width: 25%; }
      #contact #contact_intro .cta_tel strong {
        font-size: 10vw; }
  #contact #form_main {
    padding: 12vw 0 4vw; }
    #contact #form_main .ttl {
      font-size: 8vw;
      margin-bottom: 4vw; }
    #contact #form_main .form_area {
      border: 1vw #F4F4F4 solid;
      border-radius: 8vw;
      margin: 8vw 0;
      padding: 6vw 5%;
      filter: drop-shadow(0 2vw 2.8vw #739AC94D); }
      #contact #form_main .form_area table th, #contact #form_main .form_area table td {
        padding: 0;
        display: block;
        width: 100%; }
      #contact #form_main .form_area table th {
        font-size: 3.8vw;
        padding-right: 0;
        margin-top: 2vw; }
        #contact #form_main .form_area table th span {
          display: inline-block;
          padding: 0.6vw 1.2vw 1vw;
          font-size: 3.2vw;
          position: relative;
          right: inherit;
          top: inherit;
          margin-left: 2vw;
          vertical-align: 0.3vw; }
      #contact #form_main .form_area table td {
        padding-left: 0;
        margin-bottom: 2vw; }
        #contact #form_main .form_area table td input[type=text], #contact #form_main .form_area table td input[type=tel], #contact #form_main .form_area table td input[type=email], #contact #form_main .form_area table td select, #contact #form_main .form_area table td textarea {
          padding: 1.6vw 2vw;
          font-size: 3.8vw; }
      #contact #form_main .form_area .btn_area {
        margin-top: 6vw; }
      #contact #form_main .form_area input[type=submit] {
        width: 48%;
        margin: 0 1% 4vw; }
      #contact #form_main .form_area .clear_btn {
        width: 48%;
        margin: 0 1%; }
  #contact #privacy {
    padding: 12vw 0; }
    #contact #privacy .ttl {
      font-size: 5vw;
      padding: 3vw 0;
      margin-bottom: 6vw; } }
