/* ---------------------------------------------------------
    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;
  text-align: center;
}

.sect_message h2 {
  text-align: center;
  font-size: 26px;
  letter-spacing: .32rem;
  line-height: 1.6;
  color: #f48f9f;
  margin-bottom: 20px;
  font-weight: 300;
}

.sect_message .message {
  max-width: 600px;
  margin: auto;
  display: inline-block;
  text-align: left;
  line-height: 2;
  font-size: 15px;
}

@media (max-width: 767px) {
  .sect_message {
    margin-top: 70px;
  }
}

/* ---------------------------------------------------------
    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 dl {
  display: flex;
}

.sect_recruitment .recruitment_list .item dl dt {
  width: 24%;
  padding: 30px 2%;
  border-bottom: 1px solid #f48f9f;
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1.4;
}

.sect_recruitment .recruitment_list .item dl dt:first-of-type {
  border-top: 1px solid #f48f9f;
}

.sect_recruitment .recruitment_list .item dl dd {
  width: 76%;
  padding: 30px 4%;
  border-bottom: 1px solid #E5E5E5;
  line-height: 1.65;
}

.sect_recruitment .recruitment_list .item dl dd:first-of-type {
  border-top: 1px solid #E5E5E5;
}

/* ---------------------------------------------------------
    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;
}

/* ---------------------------------------------------------
    b_area
--------------------------------------------------------- */
.b_area {
  padding: 40px;
  border-top: 1px solid #707070;
  margin-top: 40px;
}

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

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

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

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

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