@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=Baskervville:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=M+PLUS+1:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&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-background02: #f5f5f5;
  --color-background03: #d0d6ec;
  --color-background04: #c9d3f2;
  --color-background-op80: #ffffffcc;

  --clr-000: #000;
  --color-font: #333;
  --color-font-white: #fff;
  --color-font01: #252524;
  --color-primary: #334da3;
  --color-primary-shade: #4f97f7;
  --color-primary-tint: #cfb97e;
  --color-secondary: #ff0000;
  --color-secondary-tint: #ff0000;
  --color-table-border: #d1d1d1;
  --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: #333333;
  --header-color-font-white: #fff;
  --header-color-primary: #334da3;
  --header-color-secondary: #cfb97e;
  --header-color-primary-shade: #fff;
  --header-color-primary-tint: #fff;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
  --footer-background: var(--color-background02);
  --footer-color-font: #333;
  --footer-color-primary: #333;

  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Noto Serif JP", "Noto Sans JP", serif;
  --font-family03: "M PLUS 1", "Noto Sans JP", sans-serif;
  --font-family04: "Montserrat", "Noto Sans JP", sans-serif;
  --font-family-eng: "Baskervville", "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);
  --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;
}
.spmenu #menu p {
  width: max-content;
}

body.home #contact-bottom {
  display: none;
}
.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-background-01);
}
.padding-120 {
  padding: var(--px120) 0;
}
.content-inner {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}
.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-h17 {
  line-height: 1.7;
}
.mb12 {
  margin-bottom: var(--px120);
}

/* 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(8px, calc(4.8rem + ((1vw - 19.2px) * 3.5714)), 40px);
  }
  nav#mainNav ul li a {
    padding: var(--px20) clamp(8px, calc(2rem + ((1vw - 19.2px) * 1.3393)), 20px);
  }

  #header .logo img {
    max-width: 100%;
    max-height: 80px;
  }
  nav#mainNav ul li a b {
    font-weight: 500;
    font-size: clamp(15px, calc(2rem + ((1vw - 19.2px) * 0.558)), 20px);
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  nav#mainNav ul li a span {
    font-weight: 500;
    font-size: clamp(12px, calc(1.4rem + ((1vw - 19.2px) * 0.2232)), 14px);
    color: var(--header-color-primary);
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  nav#mainNav ul li a:active span,
  nav#mainNav ul li a:hover span,
  nav#mainNav ul li.current-menu-item a span,
  nav#mainNav ul li.current-menu-parent a span {
    color: var(--header-color-primary);
  }
  #header ul.header__contact .header__inner {
    position: relative;
  }
  #header ul.header__contact .header__inner::before {
    content: "";
    background: var(--header-color-font);
    height: 60px;
    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(15px, calc(3rem + ((1vw - 19.2px) * 1.6741)), 30px);
    padding-right: clamp(15px, calc(3rem + ((1vw - 19.2px) * 1.6741)), 30px);
  }
  .note,
  .note b {
    font-weight: 500;
  }
  #header .tel_icon {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--rem24);
    font-weight: 500;
  }
  #header .tel_icon::before {
    content: "\f095";
    display: block;
    font-family: "FontAwesome";
    font-size: 0.72em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 3px;
  }
  #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 {
    color: var(--header-color-font-white);
  }
  #header a.head_btn.mail_btn {
    gap: 2px;
    padding-left: clamp(15px, calc(3rem + ((1vw - 19.2px) * 1.6741)), 30px);
    padding-right: clamp(15px, calc(3rem + ((1vw - 19.2px) * 1.6741)), 30px);
    letter-spacing: 0.06em;
    background: var(--header-color-secondary);
    color: var(--header-color-font);
  }
  #header a.head_btn.mail_btn:hover {
    color: var(--header-color-font-white);
    background: var(--header-color-primary);
  }
  #header a.head_btn.mail_btn::before {
    content: "";
    background: url(/wp-content/uploads/icon-hd.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: var(--rem24);
    height: var(--rem24);
  }
  #header a.head_btn.mail_btn:hover::before {
    content: "";
    background: url(/wp-content/uploads/icon-hd-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: var(--rem24);
    height: var(--rem24);
  }
}
@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: #fff;
  }
}
/* code footer */
#footer {
  font-weight: 500;
  padding: var(--px80) 0 var(--px30);
}
#footer .footer__logo img {
  max-width: 100%;
  max-height: var(--px80w);
}
#copyright {
  color: var(--footer-color-font);
  font-size: var(--rem12);
  letter-spacing: 0.1rem;
  padding: 0;
  margin: var(--px30) auto 0;
  background: var(--footer-background);
  font-weight: 300;
  width: 90%;
}
/* code main-ttl */
.main-ttl,
.post .main-ttl {
  font-family: var(--font-family01);
  font-weight: 400;
  font-size: var(--rem30);
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: var(--color-primary);
  margin: 0;
  margin-bottom: var(--px50);
}

.main-ttl .eng-ttl {
  display: block;
  font-family: var(--font-family-eng);
  font-size: var(--rem70);
  line-height: 1.2;
  color: var(--color-primary);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-style: italic;
}

/* .post .main-ttl.txt_l {
  margin-bottom: var(--px50);
  line-height: 1;
}

.post .main-ttl.txt_l::after {
  margin-left: 0;
  margin-right: auto;
} */

.post .main-ttl::after {
  content: none;
}
/* 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);
}
.postlist .time a {
  font-family: var(--font-family03);
}
/* linkbtn */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  font-family: var(--font-family04);
  font-size: var(--rem20w);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-font-white);
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary);
  padding: var(--px12) 30px var(--px12) 20px;
  margin: var(--px50) auto 0;
  /* border: solid 2px; */
  border-radius: 0;
  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: var(--px40);
  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;
}
body.page-thanks .linkBtn::after {
	right: 20px;
}
/* code contact */
/*-----------------------------
cta01_col3
------------------------------*/
.main-ttl.white-ttl {
  color: var(--color-font-white);
}
.main-ttl.white-ttl .eng-ttl {
  color: var(--color-font-white);
}
.cta01 p {
  color: var(--color-font-white);
  font-size: var(--rem24w);
  letter-spacing: 0.1em;
  line-height: 2;
}
.cta01 {
  background: url(/wp-content/uploads/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
  padding: var(--px120) 0;
}
.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  background: transparent;
  padding: var(--px50) 0 var(--px40);
}
.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 1434px;
  margin: var(--px50) auto 0 auto;
}
.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  background: var(--color-background);
}
.cta01 a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px40) 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease 0.15s;
  font-weight: bold;
}
.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;
  }
  .cta01 .cta01_wrap {
    padding: var(--px50) 2rem var(--px40);
  }
}

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

.cta01 .btnttl {
  display: block;
  margin-bottom: 1rem;
}
.cta01 .infotxt {
  font-size: var(--rem16);
}
/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.cta01 a.telbtn {
  background: var(--color-primary);
  color: var(--color-font-white);
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: calc(var(--rem28) - 2px);
}
.cta01 a.mailbtn {
  background: var(--color-background);
  color: var(--color-primary);
}

/*LINEボタン*/

.cta01 a.fax {
  background: var(--color-primary-tint);
  color: var(--color-font);
}

/*ボタンアイコン*/

.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: "\f095";
  font-size: var(--rem24w);
  margin-top: 4px;
}
.cta01 .mailbtn .btnttl::before {
  content: "\f0e0";
}
/* code about */
/*-----------------------------
column_05
------------------------------*/
.linkBtn.linkBtn-about {
  max-width: 396px;
}
.column05 p {
  font-weight: 500;
  font-size: calc(var(--rem16) + 1px);
  line-height: 2;
}
.column05 .main-ttl {
  padding-bottom: var(--px20);
  border-bottom: 2px solid var(--color-primary);
}
.sec01 {
  background: var(--color-background02);
  padding: 0 0 var(--px120);
  position: relative;
}
.sec01::before {
  content: "";
  background: url(/wp-content/uploads/top-02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  inset: 0;
  position: absolute;
}
.column05 {
  position: relative;
  margin: 0;
}
.column05_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 20;
}
.column05 .imgarea {
  position: relative;
  /* aspect-ratio: 4 / 3; */
  overflow: hidden;
  width: 73.2%;
}
.column05 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.column05 .txtarea {
  position: relative;
  width: 48.8%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-background);
  padding: var(--px120) var(--px40);
  margin: 0 auto 0 -22%;
  z-index: 10;
}
.column05 .txtarea .txtinner {
  max-width: 716px;
}
@media print, screen and (max-width: 1600px) {
  .column05 .imgarea {
    aspect-ratio: 4 / 3;
  }
}
@media print, screen and (max-width: 1260px) {
  .column05 .txtarea {
    padding: clamp(30px, calc(12rem + ((1vw - 19.2px) * 10.0446)), 120px) var(--px40);
  }
}
@media print, screen and (max-width: 1023px) {
  .column05_wrap.rev {
    flex-direction: row;
  }
  .column05 .imgarea,
  .column05 .txtarea {
    width: 90%;
  }
  .column05 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.858) 0 0 auto;
  }
}

@media print, screen and (max-width: 768px) {
  .column05 .txtarea {
    padding: var(--px80) 5%;
  }
}
/* code service */
#service {
  position: relative;
  padding: var(--px120) 0;
  background: url(/wp-content/uploads/top-03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#service::before {
  content: "";
  background: var(--clr-000);
  inset: 0;
  position: absolute;
  opacity: 0.6;
}
.service-info {
  max-width: 1240px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 10;
}
#service p {
  font-weight: 500;
  color: var(--color-font-white);
  line-height: 2;
}
/* code business */
.sec02 {
  background: var(--color-background02);
}
.linkBtn.linkBtn-business {
  max-width: 300px;
  margin-top: var(--px40);
}
.linkBtn.linkBtn-business::after{
  right: var(--px50);
}
.post h3 {
  font-size: var(--rem60);
  font-family: var(--font-family02);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  padding: 0 0 0.2em;
  color: var(--color-primary);
  margin: 0 auto var(--px40);
  border-bottom: 2px solid var(--color-primary);
}
.column01 {
  position: relative;
  margin: 0;
}
.column01_wrap {
  position: relative;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  z-index: 1;
}
.sec02 .column01 .txtarea {
  background: transparent;
}
.column01 .txtarea {
  background: var(--color-background);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px60) var(--px40);
  margin: 0;
}
.column01 .txtarea .txtinner {
  max-width: 630px;
}
.column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (max-width: 768px) {
  .column01 .txtarea {
    padding: var(--px80) 5% 0;
  }
}

/*---------txtstyle-----------*/

.post .txtstyle02,
.txtstyle02 {
  font-family: var(--font-family01);
  font-size: calc(var(--rem24w) + 2px);
  font-weight: 500;
  text-align: left;
  margin: var(--px30) auto;
  background: transparent;
  color: var(--color-font);
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before,
.post .txtstyle02:after,
.txtstyle02:before,
.txtstyle02:after {
  content: none;
}
/* code reason */
.sec03 {
  background: url(/wp-content/uploads/top-11.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: var(--px120) 0 calc(var(--px240) + 10px);
}
.sec03::before {
  content: "";
  background: url(/wp-content/uploads/top-12.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 54%;
  left: 0;
  bottom: 0;
  position: absolute;
}
.sec03::after {
  content: "";
  background: var(--color-primary);
  opacity: 0.6;
  width: 100%;
  height: 54%;
  left: 0;
  bottom: 0;
  position: absolute;
}
.toptxtarea {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.card01_wrap {
  position: relative;
  margin: 0;
  z-index: 10;
}
.card01_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}
.card01_list > li {
  position: relative;
  background: var(--color-background);
}
.card01_list .imgarea {
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.card01_list .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card01_list .txtarea {
  padding: var(--px30) clamp(18px, calc(3rem + ((1vw - 19.2px) * 2.5)), 30px);
  line-height: 1.6;
  text-align: left;
}

/*---------txtstyle02 -----------*/

.text-reason {
  font-family: var(--font-family01);
  font-size: var(--rem24w);
  font-weight: bold;
  text-align: center;
  margin: 0 auto var(--rem24);
  background: transparent;
  color: var(--color-font);
  line-height: 1.4;
  padding: 0;
}

/*---------column04-----------*/

.col4_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--px40);
}
.col4_list {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col4_list > li {
  width: calc((100% - (var(--px40) * 3)) / 4);
}

@media print, screen and (max-width: 768px) {
  .col4_list > li {
    width: calc((100% - (var(--px40) * 1)) / 2);
  }
  .sec03::before {
    height: 70%;
  }
  .sec03::after {
    height: 70%;
  }
  .card01_inner {
    width: 90%;
  }
}
@media print, screen and (max-width: 432px) {
  .col4_list > li {
    width: 100%;
  }
  .sec03::before {
    height: 83%;
  }
  .sec03::after {
    height: 83%;
  }
}
/* code semi-wrapper */
header#h1Header h1.title {
  font-weight: bold;
  letter-spacing: 0;
}
body:not(.home) .post h3 {
  font-size: var(--rem24w);
  font-family: var(--font-family02);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  padding: 0.3em 0;
  color: var(--color-primary);
  margin: 0 auto var(--rem20);
  border-bottom: 2px solid var(--color-primary);
  border-top: 2px solid var(--color-primary);
}
body:not(.page-privacy) .post h4 {
  font-weight: bold;
  font-size: var(--rem20w);
  color: var(--color-primary);
  padding-left: 1.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid var(--color-primary);
}
body:not(.page-privacy) .post h4::before {
  content: none;
}
body:not(.page-privacy) .post h4::after {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
}
/* code semi-information */
.hideaki {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  line-height: 1.6;
}
.text-hideaki {
  font-size: var(--rem24w);
  font-weight: bold;
}
.text-bg {
  padding: 5px 10px;
  background: var(--color-primary-tint);
  color: var(--color-font-white);
  font-weight: bold;
  font-size: calc(var(--rem16) - 1px);
  display: inline-block;
}
.post ul.list_checkbox > li {
  line-height: 1.6;
  padding-left: 2.2rem;
}
.post ul.list_checkbox > li:before {
  content: "▶";
}
/* code table */
.post table.responsive th {
  width: 25%;
  color: var(--color-font);
  font-weight: bold;
  background: var(--color-background03);
  vertical-align: middle;
  border-right: none;
  font-size: var(--rem16);
  padding: var(--px30) var(--px24);
  border-color: #fff;
  text-align: center;
}
.post table.responsive td {
  /* border-left: 0; */
  font-size: var(--rem16);
  padding: var(--px30) var(--px24);
  vertical-align: middle;
}
/* .post table.responsive {
  border: none;
  border-collapse: separate;
  border-spacing: 0 2px;
} */
.train {
  display: flex;
  gap: var(--px24);
  align-items: center;
}
.text-train {
  background: url(/wp-content/uploads/semi-information-03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 5px 10px;
  width: 100%;
  max-width: 195px;
}
.text-train p {
  color: var(--color-font-white);
  font-weight: bold;
}
@media print, screen and (max-width: 768px) {
  .train {
    flex-direction: column;
  }
}
.identity {
  padding: 1rem var(--px20);
  background: var(--color-background04);
}
.post .identity ul.list_checkbox > li {
  letter-spacing: 0.04em;
}
/* code semi-business */
.operations {
  background: var(--color-primary);
  padding: var(--px20);
  font-size: var(--rem24w);
  font-weight: bold;
  color: var(--color-font-white);
  text-align: center;
  font-family: var(--font-family02);
}
.operations-border {
  padding: var(--px40) 0 var(--px40) var(--px70);
  border: 2px solid var(--color-primary);
  border-radius: 0 0 3px 3px;
}
.text-operations {
  /* font-size: var(--rem20); */
  font-size: clamp(15px, calc(2rem + ((1vw - 19.2px) * 0.3236)), 20px);
  font-weight: bold;
  color: var(--color-primary);
	
}


a.text-operations {
	border-bottom: 3px solid var(--color-primary);
	transition: .3s all ease;
}
a.text-operations:hover {
 color: var(--color-primary);
	opacity: .8;
}
@media print, screen and (max-width: 768px) {
  .operations-border {
    padding: var(--px40);
  }
}
body:not(.page-privacy) .post .collaboration h4 {
  padding-bottom: 0;
  border: 0;
  margin: 0;
  margin-bottom: var(--rem20);
}
.link-collaboration {
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}

/* code semi-fees */
.operations.txt_l {
  padding-left: var(--px40);
  padding-right: var(--px40);
}
.text-20 {
  font-size: var(--rem20w);
}
.visit {
  margin-bottom: 1.5rem;
}
.text-visit {
  padding: 5px 10px;
  background: var(--color-primary);
  color: var(--color-font-white);
  margin-right: var(--px30);
  font-weight: bold;
  display: inline-block;
  min-width: 116px;
  text-align: center;
}
.precautions {
  padding: 5px 10px;
  background: var(--color-primary-tint);
  font-size: var(--rem20w);
  font-weight: 800;
  display: inline-block;
}
.color-red {
  font-weight: bold;
  color: #ff0000;
}
.fees-content {
  padding: 0 var(--px40);
}
.link-red {
  font-weight: bold;
  color: #ff0000;
   border-bottom: 1px solid #ff0000;
}
.post table.table-fees th {
  width: 75%;
  padding: var(--px35);
  color: var(--color-font);
  font-weight: bold;
  background: var(--color-background03);
  text-align: center;
  font-size: var(--rem16);
}
.post table.table-fees td {
  padding: var(--px35) var(--px50);
  color: var(--color-font);
  font-size: var(--rem16);
}
.post table.table-fees td:last-child {
  text-align: center;
}
.table-fees span {
  color: var(--color-primary);
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .table_scroll table {
    table-layout: auto;
    width: 100%;
  }
}
@media screen and (max-width: 674px) {
  .table_scroll table {
    table-layout: auto;
    width: 674px;
  }
}

.post .caution.black li {
  font-weight: 800;
}
.method {
  font-size: var(--rem20w);
  font-weight: 800;
}
.postbank {
  padding: 5px var(--px20);
  background: var(--color-primary);
  font-size: var(--rem20w);
  font-weight: 800;
  color: var(--color-font-white);
  display: inline-block;
}
.text-postbank {
  font-weight: 800;
  font-size: var(--rem20w);
  color: var(--color-primary);
}
.postbank-bg {
  padding: 1rem;
  background: var(--color-background04);
  font-weight: 800;
}

.page-contact .post table.responsive th {
	text-align: left;
}

@media screen and (min-width: 1024px) {
	 #header .vertical-tel {
		height: 100%
	}
	#header .vertical-tel a.head_btn.tel_btn {
height: 50%;
		padding: 5px clamp(15px, calc(3rem + ((1vw - 19.2px) * 1.6741)), 30px);
	}
}


body:not(.home) .post h3 .linkBtn {
	margin-top: 0;
	margin: 0;
	text-align: left;
	font-weight: 500;
	max-width:190px;
font-size: var(--rem16);
	padding-right: 30px;
	z-index: 10;
}
body:not(.home) .post h3 .linkBtn:after {
	right: 25px;
}

body:not(.home) .post h3:has(>.linkBtn) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1em;
} 

