@font-face {
    font-family: 'IBM Plex Sans';
    src: local('IBM Plex Sans'),
    local('IBMPlexSans'),
    url('/assets/fonts/ibmplexsans/Ibmplexsans.woff2') format('woff2'),
    url('/assets/fonts/ibmplexsans/Ibmplexsans.woff') format('woff'),
    url('/assets/fonts/ibmplexsans/Ibmplexsans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: local('IBM Plex Sans Text'),
    local('IBMPlexSans-Text'),
    url('/assets/fonts/ibmplexsans/Ibmplexsanstext.woff2') format('woff2'),
    url('/assets/fonts/ibmplexsans/Ibmplexsanstext.woff') format('woff'),
    url('/assets/fonts/ibmplexsans/Ibmplexsanstext.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "IBM Plex Sans", sans-serif;
    background: #FDFDFD;
    margin: 0 0 75px;
}

p {
    margin: 0;
}

ul {
    margin: 0;
}

iframe {
    border: none;
}

.container {
    position: relative;
    max-width: 976px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: content-box;
}

.header {
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.h2 {
    margin: 64px 0 32px;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0%;
    color: #404040;
}

.card {
    background-color: #FFFFFF;
    padding: 0 32px;
    border-radius: 16px;
    box-shadow: 0px 0.48px 3.47px -13px #3B187402, 0px 2.2px 9.75px -13px #3B187404, 0px 5.57px 26.16px -13px #3B187406, 0px 11px 60px -13px #3B18740A;
}

.card_icon-between,
.card_icon-center {
    display: flex;
    align-items: center;
    gap: 8px;
}

.card_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_icon-between {
    justify-content: space-between;
}

.card_icon-center {
    justify-content: center;
}

.card_icon-between .card__title {
    flex: 1;
}

.card_column {
    flex-direction: column;
}

.card_map {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.card__icon {
    width: 64px;
    height: 64px;
}

.card__title {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #404040;
    text-align: center;
}

.card__text {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #404040;
    text-align: center;
}

.card__table {
    padding-top: 24px;
    width: 224px;
    border-collapse: separate;
    border-spacing: 0 1rem;
    color: #404040;
}

.card__td-01 {
    font-weight: 500;
    font-size: 16px;
    opacity: 0.5;
    text-align: left;
}

.card__td-02 {
    text-align: right;
    font-size: 16px;
}

.card__pd {
    font-weight: 400;
    font-size: 14px;
    color: #B464DA;
    text-decoration: none;
    text-align: center;
    margin-top: 8px;
}

.card__mail {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #B464DA;
    text-decoration: none;
}

.upper {
    position: fixed;
    bottom: 40px;
    right: -200px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAYAAABm+U3GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADTSURBVHgBndGxDoIwEADQ3gG7n8Bk4qafwOzEH7CY+EkmLvwBkzOfoJuJE5/gTul5h5qUiPTgFmh799pewSjicnhsnTOV/Nuky/LTpgnVgAYlZ2rOXMmYyDQaHOag39DgqEWJqOHPsz8NmDRuo7o63tNZ8BhqO5cxmGlx0KJ5+b52v068bqZ7PoBl96SNrv/QweYBHH1UrhZCJfbn9S3UFvRRSQihPt7abvd51B8clqB+VAXXR8j1kPptwdhisRSVkFypGZycTbTWlTK5BB3De4fNF2gd6+JV3CAyAAAAAElFTkSuQmCC');
    background-color: rgba(180, 100, 218, 0.15);
    background-repeat: no-repeat;
    background-position: center;
    transition: 200ms;
}

@media (hover: hover) and (pointer: fine) {
    .upper:hover {
        background-color: rgba(180, 100, 218, 0.35);
    }
}

@media screen and (min-width: 1921px) {
    .header {
        background-image: url("/assets/img/bg-2560.svg");
    }
}

@media screen and (min-width: 1541px) and (max-width: 1920px) {
    .header {
        background-image: url("/assets/img/bg-1920.svg");
    }
}

@media screen and (min-width: 1281px) and (max-width: 1540px) {
    .header {
        background-image: url("/assets/img/bg-1440.svg");
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .header {
        background-image: url("/assets/img/bg-1280.svg");
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .header {
        background-image: url("/assets/img/bg-1024.svg");
    }
}

@media screen and (min-width: 568px) and (max-width: 768px) {
    .header {
        background-image: url("/assets/img/bg-768.svg");
    }
}

@media screen and (max-width: 567px) {
    .header {
        background-image: url("/assets/img/bg-360.svg");
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .h2 {
        margin: 48px 0 32px;
    }

    .h2__first {
        margin: 24px 0 32px;
    }

    .card__title {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.15px;
    }

    .card__text {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.15px; 
    }
}