@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  /*------â–¼åŸºæœ¬è¨­å®šâ–¼------*/
  --color-background: #fff;
  --color-background01: #333;
  --color-font: #252524;
  --color-primary: #cf2e2e;
  --color-primary-shade: #111;
  --color-primary-tint: #161892;
  --color-secondary: #b02828;
  --color-secondary-tint: #b02828;
  --color-table-border: #ccc;
  --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: #000;
  --header-color-font: #fff;
  --header-color-primary: #000;
  --header-bg-02: #444444;
  --header-color-primary-shade: #b02828;
  --header-color-primary-tint: #161892;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨­å®šâ–¼------*/
  --footer-background: #000;
  --footer-color-font: #fff;
  --footer-color-primary: #fff;
  --color-font-cta: #fcfcfc;
  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨­å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Poppins", "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)*/
  --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)*/
  --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)*/
  --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*/
  --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)*/
  --rem80w: min(
    calc(8rem + (1vw - 1.92rem) * 1.2945),
    8rem
  ); /*8rem-6rem (1920-375)*/
  --rem80: min(
    calc(8rem + (1vw - 1.92rem) * 2.589),
    8rem
  ); /*8rem-4rem (1920-375)x*/
  --rem72: min(
    calc(7.2rem + (1vw - 1.92rem) * 1.9417),
    7.2rem
  ); /*7.2rem-4.2rem (1920-375)*/
  --rem60: min(
    calc(6rem + (1vw - 1.92rem) * 1.5534),
    6rem
  ); /*6rem-3.6rem (1920-375)*/
  --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)*/
  --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)*/
  --rem20w: min(
    calc(2rem + (1vw - 1.92rem) * 0.2589),
    2rem
  ); /*2rem-1.6rem (1920-375)*/
  --rem20: min(
    calc(2rem + (1vw - 1.92rem) * 0.3883),
    2rem
  ); /*2rem-1.4rem (1920-375)*/
  --rem18: min(
    calc(1.8rem + (1vw - 1.92rem) * 0.2589),
    1.8rem
  ); /*1.8rem-1.4rem (1920-375)*/
  --rem16: min(
    calc(1.6rem + (1vw - 1.92rem) * 0.1294),
    1.6rem
  ); /*1.6rem-1.4rem (1920-375)*/
  --rem14: min(
    calc(1.4rem + (1vw - 1.92rem) * 0.1294),
    1.4rem
  ); /*1.4rem-1.2rem (1920-375)*/
  --rem12: min(
    calc(1.2rem + (1vw - 1.92rem) * 0.0647),
    1.2rem
  ); /*1.2rem-1.1rem (1920-375)*/
}

html {
  scroll-behavior: smooth;
}

/* ----- style h1 ------ */

h1.bottom-loop,
h1.top-loop,
h1.title.main-ttl {
  font-size: var(--rem24);
  line-height: 1.4em;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: var(--px30);
  color: var(--color-font);
}

h1.bottom-loop span span,
h1.top-loop span span,
h1.title.main-ttl span span {
  font-size: var(--rem48);
  line-height: 1.4em;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
  color: var(--header-color-primary);
}

h1.bottom-loop span span::first-letter,
h1.top-loop span span::first-letter,
h1.title.main-ttl span span::first-letter {
  color: var(--color-primary);
}
/* ----- end style h1 ------ */

/* style subtitle */
h1.title.subtitle {
  font-size: var(--rem40);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--header-color-primary);
  padding-bottom: var(--px40);
  width: 96%;
  margin: 0 auto;
  font-weight: bold;
}

@media print, screen and (max-width: 425px) {
  h1.title.subtitle {
    font-size: var(--rem36);
  }
}
/* end style subtitle */

/* ----- style h2 ------ */
.post h2 {
  font-size: var(--rem36);
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-bottom: var(--px20);
  margin-bottom: var(--px30);
}

.post h2::first-letter {
  color: var(--color-primary);
}

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

.post h3 {
  font-size: var(--rem28);
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-bottom: var(--px20);
  border-bottom: 2px solid var(--color-primary);
  padding-right: 0;
  padding-left: 0;
  margin-bottom: var(--px30);
}

/* ----- end style h2 ------ */

/* ------- style button ---------------- */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 332px;
  font-size: var(--rem16);
  color: var(--header-background);
  line-height: 1em;
  text-align: center;
  background: var(--color-background);
  font-weight: 600;
  padding: 25px calc(var(--px30) - 5px);
  margin: var(--px30) auto 0;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  border: 2px solid var(--header-background);
  border-radius: 0;
}
.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  border-right: 3px solid var(--header-background);
  border-bottom: 3px solid var(--header-background);
  right: 30px;
}
.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: var(--color-background);
  background: var(--header-background);
}
.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-color: var(--color-background);
}
.subimitarea > .linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}

@media print, screen and (max-width: 425px) {
  .linkBtn,
  .post .linkBtn,
  a.linkBtn,
  .post .subimitarea .linkBtn input[type="submit"] {
    width: 280px;
  }
  .post .linkBtn::after,
  .linkBtn::after,
  a.linkBtn::after {
    right: 26px;
  }
}

/* ----------- end style button ------------- */

/* ------------ HEADER ------------------- */
/* header#h1Header h1.title {
  font-size: var(--rem40);
  color: var(--color-primary);
}

header#h1Header h1.title span {
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.35);
} */

#header .logo img {
  background: var(--color-background);
  max-height: 100px;
  height: 100%;
  padding: 14px 30px 15px 22px;
  aspect-ratio: 269 / 100;
}
#header .logo {
  padding: 0;
}
/* header navbar */
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li.pc_none {
    display: none;
  }

  #header {
    height: 100px;
  }

  .sticky-header #header-layout {
    height: 100px;
    background-color: var(--header-background);
  }

  #header a.head_btn.tel_btn {
    background: var(--header-bg-02);
    min-width: 240px;
  }

  #header a.head_btn.tel_btn::before,
  #header a.head_btn.mail_btn::before {
    content: "";
  }

  #header a.head_btn.tel_btn .tel_icon::before {
    content: "\f095";
    font-family: "FontAwesome";
    font-size: var(--rem18);
    font-weight: 400;
    line-height: 1;
    color: var(--header-color-font);
    margin-right: 8px;
  }

  #header a.head_btn.mail_btn span::before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-size: var(--rem20);
    font-weight: 400;
    line-height: 1;
    margin-right: 8px;
  }

  #header a.head_btn.tel_btn span.tel_icon {
    font-size: var(--rem24);
    font-weight: bold;
    margin-bottom: 3px;
  }

  #header a.head_btn.mail_btn {
    background: var(--color-primary);
    min-width: 190px;
  }

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

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

  #header a.head_btn:hover.tel_btn,
  #header a.head_btn:hover.tel_btn .tel_icon::before {
    color: var(--header-background);
  }
}

@media print, screen and (max-width: 1300px) and (min-width: 1024px) {
  #header .logo img {
    max-width: 180px;
  }
  nav#mainNav ul li a {
    padding: var(--px20);
  }
  #header a.head_btn.tel_btn {
    min-width: 200px;
  }

  #header a.head_btn.mail_btn {
    min-width: 170px;
  }
}
@media print, screen and (max-width: 1023px) {
    nav#mainNav ul li a {
        color: var(--color-primary-shade);
    }
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
		color: #fff;
		background: var(--color-primary);
	}
}
/* ------------ END HEADER --------------- */

/* ------------ HOME --------------------- */
/* home about us */
.text-medium {
  font-size: var(--rem30);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: var(--px20);
}

.text-normal {
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.1rem;
}

#home-about-us {
  background: url(/wp-content/uploads/top-02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: calc(var(--px140) + 5px);
}

@media print, screen and (max-width: 425px) {
  .text-medium {
    font-size: var(--rem28);
  }
}

.column05 {
  position: relative;
  margin: var(--px100) 0 0;
}
.column05_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 20;
}
.column05_wrap + .column05_wrap {
  margin-top: calc(100px + 142px);
}
.column05 .imgarea {
  position: relative;
  aspect-ratio: 1340/ 710;
  overflow: hidden;
  width: 70%;
}
.column05 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.column05 .txtarea {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: var(--px100) 0 calc(var(--px120) - 10px);
  margin: 0 auto -120px -20%;
  z-index: 10;
}

.column05 .txtarea .txtinner {
  max-width: 720px;
  width: 96%;
  margin: 0 auto;
}

@media print, screen and (min-width: 1024px) {
  /*左右反転*/
  .column05_wrap + .column05_wrap {
    margin-top: calc(100px + 142px);
  }
  .column05_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .column05_wrap.rev .txtarea {
    margin: 0 -20% -142px auto;
  }
}

@media print, screen and (max-width: 1440px) and (min-width: 1300px) {
  .column05 .txtarea {
    width: 60%;
  }

  .column05_wrap.rev .txtarea {
    margin: 0 -30% -180px auto;
  }

  .column05 .txtarea {
    padding: var(--px80) 0 var(--px90);
  }

  #home-about-us {
    padding-bottom: 181px;
  }
}

@media print, screen and (max-width: 1300px) and (min-width: 1024px) {
  .column05 .txtarea {
    width: 80%;
  }

  .column05_wrap.rev .txtarea {
    margin: 0 -50% -380px auto;
  }

  #home-about-us {
    padding-bottom: 380px;
  }
}

@media print, screen and (max-width: 1023px) {
  .column05 .imgarea,
  .column05 .txtarea {
    width: 96%;
    margin: 0 auto;
  }

  .text-normal {
    font-size: var(--rem14);
  }
}

/* end home about us */

/* home issue */
#home-issue {
  padding: var(--px100) 0;
  background: url(/wp-content/uploads/top-03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#home-issue h1.title.subtitle {
  color: var(--color-background);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.home-issue-content {
  max-width: 1600px;
  width: 96%;
  margin: 0 auto 0;
}

.card-title {
  font-size: var(--rem24);
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--px20);
}

.card-title-number {
  color: var(--color-primary);
  font-family: var(--font-family02);
  font-size: var(--rem48);
  line-height: 1.6;
  font-style: italic;
  font-weight: 400;
  margin-right: 10px;
  letter-spacing: 0;
}

@media print, screen and (max-width: 1300px) and (min-width: 1024px) {
  .card-title {
    font-size: var(--rem20);
  }
}

.card01_wrap {
  position: relative;
  margin: var(--px40) 0 0;
}
.card01_inner {
  max-width: 1600px;
  margin: 0 auto;
}
.card01_list > li {
  position: relative;
  background: transparent;
}
.card01_list .imgarea {
  width: 100%;
  position: relative;
  aspect-ratio: 330 / 210;
  overflow: hidden;
  line-height: 0;
}
.card01_list .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card01_list .txtarea {
  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(--px40);
}
.col4_list {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col4_list::before {
  content: "";
  display: block;
  width: calc(100% / 4 - var(--px40));
  order: 1;
}
.col4_list:after {
  content: "";
  display: block;
  width: calc((100% - (var(--px40) * 3)) / 4);
  order: 2;
}
.col4_list > li {
  width: calc((100% - (var(--px40) * 3)) / 4);
  padding: var(--px12) var(--px20) var(--px20);
  background: var(--color-background);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

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

/* end home issue */

/* home strengths */
#home-strength {
  position: relative;
  background: #f5f5f5;
  padding: var(--px160) 0 var(--px100);
}

#home-strength .linkBtn::after {
  right: 50px;
}

#home-strength h1.title.subtitle {
    max-width: 1000px;
    width: 100%;
}

.arrow-down {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.arrow-down img {
  width: 474px;
  aspect-ratio: 474 / 115;
}

@media print, screen and (max-width: 1400px) and (min-width: 1024px) {
  .arrow-down img {
    width: 430px;
  }
}

@media print, screen and (max-width: 768px) {
  .arrow-down img {
    width: 300px;
  }
}

@media print, screen and (max-width: 431px) {
  #home-strength h1.title.subtitle {
    font-size: var(--rem36);
  }
}

/* end  home strengths */

/* home service */
#home-service {
  background: #f5f5f5;
  padding: var(--px80) 0 calc(var(--px80) - 10px);
  position: relative;
}

#home-service::before {
  content: "";
  background: url(/wp-content/uploads/top-02.png);
  height: 45%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.home-service-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: var(--px40);
  width: 100%;
  justify-content: center;
  width: 96%;
  position: relative;
  z-index: 100;
  padding-top: var(--px20);
}

.home-service-item-img {
  aspect-ratio: 680 / 348;
	text-align:center;
}

.home-service-item-txt {
  font-size: var(--px30);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  padding: var(--px20) 0 var(--px12);
}

@media print, screen and (max-width: 431px) {
  .home-service-content {
    display: block;
  }

  .home-service-item + .home-service-item {
    margin-top: 16px;
  }
}
/* end home service */

/* home recruit */
#home-recruit {
  padding: var(--px100) 0;
}

#home-recruit h1.title.main-ttl {
  margin-bottom: 6px;
}

#home-recruit h1.title.main-ttl span span {
  font-size: var(--rem40);
}

.home-recruit-content {
  background: url(/wp-content/uploads/top-14.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1700px;
  width: 96%;
  height: 400px;
  margin: 0 auto;
  position: relative;
}

.home-recruit-content > div {
  position: absolute;
  top: 60%;
  right: var(--px60);
  transform: translateY(-50%);
}

#home-recruit .linkBtn {
  width: 332px;
}

@media print, screen and (max-width: 425px) {
  .home-recruit-content > div {
    right: 50%;
    transform: translateX(50%);
  }

  #home-recruit .linkBtn {
    width: 280px;
  }
}
/* end home recruit */
/* ------------ END HOME ----------------- */

/* ------------ STRENGTH ----------------- */
.strength .strength-introduce {
  max-width: 860px;
  width: 96%;
  margin: 0 auto;
}
.strength .strength-introduce p {
  line-height: 2.4;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: var(--rem20);
}

.strength-content .flexbox {
  align-items: center;
}

.strength-content .text_box {
  padding: var(--px20) var(--px40);
}

.strength-content .text_box p {
  line-height: 2;
  letter-spacing: 0.1em;
}

.post .strength h3 {
  font-size: calc(var(--rem24) + 2px);
}

@media print, screen and (max-width: 1300px) and (min-width: 1024px) {
  .post .strength h3 {
    font-size: var(--rem24);
  }
}

@media print, screen and (max-width: 767px) {
  .strength-content .text_box {
    padding: 0;
  }
}

@media print, screen and (max-width: 414px) {
  .post .strength h3 {
    font-size: calc(var(--rem20) + 2px);
  }
}
/* ------------ END STRENGTH -------------- */

/* ------------- COMPANY ----------------- */
.page_contents_inner.company-introduce {
  max-width: 860px;
  width: 96%;
  margin: 0 auto;
  padding: var(--px120) 0;
}

.company-introduce p {
  line-height: 2.4;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: var(--rem20);
}

.post table th {
  font-size: var(--rem18);
  background: var(--color-primary);
  color: var(--color-background);
  padding: var(--px50) var(--px30);
}

.post table td {
  padding: var(--px50) var(--px30);
  font-size: var(--rem16);
}

/* ------------- END COMPANY -------------- */

/* -------------- SERVICE ----------------- */
.service .service-introduce {
  max-width: 860px;
  width: 96%;
  margin: 0 auto;
}
.service .service-introduce p {
  line-height: 2.4;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: var(--rem20);
}

.service-content .flexbox {
  align-items: center;
}

.service-content .text_box {
  padding: var(--px20) var(--px40);
}

.service-content .text_box p {
  line-height: 2;
  letter-spacing: 0.1em;
}

@media print, screen and (max-width: 1300px) and (min-width: 1024px) {
  .post .service h3 {
    font-size: var(--rem24);
  }
}

@media print, screen and (max-width: 767px) {
  .service-content .text_box {
    padding: 0;
  }
}

@media print, screen and (max-width: 414px) {
  .post .service h3 {
    font-size: calc(var(--rem20) + 2px);
  }
}
/* -------------- END SERVICE -------------- */

/* -------------- RECRUIT ----------------- */

/* -------------- END RECRUIT -------------- */

/* ----------- NEWS --------------------- */
body.home #contact-bottom {
  display: none;
}
#front_top_content,
#front_bottom_content {
  background: var(--color-background);
}

#front_top_content a.linkBtn,
#front_bottom_content a.linkBtn {
  max-width: 240px;
}

#front_top_content .linkBtn::after,
#front_bottom_content a.linkBtn::after {
  right: 37px;
}

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

.postlist .ttls a {
  font-size: var(--rem16);
  line-height: 2em;
  color: var(--color-primary-shade);
}

.postlist .date {
  font-size: var(--rem16);
  line-height: 2em;
  color: var(--header-background);
}

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

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

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

/* -----------END  NEWS ----------------- */

/* ------------ FOOTER -------------------- */
/* contact */
.cta01 {
  background: url(/wp-content/uploads/top-10.png);
  position: relative;
  z-index: 0;
  padding: var(--px120) 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta01 h1.title.main-ttl {
  margin-bottom: var(--px20);
}

.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  background: var(--color-background);
  padding: var(--px120) var(--px60);
}
.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 960px;
  margin: var(--px50) auto 0 auto;
  gap: 20px;
}
.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) + 2px) 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease 0.15s;
}
.cta01 a.item:hover {
  opacity: 0.8;
}

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

.cta01 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: bold;
  letter-spacing: 0.1em;
}

.cta01 .mailbtn .infotxt {
  font-size: var(--rem18);
}

/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 5px;
  line-height: 1.2em;
  font-weight: 500;
}
.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
  letter-spacing: 0.1em;
}
.cta01 a.telbtn {
  background: var(--color-background01);
  color: var(--color-font-cta);
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
  font-weight: bold;
}
.cta01 a.mailbtn {
  background: var(--color-primary);
  color: var(--color-background);
}

/*ボタンアイコン*/

.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: var(--rem28);
  color: var(--color-background);
}
.cta01 .telnum::before {
  content: "\f3cd";
  font-size: calc(var(--rem30) + 2px);
  color: var(--color-background);
}

.cta01 .cta01_wrap p.txt_c {
  font-size: var(--rem18);
  line-height: 1.4em;
  letter-spacing: 0.06em;
}

@media print, screen and (max-width: 768px) {
  .cta01 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
  }
  .cta01 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}

@media print, screen and (max-width: 431px) {
  .cta01 .cta01_wrap {
    padding: var(--px100) var(--px50);
  }
}

@media print, screen and (max-width: 376px) {
  .cta01 .cta01_wrap {
    padding: var(--px100) var(--px30);
  }

  .cta01 .telbtn .btnttl {
    font-size: var(--rem16);
  }
  .cta01 .telnum {
    font-size: var(--rem28);
  }

  .cta01 .infotxt {
    font-size: var(--rem12);
  }
}

@media print, screen and (max-width: 768px) {
  .cta01 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
  }
  .cta01 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}

@media print, screen and (max-width: 431px) {
  .cta01 .cta01_wrap {
    padding: var(--px100) var(--px50);
  }
}

@media print, screen and (max-width: 376px) {
  .cta01 .cta01_wrap {
    padding: var(--px100) var(--px30);
  }

  .cta01 .telbtn .btnttl {
    font-size: var(--rem16);
  }
  .cta01 .telnum {
    font-size: var(--rem28);
  }

  .cta01 .infotxt {
    font-size: var(--rem12);
  }
}

/* end contact */

/* footer */
#footer {
  padding: var(--px50) 0 var(--px60);
}

#footer .footnav ul > li {
  font-size: var(--rem14);
  font-weight: 500;
  position: relative;
  padding: 0 var(--px20);
}

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

#footer .footer__logo img {
  background: var(--color-background);
  padding: 14px 22px 15px 30px;
  min-height: 100px;
  aspect-ratio: 269 / 100;
}
/* ------------ END FOOTER ---------------- */


/*================================================
					会社概要
================================================*/

/*--テーブル--------------------------------------------*/

.post table.table_style01, .post table.table_style01 th, .post table.table_style01 td {
	border-width: 1px;
	border-color: var(--color-table-border);
}
.post table.table_style01 {
	margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;/* 30-20px (1920-375) */
}
.post table.table_style01 th, .post table.table_style01 td {
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
}
.post table.table_style01 th {
	width: 25%;
	color: var(--color-background);
	font-weight: 600;
	background: var(--color-primary-shade);
}
.post table.table_style01 td {
	color: var(--color-font);
	background: none;
}
.post table.table_style01:first-child {
	margin-top: 0;
}
.post table.table_style01:last-child {
	margin-bottom: 0;
}

/*--history_tbl--------------------------------------------*/

.post table.table_style03, .post table.table_style03 th, .post table.table_style03 td {
	border-width: 1px;
}
.post table.table_style03 th {
	width: 15%;
	text-align: center;
	color: var(--color-primary-shade);;
	vertical-align: middle;
	border-color: transparent #FFF #FFF;
}
.post table.table_style03 th, .post table.table_style03 td {
	border-color: #DDD transparent #DDD transparent;
	background: #fff;
}
.post table.table_style03 th.year {
	color: #FFF;
	background: var(--color-primary-shade);;
	border-color: transparent transparent #FFF transparent;
}
@media print, screen and (max-width: 768px) {
	.post table.table_style03 th {
		width: 18%;
	}
}
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04/style.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/css/custom.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/style.css');

/*================================================
					事業内容
================================================*/

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

/*--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%);
}
.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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffffff;
	padding: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px); /* 120-65px (1920-375) */
}
@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		
/* 		padding-top: calc(550px + (1vw - 19.2px) * 17.3762); */
		
		padding-top: 0;
	}
	.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;
	}
}
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04/style.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/css/custom.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/style.css');

/*================================================
					事業内容
================================================*/

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

/*--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%);
}
.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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffffff;
	padding: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px); /* 120-65px (1920-375) */
}
@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: 0;
	}
	.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;
	}
}

.wpcf7-form .must {
	background: #111;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #fff;
}
.spmenu #menu p {
	color: #fff;
}
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04/style.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/css/custom.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/style.css');

/*================================================
				　採用情報
================================================*/

.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	font-style: italic;
	line-height:1.75;
}

.post .lead_en {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
	/* -- 1920 1.8rem 375 1.3rem -- */
	color: var(--color-primary-shade);
	letter-spacing: 0.7rem;
}

/*--幅フル100%背景色--------------------------------------------*/

.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) */
	background: #fafafa;
}
.post .widecolor > h2:first-child {
	margin-top: 0 !important;
}

/*--スタイルリストエリア--------------------------------------------*/

ul.box_style01 > li {
	position: relative;
	gap: 40px;
	width: 100%;
	background: #fff;
	padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	text-align: left;
}
.post ul.box_style01 .box_style_ttl {
	width: 100%;
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 400;
	padding: 0.6rem 0 0.6rem 2rem;
	margin: 0 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/*15-10px (1920-375) */
	border-bottom: none;
	border-left: 3px solid var(--color-primary-shade);
	text-align: left;
	font-style: italic;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	ul.box_style01 > li {
		display: flex;
	}
}

/*--ボタン別アイコン--------------------------------------------*/

a.external.ico_phone::before {
	content: '\f095';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_mail::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_phone::after, a.external.ico_mail::after {
	content: none;
}
	
/*---table_style04-------------------------------------*/

.post table.table_style04 th {
	background-color: transparent;
}
.post table.table_style04, .post table.table_style04 th, .post table.table_style04 td{
	border: none;
}
table.table_style04 tr:first-child {
	border-top: 1px solid #ababab;
}
table.table_style04 tr:last-child {
	border-bottom: 1px solid #ababab;
}
table.table_style04 tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}
table.table_style04 th, table.table_style04 td {
	padding: 50px 30px;
}
table.table_style04 th {
	position: relative;
	z-index: 0;
}
table.table_style04 th:before {
	position: absolute;
	content: "";
	background: var(--color-primary-shade);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}
table.table_style04 td ul li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}
table.table_style04 td ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 768px) {
	table.table_style04 th, table.table_style04 td {
		padding: 35px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	table.table_style04 th {
		width: 32%;
	}
	table.table_style04 td {
		width: 68%;
	}
}

/*--contact_area-------------------------------------*/

.contact_area {
    padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);/*80px-40px (1920-375)x*/
    text-align: center;
    background: #f7f7f7;
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}
.post .contact_ttl {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
	padding: 0;
	margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px); /* 120-65px auto 50-35px (1920-375) */
}
.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: 2.2em;
	height: 3px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
}
.contact_read {
    margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);/*30px-15px (1920-375)*/
    text-align: center;
}
.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.button_wrap > *,
.post .button_wrap > * {
  margin: 10px !important;
}
.contact_area .linkBtn, .contact_area .post .linkBtn {
    padding: 0;
}
.contact_area .linkBtn a {
    color: #111;
    padding: 0.8em 1.2em;
    display: block;
}
/* 20241118 */

.teleco_v1 .w50.image_box img {
	height:auto;
	width: 100%;
	object-fit: contain;
}
.teleco_v1 .w50.text_box {
	padding: var(--px80) var(--px40);
}

.button_wrap .linkBtn:after{
	right:30px;
}
.contact_area .linkBtn:hover a{
	color: #fff;
}

/* 20241128 */

.page-recruit table th {
	font-size: var(--rem20);
}
.page-recruit table td{
		font-size: var(--rem18);

}

/*----------------------------------------------------
 *  20260526 
 * -------------------------------------------------*/
hr {
    border: none;
    border-top: 1px dashed #d7d7d7;
    margin: 100px 0;
}

@media print, screen and (max-width: 768px) {
hr {
    border: none;
    border-top: 1px dashed #d7d7d7;
    margin: 50px 0;
}
}

/*---------style03-------------*/
  
.card01_list.cardstyle03 > li {
    padding: 16px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}
/*---------txtstyle02 -----------*/
  
.post .txtstyle02, .txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem20);
  font-weight: 600;
	text-align: center;
  margin: var(--rem16) auto;
  background: transparent;
    color: var(--color-primary);
    line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
  content: none;
}

/*---------txtstyle07-----------*/

.post .txtstyle07, .txtstyle07 {
    background: inherit;
    position: relative;
    overflow: inherit;
    margin: 0 0 var(--rem30);
    font-size: var(--rem30);
    text-align: center;
    line-height: 1.4;
    display: inline-block;
    padding: 0 45px;
}
.post .txtstyle07::before, .txtstyle07::before,
.post .txtstyle07::after, .txtstyle07::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;/*左右borderサイズ*/
  height: 2px;
  background-color: var(--color-primary-shade);
}
.post .txtstyle07::before, .txtstyle07::before {
  left:0;
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.post .txtstyle07::after, .txtstyle07::after {
  right: 0;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.post .txtstyle07 .subtxt, .txtstyle07 .subtxt {
  display: block;
  color: var(--color-primary-shade);
  font-size:var(--rem18);
  margin-top: 0.5rem;
}

/*---------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: 49%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/* -------------5カラム---------------------- */
.col5_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--px12);
}
.col5_list {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col5_list::before {
  content: "";
  display: block;
  width: calc(100% / 4 - var(--px40));
  order: 1;
}
.col5_list:after {
  content: "";
  display: block;
  width: calc((100% - (var(--px40) * 3)) / 5);
  order: 2;
}
.col5_list > li {
  width: calc((100% - (var(--px40) * 3)) / 5);
  padding: var(--px12) var(--px20) var(--px20);
  background: var(--color-background);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media print, screen and (max-width: 768px) {
  .col5_list > li {
    width: calc((100% - (var(--px40) * 1)) / 2);
  }
}
@media print, screen and (max-width: 414px) {
  .col4_list > li {
    width: 100%;
  }
}
.youtubeArea {
    position: relative;
    overflow: hidden;
    margin: var(--px20) auto;
}