@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

.noto-serif-jp{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  
.right {
    right: 10px;
    top: 0;
    max-width: 110px;
}
.cta-new {
    background: #d70067;
    text-align: center;
    padding: 0 0 20px;
}
.cta-new a {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 20px auto;
    transition: all 0.3s ease;
}
.cta-new a:hover {
    filter: brightness(1.1);
}
.kouka-head {
    background:url(./images/kouka01.jpg) no-repeat top center;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 860 / 865;
    position: relative;
}
.kouka-head h3 {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    font-family: "Noto Serif JP", serif;
    color: #333;
    text-align: center;
    font-size: 36px;
}
.kouka-text {
    background:url(./images/kouka02.jpg) no-repeat bottom center;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 750 / 1000;
    position: relative;
    padding: 20px 0 60px 0;
}
.kouka-text ul {
    margin: 0;
    padding: 0 40px;
}
.kouka-text ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: self-start;
    align-content: flex-start;
    list-style: none;
}
.kouka-text ul li picture {
    width: 26%;
    max-width: 110px;
    height: 110px;
    margin-right: 15px;
    vertical-align: middle;
}
.kouka-text ul li > div {
    width: 72%;
}
.kouka-text ul li h5 {
    color: #d70067;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
}
.kouka-text ul li p {
    font-size: 100%;
}
.ldm {
    padding: 40px 18px;
    background: #eb81b2;
}
.ldm dl,
.example dl,
.merit dl {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-self: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
}
.ldm dl dd {
    width: 49.5%;
    margin: 5px 0;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}
.ldm dl dd:first-child {
    width: 100%;
}
.ldm dl dd:first-child p {
    line-height: 1.8;
    margin-bottom: 20px;
}
.ldm h3{
    width: 100%;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 36px;
    color: #d70067;
    margin-bottom: 10px;
}
.merit h3 {
    width: 100%;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 18px;
    color: #d70067;
    margin-bottom: 0;
}
.ldm .big {
    color: #d70067;
    font-size: 22px;
}
.example {
    padding: 40px 18px;
    background:url(./images/bg.jpg) no-repeat bottom center;
    background-size: 100% 100%;
}
.example h6 {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
}
.example dd {
    width: 49%;
    margin: 5px 0;
    padding: 0;
    text-align: center;
}
.example dd p {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
}
.example dd p.pink {
    color: #d70067;
}
.example p.note {
    font-size: 90%;
    margin-top: -10px;
}
.merit {
    padding: 40px 18px;
    background:#fff;
}
.merit dl dd {
    width: 49%;
    margin: 5px 0;
    background: #fff;
    border: 1px solid #e43e8a;
    border-radius: 5px;
    padding: 20px 10px;
    text-align: center;
}
.merit dl dd img {
    width: 90%;
    max-width: 150px;
    margin: 0 auto;
}
.merit p {
    margin-top: 0;
    text-align: center;
    font-size: 95%;
}

/* mobile */
@media screen and (max-width: 420px) {
    .kouka-text ul li p {
        font-size: calc(16 / 420 * 100vw);
    }
    .ldm .big {
        font-size: calc(19 / 420 * 100vw);
    }
    .merit p {
        font-size: calc(14 / 420 * 100vw);
        margin-top: 5px;
    }
}
@media screen and (max-width: 390px) {
    .kouka-head h3,
    .ldm h3 {
        font-size: calc(30 / 390 * 100vw);
        
    }
    .kouka-text ul li h5 {
        font-size: calc(21 / 390 * 100vw);
    }
}