@charset "UTF-8";
/* --------------------
 Training
-------------------- */
.training .com-page-head {
    margin: 0 0 60px;
}

.training .com-page-head__photo {
    background-image: url(../../../assets/images/pages/followup/training/training-page-head-photo.jpg);
    background-position: center;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .training .com-page-head__photo {
        background-image: url(../../../assets/images/pages/followup/training/training-page-head-photo@2x.jpg);
    }
}

.training__overview {
    padding: 0 0 80px;
    position: relative;
    z-index: 1;
}

.training__overview .com-deco-r-1 {
    bottom: -90px;
}

@media (min-width: 768px) {
    .training__overview .com-deco-r-1 {
        bottom: -112px;
    }
}

@media (min-width: 1366px) {
    .training__overview .com-deco-r-1 {
        bottom: -140px;
    }
}

.training__overview-container {
    margin: 0;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .training__overview-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1180px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.training__overview__content {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .training__overview__content {
        margin-bottom: 100px;
    }
}

.training__overview__content p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 0 0 1.5em;
    text-align: center;
}

@media (min-width: 768px) {
    .training__overview__content p {
        font-size: 1.8rem;
    }
}

.training__overview__content p:last-child {
    margin-bottom: 0;
}

.training__overview__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: column wrap;
    gap: 30px 0;
    justify-content: center;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .training__overview__item-wrapper {
        gap: 60px 32px;
    }
}

.training__overview__item {
    background-color: #F1F7EF;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 1120px;
    padding: 40px 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .training__overview__item {
        border-radius: 45px;
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .training__overview__item {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

.training__overview__item-inner {
    margin: 0 auto;
    max-width: 930px;
}

.training__overview__item__title {
    font-family: "UD Shin Go Medium", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 15px;
    padding: 0 0 5px;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .training__overview__item__title {
        font-size: 2.2rem;
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .training__overview__item__title {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
}

.training__overview__item__title:after {
    background-color: #A7C53C;
    border-radius: 5px;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 0;
}

@media (min-width: 768px) {
    .training__overview__item__title:after {
        height: 3px;
    }
}

@media (max-width: 767px) {
    .training__overview__item__table-wrapper {
        overflow-x: auto;
        white-space: nowrap;
    }
}

.training__overview__item__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.training__overview__item__table > tbody > tr > th, .training__overview__item__table > tbody > tr > td {
    border-bottom: 8px solid #F1F7EF;
    border-right: 4px solid #F1F7EF;
    font-size: 1.2rem;
    padding: 15px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 768px) {
    .training__overview__item__table > tbody > tr > th, .training__overview__item__table > tbody > tr > td {
        border-bottom-width: 16px;
        border-right-width: 8px;
        font-size: 1.6rem;
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .training__overview__item__table > tbody > tr > th, .training__overview__item__table > tbody > tr > td {
        padding: 30px;
    }
}

.training__overview__item__table > tbody > tr > th:before, .training__overview__item__table > tbody > tr > td:before {
    background-color: #fff;
    border-radius: 3px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .training__overview__item__table > tbody > tr > th:before, .training__overview__item__table > tbody > tr > td:before {
        border-radius: 6px;
    }
}

.training__overview__item__table > tbody > tr > th > div, .training__overview__item__table > tbody > tr > td > div {
    position: relative;
    z-index: 1;
}

.training__overview__item__table > tbody > tr > th:last-child, .training__overview__item__table > tbody > tr > td:last-child {
    border-right: none;
    color: #5F5E5E;
}

.training__overview__item__table > tbody > tr > th {
    font-family: "UD Shin Go Medium", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック";
    font-weight: 400;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .training__overview__item__table > tbody > tr > th {
        width: 155px;
    }
}

@media (min-width: 768px) {
    .training__overview__item__table > tbody > tr > th + td {
        width: 205px;
    }
}

@media (min-width: 992px) {
    .training__overview__item__table > tbody > tr > th + td {
        width: 215px;
    }
}

@media (min-width: 768px) {
    .training__overview__item__table > tbody > tr > td:nth-child(1) {
        width: 205px;
    }
}

@media (min-width: 992px) {
    .training__overview__item__table > tbody > tr > td:nth-child(1) {
        width: 215px;
    }
}

.training__overview__item__content p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .training__overview__item__content p {
        font-size: 1.6rem;
    }
}

.training__overview__item__content p:last-child {
    margin-bottom: 0;
}

.training__overview__item__content ul {
    list-style: none;
    margin: 0 0 1.5em;
    padding: 0;
}

.training__overview__item__content ul:last-child {
    margin-bottom: 0;
}

.training__overview__item__content ul li {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 0 0.5em;
    padding: 0 0 0 1em;
    position: relative;
    text-indent: -1em;
}

@media (min-width: 768px) {
    .training__overview__item__content ul li {
        font-size: 1.6rem;
    }
}

.training__overview__item__content ul li:last-child {
    margin-bottom: 0;
}

.training__overview__item__content ul li:before {
    content: "・";
}

.training__overview__item__illust {
    margin: 30px 0 0;
    text-align: center;
}

.training__overview__note p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .training__overview__note p {
        font-size: 1.6rem;
    }
}

.training__overview__note p:last-child {
    margin-bottom: 0;
}