/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800&display=swap');


body, button, input, select, textarea {
	  font-family: "Noto Sans JP", "Roboto", "Helvetica Neue", Arial, sans-serif;
		font-size: 16px;
  	line-height: 2.2;
  	color: #502d0e;
}
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
        letter-spacing: 0.14rem;
    }
}
h1, h2, h3 {
	  font-family: "M PLUS Rounded 1c", sans-serif;
}
ul, ol {
    padding: 0;
}
ul li, ol li {
    margin: 0;
    list-style: none;
}
a:hover {
		text-decoration: none;
}
.sp-only {
		display: none;
}
@media print, screen and (max-width: 640px) {
	.sp-only {
			display: block;
	}
}


/* ヘッダー全体を少しふわっと */
.site-header {
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
/* メニューを横並び＆余白 */
.main-navigation ul {
  display: flex;
  /*gap: 2.2rem;*/
	margin-left: -1.1rem;
	margin-right: -1.1rem;
  align-items: center;
}
.main-navigation ul li {
	margin-left: 1.1rem;
	margin-right: 1.1rem;
}

.main-navigation a {
  position: relative;
  display: inline-block;
  padding: 0.4em 0;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  color: #502d0e;
  line-height: 1.2;
}

/* 下線アニメーション */
.main-navigation a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #d57e3f;
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

.main-navigation a:hover::after,
.main-navigation .current-menu-item > a::after,
.main-navigation .current-menu-ancestor > a::after,
.main-navigation .current-category-ancestor > a::after {
  width: 100%;
}

.main-navigation a:hover {
  color: #333;
}


@media screen and (max-width: 1140px) {
  .onepress-menu.onepress-menu-mobile {
		margin:left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

  .onepress-menu.onepress-menu-mobile > li > a {
		font-size: 16px;
    padding: 20px;
		color: #502d0e;
  }

  .main-navigation a::after,
  .main-navigation a::before {
    display: none !important;
  }

  /* hover / current（選択中）も含めて下線なし */
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation a:hover {
    text-decoration: none;
    border-bottom: none;
  }
}


/* ヘッダー */
.p-global-header-tel {
/*
    position: relative;
    display: block;
    padding: 0 25px;
*/
	  display: flex;
  	justify-content: flex-end; /* 右寄せ */
  	gap: 20px;
  	align-items: center;
		padding-top: 20px;
		font-weight: 600;
}
.p-global-header-tel-num {
    position: relative;
    font-size: 18px;
    line-height: 1;
    color: #d57e3f;
		margin: 0;
		padding: 0;
		padding-left: 26px;
}
.p-global-header-tel-num a {
    font-size: 18px;
    line-height: 1;
    color: #d57e3f;
}
.p-global-header-tel-num-before::before {
    position: absolute;
    top: 50%;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #d57e3f;
    content: "\f879";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.p-global-header-tel-txt {
    padding: 0 0 0 24px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1.4px;
    line-height: 1;
		margin: 6px 0 0;
}
/*
@media screen and (max-width: 768px) {
    .p-global-header-tel-num-txt {
        display: none;
    }
}
*/



.sidebar .widget {
    margin-bottom: 0;
}
.site-footer {
  border-top: 1px solid #e2e8f0;
}
.site-footer .site-info {
    padding: 0 0 35px ;
}
.footer {
  padding: 1.5rem 1rem;
	line-height: 1.8;
}
.footer p {
	margin: 0;
	padding: 0;
}

.footer-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  text-align: left;
}

.footer-logo img {
  width: 150px;
  height: auto;
}

.footer-info {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.sidebar .widget .footer-info a {
  font-size: 16px;
}

.footer-info .company-name {
  font-weight: bold;
  font-size: 20px;
}

.footer-info a {
  color: #2563eb;
  text-decoration: underline;
}
.footer-info a.footer-tel-link:hover,
.footer-info a.privacy-link:hover {
  text-decoration: none;
}
.contact-row {
  display: flex;
  gap: 40px; /* TELとFAXの間隔。お好みで調整OK */
  flex-wrap: wrap;
  align-items: baseline;
}

.footer-tel-fax {
  margin: 0;
  display: flex;
	gap: 40px;
}
/* スマホ対応 */
@media (max-width: 640px) {
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
  .footer-info {
    align-items: center;
  }
	.footer-info .company-name {
	  font-size: 16px;
	}
	.footer-tel-fax {
    display: block;
  }

  .footer-tel-fax .label {
    width: 3.5em;          /* TEL/FAX 幅を固定 */
    text-align: right;
    margin-right: 0.4em;
  }

  .footer-tel-fax .num {
    text-align: left;
    font-weight: 600;      /* 任意：数字を少し強調 */
  }
}


.c-btn-list {
    list-style: none;
    display: flex;
		align-items: center;
    flex-wrap: wrap;
    gap: 20px;
		justify-content: center;
    margin: 30px 0 0 !important;
}
.c-btn-list-center {
    justify-content: center;
}
.c-btn-list_item {
    width: calc((100% - 20px) / 2);
		margin: 0;
		padding: 0;
}
.c-btn-list_item {
    width: fit-content;
		margin: 0 !important;
}
@media print, screen and (max-width: 768px) {
	.c-btn-list-col-2 .c-btn-list_item {
    width: 100%;
		margin: 0;
	}
	.c-btn-list-initial .c-btn-list_item {
    width: 100%;
		margin: 0;
		text-align: center;
	}
}


.link-tel {
		font-weight: 600;
  	color: #502d0e;
		text-decoration: none;
}
.link-tel:hover {
  	color: #502d0e;
		text-decoration: none;
}
.link-tel:focus {
  	color: #502d0e;
		text-decoration: none;
}
.link-tel:active {
  	color: #502d0e;
		text-decoration: none;
}

/* ▼ PDFバッジ（あなたのコードは活かしつつ整えた） */
/*
a[href*=".pdf"]:not([class*="ico_none"]):after {
    content: "PDF";
    display: inline-block;
    font-size: 10px;
    border: 1px solid #f00;
    padding: 3px 6px;
    margin-left: .5em;
    color: #f00;
    background: #fff;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    top: -2px;
}
*/

/* section */
.section-title-area {
    margin-bottom: 20px;
    text-align: center;
}
.section_title {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px 36px;
  line-height: 1.1;
}
.section_title_en {
  clip-path: inset(0 0 100% 0);
  /*font-family: "M PLUS Rounded 1c", "游明朝体", "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", sans-serif;*/
	font-size: 60px;
  letter-spacing: 0;
  transform: translateY(100%);
  transition-property: clip-path, transform;
  transition-duration: 0.6s;
  will-change: clip-path, transform;
}
.section_title_en {
  clip-path: inset(0 0 0 0);
  transform: translateY(0%);
}
.section_title_jp {
  /*font-family: "M PLUS Rounded 1c", "游明朝体", "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", sans-serif;*/
  font-size: 18px;
  display: inline-block;
  position: relative;
  margin-bottom: 0.6em;
  padding-bottom: 4px;
}


.section-news {
		background-color: #f6f1ed;
}
.section-news .container {
		max-width: 768px;
		margin: 0 auto;
}
.section-news .section-title-area {
		padding-left: 36px;
}
.section-title-area .section-title {
 		color: #502d0e;
  	font-size: 30px;
  	letter-spacing: 3.5px;
		text-align: left;
}
.section-news .section-content {
		background-color: #FFF;
    border-radius: 20px;
    padding: 36px;
}
.section-news .list-article:last-of-type, .category-news .list-article:last-of-type, .blog .list-article:last-of-type {
    border-bottom: 1px solid #d57e3f;
}
.section-news .list-article, .category-news .list-article, .blog .list-article {
    border-top: 1px solid #d57e3f;
    padding: 0;
}
@media print, screen and (max-width: 768px) {
	.section-news .section-title-area {
			padding: 0;
	}
	.section-news .section-title-area .section-title {
			font-size: 26px;
			text-align: center;
	}
}


/* お知らせ：PCは「日付｜タイトル」横並び */
.section-news .list-article .list-article-content,
.list-article .list-article-content{
  display: flex;
	align-items: center;
  gap: 1em;
}

/* 日付側：幅を固定して揃える */
.list-article .list-article-sub{
  flex: 0 0 9.5em;     /* ここで日付カラム幅を調整 */
}
.list-article .list-article-time{
  white-space: nowrap;
  display: inline-block;
}

/* タイトル側：残り幅 */
.list-article .entry-header{
  flex: 1;
}
.list-article .list-article-title{
  margin: 0;           /* 余白を整える */
}

/* スマホ：上下（縦並び） */
@media (max-width: 768px){
  .section-news .list-article .list-article-content,
  .category-news .list-article .list-article-content {
    flex-direction: column;
    align-items: flex-start;
    gap: .25em;
  }
  .section-news .list-article .list-article-sub,
  .category-news .list-article .list-article-sub{
    flex: none;
  }
}




.top_mv {
	display: block;
	margin: 10px auto;
}
/* テキストの配置（上に寄せる） */
.momo-hero-text {
  position: absolute;
  top: 10%; /* ←上から10%の位置に配置（自由に調整OK） */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  z-index: 10;
  /* 背景を半透明でマスクする ? 文字を読みやすく */
  background: rgba(255,255,255,0.4);
  padding: 12px 24px;
  border-radius: 12px;
  display: inline-block;
}
/* ベース（位置はお好みで調整） */
.mv-copy {
  text-align: center;
  /*font-family: "M PLUS Rounded 1c", sans-serif;*/
  font-weight: 700;
  color: #502d0e; /* 濃めの文字色に */
  text-shadow: 0 2px 4px rgba(0,0,0,0.3); /* 文字に影をつけて浮かせる */
}

/* 大きさはお好みで */
.mv-copy {
  font-size: 2.2rem;
}

/* 1文字ずつアニメーション */
.mv-copy span {
  opacity: 0;
  display: inline-block;
  transform: translateY(10px);
  animation: momoCharFade 0.6s ease-out forwards;
}

/* 順番に遅らせて表示 */
.mv-copy span:nth-child(1)  { animation-delay: 0.00s; }
.mv-copy span:nth-child(2)  { animation-delay: 0.08s; }
.mv-copy span:nth-child(3)  { animation-delay: 0.16s; }
.mv-copy span:nth-child(4)  { animation-delay: 0.24s; }
.mv-copy span:nth-child(5)  { animation-delay: 0.32s; }
.mv-copy span:nth-child(6)  { animation-delay: 0.40s; }
.mv-copy span:nth-child(7)  { animation-delay: 0.48s; }

/* アニメーション本体 */
@keyframes momoCharFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* モモについて（トップ） */
.about_wrap {
  display: flex;
  gap: 40px;
}
.about_catch {
  /*font-family: "M PLUS Rounded 1c", "游明朝体", "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", sans-serif;*/
  font-size: 25px;
  line-height: 1.6;
  margin-top: 45px;
}
.about_text {
  /*font-family: "M PLUS Rounded 1c", "游明朝体", "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", sans-serif;*/
  margin-top: 30px;
  line-height: 2.2;
}


/* 固定ページ */
.intro {
  display: flex;
  gap: 40px;
}
.c_ttl {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
  /*gap: 18px 36px;*/
  line-height: 1;
}
.c_ttl_en {
  font-size: 50px;
  letter-spacing: 0;
  transform: translateY(100%);
  transition-property: clip-path, transform;
  transition-duration: 0.6s;
  will-change: clip-path, transform;
	margin: 18px 36px 0 0;
	padding: 0;
}
.c_ttl_en {
  transform: translateY(0%);
}


.c_ttl_jp {
  display: inline-block;
  position: relative;
  margin-bottom: 0.3em;
  padding-bottom: 6px;
  font-size: 18px;
}


/* ふわっと表示アニメ */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1.2s ease-out forwards;
  animation-delay: 0.2s; /* 少し遅れて出る（調整OK） */
}

/* アニメーション本体 */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ゆらぎ無し・パッと一文字ずつ出るアニメ */
.fade-each span {
  opacity: 0;
  display: inline-block;
  animation: charSimple .4s ease-out forwards;
}

/* 順番に表示（文字数に合わせて調整可能） */
.fade-each span:nth-child(1) { animation-delay: .05s; }
.fade-each span:nth-child(2) { animation-delay: .15s; }
.fade-each span:nth-child(3) { animation-delay: .25s; }
.fade-each span:nth-child(4) { animation-delay: .35s; }
.fade-each span:nth-child(5) { animation-delay: .45s; }
.fade-each span:nth-child(6) { animation-delay: .55s; }
.fade-each span:nth-child(7) { animation-delay: .65s; }
.fade-each span:nth-child(8) { animation-delay: .75s; }
.fade-each span:nth-child(9) { animation-delay: .85s; }
.fade-each span:nth-child(10) { animation-delay: .95s; }

/* ふわっではなく “スッ” と出るだけ */
@keyframes charSimple {
  to {
    opacity: 1;
  }
}
/* ▼ 下線が伸びるアニメ */
.underline {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;                 /* 下線の太さ */
  background: #555;            /* 下線の色（自由に変更OK） */
  width: 0%;                   /* 最初はゼロ */
  animation: underlineGrow .6s ease-out forwards;
  animation-delay: .7s;        /* ←文字アニメが終わる頃に開始 */
}

@keyframes underlineGrow {
  from { width: 0%; }
  to   { width: 100%; }
}


.c-map {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-map::after {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.c_subhd {
  display: flex;
  align-items: baseline;
  /*gap: 24px;*/
  line-height: 1.6;
}
.category-nurse .c_subhd,
.category-staff .c_subhd {
	margin: 80px 0 40px;
	border-bottom: 1px solid #d57e3f;
}
.c_subhd_ttl {
	margin-right: 24px;
  /*font-family: "M PLUS Rounded 1c", "游明朝体", "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", sans-serif;*/
  font-size: 30px;
  letter-spacing: 0.06em;
}
.category-nurse .c_subhd_ttl,
.category-staff .c_subhd_ttl {
	margin-bottom: 0;
}


@media print, screen and (max-width: 768px) {
	.c_subhd_ttl {
  	font-size: 26px;
	}
}


/* モモについて（固定ページ） */
.about-intro-wrap {
	margin-top: 80px;
	display: -webkit-box;
	display: flex;
	gap: calc(40 / 1140 * 100%);
	overflow: hidden;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.about_img {
/*
  width: 50%;
  max-width: 50%;
*/
}
.about-box h2 {
		color: #502d0e;
		font-size: 32px;
}

.about_catch {
  font-size: 25px;
  line-height: 1.6;
}
.about_text {
  margin-top: 36px;
  line-height: 2.2;
}
.about-feature-wrap {
  margin-top: 80px;
  display: -webkit-box;
  display: flex;
	gap: calc(40 / 1140 * 100%);
  overflow: hidden;
	-webkit-box-pack: justify;
  justify-content: space-between;
}
.about-feature-figure {
/*
  width: 40%;
  min-width: 40%;
*/
}
.about-feature-figure-wrap {
  display: -webkit-box;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.about-feature-figure ul,
.about-feature-figure li {
	margin: 0 !important;
	padding: 0;
	list-style: none;
}
.about-feature-figure-item {
  position: relative;
  max-width: 50%;
  line-height: 0;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.about-feature-figure-item:last-child:nth-child(3) {
  width: 100%;
  max-width: 100%;
}
.about-feature-box {
/*
  width: 55%;
  min-width: 55%;
*/
}
.feature-heading {
  /*font-family: "M PLUS Rounded 1c", "游明朝体", "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", sans-serif;*/
	color: #d57e3f;
	font-size: 32px;
}
@media print, screen and (max-width: 768px) {
	.about-box h2 {
			text-align: center;
			font-size: 26px;
	}
	.feature-heading {
			text-align: center;
			font-size: 26px;
	}
}


/* 会社概要（固定ページ） */
.about-policy-wrap {
  margin-top: 80px;
}
.about-overview-wrap {
  margin-top: 80px;
}
.overview {
	border-collapse: collapse;
	border: none;
	width: 100%;
}
.overview th, .overview td {
	border: none;
}
.overview th, .overview td {
	font-size: 16px;
	padding: 20px 20px;
	border-top: 1px solid #d57e3f;
}
.overview th {
  background: #fef9e5;
}
@media print, screen and (max-width: 768px) {
	.overview th, .overview td {
		font-size: 14px;
	}
}
@media print, screen and (min-width: 768px) {
  .overview th, .overview td {
		border-bottom: 1px solid #d57e3f;
  }
}
.about-access-wrap {
  margin-top: 80px;
}
.about-access-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.about-access-map {
  width: 50%;
}
.about-access-box {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 0 0 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  justify-content: center;
}
.about-access-table-list {
  display: -webkit-box;
  display: flex;
  padding: 18px 0;
	margin: 0;
}
.about-access-table-list + .about-access-table-list {
  border-top: 1px solid #d57e3f;

}
.about-access-table-head {
  min-width: 80px;
  padding-right: 20px;
  color: #d57e3f;
	margin: 0;
}
.about-access-table-data {
	margin: 0;
}


/* 相談支援センターモモ（固定ページ） */
.support-wrap {
  margin-top: 80px;
	position: relative;
}
.support_cnt {
	max-width: 640px;
	margin: 0 auto;
}
.link-telno {
	text-align: right;
}
.link-telno a {
	    text-decoration: underline;
}
.link-telno a:hover {
	    text-decoration: none;
}
@media print, screen and (max-width: 768px) {
	.support-wrap {
		width: 100%;
	}
}


/* 求人情報 */
.recruit-tabs{
  display: flex;
  flex-wrap: wrap;           /* PCは折り返し */
  gap: 0;                    /* すき間は作らない */
  margin: 28px 0 40px;
}

/* ボタンを“リンク見え”にする */
.recruit-tab {
  appearance: none;
	background-color: #fff;
  border: 1px solid #D57E3F;
	width: 160px;
  margin-right: 20px;
  padding: 14px 18px;
  cursor: pointer;
  font-size: 18px;
  color: #502d0e;
  position: relative;
  line-height: 1.2;


}
.recruit-tab:last-of-type {
  margin-right: 0;
}
.recruit-tab:hover{
  opacity: .75;
}

.recruit-tab.is-active{
  opacity: 1;
}

.recruit-tab.is-active {
	background-color: #D57E3F;
  color: #fff;
}

.recruit-tab.is-active::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #D57E3F;
}
/* スマホタップ時の青い枠・ハイライトを消す */
.recruit-tab {
  -webkit-tap-highlight-color: transparent; /* iOS / Android */
}

/* フォーカス・アクティブ時の枠を消す */
.recruit-tab:focus,
.recruit-tab:active {
  outline: none;
  box-shadow: none;
}


/*
.recruit-tab:focus-visible{
  outline: 3px solid rgba(0,0,0,.18);
  outline-offset: 3px;
  border-radius: 6px;
}
*/

@media (max-width: 768px){
  .recruit-tabs{
    flex-wrap: nowrap;        /* 折り返さず */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;    /* Firefox */
  }
  .recruit-tabs::-webkit-scrollbar{ display:none; } /* Chrome/Safari */

  .recruit-tab{
		width: 48%;
  	margin-right: 4%;
    white-space: nowrap;
    flex: 0 0 auto;
  }

	.category-recruit .list-article-title {
		font-size: 16px;
	}
}
.recruit-tab-heading {
  font-size: 2.0rem;
  line-height: 2.0rem;
  font-weight: 400;
  padding: 30px 0;
  border-top: 3px solid #D57E3F;
  border-bottom: 1px solid #D57E3F;
  margin-bottom: 30px;
}
/* ===== Tab contents ===== */
.recruit-tab-content {
  display: none;
}
.recruit-tab-content.is-active {
  display: block;
}

/* ===== List ===== */
.recruit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .recruit-list { grid-template-columns: 1fr; }
}

/* ===== Card ===== */
.recruit-item {
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.recruit-item__link {
  display: block;
  padding: 18px 18px 16px;
  text-decoration: none;
  color: inherit;
}
.recruit-item__title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.4;
}
.recruit-item__meta {
  font-size: 14px;
  opacity: .75;
}
.category-recruit .list-article,
.category-recruit .list-article:last-of-type {
	border: none;
	padding: 0 0 25px;
}
.category-recruit .recruit-link {
  display: block;
  width: 100%;
  padding: 24px 40px 24px 30px;
  margin: 0 auto 0px auto;
  letter-spacing: 0.06em;
  font-size: 16px;
  cursor: pointer;
  line-height: 24px;
  color: #502d0e;
  background-color: #FEF2DE;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.category-recruit .list-article-title {
	font-family: "Noto Sans JP", "Roboto", "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
}
@media (max-width: 768px){
	.category-recruit .list-article-title {
		font-size: 16px;
	}
}
/* ===== Empty ===== */
.recruit-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px;
  border: 1px dashed #d7d7d7;
  border-radius: 14px;
  background: #fafafa;
  text-align: center;
}


.child-term-list {
	  display: -webkit-box;
  	display: flex;
		flex-wrap: wrap;
		text-align: center;
		justify-content: start;
		/*gap: 20px;*/
		margin: -10px;
		margin: 25px 0 0 0;
}
.child-term-list li {
		margin: 10px;
}
.child-term-list li a {
	  display: block;
		border-radius: 10px;
		background-color: #fef2de;
		border: 1px solid #d57e3f;
		color: #502d0e;
		font-weight: 600;
		text-decoration: none;
		width: 320px;
		line-height: 55px;
		transition: 0.4s;
}


/* お問い合わせ */
.p-contact-section {
	  margin-top: 80px;
		position: relative;
}
.p-contact-form {
    max-width: 1000px;
    margin: auto;
    padding: 60px 10%;
    background-color: #fef9e5;
}
.p-contact-lead {
    letter-spacing: 0px;
		font-size: 14px;
}
.mw_wp_form_input .p-contact-preview-text {
    display: none;
}
.mw_wp_form_confirm .p-contact-input-text {
    display: none;
}
.mw_wp_form_confirm .is-confirm-none {
    display: none;
}
.p-contact-section + .p-contact-section {
    margin-top: 75px;
}
.p-contact-form-ttl {
    margin-bottom: 12px;
    font-weight: 700;
}
.p-contact-form-ttl::before {
    margin-right: 12px;
    padding: 6px 9px;
    background-color: #d57e3f;
    font-size: 12px;
    color: #fff;
    content: "必須";
}
.p-contact-form-ttl.is-any::before {
    background-color: #bcbcbc;
    content: "任意";
}
.p-contact-form-item:not(:last-child) {
    margin-bottom: 45px;
}
.p-contact-form-txt::placeholder,
.p-contact-form-txtarea::placeholder {
  color: #bcbcbc;
}
input.p-contact-form-txt {
    width: 100%;
    padding: 18px 30px;
    border: 1px solid rgba(213, 126, 63, 0.5);
    background-color: #fff;
    color: #222;
    -webkit-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear;
}
textarea.p-contact-form-txtarea {
    width: 100%;
    height: 260px;
    padding: 18px 30px;
    border: 1px solid rgba(213, 126, 63, 0.5);
    color: #222;
    resize: vertical;
    -webkit-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear;
		box-shadow: none;
    background-color: #fff;
}
input.p-contact-form-txt:focus,
textarea.p-contact-form-txtarea:not(.editor-post-title__input):focus {
	  outline: 0;
    border-color: rgba(213, 126, 63, 0.5);
  	box-shadow: inset 0 0 0 2px rgba(213, 126, 63, 0.5);
    border-bottom: 2px solid rgba(213, 126, 63, 0.5) !important;
    background-color: #fff;
}
.c-form__consent {
    text-align: center;
    padding-top: 40px;
}
.c-form__consent a {
    text-decoration: underline;
    color: #502d0e;
}
.p-contact-form-consent {
    text-align: center;
}
.p-contact-form-submit {
    max-width: 1000px;
    margin: auto;
    padding: 0 10% 60px;
    background-color: #fef9e5;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.p-contact-form-submit-item {
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding: 0 10px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.p-contact-form .error {
    margin-top: 5px;
    font-weight: bold;
    color: #ef0b00;
}
.p-contact-totop {
  margin-top: 50px;
  text-align: center;
}
input[type=submit].c-btn-link2,
button[type=submit].c-btn-link2 {
  background-color: #d57e3f;
  color: #fff;
  display: inline-block;
  width: auto;
  min-width: 320px;
  padding: 20px 30px;
  border: 1px solid #d57e3f;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
	line-height: 1;
}
@media screen and (min-width: 768px) {
    .p-contact-lead {
				font-size: 16px;
        text-align: center;
    }
}




/* プライバシーポリシー） */
.privacy-wrap {
	margin-top: 80px;
}
.p-privacy-block {
    margin-bottom: 80px;
}
.p-privacy-block: {
    margin-bottom: 80px;
}
.p-privacy-block:last-of-type,
.p-privacy-block:last-child {
  margin-bottom: 0;
}
.c-guid-desc, .c-o-list__item-txt {
    margin-bottom: 16px;
}
.p-privacy__ttl {
    margin-bottom: 16px;
    font-size: 18px;
    text-align: left;
    color: rgb(213, 126, 63);
}
.c-o-list, .c-o-list-child {
    counter-reset: order 0;
}


/* copyright & privacypolicy */
.footer-copyright{
  display: flex;
  justify-content: center;
  gap: 100px;
  font-size: 0.875rem;
}

.footer-copyright a{
  color: inherit;
  text-decoration: none;
}

.footer-copyright a:hover{
  text-decoration: underline;
}

/* スマホ */
@media (max-width: 768px){
  .footer-copyright{
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
}




/* 404エラー */
.p-404-wrap {
	margin: 80px 0 60px;
}






.page-header {
	background: rgba(0,0,0,0);
}
.page-header.page--cover .entry-title {
	position: relative;
  max-width: 80%;
  margin-top: 30px;
  padding: 40px 80px;
}


.page-header.page--cover .entry-title {
	display: block;
  /*font-family: "M PLUS Rounded 1c", "游明朝体", "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", sans-serif;*/
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 8px;
}


.m-t-wrap {
    max-width: 1000px;
    margin: 80px auto 0;
    padding: 0 15px;
}
@media print, screen and (max-width: 768px) {
	.c_ttl_en {
  	font-size: 30px;
	}
 .c_ttl_jp {
    font-size: 14px;
  }
	.m-top-wrap {
  	margin-top: 60px;
	}
	.about-intro-wrap {
  	margin-top: 60px;
    flex-direction: column;
    gap: 40px;
  }
	.about-feature-wrap {
  	margin-top: 60px;
    flex-direction: column;
    gap: 40px;
	}
	.about-policy-wrap {
	  margin-top: 60px;
	}
	.about-overview-wrap {
  	margin-top: 60px;
	}
	.about-access-wrap {
  	margin-top: 60px;
	}
	.about-access-content {
    flex-direction: column;
    gap: 40px;
	}
	.about-access-map {
  	width: 100%;
	}
	.about-access-box {
  	width: 100%;
	}
	.about-access-table-list {
		flex-direction: column;
	}
  .about-access-table-head, .about-access-table-data {
    width: 100%; /* 全幅に */
  }
	.support-wrap {
  	margin-top: 60px;
	}
	.privacy-wrap {
  	margin-top: 60px;
	}
	.p-contact-section {
  	margin-top: 60px;
	}
	table, tbody, tr, th, td {
    display: block;
    width: 100%;
  }
	.p-404-wrap {
  	margin-top: 60px;
	}
	.m-t-wrap {
 		margin-top: 60px;
	}
}




.link-btn-wrap {
    display: flex;
    align-items: center; /* 縦位置を中央揃え */
    justify-content: center; /* 横方向で中央揃え */
    gap: 20px; /* ロゴとボタンの間隔を調整 */
    flex-wrap: wrap; /* スマホで折り返し */
    margin: 30px 0;
}

.link-btn-wrap .logo_img img {
    display: block;
}

.btn-pdf {
  	display: inline-flex;
    width: auto;
    min-width: 320px;
  	align-items: center;
		justify-content: center;
  	gap: 12px;
  	padding: 18px 30px;
  	border-radius: 10px;
  	text-decoration: none;
		font-size: 16px;
  	font-weight: 600;
		background-color: #FEF2DE;
		border: 1px solid #D57E3F;
		color: #502d0e;
  	transition: opacity 0.3s ease; /* スムーズに変化 */
}
.c-btn-link {
    display: inline-block;
    width: auto;
    min-width: 320px;
  	padding: 18px 30px;
  	border-radius: 10px;
  	text-decoration: none;
		background-color: #FEF2DE;
		border: 1px solid #D57E3F;
		color: #502d0e;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.btn-pdf__icons {
  display: inline-flex;
  align-items: center;
  gap: 10px;
	white-space: nowrap;     /* アイコン部分は折り返さない */
}

.btn-pdf__icon {
  width: 18px;   /* アイコンサイズ調整 */
  height: 18px;
}

.btn-pdf__icon--pdf {
  fill: #c8402b; /* PDFアイコンは赤系に */
}

.btn-pdf__icon--ext {
  fill: rgb(80, 45, 14); /* 外部リンクアイコンは文字色に合わせる */
}

.btn-pdf:hover {
  color: rgb(80, 45, 14);
  opacity: 0.8;
  text-decoration: none;
}
.btn-pdf:focus {
  color: rgb(80, 45, 14);
  text-decoration: none;
}
.btn-pdf:active {
  color: rgb(80, 45, 14);
  text-decoration: none;
}
/*
.btn-pdf:hover {
  background: #c36f36;
  border-color: #a85d2d;
  color: rgb(80, 45, 14);
  text-decoration: none;
}

.btn-pdf:active {
  background: #a85d2d;
  border-color: #8c4c25;
  color: rgb(80, 45, 14);
  text-decoration: none;
}
*/

.btn-pdf__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
  color: rgb(80, 45, 14);
  text-decoration: none;
}

.btn-pdf__arrow {
  margin-left: auto;
  font-size: 20px;
  color: rgb(80, 45, 14);
}

.btn-pdf__external {
  font-size: 18px;
  color: rgb(80, 45, 14);
}
.list-news-wrap {
		border-top: 1px solid #d57e3f;
		/*padding-top: 18px;*/
}
.list-article-time {
		font-size: 16px;
		color: #502d0e;
}
.list-article-title {
		font-size: 16px;
		color: #502d0e;
		margin: 0;
}
@media (max-width: 768px){
	.c-btn {
			text-align: center;
	}
	.list-article-time {
			font-size: 14px;
	}
	.list-article-title {
			font-size: 14px;
	}
}


/* お知らせ：見た目の基本（なめらかに変化させる） */
.list-article-link{
  display: block;
  text-decoration: none;
	padding: 20px 0;
}


@media screen and (min-width: 940px) {
    .section-title-area .section-title {
        font-size: 30px;
    }
}

#back-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
  z-index: 999;
}

/* 表示時 */
#back-to-top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* hover */
#back-to-top:hover {
  background: rgba(0,0,0,0.8);
}


.all-news {
    text-align: center;
    margin-top: 40px;
    display: block;
    width: auto;
    min-width: 320px;
  	padding: 18px 30px;
  	border-radius: 10px;
  	text-decoration: none;
		font-size: 20px;
  	font-weight: 600;
		background-color: rgb(254, 242, 222); /* やさしいベージュ */
		border: 1px solid rgb(213, 126, 63);
		color: rgb(80, 45, 14);               /* 落ち着いた文字色 */
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}


.taxonomy-description {
		padding: 80px 0 20px;
}
@media (max-width: 768px){
	.taxonomy-description {
			padding: 60px 0 20px;
	}
}


.entry-header .entry-title {
		padding: 2px 0 12px;
    border-bottom: 1px solid #d57e3f;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
}
@media (max-width: 768px){
	.entry-header .entry-title {
    	font-size: 22px;
	}
}


.c-single-pager-container {
    display: -webkit-box;
    display: flex;
    padding-top: 60px;
    -webkit-box-pack: center;
    justify-content: center;
}
