@charset "UTF-8";
/* -------------------------------------
カラー
------------------------------------- */
.mv {
  position: relative;
  margin-top: -32.7rem;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: -33.7rem;
  }
}

.mv-text_area {
  position: absolute;
  top: -1.4rem;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  max-width: 127.36rem;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv-text_area {
    height: 100%;
  }
}

.mv-catch {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .mv-catch {
    flex-direction: column;
    top: unset;
    left: 1rem;
    bottom: 2.2rem;
    gap: 0.4rem;
  }
}

.mv-swiper {
  position: relative;
  transition: translate 0.9s;
}
.mv-swiper.--top50 {
  translate: 0% 100%;
}
.mv-swiper.--zindex10000 {
  z-index: 10000 !important;
}

.mv-img {
  width: max(172.5rem, 119.79vw);
  position: relative;
  left: 50%;
  translate: -50% 0;
  transition: 0.8s;
}
@media screen and (max-width: 768px) {
  .mv-img {
    width: 68.1rem;
  }
}

.mv-catch_line {
  padding: 2.2rem 0.931rem;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
  text-wrap: nowrap;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
  border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .mv-catch_line_text:first-of-type {
    margin-inline: 0.2rem;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .mv-catch_line {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3.2rem;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    text-orientation: upright;
    padding: 0.7rem 0.931rem;
    letter-spacing: 0.05em;
    border-radius: 0.3rem;
  }
}
.mv-catch_line:first-of-type {
  height: 30.3rem;
}
@media screen and (max-width: 768px) {
  .mv-catch_line:first-of-type {
    height: auto;
    width: 23.2rem;
    line-height: 1.12;
  }
}

.mv-catch_line_svg {
  display: inline-block;
}
.mv-catch_line_svg.--01 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .mv-catch_line_svg.--01 {
    margin-bottom: unset;
    translate: 0 0.3rem;
  }
}
.mv-catch_line_svg.--02 {
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .mv-catch_line_svg.--02 {
    margin-top: unset;
    margin-bottom: unset;
    translate: 0rem 0.2rem;
    margin-inline: 0.1rem 0.1rem;
  }
}
.mv-catch_line_svg-pc {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .mv-catch_line_svg-pc svg {
    width: 3.6rem;
    height: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .mv-catch_line_svg-pc {
    display: none;
  }
}
.mv-catch_line_svg-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .mv-catch_line_svg-sp svg {
    width: 6.4rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .mv-catch_line_svg-sp {
    display: inline-block;
  }
}

.mv-label {
  position: absolute;
  top: 4rem;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .mv-label {
    width: 26.2rem;
  }
}
@media screen and (max-width: 768px) {
  .mv-label {
    top: 2rem;
    width: 15.51rem;
  }
}

/* about */
.about {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(250, 246, 246) 85%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    overflow-x: clip;
  }
}

.about-content {
  display: flex;
  justify-content: space-between;
  padding-top: 16rem;
  padding-bottom: 17rem;
}
@media screen and (max-width: 768px) {
  .about-content {
    padding-top: 6rem;
    flex-direction: column;
    padding-bottom: 17.4rem;
    position: relative;
    z-index: 2;
  }
}

.about-catch {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .about-catch {
    font-size: 2.8rem;
  }
}

.about-msg {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-block: var(--leading-trim);
  margin-top: calc((1em - 1lh) / 2 + 4.1rem);
}
@supports not (top: 1lh) {
  .about-msg {
    margin-top: 4.1rem;
  }
}
@media screen and (max-width: 768px) {
  .about-msg {
    font-size: 1.4rem;
    margin-top: calc((1em - 1lh) / 2 + 3.1rem);
  }
  @supports not (top: 1lh) {
    .about-msg {
      margin-top: 3.1rem;
    }
  }
}

.about-textArea {
  max-width: 76.5rem;
  width: 100%;
  margin-top: -0.3rem;
}
@media screen and (max-width: 768px) {
  .about-textArea {
    margin-top: 4.9rem;
  }
}

.about-btn {
  width: 17.9rem;
  height: 5.6rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .about-btn {
    width: 15.1rem;
    height: 4.8rem;
    margin-top: 3.9rem;
  }
}

.about-illust_inner {
  width: min(144rem, 100%);
  margin: 0 auto;
  position: relative;
}
.about-illust_inner > figure {
  position: absolute;
  z-index: 1;
}

.about-cloud {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.about-cloud.--01 {
  left: 21rem;
  bottom: 26.4rem;
}
@media screen and (max-width: 768px) {
  .about-cloud.--01 {
    width: 4.226rem;
    height: 2.446rem;
    left: 12.5rem;
    bottom: 9.6rem;
  }
}
.about-cloud.--02 {
  bottom: 19.6rem;
  left: 5.2rem;
}
@media screen and (max-width: 768px) {
  .about-cloud.--02 {
    width: 4.7rem;
    height: 2.7rem;
    left: 0.5rem;
    bottom: 12.9rem;
  }
}
.about-cloud.--03 {
  right: 22.6rem;
  bottom: 28.5rem;
  scale: -1 1;
}
@media screen and (max-width: 768px) {
  .about-cloud.--03 {
    width: 4.7rem;
    height: 2.7rem;
    right: 10.6rem;
    bottom: 19.6rem;
  }
}
.about-cloud.--04 {
  bottom: 22.3rem;
  right: 5.6rem;
  scale: -1 1;
}
@media screen and (max-width: 768px) {
  .about-cloud.--04 {
    width: 4.226rem;
    height: 2.446rem;
    bottom: 12.5rem;
    right: -0.2rem;
  }
}

.about-clinic {
  bottom: 0rem;
  left: 6.4rem;
}
@media screen and (max-width: 1200px) {
  .about-clinic {
    width: 21.2rem;
  }
}
@media screen and (max-width: 768px) {
  .about-clinic {
    width: 13.752rem;
    left: 0.3rem;
  }
}

.about-people {
  bottom: 0;
  right: 5.8rem;
}
@media screen and (max-width: 1200px) {
  .about-people {
    width: 33.8rem;
  }
}
@media screen and (max-width: 768px) {
  .about-people {
    width: 16.892rem;
    right: 0.8rem;
  }
}

/* features */
.features {
  position: relative;
}

.features-back_wave {
  width: 100%;
  position: absolute;
  z-index: 0;
}
.features-back_wave.--top {
  top: 1rem;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .features-back_wave.--top {
    top: 0;
  }
}
.features-back_wave.--bottom {
  bottom: 1rem;
  translate: 0 50%;
  scale: 1 -1;
}
@media screen and (max-width: 768px) {
  .features-back_wave.--bottom {
    translate: 0 100%;
  }
}
.features-back_wave > img {
  width: 100%;
}

.featuresArea {
  overflow: clip;
  padding-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  .featuresArea {
    padding-bottom: 9rem;
  }
}

.features-content {
  position: relative;
  z-index: 1;
  display: flex;
  padding-top: 13.1rem;
}
@media screen and (max-width: 768px) {
  .features-content {
    padding-top: 8.9rem;
    flex-direction: column;
  }
}

.features-header {
  margin-right: 10.3rem;
}
@media screen and (max-width: 768px) {
  .features-header {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .features-header .c-ttl {
    text-align: center;
  }
}

.features-list {
  padding-top: 2.3rem;
  display: flex;
  gap: 12rem;
}
@media screen and (max-width: 768px) {
  .features-list {
    flex-direction: column;
    padding-top: 4.6rem;
    gap: 5.3rem;
  }
}
.features-list li {
  width: 92.8rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4.8rem;
}
@media screen and (max-width: 768px) {
  .features-list li {
    width: 100%;
    flex-direction: column;
    gap: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .features-list_img {
    margin-right: auto;
  }
}
.features-list_img img {
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  .features-list_img img {
    width: 100%;
    border-radius: 1.5rem;
  }
}

.features-list_icon {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .features-list_icon {
    width: 5rem;
    height: 5rem;
    top: 1rem;
    left: 1.7rem;
  }
}

.features-list_ttl_sub {
  font-size: 1.4rem;
  margin-block: var(--leading-trim);
  color: #9C6666;
  line-height: 1.7;
  display: block;
}
@media screen and (max-width: 768px) {
  .features-list_ttl_sub {
    font-size: 1.2rem;
  }
}
.features-list_ttl_main {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  display: block;
  margin-block: var(--leading-trim);
  margin-top: calc((1em - 1lh) / 2 + 3.1rem);
}
@supports not (top: 1lh) {
  .features-list_ttl_main {
    margin-top: 3.1rem;
  }
}
@media screen and (max-width: 768px) {
  .features-list_ttl_main {
    font-size: 2rem;
    margin-top: calc((1em - 1lh) / 2 + 1.3rem);
  }
  @supports not (top: 1lh) {
    .features-list_ttl_main {
      margin-top: 1.3rem;
    }
  }
}

.features-list_textArea {
  width: 38rem;
}
@media screen and (max-width: 768px) {
  .features-list_textArea {
    width: 100%;
    padding-inline: 0.7rem;
  }
}

.features-list_text {
  line-height: 2;
  letter-spacing: 0.03em;
  margin-block: var(--leading-trim);
  margin-top: calc((1em - 1lh) / 2 + 2.5rem);
}
@supports not (top: 1lh) {
  .features-list_text {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .features-list_text {
    margin-top: calc((1em - 1lh) / 2 + 1.7rem);
  }
  @supports not (top: 1lh) {
    .features-list_text {
      margin-top: 1.7rem;
    }
  }
}

.features-list_btn {
  width: 10.8rem;
  height: 3.2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .features-list_btn {
    margin-top: 2.8rem;
    margin-left: auto;
  }
}

.doctor {
  background-color: #FAF6F6;
}

.doctor-inner {
  display: flex;
  gap: 10.6rem;
  padding-block: 16rem 15.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .doctor-inner {
    flex-direction: column;
    gap: 4.2rem;
    padding-block: 11.9rem 8.2rem;
  }
}
.doctor-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  background-image: radial-gradient(#BC8F8F 0.15rem, transparent 0.15rem);
  background-size: 1.5rem 1rem;
  background-position: center bottom;
  background-repeat: repeat-x;
}

.doctor-content {
  display: flex;
  gap: 5.5rem;
  width: 89.2rem;
}
@media screen and (max-width: 768px) {
  .doctor-content {
    width: 100%;
  }
}

.doctor-imgBox {
  position: relative;
}
@media screen and (max-width: 768px) {
  .doctor-imgBox {
    position: absolute;
    top: 7rem;
    right: 0;
  }
}

.doctor-img {
  width: 33.5rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .doctor-img {
    width: 17.2rem;
  }
}
.doctor-img img {
  display: block;
}

.doctor-img_labelBox {
  width: 17.5rem;
  height: 6.8rem;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  translate: -50% 50%;
  border-radius: 3.4rem;
  background-color: #998C6D;
}
@media screen and (max-width: 768px) {
  .doctor-img_labelBox {
    width: 11.1rem;
    height: 5rem;
    bottom: 0.2rem;
    left: calc(50% + 0.5rem);
  }
}

.doctor-img_label {
  display: grid;
  place-content: center;
  height: 100%;
}
.doctor-img_label_role {
  font-size: 1.4rem;
  line-height: 1.15;
  letter-spacing: 0.03em;
  color: #fff;
  opacity: 0.8;
  text-align: center;
  margin-block: var(--leading-trim);
  display: block;
  font-size: 1.2rem;
}
.doctor-img_label_name {
  font-size: 2rem;
  line-height: 1.15;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 700;
  margin-left: -0.7rem;
  margin-top: calc((1em - 1lh) / 2 + 0.5rem);
}
@supports not (top: 1lh) {
  .doctor-img_label_name {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .doctor-img_label_name {
    font-size: 1.6rem;
    margin-left: 0;
  }
}

.doctor-catch {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-block: var(--leading-trim);
  margin-top: calc((1em - 1lh) / 2 + 5.2rem);
}
@supports not (top: 1lh) {
  .doctor-catch {
    margin-top: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .doctor-catch {
    font-size: 2.4rem;
  }
}

.doctor-msg {
  line-height: 2;
  letter-spacing: 0.03em;
  margin-block: var(--leading-trim);
  margin-top: calc((1em - 1lh) / 2 + 2.5rem);
}
@supports not (top: 1lh) {
  .doctor-msg {
    margin-top: 2.5rem;
  }
}

.doctor-btn {
  width: 10.8rem;
  height: 3.2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .doctor-btn {
    margin-top: 4.8rem;
  }
}

/* first */
.first-inner {
  display: flex;
  height: 72.8rem;
  padding-block: 10.3rem 12.4rem;
}
@media screen and (max-width: 768px) {
  .first-inner {
    flex-direction: column;
    padding-block: 7rem 9.1rem;
    height: auto;
  }
}

.first-header_icon {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .first-header_icon {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .first-header_icon img {
    width: 3.6rem;
    height: 3.6rem;
    display: block;
  }
}

.first-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .first-header {
    flex-direction: row;
    gap: 1.6rem;
  }
}

.first-content {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .first-content {
    position: relative;
    margin-top: 2.2rem;
  }
}

.first-tooth {
  align-self: flex-end;
  margin-left: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .first-tooth {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .first-tooth {
    position: absolute;
    top: -0.5rem;
    right: 1.8rem;
    translate: 0 -100%;
  }
}
@media screen and (max-width: 768px) {
  .first-tooth img {
    width: 7.9rem;
    height: 6.75rem;
    display: block;
  }
}

.first-textArea {
  width: 94rem;
  height: 43rem;
  padding: 8.6rem 9.8rem 7.2rem;
  background-image: url(../img/front/first_back.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .first-textArea {
    width: 33.5rem;
    height: 48rem;
    background-image: url(../img/front/first_back_sp.webp);
    padding: 6.7rem 2.8rem 7.2rem;
  }
}

.first-textArea_content {
  width: 43.8rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .first-textArea_content {
    width: 100%;
  }
}

.first-catch {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .first-catch {
    font-size: 2.4rem;
  }
}

.first-msg {
  line-height: 2;
  letter-spacing: 0.03em;
  margin-block: var(--leading-trim);
  margin-top: calc((1em - 1lh) / 2 + 2.5rem);
}
@supports not (top: 1lh) {
  .first-msg {
    margin-top: 2.5rem;
  }
}

.first-btn {
  margin-top: 4rem;
  width: 16.2rem;
  height: 5.6rem;
}
@media screen and (max-width: 768px) {
  .first-btn {
    margin-top: 2.8rem;
    width: 13.6rem;
    height: 4.8rem;
  }
}

/* department */
.department {
  background: linear-gradient(to bottom, #FAF6F6 50%, #fff 50%);
  position: relative;
}
.department::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 0;
  background: linear-gradient(180deg, #FAF6F6 0%, #fff 100%);
}

.department-box {
  width: min(136rem, 100%);
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4rem;
  box-shadow: 0 2px 40px 0 rgba(100, 52, 52, 0.08);
  padding-bottom: 13.2rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .department-box {
    padding-bottom: 6.2rem;
  }
}

.department-backText {
  translate: 0 1rem;
  position: relative;
  z-index: 0;
}

.department-header {
  text-align: center;
  margin-top: -6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .department-header {
    margin-top: -2.7rem;
  }
}

.department-content {
  margin-top: 7.4rem;
}
@media screen and (max-width: 768px) {
  .department-content {
    margin-top: 5.6rem;
  }
}

.department-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.6rem 2rem;
}
@media screen and (max-width: 768px) {
  .department-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.9rem 1.4rem;
    margin-left: -0.5rem;
  }
}
.department-list li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.department-list_bubble {
  width: -webkit-max-content;
  width: max-content;
  max-width: 20.2rem;
  position: absolute;
  bottom: 80%;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1.4rem;
  padding: 1.4rem 1.6rem;
  border-radius: 9999px;
  background-color: #BC8F8F;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .department-list_bubble {
    font-size: 1.3rem;
    padding: 1rem 1.2rem;
  }
}
.department-list_bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 6px 0 6px;
  border-color: #BC8F8F transparent transparent;
  translate: -50% 100%;
}

.department-list_box {
  width: 26rem;
  height: 26rem;
  display: block;
  clip-path: url(#curved-box);
}
@media screen and (max-width: 768px) {
  .department-list_box {
    width: 16.5rem;
    height: 16.5rem;
  }
}
.department-list_box.c-btn.--dotted {
  background-color: #F5F0E1;
  margin-top: 1.6rem;
  padding: 4.9rem 3.2rem;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .department-list_box.c-btn.--dotted {
    padding: 1.9rem 1.8rem 2.8rem;
  }
}
.department-list_box.c-btn.--dotted .c-btn_text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .department-list_box.c-btn.--dotted .c-btn_text {
    font-size: 1.4rem;
    max-width: 9.5rem;
  }
}
.department-list_box.c-btn.--dotted .c-btn_iconBox {
  background-color: #fff;
}
@media (hover: hover) {
  .department-list_box.c-btn.--dotted:hover {
    background-color: #9C6666;
  }
  .department-list_box.c-btn.--dotted:hover .c-btn_text {
    color: #fff;
  }
}

.department-list_icon {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .department-list_icon img {
    width: 9.6rem;
    height: 9.6rem;
  }
}
@media screen and (max-width: 768px) {
  .department-list_icon img {
    width: 7.2rem;
    height: 7.2rem;
    display: block;
  }
}

.department-list_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: radial-gradient(#BC8F8F 1px, transparent 1px);
  background-size: 7.6px 7px;
  background-position: center 0rem;
  background-repeat: repeat-x;
  padding: 2rem 0.4rem 0 0.2rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .department-list_btn {
    margin-top: 0.9rem;
  }
}

.department-note {
  position: absolute;
  bottom: 17.6rem;
  right: 12.6rem;
}
@media screen and (max-width: 768px) {
  .department-note {
    bottom: 9rem;
    right: 2rem;
  }
}

.department-note_bubble {
  width: 23.567rem;
  height: 18rem;
  background-image: url(../img/front/department_note_bubble.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.6rem 2.8rem;
}
@media screen and (max-width: 768px) {
  .department-note_bubble {
    width: 15.3rem;
    height: 16.594rem;
    padding: 1.6rem 1.7rem;
    background-image: url(../img/front/department_note_bubble_sp.svg);
  }
}
.department-note_bubble p {
  color: #998C6D;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .department-note_bubble p {
    font-size: 1.4rem;
  }
}

.department-note_tooth {
  width: 8.233rem;
  height: 8.484rem;
  position: absolute;
  top: 14.6rem;
  left: 28.3rem;
  rotate: -29.61deg;
}
@media screen and (max-width: 768px) {
  .department-note_tooth {
    width: 5.57rem;
    height: 5.739rem;
    top: 17.3rem;
    left: 12.1rem;
  }
}
.department-note_tooth > img {
  width: 100%;
  height: 100%;
  display: block;
}

/* news */
.news-inner {
  padding: 16.4rem 0 18rem;
}
@media screen and (max-width: 768px) {
  .news-inner {
    padding: 8.4rem 0 10rem;
  }
}

.news-block.--right {
  width: 80.8rem;
}
@media screen and (max-width: 768px) {
  .news-block.--right {
    width: 100%;
    margin-top: 4rem;
  }
}

.news-btn {
  margin-top: 6.6rem;
  width: 10.8rem;
  height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .news-btn {
    margin-top: 3.7rem;
    margin-left: auto;
  }
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
.news-list.c-news-list {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
}
.news-list .c-news-item {
  width: 100%;
  height: 18rem;
  padding: 3.4rem 3.8rem;
  border: 0.78px solid #F5F3EE;
  background-color: #F5F3EE;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  transition: 0.3s;
  background-image: none;
}
@media (hover: hover) {
  .news-list .c-news-item:hover {
    background-color: #fff;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .news-list .c-news-item {
    height: 8.6rem;
    padding: 1.9rem 1.9rem 1rem;
    gap: 1.5rem;
  }
}
.news-list .c-news-date {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .news-list .c-news-date {
    font-size: 1.2rem;
  }
}
.news-list .c-news-cate {
  margin-left: 1.5rem;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #9C6666;
  border: 1px dotted #9C6666;
  border-radius: 10rem;
}
@media screen and (max-width: 768px) {
  .news-list .c-news-cate {
    font-size: 1.2rem;
    padding: 0.3rem 1.1rem;
    margin-left: 1.3rem;
    min-width: 7.4rem;
    text-align: center;
  }
}
.news-list .c-news-content {
  margin-top: calc((1em - 1lh) / 2 + 2.2rem);
}
@supports not (top: 1lh) {
  .news-list .c-news-content {
    margin-top: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news-list .c-news-content {
    width: 90%;
    margin-top: calc((1em - 1lh) / 2 + 0rem);
  }
  @supports not (top: 1lh) {
    .news-list .c-news-content {
      margin-top: 0rem;
    }
  }
}
.news-list .c-news-title {
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .news-list .c-news-title {
    -webkit-line-clamp: 1;
    letter-spacing: 0.03em;
  }
}
.news-list .c-btn_iconBox {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  top: unset;
  translate: 0 0;
}
@media screen and (max-width: 768px) {
  .news-list .c-btn_iconBox {
    bottom: 50%;
    translate: 0 50%;
    right: 2rem;
  }
}

/* gallery */
.gallery {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .gallery {
    padding-bottom: 2rem;
  }
}

.gallery-list {
  display: flex;
}
.gallery-list li {
  margin-inline: 1.6rem;
  width: 30rem;
  height: 30rem;
}
@media screen and (max-width: 768px) {
  .gallery-list li {
    margin-inline: 0.7rem;
    width: 17.178rem;
    height: 17.178rem;
  }
}
.gallery-list li:nth-child(even) {
  margin-top: 5.5rem;
}
@media screen and (max-width: 768px) {
  .gallery-list li:nth-child(even) {
    margin-top: 3.3rem;
  }
}
.gallery-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}