@charset "UTF-8";
@media only screen and (max-width: 767px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

main {
  overflow: visible;
  z-index: unset;
}
main .heading-wrap {
  text-align: center;
}
main .heading-wrap:before {
  content: "";
  display: block;
  padding-top: 10px;
  background: url("../img/img-line-dots.svg") no-repeat center top/contain;
}
@media only screen and (max-width: 767px) {
  main .heading-wrap:before {
    padding-top: 8px;
  }
}
main .heading-wrap .title-primary {
  color: #D88D9C;
  font-size: 77px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  main .heading-wrap .title-primary {
    font-size: 40px;
  }
}
main .heading-wrap .text-1 {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  main .heading-wrap .text-1 {
    font-size: 14px;
  }
}
main .wave {
  background: url("../img/wave-underline.svg") repeat-x center bottom;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  main .wave {
    padding-bottom: 14px;
  }
}
main .wave-2 {
  background: url("../img/wave-underline-2.svg") repeat-x center bottom;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  main .wave-2 {
    padding-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  header#header .btn-apply {
    display: none;
  }
}

.hero-area {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero-area {
    height: calc(100svh - 53px);
    min-height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .slide-wrap {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .slick-list {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .slick-track {
    height: 100%;
  }
}
.hero-area .slick-slide {
  position: relative;
  aspect-ratio: 1260 / 708;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .hero-area .slick-slide {
    max-height: 708px;
  }
}
@media print, screen and (min-width: 768px) {
  .hero-area .photo-wrap {
    height: 100%;
  }
}
.hero-area .photo-wrap img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .hero-area .photo-wrap img {
    height: 100%;
    object-fit: cover;
  }
}
.hero-area .text-wrap {
  position: absolute;
  width: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .hero-area .text-wrap {
    top: 45%;
    transform: translateY(-50%);
    padding-left: max(calc((90 / 1260) * 100vw), 90px);
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap {
    bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero-area .text-wrap .text-en {
  font-size: 42px;
  color: #D88D9C;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .text-en {
    font-size: 22px;
    text-shadow: 0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff;
    padding: 0 calc((30 / 375) * 100vw);
  }
}
.hero-area .text-wrap .catch-text {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .catch-text {
    font-size: calc((25 / 375) * 100vw);
    text-shadow: 0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff;
    padding: 0 calc((30 / 375) * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .btn-wrap {
    padding-left: 30px;
  }
}
.hero-area .text-wrap .btn-item {
  background-color: #7DA2CC;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px 12px;
  border-radius: 30px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .btn-item {
    padding: 7px 30px 9px;
    font-size: 16px;
  }
}
.hero-area .text-wrap .tag-wrap {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .tag-wrap {
    gap: 10px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .tag-wrap img {
    min-width: 0;
  }
}
.hero-area .cracker-container {
  transform: translateY(0);
  width: 200px;
  height: 70%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero-area .cracker-container {
    width: 30%;
    height: 30%;
  }
}
.hero-area .cracker-container.right {
  transform: translateY(-40%);
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .hero-area .cracker-container.right {
    width: 20%;
    height: 50%;
  }
}

.abs-btn-wrap {
  position: relative;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .abs-btn-wrap {
    margin-bottom: 20px;
  }
}
.abs-btn-wrap .bnr-item,
.abs-btn-wrap .code-wrap {
  display: none;
}

.abs-btn-1 {
  width: auto;
  max-width: none;
  z-index: 10000;
}
@media print, screen and (min-width: 768px) {
  .abs-btn-1 {
    position: absolute;
    bottom: 40px;
    right: calc(max(calc((40 / 1260) * 100vw), 40px) + 310px);
    z-index: 0;
  }
}
@media only screen and (max-width: 767px) {
  .abs-btn-1 {
    margin-bottom: 10px;
  }
}
.abs-btn-1.code .code-wrap {
  /*コードで表示*/
  display: flex;
}
.abs-btn-1.part1 .bnr-part1 {
  /*バナーで表示*/
  display: block;
}
@media only screen and (max-width: 767px) {
  .abs-btn-1.part1 .bnr-part1 {
    width: 294px;
    margin-left: auto;
    margin-right: auto;
  }
}
.abs-btn-1.part2 .bnr-part2 {
  /*バナーで表示*/
  display: block;
}
@media only screen and (max-width: 767px) {
  .abs-btn-1.part2 .bnr-part2 {
    width: 294px;
    margin-left: auto;
    margin-right: auto;
  }
}
.abs-btn-1 .recruit-banner .code-wrap {
  flex-wrap: wrap;
  justify-content: center;
  background-color: #F6B436;
  color: #fff;
  border-radius: 18px;
  padding: 13px 18px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #fff;
  align-items: end;
  gap: 0 10px;
  transition: transform 0.3s ease, opacity 0.3s;
  width: 300px;
}
@media print, screen and (min-width: 768px) {
  .abs-btn-1 .recruit-banner .code-wrap {
    height: 100px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .abs-btn-1 .recruit-banner .code-wrap {
    padding: 3px 10px 1px;
    gap: 0 5px;
    width: 294px;
    margin: auto;
    border-radius: 13px;
  }
}
.abs-btn-1 .recruit-banner:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}
@media print, screen and (min-width: 768px) {
  .abs-btn-2 {
    position: absolute;
    bottom: 40px;
    right: max(calc((40 / 1260) * 100vw), 40px);
    z-index: 0;
  }
}
.abs-btn-2.code .code-wrap {
  /*コードで表示*/
  display: block;
}
@media only screen and (max-width: 767px) {
  .abs-btn-2.code .code-wrap {
    display: flex;
  }
}
.abs-btn-2.part1 .bnr-part1 {
  /*バナーで表示*/
  display: block;
}
@media only screen and (max-width: 767px) {
  .abs-btn-2.part1 .bnr-part1 {
    width: 294px;
    margin-left: auto;
    margin-right: auto;
  }
}
.abs-btn-2 .schooltour-banner .code-wrap {
  background-color: #7DA2CC;
  color: #fff;
  border: 2px solid #fff;
  width: 300px;
  border-radius: 18px;
  padding: 10px 18px 18px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: transform 0.3s ease, opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .abs-btn-2 .schooltour-banner .code-wrap {
    height: 100px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .abs-btn-2 .schooltour-banner .code-wrap {
    width: 294px;
    margin: auto;
    padding: 9px 10px 8px;
    align-items: flex-end;
    position: relative;
    border-radius: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .abs-btn-2 .schooltour-banner .code-wrap .schooltour-sub {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .abs-btn-2 .schooltour-banner .code-wrap .schooltour-sub {
    margin-right: 10px;
  }
}
.abs-btn-2 .schooltour-banner .code-wrap .schooltour-sub .sub-1 {
  font-size: 16px;
  font-weight: bold;
  background: url("../img/icon-balloon.svg") no-repeat bottom/contain;
  padding: 0 10px 13px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .abs-btn-2 .schooltour-banner .code-wrap .schooltour-sub .sub-1 {
    font-size: 10px;
    padding: 0 8px 6px;
    position: absolute;
    left: 60px;
    top: 2px;
  }
}
.abs-btn-2 .schooltour-banner .code-wrap .schooltour-sub .sub-2 {
  font-size: 16px;
  font-weight: bold;
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
  padding: 1px 8px 4px;
}
@media only screen and (max-width: 767px) {
  .abs-btn-2 .schooltour-banner .code-wrap .schooltour-sub .sub-2 {
    font-size: 13px;
    display: block;
    line-height: 1.2;
    width: 3.2em;
    padding: 1px 0.6em 4px;
    box-sizing: border-box;
  }
}
.abs-btn-2 .schooltour-banner .code-wrap .schooltour-title {
  font-size: 33px;
}
@media print, screen and (min-width: 768px) {
  .abs-btn-2 .schooltour-banner .code-wrap .schooltour-title {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .abs-btn-2 .schooltour-banner .code-wrap .schooltour-title {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.abs-btn-2 .schooltour-banner .code-wrap .schooltour-title .text-1 {
  margin-left: -0.3em;
  margin-right: -0.3em;
}
.abs-btn-2 .schooltour-banner:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.recruit-badge {
  grid-area: badge;
  background: #fff;
  color: #F6B436;
  border-radius: 5px;
  padding: 2px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruit-badge {
    flex-direction: column;
    width: 40px;
    height: 40px;
    min-width: auto;
    border-radius: 4px;
    font-size: 13px;
    padding: 0;
  }
}
.recruit-badge span {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .recruit-badge span {
    display: block;
    width: 100%;
  }
}
.recruit-badge span:first-child {
  margin-right: 0px;
}

.recruit-meta {
  grid-area: year;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .recruit-meta {
    text-align: left;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }
}
.recruit-meta .year, .recruit-meta .age {
  border-bottom: 2px dotted #fff;
  padding: 0 2px 2px;
  font-size: 14px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .recruit-meta .year, .recruit-meta .age {
    font-size: 12px;
  }
}
.recruit-meta .year span, .recruit-meta .age span {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .recruit-meta .year span, .recruit-meta .age span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-meta .age {
    font-size: 13px;
  }
}
.recruit-meta .age span {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .recruit-meta .age span {
    font-size: 14px;
  }
}

.recruit-main {
  grid-area: main;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .recruit-main {
    text-align: left;
    align-items: flex-start;
  }
}

.recruit-title {
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .recruit-title {
    font-size: 30px;
    width: 100%;
    text-align-last: justify;
    letter-spacing: 0.2em;
  }
}

.recruit-date {
  font-size: 12px;
  margin-top: 3px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .recruit-date {
    margin-top: 2px;
    line-height: 1;
  }
}

.recruit-text {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
}

@media print, screen and (min-width: 768px) {
  .sticky-btn-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-btn-sp {
    position: sticky;
    top: calc(100dvh - 80px);
    z-index: 10000;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-btn-sp .btn-apply {
    font-size: 16px;
    padding: 14px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #7DA2CC;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    display: block;
    box-sizing: border-box;
  }
}

.vision-area {
  margin-bottom: 120px;
  position: relative;
}
.vision-area .cracker-container {
  width: 400px;
  height: 400px;
  transform: translateY(-80%);
}
@media only screen and (max-width: 767px) {
  .vision-area .cracker-container {
    display: none;
  }
}
.vision-area .heading-wrap {
  margin-bottom: 60px;
}
.vision-area .text-2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .vision-area .text-2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
.vision-area .text-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.vision-area .text-wrap .text-3 {
  line-height: 3;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .vision-area .text-wrap .text-3 {
    font-size: 14px;
    line-height: 2.4;
  }
}
.vision-area .outro-wrap {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .vision-area .outro-wrap {
    flex-wrap: wrap;
    padding: 0 15px;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.vision-area .outro-wrap .cont-1 {
  display: flex;
  align-items: end;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .vision-area .outro-wrap .cont-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .vision-area .outro-wrap .cont-2 {
    transform: rotateZ(90deg);
    transform-origin: center;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .vision-area .outro-wrap .cont-3 {
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .vision-area .outro-wrap .cont-3 .text-4 {
    font-size: calc((12 / 375) * 100vw);
  }
}
.vision-area .outro-wrap .item {
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 24px;
  color: #D88D9C;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 30px;
  opacity: 0;
  transform: translateY(-100px);
  transform-origin: bottom;
}
@media only screen and (max-width: 767px) {
  .vision-area .outro-wrap .item {
    flex-grow: 1;
    padding-bottom: 5vw;
    width: 100%;
  }
}
.vision-area .outro-wrap .item.is-animated {
  animation: dropPoyoyon 1s ease-in forwards;
}
.vision-area .outro-wrap .item.is-animated > * {
  opacity: 1;
}
.vision-area .outro-wrap .item > * {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.vision-area .outro-wrap .item-1 {
  background: url("../img/vision-bg-1.png") no-repeat center center/cover;
  aspect-ratio: 229 / 192;
  max-width: 229px;
}
@media print, screen and (min-width: 768px) {
  .vision-area .outro-wrap .item-1 {
    width: 229px;
    height: 192px;
  }
}
.vision-area .outro-wrap .item-1.is-animated {
  animation-delay: 0s;
}
.vision-area .outro-wrap .item-1.is-animated > * {
  transition-delay: 1s;
}
.vision-area .outro-wrap .item-2 {
  background: url("../img/vision-bg-2.png") no-repeat center center/cover;
  aspect-ratio: 229 / 192;
  max-width: 229px;
}
@media print, screen and (min-width: 768px) {
  .vision-area .outro-wrap .item-2 {
    width: 229px;
    height: 192px;
  }
}
.vision-area .outro-wrap .item-2.is-animated {
  animation-delay: 0.2s;
}
.vision-area .outro-wrap .item-2.is-animated > * {
  transition-delay: 1.2s;
}
.vision-area .outro-wrap .item-3 {
  background: url("../img/vision-bg-3.png") no-repeat center center/cover;
  gap: 15px;
  font-size: 18px;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  aspect-ratio: 377 / 225;
}
@media print, screen and (min-width: 768px) {
  .vision-area .outro-wrap .item-3 {
    width: 377px;
    height: 225px;
  }
}
@media only screen and (max-width: 767px) {
  .vision-area .outro-wrap .item-3 {
    gap: 6px;
  }
}
.vision-area .outro-wrap .item-3.is-animated {
  animation-delay: 0.4s;
}
.vision-area .outro-wrap .item-3.is-animated > * {
  transition-delay: 1.4s;
}
@media only screen and (max-width: 767px) {
  .vision-area .outro-wrap .item-3 img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .vision-area .outro-wrap .text-4 {
    font-size: calc((13 / 375) * 100vw);
  }
}
.vision-area .outro-wrap .icon-plus {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .vision-area .outro-wrap .icon-plus {
    width: 17px;
    margin-bottom: 8vw;
    flex-shrink: 0;
  }
}
.vision-area .outro-wrap .icon-equal {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .vision-area .outro-wrap .icon-equal {
    width: 17px;
    margin-bottom: 0;
    display: flex;
  }
}

/*
* 自動スクロール
*/
.vision-area .auto-scroll-wrap {
  overflow: hidden;
  display: flex;
}
.vision-area .auto-scroll-wrap .clone-wrap {
  display: flex;
  flex-shrink: 0;
}
.vision-area .auto-scroll-wrap.go .clone-wrap {
  animation: visionscroll 20s linear infinite;
}
.vision-area .auto-scroll-item {
  padding-right: 20px;
  margin-bottom: 0;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .vision-area .auto-scroll-item {
    padding-right: 2vw;
  }
}
.vision-area .auto-scroll-item img {
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .vision-area .auto-scroll-item img {
    width: 30vw;
  }
}

@keyframes visionscroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes dropPoyoyon {
  0% {
    opacity: 0;
    transform: translateY(-50px) scale(0.8, 1.2);
  }
  49% {
    opacity: 0;
    transform: translateY(-50px) scale(0.8, 1.2);
  }
  50% {
    opacity: 1;
    transform: translateY(-50px) scale(1, 1);
  }
  65% {
    transform: translateY(0) scale(1.2, 0.7);
  }
  80% {
    transform: translateY(0) scale(0.9, 1.1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1, 1);
  }
}
.value-area {
  position: relative;
  margin-bottom: 120px;
}
.value-area .cracker-container {
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .value-area .cracker-container {
    width: 120px;
  }
}
.value-area .cracker-container.right {
  transform: translateY(-80%);
}
.value-area .popup-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  justify-content: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .value-area .popup-list {
    height: 430px;
  }
}
.value-area .popup-list:hover {
  cursor: pointer;
  opacity: 0.9;
}
.value-area .popup-list .photo-wrap {
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 520 / 430;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .value-area .popup-list .photo-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 520px;
    height: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .value-area .popup-list .photo-wrap {
    border-radius: 30px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .value-area .popup-list .text-wrap {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .value-area .popup-list .text-wrap .text-2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.value-area .popup-list .num {
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .value-area .popup-list .num {
    font-size: 22px;
  }
}
.value-area .popup-list .sub-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .value-area .popup-list .sub-title {
    font-size: 16px;
  }
}
.value-area .popup-list .title-main {
  font-size: 32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .value-area .popup-list .title-main {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
}
.value-area .popup-list .btn-wrap {
  text-align: right;
}
.value-area .popup-list .btn-wrap .btn-item {
  position: relative;
  font-weight: bold;
}
.value-area .popup-list .btn-wrap .btn-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #D88D9C;
  opacity: 0.18;
}
.value-area .popup-list .btn-wrap .btn-item img {
  margin-bottom: 5px;
  margin-left: 5px;
}
.value-area .open-menu-wrap {
  display: none;
}

/*ポップアップの中身*/
.popup-cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10001;
  display: none;
  overflow-y: auto;
}
.popup-cont .cont-wrap {
  background-color: #FBF8F9;
}
@media print, screen and (min-width: 768px) {
  .popup-cont .cont-wrap {
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
    width: 750px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .popup-cont .cont-wrap {
    padding-bottom: 50px;
  }
}
.popup-cont .popup-hero {
  position: relative;
}
.popup-cont .popup-hero::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 35px;
  width: 456px;
  height: 9px;
  background: url("../img/img-line-dots-2.svg") repeat-x left center/contain;
}
@media only screen and (max-width: 767px) {
  .popup-cont .popup-hero::before {
    left: 0;
    width: 90%;
    top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .popup-cont .popup-hero .photo-wrap {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .popup-cont .popup-hero .photo-wrap img {
    width: 100%;
    height: 100vw;
    object-fit: cover;
    object-position: top;
  }
}
.popup-cont .popup-hero .text-wrap {
  position: absolute;
  top: 55%;
  left: 35px;
}
@media print, screen and (min-width: 768px) {
  .popup-cont .popup-hero .text-wrap {
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .popup-cont .popup-hero .text-wrap {
    top: 25px;
    left: 20px;
  }
}
.popup-cont .popup-hero .num {
  font-size: 32px;
  font-weight: bold;
  color: #D88D9C;
}
@media only screen and (max-width: 767px) {
  .popup-cont .popup-hero .num {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.popup-cont .popup-hero .sub-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .popup-cont .popup-hero .sub-title {
    font-size: 18px;
  }
}
.popup-cont .popup-hero .title-main {
  font-size: 32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .popup-hero .title-main {
    font-size: 24px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-cont .popup-hero .text-1 {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .popup-cont .inner {
    padding: 0 35px 20px;
  }
}
.popup-cont .fuan-wrap {
  background: #FBF8F9;
  background: linear-gradient(180deg, #fbf8f9 50%, #d9e4f0 95%);
  -webkit-mask-image: url("../img/fuan-mask.png");
  mask-image: url("../img/fuan-mask.png");
  -webkit-mask-size: calc(100% + 3px);
  mask-size: calc(100% + 3px);
  -webkit-mask-position: center calc(100% + 2px);
  mask-position: center calc(100% + 2px);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  padding-top: 40px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .popup-cont .fuan-wrap {
    height: 222px;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-cont .fuan-wrap {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    padding-top: 30px;
  }
}
.popup-cont .fuan-wrap .title-fuan {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #7DA2CC;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.popup-cont .fuan-wrap .fuan-list {
  padding: 0 80px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .popup-cont .fuan-wrap .fuan-list {
    padding: 0 70px 30px;
    min-height: 80px;
  }
}
.popup-cont .fuan-wrap .fuan-list::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 203px;
  left: 10px;
  bottom: -74px;
  background: url("../img/img-mama.png") no-repeat bottom center/contain;
}
@media only screen and (max-width: 767px) {
  .popup-cont .fuan-wrap .fuan-list::before {
    bottom: -15px;
    left: 5px;
  }
}
.popup-cont .fuan-wrap .fuan-list::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 218px;
  bottom: -75px;
  right: 10px;
  background: url("../img/img-papa.png") no-repeat bottom center/contain;
}
@media only screen and (max-width: 767px) {
  .popup-cont .fuan-wrap .fuan-list::after {
    bottom: -15px;
    right: 5px;
  }
}
.popup-cont .fuan-wrap .fuan-list li {
  margin-bottom: 10px;
  text-indent: -17px;
  margin-left: 17px;
}
.popup-cont .fuan-wrap .fuan-list li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url("../img/icon-check.svg") no-repeat center/contain;
}
.popup-cont .arrow-down {
  margin: -6px auto 30px;
  position: relative;
  width: 55px;
  height: 43px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .arrow-down {
    margin-bottom: 20px;
  }
}
.popup-cont .anshin-wrap {
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .anshin-wrap {
    min-height: 155px;
  }
}
.popup-cont .anshin-wrap .title-anshin {
  color: #D88D9C;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
}
.popup-cont .anshin-wrap .text-anshin {
  font-size: 14px;
  font-weight: bold;
  color: #D88D9C;
  margin: 0 96px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .popup-cont .anshin-wrap .text-anshin {
    margin: 0 65px;
    text-align: left;
  }
}
.popup-cont .reason-block {
  background-color: #fff;
  border-radius: 29px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 0 30px 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .popup-cont .reason-block {
    margin: 0 24px;
  }
}
.popup-cont .reason-block .img-staff {
  position: absolute;
  right: 30px;
  top: 0;
  width: 95px;
  transform: translateY(-100%);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .popup-cont .reason-block .img-staff {
    right: -24px;
  }
}
.popup-cont .reason-block .img-1 {
  position: absolute;
  right: -35px;
  top: 30px;
  width: 65px;
  transform: translateY(-100%);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .popup-cont .reason-block .img-1 {
    right: -14px;
    top: -150px;
  }
}
.popup-cont .reason-block .img-2 {
  position: absolute;
  top: 20px;
  left: 26px;
}
.popup-cont .reason-block .title-wrap {
  text-align: center;
  transform: translateY(-50%);
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .reason-block .title-wrap {
    margin-bottom: 0;
  }
}
.popup-cont .reason-block .title-wrap .icon-1 {
  position: absolute;
  left: 52%;
  top: -3px;
  transform: translateY(-100%);
  width: 30px;
}
.popup-cont .reason-block .title-reason {
  color: #fff;
  font-weight: bold;
  background-color: #D88D9C;
  display: inline-block;
  border-radius: 6px;
  padding: 3px 30px;
  font-size: 16px;
}
.popup-cont .reason-block .title-reason span {
  font-size: 22px;
  line-height: 1;
  position: relative;
}
.popup-cont .reason-block .title-reason span::before {
  content: "";
  position: absolute;
  display: block;
  width: 37px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  bottom: -2px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  background-color: #D88D9C;
}
.popup-cont .reason-block .reason-row {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .popup-cont .reason-block .reason-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.popup-cont .reason-block .reason-row:last-of-type {
  margin-bottom: 0;
}
.popup-cont .reason-block .reason-row .reason-heading {
  color: #D88D9C;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .reason-block .reason-row .reason-heading {
    flex-direction: column;
  }
}
.popup-cont .reason-block .reason-row .reason-heading .num {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.3;
}
.popup-cont .reason-block .reason-row .reason-heading .title-main {
  line-height: 1.3;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .reason-block .reason-row .reason-heading .title-main {
    text-align: center;
  }
}
.popup-cont .reason-block .reason-row .text-wrap {
  order: 1;
}
.popup-cont .reason-block .reason-row .reason-txt {
  font-size: 14px;
}
.popup-cont .reason-block .reason-row .photo-wrap {
  order: 2;
}
@media print, screen and (min-width: 768px) {
  .popup-cont .reason-block .reason-row .photo-wrap {
    width: 230px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-cont .reason-block .reason-row .photo-wrap img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .popup-cont .reason-block .reason-row.row-reverse .photo-wrap {
    float: left;
    margin-left: 0;
    margin-right: 20px;
  }
}
.popup-cont .flow-wrap .title-wrap {
  color: #D88D9C;
  transform: none;
  margin-bottom: 40px;
}
.popup-cont .flow-wrap .title-flow {
  font-size: 18px;
}
.popup-cont .flow-wrap .flow-img {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .flow-img {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.popup-cont .flow-wrap .text-wrap {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .text-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.popup-cont .flow-wrap .text-wrap .text-2 {
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: bold;
}
.popup-cont .flow-wrap .text-wrap .text-3 {
  font-size: 14px;
  margin-bottom: 0;
}
.popup-cont .flow-wrap .text-wrap .text-3 a {
  text-decoration: underline;
}
.popup-cont .flow-wrap .list-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .popup-cont .flow-wrap .list-wrap {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .list-wrap {
    margin-bottom: 10px;
  }
}
.popup-cont .flow-wrap .list-wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 2px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='10'%3E%3Crect x='0' y='0' width='2' height='4' rx='1' ry='1' fill='%23D88D9C'/%3E%3C/svg%3E");
  background-size: 2px 10px;
  background-repeat: repeat-y;
  top: 0;
  left: 48%;
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .list-wrap::before {
    left: 29%;
    transform: translateX(17px);
  }
}
.popup-cont .flow-wrap .list-wrap li {
  position: relative;
  padding-left: 44.5%;
  display: flex;
  align-items: start;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .list-wrap li {
    padding-left: 29%;
  }
}
.popup-cont .flow-wrap .list-wrap .num {
  aspect-ratio: 1 / 1;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #D88D9C;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 2px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .list-wrap .num {
    flex-shrink: 0;
  }
}
.popup-cont .flow-wrap .list-wrap .text-wrap {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .list-wrap .text-wrap {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    margin-left: 0;
  }
}
.popup-cont .flow-wrap .list-wrap .text-wrap .text-1 {
  color: #D88D9C;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.4;
}
.popup-cont .flow-wrap .list-wrap .list-1 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .list-wrap .list-1 {
    padding-bottom: 50px;
  }
}
.popup-cont .flow-wrap .list-wrap .list-1 .photo-wrap {
  position: absolute;
  width: 88px;
  top: 0;
  left: 100px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .list-wrap .list-1 .photo-wrap {
    width: 23%;
    top: 0;
    left: 5%;
  }
}
.popup-cont .flow-wrap .list-wrap .list-2 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .list-wrap .list-2 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .list-wrap .list-2 .num {
    margin-top: 10px;
  }
}
.popup-cont .flow-wrap .list-wrap .list-2 .photo-wrap {
  margin-top: -30px;
  margin-left: 10px;
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .list-wrap .list-2 .photo-wrap {
    margin-top: -50px;
    margin-left: 0;
    width: 94%;
  }
}
@media print, screen and (min-width: 768px) {
  .popup-cont .flow-wrap .list-wrap .list-2 .text-wrap {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.popup-cont .flow-wrap .list-wrap .list-3 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .list-wrap .list-3 {
    padding-bottom: 30px;
  }
}
.popup-cont .flow-wrap .list-wrap .list-3 .photo-wrap {
  position: absolute;
  top: -30px;
  left: 70px;
  width: 138px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .list-wrap .list-3 .photo-wrap {
    left: -20px;
    width: 37%;
    top: 30px;
  }
}
.popup-cont .flow-wrap .list-wrap .list-4 {
  background-color: #fff;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .popup-cont .flow-wrap .list-wrap .list-4 .text-wrap {
    position: absolute;
    left: 0;
    top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .list-wrap .list-4 .text-wrap {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .popup-cont .flow-wrap .list-wrap .list-4 .photo-wrap {
    position: absolute;
    right: 50px;
    top: -70px;
    width: 133px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-cont .flow-wrap .list-wrap .list-4 .photo-wrap {
    width: 70%;
    margin-left: 10px;
  }
}
.popup-cont .schedule-row {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .schedule-row {
    gap: 10px;
  }
}
.popup-cont .schedule-row .time {
  color: #fff;
  font-weight: bold;
  background-color: #D88D9C;
  border-radius: 20px;
  position: absolute;
  padding: 1px 10px 3px;
  width: 100px;
  text-align: center;
  top: -14px;
  left: 60px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .schedule-row .time {
    left: 10px;
    padding: 1px 0 2px;
  }
}
.popup-cont .schedule-row .list-wrap li {
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .schedule-row .list-wrap li {
    margin-bottom: 5px;
  }
}
.popup-cont .schedule-row .list-wrap li:last-child {
  margin-bottom: 0;
}
.popup-cont .schedule-day .schedule-row {
  padding-left: 150px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .schedule-day .schedule-row {
    padding-left: 40px;
  }
}
.popup-cont .schedule-day .schedule-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 118px;
  width: 3px;
  height: 100%;
  background-size: 3px 12px;
  background-image: radial-gradient(circle at 1.5px 1.5px, #D88D9C 1.5px, transparent 0), linear-gradient(to bottom, transparent 1.5px, #D88D9C 0 4px, transparent 0), radial-gradient(circle at 1.5px 4px, #D88D9C 1.5px, transparent 0);
  background-repeat: repeat-y;
}
@media only screen and (max-width: 767px) {
  .popup-cont .schedule-day .schedule-row::before {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-cont .schedule-day .schedule-row:last-child {
    padding-bottom: 0;
  }
}
.popup-cont .schedule-day .schedule-row:last-child::before {
  display: none;
}
.popup-cont .schedule-day .schedule-row .photo-wrap {
  width: 220px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .popup-cont .schedule-day .schedule-row .photo-wrap {
    width: calc((180 / 375) * 100vw);
  }
}
.popup-cont .schedule-day .schedule-row .list-wrap li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url("../img/icon-2.png") no-repeat center/contain;
}
@media print, screen and (min-width: 768px) {
  .popup-cont .schedule-year {
    padding: 0 25px;
  }
}
.popup-cont .schedule-year .schedule-row {
  padding-bottom: 25px;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .popup-cont .schedule-year .schedule-row {
    padding-bottom: 40px;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-cont .schedule-year .schedule-row:last-child {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .popup-cont .schedule-year .schedule-row:nth-child(even) {
    flex-direction: row-reverse;
  }
  .popup-cont .schedule-year .schedule-row:nth-child(even) .month {
    left: auto;
    right: -25px;
  }
}
.popup-cont .schedule-year .schedule-row .month {
  position: absolute;
  top: -25px;
  left: -25px;
  color: #fff;
  font-weight: bold;
  background-color: #D88D9C;
  border-radius: 50%;
  line-height: 1;
  aspect-ratio: 1 / 1;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
  box-sizing: border-box;
}
.popup-cont .schedule-year .schedule-row .photo-wrap {
  width: 240px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .popup-cont .schedule-year .schedule-row .photo-wrap {
    width: calc((160 / 375) * 100vw);
  }
}
.popup-cont .schedule-year .schedule-row .list-wrap {
  width: 100%;
}
.popup-cont .schedule-year .schedule-row .list-wrap li {
  border-bottom: 1px solid #D88D9C;
  padding-bottom: 5px;
}
.popup-cont .schedule-year .schedule-row .img-jun {
  position: absolute;
  right: -40px;
}
.popup-cont .schedule-year .schedule-row .img-nov {
  position: absolute;
  right: 53%;
}
.popup-cont .schedule-year .schedule-row .img-feb {
  position: absolute;
  right: -25px;
}
.popup-cont.popup-2-cont .fuan-wrap .fuan-list {
  padding: 0 90px;
}
@media only screen and (max-width: 767px) {
  .popup-cont.popup-2-cont .fuan-wrap .fuan-list {
    padding: 0 65px 50px;
  }
}
.popup-cont.popup-2-cont .anshin-wrap {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .popup-cont.popup-3-cont .fuan-wrap {
    height: 180px;
  }
}
.popup-cont.popup-3-cont .fuan-wrap .fuan-list {
  padding: 0 120px;
}
@media only screen and (max-width: 767px) {
  .popup-cont.popup-3-cont .fuan-wrap .fuan-list {
    padding: 0 65px 40px;
  }
}
.popup-cont.popup-3-cont .anshin-wrap {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .popup-cont.popup-5-cont .reason-block {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .popup-cont.popup-5-cont .title-wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-cont.popup-6-cont .reason-block {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-cont.popup-6-cont .title-wrap {
    margin-bottom: 20px;
  }
}
.popup-cont.popup-7-cont .anshin-wrap {
  margin-bottom: 70px;
}
.popup-cont.popup-7-cont .reason-block .reason-row .photo-wrap {
  margin-bottom: 0;
}

.is-popup-open {
  overflow-y: hidden;
}
.is-popup-open .value-area .open-menu-wrap {
  position: fixed;
  right: 28px;
  top: 13px;
  z-index: 10002;
  width: 52px;
  aspect-ratio: 1 / 1;
  display: block;
}
@media only screen and (max-width: 767px) {
  .is-popup-open .value-area .open-menu-wrap {
    right: 10px;
    top: 10px;
  }
}
.is-popup-open .value-area .menu-btn {
  left: 50%;
  transform: translate(-50%, -50%);
}

.childcare-area {
  position: relative;
  padding-bottom: 100px;
}
.childcare-area .cracker-container {
  width: 300px;
  height: 300px;
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .childcare-area .cracker-container {
    width: 150px;
    height: 200px;
  }
}
.childcare-area .cracker-container.right {
  top: auto;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .childcare-area .cracker-container.right {
    width: 200px;
  }
}
.childcare-area .heading-wrap {
  margin-bottom: 60px;
}
.childcare-area .line-bnr {
  margin-bottom: 60px;
}
.childcare-area .line-bnr img {
  width: 100%;
}
.childcare-area .lead-wrap {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .childcare-area .lead-wrap {
    margin-bottom: 40px;
  }
}
.childcare-area .lead-wrap .sub-title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .childcare-area .lead-wrap .sub-title {
    font-size: 23px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .childcare-area .lead-wrap .text-1 {
    margin-bottom: 30px;
  }
}
.childcare-area .lead-wrap .btn-wrap {
  text-align: center;
}
.childcare-area .lead-wrap .btn-wrap .btn-item {
  position: relative;
  font-weight: bold;
  display: inline-block;
}
.childcare-area .lead-wrap .btn-wrap .btn-item:hover {
  opacity: 0.8;
  cursor: pointer;
}
.childcare-area .lead-wrap .btn-wrap .btn-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #D88D9C;
  opacity: 0.18;
}
.childcare-area .lead-wrap .btn-wrap .btn-item img {
  margin-bottom: 5px;
  margin-left: 5px;
}
.childcare-area .popup-list-wrap {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .childcare-area .popup-list-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.childcare-area .popup-list-wrap .popup-list {
  cursor: pointer;
}
.childcare-area .popup-list-wrap .popup-list .photo-wrap {
  position: relative;
  margin-bottom: 15px;
}
.childcare-area .popup-list-wrap .popup-list .label-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 0 0;
  background-color: #fff;
  border-radius: 0 20px 0 0;
}
.childcare-area .popup-list-wrap .popup-list .label-wrap .text-2 {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .childcare-area .popup-list-wrap .popup-list .label-wrap .text-2 {
    font-size: 18px;
  }
}
.childcare-area .popup-list-wrap .popup-list .label-wrap .arrow {
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: rgba(216, 141, 156, 0.18);
  text-align: center;
}
.childcare-area .popup-list-wrap .popup-list .label-wrap .arrow img {
  margin-top: 4px;
}

/*# sourceMappingURL=page_top.css.map */
