/*
Theme Name: 人事の右腕子テーマ
Theme URI: https://jinji-migiude.com/
Template: arkhe
Author: 人事の右腕
Author URI: https://jinji-migiude.com/
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns,one-column,right-sidebar,custom-colors,custom-menu,editor-style,theme-options,block-styles,wide-blocks
Version: 3.13.0.1785407332
Updated: 2026-07-30 19:28:52

*/

/*div,
li,
p,
a,
span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(16px, 2.5vw, 22px);
}
*/

h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
}

body,
p,
li,
a,
span {
    font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

}

h1 {
  font-size: clamp(26px, 5vw, 40px);
  line-height: 1.3;
}

h2 {
  font-size: clamp(22px, 4vw, 32px);
  line-height: 1.35;
}

h3 {
  font-size: clamp(20px, 3.5vw, 28px);
  line-height: 1.4;
}

h4 {
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.45;
}

h5 {
  font-size: clamp(16px, 2.5vw, 20px);
  line-height: 1.5;
}

h2 strong{
  color: #D19320;
}
h3 {
  color: #333;
}

h4 {
  color: #2A8C83;
}

.service_h4 h4 {
  background-color: #E8F4F3;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #CBE1DF;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.4rem !important;
  }

  h3 {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 1.6rem !important;
  }

  h3 {
    font-size: 1.3rem !important;
  }
}

/* ---------- メインメニュー ---------- */

  .business_word a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
  }

/* 2段表示を維持しつつ、メニューを等幅表示 */
@media (min-width: 1000px) {

  /* ヘッダー全体を2段表示にする */
  .l-header__body {
    display: flex;
    flex-direction: column;
    /* 縦方向にレイアウトを維持 */
    align-items: center;
  }

  /* 1段目のロゴ部分 */
  .l-header__center {
    max-width: 1200px;
    /* 固定幅1200px */
    width: 100%;
    text-align: left;
    /* 左揃え */
    margin: 0 auto;
    /* 中央揃え */
  }

  /* 2段目のメニュー部分 */
  .l-header__right {
    max-width: 1200px;
    /* 固定幅1200px */
    width: 100%;
    text-align: right;
    /* 右揃えの要素を保持 */
    margin: 0 auto;
    /* 中央揃え
    padding-top: 10px; */
  }

  /* ナビゲーションのラップ（中央揃え、固定幅1200px） */
  .c-gnavWrap {
    width: 1200px;
    /* 固定幅1200px */
    margin: 0 auto;
    /* 中央揃え */
  }

  /* ナビゲーションメニューの等幅表示 */
  .c-gnav {
    display: flex;
    justify-content: space-between;
    /* 各メニューを等間隔に配置 */
    padding: 0;
    margin: 0;
    list-style: none;
    /* リストのデフォルトスタイルを削除 */
    width: 100%;
    /* ナビゲーション全体を100%幅に */
  }

  /* 各メニューアイテムの等幅設定 */
  .c-gnav__li {
    flex: 1;
    /* メニュー項目を等幅に表示 */
    text-align: center;
    /* テキストを中央に配置 */
  }

  /* メニューリンクのスタイル */
  .c-gnav__a {
    display: block;
    padding: 10px 0;
    /* クリックしやすいパディング */
  }

  /* l-header__center の中で logo と header_info を横並びに */
  .l-header__center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* 横幅全体を使用 */
  }
  .header_info {
    width: 481px;
    /* header_info の幅を 700px に設定 */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    /* ロゴとのスペースを確保 */
  }
  body.home .header_info {
    width: 490px !important;
  }

  .tel_info {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    /* TEL番号と営業時間を縦並びに */
  }

  .tel_number {
    font-size: 2.2rem;
    /* TEL番号を適度に大きく */
    background-color: transparent;
    /* 背景は無色 */
    font-weight: 600 !important;
    color: #175aa3;
    line-height: 90%;
    margin-right: 10px;
    margin-bottom: -9px;
    margin-top: -9px;
  }

  .tel_number .svg-inline--fa {
    margin-right: 5px;
    margin-left: -5px;
  }

  .tel_number a {
    text-decoration: none;
    font-size: 2rem !important;
    color: #06274F;
  }

  .tel_number .svg-inline--fa {
    margin-right: 5px;
    font-size: 2rem !important;
  }

  .fax_number {
    font-size: 1.6rem;
    /* TEL番号を適度に大きく */
    background-color: transparent;
    /* 背景は無色 */
    font-weight: 600 !important;
    color: #111;
    line-height: 120%;
  }

  .fax_number .svg-inline--fa {
    margin-right: 5px;
    font-size: 1.2rem !important;
    color: #175aa3;
  }

  .business_word {
  }

  .business_hours {
    font-size: 0.8rem;
    /* 営業時間を小さく表示 */
    font-weight: 600;
  }

  /*.contact_button {
        background-color: #ea5550;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 5px;
        font-size: 1.2rem;
        display: inline-block;
        font-weight: 500 !important;
    }
    .contact_button:hover {
        background-color: #e96560;
    }*/

  a.contact_button {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 280px;
    padding: 10px 35px;
    font-size: 1.1rem;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: 1px solid #cfa61d;
    font-weight: 700;
    background-color: #ECBD26;
  }

  a.contact_button:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 1.4rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
  }

  a.contact_button:hover {
    background: #ff6600;
    color: #FFF;
    border: 1px solid #ff8d41;
  }

  a.contact_button:hover:after {
    right: 1.1rem;
  }

  a.contact_button_free {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 280px;
    padding: 10px 35px;
    font-size: 1.1rem;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: 1px solid #87cefa;
    font-weight: 700;
    background-color: #78cbff;
    margin-top: 0px !important;
    font-size: 14px;
  }

  a.contact_button_free:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 1.4rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
  }

  a.contact_button_free:hover {
    background: #3394cf;
    color: #FFF;
    border: 1px solid #87cefa;
  }

  a.contact_button_free:hover:after {
    right: 1.1rem;
  }

  /*svg:not(:host).svg-inline--fa,
    svg:not(:root).svg-inline--fa {
        margin-right: 5px;
    }*/
  .btn_box1 {
    margin-left: -10px;
  }

  ul.c-gnav li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*
    ul.c-gnav li:last-child {
        border-right: 1px solid #ddd;
    }*/

  /*.c-gnav__li>a.c-gnav__a:first-child {
    border-left: 1px solid #01439A;
  }*/

  .c-gnav__li>.c-gnav__a {
    padding: 5px 12px !important;
  }

  /*.menu_last a {
    border-right: 1px solid #01439A;
  }*/
  .c-gnav__a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    border-left: 1px solid #999;
    /* 左側のみ線 */
  }

  /* 最後の要素だけ右側にも線を追加 */
  .c-gnav__li:last-of-type .c-gnav__a {
    border-right: 1px solid #999;
  }
}

@media (min-width: 1000px) {
  ul.c-gnav li {
    /*    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;*/
    font-size: 1rem !important;
    font-weight: 500;
  }

  /*ul.c-gnav li {
        position: relative;
    }

    ul.c-gnav li::before {
        content: '';
        position: absolute;
        top: 7px;
        left: 20px;
        width: 1px;
        height: 70%;
        background-color: #1E7200;
        transform: rotate(45deg);
        transform-origin: top left;
        pointer-events: none;
    }

    ul.c-gnav li:last-child::after {
        content: '';
        position: absolute;
        top: 7px;
        right: 0;
        width: 1px;
        height: 70%;
        background-color: transparent;
        border-right: 1px solid #1E7200;
        transform: rotate(45deg);
        transform-origin: top right;
    }
*/
  .c-gnav .__mainText {
    font-size: inherit;
    font-size: 1rem;
    font-weight: 700;
  }
}

@media (max-width: 999px) {
  .header_info {
    display: none;
  }
}

/* ---------- フッター固定メニュー ---------- */
/* --- スマホのみ表示 --- */
@media (max-width: 768px) {

  .footer-fixed-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 2px solid #eee;
    z-index: 9999;
    transition: transform 0.3s ease;
  }

  /* 1段目：タイトル */
  .f-fixed-nav-title {
    text-align: center;
    background: #008B8B;
    color: #fff;
    font-size: 15px;
    padding: 8px 0;
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }

  /* 2段目：ボタン3つ並び */
  .f-fixed-nav-contens {
    display: flex;
    width: 100%;
  }

  .f-fixed-nav-contens .nav-item {
    flex: 1;
    text-align: center;
    padding: 10px 5px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }

  .f-fixed-nav-contens .nav-item i {
    display: block;
    font-size: 24px;
    margin-bottom: 3px;
  }

  .f-fixed-nav-contens span {
    font-weight: 600;
  }

  /* カラー設定 */
  .nav-item.tel {
    background: #1e90ff;
  }

  .nav-item.mail {
    background: #FD6DCD;
  }

  .nav-item.line {
    background: #00C854;
  }

  /* スクロールで消える動作 */
  .footer-fixed-nav.hide {
    transform: translateY(100%);
  }
}

/* PCでは非表示 */
@media (min-width: 769px) {
  .footer-fixed-nav {
    display: none;
  }
}

[id^="bfb_content_"].bfb_view_sp {
  background-color: transparent !important;
  width: 80% !important;
  margin: auto !important;
}

[id^="bfb_content_"].bfb_view_sp .bfb_closed {
  display: none;
}

/* ------------ スライダー ------------ */

@media (max-width: 640px) {
  .n2-ss-slider {
  height: 480px;
}
#n2-ss-2item1,#n2-ss-2item3{
  font-size: 2rem !important;
  text-align: center !important;
}
#n2-ss-2item2,#n2-ss-2item4{
  font-size: 1rem !important;
  text-align: center !important;
}
}

/* ------------ ヘッダー ------------ */
.p-topArea {
  min-height: 30vh;
}

.c-pageTitle__main {
  color: #333;
}

[data-btns="l-r"] .l-header__body {
  grid-template-areas:
"menu left center right search";
  grid-template-columns: var(--ark-drawerW) calc(15% - var(--ark-drawerW)) 70% calc(15% - var(--ark-searchW)) var(--ark-searchW);
}

@media (max-width: 640px) {
  .c-pageTitle__main {
    font-size: 1.6rem;
  }

  .p-topArea {
    min-height: 13vh;
  }
}

/* ------------ 共通 ------------ */
.p_box1 {
  margin: 1em 0;
  position: relative;
  padding: 1.5em;
  border-radius: 3px 0 3px 0;
  background-color: #DDF9F687;
}

.p_box1:before,
.p_box1:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border: solid 1px #7EAFAB;
  border-radius: 50%;
}

.p_box1:after {
  top: -35px;
  left: -30px;
}

.p_box1:before {
  bottom: -35px;
  right: -30px;
}

.p_box3 {
  background-color: #f8f8f8;
  padding: 15px 10px;
  border: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .p_box1 {
    width: 960px;
    margin: auto;
    text-align: center;
    padding: 2.4em;
    font-size: 1.2rem;
  }

  .p_box3 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .p_box1 {
    width: 90%;
    margin: auto;
  }
}

/* ------------ トップ ------------ */
/*.top_box1 .smb-items__item--free > .smb-items__item__body {
  background-color: #fff;
  padding: 25px;
}*/

.top_box1 h3.wp-block-heading {
  font-size: 1.4rem !important;
  text-align: center;
}
.top_box1_1 h3.wp-block-heading {
  font-size: 1.4rem !important;
  text-align: center;
}

.top_box2 h3,
.top_box2 h4 {
  text-align: center;
}

.top_box2 h3 {
  margin-bottom: 8px !important;
}

.top_box2 h4 {
  font-size: 1.2rem !important;
  margin-bottom: 8px !important;
  background-color: #E8F4F3;
  padding: 5px;
}

.top_contact1 h5.wp-block-heading {
  font-weight: 600 !important;
  font-size: 1.3rem !important;
}

.top_p_11_1 {
  font-size: 1.6rem;
  color: #217970;
}

.top_sec_11_1 .smb-section__lede {
  font-size: 1.2rem;
  background-color: #7EB0AC;
  padding: 10px 30px;
  color: #fff;
  width: 100%;
  font-weight: bold;
}

.top_sec_11_1 strong {
  font-size: 3rem;
  color: #D1930C;
}

.top_sec_11_1 .smb-items__item__body{
  text-align: center;
}

.top_sec_11_1 .wp-block-snow-monkey-blocks-items-item-free{
  border-left: 1px solid #C8DFDD !important;
}

@media (min-width: 768px) {
.top_box1 .wp-block-snow-monkey-blocks-box{
  height: 340px;
}
}

@media (max-width: 640px) {
  .wp-block-snow-monkey-blocks-section-with-bgimage .c-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .has-image>.c-headLogo {
    height: auto;
  }
  .wp-image-1386{
    width: 60% !important;
    margin: auto;
  }
  .top_sec_11_1 strong {
  font-size: 1.8rem;
}
}

/* ------------ 会社概要 ------------ */
.midashi_11 em {
  font-size: 1rem;
  font-style: normal;
}

.table_item1 tbody{
  font-size: 0.9rem !important;
}

/* ------------ 人材育成のお悩み・対象企業 ------------ */
.concerns_sec11 p {
  text-align: center;
}

@media (min-width: 1000px) {
  .concerns_5sec11 .wp-block-media-text {
    background-color: #fff9;
    padding: 30px;
  }

  .concerns_sec11 p {
    font-size: 1.2rem;
  }
}

@media (max-width: 640px) {
  .concerns_p1{
    text-align: center;
  }
}

/* ------------ 私たちの考え方・支援の特徴 ------------ */
.p_fnt11 {
  font-size: clamp(28px, 2.5vw, 32px);
}

.vision_11 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  background-color: #2A8C83;
  padding: 5px;
  border-radius: 50px;
  color: #fff;
}

.value_1,
.value_2 {
  font-weight: 600;
}

.value_1 {
  color: #f39800;
  font-size: 0.9rem;
}

.value_2 {
  font-size: 1.2rem;
  background-color: #f9f9f9;
  padding: 10px;
  text-align: center;
}

p.value_2 {
  margin-top: 0px;
}

.value_3 {
  font-size: 0.9rem;
}

.solution_box1 {}

.kaiketu_box1 ol li {
  font-size: 1.3rem;
}

.kaiketu_box1 ol li strong {
  font-size: 120%;
}

li.solution_li1::marker {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .value_box1 {
    height: 410px;
  }
}

@media (max-width: 640px) {
  .value_2 {
    background-color: #f9f9f9;
    padding: 10px;
    text-align: center;
  }

  .kaiketu_box1 ol li {
    font-size: 1.2rem;
  }

  .solution_p1 {
    background-color: #f9f9f9;
    padding: 10px 15px;
  }

  .p_fnt11 {
    font-size: 1.4rem;
  }

  .icon_2 {
    transform: rotateZ(-90deg);
    width: 25px;
  }

  .kaiketu_box1 li.solution_li1 strong {
    font-size: 100%;
  }

  .kaiketu_box1 img {
    width: 70%;
    margin: auto;
  }

  .mission_box1 .wp-block-media-text__content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
  }
}

@media (min-width: 600px) and (max-width: 640px) {
    .p_fnt11 {
    font-size: 1.1rem;
  }

}

@media screen and (max-width: 767px) {
  .icon_1 {
    width: 50px;
    margin: auto;
  }
  .icon_2 {
    transform: rotateZ(-90deg);
    width: 28px;
    margin: auto;
  }

  /* Vision部分のみ */
  .wp-block-columns:has(.vision_11) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
  }

  /* 1：自分らしさ */
  .wp-block-columns:has(.vision_11)>.wp-block-column:nth-child(1) {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }

  /* 2：× */
  .wp-block-columns:has(.vision_11)>.wp-block-column:nth-child(2) {
    flex: 0 0 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
  }

  /* 3：組織らしさ */
  .wp-block-columns:has(.vision_11)>.wp-block-column:nth-child(3) {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }

  /* 4：＝ 以降には横並び指定を適用しない */
  .wp-block-columns:has(.vision_11)>.wp-block-column:nth-child(4),
  .wp-block-columns:has(.vision_11)>.wp-block-column:nth-child(5) {
    flex: 0 0 100% !important;
    width: 100% !important;
  }

  /* 画像 */
  .wp-block-columns:has(.vision_11)>.wp-block-column:nth-child(1) .wp-block-image,
  .wp-block-columns:has(.vision_11)>.wp-block-column:nth-child(3) .wp-block-image {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .wp-block-columns:has(.vision_11)>.wp-block-column:nth-child(1) .wp-block-image img,
  .wp-block-columns:has(.vision_11)>.wp-block-column:nth-child(3) .wp-block-image img {
    width: 100% !important;
    max-width: 150px !important;
    height: auto !important;
  }

  /* × */
  .wp-block-columns:has(.vision_11) .icon_1 {
    margin: 0 !important;
  }

  .wp-block-columns:has(.vision_11) .icon_1 img {
    width: 26px !important;
    height: auto !important;
    margin-left: -20px;
  }

  /* 見出し */
  .wp-block-columns:has(.vision_11)>.wp-block-column:nth-child(1) .vision_11,
  .wp-block-columns:has(.vision_11)>.wp-block-column:nth-child(3) .vision_11 {
    text-align: center !important;
  }
}

/* ==================================================
   解決できること：ナンバーデザイン
   HTML変更不要
================================================== */

.solution_li1 {
  position: relative;
  list-style: none !important;
  padding-left: 72px !important;
  min-height: 54px;
}

/* 標準マーカーを非表示 */
.solution_li1::marker {
  content: "";
}

/* --------------------------------
   共通：円形ナンバー
-------------------------------- */
.solution_li1::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #2A8C83;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 6px rgba(42, 140, 131, 0.22),
    0 5px 14px rgba(42, 140, 131, 0.16);
}

/* ==================================================
   番号
================================================== */

/* 1番目 */
ol:not([start])>.solution_li1::before {
  content: "01";
}

/* 2番目 */
ol[start="2"]>.solution_li1::before {
  content: "02";
}

/* 3番目 */
ol[start="3"]>.solution_li1::before {
  content: "03";
}

/* ==================================================
   スマートフォン
================================================== */

@media screen and (max-width: 767px) {
  .solution_li1 {
    padding-left: 58px !important;
    min-height: 46px;
  }

  .solution_li1::before {
    width: 44px;
    height: 44px;
    font-size: 14px;
    box-shadow:
      0 0 0 3px #fff,
      0 0 0 5px rgba(42, 140, 131, 0.22),
      0 4px 10px rgba(42, 140, 131, 0.14);
  }

  .solution_li1 ul {
    padding-left: 0px !important;
  }

  .kaiketu_box1 ol {
    padding-left: 0px !important;
  }
}

/* ------------ 画像関係 ------------ */
@media (max-width: 640px) {
  .wp-image-138 {
    width: 60% !important;
    margin: auto !important;
  }
}

/* ------------ サービス紹介 ------------ */
ul.ul_box12,ul.ul_box13 {
  background-color: #F8F4F3;
}

.workshop1 .smb-items__item.smb-items__item--free {
  background-color: #fff;
}

ul.ul_box11,
ul.ul_box12,
ul.ul_box13 {
  border: 1px solid #FBDD83;
}

@media (min-width: 768px) {
  .stepitem1 .wp-block-media-text__media{
    margin-top: -50px;
  }
  ul.ul_box11,ul.ul_box13{
    display: flex;
    flex-wrap: wrap;
    background-color: #F8F4F3;
  }
  ul.ul_box14{
    display: flex;
    flex-wrap: wrap;
    padding-top:10px;
    padding-bottom:10px;
  }
  ul.ul_box11 li,ul.ul_box14 li {
    width: 33.333%;
  }
  ul.ul_box13 li {
    width: 50%;
  }
  ul.ul_box11,
  ul.ul_box12,
  ul.ul_box13 {
    padding: 20px 20px 20px 60px;
  }
}


/* ---------- 高さ調整 ---------- */

/* 親の c-row を flex にして高さを揃える */
.service_item_11_11 .c-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* 各カラムを伸ばす */
.service_item_11_11 .c-row__col {
  display: flex;
}

/* Snow Monkey Blocks の item を伸ばす */
.service_item_11_11 .smb-items__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

/* item 内の body を伸ばす */
.service_item_11_11 .smb-items__item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* あなたの box を伸ばす */
.service_item_11_11 .smb-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* box 内の body を伸ばす */
.service_item_11_11 .smb-box__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}


@media (min-width: 1200px) {
  .service_yokuaru1 .wp-block-snow-monkey-blocks-box {
    height: 250px;
  }
}

/* カラム全体を同じ高さに伸ばす */
.servicebox11-111 .wp-block-columns {
  align-items: stretch !important;
}

/* 各カラム内のボックスを伸ばす */
.servicebox11-111 .wp-block-column {
  display: flex;
}

/* Snow Monkey Blocks の box を高さ100%に */
.servicebox11-111 .smb-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* box 内の body を伸ばして均等に */
.servicebox11-111 .smb-box__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}


@media (max-width: 767px) {
  .service_box1 .wp-block-media-text__content{
    padding-left: 20px !important;
    padding-right: 10px !important;
  }
  .session_item11 h3.wp-block-heading {
    font-size: 1.4rem !important;
    border-bottom: 1px dotted #2A8C83 !important;
    margin-bottom: 15px;
  }

  ul.ul_box11,
  ul.ul_box12 {
    background-color: #F8F4F3;
    padding: 10px 10px 10px 30px;
  }
}

/* ------------ サービス開始までの流れ ------------ */

.vk_borderBox_title_container {
  padding: .2em 2.5em .5em !important;
  background: #2A929A !important;
  color: #fff;
}

.vk_borderBox_title_container em {
  font-size: 1.4rem;
  font-style: normal;
  margin-left: 5px;
}

.f_koumoku1 .wp-block-vk-blocks-border-box {
  border: 1px solid !important;
  font-family: "Noto Sans JP", sans-serif;
}

.smb-step__item__number::before {
  font-size: 1.6rem;
}

.matome_box1 {}

.matome_p1 {
  text-align: center;
  font-size: 1.4rem;
}

.matome_p2 {
  text-align: center;
  font-size: 1.8rem;
}

/* 各写真の下に「イメージです」を表示 */
/*.stepitem1 .wp-block-media-text__media::after {
  content: "※イメージ";
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #777;
  text-align: center;
}*/

/* step_11 内の写真だけに注釈を表示 */
.step_box_11 .wp-block-media-text__media::after {
	content: "※イメージ";
	display: block;
	margin-top: 5px;
	font-size: 11px;
	line-height: 1.5;
	color: #888;
	text-align: right;
}

@media (min-width: 768px) {
  .stepshop1 .smb-step__item__body {
    margin-top: -45px;
  }

  .f_koumoku1 .wp-block-vk-blocks-border-box {
    height: 235px;
  }

  .stepitem1 .smb-step__item{
    margin-bottom: -35px;
  }
  .stepitem1 {
    width: 800px;
    margin: auto;
    background-color: #fff;
    padding: 30px;
  }

  .stepitem1 .smb-step__item__title>span {
    font-size: 1.4rem;
  }
}

@media (max-width: 680px) {
  .stepitem1 .wp-block-media-text {
    margin-left: -30px !important;
  }

  .stepitem1 .wp-block-media-text__media {
    width: 70%;
    margin: auto;
  }
}

/* ------------ 実績・支援事例 ------------ */
.case_sec3 h3 {
  font-size: 1.3rem !important;
  text-align: center;
}

.case_sec3 .wp-block-image img {
  position: relative;
  z-index: 100;
}

.case_sec4 h4 {
  font-family: "Noto Sans JP", sans-serif !important;
}

.h4_11 {
  padding-top: 15px;
}

.case_box1 h3 {
  background-color: #f8f8f8;
  padding: 10px;
}

.case_box2 h3 {
  margin-bottom: 15px;
}

.case_box2 h4 {
  border-left: 1px solid #2A8C83;
  margin-top: 15px !important;
  padding: 10px;
}

.case_sec3 .smb-box {
  border-top: 1px solid #077C7A;
}

@media (min-width: 768px) {
  .case_sec3 .wp-block-image img {
    width: 80px !important;
    margin-bottom: -35px;
  }

  .case_sec3 .smb-box {
    height: 320px;
  }
}

@media (max-width: 680px) {
  .case_box11 .smb-box{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .case_sec3 .wp-block-image img {
    width: 80px !important;
    margin-bottom: -35px;
  }
}


/* ------------ よくある質問 ------------ */
.vk_faq-body {
  padding: 0.8em 1.8em;
  margin: 2em 0;
  background: white;
  border: 1px solid #7DAFAB;
  border-top: solid 5px #7DAFAB;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

@media (min-width: 768px) {
  .vk_faq {
    width: 1000px !important;
  }
}

/* ------------ プライバシーポリシー ------------ */
.pp_sec1 h2 {
  font-size: 1.3rem !important;
  padding: 30px 0 10px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal !important;
}

.pp_sec1 p,
.pp_sec1 ul {
  margin-left: 32px;
}

@media (min-width: 768px) {

  .pp_sec1,
  .pp_box1 {
    width: 940px;
    margin: auto;
  }
}

/* ------------ ブロック ------------ */

.is-vertically-aligned-top>.wp-block-media-text__content {
  margin-top: 0;
}

.wp-block-spacer {
  margin-top: 0px !important;
}

.fnt_11_1 {
  background-color: #E2EFED;
  padding: 10px;
  margin: auto;
  margin-top: auto;
  margin-top: -17px;
  border-radius: 30px;
}

.fnt_11_2 {
  font-size: 1.4rem !important;
  text-align: center;
  background-color: #E2EFED;
  padding: 10px;
  margin: auto;
  margin-top: auto;
  margin-top: -17px;
  border-radius: 30px;
}

:is(.wp-block-details, .wp-block-accordion-panel, .wp-block-quote, .wp-block-column, .wp-block-media-text__content, .wp-block-cover__inner-container, .wp-block-group__inner-container:where(:not(.is-layout-grid)))> :not(:first-child) {
  margin-top: 0 !important;
}

.fnt_13 {
  background-color: #f9f9f9;
  padding: 20px;
}

.fnt_14 {
  font-size: 1.4rem;
}

.fnt_15 {
  font-size: 1.4rem;
}

.fnt_15 em {
  font-size: 1rem;
  font-style: normal;
}

.smb-section__subtitle {
  font-size: 1.6rem;
  color: #2A8C83;
}

h2.smb-section__title {
  font-family: "Noto Sans JP", sans-serif !important;
  /*color: #2A8C83;*/
}

:where(.wp-block-columns) {
  margin-bottom: 0em;
}

.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature {
  border-width: 1px !important;
  border-color: #2A929A;
}

.wp-block-button.is-style-outline>.wp-block-button__link {
  border-color: #2A8C83 !important;
}

.wp-block-media-text__media img {
  border-radius: 10px !important;
}

.smb-section__lede {
  background-color: #ffffffde;
padding: 15px 45px !important;
  border-radius: 50px;
  border-bottom: 4px solid #8CB9B6;
}

@media (min-width: 768px) {
  .fnt_11 {
    font-size: 1.1rem;
  }

  .fnt_12 {
    font-size: 1.1rem;
    text-align: center;
  }

  h2.smb-section__title {
    font-size: 2.4rem !important;
    font-weight: 500 !important;
    font-family: "Noto Serif JP", serif;
  }

  .smb-step__item__title>span {
    font-size: 1.6rem;
  }
  .smb-section__lede{
    font-size: 1.2rem !important;
  }
}

@media (max-width: 680px) {
  .smb-box {
    background-color: #fff;
  }

  .vk-heading__text-wrapper {
    font-size: 1.3rem !important;
  }

  .wp-block-columns {
    --wp-column-gap: 1rem;
  }

  .fnt_11_2 {
    font-size: 1.2rem !important;
    margin-top: 0px;
  }

  .fnt_14 {
    font-weight: 500;
    text-align: center;
  }

  .smb-step__item__title>span {
    font-size: 1.4rem;
  }

  h2.smb-section__title {
    text-align: center !important;
  }

  .wp-block-button.is-style-outline>.wp-block-button__link {
    text-align: left;
  }

  .wp-block-media-text__content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .vk_faq-body {
    padding: 0.8em;
  }

  .wp-block-flexible-table-block-table {
    margin: 0;
  }
  .wp-block-media-text.is-style-media-round .wp-block-media-text__media img{
    width: 60%;
    margin: auto;
  }
  .wp-block-image{
    margin-bottom: 0px !important;
  }
  .smb-section__lede{
    padding: 11px 10px !important;
    border-radius: 20px;
  }

}

@media (max-width: 1024px) {
  .wp-block-media-text {
    /* inline style の 45% auto を完全に無効化 */
    grid-template-columns: 1fr !important;

    /* 正しい縦並びのエリア指定 */
    grid-template-areas:
      "media"
      "content" !important;
  }

  .wp-block-media-text__media {
    grid-area: media !important;
  }

  .wp-block-media-text__content {
    grid-area: content !important;
  }
}



/* ------------ ボタン関係 ------------ */
/* --- ボタン1 --- */
.btn1 a {
  background: #eee;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  border-radius: 33px;
  background-color: #fff;
  border: 1px solid #2A8C83;
  padding-bottom: 12px;
}

.top_box2 .btn1 a {
  margin-top: -38px;
}

.btn1 a:hover {
  background: #2A8C83;
  color: #fff;
}

.btn1 a:before,
.btn1 a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  right: 0.6rem;
  top: 50%;
}

.btn1 a:before {
  width: 1.4rem;
  height: 2px;
  background: #614f38;
  transform: translateY(-50%);
}

.btn1 a:after {
  opacity: 0;
  width: 0;
  height: 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.btn1 a:hover:before {
  width: 1.5rem;
}

.btn1 a:hover:after {
  opacity: 1;
  width: 8px;
  height: 8px;
}

.btn1 a:hover::before {
  background: #fff;
}

/* ------------ 投稿 ------------ */

body.single h1 {
font-size: 1.8rem !important;
  padding: 10px 10px 15px;
  border-left: 7px solid #7DAEAA;
  line-height: 100%;
}
body.single h2{
  font-size: 1.4rem !important;
}
body.single h3{
  font-size: 1.2rem !important;
}

/* ------------ サイドバー ------------ */
#sidebar h2,
#sidebar .c-widget__title {
  background-color: #7DAEAA;
  padding: 8px 8px 10px 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px !important;
  margin-bottom: 15px;
}

#sidebar h2,
#sidebar .c-widget__title {
  display: flex;
  align-items: center;
  padding: .7em .8em;
  background-color: #f9f9f9;
  color: #333;
  font-size: 16px;
  border-left: 5px solid #7DAEAA;
  margin-bottom: 15px;
  border-radius: 10px;
}

.wp-block-latest-posts__post-title {
  font-size: 16px !important;
}

#sidebar .wp-block-image img {
  max-width: 80%;
}


/* ------------ フッター ------------ */

.ft_sec1 h2 {
  font-size: 1rem !important;
  border-bottom: 1px solid #1D857C;
}

.widget_nav_menu .menu {
  border-top: 0px;
  border-bottom: 0px;
}


@media (min-width: 768px) {
  .ft_col2 ul {
    display: flex;
    flex-wrap: wrap;
  }

  .ft_col2 ul li {
    width: 50%;
    border-bottom: 0px !important;
  }
}

/* ------------ 問い合わせフォーム ------------ */
.pp_box {
  padding: 20px;
  margin: 20px 0;
  background-color: #f9f9f9;
  height: 200px;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
}

.pp_box h4 {
  font-size: 1.1rem;
  background-color: #E5D9CB;
  margin-bottom: 15px;
  line-height: 100%;
  padding: 10px;
}

.pp_box p {
  font-size: 0.9rem;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #FFF;
  text-align: center;
  color: #ff0000;
  background-color: #fff0ee;
}

.formb1 .wpcf7-list-item-label {
  font-size: 0.9rem;
}

.formb1 .wpcf7-list-item-label strong {
  color: #ff0000;
}

#form1>p.formb1>span>span>span>label>input[type=checkbox] {
  width: 15px;
  /* デフォルトは約13〜15px。ここで大きさを指定 */
  height: 15px;
  transform: scale(1.3);
  /* 拡大倍率で微調整も可能 */
  cursor: pointer;
  /* マウスカーソルをポインターに変更 */
}

.iframe_box1 {
  border: solid 1px #ccc;
  width: 100%;
  height: 270px;
  padding: 1.5em;
  overflow: auto;
  margin-top: 10px;
}

.iframe_box1_1 h4 {
  font-size: 1rem !important;
}

.iframe_box1 p {
  font-size: 0.8rem;
}

.iframe_box1 strong {
  display: block;
  margin: 10px 0;
  color: #111 !important;
}

.iframe_box1 ol {
  padding: 10px 0 10px 30px;
}

.toi_box1 {
  font-size: 0.8rem;
  padding: 10px;
}

.wpcf7 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0px solid #ddd !important;
  background: #fff !important;
  font-size: auto !important;
}

.wpcf7 form {
  margin: 0 !important;
}

.textbox1 input.wpcf7-form-control.wpcf7-text {
  width: 240px;
  margin-left: 5px;
}

#form1 {
  overflow: hidden;
}

#form1 table {
  background-color: #fff;
}

#form1 th,
#form1 td {
  padding: 20px !important;
}

#form1 th {
  position: relative;
  width: 35%;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

div.wpcf7 .wpcf7-spinner {
  display: block;
}

#form1 .form_1 {
  background-color: #f39800;
  padding: 10px;
  color: #fff;
  text-align: center !important;
  margin-bottom: 20px;
}

#form1 .color-botton01 {
  width: 220px;
  margin: 20px auto;
  padding: 15px 5px;
  background-color: #f39800;
  text-align: center;
  border-radius: 30px;
}

#form1 .color-botton01 a {
  color: #fff;
}

@media (min-width: 768px) {
  .wpcf7 {
    width: 100% !important;
  }

  .toi_box1 {
    text-align: center;
  }
}

.wpcf7 {
  margin: 0px auto !important;
  padding: 0px !important;
  padding-bottom: 0px !important;
}

span.wpcf7-list-item {
  display: block !important;
  margin: 0 0 0 1em;
  width: 100%;
}

.must {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  background: #DD0000;
  text-align: center;
  line-height: 20px;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
}

.must1 {
  margin-top: -15px;
  background: #DD0000;
  text-align: center;
  line-height: 20px;
  color: #FFF;
  font-weight: normal;
  padding: 1px 7px 2px;
  font-size: 10px;
}

.free {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  background: #999;
  text-align: center;
  line-height: 20px;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
}

.free1 {
  width: 40px;
  padding: 2px 7px;
  background: #999;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  margin: 0 5px;
}

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

input.wpcf7-submit {
  padding: 10px 80px;
  background: #ff7b00;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.formb1 {
  padding: 20px;
  margin-top: 20px;
  font-size: 0.9rem;
  background-color: #fff8ec;
  text-align: center;
}

.formb2,
.formb3 {
  margin-top: 10px;
  text-align: center;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}

.wpcf7-form-control.wpcf7c-btn-confirm {
  width: 350px;
  padding: 15px !important;
  color: #fff;
  font-size: 30px !important;
  font-weight: 600;
  border-radius: 50px !important;
  margin-top: 30px !important;
  background: #ffc86a !important;
  background: -moz-linear-gradient(top, #ffc86a 0%, #f39800 100%) !important;
  background: -webkit-linear-gradient(top, #ffc86a 0%, #f39800 100%) !important;
  background: linear-gradient(to bottom, #ffc86a 0%, #f39800 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc86a', endColorstr='#f39800', GradientType=0) !important;
}

@media (max-width: 480px) {

  #form1 th,
  #form1 td {
    display: block !important;
    width: 100% !important;
  }
}

/* ---------- 入力してください。を上部へ フォーム全体 ---------- */
.wpcf7-form p {
  position: relative;
}

/* エラーメッセージ本体 */
.wpcf7-not-valid-tip {
  position: absolute;
  top: -1.6em;
  /* 入力欄の上 */
  left: 0;
  color: #e60000;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}

/* 入力欄に少し余白を確保（重なり防止） */
.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.toi_select1 p {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.toi_select1 input.wpcf7-text {
  width: auto;
  max-width: 200px;
}

.toi_select1 .wpcf7-text {
  width: 100% !important;
}

/* 単位付き入力行 */
.toi_select1 p {
  display: flex;
  align-items: center;
  /* ← これが決定打 */
  gap: 8px;
  margin: 0;
}

/* ---------- 記事一覧全体 ---------- */
.custom-post-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
/* ---------- 各行 ---------- */
.custom-post-list .post-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 3px 0;
}
/* ---------- 日付 ---------- */
.custom-post-list .post-date {
  font-size: 0.9em;
  min-width: 120px;
  margin-right: 15px;
  color: #666;
}
/* ---------- タイトルエリア ---------- */
.custom-post-list .post-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
/* ---------- タイトルリンク ---------- */
.custom-post-list .post-title a {
  font-size: 1em;
  text-decoration: none;
  color: #333;
  transition: 0.2s;
}
.custom-post-list .post-title a:hover {
  color: #0073aa;
}
/* ---------- NEWマーク ---------- */
.custom-post-list .new-label {
color: #fff;
background-color: #e60012;
  font-size: 0.65em;
  padding: 1px 10px;
  border-radius: 15px;
  font-weight: bold;
}

.header_info .new-label {
color: #fff;
background-color: #e60012;
  font-size: 0.65em;
  padding: 1px 10px;
  border-radius: 15px;
  font-weight: bold;
  margin-left: 5px;
}

/* ---------- カテゴリ共通 ---------- */
.custom-post-list .post-category {
  font-size: 0.7em;
  padding: 2px 6px;
  border-radius: 3px;
  color: #fff;
  white-space: nowrap;
}
/* ---------- カテゴリ別色 ---------- */
/* お知らせ */
.custom-post-list .cat-news {
  background: #0073aa;
}
/* コラムのご紹介 */
.custom-post-list .cat-column {
  background: #28a745;
}

.post-category{
  width: 58px;
  text-align: center;
}

/* セミナーのご紹介 */
.custom-post-list .cat-blog {
  background: #d37f20;
}
/* その他（予備） */
.custom-post-list .cat-other {
  background: #666;
}

@media (max-width: 680px) {
  .custom-post-list .post-item {
  display: block;
  }
}


/* まず全デバイスで非表示にする */
.fixed-buttons {
  display: none;
}

/* タブレット表示：768px〜1024px のときだけ表示 */
@media (min-width: 468px) and (max-width: 1000px) {
  .fixed-buttons {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    gap: 1px;
  }

  .btn-line {
    background: linear-gradient(to bottom, #d1a619, #ECBD26);
    padding: 14px 10px;
    writing-mode: vertical-rl;
    text-align: center;
  }

  .btn-form {
    background: linear-gradient(to bottom, #808000, #808000);
    padding: 14px 10px;
    writing-mode: vertical-rl;
    text-align: center;
  }

  .fixed-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding: 25px 15px;
    letter-spacing: 0.1em;
  }

  .fixed-buttons a i {
    margin: 0 0 6px 0;
    font-size: 20px;
  }

  .fixed-buttons a .text {
    display: block;
  }
}



.krc-cpc__card h2{
  font-size: 1.4rem !important;
}

/* ---------- お知らせ・コラム ---------- */
.link_btn_11 {}


/* ---------- トップ 上部のお知らせ情報 ---------- */
.latest-column {
	display: flex;
	align-items: stretch;
	min-height: 45px;
	border: 1px solid #a9ddd1;
	border-radius: 20px;
	overflow: hidden;
	background: #f0faf7;
	box-sizing: border-box;
  margin: 25px auto 0 !important;
}
.latest-column .custom-post-list{
  margin: 0px;
}
.latest-column .custom-post-list{
  padding: 0;
}

.latest-column .custom-post-list .post-item{
  border-bottom: 0px solid #ddd;
}

.latest-column .post-category {
  display: none;
}


/* ----------  左側「最新コラム」 ----------  */
.latest-column__label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex: 0 0 140px;
	padding: 0 18px;
	background: #199d7d;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
	box-sizing: border-box;
}

.latest-column__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	line-height: 1;
}

/* 右側 */
.latest-column__content {
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
	padding: 3px 32px;
	gap: 24px;
	box-sizing: border-box;
}

/* 記事タイトル */
.latest-column__title {
	flex: 1;
	min-width: 0;
	color: #137d68;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;

	/* 1行表示 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 「読む →」 */
.latest-column__link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	flex-shrink: 0;
	color: #139778;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

.latest-column__link:hover {
	opacity: 0.65;
}

.latest-column__arrow {
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

@media screen and (min-width: 901px) {
.latest-column {
	width: 800px;
}
}

/* タブレット */
@media screen and (max-width: 900px) {
	.latest-column__label {
		flex-basis: 125px;
		padding: 0 14px;
		font-size: 15px;
	}

	.latest-column__content {
		padding: 3px 20px;
		gap: 16px;
	}

	.latest-column__title {
		font-size: 15px;
	}

	.latest-column__link {
		font-size: 15px;
	}
}

/* スマホ */
@media screen and (max-width: 600px) {
	.latest-column {
		display: block;
		border-radius: 14px;
	}

	.latest-column__label {
		width: 100%;
		min-height: 30px;
		padding: 3px 15px;
		justify-content: flex-start;
	}

	.latest-column__content {
		padding: 3px 16px;
		gap: 12px;
	}

	.latest-column__title {
		white-space: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 14px;
		line-height: 1.6;
	}

	.latest-column__link {
		font-size: 14px;
	}
}