@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=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-background02: #F8F8F8;
    --color-font: #333;
	--color-font02: #1E2D3B;
    --color-primary: #CD0000;
    --color-primary-shade: #F8EDEB;
    --color-primary-tint: linear-gradient(90deg, #CD0000, #DD3B00);
    --color-secondary: #E80E0E;
    --color-secondary-tint: #eee;
    --color-table-border: #ccc;
	--body-font-size: clamp(14px, .94vw, 16px); /* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
    --header-color-font: #333;
    --header-color-primary: #CD0000;
    --header-color-primary-shade: #333;
    --header-color-primary-tint: #F8F8F8;
	/*------▼フッター設定▼------*/
	--footer-background: #000;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', sans-serif;
	--font-family03: 'Open Sans', sans-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-size24: clamp(18px, 1.5vw, 24px);
    --font-size28: clamp(20px, 1.6vw, 28px);
	--font-size30: clamp(24px, 1.7vw, 30px);
    --font-size32: clamp(24px, 1.7vw, 32px);
    --font-size36: clamp(26px, 2vw, 36px);
    --font-size50: clamp(26px, 2.61vw, 50px);
	--font-size54: clamp(26px, 2.85vw, 54px);
	--font-size60: clamp(40px, 3.22vw, 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-60: clamp(30px, 3.13vw, 60px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-100: clamp(60px, 5.42vw, 100px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}

/* == 非表示 =================================================== */
.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;
    }
/* ========================
スティッキーヘッダー
======================== */
    .sticky-header #header-layout {
        height: 100px;
    }
/* ========================
ヘッダー下部__グローバルナビ
======================== */
	nav#mainNav ul li a b {
		font-weight: bold;
		font-size: var(--font-size16);
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary);
		font-size: var(--font-size12);
		font-weight: 400;
		font-family: var(--font-family02);
	}
	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(--color-font);/* アクション時の文字色（上部）の設定 */
			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);
    }
	#header a.head_btn:hover {
		background: var(--header-color-primary);
		opacity: .7;
	}
	#header a.head_btn.tel_btn, #header a.head_btn.tel_btn:hover {
		background: var(--header-color-primary-tint);
	}
	#header a.head_btn.tel_btn .num {
		font-size: var(--font-size30);
		font-family: var(--font-family02);
		font-weight: 500;
		color: var(--header-color-primary);
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn .num::before {
		font-family: 'FontAwesome';
		content: '\f3cd';
		font-size: .8em;
		margin-right: .5em;
		display: inline-block;
		vertical-align: middle;
		padding-bottom: .2em;
	}  
	#header a.head_btn.tel_btn .note {
		color: var(--color-font);
	}
}
/* == トップ記事投稿（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_upper {
    background: var(--color-primary-tint);
    padding: var(--clamp-100) 0;
}
.footer_upper p {
    color: #FFF;
    font-size: var(--font-size22);
    font-weight: bold;
    margin-bottom: 1em;
}
.footer_upper a.btn {
    background: #FFF;
    color: var(--color-primary);
}
.footer_upper a.btn::before, .footer_upper a.btn::after {
    background: #FFF;
}
.footer_upper a.btn:hover {
    background: var(--color-primary);
    color: #FFF;
}
.tel_content .flexbox {
    flex-wrap: wrap;
}
.tel_content {
    width: 67%;
}
.mail_content {
    width: 33%;
}
.tel_content span {
    color: #FFF;
    font-size: var(--font-size18);
    font-weight: 500;
}
.tel_content a {
    font-size: var(--font-size60);
    font-family: var(--font-family02);
    font-weight: 500;
    color: #FFF;
    transition: .3s;
    display: inline-block;
}
.tel_content a:hover {
    opacity: .7;
}
.mail_content a {
    background: #FFF;
    color: var(--color-primary);
}
.mail_content a:hover {
    background: var(--color-primary);
    color: #FFF;
}
.mail_content a::before, .mail_content a::after {
    background: #FFF;
}
#footer {
    padding-bottom: 0;
}
#footer .inner {
    max-width: 100%;
    width: 100%;
    padding: 15px 0 0;
}
#footer a {
	transition: .5s;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {
	.footer_cta .flexbox {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.tel_content, .mail_content {
		width: 100%;
		text-align: center;
	}
}
/* == アイキャッチ/eyecatch | パンくず/breadcrumb =================================================== */
header#h1Header h1.title .ja {
    font-size: var(--font-size16);
	display: block;
}
header#h1Header h1.title .en {
    font-size: var(--font-size32);
	font-family: var(--font-family03);
	font-weight: 900;
	font-style: italic;
	color: #FFF;
}
#thumbImg::before, header#h1Header::before {
    opacity: .3;
}
#breadcrumb {
    background: #FFF;
}
#breadcrumb .en {
    display: none;
}
/* == postlist =================================================== */
.post li {
    border-bottom: 1px solid #ddd;
}
span.time.tag {
    display: none;
}
/* == 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;
}
.max_w1280 {
	max-width: 1280px;
}
/* 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, #footer p  {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1em;
	font-weight: 500;
}
.post h2, h1.title {
    font-size: var(--font-size28);
    line-height: 1.5;
	padding-bottom: .5em;
    margin-bottom: .7em;
	font-weight: bold;
}
.post h2::before {
	content: '';
	position: absolute;
	width: 2em;
	height: 3px;
	background: var(--color-primary);
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.post h2.ttl {margin-bottom: 2em;}
.post h3 {
    font-size: var(--font-size28);
    line-height: 1.5;
	padding-bottom: .5em;
    margin-bottom: .7em;
	font-weight: bold;
	border-bottom: 2px solid #EEEEEE;
}
.post h3::before {
	content: '';
	position: absolute;
	width: 6em;
	height: 2px;
	background: var(--color-primary);
	left: 0;
	bottom: -2px;
}
.post h4 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
span.bold {
	font-weight: bold;
}
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.px24 {
    font-size: var(--font-size24);
}
span.px28 {
    font-size: var(--font-size28);
}
span.px32 {
    font-size: var(--font-size32);
}
span.px36 {
    font-size: var(--font-size36);
}
span.px54 {
    font-size: var(--font-size54);
}
span.en {
    font-family: var(--font-family02);
    color: var(--color-primary);
}
span.sub {
    font-family: var(--font-family03);
    font-style: italic;
    font-weight: 900;
    color: var(--color-primary);
}
span.menu-ttl {
    padding: 0 2em;
    position: relative;
    font-family: var(--font-family03);
    font-weight: bold;
}
span.menu-ttl::before, span.menu-ttl::after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    background-image: url(/wp-content/uploads/icon_menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    top: 50%;
}
span.menu-ttl::before {
    left: 0;
}
span.menu-ttl::after {
    right: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == レイアウト調整 =================================================== */
.gap_1 {
    gap: 1%;
}
.flex_1 {
    flex: 1;
}
.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;
}
.ai_end {
	align-items: end;
}
.shadow {
    box-shadow: 0 4px 4px #00000026;
}
.content-item+.content-item { 
    padding-top: var(--clamp-80);
}
.txt-inner {
    max-width: 528px;
	width: 94%;
}
.img_wrapper img {
    width: 100%;
}
@media print, screen and (min-width: 769px) {
	.ml-auto {
		margin-left: auto;
	}
	.mr-auto {
		margin-right: auto;
	}
}
@media print, screen and (max-width: 768px) {
    .w25, .w35, .w45, .w55, .w65, .w75 {
        width: 100%;
		margin-bottom: 20px;
    }
	.flex_1 {
		margin-bottom: 40px;
	}
	.txt-inner {
		margin: 0 auto;
	}
}
/* == .parallax_content =================================================== */
.parallax_content {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -100;
}
.parallax_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* == grid_container =================================================== */
.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-container =================================================== */
.flex-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
.flex-container.wrap {
    flex-wrap: wrap;
}
.flex-container.nowrap {
    flex-wrap: nowrap;
}
.flex-container:has(.flex-container__col-3) {
    align-items: normal;
}
.flex-container__col-2, .col-2 {
    width: calc(50% - 25px);
}
.flex-container__col-3, .col-3 {
    width: calc((100% / 3) - 25px);
}
.flex-container__col-4, .col-4 {
    width: calc((100% / 4) - 10px);
}
.flex-container__col-5, .col-5 {
    width: calc((100% / 5) - 15px);
}
.flex-container__img img {
    width: 100%;
}
.flex-container__text {
    width: 90%;
}
.col-3 p:last-child {
    margin: 0;
}
.col-3 h3 {
    margin-bottom: 0;
    padding-bottom: .5em;
}
.col-3 h3 {
    font-size: var(--font-size22);
    padding-top: .5em;
    border: 0;
}
.col-3 h3::before, .col-4 h3::before {
    display: none;
}
.col-4 h3 {
	font-size: var(--font-size18);
	padding: .5em 0;
	margin: 0;
	text-align: center;
   border: 0;
}
.col-5 .img-area {
    width: 82%;
    margin: 0 auto 10px;
}
.col-5 p {
    line-height: 1.5;
}
@media print, screen and (max-width: 1023px) {
	.flex-container__col-5, .col-5 {
	    width: calc((100% / 4) - 15px);
	}
}
@media print, screen and (min-width: 769px) {
    .flex-container__text {
        max-width: 500px;
    }
    .flex-container.rev {
        flex-direction: row-reverse;
    }
}
@media print, screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .flex-container__col-2, .flex-container__col-3, .flex-container__col-4, .col-2, .col-3, .col-4 {
        width: 100%;
        margin-bottom: 20px;
    }
	.flex-container__col-5, .col-5 {
	    width: calc((100% / 2) - 5px);
		margin-bottom: 20px;
	}
    .flex-container__text {
        margin: 0 auto;
    }
}
/* == テーブル、マップ調整/table,map =================================================== */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1em;
	border-top: 1px solid #DCDDDD;
	border-bottom: 1px solid #DCDDDD;
}
.post table th {
	background: #FFF;
	color: var(--color-font);
	font-weight: 500;
}
.post table td {
	background: #FFF;
	font-weight: 400;
}

@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
    }
	.post table th {
		background: var(--color-background02);
	}
}
/* == ボタン調整/btn =================================================== */
.btn_container {
    display: flex;
}
.btn-content .btn_container {
    justify-content: center;
    gap: 20px;
}
a.btn, .linkBtn, .post .linkBtn, a.linkBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 1em;
	max-width: 230px;
	color: #fff;
	background: var(--color-primary);
	font-size: var(--font-size16);
	font-family: var(--font-family02);
	font-style: italic;
	font-weight: 600;
	line-height: 2;
	transition: 0.5s;
	border-radius: 0;
}
a.btn:hover, .linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 6px #00000020;
	background: #FFF;
	color:var(--color-primary);
	outline: 1px solid;
}
a.btn::before, .linkBtn::before, .post .linkBtn::before, a.linkBtn::before {
	content: "";
	position: absolute;
	bottom: -7px;
	right: -7px;
	width: 100%;
	height: 2px;
	background-color: var(--color-primary);
	transition: 0.2s ease 0s;
}
a.btn:hover::before, .linkBtn:hover::before, .post .linkBtn:hover::before, a.linkBtn:hover::before {
	width: 0%;
}
a.btn::after, .linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	content: '';
	position: absolute;
	top: 7px;
	right: -7px;
	width: 2px;
	height: 100%;
	background-color: var(--color-primary);
	transition: 0.2s ease 0.2s;
	transform: none;
	border: 0;
}
a.btn:hover::after, .linkBtn:hover::after, .post .linkBtn:hover::after, a.linkBtn:hover::after {
	height: 0;
}
/* a.btn::after, .linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: block;
	content: '→';
	position: absolute;
	top: 50%;
	right: 1em;
	width: auto;
	height: auto;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
} */
a.subBtn {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid var(--color-font02);
    font-size: var(--font-size16);
    font-weight: bold;
    color: var(--color-font02);
    width: 100%;
    max-width: 260px;
    transition: .3s;
    padding: 1em 3em 1em .5em;
}
a.subBtn::before {
    content: '';
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    transform: translateY(-50%);
    top: 50%;
    right: 1em;
    border: 1px solid;
    border-radius: 50vw;
}
a.subBtn::after {
    content: '';
    position: absolute;
    width: .3em;
    height: .3em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 1.55em;
}
a.subBtn:hover {
    background: var(--color-font02);
    color: #FFF;
}
.wpcf7 .linkBtn {
    padding: 0;
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding: 1em;
}
.wpcf7 .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
}
@media print, screen and (max-width: 768px) {}
/* == メインビジュアル / MV =================================================== */
/* == トップ、下層調整/ .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;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
トップ調整 / .top-content
======================== */
.top-content {
	padding-top: var(--clamp-100);
	padding-bottom: var(--clamp-100);
}
.top-content h2::before {
	display: none;  
}
/* == .top-content_greeting ======== */
.top-content_greeting::before {
    content: '';
    width: 70%;
    right: 0;
    top: 0;
    background-image: url(/wp-content/uploads/top_greeting_bg.jpg);
    background-size: cover;
    background-position: center;
}
.top-content_greeting h2, .top-content_greeting p, .top-content_greeting .en {
    color: #FFF;
    text-align: left;
} 
.top-content_greeting .img_content {
    width: 57%;
}
.top-content_greeting .txt_content {
    width: 40%;
}
.top-content_greeting a.btn {
    margin-left: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .top-content_greeting::before {
        width: 100%;
    }
    .top-content_greeting .img_content {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .top-content_greeting .txt_content {
        width: 100%;
    }
}
/* == .top-content_strength ======== */
.top-content_strength {
	padding-bottom: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == .top-content_menu ======== */
.top-content_menu {
    padding-bottom: 0;
}
.top-content_menu .w50 a {
	display: block;
	overflow: hidden;
	position: relative;
	transition: .6s;
}
.top-content_menu .top_menu-works a {
	width: 100%;
	height: 100%;
}
.top-content_menu .w50 a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 1;
}
.top-content_menu a .inner_txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: max(5%, 30px) max(5%, 20px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	background: rgba(0,0,0,.7);
	transition: .6s;
}

.top-content_menu a .inner_txt h2,
.top-content_menu a .inner_txt p,
.top-content_menu a .inner_txt .en {
	color: #fff;
	text-align: left;
}

.top-content_menu .w50 a:hover img {
	transform: scale(1.25,1.25);
	transition: .6s;
}

.top-content_menu .w50 a:hover .inner_txt {
    background: transparent;
}
.top-content_menu .w50 .flexbox {
	align-items: flex-end;
}
.top-content_menu .w50 p {
	padding-bottom: 0;
}
.btn__more {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 1em;
	max-width: 230px;
	color: var(--color-primary);
	background: #fff;
	font-weight: 600;
	font-size: var(--font-size16);
	font-family: var(--font-family02);
	font-style: italic;
	line-height: 2;
	transition: 0.3s;
}
.btn__more::before {
	content: "";
	position: absolute;
	bottom: -7px;
	right: -7px;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: 0.2s ease 0s;
}
.btn__more::after {
	content: '';
	position: absolute;
	top: 7px;
	right: -7px;
	width: 2px;
	height: 100%;
	background-color: #fff;
	transition: 0.2s ease 0.2s;
}
.top-content_menu .w50 a:hover .btn__more::before  {
	width: 0%;
}
.top-content_menu .w50 a:hover .btn__more::after  {
	height: 0%;
}
.top_workstyle .logo_name {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	bottom: 10px;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.top-content_menu .w50 {
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 499px) {
	.top-content_menu .w50 a img {
		aspect-ratio: 1 / 1;
		min-height: 400px;
	}
}
/* ========================
下層調整 / .page-content
======================== */
.page-content {
    padding: var(--clamp-60) 0;
}
/* == .page-service ======== */
.page-content_strength .flexbox {
    margin-top: var(--px60);
	align-items: center;
}
#painting, #waterproofing {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}

.page-content_painting , .page-content_waterproofing {
	background: var(--color-background02);
}
.page-content_painting h2, .page-content_waterproofing h2 {
    text-align: left;
    padding-bottom: 0;
}
.page-content_painting h2::before, .page-content_waterproofing h2::before {
    display: none;
}
.page-content_flow {
    counter-reset: number 0;
}
.page-content_flow .col-4 {
    position: relative;
}
.page-content_flow .col-4::before {
    counter-increment: number 1;
    content: '0' counter(number);
    position: absolute;
    background: var(--color-primary);
    color: #FFF;
    line-height: 1;
    padding: .5em;
    font-size: var(--font-size18);
    font-weight: bold;
    font-family: var(--font-family03);
    font-style: italic;
}
.service-list {
    padding-top: .5em;
}
.service-list li {
    background: #FFF;
    margin-bottom: 5px;
    padding: .5em.7em;
    font-weight: bold;
    font-size: var(--font-size16);
}
/* == .page-company ======== */
.page-content_greeting {
    background: #1E2D3BD9;
}
.page-content_greeting h2, .page-content_greeting p {
    color: #FFF;
}
.page-content_greeting .txt_content {
    max-width: 890px;
    margin: 0 auto;
}
p.name {
    text-align: right;
}
p.name b {
    font-size: var(--font-size24);
    font-family: "Shippori Mincho", serif;
    padding-left: 1em;
}
p.name span, p.name b  {
    display: inline-block;
    vertical-align: middle;
}
.page-content_overview {
    background: #FFF;
}
body.page-company #content.wide {
    padding-top: 0;
    padding-bottom: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
その他の調整 / other
======================== */
/* == sitemap ======== */
#sitemap_list .en {
    display: none;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
