@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=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

:root {
  --bg-logo: #fff;
  --bg-linear01: linear-gradient(270deg, #a4d7e5 0%, #d6f2ee 100%);
  --bg-linear02: linear-gradient(270deg, #d6f2ee 0%, #a4d7e5 100%);
  --bg-linear-prime: linear-gradient(88.56deg, #4f97f7 5.19%, #0366d2 90.33%);
  --bg-linear-2nd: linear-gradient(88.56deg, #23cf81 5.19%, #0da867 90.33%);
  /*------â–¼åŸºæœ¬è¨¬å®šâ–¼------*/
  --color-background: #fff;
  --color-background01: #F5F5F5;
  --color-background02: #F0FCFF;

  --clr-000: #000;
  --color-font: #111111;
  --color-font-white: #fff;
  --color-font01: #000;
  --color-primary: #0FA8EF;
  --color-primary-shade: #CFEEFC;
  --color-primary-tint: #000;
  --color-secondary: #ff0000;
  --color-secondary-tint: #000;
  --color-table-border: #D1D1D1;
  --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;
  /*------â–¼ãƒ˜ãƒƒãƒ€ãƒ¼è¨¬å®šâ–¼------*/
  --header-background: #ffffff;
  --header-color-font: #444444;
  --header-color-font-white: #F4F4F4;
  --header-color-primary: #0FA8EF;
  --header-color-primary-shade: #fff;
  --header-color-primary-tint: #fff;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
  --footer-background: #F5F5F5;
  --footer-color-font: #111111;
  --footer-color-primary: #111111;

  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Noto Sans JP", sans-serif;
  
  --font-family-eng: "Cormorant Garamond", serif;
	--font-family-jp: "Noto Serif JP", serif;

  /*------â–¼pxãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
  --px300: min(calc(300px + (1vw - 19.2px) * 10.356), 300px);
  /*300px-80px (1920-375)*/
  --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) */
  --px170: min(calc(170px + (1vw - 19.2px) * 6.4725), 170px);
  /*160px-60px (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)*/
  --px130: min(calc(130px + (1vw - 19.2px) * 2.589), 130px);
  /*130px-90px (1920-375)*/
  --px120: min(calc(120px + (1vw - 19.2px) * 2.589), 120px);
  /*120px-80px (1920-375)*/
  --px120s: clamp(50px, calc(50px + ((1vw - 3.75px) * 4.5307)), 120px);
  /*120px-50px (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)*/
  --px100s: clamp(20px, calc(100px + ((1vw - 19.2px) * 5.178)), 100px);
  --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)*/
  --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*/
  --px70: min(calc(70px + (1vw - 19.2px) * 1.9417), 70px);
  /*60px-30px (1920-375)*/
  --px80s: min(calc(80px + (1vw - 19.2px) * 3.8835), 80px);
  /*80px-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-15px (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)*/
  --rem100: clamp(40px, calc(10rem + ((1vw - 19.2px) * 3.8835)), 100px);
  /* 100 - 40 */
  --rem90: clamp(40px, calc(9rem + ((1vw - 19.2px) * 3.2362)), 90px);
  /*9rem-4rem (1920-375)x*/
  --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)*/
  --rem70: min(calc(7rem + (1vw - 1.92rem) * 1.9417), 7rem);
  /*7rem-4.2rem (1920-375)*/
  --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem);
  /*6rem-3.6rem (1920-375)*/
  --rem60s: clamp(30px, calc(6rem + ((1vw - 19.2px) * 1.9417)), 60px);
  --rem56: min(calc(5.6rem + (1vw - 1.92rem) * 1.5534), 5.6rem);
  /*5.6rem-3.2rem (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)*/
  --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)*/
  --rem26w: min(calc(2.6rem + (1vw - 1.92rem) * 0.3883), 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)*/
  --rem24s: clamp(14px, calc(2.4rem + ((1vw - 19.2px) * 0.7813)), 24px);
  --rem22w: min(calc(2.2rem + (1vw - 1.92rem) * 0.2589), 2.2rem);
  /*2.2rem-1.6rem (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)*/

  /* add */
  --px30-15: clamp(15px, calc(3rem + ((1vw - 19.2px) * 1.6741)), 30px);
  --px40-10: clamp(10px, calc(40px + ((1vw - 19.2px) * 3.3482)), 40px);
  --rem20-12: clamp(13px, calc(2rem + ((1vw - 19.2px) * 0.8929)), 20px);
}

html {
  scroll-behavior: smooth;
}

.spmenu #menu p {
  width: max-content;
}

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

.cta01 .cta01_wrap h2 {
  text-align: center;
}

.cta02 .cta02_wrap h2 {
  text-align: center;
}

.anchor_link::before {
  content: "";
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}

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

.widecolor {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: min(calc(120px + (1vw - 19.2px) * 2.589), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
  margin-top: min(calc(120px + (1vw - 19.2px) * 2.589), 120px);
  /* 120-80px (1920-375) */
  background: var(--color-background01);
}

.padding-120 {
  padding: var(--px120) 0;
}

.content-inner {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

.text-16 {
  font-size: var(--rem16);
  letter-spacing: 0.05em;
  line-height: 2.2;
}

.text-16-sb {
  font-size: var(--rem16);
  letter-spacing: 0.02em;
  line-height: 2;
}

.font-w500 {
  font-weight: 500;
}

.font-wbold {
  font-weight: bold;
}

.font-f-02 {
  font-family: var(--font-family02);
}

/* header navbar */
@media print,
screen and (min-width: 1024px) {
  .sticky-header #header>.inner {
    box-shadow: none;
  }

  nav#mainNav ul li.pc_none {
    display: none;
  }

  #header {
    height: 100px;
  }

  .sticky-header #header-layout {
    height: 80px;
  }

  #header ul.header__contact {
    margin-left: var(--px30);
  }

  nav#mainNav ul li a {
    padding: var(--px20) var(--px30);
  }

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

  nav#mainNav ul li a b {
    font-family: var(--font-family01);
    font-size: var(--rem16);
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0;
  }

  #header ul.header__contact .header__inner {
    position: relative;
  }

  #header ul.header__contact .header__inner::before {
    content: "";
    background: #aeaeae;
    height: 65px;
    width: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
  }

  #header a.head_btn::before {
    margin-bottom: 0;
  }

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

  #header a.head_btn {
    font-weight: bold;
  }

  #header a.head_btn.tel_btn {
    color: var(--header-color-font);
    background: var(--header-background);
    padding-left: var(--px30);
    padding-right: var(--px30);
  }

  .note,
  .note b {
    font-weight: 500;
  }

  #header .tel_icon {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--rem28);
    font-family: var(--font-family-eng);
    color: var(--header-color-primary);
  }

  #header .tel_icon::before {
    content: "\f095";
    display: block;
    font-family: "FontAwesome";
    font-size: 0.72em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 3px;
  }

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

  #header a.head_btn.tel_btn:hover .tel_icon {
    color: var(--header-color-font-white);
  }

  #header a.head_btn.mail_btn {
    flex-direction: row;
    gap: 8px;
    padding-left: calc(var(--px30) - 1px);
    padding-right: calc(var(--px30) - 1px);
    letter-spacing: 0.05em;
    font-family: var(--font-family01);
    font-size: var(--rem16);
    font-weight: bold;
    color: var(--header-color-font-white);
  }

  #header a.head_btn.mail_btn::before {
    font-size: var(--rem20);
  }

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

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

  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,
  nav#mainNav ul li ul.sub-menu li a:active,
  nav#mainNav ul li ul.sub-menu li a:hover {
    background: var(--header-color-primary) !important;
    color: #fff;
  }
}

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

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

#header .logo-txt {
  font-family: var(--font-family01);
  font-size: var(--rem20);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: var(--header-color-font);
  margin-left: var(--px20);
}

/* code bonus start */

/*---------txtstyle03-----------*/

.post .txtstyle03,
.txtstyle03 {
  font-family: var(--font-family01);
  font-size: var(--rem20w);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: var(--color-font);
  overflow-wrap: break-word;
  padding: 0;
  margin: 0 auto var(--px50);
  border: none;
  background: transparent;
}

.post .txtstyle03 .main_ttl,
.txtstyle03 .main_ttl {
  font-family: var(--font-family01);
  font-size: var(--rem20w);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: var(--color-font);
}

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

.post .txtstyle03 .sub_ttl,
.txtstyle03 .sub_ttl {
  display: block;
  font-size: var(--rem70);
  color: var(--color-primary);
  font-weight: 600;
  font-family: var(--font-family-jp);
  line-height: 1.8;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  margin-bottom: -0.15em;
}


/*-----------------------------
column_06
------------------------------*/
.sec01 {
  background: var(--color-background);
}

.column06 {
  position: relative;
  margin: 0;
}

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

.column06 .imgarea {
  position: relative;
  aspect-ratio: 11.52 / 7.49;
  overflow: hidden;
  width: 60%;
  margin-bottom: 50px;
}

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

.column06 .txtarea {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: var(--px150) var(--px40) calc(var(--px180) + 8px);
  margin: 50px auto 0 -10%;
  z-index: 10;
  box-shadow: 0px 0px 24px rgba(0, 75, 121, 0.2);
}


.column06 .txtarea .txtinner {
  max-width: 723px;
  width: 100%;
}

.column06_wrap+.column06_wrap {
  margin-top: var(--px80);
}

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

  /*左右反転*/
  .column06_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column06_wrap.rev .txtarea {
    margin: 50px -10% 0 auto;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column06_wrap.rev {
    flex-direction: row;
  }

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

  .column06 .imgarea {
    margin-bottom: 0;
  }

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

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

body.home p {
  font-family: var(--font-family01);
  font-size: var(--rem16);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  color: var(--color-font);
}

.linkBtn,
.post .linkBtn {
  font-family: var(--font-family01);
  font-size: var(--rem16);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-font-white);
  max-width: 350px;
  border-radius: 5px;
  padding: 26px 30px 26px 10px;
  z-index: 10;
}


.linkBtn::after,
.post .linkBtn::after {
  border-width: 3px;
  right: 15px;
}


.linkBtn:hover,
.post .linkBtn:hover {
  background: var(--color-primary);
  opacity: .6;
}

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

  .txt_l:has(.linkBtn),
  .txt_r:has(.linkBtn) {
    text-align: center;
  }

}

#content01 .linkBtn {
  border-radius: 10px;
  max-width: 300px;
}

#content01 .linkBtn::after {
  right: 30px;
}


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

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

#content02 .col3_list>li {
  width: 32.3%;
  margin-bottom: 2%;
}

#content02 .col3_list>li .imgarea {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: var(--px20);
}

#content02 .col3_list>li .imgarea .imginner {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

#content02 .col3_list::before {
  content: "";
  display: block;
  width: 32.3%;
  height: 0;
  order: 1;
}

#content02 .col3_list:after {
  content: "";
  display: block;
  width: 32.3%;
  height: 0;
}

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

  #content02 .col3_list::before,
  #content02 .col3_list:after {
    content: none;
  }
}

@media print,
screen and (max-width: 500px) {
  #content02 .col3_list>li {
    width: 100%;
    margin-bottom: 5%;
  }

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

.sec02 {
 background: rgb(245 245 245);
  padding: var(--px80) 0 var(--px100);
}

#content02 .txtstyle08 {
  font-family: var(--font-family01);
  font-size: var(--rem22w);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--color-font-white);
  background-color: var(--color-primary);
  padding: 11px 10px;
  text-align: center;
  margin-bottom: var(--px20);
}

#content02 p {
  font-size: var(--rem18);
  padding: 0 10px;
}

#content03 .column06 .imgarea {
  aspect-ratio: 11.52 / 6.37;
}

#content03 .column06 .txtarea {
  padding: var(--px100) var(--px40) var(--px140);
}

#content03 .column06 .txtarea .txtinner {
  max-width: 686px;
}

.sec04 {
  padding-top: var(--px80);
  background-color: var(--color-background01);
  position: relative;
}


.sec05 {
  position: relative;
  background-color: var(--color-background);
}

.sec05::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  opacity: 0.2;
}

#content05 .content-inner {
  position: relative;
}
#content05 .imgarea{
  height: 100%;
}

#content05 .txtarea {
  padding: var(--px60) var(--px40) var(--px100);
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-background);
}

#content05 .txtarea .txtinner {
  width: 100%;
  max-width: 500px;
}

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

  #content05 .txtarea .txtinner {
    max-width: 100%;
  }

  #content05 .w50 {
    margin-bottom: 0;
  }
	
	.sec05::before {
    height: 35%;
  }

  #content05 .txtarea {
    padding: var(--px60) 0 var(--px100);
  }
}

.cta01 {
  background-image: url("/wp-content/uploads/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}

.cta01::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: var(--color-primary);
  opacity: .7;
}

.cta01 .cta01_wrap {
  position: relative;
  max-width: 760px;
  width: 90%;
  margin: 0 auto;
  background: transparent;
  padding: var(--px80) var(--px35) var(--px120);
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 400px;
  margin: var(--px50) auto 0 auto;
}

.cta01 .ctabtnlist li {
  width: 100%;
  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: calc(var(--px60) + 1px) 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 10px;
  transition: all ease .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: 0;
}

.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
}

/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
}

.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}

.cta01 a.telbtn {
  background: #111;
  color: #fff;
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem20w);
  font-family: var(--font-family01);
  font-weight: bold;
  letter-spacing: 0.05em;
}

.cta01 a.mailbtn {
  background: var(--color-background);
  color: var(--color-primary);

}

/*ボタンアイコン*/

.cta01 .mailbtn .btnttl::before,
.cta01 .telnum::before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 1rem;
  font-size: var(--rem20w);
}

.cta01 .mailbtn .btnttl::before {
  content: '\f0e0';
}

.cta01 .telnum::before {
  content: '\f3cd';
}

.cta01 h2 span {
  color: var(--color-font-white) !important;
}

body .cta01 p {
  font-family: var(--font-family01);
  font-size: var(--rem20);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--color-font-white);
}

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

#footer .logo-txt {
  font-family: var(--font-family01);
  font-size: var(--rem20);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: var(--header-color-font);
}

#footer .footnav {
  margin-top: var(--px30);
}

#footer ul li a {
  font-family: var(--font-family01);
  font-size: var(--rem14);
  font-weight: 500;
  letter-spacing: 0;
}

#footer ul li:first-child::before,
#footer ul li:last-child::after {
  content: none;
}

#copyright {
  font-family: var(--font-family01);
  font-size: var(--rem12);
  font-weight: 300;
  letter-spacing: 0;
  margin-top: var(--px20);
}

#footer .footer__logo img {
  max-height: var(--px60);
}

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

@media print,
screen and (max-width: 768px) {
  #footer .footer__logo img {
    max-height: 50px;
  }
}

header#h1Header::before {
  background: var(--color-background);
  opacity: .4;
}

header#h1Header h1.title {
font-family: var(--font-family-jp);
  font-size: var(--rem40w);
  font-weight: bold;
  color: var(--color-font);
  letter-spacing: 0;
}

body:not(.home) h2 {
  font-family: var(--font-family01);
  font-size: var(--rem36);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: var(--color-font);
  overflow-wrap: break-word;
  padding: 0;
  margin: 0 auto var(--px50);
  border: none;
  background: transparent;
}

body:not(.home) h2>span~span {
  font-family: var(--font-family01);
  font-size: var(--rem36);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: var(--color-font);
}

body:not(.home) h2::before,
body:not(.home) h2:has(>span)::after {
  content: none;
}

body:not(.home) h2>span {
  display: block;
  font-size: var(--rem56);
  color: var(--color-primary);
  font-weight: 600;
  font-family: var(--font-family-eng);
  line-height: 1.4;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  margin-bottom: -0.15em;
}

body:not(.home) h3 {
  font-family: var(--font-family01);
  font-size: var(--rem28);
  font-weight: bold;
  color: var(--color-font);
  letter-spacing: 0;
  padding: 0;
  padding-bottom: var(--px16);
}

#company-content p {
  font-family: var(--font-family01);
  font-size: var(--rem16);
  font-weight: 400;
  letter-spacing: 0;
  color: var(--color-font);
  line-height: 1.8;
}

#company-content .content-wrap {
  margin-bottom: var(--px120);
}

#company01 .txtarea {
  padding: var(--px40) 0;
}

.post table th,
.post table td {
  font-family: var(--font-family01);
  font-size: var(--rem16);
  font-weight: 400;
  letter-spacing: 0;
  color: var(--color-font);
  line-height: 1.8;
  padding: var(--px30) var(--px24);
}

.post table th {
  font-weight: bold;
}

#company02 table th {
  background-color: var(--color-primary-shade);
  width: 30%;
}

.sec06 {
  padding: var(--px80) var(--px40);
  background-color: var(--color-background02);
}

#service-content .content-wrap {
  margin-bottom: var(--px120);
}

#service-content p {
  font-family: var(--font-family01);
  font-size: var(--rem16);
  font-weight: 400;
  letter-spacing: 0;
  color: var(--color-font);
	line-height: 1.8;
}

#service02 .txtarea {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
}

#service02 h3 {
  font-size: calc(var(--rem30) + 2px);
	font-weight: 400;
}

#service02 .imgarea {
  position: relative;
}

#service02 .imgarea p {
  position: absolute;
  display: block;
  left: 0;
  top: 25%;
}

#service03 .text_box {
  padding: var(--px40) var(--px20);
}

#service03 .teleco_v1:not(:last-child) {
  margin-bottom: var(--px120);
}

#service03 ul{
  margin: 1rem 1.6em 1rem;
  margin-right: 0;
}

#service03 ul li{
  font-family: var(--font-family01);
  font-size: var(--rem16);
  color: var(--color-font);
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 400;
}

#service03 .w50 {
  margin-bottom: 0;
}

@media print,
screen and (max-width: 768px) {
  #service03 .text_box {
    padding: var(--px40) 0;
  }
}

.contact_area {
  padding: var(--px90) var(--px40) var(--px100);
  text-align: center;
  background: var(--color-primary-shade);
  margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}

.post .contact_ttl {
  font-size: calc(var(--rem24w) + 1px);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0 auto var(--px40);
  color: var(--color-font);
}

.post .contact_ttl::before {
  content: none;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}

.post .contact_ttl::after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: 3.2em;
  height: 3px;
  background: var(--color-primary);
  margin: 0.6em auto 0;
}

.contact_read {
  margin: 0 0 var(--px40);
  text-align: center;
}

.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.button_wrap>*,
.post .button_wrap>* {
  margin: 0;
}

.contact_area .linkBtn,
.contact_area .post .linkBtn {
  padding: 0;
  border-radius: 0;
  max-width: 289px;
  background: var(--color-primary);
}

.contact_area .linkBtn::after {
  content: none;
}

.contact_area .linkBtn a {
  padding: 1.22em 1.2em;
  display: block;
  font-family: var(--font-family01);
  font-size: var(--rem16);
  letter-spacing: 0.1em;
  font-weight: bold;
  color: var(--color-font-white);
}

#recruit-content .content-wrap {
  margin-bottom: var(--px120);
}

#recruit-content .lead {
  font-family: fantasy;
  vertical-align: var(--font-family01);
  font-size: var(--rem20w);
  font-weight: bold;
  letter-spacing: 0;
  color: var(--color-font);
}

#recruit-content .lead_en {
  font-family: var(--font-family01);
  font-size: var(--rem20w);
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.3em;
  color: var(--color-font);
}

#recruit-content .marker {
  padding: 0 7px 0.6em;
  background: linear-gradient(transparent 60%, rgba(15, 168, 239, 0.25) 60%);
}

#recruit-content .message p {
  font-family: var(--font-family01);
  font-size: var(--rem16);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--color-font);
  line-height: 3;
}

#recruit-content table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 2px;
}

#recruit-content table th,
#recruit-content table td {
  border-color: #EBEBEB;
}

#recruit-content table th {
  width: 30%;
}

#recruit-content table tr:nth-child(odd) th {
  background-color: var(--color-primary-shade);
}

#recruit-content table tr:nth-child(even) th {
  background-color: var(--color-primary-shade);
}

#recruit03 p {
  font-family: var(--font-family01);
  font-size: var(--rem16);
  letter-spacing: 0.1em;
  color: var(--color-font);
  line-height: 1.8;
}
.wpcf7-form table th{
  width: calc(var(--px24) * 2 + 16em);
  background-color: var(--color-primary-shade);
}
.wpcf7-form .must{
  font-family: var(--font-family01);
  font-size: var(--rem16);
}

.post .subimitarea .linkBtn{
  padding: 0;
  max-width: 300px;
}

.post .subimitarea .linkBtn input[type="submit"]{
  font-family: var(--font-family01);
  font-size: var(--rem16);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-font-white);
}

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

#content06 .col3_list>li {
  width: 32%;
  margin-bottom: 1%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

#content06 .col3_list>li .txtarea {
  padding: var(--px30) var(--px20);
	text-align:center;
}

#content06 .col3_list>li .txtarea p,
#content06 .col3_list>li .txtarea a{
  font-family: var(--font-family01);
  font-size: var(--rem24);
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-font);
  line-height: 1.2;
  text-align: center;
}

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

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

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

  #content06 .col3_list::before,
  #content06 .col3_list:after {
    content: none;
  }
}

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

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

#content06 p {
  font-family: var(--font-family01);
  font-size: var(--rem20);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--color-font);
}

.page-service h1.title.first {
  display: none;
}
.page-company h1.title.first {
display:none;
}
.page-recruit h1.title.first {
display:none;
}

.logo-box a{
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-box a img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}