@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=Sorts+Mill+Goudy:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-background-opa: #ecb987;
  --color-background-02: #f5f5f5;
  --color-background-03: #f7f5f1;
  --color-background-04: #000;
  --color-background-05: #d6cfba;
  --color-background-06: #dfd8bc;
  --color-background-07: #222222;
  --color-semi-white: #fafafa;

  --color-font: #111111;

  --color-font-pure-black: #000;
  --color-font-black: #090909;

  --color-dark-brown: #231815;

  --color-primary: #9a9066;
  --color-primary-shade: #704a4a;
  --color-primary-tint: #cdbf93;

  --color-title-underline: #b2b2b2;

  --color-secondary: #cdbf93;
  --color-secondary-shade: #dfd8bc;
  --color-secondary-tint: #704a4a;

  --color-table-border: #ebebeb;

  --color-red-prime: #dc143c;
  --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: 1100px; /* width semi-pages*/
  /*------▼ヘッダー設定▼------*/
  --header-background: #ffffff;
  --header-color-font: #444444;

  --header-color-primary: #9a9066;
  --header-color-secondary: #cdbf93;
  --header-color-primary-shade: #9a9066;
  --header-color-primary-tint: #9a9066;
  /*------▼フッター設定▼------*/
  --footer-background: #9a9066;
  --footer-color-font: #ffffff;
  --footer-color-primary: #ffffff;

  /* adding font var */
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Noto Serif JP", "Noto Sans JP", sans-serif;

  --font-english-head: "Sorts Mill Goudy", "Noto Sans JP", sans-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)*/
  --px140: min(calc(130px + (1vw - 19.2px) * 6.4725), 130px);
  /*130px-30px (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) * 3.8835), 90px);
  /*90px-30px (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)*/
  --rem50: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
  /*5rem-2.5rem (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)*/
  --rem22: min(calc(2.2rem + (1vw - 1.92rem) * 0.6472), 2.2rem);
  /*2.2rem-1.2rem (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)*/
  --rem16s: min(calc(1.6rem + (1vw - 1.92rem) * 0.5177), 1.6rem);
  /*1.6rem-0.8rem (1920-375)*/
  --rem15: min(calc(1.5rem + (1vw - 1.92rem) * 0.1294), 1.5rem);
  /*1.5rem-1.3rem (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)*/
  --rem12s: min(calc(1.2rem + (1vw - 1.92rem) * 0.2588), 1.2rem);
  /*1.2rem-0.8rem (1920-375)*/
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

/* header navbar */

@media print, screen and (min-width: 1024px) {
  .sticky-header #header > .inner {
    height: auto;
    background: var(--header-background);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  #header a.head_btn.tel_btn {
    color: var(--header-color-font);
    background-color: var(--color-background-02);
    min-width: clamp(144px, calc(144px + ((1vw - 10.24px) * 10.7143)), 240px);
  }
  #header a.head_btn.tel_btn::before {
    color: var(--header-color-font);
  }
  #header a.head_btn.rsrv_btn {
    background: var(--header-color-secondary);
    min-width: clamp(80px, calc(80px + ((1vw - 10.24px) * 7.1429)), 144px);
  }

  #header {
    height: 100px;
  }
  #header a.head_btn {
    align-items: center;
    gap: 8px;
    font-weight: bold;
    font-family: var(--body-font-family);
    font-size: var(--rem16);
    line-height: 1.4;
    padding: 0;
  }

  #header a.head_btn.mail_btn span {
    /* font-size: var(--rem16); */
    font-weight: bold;
  }

  #header a.head_btn.tel_btn::before {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0;
  }
  #header a.head_btn.mail_btn::before {
    font-size: 1.4em;
    margin-bottom: 0;
  }
  #header a.head_btn:hover {
    background: var(--color-background);
    color: var(--header-color-primary);
  }
  #header a.head_btn.mail_btn:hover {
    background: var(--color-background);
    color: var(--color-primary);
  }
  nav#mainNav ul li a {
    gap: 8px;
  }
  nav#mainNav ul li a b {
    font-weight: bold;
  }
  nav#mainNav ul li a span {
    font-weight: 400;
  }
  nav#mainNav ul li.pc_none {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  #header a.head_btn.tel_btn::before {
    display: none;
  }

  #header a.head_btn.tel_btn span.tel_icon {
    display: flex;
    align-items: center;

    font-size: var(--rem24);
    gap: 8px;
  }
  #header a.head_btn.tel_btn span.tel_icon::before {
    font-family: "FontAwesome";
    content: "\f095";
    font-size: 0.75em;
    margin-top: 4px;
  }
  #header a.head_btn.tel_btn span.tel_text-sub {
    font-size: var(--rem12);
    font-weight: bold;
  }

  #header a.head_btn.rsrv_btn span::before {
    font-family: "FontAwesome";
    content: "\f073";
    font-size: 1.125em;
    font-weight: bold;
    margin-right: 1rem;
  }

  #header a.head_btn.mail_btn {
    min-width: clamp(120px, calc(120px + ((1vw - 10.24px) * 6.6964)), 180px);
    /* padding-left: calc(var(--px38) - 3px);
    padding-right: calc(var(--px38) - 3px); */

    gap: 1rem;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #header .logo img {
    width: 100%;
    height: auto;
  }
}

@media print, screen and (max-width: 1700px) and (min-width: 1024px){
  nav#mainNav ul li a {
    font-size: var(--rem14);
    padding: var(--px20);
  }
  #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;
  }
}

@media print, screen and (max-width: 1300px) and (min-width: 1024px) {
  nav#mainNav ul li a {
    font-size: 12px;
    padding: var(--px20) var(--px12);
  }
  nav#mainNav ul li a span {
    font-size: 9px;
  }
  #header a.head_btn {
    font-size: 12px;
  }
  #header a.head_btn.tel_btn {
    /* padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px); */
  }
  #header a.head_btn.tel_btn span.tel_icon {
    font-size: 16px;
  }
  #header a.head_btn.tel_btn span.tel_text-sub .note {
    font-size: 9px;
  }
  #header .logo {
    max-width: 200px;
  }
  #header .logo img {
    width: 100%;
    height: auto;
  }
}

/* footer */

#footer .footer__logo img {
  max-width: 260px;
  padding: 16px 30px;
  background: var(--color-background);
}
/* post */
#front_top_content,
#front_bottom_content {
  background: var(--color-background-03);
}
.postlist .post_text {
  padding: var(--px30) 0;
}

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

.postlist .ttls a {
  color: #111;
}

/* CTA */

/*-----------------------------
cta01_col3
------------------------------*/
body.home #contact-bottom {
  display: none;
}
.cta01 {
  background: transparent;
  position: relative;
  padding: var(--px80) 0 0;
  z-index: 0;
}
.cta01:before {
  content: "";
  background: url(//cdn.xuansiwei.com/lscho10744/wp-content/uploads/cta-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 56%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: var(--px80);
  position: relative;
  z-index: 1;
}
.cta01 .ctabtnlist {
  justify-content: space-between;
  gap: var(--px20);
  max-width: 1240px;
  margin: var(--px50) auto 0 auto;
}
.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}
.cta01 a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30) 0;
  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(--rem18);
  font-weight: bold;
}

/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
  font-weight: 500;
}
.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}
.cta01 a.telbtn {
  background: var(--color-secondary);
  color: var(--color-secondary-tint);
}
.cta01 a.telbtn .infotxt {
  font-size: var(--rem16);
}
/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
}
.cta01 a.mailbtn {
  background: var(--header-color-font);
  color: #fff;
}

/*LINEボタン*/

.cta01 a.rsrvbtn {
  background: var(--color-primary);
  color: #fff;
}
.cta01 .rsrvbtn .btnttl {
  font-size: var(--rem24);
}

/*ボタンアイコン*/

.cta01 .telnum::before,
.cta01 .mailbtn .btnttl::before,
.cta01 .rsrvbtn .btnttl::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  margin-right: 1rem;
}
.cta01 .telnum::before {
  content: "\f3cd";
}
.cta01 .mailbtn .btnttl::before {
  content: "\f0e0";
}
.cta01 .rsrvbtn .btnttl::before {
  content: "\f073";
  font-weight: 400;
}
/* main btn */

.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  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: 0;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
}
.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  /* border-color: #fff;
  border-radius: 1px;
  border-bottom: 0px;
  top: 49%; */
  border: 0;
  content: url(//cdn.xuansiwei.com/lscho10744/wp-content/uploads/Vector-1.png);
  transform: rotate(0deg);
  top: 25%;
  right: 40px;
}
.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: #fff;
  background: var(--color-primary-tint);
}
.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::before,
input.linkBtn::before,
.post .linkBtn::before {
  display: block;
  content: "";
  position: absolute;
  top: 53%;
  right: 19px;

  width: 30px;
  height: 1px;
  background: var(--color-background);

  margin-top: -3px;
  transition: all 0.3s;
} */

/* main title */

h1.bottom-loop,
h1.top-loop,
h1.title.main-ttl {
  font-size: var(--rem50);
  font-weight: 400;
  color: var(--color-font);
  font-family: var(--font-english-head);
  position: relative;
  letter-spacing: 0;
  padding-bottom: 1rem;
}

h1.bottom-loop::after,
h1.top-loop::after,
h1.title.main-ttl::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 3.2em;
  margin: 0 auto;
  background: linear-gradient(
    90deg,
    var(--color-primary),
    var(--color-secondary) 50%,
    var(--color-primary) 100%
  );
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  line-height: 1.5;
}

h1.bottom-loop span span,
h1.top-loop span span,
h1.title.main-ttl span span {
  font-size: 0.48em;
  font-family: var(--font-family02);
  font-weight: 400;
  color: transparent;
  background: linear-gradient(
    90deg,
    var(--color-primary),
    var(--color-secondary) 50%,
    var(--color-primary) 100%
  );
  background-clip: text;
  display: block;
  margin-bottom: 0;
  letter-spacing: 0;
}
/* --------------como main-wrapper------------------- */
.post .main-wrapper p {
  line-height: 2;
}
/* <!-- code Concept --> */
#concept {
  background: #d6cfba33;
  padding: var(--px100) 0;
}
#concept .fullwide01 {
  position: relative;
  background: transparent;
  padding: 0;
}
#concept .fullwide01_wrap {
  background: var(--color-background);
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  padding: var(--px80) 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#concept .fullwide01_inner {
  max-width: 1000px;
}
#concept p {
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  #concept .fullwide01_wrap {
    padding: var(--px80) 10px;
  }
}
@media print, screen and (max-width: 430px) {
  #concept p {
    font-size: 1.2rem;
  }
}
@media print, screen and (max-width: 375px) {
  #concept p {
    font-size: 1.1rem;
  }
}
/* <!-- code  Price --> */
#price {
  padding: var(--px100) 0;
}
#qa h1.title.main-ttl,
#recruit h1.title.main-ttl,
#rec h1.title.main-ttl,
#price h1.title.main-ttl {
  font-size: var(--rem36);
  margin: 0 auto calc(var(--px60) - 5px);
}
#qa h1.title.main-ttl span span,
#recruit h1.title.main-ttl span span,
#rec h1.title.main-ttl span span,
#price h1.title.main-ttl span span {
  font-size: 0.45em;
}
#qa .title.main-ttl::after,
#recruit .title.main-ttl::after,
#rec .title.main-ttl::after,
#price .title.main-ttl::after {
  width: 4.45em;
  left: -50%;
}
#price b {
  font-weight: 400;
  font-size: calc(var(--rem28) - 2px);
}
#price .sec01 {
  background: transparent;
  padding: 0;
}

#price .column01 {
  position: relative;
  margin: 0;
}
#price .column01_wrap {
  position: relative;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}
#price .column01 .column01_wrap_01 {
  max-width: 825px;
  width: 51%;
  display: flex;
}
#price .column01 .imgarea_second {
  max-width: 275px;
}
#price .column01 .imgarea_second .imgarea {
  height: 50%;
  width: 100%;
}
#price .column01 .txtarea {
  max-width: 775px;
  width: 49%;
  background: var(--color-background-02);
  display: flex;
  align-items: center;
  justify-content: start;
  padding: var(--px40) var(--px60);
  margin: 0;
}
#price .column01 .txtarea .txtinner {
  max-width: 700px;
}
#price .column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

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

@media print, screen and (max-width: 1024px) {
  #price .column01 .txtarea {
    padding: calc(var(--px40) + 2px) var(--px60);
  }
}
@media print, screen and (max-width: 768px) {
  #price .column01 .column01_wrap_01 {
    width: 100%;
  }
  #price .column01 .txtarea {
    width: 100%;
    padding: var(--px40) 20px;
  }
}

/* code rec */

#rec .sec01 {
  background: transparent;
  padding: 0;
}

#rec .column01 {
  position: relative;
  margin: 0;
}
#rec .column01_wrap {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
#rec .column01 .txtarea {
  background: var(--color-background-03);
  display: flex;
  align-items: center;
  justify-content: start;
  padding: var(--px80)
    clamp(19px, calc(19px + ((1vw - 10.24px) * 11.2723)), 120px);
  margin: 0;
}
#rec .column01 .txtarea .txtinner {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
#rec .column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
#rec .column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* code QA */
#qa {
  padding: var(--px100) 0;
}
#qa .sec01 {
  background: transparent;
  padding: 0;
}

#qa .column01 {
  position: relative;
  margin: 0;
}
#qa .column01_wrap {
  position: relative;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}
#qa .column01 .txtarea {
  background: var(--color-background-02);
  display: flex;
  align-items: center;
  justify-content: start;
  padding: var(--px80)
    clamp(30px, calc(30px + ((1vw - 10.24px) * 7.8125)), 100px);
  margin: 0;
}
#qa .column01 .txtarea .txtinner {
  width: 100%;
  max-width: 662px;
  margin: 0 auto;
}
#qa .column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
#qa .column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* code recruit */
#recruit .sec01 {
  background: transparent;
  padding: 0;
}

#recruit .column05 {
  position: relative;
  margin: 0;
}
#recruit .column05_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
}
#recruit .column05_wrap + .column05_wrap {
  margin-top: calc(100px + 70px);
}
#recruit .column05 .imgarea {
  position: relative;

  overflow: hidden;
  width: 59%;
  max-width: 1120px;
}
#recruit .column05 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#recruit .column05 .txtarea {
  position: relative;
  max-width: 960px;
  width: 50%;

  display: flex;
  align-items: center;
  justify-content: start;
  background: var(--color-background-02);
  padding: clamp(30px, calc(30px + ((1vw - 10.24px) * 7.8125)), 100px);
  margin-left: -8%;
  z-index: 10;
}
#recruit .column05 .txtarea .txtinner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1023px) {
  /* #recruit .column05 .txtarea {
    padding: var(--px50) calc(var(--px30) - 2px);
  } */
}

@media print, screen and (min-width: 1024px) {
  /*左右反転*/
  #recruit .column05_wrap + .column05_wrap {
    margin-top: calc(100px + 70px);
  }
  #recruit .column05_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media print, screen and (max-width: 1023px) {
  #recruit .column05_wrap + .column05_wrap {
    margin-top: calc(100px + (1vw - 10.23px) * 7.716);
  }
  #recruit .column05_wrap {
    flex-wrap: wrap;
  }
  #recruit .column05 .imgarea,
  #recruit .column05 .txtarea {
    width: 90%;
  }
  #recruit .column05 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.858) 0 0 auto;
  }
}
@media print, screen and (max-width: 430px) {
  #recruit .column05 .imgarea,
  #recruit .column05 .txtarea {
    width: 96%;
  }
  #recruit .column05 .txtarea {
    padding: 20px;
  }
  #recruit p {
    font-size: 1.2rem;
  }
}
/* code Instagram */
#instagram {
  padding: var(--px100) 0;
}
#instagram .col4_list {
  max-width: 1600px;

  margin: 0 auto;
  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;
}
#instagram .col4_list > li {
  width: 23.2%;
  margin-bottom: 1.5%;
}
#instagram .col4_list::before {
  content: "";
  display: block;
  width: 23.2%;
  height: 0;
  order: 1;
}
#instagram .col4_list:after {
  content: "";
  display: block;
  width: 23.2%;
  height: 0;
}

@media print, screen and (max-width: 768px) {
  #instagram .col4_list > li {
    width: 49%;
  }
  #instagram .col4_list::before,
  #instagram .col4_list:after {
    content: none;
  }
}
@media print, screen and (max-width: 414px) {
  #instagram .col4_list > li {
    width: 100%;
  }
  #instagram .col4_list > li:last-child {
    margin-bottom: 0;
  }
}
/* semi-ttl */
.semi-wrapper {
  font-family: var(--font-family02);
}

h1.title.semi-ttl {
  font-size: var(--rem40);
  font-weight: 400;
  color: var(--color-font);
  font-family: var(--font-english-head);
  position: relative;
  letter-spacing: 0;
  padding-bottom: 1rem;
  margin-bottom: var(--px100);
}

h1.title.semi-ttl::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 4em;
  margin: 0 auto;
  background: linear-gradient(
    90deg,
    var(--color-primary),
    var(--color-secondary) 50%,
    var(--color-primary) 100%
  );
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  line-height: 1.5;
}

h1.title.semi-ttl span span {
  font-size: 0.5em;
  font-family: var(--font-family02);
  font-weight: 400;
  color: transparent;
  background: linear-gradient(
    90deg,
    var(--color-primary),
    var(--color-secondary) 50%,
    var(--color-primary) 100%
  );
  background-clip: text;
  display: block;
  margin-bottom: 0;
  letter-spacing: 0;
}
.semi-wrapper p {
  color: var(--color-font-pure-black);
  line-height: 1.6;
}
.semi-wrapper table.responsive {
  border-collapse: separate;
  border-spacing: 0 2px;
  border: none;
}

table,
.post table {
  width: 100%;
}
table,
table th,
table td,
.post table,
.post table th,
.post table td {
  border: none;
}
table,
.post table {
  margin: var(--px30w) auto;
  width: 100%;
}
table th,
table td,
.post table th,
.post table td {
  font-size: var(--rem16);
  padding: var(--px30) var(--px24);
  text-align: left;
  line-height: 2;
  border: solid 1px var(--color-table-border);
  font-family: var(--font-family02);
  color: var(--color-font-pure-black);
}
table th,
.post table th {
  width: 25%;
  color: var(--color-font-pure-black);
  font-weight: bold;
  background: var(--color-background-06);
  border-right: none;
}
table td,
.post table td {
  color: var(--color-font);
  background: var(--color-background);
  border-left: none;
}
table:first-child,
.post table:first-child {
  margin-top: 0;
}
table:last-child,
.post table:last-child {
  margin-bottom: 0;
}

/* box-recruit */
.box-recruit figure {
  overflow: hidden;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
.box-recruit figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-recruit .marker.yellow {
  background: none;
}
.box-recruit p.lead {
  font-family: var(--font-family02);
  font-size: var(--rem30);
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: var(--px50);
}

.box-recruit p.lead_en {
  font-size: var(--rem28);
  letter-spacing: 0.3em;
}
.box-recruit .message {
  font-size: var(--rem20);
  line-height: 2;
  letter-spacing: 0.05em;
}

@media (max-width: 430px){
	.box-recruit p.lead_en {
		font-size: 1.5rem;
	}
	.box-recruit .message {
		font-size: 1.2rem;
	}
}
/* box-faq */
.qa_list {
  cursor: pointer;
}
.qa_list .qa_list_inner dt {
  position: relative;
  font-weight: normal;
  margin: 2rem 0 0 0;
  display: flex;
  align-items: stretch;
  padding: 0rem 1rem 0rem 0rem;
  background: #ffffff;
  border: 1px solid var(--color-font-pure-black);
}
.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: var(--color-font-pure-black);
}
.qa_list .qa_list_inner .a_ico {
  color: var(--color-font-pure-black);
  background: var(--color-background);
  line-height: 1;
  padding: 1rem 1rem 1rem 1rem;
  font-size: var(--rem20);
  border-right: 1px solid var(--color-font-pure-black);
  width: 100%;
  text-align: center;
  max-width: 117px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
  background: var(--color-background-07);
  line-height: 1;
  padding: var(--px20);
  font-size: var(--rem20);
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
  border-right: 1px solid var(--color-font-pure-black);
  color: var(--color-background);
}
.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
  padding: var(--px20);
  line-height: 1.7;
  color: var(--color-font-pure-black);
  background: var(--color-background);
  font-weight: 400;
  font-family: var(--font-family01);
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: "";
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid var(--color-font-pure-black);
  border-bottom: 1px solid var(--color-font-pure-black);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
  display: none;
/*   display: block; */
  position: relative;
  padding: 0;
  margin: 0 0 1rem 0;
  border: 1px solid var(--color-font-pure-black);
  border-top: 0;
}
@media only screen and (max-width: 959px) {
  .qa_list .qa_list_inner {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .qa_list .qa_list_inner dt {
    padding: 0rem 1rem 0rem 0rem;
  }
  .qa_list .qa_list_inner .a_ico,
  .qa_list .qa_list_inner .q_ico {
    max-width: 50px;
    padding: 1.2rem 1rem;
  }
  .qa_list .qa_list_inner dt:after {
    right: 1.5rem;
    width: 6px;
    height: 6px;
  }
  .qa_list .qa_list_inner .active:after {
    right: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }
  .qa_list .qa_list_inner {
    margin-bottom: 6rem;
  }
  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}
/* code box-concept */
.box-concept .sec01 {
  background: transparent;
  padding: 0;
}

.box-concept .column06 {
  position: relative;
  margin: 0;
}
.box-concept .column06_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  z-index: 20;
}
.box-concept .column06 .imgarea {
  position: relative;

  overflow: hidden;
  width: 50%;
  z-index: 21;
}

.box-concept .column06 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.box-concept .column06 .txtarea {
  position: relative;
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-background-03);
  padding: var(--px100);
  margin: 0 auto 0 -5%;
  z-index: 10;
}
.box-concept .column06 .txtarea .txtinner {
  width: 100%;
}
.box-concept .column06_wrap + .box-concept .column06_wrap {
  margin-top: var(--px80);
}

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

.box-concept .txtstyle04,
.box-concept .txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem20);
  font-weight: bold;
  text-align: left;
  margin: var(--px30) auto;
  background: transparent;
  border: none;
  color: var(--color-primary);
  line-height: 1.6;
  padding: 0;
  letter-spacing: 0;
}
.box-concept .txtstyle04:before,
.box-concept .txtstyle04:before {
  content: none;
}
.box-concept .column06 .txtstyle04,
.box-concept .column06 .txtstyle04 {
  font-size: var(--rem20);
}
.box-concept .column06 .txtstyle04:after,
.box-concept .column06 .txtstyle04:after {
  display: none;
}
/* code box-staff */
.box-staff p.text-befor {
  font-weight: bold;
  position: relative;
  margin-left: var(--px50);
}
.box-staff p.text-befor::before {
  position: absolute;
  content: "";
  background: var(--color-font-pure-black);
  width: var(--px40);
  height: 1px;
  top: 50%;
  left: -8%;
  font-weight: bold;
}
.box-staff p.text-bold {
  text-align: center;
  font-weight: bold;
  margin-top: var(--px20);
  
}
.box-staff hr {
  background: var(--color-title-underline);
  margin-top: var(--px140);
}
.box-staff .sec01 {
  background: transparent;
  padding: 0;
}

.box-staff .column01 {
  position: relative;
  margin: 0;
}
.box-staff .column01_wrap {
  position: relative;

  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.box-staff .column01 .txtarea {
  background: var(--color-background);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px40) var(--px80);
  margin: 0;
  width: 72%;
}
.box-staff .column01 .txtarea .txtinner {
  width: 100%;
}
.box-staff .column01 .imgarea {
	display: flex;
	flex-direction: column;
	align-items: center;
  width: 28%;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.box-staff .column01 .imgarea01 {
  height: 100%;
}
.box-staff .column01 .imgarea img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (max-width: 768px) {
  .box-staff .column01 .txtarea {
    width: 100%;
  }
  .box-staff .column01 .imgarea {
    width: 50%;
    overflow: hidden;
    line-height: 0;
    margin: 0 auto var(--px60);
  }
/*   .box-staff p.text-bold {
    left: 44%;
  } */
  .box-staff p.text-befor::before {
    left: -6%;
  }
}
@media print, screen and (max-width: 430px) {
/*   .box-staff p.text-bold {
    left: 39%;
  } */
	.box-staff .column01 .imgarea{
		width: 70%;
	}
  .box-staff p.text-befor::before {
    left: -10%;
  }
}
/* code box-price */
.box-price .w50.text_box h2 {
  text-align: left;
  font-size: var(--rem24);
  font-family: var(--font-family02);
  font-weight: bold;

  letter-spacing: 0;
  padding: 0;
  margin: 0 auto var(--px30);
}

.box-price .w50.text_box h2::after {
  width: 100%;
  height: 1px;
  background: var(--color-title-underline);
}
.box-price table {
  width: 80%;
}
.box-price table th,
.box-price table td {
  width: 50%;
  background: var(--color-background);
  font-size: var(--rem20);
  padding: 10px;
  color: var(--color-font-pure-black);
  border-right: none;
  border-left: none;
  border-top: none;
}
.box-price h2 {
  width: 100%;
}
.box-price .w50.image_box {
  position: relative;
  overflow: hidden;
}
.box-price .w50.image_box::before {
  content: "";
  display: block;
}
.box-price .w50.image_box img {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box-price .w50.text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  padding: var(--px40);
}
.box-price .w50.image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .box-price .w50.image_box::before {
    padding-top: calc(500px + (1vw - 19.2px) * 17.3762);
  }
}
.flexinnerBtn {
  align-self: normal;
}
@media print, screen and (max-width: 768px) {
  .box-price .w50.image_box {
    margin-bottom: 0;
  }
  .box-price .w50.image_box::before {
    padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
  }
  .box-price .w50.text_box {
    padding: var(--px40);
    margin-bottom: 0;
  }
}
/* box-guide */

.box-guide .col5_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;
  margin-bottom: var(--px85);
}
.box-guide .col5_list > li {
  width: 19%;
  margin-bottom: 1.5%;
}
.box-guide .col5_list::before {
  content: "";
  display: block;
  width: 19%;
  height: 0;
  order: 1;
}
.box-guide .col5_list:after {
  content: "";
  display: block;
  width: 19%;
  height: 0;
}

@media print, screen and (max-width: 768px) {
  .box-guide .col5_list > li {
    width: 49%;
  }
  .box-guide .col5_list::before,
  .box-guide .col5_list:after {
    content: none;
  }
}
@media print, screen and (max-width: 414px) {
  .box-guide .col5_list > li {
    width: 100%;
  }
  .box-guide .col5_list > li:last-child {
    margin-bottom: 0;
  }
}

#thumbImg::before, header#h1Header::before {
	background: transparent;
}

/* 20241025 */

.price-brd {
  width: 100%;
  max-width: 940px;
  background: url(//cdn.xuansiwei.com/lscho10744/wp-content/uploads/zero-plus-frame.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--px70) var(--px100);
  margin: 0 auto;
}

.price-brd p {
  font-size: var(--rem20);
  margin-bottom: 20px;
}
.mbbr {
  display: none;
}

@media screen and (max-width: 430px) {
  .mbbr {
    display: block;
  }
}