@charset "UTF-8";

/*-----------------------------------
    medical_menu_block
-----------------------------------*/
#medical_menu_block{
  margin-bottom: 80px;
}
.intro h3{
  font-size: 24px;
  font-weight: 700;
  color: #1D4836;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.intro p{
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 50px;
}
.treatment_menu{
  width: 100%;
  background-color: #F8F8F6;
  padding: 40px 35px;
}
.treatment_menu ul{
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
  row-gap: 40px;
  column-gap: 25px;
}
.treatment_menu ul li{
  width: calc((100% - 50px ) / 3 );
}
.treatment_menu ul li a{
  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: 5px;
  text-align: center;
}
.tr_icon_frame{
  width: 100%;
  height: 150px;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
.treatment_menu ul li a:hover .tr_icon_frame{
  background-color: rgb(220, 234, 206, 0.3);
}

.tr_icon01{
  width: 66px;
  height: auto;
  object-fit: contain;
}
.tr_icon02, .tr_icon05{
  width: 93px;
  height: auto;
  object-fit: contain;
}
.tr_icon03{
  width: 72px;
  height: auto;
  object-fit: contain;
}
.tr_icon04{
  width: 70px;
  height: auto;
  object-fit: contain;
}
.tr_menu{
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: -2px;
}
.tr_menu_sub{
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #B19774;
}

@media screen and (max-width: 640px) {
  #medical_menu_block{
    margin-bottom: 50px;
  }
  .intro h3{
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .intro p{
    font-size: 14px;
    line-height: 2.25;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .treatment_menu ul{
    row-gap: 20px;
    column-gap: 25px;
  }
  .tr_icon_frame{
    width: 100%;
    height: 100px;
  }
  .tr_icon01{
    width: 39.6px;
    height: auto;
    object-fit: contain;
  }
  .tr_icon02, .tr_icon05{
    width: 55.8px;
    height: auto;
    object-fit: contain;
  }
  .tr_icon03{
    width: 43.2px;
    height: auto;
    object-fit: contain;
  }
  .tr_icon04{
    width: 42px;
    height: auto;
    object-fit: contain;
  }
  .tr_menu{
    font-size: 16px;
    margin-bottom: -2px;
  }
  .tr_menu_sub{
    font-size: 10px;
  }
}
@media screen and (max-width: 430px) {
  .treatment_menu{
    padding: 20px 15px;
  }
  .treatment_menu ul li{
    width: 100%;
  }
  .treatment_menu ul li a{
    display: -webkit-flex;
	  display: flex;
    flex-direction: row;
	  -webkit-justify-content: flex-start;
	  justify-content: flex-start;
	  -webkit-align-items: center;
	  align-items: center;
    gap: 10px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0 25px;
    transition: background-color 0.3s ease;
  }
  .treatment_menu ul li a:hover .tr_icon_frame{
    background-color: transparent;
  }
  .treatment_menu ul li a:hover{
    background-color: rgb(220, 234, 206, 0.3);
  }
  .tr_icon_frame{
    width: 60px;
    height: 90px;
  }
  .sp_c{
    width: calc(100%-105px);
    text-align: start;
  }
}

/*-----------------------------------
    implant_treatment_block
-----------------------------------*/
#implant_treatment{
  scroll-margin-top: 150px;
  margin-bottom: 80px;
}
.treatment_title{
  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: 7.5px;
}
.title_border{
  position: relative;
  padding-bottom: 17.5px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #B19774;
}
.title_border::before{
  content: "";
  width: 50px;
  height: 1px;
  background-color: #BFBFBF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tr_title_wrap{
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  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: 24px;
  margin-bottom: 50px;
}
.tr_title_wrap h4{
  font-size: 30px;
  line-height: 1.46;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #1D4836;
  position: relative;
  padding-right: 25px;
}
.tr_title_wrap h4::after{
  content: "";
  width: 1px;
  height: 30px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.treatment_wrap{
  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: 60px;
  margin-bottom: 80px;
}
.row_wrap{
  width: 100%;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
  gap: 30px;
}
.reverse_wrap{
  width: 100%;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
  gap: 30px;
}
.text{
  max-width: 600px;
  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: 2.25;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.text_s{
  width: 60%;
}
.text h5{
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #1D4836;
  position: relative;
  padding-bottom: 11px;
}
.treatment_process h5{
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #1D4836;
  text-align: center;
  margin-bottom: 40px;
}
.text h5::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #B19774;
  position: absolute;
  bottom: 0;
  left: 0;
}
.treatment_wrap img{
  border-radius: 10px;
  width: 39%;
  max-width: 400px;
  min-width: 350px;
  aspect-ratio: 400 / 250;
  overflow: hidden;
  object-fit: cover;
}
.b_pink{
  background-color: #EAD9D3;
  padding: 0 5px;
}
.b_green{
  background-color: #DCEACE;
  padding: 0 5px;
}
.text .b_pink:first-of-type, .text .b_green:first-of-type{
  margin-top: 10px;
}
.m_r{
  margin-left: 20px;
}
.treatment_process{
  width: 80%;
  margin: 0 auto;
}
.process_wrap ul{
  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: 20px;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.process_wrap ul li.p_bg{
  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;
  padding: 10px 0 20px 40px;
  background-color: #F8F8F6;
  border-radius: 10px;
}

.p_arrow{
  width: 30px;
  height: 21px;
  background: url(../img/medical_info/p_arrow.svg) no-repeat center center / contain;
}
.p_num{
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #1D4836;
  padding: 2px 10px 12px 20px;
  position: relative;
  z-index: 10;
}
.p_num::before{
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg,rgba(248, 248, 246, 1) 0%, rgba(220, 234, 206, 1) 60%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p_title{
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-right: 50px;
}
  

@media screen and (max-width: 840px) {
  .row_wrap, .reverse_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;
  }
  .text, .text_s{
    width: 100%;
    max-width: 100%;
  }
  .treatment_process{
    width: 100%;
  }
  .p_title{
    margin-right: 30px;
  }
  .process_wrap ul li.p_bg{
    padding: 10px 0 20px 20px;
  }
}
@media screen and (max-width: 640px) {
  .treatment_wrap{
    margin-bottom: 50px;
  }
  .treatment_title{
    gap: 5px;
  }
  .title_border{
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #B19774;
  }
  .title_border::before{
    width: 50px;
    height: 1px;
    background-color: #BFBFBF;
    bottom: 0;
    left: 0;
  }
  .tr_title_wrap{
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
    gap: 15px;
    margin-bottom: 30px;
  }
  .tr_title_wrap h4{
    font-size: 24px;
    line-height: 1.46;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #1D4836;
    position: relative;
    padding-right: 15px;
  }
  .tr_title_wrap h4::after{
    height: 15px;
  }
  .text{
    gap: 5px;
    font-size: 14px;
    line-height: 2.25;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .text h5{
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #1D4836;
    position: relative;
    padding-bottom: 11px;
  }
  .treatment_process h5{
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #1D4836;
    margin-bottom: 20px;
  }
  
  .process_wrap ul{
    gap: 10px;
    font-size: 14px;
    line-height: 1.8;
  }
  .process_wrap ul li.p_bg{
    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: 5px;
    padding: 10px 20px;
  }
  .p_num{
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #1D4836;
    padding: 2px 10px 3px 15px;
    position: relative;
    z-index: 10;
  }
  .p_num::before{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg,rgba(248, 248, 246, 1) 0%, rgba(220, 234, 206, 1) 60%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .p_title{
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-right: 50px;
  }
}
@media screen and (max-width: 430px) {
  .treatment_wrap{
    gap: 40px;
    margin-bottom: 40px;
  }
  .treatment_title{
    gap: 0;
  }
  .row_wrap, .reverse_wrap{
    gap: 20px;
  }
  .tr_title_wrap{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
    gap: 10px;
  }
  .tr_title_wrap h4{
    font-size: 18px;
    line-height: 1.46;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #1D4836;
    position: relative;
    padding-right: 10px;
  }
  .text{
    line-height: 1.8;
  }
  .treatment_wrap img{
    border-radius: 0;
    width: 100%;
    max-width: 400px;
    min-width: auto;
  }
  
}

/*-----------------------------------
  wisdom_tooth_extraction_block
-----------------------------------*/
#wisdom_tooth_extraction{
  scroll-margin-top: 150px;
  background-color: #F8F8F6;
  padding: 64px 0 80px;
}
.process_wrap.b_white ul li.p_bg{
  background-color: #ffffff;
}
@media screen and (max-width: 640px) {
  #wisdom_tooth_extraction{
    padding: 30px 0 50px;
  }
}
/*-----------------------------------
  temporomandibular_joint_disorder_block
-----------------------------------*/
#temporomandibular_joint_disorder{
  scroll-margin-top: 150px;
  padding: 84px 0 0;
}
.no_img_wrap{
  width: 100%;
}
.no_img_wrap .text{
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  #temporomandibular_joint_disorder{
    padding: 30px 0 0;
  }
}

/*-----------------------------------
  tooth_extraction_before_orthodontics_block
-----------------------------------*/
#tooth_extraction_before_orthodontics{
  scroll-margin-top: 150px;
  background-color: #F8F8F6;
  padding: 84px 0;
}
#tooth_extraction_before_orthodontics .treatment_wrap{
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #tooth_extraction_before_orthodontics{
    padding: 30px 0 50px;
  }
}

/*-----------------------------------
  tooth_decay_and_periodontal_disease_block
-----------------------------------*/
#tooth_decay_and_periodontal_disease{
  scroll-margin-top: 150px;
  padding: 84px 0 10px;
}

@media screen and (max-width: 640px) {
  #tooth_decay_and_periodontal_disease{
    padding: 30px 0 10px;
  }
}



