@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: "Zen Kaku Gothic New", system-ui;
  line-height: 1.15;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  font-weight: 500;
  color: #3a2b00;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  width: 100%;
background: linear-gradient(rgb(255 223 197 / 24%), rgb(255 231 242 / 42%));
  }
  
.phone-view-wrapper {
  display: flex;
  justify-content: center;
  min-height: 100vh;
}

.phone-view {
  max-width: 768px;
  width: 100%; /* iPhone 12の幅相当 */
  /* box-shadow: 0 0 20px rgba(0,0,0,0.2); */
  overflow: hidden;
    background: #fff;
}
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.65;
}

a:active,
a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
dd,
dt,
dl {
  margin: 0;
}

h2
{
  color: #289f7f;
  margin-bottom: 20px;
}

.heading .en {
    font-size:4.22rem;
    font-weight: 700;
    display: block;
/* background: linear-gradient(180deg,rgba(255, 200, 166, 1) 0%, rgba(255, 237, 244, 0.87) 81%, rgba(255, 253, 230, 0.37) 100%); */
background: linear-gradient(0deg,rgba(212, 255, 241, 0.28) 8%, rgba(144, 209, 202, 0.82) 92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    margin-bottom: -1.5rem;
    letter-spacing: 0.05em;
}

.heading .jp {
  font-size:  3.2rem;
  color: #289f7f;
  font-weight: 600;
  display: block;
}

.heading02{
  text-align: center;
  color: #49403a;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.18rem;
}

.heading02 .dot{
  text-emphasis: dot #49403a;
  font-size: 1.7rem;
  display: block;
}
.heading02 .marker02{
  background:linear-gradient(transparent 5%, rgb(61, 54, 50) 0%);
  display: inline;
  color: #fff;
}
h3{
  font-size: 2.4rem;
  margin-bottom: 18px;
}
figcaption,
figure,
main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}


/*margin*/
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}


.fs{
  font-size: 1.8em;
}

.fs-min{
  font-size: 0.8em;
}
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick/slick.woff") format("woff"),
    url("./fonts/slick/slick.ttf") format("truetype"),
    url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #aaa;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {

  .slick-archive__date,
  .slick-archive__label {
    font-size: 1rem;
  }

  .slick-archive__title {
    font-size: 1.2rem;
  }
}

/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 5px;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 999;
    height: 65px;
  /* background: linear-gradient(90deg, #ff8669, #ff85a3, rgba(252, 226, 190, 0.2)); */
background-color: #41c492;
  }


  .toggle__bar {
    position: relative;
    margin: 8px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .toggle__bar,
  .toggle__bar::before,
  .toggle__bar::after {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .toggle__bar::before,
  .toggle__bar::after {
    position: absolute;
    content: "";
  }

  .toggle__bar {
    width: 42px;
  }

  .toggle__bar::after {
    width: 29px;
  }

  .toggle__bar::before {
    top: -8px;
  }

  .toggle__bar::after {
    top: 8px;
  }

  .toggle__title {
    display: block;
    padding-bottom: 5px;
    width: 4em;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }

  .toggle__title:before {
    content: "MENU";
  }
}

.toggle[aria-expanded="true"] .toggle__bar {
  background-color: transparent;
}

.toggle[aria-expanded="true"] .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  width: 40px;
}

.toggle[aria-expanded="true"] .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  width: 40px;
}

.toggle[aria-expanded="true"] .toggle__title:before {
  content: "CLOSE";
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.collapse {
  display: none;
}

.collapse nav ul.flexbox {
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}

.collapse.in nav ul.flexbox {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.gnav {
  margin: 0;
  font-weight: bold;
  line-height: 3.6rem;
  z-index: 10;
}
 .gnav li{
  position: relative;
 }
 .gnav li::before {
    content: "●";
    position: absolute;
    font-size: 0.8rem;
    color: #41c492;
    left: -15px;
}
.gnav a{
  color: #827974;
}
.gnav a:hover{
   color: #ff8669;
}
@media screen and (min-width: 1025px) {
  .gnav {
    display: block !important;
    height: inherit !important;
    }

}


/*////////////////////////

 header

////////////////////////*/
.fixedmenu {
  z-index: 999;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  transition: all 0.5s;
}

header .logo {
  -webkit-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.header_logo_h1 {
  transform: translateX(50px);
}

header nav {
  width: 100%;
}

header nav ul {
  padding: 15px 0;
}

.gnav_ul {
  height: 100px;
}

.gnav_li a {
  padding: 0 5px;
  margin: 0 10px;
  display: block;
}

.gnav_ul .reserve a {
  background-color: #d4696e;
  padding: 37px 30px;
}

.gnav_ul .reserve a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

header .scroll {
  display: none;
}

/* scroll */
header.fixedmenu {
  /* background-color: #63c2a6; */
  background: #9EAED9;
background: linear-gradient(90deg, rgba(158, 174, 217, 1) 0%, rgba(129, 132, 185, 1) 51%, rgba(176, 150, 185, 1) 100%);
}

header.fixedmenu .start {
  display: none;
}

header.fixedmenu .scroll {
  display: block;
}

@media screen and (max-width: 1024px) {
  .header {
    height: 70px;
     right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 525px;
  width: 100%;
  }

  .header_logo_h1 {
    transform: translate3d(10px, 10px, 10px);
  }

  header .logo {
    padding: 10px 0;
  }


  header nav ul.flexbox {
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
  }

  header nav ul li {
    line-height: calc(80vh / 8);
  }

  .gnav_ul .reserve a {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 80px;
    width: 100%;
    padding: 0 15px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
    .header_logo_h1 {
          transform: translate3d(10px, 5px, 10px);
    width: 100%;
    max-width: 122px;
}
}

/*////////////////////////

footer

////////////////////////*/
footer {
  background: #49403a;
  color: #fff;
  font-weight: normal;
  padding: 60px 0;
}

footer a,
footer a:hover {
  color: #fff;
}

footer .logo {
  margin: 0 0 20px 0;
}

footer small {
  width: 100%;
  margin: 45px 0 0 auto;
  padding: 15px 0;
  display: block;
  color: #fff;
  text-align: left;
  font-weight: normal;
}

footer .flex_li a {
  padding: 0 50px 15px 10px;
  position: relative;
}

footer .flex_li {
  margin: 10px;
}

footer .flex_li a::after {
  /* content: url(img/common/arrow-right.png); */
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  background: url(img/common/arrow-right.png) no-repeat center right / contain;
  width: 25px;
  height: 25px;
}

/*////////////////////////

main-aside

////////////////////////*/
.pc-layout {
  display: flex;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

/* 左右サイドバー共通 */
.pc-sidebar-left,
.pc-sidebar-right {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 300px;
  padding: 40px 20px;
  box-sizing: border-box;
  /* z-index: 10; */
}

/* 左右の位置調整 */
.pc-sidebar-left {
  left: 50px;
  top: 150px;
  line-height: 2.5em;
}

.pc-sidebar-right {
  right: 0px;
    top: 150px;

}

.pc-sidebar-right h3{
margin-bottom: 0px;
font-size: 1.6rem;
}
.pc-sidebar-right .phone-cta .tel{
  font-family:  'Oswald' , 'Noto Sans JP' , sans-serif;
  font-size: 3rem;
font-weight: bold;
  color: #ff8669;
}
.pc-sidebar-right .phone-cta .tel-detail{
font-size: 1.3rem;
display: block;
margin-bottom:10px;
}
.pc-sidebar-right .cta-button{
  font-size: 2rem;
}

/* 中央コンテンツ用ラッパー（marginで左右の幅確保） */
.main-scroll-container {
max-width: 525px;
width: 100%;
margin: 0 auto;
  flex: 1;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  position: relative;
}

/* Webkit系ブラウザ */
.main-scroll-container::-webkit-scrollbar {
  display: none;
}
/* Firefox */
.main-scroll-container {
  scrollbar-width: none;
}
@media screen and (max-width: 1024px) {
  .pc-layout {
    display: block;
  }
  .pc-sidebar-right {
    display: none;
  }
.pc-sidebar-left {
        padding: max(13vh, 80px) 30px;
        position: fixed;
        inset: 0;
        max-width: 525px;
        height: 100vh;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.9);
        z-index: 100;
        overflow-y: scroll;
        transition: opacity 0.3s, visibility 0.3s;
}
.pc-sidebar-left ul{
        padding-left: 50px;
}
}
/*////////////////////////

 user common css

////////////////////////*/

[class*="container_"] {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_l {
  max-width: 1200px;
}
.mt-20{
  margin-top: 20px;
}

.pc {
  display: block;
}

.sp,
.sp_550 {
  display: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

.f_mont {
  font-family: "Montserrat", sans-serif;
}

/* ふわっと */
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  -webkit-animation: fadeUp 1s forwards;
  animation: fadeUp 1s forwards;
}

.delay {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.marker {
  background:linear-gradient(transparent 5%, rgb(251 250 190) 15%);
  display: inline;
}
.bold {
font-weight: bold;
}

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translate(0, 50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    transform: translate(0, 50px);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}


/*////////////////////////

mv

////////////////////////*/

.mv_bg {
  background: url(img/mv/mv.jpg) no-repeat center top/cover;
  height: 105vh;
  position: relative;
}

.mv_bg .deco_botton_left {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0.3;
  max-width: 33.3%;
}

.mv_bg .deco_botton_right {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  opacity: 0.3;
  max-width: 33.3%;
}

.mv{
position: relative;
}
.mv .mv-cta-button{
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
  /* width: 288px; */
  margin: 0 auto;
  /* background-color: #ff8669; */
display: inline-flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 1.5rem 2.2rem 1.5rem 2.2rem;
  border: none;
  border-radius: 50px; */
  /* font-size: 2.8rem;
  font-weight: bold;
  text-decoration: none; */
  /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* color: #fff; */
  z-index: 2;
}



.section{
  padding: 30px 30px;
}


/*////////////////////////

intro

////////////////////////*/
.section-intro{
background: #E1DCD4;
background: linear-gradient(3deg,rgba(242, 241, 233, 1) 0% ,rgb(225, 220, 212) 47%);
position: relative;
padding-top: 70px;
}
.section-intro::after {
content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 45px solid rgba(242, 241, 233, 1);  /* 好みで色を変えてください */ 
    border-right: 262px solid transparent;
    border-left: 262px solid transparent;
}
@media screen and (max-width: 376px) {
.section-intro::after {
      border-top: 35px solid rgba(242, 241, 233, 1);  /* 好みで色を変えてください */ 
      border-right: 180px solid transparent;
    border-left: 180px solid transparent;
}
}


.section-story{    
margin-top: 50px;
    text-align: center;
    font-weight: bold;
    padding: 80px 30px 60px;
      background: url(img/intro/h2_bk.png) no-repeat center center; 
  }
.section-story .titlw-img{ 
  margin-bottom: 30px;
}

/* スライダー全体 */
.auto-scroll-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 10px 0 60px 0;
}

/* トラック（中身）を横並びにし、アニメーション */
.auto-scroll-slider .slider-track {
  display: flex;
  /* アニメの長さはスライド数や速度に応じて調整 */
  animation: scroll 20s linear infinite;
}

/* 個々のスライド */
.auto-scroll-slider .slide {
  flex: 0 0 auto;
  width: 200px;      /* スライド幅 */
  margin-right: 20px;/* スライド間隔 */
}
.auto-scroll-slider .slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* keyframes */
@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/*////////////////////////

meerit

////////////////////////*/
.section-merit{
    background: url('img/merit/back.png') no-repeat center center;
  background-size: cover;
}

.section-merit .merit-list .merit-list_item{
  padding: 40px 20px 30px 20px;
box-shadow: 0px 0px 15px -5px #bfbdba;
border-radius: 10px;
background: #fff;
margin-bottom: 20px;
position: relative;
}
/* ➊ メリットリストにカウンターをリセット */
.section-merit .merit-list {
  counter-reset: merit;
}

/* ➋ 各項目をカウンターインクリメント＆相対位置指定 */
.section-merit .merit-list_item {
  counter-increment: merit;
  position: relative;
  /* 文字を最前面に出すためのスタッキングコンテキスト */
  z-index: 1;
  overflow: hidden; /* はみ出し防止 */
}

/* ➌ 疑似要素で数字を表示 */
.section-merit .merit-list_item::before {
content: counter(merit, decimal-leading-zero);
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 8rem;
    font-weight: 700;
    font-family:  'Oswald' , 'Noto Sans JP' , sans-serif;
    line-height: 1;
    /* background: linear-gradient(180deg, #ff9640 0%, #ffc8cb 50%, rgba(252, 226, 190, 0.2) 100%); */
    background: linear-gradient(0deg,rgba(212, 255, 241, 0.28) 8%, rgba(144, 209, 202, 0.82) 92%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.35;
    z-index: 1;
}

/* ➍ 見出しや本文は上に重ねて読めるように */
.section-merit .merit-list_item h3,
.section-merit .merit-list_item p {
  position: relative;
  z-index: 2;
}

 a.btn-border {
  border: 2px solid #289f7f;
  border-radius: 100px;
  background-color: #fff;
  padding: 5px 20px;
  text-align: center;
  color: #289f7f;
}
/*////////////////////////

section-price

////////////////////////*/
.section-price{
   background: #f2f1e9;
background: linear-gradient(180deg,rgba(242, 241, 233, 0.26) 0%, rgba(242, 241, 233, 1) 47%, rgba(242, 241, 233, 0.23) 100%);
  background-size: cover;
}
.section-price .unique-img{
  margin: 30px 0 40px 0;
}

.section-price .slick-next:before{
  color: #51ad91;
}

.section-price .slick-prev:before{
    color: #51ad91;
}

.section-price .slick-dots li button:before{
  font-size: 14px;
}


/*////////////////////////

flow

////////////////////////*/

.section-flow {
  position: relative;
  background-color: #fff; /* 元の背景色 */
  z-index: 0;
  overflow: hidden; /* 飛び出し防止 */
}

.section-flow::before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#c2b8b1 1.5px, transparent 1.5px);
    background-size: 10px 10px;
    opacity: 0.3;
    z-index: -1;
}
.flow-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
  position: relative;
  border-left: 3px solid #74CCB5;
  width: 90%;
  margin: 0 auto;
}

.flow-list li {
  position: relative;
    margin: 19px 0;
    padding: 1px 0 25px 60px;
}
.flow-list li:last-child{
  margin: 0;
    padding: 1px 0 0px 60px;
}
.step-icon {
  position: absolute;
  top: 0;
  left: -33px;
  width: 60px;
  height: 60px;
  /* background: linear-gradient(135deg, #ff85a3, #ff8669); */
background: linear-gradient(0deg,rgba(212, 255, 241, 1) 0%, rgba(116, 204, 181, 1) 32%);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2.rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  z-index: 1;
  font-family:  'Oswald' , 'Noto Sans JP' , sans-serif;
}

.flow-list p {
  margin: 0;
  padding-top: 5px;
}

/*////////////////////////

campaign

////////////////////////*/
.section-campaign{
    background: url("./img/campaign/dott_bk.png") center center no-repeat;
    background-size: 100%;
}



/*////////////////////////

contact

////////////////////////*/
.cta-box{
  padding: 40px 20px;
box-shadow: 0px 0px 15px -5px #bfbdba;
border-radius: 10px;
background: #fff;
margin-bottom: 20px;
text-align: center;
}

.cta-box .phone-cta .tel{
  font-family:  'Oswald' , 'Noto Sans JP' , sans-serif;
  font-size: 3.8rem;
font-weight: bold;
  color: #ff8669;
}
.cta-box .phone-cta span{
font-size: 1.3rem;
display: block;
margin-bottom: 40px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2.2rem 1.5rem 2.2rem;
  border: none;
  border-radius: 50px;
  /* background: linear-gradient(90deg, #ff8669, #ff85a3, rgba(252, 226, 190, 0.2)); */
  background-color: #41c492;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 5px 8px 12px rgba(0, 0, 0, 0.2);
}

.cta-text {
  margin-right: 1rem;
}

.cta-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #41c492;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1rem;
}

.ct-button{
  margin-top: 60px;
  text-align: center;
}

/* price */
.price__list .price__item__title{
font-size: 24px;
text-align: center;
}

.price__list .price__item__title{
font-size: 24px;
text-align: center;
font-weight: bold;
margin: 50px 0 20px 0;
}

.price__list .price__item__title .is_orange{
  font-size: 16px;
color: #f89c52;
display: block;
margin-top: -15px;
}

.price__list .price__item__title .is_green{
  font-size: 16px;
color: #51ad91;
display: block;
margin-top: -15px;
}

.price__list .price__item__title .is_blue{
  font-size: 16px;
color: #85c8e4;
display: block;
margin-top: -15px;
}

.price_lineup__item h4{
  margin: 20px 0;
  color: #51ad91;
  font-size: 18px;
  text-align: center;
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #51ad91;/*上線*/
  border-bottom: solid 3px #51ad91;/*下線*/
}
/* .price_lineup__item_slide { 
  position: relative;   
  overflow: hidden;    
} */
