@charset "UTF-8";
/*
Theme Name: たかクリニック
Theme URI: https://www.taka-cl.com/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/* =====================================
  FOUNDATIONS
===================================== */
.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;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, Meiryo, sans-serif;
  font-size: 1.5rem;
  color: #422F0F;
  letter-spacing: 0.08em;
  line-height: 2;
}
body.fixed {
  position: fixed;
  width: 100%;
}

a {
  color: #422F0F;
}
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 .main {
  /*
  .elementor-icon-list-item {
  	align-items: start;
  	.elementor-icon-list-icon {
  		padding-top: 10px;
  	}
  }
  */
}
.under .main .elementor-top-section {
  margin-top: 8%;
}
@media (max-width: 767px) {
  .under .main .elementor-top-section {
    margin-top: 80px;
  }
}
.under .main .elementor-top-section:first-child {
  margin-top: 0;
}
.under .main p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 1.6;
}

.l-main p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 1.6;
}

.under.page .main .elementor-widget.elementor-widget-text-editor + .elementor-element {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .under.page .main .elementor-widget.elementor-widget-text-editor + .elementor-element {
    margin-top: 20px;
  }
}
.under.page .main .list01 + .elementor-widget-button {
  margin-top: 20px;
}

/*
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: 99;
  background-color: #fff;
  transition-duration: 0.7s;
}
.l-header__wrap {
  display: flex;
  padding: min(1.317%, 18px) min(2.928%, 40px);
}
@media (max-width: 1024px) {
  .l-header__wrap {
    padding: min(1.317%, 18px) min(1%, 40px);
  }
}
@media (max-width: 767px) {
  .l-header__wrap {
    padding: 13px 10px 12px;
  }
}
.l-header__logo {
  position: relative;
  width: 19.76%;
  padding-top: 3.367%;
}
@media (max-width: 767px) {
  .l-header__logo {
    padding-top: 37.41px;
    width: 58.66vw;
    max-width: 220px;
  }
}
.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__right {
  margin-left: auto;
}
.l-header__infoBox {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .l-header__infoBox {
    display: none;
  }
}
.l-header__access {
  margin-right: 2.93vw;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .l-header__access {
    margin-right: 1.6vw;
  }
}
.l-header__access li {
  line-height: 1.5;
}
.l-header__access li:first-child {
  border-right: 1px solid #7BC417;
  font-size: 1.32vw;
}
.l-header__access li:first-child sub {
  margin-right: 1em;
  display: block;
  font-size: 1.46vw;
}
.l-header__access li:last-child {
  padding-left: 1.66em;
  font-size: 0.87vw;
}
.l-header__access li:last-child strong {
  display: block;
  font-size: 0.73vw;
  font-weight: bold;
}
.l-header__access.sp-nav {
  display: none;
  margin-right: 0;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-header__access.sp-nav {
    display: flex;
  }
}
.l-header__access.sp-nav li:first-child {
  font-size: 1.8rem;
}
@media (max-width: 370px) {
  .l-header__access.sp-nav li:first-child {
    font-size: 1.6rem;
  }
}
.l-header__access.sp-nav li:first-child sub {
  font-size: 2rem;
}
@media (max-width: 370px) {
  .l-header__access.sp-nav li:first-child sub {
    font-size: 1.8rem;
  }
}
.l-header__access.sp-nav li:last-child {
  font-size: 12px;
}
.l-header__access.sp-nav li:last-child strong {
  font-size: 10px;
}
.l-header__timetable {
  width: 20.498vw;
}
.l-header__timetable img {
  width: 100%;
}
.l-header__tels {
  margin-left: 2.93vw;
}
@media (max-width: 1024px) {
  .l-header__tels {
    margin-left: 1.6vw;
  }
}
.l-header__tels li {
  display: flex;
  align-items: center;
}
.l-header__tels a {
  position: relative;
  font-family: "Heebo";
  font-size: 1.46vw;
  line-height: 1.5;
  color: #0E5A20;
  text-decoration: none;
}
.l-header__tels a:before {
  content: "";
  position: relative;
  top: -0.1em;
  margin-right: 0.4em;
  display: inline-block;
  width: 0.69em;
  height: 0.9em;
  background: url(/wp-content/uploads/icon_tel.svg) no-repeat center/100%;
  vertical-align: middle;
}
.l-header__tels sub {
  margin-left: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.86vw;
  min-width: 80px;
  height: 1.61vw;
  background: #DDECC6;
  border-radius: 5px;
  font-size: 0.732vw;
}
.l-header__tels.sp-nav {
  display: none;
  max-width: 290px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 20px 10px 15px;
  border: 1px solid #DDECC6;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .l-header__tels.sp-nav {
    display: block;
  }
}
.l-header__tels.sp-nav li {
  justify-content: center;
}
@media (max-width: 370px) {
  .l-header__tels.sp-nav li:first-child {
    margin-bottom: 0.5em;
  }
}
.l-header__tels.sp-nav a {
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media (max-width: 370px) {
  .l-header__tels.sp-nav a {
    font-size: 1.5rem;
  }
}
.l-header__tels.sp-nav sub {
  width: 100%;
  max-width: 80px;
  height: 22px;
  font-size: 1rem;
}
.l-header__tels.sp-nav .l-header__telTime {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media (max-width: 370px) {
  .l-header__tels.sp-nav .l-header__telTime {
    font-size: 10px;
  }
}
.l-header__telTime {
  font-size: 0.878vw;
  line-height: 1;
  letter-spacing: 0.08em;
}
.l-header.fixed {
  top: 0 !important;
}

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

/*--------------------------------------
  MainVisual
--------------------------------------*/
.l-mv h1 {
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
}
.l-mv h1 sup {
  display: block;
  font-size: 1.9vw;
}
@media (max-width: 480px) {
  .l-mv h1 sup {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}
.l-mv .circles {
  max-width: 95.22%;
}
@media (max-width: 480px) {
  .l-mv .circles.elementor-element {
    width: 50%;
  }
}
.l-mv .circles img {
  width: 100%;
}
@media (max-width: 480px) {
  .l-mv .circles .elementor-container {
    flex-wrap: initial;
  }
}

/*--------------------------------------
	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
--------------------------------------*/
@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 14.66vw;
  }
}
.l-footer__wrap {
  margin: 0 auto;
  max-width: 1060px;
  padding: 5.66% 30px;
}
@media (max-width: 767px) {
  .l-footer__wrap {
    padding: min(10.66vw, 40px) 30px min(16vw, 60px);
  }
}
.l-footer__menus {
  display: flex;
}
@media (max-width: 767px) {
  .l-footer__menus {
    flex-wrap: wrap;
  }
}
.l-footer__menus a {
  text-decoration: none;
}
.l-footer__menus h3 {
  margin-bottom: 0.85em;
  position: relative;
  padding-bottom: 1.1em;
  border-bottom: 1px solid #422F0F;
  font-size: clamp(11.25px, 1.42vw, 15px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .l-footer__menus h3 {
    font-size: 1.5rem;
  }
}
.l-footer__menus h3:after {
  content: "";
  position: absolute;
  top: calc(50% - 1.1em);
  right: 0;
  width: 1em;
  height: 1em;
  background: url("/wp-content/uploads/ico_arrow03.svg") no-repeat center/100%;
}
.l-footer__menu1 {
  margin-right: 6.6%;
}
@media (max-width: 767px) {
  .l-footer__menu1 {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-footer__menu1 ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-footer__menu1 li {
  border-bottom: 1px solid #422F0F;
  font-size: clamp(11.25px, 1.42vw, 15px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .l-footer__menu1 li {
    margin-right: 5%;
    width: 30%;
    font-size: 1.5rem;
  }
  .l-footer__menu1 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .l-footer__menu1 li {
    margin-right: 0;
    width: calc(50% - 10px);
  }
  .l-footer__menu1 li:nth-child(odd) {
    margin-right: 10px;
  }
  .l-footer__menu1 li:nth-child(even) {
    margin-left: 10px;
  }
}
.l-footer__menu1 li a {
  padding: 1.1em 3.6em 1.1em 1.1em;
  display: block;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .l-footer__menu1 li a {
    padding: 1.1em;
  }
}
.l-footer__menu1 li a:hover {
  background: #422F0F;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__menu2, .l-footer__menu3 {
    width: 46%;
  }
}
@media (max-width: 480px) {
  .l-footer__menu2, .l-footer__menu3 {
    width: 100%;
  }
  .l-footer__menu2 ul, .l-footer__menu3 ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-footer__menu2 li, .l-footer__menu3 li {
  margin-bottom: 0.4em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media (max-width: 480px) {
  .l-footer__menu2 li, .l-footer__menu3 li {
    width: 48%;
  }
  .l-footer__menu2 li:nth-child(odd), .l-footer__menu3 li:nth-child(odd) {
    margin-right: 2%;
  }
  .l-footer__menu2 li:nth-child(even), .l-footer__menu3 li:nth-child(even) {
    margin-left: 2%;
  }
}
.l-footer__menu2 li:before, .l-footer__menu3 li:before {
  content: "-";
  margin-right: 1em;
}
.l-footer__menu2 li a, .l-footer__menu3 li a {
  font-size: clamp(11.25px, 1.42vw, 15px);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .l-footer__menu2 li a, .l-footer__menu3 li a {
    font-size: 1.5rem;
  }
}
.l-footer__menu2 li a:hover, .l-footer__menu3 li a:hover {
  text-decoration: underline;
}
.l-footer__menu2 {
  margin-right: 6.6%;
}
@media (max-width: 767px) {
  .l-footer__menu2 {
    margin-right: 8%;
  }
}
@media (max-width: 480px) {
  .l-footer__menu2 {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.l-footer__copyright {
  border-top: 1px solid #422F0F;
}
@media (max-width: 480px) {
  .l-footer__copyright {
    margin: 0 30px;
  }
}
.l-footer__copyright p {
  margin: 0 auto;
  padding: 1.66em 30px;
  max-width: 1060px;
  text-align: right;
  font-size: clamp(9px, 1.132vw, 12px);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .l-footer__copyright p {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .l-footer__copyright p {
    padding: 20px 0;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
  Global navigation
--------------------------------------*/
.c-gnav {
  width: 100%;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed;
    z-index: 100;
    top: 0;
    right: -88%;
    padding: 58px 20px 25px;
    width: 88%;
    max-width: 330px;
    height: 100%;
    overflow-y: scroll;
    transition-duration: 0.7s;
    background: #fff;
  }
}
.c-gnav .menu {
  margin: 0 auto;
  display: flex;
  max-width: 942px;
}
@media (max-width: 767px) {
  .c-gnav .menu {
    flex-direction: column;
  }
}
.c-gnav .menu > li {
  position: relative;
  width: 13%;
}
@media (max-width: 767px) {
  .c-gnav .menu > li {
    width: 100%;
  }
  .c-gnav .menu > li:not(:last-child):after {
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
  }
}
.c-gnav .menu > li:first-child {
  width: 12%;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:first-child {
    width: 100%;
  }
}
.c-gnav .menu > li:nth-child(2) {
  width: 16%;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:nth-child(2) {
    width: 100%;
  }
}
.c-gnav .menu > li:nth-child(5) {
  width: 20%;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:nth-child(5) {
    width: 100%;
  }
}
.c-gnav .menu > li > a {
  display: block;
  padding: 10px 0;
  font-size: min(1.17vw, 1.6rem);
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    padding: 16px 30px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: left;
  }
}
@media (max-width: 370px) {
  .c-gnav .menu > li > a {
    font-size: 13px;
  }
}
.c-gnav .menu > li > a strong {
  display: block;
  font-family: "Montserrat";
  font-size: min(0.732vw, 10px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #7BC417;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a strong {
    order: 2;
    margin-left: 10px;
    font-size: 10px;
  }
}
.c-gnav .menu > li > a .menu-item-description {
  position: relative;
}
.c-gnav .menu > li > a .menu-item-description:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.2em;
  transform: translateY(-50%);
  display: inline-block;
  background: url("/wp-content/uploads/ico_crover.svg") no-repeat center/100%;
  width: min(0.732vw, 10px);
  height: min(0.732vw, 10px);
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a .menu-item-description:before {
    top: 12px;
    left: -20px;
    width: 10px;
    height: 10px;
  }
}
.c-gnav .menu > li > a:hover {
  background: #f6f2ed;
  color: #0E5A20;
}
@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: #434138;
}
.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: "＋";
    position: absolute;
    right: 0;
    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;
  padding: 10px 0;
  width: 140%;
  background: rgba(14, 90, 32, 0.7);
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .c-gnav .sub-menu {
    transform: translateX(-15%);
  }
}
@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    padding: 0;
    transition-duration: 1.5s;
    opacity: 0;
    width: 100%;
    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;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.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;
}
.c-gnav.dispOn {
  right: 0;
}

/* ハンバーガーメニュー */
.toggleMenu {
  display: none;
  z-index: 101;
  cursor: pointer;
}
@media (max-width: 767px) {
  .toggleMenu {
    position: relative;
    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: 45px;
  height: 45px;
  text-align: center;
  background: #0E5A20;
  border-radius: 5px;
}

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

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

.menu-trigger span:nth-of-type(2) {
  top: 21px;
}

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

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

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

/* -------------------------------------
	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: #0E5A20;
}
.pagetop a:after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  background: url("/wp-content/themes/taka-cl/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 .elementor-button-wrapper .elementor-button {
  position: relative;
}
.elementor-element .elementor-button-wrapper .elementor-button:before, .elementor-element .elementor-button-wrapper .elementor-button:after {
  content: "";
  position: absolute;
  transition-duration: 0.4s;
}
.elementor-element .elementor-button-wrapper .elementor-button:before {
  top: calc(50% - 0.56em);
  right: 1.25em;
  width: 1.125em;
  height: 1.125em;
  border: 1px solid #A3C48A;
  border-radius: 50%;
}
.elementor-element .elementor-button-wrapper .elementor-button:after {
  top: 50%;
  right: 1.9em;
  width: 0.3em;
  height: 0.3em;
  border-top: 1px solid #A3C48A;
  border-right: 1px solid #A3C48A;
  transform: rotate(45deg) translateY(-70%);
}
.elementor-element .elementor-button-wrapper .elementor-button:hover:before {
  border: 1px solid #fff;
}
.elementor-element .elementor-button-wrapper .elementor-button:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.elementor-element.elementor-widget-button:not(.elementor-button-info) .elementor-button-wrapper .elementor-button {
  padding-right: 2.4em;
}
.elementor-element.elementor-widget-button:not(.elementor-button-info) .elementor-button-wrapper .elementor-button.elementor-size-sm {
  width: 100%;
  max-width: 320px;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
  padding: 0.4em 1.56em 0.4em 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #0E5A20;
  border-radius: 0;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:before {
  right: 0;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:after {
  right: 0.6em;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover {
  color: #0E5A20;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover:before {
  border: 1px solid #0E5A20;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover:after {
  border-top: 1px solid #0E5A20;
  border-right: 1px solid #0E5A20;
}

/*--------------------------------------
  Tables
--------------------------------------*/
/* table01 */
.table01 table {
  width: 100%;
}
.table01 table tr {
  border-bottom: 1px solid #DDECC6;
}
.table01 table th, .table01 table td {
  padding: 0.8em;
  font-size: clamp(10.5px, 1.32vw, 14px);
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 767px) {
  .table01 table th, .table01 table td {
    padding: 0.4em;
    font-size: 1.4rem;
  }
}
@media (max-width: 370px) {
  .table01 table th, .table01 table td {
    font-size: 1.3rem;
  }
}
.table01 table thead th {
  font-weight: 700;
}
.table01 table tbody th {
  min-width: 6em;
}

/* table02 */
.table02 table {
  width: 100%;
}
.table02 th, .table02 td {
  padding: 0.8em;
  border: 1px solid #0E5A20;
}
.table02 th {
  background: #0E5A20;
  color: #fff;
}
.table02 th:not(:last-child) {
  border-right: 1px solid #fff;
}
.table02 td:first-child {
  width: 20%;
}
@media (max-width: 480px) {
  .table02 td:first-child {
    width: 25%;
  }
}
.table02 td:nth-child(2) {
  width: 20%;
}
@media (max-width: 480px) {
  .table02 td:nth-child(2) {
    width: 25%;
  }
}
.table02 td:last-child {
  width: 60%;
}
@media (max-width: 480px) {
  .table02 td:last-child {
    width: 50%;
  }
}

/*--------------------------------------
  Lists
--------------------------------------*/
.list-half .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
}
.list-half .elementor-icon-list-items li {
  width: 48%;
}
@media (max-width: 767px) {
  .list-half .elementor-icon-list-items li {
    width: 100%;
  }
}
.list-half .elementor-icon-list-items li:nth-child(odd) {
  margin-right: 2%;
}
@media (max-width: 767px) {
  .list-half .elementor-icon-list-items li:nth-child(odd) {
    margin-right: 0;
  }
}
.list-half .elementor-icon-list-items li:nth-child(even) {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .list-half .elementor-icon-list-items li:nth-child(even) {
    margin-left: 0;
  }
}

/*--------------------------------------
  Link indexes
--------------------------------------*/
.link_indexes ul {
  display: flex;
  flex-wrap: wrap;
}
.link_indexes li {
  width: 48%;
}
@media (max-width: 480px) {
  .link_indexes li {
    width: 100%;
  }
}
.link_indexes li:nth-child(odd) {
  margin-right: 4%;
}
.link_indexes li a {
  display: inline-block;
  width: auto !important;
  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 #0E5A20;
  transition-duration: 0.7s;
}
.link_indexes li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #0E5A20;
}
.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 #7BC417;
}
@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 #7BC417;
  }
}
.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 #0E5A20;
}
@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 #0E5A20;
  }
}
.stepBox.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #0E5A20;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}
.stepBox.v2 .elementor-widget-container p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
  Step box
--------------------------------------*/
.stepBox3 .elementor-position-top:not(:last-child) {
  margin-bottom: 3%;
}
@media (max-width: 767px) {
  .stepBox3 .elementor-position-top:not(:last-child) {
    margin-bottom: 6%;
  }
}
@media (max-width: 480px) {
  .stepBox3 .elementor-position-top:not(:last-child) {
    margin-bottom: 9%;
  }
}
.stepBox3 .elementor-image-box-title {
  padding-left: 50px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #0E5A20;
}
.stepBox3 .elementor-image-box-title span {
  position: absolute;
  left: 0;
  margin-right: 1em;
  padding: 0px 0.8em;
  display: inline-block;
  background: #0E5A20;
  font-weight: 700;
  color: #fff;
  vertical-align: baseline;
}
.stepBox3 .elementor-image-box-description {
  padding: 20px;
  border: 1px solid #0E5A20;
  background-color: #FDFFFA;
}
.stepBox3 .next:after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: calc(50% - 40px);
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 24px solid #0E5A20;
}

/*--------------------------------------
  Q&A
--------------------------------------*/
.block-qa {
  padding-bottom: 1em;
  border-bottom: 1px solid #e2e2e2;
}
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  padding: 16px 0 0 80px;
}
.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;
  padding: 0 5px 0 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #0E5A20;
  font-style: italic;
  font-size: 4rem;
  color: #fff;
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1.2em;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .block-qa .elementor-image-box-title {
    font-size: max(2vw, 2rem);
  }
}
.block-qa .elementor-image-box-description {
  font-size: 1.6;
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  background: #7BC417;
}
.block-qa + .block-qa {
  margin-top: 1em;
}

/*--------------------------------------
  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 dl {
  padding: 1em 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  font-size: clamp(12px, 1.51vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .newsWrap dl {
    padding: 20px 0;
    flex-direction: column;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .newsWrap dt, .newsWrap dd {
    width: 100%;
  }
}
.newsWrap dt {
  display: flex;
  min-width: 8.6em;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .newsWrap dt {
    min-width: 9.6em;
  }
}
@media (max-width: 767px) {
  .newsWrap dt {
    margin-bottom: 0.5em;
  }
}
.newsWrap .newsLabel {
  margin: 0 0 0 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 3.2em;
  height: 2.2em;
  background: #cbaf84;
  border-radius: 5px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  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: 700;
}
.newsWrap a {
  transition-duration: 0.4s;
}
.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;
}

/*--------------------------------------
  Fixed cv
--------------------------------------*/
.fixed-cv {
  position: fixed;
  z-index: 90;
  width: 8.05vw;
  min-width: 88px;
  transition-duration: 0.7s;
}
@media (min-width: 768px) {
  .fixed-cv {
    top: 23.6vw;
    right: 0;
    max-width: 110px;
  }
}
@media (min-width: 768px) and (max-height: 767px) {
  .fixed-cv {
    top: calc(42vh - 80px);
  }
}
@media (max-width: 767px) {
  .fixed-cv {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.fixed-cv ul {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .fixed-cv ul {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .fixed-cv ul li {
    width: 32.8%;
  }
}
.fixed-cv ul li:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .fixed-cv ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
.fixed-cv ul li a {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  font-size: clamp(10.5px, 1.32vw, 14px);
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
}
@media (min-width: 768px) {
  .fixed-cv ul li a {
    height: 8.05vw;
    max-height: 110px;
    min-height: 88px;
  }
}
@media (max-width: 767px) {
  .fixed-cv ul li a {
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 0.8vw;
    height: 14.66vw;
    font-size: max(3.2vw, 12px);
    text-align: left;
  }
}
.fixed-cv ul li a:before {
  content: "";
  margin-bottom: 6px;
  display: inline-block;
}
@media (max-width: 767px) {
  .fixed-cv ul li a:before {
    margin: 0 5.5px 0 0;
  }
}
.fixed-cv ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(14, 90, 32, 0.2), transparent);
  opacity: 0;
  transition-duration: 0.7s;
}
.fixed-cv ul li a sup {
  margin-bottom: 4px;
  font-family: "Montserrat";
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #7BC417;
}
@media (max-width: 767px) {
  .fixed-cv ul li a sup {
    order: 3;
    margin-bottom: 0;
    position: relative;
    top: -1.6vw;
    font-size: 10px;
  }
  .fixed-cv ul li a sup br {
    display: none;
  }
}
.fixed-cv ul li a:hover:after {
  opacity: 1;
}
.fixed-cv ul li:first-child a:before {
  width: 29.1%;
  height: 25.45%;
  background: url("/wp-content/uploads/ico_balloon.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .fixed-cv ul li:first-child a:before {
    width: 20.32%;
    height: 40%;
  }
}
.fixed-cv ul li:nth-child(2) a:before {
  width: 26.7%;
  height: 25.45%;
  background: url("/wp-content/uploads/ico_calendar.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .fixed-cv ul li:nth-child(2) a:before {
    width: 18.11%;
    height: 40%;
  }
}
.fixed-cv ul li:last-child a:before {
  width: 31.82%;
  height: 26.23%;
  background: url("/wp-content/uploads/ico_reserve.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .fixed-cv ul li:last-child a:before {
    width: 21%;
    height: 40%;
  }
}

/*--------------------------------------
  Top
--------------------------------------*/
/* heading */
.top .l-main h2 {
  font-size: clamp(24px, 3.02vw, 32px);
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .top .l-main h2 {
    font-size: 3.2rem;
  }
}
.top .l-main h2 sup {
  position: relative;
  margin-bottom: 0.8em;
  display: block;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: max(10px, 0.943vw);
  color: #7BC417;
}
@media (max-width: 767px) {
  .top .l-main h2 sup {
    font-size: 10px;
  }
}
.top .l-main h2 sup:before {
  content: "";
  margin-right: 0.9em;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/wp-content/uploads/ico_crover.svg") no-repeat center/100%;
  vertical-align: middle;
}
.top .l-main .top-news h2 {
  font-size: clamp(18px, 2.26vw, 24px);
}
@media (max-width: 767px) {
  .top .l-main .top-news h2 {
    font-size: 2.4rem;
  }
}
.top .l-main .h2v2 h2 {
  font-size: clamp(18px, 2.26vw, 24px);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .top .l-main .h2v2 h2 {
    font-size: 2.4rem;
  }
}
.top .l-main .h2v2 h2:before {
  content: "";
  margin-bottom: 8px;
  display: block;
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/ico_crover.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .top .l-main .h2v2 h2:before {
    margin: 0 auto 4px;
  }
}

/* top01 */
.top01 {
  counter-reset: top01-no;
}

.bg_top01-no {
  counter-increment: top01-no;
}
.bg_top01-no:after {
  content: "0" counter(top01-no);
  position: absolute;
  top: -0.2em;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat";
  font-size: 7.32vw;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #F1F7EC;
}
@media (max-width: 767px) {
  .bg_top01-no:after {
    font-size: 10rem;
  }
}
.bg_top01-no .elementor-widget-container {
  position: relative;
  z-index: 2;
}

/* top02 */
.top02 .top02-h:before {
  content: "";
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 31.25%;
  padding-top: 31.25%;
  background: url("/wp-content/uploads/ico_top02-1.png") no-repeat center/40% #434138;
  border-radius: 50%;
}
.top02 .top02-h.top02_ico02:before {
  background-image: url("/wp-content/uploads/ico_top02-2.png");
}
.top02 .top02-h.top02_ico03:before {
  background-image: url("/wp-content/uploads/ico_top02-3.svg");
}
.top02 .top02-h.top02_ico04:before {
  background-image: url("/wp-content/uploads/ico_top02-4.svg");
}
.top02 .top02-h.top02_ico05:before {
  background-image: url("/wp-content/uploads/ico_top02-5.svg");
}
.top02 .top02-h.top02_ico06:before {
  background-image: url("/wp-content/uploads/ico_top02-6.svg");
}
.top02 h3 {
  position: relative;
  padding-bottom: 0.8125em;
  border-bottom: 1px solid #DDECC6;
}
.top02 .elementor-widget .elementor-icon-list-item > a {
  align-items: start;
}
.top02 .elementor-widget .elementor-icon-list-item > a svg {
  position: relative;
  top: 0.5em;
  --e-icon-list-icon-size: clamp(12px, 1.42vw, 15px);
}

/* information block */
.infoBox h3 {
  margin-bottom: 0.6em;
}
.infoBox h3:before {
  content: "";
  margin-right: 0.6em;
  display: inline-block;
  background: url(/wp-content/uploads/icon_tel2.svg) no-repeat center/100%;
  width: 0.86em;
  height: 1.125em;
  vertical-align: middle;
}
.infoBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.infoBox ul li:not(:last-child) {
  width: 50%;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .infoBox ul li:not(:last-child) {
    width: auto;
    text-align: center;
  }
}
.infoBox ul li:not(:last-child) a {
  font-family: "Heebo";
  font-size: clamp(15px, 2vw, 21px);
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .infoBox ul li:not(:last-child) a {
    font-size: 2.2rem;
  }
}
.infoBox ul li:not(:last-child) sup {
  display: block;
  font-size: clamp(10.5px, 1.32vw, 14px);
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .infoBox ul li:not(:last-child) sup {
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: baseline;
  }
}
.infoBox ul li:first-child {
  padding-right: 4.8%;
  border-right: 1px solid #0E5A20;
}
@media (max-width: 767px) {
  .infoBox ul li:first-child {
    padding-right: 0;
    padding-bottom: 0.4em;
    border-right: none;
  }
}
.infoBox ul li:nth-child(2) {
  padding-left: 4.8%;
}
@media (max-width: 767px) {
  .infoBox ul li:nth-child(2) {
    padding-top: 0.4em;
    padding-left: 0;
    border-top: 1px solid #0E5A20;
  }
}
.infoBox ul li:last-child {
  margin-top: 1.2em;
  text-align: center;
  font-size: clamp(10.5px, 1.32vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .infoBox ul li:last-child {
    font-size: 1.4rem;
  }
}
@media (max-width: 370px) {
  .infoBox ul li:last-child {
    font-size: 1.2rem;
  }
}

/*--------------------------------------
  Under
--------------------------------------*/
/* general */
/* 下層H1見出し */
.p-under__hBg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  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;
}
.under.page .main h2,
.under #blogDetail #posts h2 {
  margin-bottom: 1.4em;
  position: relative;
  display: inline-block;
  padding: 0 1rem 0.8em 1.1em;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
}
.under.page .main h2:before,
.under #blogDetail #posts h2:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0.3em;
  width: 0.5em;
  height: 0.5em;
  background: url("/wp-content/uploads/ico_crover.svg") no-repeat center/100%;
}
.under.page .main h2:after,
.under #blogDetail #posts h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #0E5A20, #0E5A20 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #0E5A20, #0E5A20 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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 #blogDetail #posts h3 {
  margin: 5% 0 1em;
  padding: 0.5em 1em;
  background: #0E5A20;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (max-width: 767px) {
  .under.page .main h3,
  .under #blogDetail #posts h3 {
    margin: 50px 0 1em;
  }
}
.under.page .main h4,
.under #blogDetail #posts h4 {
  margin: 4% 0 1em;
  position: relative;
  display: inline-block;
  padding: 0 0 0.2em 2em;
  border-bottom: 2px solid rgba(34, 172, 56, 0.5);
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .under.page .main h4,
  .under #blogDetail #posts h4 {
    margin: 40px 0 1em;
  }
}
.under.page .main h4:before,
.under #blogDetail #posts h4:before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background: #0E5A20;
  opacity: 0.7;
}
.under.page .main h4:after,
.under #blogDetail #posts h4:after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  background: #7BC417;
  opacity: 0.7;
}
.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 #0E5A20;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #0E5A20;
}
@media (max-width: 767px) {
  .under.page .main h5,
  .under #blogDetail #posts h5 {
    margin: 30px 0 1em;
  }
}
.under.page .main strong,
.under #blogDetail #posts strong {
  font-weight: 700;
}
.under.page .main .marker_red,
.under #blogDetail #posts .marker_red {
  text-decoration: 5px #434138 underline;
  text-underline-offset: -2px;
}

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

/* 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 .main {
  /*
  .elementor-icon-list-item {
  	align-items: start;
  	.elementor-icon-list-icon {
  		padding-top: 10px;
  	}
  }
  */
}
.under .main .elementor-top-section {
  margin-top: 8%;
}
@media (max-width: 767px) {
  .under .main .elementor-top-section {
    margin-top: 80px;
  }
}
.under .main .elementor-top-section:first-child {
  margin-top: 0;
}
.under .main p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 1.6;
}

.l-main p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 1.6;
}

.under.page .main .elementor-widget.elementor-widget-text-editor + .elementor-element {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .under.page .main .elementor-widget.elementor-widget-text-editor + .elementor-element {
    margin-top: 20px;
  }
}
.under.page .main .list01 + .elementor-widget-button {
  margin-top: 20px;
}

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