:root {
  --color_bg_base: #ffcfa8;
}

/* 基本設定 */
.p-sections h3 { margin: 1rem 0; }


/* 角丸設定 */
.br-20 {
  border-radius: 20px;
  overflow: hidden;
}
.br-50 {
  border-radius: 50px;
  overflow: hidden;
}
.br-top-50 {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}
.gap-50 { gap: 50px !important; }

/* メインビジュアル */
.p-mainVisual__slide { position: relative; }
.c-pageTitle { padding-top: 35px; }

@media screen and (max-width: 767px) {
  .home .l-mainContent__inner { padding-top: 35px; }
  .c-pageTitle { padding-top: 65px; }
  .top_title_area { padding-top: 70px; }
  .is-style-section_ttl { font-size: 1rem !important; }
}

.p-mainVisual__slideTitle {
  font-size: 4.5rem !important;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .p-mainVisual__slideTitle { font-size: 2.5rem !important; }
}

.p-mainVisual__textLayer { justify-content: flex-end; }

.p-mainVisual__imgLayer img {
  width: 100% !important;
  margin-left: auto;
  box-shadow: 0 0 10px #44444442;
}

.p-mainvisual-en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2rem;
}

/* ページタイトル */
.c-pageTitle {
  border-bottom: none !important;
}

.c-pageTitle__inner {
  background: var(--color_bg_base);
  padding: 20px 30px !important;
  border-radius: 50px;
  border-bottom: none !important;
  width: 100% !important;
}

/* ヘッダー */
.l-fixHeader__inner {
  width: 100vw;
  max-width: 100vw;
}

.l-header {
  border-radius: 50px !important;
  width: 90vw;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) !important;
  z-index: 1000;
}

.c-gnav {
  transition: .3s ease-in-out;
}

.c-gnav a:hover {
  color: var(--color_main);
}

.l-header__inner {
  margin: 0 auto;
  max-width: 100vw;
}

.c-header-cta a {
  background: linear-gradient(to right, var(--color_main), var(--color_main_light)) !important;
}

.l-header, .l-fixHeader {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* 見出し */
.wp-block-heading {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

/* フッター */
.w-footer__box a:hover {
  color: #6799d6;
}

/* シャドウ */
.c-shadow {
  box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, 0.08);
}

/* ボタン */
.is-style-more_btn a, .wpcf7-submit {
  background: linear-gradient(to right, var(--color_main), var(--color_main_light));
  color: #fff !important;
  border-radius: 10px !important;
  font-size: 1.3rem;
  padding: 24px 20px !important;
  box-shadow: none;
  transition: 0.3s ease-in-out;
}

@media (max-width: 600px) {
  .is-style-more_btn a {
    min-width: 100%;
    max-width: 300px;
  }
}

.is-style-more_btn a:hover, .wpcf7-submit:hover {
  opacity: 0.6;
}

.is-style-more_btn a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color_main);
  border-right: 2px solid var(--color_main);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: 0.3s ease-in-out;
}

.is-style-more_btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  transition: 0.3s ease-in-out;
}

.is-style-more_btn:hover a:before {
  right: 8px;
}

.is-style-more_btn:hover a:after {
  right: 22px;
  transform: translateY(-50%) rotate(45deg);
}

/* ヘッダーCTA */
.c-header-cta a {
  background: var(--color_main) !important;
  color: #fff;
}

.c-header-cta {
  transition: 0.3s ease-in-out;
}

.c-header-cta:hover {
  opacity: 0.6;
  scale: 0.99;
}

/* CTA */
.p-cta {
  position: relative;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  background-image: var(--cta-bg-image);
    background-size: cover;
    background-position: center;
	
}

.p-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}

.p-cta > * {
  position: relative;
  z-index: 2;
}

/* ボックスシャドウ */
.box-shadow {
  box-shadow: 3px 3px 26px #e3e3e3;
  padding: 50px;
}

/* CTA ボタン */
.p-cta-btn a {
  padding: 80px;
  aspect-ratio: 1 / 1;
  border: solid 1px #fff;
  background: none;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-cta-btn a { padding: 20px; }
}

.p-cta-btn a:hover {
  opacity: 0.6;
  scale: 0.98;
}

/* その他要素 */
.c-catchphrase { width: 300px !important; }
.text-mc { color: #140200; }

.u-line {
  width: 200px;
  height: 1px;
  background-color: #fff;
}

.u-ata-entry .swell-block-button { max-width: 500px; }
.font-mincho { font-family: "Hiragino Mincho ProN"; }

/* フォローバナー */
.u-follow-banner-contact {
  position: fixed;
  bottom: 10px;
  left: 10px;
  transition: 0.3s ease;
  opacity: 0;
  animation: fade-in 1s 1s forwards;
  z-index: 30;
  display: flex;
  align-items: center;
}

.u-follow-banner-contact a {
  color: #fff;
  background-color: #000000;
  padding: 10px 25px;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  height: fit-content;
  transition: 0.2s ease-in-out;
}

.u-follow-banner-contact a:hover {
  opacity: 0.5;
  scale: 0.99;
}

.u-follow-banner {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  mix-blend-mode: difference;
  cursor: pointer;
  z-index: 20;
}

.u-follow-banner a:hover {
  text-shadow: 0 0 15px #fff;
  transition: 0.3s ease;
}

#pagetop:hover {
  box-shadow: 0 0 15px #fff;
  transition: 0.3s ease;
}

/* イントロデコレーション */
.p-intro-decoration {
  display: block;
  width: 80%;
  opacity: 0.3 !important;
}

.p-intro-decoration.vision {
  position: absolute;
  top: -70%;
  right: -10%;
}

.p-intro-decoration.service {
  position: absolute;
  top: -45%;
  left: -5%;
}

.u-follow-banner a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  writing-mode: vertical-rl;
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 1.5em 1em;
  border-radius: 10px 0 0 10px;
  transition: opacity 0.25s;
  z-index: 10;
}

.u-follow-banner a:hover { opacity: 0.7; }

.u-follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

.u-mb-0 { margin-bottom: 0 !important; }

/* スクロール */
.scroll {
  position: absolute;
  right: 5px;
  bottom: 25%;
  transform: rotate(90deg);
  letter-spacing: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.scroll span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.scroll span::before {
  content: "";
  width: var(--size);
  height: var(--size);
  border-radius: 30px;
  background-color: #ffffff;
  position: absolute;
  bottom: 50%;
  left: 110%;
  transform: translateY(50%) translateX(var(--xPos));
  opacity: var(--opacity);
}

.scroll span::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 50%;
  left: 110%;
}

/* コース */
.p-course__name {
  background-color: #00654c !important;
  padding: 10px !important;
  color: #fff !important;
}

/* iframe */
.p-profile iframe {
  width: 100%;
  min-height: 300px;
}

/* アニメーション */
.l-header {
  opacity: 0;
  animation: fade-down 1.5s forwards;
}

@keyframes fade-down {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* ヘッダー */
.l-header__inner { position: relative; }
.l-fixHeader { box-shadow: none !important; }

.l-header-contact-btn a {
  background-color: #d9af5e !important;
  border-radius: 0;
}

/* 応募ステップ */
.p-step .wp-block-group { margin-bottom: 10px !important; }

.p-step-item {
  position: relative;
  overflow: visible;
  background: #fff !important;
}

.p-step-label {
  color: var(--color_main);
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
}

.is-style-section_ttl { font-weight: inherit !important; }

/* スタッフカード */
.p-staff-card__post-title {
  margin: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
}

.p-staff-card__post-title::before { display: none !important; }

.p-postList__item:hover img { scale: 1.05; }

.p-staff-card__category {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  background: #fff;
  border-radius: 0 0 0 10px;
  font-weight: bold;
  color: var(--color_main);
}

/* インタビュー */
.p-interview .p-postList {
  display: flex;
  gap: 30px;
}

@media (max-width: 600px) {
  .p-interview .p-postList { gap: 20px; }
}

.p-interview .p-postList__item {
  width: 30% !important;
  margin-bottom: 30px;
}

.p-interview .p-postList__title {
  font-weight: bold !important;
  text-align: left !important;
  width: 100%;
  font-size: 1.2rem;
  margin: 0 !important;
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .p-interview .p-postList__item { width: 48% !important; }
}

@media (max-width: 600px) {
  .p-interview .p-postList__item { width: 100% !important; }
}

.p-interview .p-postList a {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.p-interview .p-postList__body {
  position: absolute;
  width: 100%;
}

.p-interview .c-postThumb__figure { aspect-ratio: 1 / 1.2; }

.p-interview .p-staff-card:hover img {
  scale: 1.1;
  opacity: 0.8;
}

/* 記事一覧のモアボタン */
.swell-block-button__link { width: 50%; }

/* フッターメニュー */
footer .c-listMenu a {
  padding: 0;
  line-height: 2;
  transition: 0.3s ease;
}

footer .c-listMenu a:hover {
  transform: none;
  padding: 0;
  opacity: 0.6;
  text-decoration: underline #fff;
}

footer .c-widget + .c-widget { margin-top: 0; }

.wp-block-categories-dropdown select { border-radius: 10px; }

.w-footer__box:nth-of-type(2) { display: flex; }
.w-footer__box:nth-of-type(2) ul { margin-left: 50px; }
.w-footer__box .c-listMenu a { border-bottom: 0; }
.w-footer__box { flex: none; }
.w-footer__box .c-listMenu a::before { display: none; }

.w-beforeFooter .c-widget + .c-widget { margin-top: 0; }

/* 投稿リスト-TOP */
.p-news .p-postList__body { display: flex; }

.p-postList__title {
  font-weight: normal !important;
  margin-left: 20px !important;
}

.post_content .p-postList__body { padding: 10px; }

.-type-simple .p-postList__link {
  padding: 20px;
  position: relative;
}

.text-mc .p-postList__link::after {
  content: "";
  width: 40px;
  height: 40px;
  background: #f8f8f8;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
}

.text-mc .p-postList__link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translatey(-50%) rotate(-45deg);
  z-index: 10;
}

.w-beforeFooter { margin-top: 0; }

/* 会社概要 */
.company-box ul { width: 100%; }

.l-footer__nav {
  border-bottom: 1px solid #ccc !important;
  margin-bottom: 10px;
}

.p-profile iframe {
  height: 300px;
  width: 100% !important;
}

.company-box {
  background-color: #fff;
  padding: 3rem;
  border-radius: 20px;
}

.company-box dl {
  display: flex;
  align-items: center;
  padding: 25px 0px;
  border-bottom: solid 1px var(--color_border);
}

.company-box dt { min-width: 200px; }

@media screen and (max-width: 767px) {
  .company-box dl {
    align-items: flex-start;
    flex-direction: column;
  }
  .company-box { padding: 20px; }
}

.company-box dd { list-style: none; }

.is-style-small .swell-block-step__number:after { display: none; }

/* メインビジュアルタイトル */
.mmv-title {
  background: linear-gradient(to right, var(--color_main), var(--color_main_light)) !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 15px 20px !important;
}

.mmv-title::after, .mmv-title::before { opacity: 0; }

/* よくある質問 */
.faq-nav .wp-block-column a {
  background: #fff;
  border-radius: 50px;
  padding: 20px;
  display: block;
  color: #333;
}

.p-faq .swell-block-accordion__item {
  margin-bottom: 2rem;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: solid var(--color_bg_base) 5px;
}

.p-faq .swell-block-accordion__body {
  padding: 2.5rem;
  position: relative;
  padding-left: 5.5rem;
}

.p-faq .swell-block-accordion__body::after {
  content: "A";
  width: 40px;
  height: 40px;
  background: #f2f2f4;
  position: absolute;
  top: 53px;
  left: 2rem;
  transform: translatey(-50%);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-faq .swell-block-accordion__title {
  padding: 2.5rem;
  background: #fff;
  font-size: 1.3rem;
  position: relative;
  padding-left: 5.5rem;
}

.p-faq .swell-block-accordion__title::after {
  content: "Q";
  width: 40px;
  height: 40px;
  background: #e8ebf2;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translatey(-50%);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* お問い合わせ */
input::placeholder, textarea::placeholder {
  font-size: 0.8rem;
  color: #999;
}

.c-contact_checbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-contactForm .wpforms-field-container {
  background-color: #fafafa;
  padding: 30px;
  margin-bottom: 50px;
  border: 1px solid #E2E2E2;
}

.any, .required {
  color: #fff;
  font-size: 10px;
  padding: 5px;
  margin-left: 5px;
}

.inquiry tr {
  border-top: 1px solid hsla(0, 0%, 78%, .5);
  vertical-align: top;
  border-bottom: 1px solid hsla(0, 0%, 78%, .5);
}

.inquiry th {
  background-color: inherit !important;
  border: none;
  padding: 20px 0 !important;
  min-width: 200px;
}

.inquiry td {
  padding: 20px 0 !important;
  border: none;
}

.wpcf7-submit {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  background-color: var(--color_main);
  color: #fff;
  transition: .3s all ease;
}

/* スワイパー */
.p-interview .swell-block-fullWide__inner {
  max-width: none !important;
  overflow: visible !important;
}

.swiper-button-custom {
  background: var(--color_main);
  width: fit-content;
  padding: 20px;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  border: solid 1px transparent;
  transition: 0.1s ease-in-out;
}

.swiper-button-custom:hover {
  color: var(--color_main);
  background: #fff;
  border: solid 1px var(--color_main);
}

.p-voice-slider .buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  gap: 10px;
  z-index: 100;
}

.p-voice-slider .voiceSwiper { position: relative; }

.wpcf7-submit:hover {
  background-color: #fff;
  color: var(--color_main) !important;
  border: 1px solid var(--color_main) !important;
}

.required { background-color: #bd364e; }
.any { background-color: #cacaca; }

.wpcf7-form-control-wrap input,
select,
textarea {
  width: 100%;
  background-color: #f9ffff;
  border-radius: 3px;
}

.p-form__privacy label {
  display: flex;
  align-items: center;
}

.privacy-agree {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.privacy-agree label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-wrap: nowrap;
  padding-top: 20px;
  gap: 10px;
}

input[type="checkbox"] { width: 30px !important; }

.u-agree {
  width: fit-content !important;
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  .w-footer__box:nth-of-type(2) { flex-direction: column; }
  .w-footer__box:nth-of-type(2) ul {
    margin-left: 0;
    margin-top: 30px;
  }
  
  /* お問い合わせページ */
  .inquiry tr {
    display: flex;
    flex-direction: column;
  }
}

/* FAQ リンク */
.p-faq-link .c-bannerLink__text {
  flex-direction: row;
  justify-content: flex-start;
  gap: 30px;
  padding: 5rem;
}

.p-faq-link .c-bannerLink__title {
  width: fit-content !important;
  font-size: 3rem;
}

.p-faq-link .c-bannerLink__description { width: fit-content !important; }

.p-faq-link::after {
  content: "";
  width: 60px;
  height: 60px;
  border: solid 1px #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 75px;
  transform: translatey(-50%);
  transition: 0.3s ease-in-out;
}

.p-faq-link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translatey(-50%) rotate(-45deg);
  z-index: 10;
  transition: 0.3s ease-in-out;
}

.p-faq-link:hover::after { right: 65px; }
.p-faq-link:hover::before { right: 88px; }

@media screen and (max-width: 767px) {
  .p-faq-link::before { right: 50px !important; }
  .p-faq-link::after { right: 25px !important; }
}

/* 職種カテゴリー */
.job-category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.job-category-card {
  width: 100%;
  color: var(--color_text);
  transition: 0.2s ease-in-out;
  background: #fff !important;
  padding: 20px;
  border-radius: 20px;
}

.job-category-card .job-list__button {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.job-category-card .c-button { width: 100%; }

/* レスポンシブ */
@media (min-width: 600px) {
  .job-category-card { width: calc(50% - 12px); }
}

@media (min-width: 1024px) {
  .job-category-card { width: calc(33.333% - 16px); }
}

.job-category-card__image {
  width: 100%;
  aspect-ratio: 1.618/1;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}

.job-category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 社員の声 */
.single-voice main {
  width: 100%;
  max-width: 1200px;
}

.single-voice .c-postTitle__ttl {
  margin-top: 100px;
  position: relative;
  padding-left: 20px;
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .single-voice .c-postTitle__ttl { font-size: 2rem; }
}

.single-voice .p-articleMetas { display: none; }

.single-voice .c-postTitle__ttl::before {
  content: "";
  width: 5px;
  height: 70%;
  border-left: dotted 5px var(--color_main);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}


.p-staff-section__title {
  font-size: 1.5rem;
  font-weight: bold !important;
  text-align: left !important;
  border-bottom: 3px dotted var(--color_main) !important;
  padding-bottom: 10px !important;
  margin-bottom: 24px !important;
}

.p-staff-detail-card__inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: var(--color_bg_base);
  padding: 30px;
  border-radius: 20px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .p-staff-detail-card__inner {
    flex-direction: column;
    padding: 20px;
  }

  .p-staff-detail-card__thumb,
  .p-staff-detail-card__info {
    width: 100% !important;
  }
}

.single-voice .p-staff-detail-card { margin-top: 50px !important; }

.p-staff-detail-card__info {
  flex: 1;
  border: solid var(--color_bg_base) 5px;
  background-color: var(--color_bg_base);
  width: 100% !important;
}

.single-voice .p-staff-detail-card {
  margin-top: 50px !important;
}

.p-staff-detail-card__thumb {
  width: 35%;
  height: 100%;
  aspect-ratio: 1 / 1.2;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
text-transform:uppercase;

}
.p-staff-detail-card__thumb figure{
  height: 100%;
}
.p-staff-detail-card__thumb p{
  position: absolute;
bottom: 0;
left: 5%;
opacity: 0.5;
color:#fff;
font-weight:bold;
font-size: 3vw;
}
.p-staff-detail-card__department{
font-weight:bold;
background-color:#fff;
display:block;
width:fit-content;
padding:5px 20px;
border-radius:30px;
margin:10px 0;
}
.p-staff-detail-card__name{
font-weight:bold;
font-size:1.2rem;

}

.p-staff-detail-card__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.p-staff-detail-card__comment {
margin: 20px 0;
max-width: 600px;
font-weight:bold;
font-size:1.1rem;
}

.p-staff-section__body{
background-color:var(--color_bg_base)!important;
padding:30px;
border-radius:20px
}
/* ベース設定 */

.post-type-archive-voice .c-pageTitle__subTitle{
	display:none;
}
.post-type-archive-voice .p-postList, .tax-employment_type .p-postList {
    display: flex!important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.post-type-archive-voice main{
	    width: 100%;
    max-width: initial;
}
.post-type-archive-voice .p-postList__item, .tax-employment_type  .p-postList__item{
  width: 30%;
	overflow:hidden;
	transition:0.3s ease-in-out;
}
.post-type-archive-voice .p-postList__item:hover{
opacity:0.6;
}

.p-staff-card__post-title{
	font-size:1.2rem;
	font-weight:initial!important;
}
.p-staff-card__thumb{
	height:100%;
	width:100%;
	aspect-ratio: 1 / 1.2;
			overflow:hidden;
		border-radius:20px;
	position:relative;
}
.p-staff-card__thumb img{
	width:100%;
	height:100%;
	aspect-ratio: 1 / 1.2;
	display:block;
	object-fit:cover;
	transition:0.3s ease-in-out;
}
.p-staff-card__department{
	border:solid 1px var(--color_main);
	width:fit-content;
	padding:3px 10px;
	color:var(--color_main);
	border-radius:5px;
	margin:13px 0;
}
.p-staff-card__joined-date{
font-size:0.9rem;	
	margin-top:5px;
}
.p-staff-card__name{
	border-bottom:dotted 2px var(--color_main);!important;
	margin-top:10px;
	font-size:1.2rem;
	
}
/* タブレット（〜768px）対応：2列 */
@media screen and (max-width: 768px) {
  .post-type-archive-voice .p-postList__item, .tax-employment_type  .p-postList__item{
    width: 47%;
  }
}

/* スマホ（〜480px）対応：1列 */
@media screen and (max-width: 480px) {
  .post-type-archive-voice .p-postList__item, .tax-employment_type  .p-postList__item{
    width: 100%;
  }
}

/* 募集職種 */
.post-type-archive-jobs main{
	max-width: 1300px;
}
.job-page__sidebar{
	position: sticky;
	top: 120px;
	border-radius: 20px;
	background-color: var(--color_bg_base);
	height: fit-content;
	padding: 24px;
}
@media screen and (max-width: 900px) {
	.job-page__sidebar {
		position: static;
	}
}
.post-type-archive-jobs .sidebar-title{
	font-size: 1.3rem;
	margin-bottom: 15px;
	color:var(--color_main);
	border-radius: 10px;
}
.sidebar-nav__item{
	border-bottom: 2px dotted #d1d3d6;
	margin-bottom: 10px;
}
.post-type-archive-jobs .sidebar-nav__item a{
	color: var(--color_text);
	font-weight: 600;
	transition: 0.3s ease-in-out;
}
.post-type-archive-jobs .sidebar-nav__item a:hover{
	opacity: 0.6;
}
.tax-job_category .c-pageTitle__subTitle{
	display:none;
	
}
.job-category-title{
	font-size:2rem;
	position:relative;
	width:fit-content;
}
.job-page__content{
	display: flex;
	flex-direction: row-reverse;
}

@media screen and (max-width: 900px) {
	.job-page__content {
		flex-direction: column;
	}
	.job-page__sidebar {
		width: 100% !important;
		margin-bottom: 40px;
	}
}
.job-category-desc{
	margin-top:20px;
}
.job-category-title::after{
	content:"";
	width:40px;
	height:2px;
	background:var(--color_main) ;
	position:absolute;
	top:50%;
	right:-50px;
	transform:translatey(-50%);
}
.job-list{
	margin-top:25px;
}
.job-list__item{
		border-radius:20px;
    background:var(--color_bg_base);
		color: var(--color_text);
	display: flex;
	gap: 30px;
	padding: 2rem;
	margin-bottom: 1rem;
	font-size: 1.3rem;
		position: relative;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	border: solid 2px var(--color_bg_base);
}
.job-list__content{
	width: 100%;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 1000px) {
	.job-list__item {
		display:flex;
		flex-direction:column;
	}
	.job-list__item a {
		flex-direction: column;
	}
}
.c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0.5em 0 1em;
  padding: 0;
  list-style: none;
}

.c-tags__item {
  background: #fff;
  font-size: 0.85rem;
  padding: 4px 8px!important;
  border-radius: 4px;
	font-weight:bold;
	color:var(--color_main)!important;
  color: #555;
	 box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
}
.c-tags__item::before{
	display:none!important;
}
.job-list__thumb {
	min-width: 300px;
	width: 100%;
	border-radius: 20px;
	height: 100%;
	overflow: hidden;
	aspect-ratio:1.5/1;
}
.job-list__thumb:hover img{
	scale:1.05;
	
}
.job-list__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition:0.3s ease-in-out;
}



.job-list__title {
	width: 100%;
	position: relative;
	font-weight:bold;
	color: var(--color_text);
}

.job-list__summary .text{
	font-size:0.9rem;
	margin-top:15px;
}
.job-list__item .is-style-more_btn{
margin-top:24px!important;
	margin-bottom:0!important;
	
}
.job-list__item .is-style-more_btn a{
	margin-left: auto;
	display:block;
	width:100%;
	margin-bottom:0!important;
	max-width: 300px;
}

@media screen and (max-width: 1000px) {
	.job-list__item .is-style-more_btn a {
		max-width: none;
	}
}


.job-list__button a:hover{
	opacity:0.6;
}
.job-list__item:hover .job-list__title::after {
	right: 7px;
}

.job-list__item:hover .job-list__title::before {
	right: 22px;
}


/* 募集職種詳細ページ */
.single-jobs main{
	width: 100%;
    max-width: 1200px;
}
.jobs__header{
	padding-top:50px;
}
.jobs__header .c-postTitle__ttl{
	position:relative;
	padding-left:20px
}

.jobs__header .c-postTitle__ttl::before{
	content: "";
    width: 5px;
    height: 70%;
	border-left:dotted 5px var(--color_main);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
}
.jobs__header__title{
	font-weight:bold!important;
	text-align:left!important;
	margin-bottom:24px!important;
	width:fit-content;
}
.jobs__header__title{
	position:relative;
	font-size:1.5rem!important;
	
}
.jobs__header__title span::before{
	content: "";
    width: 40px;
    height: 2px;
    background: var(--color_main);
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translatey(-50%);
}
.single-jobs .post_content ul{
	padding-left:0;
}
.single-jobs .post_content li {
  list-style: none;
  padding-left: 14px;
}
.single-jobs .post_content li::before {
  content: "";
	background-color: var(--color_main);
  display: inline-block;
  width: 5px;
	height:5px;
position:absolute;
	top:50%;
	left:0;
	transform:translatey(-50%);
}
.job-info-wrap{
	display: flex;
	
    background: var(--color_bg_base);
    padding: 30px;
	border-radius: 20px;
	gap:50px;
}
@media (max-width: 900px) {
.job-info-wrap{
    flex-direction: column-reverse;
	gap:24px;
	}
	.job-info-thumb{
		width:100%!important;
		
	}
	.job-info-text{
		width:100%!important;
	}

}
.job-info-text{
	width:50%;
}
.job-info-text__recomend{
	text-align:left!important;
	font-weight:bold!important;
	margin-bottom:20px!important;
	color:var(--color_main)!important;
}
.job-info-thumb{
	width:50%;
	border-radius:20px;
	overflow:hidden;
}
.post-thumbnail{
    height: 100%;
	
}
.job-info-thumb img{
	height:100%;
	object-fit:cover;
	display:block;
}
.job-info-content h3{
	font-size:1.5rem;
	font-weight:bold!important;
	text-align:left!important;
	border-bottom:3px dotted  var(--color_main)!important;
		padding-bottom:10px!important;
	margin-bottom:24px!important;
	position:relative!important;
}

.p-job-section__body{
	background-color:var(--color_bg_base)!important;
	padding:30px;
	border-radius:20px;}
/* 働く環境 */
.p-links .swell-block-bannerLink{
	border-radius:20px;
	overflow:hidden;
}
.p-links .c-bannerLink__text{
	position:initial;
	color:var(--color_text);
	background:#fff;
	
}

.p-environment .wp-block-column .wp-block-group{
	background:#fff;
	padding:20px;
	border-radius:20px;
	height:100%;
	min-height:200px
	
}
.p-environment .swell-block-accordion__item{
	margin-bottom:2rem;
    border-radius: 20px!important;
	overflow:hidden!important;
    background: #fff!important;
	    border: solid var(--color_bg_base) 5px;
	
}

.p-environment .swell-block-accordion__body{
    padding: 2.5rem;
		position:relative;
}

.p-environment .swell-block-accordion__title{
padding: 2.5rem;
    background: #fff;
	font-size:1.3rem;
	position:relative;
}

.p-environment-image, .p-about-image {
	height:250px!important;
	width:100%;
	border-radius:20px;
	overflow:hidden;
		
}
.p-environment-image img, .p-about-image img{
	width:100%;
	height:100%;
	object-fit:cover;
}

/* 記事詳細 */
.single-post .c-postTitle__ttl{
	margin-top:35px;
}
@media screen and (max-width: 600px) {
		.w-footer__box:nth-of-type(2) li{
		border-bottom:1px solid #fff;
			padding:10px 0;
	}
	.u-follow-banner {
    display: none;
  }
	
}
