@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
#top {
  /*タイトルの下線部*/ }
  #top .con_nav {
    display: none;
    position: absolute;
    top: 33%;
    right: 35.5px;
    transform: translateY(-50%);
    width: 42px;
    height: 35px;
    cursor: pointer;
    z-index: 3; }
    @media screen and (max-width: 1024px) {
      #top .con_nav {
        display: block; } }
  #top .p-mainVisual {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      #top .p-mainVisual {
        height: 507px; } }
    #top .p-mainVisual__bg {
      height: 100%;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__bg {
          width: calc(100% - 30px); } }
    #top .p-mainVisual__swipe {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: calc(436 / 1063 * 100%);
      background-color: #FFFFFF;
      line-height: 0; }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__swipe {
          top: 23px;
          transform: none;
          width: 296px; } }
      #top .p-mainVisual__swipe-inner {
        width: 100%;
        height: 100%; }
      #top .p-mainVisual__swipe-wrap {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: -125px; }
        @media screen and (max-width: 768px) {
          #top .p-mainVisual__swipe-wrap {
            right: -30px; } }
      #top .p-mainVisual__swipe-item {
        width: 100%;
        height: 23.6vw;
        max-height: 500px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        @media screen and (max-width: 768px) {
          #top .p-mainVisual__swipe-item {
            height: 205px; } }
    #top .p-mainVisual__catch {
      position: absolute;
      top: 50%;
      left: 25%;
      transform: translate(-50%, -50%);
      max-width: 466px;
      width: 100%;
      color: #FFFFFF; }
      @media screen and (max-width: 1168px) {
        #top .p-mainVisual__catch {
          left: 30px;
          transform: translateY(-50%); } }
      @media screen and (max-width: 1024px) {
        #top .p-mainVisual__catch {
          max-width: 400px; } }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__catch {
          top: auto;
          bottom: 54px;
          transform: none; } }
      @media screen and (max-width: 568px) {
        #top .p-mainVisual__catch {
          max-width: calc(100% - 30px);
          left: 0;
          padding: 0 15px 0 30px; } }
      #top .p-mainVisual__catch-heading {
        font-size: 70px;
        margin-bottom: 18px; }
        @media screen and (max-width: 1024px) {
          #top .p-mainVisual__catch-heading {
            font-size: 52px; } }
        @media screen and (max-width: 768px) {
          #top .p-mainVisual__catch-heading {
            font-size: 40px; } }
        @media screen and (max-width: 376px) {
          #top .p-mainVisual__catch-heading {
            font-size: 40px; } }
        #top .p-mainVisual__catch-heading small {
          font-size: 32px; }
          @media screen and (max-width: 1024px) {
            #top .p-mainVisual__catch-heading small {
              font-size: 26px; } }
          @media screen and (max-width: 768px) {
            #top .p-mainVisual__catch-heading small {
              font-size: 22px; } }
      #top .p-mainVisual__catch-desc {
        font-size: 18px;
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          #top .p-mainVisual__catch-desc {
            font-size: 16px; } }
        @media screen and (max-width: 768px) {
          #top .p-mainVisual__catch-desc {
            font-size: 14px; } }
    #top .p-mainVisual .strong-fz {
      font-size: 25.5px; }
      @media screen and (max-width: 1024px) {
        #top .p-mainVisual .strong-fz {
          font-size: 19px; } }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual .strong-fz {
          font-size: 15.5px; } }
      @media screen and (max-width: 376px) {
        #top .p-mainVisual .strong-fz {
          font-size: 15px; } }
    #top .p-mainVisual__scroll {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      position: absolute;
      bottom: 105px;
      right: -55px;
      transform: rotate(90deg); }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__scroll {
          bottom: 125px;
          right: -68px; } }
      #top .p-mainVisual__scroll-txt {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.05em;
        display: inline-block;
        margin-right: 12px; }
      #top .p-mainVisual__scroll-bar {
        display: inline-block;
        width: 100px;
        height: 2px;
        background-color: #CCCCCC;
        position: relative;
        overflow: hidden; }
        #top .p-mainVisual__scroll-bar:before {
          content: '';
          width: 50%;
          height: 2px;
          position: absolute;
          top: 0;
          left: -50%;
          display: inline-block;
          background-color: #008FEC; }
  #top #wrapper {
    padding: 0 0; }
    @media screen and (max-width: 1168px) {
      #top #wrapper {
        padding: 0px 0 0; } }
  #top #newslist {
    padding-bottom: 0; }
    @media screen and (max-width: 768px) {
      #top #newslist .c-newslist__wrap {
        background-color: #F7F7F7;
        padding: 15px 0 30px; } }
    @media screen and (max-width: 768px) {
      #top #newslist .c-newslist dl dt {
        margin-bottom: 5px; } }
    #top #newslist .c-newslist dl dd {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  #top .aboutus .l-lowerCaption__inner {
    margin-top: 140px;
    margin-bottom: 35px;
    z-index: 100; }
    @media screen and (max-width: 1024px) {
      #top .aboutus .l-lowerCaption__inner {
        margin-top: 50px; } }
    #top .aboutus .l-lowerCaption__inner .l-lowerCaption__title {
      text-align: center;
      color: #008FEC;
      font-size: 54px;
      height: 76px; }
    #top .aboutus .l-lowerCaption__inner span {
      display: block;
      font-size: 16px;
      text-align: center; }
  #top .aboutus .p-about {
    padding-top: 80px;
    padding-bottom: 60px; }
    @media screen and (max-width: 1000px) {
      #top .aboutus .p-about {
        padding-top: 0px;
        padding-bottom: 0px; } }
    #top .aboutus .p-about .l-col2__detail {
      position: relative; }
      #top .aboutus .p-about .l-col2__detail:before {
        content: '';
        display: block;
        width: 0px;
        height: 511px;
        position: absolute;
        top: 50%;
        left: 380px;
        transform: translateY(-50%);
        z-index: -1; }
        @media screen and (max-width: 1024px) {
          #top .aboutus .p-about .l-col2__detail:before {
            left: 50px; } }
        @media screen and (max-width: 768px) {
          #top .aboutus .p-about .l-col2__detail:before {
            left: 80px;
            width: 0px;
            height: 357.7px; } }
        @media screen and (max-width: 568px) {
          #top .aboutus .p-about .l-col2__detail:before {
            left: 80px;
            width: 0px;
            height: 255.5px; } }
  #top .aboutus .bg_blue {
    background-color: #EDF5FC;
    padding-top: 0;
    margin-top: 0px;
    position: relative; }
    #top .aboutus .bg_blue .triangle01::after {
      content: " ";
      border-style: solid;
      border-color: #fff transparent transparent transparent;
      border-top: 400px solid transparent;
      border-right: 400px solid #fff;
      border-bottom: 400px solid #fff;
      border-left: 400px solid transparent;
      position: absolute;
      top: 0%;
      left: -25%;
      height: 0px;
      width: 0px;
      transform: rotate(180deg); }
      @media screen and (max-width: 1024px) {
        #top .aboutus .bg_blue .triangle01::after {
          content: " ";
          border-style: solid;
          border-color: #fff transparent transparent transparent;
          border-top: 400px solid transparent;
          border-right: 400px solid #fff;
          border-bottom: 400px solid #fff;
          border-left: 400px solid transparent;
          position: absolute;
          top: 0%;
          left: -42%;
          height: 0px;
          width: 0px;
          transform: rotate(180deg); } }
      @media screen and (max-width: 768px) {
        #top .aboutus .bg_blue .triangle01::after {
          content: " ";
          border-style: solid;
          border-color: #fff transparent transparent transparent;
          border-top: 400px solid transparent;
          border-right: 400px solid #fff;
          border-bottom: 400px solid #fff;
          border-left: 400px solid transparent;
          position: absolute;
          top: 0%;
          left: -85%;
          height: 0px;
          width: 0px;
          transform: rotate(180deg); } }
      @media screen and (max-width: 568px) {
        #top .aboutus .bg_blue .triangle01::after {
          display: none; } }
    #top .aboutus .bg_blue .triangle02::after {
      content: " ";
      border-style: solid;
      border-color: #fff transparent transparent transparent;
      border-top: 180px solid transparent;
      border-right: 180px solid #fff;
      border-bottom: 180px solid #fff;
      border-left: 180px solid transparent;
      position: absolute;
      top: 0%;
      top: 55.4%;
      right: 0%;
      width: 0px;
      transform: rotate(360deg); }
      @media screen and (max-width: 1168px) {
        #top .aboutus .bg_blue .triangle02::after {
          display: none; } }
  @media screen and (max-width: 1024px) {
    #top .aboutus .bg_aboutus {
      padding-top: 30px; } }
  #top .l-section {
    padding-top: 60px;
    padding-bottom: 60px; }
  #top .p-reason {
    max-width: 4000px;
    background-color: #008FEC; }
    #top .p-reason .c-card01__body {
      min-height: 250px; }
      @media screen and (max-width: 1024px) {
        #top .p-reason .c-card01__body {
          min-height: 280px; } }
      @media screen and (max-width: 768px) {
        #top .p-reason .c-card01__body {
          min-height: 260px; } }
      @media screen and (max-width: 570px) {
        #top .p-reason .c-card01__body {
          min-height: 200px; } }
    #top .p-reason .l-lowerCaption__inner {
      color: #fff; }
    #top .p-reason .l-col2__detail {
      position: relative; }
      #top .p-reason .l-col2__detail:before {
        content: '';
        display: block;
        background: url("/inc/image/top/img_loader.jpg") no-repeat center/contain;
        width: 968px;
        height: 519px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: -1; }
        @media screen and (max-width: 768px) {
          #top .p-reason .l-col2__detail:before {
            width: 658px;
            height: 357.7px; } }
        @media screen and (max-width: 568px) {
          #top .p-reason .l-col2__detail:before {
            width: 484px;
            height: 259.5px; } }
    #top .p-reason .l-lowerCaption__inner {
      max-width: 1138px;
      margin: 0 auto;
      margin-bottom: 40px; }
      #top .p-reason .l-lowerCaption__inner .l-lowerCaption__title {
        text-align: center;
        color: #fff;
        font-size: 54px;
        height: 76px; }
      #top .p-reason .l-lowerCaption__inner span {
        display: block;
        font-size: 16px;
        text-align: center; }
    #top .p-reason .c-card01 {
      padding-top: 30px; }
      #top .p-reason .c-card01 h3 {
        margin-top: 10px;
        margin-bottom: 10px; }
      #top .p-reason .c-card01 p {
        color: #000;
        padding-bottom: 40px; }
    #top .p-reason .parent {
      /*親要素はrelativeに*/
      position: relative;
      margin-top: 15px; }
    #top .p-reason .absolute {
      position: absolute;
      top: -15px;
      left: -10px;
      padding: 20px;
      background-color: #fff; }
    #top .p-reason .pb0 {
      padding-bottom: 0px !important;
      font-size: 40px;
      color: #008FEC !important;
      font-weight: bolder;
      line-height: 1em !important; }
  #top .p-service {
    padding-top: 40px;
    padding-bottom: 120px; }
    #top .p-service .bg_img {
      background: url("/inc/image/top/bg_pipe_big.png") no-repeat center/contain;
      padding-bottom: 0; }
      @media screen and (max-width: 768px) {
        #top .p-service .bg_img {
          background: none; } }
    @media screen and (max-width: 768px) {
      #top .p-service .bg_img_01 {
        background: none; } }
    #top .p-service .l-col2__detail {
      position: relative; }
      #top .p-service .l-col2__detail:before {
        content: '';
        display: block;
        width: 0px;
        height: 511px;
        position: absolute;
        top: 50%;
        left: 380px;
        transform: translateY(-50%);
        z-index: -1; }
        @media screen and (max-width: 1024px) {
          #top .p-service .l-col2__detail:before {
            left: 50px; } }
        @media screen and (max-width: 768px) {
          #top .p-service .l-col2__detail:before {
            left: 80px;
            width: 658px;
            height: 357.7px; } }
        @media screen and (max-width: 568px) {
          #top .p-service .l-col2__detail:before {
            left: 80px;
            width: 470px;
            height: 255.5px; } }
    #top .p-service .l-lowerCaption__inner .l-lowerCaption__title {
      text-align: center;
      color: #008FEC;
      font-size: 54px;
      height: 76px; }
    #top .p-service .l-lowerCaption__inner span {
      display: block;
      font-size: 16px;
      text-align: center; }
  #top .p-factory .l-tbl-bgImg {
    background-color: #008FEC; }
  #top .p-factory .l-section {
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px; }
    @media screen and (max-width: 768px) {
      #top .p-factory .l-section {
        padding: 0 15px 90px; } }
  #top .p-factory .c-ttl-2 {
    margin-bottom: 20px; }
  #top .p-factory .l-lowerCaption__inner .l-lowerCaption__title {
    text-align: center;
    color: #008FEC;
    font-size: 54px;
    height: 76px; }
  #top .p-factory .l-lowerCaption__inner span {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      #top .p-factory .l-lowerCaption__inner span {
        margin-bottom: 0px; } }
  #top .p-factory .factory-mtbox {
    padding-top: 27px;
    margin-top: -60px;
    padding: 20px 50px;
    padding-bottom: 10px;
    background-color: #fff; }
  #top .p-factory .setubi {
    display: -ms-flexbox;
    display: flex; }
    #top .p-factory .setubi li {
      min-height: 2em;
      min-width: 2em; }
  #top .p-factory .c-whiteBox_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #fff; }
    @media screen and (max-width: 1080px) {
      #top .p-factory .c-whiteBox_flex {
        -ms-flex-direction: column;
            flex-direction: column; } }
  #top .p-factory .c-whiteBox {
    padding: 30px 25px; }
    @media screen and (max-width: 500px) {
      #top .p-factory .c-whiteBox {
        padding: 30px 15px; } }
  #top .p-factory .f-whitebox {
    background-color: #008FEC;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 50px; }
    @media screen and (max-width: 500px) {
      #top .p-factory .f-whitebox {
        padding-left: 3%;
        padding-right: 3%; } }
  #top .p-factory .setubi_box {
    width: 100%; }
    @media screen and (max-width: 500px) {
      #top .p-factory .setubi_box li {
        font-size: 14px; } }
    #top .p-factory .setubi_box span {
      text-align: right;
      float: right;
      clear: both; }
      @media screen and (max-width: 1080px) {
        #top .p-factory .setubi_box span {
          margin-right: 45%; } }
      @media screen and (max-width: 900px) {
        #top .p-factory .setubi_box span {
          margin-right: 33%; } }
      @media screen and (max-width: 768px) {
        #top .p-factory .setubi_box span {
          margin-right: 10%; } }
      @media screen and (max-width: 500px) {
        #top .p-factory .setubi_box span {
          margin-right: 0%; } }
  #top .p-factory th {
    border-color: #008FEC; }
  @media screen and (max-width: 500px) {
    #top .p-factory .setubi_right li {
      font-size: 14px; } }
  #top .p-factory .box_50 {
    width: 50%; }
  #top .p-factory .factory-br {
    display: none; }
    @media screen and (max-width: 430px) {
      #top .p-factory .factory-br {
        display: block; } }
  #top .p-factory .company-span {
    font-size: 20px; }
  #top .client .l-lowerCaption__inner .l-lowerCaption__title {
    text-align: center;
    color: #008FEC;
    font-size: 54px;
    height: 76px; }
  #top .client .l-lowerCaption__inner span {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px; }
  #top .client .c-tbl {
    max-width: 660px;
    margin: 0 auto;
    border: 5px solid #008FEC; }
  #top .client .c-tbl__scroll {
    width: 47%;
    margin: 0 auto; }
    @media screen and (max-width: 900px) {
      #top .client .c-tbl__scroll {
        width: 100%; } }
  #top .client .c-tbl__list--name {
    width: 100%; }
  #top .client .c-tbl__list--format {
    width: 30%; }
  #top .client th {
    background-color: #E0EFF9; }
    @media screen and (max-width: 550px) {
      #top .client th {
        display: block;
        float: left;
        clear: both;
        width: 100%; } }
  #top .client td {
    border: none;
    padding: 11.5px 37px;
    font-weight: 500;
    display: table-cell; }
    @media screen and (max-width: 600px) {
      #top .client td {
        padding: 8.5px 15px;
        display: block;
        float: left;
        clear: both;
        width: 100%; } }
  #top .client caption {
    caption-side: bottom;
    /* 下 */
    text-align: right;
    /* 左 */ }
  @media screen and (max-width: 550px) {
    #top .client .td-none {
      display: none; } }
  #top .flex {
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 900px) {
      #top .flex {
        -ms-flex-direction: column;
            flex-direction: column; } }
  #top .bg_company {
    background: url("/inc/image/top/bg_company02.png") no-repeat center/100%; }
    @media screen and (max-width: 700px) {
      #top .bg_company {
        background: none; } }
    #top .bg_company .ptb60 {
      padding-top: 60px;
      padding-bottom: 60px; }
      @media screen and (max-width: 415px) {
        #top .bg_company .ptb60 {
          padding-top: 0px; } }
  #top .bg_white {
    background-color: #fff; }
  #top .company-profile .l-lowerCaption__inner .l-lowerCaption__title {
    text-align: center;
    color: #008FEC;
    font-size: 54px;
    height: 76px; }
  #top .company-profile .l-lowerCaption__inner span {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px; }
  #top .company-profile .enkaku_box {
    width: 100%; }
    @media screen and (max-width: 500px) {
      #top .company-profile .enkaku_box li {
        font-size: 14px; } }
  #top .company-profile th {
    border-color: #008FEC; }
  #top .company-profile .list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  #top .company-profile .item-left {
    color: #000;
    margin: 10px;
    margin-left: 0px;
    float: left;
    width: calc(23% - 10px); }
    @media screen and (max-width: 650px) {
      #top .company-profile .item-left {
        width: calc(31% - 10px); } }
    @media screen and (max-width: 568px) {
      #top .company-profile .item-left {
        margin-left: 20px; } }
    @media screen and (max-width: 360px) {
      #top .company-profile .item-left {
        width: calc(35% - 10px); } }
  #top .company-profile .item {
    color: #000;
    margin: 10px;
    float: left;
    width: calc(70% - 10px); }
    @media screen and (max-width: 659px) {
      #top .company-profile .item {
        width: calc(60% - 10px); } }
    @media screen and (max-width: 360px) {
      #top .company-profile .item {
        width: calc(47% - 10px); } }
  @media screen and (max-width: 500px) {
    #top .company-profile .enkaku_right li {
      font-size: 14px; } }
  @media screen and (max-width: 568px) {
    #top .company-profile .pa_bor_none {
      padding: 0px;
      border: none; } }
  #top .company-profile .l-overview__tbl {
    max-width: 800px; }
  #top .p-recruit .l-lowerCaption__inner .l-lowerCaption__title {
    text-align: center;
    color: #008FEC;
    font-size: 54px;
    height: 76px; }
  #top .p-recruit .l-lowerCaption__inner span {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px; }
  #top .p-recruit .l-overview__img {
    margin-bottom: 0; }
  #top .p-recruit .c-tab {
    padding-top: 50px;
    background: url("/inc/image/top/bg_recruit.png") no-repeat center/cover; }
    @media screen and (max-width: 569px) {
      #top .p-recruit .c-tab {
        background: none; } }
  #top .p-recruit .c-tab__select {
    max-width: 720px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 30px;
    margin-top: 10px; }
    @media screen and (max-width: 569px) {
      #top .p-recruit .c-tab__select {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media screen and (max-width: 500px) {
      #top .p-recruit .c-tab__select {
        padding-right: 20px;
        padding-left: 20px; } }
    #top .p-recruit .c-tab__select .c-tab__item {
      width: 50%; }
    @media screen and (max-width: 660px) {
      #top .p-recruit .c-tab__select a {
        font-size: 15px;
        padding: 15px 10px; } }
    @media screen and (max-width: 375px) {
      #top .p-recruit .c-tab__select a {
        font-size: 12px; } }
  @media screen and (max-width: 568px) {
    #top .p-recruit .bordr-sp {
      border-left: 2px solid #008FEC;
      border-top: none; } }
  #top .p-recruit th {
    border-color: #008FEC; }
  #top .p-recruit img {
    width: 100%;
    display: block; }
  #top .p-recruit .ptb60 {
    padding-top: 120px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      #top .p-recruit .ptb60 {
        padding-top: 60px; } }
    @media screen and (max-width: 415px) {
      #top .p-recruit .ptb60 {
        padding-top: 0px; } }
  #top .p-recruit .plr15 {
    padding-left: 15px;
    padding-right: 15px; }
  @media screen and (max-width: 569px) {
    #top .p-recruit .sp-none {
      display: none; } }
  #top .p-recruit .c-tab__body {
    padding-bottom: 60px; }
    @media screen and (max-width: 500px) {
      #top .p-recruit .c-tab__body {
        padding-left: 15px;
        padding-right: 15px; } }
  #top .p-recruit .c-tab__menu {
    max-width: 720px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 30px;
    margin-top: 10px; }
  #top .p-recruit .add_attention:before {
    display: none; }
  #top .p-recruit .bl-none {
    border-left: none; }
  #top .inquiry {
    background-color: #008FEC;
    padding-top: 65px;
    padding-bottom: 65px;
    padding-right: 30px;
    padding-left: 30px; }
    #top .inquiry .inquiry_box {
      max-width: 990px;
      margin: 0 auto; }
    #top .inquiry .tac {
      text-align: center;
      margin-bottom: 40px;
      color: #fff; }
      @media screen and (max-width: 568px) {
        #top .inquiry .tac {
          font-size: 16px;
          margin-bottom: 20px; } }
    #top .inquiry .flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      #top .inquiry .flex .left-box {
        background-color: #fff; }
      @media screen and (max-width: 900px) {
        #top .inquiry .flex .left-box {
          text-align: center; } }
      @media screen and (max-width: 568px) {
        #top .inquiry .flex .left-box {
          margin-bottom: 20px; } }
      #top .inquiry .flex .left-box h3 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 45px;
        padding-right: 60px;
        margin-bottom: 0;
        line-height: 75px; }
        @media screen and (max-width: 568px) {
          #top .inquiry .flex .left-box h3 {
            font-size: 16px;
            padding: 0px 25px;
            line-height: 60px;
            text-align: center; } }
        @media screen and (max-width: 350px) {
          #top .inquiry .flex .left-box h3 {
            font-size: 14px; } }
      #top .inquiry .flex .right-box {
        padding: 10px 70px;
        padding-left: 40px; }
        @media screen and (max-width: 900px) {
          #top .inquiry .flex .right-box {
            text-align: center;
            max-width: 400px;
            margin: 0 auto; } }
        @media screen and (max-width: 568px) {
          #top .inquiry .flex .right-box {
            padding: 0px 25px; } }
        #top .inquiry .flex .right-box h3 {
          margin-bottom: 0;
          font-size: 26px;
          color: #fff;
          letter-spacing: 0.12em;
          line-height: 0.7em;
          text-align: right; }
          @media screen and (max-width: 568px) {
            #top .inquiry .flex .right-box h3 {
              font-size: 23px;
              text-align: right; } }
          @media screen and (max-width: 350px) {
            #top .inquiry .flex .right-box h3 {
              font-size: 19px;
              text-align: right; } }
    #top .inquiry span {
      font-size: 16px;
      letter-spacing: 0em;
      color: #fff; }
      @media screen and (max-width: 568px) {
        #top .inquiry span {
          font-size: 14px; } }
      @media screen and (max-width: 350px) {
        #top .inquiry span {
          font-size: 12px; } }
    #top .inquiry .c-btn {
      padding: 0px !important;
      box-shadow: none; }
  #top .bar_parent {
    /*親要素はrelativeに*/
    position: relative; }
  #top .bar_absolute {
    position: absolute;
    top: 46px;
    left: 0px; }
  #top .icon_parent {
    position: relative; }
  #top .icon_absolute {
    position: absolute;
    top: 46px;
    left: 39px; }
    @media screen and (max-width: 568px) {
      #top .icon_absolute {
        top: 33px;
        left: 20px; } }
    @media screen and (max-width: 350px) {
      #top .icon_absolute {
        top: 27px;
        left: 20px; } }
  #top .span_none {
    margin-bottom: 0;
    font-size: 26px !important;
    color: #fff;
    letter-spacing: 0.12em !important;
    line-height: 0.7em !important;
    text-align: right !important; }
    @media screen and (max-width: 568px) {
      #top .span_none {
        font-size: 23px !important;
        text-align: right !important; } }
    @media screen and (max-width: 350px) {
      #top .span_none {
        font-size: 19px !important;
        text-align: right !important; } }
  #top .button {
    background-color: #fff;
    border: 2px solid #fff;
    color: #008FEC; }
  #top .button:hover {
    background-color: #008FEC;
    border-color: #fff;
    color: #fff; }

/*# sourceMappingURL=../_map/page/top.css.map */
