@charset "utf-8";

/*----------------------------------------------------------------------------------------------------

first

------------------------------------------------------------------------
----------------------------*/

/*--------------------------
----------------------------*/

.biography {
  margin-bottom: 90px;
}

.biography h2 {
  margin-bottom: 40px;
}

.biography h3 {
  margin-bottom: 30px;
}

.biography-list, .belongs-list {
  list-style: none;
}

.belongs h3 {
  margin-bottom: 5px;
  padding-left: 0;
  color: #20a39e;
}

.biography-list {
  padding-left: 10px;
  margin-bottom: 20px;
}

.biography-list li:not(:last-child) {
  margin-bottom: 5px;
}

.biography .img-box {
  background-image: url("../../image/contents/first/doctor.jpg");
}

@media print, screen and (max-width:640px) {
  .biography {
    margin-bottom: 60px;
  }

  .biography h3 {
    margin-bottom: 20px;
  }

  .biography-list {
    margin-bottom: 10px;
  }
}


/*--------------------------
----------------------------*/

.reserve {
  margin-bottom: 90px;
}

.reserve h2 {
  margin-bottom: 20px;
}

.reserve h3 {
  margin-bottom: 40px;
}

.reserve .inner:not(:last-of-type) {
  margin-bottom: 60px
}

.reserve .inner:nth-of-type(1) .img-box {
  background-image: url("../../image/contents/first/reserve01.jpg");
}

.reserve .inner:nth-of-type(2) .img-box {
  background-image: url("../../image/contents/first/reserve02.jpg");
}

.reserve .inner:nth-of-type(3) .img-box {
  background-image: url("../../image/contents/first/reserve03.jpg");
}

@media print, screen and (max-width:640px) {
  .reserve {
    margin-bottom: 60px;
  }

  .reserve .inner:not(:last-of-type) {
    margin-bottom: 40px
  }

  .reserve h3 {
    margin-bottom: 20px;
  }
}


/*--------------------------
----------------------------*/

.dental_hygienist {
  margin-bottom: 90px;
}

.dental_hygienist h2 {
  margin-bottom: 40px;
}

.dental_hygienist .img-box {
  background-image: url("../../image/contents/first/dental_hygienist01.jpg");
}

@media print, screen and (max-width:640px) {
  .dental_hygienist {
    margin-bottom: 60px;
  }
}


/*--------------------------
----------------------------*/

.infection_control {
  margin-bottom: 90px;
}

.infection_control h2 {
  margin-bottom: 20px;
}

.infection_control>p {
  margin-bottom: 40px;
  padding-left: 10px;
}

.infection_control h3 {
  margin-bottom: 40px;
}

.infection_control .inner:not(:last-of-type) {
  margin-bottom: 60px
}

.infection_control .inner:nth-of-type(1) .img-box {
  background-image: url("../../image/contents/first/infection_control01.jpg");
}

.infection_control .inner:nth-of-type(2) .img-box {
  background-image: url("../../image/contents/first/infection_control02.jpg");
}

.infection_control .inner:nth-of-type(3) .img-box {
  background-image: url("../../image/contents/first/infection_control03.jpg");
}

.infection_control .inner:nth-of-type(4) .img-box {
  background-image: url("../../image/contents/first/infection_control04.jpg");
}

.infection_control .inner:nth-of-type(5) .img-box {
  background-image: url("../../image/contents/first/infection_control05.jpg");
}

@media print, screen and (max-width:640px) {
  .infection_control {
    margin-bottom: 60px;
  }

  .infection_control .inner:not(:last-of-type) {
    margin-bottom: 80px
  }

  .infection_control h3 {
    margin-bottom: 20px;
  }
}


/*--------------------------
----------------------------*/

.visiting_at_car {
  margin-bottom: 90px;
}

.visiting_at_car h2 {
  margin-bottom: 40px;
}

.visiting_at_car .txt-box {
  margin-bottom: 30px;
}

.visiting_at_car .col2_gr .img-box {
  padding-top: 66.666%;
  border-radius: 30px !important;
  background-size: cover;
}

.visiting_at_car .col2_gr {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
}

.visiting_at_car .col2_gr .img-box:nth-of-type(1) {
  background-image: url("../../image/contents/first/parking01.jpg");
}

.visiting_at_car .col2_gr .img-box:nth-of-type(2) {
  background-image: url("../../image/contents/first/parking02.jpg");
}

@media print, screen and (max-width:640px) {
  .visiting_at_car {
    margin-bottom: 60px;
  }

  .visiting_at_car .col2_gr {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }
}


/*--------------------------
----------------------------*/

.equipments {
  margin-bottom: 60px;
}

.equipments img {
  border-radius: 30px !important;
}

.equipments h2 {
  margin-bottom: 40px;
}

.equipments-list li p {
  text-align: center;
  margin-top: 0.25em;
}

.equipments-list {
  list-style: none;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
}

/* @media print, screen and (max-width:640px) {
  .equipments {
    margin-bottom: 30px;
  }
} */

@media print, screen and (max-width:960px) {
  .equipments-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media print, screen and (max-width:640px) {
  .equipments-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

/*--------------------------
----------------------------*/
#treatment_scenery {
  margin-bottom: 60px;
}

#treatment_scenery h2 {
  margin-bottom: 40px;
}

#treatment_scenery ul.col3_gr {
  list-style: none;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
}

/* @media print, screen and (max-width:640px) {
  #treatment_scenery {
    margin-bottom: 60px;
  }
} */

@media print, screen and (max-width:960px) {
  #treatment_scenery ul.col3_gr {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media print, screen and (max-width:640px) {
  #treatment_scenery ul.col3_gr {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

/*--------------------------
#sterilization
----------------------------*/

.col4_gr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width:1000px) {
  .col4_gr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width:800px) {
  .col4_gr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:640px) {
  .col4_gr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.equip-list.col4_gr {
  list-style: none;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 60px;
}

.equip-list p {
  text-align: center;
  font-weight: 700;
  margin: 10px 0;
}

#sterilization h2 {
  margin-bottom: 40px;
}

/* #sterilization h3 {
  margin-bottom: 40px;
} */

@media print, screen and (max-width:960px) {
  .equip-list.col2_gr {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media print, screen and (max-width:640px) {
  .equip-list.col2_gr {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

/*--------------------------
flow
----------------------------*/
.flow {
  margin-bottom: 90px;
}

.flow-list {
  list-style: none;
  counter-reset: number 0;
}

.flow-list li {
  position: relative;
  background: #fff;
  border-radius: 20px;
}

.flow h3 {
  margin-bottom: 80px;
}

.flow-list li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number, decimal-leading-zero) "";
  border-radius: 100%;
  width: 2em;
  height: 2em;
  color: #fff;
  text-align: center;
  line-height: 2.0;
  left: 50%;
  transform: translateX(-50%);
  /* background-color: #003459; */
  background-color: #06aed5;
  font-size: 3.0rem;
  font-weight: bold;
  font-family: "FOT-Humming";
}

.flow-list li .img-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
}

/* .flow-list li .img-box {
  background-image: url("../../image/sample.jpg");
} */

.flow-list li h4 {
  text-align: center;
}

.flow01, .flow02 {
  margin-bottom: 80px;
}

.flow01 .flow-list li:nth-child(1) .img-box {
  background-image: url("../../image/contents/first/sterilization/flow01-001.jpg");
}

.flow01 .flow-list li:nth-child(2) .img-box {
  background-image: url("../../image/contents/first/sterilization/flow01-002.jpg");
}

.flow01 .flow-list li:nth-child(3) .img-box {
  background-image: url("../../image/contents/first/sterilization/flow01-003.jpg");
}

.flow01 .flow-list li:nth-child(4) .img-box {
  background-image: url("../../image/contents/first/sterilization/flow01-004.jpg");
}

.flow01 .flow-list li:nth-child(5) .img-box {
  background-image: url("../../image/contents/first/sterilization/flow01-005.jpg");
}

.flow02 .flow-list li:nth-child(1) .img-box {
  background-image: url("../../image/contents/first/sterilization/flow02-001.jpg");
}

.flow02 .flow-list li:nth-child(2) .img-box {
  background-image: url("../../image/contents/first/sterilization/flow02-002.jpg");
}

.flow02 .flow-list li:nth-child(3) .img-box {
  background-image: url("../../image/contents/first/sterilization/flow02-003.jpg");
}

.flow-list {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
}

.flow-list li {
  padding: 64px 30px 30px;
}

.flow-list li:before {
  top: -24px;
}

.flow-list li .img-box {
  padding-top: 66.666%;
  margin-bottom: 30px;
}

@media screen and (max-width:800px) {
  .flow-list {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
  }

  .flow01, .flow02 {
    margin-bottom: 60px;
  }

  .flow-list li {
    padding: 50px 20px 20px;
  }

}

@media screen and (max-width:640px) {
  .flow {
    margin-bottom: 60px;
  }

  .flow-list li .img-box {
    margin-bottom: 20px;
  }
}