@charset "UTF-8";
/* ----------------------------------------------------------
footer
---------------------------------------------------------- */
footer{
    clear: both;
    font-family: 'Noto Sans JP', sans-serif;
    background: var(--basic);
}
.ftr_top{
    padding: 40px 0;
}
[class*=ftr_link_List]{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
[class*=ftr_link_List] li{
    position: relative;
    background: #fff;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
}
[class*=ftr_link_List] li:hover{
    background: var(--lightgray2);
}
[class*=ftr_link_List] li a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 15px 10px;
}
[class*=ftr_link_List] li a:hover{
    opacity: 1 !important;
}
[class*=ftr_link_List] li a .logo{
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
}
[class*=ftr_link_List] li a .txt{
    font-size: 1.2rem;
    line-height: 1.4;
    color: #555;
    text-align: center;
}
[class*=ftr_link_List] li a .site_name{
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    color: var(--basic);
    text-align: center;
    margin-top: 5px;
}
.ftr_link_List_top{
    margin-bottom: 15px;
}
.ftr_link_List_top li{
    width: calc((100% / 6) - 1%);
}
.ftr_link_List_top li:nth-child(2) a .logo img{
    mix-blend-mode: multiply;
}
.ftr_link_List_top li:nth-child(4) a .logo{
    width: 80%;
}
.ftr_link_List_bottom li{
    width: calc((100% / 4) - 1%);
}
.ftr_link_List_bottom li::after {
    position: absolute;
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    font-variation-settings: 'wght' 300;
    font-size: 2rem;
    color: #ddd;
    top: 50%;
    right: -1%;
    transform: translateY(-50%);
}
.jmsc_site_link{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.jmsc_site_link_item{
    display: inline-block;
}
.jmsc_site_link_item .ttl{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}
.jmsc_site_link_item ul li{
    margin-bottom: 2px;
}
.jmsc_site_link_item ul li a{
    display: inline-block;
    text-decoration: underline;
    color: #f5f5f5;
    font-size: 1.4rem;
    line-height: 1.4;
}
.ftr_middle{
    background: var(--navy);
    padding: 25px 10px;
    text-align: center;
}
.ftr_middle ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ftr_middle ul li a{
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    margin: 0 20px;
}
.ftr_bottom{
    background: #fff;
    padding: 40px 0;
}
.ftr_bottom .inner_1200{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftr_bottom .ftr_logo{
    width: 48%;
    display: flex;
    align-items: center;
}
.ftr_bottom .ftr_logo .logo{
    width: 50%;
    max-width: 270px;
    margin-right: 20px;
}
.ftr_bottom .ftr_logo .p_mark{
    max-width: 70px;
}
.ftr_bottom .copyright{
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
}

/* ==============================================================
TAB(~1024px)
============================================================== */
@media only screen and (max-width: 1024px) {


}

/* ==============================================================
SP(~768px)
============================================================== */
@media only screen and (max-width: 768px) {

    .ftr_top {
        padding: 20px 0;
    }
    [class*=ftr_link_List] li a {
        padding: 10px 7px;
    }
    [class*=ftr_link_List] li a .txt {
        font-size: 1rem;
        line-height: 1.2;
    }
    [class*=ftr_link_List] li a .site_name {
        font-size: 1.4rem;
        margin-top: 3px;
    }
    .ftr_link_List_top {
        margin-bottom: 5px;
    }
    .ftr_link_List_top li {
        width: 49%;
        margin-bottom: 5px;
    }
    .ftr_link_List_top li:nth-last-child(-n+2){
        margin-bottom: 0;
    }
    .ftr_link_List_bottom li {
        width: 49%;
    }
    .ftr_link_List_bottom li:nth-child(-n+2){
        margin-bottom: 5px;
    }
    .jmsc_site_link {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .jmsc_site_link_item{
        width: 49%;
    }
    .jmsc_site_link_item:first-child,
    .jmsc_site_link_item:nth-child(3){
        width: 60%;
    }
    .jmsc_site_link_item:nth-child(2),
    .jmsc_site_link_item:nth-child(4){
        width: 38%;
    }
    .jmsc_site_link_item:nth-child(-n+2){
        margin-bottom: 15px;
    }
    .jmsc_site_link_item .ttl{
        font-size: 1.6rem;
        margin-bottom: 13px;
    }
    .jmsc_site_link_item ul li {
        margin-bottom: 8px;
    }
    .ftr_middle {
        padding: 15px 20px;
    }
    .ftr_middle ul{
        justify-content: space-between;
    }
    .ftr_middle ul li{
        width: 49%;
    }
    .ftr_middle ul li a {
        display: block;
        font-size: 1.2rem;
        line-height: 1.4;
        margin: 0 0 13px;
        text-align: left;
    }
    .ftr_middle ul li:nth-last-child(-n+2) a{
        margin-bottom: 0;
    }
    .ftr_bottom {
        padding: 20px 0;
    }
    .ftr_bottom .inner_1200{
        flex-wrap: wrap;
    }
    .ftr_bottom .ftr_logo {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }
    .ftr_bottom .ftr_logo .logo {
        width: 65%;
    }
    .ftr_bottom .copyright {
        font-size: 1rem;
        line-height: 1.4;
        text-align: center;
    }
}