@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
:root {
    /*------▼基本設定▼------*/
    --color-background: #FFF;
    --color-font: #333;
    --color-primary: #193059;
    --color-primary-shade: #FAFAFA;
    --color-primary-tint: #2685BF;
    --color-secondary: #F73737;
    --color-secondary-tint: #FD3D3D;
    --color-table-border: #DCDDDD;
    --body-font-size: clamp(14px, .84vw, 16px);
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1100px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #FFF;
    --header-color-font: #333;
    --header-color-primary: #193059;
    --header-color-primary-shade: #FAFAFA;
    --header-color-primary-tint: #2685BF;
    /*------▼フッター設定▼------*/
    --footer-background: linear-gradient(135deg, #2685BF, #17224A);
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
    /*------▼フォント設定▼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Zen Old Mincho", serif;
    --font-family03: "Oswald", sans-serif;
    /*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .63vw, 12px);
    --font-size14: clamp(12px, .73vw, 14px);
    --font-size16: clamp(14px, .84vw, 16px);
    --font-size18: clamp(14px, .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-size28: clamp(20px, 1.6vw, 28px);
    --font-size30: clamp(22px, 1.7vw, 30px);
    --font-size32: clamp(22px, 1.7vw, 32px);
    --font-size34: clamp(24px, 1.85vw, 34px);
    --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.3vw, 42px);
    --font-size46: clamp(26px, 2.4vw, 46px);
    --font-size45: clamp(26px, 2.4vw, 45px);
    --font-size50: clamp(30px, 2.61vw, 50px);
    --font-size52: clamp(32px, 2.71vw, 52px);
    --font-size60: clamp(36px, 3.13vw, 60px);
    /* ---- 追加 ---- */
    --font-size80: clamp(40px, 4.17vw, 80px);
    --color-grad: linear-gradient(135deg, #2685BF, #17224A);
    /*------▼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);
    color: #FFF;
}
/* == == == == == == == == == == == == == == == == == == 
* inner/outer
* == == == == == == == == == == == == == == == == == == */
.content_inner {
    position: relative;
    z-index: 0; 
}
.max_w650 {max-width: 650px;}
.max_w800 {max-width: 800px;}
.max_w830 {max-width: 830px;}
.max_w850 {max-width: 850px;}
.max_w1280 {max-width: 1280px;}
.max_w1430 {max-width: 1430px;}
.max_w1580 {max-width: 1580px;}
.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;
}
/* == == == == == == == == == == == == == == == == == == 
*  テキスト/text 
*  == == == == == == == == == == == == == == == == == == */
.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;
}
/* ==== post ~ ===== */
.post p, .post h1, .post h2, .post h3, .post h4, .post h5 {
    color: var(--color-font);
    letter-spacing: .03em;
}
.post h1, .post h2, .post h3 {
    color: var(--color-primary);
}
.post p, #footer p {
    font-size: var(--font-size16);
    line-height: 1.7;
    margin-bottom: 1.5em;
    font-weight: 500;
    letter-spacing: .03em;
}
.post h2, #footer h2 {
    font-size: var(--font-size28);
    line-height: 1.7;
    margin-bottom: .5em;
    font-weight: bold;
    letter-spacing: 0;
}
.post h3, #footer h3 {
    font-size: var(--font-size22);
    line-height: 1.7;
    margin-bottom: .7em;
    font-weight: bold;
}
.post h4, #footer h4 {
    font-size: var(--font-size20);
    line-height: 1.7;
    margin-bottom: .5em;
    font-weight: bold;
}
.post h5, #footer h5 {
    font-size: var(--font-size18);
    line-height: 1.7;
    margin-bottom: .5em;
    font-weight: bold;
}
.post .name, .name {
    font-size: var(--font-size22);
    font-weight: bold; 
    font-family: var(--font-family03);
    text-align: right;
}
.post .name span, .name span {
    font-size: var(--font-size18);
    font-family: var(--font-family04);
    font-weight: 400;
    margin-right: 1.2em;
}
.post .name img, .name img {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
}
/* ==== text / ユーティリティ ===== */
.regular {font-weight: 400!important;}
.mid {font-weight: 500!important;}
.semi-bold {font-weight: 600!important;}
.bold {font-weight: bold!important;}
.ja {font-family: var(--font-family01);}
.en {font-family: var(--font-family02);}
.ff-01 {font-family: var(--font-family01);}
.ff-02 {font-family: var(--font-family02);}
.ff-03 {font-family: var(--font-family03);} 
.ff-04 {font-family: var(--font-family04);} 
.ff-05 {font-family: var(--font-family05);} 
.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;}
.color-secondary {color: var(--color-secondary);}
.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;}
.px30 {font-size: var(--font-size30)!important;}
.px32 {font-size: var(--font-size32)!important;}
.px34 {font-size: var(--font-size34)!important;}
.px36 {font-size: var(--font-size36)!important;}
.px38 {font-size: var(--font-size38)!important;}
.px40 {font-size: var(--font-size40)!important;}
.px45 {font-size: var(--font-size45)!important;}
.px46 {font-size: var(--font-size46)!important;}
.px50 {font-size: var(--font-size50)!important;}
.px52 {font-size: var(--font-size52)!important;}
.px60 {font-size: var(--font-size60)!important;}
/* ===== text / 追加ユーティリティ ===== */
.px80 {font-size: var(--font-size80)!important;}
.txt-indent {
    text-indent: 1em;
}
.txt-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.txt-marker {background: linear-gradient(0, #6E9BA340 25%, transparent 25%);}
.txt-border {
    border: 2px solid;
    padding: .3em .8em!important;
}
.txt-bg-primary {
    display: inline-block;
    background: var(--color-primary)!important;
    color: #FFF;
    padding: 0 .5em!important;
    margin-bottom: 2px;
}
/* ==== .ttl-main-primary ==== */
.ttl-main-primary, .post .ttl-main-primary, #footer .ttl-main-primary {
    font-size: var(--font-size20);
    line-height: 1.5!important;
    margin-bottom: 1em;
}
/* ==== .ttl-main-secondary ==== */
.ttl-main-secondary, .post .ttl-main-secondary, #footer .ttl-main-secondary {
    font-size: var(--font-size28);
    line-height: 1.5!important;
    margin-bottom: 1em;
}
/* ==== .ttl-sub-primary ==== */
.ttl-sub-primary, .post .ttl-sub-primary, #footer .ttl-sub-primary {
    font-size: var(--font-size28);
    line-height: 1.5!important;
    padding-bottom: .3em;
    margin-bottom: .5em;
    border-bottom: 2px solid var(--color-primary);
    text-align: left;
}
/* ==== .ttl-sub-secondary ==== */
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.content {position: relative;}
.gap {gap: 4%;}
.box-shadow {box-shadow: 0 3px 20px #0000000D;}
.dis-block, .dis-inline-block, .dis-flex {position: relative;}
.dis-block {display: block;}
.dis-inline-block {display: inline-block;}
.dis-flex {display: flex;}
.bg-white {background: #FFF;}
.bg-gray {background: #F7F8F9;}
.bg-light-blue {background: #F3F9FC;}
.bg-primary{background: var(--color-primary);}
.bg-tint {background: var(--color-primary-tint);}
.bg-shade {background: var(--color-primary-shade);}
.bg-img {
    background-image: url();
    background-size: cover;
    background-position: center;
}
.border-radius {
	border-radius: 5px;
    overflow: hidden;
}
.border {
    border: 1px solid var(--color-table-border);
}
.border--white {
    border: 1px solid #FFF;
}
.border-bottom {
    border-bottom: .5px solid var(--color-table-border);
}
.sticky_space {
    position: relative;
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
    z-index: -10;
}
.img-area img {
    width: 100%;
}
.txt-area, .img-area {
    position: relative;
}
.txt-inner {
    max-width: 850px;
    width: 100%;
}
.icon-area {
    width: 30%;
    max-width: 65px;
    margin: var(--clamp-30) auto;
}
.inner-padding {
    padding: 0 min(5%, 50px);
}
@media print, screen and (min-width: 769px) {
    .ml-auto {margin-left: auto!important;}
    .mr-auto {margin-right: auto!important;}
}
@media print, screen and (max-width: 768px) {
    .sp_center {
        text-align: center;
    }
    .txt-inner {
        max-width: 100%;
        width: 100%;
    }
	.inner-padding {
		padding: 0 3%;
	}
}
/* ==== 追加 ==== */
.object-fit_4-2 img {
    aspect-ratio: 4/2;
    object-fit: cover;
}
.m_inline-auto {
    margin-left: auto;
    margin-right: auto;
}
@media print, screen and (min-width: 769px) {
    .pc_mt1 {margin-top: 1rem !important;}
    .pc_mt2 {margin-top: 2rem !important;}
    .pc_mt3 {margin-top: 3rem !important;}
    .pc_mt4 {margin-top: 4rem !important;}
    .pc_mt5 {margin-top: 5rem !important;}
    .pc_mt6 {margin-top: 6rem !important;}
    .pc_mt7 {margin-top: 7rem !important;}
    .pc_mt8 {margin-top: 8rem !important;}
    .pc_mt9 {margin-top: 9rem !important;}
    .pc_mt10 {margin-top: 10rem !important;}
    .pc_mt15 {margin-top: 15rem !important;}
    .pc_mt16 {margin-top: 16rem !important;}
    .pc_mb1 {margin-bottom: 1rem !important;}
    .pc_mb2 {margin-bottom: 2rem !important;}
    .pc_mb3 {margin-bottom: 3rem !important;}
    .pc_mb4 {margin-bottom: 4rem !important;}
    .pc_mb5 {margin-bottom: 5rem !important;}
    .pc_mb6 {margin-bottom: 6rem !important;}
    .pc_mb7 {margin-bottom: 7rem !important;}
    .pc_mb8 {margin-bottom: 8rem !important;}
    .pc_mb9 {margin-bottom: 9rem !important;}
    .pc_mb10 {margin-bottom: 10rem !important;}
    .pc_mb15 {margin-bottom: 15rem !important;}
    .pc_mb16 {margin-bottom: 16rem !important;}
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
*  flex / card
* == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
* flex 
* == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc(50% - 22px);}
.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%;}
.w55 {width: 55%;}
.w65 {width: 65%;}
.w75 {width: 75%;}
.w85 {width: 85%;}
.wrap {flex-wrap: wrap;}
.nowrap {flex-wrap: nowrap;}
.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;}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .col-1, .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;
    }
}
/* == == == == == == == ==
* card
* == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
}
.card:has(.col-2) {gap: 20px 44px;}
.card:has(.col-3) {gap: 20px 25px;}
.card:has(.col-4) {gap: 20px;}
.card:has(.col-5) {gap: 20px;}
.card .col-2 {
    width: calc((100% / 2) - 22px);
}
.card .col-3 {
    width: calc((100% / 3) - 17px);
}
.card .col-4 {
    width: calc((100% / 4) - 15px);
}
.card .col-5 {
    width: calc((100% / 5) - 16px);
}
.card .img-area {
    position: relative;
}
.card .txt-area {
	padding: 0  min(15px, 5%) min(30px, 10%);
}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
    .card .col-5 {width: calc((100% / 4) - 20px);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card:has(.col-2), .card:has(.col-3) {
        gap: 20px;
    }
    .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;
    }
}
@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,
.post .wpcf7 table, .post .wpcf7 table th, .post .wpcf7 table td {
    border: 0;
}
.post table th, .post table td, .post .wpcf7 table th, .post .wpcf7 table td {
    padding: 1em;
    font-size: var(--font-size18);
    line-height: 1.8;
    color: var(--color-font);
    background: #FFF;
    border-bottom: 1px solid var(--color-table-border);
    font-weight: 500;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td, .post .wpcf7 table th, .post .wpcf7 table td {
        width: 100%;
        display: block;
        font-size: var(--font-size16);
        padding: 1em;
    }
	.post table th, .post .wpcf7 table th {
        background: var(--color-primary-shade);
	}
}
/* ==== .page-content table ==== */
.page-content table th {
    background: var(--color-primary);
    color: #FFF;
}
@media print, screen and (min-width: 769px) {
    .page-content table th, .page-content table td {
        padding: 1.5em 1em;
    }
	.page-content table tr:first-child th, .page-content table tr:first-child td {
		border-top: 1px solid var(--color-table-border);
	}
}
@media print, screen and (max-width: 768px) {

}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/btn
* == == == == == == == == == == == == == == == == == == */
.btn-content {
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 25px;
}
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 550px;
    font-family: var(--font-family01);
    font-size: var(--font-size16);
    font-weight: bold;
    line-height: 2;
    text-align: center;
    color: #FFF;
    background: var(--color-primary);
    padding: 1em 2em;
    margin: 0;
    border-radius: 5px;
    transition: all .3s ease;
    outline: 1px solid var(--color-primary);
}
.linkBtn:hover, .post .linkBtn:hover {
    color: var(--color-primary);
    background: #FFFF;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
    border-right: 1px solid;
    border-bottom: 1px solid;
    right: 1em;
}
.linkBtn:hover::after, .post .linkBtn:hover::after {
    right: .6em;
    transition: .3s ease;
}
.linkBtn--primary, .post .linkBtn--primary {
    max-width: 230px;
    border-radius: 0;
    outline: 0;
    background: linear-gradient(135deg, var(--color-primary-tint) 0%, var(--color-primary) 50%, var(--color-primary) 100%);
    background-size: 200%;
    background-position: left;
    font-family: var(--font-family02);
    font-weight: bolder;
}
.linkBtn--primary:hover, .post .linkBtn--primary:hover {
    color: #FFF;
}
.linkBtn--primary:hover, .post .linkBtn--primary:hover {
    background: linear-gradient(135deg, var(--color-primary-tint) 0%, var(--color-primary) 50%, var(--color-primary) 100%);
    background-position: right;
    background-size: 200%;
    transition: .3s ease;
}
.pageBtn, .post .pageBtn {
    position: relative;
    display: inline-block;
    min-width: 300px;
    width: calc((100% / 3) - 17px);
    font-size: var(--font-size16);
    font-weight: bold;
    color: #FFF;
    background: var(--color-primary);
    text-align: center;
    transition: .5s ease;
    padding: 1em 2.3em;
    outline: 1px solid var(--color-primary);
}
.pageBtn::after, .post .pageBtn::after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f0a9';
    border: 0;
    width: auto;
    height: auto;
    top: 50%;
    right: 1em;
    margin: 0;
    font-size: 1.25em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s ease;
}
.pageBtn:hover, .post .pageBtn:hover {
    background: #FFF;
    color: var(--color-primary);
}
@media print, screen and (max-width: 768px) {
    .btn-content {
		gap: 10px 15px;
        flex-direction: column;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 *  ul ol / リスト
 *  == == == == == == == == == == == == == == == == == == */
/* ==== list-check ==== */
.list-check, .post .list-check {
    display: flex;
    flex-direction: column;
}
.list-check li, .post .list-check li {
    font-weight: bold;
    font-size: var(--font-size18);
    padding-left: 2em;
    position: relative;
    color: #FFF;
}
.list-check li::before, .post .list-check li::before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f058';
    font-size: 1.2em;
    left: 0;
    top: .45em;
	line-height: 1;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/eyecatch
* == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-weight: bold;
    font-size: var(--font-size42);
    font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: .65;
    background: var(--color-primary);
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
 #breadcrumb {
	background: #FFF;
}
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li {
    border-bottom: 1px solid var(--color-table-border);
}
 .postlist li:first-child {
    border-top: 0;
}
.postlist .time {
    font-size: var(--font-size12);
    background: #120F64;
    font-weight: 500;
    padding: .3em 1em;
    border-radius: 0;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size14);
    font-weight: 500;
}
@media only screen and (min-width: 769px) {
} 
/* == == == == == == == == == == == == == == == == == == 
* サイトマップ
* == == == == == == == == == == == == == == == == == == */
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    font-family: var(--font-family01);
    font-weight: 500;
}
/* == == == == == == == == == == == == == == == == == == 
* コンタクトフォーム
* == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
    max-width: 550px;
	margin: 0 auto;
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding: 1em 2em;
}
.wpcf7-form  .linkBtn input[type="submit"] {
    padding: 1em 2em;
	color: #FFF;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
	color: var(--color-primary);
}
/* == == == == == == == == == == == == == == == == == == 
* ヘッダー調整/header
* == == == == == == == == == == == == == == == == == == */
#header {
    position: relative;
}
@media print, screen and (min-width: 1024px) {
    #header, .sticky-header #header > .inner {
        background: var(--header-background);
    }
	#header, .sticky-header #header-layout {
        height: 100px;		
	}
	#header .logo img {
		max-width: 360px;
		max-height: 80px;
		height: auto;
		width: 100%;
	}
	#header .header__nav-contact {
		gap: var(--px16);
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a {
		padding: var(--px16);
	}
	nav#mainNav ul li a b, 
    nav#mainNav ul li a span {
		letter-spacing: .03em;
		padding-bottom: .25em;
		position: relative;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
		font-family: var(--font-family01);
        font-size: var(--font-size18);
		color: var(--color-font);
	}
    nav#mainNav ul li a span {
		font-weight: bolder;
        font-family: var(--font-family02);
        font-size: 10px;
		color: var(--header-color-primary);
    }
	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);
	}
    nav#mainNav ul li a span::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: var(--header-color-primary);
        left: 0;
        bottom: 0;
        transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: right;	
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    nav#mainNav ul li.current-menu-item a span::before, 
    nav#mainNav ul li a:hover span::before, 
    nav#mainNav ul li a:active span::before, 
    nav#mainNav ul li.current-menu-parent a span::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        transform-origin: left;
    }
	nav#mainNav ul li li a, 
    nav#mainNav ul li li.current-menu-item li a, 
    nav#mainNav ul li.current-menu-ancestor li a, 
    nav#mainNav ul li.current-menu-item li a {
		color: var(--header-color-priamry);
	}
	nav#mainNav ul li ul.sub-menu li a, 
    nav#mainNav ul li ul.sub-menu li a:hover, 
    nav#mainNav ul li ul.sub-menu li.current-menu-item a, 
    nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		background: #FFF;
	}
/* == == == == == == == ==
 * ヘッダー下部__コンタクトボタン
 * == == == == == == == == */
    #header a.head_btn {
        font-size: var(--font-size18);
		font-family: var(--font-family01);
		font-weight: bold;
		color: #FFF;
		padding: 0 1.5em;
    }
	#header a.head_btn:hover {
		background: var(--header-color-primary-tint);
		color: #FFF;
		opacity: 1;
	}
	#header a.head_btn.mail_btn {
        background: linear-gradient(135deg, var(--color-primary-tint) 0%, var(--color-primary) 50%, var(--color-primary) 100%);
		background-size: 200%;
		background-position: left;
	}
	#header a.head_btn.mail_btn:hover {
        background: linear-gradient(135deg, var(--color-primary-tint) 0%, var(--color-primary) 50%, var(--color-primary) 100%);
		background-size: 200%;
		background-position: right;
	}
    #header a.head_btn.tel_btn {
		background: #F8F8F8;
		color: var(--color-font);
		text-align: center;
	}
	#header a.tel_btn::before {
		display: none;
	}
	#header a.tel_btn .num {
		font-family: var(--font-family03);
		font-weight: 500;
		font-size: var(--font-size26);
		padding-left: 1em;
		position: relative;
	}
	#header a.tel_btn .num::before {
		position: absolute;
        font-family: 'FontAwesome';
		content: '\f3cd';
		margin-right: .3em;
		left: 0;
		top: 50%;
    	-webkit-transform: translateY(-50%);
    	transform: translateY(-50%);
	}
	#header a.tel_btn .sub {
		font-weight: 500;
		font-size: 10px;
		color: var(--color-font);
	}
	#header a.head_btn.tel_btn:hover {
		color: #FFF;
		background: var(--color-primary);
	}
	#header a.head_btn.tel_btn:hover .sub {
		color: #FFF;
		transition: .3s ease;
	}
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
/* .spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
    background: #FFF;
}
.spmenu #menu p {
    color: #FFF;
} */
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: #FFF;
		color: var(--color-font);
		font-family: var(--font-family01);
	}
}
/* == == == == == == == == == == == == == == == == == == 
*  フッター調整/footer 
* == == == == == == == == == == == == == == == == == == */
#footer {
	padding-top: 0;
    padding-bottom: 0;
}
#footer a {
	transition: .5s ease;
}
#footer .inner {
	padding-top: 15px;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
	background: transparent;
}
#footer .footer-content {
    background: #F9F9F9;
    padding-top: var(--clamp-50);
    padding-bottom: var(--clamp-70);
}
#footer .footerBtn-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px 50px;
}
#footer .footerBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-size: var(--font-size16);
    font-weight: bolder;
    font-family: var(--font-family02);
    color: var(--color-primary);
    background: #FFF;
    outline: 2px solid var(--color-primary);
    transition: .5s ease;
}
#footer .footerBtn--mail {
    padding: 1.2em 2em;
    margin: 0 var(--clamp-20);
    width: 14em;
}
#footer .footerBtn--mail .main {
    position: relative;
    padding: 0 2em;
}
#footer .footerBtn--mail::after {
	position: absolute; 
    content: '';
	width: 6px;
	height: 6px;
	border-right: 1px solid;
	border-bottom: 1px solid;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    transition: .5s ease;
}
#footer .footerBtn--mail:hover {
    background: var(--color-primary);
    color: #FFF;
}
#footer .footerBtn--mail:hover::after {
    right: .6em;
}
#footer .footerBtn--tel {
    outline: 0;
    background: transparent;
}
#footer .footerBtn--tel .num {
    font-family: var(--font-family03);
    font-size: var(--font-size36);
    padding-left: 1em;
    position: relative;
}
#footer .footerBtn--tel .sub {
    font-size: 10px;
    color: var(--color-font);
}
#footer .footerBtn--tel .num::before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f3cd';
    left: 0;
    top: 50%;
    font-size: .8em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#footer .footerBtn--tel:hover {
    opacity: .6;
}
#footer .footer-bottom {
    background: var(--color-grad);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    #footer .footerBtn-area {
        flex-direction: column;
        gap: 20px;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / other
* == == == == == == == == == == == == == == == == == == */
/* == #content.wide ==== */
#content, body:not(.home) #content.wide {
    padding-top: 0;
    padding-bottom: 0;
}
body.archive.category #content.wide,
body.single #content.wide,
body.page-contact #content.wide,
body.page-contact-thanks #content.wide,
body.page-partner-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) {
}
/* == == == == == == == == == == == == == == == == == == 
* トップ、下層調整/ .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;
}
body.home {
    position: relative;
	background: #FAFAFA;
}
/* body.home::before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-image: url(/wp-content/uploads/top_bg.jpg);
    background-size: cover;
    background-position: top left;
    z-index: -1;
} */
/* == == == == == == == == == == == == == == == == == == 
* section
* == == == == == == == == == == == == == == == == == == */
/* ==== #information ==== */
.top-content#information {
	padding-top: var(--clamp-40);
	padding-bottom: var(--clamp-70);
}
.top-content#information .sc_geneleted_list {
    background: #FFF;
    padding: min(5%, 50px) 0;
}
.top-content#information ul.postlist {
    max-width: 950px;
    margin: 0 auto;
    width: 94%;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* ==== #about ==== */
.top-content#about {
	padding-bottom: var(--clamp-60);
}
.top-content#about .flexbox {
    align-items: normal;
}
.top-content#about .img-area {
    width: 38%;
    z-index: 2;
}
.top-content#about .txt-area {
    width: 80%;
    margin-left: -18%;
    z-index: 1;
    padding: 6% 6% 8% 24%;
    background: #FFF;
    margin-top: min(4%, 65px);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .top-content#about .img-area {
        width: 94%;
    }
    .top-content#about .txt-area {
        width: 100%;
        margin-left: auto;
        padding: 15% 3% 5% 3%;
        margin-top: -10%;
    }
	.top-content#about img {
		aspect-ratio: 3/2;
		object-fit: cover;
	}
}
/* ==== #service ==== */
.top-content#service {
	padding-top: var(--clamp-70);
	padding-bottom: var(--clamp-60);
	background: #FFF;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.top-content#service img {
		aspect-ratio: 2/1;
		object-fit: cover;
	}
}
/* ==== #menu ==== */
.top-content#menu .ttl-main-primary {
    width: 100%;
    text-align: left;
    position: relative;
}
.top-content#menu .ttl-main-primary::after {
    content: '';
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    background: url(/wp-content/uploads/icon_btn-arrow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	transition: .3s ease;
}
.top-content#menu .img-area {
    position: relative;
    overflow: hidden;
}
.top-content#menu img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s ease;
}
.top-content#menu .img-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    opacity: .75;
    z-index: 1;
    transition: .3s ease;
}
.top-content#menu .txt-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 2;
    transition: .3s ease;
    padding: min(10%, 60px);
    padding: min(5%, 55px);
    align-items: flex-start;
    justify-content: flex-end;
}
.top-content#menu a:hover img {
    opacity: 1;
    transform: scale(1.1);
}
.top-content#menu a:hover .img-area::before {
    opacity: 0;
}
/* .top-content#menu a:hover .ttl-main-primary::after {
	opacity: .6;
} */
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
	.top-content#menu .flexbox {
		flex-direction: column;
	}
	.top-content#menu .w50 {
		width: 100%;
	}
}
/* ==== .page-content ==== */
.bg-point, .bg-message {
    background-position: center;
    background-size: cover;
}
.bg-point {background-image: url(/wp-content/uploads/point_bg.jpg);}
.bg-message {background-image: url(/wp-content/uploads/message_bg.jpg);}
@media print, screen and (max-width: 768px) {
	.bg-point {background-image: url(/wp-content/uploads/point_bg-sp.jpg);}
	.bg-message {background-image: url(/wp-content/uploads/message_bg-sp.jpg);}
}