@charset "utf8";

@import url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.10.0/css/lightbox.min.css);


#main {
    width: 100%;
    display: flex;
    margin-bottom: var(--section_gutter);
}

header {
    width: 25%;
    text-align: center;
    padding-top: 10rem;
}

h1 {
    text-align: center;
    padding-top: 0.5rem;
    margin-bottom: 6.5rem;
    font-size: var(--font_ms);
    font-weight: 400;
    letter-spacing: 0.2rem;
}

h1 span {
    font-size: var(--font_lm);
    font-weight: 500;
}

.logo img {
    width: 55px;
    height: 55px;
    display: block;
    margin: 0 auto;
}

.main_v {
    width: 75%;
}

#g-nav ul {
    text-align: center;
}

#g-nav ul .nav {
    line-height: 3;
    letter-spacing: 2px;
    font-size: var(--font_ms);
    font-weight: 700;
}

#g-nav ul .sns {
    margin: 4rem 0;
}

#g-nav ul .sns img {
    margin: 0 auto;
    width: 30px;
    height: auto;
}

#profile,
#works {
    padding-bottom: var(--contents_gutter_pc);
    margin-bottom: var(--section_gutter);
}

#lesson {
    padding-bottom: var(--contents_gutter_pc);
}

#profile {
    width: 100%;
    overflow: hidden;
    background-color: var(--color01);
    margin-bottom: var(--section_gutter);
    background-image: url(../../img/top_pro_bg.webp);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 12%;
}

h2 {
    text-align: center;
    font-family: var(--font_saira);
    font-size: 6rem;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 2rem;
    color: #ffffffa3;
}

.pro_wrap {
    display: flex;
    justify-content: center;
}

.pro_left {
    width: 15%;
    margin-right: 4rem;
    margin-top: 3rem;
}

.pro_right {
    width: 50%;
}

.pro_right h3 {
    font-size: var(--font_ms);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.3rem;
    margin-bottom: 1rem;
}

.pro_right h3 span {
    font-size: var(--font_lm);
    font-weight: 500;
}

.pro_right h4 {
    font-size: var(--font_sm);
    letter-spacing: 2px;
    margin-top: var(--contents_side_gutter);
    margin-bottom: var(--gutter_base);
}

.pro_right dl {
    font-size: var(--font_sm);
    line-height: 2;
    display: flex;
}

.pro_right dl dt {
    width: 6em;
}

.pro_right dl dd {
    letter-spacing: 1px;
}

.btn {
    margin-top: var(--contents_gutter_pc);
}

#profile .btn a {
    outline: 2px solid var(--color01);
}

#works {
    width: 100%;
    overflow: hidden;
    background-color: var(--color02);
}

#works h3,
#lesson h3,
#contact h3 {
    font-size: var(--font_m);
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: var(--gutter_base);
}

.p_right {
    text-align: right;
    margin-bottom: var(--gutter_base);
}

#lesson {
    background-color: var(--color03);
}

#works .btn a {
    outline: 2px solid var(--color02);
}

#lesson .btn a {
    outline: 2px solid var(--color03);
}

#lesson p {
    text-align: center;
    margin-bottom: var(--contents_gutter);
}

/*==================================================
スライダーのためのcss
===================================*/

.slider li {
    height: 240px;
    object-fit: cover;
}

.slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin: 0;
    /*スライド左右の余白調整*/
}

#contact {
    background: var(--sub_base_color);
    padding-bottom: var(--contents_gutter_pc);
}

#contact .inner {
    padding: 0 var(--section_gutter_pc);
}

#contact .inner p {
    width: 90%;
    margin: 30px auto;
    text-align: center;
    line-height: 200%;
}

#contact .inner p a {
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 2px;
    margin: 0 3px;
    border-bottom: 1px solid #333;
}

#contact .inner p a:hover {
    cursor: pointer;
}

#contact .inner dl {
    margin-top: var(--gutter_base);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#contact .inner dt {
    width: 28%;
    font-size: var(--font_sm);
    font-weight: 600;
}

#contact .inner dd {
    width: 68%;
}

form #submit-btn {
    margin-top: var(--contents_gutter_pc);
}

#contact .inner .form-left {
    margin-right: 4%;
}

#contact .inner dl dd input {
    width: 90%;
    overflow: hidden;
    margin: 1.5em 0;
    border-radius: 2px;
    background: var(--base_color);
    border-left: none;
    border-right: none;
    border-top: none;
    height: 43px;
    padding: 15px;
    font-size: var(--font_sm);
    border-bottom: 1px solid var(--text_color);
}

#contact .inner .select-wrap {
    overflow: hidden;
    width: 90%;
    margin: 1em 0 0 0;
    text-align: center;
}

#contact .inner .select-wrap select {
    width: 100%;
    padding-right: 2em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: var(--base_color);
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

#contact .inner .select-wrap select::-ms-expand {
    display: none;
}

#contact .inner .select-wrap.select-box {
    position: relative;
    border-radius: 2px;
    background: #f7f7f7;
    border-bottom: 1px solid #333;
}

#contact .inner .select-wrap.select-box::before {
    position: absolute;
    top: 1.8em;
    right: 1em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    pointer-events: none;
}

#contact .inner .select-wrap.select-box select {
    padding: 8px 38px 8px 8px;
    color: #333;
}

#message {
    width: 90%;
    height: 380px;
    margin: 1em 0;
    font-size: var(--font_sm);
    line-height: 22px;
    padding: 15px;
    border-radius: 2px;
    background: var(--base_color);
}

#submit-btn input[type="submit"] {
    width: 400px;
    display: block;
    background: var(--point_color02);
    padding: 5px;
    margin: 1rem auto;
    padding: 15px;
    font-size: var(--font_m);
    letter-spacing: 1px;
    text-align: center;
}

#submit-btn input[type="submit"]:hover {
    cursor: pointer;
}

select#contact-select {
    width: 100%;
    height: 43px;
    font-size: var(--font_sm);
    letter-spacing: 0.5px;
}



@media screen and (max-width:1200px) {
    header {
        width: 20%;
        padding-top: 5rem;
    }

    h1 {
        font-size: var(--font_sm);
        letter-spacing: 0.1rem;
        margin-bottom: 3rem;
    }

    h1 span {
        font-size: var(--font_m);
    }

    .main_v {
        width: 80%;
    }

    #g-nav ul .sns {
        margin: 2.5rem 0;
    }

    #lesson .btn {
        margin-top: 0;
    }

    #contact .inner {
        padding: 0 var(--contents_gutter_pc);
    }
}

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

    header {
        width: 100%;
        position: absolute;
        z-index: 100;
        padding-top: 0;
    }

    .logo {
        width: 120px;
        height: 120px;
        background: var(--base_color);
        padding: 1.5rem 0.1rem;
        margin: 10px 0 0 10px;
        position: fixed;
    }

    #main {
        display: block;
        margin-bottom: 0;
    }

    .main_v {
        width: 100%;
        position: relative;
    }

    .main_v img {
        max-width: 100%;
        object-fit: cover;
    }

    #profile {
        background-size: 18%;
    }

    .pro_wrap {
        max-width: 50%;
        display: block;
    }

    .pro_left {
        width: 35%;
        margin: 3rem auto;
    }

    .pro_right {
        width: 100%;
    }

    .pro_right h3 {
        text-align: center;
    }

    #profile {
        margin-bottom: 0;
    }

    .p_right {
        margin-right: var(--contents_side_gutter);
    }

    .slider li {
        height: auto;
    }

    #profile,
    #works,
    #lesson {
        margin-bottom: 0;
    }

    #contact .inner {
        padding: 0;
    }

    #contact .inner dt {
        width: 20%;
    }

    #contact .inner dd {
        width: 78%;
    }

    #submit-btn input[type="submit"] {
        width: 90%;
    }
}

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

    .main_v img {
        height: 100vh;
    }

    h2 {
        font-size: 4.5rem;
        letter-spacing: 2px;
        color: var(--base_color);
    }

    #profile {
        background-size: 25%;
        padding-bottom: var(--contents_gutter_sp);
    }

    .pro_wrap {
        max-width: 80%;
    }

    .pro_left {
        width: 40%;
        margin: 2rem auto;
    }

    .pro_right h3 {
        font-size: var(--font_m);
    }

    .pro_right dl dt {
        width: 100%;
        letter-spacing: 1px;
    }

    .pro_right h4 {
        font-size: var(--font_ms);
    }

    .pro_right dl {
        font-size: var(--font_ms);
        display: block;
        margin-bottom: 1rem;
        line-height: 1.6;
    }

    .p_right {
        text-align: center;
        font-size: var(--font_sm);
    }

    #works,
    #lesson {
        padding-bottom: var(--contents_gutter);
    }

    .btn,
    #lesson .btn,
    form #submit-btn {
        margin-top: var(--contents_gutter_sp);
    }

    #contact {
        padding-bottom: var(--contents_gutter);
    }

    #contact .inner dl {
        display: block;
    }

    #contact .inner dl dt,
    #contact .inner dl dd,
    #contact .inner dl dd input {
        width: 100%;
    }

    #contact .inner .select-wrap {
        width: 100%;
        margin: 1.5em 0;
    }

    #message {
        width: 100%;
        margin: 1em 0 0;
    }

    #submit-btn input[type="submit"] {
        width: 100%;
    }
}