section#c-menu {
  padding: 40px 0 55px;
  margin-bottom: 0px;
}

section#c-menu .c-menu-box {
  max-width: 1200px;
  margin: 0 auto;
}

#c-menu a {
  padding: 0 1em;
  width: auto;
  position: relative;
}

#c-menu a.prev {
  padding-left: 35px;
}

#c-menu a.prev:before {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  content: "";
  background: url(../../img/common/arrow-down-white.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 11px;
  margin-right: 5px;
  position: absolute;
  left: 10px;
}

#c-menu a.prev:after {
  content: none;
}

#c-menu a.green {
  background: #11bab0;
  -webkit-box-shadow: 0 5px 0 0 #0ea89f, 0 4px 0 4px #0ea89f;
          box-shadow: 0 5px 0 0 #0ea89f, 0 4px 0 4px #0ea89f;
}
@media screen and (max-width: 767px) {
  #c-menu a.green {
    font-size: 2.8vw;
    padding: 0.8em 2em 0.8em 1em;
  }
}
#c-menu a.green:hover {
  -webkit-box-shadow: 0 4px 0 0 #0ea89f, 0 3px 0 3px #0ea89f;
          box-shadow: 0 4px 0 0 #0ea89f, 0 3px 0 3px #0ea89f;
}

#c-menu a.blue:after {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

@media screen and (max-width: 767px) {
  section#c-menu .c-menu-box p {
    text-align: center;
  }
  #c-menu a {
    padding: 0.5em 2em 0.5em 1em;
    min-width: 320px;
    font-size: 4.5vw;
    line-height: 1.4em;
    height: auto;
    border-radius: 2em;
    text-align: center;
  }
}
section#c-menu .c-menu-box ul.anchor-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  height: auto;
  margin-top: 20px;
}

section#c-menu .c-menu-box ul.anchor-links li {
  margin: 0;
}

.purezen2026 {
  line-break: strict;
}
.purezen2026 .inner {
  max-width: 1020px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .purezen2026 .inner {
    padding-inline: 1em;
  }
}
@media (hover: hover) {
  .purezen2026 a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
.purezen2026 section[class^=section]:nth-child(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .purezen2026 section[class^=section]:nth-child(n+2) {
    margin-top: 60px;
  }
}
.purezen2026 .section-ttl {
  position: relative;
  color: white;
  font-weight: 700;
  text-align: center;
  padding: 0.2em 0.5em;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .purezen2026 .section-ttl {
    font-size: 24px;
    margin-bottom: 25px;
    padding: 0.4em 0.5em;
  }
}
.purezen2026 .section-ttl.section-ttl-small {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .purezen2026 .section-ttl.section-ttl-small {
    font-size: 21px;
  }
}
.purezen2026 .section-ttl::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  background: -webkit-gradient(linear, left top, right top, from(rgb(48, 179, 141)), to(rgb(74, 193, 241)));
  background: linear-gradient(90deg, rgb(48, 179, 141) 0%, rgb(74, 193, 241) 100%);
  clip-path: polygon(0.5% 0%, 100% 0%, 99.5% 100%, 0% 100%);
}
.purezen2026 .section-table1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .purezen2026 .section-table1 {
    border-spacing: 0;
  }
}
.purezen2026 .section-table1 th {
  background: #eee;
  text-align: center;
  vertical-align: middle;
  width: 20%;
  padding: 1.5em 0.3em;
}
@media screen and (max-width: 767px) {
  .purezen2026 .section-table1 th {
    display: block;
    width: 100%;
    padding: 0.5em 0.3em;
  }
}
.purezen2026 .section-table1 td {
  padding: 1.5em 1em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .purezen2026 .section-table1 td {
    display: block;
    width: 100%;
    padding: 0.7em 0 2em;
  }
}
@media screen and (max-width: 767px) {
  .purezen2026 .section-table1 tr:last-child td {
    padding-bottom: 0;
  }
}
@media (hover: hover) {
  .purezen2026 .section-table1 a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .purezen2026 .section-table1 a:hover {
    opacity: 0.7;
  }
}
.purezen2026 .section-table2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .purezen2026 .section-table2 {
    border-spacing: 0;
  }
}
.purezen2026 .section-table2 th {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 1.5em 0.3em;
}
@media screen and (max-width: 767px) {
  .purezen2026 .section-table2 th {
    padding: 0.5em 0.3em;
  }
}
.purezen2026 .section-table2 td {
  padding-top: 1.5em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .purezen2026 .section-table2 td {
    padding-top: 0.7em;
  }
}
@media (hover: hover) {
  .purezen2026 .section-table2 a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .purezen2026 .section-table2 a:hover {
    opacity: 0.7;
  }
}
.purezen2026 .section1 .img {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}
.purezen2026 .section1 .img img {
  max-width: inherit;
  width: 100%;
}
.purezen2026 .section1 .txt {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .purezen2026 .section1 .txt {
    font-size: 16px;
    margin-top: 30px;
  }
}
.purezen2026 .section2 .section-table1 .img {
  margin-top: 20px;
}
.purezen2026 .section2 .section-table1 .img img {
  margin-inline: auto;
}
.purezen2026 .section2 .buttons {
  margin: 30px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 25px 0;
  width: 700px;
}
@media screen and (max-width: 767px) {
  .purezen2026 .section2 .buttons {
    margin-top: 20px;
    gap: 15px 0;
    width: 100%;
  }
}
.purezen2026 .section2 .buttons .item a {
  width: 100%;
  color: white;
  padding: 0.2em 2em;
  border-radius: 100vmax;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .purezen2026 .section2 .buttons .item a {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .purezen2026 .section2 .buttons .item a {
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  }
  .purezen2026 .section2 .buttons .item a:hover {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.purezen2026 .section2 .buttons .item a.blue {
  background: #0067b2;
  -webkit-box-shadow: 0 5px 0 0 #005d9b, 0 4px 0 4px #005d9b;
          box-shadow: 0 5px 0 0 #005d9b, 0 4px 0 4px #005d9b;
}
.purezen2026 .section2 .buttons .item a.blue:hover {
  -webkit-box-shadow: 0 4px 0 0 #005d9b, 0 3px 0 3px #005d9b;
          box-shadow: 0 4px 0 0 #005d9b, 0 3px 0 3px #005d9b;
}
.purezen2026 .section2 .buttons .item a.lightblue {
  background: #4ac1f1;
  -webkit-box-shadow: 0 5px 0 0 #3ba8d4, 0 4px 0 4px #3ba8d4;
          box-shadow: 0 5px 0 0 #3ba8d4, 0 4px 0 4px #3ba8d4;
}
.purezen2026 .section2 .buttons .item a.lightblue:hover {
  -webkit-box-shadow: 0 4px 0 0 #3ba8d4, 0 3px 0 3px #3ba8d4;
          box-shadow: 0 4px 0 0 #3ba8d4, 0 3px 0 3px #3ba8d4;
}
.purezen2026 .section3 .txt-small {
  font-size: 80%;
}
.purezen2026 .section3 .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  margin-top: 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .purezen2026 .section3 .grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px;
  }
}
.purezen2026 .section4 .img img {
  margin-inline: auto;
}
.purezen2026 .section5 {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .purezen2026 .section5 {
    padding-bottom: 60px;
  }
}
.purezen2026 .section5 .txts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 1em;
}
.purezen2026 .section5 .txt {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .purezen2026 .section5 .txt {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .purezen2026 .section5 .txt a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .purezen2026 .section5 .txt a:hover {
    opacity: 0.7;
  }
}