@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=Roboto:ital,wght@0,100..900;1,100..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 Sans JP", sans-serif;
  --font-family04: "Noto Sans JP", sans-serif;
  --font-family05: "Roboto", sans-serif;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem); /*1.6rem-1.4rem (1920-375)*/
  --content-max-width: 1240px;
  --content-max-width-lg: 1240px;
  /*------------------------------------------------------
  Background - Color 
  ------------------------------------------------------*/
  --color-background: #fff;
  --color-font: #262626;
  --color-primary: #e70416;
  --color-primary-s: #38b6ff;
  --color-primary-shade: #5170ff;
  --color-primary-tint: #5ce1e6;
  --color-secondary: #ffc633;
  --color-secondary-tint: #acacac;
  --color-table-border: #dddddd;
  --color-table-background: #ffffff;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray: #cccccc;
  --color-bg-gray: #f5f5f5;
  /*------------------------------------------------------
  Header
  ------------------------------------------------------*/
  --header-background: #fff;
  --header-color-font: #262626;
  --header-color-primary: #e70416;
  --header-color-primary-shade: #5170ff;
  --header-color-primary-tint: #5ce1e6;
  /*------------------------------------------------------
  Footer
  ------------------------------------------------------*/
  --footer-background: #f3f3f3;
  --footer-color-font: #262626;
  --footer-color-primary: #e70416;
  /*------------------------------------------------------
  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)*/
  --px210: min(calc(210px + (1vw - 19.2px) * 6.4725), 210px);
  /*210px-100px (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)*/
  --px28: min(calc(28px + (1vw - 19.2px) * 0.9709), 28px);
  /*28px-15px (1920-375)*/
  --px24: min(calc(24px + (1vw - 19.2px) * 0.6472), 24px);
  /*24px-14px (1920-375)*/
  --px26: min(calc(26px + (1vw - 19.2px) * 0.6472), 26px);
  /*26px-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)*/
  --px15: min(calc(15px + (1vw - 19.2px) * 0.1294), 15px);
  /*15px-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)*/
  --rem64: min(calc(6.4rem + (1vw - 1.92rem) * 1.5534), 6.4rem);
  /*6.4rem-4rem (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.6rem (1920-375)*/
  --rem52: min(calc(5.2rem + (1vw - 1.92rem) * 1.5534), 5.2rem);
  /*5.2rem-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)*/
  --rem15: min(calc(1.5rem + (1vw - 1.92rem) * 0.1294), 1.5rem);
  /*1.5rem-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;
}

/*---------------------- Text Style -------------------*/
a:hover {
  opacity: 0.8;
}

.clear-both {
  clear: both;
}

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.bg-gray {
  background-color: var(--color-bg-gray);
}

.bg-white {
  background-color: var(--color-white);
}

.bg-red {
	position: relative;
}

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

.bg-red::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 46%;
  bottom: 0;
  left: 0;
  background: #e70416e6;
  z-index: 2;
}

@media print, screen and (max-width: 768px) {
	.bg-red::after,.bg-red::before {
		height: 75%;
	}
}

.color-white {
  color: var(--color-white) !important;
}

.color-primary {
  color: var(--color-primary) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.color-red {
  color: #ff0000 !important;
}

.marker.yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 700;
}

.marker.red {
  background: linear-gradient(transparent 60%, var(--color-secondary) 60%);
  font-weight: 700;
}

.fs-12 {
  font-size: var(--rem12) !important;
}

.fs-14 {
  font-size: var(--rem14) !important;
}

.fs-16 {
  font-size: var(--rem14) !important;
}

.fs-18 {
  font-size: var(--rem18) !important;
}

.fs-20 {
  font-size: var(--rem20) !important;
}

.fs-20-tt {
  font-size: clamp(18px, 17.3px + 0.19vw, 20px) !important;
}

.fs-24 {
  font-size: var(--rem24) !important;
}

.fs-30 {
  font-size: var(--rem30) !important;
}

.post h2.title-bt {
  font-size: var(--rem24w);
}

.post .title-bt::after {
  content: "";
  position: relative;
  visibility: visible;
  display: block;
  width: calc(var(--px70) - 4px);
  height: 3px;
  background: var(--color-font);
  margin: 0.6em auto 0;
}

.post h3 {
  font-size: calc(var(--rem24) + 1px);
}

.post h3.title-bt {
  border-bottom: unset;
  font-size: var(--rem20w);
}

.post h3.title-bt::after {
  width: calc(var(--px100) - 5px);
}

.home .main-title-home::after {
  content: unset;
}

.home .title.bottom-loop > span,
.home .main-title-home > span,
.main-title-home > span {
  display: flex;
  flex-direction: column;
  font-size: var(--rem28);
  line-height: 1.2;
font-weight: 700;
}

.home .title.bottom-loop > span .sub-ttl,
.home .main-title-home > span .sub-ttl,
.main-title-home > span .sub-ttl{
  line-height: 1;
  font-family: var(--font-family05);
  font-weight: 700;
  font-size: var(--rem60);
  letter-spacing: 0.1em;
  color: var(--color-primary);
  margin-bottom: 10px;
  text-transform: uppercase;
}

h2.marker {
  width: fit-content;
  padding-inline: 8px;
}

h2.marker::after {
  content: unset;
}

.title-en {
  font-family: var(--font-family05);
  letter-spacing: 0.3em;
  font-size: var(--rem20);
}

/*---------------------- Layout -------------------*/

.content-inner {
  width: 90%;
  max-width: var(--content-max-width);
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.widearea {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

.top01 {
  padding-block: var(--px120);
}

.txtstyle01 {
  line-height: 2;
  letter-spacing: 0.05em;
}

.txtstyle02 {
  line-height: 2;
  letter-spacing: 0.1em;
}

.txtstyle03 {
  line-height: 2.5;
  letter-spacing: 0.05em;
}

.lh-2 {
  line-height: 2;
}

.underline {
  text-decoration: underline;
}

.anchor_link::before {
  padding-top: var(--px100);
  margin-top: calc(var(--px100) * -1);
}

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

/*---------------------- Table Style -------------------*/
.post table {
  font-size: var(--rem16);
  border: 0;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.post table.tbl-spacing {
  border-collapse: separate;
  border-spacing: 0 2px;
}

.post table th,
.post table td {
  padding: var(--px30) var(--px20);
  letter-spacing: 0;
  border-width: 1px;
}

.post table td {
  font-weight: 400;
}

.post table th {
  width: 25%;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  background-color: var(--color-primary);
}

.post table th.top {
  vertical-align: top;
}

.post table.tbl_c th,
.post table.tbl_c td {
  text-align: center;
}

.post .table-info {
  border: 0;
  margin: 0;
}
.post .table-info th,
.post .table-info td {
  font-size: var(--rem16);
  background: none;
  border: 0;
  padding: 0;
  padding-bottom: 1em;
}

.post .table-info tr:last-child th,
.post .table-info tr:last-child td {
  padding-bottom: 0;
}

.post .table-info th {
  color: var(--color-primary);
  width: 5em;
  padding-right: 1em;
}

/*---------------------- Button Style -------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 340px;
  font-size: var(--rem16);
  color: var(--color-font);
  line-height: 1.8;
  text-align: center;
  background: var(--color-secondary);
  font-weight: 500;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: var(--px40) auto 0;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
}
.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  border-color: #fff;
}
.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: var(--color-font);
  background: var(--color-secondary);
}
.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-color: #fff;
}
.subimitarea > .linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}

.linkBtn::after,
input.linkBtn::after,
.post .linkBtn::after {
  display: block;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  width: fit-content;
  height: auto;
  border: unset;
  transform: unset;
  font-family: "FontAwesome";
  transform: translateY(-50%);
  margin: 0;
}

.linkBtn.supBtn,
.post .linkBtn.supBtn,
a.linkBtn.supBtn,
.post .subimitarea .linkBtn.supBtn input[type="submit"] {
  max-width: 240px;
  background: #505050;
}

/*--col3 grid-------------------------------------------*/
.col3_list {
  display: flex;
  gap: calc(var(--px30) + 5px);
  flex-wrap: wrap;
}

.col3_list > li {
  width: calc((100% - ((var(--px30) + 5px) * 2)) / 3);
}

@media print, screen and (max-width: 768px) {
  .col3_list > li {
    width: calc((100% - ((var(--px30) + 5px) * 1)) / 2);
  }
}
@media print, screen and (max-width: 500px) {
  .col3_list > li {
    width: 100%;
  }
}

/*-----------------------------
cta02_col2
------------------------------*/
.cta02 {
  position: relative;
  padding: var(--px120) 0;
  z-index: 0;
}
.home .cta02 {
	padding-bottom: 0;
}
.cta02:before {
  content: "";
  background: linear-gradient(#efefefe6, #efefefe6), url("/wp-content/uploads/bg_cta.png");
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
	    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home .cta02:before {
	height: 85%;
}
.cta02 .cta02_wrap {
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}
.cta02 .ctabtnlist {
  justify-content: space-between;
  max-width: 1400px;
  margin: var(--px50) auto 0 auto;
}
.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(--px50);
  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: 500;
}
.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-family: var(--font-family05);
  font-weight: 700;
}
.cta02 a.telbtn {
  background: #fff;
  color: var(--color-font);
  border: 1px #ccc solid;
}

/*メールボタン*/

.cta02 .mailarea.item {
  background: #fff;
}
.cta02 a.mailbtn {
  background: var(--color-primary);
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px;
  gap: 16px;
}

.cta02 a.mailbtn .mailctn {
  font-size: var(--rem24w);
  font-weight: 700;
}

/*ボタンアイコン*/

.cta02 a.mailbtn .mailctn::before,
.cta02 .telnum::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}
.cta02 .telnum::before {
  content: "\f095";
  font-size: var(--rem28);
  bottom: 4px;
  position: relative;
  color: var(--color-primary);
}
.cta02 a.mailbtn .mailctn::before {
  content: "\f0e0";
  font-size: var(--rem28);
}

/*--flow02--------------------------------------------*/

ul.flowlist02 {
  counter-reset: flow_list;
}
ul.flowlist02 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
  width: 100%;
  padding: var(--px40) var(--px50);
  background: #f2f2f2;
  position: relative;
  align-items: center;
}
.flowlist02 > li:not(:last-child) {
  margin-bottom: 60px;
}
.flowlist02 .flow_img {
  width: 35%;
}
.post .flowlist02 > li > dl {
  width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
  line-height: 1.8;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: var(--color-primary);
}
.flowlist02 > li:not(:last-child) dl::after {
  border-width: 20px;
}
.post .flowlist02 > li > dl dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: var(--rem20w);
  font-weight: 600;
  padding: 0 0 15px 0;
  margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 13px);
  border-bottom: 1px var(--color-primary) solid;
}
.flowlist02 > li dl dt .icon:before {
  content: counter(flow_list, decimal-leading-zero);
  counter-increment: flow_list;
  line-height: 1.2;
  color: #fff;
  background: var(--color-primary);
  padding: 5px 10px;
  margin-right: 10px;
  position: relative;
  z-index: 100;
  border-radius: 10px;
  font-size: 1.25em;
  font-family: var(--font-family05);
}
.post .flowlist02 > li > dl dd {
  padding: 0;
}
@media print, screen and (max-width: 768px) {
  .post .flowlist02 > li > dl,
  .flowlist02 .flow_img {
    width: 100%;
  }
  .flow_img::before {
    padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
  }
}

.post .staff_name {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  background: none;
  border: none;
  border-bottom: 2px solid var(--color-primary);
  margin: min(calc(120px + (1vw - 19.2px) * 5.178), 120px) 0 min(calc(45px + (1vw - 19.2px) * 1.2945), 45px);
  /* -- 1920 120px 375 40px -- */
  /* -- 1920 45px 375 25px -- */
  padding: 0 0 0.5em;
  color: #404040;
  font-family: inherit;
  font-size: min(calc(3.6rem + (1vw - 19.2px) * 0.9709), 3.6rem);
  /* -- 1920 3.6rem 375 2.1rem -- */
  font-weight: 700;
  text-align: left;
  line-height: 1.35;
  letter-spacing: normal;
  gap: 0.3em 1em;
}

.post .staff_name::before,
.post .staff_name::after {
  content: none;
}
.staff_name span.sub {
  color: var(--color-primary);
  font-weight: 500;
  font-size: var(--rem18);
  text-align: left;
  letter-spacing: normal;
}

/* -- staff_messagehead -- */

.post .staff_messagehead {
  font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding: 0;
  margin: min(calc(70px + (1vw - 19.2px) * 2.2654), 70px) auto min(calc(20px + (1vw - 19.2px) * 0.6472), 35px); /* 70-35px auto 35-25px (1920-375) */
  border-bottom: none;
}
.post .staff_messagehead::before {
  content: none;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}

/*-----------------------------
column_06
------------------------------*/
.sec01 {
  background: #f1f1f1;
}
.toptxtarea {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.column06 {
  position: relative;
  margin: var(--px60) 0 0;
}
.column06_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  z-index: 20;
}
.column06 .imgarea {
  position: relative;
  aspect-ratio: 1210 / 820;
  overflow: hidden;
  width: 62.5%;
}
.column06 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.column06 .txtarea {
  position: relative;
  width: 51.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: var(--px100) var(--px40);
  margin: 0 auto 0px -14%;
  z-index: 10;
}
.column06 .txtarea .txtinner {
  max-width: 790px;
}
.column06_wrap + .column06_wrap {
  margin-top: var(--px80);
}

@media print, screen and (min-width: 1024px) {
  /*左右反転*/
  .column06_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .column06_wrap.rev .txtarea {
    margin: 0 -5% -70px auto;
  }
}
@media print, screen and (max-width: 1023px) {
  .column06_wrap.rev {
    flex-direction: row;
  }
  .column06 .imgarea,
  .column06 .txtarea {
    width: 90%;
  }
  .column06 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.858) 0 0 auto;
  }
}

@media print, screen and (max-width: 768px) {
  .column06 .txtarea {
    padding: var(--px80) 5%;
  }
}

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

.post .txtstyle02,
.txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before,
.post .txtstyle02:after,
.txtstyle02:before,
.txtstyle02:after {
  content: none;
}
.post .column06 .txtstyle02,
.column06 .txtstyle02 {
  font-size: var(--rem20);
  margin: var(--rem20) 0;
}
.post .txtstyle04,
.txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  border: none;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle04:before,
.txtstyle04:before {
  content: none;
}
.post .column06 .txtstyle04,
.column06 .txtstyle04 {
  font-size: var(--rem36);
}
.post .column06 .txtstyle04:after,
.column06 .txtstyle04:after {
  content: "";
  position: relative;
  visibility: visible;
  display: block;
  width: var(--px80);
  height: 3px;
  background: #111;
  margin: var(--rem30) 0 0 0.5rem;
}

/*------------------------------------------------------
  Footer Style
  ------------------------------------------------------*/
#footer .footer__logo a {
  display: inline-block;
  line-height: 1;
}

#footer .footer__logo img {
  max-width: 387px;
  max-height: 59px;
}

#footer ul li a {
  font-weight: 500;
  font-size: var(--rem14);
  line-height: 1.2;
  color: var(--footer-color-font);
}

#copyright {
  line-height: 1.2;
  background: transparent;
  font-weight: 300;
  color: var(--footer-color-font);
  padding: 0 1rem;
  margin-top: 1rem;
}

#footer .footnav:not(:last-child) {
  margin-bottom: 0;
}

#footer .socialicon .fa-facebook:before,
#footer .socialicon .fa-twitter:before,
#footer .socialicon .fa-youtube:before,
#footer .socialicon .fa-instagram:before,
#footer .socialicon .fa-x-twitter:before,
#footer .socialicon .fa-line:before,
#footer .socialicon .fa-tiktok:before {
  color: var(--color-font);
}

#footer .footer__logo:not(:last-child) {
  max-width: 95%;
  margin: var(--px20) auto;
}

.socialicon {
  max-width: 95%;
  margin: 0 auto;
}

/*------------------------------------------------------
  Post list
  ------------------------------------------------------*/
.postlist li {
  border-bottom: 1px solid var(--color-table-border);
}

.postlist li:first-child {
  border-top: 1px solid var(--color-table-border);
}

.postlist .post_text {
  padding: 25px 0;
  color: var(--color-font);
}

.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background-color: var(--color-primary);
  padding: 1.5px 1rem;
  display: block;
  font-size: var(--rem12);
  line-height: 2;
  font-family: var(--body-font-family);
  color: #fff;
}

.post .time a,
.post2b .time a,
.post4b .time a,
.postlist .time a {
  font-weight: 400;
  font-size: var(--rem12);
  line-height: 2;
  text-transform: uppercase;
  color: #fff;
}

.postlist .ttls,
.postlist .date {
  font-size: var(--rem16);
  color: var(--color-font);
  font-family: var(--body-font-family);
}

.postlist .date {
  /* margin-right: 10px; */
}

.postlist .ttls {
  /* margin-left: 10px; */
}

span.border_in_list {
  margin-left: 2rem;
}

.post2b li .post2b_contents,
.post4b li .post4b_contents {
  opacity: 1;
  font-size: var(--rem14);
  line-height: 1.8;
}

.post_link,
.post2b_link,
.post4b_link {
  font-size: var(--rem12);
  color: var(--color-font);
}

.post_link a,
.post2b_link a,
.post4b_link a {
  color: var(--color-font);
}

#front_top_content,
#front_bottom_content {
  background: #fff;
}

/*------------------------------------------------------
  Home Page Style
  ------------------------------------------------------*/
#about .flexbox .txtarea {
  padding: var(--px100);
  background: #fff;
}

/* #about .flexbox .imgarea {
  margin-right: calc((var(--px240) + 42px) * -1);
} */

#strengths .strengths__list ul > li .item {
  background: #fff;
  height: 100%;
}

#strengths .strengths__list ul > li .txtarea {
  padding: var(--px30) var(--px20);
  padding-top: 0;
}

#strengths .strengths__list ul > li .bx-img {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#strengths .strengths__list ul > li .imgarea {
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}

.content01 .flexbox .bx-txtarea {
  padding-block: var(--px50);
}

.content01 .flexbox .bx-txtarea .txtarea {
  max-width: none;
  margin: 0 auto;
  width: 90%;
}

.content01 .flexbox .imgarea {
  aspect-ratio: 1200/740;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
	.content01 .flexbox .bx-txtarea .txtarea {
  max-width: 520px;
}
  #about .flexbox .txtarea {
    margin-left: calc((var(--px240) + 42px) * -1);
  }

  #about .flexbox .bx-img {
    width: 63%;
  }

  #about .flexbox .bx-txt {
    width: 37%;
  }

  .content01 .flexbox .imgarea {
    width: 62.5%;
  }

  .content01 .flexbox .bx-txtarea {
    width: 37.5%;
  }
}

/*------------------------------------------------------
  Service Pages Style
  ------------------------------------------------------*/

#service_list .column01 .flexbox .txtarea {
  padding-inline: calc(var(--px30) - 3px);
}

#service_list .column01 .flexbox .imgarea {
  aspect-ratio: 620/387;
  overflow: hidden;
}

#workflow .flowlist02 .flow_img .imgarea {
  aspect-ratio: 387/245;
  overflow: hidden;
}

/*------------------------------------------------------
  Profile Pages Style
  ------------------------------------------------------*/
#message .flexbox .bx-img .imgarea {
  aspect-ratio: 419/412;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  #message .flexbox .bx-txt .txtarea {
    padding-inline: 20px;
    margin-left: 20px;
  }

  #message .flexbox .bx-img {
    width: 34%;
  }

  #message .flexbox .bx-txt {
    width: 66%;
  }
}

/*------------------------------------------------------
  Recruit Pages Style
  ------------------------------------------------------*/

#recruit_info .imgarea {
  aspect-ratio: 838/373;
  overflow: hidden;
  max-width: fit-content;
  margin: 0 auto;
}

#application .txt-sub-ctn {
  margin-left: calc(var(--px30) - 4px);
}

#application .flexbox {
  gap: var(--px40);
}

#application .flexbox .txt-inner {
  padding: var(--px30);
}

.post #application .flexbox .txt-inner ul.list_disc {
  margin: 0 0 0 1.5em;
}

.title-disc {
  position: relative;
  padding-left: 26px;
}

.title-disc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: var(--color-primary);
  border-radius: 100%;
}

#staff .flexbox .bx-img .imgarea {
  aspect-ratio: 536/349;
  overflow: hidden;
}

#staff .flexbox .bx-txt {
  padding-inline: var(--px20);
}

#end_page .bx-end-page {
  padding: calc(var(--px90) - 3px) var(--px30) calc(var(--px100) - 3px) var(--px30);
}

h3.btm {
  border: 0;
  position: relative;
}

h3.btm::after {
  content: "";
  position: relative;
  visibility: visible;
  display: block;
  width: calc(var(--px80) + 1px);
  height: 3px;
  background: var(--color-primary);
  margin: 0.6em auto 0;
}

@media print, screen and (min-width: 769px) {
  #staff .flexbox .bx-img {
    width: 45%;
  }
  #staff .flexbox .bx-txt {
    width: 55%;
  }
}
/*------------------------------------------------------
  Inner Pages Style
  ------------------------------------------------------*/
header#h1Header {
  background-color: transparent;
}
header#h1Header::before {
  opacity: 16%;
  background: #0067bb;
}

header#h1Header h1.title > span {
  color: var(--color-font-sc);
  font-size: var(--rem40w);
  text-shadow: unset;
  display: block;
}

#header .logo,
#footer .footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt_logo {
  display: block;
  line-height: 1.2;
  font-size: var(--rem24);
  font-weight: 500;
  margin-left: 10px;
}

#header .txt_logo {
  margin-left: var(--px60);
}

/*------------------------------------------------------
  Contact Pages Style
  ------------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="url"],
input[type="number"],
select,
textarea {
  margin-bottom: 0;
  line-height: 1;
  font-family: var(--font-family02);
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: var(--color-font);
  padding: 16px 80px 16px 0;
  max-width: 385px;
  font-family: var(--font-family02);
  font-size: var(--rem16);
  border: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  text-align: left;
  font-weight: 700;
  line-height: 1.2;
  background: transparent;
  border-radius: 0;
}

.wpcf7-form input[type="submit"]:disabled:hover {
  cursor: not-allowed;
}

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

/*------------------------------------------------------
  ACF Style
  ------------------------------------------------------*/

/*------------------------------------------------------
  Responsive Style
  ------------------------------------------------------*/
@media print, screen and (min-width: 769px) {
  .pc_hidden {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  /*------------------------------------------------------
  Header Style
  ------------------------------------------------------*/
  .sticky-header #header-layout {
    height: 90px;
  }

  #header {
    height: 100px;
    font-family: var(--font-family03);
  }

  .sticky-header #header > .inner {
    background-color: var(--header-background);
  }

  #header .logo {
    padding: 10px clamp(10px, 10px + 10 * ((100vw - 1024px) / 896), 29px);
  }

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

  nav#mainNav ul li a {
    padding-left: clamp(10px, 10px + 20 * ((100vw - 1024px) / 896), 30px);
    padding-right: clamp(10px, 10px + 20 * ((100vw - 1024px) / 896), 30px);
    font-size: var(--rem16);
    text-align: center;
    font-family: var(--font-family03);
    font-weight: 500;
    line-height: 1.6;
  }

  nav#mainNav ul li a b {
    font-family: var(--font-family02);
    line-height: 1.6;
    font-size: var(--rem16);
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
  }

  nav#mainNav ul li a span {
    font-family: var(--font-family02);
    font-weight: 400;
    font-size: var(--rem14);
    line-height: 1.6;
    color: var(--header-color-primary);
    text-transform: uppercase;
  }

  nav#mainNav ul li a span::first-letter {
    text-transform: uppercase;
  }

  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: var(--header-background);
    color: var(--header-color-primary);
  }

  nav#mainNav ul li.current-menu-item a b,
  nav#mainNav ul li a:hover b,
  nav#mainNav ul li a:active b,
  nav#mainNav ul li.current-menu-parent a b {
    color: var(--header-color-primary);
  }

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

  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(--header-background);
    color: var(--header-color-primary);
  }

  #header ul.header__contact {
    margin-left: clamp(10px, 10px + 20 * ((100vw - 1024px) / 896), 30px);
    margin-right: clamp(10px, 10px + 10 * ((100vw - 1024px) / 896), 20px);
  }

  .header__contact > li {
    display: flex;
    align-items: center;
  }

  #header a.head_btn {
    padding-left: clamp(5px, 5px + 0 * ((100vw - 1024px) / 896), 5px);
    padding-right: clamp(5px, 5px + 0 * ((100vw - 1024px) / 896), 5px);
    font-weight: 700;
    background: var(--color-primary);
    color: var(--header-color-font);
    text-align: center;
    max-height: 60%;
  }

  #header a.head_btn.tel_btn {
    color: var(--color-font);
    min-width: var(--px240);
    position: relative;
    text-align: center;
    background: var(--color-background);
  }

  #header a.head_btn.tel_btn::before {
    display: none;
  }

  #header a.head_btn.tel_btn:hover {
    background: transparent;
    opacity: 1;
  }

  #header a.head_btn.tel_btn .tel_num {
    font-size: clamp(20px, 20px + 4 * ((100vw - 1024px) / 896), 24px);
    font-family: var(--font-family02);
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1rem;
    color: var(--header-color-font);
  }

  #header a.head_btn.tel_btn .tel_num::before {
    content: "\f095";
    display: block;
    font-family: "FontAwesome";
    font-size: clamp(16px, 16px + 2 * ((100vw - 1024px) / 896), 18px);
    font-weight: 700;
    line-height: 1;
    margin-right: 1rem;
    color: var(--header-color-primary);
  }

  #header a.head_btn.tel_btn:hover,
  #header a.head_btn.tel_btn:hover .tel_num,
  #header a.head_btn.tel_btn:hover .tel_num::before {
    color: var(--color-primary-shade);
  }

  .tel_rec .note,
  .tel_rec .note b {
    font-weight: 700;
    font-size: var(--rem12);
    font-family: var(--font-family02);
  }

  #header a.head_btn.mail_btn {
    line-height: 1.2;
    font-size: var(--rem14);
    font-family: var(--font-family03);
    min-width: var(--px190);
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--color-white);
    border-radius: 0;
    border: 0;
    background: var(--color-primary);
  }

  #header a.head_btn.mail_btn:hover {
    background: var(--color-white);
    color: var(--header-color-primary);
    box-shadow: inset 0 0 0 1px var(--header-color-primary);
  }

  #header a.head_btn.mail_btn::before {
    font-size: var(--rem22w);
    margin-bottom: 1rem;
    display: none;
  }

  #header a.head_btn.mail_btn span,
  #header a.head_btn.view_btn span {
    font-size: var(--rem14);
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    gap: 10px;
  }

  #header a.head_btn.mail_btn span::before {
    display: block;
    font-family: "FontAwesome";
    font-weight: 700;
    font-size: clamp(16px, 16px + 4 * ((100vw - 1024px) / 896), 20px);
    line-height: 1;
    content: "\f0e0";
    margin: 0;
  }

  #header a.head_btn.tel_btn .tel_icon::before {
    content: "\f095";
    display: block;
    font-family: "FontAwesome";
    font-size: clamp(16px, 16px + 2 * ((100vw - 1024px) / 896), 18px);
    font-weight: 700;
    line-height: 1;
    color: var(--color-primary);
  }

  #footer {
    padding: var(--px80) 0 var(--px60);
  }

  #footer .footer__logo:not(:last-child) {
    margin-top: var(--px60);
    margin-bottom: var(--px20);
  }

  .pc_none {
    display: none !important;
  }

  #header a.head_btn {
    padding: 5px;
  }

  #header a.head_btn.tel_btn .tel_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--rem26);
    color: var(--color-font);
    width: 100%;
    height: auto;
    padding: 0;
    font-family: var(--font-family05);
    gap: 4px;
  }

  #header a.head_btn.tel_btn .note {
    font-size: var(--rem12);
    font-weight: 700;
  }

  #header a.head_btn.tel_btn:hover,
  #header a.head_btn.tel_btn:hover .tel_icon,
  #header a.head_btn.tel_btn:hover .tel_icon::before {
    opacity: 0.8;
    color: var(--color-primary);
    transition: 0.3s;
  }
}

@media print, screen and (max-width: 1023px) {
  #header .logo .mark a {
    display: block;
    line-height: 1;
  }

  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) {
}

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

@media print, screen and (max-width: 1023px) {
  #sp-header .inner #header-layout nav#sp-mainNav .inner ul li.current-menu-item a,
  #sp-header .inner #header-layout nav#sp-mainNav .inner ul li a:hover {
    background: var(--header-color-primary);
    color: var(--color-background);
  }

  #sp-header .inner #header-layout nav#sp-mainNav .inner ul li a:hover {
    background: var(--header-color-primary) !important;
    color: var(--color-background);
  }

  #header .logo .logo-txt {
    font-weight: bold;
    font-size: var(--rem20w);
    color: var(--color-font);
    line-height: 1;
  }
}
