@charset "UTF-8";
/*
Theme Name: daishin
Description: 株式会社大伸様のテンプレートです
Version: 1.0
Author: T.Yamada
*/

/* 全体 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;

}

img {
    width: 100%;
    vertical-align: bottom;
    -webkit-user-drag: none;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

body {
    font-family: "Noto Sans JP";

}

:root {
    --main: #3A3433;
    --sub: #D3C880;
    --sub_2: linear-gradient(90deg, #D3C880 0%, #FFF7B8 50%, #D3C880 100%);
    --bgcolor: #F5F5F5;
}

p {
    color: var(--main);
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
}

/* safari対策 */
dd a {
    color: #fff;

}

.phone_area02 a {
    color: #fff;
}

.address a {
    color: #222;
}





.sec_title {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Open Sans";
    font-size: 6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sub_title {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    display: inline-block;
}

.st_w {
    color: #fff;
}

.sub_title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    /*線の上下位置*/
    display: inline-block;
    width: 64px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    /* -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
    /*位置調整*/
    background: var(--sub_2);
    /*線の色*/
}

.center_title:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.br_sp {
    display: none;
}



.btn {
    display: inline-block;
}

.btn a {
    color: #fff;
    position: relative;
    overflow: hidden;
    background: none;
    /* 背景は使わない */
    z-index: 0;
    padding: 0.5rem 1.5rem;
    border: 1px solid #fff;
}

.btn a::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(img/right_icon_w.svg) no-repeat;
    background-size: contain;
    margin-left: 1rem;
    position: relative;
    top: 5px;
}

.btn a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #D3C880 0%, #FFF7B8 50%, #D3C880 100%);
    opacity: 0;
    transition: opacity 700ms;
    z-index: -1;
}

.btn a:hover::before {
    opacity: 1;
}

.btn_b a {
    color: #222;
    border: 1px solid #222;

}

.btn_b a::after {
    background: url(img/right_icon_b.svg) no-repeat;
}

.under_line {
    box-shadow: 0px -6px 5px -5px #ff0 inset, 0px 8px 4px -8px #FF0;
}


/* ＝＝ヘッダー＝＝ */
header {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.h_logo {
    width: 22rem;
}


.h_main_frame {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0 2rem 1rem;
}

.h_right_area {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.g-nav {
    display: flex;
}

.g-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
    transition: background 1000ms;
    position: relative;
}

.g-nav strong {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
}

.g-nav span {
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
}


.g-nav a {
    transition: background 1000ms;
    position: relative;

}

.g-nav a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #D3C880 0%, #FFF7B8 50%, #D3C880 100%);
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 500ms;
}

.g-nav a:hover::after {
    transform: scale(1, 1);
}

.g-nav li:last-child {
    display: none;
}


.h_contact_btn {
    width: 10rem;
}

.h_contact_btn a {
    transition: 700ms;
}

.h_contact_btn a:hover {
    opacity: 0.7;
}

/* ＝＝メインビジュアル＝＝ */

.mainvisual_pc {
    background: url(img/main_bg_02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

video {
    width: 95%;
    display: block;
    margin-left: auto;
}

.mainvisual_sp {
    display: none;
}

/* ＝＝リクルートエリア＝＝ */


.recruit_area {
    position: relative;
    background-image: url(img/main_bg_02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem 0 12rem;
}

.recruit_box {
    display: flex;
    gap: 3rem;
    padding: 2rem 0;
}

.recruit_left {
    width: 50%;
}

.recruit_right {
    width: 40%;
}

.recruit_right p {
    color: #fff;
    padding: 2rem 0;
}

.recruit_btn_area {
    padding: 3rem 0;
}

.recruit_gall {
    position: absolute;
    top: 100%;
    transform: translateY(-50%);

}

.recruit_gall_sp {
    display: none;
}


/* ＝＝ご挨拶エリア＝＝ */

.about_area {
    background-image: url(img/about_bg_02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 12rem 0 2rem;
}



.about_box {
    width: 66%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;

}

.about_left {
    width: 56%;
}

.about_left p {
    padding: 2rem 0;
}

.greeting {
    width: 30rem;
    padding: 1rem 0;
}

.about_right {
    width: 33%;
}

.about_btn_area {
    display: flex;
    gap: 4rem;
    padding: 2rem 0;
}




/* ギャラリーエリア */

.gallery_area {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}


/* ＝＝お知らせエリア＝＝ */
.news_title_area {
    text-align: center;
}

.news {
    width: 9rem;
    padding: 0.75rem 0;
}


.news_box {
    width: 70%;
    margin: 0 auto;
    padding: 3rem 0;
}

.news_box_in {
    padding: 4rem 0;
}

.news_box_in ul {
    border-top: 1px dotted var(--main);
}

.news_box_in a {
    display: flex;
    gap: 4rem;
    border-bottom: 1px dotted var(--main);
    padding: 1rem;
    color: #222;
    transition: background 1000ms;
}


.news_box_in p {
    color: var(--blue);
}

.news_box_in dt {
    width: 28%;
}

.news_box_in dd {
    width: 72%;
}

.news_box_in a:hover {
    background-color: var(--main);
    color: #FFF;

    p {
        color: #FFF;
    }
}

.news_box_in a:hover::after {
    background: url(img/right_icon_w.svg) no-repeat;
}



.news_box_in a::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(img/right_icon_b.svg) no-repeat;
    background-size: contain;
    margin-left: auto;
}

.news_btn_area {
    text-align: center;
    padding-bottom: 4rem;
}

/* ＝＝お問い合わせエリア＝＝ */


.contact_area {
    background-image: url(img/contact_bg_02.jpg);
    background-size: cover;
    background-position: 50%;
    padding: 12rem 0 5rem;
}

.phone_icon02 {
    width: 2rem;
}

.mail_icon_02 {
    width: 3rem;
}



.contact_box {
    border: 1px solid #fff;
    width: 70%;
    margin: 0 auto;
    position: relative;

}

.contact_title {
    color: rgba(255, 255, 255, 0.40);
    text-align: right;
    font-family: "Open Sans";
    font-size: 6rem;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    top: -41%;
    right: 0;
}



.contact_text {
    color: #FFF;
    text-align: center;
    font-family: "Sorts Mill Goudy";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 3rem;
}

.contact_area02_in {
    padding: 3rem 0;
    display: flex;
    justify-content: space-evenly;
}

.contact_area02_left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 1rem 4rem;
    border: 1px solid #fff;
}

.phone_area02 {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    align-items: flex-end;

}

.phone_area02 span {
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.reception_hours {
    color: #FFF;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact_button a {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem 4rem;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    transition: 700ms;
}

.contact_button a:hover {
    background-color: var(--main);
}

.contact_button span {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/* ＝＝フッター＝＝ */

footer {
    background-image: url(img/footer_bg.jpg);
    background-size: cover;
    background-position: 50%;
}

.footer_logo {
    width: 17rem;
}

.f_logo_insta_area {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.insta_icon {
    width: 1.75rem;
}

.map_icon {
    width: 2rem;
}

.f_phone_icon {
    width: 2rem;
}

.fax_icon {
    width: 2rem;
}

.f_mail_icon {
    width: 2rem;
}

.addres {
    display: flex;
    align-items: center;
}

.addres span {
    color: #222;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    padding-left: 0.25rem;
}

.footer_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
    padding: 4rem 0;

}

.addres_top {
    padding-top: 1rem;
}

.f_left_area {
    width: 50%;
    border-right: 1px solid #999;
}

.f_left_area a {
    transition: 500ms;
}

.f_left_area a:hover {
    opacity: 0.7;
}

.f_right_area {
    width: 50%;
    padding-left: 3rem;
}

.f_nav {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0.375rem 1.5625rem;
    flex-wrap: wrap;

}

.f_nav li {
    width: 40%;
}

.f_nav strong {
    color: #222;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Noto Sans JP";
}


.f_nav a::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(img/footer_right_icon.svg) no-repeat;
    background-size: contain;
    margin-right: 1px;
    position: relative;
    top: 6px;
}

small {
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: "Noto Serif JP";
    font-size: 12px;
    background-color: var(--main);
}


/* ＝＝トップページメディアクエリ＝＝ */
@media screen and (max-width: 796px) {

    /* 全体 */
    .br_sp {
        display: block;
    }

    .sec_title {
        font-size: 3rem;
    }

    .sub_title {
        font-size: 1rem;
    }

    p {
        font-size: 0.825rem;
        line-height: 1.25rem;
    }

    .btn a {
        font-size: 0.825rem;
    }

    /* ヘッダー */
    .h_logo {
        width: 13rem;
    }

    .h_main_frame {
        padding: 0.75rem 0.5rem;
    }

    .h_contact_btn {
        display: none;
    }

    .g-nav li:last-child {
        display: block;
    }

    .h_contact {
        width: 8rem;
    }

    .g-nav li {
        padding: 1rem 0;
    }

    /* ハンバーガーメニュー */
    header nav {
        box-sizing: border-box;
        position: fixed;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
        background: var(--main);
        opacity: 0.7;
        /* 3. スライドメニューの場合 */
        /* display: block; */
        right: -100%;
        transition: right .7s;
        z-index: 1;
        /* ここまで */
    }

    header nav.sp_open {
        right: 0;
    }

    header nav ul {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    header nav ul li a {
        display: block;
        /* padding: 25px; */
        border-radius: 5px;
        color: #666;
        font-size: 1.8rem;
        text-align: center;
        /* text-decoration: none; */
    }

    #openbtn {
        z-index: 200;
        cursor: pointer;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 60px;
        height: 60px
    }

    #openbtn span {
        position: absolute;
        top: 2rem;
        left: 1rem;
        display: inline-block;
        width: 30px;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        vertical-align: top;
    }

    #openbtn span:nth-child(2) {
        margin-top: 10px;
    }

    #openbtn span:last-child {
        margin-top: 20px;
    }

    #openbtn.open span {
        top: 36px;
        left: 14px;
        width: 35px;
        margin: 0;
    }

    #openbtn.open span:first-child {
        transform: rotate(45deg);
    }

    #openbtn.open span:nth-child(2) {
        display: none;
    }

    #openbtn.open span:last-child {
        transform: rotate(-45deg);
    }

    /* メインビジュアル */

    .mainvisual_pc {
        display: none;
    }

    .mainvisual_sp {
        display: block;
    }

    video {
        width: 100%;
    }

    /* リクルートエリア */

    .recruit_area {
        padding: 2rem 0;
    }

    .recruit_box {
        width: 98%;
        margin: 0 auto;
        flex-direction: column;
        gap: 0;
    }

    .recruit_left {
        width: 100%;
    }

    .recruit_right {
        width: 100%;
    }

    .recruit_gall {
        display: none;
    }

    .recruit_gall_sp {
        display: block;
        position: absolute;
        top: 100%;
        transform: translateY(-50%);
    }


    /* ごあいさつエリア */
    .about_area {
        padding: 5rem 0;
    }

    .about_box {
        width: 98%;
        flex-direction: column;
    }

    .greeting {
        width: 15rem;
        padding: 1rem 0;
    }


    .about_left {
        width: 100%;
    }

    .about_right {
        width: 60%;
    }

    .about_btn_area {
        flex-direction: column;
        gap: 2rem;
    }

    /* ギャラリーエリア */
    .gallery_area {
        overflow-x: auto;
    }

    .slider_01 {
        width: 1067px;
        height: 200px;

    }

    /* お知らせエリア */

    .news_area {
        background-color: #fff;
    }

    .news_box {
        width: 98%;
    }

    .news_box_in a {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    time {
        font-size: 0.75rem;
    }

    /* お問い合わせエリア */

    .contact_area {
        padding: 3rem 0;
    }

    .contact_box {
        width: 98%;
    }

    .contact_title {
        font-size: 3rem;
        position: absolute;
        top: -3.6rem;
    }

    .contact_text {
        font-size: 1rem;
    }

    .contact_area02_in {
        padding: 1.5rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;

    }


    .contact_area02_left {
        width: 70%;
        padding: 1rem;
    }

    .contact_button {
        width: 70%;
    }

    .phone_area02 {
        align-items: center;
    }

    .phone_area02 span {
        font-size: 1.25rem;
    }

    .contact_button a {
        padding: 1rem;
    }

    .contact_button span {
        font-size: 1rem;
    }

    /* フッター */

    footer {
        background-position: 40%;
    }

    .footer_logo {
        padding-right: 0.25rem;
    }


    .footer_area {
        width: 98%;
    }

    .f_right_area {
        display: none;
    }

    .f_left_area {
        width: 100%;
        border-right: none;
    }
}

/* ＝＝以下固定ページ＝＝ */
/* ＝＝共通＝＝ */

.page-title {
    color: rgba(197, 197, 197, 0.50);
    font-family: "Open Sans";
    font-size: 6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 15rem;
}

.page_sub_title {
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    top: -3rem;
    padding-bottom: 1rem;
}

.page_title_area {
    width: 90%;
    margin: auto;
}

/* ぱんくず */

.c-breadcrumbs_bg {
    background-color: #fff;
}

.c-breadcrumbs {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    color: #555;
    background-color: #fff;
    line-height: 3.2;
}

.c-breadcrumbs>li {
    display: inline-block;
    position: relative;
}

.c-breadcrumbs>li:not(:last-of-type)::after {
    content: ">";
    display: inline-block;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.c-breadcrumbs a {
    color: #222;
}

/* 見出し */
.ttl_line {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    border-left: 2px solid var(--blue);
    padding-left: 1rem;
}



/* ページナビ */
.page-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-top: 28px;
    border-top: 1px dashed #666666;
    border-bottom: 1px dashed #666666;
    font-size: 0.875rem;
    font-weight: 500;
    color: #666666;
    list-style: none;
}

.page-nav a {
    text-decoration: none;
    color: #777;
    padding: 5px 8px;
    transition: background 1000ms;
}


.page-nav a:hover {
    background: var(--main);
    color: #fff;
}

.page-nav a.to-archive {
    padding: 5px 0;
}

/* ＝固定ページ共通のメディアクエリ＝ */
@media screen and (max-width: 796px) {
    .ttl_line {
        font-size: 1.15rem;
    }

    .ttl_line_sub {
        font-size: 1rem;
    }



    .page-title {
        font-size: 3rem;
    }

    .page_sub_title {
        font-size: 1.25rem;
        top: -1.75rem;
    }

    .c-breadcrumbs {
        font-size: 0.5rem;
    }


}



/* ＝＝事業案内ページ＝＝ */

.s_header-img {
    background-image: url(img/s_header_img.jpg);
    background-size: cover;
    background-position: 50%;
}

.service_about_area {
    background-image: url(img/service_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 3rem 0;
}

.service_about_area h2 {
    color: #fff;
}


.service_about_area p {
    color: #fff;
    padding: 3rem 0;
}

.service_main_box {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 10rem 0;
    background: var(--bgcolor);
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}

.service_main_left {
    width: 50%;
}

.service_main_left img {
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.service_main_right {
    width: 36%;
}

.service_main_right p {
    padding: 1rem 0;
}

.s_ttl {
    color: #222;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding-bottom: 4px;
}

.s_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, #D3C880 0%, #FFF7B8 50%, #D3C880 100%);
}


.rev {
    flex-direction: row-reverse;
    clip-path: none;
    background: #fff;
    padding: 3rem 0;
}

.last {
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
}

/* 事業内容のメディアクエリ */

@media screen and (max-width: 796px) {

    .service_main_box {
        flex-direction: column;
        padding: 4rem 0;
        gap: 1rem;
        clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);

    }

    .s_ttl {
        font-size: 1.25rem;
    }

    .service_main_left {
        width: 98%;
    }

    .service_main_right {
        width: 98%;
    }

    .last {
        clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
    }

}

/* ＝＝採用情報ページ＝＝ */

.r_header-img {
    background-image: url(img/r_header_img.jpg);
    background-size: cover;
    background-position: 50%;
}

.recruit_about_area {
    padding: 2rem 0 5rem;
    text-align: center;
}


.recruit_message {
    width: 28rem;
}

.recruit_title {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 2rem 0;
}


/* 一日の流れ */

.daily_schedule_area {
    background-color: var(--bgcolor);
    padding: 3rem 0;
}


.page_ttl {
    text-align: center;
}

.daily_schedule {
    width: 26rem;
}

.daily_box {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 2rem 0;
}



.daily_img_left {
    width: 20%;
}

.daily_img_left img {
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.clock_icon {
    width: 2.5rem;
}

.daily_container {
    width: 50%;
    margin: auto;
}

.daily_img_right {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 15rem;

}

.daily_img_right img {

    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


.flow_ttl {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    left: -1.35rem;

}

.flow_ttl strong {
    color: #222;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
}

.flow_ttl span {
    color: #222;
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
}

.daily_container p {
    padding: 0.5rem 2rem;
}

.daily_container li {
    border-left: 4px solid #fff;
    padding-bottom: 2.5rem;
}

.daily_container li:last-child {
    border-left: none;
}

/* 募集要項 */


.job_description {
    width: 27rem;
}


.r_p_main_area {

    padding: 3rem 0;
}

.r_paws_icon {
    width: 2rem;
}

.r_p_m_box {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    color: #555;
    padding: 3rem 0;
}

.r_p_m_box dt {
    width: 30%;
    border-bottom: 3px solid var(--main);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.r_p_m_box dd {
    width: 70%;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 1px;
}

.r_p_m_box dd::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    /* 下線の太さ */
    background: linear-gradient(90deg, #D3C880 0%, #FFF7B8 50%, #D3C880 100%);
}

.r_p_m_box dt,
.r_p_m_box dd {
    padding: 1.5rem 1rem;
}

/* 採用ページのメディアクエリ */
@media screen and (max-width: 796px) {
    .recruit_message {
        width: 16rem;
        padding: 0.5rem 0;
    }

    .recruit_title {
        font-size: 1.25rem;
    }

    .daily_schedule {
        width: 15rem;
        padding: 0.5rem 0;
    }

    .daily_box {
        width: 95%;
        flex-direction: column;
        gap: 2rem;
    }

    .daily_img_left {
        width: 100%;
    }

    .daily_container {
        width: 90%;
    }

    .daily_img_right {
        width: 100%;
        gap: 2rem;
    }

    .flow_ttl strong {
        font-size: 1.25rem;
    }

    .flow_ttl span {
        font-size: 1rem;
    }

    .job_description {
        width: 16rem;
    }



    .r_p_m_box {
        width: 98%;
    }

    .r_p_m_box dt {
        width: 28%;
    }

    .r_p_m_box dd {
        width: 72%;
    }

    .r_p_m_box dt,
    .r_p_m_box dd {
        font-size: 0.75rem;
        padding: 1rem 0.25rem;
    }



}

/* ＝＝会社概要ページ＝＝ */

.c_header-img {
    background-image: url(img/c_header_img.jpg);
    background-size: cover;
    background-position: 50%;
}

.message_area {
    padding: 3rem 0;
}

.message_box {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.message {
    width: 14rem;
}

.message_left {
    width: 60%;
}

.message_left p {
    padding: 2rem 0;
}

.message_right {
    width: 33%;
}

.name_area {
    text-align: right;

    strong {
        color: #222;
        font-family: "Noto Serif JP";
        font-size: 1.25rem;
        font-weight: 600;
    }
}

/* 会社概要メイン */

.overview_area {
    background-image: url(img/overview_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 0;
}

.overview_box {
    width: 80%;
    margin: auto;
}

.overview_wrapper {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.overview_title {
    width: 15%;

    h2 {
        color: #fff;
    }
}


.overview_container {
    width: 70%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.overview_container dt {
    width: 27%;
}

.overview_container dd {
    width: 73%;
}

.overview_container dt,
.overview_container dd {
    padding: 1.5rem 1rem;
    position: relative;
    padding-bottom: 24px;
    font-size: 1rem;
}

.overview_container dt::after,
.overview_container dd::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    /* 下線の太さ */
    background: linear-gradient(90deg, #D3C880 0%, #FFF7B8 50%, #D3C880 100%);
}

/* アクセス */


.access_box {
    width: 80%;
    margin: 0 auto;
    padding: 3rem 0;
}

.access {
    width: 11rem;
}

.access_addres {
    font-weight: 500;
    color: #333;
    padding-top: 1rem;
}

.g_map {
    padding: 2rem 0;

    strong {
        color: #222;
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
    }
}

iframe {
    width: 100%;
}

/* 会社概要ページのメディアクエリ */
@media screen and (max-width: 796px) {

    .c_header-img {
        background-image: url(img/c_header_img_sp.jpg);
    }

    .message_box {
        width: 98%;
        flex-direction: column;
        align-items: center;
    }

    .message_left {
        width: 100%;
    }

    .message_right {
        width: 100%;
    }

    .name_area strong {
        font-size: 1rem;
    }

    .overview_box {
        width: 98%;
    }

    .overview_wrapper {
        width: 100%;
        flex-direction: column;
    }

    .overview_title {
        width: 100%;
        padding: 2rem 0;
    }

    .overview_container {
        width: 100%;
    }

    .overview_container dt,
    .overview_container dd {
        font-size: 0.825rem;
    }

    .access_box {
        width: 98%;
    }

    .g_map strong {
        font-size: 1rem;
    }


}



/* ＝お知らせ一覧詳細＝ */


.blog-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 5rem 0;
}

.day-cat {
    display: flex;
    gap: 1.5rem;
}

.day-cat time {
    color: var(--sub);
}


.post-title {
    padding-bottom: 3rem;
    color: var(--main);
    font-size: 1.5rem;

}

.post-text {
    line-height: 1.75rem;
    color: #444;
}

.post-text img {
    width: auto;
}

@media screen and (max-width: 796px) {
    .blog-wrapper {
        width: 98%;
    }

    .post-title {
        font-size: 1.115rem;

    }

    .post-text p {
        font-size: 0.825rem;
    }
}



/* ＝＝ワードプレスのページネーション＝＝ */
/* 前へ次へ */

.wp-pagenavi {
    display: flex;
    justify-content: flex-end;
    margin-top: 42px;
    padding: 16px;
}

.wp-pagenavi a {
    text-decoration: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--main);
    font-size: 0.9375rem;
    font-weight: 500;
    transition: 0.3s ease-in;
}

.wp-pagenavi span:not(:last-child),
.wp-pagenavi a:not(:last-child) {
    margin-right: 2.622%;
}

@media screen and (max-width: 768px) {

    .wp-pagenavi span,
    .wp-pagenavi a {
        font-size: 0.875rem;
    }
}

.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
    background-color: var(--sub);
    color: #FFFFFF;
}

.wp-pagenavi span.current {
    background-color: var(--sub);
    color: #FFFFFF;
}

.wp-pagenavi a {
    color: #666666;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
    width: auto;
    padding: 5px 1.2em;
}




/* ＝＝404ページ＝＝ */
.page-404 {
    background: #eee;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    color: #777;

}

.page-404 h2 {
    font-size: 2rem;
    padding: 64px;
}

/* お問い合わせページ */
.box-white {
    background-color: var(--bgcolor);
    padding: 48px;
}

.form-wrapper {
    max-width: 70%;
    margin: 0 auto;
    background-color: #fff;
    padding: 128px;
    border-radius: 2px;
}

.form-wrapper p {
    line-height: 32px;
    font-size: 1.2rem;
    color: #555;
}

.text-red {
    color: #DA1725;
}

form {
    margin: 32px 0;
}

.form-box {
    width: 100%;
}

.form-box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.form-box dt,
.form-box dd {
    padding-bottom: 30px;
}

.form-box dt {
    font-weight: 400;
    text-align: left;
}

.form-box dt.message {
    padding-top: 10px;
    vertical-align: top;
}

.form-box dd {
    width: 63.993%;
}

.required {
    display: inline-block;
}

.required::after {
    content: "※";
    display: inline-block;
    padding-left: 1em;
    color: #DA1725;
}

.form-style {
    width: 400px;
    padding: 8px;
    box-shadow: 0 0 0 1px #ccc inset;
    border-radius: 4px;
}

.form-style:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.btn-wrapper {
    margin-top: 30px;
    text-align: center;
}

.btn-submit {
    display: inline-block;
    min-width: 220px;
    padding: 10px;
    background-image: linear-gradient(to right, #333 0%, #333 50%, #FFFFFF 50%, #FFFFFF 100%);
    background-size: 200%;
    background-position-x: 0;
    border: 1px solid #333;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    transition: 0.3s ease-in;
}

.btn-submit:hover {
    background-position-x: 100%;
    color: #333;
}

/* お問い合わせページメディアクエリ */
@media (max-width: 796px) {
    .box-white {
        padding: 16px;
    }

    .form-wrapper {
        max-width: 97%;
        margin: 0 auto;
        padding: 16px;
    }

    .form-wrapper p {
        font-size: 0.9rem;
    }

    .form-box dl {
        display: flex;
        flex-direction: column;
    }

    .form-box dd {
        width: 100%;
    }

    .form-style {
        width: 100%;
    }

}




/* ＝＝J-Query＝＝ */

.fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン */
.is-fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


/* ページトップ */
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main);
    border-radius: 5px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.5s;
}

#page-top a:hover {
    background: var(--sub);
}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 101;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove {
    animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*　右の動き　*/

#page-top.RightMove {
    animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 1;
        transform: translateX(100px);
    }
}


/* フェードインのアニメーション */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}