@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap");
.horizontal-content .horizontal-content__bg {
  /* スマホ用 */
}
@media screen and (max-width: 767px) {
  .horizontal-content .horizontal-content__bg {
    background-image: url("../../img/common/sp/pattern_bg_plan_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .horizontal-content .horizontal-content__bg {
    background-image: url("../../img/common/pattern_bg_top.png");
  }
}

:root {
  --nav-width: 250px;
  --nav-bg: #ffffff;
  --text-main: #333333;
  --text-hover: #007bff;
  --nav-sp-height: 60px;
}

#horizontal-section {
  position: relative;
}

.side-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--nav-width);
  height: 100vh;
  background-color: rgba(17, 5, 0, 0.75);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .side-nav {
    width: 100%;
    height: var(--nav-sp-height);
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .side-nav {
    padding-top: 0px;
  }
}

.side-nav__inner,
.sideMenu_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .side-nav__inner,
  .sideMenu_inner {
    padding: 0 16px;
    overflow-y: visible;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.side-nav__inner ul,
.sideMenu_inner ul {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .side-nav__inner ul,
  .sideMenu_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.side-nav__inner li,
.sideMenu_inner li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-link {
  text-decoration: none !important;
  color: #fff;
  font-family: "Playfair Display", serif;
}
@media screen and (min-width: 768px) {
  .nav-link {
    font-size: min(2.1818181818vw, 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .nav-link {
    font-size: 4.1666666667vw;
  }
}
.nav-link {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
  padding: 0.75em 0.85em;
  padding-right: 0;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .nav-link {
    font-size: 24px;
    font-size: 1.5vw;
  }
}

.nav-link.is-current {
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
}

.nav-link:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .nav-link:hover {
    -webkit-transform: none;
            transform: none;
  }
}

body .wrapper {
  overflow: visible;
}

#equipmentContents {
  overflow: visible;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #equipmentContents {
    padding: 0 5%;
  }
}

@media screen and (min-width: 768px) {
  #equipmentContents .eqContents_left {
    width: 19%;
  }
}

#equipmentContents .eqContents_right {
  position: relative;
}
@media screen and (min-width: 768px) {
  #equipmentContents .eqContents_right {
    width: 79%;
    margin-left: 21%;
  }
}

@media screen and (min-width: 768px) {
  .--block--end {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .--block--end .meritbox,
  .--block--end .action-content__wrap {
    margin-inline: auto;
    max-width: 800px;
  }
}

#sideMenu {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: rgba(17, 5, 0, 0.75);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
#sideMenu.is-hide {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 1201px) {
  .sideMenu_inner {
    padding-top: 110px;
  }
}

.equip-header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .equip-header {
    padding-top: 160px;
    padding-top: 22.8571428571vw;
    padding-bottom: 70px;
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .equip-header {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .equip-header .equip-header__title {
    font-size: min(2.9090909091vw, 3.2rem);
  }
}
@media screen and (max-width: 767px) {
  .equip-header .equip-header__title {
    font-size: 5.5555555556vw;
  }
}
.equip-header .equip-header__title {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .equip-header .equip-header__txt {
    font-size: min(2vw, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .equip-header .equip-header__txt {
    font-size: 3.0555555556vw;
  }
}
.equip-header .equip-header__txt {
  line-height: 1.9090909091;
  margin-top: 0.75em;
}
@media screen and (min-width: 768px) {
  .equip-header .equip-header__txt {
    line-height: 1.8181818182;
  }
}

@media screen and (max-width: 767px) {
  .eq-cardlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 9vw;
  }
  .eq-cardlist + .eq-cardlist {
    margin-top: 7vw;
  }
}
@media screen and (min-width: 768px) {
  .eq-cardlist {
    display: grid;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-gap: 2vw;
       -moz-column-gap: 2vw;
            column-gap: 2vw;
    row-gap: 30px;
    row-gap: 3vw;
    width: 100%;
  }
  .eq-cardlist .eq-card:nth-child(1) {
    grid-area: a1;
  }
  .eq-cardlist .eq-card:nth-child(2) {
    grid-area: a2;
  }
  .eq-cardlist .eq-card:nth-child(3) {
    grid-area: a3;
  }
  .eq-cardlist .eq-card:nth-child(4) {
    grid-area: a4;
  }
  .eq-cardlist .eq-card:nth-child(5) {
    grid-area: a5;
  }
  .eq-cardlist .eq-card:nth-child(6) {
    grid-area: a6;
  }
  .eq-cardlist .eq-card:nth-child(7) {
    grid-area: a7;
  }
  .eq-cardlist .eq-card:nth-child(8) {
    grid-area: a8;
  }
  .eq-cardlist .eq-card:nth-child(9) {
    grid-area: a9;
  }
  .eq-cardlist .eq-card:nth-child(10) {
    grid-area: a10;
  }
  .eq-cardlist .eq-card:nth-child(11) {
    grid-area: a11;
  }
  .eq-cardlist .eq-card:nth-child(12) {
    grid-area: a12;
  }
  .eq-cardlist .eq-card:nth-child(13) {
    grid-area: a13;
  }
}

@media screen and (max-width: 767px) {
  .eq-card {
    width: 48%;
  }
  .eq-card.--sp-full {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .eq-card .eq-card {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .eq-card .img {
    height: auto;
  }
}
.eq-card .img + .ttl {
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .eq-card .img + .ttl {
    margin-top: 0.45em;
  }
}
@media screen and (min-width: 768px) {
  .eq-card .ttl {
    font-size: min(1.5454545455vw, 1.7rem);
  }
}
@media screen and (max-width: 767px) {
  .eq-card .ttl {
    font-size: 3.75vw;
  }
}
.eq-card .ttl {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.eq-card .ttl + .txt {
  margin-top: 0.35em;
}
@media screen and (min-width: 768px) {
  .eq-card .ttl + .txt {
    margin-top: 10px;
  }
}
.eq-card .ttl small {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .eq-card .txt {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .eq-card .txt {
    font-size: 3.0555555556vw;
  }
}
.eq-card .txt {
  line-height: 1.65;
}
.eq-card .txt + .img {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .eq-card .capt {
    font-size: min(1vw, 1.1rem);
  }
}
@media screen and (max-width: 767px) {
  .eq-card .capt {
    font-size: 2.7777777778vw;
  }
}
.eq-card .capt {
  line-height: 1.375;
  margin-top: 0.5em;
}
.eq-card small {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  .eq-card:has(.eq-card__sub) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 7vw;
  }
}

.block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .block {
    margin-top: 0;
  }
}
.block.--flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .block .block__inner {
    width: 100%;
    padding-inline: 5%;
  }
}
@media screen and (min-width: 768px) {
  .block .block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block.--block00 {
  display: block;
  min-width: 250px;
  min-width: 29.0697674419vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .block.--block00 {
    display: none;
  }
}
.block.--block01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .block.--block01 {
    padding-top: 100px;
    padding-top: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .block.--block01 {
    padding-inline: 5%;
  }
}
.block.--block01 .block__inner {
  width: min(1200px, 90%);
  margin-inline: auto;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .block.--block01 .block__inner {
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .block.--block01 .block__inner {
    width: 100%;
    padding-left: 21%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.block.--block01 .block-textArea {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .block.--block01 .block-textArea {
    position: absolute;
    top: 24%;
    left: 5%;
  }
}
@media screen and (min-width: 768px) {
  .block.--block01 .block-textArea {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.block.--block01 .block-imgArea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .block.--block01 .block-imgArea {
    margin-left: auto;
  }
}
.block.--block01 .block__eng {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
}
@media screen and (min-width: 768px) {
  .block.--block01 .block__eng {
    font-size: min(5.8181818182vw, 6.4rem);
  }
}
@media screen and (max-width: 767px) {
  .block.--block01 .block__eng {
    font-size: 11.1111111111vw;
  }
}
.block.--block01 .block__eng {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
}
.block.--block01 .figure figcaption {
  font-family: "Hannari", "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}
.block.--block01 .block__img {
  width: 390px;
  width: 55.7142857143vw;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .block.--block01 .block__img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 768px) {
  .block.--kitchen .equip-header {
    padding-top: 150px;
  }
}
@media screen and (min-width: 768px) {
  .block.--kitchen .eq-cardlist {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "a1 a2 a5 a5" "a3 a4 a6 a7" "a8 a9 a10 a11" "a12 a13 .   .";
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .block.--kitchen .eq-cardlist {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "a1 a2 a3" "a4 a5 a5" "a6 a7 a8" "a9 a10 a11" "a12 a13 .";
  }
}
.block.--kitchen .eq-cardlist .eq-kitchen01 .ttl {
  margin-top: 0.5em;
}
.block.--kitchen .eq-cardlist .eq-kitchen01 .txt {
  margin-top: 0.5em;
}
.block.--dressing .eq-dressing13 figcaption {
  left: 0;
  right: auto;
}
@media screen and (min-width: 768px) {
  .block.--dressing .eq-cardlist.--eq-cardlist01 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "a1 a1 a2 a5" "a1 a1 a3 a6" "a4 a7 a9 a10" "a8 a11 a12 a13" "a14 . . .";
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .block.--dressing .eq-cardlist.--eq-cardlist01 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "a1 a1 a2" "a1 a1 a3" "a4 a5 a6" "a7 a8 a9" "a10 a11 a12" "a13 a14 .";
  }
}
.block.--dressing .eq-cardlist .eq-dressing01 {
  display: block;
}
@media screen and (min-width: 768px) {
  .block.--bath .eq-cardlist__wrap {
    row-gap: 40px;
    row-gap: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .block.--bath .eq-cardlist .eq-bath02 .ttl {
    font-size: 26px;
    font-size: 3.7142857143vw;
  }
  .block.--bath .eq-cardlist .eq-bath02 .capt {
    margin-top: 1em;
  }
  .block.--bath .eq-cardlist .eq-bath04 {
    row-gap: 4.2vw;
  }
}
@media screen and (min-width: 768px) {
  .block.--bath .eq-cardlist.--eq-cardlist01 {
    display: block;
    width: 52%;
  }
  .block.--bath .eq-cardlist.--eq-cardlist02 {
    display: block;
    width: 44.5%;
  }
  .block.--bath .eq-cardlist.--eq-cardlist03 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "a1 a2 a3" "a4 a5 a7";
  }
  .block.--bath .eq-cardlist.--eq-cardlist04 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "a1 a2 a3";
  }
  .block.--bath .eq-cardlist.--eq-cardlist05 {
    width: 100%;
    display: block;
  }
  .block.--bath .eq-cardlist.--eq-cardlist05 .eq-bath05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .block.--bath .eq-cardlist.--eq-cardlist05 .eq-bath05 .img {
    width: 50%;
  }
  .block.--bath .eq-cardlist.--eq-cardlist05 .eq-bath05 .txtArea {
    width: 47%;
  }
  .block.--bath .eq-cardlist.--eq-cardlist05 .eq-bath05 .txtArea .ttl {
    margin-top: 0.4em;
  }
  .block.--bath .eq-cardlist.--eq-cardlist05 .eq-bath05 .txtArea .capt {
    margin-top: 1em;
  }
  .block.--bath .eq-cardlist.--eq-cardlist06 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "a1 a2 a3" "a4 a5 a6";
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .block.--bath .eq-cardlist.--eq-cardlist01 {
    display: block;
    width: 48%;
  }
  .block.--bath .eq-cardlist.--eq-cardlist02 {
    display: block;
    width: 47%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .block.--bath .eq-cardlist.--eq-cardlist05 .eq-bath05 .img {
    width: 66.666%;
  }
  .block.--bath .eq-cardlist.--eq-cardlist05 .eq-bath05 .txtArea {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .block.--toilet .eq-cardlist__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block.--toilet .eq-toilet01 {
    width: 440px;
    width: 62.8571428571vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .block.--toilet .block__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .block.--toilet .block__inner {
    padding-top: 200px;
  }
}
@media screen and (min-width: 768px) {
  .block.--toilet .equip-header {
    width: 40%;
    padding-right: 0;
    padding-block: 0;
    padding-bottom: 40px;
  }
  .block.--toilet .eq-cardlist {
    width: 60%;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .block.--toilet .equip-header {
    width: 45%;
    padding-bottom: 40px;
  }
  .block.--toilet .eq-cardlist__wrap {
    width: 50%;
  }
  .block.--toilet .eq-cardlist {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .block.--str .eq-cardlist__wrap {
    row-gap: 40px;
    row-gap: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .block.--str .eq-cardlist .ttl {
    font-size: 26px;
    font-size: 3.7142857143vw;
  }
  .block.--str .eq-cardlist.--eq-cardlist01 .img {
    width: 480px;
    width: 68.5714285714vw;
    margin-inline: auto;
  }
  .block.--str .eq-cardlist.--eq-cardlist02 .eq-str04 {
    width: 100%;
  }
  .block.--str .eq-cardlist.--eq-cardlist02 .eq-str04 .img {
    margin-inline: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .block.--str .eq-cardlist.--eq-cardlist01 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "a1 a2 a3";
  }
  .block.--str .eq-cardlist.--eq-cardlist01 .img {
    margin-top: 40px;
  }
  .block.--str .eq-cardlist.--eq-cardlist02 {
    display: block;
  }
  .block.--str .eq-cardlist.--eq-cardlist03 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a1 a2";
    gap: 30px;
    gap: 3vw;
  }
  .block.--str .eq-cardlist.--eq-cardlist03 .img {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .block.--others {
    padding-bottom: 70px;
    padding-bottom: 10vw;
  }
}
.block.--others .eq-others08__ttl {
  font-weight: 600;
  color: #595757;
  background: -webkit-gradient(linear, left top, right top, from(#bde5f9), to(#7dcaeb));
  background: linear-gradient(to right, #bde5f9, #7dcaeb);
  text-align: center;
  padding: 0.3em;
}
@media screen and (max-width: 767px) {
  .block.--others .eq-cardlist .ttl {
    font-size: 26px;
    font-size: 3.7142857143vw;
  }
  .block.--others .eq-cardlist .eq-others02 {
    margin-top: 7vw;
  }
  .block.--others .eq-cardlist .eq-others02 .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .block.--others .eq-cardlist .eq-others02 .txtArea,
  .block.--others .eq-cardlist .eq-others02 .imgArea {
    width: 48%;
  }
  .block.--others .eq-cardlist .eq-others04 {
    margin-top: 7vw;
  }
  .block.--others .eq-cardlist .eq-others05 .img {
    width: 480px;
    width: 68.5714285714vw;
    margin-inline: auto;
  }
  .block.--others .eq-cardlist .img2__wrap {
    width: 480px;
    width: 68.5714285714vw;
    margin-inline: auto;
    margin-top: 7vw;
  }
  .block.--others .eq-cardlist .eq-others06 .img {
    width: 480px;
    width: 68.5714285714vw;
    margin-inline: auto;
  }
  .block.--others .eq-cardlist .eq-others08 .txtArea {
    padding-top: 40px;
    padding-top: 5.7142857143vw;
    padding-bottom: 20px;
    padding-bottom: 2.8571428571vw;
  }
  .block.--others .eq-cardlist .eq-others08 .img {
    width: 480px;
    width: 68.5714285714vw;
    margin-inline: auto;
  }
  .block.--others .eq-cardlist .eq-others08__ttl {
    margin-inline: calc(50% - 50vw);
    font-size: 27px;
    font-size: 3.8571428571vw;
  }
}
@media screen and (min-width: 768px) {
  .block.--others .eq-cardlist {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .block.--others .eq-cardlist.--eq-cardlist01 {
    grid-template-columns: repeat(2, 1fr);
  }
  .block.--others .eq-cardlist.--eq-cardlist02 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a1 a2";
    margin-top: 70px;
  }
  .block.--others .eq-cardlist.--eq-cardlist03 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "a1";
    margin-top: 70px;
  }
  .block.--others .eq-cardlist .eq-others02 {
    margin-top: 40px;
  }
  .block.--others .eq-cardlist .eq-others02 .txtArea {
    width: 48.0392156863%;
  }
  .block.--others .eq-cardlist .eq-others02 .imgArea {
    width: 48.0392156863%;
  }
  .block.--others .eq-cardlist .eq-others02 .ttl {
    margin-bottom: 5px;
  }
  .block.--others .eq-cardlist .eq-others03 .img {
    margin-top: 40px;
  }
  .block.--others .eq-cardlist .eq-others04 {
    margin-top: 40px;
  }
  .block.--others .eq-cardlist .eq-others05 .img {
    width: min(380px, 100%);
    margin-inline: auto;
  }
  .block.--others .eq-cardlist .eq-others05 .img2__wrap {
    margin-top: 40px;
  }
  .block.--others .eq-cardlist .eq-others05 .img2 {
    width: min(360px, 100%);
    margin-inline: auto;
  }
  .block.--others .eq-cardlist .eq-others06 .img {
    width: min(380px, 100%);
    margin-inline: auto;
  }
  .block.--others .eq-cardlist .eq-others08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .block.--others .eq-cardlist .eq-others08 .eq-others08__ttl {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .block.--others .eq-cardlist .eq-others08 .eq-others08__ttl {
    font-size: min(1.6363636364vw, 1.8rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .block.--others .eq-cardlist .eq-others08 .eq-others08__ttl {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .block.--others .eq-cardlist .eq-others08 .txtArea {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .block.--others .eq-cardlist .eq-others08_1,
  .block.--others .eq-cardlist .eq-others08_2 {
    width: 47.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec-caption {
  background-color: #fff;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sec-caption {
    width: 100%;
  }
}/*# sourceMappingURL=page-equipment.css.map */