@charset "UTF-8";
/* common */
img {
    vertical-align: top;
    max-width: 100%;
}
header {
    height: auto;
}
html {
    margin: 0 !important;
}

.main {
    padding-top: 250px;
    position: relative;
}

.onlySP {
    display: none;
}






/* post */
.sec-post {
    max-width: 960px;
    margin: 0 auto 120px;
    display: flex;
    gap: 0 40px;
}
.sec-post .inner {
    max-width: 965px;
    margin: 0 auto;
    display: flex;
    gap: 0 40px;
    padding: 0;
    width: 100%;
    text-align: left;
}
.sec-post .inner .box-post {
    max-width: 628px;
    flex: 1;
    width: 100%;
}
.sec-post .ttl-head .txt-date-cat {
    display: flex;
    justify-content: flex-start;
    gap: 0 15px;
    align-items: center;
    margin: 0 0 20px;
}
.sec-post .ttl-head .txt-date-cat time {
    font-size: 12px;
    letter-spacing: .06em;
    line-height: 1;
    color: #999999;
}
.sec-post .ttl-head .txt-date-cat .post-categories {
    display: flex;
}
.sec-post .ttl-head .txt-date-cat .post-categories li {
    line-height: 1;
}
.sec-post .ttl-head .txt-date-cat .post-categories a {
    font-size: 13px;
    color: #808080;
    letter-spacing: .04em;
    line-height: 1;
    text-decoration: none;
}
.sec-post .ttl-head .list-tag {
    display: flex;
    gap: 10px 5px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #808080;
    letter-spacing: .02em;
    line-height: 1;
}
.sec-post .ttl-head .list-tag a {
    font-size: 12px;
    color: #808080;
    letter-spacing: .02em;
    line-height: 1;
    text-decoration: none;
}
.sec-post .ttl-head .ttl-post {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: .01em;
    margin: 0 0 50px;
    font-family: "Noto Serif JP", serif;
}
.sec-post .elem-ex {
    font-size: 14px;
    color: #2e2f2f;
    line-height: 1.75;
    margin-bottom: 30px;
}

/* 記事内 - 管理画面と共通（タイトル等） */
.sec-post .elem-cont h2,
.sec-post .elem-cont h2 span,
.sec-post .elem-cont h3,
.sec-post .elem-cont h3 span,
.sec-post .elem-cont h4,
.sec-post .elem-cont h4 span,
.sec-post .elem-cont p {
    font-weight: 500;
    line-height: 1;
}
.sec-post .elem-cont h2 {
    background-color: #ece9e6;
    color: #2e2f2f;
    margin: 0 auto 30px;
    font-size: 18px;
    padding: 15px 20px;
}
.sec-post .elem-cont h3 {
    color: #2e2f2f;
    margin: 10px auto 30px;
    font-size: 18px;
    padding: 10px 13px 10px 18px;
    border-left: 6px solid #ece9e6;
    border-bottom: 1px solid #ece9e6;
}
.sec-post .elem-cont h4 {
    color: #2e2f2f;
    margin: 5px auto 30px;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    border-left: 3px solid #ece9e6;
}
.sec-post .elem-cont ol,
.sec-post .elem-cont ul {
    list-style: inherit;
}
.sec-post .elem-cont ol li ol,
.sec-post .elem-cont ul li ul {
    padding-left: 1em;
}
.sec-post .elem-cont figure {
    margin: 0 0 40px;
}
.sec-post .elem-cont p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.73;
    margin: 0 0 40px;
    padding: 0 20px;
}
.sec-post .elem-cont strong,
.sec-post .elem-cont strong a {
    font-weight: 600 !important;
}

/* 目次 */
/* .sec-post .elem-cont .rtoc-mokuji-content #rtoc-mokuji-title.rtoc_center {
    font-size: 23px;
    color: #2e2f2f !important;
    padding: 20px 64px 16px;
}
.sec-post .elem-cont .rtoc-mokuji-content.frame2::before,
.sec-post .elem-cont .rtoc-mokuji-content.frame3,
.sec-post .elem-cont .rtoc-mokuji-content.frame4,
.sec-post .elem-cont .rtoc-mokuji-content.frame5 {
    border-top: 9px solid #2e2f2f !important;
    border-radius: 0;
}
.sec-post .elem-cont .rtoc-mokuji-content .decimal_ol > .rtoc-item::before {
    color: #2e2f2f;
}
.rtoc-mokuji-content .decimal_ol>.rtoc-item::after {
    background-color: #979797;
}
.sec-post .elem-cont .rtoc-mokuji-content .mokuji_ul.level-2>.rtoc-item::before {
    background-color: #b1b1b1 !important;
}
.sec-post .elem-cont .rtoc-mokuji-content.rtoc_close #rtoc-mokuji-title.rtoc_center .rtoc_open_close,
.sec-post .elem-cont .rtoc-mokuji-content.rtoc_open #rtoc-mokuji-title.rtoc_center .rtoc_open_close {
    color: #8d8480 !important;
    background-color: #e4e4e4;
    top: 10px;
    right: 8px;
}
.sec-post .elem-cont .rtoc-mokuji-content .rtoc-mokuji.level-1 li span,
.sec-post .elem-cont .rtoc-mokuji-content .rtoc-mokuji li > a {
    color: #5d5d5d;
    font-weight: 500;
} */




/* お問い合わせブロック */
.sec-post .inner .elem-contact {
    padding: 25px 30px 30px;
    text-align: center;
    margin: 35px auto 43px;
    display: block;
    background-color: #f6f6f6;
}
.sec-post .inner .elem-contact .icon {
    text-align: center;
    position: relative;
    margin-bottom: 18px;
}
.sec-post .inner .elem-contact .icon::before {
    content: "";
    width: 80%;
    height: 1px;
    background-color: #4d4d4d;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sec-post .inner .elem-contact .icon span {
    padding: 0 35px;
    background-color: #f6f6f6;
    position: relative;
    display: inline-block;
}
.sec-post .inner .elem-contact .ttl-cont {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .26em;
    font-weight: 500;
    margin: 0 auto 18px;
}
.sec-post .inner .elem-contact .txt-cont {
    width: 80%;
    margin: 0 auto 25px;
    font-size: 14px;
    color: #4d4d4d;
    line-height: 1.78;
    text-align: left;
}
.sec-post .inner .elem-contact .link-cont {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 12px 50px 14px;
    background-color: #4d4d4d;
    font-weight: 500;
    position: relative;
    transition: .3s ease-out;
    display: inline-block;
    text-decoration: none;
}
.sec-post .inner .elem-contact .link-cont::after {
    content: "";
    width: 22px;
    height: 5px;
    display: block;
    position: absolute;
    right: 16px;
    top: 15px;
    background: url(../images/post/icon_arro.svg) center center / 100% auto no-repeat;
}
.sec-post .inner .elem-contact .link-cont:hover {
    opacity: .6;
}




/* スタッフ詳細ブロック */
.sec-post .elem-staff {
    padding: 17px 30px 30px 20px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    position: relative;
    margin: 60px auto 0;
    display: block;
}
.sec-post .elem-staff::before {
    content: "About me";
    color: #ffffff;
    font-size: 10px;
    background-color: #4d4d4d;
    line-height: 1;
    letter-spacing: .05em;
    padding: 10px 10px 8px;
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
}
.sec-post .elem-staff .elem-photo {
    display: flex;
    gap: 0 22px;
    align-items: center;
}
.sec-post .elem-staff .elem-photo figure {
    overflow: hidden;
    width: 77px;
    height: 77px;
    position: relative;
    border-radius: 100px;
    border: 1px solid #4d4d4d;
}
.sec-post .elem-staff .elem-photo figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sec-post .elem-staff .name-staff {
    display: flex;
    gap: 0 10px;
    margin: 0;
}
.sec-post .elem-staff .name-staff span {
    display: flex;
    align-items: center; /* ← この子要素ごとに縦中央にする */
    line-height: 1;
}
.sec-post .elem-staff .name-staff .txt-name {
    font-size: 15px;
    letter-spacing: .1em;
    color: #4d4d4d;
}
.sec-post .elem-staff .name-staff .txt-posi {
    font-size: 10px;
    letter-spacing: 0;
    color: #4d4d4d;
    font-weight: 400;
}
.sec-post .elem-staff .elem-txt {
    padding-left: 93px;
}
.sec-post .elem-staff .elem-txt .txt-staff {
    font-size: 12px;
    color: #4d4d4d;
    line-height: 2;
    margin: 0;
}








aside.as-post {
    position: relative;
    width: 272px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
}
.as-post .ttl-as {
    display: flex;
    flex-direction: column;
    gap: 13px 0;
    margin: 0 0 30px;
    text-align: left;
}
.as-post .ttl-as span {
    line-height: 1;
    font-family: "Noto Serif JP", serif;
}
.as-post .ttl-as .en {
    font-size: 26px;
    letter-spacing: -.02em;
    font-weight: 700;
}
.as-post .ttl-as .ja {
    font-size: 12px;
    font-weight: 500;
}


.as-post .list-sugg {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin: 0 0 30px;
    width: 100%;
}
.as-post .item-sugg {
    width: calc(50% - 5px);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    overflow: hidden;
}
.as-post .item-sugg a {
    display: block;
    text-decoration: none;
    width: 100%;
}
.as-post .item-sugg figure {
    margin: 0 auto 7px;
    overflow: hidden;
    padding-top: 63%;
    width: 100%;
    position: relative;
}
.as-post .item-sugg figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease-out;
}
.as-post .item-sugg a:hover .elem-txt {
    opacity: .6;
}
.as-post .item-sugg a:hover figure img {
    transform: scale(1.1);
}
.as-post .item-sugg .elem-txt {
    padding: 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px 0;
    transition: .3s ease-out;
}
.as-post .item-sugg .elem-txt .ttl-post {
    font-size: 11px;
    line-height: 1.42;
    color: #4d4d4d;
    margin: 0;
    font-weight: normal;
    text-align: left;
    font-family: "Noto Serif JP", serif;
}
.as-post .item-sugg .elem-txt .txt-date-cat {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.as-post .item-sugg .elem-txt .txt-date-cat time {
    font-size: 10px;
    color: #919191;
    letter-spacing: .1em;
    line-height: 1;

}
.as-post .item-sugg .elem-txt .txt-date-cat .txt-cat {
    font-size: 10px;
    color: #808080;
    letter-spacing: 0;
    line-height: 1;
}


.as-post .box-cat {
    margin-bottom: 50px;
    width: 100%;
}
.as-post .box-cat .ttl-tag {
    display: flex;
    flex-direction: column;
    gap: 13px 0;
    margin-bottom: 15px;
}
.as-post .box-cat .ttl-tag span {
    line-height: 1;
}
.as-post .box-cat .ttl-tag span.en {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #e11b23;
}
.as-post .box-cat .ttl-tag span.ja {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .2em;
    color: #5d5d5d;
}
.as-post .box-cat .list-cat {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
}
.as-post .box-cat .list-cat .item-cat {
    border-top: 1px solid #4d4d4d;

    &:last-child {
        border-bottom: 1px solid #4d4d4d;
    }
}
.as-post .box-cat .list-cat a {
    color: #4d4d4d;
    display: block;
    padding: 10px 15px;
    border-radius: 20px;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s ease-out;
}
.as-post .box-cat .list-cat a:hover {
    opacity: .6;
}


.as-post .box-bnr {
    position: sticky;
    top: 80px;
}
.as-post .box-bnr a {
    transition: .3s ease-out;
}
.as-post .box-bnr a:hover {
    opacity: .6;
}
.as-post .box-bnr a img {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.as-post .box-bnr .elem-bnr {
}
.as-post .box-bnr .elem-bnr figure {
    margin-bottom: 15px;
    display: block;
}
.as-post .box-bnr .elem-bnr figure img {
    margin: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    border-radius: 10px;
}


/* 目次 */
/* aside.as-post .widget_text h2 {
    font-size: 13px;
    letter-spacing: .2em;
    line-height: 1;
} */
aside.as-post #rtoc-mokuji-widget-wrapper {
    margin-top: 45px !important;
}
aside.as-post #rtoc-mokuji-widget-wrapper::before {
    content: "この記事の目次";
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1;
    display: block;
    width: 100% !important;
    margin-bottom: 10px;
}
aside.as-post .widget .widget-title {
    margin: 0 0 15px;
}
aside.as-post .widget .widget-title:after {
    display: none;
}
/* aside.as-post .widget .widget-title span {
    font-size: 14px;
    letter-spacing: .26em;
    line-height: 1;
    color: #5d5d5d;
    font-weight: 500;
}
.widget_block #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 .rtoc-item.rtoc-current:after, .widget #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 .rtoc-item.rtoc-current:after, #scrollad #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 .rtoc-item.rtoc-current:after, #sideBarTracking #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 .rtoc-item.rtoc-current:after {
    background-color: #000000 !important;
}
aside.as-post #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 > .rtoc-item:before,
aside.as-post .widget #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 > .rtoc-item:before,
aside.as-post #sideBarTracking #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 > .rtoc-item:before {
    background-color: #b1b1b1 !important;
}
.widget_block #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1:before, .widget #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1:before, #sideBarTracking #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1:before {
    background-color: #b1b1b1 !important;
}
aside.as-post .rtoc-mokuji-content .rtoc-mokuji li span {
    color: #5d5d5d;
    font-weight: 500;
    font-style: normal;
}
aside.as-post .rtoc-mokuji-content .rtoc-mokuji.level-1 li span,
aside.as-post .widget_block #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 a,
aside.as-post .widget #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 a,
aside.as-post #sideBarTracking #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 a {
    color: #808080 !important;
}
.widget_block #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 a,
.widget #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 a,
#sideBarTracking #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 a {
    font-weight: 500;
    font-style: normal;
}
aside.as-post .widget_block #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 .rtoc-item.rtoc-current > a,
aside.as-post .widget #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 .rtoc-item.rtoc-current > a,
aside.as-post #sideBarTracking #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 .rtoc-item.rtoc-current > a {
    color: #5d5d5d !important;
    font-weight: 500;
    font-style: normal;
} */

























































/* sp */
@media (max-width: 767px) {
    .main {
        padding-top: 120px;
        margin-top: 0;
        padding-bottom: 80px;
    }

    .onlyPC {
        display: none;
    }
    .onlySP {
        display: block;
    }



    .sec-post {
        padding: 0 20px;
        margin: 0 auto;
    }
    .sec-post .inner {
        max-width: 100%;
        margin: 0 auto;
        flex-direction: column;
        gap: 50px 0;
        padding: 0;
        width: 100%;
    }
    .sec-post {
        max-width: 100%;
    }
    .sec-post .ttl-head {
        padding: 0 0;
    }
    .sec-post .ttl-head .txt-date-cat {
        gap: 0 8px;
        margin: 0 0 15px;
    }
    .sec-post .ttl-head .txt-date-cat time {
        font-size: 14px;
        letter-spacing: .06em;
    }
    .as-post .box-tag .list-tag {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .as-post .box-tag .list-tag a {
        line-height: 1;
        font-size: 13px;
        font-weight: 500;
    }
    .sec-post .ttl-head .ttl-post {
        font-size: 19px;
        letter-spacing: 0;
        margin: 0 0 30px;
    }
    .sec-post .elem-ex {
        padding: 0;
        font-size: 15px;
        color: #5d5d5d;
        line-height: 1.73;
    }

    /* 記事内 - 管理画面と共通（タイトル等） */
    .sec-post .elem-cont {
        padding: 0;
    }
    .sec-post .elem-cont h2 {
        margin: 0 auto 20px;
        font-size: 21px;
        padding: 15px 10px;
    }
    .sec-post .elem-cont h3 {
        margin: 10px auto 20px;
        font-size: 17px;
        padding: 17px 10px 17px 6px;
        border-left: 5px solid #000000;
        border-bottom: 1px solid #000000;
    }
    .sec-post .elem-cont h4 {
        margin: 5px auto 20px;
        font-size: 15px;
        padding: 8px 10px 8px 3px;
    }
    .sec-post .elem-cont p {
        font-size: 13.5px;
        line-height: 1.77;
        margin: 0 0 30px;
        padding: 0 0;
    }

    /* 目次 */
    .sec-post .elem-cont .rtoc-mokuji-content #rtoc-mokuji-title.rtoc_center {
        font-size: 20px;
        padding: 25px 0 0 20px;
        text-align: left;
    }
    .sec-post .elem-cont .rtoc-mokuji-content.rtoc_close #rtoc-mokuji-title.rtoc_center .rtoc_open_close,
    .sec-post .elem-cont .rtoc-mokuji-content.rtoc_open #rtoc-mokuji-title.rtoc_center .rtoc_open_close {
        position: absolute;
        top: 10px;
        right: 15px;
    }
    .sec-post .elem-cont .rtoc-mokuji-content.frame2::before,
    .sec-post .elem-cont .rtoc-mokuji-content.frame3,
    .sec-post .elem-cont .rtoc-mokuji-content.frame4,
    .sec-post .elem-cont .rtoc-mokuji-content.frame5 {
        border-top: 6px solid #000000 !important;
        border-radius: 5px;
    }


    /* お問い合わせブロック */
    .sec-post .inner .elem-contact {
        border-radius: 0;
        padding: 30px 20px 48px;
        text-align: center;
        margin: 25px -20px 45px;
        border-left: none;
        border-right: none;
    }
    .sec-post .inner .elem-contact .icon {
        margin-bottom: 24px;
    }
    .sec-post .inner .elem-contact .icon::before {
        content: "";
        width: 100%;
    }
    .sec-post .inner .elem-contact .icon span {
        padding: 0 38px;
    }
    .sec-post .inner .elem-contact .icon span img {
        height: 17px;
        width: 24px;
    }
    .sec-post .inner .elem-contact .ttl-cont {
        font-size: 18px;
        margin: 0 auto 23px;
    }
    .sec-post .inner .elem-contact .txt-cont {
        width: 100%;
        margin: 0 auto 30px;
        font-size: 13px;
        line-height: 1.84;
    }
    .sec-post .inner .elem-contact .link-cont {
        font-size: 14px;
        padding: 14px 50px 16px;
    }
    .sec-post .inner .elem-contact .link-cont:hover {
        opacity: 1;
    }


    /* スタッフ詳細ブロック */
    .sec-post .elem-staff {
        padding: 26px 0 22px;
        margin: 0;
        box-sizing: border-box;
    }
    .sec-post .elem-staff::before {
        font-size: 10px;
        letter-spacing: .05em;
        padding: 12px 15px 9px;
        right: 15px;
        top: 0;
    }
    .sec-post .elem-staff .elem-photo {
        gap: 0 10px;
        margin-bottom: 20px;
    }
    .sec-post .elem-staff .elem-photo figure {
        overflow: hidden;
        width: 70px;
        height: 70px;
        position: relative;
        border-radius: 70px;
    }
    .sec-post .elem-staff .name-staff {
        gap: 0 16px;
    }
    .sec-post .elem-staff .name-staff .txt-name {
        font-size: 17px;
        letter-spacing: .1em;
    }
    .sec-post .elem-staff .name-staff .txt-posi {
        font-size: 12px;
    }
    .sec-post .elem-staff .elem-txt {
        padding-left: 0;
    }
    .sec-post .elem-staff .elem-txt .txt-staff {
        font-size: 13.5px;
        line-height: 1.77;
    }



    aside.as-post {
        display: none;
    }









    /* link リンクバナー */
    .sec-link {
        position: relative;
    }
    .sec-link .list-link {
        flex-direction: column;
    }
    .sec-link .list-link .item-link {
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        box-sizing: border-box;
    }
    .sec-link .list-link .item-link:first-child {
        margin-bottom: -1px;
        border-right: none;
    }
    .sec-link .list-link .item-link a {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 130px;
        padding-left: 20px;
    }
    .sec-link .list-link .item-link a::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
        transition: opacity 0.5s ease;
    }
    .sec-link .list-link .item-link a .bg-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: hidden;
    }
    .sec-link .list-link .item-link a .bg-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        will-change: transform;
        transition: transform .5s ease;
    }
    .sec-link .list-link .item-link a .ttl-link {
        position: relative;
        z-index: 2;
        color: #000000;
        border-left: 3px solid #000000;
        display: flex;
        flex-direction: column;
        gap: 5px 0;
        width: 17em;
        transition: all .5s ease;
    }
    .sec-link .list-link .item-link a .ttl-link > span {
    }
    .sec-link .list-link .item-link a .ttl-link .en {
        font-size: 30px;
    }
    .sec-link .list-link .item-link a .ttl-link .ja {
        font-size: 14px;
        letter-spacing: .08em;
    }
    .sec-link .list-link .item-link a .ttl-link::before {
        content: "";
        display: block;
        width: 38%;
        height: 1px;
        background-color: #000000;
        bottom: 0;
        transition: all .5s ease;
    }
    .sec-link .list-link .item-link a .ttl-link.link2::before {
        width: 59%;
    }
    .sec-link .list-link .item-link a .ttl-link::after {
        content: "";
        display: block;
        width: 12px;
        height: 1px;
        background-color: #000000;
        transform: rotate(31deg);
        bottom: 3px;
        transition: all .5s ease;
    }
}
