/* ---------------------------------------------------------
    page_ttl
--------------------------------------------------------- */
.page_ttl {
  margin-top: 100px;
  font-size: 32px;
  color: #f48f9f;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.page_ttl .en {
  font-family: "Belleza", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

@media (max-width: 767px) {
  .page_ttl {
    margin-top: 70px;
    font-size: 28px;
    gap: 10px;
  }
}

/* ---------------------------------------------------------
    sect_message
--------------------------------------------------------- */
.sect_message {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
}

.sect_message .image_cont {
  width: 100%;
}

.sect_message .cont .sect_ttl {
  display: block;
  font-size: 26px;
  letter-spacing: .28rem;
  line-height: 1;
  font-weight: 400;
  padding-left: 0;
  margin-bottom: 8px;
  color: #f48f9f;
}

.sect_message .cont .sect_ttl span {
  position: relative;
  display: inline-block;
  margin-bottom: 26px;
}

.sect_message .cont .sect_ttl span::before {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #f48f9f;
  position: absolute;
  bottom: -8px;
}

.sect_message .cont .sentence {
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
  text-align: justify;
}

@media (max-width: 767px) {
  .sect_message {
    margin-top: 70px;
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

/* ---------------------------------------------------------
    sect_recruitment
--------------------------------------------------------- */
.sect_recruitment {
  max-width: 700px;
  margin: 80px auto 0;
}

.sect_recruitment .sect_ttl {
  color: #f48f9f;
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  font-size: 24px;
  letter-spacing: .14rem;
  font-weight: 500;
  line-height: 1.5;
}

.sect_recruitment .sect_ttl::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 14px;
}

.sect_recruitment .recruitment_list .item {
  border-top: 1px solid #d7d7d7;
}

.sect_recruitment .recruitment_list .item .link {
  display: block;
  color: #696969;
  font-size: 18px;
  text-decoration: none;
  padding: 20px 20px 24px 20px;
  border-bottom: 1px solid #d7d7d7;
  background: url(../images/recruit/icon_circle_allow.svg) no-repeat right 1rem center;
  background-size: 28px auto;
  cursor: pointer;
  transition: all .2s;
}

.sect_recruitment .recruitment_list .item .link:hover {
  color: #f48f9f;
}

/* ---------------------------------------------------------
    sect_entry
--------------------------------------------------------- */
.sect_entry {
  max-width: 700px;
  margin: 80px auto 0;
}

.sect_entry .sect_ttl {
  color: #f48f9f;
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  font-size: 24px;
  letter-spacing: .14rem;
  font-weight: 500;
  line-height: 1.5;
}

.sect_entry .sect_ttl::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 14px;
}

.sect_entry .sentence {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 15px;
}

.sect_entry .primary_btn {
  width: fit-content;
  padding: 15px 35px;
  border: 4px solid #F5E9F3;
  border-radius: 100px;
  background: #f48f9f;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .3s;
}

.sect_entry .primary_btn:hover {
  background: #fff;
  border: 4px solid #f48f9f;
}

.sect_entry .primary_btn:hover .text {
  color: #f48f9f;
}

.sect_entry .primary_btn .link {
  position: absolute;
  inset: 0;
}

.sect_entry .primary_btn .text {
  font-size: 14px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.sect_entry .contact {
  margin-top: 40px;
}

.sect_entry .contact strong {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
}

.sect_entry .contact .sentence .link {
  color: #f48f9f;
}

.sect_entry .contact .sentence .link:hover {
  text-decoration: none;
}
