@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=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
:root {
    /*------▼基本設定▼------*/
    --color-background: #FAFAFA;
    --color-font: #000;
    --color-primary: #6E9BA3;
    --color-primary-shade: #3E6F77;
    --color-primary-tint: #DDE9EC;
    --color-secondary: #42464A;
    --color-secondary-tint: #FCFCFC;
    --color-table-border: #ccc;
    --body-font-size: clamp(16px, 1.1vw, 20px);
    --body-font-family: 'Noto Sans JP', sans-serif;
    --content-max-width: 1100px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #FFF;
    --header-color-font: #333333;
    --header-color-primary: #6E9BA3;
    --header-color-primary-shade: #3E6F77;
    --header-color-primary-tint: #DDE9EC;
    /*------▼フッター設定▼------*/
    --footer-background: #FAFAFA;
    --footer-color-font: #333;
    --footer-color-primary: #333;
    /*------▼フォント設定▼------*/
    --font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Cormorant Garamond', serif;
    --font-family03: 'Zen Kaku Gothic New', sans-serif;
    /*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .63vw, 12px);
    --font-size14: clamp(12px, .73vw, 14px);
    --font-size16: clamp(14px, .84vw, 16px);
    --font-size18: clamp(14px, .94vw, 18px);
    --font-size20: clamp(15px, 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-size50: clamp(30px, 2.61vw, 50px);
    --font-size52: clamp(26px, 2.71vw, 52px);
    --font-size60: clamp(30px, 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-tint);
    color: var(--color-primary-shade);
}
/* == == == == == == == == == == == == == == == == == == 
* 非表示
* == == == == == == == == == == == == == == == == == == */
.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;
}
/* == == == == == == == == == == == == == == == == == == 
* inner/outer
* == == == == == == == == == == == == == == == == == == */
.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_w630 {
    max-width: 630px;
}
.max_w700 {
    max-width: 700px;
}
.max_w1260 {
    max-width: 1260px;
}
.max_w1660 {
    max-width: 1660px;
}
.content_inner {
    position: relative;
    z-index: 0; 
}
/* == == == == == == == == == == == == == == == == == == 
*  テキスト/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 h4, .post h5, h1.title {
    color: var(--color-font);
}
.post h1, .post h2 {
    color: var(--color-secondary);
}
.post h3 {
    color: var(--color-primary);
}
.post p, #footer p {
    font-size: var(--font-size20);
    line-height: 2;
    margin-bottom: 1.5em;
    font-weight: 400;
    letter-spacing: .5px;
}
.post h2, #footer h2 {
    font-size: var(--font-size32);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: .3em;
}
.post h3, #footer h3 {
    font-size: var(--font-size28);
    line-height: 1.5;
    margin-bottom: .7em;
    padding-bottom: .3em;
    font-weight: 500;
}
.post h4, #footer h4 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: 500;
}
.post h5, #footer h5 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: 500;
}
.post p.lead, p.lead {
    font-family: var(--font-family01);
    line-height: 1.75;
    margin-bottom: .6em;
}
.post p.name, p.name {
    font-size: var(--font-size22);
    font-weight: 400; 
    font-family: var(--font-family03);
    text-align: right;
}
.post p.name span, p.name span {
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: 400;
    margin-right: 1.2em;
}
/* ==== text / ユーティリティ ===== */
.mid {font-weight: 500!important;}
.bold {font-weight: bold!important;}
.ja {font-family: var(--font-family01);}
.en {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;}
.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;}
.txt-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.txt-marker {background: linear-gradient(0, #6E9BA340 25%, transparent 25%);}
.txt-marker--tint {
    background: linear-gradient(0, #FFFFFF40 25%, transparent 25%);
}
.txt-marker--shade {
	background: linear-gradient(0, transparent 5%, #9CD4DE40 5%, #9CD4DE40 35%, transparent 35%);
}
.txt-border {
    border: 2px solid;
    padding: .3em .8em!important;
}
.txt-bg-grad {
    display: inline-block;
    background: var(--color-grad)!important;
    color: #FFF;
    padding: 0 .5em!important;
    margin-bottom: .3em;
}
.txt-shadow {
	text-shadow: 0 3px 5px #000000BF;
}
/* ===== text / 追加ユーティリティ ===== */
.ff-Cormorant {
    font-family: var(--font-family02);
}
.ff-zen-kaku-gothic {
    font-family: var(--font-family03);
}
.ff-penLetter {
    width: 100%;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ff-penLetter img {
    width: 100%;
    height: auto;
}
.ttl-flex,
.post .ttl-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ttl-h2-primary, 
.post .ttl-h2-primary {
    padding-top: 1.5em;
    position: relative;
    font-size: var(--font-size50);
    font-weight: 400;
}
.ttl-h2-primary::before, 
.post .ttl-h2-primary::before {
    position: absolute;
    content: '';
    width: 1.25em;
    height: 1.48em;
    background-image: url(/wp-content/uploads/icon_ttl01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ttl-h2-primary--tint::before, 
.post .ttl-h2-primary--tint::before {
    background-image: url(/wp-content/uploads/icon_ttl02.png);
}
.sub-ttl, 
.post .sub-ttl {
    display: inline-block;
    max-width: 160px;
    width: max(8.5vw, 80px);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.content {
    position: relative;
}
.gap {
    gap: 4%;
}
.box-shadow {
    box-shadow: 0 3px 20px #00000009;
}
.dis-block {
    display: block;
    position: relative;
}
.dis-inline-block {
    display: inline-block;
    position: relative;
}
.dis-flex {
    display: flex;
    position: relative;
}
.border-radius {
	border-radius: 50vw;
}
.bg-white {background: #FFF;}
.bg-gray {background: #F7F7F7;}
.bg-primary{background: var(--color-primary);}
.bg-tint {background: var(--color-primary-tint);}
.bg-shade {background: var(--color-primary-shade);}
.content-item {
    padding-top: var(--clamp-50);
    padding-bottom: var(--clamp-50);
}
.sticky_space {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.txt-area {
    position: relative;
}
.img-area img {
    width: 100%;
}
.icon-arrow img {
    width: max(4vw, 30px);
}
@media print, screen and (max-width: 768px) {
    .sp_center {
        text-align: center;
    }
}
/* ==== 追加 ==== */
.bubble-txt .pc_none {
    max-width: 370px;
}
/* .bubble-txt {
    position: relative;
	display: flex;
}
.bubble-txt::before {
	content: '';
	position: absolute;
} 
@media print, screen and (min-width: 769px) {
    .bubble-txt {
        padding-left: 6px;
    }
    .bubble-txt::before {
        border-right: 10px solid #FFF;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media print, screen and (max-width: 768px) {
    .bubble-txt {
        padding-top: 6px;
    }
    .bubble-txt::before {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        left: 10%;
        border-bottom: 6px solid #FFF;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }
} */
/* == == == == == == == == == == == == == == == == == == 
* ヘッダー調整/header
* == == == == == == == == == == == == == == == == == == */
#header {
    position: relative;
}
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
        background: var(--header-background);
    }
    body.home #header {
        background: transparent;
        position: absolute;
    }
    .sticky-header #header-layout {
        height: 100px;
    }
    .sticky-header #header > .inner {
        background: transparent;
        box-shadow: unset;
    }
	#header .logo {
		padding: 0;
	}
	#header .logo img {
		max-width: 150px;
		max-height: 100px;
	}
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
body.mobile #header .logo {
    justify-content: center;
}
body.mobile #header .logo .mark {
    justify-content: center;
}
@media print, screen and (max-width: 1023px) {
}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/eyecatch
* == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-weight: bold;
    font-size: var(--font-size42);
    font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: 1;
    background: var(--color-primary);
}
/* == == == == == == == == == == == == == == == == == == 
*  フッター調整/footer 
* == == == == == == == == == == == == == == == == == == */
#footer {
	padding-top: var(--clamp-30);
    padding-bottom: 0;
}
#footer .footer__logo img {
    max-height: 100px;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
@media print, screen and (min-width: 769px) {	
}
@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%;}
.jc_between {justify-content: space-between;}
.jc_around {justify-content: space-around;}
.jc_evenly {justify-content: space-evenly;}
.ai_center {align-items: center;}
.txt-inner {
    max-width: 528px;
    width: 94%;
}
@media print, screen and (min-width: 769px) {
    .ml-auto {margin-left: auto;}
    .mr-auto {margin-right: auto;}
}
@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;
    }
    .flex_1 {
        margin-bottom: 40px;
    }
    .txt-inner {
        max-width: 94%;
        width: 100%;
        margin: 0 auto;
    }
}
/* == == == == == == == ==
* card
* == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
}
.wrap {
    flex-wrap: wrap;
}
.nowrap {
    flex-wrap: nowrap;
}
.card:has(.col-2) {gap: 44.5px;}
.card:has(.col-3) {gap: 25px;}
.card:has(.col-4) {gap: 13px;}
.card:has(.col-5) {gap: 10.5px;}
.card .col-2 {
    width: calc(50% - 24px);
    background: #FFF;
}
.card .col-3 {
    width: calc((100% / 3) - 17px);
    overflow: hidden;
}
.card .img-area {
    position: relative;
}
.card .txt-area {
    padding: 3% min(3%, 8px);
}
.card .col-4 {width: calc((100% / 4) - 10px);}
.card .col-5 {width: calc((100% / 5) - 10px);}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
    .card .col-5 {width: calc((100% / 4) - 10px);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card:has(.col-3) {
        gap: 10px;
    }
    .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;
    }
    .card .phone-img {
        margin: var(--clamp-20) auto;
    }
}
@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: 0;
}
.post table th, .post table td {
    padding: 1em;
    font-size: var(--body-font-size);
    font-weight: 500;
    background: transparent;
    color: var(--color-font);
    border-bottom: 1px solid #DCDDDD;
    line-height: 1.8;
}
.post table th {
    font-weight: 500;
}
.post table td {
    font-weight: 400;
}
/* .page-content table th, .page-content table td {
    vertical-align: middle;
} */
.page-content table th {
    border-color: var(--color-primary);
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
        display: block;
        font-size: var(--font-size16);
        padding: 1em;
    }
}
/* ==== .page-content table ==== */
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/btn
* == == == == == == == == == == == == == == == == == == */
.linkBtn:hover, a.linkBtn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.ctaBtn, a.ctaBtn {
    position: relative;
    display: inline-block;
    transition: .5s ease;
    line-height: 1.5;
    text-align: center;
    padding: 1em .5em;
    border-radius: 10px;
    width: 90%;
    max-width: 570px;
    color: var(--color-primary);
    background: #FFF;
    font-size: var(--font-size24);
    font-family: var(--font-family03);
    font-weight: bold;
}
.ctaBtn .txt, 
a.ctaBtn .txt {
    display: inline-block;
    padding: 0 1.85em;
    position: relative;
}
.ctaBtn .txt::before, 
.ctaBtn .txt::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/icon_diamond_02.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.375em;
    height: 1.375em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ctaBtn .txt::before {
    left: 0;
}
.ctaBtn .txt::after {
    right: 0;
}
.ctaBtn:hover, a.ctaBtn:hover {
    opacity: .7;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* トップ、下層調整/ .top-content, .page-content
* == == == == == == == == == == == == == == == == == == */
.mv-content, .cta-content, .page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.cta-content::before, .page-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* section
* == == == == == == == == == == == == == == == == == == */
.mv-content {
    background-image: url(/wp-content/uploads/mv_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 5.4vw 0;
}
.mv-content__inner {
    max-width: 1660px;
    width: 94%;
    margin-left: 3%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.mv-content__img {
    position: absolute;
    z-index: 0;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}
.mv-content__img img {
    width: 100%;
    height: auto;
}
.mv-content__txt {
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.7vw;
	z-index: 1;
}
.mv-content__subTitle, 
p.mv-content__subTitle {
    font-size: 1.6vw;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 2;
    border-bottom: 1px solid;
    color: #FFF;
}
.mv-content__titleArea {
    position: relative;
    border: 1px solid #FFF;
    background: #FFFFFFA6;
}
.mv-content__titleArea::before, 
.mv-content__titleArea::after {
    content: '';
    position: absolute;
}
.mv-content__titleArea::before {
    border-top: 2.7vw solid #FFF;
    border-right: 2.7vw solid transparent;
    top: 0;
    left: 0;
}
.mv-content__titleArea::after {
    border-bottom: 2.7vw solid #FFF;
    border-left: 2.7vw solid transparent;
    right: 0;
    bottom: 0;
}
.mv-content__mainTitle,
h1.mv-content__mainTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 3.125vw;
    font-weight: bold;
    letter-spacing: .5px;
    line-height: 1.5;
    color: #FFF;
    padding: 1.05vw 3.65vw;
    margin-bottom: 0;
}
.mv-content__mainTitle .en {
    font-size: .716em;
    font-style: italic;
    text-shadow: 0 3px 10px #000000D9;
    display: inline-block;
    position: relative;
    padding: 0 1.3em;
}
.mv-content__mainTitle .en::before, 
.mv-content__mainTitle .en::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/icon_diamond_01-01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.2em;
    height: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mv-content__mainTitle .en::before {
    left: 0;
}
.mv-content__mainTitle .en::after {
    right: 0;
}
.mv-content__mainTitle .ja {
    letter-spacing: 5px;
    text-shadow: 0 3px 10px #000000E6;
    display: inline-block;
}
.mv-content__features {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: .52em;
    margin-top: 3.125vw;
}
.mv-content__feature {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 1.8vw;
    background-image: url(/wp-content/uploads/mv_feature_bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 18.8vw;
    height: 10.3vw;
}
.mv-content__feature .num {
	color: var(--color-secondary);
    font-family: var(--font-family02);
    font-weight: 400;
    font-size: 2.6vw;
    line-height:1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: .5vw;
}
.mv-content__feature .txt,
.mv-content__feature p.txt {
    font-size: 1.14vw;
    font-weight: 500;
    font-family: var(--font-family01);
    color: #004550;
    margin: 0;
    text-align: center;
    line-height: 1.45;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
	.mv-content {
		background-image: url(/wp-content/uploads/mv_bg-sp.jpg);
	}
    .mv-content__inner {
        margin: 0 auto;
        align-items: center;
    }
    .mv-content__subTitle, p.mv-content__subTitle {
        font-size: 3.375vw;
    }
    .mv-content__mainTitle, h1.mv-content__mainTitle {
        font-size: 5.8vw;
    }
    .mv-content__features {
        margin-top: 74.5vw;
		gap: .001em;
    }
	
    .mv-content__feature {
        width: 33vw;
        height: 17vw;
		background-size: cover;
    }
    .mv-content__feature .num {
        font-size: 4.6vw;
    }
    .mv-content__feature .txt, .mv-content__feature p.txt {
        font-size: 2.2vw;
		white-space:nowrap;
    }
    .mv-content__img {
        width: 100%;
        height: auto;
        top: unset;
        bottom: 15%;
    }
}
/* ==== .cta-content ==== */
.cta-content {
    background: var(--color-primary-shade);
    text-align: center;
    padding: var(--clamp-30) 0;
}
.cta-content--tint {
	background: var(--color-primary);
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* ==== #lead ==== */
.page-content#lead {
    padding-top: var(--clamp-40);
    padding-bottom: var(--clamp-70);
}
.page-content#lead p {
    line-height: 2.6;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* ==== #but ==== */
.page-content#but {
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-90);
    background-image: url(/wp-content/uploads/but_bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-content#but h2, .page-content#but p {
    color: #FFF;
}

@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
	.page-content#but {
		padding-top: var(--clamp-200);
		background-image: url(/wp-content/uploads/but_bg-sp.png);
	}
    .page-content#but .card {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }    
    .page-content#but .col-3 {
        max-width: 300px;
    }
}
/* ==== #about ==== */
.page-content#about {
    padding-top: var(--clamp-40);
    padding-bottom: var(--clamp-70);
}
.page-content#about .txt-area {
/*     background-image: url(/wp-content/uploads/about_bg.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: var(--clamp-60) 0;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* ==== #reason ==== */
.page-content#reason {
    background: #9CD4DE;
    padding-top: var(--clamp-40);
    padding-bottom: var(--clamp-150);
}
.page-content#reason h2 {
    color: #FFF;
}
.page-content#reason h2 .ff-Cormorant {
	text-shadow: 0 3px 1px #000000BF;
}
.page-content#reason h3, .page-content#reason p {
	color: var(--color-font);
}
.page-content#reason .flexbox {
    background: #FFF;
}
.page-content#reason .col-2 {
	width: 50%;
}
.page-content#reason .txt-area, .page-content#reason .img-area {
    padding: min(3%, 20px);
}

@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
	.page-content#reason .col-2 {
		width: 100%;
	}
	.page-content#reason .img-area {
		padding: 0;
	}
	.page-content#reason .txt-area {
		padding-top: 0;
	}
}
/* ==== #product ==== */
.page-content#product {
	background: var(--color-primary-tint);
    padding-top: var(--clamp-50);
    padding-bottom: var(--clamp-90);
}
.page-content#product .content_inner {
    border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* ==== #faq ==== */
.page-content#faq {
	background: var(--color-secondary-tint);
    padding-top: var(--clamp-80);
}
.page-content#faq .content_inner {
    padding-top: var(--clamp-30);
    padding-bottom: var(--clamp-80);
}
.list-faq li,
.post .list-faq li {
    border-bottom: 1px solid #D5D5D5;
    text-align: left;
    padding-bottom: 15px;
    max-width: 1000px;
    margin: 0 auto 15px;
}
.list-faq li:last-child,
.post .list-faq li:last-child {
    padding-bottom: 0;
    border: 0;
}
.list-faq .ttl,
.post .list-faq .ttl {
    font-size: var(--font-size22);
    font-family: var(--font-family03);
    font-weight: bold;
    padding-left: 1.35em;
    position: relative;
	margin-bottom: .5em;
}
.list-faq .ttl::before,
.post .list-faq .ttl::before {
    content: 'Q';
    position: absolute;
    color: var(--color-primary);
    left: 0;
    top: 0;
    font-family: "Lato", sans-serif;
    font-style: italic;
}
.list-faq .txt,
.post .list-faq .txt {
    font-size: var(--font-size20);
    line-height: 2.1;
}

@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* ==== #voice ==== */
.page-content#voice {
    padding-top: var(--clamp-90);
    padding-bottom: var(--clamp-90);
}
.page-content#voice .flexbox {
    background: #FFF;
    border: 1px solid #E0E0E0;
    padding: 0 10px;
    align-items: flex-start;
}
.page-content#voice .txt-area {
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 82%;
    padding: 20px 0;
    justify-content: normal;
	gap: 10px;
}
.page-content#voice .img-area {
    width: 18%;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .page-content#voice .img-area {
        width: 30%;
        max-width: 150px;
    }
    .page-content#voice .txt-area {
        width: 100%;
        padding: 0 0 15px;
    }
}
/* ==== # ==== */
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* ==== # ==== */
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* サイトマップ
* == == == == == == == == == == == == == == == == == == */
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    font-family: var(--font-family01);
    font-weight: 500;
}
/* == == == == == == == == == == == == == == == == == == 
* コンタクトフォーム
* == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
	background: var(--color-primary);
}
.wpcf7-form .linkBtn {
    padding: 0;
    max-width: 550px;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1em 2em;
}
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / other
* == == == == == == == == == == == == == == == == == == */
/* == #content.wide ==== */
#content, body:not(.home) #content.wide {
    padding-top: 0;
    padding-bottom: var(--clamp-80);
}
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) {

}