@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=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  /*------â–¼åŸºæœ¬è¨­å®šâ–¼------*/
   --color-background: #fff;
  --color-background-02: #fcfcfc;
  --color-background-03: #f5f5f5;
  --color-font: #333;
  --color-primary: #ff9900;
  --color-primary-shade: #FF5C00;
  --color-primary-tint: #ff9900;
  --color-secondary: #FF5C00;
  --color-secondary-tint: #FF5C00;
  --color-border-black: #000;
  --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: #f7f7f7;
  --header-background-02: #ffffff;
  --header-color-font: #444444;
  --header-color-font-02: #333;
  --header-color-primary: #ff9900;

  --header-color-primary-shade: #d1d1d1;
  --header-color-primary-tint: #ff9900;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨­å®šâ–¼------*/
  --footer-background: #eeeeee;
  --footer-color-font: #333333;
  --footer-color-primary: #333333;
  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨­å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "DM Sans", "Noto Sans JP", sans-serif;
  --font-family-en: "Open Sans", "Noto Sans JP", sans-serif;
  /*------â–¼pxãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/

  --px400s: clamp(100px, calc(400px + ((1vw - 19.2px) * 19.4175)), 400px);
  /* 400px-100px (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) */
  --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)*/
  --px130s: clamp(
    40px,
    calc(130px + ((1vw - 19.2px) * 5.8252)),
    130px
  ); /*130px-40px (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)*/
  --px100s: clamp(
    20px,
    calc(100px + ((1vw - 19.2px) * 5.178)),
    100px
  ); /*100px-20px (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*/
  --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)*/
  --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;
  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-color-font-02);
    background: var(--header-background-02);
    border: 3px solid var(--header-color-primary-shade);
    padding: 12px 10px;
    min-width: calc(var(--px200) + var(--px40));

    row-gap: 0;
  }

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

  #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;
    padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) var(--px24);
    max-height: 70px;
    border-radius: var(--px100);
  }
#header a.head_btn.linkBtn {
		margin-top: 0;
		background: #fff;
		color: var(--header-color-font);
        min-width: 170px;
	}
  #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(--header-color-primary);
  }

  #header a.head_btn.mail_btn:hover {
    color: var(--header-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;
  }
  nav#mainNav ul li.current-menu-item a span,
  nav#mainNav ul li a:hover span,
  nav#mainNav ul li a:active span,
  nav#mainNav ul li.current-menu-parent a span {
    color: var(--header-color-primary);
  }
  nav#mainNav ul li a:active,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li.current-menu-ancestor a,
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li.current-menu-parent a {
    background: var(--header-background);
  }
}

@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: calc(var(--rem24) - 2px);
    gap: 8px;
  }

  #header a.head_btn.tel_btn span.tel_icon::before {
    font-family: "FontAwesome";
    content: "\f095";
    font-size: 0.72em;
    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 {
    width: 100%;
    min-width: calc(var(--px200) + var(--px20));
    padding-left: var(--px20);
    padding-right: var(--px20);

    gap: 1rem;
    margin: 0 var(--px20);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: var(--header-color-font-02);
  }
  #header ul.header__contact li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) {
  html:not(.mobile) #mainImg,
  html:not(.mobile) #breadcrumnb {
    position: relative;
    z-index: 11;
  }
}
@media print, screen and (max-width: 1240px) and (min-width: 1024px) {
  #header .logo img {
    width: 100%;
    height: auto;
  }
}

/* footer */

#footer {
  padding: var(--px80) 0 var(--px60);
}
#footer .footer__logo:not(:last-child) {
  margin-bottom: 40px;
}
#footer .footnav ul > li {
  font-size: 1.2rem;
  padding: 0 var(--px30);
}
#copyright {
  margin: var(--px60) auto 0;
  color: #111;
}

#ft-upper {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
#ft-upper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
body.home #ft-upper {
  display: none;
}
/**------------------------------------------
Anchor Point
*------------------------------------------*/

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

/* post */
#front_top_content,
#front_bottom_content {
  background: #f8f7f3;
}
#front_top_content {
  padding-top: var(--px130);
  padding-bottom: var(--px90);
  margin-top: calc(-1 * var(--px120));
}
.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 {
}
.post_link,
.post2b_link,
.post4b_link {
  color: var(--color-font);
}
.post_link a,
.post2b_link a,
.post4b_link a {
  color: #111;
}
.post2b li .post2b_contents,
.post4b li .post4b_contents {
  opacity: 1;
}
@media print, screen and (max-width: 768px) {
  #front_top_content {
    margin-top: 0;
    padding-top: var(--px80);
  }
}
/* CTA */
body.home #contact-bottom {
  display: none;
}
.cta-icos {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1740px;
  width: 94%;
  gap: var(--px50);
  margin: 0 auto;
  margin-top: var(--px100);
}
.cta-ico {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0 var(--px16);
  max-width: max-content;
}
.ico-img {
  width: clamp(120px, calc(147px + ((1vw - 19.2px) * 1.7476)), 147px);
  height: clamp(120px, calc(147px + ((1vw - 19.2px) * 1.7476)), 147px);
  background: var(--color-primary);
  border-radius: 50%;
  position: relative;
}
.ico-img img {
  position: absolute;
  width: 50%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.ico-img.small-ico img {
  width: 60%;
}
.ico-img.small-ico.left53 img {
  left: 53%;
}
p.cta-ico-txt {
  color: var(--color-primary);
  font-weight: bold;
  font-size: var(--rem18);
  letter-spacing: 0.18em;
}

@media print, screen and (max-width: 1350px) and (min-width: 769px) {
  .cta-icos {
    flex-wrap: wrap;
  }
  .cta-ico {
    flex: 1 0 25%;
    max-width: 230px;
	  padding: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .cta-icos {
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 430px) {
  .cta-icos {
    
    row-gap: var(--px50);
  }
	.cta-ico {
		padding: 0;
	}
	p.cta-ico-txt {
		letter-spacing: 0;
	}
	.ico-img img {
		width:100%;
		height:auto;
	}
}
@media print, screen and (max-width: 375px) {
	.cta-icos {
    gap: 15px;
    row-gap: var(--px50);
  }
}
/*-----------------------------
cta02_col2
------------------------------*/
.cta02 {
  position: relative;
  padding: var(--px60) 0 var(--px80);
  z-index: 0;
  background: url(/wp-content/uploads/cta-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta02 h2 {
  letter-spacing: 0.27em;
}
/* .cta02:before {
    content: "";
    background: #eee;
    width: 100%;
    height: 65%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
} */
.cta02 .cta02_wrap {
  max-width: 1740px;
  width: 94%;
  margin: 0 auto;
  padding: var(--px120) var(--px20) var(--px140);
  background: url(/wp-content/uploads/cta-bg-inner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cta02 .ctabtnlist {
  justify-content: space-between;
  max-width: 1400px;
  margin: var(--px70) 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(--px50) var(--px20);
  text-align: center;
  box-sizing: border-box;
  color: var(--color-font);
  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: 2rem;
  line-height: 1.4;
  font-size: var(--rem20);
}

/*電話ボタン*/

.cta02 .telnum {
  font-size: var(--rem48);
  margin-bottom: 2rem;
  font-weight: bold;
}
.cta02 a.telbtn {
  background: var(--color-primary);
  color: var(--color-background-02);
}

/*メールボタン*/

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

/*ボタンアイコン*/

.cta02 a.mailbtn::before,
.cta02 .telnum::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 2rem;
}
.cta02 .telnum::before {
  content: "\f3cd";
}
.cta02 a.mailbtn::before {
  content: "\f0e0";
}
/* main title */

.title.main-ttl,
h2.main-ttl {
  font-size: var(--rem36);
  font-weight: bold;
  color: var(--color-font);
  font-family: var(--font-family02);
  position: relative;
  letter-spacing: 0.04em;
  padding-bottom: 2rem;
}
h2.main-ttl {
  color: #111;
  text-align: center;
}
h2.main-ttl::after {
  content: "";
  position: absolute;
  height: 3px;
  width: var(--rem80);
  margin: 0 auto;
  background: var(--color-primary-shade);
  
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  line-height: 1.5;
}
.title.main-ttl.flx-l {
  text-align: left;
  padding-bottom: 2rem;
  margin-bottom: var(--px40);
  font-size: var(--rem36);
}

.title.main-ttl::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 6.4em;
  margin: 0 auto;
  background: transparent;
  border-bottom: 1px dashed;
  border-color: var(--color-border-black);
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  line-height: 1.5;
}
.title.main-ttl.flx-l::after {
  left: 0;
  right: auto;
  width: 6.4em;
  transform: translateX(0);
}

.title.main-ttl span span {
  font-size: 2.7em;
  font-family: var(--font-family-en);
  font-weight: bold;
  color: transparent;
  background: linear-gradient(
    88.66deg,
    #707070 1.14%,
    #FF9900 45.92%,
    #6c6c6c 90.69%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 1.4;
}
.title.main-ttl > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
h1.bottom-loop,
h1.top-loop {
  font-size: var(--rem36);
  font-weight: 500;
  font-family: var(--font-family02);
}

/* 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);
  font-weight: 600;
  color: var(--color-font);
  line-height: 1.8;
  text-align: center;
  background: transparent;

  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: var(--px40) auto 0;
  border: solid 2px;
  border-color: var(--color-font);
  border-radius: 50vh;
  transition: all 0.3s;
}
.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  border-color: var(--color-font);
}
.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: var(--color-font);
  background: var(--color-primary-tint);
}
.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-color: var(--color-font);
}
.subimitarea > .linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}
/* TOP */
.main-wrapper p {
  line-height: 2;
}

/* about */

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

.column01 {
  position: relative;
  margin: var(--px120) 0 0;
  padding-bottom: var(--px400s);
}
.column01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 76%;
  bottom: 0;
  background: url(/wp-content/uploads/about-bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.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;
  max-height: 700px;
  padding: var(--px130s) var(--px80s) var(--px130s) var(--px100s);
  margin: 0;
}
.column01 .txtarea .txtinner {
  max-width: 600px;
}
.column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 50%;
}

@media print, screen and (min-width: 769px) {
  .column01 .imgarea {
    -webkit-border-top-left-radius: var(--px50);
    -webkit-border-bottom-left-radius: var(--px50);
    -moz-border-radius-topleft: var(--px50);
    -moz-border-radius-bottomleft: var(--px50);
    border-top-left-radius: var(--px50);
    border-bottom-left-radius: var(--px50);
  }
}
@media print, screen and (max-width: 768px) {
  .column01::after {
    background-size: contain;
  }
}
/* profile */

/*-----------------------------
column_05
------------------------------*/

.column05 {
  position: relative;
  margin: var(--px60) 0 0;
  padding-bottom: var(--px120);
}
.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: 70px;
}
.column05 .imgarea {
  position: relative;
  aspect-ratio: 134 / 81;
  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(--px120) var(--px40);
  margin: 0 auto 0 -20%;
  z-index: 10;
}
.column05 .txtarea .txtinner {
  max-width: 720px;
}

@media print, screen and (min-width: 1024px) {
  /*左右反転*/
  .column05_wrap + .column05_wrap {
    margin-top: 70px;
  }
  .column05_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .column05_wrap:not(.rev) .txtarea {
    padding-bottom: clamp(
      10px,
      calc(10px + ((1vw - 10.24px) * 16.7411)),
      160px
    );
    -webkit-border-top-left-radius: var(--px50);
    -moz-border-radius-topleft: var(--px50);
    border-top-left-radius: var(--px50);
  }
  .column05_wrap.rev .txtarea {
    margin: 0 -20% clamp(-40px, calc(0px + ((1vw - 19.2px) * 4.4643)), 0px) auto;
    -webkit-border-top-right-radius: var(--px50);
    -moz-border-radius-topright: var(--px50);
    border-top-right-radius: var(--px50);
  }
  .column05 .txtarea {
    padding: clamp(7px, calc(7px + ((1vw - 10.24px) * 12.6116)), 120px)
      var(--px40);
  }
}
@media print, screen and (max-width: 1023px) {
  .column05_wrap + .column05_wrap {
    margin-top: calc(100px + (1vw - 10.23px) * 7.716);
  }
  .column05_wrap.rev {
    flex-direction: row;
  }
  .column05 .imgarea,
  .column05 .txtarea {
    width: 90%;
  }
  .column05 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.858) 0 0 auto;
  }
}

/* lower pages */

#thumbImg::before,
header#h1Header::before {
  background: transparent;
}
header#h1Header h1.title {
  font-size: var(--rem40);
  font-weight: 500;
  color: var(--color-font);
  letter-spacing: 0.08em;
}
h2.semi-ttl {
  font-size: var(--rem36);
  font-weight: bold;
  letter-spacing: 0.04em;
  width: 100%;
  border-bottom: 1px solid;
  color: var(--color-font);
  border-color: var(--color-secondary);
}

h2.semi-ttl::first-letter {
  color: var(--color-secondary);
}
h2.semi-ttl::after {
  content: none;
}

h3.sect-ttl {
  font-size: var(--rem28);
  font-weight: bold;
  color: var(--color-font);
  text-align: left;
  letter-spacing: 0.04em;
  padding: 0 0 0 0.8em;
  margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto
    min(calc(50px + (1vw - 19.2px) * 1.6181), 50px); /* 120-65px auto 50-25px (1920-375) */
  border-left: min(calc(4px + (1vw - 19.2px) * 0.1294), 4px) solid
    var(--color-primary-shade);
  border-bottom: 0;
}
h3.sect-ttl::before,
h3.sect-ttl::after {
  content: none;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}
h3.sect-ttl .sub_ttl {
  display: block;

  font-size: var(--rem20);
  font-weight: 500;
}

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

.post .col4_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 .col4_list > li {
  width: 19%;
  margin-bottom: 1.5%;
  display: flex;
  justify-content: center;
}
.post .col4_list::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}
.post .col4_list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}
@media print, screen and (max-width: 1240px) {
  .post .col4_list > li,
  .post .col4_list::before,
  .post .col4_list:after {
    width: 32%;
    margin-bottom: 2%;
  }
}
@media print, screen and (max-width: 768px) {
  .post .col4_list > li {
    width: 49%;
  }
  .post .col4_list::before,
  .post .col4_list:after {
    content: none;
  }
}
@media print, screen and (max-width: 430px) {
  .post .col4_list > li {
    width: 100%;
  }
  .post .col4_list > li:last-child {
    margin-bottom: 0;
  }
}

/*---------style04-------------*/

.card01_list.cardstyle04 > li {
  padding: var(--px30) var(--px16);
  background: transparent;
  border: solid 1px #e2e2e2;
  border-radius: var(--px16);
  height: 100%;
}

/*-----------------------------
以下アウトラインデザイン
------------------------------*/
.sec01 {
  background: #aaa;
}
.card01_wrap {
  position: relative;
  margin: var(--px60) 0 0;
}
.card01_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}
.cardstyle01 > li {
  position: relative;
  background: transparent;
}
.card01_list .imgarea {
  width: 100%;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  line-height: 0;
}
.card01_list .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card01_list .txtarea {
  padding: 20px 0 0 0;
  line-height: 1.6;
  text-align: left;
  background: transparent;
}

h3.crd-ttl {
  border-bottom: 0;
  font-size: var(--rem20);
  text-align: center;
  padding: 0;
}

/* activity cnt02 */

/*--list_style02--------------------------------------------*/

.list_style02 dl {
  display: table;
  width: 100%;
  border-bottom: solid #dddddd;
  border-width: 1px 0;
}
.list_style02 dl:first-child {
  border-top: 1px solid #dddddd;
}
.list_style02.dt-bld dt {
  font-weight: bold;
}
.list_style02 dt {
  display: table-cell;
  padding: var(--px16) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px); /* 30-20px 15-10px (1920-375) */
  font-weight: 400;
}
.list_style02.dt-bld dt {
  width: 18%;
}
.list_style02 dd {
  text-align: left;
  display: table-cell;
  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) */
}
.list_style02.dt-bld dd:after {
  display: none;
}
.list_style02 dd:after {
  display: inline-block;
  content: "";
  width: 1.2rem;
  font-size: 1rem;
}
.list_style02 dd.from:after {
  content: "〜";
}

.semi-wrapper .linkBtn {
  max-width: 300px;
  font-weight: 500;
}

@media print, screen and (max-width: 768px) {
  .list_style02.dt-bld dt {
    width: 25%;
  }
}
@media print, screen and (max-width: 640px) {
  .list_style02.dt-bld dt,
  .list_style02.dt-bld dd {
    width: 100%;
    box-sizing: border-box;
    display: block;
    height: auto;
  }
}

/* profile pg */
h3.profl_name {
  font-weight: 500;
  font-size: var(--rem28);
  padding-left: 0;
  border-color: var(--color-secondary);
}

.pro-box {
  background: var(--color-background-03);
  padding: var(--px60) var(--px40);
  border-radius: var(--px20);
}

/* 20241129 */

.img-col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--px20);
  margin: var(--px40) 0;
}

.img-col4 .imgbox {
  max-height: clamp(180px, calc(250px + ((1vw - 19.2px) * 6.4725)), 250px);
  overflow: hidden;
}
.img-col4 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 5%;
}
@media print, screen and (max-width: 430px) {
  .img-col4 {
    grid-template-columns: repeat(2, 1fr);
  }
	.page-profile .list_style02.dt-bld dt,.page-profile .list_style02.dt-bld dd,.page-profile p {
		font-size: 1.3rem;
	}
}

.list_style02.dt-bld dt.max-content {
  width: fit-content;
}

.list_style02.dt-bld.no-border dl {
  border: 0;
}

.img-frame {
  width: 100%;
  max-width: 600px;
}

.social-ico {
	display: flex;
	gap: 1rem;
}

.social-ico a {
	display: inline-block;
	max-width: 40px;
}
.social-ico a img{
	width: 100%;
	height: auto;
}
.mr1{
	margin-right: 1rem !important;
}
@media print, screen and (max-width: 767px) {
	.mr1 {
		margin-right: 0 !important;
	}
}
@media print, screen and (max-width: 768px){
	.page-activity .flexbox .w30 .imgarea {
		width: 80%;
		margin: 0 auto var(--px40);
	}
} 
.border-content {
	border: 1px solid var(--color-primary);
}
.border-content > .flexbox {
	width: 94%;
	margin: 0 auto;
}

/* activity order */
.page-activity .post .col4_list::before {
	order: 7;
}

.page-activity .post .col4_list > li:nth-child(1) {
  order: 2;
}
.page-activity .post .col4_list > li:nth-child(2) {
  order: 6;
}
.page-activity .post .col4_list > li:nth-child(3) {
  order: 3;
}
.page-activity .post .col4_list > li:nth-child(4) {
  order: 5;
}
.page-activity .post .col4_list > li:nth-child(5) {
  order: 4;
}

.page-activity .post .col4_list::after{
	order: 8;
}
.cta02_wrap:before {
    content: "";
    background: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
p.cta-ico-txt {
    color: #ff8000;
    font-weight: bold;
    font-size: var(--rem18);
    letter-spacing: 0.18em;
    z-index: 999;
    text-align: center;
}

/* 20241217 */

.page-profile .w20.imgbox {
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
@media screen and (max-width: 768px) {
	.page-profile .w20.imgbox {
		width: 40%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}
#sticky-banner {
	padding: var(--rem16);
    background: #FFE699;
    color: #ED7D31;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}
.w20 {
    width: 15%;
}
a .txt_c, a .post .txt_c {
    color: #f18200;
}
span.mark {
    font-size: 1.8rem;
    color: #f18200;
    font-weight: 600;
}
span.kousi {
    font-size: 1.4rem;
    color: #000000;
    background: #fff2e3;
    letter-spacing: .1rem;
}
.course {
    border: 1px solid #ddd;
    padding: 2%;
    margin: 2% 0;
}