/* ========================================
     cooperation
 ========================================= */
/* ======================
    pc版 
   ======================*/
.cooperation-wrapper {
    padding: 20px 9.375vw;
    margin: auto;
}

.cooperation-wrapper a{
    color: #333333;
    text-underline-offset: 3px;
    font-weight: bold;
}

/* .cooperation-01 {
    padding-bottom: 20px;
    font-size: min(1.25vw, 1.6rem);
} */
/* .apex-wrapper{
    display: flex;
} */

.cooperation-02 {
    font-size: min(1.23vw, 2.0rem);
    line-height: 1.7;
}
.cooperation-02 p{
    margin-bottom: 40px;
}
.cooperation-02 span{
    font-weight: 700;
}


.logo-mark-amb{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 30px 0;
}

.amb-logo{
    /* width: 15%;
    max-width: 200px; */
    padding-right: 10px;
}
.amb-logo:nth-child(6){
    background-color: #FFFFFF;
    height: 55px;
}

.amb-logo div{
    height: 55px;
    margin-bottom: 10px;
}


.apex{
    display: block;
    width: 15%;
    min-width: 100px;
    max-width: 200px;
}

.cooperation-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ======================
    sp版 
   ======================*/
@media screen and (max-width:767px) {
    .cooperation-wrapper {
        padding: 10px;
    }

    /* .cooperation-01 {
        font-size: 1.2rem;
    } */

    .cooperation-02 {
        font-size: 1.4rem;
    }
    .cooperation-02 p{
        margin-bottom: 20px;
    }
    .amb-logo div{
        height: 30px;
        margin-bottom: 10px;
    }
    .amb-logo:nth-child(6){
        background-color: #FFFFFF;
        height: 30px;
    }
}

/* ========================================
     site-map
 ========================================= */
/* ======================
    pc版 
   ======================*/
/* 全体のスタイル */
.site-map-area{
    font-family: Arial, sans-serif;
    background-color: #ABB7CE;
    /* 背景色 */
    padding: 60px 0 0;
}

/* h2 見出しのスタイル */
.site-map-area h2 {
    font-size: 2.4rem;
    text-align: left;
    margin: 40px 0px 20px 5.204%;
}

.site-map-wrapper {
    font-family: Arial, sans-serif;
    background-color: #ABB7CE;
    /* 背景色 */
    color: white;
    padding: 0px 5.204% 60px 5.204%;
    /* padding-left: 5.204%; */
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* div　塊ごとのスタイルのスタイル */
.site-map-container{
    width:300px;
}
.site-map-container:first-child{
    width:180px;
}

/* h3 見出しのスタイル */
.site-map-container h3 {
    font-size: 2.0rem;
    text-align: left;
    margin: 40px 0px 20px 0px;
}


/* ul全体のスタイル */
.site-map {
    list-style: none;
    border-left: solid 1px #ffffff;
    /* padding: 0; */
    /* margin: 0; */
    /* gap: 20px; */
    /* 項目間の隙間 */
}

/* ul全体のスタイル */
.site-map-list{
    list-style: none;
    text-align: left;
    margin: 0 0 10px 4%;
    color: rgb(242, 242, 242);
}
/* サブリストのスタイル */
.site-map-list ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px 20px;
    /* display: flex;
    flex-direction: column; */
    /* gap: 10px; */
}

.site-map-list ul li {
    padding-left: 10px;
    width: 100%;
}

/* aタグのスタイル */
.site-map-container h3 a,
.site-map a{
    display: block;
    text-decoration: none;
    color: white;
    transition: color 0.3s ease;
}

.site-map-container h3 a:hover,
.site-map a:hover{
    color: #FFD700;
    /* ホバー時の色 */
}

/* ======================
    sp版 
   ======================*/
@media screen and (max-width:767px) {
    .site-map-area{
        padding: 60px 0;
    }

    .site-map-wrapper h2 {
        font-size: 1.6rem;
        margin: 0;
    }

    .site-map{
        padding-bottom: 0px;
    }

    /* h2 見出しのスタイル */
    .site-map-area h2 {
        font-size: 2.2rem;
        text-align: center;
        margin: 0;
}

.site-map-wrapper {
    font-family: Arial, sans-serif;
    background-color: #ABB7CE;
    /* 背景色 */
    color: white;
    width: 90%;
    padding: 0 0 40px;
    margin: 0 auto;
    line-height: 1.8;
    display: block;
}
.site-map-container:first-child{
    width:90%;
    margin: 0 auto;
}

    /* div　塊ごとのスタイルのスタイル */
    .site-map-container{
        width:90%;
        margin: 0 auto;
    }

    .site-map a{
        width: 300px;
        transition: color 0.3s ease;
        font-size: 1.4rem;
    }

    .site-map-container h3 {
        font-size: 1.6rem;
        text-align: left;
        margin: 40px 0px 20px 0px;
    }

    .site-map-list{
        width: 300px;
    }
}

/* ========================================
     footer
 ========================================= */
/* ======================
    pc版 
   ======================*/
footer {
    text-align: center;
    color: #FFFFFF;
    background-color: #707e9a;
    padding: 5px 0px 80px;
}
/* ======================
    sp版 
   ======================*/
@media screen and (max-width:767px) {
    footer {
        font-size: 1.2rem;
        height: 80px;
        padding: 5px 0px 40px;
    }
}