<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ********************************************
 * Child Page CSS
 ******************************************** */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&amp;display=swap');

.mv-area {
  max-width: 1000px;
  width: 100%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 160px;
  position: relative;
}
.mv-area .message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.mv-area .catchcopy p {
  font-size: 3.6rem;
  text-align: center;
}

.mv-area .fade-in {
  position: absolute;
}
.mv-area .fade-in:has(.cloud01) {
  top: 0;
  left: 0;
}
.mv-area .fade-in:has(.bird) {
  top: 0;
  right: 0;
}
.mv-area .fade-in:has(.cloud02) {
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .mv-area .fade-in:has(.cloud01) {
    width: 105px;
    top: -35px;
    left: 20px;
  }
  .mv-area .fade-in:has(.bird) {
    width: 36px;
    top: -20px;
    right: 55px;
  }
  .mv-area .message {
    gap: 25px;
  }
  .mv-area .ttl-area {
    margin-bottom: 0;
  }
  .mv-area .catchcopy p {
    font-size: 2.2rem;
  }
  .mv-area .fade-in:has(.cloud02) {
    width: 75px;
    bottom: -50px;
    right: 30px;
  }
}


.feature {
  padding-top: 110px;
  padding-bottom: 150px;
  background-size: cover;
  background-image: url(../img/child/bg01.png);
  background-position: top center;
}
.feature &gt; .inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.feature &gt; .inner .inner {
  position: absolute;
  top: -260px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .feature &gt; .inner .inner {
    width: 139px;
    top: -170px;
    left: 20px;
  }
}
.feature .box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}
.feature .box:nth-child(2) {
  background-image: url(../img/child/bg_feature01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 395px;
}
.feature .box:nth-child(3) {
  background-image: url(../img/child/bg_feature02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 390px;
}
.feature .box:nth-child(4) {
  background-image: url(../img/child/bg_feature03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 407px;
}
.feature .box:nth-child(5) {
  background-image: url(../img/child/bg_feature04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 419px;
}



.feature .box .content {
  display: flex;
  gap: 50px;
  /* max-width: 700px;
  width: 100%; */
  width: 65%;
  margin: auto;
}
.feature .box:nth-child(odd) .content {
  flex-direction: row-reverse;
}

.feature .box:nth-child(2) .content {
  margin-top: 80px;
  margin-left: 80px;
}
.feature .box:nth-child(3) .content {
  margin-top: 80px;
  margin-right: 80px;
}
.feature .box:nth-child(4) .content {
  margin-top: 80px;
  margin-left: 80px;
}
.feature .box:nth-child(5) .content {
  margin-top: 80px;
  margin-right: 80px;
}

.feature .content .ttl span {
  font-family: "Caveat", serif;
  font-optical-sizing: auto;
  font-size: 2.2rem;
  font-weight: 700;
  font-style: normal;
  border-bottom: 4px dotted #214E65;
  color: #214E65;
}
.feature .content .ttl h3 {
  font-size: 3.2rem;
  line-height: 1.7;
  color: #214E65;
  margin-bottom: 2.1rem;
}
.feature .content .overview {
  flex: 1;
}
.feature .content p {
  line-height: 1.5;
}
.feature .content .photo {
  width: 250px;
}

@media screen and (max-width: 1100px) {
  .feature .content .photo {
    width: 180px;
  }
}
@media screen and (max-width: 991px) {
  .feature .box {
    margin-bottom: 0;
  }
  .feature .box .content {
    margin-top: 50px!important;
    align-items: center;
    gap: 20px;
  }
  .feature .content .ttl span {
    font-size: 1.6rem;
  }
  .feature .content .ttl h3 {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
  .feature .content p {
    font-size: 1.5rem;
  }
  .feature .content .photo {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .feature &gt; .inner {
    display: block;
  }
  .feature .box {
    max-width: 325px;
    width: 100%;
    margin: auto!important;
    margin-top: -50px!important;
    position: relative;
    background-size: contain!important;
    height: 720px!important;
  }
  .feature .box:nth-child(2) {
    background-image: url(../img/child/bg_feature01_sp.svg);
    background-repeat: no-repeat;
    margin-top: auto!important;
  }
  .feature .box:nth-child(3) {
    background-image: url(../img/child/bg_feature02_sp.svg);
    /* background-size: contain; */
    background-repeat: no-repeat;
    /* height: 365px; */
  }
  .feature .box:nth-child(4) {
    background-image: url(../img/child/bg_feature03_sp.svg);
    /* background-size: contain; */
    background-repeat: no-repeat;
    /* height: 365px; */
  }
  .feature .box:nth-child(5) {
    background-image: url(../img/child/bg_feature04_sp.svg);
    /* background-size: contain; */
    background-repeat: no-repeat;
    /* height: 365px; */
  }
  .feature .box .content,
  .feature .box:nth-child(odd) .content {
    flex-direction: column;
    gap: 30px;
    max-width: 280px;
    width: 100%;
    margin: 80px auto auto auto!important;
  }
  .feature .content .ttl {
    text-align: center;
  }
  .feature .content .photo {
    width: 250px;
  }
}

.contact {
  margin-top: -50px;
  padding-top: 180px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 120px;
  background-size: cover;
  /* background-color: #E1EAD2; */
  background-image: url(../img/child/bg02.png);
  background-position: top center;
}
.contact .fade-in:has(.accessory),
.contact .fade-in.bg_contact02 {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.contact .fade-in:has(.cat) {
  position: relative;
  top: -200px;
  left: 0;
  right: 0;
  max-width: 880px;
  width: 100%;
}
.contact .fade-in .cat {
  position: absolute;
  right: 0;
}

.contact .bg_contact01,
.contact .bg_contact02 {
  position: absolute;
}

.contact .bg_contact01 {
  top: -80px;
  padding: 0 20px;
}
.contact .bg_contact02 {
  bottom: -10px;
  left: 0;
  right: 0;
}

.contact .inner {
  /* max-width: 940px; */
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 67px 95px;
  background-color: #fff;
  border-radius: 100px;
}

.contact .description p {
  line-height: 1.6;
  text-align: center;
}
.contact .description .btn-area {
  margin-top: 35px;
  text-align: center;
}
.contact .description .btn-area a {
  text-decoration: none;
  font-size: 3.6rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .contact {
    background-image: url(../img/child/bg02_sp.png);
  }

  .contact .fade-in .cat {
    width: 61px;
  }

  .contact .inner {
    padding: 45px 22px;
  }
  .contact .inner .ttl-area {
    margin-top: 0;
  }
  .contact .description p {
    font-size: 1.5rem;
    text-align: left;
  }
  .contact .description .btn-area {
    margin-top: 25px;
  }
  .contact .description .btn-area a {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 500px) {
  .contact .bg_contact01 {
    width: 100%;
    margin: 0 auto;
    /* left: 0;
    right: 0; */
  }
  .contact .bg_contact01 img,
  .contact .fade-in.bg_contact02 img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}</pre></body></html>