@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ==================================================
   基本設定・SWELL全体調整
   ================================================== */
body.customize-support {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* フォント読み込み中の表示を最適化 */
@font-face {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-display: swap;
}

a {
    color: #0005e7;
}

/* 管理画面・エディター調整 */
.wp-admin .editor-styles-wrapper.block-editor-writing-flow {
    background: white !important;
}

.editor-styles-wrapper.block-editor-writing-flow {
    background: white !important;
}

.editor-styles-wrapper.block-editor-writing-flow {
    background: #f3f3f3;
}

/* メインコンテンツエリア */
main#main_content {
    background: #ffffff;
    letter-spacing: 0.06em;
    padding: 0px 0px 20px;
}

@media screen and (max-width: 480px) {
    main#main_content {
        background: #ffffff;
        letter-spacing: 0.06em;
        padding: 0px 10px;
    }
}




.l-mainContent__inner>.post_content {
    margin: 1em 0;
    padding: 0 var(--swl-pad_post_content, 0);
}

@media (min-width: 900px) {
    .l-mainContent__inner>.post_content {
        margin: 1em 0;
        padding: 0 85px 25px;
    }
    .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%);
    }
    .w-pageBottom {
        margin: auto 80px;
    }
}

/* ヘッダー・ナビゲーション */
@media not all and (min-width: 960px) {
    .l-header__inner {
        justify-content: left;
    }
}

@media screen and (max-width: 768px) {
    ul.p-spHeadMenu {
        background: #081663;
    }
    .p-spHeadMenu .menu-item {
        border-left: #636363 1px solid;
    }
    .-txt .c-headLogo__link {
        font-size: 4vw;
        line-height: 1.5;
        padding-top: 5px;   
    }
}

/* パンくずリスト */
@media (min-width: 900px) {
    div#breadcrumb {
        width: 100%;
    }
}

@media (min-width: 600px) {
    .p-breadcrumb__list {
        font-size: 11px;
        padding-left: 18%;
    }
}
        
.p-breadcrumb.-bg-on {
    background: #373737;
    color: white;
}

/* 検索フォーム */
.wp-block-search__label {
    display: none;
}

input#wp-block-search__input-1 {
    width: 80%;
    margin-right: 1%;
    margin-left: 4%;
    background: white;
    border-radius: 6px;
    border: 0.5px solid #ffa700;
}
    
.wp-block-search__button {
    background: #ffa700;
    border: 1px #595959 solid !important;
    border-radius: 10px;
    box-shadow: none;
    flex-shrink: 0;
    font-size: 14px;
}

.searchHaikei {
    background: #232f3e;
    margin: auto -5px !important;
    padding: 5px 0px 15px;
}

@media (min-width: 900px){
    .searchHaikei {
        margin: auto -16px !important;
    }
    .searchHaikei {
        margin: auto -90px !important;
    }
}



/* ==================================================
   画面全体アニメーションが
   ================================================== */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100vh;

  background: linear-gradient(
    170deg,
    transparent,
    rgba(255, 255, 255, 0.18),
    transparent
  );

  animation: shineScreen 6s infinite;
  pointer-events: none;   /* ← これ超重要 */
  z-index: 9999;
}

@keyframes shineScreen {
  0% {
    left: -60%;
  }
  40% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}



/* ==================================================
   記事コンテンツ・見出し・リスト
   ================================================== */
.top #content {
    padding-top: 0em;
}

.l-content {
    padding-top: 0em;
}

@media screen and (max-width: 480px) {
    .top .l-content {
        margin-left: -20px;
        margin-right: -20px;
    }
    .l-content {
        margin: 0 -7px 3em;
    }
}

/* 見出し H2, H3, H4 */
.post_content h4 {
    margin: 1.5rem 0 1.0rem;
}

.top .post_content h2 {
    font-size: 1.5em;
    line-height: 1.1;
    margin: 1.2rem 0 0.4rem;
    position: relative;
    z-index: 1;
}

.top .post_content h3 {
    font-size: 1.25em;
    line-height: 1.1;
    margin: 1.2rem 0 0.3rem;
    position: relative;
    z-index: 1;
}

.post_content h2 {
    font-size: 1.5em;
    line-height: 1.1;
    margin: 1.6rem 0 0.8rem;
    position: relative;
    z-index: 1;
}

.post_content h3 {
    font-size: 1.25em;
    line-height: 1.1;
    margin: 1.6rem 0 1.0rem;
    position: relative;
    z-index: 1;
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    position: absolute;
    display: block;
    pointer-events: none;
    content: "";
    top: -4px;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
    box-sizing: content-box;
    border-top: none;
    border-bottom: none;
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    background: #ffffff;
    padding: 1px 0.4em;
    color: #303030;
}

h1.c-pageTitle {
    margin-left: 10px;
}

@media (min-width: 600px) {
    .c-pageTitle {
        font-size: 0.8em;
        font-weight: 600;
    }
}

span.c-pageTitle__inner {
    font-size: 0.8em;
    font-weight: 600;
}

/* リスト・最新の投稿 */
@media screen and (max-width: 768px) {
    .wp-block-latest-posts.is-grid li {
        margin: 0 1.25em 1.25em 1.25em;
        width: 100%;
        background: #fbfbfb;
        border: #e1e1e1 1px solid;
        padding: 5px 10px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
        font-size: 0.8em;
    }
    .wp-block-latest-posts.is-grid {
        display: flex;
        flex-wrap: wrap;
        background: #f3f3f3;
        padding-top: 10px !important;
    }
    a.wp-block-latest-posts__post-title {
        font-size: 1.1rem;
    }
    ul.wp-block-page-list {
        margin: auto 12px;
        background: #f7f7f7;
        padding: 6px 5px 8px 30px !important;
    }
    a.wp-block-pages-list__item__link {
        color: #124ab5;
        font-size: 1.1rem;
    }
    .post_content li {
        line-height: 1.3;
        margin: 0.8em 0;
        position: relative;
    }
}

.wp-block-latest-posts.is-grid li {
    background: #292929;
    border: #e1e1e1 1px solid;
    padding: 5px 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    color: white;
    border-radius: 5px;
}

.wp-block-latest-posts.is-grid li a {
    color: #ffffff;
}

latest-posts a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}

/* 引用・画像・動画など */
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: #ffffff;
    color: black;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 0.1rem;
}

@media screen and (max-width: 768px) {
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: #181818;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 3.19;
}
}

blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {
    background: #3f3f3f;
    color: white;
    font-size: 0.8em;
    border-radius: 6px;
}

blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow a {
    color: #ffffff;
    text-decoration: underline #ffffff;
}

blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow li {
    background: #3f3f3f;
}

@media (min-width: 900px){
    img.p-articleThumb__img {
        width: 60%;
        margin: 10px auto 0px;
        display: block;
    }
}

.p-postList__thumb.c-postThumb.noimg_ {
    display: none;
}

/* テーブル */
.post_content thead td, .post_content thead th {
    background-color: #49505b;
    color: var(--thead-color--txt, #fff);
}
th a {
    color: #ffffff;
}

/* ==================================================
   FDKデザイン（モバイルTOP風味）
   ================================================== */
.fdk-top{
  --fdk-gap: 12px;
  --fdk-radius: 12px;
  --fdk-border: rgba(0,0,0,.08);
  --fdk-text: rgba(0,0,0,.86);
  --fdk-sub: rgba(0,0,0,.62);
  --fdk-red: #c3002f;
  --fdk-orange: #ff7a00;

  max-width: 760px;
  margin: 0 auto;
  color: var(--fdk-text);
}

@media (min-width: 900px){
  .fdk-top{ max-width: 980px; }
  .fdk-section{ padding: 14px 16px; }
  .fdk-heroGrid{ grid-template-columns: 2fr 1fr; }
}

.fdk-section {
    padding: 10px 3px;
}

.fdk-h2{
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.fdk-top h2.wp-block-heading.fdk-h2 {
    padding-top: 33px;
}

.fdk-img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--fdk-radius);
}

/* Hero */
.fdk-hero{ padding: 12px; }

@media screen and (max-width: 768px) {
    .fdk-hero {
        padding: 12px 3px;
    }
}

.fdk-heroGrid{
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: var(--fdk-gap);
  align-items: stretch;
}

@media screen and (max-width: 768px) {
    .fdk-heroGrid {
        gap: 8px;
    }
}

.fdk-heroMain {
    position: relative;
    display: block;
    border-radius: var(--fdk-radius);
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    border: 1px solid var(--fdk-border);
    background: #0b7b3c;
}

.fdk-heroMain .fdk-img {
    width: 94%;
    height: auto;
    display: block;
    border-radius: var(--fdk-radius);
    margin: 4px auto !important;
}

.fdk-heroMain .areaListDescription {
    margin: 8px 7px auto 12px !important;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
}

@media (min-width: 900px){
.fdk-heroMain .areaListDescription {
    font-size: 2.1rem;
    line-height: 2.4rem;
}
}

.areaListDescription {
    line-height: 1.4rem;
    color: #1417ad;
    font-size: 1.15rem;
    margin-top: 7px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
}   
    
.fdk-heroMain .areaListDescription2 {
    line-height: 1.3rem;
    font-size: 0.85rem !important;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400 !important;
}

@media (min-width: 900px){
.fdk-heroMain .areaListDescription2 {
    line-height: 1.5rem;
    font-size: 1.15rem !important;
}
}
	
.fdk-heroLabel {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 1px 5px 0px;
    border-radius: 999px;
    background: #d10000;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: .02em;
}

.fdk-heroSide{
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: var(--fdk-gap);
}

@media screen and (max-width: 768px) {
    .fdk-heroSide {
        gap: 3px;
    }
}

.fdk-heroSideCard{
  display: block;
  border: 1px solid var(--fdk-border);
  border-radius: var(--fdk-radius);
  overflow: hidden;
  background: #cb0606;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.fdk-heroSideCard2 {
    background: #6a007d;
}

.fdk-sideTitle{
  padding: 10px 10px 0 10px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
}

.fdk-sideMedia{
  position: relative;
  padding: 5px 7px;
}

.fdk-off {
    position: absolute;
    right: 8px;
    bottom: 0px;
    background: #002acb;
    border: 1px solid var(--fdk-border);
    border-radius: 10px;
    padding: 1px 5px 0px;
    font-size: 10px;
    font-weight: 800;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .fdk-off {
        position: absolute;
        right: 3px;
        bottom: 3px;
        background: #0048cf;
        border: 1px solid var(--fdk-border);
        border-radius: 10px;
        padding: 1px 5px 0px;
        font-size: 10px;
        font-weight: 800;
        color: #ffffff;
    }
}

/* Tiles */
.fdk-tiles{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--fdk-gap);
}
.fdk-tile{
  display: block;
  border: 0.5px solid rgb(155 155 155 / 54%);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  padding: 5PX;
}

.fdk-tileTitle {
    padding: 2px 5px 0px 8px;
    font-size: 18px;
    color: #0f1111;
    font-weight: 800;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .fdk-tiles {
        display: flex;
        overflow-x: auto;
        gap: 5px;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        height: 166px;
    }
    .fdk-tile {
        flex: 0 0 80%;
        max-width: 65%;
    }
}

/* Featured row */
.fdk-featured {
    display: grid;
    grid-template-columns: 1fr 92px;
    gap: var(--fdk-gap);
    align-items: center;
    border: 1px solid var(--fdk-border);
    border-radius: var(--fdk-radius);
    background: #ff8300;
    padding: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    color: white;
}

.fdk-featuredName {
    font-size: 20px;
    font-weight: 800;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #e17400;
    background: white;
    padding: 9px 5px 6px;
    line-height: 1.7rem;
    text-align: center;
    letter-spacing: normal;
    border-radius: 3px;
}

.fdk-featuredPrice {
    margin-top: 8px;
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.65rem;
    margin-left: 3px;
}

.fdk-featuredThumb .fdk-img{ border-radius: 10px; }

/* Card grid */
.fdk-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

@media screen and (max-width: 480px) {
    .fdk-grid {
        margin: auto -9px;
    }
}

.fdk-card{
  display: block;
  border: 1px solid var(--fdk-border);
  border-radius: var(--fdk-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.fdk-cardMedia{ position: relative; padding: 10px; }
.fdk-cardMedia .fdk-img{ border-radius: 10px; }
.fdk-cardText{
  padding: 10px 12px 12px 12px;
  font-size: 15px;
  color: #CC0C39;
  line-height: 1.35;
  border-top: 1px solid var(--fdk-border);
  font-weight: 800;
}
.fdk-subPrice{ display: inline-block; margin-top: 6px; font-weight: 900; color: var(--fdk-text); }

.fdk-badge {
    position: absolute;
    left: 14px;
    bottom: 14px;
    background: #003504;
    color: #fff;
    border-radius: 8px;
    padding: 3px 4px 0px 4px;
    font-size: 10px;
    font-weight: 900;
}
.fdk-badge2 {
    position: absolute;
    background: #fff;
    border: 1px solid var(--fdk-border);
    border-radius: 8px;
    padding: 2px 3px 0px 3px;
    font-size: 8px;
    font-weight: 800;
    color: var(--fdk-sub);
    left: 14px;
    bottom: 37px;
}

/* Osusume Section */
.fdk-sectionOsusume {
    padding: 10px 1px;
}

.fdk-grid-Osusume a.fdk-card { background: bisque; }
.fdk-grid-Osusume a.fdk-card2 { background: #cefff6; }
.fdk-grid-Osusume a.fdk-card3 { background: #e6ffd4; }
.fdk-grid-Osusume a.fdk-card4 { background: #474747; }
.fdk-grid-Osusume a.fdk-card5 { background: #d13e3e; }
.fdk-grid-Osusume a.fdk-card6 { background: #23b500; }
.fdk-grid-Osusume a.fdk-card7 { background: #fff5dc; }
.fdk-grid-Osusume a.fdk-card8 { background: #cefff6; }
.fdk-grid-Osusume a.fdk-card9 { background: #cefff6; }

.fdk-grid-Osusume a .fdk-cardText {
    color: #1c1c1c;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 800;
}

.fdk-card4 .fdk-cardText { color: #ffffff !important; }
.fdk-card5 .fdk-cardText { color: #ffffff !important; }
.fdk-card6 .fdk-cardText { color: #ffffff !important; }

/* Brands */
.fdk-brands {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--fdk-gap);
}
.fdk-brand{
  display: block;
  border: 1px solid var(--fdk-border);
  border-radius: var(--fdk-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.fdk-brand .fdk-img{ border-radius: var(--fdk-radius); }

/* Product list row */
.fdk-productList{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--fdk-gap);
  margin-bottom: var(--fdk-gap);
}
.fdk-product{
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--fdk-border);
  border-radius: var(--fdk-radius);
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.fdk-productImg .fdk-img{ border-radius: 10px; }
.fdk-productName{ font-size: 12px; color: var(--fdk-text); line-height: 1.35; font-weight: 700; }
.fdk-productPrice{ margin-top: 6px; font-size: 14px; font-weight: 900; color: var(--fdk-text); }

/* CTA */
.fdk-cta{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  border: 1px solid var(--fdk-border);
  border-radius: var(--fdk-radius);
  padding: 14px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.fdk-ctaText{ font-size: 14px; font-weight: 800; color: var(--fdk-text); }
.fdk-ctaBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 12px 14px;
  background: var(--fdk-orange);
  color: #fff;
  font-weight: 900;
  font-size: 13px;
}

section.fdk-section.areaSpSection {
    display: none;
}
.sectionNashiH2 {
    margin: auto 16px;
}

h2.wp-block-heading.fdk-h2.sectionNashiH2 {
    margin-left: 16px;
    padding-top: 30px;
}


/* ==================================================
   求人システム（Job / Recruit）
   ================================================== */
/* ====== 求人情報用 ====== */
    a{color:inherit}
    .wrap{
      width:min(var(--max), 92vw);
      margin:40px auto 64px;
    }

    /* Header */
.hero {
    position: relative;
    padding: 25px 15px 4px;
    border: 1px solid var(--line);
    border-radius: 16px;
    /* background: linear-gradient(180deg, rgb(255 255 255), rgb(255 255 255)); */
    /* box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
    background: #0f0049;
    box-shadow: 0px 1px 9px 5px rgba(0, 0, 0, 0.12);
    color: white;
}


.hero::before {
    content: "";
    position: absolute;
    inset: -2px;
    /* background: radial-gradient(520px 220px at 20% 20%, rgb(217 243 255 / 22%), #ffcccc00 60%), radial-gradient(520px 240px at 80% 10%, rgb(210 195 255 / 22%), #ffdcdc00 60%); */
    filter: blur(18px);
    opacity: .9;
    pointer-events: none;
    background: #3425a9;
    color: white;
}

    .hero > *{position:relative; z-index:1}

    .topline{
      display:flex;
      flex-wrap:wrap;
      gap:10px 12px;
      align-items:center;
      justify-content:space-between;
      margin-bottom:14px;
    }
.brand {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 240px;
}
    .logo{
      width:44px;
      height:44px;
      border-radius:12px;
      background: linear-gradient(135deg, rgba(56,189,248,.95), rgba(167,139,250,.95));
          box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.2);
      position:relative;
      flex:0 0 auto;
    }
.logo::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 10px;
    background: rgb(255 255 255 / 95%);
    border: 1px solid rgba(255, 255, 255, .25);
}
.brand .kyuzinKaishaName {
    margin: 0;
    font-size: 22px !important;
    letter-spacing: .02em;
    line-height: 1.25;
    font-weight: 600;
}
.brand p {
    margin: 2px 0 0;
    color: #000000;
    font-size: 13px;
}

    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      justify-content:flex-end;
    }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgb(251 0 255 / 96%);
    color: #e5e7eb;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: transform .12s ease, background .12s ease, border-color .12s ease;
    white-space: nowrap;
    box-shadow: 1px 1px 1px 0px rgb(0 0 0 / 71%);
}

.btn.primary {
    border-color: rgba(56, 189, 248, .55);
    background: linear-gradient(135deg, rgb(255 247 0 / 96%), rgb(239 255 0 / 97%));
    color: #1a1a1a;
}

.hero-actions .btn {
    background: rgb(255 0 153 / 96%);
    color: #ffffff;
    padding: 5px 11px;
}

.hero-actions .btn.primary {
    border-color: rgba(56, 189, 248, .55);
    background: linear-gradient(135deg, rgb(53 255 87 / 96%), rgb(0 255 114 / 97%));
    color: #353535;
}

@media screen and (max-width: 768px) {
    .btn {
        padding: 5px 10px;
    }
    .hero-actions {
        gap: 5px;
    }
}

    .headline{
      display:grid;
      gap:1px;
      margin-top:10px;
    }
.role {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}
.sub {
    margin: 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}

    .kpi{
      margin-top:1px;
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap:0px;
    }
    .kpi .box{
      border:1px solid var(--line);
      border-radius:14px;
      background: rgba(255,255,255,.05);
      padding:14px;
    }
.kpi .label {
    color: #292929;
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: 800;
}
.kpi .value {
    margin: 0;
    font-size: 16px;
    padding-left: 7px;
}
.kpi .value strong {
    font-size: 16px;
    color: #292929;
}

@media screen and (max-width: 768px) {
    .kpi .label {
        margin: 0 0 0px;
        line-height: 1.3rem;
    }
    .kpi .box {
        padding: 10px 10px 5px 0px;
    }
}

    /* Main grid */
    .grid{
      margin-top:18px;
      display:grid;
      grid-template-columns: 1.35fr .65fr;
      gap:16px;
      align-items:start;
    }



@media (min-width: 900px){
    .side {
        padding-bottom: 13px;
    }
}
.card .hd {
    padding: 16px 18px 0px;
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

aside.card.side header.hd {
    display: inline;
}

aside.card.side header.hd h2 {
    margin-left: 10px;
}

aside.card.side header.hd span.badge {
    margin-left: 11px;
    margin-top: 6px;
}

.card .hd h2 {
    margin: 0;
    font-size: 20px;
    letter-spacing: .04em;
    padding: 1px 0.6em;
}
.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid rgba(52, 211, 153, .35);
    background: rgba(52, 211, 153, .12);
    color: #000000 !important;
    white-space: nowrap;
}

@media (min-width: 900px){
    aside.card.side .hd h2 {
        font-size: 15px;
    }
    .badge {
        font-size: 10px;
        max-width: 77%;
    }
}

.card .bd{
      padding:16px 18px;
    }

    /* Table */

table.has-fixed-layout {
    font-size: 0.9rem;
}

    .table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      overflow:hidden;
      border:1px solid var(--line);
      border-radius:14px;
      background: rgba(255,255,255,.03);
    }
.table th, .table td {
    padding: 4px 11px;
    border-bottom: 1px solid rgb(0 0 0 / 12%);
    vertical-align: top;
    line-height: 1.5;
}
.table tr:last-child th, .table tr:last-child td {
    border-bottom: 1px solid #737373;
}
.table th {
    width: 32%;
    color: #272727;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    background: rgba(255, 255, 255, .02);
}
    .table td{
      font-size:13px;
    }

    /* Chips */
.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgb(81 81 81 / 5%);
    font-size: 13px;
    font-weight: 700;
    color: #000000;
}
    .chip svg{opacity:.9}
.chip.good {
    border-color: rgba(52, 211, 153, .32);
    background: rgb(0 255 162 / 40%);
}

    /* Lists */
.list {
    margin: 0;
    padding-left: 18px;
    color: #000000;
    line-height: 1.85;
    font-size: 14px;
}
    .muted{color:var(--muted)}
.note {
    margin-top: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(56, 189, 248, .28);
    background: rgba(56, 189, 248, .10);
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    margin: auto 12px;
}
aside.card.side {
    padding-bottom: 15px;
}

@media (min-width: 900px) {
    .note {
        margin: auto 11px auto 13px;
        padding: 8px 14px;
    }
}

article.card .bd .note {
    margin: auto 0px auto 0px;
}

    /* Side card */
    .side .bd{
      display:contents;
      gap:10px;
    }
.kv {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px 18px;
    background: rgba(255, 255, 255, .04);
}

.kv .v {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}
.kv .v a {
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cta {
    margin-top: 6px;
    display: grid;
    gap: 8px;
    margin: 6px 50px auto;
}

@media (min-width: 900px) {
    .cta {
        margin: auto 11px auto 13px;
    }
}

.cta .btn{
      width:100%;
    }

.cta a.btn.primary.ouboForm {
    background: linear-gradient(135deg, rgb(0 8 255 / 96%), rgb(12 31 255 / 97%));
}

.cta a.primary {
    background: rgb(16 111 0 / 99%);
    padding: 12px 10px;
    border-radius: 0;
    color: white;
    width: 100%;
}

.cta a.btn {
    padding: 7px 10px;
    color: white;
    border-radius: 9px;
    line-height: 3.8rem;
}

a.btn.primary.ouboForm {
    border-color: rgba(56, 189, 248, .55);
    background: linear-gradient(135deg, rgb(3 0 203 / 96%), rgb(20 0 171 / 97%));
    color: #ffffff;
    line-height: 3.8rem;
    border-radius: 8px;
}

    /* Footer */
    .footer{
      margin-top:14px;
      color:var(--muted);
      font-size:12px;
      line-height:1.7;
    }

    /* Responsive */
    @media (max-width: 980px){
      .kpi{grid-template-columns: 1fr; }
      .grid{grid-template-columns: 1fr; }
      .table th{width:38%}
      .hero-actions{justify-content:flex-start}
    }
    
/* ====== 求人概要用 ====== */
section.job {
    padding: 15px 15px 0px;
    border: 1px solid #d3d3d3;
    border-radius: 16px;
    background: linear-gradient(180deg, rgb(255 255 255), rgb(255 255 255));
    box-shadow: 0px 1px 9px 5px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    margin-bottom: 40px;
    line-height: 0.8rem;
}

@media (min-width: 900px){
    section.job {
        padding: 20px 25px 0px;
        box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
        margin: auto 20px 40px;
    }
}

.job__hero {
    padding: 22px 20px 0px;
    border-bottom: none;
    background: linear-gradient(135deg, rgb(245 252 255 / 18%), rgb(249 247 255 / 10%));
}

.job__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

    .brandQzin{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:240px;
    }
    .logoQzin{
      width:42px;
      height:42px;
      border-radius:12px;
      background: linear-gradient(135deg, rgba(56,189,248,.95), rgba(167,139,250,.95));
      box-shadow: 0 10px 22px rgba(56,189,248,.16);
      position:relative;
      flex:0 0 auto;
    }
.logoQzin::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 10px;
    background: rgb(255 255 255);
    border: 1px solid rgba(255, 255, 255, .24);
}

.brandQzin__title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.25;
}
.brandQzin__sub {
    margin: 2px 0 0;
    font-size: 12px;
    color: rgb(0 0 0 / 90%);
    line-height: 1.1rem;
}
    .tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      justify-content:flex-end;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      padding:7px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      border:1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.07);
      color: var(--text);
      white-space:nowrap;
    }
    .tag.accent{
      border-color: rgba(56,189,248,.55);
      background: rgba(56,189,248,.14);
    }
    
    @media (min-width: 900px){
    .tag {
        font-size: 15px;
    }
    }

    .job__title{
      margin:0;
      font-size:22px;
      font-weight:900;
      letter-spacing:.02em;
    }
.job__copy {
    margin: 0px 0 3px;
    color: rgb(24 24 24 / 84%);
    font-size: 13px;
    line-height: 1.2;
}

    @media (min-width: 900px){
.job__copy {
    margin: 0px 0 3px 14px;
}
}

.job__body {
    padding: 4px 5px 20px;
    display: grid;
    gap: 7px;
}


.kpiQzin {
    display: grid;
    /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
    gap: 2px;
}
.kpiQzin__box {
    border: 1px solid #f3f3f3;
    /* border-radius: 14px; */
    background: rgba(255, 255, 255, .05);
    padding: 4px 8px;
}

.kpiQzin__label {
    margin: 0 0 1px;
    font-size: 12px;
    letter-spacing: .06em;
    color: #292222;
}
.kpiQzin__value {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}
.kpiQzin__value strong {
    font-size: 13px;
}

    .ctaQzin{
      display: inherit;
      flex-wrap:wrap;
      gap:10px;
      margin-top:2px;
    }
    .btnQzin{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:15px 14px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.20);
      background: rgba(255,255,255,.07);
      text-decoration:none;
      font-weight:900;
      font-size:14px;
      transition: transform .12s ease, background .12s ease, border-color .12s ease;
      white-space:nowrap;
    }

.btnQzin.primary {
    border-color: rgba(56, 189, 248, .60);
    background: #1951d7;
    color: #ffffff;
}

    .foot{
      margin-top:8px;
      color:var(--muted);
      font-size:12px;
      line-height:1.7;
    }

    @media (max-width: 860px){
      .kpiQzin{grid-template-columns: 1fr}
      .table th{width:38%}
      .tags{justify-content:flex-start}
    }
    
.bd table.table {
    margin-bottom: 20px;
}
span.hissu {
    margin-left: 5px;
    padding: 0px 6px;
    background: #dc0000;
    color: white;
    font-size: 0.9em;
}

h2.wp-block-heading.recommendQzin {
    background: #ffffff;
    padding: 5px 1px 3px 5px;
    color: #000000;
    font-size: 1.1rem;
}
figure.wp-block-gallery.has-nested-images.columns-4.is-cropped.sekkyokuSaiyou.wp-block-gallery-1.is-layout-flex.wp-block-gallery-is-layout-flex {
    margin: auto 16px;
}
    
/* ==================================================
   ウィジェット・サイドバー
   ================================================== */
.widgetH2 {
    position: relative;
    padding: 0.6em;
    background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
    background: repeating-linear-gradient(-45deg, #002bff, #0d2bbd 4px, #1536d5 3px, #143cff 8px);
    border-radius: 7px;
    color: white;
    margin-bottom: 17px;
}

.widgetH2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #1f24e1;
    width: 0;
    height: 0;
}

.kaishaJouhou {
    background: #f9f9f9;
    color: #3f3a3a;
    padding: 5px 10px;
    border: 1px solid #332b2b;
}

.global-side--left {
    display: none;
}

.global-side {
    display: none;
}

.c-widget__title.-spmenu {
    padding: .5em .75em;
    background: #6361ff;
    color: #fff;
    text-align: center;
    border-radius: 30px 30px 10px 10px;
}


/* ==================================================
   フォーム関連 (Contact Form 7)
   ================================================== */
/* ====== 応募フォーム====== */
form.wpcf7-form {
    padding: 17px 2px 15px;
    /* background: #f9fff9; */
    border-bottom: 2px #c5c5c5 solid;
}

@media (min-width: 900px){
    form.wpcf7-form {
        padding: 5px 60px 60px;
    }
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}

form.wpcf7-form p {
    margin-bottom: 16px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #f9f9f9;
    border: 1px solid hsl(0deg 0% 52.9% / 50%);
    border-radius: 0 0 0 0;
    color: #1e1d1d;
    padding: .8em .5em;
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.06);
}

input.wpcf7-form-control.wpcf7-text.your-message {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid hsl(0deg 0% 15.9% / 50%);
    border-radius: 0 0 8px 0;
    color: #1e1d1d;
    padding: .25em .5em;
    height: 150px;
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.06);
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    /* background-color: #0010f1; */
    border: 1px solid hsla(0, 0%, 78%, .5);
    border-radius: 10px;
    color: #ffffff;
    padding: .85em .5em;
    width: 100%;
    text-align: center;
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, #ff00f7 0%, #149fff 100%);
}

form.wpcf7-form li p {
    margin-bottom: 7px;
    font-size: 0.8rem;
}

.page-id-908 div#custom_html-11 {
    display: none;
}

form.wpcf7-form li {
    margin: 0.2em 0 0.2em;
}

.wpcf7-spinner {
    display: none;
}

input.your-check {
    margin: 19px 0px 15px 14px !important;
}

@media (min-width: 1100px){
    input.your-check {
        margin: 19px auto 15px auto !important;
    }
}


/* ==================================================
   その他調整（アニメーション・カラム等）
   ================================================== */
/* エリアリンク：ボタン風グリッド */
.area-links{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* PCは3列 */
  gap: 5px;
  margin: 18px 0;
  padding: 0;
}
/* エリアリンクボタンの高さを固定してガタつきを防ぐ */
.area-links .area-links__item {
    min-height: 50px; /* 実際のボタンの高さに合わせて調整してください */
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ボックス（aタグをボタン化） */
.area-links__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 12px 10px;
    border-radius: 10px 9px 9px 11px;
    border: 1px solid #e5e5e5;
    background: #1c1b1b;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.09);
    transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

/* ホバー（PC） */
.area-links__item:hover{
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.10);
  border-color: #cfcfcf;
}

/* タップ時（スマホでも押した感） */
.area-links__item:active{
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

/* フォーカス（キーボード操作対応） */
.area-links__item:focus-visible{
  outline: 3px solid rgba(0,0,0,0.25);
  outline-offset: 2px;
}

/* 画面光らせるアニメーション用 */
.area-links__item {
  position: relative;
}

.area-links__item::before {
  pointer-events: none;
}

.area-links__item:hover {
    transform: translateY(-3px);
    box-shadow:
      0 0 14px rgba(255, 240, 210, 0.5),
      0 0 36px rgba(255, 210, 170, 0.35);
}

.area-links__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
      120deg,
      transparent,
      rgba(255,255,255,0.1),
      transparent
    );
    animation: shine 5.2s infinite;
}

@keyframes shine {
    0% { left: -60%; }
    40% { left: 120%; }
    100% { left: 120%; }
}

@media (max-width: 860px){
    .wp-block-columns {
        gap: 3px !important;
    }
    .shadow_on>.wp-block-column {
        background: #fff;
        box-shadow: var(--swl-box_shadow);
        color: #333;
        padding: 0.01em;
    }
    .dougaTop blockquote {
        padding: 1.5em 2em 1.5em 2.5em;
        background: #00d9ff;
        margin: 2px auto;
        border-radius: 6px;
    }
    .home .post_content blockquote::before {
        display: none;
    }
    .page-id-1074 .post_content blockquote::before {
        display: none;
    }
    .home figure.wp-block-embed.aligncenter.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio {
        padding: 1.5em 2em 1.5em 2.5em;
        background: #d6ff00;
        margin: 2px auto;
        border-radius: 6px;
    }
    .wp-block-columns.shadow_on\,.dougaTop {
        margin-bottom: 3px;
    }
}
[class*=is-style-btn_] {
    margin: 0 auto 1em;
}
.bizIppanDescription strong {
    color: #212121;
}

/* ==================================================
   ページID別の個別指定
   ================================================== */
/* ====== 求人ページ以外の題名h1 の書式設定 ====== */
/* 対象: parent-pageid-276, 40, 1102 など */

.parent-pageid-276 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner,
.parent-pageid-40 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner,
.parent-pageid-1102 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner,
.page-id-1102 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner,
.page-id-276 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner,
.page-id-38 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner,
.page-id-329 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner,
.page-id-36 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner,
.page-id-33 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner,
.page-id-125 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner,
.page-id-40 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    float: left;
    margin-bottom: 0px;
    padding: 0.8em 0.6em 0.3em;
    font-size: 1.8rem;
    line-height: 1.3;
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #2589d0;
    color: #333333;
    margin-bottom: 16px;
}

/* 下線の色変更 (緑) */
.page-id-36 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner,
.page-id-33 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner,
.page-id-125 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner,
.page-id-40 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    border-bottom: 3px solid #0f6312;
}

/* Page 908 (応募フォーム) */
.page-id-908 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    float: left;
    margin-bottom: 0px;
    padding: 0.8em 0.6em 0.3em;
    font-size: 1.8rem;
    line-height: 1.3;
}

.page-id-908 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    position: relative;
    padding: .5em .7em .01em;
    border-bottom: 3px solid #ffffff;
    color: #333333;
    margin: 16px auto 0px;
    text-align: center;
    font-weight: 400;
    font-size: 1.8rem;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    float: none;
}

/* タイトルのボーダー消去 */
.parent-pageid-276 .c-pageTitle[data-style=b_bottom],
.parent-pageid-40 .c-pageTitle[data-style=b_bottom],
.parent-pageid-1102 .c-pageTitle[data-style=b_bottom],
.page-id-1102 .c-pageTitle[data-style=b_bottom],
.page-id-276 .c-pageTitle[data-style=b_bottom],
.page-id-38 .c-pageTitle[data-style=b_bottom],
.page-id-329 .c-pageTitle[data-style=b_bottom],
.page-id-908 .c-pageTitle[data-style=b_bottom],
.page-id-36 .c-pageTitle[data-style=b_bottom],
.page-id-33 .c-pageTitle[data-style=b_bottom],
.page-id-125 .c-pageTitle[data-style=b_bottom],
.page-id-40 .c-pageTitle[data-style=b_bottom] {
    border-bottom: none;
}

/* 疑似要素（装飾） */
.parent-pageid-276 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.parent-pageid-276 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.parent-pageid-40 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.parent-pageid-40 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.parent-pageid-1102 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.parent-pageid-1102 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.page-id-1102 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.page-id-1102 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.page-id-276 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.page-id-276 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.page-id-38 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.page-id-38 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.page-id-329 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.page-id-329 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
/* .page-id-908 ... (コメントアウト部分は除外) */
.page-id-36 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.page-id-36 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.page-id-33 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.page-id-33 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.page-id-125 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.page-id-125 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.page-id-40 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.page-id-40 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.parent-pageid-276 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.parent-pageid-40 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.parent-pageid-1102 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.page-id-1102 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.page-id-276 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.page-id-38 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.page-id-329 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before {
    background-color: #2589d0;
}

.page-id-36 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.page-id-33 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.page-id-125 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before,
.page-id-40 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::before {
    background-color: #0f6312;
}

.parent-pageid-276 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.parent-pageid-40 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.parent-pageid-1102 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.page-id-1102 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.page-id-276 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.page-id-38 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.page-id-329 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.page-id-36 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.page-id-33 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.page-id-125 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after,
.page-id-40 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner::after {
    bottom: -11px;
    background-color: #fff;
}

/* ウィジェット非表示設定 */
.page-id-329 div#recent-posts-2,
.parent-pageid-33 div#recent-posts-2,
.parent-pageid-36 div#recent-posts-2,
.page-id-120 div#recent-posts-2,
.parent-pageid-251 div#recent-posts-2,
.page-id-908 div#recent-posts-2,
.page-id-38 div#recent-posts-2,
.parent-pageid-40 div#recent-posts-2,
.parent-pageid-276 div#recent-posts-2,
.page-id-276 div#recent-posts-2,
.parent-pageid-329 div#recent-posts-2,
.parent-pageid-1102 div#recent-posts-2,
.page-id-1102 div#recent-posts-2 {
    display: none;
}

.parent-pageid-329 div#custom_html-2,
.parent-pageid-329 div#custom_html-5,
.parent-pageid-329 div#custom_html-6,
.parent-pageid-329 .l-footer__widgetArea,
.page-id-908 div#custom_html-2,
.page-id-908 div#custom_html-5,
.page-id-908 div#custom_html-6,
.page-id-908 .l-footer__widgetArea {
    display: none;
}
.parent-pageid-329 div#custom_html-11 {
    display: none;
}
.parent-pageid-329 figure.p-articleThumb {
    margin-top: 3px;
    position: relative;
    display: inline-block;
}
@media (min-width: 900px) {
    .parent-pageid-329 img.p-articleThumb__img {
        width: 30%;
        margin: 10px auto 0px;
        display: block;
        box-shadow: none;
    }
}

@media screen and (max-width: 480px) {
    .parent-pageid-329 main#main_content {
        /* background: #ffffff; */
        letter-spacing: 0.06em;
        padding: 0px 10px;
        background: #f5f5f5;
		padding-bottom: 10px;
    }
}

    .parent-pageid-329 figure.p-articleThumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 16%);
    pointer-events: none;
}


/* ページごとの見出し余白など */
.parent-pageid-33 .post_content h3,
.parent-pageid-36 .post_content h3,
.page-id-120 .post_content h3,
.parent-pageid-251 .post_content h3 {
    margin: 0.6rem 0 0.6rem;
    padding-bottom: 0.2em;
}

@media (min-width: 900px) {
    ul.wp-block-latest-posts__list.is-grid.columns-2.has-dates.gyoukaiNews.wp-block-latest-posts {
        margin: auto 16px;
    }
}   
    
ul.wp-block-latest-posts__list.is-grid.columns-2.has-dates.gyoukaiNews.wp-block-latest-posts {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


/* ==================================================
   Wikipediaページ用（Page ID: 1429）
   ================================================== */
.parent-pageid-1429 span.c-pageTitle__inner {
    font-size: 1.2em;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
    line-height: 1.375;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
}

@media (min-width: 900px) {
.parent-pageid-1429 span.c-pageTitle__inner {
    font-size: 2.2em;
    margin: auto auto auto 9px;
}	
}


.parent-pageid-1429 .post_content strong {
    font-weight: 400 !important;
}

@media (min-width: 900px) {
.parent-pageid-1429 .w-fixSide {
    margin-top: 2em;
    max-height: calc(90vh - 5px - var(--swl-adminbarH, 0px) - var(--swl-fix_headerH, 0px));
    overflow-y: auto;
    top: calc(8px + var(--swl-adminbarH, 0px) + var(--swl-fix_headerH, 0px));
}
}

.parent-pageid-1429 h1.c-pageTitle {
    margin-left: 0px;
}

.pageid-1429 span.c-pageTitle__inner {
    font-size: 1.2em;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
    line-height: 1.375;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
}

.pageid-1429 h1.c-pageTitle {
    margin-left: 0px;
}

.parent-pageid-1429 .l-mainContent__inner>.post_content {
    margin: 1em 0 4em;
    padding: 0 var(--swl-pad_post_content, 0);
}

.parent-pageid-1429 div#recent-posts-2 {
    display: none;
}

.page-id-1429 div#recent-posts-2 {
    display: none;
}

.parent-pageid-1429 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    padding: 1.5em .05em .25em;
}

.parent-pageid-1429 h2.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-1429 h3.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
    border-bottom: 1px solid #9ba0a5;
}

.parent-pageid-1429 h4.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-1429 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    background: none;
}

.parent-pageid-1429 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    border-bottom: 1px solid #dbdbdb;
}
/*
.parent-pageid-1429 blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow a {
    color: #3f43ff;
    text-decoration: underline #ccffcc;
}

.parent-pageid-1429 blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {
    background: #ededed;
    color: #000000;
    font-size: 0.9em;
    border-radius: 6px;
    text-decoration: underline #ccffcc;
}
 */

}

@media (min-width: 900px) {
    .parent-pageid-1429 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
    }
    .parent-pageid-1429 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
        padding: 15px 30px 10px;
    }
    .parent-pageid-1429 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
        border-bottom: 1px solid #dbdbdb;
        margin: auto 16px;
        font-size: 2.0em;
    }
    .pageid-1429 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
        border-bottom: 1px solid #dbdbdb;
        margin: auto 16px;
        font-size: 2.0em;
    }
    
	/* 
	.parent-pageid-1429 #lp-content .post_content, #main_content .post_content {
        font-size: 0.9rem;
    }
	*/
	.parent-pageid-1429 .post_content h3 {
        margin: 3.4rem 0 0.5rem;
        border-bottom: 1px solid #9ba0a5;
    }
    .parent-pageid-1429 .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
        padding: 0 0 0 16px;
        border-left: none;
    }
    .page-id-1429 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
        border-bottom: 1px solid #dbdbdb;
        margin: auto 16px;
        font-size: 2.0em;
    }
    .page-id-1429 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
        padding: 15px 45px 10px;
    }
}


.parent-pageid-1429 .c-pageTitle:after {
    /* clear: both; */
    /* content: ""; */
    /* display: block; */
    /* height: 0; */
    /* visibility: hidden; */
    content: "風俗Wiki-Glossary";
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: normal;
    color: #3b3535;
    padding-left: 10px;
    line-height: 2.1em;
    height: auto;
    visibility: visible;
    content: "出典元：風俗Wiki-Glossary";
}

.page-id-1429 span.c-pageTitle__inner {
    font-size: 1.2em;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
    line-height: 1.375;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
}

.page-id-1429 h1.c-pageTitle {
    margin-left: 0px;
}

.parent-pageid-1429 div#content .post_content {
    font-size: 17px;
    line-height: 1.5;
    font-family: sans-serif;
}

@media (max-width: 860px){
.parent-pageid-1429 div#content .post_content {
    font-size: 14px;
    line-height: 1.5;
    font-family: sans-serif;
}
}



/* ==================================================
   スマホ ハンバーガーメニュー
================================================== */

.c-listMenu .children a, .c-listMenu .sub-menu a {
    font-size: .9em;
    padding-left: 3.5em;
}



/* ==================================================
   SPメニューアニメーション
   ================================================== */
/* メニュー */
.p-spMenu__inner {
  width: 100%;
  height: 100%;
  transform: translateX(0)!important;
  opacity: 0;
  transition: opacity .1s ease-out!important;
}

/* メニューをフェードイン */
.p-spMenu__body {
    opacity: 0;
    transform: translateY(20px);
}

[data-spmenu="opened"] .p-spMenu__body {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.1s ease-in, transform .1s ease-out;
}

/* メニュー（オープン時） */
[data-spmenu="opened"] .p-spMenu__inner {
  opacity: 1;
}

/* 背景色をぼかす */
.p-spMenu__inner::before {
    background: rgb(255 255 255 / .29);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.p-spMenu .c-listMenu a:before {
    color: inherit;
/*    content: "\e921"; */
    display: inline-block;
    left: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
/*    content: "\e90f"; */
    content: "";
}

.p-spMenu__closeBtn .c-iconBtn__icon {
    font-size: 32px;
    font-weight: 600;
    background: rgb(255 255 255 / 85%);
    padding: 3px;
}

.p-spMenu__nav {
    margin-top: -1em;
    padding: 0.8em 0.8em 0.8em 1.3em;
    font-size: 1.8rem;
    font-weight: 600;
    background-color: rgb(255 255 255 / 98%);
    border-radius: 13px;
    color: #1e1e1e;
    /* font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif; */
}

.p-spMenu__body div#sp_menu_bottom {
    margin-left: 22px;
}

a {
    color: #2861d3;
}









/* ==================================================
   よくある質問ページ用（Page ID: 276）
   ================================================== */
.parent-pageid-276 span.c-pageTitle__inner {
    font-size: 1.2em;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
    line-height: 1.375;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
}

.parent-pageid-276 h1.c-pageTitle {
    margin-left: 0px;
}

.pageid-1429 span.c-pageTitle__inner {
    font-size: 1.2em;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
    line-height: 1.375;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
}

.pageid-1429 h1.c-pageTitle {
    margin-left: 0px;
}

.parent-pageid-276 .l-mainContent__inner>.post_content {
    margin: 1em 0 4em;
    padding: 0 var(--swl-pad_post_content, 0);
}

.parent-pageid-276 div#recent-posts-2 {
    display: none;
}

.page-id-1429 div#recent-posts-2 {
    display: none;
}

.parent-pageid-276 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    padding: 1.5em .05em .25em;
}

.parent-pageid-276 h2.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-276 h3.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-276 h4.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-276 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    background: 1px #ededed;
}

@media (min-width: 900px) {
    .parent-pageid-276 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
    }
    .parent-pageid-276 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
        padding: 15px 45px 10px;
    }
    .parent-pageid-276 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
        margin: auto 16px;
        font-size: 2.0em;
    }
    .pageid-1429 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
        border-bottom: 1px solid #dbdbdb;
        margin: auto 16px;
        font-size: 2.0em;
    }
    
	/* 
	.parent-pageid-276 #lp-content .post_content, #main_content .post_content {
        font-size: 0.9rem;
    }
	*/
	.parent-pageid-276 .post_content h3 {
        margin: 3.4rem 0 0.5rem;
    }
    .parent-pageid-276 .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
        padding: 0 0 0 16px;
        border-left: none;
    }
}

.parent-pageid-276 div#content .post_content {
    font-size: 17px;
    line-height: 1.5;
    font-family: sans-serif;
}

@media (max-width: 860px){
.parent-pageid-276 div#content .post_content {
    font-size: 16px;
    line-height: 1.5;
    font-family: sans-serif;
}
}







/* ==================================================
   法律ページ用（Page ID: 40）
   ================================================== */
.parent-pageid-40 span.c-pageTitle__inner {
    font-size: 1.2em;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
    line-height: 1.375;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
}

.parent-pageid-40 h1.c-pageTitle {
    margin-left: 0px;
}

.pageid-1429 span.c-pageTitle__inner {
    font-size: 1.2em;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
    line-height: 1.375;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
}

.pageid-1429 h1.c-pageTitle {
    margin-left: 0px;
}

.parent-pageid-40 .l-mainContent__inner>.post_content {
    margin: 1em 0 4em;
    padding: 0 var(--swl-pad_post_content, 0);
}

.parent-pageid-40 div#recent-posts-2 {
    display: none;
}

.page-id-1429 div#recent-posts-2 {
    display: none;
}

.parent-pageid-40 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    padding: 1.5em .05em .25em;
}

.parent-pageid-40 h2.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-40 h3.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-40 h4.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-40 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    background: 1px #ededed;
}

@media (min-width: 900px) {
    .parent-pageid-40 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
    }
    .parent-pageid-40 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
        padding: 15px 45px 10px;
    }
    .parent-pageid-40 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
        margin: auto 16px;
        font-size: 2.0em;
    }

    
	/* 
	.parent-pageid-40 #lp-content .post_content, #main_content .post_content {
        font-size: 0.9rem;
    }
	*/
	.parent-pageid-40 .post_content h3 {
        margin: 3.4rem 0 0.5rem;
    }
    .parent-pageid-40 .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
        padding: 0 0 0 16px;
        border-left: none;
    }
}

.parent-pageid-40 div#content .post_content {
    font-size: 17px;
    line-height: 1.5;
    font-family: sans-serif;
}

@media (max-width: 860px){
.parent-pageid-40 div#content .post_content {
    font-size: 16px;
    line-height: 1.5;
    font-family: sans-serif;
}
}






/* ==================================================
   ニュースページ用（Page ID: single-post）
   ================================================== */
.single-post span.c-pageTitle__inner {
    font-size: 1.2em;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
    line-height: 1.375;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
}

.single-post h1.c-pageTitle {
    margin-left: 0px;
}

.single-post .l-mainContent__inner>.post_content {
    margin: 1em 0 4em;
    padding: 0 var(--swl-pad_post_content, 0);
}

.single-post div#recent-posts-2 {
    display: none;
}

.page-id-1429 div#recent-posts-2 {
    display: none;
}

.single-post .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    padding: 1.5em .05em .25em;
}

.single-post h2.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.single-post h3.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.single-post h4.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.single-post .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    background: 1px #ededed;
}

@media (min-width: 900px) {
    .single-post .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
    }
    .single-post .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
        padding: 15px 45px 10px;
    }
    .single-post .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
        margin: auto 16px;
        font-size: 2.0em;
    }

    
	/* 
	.single-post #lp-content .post_content, #main_content .post_content {
        font-size: 0.9rem;
    }
	*/
	.single-post .post_content h3 {
        margin: 3.4rem 0 0.5rem;
    }
    .single-post .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
        padding: 0 0 0 16px;
        border-left: none;
    }
}


.single-post div#content .post_content {
    font-size: 17px;
    line-height: 1.5;
    font-family: sans-serif;
}

@media (max-width: 860px){
.single-post div#content .post_content {
    font-size: 16px;
    line-height: 1.5;
    font-family: sans-serif;
}
}







/* ==================================================
   お悩み相談ページ用（Page ID: 1102）
   ================================================== */
.parent-pageid-1102 span.c-pageTitle__inner {
    font-size: 1.2em;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
    line-height: 1.375;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
}

.parent-pageid-1102 h1.c-pageTitle {
    margin-left: 0px;
}


.parent-pageid-1102 .l-mainContent__inner>.post_content {
    margin: 1em 0 4em;
    padding: 0 var(--swl-pad_post_content, 0);
}

.parent-pageid-1102 div#recent-posts-2 {
    display: none;
}

.parent-pageid-1102 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    padding: 1.5em .05em .25em;
}

.parent-pageid-1102 h2.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-1102 h3.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-1102 h4.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-1102 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    background: 1px #ededed;
}

@media (min-width: 900px) {
    .parent-pageid-1102 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
    }
    .parent-pageid-1102 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
        padding: 15px 45px 10px;
    }
    .parent-pageid-1102 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
        margin: auto 16px;
        font-size: 2.0em;
    }

    
	/* 
	.parent-pageid-1102 #lp-content .post_content, #main_content .post_content {
        font-size: 0.9rem;
    }
	*/
	.parent-pageid-1102 .post_content h3 {
        margin: 3.4rem 0 0.5rem;
    }
    .parent-pageid-1102 .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
        padding: 0 0 0 16px;
        border-left: none;
    }

}


.parent-pageid-1102 div#content .post_content {
    font-size: 17px;
    line-height: 1.5;
    font-family: sans-serif;
}

@media (max-width: 860px){
.parent-pageid-1102 div#content .post_content {
    font-size: 16px;
    line-height: 1.5;
    font-family: sans-serif;
}
}




/* ==================================================
   エリアページ用（Page ID: 33）
   ================================================== */


.parent-pageid-33 .l-mainContent__inner>.post_content {
    margin: 1em 0 4em;
    padding: 0 var(--swl-pad_post_content, 0);
}

.parent-pageid-33 div#recent-posts-2 {
    display: none;
}

.parent-pageid-33 h2.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-33 h3.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-33 h4.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-33 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    background: 1px #ededed;
}

@media (min-width: 900px) {
    .parent-pageid-33 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
    }
    .parent-pageid-33 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
        padding: 15px 45px 10px;
    }
    
	/* 
	.parent-pageid-33 #lp-content .post_content, #main_content .post_content {
        font-size: 0.9rem;
    }
	*/
.parent-pageid-33 .post_content h3 {
    /* margin: 3.4rem 0 0.5rem; */
    margin: 1.0rem 0 0.5rem;
}
    .parent-pageid-33 .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
        padding: 0 0 0 16px;
        border-left: none;
    }
}

.parent-pageid-33 div#content .post_content {
    font-size: 17px;
    line-height: 1.5;
    font-family: sans-serif;
}

@media (max-width: 860px){
.parent-pageid-33 div#content .post_content {
    font-size: 16px;
    line-height: 1.5;
    font-family: sans-serif;
}
}




/* ==================================================
   職種ページ用（Page ID: 36）
   ================================================== */


.parent-pageid-36 .l-mainContent__inner>.post_content {
    margin: 1em 0 4em;
    padding: 0 var(--swl-pad_post_content, 0);
}

.parent-pageid-36 div#recent-posts-2 {
    display: none;
}

.parent-pageid-36 h2.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-36 h3.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-36 h4.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-36 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    background: 1px #ededed;
}

@media (min-width: 900px) {
    .parent-pageid-36 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
    }
    .parent-pageid-36 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
        padding: 15px 45px 10px;
    }
    
	/* 
	.parent-pageid-36 #lp-content .post_content, #main_content .post_content {
        font-size: 0.9rem;
    }
	*/
	.parent-pageid-36 .post_content h3 {
        margin: 1.0rem 0 0.5rem;
    }
    .parent-pageid-36 .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
        padding: 0 0 0 16px;
        border-left: none;
    }
}

.parent-pageid-36 div#content .post_content {
    font-size: 17px;
    line-height: 1.5;
    font-family: sans-serif;
}

@media (max-width: 860px){
.parent-pageid-36 div#content .post_content {
    font-size: 16px;
    line-height: 1.5;
    font-family: sans-serif;
}
}




/* ==================================================
   路線ページ用（Page ID: 251）
   ================================================== */


.parent-pageid-251 .l-mainContent__inner>.post_content {
    margin: 1em 0 4em;
    padding: 0 var(--swl-pad_post_content, 0);
}

.parent-pageid-251 div#recent-posts-2 {
    display: none;
}

.parent-pageid-251 h2.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-251 h3.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-251 h4.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-251 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    background: 1px #ededed;
}

@media (min-width: 900px) {
    .parent-pageid-251 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
    }
    .parent-pageid-251 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
        padding: 15px 45px 10px;
    }
    
	/* 
	.parent-pageid-251 #lp-content .post_content, #main_content .post_content {
        font-size: 0.9rem;
    }
	*/
	.parent-pageid-251 .post_content h3 {
        margin: 3.4rem 0 0.5rem;
    }
    .parent-pageid-251 .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
        padding: 0 0 0 16px;
        border-left: none;
    }
}

.parent-pageid-251 div#content .post_content {
    font-size: 17px;
    line-height: 1.5;
    font-family: sans-serif;
}

@media (max-width: 860px){
.parent-pageid-251 div#content .post_content {
    font-size: 16px;
    line-height: 1.5;
    font-family: sans-serif;
}
}







/* ==================================================
   サイト紹介ページ用（Page ID: 38）
   ================================================== */
.page-id-38 span.c-pageTitle__inner {
    font-size: 1.2em;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
    line-height: 1.375;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
}

.page-id-38 h1.c-pageTitle {
    margin-left: 0px;
}


.page-id-38 .l-mainContent__inner>.post_content {
    margin: 1em 0 4em;
    padding: 0 var(--swl-pad_post_content, 0);
}

.page-id-38 div#recent-posts-2 {
    display: none;
}

.page-id-38 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    padding: 1.5em .05em .25em;
}

.page-id-38 h2.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.page-id-38 h3.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.page-id-38 h4.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.page-id-38 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    background: 1px #ededed;
}

@media (min-width: 900px) {
    .page-id-38 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
    }
    .page-id-38 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
        padding: 15px 45px 10px;
    }
    .page-id-38 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
        margin: auto 16px;
        font-size: 2.0em;
    }

    
	/* 
	.page-id-38 #lp-content .post_content, #main_content .post_content {
        font-size: 0.9rem;
    }
	*/
	.page-id-38 .post_content h3 {
        margin: 3.4rem 0 0.5rem;
    }
    .page-id-38 .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
        padding: 0 0 0 16px;
        border-left: none;
    }

}


.page-id-38 div#content .post_content {
    font-size: 17px;
    line-height: 1.5;
    font-family: sans-serif;
}

@media (max-width: 860px){
.page-id-38 div#content .post_content {
    font-size: 16px;
    line-height: 1.5;
    font-family: sans-serif;
}
}




/* ==================================================
   Wikiページのみ目次をサイドバーに表示させる関連 PCでは左のみ、スマホでは上部のみ
================================================== */
@media (min-width: 900px) {
.parent-pageid-1429 .p-toc.-double {
    display: none;
}
}

/* 閉じる状態 */
.toc-chk + .p-toc__ttl + ol li,
.toc-chk + .p-toc__ttl + ul li {
	display: none;
}

/* 開く状態 */
.toc-chk:checked + .p-toc__ttl + ol li,
.toc-chk:checked + .p-toc__ttl + ul li {
	display: block;
}

/* dummyチェックボックス */
.toc-chk {
	display:none;
}

/* 開く・閉じる */
.toc-chk:checked + .p-toc__ttl>.toc-ttl::after {
    content: '[閉じる]';
}
.toc-ttl::after {
    content: '[開く]';
    cursor: pointer;
    margin-left: .5em;
    font-size: .8em;
}

button.p-toc__expandBtn {
    display: none !important;
}

.p-toc.is-omitted:not([data-omit=nest]):after {
    background: none;
    bottom: 0;
    content: "";
    height: 5em;
    left: 0;
    opacity: .75;
    position: absolute;
    width: 100%;
    z-index: 1;
}

@media (min-width: 900px) {
.l-sidebar ol.p-toc__list.is-style-index {
    font-size: 1.0rem;
}
}

.parent-pageid-1429 div#swell_index-2 {
    color: #3163c5;
}

@media screen and (max-width: 768px) {
.parent-pageid-1429 ol.p-toc__list.is-style-index {
    color: #3163c5;
}
}

@media screen and (max-width: 768px) {
#main_content .p-toc {
    border-radius: var(--swl-radius--2,0);
    margin: 1.5em auto 4em;
    max-width: 800px;
}
}

/* カスタムCSSに追加 */
@font-face {
    font-family: 'TikTokFont';
    font-display: swap; /* FOUTを最小化 */
}

/* TikTok埋め込み用フォールバックフォント */
.tiktok-embed {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}







/* 表をスマホでは横スクロールにする */
@media screen and (max-width: 768px) {

  .wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .wp-block-table table {
    min-width: 550px; /* 表の横幅を固定 */
    width: max-content;
  }

}




/* 求人情報ページで見出し直下のバッジ行 */
.trust-badges {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin: 0px 0 9px;
}

/* 1つのバッジ */
.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    padding: 6px 6px 6px 6px;
    border: 1px solid rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    font-size: 13px;
    line-height: 1;
    background: #f5f5f5;
    color: #000000;
    font-weight: 800;
    /* font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif; */
    box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
    letter-spacing: 0.02em;
}

/* アイコン共通 */
.trust-badge::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

/* シールド */
.trust-badge--shaho::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2l8 4v6c0 5-3.4 9.4-8 10c-4.6-.6-8-5-8-10V6l8-4zm0 2.2L6 6.9v5.1c0 4.1 2.7 7.8 6 8.4c3.3-.6 6-4.3 6-8.4V6.9l-6-2.7z'/%3E%3C/svg%3E");
}

/* 円＋チェック */
.trust-badge--salary::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2a10 10 0 100 20 10 10 0 000-20zm1 5v1.1c1.7.2 2.9 1.2 3.2 2.7h-2c-.2-.7-.7-1.2-1.7-1.2-1 0-1.6.4-1.6 1.1 0 .7.6 1 2 1.3 2.2.5 3.6 1.2 3.6 3.2 0 1.7-1.3 2.9-3.5 3.2V19h-2v-1.1c-2-.2-3.5-1.4-3.7-3.2h2c.2.9.9 1.5 2.1 1.5 1.1 0 1.8-.4 1.8-1.2 0-.8-.7-1.1-2.3-1.5-2-.5-3.3-1.2-3.3-3 0-1.6 1.2-2.7 3.4-2.9V7h2z'/%3E%3Cpath fill='%23000' d='M20.3 8.3l-5.4 5.4-2.2-2.2 1.4-1.4 0.8 0.8 4-4 1.4 1.4z'/%3E%3C/svg%3E");
}

/* 公的書類 */
.trust-badge--law::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6 2h9l3 3v17H6V2zm9 1.5V6h2.5L15 3.5zM8 8h8v2H8V8zm0 4h8v2H8v-2zm0 4h6v2H8v-2z'/%3E%3C/svg%3E");
}

/* スマホで詰まる時の保険 */
@media (max-width: 480px){
  .trust-badge{font-size:10px}
}


span.trust-badge.trust-badge--law {
    background: #e9fdff;
}

span.trust-badge.trust-badge--salary {
    background: #fdffe9;
}

span.trust-badge.trust-badge--shaho {
    background: #fff4fc;
}




.wp-block-image.taiguHoshouGazou {
    margin-bottom: 6px;
}

.wp-block-image.taiguHoshouGazou img {
    border-radius: 6px;
}

.post_content hr {
    margin: 4px auto;
}


/* ==================================================
   faqページのみ目次をサイドバーに表示させる関連 PCでは左のみ、スマホでは上部のみ
================================================== */
@media (min-width: 900px) {
.parent-pageid-276 .p-toc.-double {
    display: none;
}
}

.parent-pageid-276 div#swell_index-2 {
    color: #3163c5;
}

@media screen and (max-width: 768px) {
.parent-pageid-276 ol.p-toc__list.is-style-index {
    color: #3163c5;
}
}


/* ==================================================
   work-troubleページのみ目次をサイドバーに表示させる関連 PCでは左のみ、スマホでは上部のみ
================================================== */
@media (min-width: 900px) {
.parent-pageid-1102 .p-toc.-double {
    display: none;
}
}

.parent-pageid-1102 div#swell_index-2 {
    color: #3163c5;
}

@media screen and (max-width: 768px) {
.parent-pageid-1102 ol.p-toc__list.is-style-index {
    color: #3163c5;
}
}

/* ==================================================
   lawsページのみ目次をサイドバーに表示させる関連 PCでは左のみ、スマホでは上部のみ
================================================== */
@media (min-width: 900px) {
.parent-pageid-40 .p-toc.-double {
    display: none;
}
}

.parent-pageid-40 div#swell_index-2 {
    color: #3163c5;
}

@media screen and (max-width: 768px) {
.parent-pageid-40 ol.p-toc__list.is-style-index {
    color: #3163c5;
}
}















/* ==================================================
   jobsページ用
================================================== */


/* ナビゲーションコンテナ全体 */
.page-id-31 .job-navigation-container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 5px;
}

/* セクション */
.page-id-31 .nav-section {
  margin-bottom: 50px;
}

/* セクションタイトル */
.page-id-31 .nav-section-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #0066cc;
}

/* ボタングリッド（レスポンシブ対応） */
.page-id-31 .button-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 15px;
}

/* タブレット向け調整 */
@media (max-width: 768px) {
  .page-id-31  .button-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
  }
}

/* スマートフォン向け調整 */
@media (max-width: 480px) {
  .page-id-31  .button-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* 基本ボタンスタイル */
.page-id-31 .nav-button {
    display: inline-block;
    padding: 15px 20px;
    background: linear-gradient(to bottom, #1a45a5, #0e3979);
    border: 2px solid #ededed;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.61);
    cursor: pointer;
}

.page-id-31 .nav-button:hover {
  background: linear-gradient(to bottom, #0066cc, #0052a3);
  color: #ffffff;
  border-color: #0052a3;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.page-id-31 .nav-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 職種ボタンのカラーバリエーション */
.page-id-31 .nav-button-job {
    border-color: #ffffff;
    color: #ffffff;
    background: linear-gradient(to bottom, #593a1a, #412100);
}

.page-id-31 .nav-button-job:hover {
  background: linear-gradient(to bottom, #28a745, #218838);
  border-color: #218838;
  color: #ffffff;
}

/* 路線ボタンのカラーバリエーション */
.page-id-31 .nav-button-railway {
    border-color: #ffffff;
    color: #ffffff;
    background: linear-gradient(to bottom, #006532, #0e3f19);
}

.page-id-31 .nav-button-railway:hover {
  background: linear-gradient(to bottom, #ff6600, #cc5200);
  border-color: #cc5200;
  color: #ffffff;
}

/* 待遇保証ボタン用グリッド（縦長デザイン） */
.page-id-31 .button-grid-benefits {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

@media (max-width: 768px) {
  .page-id-31 .button-grid-benefits {
    grid-template-columns: 1fr;
  }
}

/* 待遇保証ボタンのスタイル */
.page-id-31 .nav-button-benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    background: linear-gradient(to bottom, #0e0e0e, #10100f);
    border: 3px solid #ffffff;
    color: #ffffff;
    min-height: 100px;
    justify-content: center;
    line-height: 0.8;
}

.page-id-31 .nav-button-benefits:hover {
  background: linear-gradient(to bottom, #ffc107, #ffb300);
  border-color: #ffb300;
  color: #ffffff;
}

.page-id-31 .nav-button-benefits .benefit-label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}

.page-id-31 .nav-button-benefits .benefit-badge {
    font-size: 13px;
    font-weight: bold;
    background-color: #bd2222;
    color: #ffffff;
    padding: 9px 14px 7px;
    /* border-radius: 4px; */
    margin: 0px 0;
    display: inline-block;
}

.page-id-31 .nav-button-benefits:hover .benefit-badge {
  background-color: #c82333;
}

.page-id-31 .nav-button-benefits .benefit-text {
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}

/* アクセシビリティ対応（フォーカス時） */
.page-id-31 .nav-button:focus {
  outline: 3px solid #ffc107;
  outline-offset: 2px;
}

/* 印刷時の調整 */
@media print {
  .page-id-31 .nav-button {
    border: 1px solid #000;
    background: #fff;
    color: #000;
    page-break-inside: avoid;
  }
}







/* ==================================================
   求人画像用
================================================== */

.companyPhoto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 768px) {
.job .divCompanyPhoto {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
}

.divCompanyPhoto {
  width: 100%;
  height: 300px;
  overflow: hidden;
}




/* ==================================================
   Wikiページ、悩み相談、口コミだけ 最初のh2前にTOPページへのリンク
================================================== */

.parent-pageid-1429 .nightbizmen-above-first-h2 {
    margin: 5px 2px 40px;
    padding: 10px 7px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 100px;
    background: #ab7e00;
    text-align: center;
    line-height: 1.2;
        box-shadow: 3px 1px 3px 1px rgb(255 255 255 / 18%);
}

.parent-pageid-1429 .nightbizmen-above-first-h2 a {
    font-weight: 700;
    text-decoration: none !important;
    text-align: center;
    color: white !important;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-1102 .nightbizmen-above-first-h2 {
    margin: 19px 2px;
    padding: 10px 7px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 100px;
    background: #ab7e00;
    text-align: center;
    line-height: 1.2;
    box-shadow: 3px 1px 3px 1px rgba(0, 0, 0, 0.18);
}

.parent-pageid-1102 .nightbizmen-above-first-h2 a {
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: white;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-3033 .nightbizmen-above-first-h2 {
    margin: 19px 2px;
    padding: 10px 7px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 100px;
    background: #ab7e00;
    text-align: center;
    line-height: 1.2;
    box-shadow: 3px 1px 3px 1px rgba(0, 0, 0, 0.18);
}

.parent-pageid-3033 .nightbizmen-above-first-h2 a {
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: white;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

/* ==================================================
   Wikiページだけ 最後のh2前にTOPページへのリンク
================================================== */

.parent-pageid-1429 .nightbizmen-above-last-h2 {
    margin: 12px 2px 35px;
    padding: 10px 7px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 100px;
    background: #0014ff;
    text-align: center;
    line-height: 1.2;
    box-shadow: 3px 1px 3px 1px rgba(0, 0, 0, 0.18);
}
.parent-pageid-1429 .nightbizmen-above-last-h2 a{
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: white;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-1102 .nightbizmen-above-last-h2 {
    margin: 19px 2px;
    padding: 10px 7px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 100px;
    background: #0014ff;
    text-align: center;
    line-height: 1.2;
    box-shadow: 3px 1px 3px 1px rgba(0, 0, 0, 0.18);
}
.parent-pageid-1102 .nightbizmen-above-last-h2 a{
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: white;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-3033 .nightbizmen-above-last-h2 {
    margin: 19px 2px;
    padding: 10px 7px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 100px;
    background: #0014ff;
    text-align: center;
    line-height: 1.2;
    box-shadow: 3px 1px 3px 1px rgba(0, 0, 0, 0.18);
}
.parent-pageid-3033 .nightbizmen-above-last-h2 a{
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: white;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}






/* ==================================================
   口コミページ用（Page ID: 3033）
   ================================================== */
.parent-pageid-3033 span.c-pageTitle__inner {
    font-size: 1.2em;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
    line-height: 1.375;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
}

.parent-pageid-3033 h1.c-pageTitle {
    margin-left: 0px;
}

.parent-pageid-3033 span.c-pageTitle__inner {
    font-size: 1.2em;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
    line-height: 1.375;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
}

.parent-pageid-3033 h1.c-pageTitle {
    margin-left: 0px;
}

.parent-pageid-3033 .l-mainContent__inner>.post_content {
    margin: 1em 0 4em;
    padding: 0 var(--swl-pad_post_content, 0);
}

.parent-pageid-3033 div#recent-posts-2 {
    display: none;
}

.parent-pageid-3033 div#recent-posts-2 {
    display: none;
}

.parent-pageid-3033 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    padding: 1.5em .05em .25em;
}

.parent-pageid-3033 h2.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-3033 h3.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-3033 h4.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.parent-pageid-3033 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    background: 1px #ededed;
}

@media (min-width: 900px) {
    .parent-pageid-3033 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
    }
    .parent-pageid-3033 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
        padding: 15px 45px 10px;
    }
    .parent-pageid-3033 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
        margin: auto 16px;
        font-size: 2.0em;
    }
.parent-pageid-3033 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
        border-bottom: 1px solid #dbdbdb;
        margin: auto 16px;
        font-size: 2.0em;
    }
    
	/* 
	.parent-pageid-3033 #lp-content .post_content, #main_content .post_content {
        font-size: 0.9rem;
    }
	*/
	.parent-pageid-3033 .post_content h3 {
        margin: 3.4rem 0 0.5rem;
    }
    .parent-pageid-3033 .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
        padding: 0 0 0 16px;
        border-left: none;
    }
}

.parent-pageid-3033 div#content .post_content {
    font-size: 17px;
    line-height: 1.5;
    font-family: sans-serif;
}

@media (max-width: 860px){
.parent-pageid-3033 div#content .post_content {
    font-size: 16px;
    line-height: 1.5;
    font-family: sans-serif;
}
}




/* ==================================================
   Reviewページのみ目次をサイドバーに表示させる関連 PCでは左のみ、スマホでは上部のみ
================================================== */
@media (min-width: 900px) {
.parent-pageid-3033 .p-toc.-double {
    display: none;
}
}

.parent-pageid-3033 div#swell_index-2 {
    color: #3163c5;
}

@media screen and (max-width: 768px) {
.parent-pageid-3033 ol.p-toc__list.is-style-index {
    color: #3163c5;
}
}






/* ==================================================
   口コミページ用（Page ID: 3033）
   ================================================== */
.page-id-3033 span.c-pageTitle__inner {
    font-size: 1.2em;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
    line-height: 1.375;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
}

.page-id-3033 h1.c-pageTitle {
    margin-left: 0px;
}

.page-id-3033 span.c-pageTitle__inner {
    font-size: 1.2em;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
    line-height: 1.375;
    word-wrap: break-word;
    word-break: break-word;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
}

.page-id-3033 h1.c-pageTitle {
    margin-left: 0px;
}

.page-id-3033 .l-mainContent__inner>.post_content {
    margin: 1em 0 4em;
    padding: 0 var(--swl-pad_post_content, 0);
}

.page-id-3033 div#recent-posts-2 {
    display: none;
}

.page-id-3033 div#recent-posts-2 {
    display: none;
}

.page-id-3033 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    padding: 1.5em .05em .25em;
}

.page-id-3033 h2.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.page-id-3033 h3.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.page-id-3033 h4.wp-block-heading {
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif 4', serif;
}

.page-id-3033 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    background: 1px #ededed;
}

@media (min-width: 900px) {
    .page-id-3033 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
    }
    .page-id-3033 .l-mainContent__inner {
        border: 2px #e7e7e7 solid;
        /* box-shadow: 3px 3px 3px 1px rgb(113 113 113 / 10%); */
        margin: 10px 20px 10px;
        padding: 15px 45px 10px;
    }
    .page-id-3033 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
        margin: auto 16px;
        font-size: 2.0em;
    }
.page-id-3033 .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
        border-bottom: 1px solid #dbdbdb;
        margin: auto 16px;
        font-size: 2.0em;
    }
    
	/* 
	.page-id-3033 #lp-content .post_content, #main_content .post_content {
        font-size: 0.9rem;
    }
	*/
	.page-id-3033 .post_content h3 {
        margin: 3.4rem 0 0.5rem;
    }
    .page-id-3033 .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
        padding: 0 0 0 16px;
        border-left: none;
    }
}

.page-id-3033 div#content .post_content {
    font-size: 17px;
    line-height: 1.5;
    font-family: sans-serif;
}

@media (max-width: 860px){
.page-id-3033 div#content .post_content {
    font-size: 16px;
    line-height: 1.5;
    font-family: sans-serif;
}
}




/* ==================================================
   Reviewページのみ目次をサイドバーに表示させる関連 PCでは左のみ、スマホでは上部のみ
================================================== */
@media (min-width: 900px) {
.page-id-3033 .p-toc.-double {
    display: none;
}
}

.page-id-3033 div#swell_index-2 {
    color: #3163c5;
}

@media screen and (max-width: 768px) {
.page-id-3033 ol.p-toc__list.is-style-index {
    color: #3163c5;
}
}











/* ==================================================
   求人情報を黒背景にするため用（20260302）　はじまり
  ================================================== */

.p-postListWrap li.p-postList__item {
    border: #ffffff 3px solid;
    background: #fbfbfb;
}

.post_content li {
    background: #f9f9f9;
    border-radius: 10px;
}

.wp-block-image.reviewBanner {
    margin: auto -9px;
}

body.customize-support {
    background: #431f0a;
}

section.job {
    background: #0f0049;
    color: white;
}

.job__copy {
    margin: 0px 0 3px;
    color: rgb(255 255 255 / 100%);
    font-size: 13px;
    line-height: 1.2;
}

.kpiQzin__label {
    margin: 0 0 1px;
    font-size: 12px;
    letter-spacing: .06em;
    color: #ffffff;
}

.brandQzin__sub {
    margin: 2px 0 0;
    font-size: 12px;
    color: rgb(255 255 255 / 90%);
    line-height: 1.1rem;
}



.topline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    color: white;
}

.brand p {
    margin: 2px 0 0;
    color: #ffffff;
    font-size: 13px;
}

.sub {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}

.kpi .label {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: 800;
}

.kpi .value strong {
    font-size: 16px;
    color: #ffffff;
}

.card {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgb(255 255 255 / 86%);
    box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: #00119f;
    color: white;
}

.card .hd h2 {
    margin: 0;
    font-size: 20px;
    letter-spacing: .04em;
    padding: 1px 0.6em;
    color: #ffffff;
    background: #001caf;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid rgba(52, 211, 153, .35);
    background: rgba(52, 211, 153, .12);
    color: #ffffff !important;
    white-space: nowrap;
    background: brown;
}

.card .table th {
    width: 32%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgb(217 217 217 / 82%);
}

.card td {
    border: 1px solid rgb(217 217 217 / 82%);
}

.card a {
    color: white;
}

.chip.good {
    border-color: rgba(52, 211, 153, .32);
    background: rgb(0 255 162 / 40%);
    background: cornsilk;
}

.note {
    margin-top: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(56, 189, 248, .28);
    background: rgba(56, 189, 248, .10);
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    margin: auto 12px;
    background: white;
}

.kv .k {
    color: #000000;
    font-size: 12px;
    margin: 0 0 6px;
    letter-spacing: .06em;
    background: #ffffff;
    border-radius: 5px;
    padding: 0 2px 0 6px;
}

.kv .v a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.-sidebar-on .l-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: white;
}

/* ==================================================
   求人情報を黒背景にするため用（20260302）　終わり
  ================================================== */







/* ==================================================
   Wikipediaページをスマホのみ黒背景にするため用（20260302）　はじまり
  ================================================== */


@media screen and (max-width: 480px) {

.parent-pageid-1429 div#content {
    background: #292626;
    color: white;
}

.parent-pageid-1429 main#main_content {
    background: #292626;
    color: white;
}

.parent-pageid-1429 .post_content li {
    background: #292626;
    color: white;
}
	
.parent-pageid-1429 .post_content a {
        color: #86e2ff;
        text-decoration: none;
}
	
.parent-pageid-1429 .c-pageTitle:after {
    color: #ffffff;
}
	
.parent-pageid-1429 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    padding: 3px 0.4em 1px;
    background: #292626;
    color: white;
}	
	
}	
	
	

/* ==================================================
   Wikipediaページをスマホのみ黒背景にするため用（20260302）　終わり
  ================================================== */





.divCompanyPhoto{
  position: relative;
  display: inline-block; /* 画像サイズに合わせたい場合 */
}

.divCompanyPhoto::before{
  content: "";
  position: absolute;
  inset: 0;                 /* top/right/bottom/left:0 と同義 */
  background: rgb(255 255 255 / 20%); /* 黒の半透明。0.3〜0.7で調整 */
  pointer-events: none;     /* クリック等を邪魔しない */
  z-index: 1;
}

.divCompanyPhoto img{
  display: block;           /* 画像下の謎の余白対策 */
  width: 100%;              /* 必要なら */
  height: auto;
}

.divCompanyPhoto .companyPhoto{
  position: relative;
  z-index: 0;
}


figure.wp-block-video.aligncenter.adMovie {
    margin: 34px -3px 10px;
    border: #00279b 10px solid;
    border-radius: 1px;
    font-size: 1.3rem;
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
    background: #00279b;
}

@media (min-width: 900px) {
figure.wp-block-video.aligncenter.adMovie {
    margin: 34px 121px 10px;
    border: #00279b 10px solid;
    border-radius: 7px;
    font-size: 1.2rem;
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
    background: #00279b;
}
}
.adMovie figcaption.wp-element-caption {
    background: #ffffff;
    color: #000000;
    padding: 5px 0px 8px;
    letter-spacing: 0.3px;
    margin: 5px 13px 8px;
    line-height: 1.2;
    border-top: 4px dashed #454545;
    border-bottom: 4px dashed #454545;
    opacity: 1.0;
}

.adMovie figcaption.wp-element-caption a {
    color: black;
}


video {
    width: 100%;
    height: 100%;
}



sub, sup {
    display: none;
}


p.indexDescriptionText {
    margin: 10px 19px 5px;
    font-size: 0.9rem;
    line-height: 1.2;
    color: #1a1a1a;
}





