/*---------------------------------------------
    common
---------------------------------------------*/
.more {
  text-align: right;
}
.more a {
  border-bottom: #13334c solid 5px;
  display: inline-block;
  font-family: "Acumin Variable Concept", "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 5px 4px;
}

.section-ttl {
  color: #13ae67;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  position: relative;
  text-align: center;
}
.section-ttl.icon::before {
  background: #f39800;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: -30px;
  margin: auto;
  position: absolute;
  right: 0;
  top: -12px;
  width: 8px;
}
.section-ttl.icon::after {
  background: #13ae67;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -12px;
  width: 8px;
}
.section-ttl.icon span::before {
  background: #ed7e97;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  margin: auto;
  position: absolute;
  right: -30px;
  top: -12px;
  width: 8px;
}
.section-ttl img {
  height: 22px;
  left: -4px;
  position: relative;
  top: 3px;
  width: auto;
}

/*---------------------------------------------
    main img
  ---------------------------------------------*/
.mv {
  height: 100vh;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mv {
    height: auto;
  }
}
@media screen and (max-width: 820px) {
  .mv {
    width: 100%;
  }
}
.mv .bx-wrapper {
  background: none;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .mv .bx-wrapper {
    margin-bottom: 0;
  }
}
.mv .main-catch {
  color: #13ae67;
  font-size: 3rem;
  line-height: 1.4;
  position: absolute;
  right: 5%;
  text-shadow: 1px 1px 4px #fff;
  top: 60px;
  writing-mode: vertical-rl;
}

/*---------------------------------------------
    news
---------------------------------------------*/
.news {
  align-items: center;
  background: #fff;
  border: #13ae67 solid 4px;
  border-radius: 12px;
  box-shadow: 2px 2px 3px #555;
  display: flex;
  left: 0;
  margin: auto;
  max-width: 560px;
  padding: 16px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: -40px;
  width: 86%;
}
.news .section-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -1px;
  padding-right: 12px;
}
.news dl {
  padding-left: 12px;
  position: relative;
}
.news dl::before {
  background: #13ae67;
  bottom: 0;
  content: "";
  display: block;
  height: 90%;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 2px;
}
.news dl dt {
  font-size: 1.2rem;
}
.news dl dd {
  font-size: 1.4rem;
}

/*---------------------------------------------
    greeting
---------------------------------------------*/
.greeting {
  background: #13ae67;
  padding-bottom: 40px;
  padding-top: 80px;
}
.greeting .box {
  background: #fff;
  border-radius: 8px;
  margin: 0 auto;
  padding-top: 40px;
  width: 86%;
}
@media screen and (min-width: 821px) {
  .greeting .section-ttl {
    margin-bottom: 24px;
  }
  .greeting .flex-box {
    display: flex;
    margin: 0 auto;
    width: 90%;
  }
}
.greeting .img {
  background: #ccc;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .greeting .img {
    height: 320px;
    width: 320px;
  }
}
@media screen and (max-width: 820px) {
  .greeting .img {
    height: 160px;
    width: 160px;
  }
  .greeting .img img {
    display: block;
  }
}
.greeting .profile {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 3px #555;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 0 auto 40px;
  padding: 8px;
  position: relative;
  top: -16px;
  width: 200px;
}
.greeting .profile .icon {
  width: 40px;
}
.greeting .profile .icon img {
  display: block;
}
.greeting .profile .clinic {
  color: #13ae67;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 4px;
}
.greeting .profile .name {
  font-size: 1.6rem;
  line-height: 1;
}
.greeting .profile .name .cat {
  font-size: 1.4rem;
  margin-right: 4px;
}
.greeting .inner {
  padding: 16px 5% 40px;
}
.greeting .inner .catch {
  color: #ed7e97;
  font-size: 1.8rem;
}
.greeting .inner .txt {
  margin-bottom: 24px;
}

/*---------------------------------------------
    contents
---------------------------------------------*/
.contents {
  background: #fff;
  border-radius: 8px;
  margin: 40px auto;
  padding: 48px 24px 40px;
  width: 86%;
}
@media screen and (min-width: 821px) {
  .contents {
    width: 48%;
  }
}
.contents .section-ttl {
  margin-bottom: 8px;
}
.contents .img {
  margin-bottom: 4px;
}
.contents .img img {
  display: block;
}
.contents .txt {
  margin-bottom: 24px;
}

@media screen and (min-width: 821px) {
  .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin: 0 auto;
    width: 90%;
  }
}
/*0---------------------------------------------
    contact
---------------------------------------------*/
.contact {
  background: #13ae67;
  color: #fff;
  margin: 0 auto;
  max-width: 560px;
  padding: 16px 0;
  text-align: center;
  width: 86%;
}
.contact dl dt {
  border-bottom: #fff solid 1px;
  font-size: 2rem;
  margin: 0 16px 4px;
  padding-bottom: 4px;
}
.contact dl dt img {
  height: 20px;
  left: -4px;
  position: relative;
  top: 3px;
}
.contact dl dd {
  font-size: 1.4rem;
}

/*---------------------------------------------
    vision
---------------------------------------------*/
.vision {
  margin: 0 auto 120px;
  max-width: 980px;
  width: 90%;
}
.vision .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .vision .flex {
    flex-direction: column-reverse;
  }
}
.vision .txt-box {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .vision .txt-box {
    width: 100%;
  }
}
.vision .txt-box .catch {
  font-size: 2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 820px) {
  .vision .txt-box .catch {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .vision .txt-box .txt {
    margin-bottom: 1em;
  }
}
.vision .img {
  margin-top: 6px;
}
@media screen and (max-width: 820px) {
  .vision .img {
    margin-bottom: 8px;
  }
}
.vision .img img {
  width: 400px;
}

/*---------------------------------------------
    service
---------------------------------------------*/
.service {
  background: #f5f1ea;
  padding: 40px 0;
}
.service .section-ttl {
  margin: 0 auto 0;
  max-width: 1180px;
  text-align: center;
  width: 90%;
}
.service .inner {
  margin: 0 auto;
  max-width: 1180px;
  width: 90%;
}
.service .inner > .txt {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .service .inner > .txt {
    text-align: left;
  }
}
.service-box {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 64px;
  max-width: 1020px;
}
@media screen and (max-width: 820px) {
  .service-box {
    flex-direction: column-reverse;
  }
}
.service-box .img {
  margin-right: 4%;
  max-width: 460px;
  width: 46%;
}
@media screen and (max-width: 820px) {
  .service-box .img {
    margin-right: 0;
    width: 100%;
  }
}
.service-box dl {
  max-width: 400px;
  width: 50%;
}
@media screen and (max-width: 820px) {
  .service-box dl {
    width: 100%;
  }
}
.service-box dl dt {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 16px;
  position: relative;
}
.service-box dl dt::before {
  background: #e9450a;
  content: "";
  display: block;
  height: 2px;
  margin-right: 8px;
  width: 40px;
}
.service-box dl dd .txt {
  margin-bottom: 1em;
  text-align: justify;
}
.service-box.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .service-box.reverse {
    flex-direction: column-reverse;
  }
}
.service-box.reverse .img {
  margin-left: 4%;
}
@media screen and (max-width: 820px) {
  .service-box.reverse .img {
    margin-left: 0;
  }
}

/*---------------------------------------------
    works
---------------------------------------------*/
.works {
  margin-bottom: 100px;
}
.works .bx-wrapper {
  margin: 0 auto 30px;
}
@media screen and (max-width: 820px) {
  .works {
    margin: 0 auto 80px;
    width: 90%;
  }
}
.works .section-ttl {
  margin-bottom: 24px;
  text-align: center;
}
.works .inner .works-list {
  display: flex;
}
@media screen and (min-width: 821px) {
  .works .inner .works-list {
    align-items: center;
    gap: 40px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
  }
}
@media screen and (max-width: 820px) {
  .works .inner .works-list {
    gap: 24px;
  }
}
.works .inner .works-list article {
  background: #f7f3ec;
  padding: 20px;
  width: 30%;
}
@media screen and (max-width: 820px) {
  .works .inner .works-list article {
    width: 100%;
  }
}
.works .inner .works-list article .img img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 4/2.6;
     object-fit: cover;
}
.works .inner .works-list article .txt-box {
  position: relative;
}
.works .inner .works-list article .cat {
  background: #999;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 1px 8px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 820px) {
  .works .inner .works-list article .cat {
    font-size: 1rem;
    top: 2px;
  }
}
.works .inner .works-list article .date {
  margin-bottom: 8px;
  margin-top: 4px;
}
.works .inner .works-list article .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.works .inner .works-list article .txt {
  display: -webkit-box;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 80px;
}
.works .btn {
  margin-top: 40px;
}

.bx-wrapper .bx-prev {
  left: -14px !important;
}

.bx-wrapper .bx-next {
  right: -14px !important;
}

/*---------------------------------------------
    company
---------------------------------------------*/
#contact {
  background: url(../images/bg_contact.jpg);
  background-size: cover;
  padding: 80px 0;
}
#contact .inner {
  background: rgba(255, 255, 255, 0.8);
  max-width: 980px;
  padding: 40px 24px 80px;
}
#contact .section-ttl {
  text-align: center;
}
#contact.thanks {
  background: #fff;
}
#contact.thanks .inner {
  margin: 0 auto;
  width: 90%;
}
#contact.thanks .inner .txt {
  text-align: center;
}
@media screen and (max-width: 820px) {
  #contact.thanks .inner .txt {
    text-align: left;
  }
}
#contact .inner {
  margin: 0 auto;
  width: 90%;
}
#contact .subtitle {
  font-size: 2.4rem;
  text-align: center;
}
#contact .txt {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #contact .txt {
    text-align: left;
  }
}
#contact .img {
  margin-bottom: 80px;
  text-align: center;
}
#contact .img img {
  width: 240px;
}
#contact .form-group {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  #contact .form-group {
    align-items: flex-start;
    flex-direction: column;
  }
}
#contact .form-group:first-of-type {
  margin-top: 50px;
}
#contact .form-group + .form-group {
  margin-top: 20px;
}
#contact .form-group .align-top {
  align-items: flex-start;
}
#contact label {
  font-weight: 500;
  width: 163px;
}
@media screen and (max-width: 820px) {
  #contact label {
    margin: 0 auto;
    width: 100%;
  }
}
#contact label .req {
  color: red;
  font-size: 10px;
  margin-left: 0.5em;
  vertical-align: super;
}
#contact input, #contact textarea {
  border: 1px solid #ccc;
  height: 40px;
  max-width: 709px;
  outline: none;
  padding: 8px;
  width: 90%;
}
@media screen and (max-width: 820px) {
  #contact input, #contact textarea {
    margin: 0 auto;
    width: 100%;
  }
}
#contact input::-moz-placeholder, #contact textarea::-moz-placeholder {
  color: #CDD6DD;
}
#contact input::placeholder, #contact textarea::placeholder {
  color: #CDD6DD;
}
#contact input[type=file] {
  border: none;
  width: 100%;
}
#contact .file {
  max-width: 709px;
  width: 90%;
}
#contact textarea {
  height: 140px;
}
#contact .button-wrap {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}
#contact .button-wrap button, #contact .button-wrap a {
  align-items: center;
  background-color: #d55313;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  transition: 0.3s;
  width: 300px;
}
@media screen and (max-width: 767px) {
  #contact .button-wrap button, #contact .button-wrap a {
    font-size: 1.4rem;
    height: 46px;
    width: 260px;
  }
}
#contact .button-wrap button:hover, #contact .button-wrap a:hover {
  opacity: 0.8;
}
#contact table {
  margin: 0 auto;
  max-width: 580px;
}
#contact.thanks .txt {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact.thanks .txt {
    text-align: left;
  }
}
#contact.thanks .btn {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 auto;
  transition: 0.3s;
  width: 300px;
}
@media screen and (max-width: 767px) {
  #contact.thanks .btn {
    font-size: 1.4rem;
    height: 46px;
    width: 260px;
  }
}
#contact.thanks .btn a {
  align-items: center;
  background-color: #e9450a;
  border: none;
  border-radius: 30px;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #contact.thanks .btn a {
    height: 46px;
  }
}

.company {
  margin: 0 auto 80px;
  max-width: 780px;
  width: 90%;
}
.company table tr th, .company table tr td {
  padding: 10px 12px 8px;
}
.company table tr th {
  border-bottom: #e9450a solid 2px;
  width: 100px;
}
.company table tr td {
  border-bottom: #c1c7c6 solid 2px;
}