@charset "UTF-8";
/* ======================================================================
 * 子育て応援
====================================================================== */
.mv-section {
  position: relative;
  z-index: 0;
  padding: 6rem 0 7.47rem;
  background-color: #fcf5de;
}
@media screen and (max-width: 768px) {
  .mv-section {
    padding: 4rem 0 3.28rem;
  }
}
.mv-section::before {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 250px;
  content: "";
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .mv-section::before {
    height: 178px;
  }
}
.mv-section::after {
  position: absolute;
  bottom: -130px;
  z-index: 1;
  width: 100%;
  height: 130px;
  content: "";
  background: url("../../../images/kosodate/mv-wave.svg") repeat-x;
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .mv-section::after {
    bottom: -37px;
    height: 37px;
    background: url("../../../images/kosodate/mv-wave-sp.svg") repeat-x;
    background-color: #f4f4f4;
  }
}
.mv-section .image {
  margin-bottom: 6rem;
  text-align: center;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .mv-section .image {
    margin-bottom: 4rem;
  }
}
.mv-section .image img {
  border-radius: 6rem;
}
@media screen and (max-width: 768px) {
  .mv-section .image img {
    border-radius: 3rem;
  }
}
.mv-section h2 {
  margin: 0 0 4rem;
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mv-section h2 {
    font-size: 1.9rem;
    line-height: 1.26;
  }
}
.mv-section .text {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mv-section .text {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.mv-section .text p {
  margin: 1.3em 0;
}
@media screen and (max-width: 768px) {
  .mv-section .text p {
    margin: 1.9em 0;
  }
}
.mv-section .text p:first-child {
  margin-top: 0;
}
.mv-section .text p:last-child {
  margin-bottom: 0;
}
.mv-section .decor {
  display: block;
  margin: 0 auto;
}

.content {
  padding: 19.4rem 0 7.2rem;
  background-color: #f9e8ed;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 14.5rem 0 4rem;
  }
}
.content .block .item:not(:last-of-type) {
  margin-bottom: 4rem;
}
.content .item {
  position: relative;
  padding: 6rem 0;
  background-color: #fff;
  border-radius: 6rem;
}
@media screen and (max-width: 768px) {
  .content .item {
    padding: 4rem 0;
  }
}
.content .item .decor {
  position: absolute;
  top: -10.6rem;
  right: 12vw;
  display: flex;
  gap: 4.1rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .content .item .decor {
    top: -7rem;
    gap: 2.78rem;
  }
  .content .item .decor .decor-1 {
    width: 5.8rem;
  }
  .content .item .decor .decor-2 {
    width: 10.7rem;
  }
}
.content .item .inner {
  width: 95%;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content .item .inner {
    width: 100%;
    padding-right: max(5.1vw, 2rem);
    padding-left: max(5.1vw, 2rem);
  }
}
.content .item h3 {
  margin-bottom: 2.8rem;
  font-size: 2.6rem;
  line-height: 1.15;
  color: #da0042;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .content .item h3 {
    margin-bottom: 2rem;
    font-size: 1.9rem;
    line-height: 1.57;
  }
}
@media screen and (max-width: 768px) {
  .content .item p {
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
.content .item .row {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .content .item .row {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.content .item .row .left {
  width: 41rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .content .item .row .left {
    width: 100%;
  }
}
.content .item .row .right {
  max-width: 38rem;
  margin: 0;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .content .item .row .right {
    max-width: 100%;
  }
}
.content .item .row .right img {
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .content .item .row .right img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .content .kidspass h3 {
    margin-bottom: 1.6rem;
  }
}
.content .kidspass p {
  line-height: 1.5;
}
.content .kidspass .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.3rem 3rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .content .kidspass .grid {
    display: block;
  }
}
.content .kidspass .grid .text {
  grid-row: 1;
  grid-column: 1;
  width: 43rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .content .kidspass .grid .text {
    width: 100%;
    margin-bottom: 1.8rem;
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
.content .kidspass .grid .image {
  grid-row: 1/span 2;
  grid-column: 2;
  max-width: 36rem;
  margin: 0;
  transform: rotate(0);
}
.content .kidspass .grid .image img {
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .content .kidspass .grid .image img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .content .kidspass .grid .image {
    max-width: 100%;
  }
}
.content .kidspass .grid .pass {
  grid-row: 2;
  grid-column: 1;
}
@media screen and (max-width: 768px) {
  .content .kidspass .grid .pass {
    margin-top: 2rem;
  }
}
.content .kidspass .grid .pass dl {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .content .kidspass .grid .pass dl {
    flex-direction: column;
    gap: 1.4rem;
  }
}
.content .kidspass .grid .pass dl:not(:last-child) {
  margin-bottom: 2rem;
}
.content .kidspass .grid .pass dl dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11.9rem;
  height: 7rem;
  padding: 1rem;
  font-weight: bold;
  color: #da0042;
  background-color: #f9e2e8;
  border-radius: 2rem;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 768px) {
  .content .kidspass .grid .pass dl dt {
    width: 100%;
    height: 4.7rem;
    font-size: 1.4rem;
  }
}
.content .kidspass .grid .pass dl dd {
  max-width: 27rem;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 768px) {
  .content .kidspass .grid .pass dl dd {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.content .platform-door .row {
  margin-top: 2.3rem;
}
@media screen and (max-width: 768px) {
  .content .platform-door .row {
    margin-top: 2rem;
  }
}
.content .platform-door .left {
  padding: 0;
  list-style: none;
  margin: 0;
}
.content .platform-door .left li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .content .platform-door .left li {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.1em;
  }
}
.content .platform-door .left li:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .content .platform-door .left li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.content .platform-door .left li strong {
  transform: rotate(0.05deg);
}
.content .platform-door .left li p {
  margin-top: 1.2rem;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .content .platform-door .left li p {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .content .hot-space .row {
    flex-direction: column;
  }
}
.content .hot-space .image {
  margin-bottom: 4rem;
  text-align: center;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .content .hot-space .image {
    margin-bottom: 2rem;
  }
}
.content .hot-space .image img {
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .content .hot-space .image img {
    width: 100%;
  }
}
.content .baby-chair p {
  margin: 1.5em 0;
}
@media screen and (max-width: 768px) {
  .content .baby-chair p {
    margin: 1.9em 0;
  }
}
.content .baby-chair p:first-child {
  margin-top: 0;
}
.content .baby-chair p:last-child {
  margin-bottom: 0;
}
.content .c-toppage {
  margin: 6.24rem auto 0;
}
@media screen and (max-width: 768px) {
  .content .c-toppage {
    margin-top: 4.1rem;
  }
}