/* ↓↓↓↓↓↓↓↓↓↓↓↓　総研用ヘッダー・フッター　↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.sidecontents_nav-list-items .sidecontents_nav-list-items-link{
  pointer-events: none;
}
.berd_link .sidecontents_nav-list-items .sidecontents_nav-list-items-link{
  pointer-events:all;
}
@media (min-width: 741px) {
  .foot .sidecontents_nav-inner{
    display: flex;
    gap: 40px;
    justify-content: center;
  }
  .foot ul.sidecontents_nav-list--pc{
    width: auto;
    margin: 0;
    gap: 40px;
  }
  .foot ul.sidecontents_nav-list--pc.berd_link{
    flex-direction: column;
    gap: 24px;
    justify-content: normal;
    align-items: center;
  }
  .foot ul.sidecontents_nav-list--pc.berd_link li a{
    border-bottom: none;
  }
  .foot .other__links-wrap{
    color: white;
    background-color: #171C61;
    margin-right: calc(0% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    width: 100vw;
  }
  .foot .other__links{
    border-top: 1px solid #ffffff;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    padding-top: 24px;
    padding-bottom: 40px;
    text-align: center;
  }
  .foot .other__links-sns-txt{
    font-size: 16px;
    line-height: 25.6px;
  }
  .foot .other__links-sns-link-wrap{
    margin-top: 16px;
  }
  .foot .other__links-info .other__links-info-item-link:first-of-type .other__links-info-item-txt{
    text-align: left;
  }
  .foot .other__links-info-item{
    display: flex;
    width: 206px;
    padding: 16px;
    box-sizing: border-box;
    background-color: #ffffff;
    gap: 12px;
    align-items: center;
  }
  .foot .other__links-info-item-link{
    display: flex;
    margin-top: 16px;
  }
  .foot .other__links-info-item-txt{
    color: #000000;
  }
  .foot .other__links-kj-top{
    margin-bottom: 40px;
  }
  .foot .other__links-kj-top-txt{
    line-height: 25.6px;
    margin-bottom: 16px;
  }
  .foot .other__links-kj-top-img{
    width: 390px;
  }
  .foot .other__links-kj-bottom{
    display: flex;
    gap: 16px;
  }
  .foot .other__links-kj-bottom-txt{
    margin-bottom: 16px;
  }
  .contact.sec{
    margin: 40px 0 0;
    background-color: #F7F7F7;
    max-width: 100vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact__inner{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
  .contact__ttl{
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    color: #068677;
    margin-bottom: 8px;
  }
  .contact__txt{
    text-align: center;
  }
  .contact__info-wrap{
    margin: 32px 0;
    display: flex;
    gap: 40px;
  }
  .contact__info-wrap .contact__info{
    width: 100%;
    max-width: 449.5px;
    position: relative;
  }
  .contact__info-wrap .contact__info:not(:last-of-type):after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #E1E1E1;
    top: 0;
    right: -10px;
  }
  .contact__info-ttl{
    margin-bottom: 8px;
  }
  .contact__info-people-wrap{
    display: flex;
    gap: 8px;
    flex-direction: column;
  }
  .contact__info-people{
    display: flex;
    gap: 16px;
    width: 292.67px;
    padding: 8px 0 8px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
  }
  .contact__info-people-name{
    font-size: 14px;
    font-weight: 300;
    line-height: 22.4px;
  }
  .contact__info-people-name--role{
    font-size: 12px;
  }
  a.contact__info-link{
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    margin-top: 8px;
    padding-left: 24px;
    position: relative;
    display: block;
    color: #333333;
  }
  .contact__info-link::before{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(/berd/_assets/img/240331/link_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  a.contact__link{
    display: block;
    width: 100%;
    max-width: 980px;
    border: 3px solid #068677;
    text-align: center;
    color: #068677;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    background-color: #FFFFFF;
    padding: 32px 0;
    margin: 32px 0;
  }
  .contact__link--bigtxt{
    display: block;
    font-size: 30px;
    line-height: 42px;
  }
  .contact__quote-ttl{
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .contact__quote-txt{
    font-size: 16px;
    line-height: 25.6px;
    font-size: 300;
  }
  a.contact__quote-link{
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    color: #333333;
    margin-top: 8px;
    padding-left: 27px;
    position: relative;
    display: block;
  }
  a.contact__quote-link::before{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(/berd/_assets/img/240331/link_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
}
@media (max-width: 740px) {
  .m-hdr__inner--sp{
    height: 65.9px;
  }
  .m-hdr__inner-wrap-logo{
    display: flex;
    align-items: center;
    height: 52.36px;
  }
  .m-hdr__inner-wrap-menu{
    margin-top: 3.7vw;
    margin-bottom: 3.7vw;
  }
  .sidecontents_nav-list{
    margin-top: 0;
    margin-bottom: 0;
  }
  .sidecontents_nav-list.berd_link{
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
  }
  .berd_link .sidecontents_nav-list-items-link{
    border-bottom: none;
    width: 100%;
    font-weight: 600;
  }
  .berd_link .sidecontents_nav-list-items{
    display: block;
    width: 40.5333vw;
  }
  .foot .sidecontents_nav-list--sp:last-of-type .sidecontents_nav-list-items:last-of-type{
    border-bottom: 1px solid #ffffff;
  }
  .foot .sidecontents_nav-inner{
    display: flex;
    gap: 40px;
    justify-content: center;
  }
  .foot .other__links-wrap{
    color: white;
    background-color: #171C61;
    margin-right: calc(0% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    width: 100vw;
    margin-bottom: 5.33vw;
  }
  .foot .other__links{
    margin: 0 auto;
    gap: 60px;
    padding-top: 24px;
    padding-bottom: 40px;
    text-align: center;
  }
  .foot .other__links-sns-txt{
    font-size: 16px;
    line-height: 25.6px;
  }
  .foot .other__links-sns-link-wrap{
    margin-top: 16px;
    display: flex;
    gap: 16px;
    justify-content: center;
  }
  .foot .other__links-info{
    margin-top: 40px;
  }
  .foot .other__links-info-item{
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 345px;
    padding: 16px;
    box-sizing: border-box;
    background-color: #ffffff;
    gap: 16px;
    align-items: center;
  }
  .foot .other__links-info-item-link{
    display: flex;
    margin-top: 16px;
  }
  .foot .other__links-info-item-txt{
    color: #000000;
  }
  .foot .other__links-kj-top{
    margin: 40px 0;
  }
  .foot .other__links-kj-top-txt{
    line-height: 25.6px;
    margin-bottom: 16px;
  }
  .foot .other__links-kj-top-img{
    width: 300px;
  }
  .foot .other__links-kj-bottom{
    display: flex;
    gap: 16px;
    width: 345px;
    margin: 0 auto;
  }
  .foot .other__links-kj-bottom-item{
    width: 165px;
  }
  .foot .other__links-kj-bottom-item:nth-of-type(2) .other__links-kj-bottom-img{
    width: 140px;
  }
  .foot .other__links-kj-bottom-txt{
    margin-bottom: 16px;
    font-size: 14px;
  }
  .foot .other__links-kj-bottom-img{
    width: 100%;
  }
  .article-body .contact.sec{
    margin: 40px 0 0;
    background-color: #F7F7F7;
    max-width: 100vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact.sec{
    margin: 40px 0 0;
    background-color: #F7F7F7;
    max-width: 100vw;
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .contact__inner{
    width: 100%;
    max-width: 92vw;
    margin: 0 auto;
  }
  .contact__ttl{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #068677;
    margin-bottom: 8px;
  }
  .contact__info-wrap{
    margin: 32px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .contact__info-wrap .contact__info{
    width: 100%;
    max-width: 449.5px;
    position: relative;
  }
  .contact__info-ttl{
    margin-bottom: 8px;
  }
  .contact__info-people-wrap{
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .contact__info-people{
    display: flex;
    gap: 16px;
    width: 92vw;
    padding: 8px 0 8px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
  }
  .contact__info-people-name{
    font-size: 14px;
    font-weight: 300;
    line-height: 22.4px;
  }
  .contact__info-people-name--role{
    font-size: 12px;
  }
  a.contact__info-link{
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    margin-top: 8px;
    padding-left: 24px;
    position: relative;
    display: block;
    color: #333333;
  }
  .contact__info-link::before{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(/berd/_assets/img/240331/link_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  a.contact__link{
    display: block;
    width: 100%;
    max-width: 92vw;
    border: 3px solid #068677;
    text-align: center;
    color: #068677;
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 600;
    background-color: #FFFFFF;
    padding: 32px 0;
    margin: 32px 0;
  }
  .contact__link--bigtxt{
    display: block;
    font-size: 20px;
    line-height: 28px;
  }
  .contact__quote-ttl{
    font-size: 16px;
    line-height: 25.6px;
    margin-bottom: 8px;
  }
  .contact__quote-txt{
    font-size: 14px;
    line-height: 19.8px;
    font-size: 300;
  }
  a.contact__quote-link{
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    color: #333333;
    margin-top: 8px;
    padding-left: 27px;
    position: relative;
    display: block;
  }
  a.contact__quote-link::before{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(/berd/_assets/img/240331/link_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
}
/* ↑↑↑↑↑↑↑↑↑↑↑　/総研用フッター　↑↑↑↑↑↑↑↑↑↑↑↑ */

/* コンテンツ一覧エリア */
@media (min-width: 741px) {
  .contents-list{
    width: 100%;
    max-width: 980px;
    margin: 80px auto 0;
    border: 1px solid #D9D9D9;
  }
  .contents-list__ttl{
    display: block;
    height: 65px;
    font-size: 18px;
    font-weight: 600;
    line-height: 65px;
    box-sizing: border-box;
    background-color: #068677;
    color: #FFFFFF;
    text-align: center;
  }
  .contents-list__box{
    display: flex;
    flex-wrap: wrap;
    gap: 24px 75px;
    padding: 25px 60px;
    box-sizing: border-box;
  }
  .contents-list__box-item{
    width: 236.67px;
  }
  a.contents-list__box-item-link{
    color: #333333;
    padding-left: 24px;
    position: relative;
  }
  a.contents-list__box-item-link::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(/berd/_assets/img/240331/link_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 740px) {
  .contents-list{
    width: 92vw;
    margin: 80px auto 0;
    border: 1px solid #D9D9D9;
  }
  .contents-list__ttl{
    display: block;
    height: 65px;
    font-size: 18px;
    font-weight: 600;
    line-height: 65px;
    box-sizing: border-box;
    background-color: #068677;
    color: #FFFFFF;
    text-align: center;
  }
  .contents-list__box{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 25px 35px;
    box-sizing: border-box;
  }
  a.contents-list__box-item-link{
    color: #333333;
    padding-left: 24px;
    position: relative;
  }
  a.contents-list__box-item-link::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(/berd/_assets/img/240331/link_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}