/* ===== Base ===== */
* { box-sizing: border-box; }
html,
body {
  margin: 0; padding: 0;
  overflow-x: hidden;
}
html{
    font-size: 16px;
    scroll-padding-top: 96px;
    scroll-behavior: smooth;
  }
[id] { scroll-margin-top:  96px; }
  /* ===== 1320px 以下で縮小 ===== */
 @media (max-width: 1320px){
    html{
      font-size: 14px;
    }
  }

@media (max-width: 720px){
  html{
      scroll-padding-top: 20px;
    }
  [id] { scroll-margin-top:  20px; }
}

/* ===== 1320px 以下で縮小 ===== */
 @media (max-width: 1320px){
    html{
      font-size: 13px;
    }
  }

  /* ===== SP ===== */
  @media (max-width: 768px){
    html{
      font-size: 14px;
    }
  }

img {
  max-width: 100%; height: auto; display: block;
}

a {
  color: inherit; text-decoration: none;
}

:root{
  --pink: #e84a8f;
  --pink-deep: #d93a86;
  --entry-pink: #F44693;
  --hover-pink:#EB6BA5;
  --bg: #FFF7EF;
  --bg-content: #FCF4F6;
  --text: #535353;
  --container: 1440px;
  --container-second: 1028px;
  --accent-pink: #e84a8f;
  --accent-green: #4CC395;
  --accent-white: #ffffff;
}

body{
  color: var(--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Hiragino Sans", "Yu Gothic", sans-serif;
}

.font-noto{
  font-family: "Noto Sans JP",
               system-ui, -apple-system, BlinkMacSystemFont,
               "Hiragino Sans", "Yu Gothic", sans-serif;
}

.font-kiwi{
  font-family: "Kiwi Maru",
               "Noto Sans JP",
               system-ui, -apple-system, BlinkMacSystemFont,
               "Hiragino Sans", "Yu Gothic", sans-serif;
}

.font-zen{
  font-family: "Zen Kurenai",
               "Noto Sans JP",
               system-ui, -apple-system, BlinkMacSystemFont,
               "Hiragino Sans", "Yu Gothic", sans-serif;
}

/* =========================
   Header
========================= */
.header{
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  z-index: 5;
}

.header__inner{
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  position: fixed;
  z-index: 3;
  background: #ffffffd6;
}

.header__logo{
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 20px;
}

.header__logo img{
  width: 147px;
  height: auto;
}

.header_text{
  font-size: 1.25rem;
  line-height: 12px;
  white-space: nowrap;
  color: #333333;
  font-weight: 500;
}

.header__nav{
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.header__menu{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 10px;
}

.headernav-font-color{
  color: #955C38;
}

.header__menu-link {
  position: relative;
  display: inline-block;
  padding: 0 4px 0 4px;
  font-size: 1.25rem;
  white-space: nowrap;
  transition: color .2s ease;
}

.header__menu-link:hover{
  color: var(--hover-pink);
}


.header__menu-link:hover::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;

  background-image: url("../img/header/dot.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.header__entry {
  display: flex;
  align-items: center;
  gap: 13px;
  background: var(--entry-pink);
  color: #fff;
  padding: 0 35px;
  font-size: 1.25rem;
  height: 96px;
}

.header__entry-icon{
  display: inline-grid;
  font-size: 14px;
}


/* =========================
 MV
========================= */
.mv-content{
  overflow: hidden;
  background: var(--bg);
  padding-top: 4rem;
}

.mv-position {
  position: relative;
}

.mv-blob-left {
  position: absolute;
  top: -2.1vw;
  left: -88px;
  width: 49%;
}

.mv-blob-right {
  position: absolute;
  top: 27vw;
  right: -80px ;
  position: absolute;
  width: 44%;
}

.mv-image-right {
  max-width: 100%;
}

.mv-position-bottom-left {
  z-index: 2;
  position: absolute;
  top: 9.5vw;
  left: 3%;
  width: 29%;
}

.mv-text-top {
  max-width: 477px;
  width: 100%;
}

.mv-position-bottom-right {
  position: absolute;
  top: 6.2vw;
  width: 69%;
  right: 0;
}

.mv-company {
  max-width: 321px;
  width: 80%;
  margin: 22px auto;
}

.mv-company .mv-btn {
  max-width: 321px;
  width: 100%;
  padding: 13px 0px 13px 12px;
  font-weight: 600;
  background: #F44693;
  color: #fff;
  font-size: 1rem;
  border-radius: 25px;
  text-align: center;
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: center;
}

.mv-btn-arrow img {
  width: 40%;
}

/* =========================
   下段（相談/募集）
========================= */
.mv-bottom-content{
  position: relative;
  z-index: 2;
  margin-top: 56vw;
  padding-bottom: 10px;
}

.mv-bottom-title{
  margin: 0 0 18px;
  text-align: center;
  font-size: 2.44rem;
}

.mv-bottom-title::after{
  content: "";
  display: block;
  width: min(627px, 43%);
  height: 14px;
  margin: 1px auto 0;
  background-image: url(../img/recruit/bottom-border.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mv-bottom-guidance{
  list-style: none;
  padding: 0;
  display: flex;
  gap: 76px;
  justify-content: center;
  align-items: start;
}

.mv-card {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.mv-card__link{
  display: block;
}

.mv-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 22px;
  background: var(--accent-green);
  color: #fff;
  font-size: 1rem;
  border-radius: 999px;
  position: relative;
  margin: 0 auto;
}

.mv-badge::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--accent-green);
}

.mv-card__body{
  margin-top: 14px;
}

.mv-card--ai .mv-card__body{
  display: flex;
  gap: 18px;
  align-items: center;
  max-width: 424px;
  width: 100%;
}

.mv-card__title{
  margin: 0 0 8px;
  font-size: 1.85rem;
  font-weight: 800;
  color: #ffe36a;
  letter-spacing: .06em;
}

.mv-card__desc{
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.6;
}

.mv-card--recruit .mv-card__body{
  max-width: 424px;
  width: 100%;
}

.mv-card__body--center{
  text-align: center;
}


.title-h2 {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 12px 22px;
  color: #fff;
  font-weight: 400;
  letter-spacing: .04em;
  background: linear-gradient(90deg, #f8b2d2 0%, #f06aa6 55%, #e0006f 100%);
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  line-height: 95px;
}

@media (max-width: 1300px){
  .title-h2 {
  line-height: 85px;
  }
}

@media (max-width: 1100px){
  .title-h2 {
  line-height: 80px;
  }
}

@media (max-width: 720px){
  .title-h2 {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 4px;
  color: #fff;
  font-weight: 400;
  background: linear-gradient(90deg, #f8b2d2 0%, #f06aa6 55%, #e0006f 100%);
  font-size: 22px;
  line-height: 44px;
  }
}

/* =========================
   About section
========================= */
.about{
  background: var(--bg-content);
  padding: 83px 0 1px 0;
}

.about__inner{
  position: relative;
}

.about-hero{
  margin: 0px auto 6vw;
}

.about-hero__text{
  position: relative;
  max-width: 1168px;
  margin: 0 auto;
  z-index: 2;
}

.about-hero__text .span-border {
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(241, 238, 158) 50%);
}


.about-hero__title{
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.about-hero__title-line{
  display: inline-block;
  background: linear-gradient(90deg, #f8b2d2 0%, #f06aa6 50%, #e0006f 100%);
  color:var(--accent-white);
  border-radius: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 72px;
}

.about-hero__title-line + .about-hero__title-line{
  margin-top: 10px;
  background: linear-gradient(
    90deg,
    #f8b2d2 0%,
    #f06aa6 50%,
    #e0006f 100%
  );
  box-shadow: none;
}

.about-hero__lead{
  width: 610px;
}

.about-hero__lead p{
  margin: 0 0 8px;
  line-height: 1.78;
  font-size:  1.125rem;

}

.about-hero__lead p:last-child{
  margin-bottom: 0;
}

.about-hero__media{
  position: absolute;
  width: 100%;
  max-width: 860px;
  right: 0;
  z-index: 0;
  top: -30px;
  margin: 0 calc(50% - 50vw);
}

@media (max-width: 1320px){
  .about-hero__media{
    width: 70%;
  }
}

.about-hero__image{
  position: absolute;
  top: -116px;
  max-width: 309px;
  left: -57px;
}

.about-row{
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  max-width: 1168px;
  width: 100%;
  margin: 0 auto 6vw auto;
}

.about-row--promise{
  grid-template-columns: .9fr 1.1fr;
}

.about-row__title{
  margin: 0 0 18px;
  color: rgba(232, 74, 143, .95);
  font-size: 1.65rem;
  font-weight: 500;
}

.about-row__desc{
  color: rgba(0,0,0,.72);
  font-size: 1rem;
  line-height: 2.0;
}

.about-row__desc p{
  margin: 0 0 8px;
  line-height: 32px;
  font-size: clamp(0.875rem, 1.4vw, 1rem);

}

.about-row__image{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,.10);
}

.about-row__image_bottom {
  max-width: 440px;
  width: 100%;
}

.about-row__media{
  position: relative;
}

.about-row--reason .about-row__media{
  justify-self: end;
  max-width: 520px;
}

.about-row--promise .about-row__media{
  max-width: 720px;
}


/* =========================
   Work Balance
========================= */
.workbalance{
  padding: 160px 0 90px;
}

.workbalance__inner{
  max-width: var(--container-second);
  margin: 0 auto;
}

.workbalance__script-img{
  margin: 0 0 16px;
  position: relative;
}

.workbalance__script-img img{
  width: min(677px, 100%);
  height: auto;
  display: block;
  position: absolute;
  top: -9.8vw;
  left: -6vw
}

.workbalance__title{
  margin: 0 0 34px;
  text-align: right;
}

.workbalance__title span {
  padding-left: 3px;
}

.workbalance__title-line {
  display: inline-block;
  background: linear-gradient(90deg, #f8b2d2 0%, #f06aa6 50%, #e0006f 100%);
  color: #fff;
  border-radius: 0;
  font-size:  2.5rem;
  font-weight: 400;
  line-height: 72px;
}

.workbalance__title-line + .workbalance__title-line{
  margin-top: 12px;
}

.workbalance__title-line.is-light{
  background: linear-gradient(90deg, #f8b2d2 0%, #f06aa6 50%, #e0006f 100%);
}


.workbalance__grid{
  display: flex;
  gap: 12px;
  justify-content: center;
}

.workbalance__left,.workbalance__right {
  width: 50%;
}


.workbalance__calendar img{
  width: min(493px, 100%);
  height: auto;
  display: block;
}

.workbalance__note{
  margin: 10px 0 0;
  font-size: 0.9375rem;
  text-align: right;
}

.workbalance__text{
  font-size: 1.125rem;
  line-height: 1.9;
}

.workbalance__text p{
  margin: 0 0 18px;
}

.workbalance__list{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size:  1.12rem;
  line-height: 1.9;
}

.workbalance__illust{
  margin: 26px 0 0;
  display: flex;
  justify-content: center;
}

.workbalance__illust img{
  width: min(321px, 100%);
  height: auto;
  display: block;
}

/* =========================
   WorkBalance 2
========================= */
.workbalance2{
  padding: 70px 0 90px;
  margin-bottom:4rem;
}

.workbalance2__inner{
  max-width: var(--container-second);
  margin: 0 auto;
}

.workbalance__title{
  margin: 0 0 34px;
}

.workbalance__title-left {
  text-align: left;
}

.workbalance__title-line.is-light{
  filter: brightness(1.02);
  opacity: .92;
}

.workbalance2__position{
  position: relative;
  padding-top: 30px;
}

.workbalance2__lead{
  font-size: 1.125rem;
  line-height: 32px;
}

.workbalance2__lead p{
  margin: 0 0 6px;
}

.workbalance2__illust{
  margin: 22px 0 0;
}

.workbalance2__illust img{
  width: min(446px, 100%);
  height: auto;
  display: block;
}

.workbalance2__chart{
  margin: 0;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.workbalance2__chart img{
  width: min(560px, 100%);
  height: auto;
  display: block;
}


.workbalance2__right {
  position: absolute;
  top: 0;
}



/* =========================
   Support
========================= */
.support{
  background:var(--bg-content);
  padding: 168px 0 72px;
}

.support__inner{
  max-width: var(--container-second);
  margin: 0 auto;
  padding: 0 16px;
}

.support__head{
  text-align: center;
  margin-bottom: 34px;
  position: relative;
}

.support__script{
  width: min(378px, 50%);
  height: auto;
  display: block;
  position: absolute;
  top: -6.5vw;
  left: -10.5vw;
}

.support__title{
  margin: 0;
  display: grid;
  gap: 12px;
  justify-items: center;
}


.support__grid{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 26px;
}

.support-card{
  background: #fff;
  border: 1px solid #ff4da1;
  border-radius: 24px;
  padding: 28px 26px 24px;
  text-align: center;
}

.support-card__title{
  margin: 0 0 14px;
  color: #ff4da1;
  font-weight: 400;
  font-size: clamp(1.375rem, 2vw, 1.8125rem);
}

.support-card__icon{
  width: 140px;
  margin: 0 auto 0;
  display: grid;
  place-items: center;
}

.support-card__icon img{
  width: 140px;
  margin: 21px auto 16px;
  display: grid;
  place-items: center;
}

.support-card__text{
  margin: 0;
  text-align: left;

  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.9;
}

.support__title{
  margin: 0;
  display: grid;
  gap: 12px;
  justify-items: center;
}

.support__title-line{
  display: inline-block;
  padding: 12px 22px;
  color: #fff;
  font-weight: 400;
  letter-spacing: .04em;
  background: linear-gradient(90deg, #f8b2d2 0%, #f06aa6 55%, #e0006f 100%);
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  line-height: 1.2;
}

.support__title-line.is-center{
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  padding: 12px 26px;
}


/* =========================
   Service
========================= */
.service{
  padding: 72px 0px 140px;
}

.service__inner{
  margin: 0 auto;
}

.service__row{
  display: flex;
  gap: 54px;
  align-items: start;
}

.service__row + .service__row{
  max-width: 1168px;
  margin: 36px auto;
}

.service__content{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.service__script{
  width: min(360px, 80%);
  display: block;
  position: absolute;
  top: -1.5vw;
  left: -67px;
}

.service__media {
  width: 100%;
}

.service__title{
  margin: 140px 0 18px;
}

.service__title-line{
  display: inline-block;
  color: #fff;
  font-weight: 400;
  background: linear-gradient(90deg, #f8b2d2 0%, #f06aa6 55%, #e0006f 100%);
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
}

.service__title-line.is-light{
  margin-top: 8px;
}

.service__heading{
  margin: 0px 0 17px;
  color: #ff4aa7;
  font-size: clamp(1.375rem, 2vw, 1.875rem);
  font-weight: 400;
}

.service__heading_space {
  margin-top: 30px;
}

.service__text{
  margin: 0;

  line-height: 32px;
  font-size: 1rem;
  max-width: 584px;
}


.service__row--kids .service__img--md{
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.service-media {
  width: 46%;
}

.service-row--space {
  display: flex;
  justify-content: flex-end;
  gap: 55px;
  margin-bottom: 56px;
}


/* =========================
   Message
========================= */

.message{
  position: relative;
  padding:56px 0 0;
  scroll-behavior:smooth;
}

.message__title-line{
  display: inline-block;
  padding: 12px 22px;
  color: #fff;
  font-weight: 400;
  letter-spacing: .04em;
  background: linear-gradient(90deg, #f8b2d2 0%, #f06aa6 55%, #e0006f 100%);
  font-size: 2.5rem;
  line-height: 1.2;
}

.message__title-line.is-center{
  font-size:  1.6rem;
  padding: 12px 26px;
}

.message__inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.message__head{
  text-align:center;
  margin-bottom: 28px;
}

.message__script{
  width: min(360px, 80%);
  height: auto;
  display: block;
  position: absolute;
  top: -60px;
  margin-bottom: 10px;
  left: 34%;
}

.message__sub{
  display:inline-block;
  background: linear-gradient(90deg,#f8b2d2 0%, #f06aa6 50%, #e0006f 100%);
  color:#fff;
  padding: 6px 18px;
  font-size: 1rem;
  letter-spacing: .06em;
}

.message-cards {
  display: flex;
  max-width: 1032px;
  justify-content: space-between;
  margin: 50px auto 90px;
  gap: 20px;
}

.message-card {
  max-width: 317px;
}

@media (max-width: 900px) {
  .message-cards {
    grid-template-columns: 1fr;
  }
}


.message-card__img{
  width:100%;
  height:auto;
  display:block;
}

.message-block{
  position: relative;
  max-width: 1168px;
  margin: 0 auto 100px;
}

.message-block__bar{
  background: linear-gradient(90deg,#f8b2d2 0%, #f06aa6 50%, #e0006f 100%);
  color:#fff;
  padding: 12px 16px;
  position: absolute;
  top: -52px;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
}

.message-block__body{
  background: #FFD3E5;
  padding: 58px;
  display: flex;
  gap: 18px;
  align-items: start;
  justify-content: space-between;
}

.message-block-flex {
  background: #FCF4F6;
  padding: 58px 58px 8px;
  display: flex;
  gap: 18px;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 40px;
}

.message-block-flex-bottom03{
  background: #FFD3E5;
  padding: 58px;
  display: flex;
  gap: 18px;
  align-items: start;
  justify-content: space-between;
}

.message-block-flex-bottom03-1{
  background: #FFD3E5;
  padding: 0 54px 54px 54px;
  display: flex;
  gap: 18px;
  align-items: start;
  justify-content: space-between;
}

.message-block-flex-bottom {
  background: #FCF4F6;
  padding:5px 58px 58px 58px;
  display: flex;
  gap: 18px;
  align-items: start;
  justify-content: space-between;
}

.message-main-02 {
    max-width: 314px;
}

.message-block__text {
  max-width: 620px;
}

.message-block__text02 {
  max-width: 673px;
}

@media (max-width: 860px){
  .message-block__body,
  .message-block__body.is-reverse{
    grid-template-columns: 1fr;
  }
}

.message-block__media01 img {
  max-width:349px;
}


.message-block__media03 {
  max-width: 312px;
}

.message-block-flex-bottom03 img {
  max-width: 100%;
}

.message-block-flex-bottom03-1 img {
  max-width: 305px;
}

.message-block__media img,
.message-block__photo img,
.message-block__bottom-img{
  width:100%;
  height:auto;
  display:block;
  border-radius: 18px;
}

.message-block__quote,.message-block__ttl2{
  margin: 14px 0 6px -11px;
  color: #F44693;
  font-size: 1.875rem;
  background-image: radial-gradient(circle, #FFD3E5 2.5px, transparent 2.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 15px 5px;
  line-height: 44px;
  display: inline-block;
  padding: 0 14px 12px 9px;
}

.message-block__ttl2-1,.message-block__quote3 {
  margin: 14px 0 6px -11px;
  color: #F44693;
  font-size: 1.875rem;
  background-image: radial-gradient(circle, #FCF4F6 2.5px, transparent 2.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 15px 5px;
  line-height: 44px;
  display: inline-block;
  padding: 0 14px 12px 9px;
}

.message-block__ttl {
  margin: 14px 0 6px -11px;
  color: #F44693;
  font-size: 1.875rem;
  background-image: radial-gradient(circle, #FCF4F6 2.5px, transparent 2.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 15px 5px;
  line-height: 44px;
  display: inline-block;
  padding: 0 14px 12px 9px;
}

.message-block__quote.is-pink{ color:#F44693; }

.message-block__ttl,
.message-block__ttl2{
  color:#F44693;
}

.message-block__p{
  margin: 0 0 10px;
  line-height: 32px;
  font-size: 1rem;
}

.message-block__bottom{
  background: #FFD3E5;
  padding: 0 5% 05%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items:start;
}

.message-block__bottom-text {
  max-width: 680px;
}

.message-block__bottom img {
  max-width: 305px;
}

.message-block__media02 img {
  max-width: 314px;
}

.message-block-photo img {
  max-width: 373px;
}

.message-block__text03 {
  max-width: 692px;
}

/* =========================
  Instagram
========================= */
.ig{
  background: #FFF7EF;
  position: relative;
  padding: 106px 0 80px;
  scroll-behavior: smooth;
  margin-bottom: 140px;
}

.ig__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ig__head{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 28px;
}

.ig__title-line {
  display: inline-block;
  padding: 12px 22px;
  color: #fff;
  font-weight: 400;
  letter-spacing: .04em;
  background: linear-gradient(90deg, #f8b2d2 0%, #f06aa6 55%, #e0006f 100%);
  font-size: clamp(1.25rem, 2.8vw, 2.5rem);
  line-height: 1.2;
}

.ig__script{
  width: min(446px, 80%);
  height: auto;
  display: block;
  position: absolute;
  top: -90px;
  left: 155px;
  margin-bottom: 10px;
}

.ig__feed {
  max-width: 1028px;
  margin: 0 auto;
  padding: 0 26px;
}

/* ======================
  Job Description
====================== */
.job{
  position: relative;
  padding: 55px 0 80px;
  scroll-behavior: smooth;
}

.job__title-line{
  display: inline-block;
  padding: 12px 22px;
  color: #fff;
  font-weight: 400;
  letter-spacing: .04em;
  background: linear-gradient(90deg, #f8b2d2 0%, #f06aa6 55%, #e0006f 100%);
  font-size: clamp(1.25rem, 2.8vw, 2.5rem);
  line-height: 1.2;
}

.job__title-line.is-center{
  font-size: clamp(1.1rem, 1.7vw, 1.6rem);
  padding: 12px 26px;
}

.job__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.job__head{
  text-align:center;
  margin-bottom: 28px;
}

.job__script{
  width: min(690px, 80%);
  height: auto;
  display: block;
  position: absolute;
  top: -20px;
  left: 56px;
  margin-bottom: 10px;
}


.job__title-img {
  width: min(760px, 92vw);
  height: auto;
  display: block;
}

.job-tabs {
  margin: 18px 0 90px 0;
  display: flex;
  justify-content: center;
  gap: 85px;
}

.job-tab__arrow img {
  width: min(76px, 100%);
}

.job-tab {
    max-width: 408px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    padding: 22px 41px 22px 0px;
    border: 0;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #535353;
    font-size: 1.875rem;
}

.job-tab[data-theme="pink"] { background: #FFD3E5; }
.job-tab[data-theme="green"] { background: #C9EDDF; }

.job-tab__arrow{
  bottom: -66px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  left: 60%;
  transform: translateX(-50%);
  opacity: 0;
}

.job-tab.is-active .job-tab__arrow{
  opacity: 1;
}

.job-panel {
  --line: #f04b8f;
  max-width: 1028px;
  margin: 0 auto;
}
.job-panel[data-theme="pink"] { --line: #e85a93; }
.job-panel[data-theme="green"] { --line: #4CC395; }

.job-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.job-item {
  display: grid;
  grid-template-columns: 233px 1fr;
}

.job-item:last-child .job-label {
  border-bottom: 3px solid var(--line)
}

.job-item:last-child .job-content {
  border-bottom: 3px solid #F2E6E9;
}

.job-label {
  padding: 21px 0 0 29px;
  font-weight: 400;
  color: #955C38;
  border-top: 3px solid var(--line);
  letter-spacing: 0.06em;
  background: #fff;
  font-size: 1.25rem;
}

.job-content {
  padding: 18px 18px;
  line-height: 1.9;

  border-top: 3px solid #F2E6E9;
  font-size: 1.125rem;
}

.job-em {
  color: #EB6BA5;
  font-weight: 800;
  padding-right: 6px;
}

.en {
  max-width: 16px;
}

.job-panel { display: none; }
.job-panel.is-active { display: block; }



/* ==============
  Entry
============== */
.entry{
  background:#fff;
  padding: 54px 0 70px;
  position: relative;
}

.entry__inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
}

.entry__head{
  text-align:center;
  margin-bottom: 18px;
}

.entry__script{
  margin: 0 auto 8px;
  width: min(256px, 100%);
  height: auto;
  display: block;
  position: absolute;
  top: -24px;
  margin-bottom: 10px;
  left: 28%;
}

.entry__label{
  display: inline-block;
  padding: 12px 22px;
  color: #fff;
  font-weight: 400;
  letter-spacing: .04em;
  background: linear-gradient(90deg, #f8b2d2 0%, #f06aa6 55%, #e0006f 100%);
  font-size: clamp(1.25rem, 2.8vw, 2.5rem);
  line-height: 1.2;
}

.entry-box{
  background:#FCF4F6;
  border-radius: 26px;
  padding: 34px 34px;
  position: relative;
  max-width: 919px;
  margin: 0 auto;
}

.entry-box__content{
  flex: 1 1 auto;
  text-align:center;
}

.entry-box__title{
  margin: 0 0 10px;
  color: #EB6BA5;
  font-size: 22px;
  letter-spacing: 0.06em;
  font-size: 1.875rem;
}

.entry-box__lead{
  margin: 0 auto 18px;

  line-height: 32px;
  font-size: 1rem;
}

.entry-box__catch{
  font-size: 1.5625rem;
  background-image: radial-gradient(circle, #3ab896 2.5px, transparent 2.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 15px 5px;
  max-width: 423px;
  margin: 0 auto 24px;
  line-height: 49px;
}

.entry-box__dots{
  width: min(520px, 90%);
  margin: 10px auto 14px;
  border-top: 6px dotted #3ab896;
  opacity: 0.9;
}

.entry-box__tel{
  margin: 0;
  font-weight: 900;
  letter-spacing: 0.02em;
  font-size: 3.375rem;
}

.entry-box__tel-link{
  color:#f04b8f;
  text-decoration: none;
  font-weight: 900;
}


.entry-box__hours{
  margin: 10px 0 0;

  font-size: 1.125rem;
}

.entry-box__note{
  margin: 18px 0 0;
  color: #BF3030;
  font-size: 1rem;
  line-height: 32px;
}

.entry-box__illust{
  position: absolute;
  right: 20px;
  bottom: 34px;
}

.entry-box__illust img{
  width: min(180px, 40vw);
  height: auto;
  display:block;
}

.cf7-entry__control {
  font-size: 1.125rem;
}

/* =========================
   CF7
========================= */
.cf7-entry{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 18px;
  font-family: system-ui, -apple-system, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.cf7-entry p {
  margin: 10px 0 5px 0;
}

.cf7-entry__title{
  margin: 0 0 10px;
  color: #f04b8f;
  font-size: 1.875rem;
  font-weight: 400;
}

.cf7-entry__lead{
  margin: 0 0 10px;
  line-height: 32px;
  font-size: 1rem;
}

.cf7-entry__note-red{
  color: #b2455b;
}

.cf7-entry__block{
  margin-top: 18px;
}

.cf7-entry__label{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8a5b3c;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.cf7-entry__required{
  display: inline-block;
  border: 1px solid #C70F0F;
  color: #C70F0F;
  font-size: 0.9375rem;
  padding: 2px 8px;
  border-radius: 4px;
}

.cf7-entry__control input[type="text"],
.cf7-entry__control input[type="email"],
.cf7-entry__control input[type="tel"],
.cf7-entry__control textarea{
  width: 100%;
  box-sizing: border-box;
  border: 0;
  background: #FCF4F6;
  border-radius: 10px;
  padding: 14px 14px;
  font-size: 1rem;

  outline: none;
}

.cf7-entry__control textarea{
  min-height: 180px;
  resize: vertical;
}

.cf7-entry__control input::placeholder,
.cf7-entry__control textarea::placeholder{
  color: #C7C7C7;
}

.cf7-entry__control input:not([type="radio"]):focus,
.cf7-entry__control textarea:focus {
  box-shadow: 0 0 0 2px rgba(240, 75, 143, .25);
}

.cf7-entry__control .wpcf7-list-item{
  margin: 0 18px 10px 0;
  display: inline-block;
}

.cf7-entry__control input[type="radio"] {
  transform: scale(1.4);
  accent-color: #535353;
  cursor: pointer;
}


.cf7-entry__control .wpcf7-list-item {
  margin-right: 20px;
}


.cf7-entry__control label {
  font-size: 16px;
  line-height: 1.6;
}

.cf7-entry__grid-item{
  display: flex;
  align-content: center;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
}

.cf7-entry__sub{
  font-size: 1.125rem;

  margin: 0 0 6px;
  max-width: 80px;
  width: 100%;
}

.cf7-entry__privacy{
  margin-top: 22px;
}

.cf7-entry__privacy-box{
  background: #f3f3f3;
  max-height: 265px;
  overflow-y: scroll;
  padding: 20px;
  font-size:0.875rem;
  margin-bottom: 30px;
  line-height: 28px;
}

.cf7-entry__privacy-iframe{
  width: 100%;
  height: 220px;
  border: 0;
  background: #fff;
  border-radius: 10px;
}

.cf7-entry__agree{
  margin-top: 14px;
  text-align: center;
  font-weight: 700;
}

.cf7-entry__agree input[type="checkbox"]{
  transform: translateY(2px);
}

.cf7-entry__submit{
  margin-top: 18px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  width: 224px;
  margin: 0 auto;
}

.cf7-entry__submit input[type="submit"]{
  border: 0;
  cursor: pointer;
  background: #f04b8f;
  color: #fff;
  padding: 16px 52px;
  border-radius: 999px;
  font-size: 16px;
  padding-right: 56px;
  width: 224px;
}


.cf7-entry__submit:after {
  content: "";
  position: absolute;
  top: 55%;
  right: 50px;
  width: 12px;
  height: 9px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url(../img/header/submit-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.wpcf7-not-valid-tip{
  margin-top: 8px;
  color: #b2455b;
  font-weight: 700;
  font-size: 13px;
}

.wpcf7 form .wpcf7-response-output{
  margin: 18px 0 0;
  border-radius: 12px;
}

@media (max-width: 720px){
  .cf7-entry__grid{
    grid-template-columns: 1fr;
  }
}

.wpcf7-spinner {
    display: none !important;
}

/* =========================
   Footer
========================= */
.site-footer {
  background: var(--bg-content);
  padding: 50px 5px 10px;
  text-align: center;
  margin-top: 120px;
}

.site-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.site-footer__logo img {
  width: 100%;
  max-width: 234px;
  height: auto;
  margin: 0 auto 24px;
  display: block;
}

.site-footer__tel {
  font-size: 2.625rem;
  font-weight: 800;
  margin-bottom: 8px;

}

.site-footer__address {
  font-size: 1.125rem;
  margin-bottom: 24px;
}

.site-footer__btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  color: #EB6BA5;
  background: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  transition: 0.2s ease;
}

.site-footer__btn a::after {
  content: "▶";
  font-size: 1.125rem;
}

.site-footer__btn a:hover {
  background: #EB6BA5;
  color: #fff;
}

.site-footer__copy {
  margin-top: 40px;
  font-size: 12px;
  color: var(--text);
}

@media (max-width: 1180px){
  .header__logo img {
    max-width: 117px;
    width: 100%;
  }

  .header__logo {
    gap: 2px;
    padding-left: 8px;
  }

  .header__menu {
    gap: 6px;
    padding-right: 2px;
  }

  .header__entry {
    padding: 0 10px;
    gap: 2px;
  }

  .header__entry-icon {
    width: 75%;
  }

  .support__script {
    width: 41%;
    top: -10.5vw;
    left: -4.5vw;
  }

  .service__content {
    padding-right: 3%;
  }

  .service__row--kids {
    padding: 0 3% 0;
  }

  .service-row-content-padding {
    padding-left: 3%;
  }
  .message-block__text {
    max-width: 620px;
  }

  .message-block__bottom {
    padding: 0 58px 50px;
  }

  .message-block-flex {
    padding: 50px 58px 15px;
  }

  .message-block__text02 {
    max-width: 630px;
  }

  .message-block__text {
    max-width: 550px;
  }

  .ig__script {
    top: -12vw;
    left: 18px;
    margin-bottom: 10px;
  }

 .job{
    padding: 0 3% 10%;
  }

  .job__script {
    width: min(690px, 60%);
    top: -9vw;
    left: -5px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .header_text,.header__menu-link {
    font-size: 1rem;
  }

  .header__entry {
    font-size: 0.8rem;
  }
  .header__logo img {
    max-width: 82px;
    width: 100%;
  }
    .header__logo {
    gap: 2px;
    padding-left: 2px;
  }

  .header__menu {
    gap: 4px;
    padding-right: 2px;
  }

  .header__entry {
    padding: 0 5px;
    gap: 6px;
  }

  .header__entry-icon {
    width: 30%;
  }
    .about__inner {
    padding: 0 5%;
  }

  .about-row {
    gap: 25px;
  }

  .about-row__desc p {
    line-height: 1.9;
  }

  .workbalance {
    padding: 13% 2% 4%;
  }

  .mv-bottom-guidance {
    padding: 0 5% 0;
  }

  .workbalance2__position {
    padding-top: 14px;
  }

  .workbalance__script-img img {
    width: 60%;
    top: -11.4vw;
    left: -3vw;
  }

  .workbalance2 {
    padding: 0 5% 7%;
  }

  .workbalance2__chart img {
     width: 45%;
  }

  .support__script {
    width: 41%;
    top: -10.5vw;
    left: -4.5vw;
  }

  .service__content {
    padding-right: 5%;
  }

  .service__row--kids {
    padding: 0 5% 0;
  }

}

@media (min-width: 769px){
  .pc-none {
    display: none!important;
  }
}

@media (max-width: 768px){
  .header__logo img {
    width: 65px;
    height: auto;
  }

  .header__entry {
    flex-direction: column;
  }

  .header_text {
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .header__nav {
    display: none;
  }

  .header__entry-icon {
    display: inline-grid;
    font-size: 14px;
    width: 20px;
    padding-top: 5px;
  }

  .header__entry-text {
    font-size: 8px;
    letter-spacing: -0.03em;
    padding-top: 5px;
  }

  .spmenu .mv-bottom-guidance {
    flex-direction: column;
    padding: 23vw 11% 0;
  }

  .spmenu .mv-card {
    max-width: 286px;
    margin: 0 auto;
  }

  .mv-bottom-guidance {
    flex-direction: column;
    padding: 0 50px;
    gap: 30px;
  }

  .mv-bottom-title::after {
    content: "";
    display: block;
    width: 90%;
    height: 14px;
    margin: 1px auto 0;
    background-image: url(../img/recruit/bottom-border.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .mv-bottom-title {
    margin: 0 0 18px;
    text-align: center;
    font-size: 21px;
  }
  .mv-badge {
    font-size: 12px;
  }
  .about {
    padding: 83px 0 40px 0;
  }

  .about-hero__lead p {
    margin: 19px 0px 38px;
    line-height: 25px;
    font-size: 13px;
    padding-bottom: 1rem;
  }

  .about-row__desc p {
    margin: 0 0 23px;
    line-height: 25px;
    font-size: 13px;
    padding-right: 16px;
  }

  .about-hero__image {
    position: absolute;
    top: -88px;
    max-width: 190px;
    left: -6%;
  }

  .about-hero__title-line {
    font-size: 22px;
    line-height: 38px;
  }

  .about-hero__lead {
    width: 100%;
  }

  .about-hero {
    display: block;
    align-items: center;
    margin: 0 auto 3vw auto;
  }

  .about-hero__media {
    position: static;
    width: 100%;
    padding-bottom: 5vw;
  }

  .about-row__title {
    margin: 0 0 18px;
    color: rgba(232, 74, 143, .95);
    font-size: 20px;
    font-weight: 500;
  }

  .about-row {
    flex-direction: column;
    margin: 0 auto 9vw auto;
  }

  .about-row__desc {
    font-size: 13px;
    line-height: 32px;
  }

  .about-row.about-row--promise {
    flex-direction: column-reverse;
  }

  .workbalance2 {
    padding: 2% 5% 10%;
  }

  .workbalance__title-line {
    font-size: 22px;
    line-height: 38px;
  }

  .workbalance__script-img img {
    width: 250px;
    height: auto;
    display: block;
    position: absolute;
    top: -29.4vw;
    left: 16%;
    z-index: 2;
  }

  .workbalance2__lead {
    font-size: 13px;
    line-height: 25px;
  }

  .workbalance__left, .workbalance__right {
    width: 100%;
  }

  .workbalance__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 5%;
  }

  .workbalance__grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }

  .workbalance__text {
    font-size: 13px;
    line-height: 25px;
  }

  .workbalance__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 32px;
  }

  .workbalance__title {
    margin: 0 0 18px;
  }

  .support {
    padding: 128px 0 72px;
  }

  .support__script {
    max-width: 232px;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: -21.2vw;
    left: 6.5vw;
  }

  .support__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 26px;
    flex-direction: column;
  }


  .workbalance {
    padding: 160px 0 50px;
  }

  .workbalance2__lead p {
    margin: 13px 0 27px 0px;
  }

  .workbalance2__illust img {
    max-width: 313px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .workbalance2__position {
    padding-top: 4px;
  }

  .service {
    padding: 32px 0px;
  }

  .service__script {
    width: 193px;
    display: block;
    position: absolute;
    top: -6px;
    left: -10px;
  }

  .support-card {
    border: 1px solid #ff4da1;
  }


  .support-card__icon img {
    width: 112px;
    margin: 0px auto 7px;
    display: grid;
    place-items: center;
  }

   .service {
    padding: 32px 0px;
  }

  .service__script {
    width: 193px;
    display: block;
    position: absolute;
    top: -6px;
    left: -10px;
  }

  .support-card {
    border: 1px solid #ff4da1;
  }


  .support-card__icon img {
    width: 112px;
    margin: 0px auto 7px;
    display: grid;
    place-items: center;
  }

  .service__row + .service__row {
    max-width: 1168px;
    margin: 0 auto;
    padding: 0;
  }

  .service__heading {
    margin: 30px 0 11px;
    color: #ff4aa7;
    font-size: clamp(1.375rem, 2vw, 1.875rem);
    font-weight: 400;
    text-align: center;
  }

  .service__row {
    display: flex;
    gap: 24px;
    align-items: start;
    flex-direction: column-reverse;
  }

  .service__media-padding,.service-row-content-padding {
    width: 100%;
    padding: 5% 5% 0;
  }

  .service__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .service__text {
    margin: 0;
    line-height: 23px;
    font-size: 13px;
    max-width: 584px;
  }

  .service__title {
    margin: 80px 0 18px;
  }

  .service__row {
    display: flex;
    gap: 0;
    align-items: start;
    flex-direction: column-reverse;
  }

  .service-row--space {
    display: flex;
    justify-content: flex-end;
    gap: 35px;
    margin-bottom: 0;
    flex-direction: column;
    margin-top: 0;
  }

  .service-media {
    width: 100%;
    padding-left: 2rem;
  }

  .service__title-line {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    background: linear-gradient(90deg, #f8b2d2 0%, #f06aa6 55%, #e0006f 100%);
    font-size: 22px;
  }

  .service--media {
    margin-left: -6%;
    width: 106%;
    margin-top: 1%;
  }

  .service__media_last {
    padding: 5% 0 5%;
  }

  .message-block {
    margin: 0 auto 60px;
  }

  .message__title-line {
    display: inline-block;
    padding: 12px 22px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .04em;
    background: linear-gradient(90deg, #f8b2d2 0%, #f06aa6 55%, #e0006f 100%);
    font-size: 22px;
    line-height: 1.2;
  }

  .message-cards {
    flex-wrap: wrap;
  }

  .message-block__bottom {
    padding-bottom: 40px;
  }

  .message-cards {
    display: flex;
    max-width: 1032px;
    justify-content: center;
    margin: 50px auto 90px;
    gap: 20px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }

  .message-card {
    max-width: 157px;
  }

  .message-block__bar {
    font-size: 22px;
  }

  .message-block__bar {
    background: linear-gradient(90deg, #f8b2d2 0%, #f06aa6 50%, #e0006f 100%);
    color: #fff;
    padding: 0px;
    position: absolute;
    top: -19px;
    font-size: 22px;
    width: 90%;
    left: 4%;
    text-align: center;
  }

  .message-block__body {
    background: #FFD3E5;
    padding: 18px;
    display: flex;
    gap: 18px;
    align-items: start;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }

  .message-block__media01 img {
    max-width: 100%;
    width: 100%;
  }

  .message-block__bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .message-block-photo img {
    max-width: 100%;
    width: 100%;
  }

  .message-block__media02 img {
    max-width: 100%;
    width: 100%;
  }

  .message-block-flex {
    background: #FCF4F6;
    padding: 18px;
    display: flex;
    gap: 18px;
    align-items: start;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  .message-block-flex-bottom {
    background: #FCF4F6;
    padding: 18px;
    display: flex;
    gap: 18px;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .message-block-flex-bottom03 {
    background: #FFD3E5;
    padding: 18px;
    display: flex;
    gap: 18px;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
  }

  .message-block-flex-bottom03 img {
    max-width:  100%;
    width: 100%;
  }

  .message-block-flex-bottom03-1 {
    background: #FFD3E5;
    padding: 18px;
    display: flex;
    gap: 18px;
    align-items: start;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }

  .message-block__quote, .message-block__ttl2 {
    font-size: 18px;
    line-height: 29px;
  }

  .message-block__p {
    margin: 0 0 10px;
    line-height: 23px;
    font-size: 12px;
  }

  .message-block__ttl2-1, .message-block__quote3{
    font-size: 18px;
    line-height: 29px;
  }

  .message-block__ttl, .message-block__ttl2 {
    font-size: 18px;
    line-height: 29px;
  }

  .message__script {
    width: 232px;
    height: auto;
    display: block;
    position: absolute;
    top: -20px;
    margin-bottom: 10px;
    left: 9%;
  }

  .message-block__media img,
  .message-block__photo img,
  .message-block__bottom-img,
  .message-block__bottom img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
  }

  .message-block__bottom {
    padding: 18px 18px 40px 18px;
  }

  .message__title-line {
    display: inline-block;
    padding: 6px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .04em;
    background: linear-gradient(90deg, #f8b2d2 0%, #f06aa6 55%, #e0006f 100%);
    font-size: 22px;
    line-height: 25px;
  }

  .message-block__media03 {
    max-width: 100%;
  }

  .job-tab {
    max-width: 408px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 1rem 10px 1rem 0px;
    border: 0;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 12px;
  }

  .job__script {
    max-width: 288px;
    height: auto;
    display: block;
    position: absolute;
    top: -60px;
    left: 26px;
    margin-bottom: 10px;
  }

  .en {
    max-width: 11px;
  }

  .job-tabs {
    margin: 18px 0 43px 0;
    display: flex;
    justify-content: center;
    gap: 6px;
  }

  .job-tab__arrow {
    bottom: -25px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    left: 60%;
    transform: translateX(-50%);
    opacity: 0;
  }

  .job-tab__arrow img {
    width: 29px;
  }

  .job-label {
    padding: 11px 0 0 15px;
    font-size: 13px;
  }

  .job-content {
    padding: 11px 18px 18px;
    font-size: 11px;
  }

  .job-item {
    display: grid;
    grid-template-columns: 143px 1fr;
  }

  .job {
    position: relative;
    padding: 56px 25px 80px;
    scroll-behavior: smooth;
  }

  .entry__script {
    margin: 0 auto 8px;
    width: 151px;
    height: auto;
    display: block;
    position: absolute;
    top: -4px;
    margin-bottom: 10px;
    left: 15%;
  }

  .entry-box {
    padding: 18px;
  }

  .entry-box__note {
    margin: 18px 0 0;
    color: #BF3030;
    font-size: 1rem;
    line-height: 23px;
    text-align: left;
    width: 68%;
  }

  .entry-box__title {
    font-size: 20px;
  }

  .entry-box__lead {
    margin: 0 auto 18px;
    line-height: 23px;
    font-size: 12px;
    width: 85%;
  }

  .entry-box__tel {
    margin: 0;
    font-weight: 900;
    letter-spacing: 0.02em;
    font-size: 34px;
  }

  .entry-box__hours {
      margin: 5px 0 0;
      font-size: 11px;
  }

  .entry-box__catch {
    font-size: 14px;
    background-image: radial-gradient(circle, #3ab896 2.5px, transparent 2.5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 11px 5px;
    max-width: 243px;
    margin: 0 auto 4px;
    line-height: 3;
  }

  .entry-box__illust img {
    max-width: 90px;
    width: 100%;
    height: auto;
    display: block;
  }

  .cf7-entry__title {
    margin: 0 0 10px;
    color: #f04b8f;
    font-size: 20px;
    font-weight: 400;
  }

  .cf7-entry__lead {
    margin: 0 0 0;
    line-height: 23px;
    font-size: 12px;
  }

  .cf7-entry__label {
    font-size: 15px;
  }

  .cf7-entry__control .wpcf7-list-item {
    margin: 0 18px 10px 0;
    display: flex;
    flex-direction: column;
  }

  .cf7-entry__submit input[type="submit"] {
    font-size: 15px;
  }

  .cf7-entry__control {
    font-size: 13px;
  }

  .header__entry {
    display: flex;
    align-items: center;
    gap: 0px;
    background: #f04c95;
    color: #fff;
    padding: 2%;
    font-size: 1.25rem;
    transition: background .2s ease;
    height: 48px;
    width: 54px;
  }

  .header__inner {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0;
    position: fixed;
    z-index: 3;
    background: #ffffff;
    border-bottom: 1px solid #E0E0E0;
    justify-content: space-between;
  }

  .sp-menu-flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header__burger span:nth-child(3) {
    left: 24px;
  }

  .header__burger.is-open span:nth-child(3) {
    left: 10px;
  }

  .ig__script {
    max-width: 220px;
    height: auto;
    display: block;
    position: absolute;
    top: -70px;
    left: 35px;
    margin-bottom: 10px;
  }

  .ig {
    background: #FFF7EF;
    position: relative;
    padding: 86px 0 80px;
    scroll-behavior: smooth;
    margin-bottom: 70px;
  }

  .header__logo {
    gap: 0;
    padding-left: 0;
  }

  .mv-content {
    padding-top: 3.5rem;
  }

  .mv-inner-sp {
    position: relative;
  }
  .mv-company-sp {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 371px;
    width: 100%;
  }

  .mv-company-sp a{
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 321px;
    display: flex;
    background: #F44693;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    text-align: center;
    padding: 1rem;
    margin: 0 auto;
  }

  .mv-btn-arrow img {
    width: 43%;
  }

  .mv-bottom-content {
    position: relative;
    z-index: 2;
    margin-top: 18vw;
    padding-bottom: 10px;
  }

  .mv-card {
    max-width: 370px;
    margin: 0 auto;
  }

  .cf7-entry__control label {
    font-size: 13px;
  }

  .support__title-line.is-center {
    padding: 12px 26px;
  }

  .workbalance__title-line + .workbalance__title-line {
     margin-top: 0;
  }

  .workbalance__title {
    line-height: 44px;
  }

  .workbalance__calendar img {
    width: 100%;
  }

  .about-row--reason .about-row__media{
  justify-self: end;
  max-width: 100%;
  }

  .about-row__image_bottom {
    max-width: 100%;
    width: 97%;
  }

  .cf7-entry__grid-item {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 0px;
    padding-left: 20px;
  }

  .entry-box__illust {
    position: absolute;
    right: 20px;
    bottom: 10px;
  }

  .about__inner{
    padding: 0 0 0 5%;
  }

  .sp-none {
    display: none!important;
  }
}

/* =========================
  SP MENU
========================= */
.spmenu{
  position: fixed;
  inset: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity .3s ease, transform .3s ease;
}

.spmenu.is-open{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.spmenu__list{
  margin-top: 28px;
  padding: 0 24px;
  list-style: none;
  text-align: center;
}

.spmenu__list li{
  margin-bottom: 20px;
}

.spmenu--ai {
  padding: 32% 0 2%;
  margin: 0 auto;
  max-width: 301px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  gap: 13px;
}

.spmenu__list a{
  font-size: 18px;
  color: #6b4a2d;
  text-decoration: none;
}

.spmenu__entry a{
  display: inline-block;
  margin-top: 24px;
  padding: 14px 32px;
  background: linear-gradient(90deg,#f8b2d2,#e0006f);
  color: #fff;
  border-radius: 999px;
}

.spmenu-bottom {
  text-align: center;
  background: #FCF4F6;
  padding: 20px 0;
  width: 100%;
  margin-top: 50px;
}

.spmenu-bottom .site-footer__logo img {
  width: 100%;
  max-width: 165px;
  height: auto;
  margin: 0 auto 24px;
  display: block;
}

.spmenu-bottom .site-footer__tel {
  font-size: 29px;
  margin: 0 0 23px 0;
}

.spmenu-bottom .site-footer__btn a {
  border: none;
  color: #EB6BA5;
  background: #fff;
  font-size: 15px;
}

.spmenu-bottom .site-footer__btn a::after {
  content: "▶";
  font-size: 15px;
}

/* =========================
  BURGER BUTTON
========================= */
.header__burger{
  position: relative;
  width: 54px;
  height: 47px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.header__burger span{
  position: absolute;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #e0006f;
  transition: transform .25s ease, opacity .2s ease;
}

.header__burger span:nth-child(1){
  top: 14px;
}

.header__burger span:nth-child(2){
  top: 21px;
}

.header__burger span:nth-child(3){
  top: 28px;
}

.header__burger.is-open span:nth-child(1){
  top: 21px;
  transform: rotate(45deg);
}

.header__burger.is-open span:nth-child(2){
  opacity: 0;
}

.header__burger.is-open span:nth-child(3){
  top: 21px;
  transform: rotate(-45deg);
}


@media (min-width: 768px){
  .spmenu,
  .header__burger{
    display: none;
  }
 }


.js-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}

.js-reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.cf7-entry__agree {
  margin-top: 14px;
  text-align: center;
  font-weight: 700;
  padding: 0px 0 30px 0;
}

/*thanks*/

.thanks_cont01 {
  width: 92%;
  margin: 0 auto;
  padding-top: 8rem;
}

@media screen and (min-width: 751px){
  .thanks_cont01 {
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
    padding-top: 8rem;
    line-height: 1.6;
  }
}
/* チャットボット追従バナー*/
.fixed-chatbot {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  width: 320px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fixed-chatbot.is-visible {
  opacity: 1;
  visibility: visible;
}

.fixed-chatbot img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  border-radius: 10px;
}

.fixed-chatbot:hover {
  opacity: 0.8;
}

/* スマホ用 */
@media (max-width: 768px) {
  .fixed-chatbot {
    width: 240px;
    max-width: 60%;
    bottom: 20px;
    right: 10px;
  }
}
