@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
:root {
  /*------------------------------------------------------
  System - Font
  ------------------------------------------------------*/
  --body-font-family: 'Noto Sans JP', sans-serif;
  --font-family01: 'Noto Sans JP', sans-serif;
  --font-family02: 'Noto Sans JP', sans-serif;
  --font-family03: 'Noto Serif JP', 'Noto Sans JP', serif;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem); /*1.6rem-1.4rem (1920-375)*/
  --content-max-width: 1100px;
  --content-max-width-lg: 1240px;
  /*------------------------------------------------------
  Background - Color 
  ------------------------------------------------------*/
  --color-background: #ffffff;
  --color-font: #353535;
  --color-primary: #0345a7;
  --color-primary-shade: #eff5ff;
  --color-primary-tint: #eff5ff;
  --color-secondary: #d90606;
  --color-secondary-tint: #d90606;
  --color-table-border: #cccccc;
  --color-table-background: #f2f2f2;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-drak: #111111;
  /*------------------------------------------------------
  Header
  ------------------------------------------------------*/
  --header-background: #ffffff;
  --header-color-font: #353535;
  --header-color-primary: #0345a7;
  --header-color-primary-shade: #0345a7;
  --header-color-primary-tint: #ffffff;
  /*------------------------------------------------------
  Footerh
  ------------------------------------------------------*/
  --footer-background: #eff5ff;
  --footer-color-font: #353535;
  --footer-color-primary: #353535;
  /*------------------------------------------------------
  PX Variations
  ------------------------------------------------------*/
  --px240: min(calc(240px + (1vw - 19.2px) * 10.356), 240px); /*240px-80px (1920-375)*/
  --px220: min(calc(220px + (1vw - 19.2px) * 10.356), 220px); /*220px-80px (1920-375)*/
  --px200: min(calc(200px + (1vw - 19.2px) * 6.4725), 200px); /*200px-100px (1920-375)*/
  --px190: min(calc(190px + (1vw - 19.2px) * 3.8835), 190px); /*190-120px (1920-375) */
  --px180: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px); /*180-120px (1920-375) */
  --px170: min(calc(170px + (1vw - 19.2px) * 3.8835), 170px); /*170-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) */
  --px145: min(calc(145px + (1vw - 19.2px) * 3.2362), 145px); /*145-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-80px (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) * 1.2945), 90px); /*90px-60px (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*/
  --px70: min(calc(70px + (1vw - 19.2px) * 1.9417), 70px); /*70px-20px (1920-375)x*/
  --px68: min(calc(68px + (1vw - 19.2px) * 1.9417), 68px); /*68px-20px (1920-375)x*/
  --px65: min(calc(65px + (1vw - 19.2px) * 1.9417), 65px); /*65px-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-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 Variations
  ------------------------------------------------------*/
  --rem200: min(calc(20rem + (1vw - 1.92rem) * 6.472), 20rem); /*20rem-10rem (1920-375)*/
  --rem160: min(calc(16rem + (1vw - 1.92rem) * 6.472), 16rem); /*16rem-10rem (1920-375)*/
  --rem120: min(calc(12rem + (1vw - 1.92rem) * 3.8835), 12rem); /*12rem-6rem (1920-375)*/
  --rem96: min(calc(9.6rem + (1vw - 1.92rem) * 1.2945), 9.6rem); /*9.6rem-6rem (1920-375)*/
  --rem80w: min(calc(8rem + (1vw - 1.92rem) * 1.2945), 8rem); /*8rem-6rem (1920-375)*/
  --rem82: min(calc(8.2rem + (1vw - 1.92rem) * -0.271), 8.2rem); /* 8.2rem → 4rem (1920 → 375px) */
  --rem80: min(calc(8rem + (1vw - 1.92rem) * 2.589), 8rem); /*8rem-4rem (1920-375)x*/
  --rem72: min(calc(7.2rem + (1vw - 1.92rem) * 1.9417), 7.2rem); /*7.2rem-4.2rem (1920-375)*/
  --rem70: min(calc(7rem + (1vw - 1.92rem) * 1.8875), 7rem); /*7rem-4rem (1920-375)*/
  --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem); /*6rem-3.6rem (1920-375)*/
  --rem50: min(calc(5rem + (1vw - 1.92rem) * 1.5534), 5rem); /*5rem-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)*/
  --rem46: min(calc(4.6rem + (1vw - 1.92rem) * 1.5534), 4.6rem); /*4.6rem-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)*/
  --rem32: min(calc(3.2rem + (1vw - 1.92rem) * 0.3883), 3.2rem); /*3.2rem-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)*/
  --rem27: min(calc(2.7rem + (1vw - 1.92rem) * 0.6472), 2.7rem); /*2.7rem-1.8rem (1920-375)*/
  --rem26: min(calc(2.6rem + (1vw - 1.92rem) * 0.6472), 2.6rem); /*2.6rem-1.8rem (1920-375)*/
  --rem24w: min(calc(2.4rem + (1vw - 1.92rem) * 0.3883), 2.4rem); /*2.4rem-1.8rem (1920-375)*/
  --rem24: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472), 2.4rem); /*2.4rem-1.4rem (1920-375)*/
  --rem22w: min(calc(2.2rem + (1vw - 1.92rem) * 0.3883), 2.2rem); /*2.2rem-1.6rem (1920-375)*/
  --rem22: min(calc(2.2rem + (1vw - 1.92rem) * 0.6472), 2.2rem); /*2.2rem-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)*/
}
/*------------------------------------------------------
Global Style
------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
a:active,
a:hover {
  color: var(--color-primary);
}
.imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fw-medium {
  font-weight: 500 !important;
}
.bg-white {
  background: var(--color-white);
}
.bg-primary {
  background: var(--color-primary);
}
.bg-secondary {
  background: var(--color-secondary);
}
.color-white {
  color: var(--color-white) !important;
}
.color-primary {
  color: var(--color-primary) !important;
}
.color-secondary {
  color: var(--color-secondary) !important;
}
.lh-35 {
  line-height: calc(35 / 16);
}
/*---------------------- Text Style -------------------*/
h1.title,
.post h1,
header#h1Header h1.title {
  font-size: var(--rem40w);
}
.post h2,
.cta-bg h2 {
  margin-bottom: var(--px60);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 1.4;
  color: var(--color-font);
  font-family: var(--font-family03);
  padding-bottom: var(--px30);
  text-align: center;
  position: relative;
}
.post h2::after,
.cta-bg h2:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, var(--color-secondary) 20%, var(--color-primary) 20%);
}
.post h2.hd-left {
  text-align: left;
}
.post h2.hd-left::after {
  left: 0;
  transform: translateX(0%);
}
.post h3 {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--color-font);
  margin-bottom: var(--px40);
  font-family: var(--font-family03);
  border: 0;
}
.post h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0e74bd 43%, #0d3faa 100%);
}
.post h4 {
  color: var(--color-black);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: var(--px40);
}
.marker--yellow {
  background: linear-gradient(transparent 60%, var(--color-secondary) 60%);
}
.fs-18 {
  font-size: var(--rem18);
}
.lh-200 {
  line-height: 2;
}
.txtstyle01 {
  font-family: var(--font-family03);
  font-weight: 700;
  font-size: var(--rem30w);
  line-height: 1.2;
  text-align: center;
}
.txtstyle02 {
  font-weight: 300;
  font-size: var(--rem18);
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.41em;
  color: var(--color-secondary);
}
/*---------------------- Table Style -------------------*/
.post table {
  font-size: 100%;
  border: 0;
}
.post table th,
.post table td {
  padding: var(--px16) var(--px20);
  letter-spacing: 0.05em;
  vertical-align: middle;
}
.post table th {
  background: var(--color-table-background);
  width: 27%;
  font-weight: 700;
  color: var(--color-font);
  border-right-color: transparent;
}
.post table td {
  border-left-color: transparent;
}
/*--------------------
general_table
--------------------*/
.post table.general_table th {
  background-color: transparent;
}
.post table.general_table,
.post table.general_table th,
.post table.general_table td {
  border: none;
}
table.general_table tr:first-child {
  border-top: 1px solid var(--color-table-border);
}
table.general_table tr:last-child {
  border-bottom: 1px solid var(--color-table-border);
}
table.general_table tr {
  border-top: 1px dashed var(--color-table-border);
  letter-spacing: 1px;
}
table.general_table th,
table.general_table td {
  padding: 50px 30px;
}
table.general_table th {
  position: relative;
  z-index: 0;
}
table.general_table th:before {
  position: absolute;
  content: '';
  background: var(--color-table-background);
  top: 7px;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: auto;
  z-index: -1;
}
table.general_table td ul li {
  padding-left: 1em;
  position: relative;
  line-height: 2;
}
table.general_table td ul li:before {
  position: absolute;
  content: '・';
  top: 0;
  left: 0;
}
@media print, screen and (max-width: 768px) {
  table.general_table th,
  table.general_table td {
    padding: 35px 10px;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  table.general_table th {
    width: 32%;
  }
  table.general_table td {
    width: 68%;
  }
}
/*---------------------- Button Style -------------------*/
.linkBtn,
.post .linkBtn {
  color: var(--color-background);
  letter-spacing: 0;
  text-align: left;
  font-size: var(--rem16);
  font-weight: 700;
  border-radius: 0;
  padding: 20px 15px 20px 50px;
  background: linear-gradient(91.9deg, #0e74bd 43.19%, #0d3faa 101.16%);
  max-width: 360px;
}
.linkBtn::after,
.post .linkBtn::after {
  /* content: '\f105';
  font-size: 1.2rem;
  font-family: 'FontAwesome';
  font-weight: 900;
  transform: rotate(0) translateY(-50%);
  width: auto;
  height: auto;
  border: 0;
  margin: 0; */
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-background);
  border-bottom: 2px solid var(--color-background);
  margin-top: -4px;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: var(--color-background);
  background: linear-gradient(91.9deg, #0d3faa 43.19%, #0e74bd 101.16%);
}
.linkBtn.linkBtn--center,
.post .linkBtn.linkBtn--center {
  text-align: center;
  border-radius: 6px;
  padding: 12px 15px;
  max-width: 485px;
}
.linkBtn.linkBtn--center::after,
.post .linkBtn.linkBtn--center::after {
  display: none;
}

/*---------------------- CTA Style --------------------*/
.cta-bg {
  background: var(--color-primary) url('/wp-content/uploads/cta.png') no-repeat center center / cover;
  position: relative;
  padding: var(--px100) 0 var(--px80);
}
.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-background);
  padding: var(--px80) var(--px40);
}
.cta-bg h2 {
  font-size: var(--rem48w);
}
.cta01_inner {
  width: 100%;
  max-width: 960px;
}
.cta01 .ctabtnlist {
  justify-content: center;
}
.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}
.cta01 a.item,
.cta01 .mailarea {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 22px 20px;
  text-align: center;
  box-sizing: border-box;
  color: var(--color-font);
  border-radius: 0;
  transition: all ease 0.15s;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 0;
}
.cta01 a.item:hover,
.cta01 .mailarea:hover {
  opacity: 0.8;
}
.cta01 .btnttl {
  display: block;
  font-weight: 700;
  font-size: var(--rem20w);
  line-height: 1.2;
}
.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 700;
  line-height: 1.2;
}
.cta01 a.item.telbtn {
  background: var(--color-primary);
  color: var(--color-background);
}
.cta01 .telnum {
  font-size: var(--rem36);
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.cta01 a.mailarea {
  background: var(--color-primary-tint);
  color: var(--color-primary);
}
.cta01 .mailarea .btnttl {
  display: flex;
  align-items: center;
  font-size: var(--rem24);
  margin: 0 0 1rem 0;
  font-weight: 700;
}
.cta01 .mailarea .infotxt {
  font-size: var(--rem18);
}
.cta01 .mailarea .btnttl::before,
.cta01 .telnum::before {
  content: '';
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: 900;
  margin-right: 1rem;
  font-size: var(--rem20);
}
.cta01 .telnum::before {
  content: '\f3cd';
  font-size: var(--rem32);
  margin-right: 1rem;
}
.cta01 .mailarea .btnttl::before {
  content: '\f0e0';
  font-size: var(--rem28);
  margin-right: 1rem;
}
/*------------------------------------------------------
  Header Style
  ------------------------------------------------------*/
nav#mainNav ul li a b {
  font-weight: 700;
}
/*------------------------------------------------------
  Footer Style
  ------------------------------------------------------*/
#footer .inner {
  padding-bottom: var(--px30);
  border-bottom: 1px solid var(--color-primary);
}
#footer .footer__logo a {
  display: inline-block;
  line-height: 1;
}
#footer .footer__logo img {
  max-width: 300px;
  max-height: 59px;
}
#footer .footnav ul > li {
  margin-bottom: 0;
}
#footer ul li a {
  font-size: var(--rem12);
  font-weight: 400;
  line-height: 14px;
}
#footer .footnav ul > li::before {
  content: '\f105';
  font-size: 1.2rem;
  font-family: 'FontAwesome';
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  display: block;
  background: transparent;
}
#footer .footnav ul > li::after {
  display: none;
}
#copyright {
  font-weight: 300;
  line-height: 1.2;
}
/*------------------------------------------------------
  Home Page Style
  ------------------------------------------------------*/
.home p {
  line-height: 2;
}
.home .post h2 {
  font-size: var(--rem48w);
}
.home .post .linkBtn {
  max-width: 360px;
}
.home .wrapper_content {
  max-width: var(--content-max-width-lg);
  width: 90%;
}
.home .post #company .linkBtn {
  max-width: 464px;
}
.home .home-none {
  display: none;
}
#company {
  background: url('/wp-content/uploads/top-01.png') no-repeat center center / cover;
  padding: var(--px80) var(--px40);
}
.company-container {
  max-width: 940px;
  background: var(--color-background);
  padding: var(--px80) var(--px40);
  margin: 0 auto;
}
.column-01 {
  padding: var(--px80) 0;
}
.column-01 .txtarea {
  padding: var(--px80) var(--px40);
}
#news {
  padding: var(--px80) 0;
}
.post4b .post4b_img a {
  display: block;
}
.post .postlist li {
  border-bottom: 1px solid var(--color-table-border);
}
.postlist .post_text {
  padding: var(--px24) 0;
}
.post .time,
.postlist .time {
  display: block;
}
.postlist .date {
  font-size: var(--body-font-size);
  color: var(--color-black);
}
.postlist .ttls a {
  font-size: var(--body-font-size);
  color: var(--color-drak);
}
/*------------------------------------------------------
  Inner Pages Style
  ------------------------------------------------------*/
header#h1Header {
  height: 200px;
}
header#h1Header::before {
  opacity: 0.4;
}
.post p {
  line-height: 2;
}
body:not(.home) .column-01 .txtarea {
  padding: var(--px40) 0;
  justify-content: flex-start;
}
body:not(.home) .column-01 .txtinner {
  max-width: none;
}
.contact-block {
  background: var(--footer-background);
  padding: var(--px80) var(--px40) var(--px100);
}
.page-recruit .home-none {
  display: none;
}
/*------------------------------------------------------
  Contact Pages Style
  ------------------------------------------------------*/
.subimitarea .linkBtn {
  padding: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'] {
  color: var(--color-white);
  font-weight: 700;
}
.post .subimitarea .linkBtn input[type='submit'] {
  text-align: left;
  padding: 20px 15px 20px 50px;
}
.post .subimitarea .linkBtn:hover input[type='submit'] {
  color: var(--color-background);
}
.wpcf7-form .must {
  background: var(--color-secondary);
  color: var(--color-background);
}
/*------------------------------------------------------
  Responsive Style
  ------------------------------------------------------*/
@media print, screen and (min-width: 769px) {
  .column-01 .flexbox + .flexbox {
    margin-top: var(--px80);
  }
}
@media print, screen and (min-width: 1024px) {
  /*------------------------------------------------------
  Header Style
  ------------------------------------------------------*/
  #header {
    height: 100px;
  }
  #header .logo img {
    max-width: 301px;
    max-height: 60px;
  }
  .sticky-header #header .logo img {
    max-height: 70px;
  }
  nav#mainNav ul li a {
    line-height: 1.6;
  }
  nav#mainNav ul li a span {
    margin-top: 0.5rem;
  }
  nav#mainNav ul li ul.sub-menu li a:hover,
  nav#mainNav ul li li a:hover,
  nav#mainNav ul li li.current-menu-item a,
  nav#mainNav ul li li.current-menu-item li a:hover,
  nav#mainNav ul li.current-menu-item li a:hover,
  nav#mainNav ul li.current-menu-ancestor li.current-menu-item a,
  nav#mainNav ul li.current-menu-ancestor li a:hover {
    background: var(--color-primary);
    color: var(--color-white);
  }

  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 {
    background: transparent;
  }
  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(--color-primary);
  }
  #header ul.header__contact {
    margin-left: var(--px30);
  }
  .header__contact > li {
    display: flex;
    align-items: center;
  }
  /* #header a.head_btn {
    padding-left: clamp(5px, 5px + 10 * ((100vw - 1024px) / 896), 15px);
    padding-right: clamp(5px, 5px + 10 * ((100vw - 1024px) / 896), 15px);
  } */
  #header a.head_btn.tel_btn {
    color: var(--color-background);
    width: clamp(200px, 200px + 40 * ((100vw - 1024px) / 896), 240px);
    position: relative;
    display: none;
  }
  #header a.head_btn.tel_btn:hover {
    color: var(--color-primary);
    background-color: var(--header-background);
  }
  #header a.head_btn.tel_btn::before {
    display: none;
  }
  #header a.head_btn.tel_btn:hover::before {
    background-color: var(--color-primary);
  }
  #header a.head_btn.tel_btn .tel_num {
    font-size: clamp(16px, 16px + 8 * ((100vw - 1024px) / 896), 24px);
    font-size: var(--rem24w);
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1rem;
  }
  #header a.head_btn.tel_btn .tel_num::before {
    content: '\f095';
    display: block;
    font-family: 'FontAwesome';
    font-size: clamp(14px, 14px + 4 * ((100vw - 1024px) / 896), 18px);
    font-weight: 700;
    line-height: 1;
    margin-right: 0.5rem;
  }
  .tel_rec .note {
    font-weight: 700;
    font-size: clamp(10px, 10px + 2 * ((100vw - 1024px) / 896), 12px);
  }
  .tel_rec .note b {
    font-weight: 700;
  }
  #header a.head_btn.mail_btn {
    line-height: 1;
    font-size: var(--rem14);
    width: clamp(130px, 130px + 60 * ((100vw - 1024px) / 896), 190px);
    width: 190px;
  }
  #header a.head_btn.mail_btn::before {
    display: none;
  }
  #header a.head_btn.mail_btn span {
    font-weight: bold;
    font-size: var(--rem14);
    display: flex;
    align-items: center;
  }
  #header a.head_btn.mail_btn span::before {
    margin-right: 0.5rem;
    display: block;
    font-family: 'FontAwesome';
    font-weight: 700;
    font-size: var(--rem20w);
    line-height: 1;
    content: '\f0e0';
  }
  #header a.head_btn.mail_btn:hover {
    background: var(--color-white);
    color: var(--color-primary);
  }
  .column-01 .txtarea {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .column-01 .txtinner {
    max-width: 720px;
  }
  #footer {
    padding: var(--px80) 0 var(--px40);
  }
  #footer .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1614px;
  }
  #footer .footer__logo:not(:last-child) {
    margin-bottom: 0;
  }
  #copyright {
    margin-top: var(--px60);
  }
  #footer .socialicon ul {
    justify-content: flex-start;
  }
  .pc_none {
    display: none !important;
  }
}
@media print, screen and (max-width: 1023px) {
  #header .logo .mark a {
    display: block;
    line-height: 1;
  }
  nav#mainNav ul li a {
    color: var(--color-font);
  }
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li a:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-white);
  }
  .pc_none {
    display: inherit;
  }
}
@media print, screen and (max-width: 768px) {
  .column-01 .w50 {
    margin-bottom: 0;
  }
  .qa_list {
    padding: var(--px80) 5%;
  }
  .sp_center {
    text-align: center;
  }
  .qa_img {
    text-align: right;
  }
  .qa_img img {
    width: 60%;
  }
  .txtstyle04 div {
    padding: var(--px40);
  }
  .cta01 .ctabtnlist li {
    width: 100%;
  }
  .cta01 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}
@media print, screen and (max-width: 640px) {
  .post table.responsive:not(.tbl--dotted) th,
  .post table.responsive:not(.tbl--dotted) td {
    border: 1px solid var(--color-table-border);
  }
  .post table.responsive:not(.tbl--dotted) th {
    border-bottom: 0;
  }
  .post table.responsive:not(.tbl--dotted) tr:not(:first-child) th {
    border-top: 0;
  }
  .post table.responsive:not(.tbl--dotted) tr:last-child td:last-child {
    border-bottom: 1px solid var(--color-table-border);
  }
}
