@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=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&family=Shippori+Mincho&display=swap");
:root {
  /*------â–¼åŸºæœ¬è¨­å®šâ–¼------*/
  --color-background: #fff;
  --color-background-about: #f1eee3;
  --color-background-01: #f9f8f4;
  --color-background-02: #f0fbfb;
  --color-background-03: #fffae9;
  --color-font: #111;
  --color-font-white: #fff;
  --color-primary: #23aeb5;
  --color-primary-shade: #06c755;
  --color-primary-tint: #666;
  --color-secondary: #ffcf23;
  --color-secondary-tint: #eee;
  --color-table-border: #23aeb5;
  --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: #fff;
  --header-color-font: #111;
  --header-color-font-white: #fff;
  --header-color-primary: #23aeb5;
  --header-color-primary-shade: #fff;
  --header-color-primary-tint: #fff;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨­å®šâ–¼------*/
  --footer-background: #f9f8f4;
  --footer-color-font: #111111;
  --footer-color-primary: #111111;
  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨­å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Oswald", "Noto Sans JP", sans-serif;
  --font-family03: "Noto Serif JP", "Noto Sans JP", serif;
  --font-family04: "Shippori Mincho", "Noto Sans JP", 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)*/
  --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)*/
  --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)*/
  --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)*/
  --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;
}
.spmenu #menu p {
  width: max-content;
}
.anchor_link::before {
  content: "";
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}
.content-inner {
  width: 94%;
  max-width: 1240px;
  margin: 0 auto;
}
.text-normal {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
body.home #contact-bottom {
  display: none;
}
.cta01 .cta01_wrap h1 {
  text-align: center;
}
.cta02 .cta02_wrap h1 {
  text-align: center;
}
.font-w {
  font-weight: 500;
}
.widecolor {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: min(calc(120px + (1vw - 19.2px) * 2.589), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
  margin-top: min(calc(120px + (1vw - 19.2px) * 2.589), 120px); /* 120-80px (1920-375) */
  background: var(--color-background-01);
}
@media screen and (min-width: 751px) {
  .fv-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .fv-pc {
    display: none;
  }
}
.metaslider .theme-default .nivo-controlNav {
  display: none;
}
/* header navbar */
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li.pc_none {
    display: none;
  }
  #header,
  .sticky-header #header-layout {
    height: 100px;
  }
  #header .logo img {
    max-height: 85px;
  }
  nav#mainNav ul li a b {
    font-weight: bold;
  }
  nav#mainNav ul li a span {
    color: var(--header-color-primary);
    font-weight: 500;
  }
  nav#mainNav ul li a:active span,
  nav#mainNav ul li a:hover span,
  nav#mainNav ul li.current-menu-item a span,
  nav#mainNav ul li.current-menu-parent a span {
    color: var(--header-color-primary);
  }
  #header 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: calc(var(--px30) - 3px);
    padding-right: calc(var(--px30) - 3px);
	height: 73px;
    border-left: 1px solid #aeaeae;
  }
  #header ul.header__contact li {
    display: flex;
    align-items: center;
  }
  #header .tel_icon {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--rem24);
    font-weight: bold;
    color: var(--header-color-primary);
  }
  #header a.head_btn.tel_btn:hover {
    background: var(--header-background);
    color: var(--header-color-primary);
  }
  #header a.head_btn.tel_btn:hover .tel_icon {
    color: var(--header-color-font);
  }
  #header .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.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);
  }
}
@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;
  }
  .mobile #header .logo img {
    max-width: 70%;
    max-height: 60px;
    vertical-align: middle;
  }
}
/* code footer */
#footer {
  padding: var(--px80) 0 var(--px60);
}
#footer ul li a {
  font-weight: 600;
}
#footer .footer__logo:not(:last-child) {
  margin-bottom: var(--rem30w);
  margin-top: var(--rem20w);
}
#footer .footer__logo img {
  max-height: var(--px160w);
}
/* code main-ttl */
h1.title.top-loop,
h1.title.bottom-loop,
h1.title.main-ttl {
  position: relative;
  font-family: var(--font-family01);
  font-size: var(--rem20w);
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: var(--px50);
  color: var(--color-font);
  text-align: left;
}
h1.title.top-loop span span,
h1.title.bottom-loop span span,
h1.title.main-ttl span span {
  display: block;
  font-family: var(--font-family02);
  font-size: calc(var(--rem72) - 2px);
  font-weight: 400;
  color: var(--color-primary);
}
/* linkbtn */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-size: var(--rem16);
  font-weight: bold;
  letter-spacing: 0;
  color: var(--color-font-white);
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary);
  padding: var(--px20) 30px var(--px20) 20px;
  margin: 0;
  /* border: solid 2px; */
  border-radius: 0;
  transition: all 0.3s;
}
.linkBtn::after,
.post .linkBtn::after,
a.linkBtn::after,
.post .subimitarea .linkBtn input[type="submit"]::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -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 {
  background: var(--color-primary);
  opacity: 0.7;
}
/* .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;
}
.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}
/* code postlist */
#front_top_content,
#front_bottom_content {
  background: var(--color-background);
  padding: var(--px100) 0;
}
.postlist .post_text {
  padding: calc(var(--px24) + 2px) 0;
}
.postlist .ttls,
.postlist .date {
  font-size: 100%;
}
/* code contact */
h1.main-ttl.contact-ttl {
  text-align: center;
  color: var(--color-font-white);
  margin-bottom: var(--px40);
}
h1.main-ttl.contact-ttl span span {
  color: var(--color-font-white);
}
.cta02 p {
  font-size: var(--rem20w);
  color: var(--color-font-white);
  font-weight: 600;
}
.cta02 {
  position: relative;
  padding: var(--px96) 0 var(--px20);
  z-index: 0;
}
.cta02:before {
  content: "";
  background: url(/wp-content/uploads/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 76%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cta02 .cta02_wrap {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}
.cta02 .ctabtnlist {
  justify-content: space-between;
  max-width: 800px;
  margin: var(--px50) auto 0;
  gap: 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}
.cta02 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  background: var(--color-background);
}
.cta02 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px24) var(--px30);
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease 0.15s;
}
.cta02 .item:hover {
  opacity: 0.8;
}

@media print, screen and (max-width: 768px) {
  .cta02 .ctabtnlist li,
  .cta02 .ctabtnlist .item {
    width: 100%;
  }
  .cta02 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}

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

.cta02 .infotxt {
  font-size: var(--rem16);
  font-weight: bold;
}
.cta02 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: var(--rem20);
}

.cta02 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
  font-weight: bold;
  color: var(--color-primary);
}
.cta02 a.telbtn {
  background: var(--color-background);
  color: var(--color-font);
}

/*メールボタン*/

.cta02 .mailarea.item {
  background: var(--color-primary);
  color: var(--color-font-white);
}
.cta02 a.mailbtn {
  background: var(--color-background);
  color: var(--color-primary);
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 327px;
  width: 96%;
  border-radius: 50vh;
  padding: 20px;
  margin: 0 0 1rem 0;
  font-weight: bold;
}

/*LINEボタン*/

.cta02 .linearea.item {
  background: var(--color-primary-shade);
  color: var(--color-font-white);
}
.cta02 a.linebtn {
  background: var(--color-background);
  color: var(--color-primary-shade);
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 327px;
  width: 90%;
  border-radius: 50vh;
  padding: 20px;
  margin: 0 0 1rem 0;
}

/*ボタンアイコン*/

.cta02 .telnum::before,
.cta02 .mailbtn::before,
.cta02 .linebtn::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  margin-right: 1rem;
}
.cta02 .telnum::before {
  content: "\f3cd";
}
.cta02 .mailbtn::before {
  content: "\f0e0";
}
.cta02 .linebtn::before {
  content: "\f3c0";
  font-weight: 400;
}
/* code about */
#about .sec01 {
  background: var(--color-background);
  padding: var(--px80) 0;
}

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

  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.column01 .txtarea {
  background: var(--color-background);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px60);
  margin: 0;
}
.column01 .txtarea .txtinner {
  max-width: 591px;
}
.about-media {
  background: var(--color-background-about);
  position: relative;
}
.column01 .imgarea {
  
  line-height: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.column01 .imgarea::after {
	content: "";
	display:block;
	width: calc(100% + var(--px30));
	height: 100%;
	position: absolute;
	background: var(--color-background-about);
	top: var(--px30);
    left: 0;
	z-index: -1;
}
.column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (max-width: 768px) {
  .column01 .txtarea {
    padding: var(--px80) 4%;
  }
	.column01 .imgarea {
      width: calc(100% - var(--px30));
	}
}

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

.post .txtstyle02,
.txtstyle02 {
  font-family: var(--font-family03);
  font-size: var(--rem28);
  font-weight: bold;
  text-align: left;
  background: transparent;
  color: var(--color-font);
  line-height: 1.5;
  padding: 0;
}
.post .txtstyle02:before,
.post .txtstyle02:after,
.txtstyle02:before,
.txtstyle02:after {
  content: none;
}
.post .column01 .txtstyle02,
.column01 .txtstyle02 {
  font-size: var(--rem28);
  margin: var(--rem20) 0 var(--px40);
  letter-spacing: 0.03em;
  color: var(--color-primary);
}
.column01 .txtstyle02 span {
  color: var(--color-font);
}
.column01 p {
  line-height: 2;
}
#about h1 {
  margin-bottom: var(--px40);
}
/* code product */
#product {
  padding: var(--px120) 0;
  background: url(/wp-content/uploads/top-05.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product-info {
  width: 94%;
  max-width: 1240px;
  margin: 0 auto;
}
.num_list01 {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
}
.num_list01 .imgarea {
  position: relative;
  /* margin-bottom: var(--px20); */
}
.num_list01 .txtarea {
  padding: var(--px30);
}
.num_list01 .imgarea:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-font-white);
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: var(--rem60);
  border-radius: 0;
  left: 0;
  width: calc(var(--px80w) + 3px);
  height: calc(var(--px80w) + 3px);
  line-height: calc(var(--px80w) + 3px);
  text-align: center;
  top: 0;
  transform: translateX(0);
}
.num_list01 .num_listttl {
  text-align: center;
  font-weight: bold;
  font-size: var(--rem24w);
  padding: 0;
  margin-bottom: var(--px24);
  position: relative;
}

/*---------col03-----------*/

.post .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;
}
.post .col3_list > li {
  width: 32.3%;
  margin-bottom: 3%;
  background: var(--color-background);
}
.post .col3_list::before {
  content: "";
  display: block;
  width: 32.3%;
  height: 0;
  order: 1;
}
.post .col3_list:after {
  content: "";
  display: block;
  width: 32.3%;
  height: 0;
}
@media print, screen and (max-width: 768px) {
  .post .col3_list > li {
    width: 49%;
  }
  .post .col3_list::before,
  .post .col3_list:after {
    content: none;
  }
}
@media print, screen and (max-width: 432px) {
  .post .col3_list > li {
    width: 100%;
  }
  .post .col3_list > li:last-child {
    margin-bottom: 0;
  }
}
/* code com-ser */
#com-ser .sec01 {
  background: var(--color-background-01);
  padding: var(--px120) 0;
}
#com-ser h1.title.main-ttl {
  margin-bottom: var(--px40);
}
#com-ser p {
  line-height: 2;
}
.column03 {
  position: relative;
  padding: 0;
  margin: 0;
}

.column03_wrap {
  position: relative;
  width: 94%;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 1;
}
.column03 .txtarea {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px40) 0;
  padding-left: var(--px40);
  margin: 0;
}
.column03 .txtarea-01 {
  padding: var(--px40) 0;
  padding-right: var(--px40);
}
.column03 .txtarea .txtinner {
  max-width: 580px;
}
.column03 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.column03 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (max-width: 768px) {
  .column03 .txtarea {
    padding: var(--px80) 5%;
  }
}
/*--FAQ-------------------------------------------*/
#faq {
  padding: var(--px120) 0;
  background: url(/wp-content/uploads/top-08.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#faq h1 {
  text-align: center;
}
.qa_list {
  cursor: pointer;
  width: 94%;
  max-width: 1240px;
  margin: 0 auto;
}
.qa_list .qa_list_inner dt {
  position: relative;
  font-weight: normal;
  margin: 2rem 0 0 0;
  display: flex;
  align-items: stretch;
  padding: 0rem 1rem 0rem 0rem;
  background: #ffffff;
  /* border: 1px solid #cccccc; */
  background: var(--color-background-02);
}
.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
  color: var(--color-font-white);
  background: var(--color-secondary);
  line-height: 1;
  padding: var(--px30) 1rem;
  font-size: var(--rem60);
  /* border-right: 1px solid #cccccc; */
  width: 100%;
  text-align: center;
  max-width: 80px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family02);
}
.qa_list .qa_list_inner .q_ico {
  background: var(--color-primary);
  line-height: 1;
  padding: 1.2rem 1rem;
  font-size: var(--rem60);
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family02);
  color: var(--color-font-white);
  /* border-right: 1px solid #cccccc; */
}
.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  line-height: 1.7;
  font-size: var(--rem20w);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
  font-size: var(--rem16);
  font-weight: 400;
  background: var(--color-background-03);
}
.qa_list .qa_list_inner dt:after {
  content: "";
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  /* border-right: 1px solid #494949;
  border-bottom: 1px solid #494949; */
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
  display: none;
  position: relative;
  padding: 0;
  margin: 0 0 1rem 0;
  /* border: 1px solid #cccccc; */
  border-top: 0;
  display: block;
}
@media only screen and (max-width: 959px) {
  .qa_list .qa_list_inner {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .qa_list .qa_list_inner .q_desc,
  .qa_list .qa_list_inner .a_desc {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
  .qa_list .qa_list_inner dt {
    padding: 0rem 1rem 0rem 0rem;
  }
  .qa_list .qa_list_inner .a_ico,
  .qa_list .qa_list_inner .q_ico {
    max-width: 50px;
    padding: 1.2rem 1rem;
  }
  .qa_list .qa_list_inner dt:after {
    right: 1.5rem;
    width: 6px;
    height: 6px;
  }
  .qa_list .qa_list_inner .active:after {
    right: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }
  .qa_list .qa_list_inner {
    margin-bottom: 6rem;
  }
  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}
/* code semi-wrapper */

header#h1Header h1.title {
  font-weight: bold;
  letter-spacing: 0;
}
body:not(.home) .post h2 {
  font-weight: 600;
  margin-bottom: var(--px100);
  letter-spacing: 0;
  color: var(--color-primary);
  font-family: var(--font-family02);
}
/*body:not(.home) .post h3 {
  width: 100%;
  font-size: var(--rem24w);
  font-family: var(--font-family01);
  font-weight: bold;
  color: var(--color-primary);
  letter-spacing: 0;
  padding: 0 0 0.4em;
  margin: 0 auto var(--px20);
  border-bottom: 2px solid var(--color-primary);
}*/
.test-20 {
  text-align: center;
  font-family: var(--font-family04);
  font-weight: bold;
  margin-bottom: var(--px40);
  font-size: var(--rem20w);
}
.line-h {
  line-height: 2;
}
/* code table */
.post table.responsive th {
  width: 25%;
  color: var(--color-font-white);
  font-weight: bold;
  background: var(--color-primary);
  vertical-align: middle;
  border-right: none;
  font-size: var(--rem16);
  padding: var(--px30) var(--px24);
}
.post table.responsive td {
  border-left: 0;
  font-size: var(--rem16);
  padding: var(--px30) var(--px24);
}
.post table.responsive {
  border: none;
  border-collapse: separate;
  border-spacing: 0 2px;
}
/*-------------------------------------------
 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: 100%;
  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: #ffffff;
  padding: var(--px60) 2rem;
}
@media print, screen and (min-width: 769px) {
  .teleco_v1 .w50.image_box::before {
    padding-top: calc(387px + (1vw - 19.2px) * 17.3762);
  }
  .teleco_v1 .w50.image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.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(337px + (1vw - 7.68px) * 27.9898);
  }
  .teleco_v1 .w50.text_box {
    padding: 20px 0;
    margin-bottom: 0;
  }
}

.wpcf7-form .must {
	color: var(--color-font);
}

.col3_grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: var(--px30);
}
.card-ttl {
	font-weight: bold;
	font-size: var(--rem20);
	padding: .5em;
	min-height: 2em;
}

.col3_grid .imgarea {
	aspect-ratio: 387 / 242;
	overflow: hidden;
	position:relative;
}

.col3_grid .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 20250529 */

.post table.list-table th {
    width: 10%;
    text-align: center;
    vertical-align: middle;
}

.post table.list-table tbody td {
    text-align: center;
    vertical-align: middle;
}

.post table.list-table tbody td:first-child {
    font-weight: bold;
    font-style: italic;
}

.post table.list-table th,
.post table.list-table td {
    border-width: 0 1px;

}

.post table.list-table thead th {
    border-width: 0 1px;

}

.post table.list-table {
    border: 0;
}

.post table.list-table tr {
    border-bottom: 1px dashed var(--color-primary);

}

.post table.list-table tr:first-child {
    border-top: 1px solid var(--color-primary);

}

.post table.list-table tbody tr:nth-child(2) {
    border-top: 1px solid var(--color-primary);

}

.post table.list-table tbody tr:last-child {
    border-bottom: 1px solid var(--color-primary);

}

.table_scroll {
    position: relative;
    overflow-x: auto;
}

.table_scroll table {
    min-width: 900px;
}

.btn-group {
	display: flex;
	gap: var(--px20);
	justify-content: center;
	flex-wrap: wrap;
	
}

.btn-group .linkBtn {
	width: 100%;
	max-width: 300px;
}


#header a.head_btn.fax_btn::before {
    display: none;
  }
  #header a.head_btn {
    font-weight: bold;
  }
  #header a.head_btn.fax_btn {
    color: var(--header-color-font);
    background: var(--header-background);
    padding-left: calc(var(--px30) - 3px);
    padding-right: calc(var(--px30) - 3px);
	height: 73px;
    border-left: 1px solid #aeaeae;
  }
  #header ul.header__contact li {
    display: flex;
    align-items: center;
  }
  #header .fax_icon {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--rem24);
    font-weight: bold;
    color: var(--header-color-primary);
  }
  #header a.head_btn.fax_btn:hover {
    background: var(--header-background);
    color: var(--header-color-primary);
  }
  #header a.head_btn.fax_btn:hover .fax_icon {
    color: var(--header-color-font);
  }
  #header .fax_icon::before {
    content: "\f1ac";
    display: block;
    font-family: "FontAwesome";
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 3px;
  }