:root {
	--text-01: #fff;
	--text-02: #595959;
	--ls-10: 0.1em;
	--ls-15: 0.15em;
	--ls-20: 0.2em;

}

.main-slider .splide__slide img {
    transition: 8s ease-out;
}
.main-slider .splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}
.fadein {
  opacity: 0;
  transform: translateY(20px); /* 下から */
  transition: all 0.8s ease-out;
}

.fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}


body {
    font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

.pc_logo {
    width: 200px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 4;
}
.pc_logo a {
    display: inline-block;
}

.main-bg-slider {
    -ms-filter: blur(6px);
     filter: blur(3px);
}

.lp_side01{
    width: 100%;
    height: 100%;
    z-index: -0;
    position: fixed;
}

.lp_side01::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 0;
    left: 0;
}
.lp_main {
    position: relative;
    background: #fff;
    z-index: 999;
}



.lp_main {
    /* max-width: 500px; */
    max-width: 430px;
    margin: 0 auto;
}

/* 初期状態：非表示・ふわっと上がる準備 */
.underline-before {
  opacity: 0;
  transition: opacity 2s ease, background-size 1s ease;
  
background: linear-gradient(#fff, #fff) 0 calc(100% + 1px)  / 0 3px no-repeat;
padding-bottom: 6px; 
  text-decoration: none;
}

.underline-before-02 {
    background: linear-gradient(var(--text-02), var(--text-02)) 0 calc(100% + 1px)  / 0 3px no-repeat;
}

/* ふわっと表示 */
.underline-visible {
  opacity: 1;
}

/* 下線を引いた状態 */
.underline-after {
  background-size: 100% 2px;
 /* background-position: 100% 100%; */
 background-position: 0 100%;
}

/* 下線を消す状態（逆再生） */
.underline-hide {
  background-size: 0 2px;
   background-position: 0 100%;
}

  /* ここまで */
section { display: flow-root; }

.t_wrap {
    display: inline-block;
}

img {
    width: 100%;
    height: auto;
}

.hero {
    position: relative;
    height: 100vh;
    width: 100%;
}

.hero h1 {
    z-index: 999;
    position: relative;
    width: 111px;
    margin-left: 18px;
    margin-top: -7px;
}
.hero .splide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.hero .splide__track,
.hero .splide__list,
.hero .splide__slide{
    width: 100%;
    height: 100%;
}

.hero .splide__slide {
    list-style: none;
}

.hero .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.kv_text {
    /* width: 372px; */
    width: 96.0465116vw;
    max-width: 404px;
    height: auto;
    position: absolute;
    top: 179px;
    top: 100px;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--text-01);
    text-shadow:10px 10px 15px rgba(0,0,0,1.6);
}

.sec_banner {
    text-align: center;
    padding: 30.89px 0 28px;
      background-image: url('../img/sec_banner-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--text-02);
}

.banner_subtext-wrap {
    text-align: center;
}

.banner_subtext-wrap p {
    display: inline-block;
    padding: 5px 12px 4px;
    background-color: #000000;
    color: var(--text-01);
    font-size: 10px;
}
   

.banner_btn {
    width: 200px;
    display: inline-block;
    margin-top: 6px;
}

.banner_btn img {
      filter: drop-shadow(0px 4px 0px var(--text-02));
    
}

.sec_ttlwrap {
    text-align: center;
}

.sec_ttlwrap h2{
    font-size: 30px;
    text-align: center;
    line-height: 1.46rem;
    letter-spacing: var(--ls-20);

}

.reco_img-wrap {
    width: 160px;
    margin: 0 auto;
    margin-top: 30px;
}

.contents_wrap-cmn {
    padding: 0 32px;
    margin: 0 auto;
}

.sec_recommend {
    padding: 65px 0 91px;
}
.sec_recommend h2 {
    text-align: center;
    letter-spacing: var(--ls-20);
    line-height:2.566666rem;
    position: relative;
    display: inline-block;
}

.sec_recommend h2::before,
.sec_recommend h2::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 6px;
    background-color: var(--text-02);
    top: 62%;
}

.sec_recommend h2::before {
    left: -63px;
    transform: rotate(66deg);
}

.sec_recommend h2::after {
    right: -63px;
     transform: rotate(-66deg);
}
.reco_wrap-pc {
    max-width: 96%;
    margin-top: 48px;
    font-weight: bold;
}

.reco_list {
    text-align: left;  
}

.reco_list li {
    margin-top: 23px;
}
.reco_list li:first-child {
    margin-top: 0;
}


.reco_list  p {
    line-height: 1.1875rem;
    letter-spacing: var(--ls-20);
    font-size: 15px;    
}

.reco_list li {
    list-style: none;
    position: relative;
    padding-left: 10px;
}

.reco_list li::before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 8px;
    left: -6px;
    background-color: var(--text-02);
    position: absolute;
}

.sec_about {
    background-image: url('../img/abouat_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    color: var(--text-01);
    position: relative;
    z-index: 0; 
}

.sec_about::before  {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 1; 

}

.sec_about > * {
    position: relative;
    z-index: 2;
}

.sec_about .contents_wrap-cmn{
    margin-top: 40px;
}
.sec_ttl-cmn {
    font-size: 35px;
    line-height: 2;
    letter-spacing: var(--ls-15);
}

.about_catch {
    margin-top: 131px;
    font-size: 30px;
    letter-spacing: 0.12rem;
    font-weight: 600;

}

.about_text {
  margin: 49px 0 250px;
    font-size: 14px;
    letter-spacing: 0.17rem;
    line-height: 2.55rem;
        font-weight: 600;
}

.reserve_btn {
  transition: all 0.3s ease;
  /* position: sticky; */
}

.reserve_btn.fixed {
  position: fixed;
      left: calc(50% + 100px);
  bottom: 100px;
  z-index: 1000;
}
.reserve_btn.hide {
  opacity: 0;
  pointer-events: none;
}


.reserve_btn {
    position: absolute;
    bottom: 0;
    right: 8px;
    width: 100px;
}

.sec_commitment {
    color: var(--text-02);
    padding: 50px 0 26px;
    z-index: -1;
    position: relative;
}

.sec_commitment .js-underline::after{
    background: var(--text-02);
}

.sec_commitment .sec_ttlwrap-cmn {
    margin-bottom: 89px;
}

.comit_tll-cmn {
    font-size: 30px;
    letter-spacing: var(--ls-15);
    line-height: 3rem;
}

.comitment_list {
    margin-top: 14px;
}


.comit_listimg-cmn {
    margin-top: 30px;
}

.comit_listimg-cmn02 {
    margin-top: 21px;
}

.comit_subtitle {
   font-weight: 600;
    margin-top: 4px;
    font-size: 19px;
    letter-spacing: 0.18em;
}
.comit_text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.9rem;
    font-weight: 600;
}


.sec_voice {
    padding: 42px 0 78px;
    /* background-image: url('../img/voice_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom; */
    color: var(--text-01);
    position: relative;
    z-index: -1; 
    overflow: hidden;
}

.voice-bg-wrapper::before, 
.work-bg-wrapper::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;

}

.voice-bg-wrapper,
.work-bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.voice-bg-wrapper .splide,
.voice-bg-wrapper .splide__track,
.voice-bg-wrapper .splide__track,
.voice-bg-wrapper .splide__list ,
.voice-bg-wrapper .splide__list img,
.work-bg-wrapper .splide,
.work-bg-wrapper .splide__track,
.work-bg-wrapper .splide__track,
.work-bg-wrapper .splide__list ,
.work-bg-wrapper .splide__list img,
.lp_side01 .splide,
.lp_side01 .splide__track,
.lp_side01 .splide__track,
.lp_side01 .splide__list ,
.lp_side01 img
{
    width: 100%;
    height: 100%;
}
.lp_side01 img {
    object-fit: cover;

}


.sec_voice::after {
    content: "";
    background-image: url(../img/voice_arrow.webp);
    position: absolute;
    bottom: 29px;
    right: 49px;
    width: 64px;
    height: 33.5px;
    background-size: contain;
}

.voice_item {
    padding: 18px 30px 33px;
    border: 3px solid var(--text-01);
}

.voice_item {
    display: flex;
    flex-direction: column;
     height: 100%; 
}

.voice_ttlwrap {
    min-height: 2em;
}

.voice_ttl {
    font-size: 26px;
    letter-spacing: var(--ls-15);
}

.voice_text-sub {
    font-size: 17px;
    letter-spacing: var(--ls-15);
    margin-top: 18px;
}

.voice_textwrap {
    flex-grow: 1;
    margin-top: 27px;
}

.voice_text {
       font-size: 14px;
    letter-spacing: 0.14em;
    line-height: 1.59rem;
	font-weight:600;
}

.voice_splide_wrap  {
    margin-top: 31px;

}
.voice_splide_wrap .splide__track {
    overflow: visible;
}

/* .voice_splide_wrap .splide__list {
    gap: 15px;
} */

.sec_work {
    margin-top: 39px;
    padding: 30px 0 167px;
    /* background-image: url('../img/work_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom; */
    color: var(--text-01);
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.work-bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.sec_work  .splide__track {
    overflow: visible;
}
.work_splide_wrap a {
	text-decoration:none;
}


.work_splide_wrap .splide__slide .work_item{
    transform: scale(0.85);
    transform-origin: center bottom;
    transition: .7s cubic-bezier(0.23, 1.51, 1, 1);
}
.work_splide_wrap .splide__slide.is-active .work_item{
    transform: scale(1);
    transform-origin: center bottom;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 0;
}
.splide__pagination {
    margin-top: 20px;
}
.splide__pagination li {
    margin-left: 8px;
}

.splide__pagination li:first-of-type {
    margin-left: 0;
}
.splide__pagination__page {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
  transition: background-color 0.3s;
  /* filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.15)); */
  box-shadow: (0px 0px 5px rgba(0,0,0,0.15));
}
ul.splide__pagination button.splide__pagination__page.is-active {
  /* background-color: #000 !important;
  border-color: #000 !important; */
  transform: scale(1.6);
}



.work_splide_wrap {
    margin-top: 70px;
}

.work_item {
    border: 1px solid var(--text-01);
}

.work_text_wrap {
    text-align: center;
    padding: 26px 0;
    background-color: var(--text-01);
}

.work_text_wrap p {
    font-size: 19px;
	font-weight:600;
    letter-spacing: 0.17em;
    line-height: 1.84210526rem;
    color: var(--text-02);
	position:relative;
}

.work_text_wrap p::after {
    content: "";
    position: absolute;
    background: url(../img/event_article_arrow.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 17.25px;
    height: 13.14px;
    background-size: contain;
    background-repeat: no-repeat;
}

.sec_question {
    padding: 26px 0 45px;
    position: relative;
    z-index: -1;
}

.contents_wrap-cmn-02 {
    padding: 0 20px;
}

.sec_question h2 {
    font-size: 30px;
}

/* アコーディオン */

.accordion {
    margin-top: 51px;
}

.accordion-header{
    margin: 47px 0 0;
}

.accordion-content {
    border: 5px solid var(--text-02);
    border-top:none;
    margin-top: -10px;
    border-radius: 0px 0px 15px 15px ;
}

.accordion-header {
    position: relative;
    padding: 12px 40px 12px 10px;
    cursor: pointer;
    font-size:20px;
    background-color: var(--text-02);
    color: var(--text-01);
    border-radius: 15px 15px ;
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.28em;
}
  
.accordion_icon {
    display: inline-block;
    margin-right: 12px;
}

.accordion_icon-02 {
    display: inline-block;
    width: 2px;
    height: 50px;
    background: var(--text-01);
    position: absolute;
    right: 40px;
}
.accordion-header:hover{
    /* color:#937960; */
    transition: all 0.4s;
}

.post-content dt {
    font-weight:normal;   
}
.accordion-content{
    padding: 28px 15px 16px;
    display: none;
    transition: max-height 0.4s ease;
}

.aco_ttl-cmn {
    letter-spacing: 0.15em;
    font-weight: 600;
}

.aco_text-cmn {
    font-size: 14px;
    letter-spacing: 0.05rem;
    margin-top: 19px;

}

.accordion-content.active {
    display: block;

}

.accordion-header::before{
       content: "";
    position: absolute;
    right: 10px;
    top: calc(50% + 3px);
    transform: translateY(-50%);
    margin: auto 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 6px;
    transition: all 0.3s;
}

.accordion-header.active::before{
    transform: rotate(180deg);
        transform-origin: top;
}

.medical_list {
    justify-content:space-between;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    list-style:none !important;
}
.medical_list li {
    margin-left:20px;
    position:relative;
}

.medical_list li::before{
    position:absolute;
    content:"";
    top: 50%;
    transform: translateY(-50%);
    left:-20px;
    width:6px;
    height:6px;
    background-color:#937960;
    border-radius:50%;
}
.medical_list li {
    min-width: calc(32% - 60px);
}

.question_text_wrap {
    margin-top: 42px;
}

.question_text {
    font-size: 16px;
    line-height: 1.875rem;
    letter-spacing: var(--ls-15);
    font-weight: 600;
}

.sec_event {
    color: var(--text-01);
    padding: 25px 0 90px;
    background-image: url('../img/event_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -1;
}



.event_text_wrap.is-first {
    margin-top: 54px;
}

.event_text_wrap {
    margin-top: 30px;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.16);
    font-weight: 600;
}

.event_text_wrap   h3 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.event_text_wrap p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.32rem;
    letter-spacing: var(--ls-10);
}

.event_article_link {
    display: inline-block;
    margin-top: 5px;
    text-decoration: none;
}
.event_article {
    display: flex;
    background-color: var(--text-01);
    color: var(--text-02);
    margin-top: 5px;
    position: relative;
}

.event_article::after {
    position: absolute;
    content: "";
    background: url('../img/event_article_arrow.svg');
    width: 9.25px;
    height: 6.14px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 10px;
    right: 10px;
}

.event_article:first-child {
    margin-top: 0;
}

.event_list_aricle {
    margin-top: 71px;
    display: flex;
    flex-direction: column;
}


.evetn_img_wrap img {
    aspect-ratio: 100 / 100;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom
}

.event_artcletext_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 13px;
}

.event_artcletext_wrap p {
        font-size: 12px;
    letter-spacing: 0.1em;
}

.event_artcletext_wrap h3 {
    margin-top: 5px;
    letter-spacing: 0.1em;
}

.sec_contanct {
    padding: 64px 0 ;
    background: #fff;
    position: relative;
    z-index: 1;
}

.sec_ttl-cmn02 {
    font-size: 30px;
    
}
.sec_event_subttl {
    margin-top: 2px;
    font-size: 16px;
    letter-spacing: var(--ls-15);
}

.wpcf7 {
    margin-top: 58px;
}

.wpcf7 p {
    margin-top: 40px;
        font-size: 14px;
    letter-spacing: 0.08em;
}

.wpcf7 p:first-of-type {
    margin-top: 0;
}

.lp_footer {
    padding: 0 0 40px;
}

.fp_footer_wrap {
    display: flex;
}

.l_footer {
    width: 64%;
}

.footer_media_wrap {
    display: flex;
    justify-content: space-between;
}

.l_footer_img,
.sns_list_wrap {
    width: 60px;
}

.fotter_title {
    margin-top: 10px;
}

.c_ttl_sub {
    font-size: 10px;
    line-height: 2rem;
}

.fotter_title h2 {
    font-size: 13px;
    line-height: 1.456153em;
    letter-spacing: 0.05em;
}

.footer_adress {
    margin-top: 22px;
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 1.75em;
}

.footer_adress_strong  {
    font-size: 10px;
}

.r_footer {
    width: 34%;
}

.r_footer_img {
    height: 100%;
}

.r_footer_img img{
    height: 100%;
    object-fit: cover;
}

.copy_right_wrap {
    background-color: var(--text-02);
    color: var(--text-01);
    padding: 11px 0 8px;
    text-align: center;
}

.copy_right_wrap p {
    font-size: 8px;
    letter-spacing: 0.05em;
}

/* コンタクトフォーム */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    background-color: #BBBBBB;
    color: #7A7A7A;
    border: 1px solid var(--text-02);
    border-radius: 3px;
    margin-top: 8px;
}

input[type="text"],
input[type="email"],
/* input[type="number"], */
input[type="tel"] {
    width: 100%;
}
.wpcf7-form input[type="submit"] {
    border-radius: 18px;
    display: inline-block;
    padding: 11px 30px;
    color: var(--text-01);
    background-color: var(--text-02);
}


.cf-area input:focus,.cf-area textarea:focus {
	outline: none;
	background: #dde2e9;
}

/* .banner_btn img {
  transition: transform 0.3s ease;
}

.banner_btn:hover  img{
    transform: translateY(5px);
    transition: transform 0.3s ease;
    filter: none;
} */

.sns-list {
    display: flex;
    margin-right: 10px;
    align-items: center;
}

.sns-item {
    list-style: none;
    width: 30px;
    margin-left: 6px;
}

.sns-item:first-of-type {
    margin-left: 0;
}

textarea {
    field-sizing: content;
}

.evetn_img_wrap {
	flex-shrink:0;
	width:125px;
}

.fade {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade.is_visible {
    opacity: 1;
    transform: translateY(0);
}

.reserve_btn.fixed {
	left:calc(50% + 100px);
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px); /* ふわっと上に */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width :430px) {
    .pc_only{display: none;} 
    .sp_only{display: block;}

    .kv_text {
    top: 179px;
    }
    .reserve_btn.fixed {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    }
   
}