@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.mv {
  position: relative;
}
.mv figure {
  position: relative;
}
.mv figure figcaption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: white;
  font-size: 10px;
  text-shadow: 0 0 5px black, 0 0 5px black;
}
.mv h2 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(210px, 15.78125vw, 526px);
}
@media screen and (max-width: 768px) {
  .mv h2 {
    top: 55%;
    width: clamp(116px, 30.9333333333vw, 300px);
  }
}

.intro {
  padding: 5.5% 0;
}
.intro h3 {
  font-family: YakuHanMP, "PT Serif", serif;
  font-size: clamp(20px, 3.125vw, 50px);
  text-align: center;
  margin-bottom: 1.16em;
}
.intro p {
  text-align: center;
  font-size: clamp(18px, 2vw, 32px);
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
}

.tab {
  padding: 0 32.5px;
}

.tab,
.tab_bottom {
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tab,
  .tab_bottom {
    padding: 0;
    border-bottom: 3px solid;
    -o-border-image: linear-gradient(to right, #c52480, #0097c9) 1;
       border-image: linear-gradient(to right, #c52480, #0097c9) 1;
  }
}
.tab ul,
.tab_bottom ul {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 11px solid;
  -o-border-image: linear-gradient(to right, #c52480, #0097c9) 1;
     border-image: linear-gradient(to right, #c52480, #0097c9) 1;
}
@media screen and (max-width: 768px) {
  .tab ul,
  .tab_bottom ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    max-width: 270px;
    margin: 0 auto;
    border-bottom: 0;
  }
}
.tab ul li,
.tab_bottom ul li {
  padding: 0 25px;
  font-size: clamp(14px, 1.9047619048vw, 24px);
  font-family: YakuHanMP, "PT Serif", serif;
  color: #898989;
  transition: all 0.2s;
  cursor: pointer;
}
.tab ul li:hover,
.tab_bottom ul li:hover {
  opacity: 0.5;
  transform: translateY(-3px);
}
@media screen and (max-width: 768px) {
  .tab ul li,
  .tab_bottom ul li {
    border: 1px solid #898989;
    text-align: center;
    width: 48%;
    line-height: 22px;
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .tab ul li:not(:last-child),
  .tab_bottom ul li:not(:last-child) {
    border-right: 1px solid #898989;
  }
}
.tab ul li.active,
.tab_bottom ul li.active {
  color: #991f4f;
}
@media screen and (max-width: 768px) {
  .tab ul li.active,
  .tab_bottom ul li.active {
    border-color: #991f4f;
  }
}
.tab ul li.active,
.tab_bottom ul li.active {
  pointer-events: none;
  cursor: default;
}
.tab ul li.active:hover,
.tab_bottom ul li.active:hover {
  opacity: 1;
  transform: translate(0);
}
@media screen and (max-width: 768px) {
  .tab ul li:nth-child(3),
  .tab_bottom ul li:nth-child(3) {
    width: 100%;
  }
}

.cate {
  display: none;
}

.wrap {
  max-width: 1265px;
  margin: 0 auto;
  padding: 0 32.5px;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0;
  }
}
.wrap .cate_name {
  text-align: center;
  background: linear-gradient(120deg, #c52480, #0097c9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(18px, 2.25vw, 36px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.27em auto;
}

.eq .contents {
  margin-bottom: 7.7%;
}
.eq .contents .secMv.kitchen {
  position: relative;
}
.eq .contents .secMv.kitchen figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #231815;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .eq .contents .secMv.kitchen figcaption {
    font-size: clamp(14px, 3.7333333333vw, 20px);
  }
}
.eq .contents .secMv.bathroom {
  position: relative;
}
.eq .contents .secMv.bathroom figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #275392;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .eq .contents .secMv.bathroom figcaption {
    font-size: clamp(14px, 3.7333333333vw, 20px);
  }
}
.eq .contents .secMv.sanitary {
  position: relative;
}
.eq .contents .secMv.sanitary figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #005069;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .eq .contents .secMv.sanitary figcaption {
    font-size: clamp(14px, 3.7333333333vw, 20px);
  }
}
.eq .contents .flex_box {
  margin-top: 62px;
  display: flex;
  flex-wrap: wrap;
  gap: 6.87%;
}
@media screen and (max-width: 768px) {
  .eq .contents .flex_box {
    padding: 0 32.5px;
    gap: 14px 35px;
    max-width: 465px;
    margin: 35px auto 0;
  }
}
@media screen and (max-width: 374px) {
  .eq .contents .flex_box {
    padding: 0 25px;
  }
}
.eq .contents .flex_box div {
  width: 19.82%;
  margin-bottom: 1.9%;
}
@media screen and (max-width: 768px) {
  .eq .contents .flex_box div {
    width: calc(50% - 17.5px);
  }
}
.eq .contents .flex_box div dt {
  font-weight: normal;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  font-size: clamp(14px, 1.6600790514vw, 21px);
  text-align: center;
  margin-top: 1.42em;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .eq .contents .flex_box div dt {
    margin-top: 1em;
  }
}
.eq .contents .flex_box div dd {
  margin-top: 1.38em;
  line-height: 1.33em;
  letter-spacing: 0.025em;
  font-size: clamp(12px, 1.4229249012vw, 18px);
}
@media screen and (max-width: 480px) {
  .eq .contents .flex_box div dd {
    line-height: 1.16em;
  }
}
.eq .contents .flex_box div dd span {
  font-size: clamp(10px, 1.0276679842vw, 13px);
  display: inline-block;
  line-height: 1.2em;
}
.eq .contents.el01 .item:nth-child(4) dt {
  margin-top: 0.8em;
}
.eq .contents.el01 .item:nth-child(4) dd {
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .eq .contents.el01 .item:nth-child(6) dt, .eq .contents.el01 .item:nth-child(8) dt {
    transform: scaleX(0.8);
    margin-left: -7%;
  }
}
.eq .contents.el02 .item:nth-child(3) dt {
  margin-top: 0.8em;
}
.eq .contents.el02 .item:nth-child(3) dd {
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .eq .contents.el03 .item:nth-child(2) dt, .eq .contents.el03 .item:nth-child(3) dt, .eq .contents.el03 .item:nth-child(5) dt {
    transform: scaleX(0.85);
    margin-left: -6.5%;
  }
}
.eq .contents.el03 .item:nth-child(6) {
  width: 73%;
}
@media screen and (max-width: 768px) {
  .eq .contents.el03 .item:nth-child(6) {
    width: 100%;
  }
}
.eq .contents.el03 .item:nth-child(7) {
  width: 100%;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .eq .contents.el03 .item:nth-child(7) {
    margin-top: -15px;
    margin-bottom: 30px;
  }
}
.eq .contents.el03 .item:nth-child(7) span {
  display: block;
  font-size: 13px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .eq .contents.el03 .item:nth-child(7) span {
    font-size: clamp(8px, 2.1333333333vw, 13px);
    line-height: 1.25em;
  }
}
.eq .contents .ufb {
  background-color: #e7e7e5;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .eq .contents .ufb {
    padding-top: 20px;
  }
}
.eq .contents .ufb .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .eq .contents .ufb .inner {
    max-width: 465px;
    margin: 0 auto;
  }
}
.eq .contents .ufb .inner .item {
  width: 50%;
  padding-left: 6%;
  align-self: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .eq .contents .ufb .inner .item {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 800px) {
  .eq .contents .ufb .inner .item {
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .eq .contents .ufb .inner .item {
    width: 100%;
    padding-left: 0;
  }
}
.eq .contents .ufb .inner .item dl {
  padding-top: clamp(50px, 8.1106719368vw, 114px);
  border-bottom: 1px solid black;
}
@media screen and (max-width: 768px) {
  .eq .contents .ufb .inner .item dl {
    padding: 0 32.5px;
  }
}
.eq .contents .ufb .inner .item dl dt {
  font-size: clamp(16px, 2.5396825397vw, 32px);
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  margin-bottom: 0.8125em;
}
.eq .contents .ufb .inner .item dl dd {
  width: 59%;
  font-size: clamp(12px, 1.4285714286vw, 18px);
  letter-spacing: 0.025em;
  margin-bottom: 1.94em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .eq .contents .ufb .inner .item dl dd {
    width: 60%;
  }
}
.eq .contents .ufb .inner .item dl dd::after {
  content: "";
  background-image: url("../img/eq/ufb-pic01.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  width: clamp(100px, 14.9407114625vw, 189px);
  height: clamp(100px, 14.9407114625vw, 189px);
  position: absolute;
  right: -10%;
  top: -65%;
  transform: translate(100%, 0);
}
@media screen and (max-width: 845px) {
  .eq .contents .ufb .inner .item dl dd::after {
    top: -30%;
  }
}
@media screen and (max-width: 800px) {
  .eq .contents .ufb .inner .item dl dd::after {
    right: -5px;
  }
}
@media screen and (max-width: 768px) {
  .eq .contents .ufb .inner .item dl dd::after {
    width: 127px;
    height: 127px;
    top: -115%;
  }
}
@media screen and (max-width: 442px) {
  .eq .contents .ufb .inner .item dl dd::after {
    top: -75%;
  }
}
@media screen and (max-width: 376px) {
  .eq .contents .ufb .inner .item dl dd::after {
    top: -53%;
  }
}
.eq .contents .ufb .inner .item p {
  margin-top: 1.94em;
  font-size: clamp(13px, 1.4285714286vw, 18px);
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .eq .contents .ufb .inner .item p {
    padding: 0 32.5px;
    margin-top: 1em;
  }
}
.eq .contents .ufb .inner .item p::before {
  content: "";
  background-image: url("../img/eq/ufb-pic02_sp.webp");
}
.eq .contents .ufb .inner .ufb_fig01 {
  width: 43%;
}
.eq .contents .ufb .inner .ufb_fig02 {
  width: 88.75%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.eq .contents .ufb .inner .ufb_fig02::after {
  content: "";
  background-image: url("../img/eq/ufb.webp");
  background-size: cover;
  width: clamp(380px, 44.743083004vw, 566px);
  height: clamp(396px, 42.6877470356vw, 540px);
  position: absolute;
  top: 7px;
  right: -6.5%;
  transform: translate(0%, -100%);
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .eq .contents .ufb .inner .ufb_fig02::after {
    right: -11%;
  }
}
@media screen and (max-width: 768px) {
  .eq .contents .ufb .inner .ufb_fig02::after {
    display: none;
  }
}
.eq .contents .ufb .inner .kome {
  width: 88.75%;
  margin: 3em auto 5%;
  font-size: clamp(8px, 1.4444444444vw, 13px);
  line-height: 1.23em;
}
@media screen and (max-width: 768px) {
  .eq .contents .ufb .inner .kome {
    margin-top: 2em;
  }
}
.eq .note {
  margin-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .eq .note {
    padding-bottom: 20px;
    margin-top: 20px;
  }
}
.eq .note p {
  text-align: center;
  padding: 0 17.5px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .eq .note p {
    text-align: left;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.04em;
  }
}

.com .contents.gokinjo h3, .com .contents.network h3 {
  color: #0d63aa;
}
.com .contents.sugudesk h3 {
  color: #920783;
}
.com .contents h3 {
  text-align: center;
  font-family: YakuHanMP, "PT Serif", serif;
  font-size: clamp(16px, 2.5296442688vw, 32px);
  letter-spacing: 0.05em;
  margin: 1.3em 0;
}
.com .contents h4 {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  font-size: clamp(16px, 2.5296442688vw, 32px);
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(237, 213, 101) 0%, rgb(55, 161, 163) 32%, rgb(41, 120, 95) 54%, rgb(55, 161, 163) 77%, rgb(35, 173, 207) 100%) 1;
     border-image: linear-gradient(90deg, rgb(237, 213, 101) 0%, rgb(55, 161, 163) 32%, rgb(41, 120, 95) 54%, rgb(55, 161, 163) 77%, rgb(35, 173, 207) 100%) 1;
}
@media screen and (max-width: 768px) {
  .com .contents h4 {
    padding-bottom: 0.5em;
  }
}
.com .contents p {
  margin-top: 15px;
  font-size: clamp(14px, 1.6600790514vw, 21px);
  line-height: 1.71em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .com .contents p {
    margin-top: 0.5em;
    line-height: normal;
    letter-spacing: 0.05em;
  }
}
.com .contents p span {
  font-size: 13px;
}
.com .contents .flex-box {
  display: flex;
}
.com .contents.gokinjo {
  border-bottom: 1px solid black;
}
@media screen and (max-width: 768px) {
  .com .contents.gokinjo {
    width: 82.67%;
    max-width: 400px;
    margin: 0 auto;
    border-color: #9fa0a0;
  }
}
.com .contents.gokinjo .flex-box {
  justify-content: space-between;
  gap: 15px;
  margin-top: 3%;
  padding-bottom: 6%;
}
@media screen and (max-width: 768px) {
  .com .contents.gokinjo .flex-box {
    flex-direction: column;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.com .contents.gokinjo .flex-box .item {
  width: 30%;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .com .contents.gokinjo .flex-box .item {
    width: 100%;
  }
}
.com .contents.gokinjo .flex-box .item dl {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .com .contents.gokinjo .flex-box .item dl {
    width: 83%;
  }
}
.com .contents.gokinjo .flex-box .item dl dt {
  color: white;
  background-color: #0d63aa;
  text-align: center;
  line-height: 1.875em;
  font-weight: normal;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  font-size: clamp(14px, 1.8972332016vw, 24px);
}
@media screen and (max-width: 768px) {
  .com .contents.gokinjo .flex-box .item dl dt {
    text-align: left;
    padding-left: 0.8em;
  }
}
.com .contents.gokinjo .flex-box .item dl dd {
  font-size: clamp(12px, 1.4229249012vw, 18px);
  line-height: 1.33em;
  letter-spacing: 0.025em;
  margin-top: 0.72em;
}
@media screen and (max-width: 768px) {
  .com .contents.gokinjo .flex-box .item dl dd {
    line-height: 1.16em;
  }
}
.com .contents.gokinjo .flex-box .item figure {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .com .contents.gokinjo .flex-box .item figure {
    width: 14.5%;
  }
}
.com .contents.gokinjo .flex-box .item:last-of-type dl {
  width: 100%;
}
.com .contents.sugudesk {
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .com .contents.sugudesk {
    width: 82.67%;
    max-width: 400px;
    margin: 0 auto 5%;
  }
}
.com .contents.sugudesk ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}
.com .contents.sugudesk ul li dl {
  margin-top: 5.8%;
}
.com .contents.sugudesk ul li dl dt {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  font-weight: normal;
  font-size: 21px;
  margin-bottom: 1.19em;
}
@media screen and (max-width: 768px) {
  .com .contents.sugudesk ul li dl dt {
    font-size: 13px;
    letter-spacing: -0.1em;
    margin-bottom: 1em;
  }
}
.com .contents.sugudesk ul li dl dd {
  font-size: 18px;
  line-height: 1.33em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .com .contents.sugudesk ul li dl dd {
    font-size: 12px;
  }
}
.com .contents.sugudesk ul li dl dd span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .com .contents.sugudesk ul li dl dd span {
    font-size: 9px;
  }
}
.com .contents.sugudesk ul li:first-child {
  width: 75%;
  margin-left: -2%;
}
@media screen and (max-width: 768px) {
  .com .contents.sugudesk ul li:first-child {
    width: 100%;
    margin-left: 0;
  }
}
.com .contents.sugudesk ul li:nth-child(2) {
  width: 24%;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .com .contents.sugudesk ul li:nth-child(2) {
    width: 46.5%;
    align-self: auto;
  }
}
.com .contents.sugudesk ul li:nth-child(3) {
  width: 46.5%;
}
.com .contents.sugudesk ul li:nth-child(4) {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .com .contents.sugudesk ul li:nth-child(4) {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .com .contents.sugudesk ul li:nth-child(4) div {
    width: 46.5%;
  }
}
.com .contents.sugudesk ul li:nth-child(4) div:last-of-type {
  display: flex;
  align-items: end;
  gap: 20px;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .com .contents.sugudesk ul li:nth-child(4) div:last-of-type {
    flex-direction: column;
    margin-top: 0;
    gap: 0;
  }
}
.com .contents.network {
  border: 1px solid black;
  padding: 0 49px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .com .contents.network {
    border: 0;
    padding: 2px 0 0;
    position: relative;
    margin-bottom: 40px;
  }
}
.com .contents.network::after {
  content: "";
  background-color: #ecf3f3;
  width: 100%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .com .contents.network::after {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .com .contents.network::after {
    height: 40%;
  }
}
@media screen and (max-width: 768px) {
  .com .contents.network h4 {
    width: 82.67%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.com .contents.network .flex-box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .com .contents.network .flex-box {
    width: 82.67%;
    max-width: 400px;
    margin: 0 auto 5%;
    flex-direction: column;
  }
}
.com .contents.network .flex-box .item dl dt {
  font-size: clamp(20px, 2.380952381vw, 30px);
  font-weight: normal;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  margin-bottom: 0.66em;
}
.com .contents.network .flex-box .item dl dd {
  font-size: clamp(13px, 1.2857142857vw, 18px);
  letter-spacing: 0.05em;
  line-height: 1.33em;
}
.com .contents.network .flex-box .item p {
  font-size: 13px;
  line-height: 16px;
}
.com .contents.network .flex-box .item_flex {
  display: flex;
}
.com .contents.network .flex-box .item:nth-child(1) {
  width: 52.6%;
  padding-right: 2.3%;
  border-right: 1px solid black;
}
@media screen and (max-width: 768px) {
  .com .contents.network .flex-box .item:nth-child(1) {
    width: 100%;
    border: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 32px;
  }
}
.com .contents.network .flex-box .item:nth-child(1) .jcom {
  mix-blend-mode: multiply;
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .com .contents.network .flex-box .item:nth-child(1) .jcom {
    width: 72%;
  }
}
.com .contents.network .flex-box .item:nth-child(1) .jcomnet {
  width: 244px;
  margin-bottom: 5%;
}
.com .contents.network .flex-box .item:nth-child(2) {
  width: 47.3%;
  padding-left: 2.3%;
}
@media screen and (max-width: 768px) {
  .com .contents.network .flex-box .item:nth-child(2) {
    width: 100%;
    padding-top: 18px;
    padding-left: 0;
  }
}
.com .contents.network .flex-box .item:nth-child(2) .item_flex {
  justify-content: space-between;
  align-items: end;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .com .contents.network .flex-box .item:nth-child(2) .item_flex {
    margin-top: 1em;
  }
}
.com .contents.network .flex-box .item:nth-child(2) .item_flex dl {
  width: 58%;
}
.com .contents.network .flex-box .item:nth-child(2) .item_flex figure {
  width: 38%;
}
.com .contents.network .el2 {
  border-top: 1px solid black;
  padding-top: 37px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .com .contents.network .el2 {
    border-color: #9fa0a0;
    margin-bottom: 30px;
  }
}
.com .contents.network .el2 .item:first-of-type {
  width: 88.6%;
}
@media screen and (max-width: 768px) {
  .com .contents.network .el2 .item:first-of-type {
    padding: 0;
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid #9fa0a0;
  }
}
.com .contents.network .el2 .item:first-of-type .item_flex {
  justify-content: space-between;
}
.com .contents.network .el2 .item:first-of-type .item_flex dl {
  width: 63%;
}
.com .contents.network .el2 .item:first-of-type .item_flex dl dt {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .com .contents.network .el2 .item:first-of-type .item_flex dl dt {
    white-space: nowrap;
  }
}
.com .contents.network .el2 .item:first-of-type .item_flex dl figure {
  width: 76%;
  margin-bottom: 15px;
}
.com .contents.network .el2 .item:first-of-type .item_flex figure {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .com .contents.network .el2 .item:first-of-type .item_flex figure {
    align-self: flex-end;
  }
}
.com .contents.network .el2 .item:last-of-type {
  width: 40%;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .com .contents.network .el2 .item:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .com .contents.network .el2 .item:last-of-type dl dt {
    width: 52.6%;
  }
}
.com .note {
  margin-top: 40px;
  padding: 0 20px 30px;
}
@media screen and (max-width: 768px) {
  .com .note {
    margin-top: 20px;
  }
}
.com .note p {
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .com .note p {
    font-size: 10px;
    text-align: left;
  }
}

.eco .contents {
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .eco .contents {
    max-width: 465px;
    margin: 0 auto 40px;
    padding: 0 32.5px;
  }
}
@media screen and (max-width: 374px) {
  .eco .contents {
    padding: 0 25px;
  }
}
.eco .contents.ecology h3 {
  color: #229894;
}
.eco .contents.uni h3 {
  color: #aa8c50;
  padding-bottom: 1rem;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(237, 213, 101) 0%, rgb(55, 161, 163) 32%, rgb(41, 120, 95) 54%, rgb(55, 161, 163) 77%, rgb(35, 173, 207) 100%) 1;
     border-image: linear-gradient(90deg, rgb(237, 213, 101) 0%, rgb(55, 161, 163) 32%, rgb(41, 120, 95) 54%, rgb(55, 161, 163) 77%, rgb(35, 173, 207) 100%) 1;
}
.eco .contents.safe h3 {
  color: #c9787b;
  padding-bottom: 1rem;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(237, 213, 101) 0%, rgb(55, 161, 163) 32%, rgb(41, 120, 95) 54%, rgb(55, 161, 163) 77%, rgb(35, 173, 207) 100%) 1;
     border-image: linear-gradient(90deg, rgb(237, 213, 101) 0%, rgb(55, 161, 163) 32%, rgb(41, 120, 95) 54%, rgb(55, 161, 163) 77%, rgb(35, 173, 207) 100%) 1;
}
.eco .contents h3 {
  text-align: center;
  font-family: YakuHanMP, "PT Serif", serif;
  font-size: clamp(16px, 2.5296442688vw, 32px);
  letter-spacing: 0.05em;
  margin: 1.3em 0;
}
.eco .contents h4 {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  font-size: clamp(16px, 2.5296442688vw, 32px);
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(237, 213, 101) 0%, rgb(55, 161, 163) 32%, rgb(41, 120, 95) 54%, rgb(55, 161, 163) 77%, rgb(35, 173, 207) 100%) 1;
     border-image: linear-gradient(90deg, rgb(237, 213, 101) 0%, rgb(55, 161, 163) 32%, rgb(41, 120, 95) 54%, rgb(55, 161, 163) 77%, rgb(35, 173, 207) 100%) 1;
}
@media screen and (max-width: 768px) {
  .eco .contents h4 {
    padding-bottom: 0.5em;
  }
}
.eco .contents .flex-box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .eco .contents .flex-box {
    justify-content: space-between;
  }
}
.eco .contents .flex-box .item {
  width: 20.83%;
}
@media screen and (max-width: 768px) {
  .eco .contents .flex-box .item {
    width: 44.19%;
  }
}
.eco .contents .flex-box .item dl dt {
  text-align: center;
  font-weight: normal;
  font-size: clamp(14px, 1.6600790514vw, 21px);
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  letter-spacing: 0;
  margin: 1.33em 0;
}
@media screen and (max-width: 768px) {
  .eco .contents .flex-box .item dl dt {
    font-size: clamp(12px, 3.4666666667vw, 14px);
    margin: 10px 0;
  }
}
.eco .contents .flex-box .item dl dd {
  font-size: clamp(10px, 1.3438735178vw, 17px);
  line-height: 1.3em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .eco .contents .flex-box .item dl dd {
    line-height: 1.16em;
  }
}
.eco .contents .flex-box .item dl dd span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .eco .contents .flex-box .item dl dd span {
    font-size: 8px;
  }
}
.eco .contents.ecology .flex-box {
  margin-top: 50px;
  justify-content: space-between;
  gap: 50px 0;
}
@media screen and (max-width: 768px) {
  .eco .contents.ecology .flex-box {
    margin-top: 10px;
    gap: 1rem 0;
  }
}
.eco .contents.ecology .flex-box .item:nth-child(1) {
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .eco .contents.ecology .flex-box .item:nth-child(1) {
    width: 41.29%;
  }
}
.eco .contents.ecology .flex-box .item:nth-child(2) {
  width: 31.41%;
}
@media screen and (max-width: 768px) {
  .eco .contents.ecology .flex-box .item:nth-child(2) {
    width: 55.16%;
  }
}
.eco .contents.ecology .flex-box .item:nth-child(3) {
  width: 41.16%;
}
@media screen and (max-width: 768px) {
  .eco .contents.ecology .flex-box .item:nth-child(3) {
    width: 100%;
  }
}
.eco .contents.uni .flex-box {
  gap: 10px 5.4%;
}
.eco .contents.uni .flex-box .item:nth-child(1) {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .eco .contents.uni .flex-box .item:nth-child(1) {
    width: 100%;
  }
}
.eco .contents.uni .flex-box .item:nth-child(1) figure {
  margin-bottom: -4%;
}
.eco .contents.uni .flex-box .item:nth-child(2) dt {
  transform: scaleX(0.93);
  white-space: nowrap;
  text-align: left;
  margin-left: -5.2%;
}
@media screen and (max-width: 768px) {
  .eco .contents.uni .flex-box .item:nth-child(2) dt {
    margin-left: 0;
    transform: scaleX(1);
    text-align: center;
  }
}
.eco .contents.safe .flex-box {
  justify-content: space-between;
  gap: 10px 5.4%;
}
.eco .contents.safe .flex-box .item:nth-child(1) figure {
  margin-bottom: -6%;
}
@media screen and (max-width: 768px) {
  .eco .contents.safe .flex-box .item:nth-child(1) figure {
    margin-bottom: 0;
  }
}
.eco .contents.safe .flex-box .item:nth-child(3) dt {
  margin: 0.8em 0;
}
@media screen and (max-width: 768px) {
  .eco .contents.safe .flex-box .item:nth-child(3) dt {
    letter-spacing: -0.05em;
    margin: 5px 0;
  }
}
.eco .notes {
  margin-top: 40px;
  margin-bottom: 37px;
  padding: 0 17.5px;
}
@media screen and (max-width: 768px) {
  .eco .notes {
    margin-top: 20px;
  }
}
.eco .notes p {
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .eco .notes p {
    font-size: 10px;
    text-align: left;
  }
}

.secu .contents {
  padding: 0 32.5px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .secu .contents {
    max-width: 465px;
    margin: 20px auto 40px;
  }
}
@media screen and (max-width: 375px) {
  .secu .contents {
    padding: 0 25px;
  }
}
.secu .contents h4 {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  font-size: clamp(16px, 2.5296442688vw, 32px);
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(237, 213, 101) 0%, rgb(55, 161, 163) 32%, rgb(41, 120, 95) 54%, rgb(55, 161, 163) 77%, rgb(35, 173, 207) 100%) 1;
     border-image: linear-gradient(90deg, rgb(237, 213, 101) 0%, rgb(55, 161, 163) 32%, rgb(41, 120, 95) 54%, rgb(55, 161, 163) 77%, rgb(35, 173, 207) 100%) 1;
  margin-top: 2.125em;
}
@media screen and (max-width: 768px) {
  .secu .contents h4 {
    padding-bottom: 0.5em;
  }
}
.secu .contents .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  gap: 50px 0;
}
@media screen and (max-width: 768px) {
  .secu .contents .flex-box {
    gap: 20px 0;
  }
}
.secu .contents .flex-box .item {
  width: 20.83%;
}
@media screen and (max-width: 768px) {
  .secu .contents .flex-box .item {
    width: 44.19%;
  }
}
.secu .contents .flex-box .item dl dt {
  text-align: center;
  font-weight: normal;
  font-size: clamp(14px, 1.581027668vw, 20px);
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  letter-spacing: 0;
  margin: 1.33em 0;
}
@media screen and (max-width: 768px) {
  .secu .contents .flex-box .item dl dt {
    font-size: clamp(12px, 3.4666666667vw, 14px);
    margin: 10px 0;
  }
}
.secu .contents .flex-box .item dl dd {
  font-size: clamp(14px, 1.3438735178vw, 17px);
  line-height: 1.3em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .secu .contents .flex-box .item dl dd {
    line-height: 1.16em;
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.secu .contents .flex-box .item dl dd span {
  font-size: clamp(8px, 1.3vw, 13px);
  display: inline-block;
  line-height: 1.2em;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .secu .contents .flex-box .item dl dd span {
    font-size: 8px;
  }
}
.secu .contents .flex-box .item:nth-child(1) {
  width: 41.16%;
}
@media screen and (max-width: 768px) {
  .secu .contents .flex-box .item:nth-child(1) {
    width: 100%;
  }
}
.secu .contents .flex-box .item:nth-child(2) {
  width: 31.42%;
}
@media screen and (max-width: 768px) {
  .secu .contents .flex-box .item:nth-child(2) {
    width: 55.16%;
  }
}
.secu .contents .flex-box .item:nth-child(3) {
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .secu .contents .flex-box .item:nth-child(3) {
    width: 41.29%;
  }
}
@media screen and (max-width: 768px) {
  .secu .contents .flex-box .item:nth-child(3) dt {
    margin: 0.2em 0;
  }
}
.secu .contents .flex-box .item:nth-child(4) dl > dt, .secu .contents .flex-box .item:nth-child(5) dl > dt, .secu .contents .flex-box .item:nth-child(14) dl > dt {
  transform: scaleX(0.92);
  white-space: nowrap;
  margin-left: -4%;
}
.secu .notes {
  margin-top: 40px;
  margin-bottom: 37px;
  padding: 0 17.5px;
}
@media screen and (max-width: 768px) {
  .secu .notes {
    margin-top: 20px;
  }
}
.secu .notes p {
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .secu .notes p {
    font-size: 10px;
    text-align: left;
  }
}

.str .contents {
  padding: 0 32.5px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .str .contents {
    max-width: 465px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .str .contents {
    padding: 0 25px;
  }
}
.str .contents h4 {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  font-size: clamp(16px, 2.5296442688vw, 32px);
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(237, 213, 101) 0%, rgb(55, 161, 163) 32%, rgb(41, 120, 95) 54%, rgb(55, 161, 163) 77%, rgb(35, 173, 207) 100%) 1;
     border-image: linear-gradient(90deg, rgb(237, 213, 101) 0%, rgb(55, 161, 163) 32%, rgb(41, 120, 95) 54%, rgb(55, 161, 163) 77%, rgb(35, 173, 207) 100%) 1;
  margin-top: 2.125em;
}
@media screen and (max-width: 768px) {
  .str .contents h4 {
    padding-bottom: 0.5em;
  }
}
.str .contents .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  gap: 50px 0;
}
@media screen and (max-width: 768px) {
  .str .contents .flex-box {
    gap: 20px 0;
  }
}
.str .contents .flex-box .item:nth-child(-n+6) {
  width: 29.58%;
}
.str .contents .flex-box .item:nth-last-child(-n+4) {
  width: 20.83%;
}
@media screen and (max-width: 768px) {
  .str .contents .flex-box .item:nth-child(-n+8) {
    width: 44.19% !important;
  }
}
@media screen and (max-width: 768px) {
  .str .contents .flex-box .item:nth-last-child(-n+2) {
    width: 100%;
    border-top: 1px solid #9fa0a0;
  }
}
.str .contents .flex-box .item dl dt {
  text-align: center;
  font-weight: normal;
  font-size: clamp(14px, 1.581027668vw, 20px);
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  letter-spacing: 0;
  margin: 1.33em 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .str .contents .flex-box .item dl dt {
    font-size: clamp(12px, 3.4666666667vw, 14px);
    margin: 10px 0;
  }
}
.str .contents .flex-box .item dl dd {
  font-size: clamp(14px, 1.3438735178vw, 17px);
  line-height: 1.3em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .str .contents .flex-box .item dl dd {
    line-height: 1.16em;
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.str .contents .flex-box .item dl dd span {
  font-size: clamp(8px, 1.3vw, 13px);
  display: inline-block;
  line-height: 1.2em;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .str .contents .flex-box .item dl dd span {
    font-size: clamp(8px, 2.6666666667vw, 10px);
  }
}
.str .notes {
  margin-top: 40px;
  margin-bottom: 37px;
  padding: 0 17.5px;
}
@media screen and (max-width: 768px) {
  .str .notes {
    margin-top: 20px;
  }
}
.str .notes p {
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .str .notes p {
    font-size: 10px;
    text-align: left;
  }
}/*# sourceMappingURL=quality.css.map */