@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=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..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=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&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=Shippori+Mincho:wght@400;500;600;700;800&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: #eaeaea;
  --color-background02: #808080;
  --color-background03: #f5f5f5;
  --color-background-op80: #ffffffcc;

  --clr-000: #000;
  --color-font: #111111;
  --color-font-white: #fff;
  --color-font01: #333333;
  --color-font02: #212121;
  --color-primary: #2059aa;
  --color-primary-shade: #4f97f7;
  --color-primary-tint: #23cf81;
  --color-secondary: #ff0000;
  --color-secondary-tint: #4f97f7;
  --color-table-border: #aaa;
  --color-table-border01: #727272;
  --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Shippori Mincho", "Noto Sans JP", serif;
  --content-max-width: 1240px;
  /*------â–¼ãƒ˜ãƒƒãƒ€ãƒ¼è¨¬å®šâ–¼------*/
  --header-background: #ffffff;
  --header-color-font: #222222;
  --header-color-font-white: #fff;
  --header-color-primary: #2059aa;
  --header-color-primary-shade: #fff;
  --header-color-primary-tint: #fff;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
  --footer-background: #073875;
  --footer-color-font: #fff;
  --footer-color-primary: #fff;

  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Shippori Mincho", "Noto Sans JP", serif;
  --font-family-eng: "Cormorant Garamond", "Noto Sans JP", serif;
  --font-family-number: "Noto Serif JP", "Noto Sans JP", serif;
  --font-family-number01: "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 */
  --px62: clamp(40px, calc(33.746px + 1.472vw), 62px);
  --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;
}
.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;
}
.line-h16 {
  line-height: 1.6;
}
/* 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(10px, calc(-12.857px + 2.232vw), 30px);
  }
  nav#mainNav ul li a {
    padding: var(--px20) clamp(10px, calc(-12.857px + 2.232vw), 30px);
  }
  #header .logo {
    display: block;
    line-height: 0;
    padding: min(calc(10px + (1vw - 19.2px) * 0.558), 10px) clamp(10px, calc(-24.286px + 3.348vw), 40px);
  }
  #header .logo img {
    max-width: none;
    width: 100%;
    max-height: clamp(21px, calc(-1.857px + 2.232vw), 41px);
  }
  nav#mainNav ul li a b {
    font-weight: 600;
    font-size: var(--rem16);
  }
  #header ul.header__contact .header__inner {
    position: relative;
  }
  #header ul.header__contact .header__inner::before {
    content: "";
    background: #aeaeae;
    height: 76px;
    width: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
  }
  #header ul.header__contact .header__inner:hover::before {
    content: none;
  }
  #header a.head_btn::before {
    margin-bottom: 0;
  }
  #header a.head_btn.tel_btn::before {
    display: none;
  }
  #header a.head_btn {
    font-weight: 800;
  }
  #header a.head_btn.tel_btn {
    color: var(--header-color-font);
    background: var(--header-background);
    padding-left: var(--px30);
    padding-right: var(--px30);
  }
  .note,
  .note b {
    font-weight: 600;
    font-size: calc(var(--rem12) + 1px);
  }
  #header .tel_icon {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--rem28);
    font-family: var(--font-family-number);
    color: var(--header-color-primary);
    margin-bottom: 2px;
    font-weight: bold;
  }
  #header .tel_icon::before {
    content: "\f095";
    display: block;
    font-family: "FontAwesome";
    font-size: 0.7em;
    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 {
    flex-direction: row;
    gap: 8px;
    padding-left: calc(var(--px30) + 2px);
    padding-right: calc(var(--px30) + 2px);
  }
  #header a.head_btn.mail_btn:hover {
    color: var(--header-color-primary);
  }
}
/* 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;
    width: 100%;
    max-height: clamp(21px, calc(-1.857px + 2.232vw), 41px);
  }
}
@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: #fff;
  }
}
@media only screen and (max-width: 1023px) {
  #sp-header .mark img {
    max-width: 365px;
  }
}
@media only screen and (max-width: 500px) {
  #sp-header .mark img {
    max-width: 280px;
  }
}
/* code footer */
#footer {
  font-family: var(--font-family01);
  font-weight: 500;
  padding: var(--px80) 0 var(--px60);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .footer__logo img {
  max-width: none;
  width: 100%;
  max-height: calc(var(--rem40) + 1px);
}
#footer .footer__logo:not(:last-child) {
  margin: var(--rem30) 0;
  padding: 12px 14px 10px;
  background: var(--color-background);
}
#copyright {
  font-weight: 300;
  letter-spacing: 0;
  margin: 0 auto;
}
#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;
}
/* code main-ttl */
.main-ttl,
.post .main-ttl {
  font-family: var(--font-family02);
  font-weight: 600;
  font-size: calc(var(--rem16) + 2px);
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: var(--color-primary);
  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: calc(var(--rem60) + 4px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: var(--px20);
}
.post .main-ttl::after {
  content: none;
}
.post .main-ttl.under_ttl {
  text-align: left;
}

.post .main-ttl.under_ttl .sub_ttl {
  position: relative;
  padding-left: 4.34em;
}
.post .main-ttl.under_ttl .sub_ttl::before {
  content: "";
  width: 3.34em;
  height: 1px;
  background: var(--color-primary);
  position: absolute;
  top: 60%;
  left: 0%;
  transform: translateY(-50%);
}

/* code linkBtn */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 251px;
  font-weight: 600;
  font-family: var(--font-family02);
  font-size: var(--rem16);
  color: var(--color-primary);
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  background: var(--color-background);
  padding: 15px 30px 15px 20px;
  margin: var(--px50) auto 0;
  border-radius: 100px;
  border: 2px solid;
  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: var(--rem16);
  color: var(--color-primary);
  font-family: "FontAwesome";
  font-weight: 400;
  line-height: 1;
  top: 52%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  width: auto;
  height: auto;
  margin: 0;
  transition: 0.3s all;
}
.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
   color: var(--color-font-white);
  background: var(--color-primary);
}
.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;
}
.post .subimitarea .linkBtn input[type="submit"] {
	 border: 0;
}
/* code poslist */
#front_bottom_content .main-ttl {
  margin-bottom: var(--px60);
}
#front_bottom_content {
  background: var(--color-background);
  padding: var(--px120) 0;
  font-family: var(--font-family01);
}
.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,
.postlist .date {
  color: var(--clr-000);
  font-size: calc(var(--rem16) - 1px);
}
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  font-size: calc(var(--rem12) + 1px);
  font-weight: 500;
}
/* 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: #bfe1f5;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 0;
}
.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  background: transparent;
  padding: var(--px120) var(--px35) var(--px200);
  position: relative;
  z-index: 2;
}
.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 920px;
  margin: var(--px50) auto 0 auto;
}
.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}
.cta01 a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--rem40) 0;
  text-align: center;
  box-sizing: border-box;
  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;
  }
}

/*ボタン共通パーツ*/
.cta01 p {
  font-weight: 500;
  font-size: var(--rem20w);
  letter-spacing: 0.05em;
  color: var(--color-primary);
  line-height: 2;
}
.cta01 .btnttl {
  display: block;
}
.cta01 .infotxt {
  font-weight: 400;
}

/*電話ボタン*/

.cta01 .telnum {
  font-family: var(--font-family-number);
  font-weight: bold;
  font-size: var(--rem36);
  color: var(--color-primary);
  margin-bottom: var(--px12);
  display: flex;
  align-items: center;
}

.cta01 a.telbtn {
  background: var(--color-background);
  color: var(--color-font02);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.08);
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-weight: 600;
  font-size: var(--rem24w);
  letter-spacing: 0.05em;
}
.cta01 a.mailbtn {
  background: var(--color-primary);
  color: var(--color-font-white);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.08);
}

/*ボタンアイコン*/

.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";
}
.cta01 .telnum::before {
  content: "\f095";
  font-size: 0.7em;
  line-height: 1;
  margin-top: 4px;
}
/* code about */
/*-----------------------------
column_01
------------------------------*/
.sec01 {
  background: var(--color-background);
}

.column01 {
  position: relative;
  margin: 0;
}
.column01_wrap {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.column01 .txtarea {
  background: var(--color-background);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80s) var(--px50);
  margin: 0;
}
.column01 .txtarea .txtinner {
  max-width: 640px;
}
.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-----------*/
.column01 .line-h2 {
  line-height: 2.4;
}
.post .txtstyle02,
.txtstyle02 {
  font-size: var(--rem26w);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  line-height: 1.6;
  padding: 0;
}
/* code service */
#service {
  position: relative;
  padding: var(--px120) 0;
}
#service .main-ttl {
  color: var(--color-font-white);
}
#service .text-20 {
  text-align: center;
  font-weight: 600;
  font-size: var(--rem20w);
  color: var(--color-font-white);
  margin-bottom: var(--px50);
  line-height: 1.6;
}
#service::before {
  content: "";
  background: url(/wp-content/uploads/top-02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#service::after {
  content: "";
  background: var(--color-primary);
  opacity: 0.9;
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.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(--px60);
}
.post .col3_service > li {
  width: calc((100% - var(--px62) * 2) / 3);
}
.post .col3_service a {
  display: block;
  position: relative;
}

.post .col3_service .imgarea {
  position: relative;
  overflow: hidden;
}
.post .col3_service .imgarea::before {
  content: "";
  background: var(--clr-000);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}
.post .col3_service a:hover img {
  opacity: 1;
  /* scale: 1.2;
  transition: all ease 0.3s; */
}
.post .col3_service a:hover .imgarea::before {
  opacity: 0.4;
}
/* .post .col3_service a:hover .txtarea {
  color: var(--color-primary);
} */
.post .col3_service .txtarea {
  width: 90%;
  color: var(--color-font-white);
  font-weight: 600;
  font-size: var(--rem26w);
  text-align: center;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 1060px) and (min-width: 1024px) {
  .post .col3_service .txtarea {
    font-size: 21px;
  }
}
@media print, screen and (max-width: 768px) {
  .post .col3_service > li {
    width: calc((100% - var(--px62) * 1) / 2);
  }
  #service::before,
  #service::after {
    height: 40%;
  }
}
@media print, screen and (max-width: 500px) {
  .post .col3_service > li {
    width: 100%;
  }
  #service::before,
  #service::after {
    height: 29%;
  }
}
/* code strengths */
#strengths {
  position: relative;
  background: url(/wp-content/uploads/top-06.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: var(--px120) 0 calc(var(--px80w) + 10px);
}
.num_list01 {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
}
.num_list01 .imgarea {
  aspect-ratio: 400 / 270;
  position: relative;
}
.num_list01 .imgarea:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  display: inline-block;
  color: var(--color-primary);
  font-style: italic;
  font-family: var(--font-family-number01);
  font-weight: 500;
  font-size: 96px;
  left: 0;
  width: 96px;
  height: 96px;
  line-height: 96px;
  text-align: center;
  top: 0;
  transform: translateY(-50%);
}
.num_list01 .txtarea {
  padding: var(--rem20w) var(--rem20w) var(--rem36);
}
.num_list01 .num_listttl {
  text-align: center;
  font-weight: bold;
  font-size: var(--rem22w);
  padding: 0 0 var(--rem16);
  position: relative;
  line-height: 1.6;
  color: var(--color-font01);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 87px;
}
#strengths .main-ttl {
  margin-bottom: calc(var(--px50) + 40px);
}
/*---------col03-----------*/

.post .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 5rem 2rem;
}
.post .col3_list > li {
  background: var(--color-background);
  width: calc((100% - 2rem * 2) / 3);
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}
@media print, screen and (max-width: 1050px) and (min-width: 1024px) {
  .num_list01 .line-h16 {
    font-size: 14.3px;
  }
}
@media print, screen and (max-width: 800px) and (min-width: 768px) {
  .num_list01 .line-h16 {
    letter-spacing: 0.06rem;
  }
}
@media print, screen and (max-width: 768px) {
  .post .col3_list > li {
    width: calc((100% - 2rem * 1) / 2);
  }
  .num_list01 .num_listttl {
    height: 76px;
  }
}
@media print, screen and (max-width: 500px) {
  .post .col3_list > li {
    width: 100%;
  }
  .num_list01 .num_listttl {
    height: auto;
  }
}
/* code recruit */
.sec03 {
  position: relative;
  background: url(/wp-content/uploads/top-10.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.column03 {
  margin: 0;
}
.column03_wrap {
  position: relative;
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  z-index: 1;
}
.column03 .txtarea {
  background: var(--color-background);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px50) var(--px60);
  margin: 0;
}
.column03 .txtarea .txtinner {
  max-width: 500px;
}
.column03 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.column03 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column03 .line-h2 {
  letter-spacing: 0.05em;
  color: var(--clr-000);
}
@media print, screen and (max-width: 768px) {
  .column03 .txtarea {
    padding: var(--px80) 5%;
  }
}
/* code semi-wrapper */
#thumbImg::before,
header#h1Header::before {
  content: none;
}
header#h1Header h1.title {
  font-size: var(--rem36);
  font-family: var(--font-family02);
  font-weight: bold;
  letter-spacing: 0;
}
.post h2 {
  color: var(--color-primary);
  font-size: var(--rem30);
  font-family: var(--font-family02);
  font-weight: bolder;
  text-align: center;
  letter-spacing: 0;
  padding: 0;
  margin: 0 auto var(--px70);
}
.post h3 {
  text-align: center;
  font-size: var(--rem20w);
  font-family: var(--font-family02);
  font-weight: bold;
  letter-spacing: 0;
  color: var(--color-font);
  padding: 0;
  margin: 0 auto var(--rem36);
  border-bottom: 0;
}
.post h3::after {
  content: "";
  position: relative;
  visibility: visible;
  display: block;
  width: 4.75em;
  height: 2px;
  background: var(--color-primary);
  margin: 0.8em auto 0;
}
/* code semi-company */

@media print, screen and (min-width: 769px) {
  .semi-company .txtarea {
    width: 66%;
    padding-left: var(--px50);
  }
  .semi-company .imgarea {
    width: 34%;
  }
}
/* code table */
.post table.responsive th {
  width: 28%;
  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);
}
/* code semi-business */
.semi-business .imgarea {
  overflow: hidden;
  position: relative;
}
.semi-business .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.semi-business .txtarea {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80s);
}
@media print, screen and (max-width: 768px) {
  .semi-business .txtarea {
    padding: 0;
  }
}
.semi-business .content03 {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
}
/*--flow02--------------------------------------------*/
.semi-recruit .content04 .box {
  width: 100%;
  max-width: 1137px;
  margin: 0 auto;
}
.flowlist02 {
  padding-left: 5rem;
  position: relative;
}
.flowlist02::before {
  content: "";
  width: 15px;
  height: 100%;
  background: var(--color-primary-shade);
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 5rem;
}
.flowlist02 > li {
  position: relative;
}
.flowlist02 > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flowlist02 > li .icon {
  font-family: var(--font-family-number);
  font-size: var(--body-font-size);
  width: 5rem;
  height: 5rem;
  color: var(--color-font-white);
  font-weight: bold;
  background: var(--color-primary);
  padding: 0.8rem 2rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2px;
  left: -2.5rem;
  z-index: 100;
  border-radius: 50vh;
}
.flowlist02 > li .icon::after {
  content: none;
}
.flowlist02 > li dl {
  padding-left: 7rem;
  position: relative;
  padding-top: 0.8rem;
}
.flowlist02 > li dl::before {
  content: none;
}
.flowlist02 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
}
.flowlist02 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed var(--clr-000);
  position: absolute;
  left: 5px;
  top: 23px;
}
.flowlist02 > li dl dt {
  margin-bottom: var(--rem16);
  padding-bottom: var(--rem12);
  border-bottom: 1px solid var(--color-primary);
  font-weight: bold;
  font-size: 20px;
}
@media print, screen and (min-width: 769px) {
  .flowlist02 > li .icon {
    font-size: 30px;
    width: 7.4rem;
    height: 7.4rem;
    left: -3.7rem;
  }
  .flowlist02::before {
    width: 22px;
    left: 4.6rem;
  }
  .flowlist02 > li dl {
    padding-left: 13rem;
    padding-top: 16px;
    /* height: calc(160px + var(--px20) - 1px); */
  }
  .flowlist02 > li dl::after {
    width: 68px;
    top: 37px;
    left: 37px;
  }
}
@media print, screen and (max-width: 768px) {
  .flowlist02 {
    padding-left: 2rem;
  }

  .flowlist02 > li .icon {
    left: -3.5rem;
  }

  .flowlist02::before {
    left: 1rem;
  }

  .flowlist02 > li dl {
    padding-left: 4.5rem;
  }

  .flowlist02 > li dl::after {
    width: 30px;
  }

  .flowlist02 > li dl dt {
    font-size: 1.4rem;
  }
}
/* code semi-recruit */
/* code equipment */
.equipment {
  background: var(--color-background01);
  padding: calc(var(--px60w) + 15px) var(--px40);
}
.equipment .text-24 {
  line-height: 1.4;
  font-weight: bold;
  font-size: var(--rem24w);
  padding-bottom: 1em;
  border-bottom: 1px solid var(--color-primary);
}
.equipment .imgarea {
  position: relative;
  overflow: hidden;
}
.equipment .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.equipment .txtarea {
  padding-left: var(--rem30w);
}
@media print, screen and (max-width: 768px) {
  .equipment .txtarea {
    padding-left: 0;
  }
}
/* code employee */
.employee {
  display: flex;
  gap: 16px;
  margin-bottom: var(--rem30);
}
.employee p {
  width: 120px;
  padding: 12px 12px 11px;
  line-height: 1.6;
  background: var(--color-primary);
  color: var(--color-font-white);
  text-align: center;
  font-weight: bold;
  font-size: var(--rem20w);
}
/* code table-equipment */
.post table.table-equipment,
.post table.table-equipment th,
.post table.table-equipment td {
  border-width: 0;
}
.post table.table-equipment th {
  width: 25%;
  color: var(--color-font);
  font-weight: bold;
  background: transparent;
  font-size: var(--rem16);
  padding-left: 0;
  padding: 1rem 1rem 1rem 0;
}
.post table.table-equipment td {
  color: var(--color-font);
  font-size: var(--rem16);
  font-weight: 400;
  padding: 1rem 0;
}
.post table.table-equipment tr:first-child th,
.post table.table-equipment tr:first-child td {
  padding-top: 0;
}
.post table.table-equipment tr:last-child th,
.post table.table-equipment tr:last-child td {
  padding-bottom: 0;
}
/* code drop-down-menu */
.acc_ttl {
  cursor: pointer;
}
.drop-down-menu {
  position: relative;
  background: var(--color-background02);
  padding: 59px 20px 38px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: var(--color-font-white);
}
.drop-down-menu .imgarea {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
/* code table-careers */
.post table.table-careers .list_disc li {
  line-height: 1.6;
}
.post table.table-careers {
  margin-top: 0;
  line-height: 1.6;
}
.post table.responsive.table-careers {
  display: none;
}
/*--contact_area-------------------------------------*/

.contact_area {
  padding: min(calc(80px + (1vw - 19.2px) * 2.589), 80px);
  text-align: center;
  background: var(--color-background03);
}
.post .contact_ttl {
  font-size: calc(var(--rem24w) + 1px);
  letter-spacing: 0.1em;
  margin-bottom: var(--rem40);
}
.post .contact_ttl::before {
  content: none;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}
.post .contact_ttl::after {
  content: "";
  position: relative;
  visibility: visible;
  display: block;
  width: 3.24em;
  height: 3px;
  background: var(--color-primary);
  margin: 0.6em auto 0;
}
.contact_read {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.contact_area .linkBtn {
  max-width: 289px;
  margin-top: var(--rem40);
}
