/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.plumbing-resistance {
  padding-top: 80px;
}
.plumbing-resistance img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.plumbing-resistance .inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 15px;
}
.plumbing-resistance main {
  font-feature-settings: "palt";
}
.plumbing-resistance .sup {
  font-size: max(50%, 10px);
}
.plumbing-resistance .next-border {
  display: block;
  margin: 30px auto;
  width: 2px;
  height: 40px;
  background-color: #004a95;
}
@media (min-width: 768px) {
  .plumbing-resistance .next-border {
    height: 150px;
    margin: 50px auto;
  }
}
.plumbing-resistance .sec01 {
  margin-block: 30px 60px;
}
@media (min-width: 768px) {
  .plumbing-resistance .sec01 {
    margin-block: 60px 120px;
  }
}
.plumbing-resistance .sec01-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0.5em 1em;
  font-size: max(2.08vw, 15px);
  font-weight: bold;
  color: #0d3480;
  line-height: 1;
  background-color: #e5f0f7;
}
@media (min-width: 768px) {
  .plumbing-resistance .sec01-title {
    font-size: 35px;
  }
}
.plumbing-resistance .sec01-text {
  font-size: max(2.08vw, 15px);
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-resistance .sec01-text {
    font-size: 15px;
    line-height: 2.6;
  }
}

/* ~.sec01 */
.sec02-header {
  width: 100%;
  background-color: #0d3480;
}
.sec02-header-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .sec02-header-title {
    gap: 50px;
    padding: 40px 0;
  }
}
.sec02-header-title-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.sec02-header-title-text span {
  font-size: min(3.05vw, 18px);
}
@media (min-width: 768px) {
  .sec02-header-title-text {
    font-size: 35px;
  }
  .sec02-header-title-text span {
    font-size: 22px;
    font-weight: normal;
  }
}
@media (min-width: 1000px) {
  .sec02-header-title-text .wrap {
    display: none;
  }
}
.sec02-header .inner {
  padding-inline: 0;
}
.sec02-sub-header {
  width: 100%;
  border-top: 1px solid #fff;
  background-color: #0d3480;
}
.sec02-sub-header-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  position: relative;
  padding: 0.5em 0;
}
@media (min-width: 768px) {
  .sec02-sub-header-info {
    justify-content: flex-start;
    gap: 1.5em;
    padding: 1em 0;
  }
}
.sec02-sub-header-info p {
  position: relative;
  white-space: nowrap;
}
.sec02-sub-header-info-text01 {
  text-align: left;
  padding: 0 10px 0 0;
  font-size: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .sec02-sub-header-info-text01 {
    padding: 0 5px;
    font-size: 12px;
    margin: 0;
  }
}
.sec02-sub-header-info-text02 {
  padding: 0.2em 1em;
  font-size: 11px;
  font-weight: 700;
  color: #0d3480;
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec02-sub-header-info-text02 {
    padding: 0.2em 4.5em;
    font-size: 15px;
  }
}
.sec02-sub-header-info-text03 {
  padding: 3px 10px;
  font-size: 11px;
  color: #fff;
}
@media (min-width: 768px) {
  .sec02-sub-header-info-text03 {
    padding: 3px 5px;
    font-size: 15px;
  }
}
.sec02-sub-header-info-text04 {
  padding: 3px 10px;
  font-size: 11px;
  color: #fff;
}
@media (min-width: 768px) {
  .sec02-sub-header-info-text04 {
    padding: 3px 5px;
    font-size: 15px;
  }
}
.sec02-sub-header-info-text04::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2em;
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec02-sub-header-info-text04::before {
    left: -1em;
  }
}
.sec02-sub-header-text {
  padding-block: 15px;
  color: #fff;
  font-size: clamp(0.75rem, 0.609rem + 0.63vw, 1rem);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .sec02-sub-header-text {
    padding-block: 30px;
    line-height: 2;
  }
}
.sec02-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-block: 30px 90px;
}
@media (min-width: 768px) {
  .sec02-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-block: 100px;
  }
}
.sec02-flex-col {
  padding-inline: 15px;
}
@media (min-width: 768px) {
  .sec02-flex-col {
    flex: 1;
    padding-inline: 0;
  }
}
.sec02-text {
  font-size: max(2.08vw, 12px);
  line-height: 1.75;
}
.sec02-text strong {
  font-weight: 700;
  color: #e66d65;
}
@media (min-width: 768px) {
  .sec02-text {
    font-size: 16px;
    line-height: 2.5;
  }
}
.sec02-text + p {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .sec02-text + p {
    margin-top: 2em;
  }
}
.sec02-img {
  position: relative;
}
@media (min-width: 768px) {
  .sec02-img {
    max-width: 400px;
  }
}
.sec02-img-caption {
  margin-top: 10px;
  font-size: 10px;
  text-align: right;
  color: #595757;
}
.sec02-caption {
  font-size: 10px;
  color: #595757;
}

/* ~.sec02 */
.sec03-tittle {
  padding: 15px;
  color: #fff;
  font-size: clamp(1.125rem, 0.809rem + 1.41vw, 1.688rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #0d3480;
}
@media (min-width: 768px) {
  .sec03-tittle {
    margin-inline: auto;
    padding: 17px 30px;
    max-width: 1000px;
  }
}
.sec03-text {
  padding-top: 15px;
  font-size: clamp(0.813rem, 0.75rem + 0.31vw, 1rem);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .sec03-text {
    padding-top: 35px;
  }
}
.sec03-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-block: 35px;
}
@media (min-width: 768px) {
  .sec03-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-block: 70px;
  }
}
@media (min-width: 768px) {
  .sec03-col {
    flex: 1;
  }
}
.sec03-col img {
  height: max(18.38vw, 91px);
  width: auto;
}
@media (min-width: 768px) {
  .sec03-col img {
    height: 141px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.sec03-col-text {
  padding: 1em 0 0 max(3.52vw, 17px);
  font-size: clamp(0.75rem, 0.609rem + 0.63vw, 1rem);
  line-height: 2;
}
@media (min-width: 768px) {
  .sec03-col-text {
    padding: 1em 0 0 25px;
    line-height: 1.8;
  }
}
@media (max-width: 900px) {
  .sec03-col-text .qd-900 {
    display: none;
  }
}
.sec03-img {
  position: relative;
}
@media (min-width: 768px) {
  .sec03-img {
    max-width: none;
  }
}
.sec03-img-caption {
  margin-top: 15px;
  font-size: 10px;
  color: #666;
  text-align: right;
}
.sec03-item {
  position: relative;
  margin-block: 60px 10px;
  padding: 60px 15px 15px;
  background: #e5f0f7;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .sec03-item {
    margin-block: 120px 90px;
    padding: 90px 30px 30px;
  }
}
.sec03-item-title {
  position: absolute;
  inset: -30px 0 auto 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .sec03-item-title {
    width: 79%;
    inset: -50px 0 auto 0;
  }
}
.sec03-item-content {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sec03-item-content {
    margin-bottom: 60px;
  }
}
.sec03-item .sec03-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 40px;
  border-spacing: 30px 0;
  margin-left: -30px;
  width: calc(100% + 60px);
}
@media (max-width: 768px) {
  .sec03-item .sec03-row {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.sec03-item .sec03-card {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 768px) {
  .sec03-item .sec03-card {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
.sec03-item .sec03-card .card-title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sec03-item .sec03-card .card-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .sec03-item .sec03-card .card-title img {
    height: 40px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.sec03-item .sec03-card .card-content {
  display: flex;
  width: 100%;
  margin-top: 15px;
}
.sec03-item .sec03-card .card-content .image-box {
  width: 50%;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sec03-item .sec03-card .card-content .image-box {
    width: 40%;
  }
}
.sec03-item .sec03-card .card-content .image-box img {
  width: 100%;
  height: auto;
}
.sec03-item .sec03-card .card-content .text-box {
  width: 50%;
}
@media (min-width: 768px) {
  .sec03-item .sec03-card .card-content .text-box {
    width: 60%;
  }
}
.sec03-item .sec03-card .card-content .w50 {
  width: 50%;
}
.sec03-item .sec03-card .card-text {
  margin-top: 20px;
}
.sec03-item .sec03-card .sec03-name {
  font-size: 16px;
  color: #0d3480;
  margin: 0 0 8px 0;
  font-weight: bold;
  line-height: 1.4;
}
.sec03-item .sec03-card .tags {
  margin-bottom: 10px;
  font-size: 0;
}
.sec03-item .sec03-card .tags .tag {
  display: inline-block;
  background-color: #0d3480;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 6px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 5px;
}
.sec03-item .sec03-card .description {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 768px) {
  .sec03-item .sec03-card .description {
    font-size: 16px;
  }
}
.sec03-item .sec03-card .link-button {
  display: block;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
}
.sec03-item .sec03-card .link-button img {
  width: 100%;
}
.sec03-item .sec03-card .link-button:hover {
  opacity: 0.8;
}
.sec03-item .footer-note {
  text-align: center;
  font-size: 11px;
  color: #666;
}
@media (min-width: 768px) {
  .sec03-item .footer-note {
    text-align: right;
    margin-top: 20px;
  }
}
.sec03-item .sec03-row.row-3 .tags {
  margin-bottom: 0;
}

/* ~.sec03 */
.link-container {
  margin: 10px auto 80px;
}
@media (min-width: 768px) {
  .link-container {
    margin: 10px auto 100px;
  }
}
.link-container-caption {
  margin-bottom: 50px;
  font-size: 10px;
  color: #595757;
  text-align: center;
}
@media (min-width: 768px) {
  .link-container-caption {
    margin-bottom: 80px;
  }
}
.link-container-url {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.link-container-url:hover {
  opacity: 0.8;
}
.link-container-img {
  margin-inline: auto;
  max-width: 280px;
}
@media (min-width: 768px) {
  .link-container-img {
    max-width: none;
    text-align: center;
  }
}/*# sourceMappingURL=plumbing-resistance.css.map */