@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=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
:root {
  --bg-logo: #fff;
  --bg-linear01: linear-gradient(-90deg, #ffd084 0%, #f29d16 100%);
  --bg-linear02: linear-gradient(-90deg, #8ab64c 0%, #5e7b36 100%);
  --bg-linear03: linear-gradient(-90deg, #ef81b1 0%, #b11157 100%);
  --bg-linear04: linear-gradient(-90deg, #b5c5ff 0%, #2a57f8 100%);
  --bg-linear05: linear-gradient(-90deg, #c59cff 0%, #8f4cec 100%);
  --bg-linear-prime: linear-gradient(88.56deg, #4f97f7 5.19%, #0366d2 90.33%);
  --bg-linear-2nd: linear-gradient(88.56deg, #23cf81 5.19%, #0da867 90.33%);
  --color-bg01: #f29d16;
  --color-bg02: #8ab64c;
  --color-bg03: #ef81b1;
  --color-bg04: #2a57f8;
  --color-bg05: #8f4cec;
  --color-table01: #ffd084;
  --color-table02: #d0e3b5;
  --color-table03: #fed0e4;
  --color-table04: #b0c1ff;
  --color-table05: #e7d5ff;
  /*------â–¼åŸºæœ¬è¨¬å®šâ–¼------*/
  --color-background: #fff;
  --color-background01: #f2fee2;
  --color-background02: #fff1d8;
  --color-background03: #f8f8f8;
  --color-background04: #faf6ee;
  --color-background-op80: #ffffffcc;

  --clr-000: #000;
  --color-font: #2a2a2a;
  --color-main-ttl: #b3b3b3;
  --color-font-white: #fff;
  --color-font01: #111;
  --color-primary: #2a57f8;
  --color-primary-shade: #ef81b1;
  --color-primary-shade-tint: #fdcce5;
  --color-primary-tint: #23cf81;
  --color-secondary: #7eb746;
  --color-tertiary: #f29d16;
  --color-tertiary-tint: #ffe2ad;
  --color-secondary-tint: #d0e3b5;
  --color-table-border: #d1d1d1;
  --color-table-border01: #a0a0a0;
  --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: 1240px;
  /*------â–¼ãƒ˜ãƒƒãƒ€ãƒ¼è¨¬å®šâ–¼------*/
  --header-background: #ffffff;
  --header-color-font: #2a2a2a;
  --header-color-font-white: #fff;
  --header-color-primary: #2a57f8;
  --header-color-primary-shade: #fff;
  --header-color-primary-tint: #fff;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
  --footer-background: #fff;
  --footer-color-font: #2a2a2a;
  --footer-color-primary: #2a2a2a;

  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Zen Old Mincho", "Noto Sans JP", serif;
  --font-family03: "Noto Serif JP", "Noto Sans JP", serif;
  --font-family-eng: "EB Garamond", "Noto Sans JP", 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)*/
  --px100s: clamp(20px, calc(100px + ((1vw - 19.2px) * 5.178)), 100px);
  --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)x*/
  --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)*/
  --rem100: clamp(40px, calc(10rem + ((1vw - 19.2px) * 3.8835)), 100px);
  /* 100 - 40 */
  --rem90: clamp(40px, calc(9rem + ((1vw - 19.2px) * 3.2362)), 90px);
  /*9rem-4rem (1920-375)x*/
  --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)*/
  --rem60s: clamp(30px, calc(6rem + ((1vw - 19.2px) * 1.9417)), 60px);
  --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)*/
  --rem24s: clamp(14px, calc(2.4rem + ((1vw - 19.2px) * 0.7813)), 24px);
  --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)*/

  /* add */
  --px30-15: clamp(15px, calc(3rem + ((1vw - 19.2px) * 1.6741)), 30px);
  --px35-t: clamp(20px, calc(16.359px + 0.971vw), 35px);
  --px40-10: clamp(10px, calc(40px + ((1vw - 19.2px) * 3.3482)), 40px);
  --rem20-12: clamp(13px, calc(2rem + ((1vw - 19.2px) * 0.8929)), 20px);
}

html {
  scroll-behavior: smooth;
}
a#scrollUp {
  bottom: 60px;
}
.spmenu #menu p {
  width: max-content;
}

body.home #contact-bottom {
  display: none;
}
#contact-bottom {
  clear: both;
}
.cta01 .cta01_wrap h2 {
  text-align: center;
}
.cta02 .cta02_wrap h2 {
  text-align: center;
}
.anchor_link::before {
  content: "";
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}
.widearea {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}
.widecolor {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: min(calc(120px + (1vw - 19.2px) * 2.589), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
  margin-top: min(calc(120px + (1vw - 19.2px) * 2.589), 120px); /* 120-80px (1920-375) */
  background: var(--color-background01);
}
.padding-120 {
  padding: var(--px120) 0;
}
.content-inner {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.font-w500 {
  font-weight: 500;
}
.font-wbold {
  font-weight: bold;
}
.font-f-02 {
  font-family: var(--font-family02);
}
.line-h2 {
  line-height: 2;
}
.line-h18 {
  line-height: 1.8;
}
/* header navbar */
@media print, screen and (min-width: 1024px) {
  .sticky-header #header > .inner {
    box-shadow: none;
  }
  nav#mainNav ul li.pc_none {
    display: none;
  }
  #header,
  .sticky-header #header-layout {
    height: 100px;
  }
  #header ul.header__contact {
    margin-left: clamp(6px, calc(-21.429px + 2.679vw), 30px);
  }
  nav#mainNav ul li a {
    padding: var(--px20) clamp(6px, calc(-21.429px + 2.679vw), 30px);
  }
  #header .logo {
    display: block;
    line-height: 0;
    padding: 5px min(calc(20px + (1vw - 19.2px) * 1.1161), 20px);
  }
  #header .logo img {
    max-height: calc(var(--px80) + 5px);
  }
  nav#mainNav ul li a b {
    font-weight: 500;
    font-size: clamp(12px, calc(7.429px + 0.446vw), 16px);
  }
  .note,
  .inlinenote {
    font-size: clamp(11px, calc(9.857px + 0.112vw), 12px);
  }
  #header ul.header__contact .header__inner {
    position: relative;
  }
  #header ul.header__contact .header__inner::before {
    content: "";
    background: var(--color-table-border01);
    height: 80px;
    width: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
  }
  #header a.head_btn::before {
    margin-bottom: 0;
  }
  #header a.head_btn.tel_btn::before {
    display: none;
  }
  #header a.head_btn {
    font-weight: bold;
  }
  #header a.head_btn.tel_btn {
    color: var(--header-color-font);
    background: var(--header-background);
    padding-left: clamp(16px, calc(2.286px + 1.339vw), 28px);
    padding-right: clamp(16px, calc(2.286px + 1.339vw), 28px);
  }
  #header .tel_icon {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--rem24w);
    margin-bottom: 3px;
  }
  #header .tel_icon::before {
    content: "\f095";
    display: block;
    font-family: "FontAwesome";
    font-size: 0.67em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 3px;
    color: var(--header-color-primary);
  }
  #header a.head_btn.tel_btn:hover {
    color: var(--header-color-font-white);
    background: var(--header-color-primary);
  }
  #header a.head_btn.tel_btn:hover .tel_icon::before {
    color: var(--header-color-font-white);
  }
  #header a.head_btn.mail_btn {
    flex-direction: row;
    gap: 8px;
    padding-left: clamp(16px, calc(-2.286px + 1.786vw), 32px);
    padding-right: clamp(16px, calc(-2.286px + 1.786vw), 32px);
  }
  #header a.head_btn.mail_btn:hover {
    color: var(--header-color-primary);
  }
	nav#mainNav ul li a:active{
  color: var(--header-color-font);
}
}
/* code fix 1024px */
@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .u-visible-sp {
    display: none !important;
  }
  .u-visible-pc {
    display: block !important;
  }
  body.mobile #header .logo img {
    max-width: none;
    max-height: calc(var(--px80) + 5px);
  }
}
@media print, screen and (max-width: 1023px) {
  #sp-header .inner #header-layout nav#sp-mainNav .inner ul li.current-menu-item a,
  #sp-header .inner #header-layout nav#sp-mainNav .inner ul li a:hover,
  #sp-header .inner #header-layout nav#sp-mainNav .inner ul li a:active,
  #sp-header .inner #header-layout nav#sp-mainNav .inner ul li ul.sub-menu li a:active,
  #sp-header .inner #header-layout nav#sp-mainNav .inner ul li ul.sub-menu li a:hover {
    background: var(--header-color-primary);
    color: var(--header-color-font-white);
  }
}
/* code footer */
#footer {
  font-weight: 500;
  padding: var(--px60) 0;
  border-top: 1px solid var(--color-table-border01);
}

#footer .footer__logo img {
  max-height: calc(var(--px80w) + 5px);
}
#footer .footer__logo:not(:last-child) {
  text-align: center;
  margin-bottom: var(--px40w);
}
#copyright {
  font-weight: 300;
  margin: var(--px16) auto 0;
}
/* code main-ttl */
.main-ttl,
.post .main-ttl {
  text-align: center;
  font-family: var(--font-family02);
  font-weight: 600;
  font-size: var(--rem36);
  letter-spacing: 0;
  line-height: 1.4;
  color: var(--color-font);
  margin: 0;
  margin-bottom: var(--px50);
  position: relative;
}
.post .main-ttl .eng-ttl,
.main-ttl .eng-ttl {
  display: block;
  font-family: var(--font-family-eng);
  font-weight: 500;
  font-size: var(--rem80w);
  line-height: 1.1;
  color: var(--color-main-ttl);
  letter-spacing: 0;
  text-transform: capitalize;
}
.post .main-ttl::after {
  content: none;
}
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 306px;
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: calc(var(--rem16) + 2px);
  color: var(--color-primary);
  line-height: 1.4;
  text-align: center;
  background: var(--color-background);
  padding: var(--rem20) 40px var(--rem20) 20px;
  margin: var(--px50) auto 0;
  border: 2px solid var(--color-primary);
  border-radius: 100px;
  transition: all 0.3s;
}
.linkBtn::after,
.post .linkBtn::after,
a.linkBtn::after,
.post .subimitarea .linkBtn input[type="submit"]::after {
  content: "\f105";
  position: absolute;
  font-size: 13px;
  color: var(--color-font-white);
  font-family: "FontAwesome";
  font-weight: 400;
  line-height: 1;
  top: 51%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  transition: 0.3s all;
}
.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: var(--color-primary);
  background: var(--color-background);
  opacity: 0.8;
}
.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  color: var(--color-font-white);
}
.subimitarea > .linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}
/* code greeting */
.sec04 {
  background: var(--color-background);
}
.column04 {
  position: relative;
  padding: var(--px120) 0;
  margin: 0;
}
.column04:before {
  content: "";
  background: var(--color-background01);
  width: 35.4%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.column04_wrap {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.column04 .txtarea {
  background: var(--color-background);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--rem24w) + 1px) var(--px70);
  margin: 0;
}
.column04 .txtarea .txtinner {
  max-width: 640px;
}
.column04 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.column04 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .post .main-ttl.txt_l {
    margin-bottom: var(--px40);
  }
}
@media screen and (max-width: 768px) {
  .column04 .txtarea {
    padding: var(--px80) 5%;
  }
}
/* code worry */
#worry {
  padding: var(--px120) 0;
}
.content-worry {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.post .col3_worry {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: var(--rem28);
  padding-bottom: var(--px60);
  border-bottom: 1px solid var(--color-table-border01);
}
.post .col3_worry > li {
  width: calc((100% - var(--rem28) * 2) / 3);
}
.post .col3_worry .imgarea {
  text-align: center;
  margin: 2rem 0;
}
.post .col3_worry .txtarea {
  border-radius: 30px;
  padding: var(--rem40);
  height: clamp(248px, calc(129.538px + 8.462vw), 292px);
}
.post .col3_worry li.family .txtarea {
  background: var(--color-primary-shade-tint);
}
.post .col3_worry li.inheritance .txtarea {
  background: var(--color-secondary-tint);
}
.post .col3_worry li.estate .txtarea {
  background: var(--color-tertiary-tint);
}
.post .col3_worry .text {
  font-family: var(--font-family03);
  font-size: var(--rem24w);
  line-height: 1.4;
  color: var(--color-font-white);
  border-radius: 25px;
  text-align: center;
  padding: 1rem;
}
.post .col3_worry li.family .text {
  background: var(--color-primary-shade);
}
.post .col3_worry li.inheritance .text {
  background: var(--color-secondary);
}
.post .col3_worry li.estate .text {
  background: var(--color-tertiary);
}
#worry .title-text {
  font-family: var(--font-family03);
  font-weight: bold;
  line-height: 1.6;
  font-size: calc(var(--rem30) + 2px);
  text-align: center;
  padding: var(--rem42) 0;
  border-top: 1px solid var(--color-table-border01);
  border-bottom: 1px solid var(--color-table-border01);
  margin: 8px 0;
}
#worry .line-h18 {
  font-family: var(--font-family03);
  font-weight: 500;
  font-size: var(--rem24w);
  text-align: center;
  padding-top: var(--px50);
  border-top: 1px solid var(--color-table-border01);
}
@media print, screen and (max-width: 1080px) and (min-width: 1024px) {
  .post .col3_worry .list_disc li {
    font-size: 14.3px;
  }
}
@media print, screen and (max-width: 768px) {
  .post .col3_worry > li {
    width: calc((100% - var(--rem28) * 1) / 2);
  }
  .post .col3_worry .txtarea {
    height: 206px;
  }
}
@media print, screen and (max-width: 650px) {
  .post .col3_worry > li {
    width: 100%;
  }
  .post .col3_worry .txtarea {
    height: auto;
    padding: var(--rem40w);
  }
  .post .col3_worry .list_disc li {
    font-size: 14px;
  }
  #worry .line-h18 {
    text-align: left;
  }
}
@media print, screen and (max-width: 500px) {
  #worry .title-text {
    font-size: 20.5px;
  }
}
@media print, screen and (max-width: 400px) {
  #worry .title-text {
    font-size: 18.5px;
  }
}
/* code worry */
#reason {
  position: relative;
  background: url(/wp-content/uploads/top-05.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 0 var(--px120);
}
.imgarea-reason {
  text-align: center;
  width: calc(var(--px300) + var(--px20));
  margin: 0 auto;
}
.num_list01 .imgarea {
  position: relative;
  margin-bottom: 30px;
}
.num_list01 .imgarea:before {
  /* 以下数字をつける */
  position: absolute;
  content: url(/wp-content/uploads/top-10.png);
  border-radius: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 1;
  bottom: -30px;
  transform: translateX(-50%);
  background: var(--color-tertiary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.num_list01 .num_listttl {
  text-align: center;
  font-family: var(--font-family03);
  font-weight: bold;
  font-size: var(--rem22w);
  line-height: 1.8;
  padding: 22px 0 var(--rem24w);
  position: relative;
}

/*---------col03-----------*/

.post .col3_reason {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: var(--px35-t);
}
.post .col3_reason > li {
  background: var(--color-background);
  width: calc((100% - var(--px35-t) * 2) / 3);
}
.post .col3_reason .txtarea {
  padding: 0 var(--rem30) var(--rem30);
}
@media print, screen and (max-width: 1100px) and (min-width: 1024px) {
  .num_list01 .num_listttl {
    font-size: 16px;
  }
  .num_list01 .line-h2 {
    font-size: 14.3px;
  }
}
@media print, screen and (max-width: 768px) {
  .post .col3_reason > li {
    width: calc((100% - var(--px35-t) * 1) / 2);
  }
}
@media print, screen and (max-width: 500px) {
  .post .col3_reason > li {
    width: 100%;
  }
}
@media print, screen and (max-width: 400px) {
  .post .col3_reason .txtarea {
    padding: 0 15px 15px;
  }
}
/* code service */
#service {
  position: relative;
  padding: var(--px120) 0;
}
#service .line-h18 {
  font-family: var(--font-family03);
  font-weight: 600;
  font-size: var(--rem24w);
  line-height: 1.6;
}
.post .col3_service {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: var(--px30-15);
  margin-bottom: var(--px50);
}
.post .col3_service > li {
  width: calc((100% - var(--px35-t) * 2) / 3);
  padding: var(--px70) calc(var(--rem20w) - 1px);
}
.post .col3_service .item01 {
  background: var(--color-primary-shade);
}
.post .col3_service .item02 {
  background: var(--color-secondary);
}
.post .col3_service .item03 {
  background: var(--color-tertiary);
}
.post .col3_service .imgarea {
  text-align: center;
}
.post .col3_service .text {
  font-family: var(--font-family03);
  font-size: calc(var(--rem30) + 2px);
  line-height: 1.4;
  color: var(--color-font-white);
  text-align: center;
  margin-bottom: var(--rem26w);
}
@media print, screen and (max-width: 1100px) and (min-width: 1024px) {
  .post .col3_service .text {
    font-size: 23px;
  }
}
@media print, screen and (max-width: 768px) {
  .post .col3_service > li {
    width: calc((100% - var(--px35-t) * 1) / 2);
  }
}
@media print, screen and (max-width: 500px) {
  .post .col3_service > li {
    width: 100%;
  }
}
/* code contact */
.cta01 {
  font-family: var(--font-family03);
  background: var(--color-background);
  position: relative;
  z-index: 0;
  padding-top: var(--px120);
}
.cta01::before {
  content: "";
  background: url(/wp-content/uploads/top-14.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 88%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  background: transparent;
  padding: 0;
  position: relative;
  z-index: 2;
}
.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 100%;
  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: calc(var(--rem30w) + 1px) var(--rem30) var(--rem36);
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease 0.15s;
}
.cta01 a.item:hover {
  opacity: 0.8;
}

/*ボタン共通パーツ*/
.cta01 p {
  font-weight: 600;
  font-size: var(--rem24w);
  line-height: 2;
}
.cta01 .btnttl {
  display: block;
  width: 100%;
  max-width: 330px;
  font-weight: bold;
  font-size: var(--rem20w);
  background: var(--color-background);
  color: var(--color-primary);
  line-height: 1.4;
  padding: 8px;
  border-radius: 23px;
  text-align: center;
  margin-bottom: 1rem;
}
.cta01 .infotxt {
  font-family: var(--font-family-eng);
  font-weight: 600;
  font-size: calc(var(--rem48w) - 2px);
  letter-spacing: 0.05em;
  color: var(--color-font-white);
}

/*電話ボタン*/

.cta01 .telnum {
  font-weight: 600;
  font-size: calc(var(--rem48w) - 2px);
  display: flex;
  align-items: center;
  line-height: 1;
}
.cta01 .telbtn .btnttl {
  border-radius: 0;
}
.cta01 a.telbtn {
  background: var(--color-background03);
}

/*メールボタン*/

.cta01 a.mailbtn {
  background: var(--color-primary);
}

/*ボタンアイコン*/

.cta01 .mailbtn .btnttl::before,
.cta01 .telnum::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}
.cta01 .mailbtn .btnttl::before {
  content: "\f0e0";
  content: none;
}
.cta01 .telnum::before {
  content: "\f095";
  font-size: 0.8em;
  line-height: 1;
  margin-top: 5px;
  color: var(--color-primary);
}
@media print, screen and (max-width: 768px) {
  .cta01 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
  }
  .cta01 .ctabtnlist li + li {
    margin-top: 1rem;
  }
  .cta01::before {
    height: 90%;
  }
}
@media print, screen and (max-width: 400px) {
  .cta01 p {
    font-size: 17px;
  }
}
/* code flow */
#flow {
  position: relative;
  padding: var(--px120) 0;
}
.content-flow {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
ul.flowlist02 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: relative;
}
ul.flowlist02 > li:not(:first-child):after {
  content: url(/wp-content/uploads/top-15.png);
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%, -50%);
}
.flowlist02 > li:not(:last-child) {
  margin-bottom: 50px;
}
ul.flowlist02 .box01 {
  width: 42.5%;
}
ul.flowlist02 .box02 {
  width: 57.5%;
  line-height: 1.6;
  padding: var(--rem24w) var(--rem20w);
  background: var(--color-background03);
}
ul.flowlist02 .block {
  line-height: 1.6;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
ul.flowlist02 .block .item-number {
  width: 25.9%;
  height: 100%;
  background: var(--color-secondary);
  font-family: var(--font-family-eng);
  font-weight: 500;
  font-size: var(--rem48w);
  color: var(--color-font-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--rem24w);
}
ul.flowlist02 .block .item-text {
  width: 74.1%;
  height: 100%;
  background: var(--color-secondary-tint);
  font-family: var(--font-family03);
  font-size: var(--rem24w);
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--rem24w);
}
@media print, screen and (max-width: 500px) {
  ul.flowlist02 > li {
    flex-wrap: wrap;
  }
  ul.flowlist02 .box01,
  ul.flowlist02 .box02 {
    width: 100%;
  }
}
@media print, screen and (max-width: 400px) {
  ul.flowlist02 .block .item-text {
    font-size: 17px;
  }
}
/* code faq-price */
.sec02 {
  background: var(--color-background);
  margin-bottom: var(--px100w);
}
.column02 {
  position: relative;
  padding: var(--px120) 0;
  margin: 0;
}
.column02.column02-left {
  padding-top: var(--px80w);
}
.column02.rev {
  padding-bottom: var(--px80w);
}
.column02.column02-left:before {
  content: "";
  background: var(--color-background02);
  width: 35.5%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.column02.rev:before {
  content: "";
  background: var(--color-background02);
  width: 35.5%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.column02_wrap {
  position: relative;
  margin: 0 auto;
  z-index: 10;
}
.column02 .txtarea {
  width: 46.8%;
  background: var(--color-background);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--px50);
  margin: 0;
}
.column02.rev .txtarea {
  padding: var(--rem20w) var(--px50);
}
.column02 .txtarea .txtinner {
  max-width: 500px;
}
.column02 .imgarea {
  width: 53.2%;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.column02 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1500px) and (min-width: 1400px) {
  .column02 .line-h2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1024px) {
  .column02 .line-h2 {
    font-size: 14.3px;
  }
}
@media screen and (max-width: 768px) {
  .column02.rev .flexbox {
    flex-direction: row-reverse;
  }
  .column02 .txtarea,
  .column02.rev .txtarea {
    padding: var(--px80) 5%;
  }
  .column02 .txtarea,
  .column02 .imgarea {
    width: 100%;
  }
  .column02 .txtarea .txtinner {
    max-width: 100%;
  }
}
/* code access */
.sec01 {
  position: relative;
  background: var(--color-background04);
  padding: calc(var(--px100w) + 10px) 0 var(--px200);
}
.toptxtarea {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.column01 {
  position: relative;
  margin: var(--px60) 0 0;
}
.column01_wrap {
  position: relative;
  max-width: 1525px;
  width: 90%;
  margin: 0 auto;
  z-index: 2;
}
.column01 .txtarea {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: var(--color-background-op80);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--rem16) var(--px50) var(--px100);
  margin: 0;
}
.column01 .txtarea .txtinner {
  width: 100%;
  max-width: 640px;
}
.imgarea-access {
  text-align: center;
}
.imgarea-access img {
  max-width: calc(var(--px240) + var(--rem26w));
}
.column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
#access .googlemap {
  height: 100%;
}
#access .box {
  width: 100%;
}
#access .item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.8;
}
#access .item .left {
  width: 25%;
  font-weight: bold;
  color: var(--color-primary);
  padding: var(--rem20w);
  border-bottom: 1px solid var(--clr-000);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 148px;
}
#access .item .right {
  width: 75%;
  font-weight: 500;
  color: var(--color-font01);
  padding: var(--rem20w);
  border-bottom: 1px solid var(--clr-000);
  display: flex;
  align-items: center;
  height: 148px;
}
@media print, screen and (max-width: 1060px) and (max-width: 1024px) {
  #access .item .left,
  #access .item .right {
    font-size: 14.3px;
  }
}
@media print, screen and (max-width: 768px) {
  .column01 .txtarea {
    padding: var(--px80) 5%;
  }
}
@media print, screen and (max-width: 500px) {
  #access .item .left {
    width: 31%;
  }
  #access .item .right {
    width: 69%;
  }
}
/* code contact-form */


body:not(.home) #contact-form {
  margin-top: 0;
}
#contact-form {
  width: 90%;
  max-width: 1100px;
  margin: var(--px120) auto;
  font-size: var(--rem20);
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
}
input[type="checkbox" i] {
  width: var(--rem20);
  height: var(--rem20);
  margin: 2px 1em 0 0;
  line-height: 1;
}

#contact-form .content-contact-form {
  width: 100%;
  background: var(--color-background03);
  padding: var(--px100w) var(--px100s);
}
.wpcf7-form .must {
  background: var(--color-primary);
  font-size: var(--rem20);
  line-height: 1.7;
}
#contact-form table,
#contact-form table th,
#contact-form table td {
  border-width: 0 0 1px;
  border-color: var(--color-table-border01);
}
#contact-form th {
  width: 50%;
  color: var(--color-font);
  background: transparent;
  padding: var(--px50) calc(var(--px24) + 1px) var(--px50) 0;
  border-bottom: 1px solid var(--color-table-border01);
  font-weight: 500;
  font-size: var(--rem20);
  text-align: left;
  vertical-align: middle;
  line-height: 1.7;
}
#contact-form td {
  border-bottom: 1px solid var(--color-table-border01);
  padding: var(--px50) 0 var(--px50) calc(var(--px24) + 1px);
  font-weight: 500;
  font-size: var(--rem20);
  vertical-align: middle;
  line-height: 1.7;
}
@media only screen and (max-width: 800px) and (min-width: 650px) {
  #contact-form .content-contact-form {
    padding: var(--px100w) 30px;
  }
}
@media only screen and (max-width: 640px) {
  #contact-form table th,
  #contact-form table td {
    width: 100% !important;
    box-sizing: border-box;
    display: block;
    height: auto;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: var(--px50) calc(var(--px24) + 1px);
  }
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="url"],
input[type="number"],
select,
textarea {
  line-height: 1.7;
  height: auto;
  margin-bottom: 0;
  font-size: var(--rem20);
}
#contact-form .linkBtn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 650px;
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: var(--rem26w);
  letter-spacing: 0.1em;
  color: var(--color-primary);
  line-height: 1.4;
  text-align: center;
  background: var(--color-background) !important;
  padding: var(--rem48) 40px var(--rem48) 20px !important;
  margin: var(--px70) auto 0 !important;
  border-radius: 100px;
  transition: all 0.3s;
}
#contact-form .linkBtn input[type="submit"] {
  padding: 0;
  margin: 0;
  color: var(--color-primary);
  font-weight: bold;
}
#contact-form .linkBtn::after {
  content: "\f105";
  position: absolute;
  font-size: calc(var(--rem16) + 2px);
  color: #499f2f;
  font-family: "FontAwesome";
  font-weight: 400;
  line-height: 1;
  top: 50%;
  right: 31px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border-radius: 50%;
  border: none;
  width: auto;
  height: auto;
  transition: 0.3s all;
}

/* code semi-wrapper  */
#thumbImg::before,
header#h1Header::before {
  content: none;
}
header#h1Header h1.title {
  font-family: var(--font-family02);
  font-weight: bold;
  letter-spacing: 0;
}
.post h2 {
  font-size: var(--rem30);
  font-family: var(--font-family02);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  padding: 0;
  margin: 0 auto var(--px70);
}
.post h2::after {
  content: "";
  position: relative;
  visibility: visible;
  display: block;
  width: 2.2em;
  height: 3px;
  background: var(--color-primary);
  margin: 0.6em auto 0;
}
/* code semi-company */
.semi-company .content01 .text-24 {
  line-height: 1.6;
  font-weight: 500;
  font-size: var(--rem24w);
  margin-bottom: var(--rem16);
}
.semi-company .content01 .text-20 {
  line-height: 1.6;
  font-weight: bold;
  font-size: var(--rem20w);
  padding-bottom: var(--rem14);
  border-bottom: 1px solid var(--color-primary);
  margin-bottom: var(--rem36);
}

.post table.responsive.table-profile,
.post table.responsive.table-profile th,
.post table.responsive.table-profile td {
  border-width: 1px 0;
}
.post table.responsive.table-profile th {
  width: 22%;
  font-size: var(--rem16);
  color: var(--color-font);
  font-weight: bold;
  background: transparent;
  padding: var(--rem20w);
}
.post table.responsive.table-profile td {
  font-size: var(--rem16);
  padding: var(--rem20w);
}
.post table.responsive.table-profile .career {
  display: flex;
  gap: var(--px40);
}
.post table.responsive.table-profile .career p:first-child {
  min-width: 90px;
}
@media only screen and (min-width: 641px) {
  .post table.responsive.table-profile th {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .post table.responsive.table-profile .career p:first-child {
    min-width: 80px;
  }
}
/* code table-overview */
.post table.responsive.table-overview th {
  width: 28%;
  color: var(--color-font);
  font-weight: bold;
  background: var(--color-secondary-tint);
  vertical-align: middle;
  font-size: var(--rem16);
  padding: var(--px30) var(--px24);
}
.post table.responsive.table-overview td {
  font-size: var(--rem16);
  padding: var(--px30) var(--px24);
}
/* code semi-handling */
.post h3 {
  color: var(--color-font);
  font-size: var(--rem24w);
  font-family: var(--font-family01);
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 0 0 0.6em;
  margin: 0 auto var(--rem20w);
  border-bottom: 1px solid var(--color-primary);
}
.semi-handling .content01 p {
  font-weight: 500;
}
@media only screen and (max-width: 1080px) and (min-width: 1024px) {
  .semi-handling .content01 p {
    font-size: 14.3px;
  }
}
@media only screen and (min-width: 769px) {
  .semi-handling .content01 .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .semi-handling .content01 .imgarea {
    width: 43.8%;
  }
  .semi-handling .content01 .txtarea {
    width: 56.2%;
    padding-left: var(--rem26w);
  }
}
/* code faq */
.qa_list {
  cursor: pointer;
}
.qa_list .qa_list_inner dt {
  position: relative;
  font-weight: normal;
  margin: var(--rem42w) 0 0 0;
  display: flex;
  align-items: stretch;
  padding: 0rem 1rem 0rem 0rem;
  background: var(--color-background);
  border: 1px solid var(--color-table-border);
}
.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: var(--color-background);
}
.qa_list .qa_list_inner .a_ico {
  background: var(--color-background02);
  color: var(--color-font);
  line-height: 1;
  padding: var(--px30) 1rem;
  font-size: 2rem;
  border-right: 1px solid var(--color-table-border);
  width: 100%;
  text-align: center;
  max-width: 117px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
  background: var(--color-secondary-tint);
  color: var(--color-font);
  line-height: 1;
  padding: var(--px30) 1rem;
  font-size: 2rem;
  font-weight: 800;
  width: 100%;
  text-align: center;
  max-width: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
  border-right: 1px solid var(--color-table-border);
}
.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
  padding: var(--px30) 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.5;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: "";
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #626262;
  border-bottom: 1px solid #626262;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
  display: none;
  position: relative;
  padding: 0;
  margin: 0 0 1rem 0;
  border: 1px solid var(--color-table-border);
  border-top: 0;
}
@media print, screen and (min-width: 1024px) {
  .qa_list .qa_list_inner .q_desc,
  .qa_list .qa_list_inner .a_desc {
    padding: var(--px30) var(--rem36) var(--px30) 1.5rem;
  }
}
@media print, screen and (max-width: 768px) {
  .qa_list .qa_list_inner dt {
    padding: 0rem 1rem 0rem 0rem;
  }
  .qa_list .qa_list_inner .a_ico,
  .qa_list .qa_list_inner .q_ico {
    max-width: 50px;
  }
  .qa_list .qa_list_inner dt:after {
    right: 1.5rem;
    width: 8px;
    height: 8px;
  }
  .qa_list .qa_list_inner .active:after {
    right: 1rem;
  }
}
.post .col3_attorney-fees {
  width: 100%;
  max-width: 855px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-wrap: wrap;
  gap: 21px;
}
.post .col3_attorney-fees a {
  display: block;
}
.post .col3_attorney-fees > li {
  width: calc((100% - 21px * 2) / 3);
}
@media print, screen and (max-width: 500px) {
  .post .col3_attorney-fees {
    gap: 1rem;
  }
}
/* code text-bg */
.color-bg-linear01 {
  background: var(--bg-linear01);
}
.color-bg-linear02 {
  background: var(--bg-linear02);
}
.color-bg-linear03 {
  background: var(--bg-linear03);
}
.color-bg-linear04 {
  background: var(--bg-linear04);
}
.color-bg-linear05 {
  background: var(--bg-linear05);
}
.text-bg {
  width: 100%;
  max-width: 596px;
  padding: var(--rem24w);
  font-weight: bold;
  font-size: var(--rem24w);
  color: var(--color-font-white);
  line-height: 1.4;
  margin: 0 auto var(--px50);
}
/* code col2_list */
.text-title {
  text-align: center;
  padding: var(--rem24w);
  font-weight: bold;
  color: var(--color-font-white);
  font-size: var(--rem24w);
  line-height: 1.4;
  background: red;
}
#price01 .text-title {
  background: var(--color-bg01);
}
#price02 .text-title {
  background: var(--color-bg02);
}
#price03 .text-title {
  background: var(--color-bg03);
}
#price04 .text-title {
  background: var(--color-bg04);
}
#price05 .text-title {
  background: var(--color-bg05);
}
.post .col2_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: var(--rem72) var(--rem48);
}
.post .col2_list > li {
  background: var(--color-background);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: calc((100% - var(--rem48) * 1) / 2);
}
.post .col2_list .txtarea {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  padding: var(--rem30) var(--px80);
}
#price02 .mb0 .col2_list > li {
  box-shadow: none;
}
#price02 .mb0 .col2_list .txtarea {
  background: var(--color-background);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.post .col2_list .txtarea .text-18 {
  display: flex;
  justify-content: center;
  font-size: calc(var(--rem16) + 2px);
}
@media print, screen and (max-width: 500px) {
  .post .col2_list > li {
    width: 100%;
  }
  .post .col2_list .txtarea {
    padding: var(--rem30) var(--px60);
  }
}
body:not(.page-privacy) .post h4 {
  color: var(--color-font);
  position: relative;
  font-size: var(--rem24w);
  font-family: var(--font-family01);
  font-weight: bold;
  padding: 0 0 0 1em;
  margin: 0 auto 2rem;
  border: none;
  border-left: 5px solid var(--color-primary);
}
body:not(.page-privacy) .post h4::before {
  content: none;
}
/* code table_scroll */
#price01 .table_scroll table th,
#price01 .table_scroll table {
  background: var(--color-bg01);
}
#price02 .table_scroll table th,
#price02 .table_scroll table {
  background: var(--color-bg02);
}
#price03 .table_scroll table th,
#price03 .table_scroll table {
  background: var(--color-bg03);
}
#price04 .table_scroll table th,
#price04 .table_scroll table {
  background: var(--color-bg04);
}
#price05 .table_scroll table th,
#price05 .table_scroll table {
  background: var(--color-bg05);
}
.post .table_scroll table th:last-child {
  width: 50%;
}
.post .table_scroll table th:nth-child(2) {
  width: 27%;
}
.post .table_scroll table th {
  width: 23%;
  color: var(--color-font-white);
  font-weight: bold;
  font-size: var(--rem16);
  padding: var(--rem24) 1rem;
  text-align: center;
  line-height: 1.4;
}
.post .table_scroll table th span {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  margin-top: 1rem;
}
.post .table_scroll table td:first-child {
  text-align: left;
  font-weight: 500;
}
.post .table_scroll table td {
  font-size: var(--rem16);
  padding: var(--rem36) clamp(15px, calc(-1.667px + 2.17vw), 40px);
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  background: var(--color-background);
}
#price01 .table_scroll table td:first-child {
  background: var(--color-table01);
}
#price02 .table_scroll table td:first-child {
  background: var(--color-table02);
}
#price03 .table_scroll table td:first-child {
  background: var(--color-table03);
}
#price04 .table_scroll table td:first-child {
  background: var(--color-table04);
}
#price05 .table_scroll table td:first-child {
  background: var(--color-table05);
}
@media screen and (max-width: 1024px) {
  .table_scroll table {
    table-layout: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table_scroll table {
    table-layout: auto;
    width: 768px;
  }
}
@media screen and (max-width: 800px) and (min-width: 767px) {
  .post .table_scroll table th:nth-child(2),
  .post .table_scroll table th {
    width: 26%;
  }
  .post .table_scroll table th:last-child {
    width: 48%;
  }
}
/* code table_scroll01  */
#price02 .table_scroll01 table th {
  background: var(--color-bg02);
}
#price05 .table_scroll01 table th {
  background: var(--color-bg05);
}
.post .table_scroll01 table th {
  width: 50%;
  color: var(--color-font-white);
  font-weight: bold;
  font-size: var(--rem16);
  padding: var(--rem24);
  text-align: center;
  line-height: 1.4;
}
.post .table_scroll01 table td {
  font-size: var(--rem16);
  padding: var(--rem24);
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
}
@media screen and (max-width: 400px) {
  .post .table_scroll01 table td {
    padding: var(--rem24) 0.7rem;
  }
}
.content-width {
  width: 100%;
  max-width: 893px;
  margin: 0 auto;
}
/* code table_small */
.post .table_scroll.table_small table td {
  font-size: var(--rem16);
  padding: var(--rem36) clamp(15px, calc(-1.667px + 2.17vw), 40px);
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
.post .table_scroll.table_small table th:last-child {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .table_scroll.table_small table {
    table-layout: auto;
    width: 100%;
  }
}
.post .semi-handling table th {
  border-width: 0;
}
.post .table_scroll table th:first-child {
  text-align: left;
  padding: var(--rem24) clamp(15px, calc(-1.667px + 2.17vw), 40px);
}

/* 20260701 */

#follow_btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
}

#follow_btn a {
    padding: var(--px40) var(--px30);
    background: var(--color-primary);
    border-radius: var(--px30) 0 0 var(--px30);
    box-shadow: 0 10px 0 #132D88;
    color: #fff;
    font-size: var(--rem24);
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
	letter-spacing: .05em;
}

#follow_btn a i {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    color: var(--color-primary);
    font-size: var(--rem20);
    display: flex;
    align-items: center;
    justify-content: center;
}

#follow_btn a:hover {
    background: #132D88;
}

@media only screen and (max-width: 640px) {
    #follow_btn {
        display: block;
		transform: translateY(-50%);
    }
	#follow_btn a {
		padding: 10px;
		-ms-writing-mode: unset;
		writing-mode: unset;
		flex-direction: column;
		gap: 10px;
	}
	#follow_btn a > span {
		line-height: 1.2;
		max-width: 1em;
		display: inline-block;
	}
}

/* 20260709 */

body:not(.home).page-contact #content.wide {
	padding-bottom: 0;
} 

.bingmap iframe body {
	width: 100% !important;
	height: 100% !important;
}

.bingmap iframe .atlas-map .atlas-map-canvas {
	width: 100% !important;
	height: 100% !important;
}

.column04 .imgarea img {
	max-width: 488px;
}

.column04 .imgarea {
	display: flex;
	justify-content: center;
}

.post .col3_worry .txtarea {
	height: auto;
}

#access .column01_wrap {
	max-width: 1200px;
	flex-direction: column;
	align-items: center;
	gap: var(--px70);
}

#access .column01_wrap .w50 {
	width: 100%;
}

#access .column01_wrap .w50.txtarea {
	width: 100%;
	max-width: 800px;
}

#access .sec01 {
	background: #FFF1D8;
}
#access .sec01::before {
	content: "";
	display: block;
	width: 100%;
	height: 30%;
	position: absolute;
	top: 0;
	left: 0;
	background: #FAF6EE;
}
#access .column01 .txtarea {
	background: #fff;
}

@media print, screen and (max-width: 768px) {
	#access .column01 .txtarea {
		margin-bottom: var(--px40);
	}
}

/* 20260824 */

@media print, screen and (min-width: 769px) {
	.column04 .imgarea {
		width: 40%;
		justify-content: flex-end;
	}
	.column04 .txtarea {
		width: 60%;
		justify-content: flex-start;
	}
}

.post ul#sitemap_list.sitemap_disp_level_0 > li.home-item a {
	font-size: 0;
}

.post ul#sitemap_list.sitemap_disp_level_0 > li.home-item a:before {
	content: "ホーム";
	font-size: var(--body-font-size);
}

@media print, screen and (max-width: 768px) {
	.table_scroll:not(.table_small) {
		position: relative;
		padding-bottom: calc(var(--rem36) * 1.4);
		
	}
	
	.table_scroll::after {
		content: "Scroll";
		line-height: 1.4;
		font-size: var(--rem36);
		font-weight: 500;
		font-family: var(--font-family-eng);
		position: absolute;
		left: 0;
		bottom: 0;
		
		
	}
	.table_scroll::before {
		content: "";
		line-height: 1.4;
		font-size: var(--rem36);
		font-weight: 500;
		font-family: var(--font-family-eng);
		position: absolute;
		left: 3em;
		bottom: 0;
		width: calc(100% - 7em);
		min-height: 1.4em;
		background: url(/wp-content/uploads/Arrow-3.png) no-repeat center / contain;
		max-width: 350px;
		
		
	}
	.table_scroll.table_small::before,
	.table_scroll.table_small::after {
		display: none;
	}
}

#breadcrumb ul li:first-child a > span {
	display: none;
}

#breadcrumb ul li:first-child a:before {
	content: "ホーム";
/* 	font-size: var(--body-font-size); */
}