/*! Writen  by SCSS */
.col_4_list .item_col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .col_4_list .item_col .image_box {
    max-width: 270px;
    width: 46.56%; }
    @media screen and (max-width: 768px) {
      .col_4_list .item_col .image_box {
        width: 48.5%; } }
  .col_4_list .item_col .text_box {
    width: 46.56%; }
    @media screen and (max-width: 768px) {
      .col_4_list .item_col .text_box {
        width: 48.5%; } }
    .col_4_list .item_col .text_box .item_head .text_min {
      display: block; }
      @media screen and (max-width: 480px) {
        .col_4_list .item_col .text_box .item_head .text_min {
          display: inline-block; } }

.sec01_bottom {
  margin-top: clamp(60px, 8.34%, 100px);
  position: relative;
  padding-top: 2.92%;
  padding-bottom: 2.92%; }
  @media screen and (max-width: 480px) {
    .sec01_bottom {
      margin-top: 40px;
      padding-top: 15px;
      padding-bottom: 15px; } }
  .sec01_bottom::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border: 1px solid;
    border-image: linear-gradient(140deg, #002a4b 0%, #5ca9e5 50%, #002a4b 100%);
    border-image-slice: 1; }
  .sec01_bottom .sec01_b_inner {
    max-width: 1110px;
    width: calc(100% - 40px);
    margin: auto;
    align-items: flex-start; }
    @media screen and (max-width: 480px) {
      .sec01_bottom .sec01_b_inner {
        width: calc(100% - 30px);
        flex-direction: column;
        gap: 20px 0; } }
    .sec01_bottom .sec01_b_inner .text_wrap {
      width: 63.07%; }
      @media screen and (max-width: 480px) {
        .sec01_bottom .sec01_b_inner .text_wrap {
          width: 100%; } }
      .sec01_bottom .sec01_b_inner .text_wrap .text_wrap_top {
        margin-bottom: 2.86%; }
        @media screen and (max-width: 480px) {
          .sec01_bottom .sec01_b_inner .text_wrap .text_wrap_top {
            margin-bottom: 15px; } }
        .sec01_bottom .sec01_b_inner .text_wrap .text_wrap_top .item_head {
          display: flex;
          flex-direction: column;
          margin-bottom: 1.11em;
          font-size: clamp(13px, 1.37vw, 18px); }
          @media screen and (max-width: 480px) {
            .sec01_bottom .sec01_b_inner .text_wrap .text_wrap_top .item_head {
              margin-bottom: 0.8em;
              justify-content: center;
              align-items: center; } }
          .sec01_bottom .sec01_b_inner .text_wrap .text_wrap_top .item_head .text_top {
            line-height: 1;
            display: flex;
            align-items: baseline;
            margin-bottom: 0.5em;
            letter-spacing: -0.05em; }
            @media screen and (max-width: 960px) {
              .sec01_bottom .sec01_b_inner .text_wrap .text_wrap_top .item_head .text_top {
                flex-wrap: wrap; } }
            @media screen and (max-width: 480px) {
              .sec01_bottom .sec01_b_inner .text_wrap .text_wrap_top .item_head .text_top {
                justify-content: center; } }
            .sec01_bottom .sec01_b_inner .text_wrap .text_wrap_top .item_head .text_top .text_lg {
              font-size: 1.2em; }
              @media screen and (max-width: 960px) {
                .sec01_bottom .sec01_b_inner .text_wrap .text_wrap_top .item_head .text_top .text_lg {
                  margin-bottom: 0.4em; } }
              @media screen and (max-width: 480px) {
                .sec01_bottom .sec01_b_inner .text_wrap .text_wrap_top .item_head .text_top .text_lg {
                  font-size: 1.1em; } }
            .sec01_bottom .sec01_b_inner .text_wrap .text_wrap_top .item_head .text_top .text_m_lg {
              font-size: 1.6em; }
      .sec01_bottom .sec01_b_inner .text_wrap .text_image_box {
        display: flex;
        flex-direction: column;
        gap: 15px 0;
        margin-bottom: 4.29%; }
        @media screen and (max-width: 480px) {
          .sec01_bottom .sec01_b_inner .text_wrap .text_image_box {
            gap: 10px 0;
            margin-bottom: 15px; } }
    .sec01_bottom .sec01_b_inner .image_box {
      max-width: 370px;
      width: 33.34%; }
      @media screen and (max-width: 480px) {
        .sec01_bottom .sec01_b_inner .image_box {
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
      .sec01_bottom .sec01_b_inner .image_box .more_btn {
        margin-top: 6.76%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 91.9%;
        margin-left: auto;
        position: relative;
        font-size: clamp(14px, 1.37vw, 18px);
        line-height: 1;
        color: #fff;
        background: #0f5286;
        padding: 0.66em 0.5em;
        transition: opacity 0.3s ease-in-out; }
        @media screen and (max-width: 480px) {
          .sec01_bottom .sec01_b_inner .image_box .more_btn {
            margin-right: auto; } }
        @media (hover: hover) {
          .sec01_bottom .sec01_b_inner .image_box .more_btn:hover {
            opacity: 0.7; } }
        .sec01_bottom .sec01_b_inner .image_box .more_btn .text_min {
          font-size: 0.5em;
          margin-left: 1.5em; }
        .sec01_bottom .sec01_b_inner .image_box .more_btn::after {
          content: "";
          display: block;
          position: absolute;
          inset: 1px;
          border: 1px solid; }

/*# sourceMappingURL=equipment08.css.map */
