@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

/* フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* 変数 */
:root {
    --color-background: #fff;
    --color-background02: #F5F5F5;
    --color-font: #111;
    --color-primary: #11A796;
    --color-primary-tint: #EAFCFF;
    --color-secondary: #ED7456;
    --color-secondary-shade: #F8EC53;
    --color-secondary-tint: #FFFDEA;
    --color-border: #ccc;
    --color-table-border: #ccc;

    --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    --body-font-family: 'Noto Sans JP', sans-serif;
    --font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Poppins', 'Noto Sans JP', sans-serif;
    --font-family03: 'Noto Serif JP', serif;

    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #111;
    --header-color-primary: #11A796;
    --header-color-primary-tint: #ED7456;

    --footer-background: #fff;
    --footer-color-font: #111;
    --footer-color-primary: #111;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    color: var(--color-font);
    font-size: var(--px16);
}

.pad_anchor {
    display: block;
    margin-top: -100px !important;
    padding-top: 100px !important;
}

/*--メディアクエリ--------------------------------------------*/
@media print,
screen and (min-width: 1024px) {}

@media print,
screen and (max-width: 1023px) {}

@media print,
screen and (min-width: 769px) {}

@media print,
screen and (max-width: 768px) {}


/*------------------------------------------------------
ベース修正
------------------------------------------------------*/
#front_top_content,
#front_bottom_content {
    background: #fff;
}

#front-sectionPost {
    width: 90%;
}

.postlist .post_text {
    padding: 20px 0;
}

.googlemap {
    margin: 0 auto;
}

/*------------------------------------------------------
幅フル100%
------------------------------------------------------*/
.widecolor {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
    /* 120-80px (1920-375) */
    background: var(--color-background01);
}

.widearea {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*------------------------------------------------------
カラムリスト
------------------------------------------------------*/
/*---------col02-----------*/

.post .col2_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post .col2_list>li {
    width: 49%;
    margin-bottom: 2%;
}

@media print,
screen and (max-width: 600px) {
    .post .col2_list>li {
        width: 100%;
    }

    .post .col2_list>li:last-child {
        margin-bottom: 0;
    }
}

/*---------col03-----------*/

.post .col3_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post .col3_list>li {
    width: 32%;
}

.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}

.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

@media print,
screen and (max-width: 768px) {
    .post .col3_list>li {
        width: 49%;
        margin-bottom: 8%;
    }

    .post .col3_list::before,
    .post .col3_list:after {
        content: none;
    }
}

@media print,
screen and (max-width: 600px) {
    .post .col3_list>li {
        width: 100%;
    }

    .post .col3_list>li:last-child {
        margin-bottom: 0;
    }
}

/*---------col4-----------*/

.post .col4_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post .col4_list>li {
    width: 24%;
    margin-bottom: 1.5%
}

.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}

.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}

@media print,
screen and (max-width: 1240px) {

    .post .col4_list>li,
    .post .col4_list::before,
    .post .col4_list:after {
        width: 32%;
        margin-bottom: 2%;
    }
}

@media print,
screen and (max-width: 768px) {
    .post .col4_list>li {
        width: 49%;
    }

    .post .col4_list::before,
    .post .col4_list:after {
        content: none;
    }
}

@media print,
screen and (max-width: 600px) {
    .post .col4_list>li {
        width: 100%;
    }

    .post .col4_list>li:last-child {
        margin-bottom: 0;
    }
}

/*------------------------------------------------------
Hover
------------------------------------------------------*/
a:hover {
    opacity: .7;
    cursor: pointer;
}

/*------------------------------------------------------
gap
------------------------------------------------------*/
/* 縦 */
.col_gap2 {
    display: flex;
    flex-direction: column;
    gap: var(--px20);
}

.col_gap4 {
    display: flex;
    flex-direction: column;
    gap: var(--px40);
}

.col_gap6 {
    display: flex;
    flex-direction: column;
    gap: var(--px60);
}

.col_gap8 {
    display: flex;
    flex-direction: column;
    gap: var(--px80);
}

.col_gap10 {
    display: flex;
    flex-direction: column;
    gap: var(--px100);
}

/* 横 */
.gap8 {
    gap: var(--px80) !important;
}

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
/* 色 */
.color_w {
    color: #fff !important;
}

.color_font {
    color: var(--color-font) !important;
}

.color_prim {
    color: var(--color-primary) !important;
}

.color_sec {
    color: var(--color-secondary) !important;
}

/* サイズ */
.fz30 {
    font-size: var(--rem30) !important;
}

/* 配列 */
.txt_c_l {
    text-align: center;
}

@media print,
screen and (max-width: 768px) {
    .txt_c_l {
        text-align: left;
    }
}

/* テキスト */
.post p,
p {
    font-size: var(--rem16);
    line-height: 2;
}

.post .read p,
.read p {
    margin-bottom: 1em;
}

.post .read p:last-child,
.read p:last-child {
    margin-bottom: 0;
}

.post p.note,
p.note {
    font-size: var(--rem14);
}

/* H1 */
header#h1Header h1.title {
    font-family: var(--font-family03);
}


/* H2 */
.post h2,
h2 {
    font-size: var(--rem30w);
    font-family: var(--font-family03);
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 auto var(--px50);
    padding: 0;

    &::after {
        content: '';
        position: relative;
        visibility: visible;
        display: block;
        width: 2em;
        height: 2px;
        background: var(--color-primary);
        margin: 0.4em auto 0;
    }
}

.post h2.main_ttl,
h2.main_ttl {
    margin: 0 auto var(--px40);

    .en {
        font-family: var(--font-family02);
        font-weight: 500;
        color: var(--color-secondary);
        font-size: var(--rem20w);
        display: block;
        line-height: 1;
    }

    .jp {
        font-size: var(--rem30w);
        font-family: var(--font-family03);
        font-weight: 700;
        color: var(--color-font);
        display: block;
    }

    &::after {
        background: var(--color-secondary);
    }

    &.cc_prim {
        .en {
            color: var(--color-primary);
        }

        &::after {
            background: var(--color-primary);
        }
    }
}

/* H3 */
.post h3,
h3 {
    font-size: var(--rem24w);
    font-family: var(--font-family03);
    font-weight: 600;
    color: var(--color-primary);
    padding: 0 0 0 var(--px20);
    margin: 0 0 var(--px30);
    border: none;
    border-left: 3px solid var(--color-primary);
    line-height: 1.45;
}

.post h3.list_ttl,
h3.list_ttl {
    color: #fff;
    background: var(--color-primary);
    font-family: var(--font-family03);
    padding: 6px var(--px20) 8px;
    font-size: var(--rem20w);
    margin: 0 0 var(--px30);
    border: none;
}


/*------------------------------------------------------
リスト
------------------------------------------------------*/
/* ulリスト */
.post ul.list {
    list-style: none;
    /* デフォルトのマーカーを消す */
    padding-left: 0;
}

.post ul.list li {
    position: relative;
    padding-left: 1.5em;
    /* マーカー分のスペース */
    line-height: 1.45;
    margin-bottom: .7em;
}

.post ul.list li::before {
    content: "•";
    /* 任意のマーカー */
    position: absolute;
    left: 0;
    color: var(--color-font);
}

.post ul.list li:last-child {
    margin-bottom: 0;
}

.post ul.meiwa_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--px40) 0;

    >li {
        display: flex;
        flex-direction: column;
        width: 31%;
        background: #FFFDEA;
        box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .1);
        padding: var(--px20) var(--px60);
        margin: 0;
    }
}

@media print,
screen and (max-width: 1023px) {
    .post ul.meiwa_list>li {
        width: 48%;
    }
}

@media print,
screen and (max-width: 640px) {
    .post ul.meiwa_list>li {
        width: 100%;
    }
}

.post ul.meiwa_list>li {
    .ttl {
        font-weight: bold;
        font-size: var(--rem24w);
    }

    .num_txt {
        color: var(--color-secondary);
        line-height: 1.15;
        letter-spacing: .1rem;

        .num {
            font-weight: 800;
            font-size: var(--rem72);
        }

        .unit,
        .txt {
            font-size: var(--rem24);
            font-weight: 600;
        }
    }

    img {
        width: 60%;
        display: block;
        margin: 10px auto;
    }

    figure {
        width: 100%;
        display: block;
    }
}


.post .job_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--px6) 0;

    li {
        width: 48%;
        color: var(--color-secondary);
        font-weight: 700;
        font-size: var(--rem24);
        text-align: center;
    }
}

#post-196>div>div>div:nth-child(2)>ul>li:nth-child(6)>ul>li.etc {
    color: var(--color-font);
}

/* olリスト */
.post ol.num {
    margin: 0;
    padding: 0
}

.post ol.num li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: .7em;
    line-height: 1.55;
}

.post ol.num li:last-child {
    margin-bottom: 0;
}

/* dlリスト */
.post dl.dl_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 0 var(--px50);

    dt {
        color: var(--color-font) !important;
        font-size: var(--rem16) !important;
        font-weight: 600 !important;
    }
}


/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    /*     max-width: 300px; */
    font-size: var(--rem16);
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-secondary);
    font-weight: 600;
    padding: var(--rem20) 30px var(--rem20) 20px;
    margin: 0 auto;
    border: none;
    border-radius: 10px;
    transition: all .3s;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
    border-color: #fff;
    right: 30px;
    transition: all .3s;
}

.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
    color: #fff;
    background: var(--color-secondary);
}

.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
    right: 20px;
}

.subimitarea>.linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}

/*------------------------------------------------------
画像
------------------------------------------------------*/


/*------------------------------------------------------
table
------------------------------------------------------*/
.post table th,
.post table td {
    padding: 20px;
    border-color: var(--color-primary);
}

.post table th {
    background: var(--color-primary-tint);
    color: var(--color-primary);
}

.post table h4 {
    font-size: var(--rem16);
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px;

    &::before {
        content: none;
    }
}

.post table,
.post table td,
.post table th {
    border-color: #11a796;
    border-right: none !important;
    border-left: none !important;
}

/*------------------------------------------------------
inner
------------------------------------------------------*/
.inner {
    max-width: var(--content-max-width);
    width: 90%;
    margin: 0 auto;
}

.post .frame01 {
    background: var(--color-background02);
    padding: var(--px80) var(--px40);

    h3.list_ttl {
        background: var(--color-primary);
        color: #fff;
        font-family: var(--font-family03);
        font-size: var(--rem20w);
        text-align: center;
        padding: 6px var(--px20);
        margin: 0 auto var(--px40);
        border: none;
    }
}

/*------------------------------------------------------
flex
------------------------------------------------------*/

.post ul.list_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: var(--px24) var(--px60);
    padding: 0 5%;
    margin: 0 auto;

    li {
        margin-bottom: 0;
        width: 28%;
    }
}

.post ul.list_flex02 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: var(--px24) var(--px60);
    padding: 0 5%;
    margin: 0 auto;

    li {
        margin-bottom: 0;
        width: 15%;
    }
}

@media print,
screen and (max-width: 1023px) {
    .post ul.list_flex li {
        width: 45%;
    }

    .post ul.list_flex02 li {
        width: 44%;
    }
}

@media print,
screen and (max-width: 640px) {
    .post ul.list_flex li {
        width: 100%;
    }
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
#header a.head_btn.tel_btn::before {
    display: none;
}

/* ナビゲーション */
nav#mainNav ul li a {
    padding: var(--px20);
}

/* ボタン共通 */
#header a.head_btn span {
    display: block;
}

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: var(--header-color-primary) !important;
    color: #fff;
    font-family: var(--font-family01);
    font-weight: 600;
    font-size: 2.4rem;
    position: relative;

    /*     &::before {
        content: "";
        display: block;
        width: 1px;
        height: 60px;
        background: var(--color-font);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    } */
}

#header a.head_btn.tel_btn .tel_icon::before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1;
    padding-right: 6px;
}

#header a.head_btn .tel_text-sub {
    font-size: 1.2rem;
}

#header a.head_btn.tel_btn:hover {
    background: var(--header-color-primary) !important;
}

/* メールボタン */
#header a.head_btn.mail_btn {
    flex-direction: row;
    gap: 8px;
}

nav#mainNav ul li li a:hover,
nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li li.current-menu-item li a:hover,
nav#mainNav ul li.current-menu-item li a:hover,
nav#mainNav ul li.current-menu-ancestor li.current-menu-item a,
nav#mainNav ul li.current-menu-ancestor li a:hover {
    background: var(--color-secondary);
    color: #fff;
}

/* SP */
@media print,
screen and (max-width: 1023px) {
    nav#mainNav ul li a {
        padding: 16px;
    }

    nav#mainNav ul li a {
        border-bottom: 1px solid var(--color-border);
    }
}

/*------------------------------------------------------
Footer
------------------------------------------------------*/
#footer .footnav:not(:last-child) {
    margin-bottom: 0;
}

#footer .footer__logo img {
    width: 90%;
}

/*------------------------------------------------------
CTA
------------------------------------------------------*/
.cta01 {
    background: url(https://meiwadenki.co.jp/wp-content/uploads/bg_cta.jpg) no-repeat center / cover;
    padding: var(--px120) 0;
    position: relative;
    z-index: 0;
}

.cta01 .cta01_wrap {
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
    background: rgba(255, 255, 255, .9);
    padding: var(--px80) var(--px40);
}

.cta01 .ctabtnlist {
    display: block;
    max-width: 550px;
    margin: var(--px50) auto 0;
}

.cta01 .ctabtnlist li {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.cta01 a.item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30) 0;
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 10px;
    transition: all ease .15s;
}

.cta01 a.item:hover {
    opacity: 0.8;
}

@media print,
screen and (max-width: 768px) {

    .cta01 .ctabtnlist li,
    .cta01 .ctabtnlist a.item {
        width: 100%;
    }

    .cta01 .ctabtnlist li+li {
        margin-top: 1rem;
    }
}

/*ボタン共通パーツ*/
.cta01 .btnttl {
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;
}

.cta01 .infotxt {
    font-size: var(--rem16);
    font-weight: 400;
}

/*電話ボタン*/
.cta01 .telnum {
    font-size: var(--rem36);
    margin-bottom: 1rem;
}

.telnum {
    font-size: var(--rem36);
    font-weight: normal;
    margin-bottom: 1rem;
}

.cta01 .telbtn .btnttl {
    font-size: var(--rem20);
}

.cta01 a.telbtn {
    background: var(--color-primary);
    color: #fff;
}

/*メールボタン*/
/* .cta01 .mailbtn .btnttl {
	font-size: var(--rem24);
}
.cta01 a.mailbtn {
    background: #fff;
	color: #111;
} */
/*ボタンアイコン*/
.cta01 .mailbtn .btnttl::before,
.cta01 .telnum::before {
    content: '';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 1rem;
}

/* .cta01 .mailbtn .btnttl::before {
	content: '\f0e0';
} */
.cta01 .telnum::before {
    content: '\f3cd';
}

.telnum::before {
    content: '';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 1rem;
}

.telnum::before {
    content: '\f3cd';
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.post ul#sitemap_list li {
    margin-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589), 20px);
    padding-left: 0;
    padding-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589), 20px);
    border-bottom: 1px solid var(--color-border);
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.post .wpcf7 table {
    border: none;
}

.post .wpcf7 table th,
.post .wpcf7 table td {
    padding: 20px 16px;
    border: none;
    border-top: 1px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}

.post .wpcf7 table th {
    width: 30%;
    color: var(--color-primary);
    background: #fff;
    line-height: 1.25;
    vertical-align: middle;
}

.post p.contact_message,
p.contact_message {
    font-size: var(--rem16);
    margin-bottom: var(--px60);
    line-height: 2.4;
}

@media print,
screen and (max-width: 640px) {
    .post .wpcf7 table th {
        border-right: none;
        border-bottom: none;
        border-top: none;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }

    .post .wpcf7 table td {
        border-top: none;
        padding-top: 5px;
    }

    .post .wpcf7 table tr:first-child {
        border-top: 1px solid var(--color-primary);
    }
}

/* 完了 */
.post h2.thanks,
h2.thanks {
    font-size: var(--rem30);
    margin: 0 0 var(--px30);
    text-align: left;
}

.post h2.thanks::after,
h2.thanks::after {
    content: none;
}

.post .thanks_btn {
    margin: var(--px80) auto 0 !important;
    display: block;
}

/*------------------------------------------------------------------------------------------------------------
採用情報
------------------------------------------------------------------------------------------------------------*/
.post .lead {
    font-size: var(--rem30w);
    font-weight: 600;
    font-family: var(--font-family03);
    color: var(--color-primary);
}

.post .lead_en {
    font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
    /* -- 1920 1.8rem 375 1.3rem -- */
    color: var(--color-secondary);
    letter-spacing: 0.8rem;
}

#post-196>div>div>div:nth-child(3)>div>div.mt3.txt_c>a>span {
    font-size: var(--rem36);
    font-weight: normal;
}

#post-196>div>div>div:nth-child(3)>div>div.mt3.txt_c>a>span::before {
    content: '\f3cd';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 1rem;
}

.l-pagerecruit .l-recentrywrap {
    background: var(--color-background02);
    display: flex;
    justify-content: center;
    padding-block: var(--px80);
    align-items: center;
    gap: 1%;
}

.l-pagerecruit .l-recentrywrap .c-entryimg {
    aspect-ratio: 288 / 278;
    overflow: hidden;
    width: 20%;
	margin: 10px;
}

.l-pagerecruit .l-recentrywrap .c-entryimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.l-pagerecruit .l-recentrywrap .frame01 {
    background: transparent;
    padding: 0;
}

.l-pagerecruit ul.c-entryflowlist {
    display: flex;
    flex-direction: column;
    width: 90%;
/* 	max-width: 31em; */
	margin: 0 auto;
    margin-inline: auto;
    gap: 6px;
}




.l-pagerecruit ul.c-entryflowlist li {
    display: flex;
    background: #fff;
    border: 1px solid var(--color-primary);
    align-items: stretch;
    font-size: min(calc(1.5rem + (1vw - 1.92rem) * 0.1294), 1.5rem);
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.l-pagerecruit ul.c-entryflowlist li span.c-entryflowlist__num {
    background: var(--color-primary);
    color: #fff;
    font-family: var(--font-family02);
    font-weight: 600;
	width: 20%;
    text-align: center;
    line-height: 1;
    align-content: center;
}

.l-pagerecruit ul.c-entryflowlist li span.c-entryflowlist__txt {
    padding: 2px 5px;
/*     width: 100%; */
	 width: 29em;
    line-height: 2;
}

@media print, screen and (max-width: 768px) {
    .l-pagerecruit .l-recentrywrap {
        flex-direction: column;
        gap: 20px 0;
    }

	.l-pagerecruit ul.c-entryflowlist li span.c-entryflowlist__txt {
    width: 100%;
}
	
    .l-pagerecruit .l-recentrywrap .c-entryimg {
        width: 80%;
    }

    .l-pagerecruit .l-recentrywrap .c-entryimg.img01 {
        order: 2;
    }
	.l-pagerecruit ul.c-entryflowlist li {
		width: 90%;
	}
	
	.l-pagerecruit ul.c-entryflowlist li span.c-entryflowlist__num {
		width: 24%;
	}
}

/*------------------------------------------------------------------------------------------------------------
ギャラリー
------------------------------------------------------------------------------------------------------------*/
.gallery-caption {
    font-size: var(--rem16);
    /*     color: var(--color-primary); */
    font-weight: 600;
    margin: var(--px20) auto var(--px30) !important;
}

.gallery-columns-3 .gallery-item {
    width: 32% !important;
}

.gallery-columns-3 .gallery-item img {
    max-width: 100%;
    width: 100%;
}

#gallery-1 {
    gap: var(--px50) 2%;
}

@media print,
screen and (max-width: 640px) {
    .gallery-columns-3 .gallery-item {
        width: 48% !important;
    }
}


/*------------------------------------------------------------------------------------------------------------
TOP
------------------------------------------------------------------------------------------------------------*/
.sec01 {
    background: url(/wp-content/uploads/bg_about.jpg) no-repeat center / cover;
    padding: var(--px120) 0;
}

.sec02 {
    position: relative;
    background: #fff;

    &::before {
        content: "";
        display: block;
        width: 100%;
        height: 55%;
        position: absolute;
        left: 0;
        top: 0;
        background: #f5f5f5;
    }
}

.num_list01 {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
}

.num_list01 .imgarea {
    position: relative;
    margin-bottom: var(--px20);
}

.num_list01 .imgarea::before {
    position: absolute;
    counter-increment: number;
    content: "0"counter(number);
    display: inline-block;
    background: #ffffff;
    color: var(--color-font);
    font-family: var(--font-family02);
    font-weight: 700;
    font-size: 20px;
    border-radius: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    bottom: -25px;
    transform: translateX(-50%);
}

.num_list01 li:nth-of-type(1) .imgarea::before {
    border: 5px solid var(--color-primary);
}

.num_list01 li:nth-of-type(2) .imgarea::before {
    border: 5px solid var(--color-secondary-shade);
}

.num_list01 li:nth-of-type(3) .imgarea::before {
    border: 5px solid var(--color-secondary);
}

.num_list01 .num_listttl {
    text-align: center;
    font-weight: 500;
    font-size: var(--rem24w);
    padding: 30px 0 0;
    line-height: 1.45;
    position: relative;
}

.img_map {
    background: #eafcff;
    padding-top: var(--px100);
}


/*------------------------------------------------------------------------------------------------------------
沿革
------------------------------------------------------------------------------------------------------------*/
.flowlist01 {
    padding-left: 13rem;
    position: relative;
}

.flowlist01::before {
    content: "";
    width: 4px;
    height: 100%;
    background: #D2D3D5;
    display: block;
    position: absolute;
    top: 0;
    left: 10rem;
}

.flowlist01>li {
    position: relative;
}

.flowlist01>li:not(:last-child) {
    margin-bottom: 3vh;
}

.flowlist01>li .icon {
    font-size: var(--rem24);
    font-weight: 700;
    color: var(--color-primary);
    display: block;
    position: absolute;
    top: 0;
    left: -13rem;
    z-index: 100;
}

.flowlist01>li {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: var(--px30);
    display: block;
}

.flowlist01>li dl {
    padding-left: var(--px20);
    display: flex;
    align-items: flex-start;
    gap: var(--px50);
    border-bottom: 3px dotted #d2d2d2;
    display: block;
}

.flowlist01 li::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin-top: 0;
    background: var(--color-secondary-shade);
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    left: -3.5rem;
}

.flowlist01>li dl dt {
    font-weight: 700;
    color: var(--color-secondary);
    font-size: 1.6rem;
    display: block;
}

.flowlist01>li dl dd {
    padding-bottom: 0;
}

.officer-box {
    display: flex;
    align-items: flex-start;
}

.officer-title {
    min-width: 80px;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .flowlist01::before {
        left: 7rem;
    }

    .flowlist01>li dl {
        padding-left: 0;
        flex-direction: column;
        gap: 0;
    }

    .flowlist01 {
        padding-left: 10rem;
    }

    .flowlist01>li .icon {
        left: -10rem;
    }
}



/* -----------------------------------------------------
 * 投稿 
 *  -----------------------------------------------------*/

.single-post h1.title {
    font-size: var(--rem30w);
    font-family: var(--font-family03);
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 auto var(--px50);
    padding: 0;
    text-align: center;

    &::after {
        content: '';
        position: relative;
        visibility: visible;
        display: block;
        width: 2em;
        height: 2px;
        background: var(--color-primary);
        margin: 0.4em auto 0;
    }
}

.dateLabel {
    border: none;
}

/*------------------------------------------------------------------------------------------------------------
製品紹介
------------------------------------------------------------------------------------------------------------*/
.product-info-note {
    background-color: var(--color-primary-tint);
    padding: var(--px60);
    font-size: var(--rem24);
}

.product-info-note p {
    font-size: var(--rem20);
    color: var(--color-secondary);
}




.c-entryflowlist__num {
  position: relative;
  display: inline-block;
  background-color: var(--color-primary); 
  color: #fff;
  padding: 0.4em 0.8em;
}

.c-entryflowlist__num::after {
  content: '';
  position: absolute;
  bottom: -8px; /* 三角の位置 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid var(--color-primary); 
}

.c-entryflowlist li:last-child .c-entryflowlist__num::after {
  display: none;
}

.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
	width: 90%;
}