@charset "UTF-8";
#index {
  /* FV
  ---------------------------------------------------------------------------- */
}
@media screen and (max-width: 767px) {
  #index .p-fv {
    padding-top: 1.5rem;
  }
}
#index .p-fv_card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 16rem 10rem 24rem;
}
@media screen and (max-width: 767px) {
  #index .p-fv_card {
    padding: 31rem 1.5rem 8rem;
  }
}
#index .p-fv_card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/index/img_fv_01.png) no-repeat center center/cover;
  transform: scale(1.15);
  animation: p-fv-zoom-out 8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@media screen and (max-width: 767px) {
  #index .p-fv_card::before {
    background-image: url(../img/index/img_fv_01_sp.png);
  }
}
@keyframes p-fv-zoom-out {
  from {
    transform: scale(1.15);
  }
  to {
    transform: scale(1);
  }
}
#index .p-fv_img {
  width: 100%;
  height: 78rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #index .p-fv_img {
    height: 60rem;
  }
}
#index .p-fv_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 40, 90, 0.45), rgba(0, 40, 90, 0.1) 60%);
}
#index .p-fv_txt {
  position: relative;
  z-index: 1;
}
#index .p-fv_en {
  font-family: "Inter", sans-serif;
  font-size: 7rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #index .p-fv_en {
    font-size: 3.6rem;
    letter-spacing: -0.02em;
  }
}
#index .p-fv_catch {
  margin-top: 2rem;
  font-size: 2.6rem;
  line-height: 1.9;
  letter-spacing: 0.15em;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #index .p-fv_catch {
    margin-top: 1rem;
    font-size: 1.7rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
#index .p-fv_news {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.5rem 4rem;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  #index .p-fv_news {
    padding: 0.6rem 2rem;
  }
}
#index .p-fv_news p {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
#index .p-fv_news a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #index .p-fv_news a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-fv_news a:hover {
    opacity: 0.7;
  }
}
#index {
  /* 当グループについて
  ---------------------------------------------------------------------------- */
}
#index .p-about {
  padding: 15rem 0 14rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-about {
    padding: 6rem 0 8.4rem;
  }
}
#index .p-about_nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #index .p-about_nav {
    margin-top: 3.4rem;
    flex-direction: column;
    align-items: flex-start;
  }
  #index .p-about_nav .c-btn_link {
    width: 28rem;
    padding-right: 2rem;
  }
}
#index .p-about_lead {
  margin-top: 1rem;
  font-size: 4rem;
  text-align: center;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #index .p-about_lead {
    margin-top: 2rem;
    font-size: 2.2rem;
    text-align: left;
  }
}
#index .p-about_body {
  margin-top: 2rem;
}
#index .p-about_body p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #index .p-about_body p {
    text-align: left;
  }
}
#index {
  /* 理事長メッセージ
  ---------------------------------------------------------------------------- */
}
#index .p-message {
  padding: 0 0 19rem;
}
@media screen and (max-width: 767px) {
  #index .p-message {
    padding: 0 0 6rem;
  }
}
#index .p-message_inner {
  display: flex;
  gap: 9rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #index .p-message_inner {
    flex-direction: column;
    gap: 3rem;
  }
}
#index .p-message_txt {
  flex: 1;
}
#index .p-message_img {
  width: 33.9rem;
}
@media screen and (max-width: 767px) {
  #index .p-message_img {
    width: 28rem;
    margin: 0 auto;
  }
}
#index .p-message_img img {
  width: 100%;
  height: 41.8rem;
  object-fit: cover;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  #index .p-message_img img {
    height: auto;
    aspect-ratio: 1/1;
    object-position: top;
  }
}
#index .p-message_label {
  font-size: 2.4rem;
  color: #6F7073;
  letter-spacing: 0.2em;
}
#index .p-message_body {
  margin-top: 2.4rem;
}
#index .p-message_body p {
  letter-spacing: 0.2em;
}
#index .p-message_body p + p {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #index .p-message_body p + p {
    font-size: 1.4rem;
  }
}
#index .p-message_credentials {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #index .p-message_credentials {
    margin-top: 2rem;
  }
}
#index .p-message_credentials p {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #index .p-message_credentials p {
    font-size: 1.2rem;
  }
}
#index .p-message_name {
  margin-top: 3.4rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-message_name {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
#index .p-message_name span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-message_name span {
    letter-spacing: 0.2em;
    font-size: 1.8rem;
  }
}
#index {
  /* 2つの拠点
  ---------------------------------------------------------------------------- */
}
#index .p-clinic {
  background: #EEF6FB;
  padding: 16rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-clinic {
    padding: 6rem 0;
  }
}
#index .p-clinic_ttl {
  font-size: 3.2rem;
  font-weight: 500;
  color: #3AA0E7;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #index .p-clinic_ttl {
    font-size: 2.4rem;
  }
}
#index .p-clinic_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-clinic_list {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 3.2rem;
  }
}
#index .p-clinic_item a {
  display: block;
}
#index .p-clinic_item_img {
  border-radius: 1rem;
  overflow: hidden;
}
#index .p-clinic_item_img img {
  width: 100%;
  height: 33.5rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #index .p-clinic_item_img img {
    height: 22rem;
  }
}
#index .p-clinic_item_flex {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-clinic_item_flex {
    gap: 1rem;
  }
}
#index .p-clinic_item_badge {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 2.4rem;
  background: #3AA0E7;
  border-radius: 0.5rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  #index .p-clinic_item_badge {
    font-size: 1.4rem;
    padding: 0.5rem 2.4rem;
  }
}
#index .p-clinic_item_foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  #index .p-clinic_item_foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.3rem;
  }
}
#index .p-clinic_item_name {
  font-size: 2.4rem;
  color: #6F7073;
}
@media screen and (max-width: 767px) {
  #index .p-clinic_item_name {
    font-size: 2rem;
  }
}
#index {
  /* 自由診療だからこそできる歯科医療
  ---------------------------------------------------------------------------- */
}
#index .p-freedom {
  padding: 16rem 0 0;
}
@media screen and (max-width: 767px) {
  #index .p-freedom {
    padding: 8rem 0;
  }
}
#index .p-freedom_card {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  padding: 10rem 5rem 10rem 10rem;
  background: url(../img/index/img_about_01.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-freedom_card {
    padding: 5rem 1.5rem;
    text-align: center;
  }
}
#index .p-freedom_img {
  width: 100%;
  height: 54.1rem;
  object-fit: cover;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #index .p-freedom_img {
    height: 40rem;
  }
}
#index .p-freedom_ttl {
  font-size: 5.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #index .p-freedom_ttl {
    font-size: 3.2rem;
  }
}
#index .p-freedom_body {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  #index .p-freedom_body {
    margin-top: 1.8rem;
    font-size: 1.4rem;
  }
}
#index .p-freedom_link {
  margin-top: 8rem;
  letter-spacing: 0.2em;
  gap: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-freedom_link {
    letter-spacing: 0;
    margin-top: 3rem;
    font-size: 1.4rem;
    padding: 1.4rem 1.6rem;
    width: 30rem;
    height: 5.6rem;
  }
}
#index {
  /* 診療案内メニュー
  ---------------------------------------------------------------------------- */
}
#index .p-menu {
  padding: 15rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #index .p-menu {
    padding: 0rem 0 8rem;
  }
}
#index .p-menu_group {
  margin-top: 4rem;
}
#index .p-menu_group:nth-child(n+3) {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #index .p-menu_group:nth-child(n+3) {
    margin-top: 6rem;
  }
}
#index .p-menu_group_ttl {
  text-align: center;
  color: #3AA0E7;
}
#index .p-menu_group_en {
  font-family: "Inter", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  color: #3AA0E7;
  line-height: 1.5;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  #index .p-menu_group_en {
    font-size: 3rem;
  }
}
#index .p-menu_group_sub {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #3AA0E7;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  #index .p-menu_group_sub {
    font-size: 1.8rem;
  }
}
#index .p-menu_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #index .p-menu_list {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #index .p-menu_list.-four {
    grid-template-columns: 1fr 1fr;
  }
}
#index .p-menu_item {
  height: 100%;
}
#index .p-menu_item a {
  display: block;
  position: relative;
  background: #EEF6FB;
  border-radius: 1rem;
  padding: 4rem 4rem 9.5rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #index .p-menu_item a {
    padding: 3rem 2rem 7rem;
  }
}
#index .p-menu_item_img {
  border-radius: 0.5rem;
  overflow: hidden;
}
#index .p-menu_item_img img {
  width: 100%;
  object-fit: cover;
}
#index .p-menu_item_badge {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2.4rem;
  background: #3AA0E7;
  border-radius: 10rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #index .p-menu_item_badge {
    padding: 0.3rem 1.5rem;
    font-size: 1.4rem;
  }
}
#index .p-menu_item_ttl {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  color: #3AA0E7;
  letter-spacing: 0.05em;
  margin-top: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #index .p-menu_item_ttl {
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}
#index .p-menu_item_ttl.-s {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #index .p-menu_item_ttl.-s {
    font-size: 2.1rem;
  }
}
#index .p-menu_item_en {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #3AA0E7;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  #index .p-menu_item_en {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
#index .p-menu_item_body {
  margin-top: 0.5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #index .p-menu_item_body {
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
}
#index .p-menu_item .c-arrow-btn {
  position: absolute;
  left: 4rem;
  bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-menu_item .c-arrow-btn {
    left: 2rem;
    bottom: 2rem;
  }
}
#index .p-menu_price {
  text-align: center;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #index .p-menu_price {
    margin-top: 5rem;
  }
}
#index {
  /* 新着のお知らせ
     ※Figmaデザイン注記: 最新のお知らせが3件表示されるように（WordPressループ想定）
  ---------------------------------------------------------------------------- */
}
#index .p-news {
  padding: 16rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-news {
    padding: 6rem 0;
  }
}
#index .p-news_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
#index .p-news_head a span {
  margin-left: 1rem;
}
#index .p-news_list {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #index .p-news_list {
    margin-top: 2rem;
  }
}
#index .p-news_item {
  border-bottom: 1px solid #F0F0F0;
}
#index .p-news_item:last-child {
  border: none;
}
#index .p-news_item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-news_item a {
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  #index .p-news_item a:hover .p-news_item_date, #index .p-news_item a:hover .p-news_item_link {
    color: #3AA0E7;
  }
  #index .p-news_item a:hover .p-news_item_badge {
    background-color: #3AA0E7;
    color: #fff;
  }
}
#index .p-news_item_info {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  border-right: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  #index .p-news_item_info {
    border: none;
  }
}
#index .p-news_item_date {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  color: #6F7073;
  width: 10.5rem;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #index .p-news_item_date {
    border-right: none;
    padding-right: 0;
    font-size: 1.1rem;
    width: 8rem;
  }
}
#index .p-news_item_badge {
  width: 9.8rem;
  height: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DFE9F2;
  border-radius: 4.2rem;
  color: #6F7073;
  font-size: 1.4rem;
  transition: 0.3s;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-news_item_badge {
    width: 6.2rem;
    height: 2rem;
    font-size: 1rem;
  }
}
#index .p-news_item_link {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #index .p-news_item_link {
    font-size: 1.3rem;
  }
}

/* #index ここまで *//*# sourceMappingURL=index.css.map */