* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    background-color: #FFFCF9;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: .1em;
    color: #4C4C4C;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
    color: #4C4C4C;
}

li {
    list-style: none;
}

h1 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.4rem;
    color: #4C4C4C;
    text-decoration: none;
}

h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.4rem;
    letter-spacing: .16em;
    text-align: center;
    color: #4C4C4C;
}

@media screen and (min-width: 900px) {
    h2 {
        font-size: 3.2rem;
    }
}

h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    color: #4C4C4C;
}

/* header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #FFFCF9;
    align-items: center;
    z-index: 10;
}

header h1 {
    margin-left: 20px;
}

header img {
    width: 26px;
    height: 26px;
}

.headerIcon01 {
    width: 50px;
    height: 50px;
    padding: 6px 0;
    background-color: #FFF7F9;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.25;
}

.headerIcon01 p {
    color: #D2718C;
}

.headerIcon02 {
    width: 50px;
    height: 50px;
    padding: 6px 0;
    background-color: #D2718C;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.25;
}

.headerIcon02 p {
    color: #FFF7F9;
}


header li p {
    font-size: .8rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .pc {
    display: none;
}

@media screen and (min-width:900px) {
    header .sp {
        display: none;
    }

    header {
        display: none;
        height: 80px;
    }

    header h1 {
        font-size: 3.2rem;
        margin-left: 5%;
        white-space: nowrap;
    }

    header .pc {
        display: block;
        margin-right: 5%;

    }

    header .pc li::after {
        content: "";
        border-right: #AFAFAF solid 1px;
        margin: 0 14px;
    }

    header .pc li:last-child::after {
        content: none;
    }
}

/* fv */
#fv {
    height: 560px;
    background-color: #FFFCF9;
    background-image: url(../images/fv.jpg);
    background-size: 250%;
    background-position: 70%;
    margin-top: 50px;
    position: relative;
}

.banded-title-vertical {
    gap: 10px;
    margin-left: 9%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.banded-title-vertical .vertical {
    border-radius: 8px;
    background: rgba(255, 252, 249, 0.9);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: .16em;
    writing-mode: vertical-rl;
    color: #D2718C;
    padding: 0.4em 0.2em;
    display: inline-block;
    text-align: center;
}

.banded-title-vertical .right {
    align-self: flex-start;
    margin-top: 110px;
}

.banded-title-vertical .left {
    align-self: flex-end;
    margin-top: 134px;
}

#fv ul {
    display: flex;
    gap: 7px;
    position: absolute;
    bottom: 20px;
    left: 8px;
    right: 8px;
    justify-content: center;
    align-items: center;
}

#fv ul li {
    margin: 0;
    padding: 0;
}

#fv ul li.middle {
    margin-top: 10px;
}

#fv ul li img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

@media (min-width:900px) {
    #fv {
        height: 85vh;
        width: 90%;
        border-radius: 16px;
        background-color: #FFFCF9;
        background-image: url(../images/fv.jpg);
        background-size: cover;
        background-position: center;
        margin: 100px auto -50px;
        position: relative;
    }

    .banded-title-vertical {
        gap: 20px;
    }

    .banded-title-vertical .vertical {
        border-radius: 12px;
        font-size: 32px;
        letter-spacing: 0.25em;
        padding: 0.5em 0.1em;
    }

    #fv ul {
        bottom: -30px;
        left: 50%;
        position: absolute;
    }

    #fv ul li.middle {
        margin-top: 0;
    }
}

/* concept */

#concept {
    padding: 30px 20px 40px;
    background-color: #FFF7F9;
}

#concept h2 {
    color: #D2718C;
    margin-bottom: 20px;
    text-align: left;
}

.button {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #E388A1;
    border-radius: 100px;
    margin: 30px auto 0 auto;
    position: relative;
    padding: 0 60px;
    width: fit-content;
}

.button a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    padding: 10px 0;
    letter-spacing: .1em;
    color: #FFF7F9;
    position: static;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.button a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow_forward.svg);
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

@media screen and (min-width:900px) {
    #concept {
        padding-top: 120px;
        padding-bottom: 100px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap: 50px;
    }

    .concept-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /* 左揃え */
    }

    .concept-text .button {
        margin: 30px 0 0 0;
    }
}

/* features */

#features {
    padding: 80px 20px 40px;
}

#features h2 {
    position: relative;
    z-index: 1;
}

#features h2::after {
    content: "Features";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    font-size: 80px;
    letter-spacing: 0.04em;
    color: rgba(227, 136, 161, 0.1);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.features-list {
    padding: 0;
    margin-top: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.feature-card {
    max-width: 400px;
    background-color: #FFF7F9;
    border: 2px solid rgba(227, 136, 161, 0.4);
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    counter-increment: feature;
}

.feature-card:nth-child(2) {
    background: #FDFCF2;
    border: 2px solid rgba(246, 198, 78, 0.4);
}

.feature-card:nth-child(3) {
    background: #EEF3F5;
    border: 2px solid rgba(133, 193, 217, 0.4)
}

.feature-card figure {
    position: relative;
    margin: 0 0 16px;
    overflow: hidden;
    border-radius: 12px;
}

.feature-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.05);
    display: block;
}

.features-list li:nth-child(3) img {
    object-position: top;
    transform: scale(1.1);
}

.features-list li figure::after {
    content: "01.";
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 70px;
    line-height: 1;
    letter-spacing: 0em;
    color: #FFF7F9;
    position: absolute;
    bottom: -12px;
    left: 1px;
    z-index: 2;
}

.features-list li:nth-child(2) figure::after {
    content: "02.";
    color: #FDFCF2;
}

.features-list li:nth-child(3) figure::after {
    content: "03.";
    color: #EEF3F5;
}

.vertical-text {
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    color: #FFF7F9;
    white-space: nowrap;
}

.vertical-text.color2 {
    color: #FDFCF2;
}

.vertical-text.color3 {
    right: -65px;
    color: #EEF3F5;
}


@media (min-width: 900px) {
    #features {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    #features h2::after {
        font-size: 12rem;
        top: -120px;
    }

    .features-list {
        flex-direction: row;
        align-items: self-start;
    }

    .feature-card {
        max-width: 350px;
        flex: 1;
    }
}

/* services */

#services {
    padding: 80px 20px 40px;
    background-color: #FDFCF2;
}

#services h2 {
    position: relative;
    z-index: 1;
}

#services h2::after {
    content: "Services";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    font-size: 80px;
    letter-spacing: 0.04em;
    color: white;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

#services ul {
    margin: 30px auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

#services li {
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: #C8E1EB;
    position: relative;
}

#services div {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: white;
    margin: auto;
    display: flex;
}

#services img {
    width: 80px;
    height: 80px;
    margin: auto;
    display: block;
}

#services li::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/arrows_more_down.svg);
    background-size: 100%;
    position: absolute;
    bottom: 6px;
    right: 6px;
}

#services h3 {
    font-size: 1.8rem;
    line-height: 1.4em;
    letter-spacing: 0;
    margin: 5px;
}

@media (min-width: 900px) {
    #services {
        padding-top: 120px;
        padding-bottom: 100px; 
    }

    #services h2::after {
        font-size: 12rem;
        top: -120px;
    }

    #services ul {
        max-width: 900px;
        gap: 20px;
    }
}

/* message */
#message {
    padding: 80px 20px 40px;
    background-color: #FFF7F9;
}

#message h2 {
    position: relative;
    z-index: 1;
}

#message h2::after {
    content: "Message";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    font-size: 80px;
    letter-spacing: 0.04em;
    color: white;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

#message figure {
    max-width: 400px;
    max-height: 270px;
    margin: 30px auto 20px auto;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 6px 0 0 rgba(211, 134, 148, 1), 20px 10px 0 rgba(211, 134, 148, 0.2);
    position: relative;
    z-index: 5;
}

#message img {
    object-fit: cover;
    object-position: center center;
    transform: scale(1.14);
    display: block;
}

.name {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4em;
    letter-spacing: .14em;
    text-align: center;
}

.eng {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 15px;
}

@media screen and (min-width:900px) {
    #message {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    #message h2::after {
        font-size: 12rem;
        top: -120px;
    }

    .message-flex {
        margin: 0 auto;
        gap: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .message-left {
        max-width: 400px;
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
    }

    .message-right p {
        max-width: 500px;
    }

    .message-right .button {
        margin: 30px 0 0;
    }
}

/* updates */
#updates {
    padding: 80px 20px 40px;
    background-color: #EEF3F5;
}

#updates h2 {
    position: relative;
    z-index: 1;
}

#updates h2::after {
    content: "Updates";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    font-size: 80px;
    letter-spacing: 0.04em;
    color: white;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.news-list {
    max-width: 500px;
    border-radius: 6px;
    background-color: #FFFCF9;
    margin: 30px auto;
    padding: 10px 10px 20px;
}

.news-list h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 0.04em;
}

.navigation {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    font-weight: bold;
    color: #D2718C;
    display: inline-flex;
    align-items: center;
}

.navigation::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/arrow_forward_pink.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.news-list li {
    display: flex;
    flex-direction: column;
    border-bottom: 1px dotted #779EAD;
    padding: 20px 0 5px 0;
}

.news-list ul li time {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #779EAD;
}

.news-list ul li a {
    line-height: 1.4em;
    letter-spacing: 0.1em;
}

@media screen and (min-width:900px) {
    #updates {
        padding-top: 120px;
    }

    #updates h2::after {
        font-size: 12rem;
        top: -120px;
    }

    .news-area {
        max-width: 1040px;
        margin: 50px auto;
        gap: 40px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .news-list {
        width: 500px;
        margin: 0 0;
    }
}

/* footer */
footer {
    padding: 80px 20px 40px;
    background-color: #FFFCF9;
}

footer h1 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    z-index: 1;
}

footer h1::after {
    content: "Information";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    font-size: 6.4rem;
    letter-spacing: 0.04em;
    color: rgba(227, 136, 161, 0.1);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.lead {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto;
}

.lead span {
    font-size: 2rem;
}

.info-left dl {
    width: 350px;
    padding: 20px 0;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    /* 横幅超えたら改行可能 */
    align-items: flex-start;
    gap: 10px;
}

.info-left dl dt {
    width: 2em;
    text-align: left;
    flex: 0 0 40px;
}

.info-left .dd1 {
    text-align: left;
    flex: 1 1 auto;
}

.info-left .dd2 {
    flex-basis: 100%;
    margin-left: 50px;
}

.info-left .dd2 a {
    font-weight: 500;
    color: #D2718C;
    text-decoration: underline;
}

.info-left .dd2 a::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/arrow_forward_pink.svg);
    background-size: 100%;
    vertical-align: middle;
}

.medical-hour {
    max-width: 360px;
    margin: 0 auto;
    display: block;
}

.reservation {
    max-width: 400px;
    border-radius: 16px;
    background-color: #FDFCF2;
    box-shadow: 0 1px 10px 0 rgba(187, 160, 124, 0.5);
    margin: 20px auto;
    padding: 20px 0;
    text-align: center;
    justify-content: center;
}

.button-call {
    height: 48px;
    border-radius: 100px;
    border: 2px solid #4C4C4C;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    color: #4C4C4C;
    margin: 5px auto 20px auto;
    padding: 0 40px;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.button-call img {
    width: 24px;
    height: 24px;
    display: block;
}

.button-reservation {
    height: 48px;
    border-radius: 100px;
    background-color: #E388A1;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #FFF7F9;
    margin: 5px auto 0 auto;
    padding: 0 40px;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.button-reservation img {
    width: 24px;
    height: 24px;
    display: block;
}

footer h3 {
    color: #D2718C;
    border-bottom: 1px solid #D6C7CE;
    padding-bottom: 10px;
}

.footer-list {
    padding-bottom: 30px;
    margin: 10px 0 0;
}

.footer-list li a::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/arrow_forward_black.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translateY(25%);
}

small {
    padding-bottom: 40px;
    display: block;
    text-align: center;
}

.fix-wrapper {
    width: 100%;
    height: 48px;
    background-color: #FFFCF9;

    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.fix-wrap {
    width: 50%;
    height: 48px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.fix-wrapper img {
    width: 24px;
    height: 24px;
    display: block;
}

.fix-wrapper .call {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0;
}

.fix-wrapper .web {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #FFF;
    background-color: #E388A1;
}

@media screen and (min-width:900px) {
    footer {
        padding-top: 120px;
    }

    footer h1::after {
        font-size: 12rem;
        top: -120px;
    }

    .info {
        padding: 50px 0;
        display: flex;
        justify-content: center;
        gap: 80px;
    }

    .reservation {
        width: 400px;
        margin: 0;
    }

    .footer-nav-wrapper {
        display: flex;
        justify-self: center;
        gap: 40px;
    }

    .footer-nav {
        width: 400px;
    }

    .footer-list {
        display: inline-grid;
        column-gap: 4em;
        grid-auto-flow: column;
        grid-template-rows: repeat(3, auto);
    }

    .footer-nav-right .footer-list {
        grid-template-rows: repeat(6, auto);
    }

    .sp-button {
        display: none;
    }

    .pc-fix-wrap img {
        width: 24px;
        height: 24px;
        display: block;
    }

    .pc-fix-wrap {
        display: block;
        line-height: 1.2;
    }

}

/* first */

.subpage h2 {
    position: relative;
}

.subpage h2::after {
    content: "";
    display: inline-block;
    background-image: url(../images/dots.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 60px;
    height: 12px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
}

.subpage #pageTitle {
    height: 150px;
    border-radius: 16px;
    background-color: #FFFCF9;
    background-image: url(../images/fv_first.jpg);
    background-size: cover;
    background-position: center;
    margin: 65px 15px 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subpage #pageTitle h1 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: .1em;
    color: #FFFCF9;
    text-shadow: 0 0 10px #6E6E6E;
}

.breadcrumb {
    font-size: 1.3rem;
    margin: 0 20px;
    display: flex;
}

.breadcrumb li + li::before {
    content: "＞";
    margin: 0 0.2em;
}

@media (min-width:900px) {
    .subpage #pageTitle h1 {
    font-size: 4rem;
    }

    .subpage #pageTitle {
        height: 45vh;
        width: 90%;
        border-radius: 16px;
        background-image: url(../images/fv_first.jpg);
        background-color: #FFFCF9;
        background-size: cover;
        background-position: center;
        margin: 100px auto 15px;
        position: relative;
    }

    .breadcrumb {
        margin-left: 5%;
    }
}


/* 持ち物 */

#belongings {
    padding: 50px 20px;
}

#belongings ul {
    max-width: 350px;
    margin: 40px auto 0;
}

#belongings li {
    display: flex;
    align-items: center;
}

#belongings li::before {
    content: "";
    background-image: url(../images/brightness_2.svg);
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

#belongings li:first-child::before {
    background-image: url(../images/brightness_1.svg);
}


/* 流れ */

#flow {
    background-color: #FDFCF2;
    padding: 50px 20px;
}

#flow p {
    max-width: 800px;
    margin: 40px auto 30px;
}

.list_circle_num {
    padding: 0px;
    margin: 0 auto;
    list-style: none;
    counter-reset: list_circle_num_counter;
    max-width: 340px;
    width: 100%;
    display: block;
}

.list_circle_num > li {
    position: relative;
    padding: 0px 0px 0px 50px;
    counter-increment: list_circle_num_counter;
}
.list_circle_num > li::before {
    font-family: Nunito, sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #FFFCF9;
    background-color: #F6C64E;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    content: counter(list_circle_num_counter);
}

.list_circle_num > li + li {
    margin: 40px 0px 0px;
}

.list_circle_num li {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
}

.list_circle_num > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 46px;
    left: 18px;
    width: 3px;
    height: 20px;
    border-radius: 2px;
    background: #F6C64E;
}

/* よくある質問 */

#question {
    padding: 50px 20px;
}

#question dl {
    max-width: 720px;
    margin: 0 auto;
}

#question dt{
    font-weight: 500;
    border-radius: 10px;
    background-color: #EEF3F5;
    min-height: 40px;
    margin-top: 40px;
    padding: 15px 10px 15px 60px;
    display: flex;
    align-items: center;
    position: relative;
}

#question dt::before {
    content: "Q";
    font-family: "Nunito", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #85C1D9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#question dd{
    margin-top: 20px;
    padding: 0 10px 0 60px;
    display: flex;
    align-items: center;
    position: relative;
}

#question dd::before {
    content: "A";
    font-family: "Nunito", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E388A1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: 0;
}
