@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
/*
ABOUT
*/
.p-info .c-stick--bird {
  right: 80px;
  top: -50px;
}
@media (max-width: 767px) {
  .p-info .c-stick--bird {
    right: 20px;
    top: -70px;
  }
}

.p-philo__content {
  position: relative;
}
.p-philo__title {
  font-weight: bold;
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-philo__title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.p-philo__text {
  font-size: 1.8rem;
  line-height: 2.3333333333em;
}
@media (max-width: 767px) {
  .p-philo__text {
    font-size: 1.5rem;
  }
}
.p-philo__pic {
  width: 520px;
  position: absolute;
  left: 620px;
  top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-philo__pic {
    position: static;
    left: 0;
    width: 100%;
  }
}
.p-philo__logo {
  width: 210px;
  position: absolute;
  right: 0;
  bottom: -160px;
}
@media (max-width: 767px) {
  .p-philo__logo {
    width: 105px;
    bottom: -80px;
  }
}

.p-greeting__block {
  position: relative;
  padding-right: 340px;
}
@media (max-width: 767px) {
  .p-greeting__block {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .p-greeting__title {
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
}
.p-greeting__pic {
  width: 300px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .p-greeting__pic {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-greeting__pic img {
  border-radius: 80px;
  border: 2px solid #222;
}
.p-greeting .c-stick--bird-3 {
  left: 20px;
  top: -50px;
}
@media (max-width: 767px) {
  .p-greeting .c-stick--bird-3 {
    display: none;
  }
}
.p-greeting .c-stick--butter-leaf {
  right: 20px;
  bottom: -90px;
}
@media (max-width: 767px) {
  .p-greeting .c-stick--butter-leaf {
    bottom: -120px;
  }
}

.p-coop {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .p-coop {
    padding-bottom: 100px;
  }
}
.p-coop__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .p-coop__title {
    font-size: 1.8rem;
    line-height: 1.5em;
    margin-bottom: 1em;
    text-wrap: initial;
  }
}
.p-coop__note {
  position: relative;
  font-size: 1.8rem;
  line-height: 2.3333333333em;
}
@media (max-width: 767px) {
  .p-coop__note {
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-coop .c-stick--rabbit {
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .p-coop .c-stick--rabbit {
    top: auto;
    bottom: -130px;
  }
}
.p-coop .c-stick--hiyoko {
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .p-coop .c-stick--hiyoko {
    top: auto;
    bottom: -130px;
  }
}

/*
LIFE
*/
.p-book__pics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .p-book__pics {
    grid-gap: 10px;
    margin-top: 30px;
  }
}
.p-book__pics img {
  border-radius: 80px;
  border: 2px solid #222;
}
@media (max-width: 767px) {
  .p-book__pics img {
    border-radius: 40px;
  }
}

.p-flow__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 23px;
  padding-bottom: 23px;
}
.p-flow__item:last-child {
  border-bottom: none;
}
.p-flow__time {
  font-size: 2.4rem;
  font-weight: bold;
  flex: 0 0 128px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-flow__time {
    font-size: 1.8rem;
    flex: 0 0 80px;
  }
}
.p-flow__clock {
  flex: 0 0 109px;
  width: 109px;
}
@media (max-width: 767px) {
  .p-flow__clock {
    flex: 0 0 54px;
    width: 54px;
  }
}
.p-flow__content {
  position: relative;
  flex: 1;
  padding-left: 22px;
}
.p-flow__title {
  font-size: 1.8rem;
  line-height: 2em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-flow__title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-flow__stuff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .p-flow__stuff-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
.p-flow__stuff {
  border: 2px solid #222;
  border-radius: 50px;
  margin-top: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .p-flow__stuff {
    border-radius: 25px;
    padding: 0 20px;
  }
}
.p-flow__stuff-title {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2em;
  margin-bottom: 0px;
}
.p-flow .c-stick--bird-4 {
  right: 150px;
  bottom: 0;
}
@media (max-width: 767px) {
  .p-flow .c-stick--bird-4 {
    right: 0;
    bottom: -15px;
  }
}
.p-flow .c-stick--apron {
  right: 50px;
  bottom: -100px;
}
@media (max-width: 767px) {
  .p-flow .c-stick--apron {
    right: 0;
    bottom: -60px;
  }
}
.p-flow .c-stick--veg {
  right: 250px;
  bottom: -30px;
}
.p-flow .c-stick--pancake {
  right: 50px;
  bottom: -30px;
}
.p-flow .c-stick--butter {
  right: 250px;
  top: 100px;
}
.p-flow .c-stick--ladybug {
  right: 20px;
  top: 150px;
}
.p-flow .c-stick--bug-2 {
  right: 70px;
  bottom: 0px;
}
@media (max-width: 767px) {
  .p-flow .c-stick--bug-2 {
    bottom: -10px;
  }
}
.p-flow .c-stick--bird-2 {
  left: 70px;
  top: -50px;
}
@media (max-width: 767px) {
  .p-flow .c-stick--bird-2 {
    top: -40px;
  }
}

.p-event {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .p-event {
    padding-bottom: 100px;
  }
}
.p-event__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-event__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.p-event__item {
  background: #fff;
  border-radius: 50px;
  border: 2px solid #222;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-event__item {
    border-radius: 25px;
    padding: 10px;
  }
}
.p-event__title {
  text-align: center;
}
.p-event__text {
  text-align: center;
}
@media (max-width: 767px) {
  .p-event__text {
    text-align: left;
  }
}
.p-event .c-stick--butter {
  left: 30%;
  bottom: -15px;
  transform: scale(0.7);
}
@media (max-width: 767px) {
  .p-event .c-stick--butter {
    left: -20px;
  }
}
.p-event .c-stick--bird {
  right: -30px;
  bottom: -15px;
  transform: scale(0.7);
}
@media (max-width: 767px) {
  .p-event .c-stick--bird {
    right: -20px;
  }
}
.p-event .c-stick--kinoko {
  left: 50px;
  bottom: -20px;
}

/*
FACILITY
*/
.p-fac {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .p-fac {
    padding-bottom: 100px;
  }
}
.p-fac__gall {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.p-fac .c-stick--hiyoko {
  left: 20px;
  bottom: 10px;
}
.p-fac .c-stick--rabbit {
  right: 20px;
  bottom: 10px;
}
.p-fac .c-stick--butter {
  right: 30px;
  top: -20px;
}
.p-fac .c-stick--book-2 {
  left: 30px;
  bottom: 20px;
}
.p-fac .c-stick--bird-4 {
  right: 80px;
  top: -50px;
}
.p-fac .c-stick--cloud-2 {
  left: -20px;
  bottom: 20px;
}
.p-fac .c-stick--apron {
  right: -20px;
  top: 0px;
}
.p-fac .c-stick--veg {
  left: -20px;
  bottom: 30px;
}
.p-fac .c-stick--bird-2 {
  left: 40px;
  top: -45px;
}
.p-fac .c-stick--kurumi {
  right: 20px;
  bottom: 50px;
}

/*
ENTRY
*/
.p-ent__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 50px auto;
  border-top: 1px solid #e1e1e1;
}
.p-ent__table tr {
  border-bottom: 1px solid #e1e1e1;
}
.p-ent__table th {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 25px 10px;
}
.p-ent__table td {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 25px 10px;
  position: relative;
}
.p-ent .c-stick--bird {
  right: 100px;
  top: -50px;
  transform: scale(0.7);
}

.p-ins .c-stick--bug-2 {
  right: 400px;
  bottom: -90px;
}
.p-ins .c-stick--logo {
  right: 100px;
  bottom: -150px;
}

.p-entryflow .c-title-2 + p.c-lead {
  margin-top: 40px;
}
.p-entryflow .c-link {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.p-qna {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .p-qna {
    padding-bottom: 100px;
  }
}
.p-qna .c-stick--cloud-l {
  left: 0;
  top: 40px;
}
@media (max-width: 767px) {
  .p-qna .c-stick--cloud-l {
    left: -30px;
  }
}
.p-qna .c-stick--cloud-r {
  right: 0;
  top: -40px;
}
@media (max-width: 767px) {
  .p-qna .c-stick--cloud-r {
    right: -30px;
  }
}
.p-qna .c-stick--bird-3 {
  left: 240px;
  top: -55px;
}
@media (max-width: 767px) {
  .p-qna .c-stick--bird-3 {
    top: -45px;
  }
}
.p-qna .c-stick--butter {
  right: 140px;
  top: -45px;
}

/*
RECRUIT
*/
.p-rec {
  padding-top: 100px;
}
.p-rec__box {
  background: #fff;
  border-radius: 80px;
  border: 2px solid #222;
  padding: 35px;
}
@media (max-width: 767px) {
  .p-rec__box {
    border-radius: 40px;
  }
}
.p-rec .c-title-2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.p-voice {
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .p-voice {
    padding-bottom: 100px;
  }
}
.p-voice .c-col {
  margin-bottom: 70px;
}
.p-voice .c-stick--bird-3 {
  left: 40px;
  top: -50px;
}
.p-voice .c-stick--butter {
  right: 40px;
  top: 350px;
}

/*
CONTACT
*/
.p-access__map {
  max-width: 800px;
  margin: 0 auto 65px;
  position: relative;
  border-radius: 80px;
  border: 2px solid #222;
  line-height: 0;
}
@media (max-width: 767px) {
  .p-access__map {
    border-radius: 40px;
  }
}
.p-access__map iframe {
  width: 100%;
  border-radius: 80px;
}
@media (max-width: 767px) {
  .p-access__map iframe {
    border-radius: 40px;
  }
}
.p-access .c-stick--cloud-1 {
  right: -100px;
  top: 5px;
}
.p-access .c-stick--cloud-2 {
  left: -130px;
  top: -25px;
}
.p-access__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 75px auto 30px;
  border-top: 1px solid #e1e1e1;
}
.p-access__table tr {
  border-bottom: 1px solid #e1e1e1;
}
.p-access__table th {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 25px 10px;
  text-align: left;
  width: 125px;
}
.p-access__table td {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 25px 10px;
  position: relative;
}
.p-access .c-stick--bird {
  right: 100px;
  top: -50px;
}
.p-access .c-stick--bug-2 {
  right: 300px;
  bottom: -90px;
}
@media (max-width: 767px) {
  .p-access .c-stick--bug-2 {
    right: auto;
    left: 30px;
    bottom: -60px;
  }
}

.p-contact {
  padding-bottom: 250px;
}
@media (max-width: 767px) {
  .p-contact {
    padding-bottom: 100px;
  }
}
.p-contact .c-stick--cloud-1 {
  right: 10px;
  top: -45px;
}
.p-contact .c-stick--cloud-2 {
  left: 0px;
  top: 65px;
}
@media (max-width: 767px) {
  .p-contact .c-stick--cloud-2 {
    left: -50px;
  }
}
.p-contact__box {
  background: #fff;
  border-radius: 80px;
  max-width: 800px;
  margin: 60px auto 0;
  border: 2px solid #222;
  padding: 65px;
  position: relative;
}
@media (max-width: 767px) {
  .p-contact__box {
    border-radius: 40px;
    padding: 25px 20px;
  }
}
.p-contact .c-stick--bird-3 {
  left: 30px;
  top: -50px;
}
@media (max-width: 767px) {
  .p-contact .c-stick--bird-3 {
    top: -45px;
  }
}
.p-contact .c-stick--butter {
  right: 30px;
  bottom: -20px;
}
