@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;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-background-95: #fffffff2;
  --color-background-secondary: #fcfcfc;
  --color-background-third: #f6f6f6;
  --color-arrow-down-flow: #6a3906;
  --color-font: #4d4d4d;
  --color-font-pure-black: #000;

  --color-primary: #4bb2f8;
  --color-primary-shade: #007bb8;
  --color-primary-tint: #007bb8;
  --color-title-underline: #007bb8;
  --color-secondary: #007bb8;
  --color-secondary-tint: #e4f4fd;
  --color-table-border: #bdbdbd;
  --color-table-border-2: #98ccf0;
  --color-red-prime: #e80303;
  --color-red-simple: #ff0000;
  --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294),
      1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Noto Sans JP", sans-serif;
  --content-max-width: 1920px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #333;
  --header-color-primary: #4bb2f8;
  --header-color-primary-shade: #007bb8;
  --header-color-primary-tint: #007bb8;
  /*------▼フッター設定▼------*/
  --footer-background: #f3f3f3;
  --footer-color-font: #111111;
  --footer-color-primary: #111111;

  /* adding font var */
  --font-family01: "Zen Maru Gothic", "Noto Sans JP", serif;
  --font-family02: "Zen Maru Gothic", "Noto Sans JP", serif;
  --font-family03: "Zen Maru Gothic", "Noto Sans JP", serif;

  /*------â–¼pxãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
  --px240: min(calc(240px + (1vw - 19.2px) * 10.356),
      240px);
  /*240px-80px (1920-375)*/
  --px200: min(calc(200px + (1vw - 19.2px) * 6.4725),
      200px);
  /*200px-100px (1920-375)*/
  --px180: min(calc(180px + (1vw - 19.2px) * 3.8835),
      180px);
  /*180-120px (1920-375) */
  --px160w: min(calc(160px + (1vw - 19.2px) * 5.178),
      160px);
  /*160px-80px (1920-375)*/
  --px160: min(calc(160px + (1vw - 19.2px) * 6.4725),
      160px);
  /*160px-60px (1920-375)*/
  --px150: min(calc(150px + (1vw - 19.2px) * 3.2362),
      150px);
  /*150-100px (1920-375) */
  --px140: min(calc(140px + (1vw - 19.2px) * 6.4725),
      140px);
  /*140px-40px (1920-375)*/
  --px120: min(calc(120px + (1vw - 19.2px) * 2.589),
      120px);
  /*120px-80px (1920-375)*/
  --px100w: min(calc(100px + (1vw - 19.2px) * 3.2362),
      100px);
  /*100px-50px (1920-375)*/
  --px100: min(calc(100px + (1vw - 19.2px) * 3.8835),
      100px);
  /*100px-40px (1920-375)*/
  --px96: min(calc(96px + (1vw - 19.2px) * 3.1068),
      96px);
  /*96px-48px (1920-375)*/
  --px85: min(calc(85px + (1vw - 19.2px) * 2.589),
      85px);
  /*85px-45px (1920-375)x*/

  --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) * 2.2653),
      70px);
  /*70px-35px (1920-375)*/
  --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)*/
  --px38: min(calc(38px + (1vw - 19.2px) * 1.2945),
      38px);
  /*38px-18px (1920-375)*/
  --px30w: min(calc(30px + (1vw - 19.2px) * 0.6472),
      30px);
  /*30px-20px (1920-375)*/
  --px30: min(calc(30px + (1vw - 19.2px) * 0.9709),
      30px);
  /*30px-15px (1920-375)*/
  --px24: min(calc(24px + (1vw - 19.2px) * 0.6472),
      24px);
  /*24px-14px (1920-375)*/
  --px20: min(calc(20px + (1vw - 19.2px) * 0.6472),
      20px);
  /*20px-10px (1920-375)*/
  --px18: min(calc(18px + (1vw - 19.2px) * 0.2589),
      18px);
  /*18px-14px (1920-375)*/
  --px16: min(calc(16px + (1vw - 19.2px) * 0.1294),
      16px);
  /*16px-14px (1920-375)*/
  --px14: min(calc(14px + (1vw - 19.2px) * 0.1294),
      14px);
  /*14px-12px (1920-375)*/
  --px12: min(calc(12px + (1vw - 19.2px) * 0.0647),
      12px);
  /*12px-11px (1920-375)*/
  /*------â–¼remãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
  --rem120: min(calc(12rem + (1vw - 1.92rem) * 3.8835),
      12rem);
  /*12rem-6rem (1920-375)*/
  --rem80w: min(calc(8rem + (1vw - 1.92rem) * 1.2945),
      8rem);
  /*8rem-6rem (1920-375)*/
  --rem80: min(calc(8rem + (1vw - 1.92rem) * 2.589),
      8rem);
  /*8rem-4rem (1920-375)x*/
  --rem72: min(calc(7.2rem + (1vw - 1.92rem) * 1.9417),
      7.2rem);
  /*7.2rem-4.2rem (1920-375)*/
  --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534),
      6rem);
  /*6rem-3.6rem (1920-375)*/
  --rem48w: min(calc(4.8rem + (1vw - 1.92rem) * 0.6472),
      4.8rem);
  /*4.8rem-3.8rem*/
  --rem48: min(calc(4.8rem + (1vw - 1.92rem) * 1.5534),
      4.8rem);
  /*4.8rem-2.4rem (1920-375)*/
  --rem42w: min(calc(4.2rem + (1vw - 1.92rem) * 0.6472),
      4.2rem);
  /*4.2rem-3.2rem (1920-375)*/
  --rem42: min(calc(4.2rem + (1vw - 1.92rem) * 1.165),
      4.2rem);
  /*4.2rem-2.4rem (1920-375)*/
  --rem42s: min(calc(4.2rem + (1vw - 1.92rem) * 1.4887),
      4.2rem);
  /*4.2rem-1.9rem (1920-375)*/
  --rem40w: min(calc(4rem + (1vw - 1.92rem) * 0.6472),
      4rem);
  /*4rem-3rem (1920-375)*/
  --rem40: min(calc(4rem + (1vw - 1.92rem) * 1.2945),
      4rem);
  /*4rem-2rem (1920-375)*/
  --rem36: min(calc(3.6rem + (1vw - 1.92rem) * 0.7767),
      3.6rem);
  /*3.6rem-2.4rem (1920-375)*/
  --rem32: min(calc(3.2rem + (1vw - 1.92rem) * 0.7767),
      3.2rem);
  /*3.2rem-2rem (1920-375)*/
  --rem30w: min(calc(3rem + (1vw - 1.92rem) * 0.3883),
      3rem);
  /*3rem-2.4rem (1920-375)*/
  --rem30: min(calc(3rem + (1vw - 1.92rem) * 0.6472),
      3rem);
  /*3rem-2rem (1920-375)*/
  --rem30s: min(calc(3rem + (1vw - 1.92rem) * 0.9709),
      3rem);
  /*3rem-1.5rem (1920-375)*/
  --rem28: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472),
      2.8rem);
  /*2.8rem-1.8rem (1920-375)*/
  --rem24w: min(calc(2.4rem + (1vw - 1.92rem) * 0.3883),
      2.4rem);
  /*2.4rem-1.8rem (1920-375)*/
  --rem24: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472),
      2.4rem);
  /*2.4rem-1.4rem (1920-375)*/
  --rem23: min(calc(2.3rem + (1vw - 1.92rem) * 0.6472),
      2.3rem);
  /*2.3rem-1.3rem (1920-375)*/
  --rem20w: min(calc(2rem + (1vw - 1.92rem) * 0.2589),
      2rem);
  /*2rem-1.6rem (1920-375)*/
  --rem20: min(calc(2rem + (1vw - 1.92rem) * 0.3883),
      2rem);
  /*2rem-1.4rem (1920-375)*/
  --rem18: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589),
      1.8rem);
  /*1.8rem-1.4rem (1920-375)*/
  --rem16: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294),
      1.6rem);
  /*1.6rem-1.4rem (1920-375)*/
  --rem14: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294),
      1.4rem);
  /*1.4rem-1.2rem (1920-375)*/
  --rem12: min(calc(1.2rem + (1vw - 1.92rem) * 0.0647),
      1.2rem);
  /*1.2rem-1.1rem (1920-375)*/
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family01);
  line-height: 1.4;
  color: var(--color-font);
}

.post p {
  font-family: var(--body-font-family);
}

/* header style and responsive */
@media print,
screen and (min-width: 1024px) {
  #header a.head_btn.tel_btn {
    background: none;
    color: var(--color-primary);
    font-weight: bold;
    line-height: 1.4;
  }

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

  #header a.head_btn {
    font-family: var(--body-font-family);
  }

  #header {
    height: 100px;
  }

  #header a.head_btn.tel_btn span:first-child {
    display: flex;
    align-items: center;
    font-size: var(--rem24);
    gap: 8px;
  }

  #header a.head_btn.tel_btn span:first-child::before {
    font-family: "FontAwesome";
    content: "\f095";
    font-size: 0.75em;
    margin-top: 4px;
  }

  #header a.head_btn.tel_btn span:last-child {
    font-size: var(--rem12);
  }

  #header a.head_btn.mail_btn {
    max-width: 200px;
    max-height: 60px;
    margin: auto var(--px20);
    flex-direction: row;
    gap: 10px;
    border-radius: 50px;
    align-items: center;
  }

  .header__contact li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media print,
screen and (max-width: 1350px) {
  nav#mainNav ul li a {
    font-size: var(--rem14);
    padding: var(--px20) var(--px12);
  }

  #header a.head_btn.tel_btn {
    padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px);
  }

  #header .logo {
    max-width: 200px;
  }

  #header .logo img {
    width: 100%;
    height: auto;
  }
}

/* greetings */

/*-----------------------------
fullwide03
------------------------------*/
.fullwide03 {
  position: relative;
  background: transparent;
  padding: 0 var(--px80);
}

.fullwide03_wrap {
  background: var(--color-background-95);
  position: relative;
  z-index: 1;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  padding: calc(var(--px85) + 5px) var(--px80) calc(var(--px140) + 3px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.fullwide03_inner {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 calc(var(--px60) + 7px);
}

.title-icon {
  height: 100%;
  max-height: 106px;
  width: auto;
  margin-bottom: var(--px30);
}

.post h2 {
  font-size: var(--rem36);
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0;
  margin-bottom: var(--px50);
}

.post h2::after {
  display: none;
}

.post h3 {
  font-size: var(--rem24);
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

h1.title {
  font-size: var(--rem48);
  letter-spacing: 0.1em;
  color: var(--color-primary-shade);
}

.main-wrapper p {
  font-size: var(--rem16);
  letter-spacing: 0.05em;
  line-height: 3;
}

.main-wrapper h2,
.main-wrapper p {
  color: var(--color-font);
}

#greetings {
  width: 100%;
  background: var(--color-primary);

  padding-bottom: calc(var(--px100) + 6px);
  margin-top: 0;
}

@media print,
screen and (max-width: 768.98px) {
  .fullwide03 {
    padding: 0 var(--px20);
  }

  .fullwide03_inner {
    padding: 0;
  }

  #greetings {
    padding-top: var(--px30);
  }
}

@media print,
screen and (max-width: 425.98px) {
  .fullwide03_wrap {
    padding: var(--px20);
    border-radius: var(--px50);
  }
}

/* business */
#business {
  width: 100%;
  background: var(--color-background-third);
  position: relative;
}

#business::before {
  content: "";
  width: 100%;
  height: 78%;
  background: url(/wp-content/uploads/business-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
}

#business h3 {
  line-height: 1;
  color: var(--color-font);
  margin-bottom: var(--px40);
}

#business h2 {
  line-height: 1;
  color: var(--color-primary);
  margin-bottom: 0;
}

#business button a {
  color: var(--color-primary);
  background: transparent;
  font-size: var(--rem80);
  line-height: 1;
}

#business h1.title {
  color: var(--color-font);
}

#business button {
  background: transparent;
  border: 0;
  max-height: 67px;
}

.business-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-secondary-tint);
  width: 100%;
  max-width: 1600px;
  border-radius: 50px;
  min-height: 403px;
  height: 100%;
  padding: var(--px50) calc(var(--px200) + var(--px96));
}

.business-section_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 303px;
}

#business .fullwide03_inner {
  max-width: 1600px;
  width: 100%;
  padding: 0;
}

#business .fullwide03_wrap {
  background: transparent;
  padding-top: calc(var(--px200) + 8px);
  padding-bottom: var(--px16);
  padding-right: 0;
  padding-left: 0;
}

@media print,
screen and (max-width: 1600px) {
  .business-section {
    padding: var(--px50) calc(var(--px100) + var(--px96));
  }
}

@media print,
screen and (max-width: 1240px) {
  .business-section {
    padding: var(--px50) calc(var(--px30) + var(--px96));
  }

  .business-section h2 {
    font-size: var(--rem30);
  }

  .business-section h3 {
    font-size: var(--rem20);
  }

  .business-section .title-icon img {
    max-height: 80px;
  }
}

@media print,
screen and (max-width: 768px) {
  .business-section {
    flex-direction: column;
    align-items: center;
    gap: var(--px100);
  }
}

/* business-02 */

/*-----------------------------
column_05
------------------------------*/
.sec01 {
  background: #f1f1f1;
}

.toptxtarea {
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.column05 {
  position: relative;
  margin: var(--px60) 0 0;
}

.column05_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: flex-end;
  z-index: 20;
}

.column05_wrap+.column05_wrap {
  margin-top: calc(100px + 70px);
}

.column05 .imgarea {
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
  width: 90%;
  max-width: 1423px;
  max-height: 760px;
  z-index: 3;
}

.column05 .imgarea img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}

.column05 .txtarea {
  position: absolute;
  position: relative;
  width: 50%;
  max-width: 960px;
  max-height: 693px;
  display: flex;
  align-items: start;
  justify-content: center;
  background: #fff;
  padding: var(--px96) var(--px120) var(--px150);
  margin: 0 auto -70px -5%;
  z-index: 10;
}

.column05 .txtarea .txtinner {
  max-width: 720px;
  max-height: 445px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media print,
screen and (min-width: 1024px) {

  /*左右反転*/
  .column05_wrap+.column05_wrap {
    margin-top: calc(100px + 70px);
  }

  .column05_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 20%;
  }

  .column05_wrap {
    margin-bottom: 13%;
  }

  .column05_wrap .txtarea.txt-02 {
    margin: 0 -5% -70px auto;
    position: absolute;
    right: 0;
    bottom: -25%;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .column05_wrap.rev .txtarea {
    margin: 0 -5% -70px auto;
    position: absolute;
    left: 0;
    bottom: -25%;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column05_wrap+.column05_wrap {
    margin-top: calc(100px + (1vw - 10.23px) * 7.716);
  }

  .column05_wrap {
    justify-content: center;
  }

  .column05_wrap.rev {
    flex-direction: row;
    justify-content: center;
  }

  .column05 .imgarea img {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .column05 .txtarea {
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .column05 .imgarea,
  .column05 .txtarea {
    width: 90%;
  }

  .column05 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.858) 0 0 auto;
  }
}

/*---------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 .column05 .txtstyle02,
.column05 .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 .column05 .txtstyle04,
.column05 .txtstyle04 {
  font-size: var(--rem36);
}

.post .column05 .txtstyle04:after,
.column05 .txtstyle04:after {
  content: "";
  position: relative;
  visibility: visible;
  display: block;
  width: var(--px80);
  height: 3px;
  background: #111;
  margin: var(--rem30) 0 0 0.5rem;
}

img.img-flipx {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#business-02 {
  width: 100%;
}

#business-02 .column05 .txtarea .txtinner .title-icon {
  margin-bottom: var(--px20);
}

#business-02 .column05 .txtarea .txtinner h3 {
  color: var(--color-font);
  margin-bottom: var(--px20);
}

#business-02 .column05 .txtarea .txtinner h2 {
  color: var(--color-primary-tint);
  margin-bottom: var(--px30);
}

#business-02 .column05 .txtarea .txtinner p {
  font-family: var(--body-font-family);
}

#business-02 .column05 .txtarea .txtinner a.linkBtn {
  color: var(--color-primary-tint);
  font-weight: bold;
  font-size: var(--rem18);
  width: 100%;
  max-width: 240px;
  border-radius: 100px;
  background: url(/wp-content/uploads/shutterstock_1155008320-[更新済み].png) center center/cover no-repeat;
  background-size: 150%;
  background-position: 30% 65%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#business-02 .column05 .txtarea .txtinner a.linkBtn::after {
  border-right: 1px solid var(--color-primary-tint);
  border-bottom: 1px solid var(--color-primary-tint);
}

#business-02 .column05 .txtarea .txtinner .txt_c {
  width: 100%;
}

@media print,
screen and (max-width: 1230px) {
  .column05 .txtarea {
    padding: var(--px50) var(--px30);
  }

  .column05_wrap .txtarea.txt-02 {
    margin: 0;
  }

  .column05_wrap.rev .txtarea {
    margin: 0;
    right: 0;
  }
}

/* company profile */

/*-----------------------------
fullwide02
------------------------------*/
.fullwide02 {
  position: relative;
  background: var(--color-background);
  padding: var(--px80) 0;
}

.fullwide02_wrap {
  background: url(/wp-content/uploads/company-bg.jpg) center;
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  max-height: 655px;
  padding: var(--px180);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
}

.fullwide02_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-secondary);
  opacity: 0.7;
  border-radius: inherit;
}

.fullwide02_inner {
  max-width: 960px;
}

#company .fullwide02_inner h2,
#company .fullwide02_inner h1 {
  color: var(--color-background);
}

#company .fullwide02_inner a.linkBtn {
  color: var(--color-font);
  font-weight: bold;
  font-size: var(--rem18);
  width: 100%;
  max-width: 240px;
  border-radius: 100px;
  background: var(--color-background);
}

#company .fullwide02_inner a.linkBtn::after {
  border-right: 1px solid var(--color-font);
  border-bottom: 1px solid var(--color-font);
}

#company .fullwide02_inner h2,
#company .fullwide02_inner h1 {
  margin-bottom: var(--px50);
}

#company .fullwide02_inner .txt_c {
  padding-top: var(--px40);
}

@media print,
screen and (max-width: 768.98px) {
  .fullwide02_wrap {
    padding: var(--px140) var(--px40);
    background-size: cover;
  }
}

/* recruit section */

.recruit-container {
  width: 100%;
  height: 100%;
  max-height: 888px;
  display: flex;
  justify-content: end;
  padding: var(--px120) var(--px160);
  background: url(/wp-content/uploads/top_recruit.jpg) no-repeat;
  background-size: 110%;
  background-position: 50% 75%;
  position: relative;
}

.recruit-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.2;
  border-radius: inherit;
  z-index: 1;
}

#recruit {
  max-height: 648px;
  width: 96%;
  max-width: 800px;
  padding: calc(var(--px140) - 10px) var(--px50);
  background: var(--color-background);
  z-index: 2;
  border-radius: 100px;
}

#recruit h2 {
  color: var(--color-font);
  margin-bottom: var(--px20);
  text-align: start;
}

#recruit h1 {
  color: var(--color-primary);
  margin-bottom: var(--px50);
  text-align: start;
}

#recruit p {
  line-height: 2;
  font-size: var(--rem16);
}

#recruit .txt_c {
  margin-top: var(--px50);
  width: 100%;
  text-align: end;
  max-height: 68px;
}

#recruit a.linkBtn {
  color: var(--color-primary-tint);
  font-weight: bold;
  font-size: var(--rem18);
  width: 100%;
  max-width: 240px;
  border-radius: 100px;
  background: url(/wp-content/uploads/shutterstock_1155008320-[更新済み].png) center center/cover no-repeat;
  background-size: 150%;
  background-position: 30% 65%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-height: 68px;
}

#recruit a.linkBtn::after {
  border-right: 1px solid var(--color-primary-tint);
  border-bottom: 1px solid var(--color-primary-tint);
}

@media print,
screen and (max-width: 1550px) {
  .recruit-container {
    background-size: cover;
    background-position: right;
  }
}

@media print,
screen and (max-width: 1024.98px) {
  .recruit-container {
    width: 98%;
    justify-content: center;
    padding-right: var(--px10);
    padding-left: var(--px10);
    background-size: cover;
    background-position: center;
  }
}

@media print,
screen and (max-width: 768.98px) {
  .recruit-container {
    padding: var(--px80);
    padding-right: var(--px10);
    padding-left: var(--px10);
    background-size: cover;
    background-position: left;
  }
}

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

  #recruit h1,
  #recruit h2 {
    text-align: center;
  }
}

/* contact info */

/*-----------------------------
cta02_col2
------------------------------*/
.cta02 {
  position: relative;
  padding: var(--px120) var(--px160);
  z-index: 0;
  background: var(--color-secondary-tint);
  min-height: 690px;
}

.cta02:before {
  content: "";
  background: url(/wp-content/uploads/pixta_90603320_M.jpg);
  background-position: center center;
  inset: 0;
  width: 100%;
  height: 65%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.cta02 .cta02_wrap {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 2;
}

.cta02 .ctabtnlist {
  justify-content: space-between;
  max-width: 1600px;
  margin: var(--px50) auto 0 auto;
  min-height: 240px;
}

.cta02 .ctabtnlist li {
  font-family: var(--body-font-family);
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}

.cta02 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30);
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease 0.15s;
}

.cta02 .item:hover {
  opacity: 0.8;
}

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

  .cta02 .ctabtnlist li,
  .cta02 .ctabtnlist .item {
    width: 100%;
  }

  .cta02 .ctabtnlist li+li {
    margin-top: 1rem;
  }
}

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

.cta02 .infotxt {
  font-size: var(--rem20);
  font-weight: bold;
}

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

/*電話ボタン*/

.cta02 .telnum {
  font-size: var(--rem48);
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta02 a.telbtn {
  background: var(--color-primary);
  color: var(--color-background-secondary);
  font-family: var(--body-font-family);
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

/*メールボタン*/

.cta02 .mailarea.item {
  background: #fff;
  color: var(--color-primary);
  font-size: var(--rem20);
  font-weight: bold;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.cta02 a.mailbtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 457px;
  width: 90%;
  border-radius: 50vh;
  padding: 20px;
  margin: 0 0 1rem 0;
  font-family: var(--body-font-family);
  background: var(--color-primary);
  color: var(--color-background);
  font-size: var(--rem20);
  font-weight: bold;
}

/*ボタンアイコン*/

.cta02 a.mailbtn::before,
.cta02 .telnum::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}

.cta02 .telnum::before {
  content: "\f3cd";
}

.cta02 a.mailbtn::before {
  content: "\f0e0";
}

#contact h2 {
  margin-bottom: var(--px20);
  color: var(--header-color-font);
}

#contact h1 {
  color: var(--color-primary-tint);
  margin-bottom: var(--px100);
}

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

  .cta02 a.telbtn,
  .cta02 .mailarea.item {
    border-radius: 50px;
  }

  .cta02 {
    padding: var(--px120) var(--px40);
  }

  #front_bottom_content {
    padding-top: 0;
  }
}

/* news */

h1.title.bottom-loop span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: var(--rem36);
  color: var(--header-color-font);
  gap: var(--px20);
  letter-spacing: 0.2em;
}

h1.title.bottom-loop span span {
  font-size: var(--rem48);
  letter-spacing: 0.1em;
  color: var(--color-primary-tint);
}

#front_bottom_content {
  background: var(--color-secondary-tint);
}

.postlist {
  background: var(--color-background);
  font-family: var(--body-font-family);
  font-size: var(--rem18);
  line-height: 3;
}

.postlist .time {
  border-radius: 10px;
  background-color: var(--color-primary-tint);
}

#front_bottom_content a.linkBtn {
  color: var(--color-primary-tint);
  font-weight: bold;
  font-size: var(--rem18);
  width: 100%;
  max-width: 240px;
  border-radius: 100px;
  background: url(/wp-content/uploads/shutterstock_1155008320-[更新済み].png) center center/cover no-repeat;
  background-size: 150%;
  background-position: 30% 65%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-height: 68px;
}

#front_bottom_content a.linkBtn::after {
  border-right: 1px solid var(--color-primary-tint);
  border-bottom: 1px solid var(--color-primary-tint);
}

/* footer */

#footer {
  background: url(/wp-content/uploads/pixta_90603320_M.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
}

#footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-primary-tint);
  opacity: 0.54;
  z-index: 1;
}

#footer .footer__logo,
#footer .inner,
#footer #copyright,
#footer .footnav ul a {
  z-index: 2;
  color: var(--color-background);
  font-size: var(--rem12);
}

#footer .footnav ul>li::before,
#footer .footnav ul>li::after {
  background: none;
}

#copyright {
  background: none;
}

#footer .footnav ul>li::after {
  display: none;
}

#footer .footnav ul>li::before {
  top: 40%;
  width: 4px;
  height: 4px;
  border-right: 1px solid var(--color-background);
  border-bottom: 1px solid var(--color-background);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#footer .footnav ul {
  gap: var(--px20);
}

#footer .footer__logo img {
  max-width: 350px;
}

#footer .footnav ul {
  align-items: center;
  color: var(--color-background);
}

.linkBtn:hover,
.post .linkBtn:hover {
  color: #fff !important;
  background: var(--color-primary-tint) !important;
}

/* fixed */

#business-02_2,
#business-02_1 {
  position: absolute;
  height: 10px;
  width: 0.1px;
  top: 100px;
  left: 0;
  background: none;
  opacity: 0;
}

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

  #business-02_2,
  #business-02_1 {
    top: 400px;
  }
}

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

  #business-02_2,
  #business-02_1 {
    top: 200px;
  }
}

/* semi page */
header#h1Header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  opacity: 0.2;
  top: 0;
  left: 0;
  z-index: 1;
}

header#h1Header {
  background: var(--color-primary);
}

.semi-wrapper {
  width: 97%;
  max-width: 1240px;
  margin: 0 auto;
}

.semi-wrapper h3 {
  font-family: var(--font-family03);
  font-size: var(--rem24);
  font-weight: 600;
  line-height: 1;
  color: var(--color-font-pure-black);
  padding-left: 7px;
}

.dot-square {
  width: var(--rem24);
  height: var(--rem24);
  background-color: var(--color-primary);
}

.h3-tiltle {
  display: flex;
  margin: var(--px40) 0;
}

/*---------txtstyle06-----------*/

.semi-wrapper .txtstyle06 {
  font-family: var(--font-family03);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  color: var(--color-font-pure-black);
  line-height: 1.4;
  letter-spacing: 0;
  overflow-wrap: break-word;
  padding: 0 0 0 var(--rem16);
  margin: var(--rem42) auto var(--rem30);
  border: none;
  background: transparent;
  border-left: min(calc(9px + (1vw - 19.2px) * 0.1294), 9px) solid var(--color-primary);
}

.semi-wrapper .txtstyle06::before,
.semi-wrapper .txtstyle06::after {
  content: none;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}

.semi-wrapper p {
  font-family: var(--font-family03);
  font-size: var(--rem18);
  line-height: 1.6;
  font-weight: 500;
  color: var(--color-font-pure-black);
}

.semi-wrapper p.semi-bold {
  font-size: var(--rem20);
  font-weight: 600;
  line-height: 1.6;
  margin-top: var(--px20);
}

.semi-wrapper table.responsive {
  border-collapse: collapse;
  border-spacing: 0 2px;
  border: 0;
}

.semi-wrapper table th,
.semi-wrapper table td {
  font-family: var(--font-family03);
  font-size: var(--rem16);
  border: 1px solid var(--color-table-border);
}

.semi-wrapper table th {
  width: 28%;
  border-right: 0 solid;
  font-weight: 500;
  text-shadow: 0.5px 0 var(--color-font-pure-black);
  padding: calc(var(--px30) + 3px) 0 var(--px38) var(--px24);
  background: var(--color-secondary-tint);
}

.semi-wrapper table td {
  vertical-align: middle;
  border-left: 0px solid;
  padding-left: calc(var(--px24) + 4px);
}

#breadcrumb {
  max-width: 1240px;
  margin: 0 auto;
}

/* company page */

#company-page p.semi-bold {
  text-align: end;
}

#company-page iframe {
  width: 100%;
}

body:not(.home) #wrapper {
  width: 100%;
}

#content,
body:not(.home) #content.wide {
  padding-bottom: 0;
}

/* care plan page */
.semi-wrapper ol li {
  list-style-position: inside;
  font-weight: 600;
  line-height: 1.6;
  font-size: var(--rem18);
  color: var(--color-font-pure-black);
  font-family: var(--font-family03);
  margin: var(--px30) 0 var(--px12);
}

.semi-wrapper ol {
  margin-left: 0;
}

.semi-wrapper ol p {
  line-height: 1.6;
}

.semi-wrapper ul {
  list-style: disc;
  list-style-position: inside;
}

.semi-wrapper ul li {
  line-height: 1.6;
  font-size: var(--rem18);
  color: var(--color-font-pure-black);
  font-family: var(--font-family03);
}

.semi-wrapper .img-center {
  width: 100%;
  max-width: 540px;
  margin: var(--px50) auto;
}

.semi-wrapper .img-center img {
  width: 100%;
  height: auto;
}

.m150 {
  width: 100%;
  height: 1px;
  opacity: 0;
  margin: var(--px80) auto;
}

/* service page */

/*------------------------------------------------------------
 ナンバリング01
------------------------------------------------------------*/
.num_list01 {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
}

.num_list01 .imgarea {
  margin-bottom: var(--px20);
  max-width: 280px;

  max-height: 228px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.num_list01 .imgarea img {
  width: 100%;
  height: auto;
}

.post .col3_list>li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  display: inline-block;

  color: var(--color-primary);
  font-family: var(--font-family03);
  font-weight: 800;
  font-size: var(--rem32);

  left: 7%;
  top: 1%;

  line-height: 1.6;
  text-align: center;

  transform: translateX(-50%);
}

.num_list01 .num_listttl {
  text-align: center;
  font-weight: 600;
  font-size: var(--rem20);
  padding: 10px 0;
  margin-bottom: 13px;
  line-height: 1.6;
  position: relative;
  border-bottom: 2px solid var(--color-primary);
}

.num_list01 p {
  font-size: var(--rem18);
  line-height: 1.5;
}

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

.post .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post .col3_list>li {
  width: 32%;
  margin-bottom: 2%;
  border: 3px solid var(--color-primary);
  border-radius: var(--px50);
  padding: calc(var(--px24) + 1px);
  padding-top: var(--px50);
  position: relative;
}

.post .col3_list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}

.post .col3_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

@media print,
screen and (max-width: 768px) {
  .post .col3_list>li {
    width: 49%;
  }

  .post .col3_list::before,
  .post .col3_list:after {
    content: none;
  }
}

@media print,
screen and (max-width: 425.98px) {
  .post .col3_list>li {
    width: 100%;
  }

  .post .col3_list>li:last-child {
    margin-bottom: 0;
  }
}

.target-tables {
  display: flex;
  flex-wrap: wrap;
}

.table-group {
  width: 50%;
}

.table-small.group-01 {
  margin-left: var(--rem24);
  border: 0;
}

.table-small.group-01 th,
.table-small.group-01 td {
  padding: 0;
  background: none;
  border: 0;
  font-size: var(--rem18);
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  text-shadow: none;
}

.table-small.group-01 th {
  width: 20%;
  max-width: 120px;
}

.table-small.group-02 {
  border-collapse: collapse;
}

.table-small.group-02 th,
.table-small.group-02 td {
  background: none;
  border: 1px solid var(--color-table-border-2);
  font-size: var(--rem18);
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  vertical-align: middle;
  padding: 5px var(--px24);
  text-shadow: none;
}

.table-small.group-02 th {
  width: 35%;
  max-width: 200px;
  text-align: center;
}

@media print,
screen and (max-width: 976.98px) {
  .target-tables {
    flex-direction: column;
    align-items: center;
  }

  .table-group {
    width: 70%;
  }
}

@media print,
screen and (max-width: 768.98px) {
  .table-group {
    width: 95%;
  }
}

@media print,
screen and (max-width: 425.98px) {
  .table-group {
    width: 100%;
  }
}

/* recruit page */

/*-----------------------------
column_01
------------------------------*/
.sec01 {
  background: none;
  padding-top: 0;
  padding-bottom: var(--px30);
}

.column01 {
  position: relative;
  margin: var(--px60) 0 0;
}

.column01_wrap {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  gap: var(--px40);
}

.column01 .txtarea {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 596px;
  margin: 0;
}

.column01 .txtarea .txtinner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.column01 .imgarea {
  max-height: 386px;
  overflow: hidden;
  line-height: 0;
  margin: 0;
  width: 100%;
  max-width: 581px;
}

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

/*---------txtstyle-----------*/
#recruit-page h4 {
  font-size: var(--rem36);
  color: var(--color-font-pure-black);
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-left: 0;
  margin-left: 0;
}

#recruit-page h2 {
  font-size: var(--rem36);
  color: var(--color-font-pure-black);
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: var(--px20);
  text-align: left;
}

#recruit-page h4::before {
  display: none;
}

#recruit-page h5 {
  font-size: var(--rem20);
  color: var(--color-font-pure-black);
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#recruit-page h4.multi-size-title {
  font-size: var(--rem36);
  font-weight: bold;
  text-align: left;
  margin: 0 auto var(--rem36);
  background: transparent;
  border-bottom: 3px solid var(--color-primary);
  color: var(--color-primary);
  line-height: 1.4;
  padding-bottom: var(--rem20);
  font-family: var(--font-family01);
  width: 100%;
}

.post .txtstyle04:before,
.txtstyle04:before {
  content: none;
}

#recruit-page h4.multi-size-title span {
  font-size: var(--rem20);
}

#recruit-page p.mid-content {
  margin-bottom: var(--px40);
  font-size: var(--rem20);
  line-height: 1.25;
  font-weight: 500;
}

.column01 .txtarea .txtinner p {
  line-height: 1.4;
  font-size: var(--rem20);
  font-weight: 400;
}

h3.end-phrase {
  text-align: center;
}

body.single #content.wide,
body.page-sitemap #content.wide,
body.page-privacy #content.wide,
body.page-thanks #content.wide,
body.page-contact #content.wide {
  max-width: 1240px;
  width: 96%;
  margin-bottom: 100px;
}

body.mobile .spmenu #menu {
  right: -100%;
}

@media print,
screen and (max-width: 390px) {
  body.mobile .spmenu #menu {
    right: -90%;
  }
}

body.page-contact #content.wide .subimitarea .linkBtn {
  padding: 0;
  max-width: 340px;
}

.postlist li,
.postlist li:first-child {
  border: 0;
  border-bottom: 0;
  border-top: 0;
}

/* adding design */

/* service page */

.info-group {
  width: 100%;
  margin-bottom: var(--px40);
}

/* recruit page */

#recruit-page .num_list01 {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
}

#recruit-page .num_list01 p {
  font-size: var(--rem16);
}

#recruit-page .num_list01 .imgarea {
  position: relative;
  margin-bottom: 0;
  max-width: none;
  width: 100%;
}

#recruit-page .num_list01 .imgarea img {
  -webkit-border-top-left-radius: var(--px50);
  -webkit-border-top-right-radius: var(--px50);
  -moz-border-radius-topleft: var(--px50);
  -moz-border-radius-topright: var(--px50);
  border-top-left-radius: var(--px50);
  border-top-right-radius: var(--px50);
}

#recruit-page .num_list01 .txtarea {
  background: var(--color-background-third);
  padding: var(--px24) var(--px40) var(--px24);
  height: 240px;
  -webkit-border-bottom-right-radius: var(--px50);
  -webkit-border-bottom-left-radius: var(--px50);
  -moz-border-radius-bottomright: var(--px50);
  -moz-border-radius-bottomleft: var(--px50);
  border-bottom-right-radius: var(--px50);
  border-bottom-left-radius: var(--px50);
}

#recruit-page .num_list01 .imgarea:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-background);
  font-family: var(--font-family03);
  font-weight: 700;
  font-size: var(--rem32);
  border-radius: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  bottom: -35px;
  transform: translateX(-50%);
  box-shadow: 0 0 0px;
  padding: 0.5em;
}

#recruit-page .num_list01 .num_listttl {
  text-align: center;
  font-weight: bold;
  font-size: var(--rem24w);
  padding: 24px 0 10px;
  position: relative;
  border-bottom: 0;
}

/*---------col4-----------*/

#recruit-page .col4_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;
  gap: 1%;
  row-gap: var(--px50);
}

#recruit-page .col4_list>li {
  width: 30%;
  margin-bottom: 1.5%;
  border-radius: var(--px50);
  min-width: 250px;
}

#recruit-page .col4_list::before {
  content: "";
  display: block;
  width: 30%;
  height: 0;
  order: 1;
}

#recruit-page .col4_list:after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}

@media print,
screen and (max-width: 768px) {
  #recruit-page .col4_list {
    gap: 1rem;
    justify-content: space-between;
    row-gap: 1rem;
  }

  #recruit-page .col4_list>li {
    width: 49%;
  }

  #recruit-page .col4_list::before,
  #recruit-page .col4_list:after {
    content: none;
  }
}

@media print,
screen and (max-width: 525.98px) {
  #recruit-page .col4_list {
    gap: 1rem;
    justify-content: center;
    row-gap: 1rem;
  }
}

@media print,
screen and (max-width: 414px) {
  #recruit-page .col4_list>li {
    width: 100%;
  }

  #recruit-page .col4_list>li:last-child {
    margin-bottom: 0;
  }
}

/* 20240913 */
#recruit-page .col4_list>li {
  width: 24%;
}

#recruit-page .num_list01 .num_listttl {
  font-size: var(--rem20);
}

#recruit-page .num_list01 .txtarea {
  padding: var(--px24) var(--px30) var(--px24);
}

@media print,
screen and (max-width: 1082.98px) {
  #recruit-page .col4_list>li {
    width: 45%;
  }

  #recruit-page .col4_list {
    justify-content: center;
  }
}

@media print,
screen and (max-width: 1082.98px) and (min-width: 769px) {

  #recruit-page .col4_list.num_list01 .imgarea {
    max-height: none;
  }
}

/* staff */

.card02_list>li {
  display: flex;
  gap: var(--px40);
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0;
  line-height: 1.6;
}

.card02_list .icoimg {
  width: var(--px180);
  height: var(--px180);
  flex-shrink: 0;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

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

@media print,
screen and (max-width: 768px) {
  .card02_list>li {
    flex-direction: column;
    padding: var(--px80) var(--px40);
  }
}

#recruit-page .staff-info .txtarea p {
  font-size: var(--rem16);
  line-height: 1.6;
}

#recruit-page .staff-info .txtarea .txtstyle02 {
  margin: var(--px20) 0;
  margin-top: 0;
  line-height: 1.4;
  font-size: var(--rem24);
  font-family: var(--font-family02);
}

@media print,
screen and (max-width: 768.98px) {
  .card02_list .icoimg {
    width: 50%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

/*-----20241001-----*/
#recruit-page .col4_list>li {
  width: 24%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: stretch;
}

#recruit-page .num_list01 .txtarea {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  height: -webkit-fill-available;
  height: 100%;
}

#recruit-page ul.card02_list.cardstyle01 {
  width: 50%;
}

@media print,
screen and (max-width: 768.98px) {
  #recruit-page ul.card02_list.cardstyle01 {
    width: 100%;
  }
}

#recruit-page .col4_list::before,
#recruit-page .col4_list:after {
  width: 24%;
  min-width: 250px;
}

#footer .socialicon {
  margin-bottom: 20px;
}

.header__contact .socialicon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.socialicon a {
  background-image: url(https://hyaku-fuku.com/wp-content/uploads/Instagram_header.png);
  display: block;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: ease-in-out .3s;
  position: relative;
  z-index: 10;
}

.socialicon a:hover {
  opacity: .6;
}

i.fa-brands.fa-instagram.fa-2x {
  display: none;
}

@media print,
screen and (min-width: 1024px) {
  #header .logo img {
    max-width: 350px;
  }
}