@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #006300;
	--color-primary-shade: #004500;
	--color-primary-tint: #4d924d;
	--color-secondary: #FFA52B;
	--color-secondary-tint: #ffc06b;
	--color-table-border: #DDD;
	--body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
	/* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #006300;
	--header-color-primary-shade: 004500;
	--header-color-primary-tint: #4d924d;
	/*------▼フッター設定▼------*/
	--footer-background: #003B00;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
    --font-family03: "Montserrat", 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
    .ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            .ttl--primary__en {
                color: #00A500;
				font-family: var(--font-family03);
                font-size: min(calc(9.6rem + (1vw - 1.92rem) * 3.1068), 9.6rem);
                font-weight: 900;
                font-style: italic;
                line-height: 1.2;
                letter-spacing: 0;
				margin-bottom: 0;
				position: relative;
                @media screen and (max-width: 768px) {
                    font-size: var(--rem60);
                }
                &.color-common {
					color: var(--color-font);
				}
				&.color-primary {
					color: var(--color-primary);
				}
                &.color-white {
                    color: #fff;
                }
            }
            .ttl--primary__ja {
                color: var(--color-font);
                font-size: var(--rem36);
                font-weight: 700;
                line-height: 1.4;
                letter-spacing: .2em;
                &.color-common {
					color: var(--color-font);
				}
				&.color-primary {
					color: var(--color-primary);
				}
                &.color-white {
                    color: #fff;
                }
            }
        }
    }
    p {
        line-height:2;
    }
    .color-white {
        color: #fff;
    }
    .color-primary {
        color: var(--color-primary);
    }
    .m-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/**/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.max-w {
	margin-left: auto;
	margin-right: auto;
	&.max-w--960 {
		max-width: 960px;
		
	}
	&.max-w--1000 {
		max-width: 1000px;
	}
}

/**/

.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

/* アンカーリンク 遷移後の表示位置調整 */
.anchorLink-view {
    padding-top: 120px;
    margin-top: -120px;
}

/*-----------------------------
column_01
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column01 {
	position: relative;
	margin: var(--px60) 0 0;
}
.column01_wrap {
	position: relative;
	max-width: 1600px;
	width: 94%;
    margin: 0 auto;
	z-index: 1;
}
.column01 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
}
.column01 .txtarea .txtinner {
    max-width: 540px;
}
.column01 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column01 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
	
/*---------txtstyle-----------*/
	
.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
}
.post .column01 .txtstyle02, .column01 .txtstyle02 {
	font-size: var(--rem20);
	margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
	content: none;
}
.post .column01 .txtstyle04, .column01 .txtstyle04 {
	font-size: var(--rem36);
}
.post .column01 .txtstyle04:after, .column01 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
column_02
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column02 {
	position: relative;
	padding: var(--px120) 0;
	margin: var(--px60) 0 0;
}
.column02:before {
    content: "";
    background: #aaa;
    width: 80%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.column02_wrap {
	position: relative;
	max-width: unset;
    margin: 0 auto;
	z-index: 1;
}
.column02 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
}
.column02 .txtarea .txtinner {
    max-width: 720px;
}
.column02 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column02 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*---------rev-----------*/
	
.column02.rev:before {
    content: "";
    background: #aaa;
    width: 80%;
    height: 100%;
    position: absolute;
    bottom: inherit;
    right: inherit;
	top: 0;
    left: 0;
    z-index: 0;
}

@media screen and (max-width: 768px) {
	.column02.rev .flexbox {
		flex-direction: row-reverse;
	}
}

/*---------txtstyle-----------*/
	
.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
}
.post .column02 .txtstyle02, .column02 .txtstyle02 {
	font-size: var(--rem20);
	margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
	content: none;
}
.post .column02 .txtstyle04, .column02 .txtstyle04 {
	font-size: var(--rem36);
}
.post .column02 .txtstyle04:after, .column02 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}
/*-----------------------------
fullwide03
------------------------------*/
.fullwide03 {
	position: relative;
	background: transparent;
	padding: var(--px80) 0
}
.fullwide03:before {
    content: "";
    background: url(/wp-content/uploads/top_recruit_01.png.webp) no-repeat center / cover;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.fullwide03_wrap {
    background: linear-gradient(270deg, #00A400 0%, #006300 100%);
	position: relative;
	z-index: 1;
    max-width: 1600px;
	width: 94%;
    margin: 0 auto;
    padding: var(--px80);
	display: flex;
    justify-content: center;
    align-items: center;
}
.fullwide03_inner {
    max-width: 960px;
}

/*-----------------------------
card
------------------------------*/
  .toptxtarea {
    max-width: 960px;
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .card01_wrap {
    position: relative;
    margin: var(--px60) 0 0;
  }
  .card01_inner {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
  }
  .card01_list > li {
    position: relative;
    background: transparent;
  }
  .card01_list .imgarea {
    width: 100%;
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    line-height: 0;
  }
  .card01_list .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card01_list .txtarea {
    padding: 20px 0 0 0;
    line-height: 1.6;
    text-align: left;
    background: transparent;
  }
    
  /*---------txtstyle02 -----------*/
    
  .post .txtstyle02, .txtstyle02 {
    font-family: var(--font-family02);
    font-size: var(--rem36);
    font-weight: 600;
    text-align: left;
    margin: var(--rem36) auto;
    background: transparent;
      color: #111;
      line-height: 1.4;
    padding: 0;
  }
  .post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
    content: none;
  }
  .post .card01_list .txtstyle02, .card01_list .txtstyle02 {
    font-size: var(--rem24);
    font-weight: 700;
    text-align: center;
    margin: 0 0 1rem;
  }

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

/*---------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%;
	margin-bottom: 2%;
}
.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%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------
	button
--------------------------------------------------*/
.linkBtn.linkBtn--arw, .post .linkBtn.linkBtn--arw, a.linkBtn.linkBtn--arw {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 240px;
	font-size: var(--rem18);
    font-style: italic;
    color: var(--color-font);
    line-height: 1.4;
    text-align: left;
    background: transparent;
	font-weight: 800;
    padding: min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) 10px;
    margin: var(--px40) auto 0;
	border: none;
    border-radius: 0;
    transition: all .3s;
    &:is(.color-white) {
        color: #fff;
        &::after {
            background: #fff;
        }
        .arw {
            &::after {
                border-color: var(--color-font);
            }
        }
        &:hover {
            color: #fff;
            .arw {
                background: #fff;
                border: #fff;
                &::after {
                    border-color: var(--color-font);
                }
            }
        }
    }
    &:is(.color-white-all) {
        color: #fff;
        &::after {
            background: #fff;
        }
        .arw {
            background: #fff;
            border-color: #fff;
            &::after {
                border-color: var(--color-font);
            }
        }
        &:hover {
            color: #fff;
            .arw {
                background: var(--color-secondary);
                border: var(--color-secondary);
                &::after {
                    border-color: var(--color-font);
                }
            }
        }
    }
    &:is(.arrow-white) {
        .arw {
            &::after {
                border-color: #fff;
            }
        }
    }
}
.post .linkBtn.linkBtn--arw::after, .linkBtn.linkBtn--arw::after, a.linkBtn.linkBtn--arw::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--color-font);
    border: none;
    margin-top: 0;
    position: absolute;
    bottom: -8px;
    top: unset;
    right: unset;
    transform: unset;
}
.linkBtn.linkBtn--arw:hover, .post .linkBtn.linkBtn--arw:hover, a.linkBtn.linkBtn--arw:hover {
	color: var(--color-font);
	background: transparent;
}
.linkBtn.linkBtn--arw .arw, .post .linkBtn.linkBtn--arw .arw, a.linkBtn.linkBtn--arw .arw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	width: var(--px50);
	height: var(--px50);
    background: var(--color-secondary);
	border: 1px solid var(--color-secondary);
	border-radius: 50%;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .4s;
	transition: .4s;
}
.linkBtn.linkBtn--arw .arw::after, .post .linkBtn.linkBtn--arw .arw::after, a.linkBtn.linkBtn--arw .arw::after {
	content: '';
	position: absolute;
	width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
	height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
	border-style: solid;
	border-width: 1px 1px 0 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-70%, -50%) rotate(45deg);
	transform: translate(-70%, -50%) rotate(45deg);
	-webkit-transition: .4s;
	transition: .4s;
}
.linkBtn.linkBtn--arw:hover .arw, .post .linkBtn.linkBtn--arw:hover .arw, a.linkBtn.linkBtn--arw:hover .arw  {
	background: var(--color-primary);
    border-color: var(--color-primary);
}
.linkBtn.linkBtn--arw:hover .arw::after, .post .linkBtn.linkBtn--arw:hover .arw::after, a.linkBtn.linkBtn--arw:hover .arw::after {
	border-color: var(--color-secondary);
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
    }
    #header .logo img {
        max-width: 189px;
        width: 100%;
        max-height: 66px;
    }
    #header a.head_btn {
        color: var(--color-primary);
        background: var(--color-primary);
        padding-left: var(--rem28);
        padding-right: var(--rem28);
        &:hover {
            background-color: var(--color-primary-tint);
        }
    }
    #header a.head_btn.tel_btn {
        background: #fff;
        &:hover {
            background: var(--color-primary-tint);
        }
    }
    #header a.head_btn.tel_btn::before {
        display: none;
    }
    #header a.head_btn .tel_btn__num::before {
        content: '\f095';
        position: relative;
        top: 2px;
        display: block;
        font-family: 'FontAwesome';
        font-size: .75em;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
    }
    #header a.head_btn .tel_btn__num {
        display: flex;
        align-items: center;
        column-gap: min(calc(0.8rem + (1vw - 1.92rem) * 0.1294), .8rem);
        font-size: var(--rem24);
        font-weight: 700;
        margin-bottom: 3px;
    }
    #header a.head_btn.mail_btn {
        color: #fff;
        font-size: var(--rem16);
        align-items: center;
        padding-left: var(--rem36);
        padding-right: var(--rem36);
    }
    #header a.head_btn.mail_btn::before {
        position: relative;
        top: 1px;
    }
    #header a.head_btn.mail_btn span {
        font-size: var(--rem14);
    }
    nav#mainNav ul li a b {
        font-weight: 700;
    }
    nav#mainNav ul li a span {
        color: var(--color-secondary);
        font-weight: 400;
    }
    nav#mainNav ul li a:active span, nav#mainNav ul li a:hover span, nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li.current-menu-parent a span {
        color: var(--color-secondary);
    }
    nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
        color: var(--header-color-font);
    }
    nav#mainNav ul li a:hover {
        background: var(--color-primary);
        b {
            color: #fff;
        }
    }
    nav#mainNav ul li.current-menu-item a:hover b, nav#mainNav ul li.current-menu-parent a:hover b {
        color: #fff;
    }
    nav#mainNav ul li.current-menu-item a {
        background: transparent;
        &:hover {
            background: var(--color-primary);
        }
    }
    body:not(.home) {
        nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
            color: var(--header-color-primary);
        }
    }
	nav#mainNav ul li:hover ul.sub-menu {
	background: #fff;
    }
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
	padding: var(--px80) 0 var(--px60);
    .footer__logo img {
        width: 100%;
    }
}
#footer .footer__logo img {
    max-width: 152px;
    max-height: 140px;
}
#copyright {
    background: transparent;
}

/*--------------------------------------------------
	CTA
--------------------------------------------------*/
.home, .page-id-147, .page-id-21 {
	.page-cta {
		display: none !important;
	}
}
/*-----------------------------
cta01_col2
------------------------------*/
.cta01 {
    padding: var(--rem120) 0;
	position: relative;
	z-index: 0;
    &.bg_wide::before {
        background: url(/wp-content/uploads/cta_bg_01.png.webp) no-repeat center / cover;
    }
    .ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            .ttl--primary__en {
                color: #00A500;
				font-family: var(--font-family03);
                font-size: min(calc(9.6rem + (1vw - 1.92rem) * 3.1068), 9.6rem);
                font-weight: 900;
                font-style: italic;
                line-height: 1.2;
                letter-spacing: 0;
				margin-bottom: 0;
				position: relative;
                @media screen and (max-width: 768px) {
                    font-size: var(--rem60);
                }
                &.color-common {
					color: var(--color-font);
				}
				&.color-primary {
					color: var(--color-primary);
				}
                &.color-white {
                    color: #fff;
                }
            }
            .ttl--primary__ja {
                color: var(--color-font);
                font-size: var(--rem36);
                font-weight: 700;
                line-height: 1.4;
                letter-spacing: .2em;
                &.color-common {
					color: var(--color-font);
				}
				&.color-primary {
					color: var(--color-primary);
				}
                &.color-white {
                    color: #fff;
                }
            }
        }
    }
}
.cta01 .cta01_wrap {
	max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    border: 3px solid #fff;
    padding: var(--px100) var(--px80) var(--px120);
}
.cta01 .ctabtnlist {
    justify-content: space-between;
    max-width: 880px;
    margin: var(--px40) auto 0 auto;
}
.cta01 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
    background: #fff;
}
.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: 0;
    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(--rem18);	
	font-weight: 700;
    b {
        font-size: var(--rem16);	
	    font-weight: 700;
    }
}
	
/*電話ボタン*/
	
.cta01 .telnum {
	font-size: var(--rem36);
    font-weight: 500;
	margin-bottom: 1rem;
}
.cta01 .telbtn .btnttl {
	font-size: var(--rem20);
}
.cta01 a.telbtn {
    background: #fff;
	color: var(--color-primary);
    .infotxt {
        font-size: var(--rem16);	
    }
    &:hover {
        color: #fff;
        background: var(--color-primary);
    }
}
	
/*メールボタン*/
	
.cta01 .mailbtn .btnttl {
	font-size: var(--rem24);
}
.cta01 a.mailbtn {
    background: var(--color-primary);
    border: 1px solid #fff;
	color: #fff;
    &:hover {
        color: var(--color-primary);
        background: #fff;
    }
}
	
/*ボタンアイコン*/
	
.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';
    font-size: var(--rem28);
}
.cta01 .telnum::before {
	content: '\f3cd';
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#wrapper {
		max-width: 1600px;
        width: 90%;
	}
    /* CONTENT01 */
    #top_about {
        &.bg_wide::before {
            background: linear-gradient(270deg, #00A400 0%, #006300 100%);
        }
        .front_contents {
            padding: var(--px60) 0;
        }
        .column01 {
            margin-top: 0;
            .column01_wrap {
                width: 100%;
            }
            .txtarea {
                background: transparent;
                .txtinner {
                    max-width: unset;
                }
                .txtstyle04 {
                    color: #fff;
                    font-size: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
                    font-weight: 700;
                    line-height: 1.4;
                    letter-spacing: 0;
                    margin-bottom: 0;
                    &::after {
                        display: none;
                    }
                }
                p {
                    color: #fff;
                    line-height: 3;
                    letter-spacing: 0;
                }
            }
        }
    }
    /* CONTENT02 */
    #top_business {
        &.bg_wide::before {
            background: url(/wp-content/uploads/top_business_01.png.webp) no-repeat center / cover;
        }
        .column01 {
            margin-top: 0;
            .column01_wrap {
                width: 100%;
            }
            .txtarea {
                background: var(--color-primary);
                @media screen and (max-width: 1023px) {
                    width: 100%;
                }
                .txtinner {
                    max-width: 640px;
                }
                p {
                    color: #fff;
                    line-height: 3;
                    letter-spacing: 0;
                }
            }
        }
    }
    /* CONTENT03 */
    #top_works {
        .front_contents {
            padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
        }
        .column02 {
            margin-top: 0;
            &::before {
                width: 64%;
                background: url(/wp-content/uploads/top_works_02.png.webp) no-repeat center / cover;
            }
            .imgarea {
                aspect-ratio: 960 / 688;
            }
            .txtarea {
                .ttl.ttl--primary {
                    margin-bottom: var(--rem24);
                }
                p {
                    line-height: 3;
                }
            }
        }
    }
    /* CONTENT04 */
    #top_company {
        .front_contents {
            padding-top: 0;
        }
        .column02 {
            margin-top: 0;
            &::before {
                width: 64%;
                background: url(/wp-content/uploads/top_company_01.png.webp) no-repeat center / cover;
            }
            .imgarea {
                aspect-ratio: 960 / 688;
                iframe {
                    width: 100%;
                    height: 100%;
                }
            }
            .txtarea {
                .ttl.ttl--primary {
                    margin-bottom: var(--rem24);
                }
                .txtstyle02 {
                    color: var(--color-secondary);
                    font-size: var(--rem36);
                    font-weight: 700;
                    line-height: 1.4;
                    letter-spacing: .2em;
                }
                p:not(.txtstyle02) {
                    line-height: 3;
                }
                dl {
                    & > div {
                        display: flex;
                        & + & {
                            margin-top: var(--rem20);
                        }
                    }
                    dt {
                        width: 6em;
                        color: var(--color-primary);
                        font-weight: 700;
                        line-height: 2;
                        letter-spacing: 0;
                    }
                    dd {
                        line-height: 2;
                    }
                }
            }
        }
    }
    /* CONTENT05 */
    #top_recruit {
        .front_contents {
            padding: 0 0 min(calc(40rem + (1vw - 1.92rem) * 12.9450), 40rem);
        }
        .fullwide03 {
            &::before {
                height: 79%;
            }
            .fullwide03_inner {
                width: 100%;
                max-width: unset;
                .read_txt {
                    font-size: var(--rem24);
                    font-weight: 700;
                    line-height: 1.4;
                    text-align: left;
                }
            }
        }
    }
    /* POST */
    .top_news {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
        .front_contents {
            padding-top: var(--px100);
        }
    }
    .postlist {
        .post_text {
            color: #CCC;
            padding: 26px 0;
        }
        li {
            border-bottom: 1px solid #ccc;
        }
    }
    .postlist .ttls, .postlist .date {
        color: var(--color-font);
        font-size: 100%;
    }
    .post .time, .postlist .time, .post2b .time, .post4b .time {
        background: var(--color-primary);

    }
    .post .time, .postlist .time, .post2b .time, .post4b .time {
        line-height: 1.2 !important;
        background: var(--color-secondary);
    }
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
    #thumbImg::before, header#h1Header::before {
        display: none;
    }
    h1.title, .post h1, header#h1Header h1.title {
        color: #fff;
        font-size: var(--rem40);
        font-family: var(--font-family01);
        font-weight: 700;
    }
    &.post, .post {
        h3 {
            color: var(--color-primary);
            border-color: #BABABA;
            padding-left: 0;
        }
        ul {
            li {
                font-size: var(--rem16);
            }
        }
        table th, table td {
            font-size: var(--rem16);
            padding: min(calc(3.2rem + (1vw - 1.92rem) * 0.7120), 3.2rem) var(--rem24);
            line-height: 1.7;
        }
        table th {
            color: #fff;
            font-weight: 700;
            background: var(--color-primary);
        }
		.w-fit {
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
        .anchorLink-view {
            padding-top: 120px;
            margin-top: -120px;
        }
        .heading_mod-01 {
            font-size: min(calc(2.5rem + (1vw - 1.92rem) * 0.6472), 2.5rem);
            font-weight: 700;
            position: relative;
            padding: 0 0 0 2.5em;
            margin: var(--px40) auto var(--px24);
            border: none;
            &::after {
                content: '';
                position: absolute;
                width: 2em;
                height: 4px;
                background: linear-gradient(270deg, #00A400 0%, #006300 100%);
                top: .8em;
                left: 0;
            }
        }
        .text_mod-01 {
            font-size: var(--rem36);
            font-weight: 700;
        }
        .text_mod-02 {
            color: var(--color-primary);
            font-weight: 700;
            padding: 0;
        }
        .lh_mod-01 {
            line-height: 2.4;
        }
        .lh_mod-02 {
            line-height: 3;
        }
        .lh_mod-03 {
            line-height: 1.5;
        }
        .marker.orange {
            background: linear-gradient(transparent 60%, var(--color-secondary) 60%);
        }
        .signature {
            font-size: var(--rem20);
            font-weight: 500;
            span {
                margin-left: 2.5em;
            }
        }
        .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(20rem + (1vw - 1.92rem) * 6.4725), 20rem);
            margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
            background: #F1F6F1;
        }
    }
}

/*================================================
				　　ご利用の流れ
================================================*/
.page-id-144 {
    #content {
        padding-bottom: 0 !important;
    }
}

/*--flow02--------------------------------------------*/

ul.flowlist02 {
	counter-reset: flow_list;
}
ul.flowlist02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
	width: 100%;
	background: #fff;
	position: relative;
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 60px;
}
.flowlist02 .flow_img {
	width: 35%;
}
.post .flowlist02 > li > dl {
    display: flex;
    align-items: stretch;
	width: 100%;
	line-height: 1.8;
    @media screen and (max-width: 768px) {
        display: block;
    }
}
.flowlist02 > li:not(:last-child) dl::before {
	display: none;
}
.flowlist02 > li:not(:last-child) dl::after {
    display: block;
    content: "";
    width: 104px;
    height: 27px;
    background: url(/wp-content/uploads/icon_arrow_01.png.webp) no-repeat center / contain;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    transform: translateY(100%);
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-weight: 600;
    margin-right: var(--px16);
    .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        background: var(--color-secondary);
        margin-right: var(--px40);
    }
    span:not(.icon) {
        width: 14.5em;
        @media screen and (max-width: 768px) {
            line-height: 1.5;
        }
    }
}
.flowlist02 > li dl dt .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	line-height: 1;
	color: #fff;
    font-size: var(--rem36);
	padding: 20px 30px;
	position: relative;
	z-index: 100;
}
.post .flowlist02 > li > dl dd {
	padding: var(--rem40) var(--rem40) var(--rem40) 0;
    @media screen and (max-width: 768px) {
        padding: var(--rem40);
    }
}
@media print, screen and (max-width: 768px) {
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}

/*================================================
				　採用情報
================================================*/

.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	font-style: italic;
}

.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-primary-shade);
	letter-spacing: 0.8rem;
}

/*--幅フル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: #fafafa;
}
.post .widecolor > h2:first-child {
	margin-top: 0 !important;
}

/*--スタイルリストエリア--------------------------------------------*/

ul.box_style01 > li {
	position: relative;
	gap: 40px;
	width: 100%;
	background: #fff;
	padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	text-align: left;
}
.post ul.box_style01 .box_style_ttl {
	width: 100%;
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 400;
	padding: 0.6rem 0 0.6rem 2rem;
	margin: 0 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/*15-10px (1920-375) */
	border-bottom: none;
	border-left: 3px solid var(--color-primary-shade);
	text-align: left;
	font-style: italic;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	ul.box_style01 > li {
		display: flex;
	}
}

/*--ボタン別アイコン--------------------------------------------*/

a.external.ico_phone::before {
	content: '\f095';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_mail::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_phone::after, a.external.ico_mail::after {
	content: none;
}
	
/*---table_style04-------------------------------------*/

.post table.table_style04 th {
	background-color: transparent;
}
.post table.table_style04, .post table.table_style04 th, .post table.table_style04 td{
	border: none;
}
table.table_style04 tr:first-child {
	border-top: 1px solid #ababab;
}
table.table_style04 tr:last-child {
	border-bottom: 1px solid #ababab;
}
table.table_style04 tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}
table.table_style04 th, table.table_style04 td {
	padding: 50px 30px;
}
table.table_style04 th {
	position: relative;
	z-index: 0;
}
table.table_style04 th:before {
	position: absolute;
	content: "";
	background: rgb(247 247 247);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}
table.table_style04 td ul li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}
table.table_style04 td ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 768px) {
	table.table_style04 th, table.table_style04 td {
		padding: 35px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	table.table_style04 th {
		width: 32%;
	}
	table.table_style04 td {
		width: 68%;
	}
}

/*--contact_area-------------------------------------*/

.contact_area {
    padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);/*80px-40px (1920-375)x*/
    text-align: center;
    background: #F1F6F1;
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}
.post .contact_ttl {
	font-size: var(--rem40);
	font-weight: 700;
	text-align: center;
	letter-spacing: .1rem;
	padding: 0;
	margin: var(--rem40);
}
.post .contact_ttl::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post .contact_ttl::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 3px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
}
.contact_read {
    margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);/*30px-15px (1920-375)*/
    text-align: center;
    p {
        font-size: var(--rem20);
    }
}
.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  .linkBtn {
    font-size: var(--rem24);
    font-weight: 700;
    letter-spacing: .1em;
    background: linear-gradient(270deg, #00A400 0%, #006300 100%);
    border-radius: 0;
    &::after {
        display: none;
    }
    &:hover {
        opacity: 0.6;
    }
  }
}
.button_wrap > *,
.post .button_wrap > * {
  margin: 10px !important;
}
.contact_area .linkBtn, .contact_area .post .linkBtn {
    padding: 0;
}
.contact_area .linkBtn a {
    color: #fff;
    padding: 0.8em 1.2em;
    display: block;
}

/*================================================
					お問い合わせ
================================================*/
body:not(.home) {
	.wpcf7 {
		.wpcf7-form {
			table {
                border: none;
                th, td {
                    border-left: none;
                    border-right: none;
                }
				th {
                    color: var(--color-font);
                    font-size: var(--rem20);
					width: 30%;
                    background: transparent;
				}
                td {
                    font-size: var(--rem20);
                    font-weight: 500;
                }
			}
			.subimitarea {
				.linkBtn {
                    font-size: var(--rem36);
                    font-weight: 500;
                    background: linear-gradient(270deg, #00A400 0%, #006300 100%);
					margin-left: auto;
					margin-right: auto;
					padding: 0;
                    &:hover {
                        opacity: .6;
                    }
                    &::after {
                        display: none;
                    }
                    input[type="submit"] {
                        padding: 20px 10px;
                    }
				}
			}
            .must {
                background: #E80303;
            }
            input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select, textarea {
                font-size: var(--rem20);
                border-radius: 0;
            }
            input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select {
                height: 55px;
            }
		}
	}
}