@charset "UTF-8";

/* きょうつう */
:root {
    /* 丸和さん水色 */
    --main-color: #0074bc;

    /* 丸和さん青色 */
    --sub-color: #004193;

    /* 丸和さん文字色 */
    --text-color: #021936;
}

html {
    height: 100%;
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1.5;
    background-color: #fff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
}

p {
    font-size: 1.25rem;
    color: var(--text-color);
}

a {
    text-decoration: none !important;
    display: inline-block;
}

span {
    display: inline-block;
}

.sp {
    display: none;
}









/* へっだー */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    /* max-width: 1500px; */
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}

h1 {
    background-color: #fff;
    border-right: 2px solid var(--sub-color);
    border-bottom: 2px solid var(--sub-color);
    border-left: 2px solid var(--sub-color);
    border-radius: 0 0 16px 16px;
    padding: 18px 34px;
    box-shadow: 2px 2px 6px rgb(0, 0, 0, .25);
}

h1 img {
    width: 250px;
}

header nav.pc {
    background-color: #fff;
    border-top: 2px solid var(--sub-color);
    border-bottom: 2px solid var(--sub-color);
    border-left: 2px solid var(--sub-color);
    border-radius: 100px 0 0 100px;
    padding: 12px 0 12px 40px;
    box-shadow: 2px 2px 6px rgb(0, 0, 0, .25);
    flex: 1;
    max-width: 600px;
}

header ul {
    font-size: clamp(0.9rem, 0.75rem + 0.3125vw, 1.125rem);
    font-weight: bold;
    display: flex;
    gap: 32px;
}

header a {
    color: var(--main-color);
}





/* ふったー */
footer {
    font-size: 1.125rem;
    text-align: center;
    margin-top: 100px;
    background-image: url(../img/common/footer_bg_left.webp), url(../img/common/footer_bg_right.webp);
    background-repeat: no-repeat;
    background-size: 45%, 45%;
    background-position: left bottom, right bottom;
    position: relative;
}

#store_page footer {
    margin-top: 500px;
}

.bottom_bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.contact {
    margin-bottom: 170px;
}

.contact h4 a {
    font-weight: bold;
    font-size: 2rem;
    color: var(--main-color);
    margin-bottom: 16px;
}

/* .contact a {
    font-family: "Roboto", sans-serif;
    color: var(--text-color);
} */

.contact dl {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-top: 8px;
}

.contact div {
    display: flex;
}

.contact time {
    font-size: 1.25rem;
}

.contact img {
    width: 415px;
    margin-top: 40px;
}

footer ul {
    display: flex;
    justify-content: center;
    gap: 1.5em;
    width: 87.5%;
    max-width: 960px;
    margin: auto;
    padding: 10px;
    background-color: #fff;
    border: 2px solid var(--sub-color);
    border-radius: 100px;
    box-shadow: 2px 2px 6px rgb(0, 0, 0, .25);
}

footer ul a {
    color: var(--main-color);
    font-weight: bold;
}

footer p {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 1rem;
    background-color: var(--sub-color);
    margin-top: 40px;
    padding: 10px;
}










/* きょうつうぱーつ */
section {
    margin-top: 90px;
}

#recruit_page section {
    margin-top: 140px;
}

.wrapper {
    width: 87.5%;
    max-width: 1000px;
    margin: auto;
}

.sec_ttl {
    font-size: 1.9375rem;
    color: var(--main-color);
    text-align: center;
}

.sec_con {
    margin-top: 32px;
}

.sec-img {
    box-shadow: 0 0 16px rgb(0, 0, 0, .25);
}

.scroll_target {
    opacity: 0;
    translate: 0 80px;
    transition: all .8s ease-out;
}

.scroll_target.active {
    opacity: 1;
    translate: 0 0;
}










/* とっぷふぁーすとびゅー */
#top_page .first_view {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#top_page .first_view h2 {
    width: 80%;
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 9;
}

#top_page .first_view .first_view_movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

#top_page .first_view .first_view_movie iframe {
    width: 177.78vh;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

#top_page .first_view .first_view_decoration {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    translate: 40% 40%;
}

/* #top_page .first_view {
    height: 115vh;
    display: flex;
    align-items: flex-end;
    background-image: url(../img/top/top_mainvisual.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#top_page .first_view h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: clamp(2.25rem, 1.279rem + 4.14vw, 6.25rem);
    line-height: 1;
    text-align: left;
    margin-left: 3%;
    margin-bottom: 30vh;
}

#top_page .first_view h2 span {
    color: #fff;
    font-size: clamp(0.875rem, 0.723rem + 0.65vw, 1.5rem);
    line-height: 1.5;
    display: block;
} */






/* とっぷいんふぉめーしょん */
#information dl {
    font-size: 1.75rem;
    border-top: 3px solid var(--sub-color);
    border-bottom: 3px solid var(--sub-color);
    padding: 24px 0;
}

#information dl div {
    margin-top: 1em;
}

#information dl div:first-child {
    margin-top: 0;
}

#information dl a {
    color: var(--text-color);
    display: flex;
    gap: 1em;
}





/* とっぷせくしょんきょうつう */
.sec-img {
    margin-bottom: 30px;
}





/* とっぷぷれじでんと */
#president #top_splide {
    background-image: url(../img/top/top_president_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 64px 0;
}

#president .splide__slide {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}

#president .splide__slide div {
    max-width: 640px;
    margin: auto;
}

#president .splide__slide h4 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-top: 24px;
}

#president .splide__slide p {
    font-size: 1.125rem;
    margin-top: 16px;
}

#president .splide__arrow--prev {
    aspect-ratio: 70/79;
    width: 54px;
    height: auto;
    background: none;
    background-image: url(../img/top/top_slide_arrow_prev.svg);
    background-size: cover;
    left: 20%;
}

#president .splide__arrow--next {
    aspect-ratio: 70/79;
    width: 54px;
    height: auto;
    background: none;
    background-image: url(../img/top/top_slide_arrow_next.svg);
    background-size: cover;
    right: 20%;
}











/* かそうぺーじきょうつう */
.lower_page .first_view {
    padding-top: 100px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    overflow-x: hidden;
}

#business_page .first_view {
    background-image: url(../img/business/business_first_view_bg.webp);
}

#about_page .first_view {
    background-image: url(../img/about/about_first_view_bg.webp);
}

#recruit_page .first_view {
    background-image: url(../img/recruit/recruit_first_view_bg.webp);
}

#store_page .first_view {
    background-image: url(../img/store/store_first_view_bg.webp);
}

.first_view .wrapper div {
    position: relative;
}

.first_view .wrapper div img:first-child {
    border-radius: 32px;
    box-shadow: 0 0 30px 25px #fff;
    margin-bottom: 24px;
}

.first_view .wrapper div img:nth-child(2) {
    width: 20%;
    position: absolute;
    bottom: 0;
    right: 0;
    translate: 50% 30%;
}

#recruit_page .first_view .wrapper div img:nth-child(2) {
    width: 30%;
    left: 0;
    translate: -30% 40%;
}

#store_page .first_view .wrapper div img:nth-child(2) {
    width: 25%;
}

.first_view h2 {
    color: var(--main-color);
    font-size: 1.9375rem;
    text-align: center;
}

.lower_page .sec_ttl {
    font-size: 2.5rem;
}

.bottom_visual {
    margin-top: 90px;
}

#recruit_page .bottom_visual {
    margin-top: 140px;
}

.bottom_visual .wrapper {
    position: relative;
}

.bottom_visual .wrapper img:first-child {
    border-radius: 16px;
    box-shadow: 0 0 16px rgb(0, 0, 0, .25);
}

.bottom_visual .wrapper img:last-child {
    width: 18%;
    position: absolute;
    left: 0;
    bottom: 0;
    translate: -50% 50%;
}

#about_page .bottom_visual .wrapper img:nth-child(2) {
    width: 18%;
    position: absolute;
    right: 0;
    top: 0;
    translate: 25% -25%;
}

#about_page .bottom_visual .wrapper img:last-child {
    width: 30%;
}

#recruit_page .bottom_visual:first-of-type img:last-child {
    left: initial;
    right: 0;
    translate: 15% 50%;
}

#recruit_page .bottom_visual:nth-of-type(2) img:last-child {
    width: 30%;
    left: initial;
    right: 0;
    translate: 15% 50%;
}

#recruit_page .bottom_visual:last-of-type img:last-child {
    translate: -40% 30%;
}










/* じぎょうしょうかいぺーじ */
.first_view .red_text {
    color: #ff383f;
}

#business_philosophy ul {
    display: flex;
    justify-content: space-between;
    gap: 3%;
}

#business_philosophy ul p {
    color: var(--main-color);
    font-size: clamp(1.25rem, 0.5rem + 1.56vw, 1.75rem);
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}

#business_employee ul {
    margin-top: 50px;
}

#business_employee ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5%;
    margin-top: 40px;
}

#business_employee ul li:nth-child(even) {
    flex-direction: row-reverse;
}

#business_employee ul li img {
    width: 350px;
}

#business_employee .name {
    font-size: 1.75rem;
}

#business_employee .birth {
    font-size: 1.125rem;
    margin-top: 16px;
}

#business_employee .introduction {
    font-size: 1.125rem;
    margin-top: 16px;
}










/* かいしゃあんないぺーじ */
#about_companyprofile dl {
    font-size: 1.75rem;
    border-top: 2px solid var(--text-color);
    border-bottom: 2px solid var(--text-color);
}

#about_companyprofile dl div {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid var(--text-color);
    padding: 0 42px 0 14px;
}

#about_companyprofile dl div:first-child {
    border-top: none;
}

#about_companyprofile dl div:nth-child(odd) {
    background-color: #f6fbff;
}

#about_companyprofile dt {
    flex-shrink: 0;
    width: 30%;
    max-width: 216px;
}

#about_companyprofile dd {
    font-weight: 400;
    border-left: 1px solid var(--text-color);
    padding: 24px 0 24px 32px;
}

.sub_visual {
    margin-top: 100px;
    height: 50vh;
    display: flex;
    background-image: url(../img/top/top_mainvisual.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.sub_visual h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: clamp(2.25rem, 1.279rem + 4.14vw, 6.25rem);
    line-height: 1;
    text-align: left;
    margin-left: 3%;
    margin-top: 8vh;
    text-shadow: 0 0 16px rgb(0, 0, 0, .5);
}

.sub_visual h2 span {
    color: #fff;
    font-size: clamp(0.875rem, 0.723rem + 0.65vw, 1.5rem);
    line-height: 1.5;
    display: block;
}










/* さいようじょうほうぺーじ */
#recruit_page ol {
    margin-top: 100px;
}

#recruit_page ol li {
    margin-top: 20px;
}

#recruit_page ol li:not(:last-child)::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    margin: 20px auto 0 auto;
    background-image: url(../img/recruit/recruit_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#recruit_page ol h4 {
    color: var(--sub-color);
    font-size: 2.125rem;
}

#recruit_page ol li div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 16px;
}

#recruit_page ol li div p {
    font-size: 1.375rem;
    width: 48%;
}

#recruit_page ol li div img {
    width: 48%;
}

#recruit_benefits ul {
    width: fit-content;
    margin: auto;
}

#recruit_benefits li {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
}

#recruit_benefits li img {
    width: 190px;
}

#recruit_benefits li h4 {
    font-size: clamp(1.875rem, 1.688rem + 0.39vw, 2rem);
    color: var(--sub-color);
}

#recruit_benefits li p {
    font-size: 1.625rem;
    color: var(--main-color);
    margin-top: 16px;
}

#recruit_information li {
    background-color: #f5fbff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgb(0, 0, 0, .1);
    margin-top: 48px;
}

#recruit_information li h4 {
    color: var(--main-color);
    font-size: 2.4rem;
}

#recruit_information li h4 span {
    color: #fff;
    font-size: 1.625rem;
    background-color: var(--main-color);
    padding: 4px 20px;
    margin-left: 8px;
}

#recruit_information li p {
    color: var(--sub-color);
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 20px;
}

#recruit_information li p:last-child {
    color: var(--main-color);
    font-size: 1.635rem;
    font-weight: 500;
}

#recruit_contact {
    margin-top: 50px;
    text-align: center;
}

#recruit_contact h4 {
    color: #fff;
    font-size: 1.625rem;
    background-color: var(--sub-color);
    padding: 6px;
    border-radius: 30px;
}

#recruit_contact a {
    color: var(--text-color);
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 32px;
}

#recruit_contact p {
    color: var(--text-color);
    font-size: 1.125rem;
    margin-top: 24px;
}

#recruit_contact time {
    font-size: 1.25rem;
}

#recruit_contact time:last-child {
    margin-right: 20px;
}









/* てんぽじょうほうぺーじ */
#store_introduction li {
    font-weight: 700;
    border-top: 3px solid var(--sub-color);
    padding-top: 33px;
    margin-top: 60px;
}

#store_introduction li:first-child {
    margin-top: 35px;
}

#store_introduction li h4 {
    font-size: 2.125rem;
    color: var(--sub-color);
}

.store_info {
    display: flex;
    align-items: flex-start;
    gap: 2%;
    margin-top: 16px;
}

.store_info img {
    width: 350px;
}

.store_info dl div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.store_info dl div:not(:first-child) {
    margin-top: 8px;
}

.store_info dl dt {
    color: #fff;
    font-size: clamp(1.25rem, 0.5rem + 1.56vw, 1.75rem);
    background-color: var(--main-color);
    padding: 10px 0;
    width: clamp(6.25rem, 3.625rem + 5.47vw, 8rem);
    text-align: center;
    flex-shrink: 0;
}

.store_info dl dd {
    font-size: clamp(1.25rem, 0.5rem + 1.56vw, 1.75rem);
    font-weight: 500;
}









/* しんぐるぺーじ */
#single_page main {
    background-image: url(../img/business/business_first_view_bg.webp);
    padding-top: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    overflow-x: hidden;
}

#single_page h2 {
    color: var(--main-color);
    font-size: 1.9375rem;
    text-align: center;
    background-color: #fff;
    border: 2px solid var(--sub-color);
    padding: .5rem 2rem;
    border-radius: 100px;
}

#single_page figure {
    margin: 90px 0;
}









/* こんたくとぺーじ */
.contact-page form p {
    margin-top: 1.5rem;
}

.contact-page span,
.contact-page input,
.contact-page textarea {
    width: 100%;
}

.contact-page input,
.contact-page textarea {
    font-size: 1.25rem;
    padding: .5rem;
}

.contact-page .privacy-policy {
    margin-top: 2rem;
}

.contact-page .privacy-policy p,
.contact-page .privacy-policy ol {
    font-size: .875rem;
}

.contact-page .privacy-policy p {
    margin-top: 0;
}

.contact-page .privacy-policy ol {
    height: 30vh;
    overflow-y: scroll;
    background: #e0f7ff;
    padding: .5rem;
    margin-top: 1rem;
}

.contact-page .privacy-policy li {
    margin-top: 1rem;
}

.contact-page .wpcf7-acceptance label {
    display: flex;
}

.contact-page .wpcf7-acceptance input {
    width: fit-content;
}

.contact-page .wpcf7-not-valid-tip,
.contact-page .wpcf7-response-output {
    color: #ff383f;
}

.contact-page .screen-reader-response {
    display: none;
}

/* さんくすぺーじ */
#thanks_page main {
    background-image: url(../img/recruit/recruit_first_view_bg.webp);
    padding-top: clamp(18.75rem, 10.4167rem + 17.3611vw, 31.25rem);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    overflow-x: hidden;
}

#thanks_page h2 {
    color: var(--main-color);
    font-size: 3rem;
    text-align: center;
    background-color: initial;
    border: none;
    padding: 0;
    border-radius: 0;
}






/* ほばー */
@media (hover: hover) and (pointer: fine) {
    a {
        transition: all .3s;
    }

    a:hover {
        opacity: .5;
    }
}










/* れすぽんしぶ */
@media (max-width: 1279px) {
    h1 img {
        width: 200px;
    }
}

@media (max-width: 767px) {
    p {
        font-size: .75rem;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .scroll_target {
        translate: 0 40px;
        transition: all .6s ease-out;
    }

    /* へっだー */
    header {
        width: 100%;
        align-items: flex-start;
        padding: 0 calc(12.5% /2);
    }

    h1 {
        padding: 12px 24px;
        flex-shrink: 0;
    }

    h1 img {
        width: 172px;
    }

    #hamburger_menu {
        position: relative;
        z-index: -1;
    }

    #hamburger_menu button {
        height: 51.08px;
        background-color: #fff;
        border-right: 2px solid var(--sub-color);
        border-bottom: 2px solid var(--sub-color);
        border-left: 2px solid var(--sub-color);
        border-radius: 0 0 16px 16px;
        padding: 0 12px;
        box-shadow: 2px 2px 6px rgb(0, 0, 0, .25);
    }

    #hamburger_menu button span,
    #hamburger_menu button span::before,
    #hamburger_menu button span::after {
        content: '';
        display: block;
        width: 28px;
        height: 2px;
        background-color: var(--sub-color);
        transition: all .5s;
    }

    #hamburger_menu button span {
        position: relative;
    }

    #hamburger_menu button span::before {
        position: absolute;
        top: -8px;
    }

    #hamburger_menu button span::after {
        position: absolute;
        bottom: -8px;
    }

    #hamburger_menu nav {
        position: fixed;
        inset: 0;
        z-index: -1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        background-image: url(../img/common/ham_bg.webp), url(../img/common/ham_bg_top.webp), url(../img/common/ham_bg_bottom.webp);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: bottom center, top center, bottom center;
        background-size: 100%, 100%, 100%;
        translate: 100%;
        transition: all .5s;
    }

    #hamburger_menu ul {
        font-size: 1.625rem;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        margin-top: 80px;
    }

    #hamburger_menu.open button span {
        background-color: transparent;
    }

    #hamburger_menu.open button span::before {
        top: 0;
        rotate: 45deg;
    }

    #hamburger_menu.open button span::after {
        bottom: 0;
        rotate: -45deg;
    }

    #hamburger_menu.open nav {
        translate: 0;
    }

    /* ふったー */
    footer {
        font-size: .75rem;
        background-size: 60%, 60%;
    }

    #store_page footer {
        margin-top: 160px;
    }

    .contact {
        margin-bottom: 135px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact h4 {
        order: 2;
    }

    .contact h4 a {
        margin-bottom: 8px;
        margin-top: 16px;
        font-size: 1.5rem;
    }

    .contact dl {
        order: 4;
    }

    .contact time {
        font-size: .75rem;
    }

    .contact img {
        width: 228px;
        margin-top: 0;
        order: 1;
    }

    footer p {
        font-size: .5rem;
        padding: 8px;
    }

    /* きょうつうぱーつ */
    section {
        margin-top: 40px;
    }

    .sec_ttl {
        font-size: 1rem;
    }

    .sec_con {
        margin-top: 16px;
    }

    #top_page .first_view .first_view_decoration {
        width: 40%;
    }

    /* とっぷいんふぉめーしょん */
    #information dl {
        font-size: .875rem;
        padding: 18px 0;
    }

    #information dl div {
        display: flex;
        gap: 0em;
        flex-direction: column;
        margin-top: 1em;
    }

    /* とっぷせくしょんきょうつう */
    .sec-img {
        margin-bottom: 16px;
    }

    /* とっぷぷれじでんと */
    #president #top_splide {
        padding: 24px 0;
    }

    #president .splide__slide {
        padding: 16px;
    }

    #president .splide__slide h4 {
        font-size: .875rem;
        margin-top: 10px;
    }

    #president .splide__slide p {
        font-size: .6875rem;
        margin-top: 8px;
    }

    #president .splide__arrow--prev {
        width: 23px;
        left: 5%;
    }

    #president .splide__arrow--next {
        width: 23px;
        right: 5%;
    }

    /* かそうぺーじきょうつう */
    .first_view {
        padding-top: 80px;
        background-size: 300%;
    }

    .first_view .wrapper div img:first-child {
        border-radius: 20px;
        margin-bottom: 35px;
        aspect-ratio: 280/360;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .first_view .wrapper div img:nth-child(2) {
        width: 30%;
        translate: 50%;
    }

    #store_page .first_view .wrapper div img:nth-child(2) {
        width: 35%;
        translate: 0;
    }

    .first_view h2 {
        font-size: 1.25rem;
    }

    .lower_page .sec_ttl {
        font-size: 1rem;
    }

    .bottom_visual {
        margin-top: 40px;
    }

    .bottom_visual .wrapper img:last-child {
        width: 25%;
        translate: 0 50%;
    }

    /* じぎょうしょうかいぺーじ*/
    #business_philosophy ul {
        flex-direction: column;
        gap: 24px;
    }

    #business_philosophy ul p {
        font-size: 1.5rem;
        margin-top: 8px;
    }

    #business_employee ul {
        margin-top: 16px;
    }

    #business_employee ul li {
        flex-direction: column;
        gap: 16px;
        margin-top: 30px;
    }

    #business_employee ul li:nth-child(even) {
        flex-direction: column;
    }

    #business_employee ul li img {
        width: 100%;
    }

    #business_employee .name {
        font-size: 1rem;
    }

    #business_employee .birth {
        font-size: .75rem;
        margin-top: 8px;
    }

    #business_employee .introduction {
        font-size: .75rem;
        margin-top: 8px;
    }

    /* かいしゃあんないぺーじ */
    #about_companyprofile dl {
        font-size: .5625rem;
        border-top: 1px solid var(--text-color);
        border-bottom: 1px solid var(--text-color);
    }

    #about_companyprofile dl div {
        border-top: .5px solid var(--text-color);
        padding: 0 8px 0 6px;
    }

    #about_companyprofile dt {
        width: 20%;
    }

    #about_companyprofile dd {
        border-left: .5px solid var(--text-color);
        padding: 10px 0 10px 10px;
    }

    .sub_visual {
        height: 40vh;
    }

    /* さいようじょうほうぺーじ */
    #recruit_page .first_view .wrapper div img:nth-child(2) {
        width: 45%;
        translate: -30% -20%;
    }

    #recruit_page section {
        margin-top: 40px;
    }

    #recruit_page .bottom_visual {
        margin-top: 40px;
    }

    #recruit_page .bottom_visual:first-of-type img:last-child {
        width: 30%;
        top: 0;
        translate: 10% -50%;
    }

    #recruit_page .bottom_visual:nth-of-type(2) img:last-child {
        width: 40%;
        translate: 15% 40%;
    }

    #recruit_page .bottom_visual:last-of-type img:last-child {
        width: 30%;
        translate: 10% 30%;
    }

    #recruit_page ol {
        margin-top: 40px;
    }

    #recruit_page ol li {
        margin-top: 16px;
    }

    #recruit_page ol li:not(:last-child)::after {
        width: 28px;
        height: 28px;
        margin: 16px auto 0 auto;
    }

    #recruit_page ol h4 {
        font-size: 1rem;
    }

    #recruit_page ol li div {
        flex-direction: column-reverse;
        gap: 8px;
        margin-top: 8px;
    }

    #recruit_page .recruit_flow_img {
        justify-content: center;
        flex-direction: row;
    }

    #recruit_page ol li div p {
        font-size: .75rem;
        width: 100%;
    }

    #recruit_page ol li div img {
        width: 100%;
    }

    #recruit_page .recruit_flow_img img {
        width: 48%;
    }

    #recruit_benefits li {
        flex-direction: column;
        gap: 16px;
        margin-top: 14px;
    }

    #recruit_benefits li img {
        width: 160px;
    }

    #recruit_benefits li h4 {
        font-size: 1rem;
    }

    #recruit_benefits li p {
        font-size: .875rem;
    }

    #recruit_information li {
        padding: 20px;
        border-radius: 8px;
        margin-top: 20px;
    }

    #recruit_information li h4 {
        font-size: 1.25rem;
    }

    #recruit_information li h4 span {
        display: block;
        width: fit-content;
        font-size: 1rem;
        padding: 4px 20px;
        margin-left: 0px;
        margin-top: 8px;
    }

    #recruit_information li p {
        font-size: 1.125rem;
        margin-top: 14px;
        text-align: center;
    }

    #recruit_information li p:last-child {
        font-size: .875rem;
        text-align: left;
    }

    #recruit_contact {
        margin-top: 10px;
    }

    #recruit_contact h4 {
        font-size: .875rem;
    }

    #recruit_contact a {
        font-size: 1.5rem;
        line-height: 1;
        margin-top: 10px;
    }

    #recruit_contact p {
        font-size: 0.42625rem;
        margin-top: 8px;
    }

    #recruit_contact time {
        font-size: 0.4975rem;
    }

    #recruit_contact time:last-child {
        margin-right: 8px;
    }

    /* てんぽじょうほうぺーじ */
    #store_introduction li {
        border-top: 1.5px solid var(--sub-color);
        padding-top: 24px;
        margin-top: 24px;
    }

    #store_introduction li:first-child {
        margin-top: 14px;
    }

    #store_introduction li h4 {
        font-size: .875rem;
    }

    .store_info {
        flex-direction: column;
        gap: 8px;
        margin-top: 8px;
    }

    .store_info img {
        width: 100%;
    }

    .store_info dl div {
        gap: 4px
    }

    .store_info dl div:not(:first-child) {
        margin-top: 4px;
    }

    .store_info dl dt {
        font-size: .75rem;
        padding: 4px 0;
        width: 60px;
    }

    .store_info dl dd {
        font-size: .75rem;
    }

    /* しんぐるぺーじ */
    #single_page main {
        padding-top: 100px;
    }

    #single_page h2 {
        font-size: 1.25rem;
        text-align: left;
        background-color: #fff;
        border: none;
        padding: 0;
        border-radius: 0;
    }

    #single_page figure {
        margin: 40px 0;
    }

    /* こんたくとぺーじ */
    .contact-page form p:not(:first-child) {
        margin-top: 1rem;
    }

    .contact-page span,
    .contact-page input,
    .contact-page textarea {
        width: 100%;
    }

    .contact-page input,
    .contact-page textarea {
        font-size: .75rem;
    }

    /* さんくすぺーじ */
    #thanks_page main {
        padding-top: 60vw;
    }

    #thanks_page h2 {
        font-size: 1.5rem;
    }
}