@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.apploachSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .apploachSect {
    width: 992px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .apploachSect {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .apploachSect__head + .apploachSect__cont {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .apploachSect__head + .apploachSect__cont {
    margin-top: calc(72 / 390 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .apploachSect__head .swipeFigure {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media only screen and (max-width: 768px) {
  .apploachSect__head .swipeFigure {
    height: calc(212 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .apploachSect__cont .subSect {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.apploachSect__cont .subSect__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 769px) {
  .apploachSect__cont .subSect__head {
    gap: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .apploachSect__cont .subSect__head {
    gap: calc(30 / 390 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .apploachSect__cont .subSect__head + .subSect__cont {
    margin-top: calc(64 / 390 * 100vw);
  }
}

.carSect {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .carSect {
    width: 992px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .carSect {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .carSect {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 768px) {
  .carSect {
    padding: calc(60 / 390 * 100vw) 0;
  }
}

.carSect__bg {
  position: absolute;
  top: 0;
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .carSect__bg {
    right: calc(((100vw - var(--scrollbar)) - 992px) / -2);
    width: calc(800 / 1440 * (100vw - var(--scrollbar)));
  }
}

@media only screen and (max-width: 768px) {
  .carSect__bg {
    right: -32px;
  }
}

.carSect__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .carSect__head {
    gap: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .carSect__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(30 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .carSect__head + .carSect__cont {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .carSect__head + .carSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .carSect__head .headingUnit {
    width: 350px;
  }
}

@media print, screen and (min-width: 769px) {
  .carSect__head .photo {
    width: 219px;
  }
}

.carSect__cont {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .carSect__cont > .caption {
    bottom: -10px;
    left: 100%;
    position: absolute;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 768px) {
  .carSect__cont > .caption {
    margin-top: calc(20 / 390 * 100vw);
    text-align: right;
  }
}

@media print, screen and (min-width: 769px) {
  .carSect__list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .carSect__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(40 / 390 * 100vw);
  }
}

.carSect__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 769px) {
  .carSect__item {
    gap: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .carSect__item {
    gap: calc(32 / 390 * 100vw);
  }
}

.educationSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .educationSect {
    width: 992px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .educationSect {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .educationSect__head + .educationSect__cont {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .educationSect__head + .educationSect__cont {
    margin-top: calc(60 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .educationSect__cont .subSect {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.educationSect__cont .subSect__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 769px) {
  .educationSect__cont .subSect__head {
    gap: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .educationSect__cont .subSect__head {
    gap: calc(30 / 390 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .educationSect__cont .subSect__head + .subSect__cont {
    margin-top: calc(64 / 390 * 100vw);
  }
}

.educationSect__cont .subSect__cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media print, screen and (min-width: 769px) {
  .educationSect__cont .subSect__cont {
    gap: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .educationSect__cont .subSect__cont {
    gap: calc(10 / 390 * 100vw);
  }
}

.educationSect__cont .subSect__cont .photo:nth-child(1) {
  grid-column: auto / span 2;
}

.educationSect__cont .subSect__cont .caption {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
}

.interludeArea {
  width: calc(100vw - var(--scrollbar));
}

@media print, screen and (min-width: 769px) {
  .interludeArea {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .interludeArea {
    width: 100%;
    margin-left: auto;
  }
}

@media only screen and (max-width: 768px) {
  .interludeArea {
    margin-left: -32px;
  }
}

.natureSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .natureSect {
    width: 992px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .natureSect {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .natureSect__head + .natureSect__cont {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .natureSect__head + .natureSect__cont {
    margin-top: calc(60 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .natureSect__cont .subSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}

.natureSect__cont .subSect__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 769px) {
  .natureSect__cont .subSect__head {
    gap: 48px;
    width: 642px;
  }
}

@media only screen and (max-width: 768px) {
  .natureSect__cont .subSect__head {
    gap: calc(48 / 390 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .natureSect__cont .subSect__head + .subSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .natureSect__cont .subSect__cont {
    width: 300px;
  }
}

.openSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .openSect {
    width: 992px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .openSect {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .openSect__head + .openSect__cont {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .openSect__head + .openSect__cont {
    margin-top: calc(72 / 390 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .openSect__head .swipeFigure {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media only screen and (max-width: 768px) {
  .openSect__head .swipeFigure {
    height: calc(390 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .openSect__cont .subSect {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (min-width: 769px) {
  .openSect__cont .subSect + .caption {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .openSect__cont .subSect + .caption {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.openSect__cont .subSect__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 769px) {
  .openSect__cont .subSect__head {
    gap: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .openSect__cont .subSect__head {
    gap: calc(30 / 390 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .openSect__cont .subSect__head + .subSect__cont {
    margin-top: calc(64 / 390 * 100vw);
  }
}

.pageIntro {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .pageIntro {
    width: 992px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .pageIntro {
    width: 100%;
  }
}

.parentingIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .parentingIntro {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .parentingIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(50 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .parentingIntro__visual {
    width: 600px;
  }
}

@media only screen and (max-width: 768px) {
  .parentingIntro__visual {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media print, screen and (min-width: 769px) {
  .parentingIntro__desc {
    width: 342px;
  }
}

@media print, screen and (min-width: 769px) {
  .parentingIntro__ttl {
    width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .parentingIntro__ttl {
    width: calc(200 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .parentingIntro__ttl + .txt {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .parentingIntro__ttl + .txt {
    margin-top: calc(30 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .parentingIntro--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 768px) {
  .parentingIntro--rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.pickupLabel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #a72126;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .pickupLabel {
    width: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .pickupLabel {
    width: calc(90 / 390 * 100vw);
  }
}

.pickupLabel .inner {
  line-height: 1.33;
  color: #ffffff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.pickupLabel .inner:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.33) * .5em);
  width: 0;
}

.pickupLabel .inner:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.33) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .pickupLabel .inner {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .pickupLabel .inner {
    font-size: calc(18 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .pickupLabel .inner .small {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .pickupLabel .inner .small {
    font-size: calc(12 / 390 * 100vw);
  }
}

.plantSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .plantSect {
    width: 992px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .plantSect {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .plantSect__head + .plantSect__cont {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .plantSect__head + .plantSect__cont {
    margin-top: calc(30 / 390 * 100vw);
  }
}

.plantSect__cont .usableList__inner {
  display: grid;
}

@media print, screen and (min-width: 769px) {
  .plantSect__cont .usableList__inner {
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .plantSect__cont .usableList__inner {
    gap: calc(10 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (min-width: 769px) {
  .plantSect__bottom {
    margin: 80px -104px 0;
  }
}

@media only screen and (max-width: 768px) {
  .plantSect__bottom {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media only screen and (max-width: 768px) {
  .plantSect__bottom {
    margin-top: calc(80 / 390 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .plantSect__bottom .swipeFigure {
    height: calc(390 / 390 * 100vw);
  }
}

.schoolSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .schoolSect {
    width: 992px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .schoolSect {
    width: 100%;
  }
}

.schoolSect__head .heading {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .schoolSect__head + .schoolSect__cont {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .schoolSect__head + .schoolSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .schoolSect__cont .swipeFigure {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media only screen and (max-width: 768px) {
  .schoolSect__cont .swipeFigure {
    height: calc(290 / 390 * 100vw);
  }
}

.skySect {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .skySect {
    width: 992px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .skySect {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .skySect__head + .skySect__cont {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .skySect__head + .skySect__cont {
    margin-top: calc(60 / 390 * 100vw);
  }
}

.studySect {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .studySect {
    width: 992px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .studySect {
    width: 100%;
  }
}

.studySect__head .heading {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .studySect__head + .studySect__cont {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .studySect__head + .studySect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.studySect__cont {
  display: grid;
}

@media print, screen and (min-width: 769px) {
  .studySect__cont {
    gap: 10px;
    grid-template-columns: 2.50714285714fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .studySect__cont {
    gap: calc(10 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

.studySect__cont .photo {
  height: 100%;
  width: 100%;
}

.studySect__cont .photo__pic, .studySect__cont .photo__image {
  height: 100%;
  width: 100%;
}

.studySect__cont .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media print, screen and (min-width: 769px) {
  .studySect__cont .photo:nth-child(1) {
    grid-row: auto / span 2;
  }
}

@media only screen and (max-width: 768px) {
  .studySect__cont .photo:nth-child(1) {
    grid-column: auto / span 2;
  }
}

.supportSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .supportSect {
    width: 992px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .supportSect {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .supportSect__head + .supportSect__cont {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .supportSect__head + .supportSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.supportSect__list {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .supportSect__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.supportCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 769px) {
  .supportCard {
    gap: 20px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .supportCard {
    gap: calc(20 / 390 * 100vw);
    padding-bottom: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .supportCard + .supportCard {
    border-left: 1px solid #cccccc;
    padding-left: 40px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .supportCard + .supportCard {
    border-top: 1px solid #cccccc;
    padding-bottom: 0;
    padding-top: calc(40 / 390 * 100vw);
  }
}

.supportCard__head {
  background-color: #948049;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .supportCard__head {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  .supportCard__head {
    padding: calc(10 / 390 * 100vw) 0;
  }
}

.supportCard__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  .supportCard__cont .txt {
    width: calc(100% - 210px);
  }
}

@media only screen and (max-width: 768px) {
  .supportCard__cont .txt {
    width: calc(100% - (168 / 390 * 100vw));
  }
}

@media print, screen and (min-width: 769px) {
  .supportCard__cont .photo {
    width: 190px;
  }
}

@media only screen and (max-width: 768px) {
  .supportCard__cont .photo {
    width: calc(158 / 390 * 100vw);
  }
}

.supportCard__labelList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-bottom: 2px;
  font-weight: 700;
}

@media print, screen and (min-width: 769px) {
  .supportCard__labelList {
    font-size: 18px;
  }
}

.supportCard__labelList .supportCard__label {
  padding: 5px 0;
}

@media print, screen and (min-width: 769px) {
  .supportCard__labelList .supportCard__label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .supportCard__labelList .supportCard__label {
    font-size: calc(10 / 390 * 100vw);
  }
}

.supportCard__label {
  background-color: rgba(148, 128, 73, 0.65);
  color: #ffffff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
}

.supportCard__label:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.supportCard__label:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .supportCard__label {
    font-size: 12px;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  .supportCard__label {
    font-size: calc(12 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) 0;
  }
}

.supportCard__label--col2 {
  grid-column: span 2;
}

.supportCard__label--row2 {
  grid-row: span 2;
}

.supportCard__label--col2-row2 {
  grid-column: span 2;
  grid-row: span 2;
}

.supportCard__note {
  letter-spacing: 0;
  line-height: 1.5;
}

.supportCard__note:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.supportCard__note:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .supportCard__note {
    font-size: 12px;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  .supportCard__note {
    font-size: calc(12 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 769px) {
  .terraceSect {
    margin: 0 auto;
    width: 810px;
  }
}

.terraceSect__head {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .terraceSect__head + .terraceSect__cont {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .terraceSect__head + .terraceSect__cont {
    margin-top: calc(30 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .terraceSect__head .usableList__inner {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .terraceSect__head .usableList__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 / 390 * 100vw);
  }
}

.terraceSect__head .usableList__note {
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  .terraceSect__cont .subSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}

.terraceSect__cont .subSect__head {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .terraceSect__cont .subSect__head {
    width: 470px;
  }
}

@media only screen and (max-width: 768px) {
  .terraceSect__cont .subSect__head + .subSect__cont {
    margin-top: calc(30 / 390 * 100vw);
  }
}

.terraceSect__cont .subSect__head .pickupLabel {
  right: 0;
}

@media print, screen and (min-width: 769px) {
  .terraceSect__cont .subSect__head .pickupLabel {
    top: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .terraceSect__cont .subSect__head .pickupLabel {
    top: calc(-10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .terraceSect__cont .subSect__cont {
    width: 310px;
  }
}

@media print, screen and (min-width: 769px) {
  .terraceSect__cont + .terraceSect__head {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .terraceSect__cont + .terraceSect__head {
    margin-top: calc(30 / 390 * 100vw);
  }
}

.yagawaBnr {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 730px;
  }
}

.yagawaBnr:after {
  border: 2px solid #9f8f86;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.yagawaBnr__head {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr__head {
    width: 500px;
  }
}

.yagawaBnr__desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr__desc {
    gap: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .yagawaBnr__desc {
    gap: calc(20 / 390 * 100vw);
  }
}

.yagawaBnr__guide {
  background: -webkit-gradient(linear, left top, right top, from(#9f8f86), to(#6f6058));
  background: linear-gradient(90deg, #9f8f86 0%, #6f6058 100%);
  border: 1px solid #ffffff;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr__guide {
    font-size: 14px;
    padding: 15px 45px;
  }
}

.yagawaBnr__guide .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr__guide .icon {
    right: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .yagawaBnr__guide .icon {
    right: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr__guide .icon .arrowSVG {
    width: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .yagawaBnr__guide .icon .arrowSVG {
    width: calc(8 / 390 * 100vw);
  }
}

.yagawaBnr__heading {
  line-height: 1.5;
  color: #ffffff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.yagawaBnr__heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.yagawaBnr__heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr__heading {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .yagawaBnr__heading {
    font-size: calc(18 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr__cont {
    width: 230px;
  }
}

.yagawaSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .yagawaSect {
    width: 992px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .yagawaSect {
    width: 100%;
  }
}

.yagawaSect__head {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .yagawaSect__head + .yagawaSect__cont {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .yagawaSect__head + .yagawaSect__cont {
    margin-top: calc(30 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .yagawaSect__head .usableList__inner {
    gap: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .yagawaSect__head .usableList__inner {
    display: grid;
    gap: calc(10 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .yagawaSect__head .usableList__item:nth-child(1) {
    grid-column: auto / span 2;
  }
}

.yagawaSect__head .usableList__note {
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  .yagawaSect__head .pickupLabel {
    left: -30px;
    top: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .yagawaSect__head .pickupLabel {
    left: calc(-20 / 390 * 100vw);
    top: calc(-30 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .yagawaSect__cont .subSect__head + .subSect__cont {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .yagawaSect__cont .subSect__head + .subSect__cont {
    margin-top: calc(30 / 390 * 100vw);
  }
}

.yagawaBnr {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 730px;
  }
}

.yagawaBnr:after {
  border: 2px solid #9f8f86;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.yagawaBnr__head {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr__head {
    width: 500px;
  }
}

@media only screen and (max-width: 768px) {
  .yagawaBnr__head {
    height: calc(180 / 390 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .yagawaBnr__head .photo,
  .yagawaBnr__head .photo__pic,
  .yagawaBnr__head .photo__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.yagawaBnr__desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr__desc {
    gap: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .yagawaBnr__desc {
    gap: calc(20 / 390 * 100vw);
  }
}

.yagawaBnr__guide {
  background: -webkit-gradient(linear, left top, right top, from(#9f8f86), to(#6f6058));
  background: linear-gradient(90deg, #9f8f86 0%, #6f6058 100%);
  border: 1px solid #ffffff;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr__guide {
    font-size: 14px;
    padding: 15px 64px 15px 45px;
  }
}

@media only screen and (max-width: 768px) {
  .yagawaBnr__guide {
    font-size: calc(14 / 390 * 100vw);
    padding: calc(15 / 390 * 100vw) calc(64 / 390 * 100vw) calc(15 / 390 * 100vw) calc(45 / 390 * 100vw);
  }
}

.yagawaBnr__guide .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr__guide .icon {
    right: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .yagawaBnr__guide .icon {
    right: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr__guide .icon .arrowSVG {
    width: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .yagawaBnr__guide .icon .arrowSVG {
    width: calc(8 / 390 * 100vw);
  }
}

.yagawaBnr__heading {
  line-height: 1.5;
  color: #ffffff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.yagawaBnr__heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.yagawaBnr__heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr__heading {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .yagawaBnr__heading {
    font-size: calc(18 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .yagawaBnr__cont {
    width: 230px;
  }
}

@media print, screen and (min-width: 769px) {
  .parenting-intro {
    padding-top: 140px;
  }
}

@media only screen and (max-width: 768px) {
  .parenting-intro {
    padding-top: calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .parenting-education {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .parenting-education {
    padding-top: calc(60 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .parenting-yagawa {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .parenting-yagawa {
    padding-top: calc(60 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .parenting-terrace {
    padding: 80px 0 140px;
  }
}

@media only screen and (max-width: 768px) {
  .parenting-terrace {
    padding: calc(60 / 390 * 100vw) 0 calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .parenting-support {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 768px) {
  .parenting-support {
    padding: calc(60 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 769px) {
  .parenting-school {
    padding-top: 140px;
  }
}

@media only screen and (max-width: 768px) {
  .parenting-school {
    padding-top: calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .parenting-study {
    padding: 112px 0 140px;
  }
}

@media only screen and (max-width: 768px) {
  .parenting-study {
    padding: calc(92 / 390 * 100vw) 0 calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .parenting-nature {
    padding-top: 140px;
  }
}

@media only screen and (max-width: 768px) {
  .parenting-nature {
    padding-top: calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .parenting-plant {
    padding: 96px 0 156px;
  }
}

@media only screen and (max-width: 768px) {
  .parenting-plant {
    padding: calc(100 / 390 * 100vw) 0 calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .parenting-sky {
    padding-top: 140px;
  }
}

@media only screen and (max-width: 768px) {
  .parenting-sky {
    padding-top: calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .parenting-apploach {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .parenting-apploach {
    padding-top: calc(60 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .parenting-open {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .parenting-open {
    padding-top: calc(60 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .parenting-interlude {
    padding: 140px 0;
  }
}

@media only screen and (max-width: 768px) {
  .parenting-interlude {
    padding: calc(100 / 390 * 100vw) 0;
  }
}
