@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@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=Arimo:ital,wght@0,400..700;1,400..700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Klee+One&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Yi&family=Noto+Serif+JP:wght@200..900&family=Outfit:wght@100..900&family=Permanent+Marker&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Ranchers&family=Slackside+One&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Klee+One&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Yi&family=Noto+Serif+JP:wght@200..900&family=Outfit:wght@100..900&family=Permanent+Marker&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Ranchers&family=Slackside+One&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap");
:root {
  /*------â–¼åŸºæœ¬è¨­å®šâ–¼------*/
  --color-background: #fff;
  --color-background-01: #efefee;
  --color-background-03: #f9f9f9;
  --color-background-02: #24c34e;
  --color-background-04: #d9d9d9;
  --color-font: #333333;
  --color-font01: #fff;
  --color-font02: #111;
  --color-font03: #000;
  --color-primary: #56c0c6;
  --color-primary-shade: #56c0c6;
  --color-primary-tint: #008924;
  --color-secondary: #00767c;
  --color-secondary-tint: #24c34e;
  --color-table-border: #ebebeb;
  --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: #d8eede;
  --header-color-font: #4d4d4d;
  --header-color-font-02: #00767c;
  --header-color-primary: #56c0c6;
  --header-bg-02: #fff;
  --header-color-primary-shade: #56c0c6;
  --header-color-primary-tint: #fff;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨­å®šâ–¼------*/
  --footer-background: #fff;
  --footer-color-font01: #444444;
  --footer-color-font: #333333;
  --footer-color-primary: #333333;
  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨­å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Cormorant Garamond", "Noto Sans JP", sans-serif;
  --font-family03: "Yu Mincho", "Noto Sans JP", sans-serif;
  --font-family04: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;

  /*------â–¼pxãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
  --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) */
  --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)*/
  --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)*/
  --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*/
  --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)*/
  --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)*/
  --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem); /*6rem-3.6rem (1920-375)*/
  --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)*/
  --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)*/
  --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)*/
}

html {
  scroll-behavior: smooth;
}

/* header navbar */
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li.pc_none {
    display: none;
  }
  #header {
    height: 100px;
  }
  .sticky-header #header-layout {
    background: var(--header-background);
  }
  #header .logo {
    padding: min(calc(10px + (1vw - 19.2px) * 0.558), 10px) 0;
  }
  #header .logo img {
    height: 100%;
    max-width: 226px;
    max-height: 60px;
  }

  nav#mainNav ul li a b {
    display: block;
    line-height: 1.6;
    font-weight: bold;
  }
  nav#mainNav ul li a span {
    font-weight: 400;
    line-height: 1.6;
  }
  #header a.head_btn.tel_btn::before {
    display: none;
  }
  #header a.head_btn.tel_btn {
    color: var(--header-color-font-02);
    background: var(--header-bg-02);
    font-weight: bold;
    padding-left: calc(var(--px30) - 2px);
    padding-right: calc(var(--px30) - 2px);
  }

  #header a.head_btn.tel_btn .tel_icon {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--rem24);
    font-weight: bold;
  }
  #header a.head_btn.tel_btn .tel_icon::before {
    content: "\f095";
    display: block;
    font-family: "FontAwesome";
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 3px;
  }

  #header a.head_btn.tel_btn .note {
    font-weight: bold;
    line-height: 1.6;
  }
  #header a.head_btn.tel_btn:hover {
    background: var(--header-color-font-02);
    color: var(--header-bg-02);
  }
  #header a.head_btn.mail_btn:hover {
    background: var(--header-bg-02);
    color: var(--header-color-primary);
  }
  #header a.head_btn.mail_btn {
    padding-left: calc(var(--px30) - 2px);
    padding-right: calc(var(--px30) - 2px);
  }
  #header a.head_btn.mail_btn span {
    font-size: var(--rem14);
    font-weight: bold;
  }
  #header a.head_btn.mail_btn::before {
    font-size: 1.4em;
  }
}
@media print, screen and (max-width: 1240px) and (min-width: 1024px) {
  nav#mainNav ul li a {
    padding: var(--px20) var(--px24);
  }
  #header .logo img {
    height: 100%;
    max-width: 210px;
    max-height: 60px;
  }
}
@media print, screen and (max-width: 1116px) and (min-width: 1024px) {
  nav#mainNav ul li a {
    padding: var(--px20) var(--px12);
  }
}
/* code fotter */
.footer-info_img img {
  display: none;
}
.footer-info_img {
  position: relative;
}
.footer-info_img::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/wp-content/uploads/fotter-01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 4.6rem;
  height: 6rem;
  left: 50%;
  bottom: 1.4rem;
  transform: translateX(-50%);
}
#footer p {
  margin-top: 9rem;
  color: var(--footer-color-font01);
  font-family: var(--font-family03);
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: var(--rem16);
  letter-spacing: 0.2em;
  line-height: 1.6;
}
#footer .footer__logo img {
  max-width: 266px;
  max-height: var(--px100);
}
#footer {
  padding: var(--px80) 1rem var(--px60);
}
#footer ul li a {
  font-weight: 600;
}
/* code main-ttl */
h1.bottom-loop,
h1.title.main-ttl {
  font-family: var(--font-family03);
  font-weight: bold;
  font-size: var(--rem48);
  letter-spacing: 0.1em;
  color: var(--color-font);
  line-height: 1;
}
h1.bottom-loop span span,
h1.title.main-ttl span span {
  display: block;
  font-family: var(--font-family02);
  font-weight: lighter;
  font-size: 2.67em;
  letter-spacing: 0;
  background: linear-gradient(270deg, #49c7cd 40%, #24c34e 60%);
  background-clip: text;
  color: transparent;
}
/* code btn */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  font-size: calc(var(--rem20) + 2px);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color-font01);
  line-height: 1.8;
  text-align: center;
  background: linear-gradient(270deg, #49c7cd 0%, #24c34e 100%);
  padding: 14px 30px 14px 20px;
  margin: 0;
  /* border: solid 2px; */
  border: 1px solid transparent;
  border-radius: 100px;
  transition: all 0.3s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--font-family02);
}
.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after,
.subimitarea .linkBtn input[type="submit"]::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 3px solid var(--color-font01);
  border-bottom: 3px solid var(--color-font01);
  -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-primary);
  background: #fff;
  border: 1px solid var(--color-primary);
}
.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-right: 3px solid var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
}
.subimitarea > .linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
#customer .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}
/* code poslist */
#front_bottom_content {
  position: relative;
  background: var(--color-background-01);
  padding: var(--px120) 0;
  z-index: 10;
}
.postlist .post_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 98%;
  margin: 0px auto;
  padding: var(--px30) 0px;
}
.postlist li:first-child {
  border-top: 1px solid #ccc;
}
.postlist li {
  border-bottom: 1px solid #ccc;
}
.postlist .date {
  font-size: 100%;
  color: var(--color-font03);
}
.postlist .ttls {
  font-size: 100%;
}
.postlist .ttls a {
  color: var(--color-font02);
}
#front_bottom_content .linkBtn {
  background: linear-gradient(270deg, #ade2d8 0%, #ace1ba 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  color: var(--color-font);
  font-weight: bold;
  font-size: calc(var(--rem20) + 2px);
  font-family: var(--font-family02);
}
#front_bottom_content .linkBtn::after {
  border-right: 3px solid var(--color-font);
  border-bottom: 3px solid var(--color-font);
}
#front_bottom_content .linkBtn:hover::after {
  border-right: 3px solid var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
}
#front_bottom_content .linkBtn:hover {
  color: var(--color-primary);
  background: #fff;
  border: 1px solid var(--color-primary);
}
/* code phan contact */
body.home #contact-bottom{
	display: none;
}

.cta01 {
  background: url(/wp-content/uploads/contact-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding: var(--px120) 0;
}
.cta01 .cta01_wrap h1.title.main-ttl {
  color: var(--color-font01);
  font-weight: 600;
  text-align: center;
}
.cta01 .cta01_wrap h1.title.main-ttl span span {
  color: var(--color-font01);
  margin-bottom: var(--px20);
  font-weight: 300;
}

.cta01 .cta01_wrap p {
  color: var(--color-font01);
  line-height: 3;
}
.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  background: transparent;
  padding: var(--px120) var(--px40);
  border: 1px solid #fff;
}
.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 960px;
  margin: var(--px30) 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(--px30) 0;
  text-align: center;
  box-sizing: border-box;
  color: var(--color-secondary);
  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 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: bold;
}

/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
  font-weight: bold;
}
.cta01 a.telbtn {
  background: var(--color-background);
  color: var(--color-secondary);
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
  display: flex;
}
.cta01 .mailbtn .infotxt {
  font-size: var(--rem18);
  font-weight: bold;
}
.cta01 a.mailbtn {
  background: linear-gradient(270deg, #ade2d8 0%, #ace1ba 100%);
  border: 1px solid var(--color-background);
  color: var(--color-secondary);
}

/*ボタンアイコン*/

.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: 1.2em;
}
.cta01 .telnum::before {
  content: "\f3cd";
  font-size: 0.89em;
  margin-top: 2px;
}
/* code about */
#about h1.title.main-ttl {
  font-family: var(--font-family03);
  letter-spacing: 0.1em;
  color: var(--color-font);
  line-height: 1.4;
}
#about h1.title.main-ttl span span {
  font-size: 0.75em;
  font-family: var(--font-family02);
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-font);
  margin-bottom: var(--px60);
}
#about p {
  max-width: 960px;
  margin: 0 auto;
  line-height: 3;
  font-weight: 500;
}
.about-img {
  position: relative;
}
.about-img::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #ade2d8 0%, #ace1ba 100%);
  mix-blend-mode: soft-light;
  opacity: 0.2;
}
.fullwide03 {
  position: relative;
  background: url(/wp-content/uploads/about-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: var(--px80) 0 var(--px50);
}

.fullwide03_wrap {
  background: transparent;
  position: relative;
  z-index: 1;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullwide03_inner {
  max-width: 1000px;
}
/* code feature */
#features {
  background: url(/wp-content/uploads/feature-01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
#features h1.title.main-ttl {
  text-align: left;
  color: var(--color-secondary);
  margin-bottom: var(--px100);
  max-width: 1600px;
  width: 94%;
}
#features h1.title.main-ttl span span {
  color: var(--color-font01);
  margin-bottom: var(--px50);
}
#features .sec01 {
  background: transparent;
  padding: var(--px150) 0 var(--px100);
}

#features .card01_wrap {
  position: relative;
  margin: 0;
}
#features .card01_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  padding: 0 calc(var(--px80) - 5px);
}
#features .card01_list > li {
  position: relative;
  background: transparent;
}
#features .card01_list .imgarea {
  width: 50%;
  position: relative;
  overflow: hidden;
  line-height: 0;
  margin: 0 auto;
  min-height: calc(var(--px200) + 11px);
}
#features .card01_list .imgarea img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}
#features .card01_list .txtarea {
  padding: var(--px40) 0 0 0;
  line-height: 1.6;
  text-align: left;
  background: transparent;
}

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

#features .txtstyle02 {
  font-family: var(--font-family03);
  font-size: var(--rem40);
  font-weight: bold;
  text-align: center;
  margin: var(--rem36) auto;
  background: transparent;
  color: var(--color-font);
  line-height: 1.4;
  padding: 0;
  letter-spacing: 0.1em;
}
#features .txtstyle02:before,
#features .txtstyle02:after {
  content: none;
}
#features .card01_list .txtstyle02 {
  font-size: var(--rem40);
  margin: 0 0 var(--px40);
}
#features p {
  line-height: 2;
}
/*---------column04-----------*/

#features .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);
}
#features .col4_list {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#features .col4_list::before {
  content: "";
  display: block;
  width: calc(100% / 3 - var(--px80));
  order: 1;
}
#features .col4_list:after {
  content: "";
  display: block;
  width: calc((100% - (var(--px80) * 2)) / 3);
  order: 2;
}
#features .col4_list > li {
  width: calc((100% - (var(--px80) * 2)) / 3);
}
@media print, screen and (max-width: 1245px) {
  #features .card01_list .txtstyle02 {
    font-size: var(--rem30);
  }
}
@media print, screen and (max-width: 1245px) {
  #features .card01_list .imgarea {
    min-height: var(--px150);
  }
}
@media print, screen and (max-width: 768px) {
  #features .col4_list > li {
    width: calc((100% - (var(--px40) * 1)) / 2);
  }
  #features .card01_inner {
    padding: 0;
  }
  #features .card01_list .imgarea {
    min-height: 171px;
  }
}
@media print, screen and (max-width: 525px) {
  #features .col4_list > li {
    width: 100%;
  }
  #features h1.title.main-ttl span span {
    font-size: 2em;
  }
}
/* code service */
#service {
  background: var(--color-background-01);
  padding: var(--px35) 0 var(--px120);
}
#service h1.title.main-ttl {
  max-width: 1605px;
  text-align: left;
  width: 94%;
}
#service h1.title.main-ttl span span {
  margin-bottom: var(--px35);
  background: linear-gradient(270deg, #49c7cd 60%, #24c34e 100%);
  background-clip: text;
  color: transparent;
}
#service .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  width: 94%;
}
#service .col3_list > li {
  width: 33%;
  max-width: 520px;
  margin-bottom: 2%;
}
#service .col3_list > li a {
  position: relative;
  display: block;
}
#service .col3_list > li a img {
  opacity: 1;
}
#service .col3_list > li a:hover img {
  opacity: 1;
}
#service .col3_list > li a .imgarea {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#service .col3_list > li a .imgarea::before {
  content: "";
  display: block;
  position: absolute;

  inset: 0;
  z-index: 0;
  background: var(--color-background);
  opacity: 0.2;
  mix-blend-mode: soft-light;
}
#service .col3_list > li a .imgarea::after {
  content: "";
  display: block;
  position: absolute;

  inset: 0;
  z-index: 0;
  background: linear-gradient(0deg, #00767c 0%, rgba(0, 118, 124, 0.5) 26.81%, rgba(0, 118, 124, 0) 40.54%);
  /* opacity: 0.2;
  mix-blend-mode: soft-light; */
}

#service .col3_list > li a .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
#service .col3_list > li a:hover .imgarea img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}
#service .col3_list::before {
  content: "";
  display: block;
  width: 32.5%;
  height: 0;
  order: 1;
}
#service .col3_list:after {
  content: "";
  display: block;
  width: 32.5%;
  height: 0;
}
.big-num {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
}
.big-num > li {
  position: relative;
  z-index: 0;
}
.big-num > li::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  position: absolute;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: var(--px80);
  height: var(--px80);
  color: var(--color-background);
  background: transparent;
  font-size: calc(var(--px240) + 10px);
  font-family: var(--font-family03);
  font-weight: normal;
  opacity: 0.2;
  /* border-radius: 50%;
  border: 2px solid; */
  bottom: calc(var(--px60) + 0.1em);
  left: calc(7% + 0.5em);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

#service .col3_list > li a .txtarea {
  position: absolute;
  z-index: 1;
  display: block;

  bottom: 6%;
  left: calc(4% + 0.5em);
}

p.img-ttl {
  color: var(--color-background);
  font-family: var(--font-family03);
  font-weight: 600;
  font-size: var(--rem48);
  line-height: 1.4;
}

@media print, screen and (max-width: 768px) {
  #service .col3_list > li {
    width: 49%;
  }
  #service .col3_list::before,
  #service .col3_list:after {
    content: none;
  }
}
@media print, screen and (max-width: 528px) {
  #service .col3_list > li {
    width: 100%;
  }
  .big-num > li::before {
    font-size: 105px;
  }
  #service .col3_list > li:last-child {
    margin-bottom: 0;
  }
}
/* code products */
.products-content {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  padding: var(--px100) 0 calc(var(--px80) - 10px);
}
#products h1.title.main-ttl {
  text-align: left;
  margin-bottom: var(--px50);
}
#products p {
  line-height: 3;
}
#products h1.title.main-ttl span span {
  margin-bottom: var(--px35);
  background: linear-gradient(270deg, #49c7cd 60%, #24c34e 100%);
  background-clip: text;
  color: transparent;
}
.products-btn {
  display: flex;
  justify-content: space-between;
}
.products-btn .mt4.txt_c {
  width: 100%;
  max-width: 240px;
}
.products-img,
.about-img {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 1255px) {
  .products-btn {
    flex-direction: column;
  }
  .products-btn .mt4.txt_c {
    margin: 0 auto;
  }
}
/* code rec */
#rec .rec-content {
  max-width: 1820px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: var(--px50);
  padding: calc(var(--px100) + 10px) 0 calc(var(--px100) + 10px);
}
#rec .linkBtn {
  box-shadow: none;
  background: var(--color-background);
  color: var(--color-font);
}
#rec .linkBtn::after {
  border-right: 3px solid var(--color-font);
  border-bottom: 3px solid var(--color-font);
}
#rec .rec-company .linkBtn:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: var(--color-font01);
}
#rec .rec-company .linkBtn:hover::after {
  border-right: 3px solid var(--color-font01);
  border-bottom: 3px solid var(--color-font01);
}
#rec .rec-recruit .linkBtn:hover {
  background: var(--color-secondary-tint);
  border: 1px solid var(--color-secondary-tint);
  color: var(--color-font01);
}
#rec .rec-recruit .linkBtn:hover::after {
  border-right: 3px solid var(--color-font01);
  border-bottom: 3px solid var(--color-font01);
}
#rec .rec-company {
  background: var(--color-background-02);
  padding: var(--px100) calc(var(--px50) - 5px);
  width: 50%;
}
#rec .rec-recruit {
  background: var(--color-primary);
  padding: var(--px100) calc(var(--px50) - 5px);
  width: 50%;
}
#rec h1.title.main-ttl {
  color: var(--color-font01);
  text-align: left;
  margin-bottom: var(--px120);
}
#rec h1.title.main-ttl span span {
  color: var(--color-font01);
  font-size: 0.75em;
  margin-bottom: var(--px24);
}
@media print, screen and (max-width: 432px) {
  #rec .rec-content {
    flex-direction: column;
    padding: var(--px60) 0;
    width: 94%;
  }
  #rec .rec-company {
    width: 100%;
  }
  #rec .rec-recruit {
    width: 100%;
  }
}
/* code h2 semi */
header#h1Header::before {
  background: #fff;
  opacity: 0.5;
}
header#h1Header h1.title {
  font-size: var(--rem48);
  font-family: var(--font-family03);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color-font);
}
.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);
}
.semi-wrapper .linkBtn {
  max-width: 300px;
  font-family: var(--font-family04);
  font-size: var(--rem18);
  padding: 18px 30px 18px 20px;
}
.post h2 {
  font-family: var(--font-family04);
  font-weight: 600;
  font-size: var(--rem18);
  letter-spacing: 0.1em;
  color: var(--color-font);
  line-height: 1.2;
  margin-bottom: var(--px100);
}
.post h2 span span {
  display: block;
  font-family: var(--font-family02);
  font-weight: lighter;
  font-size: var(--rem48);
  letter-spacing: 0;
  background: linear-gradient(270deg, #49c7cd 40%, #24c34e 60%);
  background-clip: text;
  color: transparent;
}
.post h2::after {
  display: none;
}
.post h3 {
  font-size: var(--rem28);
  font-family: var(--font-family04);
  margin-bottom: var(--px60);
  font-weight: 600;
  color: var(--color-primary);
  padding: 0 0 1rem 0;
  border-bottom: 1px solid var(--color-primary);
}
/* code semi-company */
.post table.table_style02,
.post table.table_style02 th,
.post table.table_style02 td {
  border: 1px solid var(--color-primary);
  font-family: var(--font-family04);
}
.post table.table_style02 {
  border-collapse: separate;
  border-spacing: 0 2px;
  border: 0;
  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(25px + (1vw - 19.2px) * 0.558), 25px);
}
.post table.table_style02 th {
  width: 25%;
  font-weight: 600;
  background: var(--color-primary);
  color: var(--color-font01);
}
.post table.table_style02 th.semi-center {
  vertical-align: middle;
}
.post table.table_style02:first-child {
  margin-top: 0;
}
.post table.table_style02:last-child {
  margin-bottom: 0;
}
.semi-company {
  margin-bottom: var(--px180);
}
/* code semi-recruit */
.semi-recruit {
  margin-top: var(--px180);
}
.semi-recruit .lead {
  font-size: var(--rem28);
  font-weight: 600;
  font-style: normal;
  font-family: var(--font-family04);
}
.semi-recruit .marker.yellow {
  background: linear-gradient(transparent 60%, var(--header-background) 60%);
  padding: 0 var(--px40) 1rem;
}
/* @media print, screen and (max-width: 376px) {
  .seme-recruit p {
    font-size: calc(var(--rem16) + 1px);
  }
} */
/* code semi-product */
.semi-service p,
.semi-product p {
  line-height: 2;
  font-family: var(--font-family04);
}
.product-btn,
.service-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--px20);
  max-width: 940px;
  margin: 0 auto;
}
.service-btn .mt4.txt_c,
.product-btn .mt4.txt_c {
  width: 100%;
}
.product-content,
.service-content {
  margin-bottom: var(--px100);
}
@media print, screen and (max-width: 700px) {
  .service-btn,
  .product-btn {
    flex-direction: column;
  }
}
/* code semi-product01 */
.semi-product p {
  text-align: center;
  font-weight: 600;
  font-family: var(--font-family04);
  font-size: var(--rem18);
  margin-top: var(--px20);
}
.semi-product .col4_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.semi-product .col4_list > li {
  width: 24%;
  margin-bottom: 3%;
}
.semi-product .col4_list::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}
.semi-product .col4_list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}
/* 20250121 */
.semi-product .col4_list > li {
  width: 31%;
}
.semi-product .col4_list::before,
.semi-product .col4_list:after {
  width: 31%;
}
.semi-product .col4_list > li .imgarea {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.semi-product .col4_list > li .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.semi-product p.fw400 {
  font-weight: 400;
  text-align: left;
  margin-bottom: var(--px60);
  margin-top: 1rem;
}

.post .semi-product h3 {
  margin-bottom: 1rem;
}

@media print, screen and (max-width: 1240px) {
  .semi-product .col4_list > li,
  .semi-product .col4_list::before,
  .semi-product .col4_list:after {
    width: 32%;
    margin-bottom: 3%;
  }
}
@media print, screen and (max-width: 768px) {
  .semi-product .col4_list > li {
    width: 49%;
	  margin-bottom: 5%;
  }
  .semi-product .col4_list::before,
  .semi-product .col4_list:after {
    content: none;
  }
}
@media print, screen and (max-width: 432px) {
  .semi-product .col4_list > li {
    width: 100%;
  }
  .semi-product .col4_list > li:last-child {
    margin-bottom: 0;
  }
}
.semi-product02 {
  /* margin: var(--px180) 0; */
  background: var(--color-background-03);
  /* padding: var(--px20); */
}
/* code semi-service */
.semi-service h4, .semi-company h4 {
  position: relative;
  font-size: var(--rem24);
  font-family: var(--font-family04);
  font-weight: 600;
  padding: 0 0 0 2.7em;
  margin: var(--px40) auto var(--px30);
  border: none;
  color: var(--color-secondary);
}
.semi-service h4::before, .semi-company h4::before {
  content: "";
  position: absolute;
  width: 2.25em;
  height: 0.28em;
  background: var(--color-secondary);
  top: 0.8em;
  left: 0;
}
.semi-service .flexbox {
  align-items: center;
  margin-bottom: var(--px80);
}
/* code semi-service01 */
.semi-service .col4_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.semi-service .col4_list > li {
  width: 18%;
  min-width: 198px;
  margin-bottom: 3%;
}

.semi-service .col4_list::before {
  content: none;
  display: block;
  width: 18%;
  height: 0;
  order: 1;
}
.semi-service .col4_list:after {
  content: none;
  display: block;
  width: 18%;
  height: 0;
}

.semi-service .txtarea {
  background: var(--header-background);
  padding: var(--px20) 5px;
  position: relative;
  height: 100%;
}
.semi-service P {
  font-family: var(--font-family04);
}
.semi-service .text-step {
  font-weight: bold;
}
.semi-service .text-step span {
  font-size: var(--rem28);
  color: var(--color-secondary);
}
.semi-service .text-medium {
  font-weight: 600;
}

.semi-service ul > li:not(:first-child) .txtarea::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 51%;
  left: -2%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.semi-service ul > li:not(:first-child) .txtarea::before {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 51%;
  left: -2%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.semi-service ul > li:not(:first-child) .txtarea::after {
  border-width: 15px;
}
.semi-service ul > li:not(:first-child) .txtarea::before {
  border-width: 15px;
  border-left-color: var(--color-primary);
}

@media print, screen and (max-width: 768px) {
  /* .semi-service .col4_list > li {
    width: 49%;
  }
  .semi-service .col4_list::before,
  .semi-service .col4_list:after {
    content: none;
  } */
}
@media print, screen and (max-width: 480px) {
  .semi-service .col4_list > li {
    width: 80%;
  }
  .semi-service .col4_list {
    gap: 0;
  }
  .semi-service ul > li:not(:first-child) .txtarea::before,
  .semi-service ul > li:not(:first-child) .txtarea::after {
    content: none;
  }
  .semi-service .col4_list > li:last-child {
    margin-bottom: 0;
  }
}
/* .semi-service02 {
  margin: var(--px100) 0;
} */
.semi-service03 {
  margin-bottom: var(--px100);
}
.service-info {
  padding: var(--px80) 0;
  border: 1px solid var(--color-primary);
}
p.text-small {
  font-size: 1.4rem;
}

/*--幅フル100%--------------------------------------------*/

.widearea {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  background: var(--color-background-03);
}
.widearea .inner {
  margin: 0 auto;
}

@media all and (max-width: 1100px) {
  .widearea .inner {
    width: 90%;
  }
}
/**------------------------------------------
Anchor Point
*------------------------------------------*/

.anchor_link::before {
  content: "";
  display: block;
  padding-top: 180px;
  margin-top: -180px;
}

.post .content-info {
	margin-bottom : var(--px80);
}
.semi-service .flexbox {
	align-items: stretch;
}
.semi-service .flexbox .imgarea img{
	width: 100%;
	height:100%;
	object-fit: cover;
	
}

.lh2 {
	line-height: 2;
}

.imgarea:has(.img-contain) {
	display: flex;
	gap: 2%;
	align-items: stretch;
	
}
.img-contain img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
	
}
.img-contain.img02 img {
	object-fit: cover;
}
.flexbox .content-info {
	margin-bottom:0;
}


@media all and (min-width: 1024px) {
	.imgarea:has(.img-contain) {
		max-height: 170px;
	}
}