@charset "UTF-8";
/* ==================================================
  breakpoint & medea query
================================================== */
/* ==================================================
  cache busting
================================================== */
/* ==================================================
  共通
================================================== */
html {
  font-size: 62.5%;
}
@media (width < 1100px) {
  html {
    font-size: 56.25%;
  }
}

body {
  color: #555450;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

img:not([class*=wp-image-]) {
  width: 100%;
  height: auto;
}
img[class*=wp-image-].alignright {
  display: block;
  margin: 0 0 0 auto;
}
img[class*=wp-image-].alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img[class*=wp-image-].aligncenter {
  display: block;
  margin: 0 auto;
}

a {
  display: inline-block;
}

/* ==================================================
  section
================================================== */
.section {
  padding-block: clamp(60px, 10vw, 100px);
}

.section-bg {
  background-color: #f9fafb;
}

.inner {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (width < 1100px) {
  .inner {
    width: 90%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media (width < 1100px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 10px;
}
@media (width < 1100px) {
  .flex-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ==================================================
  style
================================================== */
.drop-shadow {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.button {
  text-align: center;
  margin-top: 30px;
}
.button__link {
  background: #fff;
  border: 1px solid #999;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button__link::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -1.5em;
  -webkit-transform: translateY(calc(-50% - 1px)) rotate(30deg);
          transform: translateY(calc(-50% - 1px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button__link:hover::before, .button__link:hover::after {
  right: -2em;
}

.tel {
  padding-left: 25px;
  padding-right: 20px;
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
.tel::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-mask: url(../img//icon/phone.svg?ver=ugm6p2d) no-repeat center center/contain;
          mask: url(../img//icon/phone.svg?ver=ugm6p2d) no-repeat center center/contain;
  background-color: #555450;
}

.table table {
  width: 100%;
}
.table th,
.table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 15px;
}
@media (width < 1100px) {
  .table th,
  .table td {
    display: block;
  }
}
.table tr:nth-of-type(n + 2) th {
  border-top: none;
}
.table th {
  background-color: #e6e5e5;
}
.table td {
  background-color: #fff;
}
@media (width < 1100px) {
  .table td {
    border-top: none;
  }
}

.schedule-table {
  margin-bottom: 10px;
}
.schedule-table table {
  width: 100%;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
.schedule-table table,
.schedule-table th,
.schedule-table td {
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.schedule-table th,
.schedule-table td {
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  white-space: nowrap;
}
.schedule-table th {
  background-color: #252420;
  color: #e6e5e5;
}
.schedule-table td {
  background-color: #fff;
}

.schedule-caution {
  font-size: 1.4rem;
}

.breadcrumbs {
  margin-block: 10px;
  font-size: 1.4rem;
  letter-spacing: normal;
}

.page-title {
  padding-top: 217.08px;
  padding-bottom: 60px;
  width: 100%;
  background: url(../img/common/title-bg--medical.webp?ver=ugm6p2d) no-repeat 50% 35%/cover;
  text-align: center;
  position: relative;
}
@media (width < 1100px) {
  .page-title {
    padding-block: 60px;
  }
}
.page-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-image: radial-gradient(rgba(26, 20, 12, 0.2) 30%, transparent 31%), radial-gradient(rgba(26, 20, 12, 0.2) 30%, transparent 31%);
  background-color: rgba(26, 20, 12, 0.5);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.page-title--about {
  background: url(../img/common/title-bg--about.webp?ver=ugm6p2d) no-repeat 50% 35%/cover;
}
@media (width < 1100px) {
  .page-title--about {
    background: url(../img/common/title-bg--about-sp.webp?ver=ugm6p2d) no-repeat 50% 40%/cover;
    background-size: 100%;
  }
}
@media (width < 600px) {
  .page-title--about {
    background: url(../img/common/title-bg--about-sp.webp?ver=ugm6p2d) no-repeat 50% 45%/cover;
    background-size: 130%;
  }
}
.page-title--access {
  background: url(../img/common/title-bg--access.webp?ver=ugm6p2d) no-repeat 50% 35%/cover;
}
@media (width < 1100px) {
  .page-title--access {
    background: url(../img/common/title-bg--access.webp?ver=ugm6p2d) no-repeat 50% 55%/cover;
    background-size: 120%;
  }
}
.page-title--recruit {
  background: url(../img/common/title-bg--recruit.webp?ver=ugm6p2d) no-repeat 50% 47%/cover;
}
.page-title .inner {
  position: relative;
  z-index: 2;
}
.page-title__text {
  font-size: clamp(2.4rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: normal;
  display: inline-block;
  line-height: 1.2;
  color: #e6e5e5;
  text-shadow: 0 0 2px #252420, 0 0 4px #252420, 0 0 6px #252420, 0 0 8px #252420, 0 0 10px #252420, 0 0 12px #252420, 0 0 14px #252420, 0 0 16px #252420, 0 0 18px #252420, 0 0 20px #252420;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(5px, 1vw, 10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(30px, 5vw, 60px);
}
.pagination .prev,
.pagination .next {
  background-color: #252420;
  color: #fff;
  position: relative;
}
.pagination .prev {
  padding: 0.6em 0.8em;
}
.pagination .prev::after {
  left: 15px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.pagination .prev:hover::after {
  left: 10px;
}
.pagination .next {
  padding: 0.6em 0.8em;
}
.pagination .next::after {
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .next:hover::after {
  right: 10px;
}

.fw700 {
  font-weight: 700s;
}

.page-numbers {
  padding: 0.6em 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #252420;
  font-size: 1.4rem;
  color: #252420;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.page-numbers.current {
  background-color: #252420;
  color: #e6e5e5;
  border: 1px solid #252420;
}
.page-numbers.dots {
  font-size: 1.2rem;
}
.page-numbers:hover {
  background-color: #252420;
  color: #e6e5e5;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.section-title__text {
  text-align: center;
  width: 100%;
  font-size: 3rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: clamp(20px, 2vw, 25px);
}
.section-title__text::before {
  letter-spacing: 0.08em;
  font-weight: 400;
  position: absolute;
  content: attr(data-en);
  text-transform: capitalize;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.4rem;
}

.title-1 {
  position: relative;
  font-size: clamp(2.2rem, 2.5vw, 3rem);
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.title-1:after {
  text-transform: capitalize;
  content: attr(data-en);
  display: inline-block;
  margin-left: 10px;
  font-size: 1.8rem;
  color: #252420;
  vertical-align: 0.3em;
}
@media (width < 1100px) {
  .title-1:after {
    vertical-align: 0.05em;
  }
}
.title-1:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #252420;
}

.title-2 {
  padding: 0.5em;
  font-size: 2rem;
  background: #e6e5e5;
  border-bottom: solid 1px #252420;
  margin-bottom: 30px;
  font-weight: 700;
}

.title-3 {
  padding: 5px 10px;
  font-size: 1.8rem;
  font-weight: 700;
  border-left: 3px solid #252420;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (width < 1100px) {
  .title-3 {
    text-align: left;
  }
}

.title-4 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #252420;
}

.title-5 {
  margin-top: 10px;
  display: inline-block;
  padding: 3px 15px 3px 25px;
  background-color: #f5f5f5;
}

.title-6 {
  position: relative;
  font-weight: 600;
  line-height: 1.8;
  font-size: 1.8rem;
  display: inline-block;
  z-index: 1;
  padding-left: 25px;
  margin: 35px 0 10px;
}
.title-6::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #ececec;
  width: 45px;
  height: 100%;
  z-index: -1;
}
.title-6::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
  background-color: #b3b2b2;
  width: 20px;
  height: 0.5px;
  z-index: -1;
}

.box-1 {
  padding: clamp(10px, 2vw, 20px);
  background-color: #252420;
}

.box-2 {
  padding: 15px 20px;
  border: 1px solid #ccc;
}
@media (width < 1100px) {
  .box-2 {
    padding: 15px;
  }
}

.anchor {
  margin-top: 50px;
}
.anchor__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 2vw, 20px);
}
@media (width < 1100px) {
  .anchor__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 600px) {
  .anchor__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.anchor__list--3column {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.anchor__link {
  display: block;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #161510;
  color: #e6e5e5;
  border: 1px solid #161510;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
}
.anchor__link:hover {
  background-color: #fff;
  color: #252420;
}

.flow-1 {
  margin-bottom: 40px;
  list-style: none;
  padding-left: 0;
}
.flow-1__item {
  position: relative;
}
.flow-1__item dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #b9b9b9;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}
@media (width < 1100px) {
  .flow-1__item dl {
    padding: 10px 15px;
  }
}
.flow-1__item dt {
  font-size: 20px;
  color: #555450;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
@media (width < 1100px) {
  .flow-1__item dd {
    font-size: 1.4rem;
  }
}
.flow-1__item dd h3 {
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 5px;
}
@media (width < 1100px) {
  .flow-1__item dd h3 {
    padding-bottom: 10px;
  }
}
.flow-1__item:not(:last-child) {
  margin-bottom: 40px;
}
.flow-1__item:not(:last-child) dl::before, .flow-1__item:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-1__item:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #b9b9b9;
}
.flow-1__item:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow-1__item:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow-1__item--only dd h3 {
  padding-bottom: 0;
}
.flow-1__icon {
  font-size: 12px;
  color: #fff;
  background: #252420;
  padding: 5px 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

.flow-2 {
  list-style: none; /* デフォルトの番号を非表示に */
  counter-reset: step; /* カウンターを初期化 */
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 3vw, 30px);
}
.flow-2 li {
  position: relative;
  padding: 4em 2em 2em; /* 番号表示スペースを確保 */
  counter-increment: step; /* カウンターを1つ進める */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f9fafb;
  border: 1px solid #252420;
  border-radius: 5px;
}
.flow-2 li::before {
  content: counter(step, decimal-leading-zero); /* 01, 02, ... と表示 */
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1em;
  font-weight: bold;
  color: #e6e5e5;
  font-size: 1.2em;
  background-color: #252420;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow-3 {
  width: 100%;
  padding-left: 0;
  border-bottom: solid 1px #eeeeee;
}
.flow-3 li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 20px;
  border-top: solid 1px #eeeeee;
}
.flow-3 li dl {
  width: calc(100% - 70px);
}
.flow-3 li dt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.flow-3 li .icon09 {
  line-height: 1;
  font-size: 1.5em;
  font-weight: bold;
  color: #ccc;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}
.flow-3 li .icon09::before {
  content: "STEP";
  font-size: 0.3em;
  display: block;
  letter-spacing: 1px;
}
.flow-3 li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  margin: auto;
}

.new-window {
  display: inline-block;
  width: 0.8em;
  aspect-ratio: 1;
  -webkit-mask: url(../img/icon/new-window.svg?ver=ugm6p2d) no-repeat 50% 50%/contain;
          mask: url(../img/icon/new-window.svg?ver=ugm6p2d) no-repeat 50% 50%/contain;
  background-color: #555450;
  margin-inline: 0.2em;
}

.list-wrapper {
  list-style: none;
}
.list-wrapper > li {
  position: relative;
  padding-left: 12px;
}
.list-wrapper > li:not(:first-child) {
  margin-top: 0.6em;
}
.list-wrapper > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #252420;
  border-radius: 50%;
}

.list-wrapper02 {
  list-style: none;
}
.list-wrapper02 > li {
  position: relative;
  padding-left: 25px;
}
.list-wrapper02 > li:not(:first-child) {
  margin-top: 30px;
}
.list-wrapper02 > li::before {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 0.5rem;
  border-left: 1px solid #252420;
  border-bottom: 1px solid #252420;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 10px;
  left: 10px;
}

.list-wrapper03 {
  list-style: none;
}
.list-wrapper03 > li {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}
.list-wrapper03 > li::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list-wrapper03 > li::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.5rem;
  border-left: 1px solid #252420;
  border-bottom: 1px solid #252420;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: calc(50% - 3px);
  left: 10px;
}

.faq {
  display: grid;
  gap: 2em;
}
.faq__box {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}
.faq__box-head {
  display: block;
  background: #252420;
  color: #e6e5e5;
  padding: 15px 40px 15px 15px;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.faq__box-head::-webkit-details-marker {
  display: none;
}
.faq__box-head::before, .faq__box-head::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #e6e5e5;
}
.faq__box-head::before {
  width: 16px;
  height: 2px;
  right: 15px;
}
.faq__box-head::after {
  width: 2px;
  height: 16px;
  right: 21px;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
.faq__box-body {
  overflow: hidden;
}
.faq__box-content {
  padding: 15px;
  line-height: 1.6;
  font-weight: 400;
}
.faq__box[open] .faq__box-head::after {
  rotate: 90deg;
}

/* ==================================================
  base
================================================== */
.is-home .bg_thumbnails {
  background: url(../img/title_bg.webp?ver=ugm6p2d) no-repeat center center/cover;
}

.center {
  text-align: center;
}

.left {
  -moz-text-align-last: left;
       text-align-last: left;
}

.right {
  text-align: right;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.is-open {
  display: block;
}

.is-close {
  display: none;
}

.is-fixed body {
  overflow: hidden;
}

.fw700 {
  font-weight: 800;
}

@media (width >= 1100px) {
  .is-sp {
    display: none;
  }
}

@media (width < 1100px) {
  .is-pc {
    display: none;
  }
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.is-blue {
  color: dodgerblue;
}

.is-red {
  color: #e2041b;
}

.is-green {
  color: #252420;
}

.is-bold {
  font-weight: 700;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz20 {
  font-size: 2rem;
}

.fz30 {
  font-size: 3rem;
}

figcaption {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.miauto {
  margin-inline: auto;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.w20 {
  width: 20%;
}
@media (width < 1100px) {
  .w20 {
    width: 100%;
  }
  .w20 figure {
    width: 60%;
    margin: 0 auto;
  }
}

.w30 {
  width: 30%;
}
@media (width < 1100px) {
  .w30 {
    width: 100%;
  }
  .w30 figure {
    width: 70%;
    margin: 0 auto;
  }
}

.w40 {
  width: 40%;
}
@media (width < 1100px) {
  .w40 {
    width: 100%;
  }
  .w40 figure {
    width: 80%;
    margin: 0 auto;
  }
}

.w50 {
  width: 50%;
}
@media (width < 1100px) {
  .w50 {
    width: 100%;
  }
  .w50 figure {
    width: 80%;
    margin: 0 auto;
  }
}

.w60 {
  width: 60%;
}
@media (width < 1100px) {
  .w60 {
    width: 100%;
  }
}

.w70 {
  width: 70%;
}
@media (width < 1100px) {
  .w70 {
    width: 100%;
  }
}

.w80 {
  width: 80%;
}
@media (width < 1100px) {
  .w80 {
    width: 100%;
  }
  .w80 figure {
    width: 80%;
    margin: 0 auto;
  }
}

.items80 .item:nth-of-type(n + 2) {
  margin-top: 80px;
}
@media (width < 1100px) {
  .items80 .item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

.items60 .item:nth-of-type(n + 2) {
  margin-top: 60px;
}
@media (width < 1100px) {
  .items60 .item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.items40 .item:nth-of-type(n + 2) {
  margin-top: 40px;
}
@media (width < 1100px) {
  .items40 .item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

/* ==================================================
  アニメーション
================================================== */
@media (width < 1100px) {
  .js-scrollHint {
    overflow-x: scroll;
  }
  .js-scrollHint table {
    white-space: nowrap;
  }
}

/* 初期状態のスタイル */
.fadeInItem {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

/* アニメーションのキーフレーム定義 */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* アニメーションの適用 */
.fadeInItem.animated {
  -webkit-animation: fadeInUp 0.5s ease-out forwards;
          animation: fadeInUp 0.5s ease-out forwards;
}

/* ==================== loader ==================== */
#loading {
  -webkit-transition: opacity 0.5s ease, visibility 0s linear 0.5s;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
  background-color: #161510;
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}
#loading.is-reveal .logo-wrap .curtain {
  -webkit-animation: curtain-slide 1.5s ease forwards;
          animation: curtain-slide 1.5s ease forwards;
}
#loading.loadEnd {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.logo-wrap {
  position: relative;
  width: 70%;
  max-width: 300px;
}
.logo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.logo-wrap .curtain {
  position: absolute;
  inset: 0;
  background: #161510;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 2;
}

@-webkit-keyframes curtain-slide {
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes curtain-slide {
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/* ==================================================
  header
================================================== */
.header {
  width: 100%;
  background: #161510;
  position: fixed;
  top: 0;
  z-index: 900;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  color: #e6e5e5;
}
@media (width < 1100px) {
  .header {
    position: sticky;
    background: #252420;
    color: #e6e5e5;
  }
}
.header__logo {
  width: 100%;
  max-width: 280px;
}
@media (width < 1100px) {
  .header__logo {
    width: 50vw;
    min-width: 150px;
    max-width: 200px;
  }
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin-inline: auto;
  padding-block: 10px;
}
@media (width < 1100px) {
  .header__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header__top--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (width < 1100px) {
  .header__top--right {
    gap: 10px;
  }
}
.header__top-text {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (width < 1100px) {
  .header__top-text {
    display: none;
  }
}
.header__sns {
  width: 200px;
}
@media (width < 1100px) {
  .header__sns {
    width: 8vw;
    aspect-ratio: 1;
    max-width: 30px;
  }
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (width < 1100px) {
  .header__info {
    display: none;
  }
}
.header__info .tel {
  margin-top: 5px;
}
.header__info .tel::before {
  background-color: #e6e5e5;
}
.header__info-address {
  letter-spacing: normal;
}
.header__bottom {
  background-color: #252420;
  color: #e6e5e5;
}
.header__nav {
  width: 90%;
  margin: 0 auto;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav-item {
  position: relative;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav-item a {
  padding: 18px clamp(10px, 1.5vw, 20px);
}
.header__nav-item:hover {
  background-color: #161510;
}
.header__nav-item:hover .header__nav-dropdown-list {
  -webkit-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
}
.header__nav-item:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 30%;
  background-color: #e6e5e5;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav-dropdown p {
  cursor: default;
  padding: 18px 20px;
}
.header__nav-dropdown-list {
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.header__nav-dropdown-item {
  background-color: #252420;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.3rem;
  position: relative;
}
.header__nav-dropdown-item:nth-of-type(n + 2)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #f9fafb;
}
.header__nav-dropdown-item:hover {
  background-color: #161510;
}
.header__nav-dropdown-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 60px;
  color: #fff;
}

/* ==================================================
  hamburger
================================================== */
.hamburger {
  width: 40px;
  height: 35px;
  margin-left: auto;
  position: relative;
  display: none;
  z-index: 9999;
}
@media (width < 1100px) {
  .hamburger {
    display: block;
  }
}
.hamburger::after {
  position: absolute;
  content: "menu";
  text-transform: uppercase;
  color: #e6e5e5;
  letter-spacing: 0.08em;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  text-align: center;
}
.hamburger span {
  width: 28px;
  position: absolute;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e6e5e5;
  border-radius: 1px;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger span:nth-child(3) {
  top: 16px;
}
.hamburger.is-active::after {
  content: "close";
  color: #e6e5e5;
}
.hamburger.is-active span {
  background-color: #e6e5e5;
  left: 50%;
}
.hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  top: 8px;
}
.hamburger.is-active span:nth-child(2) {
  display: none;
}
.hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 8px;
}

.hamburger-menu {
  background-color: #161510;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.hamburger-menu__body {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 200px;
  margin-top: 60px;
}
.hamburger-menu__list {
  display: block;
  margin: 0 auto;
  width: 90%;
  border-radius: 3px;
  overflow: hidden;
}
.hamburger-menu__item {
  position: relative;
  color: #555450;
  background-color: #252420;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.hamburger-menu__item:nth-of-type(n + 2) {
  border-top: 1px solid #555450;
}
.hamburger-menu__item a,
.hamburger-menu__item .hamburger-menu__dropdown {
  display: block;
  padding: 20px;
  width: 100%;
  color: #e6e5e5;
}
.hamburger-menu__order-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 2vw, 20px);
  width: 90%;
  margin: 30px auto 0;
}
.hamburger-menu__order-link {
  background: #252420;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px;
  aspect-ratio: 3/2;
  color: #e6e5e5;
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 1.2;
  position: relative;
}
@media (width < 768px) {
  .hamburger-menu__order-link {
    aspect-ratio: 1;
  }
}
.hamburger-menu__order-link::after {
  position: absolute;
  content: "";
  right: -2px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: clamp(10px, 1.5vw, 15px) solid transparent;
  border-left: clamp(10px, 1.5vw, 15px) solid transparent;
  border-bottom: clamp(10px, 1.5vw, 15px) solid #e6e5e5;
  border-top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hamburger-menu__order-link .under440 {
  display: none;
}
@media (width < 440px) {
  .hamburger-menu__order-link .under440 {
    display: block;
  }
}
.hamburger-menu__dropdown {
  cursor: pointer;
  position: relative;
}
.hamburger-menu__dropdown::after {
  position: absolute;
  content: "";
  top: 40%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #e6e5e5;
  border-right: 2px solid #e6e5e5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger-menu__dropdown.is-open::after {
  -webkit-transform: translateY(40%) rotate(225deg);
          transform: translateY(40%) rotate(225deg);
}
.hamburger-menu__dropdown-list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  text-align: center;
  background-color: #555450;
}
.hamburger-menu__dropdown-item {
  color: #e6e5e5;
  font-size: 1.6rem;
}
.hamburger-menu__dropdown-item:not(:first-child) {
  border-top: 1px solid #ccc;
}

/* ==================================================
  mv
================================================== */
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media (width < 1100px) {
  .mv {
    height: 50vh;
  }
}
.mv video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mv__catch {
  position: absolute;
  content: "";
  color: #252420;
  font-weight: 700;
  z-index: 10;
  bottom: 10%;
  left: 5%;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.3;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff, 0 0 8px #fff, 0 0 9px #fff, 0 0 10px #fff;
}
@media (width < 1100px) {
  .mv__catch {
    line-height: 1.6;
  }
}

/* ===============================================
  top news
=============================================== */
.top-news {
  background: url(../img/top/top-news-bg.webp?ver=ugm6p2d) no-repeat 50% 50%/cover;
}
@media (width < 1100px) {
  .top-news {
    background: url(../img/top/top-news-bg-sp.webp?ver=ugm6p2d) no-repeat 100% 50%/cover;
  }
}
.top-news--left {
  width: 50%;
}
@media (width < 1100px) {
  .top-news--left {
    width: 100%;
  }
}
.top-news--right {
  width: 50%;
}
@media (width < 1100px) {
  .top-news--right {
    width: 100%;
  }
}
.top-news__list li:not(:first-child) {
  margin-top: 15px;
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (width < 1100px) {
  .news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.news__date {
  color: #999999;
  font-size: 1.4rem;
}
.news__title {
  margin-left: 10px;
}
@media (width < 1100px) {
  .news__title {
    margin-left: 0;
  }
}

.date-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.category {
  white-space: nowrap;
  background-color: #252420;
  font-size: 1.4rem;
  color: #e6e5e5;
  line-height: 1;
  padding: 5px 10px;
}

.top-instagram {
  margin-top: clamp(60px, 7vw, 80px);
  margin-bottom: clamp(60px, 7vw, 80px);
}
.top-instagram__title {
  margin-bottom: 0;
}
@media (width < 1100px) {
  .top-instagram__title {
    margin-bottom: 15px;
  }
}

.sb_instagram_header {
  padding: 0 !important;
}

.count .top-news--left,
.count .top-news--right {
  position: relative;
}
@media (width < 1100px) {
  .count.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (width < 768px) {
  .count.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.count__number {
  position: absolute;
  content: "";
  bottom: 5%;
  left: 10%;
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);
}
.count__number-text {
  font-size: clamp(6rem, 8vw, 10rem);
  text-shadow: 0 0 2px #bbb, 0 0 4px #bbb, 0 0 6px #bbb, 0 0 8px #bbb, 0 0 10px #bbb, 0 0 12px #bbb, 0 0 14px #bbb, 0 0 16px #bbb, 0 0 18px #bbb, 0 0 20px #bbb;
  margin-right: 10px;
}
@media (width < 768px) {
  .count__number-text {
    font-size: clamp(6rem, 15vw, 12rem);
  }
}

/* ===============================================
  message
=============================================== */
.message {
  margin-block: 100px;
}
@media (width < 1100px) {
  .message {
    margin-block: 50px 80px;
  }
}
.message__wrapper {
  position: relative;
}
.message__wrapper::before {
  position: absolute;
  content: "";
  width: 35%;
  min-width: 200px;
  aspect-ratio: 4/3;
  left: 0;
  top: -60px;
  z-index: -1;
  background-color: #e6e6e6;
}
.message__wrapper::after {
  position: absolute;
  content: "";
  width: 35%;
  min-width: 250px;
  aspect-ratio: 2/1.2;
  right: 0;
  bottom: -60px;
  z-index: -1;
  background-color: #f1f1f1;
}
.message__content {
  max-width: 800px;
  margin: 50px auto 0;
  text-align: center;
  line-height: 2;
}
.message__title {
  font-size: 2rem;
  margin-bottom: 20px;
}

/* ===============================================
  top feature
=============================================== */
.top-feature {
  position: relative;
  background: url(../img/top/feature-bg.webp?ver=ugm6p2d) no-repeat center center/cover;
}
.top-feature::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-image: radial-gradient(rgba(26, 20, 12, 0.2) 30%, transparent 31%), radial-gradient(rgba(26, 20, 12, 0.2) 30%, transparent 31%);
  background-color: rgba(26, 20, 12, 0.5);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.top-feature__title {
  color: #e6e5e5;
}
.top-feature__title::before {
  color: #e6e5e5;
}
.top-feature__inner {
  position: relative;
  z-index: 1;
}
.top-feature__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4vw, 40px);
  margin-top: 30px;
}
@media (width < 1100px) {
  .top-feature__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 600px) {
  .top-feature__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.top-feature__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 20/13;
  overflow: hidden;
}
.top-feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-feature__content {
  padding: 20px;
  border-top: 2px solid #e6e5e5;
}
.top-feature__number {
  display: block;
  font-size: 3rem;
  text-align: center;
  color: #ccc;
  line-height: 1.2;
}
@media (width < 1100px) {
  .top-feature__number {
    margin-top: 0px;
  }
}
.top-feature__item-title {
  margin: 15px 0;
  font-weight: 700;
  text-align: center;
}
.top-feature__item-text {
  text-align: justify;
}

/* ===============================================
  top medical
=============================================== */
.top-medical__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4vw, 40px);
}
@media (width < 1100px) {
  .top-medical__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-medical__item {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.top-medical__item:nth-of-type(1) .medical-icon::after {
  -webkit-mask: url(../img/top/medical-icon1.svg?ver=ugm6p2d) no-repeat center center/contain;
          mask: url(../img/top/medical-icon1.svg?ver=ugm6p2d) no-repeat center center/contain;
}
.top-medical__item:nth-of-type(2) .medical-icon::after {
  -webkit-mask: url(../img/top/medical-icon2.svg?ver=ugm6p2d) no-repeat center center/contain;
          mask: url(../img/top/medical-icon2.svg?ver=ugm6p2d) no-repeat center center/contain;
}
.top-medical__item:nth-of-type(3) .medical-icon::after {
  -webkit-mask: url(../img/top/medical-icon3.svg?ver=ugm6p2d) no-repeat center center/contain;
          mask: url(../img/top/medical-icon3.svg?ver=ugm6p2d) no-repeat center center/contain;
}
.top-medical__item:nth-of-type(4) .medical-icon::after {
  -webkit-mask: url(../img/top/medical-icon4.svg?ver=ugm6p2d) no-repeat center center/contain;
          mask: url(../img/top/medical-icon4.svg?ver=ugm6p2d) no-repeat center center/contain;
}
.top-medical__item:nth-of-type(5) .medical-icon::after {
  -webkit-mask: url(../img/top/medical-icon5.svg?ver=ugm6p2d) no-repeat center center/contain;
          mask: url(../img/top/medical-icon5.svg?ver=ugm6p2d) no-repeat center center/contain;
}
.top-medical__item:nth-of-type(6) .medical-icon::after {
  -webkit-mask: url(../img/top/medical-icon6.svg?ver=ugm6p2d) no-repeat center center/contain;
          mask: url(../img/top/medical-icon6.svg?ver=ugm6p2d) no-repeat center center/contain;
}
.top-medical__item:nth-of-type(7) .medical-icon::after {
  -webkit-mask: url(../img/top/medical-icon7.svg?ver=ugm6p2d) no-repeat center center/contain;
          mask: url(../img/top/medical-icon7.svg?ver=ugm6p2d) no-repeat center center/contain;
}
.top-medical__item:nth-of-type(8) .medical-icon::after {
  -webkit-mask: url(../img/top/medical-icon8.svg?ver=ugm6p2d) no-repeat center center/contain;
          mask: url(../img/top/medical-icon8.svg?ver=ugm6p2d) no-repeat center center/contain;
}
.top-medical__item:nth-of-type(9) .medical-icon::after {
  -webkit-mask: url(../img/top/medical-icon9.svg?ver=ugm6p2d) no-repeat center center/contain;
          mask: url(../img/top/medical-icon9.svg?ver=ugm6p2d) no-repeat center center/contain;
}
.top-medical__item:nth-of-type(10) .medical-icon::after {
  -webkit-mask: url(../img/top/medical-icon10.svg?ver=ugm6p2d) no-repeat center center/contain;
          mask: url(../img/top/medical-icon10.svg?ver=ugm6p2d) no-repeat center center/contain;
}
.top-medical__link {
  background-color: #161510;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: clamp(15px, 2vw, 25px);
  padding-inline: clamp(10px, 1.75vw, 20px);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
.top-medical__link::after {
  position: absolute;
  content: "";
  right: -2px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #e6e5e5;
  border-top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (width < 1100px) {
  .top-medical__link::after {
    right: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #e6e5e5;
  }
}
@media (width < 1100px) {
  .top-medical__link {
    letter-spacing: normal;
  }
}
.top-medical__link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.top-medical__content {
  text-align: center;
  position: relative;
  color: #e6e5e5;
}
.top-medical__content h3 {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  position: relative;
}
.top-medical__icon {
  width: 40%;
  aspect-ratio: 1;
  margin-inline: auto;
  margin-bottom: clamp(10px, 2vw, 20px);
  position: relative;
}
.top-medical__icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #555450;
}

/* ===============================================
  top about
=============================================== */
.top-about.section {
  padding-top: 0;
}
.top-about__bg {
  background: url(../img/top/about-bg.webp?ver=ugm6p2d) no-repeat 50% 60%/cover;
  height: 300px;
  position: relative;
}
@media (width < 500px) {
  .top-about__bg {
    background: url(../img/top/about-bg.webp?ver=ugm6p2d) no-repeat 50% bottom/cover;
    height: 200px;
  }
}
.top-about__bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
  height: 300px;
  width: 100%;
  backdrop-filter: blur(6px);
}
@media (width < 1100px) {
  .top-about__bg::before {
    height: 200px;
    backdrop-filter: blur(3px);
  }
}
.top-about__body {
  width: 100%;
  margin: -100px auto 0;
  background-color: #fff;
  padding-block: clamp(40px, 8vw, 80px);
  padding-inline: clamp(25px, 5vw, 50px);
}
.top-about__body .button {
  margin-top: 50px;
}
@media (width < 1100px) {
  .top-about__body {
    margin: -70px auto 0;
  }
}
@media (width < 500px) {
  .top-about__body {
    margin: -50px auto 0;
  }
}
.top-about--left {
  width: 65%;
}
@media (width < 1100px) {
  .top-about--left {
    width: 100%;
  }
}
.top-about__title {
  font-size: 2rem;
  margin-bottom: 20px;
}
.top-about--right {
  width: 35%;
  text-align: center;
}
@media (width < 1100px) {
  .top-about--right {
    width: 100%;
  }
}
.top-about__clinic-name {
  margin-top: 20px;
  font-size: 1.4rem;
}
.top-about__name {
  font-size: 2rem;
  color: #252420;
  margin-top: 5px;
}

.facility-standards__table {
  margin-top: 50px;
}
.facility-standards__table table {
  background: #fff;
  width: 100%;
}
.facility-standards__table th,
.facility-standards__table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 10px;
}
@media (width < 1100px) {
  .facility-standards__table th,
  .facility-standards__table td {
    display: block;
  }
}
.facility-standards__table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #e6e5e5;
}
@media (width < 1100px) {
  .facility-standards__table th {
    border-bottom: none;
    white-space: normal;
  }
}
.facility-standards__table tr:nth-of-type(n + 2) th {
  border-top: none;
}
.facility-standards__table .list-wrapper {
  list-style: none;
  margin-block: 10px;
}
.facility-standards__table .list-wrapper > li {
  position: relative;
  padding-left: 12px;
  margin-top: 0;
}
.facility-standards__table .list-wrapper > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #252420;
  border-radius: 50%;
}

/* ==================================================
  footer
================================================== */
.footer {
  color: #aaa9a8;
  background: #161510;
  padding-bottom: 20px;
}
.footer__head {
  background-color: #ccc;
  padding-block: 20px 30px;
  text-align: center;
  color: #555450;
}
.footer__head span {
  font-size: 5rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f0d1), color-stop(40%, #f3e062), color-stop(80%, #d4af37), to(#a67c00));
  background: linear-gradient(to bottom, #f8f0d1 0%, #f3e062 40%, #d4af37 80%, #a67c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__logo {
  width: 300px;
  margin-bottom: 10px;
}
.footer__info {
  padding: 80px 0 20px;
}
.footer__info-address {
  letter-spacing: normal;
}
.footer__clinic-name {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.footer .subtitle {
  display: inline-block;
  background: #252420;
  padding: 0.2em 0.4em;
}
.footer__map {
  width: 100%;
  padding-top: 73.3333333333%;
  position: relative;
}
.footer__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer__hr {
  margin-block: 40px;
  color: #555450;
}
@media (width < 1100px) {
  .footer__hr {
    display: none;
  }
}
.footer__nav-wrapper:not(:first-child) {
  margin-top: 30px;
}
.footer__nav-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.footer__nav-item a {
  padding: 5px;
}
.footer__nav-sublist {
  margin-left: 10px;
  margin-top: 5px;
}
.footer__nav-sublist li {
  font-size: 1.4rem;
}

.copyright {
  text-align: right;
  font-size: 1.2rem;
  color: #666;
  letter-spacing: normal;
}

/* ===============================================
  page about
=============================================== */
.interview__q {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #555450;
}
@media (width < 1100px) {
  .interview__q {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    padding-bottom: 5px;
  }
}
.interview__q span {
  font-weight: 400;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(223, 223, 244, 0.85)), color-stop(0, rgba(70, 70, 70, 0.85)), to(rgba(17, 17, 17, 0.85)));
  background: linear-gradient(90deg, rgba(223, 223, 244, 0.85), rgba(70, 70, 70, 0.85) 0, rgba(17, 17, 17, 0.85));
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  text-align: center;
  line-height: 35px;
}
@media (width < 1100px) {
  .interview__q span {
    width: 100%;
  }
}
.interview__q span::after {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
}
.interview__a {
  margin-top: 20px;
}
.interview__a figcaption {
  width: 100%;
  margin-top: 5px;
}
.interview__a-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.interview__a-flex--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (width < 1100px) {
  .interview__a-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interview__list {
  background-color: #fff;
  padding: 10px;
  margin-top: 15px;
}
.interview__list-item {
  margin-top: 15px;
}
.interview__list-item:first-child {
  margin-top: 0;
}
.interview__list dd {
  margin-left: 16px;
}

.career > div,
.awards > div,
.books > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.career > div ~ div,
.awards > div ~ div,
.books > div ~ div {
  margin-top: 3px;
}
.career > div dt,
.awards > div dt,
.books > div dt {
  font-weight: 400;
  white-space: nowrap;
}

@media (width < 768px) {
  .books > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .books > div:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.books dt {
  width: 100px;
}
@media (width < 1100px) {
  .books dt {
    width: 80px;
  }
}
.books dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.career-list li ~ li {
  margin-top: 3px;
}

.gallery__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 3vw;
}
.gallery__item {
  width: calc((100% - 3vw) / 2);
}
@media (width < 1100px) {
  .gallery__item {
    width: 100%;
  }
}
.gallery__item img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.gallery__item h3,
.gallery__item p {
  text-align: center;
}
.gallery__caption {
  padding: 10px 0 5px;
  font-weight: 700;
}

.facility__content {
  margin-top: clamp(30px, 3.5vw, 40px);
}
.facility .gallery__list {
  margin-top: 30px;
}
.facility .gallery__item {
  width: calc((100% - 6vw) / 3);
  -webkit-box-shadow: 0 0 20px rgba(37, 36, 32, 0.05);
          box-shadow: 0 0 20px rgba(37, 36, 32, 0.05);
  background-color: #fff;
}
@media (width < 1100px) {
  .facility .gallery__item {
    width: calc((100% - 3vw) / 2);
  }
  .facility .gallery__item h3 {
    font-size: 1.4rem;
  }
}

.education__gallery ul {
  margin-top: clamp(30px, 3vw, 40px);
  gap: 3vw;
}
.education__gallery-item {
  width: calc((100% - 6vw) / 3);
}
.education__gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
@media (width < 1100px) {
  .education__gallery-item {
    width: calc((100% - 3vw) / 2);
  }
}
.education h3 {
  line-height: 2;
  font-size: 1.8rem;
}
.education__image {
  margin-top: 30px;
}
.education__image figure {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
.education__item {
  width: calc((100% - 6vw) / 3);
}
.education__item img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
@media (width < 1100px) {
  .education__item {
    width: calc((100% - 3vw) / 2);
  }
}
.education__text {
  text-align: center;
}
.education__text p {
  font-size: clamp(1.6rem, 4vw, 1.8rem);
}

.banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 3vw;
  margin-inline: auto;
  margin-top: clamp(40px, 5vw, 60px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 1100px) {
  .banner-area {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-area > a {
  display: inline-block;
}
.banner-area > a img {
  max-width: 300px;
}

/* ===============================================
  page implant
=============================================== */
.implant-flow .flow-2 {
  grid-template-columns: repeat(3, 1fr);
}
@media (width < 1100px) {
  .implant-flow .flow-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 600px) {
  .implant-flow .flow-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.implant-flow .flow-2 li {
  padding: 4em 1em 1em;
}

.implant-button {
  text-align: left;
}
.implant-button .button__link {
  margin: 20px 0 30px;
}

/* ===============================================
  page digital
=============================================== */
.digital-flow .flow-2 {
  grid-template-columns: repeat(4, 1fr);
}
@media (width < 1100px) {
  .digital-flow .flow-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 600px) {
  .digital-flow .flow-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.digital-flow .flow-2 li {
  padding: 4em 1em 1em;
}

@media (width < 1100px) {
  .digital-case .flex {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
@media (width < 768px) {
  .digital-case .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.digital-case .w50 {
  padding: clamp(10px, 2vw, 20px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ===============================================
  page price
=============================================== */
.price table {
  width: 100%;
}
.price th,
.price td {
  padding: 15px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
@media (width < 1100px) {
  .price th,
  .price td {
    display: block;
  }
}
@media (width < 1100px) {
  .price#price10 th,
  .price#price10 td {
    display: table-cell;
  }
}
.price tr:nth-of-type(n + 2) th {
  border-top: none;
}
.price th {
  background-color: #e6e5e5;
  text-align: center;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.price td {
  background-color: #fff;
}
@media (width < 1100px) {
  .price td {
    border-top: none;
  }
}
.price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.price dt,
.price dd {
  padding-bottom: 4px;
}

.price--wide table th,
.price--wide table td {
  padding: 15px;
}
@media (width < 1100px) {
  .price--wide table th,
  .price--wide table td {
    display: table-cell;
  }
}

/* ===============================================
  page dentistry
=============================================== */
.dentistry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 3vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width < 1100px) {
  .dentistry__list {
    gap: 20px;
  }
}
.dentistry__list li {
  background-color: #ffffff;
  padding: 30px;
  padding-left: 50px;
  font-weight: 600;
  width: calc((100% - 3vw) / 2);
  position: relative;
  border: 2px solid #c2c2c2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.dentistry__list li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 15px;
  background-color: #868686;
}
@media (width < 1100px) {
  .dentistry__list li::before {
    width: 10px;
    left: 15px;
  }
}
@media (width < 1100px) {
  .dentistry__list li {
    padding: 15px 5px;
    padding-left: 30px;
    width: 100%;
  }
}

/* ===============================================
  page home-visit
=============================================== */
.home-visit__tel {
  display: inline-block;
  padding: 3%;
  background-color: #fff;
  margin-top: 10px;
  text-align: center;
}

/* ===============================================
  page recruit
=============================================== */
.staff-voice {
  position: relative;
  margin-top: 3em;
  padding: 1.8em 1.5em 1em 1.5em;
  border: 2px solid #252420;
}
.staff-voice__title {
  position: absolute;
  top: -1.15em;
  left: -0.5em;
  padding: 0.4em 1.4em;
  border-radius: 25px;
  background-color: #252420;
  color: #fff;
  font-size: 0.9em;
}
.staff-voice__title::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 8px;
  background-color: #252420;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.staff-voice__text {
  margin: 0;
}

.recruit-link {
  color: #999;
  border-bottom: 1px solid #999;
  display: inline-block;
  margin-top: 5px;
}

/* ===============================================
  page access
=============================================== */
.map {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.route {
  margin: 20px 0 10px;
}
.route__text {
  text-align: center;
}
.route__text span {
  color: red;
}

.access-flow {
  list-style: none; /* デフォルトの番号を非表示に */
  counter-reset: step; /* カウンターを初期化 */
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (width < 1100px) {
  .access-flow {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 600px) {
  .access-flow {
    grid-template-columns: 1fr;
  }
}
@media (width < 1100px) {
  .access-flow {
    gap: 30px;
  }
}
.access-flow__item {
  position: relative;
  padding: 2em 1em 1em;
  counter-increment: step; /* カウンターを1つ進める */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f9fafb;
  border: 1px solid #252420;
  border-radius: 5px;
}
.access-flow__item::before {
  content: counter(step, decimal-leading-zero); /* 01, 02, ... と表示 */
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1em;
  font-weight: bold;
  color: #e6e5e5;
  font-size: 1.2em;
  background-color: #252420;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access-flow__item figure {
  margin-top: 10px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.access-flow__item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.access-flow__item p {
  margin-top: 15px;
}

/* ===============================================
  page news
=============================================== */
.page-news {
  margin: 100px 0 150px;
}
@media (width < 1100px) {
  .page-news {
    margin: 50px 0 100px;
  }
}
.page-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 30px 20px;
}
@media (width < 1100px) {
  .page-news__content {
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.page-news__content .date-category__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.page-news_items {
  width: 100%;
  padding: 40px;
  background-color: #f9fafb;
  border-radius: 0.5em;
}
@media (width < 1100px) {
  .page-news_items {
    padding: 20px;
  }
}
.page-news__item:not(:first-child) {
  border-top: 1px solid #eee;
}

/* ===============================================
  single
=============================================== */
.single {
  margin: 50px 0 100px;
}
.single__wrapper {
  padding: 50px;
  background-color: #f9fafb;
  border-radius: 10px;
}
@media (width < 1100px) {
  .single__wrapper {
    padding: 30px;
  }
}
.single__title {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 700;
}
.single__body {
  margin: 30px 10px 0;
  line-height: 1.8;
}
.single__body ul {
  list-style: disc;
  padding-left: 1em;
}
.single__body ol {
  list-style: decimal;
  padding-left: 1em;
}
.single__body table th,
.single__body table td {
  border: 1px solid #252420;
  padding: 5px;
  background-color: #fff;
}

.single-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(30px, 5vw, 60px);
  gap: 10px;
}
.single-pagination__prev a, .single-pagination__next a {
  font-size: 1.4rem;
  background-color: #252420;
  color: #fff;
  position: relative;
  display: inline-block;
  border: 1px solid #252420;
  line-height: 1;
}
.single-pagination__prev a {
  padding: 0.6em 0.8em;
}
.single-pagination__prev a::after {
  left: 15px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.single-pagination__prev a:hover::after {
  left: 10px;
}
.single-pagination__next a {
  padding: 0.6em 0.8em;
}
.single-pagination__next a::after {
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.single-pagination__next a:hover::after {
  right: 10px;
}
.single-pagination__all {
  font-size: 1.4rem;
  padding: 0.6em 0.8em;
  color: #252420;
  border: 1px solid #252420;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.single-pagination__all:hover {
  color: #fff;
  background: #252420;
}

/* ==================================================
  404.php
================================================== */
.not-found {
  padding-top: clamp(80px, 25vw, 240px);
  padding-bottom: clamp(80px, 15vw, 160px);
}
@media (width < 1100px) {
  .not-found {
    margin: 100px 0;
  }
}
.not-found__wrapper {
  text-align: center;
}
.not-found__head {
  font-size: clamp(4rem, 7.5vw, 8rem);
  color: #252420;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
.not-found__lead {
  font-size: clamp(2rem, 3vw, 3rem);
  color: #999999;
  margin-bottom: 40px;
}
.not-found__content {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  line-height: 1.5;
  color: #a8a8a8;
  margin-bottom: 40px;
}
.not-found__button {
  display: inline-block;
  padding: 20px 40px;
  color: #999999;
  background: #eeeeee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.not-found__button:hover {
  background: #ddd;
}

/* ===============================================
  side button
=============================================== */
.side-btn {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 親要素をフレックスボックスにすることで、子要素の配置を制御 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 子要素を中央に配置 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 子要素を縦方向に中央揃え */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.side-btn a {
  background-color: #252420;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e6e5e5;
  letter-spacing: 0.1em;
  position: relative;
  padding: 15px 8px 14px;
}
@media (width < 1100px) {
  .side-btn a {
    padding: 10px 5px 8px;
  }
}
.side-btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 14px 0 0;
  border-color: #d1cbbc transparent transparent transparent;
  content: "";
  background-color: #252420;
}
@media (width < 1100px) {
  .side-btn a::before {
    border-width: 25px 12px 0 0;
  }
}
.side-btn a span {
  position: relative;
  z-index: 2;
}