/*! Writen  by SCSS */
.sec_ttl {
  text-align: center;
  margin-bottom: clamp(30px, 4.17%, 50px); }
  .sec_ttl .en {
    color: #21336c;
    font-size: clamp(18px, 2.25vw, 28px);
    line-height: 1;
    margin-bottom: 0.8em; }
  .sec_ttl .ja {
    font-size: clamp(16px, 2.01vw, 25px);
    margin-bottom: 1.2em; }
  .sec_ttl .brand_logo {
    max-width: 209px;
    margin: 0 auto; }
    .sec_ttl .brand_logo.toto {
      max-width: 105px; }

.sec .box01 {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    .sec .box01 {
      flex-direction: column;
      gap: 40px 0; } }
  .sec .box01 .imgs {
    width: calc(580%/12); }
    @media screen and (max-width: 900px) {
      .sec .box01 .imgs {
        width: 100%; } }
  .sec .box01 .txts {
    width: calc(587%/12); }
    @media screen and (max-width: 900px) {
      .sec .box01 .txts {
        width: 100%; } }
.sec .bg_ttl {
  background: #f2ece6;
  font-size: clamp(15px, 1.53vw, 19px);
  padding: 0.2em 0.5em; }
  @media screen and (max-width: 900px) {
    .sec .bg_ttl {
      display: flex;
      align-items: center; } }
.sec .list_items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 65px calc(40%/12); }
  @media screen and (max-width: 900px) {
    .sec .list_items {
      gap: 65px calc(15%/8.6); } }
  @media screen and (max-width: 480px) {
    .sec .list_items {
      gap: 40px calc(15%/4.4); } }
  .sec .list_items .item {
    width: calc(280%/12); }
    @media screen and (max-width: 900px) {
      .sec .list_items .item {
        width: calc(275%/8.6); } }
    @media screen and (max-width: 480px) {
      .sec .list_items .item {
        width: calc(208%/4.4); } }
    .sec .list_items .item figure + .txt_box {
      margin-top: 7px; }
    .sec .list_items .item .txt_box .item_ttl2 {
      color: #005bac;
      font-size: clamp(13px, 1.2vw, 15px);
      letter-spacing: 0;
      line-height: 1.4; }
    .sec .list_items .item .txt_box .item_ttl {
      font-size: clamp(15px, 1.45vw, 18px);
      letter-spacing: 0;
      font-feature-settings: "palt";
      border-bottom: 1px solid #bbb290;
      margin-bottom: 0.2em;
      padding-bottom: 0.2em;
      color: #513e29;
      font-weight: bold; }
      .sec .list_items .item .txt_box .item_ttl.ex1 {
        display: flex;
        align-items: center; }
        .sec .list_items .item .txt_box .item_ttl.ex1 .ttl_ico {
          width: calc(70%/5.87);
          margin-right: calc(5%/5.87); }
      .sec .list_items .item .txt_box .item_ttl.ex2 {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 480px) {
          .sec .list_items .item .txt_box .item_ttl.ex2 {
            flex-direction: column;
            align-items: flex-start; } }
        .sec .list_items .item .txt_box .item_ttl.ex2 .ttl_ico {
          width: calc(70%/2.8);
          margin-right: calc(5%/2.8); }
      .sec .list_items .item .txt_box .item_ttl.col2 {
        display: flex;
        line-height: 1.4;
        align-items: center;
        height: 3.5em; }
    .sec .list_items .item.wide {
      width: calc(580%/12); }
      @media screen and (max-width: 480px) {
        .sec .list_items .item.wide {
          width: 100%; } }
      .sec .list_items .item.wide .in_item_wrap {
        display: flex;
        justify-content: space-between; }
        .sec .list_items .item.wide .in_item_wrap .in_item {
          width: calc(280%/5.87); }
    .sec .list_items .item.wide2 {
      width: calc(893%/12); }
      @media screen and (max-width: 900px) {
        .sec .list_items .item.wide2 {
          width: 100%; } }
  .sec .list_items.col2 {
    gap: 0 calc(26%/5.87); }
    @media screen and (max-width: 900px) {
      .sec .list_items.col2 {
        gap: 40px calc(26%/5.87); } }
    @media screen and (max-width: 480px) {
      .sec .list_items.col2 {
        gap: 40px calc(15%/4.4); } }
    .sec .list_items.col2 .item {
      width: calc(280%/5.87); }
      @media screen and (max-width: 480px) {
        .sec .list_items.col2 .item {
          width: calc(208%/4.4); } }
  .sec .list_items.col3 {
    gap: 50px calc(32%/7.41); }
    @media screen and (max-width: 480px) {
      .sec .list_items.col3 {
        gap: 40px calc(32%/7.41); } }
    .sec .list_items.col3 .item {
      width: calc(225%/7.41); }
      @media screen and (max-width: 480px) {
        .sec .list_items.col3 .item {
          width: calc(208%/4.4); } }
      .sec .list_items.col3 .item.wide {
        width: 100%; }

.item_txt {
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1.5;
  letter-spacing: 0.02em; }
  .item_txt .min {
    display: block;
    font-size: clamp(9px, 0.8vw, 10px); }

.sec .bg_ttl {
  background: #474b7e;
  color: #fff;
  margin-bottom: 1em; }

.item_ttl {
  border: none !important; }

.sec01 {
  margin-bottom: 140px; }
  @media screen and (max-width: 480px) {
    .sec01 {
      margin-bottom: 80px; } }
  .sec01 .list_items .item01 {
    width: 100%; }
    .sec01 .list_items .item01 .item01_wrap01 {
      flex-wrap: wrap; }
      @media screen and (max-width: 480px) {
        .sec01 .list_items .item01 .item01_wrap01 {
          flex-direction: column; } }
      .sec01 .list_items .item01 .item01_wrap01 .bg_ttl {
        width: 100%; }
      .sec01 .list_items .item01 .item01_wrap01 .txt_box {
        width: 48.34%;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start; }
        @media screen and (max-width: 480px) {
          .sec01 .list_items .item01 .item01_wrap01 .txt_box {
            width: 100%;
            margin-bottom: 20px; } }
        .sec01 .list_items .item01 .item01_wrap01 .txt_box .item_ttl {
          width: 100%;
          border: none; }
        .sec01 .list_items .item01 .item01_wrap01 .txt_box .item_txt {
          width: 50.87%; }
          @media screen and (max-width: 480px) {
            .sec01 .list_items .item01 .item01_wrap01 .txt_box .item_txt {
              width: 100%; } }
        .sec01 .list_items .item01 .item01_wrap01 .txt_box .img01 {
          max-width: 268px;
          width: 46.21%; }
          @media screen and (max-width: 480px) {
            .sec01 .list_items .item01 .item01_wrap01 .txt_box .img01 {
              width: 100%;
              text-align: center;
              margin-inline: auto;
              margin-top: 20px; } }
      .sec01 .list_items .item01 .item01_wrap01 .img02 {
        max-width: 580px;
        width: 48.34%; }
        @media screen and (max-width: 480px) {
          .sec01 .list_items .item01 .item01_wrap01 .img02 {
            width: 100%; } }
        .sec01 .list_items .item01 .item01_wrap01 .img02 .cap {
          padding-bottom: 6%; }
    .sec01 .list_items .item01 .item01_wrap02 {
      flex-wrap: wrap;
      margin-top: clamp(-100px, -8.33%, -10px);
      align-items: flex-start;
      align-content: flex-start; }
      @media screen and (max-width: 768px) {
        .sec01 .list_items .item01 .item01_wrap02 {
          margin-top: -50px;
          row-gap: 30px; } }
      @media screen and (max-width: 480px) {
        .sec01 .list_items .item01 .item01_wrap02 {
          margin-top: 30px; } }
      .sec01 .list_items .item01 .item01_wrap02 .txt_box {
        width: 48.34%;
        flex-direction: column; }
        @media screen and (max-width: 480px) {
          .sec01 .list_items .item01 .item01_wrap02 .txt_box {
            width: 100%; } }
        .sec01 .list_items .item01 .item01_wrap02 .txt_box.wide {
          width: 100%; }
          .sec01 .list_items .item01 .item01_wrap02 .txt_box.wide + .wide {
            margin-top: 40px; }
        .sec01 .list_items .item01 .item01_wrap02 .txt_box .bg_ttl {
          background: #f2ece6;
          padding: 0;
          color: #000000;
          display: flex;
          flex-direction: column;
          column-gap: 15px;
          align-items: center;
          flex-direction: row; }
          .sec01 .list_items .item01 .item01_wrap02 .txt_box .bg_ttl .icon {
            background: #513e2a;
            padding-inline: 10px;
            display: inline-block;
            color: #fff;
            display: block; }
      .sec01 .list_items .item01 .item01_wrap02 .in_box {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: space-between;
        margin-bottom: clamp(20px, 3.334vw, 40px); }
        @media screen and (max-width: 480px) {
          .sec01 .list_items .item01 .item01_wrap02 .in_box {
            margin-bottom: 0; } }
        .sec01 .list_items .item01 .item01_wrap02 .in_box .img_wrap {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%; }
          @media screen and (max-width: 480px) {
            .sec01 .list_items .item01 .item01_wrap02 .in_box .img_wrap {
              flex-wrap: wrap;
              row-gap: 20px; } }
          .sec01 .list_items .item01 .item01_wrap02 .in_box .img_wrap .img_item01 {
            max-width: 580px;
            width: 48.34%; }
            @media screen and (max-width: 480px) {
              .sec01 .list_items .item01 .item01_wrap02 .in_box .img_wrap .img_item01 {
                width: 100%; } }
          .sec01 .list_items .item01 .item01_wrap02 .in_box .img_wrap .img_item02 {
            width: 48.34%; }
            @media screen and (max-width: 480px) {
              .sec01 .list_items .item01 .item01_wrap02 .in_box .img_wrap .img_item02 {
                width: 100%; } }
            .sec01 .list_items .item01 .item01_wrap02 .in_box .img_wrap .img_item02 .img_in {
              display: flex;
              justify-content: space-between;
              align-items: center; }
              .sec01 .list_items .item01 .item01_wrap02 .in_box .img_wrap .img_item02 .img_in .img01 {
                max-width: 282px;
                width: 48.63%; }
              .sec01 .list_items .item01 .item01_wrap02 .in_box .img_wrap .img_item02 .img_in .img02 {
                max-width: 295px;
                width: 50.87%; }
        .sec01 .list_items .item01 .item01_wrap02 .in_box .txt_box01 {
          margin-right: 51.08%; }
          @media screen and (max-width: 480px) {
            .sec01 .list_items .item01 .item01_wrap02 .in_box .txt_box01 {
              margin-right: 0; } }
  .sec01 .list_items .item02 .txt_box {
    margin-bottom: clamp(15px, 1.667vw, 20px); }
  .sec01 .list_items .item02 .img_wrap {
    display: flex;
    justify-content: space-between; }
    .sec01 .list_items .item02 .img_wrap .img_in {
      max-width: 278px;
      width: 47.94%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .sec01 .list_items .item02 .img_wrap .img_in .img01 {
        width: 48.21%;
        margin-inline: auto; }
    .sec01 .list_items .item02 .img_wrap .img03 {
      max-width: 280px;
      width: 48.28%; }
  .sec01 .list_items .item03 .bg_ttl {
    width: 100%; }
  .sec01 .list_items .item03 .txt_box {
    flex-wrap: wrap; }
    .sec01 .list_items .item03 .txt_box .item_ttl {
      width: 100%; }
    .sec01 .list_items .item03 .txt_box .img {
      max-width: 283px;
      width: 48.8%; }
    .sec01 .list_items .item03 .txt_box .txts {
      width: 48.45%; }
    .sec01 .list_items .item03 .txt_box .img09_2 {
      max-width: 281px; }
      .sec01 .list_items .item03 .txt_box .img09_2 img {
        width: 100%; }
    .sec01 .list_items .item03 .txt_box .img09 {
      height: fit-content; }
  .sec01 .list_items .item04 .txt_box {
    flex-direction: column;
    margin-bottom: clamp(15px, 1.667vw, 20px); }
  .sec01 .list_items .item04 .img_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .sec01 .list_items .item04 .img_wrap {
        row-gap: 15px; } }
    .sec01 .list_items .item04 .img_wrap .img {
      margin-inline: auto; }
    .sec01 .list_items .item04 .img_wrap .img01 {
      max-width: 583px;
      width: 100.52%; }
      .sec01 .list_items .item04 .img_wrap .img01 .cap {
        bottom: -2em;
        letter-spacing: 0;
        font-size: 9px; }
    .sec01 .list_items .item04 .img_wrap .img02 {
      width: 100%; }
      @media screen and (max-width: 1000px) {
        .sec01 .list_items .item04 .img_wrap .img02 {
          margin-top: clamp(15px, 1.667vw, 20px); } }
  .sec01 .list_items .item04 .bg_ttl {
    position: relative; }
    .sec01 .list_items .item04 .bg_ttl .logo_eco {
      width: calc(123%/5.87);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      padding: 0 10px;
      background: #fff; }
      @media screen and (max-width: 480px) {
        .sec01 .list_items .item04 .bg_ttl .logo_eco {
          padding: 0 5px; } }
  .sec01 .list_items .item05 .txt_box {
    flex-direction: column;
    margin-bottom: clamp(15px, 1.667vw, 20px); }
  .sec01 .list_items .item05 .img_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .sec01 .list_items .item05 .img_wrap .img01 {
      max-width: 414px;
      width: 71.38%; }
    .sec01 .list_items .item05 .img_wrap .img02 {
      max-width: 156px;
      width: 26.9%;
      height: fit-content; }
    .sec01 .list_items .item05 .img_wrap .img03 {
      margin-top: clamp(20px, 5vw, 60px);
      line-height: 0;
      max-width: 580px;
      width: 100%; }
      @media screen and (max-width: 1000px) {
        .sec01 .list_items .item05 .img_wrap .img03 {
          margin-top: clamp(10px, 6vw, 60px); } }
  .sec01 .list_items .item06 .txt_box {
    flex-direction: column;
    margin-bottom: clamp(15px, 1.667vw, 20px); }
  .sec01 .list_items .item06 .img_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    .sec01 .list_items .item06 .img_wrap .img01 {
      max-width: 280px;
      width: 48.28%; }
    .sec01 .list_items .item06 .img_wrap .img02 {
      max-width: 284px;
      width: 48.97%; }
  .sec01 .list_items .item07 .txt_box {
    flex-direction: column;
    margin-bottom: clamp(15px, 1.667vw, 20px);
    justify-content: flex-start; }
  .sec01 .list_items .item07 .img_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    .sec01 .list_items .item07 .img_wrap .img01 {
      max-width: 171px;
      width: 29.49%;
      margin-left: 5.18%; }
    .sec01 .list_items .item07 .img_wrap .img02 {
      max-width: 324px;
      width: 55.87%; }

@media screen and (max-width: 480px) {
  .mt5_sp {
    margin-top: 5px; } }

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