html {
    font-size: 62.5%;
    font-family: 'Noto Sans JP', sans-serif;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.section-main {
    text-align: center;
}

.section-taitle {
    font-size: 6rem;
    font-weight: bold;
    color: #BD9731;
    font-family: 'Montserrat', sans-serif;
}

.section-taitle-jp {
    font-size: 1.8rem;
    margin-top: 32px;
}

/* ===============================================
# common
=============================================== */
body {
    font-size: 1.6rem;
    line-height: 1.5;
}

.section-subtitle {
    font-size: 3.2rem;
    line-height: 1.3;
    color: #BD9731;
    margin-bottom: 4rem;
    position: relative;
    display: inline-block;
}

.section-subtitle span {
    background: linear-gradient(transparent 60%, #FFF 60%);
}

.section-subtitle02 {
    font-size: 3.2rem;
    line-height: 2;
    color: #BD9731;
    margin-bottom: 4rem;
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 60%, #FFF 60%);
}

.view-sp {
    display: none;
}

/* 横山さんパート */
/* ヘッダー */
.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    background-color: #fff;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    margin-right: 4rem;
}

.header__name {
    height: inherit;
}

.header__logo {
    max-width: 10rem;
    display: block;
}

.header__nav {
    height: inherit;
}


.header__items {
    height: inherit;
    display: flex;
    align-items: center;
}

.header__item {
    height: inherit;
}

.header__item:first-child {
    margin-left: 4rem;
}

.header__link {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1;
    color: #232323;
    height: inherit;
    display: flex;
    align-items: center;
    padding: 0 1.15rem;
    transition: 0.4s color;
}

.header__link:hover {
    color: #BD9731;
}

.tb-show {
    display: none;
}

.contact-button {
    max-width: 17.6rem;
    width: 100%;
    border-radius: 5rem;
    padding: 2rem 3.15rem;
    display: inline-block;
    text-align: center;
    font-family: 'Noto Sans JP';
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #aa0000;
    transition: .4s;
}

.contact-button:hover {
    color: #aa0000;
    background-color: #fff;
    border: 0.5px solid #aa0000;
}

.drawer-menu {
    display: none;
}

/* mv */
.mv {
    width: 100%;
    height: 100vh;
    min-height: 54.2rem;
}

.mv__inner {
    position: relative;
    width: 100%;
    height: inherit;
    min-height: inherit;
}

.mv__wrapper {
    height: inherit;
    min-height: inherit;
}

.mv__wrapper picture,
.mv__wrapper img {
    width: 100%;
    height: inherit;
    min-height: inherit;
    object-fit: cover;
}

.mv__wrapper picture {
    aspect-ratio: 1440/810;
}

.mv__title-wrap {
    position: absolute;
    z-index: 10;
    top: 52%;
    left: 51%;
}

.mv__title-large span {
    font-weight: 500;
    font-size: 4.9rem;
    letter-spacing: 0.01em;
    color: #BD9731;
    display: inline-block;
    line-height: 1.2em;
    padding: 1rem 2.3rem 1rem 2.3rem;
    background: linear-gradient(transparent 0%, #fff 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.br-none {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.br {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2rem;
}

.br-none {
    width: 100%;
    max-width: 50.1rem;
    white-space: nowrap;
}


.mv__sub-title-wrap {
    position: absolute;
    z-index: 10;
    top: 78%;
    left: 51%;
}


.mv__sub-title {
    font-weight: 700;
    font-size: 2.1rem;
    color: #fff;
    letter-spacing: 0.12em;
    margin-top: 1.6rem;
    line-height: 1.5;
}


.mv__contents {
    background-color: #F3F0EA;
    padding-top: 6rem;
    text-align: center;
    position: relative;
}


.mv__contents::before {
    border-color: #f3f0ea transparent transparent transparent;
    border-style: solid;
    border-width: 6.1rem 8.3rem 0 8.3rem;
    bottom: -4rem;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 30;
}

.section-subtitle {
    position: relative;
    display: inline-block;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.8;
    color: #232323;
    letter-spacing: 0.05em;
    margin: auto;
    text-align: center;
    background: linear-gradient(transparent 60%, #fff 60%);
}

.section-subtitle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.mv__contents-img picture {
    width: 100%;
    max-width: 96.4rem;
    display: block;
    margin: auto;
    padding-top: 4.8rem;
    padding-bottom: 5.6rem;
}

.mv__triangle {
    position: relative;
}

/* value */
.value {
    padding-top: 5.6rem;
    background-color: #FFF9F1;
}

.value__inner {
    width: 100%;
    max-width: 116.2rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.taitle-value {
    max-width: 20rem;
    background: linear-gradient(transparent 65%, #FFF 65%);
    margin: auto;
}

.section-main {
    text-align: center;
}

.section-taitle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.5rem;
    transform: translateY(-50%);
}

.section-taitle-jp {
    font-size: 1.8rem;
    margin-top: 0.8rem;
}

.value__contents {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, 260px);
    column-gap: 2.4rem;
    row-gap: 2.4rem;
    margin-top: 4.8rem;
}

.value__contents img {
    aspect-ratio: 260/344;
    object-fit: cover;
}

.value__text {
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    color: #BD9731;
    margin-top: 5.6rem;
    padding-bottom: 5.6rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.md-show {
    display: none;
}

/* jobtype */
.jobtype {
    padding-top: 5.6rem;
}

.jobtype__inner {
    width: 100%;
    max-width: 116.2rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.taitle-job {
    margin: auto;
}

.section-taitle.section-taitle--color {
    max-width: 32rem;
    background: linear-gradient(transparent 65%, #F3F0EA 65%);
}

.jobtype__contents {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, 260px);
    column-gap: 2.4rem;
    row-gap: 2.4rem;
    margin-top: 4.8rem;
    padding-bottom: 5.6rem;
}

.jobtype__contents img {
    aspect-ratio: 260/320;
    object-fit: cover;
}

/* member's voice */
.section-taitle--bordernone {
    font-size: 6rem;
    font-weight: bold;
    color: #BD9731;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-width: 49.7rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin: auto;
    text-align: center;
}

.member__inner {
    width: 100%;
    max-width: 116.2rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    background: linear-gradient(to bottom, transparent 8%, #FFF9F1 8%, #FFF9F1 100%);
    padding-bottom: 5.6rem;
    margin-bottom: 5.6rem;
}

.member__content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.8rem;
    gap: 8rem
}

.member__img {
    display: block;
    width: 100%;
    max-width: 20rem;
}

.member__img img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.member__voice {
    width: 100%;
    max-width: 52rem;
    padding: 6rem;
    background-color: #fff;
    position: relative;
}

.member__voice::before {
    position: absolute;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5rem 3rem 0 3rem;
    content: "";
    height: 0;
    left: -9%;
    top: 42%;
    transform: rotate(90deg);
    width: 0;
}

.member__text,
.member__info {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000;
}

.member__info {
    margin-top: 1.5rem;
    text-align: center;
}

.swiper-button-prev {
    margin-left: 8rem;
}

.swiper-button-next {
    margin-right: 8rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    z-index: 50;
    color: #232323;
}
/* 木村さんパート */
/* ===============================================
# trainingprogram
=============================================== */
#training-program {
    background-color: #F3F0EA;
    padding: 5.6rem 11.3%;
}

.tp-head {
    background: linear-gradient(transparent 65%, #fff 65%);
    max-width: 53.7rem;
    margin: auto;

}

.tp-content {
    max-width: 111.2rem;
    margin-bottom: 5.6rem;
}

/* フリーランスとしての年収 */
.tp-nensyu {
    display: flex;
    column-gap: 5.8%;
    align-items: center;
    margin: 4.8rem auto;
}

.tp-nensyu {
    cursor: pointer;
}


.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
}

.modal-bg {
    background: rgba(100, 100, 100, 0.9);
    height: 100vh;
    position: fixed;
    width: 100%;
}

.modal-content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-content img {
    width: 100%;
}


.tp-nensyu p {
    text-align-last: left;
    font-weight: 500;
}

/* 理想の体制づくり */
.tp-risou {
    background: #fff;
    padding: 4rem 2.9rem 5.7rem;
    margin: 0 auto;
}

.tp-risou .section-subtitle {
    color: #BD9731;
}

.risou-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33.5rem, 1fr));
    grid-gap: 2.4rem;
    margin-top: 4rem;
}

.risou-item {}

.risou-item-title {
    margin-bottom: 4.5rem;
    position: relative;
}

.risou-item-title ::after {
    position: absolute;
    content: '';
    margin: auto;
    top: 100%;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34.6px 20px 0 20px;
    border-color: #f3f0ea transparent transparent transparent;

}

.risou-item-title p {
    background: #F3F0EA;
    padding: 2rem 4rem;
}

.risou-unit {
    margin-top: 8px;
    border: 3px solid #BD9731;
    padding: 1.6rem 0 2.4rem;
}

.risou-unit img {
    width: 12rem;
    height: 12rem;
}

/* WEB系フリーランスのキャリアステップ */
.tp-step {
    background: #fff;
    padding: 4rem 0;
    margin: 5.6rem auto;
}

.tp-step .section-subtitle {
    color: #BD9731;
}

.step-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5rem;
    margin-top: 4rem;
}

.step-img01 {
    padding: 2.4rem 4.8rem;
    border: 5px solid #E6D8B3;
}

.step-img02 {
    display: inline-block;
    margin: 0 auto;
    width: 12rem;
    height: 11rem;
}

.step-img03 {
    padding: 3.2rem 4.8rem;
    border: 5px solid #E6D8B3;
    margin-bottom: 4rem;
}

.tp-step p {
    margin: 0 auto;
    width: 72%;
    text-align: left;
}


/* トレーニングスケジュール */
.tp-schedule {
    max-width: 80rem;
    margin: 5.6rem auto;
}



.tp-content {}

.schedule-items {
    margin-bottom: 4rem;
    width: 100%;
}

.schedule-item {}



.schedule-title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.77;
    padding-bottom: 1.6rem;
    border-bottom: 2px solid #000;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}

.schedule-title-last {
    text-align: center;
    border-bottom: none;
}

.schedule-wrapper {
    display: flex;
    column-gap: 3.14%;
}

.schedule-wrapper .schedule-content:nth-child(1),
.schedule-wrapper .schedule-content:nth-child(2) {
    width: 35.48%;
}

.schedule-wrapper .schedule-content:nth-child(3) {
    width: 20.28%;
}

.schedule-list01 {
    position: relative;
    background: #DCC791;
    padding: 3rem 5rem;
}

.schedule-list01 ::after {
    position: absolute;
    content: '';
    top: 100%;
    margin: auto;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3rem 6rem 3rem;
    border-color: #DCC791 transparent transparent transparent;
    z-index: 10;
}

.schedule-list02 {
    position: relative;
    background: #E6D8B3;
    padding: 4.2rem 5rem;
}

.schedule-list02 ::after {
    position: absolute;
    content: '';
    top: 100%;
    margin: auto;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3rem 6rem 3rem;
    border-color: #E6D8B3 transparent transparent transparent;
    z-index: 10;
}

.schedule-list03 {
    position: relative;
    background: #FFF9F1;
    padding: 3rem 5rem;
}

.schedule-list03 ::after {
    position: absolute;
    content: '';
    top: 100%;
    margin: auto;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3rem 6rem 3rem;
    border-color: #FFF9F1 transparent transparent transparent;
    z-index: 10;
}

.schedule-list04 {
    background: #BD9731;
    color: #fff;
    padding: 3.8rem 12.2rem;
}




.schedule-content {
    margin-top: 1.3rem;
    text-align: left;
}

.schedule-txt {
    text-align: left;
}



/* 自己紹介 */
.tp-self {
    padding: 4rem 18.16% 5.6rem;
    border: 6px solid #E6D8B3;
    margin: 0 auto;
}

.tp-self p {
    text-align: left;
    font-weight: 500;
}

/* ===============================================
# recruitment
=============================================== */
#recruitment {
    background: #FFF9F1;
    padding: 5.6rem 11.3%;
}

.rec-title {
    background: linear-gradient(transparent 60%, rgb(255, 255, 255) 60%);
    max-width: 39.4rem;
    margin: auto;
}

.rec-inner {
    padding: 4rem 7.25rem;
    background: #fff;
    margin: 4.8rem 0;
}

.rec-content {
    display: flex;
    align-items: center;
    padding-bottom: 3.2rem;
    border-bottom: 3px solid #E6D8B3;
}

.rec-content:not(:first-child) {
    padding-top: 3.2rem;
}

.rec-items {
    width: 73.75%;
}

.rec-items ul {
    margin-bottom: 3rem;
}

.rec-item01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rec-item01:not(:last-child) {
    margin-bottom: 3rem;
}

.rec-items p {
    text-align: left;
}

.rec-head {
    color: #BD9731;
    text-align: center;
    width: 26.25%;
}

.rec-item-title {
    width: 17.35%;
    text-align: left;
}

.rec-item-txt01 {
    width: 77.82%;
    text-align: left;
}

.rec-item02 {
    display: flex;
    justify-content: flex-start;
}

.rec-item02:not(:last-child) {
    margin-bottom: 0.8rem;
}

.rec-item-number {
    width: 5.64%;
}

.rec-item-txt02 {
    width: 87%;
}

.rec-bottom-txt {
    color: #BD9731;
}

/* 須磨パート */

/* FAQ */
.taitle-faq {
    text-transform: uppercase;
    max-width: 17.7rem;
    background: linear-gradient(transparent 65%, #F3F0EA 65%);
    margin: 0 auto;
}

.faq-conteiner {
    margin: 48px 15% 56px;
    border: solid 3px #D9B310;
    /*線*/
    border-radius: 50px;
    /*角の丸み*/
}

.faq-inner-rapper {
    padding: 50px 84.5px;
}

.qa-q {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    color: #333333;
    margin-bottom: 20px;
    padding-left: 70px;
    font-size: 1.8rem;
    height: 48px;
    font-weight: 500;

}

.qa-a {
    display: flex;
    position: relative;
    color: #333333;
    padding-left: 70px;
    font-size: 1.6rem;
    margin-bottom: 36px;
    line-height: 1.3;
    font-weight: 500;
    height: 48px;
    align-items: center;

}


.qa-a::before {
    display: inline-block;
    width: 48px;
    height: 48px;
    left: 0;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 48px;
    text-align: center;
    background-color: #D9B310;
    content: 'A';
    position: absolute;
}

.qa-q::before {
    display: inline-block;
    width: 48px;
    height: 48px;
    left: 0;
    border-radius: 50%;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 40px;
    text-align: center;
    border: 3px solid #D9B310;
    color: #D9B310;
    content: 'Q';
    position: absolute;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);

}

.qa-hr {
    border: 1px dashed #232323;
    margin-bottom: 36px;
}




/* contact */
.contact {
    background: #F3F0EA;
    padding-bottom: 56px;
}

.taitle-contact {
    text-transform: uppercase;
    max-width: 32.8rem;
    background: linear-gradient(transparent 75%, #FFFFFF 65%);
    margin: 0 auto;
    padding-top: 56px;
}

.form {
    margin: 0 11%;
    margin-top: 48px;
    background-color: #fff;
    border-radius: 20px;

}

.form-rapper {
    margin: 0 10% 0 12%;
}

.form-text {
    padding: 48px 16% 40px;

    /* 本文 */

    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    align-items: center;

}

.form-item {
    display: block;
    margin-bottom: 20px;
}

input {
    box-sizing: border-box;
    margin-top: 20px;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #000000;
    font-size: 1.8rem;
    padding: 10px;

}

.item-submit {
    text-align: center;
}

.hissu {
    align-items: center;
    padding: 3.5px 28px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    margin-left: 30px;
    /* アクセント2 */

    background: #AA1000;
    border-radius: 100px;
}

.textarea {
    height: 150px;
    box-sizing: border-box;
    margin-top: 20px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #000000;
    resize: none;
    font-size: 1.8rem;
    padding: 10px;
}

.submit {
    margin: 46px 0 56px;
    text-align: center;
    width: 378px;
    height: 75px;
    font-size: 2.4rem;
    color: #fff;
    border: 0px solid #000000;

    /* アクセント1 */

    background: #D9B310;
    border-radius: 50px;
}
.submit:hover{
    color: #D9B310;
    background-color: #fff;
    border: 1px solid #D9B310;
    transition: all 0.5s 0s ease;
}

.label {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 17.5px;
}

/* footer */
.footer {
    background-color: #1B2349;
    color: #fff;
    font-family: "Noto Serif JP";
}

.footer-content {
    text-align: center;
    padding: 25px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.footer-br {
    display: none;
}



@media screen and (max-width: 1024px) {

    .header__inner {
        margin-right: 1rem;
    }

    .header__item:first-child {
        margin-left: 0.6rem;
    }

    .header__link {
        font-size: 1.5rem;
        padding: 0 1.47rem;
    }

    .tb-show {
        display: block;
    }

    .contact-button {
        max-width: 15rem;
        font-size: 1.6rem;
        padding: 1.8rem 2.5rem;
    }

    /* .mv__title-wrap {
            top: 58%;
            left: 48%;
        } */

    .mv__title-wrap {
        top: 19%;
        left: 10%;
        transform: translate(-10%, -20%);
    }

    .mv__title-large span {
        font-size: 4.1rem;
        padding: 0.8rem;
    }

    .mv__sub-title-wrap {
        top: 76%;
        left: 48%;
    }

    .mv__sub-title {
        font-size: 2rem;
        letter-spacing: 0.05em;
    }


    .mv__contents::before {
        bottom: -40px;
    }

    .mv__contents-img picture {
        width: 100%;
        max-width: 78rem;
        display: block;
        margin: auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

    .value__inner {
        max-width: 86.8rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .jobtype__inner {
        max-width: 86.8rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }

}
@media screen and (max-width: 1280px) {
    /* フリーランスとしての年収 */
    .tp-nensyu {
        flex-direction: column;
        row-gap: 3.2rem;
    }
}

@media screen and (max-width: 768px) {

    /* タブレット用 */
    /* 横山さんパート */
    .header {
        height: 7rem;
    }

    .header__inner {
        margin-right: 7rem;
    }

    .header__logo {
        max-width: 7rem;
    }

    .header__nav {
        display: none;
    }

    .contact-button {
        max-width: 12rem;
        padding: 0.9rem 1.7rem;
        font-size: 1.4rem;
    }

    .hamburger {
        position: fixed;
        z-index: 9999;
        top: 2.4rem;
        right: 1.5rem;
        width: 3.2rem;
        height: 1.6rem;
        cursor: pointer;
        margin-right: 1rem;
    }

    .hamburger.is-active {
        top: 2rem;
        right: 1.4rem;
    }

    .hamburger span {
        position: absolute;
        background-color: #232323;
        left: 0;
        width: 100%;
        display: inline-block;
        height: 0.3rem;
        transition: 0.3s transform;
    }

    .hamburger span:nth-child(1) {
        top: 0;
    }

    .hamburger span:nth-child(2) {
        top: 1rem;
        transition: 0.3s opacity;
    }

    .hamburger span:nth-child(1) {
        top: 2rem;
    }

    .hamburger.is-active span:nth-child(1) {
        top: 1.4rem;
        background-color: #232323;
        transform: rotate(-45deg);
    }

    .hamburger.is-active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.is-active span:nth-child(3) {
        top: 1.4rem;
        background-color: #232323;
        transform: rotate(45deg);
    }

    .drawer-menu {
        position: absolute;
        z-index: 5000;
        top: 8rem;
        right: 0;
        width: 100%;
        max-width: 25rem;
        background-color: #BD9731;
    }

    .drawer-menu__inner {
        width: 100%;
        height: inherit;
    }

    .drawer-menu__items {
        padding: 5.3rem 0;
        text-align: right;
        width: inherit;
    }

    .drawer-menu__item {
        width: inherit;
        display: block;
    }

    .drawer-menu__item:hover {
        background-color: #fff;
        transition: 0.3s;
    }

    .drawer-menu__link {
        font-family: 'Noto Sans JP';
        font-size: 1.6rem;
        color: #fff;
        font-weight: 500;
        width: inherit;
        display: block;
        padding: 1.4rem 3.2rem 1.4rem 0;
        text-align: right;
        transition: 0.3s color;
    }

    .drawer-menu__link:hover {
        color: #BD9731;
    }

    .mv__title-wrap {
        top: 17%;
        left: 10%;
        transform: translate(-10%, -20%);
    }

    .mv__title-large span {
        font-size: 4rem;
        padding: 0.3rem;
    }

    .br {
        margin-top: 0.8rem;
    }

    .mv__sub-title-wrap {
        top: 82%;
        left: 5%;
        margin-right: 2.6rem;
    }

    .mv__sub-title {
        font-size: 1.8rem;
        letter-spacing: 0.05em;
    }

    .md-show {
        display: block;
    }

    .section-subtitle {
        font-size: 2.4rem;
    }

    .mv__contents::before {
        bottom: -60px;
    }

    .mv__contents-img img {
        display: block;
        max-width: 40rem;
        width: 100%;
        margin: auto;
        padding-bottom: 3rem;
    }

    .section-taitle--bordernone {
        line-height: 1;
    }

    .member__inner {
        width: 100%;
        max-width: 60rem;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        padding-bottom: 4.8rem;
        margin-bottom: 6.4rem;
    }


    .member__content {
        flex-direction: column;
        align-items: center;
        gap: 16rem;
    }

    .member__img {
        max-width: 29.6rem;
        aspect-ratio: 296/197;
    }

    .member__voice {
        max-width: 32rem;
        padding: 4rem;
    }

    .member__voice::before {
        display: none;
    }


   /* 木村さんパート */
   #training-program {
    padding: 3.6rem 3%;
}

.tp-head {

}

.tp-content {

}

/* フリーランスとしての年収 */
.tp-nensyu {
    flex-direction: column;
}

.tp-nensyu img {
    
}

.tp-nensyu p {
    margin-top: 2rem;
    width: 85.3%;
}



/* 理想の体制づくり */
.tp-risou {

}

.risou-items {
    grid-gap: 4.8rem;
}

/* トレーニングスケジュール */
.schedule-content p {
    font-size: 1rem;
}

.schedule-content ul li {
    font-size: .7rem;
}


/* 自己紹介 */
.tp-self {
    padding: 4rem 5rem 5.6rem;
}

/* ===============================================
# recruitment
=============================================== */
#recruitment {
    padding: 5.6rem 3%;
}

.rec-inner {
    padding: 4rem 1rem;
}

    /* 須磨パート */
    .faq-conteiner {
        margin: 48px 10px 56px;
    }

    .faq-inner-rapper {
        padding: 50px 10px;
    }

    .taitle-contact {
        background: linear-gradient(transparent 75%, #FFFFFF 65%);
    }

    .form {
        margin: 0 10px;
    }

    .form-text {
        padding: 40px 10px;
    }

    .form-rapper {
        margin: 0 10px;
    }

    .hissu {

        margin-left: 10px;

    }

    .submit {
        width: 265px;
    }

    /* footer */
    .footer-content {
        padding: 40px 15px;
        font-size: 1.4rem;
    }

    .footer-space {
        display: none;
    }

    .footer-br {
        display: block;
    }

    .footer-content li {
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 480px) {
    /* 480px以下に適用されるCSS（スマホ用） */
    /* ===============================================
# common
=============================================== */

    .section-taitle {
        margin-bottom: 1.6rem;
    }

    .section-taitle span {
        background: linear-gradient(transparent 60%, #FFF 60%);
    }

    .section-taitle-jp {
        font-size: 1.8rem;
        margin-bottom: 4.8rem;
    }

    .section-subtitle {
        font-size: 2.4rem;
        margin-bottom: 3.7rem;
    }

    .section-subtitle span {
        background: linear-gradient(transparent 60%, #FFF 60%);
    }

    .section-subtitle02 {
        font-weight: 400;
        font-size: 2.4rem;
        margin-bottom: 3.4rem;
    }

    .view-pc {
        display: none;
    }

    /* 横山さんパート */
    /* 480px以下に適用されるCSS（スマホ用） */
    .mv__title-large span {
        font-size: 3.2rem;
        padding: 0.3rem;
    }

    .mv__sub-title {
        font-size: 1.6rem;
        letter-spacing: 0.05em;
    }

    .md-none {
        display: none;
    }

    .mv__contents-img img {
        max-width: 30rem;
    }

    .value__contents {
        grid-template-columns: repeat(1, 260px);
        margin-top: 4.8rem;
    }

    .jobtype__contents {
        grid-template-columns: repeat(1, 260px);
        margin-top: 4.8rem;
    }

    .member__inner {
        width: 100%;
        max-width: 37.5rem;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }


   /* 木村さんパート */
/* ===============================================
# trainig program
=============================================== */
#training-program {
    padding: 5.6rem 0;
}

.tp-head {
    line-height: 1;
    background: #F3F0EA;
}

.tp-content {}

/* フリーランスとしての年収 */
.tp-nensyu {
    flex-direction: column;
    row-gap: 2.4rem;
}

.tp-nensyu img {
    width: 78.9%;
}

.tp-nensyu p {
    width: 85.3%;
    text-align: left;
}

.modal-content {
    top: 40%;
    width: 400px;
}

.modal-content img {
    width: 95%;
}

/* 理想の体制づくり */
.tp-risou {
    padding: 4.8rem 1rem 5.6rem;
}

.risou-items {
    grid-gap: 4.8rem;
}

.risou-item {
    width: 100%;
}

.risou-item-title {}

.risou-unit {
    margin-top: 11px;
}

.risou-unit img {
    margin-bottom: 8px;
}

/* WEB系フリーランスのキャリアステップ */
.tp-step {
    padding: 4rem 0 5.6rem;
}

.step-img {
    padding: 0 0.997rem;
}

.step-img01,
.step-img02,
.step-img03 {
    border: none;
}

.step-img01 {
    padding: 0;
    margin-bottom: 0.8rem;
}

.step-img02 {
    width: 4.437rem;
    height: 4.068rem;
    margin-bottom: 0.832rem;
}

.step-img03 {
    padding: 0;
    margin-bottom: 2.4rem;
}

.tp-step p {
    width: 85.33%;
}

/* トレーニングスケジュール */
.tp-schedule {
    width: 94.66%;
    margin: 0 auto;
    padding-bottom: 5.6rem;
}

.schedule-title {
    font-size: 0.799rem;
    padding-bottom: 0.63rem;
}

.schedule-items {}

.schedule-item {}

.schedule-list01 {
    padding: 1.331rem 2.219rem 1.247rem;
}

.schedule-list01 ::after {
    border-width: 1.3rem 2.65rem 0 2.65rem;
}

.schedule-list02 {
    padding: 1.864rem 2.219rem 1.815rem;
}

.schedule-list02 ::after {
    border-width: 1.3rem 2.65rem 0 2.65rem;
}


.schedule-list03 {
    padding: 1.331rem 2.219rem 1.247rem;
}

.schedule-list03 ::after {
    border-width: 1.3rem 2.65rem 0 2.65rem;
}


.schedule-title {}

.schedule-wrapper {}

.schedule-content {
    font-size: 0.71rem;
}

.schedule-title-last {
    
}

.schedule-txt {
    width: 90.14%;
    margin: 0 auto;
}

/* 自己紹介 */
.tp-self {
    padding: 4rem 1.3rem 7.9rem;
    width: 94.66%;
    margin: 0 auto;
    border: 4px solid #E6D8B3;
}

/* ===============================================
# recruitment
=============================================== */
#recruitment {
    padding: 5.6rem 2.66%;
}

.rec-title {
    font-size: 4.8rem;
}

.rec-inner {
    padding: 6.4rem 1.8rem;
    margin-bottom: 5.6rem;
}

.rec-content {
    flex-direction: column;
}

.rec-content:last-of-type p {
    text-align: center;
}

.rec-head {
    width: 100%;
    margin-bottom: 2.4rem;
}

.rec-items {
    width: 100%;
}


.rec-item01,
.rec-item02 {
    flex-direction: column;
}

.rec-item01 {}

.rec-item01:not(:last-child) {
    margin-bottom: 3.2rem;
}

.rec-item-title {
    width: 100%;
    margin-bottom: 1rem;
}

.rec-item-txt01,
.rec-item-txt02 {
    width: 100%;
}

.rec-item-txt01 {}

.rec-item02 {}

.rec-item02:not(:last-child) {
    margin-bottom: 3.2rem;
}

.rec-item-number {
    margin-bottom: 0.8rem;
}

.rec-item-txt02 {}

.rec-bottom-txt {
    font-weight: bold;
    font-size: 1.8rem;
}
    /* 須磨パート */
    .faq-conteiner {
        margin: 48px 10px 56px;
    }

    .faq-inner-rapper {
        padding: 50px 10px;
    }

    .taitle-contact {
        background: linear-gradient(transparent 75%, #FFFFFF 65%);
    }

    /* contact */
    .form {
        margin: 0 10px;
    }

    .form-text {
        padding: 40px 10px;
    }

    .form-rapper {
        margin: 0 10px;
    }

    .submit {
        width: 265px;
    }

    .school {
        margin-left: 20px;
    }

    .skill {
        margin-left: 20px;
    }

    /* footer */
    .footer-content {
        padding: 40px 15px;
        font-size: 1.4rem;
    }

    .footer-space {
        display: none;
    }

    .footer-br {
        display: block;
    }

    .footer-content li {
        margin-bottom: 30px;
    }
}