@charset "UTF-8";
/*reset*/
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: var(--font_serif);
  font-size: clamp(16px, 1.5vw, 18px);
  box-sizing: border-box;
  font-family: "秀英明朝 M";
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
}

img {
  width: 100%;
}

.pt_200 {
  padding-top: clamp(100px, 16vw, 200px);
}

.pt_150 {
  padding-top: clamp(80px, 12vw, 150px);
}

.pt_100 {
  padding-top: clamp(50px, 8vw, 100px) !important;
}

.pt_30 {
  padding-top: clamp(20px, 2vw, 30px);
}

.pt_50 {
  padding-top: clamp(30px, 4vw, 50px);
}

.pt_70 {
  padding-top: clamp(35px, 6vw, 70px);
}

.mt_100 {
  margin-top: clamp(50px, 8vw, 100px);
}

.mt_30 {
  margin-top: clamp(20px, 3vw, 30px) !important;
}

.mt_50 {
  margin-top: clamp(30px, 4vw, 50px) !important;
}

.mt_80 {
  margin-top: clamp(40px, 6vw, 80px) !important;
}

.pb_1em {
  padding-bottom: 1em;
}

.pb_20 {
  padding-bottom: clamp(10px, 2vw, 20px);
}

.pb_30 {
  padding-bottom: clamp(20px, 3vw, 30px);
}

.pb_50 {
  padding-bottom: clamp(25px, 4vw, 50px);
}

.mb_30 {
  margin-bottom: clamp(20px, 3vw, 30px) !important;
}

.mb_50 {
  margin-bottom: clamp(25px, 4vw, 50px);
}

.mb_80 {
  margin-bottom: clamp(45px, 6.3vw, 80px);
}

.pb_70 {
  padding-bottom: clamp(35px, 6vw, 70px);
}

.pb_80 {
  padding-bottom: clamp(45px, 6.3vw, 80px);
}

.pb_100 {
  padding-bottom: clamp(50px, 8vw, 100px);
}

.pb_150 {
  padding-bottom: clamp(80px, 12vw, 150px);
}

.pb_200 {
  padding-bottom: clamp(100px, 16vw, 200px);
}

.pb_300 {
  padding-bottom: clamp(150px, 24vw, 300px);
}

.mb_100 {
  margin-bottom: clamp(50px, 8vw, 100px) !important;
}

.mb_150 {
  margin-bottom: clamp(80px, 12vw, 150px) !important;
}

.mb_200 {
  margin-bottom: clamp(100px, 16vw, 200px);
}

.pb_10 {
  padding-bottom: 10px !important;
}

.mb_1em {
  margin-bottom: 1em;
}

.mb_05em {
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 1023px) {
  .tab_none {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
.no_border {
  border: none !important;
}

@keyframes bounceIn_mini {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.85, 0.85, 0.85);
  }
  20% {
    transform: scale3d(1.02, 1.02, 1.02);
  }
  40% {
    transform: scale3d(0.98, 0.98, 0.98);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceInMini {
  animation-duration: 0.75s;
  animation-name: bounceIn_mini;
}

.a_center {
  text-align: center;
}

.el_att {
  font-size: 0.8em;
  text-indent: -1em;
  padding-left: 1em;
}

:root {
  --font_serif: "Noto Serif JP", serif;
  --font_sans: "Noto Sans JP", system-ui;
  --bg_color: #f7f4e4;
  --sub_color:#afa380;
  --sub_color2:#bfb7a0;
}

.en {
  font-family: var(--font_futura);
}

body {
  line-height: 2;
  font-size: clamp(16px, 1.5vw, 18px);
  counter-reset: number 0;
  font-family: var(--font_serif);
  color: #333;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #333;
}

p {
  font-family: var(--font_sans);
}

#wrapper {
  width: 100%;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  #wrapper {
    width: 100vw;
    overflow: hidden;
  }
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
.header {
  position: fixed;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  line-height: 1;
  z-index: 100;
  transition: all 0.3s linear;
  font-family: var(--font_serif);
}
.header p {
  font-family: var(--font_serif);
}
.header.on {
  background-color: rgba(0, 0, 0, 0.3);
}
.header .logo {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .header .logo {
    width: 250px;
  }
}
.header nav {
  color: #fff;
  position: absolute;
  right: 30px;
  top: 10px;
  flex: 1;
}
.header nav .h_info {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.header nav .h_info h1 {
  font-size: 11px;
  letter-spacing: -0.1px;
}
.header nav .h_info .h_tel {
  font-size: clamp(20px, 1.5vw, 36px);
  display: flex;
  margin: auto 1em;
  font-weight: bold;
  letter-spacing: 1px;
}
.header nav .h_info .h_tel a {
  color: #fff;
  font-family: var(--font_serif);
}
.header nav .h_info .h_tel:before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.8em;
  margin-right: 0.2em;
  background-image: url(../images/ic_tel.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.header nav .h_info .h_insta {
  width: 30px;
}
@media screen and (max-width: 1200px) {
  .header nav .h_info .h_insta {
    width: 25px;
  }
}
.header nav .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.header nav .nav-container .hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 15px;
  position: relative;
  z-index: 1001;
}
.header nav .nav-container .hamburger span {
  position: absolute;
  height: 3px;
  width: 24px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header nav .nav-container .hamburger span:nth-child(1) {
  top: 6px;
}
.header nav .nav-container .hamburger span:nth-child(2) {
  top: 13.5px;
}
.header nav .nav-container .hamburger span:nth-child(3) {
  top: 21px;
}
.header nav .nav-container .hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 13.5px;
}
.header nav .nav-container .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header nav .nav-container .hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13.5px;
}
.header nav .nav-container .nav {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
.header nav .nav-container .nav > li {
  position: relative;
  border-top: none;
}
.header nav .nav-container .nav > li > a {
  display: block;
  margin: 5px 15px;
  padding-bottom: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .header nav .nav-container .nav > li > a {
    font-size: 14px;
    margin: 5px 10px;
  }
}
.header nav .nav-container .nav > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  min-width: 180px;
  transition: all linear 0.3s;
}
.header nav .nav-container .nav > li ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
}
.header nav .nav-container .nav > li:hover > ul {
  display: block;
}
.header nav .nav-container .nav > li.open ul {
  display: block;
}
.header nav .nav-container .nav.active {
  display: flex;
  animation: slideDown 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .header .submenu-toggle {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header nav {
    right: 0;
    top: 70px;
  }
  .header nav .nav-container {
    width: 100vw;
    padding: 0px;
    margin: 0;
  }
  .header nav .nav-container .hamburger {
    display: flex;
    position: absolute;
    right: 0px;
    top: -60px;
  }
  .header nav .nav-container .nav {
    display: none;
    flex-direction: column;
    background: #333;
    width: 100%;
    right: 0 !important;
  }
  .header nav .nav-container .nav > li {
    border-top: 1px solid #444;
  }
  .header nav .nav-container .nav > li ul {
    position: static;
    background: #444;
    overflow: hidden;
    display: block;
  }
  .header nav .nav-container .nav > li a {
    display: block;
    padding: 1em;
    text-align: center;
  }
  .header .menu-item-has-children {
    position: relative;
    /* リンクとかぶらないため右側に余白 */
    /* ＋ボタン */
    /* ＋ の線（横） */
    /* ＋ の線（縦） */
    /* sub_open が付いたら × にする（縦線消すだけ）*/
  }
  .header .menu-item-has-children > a {
    padding-right: 40px;
  }
  .header .menu-item-has-children .submenu-toggle {
    position: absolute;
    right: 10px;
    top: 30px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: none;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
  }
  .header .menu-item-has-children .submenu-toggle::before,
  .header .menu-item-has-children .submenu-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
  }
  .header .menu-item-has-children .submenu-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .header .menu-item-has-children.sub_open .submenu-toggle::after {
    opacity: 0;
  }
  .header .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .header .sub-menu.sub-open {
    max-height: 1000px;
  }
}

.mv {
  position: relative;
  z-index: 0;
}
.mv .catch_wrap {
  position: absolute;
  width: 27%;
  right: 18%;
  z-index: 1;
  top: 18%;
  container-type: inline-size;
}
.mv .catch_wrap2 {
  right: auto;
  left: 18%;
}
@media screen and (max-width: 768px) {
  .mv .catch_wrap {
    width: 60%;
    left: 20%;
    top: auto;
    bottom: 5%;
  }
}
.mv .catch_wrap .catch {
  position: absolute;
  font-size: 18cqw;
  top: 0;
  line-height: 1.3;
  position: absolute;
  top: 20cqw;
  left: -10%;
  right: 0;
  margin: auto;
  width: 120%;
  text-align: center;
  font-style: italic;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.mv .catch_wrap .catch small {
  font-size: 0.8em;
}
.mv .catch_wrap .catch p:last-child {
  margin-left: 1em;
}
.mv .catch_wrap .catch p {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.mv .catch_wrap .catch p span {
  display: block;
  font-family: var(--font_serif);
}
.mv .catch_wrap .catch p .color {
  background-color: #D7C6A3;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 1;
  transform: translate(0, 101%);
}
.mv .catch_wrap .catch p .color2 {
  background-color: #D7C6A3;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 1;
  transform: translate(-101%, 0%);
}
@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0%);
    opacity: 1;
  }
  40%, 60% {
    transform: translate(0, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(101%, 0%);
    opacity: 1;
  }
}
.mv .catch_wrap .catch .mask-bg {
  animation: mask-bg 1s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}
@keyframes mask-bg2 {
  0% {
    transform: translate(-101%, 0%);
    opacity: 1;
  }
  40%, 60% {
    transform: translate(0, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(101%, 0%);
    opacity: 1;
  }
}
.mv .catch_wrap .catch .mask-bg2 {
  animation: mask-bg2 1s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}
.mv .catch_wrap .catch .wow.fadeIn2 {
  opacity: 1;
  visibility: hidden;
}
@keyframes fadeIn2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv .catch_wrap ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10cqw;
}
@media screen and (max-width: 768px) {
  .mv .catch_wrap ul {
    width: 140%;
    margin-left: -20%;
  }
}
.mv .catch_wrap ul li {
  width: 30%;
}
.mv .mv_squ {
  position: absolute;
  width: 30%;
  display: flex;
  justify-content: space-between;
  bottom: 10%;
  right: 15%;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .mv .mv_squ {
    width: 140%;
    margin-left: -20%;
  }
}
.mv .mv_squ li {
  width: 30%;
}

.side_fix a {
  position: fixed;
  right: 0;
  z-index: 10;
  background-size: 100% 100%;
  width: 55px;
  box-sizing: border-box;
  padding: 0.7em 0.5em 1em;
  text-align: center;
  border-radius: 10px 0 0 10px;
  color: #333;
  transition: all 0.3s linear;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .side_fix a {
    width: 60px;
    height: 60px;
    padding: 0.3em;
  }
}
.side_fix a span {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .side_fix a span {
    display: block;
    width: 100%;
    writing-mode: horizontal-tb;
    font-size: 11px;
  }
}
.side_fix a img {
  width: 1em;
  display: block;
  margin: auto auto 0.5em;
}
.side_fix a:after {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
}
.side_fix a:hover:after {
  opacity: 0.7;
}

.side_fix1 {
  background-color: var(--sub_color);
  top: 300px;
}
@media screen and (max-width: 768px) {
  .side_fix1 {
    top: 80px;
  }
}
.side_fix1:before {
  -webkit-mask-image: url(../images/ic_first.png);
  mask-image: url(../images/ic_first.png);
}
.side_fix1:after {
  background-color: #d9bd7e;
}

.side_fix2 {
  background-color: #d8d6d6;
  top: 500px;
}
@media screen and (max-width: 768px) {
  .side_fix2 {
    top: 150px;
  }
}
.side_fix2:before {
  -webkit-mask-image: url(../images/ic_yoyaku.png);
  mask-image: url(../images/ic_yoyaku.png);
}
.side_fix2:after {
  background-color: #b6b2ad;
}

.top_news {
  position: relative;
  z-index: 1;
  height: 100px;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .top_news {
    margin-top: 0;
  }
}
.top_news dl {
  width: 50%;
  background-color: #2a3535;
  display: flex;
  padding: 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_news dl {
    width: 100%;
  }
}
.top_news dl dt {
  width: 30%;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_news dl dt {
    font-size: 15px;
  }
}
.top_news dl dd {
  width: 70%;
  color: #fff;
  padding: 0 1em;
  height: calc(100px - 1em);
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .top_news dl dd {
    font-size: 15px;
    width: 100%;
  }
}
.top_news dl dd ul {
  color: #fff;
}
.top_news dl dd ul li {
  font-size: 18px;
  line-height: 1.4;
  font-family: var(--font_sans);
}
@media screen and (max-width: 768px) {
  .top_news dl dd ul li {
    font-size: 15px;
  }
}

.inner_1200 {
  width: min(90%, 1200px);
  margin: auto;
}

.inner_1300 {
  width: min(90%, 1300px);
  margin: auto;
}

.h_style {
  line-height: 1.6;
}
.h_style strong {
  text-align: center;
  color: #afa380;
  font-size: clamp(45px, 12vw, 150px) !important;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Cormorant Infant", serif;
  font-weight: normal;
  font-style: normal;
  margin: auto;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 500px) {
  .h_style strong {
    font-size: 16vw !important;
  }
}
@media screen and (max-width: 768px) {
  .h_style strong {
    font-size: 15vw;
  }
}
.h_style small {
  display: block;
  font-size: clamp(25px, 4.7vw, 22px);
  text-align: center;
  margin-top: -1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .h_style small {
    margin-top: 0;
  }
}
.h_style small::first-letter {
  color: var(--sub_color);
}

.sub_tit {
  position: absolute;
  z-index: 3;
  top: 130px;
  width: 15px;
}
.sub_tit p {
  display: flex;
  align-items: center;
  transform: rotate(90deg);
}
.sub_tit p strong {
  font-size: 24px;
  color: #333;
  position: relative;
  padding-left: 10px; /* 線との間隔 */
  display: flex;
  align-items: center;
}
.sub_tit p .line {
  content: "";
  position: absolute;
  height: 1px;
  background-color: black;
  display: inline-block;
  left: -100px;
}

.sub_tit2 {
  color: var(--sub_color);
  font-size: clamp(18px, 2.4vw, 33px);
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.sub_tit3 {
  background-color: rgba(207, 200, 179, 0.5);
  font-size: clamp(17px, 2.2vw, 28px);
  text-align: center;
  font-weight: bold;
}
.sub_tit3 small {
  font-size: 0.8em;
}

.sub_line {
  animation: sub_line 1s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}

@keyframes sub_line {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}
.smooth {
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}

.smooth.is-active {
  clip-path: inset(0);
}

.smooth2 {
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  transition-delay: 0.8s; /* ← 1秒遅れて開始 */
}

.smooth2.is-active {
  clip-path: inset(0);
}

.top_greeting {
  background-image: url(../images/top_greeting_bg.jpg);
  background-size: cover;
  position: relative;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .top_greeting {
    margin-top: 0;
  }
}
.top_greeting .sub_tit {
  right: 50px;
  top: 85px;
}
@media screen and (max-width: 768px) {
  .top_greeting .sub_tit {
    left: 15px;
    right: auto;
    top: 130px;
  }
}
.top_greeting_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_greeting_inner .ph {
  width: 47%;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top_greeting_inner .ph {
    width: min(100%, 450px);
    margin: auto;
    margin-bottom: 1em;
  }
}
.top_greeting_inner .ph img {
  width: 100%;
}
.top_greeting_inner .ph img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease;
}
.top_greeting_inner .ph .img1 {
  opacity: 1;
  position: relative;
}
.top_greeting_inner .ph .img2 {
  opacity: 0;
}
.top_greeting_inner .ph:hover .img1 {
  opacity: 0;
}
.top_greeting_inner .ph:hover .img2 {
  opacity: 1;
}
.top_greeting_inner .body {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .top_greeting_inner .body {
    width: 100%;
  }
}
.top_greeting_inner .body h3 {
  font-family: var(--font_serif);
  color: #5c5c5c;
  font-size: clamp(20px, 3vw, 38px);
  line-height: 1.5;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .top_greeting_inner .body h3 {
    text-align: center;
    font-size: min(6vw, 35px);
  }
}
.top_greeting_inner .body p {
  line-height: 2.3;
}
.top_greeting_inner .body .name {
  text-align: right;
  margin-top: 2em;
}
.top_greeting_inner .body .name ruby {
  font-family: var(--font_serif);
  font-size: clamp(20px, 3vw, 38px);
  margin-left: 0.6em;
}
@media screen and (max-width: 768px) {
  .top_greeting_inner .body .name ruby {
    text-align: center;
    font-size: min(6vw, 35px);
  }
}
.top_greeting_inner .his {
  background-color: #707070;
  padding: 2em;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.top_greeting_inner .his dt {
  font-size: clamp(18px, 1.8vw, 22px);
}
@media screen and (max-width: 768px) {
  .top_greeting_inner .his dt {
    text-align: center;
  }
}
@keyframes fadeInUpMini {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpMini {
  animation-name: fadeInUpMini;
}
@keyframes fadeInLeftMini {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftMini {
  animation-name: fadeInLeftMini;
}

@keyframes fadeInRightMini {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightMini {
  animation-name: fadeInRightMini;
}

.top_info {
  background-image: url(../images/logo2.png);
  background-position: right 105%;
  background-repeat: no-repeat;
  background-size: 35%;
}
@media screen and (max-width: 1200px) {
  .top_info {
    background-size: 45%;
  }
}
@media screen and (max-width: 768px) {
  .top_info {
    padding-top: 0px !important;
    background-size: 110%;
    background-position: 100px 105%;
    background-image: url(../images/logo2_sp.png);
  }
}
.top_info .inner_1200 {
  padding: 0px !important;
}
.top_info .top_info_inner {
  flex: 1;
  margin-right: calc(50% - 50vw);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    max-width: 500px;
    margin: auto;
  }
}
.top_info .top_info_inner .body {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .body {
    width: 90% !important;
    margin: auto;
  }
}
.top_info .top_info_inner .body .wrap1 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .body .wrap1 {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.top_info .top_info_inner .body .wrap1 .logo {
  width: 48%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .body .wrap1 .logo {
    width: 100%;
  }
}
.top_info .top_info_inner .body .wrap1 .logo p {
  font-size: 4.3cqw;
  line-height: 1.4;
  margin-top: 0.4em;
  font-family: var(--font_serif);
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .body .wrap1 .logo p {
    font-size: 4cqw;
  }
}
.top_info .top_info_inner .body .wrap1 .info {
  width: 48%;
  justify-content: space-between;
  container-type: inline-size;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .body .wrap1 .info {
    width: 100%;
  }
}
.top_info .top_info_inner .body .wrap1 .info .tel_box {
  container-type: inline-size;
  text-align: center;
  line-height: 1.3;
  border: 1px solid;
  padding: 0.5em;
  width: 100%;
  margin-top: 20px;
}
.top_info .top_info_inner .body .wrap1 .info .tel_box small {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 4.3cqw;
}
.top_info .top_info_inner .body .wrap1 .info .tel_box small img {
  width: 0.8em;
  display: inline-block;
}
.top_info .top_info_inner .body .wrap1 .info .tel_box a {
  font-size: 10cqw;
  letter-spacing: 1cqw;
  font-weight: bold;
}
.top_info .top_info_inner .body .wrap1 .info .a_insta, .top_info .top_info_inner .body .wrap1 .info .a_acc {
  font-size: 4.2cqw;
  background-color: #f5f1ea;
  border: 1px solid #ceb797;
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .body .wrap1 .info .a_insta, .top_info .top_info_inner .body .wrap1 .info .a_acc {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top_info .top_info_inner .body .wrap1 .info .a_insta img, .top_info .top_info_inner .body .wrap1 .info .a_acc img {
  display: inline-block;
  width: 1em;
  margin: auto 0.2em auto;
}
.top_info .top_info_inner .body .wrap1 .info .a_insta img:last-child, .top_info .top_info_inner .body .wrap1 .info .a_acc img:last-child {
  display: inline-block;
  width: 1em;
  margin-left: 0.5em;
}
.top_info .top_info_inner .body .news dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 200px;
  overflow-y: scroll;
}
.top_info .top_info_inner .body .news dl dt {
  width: 100px;
  padding: 1em 1em 1em 0;
  box-sizing: border-box;
  font-size: 16px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .body .news dl dt {
    font-size: 14px;
    width: 100%;
    border: none;
    padding: 0px;
  }
}
.top_info .top_info_inner .body .news dl dd {
  width: calc(100% - 100px);
  padding: 1em 2em 1em 1em;
  box-sizing: border-box;
  font-size: 16px;
  border-bottom: 1px solid;
  line-height: 1.3;
  font-family: var(--font_sans) !important;
  background-size: 0.5em auto;
  background-position: 95% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .body .news dl dd {
    font-size: 14px;
    width: 100%;
    padding: 0px 2em 1em 0px;
  }
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .body .blog {
    overflow: scroll;
    padding-bottom: 20px;
  }
}
.top_info .top_info_inner .body .blog ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .body .blog ul {
    width: 200%;
  }
}
.top_info .top_info_inner .body .blog ul li {
  width: 32%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .body .blog ul li {
    font-size: 14px;
  }
}
.top_info .top_info_inner .body .blog ul li img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .body {
    width: 100%;
  }
}
.top_info .top_info_inner .time {
  width: 40%;
  background-color: #2a3535;
  container-type: inline-size;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .time {
    width: 100%;
  }
}
.top_info .top_info_inner .time .h_style2 span {
  color: white;
}
.top_info .top_info_inner .time .h_style2 span::first-letter {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .time .h_style2 span {
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .time .h_style2 {
    text-align: center;
  }
}
.top_info .top_info_inner .time .in_time {
  padding: 10cqw;
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner .time .in_time {
    padding: 20px;
  }
}
.top_info .top_info_inner .note {
  font-size: 3.3cqw;
  font-family: var(--font_serif);
}
@media screen and (max-width: 768px) {
  .top_info .top_info_inner {
    width: 114%;
    margin-left: -7%;
  }
}

.h_style2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  margin-bottom: 1em;
}
.h_style2 span {
  font-size: clamp(20px, 2vw, 32px);
  display: block;
  line-height: 1;
  margin-right: 0.5em;
}
.h_style2 span::first-letter {
  color: var(--sub_color);
}
@media screen and (max-width: 768px) {
  .h_style2 span {
    font-size: 27px;
  }
}
.h_style2 small {
  line-height: 1;
  position: relative;
  top: 0.2em;
}

.el_btn1, .el_btn2 {
  background-color: var(--sub_color);
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  align-items: center;
  flex-wrap: wrap;
  font-size: 3.6cqw;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.el_btn1:after, .el_btn2:after {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  background-color: #d9bd7e;
}
.el_btn1:hover:after, .el_btn2:hover:after {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .el_btn1, .el_btn2 {
    width: 46%;
    box-sizing: border-box;
  }
}
.el_btn1 img, .el_btn2 img {
  width: 1em;
  margin: 0.5em;
}
@media screen and (max-width: 768px) {
  .el_btn1 img, .el_btn2 img {
    width: 1.2em;
  }
}
.el_btn1 img:last-child, .el_btn2 img:last-child {
  margin-left: 1em;
}

.bl_btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3cqw;
}

.el_btn2 {
  background-color: #d8d6d6;
}
.el_btn2:after {
  background-color: #b6b2ad;
}

.top_speed {
  background-image: url(../images/top_speedbg.jpg);
  background-size: cover;
  color: #555555;
}
.top_speed_inner {
  width: min(90%, 1000px);
  margin: auto;
  background-color: rgba(255, 255, 255, 0.6);
  container-type: inline-size;
  padding: 0px 1em 2em;
  box-sizing: border-box;
  border-radius: 3cqw;
}
@media screen and (max-width: 768px) {
  .top_speed_inner {
    margin-top: 15vw;
  }
}
.top_speed_inner h2 {
  line-height: 1.5;
  margin-bottom: 1em;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em 0.5em;
  margin: auto;
  border-bottom: 1px solid #999;
  font-weight: bold;
}
.top_speed_inner h2 span {
  display: block;
  color: #555;
}
.top_speed_inner h2 img {
  width: 16cqw;
  display: block;
  margin: auto;
  margin-top: -7cqw;
  margin-bottom: 3cqw;
}
@media screen and (max-width: 768px) {
  .top_speed_inner h2 img {
    width: 40cqw;
    margin-top: -17cqw;
  }
}
.top_speed_inner h2 small {
  font-size: 2.2cqw;
  display: block;
  text-align: center;
  color: #555;
}
@media screen and (max-width: 768px) {
  .top_speed_inner h2 small {
    font-size: 6.2cqw;
  }
}
.top_speed_inner h2 span {
  display: block;
  text-align: center;
  font-size: 3.2cqw;
  font-family: var(--font_serif);
}
@media screen and (max-width: 768px) {
  .top_speed_inner h2 span {
    font-size: 8.2cqw;
    margin-top: 0.7em;
  }
}
.top_speed_inner h2 span strong {
  font-size: 1.2em;
  color: var(--sub_color);
}
.top_speed_inner ul {
  display: flex;
  width: 42%;
  margin: 1.5em auto auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_speed_inner ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em auto;
    display: block;
  }
}
.top_speed_inner ul li {
  display: flex;
  justify-content: flex-start;
  font-size: 2.2cqw;
  align-items: center;
}
.top_speed_inner ul li:nth-child(odd) {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .top_speed_inner ul li:nth-child(odd) {
    width: 100%;
  }
}
.top_speed_inner ul li:nth-child(even) {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .top_speed_inner ul li:nth-child(even) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_speed_inner ul li {
    font-size: 6cqw;
    width: 100%;
  }
}
.top_speed_inner ul li span {
  width: 1.5em;
  position: relative;
  margin-right: 0.9em;
}
.top_speed_inner ul li span img {
  width: 100%;
}
.top_speed_inner ul li span .check {
  position: absolute;
  left: 15%;
  top: 0;
}
.top_speed_inner ul li strong {
  color: var(--sub_color);
}
.top_speed_inner .txt1 {
  font-size: 1.6cqw;
  text-align: center;
  margin: 1em 2em;
}
@media screen and (max-width: 768px) {
  .top_speed_inner .txt1 {
    font-size: 4.5cqw;
    margin: 1em 0;
  }
}
.top_speed_inner .bl_bnr_wrap {
  background-color: var(--sub_color);
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  margin: auto;
}
.top_speed_inner .bl_bnr.stroke {
  background-size: cover;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 3.8cqw;
  font-family: var(--font_serif);
  position: relative;
  padding: 0px 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top_speed_inner .bl_bnr.stroke {
    font-size: 8cqw;
  }
}
.top_speed_inner .stroke .border {
  content: "";
  position: absolute;
  opacity: 0;
}
.top_speed_inner .stroke .border.top,
.top_speed_inner .stroke .border.bottom {
  width: 100%;
}
.top_speed_inner .stroke .border.top {
  border-top: 1px solid #fff;
  right: 0;
  top: 0;
}
.top_speed_inner .stroke .border.bottom {
  border-bottom: 1px solid #fff;
  left: 0;
  bottom: 0;
}
.top_speed_inner .stroke .border.right,
.top_speed_inner .stroke .border.left {
  height: 100%;
}
.top_speed_inner .stroke .border.right {
  border-right: 1px solid #fff;
  right: 0;
  top: 0;
}
.top_speed_inner .stroke .border.left {
  border-left: 1px solid #fff;
  left: 0;
  bottom: 0;
}
.top_speed_inner .stroke.is-active .border {
  opacity: 1;
}
.top_speed_inner .stroke.is-active .border.top,
.top_speed_inner .stroke.is-active .border.bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.top_speed_inner .stroke.is-active .border.right,
.top_speed_inner .stroke.is-active .border.left {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
.top_speed .txt2 {
  font-size: 2.7cqw;
  font-family: var(--font_serif);
  text-align: center;
  padding-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .top_speed .txt2 {
    font-size: 5.4cqw;
  }
}

.top_impbnr {
  width: min(90%, 1000px);
  margin: auto;
}
.top_impbnr img {
  width: 100%;
  opacity: 1;
  transition: all 0.3s linear;
}
.top_impbnr a:hover img {
  opacity: 0.7;
}

.top_phi {
  background-image: url(../images/too_phi_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .top_phi {
    background-size: 1920px auto;
  }
}
@media screen and (max-width: 768px) {
  .top_phi {
    background-image: url(../images/too_phi_bg_sp.jpg);
    background-size: cover;
    padding: 70vw 0 70vw !important;
  }
}
.top_phi h3 span {
  display: block;
  font-size: 4vw;
  line-height: 1.4;
  text-align: center;
  font-family: var(--font_serif);
  color: #5c5c5c;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top_phi h3 span {
    font-size: 8vw;
  }
}
.top_phi p {
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .top_phi p {
    text-align: left;
    padding: 0px 2em;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    font-size: 14px;
    line-height: 2;
  }
}

.top_feature {
  background-image: url(../images/feature_bg1.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 30% 100%;
  background-position: right top;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_feature {
    background-image: none;
    background-color: #f2f2f2;
  }
}
.top_feature .sub_tit {
  right: 50px;
  top: 85px;
}
@media screen and (max-width: 768px) {
  .top_feature .sub_tit {
    right: 20px;
  }
}
.top_feature_inner {
  width: min(85%, 1400px);
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_feature_inner {
    margin: 0;
    width: 95%;
  }
}
.top_feature_inner:after {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  content: "";
  display: block;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top_feature_inner:after {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .top_feature_inner:before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/top_feature_sp.png);
    background-size: 100% 100%;
  }
}
.top_feature_inner .logo4 {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .top_feature_inner .logo4 {
    top: -50px;
  }
}
.top_feature .fea_box {
  display: flex;
  width: min(100%, 1200px);
  margin: auto;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_box {
    display: block;
  }
}
.top_feature .fea_box h3 {
  line-height: 1.7;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_box h3 {
    width: 90%;
  }
}
.top_feature .fea_box h3 span {
  display: block;
  font-size: 6.7cqw;
  font-family: var(--font_serif);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_box h3 span {
    font-size: 5.5cqw;
  }
}
.top_feature .fea_box h3 span strong {
  font-size: 1.1em;
  color: var(--sub_color);
  position: relative;
  display: inline-block;
}
.top_feature .fea_box h3 span strong .line {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--sub_color);
}
.top_feature .fea_box h3 img {
  width: 17%;
  display: block;
  margin: auto;
  margin-bottom: 1.7em;
}
.top_feature .fea_box .ph {
  width: 50%;
  position: relative;
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_box .ph {
    width: 103%;
  }
}
.top_feature .fea_box .ph img {
  width: 100%;
}
.top_feature .fea_box .ph img:last-child {
  width: 45%;
  margin: -15% -5% 0 auto;
}
.top_feature .fea_box .body {
  width: 45%;
  margin: auto;
  container-type: inline-size;
  padding: 0px 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_feature .fea_box .body {
    width: 90%;
    margin: 30px auto auto;
  }
}
.top_feature .fea_box.re {
  flex-direction: row-reverse;
}
.top_feature .fea_box.re .ph {
  margin-right: calc(50% - 50vw);
  margin-left: 3%;
}
.top_feature .fea_box.re .ph img:last-child {
  margin-left: -5%;
}
.top_feature .underline-grow {
  animation: underline-grow 1s ease 1s forwards;
}
@keyframes underline-grow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.top_feature .h_style {
  width: 50%;
  text-align: center;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 768px) {
  .top_feature .h_style {
    width: 95%;
    text-align: center;
    margin: 0;
  }
}

.bl_btn {
  width: 320px;
  margin: auto;
  box-sizing: border-box;
  font-family: var(--font_serif);
  font-size: clamp(15px, 1.6vw, 20px);
  background-color: var(--sub_color);
  background-size: 110% 110%;
  display: block;
  padding: 0.5em 2em;
  border-radius: 0px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}
.bl_btn_l {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .bl_btn_l {
    width: 320px;
    letter-spacing: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .bl_btn {
    font-size: min(6cqw, 20px);
  }
}
.bl_btn:after {
  content: "";
  display: inline-block;
  aspect-ratio: 1/0.8;
  background-image: url(../images/ic_arr3.png);
  background-size: 100% auto;
  width: 1.5em;
  transition: all 0.3s linear;
  position: relative;
  left: 0;
}
.bl_btn:before {
  background-color: var(--sub_color2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
}
.bl_btn:hover::before {
  opacity: 1;
}
.bl_btn:hover:after {
  left: 10px;
}

.bl_btn2 {
  background-size: 120% 120%;
  background-position: center center;
  margin-bottom: 30px;
  background-color: #d8d6d6;
  color: #333;
  border: 1px solid #999;
}
.bl_btn2:after {
  content: "";
  display: inline-block;
  background-image: url(../images/ic_arr2.png);
}
.bl_btn2:before {
  background-color: #C0BDB8;
}
@media screen and (max-width: 768px) {
  .bl_btn2 {
    font-size: min(4.5cqw, 20px);
  }
}

.fea_btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .fea_btn {
    display: block;
  }
}
.fea_btn a {
  width: min(90%, 280px);
  font-size: 24px;
  position: relative;
  z-index: 1;
  font-family: var(--font_serif);
  border-radius: 15px;
  letter-spacing: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s linear all;
}
@media screen and (max-width: 768px) {
  .fea_btn a {
    margin: auto auto 20px auto;
    font-size: 20px;
  }
}
.fea_btn a:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 4px;
  left: 4px;
  border: 1px solid #fff;
  border-radius: 12px;
}
.fea_btn a:hover {
  box-shadow: 0 0 0 #000;
}
.fea_btn .el_btn1 {
  background-image: url(../images/gra3.jpg);
  background-size: 130% 130%;
}
.fea_btn .el_btn2 {
  background-image: url(../images/gra4.jpg);
  background-size: 130% 130%;
}

.top_nayami {
  background-image: url(../images/top_nayami_bg2.png);
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  background-size: 30% 100%;
}
@media screen and (max-width: 768px) {
  .top_nayami {
    background-size: 100% 100%;
  }
}
.top_nayami h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top_nayami h2 {
    font-size: 7cqw;
    position: relative;
    z-index: 1;
  }
}
.top_nayami h2 strong {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.top_nayami h2 .f_pink {
  color: #ec8071;
}
.top_nayami h2 .f_purple {
  color: #9f94e9;
}
.top_nayami_inner {
  display: flex;
  container-type: inline-size;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top_nayami_inner {
    flex-direction: column-reverse;
  }
}
.top_nayami_inner .deco1 {
  position: absolute;
  width: 20cqw;
  left: -20cqw;
  top: -8cqw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top_nayami_inner .deco1 {
    width: 40cqw;
  }
}
.top_nayami_inner .deco2 {
  position: absolute;
  top: -20cqw;
  right: -10cqw;
  width: 20cqw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top_nayami_inner .deco2 {
    width: 40cqw;
    top: -45cqw;
    z-index: 0;
  }
}
.top_nayami_inner .deco3 {
  position: absolute;
  top: 20cqw;
  right: -17cqw;
  width: 20cqw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top_nayami_inner .deco3 {
    top: 220cqw;
    right: -5cqw;
    width: 40cqw;
  }
}
.top_nayami_inner .deco4 {
  position: absolute;
}
.top_nayami_inner .ph {
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_nayami_inner .ph {
    width: min(90%, 400px);
    margin: auto;
  }
}
.top_nayami_inner .body {
  width: 90%;
  padding: 7%;
  box-sizing: border-box;
  margin-top: 5cqw;
  margin-left: -10%;
  margin-right: -30%;
  position: relative;
  z-index: 0;
  padding-right: 35%;
  background-image: url(../images/top_nayami_bg.png);
  background-size: 100% 100%;
  aspect-ratio: 2/1;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_nayami_inner .body {
    width: 100%;
    aspect-ratio: auto !important;
    margin: auto;
    padding: 45cqw 5% 5%;
    margin-top: -40cqw;
    background-image: url(../images/top_nayami_bg_sp.png);
  }
}
.top_nayami .pop {
  display: flex;
  justify-content: space-between;
  width: min(90%, 1100px);
  margin: auto;
  margin-top: -5%;
  position: relative;
  z-index: 1;
}
.top_nayami .pop li {
  width: 23%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_nayami .pop li {
    width: 48%;
  }
  .top_nayami .pop li .deco3 {
    position: absolute;
    bottom: -40vw;
    z-index: -1;
  }
}
.top_nayami .pop li:first-child img:first-child {
  animation: swing 2s ease-in-out infinite;
}
.top_nayami .pop li:nth-child(2) img:first-child {
  animation: swing 2s ease-in-out 0.5s infinite;
}
.top_nayami .pop li:nth-child(3) img:first-child {
  animation: swing 2s ease-in-out 0.8s infinite;
}
.top_nayami .pop li:nth-child(4) img:first-child {
  animation: swing 2s ease-in-out 0.2s infinite;
}
.top_nayami .staff {
  display: flex;
  justify-content: space-between;
  width: min(90%, 1100px);
  margin: auto;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.top_nayami .staff li {
  width: 30%;
}
.top_nayami .staff li img {
  width: 100%;
}
.top_nayami .staff .txt {
  width: 34%;
  border: 10px #b2e2e2 solid;
  border-radius: 1000px;
  position: relative;
  aspect-ratio: 1/1;
  container-type: inline-size;
  margin-top: 5%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top_nayami .staff .txt {
    order: 1;
  }
}
.top_nayami .staff .txt img {
  width: 45cqw;
  display: block;
  margin: -15% auto auto;
}
.top_nayami .staff .txt h3 {
  font-size: 6cqw;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #9f94e9;
}
.top_nayami .staff .txt h3 strong {
  color: #ec8071;
}
.top_nayami .staff .txt p {
  padding: 3% 10%;
  font-size: 4.3cqw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_nayami .staff li:first-child {
    width: 63%;
    margin-right: -5%;
    margin-left: -10%;
    position: relative;
  }
  .top_nayami .staff li:nth-child(3) {
    width: 63%;
    margin-right: -10%;
    margin-left: -5%;
    position: relative;
    margin-top: 10%;
  }
  .top_nayami .staff li:nth-child(2) {
    width: 100%;
    margin: -5% auto auto;
  }
}
.top_nayami .bnr {
  width: min(90%, 850px);
  margin: auto;
}
.top_nayami .bnr li {
  width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .top_nayami .bnr li {
    margin: 10px auto;
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes bounceInMini {
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.05, 1.05, 1.05);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  80% {
    transform: scale3d(0.98, 0.98, 0.98);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.bounceInMini {
  animation-duration: 0.55s;
  animation-name: bounceInMini;
}

.wrapper {
  width: 100%;
  overflow-x: clip;
}

.top_service {
  background-color: #f2f2f2;
  position: relative;
}
.top_service .sub_tit {
  left: 50px;
  right: auto;
  top: 100px;
}
@media screen and (max-width: 768px) {
  .top_service .sub_tit {
    left: 30px;
  }
}
.top_service ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_service ul {
    display: block;
  }
}
.top_service ul li {
  width: 30%;
  container-type: inline-size;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_service ul li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
.top_service ul li .body {
  height: 50%;
  box-sizing: border-box;
  background-size: cover;
  padding: 5cqw 0px;
  text-align: left;
}
.top_service ul li .body h3 {
  font-family: var(--font_serif);
  font-size: 8cqw;
  text-align: left;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .top_service ul li .body h3 {
    font-size: 7.4cqw;
  }
}
.top_service ul li .body p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top_service ul li .body p {
    font-size: 14px;
  }
}
.top_service ul li .body .a_more {
  font-size: 16px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em 0 1em auto;
  justify-content: center;
  padding: 0 0.5em;
}
.top_service ul li .body .a_more img {
  width: 1em;
  margin-left: 0.5em;
}
.top_service ul li .ph {
  position: relative;
}
.top_service ul li .ph p {
  width: 98%;
  overflow: hidden;
  aspect-ratio: 340/195;
}
.top_service ul li .ph:after {
  width: 1px;
  height: 100%;
  background-color: #000;
  right: 0%;
  top: 6px;
  position: absolute;
  content: "";
  display: block;
}
.top_service ul li .ph:before {
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 5px;
  bottom: -7px;
  position: absolute;
  content: "";
  display: block;
}
.top_service ul li .ph img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  transition: transform 0.5s ease;
  transform: scale(1);
}
.top_service ul li:hover .ph img {
  transform: scale(1.1);
}

.top_service2 {
  background-color: #2a3535;
  position: relative;
}
.top_service2 .inner_1200 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .top_service2 .inner_1200 {
    flex-direction: column-reverse;
  }
}
.top_service2 .ph {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 10%;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  .top_service2 .ph {
    width: 100%;
    margin-top: 5%;
    margin-right: -6%;
    margin-left: auto !important;
  }
}
.top_service2 .body {
  width: 45%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top_service2 .body {
    width: 100%;
    margin: auto;
  }
}
.top_service2 .body .btn {
  width: 100%;
}
.top_service2 .body ul {
  width: 45%;
}
.top_service2 .body ul li {
  position: relative;
  line-height: 2.5;
}
.top_service2 .body ul li small {
  position: absolute;
  left: 1em;
  bottom: -1em;
  font-size: 0.7em;
}
.top_service2 .body ul li a {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top_service2 .body ul li a:before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.6em;
  background-image: url(../images/ic_arr4.png);
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0.5em;
}

.top_faci {
  position: relative;
}
.top_faci .sub_tit {
  left: 50px;
  right: auto;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .top_faci .sub_tit {
    left: 30px;
  }
}
.top_faci .slick-slider .slick-slide {
  margin-right: 16px; /* スライド間の隙間 */
}
.top_faci .slick-slide:nth-child(even) {
  margin-top: 30px;
}

.sp_100 {
  width: 100vw;
  overflow: hidden;
}

.top_prevention {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_prevention {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 90%;
    margin: auto;
    overflow: visible;
  }
}
.top_prevention .ph {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top_prevention .ph {
    width: 120%;
    margin: auto -10%;
  }
}
.top_prevention .ph img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top_prevention .ph img {
    margin-bottom: 20px;
  }
}
.top_prevention .body {
  width: 50%;
  padding: 5% 8%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  container-type: inline-size;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_prevention .body {
    width: 100%;
    padding: 10% 7% 5%;
  }
}
.top_prevention .body h2 {
  font-family: var(--font_serif);
  font-size: max(5cqw, 32px);
  margin-bottom: 1em;
  font-weight: bold;
}

.top_prevention_wrap {
  background-image: url(../images/top_prevention_bg.jpg);
  background-size: 100% auto;
  box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.4);
}

.top_sche {
  position: relative;
  background-color: #f4f4f4;
  z-index: 0;
}
.top_sche .inner_1200 {
  margin: auto;
}
.top_sche .sub_tit {
  right: 50px;
  top: 90px;
}
@media screen and (max-width: 768px) {
  .top_sche .sub_tit {
    top: 50px;
  }
}
.top_sche ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
}
.top_sche ul li {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .top_sche ul li {
    width: 90%;
    margin: auto;
  }
}
.top_sche ul li iframe {
  width: 100%;
  height: 400px;
}

.bl_btn3 {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 1em 2em 1em 1em;
  border: 1px solid;
  margin: 80px auto auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .bl_btn3 {
    font-size: 13px;
  }
}
.bl_btn3:after {
  content: "";
  display: inline-block;
  aspect-ratio: 1/0.8;
  background-image: url(../images/ic_arr2.png);
  background-size: 100% auto;
  width: 1.5em;
  transition: all 0.3s linear;
  position: relative;
  left: 0;
  margin-left: 1em;
}

.top_info_clinic table {
  width: min(90%, 900px);
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
.top_info_clinic table th {
  background-color: #707070;
  color: #fff;
  padding: 1em;
  font-size: 16px;
  width: 15%;
  border: 1px solid #bcbcbc;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .top_info_clinic table th {
    padding: 0.3em 1em;
    text-align: left;
  }
}
.top_info_clinic table td {
  padding: 1em;
  font-size: 16px;
  width: 85%;
  border: 1px solid #bcbcbc;
}
@media screen and (max-width: 768px) {
  .top_info_clinic table td {
    padding: 0.3em 1em;
    text-align: left;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .top_info_clinic table, .top_info_clinic thead, .top_info_clinic tbody, .top_info_clinic tr, .top_info_clinic td, .top_info_clinic th {
    display: block;
    width: min(100%, 450px) !important;
    box-sizing: border-box !important;
  }
  .top_info_clinic table {
    width: min(90%, 450px) !important;
  }
}
.top_info_clinic .card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top_info_clinic .card {
    width: min(90%, 450px);
    margin: auto;
    gap: 20px;
  }
}
.top_info_clinic .card li {
  width: 32%;
  background-color: var(--sub_color2);
  container-type: inline-size;
  box-sizing: border-box;
  padding: 1.3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_info_clinic .card li {
    width: 100%;
  }
}
.top_info_clinic .card li h3 {
  font-size: 7.5cqw;
  margin-bottom: 0.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.top_info_clinic .card li p {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}
.top_info_clinic .card li.wide {
  width: 100%;
}
.top_info_clinic .pay_card {
  width: min(100%, 770px);
  margin: auto;
}

footer {
  background-color: #f4f4f4;
  width: 100%;
  overflow: hidden;
  font-family: var(--font_serif);
}
footer p {
  font-family: var(--font_serif);
}
footer .inner_1200 {
  display: flex;
  justify-content: space-between;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  footer .inner_1200 {
    display: block;
  }
}
footer .inner_1200 .f_left {
  width: 45%;
  padding: 3cqw 3cqw 3cqw 0;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  footer .inner_1200 .f_left {
    width: 100%;
    padding: 50px 0px;
  }
}
footer .inner_1200 .f_left .f_logo {
  width: 100%;
  display: block;
}
footer .inner_1200 .f_left .f_add {
  font-size: 3.3cqw;
  line-height: 1.4;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  footer .inner_1200 .f_left .f_add {
    text-align: center;
    font-size: 14px;
  }
}
footer .inner_1200 .f_left .f_tel a {
  font-size: 12cqw;
  font-weight: bold;
  display: flex;
  letter-spacing: 0.04em;
}
footer .inner_1200 .f_left .f_tel a:before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.7em;
  margin-right: 0.2em;
  background-image: url(../images/ic_tel_f.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
footer .inner_1200 .f_left .f_note {
  font-size: 3.2cqw;
}
@media screen and (max-width: 768px) {
  footer .inner_1200 .f_left .f_note {
    font-size: 14px;
  }
}
footer .inner_1200 .f_left .bl_btn_wrap {
  justify-content: flex-start;
  gap: 20px;
}
footer .inner_1200 .f_left .f_insta {
  margin-top: 1em;
  display: block;
}
footer .inner_1200 .f_right {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  footer .inner_1200 .f_right {
    width: 120%;
    margin: 0 -10%;
  }
}
footer .inner_1200 .f_right iframe {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .inner_1200 .f_right iframe {
    height: 400px;
  }
}
footer .footer_btm {
  background-color: #2a3535;
}
footer .footer_btm .inner_1200 {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .footer_btm .inner_1200 {
    display: block;
  }
}
footer .footer_btm .inner_1200 .f_time {
  width: 40%;
  color: #fff;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  footer .footer_btm .inner_1200 .f_time {
    width: 100%;
  }
}
footer .footer_btm .inner_1200 .f_navi {
  width: 50%;
  display: flex;
  color: #fff;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer_btm .inner_1200 .f_navi {
    width: min(100%, 450px);
    display: block;
    margin: 40px auto auto;
  }
}
footer .footer_btm .inner_1200 .f_navi a {
  color: #fff;
  font-size: 15px;
}
footer .footer_btm .inner_1200 .f_navi li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer_btm .inner_1200 .f_navi li:before {
  content: "●";
  color: var(--sub_color);
  font-size: 10px;
  margin-right: 1em;
}
footer .footer_btm .inner_1200 .f_navi li.child {
  margin-left: 1em;
}
footer .footer_btm .inner_1200 .f_navi li.child:before {
  content: "-" !important;
  color: #fff;
  font-size: 13px;
}

.time_t {
  margin-bottom: 3cqw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .time_t {
    width: 100%;
  }
}
.time_t th {
  font-size: 3cqw;
  line-height: 1.4;
  text-align: center;
  padding: 0.7em 0.8em;
  border-bottom: 1px solid;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .time_t th {
    font-size: 4cqw;
  }
}
.time_t td {
  font-size: 3cqw;
  line-height: 1.4;
  text-align: center;
  padding: 0.7em 0.8em;
  border-bottom: 1px solid;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .time_t td {
    font-size: 3.5cqw;
  }
}
.time_t tr td:first-child {
  text-align: left;
}
.time_t tr th:first-child {
  text-align: left;
}

.copy {
  font-size: 12px;
  line-height: 1em;
  background-image: url(../images/copy.jpg);
  background-size: 100% 100%;
  padding: 1.3em;
  text-align: center;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

#page-top a {
  display: block;
  width: 80px;
}
@media screen and (max-width: 768px) {
  #page-top a {
    width: 60px;
  }
}

.mv_slider .wow {
  visibility: hidden;
  opacity: 0;
}

.mv_slider {
  visibility: hidden; /* 初期は全体非表示 */
}

@keyframes fadeInUpStretch {
  0% {
    opacity: 0;
    transform: translateY(140px) scaleY(1.4);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}
.fadeInUpStretch {
  animation-name: fadeInUpStretch;
}

.messege_strong_wrap {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  overflow: hidden;
}

.shosin_wrap {
  background-image: url(../images/shosin_bg.png);
  width: min(90%, 990px);
  margin: auto;
  border-radius: 10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px;
  aspect-ratio: 5/1;
  container-type: inline-size;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .shosin_wrap {
    aspect-ratio: 2/1;
    padding: 30px 10px;
  }
}
.shosin_wrap .shosin_1 {
  width: 19cqw;
  height: auto;
  position: absolute;
  left: -3%;
  top: -5%;
}
.shosin_wrap .shosin_2_wrap {
  width: 16cqw;
  height: auto;
  position: absolute;
  text-align: center;
  right: 3%;
  top: 6%;
}
@media screen and (max-width: 500px) {
  .shosin_wrap .shosin_2_wrap {
    width: 25cqw;
    right: 1%;
    top: auto;
    bottom: 0;
  }
}
.shosin_wrap .shosin_2_wrap .shosin_2 {
  width: 100%;
  display: block;
  margin: auto;
}
.shosin_wrap .shosin_2_wrap .shosin_3 {
  width: 70%;
  display: block;
  margin: auto;
}
.shosin_wrap a {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  height: -webkit-fill-available; /* Safari */
  container-type: inline-size;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  transform: translate(0, 0);
}
@media screen and (max-width: 500px) {
  .shosin_wrap a {
    width: 90%;
  }
}
.shosin_wrap a:hover {
  transform: translate(5px, 5px);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0);
  background-color: rgb(255, 255, 255);
}
.shosin_wrap a:hover img {
  transform: translate(5px, 0px);
}
.shosin_wrap a div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #cdbea0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .shosin_wrap a div {
    padding-bottom: 10px;
    flex-wrap: wrap;
    padding: 10px;
    border: none;
  }
}
.shosin_wrap a div > span {
  background-image: url(../images/shosin_bg2.png);
  display: block;
  padding: 0px 20px;
  background-size: 100% 100%;
  font-size: 5cqw;
  font-family: var(--font_serif);
  letter-spacing: 0.1em;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  margin-right: 0.5em;
}
@media screen and (max-width: 500px) {
  .shosin_wrap a div > span {
    width: 70%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.shosin_wrap a div strong {
  font-size: 5cqw;
  font-family: var(--font_serif);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 500px) {
  .shosin_wrap a div strong {
    text-align: center;
  }
}
.shosin_wrap a div strong small {
  font-size: 0.6em;
}
.shosin_wrap a div img {
  width: 2em;
  transform: translate(0px, 0px);
  transition: all 0.3s linear;
}
@media screen and (max-width: 500px) {
  .shosin_wrap a div img {
    display: inline;
    width: 1em;
  }
}

.top_access {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top_access {
    display: block;
  }
}
.top_access dt {
  font-weight: bold;
  text-align: center;
  font-size: 1.3em;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  width: 100%;
}
.top_access dd {
  width: 48%;
  background-color: #d8d6d6;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_access dd {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
}
.top_access dd h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

/*下層*/
.u_page .header {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.u_page .header nav .nav-container .nav > li > a,
.u_page .header h1,
.u_page .header .h_tel a {
  color: #333 !important;
}
@media screen and (max-width: 1024px) {
  .u_page .header nav .nav-container .nav > li > a,
  .u_page .header h1,
  .u_page .header .h_tel a {
    color: #fff !important;
  }
}
.u_page .header .h_info .h_tel:before {
  background-image: url(../images/ic_tel_f.png) !important;
}
.u_page .header .h_insta img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.u_page .header nav .nav-container .hamburger span {
  background-color: #333;
}
.u_page .h_style strong {
  line-height: 1;
  display: block;
  margin-bottom: 0.1em;
}
.u_page .page_header {
  position: relative;
  padding-top: 90px;
}
@media screen and (max-width: 1024px) {
  .u_page .page_header {
    padding-top: 80px;
  }
}
.u_page .page_header h2 {
  position: absolute;
  color: #fff;
  z-index: 1;
  width: min(90%, 1300px);
  margin: auto;
  line-height: 1.3;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .u_page .page_header h2 {
    top: 60%;
  }
}
.u_page .page_header h2 strong {
  font-family: "Cormorant Infant", serif;
  font-size: clamp(40px, 8vw, 100px);
  font-weight: bold;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .u_page .page_header h2 strong {
    text-wrap: wrap;
    line-height: 1;
  }
}
.u_page .page_header h2 small {
  font-size: clamp(20px, 2vw, 32px);
  display: block;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .u_page .page_header h2 small {
    margin-top: 0.6em;
  }
}
.u_page .page_header img {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .u_page .page_header img {
    width: 200%;
    margin: auto -50%;
    max-width: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u_page .page_header img {
    width: 250%;
    margin: auto -75%;
    max-width: none !important;
  }
}

.bread {
  width: min(90%, 1200px);
  margin: auto auto 100px;
  padding-top: 1em;
  font-family: var(--font_sans);
}
@media screen and (max-width: 768px) {
  .bread {
    margin: auto auto 50px;
  }
}
.bread ul {
  display: flex;
}
.bread ul li:not(:last-child):after {
  content: ">";
  margin: auto 1em;
}

.nav .nav-current > a {
  background-image: url(../images/cuerrent.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 2px;
}
@media screen and (max-width: 1024px) {
  .nav .nav-current > a {
    background-image: none;
  }
}

/* 子リンクがcurrentでも親メニューを強調（:has対応ブラウザ用） */
.nav.el-menu li.menu-item-has-children:has(.nav-current) > a {
  background-image: url(../images/cuerrent.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 2px;
}
@media screen and (max-width: 1024px) {
  .nav.el-menu li.menu-item-has-children:has(.nav-current) > a {
    background-image: none;
  }
}

.service01 .inner_1300 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .service01 .inner_1300 {
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.service01 .inner_1300 .body {
  width: 40%;
  position: relative;
  z-index: 1;
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  .service01 .inner_1300 .body {
    width: 100%;
    padding-top: 50px;
  }
}
.service01 .inner_1300 .body h3 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.8;
  margin-bottom: 0.7em;
  text-shadow: 0px 0px 30px #fff, 0px 0px 20px #fff, 0px 0px 10px #fff, 0px 0px 30px #fff, 0px 0px 20px #fff, 0px 0px 10px #fff;
}
.service01 .inner_1300 .body h3 span {
  border-bottom: 1px solid;
  padding-bottom: 0.2em;
}
.service01 .inner_1300 .body h3 span strong {
  font-weight: normal;
  color: var(--sub_color);
}
.service01 .inner_1300 .body p {
  text-shadow: 0px 0px 30px #fff, 0px 0px 20px #fff, 0px 0px 10px #fff, 0px 0px 30px #fff, 0px 0px 20px #fff, 0px 0px 10px #fff;
}
.service01 .inner_1300 .body img {
  display: block;
  width: 60%;
  margin: 50px auto auto;
}
.service01 .inner_1300 .ph {
  position: relative;
  z-index: 0;
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: -10%;
  background-image: url(../images/services/img0.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .service01 .inner_1300 .ph {
    width: 120% !important;
    margin: 0 -10% !important;
    background-image: none;
    flex: auto;
    order: -1;
  }
}

.service2 {
  box-sizing: border-box;
}
.service2 .inner_1300 {
  display: flex;
  padding: 50px;
  border: 1px solid #333;
  justify-content: space-between;
  margin: auto;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .service2 .inner_1300 {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .service2 .inner_1300 {
    padding: 20px;
  }
}
.service2 .inner_1300 .body {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .service2 .inner_1300 .body {
    width: min(100%, 400px);
    margin: auto;
  }
}
.service2 .inner_1300 .body h4 {
  font-size: clamp(18px, 2.2vw, 26px);
  border-bottom: 1px solid #999;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
  font-weight: bold;
  font-family: var(--font_sans);
}
.service2 .inner_1300 .body h4 span {
  color: var(--sub_color);
}

.bl_btn4 {
  width: 38%;
  background-color: #e3dfd3;
  border-radius: 8px;
  padding: 10px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .bl_btn4 {
    margin: 30px auto auto;
    width: min(90%, 300px);
    gap: 20px;
  }
}
.bl_btn4 div {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
  font-weight: bold;
  font-family: var(--font_sans);
  gap: 40px;
  font-size: clamp;
}
@media screen and (max-width: 1024px) {
  .bl_btn4 div {
    font-size: 16px;
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .bl_btn4 div {
    padding: 10px;
  }
}
.bl_btn4 div img {
  width: 25%;
}
.bl_btn4 .bl_btn4 {
  width: 38%;
}

.bl_btn4 {
  background-color: #e3dfd3;
  border-radius: 8px;
  padding: 10px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .bl_btn4 {
    margin: 30px auto auto;
    width: min(90%, 300px);
    gap: 20px;
  }
}
.bl_btn4 div {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
  font-weight: bold;
  font-family: var(--font_sans);
  gap: 40px;
  font-size: clamp;
}
@media screen and (max-width: 1024px) {
  .bl_btn4 div {
    font-size: 16px;
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .bl_btn4 div {
    padding: 10px;
  }
}
.bl_btn4 div img {
  width: 25%;
}

.btn_set .btn_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1%;
}
@media screen and (max-width: 768px) {
  .btn_set .btn_wrap {
    justify-content: center;
  }
}
.btn_set .btn_wrap li {
  width: 19%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .btn_set .btn_wrap li {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .btn_set .btn_wrap li {
    width: 32.333%;
  }
}
@media screen and (max-width: 500px) {
  .btn_set .btn_wrap li {
    width: 49%;
  }
}
.btn_set .btn_wrap li a {
  display: block;
  background-color: #2a3535;
  padding: 0.5em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  aspect-ratio: 240/70;
  line-height: 0.9;
  border-radius: 10px;
  transition: all 0.3s linear;
  position: relative;
  font-size: clamp(13.5px, 1.4vw, 20px);
  font-family: var(--font_sans);
}
.btn_set .btn_wrap li a:hover {
  background-color: #515b5a;
}
.btn_set .btn_wrap li a small {
  display: block;
  font-size: 0.7em;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-top: -1.5em !important;
}
.btn_set .btn_wrap li a:before {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  aspect-ratio: 1/1.2;
  background-image: url(../images/ic_arr4.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 0.6em;
  position: absolute;
  left: 7%;
  top: 50%;
  bottom: 50%;
  margin: auto;
}

.btn_set2 .btn_wrap2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1%;
}
@media screen and (max-width: 768px) {
  .btn_set2 .btn_wrap2 {
    justify-content: center;
  }
}
.btn_set2 .btn_wrap2 li {
  width: 48%;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .btn_set2 .btn_wrap2 li {
    width: 100%;
  }
}
.btn_set2 .btn_wrap2 li a {
  font-family: var(--font_serif);
  aspect-ratio: auto !important;
  padding: 1.5em 1em;
  background-color: #2a3535;
}

.btn_set3 .btn_wrap3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1%;
}
@media screen and (max-width: 768px) {
  .btn_set3 .btn_wrap3 {
    justify-content: center;
  }
}
.btn_set3 .btn_wrap3 li {
  width: 24%;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .btn_set3 .btn_wrap3 li {
    width: 100%;
  }
}
.btn_set3 .btn_wrap3 li a {
  font-family: var(--font_serif);
  aspect-ratio: auto !important;
  padding: 1em 1em;
  background-color: #2a3535;
}

.wall {
  background-color: #f2f2f2;
  background-image: url(../images/services/deco.png);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 25vw;
}

.wall2 {
  background-color: transparent;
  background-image: url(../images/services/deco.png);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 25vw;
}

.bl_wrapper1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
  z-index: 0;
  padding-top: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .bl_wrapper1 {
    display: flex;
    flex-wrap: wrap;
  }
}
.bl_wrapper1::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 60px;
  background: #e8e6e6;
  z-index: -1;
  margin-left: -50vw;
  height: 200px;
  margin-right: 40%;
}
@media screen and (max-width: 768px) {
  .bl_wrapper1::before {
    margin-right: 20%;
    top: -30px;
  }
}
.bl_wrapper1 h3 {
  display: flex;
  font-family: var(--font_serif);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2em;
}
.bl_wrapper1 h3 strong {
  font-size: clamp(18px, 2.7vw, 40px);
  font-weight: bold;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bl_wrapper1 h3 strong {
    padding-right: 10px;
    font-size: clamp(20px, 2.7vw, 40px);
  }
}
.bl_wrapper1 h3 strong:after {
  height: 1.3em;
  width: 1px;
  content: "";
  display: inline-block;
  margin-left: 40px;
  background-color: var(--sub_color);
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .bl_wrapper1 h3 strong:after {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bl_wrapper1 h3 strong:after {
    margin: 0 0px 0px 15px;
  }
}
.bl_wrapper1 h3 small {
  color: var(--sub_color);
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .bl_wrapper1 h3 small {
    font-size: 12px;
    margin: 0;
  }
}
.bl_wrapper1 .body {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .bl_wrapper1 .body {
    width: 100%;
  }
}
.bl_wrapper1 .body .bl_check {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  box-sizing: border-box;
  width: 70%;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_wrapper1 .body .bl_check {
    width: 100%;
  }
}
.bl_wrapper1 .body .bl_check .ic_chk {
  position: absolute;
  width: 25%;
  height: auto;
  right: 5%;
  top: -10%;
}
.bl_wrapper1 .body .bl_check strong {
  color: var(--sub_color);
}
.bl_wrapper1 .body .bl_check li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-size: clamp(15px, 1.5vw, 20px);
  letter-spacing: 0.1em;
}
.bl_wrapper1 .body .bl_check li:before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  background-image: url(../images/services/ic_check.png);
  background-size: 100% auto;
  position: absolute;
  background-repeat: no-repeat;
  width: 1.2em;
  left: 0;
  top: 0.3em;
}
.bl_wrapper1 .ph {
  width: 55%;
  margin-left: -5%;
  position: relative;
  z-index: 1;
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .bl_wrapper1 .ph {
    width: min(100%, 450px);
    margin: 30px auto 0;
  }
}
.bl_wrapper1 .ph img {
  display: block;
}

.bl_wrapper2 {
  flex-wrap: wrap;
  padding-top: 0px !important;
}
.bl_wrapper2::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl_wrapper2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .bl_wrapper2 h3 {
    order: 2;
  }
  .bl_wrapper2 .lead {
    order: 1;
  }
}
.bl_wrapper2 h3 {
  position: relative;
  width: 100%;
  margin-right: 50%;
  padding: 1em 0px !important;
}
@media screen and (max-width: 768px) {
  .bl_wrapper2 h3 {
    margin-right: 0 !important;
  }
}
.bl_wrapper2 h3 span {
  font-size: 0.5em;
}
.bl_wrapper2 h3::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 100%;
  background: #e8e6e6;
  z-index: -1;
  margin-left: -50vw;
  margin-right: -20%;
}
.bl_wrapper2 h3.bg::before {
  background-color: #ebe8df !important;
}
.bl_wrapper2 .lead {
  width: 100%;
  margin: 2em 0px;
}
.bl_wrapper2 .body {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .bl_wrapper2 .body {
    width: 100%;
  }
}
.bl_wrapper2 .ph {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .bl_wrapper2 .ph {
    width: 100%;
    margin-top: -20px !important;
    margin-bottom: 30px !important;
  }
}

.bl_wrapper1.bg {
  display: flex;
}
.bl_wrapper1.bg::before {
  background: #ebe8df;
}

.el_ul li {
  list-style-type: disc;
}

.el_ul2 {
  margin: 1em 0;
  font-family: var(--font_sans);
}
.el_ul2 li {
  position: relative;
  padding-left: 1.3em;
}
.el_ul2 li span {
  position: absolute;
  left: 0;
  top: 0;
}
.el_ul2 li a {
  color: #4780cd;
  border-bottom: 1px solid;
}

.bl_column_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_column_wrap {
    margin-top: 70px !important;
  }
}
.bl_column_wrap:after {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border: 1px solid #999;
  content: "";
  display: block;
  border-radius: 200px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
}
.bl_column_wrap:before {
  width: 150px;
  content: "";
  display: block;
  border-radius: 200px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  content: "";
  aspect-ratio: 1/1;
  background-image: url(../images/services/ic_logo2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.bl_column_wrap .bl_column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #999;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl_column_wrap .bl_column {
    flex-wrap: wrap;
    padding: 50px 30px 30px;
  }
}
.bl_column_wrap .bl_column h4 {
  width: 100%;
  text-align: center;
  font-size: clamp(16px, 1.7vw, 22px);
  border-bottom: 5px solid #e7e3d9;
  margin-bottom: clamp(30px, 2.2vw, 40px);
  font-weight: bold;
}
.bl_column_wrap .bl_column h4 span {
  color: var(--sub_color);
}
.bl_column_wrap .bl_column .ph {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .bl_column_wrap .bl_column .ph {
    width: 100%;
  }
}
.bl_column_wrap .bl_column .body {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .bl_column_wrap .bl_column .body {
    width: 100%;
  }
}
.bl_column_wrap .bl_column .body .tel_wrap {
  background-color: #333;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .bl_column_wrap .bl_column .body .tel_wrap {
    margin-top: 30px;
    display: block;
  }
}
.bl_column_wrap .bl_column .body .tel_wrap h5 {
  width: 40%;
  display: flex;
  align-items: center;
  padding-left: 30px;
  background-image: url(../images/services/bg_tel.png);
  background-size: 100% 100%;
  font-weight: bold;
  font-family: var(--font_sans);
}
@media screen and (max-width: 768px) {
  .bl_column_wrap .bl_column .body .tel_wrap h5 {
    width: 100%;
    background-image: none;
    background-color: #e7e3d9;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    display: block;
  }
}
.bl_column_wrap .bl_column .body .tel_wrap a {
  font-size: clamp(20px, 3.8vw, 47px);
  color: #fff;
  text-align: center;
  width: 60%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .bl_column_wrap .bl_column .body .tel_wrap a {
    text-align: center;
    width: 100%;
  }
}
.bl_column_wrap .bl_column .body .tel_wrap a:before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.7em;
  margin-right: 0.2em;
  background-image: url(../images/ic_tel.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.bl_column_wrap .bl_column .body dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 30px;
  border-top: 1px solid #999999;
}
.bl_column_wrap .bl_column .body dl dt {
  font-family: var(--font_sans);
  width: 15%;
  background: linear-gradient(135deg, #f0f0f0 0%, #ffffff 50%, #e5e5e5 100%);
  text-align: center;
  font-size: 16px;
  padding: 0.5em;
  box-sizing: border-box;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .bl_column_wrap .bl_column .body dl dt {
    width: 30%;
    font-size: 14px;
  }
}
.bl_column_wrap .bl_column .body dl dd {
  font-family: var(--font_sans);
  width: 85%;
  font-size: 16px;
  padding: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #999999;
  padding: 0.5em;
}
.bl_column_wrap .bl_column .body dl dd ul {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .bl_column_wrap .bl_column .body dl dd {
    width: 70%;
    font-size: 14px;
  }
}

.bl_column2 {
  background-color: #ecf9d9;
  border: 1px #999 solid;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bl_column2 {
    padding: 30px;
    flex-wrap: wrap;
  }
}
.bl_column2 .txt {
  width: 60%;
  font-size: clamp(16px, 1.7vw, 22px);
  color: #357d42;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bl_column2 .txt {
    width: 100%;
  }
}
.bl_column2 .txt img {
  width: 100px;
  display: block;
  margin: auto auto 30px;
}
.bl_column2 .txt small {
  color: #000;
  font-size: clamp(11px, 1.2vw, 16px);
}
.bl_column2 .bl_btn4 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .bl_column2 .bl_btn4 {
    width: 300px;
    margin: 30px auto auto;
  }
}
.bl_column2 .bl_btn4 div {
  padding: 10px;
}
.bl_column2 .bl_btn4 img {
  width: 18% !important;
}

.bl_column3 {
  padding: 50px;
  background-color: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl_column3 {
    padding: 20px;
  }
}
.bl_column3 .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bl_column3 .inner {
    display: block;
  }
}
.bl_column3 .inner .body {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .bl_column3 .inner .body {
    width: 100%;
  }
}
.bl_column3 .inner .body h5 {
  font-size: clamp(18px, 2vw, 24px);
  border-bottom: 1px solid #999999;
  margin-bottom: 0.7em;
  font-weight: bold;
}
.bl_column3 .inner .body h5 span {
  color: var(--sub_color);
  margin-right: 0.3em;
}
.bl_column3 .inner .body h5 small {
  font-size: 0.78em;
}
.bl_column3 .inner .body.wide {
  width: 100%;
}
.bl_column3 .inner .ph {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .bl_column3 .inner .ph {
    width: 100%;
    margin-top: 30px !important;
  }
}
.bl_column3 .inner2 {
  background-color: rgba(214, 214, 216, 0.5);
  text-align: center;
  padding: 1em;
}
.bl_column3 .inner2 ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.bl_column3 .inner2 li {
  position: relative;
  line-height: 2;
  padding-left: 1.5em;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  font-weight: bold;
}
.bl_column3 .inner2 li span {
  color: var(--sub_color);
  position: absolute;
  left: 0;
  top: 0.1em;
}
.bl_column3 .inner3 {
  background-color: #2a3535;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .bl_column3 .inner3 {
    padding: 30px;
    display: block;
  }
}
.bl_column3 .inner3 h4 {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl_column3 .inner3 h4 {
    width: 100%;
    text-align: center;
  }
}
.bl_column3 .inner3 h4 img {
  width: 70%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .bl_column3 .inner3 h4 img {
    width: 200px;
  }
}
.bl_column3 .inner3 .txt {
  width: 75%;
  font-family: var(--font_sans);
}
@media screen and (max-width: 768px) {
  .bl_column3 .inner3 .txt {
    width: 100%;
    margin-top: 30px;
  }
}

#s01,
#s02,
#s03,
#s04,
#s05,
#s06,
#s07,
#s08,
#s09,
#s10,
#s11,
#s12,
#s13,
#s14,
#s15,
#cgf {
  margin-top: -100px;
  padding-top: 100px;
}

/*トップタブ*/
.tabs iframe {
  width: 100%;
}
.tabs input {
  text-align: center;
}

.tabs input[type=radio] {
  display: none;
}

.tab-panel {
  display: none;
}

/* ===== タブラベル ===== */
label[for^=tab] {
  display: inline-block;
  padding: 0.7em 0.5em;
  margin-right: 2px;
  margin-bottom: 10px;
  line-height: 1;
  border-radius: 100px;
  background: linear-gradient(to bottom, #f2f2f2, #e3e3e3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  font-size: 12.5px;
}
@media screen and (max-width: 768px) {
  label[for^=tab] {
    width: 48% !important;
    box-sizing: border-box;
    font-size: 12px;
  }
}

/* ホバー時少し明るく */
label[for^=tab]:hover {
  background: linear-gradient(to bottom, #fafafa, #eaeaea);
}

/* ===== カレントタブ ===== */
#tab1:checked + label[for=tab1],
#tab2:checked + label[for=tab2],
#tab3:checked + label[for=tab3],
#tab4:checked + label[for=tab4],
#tab5:checked + label[for=tab5],
#tab6:checked + label[for=tab6],
#tab7:checked + label[for=tab7],
#tab8:checked + label[for=tab8],
#tab9:checked + label[for=tab9],
#tab10:checked + label[for=tab10] {
  background: #afa380;
  color: #fff;
  box-shadow: none;
}

/* ===== パネル領域 ===== */
.panels {
  border: 1px solid #ccc;
  border-radius: 0 6px 6px 6px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* チェックされたタブのパネルだけ表示 */
#tab1:checked ~ .panels #panel1,
#tab2:checked ~ .panels #panel2,
#tab3:checked ~ .panels #panel3,
#tab4:checked ~ .panels #panel4,
#tab5:checked ~ .panels #panel5,
#tab6:checked ~ .panels #panel6,
#tab7:checked ~ .panels #panel7,
#tab8:checked ~ .panels #panel8,
#tab9:checked ~ .panels #panel9,
#tab10:checked ~ .panels #panel10 {
  display: block;
}

.bl_btn_visit {
  width: min(90%, 500px);
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .bl_btn_visit {
    font-size: 15px;
  }
}

.lead_wrap .inner_1300 {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lead_wrap .inner_1300 {
    display: block;
  }
}
.lead_wrap .inner_1300 .ph {
  width: 61%;
  margin-left: -7%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .lead_wrap .inner_1300 .ph {
    width: 100%;
  }
}
.lead_wrap .inner_1300 .txt {
  width: 46%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lead_wrap .inner_1300 .txt {
    width: 100%;
    margin-top: 1em;
  }
}

.denture1 {
  background-image: url(../images/dentures/bg1.png);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.denture1 h3 {
  font-size: clamp(20px, 3vw, 40px);
  font-weight: normal;
  text-align: center;
  font-weight: normal;
}
.denture1 ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .denture1 ul {
    display: block;
  }
}
.denture1 ul > li {
  width: 47%;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .denture1 ul > li {
    width: min(100%, 450px);
    margin: auto;
  }
}
.denture1 ul > li h4 {
  font-size: clamp(18px, 2vw, 32px);
  text-align: center;
  padding: 0.2em;
  background-color: rgba(207, 200, 179, 0.6);
}
.denture1 ul > li .body {
  padding: 5% 8% 10%;
}
.denture1 ul > li .body dl dt {
  color: #afa380;
  border-bottom: 1px solid;
  text-align: center;
  font-size: 1.1em;
  margin-top: 1em;
  font-family: var(--font_sans);
  font-weight: bold;
}
.denture1 ul > li .body dl dd {
  font-family: var(--font_sans);
}
@media screen and (max-width: 768px) {
  .denture1 ul li:last-child {
    margin-top: 30px;
  }
}
.denture1 ul li:last-child h4 {
  background-color: rgba(216, 214, 214, 0.6);
}

.denture2 .tit {
  font-size: clamp(23px, 2.7vw, 40px);
  font-weight: bold;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.denture2 .tit::before {
  content: "";
  position: absolute;
  top: 49%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  z-index: 1;
  margin-left: -50vw;
  margin-right: 103%;
}

.el_merit {
  display: flex;
  justify-content: space-between;
  padding: 2% 4%;
  align-items: center;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  background: #fff;
}
@media screen and (max-width: 500px) {
  .el_merit {
    display: block;
    padding-bottom: 20px;
  }
}
.el_merit img {
  width: 18%;
}
@media screen and (max-width: 500px) {
  .el_merit img {
    width: 30%;
    display: block;
    margin: 20px auto 20px;
  }
}
.el_merit .body {
  width: 77%;
}
@media screen and (max-width: 500px) {
  .el_merit .body {
    width: 100%;
  }
}
.el_merit .body ul {
  list-style-type: none;
}
.el_merit .body ul li {
  position: relative;
  padding-left: 1.9em;
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 500px) {
  .el_merit .body ul li {
    line-height: 1.7;
  }
}
.el_merit .body ul li:before {
  position: absolute;
  width: 1.3em;
  aspect-ratio: 1/1;
  background-image: url(../images/dentures/ic_chk.png);
  background-size: 100% auto;
  content: "";
  display: block;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  top: 0.5em;
}
.el_merit .body ul li span {
  color: var(--sub_color);
}

.bl_wrapper3 {
  background-color: #2a3535;
  background-image: url(../images/dentures/bg2.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 45%;
}
.bl_wrapper3 h3 {
  color: #fff;
  font-size: clamp(20px, 3vw, 40px);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.bl_wrapper3 h3:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/0.2;
  background-image: url(../images/dentures/line.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: 0.3em;
}
.bl_wrapper3 ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .bl_wrapper3 ul {
    display: block;
  }
}
.bl_wrapper3 ul li {
  width: 48%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 768px) {
  .bl_wrapper3 ul li {
    width: 100%;
  }
}
.bl_wrapper3 ul li h4 {
  font-size: clamp(18px, 2.7vw, 32px);
  background-image: url(../images/dentures/bg3.png);
  background-size: 100% auto;
  width: -moz-fit-content;
  width: fit-content;
  width: 60%;
  text-align: center;
  margin: auto;
  font-weight: bold;
  padding: 0.5em;
}
.bl_wrapper3 ul li p {
  padding: 5% 7%;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .bl_wrapper3 ul li:last-child {
    margin-top: 20px;
  }
}
.bl_wrapper3 ul li:last-child h4 {
  background-image: url(../images/dentures/bg4.png);
}

.yel_line {
  background-color: #fffedd;
}

.bl_list_box {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 5%;
}
.bl_list_box h3 {
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: 600;
}
.bl_list_box h3 small {
  color: var(--sub_color);
  font-family: "Cormorant Infant", serif;
  font-size: clamp(20px, 2.4vw, 32px);
  display: block;
  text-align: center;
}
.bl_list_box h3 strong {
  display: block;
  font-size: clamp(20px, 3.1vw, 40px);
  text-align: center;
}
.bl_list_box h3 strong span {
  color: #afa380;
  font-size: 1.3em;
}
.bl_list_box h3 strong span small {
  display: inline;
}
.bl_list_box h3:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/0.2;
  background-image: url(../images/dentures/line.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: 0.3em;
}
.bl_list_box ul {
  display: flex;
  width: 80%;
  margin: auto;
  flex-wrap: wrap;
}
.bl_list_box ul li {
  position: relative;
  padding-left: 1.9em;
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: bold;
  width: 50%;
  box-sizing: border-box;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .bl_list_box ul li {
    width: 100%;
  }
}
.bl_list_box ul li:before {
  position: absolute;
  width: 1.3em;
  aspect-ratio: 1/1;
  background-image: url(../images/dentures/ic_chk.png);
  background-size: 100% auto;
  content: "";
  display: block;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  top: 0.5em;
}
.bl_list_box ul li span {
  color: var(--sub_color);
}

.bl_list_box_2 ul {
  display: flex;
  width: 100%;
}

.bg_cosme {
  background-image: url(../images/dentures/bg1.png);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.pedi1 {
  background-image: url(../images/pediatric/bg1.png);
  background-size: 100% auto;
  aspect-ratio: 1920/810;
}
@media screen and (max-width: 500px) {
  .pedi1 {
    background-size: 130% auto !important;
    background-position: left top;
    aspect-ratio: 1/0.5;
  }
}
.pedi1 .inner_1300 {
  position: relative;
  height: 100%;
}
.pedi1 .inner_1300 img {
  width: 70%;
  display: block;
  margin: 0 0 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bl_wrapper4 {
  flex-wrap: wrap;
  padding-top: 0px !important;
  align-items: center;
  align-content: center;
}
.bl_wrapper4::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl_wrapper4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .bl_wrapper4 h3 {
    order: 2;
  }
  .bl_wrapper4 .lead {
    order: 1;
  }
}
.bl_wrapper4 h3 {
  position: relative;
  width: 100%;
  margin-right: 40%;
  padding: 1em 0px !important;
}
.bl_wrapper4 h3 strong {
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .bl_wrapper4 h3 {
    margin-right: 0 !important;
  }
}
.bl_wrapper4 h3 span {
  font-size: 0.5em;
}
.bl_wrapper4 h3::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(249, 246, 215, 0.8);
  z-index: -1;
  margin-left: -50vw;
  margin-right: -20%;
}
@media screen and (max-width: 1024px) {
  .bl_wrapper4 h3::before {
    margin-right: -50%;
  }
}
.bl_wrapper4 .lead {
  width: 100%;
  margin: 2em 0px;
}
.bl_wrapper4 .body {
  width: 46%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl_wrapper4 .body {
    width: 100%;
  }
}
.bl_wrapper4 .ph {
  width: 57%;
  margin-left: -5%;
  position: relative;
  z-index: 0;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .bl_wrapper4 .ph {
    width: 100%;
    margin-top: -10px !important;
    margin-bottom: 30px !important;
  }
}

.pedi_column {
  background-image: url(../images/pediatric/bg2.png);
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 50px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .pedi_column {
    padding: 30px;
    display: block;
  }
}
.pedi_column h4 {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pedi_column h4 {
    width: 100%;
    text-align: center;
  }
}
.pedi_column h4 img {
  width: 70%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .pedi_column h4 img {
    width: 200px;
  }
}
.pedi_column .txt {
  width: 75%;
  font-family: var(--font_sans);
}
@media screen and (max-width: 768px) {
  .pedi_column .txt {
    width: 100%;
    margin-top: 30px;
  }
}
.pedi_column .txt ul li {
  padding-left: 1.3em;
  position: relative;
  margin-bottom: 0.8em;
}
.pedi_column .txt ul li small {
  font-size: 0.8em;
  display: block;
}
.pedi_column .txt ul li:before {
  content: "●";
  color: var(--sub_color);
  position: absolute;
  left: 0;
  font-size: 0.8em;
  top: 0.3em;
}

.bl_gold.bl_btn4 {
  background: url(../images/pediatric/bg_gold.png) !important;
  background-size: cover !important;
}

.pedi_fea {
  background-image: url(../images/pediatric/bg3.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pedi_fea .in_pedi {
  display: flex;
  background-color: #fff;
  align-items: stretch;
}
.pedi_fea .in_pedi .body {
  width: 45%;
  padding: 6%;
  position: relative;
}
.pedi_fea .in_pedi .body h3 {
  font-weight: bold;
  font-size: clamp(20px, 3vw, 40px);
  text-align: center;
}
.pedi_fea .in_pedi .body h3:after {
  content: "";
  display: block;
  width: 50%;
  margin: auto;
  aspect-ratio: 1/0.2;
  background-image: url(../images/dentures/line.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: 0.3em;
}
.pedi_fea .in_pedi .body .deco1, .pedi_fea .in_pedi .body .deco2 {
  position: absolute;
  width: 20%;
  top: -7%;
  left: -7%;
}
.pedi_fea .in_pedi .body .deco2 {
  left: auto;
  right: -7%;
}
.pedi_fea .in_pedi .ph {
  flex: 1;
  margin-right: calc(50% - 50vw);
  background-image: url(../images/pediatric/img6.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.pedi_fea .in_pedi.re {
  display: flex;
  background-color: #fff;
  align-items: stretch;
  flex-direction: row-reverse;
}
.pedi_fea .in_pedi.re .body {
  width: 45%;
  padding: 6%;
  position: relative;
}
.pedi_fea .in_pedi.re .ph {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  background-image: url(../images/pediatric/img7.png);
  background-position: right;
}

@media screen and (max-width: 768px) {
  .in_pedi {
    display: block !important;
  }
  .in_pedi .body {
    width: 100% !important;
    box-sizing: border-box;
  }
  .in_pedi .ph {
    aspect-ratio: 1/0.7 !important;
    margin: auto !important;
    width: 100% !important;
    box-sizing: border-box;
  }
}
.block1 {
  position: relative;
  background-image: url(../images/dentures/bg1.png);
  background-position: center bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.block1 .inner_1200 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .block1 .inner_1200 {
    display: block;
  }
}
.block1 .inner_1200 .txt {
  width: 50%;
  padding: 5%;
}
@media screen and (max-width: 768px) {
  .block1 .inner_1200 .txt {
    width: 100%;
    box-sizing: border-box;
  }
}
.block1 .inner_1200 .txt img {
  display: block;
  width: 110%;
  margin-top: 10%;
  position: relative;
  left: 50%;
  transform: translateX(-40vw);
}
@media screen and (max-width: 768px) {
  .block1 .inner_1200 .txt img {
    width: 100%;
  }
}
.block1 .inner_1200 .ph {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .block1 .inner_1200 .ph {
    width: 100%;
    margin: auto;
    padding: 5%;
    box-sizing: border-box;
  }
}

.block1.re .inner_1200 {
  flex-direction: row-reverse;
}
.block1.re .inner_1200 .ph {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .block1.re .inner_1200 .ph {
    width: 100%;
    margin: auto !important;
    padding: 5%;
    box-sizing: border-box;
  }
}

.block2 .inner_1300 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .block2 .inner_1300 {
    display: block;
  }
}
.block2 .inner_1300 .body {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .block2 .inner_1300 .body {
    width: 100%;
  }
}
.block2 .inner_1300 .body h3 {
  font-size: clamp(23px, 3vw, 40px);
  margin-bottom: 0.5em;
  font-weight: bold;
}
.block2 .inner_1300 .ph {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .block2 .inner_1300 .ph {
    width: 100%;
    margin-top: 20px;
  }
}

.block3 .inner_1200 {
  container-type: inline-size;
}

.block3_box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #999;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 5%;
  min-height: 45cqw;
}
.block3_box .txt {
  width: 55%;
  margin-left: -5%;
}
.block3_box .txt h3 {
  background-color: #ebeaea;
  font-size: clamp(20px, 2.2vw, 28px);
  padding-inline: 0.5em 1em;
  margin-right: -20%;
  margin-bottom: 1em;
  font-weight: bold;
}
.block3_box .ph {
  width: 50%;
  position: relative;
}
.block3_box .ph img {
  position: absolute;
  left: -20%;
}

.block3_box.re {
  flex-direction: row-reverse;
}
.block3_box.re .txt {
  margin-left: 0%;
  margin-right: -5%;
}
.block3_box.re .txt h3 {
  background-color: #ebe8df !important;
  margin-left: -20%;
  margin-right: auto;
}
.block3_box.re .ph img {
  left: auto !important;
  right: -20% !important;
}

@media screen and (max-width: 768px) {
  .block3_box {
    display: block;
  }
  .block3_box .txt {
    width: 100%;
    margin: auto;
  }
  .block3_box .txt h3 {
    margin: auto auto 10px !important;
  }
  .block3_box .ph {
    width: 100%;
    margin: auto auto 30px;
  }
  .block3_box .ph img {
    position: static;
  }
}
.perio4 {
  background-image: url(../images/periodontal/bg.jpg);
  background-size: cover;
}
.perio4 .in_perio4 {
  background-color: #fff;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.perio4 .in_perio4 h3 {
  background-color: #d8d6d6;
  font-size: clamp(20px, 2.5vw, 32px);
  width: 100%;
  margin-bottom: 1em;
  padding: 0.5em;
  line-height: 1.3;
  font-weight: bold;
}
.perio4 .in_perio4 .txt {
  width: 50%;
  padding: 0 3%;
}
@media screen and (max-width: 768px) {
  .perio4 .in_perio4 .txt {
    width: 100%;
    box-sizing: border-box;
  }
}
.perio4 .in_perio4 .ph {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .perio4 .in_perio4 .ph {
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
  }
}

.faci1_wrap {
  background-image: url(../images/facilities/bg.png);
  background-size: 100% auto;
}

.faci_nav .inner_1200 {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.faci_nav .inner_1200 a {
  width: 300px;
  display: block;
  background-color: #d8d6d6;
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 1em;
  position: relative;
  transition: all 0.3s linear;
  opacity: 1;
}
.faci_nav .inner_1200 a:after {
  content: "";
  width: 1em;
  height: 2em;
  position: absolute;
  display: block;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/facilities/ic_arr.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s linear;
}
.faci_nav .inner_1200 a:hover {
  opacity: 0.7;
}

.faci1 .slider_1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  overflow: hidden;
  width: 100%;
  flex-direction: row-reverse;
  /* slide_1_nav */
}
@media screen and (max-width: 1023px) {
  .faci1 .slider_1 {
    display: block;
  }
}
.faci1 .slider_1 .slide {
  position: relative;
  margin: 0;
  padding: 0;
  width: 80%;
  container-type: inline-size;
}
.faci1 .slider_1 .slide h4 {
  color: #bfb599;
  font-size: 1.3em;
  margin-top: 1em;
}
@media screen and (max-width: 1023px) {
  .faci1 .slider_1 .slide {
    width: 100%;
  }
}
.faci1 .slider_1 .slick-prev,
.faci1 .slider_1 .slick-next {
  position: absolute;
  bottom: 10px; /* 画像下からの距離 */
  z-index: 10; /* 画像より前に出す */
  background: rgba(255, 255, 255, 0.8); /* 半透明の白などで視認性UP */
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  top: 64cqw;
}
@media screen and (max-width: 768px) {
  .faci1 .slider_1 .slick-prev,
  .faci1 .slider_1 .slick-next {
    top: 62cqw;
  }
}
@media screen and (max-width: 500px) {
  .faci1 .slider_1 .slick-prev,
  .faci1 .slider_1 .slick-next {
    top: 60cqw;
  }
}
.faci1 .slider_1 .slick-prev {
  right: 55px; /* 右端からの距離（←） */
  left: auto;
}
.faci1 .slider_1 .slick-next {
  right: 0px; /* 右端からの距離（→） */
  bottom: 0px;
}
.faci1 .slider_1 .slick-prev:hover,
.faci1 .slider_1 .slick-next:hover {
  background: rgb(255, 255, 255);
}
.faci1 .slider_1 .slick-next:before, .faci1 .slider_1 .slick-prev:before {
  content: "";
  aspect-ratio: 1/1 !important;
  display: block !important;
  width: 1em !important;
}
.faci1 .slider_1 .slick-prev:before {
  background-image: url(../images/facilities/ic_arr2.png);
  background-size: 100% auto;
  background-position: center center;
}
.faci1 .slider_1 .slick-next:before {
  background-image: url(../images/facilities/ic_arr3.png);
  background-size: 100% auto;
  background-position: center center;
}
.faci1 .slider_1 .slide .slide_item {
  position: relative;
  height: 100%;
}
.faci1 .slider_1 .slide .slide_item .slide_item_txt {
  position: absolute !important;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  top: auto;
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .faci1 .slider_1 .slide .slide_item .slide_item_txt {
    padding: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .faci1 .slider_1 .slide .slide_item .slide_item_txt {
    padding: 5px;
  }
}
.faci1 .slider_1 .slide .slide_item .slide_item_txt h3 {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .faci1 .slider_1 .slide .slide_item .slide_item_txt h3 {
    font-size: 15px;
  }
  .faci1 .slider_1 .slide .slide_item .slide_item_txt h3 p {
    font-size: 13px;
  }
}
.faci1 .slider_1 .slide > .slick-list,
.faci1 .slider_1 .slide > .slick-list > .slick-track,
.faci1 .slider_1 .slide > .slick-list > .slick-track > .slick-slide > div,
.faci1 .slider_1 .slide2 > .slick-list,
.faci1 .slider_1 .slide2 > .slick-list > .slick-track,
.faci1 .slider_1 .slide2 > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
}
.faci1 .slider_1 .slide_1_nav {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 18%;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .faci1 .slider_1 .slide_1_nav {
    width: 100%;
    justify-content: center;
  }
}
.faci1 .slider_1 .slide_1_nav .slide_item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  padding: 0;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  font-size: 17px;
}
@media screen and (max-width: 1023px) {
  .faci1 .slider_1 .slide_1_nav .slide_item {
    width: 30%;
    padding: 10px 30px;
    margin: 1.5%;
    font-size: 15px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .faci1 .slider_1 .slide_1_nav .slide_item {
    width: 30%;
    box-sizing: border-box;
    padding: 10px 0px;
    font-size: 14px;
  }
}
.faci1 .slider_1 .slide_1_nav img {
  filter: brightness(50%);
}
.faci1 .slider_1 .slide_1_nav .slide_item.current img, .faci1 .slider_1 .slide_2_nav .slide_item2.current img {
  filter: brightness(100%);
}

.equipments {
  background-color: #3f484a;
  background-image: url(../images/facilities/bg1.png), url(../images/facilities/bg2.png);
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat;
}
.equipments h2 {
  color: #fff !important;
}
.equipments h2 strong {
  color: #fff !important;
}
.equipments h2 small::first-letter {
  color: #fff !important;
}
.equipments ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.equipments ul li {
  width: 48%;
  color: #fff;
  margin-bottom: 7%;
}
@media screen and (max-width: 768px) {
  .equipments ul li {
    width: min(100%, 450px);
    margin: auto;
    margin-bottom: 40px;
  }
}
.equipments ul li img {
  margin: 1em auto;
  display: block;
}
.equipments ul li h3 {
  background-color: #ebeaea;
  font-size: clamp(17px, 1.8vw, 22px);
  padding: 0.1em 1em;
  color: #333;
  font-weight: bold;
}
.equipments ul li h3 small {
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .equipments ul li h3 small {
    display: block;
  }
}
.equipments ul li.wide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.equipments ul li.wide h3 {
  width: 100%;
  font-weight: bold;
}
.equipments ul li.wide .body {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .equipments ul li.wide .body {
    width: min(100%, 450px);
    margin: auto auto 30px;
  }
}
.equipments ul li.wide .column {
  width: 48%;
  background-color: #fff;
  padding: 3%;
  margin-top: 1em;
  box-sizing: border-box;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .equipments ul li.wide .column {
    width: min(100%, 450px);
    margin: auto;
  }
}
.equipments ul li.wide .column h4 {
  color: #333333;
  border-bottom: 1px solid;
  font-weight: bold;
  font-family: var(--font_sans);
}
.equipments ul li.wide .column h4 span {
  color: #afa380;
  margin-right: 0.2em;
}

.staff_bg {
  background-image: url(../images/staff/bg.png);
  background-size: 70% auto;
  background-position: right top;
  background-repeat: no-repeat;
}

.staff1 {
  background: linear-gradient(to right, rgba(223, 218, 204, 0.4) 0%, rgba(223, 218, 204, 0.4) 65%, transparent 65%, transparent 100%);
}
@media screen and (max-width: 768px) {
  .staff1 {
    background: linear-gradient(to right, rgba(223, 218, 204, 0.4) 0%, rgba(223, 218, 204, 0.4) 85%, transparent 85%, transparent 100%);
  }
}
.staff1 .inner_1300 {
  container-type: inline-size;
}
.staff1 h2 {
  width: 50%;
  margin: 0 0 -5%;
}
.staff1 .staff1_inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .staff1 .staff1_inner {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.staff1 .staff1_inner .ph {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 3%;
  position: relative;
  z-index: 0;
  margin-top: -15%;
}
@media screen and (max-width: 768px) {
  .staff1 .staff1_inner .ph {
    width: 100%;
    margin: auto;
  }
}
.staff1 .staff1_inner .ph img {
  position: relative;
}
.staff1 .staff1_inner .ph .logo2 {
  position: relative;
  z-index: 1;
  width: 90%;
  margin-top: -5%;
  margin-right: -10%;
  margin-left: auto;
  display: block;
}
.staff1 .staff1_inner .body {
  width: 45%;
  padding: 3%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .staff1 .staff1_inner .body {
    width: 100%;
    margin: -55% auto auto;
  }
}
.staff1 .staff1_inner .body h3 {
  font-size: clamp(25px, 4vw, 50px);
  line-height: 1.5;
  margin-right: -70%;
  margin-bottom: 1em;
  font-weight: 600;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}
.staff1 .staff1_inner .body .sign {
  margin-top: 2em;
  text-align: right;
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 600;
}
.staff1 .staff1_inner .body .sign small {
  font-size: 0.7em;
}
.staff1 .staff1_inner .body .wrap {
  margin-right: -40%;
  width: 140%;
}
@media screen and (max-width: 768px) {
  .staff1 .staff1_inner .body .wrap {
    margin: auto;
    width: 100%;
  }
}
.staff1 .staff1_inner .body .wrap h4 {
  font-size: clamp(18px, 2vw, 24px);
  border-bottom: 1px solid;
  padding-bottom: 0.3em;
  margin-bottom: 0.7em;
  font-weight: 600;
}
.staff1 .staff1_inner .body .wrap h4 span {
  color: #afa380;
  margin-right: 0.2em;
}
.staff1 .staff1_inner .body .wrap .ul_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .staff1 .staff1_inner .body .wrap .ul_wrap {
    display: block;
  }
}
.staff1 .staff1_inner .body .wrap .ul_wrap ul {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .staff1 .staff1_inner .body .wrap .ul_wrap ul {
    width: 100%;
  }
}
.staff1 .staff1_inner .body .wrap .ul_wrap ul li {
  font-family: var(--font_sans);
  font-size: clamp(11px, 1.3vw, 15px);
}
.staff1 .staff1_inner .body .wrap li {
  font-family: var(--font_sans);
}
.staff1 .wrap {
  width: 90%;
  margin: auto;
}

.staff2 .staff_inner2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -3%;
}
@media screen and (max-width: 768px) {
  .staff2 .staff_inner2 {
    display: block;
    margin-top: 50px;
  }
}
.staff2 .staff_inner2 .body {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .staff2 .staff_inner2 .body {
    width: 100%;
    margin-bottom: 1em;
  }
}
.staff2 .staff_inner2 .body h3 {
  width: 100%;
  color: #afa380;
  font-size: clamp(20px, 3vw, 40px);
  margin-bottom: 0.7em;
  font-weight: bold;
}
.staff2 .staff_inner2 .ph {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .staff2 .staff_inner2 .ph {
    width: 100%;
  }
}
.staff2 .staff_inner3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -3%;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .staff2 .staff_inner3 {
    display: block;
    margin-top: 0px;
  }
}
.staff2 .staff_inner3 .body {
  width: 60%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .staff2 .staff_inner3 .body {
    width: 100%;
    margin-bottom: 1em;
  }
}
.staff2 .staff_inner3 .body h3 {
  width: 100%;
  color: #afa380;
  font-size: clamp(20px, 3vw, 40px);
  margin-bottom: 0.7em;
  font-weight: bold;
}
.staff2 .staff_inner3 .ph {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .staff2 .staff_inner3 .ph {
    width: 100%;
  }
}

.staff3 ol {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.staff3 ol li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2em;
  border-bottom: 1px solid;
  width: 100%;
}
.staff3 ol li small {
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .staff3 ol li small {
    font-size: clamp(12px, 1.6vw, 20px);
  }
}
.staff3 ol li strong {
  display: block;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  text-align: center;
  padding: 0.1em;
  background-color: #5c5c5c;
  color: #fff;
  border-radius: 50px;
  font-size: clamp(22px, 2.8vw, 33px);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -10px 20px;
}
@media screen and (max-width: 768px) {
  .staff3 ol li strong {
    width: 40px;
    height: 40px;
    margin: -10px 10px;
  }
}
.staff3 ol li p {
  font-size: clamp(16px, 1.8vw, 22px);
  font-family: var(--font_serif);
  font-weight: 600;
}
.staff3 ol li p span {
  color: #afa380;
}

.staff_bg2 {
  background-image: url(../images/staff/bg5.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.staff4 .staff_box {
  margin-bottom: 5%;
}
.staff4 .staff_box h3 {
  background-color: #ebe8df;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 1em;
}
.staff4 .staff_box h3.bg1 {
  background-color: #ebeaea !important;
}
.staff4 .staff_box h3.bg2 {
  background-image: url(../images/staff/bg4.png);
  background-size: 100% auto;
}
.staff4 .staff_box .name {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: bold;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .staff4 .staff_box .name {
    font-size: clamp(20px, 2.8vw, 32px);
  }
}
.staff4 .staff_box .name small {
  font-size: 0.6em;
  color: #afa380;
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  .staff4 .staff_box .name small {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 500px) {
  .staff4 .staff_box .name small {
    display: block;
    text-wrap: nowrap;
  }
}
.staff4 .staff_box dl {
  padding: 0px 20px;
}
.staff4 .staff_box dl dt {
  font-size: clamp(17px, 2vw, 24px);
  border-bottom: 1px solid;
  margin-bottom: 1em;
  font-weight: bold;
}
.staff4 .staff_box dl dt span {
  color: #afa380;
  margin-right: 0.2em;
}
.staff4 .staff_box dl dd {
  margin-bottom: 2em;
  font-family: var(--font_sans);
}
.staff4 .staff_box .dl_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .staff4 .staff_box .dl_wrap {
    display: block;
  }
}
.staff4 .staff_box .dl_wrap dl {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .staff4 .staff_box .dl_wrap dl {
    width: 100%;
    box-sizing: border-box;
  }
}

.sub_tit4 {
  font-size: clamp(19px, 2vw, 24px);
  border-bottom: 1px solid #999999;
  margin-bottom: 0.7em;
  font-weight: bold;
  font-family: var(--font_serif);
}
.sub_tit4 span {
  color: var(--sub_color);
  margin-right: 0.3em;
}
.sub_tit4 small {
  font-size: 0.78em;
}

.sub_tit5 {
  font-size: clamp(25px, 2.7vw, 40px);
  font-weight: bold;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sub_tit5::before {
  content: "";
  position: absolute;
  top: 49%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  z-index: 1;
  margin-left: -50vw;
  margin-right: 103%;
}

.bg_imp1 {
  background-image: url(../images/implant/bg1.png);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.imp1 .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .imp1 .inner {
    flex-wrap: wrap;
  }
}
.imp1 .inner .ph {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .imp1 .inner .ph {
    width: min(100%, 500px);
    margin: auto auto 30px;
  }
}
.imp1 .inner .body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .imp1 .inner .body {
    width: 100%;
  }
}
.imp1 .inner .body ul li {
  display: flex;
  font-size: clamp(18px, 1.85vw, 22px);
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 0.7em;
}
.imp1 .inner .body ul li p {
  font-family: var(--font_serif);
  font-weight: 600;
}
.imp1 .inner .body ul li span {
  color: var(--sub_color);
}
.imp1 .inner .body ul li:before {
  position: absolute;
  width: 1.3em;
  aspect-ratio: 1/1;
  background-image: url(../images/dentures/ic_chk.png);
  background-size: 100% auto;
  content: "";
  display: block;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  top: 0.6em;
}
.imp1 .inner .body img {
  margin: 50px 0 -50% auto;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .imp1 .inner .body img {
    display: none;
  }
}

.block4 .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .block4 .inner {
    flex-wrap: wrap;
  }
}
.block4 .inner .ph {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .block4 .inner .ph {
    width: min(100%, 500px);
    margin: auto auto 30px;
  }
}
.block4 .inner .body {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .block4 .inner .body {
    width: 100%;
  }
}
.block4 .inner .body ul li {
  display: flex;
  font-size: clamp(18px, 1.85vw, 22px);
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 0.7em;
}
.block4 .inner .body ul li span {
  color: var(--sub_color);
}
.block4 .inner .body ul li:before {
  position: absolute;
  width: 1.3em;
  aspect-ratio: 1/1;
  background-image: url(../images/dentures/ic_chk.png);
  background-size: 100% auto;
  content: "";
  display: block;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  top: 0.6em;
}
.block4 .inner .body img {
  margin: 50px 0 -50% auto;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .block4 .inner .body img {
    display: none;
  }
}

.imp3 {
  background-image: url(../images/implant/bg2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.imp3 .inner {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  padding: 5%;
}
.imp3 .inner h3 {
  background-color: rgba(216, 214, 214, 0.4);
  font-size: clamp(19px, 2.8vw, 32px);
  text-align: center;
  line-height: 1.7;
  padding: 0.7em;
  margin-bottom: 1em;
  font-weight: bold;
}
.imp3 .inner h3 span {
  color: var(--sub_color);
}
.imp3 .inner .note {
  text-align: center;
  margin-bottom: 2em;
}
.imp3 .inner dl {
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .imp3 .inner dl {
    width: 95%;
  }
}
.imp3 .inner dl dt {
  color: var(--sub_color);
  font-size: clamp(17px, 1.7vw, 22px);
  border-bottom: 1px solid;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 0.4em;
}
.imp3 .inner dl dt img {
  width: 1em;
  margin-right: 0.3em;
}
.imp3 .inner dl dd {
  margin-bottom: 3em;
  font-family: var(--font_sans);
}
.imp3 .inner .column {
  display: flex;
  justify-content: space-between;
  background-color: #fffee8;
  padding: 4%;
  box-sizing: border-box;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .imp3 .inner .column {
    width: min(95%, 500px);
    flex-wrap: wrap;
  }
}
.imp3 .inner .column .txt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .imp3 .inner .column .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.imp3 .inner .column .ph {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .imp3 .inner .column .ph {
    width: 100%;
  }
}

.bg_imp2 {
  background-image: url(../images/implant/bg5.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

.block5 {
  background-image: url(../images/implant/bg3.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 70% auto;
}
.block5 .lead {
  text-align: center;
}
.block5 .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .block5 .wrap {
    flex-wrap: wrap;
    width: min(100%, 500px);
    margin: auto;
    flex-direction: column-reverse;
  }
}
.block5 .wrap .txt {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .block5 .wrap .txt {
    width: 100%;
  }
}
.block5 .wrap .ph {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .block5 .wrap .ph {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.block5 .wrap.re {
  flex-direction: row-reverse;
}

.block6 {
  background-image: url(../images/implant/bg6.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.block6 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .block6 ul {
    display: block;
    width: 100%;
  }
}
.block6 ul li {
  width: 47%;
  background-color: #fff;
  margin-bottom: 7%;
  position: relative;
}
@media screen and (max-width: 500px) {
  .block6 ul li {
    display: block;
    width: 100%;
  }
}
.block6 ul li:nth-child(odd):after {
  position: absolute;
  content: "";
  width: 8%;
  aspect-ratio: 1/1.3;
  background-image: url(../images/implant/ic_arr1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  left: 102%;
  top: 45%;
}
@media screen and (max-width: 500px) {
  .block6 ul li:nth-child(odd):after {
    display: none;
  }
}
.block6 ul li:nth-child(even) {
  margin-top: 10%;
}
.block6 ul li:nth-child(even):after {
  position: absolute;
  content: "";
  width: 8%;
  aspect-ratio: 1/1.3;
  background-image: url(../images/implant/ic_arr2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  right: 103%;
  top: 105%;
}
@media screen and (max-width: 500px) {
  .block6 ul li:nth-child(even):after {
    display: none;
  }
}
.block6 ul li:last-child:after {
  display: none;
}
.block6 ul li .ph {
  position: relative;
}
.block6 ul li .ph .step {
  width: 90px;
  padding: 0.2em;
  aspect-ratio: 1/1;
  background-color: var(--sub_color);
  color: #fff;
  container-type: inline-size;
  line-height: 1;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .block6 ul li .ph .step {
    width: 60px;
  }
}
.block6 ul li .ph .step small {
  font-size: 20px;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .block6 ul li .ph .step small {
    font-size: 16px;
  }
}
.block6 ul li .ph .step strong {
  font-size: 50px;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .block6 ul li .ph .step strong {
    font-size: 40px;
  }
}
.block6 ul li .body {
  padding: 5%;
}
.block6 ul li .body h3 {
  font-size: clanp(18px, 1.7vw, 20px);
  font-family: var(--font_sans);
  font-weight: 600;
  border-bottom: 1px solid #999;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
}
.block6 ul li .body h3 span {
  color: var(--sub_color);
  margin-right: 0.2em;
}

.imp6 {
  margin-top: clamp(-300px, -24vw, -150px);
}
.imp6 .inner_1300 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .imp6 .inner_1300 {
    display: block;
  }
}
.imp6 .inner_1300 .ph {
  width: 65%;
  margin-right: -15%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .imp6 .inner_1300 .ph {
    width: 100%;
  }
}
.imp6 .inner_1300 .txt {
  width: 50%;
  position: relative;
  z-index: 1;
  background-image: url(../images/implant/bg7.png);
  background-size: cover;
  padding: 5%;
  box-sizing: border-box;
  font-family: var(--font_sans);
}
@media screen and (max-width: 768px) {
  .imp6 .inner_1300 .txt {
    width: 100%;
  }
}

.imp7 {
  background-image: url(../images/implant/bg8.png);
  background-size: cover;
  margin-top: clamp(-100px, -16vw, -200px);
}

.imp8 dt {
  background-color: rgba(207, 200, 179, 0.4);
  font-size: clamp(18px, 2.2vw, 28px);
  padding: 0 1em;
  margin-bottom: 1em;
}

.access1 .lead {
  font-size: clamp(17px, 1.8vw, 22px);
  text-align: center !important;
  font-family: var(--font_serif);
  font-weight: 600;
}
.access1 .map_btn {
  width: 300px;
  display: block;
  border: 1px solid #999;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.5em 1em;
  position: relative;
  transition: all 0.3s linear;
  opacity: 1;
  font-family: var(--font_sans);
  font-weight: 600;
  margin: 30px auto;
}
.access1 .map_btn:after {
  content: "";
  width: 1em;
  height: 2em;
  position: absolute;
  display: block;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/access/ic_arr.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s linear;
}
.access1 .map_btn:hover {
  opacity: 0.7;
}

.access2 {
  position: relative;
  z-index: 0;
}
.access2 .inner_1300 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .access2 .inner_1300 {
    display: block;
  }
}
.access2 .inner_1300 .txt {
  width: 60%;
  margin-right: -10%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .access2 .inner_1300 .txt {
    width: 100%;
  }
}
.access2 .inner_1300 .txt h2 {
  font-size: clamp(35px, 4vw, 56px);
  line-height: 1.5;
  color: #5c5c5c;
  text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #fff, 0 0 20px #fff, 0 0 35px #fff, 0 0 55px #fff, 0 0 80px #fff;
}
.access2 .inner_1300 .txt ul {
  display: flex;
  justify-content: space-between;
  margin-top: 15%;
  margin-bottom: -25%;
}
@media screen and (max-width: 768px) {
  .access2 .inner_1300 .txt ul {
    margin: 5% auto;
  }
}
.access2 .inner_1300 .txt ul li {
  width: 48%;
}
.access2 .inner_1300 .ph {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: -20%;
  position: relative;
  z-index: 0;
}

.acc_bg {
  background-image: url(../images/access/bg2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: clamp(150px, 24vw, 300px);
}

.access3 {
  margin-top: clamp(-300px, -48vw, -600px);
  position: relative;
  z-index: 1;
}
.access3 .inner_1200 {
  position: relative;
}
.access3 .inner_1200:after {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  content: "";
  display: block;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
.access3 .inner_1200 dl {
  width: 80% !important;
  padding: 7%;
}
@media screen and (max-width: 768px) {
  .access3 .inner_1200 dl {
    padding: 20px 20px 20px 0px !important;
    width: 100% !important;
    box-sizing: border-box;
  }
}
.access3 .inner_1200 dl dd {
  margin-bottom: 2em;
  font-family: var(--font_sans);
}
.access3 .inner_1200 dl .dl_wrap {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .access3 .inner_1200 dl .dl_wrap {
    display: block;
  }
}
.access3 .inner_1200 dl .dl_wrap dl {
  padding: 3% 3% 0 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media screen and (max-width: 500px) {
  .access3 .inner_1200 dl .dl_wrap dl {
    width: 100% !important;
  }
}
.access3 .inner_1200 dl .dl_wrap dl dt {
  background-image: url(../images/access/bg3.png);
  background-size: cover;
  padding: 0 1em;
}
.access3 .inner_1200 dl .dl_wrap dl dd {
  padding: 0.5em 1em 0 !important;
  font-family: var(--font_sans);
}
.access3 .inner_1200 dl .time_t {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px !important;
}
.access3 .inner_1200 dl .time_t td, .access3 .inner_1200 dl .time_t th {
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .access3 .inner_1200 dl .time_t td, .access3 .inner_1200 dl .time_t th {
    font-size: 14px !important;
    padding: 0.5em;
  }
}
.access3 .inner_1200 dl .acc_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.access3 .inner_1200 dl .acc_ul li {
  width: 48%;
  margin-bottom: 30px;
}

.access4 .card li {
  background-color: #e7e3d9 !important;
}
.access4 .top_info_clinic td, .access4 .top_info_clinic th {
  font-family: var(--font_sans);
}

.top_info_inner .time_t td, .top_info_inner .time_t th {
  padding: 0.5em 0.6em;
}

.center_btn {
  width: 100%;
  margin: auto;
}

.small_he {
  display: block;
  color: #333 !important;
  line-height: 1;
  font-size: 0.6em;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}

.sub-menu a {
  color: #333 !important;
  display: block;
  padding: 0.5em;
  background-color: rgba(255, 255, 255, 0.7);
}

.el_table {
  width: 100%;
  margin: auto;
}
.el_table th {
  background-color: #eae7e5;
  padding: 0.5em;
  border: 1px solid #C0BCB9;
}
.el_table td {
  padding: 0.5em;
  border: 1px solid #C0BCB9;
  text-align: center;
}

.el_dl dt {
  font-size: 1.3em;
  color: var(--sub_color);
  font-weight: bold;
  margin: 2em 0 1em;
}

.el_note {
  padding: 50px;
  background-color: #efefef;
}
@media screen and (max-width: 768px) {
  .el_note {
    padding: 20px;
  }
}

.el_ul3 li {
  position: relative;
  padding-left: 1.2em;
  font-size: 0.9em;
  font-family: var(--font_sans);
}
.el_ul3 li:before {
  content: "※";
  position: absolute;
  left: 0;
}

.el_ul4 li {
  position: relative;
  padding-left: 1.2em;
  font-size: 0.9em;
  font-family: var(--font_sans);
}
.el_ul4 li:before {
  content: "・";
  position: absolute;
  left: 0;
}

.el_ul5 li {
  position: relative;
  padding-left: 1.2em;
  font-family: var(--font_sans);
}
.el_ul5 li:before {
  content: "●";
  position: absolute;
  left: 0;
}

.el_ul6 li {
  position: relative;
  padding-left: 1em;
  font-family: var(--font_sans);
}
.el_ul6 li:before {
  content: "※";
  position: absolute;
  left: 0;
  color: var(--sub_color);
}

.el_ul7 li {
  position: relative;
  padding-left: 1.2em;
  font-family: var(--font_sans);
}
.el_ul7 li:before {
  content: "●";
  position: absolute;
  left: 0;
  color: #AFA380;
}

.ortho_block6 li:after {
  display: none;
}
.ortho_block6 li .step strong {
  padding-top: 0.3em;
}

.bg_none {
  background-image: none !important;
}

.flow_box {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  flex-wrap: wrap;
  background-color: #faf6ec;
}
@media screen and (max-width: 768px) {
  .flow_box {
    padding: 20px;
    display: block;
  }
}
.flow_box .ph {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow_box .ph {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flow_box .ph table {
  width: 100%;
  border-collapse: collapse;
}
.flow_box .ph table th, .flow_box .ph table td {
  text-align: center;
  padding: 0.5em 0.2em;
  border: 1px solid #FAF6EC;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .flow_box .ph table th, .flow_box .ph table td {
    font-size: 11px;
  }
}
.flow_box .ph table td {
  background-color: #fff;
}
.flow_box .ph table th {
  background-color: rgba(255, 255, 255, 0.6);
}
.flow_box .body {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow_box .body {
    width: 100%;
  }
  .flow_box .body p {
    font-size: 14px;
  }
}
.flow_box .body_wide {
  width: 100%;
  box-sizing: border-box;
}
.flow_box .body_wide h3 {
  margin-left: 70px;
}
.flow_box .num {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 300px;
  background-color: #AFA380;
  color: #fff;
  container-type: inline-size;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  transform: translate(-50%, -50%);
  font-family: var(--font_serif);
}
@media screen and (max-width: 768px) {
  .flow_box .num {
    width: 70px;
    height: 70px;
  }
}
.flow_box .num small {
  font-size: 20cqw;
  display: block;
  width: 100%;
  text-align: center;
}
.flow_box .num strong {
  font-size: 60cqw;
  display: block;
  width: 100%;
  text-align: center;
}
.flow_box .num2 {
  background-color: #C0BCB9;
}
.flow_box .num2 small {
  letter-spacing: 0 !important;
  font-size: 17cqw;
}

.flow_box_me {
  background-color: #efefef;
  background-color: #fff;
  border: 5px solid #FAF6EC;
}

.flow_box_de {
  background-color: #efefef;
  background-color: #fff;
  border: 5px solid #eee;
}

.flow_box2 {
  display: flex;
  background-color: #fff !important;
  padding: 0px;
}
.flow_box2 h4 {
  font-size: clamp(17px, 2.2vw, 30px);
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .flow_box2 h4 {
    margin-bottom: 1em;
    letter-spacing: 0;
  }
}
.flow_box2 .in_flow {
  width: 48%;
  display: block;
  background-color: #faf6ec;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .flow_box2 .in_flow {
    padding: 10px;
  }
}
.flow_box2 .in_flow .ph {
  width: 100%;
  margin-bottom: 20px;
}
.flow_box2 .in_flow .body {
  width: 100%;
}
.flow_box2 .in_flow2 {
  background-color: #eeebe7;
}

.container_type {
  container-type: inline-size;
}

.gre_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .gre_box {
    display: block;
  }
}
.gre_box .ph {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .gre_box .ph {
    width: 50%;
    display: block;
    margin: auto auto 30px;
  }
}
.gre_box .body {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .gre_box .body {
    width: 100%;
    display: block;
    margin: auto;
  }
}

.bg_none {
  background-image: none !important;
}

.bl_column4 {
  width: 100%;
  background-color: #efefef;
  padding: 30px;
  box-sizing: border-box;
}
.bl_column4.re .inner {
  flex-direction: row;
}
.bl_column4 h3 {
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}
.bl_column4 ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.bl_column4 ul li {
  list-style-type: disc;
  font-family: var(--font_sans);
}
.bl_column4 .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .bl_column4 .inner {
    display: block;
    box-sizing: border-box;
  }
}
.bl_column4 .inner .ph {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .bl_column4 .inner .ph {
    width: 100%;
  }
}
.bl_column4 .inner .body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .bl_column4 .inner .body {
    width: 100%;
  }
}

.bl_column5 {
  width: 100%;
  background-color: #efefef;
  padding: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl_column5 {
    padding: 30px;
  }
}
.bl_column5.re .inner {
  flex-direction: row;
}
.bl_column5 h3 {
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}
.bl_column5 ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.bl_column5 ul li {
  list-style-type: disc;
  font-family: var(--font_sans);
}
.bl_column5 .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .bl_column5 .inner {
    display: block;
    box-sizing: border-box;
  }
}
.bl_column5 .inner .ph {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .bl_column5 .inner .ph {
    width: 100%;
    margin-top: 30px;
  }
}
.bl_column5 .inner .body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .bl_column5 .inner .body {
    width: 100%;
  }
}

.imp_dr {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .imp_dr {
    display: block;
  }
}
.imp_dr dl {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .imp_dr dl {
    width: 100%;
  }
}

.flow_arr {
  text-align: center;
}
.flow_arr img {
  width: 80px;
  display: block;
  margin: auto;
}

.accordion {
  margin: 0;
  padding: 0;
}

.accordion dt {
  position: relative;
  margin: 0;
  padding: 14px 44px 14px 16px; /* 右側にアイコン分の余白 */
  cursor: pointer;
  border-top: 1px solid #ddd;
  background: #fafafa;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.accordion dt:last-of-type {
  border-bottom: 1px solid #ddd;
}

.accordion dd {
  margin: 0;
  padding: 0 16px 16px;
  display: none; /* 初期は閉じる */
  border-bottom: 1px solid #eee;
  background: #fff;
}

/* 右端の＋/−マーク（擬似要素） */
.accordion dt::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.accordion dt.is-open::after {
  content: "−"; /* 全角マイナスで見た目を揃える */
}

/* フォーカス可視（キーボード操作用に軽くアクセシブル対応） */
.accordion dt,
.accordion dd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.accordion dt span,
.accordion dd span {
  margin-right: 10px;
  font-size: 1.1em;
  position: relative;
  top: -0.1em;
  width: 30px;
  height: 30px;
  display: block;
  aspect-ratio: 1/1;
  background-color: #000;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CDB57F;
}

.accordion dd {
  padding-left: 2em !important;
  padding-top: 1em;
}
.accordion dd span {
  background-color: #333;
}

.sub_tit6 {
  background-color: rgba(207, 200, 179, 0.5);
  font-size: clamp(16px, 1.7vw, 21px);
  font-weight: bold;
  text-align: left;
  padding: 0px 1em;
}

.sub_tit7 {
  background-color: rgba(207, 200, 179, 0.5);
  font-size: clamp(19px, 2.1vw, 26px);
  font-weight: bold;
  text-align: left;
  padding: 0px 0.5em;
}

.allon4_price_dl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #AFA380;
  color: #fff;
  padding: 3%;
  text-align: center;
  font-size: 1.5em;
}

.bl_list_box3 {
  background-color: #fff;
  padding: 3%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  width: 100%;
  box-sizing: border-box;
}
.bl_list_box3 li {
  display: flex;
  justify-content: flex-start;
  font-size: 1.15em;
}
.bl_list_box3 li:before {
  content: "●";
  color: var(--sub_color);
  margin-right: 0.1em;
}

.bl_list_box4 {
  background-color: #fff;
  padding: 5% 5% 2%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  width: 90%;
  margin: auto;
  box-sizing: border-box;
}
.bl_list_box4 ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.bl_list_box4 ul li {
  display: flex;
  justify-content: flex-start;
  font-size: clamp(18px, 2vw, 30px);
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .bl_list_box4 ul li {
    padding-left: 50px;
    margin-bottom: 10px;
  }
}
.bl_list_box4 ul li span {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: var(--sub_color);
  margin-right: 0.1em;
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .bl_list_box4 ul li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
  }
}

.wisdom_fea_tit {
  position: relative;
  padding-left: 50px;
  text-wrap: wrap;
  font-size: clamp(23px, 2.7vw, 35px) !important;
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  align-content: flex-start !important;
}
.wisdom_fea_tit span {
  width: 70px;
  height: 70px;
  color: #fff;
  background-color: var(--sub_color);
  margin-right: 0.1em;
  left: 0;
  top: 5px;
  display: block;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  font-size: 50px !important;
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .wisdom_fea_tit span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 0;
    font-size: 30px !important;
  }
}
.wisdom_fea_tit p {
  width: calc(100% - 60px);
  font-family: var(--font_serif);
  line-height: 1.6;
}

.wisdom_ph {
  margin-top: -10px !important;
}

.wisdom_wrap .bl_wrapper4 {
  align-items: flex-start;
  align-content: flex-start;
}

.wisdom_wrap .bl_list_box3 li {
  font-size: 1em !important;
}

.cgf {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: auto;
  flex-wrap: wrap;
}
.cgf li {
  margin-top: 30px;
  width: 29%;
  position: relative;
  padding: 1%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #8a8a8a;
}
@media screen and (max-width: 500px) {
  .cgf li {
    width: 48%;
  }
}
.cgf li img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.cgf li p.num {
  position: absolute;
  top: -25px;
  left: 5px;
  background-color: var(--sub_color);
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  font-weight: normal;
  font-size: 1.8rem;
  font-family: "Times New Roman", Times, "serif";
  z-index: 1;
}

.f_sub {
  color: var(--sub_color) !important;
}

.el_ol {
  list-style-type: decimal;
  margin-left: 1em;
}

.wisdom_case {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wisdom_case {
    display: block;
    width: min(100%, 500px);
    margin: auto;
  }
}
.wisdom_case li {
  width: 31%;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .wisdom_case li {
    width: 100%;
    margin-top: 50px;
  }
}
.wisdom_case li .label {
  background-color: var(--sub_color);
  text-align: center;
  width: 100%;
  line-height: 1.5;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.wisdom_case li .label > strong {
  font-weight: bold;
  display: block;
  font-size: 1.2;
}
.wisdom_case li .label small {
  display: block;
}
.wisdom_case li .label small strong {
  font-weight: bold;
  font-size: 1.3em;
}
.wisdom_case li .label > p .trans {
  opacity: 0.3;
}
.wisdom_case li .ph {
  width: 80% !important;
  position: relative;
  z-index: 0;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
}
.wisdom_case li .ph img {
  border-radius: 500px;
  display: block;
}
.wisdom_case li .ph .our_time {
  border-radius: 300px;
  width: 45%;
  font-size: clamp(12px, 1.5vw, 18px);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border: 3px solid #ddd;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -10%;
  flex-wrap: wrap;
}
.wisdom_case li .ph .our_time strong {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  color: var(--sub_color);
}

.catch_preventive {
  font-size: clamp(20px, 3vw, 40px);
  line-height: 1.5;
  margin: 1em auto;
  font-family: var(--font_serif);
  text-align: center;
}

.no_flex {
  display: block !important;
}

.price_table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.price_table th {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background-color: #E3DFD3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price_table th {
    font-size: 11px;
    padding: 0.2em;
  }
}
.price_table td {
  padding: 0.5em 1em;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price_table td {
    font-size: 11px;
    padding: 0.2em;
  }
}

.block_case .case_wrap {
  padding: 50px;
  background-color: #FAF6EC;
  margin-bottom: clamp(30px, 4vw, 50px);
}
@media screen and (max-width: 768px) {
  .block_case .case_wrap {
    padding: 20px;
  }
}
.block_case .case_wrap .case_ph {
  display: flex;
  justify-content: space-between;
  padding-top: clamp(30px, 4vw, 50px);
}
.block_case .case_wrap .case_ph img {
  width: 49%;
}
.block_case .case_wrap .case_ph3 img {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .block_case .case_wrap .case_ph3 img {
    width: 100%;
    display: block;
  }
}
.block_case .case_wrap .caseT {
  width: 100%;
  border-collapse: collapse;
}
.block_case .case_wrap .caseT th {
  padding: 0.5em 1em;
  background-color: #AFA380;
  color: #fff;
  border: 1px solid #AFA380;
}
@media screen and (max-width: 768px) {
  .block_case .case_wrap .caseT th {
    padding: 0.5em;
    font-size: 14px;
    width: 100px;
  }
}
.block_case .case_wrap .caseT td {
  padding: 0.5em 1em;
  background-color: #fff;
  border: 1px solid #AFA380;
}
@media screen and (max-width: 768px) {
  .block_case .case_wrap .caseT td {
    padding: 0.5em;
    font-size: 14px;
  }
}
.block_case .im_textsetflex {
  padding: 50px 0px 50px;
}

.case_ul ul {
  display: flex;
  justify-content: space-between;
  padding-top: clamp(30px, 4vw, 50px);
}
.case_ul ul li {
  width: 49%;
}
.case_ul ul li .before {
  background-color: #C0BCB9;
  text-align: center;
  padding: 0 0.5em;
  font-size: 1.2em;
}
.case_ul ul li .after {
  background-color: #AFA380;
  text-align: center;
  padding: 0 0.5em;
  font-size: 1.2em;
}

.case_ph_slide {
  width: 60%;
  margin: auto;
  padding-top: clamp(30px, 4vw, 50px);
}
@media screen and (max-width: 768px) {
  .case_ph_slide {
    width: 90%;
  }
}
.case_ph_slide .slick-nex:before, .case_ph_slide .slick-next:before, .case_ph_slide .slick-prev:before, .case_ph_slide .slick-prev:before {
  color: #AFA380 !important;
}

.el_in_menu {
  padding: 3%;
  background-color: #efefef;
}
.el_in_menu ul {
  display: flex;
  flex-wrap: wrap;
}
.el_in_menu ul li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .el_in_menu ul li {
    width: 50%;
  }
}

.medi_wrap p a {
  color: #AFA380;
}

.highlighter {
  background-image: linear-gradient(transparent 75%, #AFA380 0%);
  font-size: 1.3rem;
}

.medi_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.medi_box li {
  width: 46%;
  background-color: #efefef;
  text-align: center;
  margin: 2%;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .medi_box li {
    width: 100%;
  }
}
.medi_box li p {
  text-align: left;
}
.medi_box li h6 {
  color: #AFA380;
  font-size: 1.2em;
  line-height: 1.5;
}

.bl_list_medi ul {
  width: 100% !important;
}

.no_bg {
  background-image: none !important;
}

.blog_wrap .inner_1200 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .blog_wrap .inner_1200 {
    display: block;
  }
}
.blog_wrap .inner_1200 .main {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .blog_wrap .inner_1200 .main {
    width: 100%;
  }
}
.blog_wrap .inner_1200 .main ul li {
  padding: 30px 0px;
  border-bottom: 1px solid #AFA380;
}
.blog_wrap .inner_1200 .main ul li .date {
  color: #AFA380;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .blog_wrap .inner_1200 .main ul li .date {
    font-size: 16px;
    margin-bottom: 1em;
  }
}
.blog_wrap .inner_1200 .main ul li h2 {
  font-size: 24px;
  color: #000;
  font-family: var(--font_sans);
}
.blog_wrap .inner_1200 .main ul li .cate a {
  color: #AFA380;
}
.blog_wrap .inner_1200 .main ul li .cate {
  text-align: right;
}
.blog_wrap .inner_1200 .side {
  width: 30%;
  background-color: #FAF7F3;
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .blog_wrap .inner_1200 .side {
    width: 100%;
    margin-top: 30px;
  }
}
.blog_wrap .inner_1200 .side .in_side {
  margin-bottom: 2em;
}
.blog_wrap .inner_1200 .side h3 {
  font-size: 24px;
  color: #000;
  font-family: var(--font_sans);
}
.blog_wrap .single .date {
  display: flex;
  margin: 1em auto;
  justify-content: space-between;
}
.blog_wrap .single .date span {
  font-weight: normal;
}
.blog_wrap .single h2 {
  border-bottom: 4px dotted #AFA380;
}/*# sourceMappingURL=custom.css.map */