.waterShutter-block0__table::after {
  padding-top: 110.85714285714286%;
}

@media screen and (min-width: 768px) {
  .waterShutter-block0__table::after {
    padding-top: 72.28260869565217%;
  }
}

.space.--pink::after {
  background-image: url(./../images/space/space-bgBottom--sp.png);
}

.waterShutterLight.--pink::before {
  display: none;
}

.priceBlock__title.priceBlock__title--light.--pink span {
  color: #333333;
}

.--color-pink {
  color: #de8080;
}

.priceBlock__title.priceBlock__title--light span.--color-darkPink,
.--color-darkPink {
  color: #821d1d;
}

.waterBlock__circle.waterBlock__circle--light.--back-pink {
  background-color: #de8080;
}

.waterBlock.waterBlock--light.--border-pink {
  border-color: #de8080;
}

.priceBlock.priceBlock--light.--back-pink {
  background-color: #ffdcdc;
}

.waterShutterLight.--pink::after {
  background-image: url(./../images/waterShutterLight/waterShutterLight-bgTopPink-sp.png);
}

.waterShutterLight-block2__img.--75 {
  position: relative;
}

.waterShutterLight-blockColumn {
  width: 100%;
}

.waterShutterLight-blockColumn > img {
  max-width: 508px;
  margin-left: auto;
}

.waterShutterLight-blockColumn > div figure img {
  max-height: 220px;
}

.--have-triangle {
  position: relative;
}

.--have-triangle svg {
  position: relative;
  left: -2px;
  top: 4px;
  max-width: 22px;
}

@media screen and (min-width: 768px) {
  .waterShutterLight.--pink::after {
    background-image: url(./../images/waterShutterLight/waterShutterLight-bgTopPink.png);
  }

  .space.--pink::after {
    background-image: url(./../images/space/space-bgBottom.png);
  }

  .priceBlock__img.--size-s::after {
    padding-top: 19.56762749445676%;
  }

  .waterShutterLight-blockColumn {
    width: 53%;
  }
}

.--gap {
  gap: 16px;
  align-items: flex-end;
  justify-content: center;
}

.--gap .waterShutterLight-block1__box:nth-child(1) {
  max-width: 427px;
}

.waterShutterLight-block2__img.--75::after {
  padding-top: 75%;
}

@media screen and (min-width: 768px) {
  .--gap .waterShutterLight-block1__box:nth-child(2) {
    margin-left: 0;
  }
}

/* 20240408追加分 */

.mv__img_logo {
  height: auto;
  display: block;
  margin-left: 32%;
  left: 50%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 10%;
  transform: translate(-50%, -50%);
  width: 30%;
}

.waterShutter-block0__wrap.waterShutter-block0__img_logo {
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  margin-top: 5%;
  margin-left: 38%;
  transform: translate(-50%, -50%);
  width: 19%;
}

.waterShutter-block0__wrap .waterShutter-block0__img_logo img {
  max-width: 230px;
  margin: 0 auto;
  margin-right: 0;
  margin-top: 16px;
}

/* 20240718 */

@media screen and (min-width: 768px) {
  .priceBlock__img::after {
    padding-top: 32.381375%;
  }
}

/* 241223追加 */
.frontage-input {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.frontage-input .wpcf7-list-item-label {
  line-height: 1.8;
  margin-right: 40px;
  margin-right: 2.5rem;
  position: relative;
}

.frontage-input.frontage-input--required {
  max-width: 410px;
  width: 100%;
}

.radio_height {
  margin-bottom: 10px;
}

.contactForm__middleText {
  padding: 5px;
  background: #d4e8ff;
}

@media screen and (min-width: 768px) {
  [type="checkbox"]::before {
    width: 1rem;
    height: 1rem;
    border-radius: calc(1px / 0);
  }

  [type="checkbox"]::after {
    border-bottom: 0.2rem solid #333;
    border-left: 0.2rem solid #333;
    height: 0.5rem;
    width: 1rem;
  }
}

/* 241226追加 */
.contactForm__label_str {
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 2rem;
}

.contactForm__item {
  display: flex;
  align-items: center;
}

.contactForm__item_text {
  margin-top: 0;
  margin-left: 16px;
}

.contactForm__label {
  width: 65%;
}

.contactForm__input {
  margin: 0;
  display: flex;
  align-items: center;
}

.contactForm__input--radio {
  display: block;
}

.contactForm__input_box--postcode,
.contactForm__input_box--tel,
.contactForm__input_box--fax,
.contactForm__input_box--height {
  display: flex;
  align-items: center;
}

.contactForm__input_box--height {
  width: 25%;
}

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

  .contactForm__label {
    width: 100%;
  }

  .radio_height {
    margin-top: 10px;
  }
}

/* 250106追加 */
@media (min-width: 825px) {
  .radio-input.radio-input--required {
    max-width: 580px;
    font-size: 13px;
  }
}

/* 250109追加 */
.contactForm__input.postcode {
  text-indent: -1em;
}

.contactForm__label_str span.contactForm__any {
  border: 1px solid #bbb;
  color: #888;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-left: 8px;
  margin-left: 0.5rem;
  padding: 2px 4px;
  padding: 0.125rem 0.25rem;
}

@media screen and (max-width: 768px) {
  .contactForm__label_str {
    line-height: normal;
    display: block;
  }

  .contactForm__input.postcode {
    text-indent: 0;
  }
}

.contactConfirm__label .contactForm__any {
  border: 1px solid #bbb;
  color: #888;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 2px;
  margin-top: 0.125rem;
  padding: 1px 3px;
  padding: 0.0625rem 0.1875rem;
}

@media screen and (min-width: 768px) {
  .contactConfirm__label .contactForm__any {
    font-size: 0.8125rem;
    margin-left: 0.5rem;
    padding: 0.125rem 0.25rem;
  }
}

/* 20250225 */
.js-tab {
  cursor: pointer;
}

.js-panel {
  display: none;
}

.js-panel.is-active {
  display: block;
}

.download-contents.--col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
  .download-contents.--col3 {
    grid-template-columns: 1fr;
  }
}

.download-contents.--col3 > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  margin-bottom: 0;
  padding: 32px 16px;
}

@media screen and (min-width: 768px) {
  .download-contents.--col3 > li:not(:nth-child(3n)) {
    border-right: solid 1px #888;
  }

  .download-contents.--col3 > li:nth-child(n + 4) {
    border-top: solid 1px #888;
  }

  .download-contents.--col3 > li:not(:nth-child(even)) {
    background: rgba(0, 108, 182, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .download-contents.--col3 li:not(:last-child) {
    border-bottom: solid 1px #888;
  }
}

.download-contents.--col3 li .download-contents__img {
  align-self: center;
  justify-self: center;
}

.download-contents__wrap {
  padding-block: 3rem 5rem;
}

.download-category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.download-category__item {
  color: #006cb6;
  font-size: 18px;
  text-align: center;
  padding: 16px 20px;
  border: solid 1px #006cb6;
}

.download-category__item.is-active {
  color: #fff;
  background: #006cb6;
}

.download-contents__info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.download-contents__info label {
  margin-top: auto;
}

.download-contents__item {
  display: flex;
  gap: 24px;
}

.download-contents__item:not(:last-child) {
  margin-bottom: 24px;
}

.download-contents__category {
  display: flex;
  gap: 1rem;
  margin-bottom: 16px;
}

.download-contents__category li {
  border: solid 1px #888;
  padding: 8px;
  width: fit-content;
  background: #fff;
}

.download-contents__ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3rem;
}

.download-contents__btn {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #006cb6;
  padding: 20px 8px;
  border-radius: 8px;
  width: min(48vw, 300px);
  display: block;
  margin-inline: auto 0;
}

.download-contents__img {
  order: -1;
  width: 200px;
}

.download-single {
  padding-top: 4rem;
  display: flex;
  gap: 5rem;
}

.download-detail {
  flex-shrink: 0;
}

.download-detail__img {
  width: 350px;
  margin-inline: auto;
}

.download-info {
  background: #f8f8f8;
  padding: 1rem;
  margin-top: 2rem;
}

.download-info__heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #888;
  padding-bottom: 0.6rem;
  margin-bottom: 1rem;
}

.download-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.download-contact {
  position: sticky;
  top: 100px;
}

.download-contact-others {
  margin-top: 5rem;
  padding: 2rem;
  border: solid 1px #006cb6;
}

.download-contact-others__ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.download-thanks__group {
  padding: 2rem;
  border: solid 1px #006cb6;
}

.download-thanks__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}

/* 20250303 */
.header-change {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.header-change .header__inner {
  background: #fff;
}

.header-change::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.header-change:has(.nav_pc__item.--drawer.is-show)::before {
  opacity: 1;
  visibility: visible;
}

.nav_pc__item.--drawer .drawer-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: solid 2px #015db2;
  border-bottom: solid 2px #015db2;
  vertical-align: middle;
  transform: translate(10px, -3px) rotate(45deg);
  transition: transform 0.3s;
}

.nav_pc__item.--drawer.is-show .drawer-arrow {
  transform: translate(10px, 0px) rotate(225deg);
}

.nav_pc__item.--drawer {
  cursor: pointer;
  /* position: relative; */
}

.nav_pc__item.--drawer.is-show .nav_pc_drawer {
  opacity: 1;
  visibility: visible;
}

.nav_pc_drawer {
  background: #fff;
  white-space: nowrap;
  padding: 16px;
  position: absolute;
  top: 100%;
  /* top: calc(100% + 23px);
  left: 50%;
  transform: translateX(-50%); */
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.nav_pc_drawer__item:not(:last-child) {
  margin-bottom: 0.8em;
}

.nav_pc_drawer__link {
  font-size: 14px;
  font-weight: bold;
}

.nav_pc_drawer__link::before {
  content: "・";
  color: #006cb6;
  display: inline-block;
}

.downloadBlock {
  border: solid 2px #374d7d;
  padding: 24px 16px;
  margin-block: 40px;
}

.downloadBlock .downloadBlock-ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.downloadBlock .downloadBlock-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.downloadBlock .downloadBlock-link {
  text-align: center;
  padding: 16px 24px;
  background: #f5f7fa;
  display: inline-block;
}

.downloadBlock .downloadBlock-link.--empty {
  pointer-events: none;
  opacity: 0.2;
}

.downloadBlock .downloadBlock-link::after {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../../assets/images/common/download.svg) no-repeat center / cover;
  vertical-align: middle;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .downloadBlock .downloadBlock-link {
    padding: 8px;
  }

  .downloadBlock .downloadBlock-link::after {
    width: 24px;
    height: 24px;
    display: block;
    margin: 8px auto 0;
  }
}

.contactArea__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  width: auto;
  max-width: 680px;
}

.contactArea__button .contactArea__btn {
  padding: 16px 48px 16px 24px;
  white-space: nowrap;
  width: fit-content;
  min-width: 280px;
  /* padding-right: 32px; */
}

@media screen and (max-width: 767px) {
  .contactArea__button {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contactArea__button .contactArea__btn {
    width: 320px;
  }
}

.products {
  padding-block: 4.5rem 7rem;
}

.products__lead {
  text-align: center;
  margin-bottom: 2rem;
}

.products__title {
  margin-bottom: 2.5rem;
}

.products__button {
  max-width: 320px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .products__button {
    width: 35vw;
  }
}

.products__btn {
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #006cb6;
  width: 100%;
  border-radius: 10px;
  padding: 1.375rem 0.625rem;
  display: block;
  transition: background-color 0.2s;
}

.products__btn::after {
  content: "";
  width: 18px;
  height: 10px;
  display: inline-block;
  background: url(../../assets/images/common/arrow.svg) no-repeat center / cover;
  margin-left: 24px;
  transition: translate 0.2s;
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  z-index: 2; */
}

@media (any-hover: hover) {
  .products__btn:hover {
    background-color: #0088e6;
  }

  .products__btn:hover::after {
    translate: 8px 0;
  }
}

.footer__link {
  text-align: center;
  margin-top: 1rem;
}

.footer__link a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

/* 20250319 */

.newsLine__inner.-hasSide {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: min(3.5vw, 48px);
  /* display: flex;
  gap: 8px;
  justify-content: space-between; */
}

@media screen and (max-width: 767px) {
  .newsLine__inner.-hasSide {
    grid-template-columns: 1fr;
  }
}

.newsLine__contents {
  flex-shrink: 0;
}

.newsLine__inner.-hasSide .newsLine__time {
  width: 55%;
}

.newsLineSide {
  width: min(20vw, 250px);
  padding-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .newsLineSide {
    width: 100%;
    padding-bottom: 48px;
  }
}

.newsLineSide__block:not(:last-child) {
  margin-bottom: clamp(32px, 3vw, 48px);
}

.newsLineSide__heading {
  font-size: min(1.5vw, 18px);
  border-left: solid 4px #006cb6;
  padding-left: 10px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .newsLineSide__heading {
    font-size: 16px;
  }
}

.newsLineSide-item {
  /* font-size: 16px; */
  font-weight: bold;
  line-height: 1.4;
  border-bottom: solid 2px #eee;
}

.newsLineSide-item:first-child {
  border-top: solid 2px #eee;
}

.newsLineSide-list a {
  display: block;
  padding: 12px 0;
}

.newsLineSide-category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.newsLineSide-categoryItem {
  color: #006cb6;
  font-size: min(1.4vw, 14px);
  font-weight: 500;
  border: solid 1px #006cb6;
  padding: 4px 8px;
}

@media screen and (max-width: 767px) {
  .newsLineSide-categoryItem {
    font-size: 12px;
  }
}

/* 20250326 */
.case__btn {
  width: min(35vw, 320px);
  margin: 1.5rem auto;
}

@media screen and (max-width: 767px) {
  .case__btn {
    width: min(100%, 300px);
  }
}

/* 20250626 */
.access {
  padding-bottom: 112px;
}

.access .access-info {
  display: flex;
  flex-direction: column;
  gap: 56px;
  line-height: 1.5;
}

.access .p-access__sec h3 {
  display: flex;
  align-items: center;
  height: 48px;
  background-color: #f5f7fa;
  font-size: 1.5rem;
}

.access .p-access__sec:not(:last-child) {
  margin-bottom: 56px;
}

.access .p-access__body {
  width: 100%;
  margin-bottom: 32px;
}

.access .p-access__body h3 {
  position: relative;
  padding: 5px 0 5px 20px;
  border-bottom: none;
}

.access .p-access__body h3::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 1px;
  background-color: #d0d7dd;
}

.access .p-access__body h3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 32px;
  background-color: #006cb6;
}

.access .p-access__body h3 span {
  position: relative;
  padding-left: 0.75em;
  line-height: 1;
}

.access .p-access__sec h3 span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 28px;
  border-left: 4px solid #006cb6;
}

.access .p-access__body .address {
  margin-top: 32px;
  margin-bottom: 16px;
}

.access .p-access__body .p-access__tel {
  margin-bottom: 32px;
}

.access .p-access__body .p-access__area {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #d0d7dd;
  margin-bottom: 32px;
}

.access .p-access__body .p-access__area .products-list {
  display: flex;
  gap: 16px;
}

.access .p-access__body .p-access__area .products-list dt {
  flex-shrink: 0;
  color: #006cb6;
  font-weight: 700;
}

.access .p-access__body .p-access__btn {
  width: 173px;
}

.access .p-access__body .p-access__btn .map-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 9px;
  transition: 0.6s;
  border: 1px solid #006cb6;
  background: transparent;
  color: #006cb6;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.access .p-access__body .p-access__btn .map-button::after {
  content: "";
  background-image: url(./../images/access/icon_map.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  right: 12px;
  transition: inherit;
  color: #006cb6;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  width: 9px;
  height: 12px;
  transition: 0.6s;
}

.access .p-access__body .p-access__btn .map-button:hover {
  color: #fff;
  background-color: #006cb6;
}

.access .p-access__body .p-access__btn .map-button:hover::after {
  background-image: url(./../images/access/icon_map_white.svg);
}

.access .p-access__sec .access__img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}

.access .p-access__sec .access__img img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .access .access-info {
    gap: 32px;
  }

  .access .p-access__sec h3 {
    height: 40px;
    font-size: 1.125rem;
  }

  .access .p-access__sec h3 span::before {
    height: 24px;
  }

  .access .p-access__body {
    font-size: 0.875rem;
  }

  .access .p-access__sec .access__img {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  /* 20250807 */
  .bgPage .download-single {
    display: block;
    margin-top: 32px;
  }
}

/* 20250909 */
#autozip {
  display: none !important;
}

/* 20251002 */
.faq {
  padding-block: 64px;
}

.faqList {
  background: #eff9ff;

  &:not(:last-child) {
    margin-bottom: 40px;
  }

  dt {
    color: #1282de;
    font-weight: bold;
    line-height: 1.6;
    padding: 24px 40px 24px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;

    &::before {
      content: "Q.";
      font-weight: bold;
    }

    &::after {
      content: "";
      width: 10px;
      height: 10px;
      display: block;
      border-right: solid 2px #1282de;
      border-bottom: solid 2px #1282de;
      position: absolute;
      top: 50%;
      right: 16px;
      transform: translateY(-50%) rotate(45deg);
      transition: transform 0.3s;
    }

    &.is-open {
      &::after {
        transform: translateY(-50%) rotate(225deg);
      }
    }
  }

  dd {
    line-height: 1.8;
    padding: 0 24px 24px 24px;
  }
}

.faqList__txt {
  display: flex;
  align-items: flex-start;
  gap: 8px;

  &::before {
    content: "A.";
    font-weight: bold;
  }
}

.faqList__btn {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .faq {
    padding-block: 32px;
  }

  .faqList {
    &:not(:last-child) {
      margin-bottom: 24px;
    }

    dt {
      font-size: 14px;
      padding: 16px 40px 16px 16px;
    }

    dd {
      font-size: 14px;
      padding: 0 16px 16px 16px;
    }
  }

  .faqList__btn {
    margin-top: 20px;
  }
}

.btnSquare {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #006cb6;
  padding: 1.2em 8px;
  border-radius: 8px;
  width: clamp(260px, 50vw, 300px);
  display: block;
  margin-inline: auto;
}

.js-accordion-contents {
  display: none;
}
