@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=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap&family=Outfit:wght@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: "Zen Kaku Gothic New", sans-serif;
  --font-family06: "Outfit", 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: #474747;
  --color-primary: #347335;
  --color-primary-s: #38b6ff;
  --color-primary-shade: #5170ff;
  --color-primary-tint: #5ce1e6;
  --color-secondary: #efb62f;
  --color-secondary-tint: #ffe9b7;
  --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: #474747;
  --header-color-primary: #347335;
  --header-color-primary-shade: #5170ff;
  --header-color-primary-tint: #ffe9b7;
  /*------------------------------------------------------
  Footer
  ------------------------------------------------------*/
  --footer-background: #347335;
  --footer-color-font: #fff;
  --footer-color-primary: #efb62f;
  /*------------------------------------------------------
  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);
}

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

.color-fs {
  color: #454545 !important;
}

.color-4A {
  color: #4a4a4a !important;
}

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

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

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

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

.fs-16-tt {
  font-size: 16px !important;
}

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

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

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

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

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

.fs-32 {
  font-size: var(--rem32) !important;
}

.lp-05 {
  letter-spacing: 0.05em !important;
}

.lp-01 {
  letter-spacing: 0.1em !important;
}

.txt-en {
  font-family: var(--font-family05) !important;
}

.post h1,
.post h2,
.post h3,
.post h4 {
  color: var(--color-font);
}

.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 {
  border-bottom: 1px var(--color-secondary) dashed;
  padding-bottom: var(--px20);
}

.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,
.post .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(--rem36);
  line-height: 1.2;
  color: var(--color-font);
  font-family: var(--font-family05);
  letter-spacing: 0.05em;
  font-weight: 500;
}

.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-family06);
  font-weight: 500;
  font-size: var(--rem20w);
  color: var(--color-secondary);
  margin-top: 20px;
  text-transform: capitalize;
}

.upperCase {
  text-transform: uppercase !important;
}

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

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

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

.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: var(--color-font);
  vertical-align: middle;
  background-color: #f0f0f0;
}

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

.post table.table_history th {
  background: transparent;
  font-size: var(--rem18);
  font-weight: 400;
}

.post table.table_history th,
.post table.table_history td {
  border: unset;
  border-bottom: 1px var(--color-secondary) dashed;
  padding: var(--px20);
}

.post table.general_table th {
  background-color: transparent;
}
.post table.general_table,
.post table.general_table th,
.post table.general_table td {
  border: none;
}
.post table.general_table {
  border-top: 1px var(--color-primary) solid;
}
table.general_table tr:first-child {
  border-top: unset;
}
table.general_table tr:last-child {
  border-bottom: 1px dashed var(--color-primary);
}
table.general_table tr {
  border-top: 1px dashed #ababab;
  letter-spacing: 1px;
}
table.general_table th,
table.general_table td {
  padding: 50px 30px;
}

table.general_table th,
table.general_table td {
  position: relative;
  z-index: 0;
  font-size: var(--rem18);
  font-weight: 400;
}
table.general_table th:before {
  position: absolute;
  content: "";
  background: #e6f4c6;
  top: 12px;
  left: 0;
  bottom: 12px;
  width: 100%;
  height: auto;
  z-index: -1;
}
table.general_table td:before {
  position: absolute;
  content: "";
  border: 1px #e6f4c6 solid;
  top: 12px;
  left: 0;
  bottom: 12px;
  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%;
  }
}

.post .table-form-cs {
  margin-top: 0;
}

.post .table-form-cs th {
  background-color: white;
  color: var(--color-front);
  width: 35%;
}
.post .table-form-cs th,
.post .table-form-cs td {
  font-size: var(--rem18);
  border: unset;
  border-bottom: 1px #dcdddd solid;
}

.post .table-form-cs.color-4A th {
  color: #4a4a4a;
}

.post .table-form-cs td {
  font-size: var(--rem16);
}

.post .table-form-cs tr:last-child th,
.post .table-form-cs tr:last-child td {
  border: unset;
}

.table-form-cs span.wpcf7-list-item {
  margin: 0 calc(var(--px60) - 4px) 0 0;
}

/*---------------------- Button Style -------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-size: var(--rem16);
  color: #fff;
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary);
  font-weight: 600;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: var(--px40) auto 0;
  letter-spacing: 0.05em;
  font-family: var(--font-family05);
  border: none;
  border-radius: 50vh;
  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: #fff;
  background: var(--color-primary);
}
.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;
}

/*---------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: 31%;
  margin-bottom: 2%;
}
.post .col3_list::before {
  content: "";
  display: block;
  width: 31%;
  height: 0;
  order: 1;
}
.post .col3_list:after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}
@media print, screen and (max-width: 768px) {
  .post .col3_list > li {
    width: 49%;
    margin-bottom: var(--px60);
  }
  .post .col3_list::before,
  .post .col3_list:after {
    content: none;
  }
}
@media print, screen and (max-width: 550px) {
  .post .col3_list > li {
    width: 100%;
    max-width: 100% !important;
  }
  .post .col3_list > li:last-child {
    margin-bottom: 0;
  }
}
/*--col2 grid-------------------------------------------*/
.col2_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--px60) var(--px40);
}

/*--col3 grid-------------------------------------------*/
.col3_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--px40) var(--px20);
}

/*--col4 grid-------------------------------------------*/
.col4_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(var(--px20) - 7px);
}

@media print, screen and (max-width: 768px) {
  .col4_grid,
  .col3_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 550px) {
  .col4_grid,
  .col2_grid,
  .col3_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*-----------------------------
cta01_col3
------------------------------*/
.cta01 {
  position: relative;
  background: url(/wp-content/uploads/bg_cta.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  background: #ffffffb3;
  border-radius: 20px;
  padding: var(--px100) var(--px40);
}
.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 732px;
  margin: var(--px50) auto 0 auto;
}
.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  display: flex;
}
.cta01 a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px20) 10px;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease 0.15s;
}
.cta01 a.item:hover {
  opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
  .cta01 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
  }
  .cta01 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}

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

.cta01 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
.cta01 .infotxt {
  font-size: var(--rem14);
  font-weight: 400;
	line-height: 1.4;
}
.cta01 telbtn .infotxt {
	font-size: var(--rem12);
	font-weight: 500;
	line-height: 1.4;
}
.cta01 .infotxt > b {
	display: block;
	font-weight: bold;
	 font-size: var(--rem14);
}


/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem26);
  margin-bottom: 1rem;
  font-family: var(--font-family06);
  font-weight: 500;
}
.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}
.cta01 a.telbtn {
  background: #fff;
  color: var(--color-font);
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem20);
  font-family: var(--font-family05);
}
.cta01 a.mailbtn {
  background: var(--color-primary);
  color: #fff;
}
.cta01 .mailbtn .infotxt {
  font-weight: 500;
}
/*LINEボタン*/

.cta01 a.linebtn {
  background: var(--color-secondary);
  color: #fff;
}
.cta01 .linebtn .btnttl {
  font-size: var(--rem20);
  font-family: var(--font-family05);
  margin: 0;
}

/*ボタンアイコン*/

.cta01 .telnum::before,
.cta01 .mailbtn .btnttl::before,
.cta01 .linebtn .btnttl::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  margin-right: 1rem;
}
.cta01 .telnum::before {
  content: "\f095";
  font-size: var(--rem18);
  transform: translateY(-2px);
}
.cta01 .mailbtn .btnttl::before {
  content: "\f0e0";
}
.cta01 .linebtn .btnttl::before {
  content: "\f3c0";
  font-weight: 400;
  font-size: var(--rem18);
  transform: translateY(-2px);
}

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

.flowlist02 {
  padding-left: 5rem;
  position: relative;
}
.flowlist02::before {
  content: "";
  width: 22px;
  height: 90%;
  background: var(--color-secondary-tint);
  margin-left: -11px;
  display: block;
  position: absolute;
  top: 0;
  left: 5rem;
}
.flowlist02 > li {
  position: relative;
}
.flowlist02 > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flowlist02 > li .icon {
  font-size: var(--rem30);
  width: calc(var(--px100) - 8px);
  height: calc(var(--px100) - 8px);
  color: #fff;
  font-weight: bold;
  background: var(--color-secondary);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: calc((var(--px100) - 8px) / 2 * -1);
  z-index: 100;
  border-radius: 50vh;
}
.flowlist02 > li .icon::after {
  content: none;
}
.flowlist02 > li dl {
  padding-left: var(--px130);
  position: relative;
  padding-top: calc(var(--px20) + 1px);
}
.flowlist02 > li dl::before {
  content: none;
}
.flowlist02 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
}
.flowlist02 > li dl::after {
  width: var(--px100);
  border-bottom: 1px dashed var(--color-font);
  position: absolute;
  left: 5px;
  top: calc((var(--px100) - 8px) / 2);
}
.flowlist02 > li dd {
  padding-top: 10px;
  border-top: 1px #ccc solid;
}
.flowlist02 > li dl dt {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: var(--rem20w);
}
@media (max-width: 768px) {
  .flowlist02 {
    padding-left: 2rem;
  }

  .flowlist02 > li .icon {
    left: -3rem;
    width: 50px;
    height: 50px;
  }

  .flowlist02::before {
    left: 2rem;
    width: 15px;
  }

  .flowlist02 > li dl {
    padding-top: 10px;
    padding-left: 4.5rem;
  }

  .flowlist02 > li dl::after {
    width: 30px;
    top: 25px;
  }

  .flowlist02 > li dl dt {
    font-size: 1.4rem;
  }
}

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

ul.flowlist02_s {
  counter-reset: flow_list;
}
ul.flowlist02-s > 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: calc(var(--px40) + 3px) var(--px50);
  border-radius: var(--px30);
  background: var(--color-secondary-tint);
  position: relative;
}
.flowlist02-s > li:not(:last-child) {
  margin-bottom: 60px;
}
.flowlist02-s .flow_img {
  width: 35%;
}
.post .flowlist02-s > li > dl {
  width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
  line-height: 1.8;
}
.flowlist02-s > li:not(:last-child) dl::before,
.flowlist02-s > 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-s > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: var(--color-secondary);
}
.flowlist02-s > li:not(:last-child) dl::after {
  border-width: 20px;
}
.post .flowlist02-s > li > dl dt {
  position: relative;
  /* display: flex; */
  align-items: center;
  font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
  font-weight: 600;
  padding: 0 0 15px 0;
  margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 15px);
  border-bottom: 1px var(--color-secondary) solid;
  font-family: var(--font-family05);
}
.flowlist02-s > li dl dt .icon {
  line-height: 1;
  color: #fff;
  background: var(--color-secondary);
  padding: 9px 10px;
  text-align: center;
  width: 5em;
  margin-right: var(--px30);
  font-size: 1em;
  position: relative;
  border-radius: 10px;
  z-index: 100;
  font-family: var(--font-family01);
  display: inline-block;
}
.post .flowlist02-s > li > dl dd {
  padding: 0;
  line-height: 1.8;
}
@media print, screen and (max-width: 768px) {
  .post .flowlist02-s > li > dl,
  .flowlist02-s .flow_img {
    width: 100%;
  }
  .flow_img::before {
    padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
  }
}

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

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

#footer ul li a {
  font-weight: 400;
  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 .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-white);
}

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

#footer .logo_txt {
  margin-top: calc(var(--px20) - 4px);
}

#footer .footer__logo,
#footer .footer__logo .logo_txt {
  display: flex;
  flex-direction: column;
}

.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;
  letter-spacing: 0.05em;
}

.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 .border_in_list {
  margin-left: var(--px20);
}

.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
  ------------------------------------------------------*/

.bg-policy {
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(/wp-content/uploads/bg_policy.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.bg-policy::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, #f8fff8 0%, rgba(248, 255, 248, 0) 100%);
  z-index: 1;
}

.bg-support {
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(/wp-content/uploads/bg_support.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.bg-support::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(180deg, #fff1ef 0%, rgba(255, 241, 239, 0) 100%);
  z-index: 1;
}

.bg-service {
  background: url(/wp-content/uploads/bg_service.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-childcare {
  background: url(/wp-content/uploads/bg_childcare.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-pink {
  position: relative;
}

.bg-pink::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  background: #fff1ef;
  left: 0;
  bottom: 0;
}

.ctn-policy {
  font-size: var(--rem28);
  line-height: 1.8;
}

.lh-18 {
  line-height: 1.8;
}

.lh-16 {
  line-height: 1.6;
}

.desc-policy,
.lh-24 {
  line-height: 2.4;
}

.service__list .col2_grid > li .imgarea {
  aspect-ratio: 600 / 360;
  overflow: hidden;
}

.service__list .col2_grid > li .imgarea img {
  border-radius: var(--px20);
}
.title-s {
  line-height: 1.4;
}
.title-s > span {
  display: inline-block;
}
.service__list .col2_grid > li .title-s {
  padding-block: calc(var(--px20) + 5px);
}

.column01 .flexbox .txtarea {
  background: #fff;
}

.column01 .flexbox .txtarea .txt-inner {
  width: 90%;
  padding-block: var(--px40);
  margin: 0 auto;
}

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

#recruit .column01 .flexbox .txtarea .title-s {
  line-height: 1.6;
}

#recruit .main-title-home {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .column01 .flexbox .txtarea .txt-inner {
    max-width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #recruit .column01 .flexbox .txtarea .txt-inner {
    max-width: 450px;
  }
  .column01 .flexbox .imgarea img {
    border-top-left-radius: calc(var(--px20) + 5px);
    border-bottom-left-radius: calc(var(--px20) + 5px);
  }
  .column01 .flexbox .txtarea {
    border-top-right-radius: calc(var(--px20) + 5px);
    border-bottom-right-radius: calc(var(--px20) + 5px);
  }
}

@media print, screen and (max-width: 768px) {
	.column01 .flexbox .imgarea {
		margin-bottom: 0;
	}
	.column01 .flexbox .imgarea img {
    border-top-left-radius: calc(var(--px20) + 5px);
    border-top-right-radius: calc(var(--px20) + 5px);
  }
  .column01 .flexbox .txtarea {
    border-bottom-left-radius: calc(var(--px20) + 5px);
    border-bottom-right-radius: calc(var(--px20) + 5px);
  }
}

/*------------------------------------------------------
  About Pages Style
  ------------------------------------------------------*/
.foreword .column02 .flexbox .imgarea {
  aspect-ratio: 409/409;
  overflow: hidden;
}

.foreword .column02 .flexbox .imgarea img {
  display: inline-block;
  height: auto;
  margin: 0 auto;
}

.bg-history {
  background-color: var(--color-secondary-tint);
  border-radius: calc(var(--px30) + 2px);
}

.bx-history {
  padding: calc(var(--px60) - 2px) var(--px40);
  padding-bottom: var(--px100);
  max-width: 928px;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .foreword .column02 .flexbox .imgarea {
    width: 35%;
  }

  .foreword .column02 .flexbox .txtarea {
    width: 65%;
  }
}

/*------------------------------------------------------
  Support Pages Style
  ------------------------------------------------------*/
.max-ctn {
  max-width: 926px;
  margin: 0 auto;
}

.max-ctn .column02 {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.max-ctn .column02 .flexbox .imgarea {
  aspect-ratio: 212/220;
  overflow: hidden;
}

.title-btm {
  font-size: var(--rem32);
  font-family: var(--font-family05);
  line-height: 2.4;
  font-weight: 500;
}

.title-btm span {
  border-bottom: 3px var(--color-secondary) dashed;
  padding-bottom: 10px;
}

.title-dt {
  position: relative;
  color: var(--color-primary);
  font-size: var(--rem24w);
  font-weight: 700;
  line-height: 2.4;
  font-family: var(--font-family05);
  padding-left: var(--px40);
}

.title-dt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(var(--px30) - 6px);
  height: calc(var(--px30) - 6px);
  background: var(--color-primary);
  transform: translateY(-50%);
  border-radius: 50vh;
}

.bx-gray-rd {
  border: 1px #dfdfdf solid;
  border-radius: var(--px20);
}

.pd-bx-item {
  padding: var(--px20) calc(var(--px50) - 3px);
}

.bbtm {
  border-bottom: 1px #d9d9d9 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.bbtm:last-child {
  margin: 0;
}

.max-w-item {
  max-width: 674px;
  padding-block: var(--px30);
}

.max-w-item-s {
  max-width: 820px;
}

@media print, screen and (min-width: 769px) {
  .max-ctn .column02 .flexbox .imgarea {
    width: 29%;
  }

  .max-ctn .column02 .flexbox .txtarea {
    width: 71%;
  }
}
/*------------------------------------------------------
  Returning Pages Style
  ------------------------------------------------------*/

.m0a {
  margin: 0 auto;
}

.ctn_service_page .imgarea {
  aspect-ratio: 686/398;
  overflow: hidden;
  max-width: 686px;
  margin: 0 auto;
  border-radius: var(--px20);
}

.canDo .column02_wrap .flexbox .txtarea .txt-inner {
  padding: var(--px20) var(--px30);
}

.canDo .column02_wrap .flexbox .imgarea {
  aspect-ratio: 564/319;
  overflow: hidden;
}

.canDo .column02_wrap .flexbox .imgarea img {
  border-radius: var(--px20);
}

@media print, screen and (min-width: 769px) {
  .canDo .column02_wrap .flexbox .imgarea {
    width: 46%;
  }

  .canDo .column02_wrap .flexbox .txtarea {
    width: 54%;
  }
}

/*------------------------------------------------------
  Parenting Pages Style
  ------------------------------------------------------*/
.img-icon {
  aspect-ratio: 158/157;
  overflow: hidden;
  max-width: 158px;
  margin: 0 auto;
}

.bx-green {
  background: #e6f4c6;
  padding: var(--px40) var(--px60);
  border-radius: var(--px20);
}

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

.pd-bx-ctn-tint {
  padding: calc(var(--px60) - 2px) var(--px40) calc(var(--px90) - 2px);
  border-radius: var(--px20);
}

/*------------------------------------------------------
  Family Support Pages Style
  ------------------------------------------------------*/
.bx-gray-rd .max_w1100 {
  width: 90%;
}
.canAndNot_list .txt-inner {
  height: 100%;
  padding: calc(var(--px40) - 2px) calc(var(--px40) - 8px);
  border-radius: var(--px50);
}

.list_disc-cs > li {
  position: relative;
  padding-left: 30px;
}

.list_disc-cs > li:not(:last-child) {
  margin-bottom: 10px;
}

.list_disc-cs > li::after {
  content: "";
  position: absolute;
  width: var(--rem16);
  height: var(--rem16);
  top: 0.25lh;
  left: 0;
  background: var(--color-font);
  border-radius: 50vh;
}

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

.ctn_service_page.recruit_ctn .imgarea {
  aspect-ratio: 334/243;
  max-width: 334px;
}

.appeal_list .col3_list > li .imgarea {
  aspect-ratio: 168 / 168;
  overflow: hidden;
  border-radius: 50vh;
  background: var(--color-secondary-tint);
  max-width: 168px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appeal_list .col3_list > li .imgarea img {
  width: fit-content;
  height: auto;
}

.appeal_list .col3_list > li .txt-inner {
  padding-inline: var(--px20);
}

.post table.application_table {
  border-top: unset;
}

.post .application_table th,
.post .application_table td {
  color: #332108;
}

.contact_recruit .mailbtn_contact {
  background: var(--color-secondary);
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 620px;
  margin: 0 auto;
  padding: var(--px40);
  text-align: center;
  box-sizing: border-box;
  border-radius: 50vh;
  transition: all ease 0.15s;
}

.contact_recruit .mailbtn_contact .btnttl {
  font-size: var(--rem24);
  font-weight: 700;
  margin-bottom: 10px;
}

.contact_recruit .mailbtn_contact .btnttl::before {
  content: "\f0e0";
  display: inline-block;
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  margin-right: 1rem;
  font-size: var(--rem30);
}

/*------------------------------------------------------
  Inner Pages Style
  ------------------------------------------------------*/
header#h1Header {
  background-color: transparent;
}
header#h1Header::before {
  opacity: 0;
}

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

/*------------------------------------------------------
  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-white);
}

/*------------------------------------------------------
  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: 110px;
  }

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

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

  #header .logo {
    padding: 0 clamp(10px, 10px + 10 * ((100vw - 1024px) / 896), 20px);
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .logo_txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1;
    font-family: var(--font-family05);
    font-weight: 700;
    letter-spacing: 0.05em;
  }

  .logo_txt .lg-txt-sub {
    font-size: var(--rem20w);
  }

  .logo_txt .lg-txt-ttl {
    font-size: var(--rem16);
  }

  #header .logo img {
    max-width: 118px;
    max-height: 100px;
    width: 100%;
  }
	
	 nav#mainNav ul ul.sub-menu {
        width: 300px;
    }

  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: 400;
    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), 5px);
    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(--header-color-primary);
    color: var(--header-color-font);
    text-align: center;
    max-height: 60%;
  }

  #header a.head_btn:hover {
    background: var(--header-color-primary);
    color: var(--header-background);
  }

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

  #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(--px240);
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--color-white);
    border-radius: 50vh;
    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(--rem16);
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    gap: 10px;
    font-family: var(--font-family05);
    letter-spacing: 0.05em;
  }

  #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;
    margin-bottom: 3px;
  }

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

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

  #footer .socialicon {
    margin-bottom: var(--px30);
  }

  .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(--rem24w);
    width: 100%;
    height: auto;
    padding: 0;
    gap: 8px;
    font-family: var(--font-family06);
  }

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

  #header a.head_btn.tel_btn .note b {
    margin-right: 0;
	  display: block;
	  width: 100%;
	  font-size: var(--rem14);
  }

  #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 (1024px <= width <= 1250px) {
  nav#mainNav ul li a {
    padding-left: clamp(7px, 7px + 20 * ((100vw - 1024px) / 896), 16px);
    padding-right: clamp(7px, 7px + 20 * ((100vw - 1024px) / 896), 16px);
  }

  nav#mainNav ul li a b {
    font-size: var(--rem12);
  }
}

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

/* 20260903 */

.title-sc {
	line-height: 1.6;
}

@media print, screen and (min-width: 769px) {
	.foreword .flexbox > .w40 {
		width: 30%;
		max-width: 227px;
	}
	.foreword .flexbox > .w60 {
		width: 70%;
	}
}

@media print, screen and (max-width: 768px) {
	.foreword .flexbox > .imgarea {
		margin: 0 auto 20px;
		max-width: 227px;
		width: 50%;
	}
}

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

.btn-group {
	max-width: 300px;
	display: inline-block;
}

.linelink {
	background: var(--color-secondary) !important;
}
.linelink::after {
	content: none !important;
	
}

.linelink > span::before {
	display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	content: "\f3c0";
	font: var(--fa-font-brands);
	font-size: var(--rem18);
	margin-right: 1em;
	
}
/* 20260914 */
.tel_txt {
		font-size: var(--rem12);
		font-weight: 500;
		line-height: 1.4;
	}
@media print, screen and (min-width: 1024px) {
	#header a.head_btn.tel_btn .tel_txt {
		font-size: var(--rem12);
		font-weight: 500;
		line-height: 1.4;
	}
}

.d_none {
	display: none !important;
}