@charset "UTF-8";
.p-single {
  position: relative;
}

.p-single_head {
  margin: 0;
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  padding-top: 4em;
  gap: 1.5em;
  padding-bottom: 2em;
}
@media screen and (max-width: 1000px) {
  .p-single_head {
    padding: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-single_head {
    padding: 1.5em;
  }
}
.p-single_head .p-single_nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-single_head .p-single_nav .-prev {
    display: none;
  }
}
.p-single_head .p-single_nav .-sns {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.p-single_head .p-single_nav .-sns span {
  color: #fff;
}
.p-single_head .p-single_nav .-sns button {
  background: transparent;
  padding: 0;
  margin: 0;
  color: #fff;
}
.p-single_head .p-single_head_visual {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.p-single_head .p-single_head_title {
  font-size: 3.2rem;
  color: #807266;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-single_head .p-single_head_title {
    font-size: 2.4rem;
  }
}
.p-single_head .p-single_head_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
}
.p-single_head .p-single_head_tags a {
  line-height: 1;
  padding: 0.5em 1em;
  color: #807266;
  border-radius: 50px;
  background: rgba(189, 164, 142, 0.25);
}
@media screen and (max-width: 767px) {
  .p-single_head .p-single_head_tags a {
    font-size: 1.3rem;
  }
}

.p-single_head_bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  overflow: hidden;
}
.p-single_head_bg img {
  transform: scale(1.5);
  filter: blur(18px);
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .p-single_head_bg img {
    height: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .p-single_head_bg img {
    height: 70vw;
  }
}

.p-single_company_anchor {
  display: flex;
  max-width: 768px;
  margin: 0 auto;
  border: 1px solid #ddd;
  padding: 1em;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  .p-single_company_anchor {
    margin: 0 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-single_company_anchor {
    margin: 0 1.5em;
  }
}
.p-single_company_anchor .p-single_company_anchor_name {
  display: flex;
  align-items: center;
  gap: 1em;
}
.p-single_company_anchor img {
  width: 42px;
  height: auto;
}
.p-single_company_anchor p {
  font-size: 1.5rem;
  font-weight: bold;
}

.p-single_content {
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .p-single_content {
    padding: 0 1.5em;
  }
}
.p-single_content .p-single_content_wrap {
  max-width: 768px;
  margin: 2em auto;
}
.p-single_content h2 {
  font-size: 2.4rem;
  color: #FB9BA3;
  font-weight: bold;
  margin: 1em 0;
  padding-top: 1.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-single_content h2 {
    font-size: 2rem;
  }
}
.p-single_content p {
  margin-bottom: 1em;
  color: #2E2E2E;
  font-size: 1.6rem;
}
.p-single_aside {
  padding: 4em 2em;
}
@media screen and (max-width: 767px) {
  .p-single_aside {
    padding: 4em 1.5em;
  }
}
.p-single_aside.-first {
  padding: 0em 2em 0;
}
@media screen and (max-width: 767px) {
  .p-single_aside.-first {
    padding: 0em 1.5em 0;
  }
}
.p-single_aside .p-single_aside_wrap {
  max-width: 768px;
  margin: 2em auto;
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .p-single_aside .p-single_aside_wrap {
    flex-flow: column;
  }
}
.p-single_aside .p-single_aside_recruit_wrap {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 2em;
}
.p-single_aside .p-single_aside_recruit {
  background-color: #FFF3F4;
  border-radius: 8px;
  padding: 1.5em;
}
.p-single_aside .p-single_aside_recruit h3 {
  color: #FB9BA3;
  font-weight: bold;
  font-size: 2rem;
}
.p-single_aside .p-single_aside_recruit h4 {
  color: #807266;
  font-size: 1.8rem;
}
.p-single_aside .p-single_aside_recruit p {
  color: #807266;
  font-size: 1.3rem;
}
.p-single_aside .p-single_aside_recruit .p-single_aside_recruit_entry {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
}
.p-single_aside .p-single_aside_recruit a {
  background-color: #FB9BA3;
  border-radius: 80px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1em 1.5em;
}
.p-single_aside .p-single_aside_company {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  flex-flow: column;
}
.p-single_aside .p-single_aside_company.-recruit {
  background-color: #F7F4F1;
  border: none;
}
.p-single_aside .p-single_aside_company.-recruit .p-single_aside_company_name {
  border-bottom: none;
  padding-bottom: 0;
}
.p-single_aside .p-single_aside_company.-recruit .p-single_aside_company_name.-first {
  padding-bottom: 1.5em;
}
.p-single_aside .p-single_aside_company .entry-thumbnail img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}
.p-single_aside .p-single_aside_company .p-single_aside_title {
  padding: 1.5rem 2rem 0;
  font-weight: bold;
  color: #807266;
}
.p-single_aside .p-single_aside_company .p-single_aside_company_name {
  display: flex;
  gap: 1em;
  padding: 1.5em;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.p-single_aside .p-single_aside_company .p-single_aside_company_name img {
  width: 32px;
  height: auto;
}
.p-single_aside .p-single_aside_company .p-single_aside_company_name h2 {
  font-weight: bold;
}
.p-single_aside .p-single_aside_company .p-single_aside_company_detail {
  display: flex;
  flex-flow: column;
  margin: 0;
  padding: 1.5em;
}
.p-single_aside .p-single_aside_company .p-single_aside_company_detail dt {
  margin: 0;
  padding: 0;
  color: #FB9BA3;
  font-weight: bold;
  font-size: 1.3rem;
}
.p-single_aside .p-single_aside_company .p-single_aside_company_detail dd {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  color: #807266;
  padding-bottom: 1em;
}
.p-single_aside .p-single_aside_company .p-single_aside_company_desp {
  padding: 0 1.5em 1em;
}
.p-single_aside .p-single_aside_company .p-single_aside_company_desp p {
  color: #807266;
  font-size: 1.2rem;
}
.p-single_aside .p-single_aside_company .p-single_aside_company_link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5em;
}
.p-single_aside .p-single_aside_company .p-single_aside_company_link a {
  color: #fff;
  border-radius: 80px;
  background-color: #BDA48E;
  line-height: 1;
  padding: 1em 2em;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-single_aside .p-single_aside_banners {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 1em;
}
.p-single_aside .p-single_aside_banners a img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.p-single_relation {
  background-color: #EFE8E3;
  padding: 4em 2em 5em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-single_relation {
    padding: 4em 1.5em 5em;
  }
}
.p-single_relation h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 1em;
  color: #807266;
}
.p-single_relation .p-single_relation_list {
  display: flex;
  justify-content: center;
  gap: 2em;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-single_relation .p-single_relation_list {
    flex-flow: column;
  }
}
.p-single_relation .p-single_relation_item {
  width: 30%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-single_relation .p-single_relation_item {
    width: 100%;
  }
}
.p-single_relation .p-single_relation_item_thumb {
  width: 100%;
}
.p-single_relation .p-single_relation_item_thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-single_relation .p-single_relation_item_title {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-single_relation .p-single_relation_item_title {
    font-size: 1.6rem;
  }
}
.p-single_relation .p-single_relation_item_company {
  display: flex;
  gap: 1em;
  padding: 1em;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .p-single_relation .p-single_relation_item_company {
    font-size: 1.4rem;
  }
}
.p-single_relation .p-single_relation_item_company img {
  width: 32px;
  height: auto;
}

.contactForm h1 {
  color: #807266;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid #EFE8E3;
}
.contactForm .Form {
  /* 全体のフォーム */
  /* 項目ラップ */
  /* ラベル */
  /* 必須ラベル */
  /* 入力・セレクト・テキストエリア共通 */
  /* 電話番号3分割用 */
  /* テキストエリア */
  /* ボタン */
  /* 質問ラベルだけちょっと違うデザイン */
  /* スマホ対応 */
}
.contactForm .Form form {
  max-width: 768px;
  margin: 2rem auto;
  padding: 2em;
  background: #F7F4F1;
  border-radius: 16px;
  font-family: "Helvetica Neue", sans-serif;
}
.contactForm .Form .Form-Item {
  margin-bottom: 1.8rem;
}
.contactForm .Form .Form-Item p {
  display: flex;
  gap: 0.5em;
}
.contactForm .Form .Form-Item-Label {
  font-weight: bold;
  margin-bottom: 0.4rem;
  color: #333;
  font-size: 1.6rem;
}
.contactForm .Form .Form-Item-Label-Required {
  background: #e63946;
  color: #fff;
  padding: 0.2em 0.5em;
  font-size: 1.4rem;
  border-radius: 4px;
  margin-right: 0.4em;
}
.contactForm .Form .Form-Item-Input,
.contactForm .Form .Form-Item-Textarea,
.contactForm .Form .Form-Item select {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.contactForm .Form .Form-Item-Input:focus,
.contactForm .Form .Form-Item-Textarea:focus,
.contactForm .Form .Form-Item select:focus {
  outline: none;
  border-color: #4e88ff;
  box-shadow: 0 0 0 3px rgba(78, 136, 255, 0.2);
}
.contactForm .Form .mwform-tel-field {
  display: flex;
  gap: 0.5rem;
}
.contactForm .Form .mwform-tel-field input {
  flex: 1;
}
.contactForm .Form .Form-Item-Textarea {
  resize: vertical;
}
.contactForm .Form .Form-Btn {
  display: block;
  width: 100%;
  background-color: #FB9BA3;
  color: #fff;
  padding: 1.5rem 1rem;
  border: none;
  font-size: 1.6rem;
  border-radius: 8px;
  cursor: pointer;
}
.contactForm .Form .Form-Item-Label.isMsg {
  color: #2a2a2a;
}
@media (max-width: 600px) {
  .contactForm .Form .Form-Btn {
    font-size: 1.6rem;
  }
}

.privacy {
  display: flex;
  flex-flow: column;
  gap: 2rem;
  padding: 2em;
}
.privacy h2 {
  color: #807266;
  text-align: center;
}
.privacy .privacy_box {
  background: #F7F4F1;
  border-radius: 16px;
  padding: 3rem;
  font-size: 1.1rem;
  max-width: 768px;
  margin: 0 auto;
}/*# sourceMappingURL=single.css.map */