@charset "utf-8";

/* ↓↓↓↓↓ 共通設定 ↓↓↓↓↓ */

html {
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    /* 文字サイズ */
    line-height: 1.6;
    /* 行間 */
    letter-spacing: 0.1em;
    /* 文字間 */
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
}

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

h1 {
    display: block;
    font-size: 2em;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}

h4 {
    display: block;
    font-weight: bold;
}

.upcase {
    text-transform: uppercase;
    /* 英文小文字を大文字にします */
}

/* ↑↑↑↑↑ 共通設定ここまで ↑↑↑↑↑ */


main {
    margin: 10%;
    /* 左右の余白 */
}

body {
    margin-top: 140px;
    /* モバイル時、ページ内アンカーでページトップに戻った時に、
    トップイメージがヘッダーに隠れるのを防ぐため */
}

h1 {
    text-align: center;
    padding-bottom: 20px;
}

.decobgc {
    display: inline-block;
    padding: 20px;
    position: relative;
}

.decobgc::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 5%;
    width: 100%;
    height: 16%;
    background: rgba(0, 27, 181, 1);
    background: linear-gradient(90deg, rgb(71, 93, 215) 25%, rgb(230, 117, 225) 77%, rgba(255, 255, 255, 1) 100%);
    border-radius: 23% 77% 55% 45% / 64% 14% 86% 36%;
    z-index: -1;
}

ul {
    list-style-image: url("../images/vphoto_img/liMarker.png");
    list-style-position: outside;
}


/* ↓↓↓↓↓ 固定ヘッダー ↓↓↓↓↓ */

header {
    position: fixed;
    width: 100%;
    height: 110px;
    background: linear-gradient(to right, #474587 70%, #f3efa5 85%, #ffffff 100%);
    color: rgb(70, 70, 70);
    padding-top: 30px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 12px rgba(58, 58, 58, 0.85);
    z-index: 10;
}


header picture img {
    width: 52%;
    margin-left: 30px;
    margin-top: -8px;
}

/* ↑↑↑↑↑ 固定ヘッダーここまで ↑↑↑↑↑ */


/* ↓↓↓↓↓ トップセクター ↓↓↓↓↓ */

h2 {
    text-align: center;
}




.img_sect01 img {
    border-bottom: solid #9d24d1 100px;
    margin-bottom: -75px;
}

.writ_sect01 {
    color: #eee;
    padding: 5%;
    transform: skewY(-6deg);
    transform-origin: top right;

}

.skewd {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 200px;
    ;
    background: #1f1f1f;
    transform: skewY(6deg);
    transform-origin: top right;
}

/* ↑↑↑↑↑ トップセクターここまで ↑↑↑↑↑ */


/* ↓↓↓↓↓ 講習イメージセクター ↓↓↓↓↓ */

.sect02 h2 h3 {
    text-align: center;
}


.writ_sect02 {
    padding: 4%;
}

.course_img01 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.bmark {
    color: #fff;
    position: relative;
}

.bmark::before {
    content: "";
    position: absolute;
    top: -10%;
    left: -20%;
    width: 100%;
    height: 100%;
    background: #001bb5;
    background: linear-gradient(90deg, rgba(0, 27, 181, 1) 25%, rgba(255, 66, 246, 1) 77%, rgba(255, 255, 255, 1) 100%);
    z-index: -1;
    transform: translateX(-10px);
}


.course_img02 {
    margin-bottom: 40px;
}

.course_img03 {
    margin-bottom: 40px;
}

.course_img {
    width: 100%;
    margin-bottom: 30px;
}


/* ↑↑↑↑↑ 講習イメージセクターここまで ↑↑↑↑↑ */


/* ↓↓↓↓↓ サードセクター ↓↓↓↓↓ */
.equip h3 {
    text-align: center;
    margin-bottom: 20px;
}

.equip ul li {
    margin-bottom: 10px;
}


.beginner {
    margin-bottom: 20px;
}

.sect03 {
    margin-bottom: 40px;
}

/* ↑↑↑↑↑ 3rdセクターここまで ↑↑↑↑↑ */


/* ↓↓↓↓↓ 4thセクター ↓↓↓↓↓ */
.person {
    padding: 8%;
}


.person01,
.person02,
.person03 {
    margin-bottom: 15px;
}

h4 {
    margin-bottom: 8px;
}

.job {
    margin-top: 40px;

    h2 {
        margin-bottom: 15px;
    }
}

.pcwork {
    padding: 5%;
    margin-bottom: 20px;
}

.pcimage {
    width: 100%;
    text-align: center;
}

.banner {
margin: 0 auto;
    width: 220px;
    height: auto;
    cursor: pointer;
    transition:transform 0.2s ease;
}

/* ↑↑↑↑↑ 4thセクターここまで ↑↑↑↑↑ */



/* ↓↓↓↓↓ アクセスセクター ↓↓↓↓↓ */

.accessSect {
    margin-bottom: 40px;
}

/* ↑↑↑↑↑ アクセスセクターここまで ↑↑↑↑↑ */

/* ↓↓↓↓↓ フッター ↓↓↓↓↓ */
footer p {
    background: linear-gradient(to right, #474587 70%, #f3efa5 85%, #ffffff 100%);
    color: #fff;
    padding: 14px 10px 20px;
    text-align: center;
}

/* ↑↑↑↑↑ フッターここまで ↑↑↑↑↑ */


/* ↓↓↓ カピぞうPart5 P273掲載のハンバーガーメニュー（コメント付き）です ↓↓↓ */

/* メニューを画面上部に固定表示しています */
.gMenu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

/* メニューアイコンを画面右上に固定しています */
.gMenu .menu-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 35px;
    padding-top: 15px;
    height: 30px;
}

/* メニューアイコン（三本線）の真ん中の線です */
.gMenu .menu-icon .navicon {
    background: #474587;
    /* 色は自由に変更可能です */
    display: block;
    height: 6px;
    /* 太さ */
    width: 31px;
    /* 長さ */
    position: relative;
    transition: background .4s ease-out;
    /* 形が変わる時のアニメーション */
}

/* メニューアイコン（三本線）の上と下の線を疑似要素で追加 */
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
    background: #474587;
    /* 色は自由に変更可能です */
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .4s ease-out;
    /* 形が変わる時のアニメーション */
    width: 100%;
}

.gMenu .menu-icon .navicon::before {
    top: 10px;
}

/* 位置を上にずらしています */
.gMenu .menu-icon .navicon::after {
    top: -10px;
}

/* 位置を下にずらしています */
/* 表示されるメニューです */
.gMenu .menu {
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    max-height: 0;
    /* ★最初は高さを0にして非表示状態に */
    transition: max-height .6s;
    /* 表示されるときのアニメーション */
    text-align: center;
}

/* メニュー部分のデザインです */
.gMenu .menu li:first-of-type {
    padding-top: 25px;
    padding-top: 50px;
}

.gMenu .menu li a {
    display: block;
    padding: 24px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.gMenu .menu li a:hover {
    background-color: #f4f4f4;
}

/* チェックボックスは常に非表示です */
.gMenu .menu-btn {
    display: none;
}

/* ▼▼▼以下はチェックボックスがONの時の状態です▼▼▼ */
.gMenu .menu-btn:checked~.menu {
    max-height: 500px;
    /* ★チェックボックスがオンの時高さを338pxにして表示させます */
    transition: max-height .6s;
}

/* メニューボタンの中央の線を非表示に */
.gMenu .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

/* メニューボタンの上下の線を45度傾けて✕印を作ります */
.gMenu .menu-btn:checked~.menu-icon .navicon::before {
    transform: rotate(-45deg);
    top: 0;
}

.gMenu .menu-btn:checked~.menu-icon .navicon::after {
    transform: rotate(45deg);
    top: 0;
}

/* ↑↑↑ ハンバーガーメニューここまで ↑↑↑ */


/* レスポンシブナビ */
header div.menu_pc {
    display: none;
}




/* ↓↓↓↓↓ ネットで見つけたアクションメニュー ↓↓↓↓↓ */

.container {
    position: fixed;
    /* 上下位置調整 */
    top: 95vh;
    /* 左右位置調整 */
    left: 99%;
}

input[type="checkbox"] {
    display: none;
}

.btn {
    background: #e74c3c;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.btn svg {
    position: relative;
    top: 1px;
    right: 1px;
}

.btn--large {
    width: 60px;
    height: 60px;
}

.btn--menu:after,
.btn--menu:before {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 29px;
    left: 18px;
    transition: transform 100ms;
}

.btn--menu:after {
    transform: translateY(-5px);
}

.btn--menu:before {
    transform: translateY(5px);
}

.btn--share {
    background: #f39c12;
}

.btn--star {
    background: #2ecc71;
}

.btn--comment {
    background: #16a085;
}

.actions-menu {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 15px;
    bottom: 15px;
}

.actions-menu .btn {
    position: absolute;
    top: 8px;
    left: 8px;
    opacity: 0;
    transition: top 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275),
        left 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 200ms;
}

.actions-menu .btn--menu {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 0;
}

.btn--menu,
#actionMenuButton:checked+.actions-menu>.btn {
    opacity: 1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

#actionMenuButton:checked+.actions-menu>.btn--menu:after {
    transform: rotate(45deg);
}

#actionMenuButton:checked+.actions-menu>.btn--menu:before {
    transform: rotate(-45deg);
}

#actionMenuButton:checked+.actions-menu>.btn--share {
    top: -70px;
}

#actionMenuButton:checked+.actions-menu>.btn--star {
    top: -50px;
    left: -50px;
}

#actionMenuButton:checked+.actions-menu>.btn--comment {
    left: -70px;
}

/* ↑↑↑↑↑ アクションメニューここまで ↑↑↑↑↑ */


/* ↓↓↓↓↓ レスポンシブ対応 ↓↓↓↓↓ */

@media (width > 390px) {


    /* 文字の微調整 */
    body {
        font-size: 15px;
        line-height: 1.7;
        letter-spacing: 0.1em;
    }

    h1 {
        text-align: center;
        padding-bottom: 40px;
    }

}

@media (width > 768px) {

    /* ロゴのセンタリング */
    header {
        display: flex;
        justify-content: center;
        left: 0
    }

/* レスポンシブナビ */
    .gMenu>label {
        display: none;
    }


    nav div.menu_pc {
        display: flex;
        min-width: 507.2px;
        margin: 10px 0 15px auto;
        align-items: center;


        >p {
            color: #eee;
            letter-spacing: 0.1em;
            font-weight: bold;
            margin-left: 20px;
            text-shadow:
                -1px -1px 0 #474587,
                1px -1px 0 #474587,
                -1px 1px 0 #474587,
                1px 1px 0 #474587;

        }
    }
}


    /* 卒業生の横並び、サイズの微調整 */
    .person1-2 {
        display: flex;

        div p {
            margin-top: 0.5vw;
        }
    }

    .person01,
    .person01_com,
    .person02,
    .person02_com,
    .person03,
    .person03_com {
        padding: 5%;
    }

    /* 講習セクター */
    /* 4thセクター */




@media (width > 815px) {
    main {
        padding: 10vw;
        margin: 0 auto;
    }

    body {
        margin-top: 60px;
        /* モバイル時、ページ内アンカーでページトップに戻った時に、
    トップイメージがヘッダーに隠れるのを防ぐため */

        .flex_voice {
            display: flex;
            justify-content: space-evenly;
        }

        .flex_r1 {
            width: 640px;
            margin: 0 auto;
        }

        .course_img02 {
            width: 650px;
            margin: 0 auto;
        }
        .contactBtn {
            text-align: center;
}
        .contactBtn img{
            width: 350px;
            height: auto;
            cursor: pointer;
            transition-duration: 400ms;
            transition-timing-function: ease;
        }

        .contactBtn img:hover {
            transform:scale(1.05);

        }
            
    }

}


/* レスポンシブナビ */
@media (min-width: 1051px) {
    header {
        padding-right: 3%;
        .menu_pc p a br {
            display: none;
        }
    }


}
