@charset "utf-8";

.main-image {
  position: relative;
}

.main-image-topics {
  display: flex;
  align-items: center;
  padding: 7px 40px;
  background: #000;
}

.main-image-topics h3 {
  margin-right: 20px;
  padding: 2px 20px;
  font-size: 13px;
  color: #000;
  background: #fff;
  border-radius: 15px;
}

.main-image-topics li a {
  display: flex;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
}

.main-image-topics li a .date {
  margin-right: 30px;
  color: #888;
}

.main-image-topics li a .title {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.main-image-topics-more {
  padding-left: 12px;
  font-size: 11px;
  font-weight: 800;
  color: #67D2C9;
  text-decoration: none;
  background: left url(./../images/to_more_icon.svg) no-repeat;
  background-size: 8px;
}

.main-image-pic {
  position: relative;
}

.main-image-pic img {
  width: 100%;
}

.main-image-text {
  position: absolute;
  padding: 0 60px;
  width: 100%;
  bottom: 80px;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5), 0 0 12px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.5);
}

.home-implant {
  background: right url(./../images/inplant_bg_pc.webp) no-repeat;
  background-size: auto 100%;
}

.home-dentsply {
  color: #fff;
  background: left url(./../images/inplant_img_pc_2_20240814.webp) no-repeat;
  background-size: auto 100%;
}

.home-dentsply .nallow {
  position: relative;
  background: linear-gradient(to right, transparent 0%, transparent 50%, #d9af99 80%, #CCA188 100%);
}

.home-dentsply .nallow:after {
  content: '';
  position: absolute;
  top: -80px;
  right: 50px;
  display: block;
  width: 136px;
  height: 161px;
  background: url(./../images/inplant_img_pc_1.webp) no-repeat;
}

.home-invisalign {
  background: left url(./../images/invisalign_bg_pc_left.webp) no-repeat, right url(./../images/invisalign_bg_pc_right.webp) no-repeat;
  background-size: auto 100%;
}

.home-features-card {
  display: flex;
  justify-content: flex-end;
}

.home-features-card-image {
  order: 2;
  flex-shrink: 0;
  display: flex;
  max-width: 48%;
}

.home-features-card-content {
  order: 1;
  flex-basis: 44%;
  padding-bottom: 30px;
}

.home-features-card.mod-left {
  justify-content: flex-start;
}

.home-features-card.mod-left .home-features-card-image {
  order: 1;
  justify-content: flex-end;
}

.home-features-card.mod-left .home-features-card-content {
  order: 2;
}

.home-features-card-content h4 {
  color: #00505C;
  font-size: 48px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.home-features-card-content h4 .sub {
  display: inline-block;
  margin-top: 10px;
  margin-right: 12px;
  padding: 0 12px;
  font-size: 32px;
  color: #fff;
  background: #00505C;
  vertical-align: top;
}

.home-features-card-image img {
  max-width: none;
  object-fit: cover;
}

.home-features-2 {
  background: #EBF0F1;
}

.home-menu {
  background: bottom url(../images/top_menu_bg.svg) no-repeat;
  background-size: 100% auto;
}

.home-menu-list li {
  margin-bottom: 40px;
}

.home-menu-list li a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #484848;
  aspect-ratio: 1 / 1;
  text-decoration: none;
  background:linear-gradient(135deg, #CDEEEA 0%, #CDEEEA 50%, #BBE9E3 50%, #BBE9E3 100%); 
}

.home-menu-list li a:hover {
  color: #fff;
  background:linear-gradient(135deg, #00505C 0%, #00505C 50%, #004451 50%, #004451 100%); 
}

.home-menu-list li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  height: 70px;
}

.home-menu-list li a .icon .cls-1 {
  fill: #00505C;
}

.home-menu-list li a:hover .icon .cls-1 {
  fill: #fff;
}

.home-menu-list li a h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  min-height: 3em;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}