@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@600&family=Noto+Sans+JP:wght@100..900&display=swap");
.c5-container {
  font-family: "Noto Sans JP", serif;
  background-color: #fff;
}
.c5-container__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.c5-container * {
  box-sizing: border-box;
}
.c5-container a, .c5-container img {
  display: block;
}
.c5-container img {
  max-width: 100%;
}
.c5-container a {
  text-decoration: none;
}
.c5-container a:hover {
  text-decoration: none;
}
.c5-container h1, .c5-container h2, .c5-container p, .c5-container li {
  font-feature-settings: "palt" 1;
}
.c5-container p {
  margin-top: 0;
}
.c5-container ul {
  list-style: none;
}
.c5-container sup {
  font-weight: normal;
}

.c5-manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-hero {
  width: 100%;
  margin: 0 auto -110px;
}
.c5-hero img {
  width: 100%;
}

nav {
  margin: 0 auto;
  padding: 0 10px;
  overflow-x: hidden;
}

.c5-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 0 auto;
  padding: 0;
}
.c5-nav li {
  width: 110px;
  height: 138px;
  margin: 0 10px 15px 0;
  padding: 3px;
  background: linear-gradient(180deg, rgb(240, 242, 99) 0%, rgb(209, 224, 163) 50%, rgb(172, 203, 237) 100%);
  border-radius: 48px;
  position: relative;
}
.c5-nav li:hover .c5-nav__arrow::before {
  background-color: #fff;
}
.c5-nav li:hover .c5-nav__arrow::after {
  border-color: #fff;
}
.c5-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c5-nav__inner {
  padding: 5px;
  background-color: #fff;
  border-radius: 44px;
}
.c5-nav__num {
  display: block;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.c5-nav__txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.333;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
  text-align: center;
}
.c5-nav__arrow {
  display: block;
  width: 38px;
  height: 38px;
  background-color: #f0f4f9;
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s;
}
.c5-nav__arrow::before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #424441;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c5-nav__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #424441;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: 10px;
}

.c5-nav1 .c5-nav__num,
.c5-nav4 .c5-nav__num {
  color: #7cbbc7;
}
.c5-nav1:hover .c5-nav__arrow,
.c5-nav4:hover .c5-nav__arrow {
  background-color: #7cbbc7;
}

.c5-nav2 .c5-nav__num,
.c5-nav5 .c5-nav__num {
  color: #a7a64b;
}
.c5-nav2:hover .c5-nav__arrow,
.c5-nav5:hover .c5-nav__arrow {
  background-color: #a7a64b;
}

.c5-nav3 .c5-nav__num {
  color: #bec3c3;
}
.c5-nav3:hover .c5-nav__arrow {
  background-color: #bec3c3;
}

.c5-sec {
  margin: 0 auto 50px;
  position: relative;
}
.c5-sec__num {
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 0 0 -25px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}
.c5-sec__catch {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 1.2em 1em 1em;
  position: relative;
  z-index: 1;
}
.c5-sec__img {
  width: 100%;
  margin-bottom: -64px;
}
.c5-sec__img img {
  width: 100%;
}
.c5-sec__txt {
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.c5-sec__txt-inner {
  padding: 15px;
  border: 2px solid;
  background-color: #fff;
  border-radius: 15px;
}
.c5-sec__txt p {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.c5-sec__txt ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.c5-sec__txt ul ul {
  padding-left: 1em;
}

#c5-sec1 .c5-sec__num,
#c5-sec4 .c5-sec__num {
  color: #7cbbc7;
}
#c5-sec1 .c5-sec__catch,
#c5-sec4 .c5-sec__catch {
  background-color: #c8dee4;
}
#c5-sec1 .c5-sec__txt-inner,
#c5-sec4 .c5-sec__txt-inner {
  border-color: #c8dee4;
}

#c5-sec2 .c5-sec__num {
  color: #a7a64b;
}
#c5-sec2 .c5-sec__catch {
  background-color: #dcdba1;
}
#c5-sec2 .c5-sec__txt-inner {
  border-color: #dcdba1;
}

#c5-sec3 .c5-sec__num {
  color: #bec3c3;
}
#c5-sec3 .c5-sec__catch {
  background-color: #e0e2e2;
}
#c5-sec3 .c5-sec__txt-inner {
  border-color: #e0e2e2;
}

#c5-sec5 .c5-sec__num {
  color: #a7a64b;
}
#c5-sec5 .c5-sec__catch {
  background-color: #dcdba1;
}
#c5-sec5 .c5-sec__img {
  margin-bottom: 0;
  padding-bottom: 200px;
  background: rgb(252, 252, 253);
  background: linear-gradient(180deg, rgb(252, 252, 253) 0%, rgb(215, 215, 215) 100%);
  position: relative;
}
#c5-sec5 .c5-sec__img ul {
  margin: 0;
  padding: 20px 15px;
}
#c5-sec5 .c5-sec__img ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#c5-sec5 .c5-sec__img ul li:not(:last-child) {
  margin-bottom: 15px;
}
#c5-sec5 .c5-sec__img ul li span {
  display: block;
  width: 25px;
  font-size: 25px;
  padding: 3px 2px 5px;
  color: #9c9c88;
  text-align: center;
  border: 2px solid #dcdba1;
  border-radius: 4px;
  line-height: 1;
  background-color: #f6f5cf;
}
#c5-sec5 .c5-sec__img ul li p {
  width: calc(100% - 25px);
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.46;
  font-weight: bold;
  margin: 0;
  padding-left: 7px;
}
#c5-sec5 .c5-sec__txt {
  bottom: 200px;
  margin-bottom: -200px;
}
#c5-sec5 .c5-sec__txt-inner {
  width: 100%;
  max-width: 688px;
  border: none;
  background: none;
  padding: 0;
  border-radius: 0;
}

.c5-table {
  max-width: 1220px;
  margin: 0 auto 20px;
  padding: 0 10px;
}
.c5-table__ttl {
  margin: 0 auto 25px;
  padding: 15px 25px;
  background-color: #424441;
  position: relative;
  transition: all 0.3s;
}
.c5-table__ttl:hover {
  cursor: pointer;
  opacity: 0.8;
}
.c5-table__ttl::before, .c5-table__ttl::after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.c5-table__ttl::before {
  width: 3px;
  height: 25px;
  right: 31px;
}
.c5-table__ttl::after {
  width: 25px;
  height: 3px;
  right: 20px;
}
.c5-table__ttl.c5-minus::before {
  transform: translateY(-50%) rotate(-90deg);
}
.c5-table__ttl p {
  margin: 0;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
}
.c5-table .c5-jsTbale {
  display: none;
}
.c5-table table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.c5-table table sup {
  font-size: 0.6em;
}
.c5-table table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.c5-table table th, .c5-table table td {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 10px 5px 10px 0;
  vertical-align: top;
  font-feature-settings: "palt";
}
.c5-table table th {
  width: 43%;
  padding-left: 10px;
}
.c5-table table td {
  width: 57%;
}

.c5-note {
  max-width: 1020px;
  margin: 0 auto 45px;
  padding: 0 10px;
}
.c5-note p {
  font-size: 12px;
  line-height: 1.5;
  color: #424441;
  letter-spacing: 0.08em;
  margin: 0;
}
.c5-note p span:not(:last-child) {
  padding-right: 1em;
}

.c5-product {
  margin: 0 auto 100px;
  padding: 0 10px;
}
.c5-product__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.c5-product__img {
  margin: 0 auto 15px;
}
.c5-product__img img {
  margin: 0 auto;
}
.c5-product__cate {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0 auto 10px;
  line-height: 1.2;
}
.c5-product__name {
  margin: 0 0 20px;
}
.c5-product__name img {
  width: 55%;
  margin: 0;
}

.c5-btn {
  display: block;
  width: calc(50% - 10px);
  max-width: 226px;
  padding: 1.5em 0 1.5em 1em;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #535353;
  transition: all 0.3s;
  position: relative;
}
.c5-btn__wrap {
  display: flex;
  justify-content: center;
}
.c5-btn:first-child {
  margin-right: 10px;
}
.c5-btn:last-child {
  margin-left: 10px;
}
.c5-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-45%) rotate(42deg) skewX(-5deg);
}
.c5-btn:hover {
  color: #fff;
  opacity: 0.8;
}

.c5-fix__banner {
  display: none;
  width: 100%;
  padding: 0 10px;
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.c5-fix__banner-inner {
  display: flex;
  justify-content: center;
  padding: 5px 10px;
  background-color: rgba(123, 186, 198, 0.7);
}
.c5-fix__banner-img {
  width: 48%;
  margin: 0 1%;
}
.c5-fix__banner-img a, .c5-fix__banner-img img {
  display: block;
  margin: 0;
}
.c5-fix__banner-img a {
  transition: all 0.3s;
}
.c5-fix__banner-img a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 500px) {
  .c5-nav li {
    height: 140px;
  }
}
@media (min-width: 750px) {
  .c5-product__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c5-product__img {
    width: 62%;
    max-width: 744px;
    margin: 0;
  }
  .c5-product__txt {
    width: 34%;
    margin-left: auto;
  }
  .c5-product__cate {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .c5-product__name {
    max-width: 240px;
    margin-bottom: 25px;
  }
  .c5-product__name img {
    width: 100%;
  }
  .c5-btn__wrap {
    display: block;
  }
  .c5-btn:first-child {
    margin: 0 0 20px 0;
  }
  .c5-btn:last-child {
    margin-left: 0;
  }
  .c5-btn {
    width: 100%;
    padding: 19px 20px;
    font-size: 16px;
    letter-spacing: 0.3em;
  }
  .c5-btn::after {
    width: 9px;
    height: 9px;
    right: 20px;
    transform: translateY(-40%) rotate(42deg) skewX(-5deg);
  }
  .c5-fix__banner {
    width: 90px;
    padding: 0;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
  }
  .c5-fix__banner-inner {
    display: block;
    padding: 25px 9px;
  }
  .c5-fix__banner-img {
    width: 100%;
    margin: 0;
  }
  .c5-fix__banner-img:first-child {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-hero {
    margin-bottom: -140px;
  }
  nav {
    margin-bottom: 100px;
  }
  .c5-nav {
    width: calc(100% + 35px);
  }
  .c5-nav li {
    width: 210px;
    height: 266px;
    margin: 0 35px 20px 0;
    padding: 5px;
    border-radius: 96px;
  }
  .c5-nav__inner {
    padding: 10px;
    border-radius: 90px;
  }
  .c5-nav__num {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .c5-nav__txt {
    font-size: 26px;
    line-height: 1.42;
    margin-bottom: 20px;
  }
  .c5-nav__arrow {
    width: 72px;
    height: 72px;
  }
  .c5-nav__arrow::before {
    width: 3px;
    height: 25px;
  }
  .c5-nav__arrow::after {
    width: 15px;
    height: 15px;
    border-width: 3px;
    bottom: 19px;
  }
  .c5-sec {
    margin-bottom: 75px;
  }
  .c5-sec__num {
    font-size: 11.4vw;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 150px;
    left: 8%;
  }
  .c5-sec__catch {
    width: 100%;
    padding: 50px 1em;
    font-size: 2.85vw;
    position: absolute;
    bottom: 50px;
    text-align: center;
  }
  .c5-sec__img {
    margin-bottom: 0;
  }
  .c5-sec__txt {
    width: 100%;
    position: absolute;
    bottom: 185px;
    left: 0;
  }
  .c5-sec__txt-inner {
    position: relative;
    left: 20px;
    width: 45%;
    max-width: 545px;
    padding: 2.5% 2.5% 10%;
    border-width: 5px;
    border-radius: 30px;
  }
  .c5-sec__txt p {
    font-size: 1.357vw;
    margin-bottom: 20px;
  }
  .c5-sec__txt ul {
    font-size: 1.14vw;
  }
  #c5-sec4 .c5-sec__num {
    left: auto;
    right: 8%;
    text-align: right;
  }
  #c5-sec4 .c5-sec__txt {
    right: 0;
  }
  #c5-sec4 .c5-sec__txt-inner {
    margin-left: auto;
    left: auto;
    right: 20px;
  }
  #c5-sec5 .c5-sec__num {
    left: auto;
    right: 3%;
    text-align: right;
  }
  #c5-sec5 .c5-sec__img {
    padding-bottom: 470px;
  }
  #c5-sec5 .c5-sec__txt {
    left: auto;
    right: 0;
    bottom: 160px;
    margin-bottom: 0;
  }
  #c5-sec5 .c5-sec__txt-inner {
    width: 56%;
    margin-left: auto;
    left: auto;
    right: 20px;
  }
  .c5-table {
    margin-bottom: 40px;
  }
  .c5-table__ttl {
    margin-bottom: 90px;
    padding: 45px 50px;
  }
  .c5-table__ttl::before {
    width: 5px;
    height: 55px;
    right: 68px;
  }
  .c5-table__ttl::after {
    width: 55px;
    height: 5px;
    right: 43px;
  }
  .c5-table__ttl p {
    font-size: 40px;
  }
  .c5-table table th, .c5-table table td {
    font-size: 24px;
    letter-spacing: 0.08em;
    padding: 13px 5px 13px 0;
  }
  .c5-table table th {
    width: 30%;
    padding-left: 20px;
  }
  .c5-table table td {
    width: 70%;
  }
  .c5-note {
    margin-bottom: 135px;
  }
  .c5-note p {
    font-size: 15px;
    line-height: 1.733;
  }
}
@media screen and (min-width: 1200px) {
  .c5-sec__num {
    font-size: 160px;
    width: 1170px;
    left: 50%;
    transform: translateX(-50%);
  }
  #c5-sec4 .c5-sec__num {
    left: 50%;
    right: auto;
  }
  #c5-sec4 .c5-sec__txt-inner {
    right: 0;
  }
  #c5-sec5 .c5-sec__num {
    left: 51%;
    right: auto;
  }
  #c5-sec5 .c5-sec__img ul {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 200px;
    left: 0;
  }
  #c5-sec5 .c5-sec__img ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  #c5-sec5 .c5-sec__img ul li span {
    width: 52px;
    font-size: 50px;
    padding-top: 0;
    border-width: 4px;
    border-radius: 6px;
  }
  #c5-sec5 .c5-sec__img ul li p {
    width: calc(100% - 52px);
    font-size: 16px;
    line-height: 1.75;
    padding-left: 10px;
  }
  #c5-sec5 .c5-sec__txt {
    left: 0;
    bottom: 185px;
  }
  #c5-sec5 .c5-sec__txt-inner {
    right: 0;
  }
}
@media screen and (min-width: 1230px) {
  .c5-sec__txt {
    width: 1230px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c5-sec__txt-inner {
    left: 0;
  }
  #c5-sec5 .c5-sec__txt {
    left: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .c5-sec__catch {
    font-size: 40px;
  }
  .c5-sec__txt-inner {
    padding-bottom: 120px;
  }
  .c5-sec__txt p {
    font-size: 19px;
  }
  .c5-sec__txt ul {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */