html {
    scroll-behavior: smooth;
}
html {
    scroll-padding-top: 5vw;
}
img {
    width: 100%;
}
.sp {
    display: none;
}
ul,li {
    list-style-type: none;
}
body::before {
    content: "";
    width: 100vw;
    height: 100vh;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/bg.png);
}
header {
    display: grid;
    grid-template-columns: 25% 1fr;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 4.5vw;
    box-shadow: 0px 0px 15px -5px #777777;
}
.title_logo {
    display: block;
    margin: 0.5vw auto;
    padding: 0 5vw;
}
.header_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8vw;
}
.header_menu li {

}
.header_menu li a {
    color: #Fad871;
    text-decoration: none;
    font-size: 1.2vw;
    font-family: serif;
}
.main-wrapper {
    margin-top: 4.5vw;
    padding-bottom: 5vw;
}
.mv {
    margin-bottom: 3vw;
}
section {
    width: 51vw;
    background: #fff;
    padding: 1.3vw;
    margin: 0 auto 2vw;
}
.section_title {
    background: #000;
    color: #Fad871;
    font-family: serif;
    font-size: 1.8vw;
    font-weight: 300;
    padding: 0.3vw 1vw 0.5vw;
    margin-bottom: 1vw;
}
#info {

}
.info_text {
    padding: 0 1.5vw;
}
.info_text h3 {
    color: #003cc4;
    font-size: 1.7vw;
}
.info_text h4 {
    font-size: 1.3vw;
    margin-bottom: 0.7vw;
}
.info_text p {
    font-size: 0.8vw;
    line-height: 1.6;
}
.underline_y {
    background: linear-gradient(transparent 60%, #feff01 60%);
    line-height: 3.2;
}
.treatment {
    margin: 1vw 0;
    font-size: 0.8vw;
}
.treatment dt {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 0 0.3vw 0.1vw;
    margin-bottom: 0.3vw;
}
.treatment dd {
    line-height: 1.6;
}

#requirements {

}
.requirements_box {
    width: 96%;
    margin: auto;
}
.requirements_box h3 {

}
.requirements_box h4 {

}
.requirements_box p {

}
.salary_table {
    margin-bottom: 2vw;
}
.salary_table h4 {
    padding: 0.5vw;
    background: linear-gradient(180deg, #fbfbfb, #d5d5d5);
    border: solid 1px #000;
    border-radius: 0.5vw 0.5vw 0 0;
    font-size: 1vw;
    display: flex;
    align-items: center;
}
.classification {
    background: #000;
    color: #fff;
    padding: 0 0.6vw 0.1vw;
    border-radius: 3vw;
    margin-right: 0.5vw;
    font-size: 0.7vw;
}
.salary_table_content {
    display: grid;
    grid-template-columns: 20% 1fr;
}
.salary_table_content dt {
    text-align: center;
    padding: 0.3vw;
    background: #464646;
    color: #fff;
    font-size: 0.8vw;
    border-right: solid #000 1px;
    border-bottom: solid #000 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.salary_table_content dd {
    padding: 0.6vw 0.8vw;
    font-size: 0.8vw;
    border-right: solid #000 1px;
    border-bottom: solid #000 1px;
    line-height: 1.6;
}
.salary {
    font-size: 1.4em !important;
    color: #f00;
    font-weight: 600;
}
.salary-box {
    padding: 0.3vw 0.8vw !important;
}
.kodawari-point {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.4vw;
}
.kodawari-point li {
    text-align: center;
    border: solid 1px #838383;
    border-radius: 0.5vw;
    font-size: 0.8vw;
    padding: 0.3vw 0 0.4vw;
}
.message_box {
    display: grid;
    grid-template-columns: 37% 1fr;
    border: solid 1px;
    margin-bottom: 1vw;
}
.message_box h3 {
    background: #0c45c6;
    color: #fff;
    padding: 0.4vw 1vw 0.5vw;
    font-size: 1vw;
    grid-column: 1 / 3;
}
.message_image {
    padding: 0.7vw;
}
.message_text {
    padding: 1vw;
    font-size: 0.8vw;
    line-height: 1.6;
}
.StoreOverview {
    display: grid;
    grid-template-columns: 20% 1fr;
    margin: 0 auto;
    border-top: solid 1px;
    border-left: solid 1px;
    width: 95%;
}
.StoreOverview dt {
    background: #464646;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    font-size: 0.8vw;
}
.StoreOverview dd {
    font-size: 0.8vw;
    padding: 0.5vw 0.7vw;
    border-right: solid 1px;
    border-bottom: solid 1px;
}
#qa {

}
.qa_wrapper {
    width: 95%;
    margin: auto;
}
#qa h3 {
    color: #0942c5;
    font-size: 1.3vw;
    line-height: 1.8;
}
.qa_box {

}
.qa_box h4 {
    background: #0942c5;
    color: #fff;
    padding: 0.1vw 0.4vw 0.2vw;
    font-size: 1vw;
    margin-bottom: 0.7vw;
}
.qa_box dl {
    padding: 0 0.3vw;
}
.qa_box dl dt {
    font-size: 0.9vw;
    font-weight: 600;
}
.qa_box dl dd {
    margin: 0.3vw 1.3vw 1vw;
    line-height: 1.6;
    font-size: 0.8vw;
}
#HowToApply {

}
.HowToApply_wrapper {
    width: 95%;
    margin: auto;
}
.HowToApply_text {
    font-size: 0.8vw;
    line-height: 1.6;
    margin-bottom: 0.5vw;
}
#HowToApply h4 {
    font-size: 0.9vw;
    line-height: 1.6;
    margin-bottom: 0.5vw;
    color: #0942c5;
}
.ApplyFllow {

}
.ApplyFllow li {
    margin-bottom: 0.3vw;
    display: flex;
    align-items: center;
    gap: 0.3vw;
    font-size: 0.8vw;
}
.fllow_num {
    background: #0942c5;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.5vw;
    height: 1.5vw;
    font-size: 1.3vw;
    padding-bottom: 0.2vw;
}
.shop_comment {
    border: solid 1px;
    padding: 0.6vw;
    font-size: 0.75vw;
    line-height: 1.7;
}
.shop_comment h4 {
    margin-bottom: 0.1vw !important;
}
#form form {
    width: 95%;
    margin: auto;
    border-top: solid 1px #000;
}
#form dl {
    display: grid;
    grid-template-columns: 24% 1fr;
    align-items: center;
}
#form dl dt {
    background: #464646;
    padding: 1.1vw 0.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 0.8vw;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    height: 100%;
}
#form dl dt span {
    background: #ffff00;
    color: #000;
    padding: 0 0.4vw 0.1vw;
    border-radius: 0.3vw;
}
#form dl dd {
    padding: 0 1vw;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    height: 100%;
    display: flex;
    align-items: center;
}
#form dl dd input {
    border: solid 1px #888888;
    padding: 0.3vw;
    border-radius: 0.3vw;
}
.radio_box {
    display: flex;
    gap: 1vw;
}
#form dl dd textarea {
    width: 100%;
    border: solid 1px #888888;
    padding: 0.3vw;
    border-radius: 0.3vw;
    margin: 1vw auto;
}
.submit {
    text-align: center;
    padding: 1vw 0;
}
.submit button {
    background: linear-gradient(180deg, #fbfbfb, #d5d5d5);
    width: 50%;
    padding: 1.1vw;
    font-size: 1.2vw;
    font-weight: 700;
    border: solid 1px #000;
    border-radius: 0.5vw;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;
    font-family: serif;
    box-shadow: 0px 0px 15px -5px #777777;
}
footer p {
    font-size: 1.1vw;
    font-weight: 800;
    padding: 0 1vw;
}
.tel_btn.pc {
    text-decoration: none;
    color: #fff;
    background: #131455;
    font-size: 1.5vw;
    font-weight: 700;
    padding: 0.1vw 1.6vw 0.2vw;
    border-radius: 0.5vw;
}
.line_btn {
    text-decoration: none;
    color: #fff;
    background: #9a600c;
    font-size: 1.5vw;
    font-weight: 700;
    padding: 0.1vw 1.6vw 0.2vw;
    border-radius: 0.5vw;
}
.form_btn {
    text-decoration: none;
    color: #fff;
    background: #575757;
    font-size: 1.5vw;
    font-weight: 700;
    padding: 0.1vw 1.6vw 0.2vw;
    border-radius: 0.5vw;
}
.links {
    display: flex;
    gap: 0.5vw;
}
@media(max-width:768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    header {
        grid-template-columns: 60% 1fr;
        height: 17vw;
        z-index: 3;
    }html {
        scroll-padding-top: 18vw;
    }
    .title_logo {
        padding: 2vw 5vw 0;
    }
    .header_menu {
        display: block;
        position: fixed;
        top: 0;
        right: -50%;
        width: 50%;
        height: 100vh;
        background: #000;
        padding: 17vw 0;
        transition: right 0.3s ease;
    }
    .header_menu.active {
        right: 0; /* スライドイン */
    }
    .header_menu li a {
        font-size: 4.7vw;
        text-align: center;
        width: 100%;
        display: block;
        margin-bottom: 5vw;
        padding: 2.5vw;
    }
    .header_menu li {
        text-align: center;
    }
    .main-wrapper {
        margin-top: 17vw;
        padding-bottom: 20vw;
    }
    .overlay {
        opacity: 0;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 2;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }
    .overlay.active {
        opacity: 1;
        pointer-events: auto;
      }
    .mv {
        margin-bottom: 10vw;
    }
    section {
        width: 90vw;
        padding: 1.3vw 1.3vw 5vw;
        margin: 0 auto 2vw;
    }
    .section_title {
        font-size: 5vw;
        padding: 1vw 3vw 2vw;
        margin-bottom: 5vw;
    }
    .requirements_box {
        width: 96%;
        margin: auto;
    }
    .salary_table {
        margin-bottom: 5vw;
    }
    .salary_table h4 {
        padding: 1.5vw;
        border-radius: 1.5vw 1.5vw 0 0;
        font-size: 4vw;
        display: flex;
        align-items: center;
    }
    .classification {
        padding: 0 3vw 0.5vw;
        border-radius: 3vw;
        margin-right: 3vw;
        font-size: 2.9vw;
    }.salary_table_content {
        grid-template-columns: 1fr 3fr;
    }
    .salary_table_content dt {
        text-align: center;
        padding: 0.3vw 1vw;
        font-size: 3.4vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .salary_table_content dd {
        padding: 2.6vw 1.8vw;
        font-size: 3.4vw;
        border-right: solid #000 1px;
        border-bottom: solid #000 1px;
        line-height: 1.6;
        padding: 2vw!important;
    }
    .salary-box {
        padding: 0.3vw 0.8vw !important;
    }
    .kodawari-point {
        grid-template-columns: repeat(2, 1fr);
        gap: 1vw;
    }
    .kodawari-point li {
        border-radius: 1.5vw;
        font-size: 3.4vw;
        padding: 1vw 0 1.2vw;
    }
    .message_box {
        grid-template-columns: 1fr;
        margin-bottom: 3vw;
    }
    .message_box h3 {
        padding: 0.6vw 2vw 1.3vw;
        font-size: 3.4vw;
        grid-column: 1 / 2;
    }
    .message_image {
        padding: 3vw;
    }
    .message_text {
        padding: 3vw;
        font-size: 3.4vw;
    }
    .StoreOverview dt {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3.4vw;
    }
    .StoreOverview dd {
        font-size: 3.4vw;
        padding: 3.5vw 1.7vw;
    }
    .StoreOverview dd {
        font-size: 3.4vw;
        padding: 3.5vw 1.7vw;
    }
    .qa_box dl {
        padding: 0 0.3vw;
    }
    .qa_box dl dt {
        font-size: 3.6vw;
    }
    .qa_box dl dd {
        margin: 1.3vw 3.4vw 4vw;
        font-size: 3.4vw;
    }
    .HowToApply_text {
        font-size: 3.4vw;
        margin-bottom: 0.5vw;
    }
    #HowToApply h4 {
        font-size: 3.6vw;
        margin-bottom: 0.5vw;
    }
    .ApplyFllow li {
        margin-bottom: 3.3vw;
        gap: 2.3vw;
        font-size: 3.4vw;
    }
    .fllow_num {
        width: 8.5vw;
        height: 8.5vw;
        font-size: 5.8vw;
        padding-bottom: 0.5vw;
    }
    .shop_comment {
        padding: 2.6vw;
        font-size: 3.4vw;
    }
    #form form {
        border: solid 1px #000;
    }
    #form dl {
        grid-template-columns: 1fr;
    }
    #form dl dt {
        font-size: 3.4vw;
        border-bottom: solid 1px #000;
        border-left: none;
        border-right: none;
        padding: 2.1vw 2.5vw;
    }
    #form dl dt span {
        padding: 0 0.4vw 0.1vw;
        border-radius: 0.3vw;
    }
    #form dl dd {
        padding: 2vw;
        border-right: none;
        border-bottom: none;
        display: flex;
        align-items: center;
    }
    .radio_box {
        display: flex;
        gap: 1vw;
        flex-direction: column;
        align-items: flex-start !important;
    }
    .submit {
        text-align: center;
        padding: 5vw 0;
    }
    .submit button {
        width: 77%;
        padding: 2vw;
        font-size: 4.2vw;
        border-radius: 1.5vw;
    }
    .info_text h3 {
        font-size: 5.7vw;
    }
    .info_text h4 {
        font-size: 3.6vw;
    }
    .info_text p {
        font-size: 3.4vw;
        margin-bottom: 5vw;
    }
    .treatment {
        margin: 5vw 0;
        font-size: 3.4vw;
    }.treatment dt {
        padding: 0.6vw 5vw;
        margin-bottom: 2vw;
    }
    #qa h3 {
        font-size: 4.2vw;
    }
    .qa_box h4 {
        padding: 1.1vw 3.4vw 2vw;
        font-size: 3.8vw;
        margin-bottom: 0.7vw;
    }
    footer {
        flex-direction: column;
    }
    footer p {
        font-size: 3.6vw;
    }
    .links {
        display: grid;
        gap: 1vw;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        padding: 1vw;
    }
    .tel_btn.sp {
        text-decoration: none;
        color: #fff;
        background: #131455;
        font-size: 5.2vw;
        font-weight: 700;
        padding: 0.1vw 1.6vw 0.2vw;
        border-radius: 1.5vw;
        text-align: center;
    }
    .line_btn {
        text-decoration: none;
        color: #fff;
        background: #9a600c;
        font-size: 5.2vw;
        font-weight: 700;
        padding: 0.1vw 1.6vw 0.2vw;
        border-radius: 1.5vw;
        text-align: center;
    }
    .form_btn {
        text-decoration: none;
        color: #fff;
        background: #575757;
        font-size: 5.2vw;
        font-weight: 700;
        padding: 0.1vw 1.6vw 0.2vw;
        border-radius: 1.5vw;
        text-align: center;
    }
    .material-symbols-outlined {
        font-size: 13vw !important;
    }
    .menu_icon.sp {
        color: #fff;
        width: 15vw;
        height: 15vw;
        position: fixed;
        top: 1%;
        right: 1%;
        text-align: center;
        z-index: 5;
    }
}