@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=Kalam:wght@300;400;700&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #BDE0E6;
    --color-font: #666;
    --color-primary: #7194C0;
    --color-primary-shade: #F5FAFF;
    --color-primary-tint: #BDB76B;
    --color-secondary: #F73737;
    --color-secondary-tint: #64987B;
    --color-table-border: #ccc;
	--body-font-size: clamp(14px, .94vw, 16px);
	--body-font-family: "Zen Maru Gothic", serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #BDE0E6;
    --header-color-font: #666;
    --header-color-primary: #7194C0;
    --header-color-primary-shade: #F5FAFF;
    --header-color-primary-tint: #BDB76B;
	/*------▼フッター設定▼------*/
	--footer-background: #4682B4;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: "Zen Maru Gothic", serif;
	--font-family02: "Kalam", cursive, serif;
    --font-family03: "Shippori Mincho", serif;
	/*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .63vw, 12px);
    --font-size14: clamp(12px, .73vw, 14px);
    --font-size16: clamp(14px, .84vw, 16px);
    --font-size18: clamp(14px, .94vw, 18px);
    --font-size20: clamp(18px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.15vw, 22px);
    --font-size24: clamp(18px, 1.25vw, 24px);
    --font-size26: clamp(20px, 1.36vw, 26px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size30: clamp(22px, 1.7vw, 30px);
    --font-size32: clamp(22px, 1.7vw, 32px);
    --font-size34: clamp(24px, 1.85vw, 34px);
    --font-size36: clamp(24px, 1.85vw, 36px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size40: clamp(26px, 2.1vw, 40px);
    --font-size42: clamp(26px, 2.3vw, 42px);
    --font-size46: clamp(26px, 2.4vw, 46px);
    --font-size48: clamp(28px, 2.5vw, 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-50: clamp(25px, 2.61vw, 50px);
    --clamp-60: clamp(30px, 3.13vw, 60px);
    --clamp-70: clamp(35px, 3.65vw, 70px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-90: clamp(45px, 4.69vw, 90px); 
    --clamp-100: clamp(50px, 5.42vw, 100px);
    --clamp-110: clamp(55px, 5.73vw, 110px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-130: clamp(65px, 6.78vw, 130px);
    --clamp-140: clamp(70px, 7.3vw, 140px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}
::selection {
    background-color: var(--color-primary);
	color: #FFF;
}
/* == == == == == == == == == == == == == == == == == == 
* inner/outer
* == == == == == == == == == == == == == == == == == == */
.wrapper_content {
	position: relative;
	width: 94%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
.content_inner {
    position: relative;
    z-index: 0; 
}
.max_w1440 {
    max-width: 1440px;
}
.max_wFull {
    position: relative;
    width:100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_wFull::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
/* == == == == == == == == == == == == == == == == == == 
*  テキスト/text 
*  == == == == == == == == == == == == == == == == == == */
.post h2, .post h3, .post h4 {
    padding: 0;
    margin: 0; 
    border: none;
}
.post h2::before, .post h3::before, .post h4::before, .post h2::after{
    content: none;
}
/* ==== post ~ ===== */
.post p, .post h1, .post h2, .post h3, .post h4, .post h5 {
    color: var(--color-font);
}
.post p, .post h1, .post h2, .post h3, .post h4, .post h5 {
    letter-spacing: 0;
}
.post p, #footer p {
    font-size: var(--font-size18);
    line-height: 2;
    margin-bottom: 1em;
    font-weight: 500;
}
.post h2, #footer h2 {
    font-size: var(--font-size38);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: bold;
}
.post h3, #footer h3 {
    font-size: var(--font-size32);
    line-height: 1.5;
    margin-bottom: .7em;
    font-weight: bold;
}
.post h4, #footer h4 {
    font-size: var(--font-size26);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: bold;
}
.post h5, #footer h5 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: bold;
}
p.lead {
    line-height: 1.75;
}
.post .name, .name {
    font-size: var(--font-size26);
    font-weight: bold; 
    font-family: var(--font-family03);
    text-align: center;
    margin: 0;
}
.post .name span, .name span {
    font-size: var(--font-size18);
    font-family: var(--font-family01);
    font-weight: bold;
    margin-right: 1.2em;
}
/* ==== text / ユーティリティ ===== */
.regular {font-weight: 400!important;}
.mid {font-weight: 500!important;}
.semi-bold {font-weight: 600!important;}
.bold {font-weight: bold!important;}
.ja {font-family: var(--font-family01);}
.en {font-family: var(--font-family02);}
.ff-01 {font-family: var(--font-family01);}
.ff-02 {font-family: var(--font-family02);}
.color-font {color: var(--color-font);}
.color-primary {color: var(--color-primary);}
.color-tint {color: var(--color-primary-tint);}
.color-shade {color: var(--color-primary-shade);}
.color-white {color: #FFF;}
.color-secondary {color: var(--color-secondary);}
.color-secondary-tint {color: var(--color-secondary-tint);}
.px12 {font-size: var(--font-size12)!important;}
.px14 {font-size: var(--font-size14)!important;}
.px16 {font-size: var(--font-size16)!important;}
.px18 {font-size: var(--font-size18)!important;}
.px20 {font-size: var(--font-size20)!important;}
.px22 {font-size: var(--font-size22)!important;}
.px24 {font-size: var(--font-size24)!important;}
.px26 {font-size: var(--font-size26)!important;}
.px28 {font-size: var(--font-size28)!important;}
.px30 {font-size: var(--font-size30)!important;}
.px32 {font-size: var(--font-size32)!important;}
.px34 {font-size: var(--font-size34)!important;}
.px36 {font-size: var(--font-size36)!important;}
.px38 {font-size: var(--font-size38)!important;}
.px40 {font-size: var(--font-size40)!important;}
.px46 {font-size: var(--font-size46)!important;}
.px50 {font-size: var(--font-size50)!important;}
.px52 {font-size: var(--font-size52)!important;}
.px60 {font-size: var(--font-size60)!important;}
/* ===== text / 追加ユーティリティ ===== */
.txt-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.txt-marker {background: linear-gradient(0, #F2EA81CC 30%, transparent 30%);}
.txt-border {
    border: 2px solid;
    padding: .3em .8em!important;
}
.txt-bg-primary {
    display: inline-block;
    background: var(--color-primary)!important;
    color: #FFF;
    padding: 0 .5em!important;
    margin-bottom: 2px;
}
.line-height-mid {
    line-height: 1.75;
}
/* ==== .ttl-main-primary ==== */
.ttl-main-primary, .post .ttl-main-primary, #footer .ttl-main-primary {
    line-height: 1.2;
    font-size: var(--font-size22);
    position: relative;
    padding-top: 2em;
    margin-bottom: 1em;
}
.ttl-main-primary::before, .post .ttl-main-primary::before {
    content: '';
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    background-image: url(/wp-content/uploads/icon_flag-blue.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* ==== .ttl-main-secondary ==== */
.ttl-main-secondary, .post .ttl-main-secondary {
    line-height: 1.2;
    font-size: var(--font-size22);
}
/* ==== .ttl-sub-primary ==== */
.ttl-sub-primary, .post .ttl-sub-primary {
    text-align: left;
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: .5em;
    font-size: var(--font-size38);
}
/* ==== .ttl-sub-secondary ==== */
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.content {position: relative;}
.gap {gap: 4%;}
.box-shadow {box-shadow: 0 3px 20px #0000000D;}
.dis-block, .dis-inline-block, .dis-flex {position: relative;}
.dis-block {display: block;}
.dis-inline-block {display: inline-block;}
.dis-flex {display: flex;}
.bg-white {background: #FFF;}
.bg-gray {background: #F7F8F9;}
.bg-primary{background: var(--color-primary);}
.bg-tint {background: var(--color-primary-tint);}
.bg-shade {background: var(--color-primary-shade);}
.bg-img {
    background-image: url();
    background-size: cover;
    background-position: center;
}
.border-radius {
	border-radius: 20px;
    overflow: hidden;
}
.border {
    border: 2px solid var(--color-primary); 
}
.border-bottom {
    border-bottom: .5px solid #D1D1D1;
}
.anchor-offset {
    position: relative;
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
    z-index: -10;
}
.img-area img {
    width: 100%;
}
.txt-area, .img-area {
    position: relative;
}
.txt-inner {
    max-width: 528px;
    width: 94%;
}
.icon-area {
    margin: 0 auto;
    width: 60%;
}
.logo-area {
    margin: 0 auto;
    width: 50%;
    max-width: 320px;
} 
@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;
}
@media print, screen and (min-width: 769px) {
    .pc_mt1 {margin-top: 1rem !important;}
    .pc_mt2 {margin-top: 2rem !important;}
    .pc_mt3 {margin-top: 3rem !important;}
    .pc_mt4 {margin-top: 4rem !important;}
    .pc_mt5 {margin-top: 5rem !important;}
    .pc_mt6 {margin-top: 6rem !important;}
    .pc_mt7 {margin-top: 7rem !important;}
    .pc_mt8 {margin-top: 8rem !important;}
    .pc_mt9 {margin-top: 9rem !important;}
    .pc_mt10 {margin-top: 10rem !important;}
    .pc_mt15 {margin-top: 15rem !important;}
    .pc_mt16 {margin-top: 16rem !important;}
    .pc_mb1 {margin-bottom: 1rem !important;}
    .pc_mb2 {margin-bottom: 2rem !important;}
    .pc_mb3 {margin-bottom: 3rem !important;}
    .pc_mb4 {margin-bottom: 4rem !important;}
    .pc_mb5 {margin-bottom: 5rem !important;}
    .pc_mb6 {margin-bottom: 6rem !important;}
    .pc_mb7 {margin-bottom: 7rem !important;}
    .pc_mb8 {margin-bottom: 8rem !important;}
    .pc_mb9 {margin-bottom: 9rem !important;}
    .pc_mb10 {margin-bottom: 10rem !important;}
    .pc_mb15 {margin-bottom: 15rem !important;}
    .pc_mb16 {margin-bottom: 16rem !important;}
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
*  flex / card
* == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
* flex 
* == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc(50% - 22px);}
.col-3{width: calc(100% / 3);}
.col-4{width: calc(100% / 4);}
.col-5{width: calc(100% / 5);}
.w25 {width: 25%;}
.w35 {width: 35%;}
.w45 {width: 45%;}
.w55 {width: 55%;}
.w65 {width: 65%;}
.w75 {width: 75%;}
.w85 {width: 85%;}
.wrap {flex-wrap: wrap;}
.nowrap {flex-wrap: nowrap;}
.jc_between {justify-content: space-between;}
.jc_around {justify-content: space-around;}
.jc_evenly {justify-content: space-evenly;}
.ai_center {align-items: center;}
.ai_end {align-items: end;}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        margin-bottom: 20px;
    } 
    .w25, .w35, .w45, .w55, .w65, .w75, .w85 {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* == == == == == == == ==
* card
* == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
}
.card:has(.col-2) {gap: 20px 44px;}
.card:has(.col-3) {gap: 20px 30px;}
.card:has(.col-4) {gap: 20px;}
.card:has(.col-5) {gap: 20px;}
.card .col-2 {
    width: calc((100% / 2) - 22px);
}
.card .col-3 {
    width: calc((100% / 3) - 20px);
}
.card .col-4 {
    width: calc((100% / 4) - 15px);
}
.card .col-5 {
    width: calc((100% / 5) - 16px);
}
.card .img-area {
    position: relative;
}
.card .txt-area {
    padding: 0 min(40px, 8%);
}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
    .card .col-5 {width: calc((100% / 4) - 20px);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card:has(.col-2), .card:has(.col-3) {
        gap: 20px;
    }
    .card {flex-direction: row;}
    .card .col-2, .card .col-3 {
        width: 100%;
        margin-bottom: 0;
    }
    .card .col-4, .card .col-5 {
        width: calc((100% / 2) - 10px);
        margin-bottom: 0;
    }
}
@media print, screen and (max-width: 500px) {
    .card .col-4, .card .col-5 {
        width: 100%;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* テーブル、マップ調整/table,map
* == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 1px solid #BBBBBB;
}
.post table th, .post table td {
    padding: 1em;
    font-size: var(--font-size16);
    line-height: 1.8;
    font-weight: 500;
}
.post table th {
	color: #FFF;
	background: var(--color-primary);
}
.post table td {
	background: var(--color-primary-shade);
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
        display: block;
    }
}
/* ==== .page-content table ==== */
/* .page-content table th, .page-content table td {
    border-color: var(--color-primary);
} */
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/btn
* == == == == == == == == == == == == == == == == == == */
.btn-content {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 550px;
    font-family: var(--font-family01);
    font-size: var(--font-size16);
    font-weight: bold;
    line-height: 2;
    text-align: center;
    color: #FFF;
    background: var(--color-primary);
    padding: 1em 2em;
    margin: 0;
    border-radius: 5px;
    transition: all .3s ease;
    outline: 1px solid var(--color-primary);
}
.linkBtn:hover, .post .linkBtn:hover {
    color: var(--color-primary);
    background: #FFF;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
	border-width: 0;
}
.linkBtn--primary, .post .linkBtn--primary {
    text-align: left;
    padding: 1em 3.125em 1em 1.25em;
    border-radius: 50vw;
    max-width: 13.75em;
}
.linkBtn--primary::after, .post .linkBtn--primary::after {
    border-width: 0;
    margin: 0;
    width: .75em;
    height: .75em;
    background-color: #FFF;
    border-radius: 50vw;
    top: 50%;
    right: 1.25em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
}
.linkBtn--primary:hover::after, .post .linkBtn--primary:hover::after {
    width: 1.25em;
    height: 1.25em;
    background: var(--color-primary);
}
@media print, screen and (max-width: 768px) {
    .btn-content {
        flex-wrap: wrap;
        gap: 10px;
    }
	.btn-content a.linkBtn--primary {
		width: calc(50% - 5px);
	}
}

/* == == == == == == == == == == == == == == == == == == 
 *  ul ol / リスト
 *  == == == == == == == == == == == == == == == == == == */
/* ==== .list-price ==== */
.list-price, .post .list-price {
    background: #FFF;
    border: 2px solid var(--color-primary);
    border-radius: 10px;
    padding: 20px 20px 15px;
    position: relative;
    margin-top: 15px;
}
.list-price .ttl, .post .list-price .ttl {
    font-size: var(--font-size18);
    color: var(--color-primary);
    background: #FFF;
    border: 2px solid var(--color-primary);
    display: inline-block;
    padding: .2em 1em;
    border-radius: 30px;
    position: absolute;
    left: 20px;
    top: -15px;
    margin-bottom: 0;
}
.list-price .desc, .post .list-price .desc {
    margin-bottom: 0;
    line-height: 2;
    padding-left: 1em;
    position: relative;
}
.list-price .desc::before, .post .list-price .desc::before {
    position: absolute;
    content: '・';
    left: 0;
    top: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .list-price, .post .list-price {
        padding: 20px 10px 15px;
    }
    .list-price .ttl, .post .list-price .ttl {
        left: 10px;
    }
}
/* ==== .list-price ==== */
.list-flow {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.list-flow li {
    position: relative;
    display: flex;
    flex-direction: row;
} 
.list-flow li::after {
    content: '';
    position: absolute;
    border-top: 20px solid var(--color-primary);
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
}
.list-flow li:last-child::after {
    display: none;
} 
.list-flow .num {
    width: 8%;
    min-width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family01);
    font-weight: bold;
    font-size: var(--font-size36);
    line-height: 1.2;
    color: #FFF;
    background: var(--color-primary);
    border-right: 1px solid var(--color-primary);
    border-radius: 10px 0 0 10px;
    border: 2px solid var(--color-primary);
} 
.list-flow .num span {
    font-size: .5em;
}
.list-flow .txt {
    width: calc(100% - 8%);
    border: 2px solid var(--color-primary);
    border-left: 0;
    padding: min(5%, 25px) min(5%, 50px);
    border-radius: 0 10px 10px 0;
    background: var(--color-primary-shade);
}
.list-flow h3 {
    font-size: var(--font-size20);
    margin-bottom: .5em;
}
.list-flow p:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .list-flow li {
        flex-direction: column;
    }
    .list-flow .num {
        width: 100%;
        border-radius: 10px 10px 0 0;
        padding: 3%;
    }
    .list-flow .txt {
        width: 100%;
        border-radius: 0 0 10px 10px;
        border-top: 0;
        border-left: 2px solid var(--color-primary);
    }
}
/* == == == == == == == == == == == == == == == == == == 
 *  アコーディオン
 *  == == == == == == == == == == == == == == == == == == */
 .qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: bold;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 1em 1.5em;
	background: var(--color-primary);
	color: #FFF;
	font-family: var(--font-family01);
	font-size: var(--font-size18);
    border-radius: 10px 10px 0 0;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
}
.qa_list .qa_list_inner .q_desc {
	line-height: 1.7;
    padding-right: 2.2em;
	display: flex;
	align-items: center;
}
.qa_list .qa_list_inner .a_desc {
    line-height: 1.8;
    width: 100%;
}
.qa_list .qa_list_inner dt:after {
	content: '＋';
	position: absolute;
	top: 50%;
	right: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: bold;
}
.qa_list .qa_list_inner .active:after {
    content: 'ー';
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 1em 1.5em;
	margin: 0 0 1rem 0;
	border: 2px solid var(--color-primary);
	border-top: 0;
	font-size: var(--font-size18);
	font-weight: 500;
	font-family: var(--font-family01);
	border-radius: 0 0 10px 10px;
	background: var(--color-primary-shade);
}
@media only screen and (max-width: 959px) {
}
@media only screen and (max-width: 768px) {
    .qa_list .qa_list_inner dt, .qa_list .qa_list_inner dd {
        padding: 1em;
    }
}
@media only screen and (max-width: 559px) {
}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/eyecatch
* == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-weight: bold;
    font-size: var(--font-size48);
    font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: .6;
    background: #4682B4;
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
 #breadcrumb {
	background: var(--color-background);
}
#breadcrumb ul li, #breadcrumb ul li a {
	font-family: var(--font-family01);
	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-size16);
    background: var(--color-primary);
    font-weight: bold;
    padding: .3em 1em;
    border-radius: 5px;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
    font-weight: 500;
}
@media only screen and (min-width: 769px) {
} 
/* == == == == == == == == == == == == == == == == == == 
* サイトマップ
* == == == == == == == == == == == == == == == == == == */
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    font-family: var(--font-family01);
    font-weight: 500;
}
/* == == == == == == == == == == == == == == == == == == 
* コンタクトフォーム
* == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
    max-width: 550px;
	margin: 0 auto;
	border-radius: 50vw;
}
.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: 1.25em 2em;
}
/* == == == == == == == == == == == == == == == == == == 
 * ヘッダー調整/header
 * == == == == == == == == == == == == == == == == == == */
 @media print, screen and (min-width: 1024px) {
    #header, .sticky-header #header > .inner {
        background: var(--header-background);
    }
	#header, .sticky-header #header-layout {
        height: 120px;		
	}
	#header .logo img {
		max-width: 200px;
		max-height: 100px;
		height: auto;
		width: 100%;
	}
	 #header-layout {
		 padding: 0 2%;
	 }
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-family: var(--font-family01);
		color: var(--header-color-font);
		font-weight: bold;
		position: relative;
	}
    nav#mainNav ul li a b {
        font-size: var(--font-size20);
    }
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: transparent;/* アクション時の背景色の設定 */
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: var(--header-color-primary);/* アクション時の文字色（上部）の設定 */
	}
	nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-primary);/* アクション時の文字色（下部）の設定 */
	}
    nav#mainNav ul li a b::before {
        content: '';
        position: absolute;
        width: 1em;
        height: 1em;
        background-image: url(/wp-content/uploads/icon_flag-yellow.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        left: 50%;
        top: -1em;
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
		transition: .2s ease;
    }
    nav#mainNav ul li.current-menu-item a b::before, 
    nav#mainNav ul li a:hover b::before, 
    nav#mainNav ul li a:active b::before, 
    nav#mainNav ul li.current-menu-parent a b::before {
        opacity: 1;
    }
	nav#mainNav ul li li a, 
    nav#mainNav ul li li.current-menu-item li a, 
    nav#mainNav ul li.current-menu-ancestor li a, 
    nav#mainNav ul li.current-menu-item li a {
		color: var(--header-color-primary);
	}
	nav#mainNav ul li ul.sub-menu li a, 
    nav#mainNav ul li ul.sub-menu li a:hover, 
    nav#mainNav ul li ul.sub-menu li.current-menu-item a, 
    nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		background: #FFF;
	}
/* == == == == == == == ==
 * ヘッダー下部__コンタクトボタン
 * == == == == == == == == */
	#header ul.header__contact {
		margin-right: var(--px20);
		margin-left: var(--px20);
	}
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
        font-size: var(--font-size20);
		font-family: var(--font-family01);
		font-weight: bold;
		flex-direction: row;
        background: var(--header-color-primary-tint);
		height: 60px;
		border-radius: 50vw;
		color: #FFF;
		padding: 0 2.5em;
		outline: 1px solid var(--header-color-primary-tint);
    }
	 #header a.head_btn.tel_btn {
        background: var(--header-color-primary-shade);
        color: var(--header-color-primary-tint);
    }
	#header a.head_btn::before {
		margin-right: .5em;
		font-size: 1em;
	}
	#header a.head_btn:hover {
		background: #FFF;
		color: var(--header-color-primary-tint);
		opacity: 1;
	}
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
/* .spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
    background: #FFF;
}
.spmenu #menu p {
    color: #FFF;
} */
.spmenu #menu p {
	font-weight: 500;
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: var(--color-background);
		color: var(--color-font);
		font-family: var(--font-family01);
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
		background: var(--color-background);
	}
}
/* == == == == == == == == == == == == == == == == == == 
*  フッター調整/footer 
* == == == == == == == == == == == == == == == == == == */
#footer {
	padding-top: 0;
    padding-bottom: 0;
	text-align: center;
}
#footer a {
	transition: .5s ease;
}
#footer .inner {
	padding-top: 15px;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
#footer .footer-content {
	background: var(--color-primary-shade);
	padding-top: var(--clamp-40);
	padding-bottom: var(--clamp-40);
}
#footer .footerBtn-area {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
	margin-top: var(--clamp-40);
}
#footer .footerBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 100%;
    max-width: 460px;
    background: var(--color-secondary-tint);
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: bold;
    color: #FFF;
    border-radius: 20px;
    transition: .3s ease;
    outline: 2px solid;
}
#footer .footerBtn .main {
    font-size: var(--font-size26);
    padding-left: 1.2em;
    position: relative;
}
#footer .footerBtn .main::before {
    content: '';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
}
#footer .footerBtn .sub {
    font-size: var(--font-size16);
}
#footer .footerBtn:hover {
    background: #FFF;
    color: var(--color-secondary-tint);
    box-shadow: 0 6px 20px #6666661A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
#footer .footerBtn--tel .main {
    font-size: var(--font-size38);
}
#footer .footerBtn--tel .main::before {
    content: '\f3cd';
}
#footer .footerBtn--mail {
	background: var(--color-primary-tint);
}
#footer .footerBtn--mail:hover {
	color: var(--color-primary-tint);
}
#footer .footerBtn--mail .main::before {
    content: '\f0e0';
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {
    #footer .footerBtn-area {
        flex-direction: column;
		align-items: center;
    }
	#footer .footerBtn {
		height: 120px;
	}
	
}
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / 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
* == == == == == == == == == == == == == == == == == == */
.mv-content, .top-content, .page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.top-content::before, .page-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
body.home {
    position: relative;
}
body.home::before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-image: url(/wp-content/uploads/top_bg.jpg);
    background-size: cover;
    background-position: top left;
    z-index: -1;
}
/* == == == == == == == == == == == == == == == == == == 
* section
* == == == == == == == == == == == == == == == == == == */
/* ==== #about ==== */
.top-content#about {
    padding-top: var(--clamp-100);
    padding-bottom: calc(var(--clamp-100) * 3);
}
.top-content#about::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(var(--clamp-100) * 2);
    background-image: url(/wp-content/uploads/top_about_bg.png);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center top;
    bottom: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* ==== #menu ==== */
.top-content#menu {
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-40);
	background: var(--color-primary-shade);
}
.top-content#menu a {
    transition: .5s ease;
}
.top-content#menu a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.top-content#menu h3 {
    background: var(--color-primary);
    color: #FFF;
    padding: .5em;
}
.top-content#menu a:hover h3 {
    background: var(--color-primary-shade);
    outline: 2px solid var(--color-primary);
    color: var(--color-primary);
}
.top-content#menu h3 span {
    position: relative;
}
.top-content#menu h3 span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--color-primary);
    left: 0;
    bottom: -.2em;
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: right;	
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.top-content#menu a:hover h3 span::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: left;
}
.top-content#menu a:hover img {
    opacity: 1;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.top-content#menu .col-4 {
		width: calc(50% - 10px);
	}
}
/* ==== #features ==== */
.top-content#features {
    padding-top: var(--clamp-150);
    padding-bottom: var(--clamp-100);
    background-image: url(/wp-content/uploads/features_bg.png), linear-gradient(0deg, var(--color-background) 95%, var(--color-primary-shade) 95%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
.top-content#features .num {
    font-size: 2em;
    padding-right: .25em;
}
/*  */
.object-icon {
    position: absolute;
    width: var(--clamp-100);
    height: auto;
}
.object-icon--01 {
    top: calc(var(--clamp-50) * -1);
    left: 0;
}
.object-icon--02 {
    bottom: 0;
    right: calc(var(--clamp-20) * -1);
}
.object-icon--03 {
    bottom: 0;
    left: calc(var(--clamp-20) * -1);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* ==== #other ==== */
.top-content#other .flexbox {
    gap: 2px;
}
.top-content#other .img-area {
    position: relative;
    overflow: hidden;
}
.top-content#other img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s ease;
}
.top-content#other .img-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #4682B4;
    opacity: .8;
    z-index: 1;
    transition: .3s ease;
}
.top-content#other .txt-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: .3s ease;
    padding: min(3%, 30px);
}
.top-content#other a:hover img {
    opacity: 1;
    transform: scale(1.1);
}
.top-content#other a:hover .img-area::before {
    opacity: .1;
}
.top-content #service .ttl-main-primary::before {
	background-image: url(/wp-content/uploads/icon_flag-purple.png);
}
.top-content #company .ttl-main-primary::before {
	background-image: url(/wp-content/uploads/icon_flag-red.png);
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
	.top-content#other .flexbox {
        display: flex;
		flex-direction: column;
	}
	.top-content#other .w50 {
		width: 100%;
	}
}
/* ==== #instagram ==== */
.top-content#instagram {
    padding-top: var(--clamp-60);
    padding-bottom: var(--clamp-60);
	background: var(--color-primary-shade);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* ==== #news ==== */
.top-content#news {
    padding-top: var(--clamp-60);
    padding-bottom: var(--clamp-60);
}
.top-content#news .postlist {
    background: var(--color-primary-shade);
    border-radius: 20px;
    padding: min(5%, 50px) min(3%, 30px);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* ==== .page-content ==== */
.bg-greeting {
    background-image: url(/wp-content/uploads/greeting_bg-pc.jpg);
    background-size: cover;
    background-position: center;
}
@media print, screen and (max-width: 768px) {
	 .content--menu .img-area {
		width: 40%;
		margin: 20px auto;
	}
	.bg-greeting {
		background-image: url(/wp-content/uploads/greeting_bg-sp.jpg);
	}
}
