@charset "UTF-8";
/*
Theme Name: 浅川歯科
Theme URI: https://www.asakawa-shika.com/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@font-face {
  font-family: "medio";
  src: url("/wp-content/themes/basic_tpl/img/fonts/Medio.woff2") format("woff2"), url("/wp-content/themes/basic_tpl/img/fonts/Medio.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* =====================================
  FOUNDATIONS
===================================== */
.img_r .elementor-image-box-wrapper {
  display: block !important;
}
.img_r .elementor-image-box-wrapper img {
  width: 100%;
  vertical-align: bottom;
}
.img_r .elementor-image-box-wrapper .elementor-image-box-img {
  float: right;
}
@media (min-width: 768px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 40px !important;
    margin-left: 80px !important;
  }
}
.img_r .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 2;
  text-align: left;
}
@media (max-width: 767px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 16px !important;
    display: block;
    float: none;
    width: 100% !important;
    text-align: center;
  }
}

.img_l .elementor-image-box-wrapper {
  display: block !important;
}
.img_l .elementor-image-box-wrapper img {
  width: 100%;
  vertical-align: bottom;
}
.img_l .elementor-image-box-wrapper .elementor-image-box-img {
  float: left;
}
@media (min-width: 768px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin-right: 80px !important;
    margin-bottom: 40px !important;
  }
}
.img_l .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 2;
  text-align: left;
}
@media (max-width: 767px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 16px !important;
    display: block;
    float: none;
    width: 100% !important;
    text-align: center;
  }
}

/*--------------------------------------
  Elements
--------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  color: #5E563F;
  letter-spacing: 0;
  line-height: 2;
}
body.fixed {
  overflow: hidden;
}

a {
  color: #5E563F;
}
a:hover {
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

a img {
  transition-duration: 0.7s;
}
a:hover img {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/* =====================================
  ブレイクポイント切替
===================================== */
.tb,
.sp,
.mb,
.tb-only,
.sp-only {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tb-only {
    display: initial;
  }
}
@media (max-width: 1024px) {
  .tb {
    display: initial;
  }
  .pc-tb {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp {
    display: initial;
  }
  .pc,
  .pc-sp {
    display: none;
  }
  .sp-only {
    display: initial;
  }
}
@media (max-width: 480px) {
  .mb {
    display: initial;
  }
  .pc-mb {
    display: none;
  }
  .sp-only {
    display: none;
  }
}
/* elementor fix */
.elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 30px;
}
@media (max-width: 480px) {
  .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 20px;
  }
}

.under .elementor > .e-con-boxed + .e-con-boxed {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .under .elementor > .e-con-boxed + .e-con-boxed {
    margin-top: 60px;
  }
}
.under .main > .elementor > .e-con-boxed:first-child {
  --margin-top: 0;
}
.under p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 1.6;
}

/*
body:not(.home) {
	.elementor-column.elementor-col-25, .elementor-column[data-col="25"],
	.elementor-column.elementor-col-33, .elementor-column[data-col="33"],
	.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
		@media (max-width: $point-sp) {
			width: 100%;
		}
	}
}
*/
/* =====================================
  LAYOUTS
===================================== */
/*--------------------------------------
	Container
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------
	Header
--------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  padding: min(0.4861111111vw, 7px) min(2.0833333333vw, 30px) 0;
  transition-duration: 0.7s;
}
@media (width <= 767px) {
  .l-header {
    padding: 8px 20px 6px 15px;
  }
}
.l-header__wrap {
  display: flex;
  justify-content: space-between;
}
.l-header__logo a, .l-header__logo span {
  display: block;
  width: calc(217vw / 1440 * 100);
  height: calc(100vw / 1440 * 100);
  background: url("/wp-content/uploads/logo01.png") no-repeat center/100%;
}
@media (max-width: 767px) {
  .l-header__logo a, .l-header__logo span {
    width: 142px;
    height: 70px;
  }
}
body.fixed .l-header__logo {
  position: relative;
  z-index: 101;
}
body.fixed .l-header__logo a, body.fixed .l-header__logo span {
  background: url("/wp-content/uploads/logo03.png") no-repeat center/100%;
}
.l-header__right {
  display: flex;
  gap: calc(31vw / 1440 * 100);
}
.l-header__infoBox {
  display: flex;
  justify-content: space-between;
}
@media (width >= 768px) {
  .l-header__infoBox {
    margin-top: calc(10vw / 1440 * 100);
    width: calc(341vw / 1440 * 100);
  }
}
@media (width <= 767px) {
  .l-header__infoBox {
    align-items: center;
  }
}
.l-header__infoBox img {
  width: calc(168vw / 1440 * 100);
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.l-header__infoBox img:hover + .l-header__infoLinksWrap,
.l-header__infoBox img:hover + noscript + .l-header__infoLinksWrap {
  opacity: 1;
  pointer-events: auto;
}
.l-header__infoLinks {
  position: relative;
  padding: calc(10vw / 1440 * 100) calc(15vw / 1440 * 100);
  background: #FAF8F7;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
.l-header__infoLinksWrap {
  padding-top: 5px;
  transition-duration: 0.4s;
  opacity: 0;
  pointer-events: none;
}
.l-header__infoLinksWrap:hover {
  opacity: 1;
  pointer-events: auto;
}
.l-header__infoLinks li {
  display: flex;
  align-items: center;
  gap: calc(7vw / 1440 * 100);
}
.l-header__infoLinks li:before {
  content: "";
  width: calc(22vw / 1440 * 100);
  height: calc(22vw / 1440 * 100);
  background: url("/wp-content/uploads/ico_arrow01-1.svg") no-repeat center/100%;
}
.l-header__infoLinks li:not(:last-child) {
  margin-bottom: calc(8vw / 1440 * 100);
}
.l-header__infoLinks li a {
  text-decoration: none;
  border-bottom: 1px solid #C4BBB3;
  color: #3D4C75;
}
.l-header__infoLinks.wdo li:before {
  background-image: url("/wp-content/uploads/ico_arrow02.svg");
}
.l-header__infoLinks.wdo li a {
  color: #355CC2;
}
.l-header__infoTel {
  display: flex;
  align-items: center;
  gap: calc(3vw / 1440 * 100);
  font-family: medio, sans-serif;
  font-size: calc(16vw / 1440 * 100);
  line-height: 1.2;
}
.l-header__infoTel:before {
  content: "";
  position: relative;
  top: calc(-1vw / 1440 * 100);
  width: calc(11vw / 1440 * 100);
  height: calc(14vw / 1440 * 100);
  background: url("/wp-content/uploads/ico_tel01.svg") no-repeat center/100%;
}
.wdo .l-header__infoTel:before {
  background-image: url("/wp-content/uploads/ico_tel02.svg");
}
.l-header__infoReserve {
  font-size: calc(14vw / 1440 * 100);
  font-weight: 500;
  line-height: 1.42;
}

.fixedBg {
  background: rgba(255, 255, 255, 0.7);
}

/*--------------------------------------
  MainVisual
--------------------------------------*/
.l-mv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 31.25%;
  height: 100%;
  background: linear-gradient(to bottom right, #ebe4d6 0%, #ebe4d6 20%, #d4c8a9 60%, #bfae7e 100%);
}
@media (width <= 767px) {
  .l-mv:after {
    display: none;
  }
}
.l-mv .bg_mv02 {
  background: linear-gradient(rgba(235, 228, 214, 0) 0%, #e0d4bc 13.4%, #b7a77b 28.51%, #cec19e 66.3%, rgba(235, 228, 214, 0) 100%);
  opacity: 0.24;
}
@media (width <= 767px) {
  .l-mv .bg_mv02 {
    background: linear-gradient(to bottom, rgba(235, 228, 214, 0) 0%, #e0d4bc 22.73%, #b7a77b 35.89%, #cec19e 58%, rgba(235, 228, 214, 0) 100%);
    opacity: 0.6;
  }
}
.l-mv .font-color-dodge {
  opacity: 0.76;
  mix-blend-mode: color-dodge;
}
@media (width <= 767px) {
  .l-mv .font-color-dodge {
    opacity: 1;
  }
}
.l-mv .txt_mv_catch01 {
  width: 80.83vw;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 14.47%, rgba(255, 255, 255, 0.8) 48.77%, rgba(255, 255, 255, 0.85) 77.04%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.7;
}
.l-mv__icons {
  line-height: 1;
}

/*--------------------------------------
	Main
--------------------------------------*/
.main {
  position: relative;
  z-index: 1;
  padding: 93px 0 187px;
  background-color: rgba(255, 255, 255, 0.55);
}
@media (width >= 768px) {
  .main {
    border-radius: 50px 0 0 0;
  }
}
@media (width <= 767px) {
  .main {
    padding: 28px 0 46px;
  }
}

/*--------------------------------------
  Footer
--------------------------------------*/
.l-footer {
  position: relative;
  z-index: 1;
  background: url("/wp-content/uploads/bg_footer.jpg") no-repeat center/cover;
}
.l-footer__wrap {
  margin: 0 auto;
  padding: 59px 30px 80px;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  color: #fff;
}
@media (width <= 1024px) {
  .l-footer__wrap {
    flex-direction: column;
    gap: 60px;
  }
}
@media (width <= 767px) {
  .l-footer__wrap {
    padding: 42px 30px 27px;
    flex-direction: column-reverse;
    gap: 30px;
    background: url("/wp-content/uploads/bg_footer-sp.jpg") no-repeat center right/cover;
  }
}
.l-footer__colL {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
}
@media (width <= 1024px) {
  .l-footer__colL {
    width: 100%;
  }
}
@media (width <= 767px) {
  .l-footer__colL {
    gap: 30px;
  }
}
.l-footer__colR {
  width: 63%;
}
@media (width <= 1024px) {
  .l-footer__colR {
    width: 100%;
  }
}
.l-footer__colR > ul {
  display: flex;
  gap: 40px 0;
  flex-wrap: wrap;
}
@media (width <= 767px) {
  .l-footer__colR > ul {
    flex-direction: column;
    gap: 0;
  }
}
.l-footer__colR > ul > li {
  width: 20%;
}
@media (width <= 767px) {
  .l-footer__colR > ul > li {
    width: 100%;
  }
}
.l-footer__colR > ul > li:last-child {
  width: 100%;
  max-width: 516px;
}
@media (width <= 767px) {
  .l-footer__colR > ul > li:last-child {
    display: none;
  }
}
.l-footer__colR > ul h3 {
  margin-bottom: 10px;
}
.l-footer__colR > ul h3 a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  color: #fff;
  text-decoration: none;
}
@media (width <= 767px) {
  .l-footer__colR > ul h3 a {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
  }
  .l-footer__colR > ul h3 a:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 1px;
    background: #fff;
  }
}
.l-footer__colR > ul h3 a:hover {
  text-decoration: underline;
}
@media (width <= 767px) {
  .l-footer__colR > ul h3 + div, .l-footer__colR > ul h3 + ul {
    display: none;
  }
}
.l-footer__info01 dl dt {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (width <= 767px) {
  .l-footer__info01 dl dt {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.l-footer__info01 dl + dl {
  margin-top: 28px;
}
.l-footer__logo {
  margin-bottom: 36px;
  max-width: 287px;
}
@media (width <= 767px) {
  .l-footer__logo {
    margin-bottom: 27px;
    max-width: 193px;
  }
}
.l-footer__address {
  margin-bottom: 4px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (width <= 767px) {
  .l-footer__address {
    font-size: 15px;
  }
}
.l-footer__tel {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-family: medio, sans-serif;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.l-footer__tel:before {
  content: "";
  position: relative;
  top: -2px;
  width: 16px;
  height: 20px;
  background: url("/wp-content/uploads/ico_tel-white.svg") no-repeat center/100%;
}
.l-footer__sns {
  display: flex;
  gap: 16px;
}
.l-footer__sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
}
.l-footer__sns a:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("/wp-content/uploads/ico_insta-only2.svg") no-repeat center/100%;
}
.l-footer__sns a span {
  display: none;
}
.l-footer__sns a:hover {
  opacity: 0.7;
}
.l-footer__sns li:last-child a:before {
  width: 23px;
  width: 23px;
  background: url("/wp-content/uploads/ico_x-only2.svg") no-repeat center/100%;
}
.l-footer__nav li a {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 2.8;
  color: #fff;
  text-decoration: none;
}
.l-footer__nav li a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 1px;
  background: #fff;
}
.l-footer__nav li a:hover {
  text-decoration: underline;
}
.l-footer__nav.wide ul {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__nav.wide ul li {
  width: 50%;
}
.l-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DFD6BD;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (width >= 768px) {
  .l-footer__copyright {
    height: 50px;
  }
}
@media (width <= 767px) {
  .l-footer__copyright {
    padding-bottom: calc(70vw / 375 * 100);
    font-size: 12px;
    line-height: 1.67;
  }
}
.l-footer__infoBox {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: calc(3vw / 375 * 100);
}
.l-footer__infoBox:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(66vw / 375 * 100);
  background: linear-gradient(to bottom right, #ebe4d6 0%, #ebe4d6 40%, #d4c8a9 80%, #bfae7e 100%);
}
.l-footer__infoBox img {
  position: relative;
  margin-bottom: calc(5vw / 375 * 100);
  width: calc(178vw / 375 * 100);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.l-footer__infoLinks {
  display: none;
  padding: calc(10vw / 375 * 100) calc(15vw / 375 * 100);
  background: #FAF8F7;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: calc(6vw / 375 * 100);
}
.l-footer__infoLinks li {
  display: flex;
  gap: calc(10vw / 375 * 100);
}
.l-footer__infoLinks li:before {
  content: "";
  width: calc(22vw / 375 * 100);
  height: calc(22vw / 375 * 100);
  background: url("/wp-content/uploads/ico_arrow01-1.svg") no-repeat center/100%;
}
.l-footer__infoLinks li:not(:last-child) {
  margin-bottom: calc(8vw / 375 * 100);
}
.l-footer__infoLinks li a {
  text-decoration: none;
  border-bottom: 1px solid #C4BBB3;
  font-size: calc(16vw / 375 * 100);
  color: #3D4C75;
}
.l-footer__infoLinks.wdo li:before {
  background-image: url("/wp-content/uploads/ico_arrow02.svg");
}
.l-footer__infoLinks.wdo li a {
  color: #355CC2;
}
.l-footer__infoTel {
  display: flex;
  align-items: center;
  gap: calc(3vw / 375 * 100);
  font-family: medio, sans-serif;
  font-size: calc(16vw / 375 * 100);
  line-height: 1.2;
}
.l-footer__infoTel:before {
  content: "";
  position: relative;
  top: calc(-1vw / 375 * 100);
  width: calc(11vw / 375 * 100);
  height: calc(14vw / 375 * 100);
  background: url("/wp-content/uploads/ico_tel01.svg") no-repeat center/100%;
}
.wdo .l-footer__infoTel:before {
  background-image: url("/wp-content/uploads/ico_tel02.svg");
}
.l-footer__infoReserve {
  font-size: calc(14vw / 375 * 100);
  font-weight: 500;
  line-height: 1.42;
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
	Global navigation
--------------------------------------*/
.c-gnav {
  margin-top: calc(27vw / 1440 * 100);
  width: 100%;
  flex: 1;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    z-index: 100;
    margin-top: 0;
    padding: 123px 0 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/bg_gnav-sp.jpg") no-repeat left top/cover;
    overflow-y: scroll;
  }
  .c-gnav:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(to bottom right, #ebe4d6 0%, #ebe4d6 40%, #d4c8a9 80%, #bfae7e 100%);
  }
}
.c-gnav .menu {
  display: flex;
  gap: calc(40vw / 1440 * 100);
}
@media (max-width: 767px) {
  .c-gnav .menu {
    flex-direction: column;
    gap: 30px;
  }
}
.c-gnav .menu > li {
  position: relative;
}
@media (width >= 768px) {
  .c-gnav .menu > li:last-child {
    display: none;
  }
}
.c-gnav .menu > li > a {
  display: block;
  font-size: calc(14vw / 1440 * 100);
  font-weight: 600;
  line-height: 1.42;
  text-align: center;
  text-decoration: none;
  color: #4B2807;
  transition-duration: 0.4s;
}
@media (width <= 767px) {
  .c-gnav .menu > li > a {
    font-size: 18px;
    color: #fff;
  }
}
.c-gnav .menu > li > a:hover {
  color: #0B54A4;
}
@media (width <= 767px) {
  .c-gnav .menu > li > a:hover {
    color: #EFEADE;
  }
}
@media (min-width: 768px) {
  .c-gnav .menu > li > a:hover + .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
.c-gnav .menu > li > a:hover .menu-item-description {
  color: #3D4C75;
}
.c-gnav .menu .menu-item-description {
  display: block;
  color: #806648;
}
.c-gnav .menu .menu-item-has-children > a {
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-has-children > a:after {
    content: "＋";
    margin-left: 1.38em;
    font-size: 1.1em;
    transition-duration: 0.7s;
  }
}
.c-gnav .menu .menu-item-has-children.hover > a:after {
  content: "−";
}
.c-gnav .menu .menu-item-has-children.hover .parent + .sub-menu {
  opacity: 1;
  height: auto;
}
.c-gnav .sub-menu {
  position: absolute;
  transition-duration: 0.7s;
  opacity: 0;
}
@media (width >= 768px) {
  .c-gnav .sub-menu {
    left: -110%;
    padding: calc(20vw / 1440 * 100) 0;
    width: 320%;
    background: #FAF8F7;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    padding: 0;
    transition-duration: 1.5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
}
.c-gnav .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
.c-gnav .sub-menu li a {
  display: block;
  padding: calc(10vw / 1440 * 100) calc(10vw / 1440 * 100);
  font-size: calc(13vw / 1440 * 100);
  color: #5E563F;
  text-decoration: none;
  line-height: 1.25;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu li a {
    padding: 10px 0 10px calc(25% + 2em);
    font-size: 15px;
    text-indent: -0.6em;
    color: #fff;
  }
  .c-gnav .sub-menu li a:before {
    content: "-";
    margin-right: 5px;
  }
}
.c-gnav .sub-menu li a:hover {
  background: rgba(223, 214, 189, 0.7);
}
@media (width <= 767px) {
  .c-gnav .sub-menu li:first-child a {
    padding-top: 20px;
  }
  .c-gnav .sub-menu li:last-child a {
    padding-bottom: 16px;
  }
}
.c-gnav .bnrs li {
  text-align: center;
}
.c-gnav .bnrs li:not(:last-child) {
  margin-bottom: 20px;
}
.c-gnav .bnrs li img {
  max-width: 260px;
}
.c-gnav__tel {
  margin: 28px 0 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-family: medio, sans-serif;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
}
.c-gnav__tel:before {
  content: "";
  position: relative;
  top: -2px;
  width: 16px;
  height: 20px;
  background: url("/wp-content/uploads/ico_tel-white.svg") no-repeat center/100%;
}
.c-gnav__catch {
  font-family: medio, sans-serif;
  font-size: calc(55vw / 375 * 100);
  line-height: 1;
  text-align: center;
  color: rgba(102, 74, 40, 0.9);
}
.c-gnav__catch sub {
  display: block;
  font-size: calc(43vw / 375 * 100);
}

/* ハンバーガーメニュー */
.toggleMenu {
  display: none;
  z-index: 11;
  cursor: pointer;
}
@media (max-width: 767px) {
  .toggleMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .toggleMenu:after {
    content: "Menu";
    font-family: medio, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  body.fixed .toggleMenu {
    position: relative;
    z-index: 102;
  }
  body.fixed .toggleMenu:after {
    display: none;
  }
  body.fixed .toggleMenu .menu-trigger span {
    background-color: #fff;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 31px;
  height: 9px;
  text-align: center;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5E563F;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  bottom: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  top: -6px;
}

.toggleMenu.active .menu-trigger span:nth-of-type(2) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  bottom: -6px;
}

/* -------------------------------------
	Bread
------------------------------------- */
.bread {
  margin: 0 auto 57px;
  padding: 0 30px;
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 1260px;
  line-height: 1.4375;
}
@media (width <= 767px) {
  .bread {
    margin-bottom: 36px;
    padding: 0 15px;
  }
}

.bread li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  gap: 12px;
}
@media (width <= 767px) {
  .bread li {
    font-size: 15px;
  }
}

.bread li + li:before {
  content: "";
  position: relative;
  bottom: 4px;
  display: block;
  align-self: flex-end;
  width: 20px;
  height: 9px;
  background: url("/wp-content/uploads/ico_btn-arrow02.svg") no-repeat center/100%;
}

.bread li a {
  vertical-align: baseline;
  text-decoration: none;
}
.bread li a:hover {
  text-decoration: underline;
}

/*--------------------------------------
  Pagetop
--------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .pagetop {
    display: none;
    bottom: 15vw;
  }
}
.pagetop a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #3D4C75;
}
.pagetop a:after {
  content: "";
  display: block;
  width: 24px;
  height: 5px;
  background: url("/wp-content/themes/basic_tpl/img/ico-arrow01.svg") no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop span {
  display: none;
}
.pagetop.scrollOn {
  opacity: 0;
}

/*--------------------------------------
  Buttons
--------------------------------------*/
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button {
  position: relative;
  padding: 18px 64px 12px 26px;
  font-family: medio, sans-serif;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  background: url("/wp-content/uploads/ico_btn-arrow02.svg") no-repeat center/100%;
  transition-duration: 0.4s;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover:after {
  background-image: url("/wp-content/uploads/ico_btn-arrow.svg");
  right: 18px;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
  background: #3D4C75;
  border: 1px solid #3D4C75;
  box-shadow: 0 3px 6px rgba(241, 236, 223, 0.3);
  color: #fff;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:after {
  background-image: url("/wp-content/uploads/ico_btn-arrow.svg");
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover {
  background-color: #fff;
  color: #3D4C75;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover:after {
  background-image: url("/wp-content/uploads/ico_btn-arrow-hover.svg");
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button {
  background-color: #fff;
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button:hover {
  background-color: #C4B78F;
  color: #fff;
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button:hover:after {
  background-image: url("/wp-content/uploads/ico_btn-arrow.svg");
}

/*--------------------------------------
  Tables
--------------------------------------*/
.timetable table {
  width: 100%;
  border: 2px solid #C4BBB3;
}
.timetable table th, .timetable table td {
  border: 1px solid #C4BBB3;
  padding: 10px;
  text-align: center;
}
@media (width <= 1024px) {
  .timetable table th, .timetable table td {
    font-size: 16px;
  }
}
@media (width <= 767px) {
  .timetable table th, .timetable table td {
    padding: 10px 5px;
    font-size: 14px;
  }
}
@media (width <= 480px) {
  .timetable table th, .timetable table td {
    padding: 5px;
  }
}
@media (width <= 360px) {
  .timetable table th, .timetable table td {
    font-size: 12px;
  }
}
.timetable table thead th {
  background: rgba(177, 159, 141, 0.5);
}
.timetable table tbody th {
  font-weight: 600;
}

/*--------------------------------------
  Lists
--------------------------------------*/
.list01 li:before {
  content: "・";
  margin-right: 5px;
  color: #fff;
}

.list02 li:before {
  content: "・";
  margin-right: 5px;
  color: #806648;
}

/*--------------------------------------
  Link indexes
--------------------------------------*/
.c-link-indexes {
  padding: 0 30px;
}
@media (width <= 767px) {
  .c-link-indexes {
    padding: 0 15px;
  }
}
.c-link-indexes .link_indexes {
  margin: 0 auto 135px;
  max-width: 1200px;
  padding: 42px 88px;
  background: linear-gradient(to bottom right, rgba(226, 214, 182, 0.5) 0%, rgba(219, 210, 184, 0.5) 2%, rgba(232, 223, 204, 0.5) 52%, #d5c59a 100%);
  display: flex;
  flex-direction: column;
  gap: 10px 65px;
}
@media (width <= 767px) {
  .c-link-indexes .link_indexes {
    margin: 0 auto 80px;
    padding: 18px 10px 21px;
  }
}
.c-link-indexes .link_indexes li {
  /*
  @media (width <= $point-sp) {
    width: 100%;
  }
  */
}
.c-link-indexes .link_indexes li a {
  position: relative;
  padding-left: 24px;
  line-height: 1.4375;
  text-decoration: none;
}
.c-link-indexes .link_indexes li a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #C4B88E;
  border-right: 1px solid #C4B88E;
  transform: rotate(45deg);
  transition-duration: 0.4s;
}
.c-link-indexes .link_indexes li a span {
  position: relative;
}
.c-link-indexes .link_indexes li a span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #C4B88E;
}
.c-link-indexes .link_indexes li a:hover:before {
  top: 5px;
  transform: rotate(135deg);
}
.c-link-indexes .link_indexes li a:hover span:after {
  animation: hover-anchorLinks 0.4s forwards;
}

/* ホバー時二重線 */
@keyframes hover-anchorLinks {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*--------------------------------------
  Step box
--------------------------------------*/
.stepBox > .e-con-inner > .e-con-boxed:not(:last-child),
.stepBox > .e-con-inner > .e-con:has(~ .e-con):not(:last-child),
.stepBox > .e-child.e-con-full.e-flex.e-con > .e-con-boxed:not(:last-child),
.stepBox > .e-child.e-con-full.e-flex.e-con > .e-con:has(~ .e-con):not(:last-child) {
  margin-bottom: 60px;
}
.stepBox > .e-con-inner > .e-con-boxed:not(:last-child):after,
.stepBox > .e-con-inner > .e-con:has(~ .e-con):not(:last-child):after,
.stepBox > .e-child.e-con-full.e-flex.e-con > .e-con-boxed:not(:last-child):after,
.stepBox > .e-child.e-con-full.e-flex.e-con > .e-con:has(~ .e-con):not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 60px);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #DFD6BD;
}
@media (max-width: 767px) {
  .stepBox > .e-con-inner > .e-con-boxed:not(:last-child):after,
  .stepBox > .e-con-inner > .e-con:has(~ .e-con):not(:last-child):after,
  .stepBox > .e-child.e-con-full.e-flex.e-con > .e-con-boxed:not(:last-child):after,
  .stepBox > .e-child.e-con-full.e-flex.e-con > .e-con:has(~ .e-con):not(:last-child):after {
    bottom: -20px;
    left: calc(50% - 40px);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #DFD6BD;
  }
}
.stepBox sup {
  margin-right: 0.5em;
  padding: 0.1em 0.5em 0.2em;
  background: #cbaf84;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  vertical-align: baseline;
}
.stepBox.v2 {
  margin: 0 auto;
  max-width: 700px;
}
.stepBox.v2.next:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 60px);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #806648;
}
@media (max-width: 767px) {
  .stepBox.v2.next:after {
    bottom: -22px;
    left: calc(50% - 40px);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #806648;
  }
}
.stepBox.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #806648;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}
.stepBox.v2 .elementor-widget-container p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
  Q&A
--------------------------------------*/
.block-qa > div:not(:last-child) {
  border-bottom: 1px solid #806648;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.block-qa .elementor-image-box-title:before,
.block-qa .elementor-image-box-description:before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-family: medio, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #806648;
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1em;
  font-weight: 700;
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  color: #DFD6BD;
}

/*--------------------------------------
  Newsbox
--------------------------------------*/
.newsWrap dl {
  position: relative;
  padding: 24px 0;
  display: flex;
  gap: 50px;
  border-bottom: 1px solid #DFD6BD;
}
@media (width >= 768px) {
  .newsWrap dl {
    align-items: center;
  }
}
@media (width <= 767px) {
  .newsWrap dl {
    flex-direction: column;
    gap: 10px;
    padding: 30px 0;
  }
}
.newsWrap dl:after {
  content: "";
  position: absolute;
  right: 0;
  width: 32px;
  height: 9px;
  background: url("/wp-content/uploads/ico_btn-arrow03.svg") no-repeat center/100%;
  transition-duration: 0.4s;
}
@media (width <= 767px) {
  .newsWrap dl:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.newsWrap dl dt {
  width: 156px;
  display: flex;
  align-items: center;
  line-height: 1.375;
}
@media (width >= 768px) {
  .newsWrap dl dt {
    justify-content: space-between;
  }
}
@media (width <= 767px) {
  .newsWrap dl dt {
    gap: 12px;
    width: 100%;
  }
}
.newsWrap dl dd {
  flex: 1;
}
@media (width <= 767px) {
  .newsWrap dl dd {
    padding-right: 64px;
    font-size: 15px;
  }
}
.newsWrap time {
  padding-top: 4px;
  font-family: medio, sans-serif;
}
.newsWrap .newsLabel {
  width: 34px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  background: #806648;
  line-height: 1;
  color: #fff;
}
.newsWrap .catLabel {
  display: inline-block;
  font-size: 11px;
  text-transform: capitalize;
}
@media (width <= 767px) {
  .newsWrap .catLabel {
    font-size: 12px;
  }
}
.newsWrap a:hover {
  opacity: 0.7;
}
.newsWrap a:hover dl:after {
  right: -2px;
}

/*--------------------------------------
  Sp cv
--------------------------------------*/
.sp-cv {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .sp-cv {
    display: initial;
  }
}

/*--------------------------------------
  Floating Banners White Essence
--------------------------------------*/
.c-cnv__white-essence {
  position: fixed;
  right: min(4.1666666667vw, 60px);
  bottom: min(2.2916666667vw, 33px);
  z-index: 99;
  display: flex;
  max-width: min(16.5277777778vw, 238px);
  gap: min(0.8333333333vw, 12px);
  transition-duration: 0.7s;
}
@media (width <= 767px) {
  .c-cnv__white-essence {
    right: calc(8vw / 375 * 100);
    bottom: calc(138vw / 375 * 100);
    flex-direction: column;
    gap: calc(3vw / 375 * 100);
    max-width: calc(81vw / 375 * 100);
    height: calc(186vw / 375 * 100);
  }
}
.c-cnv__white-essence.scrollOn {
  opacity: 0;
}

/*--------------------------------------
  Smile 3Circle
--------------------------------------*/
.circle3 {
  margin: 60px 0 0 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 328px;
  height: 328px;
  background: url("/wp-content/uploads/bg_top_vision-circle.svg") no-repeat center/cover;
}
@media (width <= 1024px) {
  .circle3 {
    margin: 0;
  }
}
@media (width <= 767px) {
  .circle3 {
    margin: 26px 0 0;
    width: 283px;
    height: 283px;
  }
}
@media (width <= 370px) {
  .circle3 {
    width: 240px;
    height: 240px;
  }
}
.circle3 h3 {
  font-size: 40px;
  line-height: 1.2;
  color: #3D4C75;
}
.circle3 h3 sup {
  display: block;
  font-family: medio, sans-serif;
  font-size: 18px;
  line-height: 1.4444444444;
  text-align: center;
}
@media (width <= 767px) {
  .circle3 h3 {
    font-size: 34px;
  }
  .circle3 h3 sup {
    font-size: 16px;
  }
}
.circle3 li {
  position: absolute;
  top: calc(50% - 55px);
  left: calc(50% - 55px);
  width: 110px;
  height: 110px;
  background: rgba(118, 131, 167, 0.9);
  box-shadow: 0 0 12px rgba(118, 131, 167, 0.7);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  color: #fff;
}
@media (width <= 767px) {
  .circle3 li {
    top: calc(50% - 47.5px);
    left: calc(50% - 47.5px);
    width: 95px;
    height: 95px;
    font-size: 15px;
  }
}
@media (width <= 370px) {
  .circle3 li {
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
  }
}
.circle3 li sup {
  display: block;
  font-family: medio, sans-serif;
  font-size: 11px;
  line-height: 1.3636363636;
}
@media (width <= 767px) {
  .circle3 li sup {
    font-size: 9px;
  }
}
.circle3 li:nth-child(2) {
  animation: circle_anime-top 32s linear infinite;
}
.circle3 li:nth-child(3) {
  background: rgba(217, 199, 145, 0.9);
  box-shadow: 0 0 12px rgba(217, 199, 145, 0.7);
  animation: circle_anime-right 32s linear infinite;
}
.circle3 li:last-child {
  background: rgba(193, 167, 126, 0.9);
  box-shadow: 0 0 12px rgba(193, 167, 126, 0.7);
  animation: circle_anime-left 32s linear infinite;
}

@keyframes circle_anime-top {
  0% {
    transform: rotate(0deg) translateY(-150%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateY(-150%) rotate(-360deg);
  }
}
@keyframes circle_anime-right {
  0% {
    transform: rotate(30deg) translateX(150%) rotate(-30deg);
  }
  100% {
    transform: rotate(390deg) translateX(150%) rotate(-390deg);
  }
}
@keyframes circle_anime-left {
  0% {
    transform: rotate(-30deg) translate(-150%) rotate(30deg);
  }
  100% {
    transform: rotate(330deg) translate(-150%) rotate(-330deg);
  }
}
/*--------------------------------------
  Iframes
--------------------------------------*/
.iframeWrap {
  position: relative;
  padding-top: 56.25%;
}
.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframeWrap.elementor-widget-google_maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframeWrap01 {
  position: relative;
  padding-top: 473px;
}
@media (width <= 767px) {
  .iframeWrap01 {
    padding-top: calc(300vw / 375 * 100);
  }
}
.iframeWrap01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframeWrap01.elementor-widget-google_maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------
  Top
--------------------------------------*/
.top-vision {
  background: linear-gradient(to bottom right, rgba(240, 234, 220, 0.15) 0%, rgba(255, 242, 209, 0.15) 12%, rgba(193, 170, 109, 0.15) 22%, rgba(212, 200, 169, 0.15) 62%, rgba(193, 172, 114, 0.15) 72%, rgba(235, 228, 214, 0.15) 100%);
}
@media (width <= 767px) {
  .top-vision {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.15) 0%, rgba(240, 234, 220, 0.15) 6.54%, rgba(255, 242, 209, 0.15) 13.19%, rgba(193, 170, 109, 0.15) 24.55%, rgba(212, 200, 169, 0.15) 65.4%, rgba(193, 172, 114, 0.15) 85.83%, rgba(235, 228, 214, 0.15) 100%);
  }
}

.bg_feature {
  background: linear-gradient(to bottom right, rgba(75, 39, 7, 0.48) 0%, rgba(75, 39, 7, 0.84) 14.77%, #4b2707 47.78%, rgba(75, 39, 7, 0.83) 74.22%, #4b2707 100%);
  opacity: 0.72;
}

.txt-top-about {
  font-size: 40px;
}
@media (width <= 1024px) {
  .txt-top-about {
    font-size: 28px;
  }
}
@media (width <= 767px) {
  .txt-top-about {
    font-size: calc(21vw / 375 * 100);
  }
}

.top-block-white {
  background: linear-gradient(#ccb398 0%, #a18a70 87.8%, #a18a70 100%);
}

.top-cosme-txt1 strong {
  font-size: 20px;
  font-weight: bold;
  color: #7683A7;
}
@media (width <= 767px) {
  .top-cosme-txt1 strong {
    font-size: 4.53vw;
  }
}
.top-cosme-txt1 em {
  font-size: 20px;
}
@media (width <= 767px) {
  .top-cosme-txt1 em {
    font-size: 4.53vw;
  }
}

.top-cosme02 {
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(30.3339996338px) brightness(1.02);
  --webkit-backdrop-filter: blur(30.333999633789062px);
  background-color: rgba(255, 255, 255, 0.02);
  /* (plus shape's fill blended on top as a separate layer with 0.22% opacity) */
}

@media (width <= 767px) {
  .top-cosme02-sp {
    background: transparent;
    /* Note: currently only Safari supports backdrop-filter */
    backdrop-filter: blur(30.3339996338px) brightness(1.02);
    --webkit-backdrop-filter: blur(30.333999633789062px);
    background-color: rgba(255, 255, 255, 0.02);
    /* (plus shape's fill blended on top as a separate layer with 0.22% opacity) */
  }
}
@media (width <= 767px) {
  .txt_cosume-dentistry {
    left: -7.2vw;
  }
}

.cosume_link_clip06, .cosume_link_clip05, .cosume_link_clip04, .cosume_link_clip03, .cosume_link_clip02, .cosume_link_clip01 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cosume_link_clip01 {
  clip-path: polygon(46% 1%, 50% 0.5%, 50% 35.5%, 39% 41%, 36% 43%, 5% 27%, 5% 27%, 1.5% 24.9%, 5% 22%);
  /*
  @media (width <= $point-sp) {
    clip-path: polygon(49% 0, 50% 0, 50% 35%, 36% 43%, 0 25%);
  }
  */
}

.cosume_link_clip02 {
  clip-path: polygon(50% 0.3%, 52% 0.5%, 97.1% 23.5%, 98.5% 25.5%, 63.5% 43.2%, 62% 41.4%, 50% 35.6%);
  /*
  @media (width <= $point-sp) {
    clip-path: polygon(50% 0, 51% 0, 100% 25%, 64% 43%, 50% 36%);
  }
  */
}

.cosume_link_clip03 {
  clip-path: polygon(98.5% 25%, 99.5% 28%, 99.5% 72.5%, 98.2% 75.2%, 63% 57%, 63.8% 55%, 63.8% 43%);
  /*
  @media (width <= $point-sp) {
    clip-path: polygon(100% 25%, 100% 76%, 63% 57%, 63% 43%);
  }
  */
}

.cosume_link_clip04 {
  clip-path: polygon(63.5% 57%, 98.6% 75%, 96% 77%, 52.5% 99.4%, 50% 99.6%, 50% 63.5%);
  /*
  @media (width <= $point-sp) {
    clip-path: polygon(63% 57%, 100% 76%, 52% 100%, 50% 100%, 50% 63%);
  }
  */
}

.cosume_link_clip05 {
  clip-path: polygon(36.5% 57%, 50% 63.7%, 50% 99.6%, 48% 99.6%, 2.4% 76.5%, 1.4% 75.2%);
  /*
  @media (width <= $point-sp) {
    clip-path: polygon(37% 57%, 50% 63%, 50% 100%, 49% 100%, 0 76%);
  }
  */
}

.cosume_link_clip06 {
  clip-path: polygon(1.4% 25%, 36% 42.8%, 36% 56.8%, 36.7% 57.2%, 1.4% 75.2%, 0% 71%, 0% 28.4%);
  /*
  @media (width <= $point-sp) {
    clip-path: polygon(0 25%, 36% 43%, 36% 58%, 0 76%);
  }
  */
}

.max-over-sp {
  max-width: inherit !important;
}

/*--------------------------------------
	Under
--------------------------------------*/
/* general */
.under p a:not([href^="tel:"]),
.under .elementor-widget-text-editor a:not([href^="tel:"]),
.under .elementor-icon-list-text a:not([href^="tel:"]) {
  text-decoration: underline;
}
.under p a:not([href^="tel:"]):hover,
.under .elementor-widget-text-editor a:not([href^="tel:"]):hover,
.under .elementor-icon-list-text a:not([href^="tel:"]):hover {
  text-decoration: none;
}

.p-under__hBg {
  position: relative;
}
.p-under__hBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 53.125vw;
  background: url("/wp-content/uploads/bg_under-head.jpg") no-repeat center/cover;
}
@media (width <= 767px) {
  .p-under__hBg:before {
    background-image: url("/wp-content/uploads/bg_under-head-sp.jpg");
    height: 177.6vw;
  }
}
.p-under__hBg:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54.5%;
  height: 33.472vw;
  background: url("/wp-content/uploads/bg_under-h1.png") no-repeat center/cover;
}
body.under.whitedentaloffice .p-under__hBg:after {
  background-image: url("/wp-content/uploads/bg_under-h1-2.png");
}
@media (width <= 767px) {
  .p-under__hBg:after {
    top: 89px;
    width: 100%;
    height: calc(100% - 89px);
    background: url("/wp-content/uploads/bg_under-h1-sp.jpg") no-repeat center/cover;
  }
  body.under.whitedentaloffice .p-under__hBg:after {
    background-image: url("/wp-content/uploads/bg_under-h1-2-sp.jpg");
  }
}
.p-under__hBg h1 {
  position: relative;
  z-index: 1;
  padding: min(26.25vw, 378px) 0 min(4.9305555556vw, 71px) min(8.3333333333vw, 120px);
  font-size: min(5.9027777778vw, 85px);
  font-weight: 500;
  line-height: 1.0588235294;
  letter-spacing: 0.05em;
  font-family: medio, sans-serif;
  text-transform: capitalize;
}
.p-under__hBg h1 sup {
  display: block;
  margin-bottom: min(0.3472222222vw, 5px);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: min(1.6666666667vw, 24px);
  line-height: 1.4583333333;
}
@media (width >= 768px) {
  .p-under__hBg h1 {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
  }
}
@media (width <= 767px) {
  .p-under__hBg h1 {
    padding: calc(139vw / 375 * 100) 20px calc(50vw / 375 * 100);
    font-size: calc(50vw / 375 * 100);
    text-align: center;
    color: #fff;
  }
  .p-under__hBg h1 sup {
    margin-bottom: 0;
    font-size: calc(14vw / 375 * 100);
  }
  body.under.whitedentaloffice .p-under__hBg h1 {
    text-shadow: 0 0 4px rgba(39, 22, 7, 0.7);
  }
}

.under.page .main .elementor-widget-heading + .elementor-widget-heading h3, .under.page .main .elementor-widget-heading + .elementor-widget-heading h4, .under.page .main .elementor-widget-heading + .elementor-widget-heading h5,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h3,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h4,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h5 {
  margin-top: 0;
}
.under.page .main .h-top-0 h3, .under.page .main .h-top-0 h4, .under.page .main .h-top-0 h5,
.under #blogDetail #posts .h-top-0 h3,
.under #blogDetail #posts .h-top-0 h4,
.under #blogDetail #posts .h-top-0 h5 {
  margin-top: 0 !important;
}
.under.page .main .h-bottom-0 h3, .under.page .main .h-bottom-0 h4, .under.page .main .h-bottom-0 h5,
.under #blogDetail #posts .h-bottom-0 h3,
.under #blogDetail #posts .h-bottom-0 h4,
.under #blogDetail #posts .h-bottom-0 h5 {
  margin-bottom: 0 !important;
}
.under.page .main .elementor-widget-container > h2,
.under #blogDetail #posts .elementor-widget-container > h2 {
  margin-bottom: 62px;
  padding: 16px 25px;
  background: #dfd6bd;
  box-shadow: 0px 3px 10px rgba(80, 80, 80, 0.15);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.425;
  letter-spacing: 0.05em;
  color: #806648;
}
@media (width <= 767px) {
  .under.page .main .elementor-widget-container > h2,
  .under #blogDetail #posts .elementor-widget-container > h2 {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 28px;
  }
}
.under.page .main h3,
.under.page .main .h3v1 h3,
.under #blogDetail #posts h3,
.under #blogDetail #posts .h3v1 h3 {
  margin-bottom: 60px;
  position: relative;
  padding: 0 51px 8px 24px;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #DFD6BD;
}
.under.page .main h3:before,
.under.page .main .h3v1 h3:before,
.under #blogDetail #posts h3:before,
.under #blogDetail #posts .h3v1 h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 5px;
  background: linear-gradient(to bottom right, #dfd6bd 0%, #d6c79f 3%, #d6c69b 100%);
}
@media (width <= 767px) {
  .under.page .main h3,
  .under.page .main .h3v1 h3,
  .under #blogDetail #posts h3,
  .under #blogDetail #posts .h3v1 h3 {
    margin-bottom: 30px;
    padding: 0 0 3px;
    font-size: 24px;
  }
  .under.page .main h3:before,
  .under.page .main .h3v1 h3:before,
  .under #blogDetail #posts h3:before,
  .under #blogDetail #posts .h3v1 h3:before {
    width: 30%;
    height: 3px;
  }
}
.under.page .main h4,
.under.page .main .h4v1 h4,
.under #blogDetail #posts h4,
.under #blogDetail #posts .h4v1 h4 {
  margin-bottom: 34px;
  padding: 7px 24px;
  display: inline-block;
  background: #DFD6BD;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
}
@media (width <= 767px) {
  .under.page .main h4,
  .under.page .main .h4v1 h4,
  .under #blogDetail #posts h4,
  .under #blogDetail #posts .h4v1 h4 {
    margin-bottom: 30px;
    padding: 6px 8px;
    font-size: 20px;
  }
}
.under.page .main h5,
.under.page .main .h5v1 h5,
.under #blogDetail #posts h5,
.under #blogDetail #posts .h5v1 h5 {
  margin-bottom: 40px;
  position: relative;
  padding-left: 26px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
.under.page .main h5:before,
.under.page .main .h5v1 h5:before,
.under #blogDetail #posts h5:before,
.under #blogDetail #posts .h5v1 h5:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  width: 10px;
  background: linear-gradient(to bottom right, #faf3e4 0%, #c1aa6d 60%, #c1ac72 100%);
}
@media (width <= 767px) {
  .under.page .main h5,
  .under.page .main .h5v1 h5,
  .under #blogDetail #posts h5,
  .under #blogDetail #posts .h5v1 h5 {
    margin-bottom: 16px;
    padding-left: 18px;
    font-size: 18px;
  }
}
.under.page .main strong,
.under.page .main b,
.under #blogDetail #posts strong,
.under #blogDetail #posts b {
  font-weight: 700;
  color: #3D4C75;
}
.under.page .main u,
.under #blogDetail #posts u {
  display: inline;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f5eec8 0%) repeat scroll 0 0;
  text-decoration: none;
}

/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clears */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.cl {
  clear: both !important;
}

.u-text--hide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.u-text--tate {
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .u-text--tate-pc {
    writing-mode: vertical-rl;
  }
}
@media (max-width: 767px) {
  .u-text--tate-sp {
    writing-mode: vertical-rl;
  }
}
.u-text--wordbreak {
  word-break: break-all;
}
.u-text--en {
  font-family: medio, sans-serif;
}
.u-text--dodge {
  mix-blend-mode: color-dodge;
}
.u-text--ulw p {
  display: inline;
  background: linear-gradient(to bottom, transparent 0, transparent 70%, #fff 70%, transparent 100%);
}

.lh1 {
  line-height: 1;
}

/* align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* elementor fix */
.elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 30px;
}
@media (max-width: 480px) {
  .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 20px;
  }
}

.under .elementor > .e-con-boxed + .e-con-boxed {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .under .elementor > .e-con-boxed + .e-con-boxed {
    margin-top: 60px;
  }
}
.under .main > .elementor > .e-con-boxed:first-child {
  --margin-top: 0;
}
.under p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 1.6;
}

/*
body:not(.home) {
	.elementor-column.elementor-col-25, .elementor-column[data-col="25"],
	.elementor-column.elementor-col-33, .elementor-column[data-col="33"],
	.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
		@media (max-width: $point-sp) {
			width: 100%;
		}
	}
}
*/
/*# sourceMappingURL=sourcemaps/style.css.map */