@charset "UTF-8";
/*
Theme Name: こどもの歯ならびクリニック
Theme URI: https://konoha.or.jp/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Quicksand:wght@300;400;500;600;700&display=swap");
/* =====================================
  FOUNDATIONS
===================================== */
@font-face {
  font-family: "NicoMoji";
  font-weight: 400;
  src: url("/wp-content/themes/konoha/img/fonts/nicomoji-plus_v2.ttf") format("truetype");
}
.img_r .elementor-image-box-wrapper {
  display: block !important;
}
.img_r .elementor-image-box-wrapper img {
  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: 30px !important;
    margin-left: 30px !important;
  }
}
@media (max-width: 767px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 30px !important;
    display: block;
    float: none;
    width: 90% !important;
    text-align: center;
  }
}

.img_l .elementor-image-box-wrapper {
  display: block !important;
}
.img_l .elementor-image-box-wrapper img {
  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: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 30px !important;
    display: block;
    float: none;
    width: 90% !important;
    text-align: center;
  }
}

/*--------------------------------------
  Elements
--------------------------------------*/
* {
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  background-color: #FAF8F0;
  color: #2f2f2f;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
}

a {
  color: #2f2f2f;
}
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-top-section + .elementor-top-section {
  margin-top: min(8%, 100px);
}
@media (max-width: 767px) {
  .under .elementor-top-section + .elementor-top-section {
    margin-top: 80px;
  }
}
.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: 1160px;
  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: 100;
  transition-duration: 0.7s;
}
.l-header__wrap {
  margin: 10px auto 0;
  padding: min(0.22vw, 3px) 0 min(0.22vw, 3px) 30px;
  display: flex;
  align-items: center;
  width: 95.6%;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .l-header__wrap {
    margin: 0;
    padding: 60px 0 0 0;
    width: 100%;
    background: #FAF8F0;
    border-radius: 0;
  }
}
.l-header__logo {
  position: relative;
  width: 140px;
  height: 89px;
}
@media (max-width: 1024px) {
  .l-header__logo {
    width: 100px;
    height: 63px;
  }
}
@media (max-width: 767px) {
  .l-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 130px;
    height: 85px;
    background: #fff;
    border-radius: 0 0 20px 0;
  }
}
.l-header__logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(/wp-content/uploads/logo.svg) no-repeat center center/100%;
}
.l-header__logo h1, .l-header__logo span {
  display: none;
}
.l-header__insta {
  width: 30px;
}
@media (max-width: 1024px) {
  .l-header__insta {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .l-header__insta {
    position: absolute;
    top: 15px;
    left: 150px;
    width: 30px;
  }
}
.l-header__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  width: 82.4%;
  max-width: 1076px;
}

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

/*--------------------------------------
  MainVisual
--------------------------------------*/
.l-mv .elementor-element.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 0;
}
.l-mv .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination {
  position: absolute;
  bottom: calc(50% - 4vw);
  left: -17px;
  width: 90px;
  transform: rotate(90deg);
}
.l-mv .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.l-mv .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.l-mv .swiper-pagination-bullet-active {
  background-color: #088EAA;
}
.l-mv .swiper-pagination-bullet-active:nth-child(2) {
  background-color: #F2A105;
}
.l-mv .swiper-pagination-bullet-active:nth-child(3) {
  background-color: #D51505;
}
.l-mv .swiper-pagination-bullet-active:last-child {
  background-color: #698B1F;
}
.l-mv img {
  width: 100%;
}
.l-mv .elementor-image-carousel-caption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .l-mv .elementor-image-carousel-caption {
    position: relative;
    bottom: 10.67vw;
  }
}
.l-mv .elementor-image-carousel-caption .address {
  padding-right: 2.2vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 37vw;
  height: 2.56vw;
  background: #088EAA;
  border-radius: 50px 0 0 50px;
  font-size: 0.878vw;
}
@media (max-width: 1024px) {
  .l-mv .elementor-image-carousel-caption .address {
    padding-left: 2em;
    width: auto;
  }
}
@media (max-width: 767px) {
  .l-mv .elementor-image-carousel-caption .address {
    position: relative;
    height: auto;
    background: none !important;
    font-size: 3.2vw;
    text-align: right;
    padding: 2.13vw 6.93vw 2.13vw 8vw;
  }
  .l-mv .elementor-image-carousel-caption .address:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 9.33vw;
    background: #088EAA;
    border-radius: 50px 0 0 50px;
  }
  .l-mv .elementor-image-carousel-caption .address:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 4.8vw;
    right: 0;
    width: 85%;
    height: 9.33vw;
    background: #088EAA;
    border-radius: 4.8vw 0 0 4.8vw;
  }
}
.l-mv .elementor-image-carousel-caption a {
  padding-right: 2.2vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 22.18vw;
  height: 3.29vw;
  background: #088EAA;
  border-radius: 50px 0 0 50px;
  font-family: "Quicksand";
  font-size: 1.76vw !important;
  color: #fff;
}
@media (max-width: 767px) {
  .l-mv .elementor-image-carousel-caption a {
    padding: 1.8vw 5.33vw 1.8vw 8vw;
    width: auto;
    height: auto;
    font-size: 6.4vw !important;
  }
}
.l-mv [data-swiper-slide-index="1"] .elementor-image-carousel-caption .address, .l-mv [data-swiper-slide-index="1"] .elementor-image-carousel-caption a {
  background-color: #F2A105;
}
@media (max-width: 767px) {
  .l-mv [data-swiper-slide-index="1"] .elementor-image-carousel-caption .address:before, .l-mv [data-swiper-slide-index="1"] .elementor-image-carousel-caption .address:after, .l-mv [data-swiper-slide-index="1"] .elementor-image-carousel-caption a:before, .l-mv [data-swiper-slide-index="1"] .elementor-image-carousel-caption a:after {
    background: #F2A105;
  }
}
.l-mv [data-swiper-slide-index="2"] .elementor-image-carousel-caption .address, .l-mv [data-swiper-slide-index="2"] .elementor-image-carousel-caption a {
  background-color: #D51505;
}
@media (max-width: 767px) {
  .l-mv [data-swiper-slide-index="2"] .elementor-image-carousel-caption .address:before, .l-mv [data-swiper-slide-index="2"] .elementor-image-carousel-caption .address:after, .l-mv [data-swiper-slide-index="2"] .elementor-image-carousel-caption a:before, .l-mv [data-swiper-slide-index="2"] .elementor-image-carousel-caption a:after {
    background: #D51505;
  }
}
.l-mv [data-swiper-slide-index="3"] .elementor-image-carousel-caption .address, .l-mv [data-swiper-slide-index="3"] .elementor-image-carousel-caption a {
  background-color: #698B1F;
}
@media (max-width: 767px) {
  .l-mv [data-swiper-slide-index="3"] .elementor-image-carousel-caption .address:before, .l-mv [data-swiper-slide-index="3"] .elementor-image-carousel-caption .address:after, .l-mv [data-swiper-slide-index="3"] .elementor-image-carousel-caption a:before, .l-mv [data-swiper-slide-index="3"] .elementor-image-carousel-caption a:after {
    background: #698B1F;
  }
}
.l-mv:before {
  content: "SCROLL";
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 54px;
  transform: translateX(-50%);
  font-family: "Quicksand";
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .l-mv:before {
    display: none;
  }
}
.l-mv:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: calc(100% - 44.5px);
  width: 1px;
  background: #fff;
  animation: scroll-line 1s infinite;
}
@media (max-width: 767px) {
  .l-mv:after {
    display: none;
  }
}

@keyframes scroll-line {
  0% {
    height: 0;
  }
  100% {
    height: 25px;
  }
}
/*--------------------------------------
	Main
--------------------------------------*/
/*--------------------------------------
  Side
--------------------------------------*/
.l-side {
  position: fixed;
  z-index: 10;
  top: 66vh;
  right: 0;
  width: 100%;
  max-width: 65px;
}
.l-side ul {
  display: flex;
  flex-direction: column;
}
.l-side ul img {
  width: 100%;
}

/*--------------------------------------
  Content bottom
--------------------------------------*/
/*--------------------------------------
  Footer
--------------------------------------*/
.l-footer {
  margin-top: 100px;
  padding: 60px 30px 20px;
  background: #08ABA6;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-footer {
    margin-top: 60px;
  }
}
.l-footer__wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
}
.l-footer .logo {
  margin: 0 auto 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer .logo {
    max-width: 180px;
  }
}
.l-footer .bnrs {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-footer .bnrs {
    flex-direction: column;
    align-items: center;
  }
}
.l-footer .bnrs li {
  width: 100%;
  max-width: 380px;
}
.l-footer .bnrs li:first-child {
  margin-right: 20px;
  max-width: 330px;
}
@media (max-width: 767px) {
  .l-footer .bnrs li {
    max-width: 330px;
  }
  .l-footer .bnrs li:first-child {
    margin: 0 0 20px 0;
  }
  .l-footer .bnrs li:first-child a {
    justify-content: space-between;
  }
}
/*
@media (max-width: 767px) {
  .l-footer .bnrs li:last-child a sup {
    margin-right: 34px;
  }
}
.l-footer .bnrs a {
  display: flex;
  align-items: center;
  padding: 0.8em 2em;
  background: #F2A105;
  border: 4px double #fff;
  border-radius: 10px;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .l-footer .bnrs a {
    padding: 0.8em 1.6em;
  }
}
@media (max-width: 360px) {
  .l-footer .bnrs a {
    padding: 0.8em 1.2em;
  }
}
.l-footer .bnrs a sup {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  width: 2.4em;
  height: 2.4em;
  font-size: 1.4rem;
  color: #F2A105;
  transition-duration: 0.7s;
}
.l-footer .bnrs a:hover {
  background: #fff;
  border: 4px double #F2A105;
  color: #F2A105;
}
.l-footer .bnrs a:hover sup {
  background: #F2A105;
  color: #fff;
}
*/
.l-footer .map {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .l-footer .map {
    margin-bottom: 60px;
  }
}
.l-footer .map iframe {
  border: none;
  width: 100%;
  height: 300px;
}
.l-footer .menu {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer .menu {
    display: none;
  }
}
.l-footer .menu a {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 1024px) {
  .l-footer .menu a {
    font-size: 1.2rem;
  }
}
.l-footer .menu a:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
  Global navigation
--------------------------------------*/
@media (min-width: 768px) {
  .c-gnav,
  .c-gnav > .menu-gnav-container,
  #menu-gnav {
    height: 100%;
  }
}

.c-gnav {
  width: 100%;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 60px !important;
    left: 0;
    z-index: 100;
    padding: 52px 23px 100px;
    display: none;
    width: 100%;
    height: calc(100% - 40px);
    background: #FAF8F0;
    overflow-y: scroll;
  }
}
.c-gnav .menu {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-gnav .menu {
    flex-wrap: wrap;
  }
}
.c-gnav .menu > li {
  position: relative;
  width: 9.4%;
  height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .c-gnav .menu > li {
    border-bottom: 1px solid #2f2f2f;
    width: 100% !important;
    height: auto;
  }
  .c-gnav .menu > li:after {
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #D51505 6px, transparent 6px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
@media (min-width: 768px) {
  .c-gnav .menu > li:not(:last-child) {
    background: url("/wp-content/uploads/line_gnav-li.svg") no-repeat right center;
  }
}
.c-gnav .menu > li:first-child {
  width: 9.3%;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:first-child {
    border-top: 1px solid #2f2f2f;
  }
}
.c-gnav .menu > li:nth-child(2) {
  width: 15.2%;
}
.c-gnav .menu > li:nth-child(2) > a:before {
  background: url("/wp-content/uploads/icon_clinic.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:nth-child(2) > a:before {
    margin: 0 19.8px 0 10px;
    width: 41px;
    height: 20px;
  }
}
.c-gnav .menu > li:nth-child(3) {
  width: 22.4%;
}
.c-gnav .menu > li:nth-child(3) > a:before {
  background: url("/wp-content/uploads/icon_mo.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:nth-child(3) > a:before {
    margin: 0 28px 0 18px;
    width: 25px;
    height: 20px;
  }
}
.c-gnav .menu > li:nth-child(4) {
  width: 24.9%;
}
.c-gnav .menu > li:nth-child(4) > a:before {
  background: url("/wp-content/uploads/icon_po.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:nth-child(4) > a:before {
    margin: 0 32px 0 22px;
    width: 17px;
    height: 20px;
  }
}
.c-gnav .menu > li:nth-child(5) > a:before {
  background: url("/wp-content/uploads/icon_case.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:nth-child(5) > a:before {
    margin: 0 32px 0 22px;
    width: 17px;
    height: 20px;
  }
}
.c-gnav .menu > li:nth-child(6) > a:before {
  background: url("/wp-content/uploads/icon_qa.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:nth-child(6) > a:before {
    margin: 0 30px 0 21px;
    width: 20px;
    height: 20px;
  }
}
.c-gnav .menu > li:nth-child(7) > a:before {
  background: url("/wp-content/uploads/icon_price.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:nth-child(7) > a:before {
    margin: 0 30px 0 21px;
    width: 20px;
    height: 20px;
  }
}
.c-gnav .menu > li:last-child > a:before {
  background: url("/wp-content/uploads/icon_blog.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:last-child > a:before {
    margin: 0 29px 0 20px;
    width: 22px;
    height: 20px;
  }
}
.c-gnav .menu > li:before {
  content: "";
  position: absolute;
  top: calc(50% - min(2.93vw, 40px));
  left: calc(50% - min(2.93vw, 40px));
  display: block;
  width: min(5.86vw, 80px);
  height: min(5.86vw, 80px);
  border-radius: 50%;
  background: #FAF8F0;
  transform: scale(0);
  transition-duration: 0.4s;
}
.c-gnav .menu > li:after {
  content: "";
  position: absolute;
  bottom: max(50% - 2vw, 0);
  left: calc(50% - min(0.865vw, 11.8px));
  display: block;
  width: min(1.73vw, 23.63px);
  height: min(0.26vw, 3.43px);
  background: url("/wp-content/uploads/ico_line-pop.svg") no-repeat center/100%;
  transform: scale(0);
}
@media (max-width: 767px) {
  .c-gnav .menu > li:after {
    display: none;
  }
}
.c-gnav .menu > li:hover:before {
  transform: scale(1);
}
.c-gnav .menu > li:hover:after {
  animation: hover-linepop 0.4s ease-in forwards;
}
.c-gnav .menu > li > a {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  font-size: min(1.09vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    padding: 22px 0;
    flex-wrap: inherit;
    justify-content: left;
    font-size: 1.6rem;
    text-align: left;
  }
}
.c-gnav .menu > li > a:before {
  content: "";
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 1.46vw;
  background: url("/wp-content/uploads/icon_home.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a:before {
    margin: 0 28px 0 19px;
    width: 24px;
    height: 20px;
  }
}
.c-gnav .menu > li > a:hover {
  color: #088EAA;
}
@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: #D51505;
}
.c-gnav .menu .menu-item-description {
  display: block;
  font-size: min(1.15vw, 2.4rem);
  font-weight: 700;
  color: #088EAA;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-description {
    font-size: 1.2rem;
  }
}
.c-gnav .menu .menu-item-has-children > a {
  transition-duration: 0.7s;
}
.c-gnav .menu .menu-item-has-children > a:after {
  content: url("/wp-content/uploads/icon_arrow03.svg");
  transition-duration: 0.4s;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-has-children > a:after {
    position: relative;
    right: 20px;
    margin-left: auto;
    content: url("/wp-content/uploads/icon_arrow03-sp.svg");
  }
}
.c-gnav .menu .menu-item-has-children.hover > a:after {
  transform: rotate(180deg);
}
.c-gnav .menu .menu-item-has-children.hover .parent + .sub-menu {
  opacity: 1;
  height: auto;
}
.c-gnav .sub-menu {
  position: absolute;
  z-index: 2;
  padding: 6px 0;
  width: 9.52vw;
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .c-gnav .sub-menu {
    left: calc(50% - 4.76vw);
    background: #fff;
    border: 2px solid #F4EDD9;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    padding: 0;
    width: 100%;
    transition-duration: 1.5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: auto;
  }
}
.c-gnav .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
.c-gnav .sub-menu li a {
  display: block;
  padding: 4px;
  font-size: 1.09vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu li a {
    padding: 0 0 20px 71px;
    font-size: 1.5rem;
    text-align: left;
  }
  .c-gnav .sub-menu li a:before {
    content: "";
    position: relative;
    bottom: 1px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 2px;
    background: #088EAA;
  }
}
.c-gnav .sub-menu li a:hover {
  color: #088EAA;
}
.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;
}

/* ハンバーガーメニュー */
.toggleMenu {
  display: none;
  z-index: 11;
  cursor: pointer;
}
@media (max-width: 767px) {
  .toggleMenu {
    position: absolute;
    top: 19px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

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

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

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #08ABA6;
}

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

.menu-trigger span:nth-of-type(2) {
  top: calc(50% - 1px);
}

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

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

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

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

@keyframes hover-linepop {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* -------------------------------------
	Bread
------------------------------------- */
.bread {
  max-width: 1060px;
  margin: 14px auto 30px;
  padding: 0 30px;
  width: 100%;
  text-align: left;
  line-height: 1.3;
}

.bread li {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  display: inline;
}

.bread li + li:before {
  padding-right: 0.3em;
  content: "−";
}

.bread li a {
  color: #000;
  text-decoration: underline;
  vertical-align: baseline;
}

.bread li a:hover {
  text-decoration: none;
}

/*--------------------------------------
  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: 60px;
  height: 60px;
  background: #088EAA;
}
.pagetop a:after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  background: url("/wp-content/themes/konoha/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: 1.4em 50px 1.4em 2.5em;
  text-align: left;
  border: 1px solid #088EAA;
  transition-duration: 0.4s;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:after {
  content: "";
  position: absolute;
  top: calc(50% - 5.5px);
  right: 20px;
  width: 20px;
  height: 11px;
  transition-duration: 0.4s;
  background: url("/wp-content/uploads/icon_arrow01.svg") no-repeat;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button.elementor-size-sm {
  width: 100%;
  max-width: 360px;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button.elementor-size-lg {
  width: 100%;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button[href^="tel:"] {
  cursor: pointer;
  pointer-events: auto;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover {
  background: #fff;
  color: #088EAA;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover:after {
  background: url("/wp-content/uploads/icon_arrow01-1.svg") no-repeat;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
  background: #F2A105;
  border: 1px solid #F2A105;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover {
  color: #F2A105;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover:after {
  background: url("/wp-content/uploads/icon_arrow01-2.svg") no-repeat;
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button {
  background: #D51505;
  border: 1px solid #D51505;
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button:hover {
  color: #D51505;
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button:hover:after {
  background: url("/wp-content/uploads/icon_arrow01-3.svg") no-repeat;
}
.elementor-element.elementor-button-danger .elementor-button-wrapper .elementor-button {
  padding: 0 40px 6px 0;
  background: none;
  border: none;
  color: #2f2f2f;
}
.elementor-element.elementor-button-danger .elementor-button-wrapper .elementor-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #088EAA;
  border-radius: 50px;
}
.elementor-element.elementor-button-danger .elementor-button-wrapper .elementor-button:after {
  right: 0;
  background: url("/wp-content/uploads/icon_arrow02.svg") no-repeat;
}
.elementor-element.elementor-button-danger .elementor-button-wrapper .elementor-button.elementor-size-sm {
  width: auto;
}
.elementor-element.elementor-button-danger.orange .elementor-button-wrapper .elementor-button:before {
  background: #F2A105;
}
.elementor-element.elementor-button-danger:hover .elementor-button-wrapper .elementor-button {
  background: none;
  color: #088EAA;
}
.elementor-element.elementor-button-danger:hover .elementor-button-wrapper .elementor-button:before {
  animation: button-danger-hover 1s infinite;
}
.elementor-element.elementor-button-danger:hover.orange .elementor-button-wrapper .elementor-button {
  color: #F2A105;
}
.elementor-element.elementor-button-danger:hover.orange .elementor-button-wrapper .elementor-button:after {
  background: url("/wp-content/uploads/icon_arrow01-2.svg") no-repeat;
}

@keyframes button-danger-hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*--------------------------------------
  Tables
--------------------------------------*/
.timetable table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
.timetable table th,
.timetable table td {
  padding: 15px;
  text-align: center;
}
@media (max-width: 1024px) {
  .timetable table th,
  .timetable table td {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .timetable table th,
  .timetable table td {
    padding: 6px 8px;
    line-height: 1.5;
  }
}
@media (max-width: 370px) {
  .timetable table th,
  .timetable table td {
    padding: 4px;
  }
}
.timetable table thead th {
  background: #F2A105;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.timetable table thead th:first-child {
  border-radius: 10px 0 0 0;
}
.timetable table thead th:last-child {
  border-radius: 0 10px 0 0;
}
.timetable table tbody th,
.timetable table tbody td {
  background: #F7F7F7;
}
.timetable table tbody th.ok,
.timetable table tbody td.ok {
  background: #FFF6C4;
}
.timetable table tbody th {
  min-width: 5em;
  font-family: "Quicksand";
}
.timetable table tbody > tr:last-child th {
  border-radius: 0 0 0 10px;
}
.timetable table tbody > tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

/*--------------------------------------
  Lists
--------------------------------------*/
.list01 li.elementor-icon-list-item {
  align-items: start;
}
.list01 li.elementor-icon-list-item .elementor-icon-list-icon i {
  margin-top: 10px;
}

/*--------------------------------------
  Link indexes
--------------------------------------*/
.link_indexes li a {
  position: relative;
}
.link_indexes li a:before {
  content: "";
  margin-right: 10px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #088EAA;
  transition-duration: 0.7s;
}
.link_indexes li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background-image: linear-gradient(to right, #088EAA 6px, transparent 6px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.link_indexes li a:hover:before {
  transform: rotate(90deg);
}
.link_indexes li a:hover:after {
  animation: hover-anchorLinks 0.4s forwards;
}

/* ホバー時二重線 */
@keyframes hover-anchorLinks {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*--------------------------------------
  Step box
--------------------------------------*/
.stepBox .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 #F2A105;
}
@media (max-width: 767px) {
  .stepBox .next:after {
    bottom: -20px;
    left: calc(50% - 40px);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #F2A105;
  }
}
.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 #088EAA;
}
@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 #088EAA;
  }
}
.stepBox.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #088EAA;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}
.stepBox.v2 .elementor-widget-container p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
  Before after
--------------------------------------*/
.before-after .elementor-container > .elementor-col-50:first-child .elementor-widget-image:after {
  content: "";
  position: absolute;
  top: calc(50% - 18px);
  right: -52px;
  width: 40px;
  height: 46px;
  background: url("/wp-content/uploads/ico_arrow-radius15.svg") no-repeat right bottom/contain;
}
@media (max-width: 767px) {
  .before-after .elementor-container > .elementor-col-50:first-child .elementor-widget-image:after {
    top: calc(100% + 22px);
    right: calc(50% - 23px);
    transform: rotate(90deg);
  }
}

/*--------------------------------------
  Q&A
--------------------------------------*/
.block-qa {
  padding-bottom: 50px;
  border-bottom: 3px dotted #ddd;
}
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  padding-left: 110px;
}
.block-qa .elementor-image-box-title:before,
.block-qa .elementor-image-box-description:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #F2A105;
  font-family: "NicoMoji";
  font-size: 4.2rem;
  color: #fff;
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1.2em;
  padding-top: 22px;
  font-size: 2.8rem;
  line-height: 1.5;
}
.block-qa .elementor-image-box-description {
  padding-top: 28px;
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  background: #D51505;
}

/*--------------------------------------
  Top Slider Elementor Carousel
--------------------------------------*/
.top-slider.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 0;
}
.top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
  bottom: 45px;
}
@media (max-width: 1920px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
    bottom: 2.34vw;
  }
}
@media (max-width: 1024px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
    bottom: 2.66vw;
  }
}
.top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 30px;
}
@media (max-width: 1920px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.6vw;
  }
}
@media (max-width: 1024px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.66vw;
  }
}
.top-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
}
@media (max-width: 1920px) {
  .top-slider .swiper-pagination-bullet {
    width: 0.74vw;
    height: 0.74vw;
  }
}
@media (max-width: 767px) {
  .top-slider .swiper-pagination-bullet {
    width: 1.8vw;
    height: 1.8vw;
  }
}
.top-slider .swiper-pagination-bullet-active {
  background: #606060;
}

/*--------------------------------------
  Newsbox
--------------------------------------*/
.newsWrap {
  margin-top: 6%;
}
.newsWrap > a:first-child dl {
  border-top: 3px dotted #808080;
}
.newsWrap dl {
  padding: 18px 0;
  display: flex;
  align-items: center;
  border-bottom: 3px dotted #808080;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .newsWrap dl {
    flex-direction: column;
    align-items: normal;
  }
}
.newsWrap dt {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-family: "Quicksand";
}
.newsWrap .newsLabel {
  margin: 0 0 0 0.5em;
  padding: 0 0.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 5em;
  height: 24px;
  background: #D51505;
  border-radius: min(0.52vw, 10px);
  font-family: "Quicksand";
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .newsWrap .newsLabel {
    max-width: 40px;
    height: 16px;
    border-radius: 10px;
    font-size: 1.1rem;
  }
}
.newsWrap dd {
  font-weight: bold;
}
.newsWrap a:hover {
  opacity: 0.7;
}

/*--------------------------------------
  Loop slider
--------------------------------------*/
.loopslider, .loopslider2 {
  margin: 0 auto;
  width: 100%;
  padding-top: 14%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .loopslider, .loopslider2 {
    padding-top: 270px;
  }
}
.loopslider ul, .loopslider2 ul {
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
}
.loopslider ul li, .loopslider2 ul li {
  width: 100%;
  height: 14%;
  float: left;
  display: inline;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .loopslider ul li, .loopslider2 ul li {
    height: 270px;
  }
}
.loopslider ul:after, .loopslider2 ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.loopslider2 ul {
  float: right;
}
.loopslider2 ul li {
  float: right;
}

/*--------------------------------------
  Top
--------------------------------------*/
/* heading */
.h2v1 h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "NicoMoji";
  font-size: 2.2rem;
  font-weight: 400;
}
.h2v1 h2:before, .h2v1 h2:after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 14px;
  background: url("/wp-content/uploads/ttl_circle01.svg") no-repeat;
}
.h2v1 h2:before {
  margin-right: 20px;
}
.h2v1 h2:after {
  margin-left: 20px;
}
.h2v1.ttl-eng-news:before, .h2v1.ttl-eng-blog:before, .h2v1.ttl-eng-greetings:before, .h2v1.ttl-eng-clinic:before, .h2v1.ttl-eng-myobrace:before, .h2v1.ttl-eng-career:before {
  content: "";
  margin: 0 auto 16px;
  display: block;
}
.h2v1.ttl-eng-news:before {
  content: "";
  width: 34px;
  height: 10px;
  background: url("/wp-content/uploads/ttl_news-eng.svg") no-repeat;
}
.h2v1.ttl-eng-blog:before {
  width: 31.75px;
  height: 9.7px;
  background: url("/wp-content/uploads/ttl_blog-eng.svg") no-repeat;
}
.h2v1.ttl-eng-greetings:before {
  width: 64px;
  height: 18px;
  background: url("/wp-content/uploads/ttl_greetings-eng.svg") no-repeat;
}
.h2v1.ttl-eng-clinic:before {
  width: 39px;
  height: 11px;
  background: url("/wp-content/uploads/ttl_clinic-eng.svg") no-repeat;
}
.h2v1.ttl-eng-myobrace:before {
  width: 63px;
  height: 18px;
  background: url("/wp-content/uploads/ttl_myobrace-eng.svg") no-repeat;
}
.h2v1.ttl-eng-career:before {
  width: 45px;
  height: 13px;
  background: url("/wp-content/uploads/ttl_career-eng.svg") no-repeat;
}
.h2v1.p2 h2:before, .h2v1.p2 h2:after {
  content: "";
  background: url("/wp-content/uploads/ttl_circle02.svg") no-repeat;
}

/* top01 */
.top01:before {
  content: "";
  position: absolute;
  left: 0;
  top: -23px;
  width: 100%;
  height: 24px;
  background: url("/wp-content/uploads/bg_top01-top.png") no-repeat center/cover;
}
@media (max-width: 767px) {
  .top01:before {
    background: url("/wp-content/uploads/bg_top01-sp-top.png") no-repeat center/cover;
  }
}
.top01:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -23px;
  width: 100%;
  height: 24px;
  background: url("/wp-content/uploads/bg_top01-bottom.png") no-repeat center/cover;
}
@media (max-width: 767px) {
  .top01:after {
    background: url("/wp-content/uploads/bg_top01-sp-bottom.png") no-repeat center/cover;
  }
}
.top01 .elementor-top-column > .elementor-widget-wrap:before {
  content: "";
  position: absolute;
  top: -8%;
  left: -14.8%;
  width: 180px;
  height: 180px;
  background: url("/wp-content/uploads/bg_top01-1.png") no-repeat center/100%;
}
@media (max-width: 1024px) {
  .top01 .elementor-top-column > .elementor-widget-wrap:before {
    top: -20px;
    left: -60px;
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .top01 .elementor-top-column > .elementor-widget-wrap:before {
    top: -40px;
    left: -76px;
    width: 180px;
    height: 180px;
  }
}
.top01 .elementor-top-column > .elementor-widget-wrap:after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: 20px;
  width: 71px;
  height: 15px;
  background: url("/wp-content/uploads/bg_top01-2.png") no-repeat center/100%;
}
@media (max-width: 1024px) {
  .top01 .elementor-top-column > .elementor-widget-wrap:after {
    right: -20px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .top01 .elementor-top-column > .elementor-widget-wrap:after {
    right: -12px;
    width: 71px;
  }
}

/* top02 */
.top02 {
  overflow: hidden;
}
.top02 .elementor-top-column > .elementor-widget-wrap {
  position: relative;
}
.top02 .elementor-top-column > .elementor-widget-wrap:before {
  content: "";
  position: absolute;
  top: 19%;
  left: 4.8%;
  width: 73px;
  height: 17px;
  background: url("/wp-content/uploads/bg_top02-4.png") no-repeat center/100%;
}
@media (max-width: 767px) {
  .top02 .elementor-top-column > .elementor-widget-wrap:before {
    top: 1.4%;
    left: calc(50% - 170px);
    width: 71px;
    height: 15px;
  }
}
@media (max-width: 370px) {
  .top02 .elementor-top-column > .elementor-widget-wrap:before {
    top: 1.4%;
    left: 3px;
  }
}
.top02 .elementor-top-column > .elementor-widget-wrap:after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 39px;
  width: 115px;
  height: 101px;
  background: url("/wp-content/uploads/bg_top02-5.png") no-repeat center/100%;
}
@media (max-width: 1024px) {
  .top02 .elementor-top-column > .elementor-widget-wrap:after {
    right: -28px;
    bottom: -1%;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .top02 .elementor-top-column > .elementor-widget-wrap:after {
    right: 14%;
    bottom: -1%;
    width: 115px;
    height: 101px;
  }
}
@media (max-width: 480px) {
  .top02 .elementor-top-column > .elementor-widget-wrap:after {
    right: 10px;
    bottom: -40px;
  }
}
@media (max-width: 360px) {
  .top02 .elementor-top-column > .elementor-widget-wrap:after {
    bottom: -60px;
  }
}

/* top03 */
.top03 {
  overflow: hidden;
}
.top03 .elementor-top-column > .elementor-widget-wrap .elementor-col-50:first-child:before {
  content: "";
  position: absolute;
  top: max(-4.39vw, -60px);
  left: max(-6.88vw, -94px);
  width: min(11.42vw, 156px);
  height: min(11.42vw, 156px);
  background: url("/wp-content/uploads/bg_top03-1.png") no-repeat center/100%;
}
@media (max-width: 767px) {
  .top03 .elementor-top-column > .elementor-widget-wrap .elementor-col-50:first-child:before {
    top: -40px;
    left: -80px;
    width: 156px;
    height: 156px;
  }
}
.top03 .elementor-top-column > .elementor-widget-wrap .elementor-col-50:last-child:after {
  content: "";
  position: absolute;
  right: max(-4.61vw, -63px);
  bottom: max(-2.93vw, -40px);
  width: min(13.18vw, 180px);
  height: min(13.18vw, 180px);
  background: url("/wp-content/uploads/bg_top03-2.png") no-repeat center/100%;
}
@media (max-width: 767px) {
  .top03 .elementor-top-column > .elementor-widget-wrap .elementor-col-50:last-child:after {
    bottom: -40px;
    right: -80px;
    width: 180px;
    height: 180px;
  }
}

/* top04 */
.top04 {
  overflow: hidden;
}
.top04 .elementor-top-column > .elementor-widget-wrap:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -5%;
  width: min(7.54vw, 103px);
  height: min(6.52vw, 89px);
  background: url("/wp-content/uploads/bg_top04-1.png") no-repeat center/100%;
}
@media (max-width: 1160px) {
  .top04 .elementor-top-column > .elementor-widget-wrap:before {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .top04 .elementor-top-column > .elementor-widget-wrap:before {
    top: -40px;
    left: -60px;
    width: 103px;
    height: 89px;
  }
}
.top04 .elementor-top-column > .elementor-widget-wrap:after {
  content: "";
  position: absolute;
  right: -5%;
  bottom: -40px;
  width: min(7.54vw, 103px);
  height: min(5.86vw, 80px);
  background: url("/wp-content/uploads/bg_top04-2.png") no-repeat center/100%;
}
@media (max-width: 1160px) {
  .top04 .elementor-top-column > .elementor-widget-wrap:after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .top04 .elementor-top-column > .elementor-widget-wrap:after {
    bottom: 80px;
    right: -30px;
    width: 103px;
    height: 80px;
  }
}
.top04 .bnr_tel {
  padding: 30px 20px;
  background: #E7F6FC;
  border-radius: 10px;
  line-height: 1.5;
}
.top04 .bnr_tel .elementor-image-box-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .top04 .bnr_tel .elementor-image-box-content {
    flex-direction: column;
  }
}
.top04 .bnr_tel h4 {
  margin-right: 30px;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .top04 .bnr_tel h4 {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .top04 .bnr_tel h4 {
    margin: 0 0 10px 0;
  }
}
.top04 .bnr_tel p {
  font-family: "Quicksand";
  font-size: 2.2rem;
  font-weight: 700;
}

/* top05 */
.top05 {
  overflow: hidden;
}
.top05 .elementor-top-column > .elementor-widget-wrap:before {
  content: "";
  position: absolute;
  bottom: -48px;
  left: -140px;
  width: min(13.18vw, 180px);
  height: min(13.18vw, 180px);
  background: url("/wp-content/uploads/bg_top05-3.svg") no-repeat center/100%;
}
@media (max-width: 1024px) {
  .top05 .elementor-top-column > .elementor-widget-wrap:before {
    top: -20px;
    left: -60px;
    width: 90px;
    height: 90px;
  }
}
.top05 .pop:before {
  content: "";
  position: absolute;
  top: max(-3.66vw, -50px);
  right: max(-3.88vw, -53px);
  width: min(8.49vw, 116px);
  height: min(6.95vw, 95px);
  background: url("/wp-content/uploads/bg_top05-1.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .top05 .pop:before {
    top: -40px;
    right: -62px;
    width: 116px;
    height: 95px;
  }
}
.top05 .pop:after {
  content: "";
  position: absolute;
  bottom: max(-0.95vw, -13px);
  left: max(-0.73vw, -10px);
  width: min(3.29vw, 45px);
  height: min(2.7vw, 37px);
  background: url("/wp-content/uploads/bg_top05-2.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .top05 .pop:after {
    bottom: 10px;
    left: -10px;
    width: 45px;
    height: 37px;
  }
}

/* top08 */
.top08 {
  overflow: hidden;
}
.top08 .elementor-top-column > .elementor-widget-wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: max(-2.93vw, -40px);
  left: max(-5.28vw, -60px);
  width: min(11.42vw, 156px);
  height: min(11.42vw, 156px);
  background: url("/wp-content/uploads/bg_top08-1.png") no-repeat center/100%;
}
@media (max-width: 767px) {
  .top08 .elementor-top-column > .elementor-widget-wrap:before {
    top: -40px;
    left: -70px;
    width: 156px;
    height: 156px;
  }
}
.top08 .elementor-top-column > .elementor-widget-wrap:after {
  content: "";
  position: absolute;
  right: max(-2.93vw, -40px);
  bottom: max(-2.93vw, -40px);
  width: min(6.73vw, 92px);
  height: min(6.52vw, 89px);
  background: url("/wp-content/uploads/bg_top08-2.png") no-repeat center/100%;
}
@media (max-width: 767px) {
  .top08 .elementor-top-column > .elementor-widget-wrap:after {
    right: -70px;
    bottom: -40px;
    width: 92px;
    height: 89px;
  }
}
.top08 .lines {
  position: initial;
}
.top08 .lines:before, .top08 .lines:after {
  content: "";
  position: absolute;
  left: 4%;
  width: 92%;
  height: 2px;
  background: url("/wp-content/uploads/line-w.png") repeat-x left/contain;
  /*
  background: radial-gradient(circle farthest-side, #D51505, #D51505 30%, transparent 30%, transparent);
  background-size: 8px;
     */
}
.top08 .lines:before {
  top: 20px;
}
@media (max-width: 767px) {
  .top08 .lines:before {
    top: 10px;
  }
}
.top08 .lines:after {
  bottom: 20px;
}
@media (max-width: 767px) {
  .top08 .lines:after {
    bottom: 10px;
  }
}
.top08 .lines > .elementor-widget-container:before, .top08 .lines > .elementor-widget-container:after {
  content: "";
  position: absolute;
  top: 7%;
  width: 2px;
  height: 86%;
  background: url("/wp-content/uploads/line-h.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .top08 .lines > .elementor-widget-container:before, .top08 .lines > .elementor-widget-container:after {
    top: 3%;
    height: 94%;
    background: url("/wp-content/uploads/line-h-sp.svg") no-repeat center/contain;
  }
}
.top08 .lines > .elementor-widget-container:before {
  left: 20px;
}
@media (max-width: 767px) {
  .top08 .lines > .elementor-widget-container:before {
    left: 10px;
  }
}
.top08 .lines > .elementor-widget-container:after {
  right: 20px;
}
@media (max-width: 767px) {
  .top08 .lines > .elementor-widget-container:after {
    right: 10px;
  }
}
.top08 .lines .elementor-divider {
  display: none;
}

/*--------------------------------------
  Under
--------------------------------------*/
/* general */
.under .elementor-heading-title {
  line-height: 1.5;
}
.under p a,
.under .elementor-widget-text-editor a {
  color: #088EAA;
}
.under .p-tal .elementor-image-box-description {
  text-align: left;
}

/* 下層H1見出し */
.p-under__hBg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  padding: 0 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-under__hBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.p-under__hBg .bgH1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.p-under__hBg h1 {
  position: relative;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-under__hBg h1 {
    font-size: 2.6rem;
  }
}

.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 .elementor-widget-container > h2,
.under #blogDetail #posts .elementor-widget-container > h2 {
  margin-bottom: 1.4em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "NicoMoji";
  font-size: 3.4rem;
  font-weight: 400;
}
.under.page .main .elementor-widget-container > h2:before, .under.page .main .elementor-widget-container > h2:after,
.under #blogDetail #posts .elementor-widget-container > h2:before,
.under #blogDetail #posts .elementor-widget-container > h2:after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 14px;
  background: url("/wp-content/uploads/ttl_circle01.svg") no-repeat center/100%;
}
.under.page .main .elementor-widget-container > h2:before,
.under #blogDetail #posts .elementor-widget-container > h2:before {
  margin-right: 20px;
}
.under.page .main .elementor-widget-container > h2:after,
.under #blogDetail #posts .elementor-widget-container > h2:after {
  margin-left: 20px;
}
.under.page .main .post .post-header h2,
.under #blogDetail #posts .post .post-header h2 {
  width: 100%;
}
.under.page .main .post .elementor-widget-heading,
.under #blogDetail #posts .post .elementor-widget-heading {
  text-align: center;
}
.under.page .main .elementor-widget-container > h3,
.under.page .main .h3v1 h3,
.under #blogDetail #posts .elementor-widget-container > h3,
.under #blogDetail #posts .h3v1 h3 {
  margin: 5% 0 1em;
  padding: 0.5em 1em;
  background: #088EAA;
  border-radius: 10px;
  font-family: "NicoMoji";
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (max-width: 767px) {
  .under.page .main .elementor-widget-container > h3,
  .under.page .main .h3v1 h3,
  .under #blogDetail #posts .elementor-widget-container > h3,
  .under #blogDetail #posts .h3v1 h3 {
    margin: 50px 0 1em;
  }
}
.under.page .main .elementor-widget-container > h4,
.under.page .main .h4v1 h4,
.under #blogDetail #posts .elementor-widget-container > h4,
.under #blogDetail #posts .h4v1 h4 {
  margin: 4% 0 1em;
  position: relative;
  display: inline-block;
  padding: 0 0 0.4em 2em;
  font-family: "NicoMoji";
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.under.page .main .elementor-widget-container > h4:before,
.under.page .main .h4v1 h4:before,
.under #blogDetail #posts .elementor-widget-container > h4:before,
.under #blogDetail #posts .h4v1 h4:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 28px;
  height: 22px;
  background: url("/wp-content/uploads/icon_under-h4-2.svg") no-repeat center/100%;
}
.under.page .main .elementor-widget-container > h4:after,
.under.page .main .h4v1 h4:after,
.under #blogDetail #posts .elementor-widget-container > h4:after,
.under #blogDetail #posts .h4v1 h4:after {
  left: 0;
}
@media (max-width: 767px) {
  .under.page .main .elementor-widget-container > h4,
  .under.page .main .h4v1 h4,
  .under #blogDetail #posts .elementor-widget-container > h4,
  .under #blogDetail #posts .h4v1 h4 {
    margin: 40px 0 1em;
  }
}
@media (max-width: 767px) {
  .under.page .main .h4v1.sp-top0 h4,
  .under #blogDetail #posts .h4v1.sp-top0 h4 {
    margin-top: 0;
  }
}
.under.page .main .post h4.elementor-image-box-title,
.under #blogDetail #posts .post h4.elementor-image-box-title {
  width: 100%;
}
.under.page .main h5,
.under #blogDetail #posts h5 {
  margin: 3% 0 0.6em;
  position: relative;
  padding: 0 0 0 0.4em;
  border-left: 4px solid #088EAA;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #088EAA;
}
@media (max-width: 767px) {
  .under.page .main h5,
  .under #blogDetail #posts h5 {
    margin: 30px 0 1em;
  }
}
.under.page .main strong,
.under.page .main b,
.under #blogDetail #posts strong,
.under #blogDetail #posts b {
  font-weight: 700;
  color: #088EAA;
}
.under.page .main .marker_red,
.under #blogDetail #posts .marker_red {
  text-decoration: 5px #D51505 underline;
  text-underline-offset: -2px;
}

/* hawaii */
.hawaii > .elementor-widget-container {
  position: relative;
}
.hawaii > .elementor-widget-container:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 64px;
  height: 64px;
  background: url("/wp-content/uploads/icon_hawaii02.png") no-repeat center/100%;
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  .hawaii > .elementor-widget-container:before {
    top: -30px;
    left: -18px;
  }
}
.hawaii > .elementor-widget-container:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 64px;
  height: 64px;
  background: url("/wp-content/uploads/icon_hawaii01.png") no-repeat;
}
@media (max-width: 767px) {
  .hawaii > .elementor-widget-container:after {
    right: -8px;
    bottom: -20px;
  }
}

/* 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-font-nico, .l-footer .bnrs a {
  font-family: "NicoMoji";
}

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

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

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

/* lines */
.line1--top:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: url("/wp-content/uploads/line-w.png") repeat-x left/contain;
  /*
  background: radial-gradient(circle farthest-side, #D51505, #D51505 30%, transparent 30%, transparent);
  background-size: 8px;
  */
}
.line1--bottom:after, .under.page .main .elementor-widget-container > h4:after,
.under.page .main .h4v1 h4:after,
.under #blogDetail #posts .elementor-widget-container > h4:after,
.under #blogDetail #posts .h4v1 h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url("/wp-content/uploads/line-w.png") repeat-x left/contain;
  /*
  background: radial-gradient(circle farthest-side, #D51505, #D51505 30%, transparent 30%, transparent);
  background-size: 8px;
  */
}

/* 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-top-section + .elementor-top-section {
  margin-top: min(8%, 100px);
}
@media (max-width: 767px) {
  .under .elementor-top-section + .elementor-top-section {
    margin-top: 80px;
  }
}
.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%;
		}
	}
}
*/