.maincontent-block__head h2 {
    font-weight: 900;
}

.container.pages .footer {
    margin: 0;
}

.company {
    margin: 25px 0 0;
}

.maincontent-block.company {
    margin-bottom: 35px;
}

.bg-block {
    background: url(../images/pages/company-bg2.png) no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0 auto;
    padding: 80px 0;
    width: 95%;
}

.company-head {
    background: url(../images/pages/company-bg1.png) no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0;
}

.company-text {
    margin: 25px 0 0;
    padding: 0 25px 100px;
    text-align: left;
}

.company-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
}

.company-table table,
.contract-table table {
    border: 1px solid #000;
    border-collapse: collapse;
    width: 100%;
}

.company-table table th,
.contract-table table th,
.company-table table td,
.contract-table table td {
    border: 1px solid #000;
    padding: 10px 10px 10px 20px;
}

.company-table table th,
.contract-table table th {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    width: 200px;
}

.company-table table td,
.contract-table table td {
    font-size: 15px;
    font-weight: 700;
    width: calc(100% - 200px);
}

.maincontent-block.companymap {
    line-height: 0;
    margin: 0;
}

.companymap-content iframe {
    aspect-ratio: 16 / 7;
    height: auto;
    width: 100%;
}

.companybanner {
    text-align: center;
}

.companybanner-content h2 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 15px;
}

.companybanner-content img {
    display: block;
    margin: 0 auto;
    max-width: 222px;
}

.companybanner-inner,
.listcontent-inner {
    width: 100%;
}

.listcontent.bg {
    background: url(../images/pages/company-bg1.png) no-repeat;
    background-position: center top;
    background-size: contain;
}

.list-contents {
    display: grid;
    gap: 35px;
}

.list-content__text h2 {
    color: #42A5F3;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
}

.list-content__text h2::before {
    background-image: url(../images/wave-ttl.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 25.43px;
    margin-right: 10px;
    width: 24.03px;
}

.list-content__text p {
    font-size: 15px;
    font-weight: 400;
}

.list-content__text p.b {
    font-weight: 700;
}

.list-content__in {
    padding-left: 25px;
}

.list-content__text .siguniture {
    margin: 20px 0 0;
    text-align: right;
}

.list-content__btn {
    border-radius: 10px;
    height: 48px;
    margin: 25px 0 0;
    overflow: hidden;
    width: 220px;
}

.list-content__btn a {
    background: rgb(255, 53, 29);
    background: linear-gradient(180deg, rgba(255, 53, 29, 1) 0%, rgba(255, 109, 101, 1) 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    width: 100%;
}

.list-content__btn a::before {
    background: url(../images/icon-key.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 17.85px;
    margin-right: 5px;
    width: 18.61px;
}

.list-content__text strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px;
}

.list-content__image {
    margin: 0 0 25px;
    width: 100%;
    max-width: 344px;
}

.maincontent-block.cta {
    padding: 65px 0;
    text-align: center;
}

.cta-body h2 {
    display: block;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

.cta-btn {
    border-radius: 10px;
    height: 48px;
    margin: 0 auto;
    overflow: hidden;
    width: 220px;
}

.cta-btn a {
    background: rgb(255, 53, 29);
    background: linear-gradient(180deg, rgba(255, 53, 29, 1) 0%, rgba(255, 109, 101, 1) 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    width: 100%;
}

.cta-btn a::before {
    background: url(../images/icon-key.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 17.85px;
    margin-right: 5px;
    width: 18.61px;
}

@media screen and (max-width: 768px) {
    .maincontent-block.company {
        margin: 35px 0;
    }

    .company-text {
        padding: 0 0 35px;
    }

    .list-content__text h2 {
        font-size: 18px;
    }

    .company-table table {
        border-bottom: 0;
    }

    .company-table table th,
    .contract-table table th,
    .company-table table td,
    .contract-table table td {
        border: 0;
        display: block;
    }

    .company-table table th,
    .contract-table table th {
        border-bottom: 1px solid #000;
        font-size: 16px;
        padding: 8px 15px;
        width: 100%;
    }

    .company-table table td,
    .contract-table table td {
        border-bottom: 1px solid #000;
        font-size: 15px;
        padding: 8px 15px;
        width: 100%;
    }
}

/* terms */
.terms-items {
    display: grid;
    gap: 45px;
}

.terms-item h3 {
    border-bottom: 1px solid #000;
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 10px;
}

.terms-item p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8em;
}

@media screen and (max-width: 768px) {
    .terms-item h3 {
        font-size: 18px;
    }
}

/* voice post */
.voicepost-text {
    margin: 20px 0 0;
    text-align: center;
}

.voicepost-text p {
    font-size: 15px;
    font-weight: 400;
}

.voicepost-item:not(:last-child) {
    border: 1px solid #000;
    border-top: 0;
}

.voicepost-item:first-child {
    border-top: 1px solid #000;
}

.voicepost-item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.voicepost-item dt {
    border-right: 1px solid #000;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
    width: 200px;
}

.voicepost-item dt::before {
    background: rgb(255, 53, 29);
    background: linear-gradient(180deg, rgba(255, 53, 29, 1) 0%, rgba(255, 109, 101, 1) 100%);
    color: #fff;
    content: "必須";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    margin-right: 10px;
    width: 34px;
}

.voicepost-item dd {
    padding: 10px;
    width: calc(100% - 200px);
}

.voicepost-item dd input,
.voicepost-item dd textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #000;
    border-radius: 0;
    display: block;
    outline: none;
    padding: 8px;
    width: 100%;
}

.voicepost-item.voicepost-submit {
    margin: 35px 0 0;
}

.voicepost-item.voicepost-submit button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #42A5F3;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    margin: 0 auto;
    outline: none;
    width: 100%;
    max-width: 220px;
}

@media screen and (max-width: 768px) {
    .voicepost-item dt {
        border: 0;
        border-bottom: 1px solid #000;
        width: 100%;
    }

    .voicepost-item dd {
        width: 100%;
    }
}

/* flow */
.flow-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.flow-item {
    text-align: center;
    width: 31%;
}

.flow-item__image {
    line-height: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 155px;
}

.flow-item__text {
    padding: 10px 0;
}

.flow-item__ttl {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px;
}

.flow-item__txt {
    font-size: 12px;
    font-weight: 400;
}

@media screen and (max-width: 568px) {
    .flow-items {
        gap: 20px;
    }

    .flow-item {
        width: 100%;
    }
}

/* complex love */
.complexlove-bg {
    background: url(../images/pages/company-bg2.png) no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0 auto;
    padding: 30px 25px 80px;
    width: 95%;
}

.counselorlist-content {
    margin: 35px 0 0;
}

.counselorlist-content h3 {
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 45px;
    text-align: center;
}

.counselorlist-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

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

.counselorlist-item__image {
    width: 94px;
}

.counselorlist-item__text {
    width: calc(100% - 114px);
}

.counselorlist-item__catch {
    color: #42A5F3;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px;
}

.counselorlist-item__name {
    font-size: 15px;
    font-weight: 700;
}

.manualsales-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 0 0 30px;
}

.counselor-btn.counselorlist-btn {
    height: 60px;
    margin: 35px auto 65px;
    width: 220px;
}

.counselor-btn a {
    background: #42A5F3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .counselorlist-items {
        grid-template-columns: 1fr;
    }

    .manualsales-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* faq */
.faq-bg {
    background: url(../images/faq-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 150px;
}

.faq-search {
    margin: 0 0 35px;
}

.faq-search__form {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.faq-search__form input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    background-image: url(../images/icon-search.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 19px;
    border-radius: 0;
    border: 1px solid #707070;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    height: 32px;
    outline: none;
    padding-left: 35px;
    text-align: left;
    width: calc(100% - 65px);
}

.faq-search__form button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #42A5F3;
    border-radius: 3px;
    border: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    outline: none;
    text-align: center;
    width: 55px;
}

.faq-content__ttl {
    margin: 0 0 10px;
}

.faq-content__ttl h3 {
    color: #262626;
    font-size: 21px;
    font-weight: 600;
}

.faq-items {
    margin: 0 0 35px;
}

.faq-list {
    display: grid;
    gap: 10px;
    margin: 25px 0 0;
}

.faq-item a {
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.faq-cat {
    background: rgb(255, 111, 104);
    background: linear-gradient(184deg, rgba(255, 111, 104, 1) 0%, rgba(255, 52, 25, 1) 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    height: 24px;
    padding: 0 4px;
    margin-right: 10px;
    text-align: center;
    /* width: 96px; */
}

.faq-text {
    font-size: 12px;
    font-weight: 400;
    /* width: calc(100% - 106px); */
}

.pagination-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.pagination-inner ul li a {
    font-size: 15px;
}

.faq-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin: 65px 0;
}

.faq-links__item a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}

.faq-blocks {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px;
}

.faq-block {
    background: #fff;
    border-radius: 3px;
    filter: drop-shadow(0 3px 6px rgb(0 0 0 / 16%));
    padding: 12px;
    /* width: calc(50% - 20px); */
    width: 100%;
    display: flex;
    flex-direction: column;
}

.faq-block__ttl {
    margin: 0 0 15px;
}

.faq-block__ttl a {
    font-size: 21px;
    font-weight: 600;
    text-decoration: underline;
}

.faq-block__item ul {
    display: flex;
    gap: 8px;
}

.faq-block__item ul li a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.faq-answer a {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .faq-block__item ul {
        flex-wrap: wrap;
    }
    .faq-cat {
        margin: 0 0 8px;
    }

    .faq-text {
        width: 100%;
    }

    .faq-links {
        gap: 25px;
    }

    .faq-links__item a {
        font-size: 16px;
    }

    .faq-block {
        padding: 10px;
        width: 100%;
    }

    .faq-block__ttl a {
        font-size: 18px;
    }

    .faq-block__item ul li a {
        font-size: 14px;
    }
}

/* beginner card */
.beginner-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.beginner-card {
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(0 10px 15px rgb(0 0 0 / 10%));
    padding: 40px 10px 12px;
    position: relative;
}

.beginner-card.active {
    border: 2px solid #E95F80;
}

.beginner-tag {
    background: #54D690;
    border-radius: 10px 0 10px 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    padding: 2px 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: max-content;
}

.beginner-card.active .beginner-tag {
    background: #E95F80;
}

.beginner-card_top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.beginner-card__image {
    border-radius: 50%;
    height: 55px;
    margin-right: 15px;
    overflow: hidden;
    width: 55px;
}

.beginner-card__image img {
    object-fit: cover;
    object-position: center;
}

.beginner-card__text {
    width: calc(100% - 70px);
}

.beginner-card__catchcopy {
    font-size: 12px;
    font-weight: 400;
}

.beginner-card__name {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
}

.beginner-card__consultation,
.beginner-card__evaluation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    margin: 0 0 3px;
}

.beginner-card__consultation p,
.beginner-card__evaluation p,
.beginner-card__consultation span,
.beginner-card__evaluation span {
    color: #737373;
    font-size: 12px;
    font-weight: 400;
}

.beginner-card__consultation span,
.beginner-card__evaluation span {
    margin-right: 10px;
}

.beginner-card__consultation span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.beginner-card__consultation span::before {
    background: url(../images/voice-icon.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    width: 15px;
}

.beginner-card__star {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.beginner-card__star .v_star {
    margin-right: 10px;
    width: 70px;
}

.beginner-card__star .v_star .star-img {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
}

.beginner-card__star a {
    color: #2B8AE1;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}

.beginner-card_bottom {
    background: #FDF7F1;
    margin: 15px 0 0;
    padding: 10px;
}

.beginner-card_bottom p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.beginner-card_btn {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 15px 0 0;
}

.beginner-card__showdetail {
    height: 40px;
    width: calc(100% - 50px);
}

.beginner-card__showdetail a {
    background: rgb(64, 120, 242);
    background: linear-gradient(0deg, rgba(64, 120, 242, 1) 0%, rgba(62, 168, 230, 1) 100%);
    border-radius: 6px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    width: 100%;
}

.beginner-card__showdetail a::before {
    background: url(../images/user-icon.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 18.33px;
    margin-right: 5px;
    width: 18.33px;
}

.beginner-card__audio {
    background-color: #FDF7F1;
    background-image: url(../images/volume-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 21px;
    border: 1px solid #F2AE6A;
    border-radius: 50%;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 6%));
    height: 40px;
    width: 40px;
}

.beginner-card__audio:empty {
    display: none;
}

.beginner-card__audio audio {
    display: none;
}

@media screen and (max-width: 768px) {
    .beginner-cards {
        grid-template-columns: 1fr;
    }
}

/* counselor */
.counselor-head p {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 0;
    text-align: left;
}

.counselor-search {
    margin: 0 0 45px;
}

.counselor-search__ttl {
    margin: 0 0 35px;
}

.counselor-search__ttl h3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 21px;
    font-weight: 700;
}

.counselor-search__ttl h3::before {
    background-image: url(../images/wave-ttl.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 25.43px;
    margin-right: 10px;
    width: 24.03px;
}

.counselor-form__items {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 35px;
}

.counselor-form__item {
    width: 50%;
}

.form-ttl {
    margin: 0 0 8px;
}

.form-ttl p {
    font-size: 15px;
    font-weight: 700;
}

.form-item input[type="text"],
.form-item select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #707070;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
    outline: none;
    padding: 0 8px;
    width: 100%;
}

.counselor-form__submit {
    margin: 25px 0 0;
}

.counselor-form__submit button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgb(255, 111, 104);
    background: linear-gradient(184deg, rgba(255, 52, 25, 1) 0%, rgba(255, 111, 104, 1) 100%);
    border: 0;
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    margin: 0 auto;
    outline: none;
    text-align: center;
    width: 220px;
}

.counselor-form__notice {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #707070;
    filter: drop-shadow(0 3px 6px rgb(0 0 0 / 16%));
    margin: 65px auto 45px;
    padding: 35px;
    width: 100%;
    max-width: 600px;
}

.counselor-form__notice p {
    font-size: 16px;
    font-weight: 700;
}

.counselor-list {
    background: #F7F7F7;
    padding: 25px 15px 35px;
}

.counselorlist-btn {
    height: 75px;
    line-height: 0;
    margin: 25px auto 0;
    width: 100%;
    max-width: 480px;
}

.counselorlist-btn button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: none;
}

@media screen and (max-width: 768px) {
    .counselor-form__items {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 15px;
    }

    .counselor-form__item {
        width: 100%;
    }

    .counselor-form__notice {
        padding: 25px;
    }
}

/* modal */
.modal {
    display: none;
}

.modal-bg {
    background: rgb(0 0 0 / 20%);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.modal-content {
    background: #fff;
    height: 552px;
    margin: auto;
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 776px;
}

.modal-content__in {
    padding: 20px;
    position: relative;
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 27px;
}

.modal-ttl {
    margin: 0 0 20px;
    text-align: center;
}

.modal-ttl h2 {
    font-family: 24px;
    font-weight: 900;
}

.modal-btn {
    height: 60px;
    margin: 0 auto;
    width: 220px;
}

.modal-btn a {
    background: rgb(64, 120, 242);
    background: linear-gradient(0deg, rgba(64, 120, 242, 1) 0%, rgba(62, 168, 230, 1) 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    text-align: center;
    width: 100%;
}

.modal-items {
    margin: 35px 0 0;
}

.modal-item {
    border-bottom: 1px solid #707070;
    margin: 0 0 20px;
    padding: 0 0 8px;
}

.modal-item .nickname {
    font-size: 15px;
    font-weight: 700;
}

.modal-item .nickname span {
    font-size: 15px;
    font-weight: 500;
    margin-left: 25px;
}

.modal-item .text {
    font-size: 12px;
    font-weight: 400;
    margin: 25px 0 0;
}

@media screen and (max-width: 768px) {
    .modal-ttl h2 {
        font-family: 18px;
    }

    .modal-item .nickname {
        font-size: 14px;
    }

    .modal-item .nickname span {
        font-size: 14px;
    }
}

/* terms */
.curriculum-free {
    background: #808080;
    border: 1px solid #707070;
    margin: 35px 0;
    padding: 15px;
}

.curriculum-free__ttl {
    margin: 0 0 15px;
    text-align: center;
}

.curriculum-free__ttl p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.curriculum-blocks {
    background: #F7F7F7;
    padding: 35px 15px;
}

.curriculum-items__ttl {
    margin: 0 0 20px;
    text-align: center;
}

.curriculum-items__ttl h3 {
    color: #42A5F3;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 5px;
}

.curriculum-items__ttl p {
    font-size: 15px;
    font-weight: 400;
}

.curriculum-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    row-gap: 15px;
}

.curriculum-item {
    background: #fff;
    border-radius: 3px;
    filter: drop-shadow(0 3px 6px rgb(0 0 0 / 16%));
    overflow: hidden;
}

.curriculum-item__in {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 12px;
}

.curriculum-item__left {
    margin-right: 10px;
    width: 85px;
}

.curriculum-free .curriculum-item__left {
    width: 114px;
}

.curriculum-item__right {
    width: calc(100% - 95px);
}

.curriculum-free .curriculum-item__right {
    width: calc(100% - 124px);
}

.curriculum-item__number {
    color: #42A5F3;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.curriculum-item__ttl {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px;
}

.curriculum-item__ttl br {
    display: none;
}

.curriculum-free .curriculum-item__ttl {
    font-size: 21px;
    font-weight: 600;
    text-decoration: underline;
}

.curriculum-item__subttl {
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 24px;
}

.curriculum-free .curriculum-item__subttl {
    font-size: 15px;
    font-weight: 600;
}

.curriculum-item__price-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.curriculum-item__price {
    background: #42A5F3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    margin: 0 0 0 auto;
    text-align: center;
    width: auto;
    padding: 0 12px;
}

.curriculum-item__price span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.curriculum-item__price-wrapper .campaign {
    /* position: absolute;
    top: -21px;
    right: 34px; */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.curriculum-item__price-wrapper .before {
    text-decoration: line-through;
    color: red;
    font-size: 15px;
}

.curriculum-item__price-wrapper .now {
    content: "今だけ";
    text-decoration: none !important;
    color: red;
    font-size: 15px;
    margin-bottom: 4px;
}

.curriculum-free .curriculum-item__price {
    background: rgb(64, 120, 242);
    background: linear-gradient(0deg, rgba(64, 120, 242, 1) 0%, rgba(62, 168, 230, 1) 100%);
    border-radius: 5px;
    height: 45px;
    width: 100%;
}

.curriculum-free .curriculum-item__price span {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .curriculum-items {
        grid-template-columns: 1fr;
    }
}

/* recruit */
.recruit-pick {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 25px 0 0;
}

.recruit-pick__item {
    width: 30%;
}

.recruit-pick__image {
    line-height: 0;
    margin: 0 0 15px;
    text-align: center;
}

.recruit-pick__item:nth-child(1) .recruit-pick__image img {
    height: 103px;
    width: 103px;
}

.recruit-pick__item:nth-child(2) .recruit-pick__image img {
    height: 103px;
    width: 103px;
}

.recruit-pick__item:nth-child(3) .recruit-pick__image img {
    height: 103px;
    width: 94px;
}

.recruit-pick__text p {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.recruit-support {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 35px 0 0;
}

.recruit-support__item {
    width: 30%;
}

.recruit-support__image {
    line-height: 0;
    margin: 0 0 8px;
    text-align: center;
}

.recruit-support__text p {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.list-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.list-flex__left {
    width: 65%;
}

.list-flex__right {
    width: 30%;
}

.recruit-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
}

.recruit-flow__item {
    position: relative;
}

.recruit-flow__item:not(:last-child)::after {
    background: url(../images/pages/recruit-flow-arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 19px;
    margin: auto;
    position: absolute;
    right: -27px;
    top: 20%;
    width: 18px;
}

.recruit-flow__image {
    line-height: 0;
    margin: 0 0 8px;
    text-align: center;
}

.recruit-flow__text .recruit-flow__ttl {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.recruit-flow__text .recruit-flow__txt {
    font-size: 12px;
    font-weight: 400;
    margin: 10px 0 0;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .recruit-pick {
        flex-wrap: wrap;
        gap: 25px;
    }

    .recruit-pick__item {
        width: 100%;
    }

    .recruit-support {
        flex-wrap: wrap;
        gap: 25px;
    }

    .recruit-support__item {
        width: 100%;
    }

    .list-flex {
        flex-direction: column-reverse;
    }

    .list-flex__left {
        margin: 15px 0 0;
        width: 100%;
    }

    .list-flex__right {
        width: 100%;
    }

    .recruit-flow {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .recruit-flow__item {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .recruit-flow__item:not(:last-child)::after {
        right: 0;
        left: 0;
        bottom: -23px;
        top: inherit;
        transform: rotate(90deg);
    }

    .recruit-flow__image {
        margin-right: 10px;
        width: 100px;
    }

    .recruit-flow__text {
        width: calc(100% - 110px);
    }

    .recruit-flow__text .recruit-flow__ttl {
        font-size: 14px;
        text-align: left;
    }
}

/* howto */
.howto-items {
    display: grid;
    gap: 35px;
}

.howto-item {
    padding-left: 25px;
}

.howto-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.howto-left {
    width: 60%;
}

.howto-right {
    width: 35%;
}

.howto-btn {
    margin: 15px 0 0;
    /* width: 220px;
    height: 60px; */
    /* width: 96px; */
    /* height: 24px; */
}

.howto-btn a {
    background: rgb(64, 120, 242);
    background: linear-gradient(0deg, rgba(64, 120, 242, 1) 0%, rgba(62, 168, 230, 1) 100%);
    border-radius: 5px;
    color: #fff;
    /* display: flex; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 24px;
    filter: drop-shadow(0 3px 6px rgb(0 0 0 / 16%));
    height: 100%;
    /* width: 100%; */
    width: auto;
}

.howto-item h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 15px;
}

.howto-item h3 span {
    background: rgb(255, 53, 29);
    background: linear-gradient(180deg, rgba(255, 53, 29, 1) 0%, rgba(255, 109, 101, 1) 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 14px; */
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
    text-align: center;
    width: 180px;
    height: 60px;
    /* width: 96px;
    height: 24px; */
}

.howto-item p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8em;
}

.howto-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    margin: 25px 0 0;
}

.howto-card .howto-card__ttl {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px;
    text-align: center;
}

.howto-card .howto-card__txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8em;
}

.howto-block__ttl {
    margin: 0 0 35px;
    text-align: center;
}

.howto-block__ttl p {
    border-bottom: 1px solid #000;
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .howto-left {
        margin: 0 0 15px;
        width: 100%;
    }

    .howto-right {
        width: 100%;
    }

    .howto-item h3 {
        flex-wrap: wrap;
    }

    .howto-cards {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

/* price */
.bgcontent {
    background: url(../images/pages/price-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.list-content__text p.ft12 {
    font-size: 12px;
    line-height: 1.8em;
}

.list-content__text p.ft12 strong {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

.boxtext {
    border: 1px solid #707070;
    margin: 25px 0 0;
    padding: 15px;
}

.boxtext p {
    font-size: 12px;
    font-weight: 400;
}

.flexline-items {
    display: grid;
    gap: 10px;
}

.flexline {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.flexline-image {
    width: 292px;
}

.flexline-text {
    width: calc(100% - 322px);
}

.flexline-text.w100 {
    width: 100%;
}

.flexline-text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 2.1em;
}

@media screen and (max-width: 768px) {
    .flexline {
        gap: 15px;
    }

    .flexline-image {
        width: 100%;
    }

    .flexline-text {
        width: 100%;
    }
}

/* voice-post */
.voice-post__btn {
    height: 60px;
    margin: 0 auto;
    width: 220px;
}

.voice-post__btn a {
    background: #42A5F3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width: 768px) {}

/* wave */
.wave.top {
    background: rgb(64, 120, 242);
    background: linear-gradient(184deg, rgba(64, 120, 242, 1) 0%, rgba(62, 168, 230, 1) 100%);
    margin-left: -3%;
    overflow: hidden;
    padding: 100px 10px;
    position: relative;
    width: calc(100% + 6%);
}

.wave.bottom {
    background: url(../images/wave-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35px 0;
}

.wave.top::before,
.wave.top::after {
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    height: 70px;
    position: absolute;
    left: 0;
    width: 100%;
}

.wave.top::before {
    background-image: url(../images/wave-top.svg);
    background-position: center top;
    top: 0;
}

.wave.top::after {
    background-image: url(../images/wave-bottom.svg);
    background-position: center bottom;
    bottom: 0;
}

@media screen and (max-width: 768px) {}

/* consultation-ex */
.consultation-ex__items {
    display: grid;
    gap: 35px;
}

.consultation-ex__item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.consultation-ex__top::after {
    background: url(../images/pages/consultation-arrow.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 31px;
    margin: 15px auto;
    width: 30px;
}

.consultation-ex__image {
    width: 147px;
}

.consultation-ex__text {
    width: calc(100% - 162px);
}

.consultation-ex__ttl {
    border-bottom: 2px dashed #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px;
    padding: 0 0 5px;
}

.consultation-ex__txt {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .consultation-ex__image {
        width: 75px;
    }

    .consultation-ex__text {
        width: calc(100% - 90px);
    }
}

/* consultation-cards */
.consultation-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 20px;
    margin: 35px 0 45px;
}

.consultation-card {
    background: #fff;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    filter: drop-shadow(0 3px 6px rgb(0 0 0 / 16%));
    padding: 25px 15px 20px;
    position: relative;
    width: calc((100% / 2) - 10px);
}

.consultation-card::before {
    background: #54D690;
    border-radius: 3px 0 3px 0;
    content: "ご相談OK";
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    font-weight: 700;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 47px;
}

.consultation-card__text {
    width: calc(100% - 73px);
}

.consultation-card__image {
    width: 63px;
}

.consultation-card__text p {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.7em;
}

.consultation-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
}

.consultation-content h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 35px 0 25px;
    text-align: center;
}

.consultation-tags {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}

.consultation-tag {
    background: rgb(255, 53, 29);
    background: linear-gradient(180deg, rgba(255, 53, 29, 1) 0%, rgba(255, 109, 101, 1) 100%);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    height: 37px;
    text-align: center;
    width: calc((100% / 6) - 20px);
}

@media screen and (max-width: 968px) {
    .consultation-tag {
        width: calc((100% / 4) - 20px);
    }
}

@media screen and (max-width: 768px) {
    .consultation-card {
        padding: 25px 10px 15px;
        width: calc((100% / 2) - 10px);
    }

    .consultation-content h3 {
        font-size: 18px;
    }

    .consultation-tag {
        width: calc((100% / 3) - 20px);
    }
}

@media screen and (max-width: 468px) {
    .consultation-card {
        padding: 25px 10px 15px;
        width: 100%;
    }
}

/* terms */
@media screen and (max-width: 768px) {}

/* terms */
@media screen and (max-width: 768px) {}

/* terms */
@media screen and (max-width: 768px) {}

/* terms */
@media screen and (max-width: 768px) {}

/* terms */
@media screen and (max-width: 768px) {}

/* terms */
@media screen and (max-width: 768px) {}

/* terms */
@media screen and (max-width: 768px) {}

/* terms */
@media screen and (max-width: 768px) {}

/* terms */
@media screen and (max-width: 768px) {}

/* terms */
@media screen and (max-width: 768px) {}

/* terms */
@media screen and (max-width: 768px) {}

/* terms */
@media screen and (max-width: 768px) {}

/* terms */
@media screen and (max-width: 768px) {}

/* terms */
@media screen and (max-width: 768px) {}

/* terms */
@media screen and (max-width: 768px) {}

/* terms */
@media screen and (max-width: 768px) {}