.main{
  background-color:#FFFAEF;
  padding-top:12rem;
  padding-bottom:10rem;
}

/* キービジュアル */
.key__visual {
  margin-bottom: 5.5rem;
}

.mainvisual {
  margin-bottom: 5.5rem;
}

.key__visual img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}

.recruit-title-box {
  width: 134rem;
  height: 9.7rem;
  margin: 0 auto;
  background-image: url('../img/recruit/recruit_title_img.png');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom:6rem;
}

.recruit-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: calc(51 / 35);
  color: #2381B6;
}

.recruit-title img {
  width: 5.6rem;
  height: auto;
  margin-right: 1rem;
  object-fit: contain;
}

/* 共通パーツ */
.recruit-section{
  width:113rem;
  margin:0 auto 5rem;
}
.recruit-section__title{
  font-size:3rem;
  font-weight:normal;
  padding-left:3rem;
  position:relative;
  margin-bottom:3rem;
}
.recruit-section__title::before{
  content:'';
  display:block;
  width:1rem;
  height:3rem;
  background-color:#2381B6;
  position:absolute;
  top:0.5rem;
  left:0;
}
.recruit-section__content{
  width:113rem;
  padding:5rem;
  margin:0 auto;
  display:flex;
  gap:4rem;
  background-color:white;
  border-radius:3rem;
  box-shadow: 0 0.3rem 0.6rem #00000029;
}
.recruit-section__content-img{
  margin-bottom:2rem;
}
.recruit-section__content-img img{
  width:54.5rem;
  height:33.6rem;
  border-radius:3rem;
}
.recruit-section__text{
  font-size:1.6rem;
  line-height:calc(26 / 16);
}
.recruit-section__list{
  font-size:1.6rem;
  line-height:calc(26 / 16);

}
.recruit-section__list li{
  position: relative;
  padding-left: 1.8rem;
  margin-bottom:1.2rem;
}

.recruit-section__list li::before{
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-section__name{
  font-size:2rem;
}

/* 数字で見る時津北保育園 */
.date {
  width: 113rem;
  margin: 0 auto 5rem;
}

.date__inner {
  padding: 5rem;
  border-radius:3rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.6rem #00000029;
}

.date__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9rem;
  margin-bottom: 2rem;
  padding: 4.5rem 5.5rem 4rem;
  background-color: #EEF5F7;
}

.date__average,
.date__breakdown {
  display: flex;
  align-items: center;
}

.date__average {
  gap: 4rem;
}

.date__average-text {
  flex-shrink: 0;
  color: #555;
}

.date__average-text h2,
.date__breakdown h2 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.date__average-text h2 {
  margin-bottom: 2rem;
}

.date__average-text p {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.date__average-text span {
  font-size: 6.4rem;
  letter-spacing: 0.08em;
}

.date__average-img {
  width: 24rem;
}

.date__breakdown {
  gap: 2rem;
}

.date__breakdown h2 {
  color: #555;
}

.date__breakdown-img {
  width: 23rem;
}

.date__average-img img,
.date__breakdown-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.date__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.date__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 31.2rem;
  padding: 2rem;
  background-color: #EEF5F7;
}

.date__item img {
  width: 100%;
  max-height: 27rem;
  object-fit: contain;
}

.date__item--mama {
  justify-content: flex-start;
  padding-top: 2rem;
}

.date__item-title {
  margin-bottom: 0.8rem;
  color: #555;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
}

.date__item-percent {
  margin-bottom: 0.8rem;
  color: #555;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.date__item--mama img {
  width: 16rem;
  max-height: 15rem;
}

/* 求人について */
.recruit-section__right-title{
  font-size:2.5rem;
  color:#f6ad3c;
  margin-bottom:2.6rem;
}
.offering__list{
  display:flex;
  gap:1.2rem 5rem;
  margin-bottom:3rem;
  flex-wrap:wrap;
  width:20rem;
}
.offering__list li{
  margin-bottom:0;
}
.recruit-section__btn{
  width:24rem;
  height:4.5rem;
  display:block;
  background-color:#f6ad3c;
  color:white;
  border-radius:2.3rem;
  box-shadow: 0 0.3rem 0.6rem #00000029;
  font-size:1.6rem;
  text-align:center;
  padding:1rem 0;
}

@media screen and (max-width:699.98px) {
  .main {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  .key__visual {
    margin-bottom: 5.5rem;
  }

  .mainvisual {
    margin-bottom: 3rem;
  }

  .key__visual img {
    width: 37.5rem;
    height: 26.5rem;
    object-fit: cover;
  }

  .recruit-title-box {
    width: 35.5rem;
    height: 3.3rem;
    margin-bottom: 0;
    background-image: url('../img/recruit/recruit_title_img_sp.png');
    background-size: 100% auto;
  }

  .recruit-title {
    font-size: 2rem;
    line-height: calc(29 / 20);
  }

  .recruit-title img {
    width: 3.6rem;
    height:auto;
  }

  .recruit-section {
    width: 33.5rem;
    margin: 0 auto 5rem;
  }

  .recruit-section__title {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    font-size: 2rem;
    line-height: calc(29 / 20);
  }

  .recruit-section__title::before {
    width: 0.8rem;
    height: 2rem;
    top: 0.4rem;
  }

  .recruit-section__content {
    display: block;
    width: 33.5rem;
    padding: 1.5rem 1.5rem 3.5rem;
    border-radius: 3rem;
  }

  .recruit-section__content-left {
    margin-bottom: 2rem;
  }

  .recruit-section__content-img {
    margin-bottom: 1.5rem;
  }

  .recruit-section__content-img img {
    width: 30.5rem;
    height: 18.8rem;
    border-radius: 3rem;
    object-fit: cover;
  }

  .recruit-section__name {
    font-size: 1.6rem;
  }

  .recruit-section__text,
  .recruit-section__list {
    font-size: 1.5rem;
    line-height: calc(24 / 15);
  }

  .recruit-section__list li {
    margin-bottom: 1rem;
  }

  .date {
    width: 33.5rem;
    margin: 0 auto 5rem;
  }

  .date__inner {
    padding: 1.5rem;
    border-radius: 3rem;
  }

  .date__top {
    display: block;
    margin-bottom: 1.5rem;
    padding: 2rem 1.5rem;
  }

  .date__average,
  .date__breakdown {
    display: block;
    text-align: center;
  }

  .date__average {
    margin-bottom: 3rem;
  }

  .date__average-text h2,
  .date__breakdown h2 {
    font-size: 2.6rem;
  }

  .date__average-text h2 {
    margin-bottom: 1.2rem;
  }

  .date__average-text p {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }

  .date__average-text span {
    font-size: 4rem;
  }

  .date__average-img {
    width: 16rem;
    margin: 0 auto;
  }

  .date__breakdown h2 {
    margin-bottom: 1.5rem;
  }

  .date__breakdown-img {
    width: 20rem;
    margin: 0 auto;
  }

  .date__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .date__item {
    min-height: auto;
    padding: 2rem 1.5rem;
  }

  .date__item img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 22rem;
  }

  .date__item--mama {
    padding-top: 2rem;
  }

  .date__item-title {
    font-size: 2.6rem;
  }

  .date__item-percent {
    font-size: 3.6rem;
  }

  .date__item--mama img {
    width: 15rem;
    max-height: 14rem;
  }

  .recruit-section__right-title {
    font-size: 2rem;
    line-height: calc(30 / 20);
    text-align: center;
  }

  .offering__list {
    justify-content: center;
    width: 100%;
    gap: 1rem 2rem;
    flex-wrap:nowrap;
    flex-direction:column;
  }

  .recruit-section__btn {
    margin: 0 auto;
  }
}
