@charset "UTF-8";
/*
Theme Name: 山内歯科医院
Theme URI: https://www.yamauchi-dentalclinic.com/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Lora&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/* =====================================
  FOUNDATIONS
===================================== */
.img_r .elementor-image-box-wrapper {
  display: block !important;
}
.img_r .elementor-image-box-wrapper img {
  vertical-align: bottom;
  border-radius: 20px;
}
.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: 9.2% !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: 100% !important;
    text-align: center;
  }
}

.img_l .elementor-image-box-wrapper {
  display: block !important;
}
.img_l .elementor-image-box-wrapper img {
  vertical-align: bottom;
  border-radius: 20px;
}
.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: 9.2% !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: 100% !important;
    text-align: center;
  }
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.6rem;
  color: #392105;
  letter-spacing: 0.1em;
  line-height: 2;
}
body.fixed {
  position: relative;
  height: 100vh;
  overflow-y: hidden;
}
body.fixed .l-header:after {
  content: "";
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

a {
  color: #392105;
}
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 {
  --margin-top: 80px;
}
@media (max-width: 767px) {
  .under .elementor > .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: 1060px;
  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 a {
  text-decoration: none;
}
.l-header__wrap {
  display: flex;
}
@media (min-width: 768px) {
  .l-header__wrap {
    align-items: center;
  }
}
.l-header__logo a {
  padding: min(1.68vw, 23px) min(1.318vw, 18px) min(2.196vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0 0 60px 0;
}
@media (max-width: 767px) {
  .l-header__logo a {
    padding: 9px 15px 8px;
    flex-direction: column-reverse;
    border-radius: 0 0 20px 0;
  }
}
.l-header__logo a h1, .l-header__logo a p {
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  transition-duration: 0.7s;
}
@media (max-width: 1024px) {
  .l-header__logo a h1, .l-header__logo a p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-header__logo a h1, .l-header__logo a p {
    margin: 4px 0 0 0;
    font-size: 1rem;
    letter-spacing: 0.03em;
  }
}
.l-header__logo a img {
  max-width: 90px;
}
@media (max-width: 1024px) {
  .l-header__logo a img {
    max-width: 60px;
  }
}
@media (max-width: 767px) {
  .l-header__logo a img {
    max-width: 130px;
  }
}
.l-header__logo a br {
  display: none;
}
@media (max-width: 1024px) {
  .l-header__logo a br {
    display: block;
  }
}
@media (max-width: 767px) {
  .l-header__logo a br {
    display: none;
  }
}
.l-header__logo a:hover h1, .l-header__logo a:hover p {
  color: #A84F25;
}
.l-header__right {
  margin-left: auto;
  padding-right: min(7.32vw, 100px);
}
@media (max-width: 1024px) {
  .l-header__right {
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .l-header__right {
    padding-right: 10px;
  }
}
.l-header__infoBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__info {
  margin-bottom: 10px;
  width: 100%;
  text-align: right;
}
.l-header__infoTel {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.l-header__infoTel:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url("/wp-content/uploads/ico_tel.svg") no-repeat center/100%;
}

@media (min-width: 768px) {
  .fixedBg {
    background: rgba(255, 255, 255, 0.4);
  }
}

/*--------------------------------------
	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 {
  background: url("/wp-content/uploads/bg_footer.jpg") no-repeat center/cover;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 17vw;
  }
}
.under .l-footer {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .under .l-footer {
    margin-top: 60px;
  }
}
.l-footer a {
  text-decoration: none;
}
.l-footer__wrap {
  margin: 0 auto;
  padding: 60px 30px 40px;
  display: flex;
  justify-content: flex-end;
  max-width: 1060px;
}
@media (max-width: 767px) {
  .l-footer__wrap {
    flex-direction: column;
    padding: 40px 22px 60px;
  }
}
.l-footer__info {
  margin-right: auto;
}
@media (max-width: 767px) {
  .l-footer__info {
    margin: 0 auto 40px;
    text-align: center;
  }
}
.l-footer__info img {
  margin-bottom: 10px;
}
.l-footer__info .address {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.l-footer__info .address br {
  display: none;
}
@media (max-width: 1024px) {
  .l-footer__info .address br {
    display: block;
  }
}
@media (max-width: 767px) {
  .l-footer__info .address br {
    display: none;
  }
}
.l-footer__info .tel {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .l-footer__info .tel {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .l-footer__info .tel {
    font-size: 2.4rem;
  }
}
.l-footer__info .tel:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background: url("/wp-content/uploads/ico_tel2.svg") no-repeat center/100%;
  width: 20px;
  height: 19px;
  vertical-align: middle;
}
.l-footer__menu {
  max-width: 264px;
}
@media (max-width: 1024px) {
  .l-footer__menu {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .l-footer__menu {
    max-width: 100%;
    margin: 0 auto;
  }
}
.l-footer__menu h3 {
  margin-bottom: 1.6em;
  padding: 10.5px;
  border-top: 1px solid #392105;
  border-bottom: 1px solid #392105;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #A84F25;
}
.l-footer__menu .menu {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__menu .menu li {
  width: 50%;
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .l-footer__menu .menu li {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .l-footer__menu .menu li {
    font-size: 1.4rem;
  }
}
@media (max-width: 360px) {
  .l-footer__menu .menu li {
    font-size: 1.2rem;
  }
}
.l-footer__menu .menu li:before {
  content: "-";
  margin-right: 0.5em;
}
.l-footer__menu .menu li:not(:last-child) {
  margin-bottom: 17px;
}
.l-footer__menu.clinic {
  margin-left: 80px;
}
@media (max-width: 1024px) {
  .l-footer__menu.clinic {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .l-footer__menu.clinic {
    margin: 40px auto 0;
  }
}
.l-footer__menu.clinic h3 {
  color: #7AB187;
}
.l-footer__menu a:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  padding: 30px;
  border-top: 1px solid #A84F25;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    padding: 20px;
  }
}
.l-footer__copyright strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
  Global navigation
--------------------------------------*/
.c-gnav {
  width: 100%;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 0 !important;
    right: -88%;
    z-index: 101;
    width: 88%;
    max-height: 100%;
    background: #F5F4F0;
    border-radius: 0 0 0 20px;
    overflow-y: scroll;
    transition-duration: 0.7s;
  }
  .c-gnav:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 60px;
    height: 105px;
    background: url("/wp-content/uploads/bg_top-side01.png") no-repeat center/100%;
  }
  .c-gnav .navWrap {
    position: relative;
    padding: 40px 50px 60px;
  }
}
@media (max-width: 767px) and (max-width: 370px) {
  .c-gnav .navWrap {
    padding: 40px 30px 60px;
  }
}
@media (max-width: 767px) {
  .c-gnav .navWrap:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 58px;
    background: url("/wp-content/uploads/bg_top-side04.png") no-repeat center/100%;
  }
  .c-gnav.slideOn {
    right: 0;
  }
}
.c-gnav .menu {
  display: flex;
}
@media (max-width: 767px) {
  .c-gnav .menu {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
}
.c-gnav .menu > li {
  position: relative;
  margin-left: min(4.39vw, 60px);
}
@media (max-width: 1024px) {
  .c-gnav .menu > li {
    margin-left: min(2.2vw, 30px);
  }
}
@media (max-width: 767px) {
  .c-gnav .menu > li {
    margin: 30px 0 0 0;
    width: 100%;
  }
}
.c-gnav .menu > li:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:first-child {
    margin-top: 0;
  }
}
.c-gnav .menu > li > a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  transition-duration: 0.4s;
  text-shadow: 0 0 5px rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    font-size: 1.6rem;
    text-align: left;
  }
}
.c-gnav .menu > li > a:hover {
  color: #A84F25;
}
@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: #019259;
}
.c-gnav .menu .menu-item-description {
  display: block;
  font-size: min(1.15vw, 2.4rem);
  font-weight: 700;
  color: #A84F25;
}
@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;
}
@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;
  left: calc(50% - 100px);
  padding: 10px 0;
  width: 200px;
  background: rgba(122, 177, 135, 0.8);
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    padding: 0;
    left: 0;
    width: 100%;
    background: none;
    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.3rem;
}
@media (min-width: 768px) {
  .c-gnav .sub-menu li a {
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .c-gnav .sub-menu li a {
    padding: 4px 0;
    font-size: 1.5rem;
  }
  .c-gnav .sub-menu li a:before {
    content: "-";
    margin-right: 0.5em;
    font-weight: bold;
    color: #A84F25;
  }
}
.c-gnav .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.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 {
  position: relative;
  display: none;
  z-index: 102;
  cursor: pointer;
}
@media (max-width: 767px) {
  .toggleMenu {
    margin: 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #A84F25;
  }
}
.toggleMenu:after {
  content: "MENU";
  margin-top: 2px;
  display: block;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
}
.toggleMenu.active:after {
  content: "CLOSE";
}

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

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

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

.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: -2px;
}

.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: -3px;
}

.navSpLogo {
  display: none;
}
@media (max-width: 767px) {
  .navSpLogo {
    margin: 0 auto 40px;
    display: block;
  }
}

.navSpTel {
  display: none;
}
@media (max-width: 767px) {
  .navSpTel {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .navSpTel .l-header__infoTel {
    font-size: 2.2rem;
  }
}

/* -------------------------------------
	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;
  color: #A84F25;
}

.bread li + li:before {
  padding-right: 10px;
  content: "−";
  color: #392105;
}

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

.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: #A84F25;
}
.pagetop a:after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  background: url("/wp-content/themes/yamauchi-dc/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.elementor-size-xs {
  padding: 8px 20px;
  width: 100%;
  max-width: 160px;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button.elementor-size-md {
  padding: 17px 20px;
  width: 100%;
  max-width: 240px;
}

/*--------------------------------------
  Tables
--------------------------------------*/
.timetable {
  border-top: 1px solid #392105;
  border-bottom: 1px solid #392105;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .timetable {
    font-size: 1.4rem;
  }
}
@media (max-width: 370px) {
  .timetable {
    font-size: 1.2rem;
  }
}
.timetable table {
  width: 100%;
}
.timetable th, .timetable td {
  padding: 1.2rem 0.7em;
  text-align: center;
}
@media (max-width: 767px) {
  .timetable th, .timetable td {
    padding: 1.6rem 0.5rem;
  }
}
@media (max-width: 370px) {
  .timetable th, .timetable td {
    padding: 1.4rem 0.4rem;
  }
}
.timetable thead {
  border-bottom: 1px solid #392105;
}
.timetable thead th:first-child {
  min-width: 8em;
}
.timetable tbody tr + tr th, .timetable tbody tr + tr td {
  padding-top: 0;
}
.timetable .c1 {
  color: #A84F25;
}
.timetable .c2 {
  color: #7AB187;
}

/*--------------------------------------
  Lists
--------------------------------------*/
/*--------------------------------------
  Link indexes
--------------------------------------*/
.link_indexes {
  padding: 30px 50px;
  background: #F5F4F0;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .link_indexes {
    padding: 30px;
  }
}
.link_indexes.elementor-list-item-link-full_width li a {
  width: auto;
}
@media (max-width: 767px) {
  .link_indexes.elementor-list-item-link-full_width li a {
    font-size: 1.2rem;
  }
}
.link_indexes li {
  line-height: 1.5;
}
.link_indexes li:not(:last-child) {
  margin-bottom: 1em;
}
.link_indexes li a {
  position: relative;
  width: auto;
}
.link_indexes li a:before {
  content: "";
  margin-right: 14px;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 8px solid #392105;
  transition-duration: 0.7s;
}
.link_indexes li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #A84F25;
}
.link_indexes li a:hover:before {
  transform: rotate(90deg);
}
.link_indexes li a:hover:after {
  animation: hover-anchorLinks 0.4s forwards;
}
.link_indexes.col2 ul {
  display: flex;
  flex-wrap: wrap;
}
.link_indexes.col2 ul li {
  width: 48%;
}
.link_indexes.col2 ul li:nth-child(odd) {
  margin-right: 4%;
}

/* ホバー時二重線 */
@keyframes hover-anchorLinks {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*--------------------------------------
  Step box
--------------------------------------*/
.stepBox .e-con-inner > .e-con-boxed:not(:last-child):after {
  content: "";
  position: absolute;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 10px solid #7AB187;
}
@media (min-width: 768px) {
  .stepBox .e-con-inner > .e-con-boxed:not(:last-child):after {
    top: calc(50% - 7.5px);
    right: -21px;
  }
}
@media (max-width: 767px) {
  .stepBox .e-con-inner > .e-con-boxed:not(:last-child):after {
    bottom: -25px;
    left: calc(50% - 7.5px);
    transform: rotate(90deg);
  }
}

.stepBox2 + .stepBox2 {
  margin-top: 50px;
}
.stepBox2 + .stepBox2:after {
  content: "";
  position: absolute;
  top: -35px;
  left: calc(50% - 30px);
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid #7AB187;
}

/*--------------------------------------
  Q&A
--------------------------------------*/
.block-qa {
  padding-bottom: 40px;
  border-bottom: 3px dotted #7AB187;
}
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  padding-left: 82px;
}
.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: 60px;
  height: 60px;
  border-radius: 50%;
  background: #7AB187;
  font-size: 2.8rem;
  color: #fff;
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1.2em;
  padding-top: 14px;
  font-size: 2.4rem;
  line-height: 1.5;
}
.block-qa .elementor-image-box-description {
  padding-top: 18px;
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  background: #A84F25;
}
.block-qa + .block-qa {
  margin-top: 26px;
}

/*--------------------------------------
  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;
}

.under .elementor-element .swiper .elementor-swiper-button svg {
  background: #7AB187;
  border-radius: 50%;
  font-size: 44px;
  fill: #fff;
}
.under .elementor-element .swiper .elementor-swiper-button-prev {
  left: -25px;
}
.under .elementor-element .swiper .elementor-swiper-button-prev svg {
  padding: 5px 6px 5px 2px;
}
.under .elementor-element .swiper .elementor-swiper-button-next {
  right: -25px;
}
.under .elementor-element .swiper .elementor-swiper-button-next svg {
  padding: 5px 2px 5px 6px;
}

/*--------------------------------------
  Newsbox
--------------------------------------*/
.newsboxes > .e-con-inner:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 120px;
  height: 210px;
  background: url("/wp-content/uploads/bg_top-side01.png") no-repeat center/100%;
}
@media (max-width: 767px) {
  .newsboxes > .e-con-inner:before {
    display: none;
    top: -40px;
    width: 60px;
    height: 105px;
  }
}
.newsboxes > .e-con-inner:after {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  width: 120px;
  height: 210px;
  background: url("/wp-content/uploads/bg_top-side02.png") no-repeat center/100%;
}
@media (max-width: 767px) {
  .newsboxes > .e-con-inner:after {
    display: none;
    top: -40px;
    width: 60px;
    height: 105px;
  }
}

.newsWrap dl {
  padding: 25px 10px;
  border-bottom: 1px solid #392105;
  line-height: 1.5;
}
.newsWrap dt {
  margin-bottom: 6px;
  display: flex;
  font-size: 1.2rem;
}
.newsWrap .newsLabel {
  margin: 0 0 0 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 4.5em;
  height: 18px;
  background: #7AB187;
  border-radius: min(0.52vw, 10px);
  font-size: 1rem;
  font-weight: 500;
  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-size: 1.4rem;
  transition-duration: 0.4s;
}
.newsWrap a:hover dd {
  text-decoration: underline #A84F25;
  text-underline-offset: 0.5em;
}

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

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

/*--------------------------------------
  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;
  }
}
.sp-cv a {
  position: relative;
  padding: 0.4em 0 0.2em;
  display: block;
  width: 100%;
  background: #A84F25;
  text-decoration: none;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}
.sp-cv a sup {
  display: block;
  margin-left: 1.8em;
  font-size: 3.6vw;
}
.sp-cv a sub {
  font-size: 6vw;
}
.sp-cv a sub:before {
  content: "";
  margin-right: 0.5em;
  position: relative;
  top: 0.16em;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/wp-content/uploads/ico_tel3.svg") no-repeat center/100%;
}

/*--------------------------------------
  Iframes
--------------------------------------*/
.iframeWrap {
  position: relative;
  height: 100%;
}
@media (max-width: 1024px) {
  .iframeWrap {
    padding-top: 56.25%;
  }
}
@media (max-width: 767px) {
  .iframeWrap {
    padding-top: 360px;
  }
}
.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%;
}

/*--------------------------------------
  Top
--------------------------------------*/
/* general */
.top .h2v1 {
  margin-bottom: 40px !important;
  font-size: 3rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
}
.top .h2v1 h2 {
  line-height: 1.5;
}
.top .h2v1 h2 strong {
  display: block;
  background: url("/wp-content/uploads/bg_top-h2.svg") no-repeat center/75px;
}
.top .h2v1 sup {
  margin-bottom: 7px;
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  color: #A84F25;
}
.top .h2v1.c2 sup {
  color: #7AB187;
}
.top .h2v1.left {
  margin-bottom: 20px !important;
  text-align: left;
}
.top .h2v1.left strong {
  background-position: left center;
}
@media (max-width: 767px) {
  .top .top-main-catch {
    background: #fff;
    position: relative !important;
  }
}

/*--------------------------------------
  Under
--------------------------------------*/
/* general */
.under .main {
  position: relative;
}
.under .main:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -158px;
  right: 0;
  width: 120px;
  height: 210px;
  background: url("/wp-content/uploads/bg_top-side02.png") no-repeat center/100%;
}
@media (max-width: 767px) {
  .under .main:before {
    top: -97px;
    width: 60px;
    height: 105px;
  }
}
.under .elementor-heading-title {
  line-height: 1.5;
}
.under p a,
.under .elementor-widget-text-editor a,
.under .elementor-icon-list-text a {
  color: #7AB187;
}
.under p a:hover,
.under .elementor-widget-text-editor a:hover,
.under .elementor-icon-list-text a:hover {
  text-decoration: underline;
}
.under .p-tal .elementor-image-box-description {
  text-align: left;
}
.under .point {
  color: #A84F25;
}
.under .bg-icon01 > .e-con-inner:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 120px;
  height: 210px;
  background: url("/wp-content/uploads/bg_top-side01.png") no-repeat center/100%;
}
@media (max-width: 767px) {
  .under .bg-icon01 > .e-con-inner:before {
    top: -40px;
    width: 60px;
    height: 105px;
  }
}
.under .bg-icon01 > .e-con-inner:after {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  width: 120px;
  height: 210px;
  background: url("/wp-content/uploads/bg_top-side02.png") no-repeat center/100%;
}
@media (max-width: 767px) {
  .under .bg-icon01 > .e-con-inner:after {
    top: -40px;
    width: 60px;
    height: 105px;
  }
}
.under .bg-icon02 > .e-con-inner:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 228px;
  height: 116px;
  background: url("/wp-content/uploads/bg_top-side03.png") no-repeat center/100%;
}
@media (max-width: 767px) {
  .under .bg-icon02 > .e-con-inner:before {
    top: -40px;
    width: 160px;
    height: 81px;
  }
}
.under .bg-icon02 > .e-con-inner:after {
  content: "";
  position: absolute;
  bottom: -27px;
  right: 0;
  width: 66px;
  height: 77px;
  background: url("/wp-content/uploads/bg_top-side04.png") no-repeat center/100%;
}
@media (max-width: 767px) {
  .under .bg-icon02 > .e-con-inner:after {
    bottom: -18px;
    width: 50px;
    height: 58px;
  }
}

/* 下層H1見出し */
.p-under__hBg {
  padding: 0 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .p-under__hBg {
    height: 290px;
  }
}
.p-under__hBg .bgH1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.p-under__hBg h1 {
  margin-top: 32px;
  position: relative;
  font-size: 3.2rem;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .p-under__hBg h1 {
    font-size: 2.8rem;
  }
}

.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: 40px;
  font-size: 3rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  background: url("/wp-content/uploads/bg_top-h2.svg") no-repeat center/75px;
}
@media (max-width: 767px) {
  .under.page .main .elementor-widget-container > h2,
  .under #blogDetail #posts .elementor-widget-container > h2 {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
}
.under.page .main .elementor-widget-container > h2 sup,
.under #blogDetail #posts .elementor-widget-container > h2 sup {
  margin-bottom: 7px;
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  color: #A84F25;
}
.under.page .main .elementor-widget-container > h2.c2 sup,
.under #blogDetail #posts .elementor-widget-container > h2.c2 sup {
  color: #7AB187;
}
.under.page .main .elementor-widget-container > h2.left,
.under #blogDetail #posts .elementor-widget-container > h2.left {
  margin-bottom: 20px !important;
  text-align: left;
}
.under.page .main .elementor-widget-container > h2.left strong,
.under #blogDetail #posts .elementor-widget-container > h2.left strong {
  background-position: left center;
}
.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 h3,
.under.page .main .h3v1 h3,
.under #blogDetail #posts h3,
.under #blogDetail #posts .h3v1 h3 {
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 4px solid #7AB187;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .under.page .main h3,
  .under.page .main .h3v1 h3,
  .under #blogDetail #posts h3,
  .under #blogDetail #posts .h3v1 h3 {
    margin-bottom: 26px;
  }
}
.under.page .main h4,
.under.page .main .h4v1 h4,
.under #blogDetail #posts h4,
.under #blogDetail #posts .h4v1 h4 {
  margin-bottom: 20px;
  line-height: 1.5;
  color: #A84F25;
}
.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 #A84F25;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #A84F25;
}
@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: #A84F25;
}
.under.page .main .marker_red,
.under #blogDetail #posts .marker_red {
  text-decoration: 5px #019259 underline;
  text-underline-offset: -2px;
}
.under.page .main .hover-underline li a:hover,
.under #blogDetail #posts .hover-underline li a:hover {
  color: #7AB187;
  text-decoration: underline;
}

/* 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 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .u-text--tate--spnone {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.u-hover-underline:hover {
  text-decoration: underline;
}

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