@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=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..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=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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: #f0f0f0;
  --color-background-white: #fff;
  --color-background01: #4D4D4D;
  --color-background02: #D3D5D8;
  --color-background03: #F1F2F8;

  --color-background-op80: #ffffffcc;

  --clr-000: #000;
  --color-font: #111111;
  --color-font-white: #fff;
  --color-font01: #4D4D4D;
  --color-font02: #8E8E8E;
  --color-primary: #182A5C;
  --color-primary-shade: #000;
  --color-primary-tint: #000;
  --color-secondary: #ff0000;
  --color-secondary-tint: #000;
  --color-table-border: #929292;
  --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: #F5F5F5;
  --header-color-font: #111111;
  --header-color-font-white: #fff;
  --header-color-primary: #182A5C;
  --header-color-primary-shade: #fff;
  --header-color-primary-tint: #fff;
  --header-color-logo: #161616;

  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
  --footer-background: #111111;
  --footer-color-font: #fff;
  --footer-color-primary: #fff;

  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Noto Serif JP", serif;
  --font-family03: "Inter", "Noto Sans JP", sans-serif;
  --font-family-eng: "Roboto", "Noto Sans JP", sans-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)*/
  --rem65: clamp(40px, calc(65px + ((1vw - 19.2px) * 1.6181)), 65px);
  /*6.5rem-4rem (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)*/
  --rem34: clamp(24px, calc(34px + ((1vw - 19.2px) * 0.6472)), 34px);
  /*3.4rem-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);
  --rem46-25: clamp(25px, calc(46px + ((1vw - 7.68px) * 5.3435)), 46px);
  --rem15-10: clamp(10px, calc(15px + ((1vw - 7.68px) * 1.2723)), 15px);

}

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

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

  #header .logo img {
    max-width: none;
    width: 100%;
    max-height: 74px;
    min-width: 70px;
    margin-right: calc(var(--px12) + 1px);
    height: auto;
  }



  nav#mainNav ul li a b {
    font-size: var(--rem20);
    font-weight: 500;
    font-family: var(--font-family01);
    letter-spacing: 0;
    color: var(--header-color-font);
    background: var(--header-background);
  }

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

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

  #header ul.header__contact .header__inner::before {
    content: none;
    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(--px20);
    padding-right: var(--px20);
  }

  .note,
  .note b {
    font-weight: 500;
    font-size: calc(var(--rem12) + 1px);
    font-weight: 500;
    font-family: var(--font-family01);
    color: var(--header-color-font);
    letter-spacing: 0;
  }

  #header .tel_icon {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: calc(var(--rem24) + 1px);
    font-weight: bold;
    font-family: var(--font-family-eng);
    color: var(--header-color-font);
  }

  #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: 0px;
    color: var(--color-primary);
  }

  #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,
  #header a.head_btn.tel_btn:hover .tel_icon::before,
  #header a.head_btn.tel_btn:hover .note,
  #header a.head_btn.tel_btn:hover .note b {
    color: var(--header-color-font-white);
  }

  #header a.head_btn.mail_btn {
    flex-direction: column;
    gap: 3px;
    padding-left: var(--px50);
    padding-right: var(--px50);
    letter-spacing: 0.05em;
    font-size: var(--rem20);
    font-weight: bold;
    font-family: var(--font-family-eng);
    letter-spacing: 0;
    color: var(--header-color-font-white);
    background: var(--color-primary);
  }

  #header a.head_btn.mail_btn:hover {
    background: var(--header-background);
    color: var(--header-color-primary);
  }
	nav#mainNav ul li ul.sub-menu li a{
    background-color: var(--header-background) !important;
    font-weight: 500;
    font-family:  var(--font-family01);
    color: var(--header-color-font);
  }
  nav#mainNav ul li ul.sub-menu li a:hover{
    background-color: var(--color-primary) !important;
    color: var(--color-font-white);
  }
}

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

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

#header .logo img {
  min-width: 70px;
  margin-right: calc(var(--px12) + 1px);
  height: auto;
  /* width: 100%; */

}

#header .logo .logo-txt {
  font-size: var(--rem34);
  color: var(--header-color-logo);
  font-family: var(--font-family-eng);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: -0.4em;
  white-space: nowrap;
}

@media only screen and (max-width: 640px) {
  body #header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.linkBtn,
.post .linkBtn {
  max-width: 300px;
  z-index: 10;
  width: fit-content;
  font-size: var(--rem16);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: var(--font-family01);
  color: var(--color-font);
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-primary);
  padding: 0;
  padding-bottom: 3px;
  border-radius: 0;
}

.linkBtn::after,
input.linkBtn::after,
.post .linkBtn::after {
  content: "→";
  position: static;
  width: calc(var(--px35) + 3px);
  height: calc(var(--px35) + 3px);
  background: var(--color-primary);
  color: var(--color-font-white);
  border: none;
  margin: 0;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: var(--px30);
}


/*-----------------------------
column_05
------------------------------*/
.sec01 {
  background: var(--color-background);
  padding: var(--px170) 0 var(--px140);
}

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

.column05 {
  position: relative;
  margin: 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;
  margin-bottom: var(--px130);
}

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

.column05 .imgarea {
  position: relative;
  aspect-ratio: 9.48 / 6.49;
  overflow: hidden;
  width: 49.4%;
  z-index: 4;
}

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

.column05 .txtarea {
  position: relative;
  width: 62.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-background01);
  padding: calc(var(--px40) + 5px) var(--px40);
  margin: 0 auto calc(-1 * var(--px130)) 0;
  z-index: 3;
}

.column05 .txtarea .txtinner {
  max-width: calc((var(--px200) * 2) + var(--px160));
}

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

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

  .column05 .imgarea {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }

  .column05_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: var(--px130);
  }

  .column05_wrap.rev .txtarea {
    margin: 0 0 calc(-1 * var(--px130)) auto;
  }
}

@media print,
screen and (min-width: 1024px) and (max-width: 1439px) {
  .column05 .imgarea {
    width: 47.4%;
  }
}

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

  .column05_wrap.rev {
    flex-direction: row;
  }

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

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

  .column05 .txtarea .txtinner {
    min-width: 100%;
  }
}

@media print,
screen and (max-width: 768px) {
  .column05 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
    padding: var(--px80) 5%;
  }
}


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

.post .txtstyle02,
.txtstyle02 {
  font-family: var(--font-family01);
  font-size: calc(var(--rem30) + 2px);
  font-weight: 500;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  color: #111;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 0;
  color: var(--color-font-white);
}

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

.post .column05 .txtstyle02,
.column05 .txtstyle02 {
  font-size: calc(var(--rem30) + 2px);
  margin: var(--rem20) 0;
}

.post .txtstyle04,
.txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem65);
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  border: none;
  color: var(--color-font-white);
  line-height: 1.4;
  padding: 0;
}

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

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

.post .txtstyle04,
.txtstyle04 {
  font-size: var(--rem65);
}

.post .txtstyle04 .main-ttl-eng:after,
.txtstyle04 .main-ttl-eng:after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: 2.25em;
  height: 3px;
  background: var(--color-primary);
  margin: calc(var(--rem12) - 2px) 0 0 0;
}

#content01 .linkBtn {
  color: var(--color-font-white);
  border-color: var(--color-font-white);
  margin: 0 0 0 auto;
  border-radius: 0;
}

#content01 .linkBtn:hover {
  color: var(--color-font-white);
}

.column05 p {
  font-family: var(--font-family01);
  font-weight: 500;
  font-size: var(--rem18);
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--color-font-white);
}

/*-----------------------------
card
------------------------------*/
.sec02 {
  padding: var(--px40) 0 var(--px60);
  position: relative;
  background-color: var(--color-background);
}

.sec02::before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 76.6%;
  background: linear-gradient(270deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}

.sec02::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 60.6%;
  background-image: url(/wp-content/uploads/TOP-11.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  top: 0;
  left: 0;
}

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

.card01_wrap {
  position: relative;
  margin: 0;
  z-index: 5;
}

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

.card01_list>li {
  position: relative;
  background: transparent;
}

.card01_list .imgarea {
  width: 100%;
  position: relative;
  aspect-ratio: 2.92 / 2.27;
  overflow: hidden;
  line-height: 0;
}

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

.card01_list .txtarea {
  padding: 0;
  line-height: 1.6;
  text-align: left;
  background: transparent;
}

/*---------column04-----------*/

.col4_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--px24);
}

.col4_list {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col4_list::before {
  content: "";
  display: block;
  width: calc(100% / 4 - var(--px24));
  order: 1;
}

.col4_list:after {
  content: "";
  display: block;
  width: calc((100% - (var(--px24) * 3)) / 4);
  order: 2;
}

.col4_list>li {
  width: calc((100% - (var(--px24) * 3)) / 4);
  margin-bottom: var(--px16);
}

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

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

#content02 .image-item {
  display: block;
}

.card01_list .image-item .txtstyle03 {
  font-family: var(--font-family01);
  font-weight: 500;
  font-size: var(--rem24);
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-font-white);
  background: var(--color-font);
  padding: 8px 0;
  transition: opacity .3s;
  margin: 0;
}

.card01_list .image-item:hover .txtstyle03 {
  opacity: .5;
}

.card01_wrap p {
  font-family: var(--font-family01);
  font-weight: 500;
  font-size: var(--rem18);
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--color-font);
  margin-bottom: var(--px50);
}

#content02 .txtstyle04 {
  color: var(--color-font01);
  margin-bottom: var(--px24);
  display: flex;
  align-items: flex-end;
}

#content02 .txtstyle04 .sub-ttl-jp {
  font-family: var(--font-family01);
  font-weight: 500;
  font-size: var(--rem20);
  letter-spacing: 0.05em;
  color: var(--color-font);
  line-height: 1;
  margin-left: var(--px18);
  margin-bottom: calc(((var(--rem65) * 1.4) - var(--rem65))/2 + (var(--rem12) + 1px));
}

.sec03 {
  background: var(--color-background);
  padding: var(--px200) 0;
}

.flow-wrap {
  display: block;
}

.flow-wrap:hover {
  opacity: .5;
}

.flow-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.flow-inner .flow-ttl {
  position: absolute;
  left: 0;
  top: 0;
  width: 35.7%;
  background: var(--color-background01);
  height: 100%;
  padding: var(--px24) var(--px40) var(--px50);
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
  min-width: 35.7%;
}

.flow-inner .flow-ttl .txtstyle04 {
  line-height: 1.2;
  color: var(--color-font-white);
  display: block;
}

.flow-inner .imgarea {
  position: static;
  width: 72%;
  height: 100%;
  z-index: 0;
}

.flow-inner .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#content03 .txtstyle04 .sub-ttl-jp {
  font-family: var(--font-family01);
  font-weight: 500;
  font-size: var(--rem20);
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--color-font-white);
  display: block;
  margin-top: var(--px12);
}

@media print,
screen and (max-width: 768px) {
  .flow-inner .flow-ttl .txtstyle04{
    font-size: var(--rem46-25);
    margin: 0;
  }
  #content03 .txtstyle04 .sub-ttl-jp{
    font-size: var(--rem15-10);
  }
  .flow-inner .flow-ttl{
    padding: var(--px12) var(--px24);
  }
}

@media print,
screen and (max-width: 620px) {
  .flow-inner .flow-ttl .txtstyle04 .main-ttl-eng:after{
    margin-top: 3px;
  }
  #content03 .txtstyle04 .sub-ttl-jp{
    margin-top: 3px;
  }
}


/*-----------------------------
cta01_col2
------------------------------*/
.cta01 {
  background: var(--color-background);
  position: relative;
  z-index: 0;
}

.cta01:before {
  content: "";
  background-image: url(/wp-content/uploads/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 72%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.cta01::after {
  content: "";
  width: 100%;
  height: 72%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(82, 86, 92, 0.65);
}

.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  background: transparent;
  padding: var(--px60);
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 920px;
  margin: var(--px40) 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: calc(var(--px30) + var(--px18)) 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  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:before,
  .cta01::after {
    height: 80%;
  }
}

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

.cta01 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 500;
  font-family: var(--font-family01);
  letter-spacing: 0;
  color: var(--clr-000);
}

/*電話ボタン*/

.cta01 .telnum {
  font-size: calc(var(--rem30) + 2px);
  font-family: var(--font-family-eng);
  font-weight: bold;
  letter-spacing: 0;
  color: var(--clr-000);
  margin-bottom: 1.2rem;
}

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

.cta01 a.telbtn {
  background: var(--color-background-white);
  color: var(--clr-000);
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem22w);
  font-family: var(--font-family01);
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-font-white);

}

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

/*ボタンアイコン*/

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

.cta01 .mailbtn .btnttl::before {
  content: '\f0e0';
  font-size: calc(var(--rem28) + 1px);
}

.cta01 .telnum::before {
  content: '\f095';
  font-size: calc(var(--rem24) + 1px);
}

.cta01 .txtstyle04 {
  margin-bottom: var(--px24);
}

.cta01 .txtstyle04 .main-ttl-eng:after {
  margin: calc(var(--rem12) - 2px) auto 0;
}

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

#front_top_content,
#front_bottom_content {
  background: var(--color-background);
}

.listTitle .txtstyle04 {
  color: var(--color-font);
  text-align: center;
  margin-top: 0;
  margin-bottom: var(--px60);
}

.listTitle .txtstyle04 .main-ttl-eng:after {
  margin: calc(var(--rem12) - 2px) auto 0;
}

.listTitle .txtstyle04 .sub-ttl-jp {
  font-family: var(--font-family01);
  font-weight: 500;
  font-size: var(--rem20);
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--color-font);
  display: block;
  margin-top: var(--px12);
}

.postlist .post_text {
  padding: var(--px30) 0;
  width: 96%;
}

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

.postlist li {
  border-bottom: 1px solid var(--color-background01);
  margin: 0 auto;
}

.postlist .time a {
  font-size: var(--rem16);
  font-weight: bold;
  font-family: var(--font-family03);
  color: var(--color-font-white);
}

.postlist .time {
  background: var(--color-background01);
  padding: 8px calc(var(--px30) + 2px);
  margin-right: var(--px30);
}

.postlist .ttls,
.postlist .date {
  font-family: var(--font-family03);
  font-size: var(--rem16);
  font-weight: bold;
  letter-spacing: 0;
  color: var(--color-font);
  padding: 0 var(--px30);
}

#footer .footer__logo img {
  max-width: 320px;
  max-height: calc(var(--px120) - 2px);
  -o-object-fit: contain;
  object-fit: contain;
}

#footer ul li a {
  font-family: var(--font-family03);
  font-size: var(--rem16);
  letter-spacing: 0;
  font-weight: bold;
  color: var(--color-font-white);
}

#footer .footnav ul>li:first-child::before {
  content: none;
}

#footer .footnav ul>li:last-child::after {
  content: none;
}

#copyright {
  font-family: var(--font-family03);
  font-size: var(--rem16);
  font-weight: 400;
  letter-spacing: 0;
  color: var(--color-font-white);
  margin-top: var(--px60);
}

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

.linkBtn:hover,
.post .linkBtn:hover {
  background: transparent;
  opacity: .5;
  color: var(--color-font);
}


.num_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
}

.num_list02>li {
  position: relative;
  width: 100%;
  margin-top: var(--px40w);
  padding: var(--px30) var(--px24) var(--px40);
  border: 2px solid var(--color-background02);
  border-radius: 15px;
}

.num_list02>li::before {
  content: none;
}

.num_list02 p:not(p.num_listttl) {
  font-family: var(--font-family01);
  font-size: var(--rem16);
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--color-font);
}

.num_list02 .num_listttl {
  background: none;
  text-align: center;
  padding: 0;
  margin: 0 auto var(--px20);
  border: none;
  font-size: var(--rem20w);
  font-family: var(--font-family03);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--color-font);
}

.num_list02 .num_listttl::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  color: var(--color-font);
  font-size: 80px;
  font-weight: normal;
  font-family: 'FontAwesome';
  line-height: 1;
  margin: 0 auto var(--px35);
  width: 206px;
  height: 206px;
  border-radius: 50%;
  overflow: hidden;
 /*  background-color: var(--color-background02); */
}

.num_list02 .num01::before {
  /* content: '\f0e6'; */
  content: url(/wp-content/uploads/service-01.png);
}

.num_list02 .num02::before {
  /* content: '\f1ec'; */
  content: url(/wp-content/uploads/service-02.png);
}

.num_list02 .num03::before {
  /* content: '\f0d1'; */
  content: url(/wp-content/uploads/service-03.png);
}

.num_list02 .num04::before {
  content: '\f0e7';
}

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

.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: 100%;
  }

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

header#h1Header h1.title {
  font-family: var(--font-family01);
  font-size: var(--rem40w);
  font-weight: 500;
  color: var(--color-font);
}

#thumbImg::before,
header#h1Header::before {
  background: var(--color-background-white);
  opacity: .67;
}


.service h2,
.company h2 {
  font-size: var(--rem28);
  font-family: var(--font-family01);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--color-font);
  line-height: 1;
  margin-bottom: var(--px60);
}

.service h2 span,
.company h2 span {
  font-family: var(--font-family02);
  font-size: var(--rem65);
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  border: none;
  color: var(--color-font);
  line-height: 1.2;
  padding: 0;
}

.service h2:before,
.company h2::before {
  content: none;
}

.service h2::after,
.company h2::after {
  content: none;
}

.service h2 span:after,
.company h2 span::after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: 2.25em;
  height: 3px;
  background: var(--color-primary);
  margin: var(--px30) auto 0;
}

body:not(.home) {
  background-color: var(--color-background-white);
}

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

.post .widecolor>h2:first-child {
  margin-top: 0 !important;
}

ul.box_style01 {
  margin-top: var(--px100);
}

ul.box_style01>li:not(.anchor_link) {
  position: relative;
  gap: 30px;
  width: 100%;
  background: transparent;
  /* padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px); */
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}

.post ul.box_style01 .box_style_ttl {
  width: 100%;
  /* 2.8-2.1rem (1920-375) */
  padding: 0;
  margin: 0 0 var(--px30);
  /*15-10px (1920-375) */
  border-bottom: none;
  text-align: left;
  font-family: var(--font-family03);
  font-size: var(--rem24w);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: var(--color-font);
  display: flex;
  align-items: center;
}

.post ul.box_style01 .box_style_ttl::before {
  content: "";
  width: var(--px12);
  height: calc(var(--px30) - 1px);
  background-color: var(--color-primary);
  display: inline-block;
  margin-right: 10px;
}

.post ul.box_style01 p {
  font-family: var(--font-family01);
  font-size: var(--rem16);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--color-font);
  margin-bottom: var(--px12);
}

.post ul.box_style01 .link_txt {
  font-size: var(--rem14);
  font-family: var(--font-family01);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--clr-000);
	z-index: 3;
	position: relative;
}

.post ul.box_style01 .link_txt a {
  font-size: var(--rem14);
  font-family: var(--font-family01);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--color-font02);
}

.post ul.box_style01 .link_txt a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  ul.box_style01>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .w38 {
    width: 38%;
  }

  .w59 {
    width: 59%;
  }
}

@media screen and (max-width: 768px) {
  .post ul.box_style01 .box_style_ttl {
    margin: var(--px30) 0;
  }
}


.sec04 {
  background: var(--color-background03);
}


ul.flowlist02 {
  counter-reset: flow_list;
}

ul.flowlist02>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px); */
  gap: 4%;
  width: 100%;
  padding: calc(var(--px40) + 5px) var(--px30) calc(var(--px40) + 5px) var(--px50);
  border-radius: 0;
  background: var(--color-background02);
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.flowlist02>li:not(:last-child) {
  margin-bottom: calc(var(--px50) - 2px + 40px);
}

.flowlist02 .flow_img {
  width: 41%;
  aspect-ratio: 4.21 / 2.73;
}

.post .flowlist02>li>dl {
  /* width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px)); */
  width: 55%;
  line-height: 1.8;
}

.flowlist02>li:not(:last-child) dl::before,
.flowlist02>li:not(:last-child) dl::after {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flowlist02>li:not(:last-child) dl::before {
  width: 0;
  height: 0;
  border-left: calc(var(--px90) + 2px) solid transparent;
  border-right: calc(var(--px90) + 2px) solid transparent;
  border-top: calc(var(--px50) - 2px) solid var(--color-primary);
}

.flowlist02>li:not(:last-child) dl::after {
  width: 0;
  height: 0;
  border-left: calc(var(--px90) + 2px) solid transparent;
  border-right: calc(var(--px90) + 2px) solid transparent;
  border-top: calc(var(--px50) - 2px) solid var(--color-primary);
}

.post .flowlist02>li>dl dt {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
  border-bottom: none;
  font-family: var(--font-family03);
  font-weight: bold;
  font-size: var(--rem24);
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: var(--color-font);
}

.flowlist02>li dl dt .icon:before {
  content: counter(flow_list, decimal-leading-zero);
  counter-increment: flow_list;
  line-height: 1;
  color: #fff;
  background: var(--color-primary);
  padding: 1px 6px;
  margin-right: 10px;
  position: relative;
  z-index: 100;
  font-family: var(--font-family02);
  font-weight: 500;
  font-size: var(--rem22w);
  letter-spacing: 0;
}

.post .flowlist02>li>dl dd {
  padding: 0;
  font-family: var(--font-family01);
  font-weight: 400;
  font-size: var(--rem16);
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--color-font);
}

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

  .post .flowlist02>li>dl,
  .flowlist02 .flow_img {
    width: 100%;
    margin-bottom: var(--px30);
  }

  ul.flowlist02>li {
    padding: var(--px50);
  }

  .flow_img::before {
    padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
  }
}

.flow .content-wrap {
  margin-top: var(--px120);
}

.company p {
  font-family: var(--font-family01);
  font-size: var(--rem18);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--color-font);
}

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

.greeting-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.post table th, .post table td{
  padding: var(--px20) var(--px30);
  font-size: var(--rem20);
  font-family: var(--font-family01);
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-color: var(--color-table-border);
}
.post table th{
  background: var(--color-primary);
  color: var(--color-font-white);
  font-weight: 500;
} 
.post table td{
  font-weight: 400;
  color: var(--color-font);
}
#wrapper{
  padding: 0;
}
.subimitarea .linkBtn{
	margin-bottom: 6px;
}
.subimitarea .linkBtn::after {
  margin: 0;
  content: "→";
  position: absolute;
  width: calc(var(--px35) + 3px);
  height: calc(var(--px35) + 3px);
  background: var(--color-primary);
  color: var(--color-font-white);
  border: none;
  margin: 0;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  right: 0;
  bottom: 0;
	transform: translateY(-50%);
	z-index: -1;
}

.post .subimitarea .linkBtn input[type="submit"] {
  color: var(--color-font);
  padding: calc(((var(--px35) + 3px) - var(--rem16))/2) 0 0;
  padding-right: calc(var(--px30) + calc(var(--px35) + 3px));
  font-size: var(--rem16);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: var(--font-family01);
}

@media print,
	screen and (max-width: 430px){
		#content01 .txtstyle02{
			font-size: var(--rem28);
		}
}