@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@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=Oswald:wght@200..700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
    --color-font: #333;
    --color-primary: #0F793D;
    --color-primary-shade: #F7F7F7;
    --color-primary-tint: #5EC78C;
    --color-secondary: #F73737;
    --color-secondary-tint: #eee;
    --color-table-border: #ccc;
	--body-font-size: clamp(14px, .94vw, 16px);
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
    --header-color-font: #333333;
    --header-color-primary: #5EC78C;
    --header-color-primary-shade: #F8F8F8;
    --header-color-primary-tint: #0F793D;
	/*------▼フッター設定▼------*/
	--footer-background: #5EC78C;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Shippori Mincho', serif;
    --font-family03: 'Oswald', serif;
	/*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .8vw, 12px);
    --font-size14: clamp(12px, .8vw, 14px);
    --font-size16: clamp(14px, .94vw, 16px);
	--font-size18: clamp(16px, 1.1vw, 18px);
    --font-size20: clamp(18px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.4vw, 22px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size30: clamp(24px, 1.7vw, 30px);
    --font-size32: clamp(24px, 1.7vw, 32px);
    --font-size35: clamp(24px, 1.83vw, 35px);
    --font-size38: clamp(26px, 2vw, 38px);
	--font-size42: clamp(30px, 2.61vw, 42px);
    --font-size50: clamp(26px, 2.61vw, 50px);
    --font-size60: clamp(30px, 3.13vw, 60px);
	/*------▼clampバリエーション設定▼------*/
    --clamp-10: clamp(5px, 0.52vw, 10px);
    --clamp-14: clamp(7px, 0.73vw, 14px);
    --clamp-20: clamp(10px, 1.04vw, 20px);
    --clamp-30: clamp(15px, 1.56vw, 30px);
    --clamp-40: clamp(20px, 2.08vw, 40px);
    --clamp-50: clamp(25px, 2.61vw, 50px);
    --clamp-60: clamp(30px, 3.13vw, 60px);
    --clamp-70: clamp(35px, 3.65vw, 70px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-90: clamp(45px, 4.69vw, 90px); 
    --clamp-100: clamp(50px, 5.42vw, 100px);
    --clamp-110: clamp(55px, 5.73vw, 110px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-130: clamp(65px, 6.78vw, 130px);
    --clamp-140: clamp(70px, 7.3vw, 140px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}
::selection {
    background-color: var(--color-primary-tint);
}
/* == == == == == == == == == == == == == == == == == == 
 * 非表示
 * == == == == == == == == == == == == == == == == == == */
 .post h2, .post h3, .post h4 {
	padding: 0;
	margin: 0; 
	border: none;
}
.post h2::before, .post h3::before, .post h4::before, .post h2::after{
	content: none;
}
/* == == == == == == == == == == == == == == == == == == 
 * ヘッダー調整/header
 * == == == == == == == == == == == == == == == == == == */
@media print, screen and (min-width: 1024px) {
/* == == == == == == == ==
 * ヘッダー下部
 * == == == == == == == == */
    #header {
        height: 100px;
		position: relative;
    }
/* == == == == == == == ==
 * スティッキーヘッダー
 * == == == == == == == == */
    .sticky-header #header-layout {
        height: 100px;
    }
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-family: var(--font-family02);
		color: var(--header-color-font);
		font-weight: 500;
	}
	nav#mainNav ul li a b {
		font-size: var(--font-size18);
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: transparent;/* アクション時の背景色の設定 */
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: var(--header-color-primary);/* アクション時の文字色（上部）の設定 */
	}
	nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-primary);/* アクション時の文字色（下部）の設定 */
	}
/* == == == == == == == ==
 * ヘッダー下部__コンタクトボタン
 * == == == == == == == == */
    #header a.head_btn {
        font-size: var(--font-size18);
        font-weight: bold;
    }
    #header a.head_btn.tel_btn {
        color: var(--header-color-font);
        font-weight: 500;
    }
	#header a.head_btn.tel_btn::before {
		display: none;
	}
    #header a.head_btn.tel_btn .num {
        color: var(--header-color-primary);
        font-family: var(--font-family03);
        font-weight: 400;
        font-size: calc(var(--font-size28) - 2px);
        position: relative;
    }
    #header a.head_btn.tel_btn .num::before {
        content: '\f3cd';
        font-family: 'FontAwesome';
        font-size: .7em;
        position: relative;
        bottom: .15em;
        margin-right: .5em;
    }
    #header a.head_btn.tel_btn .sub {
        font-size: var(--font-size14);
    }
	#header a.head_btn.tel_btn:hover {
		color: var(--header-color-primary-shade);
	}
	#header a.head_btn.tel_btn:hover .num {
		color: var(--header-color-primary-shade);
	}
}
/* == == == == == == == ==
 * スマホ
 * == == == == == == == == */
@media print, screen and (max-width: 1023px) {

    
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ記事投稿（archive） 
 * == == == == == == == == == == == == == == == == == == */
#front_top_content, #front_bottom_content {
	background: transparent;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
#front-sectionPost {
	width: 90%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
/* == == == == == == == == == == == == == == == == == == 
 *  リスト表示
 * == == == == == == == == == == == == == == == == == == */
 /* == == == == == == == == == == == == == == == == == == 
 *  フッター調整/footer 
 * == == == == == == == == == == == == == == == == == == */
#footer {
    padding: 0;
}
#footer .footnav {
    padding-top: 15px;
}
#copyright {
    margin: 0;
    padding: 0 0 15px;
}
.footer-content {
    background-image: url(/wp-content/uploads/contact_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: var(--clamp-60) 0;
    position: relative;
}
.footer-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #46A46F;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 0;
}
#footer h2 {
    color: #FFF;
    font-weight: 600;
    font-family: var(--font-family02);
    font-size: var(--font-size32);
    line-height: 1.5;
    margin-bottom: 1em;
}
#footer h2 .en {
    font-size: var(--font-size60);
    display: block;
}
#footer h2 .ja {
    font-size: var(--font-size18);
    display: block;
}
#footer p {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1em;
	font-weight: 400;
    letter-spacing: .5px;
	color: #FFF;
}
/* btn */
#footer .content_inner {
    text-align: center;
}
#footer .btn-content {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 100%;
    max-width: 635px;
    margin: var(--clamp-30) auto 0;
    padding: var(--clamp-30) 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	align-items: center;
}
#footer a.ft-btn {
    display: inline-block;
    font-size: var(--font-size16);
    font-weight: bold;
    color: var(--footer-background);
    background: #FFF;
    transition: .5s ease;
    width: 90%;
    max-width: 230px;
    margin: 10px 22px;
    padding: 1em 2em;
    position: relative;
}
#footer a.ft-btn::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    right: 1em;
    top: 48%;
    transform: translateY(-50%) rotate(-45deg);
}
#footer a.ft-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 6px #00000020;
    opacity: .7;
}
#footer a.telbtn {
    display: inline-block;
    font-size: var(--font-size16);
    color: #FFF;
    transition: .5s ease;
    width: 90%;
    max-width: 230px;
    margin: 10px 22px;
}
#footer a.telbtn .num {
    font-family: var(--font-family03);
    font-weight: 400;
    font-size: calc(var(--font-size28) - 2px);
    display: block;
}
#footer a.telbtn .num::before {
    content: '\f3cd';
    font-family: 'FontAwesome';
    font-size: .7em;
    position: relative;
    bottom: .15em;
    margin-right: .5em;
}
#footer a.telbtn:hover {
    opacity: .7;
	transform: translateY(-5px);
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
 * アイキャッチ/eyecatch
 * == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-size: var(--font-size42);
    font-family: var(--font-family02);
    font-weight: 500;
}
#thumbImg::before, header#h1Header::before {
    opacity: .65;
	background: #14954C;
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */

/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.post4b li {
    background: #FFF;
    text-align: left;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	display: block;
}
.post2b li .post2b_contents, .post4b li .post4b_contents {
    font-size: var(--font-size14);
}

.postlist li:first-child {
    border-top: 0;
}
.postlist li {
    border-bottom: 1px dotted #CCCCCC;
}
.postlist .time {
    font-size: var(--font-size14);
    background: var(--color-primary-tint);
    border-radius: 5px;
    padding: .5em 1em;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
}
/* == == == == == == == == == == == == == == == == == == 
 * inner/outer
 * == == == == == == == == == == == == == == == == == == */
.max_wFull {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_wFull::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
.content_inner {
	position: relative;
	z-index: 0;
}
/* body:not(.home) #content.wide {
    padding-bottom: var(--clamp-100);
} */
 /* == == == == == == == == == == == == == == == == == == 
 *  テキスト調整/text 
 *  == == == == == == == == == == == == == == == == == == */
.post p, .post h2, .post h3, .post h4, .post h5, h1.title {
	color: var(--color-font);
}
.post p {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1em;
	font-weight: 400;
    letter-spacing: .5px;
}
.post h2 {
    font-size: var(--font-size32);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h3 {
    font-size: var(--font-size28);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h4 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h5 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
p.lead {
    font-size: var(--font-size22);
    line-height: 1.5;
    font-weight: 500;
}
span.bold {
	font-weight: bold;
}
/* span.ja {
	font-family: var(--font-family01);
}
span.en {
	font-family: var(--font-family02);
} */
span.color {
    color: var(--color-primary-shade);
}
span.px12 {font-size: var(--font-size12);}
span.px14 {font-size: var(--font-size14);}
span.px16 {font-size: var(--font-size16);}
span.px18 {font-size: var(--font-size18);}
span.px20 {font-size: var(--font-size20);}
span.px22 {font-size: var(--font-size22);}
span.px26 {font-size: var(--font-size26);}
span.px28 {font-size: var(--font-size28);}
span.px32 {font-size: var(--font-size32);}
span.px35 {font-size: var(--font-size35);}
span.px38 {font-size: var(--font-size38);}
span.px42 {font-size: var(--font-size42);}
span.px50 {font-size: var(--font-size50);}
span.px60 {font-size: var(--font-size60);}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
 /* == == == == == == == == == == == == == == == == == == 
 *  レイアウト/あしらい調整
 *  == == == == == == == == == == == == == == == == == == */
.shadow {box-shadow: 0 4px 4px #00000026;}
.content-item+.content-item {padding-top: var(--clamp-80);}
.img-area img {width: 100%;}
 /* == == == == == == == == == == == == == == == == == == 
 *  grid
 *  == == == == == == == == == == == == == == == == == == */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-template-rows: auto;
    gap: 20px;
}
.grid-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
	border: 1px solid #DCDDDD;
	border-radius: 5px;
	background: #FFF;
}
.grid-item img {
    width: 100%;
}
.gCol-3 {
	grid-template-columns: repeat(3, 1fr)!important;
}
.gCol-2 {
	grid-template-columns: repeat(2, 1fr)!important;
}
@media print, screen and (max-width: 768px){
	.gCol-2, .gCol-3 {
		grid-template-columns: repeat(1, 1fr)!important;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 *  flex / card
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
 * flex 
 * == == == == == == == == */
.col-2{width: calc(50% - 20px);}
.col-3{width: calc(100% / 3);}
.col-4{width: calc(100% / 4);}
.col-5{width: calc(100% / 5);}
.w25 {width: 25%;}
.w35 {width: 35%;}
.w45 {width: 45%;}
.w65 {width: 65%;}
.w75 {width: 75%;}
.jc_between {justify-content: space-between;}
.jc_around {justify-content: space-around;}
.jc_evenly {justify-content: space-evenly;}
.ai_center {align-items: center;}
.txt-inner {
    max-width: 528px;
	width: 94%;
}
@media print, screen and (min-width: 769px) {
	.ml-auto {margin-left: auto;}
	.mr-auto {margin-right: auto;}
}
@media print, screen and (max-width: 768px) {
    .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        margin-bottom: 20px;
    } 
    .w25, .w35, .w45, .w55, .w65, .w75 {
        width: 100%;
		margin-bottom: 20px;
    }
	.flex_1 {
		margin-bottom: 40px;
	}
	.txt-inner {
		margin: 0 auto;
        max-width: 100%;
	}
}
/* == == == == == == == ==
 * card
 * == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
}
.wrap {
    flex-wrap: wrap;
}
.nowrap {
    flex-wrap: nowrap;
}
.card:has(.col-2) {gap: 44.5px;}
.card:has(.col-3) {gap: 20px;}
.card:has(.col-4) {gap: 11.2px;}
.card:has(.col-5) {gap: 10.5px;}
.card .col-2 {width: calc(50% - 24px);}
.card .col-3 {
	width: calc((100% / 3) - 15px);
    background: #FFF;
    overflow: hidden;
    border: 1px solid #DCDDDD;
}
.card .txt-area {
    padding: 7% 5%;
}
.card h3 {
    font-size: var(--font-size22);
    text-align: center;
}
.card p {
    font-size: var(--font-size16);
    line-height: 1.8;
}
.card .col-4 {width: calc((100% / 4) - 10px);}
.card .col-5 {width: calc((100% / 5) - 10px);}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
	.card .col-5 {width: calc((100% / 4) - 10px);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card {flex-direction: column;}
    .card .col-2, .card .col-3, .card .col-4, .col-2, .col-3, .col-4 {
        width: 100%;
        gap: 15px;
        margin-bottom: 20px;
    }
	.card .col-5, .col-5 {
	    width: calc((100% / 2) - 5px);
        gap: 15px 10px;
		margin-bottom: 20px;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * テーブル、マップ調整/table,map
 * == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1em;
    font-size: var(--body-font-size);
	background: transparent;
}
.post table th {
	border-bottom: 2px solid #DDD;
	font-weight: bold;
	color: var(--color-font);
}
.post table td {
	border-bottom: 2px solid #DDD;
	font-weight: 500;
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
    }
	.post table tr:first-child th, .post table tr:first-child td {
		border-top: 0;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * ボタン調整/btn
 * == == == == == == == == == == == == == == == == == == */
.btn-content {
    margin-top: var(--clamp-40);
}
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: #FFF;
    background: linear-gradient(135deg, #429F6B, #5EC78C);
    background-size: 100%;
    font-size: var(--font-size16);
    font-weight: 500;
    line-height: 1.5;
    padding: 1em 2em;
    width: 90%;
    max-width: 250px;
    text-align: center;
    border-radius: 50px;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 6px #00000020;
    background: linear-gradient(135deg, #429F6B, #5EC78C);
	opacity: .7;
}
.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
    content: '';
    position: absolute;
    width: .2em;
    height: .2em;
    border-radius: 50vw;
    background: #FFF;
    right: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s ease;
	border-width: 0;
	margin: 0;
}
.linkBtn:hover::after, .post .linkBtn:hover::after, a.linkBtn:hover::after {
    width: 1em;
    height: 1em;
}
a.pageBtn {
    position: relative;
    display: inline-block;
    transition: .3s ease;
    font-size: var(--font-size16);
    font-weight: 500;
    color: #FFF;
    background: #45A370;
    width: 90%;
    max-width: 260px;
    padding: 1em 2em;
    text-align: center;
    margin: 10px 22px 0;
}
a.pageBtn::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    right: 1em;
    top: 48%;
    transform: translateY(-50%) rotate(45deg);
}
a.pageBtn:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 6px #00000020;
    background: #FFF;
    color: #45A36E;
    outline: 1px solid;
}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
 * トップ、下層調整/ .top-content, .page-content
 * == == == == == == == == == == == == == == == == == == */
.top-content, .page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.top-content::before, .page-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
.top-content {
	padding-top: var(--clamp-100);
	padding-bottom: var(--clamp-100);
	background: #FFF;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}

/* == == == == == == == ==
 * .top-content
 * == == == == == == == == */
.top-content h2 {
    color: var(--color-primary);
    font-weight: 600;
    font-family: var(--font-family02);
}
.top-content h2 .en {
    font-size: var(--font-size60);
    display: block;
}
.top-content h2 .ja {
    font-size: var(--font-size18);
    display: block;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .top-content__instagram
 * == == == == == == == == */
.top-content__instagram {
    padding-top: var(--clamp-50);
    padding-bottom: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .top-content__about-us
 * == == == == == == == == */
.top-content__about-us::before {
    content: '';
    height: 36%;
    background-image: url(/wp-content/uploads/top_about-us_bg.jpg);
	background-size: cover;
	background-position: center;
    z-index: 0;
    left: 0;
    bottom: 0;
}
.top-content__about-us .img-area {
    margin-top: var(--clamp-50);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.top-content__about-us::before {
		height: 25%;
	}
}
/* == == == == == == == ==
 * .top-content__business
 * == == == == == == == == */
.top-content__business {
    counter-reset: number 0;
	padding-bottom: 0;
}
.top-content__business .col-2 {
    position: relative;
    overflow: hidden;
	width: 50%;
	display: block;
}
.top-content__business .col-2::after {
    content: '→';
    position: absolute;
    font-weight: 600;
    font-family: var(--font-family02);
    font-size: var(--font-size38);
    color: var(--color-primary);
    line-height: 1;
    background: #FFF;
    bottom: 0;
    right: 0;
    padding: .435em;
    transition: .3s ease;
    z-index: 2;
}
.top-content__business .col-2:hover::after {
    padding: .435em .235em .435em .635em;
}
.top-content__business .col-2 img {
    transition: .7s ease;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
}
.top-content__business .col-2:hover img {
    opacity: 1;
    transform: scale(1.05);
}
.top-content__business .img-area {
    position: relative;
    z-index: 0;
}
.top-content__business .img-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00672C;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .55;
    transition: .5s ease;
}
.top-content__business .col-2:hover .img-area::before {
    opacity: .3;
}
.top-content__business .txt-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top-content__business .txt-area p {
    font-weight: 600;
    font-family: var(--font-family02);
    font-size: var(--font-size50);
    color: #FFF;
    margin: 0;
    line-height: 1.4;
    text-align: center;
}
.top-content__business .txt-area p::before {
    content: 'Business.0' counter(number);
    counter-increment: number 1;
    display: block;
    font-size: var(--font-size30);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.top-content__business .col-2 {
		width: 100%;
		margin-bottom: 0;
	}
}
/* == == == == == == == ==
 * .top-content__recruit
 * == == == == == == == == */
.top-content__recruit h2 {
	text-align: left;
}
.top-content__recruit .flexbox {
	align-items: center;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .top-content__information
 * == == == == == == == == */
.top-content__information {
    background: #F7F7F7;
    padding-top: var(--clamp-40);
    padding-bottom: var(--clamp-60);
}
.top-content__information .content_inner {
    background: #FFF;
    padding: min(5%, 45px) min(3%, 45px);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .page-content
 * == == == == == == == == */
#content, body:not(.home) #content.wide {
    padding: var(--px100w) 0 var(--px80);
}
.page-content h2 {
    color: var(--color-primary);
    text-align: left;
}
.page-content table th {
    color: var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}
.page-content table td {
    border-bottom: 1px solid #BCBCBC;
}
@media print, screen and (min-width: 769px) {
	.page-content table tr:first-child th {
		border-top: 1px solid var(--color-primary);
	}
	.page-content table tr:first-child  td {
		border-top: 1px solid #BCBCBC;
	}
}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .page-content__business
 * == == == == == == == == */
body.page-business #content.wide {
    padding-bottom: 0;
}
.page-content__business .btn-content {
    padding-bottom: var(--clamp-100);
    margin-top: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.page-content__business h2 {
    text-align: left;
    border-bottom: 2px solid #BCBCBC;
    padding-bottom: .2em;
    margin-bottom: .3em;
}
.page-content__business h2::before {
    content: '';
    position: absolute;
    width: 2.5em;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: var(--color-primary);
}
.business-content {
    background: #F7F7F7;
    position: relative;
    padding-bottom: var(--clamp-120);
}
.business-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - var(--clamp-60));
    background: #F7F7F7;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.business-item {
    padding-top: var(--clamp-120);
    margin-top: calc(var(--clamp-40) * -1);
}
.list-item .ttl {
    font-family: var(--font-family02);
    font-weight: 600;
    color: var(--color-primary);
    padding-bottom: .5em;
    display: inline-block;
    position: relative;
}
.list-item .ttl::before, .list-item .ttl::after {
    content: '・';
}
.list-item li {
    font-size: var(--font-size16);
    font-weight: bold;
    line-height: 1.875;
    background: #FFF;
    padding: .8em 1.5em;
    margin-bottom: 8px;
}

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .page-content__greeting
 * == == == == == == == == */
body.page-company #content.wide {
    padding-top: 0;
}
.page-content__greeting {
    background-image: url(/wp-content/uploads/greeting_bg.jpg);
    background-position: center;
    background-size: cover;
    padding-top: var(--clamp-90);
    padding-bottom: var(--clamp-60);
}
.page-content__greeting::before {
    content: '';
    position: absolute;
    background: #404040;
    z-index: 0;
    opacity: .65;
    left: 0;
    top: 0;
}
.page-content__greeting h2, .page-content__greeting p {
    color: #FFF;
	text-align: center;
}
.page-content__greeting p {
	font-weight: 500;
}
p.name {
	font-size: var(--font-size20);
	font-family: var(--font-family02);
	margin-top: 1.5em;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .page-content__overview
 * == == == == == == == == */
.page-content__overview {
	padding-top: var(--clamp-80);
}

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .page-content__message
 * == == == == == == == == */
body.page-recruit #content.wide {
    padding-top: 0;
}
.page-content__message {
	padding-top: var(--clamp-60);
	padding-bottom: var(--clamp-50);
	background: #F7F7F7;
}
.page-content__message h2 {
    text-align: left;
    border-bottom: 2px solid #BCBCBC;
    padding-bottom: .2em;
    margin-bottom: .3em;
}
.page-content__message h2::before {
    content: '';
    position: absolute;
    width: 2.5em;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: var(--color-primary);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .page-content__requirements
 * == == == == == == == == */
.page-content__requirements {
	padding-top: var(--clamp-60);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .page-content__
 * == == == == == == == == */
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
 * サイトマップ
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == == == == == == == == == == == == 
 * コンタクトフォーム
 * == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
    color: #FFF;
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1em 2em;
}
/* == == == == == == == == == == == == == == == == == == 
 * その他の調整 / other
 * == == == == == == == == == == == == == == == == == == */
/* 投稿works */
.works-comparison {
    position: relative;
}
.works-comparison::before {
    content: '';
    position: absolute;
    border-left: 20px solid var(--color-primary-tint);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.works-comparison p.strong {
    font-size: calc(var(--font-size28) - 2px);
    text-align: center;
    margin: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .works-comparison .col-2 {
        margin-bottom: 0;
    }
    .works-comparison .col-2 + .col-2 {
        margin-top: 40px;
    }
    .works-comparison::before {
        border-left: 10px solid transparent;
        border-top: 10px solid var(--color-primary-tint);
        border-right: 10px solid transparent;
        top: 50%;
    }
}

