@charset "UTF-8";

.sp {
    display: none;
}

body {
    font-family: "禅角ゴシック アンティーク", "Shippori Mincho";
    line-height: 200%;

    max-width: 100%;
    width: 100%;
    height: auto;
    background-image: url(../image/background.png);
    background-repeat: repeat;
    background-color: rgba(255, 255, 255, 0.1);
    /* background-size: cover; */
    background-position: center;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    width: 100%;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

.circle {
    display: block;
    opacity: 0.3;
    z-index: -1;
}

.hover {
    transition: all 0.4s;
}

.detail {
    letter-spacing: 0.15rem;
    /* font-family: "禅角ゴシック アンティーク"; */
}

.wrapper {
    width: 90%;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
}

.title_span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    padding-bottom: 0.75rem;
}


/* ヘッダー */
.header_nav li {
    margin-left: 50px;
    background:
        linear-gradient(90deg, #E9B34F, #E9B34F) var(--p, 0) 100% /var(--d, 0) 3px no-repeat;
    transition: 0.3s, background-position 0s 0.5s;
    padding-bottom: 0.5rem;
    font-weight: 500;
}

.header_nav li:hover {
    --d: 100%;
    --p: 100%;
}

.common_logo {
    display: flex;
}

.common_logo_symbol {
    width: 100%;
    max-width: 60px;
    min-width: 60px;
    padding: 10px 10px;
}

.common_logo_text {
    font-size: 1.5rem;
    padding-top: 0.8rem;
}

/* メインビジュアル */
.commonmv_title {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 250px;
    font-size: 50px;
}

.commonmv_title_span1 {
    font-size: 20px;
    margin-bottom: 40px;
}

.commonmv_title_span2 {
    font-size: 30px;
    margin-top: 25px;
}

.commonmv_photo {
    max-width: 65%;
    display: block;
    margin-left: auto;
    margin-top: 135px;
}

/* ボタン */
.button_text {
    justify-content: space-between;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 120px;
    margin: auto;
    padding: 1rem 5rem 1rem 4rem;
    border: solid 1px;
    font-weight: bold;
    font-size: 12px;
    font-family: "禅角ゴシック アンティーク";
    position: relative;
    transition: 0.5s;
}

.button_text::before {
    content: '';
    position: absolute;
    top: calc(52% - 1px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 9px;
    height: 1px;
    background: #222;
}

.button_text::after {
    content: '';
    position: absolute;
    top: 52%;
    right: 1em;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background-color: #222;
}

.button_text:hover {
    background: #E9B34F;
    color: #222;
}

/* 右横お問い合わせボタン */
.btn_contact {
    position: fixed;
    top: 120px;
    right: 0;
    max-width: 10%;
    min-width: 100px;
    box-shadow: 0px 5px 13px;
    transition: .4s;
    z-index: 50;
}

.btn_contact:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 #333;
}

/* 採用情報 */

.common_recruit_container {
    background-image: url(/image/act_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    margin-top: 150px;
}

.common_recruit_title {
    font-size: 3rem;
    font-weight: 700;
    padding-top: 8rem;
}

.common_recruit_top {
    font-size: 40px;
    margin-top: 3rem;
}

.common_recruit_top_p {
    margin-top: 3rem;
}

.common_recruit_button {
    margin-top: 3rem;
    padding-bottom: 8rem;
}

.common_recruit_button_text {
    justify-content: space-between;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 120px;
    margin: auto;
    padding: 1rem 5rem 1rem 4rem;
    border: solid 1px;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    transition: 0.5s;
    color: #fff;
    font-family: "禅角ゴシック アンティーク";
}

.common_recruit_button_text::before {
    content: '';
    position: absolute;
    top: calc(52% - 1px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 9px;
    height: 1px;
    background: #fff;
}

.common_recruit_button_text::after {
    content: '';
    position: absolute;
    top: 52%;
    right: 1em;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background-color: #fff;
}

.common_recruit_button_text:hover {
    background: #022742;
    color: #fff;
}

/* お問い合わせ */

.common_contact_container {
    background-image: url(/image/contact_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    margin-top: 150px;
}

.common_contact_title {
    font-size: 3rem;
    font-weight: 700;
    padding-top: 8rem;
}

.common_contact_top {
    font-size: 40px;
    margin-top: 3rem;
}

.common_contact_top_p {
    margin-top: 3rem;
}

.common_contact_button {
    margin-top: 3rem;
    padding-bottom: 8rem;
}

.common_contact_button_text {
    justify-content: space-between;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 120px;
    margin: auto;
    padding: 1rem 5rem 1rem 4rem;
    border: solid 1px;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    transition: 0.5s;
    color: #fff;
    font-family: "禅角ゴシック アンティーク";
}

.common_contact_button_text::before {
    content: '';
    position: absolute;
    top: calc(52% - 1px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 9px;
    height: 1px;
    background: #fff;
}

.common_contact_button_text::after {
    content: '';
    position: absolute;
    top: 52%;
    right: 1em;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background-color: #fff;
}

.common_contact_button_text:hover {
    background: #022742;
    color: #fff;
}

/* フッター */
.footer {
    background-color: #022742;
    color: #fff;
    /* margin-top: 5rem; */
    position: relative;
}

.footer_container {
    padding-bottom: 5rem;
}

.footer_box {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 0;
}

.footer_flex {
    margin-left: 6rem;
}

.footer_menu {
    display: flex;
    flex-wrap: wrap;
}

.footer_logo {
    display: flex;
    padding-bottom: 1rem;
}

.footer_logo_symbol {
    max-width: 100%;
}

.footer_logo_text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    letter-spacing: 0.1em;
    white-space: nowrap;
    margin-top: 0.4rem;
    margin-left: 1rem;
}

.footer_menu {
    margin-left: 6rem;
    margin-top: 3rem;
}

.footer_ul {
    padding-top: 0.6rem;
}

.footer ul {
    font-size: 16px;
    font-family: "禅角ゴシック アンティーク";
    display: flex;
    flex-wrap: wrap;
}

.footer ul li {
    margin-right: 3rem;
    text-decoration: none;

}

.footer ul li a {
    transition: color .3s;
}

.footer ul li a:hover {
    color: #E9B34F;
}

.footer ul li ul li {
    margin-right: 0;
}

/* .footer ul li:first-child {
    margin-right: 0;
} */

.footer_recruit_li {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    font-size: 14px;
    position: relative;
}

.footer_recruit_li::before {
    content: "";
    height: 1px;
    width: 8px;
    flex-grow: 1;
    background-color: #fff;
    margin-right: 10px;
    position: absolute;
    top: 23px;
    left: -15px;
    display: block;
}

small {
    color: #fff;
    /* padding: 0 36%; */
    position: absolute;
    left: 38%;
    text-align: center;
}


/* 右横トップに戻るボタン */
html {
    scroll-behavior: smooth;
}

.pagetop_box {
    position: relative;
}

.totop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 90px;
    bottom: 60px;
    background: #E9B34F;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #022742;
    border-right: 3px solid #022742;
    transform: translateY(20%) rotate(-45deg);
    z-index: 1;
}

.pegetop_text {
    position: absolute;
    top: 110%;
}

@media (max-width: 1380px) {
    .common_logo_text {
        font-size: 1rem;
    }

    .header_nav li {
        margin-left: 20px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {

    .sp {
        display: inline;
    }

    .pc {
        display: none;
    }

    body {
        font-size: 16px;
    }

    .wrapper {
        max-width: initial;
    }

    /* 右横採用情報 */
    .btn_contact {
        max-width: 50px;
        min-width: 50px;
    }

    /* スマホマビ */
    .btn {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 50px;
        height: 44px;
        background: transparent;
        border: none;
        z-index: 100;
        background-color: #E9B34F;
        position: fixed;
    }

    .btn span {
        position: absolute;
        display: inline-block;
        left: 15%;
        width: 70%;
        height: 4px;
        background-color: #fff;
        transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        padding: 5%;
    }

    .btn span:nth-of-type(1) {
        top: 8px;
    }

    .btn span:nth-of-type(2) {
        top: 20px;
    }

    .btn span:nth-of-type(3) {
        bottom: 8px;
    }

    .open .btn span:nth-of-type(1) {
        transform: translateY(12px) rotate(-45deg);
    }

    .open .btn span:nth-of-type(2) {
        opacity: 0;
    }

    .open .btn span:nth-of-type(3) {
        transform: translateY(-12px) rotate(45deg);
    }

    /* MV */
    .commonmv_title_span3 {
        line-height: 4rem;
    }

    /* 採用情報 */
    .common_recruit_top {
        font-size: 25px;
        line-height: 2.5rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .common_recruit_top_p {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    /* フッター */
    .footer_box {
        flex-wrap: wrap;
    }

    .footer_flex {
        margin-left: 2rem;
    }

    .footer_menu {
        margin-left: 2rem;

    }

    .footer_ul {
        padding-top: 2rem;
    }
}

@media (max-width: 500px) {

    /* 右横採用情報 */
    .btn_contact {
        min-width: 30px;
    }


    /* MV */
    .commonmv_photo {
        max-width: 85%;
    }

    .commonmv_title {
        font-size: 35px;
        margin-top: 100px;
    }

    .commonmv_photo {
        margin-top: 75px;
    }

    .commonmv_title_span3 {
        line-height: 3rem;
    }


    /* フッター */
    .footer_recruit_li {
        padding-top: 0;
    }

    .footer_recruit_li::before {
        top: 17px;
    }

    .footer_logo_text {
        font-size: 20px;
    }

    small {
        left: 17%
    }
}