:root {
    --primary-color: #00547D;
    --text-color: #011018;
    --background-color: #fff;
    --border-color: #707070;
    --marker-color:#ff8900;
}
.image-wrapper {
    width: 100%;
    margin: 3.75rem 0 5rem;
}

.image-wrapper2 {
    width: 65%;
    margin: 0 auto;
}
.image-wrapper3 {
    width: 65%;
    margin: 2.5rem auto 0;
}
.image-wrapper-bottomNone {
    margin-bottom: 0;
}
.image-wrapper-bottom {
    width: 65%;

    margin-bottom: 3.75rem;
}

.third-wrapper {
    display: flex;
    flex-direction: column;
    margin:0 12.5vw;
    padding-top: 12rem;
    align-items: center;
}

.main-title {
    color: #00547D;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.subtitle {
    color: #011018;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 3rem;
}

.tag-container {
    margin-top: 5.94rem;
    align-self: self-start;
}

#works .tag-container {
    margin-top: 3rem;
    align-self: self-start;
}

#works .tag-container {
    display: flex;
    gap: 0.64rem;
}

@media (max-width: 768px) {
    #works .tag-container {
        gap: 0.31rem;
        flex-direction: column;
    }
    
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.tags {
    display: inline-block;
    padding: 0.6rem 1.87rem;
    border: 1px solid #00547D;
    border-radius: 1.88rem;
    color: #00547D;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375rem;
    letter-spacing: 0.0425rem;
}


/* コラム　第三階層タグ */
.tags  .tag-button {
    width: auto;
    height: auto;
    display: inline-block;
    border: 1px solid #00547D;
    border-radius: 1.88rem;
    color: white;
    background: #00547D;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375rem;
    letter-spacing: 0.0425rem;
}

.third-tag-blue {
    background-color: var(---primary-color, #00547D);
    color: #FFF ;
    
}


/* コラム第三階層のタグ */
#column .third-tag-blue {
    background: transparent;
    border-color: transparent;
    column-gap: 0.64rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}
#column .tags .tag-button {
    padding: 0.6rem 1.87rem;
    background: transparent;
    color: #00547D;
    border-color: #00547D;
}

/* お知らせ第三階層のタグ */
#news .third-tag-blue {
    color: #011018;
    background: #B2E0F6;
    border-color: #B2E0F6;
}

#news  .tags .tag-button {
    color: #011018;
    background: #B2E0F6;
    border: none;
}

.third-tag-gray {
    background-color: #8A8A8A;
    color: #FFF ;
    border: none;
    padding-left: 2.06rem;
    padding-right: 2.06rem;
}
.third-tag-orange {
    background-color: var(--marker-color, #ff8900);
    color: #FFF ;
    border: none;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
}
.tags.third-tag-gray.open {
    background-color: white;
    color: #00547D;
    border: solid 1.2px #00547D;
}

.article {
    width: 100%;
}
#seminar-report .article {
    align-self: self-start;
    margin-bottom: 3rem;
}

.third-wrapper .article-title {
    color: #011018;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: 0.08rem;
    margin-top: 2.5rem;
    align-self: start;
}

.article-text {
    color: #011018;
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.045rem;
    margin-top: 2.5rem;
}


/* コラム第三階層　その他のコラムレイアウト */
#pickUp-column.third-wrapper ,
#pickUp-works.third-wrapper,
#pickUp-news.third-wrapper {
    margin: 0 2.5rem;
    padding-top: 3.75rem;
}

#pickUp-column .article-title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: normal;
    margin-top: 1rem;
    
}
#pickUp-works .case-study-bg {
    width: 100%;
}


#pickUp-column .tag {
    color: #00547D;
    border: 1px solid #1B4B79;
    width: 6.25rem;
    height: 2.375rem;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    padding: .4rem 0;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    display: flex;
    align-items: center;
    justify-content: center;
}

#pickUp-column .tag.new {
    border-color:#FF8900;
    color: white;
}
.seminar-btn-wrapper {
    width: 100%;
    text-align: center;
}

.seminar-view-all-btn {
    height: 3.75rem;
    padding: 1.25rem 3.5rem 0 0.4rem;
    width: auto;
    background: #FF8900;
    color: #FFF;
text-align: center;
font-family: "Noto Sans JP";
font-size: 1.125rem;
font-style: normal;
font-weight: 500;
line-height: 1.4375rem; /* 127.778% */
letter-spacing: 0.045rem;
margin: 2.35rem 0 1.25rem;
}
@media (max-width: 1200px) {
/* コラム第三階層　その他のコラムレイアウト */
#pickUp-column.third-wrapper ,
#pickUp-news.third-wrapper {
    margin: 0 0 5rem;
    padding-top: 3.75rem;
}
.third-wrapper {
    margin:0 8vw;
}
}
@media (max-width: 768px) {
    .third-wrapper {
        margin: 0 6vw;    
        padding-top: 11rem;

    }
    .third-wrapper .article-title {
        font-size: 1.56rem;
        line-height: 1.3;
        margin-top: 1.25rem;
    }
    .article-title {
        font-size: 1.5625rem;
        line-height: 2.5rem; /* 160% */
        letter-spacing: 0.0625rem;
        margin-top: 1.25rem;
    }
    .tag-container {
        margin-top: 3.1rem;
    }
    .subtitle {
        margin-bottom: 0;
        font-size: 0.875rem;
        font-weight: 400;
    }
    .tags {
        font-size: 0.875rem;
        line-height: normal;
        padding: 0.4rem 1.25rem;
    }
    
    
    /* コラム　第三階層タグ */
    .tags  .tag-button {
        width: auto;
        height: auto;
        display: inline-block;
        border: 1px solid #00547D;
        border-radius: 1.88rem;
        color: white;
        background: #00547D;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.4375rem;
        letter-spacing: 0.0425rem;
    }

    #pickUp-column.third-wrapper ,
    #pickUp-works.third-wrapper,
    #pickUp-news.third-wrapper {
        margin: 0 2.5rem;
        padding-top: 0;
    }
}
/*コンテンツ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* wordpressの投稿のビジュアルエディターのh2、h3、h4の見出しのレイアウト調整 */
.section-title,
.content-detail h2,
.column-text h2{
    color: #00547D;
    font-family: "Noto Sans JP";
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: 0.06rem;
    padding: 1rem 1.25rem;
    background: #F2F6F8;
    margin: 5rem 0 1.56rem;
}
.section-subtitle,
.content-detail h3,
.column-text h3{
    color: var(--Color-2, #011018);
    font-size: 1.375rem;
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.055rem;
    line-height: 1.875rem; /* 136.364% */
    border-left: 0.375rem solid #00547D;
    padding-left: .62rem;
    margin: 1.56rem 0 1rem;
}
.content-detail h4,
.column-text h4{
    color: #00547D; 
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    margin:1.56rem 0 1rem;
}


/* リンクのレイアウト */
.content-detail a,
.column-text a {
    color: #0097E0;
    text-decoration: underline;
    transition: .3s ease alls;
    word-wrap: break-word;
}

/* 画像のレイアウト */
.column-text img.alignright,
.content-detail img.alignright{
    float: right;
}

.column-text img.aligncenter,
.content-detail img.aligncenter{
    display: block;
    margin: 0 auto;
}

.column-text img.alignleft,
.content-detail img.alignleft{
    float: left;
}

/*  textのレイアウト */
.column-text p,
.content-detail p {
    margin-bottom: 1.4rem;
    line-height: 1.5;
}

.content-detail a.view-all-button,
.column-text a.view-all-button  {
    color: white;
    text-decoration: none;
}

.column-text a.view-all-button:hover {
    opacity: 1;
}

.content-detail a:hover,
.column-text a:hover {
    opacity: 0.7;
}

.content-detail {
    margin-top: 2.5rem;
}

.content-detail p {
    color: #011018;
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.045rem;
    margin-bottom: 2.5rem;
}

/* 対策：blockにする！ */
.content-detail p img {
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
  }

.h2 {
        color: #00547D;
        font-family: "Noto Sans JP";
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.875rem;
        letter-spacing: 0.06rem;
        padding: 1rem 1.25rem;
        background: #F2F6F8;
        margin: 5rem 0 0;
    }
    .h3{
        color: var(--Color-2, #011018);
        font-size: 1.375rem;
        font-family: "Noto Sans JP";
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0.055rem;
        line-height: 1.875rem; /* 136.364% */
        border-left: 0.375rem solid #00547D;
        padding-left: .62rem;
        margin-top: 2.5rem;
    }

    .section-content {
        color: #011018;
        font-family: "Noto Sans JP";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.75;
        letter-spacing: 0.045rem;
        margin-bottom: 2.5rem;
    }
    
    .section-content:first-of-type {
        margin-top: 2.5rem;
    }
    
      /* マーカー用のスタイル */
    
    .marker {
        color: #011018;
        position: relative;
        display: inline;
        font-weight: 700;
        background-color:rgba(255, 137, 0, 0.1);
        line-height: 1.5625rem;
    }

  /* 記事ナビゲーション */
.article-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4rem auto;
    padding: 2rem 0;
    max-width: 1200px;
    gap: 6.25rem;
}

#seminar-report .article-navigation {
    margin: 4.31rem 0 0;
    padding-top: 0;
}

.article-navigation a {
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color:#00547D;
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375rem; /* 127.778% */
    letter-spacing: 0.045rem;
}
.nav-arrow {
    font-size: 1.5rem;
    line-height: 1;
    border: 1px solid #00547D;
    border-radius: 40px;
    padding: .95rem .95rem;
}

.nav-text {
    color:#00547D;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375rem; /* 127.778% */
    letter-spacing: 0.045rem;
}

.nav-list {
    padding: 0.5rem 2rem;
    border-radius: 2rem;
}
.nav-wrapper-mb{
    width: 100%;
    display: flex;
    gap: 3.38rem;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
#seminar-report .article-navigation {
        margin: 4.31rem 0 5rem;
        padding-top: 0;
    }
      /* 記事ナビゲーション */
.article-navigation {
    flex-direction: column;
    gap: 2rem;
}
.article-navigation a {
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color:#00547D;
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375rem; /* 127.778% */
    letter-spacing: 0.045rem;
}

.nav-arrow {
    font-size: 1rem;
    padding: .8rem;
}
.nav-wrapper-mb{
    width: 100%;
    display: flex;
    gap: 20vw;
}

.section-title,
.content-detail h2,
.column-text h2{
    margin: 3.7rem 0 1.56rem;
}

.content-detail p {
    margin-bottom: 1.2rem;
}
}

@media (max-width: 768px) {
    .article-navigation {
        gap: 0;
    }
    .main-title {
        color: #00547D;
        text-align: center;
        font-family: "Open Sans";
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    
    .nav-wrapper-mb{
        width: 100%;
        display: flex;
        gap: 3rem;
    }
    .instructor-section {
        padding: 3.13rem 1rem;
        flex-direction: column;
        gap: 1.25rem;
    }
    
    .column-main {
        padding: 1rem;
    }

    .column-title {
        font-size: 2rem;
    }

    .instructor-content {
        flex-direction: column;
        gap: 1.25rem;
    }

    .instructor-image {
        order: -1;
        width: 50%;
        margin: 0 auto;
    }

    .instructor-image img {
        width: 100%;
        height: auto;
    }
    .nav-list {
        padding: 2.44rem 2rem 0;
        border-radius: 2rem;
        margin: 0 auto;
    }

    .content-detail {
        margin-top: 1.5rem;
    }
    .nav-text,
    .prev-text,
    a.mbSp-only {
        font-size: 1rem;
    }
    #seminar-report .article-navigation {
        margin: 4.31rem 0 0;
        padding: 0 0 7.5rem;
    }
}

/* コラム記事カードのスタイル==================================== */
.end-content-border {
    border-top: 1px solid #C7C7C7;
    width: 100%;
}

#pickUp  .ttl-wrapper {
    margin-top: 0;
}

.articles-container {
    display: grid;
    gap: 3.75rem 2.12rem;
    margin: 3.75rem auto 0;
    padding: 0 1rem;
    justify-content: center;
}

#pickUp .article-card {
    width: 16.5625rem;
    background: white;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    display: flex;
    flex-direction: column;
}

  /* 残りのスタイルは変更なし */
@media (hover: hover) and (pointer: fine) {
    #pickUp .article-card:hover .article-image {
        transform: scale(1.1);
    }
}

#pickUp .article-image {
    width: 16.5625rem;
    height: 11.25rem;
    background-color: #999;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#pickUp .article-content {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

#pickUp .article-date {
    color: #00547D;
    font-family: "Open Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.04375rem;
}

#pickUp .article-tags {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.4rem;
}

#pickUp .tag {
    width: 6.25rem;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    padding: .4rem 0;
    font-family: "Noto Sans JP";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#pickUp .tag.new {
    border-radius: 1.875rem;
    background: #FF8900;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#pickUp .tag.その他,
.tag.iso,
.tag.マニフェスト,
.tag.法改正 {
    border: 1px solid #1B4B79;
    color: #00547D;
}
#pickUp .tag.その他 {
    padding: .4rem 1.5rem;
}
#pickUp .tag.iso{
    padding: .4rem 2.5rem;
}
#pickUp .tag.マニフェスト {
    padding: .4rem .8rem;
}
#pickUp .tag.法改正 {
    padding: .4rem 1.5rem;
}
#pickUp .article-title {
    color: #011018;
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 1rem;
}

#pickUp .article-description {
    color: #011018;
    font-family: "Noto Sans JP";
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 133.333% */
    margin-top: .56rem;
}

/* PC (1200px以上) */
@media (min-width: 1200px) {
    #pickUp .articles-container {
        grid-template-columns: repeat(4, 1fr);
        max-width: 1200px;
    }
}

/* タブレット (768px以上1200px未満) */
@media (min-width: 768px) and (max-width: 1199px) {
    #pickUp .articles-container {
        grid-template-columns: repeat(2, 16.5625rem);
        max-width: 768px;
    }
}

/* スマートフォン (768px未満) */
@media (max-width: 767px) {
    #pickUp .articles-container {
        grid-template-columns: repeat(1, 16.5625rem);
        max-width: 100%;
    }
}




.third-section {
    padding-top: 8.3rem;
}

.third-section .container {
    padding: 0 6.25rem ;
}




/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}


.hero.visible {
    opacity: 1;
    transform: translateY(0);
}


.hero-content {
    position:absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 6vw;
    z-index: 2;
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    line-height: 2.5rem; /* 114.286% */
    letter-spacing: 0.0875rem;
    margin-top: 2rem;
}

.hero-content h1 {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: "Open Sans",sans-serif;
font-size: 1.125rem;
font-style: normal;
font-weight: 700;
}

.hero-title {
font-size: 2.1875rem;
font-style: normal;
font-weight: 700;
line-height: 2.5rem; /* 114.286% */
letter-spacing: 0.0875rem;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 77% center;
}
.hero-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(90deg, rgba(0, 84, 125, 0.70) 1%, rgba(0, 84, 125, 0.20) 30.5%, rgba(0, 84, 125, 0.00) 54.45%);
}

/* requestページ */
.hero-image.request::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.45;
    background: linear-gradient(78deg, rgba(0, 84, 125, 0.70) -5.07%, rgba(0, 84, 125, 0.20) 65.41%, rgba(0, 84, 125, 0.00) 88.82%);
}

.hero-image.request img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 77% center;
}
.hero-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(90deg, rgba(0, 84, 125, 0.70) 1%, rgba(0, 84, 125, 0.20) 30.5%, rgba(0, 84, 125, 0.00) 54.45%);
}

/* seminar　 */
.hero-image.seminar img {
    width: 130%;
    height: 100%;
    transform: scale(1.1);
    object-fit: cover;
    object-position: -45% center;
}

#mission .hero-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(90deg, rgba(0, 84, 125, 0.70) 0%, rgba(0, 84, 125, 0.20) 26%, rgba(0, 84, 125, 0.00) 40%);
}

.hero-image.seminar::after {
    opacity: 0.2;
}

.hero-subtitle.black,
.hero-title.black {
    color: #000;

}
/* missionページ */
.hero-image.mission-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 77% center;
}



/* Responsive Design */
@media (max-width: 1024px) {
    .hero-image.seminar img {
        width: 130%;
        height: 100%;
        transform: scale(1.2);
        object-fit: cover;
        object-position: center;
    }

    .hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}
@media (max-width: 768px) {
    .hero {
        height: 60vh;
        min-height: 400px;
    }

    .hero-content {
        padding: 1rem;
        padding-left: 6vw;
        margin-top: 2.5rem;
        position: absolute;
        transform: translateY(-50%);
    }

    .hero-subtitle {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.25rem;
    }

    .hero-title {
        font-size: 1.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2.1875rem; /* 116.667% */
        letter-spacing: 0.1875rem;
    }

    .hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 77% center;
    }

    /* seminar　 */
.hero-image.seminar img {
    width: 100%;
    height: 120%;
    transform: scale(1.2);
    object-fit: cover;
    object-position: 30% center;
}
/* journeyページ */
.hero-image.journey img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40% center;
}
/* informationページ */
.hero-image.information img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40% center;
}
/* missionページ */
.hero-image.mission-image img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    object-fit: cover;
    object-position: 56% center;
}
}


@media screen and (max-width: 1200px) {
    .third-section .container {
        padding: 0 3rem;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {

    .tab-br {
        display: block;
    
    }
    
    .pc-br,
    .sp-br {
        display: none;
    }
    
}

    @media (max-width: 768px) {

        .third-section  .container {
                padding: 0 1.25rem;
            }



.third-section {
    padding-top: 3.8rem;
}

        .sp-br {
            display: block;
        }
        
        .tab-br,
        .pc-br {
            display: none;
        }
        
    }


/* 第3階層表========================== */
.info-table {
    width: 100%;
    /* height: 17.125rem; */
    border-collapse: collapse;
    background-color: white;
    border-radius: 0.625rem;
    overflow: hidden;
}

.info-table th,
.info-table td {
    padding: 1.31rem 1.88rem;
    text-align: left;
    border-bottom: 1px solid #fff;
    background:#F2F6F8;

}

.info-table th {
    background-color: #f8f9fa;
    width: 25%;
    font-weight: bold;
    background:#BFD4DE;
    text-align: center;
}

.info-table td {
    padding: 1.31rem 3.19rem 1.31rem 1.88rem;
}

.info-table tr:last-child th,
.info-table tr:last-child td {
    border-bottom: none;
}

.info-table a {
    color: #0097e0;
    text-decoration: none;
}

.info-table a:hover {
    text-decoration: underline;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .single-works .info-table tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .single-works .info-table th {
        width: 100%;
    }

    .single-works .info-table th,
    .single-works .info-table td {
        padding: 12px 15px;
        text-align: center;
    }
}
@media (max-width: 600px) {
    .info-table th,
    .info-table td {
        padding: 12px 15px;
        text-align: center;
    }
    
    .info-table th {
        width: 100%;
    }
    .info-table tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

.no-relation {
    text-align: center;
}

/* 第三階層ページ下部のページリンク */
.otherPage-section .card-link-wrapper.none {
    display: none;
}
.card.achievements-card .more-link{
    padding-bottom: 0.63rem;
}

.card h2 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Noto Sans JP";
    font-style: normal;
}

/* 事例・コラム・お知らせの第三階層　サブクエリのPCとスマホ表示の切り替え */
#pickUp-column .column-section,
#pickUp-works .column-section ,
#pickUp-news .column-section {
    display: none;
}

#pickUp-news .article-title {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 1rem;
}

/* タグ */
#pickUp-news .tag.news {
    width: auto;
}
@media (max-width: 768px) {
    #pickUp-column .column-section,
    #pickUp-works .column-section ,
    #pickUp-news .column-section {
        display: block;
        padding-bottom: 8rem;
    }
    #pickUp-works .content-wrapper {
        padding-top: 0;
    }

    #pickUp-column .articles-container,
    #pickUp-works .articles-container,
    #pickUp-news  .articles-container {
        display: none;
    }

    #pickUp-column .main-title,
    #pickUp-news .main-title,
    #pickUp-works .main-title {
        margin-top: 3.7rem;
    }
    
}


/* コラムスマホ版のスプライド ======= */

.article-content-wrapper.splide__slide {
    width: 100%;
}

.case-study-image {
    width: 100%;
    background-size: cover;
}
.column-section.content-wrapper {
    text-align: start;
}

#case-studies-sp { 
    display: none;
}

@media (max-width: 1200px) {
#pickUp-works .case-study {
    padding: 1rem!important;
}
    
}
@media (max-width: 768px) {

    #case-studies-sp { display: block; }

    #pickUp-works .works-section {
        display: none;
    }

    #pickUp-column .column-section.content-wrapper.works-section-noPadding-sp {
        padding-top: 0;
}

.splide__slide   .ttl-wrapper {
    margin-top: 0;
}



.splide__slide .article-card {
    width: 20rem;
    background:#317495;
    border-radius: 0.75rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.splide__slide  .article-image {
    width: 100%;
    height: 11.25rem;
    background-color: #999;
    object-fit: cover;
    transition: transform 0.3s ease;
}


    /* スライド1枚ずつのスタイル */
    #case-studies-sp .splide__slide {
        flex: 0 0 auto; /* 幅固定で縮小させない */
        width: auto; /* スライドを画面幅いっぱいに */
        height: 33rem !important; /* 固定高さ */
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }


    /* ページネーション全体（カルーセルのすぐ下に配置） */
    #case-studies-sp .splide__pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 32px; /* ドットの間隔 */
        /* bottom: -1rem; */
    }


        /* 各ページネーションのドット */
        #case-studies-sp .splide__pagination__page {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #D9D9D9; /* 通常時のカラー */
            transition: background 0.3s ease;
        }
    
        /* アクティブなページネーション（現在表示中のスライド） */
        #case-studies-sp .splide__pagination__page.is-active {
            background: #00547D; /* 選択中のカラー */
        }



.splide__slide  .article-content {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.splide__slide  .article-date {
    color: #00547D;
    font-family: "Open Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.04375rem;
}

.splide__slide  .article-tags {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.4rem;
}

.splide__slide  .tag {
    width: 6.25rem;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    padding: .4rem 0;
    font-family: "Noto Sans JP";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.splide__slide  .tag.new {
    border-radius: 1.875rem;
    background: #FF8900;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.splide__slide  .tag.その他,
.tag.iso,
.tag.マニフェスト,
.tag.法改正 {
    border: 1px solid #1B4B79;
    color: #00547D;
}
.splide__slide  
.tag.その他,.tag.法改正 {
    padding: .4rem 1.5rem;
}
.splide__slide  .tag.iso{
    padding: .4rem 2.5rem;
}
.splide__slide  .tag.マニフェスト {
    padding: .4rem .8rem;
}

.splide__slide  .article-title {
    color: #011018;
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 1rem;
}

.splide__slide  .article-description {
    color: #011018;
    font-family: "Noto Sans JP";
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 133.333% */
    margin-top: .56rem;
}
}



/* セミナーの講師情報の、ボタンの表示非表示の切り替え */

.hidden {
    display: none;
  }

  /* セミナー講師情報のヘッドライン */
  .lecturer-profile.expanded .hidden-content .seminar-headline-ttl,
  .lecturer-profile.expanded .hidden-content .book-headline-ttl,
  .lecturer-profile.expanded .hidden-content .link-head {
    color: #00547D;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1.5rem;
    }


    /* 講師情報の高さ調整 */

    .lecturer-profile {
        height: 1170px;
    }
    .lecturer-profile.expanded {
        height: 3500px;
    }

    .lecturer-profile .seminar-items {
        max-width: 100%;
    }

    .lecturer-profile h4 {
        color: 000;
        margin-top: 0;
    }
    #seminar-info .qualifications .column-text {
        margin-bottom: 0;
    }
    .lecturer-profile .seminar-details {
        margin-bottom: 0rem;
    }
@media (max-width: 768px) {
    .column-text h4 {
        margin-bottom: 0.62rem;
    }
    .profile-image {
        margin-bottom: 0.62rem;
    }
    
}

	/* 閉じるボタンからの上スクロールの余白調整 */



    /* セミナー情報が開いているときに、、ボタン非表示に */
    #toggle-button .lecturer-profile.expanded .qualifications .button-wrapper{
        display: none;
    }
    @media (max-width: 768px) {
        .lecturer-profile {
            height: 3000px;
        }
        .lecturer-profile.expanded {
            height: 5000px;
        }

        .lecturer-profile .seminar-item {
        padding: 0;
        }

        .seminar-text h4:before {
            width: 0.375rem;
        }
    }

    .breadcrumb {
        margin-top: 7.85rem;
    }
    #lecture-info .view-all-button-text.slide-up-down-text {
        margin: 0 auto;
    }
    .seminar-text h4 {        
        line-height: 1.5;
      }
      .seminar-text .writing {
        margin-top: 4.3rem;
      }
      #closeButton .view-all-button-text {
        margin-top: 4.3rem;
      }
