@charset "UTF-8";

/*-----------------------------------
    medical_policies_block
-----------------------------------*/

#medical_policies {
  scroll-margin-top: 150px;
  padding: 0 0 90px;
}


.policy_title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.05em;
  color: #1d4836;
  margin: 25px 0 65px;
}
.concept_area{
  width: 100%;
  position: relative;
}
.design_txt{
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #F0F1EB;
  position: absolute;
  top: -46px;
  right: 0;
  z-index: -1;
}
.concept_3c{
  width: 100%;
  margin: 0 auto 100px auto;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.concept_3c h4{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
.concept_wrap{
  width: 100%;
  padding: 30px 25px;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
  gap: 30px;
  position: relative;
  margin-bottom: 50px;
}
.concept_wrap p{
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.05em;
  max-width: 340px;
}
.concept_wrap::before{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(
    to right,
    #B19774 0,
    #B19774 1px,
    transparent 1px,
    transparent 2px
  );
  z-index: 50;
}
.concept_wrap::after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(
    to right,
    #B19774 0,
    #B19774 1px,
    transparent 1px,
    transparent 2px
  );
  z-index: 50;
}
.c_title p{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.c_title p span{
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.05em;
  text-align: center;
  color: #605149;
}
.c_title p span.strong{
  font-size: 20px;
}
.c_1, .c_2, .c_3{
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c_1::before, .c_2::before, .c_3::before{
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.c_1::before{
  background: linear-gradient(135deg,rgba(255, 255, 255, 1) 0%, rgba(220, 234, 206, 1) 60%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c_2::before{
  background: linear-gradient(135deg,rgba(255, 255, 255, 1) 0%, rgba(234, 217, 211, 1) 60%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c_3::before{
  background: linear-gradient(135deg,rgba(255, 255, 255, 1) 0%, rgba(237, 221, 206, 1) 60%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.concept_start{
  width: 100%;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
  gap: 30px;
}
.concept_end{
  width: 100%;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
  gap: 30px;
}
.big{
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
.concept_wrap02{
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
  gap: 50px;
}
.concept_text{
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.05em;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
  gap: 15px;
}
.concept_img{
  width: 350px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
}
.concept_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 840px) {
  .policy_title {
    font-size: 28px;
    line-height: 1.8;
  }
  .concept_3c{
    width: 100%;
    margin: 0 auto 50px auto;
  }
  .concept_start{
    width: 100%;
    display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: nowrap;
  	flex-wrap: nowrap;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-align-items: center;
  	align-items: center;
    gap: 30px;
  }
  .concept_end{
    width: 100%;
    display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: nowrap;
  	flex-wrap: nowrap;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-align-items: center;
  	align-items: center;
    gap: 30px;
  }
  .concept_wrap02{
    display: -webkit-flex;
	  display: flex;
	  -webkit-flex-direction: column-reverse;
	  flex-direction: column-reverse;
	  -webkit-justify-content: flex-start;
	  justify-content: flex-start;
	  -webkit-align-items: center;
	  align-items: center;
    gap: 30px;
  }
  .concept_img{
    width: 350px;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  #medical_policies {
    padding: 0 0 50px;
  }
  .policy_title {
    font-size: 20px;
    line-height: 1.7;
  }
  .concept_3c h4{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .design_txt{
    font-size: 70px;
  }
  .concept_wrap{
    gap: 20px;
    padding: 20px 0;
    position: relative;
    margin-bottom: 20px;
  }
  .concept_wrap p{
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
  }
  .c_title p{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .c_title p span{
    font-size: 12px;
    font-weight: 700;
    line-height: 2.25;
    letter-spacing: 0.05em;
    text-align: center;
    color: #605149;
  }
  .c_title p span.strong{
    font-size: 16px;
  }
  .c_1, .c_2, .c_3{
    width: 110px;
    height: 100px;
    flex-shrink: 0;
    position: relative;
  }
  .c_1::before, .c_2::before, .c_3::before{
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  .c_1::before, .c_2::before, .c_3::before{
    left: 5px;
  }
  .big{
    font-size: 15px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .concept_text{
    font-size: 14px;
    line-height: 2;
    gap: 10px;
  }
}
@media screen and (max-width: 320px) {
  .policy_title {
    font-size: 18px;
    line-height: 1.6;
  }
}


/*-----------------------------------
    doctor_block
-----------------------------------*/
#doctor_block {
  scroll-margin-top: 150px;
  padding: 30px 0 100px;
  position: relative;
  padding-bottom: 80px;
  background-color: #F8F8F6;
}
.doctor_wrap_upper{
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  gap: 100px;
  margin-bottom: 50px;
}
.doctor_wrap_upper.vice{
 -webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
  gap: 100px;
  margin-bottom: 50px;
}
.lower_doctor_visual {
  width: 426px;
  height: 356px;
  border-radius: 10px;
  overflow: hidden;
}
.lower_doctor_visual.vice{
  background-color: #F0F1EB;
}
.lower_doctor_visual.vice img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctor_visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

#doctor_block > .contents_inner {
  position: relative;
  margin-top: 80px;
  z-index: 2;
}

#doctor_block > .section_heading_center {
  margin-bottom: 40px;
  padding-top: 80px;
}

/* 院長プロフィール */
.doctor_profile {
  position: relative;
  margin-bottom: 100px;
}
.doctor_profile.vice{
  margin-bottom: 0;
}
.doctor_header {
  padding-left: 0;
}

.doctor_name_en {
  font-family: 'Zen Old Mincho', serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.85px;
  color: #b19774;
}

.doctor_name_row {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.doctor_name_ja {
  font-family: 'Zen Old Mincho', serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 71px;
  letter-spacing: 4px;
  color: #333333;
}

.doctor_role {
  font-family: 'Zen Old Mincho', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.9px;
  color: #333333;
  flex-shrink: 0;
}

.doctor_line {
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  margin: 10px 0 50px;
  position: relative;
}
.doctor_line.vice {
  position: relative;
}
.design_txt02{
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #DCEACE;
  position: absolute;
  top: -101px;
  left: 0;
  z-index: -1;
}
.design_txt02.vice{
  color: #EAD9D3;
  position: absolute;
  top: -101px;
  left: auto;
  right: 0;
}
/* 院長: メッセージ(左) + 経歴(右) の2カラム */
.doctor_body {
  display: -webkit-flex;
	display: flex;
  flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
  gap: 40px;
}
.doctor_body.vice {
  -webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
  gap: 40px;
}
.doctor_message {
  width: fit-content;
}
.doctor_message p {
  font-family: 'Zen Old Mincho', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.doctor_career {
  display: flex;
  gap: 25px;
}

.career_heading {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
  padding-top: 10px;
}

.career_label {
  font-family: 'Zen Old Mincho', serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin-top: 10px;
}

.career_line_v {
  width: 1px;
  min-height: 200px;
  height: 100%;
  background-color: #e3e3e3;
}

.career_list li {
  position: relative;
  padding-left: 21px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0.8px;
  color: #333333;
}

.career_list li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 2px solid #b19774;
  border-radius: 2px;
  background-color: #ffffff;
}

.doctor_more {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}

/* 副院長ラッパー: 右寄せ背景 */
.doctor_profile_sub_wrap {
  position: relative;
  margin-top: 60px;
  padding: 70px 0 40px;
}

.doctor_profile_sub_bg {
  position: absolute;
  top: 0;
  right: -50px;
  width: calc(100% - 120px);
  height: 100%;
  background-color: #f8f8f6;
  z-index: 0;
}

/* 副院長プロフィール: 写真(左) + テキスト(右) */
.doctor_profile_sub {
  position: relative;
  display: flex;
  gap: 40px;
  z-index: 1;
}

.doctor_profile_sub .doctor_header {
  padding-left: 0;
}

.doctor_photo_sub {
  flex-shrink: 0;
  width: 380px;
}

.doctor_photo_placeholder {
  width: 100%;
  height: 458px;
  background-color: #e3e3e3;
  border-radius: 4px;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.16);
}

.doctor_profile_sub_content {
  flex: 1;
  min-width: 0;
}

.doctor_profile_sub_content .doctor_message {
  margin-top: 20px;
}

.doctor_profile_sub_content .doctor_career {
  margin-top: 25px;
}

/*-----------------------------------
    レスポンシブ: PC小 (max-width: 1280px)
-----------------------------------*/
@media screen and (max-width: 1280px) {
  .doctor_photo_sub {
    width: 300px;
  }

  .doctor_photo_placeholder {
    height: 380px;
  }
}

/*-----------------------------------
    レスポンシブ: タブレット (max-width: 860px)
-----------------------------------*/
@media screen and (max-width: 860px) {
  #doctor_block{
    padding-top: 20px;
  }
  .doctor_visual {
    height: 350px;
  }
  .doctor_wrap_upper{
    display: -webkit-flex;
	  display: flex;
	  -webkit-flex-direction: column;
	  flex-direction: column;
	  -webkit-justify-content: flex-start;
	  justify-content: flex-start;
	  -webkit-align-items: center;
	  align-items: center;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .doctor_wrap_upper.vice{
    display: -webkit-flex;
	  display: flex;
	  -webkit-flex-direction: column;
	  flex-direction: column;
	  -webkit-justify-content: flex-start;
	  justify-content: flex-start;
	  -webkit-align-items: center;
	  align-items: center;
    gap: 30px;
    margin-bottom: 50px;
  }
  .non_860{
    display: none;
  }
  .doctor_line, .doctor_line.vice {
    margin: 10px 0 30px;
    position: relative;
  }
  .design_txt02{
    top: -81px;
    left: 0;
    z-index: -1;
  }
  .design_txt02.vice{
    color: #EAD9D3;
    position: absolute;
    top: -81px;
    left: auto;
    right: 0;
  }
  .doctor_header {
    padding-left: 0;
  }

  .doctor_name_ja {
    font-size: 30px;
    line-height: 50px;
  }

  .doctor_body, .doctor_body.vice {
    flex-direction: column;
    gap: 20px;
  }

  .doctor_message p {
    font-size: 15px;
    line-height: 30px;
  }

  .doctor_career {
    flex-direction: column;
    gap: 15px;
  }

  .career_line_v {
    display: none;
  }

  .doctor_profile_sub_wrap {
    padding: 30px 0;
  }

  .doctor_profile_sub_bg {
    right: -20px;
    width: calc(100% + 20px);
  }

  .doctor_profile_sub {
    flex-direction: column;
    gap: 25px;
  }

  .doctor_photo_sub {
    width: 100%;
  }

  .doctor_photo_placeholder {
    height: 300px;
  }
}

/*-----------------------------------
    レスポンシブ: スマートフォン (max-width: 640px)
-----------------------------------*/
@media screen and (max-width: 640px) {
  #doctor_block {
    padding: 50px 0;
  }
  .lower_doctor_visual, .lower_doctor_visual.vice {
    width: 100%;
    max-width: 426px;
    height: 250px;
  }
  .design_txt02, .design_txt02.vice{
    font-size: 60px;
    top: -55px;
  }
  #doctor_block > .contents_inner {
    margin-top: -40px;
  }
  .doctor_profile {
    position: relative;
    margin-bottom: 50px;
  }

  .doctor_name_ja {
    font-size: 26px;
    line-height: 44px;
    letter-spacing: 2px;
  }

  .doctor_name_en {
    font-size: 14px;
  }

  .doctor_role {
    font-size: 16px;
  }

  .doctor_message p {
    font-size: 14px;
    line-height: 28px;
  }

  .career_list li {
    font-size: 14px;
    line-height: 28px;
  }

  .doctor_photo_placeholder {
    height: 250px;
  }
}

/*-----------------------------------
    レスポンシブ: スマートフォン小 (max-width: 320px)
-----------------------------------*/
@media screen and (max-width: 320px) {
  .doctor_name_ja {
    font-size: 22px;
  }
}

/*-----------------------------------
    characteristics_block
-----------------------------------*/
#characteristics{
  scroll-margin-top: 150px;
  padding: 80px 0 133px;
}
.policy_title02 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.05em;
  color: #1d4836;
  margin: 30px 0;
}
.chara_wrap{
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
  margin-bottom: 30px;
}
.chara_text{
  width: 60%;
  max-width: 555px;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.bg_green{
  padding: 5px 20px 5px 47px;
  background-color: #DCEACE;
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #1D4836;
  position: relative;
}
.bg_green::before{
  content: "";
  width: 17px;
  height: 10px;
  background: url(../img/clinic/check.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.chara_img{
  width: 30%;
  max-width: 380px;
  aspect-ratio: 38 / 35 ;
  border-radius: 10px;
  overflow: hidden;
}
.chara_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consultation{
  padding: 60px 0 70px;
  width: 100%;
  background: #FFFFFF;
  background: linear-gradient(135deg,rgba(255, 255, 255, 1) 0%, rgba(237, 221, 206, 1) 30%);
  border-radius: 10px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
.consult_title{
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.05em;
  color: #1d4836;
  margin: 0 0 50px;
}
.consult_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}
.consult_wrap p{
  width: 400px;
  height: 60px;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #BFBFBF;
}
.consult_sp{
  display: none;
}

@media screen and (max-width: 840px) {
  .chara_wrap{
    display: -webkit-flex;
	  display: flex;
	  -webkit-flex-direction: column-reverse;
	  flex-direction: column-reverse;
	  -webkit-justify-content: flex-start;
	  justify-content: flex-start;
	  -webkit-align-items: center;
	  align-items: center;
    gap: 40px;
    margin-bottom: 30px;
  }
  .chara_text{
    width: 100%;
  }
  .chara_img{
    width: 70%;
    max-width: 380px;
    height: 250px;
    aspect-ratio: auto ;
    border-radius: 10px;
    overflow: hidden;
  }
  .policy_title02 {
    font-size: 28px;
    line-height: 1.8;
  }
  .consult_title{
    font-size: 28px;
    line-height: 1.8;
  }
  
}
@media screen and (max-width: 640px) {
  #characteristics{
    padding: 50px 0;
  }
  .policy_title02 {
    font-size: 20px;
    line-height: 1.7;
  }
  .chara_text{
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .bg_green{
    padding: 5px 20px 5px 47px;
    background-color: #DCEACE;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #1D4836;
    position: relative;
  }
  .chara_wrap{
    gap: 30px;
  }
  .chara_img{
    width: 100%;
    max-width: 380px;
    height: 250px;
    aspect-ratio: auto ;
    border-radius: 10px;
    overflow: hidden;
  }
  .consult_title{
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .consultation{
    padding: 30px 0 50px;
    width: 100%;
    font-size: 14px;
  }
  .consult_wrap{
    gap: 15px;
    margin-bottom: 20px;
  }
  .consult_wrap p{
    width: 80%;
    margin: 0 auto;
    height: 50px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 440px) {
  .chara_img{
    width: 100%;
    max-width: 380px;
    height: 250px;
  }
  .consult_wrap p{
    width: 95%;
  }
  .consult_sp{
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .policy_title02 {
    font-size: 18px;
    line-height: 1.6;
  }
}
/*-----------------------------------
    facilities_block
-----------------------------------*/
#facilities{
  scroll-margin-top: 150px;
  padding: 0 0 100px;
}
#facilities .section_heading{
  margin-bottom: 60px;
}
#facilities p{
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  font-weight: 700;
}


/*-----------------------------------
    スライダー
-----------------------------------*/
#slider_block {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  margin-bottom: 70px;
}

.slider_wrap {
  width: 100%;
  overflow: hidden;
}

.slider_track {
  display: flex;
  gap: 30px;
  animation: slider_scroll 40s linear infinite;
}

.slider_item {
  flex-shrink: 0;
  width: 390px;
  height: 433px;
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16); */
}

.slider_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes slider_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-420px * 4));
  }
}

/*-----------------------------------
    レスポンシブ: PC (max-width: 1500px)
-----------------------------------*/
@media screen and (max-width: 1500px) {
  .slider_item {
    width: 340px;
    height: 380px;
  }
}

/*-----------------------------------
    レスポンシブ: PC小 (max-width: 1280px)
-----------------------------------*/
@media screen and (max-width: 1280px) {
  .slider_item {
    width: 300px;
    height: 340px;
  }
}

/*-----------------------------------
    レスポンシブ: タブレット (max-width: 840px)
-----------------------------------*/
@media screen and (max-width: 840px) {
  .slider_item {
    width: 260px;
    height: 300px;
  }
}

/*-----------------------------------
    レスポンシブ: スマートフォン (max-width: 640px)
-----------------------------------*/
@media screen and (max-width: 640px) {
  #slider_block {
    margin-bottom: 30px;
  }
  .slider_item {
    width: 220px;
    height: 260px;
  }

  @keyframes slider_scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 4));
    }
  }
}
#facilities .equipment_intro_title{
  width: 100%;
  font-size: 28px;
  line-height: 1.28;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #1D4836;
  padding-bottom: 20px;
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 40px;
}
.equipment_wrap{
  display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
  gap: 50px;
  margin-top: 50px;
}
.equipment_txt{
  display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
  gap: 26px;
  width: calc(100% - 500px);
}
.equipment_name{
  padding-left: 23px;
  position: relative;
}
.equipment_name::before{
  content: "";
  width: 8px;
  height: 100%;
  background-color: #DCEACE;
  position: absolute;
  top: 0;
  left: 0;
}
.equipment_catch p{
  font-size: 20px!important;
  font-weight: 900!important;
  line-height: 1.7!important;
  margin: 0 0 5px;
  letter-spacing: 0.05em!important;
  border-bottom: 1.5px solid #DCEACE;
}

.equipment_txt02{
  flex: 1;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  width: 100%;
}
.equipment_img{
  width: 450px;
  height: 350px;
  /* overflow: hidden; */
  flex-shrink: 0;
}
.equipment_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.equipment_img img.e_02{
  border: 1px solid #eee;
}
.equipment_img.area02{
  position: relative;
}
.equipment_img.area02 img:nth-child(1){
  width: 184px;
  height: 230px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 10;
}
.equipment_img.area02 img:nth-child(2){
  width: 274px;
  height: 248px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 10px;
}
.equipment_img.area03{
  position: relative;
}
.equipment_img.area03 img:nth-child(1){
  width: 278px;
  height: 178px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.equipment_img.area03 img:nth-child(2){
  width: 219px;
  height: 235px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 10px;
}
.equipment_img.area03{
  position: relative;
}

.equipment_row_wrap{
  width: 100%;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
  gap: 50px;
}
.equipment_re_wrap{
  width: 100%;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
  gap: 50px;
}

@media (max-width: 840px) {
  .equipment_row_wrap, .equipment_re_wrap{
    width: 100%;
    display: -webkit-flex;
	  display: flex;
	  -webkit-flex-direction: column;
	  flex-direction: column;
	  -webkit-justify-content: flex-start;
	  justify-content: flex-start;
	  -webkit-align-items: flex-start;
	  align-items: flex-start;
    gap: 30px;
  }
  .equipment_txt{
    gap: 20px;
    width: 100%;
  }
  .equipment_img.area03{
    height: 400px;
  }
  .equipment_img.area02{
    height: 430px;
  }
}
@media (max-width: 640px) {
  #facilities{
    padding: 0 0 50px;
  }
  #facilities .section_heading{
    margin-bottom: 30px;
  }
  #facilities p{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  #facilities .equipment_intro_title{
    font-size: 18px;
    line-height: 1.28;
    padding-bottom: 20px;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 20px;
  }
  .equipment_img{
    width: 450px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .equipment_wrap{
    gap: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .equipment_img{
    width: 100%;
    height: 250px;
  }
  .equipment_img.area02 img:nth-child(1){
    width: 150px;
    aspect-ratio: 184 / 230;
  }
  .equipment_img.area02 img:nth-child(2){
    width: 230px;
    aspect-ratio: 274 / 248;
  }
  .equipment_img.area03{
    position: relative;
  }
  .equipment_img.area03 img:nth-child(1){
    width: 250px;
    aspect-ratio: 278 / 178;
  }
  .equipment_img.area03 img:nth-child(2){
    width: 200px;
    aspect-ratio: 219 / 235;
  }
}


/* -------------------------------------------------------------------
        faq_block
------------------------------------------------------------------- */
#faq{
  scroll-margin-top: 150px;
  background-color: #F8F8F6;
  padding: 60px 0 70px;
}
#faq .section_heading{
  margin-bottom: 60px;
}
#faq .explanation{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 56px;
}
.faq-list {
    max-width: 900px;
    margin: 0 auto 70px auto;
}
.faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.faq-question {
    width: 100%;
    padding: 25px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    /*color: #ddd;*/
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    transition: color 0.3s;
}
.faq-question:hover {
    color: #1D4836;
}
.faq-q-text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-family: 'Zen Old Mincho', serif;
}
.faq-q-text::before {
    content: "Q.";
    color: #1D4836;
    margin-right: 15px;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.06em;
}
.faq-icon {
    width: 20px;
    height: 20px;
    position: relative;
    flex-shrink: 0;
    margin-left: 20px;
}
.faq-icon::before, .faq-icon::after {
    content: "";
    position: absolute;
    background: #B19774;
    transition: transform 0.3s;
}
.faq-icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
}
.faq-icon::after {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -1px;
}
.faq-item.active .faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s;
    background: #fafafa;
    border-radius: 8px;
}
.faq-item.active .faq-answer {
    max-height: 500px; /* 十分な高さ */
    padding: 20px 30px;
    margin-bottom: 20px;
}
.faq-a-inner {
    display: flex;
    align-items: flex-start;
}
.faq-a-inner::before {
    content: "A.";
    color: #B19774; /* 回答用アクセントカラー */
    font-weight: 700;
    margin-right: 15px;
    font-size: 30px;
}
.faq-a-text {
    font-size: 16px;
    color: #333333;
}
.faq_caregory{
    font-size: 20px;
    font-weight: 700;
    color: #B19774;
    margin: 80px 0 20px;
    text-align: center;
}
@media (max-width: 640px) {
  #faq{
    padding: 50px 0;
  }
  #faq .section_heading{
    margin-bottom: 30px;
  }
  #faq .explanation{
    font-size: 16px;
    margin-bottom: 30px;
  }
    .faq-question {
        width: 100%;
        padding: 10px 0;
        font-size: 15px;
        color: #000;
    }
    .faq-a-text {
        font-size: 15px;
    }
}
@media (max-width: 400px) {
    .faq .section-header{
        margin-bottom: 10px;
    }
    .faq-item.active .faq-answer {
      max-height: 500px; /* 十分な高さ */
      padding: 20px 20px 20px 15px;
      margin-bottom: 20px;
  }
}

/*-----------------------------------
    access_block
-----------------------------------*/
#access{
  scroll-margin-top: 150px;
  padding: 80px 0 100px;
}
.access_wrap{
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
  gap: 50px;
}
.clinic_detail{
  font-weight: 700;
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
.clinic_detail p{
  margin-bottom: 20px;
}
.kinds_wrap{
  margin-left: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
  gap: 20px;
}
.kinds{
  padding-right: 21px;
  position: relative;
  flex-shrink: 0;
}
.kinds::after{
  content: "";
  width: 1px;
  height: 20px;
  background-color: #B19774;
  position: absolute;
  top: 0;
  right: 0;
}
.g_big{
  font-weight: 700;
  font-size: 26px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #1D4836;
}
.access_img{
  width: 40%;
  max-width: 430px;
  aspect-ratio: 430 / 525 ;
}
.access_img_sp{
  display: none;
}
.access_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn_wrap{
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#access .access_wrap .btn_wrap a{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 55px;
  padding: 10px 28px 15px 32px;
  margin-top: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #1D4836;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.75px;
  transition: opacity 0.3s;
}

#access .access_wrap .btn_wrap a:hover {
  opacity: 0.8;
}

@media (max-width: 840px) {
  .access_img_sp{
    display: block;
    width: 70%;
    max-width: 430px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .access_img_sp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
  }
  .access_img{
    display: none;
  }
  .access_wrap{
    display: block;
  }
  .kinds_wrap{
    margin-left: 10px;
  }
}
@media (max-width: 640px) {
  #access{
    padding: 50px 0;
  }
  .clinic_detail{
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .clinic_detail p{
    margin-bottom: 10px;
  }
  .kinds_wrap{
    font-size: 14px;
    line-height: 1.25;
    gap: 10px;
  }
  .kinds{
    padding-right: 11px;
  }
  .g_big{
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #1D4836;
  }
}
@media (max-width: 400px) {
  .access_img_sp{
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
  }
}
