@charset "UTF-8";
/*! Writen  by SCSS */
.sec02 {
  margin-bottom: clamp(60px, 8.34%, 100px); }

.sec03 {
  padding-bottom: clamp(25px, 3.34%, 40px);
  margin-bottom: clamp(60px, 8.34%, 100px); }

.sec04 {
  padding-bottom: clamp(25px, 3.34%, 40px);
  margin-bottom: clamp(60px, 8.34%, 100px); }

.sec05 {
  padding-bottom: clamp(25px, 3.34%, 40px);
  margin-bottom: clamp(60px, 8.34%, 100px); }

.sec01 {
  margin-bottom: clamp(60px, 8.34%, 100px); }
  .sec01 .box01 {
    background: #f2ece6;
    padding: 40px 20px; }
    @media screen and (max-width: 768px) {
      .sec01 .box01 {
        max-width: 600px;
        margin: 0 auto; } }
    .sec01 .box01 .box_ttl {
      font-size: clamp(16px, 2.01vw, 25px);
      margin-bottom: clamp(30px, 4.17%, 50px); }
    .sec01 .box01 .item_list {
      display: flex;
      align-items: stretch;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .sec01 .box01 .item_list {
          flex-direction: column;
          gap: 40px 0; } }
      .sec01 .box01 .item_list li {
        width: calc(370%/11.6); }
        @media screen and (max-width: 768px) {
          .sec01 .box01 .item_list li {
            width: 100%; } }
        .sec01 .box01 .item_list li .ttls {
          display: flex;
          align-items: center;
          margin-bottom: 20px; }
          .sec01 .box01 .item_list li .ttls figure {
            width: calc(90%/3.7);
            max-width: 90px; }
            @media screen and (max-width: 768px) {
              .sec01 .box01 .item_list li .ttls figure {
                max-width: 40px; } }
          .sec01 .box01 .item_list li .ttls .txt {
            display: flex;
            flex-direction: column;
            font-size: clamp(16px, 2.01vw, 25px);
            line-height: 1;
            letter-spacing: 0;
            margin-left: 0.3em;
            font-family: "游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif; }
            .sec01 .box01 .item_list li .ttls .txt .min {
              font-size: clamp(12px, 1.29vw, 16px);
              letter-spacing: -0.03em;
              margin-bottom: 0.4em;
              font-weight: 600; }
        .sec01 .box01 .item_list li .img {
          margin-bottom: 10px; }

.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(587%/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(26%/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; }
      .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.ex3 {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 480px) {
          .sec .list_items .item .txt_box .item_ttl.ex3 {
            flex-direction: column;
            align-items: flex-start; } }
        .sec .list_items .item .txt_box .item_ttl.ex3 .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 .txt_box .item_txt {
      font-size: clamp(13px, 1.2vw, 15px);
      line-height: 1.5;
      letter-spacing: 0.02em; }
      .sec .list_items .item .txt_box .item_txt .min {
        display: block;
        font-size: clamp(9px, 0.8vw, 10px); }
    .sec .list_items .item.wide {
      width: calc(587%/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.wide .in_item_wrap.re {
          flex-direction: row-reverse; }
    .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%; }

.sec02 .sec_ttl .brand_logo {
  max-width: 209px;
  margin: 0 auto; }
.sec02 .box01 {
  margin-bottom: clamp(50px, 7.5%, 90px); }
  .sec02 .box01 .txts {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 900px) {
      .sec02 .box01 .txts {
        grid-gap: 40px 0; } }
    .sec02 .box01 .txts .ttl_wrap {
      display: flex;
      align-items: stretch;
      margin-bottom: 35px; }
      .sec02 .box01 .txts .ttl_wrap .bg_ttl {
        width: calc(474%/5.87); }
      .sec02 .box01 .txts .ttl_wrap .brand_logo {
        width: calc(113%/5.87);
        display: flex;
        justify-content: center;
        align-items: center; }
        .sec02 .box01 .txts .ttl_wrap .brand_logo img {
          width: calc(83%/1.13); }
    .sec02 .box01 .txts .item01 {
      display: flex;
      justify-content: space-between; }
      .sec02 .box01 .txts .item01 figcaption {
        margin-top: 5px; }
      .sec02 .box01 .txts .item01 .img202 {
        width: calc(290%/5.87); }
      .sec02 .box01 .txts .item01 .img203 {
        width: calc(264%/5.87); }
    .sec02 .box01 .txts .item02 {
      margin-top: auto; }
      .sec02 .box01 .txts .item02 .cap {
        bottom: calc(10%/2.01); }
    .sec02 .box01 .txts .item03 {
      margin-top: auto; }
.sec02 .bg_ttl.ex01 {
  width: calc(893%/12);
  margin-bottom: 20px; }
  @media screen and (max-width: 900px) {
    .sec02 .bg_ttl.ex01 {
      width: 100%; } }
.sec02 .in_top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px; }
  @media screen and (max-width: 640px) {
    .sec02 .in_top {
      flex-wrap: wrap;
      gap: 40px 0; } }
  .sec02 .in_top .txt_box2 {
    width: calc(340%/8.93); }
    @media screen and (max-width: 640px) {
      .sec02 .in_top .txt_box2 {
        width: 100%; } }
    .sec02 .in_top .txt_box2 p {
      font-size: clamp(13px, 1.2vw, 15px); }
    .sec02 .in_top .txt_box2 .item_ttl {
      margin-bottom: 0.5em; }
  .sec02 .in_top .img207 {
    width: calc(231%/8.93); }
    @media screen and (max-width: 640px) {
      .sec02 .in_top .img207 {
        width: 48%; } }
    .sec02 .in_top .img207 > div {
      position: relative;
      top: -40px; }
      @media screen and (max-width: 640px) {
        .sec02 .in_top .img207 > div {
          top: 0;
          padding: 0 20px 20px; } }
      .sec02 .in_top .img207 > div .cap {
        bottom: -1em; }
        @media screen and (max-width: 640px) {
          .sec02 .in_top .img207 > div .cap {
            bottom: 0; } }
  .sec02 .in_top .img208 {
    width: calc(280%/8.93); }
    @media screen and (max-width: 640px) {
      .sec02 .in_top .img208 {
        width: 48%; } }
    .sec02 .in_top .img208 p {
      color: #513e29;
      font-size: clamp(13px, 1.2vw, 15px); }
.sec02 .in_bottm {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 640px) {
    .sec02 .in_bottm {
      flex-direction: column;
      grid-gap: 30px 0; } }
  .sec02 .in_bottm .in_bottm_ttl {
    font-size: clamp(13px, 1.2vw, 15px); }
  .sec02 .in_bottm .cap_l {
    margin-top: 5px; }
  .sec02 .in_bottm .in_l {
    width: calc(385%/8.93); }
    @media screen and (max-width: 640px) {
      .sec02 .in_bottm .in_l {
        width: 100%; } }
  .sec02 .in_bottm .in_r {
    width: calc(491%/8.93); }
    @media screen and (max-width: 640px) {
      .sec02 .in_bottm .in_r {
        width: 100%; } }
.sec02 .item.wide .bg_ttl {
  margin-bottom: 30px; }
.sec02 .item.wide .in_item_wrap {
  margin-top: clamp(25px, 3.34%, 40px); }

.sec03 .box01_cap {
  margin-top: 5px;
  margin-bottom: clamp(25px, 3.34%, 40px); }
.sec03 .list_items .wide2 .img_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px; }
  .sec03 .list_items .wide2 .img_wrap .img306 {
    width: calc(587%/8.93); }
  .sec03 .list_items .wide2 .img_wrap .img307 {
    width: calc(293%/8.93); }
.sec03 .list_items .item .txt_box .item_ttl.col2.end {
  align-items: flex-end; }

.sec04 .box01 {
  flex-direction: row-reverse;
  align-items: stretch; }
  @media screen and (max-width: 900px) {
    .sec04 .box01 {
      flex-direction: column; } }
  .sec04 .box01 .txts {
    display: flex; }
@media screen and (max-width: 480px) {
  .sec04 .item_ttl.col2 {
    height: auto !important; } }
@media screen and (max-width: 480px) {
  .sec04 .list_items.col2 {
    flex-direction: column !important;
    gap: 40px 0 !important; }
    .sec04 .list_items.col2 .item {
      width: 100% !important; } }

.sec05 .box01 {
  flex-direction: row-reverse; }
  @media screen and (max-width: 900px) {
    .sec05 .box01 {
      flex-direction: column; } }
  .sec05 .box01 .imgs {
    width: calc(434%/12); }
    @media screen and (max-width: 900px) {
      .sec05 .box01 .imgs {
        width: 100%;
        max-width: 400px;
        margin: 0 auto; } }
  .sec05 .box01 .txts {
    width: calc(742%/12); }
    @media screen and (max-width: 900px) {
      .sec05 .box01 .txts {
        width: 100%; } }

.img310 .cap {
  right: auto; }
  .img310 .cap.cap1 {
    left: 0; }
  .img310 .cap.cap2 {
    left: calc(135%/2.8); }

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