@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=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&display=swap");

:root {
  /*------â–¼åŸºæœ¬è¨­å®šâ–¼------*/
  --color-background: #fff;
  --color-background-01: #f5f5f5;
  --color-font: #252524;
  --color-font-01: #333;
  --color-font-white: #fff;
  --color-primary: linear-gradient(256.02deg, #008ed4 -0.82%, #0067b4 100%);
  --color-primary-shade: #52b4e3;
  --color-primary-tint: #666;
  --color-secondary: #ef796b;
  --color-secondary-tint: #eee;
  --color-table-border: #52b4e3;
  --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: #444444;
  --header-color-font-white: #fff;
  --header-color-primary: linear-gradient(256.02deg, #008ed4 -0.82%, #0067b4 100%);
  --header-color-primary-shade: #f5f5f5;
  --header-color-primary-tint: #fff;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨­å®šâ–¼------*/
  --footer-background: linear-gradient(256.02deg, #008ed4 -0.82%, #0067b4 100%);
  --footer-color-font: #fff;
  --footer-color-primary: #fff;
  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨­å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Poppins", "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)*/
	--px140s: clamp(30px, calc(140px + ((1vw - 19.2px) * 9.5486)), 140px);
  --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;
}
.font-w {
  font-weight: 500;
}
.line-h {
  line-height: 1.8;
}
.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);
}
/* .fw_contents {
  margin-top: 0;
  margin-bottom: 0;
}
#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
  padding: 0;
} */

/* 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 a {
        display: block;
    }	
  #header .logo img {
    max-width: 357px;
  }
  nav#mainNav ul li a b {
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  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);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #header a.head_btn.tel_btn::before {
    display: none;
  }
  #header a.head_btn {
    font-weight: bold;
  }
  #header a.head_btn.tel_btn {
    padding-left: calc(var(--px30) - 3px);
    padding-right: calc(var(--px30) - 3px);
    font-weight: bold;
  }

  #header .tel_icon {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--rem24);
    font-weight: bold;
    margin-bottom: 4px;
    background: var(--header-color-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #header .note {
    background: var(--header-color-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #header a.head_btn.tel_btn:hover {
    background: var(--color-background);
  }

  #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;
    font-size: var(--rem14);
    font-weight: bold;
    align-items: center;
	  min-width: calc(var(--px200) - 10px);
  }
  #header a.head_btn.mail_btn:hover {
    background: var(--header-color-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media print, screen and (max-width: 1160px) and (min-width: 1024px) {
  #header .logo img {
    max-width: 250px;
  }
}
@media print, screen and (max-width: 1023px) {
  nav#mainNav ul li a:active,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li.current-menu-ancestor a,
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li.current-menu-parent a,
  nav#mainNav ul li ul.sub-menu li a:active,
  nav#mainNav ul li ul.sub-menu li a:hover {
    background: var(--header-color-primary) !important;
    color: #fff;
  }
}
/* code footer */
#footer {
  padding: var(--px50) 0;
}
#footer .footer__logo img {
  background: var(--footer-color-primary);
  padding: var(--px12) var(--px24);
  max-width: 357px;
  max-height: var(--px100);
}
#footer ul li a {
  font-weight: 500;
}
/* 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(--rem24w);
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: var(--px30);
  margin-bottom: var(--px50);
  background: var(--color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
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: 2.84em;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
h1.title.top-loop::after,
h1.title.bottom-loop::after,
h1.title.main-ttl::after {
  content: "";
  position: absolute;
  width: 6.67em;
  height: 3px;
  background: var(--color-primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* code linkBtn */
.linkBtn,
.post .linkBtn,
a.linkBtn
{
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
	min-width: max-content;
  font-size: var(--rem16);
  color: var(--color-font-white);
  line-height: 1.8;
  text-align: left;
  background: var(--color-primary);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: var(--rem20) 20px var(--rem20) 45px;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
}
.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  content: none;
}
.linkBtn::before,
.post .linkBtn::before,
a.linkBtn::before
 {
  content: "→";
  font-size: var(--rem16);
  color: var(--color-font-white);
  font-weight: bold;
  line-height: 1.8;
  transition: all 0.3s;
  z-index: -2;
  margin-right: 2rem;
}
.linkBtn:hover::before,
.post .linkBtn:hover::before,
a.linkBtn:hover::before
{
  background-color: transparent;
}
.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover
 {
  background: var(--color-secondary);
}
.subimitarea > .linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}
.post .subimitarea .linkBtn input[type="submit"] { 
	text-align: center ;
	 position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  font-size: var(--rem16);
  color: var(--color-font-white);
  line-height: 1.8;
    background: var(--color-primary);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: var(--rem20)  ;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
}

.wpcf7-spinner::before {
  display: none ;
}
}
    content: "→";
/* code postlist */
.postlist .time {
  background: #008ed4;
}

.postlist .date {
  font-size: var(--rem16);
  color: #000;
}
.postlist .ttls a {
  font-size: var(--rem16);
  color: #111;
}
.postlist .post_text {
  padding: var(--px30) 0;
}
/* code contact */
.cta02 {
  position: relative;
  background: url(/wp-content/uploads/cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: var(--px150) 0;
  z-index: 0;
}
.cta02:before {
	content:"";
	display:block;
	position: absolute;
	inset:0;
	background: #000;
	opacity:.25;
}
.cta02 .cta02_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}

.cta02 .cta02_wrap h1 {
	text-align: center;
}
.cta02 .ctabtnlist {
  justify-content: space-between;
  margin: var(--px50) auto 0 auto;
  background: var(--color-background);
}
.cta02 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}
.cta02 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30);
  text-align: center;
  box-sizing: border-box;
  color: var(--color-font);
  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(--rem20);
  font-weight: bold;
}
.cta02 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: var(--rem20);
}

/*電話ボタン*/

.cta02 .telnum {
  font-weight: bold;
  font-size: var(--rem48);
  margin-bottom: 1rem;
}
.cta02 a.telbtn {
  background: var(--color-primary);
  color: var(--color-font-white);
}
.cta02 p {
  font-size: calc(var(--rem24w) - 2px);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 2;
	color: #fff;
}
/*メールボタン*/

.cta02 .mailarea.item {
  background: var(--color-background);
}
.cta02 a.mailbtn {
  background: var(--color-secondary);
  color: var(--color-font-white);
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 400px;
  width: 90%;
  border-radius: 50vh;
  padding: 20px;
  margin: 0 0 1rem 0;
}
.cta02 a.mailbtn {
  background: var(--color-secondary);
  color: var(--color-font-white);
}
.cta02 .mailarea.item span.infotxt {
  font-size: calc(var(--rem20) + 2px);
  color: var(--color-font-01);
}
/*ボタンアイコン*/

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

.column02 {
  position: relative;
  padding: var(--px80) 0 0;
  margin: 0;
}
.column02:before {
  content: "";
  background: url(/wp-content/uploads/top-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 67%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.column02_wrap {
  position: relative;
  max-width: none;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.column02 .txtarea {
  width: 48%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--px140s) var(--px96);
  margin: 0;
}
.column02 .txtarea .txtinner {
  max-width: none;
}
.column02 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
  width: 52%;
	max-width: 1000px;
  position: relative;
  z-index: 10;
  margin-bottom: calc(-1 * calc(var(--px96) - 6px));
}
.column02 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*---------rev-----------*/

.column02.txt01::before {
  content: "";
  background: url(/wp-content/uploads/top-07.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 67%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .column02.txt01 .flexbox {
    flex-direction: row-reverse;
  }
  .column02 .txtarea {
    width: 100%;
	  padding: var(--px40);
  }
  .column02 .imgarea {
    width: 100%;
    margin-bottom: 0;
  }
  .column02:before {
    width: 100%;
  }
  .column02.txt01::before {
    width: 100%;
  }
}

.column02 p {
  line-height: 2;
}
h1.main-ttl.main-ttl-left {
  text-align: left;
  margin-bottom: var(--px40);
}
h1.main-ttl.main-ttl-left::after {
  left: 0;
  transform: translateX(0);
}
/*---------txtstyle-----------*/
/* code service */
#service .sec01 {
  background: var(--color-background);
  padding: var(--px100) 0 var(--px50);
	z-index: 0;
	position: relative;
}
#service .sec01::before {
  content: "";
  background: var(--color-primary-shade);
  width: 100%;
  height: 39%;
  position: absolute;
  bottom: inherit;
  right: inherit;
  top: -1px;
  right: 0;
  z-index: 0;
}
.card01_wrap {
  position: relative;
  margin: 0;
}
.card01_inner {
  max-width: 1750px;
  width: 94%;
  margin: 0 auto;
}
.card01_list > li {
  position: relative;
  background: transparent;
}
.card01_list .imgarea {
  width: 100%;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  line-height: 0;
}
.card01_list .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card01_list .txtarea {
  padding: 20px 0;
  line-height: 1.6;
  text-align: left;
  background: transparent;
  background: var(--color-background);
}

/*---------txtstyle02 -----------*/
h1.main-ttl.main-white {
  background: var(--color-background);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1.main-ttl.main-white::after {
  background: var(--color-background);
}
#service .linkBtn {
  max-width: 100%;
  text-align: center;
  padding: var(--px20) 2rem;
}
#service ul .list_disc {
  min-height: 64px;
}
#service ul .list_disc {
  letter-spacing: 0.05em;
}
.post .txtstyle02,
.txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: bold;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  color: var(--color-font);
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before,
.post .txtstyle02:after,
.txtstyle02:before,
.txtstyle02:after {
  content: none;
}
.post .card01_list .txtstyle02,
.card01_list .txtstyle02 {
  font-size: var(--rem24);
  letter-spacing: 0.05em;
  margin: 0 0 1rem;
}

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

.col4_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: clamp(20px, calc(40px + ((1vw - 19.2px) * 2.2321)), 40px);
}
.col4_list {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col4_list::before {
  content: "";
  display: block;
  width: calc((100% - (clamp(20px, calc(40px + ((1vw - 19.2px) * 2.2321)), 40px) * 3)) / 4);
  order: 1;
	min-width: 300px;
}
.col4_list:after {
  content: "";
  display: block;
  width: calc((100% - (clamp(20px, calc(40px + ((1vw - 19.2px) * 2.2321)), 40px) * 3)) / 4);
  order: 2;
	min-width:300px;
}
.col4_list > li {
  width: calc((100% - (clamp(20px, calc(40px + ((1vw - 19.2px) * 2.2321)), 40px) * 3)) / 4);
	min-width: 300px;
}
@media print, screen and (max-width: 1320px) {
	#service .sec01::before {
		height: 25%;
	}
}
@media print, screen and (max-width: 820px) {
	.col4_list {
		align-items: stretch;
	}
  .col4_list > li {
    width: calc((100% - (var(--px40) * 1)) / 2);
	      display: flex;
    flex-flow: column;
    justify-content: stretch;
  }
	.card01_list .imgarea {
		overflow: visible;
	}
  #service ul .list_disc {
    min-height: auto;
  }
  .card01_list .txtarea {
    padding: 20px;
	  display: flex;
    flex-flow: column;
	  justify-content: space-between;
    height: -webkit-fill-available;
  }
  #service .sec01::before {
    height: 100%;
  }
}
@media print, screen and (max-width: 432px) {
  .col4_list > li {
    width: 100%;
  }
}
/* code company */
/*-----------------------------
column_01
------------------------------*/
#recruit, #about {
	padding-bottom: calc(var(--px96) - 6px);
	  background: var(--color-primary-shade);
}
#company {
	margin-top: -1px;
}
#company .sec01 {
  background: var(--color-primary-shade);
  padding: var(--px100) 0;
}

.column01 {
  position: relative;
  margin: 0;
}
.column01_wrap {
  position: relative;
  max-width: 1240px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}
.column01 .txtarea {
  background: var(--color-background-01);
  display: flex;
  align-items: center;
  justify-content: start;
  padding: var(--px60) var(--px40);
  margin: 0;
}
.column01 .txtarea .txtinner {
  max-width: 100%;
}
.column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
	
}
.column01 .imgarea iframe {
	width: 100%;
	min-height: 200px;
}
.column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column01 p {
  line-height: 2;
  font-size: var(--rem18);
  letter-spacing: 0.1em;
}
.title-icon {
  display: flex;
  margin-bottom: var(--px30);
  align-items: center;
  gap: 2rem;
}
.title-icon .test-com {
  font-weight: 500;
  font-size: var(--rem40);
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 769px) {
	.column01 .imgarea iframe {
	width: 100%;
	height: 100%;
}
} 
@media print, screen and (max-width: 376px) {
  .title-icon .test-com {
    font-size: 18px;
  }
}
/* code semi-wrapper */

header#h1Header h1.title {
  font-size: var(--rem40w);
  font-weight: bold;
  letter-spacing: 0;
}
body:not(.home) .post h2 {
  position: relative;
  font-family: var(--font-family01);
  font-size: var(--rem24w);
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: var(--px30);
  margin: 0 0 var(--px60);
  background: var(--header-color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body:not(.home) .post h2 span span {
  display: block;
  font-family: var(--font-family02);
  font-size: 2.84em;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
body:not(.home) .post h2::after {
  content: "";
  position: absolute;
  width: 6.67em;
  height: 3px;
  background: var(--color-primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body:not(.home) h4 {
  position: relative;
  font-size: calc(var(--rem24w) + 1px);
  font-family: var(--font-family01);
  font-weight: bold;
  padding: 0 0 0 2.7em;
  margin: 0 auto var(--px50);
  border: none;
}
body:not(.home) h4::before {
  content: "";
  position: absolute;
  width: 2em;
  height: 3px;
  background: var(--color-primary);
  top: 0.8em;
  left: 0;
}
.ttl-h5 {
  font-size: var(--rem30w);
  font-weight: bold;
  color: var(--color-font-white);
  padding: var(--px24);
  background: var(--color-primary);
  margin-bottom: var(--px40);
}
/* code table */
.post table.responsive th {
  width: 26%;
  color: var(--color-font-white);
  font-weight: bold;
  background: var(--color-primary-shade);
  vertical-align: middle;
}
.post table th,
.post table td {
  padding: var(--rem30) var(--rem20);
  font-size: var(--rem16);
}
.post table.responsive {
  border: none;
  border-collapse: separate;
  border-spacing: 0 2px;
}
/* code semi-recruit */
.post .lead {
  font-size: var(--rem30);
  font-weight: bold;
  font-style: normal;
}
.marker.yellow {
    background: linear-gradient(transparent 40%, #72cdfa26 40%);
	padding: 0 1em .5em;
}
.post .lead_en {
  font-size: calc(var(--rem24) + 1px);
  color: var(--color-font);
  letter-spacing: 0.3em;
  line-height: 3;
}
.semi-recruit01 p {
  font-size: var(--rem20);
  letter-spacing: 0.05em;
}
/* code semi-recruit02 */

.semi-recruit02 .imgarea {
  position: relative;
  aspect-ratio: 193 / 181;
  overflow: hidden;

  width: 55%;
  margin: 0 auto;
}
.semi-recruit02 .imgarea img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.semi-recruit02 .num_listttl {
  text-align: center;
  font-weight: bold;
  font-size: var(--rem20w);
  padding: var(--rem24w) 0;
  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%;
  margin-bottom: 2%;
}
.post .col3_list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}
.post .col3_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
@media print, screen and (max-width: 768px) {
  .post .col3_list > li {
    width: 49%;
    margin-bottom: 10%;
  }
  .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 semi-recruit04 */
/*--contact_area-------------------------------------*/

.contact_area {
  padding: min(calc(80px + (1vw - 19.2px) * 2.589), 80px); /*80px-40px (1920-375)x*/
  text-align: center;
  background: #f0faff;
  margin-top: min(calc(120px + (1vw - 19.2px) * 2.589), 120px);
}
.post .contact_area h2.contact_ttl {
  font-size: var(--rem30w);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;

  margin: 0 auto var(--px60);
}
.post .contact_ttl::before {
  content: none;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}
.post .contact_area h2.contact_ttl::after {
  content: "";
  position: absolute;
  width: 2.8em;
  height: 3px;
  background: var(--color-primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.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;
}
.contact_area .linkBtn a {
  color: var(--color-font-white);
  padding: var(--px20);
  display: block;
}
.contact_area .linkBtn {
  max-width: 450px;
  text-align: center;
  font-size: var(--rem24w);
  letter-spacing: 0.1em;
}
.contact_area .linkBtn::before {
  display: none;
}

.big-txt {
	font-size: var(--rem30);
	font-weight: bold;
	line-height: 1.7;
}

.lh2 {
	line-height: 2;
}

.postlist li {
	border-bottom: 1px solid #ddd;
}