/* ======================================================================
 p-company
====================================================================== */
.company__lead em {
  font-weight: bold;
  font-size: 18px;
}
.company__image {
  display: block;
  margin: 60px auto 0;
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.table {
  margin: 40px auto 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table {
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
}
.table td {
  position: relative;
  z-index: 0;
  padding: 17px 10px 17px 35px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .table td {
    padding: 0 0 15px;
  }
}
.table td:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 2px);
  height: 2px;
  border-radius: 9999px;
  background: #d9d2d0;
  content: "";
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
}
@media screen and (max-width: 767px) {
  .table td:after {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.table th {
  position: relative;
  z-index: 1;
  padding: 17px 10px;
  width: 120px;
  color: #21986c;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .table th {
    padding: 15px 0 0;
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.table th:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 9999px;
  background: #21986c;
  content: "";
}
@media screen and (max-width: 767px) {
  .table th:after {
    display: none;
  }
}

.information {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 40px) / 2));
  gap: 40px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .information {
    grid-template-columns: 100%;
    margin: 30px 0 0 -20px;
    width: calc(100% + 40px);
  }
}
.information__item {
  padding: 30px;
  border-radius: 30px;
  background: #f3fff0;
}
@media screen and (max-width: 767px) {
  .information__item {
    padding: 30px 20px;
  }
}
.information__item:nth-child(2) {
  background: #fffcdb;
}
@media screen and (min-width: 768px) {
  .information__item:nth-child(2) .information__tel:before {
    content: url(../img/p-company/i-tel-2.svg);
  }
}
.information__logo {
  display: block;
  margin: auto;
  max-width: 100%;
  width: auto;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .information__logo {
    height: 74px;
  }
}
.information__address {
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .information__address {
    margin: 20px auto 0;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .information__tel {
    position: relative;
    display: block;
    margin: 15px auto 0;
    padding: 0 0 0 38px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2333333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .information__tel:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .information__tel:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: url(../img/p-company/i-tel-1.svg);
    line-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .information__tel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3px;
    margin: 30px auto 0;
    max-width: 100%;
    width: 335px;
    height: 70px;
    border: 3px solid #58514f;
    border-radius: 9999px;
    background: #58514f;
    -webkit-box-shadow: 0 3px 10px 0 rgba(145, 114, 104, 0.3);
    box-shadow: 0 3px 10px 0 rgba(145, 114, 104, 0.3);
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .information__tel, .information__tel:link, .information__tel:active, .information__tel:visited {
    color: #fff;
    cursor: pointer;
  }
  .information__tel:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .information__tel:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .information__tel-text {
    position: relative;
    z-index: 0;
    padding: 0 0 0 32px;
    font-size: 22px;
    line-height: 1.4545454545;
  }
  .information__tel-text:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: url(../img/p-company/i-tel-3.svg);
    line-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .information__tel-num {
    font-weight: 500;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.1875;
  }
}
.information__table {
  display: block;
  margin: 20px auto 0;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .information__table {
    margin: 30px auto 0;
    max-width: 335px;
    width: 100%;
  }
}
.information__map {
  display: block;
  margin: 30px auto 0;
  width: 100%;
  height: 248px;
}
@media screen and (max-width: 767px) {
  .information__map {
    height: 198px;
  }
}
.information__button {
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about {
  position: relative;
  z-index: 0;
  margin: 150px auto 0;
  padding: 130px 0 0;
}
@media screen and (max-width: 767px) {
  .about {
    margin: 110px auto 0;
    padding: 95px 0 0;
  }
}
.about:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  border-radius: 0 180px 0 0;
  background: #faf7f2;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .about:before {
    width: 100vw;
    border-radius: 0 60px 0 0;
  }
}
.about .c-title-1 {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .about .c-title-1 {
    top: -30px;
  }
}
.about .c-title-1__en {
  color: #58514f;
}

.about-section {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: auto;
  padding: 80px 0;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about-section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    padding: 60px 0;
  }
}
.about-section:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: calc(100% + 200px);
  border-radius: 0 180px 0 0;
  background: #faf7f2;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .about-section:before {
    border-radius: 0 60px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .about-section:nth-of-type(even):not(.odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.about-section:nth-of-type(even):not(.odd):before {
  border-radius: 180px 0 0 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .about-section:nth-of-type(even):not(.odd):before {
    border-radius: 60px 0 0 0;
  }
}
.about-section:last-of-type:before {
  height: 100%;
}
.about-section__image {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: auto;
  width: 460px;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .about-section__image {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
}
.about-section__image.--lg {
  height: 300px;
  -o-object-position: 0 -10px;
  object-position: 0 -10px;
}
@media screen and (max-width: 767px) {
  .about-section__image.--lg {
    aspect-ratio: 460/300;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .about-section__content {
    display: contents;
  }
}
.about-section__title {
  position: relative;
  z-index: 0;
  margin: 0 0 30px;
  padding: 0 0 20px;
  width: 100%;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4230769231;
}
@media screen and (max-width: 767px) {
  .about-section__title {
    margin: 0;
    padding: 0 0 28px;
    font-size: 22px;
    line-height: 1.5454545455;
  }
}
.about-section__title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: url(../img/p-company/dots.svg);
  line-height: 0;
}
.about-section__clinic {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4615384615;
}
@media screen and (max-width: 767px) {
  .about-section__clinic {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.about-section__text {
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .about-section__text {
    margin: 0;
  }
}