@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Yuji+Mai&display=swap');
:root {
    /*------▼基本設定▼------*/
    --color-background: #FFF;
    --color-font: #333;
    --color-primary: #D23D3E;
    --color-primary-shade: #F7F7F7;
    --color-primary-tint: #FFF8F8;
    --color-secondary: #F73737;
    --color-secondary-tint: #FD3D3D;
    --color-table-border: #DCDDDD;
    --body-font-size: clamp(14px, .84vw, 16px);
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1100px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #FFF;
    --header-color-font: #333;
    --header-color-primary: #D23D3E;
    --header-color-primary-shade: #F7F7F7;
    --header-color-primary-tint: #FFF8F8;
    /*------▼フッター設定▼------*/
    --footer-background: #FFFFFF;
    --footer-color-font: #777777;
    --footer-color-primary: #777777;
    /*------▼フォント設定▼------*/
    --font-family01:  var(--body-font-family);
    --font-family02: "Open Sans", sans-serif;
	--font-family03: "Yuji Mai", 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-size23: clamp(18px, 1.25vw, 23px);
    --font-size24: clamp(18px, 1.25vw, 24px);
    --font-size26: clamp(20px, 1.36vw, 26px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size30: clamp(22px, 1.7vw, 30px);
    --font-size32: clamp(22px, 1.7vw, 32px);
    --font-size34: clamp(24px, 1.85vw, 34px);
    --font-size36: clamp(24px, 1.85vw, 36px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size40: clamp(26px, 2.1vw, 40px);
    --font-size42: clamp(26px, 2.3vw, 42px);
    --font-size44: clamp(26px, 2.4vw, 44px);
    --font-size46: clamp(26px, 2.4vw, 46px);
    --font-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);
    --font-size80: clamp(40px, 4.17vw, 80px);
    /*------▼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.3vw, 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-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_w450 {
	max-width: 450px;
}
.max_w800 {
	max-width: 800px;
}
.max_w1520 {
    max-width: 1520px;
}
.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: .01em;
}
.post p {
    font-size: var(--font-size16);
    line-height: 1.6875;
    margin-bottom: 1em;
    font-weight: 500;
}
.post h2 {
    font-size: var(--font-size26);
    line-height: 1.45;
    margin-bottom: .5em;
    font-weight: bold;
}
.post h3 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: .7em;
    font-weight: bold;
}
.post h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: bold;
}
.post h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: bold;
}
.name, .post .name {
    line-height: 1.5;
    display: block;
	font-family: var(--font-family03);
	font-weight: 400;
    font-size: var(--font-size20);
    margin-left: .5em;
    text-align: center;
}
.lead, .post .lead {
    font-size: var(--font-size24);
	font-weight: bold;
	line-height: 1.5;
}
/* ==== text / ユーティリティ ===== */
.regular {font-weight: 400!important;}
.mid {font-weight: 500!important;}
.semi-bold {font-weight: 600!important;}
.bold {font-weight: bold!important;}
.jp {font-family: var(--font-family01);}
/* .en {font-family: var(--font-family02);} */
.ff-01, .post .ff-01 {font-family: var(--font-family01);}
.ff-02, .post .ff-02 {font-family: var(--font-family02);}
.color-font, .post .color-font {color: var(--color-font);}
.color-primary, .post .color-primary {color: var(--color-primary);}
.color-tint, .post .color-tint {color: var(--color-primary-tint);}
.color-shade, .post .color-shade {color: var(--color-primary-shade);}
.color-white, .post .color-white {color: #FFF;}
.color-secondary, .post .color-secondary {color: var(--color-secondary);}
.px12, .post .px12 {font-size: var(--font-size12)!important;}
.px14, .post .px14 {font-size: var(--font-size14)!important;}
.px16, .post .px16 {font-size: var(--font-size16)!important;}
.px18, .post .px18 {font-size: var(--font-size18)!important;}
.px20, .post .px20 {font-size: var(--font-size20)!important;}
.px22, .post .px22 {font-size: var(--font-size22)!important;}
.px24, .post .px24 {font-size: var(--font-size24)!important;}
.px26, .post .px26 {font-size: var(--font-size26)!important;}
.px28, .post .px28 {font-size: var(--font-size28)!important;}
.px30, .post .px30 {font-size: var(--font-size30)!important;}
.px32, .post .px32 {font-size: var(--font-size32)!important;}
.px34, .post .px34 {font-size: var(--font-size34)!important;}
.px36, .post .px36 {font-size: var(--font-size36)!important;}
.px38, .post .px38 {font-size: var(--font-size38)!important;}
.px40, .post .px40 {font-size: var(--font-size40)!important;}
.px44, .post .px44 {font-size: var(--font-size44)!important;}
.px46, .post .px46 {font-size: var(--font-size46)!important;}
.px50, .post .px50 {font-size: var(--font-size50)!important;}
.px52, .post .px52 {font-size: var(--font-size52)!important;}
.px60, .post .px60 {font-size: var(--font-size60)!important;}
/* ===== text / 追加ユーティリティ ===== */
.txt-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.txt-underline--bold {
    text-decoration-thickness: 2px;
}
.txt-marker {background: linear-gradient(0, #6E9BA340 25%, transparent 25%);}
.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;
}
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.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-transparent, .post .bg-transparent {background: transparent;}
.bg-gray, .post .bg-gray {background: #F7F8F9;}
.bg-primary, .post .bg-primary {background: var(--color-primary);}
.bg-tint, .post .bg-tint {background: var(--color-primary-tint);}
.bg-shade, .post .bg-shade {background: var(--color-primary-shade);}
.bg-img, .post .bg-img {
    background-image: url();
    background-size: cover;
    background-position: center;
}
.outline {
    outline: 1px solid;
}
.border-radius {
	border-radius: 10px;
    overflow: hidden;
}
.border-bottom {
    border-bottom: .5px solid #D1D1D1;
}
.anchor-offset {
    position: relative;
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
    z-index: -10;
}
.anchor_link::before {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.img-area img {
    width: 100%;
}
.txt-area, .img-area {
    position: relative;
}
.txt-inner {
    max-width: 528px;
    width: 94%;
}
.img-area .num {
    font-size: var(--font-size18);
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.35em;
    height: 2.78em;
    background: #FFF;
    border-radius: 0 0 10px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.img-area .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: var(--font-size18);
    font-weight: bold;
    line-height: 1.5;
    background: #FFF;
    border-radius: 0 10px 0 0;
    padding: .75em .5em;
}
.inner_padding {
    padding: 15px;
}
@media print, screen and (min-width: 769px) {
    .ml-auto {margin-left: auto!important;}
    .mr-auto {margin-right: auto!important;}
}
@media print, screen and (max-width: 768px) {
    .sp_center {
        text-align: center;
    }
    .txt-inner {
        max-width: 94%;
        width: 100%;
        margin: 0 auto;
    }
}
/* ==== 追加 ==== */
.object-fit_2-1 img {
    aspect-ratio: 2/1;
    object-fit: cover;
}
.mx-auto, .post .mx-auto {
	margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
    .pc_mx-auto {margin: o auto;}
    .pc_mt1 {margin-top: 1rem !important;}
    .pc_mt2 {margin-top: 2rem !important;}
    .pc_mt3 {margin-top: 3rem !important;}
    .pc_mt4 {margin-top: 4rem !important;}
    .pc_mt5 {margin-top: 5rem !important;}
    .pc_mt6 {margin-top: 6rem !important;}
    .pc_mt7 {margin-top: 7rem !important;}
    .pc_mt8 {margin-top: 8rem !important;}
    .pc_mt9 {margin-top: 9rem !important;}
    .pc_mt10 {margin-top: 10rem !important;}
    .pc_mt15 {margin-top: 15rem !important;}
    .pc_mt16 {margin-top: 16rem !important;}
    .pc_mb1 {margin-bottom: 1rem !important;}
    .pc_mb2 {margin-bottom: 2rem !important;}
    .pc_mb3 {margin-bottom: 3rem !important;}
    .pc_mb4 {margin-bottom: 4rem !important;}
    .pc_mb5 {margin-bottom: 5rem !important;}
    .pc_mb6 {margin-bottom: 6rem !important;}
    .pc_mb7 {margin-bottom: 7rem !important;}
    .pc_mb8 {margin-bottom: 8rem !important;}
    .pc_mb9 {margin-bottom: 9rem !important;}
    .pc_mb10 {margin-bottom: 10rem !important;}
    .pc_mb15 {margin-bottom: 15rem !important;}
    .pc_mb16 {margin-bottom: 16rem !important;}
    .pc_pt1 {padding-top: 1rem !important;}
    .pc_pt2 {padding-top: 2rem !important;}
    .pc_pt3 {padding-top: 3rem !important;}
    .pc_pt4 {padding-top: 4rem !important;}
    .pc_pt5 {padding-top: 5rem !important;}
    .pc_pt6 {padding-top: 6rem !important;}
    .pc_pt7 {padding-top: 7rem !important;}
    .pc_pt8 {padding-top: 8rem !important;}
    .pc_pt9 {padding-top: 9rem !important;}
    .pc_pt10 {padding-top: 10rem !important;}
    .pc_pt15 {padding-top: 15rem !important;}
    .pc_pt16 {padding-top: 16rem !important;}
    .pc_pb1 {padding-bottom: 1rem !important;}
    .pc_pb2 {padding-bottom: 2rem !important;}
    .pc_pb3 {padding-bottom: 3rem !important;}
    .pc_pb4 {padding-bottom: 4rem !important;}
    .pc_pb5 {padding-bottom: 5rem !important;}
    .pc_pb6 {padding-bottom: 6rem !important;}
    .pc_pb7 {padding-bottom: 7rem !important;}
    .pc_pb8 {padding-bottom: 8rem !important;}
    .pc_pb9 {padding-bottom: 9rem !important;}
    .pc_pb10 {padding-bottom: 10rem !important;}
    .pc_pb15 {padding-bottom: 15rem !important;}
    .pc_pb16 {padding-bottom: 16rem !important;}
}
@media screen and (max-width: 768px) {
    .sp_mx-auto {margin: o auto;}
    .sp_pt1 {padding-top: 0.5rem !important;}
    .sp_pt2 {padding-top: 1rem !important;}
    .sp_pt3 {padding-top: 1.5rem !important;}
    .sp_pt4 {padding-top: 2rem !important;}
    .sp_pt5 {padding-top: 2.5rem !important;}
    .sp_pt6 {padding-top: 3rem !important;}
    .sp_pt7 {padding-top: 3.5rem !important;}
    .sp_pt8 {padding-top: 4rem !important;}
    .sp_pt9 {padding-top: 4.5rem !important;}
    .sp_pt10 {padding-top: 5rem !important;}
    .sp_pb1 {padding-bottom: 0.5rem !important;}
    .sp_pb2 {padding-bottom: 1rem !important;}
    .sp_pb3 {padding-bottom: 1.5rem !important;}
    .sp_pb4 {padding-bottom: 2rem !important;}
    .sp_pb5 {padding-bottom: 2.5rem !important;}
    .sp_pb6 {padding-bottom: 3rem !important;}
    .sp_pb7 {padding-bottom: 3.5rem !important;}
    .sp_pb8 {padding-bottom: 4rem !important;}
    .sp_pb9 {padding-bottom: 4.5rem !important;}
    .sp_pb10 {padding-bottom: 5rem !important;}
    .sp_pd2 {padding: 1rem !important;}
    .sp_pd3 {padding: 1.5rem !important;}
    .sp_pd4 {padding: 2rem !important;}
    .sp_pd5 {padding: 2.5rem !important;}
    .sp_mt1 {margin-top: 0.5rem !important;}
    .sp_mt2 {margin-top: 1rem !important;}
    .sp_mt3 {margin-top: 1.5rem !important;}
    .sp_mt4 {margin-top: 2rem !important;}
    .sp_mt5 {margin-top: 2.5rem !important;}
    .sp_mt6 {margin-top: 3rem !important;}
    .sp_mt7 {margin-top: 3.5rem !important;}
    .sp_mt8 {margin-top: 4rem !important;}
    .sp_mt9 {margin-top: 4.5rem !important;}
    .sp_mt10 {margin-top: 5rem !important;}
    .sp_mt15 {margin-top: 7.5rem !important;}
    .sp_mt16 {margin-top: 8rem !important;}
    .sp_mb1 {margin-bottom: 0.5rem !important;}
    .sp_mb2 {margin-bottom: 1rem !important;}
    .sp_mb3 {margin-bottom: 1.5rem !important;}
    .sp_mb4 {margin-bottom: 2rem !important;}
    .sp_mb5 {margin-bottom: 2.5rem !important;}
    .sp_mb6 {margin-bottom: 3rem !important;}
    .sp_mb7 {margin-bottom: 3.5rem !important;}
    .sp_mb8 {margin-bottom: 4rem !important;}
    .sp_mb9 {margin-bottom: 4.5rem !important;}
    .sp_mb10 {margin-bottom: 5rem !important;}
    .sp_mb15 {margin-bottom: 7.5rem !important;}
    .sp_mb16 {margin-bottom: 8rem !important;}
}
/* == == == == == == == == == == == == == == == == == == 
*  flex / card
* == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
* flex 
* == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc((100% - (var(--clamp-44) * 1)) / 2);}
.col-3{width: calc(100% / 3);}
.col-4{width: calc(100% / 4);}
.col-5{width: calc(100% / 5);}
.w25 {width: 25%;}
.w35 {width: 35%;}
.w45 {width: 45%;}
.w55 {width: 55%;}
.w65 {width: 65%;}
.w75 {width: 75%;}
.w85 {width: 85%;}
.wrap {flex-wrap: wrap;}
.nowrap {flex-wrap: nowrap;}
.jc_between {justify-content: space-between;}
.jc_around {justify-content: space-around;}
.jc_evenly {justify-content: space-evenly;}
.ai_center {align-items: center;}
.ai_start {align-items: start;}
.ai_end {align-items: end;}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        margin-bottom: 20px;
    } 
    .w25, .w35, .w45, .w55, .w65, .w75, .w85 {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* == == == == == == == ==
* card
* == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.card--col-2 {gap: 30px var(--clamp-44);}
.card--col-3 {gap: 15px}
.card--col-4 {gap: 20px;}
.card--col-5 {gap: 20px;}
.card__item--col-1 {width: calc((100% - (20px * 0)) / 1);}
.card__item--col-2 {width: calc((100% - (var(--clamp-44) * 1)) / 2);}
.card__item--col-3 {width: calc((100% - (15px * 2)) / 3);}
.card__item--col-4 {width: calc((100% - (20px * 3)) / 4);}
.card__item--col-5 {width: calc((100% - (20px * 4)) / 5);}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
    .card__item--col-5 {width: calc((100% - (20px * 3)) / 4);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card {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%;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* テーブル、マップ調整/table,map
* == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1.2em 1em;
    font-size: var(--font-size16);
    line-height: 1.8;
    color: var(--color-font);
    background: #FFF;
    border-bottom: 1px solid var(--color-table-border);
    font-weight: 500;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
        display: block;
		padding: 1em;
    }
	.post table th {
        background: var(--color-primary-shade);
	}
}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/btn
* == == == == == == == == == == == == == == == == == == */
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 550px;
    font-family: var(--font-family01);
    font-size: var(--font-size16);
    font-weight: bold;
    line-height: 2;
    text-align: center;
    color: #FFF;
    background: #EED65F;
    padding: 1em 2em;
    margin: 0;
    border-radius: 5px;
    transition: all .3s ease;
    outline: 1px solid;
}
.linkBtn:hover, .post .linkBtn:hover, a:hover .linkBtn {
    color: #EED65F;
    background: #FFF;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
    border-right: 1px solid;
    border-bottom: 1px solid;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/eyecatch
* == == == == == == == == == == == == == == == == == == */

header#h1Header h1.title {
    font-weight: bold;
    font-size: var(--font-size48);
    font-family: var(--font-family01);
	color: #FFF;
    max-width: var(--content-max-width);
    width: 94%;
    text-align: left;
    left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#thumbImg::before, header#h1Header::before {
    opacity: 1;
    background: var(--color-primary);
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
#breadcrumb {
	background: #FFF;
}
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li {
    border-bottom: 1px solid var(--color-table-border);
}
 .postlist li:first-child {
    border-top: 0;
}
.postlist .time {
    font-size: var(--font-size12);
    background: var(--color-primary);
    font-weight: 500;
    padding: .3em 1em;
    border-radius: 0;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
    font-weight: 500;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	display: block;
}
.post h2.cat-loop {
	font-size: var(--font-size18);
	font-weight: 500;
}

.post .post_img img, .post_img img, .post2b img, .post4b img {
    object-fit: cover;
}
@media only screen and (min-width: 769px) {
} 
/* == == == == == == == == == == == == == == == == == == 
* サイトマップ
* == == == == == == == == == == == == == == == == == == */
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    font-family: var(--font-family01);
    font-weight: 500;
}
/* == == == == == == == == == == == == == == == == == == 
* コンタクトフォーム
* == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
    max-width: 550px;
	margin: 0 auto;
}
.wpcf7-form  .linkBtn input[type="submit"] {
	color: #FFF;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
	color: #EED65F;
}
.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, nav#mainNav {
		width: 94%;
        max-width: 1240px;
        margin: 0 auto;
    } */
    #header-layout {
        height: 90px;
		padding: 0 2%;
    }
	nav#mainNav {
		width: 100%;
		max-width: unset;
	}
	nav#mainNav, body.sticky-header nav#mainNav {
		background: var(--color-primary);
	}
    nav#mainNav ul {
        justify-content: center;
    }
    nav#mainNav ul li::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 20px;
		border-left: 2px dotted #DCDDDD;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	nav#mainNav ul li:last-child::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 20px;
		border-left: 2px dotted #DCDDDD;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
	}
    .sticky-header #header-layout {
        height: auto;
    }
    .sticky-header #header > .inner {
        background: var(--header-background);
    }
	body.sticky-header nav#mainNav {
		margin: 0 auto;
	}
	#header .logo {
		padding: 10px var(--px20);
	}
	#header .logo img {
		max-width: 330px;
		max-height: 60px;
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a {
		padding: var(--px16) var(--px30);
	}
	nav#mainNav ul li a b {
		font-family: var(--font-family01);
        font-size: var(--font-size20);
		font-weight: bold;
		letter-spacing: 1px;
		color: #FFF;
		position: relative;
		padding-bottom: 5px;
	}
    nav#mainNav ul li a span {
        font-family: var(--font-family01);
        font-size: var(--font-size14);
		font-weight: 400;
		letter-spacing: 1px;
		padding-bottom: 5px;
		position: relative;
    }
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: transparent;
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: #FFF;
	}
	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: #FFF;
	}
	nav#mainNav ul li a b::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: #FFF;
		left: 0;
		bottom: 0;
		transition: .5s ease;
		transform-origin: center;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	nav#mainNav ul li a:hover b::before,
	nav#mainNav ul li.current-menu-item a b::before,
	nav#mainNav ul li a:active b::before, 
	nav#mainNav ul li.current-menu-parent a b::before {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	#header ul.header__contact {
		gap: var(--px16);
	}
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
	    height: 60px;
	    flex-direction: row;
	    border-radius: 50vw;
	    width: 14.35em;
        font-size: var(--font-size16);
		font-family: var(--font-family01);
		font-weight: bold;
		color: #FFF;
		background: var(--header-color-primary);
		letter-spacing: .05em;
		gap: .5em;
    }
	#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;
	}
	#header a.head_btn.line_btn {
		background: #03C300;
	}
	#header a.head_btn.line_btn::before {
		content: '\f3c0';
	}
	#header a.head_btn.line_btn:hover {
		color: #03C300;
		background: #FFF;
	}
    #header .head_btn__txt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #header .head_btn__subTxt {
        font-size: var(--font-size12);
    }
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
.spmenu #menu p {
	margin-bottom: 0;
	    line-height: 1.5;
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: var(--header-background);
		color: var(--header-color-font);
		font-family: var(--font-family02);
	}
	nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item a {
		background: var(--header-background);
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
		color: var(--header-color-primary);
	}
	nav#mainNav ul li a:hover {
		color: var(--color-primary);
	}
}
/* == == == == == == == == == == == == == == == == == == 
*  フッター調整/footer 
* == == == == == == == == == == == == == == == == == == */
#footer {
	padding-top: 0;
    padding-bottom: 0;
}
#footer a {
	transition: .5s ease;
}
#footer .inner {
	padding-top: 10px;
}
#footer .footer__logo:not(:last-child) {
    margin-bottom: 10px;
}
#footer .footer__logo img {
    max-width: 325px;
}
#footer li a, .footeradd, .footertel {
	font-size: var(--font-size14);
	font-weight: bold;
}
#copyright {
    background: var(--color-primary);
    color: #FFF;
    padding: 10px 0;
    margin: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / other
* == == == == == == == == == == == == == == == == == == */
/* == #content.wide ==== */
#content, body:not(.home) #content.wide {
    padding-top: 0;
    padding-bottom: 0;
}
body.archive.category #content.wide,
body.single #content.wide,
body.page-contact #content.wide,
body.page-thanks #content.wide,
body.page-sitemap #content.wide,
body.page-privacy #content.wide {
    padding: var(--clamp-80) 0;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* トップ、下層調整/ .top-content, .page-content
* == == == == == == == == == == == == == == == == == == */
.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: 50vw;
    height: 100vh;
    background-image: url(/wp-content/uploads/top_bg.jpg);
    background-size: cover;
    background-position: top left;
    z-index: -1;
    top: 0;
    right: 0;
} */
.top-content {
    padding-top: var(--clamp-80);
    padding-bottom: var(--clamp-80);
}
@media print, screen and (max-width: 768px) {
	body.home::before {
		width: 100%;
	}
}
/* == == == == == == == == == == == == == == == == == == 
* component / c-~~
* == == == == == == == == == == == == == == == == == == */
/* ==== c-ttl-01 ==== */
.c-ttl-01, .post .c-ttl-01 {
    font-family: var(--font-family01);
    font-size: var(--font-size80);
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: .5em;
    color: var(--color-primary);
    position: relative;
    margin-bottom: 0;
}
.c-ttl-01 .en, .post .c-ttl-01 .en {
    font-family: var(--font-family02);
    font-size: var(--font-size80);
    color: #F4F4F4;
    font-style: italic;
    font-weight: 900;
    opacity: .8;
}
.c-ttl-01 .jp, .post .c-ttl-01 .jp {
    position: absolute;
    width: 100%;
    height: auto;
    font-family: var(--font-family01);
    font-size: var(--font-size32);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-ttl-01--icon, .post .c-ttl-01--icon {
    margin-top: .8em;
}
.c-ttl-01--icon::before, .post .c-ttl-01--icon::before {
    position: absolute;
    content: '';
    width: .5em;
    height: .75em;
    background-image: url(/wp-content/uploads/icon_taiwan.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    top: -.5em;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* ==== c-ttl-02 ==== */
.c-ttl-02, .post .c-ttl-02 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: var(--font-size28);
    line-height: 1.5;
    margin-bottom: .5em;
    font-family: var(--font-family01);
}
.c-ttl-02 .en, .post .c-ttl-02 .en {
    font-weight: 500;
    color: var(--color-primary);
    font-size: var(--font-size18);
    padding-left: 1em;
    position: relative;
}
.c-ttl-02 .en::before, .post .c-ttl-02 .en::before {
    position: absolute;
    content: '';
    width: .55em;
    height: .55em;
    background: var(--color-primary);
    border-radius: 50vw;
    left: 0;
    top: .4em;
}
/* ==== c-subTtl-01 ==== */
.c-subTtl-01, .post .c-subTtl-01 {
    font-size: var(--font-size20);
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
    line-height: 1.5;
    gap: .2em;
    margin-bottom: 1em;
}
.c-subTtl-01 .en, .post .c-subTtl-01 .en {
    font-size: var(--font-size18);
    color: var(--color-primary);
}
.c-subTtl-01--border, .post .c-subTtl-01--border {
    padding-bottom: .3em;
    border-bottom: 1px solid var(--color-primary);
}
/* .c-subTtl-01 .jp, .post .c-subTtl-01 .jp {} */
/* ==== c-cardTtl-01 ==== */
.c-cardTtl, .post .c-cardTtl {
    background: var(--color-primary);
    color: #FFF;
    font-size: var(--font-size18);
    font-weight: bold;
    padding: .8em .5em;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.5;
    position: relative;
}
/* .c-cardTtl--arrow, .post .c-cardTtl--arrow {
    margin-bottom: 10px;
} */
.c-cardTtl--arrow::after, .post .c-cardTtl--arrow::after {
    content: '';
    position: absolute;
    border-top: 10px solid var(--color-primary);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    z-index: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* ==== c-txt-box ==== */
.c-txt-box, .post .c-txt-box {
    display: inline-block;
    font-size: var(--font-size20);
    color: #FFF;
    background-color: var(--color-primary);
    padding: .1em 1em;
    font-weight: bold;
}
.c-txt-box--min, .post .c-txt-box--min {
    padding: .3em;
    margin-right: .4em;
    line-height: 1;
}
.c-txt-box--transparent, .post .c-txt-box--transparent {
    background-color: transparent;
    color: var(--color-font);
}
/* ==== c-txt-point ==== */
.c-txt-point, .post .c-txt-point {
    display: block;
    font-size: var(--font-size18);
    font-weight: bold;
    color: #FFF;
    background-color: var(--color-primary);
    padding: .8em .5em;
    max-width: 355px;
    width: 90%;
    text-align: center;
    position: relative;
    margin: 0 auto 20px;
}
.c-txt-point::after, .post .c-txt-point::after {
    content: '';
    position: absolute;
    border-top: 10px solid var(--color-primary);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    z-index: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* ==== c-txt-bubble ==== */
.c-txt-bubble, .post .c-txt-bubble {
    display: inline-block;
    padding: 0 1.5em;
    margin-bottom: .2em;
    position: relative;
}
.c-txt-bubble::before, .post .c-txt-bubble::before,
.c-txt-bubble::after, .post .c-txt-bubble::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 1em;
    border-left: 2px solid;
    bottom: .2em;
}
.c-txt-bubble::before, .post .c-txt-bubble::before {
    left: .8em;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.c-txt-bubble::after, .post .c-txt-bubble::after {
    right: .8em;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
/* ==== c-txt-box-yellow ==== */
.c-txt-box-yellow, .post .c-txt-box-yellow {
    display: inline-block;
    font-size: var(--font-size34);
    line-height: 1;
    font-weight: bold;
    color: #FFF;
    background-color: #FBDF6F;
    padding: .3em;
    font-weight: bold;
    border-radius: 10px;
    outline: 2px solid #FFF;
    position: relative;
    color: var(--color-font);
    margin-bottom: 10px;
}
.c-txt-box-yellow::after, .post .c-txt-box-yellow::after {
    content: '';
    position: absolute;
    width: 17px;
    height: 10px;
    background-image: url(/wp-content/uploads/icon_arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.c-txt-box-yellow .c-txt-bubble::before, .post .c-txt-box-yellow .c-txt-bubble::before,
.c-txt-box-yellow .c-txt-bubble::after, .post .c-txt-box-yellow .c-txt-bubble::after {
    bottom: 0;
    height: .5em;
}
@media print, screen and (min-width: 769px) {
	.c-txt-box-yellow, .post .c-txt-box-yellow {
		position: absolute;
		top: calc((var(--clamp-30) + (1.8em + 10px)) * -1);
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: clamp(220px, 70%, 300px);
	}

}
/* ==== c-txt-flex ==== */
.c-txt-flex, .post .c-txt-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
@media print, screen and (max-width: 768px) {
    .c-txt-flex.sp_column, .post .c-txt-flex.sp_column {
		flex-direction: column;
    }
}
/* ==== c-btn-content ==== */
.c-btn-content, .post .c-btn-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
}
@media print, screen and (min-width: 769px) {
    .c-btn-content--left, .post .c-btn-content--left {
        justify-content: flex-start;
    }
}
/* ==== c-btn ==== */
.c-btn, .post .c-btn, a.c-btn {
    transition: .5s ease;
    display: inline-block;
    position: relative;
    background: var(--color-primary);
    color: #FFF;
    font-size: var(--font-size18);
    font-family: var(--font-family01);
    font-weight: bold;
    width: 90%;
    max-width: 270px;
    line-height: 1.7;
    padding: .8em 2em;
    border-radius: 50vw;
    text-align: center;
}
.c-btn:hover, .post .c-btn:hover, a.c-btn:hover {
    color: var(--color-primary);
    background: #FFF;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    outline: 1px solid;
}
.c-btn::after, .post .c-btn::after, a.c-btn::after {
    font-family: 'FontAwesome';
    font-size: 1em;
    content: '\f0a9';
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
}
/* .c-btn:hover::after, .post .c-btn:hover::after, a.c-btn:hover::after {
    width: .5em;
} */
.c-btn--youtube, .post .c-btn--youtube, a.c-btn--youtube {
    border-radius: 0;
    font-size: var(--font-size24);
    max-width: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5em;
}
.c-btn--youtube::before, .post .c-btn--youtube::before, a.c-btn--youtube::before {
    content: '\f167';
    display: block;
    font-family: 'FontAwesome';
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
}
.c-btn--youtube::after, .post .c-btn--youtube::after, a.c-btn--youtube::after {
    display: none;
}
@media print, screen and (max-width: 768px) {
	.c-btn--youtube, .post .c-btn--youtube, a.c-btn--youtube {
		padding: .8em;
	}
}
/* ==== .c-table ==== */
table.c-table, table.c-table th, table.c-table td,
.post table.c-table, .post table.c-table th, .post table.c-table td {
    border: 0px;
}
table.c-table th, .post table.c-table th {
    background: #FFF;
    border-bottom: 1px solid var(--color-primary);
} 
table.c-table td, .post table.c-table td {
    background: #FFF;
    border-bottom: 1px solid var(--color-table-border);
} 
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    table.c-table th, .post table.c-table th {
        background: var(--color-primary-tint);
    }
}
@media print, screen and (max-width: 768px) {
}
/* ==== .c-list-check ==== */
.c-list-check, .post .c-list-check {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 600px;
    margin: 0 auto;
	text-align: left; 
}
.c-list-check li, .post .c-list-check li {
    font-weight: bold;
    font-size: var(--font-size18);
    line-height: 1.5;
    position: relative;
    color: var(--color-font);
    padding-left: 1.65em;
}
.c-list-check li::before, .post .c-list-check li::before {
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--color-primary);
    content: '\f058';
    font-size: 1em;
    left: 0;
    top: .2em;
	line-height: 1;
}
/* ==== c-contentItem ==== */
.c-contentItem, .post .c-contentItem {
    background: var(--color-primary-tint);
    padding: var(--clamp-30);
    border-radius: 20px;
}
/* ==== c-video-wrapper ==== */
.c-video-wrapper, .post .c-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;/* 16:9のアスペクト比（9 ÷ 16 = 0.5625） */
}
.c-video-wrapper iframe, .post .c-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* == == == == == == == == == == == == == == == == == == 
* project / p-~~
* == == == == == == == == == == == == == == == == == == */
/* ==== p-tAbout ==== */
.p-tAbout--img, .post .p-tAbout--img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: clamp(180px, 13.6vw, 260px);
}
@media print, screen and (max-width: 768px) {
    .p-tAbout--img, .post .p-tAbout--img {
        position: relative;
        margin: 0 auto 20px;
        width: 40%;
        max-width: 180px;
    }
}
/* ==== p-tReason ==== */
@media print, screen and (max-width: 768px) {
}
/* ==== p-tPoint ==== */
.p-tPoint, .post .p-tPoint {
    position: relative;
}
.p-tPoint::before, .post .p-tPoint::before {
    content: '';
    position: absolute;
    background-color: #f7f7f7;
    background-image: radial-gradient(circle, #d23d3e 1.5px, transparent 1.5px);
    background-position: 0 0;
    background-size: 23px 23px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .24;
    z-index: 0;
}
@media print, screen and (max-width: 768px) {
}
/* ==== p-tVoice ==== */
@media print, screen and (max-width: 768px) {
}
/* ==== p-tSupport ==== */
@media print, screen and (min-width: 769px) {
    .p-tSupport__cardItem, .post .p-tSupport__cardItem {
        width: calc((100% - (var(--clamp-70) * 1)) / 2);
    }
}
/* ==== p-tCoach ==== */
.p-tCoach--imgArea img, .post .p-tCoach--imgArea img {
    border-radius: 50vw;
    overflow: hidden;
    outline: 5px solid var(--color-primary);
    width: 60%;
    max-width: 260px;
    margin: 0 auto 20px;
    display: block;
}
@media print, screen and (max-width: 768px) {
}
/* ==== p-tColumn ==== */

@media print, screen and (max-width: 768px) {
}
/* ==== p-tInstagram ==== */

@media print, screen and (max-width: 768px) {
}
/* ==== p-mission ==== */
.p-mission {
    background: linear-gradient(#FFFFFFE6, #FFFFFFE6), url(/wp-content/uploads/mission_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media print, screen and (max-width: 768px) {
}
/* ==== p-banner ==== */
.p-banner {
    position: fixed;
    z-index: 1000;
    width: clamp(100px, 20%, 285px);
    bottom: 5%;
    right: 0;
}
.p-banner img {
    width: 100%;
    height: auto;
}
@media print, screen and (max-width: 768px) {
	.p-banner {
		bottom: 10%;
	}
}
/* ==== p-cta ==== */
.p-cta {
	margin-bottom: 15px;
}
.p-cta__upper, .post .p-cta__upper {
    background: var(--color-primary);
}
.p-cta__inner, .post .p-cta__inner {
    width: 94%;
    max-width: var(--content-max-width);
    margin: 0 auto;
}
.p-cta__ttl, .post .p-cta__ttl {
    font-size: var(--font-size38);
    font-weight: bold;
    color: #FFF;
    padding: var(--clamp-40) 0;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: var(--px20);
    align-items: center;
    margin: 0;
}
.p-cta__sub-ttl, .post .p-cta__sub-ttl {
    font-size: .63em;
    display: inline-block;
    border: 1px solid #FFF;
    padding: .2em .7em;
}
.p-cta__content {
    padding-top: var(--clamp-40);
    padding-bottom: var(--clamp-60);
    background: linear-gradient(#FFFFFFB3, #FFFFFFB3), url(/wp-content/uploads/cta_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
}
.p-cta__txt {
    font-size: var(--font-size30);
    font-weight: bold;
    line-height: 1.5;
}
.p-cta__txt--bubble {
    font-size: var(--font-size32);
    display: inline-block;
    padding: 0 1em;
    margin-bottom: .2em;
    position: relative;
}
.p-cta__txt--bubble::before, .p-cta__txt--bubble::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 1em;
    border-left: 2px solid;
    bottom: .1em;
}
.p-cta__txt--bubble::before {
    left: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.p-cta__txt--bubble::after {
    right: 0;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.p-cta__column {
    width: calc((100% - (25px * 2)) / 3);
    background: #FFF;
    padding: min(3%, 15px) min(3%, 15px) min(5%, 30px);
    border-radius: 20px;
    box-shadow: 0 3px 20px #4848481A;
}
.p-cta__img {
    width: 90%;
    max-width: 190px;
    margin: 0 auto;
}
.p-cta__img img {
    width: 100%;
    height: auto;
}

.p-cta__btn-content {
    display: flex;
    flex-direction: row;
    gap: var(--clamp-40);
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.p-ctaBtn, a.p-ctaBtn {
    display: flex;
    position: relative;
    font-size: calc(var(--font-size26) - 1px);
    font-weight: bold;
    line-height: 1.5;
    background: var(--color-primary);
    color: #FFF;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 18em;
    height: 4em;
    border-radius: 50vw;
    transition: .5s ease;
	gap: .5em;
}
.p-ctaBtn:hover, a.p-ctaBtn:hover {
    color: var(--color-primary);
    background: #FFF;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    outline: 1px solid;
}
.p-ctaBtn--line, a.p-ctaBtn--line {
	background: #03C300; 
}
.p-ctaBtn--line:hover, a.p-ctaBtn--line:hover {
	color: #03C300; 
}
.p-ctaBtn::before {
    content: '';
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1;
}
.p-ctaBtn--mail::before {
    content: '\f0e0';
}
.p-ctaBtn--line::before {
    content: '\f3c0';
}
@media print, screen and (max-width: 768px) {
	.p-cta__txt {
		font-size: var(--font-size24); 
	}
	.p-cta__txt--bubble {
		font-size: var(--font-size28); 
	}
	.p-cta__ttl, .post .p-cta__ttl {
		flex-direction: column;
		font-size: var(--font-size32);
	}
	.p-cta__column {
		width: 90%;
		margin: 0 auto 20px;
		max-width: 350px;
	}
	.p-cta__img img {
		object-fit: contain;
		object-position: top;
		aspect-ratio: 2/1;
	}
}
