/* 文字の大きさ */

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

.Top-title {
    position: absolute;
    top: 70%;
    left: 4%;
    width: 100%;
    z-index: 3;
}

.Top-title h2 {
    font-size: clamp(60px, 10vw, 115px);
    font-weight: bold;
    font-style: italic;
    background: linear-gradient(90deg, #F4C5A1 0%, #FADDA7 15%, #E4EBCD 30%, #D7EBD9 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.Top-title h3 {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: bold;
    color: #333;
    margin-left: 1%;
}

.about-list {
    width: 80%;
    margin: auto;
    padding-bottom: 15px;
}


.about-list dl {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-list .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.about-list dt {
    width: 20%;
    color: #333;
    font-weight: bold;
    font-size: clamp(14px, 2vw, 18px);
    margin-right: 5%;
}

.about-list dd {
    font-size: clamp(14px, 2vw, 18px);
    color: #333;
    margin: 0;
    line-height: 2;
}

.item ul {
    padding-left: 27px;
}

.item li {
    list-style-type: decimal;
    line-height: 2;
    font-size: 18px;
}

#map-logo p {
    color: #333;
    font-weight: bold;
    font-size: clamp(14px, 2vw, 18px);
}

.clients-container {
    margin: 10%;
    text-align: center;
}

#clients p {
    background: linear-gradient(90deg, #d67b23, #ffe3ac);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: clamp(45px, 4vw, 60px);
    font-style: italic;
    font-weight: bold;
}

.client-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2%;
}


/* カラー表示　タグライン有、左右幅45px以上 */
.client-logos img.credit_saison {
    min-width: 45px;
    width: 132px;
    height: auto;
    padding: 0.4em;
}

/* カラー表示　タグライン有、左右幅25mm以上 */
.client-logos img.veriserve {
    min-width: 50mm;
    width: 60mm;
    height: auto;

}

/* 画像サイズ */
#Company {
    position: relative;
    z-index: 2;
    margin: 10% 10% 0 10%;
}

#info {
    position: relative;
    margin: 0 10% 10% 10%;
}

#clients {
    position: relative;
}

#TopView-Polygon {
    position: absolute;
    top: -73%;
    left: -9%;
    z-index: 2;
}


#TopTriangle {
    position: absolute;
    top: -3%;
    left: -2%;
}

#map-logo {
    margin: 2% 10%;
    align-items: center;
}


.view {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#inline-frame {
    background-color: #ffffff;
    width: 98%;
    height: 420px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Add commentMore actions */

/* カラー表示 左右幅45px以上 */
.client-logos img.credit_saison {
    min-width: 45px;
    width: 160px;
    height: auto;
    padding: 0.4em;
}

/* カラー表示　タグライン有、左右幅25mm以上 */
.client-logos img.veriserve {
    min-width: 50mm;
    width: 80mm;
    height: auto;

}

/* カラー表示*/
.client-logos img.micard2 {
    min-width: 50mm;
    width: 100mm;
    height: auto;
}

/* カラー表示*/
.client-logos img.valtes {
    min-width: 50mm;
    width: 100mm;
    height: auto;
}


/* アニメーション */

.svg-wrapper {
    z-index: 0;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {

    .Top-title h2 {
        font-size: 50px;
    }

    .Top-title h3 {
        font-size: 22px;
        margin-left: 2%;
    }

    #map-logo p {
        margin-left: 5%;
    }

    .about-list {
        width: 90%;
    }

    .about-list dt {
        font-size: 18px;
        margin: 0;
        width: 35%;
    }

    .about-list dd {
        width: 70%;
        font-size: 18px;
    }

    .item ul {
        width: 100%;
        /* padding-left: 0; */
        margin-left: 4%;
    }

    .item li {
        line-height: 1.8;
        font-size: 17px;
    }

    #Company,
    #info {
        margin: 0;
        margin-top: 10%;
    }

    #info {
        margin-bottom: 10%;
    }

    #TopView {
        position: relative;
        height: 300px;
    }

    #TopTriangle {
        position: absolute;
        top: 0%;
        left: -2%;
        width: 22%;
    }

    .back-ground-logo {
        width: 120px !important;
    }

    #map-logo {
        margin: 0;
    }

    #inline-frame {
        width: 365px;
        height: 380px;
    }

    iframe {
        width: 350px;
        height: 360px;
    }

    .client-logos {
        flex-wrap: wrap;
        margin-bottom: 3%;
    }

    .client-logos img{
        margin-bottom: 3%;
    }

    /* カラー表示 左右幅45px以上 */
.client-logos img.credit_saison {
    min-width: 45px;
    width: 80px;
    height: auto;
    padding: 0.4em;
}

/* カラー表示　タグライン有、左右幅25mm以上 */
.client-logos img.veriserve {
    min-width: 50mm;
    width: 70px;
    height: auto;

}

/* カラー表示*/
.client-logos img.micard2 {
    min-width: 50mm;
    width: 70px;
    height: auto;
}

/* カラー表示*/
.client-logos img.valtes {
    min-width: 50mm;
    width: 70px;
    height: auto;
}
}