@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=Roboto:ital,wght@0,100..900;1,100..900&family=Yuji+Mai&display=swap');
:root {
    /*------▼基本設定▼------*/
    --color-background: #FFFFFF;
    --color-font: #333;
    --color-primary: #010A7B;
    --color-primary-shade: #EFF0F7;
    --color-primary-tint: #A3A3A3;
    --color-secondary: #F73737;
    --color-secondary-tint: #F86464;
    --color-table-border: #CECECE;
    --body-font-size: clamp(14px, .84vw, 16px);
    --body-line-height: 1.65;
    --body-letter-spacing: .03em;
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1100px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #FFFFFF;
    --header-color-font: #333;
    --header-color-primary: #010A7B;
    --header-color-primary-shade: #EFF0F7;
    --header-color-primary-tint: #A3A3A3;
    /*------▼フッター設定▼------*/
    --footer-background: #020B7B;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
    /*------▼フォント設定▼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Roboto", sans-serif;
    --font-family03: "Yuji Mai", serif;
    /*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .63vw, 12px);
	--font-size13: clamp(10px, .73vw, 13px);
    --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-size31: clamp(22px, 1.7vw, 31px);
    --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-size48: clamp(30px, 2.61vw, 48px);
    --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-44: clamp(20px, 2.61vw, 44px);
    --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-190: clamp(100px, 10.42vw, 190px);
    --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_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_w840 {
    max-width: 840px;
}
.max_w740 {
    max-width: 740px;
}
/* == == == == == == == == == == == == == == == == == == 
*  テキスト/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);
}
.post p, .post h1, .post h2, .post h3, .post h4, .post h5 {
    letter-spacing: var(--body-letter-spacing);
}
.post p {
    font-size: var(--font-size16);
    line-height: var(--body-line-height);
    margin-bottom: 1.5em;
    font-weight: 400;
}
.post h2 {
    font-size: var(--font-size28);
    line-height: var(--body-line-height);
    margin-bottom: .5em;
    font-weight: bold;
}
.post h3 {
    font-size: var(--font-size22);
    line-height: var(--body-line-height);
    margin-bottom: .5em;
    font-weight: bold;
}
.post h4 {
    font-size: var(--font-size20);
    line-height: var(--body-line-height);
    margin-bottom: .5em;
    font-weight: bold;
}
.post h5 {
    font-size: var(--font-size18);
    line-height: var(--body-line-height);
    margin-bottom: .5em;
    font-weight: bold;
}
/* ==== text / ユーティリティ ===== */
.weight_400, .post .weight_400 {font-weight: 400}
.weight_500, .post .weight_500 {font-weight: 500}
.weight_600, .post .weight_600 {font-weight: 600}
.weight_regular, .post .weight_regular {font-weight: 400}
.weight_mid, .post .weight_mid {font-weight: 500}
.weight_bold, .post .weight_bold {font-weight: 600}
.weight_black, .post .weight_black {font-weight: 900}
.style_italic, .post .style_italic {font-style: italic;}
.ff_01, .post .ff_01 {font-family: var(--font-family01);}
.ff_02, .post .ff_02 {font-family: var(--font-family02);}
.ff_03, .post .ff_03 {font-family: var(--font-family03);}
.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-black, .post .color-black {color: #000;}
.color-secondary, .post .color-secondary {color: var(--color-secondary);}
.px12, .post .px12 {font-size: var(--font-size12)!important;}
.px13, .post .px13 {font-size: var(--font-size13)!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;}
a:hover .txt-underline {text-decoration: unset;}
.txt-marker, .post .txt-marker {background: linear-gradient(0, #010A7B1A 40%, transparent 40%);}
.txt-bg, .post .txt-bg {
	padding: .2em .3em;
	display: inline-block;
	margin-right: .6em;
}
.text-indent_1 {
    text-indent: 1em;
    display: block;
}
.line-height_1, .post .line-height_1 {line-height: 1;}
.line-height_1-1, .post .line-height_1-1 {line-height: 1.1;}
.line-height_1-2, .post .line-height_1-2 {line-height: 1.2;}
.line-height_1-3, .post .line-height_1-3 {line-height: 1.3;}
.line-height_1-4, .post .line-height_1-4 {line-height: 1.4;}
.line-height_1-5, .post .line-height_1-5 {line-height: 1.5;}
.line-height_1-6, .post .line-height_1-6 {line-height: 1.6;}
.line-height_1-7, .post .line-height_1-7 {line-height: 1.7;}
.line-height_1-8, .post .line-height_1-8 {line-height: 1.8;}
.line-height_1-9, .post .line-height_1-9 {line-height: 1.9;}
.line-height_2, .post .line-height_2 {line-height: 2;}
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.content {position: relative;}
.gap {gap: 4%;}
.box-shadow {box-shadow: 0 3px 20px #5353530D;}
.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: #FAFAFA;}
.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);}
.bg-light, .post .bg-light {background: #FCFAFA;}
.outline {outline: 1px solid;}
.border-radius {
	border-radius: 10px;
    overflow: hidden;
}
.border-radius_20 {
	border-radius: 20px;
    overflow: hidden;
}
.border-bottom {
    border-bottom: 2px solid;
}
.border-top {
    border-top: 2px solid;
}

.anchor_link::before {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.img-area img {
    width: 100%;
}
.txt-area, .img-area {
    position: relative;
}
.googlemap {
    padding-top: 0;
	padding-bottom: clamp(250px, 16.7vw, 320px);
	margin: 0;
}
@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;
}
.img-stretch img {
	height: 100%;
    object-fit: cover;
	object-position: center;
}
.mx-auto, .post .mx-auto {
	margin: 0 auto;
}
.pl1 {
	padding-left: 1em;
}
@media print, screen and (min-width: 769px) {
    .pc_mx-auto {margin: 0 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: 0 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;}
    .sp_object-fit_2-1 img {
        aspect-ratio: 2/1;
        object-fit: cover;
    }   
}
/* == == == == == == == == == == == == == == == == == == 
*  flex / card
* == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
* flex 
* == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc((100% - (var(--clamp-44) * 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: 35px var(--clamp-44);}
.card--col-3 {gap: 20px 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;}
@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 {
		width: 94%;
		margin: 0 auto;
	}
    .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: 100%;
		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(--body-font-size);
    line-height: var(--body-line-height);
    color: var(--color-font);
    background: transparent;
    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-shade);
	}
}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/btn
* == == == == == == == == == == == == == == == == == == */
.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;
}

.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: 2px solid;
    border-bottom: 2px solid;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/eyecatch
* == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-weight: bold;
    font-size: var(--font-size40);
    font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: .45;
    background: var(--color-primary);
}
@media print, screen and (max-width: 1024px) {
	#h1Header #thumb img {
		width: 100%;
        object-fit: cover;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
#breadcrumb {
	background: var(--color-background);
}
#breadcrumb ul li, #breadcrumb ul li a {
	font-weight: 500;
    color: var(--color-font);
}
/* == == == == == == == == == == == == == == == == == == 
 * 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: 400;
    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;
	font-weight: 500;
}
.post h2.cat-loop {
	font-size: var(--font-size18);
	font-weight: 500;
}
.post .post_img img, .post_img img, .post2b img, .post4b img {
    object-fit: cover;
}
.post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
	font-weight: 500;
	font-size: var(--font-size18);
}
.post_link, .post2b_link, .post4b_link {
	color: var(--color-primary);
	border-bottom: 1px solid;
}
.post_link a, .post2b_link a, .post4b_link a {
	color: var(--color-primary);
}
@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 {
		padding: 0 var(--px20);
    }
    #header-layout, .sticky-header #header-layout {
        background: var(--header-background);
        height: 100px;
	}
	nav#mainNav {
		width: 100%;
		max-width: unset;
	}
	.sticky-header #header > .inner {
		background: transparent;
		box-shadow: unset;
	}
	body.sticky-header nav#mainNav {
		margin: 0 auto;
	}
	#header .logo {
		padding: 10px var(--px20);
	}
	#header .logo img {
		width: 100%;
		max-width: 500px;
		max-height: 80px;
	}
	#header .header__nav-contact {
		gap: var(--px24);
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a {
		padding: var(--px20) var(--px24);
	}
	nav#mainNav ul li a b {
		font-family: var(--font-family01);
        font-size: var(--font-size16);
		font-weight: 600;
		letter-spacing: var(--body-letter-spacing);
		color: var(--header-color-font);
		position: relative;
		padding-bottom: 5px;		
	}   
    nav#mainNav ul li a span {
        font-family: var(--font-family02);
        font-size: var(--font-size12);
		font-weight: bold;
		letter-spacing: .05em;
		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(--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(--color-primary);
	}
	nav#mainNav ul li a b::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: var(--color-primary);
		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);
	}
	nav#mainNav ul li.mail {
		display: none;
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ__サブメニュー
 * == == == == == == == == */
    nav#mainNav ul li:hover ul.sub-menu {
        left: 0;
        transform: translateX(0);
        width: 28.75em;
        font-size: var(--font-size16);
    }
	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, 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: #FFFFFFE6;
        border: 2px solid var(--header-color-primary);
        border-bottom-width: 0;
        color: var(--header-color-primary);
        align-items: start;
        font-size: var(--font-size16);
        font-weight: 600;
	}
    nav#mainNav ul li li:last-child a {
        border-bottom-width: 2px!important;
    }
	nav#mainNav ul li ul.sub-menu li a:hover {
        background: var(--header-color-primary);
        color: #FFF;
	}
/* == == == == == == == ==
 * ヘッダー下部__コンタクトナビゲーション
 * == == == == == == == == */
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
	    height: 50px;
	    flex-direction: row;
	    border-radius: 0;
	    width: 11.25em;
        max-width: 180px;
        font-size: var(--font-size16);
		font-family: var(--font-family01);
		font-weight: bold;
		color: var(--header-background);
		background: var(--header-color-primary);
		letter-spacing: var(--body-letter-spacing);
		gap: .5em;
        transition: .5s ease;
    }
	#header a.head_btn::before {
		font-size: 1em;
		margin-bottom: 0; 
	}
	#header a.head_btn:hover {
		background:  #FFF;
		color: var(--header-color-primary);
		opacity: 1;
		outline: 1px solid;
	}
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
.spmenu #menu p {
	margin-bottom: 0;
	    line-height: 1.5;
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: #FFF;
		color: var(--color-font);
		font-family: var(--font-family01);
	}
	nav#mainNav ul li a:hover,
    nav#mainNav ul li.current-menu-item a {
		background: #FFF;
		color: var(--color-primary);
	}
	nav#mainNav ul li li a {
		background: #FFF;
		color: var(--color-font);
		font-family: var(--font-family01);
		font-weight: bold;
    } 
    nav#mainNav ul li.current-menu-item li a,
    nav#mainNav ul li li:last-child a,
	nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item:last-child a {
		background: #FFF;
		color: var(--color-font);
	}
	nav#mainNav ul li li a:hover, 
    nav#mainNav ul li.current-menu-item li a:hover,
    nav#mainNav ul li li:last-child a:hover, 
    nav#mainNav ul li.current-menu-item li:last-child a:hover {
		background: #FFF;
		color: var(--color-primary);
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover,
	nav#mainNav ul li li.current-menu-item:last-child a, nav#mainNav ul li li:last-child a:hover, nav#mainNav ul li.current-menu-item li:last-child a:hover {
		padding-left: 1.5em;
	}
}
/* == == == == == == == == == == == == == == == == == == 
*  フッター調整/footer 
* == == == == == == == == == == == == == == == == == == */
#footer {
	padding-top: 0;
    padding-bottom: 15px;
	text-align: left;
}
#footer .footer-content {
	background-color: #F9F9F9;
}
#footer a {
	transition: .5s ease;
}
#footer .inner {
	padding-top: var(--clamp-30);
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	background: #707070;
}
#footer .footer__logo:not(:last-child) {
	text-align: left;
	margin-bottom: 0;
}
#footer .footer__logo img {
	max-width: 500px;
}
#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) { 
	#footer {
		text-align: center;
	}
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
}
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / 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 {
    line-height: 1;
    font-size: var(--font-size28);
    position: relative;
    color: var(--color-primary);
    text-align: center;
    padding: 1em 0;
}
.c-ttl-01 .en, .post .c-ttl-01 .en {
    font-weight: 500;
    font-family: var(--font-family02);
    font-size: 3em;
    opacity: .08;
    position: absolute;
    left: 50%;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    white-space: nowrap;
}
.c-ttl-01 .jp, .post .c-ttl-01 .jp {
    font-weight: bold;
    line-height: 1.45;
    position: relative;
    z-index: 1;
}
/* ==== c-ttl-02 ==== */
.c-ttl-02, .post .c-ttl-02 {
    font-size: var(--font-size20);
    font-weight: bold;
    border-left: .5em solid var(--color-primary);
    padding-left: .5em;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1em;
    text-align: left;
}

/* ==== c-subTtl ==== */
/* .c-subTtl, .post .c-subTtl {
} */
/* ==== c-btn-content ==== */
.c-btn-content, .post .c-btn-content {
    display: flex;
    flex-direction: row;
    gap: 20px var(--clamp-40);
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
	position: relative;
	z-index: 10;
}
.c-btn-content--page, .post .c-btn-content--page {
    gap: var(--clamp-20) 12px;
}
@media print, screen and (min-width: 769px) {
    .c-btn-content--left, .post .c-btn-content--left {
        justify-content: flex-start;
    }
    .c-btn-content--right, .post .c-btn-content--right {
        justify-content: flex-end;
    }
}
@media print, screen and (max-width: 768px) {
	.c-btn-content, .post .c-btn-content {
		gap: 10px;
	}
}

/* ==== c-btn ==== */
.c-btn, .post .c-btn, a.c-btn {
    transition: .5s ease;
    display: inline-block;
    position: relative;
    font-size: var(--font-size18);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    text-align: center; 
    color: #FFF;
    background: var(--color-primary);
    width: 90%;
    max-width: 280px;
    padding: .8em 3em;
    border-radius: 50vw;
}
.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);
    outline: 1px solid;
}
.c-btn::after, .post .c-btn::after, a.c-btn::after {
    content: '\f0a9';
    position: absolute;
    font-family: 'FontAwesome';
    right: 1.2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
	font-weight: 500;
}
.c-btn--page, .post .c-btn--page, a.c-btn--page {
    border-radius: 0;
    background-color: #FFF;
    outline: 2px solid var(--color-primary);
    color: var(--color-primary);
    padding: .5em 1em;
    max-width: unset;
    width: auto;
    transition: .3s ease;
	display: flex;
    justify-content: center;
    align-items: center;
}
.c-btn--page::after, .post .c-btn--page::after, a.c-btn--page::after {
    display: none;
}
.c-btn--page:hover, .post .c-btn--page:hover, a.c-btn--page:hover {
    background: var(--color-primary);
    color: #FFF;
    transform: translateY(0);
    outline: 2px solid var(--color-primary);
}
.c-btn--contact, .post .c-btn--contact, a.c-btn--contact {
    max-width: 320px;
}
@media print, screen and (max-width: 499px) {
	.c-btn--page, .post .c-btn--page, a.c-btn--page {
		width: 100%;
	}
}
/* ==== .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: 0;
}
table.c-table th, .post table.c-table th {
    border-bottom: 1px solid var(--color-primary);
} 
table.c-table td, .post table.c-table td {
    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-shade);
	}
}
/* ==== .c-table--cols-4 ==== */
table.c-table--cols-4, table.c-table--cols-4 th, table.c-table--cols-4 td,
.post table.c-table--cols-4, .post table.c-table--cols-4 th, .post table.c-table--cols-4 td {
    border: 1px solid var(--color-table-border);
    vertical-align: middle;
}
table.c-table--cols-4 th, .post table.c-table--cols-4 th {
    background: var(--color-primary-shade);
    text-align: center;
}
table.c-table--cols-4 th, .post table.c-table--cols-4 th,
table.c-table--cols-4 td, .post table.c-table--cols-4 td {
    padding: 1em;
}
table.c-table--cols-4 th:nth-child(1), .post table.c-table--cols-4 th:nth-child(1),
table.c-table--cols-4 td:nth-child(1), .post table.c-table--cols-4 td:nth-child(1) {
    width: 15%;
}
table.c-table--cols-4 th:nth-child(2), .post table.c-table--cols-4 th:nth-child(2),
table.c-table--cols-4 td:nth-child(2), .post table.c-table--cols-4 td:nth-child(2) {
    width: 25%;
}
table.c-table--cols-4 th:nth-child(3), .post table.c-table--cols-4 th:nth-child(3),
table.c-table--cols-4 td:nth-child(3), .post table.c-table--cols-4 td:nth-child(3) {
    width: 30%;
}
table.c-table--cols-4 th:nth-child(4), .post table.c-table--cols-4 th:nth-child(4),
table.c-table--cols-4 td:nth-child(4), .post table.c-table--cols-4 td:nth-child(4) {
    width: 30%;
}
@media print, screen and (max-width: 1023px) {
}
@media print, screen and (max-width: 768px) {
    table.c-table--cols-4 th, .post table.c-table--cols-4 th,
    table.c-table--cols-4 td, .post table.c-table--cols-4 td {
        width: inherit;
        display: table-cell;
    }
}
/* ==== .c-table--row-header ==== */
table.c-table--row-header thead th, .post table.c-table--row-header thead th {
    background: var(--color-primary);
    color: #FFF;
    text-align: center;
}
/*  */
.content_scroll-x, .post .content_scroll-x {
    width: 100%;
    overflow-x: scroll;  
    margin: 0 auto;  
}
.content_scroll-x table, .post .content_scroll-x table {
    min-width: 860px;
}
/* ==== c-tabs ==== */
.c-tabs {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 25px;
}
.c-tab_item {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 1px solid;
    background-color: #FFF;
    color: var(--color-primary);
    line-height: 1.5;
    font-size: var(--font-size20);
    font-weight: bold;
    text-align: center;
    padding: .8em 1.5em;
    transition: all 0.2s ease;
    cursor: pointer;
}
.c-tab_item:hover {
    color: #FFF;
    background-color: var(--color-primary);
}
input[name="c-tab_item"] {
    display: none;
}
.c-tab_content {
    display: none;
    clear: both;
    overflow: hidden;
    width: 100%;
    margin-top: var(--clamp-20);
}
#a:checked ~ #a_content,
#b:checked ~ #b_content {
    display: block;
}
.c-tabs input:checked + .c-tab_item {
    background-color: var(--color-primary);
    color: #fff;
}
@media print, screen and (max-width: 768px) {	
	.c-tabs {
		gap: 10px;
	} 
	.c-tab_item {
		flex: 1;
		padding: .5em;
	}
}
/* ==== c-list-check ==== */
.c-list-check, .post .c-list-check {
    gap: 10px;
	display: flex;
}
.c-list-check__item, .post .c-list-check__item {
    font-size: var(--font-size18);
    font-weight: bold;
    color: var(--color-font);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .75em;
}
.c-list-check__item i, .post .c-list-check__item i {
    font-size: 1.5em;
    color: var(--color-primary);
}
@media print, screen and (max-width: 768px) {	
}
/* ==== c-flow ==== */
.c-flow, .post .c-flow {
    display: flex;
    flex-direction: column;
    gap: var(--clamp-40);
}
.c-flow__item, .post .c-flow__item {
    display: flex;
    flex-direction: row;
    position: relative;
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height)
}
.c-flow__item::after, .post .c-flow__item::after {
    content: '';
    position: absolute;
    border-top: calc(var(--clamp-40) * .6) solid var(--color-primary);
    border-left: var(--clamp-50) solid transparent;
    border-right: var(--clamp-50) solid transparent;
    bottom: calc((var(--clamp-40) * .6) * -1);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.c-flow__item:last-child::after, .post .c-flow__item:last-child::after {
	display: none;
}
.c-flow__num, .post .c-flow__num {
    font-size: var(--font-size36);
    font-family: var(--font-family02);
    font-weight: bold;
    background: var(--color-primary);
    color: #FFF;
    width: 3.8em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    border-radius: 5px 0 0 5px;
    padding: .5em;
}
.c-flow__num::before, .post .c-flow__num::before {
    content: 'STEP';
    font-size: .5em;
}
.c-flow__txt, .post .c-flow__txt {
    background: var(--color-primary-shade);
    flex: 1;
    padding: min(5%, 35px) min(5%, 50px);
    border-radius: 0 5px 5px 0;   
}
@media print, screen and (max-width: 768px) {	
    .c-flow__item, .post .c-flow__item {
        flex-direction: column;
    }
    .c-flow__num, .post .c-flow__num,
    .c-flow__txt, .post .c-flow__txt {
        flex: 1;
        width: auto;
    }
    .c-flow__num, .post .c-flow__num {
        border-radius: 5px 5px 0 0;
    }
    .c-flow__txt, .post .c-flow__txt {
        border-radius: 0 0 5px 5px;
        padding: 3% 3% 5%;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* project / p-~~
* == == == == == == == == == == == == == == == == == == */
/* ==== p-tAbout ==== */
.p-tAbout {
    padding-top: var(--clamp-70);
    padding-bottom: var(--clamp-90);
    position: relative;
    background-image: linear-gradient(#0000008C, #0000008C), url(/wp-content/uploads/top_about_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media print, screen and (max-width: 768px) {	
    /* .p-tAbout {background-image: linear-gradient(#0000008C, #0000008C), url(/wp-content/uploads/top_about_bg-sp.jpg);} */
}
/* ==== p-tFeatures ==== */
.p-tFeatures {
    padding-top: var(--clamp-40);
    padding-bottom: var(--clamp-100);
    background-image: url(/wp-content/uploads/top_features_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.p-tFeatures .card h3 {
    margin-top: -2.5em;
}
@media print, screen and (max-width: 768px) {
    .p-tFeatures .card h3 {
        margin-top: -2.2em;
        margin-top: 0;
    }	
}
/* ==== p-tService ==== */
.p-tService {
    padding-top: var(--clamp-120);
    padding-bottom: 0;
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-tProduct ==== */
.p-tProduct {
    padding-top: var(--clamp-60);
    padding-bottom: var(--clamp-60);
}
.p-tProduct .icon-area {
    width: 15%;
    max-width: 32px;
    height: auto;
    margin: 0 auto 10px;
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-tNews ==== */
.p-tNews {
    padding-top: var(--clamp-60);
    padding-bottom: var(--clamp-80);
    background-color: #F8F9FD;
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-btnArea  ==== */
.p-btnArea {
	position: relative;
	z-index: 10;
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p- ==== */
@media print, screen and (max-width: 768px) {	
}
