/*
Theme Name:shiba-child
Template:shiba
Version:1.0
*/
:root {
  /* Color */
  --gray-50: #FCFCFC;
  --gray-100: #F2F2F2;
  --gray-200: #E9E9E9;
  --gray-300: #DFDFDF;
  --gray-400: #D5D5D5;
  --gray-500: #CCCCCC;
  --gray-600: #A3A3A3;
  --gray-700: #7A7A7A;
  --gray-800: #515151;
  --gray-900: #282828;

  --white: #FFFFFF;
  --white-a50: rgb(255 255 255 / 0.04);
  --white-a100: rgb(255 255 255 / 0.08);
  --white-a200: rgb(255 255 255 / 0.16);
  --white-a300: rgb(255 255 255 / 0.24);
  --white-a400: rgb(255 255 255 / 0.32);
  --white-a500: rgb(255 255 255 / 0.4);
  --white-a600: rgb(255 255 255 / 0.8);
  --white-a700: rgb(255 255 255 / 0.88);
  --white-a800: rgb(255 255 255 / 0.92);
  --white-a900: rgb(255 255 255 / 0.96);
  --gray-900: #282828;

  --black: #000000;
  --black-a50: rgb(0 0 0 / 0.04);
  --black-a100: rgb(0 0 0 / 0.08);
  --black-a200: rgb(0 0 0 / 0.16);
  --black-a300: rgb(0 0 0 / 0.24);
  --black-a400: rgb(0 0 0 / 0.32);
  --black-a500: rgb(0 0 0 / 0.4);
  --black-a600: rgb(0 0 0 / 0.8);
  --black-a700: rgb(0 0 0 / 0.88);
  --black-a800: rgb(0 0 0 / 0.92);
  --black-a900: rgb(0 0 0 / 0.96);

  --cost-bg-primary: #443108;
  --cost-bg-primary--light: #4e4637;
  --cost-bg-secondary: #F9F9F9;
  --cost-bg-tertiary: #FDFDFD;
  --cost-bg-quaternary: #FBFBFB;

  --cost-border-primary: #9B8C6C;
  --cost-border-secondary: var(--gray-400);

  --cost-text-accent: #9B8C6C;
  
  /* added 2024 Jan. */
  --cost_nav: #CE8E1C;

  /* Unit */
  --4px: 0.25rem;
  --8px: 0.5rem;
  --11px: 0.6875rem;
  --12px: 0.75rem;
  --14px: 0.875rem;
  --16px: 1rem;
  --18px: 1.125rem;
  --20px: 1.25rem;
  --21px: 1.3125rem;
  --24px: 1.5rem;
  --28px: 1.75rem;
  --32px: 2rem;
  --36px: 2.25rem;
  --44px: 2.75rem;
  --48px: 3rem;
  --64px: 4rem;
  --80px: 5rem;
  --96px: 6rem;
  --128px: 8rem;
  --160px: 10rem;
  --240px: 15rem;
  --320px: 20rem;

  /* Spacing */
  --spacing-xs: var(--4px);
  --spacing-sm: var(--8px);
  --spacing-md: var(--16px);
  --spacing-lg: var(--24px);
  --spacing-xl: var(--32px);
  --spacing-2xl: var(--48px);
  --spacing-3xl: var(--64px);
  --spacing-4xl: var(--80px);
  --spacing-5xl: var(--128px);
  --spacing-6xl: var(--160px);
  --spacing-7xl: var(--240px);

  --spacing: var(--spacing-md);

  /* Typo */
  --f-size-sm: clamp(0.813rem, 0.68rem + 0.5vw, 1rem);
  --f-size-md: clamp(0.875rem, 0.501rem + 0.78vw, 1rem);
  --f-size-lg: clamp(1.125rem, 0.671rem + 2.07vw, 2rem);
  --f-size-xl: clamp(1.5rem, 0.969rem + 2vw, 2.25rem);

  --f-weight-normal: 400;
  --f-weight-semibold: 600;/* serif */
  --f-weight-bold: 700;

  --lineheight-xl: 4;
  --lineheight-lg: 2.5;
  --lineheight-md: 1.65;
  --lineheight-sm: 1.5;
  --lineheight-xs: 1;
  --lineheight-none: 0;
}


.contact02 .contact_area .contact_area_inner .item .input_area input[type="text"], .contact02 .contact_area .contact_area_inner .item .input_area input[type="email"], .contact02 .contact_area .contact_area_inner .item .input_area input[type="tel"], .contact02 .contact_area .contact_area_inner .item .input_area textarea {
  padding: 1.1rem !important;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form span.wpcf7-not-valid-tip, .wpcf7-form .your_msg span.wpcf7-not-valid-tip {
  position: relative;
  bottom: 0px;
  left: 0px;
  font-size: 12px;
}
.mod_headerbox_size {
  width: 64%;
  position: relative;
  overflow: hidden;
}
.mod_headerbox_size ul {}
div.mod_headerbox_size ul li {
  height: 30px;
  overflow: hidden;
  transform: none;
  width: auto;
  margin-right: 5%;
  padding: 0 2%;
}
div.mod_headerbox_size ul li:last-child {
  margin-right: 0;
}
div.mod_headerbox_size ul li var {
  cursor: pointer;
  font-style: normal;
  font-size: 12px;
  padding: 5% 0%;
  border: 1px solid #000;
  display: block;
  width: 25px;
  text-align: center;
  margin-right: 0%;
  border-radius: 3px;
}
div.mod_headerbox_size ul li.actives {
  transform: none;
  width: auto;
}
.mod_headerbox_size ul li.actives var {
  background: #fff2e1;
}
.mod_headerbox_size ul li var:hover {
  background: #fff2e1;
}
.case02 .box01 .txt ul li .img_wrap {
  flex-wrap: wrap;
}
.case02 .box01 .txt ul li .img_wrap.countup, .case02 .box01 .txt ul li h3 {
  counter-reset: rank 0;
}
.case02 .box01 .txt ul li {
  position: relative;
  margin-bottom: 5%;
  border-bottom: 1px solid #f9f9f9;
}
.case02 .box01 .txt ul li:last-child {
  margin-bottom: 0%;
  border: none;
}
.case02 .box01 .txt ul li h3 {
  border-left: 4px solid #9b8c6c;
  padding-left: 3%;
}
.case02 .box01 .txt ul li .img_wrap .img {
  margin-bottom: 3%;
  padding: 2%;
  vertical-align: middle;
  background: #fcfcfc;
  border: 1px solid #f9f9f9;
  position: relative;
}
.case02 .box01 .txt ul li .img_wrap.countup .img::before {
  counter-increment: rank;
  content: counter(rank);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #665c47;
  color: #fff;
}
.cost02 .box02 .item, .charge02 .box02 .item {
  margin-bottom: 1rem;
  align-items: center;
}
.cost02 .box02 .item:last-child, .charge02 .box02 .item:last-child {
  margin-bottom: 0;
}
div.link_btn.green a {
  background-color: #0cb84c;
}
div.post_area {
  letter-spacing: 0;
}
.link_btn a {
  box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
}
@media screen and (min-width:768px) {
  .side_button.is_pc, .side_button.is_pc.open {
    left: calc(100% - 13.5rem);
  }
  div.side_button ul li {
    transform: translate(72%, 0);
    width: 13.5rem;
  }
  .side_button ul li a span {
    border-right: 1px solid #9b8c6c;
    margin-right: 8%;
  }
  .side_button ul li a span i {
    line-height: 1;
  }
  .side_button ul li a.green {
    background-color: #0cb84c;
  }
  .side_button ul li a.green span {
    border-color: #fff;
  }
  header .header_in .logo {
    width: 23rem;
  }
  div.link_btn {
    width: 27.5rem;
    height: 4.75rem;
  }
  .access02 .box01 .txt_wrap .txt div.link_btn {
    width: 20.5rem;
  }
  .link_btn a {
    border-radius: 6px;
  }
  .footer_box02_inner div.link_btn {
    width: 75%;
  }
  footer div.footer_box02 .footer_box02_inner .item .txt01 {
    padding-right: 1rem;
  }
  /* mod_headerbox_size
-----------------------------------------*/
  div.mod_headerbox_size ul {
    display: flex;
  }
  div.mod_headerbox_size ul li {
    margin-right: 1%;
    height: 35px;
    transform: none;
    width: auto;
  }
  div.mod_headerbox_size ul li var {
    width: 33px;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    padding: 12% 0%;
  }
  .top03 .link_btn {
    margin: 3.5rem auto 0;
  }
  footer ul.footer_nav li a {
    0.7rem;
  }
  .cost02 .box02 .item.item_f .txt {
    margin-right: 4%;
  }
}
@media screen and (max-width:767px) {
  header {
    padding: 0 0rem 0 0.5rem !important;
  }
  header .header_in .logo {
    max-width: 193px;
    width: 11rem;
  }
  div.link_btn {
    height: 4.125rem;
  }
  div.mod_headerbox_size {}
  .mod_headerbox_size {
    width: 26%;
  }
  .mod_headerbox_size p {
    font-size: 12px;
    margin-right: 0%;
  }
  .mod_headerbox_size ul {
    display: flex;
  }
  section.top01 .mv .txt .txt_inner h2 {
    font-size: 3.2rem;
  }
  footer div.footer_box01 .item {
    width: 100%;
    position: relative;
  }
  footer div.footer_box01 .item a p {
    font-size: 1rem;
  }
  div.bottom_button ul li a {
    height: 4.438rem;
  }
  div.bottom_button ul li:nth-child(1) a {
    background: #0cb84c;
  }
  div.bottom_button ul li:nth-child(2) a {
    background: #c35e0d;
  }
  .top03 .link_btn {
    margin: 2.5rem auto 0;
  }
}
/* fontsize
-----------------------------------------*/
.fontS {
  font-size: 100%
}
.fontM {
  font-size: 110%
}
.fontL {
  font-size: 130%
}
/*@media screen and (min-width:768px)  {
	div.m_container {
		max-width: none;
	}
}*/
.baner_content {
  margin-top: 36px;
}
@media screen and (min-width:768px) {
  .baner_content div ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .baner_content div ul li {
    width: 49%;
  }
}
@media screen and (max-width:767px) {
  .baner_content div ul li {
    margin-bottom: 3%;
  }
}
footer .sitemap02.footer_nav {
  margin: 0;
}
.sitemap02.footer_nav .box {
  margin: 0;
  padding: 0;
}
footer .sitemap02.footer_nav li + li {
  margin-left: 0;
}
.question02.top, .cost02.top, .case02.top {
  margin: 5rem 0 7rem;
}
.question02.top .box {
  margin: 3rem 0 7rem;
}
.cost02.top .link_btn, .case02.top .link_btn {
  margin: 3.5rem auto 0;
}
.case02.top .box01 .txt ul li .img_wrap .img {
  width: 19.25%;
}
.case02.top {
  margin-top: 2rem;
}
@media screen and (max-width:767px) {
  .case02.top .box01 .txt ul li .img_wrap .img {
    width: 49.25%;
  }
}
@media screen and (min-width:768px) {
  section.top01 .mv, section.top01 .mv video {
    min-height: auto;
  }
}
span.wpcf7-list-item {
  display: block;
  margin: 0;
}
#info-article {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 12px;
  background-color: #f9f9f9;
  border: 2px solid #ddd;
  text-align: center;
}
@media screen and (max-width:767px) {
  #info-article {
    margin: 4% 4%;
    text-align: left;
  }
}
.top01 .mv .txt .img {
  max-width: 490px;
  margin: 20px 0 50px;
}
.top01 .mv .txt .img a:hover {
  opacity: 0.8;
}
@media screen and (max-width:767px) {
  section.top01 .mv .txt .img {
    max-width: none;
    width: 86%;
    margin: 20px auto 50px;
  }
  section.top01 .mv .txt {
    left: 0;
    right: 0;
    margin: auto;
    top: 6rem;
    bottom: 0;
  }
}
@media screen and (min-width:768px) {
  section.top01 .mv, section.top01 .mv video {
    min-height: 110vh;
  }
}
#single-post p,#single-post h4,#single-post h5,#single-post li {
	font-size: 150%;
}
#single-post h1,#single-post h2,#single-post h3 {
	font-size: 170%;
}
#single-post mark {
	background: #FFDB91;
}
#single-post .contents_wrap .contents {
  width: 80%;
  margin: auto;
}
#single-post .m_container {
  width: 100%;
}
#single-post .comparison02,
#single-post .flow-implant02,
#single-post .cost02 {
  margin-bottom: 4rem;
}
#single-post .comparison02 .box_wrap {
  margin: 0;
}
#single-post .comparison02 .box_wrap .box .item_wrap,
#single-post .cost02 .box02 {
  padding: 1rem;
  margin: 3rem 0 2rem;
}
#single-post .cost02 .box01 .item .item_inner {
	display: block;
}
#single-post .comparison02 .box_wrap .box .item_wrap .item .txt h4 {
  border-bottom: none;
  padding-bottom: 0px;
	color: #000;
}
#single-post .comparison02 .box_wrap .box .item_wrap .item .txt ul li {
  list-style: disc;
  padding-left: 0;
}
#single-post .comparison02 .box_wrap .box .item_wrap .item .txt ul li::before {
	display: none;
}
#single-post .flow-implant02 .box {
  padding: 1rem;
  margin: 3rem 0 0;
}
#single-post  .flow-implant02 .box .item .item_h h3 {
  border-left: none;
  padding-left: 0px;
  margin-top: 0;
  margin-bottom: 0;
}

#single-post .flow-implant02 .box .item .item_h h3 span {
	display: none;
}
#single-post .flow-implant02 .box .item .inner .img img {
	margin: auto;
}
#single-post .cost02 p {
	margin-bottom: 0;
}
#single-post .footer_box02 {
  background: #4e4637;
  position: relative;
  padding: 1rem 1rem;
}
#single-post .footer_box02::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(51, 46, 36, 0.3);
}
#single-post .footer_box02 .footer_box02_inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#single-post .footer_box02 .footer_box02_inner .item {
    width: 49%;
    background: #fff;
    align-items: center;
    padding: 0.75rem 1.5rem 0.75rem 1.5rem;
}
#single-post .footer_box02 .footer_box02_inner .item .txt01 {
font-size: 0.875rem;
    font-weight: bold;
    padding-right: 0rem;
    margin-bottom: 0.5rem;
	text-align: center;
}
#single-post .footer_box02_inner div.link_btn {
	width: 100%;
}
#single-post .footer_box02_inner div.link_btn a {
	color: #fff;
	display: flex;
}
#single-post .footer_box02 .footer_box02_inner .item .item_inner .inner {
  display: flex;
  align-items: center;
}
#single-post .footer_box02 .footer_box02_inner .item .item_inner .inner span {
  color: #9b8c6c;
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
#single-post .footer_box02 .footer_box02_inner .item .item_inner .inner .number {
font-size: 1.75rem;
    line-height: 1;
    font-weight: bold;
    margin-left: 0px;
    margin-bottom: 5px;
}
#single-post .footer_box02 .footer_box02_inner .item .item_inner .txt02 {
  font-size: 0.875rem;
	margin-bottom: 0px;
	    line-height: 1.3;
}
#single-post .flow-implant02 .box .item .inner {
	display: block;
}
#single-post .flow-implant02 .box .item .inner .txt,
#single-post .flow-implant02 .box .item .inner .img {
	width: 100%;
}
#single-post .flow-implant02 .box .item .inner .txt {
	margin-bottom: 24px;
}
div.post_area p {
  font-size: 1rem;
}
div.post_area h2 {
  font-size: 2.2rem;
  border-left: 6px solid #9b8c6c;
  padding-left: 15px;
  margin-top: 6rem;
  margin-bottom: 2rem;
  text-align: left;
}
div.post_area h3 {
  font-size: 1.6rem;
  border-left: 6px solid #eee;
  padding-left: 15px;
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: left;
}
div.post_area h4 {
font-size: 1.4rem;
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
    margin-top: 3rem;
}
div.post_area ul.conul li {
	list-style: disc;
}

div.post_area ul li {
	list-style: disc;
}

div.post_area ol.all-melit {
	    background: #f9f9f9;
    padding: 20px 10px 25px 60px;
    font-weight: bold;
   margin-bottom: 45px;
}
@media screen and (max-width:767px) {
#single-post .m_container {
    padding: 0 1.5rem;
}
#single-post .contents_wrap .contents {
    width: 100%;
}
}

#ez-toc-container.ez-toc-white {
	padding: 5%;
}

div#ez-toc-container ul li {
	margin-bottom: 10px;
}

div#ez-toc-container ul li a  + ul {
	margin-top: 10px;
}

div#ez-toc-container ul li a {
	font-weight: bold;
	text-decoration: underline;
}

div#ez-toc-container ul li a::before {
    background: #665c47;
    color: #fff;
    padding: 0 9px;
    margin-right: 0.8rem;
}

div#ez-toc-container ul li a + ul li a {
	font-weight: normal;
}

div#ez-toc-container ul li a + ul li a::before {
	background: none;
	color: #222;
	margin-right: 0.rem;
}

.footer-img {
	margin-bottom: 2rem;
}

.post_area table,
.post_area table td {
	border: 1px solid #ddd;
}

a:hover {
	text-decoration: underline;
}

@media screen and (max-width:767px) {
section.cost02 .box01 .item .item_inner {
	display: block;
}
	.cost02 .box01 .item .item_inner .txt02 {
		font-weight: bold;
	}
section.cost02 .box01 .item .item_inner .price {
	font-size: 0.9rem;
}
}

section.charge02 .box01 .item .txt {
	display: block;
}

.charge02 .box01 .item .txt .price {
	font-weight: bold;
}

.sidebaner {
	position: fixed;
	top: 13%;
	bottom: 0;
	right: 0;
	margin: auto;
  text-align: right;
  z-index: 200;
}

.sidebaner a {
  display: block;
  margin-bottom: 16px;
}

@media screen and (max-width:767px) {
	.sidebaner {
		display: none;
}
}

.video-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.video-list li {
	width: 49%;
	margin-bottom: 0%;
	list-style: none !important;
}


.video-list li video {
	width: 100%;
}

figure.chara{
  display: flex;
  justify-content: center;
}

figure.chara img {
	width: 17%;
	margin: auto;
}

@media screen and (max-width:767px) {
figure.chara img {
	width: 17%;
	margin: auto;
}
}

figure.chara.left  {
  justify-content: start;
}

figure.chara.right {
  justify-content: end;
}

figure.chara.right img {
  margin-top: -25%;
}

section.top01 div.mv, section.top01 div.mv video {
    min-height: auto;
}

section.top01 div.mv video {
	position: absolute;
}

section.top01 div.mv .txt {
	position: relative;
	padding: 13% 5% 5% 5%;
	top: 0;
	left: 0;
	transform: none;
}

section.lower_mv .lower_mv_inner {
  flex-wrap: wrap;
  text-align: center;
}

section.lower_mv .lower_mv_inner h1,
section.lower_mv .lower_mv_inner h2 {
  text-align: center;
  width: 100%;
}

section.lower_mv .lower_mv_inner h2 span {
  color: #fff;
}

.u-red {
  color: #dc1057 !important;
}

@media screen and (max-width: 767px) {
  section.lower_mv .lower_mv_inner h2 {
  font-size: 1.2rem;
  width: 90%;
  margin: auto;
}
}

.lower_mv .lower_mv_inner::before {
  display: none;
}

.rtoc-mokuji-content .rtoc-mokuji.level-2 li {
  font-size: 0.9em !important;
}

div.post_area h2,
div.post_area h3,
div.post_area h4 {
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
  border: none;
  position: relative;
}

div.post_area h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 40%;
  bottom: 15%;
  left: 0;
  background: #f09d04;
}

#single-post h2.img {
  margin-left: 10%;
  position: relative;
}

#single-post h2.img::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 96px;
  left: -12%;
  bottom: 0;
  margin: auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

#single-post h2.img.chara_01::after {
  background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_01.png");
}

#single-post h2.img.chara_02::after {
  background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_02.png");
}

#single-post h2.img.chara_03::after {
  background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_03.png");
}

#single-post h2.img.chara_04::after {
  background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_04.png");
}

#single-post h2.img.doctor_01::after {
  background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/docter_01.png");
}

#single-post h2.img.doctor_02::after {
  background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/docter_02.png");
}

#single-post h2.img.doctor_03::after {
  background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/doctor_03.png");
}

#single-post h2.img.doctor_04::after {
  background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/doctor_04.png");
}


/* ========================================
BEGIN 2023 cost */
.font-serif {
  font-family: 'Noto Serif JP', serif;
}

.list-disc li {
  list-style-type: disc;
  list-style-position: inside;
}

:is(.cost01, .cost02, .feature) h1 {
  font-size: var(--32px);
}

.cost02 h2 {
  font-size: var(--f-size-xl);
}

.cost02 h3 {
  font-size: var(--24px);
  text-align: center;
}

.cost-breadcrumbs {
  margin-block: var(--spacing);
}

.cost-content .cost-content__inner {
  margin-block-end: var(--spacing-5xl);
}

.cost-content__block {
  margin-block-end: var(--spacing-4xl);
}

.cost-content__block:nth-last-of-type(1) {
  margin-block-end: 0;
}

/* page navigation */
.cost-nav {
  width: 100%;
  background-color: var(--cost-bg-primary);
  color: var(--white);
  display: grid;
  place-content: center;
  padding: var(--spacing-lg);
  font-size: var(--14px);
}

.cost-nav__menu {
  display: flex;
  gap: var(--spacing-lg);
}

.cost-nav__menu a {
  color: var(--white);
  font-size: var(--f-size-sm);
}

/* hero */
.cost01.lower_mv .lower_mv_inner {
  position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    padding: var(--spacing-4xl) var(--spacing-5xl);
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: center;
    column-gap: var(--spacing-lg);
}

.cost-hero {
  max-width: 48%;
  text-align: start;
  line-height: var(--lineheight-sm);
  color: var(--white);
}

.cost-hero__catch {
  font-size: var(--32px);
  font-weight: var(--f-weight-bold);
}

:is(.cost-hero__sub-title, .cost-hero__title) {
  font-weight: var(--f-weight-semibold);
}

.cost-hero__sub-title {
  font-size: var(--24px);
}

.cost-hero__title {
  font-size: var(--44px);
  font-size: clamp(2rem, 2vw + 1rem, 2.75rem);
  margin-block-end: var(--spacing);
}

.cost-hero__tag {
  display: flex;
  gap: var(--spacing);
}

.cost-hero__tag li {
  display: block;
  width: fit-content;
  padding: var(--spacing-xs) var(--spacing-sm);
  background-color: var(--cost-bg-primary);
}

.cost-hero__video {
  aspect-ratio: 16 / 9;
  max-width: 48%;
  height: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* feature */
.feature {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: var(--spacing-xl);
  overflow: hidden;
  display: flex;
  place-content: center;
  gap: var(--spacing-lg);
  background-color: var(--cost-bg-secondary);
}

.feature__1 {
  padding-block-start: var(--spacing-2xl);
}

.feature__list :is(dt, dd) {
  line-height: var(--lineheight-sm);
}

.feature__list dt {
  font-weight: var(--f-weight-bold);
}

.feature__list dd {
  margin-block-end: var(--spacing);
}

.feature__2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 540 / 557;
}

/* cost02 */
.cost-price__price {
  font-size: var(--32px);
  font-weight: var(--f-weight-bold);
  line-height: var(--lineheight-xs);
}

.cost-price__price span {
  font-size: var(--11px);
}

.cost-content .cost-content__inner :is(.box01, .box02, .box) {
  padding-block-start: var(--spacing-3xl);
  margin-block: 0;
}

/* Guarantee Period */
.guarantee-period__item {
    display: flex;
    column-gap: var(--spacing);
    align-items: center;
}

.cost02 .box02 .guarantee-period__item .txt01 {
    margin-block-end: 0;
}

/* Pricing Table */
.pricing-table {
  position: relative;
}

.pricing-table::after {
  content: url(images/cost/pricing-table-01.png);
  display: inline-block;
  width: 118px;
  height: 166px;
  position: absolute;
  top: var(--32px);
  right: var(--32px);
}

/* Decuction */
:is(.payment, .deduction) > p:nth-last-of-type(1) {
  margin-block-end: var(--spacing-3xl);
}

:is(.deduction__detail, .deduction__contents__inner) {
  padding: var(--spacing-2xl);
  background-color: var(--cost-bg-secondary);
}

.deduction__contents__inner {
  background-color: var(--white);
}

.deduction__detail :is(h3, p) {
  margin-block-end: var(--spacing-lg);
}

.deduction__contents {
  margin-block-end: var(--spacing-3xl);
}

.deduction__contents:nth-last-of-type(1) {
  margin-block-end: 0;
}

/* Facility */
.facility02 .box .item .img img {
    height: 300px;
    object-fit: cover;
}

/* --- COMPONENT --- */

/* Heading */
.c-heading-bg {
  padding-block: var(--spacing-xl);
  padding-inline: var(--spacing-2xl);
  background-color: var(--cost-bg-primary);
  line-height: var(--lineheight-xs);
  color: var(--white);
  font-weight: var(--f-weight-bold);
  font-size: var(--36px);
  position: relative;
  display: grid;
  grid-template-rows: min-content;
  place-content: center;
}

:is(.c-heading-bg-cost, .c-heading-bg-reason, .c-heading-bg-facility, .c-heading-bg-question)::before {
  content: 'COST';
  font-size: var(--14px);
  font-weight: var(--f-weight-bold);
  color: var(--white-a400);
  display: inline-block;
  text-align: center;
  margin-block-end: var(--spacing-sm);
}

.c-heading-bg-reason::before {
  content: 'REASON';
}

.c-heading-bg-facility::before {
  content: 'FACILITY';
}

.c-heading-bg-question::before {
  content: 'QUESTION';
}

.c-heading-border {
  position: relative;
  padding-block-start: var(--spacing-sm);
  width: fit-content;
}

.c-heading-border::before {
  content: '';
  display: inline-block;
  width: var(--80px);
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid var(--cost-border-primary);
}

.c-heading-center {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

:is(.c-heading-center).c-heading-border::before {
  width: 100%;
}

.c-heading-line {
  text-align: center;
  width: 100%;
  margin: 0 auto var(--spacing-lg);
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  gap: var(--spacing-lg);
}

.c-heading-line::before,
.c-heading-line::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--cost-border-secondary);
  place-self: center;
}

h2.c-heading-sm {
  font-size: var(--24px);
  margin-block-end: var(--spacing-xl);
}

/* Text */
.c-text-center {
  text-align: center;
}

.c-notes {
  font-size: var(--12px);
}

/* Card */
.c-card__title {
  font-weight: var(--f-weight-bold);
}

.c-card__contents {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-rows: 8rem repeat(3, min-content);
    row-gap: var(--spacing);
}

.c-card__contents--secondary {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-rows: auto 1fr;
  row-gap: var(--spacing);
}

.c-card__contents img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.cost-all-on .c-card__contents {
    grid-template-rows: 10rem max-content;
}

:is(.c-card__img, .c-card__title, .c-card__body) {
  place-self: center;
}

.cost-reason .c-card__title {
  color: var(--cost-text-accent);
  font-size: var(--24px);
}

/* Container */
.c-img-container {
  margin-block-end: var(--spacing-xl);
}

/* Table */
.c-table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--white);
}

.c-table td {
  border: 1px solid var(--cost-border-secondary);
  padding: var(--spacing-sm) var(--spacing);
}

:is(.c-table__heading, .c-table__even-row) {
    background-color: var(--cost-bg-secondary);
}



/* --- /COMPONENT --- */

/* --- PROJECT --- */
:where(.p-card-group).cost-price {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: var(--cost-bg-tertiary);
  padding: var(--spacing-2xl);
}

:where(.p-card-group).cost-reason {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: var(--spacing-2xl);
  padding-block-start: var(--spacing-3xl);
}

:where(.p-card-group).cost-price .p-card-group__card:nth-child(2) {
  display: grid;
  grid-template-columns: 1px 1fr 1px;
  column-gap: var(--spacing-lg);
}

:where(.p-card-group).cost-price .p-card-group__card:nth-child(2)::before,
:where(.p-card-group).cost-price .p-card-group__card:nth-child(2)::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--cost-border-secondary);
  place-self: center;
}

:where(.p-card-group.p-card-group--tertiary).cost-price {
  grid-template-columns: max-content 1fr;
  column-gap: var(--spacing-xl);
  background-color: var(--cost-bg-quaternary);
}

.p-card-group--tertiary .c-card__contents {
  grid-template-rows: auto;
}

.p-card-group--tertiary .p-card-group__card:nth-child(1) .c-card__title {
  font-size: var(--f-size-lg);
  place-self: start;
}

.p-card-group--tertiary .p-card-group__card:nth-child(1) :is(.c-card__body, ul) {
  font-size: var(--f-size-md);
}

.p-card-group.p-card-group--tertiary .p-card-group__card:nth-child(2),
:where(.p-card-group).cost-price.cost-all-on .p-card-group__card:nth-child(2) {
    display: grid;
    grid-template-columns: 1px 1fr;
    column-gap: var(--spacing-lg);
}

.p-card-group.p-card-group--tertiary .p-card-group__card:nth-child(2)::after {
  content: none;
}

:where(.p-card-group).cost-price.cost-all-on {
  grid-template-columns: 1fr 1fr;
}

/* Accordion - price-table */
.cost-content .p-accordion-pricing-table {
  margin-block-end: calc(var(--spacing-6xl) + var(--32px));
}

.p-accordion-pricing-table.is-close .box01 {
  height: var(--320px);
  overflow: hidden;
  transition: all 0.4s ease-out;
}

.p-accordion-pricing-table.is-show .box01 {
  height: auto;
}

.p-accordion-pricing-table .p-accordion-pricing-table__cover {
  position: absolute;
  z-index: 4;
  margin-block-start: calc(var(--spacing-6xl) * -1);
  padding-block-start: var(--spacing-6xl);
  width: 100%;
  display: grid;
  place-content: end center;
  background-image: linear-gradient(to top, #fff 33% 33%, #fff9 68% 68%, #fff0 100%);
  transition: all 0.4s ease-out;
}

.p-accordion-pricing-table.is-show .p-accordion-pricing-table__cover {
  margin-block-start: 0;
  padding-block-start: var(--spacing-xl);
  background-image: linear-gradient(to top, #fff 33% 33%, #fff9 68% 68%, #fff0 100%);
}

.p-accordion-pricing-table.is-show .link_btn a {
  font-size: 0;
}

.p-accordion-pricing-table.is-show .link_btn a::before {
  font-size: var(--16px);
  content: '料金表を閉じる';
}

.p-accordion-pricing-table.is-close .link_btn .arrow {
    transition: all 0.4s ease-out;
    transform: translateY(-8px) rotate(135deg);
}

.p-accordion-pricing-table.is-show .link_btn .arrow {
    transform: rotate(-45deg);
}

.p-cta-main {
  /* margin-block-end: var(--spacing-5xl); */
  padding-block: var(--spacing-xl);
  padding-inline: var(--spacing);
  background-color: var(--cost-bg-primary--light);
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
}

.p-cta-main__inner {
  display: flex;
  column-gap: 0;
}

.p-cta-main__inner > .item {
  width: 50%;
  display: grid;
  column-gap: var(--spacing-lg);
  place-content: center;
  grid-template-columns: max-content 1fr;
  background-color: var(--white);
  padding: var(--spacing-xl) var(--spacing-lg);
}
.p-cta-main__inner :is(.txt01, .txt02) {
  font-size: var(--14px);
}

.p-cta-main__inner .txt01 {
  font-weight: var(--f-weight-bold);
  place-self: center start;
}

.p-cta-main__inner .item .link_btn {
  width: 100%;
}

.p-cta-main__inner .item_inner .inner {
  display: flex;
  place-content: center start;
}

.p-cta-main__inner .item_inner .inner span {
  color: var(--cost-border-primary);
  font-size: var(--24px);
  margin-right: var(--spacing-xs);
  width: fit-content;
}

.p-cta-main__inner .item_inner .inner .number {
  font-size: var(--28px);

}





/* --- /PROJECT --- */

/* ========================================
END 2023 cost */


#content-question.pamphlet ul {
  margin-top: 88px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#content-question.pamphlet ul li {
  margin-top: 40px;
  border: 1px solid #eee;
  padding: 16px;
}

.cost-content__block.megajen {
  margin-top: 72px;
}

.cost-content__block.megajen figure {
  margin-top: 32px;
}

.cost-content__block.megajen p span{
  display: block;
  max-width: 800px;
  margin: 24px auto 0;
}

.cost-content__block.megajen article {
  position: relative;
}

.cost-content__block.megajen article .img {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 15%;
}


.price .cost-content .cost-content__block p {
  margin-bottom: 32px;
}

.price .cost-content .cost-content__block p span {
  font-weight: bold;
  display: block;
  border: 2px solid #eee;
  padding: 24px;
}

.price .cost-content .cost-content__block.text {
  margin: auto;
  max-width: 800px;
}

.price .cost-content .cost-content__block.text article {
  margin-top: 32px;
}

header .header_in .menu_open p {
  position: absolute;
  top: 64%;
  left: 18%;
  font-size: 10px;
  font-weight: bold;
  transition: 0.3s;
}

.cost-hero__title {
  font-size: clamp(2rem, 2vw + 1rem, 1.8rem);
}

.guarantee-period__item {
  display: block;
}

section.lower_mv {
  margin-top: 5rem;
}

.lower_mv_inner .img {
position: absolute;
    right: 5%;
    bottom: 5%;
    width: 10%;
}

.feature .img {
  position: absolute;
  right: 20px;
  bottom: 5%;
  width: 10%;
}

.cost-hero__tag {
  flex-wrap: wrap;
}

.access02 .box01 .item.first .img_wrap {
  display: flex;
  justify-content: space-between;
}

.access02 .box01 .item.first .img_wrap .img {
  width: 48%;
  padding: 0 0 2.5rem;
}

section.top01 div.mv .txt h2,
section.top01 div.mv .txt p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.274);
}

section.top05 {
  margin: 3rem 0 5rem;
}

section.top05 .box {
  justify-content: space-around;
}

/* added 2024 Jan.~Feb. */
.cost-hero__tag {
  margin-bottom: 20px;
}
.cost01.lower_mv .cost-hero__video {
  align-self: center;
}
.cost01.lower_mv .lower_mv_inner .img {
  bottom: 40%;
}
.cost_navigation {
  margin-top: 40px;
  padding-right: var(--spacing-lg);
  width: 100%;
}
.cost_navigation p {
  font-size: var(--32px);
  font-weight: var(--f-weight-bold);
  line-height: var(--lineheight-lg);
  color:var(--white);
  background: var(--cost-bg-primary);
  border-radius: 8px 8px 0 0;
	text-align: center;
}
ul.link_btn.cost_nav {
  width: 100%;
  height: auto;
  padding: 16px;
  background: var(--white);
  border-radius: 0 0 8px 8px;
  display: flex;
  gap: 16px;
	margin-top: 0 !important;
	border: 1px solid #f9f9f9
}
.cost_nav li {
  width: 33.33%;
}
.cost_nav img {
  transform: scale(.5);
}
.link_btn.cost_nav a {
  font-size: var(--18px);
  font-weight: var(--f-weight-bold);
  height: 79px;
  background: var(--cost_nav);
}
.p-cta-main.cost_CTA .m_container {
  max-width: 1160px;
}
.p-cta-main.cost_CTA .p-cta-main__inner {
  column-gap: 14px;
}
.p-cta-main.cost_CTA .p-cta-main__inner .item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}
.p-cta-main.cost_CTA .p-cta-main__inner .item_inner {
  display: flex;
  justify-content: center;
}
.p-cta-main.cost_CTA .p-cta-main__inner .item_inner .inner.is_pc {
  display: flex;
  align-items: center;
}
.p-cta-main.cost_CTA .p-cta-main__inner .txt01 {
  font-size: var(--16px);
  margin-bottom: 8px;
}
.p-cta-main.cost_CTA .p-cta-main__inner .txt02 {
  font-size: var(--12px);
  line-height: var(--lineheight-sm);
}
.p-cta-main.cost_CTA .p-cta-main__inner .number {
  font-size: var(--32px);
  font-weight: var(--f-weight-bold);
  margin-right: 14px;
}

/* costの下層ページ */
.p-cta-main.cost_lowerPage {
  margin-block-end: 0;
}
.cost-hero__catch2nd {
  font-size: var(--24px);
  font-weight: var(--f-weight-bold);
  line-height: 48px;
}
.cost-hero__catch3rd {
  font-size: var(--16px);
  line-height: var(--lineheight-sm);
  margin-bottom: 22px;
}
.benefits_list {
  display: flex;
  gap: 8px;
}
.benefits_list li {
  padding: 0 16px;
  font-size: var(--20px);
  font-weight: var(--f-weight-bold);
  line-height: 48px;
  border: 1px solid var(--white);
}
.types {
  padding: 64px 44px 0;
}
.types p {
  padding: 0 20px;
}
.material_txt {
  width: 800px;
  margin: auto;
}
.material_txt_narrow {
  width: 767px;
  margin: auto;
}
.hasMB {
  margin-bottom: 32px;
}
.image_none .pricing-table::after {
  content: "";
}
.lowerPage_payment {
  padding-top: 60px;
}
figure.backTeeth_image {
  text-align: center;
}
figure.backTeeth_image img {
  width: 759px;
}
.hasMT {
  margin-top: 40px;
}
.eraseMB {
  margin-bottom: 0;
}
.item.types.allOn46 {
  padding: 64px 0 0;
}
.item.types.allOn46 p {
  padding: 0 1% 0;
}
.item.types.allOn46 p.widthNarrow,
p.widthNarrow {
  padding: 0 6%;
}
.types1000 {
  padding: 64px 0 0;
}

@media screen and (max-width:767px) {
  .benefits_list {
    flex-direction: column;
    width: fit-content;
  }
.c-heading-bg {
    font-size: var(--24px);
    line-height: var(--lineheight-md);
  }
.types {
  padding-left: 0;
  padding-right: 0;
  }
  .cost01.lower_mv .lower_mv_inner .img {
    bottom: 35%;
  }
  .cost_navigation {
    margin-top: 0;
    padding-right: 0;
  }
  .cost_navigation p {
    padding:10px 0;
    font-size: var(--16px);
    line-height: var(--lineheight-md);
  }
  .cost_navigation p span {
    display: block;
  }
  .link_btn.cost_nav {
    flex-direction: column;
  }
.cost_nav li {
    width:100%;
  }
  .link_btn.cost_nav a {
    font-size: var(--16px);
  }
  .p-cta-main.cost_CTA .p-cta-main__inner {
    width: 100%;
    row-gap: 14px;
    }
  .p-cta-main.cost_CTA .p-cta-main__inner .txt01 {
    font-size: var(--14px);
    margin-bottom: 0;
    }
  .p-cta-main.cost_CTA .p-cta-main__inner .number {
    font-size: var(--18px);
    }
  .p-cta-main.cost_CTA .is_pc span,
  .p-cta-main.cost_CTA .is_pc>p {
    display: none;
    }
  .p-cta-main.cost_CTA .is_pc>div {
    width: 100%;
    }
  .p-cta-main.cost_CTA .is_pc .txt02 {
    font-size: var(--14px);
    }
  .p-cta-main.cost_CTA .p-cta-main__inner .item_inner {
    flex-direction: column-reverse;
    }
  .material_txt {
    width: auto;
    margin: 0;
  }
}

div.post_area h2, div.post_area h3, div.post_area h4 {
    padding-top: 0rem;
    padding-bottom: 0rem;
    border: none;
    position: relative;
}

.profile-container {
  border: 2px solid #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  max-width: 100%;
}
.profile-title {
  background: #9b8c6c;
  color: #fff;
  padding: 4px 12px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  display: inline-block;
  border-radius: 4px;
}
.profile-content {
  display: flex;
  align-items: center;
}
.profile-image {
  border-radius: 50%;
  margin-right: 20px;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.profile-info {
  flex-grow: 1;
}
.profile-info h3 {
  margin: 0 0 5px 0;
  font-size: 14px;
}
.profile-info h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.profile-info p {
  margin: 0 0 5px 0;
  font-size: 14px;
}

@media screen and (max-width:767px) {
  .profile-content {
    display: block;
  }
}

/* Header Position */
body header {
  top: 0;
}

/* ==========================================================================
     Post Area Styles
     ========================================================================== */
/* Post Area Heading Styles Reset */
div.post_area h2,
div.post_area h3,
div.post_area h4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border: none;
  position: relative;
}

div.post_area {
  p {
    font-size: 16px;
    margin: 0 0 3rem;
  }

  /* h2見出しスタイル */
  h2 {
    font-size: 1.8rem;
    padding-left: 15px;
    margin-top: 4rem;
    margin-bottom: 3rem;

    @media screen and (max-width: 767px) {
      font-size: 1.4rem;
    }

    &::before {
      content: "";
      display: block;
      position: absolute;
      width: 3px;
      height: 100%;
      bottom: 0;
      top: 0;
      margin: auto;
      left: 0;
      background: #f09d04;
    }
  }

  /* h3見出しスタイル */
  h3 {
    font-size: 1.4rem;
    border-left: 6px solid #9b8c6c;
    padding-left: 15px;
    margin-top: 3rem;
    margin-bottom: 1.2rem;

    @media screen and (max-width: 767px) {
      font-size: 1.4rem;
    }
  }

  /* h4見出しスタイル */
  h4 {
    font-size: 1.2rem;
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
    margin-top: 3rem;

    @media screen and (max-width: 767px) {
      font-size: 1.2rem;
    }
  }

  /* リストスタイル */
  ul.conul li {
    list-style: disc;
  }

  ul li {
    list-style: disc;
    font-size: 16px;
  }

  ol.all-melit {
    background: #f9f9f9;
    padding: 20px 10px 25px 60px;
    font-weight: bold;
    margin-bottom: 45px;
  }
}

@media screen and (max-width:767px) {
  #single-post {
    .m_container {
      padding: 0 1.5rem;
    }

    .contents_wrap .contents {
      width: 100%;
    }
  }
}


/* ==========================================================================
     Post Area Heading with Character Images
     ========================================================================== */
div.post_area {

  /* 汾用的な見出しスタイル - キャラクター付き */
  h2 {
    margin-left: 7%;
    position: relative;
    @media screen and (max-width: 767px) {
      margin-left: 16%;
    }

    /* 吹き出し風スタイル */
    &.bubble {
      background: #f9f9f9;
      border-radius: 10px;
      padding: 1.5rem 2rem;

      &::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -20px;
        margin-top: -10px;
        border: 10px solid transparent;
        border-right: 10px solid #f9f9f9;
      }
    }

    /* キャラクター画像の基本スタイル */
    &::after {
      content: "";
      position: absolute;
      width: 60px;
      height: 72px;
      left: -11%;
      top: 0;
      bottom: -10px;
      margin: auto;
      background-size: 100%;
      background-repeat: no-repeat;
      z-index: 1;
      background-size: contain;

      @media screen and (max-width: 767px) {
        width: 15%;
        height: 72px;
        left: -18%;
      }
    }

    /* 表示順でキャラクターを切り替え - nth-of-type で自動切り替え */
    &:nth-of-type(8n+1)::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_01.png");
    }

    &:nth-of-type(8n+2)::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_02.png");
    }

    &:nth-of-type(8n+3)::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_03.png");
    }

    &:nth-of-type(8n+4)::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_04.png");
    }

    &:nth-of-type(8n+5)::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/docter_01.png");
    }

    &:nth-of-type(8n+6)::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/docter_02.png");
    }

    &:nth-of-type(8n+7)::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_04.png");
    }

    &:nth-of-type(8n+8)::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_01.png");
    }

    &:nth-of-type(8n+9)::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_02.png");
    }

    &:nth-of-type(8n+10)::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_03.png");
    }

    &:nth-of-type(8n+11)::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_04.png");
    }

    /* 個別指定も可能 - クラス名で明示的に指定 */
    &.chara-implant-1::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_01.png");
    }

    &.chara-implant-2::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_02.png");
    }

    &.chara-implant-3::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_03.png");
    }

    &.chara-implant-4::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/implant_04.png");
    }

    &.chara-doctor-1::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/docter_01.png");
    }

    &.chara-doctor-2::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/docter_02.png");
    }

    &.chara-doctor-3::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/doctor_03.png");
    }

    &.chara-doctor-4::after {
      background-image: url("https://joyvillage1.jp/wp-content/uploads/2023/04/doctor_04.png");
    }
  }
}