@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=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
    /*------▼基本設定▼------*/
    --color-background: #F9F9F8;
    --color-font: #38473E;/* #313A35 */
    --color-primary: #3B7751;
    --color-primary-shade: #3A6048;
    --color-primary-tint: #5AAA77;
    --color-secondary: #F73737;
    --color-secondary-tint: #F86464;
    --color-table-border: #CECECE;
    --body-font-size: clamp(14px, .84vw, 16px);
    --body-line-height: 2;
    --body-letter-spacing: .03em;
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1240px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #F9F9F8;
    --header-color-font: #313A35;
    --header-color-primary: #3B7751;
    --header-color-primary-shade: #3A6048;
    --header-color-primary-tint: #5AAA77;
    --header-font-size: clamp(12px, .94vw, 18px);
    /*------▼フッター設定▼------*/
    --footer-background: #3B7751;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
    /*------▼フォント設定▼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Shippori Mincho", serif;
    --font-family03: "Montserrat", sans-serif;
    /*------▼フォントサイズ設定▼------*/
    --font-size10: clamp(8px, .63vw, 10px);
    --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(22px, 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_w1700 {
    max-width: 1700px;
}
.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 {
    letter-spacing: var(--body-letter-spacing);
}
.post h1, .post h2, .post h3, .post h4, .post h5 {
    letter-spacing: .2em;
    font-family: var(--font-family02);
}
.post p {
    font-size: var(--font-size16);
    line-height: var(--body-line-height);
    margin-bottom: 1.5em;
    font-weight: 500;
}

.post h2 {
    font-size: var(--font-size38);
    line-height: 1.5;
    margin-bottom: .7em;
    font-weight: bold;
}
.post h3 {
    font-size: var(--font-size26);
    line-height: 1.5;
    margin-bottom: .7em;
    font-weight: bold;
}
.post h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: .7em;
    font-weight: bold;
}
.post h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: .7em;
    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: bold}
.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-red, .post .color-red {color: #EE3F3E;}
.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;}
.px48, .post .px48 {font-size: var(--font-size48)!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, #FFFF0099 40%, transparent 40%);}
.txt-bg, .post .txt-bg {
	padding: 0 .5em;
	display: inline-block;
	margin-right: .6em;
    background: var(--color-primary);
    color: #FFF;
}
.txt-outline, .post .txt-outline {
	padding: 0 2em .2em;
	display: inline-block;
    border: 2px solid var(--color-primary);
}
.txt-bg--opacity, .post .txt-bg--opacity {
    background: #3B7751CC;
}
.txt-object {
    font-size: clamp(60px, 6vw, 114px);
    font-weight: 300;
    font-family: var(--font-family03);
    display: block;
    line-height: 1;
    letter-spacing: .2em;
    margin-top: -.7em;
    z-index: -1;
    opacity: .1;
}
.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;}
.letter-spacing_normal, .post .letter-spacing_normal {letter-spacing: var(--body-letter-spacing);}
.letter-spacing_wide, .post .letter-spacing_wide {letter-spacing: .2em;}
@media print, screen and (max-width: 768px) {
	.letter-spacing_wide, .post .letter-spacing_wide {letter-spacing: .05em;}
}
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.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, .post .bg-white {background: #FFF;}
.bg-body, .post .bg-body {background: var(--color-background);}
.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 #3B77514D;}
.outline-bold {outline: 2px solid var(--color-primary);}
.border-radius {
	border-radius: 8px;
    overflow: hidden;
}
.border-radius_20 {
	border-radius: 20px;
    overflow: hidden;
}
.border-bottom {
    border-bottom: 1px solid var(--color-primary)!important;
}
.border-bottom-light {
    border-bottom: 1px solid #3B77514D!important;
}
.border-top {
    border-top: 2px solid;
}

.anchor_link::before {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}

.txt-area, .img-area {
    position: relative;
}
.img-area {
	z-index: 1;
}
.img-area--icon {
    width: 30%;
    max-width: 100px;
    margin: 0 auto;
}
.img-area img {
    width: 100%;
}
.googlemap {
    padding-top: 0;
	padding-bottom: clamp(250px, 24vw, 450px);
	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;}
.col__map iframe {
  width: 100%;
  height: 100%;
}
@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: var(--clamp-30) var(--clamp-40);}
.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-40) * 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__item--outline { border: 1px solid #3B77514D;}
.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;
}
.post table th {
	font-weight: bold;
}
@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: #FFF;
	}
}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/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: 50vw;
    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-size48);
    font-family: var(--font-family02);
}
#thumbImg::before, header#h1Header::before {
    opacity: .3;
    background: #000000;
}
@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);
	font-family: var(--font-family01);
	letter-spacing: var(--body-letter-spacing);
}
.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: 400px;
		max-height: 35px;
	}
	#header .header__nav-contact {
		gap: var(--px24);
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a {
		padding: var(--px20);
	}
	nav#mainNav ul li a b {
		font-family: var(--font-family03);
        font-size: var(--header-font-size);
		font-weight: bold;
		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 a b::before {
        font-family: 'FontAwesome';
		margin-right: .2em;
		font-weight: 500;
	}
    nav#mainNav ul li.store a b::before {
        content: '\f07a';
    }
    nav#mainNav ul li.form a b::before {
        content: '\f0e0';
    }
	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::after {
		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::after,
	nav#mainNav ul li.current-menu-item a b::after,
	nav#mainNav ul li a:active b::after, 
	nav#mainNav ul li.current-menu-parent a b::after {
		-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(--header-font-size);
		font-family: var(--font-family03);
		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;
	}
/* == == == == == == == ==
 * トップページ調整
 * == == == == == == == == */
    .home #header {
        position: absolute;
        background: transparent;
    }
    .home #header-layout {
        background: transparent;
    }
    .sticky-header #header-layout {
        background: #FFF;
    }
    .home #header nav#mainNav ul li a b {
        color: #FFF; 
    }
    .sticky-header #header nav#mainNav ul li a b {
        color: var(--header-color-font);
    }
    .home #header nav#mainNav ul li.current-menu-item a b, 
    .home #header nav#mainNav ul li a:hover b, 
    .home #header nav#mainNav ul li a:active b, 
    .home #header nav#mainNav ul li.current-menu-parent a b {
        color: var(--color-primary);
    }	
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
.spmenu #menu p {
	margin-bottom: 0;
	    line-height: 1.5;
}
body.mobile {
	margin-top: 0;
}
@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 {
		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,
    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-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: 5px;
	text-align: left;
}
#footer .footer-content {
	background: linear-gradient(#3B7751E6, #3B7751E6), url(/wp-content/uploads/footer_bg.jpg) center / cover no-repeat;
    padding: var(--clamp-80) 0;
}
#footer a {
	transition: .5s ease;
}
#footer .inner {
	padding-top: var(--px16);
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	background: #FFF;
}
#footer ul li a {
	font-size: calc(var(--font-size16) - 1px);
}
#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: 5px 0;
    margin: 0;
	font-size: var(--font-size16);
}
@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;
	}
	#footer .footer__logo img {
		width: 80%;
	}
}
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / 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 {
    font-size: var(--font-size48);
    line-height: 1.4;
    text-align: left;
}
.c-ttl-01 .sub, .post .c-ttl-01 .sub {
    position: relative;
    padding-left: 3em;

}
.c-ttl-01 .sub::before, .post .c-ttl-01 .sub::before {
    position: absolute;
    content: '';
    width: 2em;
    height: 2px;
    border-bottom: 2px solid;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
	.c-ttl-01--right, .post .c-ttl-01--right {
		text-align: right;
	}
}

/* ==== c-ttl-02 ==== */
.c-ttl-02, .post .c-ttl-02 {
    display: block;
    background: var(--color-primary);
    font-size: var(--font-size26);
    color: #FFF;
    text-align: center;
    padding: .5em .3em;
}
/* ==== c-ttl-bar ==== */
.c-ttl-bar, .post .c-ttl-bar {
    font-size: var(--font-size26);
    font-weight: bold;
    font-family: var(--font-family02);
    letter-spacing: .2em;
    color: #FFF;
    background: var(--color-primary-shade);
    padding: 2.3em 1em;
    position: relative;
	margin-bottom: 0;
	text-align: center;
}
.c-ttl-bar::before, .post .c-ttl-bar::before, .c-ttl-bar::after, .post .c-ttl-bar::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    left: 0;
    z-index: 0;
}
.c-ttl-bar::before, .post .c-ttl-bar::before {
    top: .38em;
}
.c-ttl-bar::after, .post .c-ttl-bar::after {
    bottom: .38em;
}
/* ==== 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;
}
@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 ==== */
.c-btn, .post .c-btn, a.c-btn {
    transition: .5s ease;
    display: inline-block;
    position: relative;
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: 500;
    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: 320px;
    padding: .8em 3em;
    border-radius: 50vw;
    outline: 2px solid;
}
.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 {
    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--store::before, .c-btn--form::before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	font-size: 1.2em;
}
.c-btn--store::before {
    content: '\f07a';
}
.c-btn--form::before {
    content: '\f0e0';
}
@media print, screen and (max-width: 499px) {

}
/* ==== .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: 1px solid #C3D6CA;
}
table.c-table th, .post table.c-table th {
    background-color: var(--color-primary);
    color: #FFF;
} 
table.c-table td, .post table.c-table td {
    background-color: #FFF;
}
@media print, screen and (max-width: 768px) {
	table.c-table th, .post table.c-table th {
		background: var(--color-primary-shade);
	}
}
/*  */
.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: 540px;
}
/* ==== c-tabs ==== */
.c-tabs {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
}
.c-tab_item {
    display: flex;    
	justify-content: center;
    align-items: center;	
    border: 2px solid var(--color-primary);
    background-color: #FFF;
    color: var(--color-primary);
    font-family: var(--font-family02);
    font-weight: bold;
    font-size: var(--font-size26);
    line-height: 1.5;
    letter-spacing: .2em;
    text-align: center;
    padding: .5em 1.5em;
    transition: all 0.2s ease;
    cursor: pointer;
    width: calc(100%/2);
    border-radius: 20px 20px 0 0;
}
.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%;
    padding: var(--clamp-40) 0;
    background-color: #FFF;
    border: 2px solid var(--color-primary);
    border-top: 0;
}
#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) {	
}
@media print, screen and (max-width: 768px) {	
	.c-tab_item {
		font-size: var(--font-size18);
	}
}
/* ==== c-list-check ===== */
.c-list-check, .post .c-list-check {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.c-list-check li, .post .c-list-check li {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: start;
    width: calc((100% - (var(--clamp-40) * 1)) / 2);
    border-bottom: 1px solid #3B77514D;
    padding-bottom: 10px;
    line-height: 1.5;
    margin-bottom: 15px;
	gap: 10px;
}
.c-list-check .ttl, .post .c-.list-check .ttl {
    font-size: var(--font-size20);
    font-weight: bold;
    padding-left: 2em;
    position: relative;
}
.c-list-check .ttl::before, .post .c-.list-check .ttl::before {
    content: '';
    position: absolute;
    width: 1.25em;
    height: 1em;
    background: url(/wp-content/uploads/icon_check.png) center / contain no-repeat;
    left: 0;
    top: .3em;
}
.c-list-check .desc, .post .c-.list-check .desc {
	font-size: var(--fotn-size16);
	font-weight: 500;
}
@media print, screen and (max-width: 768px) {	
	.c-list-check, .post .c-list-check {
		padding: 3%;
	}
	.c-list-check li, .post .c-list-check li {
		width: 100%;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 *  アコーディオン
 *  == == == == == == == == == == == == == == == == == == */
 .qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: 500;
	font-family: var(--font-family01);
	font-size: var(--font-size20);
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 2rem 1.5rem;
	background: var(--color-primary);
	border: 1px solid;
	color: #FFF;
	border-radius: 0;
	border: 1px solid var(--color-primary);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 2rem 1.5rem;
	margin: 0 0 1rem 0;
	border: 1px solid #C3D6CA;
	border-top: 0;
	font-size: var(--font-size16);
	font-weight: 500;
	font-family: var(--font-family01);
	border-radius: 0;
	background: #FFF;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
}
.qa_list .qa_list_inner .q_desc {
	line-height: 1.7;
	display: flex;
	align-items: center;
	padding: 0 calc(var(--font-size32) * 1.5);
	position: relative;
}
.qa_list .qa_list_inner .a_desc {
    line-height: 1.8;
    width: 100%;
    font-weight: 500;
    padding: 0 calc(var(--font-size32) * 1.5);
    position: relative;
}
.qa_list .qa_list_inner dt:after {
	content: '＋';
	position: absolute;
	top: 50%;
	right: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 400;
	font-size: var(--font-size32);
}
.qa_list .qa_list_inner .active:after {
    content: 'ー';
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.q_icon, .a_icon {
    font-size: var(--font-size32);
    font-family: var(--font-family03);
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.a_icon {
    color: var(--color-primary);
}
@media only screen and (max-width: 959px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 559px) {
}
/* scroll-down  */
.scroll-down {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.scroll-down .line {
  position: relative;
  width: 1px;
  height: 100px;
  background-color: #FFF;
/*   overflow: hidden; ← 必要に応じて削除してもOK */
}
.scroll-down .bar {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 20px;
  background-color: #FFF;
  border-radius: 50%;
  opacity: 0;
  animation: dotMove 2s cubic-bezier(0.45, 0, 0.55, 1) infinite;;
}
@keyframes dotMove {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    top: 100%;
  }
}

/* == == == == == == == == == == == == == == == == == == 
* project / p-~~
* == == == == == == == == == == == == == == == == == == */
/* ==== body ==== */
body {
    position: relative;
}
body::before {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -2;
}
body.home::before {
    content: '';
    background: url(/wp-content/uploads/top_bg.jpg) center / cover no-repeat;
}
body.page-mission::before {
    content: '';
    background: url(/wp-content/uploads/mission_bg.jpg) center / cover no-repeat;
}
/* ==== p-tProducts ==== */
.p-tProducts {
	position: absolute;
	top: -29vw;
/* 	display: none; */
}
.p-tProducts__content {
    background-color: #00000099;
    outline: #FFFFFF99 solid 2px;
    border-radius: 20px 0 0 20px;
    width: 40%;
    margin-left: auto;
    padding: min(3%, 15px) min(3%, 40px) min(5%, 25px);
}
.p-tProducts__ttl, .post .p-tProducts__ttl {
    font-size: var(--font-size30);
	font-family: var(--font-family03);
	font-weight: 500;	
    color: #FFF;
    text-align: left;
}
.p-tProducts__name, .post .p-tProducts__name {
    font-size: var(--font-size14);
    line-height: 1.5;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 5px;
}
.p-tProducts__price, .post .p-tProducts__price {
    font-size: var(--font-size10);
    line-height: 1.5;
    font-weight: 500;
    color: #FFF;
    margin-bottom: .0;
}
.p-tProducts__list, .post .p-tProducts__list {
    display: flex;
    flex-direction: row;
    gap: var(--clamp-40);
    margin-top: 10px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 4px solid #FFF;
}
.p-tProducts__list::after, .post .p-tProducts__list::after {
    content: '';
    position: absolute;
    width: var(--clamp-100);
    height: 4px;
    background-color: var(--color-primary);
    left: 0;
    bottom: -4px;
    z-index: 0;
}
.p-tProducts__item, .post .p-tProducts__item {
    position: relative;
}
.p-tProducts__item::after, .post .p-tProducts__item::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 30%;
    background-color: #FFF;
    right: calc(var(--clamp-20) * -1);
    bottom: calc(var(--font-size14) + var(--font-size10) * 4);
    z-index: 0;
}
.p-tProducts__item img, .post .p-tProducts__item img {
    width: 100%;
    height: auto;
	margin-bottom: 5px;
}
@media print, screen and (max-width: 1240px) {	
	.p-tProducts {
		top: -34vw;
	}
}
@media print, screen and (max-width: 1023px) {	
	.p-tProducts {
		position: relative;
		top: unset;	
	}
	.p-tProducts__content {
		width: 90%;
		padding: var(--clamp-20) 5% var(--clamp-40);
		margin: 30px auto;
		border-radius: 20px;
	}
}
/* ==== p-tMission ==== */
.p-tMission {
    padding: var(--clamp-150) 0;
    background: var(--color-background);
}
.p-tMission .txt-inner {
    position: relative;
    padding-bottom: 23%;
    z-index: 0;
}
.p-tMission .txt-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 85%;
    background: url(/wp-content/uploads/top_mission_bg.png) center / contain no-repeat;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.p-tMission__img-01 {
    padding-right: 22%;
    padding-bottom: 18%;
} 
.p-tMission__img-02 {
    position: absolute;
    width: 53%;
    bottom: 0;
    right: 0;
    z-index: 0;
} 
.p-tMission__icon-01, .p-tMission__icon-02 {
    position: absolute;
}
.p-tMission__icon-01 {
    width: 15%;
    right: 16%;
    top: -12%;
    z-index: 1;
}
.p-tMission__icon-02 {
    width: 18%;
    right: 0;
    bottom: 0;
}
@media print, screen and (min-width: 769px) {	
	.p-tMission .txt-area {
		min-width: 350px;
	}
}
@media print, screen and (max-width: 768px) {	
	.p-tMission {
	    padding-top: var(--clamp-100);
	    padding-bottom: var(--clamp-20);
	}

}
/* ==== p-tAbout ==== */
.p-tAbout {
    background-color: var(--color-background);
    padding-bottom: var(--clamp-100);
} 
.p-tAbout .flexbox {
    margin-top: var(--clamp-100);
}
.p-tAbout .flexbox:first-child {
    margin-top: 0;
}
.p-tAbout .flexbox:nth-child(odd) img {
    border-radius: var(--clamp-60) 0 0 0;
}
.p-tAbout .flexbox:nth-child(even) img {
    border-radius: 0 var(--clamp-60) 0 0;
}
.p-tAbout .img-area img {
    height: 100%;
    object-fit: cover;
}
.p-tAbout .txt-inner {
    padding-bottom: 18%;
    width: 90%;
    margin: 0 auto;
    padding-top: 15%;
}
.p-tAbout__icon {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 25%;
} 
.p-tAbout__num {
    font-size: clamp(60px, 6.25vw, 120px);
    font-weight: bold;
    font-family: var(--font-family02);
    color: var(--color-primary);
    opacity: .1;
    line-height: 1.5;
    position: absolute;
    left: 4%;
    top: 0;
}
@media print, screen and (min-width: 769px) {	
	.p-tAbout {
		padding-bottom: var(--clamp-20);
	}
	.p-tAbout .txt-area {
		min-width: 400px;
	}
	.p-tAbout .txt-inner {
	    max-width: 460px;
	}
}
@media print, screen and (max-width: 768px) {	
	.p-tAbout .flexbox {
		margin-top: var(--clamp-60);
	}
	.p-tAbout .img-area {
		width: 94%;
	}
	.p-tAbout .flexbox:nth-child(odd) .img-area {
		margin-left: auto;
	}
	.p-tAbout .flexbox:nth-child(even) .img-area {
		margin-right: auto;
	}
}
/* ==== p-tSendangusa ==== */
.p-tSendangusa {
    background: #021C3533;
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-100);
}
.p-tSendangusa__img-01 {
    padding-left: 22%;
    padding-bottom: 18%;
} 
.p-tSendangusa__img-02 {
    position: absolute;
    width: 53%;
    bottom: 0;
    left: 0;
    z-index: 0;
} 
@media print, screen and (min-width: 769px) {	
	.p-tSendangusa .txt-area {
		min-width: 350px;
	}
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-tMenu ==== */
.p-tMenu__list, .post .p-tMenu__list {
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
}
.p-tMenu__list li, .post .p-tMenu__list li {
    width: calc(100% / 3);
    position: relative;
    overflow: hidden;
}
.p-tMenu__list a, .post .p-tMenu__list a {
    display: block;
}
.p-tMenu__list a::before, .post .p-tMenu__list a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000BF;
    opacity: .8;
    z-index: 2;
    top: 0;
    left: 0;
    transition: .5s ease;
}
.p-tMenu__list .img-area img, .post .p-tMenu__list .img-area img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: 1s;
}
.p-tMenu__list .txt-area, .post .p-tMenu__list .txt-area {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-tMenu__list a:hover::before {
    opacity: .5;
}
.p-tMenu__list a:hover img {
    opacity: .8;
    transform: scale(1.1);
}
@media print, screen and (max-width: 768px) {	
	.p-tMenu__list li, .post .p-tMenu__list li {
		width: calc(100% / 1);
	}
	.p-tMenu__list .img-area img, .post .p-tMenu__list .img-area img {
		aspect-ratio: 2 / 1;
	}
}
/* ==== p-tInformation ==== */
.p-tInformation {
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-100);
    background-color: var(--color-background);
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-mission ==== */
body.mission::before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: url(/wp-content/uploads/top_bg.jpg) center / cover no-repeat;
    top: 0;
    left: 0;
    z-index: -2;
}
.p-mission {
    background-color: #021C3580;
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-reason ==== */
.p-reason__cardItem .num {
    position: relative;
    padding-bottom: .5em;
}
.p-reason__cardItem .num::after {
    content: '';
    position: absolute;
    width: .7em;
    height: 2px;
    border-bottom: 2px solid;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.p-reason__cardItem .ttl {
    position: relative;
    padding: 1.2em 1.5em .5em;
    margin-bottom: 0;
    display: inline-block;
}
.p-reason__cardItem .ttl::after {
    content: '';
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
}
.p-reason__cardItem:nth-child(1) .ttl::after {
    background-image: url(/wp-content/uploads/reason_icon_01.png);
}
.p-reason__cardItem:nth-child(2) .ttl::after {
    background-image: url(/wp-content/uploads/reason_icon_02.png);
}
.p-reason__cardItem:nth-child(3) .ttl::after {
    background-image: url(/wp-content/uploads/reason_icon_03.png);
}
.p-reason__cardItem:nth-child(4) .ttl::after {
    background-image: url(/wp-content/uploads/reason_icon_04.png);
}
.p-reason .txt-area {
    padding: var(--clamp-60) 0;
}
.p-reason .flexbox .txt-area::before {
    position: absolute;
    content: '';
    width: 180%;
    max-width: 1580px;
    height: 100%;    
    background-color: #FFF;
    bottom: 0;
    z-index: 0;
}
.p-reason .flexbox:nth-child(even) .txt-area::before {
    right: 0;
}
.p-reason .flexbox:nth-child(odd) .txt-area::before {
    left: 0;
}
@media print, screen and (min-width: 769px) {
    .p-reason__cardItem {
        padding-inline: 3%;
    }
	.p-reason .flexbox:nth-child(even) .img-area {
		padding-left: 20px;
	}
	.p-reason .flexbox:nth-child(odd) .img-area {
		padding-right: 20px;
	}
    .p-reason__cardItem:nth-child(1), .p-reason__cardItem:nth-child(2) {
        border-bottom: 1px solid #3B77514D;
    }
    .p-reason__cardItem:nth-child(1), .p-reason__cardItem:nth-child(3) {
        border-right: 1px solid #3B77514D;
    }
    .p-reason .txt-area {
        min-height: 480px;
    }
}
@media print, screen and (max-width: 768px) {
    .p-reason__cardItem	{
        border-bottom: 1px solid #3B77514D;
    }
    .p-reason__cardItem:last-child {
        border-width: 0;
    }
}
/* ==== p-strengths ==== */
.p-strengths__cardItem {
    border-top: 4px solid var(--color-primary);
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-what ==== */
.p-what {
    background: url(/wp-content/uploads/what_bg.jpg) center / cover no-repeat;
}
@media print, screen and (max-width: 768px) {	
    .p-what {
        background: url(/wp-content/uploads/what_bg-sp.jpg) center / cover no-repeat;
    }

}
/* ==== p-feature ==== */
.p-feature__table, .post .p-feature__table, 
.p-feature__table th, .post .p-feature__table th, 
.p-feature__table td, .post .p-feature__table td {
    border: 1px solid #DDDDDD;
}
.p-feature__table th, .post .p-feature__table th, 
.p-feature__table td, .post .p-feature__table td {
    text-align: center;
    padding: .8em;
    line-height: 1.5;
}
.p-feature__table th, .post .p-feature__table th {
    font-size: var(--font-size24);
    font-weight: bold;    
    padding: .5em;
    background-color: var(--color-primary);
    color: #FFF;
    width: 40%;
}
.p-feature__table th:first-child, .post .p-feature__table th:first-child {
    background-color: var(--color-primary-tint);
    width: 60%;
}
.p-feature__table td, .post .p-feature__table td {
    font-size: var(--font-size20);
    font-weight: 500;
    min-height: 80px;
	background-color: #FFF;	
}

@media print, screen and (max-width: 768px) {	
	.p-feature__table th, .post .p-feature__table th, .p-feature__table td, .post .p-feature__table td {
		display: table-cell;
		width: auto;
	}
}
/* ==== p-banner ==== */
.p-banner {
    padding: var(--clamp-40) 3%;
    position: relative;
    background: linear-gradient(90deg, transparent 40%, #3A4A40 55%), url(/wp-content/uploads/banner_01.jpg) 20% / cover no-repeat;
}
.p-banner::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #FFF;
    left: 10px;
    top: 10px;
    z-index: 1;
}
.p-banner .img-area {
    z-index: 0;
}

@media print, screen and (max-width: 768px) {	
    .p-banner {
        background: var(--color-primary-shade);
        padding: 0;
    }
    .p-banner .txt-area {
        padding: var(--clamp-40) 5% var(--clamp-60);
    }
}
/* ==== p-travel ==== */
.p-travel {
    background: url(/wp-content/uploads/travel_bg.jpg) center / cover no-repeat;
}
@media print, screen and (max-width: 768px) {	
    .p-travel {
        background: url(/wp-content/uploads/travel_bg-sp.jpg) center / cover no-repeat;
    }
}
/* ==== p-travel ==== */
.p-travel {
    background: url(/wp-content/uploads/travel_bg.jpg) center / cover no-repeat;
}
@media print, screen and (max-width: 768px) {	
    .p-travel {
        background: url(/wp-content/uploads/travel_bg-sp.jpg) center / cover no-repeat;
    }
}
/* ==== p- ==== */
.greeting__name, .post .greeting__name {
    font-size: clamp(16px, 1.15vw, 22px);
    font-family: var(--font-family02);
    font-weight: bold;
    position: absolute;
    background: #FFF;
    border-radius: 50vw;
    padding: 0 1em .2em;
    margin-bottom: 0;
    left: 20px;
    bottom: 20px;
}
.greeting__name .sub, .post .greeting__name .sub {
    font-size: .73em;
    margin-right: 1em;
}
@media print, screen and (max-width: 768px) {	
	.p-greeting .img-area {
		max-width: 400px;
		margin-inline: auto;
	}
}
/* ==== p- ==== */
@media print, screen and (max-width: 768px) {	
}
/* == 微調整 == */
.home .post .c-ttl-01 {
	line-height: 1;
}


