@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=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
:root {
    /*------▼基本設定▼------*/
    --color-background: #FFF;
    --color-font: #00001C;
    --color-font-secondary: #9D9D9A;
    --color-primary: #191970;
    --color-primary-shade: #F8F8F8;
    --color-primary-tint: #FAFAFF;
    --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: #FAFAFA;
    --header-color-font: #191970;
    --header-color-primary: #191970;
    --header-color-primary-shade: #F8F8F8;
    --header-color-primary-tint: #B40030;
    /*------▼フッター設定▼------*/
    --footer-background: #FFF;
    --footer-color-font: #777;
    --footer-color-primary: #777;
    /*------▼フォント設定▼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Nunito", 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-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-size44: clamp(26px, 2.4vw, 44px);
	--font-size46: clamp(26px, 2.4vw, 46px);
    --font-size50: clamp(30px, 2.61vw, 50px);
    --font-size52: clamp(32px, 2.71vw, 52px);
    --font-size60: clamp(36px, 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);
}

/* == == == == == == == == == == == == == == == == == == 
* inner/outer
* == == == == == == == == == == == == == == == == == == */
.wrapper_content {
	position: relative;
	width: 94%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
.content_inner {
    position: relative;
    z-index: 0; 
}
.max_w1440 {
    max-width: 1440px;
}
.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 {
    letter-spacing: .03em;
}
.post h1, .post h2, .post h3, .post h4, .post h5 {
    color: var(--color-primary);
}
.post p {
    color: var(--color-font);
    font-size: var(--font-size16);
    line-height: 1.68;
    margin-bottom: 1.5em;
    font-weight: 500;
}
.post h2 {
    font-size: var(--font-size28);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: bold;
	color: var(--color-primary);
}
.post h3 {
    font-size: var(--font-size24);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: bold;
}
.post h4 {
    font-size: var(--font-size20);
    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;
}
/* ==== text / ユーティリティ ===== */
.regular {font-weight: 400!important;}
.mid {font-weight: 500!important;}
.semi-bold {font-weight: 600!important;}
.bold {font-weight: bold!important;}
.jp {font-family: var(--font-family01);}
/* .en {font-family: var(--font-family02);} */
.ff-01, .post .ff-01 {font-family: var(--font-family01);}
.ff-02, .post .ff-02 {font-family: var(--font-family02);}
.color-font, .post .color-font {color: var(--color-font);}
.color-primary, .post .color-primary {color: var(--color-primary);}
.color-tint, .post .color-tint {color: var(--color-primary-tint);}
.color-shade, .post .color-shade {color: var(--color-primary-shade);}
.color-white, .post .color-white {color: #FFF;}
.color-secondary, .post .color-secondary {color: var(--color-secondary);}
.px12, .post .px12 {font-size: var(--font-size12)!important;}
.px14, .post .px14 {font-size: var(--font-size14)!important;}
.px16, .post .px16 {font-size: var(--font-size16)!important;}
.px18, .post .px18 {font-size: var(--font-size18)!important;}
.px20, .post .px20 {font-size: var(--font-size20)!important;}
.px22, .post .px22 {font-size: var(--font-size22)!important;}
.px24, .post .px24 {font-size: var(--font-size24)!important;}
.px26, .post .px26 {font-size: var(--font-size26)!important;}
.px28, .post .px28 {font-size: var(--font-size28)!important;}
.px30, .post .px30 {font-size: var(--font-size30)!important;}
.px32, .post .px32 {font-size: var(--font-size32)!important;}
.px34, .post .px34 {font-size: var(--font-size34)!important;}
.px36, .post .px36 {font-size: var(--font-size36)!important;}
.px38, .post .px38 {font-size: var(--font-size38)!important;}
.px40, .post .px40 {font-size: var(--font-size40)!important;}
.px44, .post .px44 {font-size: var(--font-size44)!important;}
.px46, .post .px46 {font-size: var(--font-size46)!important;}
.px50, .post .px50 {font-size: var(--font-size50)!important;}
.px52, .post .px52 {font-size: var(--font-size52)!important;}
.px60, .post .px60 {font-size: var(--font-size60)!important;}
/* ===== text / 追加ユーティリティ ===== */
.txt-underline, .post .txt-underline {text-decoration: underline;}
.txt-marker, .post .txt-marker {background: linear-gradient(0, #6E9BA340 25%, transparent 25%);}
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.content {position: relative;}
.gap {gap: 4%;}
.box-shadow {box-shadow: 0 3px 20px #7E7E7E26;}
.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, .post .bg-white {background: #FFF;}
.bg-transparent, .post .bg-transparent {background: transparent;}
.bg-gray, .post .bg-gray {background: #F7F8F9;}
.bg-primary, .post .bg-primary {background: var(--color-primary);}
.bg-tint, .post .bg-tint {background: var(--color-primary-tint);}
.bg-shade, .post .bg-shade {background: var(--color-primary-shade);}
.outline {outline: 1px solid;}
.border-radius {
	border-radius: 10px;
    overflow: hidden;
}
.border-bottom {
    border-bottom: .5px solid #D1D1D1;
}
.anchor-offset {
    position: relative;
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
    z-index: -10;
}
.anchor_link::before {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.img-area img {
    width: 100%;
	border-radius: 5px;
}
.txt-area, .img-area {
    position: relative;
}
.txt-inner {
    max-width: 528px;
    width: 94%;
}
.inner_padding {
    padding: 15px;
}
@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: 94%;
        width: 100%;
        margin: 0 auto;
    }
}
/* ==== 追加 ==== */
.object-fit_2-1 img {
    aspect-ratio: 2/1;
    object-fit: cover;
}
.mx-auto, .post .mx-auto {
	margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
    .pc_mx-auto {margin: o auto;}
    .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;}
    .pc_pt1 {padding-top: 1rem !important;}
    .pc_pt2 {padding-top: 2rem !important;}
    .pc_pt3 {padding-top: 3rem !important;}
    .pc_pt4 {padding-top: 4rem !important;}
    .pc_pt5 {padding-top: 5rem !important;}
    .pc_pt6 {padding-top: 6rem !important;}
    .pc_pt7 {padding-top: 7rem !important;}
    .pc_pt8 {padding-top: 8rem !important;}
    .pc_pt9 {padding-top: 9rem !important;}
    .pc_pt10 {padding-top: 10rem !important;}
    .pc_pt15 {padding-top: 15rem !important;}
    .pc_pt16 {padding-top: 16rem !important;}
    .pc_pb1 {padding-bottom: 1rem !important;}
    .pc_pb2 {padding-bottom: 2rem !important;}
    .pc_pb3 {padding-bottom: 3rem !important;}
    .pc_pb4 {padding-bottom: 4rem !important;}
    .pc_pb5 {padding-bottom: 5rem !important;}
    .pc_pb6 {padding-bottom: 6rem !important;}
    .pc_pb7 {padding-bottom: 7rem !important;}
    .pc_pb8 {padding-bottom: 8rem !important;}
    .pc_pb9 {padding-bottom: 9rem !important;}
    .pc_pb10 {padding-bottom: 10rem !important;}
    .pc_pb15 {padding-bottom: 15rem !important;}
    .pc_pb16 {padding-bottom: 16rem !important;}
}
@media screen and (max-width: 768px) {
    .sp_mx-auto {margin: o auto;}
    .sp_pt1 {padding-top: 0.5rem !important;}
    .sp_pt2 {padding-top: 1rem !important;}
    .sp_pt3 {padding-top: 1.5rem !important;}
    .sp_pt4 {padding-top: 2rem !important;}
    .sp_pt5 {padding-top: 2.5rem !important;}
    .sp_pt6 {padding-top: 3rem !important;}
    .sp_pt7 {padding-top: 3.5rem !important;}
    .sp_pt8 {padding-top: 4rem !important;}
    .sp_pt9 {padding-top: 4.5rem !important;}
    .sp_pt10 {padding-top: 5rem !important;}
    .sp_pb1 {padding-bottom: 0.5rem !important;}
    .sp_pb2 {padding-bottom: 1rem !important;}
    .sp_pb3 {padding-bottom: 1.5rem !important;}
    .sp_pb4 {padding-bottom: 2rem !important;}
    .sp_pb5 {padding-bottom: 2.5rem !important;}
    .sp_pb6 {padding-bottom: 3rem !important;}
    .sp_pb7 {padding-bottom: 3.5rem !important;}
    .sp_pb8 {padding-bottom: 4rem !important;}
    .sp_pb9 {padding-bottom: 4.5rem !important;}
    .sp_pb10 {padding-bottom: 5rem !important;}
    .sp_pd2 {padding: 1rem !important;}
    .sp_pd3 {padding: 1.5rem !important;}
    .sp_pd4 {padding: 2rem !important;}
    .sp_pd5 {padding: 2.5rem !important;}
    .sp_mt1 {margin-top: 0.5rem !important;}
    .sp_mt2 {margin-top: 1rem !important;}
    .sp_mt3 {margin-top: 1.5rem !important;}
    .sp_mt4 {margin-top: 2rem !important;}
    .sp_mt5 {margin-top: 2.5rem !important;}
    .sp_mt6 {margin-top: 3rem !important;}
    .sp_mt7 {margin-top: 3.5rem !important;}
    .sp_mt8 {margin-top: 4rem !important;}
    .sp_mt9 {margin-top: 4.5rem !important;}
    .sp_mt10 {margin-top: 5rem !important;}
    .sp_mt15 {margin-top: 7.5rem !important;}
    .sp_mt16 {margin-top: 8rem !important;}
    .sp_mb1 {margin-bottom: 0.5rem !important;}
    .sp_mb2 {margin-bottom: 1rem !important;}
    .sp_mb3 {margin-bottom: 1.5rem !important;}
    .sp_mb4 {margin-bottom: 2rem !important;}
    .sp_mb5 {margin-bottom: 2.5rem !important;}
    .sp_mb6 {margin-bottom: 3rem !important;}
    .sp_mb7 {margin-bottom: 3.5rem !important;}
    .sp_mb8 {margin-bottom: 4rem !important;}
    .sp_mb9 {margin-bottom: 4.5rem !important;}
    .sp_mb10 {margin-bottom: 5rem !important;}
    .sp_mb15 {margin-bottom: 7.5rem !important;}
    .sp_mb16 {margin-bottom: 8rem !important;}
}
/* == == == == == == == == == == == == == == == == == == 
*  flex / card
* == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
* flex 
* == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc((100% - (var(--clamp-50) * 1)) / 2);}
.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_start {align-items: start;}
.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;
    flex-wrap: wrap;
}
.card--col-2 {gap: 30px var(--clamp-44);}
.card--col-3 {gap: 25px}
.card--col-4 {gap: 20px;}
.card--col-5 {gap: 20px;}
.card__item--col-1 {width: calc((100% - (20px * 0)) / 1);}
.card__item--col-2 {width: calc((100% - (var(--clamp-44) * 1)) / 2);}
.card__item--col-3 {width: calc((100% - (25px * 2)) / 3);}
.card__item--col-4 {width: calc((100% - (20px * 3)) / 4);}
.card__item--col-5 {width: calc((100% - (20px * 4)) / 5);}
.card p:last-child {margin: 0;}
.card__num, .post .card__num {
    font-size: var(--font-size44);
    color: var(--color-primary);
    font-family: var(--font-family01);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    margin-bottom: var(--clamp-20);
}
.card__num .sub, .post .card__num .sub {
    font-size: .5em;
}
.card__item--txt-area, .card__item--txt-area {
    padding: var(--clamp-30) min(3%, 15px) var(--clamp-20);
}
.card__item--border-radius, .post .card__item--border-radius {
	border-radius: 5px;
}
@media print, screen and (max-width: 1023px) {
    .card__item--col-5 {width: calc((100% - (20px * 3)) / 4);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card {flex-direction: row;}
    .card--col-2, .card--col-3 {
        gap: 15px;
    }
    .card__item--col-2, .card__item--col-3 {
        width: 100%;
        margin-bottom: 0;
    }
    .card__item--col-4, .card__item--col-5 {
        width: calc((100% - (20px * 1)) / 2);
        margin-bottom: 0;
    }
}
@media print, screen and (max-width: 500px) {
    .card__item--col-4, .card__item--col-5 {
        width: 90%;
		margin: 0 auto;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* テーブル、マップ調整/table,map
* == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1.2em 1em;
    font-size: var(--font-size16);
    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 {
        width: 100%;
        display: block;
		padding: 1em;
    }
	.post table th {
        background: var(--color-primary-tint);
	}
}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/btn
* == == == == == == == == == == == == == == == == == == */
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 550px;
    font-family: var(--font-family01);
    font-size: var(--font-size18);
    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;
}
.linkBtn:hover, .post .linkBtn:hover, a:hover .linkBtn {
    color: var(--color-primary);
    background: #FFF;
    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;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/eyecatch
* == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-weight: bold;
    font-size: var(--font-size38);
    font-family: var(--font-family01);
	color: #FFF;
}
#thumbImg::before, header#h1Header::before {
    opacity: .78;
    background: #0A0A4B;
}
@media print, screen and (max-width: 1024px) {
	#h1Header #thumb img {
		width: 100%;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
#breadcrumb {
	background: #FFF;
}
#breadcrumb ul {
    max-width: 1440px;
}
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li {
    border-bottom: 1px dashed var(--color-table-border);
}
 .postlist li:first-child {
    border-top: 0;
}
.postlist .time {
    font-size: var(--font-size18);
    background: var(--color-primary);
    font-weight: 500;
    padding: .3em 1em;
    border-radius: 5px;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
    font-weight: 500;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	display: block;
}
.post h2.cat-loop {
	font-size: var(--font-size18);
	font-weight: 500;
}
.post2b h2, .post4b h2, h2.title, .post_text h2, .post h2 a, .post2b h2 a, .post4b h2 a, .postlist .ttls a {
	font-weight: 500;
}
.post .post_img img, .post_img img, .post2b img, .post4b img {
    object-fit: cover;
}
@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;
}
.wpcf7-form  .linkBtn input[type="submit"] {
	color: #FFF;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
	color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding: 1em 2em;
}
/* == == == == == == == == == == == == == == == == == == 
* ヘッダー調整/header
* == == == == == == == == == == == == == == == == == == */
#header {
    position: relative;
}
@media print, screen and (min-width: 1024px) {
    #header {
        height: auto;
    }
    #header-layout {
        height: 100px;
    }
	nav#mainNav {
		width: 100%;
		max-width: unset;
	}
/* 	nav#mainNav, body.sticky-header nav#mainNav {
		background: var(--color-primary);
	} */
    nav#mainNav ul {
        justify-content: center;
    }
    .sticky-header #header-layout {
        height: 100px;
    }
    .sticky-header #header > .inner {
        background: var(--header-background);
    }
	body.sticky-header nav#mainNav {
		margin: 0 auto;
	}
	#header .logo {
		padding: 10px var(--px20);
	}
	#header .logo img {
		max-width: 355px;
		max-height: 70px;
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a {
		padding: var(--px24);
	}
	nav#mainNav ul li a b {
		font-family: var(--font-family01);
        font-size: var(--font-size18);
		font-weight: bold;
		letter-spacing: .03em;
		color: var(--header-color-font);
		position: relative;
		padding-bottom: 5px;
	}
    nav#mainNav ul li a span {
        font-family: var(--font-family01);
        font-size: var(--font-size14);
		font-weight: 400;
		letter-spacing: 1px;
		padding-bottom: 5px;
		position: relative;
    }
	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-font);
	}
	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-font);
	}
	nav#mainNav ul li a b::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: var(--header-color-font);
		left: 0;
		bottom: 0;
		transition: .5s ease;
		transform-origin: center;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	nav#mainNav ul li a:hover b::before,
	nav#mainNav ul li.current-menu-item a b::before,
	nav#mainNav ul li a:active b::before, 
	nav#mainNav ul li.current-menu-parent a b::before {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
	    flex-direction: row;
        font-size: var(--font-size18);
		font-family: var(--font-family01);
		font-weight: 500;
		color: #FFF;
		background: var(--header-color-primary-tint);
		letter-spacing: .03em;
		gap: .3em;
		align-items: center;
		justify-content: center;
		width: 12.5em;
    }
	#header a.head_btn::before {
		font-size: 1em;
		margin-bottom: 0; 
	}
	#header .head_btn .num {
		font-family: var(--font-family02);
		font-size: var(--font-size20);
		font-weight: bold;
		position: relative;
        display: flex;
        flex-direction: row;
        gap: .3em;
        align-items: center;
        justify-content: center;
	}
	#header .head_btn .num::before {
		content: '\f3cd';
		font-family: 'FontAwesome';
	}
	#header .head_btn .sub {
		font-size: 10px;
        font-weight: 500;
		color: var(--color-font);
		transition: .3s ease;
	}
	#header a.head_btn.mail_btn::before { 
		content: '\f1d8';
	}
	#header a.head_btn.tel_btn {
		color: var(--header-color-primary);
		background: var(--header-color-primary-shade);
		flex-direction: column;
		gap: 0; 
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn:hover {
		background: #FFF;
		color: var(--header-color-primary-tint);
		opacity: 1;
	}
	#header a.head_btn.tel_btn:hover {
		background: var(--header-color-primary);
		color: #FFF;
		opacity: 1;
	}
	#header a.head_btn.tel_btn:hover .sub {
		color: #FFF;
	}
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
.spmenu #menu p {
	margin-bottom: 0;
	    line-height: 1.5;
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: var(--header-background);
		color: var(--header-color-font);
		font-family: var(--font-family02);
	}
	nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item a {
		background: var(--header-background);
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
		color: var(--header-color-primary);
	}
	nav#mainNav ul li a:hover {
		color: var(--color-primary);
	}
}
/* == == == == == == == == == == == == == == == == == == 
*  フッター調整/footer 
* == == == == == == == == == == == == == == == == == == */
#footer {
	padding-top: 0;
    padding-bottom: 0;
}
#footer a {
	transition: .5s ease;
}
#footer .inner {
	padding-top: 10px;
}
#footer .footer__logo img {
    max-width: 350px;
}
#footer li a, .footeradd, .footertel {
	font-size: var(--font-size14);
	font-weight: 400;
}
#copyright {
    background: var(--footer-background);
    color: var(--footer-color-font);
    padding: 10px 0;
    margin: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / 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-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
* == == == == == == == == == == == == == == == == == == */
.page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* component / c-~~
* == == == == == == == == == == == == == == == == == == */
/* ==== c-ttl-01 ==== */
.c-ttl-01, .post .c-ttl-01 {
    position: relative;
	display: block;
    font-size: var(--font-size38);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: 1.68;
    margin-bottom: .6em;
}
/* ==== c-ttl-02 ==== */
.c-ttl-02, .post .c-ttl-02 {
    position: relative;
	display: block;
    font-size: var(--font-size28);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: 1.68;
	padding-bottom: .5em;
    margin-bottom: 1em;
}
.c-ttl-02::before, .post .c-ttl-02::before {
    content: '';
    position: absolute;
    width: 1.78em;
    height: 1.5px;
    border-bottom: 2px solid;
    bottom: 0;
    left: 0;
}
.c-ttl-02.txt_c::before, .post .c-ttl-02.txt_c::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* ==== c-list-flow ==== */
.c-list-flow, .post .c-list-flow {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.c-list-flow__item, .post .c-list-flow__item {
    position: relative;
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
} 
.c-list-flow__item::after, .post .c-list-flow__item::after {
    content: '';
    position: absolute;
    border-top: 20px solid var(--color-primary);
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
}
.c-list-flow__item:last-child::after, .post .c-list-flow__item:last-child::after {
    display: none;
} 
.c-list-flow__num, .post .c-list-flow__num {
    width: 2.5em;
    min-width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family01);
    font-weight: bold;
    font-size: var(--font-size36);
    line-height: 1.2;
    color: #FFF;
    background: var(--color-primary);
    border-radius: 5px 0 0 5px;
} 
.c-list-flow__num .sub, .post .c-list-flow__num .sub {
    font-size: .5em;
}
.c-list-flow__txt, .post .c-list-flow__txt {
    width: calc(100% - (var(--font-size36) * 2.5));
    padding: min(5%, 35px);
    border-radius: 0 5px 5px 0;
}
.c-list-flow__ttl, .post .c-list-flow__ttl {
    font-size: var(--font-size24);
	color: var(--color-primary); 
    margin-bottom: .5em;
    padding-bottom: 0;
}
.c-list-flow__desc:last-child, .post .c-list-flow__desc:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .c-list-flow__item, .post .c-list-flow__item {
        flex-direction: column;
    }
    .c-list-flow__num, .post .c-list-flow__num {
        width: 100%;
        border-radius: 5px 5px 0 0;
        padding: 3%;
    }
    .c-list-flow__txt, .post .c-list-flow__txt {
        width: 100%;
        border-radius: 0 0 5px 5px;
    }
}
/* ==== c-list-service ==== */
.c-list-service, .post .c-list-service {
    width: 98%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: var(--px24);
    margin-bottom: var(--px30);
}
.c-list-service:nth-child(even), .post .c-list-service:nth-child(even) {
    margin-left: auto;
}
.c-list-service:nth-child(odd), .post .c-list-service:nth-child(odd) {
    margin-right: auto;
}
.c-list-service__item, .post .c-list-service__item {
    width: calc((100% - (var(--px24) * 3)) / 4);
    background: var(--color-primary);
    color: #FFF;
    font-size:1.355vw;
    font-weight: bold;
    line-height: 1.7;
    aspect-ratio: 1/1;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media print, screen and (max-width: 768px) {
	.c-list-service__item, .post .c-list-service__item {
		font-size: 2.6vw;
	}
}
/* ==== c-list-works ==== */
.c-list-works, .post .c-list-works {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*     justify-content: center; */
    align-items: center;
    gap: var(--px30);
}
.c-list-works__item, .post .c-list-works__item {
    font-size: var(--font-size18);
    font-weight: bold;
    color: var(--color-primary);
    width: calc((100% - (var(--px30) * 5)) / 6);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 200px;
    flex-direction: column;
    gap: 7px;
}
.c-list__ttl {
    border-radius: 5px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4em;
    text-align: center;
    width: 100%;
}
.c-list__img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
}
.c-list__img img {
    width: 100%;
    height: auto;
}
@media print, screen and (max-width: 768px) {
	.c-list-works__item, .post .c-list-works__item {
		min-width: unset;
		width: calc((100% - (var(--px30) * 2)) / 3);
	}
}
@media print, screen and (max-width: 499px) {
	.c-list-works__item, .post .c-list-works__item {
		width: calc((100% - (var(--px30) * 1)) / 2);
	}
}
@media print, screen and (max-width: 349px) {
	.c-list-works__item, .post .c-list-works__item {
		width: 100%;
	}	
} 


/* ==== c-btn-content ==== */
.c-btn-content, .post .c-btn-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
}
@media print, screen and (min-width: 769px) {
    .c-btn-content--left, .post .c-btn-content--left {
        justify-content: flex-start;
    }
}
/* ==== c-btn ==== */
.c-btn, .post .c-btn, a.c-btn {
    transition: .5s ease;
    display: inline-block;
    position: relative;
    background: var(--color-primary);
    color: #FFF;
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: bold;
    width: 90%;
    max-width: 320px;
    line-height: 1.7;
    padding: 1em 2em;
    border-radius: 0;
    text-align: center;
	outline: 3px solid var(--color-primary);
}
.c-btn:hover, .post .c-btn:hover, a.c-btn:hover {
    color: var(--color-primary);
    background: #FFF;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.c-btn::after, .post .c-btn::after, a.c-btn::after {
    font-family: 'FontAwesome';
    font-size: 1em;
    content: '\f054';
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
}
.c-btn--white, .post .c-btn--white, a.c-btn--white {
	color: var(--color-primary);
	background: #FFF;
}
.c-btn--white:hover, .post .c-btn--white:hover, a.c-btn--white:hover {
    color: #FFF;
    background: var(--color-primary);
}
@media print, screen and (max-width: 768px) {
}
/* ==== .c-table ==== */
table.c-table, table.c-table th, table.c-table td,
.post table.c-table, .post table.c-table th, .post table.c-table td {
    border: 0px;
}
table.c-table th, .post table.c-table th {
    background: #FFF;
    border-bottom: 1px solid var(--color-primary);
} 
table.c-table td, .post table.c-table td {
    background: #FFF;
    border-bottom: 1px solid var(--color-table-border);
} 
@media print, screen and (max-width: 768px) {
    table.c-table th, .post table.c-table th {
        background: var(--color-primary-tint);
    }
}
/* == == == == == == == == == == == == == == == == == == 
* project / p-~~
* == == == == == == == == == == == == == == == == == == */
/* ==== p-tAbout ==== */
.p-tAbout, .post .p-tAbout {
    background: linear-gradient(#0A0A4BCC, #0A0A4BCC), url(/wp-content/uploads/top_about-us_01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: var(--clamp-100);
	padding-bottom: var(--clamp-80);
}
.p-tAbout p, .post .p-tAbout p {
	line-height: 2;
	margin-bottom: 2em;
}
@media print, screen and (max-width: 768px) {
}
/* ==== p-tService ==== */
.p-tService, .post .p-tService {
    padding-top: calc(var(--clamp-120) + var(--clamp-60));
    padding-bottom: calc(var(--clamp-100) + var(--clamp-60));
    background: var(--color-primary-shade);
}
.p-tService::before, .post .p-tService::before {
    content: '';
    position: absolute;
	max-width: 1145px;
    width: 60%;
    height: calc(100% - var(--clamp-120));
    bottom: var(--clamp-70);
	right: 0;
	background: #FFF;
}
.p-tService__list, .post .p-tService__list {
    width: 62%;
}
.p-tService__txt, .post .p-tService__txt {
    width: 33%;
	min-width: 400px;
}
@media print, screen and (max-width: 768px) {
	.p-tService, .post .p-tService {
		padding-top: calc(var(--clamp-60) + var(--clamp-60));
		padding-bottom: calc(var(--clamp-60) + var(--clamp-60));
	}
	.p-tService::before, .post .p-tService::before {
		width: 94%;
		right: unset;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.p-tService .content_inner, .post .p-tService .content_inner {
		padding: 0 3%;
	}
	.p-tService__list, .post .p-tService__list {
		width: 100%;
	}
	.p-tService__txt, .post .p-tService__txt {
		width: 100%;
		min-width: unset;
	}
}
/* ==== p-tReason ==== */
.p-tReason, .post .p-tReason {
	padding-top: var(--clamp-80);
	padding-bottom: var(--clamp-80);
}
.p-tReason__txt, .post .p-tReason__txt {
    min-width: 250px;
}
@media print, screen and (max-width: 768px) {
	.p-tReason .card img {
		aspect-ratio: 3/2;
		object-fit: cover;
	}
	
}
/* ==== p-tRecruit ==== */
.p-tRecruit, .post .p-tRecruit {
    background: linear-gradient(#0000178C, #0000178C), url(/wp-content/uploads/top_recruit_01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.p-tRecruit__inner, .post .p-tRecruit__inner {
    background: #FFFFFFF2;
    padding: var(--clamp-100) 3%;
}
@media print, screen and (max-width: 768px) {
	.p-tRecruit, .post .p-tRecruit {
		padding: 5% 0;
		background: linear-gradient(#0000178C, #0000178C), url(/wp-content/uploads/top_recruit_01-sp.jpg);
	}
}
/* ==== p-message ==== */
.p-message, .post .p-message {
    background: linear-gradient(#191970CC, #191970CC), url(/wp-content/uploads/recruit_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media print, screen and (max-width: 768px) {
	.p-message .card img, .post .p-message .card img {
		aspect-ratio: 2/1;
		object-fit: cover;
	}	
}
/* ==== p- ==== */
@media print, screen and (max-width: 768px) {
}
/* ==== p- ==== */
@media print, screen and (max-width: 768px) {
}
/* ==== p- ==== */
@media print, screen and (max-width: 768px) {
}
/* ==== p-cta ==== */
.p-cta {
	margin-bottom: 15px;
	padding-top: var(--clamp-40);
	padding-bottom: var(--clamp-50);
	background: #F9F9F9;
}
.p-cta__inner, .post .p-cta__inner {
    width: 94%;
    max-width: var(--content-max-width);
    margin: 0 auto;
}
.p-cta__txt {
	color: var(--color-primary);
    font-size: var(--font-size16);
    font-weight: 500;
    line-height: 1.5;
	margin-bottom: 1.5em;
}
.p-cta__btnContent {
    display: flex;
    flex-direction: row;
    gap: var(--clamp-50);
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
    width: 100%;
}
.p-cta__tel, .post .p-cta__tel, a.p-cta__tel {
	color: var(--color-primary);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: .2s ease;
}
.p-cta__tel .num {
    font-family: var(--font-family02);
    font-size: var(--font-size34);
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: .3em;
}
.p-cta__tel .num::before {
    content: '\f3cd';
    font-family: 'FontAwesome';
}
.p-cta__tel .sub {
    font-size: var(--font-size14);
    font-weight: 500;
}
.p-cta__tel:hover, .post .p-cta__tel:hover, a.p-cta__tel:hover {
    opacity: .5;
}
@media print, screen and (max-width: 768px) {
}
