@charset "UTF-8";
/*
Theme Name: takemurasetsubi
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: #F49600;
    --sub: #3A3433;
    --bgcolor: #F5F5F5;
}

p {
    color: #333;
    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 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F49600;
    font-family: "Open Sans";
    font-size: 8rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: transparent;
}

.sec_title_2 {
    color: #222;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    margin-top: -2rem;
}


.sec_title_2:after {
    border-top: 1px solid #222;
    content: "";
    width: 100px;
    margin-left: 0.5rem;
}

.st2_w {
    color: #fff;
}

.st2_w:after {
    border-top: 1px solid #fff;
}


.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;
    /* margin-bottom: -0.75rem; */
}

.sub_title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    /*線の上下位置*/
    display: inline-block;
    width: 64px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: var(--main);
    /*線の色*/
}

.sub_w {
    color: #fff;
}

.sub_w:before {
    left: 35%;
    background-color: #fff;
}

.sub_left:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.title_area {
    text-align: center;
    padding: 2rem 0;
}


.br_sp {
    display: none;
}

.btn {
    display: inline-block;
}

.btn a {
    color: var(--sub);
    transition: background 800ms;
    padding: 0.5rem 1.5rem;
    border: 1px solid var(--sub);
    border-radius: 0.5rem;
}

.btn a::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(img/right_icon_b.svg) no-repeat;
    background-size: contain;
    margin-left: 1rem;
    position: relative;
    top: 5px;
}

.btn a:hover {
    background-color: var(--main);
    border: 1px solid var(--main);
    color: #fff;
}

.btn a:hover::after {
    background: url(img/right_icon_w.svg) no-repeat;
}

.btn_w a {
    color: #fff;
    border: 1px solid #fff;
}

.btn_w a::after {
    background: url(img/right_icon_w.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;
}

.header_logo {
    width: 20rem;

}

.h_main_frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;

}


.h_right_area {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #fff;
}

.h_menu {
    display: none;
}

.g-nav {
    display: flex;
    padding: 1.75rem 0;
}

.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: var(--main);
    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: var(--main);
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 500ms;
}

.g-nav a:hover::after {
    transform: scale(1, 1);
}

.h_phone_img {
    width: 12rem;
}

.h_mail_icon {
    width: 2rem;
}

.h_contact_btn a {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(90deg, #3A3433 0%, #9B9B9B 50%, #3A3433 100%);
    background-size: 200% 100%;
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    padding: 2rem 2.25rem;
    transition: 400ms;
}

.h_contact_btn a span {
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
}

.h_contact_btn a:hover {
    background-position: 100% 0;
}

@media screen and (max-width: 1320px) {

    .header_logo {
        width: 17rem;

    }

    .g-nav {
        padding: 1.5rem 0;
    }

    .g-nav a {
        padding: 0 1rem;
    }

    .g-nav strong {
        font-size: 0.825rem;
    }

    .h_phone_img {
        width: 8rem;
    }

    .h_contact_btn a {
        padding: 0.75rem 1.5rem;
    }


}

@media screen and (max-width: 1000px) {
    .header_logo {
        width: 13rem;

    }

    /* ハンバーガーメニュー */

    .h_menu {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        /* justify-conten   t: center; */
        align-items: center;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .h_contact_pc {
        display: none;
    }

    header nav {
        box-sizing: border-box;
        position: fixed;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
        background: var(--sub);
        /* 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;
        gap: 1rem;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    header nav ul li a {
        display: block;
        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_sp {
    display: none;
}

.slider {
    width: 100%;

}

/* ＝＝採用エリア＝＝ */

.recruit_area {
    background-image: url(img/recuruit_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.recruit_box p {
    color: #fff;
    padding: 2rem 0;
}

.recruit_box {
    width: 80%;
    margin: 0 auto;
    /* padding-bottom: 5rem; */
}

.recruit_continer {
    width: 75%;
    margin-left: auto;
    position: relative;
    top: -6rem;
}


.re_cp {
    width: 4.5rem;
    position: absolute;
    top: -5rem;
    left: -8rem;
}


/* ＝＝挨拶エリア＝＝ */
.about_area {
    background-image: url(img/about_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.about_box {
    width: 70%;
    margin: 0 auto;
}

.about_img {
    width: 75%;
    margin-left: auto;
    padding-top: 1rem;
    position: relative;
}

.about_img img {
    border-radius: 1rem;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.about_catch {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 0.3rem;
    line-height: 4rem;
    position: absolute;
    top: 1rem;
    left: -25%;
}

.orange {
    color: var(--main);
}

.about_text {
    width: 75%;
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.60);
    padding: 2rem;
    position: relative;
    top: -5rem;
}

.about_text p {
    color: #fff;

}

.about_btn_area {
    display: flex;
    gap: 5rem;
    padding: 2rem 0;
}

/* ＝＝背景エリア＝＝ */

.bg_area {
    height: 600px;
    background-image: url(img/front_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

@media screen and (min-width: 1800px) {
    .bg_area {
        height: 900px;
    }
}

/* ＝＝お知らせエリア＝＝ */

.news_area {
    background: var(--bgcolor);
}

.news_box {
    width: 70%;
    margin: 0 auto;
    padding: 3rem 0;
}

.news_box_in {
    padding: 4rem 0;
}

.news_box_in ul {
    border-top: 1px dotted #999;
}

.news_box_in a {
    display: flex;
    gap: 4rem;
    border-bottom: 1px dotted #999;
    padding: 1rem;
    color: #222;
    transition: background 1000ms;
}


.news_box_in p {
    color: var(--main);
}

.news_box_in dt {
    width: 28%;
}

.news_box_in dd {
    width: 72%;
}

.news_box_in a:hover {
    background-color: var(--sub);
    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.jpg);
    background-size: cover;
    background-position: 50%;
    padding: 5rem 0;
}

.phone_icon02 {
    width: 2rem;
}

.mail_icon_02 {
    width: 3rem;
}



.contact_box {
    width: 70%;
    margin: 0 auto;
}

.contact_container {
    border: 1px solid #fff;
    position: relative;
    top: -2.25rem;
}

.contact_title {
    -webkit-text-stroke-color: #fff;
}



.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: #f5f5f5;
}

.footer_logo {
    width: 22rem;
}

.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 var(--main);
}

.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(--sub);
}

/* ＝＝トップページメディアクエリ＝＝ */
@media screen and (max-width: 796px) {

    /* 全体 */
    .br_sp {
        display: block;
    }

    .sec_title {
        font-size: 3rem;
    }

    .sec_title_2 {
        font-size: 1.15rem;
        margin-top: -0.5rem;
    }

    .sub_title {
        font-size: 1rem;
    }

    p {
        font-size: 0.825rem;
        line-height: 1.25rem;
    }

    .btn a {
        font-size: 0.825rem;
    }

    /* ヘッダー */
    .header_logo {
        padding: 1.5rem 0;

    }

    /* メインビジュアル */

    .mainvisual_pc {
        display: none;
    }

    .mainvisual_sp {
        display: block;
    }

    /* リクルートエリア */
    .recruit_area {
        background-image: url(img/recuruit_bg_sp02.jpg);

    }

    .gallery_area {
        overflow-x: auto;
    }

    .slider_01 {
        width: 639px;
        height: 300px;


    }

    .recruit_box {
        width: 98%;
    }

    .recruit_continer {
        width: 85%;
        top: -2rem;
    }

    .re_cp {
        width: 2.5rem;
        top: -2rem;
        left: -3rem;
    }

    /* 挨拶エリア */

    .about_area {
        background-image: url(img/about_bg_sp.jpg);
    }

    .about_box {
        width: 98%;
        margin: 0 auto;
    }

    .about_img {
        width: 90%;
    }

    .about_img img {
        border-radius: 0.5rem;
    }

    .about_catch {
        font-size: 1rem;
        line-height: 1.25rem;
        position: absolute;
        left: -2.5rem;
    }

    .about_text {
        width: 95%;
        top: -1.5rem;
        padding: 1rem 0.5rem;
        border-radius: 0.5rem;
    }

    .about_btn_area {
        flex-direction: column;
        gap: 1.5rem;
    }

    /* 背景エリア */

    .bg_area {
        height: 400px;
        background-position: 45%;
        background-size: auto;
        background-image: none;
    }

    .bg_area::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -10;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-image: url(img/front_bg_sp.jpg);
        background-size: cover;
    }

    /* お知らせエリア */

    .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_container {
        border: 1px solid #fff;
        position: relative;
        top: -0.8rem;
    }


    .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;
        gap: 0.75rem;
    }

    .contact_button span {
        font-size: 1rem;
    }

    /* フッター */

    footer {
        background-position: 40%;
    }

    .footer_logo {
        width: 17rem;
        padding-right: 0.25rem;
    }


    .footer_area {
        width: 98%;
    }

    .f_right_area {
        display: none;
    }

    .f_left_area {
        width: 100%;
        border-right: none;
    }

}

/* ＝＝以下固定ページ＝＝ */
/* ＝＝共通＝＝ */

.page-title {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F49600;
    color: transparent;
    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.25rem;
    font-style: normal;
    font-weight: 400;
    border-left: 2px solid var(--sub);
    padding-left: 1rem;
}

.page_ttl {
    color: var(--main);
    font-family: "Open Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}



/* ページナビ */
.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;
    }

    .page_ttl {
        font-size: 1.5rem;
    }

    .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_about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 3rem 0;
}




.service_about_area p {
    padding: 3rem 0;
}

.service_main_area {
    padding: 3rem 0;
}

.ttl_area {
    text-align: center;
    padding-bottom: 3rem;
}

.service_main_box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 3rem 0;

}

.service_main_img {
    width: 48%;

}

.service_main_img img {
    border-radius: 1rem;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.service_main_text {
    width: 48%;
}

.service_main_text p {
    padding: 2rem 0;
}

.s_rev {
    flex-direction: row-reverse;
}

/* 事業内容のメディアクエリ */

@media screen and (max-width: 796px) {

    .service_main_box {
        width: 98%;
        flex-direction: column;
        gap: 1.25rem;
    }

    .service_main_img {
        width: 100%;
    }

    .service_main_img img {
        border-radius: 0.5rem;
    }

    .service_main_text {
        width: 100%;
    }

}

/* ＝採用ページ＝ */

.r_header-img {
    background-image: url(img/r_header_img.jpg);
    background-size: cover;
    background-position: 50%;
}

.recruit_message_area {
    background-image: url(img/r_message_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.recruit_message_box {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-bottom: 5rem;
}

.recruit_message_img {
    width: 50%;
}

.recruit_message_img img {
    border-radius: 0 1rem 1rem 0;

}

.recruit_message_text {
    width: 43%;
}


/* 一日の流れ */

.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 {
    border-radius: 1rem;
    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 {
    border-radius: 1rem;
    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;
    padding-left: 4px;
}


/* 募集要項 */




.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;
    border-bottom: 1px solid #999;
}


.r_p_m_box dt,
.r_p_m_box dd {
    padding: 1.5rem 1rem;
}

/* 採用ページのメディアクエリ */
@media screen and (max-width: 796px) {

    .recruit_message_area {
        background-position: 80%;
    }

    .recruit_message_box {
        flex-direction: column;
    }

    .recruit_message_img {
        width: 100%;
    }

    .recruit_message_text {
        width: 100%;
        padding: 0 0.25rem;
    }



    .daily_box {
        width: 97%;
        flex-direction: column;
        gap: 2rem;
    }

    .daily_img_left {
        width: 100%;
    }

    .daily_container {
        width: 92%;
    }

    .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 {
    background-image: url(img/message_bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 3rem 0;

}

.message_box {
    width: 80%;
    margin: 0 auto;
}

.message_container {
    width: 75%;
}

.message_box p {
    padding: 2rem 0;
}

.name_area {
    text-align: right;
    padding: 1rem 0;
}

.name_area strong {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem;
}


/* 会社概要overview */
.c_p_overview {
    background-color: var(--bgcolor);
}

.c_p_overview_box {
    width: 80%;
    margin: auto;
    padding: 3rem 0;
}




table {
    border-collapse: collapse;
    width: 100%;
}

th {
    width: 30%;
    background-color: #fff;
    color: var(--main);
    font-size: 1rem;
    font-weight: 700;
    border-top: 1px solid var(--main);
    border-bottom: 1px solid var(--main);
}

td {
    width: 70%;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: #333;
    font-size: 1rem;
}

table th,
table td {
    padding: 1rem;
}


/* アクセス */


.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-position: 70%
    }

    .message_area {
        background-image: url(img/message_bg_sp.jpg);
    }

    .message_area {
        background-position: 85%;
    }

    .message_box {
        width: 98%;
    }

    .message_container {
        width: 100%;
    }


    .name_area strong {
        font-size: 1rem;
    }


    .c_p_overview_box {
        width: 98%;
    }

    table th,
    table td {
        font-size: 0.825rem;
    }


    .c_p_history_box {
        width: 98%;
        padding: 3rem 0;
    }

    .c_p_history_container {
        width: 100%;
        padding: 0 0 2rem;
        font-size: 0.825rem;
    }

    .c_p_history_container dt,
    .c_p_history_container dd {
        padding: 1.25rem 0;
    }

    .access_box {
        width: 98%;
    }

    .g_map strong {
        font-size: 1rem;
    }

}

/* ＝お知らせ一覧詳細＝ */


.n_header-img {
    background-image: url(img/n_header_img.jpg);
    background-size: cover;
    background-position: 50%;
}


.blog-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 5rem 0;
}

.day-cat {
    display: flex;
    gap: 1.5rem;
}

.day-cat time {
    color: var(--main);
}


.post-title {
    padding-bottom: 3rem;
    color: var(--sub);
    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(--sub);
    font-size: 0.9375rem;
    font-weight: 500;
    transition: 0.3s ease-in;
    border-radius: 0.5rem;
}

.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(--main);
    color: #FFFFFF;
}

.wp-pagenavi span.current {
    background-color: var(--main);
    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: 1rem;
}

.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(--sub);
    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(--main);
}

/*リンクを右下に固定*/
#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;
    }
}