@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Yomogi&family=Yusei+Magic&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic:wght@300&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
body {
    font-size: 16px;
    line-height: 1.6;
    color: #192346;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;


}

img {
    vertical-align: top;
    height: auto;
}

a {
    color: #686868;
    text-decoration: none;
}


section {
    margin-inline: auto;
    max-width: 980px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    color: chocolate;
    text-align: center;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;

}

h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.logo {
    margin: 20px 60px;
}

section {
    margin-top: 15px;

}

header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    max-width: 980px;
    margin-inline: auto;


}

.gnav {
    margin-left: auto;
}

.gnav ul {
    display: flex;
    justify-content: flex-end;

}

.gnav li {
    padding: 15px;
}

.gnav a:hover,
.attention a:hover {
    color: rgb(234, 147, 35);
    opacity: 0.8;
}


.toggle {
    display: none;
}

.main_picture {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.inner {
    margin-inline: auto;
    max-width: 980px;
}

/* 注意書き */
.attention {
    font-size: 14px;
    color: #b3b1b1;
}

.item_wrap,
.item_wrap2,
.item_wrap3 {
    display: flex;
    justify-content: center;
}

/* 説明文 */
.item1 {
    max-width: 450px;
    margin: 20px 10px;
}

/* 画像 */
.item2 {
    max-width: 450px;
    margin-top: 30px;
    margin-right: 20px;

}


/* スクールの主なメディア実績・リリース情報< */
.item11 {
    margin-inline: auto;
}

.achievements {
    margin-bottom: 15px;
}

.accordion-003 {
    max-width: 500px;
    margin-bottom: 7px;
    border-bottom: 2px solid #d6dde3;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}

.woman_picture {
    max-width: 450px;
    height: auto;
}

.youtube {
    max-width: 450px;
    height: 300px;
}

/* カウンセリング付き無料説明会に申し込む */
/* その他インタビューはこちらから */
.btn {
    margin-top: 10px;
    text-align: center;
}

.btn a {
    border: 1px solid;
    border-radius: 100px;
    background-color: rgb(233, 152, 95);
    box-shadow: #141313;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    text-align: center;

}

.btn a:hover {
    background-color: #d76f07;
    opacity: 0.8;

}

.item3 {
    margin-top: 100px;
    max-width: 450px;

}

/* LIVE配信+無料のシッターサービスはFammスクールだけ */
.famm ul,
.famm li {
    list-style: circle;
    font-weight: 700;
    color: rgb(52, 142, 145);

}

.explanation {
    color: rgb(52, 142, 145);
    font-size: 14px;
}

.item4 {
    max-width: 200px;
    padding: 10px;
}

/* マーカー */
span {
    background: linear-gradient(transparent 60%, #6cf 60%);
}

/* 卒業後も安心、100スキル以上の応用講座で学び放題 */
.item5 {
    max-width: 980px;
    padding: 0 20px;
}

/* 現職や復職に向けてWebデザインの学習をしたい方にもオススメ */
.item6 {
    max-width: 600px;
    padding-top: 50px;
}

/* 講座で学べる内容 */
/* 講師紹介画像 */
.item7 {
    max-width: 450px;
    margin: 50px 20px 50px 0;
}

.lesson {
    border-bottom: solid 2px #d6dde3;
    padding-bottom: 15px;
    font-size: 20px;

}

h5 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
/* 講座日程について */
.daily{
    padding-top: 35px;
}
/* 講師紹介説明 */
.item8 {
    max-width: 980px;
    margin: 10px auto;

}

.item10 {
    width: 760px;
    margin: 10px;
}

/* Q＆A */
.Q {
    font-weight: bold;
    color: rgb(52, 142, 145);
}

.anser {
    font-size: 14px;
    color: #474747;
    margin-bottom: 15px;
}

/* Web以外にも、多様な講座を用意しています */
/* 詳細はこちら */
.btn2 {
    font-size: 14px;
    color: rgb(239, 151, 119);
    border: rgb(245, 102, 0) 1px solid;
    border-radius: 100px;
    padding: 10px;

}

.btn2:hover {
    color: rgb(245, 48, 9);
    opacity: 0.8;
}

/* フッター */
.footer {
    margin: 30px auto;
}

.gnav2 ul {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.gnav2 li {
    padding: 15px;
}

.gnav2 a:hover {
    color: rgb(234, 147, 35);
    opacity: 0.8;
}

/* 画面固定ボタン */
.btn3 {
    position: fixed;
    writing-mode: vertical-rl;
    top: 30px;
    right: 10px;
    border: solid 2px #e6b6a5;
    border-radius: 100px;
    padding: 20px 10px;
    background-color: #d76f07;
    color: #fff;
    font-weight: bold;
    opacity: 0.6;
}

.totop {
    position: fixed;
    right: 10px;
    bottom: 30px;
    opacity: 0.6;
    display: inline-block;
    background-color: rgb(52, 142, 145);
    background-blend-mode: soft-light;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: .4s;
}



/* スマホ対応 */
@media screen and (max-width:768px) {
    header {
        margin: 0 auto;
    }

    .gnav li {
        padding: 10px;
    }

    h2,
    h3,
    h4,
    h5,
    summary{
        font-size: 3.0vw;
    }

    p,
    .famm,
    .attention,
    .lesson,
    .Q,
    .anser,
    .explanation {
        margin: 0;
        font-size: 2.0vw;
    }

    .main_picture {
        max-width: 90%;
    }

    .item_wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .item_wrap2 {
        display: flex;
        flex-wrap: nowrap;
    }

    .item_wrap3 {
        display: flex;
        flex-wrap: wrap;
    }


    .item1,
    .item2,
    .item6,
    .item7,
    .item8,
    .item10,
    .item11,
    .youtube {
        max-width: 100%;
    }

    .btn3,
    .btn2 {
        font-size: 12px;
        right: 10%;
    }

    .totop {
        font-size: 12px;
        right: 10%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-weight: normal;
    }

}



@media screen and (max-width:560px) {
    header {
        margin: 0 auto;
    }

    .inner {
        margin: 0 auto;
        max-width: 90%;
    }

    section {
        margin: 0 auto;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .main_picture,
    .woman_picture {
        max-width: 90%;
    }

    .item1,
    .item2,
    .item6,
    .item7,
    .item8,
    .item10,
    .item11{
        width: 100%;
        margin: 0;
    }

    .lesson li {
        font-size: 2vw;

    }

    .item4 {
        width: 30%;
    }




    .btn a,
    .btn2 {
        font-size: 2.0vw;
        padding: 8px;
    }
       
    .anser{
        margin-bottom: 10px;
    }


    .toggle {
        display: block;
        position: fixed;
        right: 15%;
        top: 12px;
        width: 42px;
        height: 42px;
        z-index: 3;
    }

    .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 3px #333;
        transition: 0.35s ease-in-out;
        left: 6px;
    }

    .toggle span:nth-child(1) {
        top: 9px;
    }

    .toggle span:nth-child(2) {
        top: 18px;
    }

    .toggle span:nth-child(3) {
        top: 27px;
    }

    .toggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .toggle.active span:nth-child(2),
    .toggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .gnav {
        width: 80%;
        position: fixed;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -110%;
        transition: ease 0.7s;
        z-index: 10;
    }

    .gnav.active {
        top: 80px;
    }

    .gnav ul {
        display: block;
        background-color: #f8ece0;
    }

    .gnav a {
        text-align: center;
        font-weight: bold;
    }

    .gnav li+li a :hover {
        background-color: #d76f07;

    }

    .lesson {
        margin: 0 auto;
    }

    .gnav2 {
        display: flex;
        flex-wrap: wrap;
    }

    .gnav2 ul {
        font-size: 12px;
        margin-top: 15px;


    }

    .gnav2 li {
        padding: 5px;
    }

}