.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.noto-sans-jp-300 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.noto-sans-jp-500 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.noto-sans-jp-700 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

span.marker {
    background: linear-gradient(transparent 50%, #f6de67 50%);
}

.merit-title {
    margin-bottom: -8rem;
}

.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #edd96a;

    /*display:flexで中央配置*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle_big {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #263471;

    /*display:flexで中央配置*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.p1-txt {
    color: #383f66;
    font-size: 2.5rem;
    line-height: 3.75rem;
}

@media (max-width: 767.98px) {

    .p1-txt {
        color: #383f66;
        font-size: 2rem;
        line-height: 3rem;
    }

    .merit-title {
         margin-bottom: 0;
    }


}