@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&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFFDF8;
    --color-font: #333333;
    --color-primary: #FAA848;
    --color-primary-shade: #FA7F48;
    --color-primary-tint: #FCD22A;
    --color-secondary: #F73737;
    --color-secondary-tint: #F08300;
    --color-table-border: #C7C7C7;
	--body-font-size: clamp(14px, .94vw, 16px);
	--body-font-family: 'Zen Maru Gothic', serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFFDF8;
    --header-color-font: #333333;
    --header-color-primary: #FAA848;
    --header-color-primary-shade: #777777;
    --header-color-primary-tint: #312A27;
	/*------▼フッター設定▼------*/
	--footer-background: #FAA848;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
    --font-family01: 'Zen Maru Gothic', serif;
    --font-family02: 'Oswald', serif;
    --font-family03: 'Shippori Mincho', serif;
	--font-family04: 'Noto Sans JP', sans-serif;
	/*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .63vw, 12px);
    --font-size14: clamp(12px, .73vw, 14px);
    --font-size16: clamp(14px, .84vw, 16px);
	--font-size18: clamp(16px, .94vw, 18px);
    --font-size20: clamp(18px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.15vw, 22px);
    --font-size24: clamp(18px, 1.25vw, 24px);
    --font-size26: clamp(20px, 1.36vw, 26px);
    --font-size27: clamp(20px, 1.41vw, 27px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size30: clamp(22px, 1.7vw, 30px);
    --font-size32: clamp(22px, 1.7vw, 32px);
    --font-size36: clamp(24px, 1.85vw, 36px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size40: clamp(26px, 2.1vw, 40px);
	--font-size42: clamp(26px, 2.4vw, 42px);
	--font-size46: clamp(26px, 2.4vw, 46px);
    --font-size50: clamp(26px, 2.61vw, 50px);
    --font-size52: clamp(26px, 2.71vw, 52px);
    --font-size60: clamp(30px, 3.13vw, 60px);
    --font-size70: clamp(30px, 3.65vw, 70px);
    --font-size178: clamp(135px, 9.27vw, 178px);
	/*------▼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);
    color: #FFF;
}
/* == == == == == == == == == == == == == == == == == == 
 * 非表示
 * == == == == == == == == == == == == == == == == == == */
 .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;
}
/* == == == == == == == == == == == == == == == == == == 
 * 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_w880 {
    max-width: 880px;
}
.max_w1265 {
    max-width: 1265px;
}
.max_w1280 {
	max-width: 1280px;
}
.max_w1430 {
    max-width: 1430px;
}
.max_w1510 {
    max-width: 1510px;
}
.content_inner {
	position: relative;
	z-index: 0; 
}
 /* == == == == == == == == == == == == == == == == == == 
 *  テキスト/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: 1.5em;
	font-weight: 500;
    letter-spacing: .5px;
}
.post h2 {
    font-size: var(--font-size32);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: .3em;
}
.post h3 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: .7em;
    padding-bottom: .3em;
	font-weight: bold;
}
.post h4 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: .5em;
	font-weight: bold;
}
.post h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: .5em;
	font-weight: bold;
}
p.lead {
    font-size: var(--font-size22);
    font-family: var(--font-family01);
    font-weight: bold!important;
    line-height: 1.75;
    margin-bottom: .5em;
}
p.name {
    font-size: var(--font-size18);
    font-weight: 600; 
    font-family: var(--font-family03);
    text-align: center;
}
p.name span {
    font-size: var(--font-size14);
    font-family: var(--font-family01);
    font-weight: 500;
    margin-right: .8em;
}
.mid {font-weight: 500!important;}
.bold {font-weight: bold!important;}
.ja {font-family: var(--font-family01);}
.en {font-family: var(--font-family02);}
.color-font {color: var(--color-font);}
.color-primary {color: var(--color-primary);}
.color-tint {color: var(--color-primary-tint);}
.color-shade {color: var(--color-primary-shade);}
.color-white {color: #FFF;}
.px12 {font-size: var(--font-size12)!important;}
.px14 {font-size: var(--font-size14)!important;}
.px16 {font-size: var(--font-size16)!important;}
.px18 {font-size: var(--font-size18)!important;}
.px20 {font-size: var(--font-size20)!important;}
.px22 {font-size: var(--font-size22)!important;}
.px24 {font-size: var(--font-size24)!important;}
.px26 {font-size: var(--font-size26)!important;}
.px28 {font-size: var(--font-size28)!important;}
.px32 {font-size: var(--font-size32)!important;}
.px36 {font-size: var(--font-size36)!important;}
.px38 {font-size: var(--font-size38)!important;}
.px40 {font-size: var(--font-size40)!important;}
.px46 {font-size: var(--font-size46)!important;}
.px50 {font-size: var(--font-size50)!important;}
.px60 {font-size: var(--font-size60)!important;}
.px70 {font-size: var(--font-size70)!important;}
.txt-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.txt-marker {background: linear-gradient(0, #FCA10580 35%, transparent 35%);}
.txt-bg-primary {
    display: inline-block;
    background: var(--color-primary)!important;
    color: #FFF;
    padding: 0em 1em!important;
	font-weight: bold;
}
/* テキスト追加あしらい */
h2.dot-bottom {
    padding-bottom: .5em;
}
h2.dot-bottom::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/icon_dot-bottom.png);
    width: 2em;
    height: .3em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
h2.border-left {
    text-align: left;
    padding-left: .65em;
    padding-bottom: 0;
}
h2.border-left::before {
    content: '';
    position: absolute;
    width: .2em;
    height: 100%;
    background: var(--color-primary);
    border-radius: 50vw;
    left: 0;
    top: 0; 
}
h3.ttl-bg-primary {
    background: var(--color-primary);
    color: #FFF;
    padding: .5em 1em;
}
h4.line-bottom {
    padding-bottom: .3em;
    text-align: center;
}
h4.line-bottom::before {
    content: '';
    position: absolute;
    width: .9em;
    height: .2em;
    background: var(--color-primary);
    left: 50%;
    bottom: 0;
    top: unset;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.himawari img {
    display: inline-block;
    vertical-align: middle;
    width: calc(var(--font-size22) * 2);
	animation: rotateAnimation 10s linear infinite;
	margin-bottom: .3em;
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
 *  レイアウト/あしらい調整
 *  == == == == == == == == == == == == == == == == == == */
.gap {
    gap: 4%;
}
.box-shadow {
    box-shadow: 0 3px 20px #00000026;
}
.border {
    border: 1px solid #E5E5E5;
}
.border-bottom {
    border-bottom: 2px solid var(--color-primary)!important;
}
.border-radius {
    border-radius: 50px;
    overflow: hidden;
}
.border-radius_20 {
    border-radius: 20px;
    overflow: hidden;
}
.bg-white {background: #FFF;}
.bg-gray {background: #FBFBFB;}
.bg-primary{background: var(--color-primary);}
.bg-tint {background: var(--color-primary-tint);}
.bg-shade {background: var(--color-primary-shade);}
.content-item {
    padding-top: var(--clamp-50);
    padding-bottom: var(--clamp-50);
}
.sticky_space {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.txt-area {
    position: relative;
}
.img-area img {
    width: 100%;
}
/* .icon-area {
    max-width: 150px;
    margin: 0 auto var(--clamp-60);
} */
@media print, screen and (max-width: 768px) {
	.sp_center {
		text-align: center;
	}
    .border-radius {
        border-radius: 30px;
    } 
}
/* == == == == == == == == == == == == == == == == == == 
 * ヘッダー調整/header
 * == == == == == == == == == == == == == == == == == == */
#header {
	position: relative;
}
#header-layout {
    padding: 0 min(3%, 30px);
}
@media print, screen and (min-width: 1024px) {
/* == == == == == == == ==
 * ヘッダー下部
 * == == == == == == == == */
    #header {
        height: 100px;
    }
/* == == == == == == == ==
 * スティッキーヘッダー
 * == == == == == == == == */
    .sticky-header #header-layout {
        height: 100px;
    }
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b {
		font-family: var(--font-family04);
        font-size: var(--font-size18);
		font-weight: bold;
		letter-spacing: 1px;
		color: var(--header-color-font);
	}
    nav#mainNav ul li a span {
        font-family: var(--font-family02);
        font-size: var(--font-size12);
		font-weight: 400;
		letter-spacing: 1px;
		color: var(--header-color-primary-shade);
    }
	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 ul.header__contact li {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #header a.head_btn {
		font-family: var(--font-family04);
        font-size: var(--font-size18);
		font-weight: 500;
        height: 50px;
        flex-direction: row;
        border-radius: 50vw;
        background: linear-gradient(135deg, #F08300, #FAAB4D);
    }
    #header a.head_btn::before {
        margin-right: .5em;
    }
	#header a.head_btn:hover {
		color: #FFF;
		background: linear-gradient(135deg, #F08300, #FAAB4D);
		opacity: .7;
	}
}
/* == == == == == == == ==
 * スマホ
 * == == == == == == == == */
@media print, screen and (max-width: 1023px) {
    nav#mainNav ul li a:hover span, nav#mainNav ul li.current-menu-item a span {
        color: var(--header-color-primary);
    }
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ記事投稿（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;
}
/* == == == == == == == == == == == == == == == == == == 
 *  リスト表示
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == == == == == == == == == == == == 
 * アイキャッチ/eyecatch
 * == == == == == == == == == == == == == == == == == == */
 header#h1Header h1.title {
    font-weight: bold;
    font-size: var(--font-size42);
    font-family: var(--font-family04);
	 color: var(--color-font);
}
#thumbImg::before, header#h1Header::before {
    opacity: 0;
	background: var(--color-primary-shade);
}
/* == == == == == == == == == == == == == == == == == == 
 *  フッター調整/footer 
 * == == == == == == == == == == == == == == == == == == */
 #footer {
	padding: 0;
   text-align: left;
}
#footer .flexbox {
    align-items: center;
}
#footer .txt-inner {
    margin-left: auto;
    max-width: 550px;
}
#footer p {
    font-size: var(--font-size14);
    line-height: 1.4;
    margin-bottom: .5em;
    font-weight: 500;
    letter-spacing: .5px;
    color: var(--color-font);
}
#footer .footer-content {
    background: #FFF6EB;
}
#footer .footer__logo:not(:last-child) {
	text-align: left;
}
#footer table {
    color: var(--color-font);
    border-spacing: 0 5px;
}
#footer table th {
    background: var(--color-primary);
    color: #FFF;
    text-align: center;
	font-size: 8px;
	font-weight: 500;
    padding: 0 2em;
}
#footer table td {
	font-weight: bold;
	font-size: 14px;
}
#footer table th, #footer table td {
    padding: 0 .5em;
}
#footer a.ftBtn {
    position: relative;
    display: inline-block;
    transition: .5s ease;
    line-height: 1.5;
    text-align: center;
    padding: 1em 2em;
    border-radius: 0;
    width: 100%;
    max-width: 200px;
    color: #FFF;
    background: var(--color-primary);
    font-size: 14px;
    font-family: var(--font-family01);
    font-weight: bold;
	outline: 1px solid;
	margin-top: var(--clamp-20);
}
#footer a.ftBtn::after {
	content: '';
	position: absolute;
	width: 2em;
	height: 1px;
	background: #FFF;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .3s ease;
}
#footer .ftBtn:hover {
    transform: translateY(-5px);
	box-shadow: 0 6px 20px #00000020;
	color: var(--color-primary);
    background: #FFF;
}
#footer a.ftBtn:hover::after {
	background: var(--color-primary);
	width: 1em;
}
#footer .inner {
	padding-top: 10px;
}
#footer ul li a {
	font-family:var(--font-family04);
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
	font-family:var(--font-family04);
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {
	#footer .txt-inner {
		width: 94%;
		padding-bottom: 20px;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
 .postlist li:first-child {
    border-top: 0;
}
.postlist li {
    border-bottom: 1px dashed #DDDDDD;
}
.postlist .time {
    font-size: var(--font-size18);
	background: var(--color-secondary-tint);
    font-weight: bold;
    padding: .5em 1em;
    border-radius: 5px;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
    font-weight: 500;
}
/* == == == == == == == == == == == == == == == == == == 
 *  flex / card
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
 * flex 
 * == == == == == == == == */
.col-2{width: 50%;}
.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%;}
.w85 {width: 85%;}
.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: 530px;
    width: 96%;
}
@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, .w85 {
        width: 100%;
		margin-bottom: 20px;
    }
	.flex_1 {
		margin-bottom: 40px;
	}
    .txt-inner {
        max-width: 94%;
		width: 100%;
        margin: 0 auto;
    }
}
/* == == == == == == == ==
 * 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: 25px;}
.card:has(.col-4) {gap: 13px;}
.card:has(.col-5) {gap: 10.5px;}
.card .col-2 {
    width: calc(50% - 24px);
    background: #FFF;
}
.card .col-3 {
	width: calc((100% / 3) - 17px);
    overflow: hidden;
}
.card .img-area {
    position: relative;
}
.card .txt-area {
    margin: 0;
    padding: 5% 7% 7%;
}
.card .txt-area .btn_txt {
    position: absolute;
    bottom: var(--clamp-40);
    left: 50%;
    transform: translateX(-50%);
}
.card h3 {
    margin-top: .5em;
    margin-bottom: .5em;
}
.card p.ttl {
    font-size: var(--font-size20);
    text-align: center;
}
.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: row;}
    .card .col-2, .card .col-3 {
        width: 100%;
        margin-bottom: 0;
    }
	.card .col-4, .card .col-5 {
	    width: calc((100% / 2) - 10px);
        margin-bottom: 0;
	}
    .card .phone-img {
        margin: var(--clamp-20) auto;
    }
	.card:has(.col-2) {
		gap: 20px;
	}
}
@media print, screen and (max-width: 500px) {
	.card .col-4, .card .col-5 {
	   width: 100%;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * テーブル、マップ調整/table,map
 * == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1.2em;
    font-size: var(--body-font-size);
    font-weight: 500;
	background: transparent;
	color: var(--color-font);
}
.post table th, .post table td {
	border-bottom: 1px solid #DCDDDD;
}
@media print, screen and (min-width: 769px) {
    .post table tr:first-child th, .post table tr:first-child td {
        border-top: .5px solid #DCDDDD;
    }
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
        padding: 1em;
    }
}
/* ==== page table ==== */
.page-content table, .page-content table th, .page-content table td {
    border: 1px solid #DCDDDD;
}
.page-content table th, .page-content table td {
    padding: 0;
    font-weight: 500;
    line-height: 2;
    padding: .4em 1em;
}
.page-content table th {
    color: #FFF;
    background: var(--color-primary);
}
.page-content table td {
    background: #FFF;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 * ボタン/btn
 * == == == == == == == == == == == == == == == == == == */
 .linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s ease;
    line-height: 1.5;
    text-align: left;
    padding: 1em 4em  1em 0;
    border-radius: 0;
    width: auto;
    max-width: 100%;
    color: var(--color-font);
    background: transparent;
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: bold;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	/* box-shadow: 0 6px 20px #00000020; */
	color: var(--color-primary);
    background: transparent;
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
    width: 3.125em;
    height: 3.125em;
    border: 0;
    background-image: url(/wp-content/uploads/icon_btn-arrow.png);
    background-size: contain;
	background-repeat: no-repeat;
    top: 50%;
    right: .5em;
    transform: translateY(-50%);
    margin: 0;
}
.linkBtn:hover::after, input.linkBtn:hover::after, .post .linkBtn:hover::after {
    background-image: url(/wp-content/uploads/icon_btn-arrow_hover.png);
}
.btn-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;
}
.btn-content a.linkBtn {
    margin: 0;
}
@media print, screen and (max-width: 768px) {

}
/* == == == == == == == == == == == == == == == == == == 
 *  ul ol / リスト
 *  == == == == == == == == == == == == == == == == == == */
ul.tag-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: var(--clamp-20);
}
ul.tag-list p {
    margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
}
@media print, screen and (max-width: 499px) {
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ、下層調整/ .top-content, .page-content
 * == == == == == == == == == == == == == == == == == == */
.mv-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: var(--clamp-80) 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 * TOP / section
 * == == == == == == == == == == == == == == == == == == */
/* ==== about-us ==== */
@media print, screen and (min-width: 769px) {
    .section__about-us .btn-content {
        justify-content: end;
    }
}
/* ==== service ==== */
.section__service {
    background-image: url(/wp-content/uploads/top_service_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: lightgoldenrodyellow;
}
.section__service .content_wrapper {
    background: #FFF;
    padding: min(5%, 35px) 5%;
}
.section__service .img-area {
    position: relative;
    margin-bottom: var(--clamp-20);
}
.section__service .img-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #623500;
    opacity: .36;
    z-index: 1;
    top: 0;
    left: 0;
    transition: .5s ease;
}
.section__service .img-area h3 {
    position: absolute;
    width: 100%;
    padding: 1em;
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
    z-index: 2;
}
.section__service li a {
    display: block;
    transition: .5s ease;
}
.section__service li a:hover .img-area::before {
    opacity: 0;
}
.section__service li a:hover img {
    opacity: .7;
}
@media print, screen and (max-width: 768px) {
	.section__service .icon-area {
		max-width: 100px;
		margin: 0 auto 20px;
	}
	.section__service p.lead {
		text-align: center;
	}
}
/* ==== recruit ==== */
.section__recruit {
    background-image: url(/wp-content/uploads/top_recruit_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: grey;
}
.section__recruit p, .section__recruit h2 {
    color: #FFF;
}
.section__recruit li {
    transition: .3s ease;
}
.section__recruit li:hover {
    opacity: .8;
}
.section__recruit li a {
    display: block;
    font-size: var(--font-size32);
    padding: 1.15em 3em;
    position: relative;
    transition: .3s ease;
}
.section__recruit li a::before {
    content: '';
    position: absolute;
    width: 1.55em;
    height: 1.55em;
    border: 0;
    background-image: url(/wp-content/uploads/icon_btn-arrow_hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: .75em;
    transform: translateY(-50%);
    margin: 0;
    transition: .3s ease;
}
.section__recruit li p {
    line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
    .section__recruit h2 {
        text-align: left;
    }
}
/* ==== news ==== */
/* == == == == == == == == == == == == == == == == == == 
 * page / section
 * == == == == == == == == == == == == == == == == == == */
.page-content .page-bg {
    background-image: url(/wp-content/uploads/page_bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
}
@media print, screen and (max-width: 768px) {
	.page-content .page-bg {
		background-size: cover;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * サイトマップ
 * == == == == == == == == == == == == == == == == == == */
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
	font-family: var(--font-family01);
}
/* == == == == == == == == == == == == == == == == == == 
 * コンタクトフォーム
 * == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
	max-width: 550px;
	width: 100%;
	background: var(--color-primary);
	border-radius: 5px;
	outline: 1px solid var(--color-primary);
}
.wpcf7-form .linkBtn::after {
	background-image: url(/wp-content/uploads/icon_btn-arrow_hover.png);
	width: 2.5em;
	height: 2.5em;
	right: .5em;
}
.wpcf7-form .linkBtn:hover::after {
	background-image: url(/wp-content/uploads/icon_btn-arrow.png);
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1.5em 2em;
	
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
}

/* == == == == == == == == == == == == == == == == == == 
 * その他の調整 / other
 * == == == == == == == == == == == == == == == == == == */
/* == #content.wide ==== */
#content, body:not(.home) #content.wide {
    padding-top: 0;
    padding-bottom: var(--clamp-80);
}
body.archive.category #content.wide,
body.single #content.wide,
body.page-contact #content.wide,
body.page-thanks #content.wide,
body.page-sitemap #content.wide,
body.page-privacy #content.wide {
    padding: var(--clamp-80) 0;
}

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


}


