@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+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

:root {
  /*------â–¼åŸºæœ¬è¨¬å®šâ–¼------*/
  --color-background: #fff;
  --color-background-op80: #ffffffcc;

  --clr-000: #000;
  --color-font: #333333;
  --color-font01: #242424;
  --color-primary: #e60012;
  --color-primary-shade: #fff4cc;
  --color-primary-tint: #e60012;
  --color-secondary: #fdd23e;
  --color-secondary-tint: #fdd23e;
  --color-table-border: #cacaca;
  --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Noto Sans JP", sans-serif;
  --content-max-width: 1100px;
  /*------â–¼ãƒ˜ãƒƒãƒ€ãƒ¼è¨¬å®šâ–¼------*/
  --header-background: #ffffff;
  --header-color-font: #444444;
  --header-color-primary: #e60012;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
  --footer-background: #fff;
  --footer-color-font: #333;
  --footer-color-primary: #333;

  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Zen Maru Gothic", "Noto Sans JP", serif;
  --font-family03-en: "Oswald", "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)*/
  --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)*/
  --rem90: clamp(40px, calc(9rem + ((1vw - 19.2px) * 3.2362)), 90px);
  /*9rem-4rem (1920-375)x*/
  --rem80w: min(calc(8rem + (1vw - 1.92rem) * 1.2945), 8rem);
  /*8rem-6rem (1920-375)*/
  --rem80: min(calc(8rem + (1vw - 1.92rem) * 2.589), 8rem);
  /*8rem-4rem (1920-375)x*/
  --rem72: min(calc(7.2rem + (1vw - 1.92rem) * 1.9417), 7.2rem);
  /*7.2rem-4.2rem (1920-375)*/
  --rem70: min(calc(7rem + (1vw - 1.92rem) * 1.9417), 7rem);
  /*7rem-4.2rem (1920-375)*/
  --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem);
  /*6rem-3.6rem (1920-375)*/
  --rem60s: clamp(30px, calc(6rem + ((1vw - 19.2px) * 1.9417)), 60px);
  --rem56: min(calc(5.6rem + (1vw - 1.92rem) * 1.5534), 5.6rem);
  /*5.6rem-3.2rem (1920-375)*/
  --rem48w: min(calc(4.8rem + (1vw - 1.92rem) * 0.6472), 4.8rem);
  /*4.8rem-3.8rem*/
  --rem48: min(calc(4.8rem + (1vw - 1.92rem) * 1.5534), 4.8rem);
  /*4.8rem-2.4rem (1920-375)*/
  --rem42w: min(calc(4.2rem + (1vw - 1.92rem) * 0.6472), 4.2rem);
  /*4.2rem-3.2rem (1920-375)*/
  --rem42: min(calc(4.2rem + (1vw - 1.92rem) * 1.165), 4.2rem);
  /*4.2rem-2.4rem (1920-375)*/
  --rem42s: min(calc(4.2rem + (1vw - 1.92rem) * 1.4887), 4.2rem);
  /*4.2rem-1.9rem (1920-375)*/
  --rem40w: min(calc(4rem + (1vw - 1.92rem) * 0.6472), 4rem);
  /*4rem-3rem (1920-375)*/
  --rem40: min(calc(4rem + (1vw - 1.92rem) * 1.2945), 4rem);
  /*4rem-2rem (1920-375)*/
  --rem36: min(calc(3.6rem + (1vw - 1.92rem) * 0.7767), 3.6rem);
  /*3.6rem-2.4rem (1920-375)*/
  --rem30w: min(calc(3rem + (1vw - 1.92rem) * 0.3883), 3rem);
  /*3rem-2.4rem (1920-375)*/
  --rem30: min(calc(3rem + (1vw - 1.92rem) * 0.6472), 3rem);
  /*3rem-2rem (1920-375)*/
  --rem30s: min(calc(3rem + (1vw - 1.92rem) * 0.9709), 3rem);
  /*3rem-1.5rem (1920-375)*/
  --rem28: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472), 2.8rem);
  /*2.8rem-1.8rem (1920-375)*/
  --rem26w: min(calc(2.6rem + (1vw - 1.92rem) * 0.3883), 2.6rem);
  /*2.6rem-1.8rem (1920-375)*/
  --rem25w: min(calc(2.5rem + (1vw - 1.92rem) * 0.453), 2.5rem);
  /*2.5rem-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)*/
}

html {
  scroll-behavior: smooth;
}


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

@media print, screen and (min-width: 700px) {
  .sm_center {
    text-align: center;
  }
}

@media print, screen and (min-width: 1023px) {
  .pc_left {
    text-align: left !important;
  }
}

@media print, screen and (min-width: 768px) {
  .flexbox-sp {
    display: flex;
  }

  .flexbox-sp .w50 {
    width: 50%;
  }
}

.wpcf7-form .must {
  background: var(--color-primary);
}
.post h4 { 
font-family: var(--font-family02);
}
/* -------- style h2 sb -------------- */
body:not(.home) h2 {
  font-size: var(--rem24w);
  color: var(--color-font);
  font-weight: bold;
  font-family: var(--font-family02);
  padding-bottom: 10px;
  margin-bottom: var(--px30);
  line-height: 1.4;
}

body:not(.home) h2::after {
  content: "";
  position: absolute;
  width: 66px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-primary);
}

body:not(.home) h2.no-border {
  text-align: left;
}
body:not(.home) h2.no-border::after {
  content: none;
}
/* -------- end style h2 sb -------------- */

/* -------- style h3 ------------ */
body:not(.home) h3 {
  font-size: var(--rem20w);
  font-family: var(--font-family02);
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  padding-left: 100px;
  padding-bottom: 10px;
}

body:not(.home) h3::before {
  position: absolute;
  counter-increment: number;
  content: "特徴0" counter(number);
  display: inline-block;
  background: var(--color-primary);
  font-size: var(--rem25w);
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  line-height: 1;
  color: var(--color-background);
  padding: 6px 10px;
}

@media print, screen and (max-width: 1023px) {
  body:not(.home) h3 {
    padding-left: 86px;
  }

  body:not(.home) h3::before {
    top: 36%;
  }
}
/* -------- end style h3 ------------ */

/* ----------- style table --------------- */

table.responsive th {
  background: var(--color-primary-shade);
  font-weight: bold;
  font-size: var(--rem16);
  padding: var(--px30) var(--px20);
  vertical-align: middle;
  border: 1px solid var(--color-table-border);
}

table.responsive td {
  font-size: var(--rem16);
  padding: var(--px30) var(--px20);
  vertical-align: middle;
  border: 1px solid var(--color-table-border);
}

/* ----------- end style table --------------- */

/* ---------- BTN ---------------- */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 296px;
  font-size: var(--rem18);
  letter-spacing: 0.1em;
  color: var(--color-background);
  line-height: 1.4;
  text-align: center;
  font-family: var(--font-family02);
  background: var(--color-primary);
  font-weight: bold;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: var(--px40) auto 0;
  border: 1px solid var(--color-primary);
  border-radius: 0;
  transition: all 0.3s;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  border-color: var(--color-background);
  right: 25px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-width: 2px;
}

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

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

.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 (min-width: 1024px) {
  .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: var(--rem24s);
    margin-top: var(--px50);
  }

  .btn-group .linkBtn {
    margin: 0;
  }
}

/* ----------- END BTN --------------- */

/* header navbar */
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li.pc_none {
    display: none;
  }

  #header {
    height: 100px;
  }

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

  #header .logo img {
    max-height: 78px;
    width: 100%;
    height: auto;
    min-width: 100px;
  }

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

  nav#mainNav ul li a b {
    font-size: var(--rem18);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    color: var(--header-color-font);
    font-family: var(--font-family02);
  }

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

  #header a.head_btn.tel_btn {
    color: var(--header-color-font);
    background: var(--color-secondary);
    width: 240px;
  }

  #header a.head_btn.tel_btn .tel_text-sub {
    font-weight: 500;
  }

  #header a.head_btn.tel_btn .tel_text-sub .note b {
    font-weight: 500;
  }

  #header a.head_btn.tel_btn .tel_icon {
    font-size: var(--rem24);
    font-weight: 500;
  }

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

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

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

  #header a.head_btn.mail_btn {
    width: 190px;
    color: var(--header-background);
    background: var(--color-primary);
    font-size: var(--rem18);
	  font-family: var(--font-family02);
    font-weight: bold;
	  letter-spacing: 0.1em;
  }

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

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

  #header a.head_btn.mail_btn:hover span::before {
    color: var(--header-color-primary);
  }
	
	.note {
		font-weight: bold;
	}
}

@media print, screen and (max-width: 1400px) and (min-width: 1024px) {
  nav#mainNav ul li a {
    padding: var(--px12);
  }

  #header a.head_btn.mail_btn,
  #header a.head_btn.tel_btn {
    width: fit-content;
  }
	nav#mainNav ul li a b {
		font-size: var(--rem14);
	}
	
	#header a.head_btn.tel_btn{
		padding: 10px;
	}
	.note {
		font-size: 1rem;
	}
	
	#header a.head_btn.mail_btn {
		font-size: var(--rem14);
	}
}

@media print, screen and (max-width: 1023px) {
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li a:hover {
    background: var(--header-color-primary);
    color: var(--color-background);
  }

  nav#mainNav ul li a:hover {
    background: var(--header-color-primary) !important;
    color: var(--color-background);
  }
}

/* -------------- HEADER --------------- */

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

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

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

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

/*-----------------------------
cta01_col2_max1240
------------------------------*/
.cta01 {
  background: url(/wp-content/uploads/cta-bg.png) no-repeat center / cover;
  position: relative;
  z-index: 0;
  padding: var(--px120s) 0;
  font-family: var(--font-family02);
}

.cta01::before {
  content: none;
  display: block;
  position: absolute;
  inset: 0;
  background: var(--color-background-op80);
  z-index: 0;
}

.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  background: transparent;
  padding: var(--px20) var(--px40) var(--px120s);
  position: relative;
  z-index: 1;
}

.cta01 .cta01_wrap .main-ttl {
  text-align: center;
   font-weight: bold;
    font-size: var(--rem40);
    letter-spacing: 0.08em;
    font-family: var(--font-family02);
    color: var(--color-font);
    margin: 0;
    margin-bottom: 1em;
    line-height: 1.4;
  margin: 0;
}

.cta01 .cta01_wrap .main-ttl::after { 
	content: none;

}

.cta01 .cta01_wrap .main-ttl > .ttl-wrap {
  position: relative;
  display: inline-block;
  padding: var(--px80) var(--px96) var(--px60);
  z-index: 2;
}

.cta01 .cta01_wrap .main-ttl > .ttl-wrap:after {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  background: rgba(253, 251, 250, 0.9);
  filter: blur(67px);
  z-index: -1;
}

.cta01 .ctabtnlist {
  justify-content: center;
  max-width: 1240px;
  margin: var(--px12) auto 0 auto;
  gap: 0;
  position: relative;
  z-index: 3;
}

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

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

.cta01 a.item:hover {
  opacity: 0.8;
}

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

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

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

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

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

.cta01 .mailbtn .infotxt {
  font-size: var(--rem16);
  letter-spacing: 0.1em;
  font-family: var(--font-family01);
}

/*電話ボタン*/

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

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

.cta01 a.telbtn {
  background: var(--color-secondary);
  color: var(--color-font);
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: calc(var(--rem24) + 2px);
  letter-spacing: 0.08em;
  font-family: var(--font-family01);
}

.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: 1.1em;
}

.cta01 .telnum::before {
  content: "\f095";
  font-size: 0.9em;
}

/* main title */
.main-ttl,
.post .main-ttl {
  font-weight: bold;
  font-size: var(--rem40);
  letter-spacing: 0.08em;
  font-family: var(--font-family02);
  color: var(--color-font);
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.4;
}

.main-ttl .en-ttl {
  display: block;
  color: var(--color-font);
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: var(--rem90);
  line-height: 1.2;
  text-transform: capitalize;
}

.main-ttl.long-ttl .en-ttl {
  font-size: clamp(40px, calc(8rem + ((1vw - 19.2px) * 2.589)), 80px);
}

.post .main-ttl.txt_l {
  margin-bottom: 1em;
  line-height: 1.3;
}

.post .main-ttl.txt_l::after {
  margin-left: 0;
  margin-right: auto;
}
.post h2.main-ttl::after {
    content: none;
    width: var(--px80w);
    height: 3px;
    margin-top: .7em;
    background: var(--color-font);
}

.lh2 {
  line-height: 2;
}

/* content01 */

.big-txt {
  font-size: calc(var(--rem30) + 2px);
  font-weight: 900 !important;
  letter-spacing: -0.03em;
  line-height: 1.6;
}

#content01 {
  position: relative;
  padding: var(--px120) 0;
  background: var(--color-primary-shade);
}

#content01 .en-ttl {
  display: inline-block;
  line-height: 1;
  position: relative;
  width: 35%;
  max-width: 434px;
}

#content01 .en-ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  border-top: 3px solid var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
  bottom: calc(calc(var(--px14) + 13px) * -1);
}

#content01 .main-ttl {
  font-size: calc(var(--rem56) - 6px);
  letter-spacing: 0.06em;
  line-height: 1;
  display: flex;
  gap: var(--rem16);
  align-items: flex-end;
  justify-content: center;
  margin-bottom: calc(var(--px14) + 13px + var(--px50));
}

/*------------------------------------------------------------
 ナンバリング01
------------------------------------------------------------*/
.num_list01 {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
}

.num_list01 .txtarea {
  padding: 0 var(--px24) var(--px40);
  line-height: 2;
  letter-spacing: 0.03em;
}

.num_list01 .imgarea {
  position: relative;
  margin-bottom: var(--px20);
}

.num_list01 .imgarea:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-background);
  font-family: var(--font-family03-en);
  font-weight: bold;
  font-size: var(--rem40w);
  border-radius: 50%;
  left: 50%;
  width: calc(var(--rem40w) + 30px);
  height: calc(var(--rem40w) + 30px);
  line-height: calc(var(--rem40w) + 30px);
  text-align: center;
  bottom: calc(calc(var(--rem40w) + 30px) / -1.8);
  transform: translateX(-50%);
  box-shadow: 0 0 8px grey;
}

.num_list01 .num_listttl {
  text-align: center;
  font-weight: bold;
  font-size: var(--rem24w);
  padding: 24px 0;
  position: relative;
  color: var(--color-primary);
  margin-top: 1.5em;
  line-height: 1.3;
  font-family: var(--font-family02);
  letter-spacing: 0.1em;
}

/*---------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: calc(calc(100% - calc(var(--px16) * 2)) / 3);
  margin-bottom: 2%;
  background: var(--color-secondary);
}

.post .col3_list::before {
  content: "";
  display: block;
  width: calc(calc(100% - calc(var(--px16) * 2)) / 3);
  height: 0;
  order: 1;
}

.post .col3_list:after {
  content: "";
  display: block;
  width: calc(calc(100% - calc(var(--px16) * 2)) / 3);
  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: 767px) {
  #content01 .main-ttl {
    flex-direction: column;
    align-items: center;
    gap: calc(var(--px14) + 13px + var(--px20));
  }

  #content01 .en-ttl {
    width: 55%;
  }
}

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

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

/* content02 */

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

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

.column06 .imgarea {
  position: relative;
  aspect-ratio: 67 / 38;
  overflow: hidden;
  width: 70%;
  max-width: 1340px;
}

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

.column06 .txtarea {
  position: relative;
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--color-background);
  padding: var(--px80) var(--px40);
  margin: 0 auto 0px -17%;
  z-index: 10;
}

.column06 .txtarea .txtinner {
  max-width: 730px;
  margin: 0 auto;
}

.column06 .txtarea .txtinner p {
  letter-spacing: 0.08em;
}

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

@media print, screen and (min-width: 1281px) {
  /*左右反転*/
  .column06_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

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

@media print, screen and (max-width: 1500px) and (min-width: 1281px) {
  .column06 .txtarea {
    width: 54%;
    margin: 0 auto 0px -24%;
  }

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

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

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

  .column06 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.858) 0 0 auto;
    padding: var(--px100);
    justify-content: flex-start;
  }

  .column06 .txtarea .txtinner {
    margin: 0;
  }
}

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

/* ----------- ECOCUTE ----------- */
.block-1 .flexbox .imgarea img {
  width: 100%;
}
.block-1 .flexbox .txtarea {
  padding-right: var(--px40);
}

.block-2 .text-normal-sb {
  line-height: 2.5;
}

.block-list {
  counter-reset: number;
  list-style-type: none !important;
}

.block-list li + li {
  margin-top: var(--px30);
}

.block-item {
  padding: var(--px30);
  background: var(--color-primary-shade);
}

.block-item .imgarea {
  width: 25%;
}

.block-item .imgarea img {
  width: 100%;
}

.block-item .txtarea {
  width: 75%;
  padding-right: var(--px40);
}

.block-1 .linkBtn::after {
  content: none;
}

@media print, screen and (max-width: 1023px) {
  .block-1 .flexbox .txtarea {
    padding-right: 0;
  }
}

@media print, screen and (max-width: 767px) {
  .block-item .imgarea {
    width: 100%;
  }

  .block-item .txtarea {
    width: 100%;
    padding-right: 0;
    margin-top: var(--px40);
  }
}

/* ----------- END ECOCUTE ----------- */

/* --------- MESS -------------- */
.mess-1-ttl span {
  font-size: var(--rem20w);
  font-family: var(--font-family02);
  font-weight: bold;
  letter-spacing: 0.1em;
  background: linear-gradient(transparent 60%, #fff855 60%);
}

.mess-1-txt {
  font-size: var(--rem16);
  line-height: 3.7;
}

.mess-2 .flexbox img {
  width: 100%;
}
/* --------- END MESS -------------- */

/* ---------  COMPANY -------------- */
table.responsive.table-diff {
  border: none;
}

table.responsive.table-diff tr {
  border-top: 1px solid var(--color-table-border);
}

table.responsive.table-diff tr:last-child {
  border-bottom: 1px solid var(--color-table-border);
}
table.responsive.table-diff th {
  background: transparent;
  width: 15%;
  padding: var(--px20);
  border: none;
  text-align: center;
}

table.responsive.table-diff td {
  padding: var(--px20);
  border: none;
}

@media print, screen and (max-width: 767px) {
  table.responsive.table-diff th {
    text-align: left;
  }
}
/* --------- END COMPANY -------------- */

/* ------------ FOOTER ----------- */
#footer .footer__logo img {
  max-width: 397px;
  width: 90%;
}

#footer {
  color: var(--footer-color-font);
  padding: var(--px120) 0 var(--px40);
  background: var(--footer-background);
}

.footer-flex {
  max-width: 1600px;
  margin: 0 auto;
  width: 94%;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--footer-color-font);
}

#footer .footnav ul > li {
  font-weight: 500;
  padding: 0 var(--px18);
}

#footer .footnav ul > li::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--color-font);
  border-bottom: 2px solid var(--color-font);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
  background: none;
}

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

@media print, screen and (min-width: 768px) {
  .footer-flex {
    display: flex;
    align-items: center;
  }
  #footer .footer__logo:not(:last-child) {
    width: 50%;
    text-align: left;
  }
  #footer .inner {
    width: 50%;
  }

  #footer .footnav ul {
    justify-content: flex-end;
  }
}

/* ----------- END FOOTER ---------------- */
