@charset "UTF-8";
/* ======================
Article header
====================== */

.page__header {
    background-image: url(../images/about_header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:  32% 26%;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.page__title {
    color: #FFF;
    font-family: "Helvetica Neue";
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 1.3);
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 3px;
}
.page__title::after{
    content: "";
    display: block;
    margin: 10px auto;
    width: 18px;
    height: 18px;
    background-image: url(../images/star_icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.page__title--ja {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 2.4px;
}

/* article header pc */

@media screen and (min-width : 769px) {
    .page__header {
        padding: 18% 26%;
    }
    .page__title{
        font-size: 3rem;
    }
    .page__title--ja {
        font-size: 1.7rem;
    }
    /* pc 769px */
}


/* ======================
policy
====================== */

.page__title {
    text-align: center;
}


.policy__container {
    margin: 100px 5.3% 0;
    padding: 18px 5.9%;
    border: 1px solid #000;
    background: #EFEFEF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.policy-title,
.policy-heading {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3;
    letter-spacing: 1.69px;
}

.policy-heading {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 3;
    letter-spacing: 1.69px;
}

.policy-section {
    margin-top: 20px;
}

.policy-intro,
.policy-text,
.policy-contact {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 1.69px;
}

.policy-contact {
    margin-top: 20px;
}

.policy-list {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 1.69px;
    list-style-type: disc; /* ●を表示 */
    padding-left: 20px; /* インデントを調整 */
}

.policy-footer {
    margin-top: 20px;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 1.69px;
}



 /* Trainer pc */
 @media screen and (min-width : 769px) {
    .footer__container {
        margin-top: 300px;
    }
}
  

    /* pc 769px */
