@charset "UTF-8";
body .news-dd_text a {
  color: blue;
  text-decoration: underline;
}
body #searchform {
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
  border: none;
  overflow: hidden;
  background: transparent;
}
body #searchform input[type=text] {
  padding-inline: 5px;
  flex: 1;
  font-size: 16px;
  border: none;
  outline: none;
  background: transparent;
  color: #333;
}
body #searchform input[type=text]::-moz-placeholder {
  color: #aaa;
}
body #searchform input[type=text]::placeholder {
  color: #aaa;
}
body #searchform button[type=submit] {
  text-align: center;
  background-color: #bf291b;
  border: none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}
body #searchform button[type=submit]:hover {
  background-color: #bf291b;
}
body {
  /* PC時のみ：検索フォームに薄い枠線・検索ボタンに左右余白 */
}
@media (min-width: 1301px) {
  body #searchform {
    border: 1px solid #ddd;
  }
  body #searchform button[type=submit] {
    padding-inline: 1rem;
  }
}
@media (max-width: 1300px) {
  body .header-btn a {
    padding: 0px !important;
    text-align: center;
  }
}
body .header-btn a {
  font-size: 2rem;
  color: white !important;
  background-color: #bf291b;
  margin: 1rem;
  padding-inline: 1rem;
  transition: 0.5s;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body .header-btn a:hover {
  opacity: 0.5;
}
body #navigation {
  margin-block: 0.3rem;
  display: flex;
  margin-block: 0.3rem;
  justify-content: space-between;
}
body .menu {
  position: relative;
  display: flex;
  gap: 2rem;
}
body .search {
  max-width: 100%;
  margin: 0 auto;
}
body .search .search-results_title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #bf291b;
  line-height: 1.4;
}
body .search .search-results_layout {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  list-style: none;
  margin: 0 0 4rem;
  padding: 0;
}
body .search .search-results_layout li {
  padding: 3rem 0;
  border-bottom: 1px solid #e2e2e2;
}
body .search .search-results_layout li:last-child {
  border-bottom: none;
}
body .search .search-results_layout li a {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #333;
}
body .search .search-results_layout li a:hover {
  color: #bf291b;
  opacity: 1;
}
body .search .search-results_layout li p {
  margin: 0;
  font-size: 1.5rem;
  color: #555;
  line-height: 1.75;
  padding-left: 0;
}
body .search .search-results_empty {
  padding: 4rem 0;
  font-size: 1.6rem;
  color: #666;
  line-height: 1.6;
}
body .search .page-numbers {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  list-style: none;
  padding: 0;
}
body .search .page-numbers li,
body .search .page-numbers .page-numbers {
  margin: 0;
}
@media (min-width: 1300.0001px) {
  body .p-global-nav {
    display: grid;
    place-items: center;
  }
}
body .menu__single form {
  height: 5rem;
}
@media (max-width: 1300px) {
  body .header-btn a {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* ------------------------------------------
 * カスタマイザー由来スタイル
 * ------------------------------------------ */
.single .inner .news-dd_text {
  letter-spacing: 0.12em;
}

.single ol,
.single li {
  list-style: revert !important;
}

.single .inner {
  max-width: 768px !important;
}

.imgmarg1 img {
  margin: 0 auto;
}

.edu {
  background: #ff7f50 !important;
}

.recruit_rep {
  background: #ff7f50 !important;
}

.news-header .category_list li a.news,
.category_list li a.news {
  background-color: #28a85f;
}

.category_list li a.report {
  background-color: #ff7f50;
  color: #ffebf6 !important;
}

a.edu {
  background: #ff7f50 !important;
}

.report-news,
a.report-news {
  background: #ff7f50 !important;
}

a.recruit_rep {
  background: #ff7f50 !important;
  color: #f5ffcf !important;
}

a.report {
  color: #ffebf6 !important;
}

/* 画像配置（中央・左右） */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.section-title {
  margin-bottom: 15px;
  padding-bottom: 0 !important;
}

/* お問い合わせ確認画面（MW WP Form / CF7 確認用） */
.page-id-24 .mw_wp_form_confirm,
.page-id-24 .wpcf7-response-output {
  width: 70%;
  margin: 0 auto;
}

/* ----- ページ内インラインから移したスタイル（読み込み順は common のまま） ----- */
.edu_img {
  max-width: 250px;
}

.hataraku_sec {
  margin-bottom: 30px;
}
.hataraku_sec a {
  background: #bf291b !important;
  opacity: 1;
  transition: 0.5s;
}
.hataraku_sec a:hover {
  opacity: 0.5;
}
.hataraku_sec {
  /* キミの未来発掘図鑑あおり：赤背景・角丸なし・画像を大きく・中央寄せ */
}
.hataraku_sec a.miraihakkutsu-thumb-link {
  background: transparent !important;
  border-radius: 0;
  display: block;
  margin: 2em auto 0;
  max-width: 380px;
}
.hataraku_sec a.miraihakkutsu-thumb-link:hover {
  opacity: 0.85;
}
.hataraku_sec a.miraihakkutsu-thumb-link img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.hataraku_button {
  padding: 2%;
}

.link_fixing_inside_details {
  color: blue !important;
  text-decoration: underline !important;
}

.about_schedule {
  max-width: 750px;
  margin: 0 auto;
}

/* about ページ用（.about-page 内のみ） */
.about-page .details-content p {
  color: black;
  font-family: "BIZ UDPゴシック", monospace;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  font-size: 10.5pt;
  margin: 0;
}
.about-page .f-container {
  display: flex;
}
.about-page .f-item a {
  text-decoration: none;
  color: white;
}
.about-page .f-item a:hover {
  color: yellow;
}
.about-page .f-item li {
  text-decoration: none;
  list-style: none;
  padding: 10px;
  border-bottom: white 1px dashed;
}
.about-page details[open] .details-content {
  animation: aboutFadeIn 2s ease;
}
.about-page summary {
  font-size: 16px;
  position: relative;
  display: block;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.2s;
  margin: 0 auto;
  opacity: 1;
}
.about-page summary:hover {
  opacity: 0.5;
}
.about-page .sum_color {
  color: green;
}
.about-page .s1 {
  color: black;
  font-family: "BIZ UDPゴシック", monospace;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 8.5pt;
}
.about-page .s2 {
  color: black;
  font-family: "BIZ UDPゴシック", monospace;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  font-size: 8.5pt;
}
.about-page .s3 {
  color: black;
  font-family: "BIZ UDPゴシック", monospace;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 5.5pt;
}
.about-page table,
.about-page tbody {
  vertical-align: top;
  overflow: visible;
}

@keyframes aboutFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}/*# sourceMappingURL=common.css.map */