@charset "UTF-8";
/*
Theme Name: rkc
Description: 株式会社RKコネクト様のテンプレートです
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: #146B43;
    --sub_2: linear-gradient(90deg, #AF2620 0%, #EFD6BD 50%, #AF2620 100%);
    --sub: #50B182;
    --bgcolor: #EEFFEF;
}

p {
    color: #222;
    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;
}

.top_ttl_box {
    position: relative;
}

.top_ttl_center {
    text-align: center;
}




.sec_title {
    color: rgba(20, 107, 67, 0.20);
    font-family: "Noto Serif JP";
    font-size: 6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    left: 0;
    bottom: -6rem;

}

.sec_center {
    left: 50%;
    transform: translate(-50%, 0);
}

.ss_title {
    bottom: -6rem;
}



.sub_title {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
}

.ttl_line {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    position: relative;
    display: inline-block;
}


.ttl_line:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    /*線の上下位置*/
    display: inline-block;
    width: 64px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    /* -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
    /*位置調整*/
    background: var(--main);
    /*線の色*/
}

.center_line:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}




.br_sp {
    display: none;
}

.br_tab {
    display: none;
}


.btn a {
    color: #fff;
    background: var(--main);
    transition: background 800ms;
    padding: 0.5rem 1.5rem;
    border: 1px solid #fff;
    border-radius: 0.5rem;
}

.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:hover {
    background-color: var(--sub);
    color: #fff;
}

.btn a:hover::after {
    background: url(img/right_icon_w.svg) no-repeat;
}

.btn_b a {
    color: var(--main);
    border: 1px solid var(--main);

}

.btn_b a::after {
    background: url(img/right_icon_r.svg) no-repeat;
}

.btn_b a:hover {
    background-color: var(--main);
}

.under_line {
    box-shadow: 0px -6px 5px -5px #ff0 inset, 0px 8px 4px -8px #FF0;
}

.m_color {
    color: var(--main);
}

.s_color {
    color: var(--sub);
}

/* ＝＝ヘッダー＝＝ */

.h_logo {
    width: 27.3125rem;
}

.h_main_frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}

.h_right_area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.h_right_top {
    display: flex;
    gap: 1rem;
    padding-top: 0.5rem;
    /* flex-direction: row; */
}



.h_right_top {
    display: flex;
    gap: 1rem;
}

.recruit_link_btn {
    display: inline-block;
}

.recruit_link_btn a {
    border-radius: 0 0 0.5rem 0.5rem;
    background: var(--sub);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.40);
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: 700ms;
}

.recruit_link_btn span {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-weight: 400;
}

.recruit_link_btn a:hover {
    opacity: 0.7;
}



.link_icon {
    width: 18px;
}

.h_tel_icon {
    width: 2rem;
}

.h_tel_area {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.h_tel_area span {
    color: #555;
    font-family: "Noto Sans JP";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
}

.h_tel_btn strong {
    color: #555;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
}

.nav_area {
    display: flex;
    padding: 1rem 0;
}


.g-nav {
    display: flex;
    align-items: center;
}

.g-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.5rem;
    transition: background 1000ms;
    position: relative;
}

.g-nav strong {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-weight: 400;
}

.g-nav span {
    color: var(--main);
    font-family: "Noto Serif JP";
    font-size: 0.75rem;
    font-weight: 400;
}


.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_mail_icon {
    width: 2rem;
}

.h_contact_btn {
    display: inline-block;
}

.h_contact_btn a {
    border-radius: 0.5rem;
    background: var(--main);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.38rem 1rem;
    transition: 700ms;

}

.h_contact_btn a:hover {
    opacity: 0.7;
}

.h_contact_btn span {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-weight: 400;
}


.mail_icon_w {
    width: 1.5rem;
}

.sp_menu_contact {
    display: none;
}


/* ＝＝メインビジュアル＝＝ */

/* 
.mainvisual_area {
    display: flex;
}

.mainvisual_pc {
    width: 74.3%;
}

.mainnav_list {
    width: 25.86%;
}

.mainnav_list {
    display: flex;
    flex-direction: column;
}

.mainnav_list a {
    transition: 700ms;
}

.mainnav_list a:hover {
    opacity: 0.7;
} */

.mainvisual_pc {
    position: relative;
}

.main_cc {
    position: absolute;
    top: 0;
    left: 0;
}

.mainvisual_sp {
    display: none;
}




/* ＝＝事業案内エリア＝＝ */

.service_box {
    width: 90%;
    margin: auto;
    padding: 3rem 0;
}

.service_container {
    display: flex;
    justify-content: space-between;

}

.service_text_area p {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    padding-top: 2rem;
}

.service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5rem 0;
}

.service_list li {
    width: 31%;
}

figure img {
    border-radius: 0.5rem;
}

.sl_ttl_box {
    background: #fff;
    display: inline-block;
    padding: 0.25rem 0.75rem 0.25rem 0.5rem;
    border-radius: 0 0.25rem 0.25rem 0;
    margin-top: -2rem;

}

.sl_ttl_box h2 {
    color: var(--main);
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-weight: 700;
}

.sl_ttl_box span {
    color: var(--main);
    font-family: "Noto Serif JP";
    font-size: 0.75rem;
    font-weight: 400;
}

.sl_text_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.5rem;

}

.sl_text_box p {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.sl_right_icon {
    width: 2rem;
}

.service_list a {
    transition: 700ms;
    position: relative;
}

.service_list a:hover {
    opacity: 0.6;
}

.service_list 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;
}

.service_list a:hover::after {
    transform: scale(1, 1);
}

/* ＝＝お知らせエリア＝＝ */

.news_area {
    background: var(--bgcolor);
    padding: 3rem 0;
}

.news_box {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
}

.news_left {
    width: 26%;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}





.news_list {
    width: 68%;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    /* background-color: #146B43; */
}

.news_list li {
    width: 100%;

    border-bottom: 1px dashed #222;
}

.news_list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    transition: 700ms;
}

.news_list a::after {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(img/sl_right_icon.svg) no-repeat;
    background-size: contain;
}





.thumbnail {
    width: 22%;

}

.thumbnail img {
    aspect-ratio: 4 / 3;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.news_title_day {
    width: 68%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: space-around;
}

.blog_title {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
}

time {
    color: var(--main);
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
}

.news_sp_btn {
    display: none;
}


/* 記事のホバー */
.news_list a:hover {
    background: var(--main);

    time,
    .blog_title {
        color: var(--bgcolor);
    }
}

.news_list a:hover::after {
    background: url(img/sl_right_icon_w.svg) no-repeat;
}


/* ＝＝採用情報＝＝ */

.recruit_area {
    padding: 3rem 0;
}

.recruit_box {
    text-align: center;
    padding: 3rem 0 3rem;
}

.recruit_img {
    width: 80%;
    margin: auto;
    padding-top: 3rem;
}

.center_btn {
    text-align: center;
}

.rec_ttl {
    text-align: center;
    padding-top: 5rem;
}

/* ＝＝会社概要エリア＝＝ */

.company_area {
    padding: 5rem 0;
    background-image: url(img/company_bg_03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.company_box {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;

}

.company_img {
    width: 53%;
}

.company_img img {
    border-radius: 0.5rem;
}

.company_text {
    width: 42%;
}

.company_ttl {
    padding: 7rem 0 3rem;
}

.company_ttl h3 {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75rem;
    padding-bottom: 0.5rem;
    letter-spacing: 0.08rem;
}

.company_ttl span {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    /* letter-spacing: 0.01rem; */
}

.company_ttl strong {
    color: var(--main);
    font-weight: 600;
}

.rigtht_btn {
    text-align: right;
    padding: 4rem 0 2rem;
}

.company_text .sub_title {
    padding-bottom: 1rem;
}

/* ＝＝お問い合わせエリア＝＝ */


.contact_area {
    background-image: url(img/contact_bg_05.jpg);
    background-size: cover;
    background-position: 50%;
    padding: 2rem 0 5rem;
}


.contact_ttl .sub_title {
    color: #fff;
    position: relative;
    top: 3.5rem;
}

.contact_ttl .sec_title {
    color: rgba(255, 255, 255, 0.50);
    position: relative;
    top: 1rem;
}

.contact_ttl {
    text-align: center;
}

.phone_icon02 {
    width: 3rem;
}

.mail_icon_02 {
    width: 3rem;
}



.contact_box {
    border: 1px solid #fff;
    width: 70%;
    margin: 0 auto;
    position: relative;

}

/* 
.contact_ttl {
    position: absolute;
    top: -40%;
} */



.contact_text {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    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;
    justify-content: center;
    align-items: center;
    padding: 1rem 4rem;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.30);
}


.phone_area02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;

}

.phone_area02 span {
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    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.25rem 3rem;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    transition: 700ms;
    background: rgba(51, 51, 51, 0.50);
}

.contact_button a:hover {
    background-color: var(--main);
}

.contact_button span {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    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: 24rem;
}

.f_logo_insta_area {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}


.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 {
    width: 80%;
    margin: auto;
    padding: 3rem 0;
}

.footer_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem 0;
}


.addres_p {
    font-size: 1.25rem;
    font-weight: 500;
}

.addres_last {
    padding-bottom: 1rem;
}

.f_left_area {
    width: 36%;
}

.f_left_area a {
    transition: 500ms;
}

.f_left_area a:hover {
    opacity: 0.7;
}

.f_right_area {
    width: 21%;
    padding-left: 3rem;
}

.f_nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0.375rem 1.5625rem;

}

.f_nav li {
    width: 100%;
}

.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;
}

.link_area {
    width: 25%;
}

.link_area p {
    padding-bottom: 2rem;
}

.link_banner {
    width: 16rem;
}

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: 1367px) {
    .br_tab {
        display: block;
    }

}


@media screen and (max-width: 1200px) {

    .h_logo {
        width: 19rem;
    }




    .g-nav a {
        padding: 0 1rem;
    }




}

@media screen and (max-width: 980px) {


    .h_logo {
        width: 16rem;
    }

    .g-nav strong {
        font-size: 0.75rem;

    }

    .g-nav span {
        font-size: 0.5rem;
    }

    .h_contact_btn span {
        font-size: 0.75rem;
    }

    .recruit_link_btn span {
        font-size: 0.75rem;
    }

}

/* タブレットここまで */


/* スマホ */
@media screen and (max-width: 796px) {

    /* 全体 */
    .br_sp {
        display: block;
    }


    .br_tab {
        display: none;
    }

    .sec_title {
        font-size: 3rem;
        bottom: -3rem;

    }

    .ss_title {
        bottom: -3rem;
    }

    .sub_title {
        font-size: 1.25rem;
    }

    p {
        font-size: 0.825rem;
        line-height: 1.25rem;
    }

    .btn a {
        font-size: 0.825rem;
    }

    .ttl_line {
        font-size: 1.115rem;
    }

    /* ヘッダー */
    .h_logo {
        width: 13rem;
    }

    .h_main_frame {
        padding: 0.5rem 1rem;
    }

    .h_right_top {
        display: none;
    }

    .g-nav li {
        padding: 0.5rem 0;
    }

    .g-nav strong {
        font-size: 1rem;

    }

    .g-nav span {
        font-size: 0.75rem;
    }

    .sp_menu_contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
    }



    /* ハンバーガーメニュー */
    header nav {
        box-sizing: border-box;
        position: fixed;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
        background: rgba(255, 255, 255, 0.80);
        /* 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: 40%;
        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: 1.5rem;
        left: 1rem;
        display: inline-block;
        width: 30px;
        height: 3px;
        border-radius: 2px;
        background-color: var(--main);
        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;
        position: relative;
    }

    .main_cc {
        position: absolute;
        top: 0;
        left: 0;
    }

    /* 事業案内エリア */

    .service_box {
        width: 95%;

    }

    .service_container {
        flex-direction: column;

    }

    .service_list {
        gap: 1.5rem;
    }

    .service_list li {
        width: 100%;
    }

    /* お知らせ */

    .news_box {
        width: 95%;
        flex-direction: column;
    }

    .news_left {
        width: 100%;
    }

    .news_list {
        width: 100%;
        padding: 5rem 0 3rem;
    }

    .news_pc_btn {
        display: none;
    }

    .news_sp_btn {
        display: block;
    }

    .news_list a {
        gap: 1rem;
    }

    .thumbnail {
        width: 30%;
    }

    .news_title_day {
        gap: 1rem;
    }

    time {
        font-size: 0.825rem;
    }

    .blog_title {
        font-size: 0.9rem;
    }

    /* 採用エリア */

    .recruit_img {
        width: 95%;
    }

    /* 会社案内 */

    .company_box {
        width: 95%;
        flex-direction: column-reverse;
    }


    .company_img {
        width: 100%;
    }

    .company_text {
        width: 100%;
    }

    .company_ttl {
        padding: 3rem 0 3rem;
    }

    .company_ttl h3 {
        font-size: 1.25rem;
        padding-bottom: 0.25rem;
    }

    .company_ttl span {
        font-size: 1.25rem;

    }

    .company_text .sub_title {
        padding-bottom: 0;
    }



    /* お問い合わせエリア */

    /* .contact_ttl {
        top: -20%;
    } */

    .contact_ttl .sub_title {
        top: 1.5rem;
    }

    .contact_ttl .sec_title {
        top: 0.5rem;
    }


    .contact_area {
        padding: 3rem 0 3rem;
    }

    .contact_box {
        width: 95%;
    }

    .phone_icon02 {
        width: 2rem;
    }

    .mail_icon_02 {
        width: 2.5rem;
    }

    .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: 35%;
    }

    .footer_box {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .footer_logo {
        width: 18rem;
        padding-right: 0.25rem;
    }


    .footer_area {
        width: 98%;
    }

    .f_right_area {
        display: none;
    }

    .f_left_area {
        width: 100%;
        border-right: none;
    }

    .link_area {
        width: 100%;
    }

    .link_area p {
        padding-bottom: 1rem;
    }

}



/* ＝＝以下固定ページ＝＝ */
/* ＝＝共通＝＝ */


.page-title {
    /* color: rgba(255, 255, 255, 0.80); */
    color: var(--main);
    font-family: "Noto Serif JP";
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* padding-top: 15rem; */
}

.page_sub_title {
    /* color: #FFF; */
    color: var(--main);
    font-family: "Noto Sans JP";
    font-size: 2.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    top: -1.5rem;
    /* padding-bottom: 1rem; */
}

.page_title_area {
    width: 90%;
    margin: auto;
    padding: 15rem 0 4rem;
}

.page_ttl {
    color: var(--main);
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.page_ttl_line {
    color: #222;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    font-family: "Noto Sans JP";
    border-bottom: 3px solid #e3e3e3;
    /* padding: 0.3em; */
    margin-bottom: 0.3em;
    position: relative;
}

.page_ttl_line::after {
    content: '';
    background-color: var(--main);
    width: 3em;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
}

/* ぱんくず */

.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_area {
        /* width: 80%;
        margin: auto; */
        padding: 17rem 0 1rem;
    }




    .page-title {
        font-size: 2.5rem;
    }

    .page_sub_title {
        font-size: 1.25rem;
        top: -1rem;
    }

    .c-breadcrumbs {
        font-size: 0.5rem;
    }

    .page_ttl {
        font-size: 1.5rem;
    }

    .page_ttl_line {
        font-size: 1.115rem;
    }


}

/* ＝＝採用案内ページ＝＝ */

.recruit_about_area {
    border-bottom: 1px solid #999;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.r_header-img {
    background-image: url(img/r_header_img_02.jpg);
    background-size: cover;
    background-position: 50%;
}

.p_recruit_ttl_area {
    text-align: center;
    padding: 2rem 0;
}

.p_recruit_about_box {
    width: 94%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5rem;
}


.p_recruit_about_img {
    width: 50%;
}

.p_recruit_about_text {
    width: 45%;
}

.p_recruit_about_text p {
    padding: 1rem 0;
}

/* リストエリア */

.recruit_list_area {
    padding: 2rem 0;
}


.pull_btn {
    display: inline-block;
}

.pull_btn a {
    color: #fff;
    background: var(--main);
    font-family: "Noto Sans JP";
    font-size: 1rem;
    transition: background 800ms;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
}

.pull_btn a::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(img/under_icon.svg) no-repeat;
    background-size: contain;
    margin-left: 1rem;
    position: relative;
    top: 5px;
}

.pull_btn a:hover {
    background-color: var(--sub);
}

.recruit_pull_list {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem 0;
}

.recruit_pull_list li {
    padding: 2rem 0;

}

.recruit_color {
    background: var(--bgcolor);
}


.r_p_m_box {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    color: #555;
    padding: 3rem 0 3rem;
}

.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) {


    .r_header-img {
        background-image: url(img/r_header_img_sp_02.jpg);
    }

    .p_recruit_about_box {
        width: 95%;
        margin: auto;
        flex-direction: column;
    }

    .p_recruit_about_img {
        width: 100%;
    }

    .p_recruit_about_text {
        width: 100%;
    }

    .recruit_pull_list {
        padding: 0 0 2rem;
        width: 95%;
        /* flex-wrap: nowrap; */
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }

    .recruit_pull_list li {
        padding: 1.5rem 0;
    }

    .recruit_list_area {
        padding: 1rem 0;
    }

    .pull_btn a {
        font-size: 0.825rem;
        padding: 0.75rem;

    }



    .r_p_m_box {
        width: 98%;
    }

    .r_p_m_box dt {
        width: 25%;
    }

    .r_p_m_box dd {
        width: 75%;
    }

    .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_02.jpg);
    background-size: cover;
    background-position: 50%;
}

.message_box {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;

}

.message_text {
    /* width: 60%; */
    width: 53%;
}

.message_text h3 {
    margin-top: 1rem;
    font-family: "Noto Serif JP";
}

.message_text p {
    padding: 1rem 0;
}

.message_img {
    /* width: 33%; */
    width: 43%;
    padding-top: 3.5rem;
}

.name_area {
    text-align: right;
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem;
}


.bold {
    font-weight: 600;
}



/* 会社概要overview */
.c_p_overview {
    background-color: var(--bgcolor);
    padding: 3rem 0;
}

.c_p_overview_box {
    width: 80%;
    margin: auto;
    padding: 3rem 0;
}

.c_p_overview_box .page_ttl {
    padding-bottom: 2rem;
}


table {
    border-collapse: collapse;
    width: 100%;
}

th {
    width: 30%;
    background-color: var(--main);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

td {
    width: 70%;
    background-color: #fff;
    border-top: 1px solid var(--main);
    border-bottom: 1px solid var(--main);
    color: #333;
    font-size: 1rem;
}

table th,
table td {
    padding: 1rem;
}


/* アクセス */

.access_area {
    padding: 3rem 0;
}

.access_box {
    width: 80%;
    margin: 0 auto;
    padding: 2rem 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_02.jpg);
    }

    .message_box {
        width: 95%;
        flex-direction: column;
        gap: 1rem;
    }

    .message_text {
        width: 100%;
    }

    .message_img {
        width: 100%;
    }

    .name_area {
        font-size: 1.115rem;
    }

    .c_p_overview {
        padding: 0;

    }

    .c_p_overview_box {
        width: 98%;
    }

    table th,
    table td {
        font-size: 0.825rem;
    }



    .access_box {
        width: 98%;
    }

    .g_map strong {
        font-size: 1rem;
    }
}

/* ＝＝事業案内ページ＝＝ */

.s_header-img {
    background-image: url(img/s_header_img_03.jpg);
    background-size: cover;
    background-position: 50%;
}


.service_list_area {
    padding: 5rem 0;
    border-bottom: 1px solid #146B43;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.s_pull_btn {
    /* display: inline-block; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s_pull_btn a {
    color: #333;
    font-size: 1.25rem;
    transition: background 800ms;
    padding: 1.25rem 2rem;

}

.s_pull_btn a::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(img/under_icon_g.svg) no-repeat;
    background-size: contain;
    margin-left: 1rem;
    position: relative;
    top: 5px;
}

.s_pull_btn a:hover {
    background-color: var(--main);
    color: #fff;
}

.s_pull_btn a:hover::after {
    background: url(img/under_icon.svg) no-repeat;
}


.logo_pathora {
    width: 9.5rem;
}

.logo_arvia {
    width: 12rem;
    position: relative;
    top: -1rem;
}

.logo_tecforce {
    width: 10rem;
}

/* 
.p_link {
    position: relative;
}

.logo_pathora {
    width: 8rem;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;

}

.a_link {
    position: relative;
}

.logo_arvia {
    width: 13rem;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.t_link {
    position: relative;
}

.logo_tecforce {
    width: 10rem;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
} */



.service_pull_list {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;

}

/* 事業内容メイン */

.service_main_area {
    padding: 3rem 0;
}

.service_main_box {
    width: 80%;
    margin: auto;
}

.service_ttl {
    font-size: 2rem;
}

.green_bold {
    color: var(--main);
    font-weight: 600;
}

.service_main_img {
    padding: 2rem 0;
}

.work_list_icon {
    width: 2rem;
}

.work_list {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}

.work_list li {
    display: flex;
    align-items: flex-start;
    width: 50%;
    padding: 2rem 0;
}

.work_list li:nth-child(even) {
    padding-left: 6rem;
}

.work_list_ttl {
    display: flex;
    flex-direction: column;
    padding-left: 0.5rem;
}


.work_list_ttl strong {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    font-weight: 600;
}

.work_list_ttl p {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    padding-top: 0.3rem;
}

.pathora_box {
    text-align: center;
    padding: 2rem 0;
}

.pathora_box h2 {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-weight: 400;
}

.pathora_box h3 {
    color: #555;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
}

.pathora_p {
    padding-top: 1.5rem;
}

.pathora_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 692px;
    margin: auto;
}


.pathora_list li {
    border-radius: 0.5rem;
    background: #333;
    width: 18.75rem;
    padding: 0.5rem 1rem;
    margin: 0.75rem 0;
}

.pathora_list strong {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;

}

.arvia_color {
    background-color: var(--bgcolor);
}

/* 事業内容のメディアクエリ */

@media screen and (max-width: 796px) {

    .s_header-img {
        background-image: url(img/s_header_img_sp_03.jpg);
    }

    .service_list_area {
        padding: 3rem 0 5rem;
    }

    .s_pull_btn a {
        font-size: 1rem;
        padding: 0.25rem 1rem;
    }

    .service_pull_list {
        width: 95%;
    }

    .service_pull_list li {
        margin: 3rem 0;
    }

    .service_main_box {
        width: 97%;
    }

    .service_ttl {
        font-size: 1.25rem;
    }

    .work_list {
        width: 95%;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .work_list li {
        width: 100%;
        padding: 1.5rem 0;
    }

    .work_list li:nth-child(even) {
        padding-left: 0;
    }

    .pathora_box h2 {
        font-size: 1.115rem;
    }

    .pathora_box h3 {
        font-size: 1.115rem;
    }

    .pathora_list {
        width: 97%;
        justify-content: center;
        align-items: center;
    }




}




/* ＝お知らせ一覧詳細＝ */

.n_header-img {
    background-image: url(img/n_header_img_02.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.n_header-img h2,
.n_header-img h3 {
    color: #fff;

}

.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) {

    .n_header-img {
        background-image: url(img/n_header_img_sp.jpg);
    }

    .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(--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;
}

/* お問い合わせページ */

.contact_header-img {
    background-image: url(img/contact_header_img_02.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.box-white {
    background-color: #f5f5f5;
    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;
}

.wpcf7-radio .wpcf7-list-item {
    margin-top: 5px;
    display: block;
}

/* お問い合わせページメディアクエリ */
@media (max-width: 796px) {


    .contact_header-img {
        background-image: url(img/contact_header_img_sp.jpg);

    }

    .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 dt {
        padding-bottom: 0.75rem;
    }

    .form-box dd {
        width: 100%;
    }

    .form-style {
        width: 100%;
    }

}




/* ＝＝J-Query＝＝ */

.service_list li {
    opacity: 0;
    transition: all 2s;
}


.service_list .active {
    opacity: 1;
}


.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;
    }
}