*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

ol {
  display: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
picture,
figure,
figcaption,
img {
  display: block;
}

img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, 0.9375vw);
  font-weight: 400;
  letter-spacing: 0.0355555556em;
  line-height: 2;
}

.c-ttlbox {
  color: white;
  text-align: center;
}

.c-ttl {
  font-family: "EB Garamond", serif;
  font-size: max(12px, 7.8125vw);
  font-weight: 400;
  letter-spacing: 0.0066666667em;
  line-height: 0.5333333333;
}

.c-subttl {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.5625vw);
  font-weight: 800;
  letter-spacing: 0.0333333333em;
  line-height: 1.3333333333;
  margin-top: 2.8125vw;
}

.cs-ttlbox {
  color: white;
  font-family: "Zen Old Mincho", serif;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.cs-ttl {
  font-size: max(12px, 2.96875vw);
  font-weight: 400;
  letter-spacing: 0.1052631579em;
  line-height: 1.4035087719;
}

.cs-subttl {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4375;
  margin-top: 0.8333333333vw;
}

.c-main__ttl {
  background: #a8d444;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 2.6041666667vw);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.44;
  padding-bottom: 2.8645833333vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 3.2291666667vw;
  position: relative;
  text-align: center;
}

.c-main__ttl::before {
  background: #4ed444;
  content: "";
  height: 1px;
  left: 0vw;
  position: absolute;
  top: 0.3645833333vw;
  width: 100%;
}

.c-schedule {
  box-sizing: border-box;
  font-family: "EB Garamond", serif;
  height: 8.125vw;
  height: auto;
  width: 32.8645833333vw;
}

.c-schedule__table {
  background: white;
  border: 1px solid #a8d444;
  border-collapse: collapse;
  width: 100%;
}

.c-schedule__table thead tr,
.c-schedule__table tbody tr {
  border-bottom: 1px solid #a8d444;
}

.c-schedule__header,
.c-schedule__data,
.c-schedule__time {
  font-size: max(12px, 1.0416666667vw);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 0.8333333333vw;
  padding-left: 0.8333333333vw;
  padding-right: 0.8333333333vw;
  padding-top: 0.8333333333vw;
  text-align: center;
}

.c-schedule__header {
  background: #a8d444;
  color: white;
}

.c-schedule__data {
  font-size: max(12px, 0.7291666667vw);
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4285714286;
}

.c-schedule__time,
.c-top {
  padding-left: 0.8333333333vw;
  text-align: left;
}

.c-schedule__note {
  font-size: max(12px, 1.0416666667vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0.5208333333vw;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff;
}

/* ============================================
number
============================================ */

.c-number {
  align-items: center;
  color: #83a906;
  display: flex;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.c-number__tx {
  font-family: "EB Garamond", serif;
  font-size: max(12px, 1.5625vw);
  font-weight: 400;
  letter-spacing: 0.0666666667em;
  line-height: 1.3333333333;
  writing-mode: vertical-rl; /* 縦書き・右から左 */
}

.c-number__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 9.375vw);
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
}

.c-inner-border {
  position: relative;
}

.c-inner-border::after {
  border: 1px solid white;
  content: "";
  height: calc(100% - 0.8333333333vw);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.8333333333vw);
}

.sankaku::before {
  border-bottom: 5.2083333333vw solid transparent;
  border-left: 5.2083333333vw solid #83a906;
  border-right: 0;
  border-style: solid;
  border-top: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

/* ============================================
下層
============================================ */

.c-lr {
  display: flex;
  gap: 4.3229166667vw;
  justify-content: space-between;
  padding-bottom: 5.2083333333vw;
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
  padding-top: 5.2083333333vw;
}

.c-le {
  width: calc(100% - 35.2604166667vw);
}

.c-le__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.875vw);
  font-weight: 400;
  letter-spacing: 0.1111111111em;
  line-height: 1.2777777778;
}

.c-le__tx {
  margin-top: 2.0833333333vw;
}

.c-le__tx span {
  color: #83a906;
}

.c-ri {
  height: 20.7291666667vw;
  position: relative;
  width: 30.9375vw;
}

.c-ri::after {
  border: 1px solid #a8d444;
  content: "";
  height: 100%;
  left: 0.8333333333vw;
  position: absolute;
  top: 0.8333333333vw;
  width: 100%;
  z-index: -1;
}

.c-nagare__items {
  display: flex;
  flex-direction: column;
  gap: 2.6041666667vw;
  padding-bottom: 5.7291666667vw;
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
  padding-top: 6.7708333333vw;
}

.c-nagare__item {
  background: #f8f4ef;
  padding-bottom: 2.3958333333vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 2.3958333333vw;
  position: relative;
}

.c-nagare__number {
  color: #83a906;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 5.7291666667vw);
  font-weight: 400;
  left: 0;
  letter-spacing: 0em;
  line-height: 1;
  position: absolute;
  top: -3.6458333333vw;
}

.c-nagare__tx {
  font-size: max(12px, 1.25vw);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}

.cm {
  color: #83a906;
}

.c-arrow {
  display: flex;
  justify-content: center;
}

.c-arrow__le {
  border: 1px solid #83a906;
  transform: rotate(20deg);
  width: 3.6458333333vw;
}

.c-arrow__ri {
  border: 1px solid #83a906;
  transform: translateX(-8%) rotate(-20deg);
  width: 3.6458333333vw;
}

.c-box__items {
  margin-bottom: 7.7083333333vw;
  margin-left: 16.6666666667vw;
  margin-right: 16.6666666667vw;
  margin-top: 0.8333333333vw;
}

.l-cosme03 .c-box__items,
.l-cosme04 .c-box__items {
  margin-top: 7.7083333333vw;
}

.c-box__item {
  border-bottom: 1px solid #83a906;
  display: flex;
  gap: 12.03125vw;
  padding-bottom: 2.5vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 2.5vw;
}

.l-cosme03 .c-box__item,
.l-cosme04 .c-box__item {
  padding-top: 0;
}

.c-box__le {
  width: calc(100% - 30.78125vw);
}

.c-box__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 500;
  letter-spacing: 0.1875em;
  line-height: 1.4375;
  padding-left: 1.1458333333vw;
  position: relative;
}

.c-box__ttl::before {
  background: #83a906;
  content: "";
  height: 1.8229166667vw;
  left: 0vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2083333333vw;
}

.c-box__ttl2 {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.5vw);
  margin-top: 30px;
}

.c-box__ttl2 span {
  color: #83a906;
}

.c-box__tx {
  margin-top: 1.4583333333vw;
}

.mt30 {
  margin-top: 1.4583333333vw;
}

.c-box__ri {
  height: 12.5vw;
  width: 18.8020833333vw;
}

.c-tigai {
  background: #f8f4ef;
  display: flex;
  flex-direction: column;
  gap: 3.9166666667vw;
  margin-bottom: 6.25vw;
  margin-left: 16.6666666667vw;
  margin-right: 16.6666666667vw;
  margin-top: 3.3333333333vw;
  padding-bottom: 3.8020833333vw;
  padding-left: 1.6666666667vw;
  padding-right: 1.6666666667vw;
  padding-top: 2.0833333333vw;
}

.c-tigai__ttl {
  border-bottom: 1px solid #83a906;
  color: #83a906;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 2.0833333333vw);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.625;
  padding-bottom: 1.25vw;
}

.c-tigai__tx {
  margin-top: 1.25vw;
}

.c-tigai__tx span {
  color: #a8d444;
  font-size: 20px;
}

.section-inner {
  padding-bottom: 0vw;
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
  padding-top: 0vw;
}

header.scrolled {
  background: #8cabc1;
  transition: all 0.3s ease-out 0.5s;
}

.l-drawer__icon {
  background: #83a906;
  height: 13.488372093vw;
  margin-bottom: 0vw;
  margin-left: 0vw;
  margin-right: 3.7209302326vw;
  margin-top: 3.023255814vw;
  position: relative;
  transition: all 0.5s;
  width: 13.488372093vw;
  z-index: 301;
}

.l-drawer__icon.is-active .p-drawer__icon--bar1 {
  top: 8px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-out 0s;
}

.l-drawer__icon.is-active .p-drawer__icon--bar2 {
  display: none;
}

.l-drawer__icon.is-active .p-drawer__icon--bar3 {
  top: 8px;
  transform: rotate(45deg);
  transition: all 0.3s ease-out 0s;
}

.l-drawer__icon--bar {
  height: 6.976744186vw;
  left: 50%;
  position: absolute;
  top: 3.9534883721vw;
  transform: translateX(-50%);
  width: 8.8372093023vw;
}

.p-drawer__icon--bar1,
.p-drawer__icon--bar2,
.p-drawer__icon--bar3 {
  background: white;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8.8372093023vw;
}

.p-drawer__icon--bar1 {
  top: 0;
}

.p-drawer__icon--bar2 {
  top: 2.3255813953vw;
}

.p-drawer__icon--bar3 {
  top: 4.6511627907vw;
}

.l-drawer__content {
  background-color: #f8f4ef;
  bottom: 0;
  height: 100%;
  opacity: 0.9;
  overflow: scroll;
  padding-top: 28.8372093023vw;
  position: fixed;
  right: 0;
  transform: translateX(105%);
  transition: all 0.5s;
  width: 87.9069767442vw;
  z-index: 300;
}

.l-drawer__content.is-active {
  transform: translateX(0);
}

.l-drawer__content--items {
  display: flex;
  flex-direction: column;
  gap: 10.2325581395vw;
  padding-bottom: 0vw;
  padding-left: 6.976744186vw;
  padding-right: 4.4186046512vw;
  padding-top: 0vw;
}

.p-drawer__content--item a {
  display: flex;
  font-family: "Zen Old Mincho", serif;
  justify-content: space-between;
}

.p-drawer__content--item--subttl {
  color: #83a906;
  font-size: min(24px, 2.7906976744vw);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.3333333333;
}

.p-drawer__background {
  background: #ffffff 0% 0% no-repeat padding-box;
  bottom: 0;
  display: none;
  height: calc(100% - 14.8837209302vw);
  left: 0;
  opacity: 0.89;
  position: fixed;
  width: 100%;
  z-index: 298;
}

.p-drawer__background.is-active {
  display: block;
}

.p-drawer__icon--tx {
  bottom: 2.3255813953vw;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.fixed {
  height: 100%;
  overflow: hidden;
}

.to-top {
  bottom: 6.4583333333vw;
  height: 1.9270833333vw;
  opacity: 0;
  position: fixed;
  right: 2.5vw;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 1.9270833333vw;
  z-index: 300;
}

.to-top.show {
  opacity: 1;
  visibility: visible;
}

header {
  background: white;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
}

.l-header__logo {
  height: 2.7604166667vw;
  margin-bottom: 0vw;
  margin-left: 2.5vw;
  margin-right: 0vw;
  margin-top: 2.0833333333vw;
  width: 23.0729166667vw;
}

.l-header__right {
  align-items: center;
  display: flex;
}

.p-header__add {
  margin-right: 1.5625vw;
}

.l-header__tel--btn {
  background: #a8d444;
  color: white;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  height: 5.2083333333vw;
  padding-bottom: 1.1458333333vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 0.8854166667vw;
  text-align: center;
  width: 17.0833333333vw;
}

.p-header__tel--btn--tx {
  font-size: max(12px, 1.1458333333vw);
  font-weight: 400;
  letter-spacing: 0.0454545455em;
  line-height: 1.3636363636;
}

.p-header__tel--btn {
  font-size: max(12px, 1.7708333333vw);
  font-weight: 700;
  letter-spacing: 0.0294117647em;
  line-height: 1.1764705882;
  padding-left: 1.71875vw;
  position: relative;
  text-align: center;
}

.p-header__tel--btn::before {
  background: url(../img/pc/tel.svg) no-repeat center center/cover;
  content: "";
  height: 1.1979166667vw;
  left: 1.3020833333vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1979166667vw;
}

.l-header__web--btn {
  background: #83a906;
  color: white;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  height: 5.2083333333vw;
  padding-bottom: 1.1979166667vw;
  padding-left: 0vw;
  padding-left: 1.5625vw;
  padding-right: 0vw;
  padding-top: 0.9375vw;
  position: relative;
  text-align: center;
  width: 15.1041666667vw;
}

.l-header__web--btn::before {
  background: url(../img/pc/web.svg) no-repeat center center/cover;
  content: "";
  height: 1.875vw;
  left: 1.3020833333vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.7604166667vw;
}

.l-header__web--btn::after {
  border-bottom: 0;
  border-left: 0;
  border-right: 0.7291666667vw solid #a8d444;
  border-style: solid;
  border-top: 0.7291666667vw solid transparent;
  bottom: 0.1041666667vw;
  content: "";
  height: 0;
  position: absolute;
  right: 0.1041666667vw;
  width: 0;
}

.p-header__web--btn--tx {
  font-size: max(12px, 1.0416666667vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-header__web--btn {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 700;
  letter-spacing: 0.03125em;
  line-height: 1.25;
}

.l-fv {
  position: relative;
}

.l-fv::after {
  background: url(../img/pc/header-nav-bg.svg) no-repeat center center/cover;
  bottom: 0vw;
  content: "";
  height: 13.5416666667vw;
  left: 0vw;
  position: absolute;
  width: 100%;
}

.l-fv__swiper-container {
  position: relative;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  position: relative;
}

.swiper-slide {
  position: relative;
}

.swiper-slide::before {
  background: url(../img/pc/kabuse.svg) no-repeat center center/cover;
  content: "";
  height: 100%;
  left: 0vw;
  position: absolute;
  top: 0vw;
  width: 100%;
}

.p-fv__ttl {
  color: #83a906;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 3.125vw);
  font-weight: 800;
  left: 50%;
  letter-spacing: 0.0166666667em;
  line-height: 1.1666666667;
  position: absolute;
  text-align: center;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff,
    -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
}

.l-fv__add {
  bottom: 8.9583333333vw;
  display: flex;
  left: 32.1354166667vw;
  position: absolute;
  z-index: 5;
}

.l-fv__add--item,
.l-fv__add--item02,
.l-fv__add--item03 {
  height: 10.8854166667vw;
  position: relative;
  width: 10.8854166667vw;
}

.l-fv__add--item {
  z-index: 10;
}

.l-fv__add--item02 {
  right: 1.0416666667vw;
  z-index: 9;
}

.l-fv__add--item03 {
  right: 2.0833333333vw;
}

.l-fv__schedule {
  bottom: 8.59375vw;
  position: absolute;
  right: 1.5625vw;
  z-index: 5;
}

.p-fv__address {
  margin-bottom: 5.5813953488vw;
  margin-left: 0vw;
  margin-right: 0vw;
  margin-top: 5.5813953488vw;
  text-align: center;
}

.l-header__nav {
  position: relative;
  top: -4.9479166667vw;
}

.l-global-nav {
  background: url(../img/pc/kabuse.svg) no-repeat center center/cover;
  height: auto;
  left: 0;
  padding-top: 1.25vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
}

.l-header__nav--list {
  display: flex;
  gap: 3.6458333333vw;
  justify-content: center;
}

.p-header__nav--item {
  color: white;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0.8854166667vw;
  padding-bottom: 0.7291666667vw;
  position: relative;
  text-align: center;
  z-index: 5;
}

.p-header__nav--item::before {
  background: #a8d444;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 0.5208333333vw;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 0.5208333333vw;
}

.p-header__nav--item:hover::before {
  opacity: 1;
}

.p-header__nav--item--ttl {
  font-weight: 800;
}

.p-header__nav--item--subttl {
  font-size: max(12px, 0.8333333333vw);
  font-weight: 800;
  letter-spacing: 0.0625em;
  line-height: 1.25;
  margin-top: 0.7291666667vw;
}

.l-menu__drawer {
  cursor: pointer;
  position: relative;
}

.pc-drawer__items {
  background-color: #83a906;
  top: 5.5vw;
  color: white;
  display: none;
  gap: 0.8333333333vw 1.6666666667vw;
  grid-template-columns: repeat(2, 1fr);
  height: auto;
  left: 50%;
  padding-bottom: 2.0833333333vw;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
  padding-top: 2.0833333333vw;
  position: absolute;
  text-align: left;
  transform: translateX(-50%);
  width: 31.25vw;
  z-index: 10;
  font-size: max(12px, 1.26875vw);
  font-weight: 400;
  letter-spacing: 0.1052631579em;
  line-height: 1.4035087719;
}

.pc-drawer__items::after {
  border-bottom: 0.78125vw solid #83a906;
  border-left: 0.78125vw solid transparent;
  border-right: 0.78125vw solid transparent;
  border-style: solid;
  border-top: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: auto;
  top: -0.5208333333vw;
  transform: translateX(-50%);
  width: 0;
}

.pc-drawer__items.is-active {
  display: grid;
  transition: all 0.2s ease-out 0.2s;
}

.sp-drawer__items {
  background-color: #83a906;
  color: white;
  display: none;
  gap: 0.8333333333vw 1.6666666667vw;
  grid-template-columns: repeat(2, 1fr);
  height: auto;
  position: absolute;
  right: 0vw;
  text-align: left;
  top: 11.1627906977vw;
  width: 76.511627907vw;
  z-index: 10;
}

.sp-drawer__items.is-active {
  display: grid;
  transition: all 0.2s ease-out 0.2s;
}

.l-drawer__content--item {
  display: flex;
  justify-content: space-between;
}

.pc-drawer__item span {
  color: #83a906;
}

.l-news {
  padding-bottom: 4.2708333333vw;
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
  padding-top: 3.6458333333vw;
  position: relative;
}

.l-news::before {
  background: url(../img/pc/asirai-left.svg) no-repeat center center/cover;
  content: "";
  height: 6.875vw;
  left: 0vw;
  position: absolute;
  top: 0vw;
  width: 7.1875vw;
}

.l-news::after {
  background: url(../img/pc/asirai-right.svg) no-repeat center center/cover;
  bottom: 0vw;
  content: "";
  height: 6.875vw;
  position: absolute;
  right: 0vw;
  width: 7.1875vw;
}

.l-news__ttlbox {
  text-align: center;
}

.p-news__ttl {
  color: #a8d444;
  font-family: "EB Garamond", serif;
  font-size: max(12px, 2.6041666667vw);
  font-weight: 400;
  letter-spacing: 0.032em;
  line-height: 1;
}

.p-news__subttl {
  color: #83a906;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.3541666667vw);
  font-weight: 700;
  letter-spacing: 0.0769230769em;
  line-height: 1.5384615385;
  margin-top: 1.6666666667vw;
}

.l-news__items {
  display: flex;
  flex-direction: column;
  gap: 3.3333333333vw;
  margin-top: 3.75vw;
}

.l-news__item {
  display: flex;
}

.p-news__item--day {
  width: 11.71875vw;
}

.l-consept {
  background: url(../img/pc/kabuse.svg) no-repeat center center/cover,
    url(../img/pc/consept.jpg) no-repeat center center/cover;
  background-attachment: scroll, fixed;
  color: white;
  padding-bottom: 13.5416666667vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 4.4791666667vw;
  text-align: center;
}

.l-consept.is-safari {
  background-attachment: scroll;
}

.p-consept__ttl {
  font-family: "EB Garamond", serif;
  font-size: max(12px, 9.375vw);
  font-weight: 400;
  letter-spacing: 0.0055555556em;
  line-height: 1.1111111111;
}

.p-consept__subttl {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 2.6041666667vw);
  font-weight: 700;
  letter-spacing: 0.032em;
  line-height: 1.2;
}

.p-consept__tx {
  font-size: max(12px, 1.5625vw);
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  line-height: 1.3333333333;
  margin-top: 6.5625vw;
}

.l-feature {
  padding-bottom: 21.875vw;
  padding-left: 5.3125vw;
  padding-right: 5.3125vw;
  padding-top: 6.6666666667vw;
  position: relative;
}

.l-feature::before {
  background: url(../img/pc/feature-bg-top.svg) no-repeat center center/cover;
  content: "";
  height: 27.2395833333vw;
  left: 0vw;
  position: absolute;
  top: 0vw;
  width: 100%;
  z-index: -1;
}

.l-feature::after {
  background: url(../img/pc/feature-bg-row.svg) no-repeat center center/cover;
  bottom: 0vw;
  content: "";
  height: 27.2395833333vw;
  left: 0vw;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.p-feature__ttl span {
  color: #83a906;
}

.l-feature__items {
  margin-top: 11.4583333333vw;
}

.l-feature__item01--main {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.l-feature__item01--main::before {
  background: url(../img/pc/asirai-left.svg) no-repeat center center/cover;
  bottom: 0vw;
  content: "";
  height: 8.8541666667vw;
  left: 0vw;
  position: absolute;
  transform: rotate(-90deg);
  width: 8.8541666667vw;
  z-index: -1;
}

.l-feature__item01--left {
  margin-left: 6.875vw;
  margin-right: 3.3333333333vw;
  width: calc(100% - 44.53125vw);
}

.p-feature__item01--subttl,
.p-feature__item02--subttl,
.p-feature__item03--subttl,
.p-feature__item04--subttl,
.p-feature__item05--subttl {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 2.0833333333vw);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-top: 2.4479166667vw;
  text-align: center;
}

.p-feature__item01--tx {
  margin-top: 3.8541666667vw;
}

.l-feature__item01--right {
  height: 30.7291666667vw;
  width: 44.53125vw;
}

.l-feature__cta {
  position: relative;
}

.l-feature__cta::before {
  background: #83a906;
  bottom: 0vw;
  content: "";
  height: 22.9166666667vw;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 89.375vw;
  z-index: -1;
}

.l-feature__cta--items {
  display: flex;
  gap: 0.7291666667vw;
  justify-content: center;
  margin-top: 3.8541666667vw;
}

.l-feature__cta--item,
.l-feature__cta--item02,
.l-feature__cta--item03,
.l-feature__cta--item04,
.l-feature__cta--item05 {
  border: 0.5729166667vw solid #aaa8a4;
  border-radius: 50%;
  height: 16.9791666667vw;
  position: relative;
  width: 16.9791666667vw;
}

.l-feature__cta--item {
  background: url(../img/pc/feature01-item.png) no-repeat center center/cover;
}

.l-feature__cta--item02 {
  background: url(../img/pc/feature01-item02.png) no-repeat center center/cover;
  border: 0.5729166667vw solid #83a906;
}

.l-feature__cta--item03 {
  background: url(../img/pc/feature01-item03.png) no-repeat center center/cover;
}

.l-feature__cta--item04 {
  background: url(../img/pc/feature01-item04.png) no-repeat center center/cover;
  border: 0.5729166667vw solid #83a906;
}

.l-feature__cta--item05 {
  background: url(../img/pc/feature01-item05.png) no-repeat center center/cover;
}

.p-feature__cta--item--tx,
.p-feature__cta--item--tx02,
.p-feature__cta--item--tx03,
.p-feature__cta--item--tx04,
.p-feature__cta--item--tx05 {
  bottom: 3.125vw;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.5625vw);
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.0666666667em;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff,
    -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  transform: translateX(-50%);
  width: 100%;
}

.p-feature__cta--item--tx02,
.p-feature__cta--item--tx04 {
  bottom: 4.1666666667vw;
}

.l-feature__cta--hukidasi {
  background: url(../img/pc/feature-hukidasi.svg) no-repeat center center/cover;
  height: 5.2083333333vw;
  margin: 0 auto;
  margin-top: 2.6041666667vw;
  position: relative;
  width: 36.9791666667vw;
}

.p-feature__cta--hukidasi--tx {
  color: white;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.5625vw);
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.0666666667em;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  top: 0.8333333333vw;
  transform: translateX(-50%);
  width: 100%;
}

.p-feature__cta--tx {
  color: white;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.5625vw);
  font-weight: 700;
  letter-spacing: 0.0333333333em;
  line-height: 1.3333333333;
  margin-top: 1.3541666667vw;
  padding-bottom: 4.84375vw;
  text-align: center;
}

.p-feature__cta--tx span {
  font-size: max(12px, 2.6041666667vw);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 0.9;
}

.l-feature__item02 {
  margin-top: 9.21875vw;
  position: relative;
}

.l-feature__item02::before {
  background: #f8f4ef;
  content: "";
  height: 46.09375vw;
  left: 0vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 5.2083333333vw;
  width: 100%;
  width: 99.4vw;
  z-index: -1;
}

.p-feature__item02--tx {
  margin-top: 3.8541666667vw;
  text-align: center;
}

.l-feature__item02--img {
  display: flex;
  gap: 3.3333333333vw;
  justify-content: center;
  margin-top: 4.5833333333vw;
}

.l-feature__item02--img img {
  height: 27.0833333333vw;
  width: 39.5833333333vw;
}

.l-feature__item034 {
  display: flex;
  gap: 3.3333333333vw;
  justify-content: center;
  margin-top: 13.5416666667vw;
}

.l-feature__item03,
.l-feature__item04 {
  padding-bottom: 4.1666666667vw;
  position: relative;
}

.l-feature__item03::after,
.l-feature__item04::after {
  background: url(../img/pc/asirai-right.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  height: 5.625vw;
  position: absolute;
  right: 0;
  width: 5.3645833333vw;
}

.l-feature__item03--number,
.l-feature__item04--number {
  left: 50%;
  position: absolute;
  top: -5.2083333333vw;
  transform: translateX(-50%);
}

.p-feature__item03--subttl {
  padding-bottom: 0vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  padding-top: 0vw;
  text-align: left;
}

.p-feature__item03--tx,
.p-feature__item04--tx {
  margin-top: 2.0833333333vw;
  padding-bottom: 0vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 0vw;
}

.p-feature__item04--tx {
  margin-top: 5.2083333333vw;
}

.l-feature__item05 {
  margin-top: 4.9479166667vw;
  position: relative;
}

.l-feature__item05::before {
  background: #f8f4ef;
  content: "";
  height: 46.09375vw;
  left: 0vw;
  position: absolute;
  top: 5.2083333333vw;
  width: 100%;
  z-index: -1;
}

.p-feature__item05--tx {
  margin-top: 3.8541666667vw;
  text-align: center;
}

.l-feature__item05--imgbox {
  display: flex;
  gap: 5.2083333333vw;
  justify-content: center;
  margin-top: 4.1666666667vw;
}

.l-feature__item05--img {
  height: 14.5833333333vw;
  width: 19.7916666667vw;
}

.p-feature__item05--img--tx {
  background: #a8d444;
  color: white;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.0416666667vw);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 0.7291666667vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 0.7291666667vw;
  text-align: center;
}

.l-medical {
  background: url(../img/pc/kabuse.svg) no-repeat center center/cover,
    url(../img/pc/medical-bg.png) no-repeat center center/cover;
  padding-bottom: 6.7708333333vw;
  padding-left: 14.8958333333vw;
  padding-right: 14.8958333333vw;
  padding-top: 6.7708333333vw;
}

.p-medical__ttl span {
  color: #83a906;
}

.l-medical__items {
  display: grid;
  gap: 4.0104166667vw 1.875vw;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4.4791666667vw;
}

.l-medical__item,
.l-medical__item02,
.l-medical__item03,
.l-medical__item04,
.l-medical__item05,
.l-medical__item06,
.l-medical__item07,
.l-medical__item08 {
  background: white;
  border: 1px solid #83a906;
  padding-bottom: 7.2916666667vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 12.1875vw;
  position: relative;
  text-align: center;
}

.l-medical__item::before,
.l-medical__item02::before,
.l-medical__item03::before,
.l-medical__item04::before,
.l-medical__item05::before,
.l-medical__item06::before,
.l-medical__item07::before,
.l-medical__item08::before {
  background: url(../img/pc/medical-item-bg.svg) no-repeat center center/cover;
  content: "";
  height: 100%;
  left: 0vw;
  position: absolute;
  top: 0vw;
  width: 100%;
}

.l-medical__item::after,
.l-medical__item02::after,
.l-medical__item03::after,
.l-medical__item04::after,
.l-medical__item05::after,
.l-medical__item06::after,
.l-medical__item07::after,
.l-medical__item08::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 4.5833333333vw;
  transform: translateX(-50%);
}

.l-medical__item02,
.l-medical__item04,
.l-medical__item06,
.l-medical__item08 {
  border: 1px solid #83a906;
}

.l-medical__item02::before,
.l-medical__item04::before,
.l-medical__item06::before,
.l-medical__item08::before {
  background: url(../img/pc/medical-item-bg-n2.svg) no-repeat center
    center/cover;
}

.l-medical__item::after {
  background: url(../img/pc/medical.svg) no-repeat center center/cover;
  height: 4.6354166667vw;
  width: 3.90625vw;
}

.l-medical__item02::after {
  background: url(../img/pc/medical02.svg) no-repeat center center/cover;
  height: 4.84375vw;
  width: 6.9270833333vw;
}

.l-medical__item03::after {
  background: url(../img/pc/medical03.svg) no-repeat center center/cover;
  height: 4.5833333333vw;
  width: 6.8229166667vw;
}

.l-medical__item04::after {
  background: url(../img/pc/medical04.svg) no-repeat center center/cover;
  height: 4.1145833333vw;
  width: 6.9270833333vw;
}

.l-medical__item05::after {
  background: url(../img/pc/medical05.svg) no-repeat center center/cover;
  height: 4.7916666667vw;
  width: 5.7291666667vw;
}

.l-medical__item06::after {
  background: url(../img/pc/medical06.svg) no-repeat center center/cover;
  height: 4.7395833333vw;
  width: 4.84375vw;
}

.l-medical__item07::after {
  background: url(../img/pc/medical07.svg) no-repeat center center/cover;
  height: 5.1041666667vw;
  width: 3.8020833333vw;
}

.l-medical__item08::after {
  background: url(../img/pc/medical08.svg) no-repeat center center/cover;
  height: 3.4375vw;
  width: 5.3645833333vw;
}

.p-medical__item--ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.3541666667vw);
  font-weight: 400;
  letter-spacing: 0.0769230769em;
  line-height: 1.3076923077;
  position: relative;
  z-index: 5;
}

.l-medical__item--btn {
  bottom: 1.40625vw;
  position: absolute;
  right: 1.5625vw;
}

.c-btn {
  border: 1px solid #83a906;
  border-radius: 50%;
  height: 1.9791666667vw;
  position: relative;
  width: 1.9791666667vw;
}

.c-btn::before {
  background: #83a906;
  content: "";
  height: 1px;
  position: absolute;
  right: 0.9895833333vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.9791666667vw;
}

.l-greeting {
  align-items: center;
  display: flex;
  gap: 12.5vw;
  margin-top: 7.4479166667vw;
}

.l-greeting__left {
  display: flex;
  gap: 1.0416666667vw;
  width: calc(100% - 43.1770833333vw);
}

.p-greeting__vertical {
  color: #83a906;
  font-family: "EB Garamond", serif;
  font-size: max(12px, 5.2083333333vw);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  padding-left: 5.2083333333vw;
  position: relative;
  writing-mode: vertical-rl; /* 縦書き・右から左 */
}

.p-greeting__vertical span {
  color: white;
}

.p-greeting__vertical::before {
  background: #83a906;
  content: "";
  height: 8.6979166667vw;
  left: 0vw;
  position: absolute;
  top: -4.7916666667vw;
  width: 13.8541666667vw;
  z-index: -1;
}

.p-greeting__vertical::after {
  background: #83a906;
  content: "";
  height: 29.1666666667vw;
  left: 0vw;
  position: absolute;
  top: 0vw;
  width: 3.9583333333vw;
}

.l-greeting__ttl {
  align-items: center;
  display: flex;
  gap: 1.5625vw;
  justify-content: center;
}

.p-greeting__line {
  background: #333333;
  flex-grow: 1;
  height: 1px;
}

.p-greeting__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.5625vw);
  font-weight: 800;
  letter-spacing: 0.0333333333em;
  line-height: 1.3333333333;
}

.p-greeting__subttl {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 2.0833333333vw);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 3.8541666667vw;
  text-align: center;
}

.p-greeting__tx {
  margin-top: 5.2083333333vw;
}

.l-greeting__name {
  align-items: center;
  display: flex;
  gap: 0.8854166667vw;
  justify-content: end;
  margin-top: 5.2083333333vw;
}

.p-greeting__name {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 2.0833333333vw);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-greeting__name--en {
  color: #83a906;
  font-family: "EB Garamond", serif;
  font-size: max(12px, 1.3541666667vw);
  font-weight: 400;
  letter-spacing: 0.0384615385em;
  line-height: 1.1538461538;
}

.l-greeting__right {
  height: 46.6666666667vw;
  position: relative;
  width: 30.6770833333vw;
}

.l-greeting__right::before {
  background: url(../img/pc/greeting.jpg) no-repeat center center/cover;
  content: "";
  height: 39.5833333333vw;
  left: -5.2083333333vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27.0833333333vw;
  z-index: 5;
}

.l-greeting__right::after {
  background: #83a906;
  content: "";
  height: 100%;
  left: 0vw;
  opacity: 0.6;
  position: absolute;
  top: 0vw;
  width: 100%;
}

.l-recruit {
  background: #f8f4ef;
  display: flex;
  gap: 5.2083333333vw;
  justify-content: end;
  margin-top: 5.2083333333vw;
  padding-bottom: 1.6666666667vw;
  padding-left: 1.6666666667vw;
  padding-right: 1.6666666667vw;
  padding-top: 1.6666666667vw;
  position: relative;
}

.l-recruit::before {
  background: url(../img/pc/asirai-left.svg) no-repeat center center/cover;
  content: "";
  height: 5.625vw;
  left: 0vw;
  position: absolute;
  top: 0vw;
  width: 5.3645833333vw;
}

.l-recruit__left {
  padding-left: 12.5vw;
  width: calc(100% - 57.2916666667vw);
}

.l-recruit__ttl {
  width: -moz-fit-content;
  width: fit-content;
}

.p-recruit__ttl {
  color: #83a906;
  font-family: "EB Garamond", serif;
  font-size: max(12px, 5.2083333333vw);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}

.p-recruit__ttl span {
  color: #a8d444;
}

.p-recruit__subttl {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.5625vw);
  font-weight: 800;
  letter-spacing: 0.0333333333em;
  line-height: 1.3333333333;
  margin-top: 1.7708333333vw;
  text-align: right;
}

.p-recruit__tx {
  margin-top: 4.6875vw;
}

.l-recruit__btn {
  align-items: center;
  background: #a8d444;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 3.3333333333vw;
  padding-bottom: 0.5208333333vw;
  padding-left: 1.5625vw;
  padding-right: 0.8333333333vw;
  padding-top: 0.5208333333vw;
  width: 16.3020833333vw;
}

.p-recruit__btn {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.0416666667vw);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.l-recruit__right {
  height: 29.6875vw;
  width: 52.0833333333vw;
}

.l-footer__bg {
  margin-top: 5.625vw;
}

.l-footer__inner {
  background: #f8f4ef;
  padding-bottom: 4.6875vw;
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
  padding-top: 6.6666666667vw;
}

.l-footer__logo {
  height: 2.7604166667vw;
  margin: 0 auto;
  width: 23.0729166667vw;
}

.l-footer__main {
  display: flex;
  justify-content: space-between;
  margin-top: 3.2291666667vw;
}

.l-footer__cta {
  display: flex;
  margin-top: 1.71875vw;
}

.l-footer__right {
  margin-top: 2.6041666667vw;
}

.l-footer__train {
  margin-left: 0.8333333333vw;
  margin-top: 2.7083333333vw;
  padding-left: 3.2291666667vw;
  position: relative;
}

.l-footer__train::before {
  background: url(../img/pc/train.svg) no-repeat center center/cover;
  content: "";
  height: 2.5520833333vw;
  left: 0vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8229166667vw;
}

.l-map {
  height: 26.1458333333vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 6.4583333333vw;
  width: 99.6vw;
}

.l-map iframe {
  height: 26.1458333333vw;
  width: 100%;
}

.l-footer__nav {
  display: flex;
  gap: 3.3333333333vw;
  justify-content: center;
  padding-bottom: 4.6875vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 4.6875vw;
}

.l-footer__sitemap,
.l-footer__menu {
  width: 100%;
}

.p-footer__sitemap--ttl,
.p-footer__menu--ttl {
  border-bottom: 1px solid #83a906;
  color: #83a906;
  font-family: "EB Garamond", serif;
  font-size: max(12px, 2.0833333333vw);
  font-weight: 400;
  letter-spacing: 0.0375em;
  line-height: 1;
  padding-bottom: 1.25vw;
  padding-left: 4.1666666667vw;
}

.l-footer__sitemap--list {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
  margin-top: 2.7083333333vw;
}

.p-footer__nav--item span {
  color: #a8d444;
  margin-right: 0.4166666667vw;
}

.p-footer__nav--item {
  text-align: center;
}

.l-footer__menu--list {
  display: grid;
  gap: 1.6666666667vw 5.9375vw;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 8.2083333333vw;
  padding-right: 8.2083333333vw;
}

.l-footer__copy {
  background: #83a906;
  color: white;
  padding-bottom: 2.1875vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 2.1875vw;
  text-align: center;
}

.c-sub {
  height: 8.8541666667vw;
  padding-bottom: 2.4479166667vw;
  padding-left: 1.1458333333vw;
  padding-right: 1.1458333333vw;
  padding-top: 1.3020833333vw;
  position: relative;
}

.l-Fv {
  background: url(../img/pc/kabuse.svg),
    url(../img/pc/fv-sub.jpg) no-repeat center center/cover;
  height: 25.6770833333vw;
  position: relative;
}

.l-clinic01__consept {
  background: url(../img/pc/kabuse.svg) no-repeat center center/cover,
    url(../img/pc/clinic-consept-bg.jpg) no-repeat center center/cover;
  color: white;
  padding-bottom: 4.0625vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 3.8020833333vw;
  text-align: center;
}

.p-clinic01__consept--ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 2.6041666667vw);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.44;
}

.p-clinic01__consept--tx p {
  margin-top: 2.03125vw;
  padding-bottom: 0vw;
  padding-left: 22.6041666667vw;
  padding-right: 22.6041666667vw;
  padding-top: 0vw;
  text-align: left;
}

.l-clinic01__main {
  display: flex;
  margin-top: 4.1666666667vw;
}

.l-clinic01__left {
  padding-bottom: 0vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  padding-top: 0vw;
  position: relative;
  width: calc(100% - 29.0104166667vw);
}

.l-clinic01__left::before {
  background: url(../img/pc/asirai-right.svg) no-repeat center center/cover;
  content: "";
  height: 4.6354166667vw;
  position: absolute;
  right: 0vw;
  top: 0vw;
  transform: rotate(-90deg);
  width: 4.4791666667vw;
}

.l-clinic01__left::after {
  background: url(../img/pc/asirai-left.svg) no-repeat center center/cover;
  bottom: 0vw;
  content: "";
  height: 4.6354166667vw;
  left: 0vw;
  position: absolute;
  transform: rotate(-90deg);
  width: 4.4791666667vw;
  z-index: -1;
}

.p-clinic01__ttl {
  color: #83a906;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 2.0833333333vw);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 1.9270833333vw;
  text-align: center;
}

.p-clinic01__tx {
  margin-top: 1.6666666667vw;
}

.l-clinic01__right {
  height: 23.4895833333vw;
  width: 29.0104166667vw;
}

.l-clinic01__feature {
  background: #f8f4ef;
  margin-top: 5.3125vw;
  padding-bottom: 3.90625vw;
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
  padding-top: 2.65625vw;
}

.l-clinic01__feature02--img {
  display: flex;
  gap: 3.6458333333vw;
  justify-content: center;
  margin-top: 3.6458333333vw;
}

.l-clinic01__feature02--img img {
  height: 21.875vw;
  width: 31.5104166667vw;
}

.l-clinic__feature--item034 {
  display: flex;
  gap: 0.9375vw;
  justify-content: center;
  margin-top: 4.3229166667vw;
}

.p-clinic__feature--item02,
.p-clinic__feature--item03 {
  color: #83a906;
  text-align: center;
}

.l-clinic02 {
  margin-top: 8.3333333333vw;
}

.l-clinic02__items,
.l-Recruit02__items {
  display: grid;
  gap: 1.1458333333vw 1.3020833333vw;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.9583333333vw;
}

.l-clinic02__item:nth-child(2n) .l-clinic02__item--tx,
.l-clinic02__item:nth-child(2n) .l-clinic04__item--tx,
.l-clinic02__item:nth-child(2n) .l-Recruit02__item--tx,
.l-clinic04__item:nth-child(2n) .l-clinic02__item--tx,
.l-clinic04__item:nth-child(2n) .l-clinic04__item--tx,
.l-clinic04__item:nth-child(2n) .l-Recruit02__item--tx,
.l-Recruit02__item:nth-child(2n) .l-clinic02__item--tx,
.l-Recruit02__item:nth-child(2n) .l-clinic04__item--tx,
.l-Recruit02__item:nth-child(2n) .l-Recruit02__item--tx {
  background: #83a906;
}

.l-clinic02__item--tx,
.l-clinic04__item--tx,
.l-Recruit02__item--tx {
  background: #83a906;
  color: white;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.4583333333vw);
  font-weight: 400;
  letter-spacing: 0.0714285714em;
  line-height: 1.6428571429;
  padding-bottom: 1.09375vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 1.09375vw;
  text-align: center;
}

.l-clinic03 {
  margin-top: 7.1354166667vw;
}

.l-clinic__swiper-container {
  margin-bottom: 3.125vw;
  margin-left: 19.375vw;
  margin-right: 19.375vw;
  margin-top: 4.1666666667vw;
  position: relative;
}

.l-clinic__swiper-container .l-clinic__prev {
  left: -2.6041666667vw;
  top: 50%;
  transform: translateY(-50%);
}

.l-clinic__swiper-container .l-clinic__prev::after {
  border-bottom: 0.2604166667vw solid #83a906;
  border-right: 0.2604166667vw solid #83a906;
  content: "";
  height: 1.71875vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 1.71875vw;
}

.l-clinic__swiper-container .l-clinic__next {
  right: -2.6041666667vw;
  top: 50%;
  transform: translateY(-50%);
}

.l-clinic__swiper-container .l-clinic__next::after {
  border-bottom: 0.2604166667vw solid #83a906;
  border-right: 0.2604166667vw solid #83a906;
  content: "";
  height: 1.71875vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1.71875vw;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  position: relative;
}

.l-clinic03__items {
  display: grid;
  gap: 1.8229166667vw 1.71875vw;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 0vw;
  margin-left: 19.375vw;
  margin-right: 19.375vw;
  margin-top: 0vw;
}

.l-clinic03__item--active {
  opacity: 0.5;
}

.l-clinic04 {
  margin-top: 8.3333333333vw;
}

.l-clinic04__items {
  display: flex;
  gap: 1.3020833333vw;
  margin-top: 3.9583333333vw;
}

.l-clinic04__item {
  width: 21.4583333333vw;
}

/* ============================================
implant
============================================ */

.l-implant04__items {
  margin-top: 2.9166666667vw;
  padding-bottom: 0vw;
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
  padding-top: 0vw;
}

.l-implant04__item {
  display: flex;
  gap: 3.8020833333vw;
}

.l-implant04__item:nth-child(2n) {
  flex-direction: row-reverse;
  margin-top: 4.5833333333vw;
}

.l-implant04__le {
  width: calc(100% - 26.8229166667vw);
}

.p-implant04__ttl {
  border-bottom: 1px solid #83a906;
  color: #83a906;
  display: flex;
  flex-direction: column;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 2.0833333333vw);
  font-weight: 400;
  gap: 0.5729166667vw;
  letter-spacing: 0.075em;
  line-height: 1.625;
  padding-bottom: 2.0833333333vw;
}

.p-implant04__tx {
  margin-top: 2.0833333333vw;
}

.l-implant04__ri {
  height: 15.3125vw;
  width: 23.0208333333vw;
}

.l-implant04__txbox {
  background: #f8f4ef;
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  margin-top: 2.5vw;
  padding-bottom: 2.9166666667vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 2.9166666667vw;
}

.p-implant04__txbox {
  margin-left: 23.0208333333vw;
  padding-left: 1.7708333333vw;
  position: relative;
}

.p-implant04__txbox::before {
  background: #83a906;
  border-radius: 50%;
  content: "";
  height: 0.4166666667vw;
  left: 0vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4166666667vw;
}

.p-implant04__copy {
  margin-top: 0.8333333333vw;
  text-align: center;
}

/* ============================================
denture
============================================ */

.p-denture01__ttl {
  background: #83a906;
  color: white;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.875vw);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2777777778;
  margin-bottom: 0vw;
  margin-left: 16.6666666667vw;
  margin-right: 16.6666666667vw;
  margin-top: 2.5vw;
  padding-bottom: 1.6666666667vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 1.6666666667vw;
  position: relative;
  text-align: center;
}

.p-denture01__ttl::before {
  background: white;
  content: "";
  height: 0.0520833333vw;
  left: 0vw;
  position: absolute;
  top: 0.625vw;
  width: 100%;
}

.p-denture01__ttl::after {
  background: white;
  bottom: 0.625vw;
  content: "";
  height: 0.0520833333vw;
  left: 0vw;
  position: absolute;
  width: 100%;
}

.l-denture02 {
  display: flex;
  gap: 1.9791666667vw;
  padding-bottom: 8.3333333333vw;
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
  padding-top: 0vw;
}

.l-denture02__item {
  width: 32.2916666667vw;
}

.l-denture02__item:nth-child(2n) .p-denture02__item--ttl {
  background: #83a906;
}

.p-denture02__item--ttl {
  background: #83a906;
  color: white;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4375;
  padding-bottom: 1.6666666667vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 1.6666666667vw;
  text-align: center;
}

.p-denture02__item--tx {
  font-size: max(12px, 1.25vw);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  margin-top: 1.6666666667vw;
}

/* ============================================
ホワイトニング  
============================================ */

.p-white01__tx,
.p-bite02__tx,
.p-gum__tx {
  margin-top: 2.5vw;
}

/* ============================================
嚙み合わせ
============================================ */

.p-bite03__tx {
  padding-bottom: 5.2083333333vw;
  padding-left: 27.0833333333vw;
  padding-right: 27.0833333333vw;
  padding-top: 5.2083333333vw;
  text-align: center;
}

.l-bite03__main {
  background: #f8f4ef;
  padding-bottom: 3.125vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 7.1354166667vw;
  position: relative;
}

.l-bite03__main::after {
  background: url(../img/pc/bite-bg.svg) no-repeat center center/cover;
  bottom: 0vw;
  content: "";
  height: 27.3958333333vw;
  left: 0vw;
  position: absolute;
  width: 100%;
}

.p-bite03__main--ttl {
  color: #83a906;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 4.3229166667vw);
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 0.7710843373;
  position: absolute;
  top: 3.75vw;
  transform: translateX(-50%);
  z-index: 6;
}

.l-bite03__main--bgw {
  background: white;
  margin-bottom: 0vw;
  margin-left: 16.6666666667vw;
  margin-right: 16.6666666667vw;
  margin-top: 0vw;
  padding-bottom: 2.7083333333vw;
  padding-left: 5.46875vw;
  padding-right: 5.46875vw;
  padding-top: 2.3958333333vw;
  position: relative;
  z-index: 5;
}

.p-bite03__main--subttl {
  background: #83a906;
  border-radius: 40px;
  color: white;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.4583333333vw);
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.6428571429;
  padding-bottom: 1.1458333333vw;
  padding-left: 7.5520833333vw;
  padding-right: 7.5520833333vw;
  padding-top: 1.1458333333vw;
}

.l-bite03__main--txbox {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
  margin-top: 1.875vw;
}

.p-bite03__main--tx {
  font-size: max(12px, 1.25vw);
  font-weight: 400;
  letter-spacing: 0.0791666667em;
  line-height: 1.5;
  margin-left: 14.5833333333vw;
  padding-left: 2.0833333333vw;
  position: relative;
}

.p-bite03__main--tx::before {
  background: #83a906;
  border-radius: 50%;
  content: "";
  height: 0.4166666667vw;
  left: 0vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4166666667vw;
}

/* ============================================
program
============================================ */

.c-flex {
  display: flex;
  gap: 4.4791666667vw;
}

.c-flex:nth-child(2n) {
  flex-direction: row-reverse;
  padding-top: 0;
}

.l-program02__item {
  padding-bottom: 0.8333333333vw;
  padding-left: 9.53125vw;
  padding-right: 7.8125vw;
  padding-top: 0.8333333333vw;
}

.p-program02__ttl {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  letter-spacing: 0.0375em;
  line-height: 1;
}

/* ============================================
gum
============================================ */

.c-tx {
  padding-bottom: 8.3333333333vw;
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
  padding-top: 3.6458333333vw;
  text-align: center;
}

/* ============================================
tooth
============================================ */

.l-tooth02 {
  padding-bottom: 5.6770833333vw;
}

.l-tooth02__box {
  padding-top: 0;
}

.l-tooth__btnbox {
  display: flex;
  gap: 2.0833333333vw;
  justify-content: center;
}

.l-tooth__btn {
  align-items: center;
  background: #a8d444;
  display: flex;
  gap: 2.8125vw;
  padding-bottom: 0.8333333333vw;
  padding-left: 1.6666666667vw;
  padding-right: 0.8333333333vw;
  padding-top: 0.8333333333vw;
}

.p-tooth__btn {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.0416666667vw);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.75;
}

.p-tooth02__tx {
  margin-bottom: 1.4583333333vw;
  margin-left: 0vw;
  margin-right: 0vw;
  margin-top: 3.8541666667vw;
  text-align: center;
}

/* ============================================
access
============================================ */

.l-access__main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.8125vw;
  margin-left: 16.6666666667vw;
  margin-right: 16.6666666667vw;
  margin-top: 5.2083333333vw;
}

.l-access__logo {
  height: 2.7604166667vw;
  width: 23.0729166667vw;
}

.p-access__add {
  margin-top: 2.8125vw;
}

.l-access__schedule {
  margin-top: 2.8125vw;
}

.l-access__right {
  height: 32.34375vw;
  width: 31.8229166667vw;
}

.l-access02__main {
  margin: 0 auto;
  margin-top: 3.75vw;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-access02__ttl {
  border-bottom: 1px solid #83a906;
  color: #83a906;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 2.0833333333vw);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.45;
  padding-bottom: 0.5208333333vw;
}

.p-access02__tx {
  margin-top: 1.0416666667vw;
}

.l-access02__img {
  height: 19.4270833333vw;
  margin-top: 2.5vw;
  width: 25.8854166667vw;
}

/* ============================================
staff
============================================ */

.l-qa__items {
  display: flex;
  flex-direction: column;
  gap: 1.09375vw;
  margin-bottom: 8.8541666667vw;
  margin-left: 16.6666666667vw;
  margin-right: 16.6666666667vw;
  margin-top: 2.34375vw;
}

.p-qa__box--q {
  background: #83a906;
  border-radius: 8px;
  color: #333;
  color: white;
  cursor: pointer;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.4583333333vw);
  font-weight: 500;
  letter-spacing: 0.1785714286em;
  line-height: 1.4285714286;
  padding-bottom: 1.1979166667vw;
  padding-left: 2.5520833333vw;
  padding-right: 3.5416666667vw;
  padding-top: 1.1979166667vw;
  position: relative;
}

.p-qa__box--q span {
  margin-right: 2.4479166667vw;
}

.l-qa__box--icon {
  border-bottom: 0.2604166667vw solid white;
  border-left: 0.2604166667vw solid white;
  height: 1.0416666667vw;
  position: absolute;
  right: 2.0833333333vw;
  top: 60%;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.2s ease-out 0.2s;
  width: 1.0416666667vw;
}

.l-qa__box--icon.is-open {
  top: 40%;
  transform: rotate(-45deg);
}

.l-qa__box--a {
  background: #f8f4ef;
  border-radius: 8px;
  display: none;
  padding-bottom: 3.3333333333vw;
  padding-left: 2.5520833333vw;
  padding-right: 3.5416666667vw;
  padding-top: 2.1875vw;
}

.p-qa__box--content {
  /*font-size: max(12px, 0.7291666667vw);*/
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.7142857143;
}

/* ============================================
Recruit
============================================ */

.l-Recruit01__main {
  background: url(../img/pc/recruit-bg.jpg) no-repeat center center/cover,
    url(../img/pc/kabuse.svg) no-repeat center center/cover;
  color: white;
  margin-top: 4.375vw;
  padding-bottom: 9.7395833333vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-top: 9.7395833333vw;
  text-align: center;
}

.p-Recruit01__main--ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 2.6041666667vw);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.44;
}

.p-Recruit01__main--tx {
  margin-top: 3.3854166667vw;
}

.l-Recruit02__items {
  gap: 3.75vw 0.9375vw;
}

.p-Recruit02__item--tx {
  margin-top: 1.6666666667vw;
}

.l-Recruit02,
.l-Recruit03 {
  margin-top: 8.0208333333vw;
}

.l-Recruit03__btn {
  background: #a8d444;
  color: white;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  margin-top: 5.2083333333vw;
  padding-bottom: 0.5208333333vw;
  padding-left: 2.1354166667vw;
  padding-right: 2.1354166667vw;
  padding-top: 0.5208333333vw;
  text-align: center;
}

.p-Recruit03__btn--tx {
  font-size: max(12px, 1.1458333333vw);
  font-weight: 400;
  letter-spacing: 0.0590909091em;
  line-height: 1.7272727273;
}

.p-Recruit03__btn {
  font-size: max(12px, 1.7708333333vw);
  font-weight: 700;
  letter-spacing: 0.0588235294em;
  line-height: 1.4705882353;
  position: relative;
}

.p-Recruit03__btn::before {
  background: url(../img/pc/tel.svg) no-repeat center center/cover;
  content: "";
  height: 1.1979166667vw;
  left: 0.5208333333vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1979166667vw;
}

.l-Recruit03__add {
  width: -moz-fit-content;
  width: fit-content;
}

.p-Recruit03__add {
  margin-top: 1.0416666667vw;
  text-align: center;
}

.l-Recruit04-table {
  border-collapse: collapse;
  display: block;
  margin-bottom: 7.8125vw;
  margin-left: 26.0416666667vw;
  margin-right: 26.0416666667vw;
  margin-top: 4.8958333333vw;
  overflow-x: auto;
  table-layout: fixed;
  white-space: nowrap;
}

.p-Recruit04-table__ttl,
.p-Recruit04-table__tx {
  vertical-align: middle;
}

.p-Recruit04-table__ttl {
  border-bottom: 3px solid #83a906;
  border-top: 3px solid #83a906;
  text-align: center;
  width: 10.78125vw;
}

.p-Recruit04-table__tx {
  border-bottom: 3px solid #f8f4ef;
  border-top: 3px solid #f8f4ef;
  padding-bottom: 1.25vw;
  padding-left: 3.2291666667vw;
  padding-right: 0vw;
  padding-top: 1.25vw;
}

/* ============================================
single,archive
============================================ */

.breadcrumb {
  padding-bottom: 4.1666666667vw;
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
  padding-top: 4.1666666667vw;
}

.l-single {
  padding-bottom: 0vw;
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
  padding-top: 0vw;
  text-align: center;
}

.p-single__ttl {
  font-size: max(12px, 1.25vw);
  font-weight: 700;
  letter-spacing: 0.0416666667em;
  line-height: 1.25;
  margin-top: 0.8333333333vw;
}

.p-single__tx {
  margin-top: 0.8333333333vw;
  text-align: left;
}

.l-archive {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
  padding-bottom: 0vw;
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
  padding-top: 0vw;
}

.l-archive__item .l-news__item {
  display: flex;
}

@media (min-width: 600px) and (max-width: 767px) {
  body {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 2;
    padding-top: 19.3023255814vw;
  }

  .u-pc {
    display: none;
  }

  .u-tab {
    display: none;
  }

  .c-ttl {
    font-size: min(128px, 14.8837209302vw);
    font-weight: 400;
    letter-spacing: 0.0625em;
    line-height: 1.25;
  }

  .c-subttl {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 800;
    letter-spacing: 0.0555555556em;
    line-height: 1.6666666667;
    margin-top: 0.9302325581vw;
  }

  .cs-ttl {
    font-size: min(64px, 7.4418604651vw);
    font-weight: 400;
    letter-spacing: 0.09375em;
    line-height: 1.5625;
  }

  .cs-subttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.5;
    margin-top: 1.8604651163vw;
  }

  .c-main__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    letter-spacing: 0.1666666667em;
    line-height: 1.6666666667;
    padding-bottom: 5.5813953488vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 5.5813953488vw;
  }

  .c-main__ttl::before {
    top: 1.6279069767vw;
  }

  .c-schedule {
    height: 27.9069767442vw;
    height: auto;
    width: 100%;
  }

  .c-schedule__header,
  .c-schedule__data,
  .c-schedule__time {
    font-size: min(26px, 3.023255814vw);
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.3076923077;
    padding-bottom: 0.9302325581vw;
    padding-left: 1.3953488372vw;
    padding-right: 1.3953488372vw;
    padding-top: 0.9302325581vw;
  }

  .c-schedule__data {
    font-size: min(24px, 2.7906976744vw);
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.6666666667;
  }

  .c-schedule__note {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    letter-spacing: 0.0625em;
    line-height: 1.875;
  }

  .c-number__tx {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    letter-spacing: 0.0625em;
    line-height: 1.875;
  }

  .c-number__ttl {
    font-size: min(170px, 19.7674418605vw);
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1;
  }

  .c-inner-border::after {
    height: calc(100% - 2.7906976744vw);
    width: calc(100% - 2.7906976744vw);
  }

  .sankaku::before {
    border-bottom: 11.1627906977vw solid transparent;
    border-left: 11.1627906977vw solid transparent;
  }

  .c-lr {
    flex-direction: column;
    gap: 5.5813953488vw;
    padding-bottom: 11.1627906977vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 11.1627906977vw;
  }

  .c-le {
    width: 100%;
  }

  .c-le__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 400;
    letter-spacing: 0.0833333333em;
    line-height: 1.4166666667;
  }

  .c-le__tx {
    margin-top: 5.5813953488vw;
  }

  .c-ri {
    height: 100%;
    width: 100%;
  }

  .c-ri::after {
    height: 1.8604651163vw;
    width: 1.8604651163vw;
  }

  .c-nagare__items {
    gap: 5.5813953488vw;
    padding-bottom: 11.1627906977vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 11.1627906977vw;
  }

  .c-nagare__item {
    padding-bottom: 5.5813953488vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 5.5813953488vw;
  }

  .c-nagare__number {
    font-size: min(96px, 11.1627906977vw);
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1;
    top: -7.4418604651vw;
  }

  .c-nagare__tx {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 400;
    letter-spacing: 0.0277777778em;
    line-height: 1.6666666667;
  }

  .c-arrow__le {
    width: 7.4418604651vw;
  }

  .c-arrow__ri {
    width: 7.4418604651vw;
  }

  .c-box__items {
    margin-bottom: 7.4418604651vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 7.4418604651vw;
  }

  .c-box__item {
    flex-direction: column;
    gap: 5.5813953488vw;
    padding-bottom: 7.4418604651vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 7.4418604651vw;
  }

  .c-box__le {
    width: 100%;
  }

  .c-box__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    letter-spacing: 0.125em;
    line-height: 1.3333333333;
    padding-left: 3.7209302326vw;
  }

  .c-box__ttl::before {
    height: 5.5813953488vw;
    width: 2px;
  }

  .mt30 {
    margin-top: 5.5813953488vw;
  }

  .c-box__tx {
    margin-top: 5.5813953488vw;
  }

  .l-cosme03 .c-box__tx,
  .l-cosme04 .c-box__tx {
    margin-top: 0;
  }

  .c-box__ri {
    height: 100%;
    width: 100%;
  }

  .c-tigai {
    gap: 5.5813953488vw;
    margin-bottom: 11.1627906977vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 11.1627906977vw;
    padding-bottom: 5.5813953488vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 5.5813953488vw;
  }

  .c-tigai__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 400;
    letter-spacing: 0.0666666667em;
    line-height: 1.3333333333;
  }

  .c-tigai__tx {
    margin-top: 3.7209302326vw;
  }

  .inner {
    padding-bottom: 0vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 0vw;
  }

  .section-inner {
    padding-bottom: 0vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 0vw;
  }

  .to-top {
    bottom: 11.6279069767vw;
    height: 8.6046511628vw;
    right: 3.7209302326vw;
    width: 8.6046511628vw;
  }

  .to-top.is-active {
    display: none;
  }

  header {
    height: 19.3023255814vw;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 302;
  }

  .l-header__logo {
    height: 7.4418604651vw;
    margin-bottom: 0vw;
    margin-left: 3.7209302326vw;
    margin-right: 0vw;
    margin-top: 6.0465116279vw;
    width: 61.3953488372vw;
  }

  .l-header__right {
    display: none;
  }

  .l-header__tel--btn {
    height: 23.2558139535vw;
    margin: 0 auto;
    padding-bottom: 5.1162790698vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 3.9534883721vw;
    width: 76.2790697674vw;
  }

  .p-header__tel--btn--tx {
    font-size: min(44px, 5.1162790698vw);
    font-weight: 400;
    letter-spacing: 0.0454545455em;
    line-height: 1.3636363636;
  }

  .p-header__tel--btn {
    font-size: min(68px, 7.9069767442vw);
    font-weight: 700;
    letter-spacing: 0.0294117647em;
    line-height: 1.1764705882;
    padding-left: 7.6744186047vw;
  }

  .p-header__tel--btn::before {
    height: 5.3488372093vw;
    left: 5.8139534884vw;
    width: 5.3488372093vw;
  }

  .l-header__web--btn::after {
    border-right: 3.2558139535vw solid #a8d444;
    border-top: 3.2558139535vw solid transparent;
    bottom: 0.4651162791vw;
    right: 0.4651162791vw;
  }

  .l-header__web--btn {
    height: 23.2558139535vw;
    margin: 0 auto;
    padding-bottom: 5.3488372093vw;
    padding-left: 6.976744186vw;
    padding-right: 0vw;
    padding-top: 4.1860465116vw;
    width: 76.2790697674vw;
  }

  .l-header__web--btn::before {
    height: 8.3720930233vw;
    left: 5.8139534884vw;
    width: 12.3255813953vw;
  }

  .p-header__web--btn--tx {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .p-header__web--btn {
    font-size: min(64px, 7.4418604651vw);
    font-weight: 700;
    letter-spacing: 0.03125em;
    line-height: 1.25;
  }

  .l-fv::after {
    display: none;
  }

  .p-fv__ttl {
    font-size: min(92px, 10.6976744186vw);
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.7608695652;
    top: 62.5581395349vw;
    transform: translate(-50%, 0);
  }

  .l-fv__add {
    bottom: auto;
    left: 50%;
    top: 139.5348837209vw;
    transform: translateX(-50%);
  }

  .l-fv__add--item,
  .l-fv__add--item02,
  .l-fv__add--item03 {
    height: 30.2325581395vw;
    width: 30.2325581395vw;
  }

  .l-fv__add--item02 {
    right: 2.7906976744vw;
  }

  .l-fv__add--item03 {
    right: 5.5813953488vw;
  }

  .l-fv__schedule {
    bottom: 0;
    padding-bottom: 0vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 0vw;
    position: relative;
    right: 0;
  }

  .l-header__nav {
    top: 0;
  }

  .l-header__nav--list {
    display: grid;
    gap: 2.7906976744vw 2.7906976744vw;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6.976744186vw;
    padding-bottom: 0vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 0vw;
  }

  .p-header__nav--item {
    background: #f8f4ef;
    padding-bottom: 2.3255813953vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 2.3255813953vw;
  }

  .p-header__nav--item::before {
    display: none;
  }

  .p-header__nav--item::after {
    border-bottom: 0.9302325581vw solid transparent;
    border-left: 1.6279069767vw solid #83a906;
    border-right: 0;
    border-style: solid;
    border-top: 0.9302325581vw solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 1.1627906977vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
  }

  .pc-drawer.is-active::after {
    transform: translateY(-50%) rotate(90deg);
  }

  .p-header__nav--item--ttl {
    color: #333333;
  }

  .p-header__nav--item--subttl {
    color: #83a906;
    font-size: min(28px, 3.2558139535vw);
    font-weight: 800;
    letter-spacing: 0em;
    line-height: 1.4285714286;
  }

  .l-menu__drawer.is-active {
    margin-bottom: 45.1395348837vw;
  }

  .sp-drawer.is-active {
    margin-bottom: 38.1395348837vw;
  }

  .pc-drawer__items {
    bottom: auto;
    left: auto;
    right: 0vw;
    top: 19.5348837209vw;
    transform: translateX(0%);
    width: 92.5581395349vw;
  }

  .pc-drawer__item {
    font-size: min(26px, 3.023255814vw);
    font-weight: 400;
    letter-spacing: 0.0461538462em;
    line-height: 1.5384615385;
    padding-bottom: 0vw;
    padding-left: 7.4418604651vw;
    padding-right: 0vw;
    padding-top: 2.7906976744vw;
  }

  .l-news {
    margin-top: 11.6279069767vw;
    padding-bottom: 6.0465116279vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 6.0465116279vw;
  }

  .l-news::before {
    height: 15.3488372093vw;
    width: 16.2790697674vw;
  }

  .l-news::after {
    height: 15.3488372093vw;
    width: 16.2790697674vw;
  }

  .p-news__ttl {
    font-size: min(74px, 8.6046511628vw);
    font-weight: 400;
    letter-spacing: 0.0432432432em;
    line-height: 1.0810810811;
  }

  .p-news__subttl {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 1.8604651163vw;
  }

  .l-news__items {
    gap: 7.4418604651vw;
    margin-top: 13.023255814vw;
  }

  .l-news__item {
    flex-direction: column;
    gap: 3.7209302326vw;
  }

  .p-news__item--day {
    width: 100%;
  }

  .l-consept {
    padding-bottom: 25.5813953488vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 25.5813953488vw;
    position: relative;
  }

  .p-consept__ttl {
    font-size: min(120px, 13.9534883721vw);
    font-weight: 400;
    letter-spacing: 0.0166666667em;
    line-height: 1.3333333333;
    opacity: 0.4;
  }

  .p-consept__subttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 700;
    left: 50%;
    letter-spacing: 0.0416666667em;
    line-height: 1.75;
    position: absolute;
    text-align: center;
    top: 30.2325581395vw;
    transform: translateX(-50%);
    width: 100%;
  }

  .p-consept__tx {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    letter-spacing: 0.0625em;
    line-height: 1.875;
  }

  .l-feature {
    padding-bottom: 18.6046511628vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 11.8604651163vw;
  }

  .l-feature::before {
    background: url(../img/sp/feature-bg-top.svg) no-repeat center center/cover;
    height: 86.511627907vw;
  }

  .l-feature::after {
    background: url(../img/sp/feature-bg-row.svg) no-repeat center center/cover;
    height: 86.511627907vw;
  }

  .l-feature__items {
    margin-top: 9.3023255814vw;
  }

  .l-feature__item01--main {
    flex-direction: column-reverse;
    gap: 7.4418604651vw;
    padding-bottom: 20.9302325581vw;
  }

  .l-feature__item01--main::before {
    height: 15.3488372093vw;
    width: 16.0465116279vw;
  }

  .l-feature__item01--left {
    margin: 0;
    width: 100%;
  }

  .p-feature__item01--subttl,
  .p-feature__item02--subttl,
  .p-feature__item03--subttl,
  .p-feature__item04--subttl,
  .p-feature__item05--subttl {
    font-size: min(58px, 6.7441860465vw);
    font-weight: 400;
    letter-spacing: 0.0689655172em;
    line-height: 1.724137931;
    margin-top: 2.7906976744vw;
  }

  .p-feature__item01--tx {
    margin-top: 7.9069767442vw;
  }

  .l-feature__item01--right {
    height: 100%;
    width: 100%;
  }

  .l-feature__cta::before {
    height: 157.9069767442vw;
    margin: 0 calc(50% - 50vw);
    width: 99.6vw;
  }

  .l-feature__cta--items {
    flex-wrap: wrap;
    gap: 3.7209302326vw;
  }

  .l-feature__cta--item,
  .l-feature__cta--item02,
  .l-feature__cta--item03,
  .l-feature__cta--item04,
  .l-feature__cta--item05 {
    border: 1.3953488372vw solid #aaa8a4;
    height: 42.5581395349vw;
    width: 42.5581395349vw;
  }

  .l-feature__cta--item02 {
    border: 1.3953488372vw solid #83a906;
  }

  .l-feature__cta--item04 {
    border: 1.3953488372vw solid #83a906;
  }

  .p-feature__cta--item--tx,
  .p-feature__cta--item--tx02,
  .p-feature__cta--item--tx03,
  .p-feature__cta--item--tx04,
  .p-feature__cta--item--tx05 {
    bottom: 4.6511627907vw;
    font-size: min(32px, 3.7209302326vw);
    font-weight: 700;
    letter-spacing: 0.0625em;
    line-height: 1.875;
  }

  .p-feature__cta--item--tx02,
  .p-feature__cta--item--tx04 {
    bottom: 6.976744186vw;
  }

  .l-feature__cta--hukidasi {
    height: 12.3255813953vw;
    margin-top: 9.7674418605vw;
    width: 89.0697674419vw;
  }

  .p-feature__cta--hukidasi--tx {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 700;
    letter-spacing: 0.1111111111em;
    line-height: 1.2777777778;
    top: 1.8604651163vw;
  }

  .p-feature__cta--tx {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 700;
    letter-spacing: 0.0625em;
    line-height: 1.875;
    padding-bottom: 9.3023255814vw;
    padding-left: 6.976744186vw;
    padding-right: 6.976744186vw;
    padding-top: 0vw;
  }

  .p-feature__cta--tx span {
    font-size: min(52px, 6.0465116279vw);
    font-weight: 700;
    letter-spacing: 0.1153846154em;
    line-height: 1.5384615385;
  }

  .l-feature__item02::before {
    height: 116.7441860465vw;
    top: 9.3023255814vw;
  }

  .p-feature__item02--tx {
    margin-top: 5.5813953488vw;
    text-align: left;
  }

  .l-feature__item02--img {
    gap: 4.6511627907vw;
    margin-top: 7.4418604651vw;
  }

  .l-feature__item02--img img {
    height: 29.7674418605vw;
    width: 43.023255814vw;
  }

  .l-feature__item034 {
    flex-direction: column;
    gap: 11.6279069767vw;
    margin-top: 15.3488372093vw;
  }

  .l-feature__item03,
  .l-feature__item04 {
    padding-bottom: 16.2790697674vw;
  }

  .l-feature__item03::after,
  .l-feature__item04::after {
    height: 15.3488372093vw;
    left: 0;
    right: auto;
    transform: rotate(90deg);
    width: 16.2790697674vw;
  }

  .l-feature__item03--number,
  .l-feature__item04--number {
    margin-top: 7.4418604651vw;
    position: relative;
    top: 0;
  }

  .p-feature__item03--subttl {
    padding-bottom: 0vw;
    padding-left: 5.8139534884vw;
    padding-right: 5.8139534884vw;
    padding-top: 0vw;
    text-align: center;
  }

  .p-feature__item03--tx,
  .p-feature__item04--tx {
    margin-top: 5.5813953488vw;
  }

  .l-feature__item05 {
    margin-top: 12.5581395349vw;
  }

  .l-feature__item05::before {
    height: 103.2558139535vw;
    top: 9.3023255814vw;
    width: 92.5581395349vw;
  }

  .p-feature__item05--tx {
    margin-top: 10.2325581395vw;
    padding-bottom: 0vw;
    padding-left: 2.3255813953vw;
    padding-right: 2.3255813953vw;
    padding-top: 0vw;
    text-align: left;
  }

  .l-feature__item05--imgbox {
    gap: 5.5813953488vw;
    margin-top: 5.5813953488vw;
  }

  .l-feature__item05--img {
    height: 32.0930232558vw;
    width: 43.488372093vw;
  }

  .p-feature__item05--img--tx {
    font-size: min(28px, 3.2558139535vw);
    font-weight: 400;
    letter-spacing: 0.0714285714em;
    line-height: 1.1428571429;
    padding-bottom: 1.8604651163vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 1.8604651163vw;
  }

  .l-medical {
    padding-bottom: 17.2093023256vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 17.2093023256vw;
  }

  .l-medical__items {
    gap: 6.0465116279vw 4.6511627907vw;
    grid-template-columns: repeat(2, 1fr);
  }

  .l-medical__item,
  .l-medical__item02,
  .l-medical__item03,
  .l-medical__item04,
  .l-medical__item05,
  .l-medical__item06,
  .l-medical__item07,
  .l-medical__item08 {
    padding-bottom: 19.3023255814vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 31.3953488372vw;
  }

  .l-medical__item::after,
  .l-medical__item02::after,
  .l-medical__item03::after,
  .l-medical__item04::after,
  .l-medical__item05::after,
  .l-medical__item06::after,
  .l-medical__item07::after,
  .l-medical__item08::after {
    top: 12.5581395349vw;
  }

  .l-medical__item::after {
    height: 11.8604651163vw;
    width: 10vw;
  }

  .l-medical__item02::after {
    height: 12.5581395349vw;
    width: 18.1395348837vw;
  }

  .l-medical__item03::after {
    height: 11.8604651163vw;
    width: 17.9069767442vw;
  }

  .l-medical__item04::after {
    height: 10.9302325581vw;
    width: 18.6046511628vw;
  }

  .l-medical__item05::after {
    height: 12.7906976744vw;
    width: 15.3488372093vw;
  }

  .l-medical__item06::after {
    height: 12.5581395349vw;
    width: 12.5581395349vw;
  }

  .l-medical__item07::after {
    height: 13.7209302326vw;
    width: 10.2325581395vw;
  }

  .l-medical__item08::after {
    height: 9.0697674419vw;
    width: 14.4186046512vw;
  }

  .p-medical__item--ttl {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.625;
  }

  .l-medical__item--btn {
    bottom: 3.7209302326vw;
    right: 4.1860465116vw;
  }

  .c-btn {
    height: 5.3488372093vw;
    width: 5.3488372093vw;
  }

  .c-btn::before {
    right: 2.5581395349vw;
    width: 5.3488372093vw;
  }

  .l-greeting {
    flex-direction: column;
    gap: 28.8372093023vw;
    margin-top: 16.2790697674vw;
  }

  .l-greeting__left {
    gap: 0.9302325581vw;
    padding-right: 3.7209302326vw;
    width: 100%;
  }

  .p-greeting__vertical {
    font-size: min(128px, 14.8837209302vw);
    font-weight: 400;
    letter-spacing: 0.015625em;
    line-height: 1;
    padding-left: 9.3023255814vw;
  }

  .p-greeting__vertical::before {
    height: 18.3720930233vw;
    width: 29.0697674419vw;
  }

  .p-greeting__vertical::after {
    height: 61.3953488372vw;
    width: 8.3720930233vw;
  }

  .l-greeting__ttl {
    gap: 3.7209302326vw;
  }

  .p-greeting__ttl {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 800;
    letter-spacing: 0.0625em;
    line-height: 1.875;
  }

  .p-greeting__subttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 400;
    letter-spacing: 0.0416666667em;
    line-height: 1.6666666667;
    margin-top: 8.8372093023vw;
    white-space: nowrap;
  }

  .l-greeting__name {
    gap: 4.1860465116vw;
    justify-content: center;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
  }

  .p-greeting__name {
    font-size: min(64px, 7.4418604651vw);
    font-weight: 400;
    letter-spacing: 0.0625em;
    line-height: 1.25;
  }

  .p-greeting__name--en {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .l-greeting__right {
    height: 104.1860465116vw;
    margin-left: 13.9534883721vw;
    width: 68.3720930233vw;
  }

  .l-greeting__right::before {
    height: 86.2790697674vw;
    left: -13.2558139535vw;
    width: 60.4651162791vw;
  }

  .l-recruit {
    flex-direction: column;
    gap: 9.7674418605vw;
    margin-top: 18.6046511628vw;
    padding-bottom: 9.7674418605vw;
    padding-left: 3.2558139535vw;
    padding-right: 3.2558139535vw;
    padding-top: 9.7674418605vw;
  }

  .l-recruit::before {
    height: 15.3488372093vw;
    width: 16.0465116279vw;
  }

  .l-recruit__left {
    padding-left: 0;
    width: 100%;
  }

  .l-recruit__ttl {
    margin: 0 auto;
  }

  .p-recruit__ttl {
    font-size: min(128px, 14.8837209302vw);
    font-weight: 400;
    letter-spacing: 0.015625em;
    line-height: 1;
  }

  .p-recruit__subttl {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 800;
    letter-spacing: 0.0555555556em;
    line-height: 2.2222222222;
    margin-top: 0vw;
    text-align: center;
  }

  .p-recruit__tx {
    font-size: min(28px, 3.2558139535vw);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.2857142857;
    margin-top: 9.3023255814vw;
    text-align: center;
  }

  .l-recruit__btn {
    padding-bottom: 2.5581395349vw;
    padding-left: 7.2093023256vw;
    padding-right: 3.488372093vw;
    padding-top: 2.5581395349vw;
    width: 72.7906976744vw;
  }

  .p-recruit__btn {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .p-recruit__btn--icon {
    height: 8.8372093023vw;
    width: 8.8372093023vw;
  }

  .p-recruit__btn--icon::before {
    right: 4.4186046512vw;
    width: 8.8372093023vw;
  }

  .l-recruit__right {
    height: 100%;
    width: 100%;
  }

  .l-footer__bg {
    margin-top: 15.1162790698vw;
  }

  .l-footer__inner {
    padding-bottom: 11.1627906977vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 15.5813953488vw;
  }

  .l-footer__logo {
    height: 10.2325581395vw;
    width: 86.0465116279vw;
  }

  .l-footer__main {
    flex-direction: column;
    gap: 8.8372093023vw;
    margin-top: 8.8372093023vw;
  }

  .l-footer__left {
    text-align: center;
  }

  .l-footer__cta {
    flex-direction: column;
    gap: 3.023255814vw;
    margin-top: 8.8372093023vw;
  }

  .l-footer__train {
    margin-left: 0;
    margin-top: 8.8372093023vw;
    padding-left: 11.6279069767vw;
  }

  .l-footer__train::before {
    height: 11.3953488372vw;
    width: 8.1395348837vw;
  }

  .p-footer__train--tx {
    text-align: left;
  }

  .l-map {
    height: 64.8837209302vw;
    margin-top: 13.9534883721vw;
  }

  .l-map iframe {
    height: 64.8837209302vw;
  }

  .l-footer__nav {
    gap: 5.5813953488vw;
    padding-bottom: 6.511627907vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 11.1627906977vw;
  }

  .p-footer__sitemap--ttl,
  .p-footer__menu--ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 400;
    letter-spacing: 0.0583333333em;
    line-height: 1.6666666667;
    text-align: center;
  }

  .l-footer__sitemap--list,
  .l-footer__menu--list {
    gap: 3.7209302326vw;
    padding-left: 0;
  }

  .l-footer__menu--list {
    gap: 2.7209302326vw;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .p-footer__nav--item {
    text-align: left;
    font-size: min(28px, 3.0558139535vw);
  }

  .l-footer__copy {
    font-size: min(28px, 3.2558139535vw);
    font-weight: 400;
    letter-spacing: 0.0714285714em;
    line-height: 1.4285714286;
    padding-bottom: 2.3255813953vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 2.3255813953vw;
  }

  .c-sub {
    height: 19.3023255814vw;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 302;
  }

  .l-Fv {
    height: 69.7674418605vw;
  }

  .l-clinic01 {
    margin-top: 11.1627906977vw;
  }

  .l-clinic01__consept {
    padding-bottom: 11.1627906977vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 11.1627906977vw;
  }

  .p-clinic01__consept--ttl {
    font-size: min(64px, 7.4418604651vw);
    font-weight: 500;
    letter-spacing: 0.0625em;
    line-height: 1.5625;
  }

  .p-clinic01__consept--tx p {
    margin-top: 5.5813953488vw;
    padding-bottom: 0vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 0vw;
  }

  .l-clinic01__main {
    flex-direction: column;
    gap: 7.4418604651vw;
    margin-top: 9.3023255814vw;
  }

  .l-clinic01__left {
    width: 100%;
  }

  .p-clinic01__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 400;
    letter-spacing: 0.0833333333em;
    line-height: 1.6666666667;
    margin-top: 5.5813953488vw;
  }

  .p-clinic01__tx {
    margin-top: 5.5813953488vw;
  }

  .l-clinic01__right {
    height: 100%;
    width: 100%;
  }

  .l-clinic01__feature {
    margin-top: 11.1627906977vw;
    padding-bottom: 7.4418604651vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 7.4418604651vw;
  }

  .l-clinic01__feature02--img {
    flex-direction: column;
    gap: 7.4418604651vw;
  }

  .l-clinic01__feature02--img img {
    height: 100%;
    width: 100%;
  }

  .l-clinic__feature--item034 {
    flex-direction: column;
    gap: 5.5813953488vw;
    margin-top: 9.3023255814vw;
  }

  .l-clinic02 {
    margin-top: 18.6046511628vw;
  }

  .l-clinic02__items,
  .l-Recruit02__items {
    gap: 3.7209302326vw;
    grid-template-columns: 1fr;
  }

  .l-clinic02__item--tx,
  .l-clinic04__item--tx,
  .l-Recruit02__item--tx {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 400;
    letter-spacing: 0.0555555556em;
    line-height: 1.6666666667;
    padding-bottom: 3.7209302326vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 3.7209302326vw;
  }

  .l-clinic03 {
    margin-top: 13.023255814vw;
  }

  .l-clinic__swiper-container {
    margin-bottom: 11.1627906977vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 11.1627906977vw;
  }

  .l-clinic__swiper-container .l-clinic__prev {
    left: 0;
  }

  .l-clinic__swiper-container .l-clinic__prev::after {
    border-bottom: 0.6976744186vw solid #83a906;
    border-right: 0.6976744186vw solid #83a906;
    height: 4.6511627907vw;
    width: 4.6511627907vw;
  }

  .l-clinic__swiper-container .l-clinic__next {
    right: 0;
  }

  .l-clinic__swiper-container .l-clinic__next::after {
    border-bottom: 0.6976744186vw solid #83a906;
    border-right: 0.6976744186vw solid #83a906;
    height: 4.6511627907vw;
    width: 4.6511627907vw;
  }

  .l-clinic03__items {
    margin-bottom: 0vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 0vw;
  }

  .l-clinic04 {
    margin-top: 18.6046511628vw;
  }

  .l-clinic04__items {
    flex-direction: column;
    gap: 3.7209302326vw;
    margin-top: 11.1627906977vw;
  }

  .l-clinic04__item {
    width: 100%;
  }

  .sp-mt {
    margin-top: 11.1627906977vw;
  }

  .l-implant04__items {
    margin-top: 11.1627906977vw;
    padding-bottom: 0vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 0vw;
  }

  .l-implant04__item {
    flex-direction: column;
    gap: 7.4418604651vw;
  }

  .l-implant04__item:nth-child(2n) {
    flex-direction: column;
    margin-top: 7.4418604651vw;
  }

  .l-implant04__le {
    width: 100%;
  }

  .p-implant04__ttl {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  .p-implant04__tx {
    margin-top: 5.5813953488vw;
  }

  .l-implant04__ri {
    height: 100%;
    width: 100%;
  }

  .l-implant04__txbox {
    gap: 1.8604651163vw;
    margin-top: 5.5813953488vw;
    padding-bottom: 7.4418604651vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 7.4418604651vw;
  }

  .p-implant04__txbox {
    margin-left: 14.8837209302vw;
    padding-left: 3.7209302326vw;
  }

  .p-implant04__txbox::before {
    height: 1.3953488372vw;
    width: 1.3953488372vw;
  }

  .p-implant04__copy {
    text-align: left;
  }

  .p-denture01__ttl {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 0vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 7.4418604651vw;
    padding-bottom: 3.7209302326vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 3.7209302326vw;
  }

  .p-denture01__ttl::before {
    top: 1.8604651163vw;
  }

  .p-denture01__ttl::after {
    bottom: 1.8604651163vw;
  }

  .l-denture02 {
    flex-direction: column;
    gap: 7.4418604651vw;
    padding-bottom: 11.1627906977vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 0vw;
  }

  .l-denture02__item {
    width: 100%;
  }

  .p-denture02__item--ttl {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-bottom: 3.7209302326vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 3.7209302326vw;
  }

  .p-denture02__item--tx {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    letter-spacing: 0.03125em;
    line-height: 1.5;
    margin-top: 3.7209302326vw;
  }

  .p-white01__tx,
  .p-bite02__tx,
  .p-gum__tx {
    margin-top: 5.5813953488vw;
  }

  .p-bite03__tx {
    padding-bottom: 11.1627906977vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 11.1627906977vw;
  }

  .l-bite03__main {
    padding-bottom: 14.8837209302vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 14.8837209302vw;
  }

  .p-bite03__main--ttl {
    font-size: min(96px, 11.1627906977vw);
    font-weight: 400;
    letter-spacing: 0.0833333333em;
    line-height: 1;
    top: 5.5813953488vw;
  }

  .l-bite03__main--bgw {
    margin-bottom: 0vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 0vw;
    padding-bottom: 7.4418604651vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 7.4418604651vw;
  }

  .p-bite03__main--subttl {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 400;
    letter-spacing: 0.0555555556em;
    line-height: 1.6666666667;
    padding-bottom: 3.7209302326vw;
    padding-left: 7.4418604651vw;
    padding-right: 7.4418604651vw;
    padding-top: 3.7209302326vw;
  }

  .l-bite03__main--txbox {
    gap: 3.7209302326vw;
    margin-top: 5.5813953488vw;
  }

  .p-bite03__main--tx {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    letter-spacing: 0.0625em;
    line-height: 1.875;
    margin-left: 5.5813953488vw;
    padding-left: 4.6511627907vw;
  }

  .p-bite03__main--tx::before {
    height: 1.3953488372vw;
    width: 1.3953488372vw;
  }

  .c-flex {
    flex-direction: column;
    gap: 11.1627906977vw;
  }

  .c-flex:nth-child(2n) {
    flex-direction: column;
    padding-top: 0;
  }

  .l-program02__item {
    padding-bottom: 7.4418604651vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 7.4418604651vw;
  }

  .p-program02__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 400;
    letter-spacing: 0.0416666667em;
    line-height: 1.25;
    margin-bottom: 3.7209302326vw;
  }

  .c-tx {
    padding-bottom: 13.023255814vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 13.023255814vw;
  }

  .l-tooth02 {
    padding-bottom: 14.8837209302vw;
  }

  .l-tooth__btnbox {
    flex-direction: column;
    gap: 5.5813953488vw;
  }

  .l-tooth__btn {
    gap: 4.1860465116vw;
    margin-bottom: 0vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 0vw;
    padding-bottom: 3.7209302326vw;
    padding-left: 1.8604651163vw;
    padding-right: 1.8604651163vw;
    padding-top: 3.7209302326vw;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-tooth__btn {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 700;
    letter-spacing: 0.0625em;
    line-height: 1.875;
  }

  .p-tooth02__tx {
    margin-bottom: 7.4418604651vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 7.4418604651vw;
  }

  .l-access__main {
    flex-direction: column;
    margin-bottom: 11.1627906977vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 11.1627906977vw;
  }

  .l-access__logo {
    height: 8.1395348837vw;
    width: 69.7674418605vw;
  }

  .p-access__add {
    margin-top: 5.5813953488vw;
  }

  .l-access__schedule {
    margin-top: 5.5813953488vw;
  }

  .l-access__right {
    height: 100%;
    width: 100%;
  }

  .l-access02__main {
    margin-top: 7.4418604651vw;
  }

  .p-access02__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    letter-spacing: 0.0833333333em;
    line-height: 1.4166666667;
  }

  .p-access02__tx {
    margin-top: 3.7209302326vw;
  }

  .l-access02__img {
    height: 100%;
    margin-top: 5.5813953488vw;
    width: 100%;
  }

  .l-qa__items {
    gap: 3.7209302326vw;
    margin-bottom: 11.1627906977vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 11.1627906977vw;
  }

  .p-qa__box--q {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.4375;
    padding-bottom: 3.7209302326vw;
    padding-left: 7.4418604651vw;
    padding-right: 7.4418604651vw;
    padding-top: 3.7209302326vw;
  }

  .p-qa__box--q span {
    left: 2.7906976744vw;
    margin-right: 1.8604651163vw;
    position: absolute;
  }

  .l-qa__box--icon {
    height: 3.7209302326vw;
    right: 3.7209302326vw;
    width: 3.7209302326vw;
  }

  .p-qa__box--content {
    font-size: min(28px, 3.2558139535vw);
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.7142857143;
  }

  .l-Recruit01__main {
    margin-top: 9.3023255814vw;
    padding-bottom: 18.6046511628vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 18.6046511628vw;
  }

  .p-Recruit01__main--ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    letter-spacing: 0.2083333333em;
    line-height: 1.6666666667;
  }

  .p-Recruit01__main--tx {
    margin-top: 7.4418604651vw;
  }

  .p-Recruit02__item--tx {
    margin-top: 3.7209302326vw;
  }

  .l-Recruit02,
  .l-Recruit03 {
    margin-top: 18.6046511628vw;
  }

  .l-Recruit03__btn {
    margin-top: 11.1627906977vw;
    padding-bottom: 1.3953488372vw;
    padding-left: 5.5813953488vw;
    padding-right: 5.5813953488vw;
    padding-top: 1.3953488372vw;
  }

  .p-Recruit03__btn--tx {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 400;
    letter-spacing: 0.0277777778em;
    line-height: 1.6666666667;
  }

  .p-Recruit03__btn {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 700;
    letter-spacing: 0.0416666667em;
    line-height: 1.25;
  }

  .p-Recruit03__btn::before {
    height: 3.7209302326vw;
    left: 3.7209302326vw;
    width: 3.7209302326vw;
  }

  .p-Recruit03__add {
    margin-top: 3.7209302326vw;
  }

  .l-Recruit04-table {
    margin-bottom: 14.8837209302vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 14.8837209302vw;
  }

  .p-Recruit04-table__ttl {
    width: 23.2558139535vw;
  }

  .p-Recruit04-table__tx {
    padding-bottom: 3.7209302326vw;
    padding-left: 5.5813953488vw;
    padding-right: 5.5813953488vw;
    padding-top: 3.7209302326vw;
  }

  .breadcrumb {
    padding-bottom: 7.4418604651vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 7.4418604651vw;
  }

  .l-single {
    padding-bottom: 7.4418604651vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 7.4418604651vw;
  }

  .p-single__ttl {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 1.8604651163vw;
  }

  .p-single__tx {
    margin-top: 3.7209302326vw;
  }

  .l-archive {
    gap: 7.4418604651vw;
    padding-bottom: 7.4418604651vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 7.4418604651vw;
  }

  .l-archive__item .l-news__item {
    flex-direction: column;
    gap: 1.8604651163vw;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .u-sp {
    display: none;
  }

  .c-schedule {
    width: 41.6666666667vw;
  }

  .c-lr {
    padding-bottom: 5.2083333333vw;
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
    padding-top: 5.2083333333vw;
  }

  .section-inner {
    padding-bottom: 0vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 0vw;
  }

  .l-header__web--btn {
    width: 18.2291666667vw;
  }

  .l-fv__add {
    left: 20.8333333333vw;
  }

  .l-header__nav {
    top: -6.25vw;
  }

  .l-global-nav {
    top: 0;
  }

  .pc-drawer__items {
    width: 36.4583333333vw;
  }

  .l-recruit__btn {
    width: 18.75vw;
  }

  .l-footer__inner {
    padding-bottom: 6.7708333333vw;
    padding-left: 6.7708333333vw;
    padding-right: 6.7708333333vw;
    padding-top: 6.7708333333vw;
  }

  .l-implant04__items {
    padding-bottom: 0vw;
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
    padding-top: 0vw;
  }

  .l-Recruit04-table {
    margin-bottom: 14.8837209302vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 14.8837209302vw;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .u-sp {
    display: none;
  }
}

@media (min-width: 1201px) {
  .u-sp {
    display: none;
  }

  .u-tab {
    display: none;
  }
}

@media (max-width: 599px) {
  body {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 2;
    padding-top: 19.3023255814vw;
  }

  .u-pc {
    display: none;
  }

  .u-tab {
    display: none;
  }

  .c-ttl {
    font-size: min(128px, 14.8837209302vw);
    font-weight: 400;
    letter-spacing: 0.0625em;
    line-height: 1.25;
  }

  .c-subttl {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 800;
    letter-spacing: 0.0555555556em;
    line-height: 1.6666666667;
    margin-top: 0.9302325581vw;
  }

  .cs-ttl {
    font-size: min(64px, 7.4418604651vw);
    font-weight: 400;
    letter-spacing: 0.09375em;
    line-height: 1.5625;
  }

  .cs-subttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.5;
    margin-top: 1.8604651163vw;
  }

  .c-main__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    letter-spacing: 0.1666666667em;
    line-height: 1.6666666667;
    padding-bottom: 5.5813953488vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 5.5813953488vw;
  }

  .c-main__ttl::before {
    top: 1.6279069767vw;
  }

  .c-schedule {
    height: 27.9069767442vw;
    height: auto;
    width: 100%;
  }

  .c-schedule__header,
  .c-schedule__data,
  .c-schedule__time {
    font-size: min(26px, 3.023255814vw);
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.3076923077;
    padding-bottom: 0.9302325581vw;
    padding-left: 1.3953488372vw;
    padding-right: 1.3953488372vw;
    padding-top: 0.9302325581vw;
  }

  .c-schedule__data {
    font-size: min(24px, 2.7906976744vw);
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.6666666667;
  }

  .c-schedule__note {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    letter-spacing: 0.0625em;
    line-height: 1.875;
  }

  .c-number__tx {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    letter-spacing: 0.0625em;
    line-height: 1.875;
  }

  .c-number__ttl {
    font-size: min(170px, 19.7674418605vw);
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1;
  }

  .c-inner-border::after {
    height: calc(100% - 2.7906976744vw);
    width: calc(100% - 2.7906976744vw);
  }

  .sankaku::before {
    border-bottom: 11.1627906977vw solid transparent;
    border-left: 11.1627906977vw solid transparent;
  }

  .c-lr {
    flex-direction: column;
    gap: 5.5813953488vw;
    padding-bottom: 11.1627906977vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 11.1627906977vw;
  }

  .c-le {
    width: 100%;
  }

  .c-le__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 400;
    letter-spacing: 0.0833333333em;
    line-height: 1.4166666667;
  }

  .c-le__tx {
    margin-top: 5.5813953488vw;
  }

  .c-ri {
    height: 100%;
    width: 100%;
  }

  .c-ri::after {
    height: 1.8604651163vw;
    width: 1.8604651163vw;
  }

  .c-nagare__items {
    gap: 5.5813953488vw;
    padding-bottom: 11.1627906977vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 11.1627906977vw;
  }

  .c-nagare__item {
    padding-bottom: 5.5813953488vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 5.5813953488vw;
  }

  .c-nagare__number {
    font-size: min(96px, 11.1627906977vw);
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1;
    top: -7.4418604651vw;
  }

  .c-nagare__tx {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 400;
    letter-spacing: 0.0277777778em;
    line-height: 1.6666666667;
  }

  .c-arrow__le {
    width: 7.4418604651vw;
  }

  .c-arrow__ri {
    width: 7.4418604651vw;
  }

  .c-box__items {
    margin-bottom: 7.4418604651vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 7.4418604651vw;
  }

  .c-box__item {
    flex-direction: column;
    gap: 5.5813953488vw;
    padding-bottom: 7.4418604651vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 7.4418604651vw;
  }

  .c-box__le {
    width: 100%;
  }

  .c-box__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    letter-spacing: 0.125em;
    line-height: 1.3333333333;
    padding-left: 3.7209302326vw;
  }

  .c-box__ttl::before {
    height: 5.5813953488vw;
    width: 2px;
  }

  .c-box__ttl2 {
    font-size: min(48px, 5.5813953488vw);
    margin-top: 15px;
  }

  .c-box__tx {
    margin-top: 5.5813953488vw;
  }

  .l-cosme03 .c-box__tx,
  .l-cosme04 .c-box__tx {
    margin-top: 0;
  }

  .c-box__ri {
    height: 100%;
    width: 100%;
  }

  .c-tigai {
    gap: 5.5813953488vw;
    margin-bottom: 11.1627906977vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 11.1627906977vw;
    padding-bottom: 5.5813953488vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 5.5813953488vw;
  }

  .c-tigai__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 400;
    letter-spacing: 0.0666666667em;
    line-height: 1.3333333333;
  }

  .c-tigai__tx {
    margin-top: 3.7209302326vw;
  }

  .inner {
    padding-bottom: 0vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 0vw;
  }

  .section-inner {
    padding-bottom: 0vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 0vw;
  }

  .to-top {
    bottom: 11.6279069767vw;
    height: 8.6046511628vw;
    right: 3.7209302326vw;
    width: 8.6046511628vw;
  }

  .to-top.is-active {
    display: none;
  }

  header {
    height: 19.3023255814vw;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 302;
  }

  .l-header__logo {
    height: 7.4418604651vw;
    margin-bottom: 0vw;
    margin-left: 3.7209302326vw;
    margin-right: 0vw;
    margin-top: 6.0465116279vw;
    width: 61.3953488372vw;
  }

  .l-header__right {
    display: none;
  }

  .l-header__tel--btn {
    height: 23.2558139535vw;
    margin: 0 auto;
    padding-bottom: 5.1162790698vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 3.9534883721vw;
    width: 76.2790697674vw;
  }

  .p-header__tel--btn--tx {
    font-size: min(44px, 5.1162790698vw);
    font-weight: 400;
    letter-spacing: 0.0454545455em;
    line-height: 1.3636363636;
  }

  .p-header__tel--btn {
    font-size: min(68px, 7.9069767442vw);
    font-weight: 700;
    letter-spacing: 0.0294117647em;
    line-height: 1.1764705882;
    padding-left: 7.6744186047vw;
  }

  .p-header__tel--btn::before {
    height: 5.3488372093vw;
    left: 5.8139534884vw;
    width: 5.3488372093vw;
  }

  .l-header__web--btn::after {
    border-right: 3.2558139535vw solid #a8d444;
    border-top: 3.2558139535vw solid transparent;
    bottom: 0.4651162791vw;
    right: 0.4651162791vw;
  }

  .l-header__web--btn {
    height: 23.2558139535vw;
    margin: 0 auto;
    padding-bottom: 5.3488372093vw;
    padding-left: 6.976744186vw;
    padding-right: 0vw;
    padding-top: 4.1860465116vw;
    width: 76.2790697674vw;
  }

  .l-header__web--btn::before {
    height: 8.3720930233vw;
    left: 5.8139534884vw;
    width: 12.3255813953vw;
  }

  .p-header__web--btn--tx {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .p-header__web--btn {
    font-size: min(64px, 7.4418604651vw);
    font-weight: 700;
    letter-spacing: 0.03125em;
    line-height: 1.25;
  }

  .l-fv::after {
    display: none;
  }

  .p-fv__ttl {
    font-size: min(92px, 10.6976744186vw);
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.7608695652;
    top: 62.5581395349vw;
    transform: translate(-50%, 0);
  }

  .l-fv__add {
    bottom: auto;
    left: 50%;
    top: 139.5348837209vw;
    transform: translateX(-50%);
  }

  .l-fv__add--item,
  .l-fv__add--item02,
  .l-fv__add--item03 {
    height: 30.2325581395vw;
    width: 30.2325581395vw;
  }

  .l-fv__add--item02 {
    right: 2.7906976744vw;
  }

  .l-fv__add--item03 {
    right: 5.5813953488vw;
  }

  .l-fv__schedule {
    bottom: 0;
    padding-bottom: 0vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 0vw;
    position: relative;
    right: 0;
  }

  .l-header__nav {
    top: 0;
  }

  .l-header__nav--list {
    display: grid;
    gap: 2.7906976744vw 2.7906976744vw;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6.976744186vw;
    padding-bottom: 0vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 0vw;
  }

  .p-header__nav--item {
    background: #f8f4ef;
    padding-bottom: 2.3255813953vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 2.3255813953vw;
  }

  .p-header__nav--item::before {
    display: none;
  }

  .p-header__nav--item::after {
    border-bottom: 0.9302325581vw solid transparent;
    border-left: 1.6279069767vw solid #83a906;
    border-right: 0;
    border-style: solid;
    border-top: 0.9302325581vw solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 1.1627906977vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
  }

  .pc-drawer.is-active::after {
    transform: translateY(-50%) rotate(90deg);
  }

  .p-header__nav--item--ttl {
    color: #333333;
  }

  .p-header__nav--item--subttl {
    color: #83a906;
    font-size: min(28px, 3.2558139535vw);
    font-weight: 800;
    letter-spacing: 0em;
    line-height: 1.4285714286;
  }

  .l-menu__drawer.is-active {
    margin-bottom: 45.1395348837vw;
  }

  .sp-drawer.is-active {
    margin-bottom: 38.1395348837vw;
  }

  .pc-drawer__items {
    bottom: auto;
    left: auto;
    right: 0vw;
    top: 19.5348837209vw;
    transform: translateX(0%);
    width: 92.5581395349vw;
  }

  .pc-drawer__item {
    font-size: min(26px, 3.023255814vw);
    font-weight: 400;
    letter-spacing: 0.0461538462em;
    line-height: 1.5384615385;
    padding-bottom: 0vw;
    padding-left: 7.4418604651vw;
    padding-right: 0vw;
    padding-top: 2.7906976744vw;
  }

  .l-news {
    margin-top: 11.6279069767vw;
    padding-bottom: 6.0465116279vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 6.0465116279vw;
  }

  .l-news::before {
    height: 15.3488372093vw;
    width: 16.2790697674vw;
  }

  .l-news::after {
    height: 15.3488372093vw;
    width: 16.2790697674vw;
  }

  .p-news__ttl {
    font-size: min(74px, 8.6046511628vw);
    font-weight: 400;
    letter-spacing: 0.0432432432em;
    line-height: 1.0810810811;
  }

  .p-news__subttl {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 1.8604651163vw;
  }

  .l-news__items {
    gap: 7.4418604651vw;
    margin-top: 13.023255814vw;
  }

  .l-news__item {
    flex-direction: column;
    gap: 3.7209302326vw;
  }

  .p-news__item--day {
    width: 100%;
  }

  .l-consept {
    padding-bottom: 25.5813953488vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 25.5813953488vw;
    position: relative;
  }

  .p-consept__ttl {
    font-size: min(120px, 13.9534883721vw);
    font-weight: 400;
    letter-spacing: 0.0166666667em;
    line-height: 1.3333333333;
    opacity: 0.4;
  }

  .p-consept__subttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 700;
    left: 50%;
    letter-spacing: 0.0416666667em;
    line-height: 1.75;
    position: absolute;
    text-align: center;
    top: 30.2325581395vw;
    transform: translateX(-50%);
    width: 100%;
  }

  .p-consept__tx {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    letter-spacing: 0.0625em;
    line-height: 1.875;
  }

  .l-feature {
    padding-bottom: 18.6046511628vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 11.8604651163vw;
  }

  .l-feature::before {
    background: url(../img/sp/feature-bg-top.svg) no-repeat center center/cover;
    height: 86.511627907vw;
  }

  .l-feature::after {
    background: url(../img/sp/feature-bg-row.svg) no-repeat center center/cover;
    height: 86.511627907vw;
  }

  .l-feature__items {
    margin-top: 9.3023255814vw;
  }

  .l-feature__item01--main {
    flex-direction: column-reverse;
    gap: 7.4418604651vw;
    padding-bottom: 20.9302325581vw;
  }

  .l-feature__item01--main::before {
    height: 15.3488372093vw;
    width: 16.0465116279vw;
  }

  .l-feature__item01--left {
    margin: 0;
    width: 100%;
  }

  .p-feature__item01--subttl,
  .p-feature__item02--subttl,
  .p-feature__item03--subttl,
  .p-feature__item04--subttl,
  .p-feature__item05--subttl {
    font-size: min(58px, 6.7441860465vw);
    font-weight: 400;
    letter-spacing: 0.0689655172em;
    line-height: 1.724137931;
    margin-top: 2.7906976744vw;
  }

  .p-feature__item01--tx {
    margin-top: 7.9069767442vw;
  }

  .l-feature__item01--right {
    height: 100%;
    width: 100%;
  }

  .l-feature__cta::before {
    height: 157.9069767442vw;
    margin: 0 calc(50% - 50vw);
    width: 99.6vw;
  }

  .l-feature__cta--items {
    flex-wrap: wrap;
    gap: 3.7209302326vw;
  }

  .l-feature__cta--item,
  .l-feature__cta--item02,
  .l-feature__cta--item03,
  .l-feature__cta--item04,
  .l-feature__cta--item05 {
    border: 1.3953488372vw solid #aaa8a4;
    height: 42.5581395349vw;
    width: 42.5581395349vw;
  }

  .l-feature__cta--item02 {
    border: 1.3953488372vw solid #83a906;
  }

  .l-feature__cta--item04 {
    border: 1.3953488372vw solid #83a906;
  }

  .p-feature__cta--item--tx,
  .p-feature__cta--item--tx02,
  .p-feature__cta--item--tx03,
  .p-feature__cta--item--tx04,
  .p-feature__cta--item--tx05 {
    bottom: 4.6511627907vw;
    font-size: min(32px, 3.7209302326vw);
    font-weight: 700;
    letter-spacing: 0.0625em;
    line-height: 1.875;
  }

  .p-feature__cta--item--tx02,
  .p-feature__cta--item--tx04 {
    bottom: 6.976744186vw;
  }

  .l-feature__cta--hukidasi {
    height: 12.3255813953vw;
    margin-top: 9.7674418605vw;
    width: 89.0697674419vw;
  }

  .p-feature__cta--hukidasi--tx {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 700;
    letter-spacing: 0.1111111111em;
    line-height: 1.2777777778;
    top: 1.8604651163vw;
  }

  .p-feature__cta--tx {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 700;
    letter-spacing: 0.0625em;
    line-height: 1.875;
    padding-bottom: 9.3023255814vw;
    padding-left: 6.976744186vw;
    padding-right: 6.976744186vw;
    padding-top: 0vw;
  }

  .p-feature__cta--tx span {
    font-size: min(52px, 6.0465116279vw);
    font-weight: 700;
    letter-spacing: 0.1153846154em;
    line-height: 1.5384615385;
  }

  .l-feature__item02::before {
    height: 116.7441860465vw;
    top: 9.3023255814vw;
  }

  .p-feature__item02--tx {
    margin-top: 5.5813953488vw;
    text-align: left;
  }

  .l-feature__item02--img {
    gap: 4.6511627907vw;
    margin-top: 7.4418604651vw;
  }

  .l-feature__item02--img img {
    height: 29.7674418605vw;
    width: 43.023255814vw;
  }

  .l-feature__item034 {
    flex-direction: column;
    gap: 11.6279069767vw;
    margin-top: 15.3488372093vw;
  }

  .l-feature__item03,
  .l-feature__item04 {
    padding-bottom: 16.2790697674vw;
  }

  .l-feature__item03::after,
  .l-feature__item04::after {
    height: 15.3488372093vw;
    left: 0;
    right: auto;
    transform: rotate(90deg);
    width: 16.2790697674vw;
  }

  .l-feature__item03--number,
  .l-feature__item04--number {
    margin-top: 7.4418604651vw;
    position: relative;
    top: 0;
  }

  .p-feature__item03--subttl {
    padding-bottom: 0vw;
    padding-left: 5.8139534884vw;
    padding-right: 5.8139534884vw;
    padding-top: 0vw;
    text-align: center;
  }

  .p-feature__item03--tx,
  .p-feature__item04--tx {
    margin-top: 5.5813953488vw;
  }

  .l-feature__item05 {
    margin-top: 12.5581395349vw;
  }

  .l-feature__item05::before {
    height: 103.2558139535vw;
    top: 9.3023255814vw;
    width: 92.5581395349vw;
  }

  .p-feature__item05--tx {
    margin-top: 10.2325581395vw;
    padding-bottom: 0vw;
    padding-left: 2.3255813953vw;
    padding-right: 2.3255813953vw;
    padding-top: 0vw;
    text-align: left;
  }

  .l-feature__item05--imgbox {
    gap: 5.5813953488vw;
    margin-top: 5.5813953488vw;
  }

  .l-feature__item05--img {
    height: 32.0930232558vw;
    width: 43.488372093vw;
  }

  .p-feature__item05--img--tx {
    font-size: min(28px, 3.2558139535vw);
    font-weight: 400;
    letter-spacing: 0.0714285714em;
    line-height: 1.1428571429;
    padding-bottom: 1.8604651163vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 1.8604651163vw;
  }

  .l-medical {
    padding-bottom: 17.2093023256vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 17.2093023256vw;
  }

  .l-medical__items {
    gap: 6.0465116279vw 4.6511627907vw;
    grid-template-columns: repeat(2, 1fr);
  }

  .l-medical__item,
  .l-medical__item02,
  .l-medical__item03,
  .l-medical__item04,
  .l-medical__item05,
  .l-medical__item06,
  .l-medical__item07,
  .l-medical__item08 {
    padding-bottom: 19.3023255814vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 31.3953488372vw;
  }

  .l-medical__item::after,
  .l-medical__item02::after,
  .l-medical__item03::after,
  .l-medical__item04::after,
  .l-medical__item05::after,
  .l-medical__item06::after,
  .l-medical__item07::after,
  .l-medical__item08::after {
    top: 12.5581395349vw;
  }

  .l-medical__item::after {
    height: 11.8604651163vw;
    width: 10vw;
  }

  .l-medical__item02::after {
    height: 12.5581395349vw;
    width: 18.1395348837vw;
  }

  .l-medical__item03::after {
    height: 11.8604651163vw;
    width: 17.9069767442vw;
  }

  .l-medical__item04::after {
    height: 10.9302325581vw;
    width: 18.6046511628vw;
  }

  .l-medical__item05::after {
    height: 12.7906976744vw;
    width: 15.3488372093vw;
  }

  .l-medical__item06::after {
    height: 12.5581395349vw;
    width: 12.5581395349vw;
  }

  .l-medical__item07::after {
    height: 13.7209302326vw;
    width: 10.2325581395vw;
  }

  .l-medical__item08::after {
    height: 9.0697674419vw;
    width: 14.4186046512vw;
  }

  .p-medical__item--ttl {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.625;
  }

  .l-medical__item--btn {
    bottom: 3.7209302326vw;
    right: 4.1860465116vw;
  }

  .c-btn {
    height: 5.3488372093vw;
    width: 5.3488372093vw;
  }

  .c-btn::before {
    right: 2.5581395349vw;
    width: 5.3488372093vw;
  }

  .l-greeting {
    flex-direction: column;
    gap: 28.8372093023vw;
    margin-top: 16.2790697674vw;
  }

  .l-greeting__left {
    gap: 0.9302325581vw;
    padding-right: 3.7209302326vw;
    width: 100%;
  }

  .p-greeting__vertical {
    font-size: min(128px, 14.8837209302vw);
    font-weight: 400;
    letter-spacing: 0.015625em;
    line-height: 1;
    padding-left: 9.3023255814vw;
  }

  .p-greeting__vertical::before {
    height: 18.3720930233vw;
    width: 29.0697674419vw;
  }

  .p-greeting__vertical::after {
    height: 61.3953488372vw;
    width: 8.3720930233vw;
  }

  .l-greeting__ttl {
    gap: 3.7209302326vw;
  }

  .p-greeting__ttl {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 800;
    letter-spacing: 0.0625em;
    line-height: 1.875;
  }

  .p-greeting__subttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 400;
    letter-spacing: 0.0416666667em;
    line-height: 1.6666666667;
    margin-top: 8.8372093023vw;
    white-space: nowrap;
  }

  .l-greeting__name {
    gap: 4.1860465116vw;
    justify-content: center;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
  }

  .p-greeting__name {
    font-size: min(64px, 7.4418604651vw);
    font-weight: 400;
    letter-spacing: 0.0625em;
    line-height: 1.25;
  }

  .p-greeting__name--en {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .l-greeting__right {
    height: 104.1860465116vw;
    margin-left: 13.9534883721vw;
    width: 68.3720930233vw;
  }

  .l-greeting__right::before {
    height: 86.2790697674vw;
    left: -13.2558139535vw;
    width: 60.4651162791vw;
  }

  .l-recruit {
    flex-direction: column;
    gap: 9.7674418605vw;
    margin-top: 18.6046511628vw;
    padding-bottom: 9.7674418605vw;
    padding-left: 3.2558139535vw;
    padding-right: 3.2558139535vw;
    padding-top: 9.7674418605vw;
  }

  .l-recruit::before {
    height: 15.3488372093vw;
    width: 16.0465116279vw;
  }

  .l-recruit__left {
    padding-left: 0;
    width: 100%;
  }

  .l-recruit__ttl {
    margin: 0 auto;
  }

  .p-recruit__ttl {
    font-size: min(128px, 14.8837209302vw);
    font-weight: 400;
    letter-spacing: 0.015625em;
    line-height: 1;
  }

  .p-recruit__subttl {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 800;
    letter-spacing: 0.0555555556em;
    line-height: 2.2222222222;
    margin-top: 0vw;
    text-align: center;
  }

  .p-recruit__tx {
    font-size: min(28px, 3.2558139535vw);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.2857142857;
    margin-top: 9.3023255814vw;
    text-align: center;
  }

  .l-recruit__btn {
    padding-bottom: 2.5581395349vw;
    padding-left: 7.2093023256vw;
    padding-right: 3.488372093vw;
    padding-top: 2.5581395349vw;
    width: 72.7906976744vw;
  }

  .p-recruit__btn {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .p-recruit__btn--icon {
    height: 8.8372093023vw;
    width: 8.8372093023vw;
  }

  .p-recruit__btn--icon::before {
    right: 4.4186046512vw;
    width: 8.8372093023vw;
  }

  .l-recruit__right {
    height: 100%;
    width: 100%;
  }

  .l-footer__bg {
    margin-top: 15.1162790698vw;
  }

  .l-footer__inner {
    padding-bottom: 11.1627906977vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 15.5813953488vw;
  }

  .l-footer__logo {
    height: 10.2325581395vw;
    width: 86.0465116279vw;
  }

  .l-footer__main {
    flex-direction: column;
    gap: 8.8372093023vw;
    margin-top: 8.8372093023vw;
  }

  .l-footer__left {
    text-align: center;
  }

  .l-footer__cta {
    flex-direction: column;
    gap: 3.023255814vw;
    margin-top: 8.8372093023vw;
  }

  .l-footer__train {
    margin-left: 0;
    margin-top: 8.8372093023vw;
    padding-left: 11.6279069767vw;
  }

  .l-footer__train::before {
    height: 11.3953488372vw;
    width: 8.1395348837vw;
  }

  .p-footer__train--tx {
    text-align: left;
  }

  .l-map {
    height: 64.8837209302vw;
    margin-top: 13.9534883721vw;
  }

  .l-map iframe {
    height: 64.8837209302vw;
  }

  .l-footer__nav {
    gap: 5.5813953488vw;
    padding-bottom: 6.511627907vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 11.1627906977vw;
  }

  .p-footer__sitemap--ttl,
  .p-footer__menu--ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 400;
    letter-spacing: 0.0583333333em;
    line-height: 1.6666666667;
    text-align: center;
  }

  .l-footer__sitemap--list {
    gap: 3.7209302326vw;
    margin-top: 5.5813953488vw;
    padding-left: 0;
  }

  .p-footer__nav--item {
    text-align: left;
    font-size: min(28px, 3.0558139535vw);
  }

  .l-footer__menu--list {
    gap: 2.7209302326vw;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .l-footer__copy {
    font-size: min(28px, 3.2558139535vw);
    font-weight: 400;
    letter-spacing: 0.0714285714em;
    line-height: 1.4285714286;
    padding-bottom: 2.3255813953vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 2.3255813953vw;
  }

  .c-sub {
    height: 19.3023255814vw;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 302;
  }

  .l-Fv {
    height: 69.7674418605vw;
  }

  .l-clinic01 {
    margin-top: 11.1627906977vw;
  }

  .l-clinic01__consept {
    padding-bottom: 11.1627906977vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 11.1627906977vw;
  }

  .p-clinic01__consept--ttl {
    font-size: min(64px, 7.4418604651vw);
    font-weight: 500;
    letter-spacing: 0.0625em;
    line-height: 1.5625;
  }

  .p-clinic01__consept--tx p {
    margin-top: 5.5813953488vw;
    padding-bottom: 0vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 0vw;
  }

  .l-clinic01__main {
    flex-direction: column;
    gap: 7.4418604651vw;
    margin-top: 9.3023255814vw;
  }

  .l-clinic01__left {
    width: 100%;
  }

  .p-clinic01__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 400;
    letter-spacing: 0.0833333333em;
    line-height: 1.6666666667;
    margin-top: 5.5813953488vw;
  }

  .p-clinic01__tx {
    margin-top: 5.5813953488vw;
  }

  .l-clinic01__right {
    height: 100%;
    width: 100%;
  }

  .l-clinic01__feature {
    margin-top: 11.1627906977vw;
    padding-bottom: 7.4418604651vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 7.4418604651vw;
  }

  .l-clinic01__feature02--img {
    flex-direction: column;
    gap: 7.4418604651vw;
  }

  .l-clinic01__feature02--img img {
    height: 100%;
    width: 100%;
  }

  .l-clinic__feature--item034 {
    flex-direction: column;
    gap: 5.5813953488vw;
    margin-top: 9.3023255814vw;
  }

  .l-clinic02 {
    margin-top: 18.6046511628vw;
  }

  .l-clinic02__items,
  .l-Recruit02__items {
    gap: 3.7209302326vw;
    grid-template-columns: 1fr;
  }

  .l-clinic02__item--tx,
  .l-clinic04__item--tx,
  .l-Recruit02__item--tx {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 400;
    letter-spacing: 0.0555555556em;
    line-height: 1.6666666667;
    padding-bottom: 3.7209302326vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 3.7209302326vw;
  }

  .l-clinic03 {
    margin-top: 13.023255814vw;
  }

  .l-clinic__swiper-container {
    margin-bottom: 11.1627906977vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 11.1627906977vw;
  }

  .l-clinic__swiper-container .l-clinic__prev {
    left: 0;
  }

  .l-clinic__swiper-container .l-clinic__prev::after {
    border-bottom: 0.6976744186vw solid #83a906;
    border-right: 0.6976744186vw solid #83a906;
    height: 4.6511627907vw;
    width: 4.6511627907vw;
  }

  .l-clinic__swiper-container .l-clinic__next {
    right: 0;
  }

  .l-clinic__swiper-container .l-clinic__next::after {
    border-bottom: 0.6976744186vw solid #83a906;
    border-right: 0.6976744186vw solid #83a906;
    height: 4.6511627907vw;
    width: 4.6511627907vw;
  }

  .l-clinic03__items {
    margin-bottom: 0vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 0vw;
  }

  .l-clinic04 {
    margin-top: 18.6046511628vw;
  }

  .l-clinic04__items {
    flex-direction: column;
    gap: 3.7209302326vw;
    margin-top: 11.1627906977vw;
  }

  .l-clinic04__item {
    width: 100%;
  }

  .sp-mt {
    margin-top: 11.1627906977vw;
  }

  .l-implant04__items {
    margin-top: 11.1627906977vw;
    padding-bottom: 0vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 0vw;
  }

  .l-implant04__item {
    flex-direction: column;
    gap: 7.4418604651vw;
  }

  .l-implant04__item:nth-child(2n) {
    flex-direction: column;
    margin-top: 7.4418604651vw;
  }

  .l-implant04__le {
    width: 100%;
  }

  .p-implant04__ttl {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  .p-implant04__tx {
    margin-top: 5.5813953488vw;
  }

  .l-implant04__ri {
    height: 100%;
    width: 100%;
  }

  .l-implant04__txbox {
    gap: 1.8604651163vw;
    margin-top: 5.5813953488vw;
    padding-bottom: 7.4418604651vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 7.4418604651vw;
  }

  .p-implant04__txbox {
    margin-left: 14.8837209302vw;
    padding-left: 3.7209302326vw;
  }

  .p-implant04__txbox::before {
    height: 1.3953488372vw;
    width: 1.3953488372vw;
  }

  .p-implant04__copy {
    text-align: left;
  }

  .p-denture01__ttl {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 0vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 7.4418604651vw;
    padding-bottom: 3.7209302326vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 3.7209302326vw;
  }

  .p-denture01__ttl::before {
    top: 1.8604651163vw;
  }

  .p-denture01__ttl::after {
    bottom: 1.8604651163vw;
  }

  .l-denture02 {
    flex-direction: column;
    gap: 7.4418604651vw;
    padding-bottom: 11.1627906977vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 0vw;
  }

  .l-denture02__item {
    width: 100%;
  }

  .p-denture02__item--ttl {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-bottom: 3.7209302326vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 3.7209302326vw;
  }

  .p-denture02__item--tx {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    letter-spacing: 0.03125em;
    line-height: 1.5;
    margin-top: 3.7209302326vw;
  }

  .p-white01__tx,
  .p-bite02__tx,
  .p-gum__tx {
    margin-top: 5.5813953488vw;
  }

  .p-bite03__tx {
    padding-bottom: 11.1627906977vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 11.1627906977vw;
  }

  .l-bite03__main {
    padding-bottom: 14.8837209302vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 14.8837209302vw;
  }

  .p-bite03__main--ttl {
    font-size: min(96px, 11.1627906977vw);
    font-weight: 400;
    letter-spacing: 0.0833333333em;
    line-height: 1;
    top: 5.5813953488vw;
  }

  .l-bite03__main--bgw {
    margin-bottom: 0vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 0vw;
    padding-bottom: 7.4418604651vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 7.4418604651vw;
  }

  .p-bite03__main--subttl {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 400;
    letter-spacing: 0.0555555556em;
    line-height: 1.6666666667;
    padding-bottom: 3.7209302326vw;
    padding-left: 7.4418604651vw;
    padding-right: 7.4418604651vw;
    padding-top: 3.7209302326vw;
  }

  .l-bite03__main--txbox {
    gap: 3.7209302326vw;
    margin-top: 5.5813953488vw;
  }

  .p-bite03__main--tx {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    letter-spacing: 0.0625em;
    line-height: 1.875;
    margin-left: 5.5813953488vw;
    padding-left: 4.6511627907vw;
  }

  .p-bite03__main--tx::before {
    height: 1.3953488372vw;
    width: 1.3953488372vw;
  }

  .c-flex {
    flex-direction: column;
    gap: 11.1627906977vw;
  }

  .c-flex:nth-child(2n) {
    flex-direction: column;
    padding-top: 0;
  }

  .l-program02__item {
    padding-bottom: 7.4418604651vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 7.4418604651vw;
  }

  .p-program02__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 400;
    letter-spacing: 0.0416666667em;
    line-height: 1.25;
    margin-bottom: 3.7209302326vw;
  }

  .c-tx {
    padding-bottom: 13.023255814vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 13.023255814vw;
  }

  .l-tooth02 {
    padding-bottom: 14.8837209302vw;
  }

  .l-tooth__btnbox {
    flex-direction: column;
    gap: 5.5813953488vw;
  }

  .l-tooth__btn {
    gap: 4.1860465116vw;
    margin-bottom: 0vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 0vw;
    padding-bottom: 3.7209302326vw;
    padding-left: 1.8604651163vw;
    padding-right: 1.8604651163vw;
    padding-top: 3.7209302326vw;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-tooth__btn {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 700;
    letter-spacing: 0.0625em;
    line-height: 1.875;
  }

  .p-tooth02__tx {
    margin-bottom: 7.4418604651vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 7.4418604651vw;
  }

  .l-access__main {
    flex-direction: column;
    margin-bottom: 11.1627906977vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 11.1627906977vw;
  }

  .l-access__logo {
    height: 8.1395348837vw;
    width: 69.7674418605vw;
  }

  .p-access__add {
    margin-top: 5.5813953488vw;
  }

  .l-access__schedule {
    margin-top: 5.5813953488vw;
  }

  .l-access__right {
    height: 100%;
    width: 100%;
  }

  .l-access02__main {
    margin-top: 7.4418604651vw;
  }

  .p-access02__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    letter-spacing: 0.0833333333em;
    line-height: 1.4166666667;
  }

  .p-access02__tx {
    margin-top: 3.7209302326vw;
  }

  .l-access02__img {
    height: 100%;
    margin-top: 5.5813953488vw;
    width: 100%;
  }

  .l-qa__items {
    gap: 3.7209302326vw;
    margin-bottom: 11.1627906977vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 11.1627906977vw;
  }

  .p-qa__box--q {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.4375;
    padding-bottom: 3.7209302326vw;
    padding-left: 7.4418604651vw;
    padding-right: 7.4418604651vw;
    padding-top: 3.7209302326vw;
  }

  .p-qa__box--q span {
    left: 2.7906976744vw;
    margin-right: 1.8604651163vw;
    position: absolute;
  }

  .l-qa__box--icon {
    height: 3.7209302326vw;
    right: 3.7209302326vw;
    width: 3.7209302326vw;
  }

  .p-qa__box--content {
    font-size: min(28px, 3.2558139535vw);
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.7142857143;
  }

  .l-Recruit01__main {
    margin-top: 9.3023255814vw;
    padding-bottom: 18.6046511628vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 18.6046511628vw;
  }

  .p-Recruit01__main--ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    letter-spacing: 0.2083333333em;
    line-height: 1.6666666667;
  }

  .p-Recruit01__main--tx {
    margin-top: 7.4418604651vw;
  }

  .p-Recruit02__item--tx {
    margin-top: 3.7209302326vw;
  }

  .l-Recruit02,
  .l-Recruit03 {
    margin-top: 18.6046511628vw;
  }

  .l-Recruit03__btn {
    margin-top: 11.1627906977vw;
    padding-bottom: 1.3953488372vw;
    padding-left: 5.5813953488vw;
    padding-right: 5.5813953488vw;
    padding-top: 1.3953488372vw;
  }

  .p-Recruit03__btn--tx {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 400;
    letter-spacing: 0.0277777778em;
    line-height: 1.6666666667;
  }

  .p-Recruit03__btn {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 700;
    letter-spacing: 0.0416666667em;
    line-height: 1.25;
  }

  .p-Recruit03__btn::before {
    height: 3.7209302326vw;
    left: 3.7209302326vw;
    width: 3.7209302326vw;
  }

  .p-Recruit03__add {
    margin-top: 3.7209302326vw;
  }

  .l-Recruit04-table {
    margin-bottom: 14.8837209302vw;
    margin-left: 3.7209302326vw;
    margin-right: 3.7209302326vw;
    margin-top: 14.8837209302vw;
  }

  .p-Recruit04-table__ttl {
    width: 23.2558139535vw;
  }

  .p-Recruit04-table__tx {
    padding-bottom: 3.7209302326vw;
    padding-left: 5.5813953488vw;
    padding-right: 5.5813953488vw;
    padding-top: 3.7209302326vw;
  }

  .breadcrumb {
    padding-bottom: 7.4418604651vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 7.4418604651vw;
  }

  .l-single {
    padding-bottom: 7.4418604651vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 7.4418604651vw;
  }

  .p-single__ttl {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 1.8604651163vw;
  }

  .p-single__tx {
    margin-top: 3.7209302326vw;
  }

  .l-archive {
    gap: 7.4418604651vw;
    padding-bottom: 7.4418604651vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    padding-top: 7.4418604651vw;
  }

  .l-archive__item .l-news__item {
    flex-direction: column;
    gap: 1.8604651163vw;
  }
}
