.main_visual {
  background: url(/images/index/bg_main_visual.webp) lightgray 50%/cover no-repeat;
  aspect-ratio: 345/460;
  position: relative;
}

.main_visual::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.62%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.main_visual .txt_wrap {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.main_visual .txt_wrap .emphasis {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  background-color: #ce7d6f;
  display: inline-block;
  padding: 2px 10px;
}

.main_visual .txt_wrap .main {
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  margin-top: 10px;
}

.btn_main a {
  background-color: #bfa486;
  padding: 25px 20px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  display: block;
  text-align: center;
}

h1.introduction {
  margin-block: 60px 28px;
  font-size: 2.1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.6;
}

.dec_head {
  margin-bottom: 40px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  display: inline-block;
  padding: 5px 15px;
  font-family: "Noto Serif JP", serif;
}

.concept {
  text-align: center;
}

.concept p {
  margin-bottom: 3rem;
}

.bg_oval {
  background: #fcf9f5;
  border-radius: 200px;
  text-align: center;
  padding-block: 1px;
  margin-bottom: 70px;
}

.bg_oval.wrap_inside {
  padding-inline: 0;
  margin-inline: 12%;
}

.bg_oval .wrap {
  padding-inline: 16%;
}

.bg_oval .wrap > *:last-child {
  margin-bottom: 80px;
}

.bg_oval h1,
.bg_oval .dec_head {
  color: #ce7d6f;
}

.bg_oval .dec_head {
  border-top-color: #ce7d6f;
  border-bottom-color: #ce7d6f;
}

.bg_oval h1.introduction {
  font-size: 2.4rem;
}

.bg_oval .check {
  text-align: left;
  font-weight: 600;
  font-size: 1.7rem;
  display: grid;
  place-content: center;
}

.bg_oval .check li {
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.6;
}

.bg_oval .check li::before {
  content: "";
  background: url(/images/common/ico_check.svg) no-repeat 50% 50%;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll_infinity_wrap {
  display: flex;
  overflow: hidden;
}

.scroll_infinity_wrap .scroll_infinity_list {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.scroll_infinity_wrap .scroll_infinity_list li {
  width: 250px;
  margin-left: -50px;
}

.scroll_infinity_wrap .scroll_infinity_list li img {
  width: 100%;
}

.dec_eng {
  font-size: 5.2rem;
  font-family: "Shippori Mincho", "Noto Serif JP", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  white-space: nowrap;
  padding-top: 30px;
  color: #d3b799;
}

.dec_eng + .introduction {
  margin-block: 20px 10px;
}

.line_oval {
  background-image: url(/images/common/bg_oval.svg);
  background-position: center 60px;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  color: #fff;
  padding-bottom: 80px;
}

.line_oval.bg_light_beige {
  background-image: url(/images/common/bg_oval_beige.svg);
  color: #333333;
}

.line_oval.bg_light_beige .dec_eng {
  color: #d3b799;
}

.line_oval.bg_light_beige .introduction {
  color: #333333;
}

.line_oval.bg_light_beige .dec_head {
  border-color: #333;
}

.line_oval.bg_pink .introduction,
.line_oval.bg_pink .dec_head {
  color: #333333;
}

.line_oval.bg_pink .dec_head {
  border-color: #333;
}

.line_oval .wrap_inside {
  padding-inline: 7%;
}

.line_oval .dec_eng {
  color: #fcf9f5;
}

.line_oval .introduction {
  color: #fff;
  font-size: 2.4rem;
  margin-block: 25px 12px;
}

.line_oval .dec_head {
  border-color: #fff;
}

.line_oval .num_oval {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: listnum;
  margin-bottom: 40px;
}

.line_oval .num_oval li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  min-height: 155px;
  margin-top: 20px;
}

.line_oval .num_oval li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
  width: 100px;
  height: 160px;
  flex-shrink: 0;
  border-radius: 300px;
  background: #b79878;
}

.line_oval .num_oval li span {
  position: relative;
  z-index: 1;
}

.line_oval .num_oval li::after {
  counter-increment: listnum 1;
  content: counter(listnum) ".";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff3b8;
  font-size: 4rem;
  font-family: "Shippori Mincho", "Noto Serif JP", sans-serif;
  font-weight: 400;
}

.img_cut img {
  width: 100%;
}

.layout_item.col2.nopore_problem {
  gap: 5px;
}

.layout_item.col2.nopore_problem > * {
  width: calc(50% - 2.5px);
}

.nopore_problem {
  margin-bottom: 60px;
}

.nopore_problem a {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
}

.nopore_problem a img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nopore_problem a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: 0 0 1.5rem 1rem;
  padding-right: 5rem;
  width: calc(100% - 1rem);
  line-height: 1.3;
}

.nopore_problem a .bg_arrow::after {
  position: absolute;
  right: 1rem;
  top: 51%;
  transform: translateY(-50%);
  height: 24px;
}

.nopore_problem a::after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 100%);
}

.list_arrow {
  margin-bottom: 40px;
}

.list_arrow.tp_border {
  border-top: 1px solid #d3b799;
}

.list_arrow li a {
  display: block;
  padding: 1rem 3rem 1rem 0;
  border-bottom: 1px solid #d3b799;
  position: relative;
}

.list_arrow li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background: url(/images/common/ico_arrow_bl.svg) no-repeat 50% 50%;
}

.list_arrow ul li a {
  padding-left: 3rem;
  font-size: 1.4rem;
}

.acc_wrap .acc_item:last-child .list_arrow {
  margin-bottom: 0;
}

div:has(.btn_line) + h2.bg_pink {
  margin-top: 80px;
}

.acc_wrap {
  margin-bottom: 30px;
}

.acc_wrap .acc_title {
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: #999 1px solid;
  padding: 1.5rem 4rem 1.5rem 0;
  cursor: pointer;
  position: relative;
}

.acc_wrap .acc_title::before,
.acc_wrap .acc_title::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #666666;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}

.acc_wrap .acc_title::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}

.acc_wrap .acc_title.open::before {
  opacity: 0;
}

.acc_wrap .acc_title.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.acc_wrap .acc_item {
  display: none;
}

.acc_wrap .acc_item.open {
  display: block;
}

.slider.slick-slider.banner_slider .slick-slide {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.slider.slick-slider.case_list {
  margin-bottom: 80px;
}

.slider.slick-slider.case_list .img img {
  width: 85%;
  margin-inline: auto;
}

.slider.slick-slider.case_list .txt {
  margin-top: 40px;
}

.slider.slick-slider.case_list .txt p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.slider.slick-slider.case_list .txt .ttl {
  margin-block: 15px 10px;
  background-color: #666666;
  color: #fff;
  display: inline-block;
  width: 10rem;
  text-align: center;
  font-size: 1.4rem;
}

.slider.slick-slider.case_list .txt .description {
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.slider.slick-slider.case_list .txt .btn_line {
  margin-inline: 1px;
}

.slider.slick-slider.case_list .slick-prev,
.slider.slick-slider.case_list .slick-next {
  width: 46px;
  height: 46px;
  z-index: 1;
  top: 25vw;
}

.slider.slick-slider.case_list .slick-prev {
  background: url(/images/index/ico_arrow_slick_left.svg) no-repeat 50% 50%;
  background-size: contain;
  left: -5px;
}

.slider.slick-slider.case_list .slick-next {
  background: url(/images/index/ico_arrow_slick_right.svg) no-repeat 50% 50%;
  background-size: cover;
  right: -5px;
}

.slider.slick-slider.case_list .slick-dots {
  bottom: auto;
  top: 51vw;
  width: 85%;
}

.slider .slick-dots {
  bottom: -10px;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #fff;
  display: flex;
}

.slider .slick-dots li {
  position: static;
  flex-grow: 1;
  width: auto;
  height: 1px;
  margin: 0;
}

.slider .slick-dots li.slick-active {
  background-color: #d3b799;
}

.slider .slick-dots li button {
  width: 100%;
  height: 1px;
  padding: 0;
}

.address_info {
  margin-block: 10px 50px;
}

.address_info dt {
  padding-top: 2rem;
  color: #666666;
  font-size: 1.4rem;
  letter-spacing: 0.28px;
}

.address_info dt:not(:first-child) {
  border-top: 1px solid #d3b799;
}

.address_info dd {
  margin-bottom: 1.5rem;
}

.access_map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  aspect-ratio: 375/250;
}

.page_title h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  padding-inline: 0.5rem;
  margin-bottom: 60px;
  background: url(/images/common/bg_h1.webp) no-repeat 50% 50%;
  background-size: cover;
  aspect-ratio: 345/90;
  color: #fff;
  display: grid;
  place-content: center;
  place-items: center;
}

.page_title h1 span {
  font-size: 1.6rem;
  line-height: 2;
}

.page_title h1.bg_img {
  position: relative;
  aspect-ratio: 345/180;
  background: none;
  display: block;
}

.page_title h1.bg_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page_title h1.bg_img span {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: #fff;
  font-size: 2rem;
}

.img_num {
  counter-reset: num;
}

.img_num li .img_wrap {
  position: relative;
  margin-bottom: 2rem;
}

.img_num li .img_wrap::before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff3b8;
  font-size: 4rem;
  font-family: "Shippori Mincho", "Noto Serif JP", sans-serif;
  font-weight: 400;
}

.img_num li .img_wrap img {
  width: 66.67%;
  margin-inline: auto;
}

.img_num li .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.6;
}

.link_anchor li {
  border-bottom: 1px solid rgba(211, 183, 153, 0.35);
}

.link_anchor li:first-child {
  border-top: 1px solid rgba(211, 183, 153, 0.35);
}

.link_anchor li a {
  display: block;
  background: url(/images/common/ico_arrow_down_bean.svg) no-repeat 100% 50%;
  padding: 1.2rem 3rem 1.2rem 0;
}

.dr_profile img {
  width: 60%;
  margin-inline: auto;
}

.dr_profile .ttl {
  font-size: 1.4rem;
  color: #666666;
  margin-bottom: 0.5rem;
}

table.no_line {
  border-collapse: collapse;
}

table.no_line th,
table.no_line td {
  border: none;
}

table.no_line th {
  white-space: nowrap;
  font-weight: 500;
  padding-right: 1rem;
  vertical-align: top;
}

.point_ttl {
  display: flex;
  align-items: center;
  margin-block: 3rem 2rem;
  color: #ce7d6f;
}

.point_ttl .point {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: "Shippori Mincho", "Noto Serif JP", sans-serif;
  position: relative;
  padding-right: 2rem;
}

.point_ttl .point::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px solid #ce7d6f;
}

.point_ttl .point span {
  display: block;
  text-align: center;
}

.point_ttl .point span:first-child {
  font-size: 1.2rem;
  line-height: 1;
}

.point_ttl .point span + span {
  font-size: 2.8rem;
  line-height: 1.3;
}

.point_ttl .ttl {
  font-size: 2.1rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  padding-left: 2rem;
  line-height: 1.3;
}

.care_flow {
  counter-reset: num;
}

.care_flow li {
  counter-increment: num;
  margin-bottom: 70px;
}

.care_flow li:last-child {
  margin-bottom: 0;
}

.care_flow li .img_cut {
  position: relative;
  padding-bottom: 3.5rem;
}

.care_flow li .img_cut::before {
  content: counter(num);
  background: url(/images/common/bg_bean_flow.png) no-repeat 50% 50%;
  background-size: contain;
  background-blend-mode: multiply;
  position: absolute;
  font-family: "Shippori Mincho", "Noto Serif JP", sans-serif;
  font-size: 2.4rem;
  color: #fff3b8;
  line-height: 65px;
  display: block;
  width: 58px;
  height: 65px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.care_flow li .flow_wrap h2 {
  margin-block: 1rem 2rem;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  font-weight: 600;
}

.care_flow li .flow_wrap div > a.btn_line:first-child {
  margin-top: 40px;
}

.faq_list {
  counter-reset: list_num;
}

.faq_list li {
  counter-increment: list_num;
  margin-bottom: 40px;
}

.faq_list li .ttl {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.faq_list li .ttl::before {
  content: "Q" counter(list_num);
  color: #fff3b8;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", "Noto Serif JP", sans-serif;
  background: url(/images/common/bg_bean_faq.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 50px;
  height: 60px;
  line-height: 60px;
  letter-spacing: 0.08rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.list_method li {
  margin-bottom: 20px;
}

.list_method li a,
.list_method li > div {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.list_method li a img,
.list_method li > div img {
  width: 40%;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.list_method li a .ttl,
.list_method li > div .ttl {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.list_method li a p,
.list_method li > div p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.list_method li a .more,
.list_method li > div .more {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
}

.list_method li a .more::after,
.list_method li > div .more::after {
  content: "";
  width: 30px;
  height: 26px;
  border-radius: 100px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  background: url(/images/common/ico_arrow_wh.svg) no-repeat 52% 50% #333333;
}

table.line_colored {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  table-layout: fixed;
}

table.line_colored th,
table.line_colored td {
  padding: 1.5rem;
  border-top: 1px solid #d3b799;
  border-bottom: 1px solid #d3b799;
  font-size: 1.4rem;
  line-height: 1.6;
}

table.line_colored th {
  border-right: 1px solid #d3b799;
  background-color: rgba(211, 183, 153, 0.25);
  font-weight: 500;
  text-align: left;
  width: 13rem;
}

table.line_colored th.border_none {
  border-right: none;
}

table.line_colored td.border_add {
  border-right: 1px solid #d3b799;
}

table.line_colored td.price {
  text-align: right;
  white-space: nowrap;
  width: 9.5rem;
}

table.line_colored td.price.dec {
  font-size: 2.1rem;
  font-family: "Noto Serif JP", serif;
  color: #444;
  width: 12rem;
  font-weight: 600;
  text-align: center;
}

table.line_colored td.price.dec span {
  font-size: 1.2rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: #ce7d6f;
  padding: 0.2rem 0.5rem;
  font-weight: 400;
  margin-inline: auto;
}

table.line_colored:has(th) td:nth-last-child(2) {
  text-align: right;
  white-space: nowrap;
}

table.line_colored .txt_vertical {
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
}

table.line_colored .txt_vertical .num {
  text-combine-upright: all;
}

.img_icon_custom {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  margin: 0 0.5rem 0.5rem 0;
}

.img_icon_custom img {
  filter: drop-shadow(1px 0 5px #f7eee6);
}

h2.custom {
  display: flex;
  justify-content: center;
  align-items: center;
}

h2.custom:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  white-space: nowrap;
  background: url(/images/common/ico_custom.png) 50% 50% no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
  filter: drop-shadow(1px 0 5px #f7eee6);
}

.list_circle li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.list_circle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d3b799;
}

.list_num_brackets {
  counter-reset: num;
}

.list_num_brackets li {
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  counter-increment: num;
}

.list_num_brackets li::before {
  content: "( " counter(num) " )";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
}

.box_colored {
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}

.box_colored:only-of-type {
  background-color: #f9d1cb;
}

.box_colored p {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (min-width: 1026px) {
  .slider.slick-slider.case_list .slick-prev,
  .slider.slick-slider.case_list .slick-next {
    top: 9vw;
  }

  .slider.slick-slider.case_list .slick-dots {
    top: 37%;
  }

  table.line_colored th {
    width: 18rem;
  }
}

@media screen and (min-width: 1360px) {
  .slider.slick-slider.case_list .slick-dots {
    top: 17.5vw;
  }
}

@media screen and (max-width: 960px) {
  .img_num li .img_wrap::before {
    bottom: -3%;
  }
}


/* OPEN_CPN */
.set_price {
  position: relative;
}
.set_price::before {
  content: '';
  width: 70%;
  height: 2px;
  background: #ce7d6f;
  margin-inline: auto;
  position: absolute;
  inset: auto 0 1.6rem;
  rotate: -10deg;
}
.set_price::after {
  content: '';
  width: 1rem;
  height: .6rem;
  background: #444;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-inline: auto;
  position: absolute;
  inset: auto 0 -.8rem;
}
.set_price span {
  background-color: transparent !important;
  color: #444 !important;
  border: 1px #444 solid;
}

.oc_price {
  margin-top: 1.4rem;
}