@charset "utf-8";
/*----------------------------------------------------- */
/*  研究会ページ（study-group および配下）
/*----------------------------------------------------- */

/*---------- トップページ（study-group） ----------*/
.lead_box {
 margin-bottom: 0.75rem;
}
.sg-top-intro {
 font-size: 1.5em;
 font-weight: 300;
 line-height: 1.7;
}
.sg-top-intro span.u-bold{
 font-weight: 500;
}

.sg-top-theme-list {
 
}
.sg-top-theme-list .items{
 padding-bottom: 30px;
 border-bottom: dashed 1px var(--color-blue);
}
 .sg-top-theme-list .items:last-of-type{
 padding-bottom: 30px;
 border-bottom: none;
}   
.item_inner .info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 0.2rem;
}
.item_inner .info .place {
width: 240px;
    margin-right: 30px;
}
.item_inner .info .place img {
    width: 100%;
    border-radius: 10px;
}
.item_inner .info dl {
    width: calc(100% - 270px);
    display: flex;
    flex-wrap: wrap;
     font-size: 1.1em;
}
.item_inner .info dt {
    width: 15%;
    padding: 5px 10px;
    background: #f9f8f3;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.item_inner .info dd {
    width: 85%;
    padding: 5px 10px;
}
.item_inner .info .pageLink {
 width: 100%;
 text-align: right;
}
.item_inner .info a.pageLink_bt {
 background: var(--color-blue);
 color: #FFF;
 font-size: 16px;
 padding: 7px 30px 8px;
}
.item_inner .info a.pageLink_bt::after {
    content: '\f08e';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    padding: 0 0 0 5px;
    margin-left: 10px;
    color: #FFF;
}
.sg-top-history {
 border: none;
 border-left: 4px solid var(--color-blue);
 margin-top: 0.75rem;
 padding: 20px 20px 20px 24px;
 background: #eff6fa;
 border-radius: 0;
}
body:not(.home):not(.single) main .sg-top-history h3.sg-top-history-heading {
 margin-top: 0;
}

/*---------- 共通 ----------*/
.study-group .sub-note {
    font-size: .85em;
}
body:not(.home) main .study-group h2 {
 display: none;
}
body:not(.home):not(.single) main .study-group h3 {
    margin: .8rem 0 .2rem;
    padding-left: .32rem;
    font-size: 1.5em;
    font-weight: 700;
    position: relative;
}
.study-group h3::before,
.study-group h3::after {
    content: '';
    width: .16rem;
    height: .16rem;
    display: block;
    position: absolute;
}
.study-group h3::before {
    background: rgba(230,120,112,.5);
    border-radius: 100vh;
    left: .07rem;
    top: .12rem;
}
.study-group h3::after {
    background: rgba(55,165,213,.5);
    left: 0;
    top: .04rem;
}
.study-group .wp-block-image.size-full {
 margin-bottom: 30px;
}
.link-relatepages {
 margin: 30px 0 50px;
}
.link-relatepages ul {
 justify-content: center;
}
.link-relatepages ul li {
 width: 25%;
}
.link-relatepages ul li a{
 color: #FFF;
 background: var(--color-blue);
 height: auto;
 padding: 25px;
}
.link-relatepages ul li a::after {
 color: #FFF;
}
/*---------- カテゴリラベル非表示 ----------*/
.study-group .categorylist {
    display: none;
}
/*---------- 新着情報 ----------*/
.study-group .wp-block-latest-posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .3rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .study-group .wp-block-latest-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}
.study-group .wp-block-latest-posts li {
    margin: 0;
}
.study-group .wp-block-latest-posts__post-title {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4;
    color: var(--color-blue);
    text-decoration: none;
    display: block;
}
.study-group .wp-block-latest-posts__post-title:hover {
    text-decoration: underline;
}
.study-group .wp-block-latest-posts__post-date {
    font-size: .85em;
    color: #666;
    display: block;
    margin-top: .03rem;
}
.study-group .gradually .list-archive{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .3rem;
}
.study-group .gradually .list-archive article{
 width: 100%;
}
.study-group .gradually .list-archive > div{
	grid-column: 1 / -1;
}
/*---------- 研究成果 ----------*/
.study-results li a[href$=".pdf"]{
    background: url(../images/icon-pdf.png) no-repeat 0 center;
    padding: .1rem .1rem .1rem .45rem;
    display: block;
}
/*---------- 実施期間 ----------*/
.period {
 font-size: 1.5em;
}
/*---------- 委員会カードグリッド ----------*/
.study-group .committee-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .2rem;
    margin-top: .2rem;
}
.study-group .committee-grid.grid-3col {
    grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
    .study-group .committee-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .study-group .committee-grid.grid-3col {
        grid-template-columns: repeat(1, 1fr);
    }
}
.study-group .committee-card {
    text-align: center;
    padding: .15rem .1rem;
    border: 1px solid #eee;
    border-radius: .1rem;
    background: #fff;
}
.study-group .committee-card .photo {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 auto .1rem;
    border-radius: 50%;
    background: #e0e0e0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: .8em;
}
.study-group .committee-card .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.study-group .committee-card .role {
    font-size: .85em;
    color: #fff;
    background: var(--color-blue);
    display: inline-block;
    padding: 0 .15rem;
    /*border-radius: .03rem;*/
    margin-bottom: .05rem;
}
.study-group .committee-card .name {
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: .03rem;
}
.study-group .committee-card .affiliation {
    font-size: .9em;
    color: #666;
    line-height: 1.3;
}
.study-group .committee-card .profile-toggle {
    font-size: 1em;
    color: var(--color-blue);
    cursor: pointer;
    margin-top: .08rem;
 font-weight: 500;
}
.study-group .committee-card .profile-toggle:hover {
    opacity: .7;
}
.study-group .committee-card .profile-toggle span {
    font-weight: 700;
}
.study-group .committee-card .profile-text {
    display: none;
    text-align: left;
    font-size: .85em;
    line-height: 1.6;
    margin-top: .08rem;
    padding: .1rem;
    background: #f9f8f3;
    border-radius: .05rem;
}

/*---------- 設置趣旨 ----------*/
.study-group .study-purpose {
    margin-top: .8rem;
    padding: .3rem;
    background: #eff6fa;
    border-radius: 0 .05rem .05rem 0;
}
body:not(.home):not(.single) main .study-purpose h3 {
    margin-top: 0;
 margin-bottom: 30px;
}
.study-group .study-purpose-text {
    line-height: 1.8;
}
.study-group .study-purpose-text p:last-child {
    margin-top: .15rem;
    text-align: right;
}

.study-group .anchor-link-wrap{
 margin-top: 25px;
 text-align: center;
}
.study-group .anchor-link-wrap a{
 width: 2.52rem;
    height: .48rem;
    padding-right: .2rem;
    background: #fff;
    border: solid 1px var(--color-blue);
    border-radius: 100vh;
    font-size: 1.1em;
    /* font-weight: 700; */
    line-height: .45rem;;
    text-align: center;
 display: inline-block;
     position: relative;
}
.study-group .anchor-link-wrap a::after {
    content: '\f063';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
     position: absolute;
    right: .2rem;
    color: var(--color-blue);
}
.study-group .anchor-link-wrap span.arrow::before,
.study-group .anchor-link-wrap span.arrow::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: calc(50% - 0.5px);
    width: 2px;
    height: 10px;
    border-radius: 9999px;
    background-color: #37a5d5;
    transform-origin: 50% calc(100% - 0.5px);
}
.study-group .anchor-link-wrap span.arrow {
    position: relative;
    display: inline-block;
    width: 13.7px;
    height: 7.4px;
    margin-left: 10px;
}
.study-group .anchor-link-wrap span.arrow::before,
.study-group .anchor-link-wrap span.arrow::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: calc(50% - 0.5px);
    width: 2px;
    height: 10px;
    border-radius: 9999px;
    background-color: #37a5d5;
    transform-origin: 50% calc(100% - 0.5px);
}
.study-group .anchor-link-wrap span.arrow::before {
    transform: rotate(45deg);
}
.study-group .anchor-link-wrap span.arrow::after {
    transform: rotate(-45deg);
}
/*----------------------------------------------------- */
/*  スマホ対応
/*----------------------------------------------------- */
@media screen and (max-width: 768px) {
    /*--- トップページ ---*/
    .sg-top-intro {
        font-size: 1.2em;
    }
    .item_inner .info {
        flex-direction: column;
    }
    .item_inner .info .place {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .item_inner .info dl {
        width: 100%;
        font-size: 1em;
     display: block;
    }
    .item_inner .info dt {
        width: 100%;
    }
    .item_inner .info dd {
        width: 100%;
    }
 .item_inner .info .pageLink {
  margin-top: 20px;
    text-align: center;
 }
 .item_inner .info a.pageLink_bt {
  display: inline-block;
    width: 80%;
 }
    /*--- 関連ページリンク ---*/
    .link-relatepages ul li {
        width: 50%;
    }
    .link-relatepages ul li a {
        padding: 15px;
        font-size: .9em;
    }
    /*--- 新着情報（もっと読む） ---*/
    .study-group .gradually .list-archive {
        grid-template-columns: repeat(1, 1fr);
        gap: .2rem;
    }
    /*--- 実施期間 ---*/
    .period {
        font-size: 1.2em;
    }
 .study-group .study-purpose {
    padding: .2rem;
}
 .study-group .study-purpose-text p:last-child {
   font-size: 0.9em;
}
}
