@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap");

:root {
  --bg-logo: #fff;
  --bg-linear01: linear-gradient(270deg, #a4d7e5 0%, #d6f2ee 100%);
  --bg-linear02: linear-gradient(270deg, #d6f2ee 0%, #a4d7e5 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-background: #fff;
  --color-background01: #f7f5f2;
  --color-background02: #f5f5f5;
  --color-background-op80: #ffffffcc;

  --clr-000: #000;
  --color-font: #2f343a;
  --color-font-white: #fff;
  --color-font01: #111111;
  --color-primary: #fa711c;
  --color-primary-shade: #e56a00;
  --color-primary-tint: #06c755;
  --color-secondary: #06c755;
  --color-secondary-tint: #4f97f7;
  --color-table-border: #ababab;
  --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: #ffffff;
  --header-color-font: #2f343a;
  --header-color-font-white: #fff;
  --header-color-primary: #fa711c;
  --header-color-primary-shade: #fff;
  --header-color-primary-tint: #fff;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
  --footer-background: #2f343a;
  --footer-color-font: #fff;
  --footer-color-primary: #fff;

  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family-eng: "Poppins", "Noto Sans JP", sans-serif;
  --font-family-number: "Quicksand", "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)*/
  --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 */
  --px25: clamp(18px, calc(2.5rem + ((1vw - 19.2px) * 0.4531)), 25px);
  --px130t: clamp(50px, calc(13rem + ((1vw - 19.2px) * 5.178)), 130px);
  --rem20-12: clamp(13px, calc(2rem + ((1vw - 19.2px) * 0.8929)), 20px);
}

html {
  scroll-behavior: smooth;
}
.spmenu #menu p {
  width: max-content;
}
a#scrollUp {
      bottom: 60px;
}
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);
  background: var(--color-background01);
}
.widecolor {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: var(--px100) calc((100vw - 100%) / 2);
  margin-top: 0;
  background: var(--color-background);
}
.padding-120 {
  padding: var(--px120) 0;
}
.content-inner {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.text-16 {
  font-size: var(--rem16);
  letter-spacing: 0.05em;
  line-height: 2.2;
}

.text-16-sb {
  font-size: var(--rem16);
  letter-spacing: 0.02em;
  line-height: 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: 5px;
  }
  nav#mainNav ul li a {
    padding: var(--px20) clamp(7px, calc(3.5rem + ((1vw - 19.2px) * 3.125)), 35px);
  }

  #header .logo img {
    max-height: calc(var(--px60) + 6px);
  }
  nav#mainNav ul li a b {
    font-weight: 500;
    font-size: clamp(13px, calc(1.6rem + ((1vw - 19.2px) * 0.3348)), 16px);
  }
  #header ul.header__contact .header__inner {
    position: relative;
  }
  #header ul.header__contact .header__inner::before {
    content: "";
    background: #aeaeae;
    height: 90px;
    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: var(--px20);
    padding-right: var(--px20);
  }
  .note,
  .note b {
    font-weight: 500;
    line-height: 2;
    color: #242424;
  }

  #header .tel_icon {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--rem26w);
    font-family: var(--font-family-number);
    color: var(--header-color-primary);
    font-weight: 600;
  }
  #header .tel_icon::before {
    content: "\f095";
    display: block;
    font-family: "FontAwesome";
    font-size: var(--rem18);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 2.5px;
  }
  #header a.head_btn.tel_btn:hover {
    color: var(--header-color-font-white);
    background: var(--header-color-primary);
    border-color: var(--header-color-primary);
  }
  #header a.head_btn.tel_btn:hover .tel_icon,
  #header a.head_btn.tel_btn:hover .note,
  #header a.head_btn.tel_btn:hover .note b {
    color: var(--header-color-font-white);
  }
  #header a.head_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--header-color-primary);
    font-size: var(--rem14);
    font-weight: bold;
  }
  #header a.head_btn.mail_btn {
    gap: 7px;
    width: calc(var(--px120) + var(--px20));
  }
  #header a.head_btn.line_btn {
    gap: 8px;
    width: calc(var(--px120) + var(--px20));
    background: var(--color-primary-tint);
    line-height: 1.4;
  }
  #header a.head_btn.mail_btn:hover {
    color: var(--header-color-primary);
  }
  #header a.head_btn.line_btn:hover {
    background: var(--header-background);
    color: var(--color-primary-tint);
  }
  nav#mainNav ul li ul.sub-menu li a:hover {
    background: var(--color-background);
    color: var(--header-color-primary);
  }
  #header a.head_btn.mail_btn::before {
    content: "\f0e0";
    font-size: var(--rem20w);
  }
  #header a.head_btn.line_btn::before {
    content: "\f3c0";
    font-size: var(--rem20w);
  }
}
@media print, screen and (max-width: 1023px) {
  nav#mainNav ul li a:active,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li.current-menu-ancestor a,
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li.current-menu-parent a,
  nav#mainNav ul li ul.sub-menu li a:active,
  nav#mainNav ul li ul.sub-menu li a:hover {
    background: var(--header-color-primary) !important;
    color: var(--color-font-white);
  }
}
/* code footer */
#footer {
  font-weight: 500;
  padding: var(--px80) 0 var(--px60);
  text-align: center;
}
#footer .footer__logo:not(:last-child) {
  text-align: center;
  margin-bottom: var(--rem30);
  padding: 5px var(--px20);
  background: var(--color-background);
  display: inline-block;
}
#footer .footer__logo img {
  max-height: clamp(50px, calc(6.6rem + ((1vw - 19.2px) * 1.3889)), 66px);
}
#footer .footnav:not(:last-child) {
  margin-bottom: var(--rem20w);
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
  content: none;
}
#footer .footnav ul > li:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--footer-color-font);
  top: 0;
}
#footer .socialicon .fa-instagram:before {
  font-size: 3.55rem;
  line-height: 1;
}
#copyright {
  letter-spacing: 0.02rem;
  font-weight: 300;
  margin: 1rem auto 0;
}
/* code main-ttl */
.main-ttl,
.post .main-ttl {
  font-family: var(--font-family01);
  font-weight: 500;
  font-size: var(--rem22w);
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: var(--color-font01);
  margin: 0;
  margin-bottom: var(--px60);
  position: relative;
}
.post .main-ttl .eng-ttl,
.main-ttl .eng-ttl {
  display: block;
  font-family: var(--font-family-eng);
  font-weight: bold;
  font-size: var(--rem80);
  line-height: 1;
  color: var(--color-font);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0.15em;
}
.post .main-ttl::after {
  content: none;
}
/* code linkBtn */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  font-weight: bold;
  font-size: var(--rem16);
  color: var(--color-font-white);
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary);
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: var(--px60) auto 0;
  border: none;
  border-radius: 100px;
  transition: all 0.3s;
}
.linkBtn::after,
.post .linkBtn::after,
a.linkBtn::after,
.post .subimitarea .linkBtn input[type="submit"]::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  border-right: 3px solid var(--color-font-white);
  border-bottom: 3px solid var(--color-font-white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -5px;
  transition: all 0.3s;
}
.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: var(--color-font-white);
  background: var(--color-primary);
  opacity: 0.8;
}
.subimitarea > .linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}
/* code poslist */

#front_bottom_content {
  background: var(--color-background);
  padding: var(--px120) 0;
}
.postlist .post_text {
  padding: var(--px30) 0;
}
.postlist li:first-child {
  border-top: 1px solid #ccc;
}
.postlist li {
  border-bottom: 1px solid #ccc;
}

.postlist .ttls a {
  color: #111;
  font-size: var(--rem16);
}
.postlist .date {
  color: #000;
  font-size: var(--rem16);
}
/* code contact */
.cta01 {
  background: url(/wp-content/uploads/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}
.cta01:before {
  content: "";
  background: var(--clr-000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}
.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  background: transparent;
  padding: var(--px120) 0;
  position: relative;
  z-index: 1;
}
.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 100%;
  margin: var(--px60) 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(--rem36) 0;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  color: #111;
  border-radius: 0;
  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;
  }
}

/*ボタン共通パーツ*/
.main-ttl.main-color,
.main-ttl.main-color .eng-ttl,
.cta01 p {
  color: var(--color-font-white);
}
.cta01 .btnttl {
  font-size: var(--rem24w);
}
.cta01 .infotxt {
  font-size: var(--rem18);
}

/*電話ボタン*/

.cta01 .telnum {
  font-family: var(--font-family-number);
  font-size: var(--rem36);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.cta01 a.telbtn {
  background: var(--color-primary-shade);
  color: var(--color-font-white);
}
/*メールボタン*/
.cta01 .mailbtn .btnttl {
  display: flex;
  align-items: center;
  margin-bottom: var(--rem12);
}
.cta01 a.mailbtn {
  background: var(--color-background);
  color: var(--color-primary-shade);
}
/*LINEボタン*/
.cta01 a.linebtn {
  background: #06c755;
  color: #fff;
}
/*ボタンアイコン*/

.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";
  font-size: 0.89em;
  line-height: 1;
  margin-top: 1px;
}
.cta01 .mailbtn .btnttl::before {
  content: "\f0e0";
  font-size: 1.17em;
  line-height: 1;
  margin-top: 1.5px;
}
.cta01 .linebtn .btnttl::before {
  content: "\f3c0";
  font-weight: 400;
}
/* code service */
#service {
  background: var(--color-background01);
}
#service .linkBtn {
  margin-top: var(--rem28);
}
.text-service {
  text-align: center;
  font-weight: bold;
  font-size: var(--rem24w);
  line-height: 1.4;
  color: var(--color-primary);
  margin-bottom: var(--rem20);
}
.post .col3_service .imgarea {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 390 / 276;
  position: relative;
}
.post .col3_service .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .col3_service .txtarea {
  padding: var(--rem20w);
  display: flex;
  justify-content: center;
}
.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(--px35);
}
.post .col3_service > li {
  width: calc((100% - var(--px35) * 2) / 3);
  background: var(--color-background);
}
@media print, screen and (max-width: 1880px) and (min-width: 1440px) {
  .post .col3_service .line-h2 {
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
}
@media print, screen and (max-width: 768px) {
  .post .col3_service > li {
    width: calc((100% - var(--px35) * 1) / 2);
  }
}
@media print, screen and (max-width: 500px) {
  .post .col3_service > li {
    width: 100%;
  }
}
/* code express */
.text-express {
  font-weight: bold;
  font-size: var(--rem40);
  line-height: 1.5;
  text-align: center;
  margin-bottom: var(--px50);
}
.text-express span {
  line-height: 1.5;
  color: var(--color-primary);
}
#express .line-h2 {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.post .col3_express .imgarea {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 80%;
}
.post .col3_express .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.post .col3_express .imgarea.imgarea03 {
  width: 80%;
}
.post .col3_express .txtarea p {
  font-weight: bold;
  font-size: var(--rem24w);
  line-height: 1.4;
  color: var(--color-font-white);
  text-align: center;
  margin-top: var(--px24);
}
.post .col3_express {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: var(--px25);
  margin-top: var(--px60);
  margin-bottom: var(--px50);
}
.post .col3_express > li {
  width: calc((100% - var(--px25) * 2) / 3);
  padding: var(--px50) var(--px35);
  background: var(--color-primary);
  border-radius: 15px;
}

@media print, screen and (max-width: 768px) {
  .post .col3_express > li {
    width: calc((100% - var(--px25) * 1) / 2);
    height: 320px;
  }
}
@media print, screen and (max-width: 500px) {
  .post .col3_express > li {
    width: 100%;
  }
  #express .line-h2 {
    letter-spacing: 0.04em;
  }
}
@media print, screen and (max-width: 415px) {
  .post .col3_express > li {
    width: 100%;
  }
  #express .line-h2 {
    letter-spacing: 0.02em;
  }
}
/* code link-tel */
.link-tel {
  padding: var(--rem24w);
  background: var(--color-background);
  border: 4px solid var(--color-primary);
  border-radius: 120px;
  width: 100%;
  max-width: 551px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  transition: all 0.3s;
}
.link-tel:hover {
  opacity: 0.8;
}
.link-tel .text-link-tel {
  font-weight: bold;
  font-size: var(--rem20w);
}
.link-tel .text-number-link-tel {
  font-family: var(--font-family-number);
  font-weight: 600;
  font-size: var(--rem48);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: var(--px20);
}
.link-tel .text-number-link-tel::before {
  content: "\f095";
  display: block;
  font-family: "FontAwesome";
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1;
  margin-top: 3px;
}
.link-tel.link-tel-semi {
  max-width: 320px;
  margin-top: var(--rem26w);
  padding: var(--rem20w);
}
.link-tel.link-tel-semi .text-link-tel {
  font-size: var(--rem16);
}
.link-tel.link-tel-semi .text-number-link-tel {
  font-size: var(--rem28);
}

/* code strengths */
.post .col3_strengths .text-strengths {
  text-align: center;
  padding: var(--rem14);
  background: var(--color-font);
  color: var(--color-font-white);
  font-weight: bold;
  font-size: var(--rem22w);
  letter-spacing: 0.05em;
  line-height: 1.4;
  border-radius: 5px;
  margin: calc(var(--rem22w) + 1px) 0 var(--rem30);
}
.post .col3_strengths .line-h2 {
  letter-spacing: 0.05em;
}
.post .col3_strengths .imgarea {
  background: var(--color-background);
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 90%;
  max-width: 300px;
  aspect-ratio: 1 / 1;
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post .col3_strengths {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: var(--rem48);
}
.post .col3_strengths > li {
  width: calc((100% - var(--rem48) * 2) / 3);
}
@media print, screen and (max-width: 768px) {
  .post .col3_strengths > li {
    width: calc((100% - var(--rem48) * 1) / 2);
  }
}
@media print, screen and (max-width: 500px) {
  .post .col3_strengths > li {
    width: 100%;
  }
}
/* code shop */
#shop {
  background: url(/wp-content/uploads/top-12.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.post .col3_shop a {
  display: block;
}
.post .col3_shop .imgarea {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 390 / 293;
}
.post .col3_shop .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .col3_shop .txtarea {
  width: 90%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.post .col3_shop .txtarea p {
  font-weight: bold;
  font-size: var(--rem22w);
  line-height: 1.4;
  position: relative;
  color: var(--color-font-white);
  min-height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post .col3_shop .txtarea p span {
  display: block;
  font-size: var(--rem16);
}
.post .col3_shop .txtarea p::after {
  content: "";
  background: url(/wp-content/uploads/icon-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: calc(var(--rem40w) + 10px);
  height: calc(var(--rem40w) + 10px);
  top: 51%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.post .col3_shop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--px35);
}
.post .col3_shop > li {
  width: calc((100% - var(--px35) * 2) / 3);
  position: relative;
}

@media print, screen and (max-width: 1024px) {
  .post .col3_shop > li {
    width: calc((100% - var(--px35) * 1) / 2);
  }
}
@media print, screen and (max-width: 500px) {
  .post .col3_shop > li {
    width: 100%;
  }
}
/* code semi-wrapper */
#thumbImg,
header#h1Header {
  height: 200px;
}
#thumbImg::before,
header#h1Header::before {
  content: none;
}
header#h1Header h1.title {
  font-size: var(--rem40);
  font-family: var(--font-family01);
  font-weight: bold;
  letter-spacing: 0;
  color: var(--color-font);
}
body:not(.home) .post h2 {
  font-size: var(--rem24w);
  font-family: var(--font-family01);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  padding: 0;
  margin: 0 auto var(--px60);
  color: var(--color-font);
}
body:not(.home) .post h2::after {
  content: "";
  position: relative;
  visibility: visible;
  display: block;
  width: 2.75em;
  height: 3px;
  background: var(--color-primary);
  margin: 0.7em auto 0;
}
.post h3 {
  text-align: center;
  font-size: var(--rem20w);
  font-family: var(--font-family01);
  font-weight: bold;
  letter-spacing: 0;
  padding: 0;
  margin: 0 auto var(--rem30);
  border-bottom: 0;
}
.post h3::after {
  content: "";
  position: relative;
  visibility: visible;
  display: block;
  width: 5em;
  height: 2px;
  background: var(--color-primary);
  margin: 0.7em auto 0;
}
/* code linkbtn_list */
.link_btn {
  position: relative;
  display: inline-block;
  color: var(--color-font-white);
  background: var(--color-font);
  width: 100%;
  font-size: var(--rem16);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  padding: var(--rem16) 11px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
.link_btn::after {
  content: none;
}
.link_btn:hover {
  color: var(--color-font-white);
  background: var(--color-primary);
  border: 0;
}

/*---ボタンリストレイアウト---*/

.post ul.linkbtn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  gap: 21px 15px;
}
.post ul.linkbtn_list > li {
  width: calc((100% - 15px * 2) / 3);
  margin-bottom: 0;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .post ul.linkbtn_list > li {
    width: 240px;
  }
}
/* code semi-service */
.semi-service02 .txtarea {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--px50);
}
/* #service04 .line-h18 {
  letter-spacing: 0.03rem;
} */
/*---------coln02-----------*/
.semi-service02 .linkBtn {
  margin-top: 0;
}
#service04 .linkBtn {
  margin-top: var(--rem26w);
}
#service02 .linkBtn {
  margin-top: var(--rem26w);
  background: var(--color-primary-tint);
}
.semi-service02 .imgarea {
  overflow: hidden;
  position: relative;
}
.semi-service02 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .col2_list {
  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: var(--rem20w);
  margin-top: var(--rem26w);
}
.post .col2_list > li {
  width: calc((100% - var(--rem20w) * 1) / 2);
}
@media print, screen and (max-width: 768px) {
  .semi-service02 .txtarea {
    padding: 0;
  }
  .post .col2_list > li {
    width: 240px;
  }
}
/* code semi-information01 */
.semi-information01 .imgarea {
  margin-bottom: 0;
}
.semi-information01 .txtarea {
  background: var(--color-background01);
  padding: var(--px80) var(--px40);
  margin-bottom: 0;
}
.semi-information01 .representative {
  font-weight: bold;
  color: #868686;
  margin-bottom: var(--px12);
}
.semi-information01 .text-name {
  font-weight: bold;
  font-size: var(--rem24w);
  padding-bottom: var(--rem16);
  border-bottom: 2px solid var(--color-primary);
  margin-bottom: var(--rem24w);
}
.semi-information01 .text-name span {
  font-size: var(--rem16);
  color: var(--color-primary);
  margin-left: var(--px12);
}
.semi-information01 .line-h18 {
  font-weight: 500;
}
@media print, screen and (max-width: 425px) {
  .semi-information01 .line-h18 {
    letter-spacing: 0.04rem;
  }
}

/* code semi-information02 */
.semi-information02 .imgarea {
  overflow: hidden;
  position: relative;
}
.semi-information02 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#information02 .linkBtn {
  margin-top: 0;
}
.text-information-list {
  font-weight: bold;
  font-size: var(--rem20w);
  margin-bottom: 1rem;
  color: var(--color-primary);
}
.block-tel {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.block-tel a {
  line-height: 1.2;
  border-bottom: 1px solid var(--color-font);
}
@media print, screen and (max-width: 390px) {
  .text-information-list {
    font-size: 15px;
  }
}
/*--テーブル--------------------------------------------*/
/* code table */
.post table.responsive th {
  width: 26%;
  color: var(--color-font-white);
  font-weight: bold;
  background: var(--color-primary);
  font-size: var(--rem16);
  padding: var(--px30) var(--px24);
}
.post table.responsive td {
  font-size: var(--rem16);
  padding: var(--px30) var(--px24);
}
.wpcf7-form table.responsive th {
  width: calc(var(--px24) * 2 + 15em);
}
.post table.responsive.table_style02,
.post table.responsive.table_style02 th,
.post table.responsive.table_style02 td {
  border-width: 1px 0;
}
.post table.responsive.table_style02 {
  margin-top: var(--rem22w);
}
.post table.responsive.table_style02 th,
.post table.responsive.table_style02 td {
  font-size: var(--rem16);
  padding: var(--rem16) 0;
}
.post table.responsive.table_style02 th {
  width: 17%;
  color: var(--color-font);
  font-weight: bold;
  background: transparent;
}
.post table.responsive.table_style02:first-child {
  margin-top: 0;
}
.post table.responsive.table_style02:last-child {
  margin-bottom: 0;
}
/* code semi-strengths */
body.page-strengths {
  background: var(--color-background01);
}
.text-18-semi-strengths {
  text-align: center;
  font-weight: bold;
  font-size: var(--rem18);
  margin-bottom: var(--rem30w);
  line-height: 1.8;
}
@media print, screen and (max-width: 390px) {
  .text-18-semi-strengths {
    letter-spacing: 0.1rem;
  }
}
/* code block-number */
.block-number {
  padding: var(--rem20w);
  background: var(--color-background);
  border-radius: 30px;
  margin-top: var(--rem30w);
}
.text-16-block-number {
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  min-height: 77px;
}
.text-16-block-number span {
  display: block;
  font-size: var(--rem14);
}
.number-bd-radius {
  border: 5px solid #757575;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  margin: var(--rem40w) 0;
}
.text-16-number-bd-radius {
  font-weight: bold;
  color: var(--header-color-font-white);
}
.text-number {
  font-family: var(--font-family-eng);
  font-weight: bold;
  font-size: var(--rem80w);
  color: var(--color-font-white);
  line-height: 1;
}
.number-bd-radius.number-bd-radius01 {
  background: #f1634d;
}
.number-bd-radius.number-bd-radius02 {
  background: #f9b15f;
}
.number-bd-radius.number-bd-radius03 {
  background: #84bfe9;
}
.number-bd-radius.number-bd-radius04 {
  background: #08bbb7;
}
.number-bd-radius.number-bd-radius05 {
  background: #a9577d;
}
.post .col5_list {
  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: 1rem;
}
.post .col5_list > li {
  width: calc((100% - 1rem * 4) / 5);
  border: 5px solid #757575;
  border-radius: 113px;
  padding: var(--px80w) 0;
}
@media print, screen and (max-width: 768px) {
  .post .col5_list > li {
    width: 204px;
  }
  .text-16-block-number {
    min-height: 70px;
  }
}
@media print, screen and (max-width: 500px) {
  .post .col5_list > li {
    width: 165px;
  }
  .text-24-semi-strengths {
    text-align: left;
  }
}
@media print, screen and (max-width: 400px) {
  .post .col5_list > li {
    width: 147px;
  }
  .text-16-block-number {
    font-size: 13px;
  }
}
.semi-strengths01 .linkBtn {
  margin-top: 0;
}
.text-24-semi-strengths {
  text-align: center;
  font-weight: bold;
  font-size: var(--rem24w);
  line-height: 1.7;
  color: var(--color-primary);
  margin: var(--rem40) 0;
}
.post .col2_semi-strengths {
  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: var(--rem20w);
  margin-top: var(--rem40);
}
.post .col2_semi-strengths > li {
  width: 240px;
}
/* code semi-strengths02 */
.text-20-semi-strengths {
  font-weight: bold;
  font-size: var(--rem20w);
  text-align: center;
  margin-bottom: var(--px50);
}
@media print, screen and (max-width: 500px) {
  .text-20-semi-strengths {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 420px) {
  .text-20-semi-strengths {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media print, screen and (max-width: 390px) {
  .text-20-semi-strengths {
    letter-spacing: 0.1em;
  }
}
.post .col3_semi-strengths {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: var(--rem16);
  margin-top: var(--rem30w);
}
.post .col3_semi-strengths .box {
  width: calc((100% - var(--rem16) * 2) / 3);
}
.post .col3_semi-strengths .box .list_check {
  padding: var(--rem18);
  font-weight: bold;
  color: var(--color-font-white);
  background: var(--color-font);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--rem12);
  line-height: 1;
}
.post .col3_semi-strengths .box .list_check li {
  padding-left: var(--rem40w);
}
.post .col3_semi-strengths .box .list_check li::before {
  content: "";
  background: url(/wp-content/uploads/semi-strengths-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: var(--rem30);
  height: var(--rem30);
  position: absolute;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}

@media print, screen and (max-width: 768px) {
  .post .col3_semi-strengths .box {
    width: calc((100% - var(--rem16) * 1) / 2);
  }
}
@media print, screen and (max-width: 500px) {
  .post .col3_semi-strengths .box {
    width: 100%;
  }
}
/* code semi-strengths03 */
.semi-strengths03 .linkBtn {
  max-width: 268px;
  margin-top: var(--px50);
}
