@charset "UTF-8";

/* ----------------------------------------------------------
   #GLOBAL
---------------------------------------------------------- */
/* メインビジュアル 
----- page/top-page/_mv ----- */
.tp-mv {
  position: relative;
  overflow: hidden;
}

.tp-mv figure {
  position: relative;
  width: 100%;
  height: max(200px, 100dvh);
  margin: 0 auto;
}

.tp-mv figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.tp-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .tp-mv::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}

.tp-mv_catch {
  color: #6D9B70;
  font-weight: 900;
  width: calc(100% - 100px);
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.4), 0px 0px 10px rgba(255, 255, 255, 0.6);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .tp-mv_catch {
    top: auto;
    bottom: 35px;
    left: 20px;
    transform: unset;
  }
}

.tp-mv_catch h1 {
  font-weight: 400;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  font-size: 8.5rem;
  line-height: 1.1;
  letter-spacing: 5px;
  white-space: nowrap;
}

.tp-mv_catch h1 span {
  color: #DEA65C;
}

@media screen and (max-width: 768px) {
  .tp-mv_catch h1 {
    font-size: 4rem;
  }
}

.tp_mv_txt {
  display: block;
  font-size: 1.8rem;
  max-width: 420px;
  width: 100%;
  line-height: 1.8;
  letter-spacing: 5px;
  color: #6D9B70;
  font-weight: 400;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.4), 0px 0px 10px rgba(255, 255, 255, 0.6);
}

.tp_mv_txt span {
  color: #DEA65C;
}

@media screen and (max-width: 768px) {
  .tp_mv_txt {
    font-size: 1.6rem;
    max-width: 100%;
  }
}

.tp-about_img {
  position: relative;
}

.tp-about_img_txt {
  position: absolute;
  bottom: -30px;
  right: -30px;
  background-color: rgba(222, 166, 92, 0.7);
  padding: 30px 20px;
  border-radius: 20px;
  color: #fff;
  max-width: 280px;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

@media screen and (max-width: 768px) {
  .tp-about_img_txt {
    bottom: -20px;
    right: 0;
    padding: 20px 15px;
    max-width: 240px;
  }
}

.tp-about_img_txt h3 {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
}

@media screen and (max-width: 768px) {
  .tp-about_img_txt h3 {
    font-size: 1.6rem;
  }
}

.tp-about_img_txt p {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .tp-about_img_txt p {
    font-size: 1.4rem;
  }
}

.tp-about_txt {
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .tp-about_txt {
    padding-left: 0;
  }
}

.tp-about_txt h3 {
  font-size: 5rem;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  font-weight: 400;
}

@media screen and (max-width: 1120px) {
  .tp-about_txt h3 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .tp-about_txt h3 {
    font-size: 2.8rem;
  }
}

.tp-about_txt p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .tp-about_txt p {
    font-size: 1.5rem;
  }
}

.tp-column {
  background-color: #FAF7F5;
  padding: 120px 0;
}

.tp-ttl-2 {
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.tp-ttl-2 span {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 20px;
  display: block;
  color: #DEA65C;
  letter-spacing: 0.1em;
}

.tp-ttl-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  border-radius: 10px;
  background-color: #6D9B70;
}

.doctor_profile {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 20px;
  display: block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.doctor_profile:hover {
  background-color: rgba(109, 155, 112, 0.1);
}

.doctor_profile:hover .doctor_img {
  transform: scale(1.08);
}

.doctor_profile:hover .doctor_column_link::after {
  translate: 3px -50%;
}

.doctor_info {
  display: flex;
  gap: 20px;
  align-items: center;
}

.doctor_img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  transition: all 0.3s;
}

.doctor_name h4 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  color: #666;
}

.doctor_name.doctor_01 p,
.doctor_name.doctor_02 p {
  font-size: 1.3rem;
  display: inline-block;
  border-radius: 100px;
  padding: 2px 20px;
  color: #fff;
}

.doctor_name.doctor_01 p {
  background-color: rgba(109, 155, 112, 0.7);
}

.doctor_name.doctor_02 p {
  background-color: rgba(222, 166, 92, 0.7);
}

.doctor_txt {
  font-size: 1.4rem;
  color: #666;
}

.doctor_column_link {
  text-align: right;
  position: relative;
  padding-right: 30px;
}

.doctor_column_link::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  rotate: 45deg;
  transition: translate 0.3s ease;
}

.case_item {
  display: block;
  overflow: hidden;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-bottom: 30px;
  height: 100%;
}

.case_item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  translate: 0 -50%;
  rotate: 45deg;
  transition: translate 0.3s ease;
}

.case_item:hover {
  transform: translateY(-10px);
}

.case_item:hover::after {
  translate: 3px -50%;
}

.case_item_img {
  position: relative;
}

.case_item_cate {
  position: absolute;
  bottom: 15px;
  left: 10px;
  display: inline-block;
  padding: 2px 20px;
  background-color: #6D9B70;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 100px;
}

.case_item_info {
  padding: 20px;
}

.case_item_ttl {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.case_item_txt {
  font-size: 1.4rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 768px) {

  .case_item_img figure {
    margin: 0;
  }

  .case_item_img img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
  }

  .case_item_txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.sec-contact {
  background-color: #34423A;
  padding: 120px 0;
}

.sec-contact .sec-contact_inner {
  background-color: #fff;
  border-radius: 30px;
}

.sec-contact .contact_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .sec-contact .contact_flex {
    gap: 0;
  }
}

.sec-contact .contact_flex_item:first-child {
  position: relative;
  width: 50%;
  display: flex;
}

@media screen and (max-width: 768px) {
  .sec-contact .contact_flex_item:first-child {
    width: 100%;
  }
}

.sec-contact .contact_flex_item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sec-contact .contact_flex_item:first-child::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}

.sec-contact .contact_flex_item:last-child {
  width: 40%;
  padding: 30px 15px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .sec-contact .contact_flex_item:last-child {
    width: 100%;
    padding: 30px 20px;
  }
}

.sec-contact .contact_img {
  margin: 0;
  width: 100%;
}

.sec-contact .contact_img img {
  display: block;
  border-radius: 30px 0 0 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .sec-contact .contact_img img {
    border-radius: 30px 30px 0 0;
  }
}

.sec-contact .contact_ttl {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Shippori Mincho", "Akshar", "游明朝体", "Yu Mincho", serif;
  color: #6D9B70;
}

@media screen and (max-width: 768px) {
  .sec-contact .contact_ttl {
    font-size: 2.4rem;
  }
}

.sec-contact .contact_txt {
  font-size: 1.4rem;
  color: #666;
}

.tp-faq {
  background-color: #FAF7F5;
  padding: 120px 0;
}

.tp-faq_item {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.tp-faq_item_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  gap: 20px;
  color: #6D9B70;
}

@media screen and (max-width: 768px) {
  .tp-faq_item_ttl {
    font-size: 1.8rem;
    gap: 10px;
  }
}

.tp-faq_item_ttl span {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: #6D9B70;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 10px;
  width: 40px;
  height: 40px;
}

.tp-news {
  padding: 120px 0;
}

.tp-news_item {
  display: block;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.tp-news_item:hover {
  background-color: rgba(109, 155, 112, 0.1);
}

.tp-news_item time {
  font-size: 1.3rem;
  color: #666;
}

.tp-news_item_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #6D9B70;
}

@media screen and (max-width: 768px) {
  .tp-news_item_ttl {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=index.css.map */