/*! Writen  by SCSS */
.sec02,
.sec03,
.sec04,
.sec05,
.sec06,
.sec07 {
  padding-bottom: clamp(50px, 6.67%, 80px); }

.sec02 .img101 {
  max-width: 886px;
  margin: 0 auto;
  margin-bottom: clamp(25px, 3.34%, 40px); }
  .sec02 .img101 .cap_c {
    margin-top: 5px;
    text-align: center;
    font-size: 10px; }
    @media screen and (max-width: 480px) {
      .sec02 .img101 .cap_c {
        font-size: calc(10vw / 3.9); } }
.sec02 .melit {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(40px, 5%, 60px); }
  @media screen and (max-width: 768px) {
    .sec02 .melit {
      flex-direction: column;
      margin: 0 auto;
      max-width: 500px;
      grid-gap: 16px;
      margin-bottom: clamp(40px, 5%, 60px); } }
  .sec02 .melit li {
    width: calc(380%/12); }
    @media screen and (max-width: 768px) {
      .sec02 .melit li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    .sec02 .melit li .merit_img {
      width: calc(138%/3.8);
      margin: 0 auto 5px; }
      @media screen and (max-width: 768px) {
        .sec02 .melit li .merit_img {
          width: 80px;
          margin: 0; } }
      @media screen and (max-width: 480px) {
        .sec02 .melit li .merit_img {
          width: 60px; } }
    .sec02 .melit li:nth-child(2) .txt_box {
      position: relative; }
      .sec02 .melit li:nth-child(2) .txt_box::after {
        content: "";
        position: absolute;
        right: calc(-15%/3.8);
        top: 0;
        bottom: 0;
        border-right: 1px solid #333; }
        @media screen and (max-width: 768px) {
          .sec02 .melit li:nth-child(2) .txt_box::after {
            display: none; } }
      .sec02 .melit li:nth-child(2) .txt_box::before {
        content: "";
        position: absolute;
        left: calc(-15%/3.8);
        top: 0;
        bottom: 0;
        border-left: 1px solid #333; }
        @media screen and (max-width: 768px) {
          .sec02 .melit li:nth-child(2) .txt_box::before {
            display: none; } }
    @media screen and (max-width: 768px) {
      .sec02 .melit li .txt_box {
        width: calc(100% - 100px); } }
    @media screen and (max-width: 480px) {
      .sec02 .melit li .txt_box {
        width: calc(100% - 70px); } }
    .sec02 .melit li .txt_box .box_ttl {
      text-align: center;
      font-size: clamp(18px, 2vw, 24px); }
      @media screen and (max-width: 768px) {
        .sec02 .melit li .txt_box .box_ttl {
          text-align: left; } }
      @media screen and (max-width: 480px) {
        .sec02 .melit li .txt_box .box_ttl {
          font-size: calc(14vw / 3.9); } }
    .sec02 .melit li .txt_box .box_copy {
      font-size: clamp(14px, 1.5vw, 18px); }
      @media screen and (max-width: 480px) {
        .sec02 .melit li .txt_box .box_copy {
          font-size: calc(12vw / 3.9); } }
.sec02 .img105 {
  margin-bottom: clamp(25px, 3.34%, 40px); }
  @media screen and (max-width: 480px) {
    .sec02 .img105 .slide_wrap {
      overflow-x: scroll; }
      .sec02 .img105 .slide_wrap img {
        max-width: 600px;
        width: 600px; } }
@media screen and (max-width: 768px) {
  .sec02 .box01 {
    margin: 0 auto; } }
.sec02 .box01 .item {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1000px) {
    .sec02 .box01 .item {
      width: calc(340% / 7.1); } }
  @media screen and (max-width: 600px) {
    .sec02 .box01 .item {
      width: 100%;
      height: fit-content; } }
  .sec02 .box01 .item .text_box .item_ttl {
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .sec02 .box01 .item .text_box .item_ttl {
        text-align: center; } }
    .sec02 .box01 .item .text_box .item_ttl .nm {
      width: 1.3em;
      height: 1.3em;
      padding-bottom: 0.2em;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #23b8bc;
      color: #fff;
      line-height: 1;
      margin-right: 0.5em; }
    .sec02 .box01 .item .text_box .item_ttl .ls0 {
      letter-spacing: -0.02em;
      font-size: 92%;
      display: inline-block; }
      @media screen and (max-width: 1200px) {
        .sec02 .box01 .item .text_box .item_ttl .ls0 {
          font-size: 86%; } }
      @media screen and (max-width: 1000px) {
        .sec02 .box01 .item .text_box .item_ttl .ls0 {
          font-size: 100%; } }
  .sec02 .box01 .item .item_img.col2 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px; }
    .sec02 .box01 .item .item_img.col2 img {
      width: calc(50% - 5px); }
    .sec02 .box01 .item .item_img.col2 .cap_r {
      width: 100%; }
  .sec02 .box01 .item:not(.wide1) .item_img {
    width: calc(177%/3.8);
    height: fit-content; }
  .sec02 .box01 .item:not(.wide1) .text_box {
    width: calc(180%/3.8); }
  .sec02 .box01 .item.wide1 {
    flex-direction: column;
    grid-gap: 10px 0; }
    .sec02 .box01 .item.wide1 .item_img {
      height: fit-content; }
.sec02 .box01 .img111_2 {
  margin-top: 10px;
  max-width: 157px; }

@media screen and (min-width: 481px) {
  .sec02 .box1 {
    display: block; }

  .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px calc(29% / 12); } }
.swiper .swiper-pagination {
  position: static;
  margin-bottom: 10px; }

.sec03 .box02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(25px, 3.34%, 40px); }
  @media screen and (max-width: 600px) {
    .sec03 .box02 {
      flex-direction: column; } }
  .sec03 .box02 .l_cnt {
    width: calc(900%/12); }
    @media screen and (max-width: 600px) {
      .sec03 .box02 .l_cnt {
        width: 100%; } }
    .sec03 .box02 .l_cnt .box_ttl {
      font-size: clamp(18px, 2vw, 24px);
      margin-bottom: 0.8em;
      line-height: 1.3;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 768px) {
        .sec03 .box02 .l_cnt .box_ttl {
          text-align: left; } }
      @media screen and (max-width: 480px) {
        .sec03 .box02 .l_cnt .box_ttl {
          font-size: calc(14vw / 3.9); } }
    .sec03 .box02 .l_cnt .box_copy {
      line-height: 1.55;
      font-size: clamp(14px, 1.5vw, 18px);
      letter-spacing: 0.1em;
      margin-bottom: 0.3em; }
      @media screen and (max-width: 480px) {
        .sec03 .box02 .l_cnt .box_copy {
          font-size: calc(12vw / 3.9); } }
  .sec03 .box02 .r_cnt {
    width: calc(259%/12); }
    @media screen and (max-width: 600px) {
      .sec03 .box02 .r_cnt {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        justify-content: center;
        grid-gap: 0 15px; } }
    @media screen and (max-width: 600px) {
      .sec03 .box02 .r_cnt .img204 {
        width: calc(110%/3.7); } }
    @media screen and (max-width: 600px) {
      .sec03 .box02 .r_cnt .imgs_col3.sp {
        width: calc(200%/3.7);
        grid-gap: 2px;
        flex-wrap: wrap; }
        .sec03 .box02 .r_cnt .imgs_col3.sp figure {
          width: calc(50% - 1px); }
          .sec03 .box02 .r_cnt .imgs_col3.sp figure:last-child {
            width: 100%; } }
.sec03 .imgs_col3 {
  margin-top: clamp(30px, 4.17%, 50px);
  display: flex;
  justify-content: space-between; }
  .sec03 .imgs_col3 figure {
    width: calc(290%/9); }
  .sec03 .imgs_col3.sp {
    display: none; }
    @media screen and (max-width: 600px) {
      .sec03 .imgs_col3.sp {
        display: flex; } }
  @media screen and (max-width: 600px) {
    .sec03 .imgs_col3.pc {
      display: none; } }
.sec03 .box03 {
  background: #f5f1df;
  padding: 30px;
  margin-bottom: clamp(25px, 3.34%, 40px); }
  .sec03 .box03 .box_ttl {
    font-size: clamp(18px, 2vw, 24px);
    margin-bottom: 0.8em;
    line-height: 1.3;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 480px) {
      .sec03 .box03 .box_ttl {
        font-size: calc(14vw / 3.9); } }
  .sec03 .box03 .in_item {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .sec03 .box03 .in_item {
        flex-direction: column;
        grid-gap: 20px 0; } }
    .sec03 .box03 .in_item > div {
      padding: 15px;
      width: calc(540%/11.4);
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      border-radius: 15px;
      border: 1px solid #23b8bc; }
      @media screen and (max-width: 768px) {
        .sec03 .box03 .in_item > div {
          width: 100%; } }
      @media screen and (max-width: 600px) {
        .sec03 .box03 .in_item > div {
          flex-direction: column;
          grid-gap: 10px 0; } }
      .sec03 .box03 .in_item > div:nth-child(1) {
        margin-right: calc(20%/11.4); }
        @media screen and (max-width: 768px) {
          .sec03 .box03 .in_item > div:nth-child(1) {
            margin-right: 0; } }
      .sec03 .box03 .in_item > div figure {
        width: calc(144%/5.07); }
        @media screen and (max-width: 600px) {
          .sec03 .box03 .in_item > div figure {
            width: 60%;
            max-width: 144px;
            margin: 0 auto; }
            .sec03 .box03 .in_item > div figure img {
              position: relative;
              left: calc(-15%/1.14); } }
      .sec03 .box03 .in_item > div .txt_box {
        width: calc(340%/5.07); }
        @media screen and (max-width: 600px) {
          .sec03 .box03 .in_item > div .txt_box {
            width: 100%; } }
    .sec03 .box03 .in_item .in_box_ttl {
      font-size: clamp(14px, 1.5vw, 18px);
      margin-bottom: 0.3em;
      line-height: 1.3;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 768px) {
        .sec03 .box03 .in_item .in_box_ttl {
          text-align: left; } }
      @media screen and (max-width: 600px) {
        .sec03 .box03 .in_item .in_box_ttl {
          text-align: center; } }
      @media screen and (max-width: 480px) {
        .sec03 .box03 .in_item .in_box_ttl {
          font-size: calc(14vw / 3.9); } }
    .sec03 .box03 .in_item .in_box_copy {
      line-height: 1.55;
      font-size: clamp(12px, 1.167vw, 14px);
      letter-spacing: 0.04em; }
      @media screen and (max-width: 480px) {
        .sec03 .box03 .in_item .in_box_copy {
          font-size: calc(12vw / 3.9); } }

.box04 .box_ttl {
  font-size: clamp(14px, 1.5vw, 18px);
  margin-bottom: 0.3em;
  line-height: 1.3;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .box04 .box_ttl {
      text-align: left;
      margin-bottom: 0.5em; } }
  @media screen and (max-width: 480px) {
    .box04 .box_ttl {
      font-size: calc(14vw / 3.9); } }
.box04 .txt_lidt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 20px calc(26%/12);
  margin-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .box04 .txt_lidt {
      grid-gap: 10px calc(26%/12); } }
  .box04 .txt_lidt li {
    font-size: clamp(12px, 1.167vw, 14px);
    width: calc(280%/12);
    background: #d0e9e3;
    padding: 3px 10px; }
    @media screen and (max-width: 768px) {
      .box04 .txt_lidt li {
        width: calc(380%/12); } }
    @media screen and (max-width: 480px) {
      .box04 .txt_lidt li {
        font-size: calc(12vw / 3.9);
        width: calc(580%/12); } }
    @media screen and (min-width: 769px) {
      .box04 .txt_lidt li:nth-child(2), .box04 .txt_lidt li:nth-child(4), .box04 .txt_lidt li:nth-child(5), .box04 .txt_lidt li:nth-child(7), .box04 .txt_lidt li:nth-child(10), .box04 .txt_lidt li:nth-child(12), .box04 .txt_lidt li:nth-child(13), .box04 .txt_lidt li:nth-child(15) {
        background: #ebe3c7; } }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      .box04 .txt_lidt li:nth-child(2), .box04 .txt_lidt li:nth-child(4), .box04 .txt_lidt li:nth-child(6), .box04 .txt_lidt li:nth-child(8), .box04 .txt_lidt li:nth-child(10), .box04 .txt_lidt li:nth-child(12), .box04 .txt_lidt li:nth-child(14), .box04 .txt_lidt li:nth-child(16) {
        background: #ebe3c7; } }
    @media screen and (max-width: 480px) {
      .box04 .txt_lidt li:nth-child(2), .box04 .txt_lidt li:nth-child(3), .box04 .txt_lidt li:nth-child(6), .box04 .txt_lidt li:nth-child(7), .box04 .txt_lidt li:nth-child(10), .box04 .txt_lidt li:nth-child(11), .box04 .txt_lidt li:nth-child(14), .box04 .txt_lidt li:nth-child(15) {
        background: #ebe3c7; } }

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