/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p-top01__list01__label {
  font-size: 0.75rem;
}
.p-top01 {
  background-color: var(--white1);
  padding: 60px 0 40px;
  position: relative;
}
.p-top01__ttl {
  display: block;
  margin: 0 auto 10px;
  position: relative;
  width: 300px;
  z-index: 2;
}
.p-top01 .c-txt16 {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.p-top01__list {
  gap: 0 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.p-top01__list,
.p-top01__list__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-top01__list__content {
  align-items: center;
  color: var(--white);
  flex-direction: column;
  font-weight: 700;
  height: 100%;
  left: 0;
  padding: 45px 10px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.p-top01__list__content .c-txt24 {
  line-height: 1.4;
  width: 100%;
}
.p-top01__list__content .c-txt20 {
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: 100%;
}
.p-top01__list__item {
  max-width: 200px;
  position: relative;
  width: calc(50% - 15px);
  z-index: 1;
}
.p-top01__list__item.item-flower {
  margin-bottom: 20px;
  margin-inline: 20vw;
}
.p-top01__list__item.item-heart .p-top01__list__img {
  position: relative;
  top: 20px;
}
.p-top01__icons {
  align-items: flex-end;
  display: flex;
  gap: 5px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 24px;
  transform: translateX(-50%);
}
.p-top01__icons__01 {
  width: 46.2px;
}
.p-top01__icons__02 {
  width: 29.4px;
}
.p-top01__btn {
  margin-bottom: 50px;
  padding-top: 80px;
  position: relative;
  z-index: 2;
}
.p-top01__btn .c-btn {
  margin: 0 auto;
}
.p-top01__list01 {
  display: grid;
  gap: 25px 20px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto 50px;
  max-width: 500px;
  padding: 0 20px;
  z-index: 2;
}
.p-top01__list01,
.p-top01__list01__icon {
  justify-content: center;
  position: relative;
}
.p-top01__list01__icon {
  align-items: center;
  display: flex;
  height: 50px;
  margin-bottom: -10px;
  top: -20px;
  transform: scale(0.6);
}
.p-top01__list01__img img,
.p-top01__list01__item {
  border-radius: 1000px 1000px 0 0;
}
.p-top01__list01__item {
  background-color: var(--white);
  text-align: center;
}
.p-top01__list01__ttl {
  color: var(--red2);
  font-size: 1.125rem;
  margin-top: -8px;
}
.p-top01__list01__label,
.p-top01__list01__ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.p-top01__list01__label {
  background-color: var(--red2);
  border-radius: 1000px;
  color: var(--white);
  display: block;
  margin: 10px auto 0;
  max-width: 160px;
  padding: 3px 10px;
  text-align: center;
  transition: opacity 0.5s ease;
}
.p-top01__list01__content {
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.p-top01__slider {
  background-color: transparent;
  -webkit-mask-image: url(../images/common/img_mask_sp.webp);
  mask-image: url(../images/common/img_mask_sp.webp);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.p-top01__slider__item {
  width: 190px;
  width: clamp(11.875rem, 40vw + 2.5rem, 15rem);
}
.p-top01__slider__item img {
  aspect-ratio: 600/375;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top01__slider .slick-list {
  overflow: visible;
}
.p-top01__slider__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-top01__slider__bg img {
  height: 100%;
}
.p-top01__bg {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.p-top02 {
  background-color: var(--white1);
  padding: 50px 0 60px;
  position: relative;
}
.p-top02__instagram {
  aspect-ratio: 1000/238;
  display: block;
  margin-block: 20px 40px;
  margin-inline: -12px;
  -webkit-mask-image: url(../images/top/img_instagram_bg.svg);
  mask-image: url(../images/top/img_instagram_bg.svg);
  -webkit-mask-position: 0 top;
  mask-position: 0 top;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 25% calc(100% - 20px);
  mask-size: 25% calc(100% - 20px);
  position: relative;
}
.p-top02__instagram iframe {
  left: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100% !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top02__instagram {
    display: none;
  }
}
.p-top02__instagram--sp {
  margin: 20px 0 40px;
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
  -webkit-mask-image: url(../images/top/img_instagram_bg.svg);
  mask-image: url(../images/top/img_instagram_bg.svg);
  -webkit-mask-repeat: space;
  mask-repeat: space;
  -webkit-mask-size: calc(50% - 8px) calc(50% - 8px);
  mask-size: calc(50% - 8px) calc(50% - 8px);
  position: relative;
}
.p-top02__instagram--sp iframe {
  left: 0;
  margin: 0;
  pointer-events: none;
  top: 0;
  width: 100% !important;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top02__instagram--sp {
    display: none;
  }
}
.p-top02__icon01 {
  right: 20px;
  top: calc(50% - 25px);
}
.p-top02__icon01,
.p-top02__icon02 {
  position: absolute;
  transform: translateY(-50%);
  width: 150px;
  z-index: -1;
}
.p-top02__icon02 {
  left: 0;
  top: calc(50% + 150px);
}
.p-top02 .c-title {
  margin-bottom: 20px;
}
.p-top02 .c-txt16 {
  letter-spacing: 0.1em;
}
.p-top02 .c-list {
  margin-bottom: 40px;
  margin-top: 20px;
}
.p-top02 .c-ttl28 {
  margin-bottom: 8px;
  text-align: center;
}
.p-top02 .c-box {
  margin-bottom: 80px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.p-top02 .c-box__right .c-txt16 {
  line-height: 1.5;
  text-align: left;
}
.p-top02 .c-box__right .c-txt14 {
  line-height: 1.7142857143;
  text-align: left;
}
.p-top02 .c-recruit {
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
.p-top02 .c-recruit:after,
.p-top02 .c-recruit:before {
  content: "";
  position: absolute;
  width: 100px;
  z-index: -1;
}
.p-top02 .c-recruit:before {
  aspect-ratio: 500/409;
  background: url(../images/top/icon_baby_girl.svg) 50% / contain no-repeat;
  right: -20px;
  top: -75px;
}
.p-top02 .c-recruit:after {
  aspect-ratio: 500/426;
  background: url(../images/top/icon_baby_boy.svg) 50% / contain no-repeat;
  left: -20px;
  top: calc(100% - 20px);
}
.p-top02__item {
  position: relative;
}
.p-top02__list {
  margin-top: 25px;
}
.p-top02__list__item {
  margin-bottom: 20px;
}
.p-top02__list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
.p-top02__list01__item {
  width: 260px;
}
.p-top02 .c-box01 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top01__list01__label {
    font-size: clamp(0.75rem, 0.2403846154vw + 0.6346153846rem, 0.875rem);
  }
  .p-top01 {
    padding: 94px 0 0;
  }
  .p-top01__ttl {
    margin-bottom: 20px;
    width: 488px;
  }
  .p-top01 .c-txt16 {
    text-align: center;
  }
  .p-top01__list {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 47px;
  }
  .p-top01__list__wrapsp {
    display: contents;
  }
  .p-top01__list__content {
    padding: 55px 15px 20px;
  }
  .p-top01__list__item {
    max-width: 280px;
    width: 100%;
  }
  .p-top01__list__item.item-flower {
    margin-inline: 0;
    margin-bottom: 0;
  }
  .p-top01__list__item.item-heart .p-top01__list__img {
    top: 34px;
  }
  .p-top01__list__item.item-apple .p-top01__list__img {
    position: relative;
    top: 4px;
  }
  .p-top01__icons {
    gap: 9px;
    top: 24px;
  }
  .p-top01__icons__01 {
    width: clamp(3.36875rem, 4.51171875vw + 1.203125rem, 4.8125rem);
  }
  .p-top01__icons__02 {
    width: clamp(2.14375rem, 2.87109375vw + 0.765625rem, 3.0625rem);
  }
  .p-top01__btn {
    margin-bottom: 81px;
    padding-top: 108px;
  }
  .p-top01__list01 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px clamp(1.25rem, 1.171875vw + 0.6875rem, 1.625rem);
    margin-bottom: 50px;
    max-width: 1280px;
    padding: 0 40px;
  }
  .p-top01__list01__icon {
    height: 58px;
    margin-bottom: 0;
    top: -22px;
    transform: scale(1);
  }
  .p-top01__list01__item {
    width: 280px;
  }
  .p-top01__list01__item:first-child .p-top01__list01__icon {
    left: -3px;
    position: relative;
  }
  .p-top01__list01__item:nth-child(2) .p-top01__list01__icon {
    position: relative;
    top: -25px;
  }
  .p-top01__list01__ttl {
    font-size: clamp(1.25rem, 0.4807692308vw + 1.0192307692rem, 1.5rem);
    margin-top: -12px;
  }
  .p-top01__list01__label {
    margin: 14px auto 0;
    max-width: 200px;
    padding: 4px 15px;
  }
  .p-top01__list01__content {
    padding-bottom: clamp(1.5625rem, 3.90625vw + -0.3125rem, 2.8125rem);
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-top01__slider {
    -webkit-mask-image: url(../images/common/img_mask.webp);
    mask-image: url(../images/common/img_mask.webp);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .p-top01__slider__item {
    width: clamp(25rem, 46.2962962963vw + 2.7777777778rem, 37.5rem);
  }
  .p-top01__slider {
    padding-right: 123px;
  }
  .p-top01__bg {
    bottom: 188px;
  }
  .p-top02 {
    padding: 97px 0 11.45vw;
  }
  .p-top02__instagram {
    margin-bottom: 55px;
    margin-top: 30px;
    -webkit-mask-size: 25% calc(100% - min(1.2vw, 7px));
    mask-size: 25% calc(100% - min(1.2vw, 7px));
  }
  .p-top02__icon01 {
    right: clamp(2.5rem, 11.5234375vw + -3.03125rem, 6.1875rem);
    top: calc(50% - 45px);
  }
  .p-top02__icon01,
  .p-top02__icon02 {
    width: clamp(15.625rem, 48.828125vw + -7.8125rem, 31.25rem);
  }
  .p-top02__icon02 {
    left: clamp(2.5rem, 11.5234375vw + -3.03125rem, 6.1875rem);
    top: calc(50% + 327px);
  }
  .p-top02 .c-title {
    margin-bottom: 22px;
  }
  .p-top02 .c-txt16 {
    text-align: center;
  }
  .p-top02 .c-list {
    margin-bottom: 61px;
    margin-top: 30px;
  }
  .p-top02 .c-ttl28 {
    margin-bottom: 8px;
  }
  .p-top02 .c-box {
    margin-bottom: 68px;
    margin-top: 24px;
  }
  .p-top02 .c-recruit {
    margin-bottom: 61px;
  }
  .p-top02 .c-recruit:after,
  .p-top02 .c-recruit:before {
    width: clamp(12.5rem, 36.0576923077vw + -4.8076923077rem, 31.25rem);
  }
  .p-top02 .c-recruit:before {
    left: calc(100% - 140px);
    right: auto;
    top: clamp(-11.3125rem, -13.3413461538vw + 2.0288461538rem, -4.375rem);
  }
  .p-top02 .c-recruit:after {
    left: auto;
    right: calc(100% - 140px);
    top: calc(100% - 97px);
  }
  .p-top02__list {
    display: flex;
    gap: 40px;
    margin-top: 34px;
  }
  .p-top02__list__item {
    margin-bottom: 0;
    width: 50%;
  }
  .p-top02__list01 {
    gap: 20px;
    margin-top: 30px;
  }
  .p-top02__list01__item {
    width: clamp(17.5rem, 7.8125vw + 13.75rem, 20rem);
  }
  .p-top02 .c-box01 {
    margin-top: 49px;
  }
}
/*# sourceMappingURL=top.css.map */
