@charset "utf-8";

/* ===== style.css ===== */
/* -- html -- */
html {
    font-size: 10px;
}
@media screen and ( max-width: 900px ) {
    html {
        font-size: 8.75px;
    }
}


/* -- body -- */
body {
    font: 1.6rem/2 "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background: #F4F4F4;
}

/* -- inner -- */
.inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
@media screen and ( max-width: 1040px ) {
    .inner {
        margin: 0 20px;
        width: auto;
    }
}


/*
    tag
*/
a {
    color: #003EC9;
    text-decoration: none;
    transition: opacity 0.6s;
}
@media ( hover: hover ) {
    a:hover {
        opacity: 0.6;
    }
}

img,
svg {
    max-width: 100%;
    height: auto;
}

hr {
    margin: 5.2rem 0 5.7rem;
    border-color: #DEDEDE;
}
@media screen and ( max-width: 900px ) {
    hr {
        margin: 33px 0 40px;
    }
}


/*
    common
*/
/* -- hide -- */
@media screen and ( min-width: 901px ) {
    .pc_hide { display: none!important; }
}
@media screen and ( max-width: 900px ) {
    .sp_hide { display: none!important; }
}


/*
    header
*/
header {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 1000;
}
/* - header_topBox - */
.header_topBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 3rem 0.3rem 3.1rem;
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
}
.header_topBox_txt {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #1E2864;
    padding-top: 1rem;
}
.header_topBox .header_link {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.2rem;
}
.header_topBox .header_link li:not(:last-child)::after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.95rem;
    width: 1px;
    height: 1.6rem;
    background: #DEDEDE;
    content: "";
}
.header_topBox .header_link a {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #727272;
}
/* - header_topBox - */
.header_logo {
    margin: 2rem 4rem 0 0;
    padding-left: 3.1rem;
}
/* - gnav_list - */
header > .gnav_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.4rem;
}
header > .gnav_list li:not(:last-child) {
    margin-right: 3.1rem;
}
header > .gnav_list a {
    line-height: 1.5;
    color: #1E2864;
}
/* - gnavOuter - */
#gnavOuter {
    margin: 2.2rem 0 0 auto;
    padding-right: 2.9rem;
}
#gnavOuter > .header_btn {
    display: flex;
    flex-wrap: wrap;
}
#gnavOuter > .header_btn li:not(:last-child) {
    margin-right: 1.2rem;
}
#gnavOuter > .header_btn a {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.7rem;
    border: 1px solid;
    border-radius: 0.5rem;
}
#gnavOuter > .header_btn svg {
    vertical-align: middle;
    position: relative;
    right: 0.2rem;
    margin-right: 1rem;
}
/* estimate */
#gnavOuter > .header_btn .estimate {
    width: 156px;
}
#gnavOuter > .header_btn .estimate a {
    border-color: #1E2864;
    background: #1E2864;
}
/* login */
#gnavOuter > .header_btn .login {
    width: 126px;
}
#gnavOuter > .header_btn .login a {
    color: #967F00;
    border-color: #967F00;
    background: #fff;
}
#gnavOuter > .header_btn .login svg {
    right: 0.1rem;
}
/* newmember */
#gnavOuter > .header_btn .newmember {
    width: 124px;
}
#gnavOuter > .header_btn .newmember a {
    border-color: #967F00;
    background: #967F00;
}
#gnavOuter > .header_btn .newmember svg {
    right: 0.4rem;
    margin-right: 0.6rem;
}
/* login */
#gnavOuter > .header_btn .newmember_login {
    display: none;
}
.wrapper.login #gnavOuter > .header_btn .login,
.wrapper.login #gnavOuter > .header_btn .newmember {
    display: none;
}
.wrapper.login #gnavOuter > .header_btn .newmember_login {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0;
    width: 22.9rem;
}
#gnavOuter > .header_btn .newmember_login svg {
    vertical-align: middle;
    position: relative;
    right: -0.4rem;
    margin: 0.9rem 17px 0 0;
    width: 21px;
}
#gnavOuter > .header_btn .newmember_login path {
    stroke: #000;
}
#gnavOuter > .header_btn .newmember_login span {
    font-size: 1.3rem;
    line-height: 1.12;
    letter-spacing: -0.07em;
    display: block;
    margin-top: 0.3rem;
    width: calc(100% - 38px);
}
#gnavOuter > .header_btn .newmember_login a {
    color: #003EC9;
    display: inline-block;
    border: none;
    background: none;
}
/* -- columnNav -- */
#columnNav {
    overflow-x: scroll;
    margin-top: 21px;
    width: 100%;
    background: #1E2864;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: -1;
}
#columnNav::-webkit-scrollbar {
  display: none;
}
#columnNav ul {
    display: flex;
    justify-content: center;
    min-width: 525px;
}
#columnNav li {
    position: relative;
    padding: 15px 0 17px;
}
#columnNav li::after {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 4px;
    background: #967F00;
    content: "";
}
#columnNav li:not(:last-child) {
    margin-right: 40px;
}
#columnNav a {
    font-size: 14px;
    line-height: 1.5;
    color: #FFF;
    display: inline-block;
}
/* act */
.wrapper.top #columnNav li:nth-child(1)::after,
.wrapper.all #columnNav li:nth-child(2)::after,
.wrapper.case #columnNav li:nth-child(3)::after,
.wrapper.knowledge #columnNav li:nth-child(4)::after,
.wrapper.topics #columnNav li:nth-child(5)::after {
    display: block;
}
.wrapper.top #columnNav li:nth-child(1) a,
.wrapper.all #columnNav li:nth-child(2) a,
.wrapper.case #columnNav li:nth-child(3) a,
.wrapper.knowledge #columnNav li:nth-child(4) a,
.wrapper.topics #columnNav li:nth-child(5) a {
    color: #967F00;
}
@media screen and ( min-width: 901px ) {
    #gnavBtn,
    #gnav {
        display: none;
    }
}
@media screen and ( max-width: 900px ) {
    /* - header_topBox - */
    .header_topBox {
        display: block;
        padding: 9px 3rem 5px;
        border-bottom: 1px solid #DEDEDE;
    }
    .header_topBox_txt {
        font-size: 11px;
        text-align: center;
        padding-top: 0;
    }
    .header_topBox .header_link {
        display: none;
    }
    /* - header_topBox - */
    .header_logo {
        margin: 15px 15px 0 0;
        padding-left: 15px;
    }
    .header_logo img {
        max-width: 193px;
    }
    /* - gnav_list - */
    header > .gnav_list {
        display: none;
    }
    /* - gnavOuter - */
    #gnavOuter {
        display: flex;
        flex-wrap: wrap;
        margin: 17px 0 0 auto;
        padding-right: 15px;
    }
    #gnavOuter > .header_btn {
        margin-right: 0;
    }
    .wrapper.login #gnavOuter > .header_btn {
        margin-right: 25px;
    }
    #gnavOuter > .header_btn li:not(:last-child) {
        margin-right: 25px;
    }
    #gnavOuter > .header_btn a {
        width: 20px;
        height: auto;
        background: none!important;
        border: none;
    }
    #gnavOuter > .header_btn span {
        display: none;
    }
    #gnavOuter > .header_btn svg {
        right: 0!important;
        margin-right: 0!important;
    }
    #gnavOuter > .header_btn path {
        stroke: #1E2864;
    }
    /* estimate */
    #gnavOuter > .header_btn .estimate {
        width: auto;
    }
    /* login */
    #gnavOuter > .header_btn .login {
        display: none;
    }
    /* newmember */
    #gnavOuter > .header_btn .newmember {
        width: auto;
    }
    /* newmember_login */
    .wrapper.login #gnavOuter > .header_btn .newmember_login {
        width: auto;
    }
    #gnavOuter > .header_btn .newmember_login svg {
        margin: 0;
        width: auto;
    }
    #gnavOuter > .header_btn .newmember_login span {
        display: none;
    }
    /* - gnavBtn - */
    #gnavBtn {
        position: relative;
    }
    #gnavBtn a {
        display: block;
        position: relative;
        width: 25px;
        padding-top: 84%;
    }
    #gnavBtn span {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        background: #1E2864;
        transition: width 0.6s, transform 0.15s;
    }
    #gnavBtn span:nth-child(1) {
        top: 0;
        bottom: auto;
    }
    #gnavBtn span:nth-child(3) {
        top: auto;
        bottom: 0;
    }
    header.open #gnavBtn span:nth-child(1),
    header.open #gnavBtn span:nth-child(2),
    header.open #gnavBtn span:nth-child(3) {
        top: 0;
        bottom: 0;
        transform: rotate(45deg);
    }
    header.open #gnavBtn span:nth-child(3) {
        transform: rotate(-45deg);
    }
    /* - gnav - */
    #gnav {
        position: fixed;
        top: 85px;
        right: -100vw;
        border-top: 1px solid #DEDEDE;
        width: 100vw;
        transition: right 0.6s;
        height: 100vh;
        background: #fff;
    }
    header.open #gnav {
        right: 0;
    }
    #gnav .header_btn {
        display: flex;
        flex-wrap: wrap;
    }
    #gnav .header_btn > * {
        width: 50%;
    }
    #gnav .header_btn a {
        font-size: 14px;
        color: #967F00;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
    }
    #gnav .header_btn svg {
        margin-right: 12px;
    }
    #gnav .header_btn .newmember a {
        color: #fff;
        background: #967F1D 
    }
    #gnav .header_btn .estimate {
        border-top: 1px solid #DEDEDE;
        width: 100%;
    }
    #gnav .header_btn .estimate a {
        font-size: 14px;
        color: #1E2864;
        position: relative;
        justify-content: flex-start;
        padding: 0 50px 0 30px;
        height: 72px;
    }
    #gnav .header_btn .estimate a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 23px;
        margin: auto;
        width: 22px;
        height: 10px;
        background: url(/asset/img/common/arrow_blue.svg) no-repeat 0 0/100% auto;
        content: "";
        transform: scaleX(-1) rotate(90deg);
    }
    #gnav .header_btn .estimate path {
        stroke: #1E2864;
    }
    #gnav .header_btn .newmember_login {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 18px 0 16px 30px;
        width: 100%;
        background: #F4F4F4;
        border-bottom: 1px solid #DEDEDE;
    }
    #gnav .header_btn .newmember_login path {
        stroke: #1E2864;
    }
    #gnav .header_btn .newmember_login span {
        line-height: 1.3;
    }
    #gnav .header_btn .newmember_login a {
        font-size: 14px;
        color: #003EC9;
        display: inline-block;
        height: auto;
    }
    .wrapper:not(.login) #gnav .header_btn .newmember_login {
        display: none;
    }
    .wrapper.login #gnav .header_btn .login,
    .wrapper.login #gnav .header_btn .newmember {
        display: none;
    }
    #gnav .gnav_list {
        border-top: 1px solid #DEDEDE;
    }
    #gnav .gnav_list > * {
        border-bottom: 1px solid #DEDEDE;
    }
    #gnav .gnav_list a {
        font-size: 16px;
        color: #1E2864;
        display: flex;
        align-items: center;
        position: relative;
        padding: 0 50px 0 30px;
        height: 72px;
    }
    #gnav .gnav_list a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 23px;
        margin: auto;
        width: 22px;
        height: 10px;
        background: url(/asset/img/common/arrow_blue.svg) no-repeat 0 0/100% auto;
        content: "";
        transform: scaleX(-1) rotate(90deg);
    }
    #gnav .header_link {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 33px 5px 0;
    }
    #gnav .header_link > * {
        position: relative;
        width: 33%;
    }
    #gnav .header_link > *:not(:last-child)::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 1px;
        height: 15px;
        background: #DEDEDE;
        content: "";
    }
    #gnav .header_link a {
        font-size: 12px;
        color: #727272;
    }
    /* -- columnNav -- */
    #columnNav {
        margin-top: 10px;
    }
    #columnNav ul {
        min-width: 409px;
    }
    #columnNav li {
        padding: 12px 0;
    }
    #columnNav li::after {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        height: 4px;
        background: #967F00;
        content: "";
    }
    #columnNav li:not(:last-child) {
        margin-right: 30px;
    }
    #columnNav a {
        font-size: 12px;
    }
}


/*
    footer
*/
footer {
    color: #FFF;
    background: #1E2864;
}
footer .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px;
    padding: 11.7rem 0 4.9rem;
}
.footer_logo {
    margin: 0.3rem 20px 40px 0;
}
.footer_rBox {
    display: flex;
    flex-wrap: wrap;
}
.footer_gnavList {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0.1rem 2rem 0 0;
    width: 187px;
}
.footer_gnavList li:not(:last-child) {
    margin-bottom: 2.3rem;
}
.footer_gnavList a {
    color: #fff;
}
.footer_link {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-right: 2rem;
    width: 136px;
}
.footer_link li:not(:last-child) {
    margin-bottom: 1.9rem;
}
.footer_link a {
    color: #fff;
}
/* _blank */
.footer_link a[target="_blank"] svg {
    vertical-align: middle;
    position: relative;
    top: -0.2rem;
    margin-left: 1rem;
}
.footer_btn {
    margin-top: 0.3rem;
    width: 212px;
}
.footer_btn .newmember a {
    line-height: 1.5;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.6rem;
    background: #967F00;
    border: 1px solid #967F00;
    border-radius: 0.5rem;
}
.footer_btn .login {
    text-align: center;
    margin-top: 1.3rem;
}
.footer_btn .login a {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #FFF;
}
.copyright {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: right;
    margin-top: 5rem;
    width: 100%;
}
@media screen and ( max-width: 900px ) {
    footer .inner {
        display: block;
        padding: 60px 0 58px;
    }
    .footer_logo {
        text-align: center;
        margin: 0;
    }
    .footer_logo img {
        max-width: 201px;
    }
    .footer_rBox {
        display: block;
        margin: 57px 10px 0;
    }
    .footer_gnavList {
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0.1rem 2rem 0 0;
        width: 100%;
    }
    .footer_gnavList li {
        width: 40.3%;
    }
    .footer_gnavList li:not(:last-child) {
        margin-bottom: 24px;
    }
    .footer_gnavList li:nth-last-child(2) {
        margin-bottom: 0;
    }
    .footer_link {
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 55px 0 0;
        width: 100%;
    }
    .footer_link li {
        width: 40.3%;
    }
    .footer_link li:not(:last-child) {
        margin-bottom: 15px;
    }
    .footer_link li:nth-last-child(2) {
        margin-bottom: 0;
    }
    /* _blank */
    .footer_link a[target="_blank"] svg {
        top: -3px;
        margin-left: 14px;
    }
    .footer_btn {
        margin-top: 49px;
        width: 100%;
    }
    .footer_btn .newmember a {
        font-size: 16px;
        height: 56px;
    }
    .footer_btn .login {
        margin-top: 22px;
    }
    .footer_btn .login a {
        font-size: 12px;
    }
    .copyright {
        font-size: 11px;
        text-align: center;
        margin-top: 50px;
    }
}


/*
    contents
*/
#contents {
    padding: 11.5rem 0 11.7rem;
}
@media screen and ( max-width: 900px ) {
    #contents {
        padding: 85px 0 97px;
    }
}

/* -- h -- */
/* - pageH1 - */
.pageH1 {
    font-size: 30px;
    line-height: 1.5;
    color: #1E2864;
}
@media screen and ( max-width: 900px ) {
    .pageH1 {
        font-size: 24px;
    }
}

/* -- navContents -- */
.navContents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 53px;
}
/* - main - */
.navContents .main {
    width: calc(100% - 299px);
}
/* - rnav - */
.navContents .rnav {
    margin-top: 7px;
    width: 240px;
}
.navContents .rnav > .tit {
    text-align: center;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    padding: 0 18px;
    height: 36px;
    background: #967F00;
    border-radius: 10em;
}
/* rnav_popularArticle */
.rnav_popularArticle {
    margin-top: 30px;
}
.rnav_popularArticle li:not(:last-child) {
    margin-bottom: 30px;
}
.rnav_popularArticle a {
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    display: block;
}
.rnav_popularArticle .img {
    position: relative;
    padding-top: 66.6%;
}
.rnav_popularArticle .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.rnav_popularArticle .txt {
    margin-top: 6px;
}
/* rnav_linkList */
.rnav_linkList {
    margin-top: 47px;
}
.rnav_linkList li {
    border-left: 2px solid #1E2864;
}
.rnav_linkList li:not(:last-child) {
    margin-bottom: 5px;
}
.rnav_linkList a {
    font-size: 14px;
    line-height: 1.5;
    color: #1E2864;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1px 35px 0 21px;
    height: 75px;
    background: #FFF;
}
.rnav_linkList a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    width: 16px;
    height: 16px;
    border-top: 1px solid #1E2864;
    border-right: 1px solid #1E2864;
    content: "";
    transform: rotate(45deg);
}
@media screen and ( min-width: 901px ) {
    /* rnav_popularArticle */
    /* ptrn02 */
    .ptrn02.rnav_popularArticle li:not(:last-child) {
        margin-bottom: 23px;
    }
    .ptrn02.rnav_popularArticle a {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .ptrn02.rnav_popularArticle .img {
        padding-top: 27.5%;
        width: 41.7%;
    }
    .ptrn02.rnav_popularArticle .txt {
        margin-top: -3px;
        width: 50%;
    }
}
@media screen and ( max-width: 900px ) {
    .navContents {
        display: block;
        margin-top: 34px;
    }
    /* - main - */
    .navContents .main {
        width: 100%;
    }
    /* - rnav - */
    .navContents .rnav {
        margin-top: 80px;
        width: 100%;
    }
    .navContents .rnav > .tit {
        padding: 0 20px;
        height: 34px;
    }
    /* rnav_popularArticle */
    .rnav_popularArticle {
        margin-top: 29px;
    }
    .rnav_popularArticle li:not(:last-child) {
        margin-bottom: 20px;
    }
    .rnav_popularArticle a {
        font-size: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .rnav_popularArticle .img {
        width: 35.9%;
        padding-top: 23.9%;
    }
    .rnav_popularArticle .txt {
        margin-top: -2px;
        width: 60%;
    }
    /* rnav_linkList */
    .rnav_linkList {
        margin-top: 40px;
    }
    .rnav_linkList a {
        font-size: 12px;
    }
    .rnav_linkList a::after {
        top: -2px;
        right: 20px;
    }
}

/* -- tag -- */
.tag {
    font-size: 12px;
    line-height: 1.5;
    color: #967F00;
    margin-top: 16px;
}
.tag > * {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
}
.tag > *:not(:last-child) {
    margin-right: 15px;
}
.tag > *::before {
    content: "# ";
}
.tag > *::after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-bottom: 1px solid #967F00;
    content: "";
}

/* -- articleListBox -- */
.articleListBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 72px;
}
.articleListBox > * {
    margin-bottom: 61px;
    width: 46.4%;
}
.articleListBox > :not(:nth-child(2n)) {
    margin-right: 7.2%;
}
.articleListBox > :nth-last-child(2),
.articleListBox > :last-child {
    margin-bottom: 0;
}
.articleListBox a {
    color: #000;
    display: block;
}
.articleListBox .img {
    position: relative;
    padding-top: 66.4%;
}
.articleListBox .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.articleListBox .txtArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 16px 20px 0;
}
.articleListBox .txtArea .category {
    font-size: 12px;
    line-height: 1.5;
    color: #1E2864;
    margin: 1px 20px 0 0;
}
.articleListBox .txtArea .day {
    font-size: 14px;
    line-height: 1.5;
}
.articleListBox .txtArea .tit {
    line-height: 1.81;
    margin-top: 9px;
    width: 100%;
}
@media screen and ( max-width: 900px ) {
    .articleListBox {
        margin-top: 45px;
    }
    .articleListBox > * {
        margin-bottom: 25px;
        width: 48.5%;
    }
    .articleListBox > :not(:nth-child(2n)) {
        margin-right: 3%;
    }
    .articleListBox .txtArea {
        margin: 15px 9px 0;
    }
    .articleListBox .txtArea .category {
        font-size: 10px;
        margin: -1px 10px 0 0;
    }
    .articleListBox .txtArea .day {
        font-size: 10px;
    }
    .articleListBox .txtArea .tit {
        font-size: 12px;
        margin-top: 6px;
    }
    .articleListBox .txtArea .tag {
        display: none;
    }
}

/* -- pager -- */
.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 78px;
}
.pager li:not(:last-child) {
    margin-right: 1rem;
}
.pager a {
    font-size: 1.4rem;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid #DEDEDE;
    border-radius: 50%;
    background: #fff;
    transition: border 0.6s, opacity 0.6s;
}
.pager li.act a {
    color: #fff;
    background: #967F00;
    border-color: #967F00;
}
.pager li.last {
    position: relative;
    padding-left: 4rem;
}
.pager li.last::before {
    font-size: 1.4rem;
    color: #9F9F9F;
    position: absolute;
    top: 50%;
    left: 0.9rem;
    padding-bottom: 0.9rem;
    content: "…";
    transform: translateY(-50%);
}
.pager li.prev {
    margin-right: 2rem;
}
.pager li.next {
    margin-left: 1rem;
}
.pager .prev a,
.pager .next a {
    border: none;
    background: none;
}
.pager li.next svg {
    transform: rotate(180deg);
}
@media ( hover: hover ) {
    .pager :not(.act,.prev,.next) a:hover {
        border-color: #967F00;
        opacity: 1;
    }
}
@media screen and ( max-width: 900px ) {
    .pager {
        margin-top: 74px;
    }
    .pager li:not(:last-child) {
        margin-right: 10px;
    }
    .pager a {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }
    .pager li.last {
        padding-left: 40px;
    }
    .pager li.last::before {
        font-size: 14px;
        padding: 10px 0 0;
    }
    .pager li.prev {
        margin-right: 20px;
    }
}

/* -- sns -- */
.sns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sns li:not(:last-child) {
    margin-right: 20px;
}
.sns a {
    display: block;
}
.sns img {
    display: block;
}
@media screen and ( max-width: 900px ) {
    .sns li:not(:last-child) {
        margin-right: 28px;
    }
}

/* -- articleBox -- */
.articleBox {
    margin-top: 8px;
}
.articleBox img {
    width: 100%;
    max-width: none;
}
/* - date - */
.articleBox .date {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 38px;
}
.articleBox .date .category {
    text-align: center;
    font-size: 14px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 2px 21px 0;
    height: 30px;
    background: #1E2864;
    border-radius: 10em;
}
.articleBox .date .day {
    font-size: 14px;
    line-height: 1.5;
    margin: 2px 20px 0 auto;
}
.articleBox .date .sns {
    margin-bottom: 1px;
}
.articleBox .date .sns li {
    width: 15px;
}
.articleBox .date .sns li:nth-child(2) {
    width: 17px;
}
/* - h1 - */
.articleBox > h1 {
    font-size: 30px;
    line-height: 1.5;
    color: #1E2864;
    margin-top: 23px;
}
/* - tag - */
.articleBox > .tag {
    margin: 30px 0 72px;
}
/* - mt32 - */
.articleBox .mt32 {
    margin-top: 32px;
}
/* - index - */
.articleBox .index {
    margin: 52px 0 60px;
    padding: 36px 0 40px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}
.articleBox .index .tit {
    font-size: 14px;
    line-height: 1.5;
    color: #1E2864;
}
.articleBox .index > ul {
    line-height: 1.5;
    margin-top: 16px;
    padding: 17px 15px 16px;
    background: #FFF;
}
.articleBox .index > ul a {
    text-decoration: underline;
    color: #003EC9;
}
.articleBox .index > ul > li:not(:last-child){
    margin-bottom: 13px;
}
.articleBox .index > ul  p {
    position: relative;
}
.articleBox .index > ul > li > p {
    padding-left: 25px;
}
.articleBox .index > ul > li > p::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #F4F4F4;
    border-radius: 50%;
    content: "";
}
.articleBox .index > ul > li ul {
    font-size: 14px;
    padding-left: 25px;
    margin-top: 13px;
}
.articleBox .index > ul > li > ul p {
    padding-left: 20px;
}
.articleBox .index > ul > li > ul p:not(:last-child) {
    margin-bottom: 0;
}
.articleBox .index > ul > li > ul p::before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #F4F4F4;
    content: "";
}
.articleBox .index > ul > li > ul > li > ul {
    margin-top: 10px;
}
.articleBox .index > ul > li > ul > li > ul p {
    padding-left: 15px;
}
/* - h2 - */
.articleBox h2 {
    font-size: 22px;
    line-height: 1.5;
    color: #1E2864;
    position: relative;
    margin: 60px 0 32px;
    padding: 6px 0 5px 26px;
}
.articleBox h2::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    background: #1E2864;
    content: "";
}
/* - h3 - */
.articleBox h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #1E2864;
    position: relative;
    margin: 36px 0 17px;
    padding-bottom: 11px;
}
.articleBox h3::before,
.articleBox h3::after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 1px;
    background: #DEDEDE;
    content: "";
}
.articleBox h3::after {
    right: auto;
    width: 20px;
    background: #1E2864;
}
/* - crm - */
.articleBox .crm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
}
.articleBox .crm > :nth-child(1) {
    width: 47%
}
.articleBox .crm > :nth-child(2) {
    margin-top: 7px;
    width: 47.1%;
}
/* - lnk - */
.articleBox .lnk {
    margin-top: 32px;
    background: #FFF;
    border: 1px solid #DEDEDE;
}
.articleBox .lnk a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 19px 19px;
}
.articleBox .lnk a > :nth-child(1) {
    margin-top: 4px;
    width: 120px;
}
.articleBox .lnk a > :nth-child(2) {
    font-size: 12px;
    line-height: 1.5;
    color: #727272;
    width: calc(100% - 140px);
}
.articleBox .lnk a > :nth-child(2) :not(.tit) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.articleBox .lnk a > :nth-child(2) .tit {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 5px;
}
/* - dateBtm - */
.articleBox .dateBtm {
    margin-top: 80px;
    padding: 30px 0 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}
.articleBox .dateBtm .tag {
    margin: -4px 0 0;
}
.articleBox .dateBtm .sns li:not(:last-child) {
    margin-right: 27px;
}
/* - articlePager - */
.articleBox .articlePager {
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 37px;
}
.articleBox .articlePager li:nth-child(2) {
    margin: 0 10px;
}
.articleBox .articlePager a {
    text-decoration: underline;
}
@media screen and ( min-width: 901px ) {
    /* - hover - */
    /* index */
    .articleBox .index > ul a:hover {
        text-decoration: none;
        opacity: 1;
    }
    /* articlePager */
    .articleBox .articlePager a:hover {
        text-decoration: none;
        opacity: 1;
    }
}
@media screen and ( max-width: 900px ) {
    .articleBox {
        margin-top: -34px;
    }
    /* - catchImg - */
    .articleBox .catchImg {
        margin: 0 -20px;
    }
    /* - date - */
    .articleBox .date {
        margin-top: 30px;
    }
    .articleBox .date .category {
        font-size: 10px;
        padding: 0 15px;
        height: 22px;
    }
    .articleBox .date .day {
        font-size: 12px;
        margin: -2px auto 0 11px;
        padding-right: 20px;
    }
    .articleBox .date .sns {
        margin-bottom: 0;
    }
    .articleBox .date .sns li {
        width: 20px;
    }
    .articleBox .date .sns li:nth-child(2) {
        width: 22px;
    }
    /* - h1 - */
    .articleBox > h1 {
        font-size: 24px;
        margin-top: 24px;
    }
    /* - tag - */
    .articleBox > .tag {
        font-size: 10px;
        margin: 23px 0 53px;
    }
    /* - mt32 - */
    .articleBox .mt32 {
        margin-top: 28px;
    }
    /* - index - */
    .articleBox .index {
        margin: 44px 0 50px;
        padding: 26px 0 30px;
    }
    .articleBox .index .tit {
        font-size: 12px;
    }
    .articleBox .index > ul {
        font-size: 14px;
        margin-top: 17px;
        padding: 0;
        background: #FFF;
    }
    .articleBox .index > ul a {
        text-decoration: underline;
        color: #003EC9;
        display: block;
        padding: 17px 15px 16px 40px;
    }
    .articleBox .index > ul > li:not(:last-child){
        margin-bottom: 0;
        border-bottom: 1px solid #F4F4F4;
    }
    .articleBox .index > ul > li > p {
        padding-left: 0;
    }
    .articleBox .index > ul > li > p::before {
        top: 0;
        bottom: 0;
        left: 14px;
        margin: auto;
    }
    .articleBox .index > ul > li ul {
        display: none;
    }
    /* - h2 - */
    .articleBox h2 {
        font-size: 20px;
        margin: 45px 0 23px;
        padding: 5px 0 5px 26px;
    }
    .articleBox h2::before {
        top: 0;
        bottom: 0;
    }
    /* - h3 - */
    .articleBox h3 {
        font-size: 16px;
        margin: 26px 0 13px;
        padding-bottom: 7px;
    }
    /* - crm - */
    .articleBox .crm {
        display: block;
        margin-top: 23px;
    }
    .articleBox .crm > :nth-child(1) {
        width: 100%
    }
    .articleBox .crm > :nth-child(2) {
        margin-top: 33px;
        width: 100%;
    }
    /* - lnk - */
    .articleBox .lnk {
        margin-top: 28px;
    }
    .articleBox .lnk a {
        padding: 16px 19px 19px;
    }
    .articleBox .lnk a > :nth-child(1) {
        margin-top: 2px;
        width: 90px;
    }
    .articleBox .lnk a > :nth-child(2) {
        font-size: 10px;
        width: calc(100% - 105px);
    }
    .articleBox .lnk a > :nth-child(2) :not(.tit) {
        -webkit-line-clamp: 3;
    }
    .articleBox .lnk a > :nth-child(2) .tit {
        font-size: 14px;
        margin-bottom: 8px;
    }
    /* - dateBtm - */
    .articleBox .dateBtm {
        display: block;
        margin-top: 60px;
        padding: 28px 0 29px;
    }
    .articleBox .dateBtm .tag {
        text-align: center;
        margin: 0;
        width: 100%;
    }
    .articleBox .dateBtm .sns {
        justify-content: center;
        margin-top: 30px;
        width: 100%;
    }
    /* - articlePager - */
    .articleBox .articlePager {
        font-size: 12px;
    }
}

/* -- btn -- */
.btn {
    margin: 80px auto 0;
    max-width: 285px;
}
.btn a {
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 56px;
    padding: 0 2rem;
    border-radius: 5px;
    border: 1px solid #967F00;
    background: #967F00;
}
.btn svg {
    margin-left: 8px;
}
@media screen and ( max-width: 900px ) {
    .btn {
        font-size: 16px;
        margin: 59px auto 0;
    }
}

/* -- pickUpBox -- */
.pickUpBox {
    margin: 175px auto 0;
    padding: 0 20px;
    max-width: 1340px;
}
.pickUpBox .tit_en {
    text-align: center;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    color: #1E2864;
}
.pickUpBox h2 {
    text-align: center;
    line-height: 1.5;
    margin-top: 4px;
}
.pickUpBox .lst {
    display: flex;
    flex-wrap: wrap;
    margin-top: 46px;
}
.pickUpBox .lst > * {
    width: 30.8%;
}
.pickUpBox .lst a {
    color: #000;
    display: block;
}
.pickUpBox .lst .img {
    position: relative;
    padding-top: 66.6%;
}
.pickUpBox .lst .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.pickUpBox .lst .txtArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 16px 20px 0
}
.pickUpBox .lst .txtArea .category {
    font-size: 12px;
    line-height: 1.5;
    color: #1E2864;
    margin: 1px 20px 0 0;
}
.pickUpBox .lst .txtArea .day {
    font-size: 12px;
    line-height: 1.5;
}
.pickUpBox .lst .txtArea .tit {
    line-height: 1.81;
    margin-top: 11px;
    width: 100%;
}
@media screen and ( min-width: 901px ) {
    .pickUpBox .lst > :not(:nth-child(3n)) {
        margin-right: 3.8%;
    }
}
@media screen and ( max-width: 900px ) {
    .pickUpBox {
        margin: 99px auto 0;
        padding: 0 20px;
    }
    .pickUpBox .tit_en {
        font-size: 24px;
    }
    .pickUpBox h2 {
        margin-top: 6px;
    }
    .pickUpBox .lst {
        display: block;
        margin-top: 45px;
    }
    .pickUpBox .lst > * {
        width: 100%;
    }
    .pickUpBox .lst > *:not(:last-child) {
        margin-bottom: 17px;
    }
    .pickUpBox .lst a {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .pickUpBox .lst .img {
        width: 35.5%;
        padding-top: 23.6%;
    }
    .pickUpBox .lst .txtArea {
        margin: -1px 0 0;
        width: 60%;
    }
    .pickUpBox .lst .txtArea .category {
        font-size: 10px;
        margin: 0 20px 0 0;
    }
    .pickUpBox .lst .txtArea .day {
        font-size: 10px;
        margin-right: 22px;
    }
    .pickUpBox .lst .txtArea .tit {
        font-size: 12px;
        margin-top: 3px;
        width: 100%;
    }
}

/* -- clm_mv -- */
#clm_mv {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    padding-top: 40px;
    z-index: 0;
}
#clm_mv h1 {
    position: absolute;
    top: 30px;
    left: 81px;
    z-index: 20;
}
/* - clm_mv_slider - */
#clm_mv_slider {
    margin: 0 auto;
    padding: 0 100px;
    box-sizing: content-box;
}
#clm_mv_slider a {
    color: #000;
    display: block;
}
/* splide__arrow */
#clm_mv_slider .splide__arrow {
    cursor: pointer;
    position: absolute;
    top: -28px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 51px;
    height: 96px;
    opacity: 1;
    transition: opacity 0.2s;
}
#clm_mv_slider .splide__arrow--next {
    right: 0;
    left: auto;
}
#clm_mv_slider .splide__arrow svg {
    display: none;
}
#clm_mv_slider .splide__arrow:before {
    display: block;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 17px;
    margin: auto;
    width: 69px;
    height: 69px;
    border-bottom: 1px solid #967F00;
    border-left: 1px solid #967F00;
    content: "";
    transform: rotate(45deg);
}
#clm_mv_slider .splide__arrow--next:before {
    right: 17px;
    left: auto;
    transform: rotate(225deg);
}
/* splide__pagination */
#clm_mv_slider .splide__pagination {
    margin-top: 26px;
}
#clm_mv_slider .splide__pagination li:not(:last-child) {
    margin-right: 20px;
}
#clm_mv_slider .splide__pagination button {
    width: 10px;
    height: 10px;
    background: #FFF;
    border-radius: 50%;
    transition: background 0.6s;
}
#clm_mv_slider .splide__pagination button.is-active{
    background: #967F00;
}
/* clm_mv_slider_inner */
.clm_mv_slider_inner .img {
    position: relative;
    padding-top: 66.6%;
}
.clm_mv_slider_inner .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.clm_mv_slider_inner .txtArea {
    text-align: center;
    margin-top: 16px;
}
.clm_mv_slider_inner .txtArea .day {
    font-size: 12px;
    line-height: 1.5;
}
.clm_mv_slider_inner .txtArea .tit {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 9px;
}
.clm_mv_slider_inner .txtArea .tag {
    margin-top: 11px;
}
@media screen and ( max-width: 900px ) {
    #clm_mv {
        padding-top: 20px;
    }
    #clm_mv h1 {
        position: static;
        margin: 0 auto;
        width: 232px;
    }
    /* - clm_mv_slider - */
    #clm_mv_slider {
        margin: 18px auto 0;
        padding: 0 25px;
    }
    /* splide__arrow */
    #clm_mv_slider .splide__arrow {
        top: 22%;
        bottom: auto;
        width: 25px;
        height: 50px;
        overflow: hidden;
    }
    #clm_mv_slider .splide__arrow:before {
        top: 0;
        left: 8px;
        width: 30px;
        height: 30px;
    }
    #clm_mv_slider .splide__arrow--next:before {
        right: 8px;
        left: auto;
    }
    /* clm_mv_slider_inner */
    .clm_mv_slider_inner .txtArea {
        margin-top: 19px;
    }
    .clm_mv_slider_inner .txtArea .day {
        font-size: 10px;
    }
    .clm_mv_slider_inner .txtArea .tit {
        font-size: 16px;
        margin-top: 8px;
    }
    .clm_mv_slider_inner .txtArea .tag {
        font-size: 10px;
        margin-top: 15px;
    }
}

/* -- clm_bg -- */
.clm_bg {
    position: relative;
    background: #F4F4F4;
    z-index: 20;
}

/* -- clm_articleListBox -- */
#clm_articleListBox {
    margin-top: 52px;
    padding: 78px 50px 0;
}
#clm_articleListBox .articleListBox {
    margin-top: 0;
}
#clm_articleListBox .articleListBox > * {
    margin: 0 3.8% 64px 0;
    width: 30.8%;
}
#clm_articleListBox .articleListBox a {
    position: relative;
    padding: 24px 40px 40px;
    border: 1px solid #fff;
    background: #FFF;
    transition: border 0.6s , background 0.6s;
}
#clm_articleListBox .articleListBox a > * {
    transition: opacity 0.6s;
}
#clm_articleListBox .articleListBox .category {
    text-align: center;
    font-size: 14px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: fit-content;
    padding: 2px 21px 0;
    height: 30px;
    background: #1E2864;
    border-radius: 10em;
    z-index: 20;
}
#clm_articleListBox .articleListBox .img {
    overflow: hidden;
    margin-top: -14px;
}
#clm_articleListBox .articleListBox .img img {
    transition: height 0.6s;
}
#clm_articleListBox .articleListBox .txtArea {
    margin: 27px 0 0;
}
#clm_articleListBox .articleListBox .txtArea .day {
    font-size: 12px;
}
#clm_articleListBox .articleListBox .txtArea .tit {
    margin-top: 12px;
}
/* - moreBtn - */
#clm_articleListBox .moreBtn {
    margin-top: 98px;
}
#clm_articleListBox .moreBtn a {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 4px;
    width: 124px;
    height: 124px;
    background: #967F00;
    border-radius: 50%;
}
@media screen and ( min-width: 901px ) {
    #clm_articleListBox .articleListBox > :nth-child(3n) {
        margin-right: 0;
    }
    #clm_articleListBox .articleListBox > :nth-last-child(3),
    #clm_articleListBox .articleListBox > :nth-last-child(2),
    #clm_articleListBox .articleListBox > :last-child {
        margin-bottom: 0;
    }
    /* hover */
    #clm_articleListBox .articleListBox a:hover {
        background: transparent;
        border-color: #967F00;
        opacity: 1;
    }
    #clm_articleListBox .articleListBox a:hover > * {
        opacity: 0.6;
    }
    #clm_articleListBox .articleListBox a:hover .img img {
        height: 120%;
    }
}
@media screen and ( max-width: 900px ) {
    #clm_articleListBox {
        margin-top: 30px;
        padding: 60px 0 0;
    }
    #clm_articleListBox .articleListBox > * {
        margin: 0 1px 10px 0;
        width: calc(50% - 0.5px);
        background: #FFF;
    }
    #clm_articleListBox .articleListBox > :nth-child(2n) {
        margin-right: 0;
    }
    #clm_articleListBox .articleListBox > :nth-last-child(2),
    #clm_articleListBox .articleListBox > :last-child {
        margin-bottom: 0;
    }
    #clm_articleListBox .articleListBox a {
        padding: 10px 10px 11px;
    }
    #clm_articleListBox .articleListBox .category {
        font-size: 10px;
        padding: 2px 16px 0;
        height: 22px;
    }
    #clm_articleListBox .articleListBox .img {
        margin-top: -13px;
    }
    #clm_articleListBox .articleListBox .txtArea {
        margin: 14px 5px 0;
    }
    #clm_articleListBox .articleListBox .txtArea .day {
        font-size: 10px;
    }
    #clm_articleListBox .articleListBox .txtArea .tit {
        font-size: 12px;
        margin-top: 8px;
    }
    #clm_articleListBox .articleListBox .txtArea .tag {
        font-size: 10px;
        display: block;
        margin-top: 8px;
    }
    #clm_articleListBox .articleListBox .txtArea .tag span {
        margin-bottom: 9px;
    }
    /* - moreBtn - */
    #clm_articleListBox .moreBtn {
        margin-top: 80px;
    }
    #clm_articleListBox .moreBtn a {
        font-size: 12px;
        padding-top: 0;
        width: 110px;
        height: 110px;
    }
}

/* -- clm_pickUpBox -- */
#clm_pickUpBox {
    position: relative;
    margin-top: 100px;
    padding: 100px 0 93px;
}
#clm_pickUpBox::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    left: 10px;
    margin: auto;
    max-width: 1000px;
    background: #FFF;
    content: "";
}
/* - pickUpBox - */
#clm_pickUpBox .pickUpBox {
    position: relative;
    margin-top: 0;
    z-index: 20;
}
#clm_pickUpBox .pickUpBox .lst {
    flex-wrap: nowrap;
}
/* - clm_pickUpBox_slider - */
#clm_pickUpBox_slider {
    margin: 44px 0 0;
}
/* splide__arrow */
#clm_pickUpBox_slider .splide__arrow {
    cursor: pointer;
    position: absolute;
    top: -11.5%;
    bottom: 0;
    left: -27px;
    margin: auto;
    width: 52px;
    height: 52px;
    background: #967F00;
    border-radius: 50%;
    opacity: 1;
    transition: opacity 0.2s;
    z-index: 20;
}
#clm_pickUpBox_slider .splide__arrow--next {
    right: -27px;
    left: auto;
}
#clm_pickUpBox_slider .splide__arrow svg {
    display: none;
}
#clm_pickUpBox_slider .splide__arrow:before {
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 21px;
    margin: auto;
    width: 16px;
    height: 16px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
    transform: rotate(45deg);
}
#clm_pickUpBox_slider .splide__arrow--next:before {
    right: 21px;
    left: auto;
    transform: rotate(225deg);
}
@media screen and ( max-width: 900px ) {
    #clm_pickUpBox {
        margin-top: 80px;
        padding: 78px 0 74px;
    }
    /* - pickUpBox - */
    #clm_pickUpBox .pickUpBox {
        position: relative;
        margin-top: 0;
        z-index: 20;
    }
    #clm_pickUpBox .pickUpBox .lst {
        display: flex;
        flex-wrap: nowrap;
    }
    #clm_pickUpBox .pickUpBox .lst > *:not(:last-child) {
        margin-bottom: 0;
    }
    #clm_pickUpBox .pickUpBox .lst a {
        display: block;
    }
    .pickUpBox .lst .img {
        width: 100%;
        padding-top: 66.6%;
    }
    .pickUpBox .lst .txtArea {
        margin: 17px 16px 0;
        width: auto;
    }
    .pickUpBox .lst .txtArea .category {
        font-size: 12px;
        margin: 0 20px 0 0;
    }
    .pickUpBox .lst .txtArea .day {
        font-size: 12px;
        margin: 0 -1px 0 auto;
    }
    .pickUpBox .lst .txtArea .tit {
        font-size: 14px;
        margin-top: 12px;
        width: 100%;
    }
    /* - clm_pickUpBox_slider - */
    #clm_pickUpBox_slider {
        margin: 36px -20px 0;
    }
    /* splide__arrow */
    #clm_pickUpBox_slider .splide__arrow {
        top: 9.5%;
        left: 10px;
        width: 36px;
        height: 36px;
    }
    #clm_pickUpBox_slider .splide__arrow--next {
        right: 10px;
        left: auto;
    }
    #clm_pickUpBox_slider .splide__arrow:before {
        top: 2px;
        left: 15px;
        width: 10px;
        height: 10px;
    }
    #clm_pickUpBox_slider .splide__arrow--next:before {
        right: 15px;
        left: auto;
    }
}







/* html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}
body#column {
    opacity: 0.6;
    margin: -3px auto 0;
    padding-bottom: 500px;
    background: url(../../../_png/column.png) no-repeat left 0 top 0px/100% auto;
} */
/* #clm_mv {
    opacity: 0;
}
.clm_bg {
    background: none;
} */