@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

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

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-background-opa: #ffffff;
  --color-background-secondary: #333333;
  --color-background-third: #f5f5f5;
  --color-background-04: #eff3f9;
  --color-background-05: #a4a4a4;

  --color-semi-white: #fafafa;

  --color-font: #252524;
  --color-font-02: #333;

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

  --color-dark-brown: #231815;

  --color-primary: #1e70ad;
  --color-primary-shade: #acd2ee;
  --color-primary-tint: #1e70ad;

  --color-title-underline: #1e70ad;

  --color-secondary: #acd2ee;
  --color-secondary-shade: #1e70ad;
  --color-secondary-tint: #acd2ee;

  --color-table-border: #eff3f9;

  --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: #1e70ad;
  --header-color-secondary: #d1d1d1;
  --header-color-primary-shade: #1e70ad;
  --header-color-primary-tint: #1e70ad;
  /*------▼フッター設定▼------*/
  --footer-background: #eeeeee;
  --footer-color-font: #252524;
  --footer-color-primary: #252524;

  /* adding font var */
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Oswald", "Noto Sans JP", sans-serif;
  --font-family03: "Yu Gothic UI", "Noto Sans JP", sans-serif;
  --font-family04: "Shippori Mincho", "Noto Sans JP", sans-serif;

  --font-english-head: "Zen Kaku Gothic New", "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)*/
  --px36: min(calc(36px + (1vw - 19.2px) * 1.2945), 36px);
  /*36px-16px (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)*/
  --rem70: min(calc(7rem + (1vw - 1.92rem) * 1.9417), 7rem);
  /*7rem-3rem (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*/
  --rem46w: min(calc(4.6rem + (1vw - 1.92rem) * 0.6472), 4.6rem);
  /*4.6rem-3.6rem*/
  --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-background);
    background: var(--color-background-secondary);
  }

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

  #header {
    height: 100px;
  }

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

  #header a.head_btn.mail_btn span {
    font-size: var(--rem14);
    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.mail_btn {
    max-width: 190px;
    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 {
    width: 30%;
    max-width: 400px;
  }

  #header .logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  #header .logo {
    font-family: "Yu Gothic UI", "Noto Sans JP", sans-serif;
    font-size: clamp(14px, calc(1.4rem + ((1vw - 10.24px) * 1.1161)), 24px);
    min-height: 0vw;
  }

  #header .logo {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 1rem;
    font-weight: 600;
  }

  #header .logo a {
    width: 70%;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #header .logo span {
    width: 78%;
    margin-left: -9%;
    z-index: 2;
    color: #231f20;
	text-wrap-mode: nowrap;
  }
}

@media print,
screen and (max-width: 1023px) {
  body:not(.mobile) #header .logo {
    display: flex;
    align-items: center;
    text-align: left;

    font-weight: 600;
  }

  body:not(.mobile) #header .logo span {
    margin-left: -1%;
    z-index: 2;
    color: #231f20;
    font-size: 1.6rem;
  }

  body:not(.mobile) #header .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* footer */
#footer .footer__logo:not(:last-child) {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Yu Gothic UI", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: var(--rem24);
}

#footer ul li a {
  font-weight: 500;
}

/**------------------------------------------
Anchor Point
*------------------------------------------*/

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

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

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

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

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

.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: var(--color-font-black);
}

/* .postlist li,
.postlist li:first-child {
  background: var(--color-background);
  border-bottom: 0;
  border-top: 0;
  margin-bottom: 1rem;
} */

/* CTA */

/*-----------------------------
cta02_col2
------------------------------*/
.cta02 {
  position: relative;
  padding: var(--px40) 0 var(--px80);
  z-index: 0;
}

.cta02:before {
  content: "";
  background: url(/wp-content/uploads/cta-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.cta02 .cta02_wrap {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}

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

.cta02 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}

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

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

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

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

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

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

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

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

/*電話ボタン*/

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

.cta02 a.telbtn {
  background: var(--color-primary);
  color: #fff;
}

/*メールボタン*/

.cta02 .mailarea.item {
  background: var(--color-background-04);
}

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

.cta02 a.mailbtn {
  background: var(--color-primary);
  color: #fff;
}

.cta02 .mailarea.item .infotxt {
  font-size: var(--rem22);
}

/*ボタンアイコン*/

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

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

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

/* main title */

h1.bottom-loop,
h1.top-loop,
.title.main-ttl {
  font-size: var(--rem36);
  font-weight: bold;
  color: var(--color-font);
  font-family: var(--font-family03);
  position: relative;
  letter-spacing: 0.08em;
  padding-bottom: 1rem;
  padding-top: 3em;
}

h1.bottom-loop,
h1.top-loop {
  padding-top: 0;
}

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

h1.bottom-loop span span,
h1.top-loop span span,
.title.main-ttl span span {
  font-size: 5.555em;
  font-family: var(--font-family02);
  font-weight: 400;
  color: var(--color-background);
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0;
  position: absolute;
  z-index: -1;
  bottom: calc(-1rem + 5px);
  line-height: 1;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
}

.title.main-ttl.grey-clr span span {
  color: var(--color-background-third);
}

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

  h1.bottom-loop span span,
  h1.top-loop span span,
  .title.main-ttl span span {
    font-size: 3.5em;
  }
}

/* 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: 500;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: var(--px40) auto 0;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  z-index: 3;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  border-color: #fff;
  border-width: 2px;
}

.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: var(--color-primary-tint);
  background: var(--color-background);
  outline: 1px solid var(--color-primary-tint);
}

.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-color: var(--color-primary-tint);
}

.subimitarea>.linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}

/* white btn */
.post a.linkBtn.white-btn {
  background: var(--color-background);
  color: var(--color-font);
  font-weight: 600;
  transition: all 0.3s ease;
}

.post a.linkBtn.white-btn span {
  position: absolute;

  top: 50%;
  right: 25%;
  transform: translate(-50%, -50%);
  transition: translate 0.3s ease;
}

.post a.linkBtn.white-btn::after {
  border: 0;
}

.post a.linkBtn.white-btn:hover {
  background: var(--color-primary);
  color: var(--color-background);
}

.post a.linkBtn.white-btn:hover span {
  translate: 300%;
}

/* TOP */

/* about */

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

.fullwide01_wrap {
  background: transparent;
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
  padding: var(--px160) 0 var(--px80);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullwide01_inner {
  max-width: 1400px;
}

#about-us p {
  letter-spacing: 0.05em;
  line-height: 2.3;
  /* text-align: center; */
}

/* support */

#support {
  background: var(--color-background-04);
  padding: var(--px100) 0 var(--px80);
  position: relative;
  z-index: 0;
}

#support::after {
  content: "";
  background: url(/wp-content/uploads/support-top-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

/*------------------------------------------------------------
 ナンバリング02
------------------------------------------------------------*/

.num_list03 {
  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_list03>li {
  position: relative;
  width: 100%;
  min-width: 270px;
  margin-top: var(--px40w);
  padding: var(--px40) 5px;
  border: 2px solid;
  border-color: var(--color-primary);
  border-radius: 0;
  background: var(--color-background);
}

.num_list03>li::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  position: absolute;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: var(--px80);
  height: var(--px80);
  color: transparent;
  background: transparent;
  font-size: 36px;
  font-family: var(--font-family02);
  font-weight: 400;
  background: linear-gradient(var(--color-primary), var(--color-primary-shade));
  background-clip: text;
  border-radius: 50%;
  border: 0 solid;
  top: 7%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.num_list03 .num_listttl {
  background: none;
  font-size: var(--rem24);
  font-weight: bold;
  line-height: 2;
  text-align: center;
  padding: 0;
  margin: 0 auto var(--rem12);
  border: none;
  width: 100%;
  height: auto;
}

.num_list03 .num_listttl::before {
  display: block;
  position: static;
  color: var(--color-font);
  font-size: var(--px80);
  font-weight: normal;
  font-family: "FontAwesome";
  line-height: 1;
  margin: 0 auto var(--px20);
  width: 100%;

  height: clamp(200px, calc(200px + ((1vw - 10.24px) * 8.9286)), 280px);
}

.num_list03 .num01::before {
  content: "";
  background: url(/wp-content/uploads/support-top-01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.num_list03 .num02::before {
  content: "";
  background: url(/wp-content/uploads/support-top-02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.num_list03 .num03::before {
  content: "";
  background: url(/wp-content/uploads/support-top-03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.num_list03 .num04::before {
  content: "";
  background: url(/wp-content/uploads/support-top-04.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.num_list03 .num05::before {
  content: "";
  background: url(/wp-content/uploads/support-top-05.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.post .col5_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  background: transparent;
}

.post .col5_list>li {
  width: 20%;
  margin-bottom: 1.5%;
}

.post .col5_list::before {
  content: none;
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}

.post .col5_list:after {
  content: none;
  display: block;
  width: 24%;
  height: 0;
}

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

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

  .num_list03>li::before {
    top: 10%;
  }
}

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

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

section.support-crds {
  width: 98%;
  max-width: 1800px;
  margin: 0 auto;
  background: transparent;
  position: relative;
  z-index: 1;
}

/* ser-gui */

/*==============================================================
link_2col_sample
==============================================================*/
.post .link_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--px50);
  margin: 0 auto;
  padding: 60px 0;
  max-width: 1840px;
  position: relative;
  z-index: 1;
}

.post .link_item {
  width: 100%;
  margin: 0;
  border: none;
}

.post .link_item a {
  position: relative;
	display: block;
}

.post .link_item_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.post .link_item_img:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.post .link_item_img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f293a80;
  pointer-events: none;
}

.post .link_item_img img {
  position: absolute;
  width: 100%;
  max-width: initial;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

.post .link_item a:hover .link_item_img img {
  width: 120%;
  height: 120%;
}

.link_item .link_item_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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;
  gap: var(--px50);
  width: 100%;
  padding: 15px;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: var(--rem70);
  font-family: var(--font-family02);
  font-weight: 600;
  color: var(--color-background);
	min-height: 0vw;
	writing-mode: horizontal-tb !important;
	white-space: nowrap !important;
}

.link_item .link_item_ttl span {
  font-size: var(--rem24w);
  font-family: var(--font-family03);
  font-weight: bold;
  letter-spacing: 0.1em;
}

.link_item .link_item_ttl i {
  font-size: var(--rem46w);
  transition: all 0.3s ease;
}

.post .link_item a:hover .link_item_ttl {
  color: #fff;
}

.post .link_item a:hover .link_item_ttl i {
  translate: 300%;
}

@media only screen and (max-width: 1100px) {
  .link_item .link_item_ttl span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 960px) {
  .link_item .link_item_ttl span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .post .link_2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }

  .post .link_item_img:before {
    padding-top: 50%;
  }

  .link_item .link_item_ttl {
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding: 0 15px;
  }

  .link_item .link_item_ttl span {
    font-size: 24px;
  }
}

#ser-gui {
  position: relative;
  padding: var(--px90) 0;
}

  .link_item .link_item_ttl span span{
/*     font-size: 2.4rem; */
	  min-height: 0vw;
  }
	  .post .link_item_img:before {
    padding-top: 100%;
  }
	  
    
}
@media print, screen and (max-width: 430px) {
	.link_item .link_item_ttl span{
		min-height: 0vw;
	writing-mode: horizontal-tb !important;
	white-space: nowrap !important;
	}
	
	}

/* union */
#union {
  position: relative;
  padding: 0 0 var(--px90);
}

#union::after {
  content: "";
  background: var(--color-background-04);
  /* background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */

  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

/*-----------------------------
column_01
------------------------------*/

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

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

.column01 .txtarea {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}

.column01 .txtarea .txtinner {
  max-width: 640px;
}

.column01 .txtarea .txtinner p {
  line-height: 2;
}

.column01 .txtarea .txtinner .pc_left {
  text-align: center;
}

.column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

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

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

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

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

.post .column01 .txtstyle04,
.column01 .txtstyle04 {
  font-size: var(--rem36);
  font-family: var(--font-family03);
}

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

/* links */

#link-relate {
  padding: var(--px140) var(--px20);
}

.post ul.col4_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  gap: var(--px14);
}

@media print,
screen and (max-width: 768px) {
  .post ul.col4_link {
    flex-wrap: wrap;
    gap: 0;
  }

  .post ul.col4_link>li {
    flex: 49%;
    margin-bottom: 3%;

    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: stretch;
    min-width: 250px;
  }

  .post ul.col4_link>li .imgarea {
    height: 100%;
  }
}

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

#contact .cta02 {
  padding-bottom: 0;
}

/* semi pages */

/* semi-ttl */

.post .semi-ttl {
  font-size: var(--rem20);
  font-weight: bold;
  color: var(--color-primary);
  letter-spacing: 0;
}

.post .semi-ttl span span {
  display: block;
  /* margin-bottom: 1rem; */
  font-size: 1.8em;
  color: var(--color-font);
}

h2.semi-ttl::after,
.semi-wrapper h2::after {
  content: none;
}

/* company pg */

/* content-01 */

.com-pg .content-01 p {
  line-height: 2.25;
  position: relative;
  z-index: 3;
}

.com-pg .content-01 h2 {
  font-family: var(--font-family04);
  font-weight: bold;
  font-size: var(--rem30);
  z-index: 3;
}

.com-pg .content-01 {
  padding: calc(clamp(150px, calc(150px + ((1vw - 3.75px) * 11.0032)), 320px) - var(--px70)) 0 var(--px50);
  position: relative;
  z-index: 0;
}

.com-pg .content-01::before {
  content: "";
  background: url(/wp-content/uploads/com-01.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  width: 100%;
  height: 65%;
  max-height: 415px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.com-pg .content-01-inner {
  position: relative;
  padding-top: var(--px70);
  width: 100%;
  z-index: 1;
}

.com-pg .content-01-inner::after {
  content: "";
  background: var(--color-background);
  /* background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
  opacity: 0.93;
  width: 100%;
  max-width: 800px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media print,
screen and (max-width: 768px) {
  .com-pg .content-01-inner::after {
    inset: 0;
    left: 0;
    transform: translateX(0);
  }
}

/* content-02 */

.post table.responsive {
  border-collapse: separate;
  border-spacing: 0 3px;
  border: 0;
}

.post table.responsive th,
.post table.responsive td {
  padding: var(--rem36) var(--rem16);
  font-size: var(--rem18);
  line-height: 2;
}

.post table.responsive th {
  color: var(--color-font);
  background: var(--color-table-border);
  border-right: 0;
}

/* ser pg */

/* /*-------------------------------------------
 teleco_v1
------------------------------------------- */
/* .teleco_v1 h2 {
  width: 100%;
}
.teleco_v1 .w50.image_box {
  position: relative;
  overflow: hidden;
}
.teleco_v1 .w50.image_box::before {
  content: "";
  display: block;
}
.teleco_v1 .w50.image_box img {
  position: absolute;
  width: 102%;
  height: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 769px) {
  .teleco_v1 .w50.image_box::before {
    padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
  }
  .teleco_v1 .w50.image_box img {
    width: auto;
    height: 116%;
  }
}
.flexinnerBtn {
  align-self: normal;
}
@media print, screen and (max-width: 768px) {
  .teleco_v1 .w50.image_box {
    margin-bottom: 0;
  }
  .teleco_v1 .w50.image_box::before {
    padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
  }
  .teleco_v1 .w50.text_box {
    padding: 20px;
    margin-bottom: 0;
  }
}  */

.teleco_v1 .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: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  padding: var(--px20);
}

.teleco_v1 .w50.text_box h3 {
  width: 100%;
  text-align: left;
  margin: 0 0 var(--px20);
  padding: 0 0 0.4em;
}

/* flow */

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

.flowlist02 {
  padding-left: 5rem;
  position: relative;
}

.flowlist02::before {
  content: "";
  width: 3px;
  height: 100%;
  background: var(--color-primary);
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 5.5rem;
}

.flowlist02>li {
  position: relative;
}

.flowlist02>li:not(:last-child) {
  margin-bottom: 8vh;
}

.flowlist02>li .icon {
  font-size: 5rem;
  font-family: var(--font-english-head);
  width: 10rem;
  height: 10rem;
  color: #fff;
  font-weight: 600;
  background: var(--color-primary);
  padding: 0.8rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;

  top: 0;
  left: -5rem;
  z-index: 100;
  border-radius: 50vh;
  line-height: 1;
}

.flowlist02>li .icon span {
  font-size: 0.48em;
  display: block;
}

.flowlist02>li .icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff00;
  padding: 0;
  border: 2.4rem solid #fff;
  border-right: 0;
  border-left: 0;
  z-index: 90;
}

.flowlist02>li .icon.last-stp::after {
  border-bottom: 10rem solid #fff;
  top: -2.4rem;
}

.flowlist02>li dl {
  padding-left: 8rem;
  position: relative;
  padding-top: 3.7rem;
  font-family: var(--font-english-head);
}

.flowlist02>li dl::before {
  content: none;
}

.flowlist02>li dl::after {
  content: none;
  display: block;
  position: absolute;
  top: 20px;
}

.flowlist02>li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
  top: 23px;
}

.flowlist02>li dd {
  padding-bottom: 10px;
  border-bottom: dotted 0;
}

.flowlist02>li dl dt {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .flowlist02 {
    padding-left: 2rem;
  }

  .flowlist02>li .icon {
    width: 7rem;
    height: 7rem;
    font-size: 3rem;
    left: -4rem;
    top: 1.5rem;
  }

  .flowlist02::before {
    top: 1rem;
    left: 2rem;
    height: 90%;
  }

  .flowlist02>li dl {
    padding-left: 5.5rem;
  }

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

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

@media (max-width: 430px) {
  .flowlist02>li .icon {
    width: 7rem;
    height: 7rem;
    font-size: 3rem;
    left: -3rem;
    top: 1.5rem;
  }

  .flowlist02::before {
    top: 1rem;
    left: 3rem;
    height: 90%;
  }
}

/* feature pg */

.post .feat_name {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  background: none;
  border: none;
  border-bottom: 0 solid var(--color-primary);
  margin: min(calc(120px + (1vw - 19.2px) * 5.178), 120px) 0 var(--px24);
  /* -- 1920 120px 375 40px -- */
  /* -- 1920 45px 375 25px -- */
  padding: 0 0;
  color: var(--color-font);
  font-family: inherit;
  font-size: var(--rem30w);
  font-weight: 700;
  text-align: left;
  line-height: 1.35;
  letter-spacing: normal;
  gap: 0.15em 1em;
}

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

.feat_name span.sub {
  color: var(--color-primary);
  font-weight: bold;
  font-size: min(calc(2.1rem + (1vw - 19.2px) * 0.3883), 2.1rem);
  text-align: left;
  letter-spacing: normal;
}

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

.hrz-ln {
  height: 1px;
  background: var(--color-background-05);
}

@media (max-width: 430px) {
  .post .feat_name {
    font-size: 1.8rem;
  }
}

.wpcf7-form .must {
  background: var(--color-primary);
}

/*-----------------------google翻訳-----------------------*/
#flags ul li a {
  padding: 0 !important;
}

.gt_flex {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0;
}

#flags {
  width: 160px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.gt_flex #flags,
.gt_flex #google_language_translator {
  height: 30px;
}

ul#sortable li {
  height: 18px !important;
  display: block;
}

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

  /* #mainImg {
    padding-top: 40px !important;
  }

  header#h1Header {
    margin-top: 40px;
  } */

  #glt-translate-trigger {
    display: none;
  }

  #header {
    height: auto !important;
  }

  #header-layout {
    height: 100px;
  }
}

@media print,
screen and (max-width: 768px) {
  #glt-translate-trigger {
    bottom: 58px;
	  left: 0 !important;
	  opacity:.8;
  }

  .tool-container {
    bottom: 100px !important;
  }
}

/*--------google-recaptcha--------*/
.recaptcha {
    display: flex;
    justify-content: center;
    padding: 10px 0 30px;
}