@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=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,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-background01: #f6f6f6ff;
  --color-background02: #1E4D05;
  --color-background-op80: #ffffffcc;

  --clr-000: #000;
  --color-font: #000000;
  --color-font-white: #fff;
  --color-font01: #252524;
  --color-primary: #55AD27;
  --color-primary-shade: #55AD27;
  --color-primary-tint: #55AD27;
  --color-secondary: #ff0000;
  --color-secondary-tint: #000000;
  --color-table-border: #cccccc;
  --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: #252524;
  --header-color-font-white: #fff;
  --header-color-primary: #55AD27;
  --header-color-primary-shade: #fff;
  --header-color-primary-tint: #fff;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
  --footer-background: #55AD27;
  --footer-color-font: #fff;
  --footer-color-primary: #fff;

  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Noto Serif JP", serif;
  --font-family-eng: "Lato", "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)*/
  --rem50w: clamp(38px, calc(50px + ((1vw - 19.2px) * 0.7767)), 50px);

  --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)*/
  --rem15: min(calc(1.5rem + (1vw - 1.92rem) * 0.1294), 1.5rem);

  --rem14: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem);
  /*1.4rem-1.2rem (1920-375)*/
  --rem13: min(calc(1.3rem + (1vw - 1.92rem) * 0.1294), 1.3rem);
  /*1.3rem-1.1rem (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);
  --px30-10: clamp(10px, calc(1.875rem + ((1vw - 19.2px) * 2.2321)), 30px);
  /*30px-14px (1920-1024)*/
  --px540: clamp(285px, calc(540px + ((1vw - 19.2px) * 22.1546)), 540px);
  --px146-110: clamp(110px, calc(146px + ((1vw - 19.2px) * 2.3301)), 146px);
  --px113-109: clamp(109px, calc(113px + ((1vw - 10.22px) * 0.6182)), 113px);
  --px456-280: clamp(280px, calc(456px + ((1vw - 19.2px) * 15.2911)), 456px);


  --icon-arrow-light: url("/wp-content/uploads/btn-icon.png");
  --icon-arrow-primary: url("/wp-content/uploads/btn-icon-2.png");
  /* encode svg */
}

html {
  scroll-behavior: smooth;
}

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

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

.post h2 {
  font-size: var(--rem24w);
  font-weight: bold;
  font-family: var(--font-family02);
}

.post h3 {
  font-family: var(--font-family02);
}

.post h2::after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: 66px;
  height: 3px;
  
  margin: 0.6em auto 0;
}

.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-wrap {
  margin-top: var(--px150);
}

.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);
}

/* 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 {
    height: 100px;
  }

  #header ul.header__contact {
    margin-left: var(--px30);
  }

  nav#mainNav ul li a {
    padding: var(--px20) var(--px30-10);
    font-family: var(--font-family02);
  }

  #header .logo img {
    max-width: 234px;
    width: 100%;
  }

  nav#mainNav ul li a b {
    font-weight: 500;
    font-size: var(--rem16);
    letter-spacing: 0.05em;
  }

  #header ul.header__contact .header__inner {
    position: relative;
  }

  #header ul.header__contact .header__inner::before {
    content: "";
    background: #aeaeae;
    height: 65px;
    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(--px30);
    padding-right: var(--px30);
  }

  .note,
  .note b {
    font-weight: 500;
    font-size: var(--rem13);
  }

  #header .tel_icon {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--rem28);
    font-family: var(--font-family-eng);
    color: var(--header-color-primary);
    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 {
    flex-direction: row;
    gap: 8px;
    padding-left: calc(var(--px30) - 1px);
    padding-right: calc(var(--px30) - 1px);
    letter-spacing: 0.05em;
  }

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

@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;
  }

  #header .logo img {
    max-width: 234px;
    margin: 0 var(--px12);
  }
}

/* code header */
#header .logo,
#footer .footer__logo {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-size: var(--rem24w);
  font-weight: 500;
  font-family: var(--font-family02);
  line-height: 1.6;
  letter-spacing: 0.05em;
}

#header .logo span,
#footer .footer__logo span {
  font-size: var(--rem18);

}

#footer a {
  margin: 0 auto;
}

#footer .footer__logo img {
  max-width: 234px;
}

@media only screen and (max-width: 799px) {
  .mobile #header .logo {
    padding: 0px var(--px12);
  }
}

.toptxtarea {
  max-width: 975px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.toptxtarea p {
  font-size: var(--rem15);
  font-weight: 400;
  font-family: var(--font-family01);
  line-height: 2.4;
  letter-spacing: 0.05em;
  color: var(--color-font);
  padding-top: var(--px12);
}

/*---------txtstyle03-----------*/

.post .txtstyle03,
.txtstyle03 {
  font-family: var(--font-family-eng);
  font-size: var(--rem50w);
  font-weight: 300;
  font-style: italic;
  /* text-align: center; */
  text-transform: uppercase;
  color: var(--color-primary);
  line-height: 1;
  letter-spacing: 0.05em;
  overflow-wrap: break-word;
  padding: 0;
  margin: var(--rem42) 0 var(--rem40);
  border: none;
  background: transparent;
}

.post .txtstyle03:before,
.txtstyle03:before,
.post .txtstyle03:after,
.txtstyle03:after {
  content: none;
}

.post .txtstyle03 .subtxt,
.txtstyle03 .subtxt {
  display: block;
  font-size: var(--rem20);
  color: var(--color-font);
  font-weight: 500;
  padding: 0;
  margin: var(--rem14) 0 0;
  border: none;
  background: transparent;
  font-family: var(--font-family02);
  font-style: normal;
  letter-spacing: 0.1em;
}

/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1 h2 {
  width: 100%;
}

.teleco_v1 .w50.image_box {
  position: relative;
  overflow: hidden;
}

.teleco_v1 .w50.image_box::before {
  content: '';
  display: block;
}

.teleco_v1 .w50.image_box img {
  position: absolute;
  width: 102%;
  height: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.teleco_v1 .w50.text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background: var(--color-background); */
  padding: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.teleco_v1 .w50.text_box::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/TOP-01.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -2;
  filter: blur(4px);
}

.teleco_v1 .w50.text_box.child02::before {
  background-image: url(/wp-content/uploads/DSCN08402.png);
}

.teleco_v1 .w50.text_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-background);
  opacity: .8;
}

.teleco_v1 .w50.text_box .content-child {
  max-width: var(--px540);
  width: 90%;
  margin: auto;
}

@media print,
screen and (min-width: 769px) {
  .teleco_v1 .w50.image_box::before {
    padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
  }

  .teleco_v1 .w50.image_box img {
    width: auto;
    height: 116%;
  }
}

.flexinnerBtn {
  align-self: normal;
}

@media print,
screen and (max-width: 768px) {
  .teleco_v1 .w50.image_box {
    margin-bottom: 0;
  }

  .teleco_v1 .w50.image_box::before {
    padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
  }

  .teleco_v1 .w50.text_box {
    padding: calc(70px + (1vw - 7.68px) * 5.0891) 0;
    margin-bottom: 0;
  }

  .teleco_v1 .w50.text_box .content-child {
    max-width: 100%;
  }
}

#content02 p {
  font-size: var(--rem15);
  font-weight: 400;
  font-family: var(--font-family01);
  line-height: 1.8;
  color: var(--color-font);
}
.linkBtn:not(.custom-btn), .post .linkBtn:not(.custom-btn) {
	max-width: 300px;
	border-radius: 0;
}
.linkBtn:not(.custom-btn):hover, .post .linkBtn:not(.custom-btn):hover {
	background: var(--color-primary);
	opacity: .8;
}
.linkBtn.custom-btn,
.post .linkBtn.custom-btn {
  min-width: var(--px146-110);
width: 100%;
	max-width: fit-content;
  padding: 0;
  text-align: justify;
  background: transparent;
  font-size: var(--rem15);
  font-weight: 400;
  font-family: var(--font-family01);
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: var(--color-font);
	padding: var(--px14) 50px var(--px14) 0;
}

.linkBtn.custom-btn:hover,
.post .linkBtn.custom-btn:hover {
  background-color: transparent;
  color: var(--color-primary);
  opacity: .8;
}

.linkBtn.custom-btn::after,
input.linkBtn.custom-btn::after,
.post .linkBtn.custom-btn::after {
  content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	background: var(--icon-arrow-light) no-repeat center / contain;
  border: none;
  transform: rotate(0);
  transform: translateY(-50%);
  margin: 0;
  display: flex;
  justify-content: center;
  right: 0;
  align-items: center;
}

.linkBtn.custom-btn::before,
input.linkBtn.custom-btn::before,
.post .linkBtn.custom-btn::before {
  content: none;
  position: absolute;
  padding: var(--px14);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-primary);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

@media only screen and (max-width: 640px) {

  .linkBtn.custom-btn,
  .post .linkBtn.custom-btn {
    display: inline-block;
  }
}


.sec01 {
  background-image: url(/wp-content/uploads/TOP-06.png);
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.sec01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-background02);
  opacity: .5;
  top: 0;
}

.column01 {
  position: relative;
  margin: 0;
}

.column01_wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.column01 .txtarea {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}

.column01 .txtarea .txtinner {
  max-width: 600px;
  width: 100%;
}

.column01 .txtarea .txtinner h1 {
  font-size: var(--rem70);
  color: var(--color-font-white);
}

.column01 .txtarea .txtinner h1 span {
  font-size: var(--rem28);
  color: var(--color-font-white);
}

.column01 .txtarea .txtinner p {
  color: var(--color-font-white);
  font-size: var(--rem15);
  font-family: var(--font-family01);
  line-height: 2.4;
  letter-spacing: 0.05em;
}

.column01 .txtarea .txtinner .linkBtn.custom-btn {
  color: var(--color-font-white);
}

.column01 .txtarea .txtinner .linkBtn.custom-btn::before {
  background-color: var(--color-font-white);
}

.column01 .txtarea .txtinner .linkBtn.custom-btn::after {
  content: var(--icon-arrow-primary);
}

.column01 .txtarea .txtinner .linkBtn.custom-btn:hover {
  opacity: .5;
}

.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%;
  }

  .front_contents {
    padding: 0;
  }
}

/*-----------------------------
cta01_col2
------------------------------*/
.cta01 {
  position: relative;
  z-index: 0;
}

.cta01:before {
  content: "";
  background-image: url(/wp-content/uploads/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta01::after {
  content: "";
  background-color: var(--color-background);
  opacity: 50%;
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: var(--px120) 0;
}

.cta01 .cta01_wrap p {
  font-size: var(--rem20);
  font-family: var(--font-family02);
  font-weight: 500;
  line-height: 2.4;
  /* margin: var(--px12); */
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 100%;
  margin: var(--rem40) auto 0 auto;
  gap: var(--px40);
}

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

.cta01 a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30) 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease .15s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.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:before {
    height: 77%;
  }

  .cta01::after {
    height: 77%;
  }
}

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

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

.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
  font-family: var(--font-family01);
}

/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: var(--px12);
  font-weight: 500;
  font-family: var(--font-family-eng);
  line-height: 1.2;
  color: var(--color-primary);
}

.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: var(--font-family01);
}

.cta01 a.telbtn {
  background: var(--color-background);
  color: var(--color-font);
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem20);
  font-weight: 500;
  font-family: var(--font-family01);
  line-height: 1.2;
  letter-spacing: 0.05em;
}

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

/*ボタンアイコン*/

.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';
  font-size: var(--rem24);
}

.cta01 .telnum::before {
  content: '\f095';
  font-size: var(--rem22w);
  transform: translateY(-10%);
}

#front_bottom_content {
  padding-top: 0;
  background: var(--color-background);
}

#front_bottom_content .date,
#front_bottom_content .ttls {
  font-size: var(--rem15);
  line-height: 2;
  padding: var(--px18) var(--px12);
}

#front_bottom_content .postlist {
  padding-top: var(--px20);
}

#front_bottom_content .postlist li {
  border-bottom: 1px solid var(--color-table-border);
  margin: 0 auto;
}

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

  #front_bottom_content .postlist .ttls,
  #front_bottom_content .postlist .date {
    padding: 0 5px;
  }
}

#footer {
  background: var(--footer-background);
}

#footer .footnav ul>li {
  margin-bottom: var(--px30);
}

#copyright {
  font-weight: 300;
}

@media only screen and (max-width: 1023px) {
  html.mobile #mainImg {
/*     margin-top: var(--px113-109); */
  }
}

#scrollUp {
  box-shadow: 0 0 5px var(--color-background);
}

#service .front_contents {
  padding: 0;
}

#service .toptxtarea {
  max-width: 100%;
  margin-bottom: var(--px150);
}

#service .toptxtarea p {
  font-size: var(--rem16);
  font-weight: 400;
  font-family: var(--font-family01);
  line-height: 2;
  letter-spacing: 0;
  color: var(--color-font);
  padding-top: var(--px12);
}

#service .column01 .txtstyle04::after {
  width: var(--px96);
}

#service .column01 .txtarea .txtinner p {
  color: var(--color-font);
  font-size: var(--rem16);
  font-family: var(--font-family01);
  line-height: 2;
  letter-spacing: 0;
}

#service .column01 .txtarea {
  max-width: var(--px456-280);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) 0;
  margin: 0 auto;
}

#wrapper {
  padding: 0;
}

@media print,
screen and (max-width: 768px) {
  #service .column01 .txtarea {
    max-width: 100%;
  }
}


.post .sub_company h2 {
  font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem);
  /* 2.8-2.1rem (1920-375) */
  font-weight: 600;
  text-align: left;
  letter-spacing: .2rem;
  padding: 0;
  margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px);
  /* 120-65px auto 50-35px (1920-375) */
}

.post .sub_company h2::before {
  content: none;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}

.post .sub_company h2::after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: 2.2em;
  height: 2px;
  background: var(--color-primary);
  margin: 0.6em auto 0;
  margin-right: auto;
  margin-left: 0;
}

.post .sub_company h2:first-child {
  margin-top: 0;
}

/*--テーブル--------------------------------------------*/

.post table.table_style02,
.post table.table_style02 th,
.post table.table_style02 td {
  border-width: 1px 0;
  border-color: var(--color-table-border);
  line-height: 2;
}

.post table.table_style02 {
  margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;
  /* 30-20px (1920-375) */
}

.post table.table_style02 th,
.post table.table_style02 td {
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /* padding: min(calc(20px + (1vw - 19.2px) * 0.5580), 20px) min(calc(15px + (1vw - 19.2px) * 0.3236), 15px); */
  padding: var(--px35) var(--px24);
}

.post table.table_style02 th {
  width: 25%;
  font-weight: bold;
  color: var(--color-font-white);
}

.post table.table_style02:first-child {
  margin-top: 0;
}

.post table.table_style02:last-child {
  margin-bottom: 0;
}

/*--list--------------------------------------------*/

.post .list_style01 li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex-shrink: 0;
  border-bottom: solid 1px #ddd;
}

.post .history_style01 li .head {
  width: 25%;
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  /* 30-20px 15-10px (1920-375) */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.post .list_style01 li .body {
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  /* 30-20px 15-10px (1920-375) */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.post .list_style01 li:nth-child(odd) {
  background: #eee;
}

@media only screen and (max-width: 640px) {
  .post .list_style01 li {
    flex-direction: column;
  }

  .post .list_style01 li .head {
    width: 100%;
    padding-bottom: 0;
  }
}

#company .content-wrap {
  margin-top: 0;
}

#company .widecolor {
  margin-top: 0;
}

.lh30 {
  line-height: 2;
}

.company-content:not(:first-child) {
  margin-top: var(--px150);
}

.googlemap {
  padding-bottom: 35%;
  margin: var(--px50) auto;
}

@media print,
screen and (max-width: 640px) {
  .googlemap {
    padding-bottom: 80%;
  }
}

.post table th {
  background: var(--color-primary);
}


.post .lead {
  font-size: var(--rem20);
  /* 3.2-2.4rem (1920-375) */
  font-weight: bold;
  font-style: normal;
  font-family: var(--font-family02);
  letter-spacing: 0.1em;
}

.post .lead_en {
  font-size: var(--rem20);
  font-family: var(--font-family-eng);
  color: var(--color-primary-shade);
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.3em;
  color: var(--color-font);
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
  margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
  /* 120-80px (1920-375) */
  background: #fafafa;
}

.post .widecolor>h2:first-child {
  margin-top: 0 !important;
}


/*--ボタン別アイコン--------------------------------------------*/

a.external.ico_phone::before {
  content: '\f095';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 1rem;
}

a.external.ico_mail::before {
  content: '\f0e0';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 1rem;
}

a.external.ico_phone::after,
a.external.ico_mail::after {
  content: none;
}

/*--contact_area-------------------------------------*/

.contact_area {
  padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);
  /*80px-40px (1920-375)x*/
  text-align: center;
  background: #f7f7f7;
  margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}

.post .contact_ttl {
  font-size: var(--rem24w);
  /* 2.8-2.1rem (1920-375) */
  font-weight: bold;
  text-align: center;
  letter-spacing: .1rem;
  padding: 0;
  margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px);
  /* 120-65px auto 50-35px (1920-375) */
}

.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.4em;
  height: 3px;
  background: var(--color-font);
  margin: 0.6em auto 0;
}

.contact_read {
  margin: 0 0 min(calc(40px + ((1vw - 19.2px) * 1.6181)), 40px);
  /*30px-15px (1920-375)*/
  text-align: center;
}

.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.button_wrap>*,
.post .button_wrap>* {
  margin: 10px !important;
}

.contact_area .linkBtn,
.contact_area .post .linkBtn {
  padding: 0;
  max-width: 289px;
  border-radius: 0;
}

.contact_area .linkBtn::after {
  display: none;
}

.contact_area .linkBtn:hover {
  background: transparent;
}

.contact_area .linkBtn a {
  color: #fff;
  padding: 0.8em 1.2em;
  display: block;
  font-weight: bold;
}

#recruit .content-wrap:first-child {
  margin-top: 0;
}

.marker.yellow {
  background: linear-gradient(transparent 60%, #FFF855 60%);
  position: relative;
  z-index: 0;
}

.marker.yellow::before {
  content: none;
  position: absolute;
  width: 40%;
  height: 100%;
  background: linear-gradient(transparent 40%, #ff6 60%);
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 25%);
}

.list_disc_bold {
  list-style: disc;
}

ul.list_disc_bold {
  list-style: none;
}

/* ul.list_disc_bold li::before {
  content: "•";
  font-size: var(--rem48w);
  line-height: var(--rem16);
  color: var(--color-font);
  display: inline-block;
  transform: translateY(50%);
} */

@media only screen and (max-width: 640px) {
  .post table.responsive td {
    padding: var(--px35) var(--px12)
  }
}

.subimitarea .linkBtn {
  padding: 0;
  border-radius: 0;
}

.subimitarea .linkBtn:hover,
.post .subimitarea .linkBtn:hover {
  background: var(--color-primary);
  opacity: .8;
}

@media print,
screen and (min-width: 800px) {
  .post4b li {
    width: 32%;
  }
}

.post4b .time {
  width: fit-content;
}

h1.title,
.post h1,
header#h1Header h1.title {
  font-family: var(--font-family02);
}

ul.list_disc_bold > li {
	padding-left: 1.2em;
	position: relative;
	
}

ul.list_disc_bold > li::before {
	content: "";
	display: inline-block;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: .9em;
	background: var(--color-font);
	position: absolute;
	left: 0;
	top: .55em;
}

#service .column01 .imgarea {
	aspect-ratio: 620 / 511;
}