/*! Writen  by SCSS */
.sec_ttl {
  text-align: center;
  margin-bottom: clamp(30px, 4.17%, 50px);
  position: relative;
  z-index: 2; }
  .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(580%/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);
  column-gap: 0;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    .sec .list_items {
      gap: 65px 0; } }
  @media screen and (max-width: 480px) {
    .sec .list_items {
      gap: 40px 0; } }
  .sec .list_items .item {
    width: calc(270%/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; }
    @media screen and (max-width: 480px) {
      .sec .list_items .item.wide_sp {
        width: 100%; } }
    .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.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 .item.full {
      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 {
  margin-bottom: 1em;
  width: 100%; }

/*
.txt_box {
	flex-direction: column;
	.item_ttl {
		align-content: center;
	}
}*/
.img_cap.black .cap {
  text-shadow: none !important; }

.sec01 {
  margin-bottom: 120px; }
  @media screen and (max-width: 480px) {
    .sec01 {
      margin-bottom: 80px; } }
  .sec01 .sec_ttl .icon {
    max-width: 113px;
    width: 9.42%;
    margin-inline: auto; }
    @media screen and (max-width: 480px) {
      .sec01 .sec_ttl .icon {
        width: 100%;
        text-align: center; } }
  .sec01 .list_items .cap_l {
    font-size: 10px; }
  .sec01 .list_items .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    row-gap: clamp(10px, 1.667vw, 20px); }
    .sec01 .list_items .item .bg_ttl {
      margin-bottom: 0; }
  .sec01 .list_items .item01 .item01_wrap01 {
    width: 65.25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px; }
    @media screen and (max-width: 480px) {
      .sec01 .list_items .item01 .item01_wrap01 {
        width: 100%;
        row-gap: 10px; } }
    .sec01 .list_items .item01 .item01_wrap01 .txt01 {
      line-height: 1.57; }
    .sec01 .list_items .item01 .item01_wrap01 .in_box {
      display: grid;
      grid-template-columns: 66.67% 31.29%;
      align-items: flex-start;
      align-content: start;
      grid-auto-flow: dense;
      justify-content: space-between;
      grid-auto-rows: 1fr;
      grid-template-rows: auto;
      row-gap: clamp(15px, 1.834vw, 22px); }
      @media screen and (max-width: 480px) {
        .sec01 .list_items .item01 .item01_wrap01 .in_box {
          display: flex;
          flex-direction: column; } }
      .sec01 .list_items .item01 .item01_wrap01 .in_box .item_txt {
        padding-top: clamp(10px, 2.084vw, 25px);
        line-height: 1.25;
        border-top: 1px solid #bbb290; }
      .sec01 .list_items .item01 .item01_wrap01 .in_box .img01 {
        max-width: 501px;
        grid-row: 2/3; }
      .sec01 .list_items .item01 .item01_wrap01 .in_box .img02 {
        max-width: 245px;
        grid-row: 1/3;
        grid-column: 2/3; }
        @media screen and (max-width: 480px) {
          .sec01 .list_items .item01 .item01_wrap01 .in_box .img02 {
            max-width: 200px;
            margin-inline: auto; } }
  .sec01 .list_items .item01 .img03 {
    max-width: 340px;
    width: 28.34%;
    margin-top: 5px;
    position: relative;
    padding-bottom: calc(334%/12);
    background: #fff; }
    @media screen and (max-width: 480px) {
      .sec01 .list_items .item01 .img03 {
        padding-bottom: 0;
        width: 100%;
        margin-inline: auto;
        max-width: 200px; } }
    .sec01 .list_items .item01 .img03 .bg_w {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      display: block; }
      @media screen and (max-width: 480px) {
        .sec01 .list_items .item01 .img03 .bg_w {
          position: static; } }
  .sec01 .list_items .item02 .item_txt {
    width: 100%; }
  .sec01 .list_items .item02 .img01 {
    max-width: 170px;
    width: 29.32%; }
    @media screen and (max-width: 480px) {
      .sec01 .list_items .item02 .img01 {
        max-width: 180px;
        margin-inline: auto;
        width: 100%; } }
    .sec01 .list_items .item02 .img01 .cap {
      padding: 0; }
  .sec01 .list_items .item02 .img02 {
    max-width: 399px;
    width: 68.8%; }
    @media screen and (max-width: 480px) {
      .sec01 .list_items .item02 .img02 {
        max-width: 100%;
        width: 100%; } }
    .sec01 .list_items .item02 .img02 .txt01 {
      line-height: 1;
      margin-bottom: 5px;
      font-size: clamp(11px, 1.084vw, 13px); }
  .sec01 .list_items .item03 .img01 {
    max-width: 319px;
    width: 55%; }
    @media screen and (max-width: 480px) {
      .sec01 .list_items .item03 .img01 {
        width: 100%;
        max-width: 250px;
        margin-inline: auto; } }
  .sec01 .list_items .item03 .img02 {
    max-width: 251px;
    width: 43.28%; }
    @media screen and (max-width: 480px) {
      .sec01 .list_items .item03 .img02 {
        width: 100%;
        max-width: 250px;
        margin-inline: auto; } }
  .sec01 .list_items .item08,
  .sec01 .list_items .item09,
  .sec01 .list_items .item10 {
    width: 31%; }
    @media screen and (max-width: 480px) {
      .sec01 .list_items .item08,
      .sec01 .list_items .item09,
      .sec01 .list_items .item10 {
        width: 48%; } }

.sec02 {
  margin-bottom: 120px; }
  @media screen and (max-width: 480px) {
    .sec02 {
      margin-bottom: 80px; } }
  .sec02 .sec_ttl .icon {
    max-width: 113px;
    width: 9.42%;
    margin-inline: auto; }
    @media screen and (max-width: 480px) {
      .sec02 .sec_ttl .icon {
        width: 100%;
        text-align: center; } }
  .sec02 .list_items .cap_l {
    font-size: 10px; }
  .sec02 .list_items .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    row-gap: clamp(15px, 1.667vw, 20px); }
    .sec02 .list_items .item .bg_ttl {
      margin-bottom: 0; }
  .sec02 .list_items .item01 .img_wrap {
    width: 100%; }
    @media screen and (max-width: 480px) {
      .sec02 .list_items .item01 .img_wrap .img {
        overflow-x: scroll;
        display: block; } }
    @media screen and (max-width: 480px) {
      .sec02 .list_items .item01 .img_wrap .img img {
        max-width: none;
        display: block;
        line-height: 0;
        width: 640px;
        position: relative;
        z-index: -1; } }
  .sec02 .list_items .item02 .img_wrap {
    width: 100%; }
    @media screen and (max-width: 480px) {
      .sec02 .list_items .item02 .img_wrap {
        flex-direction: column;
        row-gap: clamp(15px, 1.667vw, 20px); } }
    .sec02 .list_items .item02 .img_wrap .img:nth-child(1) {
      max-width: 435px;
      width: 36.25%; }
      @media screen and (max-width: 480px) {
        .sec02 .list_items .item02 .img_wrap .img:nth-child(1) {
          width: 100%;
          max-width: 100%; } }
    .sec02 .list_items .item02 .img_wrap .img:nth-child(2) {
      max-width: 358px;
      width: 29.84%; }
      @media screen and (max-width: 480px) {
        .sec02 .list_items .item02 .img_wrap .img:nth-child(2) {
          width: 100%;
          max-width: 100%; } }
    .sec02 .list_items .item02 .img_wrap .text_list {
      max-width: 352px;
      width: 29.34%;
      display: flex;
      flex-direction: column;
      row-gap: 5px; }
      @media screen and (max-width: 480px) {
        .sec02 .list_items .item02 .img_wrap .text_list {
          width: 100%;
          max-width: 100%; } }
      .sec02 .list_items .item02 .img_wrap .text_list li .txt {
        letter-spacing: -0.02em;
        line-height: 1.43;
        font-size: clamp(11px, 1.084vw, 13px);
        margin-top: 5px;
        padding-inline: 4.27%; }
  .sec02 .list_items .item03 {
    width: 65.5%; }
    @media screen and (max-width: 480px) {
      .sec02 .list_items .item03 {
        width: 100%; } }
    .sec02 .list_items .item03 .bg_ttl {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 480px) {
        .sec02 .list_items .item03 .bg_ttl {
          flex-direction: column;
          align-items: flex-start;
          row-gap: 5px; } }
      .sec02 .list_items .item03 .bg_ttl .icon {
        max-width: 205px;
        width: 26.77%;
        display: block; }
        @media screen and (max-width: 768px) {
          .sec02 .list_items .item03 .bg_ttl .icon {
            max-width: 180px;
            width: 100%; } }
        @media screen and (max-width: 480px) {
          .sec02 .list_items .item03 .bg_ttl .icon {
            max-width: 70%; } }
    .sec02 .list_items .item03 .text_wrap .ttl {
      color: #21336c;
      line-height: 1;
      margin-bottom: 0.5em;
      font-size: clamp(14px, 1.5vw, 18px); }
    .sec02 .list_items .item03 .text_wrap.text_wrap01 {
      width: 47.21%; }
      @media screen and (max-width: 480px) {
        .sec02 .list_items .item03 .text_wrap.text_wrap01 {
          width: 100%; } }
    .sec02 .list_items .item03 .text_wrap.text_wrap02 {
      width: 46.7%; }
      @media screen and (max-width: 480px) {
        .sec02 .list_items .item03 .text_wrap.text_wrap02 {
          width: 100%; } }
    .sec02 .list_items .item03 .img01 {
      max-width: 335px;
      width: 43.74%; }
      @media screen and (max-width: 480px) {
        .sec02 .list_items .item03 .img01 {
          width: 250px;
          margin-inline: auto;
          max-width: 100%; } }
    .sec02 .list_items .item03 .img02 {
      max-width: 398px;
      width: 51.96%; }
      @media screen and (max-width: 480px) {
        .sec02 .list_items .item03 .img02 {
          width: 100%;
          max-width: 100%; } }
  .sec02 .list_items .item04 {
    width: 31%; }
    @media screen and (max-width: 480px) {
      .sec02 .list_items .item04 {
        width: 100%; } }
    .sec02 .list_items .item04 .icon {
      max-width: 281px;
      width: 79.83%;
      margin-inline: auto;
      display: block; }
    .sec02 .list_items .item04 .cap_l {
      line-height: 1.4;
      margin-top: 5px;
      display: inline-block; }

.img_cap.black .cap {
  text-shadow: none !important; }

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