@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');


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

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    background-color: #fff;
    color: #000;
}

.sp-only {
    display: none;
}

.pc-only {
    display: block;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

sup {
    vertical-align: top;
    font-size: 80%;
}

::-webkit-full-page-media,
:future,
:root sup {
    vertical-align: text-top;
}

.wrap {
    width: 920px;
    margin: 0 auto;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 60px;
    margin-bottom: 25px;
}

#logotype {
    flex: none;
    width: 271px;
    height: 61px;
    margin-right: 80px;
}

#logotype a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

header .inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 380px;
}

#contact {
    flex: none;
    width: 189px;
    height: 61px;
}

#contact a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#contact a:hover {
    opacity: 0.8;
}

address {
    flex: none;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    margin-right: 20px;
}

#access {
    flex: none;
    width: 135px;
    height: 57px;
}

#access a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catchphrase {
    width: 100%;
    height: 68px;
}

.catchphrase img {
    object-fit: contain;
}

.main_visual {
    width: 100%;
    margin-bottom: 66px;
}

.main_visual img {
    object-fit: contain;
}

.renewal {
    margin-bottom: 25px;
    font-size: 2.6rem;
    font-weight: 600;
    color: #F3B92D;
    text-align: center;
}

.tt {
    margin-bottom: 25px;
    font-size: 4.8rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2em;
}

.speech_bubble {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 675px;
    height: 56px;
    margin: 0 auto 70px;
    padding: 10px;
    background: #F3B92D;
    /* text-align:center; */
    color: #fff;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.speech_bubble:after {
    content: "";
    position: absolute;
    top: 94%;
    left: 50%;
    width: 56px;
    height: 28px;
    background-color: #F3B92D;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
}

section {
    margin-bottom: 110px;
}

section .st {
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    margin-bottom: 60px;
    padding-left: 25px;
    font-size: 2.4rem;
    font-weight: 600;
    border-top: 6px solid #F3B92D;
    border-bottom: 1px solid #000;
}

.feature_wrap {
    display: flex;
    justify-content: space-around;
}

.feature_inner {
    width: 566px;
}

#feature .icon {
    width: 99px;
    height: 123px;
}

#feature .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img_block .feature_img {
    width: 156px;
    height: 156px;
    margin-bottom: 80px;
    border-radius: 8px;
    overflow: hidden;
}

.img_block .feature_img:first-child {
    margin-top: 70px;
}

.img_block .feature_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.f_wrap {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 50px;
}

.f_wrap .inner {
    width: 425px;
    padding-top: 20px;
}

.f_wrap:nth-child(4) h4 {
    padding-top: 40px;
}

.f_wrap h4 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #F3B92D;
}

.f_wrap ul li {
    position: relative;
    padding-left: 22px;
    letter-spacing: 0.15em;
}

.f_wrap ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #F3B92D;
    clip-path: circle(5px at 50% 50%);
}

#course {
    width: 830px;
    margin: 0 auto;
}

#course .inner {
    padding: 0;
}

#course ul {
    width: 675px;
}

#course ul li {
    display: inline-block;
    margin-right: 4px;
}

#course .note {
    margin-top: 14px;
    margin-left: 5px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #F3B92D;
}

.triangle_rs {
    position: relative;
    margin-left: 50px;
    padding-left: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    color: #F3B92D;
}

.triangle_rs::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 20px;
    background-color: #F3B92D;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translateY(-50%);
}

#flowchart ul {
    width: 512px;
    margin: 0 auto;
}

#flowchart ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    margin: 0 auto 40px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #F3B92D;
    background-color: #FDF5E0;
    border: 1px solid #E6782D;
}

#flowchart ul li:nth-child(-n+3) {
    position: relative;

}

#flowchart ul li:nth-child(-n+3)::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 22px;
    height: 18px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
    background-color: #E6782D;
    ;
}

.triangle_b {
    position: relative;
}

.triangle_b::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 50%;
    width: 56px;
    height: 28px;
    background-color: #F3B92D;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
}

/* 料金 */
.lesson_wrap {
    display: flex;
    justify-content: space-around;
    width: 674px;
    margin: 0 auto 40px;
}

.lesson .l_cours {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 300px;
    height: 57px;
    margin: 0 auto 30px;
    padding-left: 66px;
    border: 1px solid #F3B92D;
    border-radius: 6px;
    font-size: 2.2rem;
    font-weight: 600;
    color: #F3B92D;
}

.lesson.gl .l_cours {
    padding-left: 87px;
}

.lesson .l_cours::before {
    position: absolute;
    left: 15px;
    top: 11px;
    content: "";
    width: 40px;
    height: 35px;
    background: url(../img/icon_lesson_pl.gif) no-repeat center center/contain;
}

.lesson.gl .l_cours::before {

    left: 13px;
    top: 11px;
    content: "";
    width: 55px;
    height: 35px;
    background: url(../img/icon_lesson_gl.gif) no-repeat center center/contain;
}

.lesson .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lesson .inner .hour {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    margin: 0 30px 0 10px;
    border-radius: 50%;
    font-size: 3.0rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
    background: #F3B92D;
}

.lesson .inner .hour span {
    font-size: 1.4rem;
}

.lesson .inner .price {
    font-size: 3.8rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
}

.lesson .inner .price span {
    font-size: 2.0rem;
    font-weight: 600;
}

#pricing .details {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

#pricing .details+.details {
    margin-bottom: 60px;
}

#pricing .note {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 60px;
    color: #F3B92D;
}

#pricing .note a {
    color: #F3B92D;
    text-decoration: underline;
}

#pricing .note a:hover {
    color: #E6782D;
    text-decoration: underline;
}

/* ご利用者様 */

#customer .case {
    margin-bottom: 120px;
}

#customer .client,
#customer .solution {
    margin-bottom: 40px;

    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #E6782D;
    text-align: center;
}

#customer .client span,
#customer .solution span {
    font-size: 2.4rem;
}

#customer .solution {
    position: relative;
    width: max-content;
    margin: 0 auto 40px;
}

#customer .solution::before {
    content: "";
    position: absolute;
    top: -80%;
    left: 50%;
    width: 46px;
    height: 22px;
    background-color: #E6782D;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
}

#customer .solution::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: 5px;
    width: 46px;
    height: 56px;
    background: url(../img/img_thumbs-up.gif) no-repeat center center/contain;
    transform: translateX(100%);
}

#customer .solution span {
    color: #000;
}

#customer .problem {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 680px;
    height: 132px;
    margin: 0 auto 50px 130px;
    border: 2px solid #F3B92D;
    border-radius: 23px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2;
    color: #F3B92D;
    text-align: center;
}

#customer .problem::before {
    content: "お悩み";
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 97px;
    height: 97px;
    border-radius: 50%;
    background-color: #F3B92D;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    transform: translate(-50%, -50%);

}

#customer .problem::after {
    content: "";
    position: absolute;
    right: 188px;
    top: -23px;
    width: 29px;
    height: 23px;
    background: url(../img/img_onayamiwaku.gif) no-repeat center center/contain;

}

#customer .user_wrap {
    display: flex;
    justify-content: space-between;
    width: 700px;
    margin: 0 auto 60px 90px;
}

#customer .user_photo {
    flex: none;
    width: 104px;
    height: 104px;
    margin-top: 10px;
}

#customer .user_photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

#customer .inner {
    width: 560px;
}

#customer .user {
    font-size: 1.6rem;
    margin-bottom: 14px;
}

#customer .user span {
    font-size: 2.2rem;
    font-weight: 600;
}

#customer .impressions {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

/* 学習者様からの声 */
#student>.row {
    display: flex;
    justify-content: space-between;
    width: 750px;
    margin: 0 auto;
}

#student .student_wrap {
    width: 750px;
    margin: 0 auto 80px;
}

#student .row .student_wrap {
    width: 340px;
    margin: 0 0 80px;
}

#student .student_wrap>.row {
    display: flex;
    justify-content: space-between;
    width: 340px;
    margin: 0 0 20px;
}

#student .student_wrap .inner {
    width: 556px;

}

#student .student_wrap .row>.inner {
    width: 214px;

}

#student .student_photo {
    flex: none;
}

#student #g1 .student_photo {
    width: 156px;
    height: 223px;
}

#student #g2 .student_photo {
    width: 156px;
    height: 156px;
}

#student .row>.student_photo {
    flex: none;
    width: 108px;
    height: 108px;
}

#student .student_photo img {
    width: 100%;
    border-radius: 8px;
    object-fit: contain;
}

#student .participant {
    font-size: 1.6rem;
    margin-bottom: 4px;
}

#student .participant span {
    font-size: 2rem;
    font-weight: 600;
}

#student .level {
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 18px;
    padding-left: 1em;
    line-height: 1;
}

#student .level::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1;
    width: 18px;
    height: 18px;
    background-color: #F3B92D;
    clip-path: circle(7px at 50% 50%);
}

#student .level span {
    font-weight: 600;
    color: #E6782D;

}

#student #g3 .level,
#student #g4 .level {
    position: relative;
    font-size: 1.3rem;
    margin-bottom: 14px;
    padding-left: 1.2em;
    line-height: 1.1;
}

#student #g3 .level::before,
#student #g4 .level::before {
    top: 1px;
    width: 14px;
    height: 14px;
    clip-path: circle(6px at 50% 50%);
}

::-webkit-full-page-media,
:future,
:root #student #g3 .level::before,
::-webkit-full-page-media,
:future,
:root #student #g4 .level::before {

    top: -1px;
}

#student .course {
    margin-bottom: 20px;
}

#student .impressions {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.contact_footer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 920px;
    height: 60px;
    margin: 0 auto;
    border-radius: 8px;
    background: #E6782D;
}

.contact_footer a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 910px;
    height: 50px;
    margin: 5px;
    border-radius: 10px;
    background: #F3B92D;
}

.contact_footer a span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}

.contact_footer a span::before {
    content: "";
    width: 34px;
    height: 22px;
    margin-right: 7px;
    background: url(../img/icon_mail.png) no-repeat center center/contain;
}

.contact_footer:has(a:hover) {
    background: #e49560;
}

.contact_footer a:hover {
    background: #f4c555;
}

/* フォーム */

#inq h1 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    margin: 60px auto 30px;
    padding-left: 25px;
    font-size: 2.4rem;
    font-weight: 600;
    border-top: 6px solid #F3B92D;
    border-bottom: 1px solid #000;
}

#inq .ex {
    padding-left: 60px;
}

#inq table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

#inq th,
#inq td {
    padding: 14px;
    border-bottom: 1px dashed #ccc;
    font-size: 1.6rem;
}

#inq th {
    width: 20%;
    font-weight: normal;
    vertical-align: middle;
    color: #E6782D;
}

#inq .youken {
    margin-right: 10px;
    color: #E6782D;
}

#inq .button-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 60px;
}

#inq .button {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    background: #E6782D;
    border: none;
    cursor: pointer;
}

#inq .button span {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 50px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    background: #F3B92D;
}

#inq .button:hover {
    background: #e49560;
}

#inq .button span:hover {
    background: #f4c555;
}

#thanks h1 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    margin: 60px auto 30px;
    padding-left: 25px;
    font-size: 2.4rem;
    font-weight: 600;
    border-top: 6px solid #F3B92D;
    border-bottom: 1px solid #000;
}
#thanks #contents p {
    width: 100%;
    font-size: 2rem;
    text-align: center;
}
#thanks .home {
    width: 200px;
    height: 60px;
    margin: 120px auto;
    
    font-size: 1.8rem;
    color: #fff;
}
#thanks .home a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: #F3B92D;
    color: #fff;
}
#thanks .home a:hover {
    background: #f4c555;
}
#thanks footer {
    position: absolute;
    left: 0;
    bottom: 0;
}

#policy {
    width: 100%;
    margin: 10px auto;
}

#policy a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    color: #333;
}

#policy a:hover {
    color: #E6782D;
}

.fixMenu {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    bottom: 40px;
    right: 40px;
    width: 60px;

}

.pagetop,
.return {
    position: relative;
    width: 60px;
    padding-top: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.return {
    width: 40px;
    height: 68px;
    padding-top: 40px;
}

.return a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/return.png) no-repeat top center/contain;
}

.pagetop::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 40px;
    height: 40px;
    background: url(../img/pagetop.png) no-repeat center center/contain;
    transform: translateX(-50%);
}


footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32px;
    font-size: 1.1rem;
    color: #fff;
    background: #2d2819;
}

footer a {
    font-style: normal;
    color: #fff;
}

@media (max-width: 767px) {
    .sp-only {
        display: block;
    }

    .pc-only {
        display: none;
    }

    img {
        vertical-align: top;
    }

    .wrap {
        width: 320px;
    }

    header {
        flex-direction: column;
        margin-bottom: 0;
    }

    #logotype {
        margin: 0 10px 20px 0;
    }

    #contact {
        width: 100%;
        height: 32px;
        margin: 0 auto 10px;
        border: 2px solid #E6782D;
        border-radius: 8px;
        background: #F3B92D;
    }

    #contact img {
        display: none;
    }

    #contact a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    #contact a::before {
        content: "";
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25px;
        height: 16px;
        margin-right: 3px;
        background: url(../img/icon_mail.png) no-repeat center center/contain;
    }

    #contact a::after {
        content: "お問い合わせはこちらより";
        display: flex;
        justify-content: center;
        align-items: center;
        width: max-content;
        height: auto;
        color: #fff;
    }

    header .inner {
        justify-content: space-between;
        width: 100%;
    }

    address {
        margin: 0 auto 20px;
        font-size: 1.1rem;
        font-weight: normal;
    }

    #access {
        width: 100px;
        height: 42px;
        margin: 0 auto 20px;
    }

    .catchphrase {
        height: auto;
    }

    .catchphrase img {
        width: 100%;
        height: auto;
    }

    .main_visual {
        height: auto;
        margin-bottom: 30px;
    }

    .main_visual img {
        width: 100%;
        height: auto;

    }

    .renewal {
        font-size: 1.6rem;
    }

    .triangle_b::before {
        content: "";
        position: absolute;
        top: -100%;
        left: 50%;
        width: 28px;
        height: 14px;
        background-color: #F3B92D;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        transform: translateX(-50%);
    }

    .tt {
        font-size: 3.2rem;
    }

    .speech_bubble {
        width: 100%;
        height: auto;
        padding: 10px 20px;
        font-size: 2rem;
        letter-spacing: 0;
    }

    section .st {
        padding: 0;
        justify-content: center;
    }

    .feature_wrap {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .feature_inner {
        width: 100%;
    }

    .f_wrap {
        flex-direction: column;
        margin-bottom: 60px;
    }

    #feature .icon {
        margin: 0 auto;
    }

    .f_wrap .inner {
        width: 100%;
        padding: 0;
    }

    .img_block {
        display: flex;
        justify-content: space-between;
        gap: 4px;
    }

    .img_block .feature_img {
        height: auto;
        margin-bottom: 0px;
        border-radius: 8px;
        overflow: hidden;
    }

    .img_block .feature_img:first-child {
        margin-top: 0px;
    }

    .img_block .feature_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 8px;
    }

    #course {
        width: 100%;
    }

    #course ul {
        width: 100%;
    }

    .f_wrap h4 {
        margin-bottom: 0;
    }

    .f_wrap:nth-child(4) h4 {
        padding-top: 0;
    }

    section#flowchart .st {
        justify-content: space-around;
        height: auto;
        padding: 12px 0;
    }

    .triangle_rs {
        width: 50%;
        margin-left: 0;
        padding-left: 20px;
        font-size: 1.4rem;
        line-height: 1.2;
    }

    .triangle_rs::before {
        top: -2px;
        left: 0;
        width: 14px;
        height: 18px;
        transform: translateY(50%);
    }

    #flowchart ul {
        width: 100%;
    }

    #flowchart ul li {
        height: 56px;
        font-size: 1.6rem;

    }

    /* 料金 */
    .lesson_wrap {
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        margin: 0 auto 40px;
    }

    .lesson {
        margin: 0 auto 60px;
    }

    .lesson .l_cours {
        margin: 0 auto 10px;
    }

    #customer .client,
    #customer .solution {
        margin-bottom: 60px;
        font-size: 2.4rem;

    }

    #customer .client span,
    #customer .solution span {
        font-size: 1.8rem;
    }

    #customer .problem {
        width: auto;
        height: auto;
        margin: 0 0 40px 10px;
        padding: 40px 1em 20px;
        text-align: left;

    }

    #customer .problem::before {
        width: 80px;
        height: 80px;
        font-size: 1.8rem;
        transform: translate(-10%, -50%);

    }

    #customer .problem::after {
        right: 80px;

    }

    #customer .solution span {
        display: block;
        font-size: 1.8rem;
    }

    #customer .solution::before {
        top: 0;
        width: 40px;
        height: 19px;
        transform: translate(-40%, -100%);
    }

    #customer .user_wrap {
        flex-direction: column;
        width: 100%;
        margin: 0 auto 60px 0;
    }

    #customer .user_photo {
        margin-top: 0;
    }

    #customer .inner {
        width: 100%;
        margin-top: -70px;
    }

    #customer .user {
        margin: 0 0 20px 120px;
    }

    /* 学習者様からの声 */
    #student>.row {
        display: block;
        width: 100%;
    }

    #student .student_photo {
        margin: 0 auto;
    }

    #student .student_wrap .inner {
        width: 100%;

    }

    #student .level {
        font-size: 1.3rem;
    }

    #student #g1 .level::before,
    #student #g2 .level::before {
        top: 1px;
        width: 14px;
        height: 14px;
        clip-path: circle(6px at 50% 50%);
    }

    .contact_footer {

        width: 100%;

    }

    .contact_footer a span {

        font-size: 1.6rem;
        line-height: 1;

    }

    .contact_footer a span::before {
        width: 28px;
        height: 18px;

    }

    #inq h1 {
        margin-top: 0;
        font-size: 1.8rem;
    }

    #inq table,
    #inq tbody,
    #inq tr {
        display: block;
        width: 320px;
    }

    #inq th,
    #inq td {
        display: block;
        width: 100%;
    }
    #inq th {
        text-align: left;
        border-bottom: none;
        padding: 14px 14px 5px;
    }
    #inq td {
        text-align: left;
        padding: 5px 14px 14px;
    }
    #inq td input[type="text"],
    #inq td input[type="email"] {
        width: 90%;
    }
    #inq textarea {
        width: 90%;
    }
    #inq .youken {
        display: block;
        margin-right: 0;
        color: #E6782D;
    }

    #inq .button-block {
        width: 100%;
        gap: 0;
    }

    #inq .button {
        flex: none;

        width: 150px;
        height: 50px;
        border-radius: 4px;
 
    }
    
    #inq .button span {

        width: 144px;
        height: 44px;
        border-radius: 6px;

    }
    #thanks h1 {
        display: flex;
        align-items: center;
        width: 100%;
        height: 54px;
        margin: 60px auto 30px;
        padding-left: 25px;
        font-size: 2.4rem;
        font-weight: 600;
        border-top: 6px solid #F3B92D;
        border-bottom: 1px solid #000;
    }
    #thanks footer {
        position: absolute;
        bottom: 0;
    }
    



    .fixMenu {
        position: fixed;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        bottom: 0;
        right: 2px;
        width: 130px;
        padding-top: 10px;
        background: rgba(255, 255, 255, 60%);
        border-radius: 20px;

    }

    .pagetop {
        position: relative;
        padding-top: 40px;
    }

    .pagetop::before {
        top: 0;
    }

}