/*----- section Head-----*/
.secHead {
  padding-bottom: 0;
}

.secHead h1 span {
  color: #3d3736;
}

.secHead h1::before {
  display: none;
}

.treatCat {
  display: flex;
  align-items: center;
  width: fit-content;
  min-width: 300px;
  max-width: 600px;
  margin: 0 auto;
  border: solid 1px #bca34e;
  position: relative;
}

.treatCat::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #bca34e;
}

.treatCat p {
  margin-bottom: 0;
  font-size: 2rem;
}

p.treatCat__ttl {
  width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 5px 0;
}

.treatCat__item {
  width: calc(100% - 120px);
  padding: 10px;
  text-align: center !important;
}

@media screen and (max-width: 600px) {
  .secHead h1 {
    font-size: 2.4rem;
    text-align: left;
  }

  .treatCat {
    /* width: 100%; */
    min-width: 280px;
  }

  .treatCat p {
    font-size: 1.6rem;
  }

  .treatCat__item {
    text-align: center !important;
  }
}

/*----- section Head end -----*/

/*----- section About -----*/

.secAbout p:last-of-type {
  margin-bottom: 0;
}

.secAbout .item_block {
  margin: 30px 0;
}

@media screen and (max-width: 600px) {
  .secAbout {
    padding-bottom: 30px;
  }

  .secAbout h3 {
    margin-bottom: 10px;
  }
}

/*----- section About end -----*/

/*----- section reason -----*/

.secReason {
  padding-top: 60px;
}

.secReason__list {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.secReason__list .item {
  width: calc(50% - 12.5px);
  padding: 30px 25px;
  background: #fff;
  border: solid 1px var(--mycolor01);
  border-radius: 10px;
}

.secReason__list .item:last-of-type {
  margin-bottom: 0;
}

.secReason .item h3 {
  position: relative;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;
  width: fit-content;
  font-size: 2.8rem;
  color: #e5707d;
}

.secReason__list .item h3 {
  position: relative;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;
  width: fit-content;
  font-size: 2.8rem;
  color: #e5707d;
}

.secReason__list .listNum::before {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 0.8em;
  border-radius: 50%;
  text-align: center;
  background: #e5707d;
  color: #fff;
  left: inherit;
  right: 0;
  font-weight: normal;
}

.secReason .item h3::after {
  content: "";
  width: 80px;
  height: 2px;
  display: inline-block;
  background-color: #e5707d;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.secReason__list .item h3::after {
  content: "";
  width: 80px;
  height: 2px;
  display: inline-block;
  background-color: #e5707d;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.secReason .item h3 .small {
  display: block;
}

.secReason__list .item h3 .small {
  display: block;
}

.secReason .item h4 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 10px;
}

.secReason__list .item h4 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 10px;
}

.secReason .item p {
  font-size: 1.9rem;
  margin-bottom: 0;
}

.secReason__list .item p {
  font-size: 1.9rem;
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .secReason {
    padding: 30px 0;
  }

  .secReason__list {
    display: block;
    margin-bottom: 30px;
  }

  .secReason .item {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px;
  }

  .secReason__list .item {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px;
  }

  .secReason .item h3 {
    font-size: 18px;
    padding: 0 25px;
    margin-bottom: 25px;
  }

  .secReason__list .item h3 {
    font-size: 18px;
    padding: 0 25px;
    margin-bottom: 25px;
  }

  .secReason .item h3::after {
    width: 60px;
    bottom: -10px;
  }

  .secReason__list .item h3::after {
    width: 60px;
    bottom: -10px;
  }

  .secReason .item h3 span {
    font-size: 16px;
  }

  .secReason__list .item h3 span {
    font-size: 16px;
  }

  .secReason .item h4 {
    font-size: 1.8rem;
  }

  .secReason__list .item h4 {
    font-size: 1.8rem;
  }

  .secReason .item p {
    font-size: 14px;
  }

  .secReason__list .item p {
    font-size: 14px;
  }
}

/*----- section Reason end -----*/

/*----- section progress -----*/
.secProgress {
  padding: 60px 0;
}

.secProgress__list dt {
  font-size: 2.4rem;
  line-height: 1;
  padding-left: 10px;
  border-left: solid 10px var(--mycolor01);
  margin-bottom: 10px;
}

.secProgress__list dd {
  margin-bottom: 30px;
}

.secProgress__list dd:last-of-type {
  margin-bottom: 0;
}

.secProgress__list__body li {
  font-size: 1.8rem;
  padding-left: 1em;
  text-indent: -1em;
}

.secProgress__list__body li::before {
  content: "・";
}

.secProgress p {
  font-size: 1.8rem;
}

.secProgress__list__body li p {
  padding-left: 1em;
  display: inline-block;
  margin-bottom: 10px;
}

.secProgress__list__body li p:not(:first-of-type) {
  padding-left: 0;
  text-indent: 0;
}

.secProgress__list__body li p:last-of-type {
  margin-bottom: 20px;
}

/*- laser-block  -*/
.secProgress_add {
  margin: 60px auto;
}

.secProgress_add h3 {
  position: relative;
  padding-top: 4rem;
  margin-bottom: 5rem;
}

.secProgress_add h3::before {
  content: "";
  width: 160px;
  height: 2px;
  display: inline-block;
  background-color: var(--mycolor01);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.secProgress .linkBtn02 {
  margin: 0 auto;
}
.service_table {
  width: 80%;
  border-collapse: collapse;
  border: none;
  margin: 2rem;
}
.service_table th,
.service_table td {
  font-size: 1.8rem;
  line-height: 1.5em;
  padding-left: 0.5em !important;
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-left: none;
  border-right: none;
}
.service_table th {
  text-align: left;
  font-weight: 600;
  background: #f2f2f2;
}
.service_table tr td:nth-of-type(1) {
  width: 30%;
}
.service_table tr td:nth-of-type(2) {
  width: 70%;
}

@media screen and (max-width: 600px) {
  .secProgress {
    padding: 30px 0 50px;
  }

  .secProgress h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .secProgress_add h3::before {
    width: 60px;
  }

  .secProgress__list dt {
    font-size: 1.6rem;
    border-left-width: 7px;
    padding-left: 7px;
  }

  .secProgress__list p,
  .secProgress__list li {
    font-size: 1.4rem;
  }

  .secProgress_add {
    margin: 0 0 30px;
  }

  .service_table th,
  .service_table td {
    font-size: 1.4rem;
  }
}

/*----- section progress end -----*/
