@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;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Radley:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
    /*------â–¼åŸºæœ¬è¨¬å®šâ–¼------*/
    --color-background: #fff;
    --color-font: #333333;
    /*   --color-primary: #ffb145; */
    --color-primary: #ffc77a;
    --color-table-border: #ccc;
    --color-table-border02: #cecece;
    --color-border: #d9d9d9;
    --color-button-border: #927777;
    --color-button-bg: linear-gradient(90deg, rgba(255, 243, 199, 0.996078) 0%, #fefed8 100%);
    --color-bg-line: #06c755;
    --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    /* 1.6
1.4rem (1920-375) */
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1100px;
    /*------â–¼ãƒ˜ãƒƒãƒ€ãƒ¼è¨¬å®šâ–¼------*/
    --header-background: #fff;
    --header-color-font: #444444;
    /*   --header-color-primary: #ffb145; */
    --header-color-primary: #ffc77a;
    --header-color-mail: #4d0707;
    /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
    --footer-background: linear-gradient(90deg, #ffe9e9 0%, #ffeecc 100%);
    --footer-color-font: #333;
    --footer-color-primary: #333;
    /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Radley", "Noto Sans JP", serif;
    --font-family03: "Zen Old Mincho", "Noto Sans JP", sans-serif;
    --font-family04: "Noto Serif JP", "Noto Sans JP", sans-serif;
    --font-family05: "Inter", "Noto Sans JP", sans-serif;

    /*------â–¼pxãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
    --px300: min(calc(300px + (1vw - 19.2px) * 10.356), 300px);
    /*300px-80px (1920-375)*/
    --px240: min(calc(240px + (1vw - 19.2px) * 10.356), 240px);
    /*240px-80px (1920-375)*/
    --px200: min(calc(200px + (1vw - 19.2px) * 6.4725), 200px);
    /*200px-100px (1920-375)*/
    --px180: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px);
    /*180-120px (1920-375) */
    --px170: min(calc(170px + (1vw - 19.2px) * 6.4725), 170px);
    /*160px-60px (1920-375)*/
    --px160w: min(calc(160px + (1vw - 19.2px) * 5.178), 160px);
    /*160px-80px (1920-375)*/
    --px160: min(calc(160px + (1vw - 19.2px) * 6.4725), 160px);
    /*160px-60px (1920-375)*/
    --px150: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
    /*150-100px (1920-375) */
    --px140: min(calc(140px + (1vw - 19.2px) * 6.4725), 140px);
    /*140px-40px (1920-375)*/
    --px130: min(calc(130px + (1vw - 19.2px) * 2.589), 130px);
    /*130px-90px (1920-375)*/
    --px120: min(calc(120px + (1vw - 19.2px) * 2.589), 120px);
    /*120px-80px (1920-375)*/
    --px120s: clamp(50px, calc(50px + ((1vw - 3.75px) * 4.5307)), 120px);
    /*120px-50px (1920-375)*/
    --px100w: min(calc(100px + (1vw - 19.2px) * 3.2362), 100px);
    /*100px-50px (1920-375)*/
    --px100: min(calc(100px + (1vw - 19.2px) * 3.8835), 100px);
    /*100px-40px (1920-375)*/
    --px96: min(calc(96px + (1vw - 19.2px) * 3.1068), 96px);
    /*96px-48px (1920-375)*/
    --px90: min(calc(90px + (1vw - 19.2px) * 3.8835), 90px);
    /*90px-30px (1920-375)*/
    --px80w: min(calc(80px + (1vw - 19.2px) * 1.2945), 80px);
    /*80px-60px (1920-375)*/
    --px80: min(calc(80px + (1vw - 19.2px) * 2.589), 80px);
    /*80px-40px (1920-375)*/
    --px70: min(calc(70px + (1vw - 19.2px) * 1.9417), 70px);
    /*60px-30px (1920-375)*/
    --px80s: min(calc(80px + (1vw - 19.2px) * 3.8835), 80px);
    /*80px-20px (1920-375)x*/
    --px60w: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px);
    /*60px-40px (1920-375)*/
    --px60: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px);
    /*60px-30px (1920-375)*/
    --px50: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px);
    /*50px-30px (1920-375)*/
    --px40w: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px);
    /*40px-30px (1920-375)*/
    --px40: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px);
    /*40px-20px (1920-375)*/
    --px35: min(calc(35px + (1vw - 19.2px) * 1.2945), 35px);
    /*35px-15px (1920-375)*/
    --px30w: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
    /*30px-20px (1920-375)*/
    --px30: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
    /*30px-15px (1920-375)*/
    --px24: min(calc(24px + (1vw - 19.2px) * 0.6472), 24px);
    /*24px-14px (1920-375)*/
    --px20: min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);
    /*20px-10px (1920-375)*/
    --px18: min(calc(18px + (1vw - 19.2px) * 0.2589), 18px);
    /*18px-14px (1920-375)*/
    --px16: min(calc(16px + (1vw - 19.2px) * 0.1294), 16px);
    /*16px-14px (1920-375)*/
    --px14: min(calc(14px + (1vw - 19.2px) * 0.1294), 14px);
    /*14px-12px (1920-375)*/
    --px12: min(calc(12px + (1vw - 19.2px) * 0.0647), 12px);
    /*12px-11px (1920-375)*/
    /*------â–¼remãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
    --rem120: min(calc(12rem + (1vw - 1.92rem) * 3.8835), 12rem);
    /*12rem-6rem (1920-375)*/
    --rem80w: min(calc(8rem + (1vw - 1.92rem) * 1.2945), 8rem);
    /*8rem-6rem (1920-375)*/
    --rem80: min(calc(8rem + (1vw - 1.92rem) * 2.589), 8rem);
    /*8rem-4rem (1920-375)x*/
    --rem72: min(calc(7.2rem + (1vw - 1.92rem) * 1.9417), 7.2rem);
    /*7.2rem-4.2rem (1920-375)*/
    --rem70: min(calc(7rem + (1vw - 1.92rem) * 1.9417), 7rem);
    /*7rem-4.2rem (1920-375)*/
    --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem);
    /*6rem-3.6rem (1920-375)*/
    --rem56: min(calc(5.6rem + (1vw - 1.92rem) * 1.5534), 5.6rem);
    /*5.6rem-3.2rem (1920-375)*/
    --rem48w: min(calc(4.8rem + (1vw - 1.92rem) * 0.6472), 4.8rem);
    /*4.8rem-3.8rem*/
    --rem48: min(calc(4.8rem + (1vw - 1.92rem) * 1.5534), 4.8rem);
    /*4.8rem-2.4rem (1920-375)*/
    --rem42w: min(calc(4.2rem + (1vw - 1.92rem) * 0.6472), 4.2rem);
    /*4.2rem-3.2rem (1920-375)*/
    --rem42: min(calc(4.2rem + (1vw - 1.92rem) * 1.165), 4.2rem);
    /*4.2rem-2.4rem (1920-375)*/
    --rem42s: min(calc(4.2rem + (1vw - 1.92rem) * 1.4887), 4.2rem);
    /*4.2rem-1.9rem (1920-375)*/
    --rem40w: min(calc(4rem + (1vw - 1.92rem) * 0.6472), 4rem);
    /*4rem-3rem (1920-375)*/
    --rem40: min(calc(4rem + (1vw - 1.92rem) * 1.2945), 4rem);
    /*4rem-2rem (1920-375)*/
    --rem36: min(calc(3.6rem + (1vw - 1.92rem) * 0.7767), 3.6rem);
    /*3.6rem-2.4rem (1920-375)*/
    --rem30w: min(calc(3rem + (1vw - 1.92rem) * 0.3883), 3rem);
    /*3rem-2.4rem (1920-375)*/
    --rem30: min(calc(3rem + (1vw - 1.92rem) * 0.6472), 3rem);
    /*3rem-2rem (1920-375)*/
    --rem30s: min(calc(3rem + (1vw - 1.92rem) * 0.9709), 3rem);
    /*3rem-1.5rem (1920-375)*/
    --rem28: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472), 2.8rem);
    /*2.8rem-1.8rem (1920-375)*/
    --rem26w: min(calc(2.6rem + (1vw - 1.92rem) * 0.3883), 2.6rem);
    /*2.6rem-1.8rem (1920-375)*/
    --rem24w: min(calc(2.4rem + (1vw - 1.92rem) * 0.3883), 2.4rem);
    /*2.4rem-1.8rem (1920-375)*/
    --rem24: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472), 2.4rem);
    /*2.4rem-1.4rem (1920-375)*/
    --rem22w: min(calc(2.2rem + (1vw - 1.92rem) * 0.2589), 2.2rem);
    /*2.2rem-1.6rem (1920-375)*/
    --rem20w: min(calc(2rem + (1vw - 1.92rem) * 0.2589), 2rem);
    /*2rem-1.6rem (1920-375)*/
    --rem20: min(calc(2rem + (1vw - 1.92rem) * 0.3883), 2rem);
    /*2rem-1.4rem (1920-375)*/
    --rem18: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589), 1.8rem);
    /*1.8rem-1.4rem (1920-375)*/
    --rem16: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
    /*1.6rem-1.4rem (1920-375)*/
    --rem14: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem);
    /*1.4rem-1.2rem (1920-375)*/
    --rem12: min(calc(1.2rem + (1vw - 1.92rem) * 0.0647), 1.2rem);
    /*1.2rem-1.1rem (1920-375)*/
}

html {
    scroll-behavior: smooth;
}


body.home #contact-bottom {
    display: none;
}

body {
    letter-spacing: 0.1em;
}

.post p {
    margin: 0 var(--px30);
}

.cta01 .cta01_wrap h1 {
    text-align: center;
}

.anchor_link::before {
    content: "";
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}

.text-normal {
    font-size: var(--rem18);
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.home-content_max {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.clr-fff {
    color: var(--color-background) !important;
}

.w100 {
    width: 100% !important;
}

@media print,
screen and (min-width: 700px) {
    .sm_center {
        text-align: center;
    }
}

@media print,
screen and (min-width: 768px) {
    .flexbox-sp {
        display: flex;
    }

    .flexbox-sp .w50 {
        width: 50%;
    }
}

/* ------- style h1 ------------- */
/* h1.title.main-ttl,
h1.title.bottom-loop {
  font-size: var(--rem40w);
  font-family: var(--font-family03);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--color-font);
  position: relative;
  padding-bottom: var(--px30);
}

h1.title.main-ttl span span,
h1.title.bottom-loop span span {
  font-size: var(--rem36);
  font-family: var(--font-family02);
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: block;
  font-weight: normal;
}

h1.title.main-ttl::after,
h1.title.bottom-loop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--color-font);
}

h1.title.main-ttl.clr-fff::after {
  background: var(--color-background);
}
 */


h1.title.main-ttl,
h1.title.bottom-loop {
    font-size: clamp(20px, 2.08vw + 1px, var(--rem40w));
    font-family: var(--font-family03);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.06em;
    color: var(--color-font);
    position: relative;
}

h1.title.main-ttl span span,
h1.title.bottom-loop span span {
    display: block;
    font-size: clamp(18px, 1.875vw + 1px, var(--rem36));
    font-family: var(--font-family02);
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #a99778;
}

/* h1.title.main-ttl::after,
h1.title.bottom-loop::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(40px, 4.17vw, 80px);
    height: clamp(1.5px, 0.156vw, 3px);
    background: var(--color-font);
}

h1.title.main-ttl.clr-fff::after {
    background: var(--color-background);
} */



/* ------- end style h1 ------------- */

/* ------- style h2 ------------- */
body:not(.home) .post h2 {
    font-size: clamp(20px, 2.08vw + 1px, var(--rem40w));
    font-family: var(--font-family03);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.06em;
    color: var(--color-font);
    padding-bottom: clamp(16px, 1.56vw, var(--px30));
}

body:not(.home) .post h2 span span {
    display: block;
    font-size: clamp(18px, 1.875vw + 1px, var(--rem36));
    font-family: var(--font-family02);
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #a99778;
}

body:not(.home) .post h2::after {
    background: var(--color-font);
}

.post h2::after {
    content: none !important;
    display: none !important;
}

/* ------- end style h2 ------------- */

/* -------  style h3 ------------- */
body:not(.home) .post h3 {
    font-size: var(--rem24w);
    font-weight: 500;
    font-family: var(--font-family05);
    color: #333;
    border-left: 10px solid #a99778;
    border-bottom: 1px solid #a99778;
    padding-bottom: 2px;
}

@media print,
screen and (max-width: 414px) {
    body:not(.home) .post h3 {
        font-size: 1.6rem;
    }
}

/* ------- end style h3 ------------- */

/* -------  style table ------------- */
table.responsive {
    border-collapse: separate;
    border: none;
    border-spacing: 0 3px;
}

table.responsive th {
    /*     font-weight: bold; */
    font-size: var(--rem18);
    padding: var(--px30) var(--px20);
    /*     background: linear-gradient(90deg, #ffe9e9 0%, #ffeecc 100%); */
    /*     background: #ffe0b6; */
    background: #fdeaa7;
    border: 1px solid var(--color-table-border02);
    border-right: none;
    vertical-align: middle;
    width: 30%;
    letter-spacing: 0.1em;
}

table.responsive td {
    font-size: var(--rem18);
    padding: var(--px30) var(--px20);
    border: 1px solid var(--color-table-border02);
    border-left: none;
    /*     background: var(--color-background); */
    vertical-align: middle;
    letter-spacing: 0.1em;
}

.post table th {
    font-weight: normal;
}

/* ------- end style table ------------- */

/* ------- style button ------------- */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    font-size: var(--rem18);
    color: var(--color-button-border);
    line-height: 1.8;
    text-align: center;
    background: var(--color-button-bg);
    font-weight: 600;
    padding: var(--px16) 30px var(--px16) 20px;
    margin: var(--px40) auto 0;
    border: solid 2px var(--color-button-border);
    border-radius: 50vh;
    transition: all 0.3s;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
    border-color: var(--color-button-border);
    border-width: 2px;
    right: var(--px60);
}

.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
    background: var(--color-background);
    color: var(--color-button-border);
}

.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
    border-color: var(--color-button-border);
}

.subimitarea>.linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}


.underline-dotted {

    border-bottom: 1px dotted #999;
    padding-bottom: 2px;
    text-decoration: none;


}

@supports (text-decoration-style: dotted) {
    .underline-dotted {
        border-bottom: none;
        padding-bottom: 0;

        text-decoration-line: underline;
        text-decoration-style: dotted;
        text-decoration-color: #999;
        text-underline-offset: 4px;
    }
}

.underline-dotted:hover {
    text-decoration-color: #ffe0b6;
}


/* ------- end style button ------------- */

/* ------------- HEADER --------------- */
#thumbImg::before,
header#h1Header::before {
    opacity: 0.3;
}

.note,
.inlinenote {
    white-space: nowrap;
}

@media print,
screen and (min-width: 1024px) {
    nav#mainNav ul li.pc_none {
        display: none;
    }

    #header {
        height: 100px;
    }

    #header .logo {
        display: flex;
        align-items: center;
        gap: var(--px20);
    }

    .logo-txt {
        font-weight: 500;
        font-size: var(--rem20);
        color: var(--header-color-font);
        letter-spacing: 0.1em;
    }

    #header .logo img {
        max-width: 191px;
        width: 100%;
        height: auto;
        min-width: 80px;
    }

    .sticky-header #header-layout {
        height: 100px;
    }

    nav#mainNav ul li a {
        padding: var(--px20);
    }

    nav#mainNav ul li a b {
        font-size: var(--rem18);
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.1em;
        color: var(--header-color-font);
    }

    #header ul.header__contact {
        gap: var(--px20);
    }

    #header ul.header__contact li {
        display: flex;
        align-items: center;
    }

    #header a.head_btn::before {
        display: none;
    }

    #header a.head_btn.tel_btn {
        color: var(--header-color-font);
        background: var(--color-background);
        width: 240px;
        height: 56px;
        border-left: 1px solid var(--header-color-font);
    }

    #header a.head_btn.tel_btn .tel_icon {
        font-size: var(--rem24);
        font-weight: bold;
        letter-spacing: 0;
    }

    #header a.head_btn.tel_btn .tel_icon::before {
        content: "\f095";
        font-family: "FontAwesome";
        font-size: var(--rem18);
        font-weight: 400;
        line-height: 1;
        margin-top: 4px;
        margin-right: 8px;
        color: var(--header-color-font);
    }

    #header a.head_btn.tel_btn:hover {
        background: var(--header-color-primary);
        color: var(--header-background);
        border-color: var(--header-color-primary);
    }

    #header a.head_btn.tel_btn:hover .tel_icon::before {
        color: var(--header-background);
    }

    #header a.head_btn.line_btn {
        width: 140px;
        height: 78px;
        background: var(--color-bg-line);
        color: var(--color-background);
        font-weight: bold;
        font-size: var(--rem14);
        position: relative;
        border-radius: 10px;
        letter-spacing: 0.06em;
    }

    #header a.head_btn.line_btn span::before {
        content: "\f3c0";
        font-family: "FontAwesome";
        display: block;
        font-size: var(--rem24);
        text-align: center;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 4px;
        color: var(--header-background);
    }

    #header a.head_btn.line_btn:hover {
        background: var(--header-color-primary);
    }

    #header a.head_btn.mail_btn {
        width: 140px;
        color: var(--header-color-mail);
        font-size: var(--rem14);
        font-weight: bold;
        margin-right: var(--px20);
        height: 78px;
        border-radius: 10px;
        letter-spacing: 0.06em;
    }

    #header a.head_btn.mail_btn span::before {
        content: "\f0e0";
        font-family: "FontAwesome";
        font-size: var(--rem20);
        display: block;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 4px;
        color: var(--header-color-mail);
        text-align: center;
    }

    #header a.head_btn.mail_btn:hover {
        color: var(--header-color-primary);
        background: var(--footer-background);
    }

    #header a.head_btn.mail_btn:hover span::before {
        color: var(--header-color-primary);
    }
}

@media print,
screen and (max-width: 1800px) and (min-width: 1024px) {
    nav#mainNav ul li a {
        padding: var(--px20) 10px;
    }

    .logo-txt {
        font-size: 1.4rem;
    }

    #header a.head_btn.tel_btn {
        width: max-content;
    }

    #header a.head_btn.mail_btn {
        width: max-content;
    }

    #header a.head_btn.line_btn {
        width: 100px;
    }
}

@media print,
screen and (max-width: 1400px) and (min-width: 1024px) {
    nav#mainNav ul li a {
        padding: var(--px20) 6px;
    }

    nav#mainNav ul li a b {
        font-size: var(--rem14);
        font-weight: 500;
    }

    .note {
        font-size: 1rem;
    }

    #header ul.header__contact {
        gap: 10px;
    }

    #header a.head_btn.line_btn {
        width: 80px;
    }

    #header a.head_btn.mail_btn {
        margin-right: 10px;
    }

    #header .logo a {
        height: auto;
    }

    #header .logo {
        flex-wrap: wrap;
        justify-content: center;
    }

    .logo-txt {
        font-size: var(--rem12);
        margin-bottom: 6px;
    }

    #header a.head_btn {
        padding: var(--px12);
    }
}

@media print,
screen and (max-width: 1023px) {

    nav#mainNav ul li.current-menu-item a,
    nav#mainNav ul li a:hover {
        background: var(--header-color-primary);
        color: var(--color-background);
    }

    .logo-txt {
        color: var(--header-color-font);
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-left: 10px;
    }
}

/* ------------- END  HEADER --------------- */

/* ---------- HOME ------------- */
.home-subttl {
    font-size: clamp(var(--rem18), calc(1.25vw + 6px), var(--rem24));
    color: #333;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: normal;
}

/* home slider */
@media print,
screen and (min-width: 769px) {
    div#metaslider_317 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    div#metaslider_98 {
        display: none;
    }
}



/* home service */
#home-service {
    background: url(/wp-content/uploads/top-1.png) no-repeat center/cover;
    padding: var(--px100) 0;
}

.col2-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--px20);
    row-gap: var(--px40);
}

.col2-grid>li {
    width: calc((100% - var(--px20) * 1) / 2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.home-service-ttl {
    background: var(--footer-background);
    padding: 20px;
    border-radius: 10px 10px 0 0;
}

.homm-service-content {
    background: var(--color-background);
    /*     padding: var(--px30) var(--px40) var(--px30);	 */
    padding: var(--px40);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-border);
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.home-service-txt {
    font-size: var(--rem16);
    line-height: 1.5;
    font-weight: 500;
    /*     text-align: center; */
    color: #927777;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 20px;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}

.home-service-box {
    margin: 0 var(--px30);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /*   border-top: 1px solid var(--color-border); */
}

/* 
.home-service-box-03 {
  border-top: 1px solid var(--color-border);
}
 */
.home-service-list {
    /*     display: flex; */
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
    /*   margin-top: var(--px40) !important; */
}

.home-service-list li {
    position: relative;
    font-size: var(--rem18);
    /*     line-height: 1.5; */
    line-height: 2;
    /*     font-weight: 500; */
    padding-left: 20px;
    width: max-content;
}

.home-service-list li::before {
    content: url(/wp-content/uploads/icon-arw.png);
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
}

/* end home service */

/* home info */
.home-info-inner {
    max-width: 1500px;
    width: 90%;
    margin: var(--px120) auto;
}

.home-info-txtarea {
    background: var(--color-button-bg);
    padding: var(--px140) var(--px40);
    margin-bottom: 0;
}

.home-info-txt {
    font-size: var(--rem18);
    letter-spacing: 0.12em;
    line-height: 2.2;
    font-weight: 500;
}

.home-info-map iframe {
    height: 100%;
    width: 100%;
}

/* end home info */

@media print,
screen and (min-width: 769px) {
    /*   .home-service-txt {
    min-height: 90px;
  } */

    .googlemap {
        height: 100%;
    }
}

@media print,
screen and (max-width: 1400px) {
    .home-info-txtarea {
        padding: var(--px100) var(--px40);
    }
}

@media print,
screen and (max-width: 1023px) {
    .col2-grid>li {
        width: 100%;
    }

    .home-service-txt {
        margin-bottom: var(--px40);
    }
}

@media print,
screen and (max-width: 767px) {
    .home-service-txt {
        text-align: left;
    }

    .home-service-ttl {
        background: var(--footer-background);
        padding: 8px;
        border-radius: 10px 10px 0 0;
    }

    .homm-service-content {
        border-radius: 0 0 10px 10px;
    }

}

/* ----------END  HOME ------------- */

/* ----------  COMPANY ------------- */
.company-mess {
    padding: var(--px50) var(--px50) var(--px70);
    background: #fee2d7;
    border-radius: 20px;
}

/* ---------- END  COMPANY ------------- */

/* ------------ SERVICE -------------- */
.service-item {
    position: relative;
    scroll-margin-top: 100px;
    /* ← 固定ヘッダーの高さに応じて調整 */
}

.service-item ol li {
    font-size: var(--rem18);
    line-height: 2;
    letter-spacing: 0.14em;
}

.service-item-list {
    margin-left: 10px;
}

.post ol li {
    list-style: disc;
}

/* ------------ END SERVICE -------------- */

/* ------------ PROFILE -------------- */
.office-intro {
    display: flex;
    align-items: center;
    gap: 16px;
    /* ロゴと文字の間のスペース */
    justify-content: flex-end;
    /* ← 追加：右寄せ */
    margin-top: 20px;
}

.office-logo {
    width: 70px;
    /* お好みで調整可 */
    height: auto;
}

/* 
.office-text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
} */




.profile-1 .imgarea {
    max-width: 398px;
    width: fit-content;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}

.profile-1 .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-1 .txtarea {
    width: 100%;
}

.post ul.list_disc {
    font-size: var(--rem18);
}

.list_disc profile-chievement-list {
    font-size: var(--rem18);
}

.profile-bio-list li p {
    display: flex;
}


.profile-bio-list li>p>span:first-child {
    width: 12%;
}

.profile-chievement-list li>p>span:first-child {
    margin-right: 12px;
}

.profile-chievement-list li>p a {
    color: var(--color-primary);
    font-weight: bold;
    margin-right: 8px;
    text-decoration: underline;
}

@media print,
screen and (max-width: 1023px) {
    .profile-bio-list li>p>span:first-child {
        width: 16%;
    }

    .profile-2 ul li {
        font-size: va(--rem18);
    }
}

@media print,
screen and (max-width: 767px) {
    .profile-bio-list li>p>span:first-child {
        width: 23%;
    }

    .profile-1 .txtarea {
        margin-top: var(--px40);
    }
}

@media print,
screen and (max-width: 414px) {
    .profile-bio-list li>p>span:first-child {
        width: 30%;
    }
}

.profile table.responsive th,
.profile table.responsive td {
    padding: var(--px24) var(--px16);
    vertical-align: super;
}

/* ------------ END PROFILE -------------- */

/* -------- CONTACT --------------- */
.wpcf7-form .must {
    background: #e80303;
}

/*-----------------------------
cta01_col3
------------------------------*/
.cta01 {
    background: url(/wp-content/uploads/cta-bg.png) no-repeat center/cover;
    position: relative;
    z-index: 0;
}

.cta01 .cta01_wrap {
    max-width: 1260px;
    width: 90%;
    margin: 0 auto;
    background: transparent;
    padding: calc(var(--px100) + 10px) 0;
}

.cta01 .ctabtnlist {
    gap: 10px;
    justify-content: space-between;
    margin: var(--px50) auto 0 auto;
}

.cta01 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}

.cta01 a.item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30) 0;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50vh;
    transition: all ease 0.15s;
}

.cta01 a.item:hover {
    opacity: 0.8;
}

@media print,
screen and (max-width: 768px) {

    .cta01 .ctabtnlist li,
    .cta01 .ctabtnlist a.item {
        width: 100%;
    }

    .cta01 .ctabtnlist li+li {
        margin-top: 1rem;
    }
}

.contact-txt {
    font-size: var(--rem18);
    color: var(--color-background);
    line-height: 2;
    letter-spacing: 0.1em;
    font-family: var(--font-family04);
}

/*ボタン共通パーツ*/

.cta01 .btnttl {
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;
}

.cta01 .infotxt {
    font-size: var(--rem18);
    font-weight: bold;
}

/*電話ボタン*/

.cta01 .telnum {
    font-size: calc(var(--rem36) - 3px);
    margin-bottom: 1rem;
    font-weight: bold;
}

.cta01 .telbtn .btnttl {
    font-size: var(--rem18);
    font-weight: bold;
}

.cta01 a.telbtn {
    background: var(--color-primary);
    color: var(--header-color-mail);
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
    font-size: calc(var(--rem20) + 2px);
}

.cta01 a.mailbtn {
    background: var(--footer-background);
    color: var(--header-color-mail);
}

/*LINEボタン*/

.cta01 a.linebtn {
    background: var(--color-bg-line);
    color: var(--color-background);
}

.cta01 .linebtn .btnttl {
    font-size: calc(var(--rem20) + 2px);
}

/*ボタンアイコン*/

.cta01 .telnum::before,
.cta01 .mailbtn .btnttl::before,
.cta01 .linebtn .btnttl::before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    margin-right: 1rem;
}

.cta01 .telnum::before {
    content: "\f3cd";
}

.cta01 .mailbtn .btnttl::before {
    content: "\f0e0";
}

.cta01 .linebtn .btnttl::before {
    content: "\f3c0";
    font-weight: 400;
}

.spmenu #menu p {
    min-width: max-content;
}

/* -------- END CONTACT --------------- */

/* ---------- NEWS --------------- */
#front_bottom_content {
    background: var(--color-background);
}

.postlist .post_text {
    padding: var(--px30) 0;
}

.postlist li:first-child {
    border-top: 1px solid var(--color-table-border);
}

.postlist li {
    border-bottom: 1px solid var(--color-table-border);
}

.postlist .time {
    background: var(--color-button-border);
}

.postlist .date {
    color: #000;
    font-size: var(--rem18);
    line-height: 2;
}

.postlist .ttls a {
    color: #111;
    font-size: var(--rem18);
    line-height: 2;
}

/* ---------- END NEWS --------------- */

/* ------------ FOOTER ---------------- */
#footer {
    padding: var(--px80) 0 var(--px60);
}

#footer .footer__logo img {
    max-height: 120px;
}

.footer-logo-txt {
    font-size: var(--rem26w);
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: var(--px30) 0 var(--px40);
}


/* ------------ END FOOTER ---------------- */

/* 14052025 */
body:not(.home) {
    /* 	background: linear-gradient(90deg,rgba(255, 242, 237, 1) 0%, rgba(255, 245, 219, 1) 50%, rgba(255, 242, 237, 1) 100%); */
    /*     background: linear-gradient(90deg, rgb(255 244 240) 0%, rgb(247 243 233) 50%, rgb(255 247 244) 100%); */
    background: linear-gradient(90deg, rgb(255 234 185) 0%, rgb(248 251 211) 50%, rgb(255 234 185) 100%);
}

body:not(.home) .post p {
    margin: 0;
    /* または initial, unset, inherit など適宜 */
}

.profile-chievement-list li>p a i.fa-solid {
    color: var(--color-primary);
}

/* MV */
@media print,
screen and (max-width: 768px) {
    .pc_mv {
        display: none !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .sp_mv {
        display: none !important;
    }
}