@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-padding-top: 60px;
  scroll-behavior: smooth;
  --Mincho: "Noto Serif JP", serif;
  --Gothic: "Noto Sans", sans-serif;
  --Cinzel: "Cinzel", serif;
  --Josefin: "Josefin Sans", sans-serif;
  --icomoon: "icomoon";
  --black: #393b3d;
  --blue: #202f55;
  --brown: #443b1f;
  --gold: #80692f;
  --highlight01: #f6ead1;
  --padding-pc: min(180px, 5.2rem);
  --padding-sp: 4vw;
  --p-size: min(1.1vw, 1.85rem);
}
@media screen and (max-width: 768px) {
  html {
    --p-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    --h2-size: min(6.2vw, 2.6rem);
  }
}
html body {
  color: var(--black);
  font-family: var(--Mincho);
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 1.625;
  background: #fff;
  -webkit-text-size-adjust: none;
}
html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html h1,
html h2,
html h3,
html h4 {
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.075em;
}
html a {
  color: var(--black);
  text-decoration: none;
  transition: all 0.4s ease;
}
html a:hover {
  filter: brightness(120%);
}
html p {
  line-height: 1.8;
  font-family: var(--Gothic);
  font-size: var(--p-size);
}
@media screen and (max-width: 767px) {
  html p {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  html .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html .sp {
    display: none !important;
  }
}
html .animation {
  transform: translate(0px, 10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left {
  transform: translate(-10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_right {
  transform: translate(10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_right.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_down {
  transform: translate(0px, -10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_down.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
html .tel span {
  font-size: 5.8rem;
}
html header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: min(140px, 8vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.6s ease;
}
@media screen and (min-width: 769px) {
  html header.on {
    background: #fff;
  }
  html header.on .l-header__logo {
    padding: 20px 40px 20px;
  }
  html header.on .l-header__logo img {
    width: 320px;
  }
  html header.on ~ #slidemenuBtn {
    border-radius: 0;
  }
}
html header .l-header__logo {
  padding: 2vw 2vw 0;
}
html header .l-header__logo img {
  width: 21.2vw;
  transition: all 0.2s ease;
}
html header .tel {
  color: #fff;
  text-align: center;
  width: min(326px, 16.9vw);
  height: min(112px, 5.8vw);
  background: rgba(130, 121, 86, 0.78);
  display: flex;
  flex-direction: column;
  gap: 0;
  position: fixed;
  top: 0;
  right: calc(min(112px, 5.8vw) + min(326px, 16.9vw));
}
html header .tel .icon-tel {
  font-size: min(1.7vw, 3.3rem);
}
html header .tel small {
  font-size: min(0.7vw, 1.4rem);
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 1em 0.5em;
}
html header .tel em {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
  height: 2.5vw;
}
html header .tel span {
  font-size: min(1.7vw, 3.3rem);
}
html header .rsv {
  color: #fff;
  text-align: center;
  width: min(326px, 16.9vw);
  height: min(112px, 5.8vw);
  background: rgba(170, 127, 83, 0.82);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: min(112px, 5.8vw);
}
html header .rsv .icon-rsv {
  font-size: min(1.4vw, 2.8rem);
}
html header .rsv small {
  font-size: min(0.7vw, 1.4rem);
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 1em 0.5em;
}
html header .rsv em {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
  height: 2.5vw;
}
html header .rsv span {
  font-size: min(1.4vw, 2.8rem);
}
@media screen and (max-width: 767px) {
  html header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  html header .l-header__logo {
    padding: 10px;
  }
  html header .l-header__logo img {
    width: 40vw;
  }
  html header .tel,
  html header .rsv {
    display: none;
  }
}
html #slidemenuBtn {
  order: 2;
  flex-shrink: 0;
  width: min(112px, 5.8vw);
  height: min(112px, 5.8vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--brown);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 110;
}
html #slidemenuBtn.slide-open > span:before {
  width: 0%;
}
html #slidemenuBtn.slide-open > span:after {
  width: 0%;
}
html #slidemenuBtn.slide-open > span span:before {
  width: 100%;
  left: 0;
  transform: rotate(-35deg);
  transition: width 0.2s ease, top 0.2s ease, transform 0.2s ease 0.2s;
  backface-visibility: hidden;
}
html #slidemenuBtn.slide-open > span span:after {
  width: 100%;
  right: 0;
  transform: rotate(35deg);
  transition: width 0.2s ease, bottom 0.2s ease, transform 0.2s ease 0.2s;
  backface-visibility: hidden;
}
html #slidemenuBtn small {
  position: absolute;
  left: 0;
  bottom: min(20px, 1vw);
  width: 100%;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: min(2.4rem, 1.2vw);
}
html #slidemenuBtn > span {
  top: min(-7px, -0.73vw);
  width: min(3.125vw, 60px);
  height: min(1.75vw, 33px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html #slidemenuBtn > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: width 0.2s ease;
  backface-visibility: hidden;
}
html #slidemenuBtn > span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: width 0.2s ease;
  backface-visibility: hidden;
}
html #slidemenuBtn > span span:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 1px;
  background: #fff;
  transition: transform 0.2s ease, top 0.2s ease 0.2s;
  backface-visibility: hidden;
}
html #slidemenuBtn > span span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: transform 0.2s ease, bottom 0.2s ease 0.2s;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  html #slidemenuBtn {
    order: 2;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
  }
  html #slidemenuBtn small {
    bottom: 10px;
    font-size: 0.8rem;
  }
  html #slidemenuBtn > span {
    top: -4px;
    width: 30px;
    height: 17px;
  }
  html #slidemenuBtn > span span:before {
    top: 8px;
  }
  html #slidemenuBtn > span span:after {
    bottom: 8px;
  }
}
html #menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--brown);
  background-size: cover;
  z-index: 100;
  padding: 30px;
  box-sizing: border-box;
  overflow-y: auto;
  transform: translateY(10px);
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
html #menu.slide-open {
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
}
html #menu .menu_logo {
  text-align: center;
  padding-bottom: 60px;
}
html #menu ol {
  width: 800px;
  text-align: center;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 0;
}
html #menu ol li.wide {
  width: 100%;
  border-left: 0;
}
html #menu ol li.noborder {
  border-left: 0;
}
html #menu ol li a {
  display: block;
  padding: 5px 20px;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
html #menu ol li a:hover {
  color: #bab154;
}
html #menu ol li + li {
  position: relative;
}
html #menu ol li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  transform: rotate(15deg);
}
html #menu .tel {
  color: #fff;
}
html #menu .tel .icon-tel {
  font-size: min(3.2vw, 6.4rem);
}
html #menu .tel span {
  font-size: min(4vw, 8rem);
}
@media screen and (max-width: 767px) {
  html #menu {
    padding: 40px 20px;
    box-sizing: border-box;
    display: block;
  }
  html #menu .menu_logo {
    width: 230px;
    text-align: center;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  html #menu ol {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
  html #menu ol li.wide {
    width: 100%;
    border-left: 0;
  }
  html #menu ol li.noborder {
    border-left: 0;
  }
  html #menu ol li a {
    display: block;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  html #menu ol li + li:before {
    content: none;
  }
  html #menu .tel .icon-tel {
    font-size: 6vw;
  }
  html #menu .tel span {
    font-size: 7vw;
  }
}
html main {
  width: 100%;
  overflow: hidden;
}
html .highlight {
  display: inline;
  background: linear-gradient(var(--highlight01) 70%, var(--highlight01) 0%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 10%;
  transition: background-size 1.5s;
}
html .highlight.active {
  background-size: 100% 10%;
}
html .highlight.thin {
  background-size: 0% 5%;
}
html .highlight.thin.active {
  background-size: 100% 5%;
}
html .l-title {
  width: 100%;
  height: 56vw;
  position: relative;
  z-index: 10;
}
html .l-title__img {
  width: 100%;
  height: 100%;
}
html .l-title__img .title01 {
  position: absolute;
  right: 0;
  width: 100%;
  height: 56vw;
}
html .l-title__img .title01 img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
html .l-title__img .title02 {
  position: absolute;
  left: 7.3vw;
  top: 17.4vw;
  width: 36vw;
  height: 22vw;
}
html .l-title__img .title02 img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
html .l-title__text {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  position: absolute;
  left: 0;
  top: 10vw;
  width: 100%;
  z-index: 10;
}
html .l-title__text > em {
  margin-left: 5vw;
  display: block;
  font-size: min(2.3vw, 4.5rem);
  letter-spacing: 0.1em;
  line-height: 1.4;
}
html .l-title__text > em span {
  font-size: 1.05em;
}
html .l-title__text h1 {
  position: relative;
  width: fit-content;
  margin-left: 5vw;
}
html .l-title__text h1 em {
  font-size: 5.4vw;
}
html .l-title__point {
  position: absolute;
  z-index: 1;
  left: 2.6vw;
  bottom: 2.9vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .l-title__point li {
  width: min(14vw, 277px);
  height: min(14vw, 277px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -2vw;
}
@media screen and (max-width: 767px) {
  html .l-title {
    width: 100%;
    height: 130vw;
  }
  html .l-title__img .title01 {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100vw;
  }
  html .l-title__img .title01 img {
    object-fit: cover;
    object-position: right top;
    width: 100%;
    height: 100%;
  }
  html .l-title__img .title02 {
    left: 52vw;
    top: 75vw;
  }
  html .l-title__text {
    top: 75vw;
  }
  html .l-title__text h1 small {
    display: none;
  }
  html .l-title__text h1 em {
    font-size: 11vw;
  }
  html .l-title__point li {
    width: 33vw;
    height: 33vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
html .l-contact {
  width: 100%;
  text-align: center;
  background: #E6E8EA url("../images/rsv_bg.webp") no-repeat right top;
  background-size: cover;
  padding: 2vw 0 3.4vw;
}
html .l-contact#first_contact {
  padding-top: 9.2vw;
}
html .l-contact h2 {
  margin-bottom: 1vw;
}
html .l-contact h2 em {
  display: block;
  line-height: 1;
  font-size: 7vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.2);
}
html .l-contact h2 span {
  display: block;
  line-height: 1;
  font-size: 2.8vw;
  color: #fff;
  margin-top: -2vw;
}
html .l-contact p {
  color: #fff;
  margin-bottom: 1vw;
}
html .l-contact ul {
  max-width: 51.5vw;
  margin: 0 auto;
  background: #ede6d6;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1vw;
  box-sizing: border-box;
  padding: 1vw 2vw;
}
html .l-contact ul li {
  color: #996230;
  font-size: min(1.1vw, 2.2rem);
  text-align: left;
  width: 50%;
  display: flex;
  column-gap: 10px;
}
html .l-contact ul li .icon-check {
  width: 1.4vw;
  margin-top: 0.3vw;
}
html .l-contact .p-btns {
  display: flex;
  justify-content: center;
  gap: 2.8vw;
  margin-top: 2.5vw;
}
html .l-contact .p-btns small {
  font-size: min(1vw, 2rem);
}
html .l-contact .p-btns em {
  display: flex;
  justify-content: center;
  align-items: center;
}
html .l-contact .p-btns .p-btn a {
  line-height: 1;
  width: 24.3vw;
  height: 8.3vw;
  border-radius: 4.15vw;
  position: relative;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.2);
}
html .l-contact .p-btns .p-btn a small {
  font-size: min(1vw, 2rem);
  display: inline-block;
  margin-bottom: 1vw;
  padding: 1.5vw 1vw 0.5vw;
}
html .l-contact .p-btns .p-btn a em {
  gap: 0.5vw;
  min-height: 2.5vw;
}
html .l-contact .p-btns .p-btn a.tel {
  color: #fff;
  background: #aa7f53;
}
html .l-contact .p-btns .p-btn a.tel small {
  border-bottom: 1px solid #fff;
}
html .l-contact .p-btns .p-btn a.tel .icon-tel {
  font-size: min(4rem, 2vw);
}
html .l-contact .p-btns .p-btn a.tel span {
  position: relative;
  font-size: min(4.8rem, 2.5vw);
}
html .l-contact .p-btns .p-btn a.rsv {
  color: #827956;
  background: #fff;
}
html .l-contact .p-btns .p-btn a.rsv small {
  border-bottom: 1px solid #827956;
}
html .l-contact .p-btns .p-btn a.rsv .icon-rsv {
  font-size: min(4rem, 2vw);
}
html .l-contact .p-btns .p-btn a.rsv span {
  font-size: min(4rem, 2vw);
}
@media screen and (max-width: 767px) {
  html .l-contact {
    padding: 60px 0;
  }
  html .l-contact h2 {
    margin-bottom: 20px;
  }
  html .l-contact h2 em {
    font-size: 14vw;
  }
  html .l-contact h2 span {
    font-size: 5.6vw;
  }
  html .l-contact p {
    margin-bottom: 20px;
  }
  html .l-contact ul {
    max-width: none;
    flex-direction: column;
    gap: 10px;
    margin: 0 20px;
    padding: 20px;
  }
  html .l-contact ul li {
    font-size: 1.8rem;
    width: 100%;
  }
  html .l-contact ul li .icon-check {
    width: 1.8rem;
    margin-top: 0.7rem;
  }
  html .l-contact ul li span {
    width: calc(100% - 1.8rem - 10px);
  }
  html .l-contact .p-btns {
    flex-direction: column;
    gap: 20px;
    margin: 30px 20px 0;
  }
  html .l-contact .p-btns small {
    font-size: 1.2rem;
  }
  html .l-contact .p-btns .p-btn a {
    line-height: 1;
    width: 100%;
    height: 70px;
    border-radius: 35px;
  }
  html .l-contact .p-btns .p-btn a small {
    font-size: 1rem;
    margin-bottom: 5px;
    padding: 15px 10px 5px;
  }
  html .l-contact .p-btns .p-btn a em {
    gap: 5px;
    min-height: 1.5em;
  }
  html .l-contact .p-btns .p-btn a.tel .icon-tel {
    font-size: 1.8rem;
  }
  html .l-contact .p-btns .p-btn a.tel span {
    font-size: 2rem;
  }
  html .l-contact .p-btns .p-btn a.rsv .icon-rsv {
    font-size: 1.8rem;
  }
  html .l-contact .p-btns .p-btn a.rsv span {
    font-size: 1.8rem;
  }
}
html .l-worries {
  letter-spacing: 0.1em;
  height: 50.4vw;
  background: url(../images/worries_bg.webp) no-repeat center top;
  background-size: cover;
}
html .l-worries h2 {
  color: rgba(130, 121, 86, 0.82);
  font-size: 3.7vw;
  line-height: 1;
  position: relative;
  z-index: 2;
  padding: 6.13vw 0 1.7vw 6.8vw;
}
html .l-worries .text01 {
  font-size: 1.8vw;
  position: relative;
  z-index: 2;
  padding-left: 6.8vw;
}
html .l-worries .check_list {
  color: #fff;
  font-size: min(1vw, 2rem);
  width: 63.8vw;
  height: 28.3vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(130, 121, 86, 0.59);
  clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
html .l-worries .check_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5vw;
  padding: 0.3vw 0;
}
html .l-worries .check_list li .icon-check {
  width: 1.4vw;
}
html .l-worries::before {
  content: "";
  width: 59.5vw;
  height: 50.4vw;
  background: rgba(68, 59, 31, 0.3);
  position: absolute;
  right: 0;
  top: 0;
  clip-path: polygon(33% 0, 100% 0, 100% 100%, 0% 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
html .l-worries .woman {
  position: absolute;
  right: 0;
  top: 0;
  width: 59.5vw;
  height: 50.4vw;
  clip-path: polygon(33% 0, 100% 0, 100% 100%, 0% 100%);
}
html .l-worries .woman img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html .l-worries {
    height: auto;
  }
  html .l-worries::before {
    display: none;
  }
  html .l-worries h2 {
    font-size: 8vw;
    padding: 20px 20px 30px;
  }
  html .l-worries .text01 {
    font-size: 1.8rem;
    display: inline-block;
    margin-bottom: 30px;
    padding-left: 20px;
  }
  html .l-worries .check_list {
    width: auto;
    height: auto;
    font-size: 1.6rem;
    position: static;
    clip-path: none;
    justify-content: flex-start;
    padding: 20px;
  }
  html .l-worries .check_list li {
    align-items: flex-start;
    gap: 10px;
  }
  html .l-worries .check_list li .icon-check {
    width: 1.8rem;
    margin-top: 0.6rem;
  }
  html .l-worries .woman {
    width: 100%;
    height: auto;
    position: relative;
    clip-path: none;
  }
  html .l-worries .woman::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(68, 59, 31, 0.3);
    position: absolute;
    right: 0;
    top: 0;
    mix-blend-mode: multiply;
    z-index: 1;
  }
  html .l-worries .woman img {
    width: 100%;
  }
  html .l-worries .text {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 0;
    background: #fff;
  }
  html .l-worries .text:before {
    content: none;
  }
  html .l-worries .text h3 {
    font-size: 2.6rem;
    margin-bottom: 1em;
  }
}
html .l-worries-others {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 4.1vw;
}
html .l-worries-others:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 62.4vw;
  height: 10vw;
  background: rgba(211, 175, 144, 0.53);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
html .l-worries-others p {
  font-size: min(2.9vw, 5.6rem);
  font-family: var(--Mincho);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
@media screen and (max-width: 767px) {
  html .l-worries-others p {
    font-size: 5vw;
  }
}
html .l-head-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 7vw;
}
html .l-head-text span {
  display: block;
  line-height: 1;
  font-size: min(2.9vw, 5.7rem);
}
html .l-head-text em {
  display: block;
  line-height: 1;
  letter-spacing: 0;
  font-size: min(15.1vw, 29rem);
  color: rgba(130, 121, 86, 0.1);
}
@media screen and (max-width: 767px) {
  html .l-head-text {
    gap: 10px;
    margin-bottom: 30px;
  }
  html .l-head-text span {
    font-size: 2rem;
  }
  html .l-head-text em {
    font-size: 20vw;
  }
}
html .l-ts {
  text-align: center;
  background: url(../images/ts_bg.webp) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 2.3vw;
}
html .l-ts h2 {
  margin: -7vw 0 2vw;
}
html .l-ts h2 em {
  font-size: min(9.6vw, 18rem);
  letter-spacing: 0.1em;
}
html .l-ts .item {
  display: flex;
  justify-content: space-between;
}
html .l-ts .item figure {
  width: 45.6vw;
  position: relative;
}
html .l-ts .item figure:first-child::before, html .l-ts .item figure:first-child::after {
  content: "";
  width: 8.6vw;
  height: 1px;
  background: #000;
  position: absolute;
  right: -8.7vw;
  top: 12.8vw;
}
html .l-ts .item figure:first-child::before {
  transform: rotate(45deg);
}
html .l-ts .item figure:first-child::after {
  transform: rotate(-45deg);
}
html .l-ts .item figure figcaption {
  color: #996230;
  font-size: min(1.3vw, 2.6rem);
  font-family: var(--Gothic);
  width: 11.5vw;
  height: 11.5vw;
  background: linear-gradient(135deg, #f4eab5 0%, #fff7ee 50%, #f9ecb2 50%, #f5e5bd 100%);
  position: absolute;
  right: -1.5vw;
  top: -1.3vw;
  border: 1px solid #996230;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
html .l-ts .item figure:nth-child(2) figcaption {
  right: auto;
  left: -1.5vw;
}
html .l-ts p {
  font-size: min(0.9vw, 1.8rem);
  margin-top: 2.3vw;
}
@media screen and (max-width: 767px) {
  html .l-ts {
    padding: 0;
  }
  html .l-ts h2 {
    margin: 0 0 100px;
  }
  html .l-ts h2 em {
    font-size: 9.6vw;
    margin-top: -30px;
  }
  html .l-ts .item figure figcaption {
    font-size: 1.2rem;
    width: 100px;
    height: 100px;
    right: -10px;
    top: -80px;
  }
  html .l-ts .item figure:nth-child(2) figcaption {
    right: auto;
    left: -10px;
  }
  html .l-ts p {
    font-size: 1.6rem;
    text-align: left;
    margin: 0;
    padding: 20px;
  }
}
html .l-om {
  padding: 4.6vw 0;
}
html .l-om h2 {
  color: #aa7f53;
  letter-spacing: 0.05em;
  margin: 0 0 2.3vw;
}
html .l-om h2 span {
  font-size: min(2.3w, 4.6rem);
}
html .l-om h2 small {
  font-size: min(2vw, 3.8rem);
  display: block;
  margin-bottom: 2vw;
}
html .l-om h2 strong {
  font-size: min(3.6vw, 7rem);
  font-weight: 500;
  background: #e5e0c3;
}
html .l-om .lead {
  text-align: center;
  margin-bottom: 2.3vw;
}
html .l-om .item {
  display: flex;
  align-items: center;
}
html .l-om .item figure {
  width: 60vw;
  order: 2;
  position: relative;
}
html .l-om .item figure::before {
  content: "";
  width: 14.4vw;
  height: 14.4vw;
  background: url(../images/badge01.webp);
  background-size: 100% 100%;
  position: absolute;
  right: 3vw;
  bottom: -3vw;
  z-index: 1;
}
html .l-om .item .text {
  width: 50vw;
  margin-right: -5.4vw;
  z-index: 1;
}
html .l-om .item .text h3 {
  color: #fff;
  font-size: min(1.8vw, 3.6rem);
  white-space: nowrap;
  background: #c5a07b;
  position: relative;
  padding: 1.6vw 5.4vw 1.6vw 18.7vw;
}
html .l-om .item .text h3::before {
  content: "";
  width: 4.6vw;
  height: 100%;
  background: #c5a07b;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  right: -4.6vw;
  top: 0;
}
html .l-om .item .text h3 strong {
  font-size: min(2.6vw, 5rem);
  font-weight: 500;
}
html .l-om .item .text p {
  font-size: min(0.9vw, 1.8rem);
  background: rgba(255, 255, 255, 0.9);
  margin: 1.4vw 0 0 18.7vw;
  padding: 0.8vw;
}
@media screen and (max-width: 767px) {
  html .l-om {
    padding: 60px 20px;
  }
  html .l-om h2 {
    margin: 0 0 30px;
  }
  html .l-om h2 span {
    font-size: 2.4rem;
  }
  html .l-om h2 small {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  html .l-om h2 strong {
    font-size: 3rem;
    line-height: 2;
  }
  html .l-om .lead {
    text-align: left;
    margin-bottom: 30px;
  }
  html .l-om .item {
    flex-direction: column;
  }
  html .l-om .item figure {
    width: calc(100% + 40px);
    margin-right: -40px;
  }
  html .l-om .item figure::before {
    width: 14.4vw;
    height: 14.4vw;
    right: 3vw;
    bottom: -3vw;
  }
  html .l-om .item .text {
    width: 100%;
    margin: 0;
    order: 2;
  }
  html .l-om .item .text h3 {
    font-size: 1.8rem;
    white-space: normal;
    width: calc(100% - 40px);
    margin: 30px 0 0 -20px;
    padding: 20px;
  }
  html .l-om .item .text h3::before {
    width: 20px;
    right: -20px;
    top: 0;
  }
  html .l-om .item .text h3 strong {
    font-size: 2.4rem;
  }
  html .l-om .item .text p {
    font-size: 1.6rem;
    margin: 20px 0 0;
    padding: 0;
  }
}
html .l-anchor {
  text-align: center;
  padding: 5.8vw 0;
}
html .l-anchor .p-btns {
  display: flex;
  justify-content: center;
  gap: 6.3vw;
}
html .l-anchor .p-btns .p-btn {
  font-size: min(2.5vw, 4.8rem);
  letter-spacing: 0.05em;
  white-space: nowrap;
  width: 25vw;
  height: 7vw;
  line-height: 7vw;
  z-index: 1;
  position: relative;
}
html .l-anchor .p-btns .p-btn::after {
  content: "\e904";
  font-size: min(1.8vw, 3.6rem);
  font-family: "icomoon" !important;
  line-height: 1;
  display: block;
  margin-top: 1vw;
}
html .l-anchor .p-btns .p-btn a {
  color: #fff;
  display: block;
  background-size: 100% 100%;
}
html .l-anchor .p-btns .p-btn a span {
  display: block;
  position: relative;
}
html .l-anchor .p-btns .p-btn a span::before, html .l-anchor .p-btns .p-btn a span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}
html .l-anchor .p-btns .p-btn a span::before {
  top: 0.6vw;
}
html .l-anchor .p-btns .p-btn a span::after {
  bottom: 0.6vw;
}
html .l-anchor .p-btns .p-btn.p-btn-ao::after {
  color: #996230;
}
html .l-anchor .p-btns .p-btn.p-btn-ao a {
  background: url(../images/anchor_btn01.svg);
}
html .l-anchor .p-btns .p-btn.p-btn-co::after {
  color: #827956;
}
html .l-anchor .p-btns .p-btn.p-btn-co a {
  background: url(../images/anchor_btn02.svg);
}
@media screen and (max-width: 767px) {
  html .l-anchor {
    padding: 60px 0;
  }
  html .l-anchor .p-btns {
    margin: 0 20px;
    gap: 10px;
  }
  html .l-anchor .p-btns .p-btn {
    font-size: 1.6rem;
    width: 50%;
    height: 50px;
    line-height: 50px;
  }
  html .l-anchor .p-btns .p-btn::after {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  html .l-anchor .p-btns .p-btn a {
    color: #fff;
    display: block;
  }
  html .l-anchor .p-btns .p-btn a span {
    display: block;
    position: relative;
  }
  html .l-anchor .p-btns .p-btn a span::before, html .l-anchor .p-btns .p-btn a span::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  html .l-anchor .p-btns .p-btn a span::before {
    top: 0.6vw;
  }
  html .l-anchor .p-btns .p-btn a span::after {
    bottom: 0.6vw;
  }
  html .l-anchor .p-btns .p-btn.p-btn-ao::after {
    color: #996230;
  }
  html .l-anchor .p-btns .p-btn.p-btn-ao a {
    background: #996230;
  }
  html .l-anchor .p-btns .p-btn.p-btn-co::after {
    color: #827956;
  }
  html .l-anchor .p-btns .p-btn.p-btn-co a {
    background: #827956;
  }
}
html .l-ao > h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 -4vw;
}
html .l-ao > h2 em {
  font-size: min(6vw, 11.6rem);
  letter-spacing: 0.1em;
}
html .l-ao > h2 span {
  font-size: min(3.2vw, 6.2rem);
  line-height: 1.4;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  margin-top: -5vw;
}
html .l-ao .l-ao_inner {
  background: url(../images/ao_bg01.webp) no-repeat center bottom;
  background-size: 100% auto;
}
html .l-ao .item {
  display: flex;
  justify-content: flex-end;
}
html .l-ao .item figure {
  width: 60vw;
  order: 2;
  margin-right: -2.8vw;
}
html .l-ao .item .text {
  width: 30vw;
  position: relative;
  z-index: 1;
  margin-right: -11vw;
  padding-top: 10vw;
}
html .l-ao .item .text h3 {
  color: #996230;
  font-size: min(2vw, 4rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  white-space: nowrap;
  margin-bottom: 2vw;
}
html .l-ao .item .text p {
  font-size: min(0.9vw, 1.8rem);
  line-height: 2;
}
html .l-ao .item .column {
  margin-top: 4vw;
}
html .l-ao .item .column h4 {
  color: #fff;
  font-size: min(1.4vw, 2.8rem);
  letter-spacing: 0.05em;
  width: 100%;
  aspect-ratio: 60/7;
  background: url(../images/ttl01.svg);
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-bottom: 1vw;
  padding: 1vw 0 0 2vw;
}
@media screen and (max-width: 767px) {
  html .l-ao > h2 {
    margin: 0 0 30px;
  }
  html .l-ao > h2 em {
    font-size: 10vw;
  }
  html .l-ao > h2 span {
    font-size: 2.4rem;
    margin-top: -30px;
  }
  html .l-ao .l-ao_inner {
    padding-bottom: 60px;
  }
  html .l-ao .item {
    flex-direction: column;
  }
  html .l-ao .item .text {
    width: auto;
    order: 2;
    margin: 0 20px;
    padding-top: 20px;
  }
  html .l-ao .item .text h3 {
    font-size: 1.8rem;
    white-space: normal;
    margin-bottom: 20px;
  }
  html .l-ao .item .text p {
    font-size: 1.6rem;
  }
  html .l-ao .item figure {
    width: 100%;
    margin: 0 -20px 0 auto;
  }
  html .l-ao .item .column {
    margin-top: 30px;
  }
  html .l-ao .item .column h4 {
    font-size: 1.8rem;
    text-align: center;
    width: 320px;
    margin: 0 auto 20px;
    padding-top: 7px;
    top: -20px;
  }
}
html .l-merit {
  background: url(../images/ao_bg02.webp) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 4.5vw;
}
html .l-merit h2 > span {
  font-size: min(2.5vw, 4.8rem);
  line-height: 1.2;
  margin-top: -9vw;
}
html .l-merit h2 strong {
  font-size: min(5.5vw, 10.5rem);
  font-weight: 400;
  display: block;
}
html .l-merit h2 strong span {
  font-size: min(4.4vw, 8.5rem);
  display: inline;
}
html .l-merit ol {
  width: 81.5vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 7.4vw;
  margin: 0 auto;
}
html .l-merit ol li {
  width: 25.3vw;
  position: relative;
}
html .l-merit ol li .num {
  position: absolute;
  left: -1vw;
  top: -2vw;
  z-index: 1;
}
html .l-merit ol li h3 {
  color: #827956;
  font-size: min(1.4vw, 2.8rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  text-align: center;
  position: relative;
  margin: -2.7vw 0 1vw;
  min-height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
html .l-merit ol li p {
  font-size: min(0.9vw, 1.8rem);
}
html .l-merit .column {
  font-size: min(0.7vw, 1.4rem);
  width: 56.2vw;
  background: rgba(255, 255, 255, 0.8);
  margin: 7.4vw auto 0;
  padding: 0 2.9vw 2.9vw;
}
html .l-merit .column h4 {
  color: #fff;
  font-size: min(1.1vw, 2.2rem);
  text-align: center;
  width: 30.8vw;
  aspect-ratio: 60/7;
  background: url(../images/ttl02.svg);
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-bottom: 1vw;
  padding-top: 1.2vw;
  position: relative;
  top: -1.8vw;
  margin: 0 auto;
}
html .l-merit .column ul li {
  text-indent: -1em;
  padding-left: 1em;
}
html .l-merit .column ul li::before {
  content: "・";
}
html .l-merit .column h5 {
  font-weight: 400;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  html .l-merit {
    padding-bottom: 60px;
  }
  html .l-merit h2 > span {
    font-size: 2.4rem;
    margin-top: -30px;
  }
  html .l-merit h2 strong {
    font-size: 4.8rem;
  }
  html .l-merit h2 strong span {
    font-size: 3rem;
  }
  html .l-merit ol {
    width: auto;
    flex-direction: column;
    row-gap: 60px;
    margin: 0 20px;
  }
  html .l-merit ol li {
    width: 100%;
  }
  html .l-merit ol li .num {
    left: -1vw;
    top: -2vw;
  }
  html .l-merit ol li figure img {
    width: 100%;
  }
  html .l-merit ol li h3 {
    font-size: 1.8rem;
    margin: 20px 0;
    min-height: 0;
  }
  html .l-merit ol li p {
    font-size: 1.6rem;
  }
  html .l-merit .column {
    font-size: 1.6rem;
    line-height: 2;
    width: auto;
    margin: 60px 0 0;
    padding: 0 20px 20px;
  }
  html .l-merit .column h4 {
    font-size: 1.8rem;
    width: 320px;
    margin-bottom: 0;
    padding-top: 7px;
    top: -20px;
  }
}
html #ao-merit .num img {
  filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
}
html #ao-merit li:nth-child(1) .num img {
  width: 4.5vw;
}
html #ao-merit li:nth-child(2) .num img {
  width: 5.8vw;
}
html #ao-merit li:nth-child(3) .num img {
  width: 5.6vw;
}
html #ao-merit li:nth-child(4) .num img {
  width: 5.6vw;
}
html #ao-merit li:nth-child(5) .num img {
  width: 6.1vw;
}
html #ao-merit li:nth-child(6) .num img {
  width: 5.5vw;
}
html #co-merit .num img {
  width: 5.8vw;
}
@media screen and (max-width: 767px) {
  html #ao-merit .num {
    left: -10px;
    top: -10px;
  }
  html #ao-merit .num img {
    width: 50px !important;
  }
  html #co-merit .num {
    left: -10px;
    top: -10px;
  }
  html #co-merit .num img {
    width: 50px;
  }
}
html .l-chart {
  font-family: var(--Gothic);
  padding: 4.7vw 0 13.8vw;
}
html .l-chart .l-chart_inner {
  width: 62.5vw;
  margin: 0 auto;
}
html .l-chart .l-chart_inner table {
  background: #f4ede1;
}
html .l-chart .l-chart_inner table th {
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  vertical-align: middle;
  background: #827356;
  border: 1px dashed #b9b9a5;
  padding: 1.5vw;
}
html .l-chart .l-chart_inner table thead th {
  font-size: min(1.6vw, 3.2rem);
  width: 28%;
}
html .l-chart .l-chart_inner table thead th:nth-child(odd) {
  background: #8c825f;
}
html .l-chart .l-chart_inner table thead th:first-child {
  width: 16%;
  position: relative;
}
html .l-chart .l-chart_inner table thead th:first-child::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #827356;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
html .l-chart .l-chart_inner table tbody th {
  font-size: min(1.3vw, 2.6rem);
}
html .l-chart .l-chart_inner table tbody tr:nth-child(odd) th:nth-child(odd) {
  background: #8c825f;
}
html .l-chart .l-chart_inner table td {
  font-size: min(0.9vw, 1.8rem);
  text-align: center;
  border: 1px dashed #b9b9a5;
  padding: 1vw;
}
html .l-chart .l-chart_inner table td span {
  font-size: min(2.5vw, 4.8rem);
  display: block;
}
html .l-chart .l-chart_inner table tbody tr:first-child td {
  text-align: left;
}
html .l-chart .l-chart_inner table tbody tr:nth-child(odd) td:nth-child(odd) {
  background: #ebe4d8;
}
html .l-chart .l-chart_inner table tbody tr:nth-child(even) td:nth-child(even) {
  background: #ebe4d8;
}
@media screen and (max-width: 767px) {
  html .l-chart {
    padding: 60px 0;
  }
  html .l-chart .l-chart_inner {
    width: 100%;
    overflow-x: scroll;
    margin: 0;
  }
  html .l-chart .l-chart_inner table {
    width: 767px;
  }
  html .l-chart .l-chart_inner table th {
    padding: 10px;
  }
  html .l-chart .l-chart_inner table thead th {
    font-size: 1.2rem;
  }
  html .l-chart .l-chart_inner table tbody th {
    font-size: 1.2rem;
  }
  html .l-chart .l-chart_inner table td {
    font-size: 1.2rem;
    padding: 10px;
  }
  html .l-chart .l-chart_inner table td span {
    font-size: 2.4rem;
  }
}
html .l-co {
  background-size: auto auto;
  background-color: rgb(248, 247, 245);
  background-image: repeating-linear-gradient(115deg, transparent, transparent 10px, rgb(245, 243, 239) 10px, rgb(245, 243, 239) 20px);
  padding: 5.2vw 0 0;
  position: relative;
}
html .l-co::before {
  content: "";
  width: 100vw;
  height: 16.9vw;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
html .l-co > h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 -4vw;
}
html .l-co > h2 em {
  font-size: min(6vw, 11.6rem);
  letter-spacing: 0.1em;
}
html .l-co > h2 span {
  font-size: min(3.2vw, 6.2rem);
  line-height: 1.4;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  margin-top: -5vw;
}
html .l-co .item {
  display: flex;
  justify-content: flex-start;
}
html .l-co .item figure {
  width: 60vw;
  margin-left: -2.8vw;
}
html .l-co .item .text {
  width: 30vw;
  position: relative;
  z-index: 1;
  margin-left: -6vw;
  padding-top: 15vw;
}
html .l-co .item .text h3 {
  color: #996230;
  font-size: min(2vw, 4rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  white-space: nowrap;
  margin-bottom: 2vw;
}
html .l-co .item .text p {
  font-size: min(0.9vw, 1.8rem);
  line-height: 2;
}
html .l-co .l-co-worries {
  text-align: center;
  padding-bottom: 9.2vw;
}
html .l-co .l-co-worries h4 {
  font-size: min(2.7vw, 5.2rem);
  width: 44.9vw;
  height: 9.8vw;
  background: url(../images/co_ttl01.webp);
  background-size: 100% 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 2vw;
}
html .l-co .l-co-worries ul {
  width: 56.6vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3.1vw;
  margin: 0 auto 1.7vw;
}
html .l-co .l-co-worries ul li {
  width: 18.5vw;
  height: 18.5vw;
}
html .l-co .l-co-worries ul li figure {
  height: 100%;
  position: relative;
}
html .l-co .l-co-worries ul li figure figcaption {
  font-size: min(1.3vw, 2.6rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: #eadcbe;
  border-radius: 0.9vw;
  width: 100%;
  min-height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
html .l-co .l-co-worries ul li:nth-child(1) figure img {
  width: 18.5vw;
}
html .l-co .l-co-worries ul li:nth-child(2) figure img {
  width: 17.7vw;
}
html .l-co .l-co-worries ul li:nth-child(3) figure img {
  width: 18.1vw;
}
html .l-co .l-co-worries ul li:nth-child(4) figure img {
  width: 18.3vw;
}
html .l-co .l-co-worries ul li:nth-child(5) figure img {
  width: 17.67vw;
}
html .l-co .l-co-worries ul li:nth-child(6) figure img {
  width: 17.9vw;
}
html .l-co .l-co-worries p,
html .l-co .l-co-worries .text {
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
html .l-co .l-co-worries p {
  font-size: min(2vw, 4rem);
  font-family: var(--Mincho);
  margin-bottom: 1vw;
  padding-top: 5.2vw;
  position: relative;
  z-index: 1;
}
html .l-co .l-co-worries p::before {
  content: "";
  width: 47.9vw;
  height: 7.7vw;
  background: rgba(211, 204, 188, 0.53);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: calc(50% - 23.9vw);
  top: 0;
  z-index: -1;
}
html .l-co .l-co-worries .text {
  font-size: min(2.9vw, 5.6rem);
}
html .l-co .l-co-worries .text span {
  background: url(../images/line01.webp) repeat-x left bottom;
  background-size: 100%;
  padding-bottom: 1.5vw;
}
html .l-co .l-malocclusion {
  text-align: center;
  background: #c9bc8f;
  position: relative;
  z-index: 1;
}
html .l-co .l-malocclusion::before {
  content: "";
  width: 105.4vw;
  height: 68.6vw;
  background: url(../images/malocclusion_bg.webp);
  background-size: 100% 100%;
  mix-blend-mode: multiply;
  position: absolute;
  left: -2.7vw;
  bottom: 2.1vw;
  z-index: -1;
}
html .l-co .l-malocclusion h3 {
  font-size: min(2.2vw, 4.2rem);
  letter-spacing: 0.1em;
  position: relative;
  top: -2vw;
  margin-bottom: 2.6vw;
}
html .l-co .l-malocclusion h3 span {
  display: inline-block;
  background: #fff;
  padding: 0.5vw 1vw;
}
html .l-co .l-malocclusion h3 span:first-child {
  margin-bottom: 1.9vw;
}
html .l-co .l-malocclusion h3 span small {
  font-size: min(1.5vw, 2.9rem);
  font-family: var(--Mincho);
}
html .l-co .l-malocclusion ul {
  width: 62.5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4.9vw;
  margin: 0 auto;
}
html .l-co .l-malocclusion ul li {
  width: 19.8vw;
  background: #fff;
  box-sizing: border-box;
  padding: 0 1.3vw 1.3vw;
}
html .l-co .l-malocclusion ul li h4 {
  color: #fff;
  font-size: min(1.5vw, 3rem);
  width: 14.6vw;
  height: 2.9vw;
  line-height: 2.9vw;
  background: #827956;
  border-radius: 0.6vw;
  margin: -1.45vw auto 0;
  position: relative;
}
html .l-co .l-malocclusion ul li h4::before {
  content: "";
  width: 2vw;
  height: 0.8vw;
  background: #827956;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: calc(50% - 1vw);
  bottom: -0.8vw;
}
html .l-co .l-malocclusion ul li figure {
  min-height: 10.7vw;
  display: grid;
  place-content: center;
  place-items: center;
  margin-top: auto;
}
html .l-co .l-malocclusion ul li p {
  font-size: min(1.1vw, 2.2rem);
  font-family: var(--Mincho);
  line-height: 1.4;
  min-height: 3.5em;
  background: #d3ccbc;
  display: grid;
  place-content: center;
  place-items: center;
  margin-top: auto;
}
html .l-co .l-malocclusion ul li:nth-child(1) img {
  width: 11.7vw;
}
html .l-co .l-malocclusion ul li:nth-child(2) img {
  width: 11.7vw;
}
html .l-co .l-malocclusion ul li:nth-child(3) img {
  width: 8.8vw;
}
html .l-co .l-malocclusion ul li:nth-child(4) img {
  width: 10.2vw;
}
html .l-co .l-malocclusion ul li:nth-child(5) img {
  width: 12.2vw;
}
html .l-co .l-malocclusion ul li:nth-child(6) img {
  width: 11.8vw;
}
html .l-co .l-malocclusion .column {
  width: 67.5vw;
  height: 41.1vw;
  margin: 4.8vw auto 0;
  position: relative;
}
html .l-co .l-malocclusion .column figure {
  width: 63.5vw;
}
html .l-co .l-malocclusion .column figure figcaption {
  font-size: min(0.9vw, 1.8rem);
  line-height: 1.8;
  text-align: left;
  background: #fff;
  width: 41.1vw;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 3.1vw;
  padding: 1.2vw;
  z-index: 1;
}
html .l-co .l-malocclusion .column figure figcaption::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fffde1;
  position: absolute;
  right: -0.5vw;
  bottom: -0.5vw;
  z-index: -1;
  mix-blend-mode: color;
}
html .l-co .l-merit {
  background: url(../images/co_bg02.webp);
  background-size: cover;
  padding-top: 5.9vw;
}
html .l-co .l-device {
  text-align: center;
  background-color: #f8f5f2;
  background-image: radial-gradient(circle, #e3e0d7 0.1vw, transparent 0.1vw);
  background-position: 0 0;
  background-size: 0.6vw 0.6vw;
  padding: 8.3vw 0;
  position: relative;
  z-index: 1;
}
html .l-co .l-device::before, html .l-co .l-device::after {
  content: "";
  width: 100vw;
  height: 12.6vw;
  background: url(../images/device_bg.webp);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}
html .l-co .l-device::before {
  top: 0;
}
html .l-co .l-device::after {
  bottom: 0;
  transform: rotate(180deg);
}
html .l-co .l-device h3 {
  font-size: min(3vw, 5.8rem);
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  margin-bottom: 2.3vw;
}
html .l-co .l-device .l-device_inner {
  width: 75.2vw;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
html .l-co .l-device .l-device_inner .item {
  width: 36.6vw;
  display: block;
  background: #fff;
  margin-top: 11.7vw;
}
html .l-co .l-device .l-device_inner .item figure {
  width: 31.3vw;
  margin: -11.7vw auto 0;
}
html .l-co .l-device .l-device_inner .item .text {
  position: static;
  padding: 0 3.1vw 3.1vw;
  margin-left: auto;
}
html .l-co .l-device .l-device_inner .item .text h4 {
  color: #fff;
  font-size: min(1.6vw, 3.2rem);
  width: 21.1vw;
  background: #827956;
  border-radius: 0.2vw;
  position: relative;
  z-index: 1;
  margin: -3.3vw auto 1.4vw;
  padding: 1vw;
}
html .l-co .l-device .l-device_inner .item .text h4::before, html .l-co .l-device .l-device_inner .item .text h4::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  border: 0.1vw dashed #fff;
}
html .l-co .l-device .l-device_inner .item .text h4::before {
  top: 0.49vw;
}
html .l-co .l-device .l-device_inner .item .text h4::after {
  bottom: 0.49vw;
}
html .l-co .l-device .l-device_inner .item .text h4 small {
  font-size: min(0.9vw, 1.8rem);
  display: block;
}
html .l-co .l-device .l-device_inner .item .text h5 {
  font-size: min(0.7vw, 1.4rem);
  font-weight: 400;
  text-align: left;
}
html .l-co .l-device .l-device_inner .item .text p {
  font-size: min(0.9vw, 1.8rem);
  line-height: 2;
  text-align: left;
  margin-bottom: 1em;
}
html .l-co .l-device .l-device_inner .item .text ul li {
  font-size: min(0.7vw, 1.4rem);
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
html .l-co .l-chart {
  background: #fff;
  padding: 4.5vw 0 13.8vw;
}
html .l-co .l-chart .l-chart_inner table thead th {
  width: 21.75%;
  padding: 1.5vw 0;
}
html .l-co .l-chart .l-chart_inner table thead th:first-child {
  width: 13%;
  padding: 1.5vw;
}
@media screen and (max-width: 767px) {
  html .l-co {
    padding: 30px 0 0;
  }
  html .l-co::before {
    height: 60px;
  }
  html .l-co > h2 {
    margin: 0 0 30px;
  }
  html .l-co > h2 em {
    font-size: 4.8rem;
  }
  html .l-co > h2 span {
    font-size: 1.8rem;
    margin-top: -20px;
  }
  html .l-co .l-co_inner {
    padding-bottom: 60px;
  }
  html .l-co .item {
    flex-direction: column;
  }
  html .l-co .item figure {
    width: calc(100% - 10px);
  }
  html .l-co .item .text {
    width: auto;
    margin: 0 20px;
    padding-top: 20px;
  }
  html .l-co .item .text h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  html .l-co .item .text p {
    font-size: 1.6rem;
  }
  html .l-co .l-co-worries {
    padding: 0 20px 60px;
  }
  html .l-co .l-co-worries h4 {
    font-size: 1.8rem;
    aspect-ratio: 512/113;
    width: 320px;
    height: auto;
    padding-top: 15px;
  }
  html .l-co .l-co-worries ul {
    width: auto;
    row-gap: 30px;
    margin: 0 auto 20px;
  }
  html .l-co .l-co-worries ul li {
    width: calc(50% - 5px);
    height: auto;
  }
  html .l-co .l-co-worries ul li figure img {
    width: 100% !important;
  }
  html .l-co .l-co-worries ul li figure figcaption {
    font-size: 1.6rem;
    border-radius: 10px;
  }
  html .l-co .l-co-worries p {
    font-size: 1.6rem;
  }
  html .l-co .l-co-worries .text {
    font-size: 2.4rem;
  }
  html .l-co .l-co-worries .text span {
    padding-bottom: 5px;
  }
  html .l-co .l-malocclusion {
    padding-bottom: 60px;
  }
  html .l-co .l-malocclusion h3 {
    font-size: 2.4rem;
    top: -22px;
    margin-bottom: 20px;
  }
  html .l-co .l-malocclusion h3 span {
    padding: 5px 10px;
  }
  html .l-co .l-malocclusion h3 span:first-child {
    margin-bottom: 10px;
  }
  html .l-co .l-malocclusion h3 span small {
    font-size: 1.8rem;
  }
  html .l-co .l-malocclusion ul {
    width: auto;
    row-gap: 60px;
    margin: 0 20px;
  }
  html .l-co .l-malocclusion ul li {
    width: calc(50% - 5px);
    padding: 0 10px 10px;
  }
  html .l-co .l-malocclusion ul li h4 {
    font-size: 1.8rem;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin: -20px auto 0;
  }
  html .l-co .l-malocclusion ul li h4::before {
    content: "";
    width: 15px;
    height: 6px;
    left: calc(50% - 7.5px);
    bottom: -6px;
  }
  html .l-co .l-malocclusion ul li figure {
    min-height: 120px;
  }
  html .l-co .l-malocclusion ul li p {
    font-size: 1.4rem;
  }
  html .l-co .l-malocclusion ul li img {
    width: 100px !important;
  }
  html .l-co .l-malocclusion .column {
    width: auto;
    height: auto;
    margin: 30px auto 0 0;
    position: relative;
  }
  html .l-co .l-malocclusion .column figure {
    width: auto;
  }
  html .l-co .l-malocclusion .column figure img {
    position: relative;
    left: -20px;
  }
  html .l-co .l-malocclusion .column figure figcaption {
    font-size: 1.6rem;
    width: auto;
    position: relative;
    margin: -20vw 30px 0 20px;
    padding: 20px;
    z-index: 1;
  }
  html .l-co .l-malocclusion .column figure figcaption::before {
    right: -10px;
    bottom: -10px;
  }
  html .l-co .l-device {
    padding: 60px 0;
  }
  html .l-co .l-device h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  html .l-co .l-device .l-device_inner {
    width: auto;
    flex-direction: column;
    gap: 20px;
    margin: 0 20px;
  }
  html .l-co .l-device .l-device_inner .item {
    width: 100%;
    margin-top: 100px;
  }
  html .l-co .l-device .l-device_inner .item figure {
    width: calc(100% - 40px);
    margin: -100px auto 0;
  }
  html .l-co .l-device .l-device_inner .item .text {
    width: auto;
    margin: 0 auto;
    padding: 0 20px 20px;
  }
  html .l-co .l-device .l-device_inner .item .text h4 {
    font-size: 1.8rem;
    width: calc(100% - 40px);
    border-radius: 5px;
    margin: -20px auto 20px;
    padding: 20px;
  }
  html .l-co .l-device .l-device_inner .item .text h4::before, html .l-co .l-device .l-device_inner .item .text h4::after {
    border: 1px dashed #fff;
  }
  html .l-co .l-device .l-device_inner .item .text h4::before {
    top: 5px;
  }
  html .l-co .l-device .l-device_inner .item .text h4::after {
    bottom: 5px;
  }
  html .l-co .l-device .l-device_inner .item .text h4 small {
    font-size: 1.4rem;
  }
  html .l-co .l-device .l-device_inner .item .text h5 {
    font-size: 1.2rem;
  }
  html .l-co .l-device .l-device_inner .item .text p {
    font-size: 1.6rem;
  }
  html .l-co .l-device .l-device_inner .item .text ul li {
    font-size: 1.2rem;
  }
  html .l-co .l-chart {
    padding: 60px 0;
  }
}
html .l-features {
  background: url(../images/features_bg.webp) no-repeat center top;
  background-size: 100% auto;
  padding: 18.7vw 0 4.4vw;
}
html .l-features h2 span {
  font-size: min(4.4vw, 8.5rem);
  margin-top: -9vw;
}
html .l-features h2 small {
  font-size: min(2.5vw, 4.8rem);
  display: block;
}
html .l-features h2 strong {
  font-size: min(7.4vw, 14.2rem);
  font-weight: 400;
}
html .l-features h2 strong span {
  font-size: min(5.5vw, 10.5rem);
  display: inline;
}
html .l-features .l-features_inner .item {
  width: 100%;
  height: 34.3vw;
  display: flex;
  align-items: center;
  margin-top: 7.1vw;
}
html .l-features .l-features_inner .item figure {
  width: 56.5vw;
  order: 2;
}
html .l-features .l-features_inner .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
html .l-features .l-features_inner .item .text {
  position: relative;
  margin-left: auto;
  width: 54.1%;
  box-sizing: border-box;
  background: rgba(242, 232, 214, 0.87);
  margin-right: -10.6vw;
  padding: 2vw 6.7vw 2vw 19.4vw;
  z-index: 1;
}
html .l-features .l-features_inner .item .text .features_num {
  position: absolute;
  left: 2.2vw;
  bottom: 2.8vw;
}
html .l-features .l-features_inner .item .text .features_num img {
  filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
}
html .l-features .l-features_inner .item .text h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  color: #aa7f53;
  font-size: min(1.9vw, 3.8rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 1.5vw;
}
html .l-features .l-features_inner .item .text p {
  position: relative;
  z-index: 1;
}
html .l-features .l-features_inner .item.reverse .text {
  order: 2;
  margin: 0 0 0 -10.6vw;
  padding: 2vw 19.4vw 2vw 6.7vw;
}
html .l-features .l-features_inner .item.reverse .text .features_num {
  left: auto;
  right: 2.2vw;
}
html .l-features .l-features_inner .item:nth-child(1) .features_num {
  width: 9.2vw;
}
html .l-features .l-features_inner .item:nth-child(2) .features_num {
  width: 9.9vw;
}
html .l-features .l-features_inner .item:nth-child(3) .features_num {
  width: 9.7vw;
}
html .l-features .l-features_inner .item:nth-child(4) .features_num {
  width: 10vw;
}
html .l-features .l-features_inner .item:nth-child(5) .features_num {
  width: 10vw;
}
html .l-features .l-features_inner .item:nth-child(6) .features_num {
  width: 9.5vw;
}
@media screen and (max-width: 767px) {
  html .l-features {
    padding: 60px 0;
  }
  html .l-features h2 em {
    font-size: 16vw;
  }
  html .l-features h2 span {
    font-size: 3rem;
    margin-top: -9vw;
  }
  html .l-features h2 small {
    font-size: 2.4rem;
  }
  html .l-features h2 strong {
    font-size: 4.8rem;
  }
  html .l-features h2 strong span {
    font-size: 3.6rem;
  }
  html .l-features .l-features_inner .item {
    height: auto;
    flex-direction: column;
    margin-top: 60px;
  }
  html .l-features .l-features_inner .item figure {
    width: calc(100% - 20px);
    margin-left: auto;
  }
  html .l-features .l-features_inner .item .text {
    width: calc(100% - 20px);
    order: 2;
    margin: -20px auto 0 0;
    padding: 20px;
  }
  html .l-features .l-features_inner .item .text .features_num {
    left: 20px;
    bottom: auto;
    top: 20px;
  }
  html .l-features .l-features_inner .item .text h3 {
    width: auto;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-left: 13vw;
  }
  html .l-features .l-features_inner .item.reverse figure {
    margin: 0 auto 0 0;
  }
  html .l-features .l-features_inner .item.reverse .text {
    margin: -20px 0 0 auto;
    padding: 20px;
  }
  html .l-features .l-features_inner .item.reverse .text .features_num {
    left: 20px;
    right: auto;
  }
  html .l-features .l-features_inner .item:nth-child(1) .features_num {
    width: 9.2vw;
  }
  html .l-features .l-features_inner .item:nth-child(2) .features_num {
    width: 9.9vw;
  }
  html .l-features .l-features_inner .item:nth-child(3) .features_num {
    width: 9.7vw;
  }
  html .l-features .l-features_inner .item:nth-child(4) .features_num {
    width: 10vw;
  }
  html .l-features .l-features_inner .item:nth-child(5) .features_num {
    width: 10vw;
  }
  html .l-features .l-features_inner .item:nth-child(6) .features_num {
    width: 9.5vw;
  }
}
html .l-maintenance {
  position: relative;
}
html .l-maintenance::before {
  content: "";
  width: calc(100% - 10.4vw);
  height: calc(100% - 5vw);
  position: absolute;
  left: 5.2vw;
  top: 2.5vw;
  border: 1px solid #00D6AF;
  border-image: linear-gradient(to right, #ba7418 0%, #f9d876 20%, #fadc7d 33%, #ffffb9 48%, #f9d876 100%);
  border-image-slice: 1;
  z-index: 1;
}
html .l-maintenance .l-maintenance_box {
  margin: 0 auto;
  background: #f2ebdd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
html .l-maintenance .l-maintenance_box figure {
  width: 54.8vw;
}
html .l-maintenance .l-maintenance_box figure img {
  width: 100%;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
}
html .l-maintenance .l-maintenance_box .text {
  margin-left: 13.8vw;
  z-index: 2;
}
html .l-maintenance .l-maintenance_box .text h3 {
  color: #aa7f53;
  font-size: min(2vw, 4rem);
  white-space: nowrap;
  padding-bottom: 2vw;
}
html .l-maintenance .l-maintenance_box .text p {
  font-size: min(0.9vw, 1.8rem);
  width: 28vw;
}
@media screen and (max-width: 767px) {
  html .l-maintenance::before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
  }
  html .l-maintenance .l-maintenance_box {
    padding: 20px;
    display: block;
  }
  html .l-maintenance .l-maintenance_box figure {
    width: 100vw;
    margin: -20px 0 0 -20px;
  }
  html .l-maintenance .l-maintenance_box figure img {
    width: 100%;
    clip-path: none;
  }
  html .l-maintenance .l-maintenance_box .text {
    position: relative;
    margin: 0;
    padding: 20px;
  }
  html .l-maintenance .l-maintenance_box .text h3 {
    font-size: 1.8rem;
    white-space: normal;
    padding-bottom: 20px;
  }
  html .l-maintenance .l-maintenance_box .text p {
    font-size: 1.6rem;
    width: auto;
  }
}
html .l-flow {
  background: url("../images/flow_bg.webp") no-repeat center top;
  background-size: cover;
  padding-top: 5.2vw;
}
html .l-flow h2 span {
  font-size: min(4.2vw, 8.2rem);
  margin-top: -6vw;
}
html .l-flow h2 small {
  font-size: min(3.1vw, 6rem);
}
html .l-flow .l-flow_inner {
  margin: 0;
  padding-bottom: 9.6vw;
}
html .l-flow .l-flow_inner .slick-dots {
  position: static;
  margin: 5.5vw 0 0;
}
html .l-flow .l-flow_inner .slick-dots li {
  width: 0.7vw;
  height: 0.7vw;
  margin: 0 1.3vw;
}
html .l-flow .l-flow_inner .slick-dots li button {
  width: 0.7vw;
  height: 0.7vw;
  background: #827956;
  border-radius: 50%;
}
html .l-flow .l-flow_inner .item {
  background: #fff;
  position: relative;
  margin: 0 1.2vw;
}
html .l-flow .l-flow_inner .item .num {
  color: #fff;
  width: min(8.6vw, 165px);
  height: min(8.6vw, 165px);
  background: #827956;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
html .l-flow .l-flow_inner .item .num em {
  display: block;
  line-height: 1;
  font-size: min(2.7vw, 5.2rem);
  padding: 0.75vw 0 0 0.75vw;
}
html .l-flow .l-flow_inner .item .text {
  padding: 1.5vw;
}
html .l-flow .l-flow_inner .item .text h3 {
  font-size: min(1.6vw, 3.2rem);
  margin: 0 0 1vw 9.1vw;
}
html .l-flow .l-flow_inner .item .text p {
  font-size: min(0.9vw, 1.8rem);
  margin-top: 1.5vw;
}
html .l-flow .l-flow_inner .item figure {
  width: 100%;
}
html .l-flow .l-flow_inner .item figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  html .l-flow {
    padding-top: 60px;
  }
  html .l-flow h2 span {
    font-size: 4vw;
    margin-top: -4vw;
  }
  html .l-flow h2 small {
    font-size: 3vw;
  }
  html .l-flow .l-flow_inner {
    padding-bottom: 60px;
  }
  html .l-flow .l-flow_inner .slick-dots {
    margin: 20px 0 0;
  }
  html .l-flow .l-flow_inner .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
  html .l-flow .l-flow_inner .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  html .l-flow .l-flow_inner .item {
    margin: 0 20px;
  }
  html .l-flow .l-flow_inner .item .num {
    width: 100px;
    height: 100px;
  }
  html .l-flow .l-flow_inner .item .num em {
    font-size: 3rem;
    padding: 10px 0 0 10px;
  }
  html .l-flow .l-flow_inner .item .text {
    padding: 20px;
  }
  html .l-flow .l-flow_inner .item .text h3 {
    font-size: 1.8rem;
    margin: 0 0 10px 70px;
  }
  html .l-flow .l-flow_inner .item .text p {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  html .l-flow .l-flow_inner .item figure {
    width: 100%;
  }
  html .l-flow .l-flow_inner .item figure img {
    width: 100%;
  }
}
html .l-case {
  background: url("../images/case_bg.webp") no-repeat center bottom;
  background-size: 100% auto;
  padding: 0 5.2vw 9.7vw;
}
html .l-case .l-head-text {
  color: #fff;
  font-size: min(2.3vw, 4.6rem);
  letter-spacing: 0.2em;
  max-width: 62.3vw;
  width: 100%;
  height: 7vw;
  background: url("../images/case_ttl.svg");
  background-size: 100% 100%;
  margin: 0 auto 3.1vw;
}
html .l-case .l-head-text span {
  height: 7vw;
  line-height: 7vw;
  display: block;
  position: relative;
}
html .l-case .l-head-text span::before, html .l-case .l-head-text span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}
html .l-case .l-head-text span::before {
  top: 0.6vw;
}
html .l-case .l-head-text span::after {
  bottom: 0.6vw;
}
html .l-case .l-case_item {
  max-width: 57.5vw;
  width: 100%;
  margin: 0 auto min(2.2vw, 4.4rem);
}
html .l-case .l-case_item h3 {
  color: #996230;
  font-size: min(4rem, 2vw);
  letter-spacing: 0.05em;
  margin-bottom: min(3.125vw, 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}
html .l-case .l-case_item h3::before, html .l-case .l-case_item h3::after {
  content: "";
  width: 3.9vw;
  height: 1px;
  background: #996230;
  position: relative;
}
html .l-case .l-case_item h3::before {
  left: -1em;
}
html .l-case .l-case_item h3::after {
  right: -1em;
}
html .l-case .l-case_item .case_images {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html .l-case .l-case_item .case_images figure {
  width: 46%;
  position: relative;
}
html .l-case .l-case_item .case_images figure figcaption {
  position: absolute;
  left: 1vw;
  bottom: 1vw;
  width: 100%;
  color: #fff;
  font-size: min(2vw, 4rem);
  line-height: 1;
  letter-spacing: 0.1em;
}
html .l-case .l-case_item .case_images .icon-case_arrow {
  font-size: min(3.6vw, 7rem);
  color: #dabb6e;
}
html .l-case .l-case_item table {
  table-layout: fixed;
  width: calc(100% + 20px);
  margin: min(3.1vw, 60px) -10px 0;
  border-collapse: separate;
  border-spacing: 10px;
}
html .l-case .l-case_item table tr th {
  color: #fff;
  background: #aa7f53;
  padding: min(1vw, 20px);
  font-size: min(1vw, 2rem);
  width: 25%;
}
html .l-case .l-case_item table tr td {
  background: #f2ece2;
  padding: min(1vw, 20px);
  vertical-align: middle;
  font-family: var(--Gothic);
  font-size: min(0.9vw, 1.8rem);
}
html .l-case .l-case_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html .l-case {
    padding: 0 20px 60px;
  }
  html .l-case .l-head-text {
    font-size: 1.8rem;
    max-width: none;
    height: 60px;
    margin: 0 auto 20px;
  }
  html .l-case .l-head-text span {
    height: 60px;
    line-height: 60px;
  }
  html .l-case .l-head-text span::before {
    top: 5px;
  }
  html .l-case .l-head-text span::after {
    bottom: 5px;
  }
  html .l-case .l-case_item {
    max-width: 100%;
    width: 100%;
    margin: 0 0 40px;
  }
  html .l-case .l-case_item h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  html .l-case .l-case_item .case_images {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  html .l-case .l-case_item .case_images figure {
    width: 100%;
    position: relative;
  }
  html .l-case .l-case_item .case_images figure figcaption {
    top: -30px;
    text-align: left;
    padding-top: 0px;
    font-size: 1.5rem;
  }
  html .l-case .l-case_item .case_images .icon-case_arrow {
    display: block;
    padding: 0;
    font-size: 3.5rem;
    line-height: 1;
    transform: rotate(90deg);
  }
  html .l-case .l-case_item table {
    width: 100%;
    margin: 20px 0 0;
    border-spacing: 2px;
  }
  html .l-case .l-case_item table tr th {
    padding: 5px;
    font-size: 1.2rem;
  }
  html .l-case .l-case_item table tr td {
    padding: 5px;
    font-size: 1.2rem;
  }
}
html .l-qa {
  padding: 10.4vw 10.4vw 12.2vw;
  position: relative;
  background: url("../images/qa_bg.webp") no-repeat center bottom;
  background-size: 100% auto;
}
html .l-qa .l-head-text {
  margin-bottom: 3.1vw;
}
html .l-qa .l-head-text span {
  font-size: min(2.5vw, 4.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
html .l-qa .l-head-text span::before, html .l-qa .l-head-text span::after {
  content: "";
  width: 10.6vw;
  height: 1px;
  background: #393b3d;
  position: relative;
}
html .l-qa .l-head-text span::before {
  left: -1em;
}
html .l-qa .l-head-text span::after {
  right: -1em;
}
html .l-qa .l-qa_inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}
html .l-qa .l-qa_inner .qa-box {
  padding-bottom: min(1.5vw, 30px);
}
html .l-qa .l-qa_inner .qa-box h3 {
  padding: min(0.7vw, 15px) min(1vw, 20px);
  background: #827956;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5vw;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
html .l-qa .l-qa_inner .qa-box h3 span {
  font-size: min(1.6vw, 3rem);
  text-align: center;
  line-height: 2.5vw;
  width: 2.7vw;
  height: 2.7vw;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
}
html .l-qa .l-qa_inner .qa-box h3 em {
  font-size: min(1.3vw, 2.6rem);
  width: calc(100% - 9vw);
}
html .l-qa .l-qa_inner .qa-box h3 .icon-toggle {
  position: relative;
  margin-left: auto;
}
html .l-qa .l-qa_inner .qa-box h3 .icon-toggle::before, html .l-qa .l-qa_inner .qa-box h3 .icon-toggle::after {
  content: "";
  width: 1.3vw;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 1.4vw;
  transition: all 0.2s ease;
}
html .l-qa .l-qa_inner .qa-box h3 .icon-toggle::after {
  transform: rotate(90deg);
}
html .l-qa .l-qa_inner .qa-box h3:hover {
  filter: brightness(110%);
}
html .l-qa .l-qa_inner .qa-box h3.on .icon-toggle::after {
  opacity: 0;
}
html .l-qa .l-qa_inner .qa-box .inner {
  display: none;
  gap: 30px;
  position: relative;
}
html .l-qa .l-qa_inner .qa-box .inner span {
  float: left;
  color: #fff;
  font-size: min(1.6vw, 3rem);
  text-align: center;
  display: block;
  line-height: 2.5vw;
  width: 2.7vw;
  height: 2.7vw;
  background: #d3ccbc;
  border-radius: 50%;
  margin: 1.5vw 0 0 1vw;
}
html .l-qa .l-qa_inner .qa-box .inner .text {
  padding: min(1.5vw, 30px) min(5.2vw, 100px);
  font-size: min(0.9vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  html .l-qa {
    padding: 60px 20px 40px;
  }
  html .l-qa .l-head-text {
    margin-bottom: 30px;
  }
  html .l-qa .l-head-text span {
    font-size: 2.4rem;
  }
  html .l-qa .l-qa_inner {
    width: 100%;
    max-width: 100%;
  }
  html .l-qa .l-qa_inner .qa-box {
    padding-bottom: 20px;
  }
  html .l-qa .l-qa_inner .qa-box h3 {
    padding: 10px;
    gap: 10px;
  }
  html .l-qa .l-qa_inner .qa-box h3 span {
    font-size: 1.6rem;
    width: 24px;
    height: 24px;
    line-height: 20px;
  }
  html .l-qa .l-qa_inner .qa-box h3 em {
    font-size: 1.6rem;
  }
  html .l-qa .l-qa_inner .qa-box h3 .icon-toggle::before, html .l-qa .l-qa_inner .qa-box h3 .icon-toggle::after {
    width: 10px;
    height: 1px;
    right: 10px;
  }
  html .l-qa .l-qa_inner .qa-box .inner span {
    font-size: 1.8rem;
    width: 24px;
    height: 24px;
    line-height: 20px;
    margin: 10px 0 0 10px;
  }
  html .l-qa .l-qa_inner .qa-box .inner .text {
    padding: 10px 10px 10px 44px;
    font-size: 1.6rem;
  }
}
html .l-price {
  color: #fff;
  text-align: center;
  background: #d3ccbc;
  padding: 0 5.2vw;
}
html .l-price .inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 7.8vw 5.2vw 5.2vw;
  max-width: 1720px;
  box-sizing: border-box;
  margin: 0 auto;
}
html .l-price .inner h2 em {
  color: rgba(255, 255, 255, 0.11);
}
html .l-price .inner h2 span {
  font-size: min(4.4vw, 8.5rem);
  margin-top: -7vw;
}
html .l-price .inner .payment_ttl {
  font-size: min(1.9vw, 1.9rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5vw;
}
html .l-price .inner .payment_ttl::before, html .l-price .inner .payment_ttl::after {
  content: "";
  width: 5vw;
  height: 1px;
  background: #fff;
  position: relative;
}
html .l-price .inner .payment_ttl::before {
  left: -1em;
}
html .l-price .inner .payment_ttl::after {
  right: -1em;
}
html .l-price .inner .payment_list {
  display: flex;
  justify-content: center;
  gap: 1.1vw;
  margin-bottom: 5.2vw;
}
html .l-price .inner .payment_list li {
  color: #aa7f53;
  letter-spacing: 0.05em;
  width: 14.7vw;
  background: #fff;
  padding-bottom: 1vw;
}
html .l-price .inner .payment_list li figure img {
  width: 100%;
}
html .l-price .inner .payment_list li h4 {
  font-size: min(1.1vw, 2.2rem);
  min-height: 5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html .l-price .inner .payment_list li h4 small {
  font-size: min(0.8vw, 1.6rem);
  display: block;
}
html .l-price .inner .payment_list li p {
  font-size: min(1.2vw, 2.4rem);
  font-family: var(--Mincho);
}
html .l-price .inner .payment_box {
  width: 100%;
  max-width: 43.4vw;
  border: 2px solid #fff;
  margin: 7.8vw auto 0;
  padding: 0 2vw 2vw;
}
html .l-price .inner .payment_box h3::before, html .l-price .inner .payment_box h3::after {
  display: none;
}
html .l-price .inner .payment_box h3 span {
  background: #d3ccbc;
  margin-top: -1vw;
  padding: 0 1em;
}
html .l-price .inner .payment_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.9vw;
}
html .l-price .inner .payment_box ul li {
  width: min(8.3vw, 160px);
  aspect-ratio: 1/1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
html .l-price .inner .payment_box ul li .icon-payment01 {
  font-size: min(2.5vw, 4.8rem);
}
html .l-price .inner .payment_box ul li .icon-payment02 {
  font-size: min(2.5vw, 4.8rem);
}
html .l-price .inner .payment_box ul li span {
  font-size: min(0.9vw, 1.8rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-top: 0.5vw;
}
html .l-price .inner .payment_box p {
  font-size: min(0.9vw, 1.8rem);
  margin-top: 1.5vw;
}
html .l-price .inner .price_text {
  margin-top: min(120px, 6.2vw);
  background: #fff;
  padding: 0 2.9vw 2.9vw;
  position: relative;
}
html .l-price .inner .price_text h4 {
  color: #fff;
  font-size: min(1.1vw, 2.2rem);
  text-align: center;
  width: 30.8vw;
  aspect-ratio: 60/7;
  background: url(../images/ttl03.svg);
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-bottom: 1vw;
  padding-top: 1.2vw;
  position: relative;
  top: -1.8vw;
  margin: 0 auto;
}
html .l-price .inner .price_text p {
  color: var(--black);
  font-size: min(0.9vw, 1.8rem);
  text-align: left;
}
@media screen and (max-width: 767px) {
  html .l-price {
    padding: 0;
  }
  html .l-price .inner {
    width: auto;
    padding: 60px 0;
    margin: 0 20px;
  }
  html .l-price .inner h2 {
    margin-bottom: 60px;
  }
  html .l-price .inner h2 span {
    font-size: 3rem;
    margin-top: -50px;
  }
  html .l-price .inner .payment_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  html .l-price .inner .payment_ttl::before, html .l-price .inner .payment_ttl::after {
    width: 30px;
  }
  html .l-price .inner .payment_list {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }
  html .l-price .inner .payment_list li {
    width: 100%;
    padding-bottom: 20px;
  }
  html .l-price .inner .payment_list li h4 {
    font-size: 1.8rem;
    min-height: 0;
    margin: 20px;
  }
  html .l-price .inner .payment_list li h4 small {
    font-size: 1.4rem;
  }
  html .l-price .inner .payment_list li p {
    font-size: 1.6rem;
  }
  html .l-price .inner .payment_box {
    max-width: none;
    width: auto;
    border: 1px solid #fff;
    margin: 20px auto 0;
    padding: 0 20px 20px;
  }
  html .l-price .inner .payment_box h3 span {
    margin-top: -15px;
  }
  html .l-price .inner .payment_box ul {
    gap: 4.9vw;
  }
  html .l-price .inner .payment_box ul li {
    width: 120px;
  }
  html .l-price .inner .payment_box ul li .icon-payment01 {
    font-size: 4rem;
  }
  html .l-price .inner .payment_box ul li .icon-payment02 {
    font-size: 3.3rem;
  }
  html .l-price .inner .payment_box ul li span {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  html .l-price .inner .payment_box p {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 20px;
  }
  html .l-price .inner .price_text {
    margin: 60px -20px 0;
    padding: 0 20px 20px;
  }
  html .l-price .inner .price_text h4 {
    font-size: 1.8rem;
    width: 320px;
    margin-bottom: 0;
    padding-top: 7px;
    top: -20px;
  }
  html .l-price .inner .price_text p {
    font-size: 1.6rem;
  }
}
html .l-doctor {
  background: url("../images/br_bg.webp") no-repeat top center;
  background-size: cover;
  padding: 10.4vw 5.2vw;
}
html .l-doctor h2 span {
  font-size: 4.4vw;
  margin-top: -7vw;
}
html .l-doctor .doctor_item {
  width: 100%;
  max-width: 62.5vw;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  gap: 3vw;
}
html .l-doctor .doctor_item figure {
  flex-shrink: 0;
  width: 28vw;
  order: 2;
}
html .l-doctor .doctor_item figure img {
  width: 100%;
}
html .l-doctor .doctor_item .text h3 {
  font-size: min(1.4vw, 2.8rem);
  padding-bottom: 1.5em;
  line-height: 1.65;
  color: #996230;
}
html .l-doctor .doctor_item .text p {
  font-size: min(0.9vw, 1.8rem);
}
html .l-doctor .doctor_item .text .name {
  padding-top: 1em;
  color: #996230;
}
html .l-doctor .doctor_item .text .name span {
  line-height: 1;
  font-size: min(1.7vw, 3.4rem);
  margin-right: 2vw;
}
html .l-doctor .doctor_item .text .name em {
  margin-top: min(2.3vw, 44px);
  position: relative;
  font-size: min(2.5vw, 4.8rem);
  width: fit-content;
}
html .l-doctor .doctor_item .text .name em small {
  font-size: min(1.7vw, 3.2rem);
  margin-left: 2vw;
}
html .l-doctor .doctor_item ~ .doctor_item {
  margin-top: 7.8vw;
  display: flex;
  flex-direction: row-reverse;
}
html .l-doctor .p-bnrs {
  width: 100%;
  max-width: 62.5vw;
  display: flex;
  gap: 5vw;
  margin: 6vw auto 0;
}
html .l-doctor .p-bnrs .p-bnr img {
  width: auto;
  height: 12.3vw;
}
@media screen and (max-width: 767px) {
  html .l-doctor {
    padding: 60px 20px;
  }
  html .l-doctor h2 span {
    font-size: 3rem;
    margin-top: -50px;
  }
  html .l-doctor .doctor_item {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  html .l-doctor .doctor_item figure {
    flex-shrink: 0;
    width: 60%;
    margin: 0 auto;
  }
  html .l-doctor .doctor_item figure img {
    width: 100%;
  }
  html .l-doctor .doctor_item .text {
    order: 2;
  }
  html .l-doctor .doctor_item .text h3 {
    font-size: 2rem;
  }
  html .l-doctor .doctor_item .text p {
    font-size: 1.6rem;
  }
  html .l-doctor .doctor_item .text .name {
    text-align: right;
  }
  html .l-doctor .doctor_item .text .name span {
    font-size: 1.6rem;
  }
  html .l-doctor .doctor_item .text .name em {
    font-size: 2.4rem;
  }
  html .l-doctor .doctor_item .text .name em small {
    font-size: 1.4rem;
  }
  html .l-doctor .doctor_item ~ .doctor_item {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
  }
  html .l-doctor .p-bnrs {
    flex-direction: column;
    max-width: none;
    gap: 20px;
    justify-content: center;
    margin: 30px auto 0;
  }
  html .l-doctor .p-bnrs .p-bnr img {
    width: auto;
    height: auto;
  }
}
html .l-loop figure {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: scroll-left 30s infinite linear 0.5s both;
}
html .l-loop figure picture {
  display: block;
  width: 519.4vw;
}
html .l-loop figure img {
  width: auto;
  max-width: none;
  height: 18.2vw;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
html footer {
  text-align: center;
  padding: 4vw 0 0;
}
html footer .footer_inner {
  width: 100%;
  max-width: 59.6vw;
  margin: 0 auto 3.5vw;
  display: flex;
  justify-content: space-between;
}
html footer .contact {
  text-align: left;
  width: 28.3vw;
}
html footer .f-logo {
  width: 21vw;
  margin-bottom: 0.5vw;
}
html footer address {
  font-size: min(0.9vw, 1.8rem);
  font-family: var(--Gothic);
  margin-bottom: 1.4vw;
}
html footer .tel-rsv {
  display: flex;
  gap: 1.7vw;
}
html footer .tel {
  color: #996230;
  justify-content: flex-start;
  gap: 0.5vw;
}
html footer .tel .icon-tel {
  font-size: min(2vw, 3.5rem);
}
html footer .tel span {
  font-size: min(1.8vw, 3.5rem);
}
html footer .rsv {
  color: #fff;
  text-align: center;
  width: 11.4vw;
  background: rgba(68, 59, 31, 0.82);
  height: 2.6vw;
  line-height: 1;
  border-radius: 1.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
html footer .rsv em {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
}
html footer .rsv .icon-rsv {
  font-size: min(1.2vw, 2.3rem);
}
html footer .rsv span {
  font-size: min(1.2vw, 2.3rem);
}
html footer .time {
  width: 28.6vw;
  font-size: min(1vw, 2rem);
}
html footer .time thead tr th {
  padding: 0.5vw;
  border-bottom: 1px solid #aa7f53;
}
html footer .time tbody tr th,
html footer .time tbody tr td {
  padding: 0.5vw;
  vertical-align: middle;
}
html footer .time tbody tr:last-child {
  border-bottom: 1px solid #aa7f53;
}
html footer .time tbody tr:last-child th,
html footer .time tbody tr:last-child td {
  padding: 0 0.5vw 0.5vw;
}
html footer .time tfoot tr td {
  color: #aa7f53;
  padding-top: 1em;
  text-align: right;
}
html footer .site_banner {
  width: 19.3vw;
  display: inline-block;
  margin-bottom: 5vw;
}
html footer .googlemap {
  width: 100%;
  height: 25.9vw;
  position: relative;
}
html footer .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
html footer .copy {
  background: var(--brown);
  color: #fff;
  font-size: min(0.8vw, 1.6rem);
  padding: 1.5vw;
}
@media screen and (max-width: 767px) {
  html footer {
    padding: 60px 0 0;
  }
  html footer .footer_inner {
    width: auto;
    max-width: none;
    margin: 0 20px 30px;
    flex-direction: column;
  }
  html footer .contact {
    text-align: left;
    width: auto;
    margin-bottom: 30px;
  }
  html footer .f-logo {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 20px;
  }
  html footer address {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  html footer .tel-rsv {
    flex-direction: column;
    gap: 10px;
  }
  html footer .tel {
    justify-content: center;
    gap: 10px;
  }
  html footer .tel .icon-tel {
    font-size: 2.4rem;
  }
  html footer .tel span {
    font-size: 2.4rem;
  }
  html footer .rsv {
    width: 100%;
    height: 40px;
    line-height: 1;
    border-radius: 20px;
  }
  html footer .rsv em {
    gap: 10px;
  }
  html footer .rsv .icon-rsv {
    font-size: 1.8rem;
  }
  html footer .rsv span {
    font-size: 1.8rem;
  }
  html footer .time {
    width: 100%;
    font-size: 1.4rem;
  }
  html footer .time thead tr th {
    padding: 5px;
  }
  html footer .time tbody tr th,
  html footer .time tbody tr td {
    padding: 5px;
  }
  html footer .time tbody tr:last-child th,
  html footer .time tbody tr:last-child td {
    padding: 0 5px 5px;
  }
  html footer .site_banner {
    width: auto;
    margin: 0 20px 60px;
  }
  html footer .googlemap {
    height: 240px;
  }
  html footer .copy {
    color: #fff;
    font-size: 1.2rem;
    padding: 10px;
  }
}
html #fixed_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
html #fixed_footer a {
  width: 30%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--orange);
  color: #fff;
  font-size: 1.5rem;
}
html #fixed_footer a.p-btn__rsv {
  background: var(--green);
}
html #fixed_footer a.p-btn__site {
  background: var(--blue);
}
html #fixed_footer #up {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #30C1C8;
  font-size: 2rem;
}/*# sourceMappingURL=common.css.map */