@charset "UTF-8";
/*
Theme Name: 矯正歯科専門サイト
Theme URI: https://www.sugimoto-kyosei.com/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,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: calc(min(6.5972222222vw, 95px) / 2) !important;
    margin-left: min(6.5972222222vw, 95px) !important;
  }
}
.img_r .elementor-image-box-wrapper .elementor-image-box-img img {
  border-radius: min(1.3888888889vw, 20px);
  width: calc(100% - 10px);
}
.img_r .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 2;
  text-align: left;
}
.img_r .elementor-image-box-wrapper .elementor-image-box-img {
  position: relative;
  text-align: left;
}
.img_r .elementor-image-box-wrapper .elementor-image-box-img:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -10px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #CDDF55;
  border-radius: min(1.3888888889vw, 20px);
}
@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;
  }
}

.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: min(6.5972222222vw, 95px) !important;
    margin-bottom: calc(min(6.5972222222vw, 95px) / 2) !important;
  }
}
.img_l .elementor-image-box-wrapper .elementor-image-box-img img {
  border-radius: min(1.3888888889vw, 20px);
  width: calc(100% - 10px);
}
.img_l .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 2;
  text-align: left;
}
.img_l .elementor-image-box-wrapper .elementor-image-box-img {
  position: relative;
  text-align: left;
}
.img_l .elementor-image-box-wrapper .elementor-image-box-img:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -10px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #CDDF55;
  border-radius: min(1.3888888889vw, 20px);
}
@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;
  }
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #454545;
  line-height: 1.875;
}
body.fixed {
  overflow: hidden;
}

a {
  color: #454545;
}
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;
  }
}

.elementor-icon-wrapper {
  line-height: 1;
}

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

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

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

/*--------------------------------------
	Header
--------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 95.83%;
  z-index: 100;
  transition-duration: 0.7s;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 28px 0;
  padding: min(1.6666666667vw, 24px) min(4.1666666667vw, 60px);
}
@media (max-width: 767px) {
  .l-header {
    padding: 0;
    background: none;
    width: 100%;
  }
}
.l-header__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header__logo {
  position: relative;
  margin-right: auto;
  width: min(20.3472222222vw, 293px);
  height: min(4.3055555556vw, 62px);
  background: url("/wp-content/uploads/logo.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .l-header__logo {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 28px 0;
    padding: 20px 13px 20px 20px;
    width: 200px;
    height: 80px;
  }
  .l-header__logo a {
    display: block;
    width: 167px;
    height: 40px;
    background: url("/wp-content/uploads/logo.svg") no-repeat center/100%;
  }
}
.l-header__logo span {
  display: block;
}
body.fixed .l-header__logo {
  z-index: 101;
}
.l-header__right {
  margin-right: min(4.7916666667vw, 69px);
}
@media (max-width: 1440px) {
  .l-header__right {
    margin-right: min(4.0277777778vw, 58px);
  }
}
@media (max-width: 767px) {
  .l-header__right {
    margin-right: 0;
  }
}
.l-header__info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .l-header__info {
    display: none;
  }
}
.l-header__info a {
  margin-bottom: min(0.4861111111vw, 7px);
  display: flex;
  align-items: center;
  gap: min(1.25vw, 18px);
  font-family: "Lato", sans-serif;
  font-size: min(2.0138888889vw, 29px);
  font-weight: 600;
  color: #88D6D8;
  text-decoration: none;
}
.l-header__info a:before {
  content: "";
  display: block;
  width: min(0.7638888889vw, 11px);
  height: min(2.0138888889vw, 29px);
  background: url("/wp-content/uploads/ico_tel01.svg") no-repeat center/100%;
}
.l-header__info time {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: min(0.9722222222vw, 14px);
}
.l-header__info time sup {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  vertical-align: baseline;
}
.l-header__spBox {
  position: absolute;
  top: 10px;
  right: 10px;
}
body.fixed .l-header__spBox {
  z-index: 101;
}

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

/*--------------------------------------
	Main
--------------------------------------*/
.under .main {
  padding-top: min(6.9444444444vw, 100px);
}

/*--------------------------------------
  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 {
  padding-bottom: calc(15vw / 1440 * 100);
  background: #CDDF55;
  border-top: 18px solid #88D6D8;
}
@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 31.5vw;
    border-top-width: 6px;
  }
}
.home .l-footer {
  margin-top: 46px;
}
.under .l-footer {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .under .l-footer {
    margin-top: 55px;
  }
}
.l-footer__wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-footer__wrap {
    padding: 5px 0 0 10px;
    flex-direction: column-reverse;
  }
}
.l-footer__colL {
  padding: 5.55vw 7.29vw 0 8.33vw;
  width: 39.3%;
}
@media (max-width: 767px) {
  .l-footer__colL {
    padding: 40px 20px 0;
    width: 100%;
  }
}
.l-footer__colR {
  padding: calc(69vw / 1440 * 100) calc(95vw / 1440 * 100) calc(57vw / 1440 * 100) calc(95vw / 1440 * 100);
  background: #fff;
  border-radius: 0 0 0 calc(90vw / 1440 * 100);
  width: 60.7%;
}
@media (max-width: 767px) {
  .l-footer__colR {
    border-radius: 0 0 0 90px;
    padding: 30px 20px 69px;
    width: 100%;
  }
}
.l-footer__logo {
  margin-bottom: calc(30vw / 1440 * 100);
  font-size: "Zen Maru Gothic", sans-serif;
  font-size: calc(28vw / 1440 * 100);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.l-footer__address {
  margin-bottom: calc(30vw / 1440 * 100);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: calc(16vw / 1440 * 100);
  font-weight: 700;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .l-footer__address {
    margin-bottom: 25px;
    font-size: 15px;
  }
}
.l-footer__access {
  margin-bottom: calc(32vw / 1440 * 100);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: calc(15vw / 1440 * 100);
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 767px) {
  .l-footer__access {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.l-footer__tel {
  margin-bottom: calc(12vw / 1440 * 100);
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Lato", sans-serif;
  font-size: calc(28vw / 1440 * 100);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #f9f3e9;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__tel {
    margin-bottom: 17px;
    font-size: 26px;
  }
}
.l-footer__tel:before {
  content: "";
  display: block;
  width: calc(12vw / 1440 * 100);
  height: calc(32vw / 1440 * 100);
  background: url("/wp-content/uploads/ico_tel02.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .l-footer__tel:before {
    width: 12px;
    height: 31px;
  }
}
.l-footer__time {
  margin-bottom: 1em;
  line-height: 2.18;
  font-size: calc(16vw / 1440 * 100);
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-footer__time {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.l-footer__time .en {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.l-footer__holiday {
  font-size: calc(16vw / 1440 * 100);
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-footer__holiday {
    font-size: 16px;
  }
}
.l-footer__menus {
  margin-bottom: calc(120vw / 1440 * 100);
  display: flex;
  gap: 10.07vw;
}
@media (max-width: 767px) {
  .l-footer__menus {
    margin: 0 auto 36px;
    gap: 20px;
    max-width: 340px;
  }
}
.l-footer__menus h3 {
  margin-bottom: calc(26vw / 1440 * 100);
  padding-bottom: min(0.4166666667vw, 6px);
  background: linear-gradient(to right, #CDDF55 4px, transparent 4px) repeat-x left bottom/10px 2px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: calc(22vw / 1440 * 100);
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.1em;
  color: #88D6D8;
}
@media (max-width: 767px) {
  .l-footer__menus h3 {
    margin-bottom: 27px;
    padding-bottom: 6px;
    font-size: 22px;
  }
}
.l-footer__menus .menu li {
  margin-bottom: calc(12vw / 1440 * 100);
}
.l-footer__menus .menu li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: calc(18vw / 1440 * 100);
  font-weight: 700;
  line-height: 1.67;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__menus .menu li a {
    font-size: 16px;
  }
}
.l-footer__menus .menu.col1 {
  width: 11.25vw;
}
@media (max-width: 767px) {
  .l-footer__menus .menu.col1 {
    width: 50%;
  }
}
.l-footer__menus .menu.col2 {
  flex: 1;
}
.l-footer__menus .menu.col2 .menu {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__menus .menu.col2 .menu li {
  width: 48%;
}
@media (max-width: 767px) {
  .l-footer__menus .menu.col2 .menu li {
    width: 100%;
  }
}
.l-footer__copyright {
  margin: calc(78vw / 1440 * 100) 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: calc(16vw / 1440 * 100);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    margin: 48px 0 0;
    font-size: 12px;
  }
}

.menu-menu_others-container {
  font-size: calc(16vw / 1440 * 100);
}
.menu-menu_others-container li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .menu-menu_others-container li a {
    font-size: 15px;
  }
}
.menu-menu_others-container li a:before {
  content: "";
  display: inline-block;
  width: calc(6vw / 1440 * 100);
  height: calc(12vw / 1440 * 100);
  margin-right: calc(10vw / 1440 * 100);
  background: url("/wp-content/uploads/ico_arrow03.svg") no-repeat center/100%;
}
.c-gnav .menu-menu_others-container li a:before {
  background-image: url("/wp-content/uploads/ico_arrow02.svg");
}
@media (max-width: 767px) {
  .menu-menu_others-container li a:before {
    margin-right: 10px;
    width: 6px;
    height: 12px;
  }
}
.menu-menu_others-container li a:hover {
  text-decoration: underline;
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
  Global navigation
--------------------------------------*/
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    z-index: 100;
    padding: 116px 0 0;
    width: 100%;
    height: 100%;
    background: #88D6D8;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    transition-duration: 1s;
  }
  .c-gnav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .c-gnav__wrap {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 480px;
    display: flex;
    gap: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-gnav__wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .c-gnav__wrap > div {
    width: 55%;
  }
  .c-gnav__wrap > div:last-child {
    width: 45%;
  }
  .c-gnav h3 {
    margin-bottom: 24px;
    padding-bottom: 6px;
    background: linear-gradient(to right, #fff 4px, transparent 4px) repeat-x left bottom/10px 2px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .c-gnav .menu-menu_others-container {
    position: relative;
    z-index: 1;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .c-gnav .menu-menu_others-container {
    padding: 0 20px;
  }
}
.c-gnav__info {
  position: relative;
  display: none;
}
.c-gnav__info:before {
  content: "";
  position: absolute;
  top: -229px;
  right: 0;
  width: 250px;
  height: 229px;
  background: url("/wp-content/uploads/bg_gnav-sp-tooth.svg") no-repeat center/100%;
}
.c-gnav__info h4 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}
.c-gnav__info .tel {
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.21;
  letter-spacing: 0.1em;
  color: #88D6D8;
  text-decoration: none;
}
.c-gnav__info .tel::before {
  content: "";
  display: block;
  width: 11px;
  height: 29px;
  background: url("/wp-content/uploads/ico_tel01.svg") no-repeat center/100%;
}
.c-gnav__info .timetableWrap table {
  margin-bottom: 10px;
}
.c-gnav__info .timetableWrap p {
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-gnav__info {
    padding: 18px 20px 23px;
    display: block;
    background: #FCF8F2;
    border-radius: 28px 0 0 0;
  }
}
.c-gnav .menu {
  display: flex;
  gap: min(2.7777777778vw, 40px);
}
@media (max-width: 767px) {
  .c-gnav .menu {
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.c-gnav .menu > li {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-gnav .menu > li {
    width: 100%;
  }
  .c-gnav .menu > li:nth-child(4) {
    display: none;
  }
}
.c-gnav .menu > li > a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: min(1.25vw, 18px);
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition-duration: 0.4s;
  text-align: center;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    font-size: 17px;
    font-weight: 700;
  }
}
@media (max-width: 480px) {
  .c-gnav .menu > li > a {
    font-size: 15px;
  }
}
@media (max-width: 374px) {
  .c-gnav .menu > li > a {
    font-size: 13px;
  }
}
.c-gnav .menu > li > a strong {
  font-weight: 600;
  line-height: 1;
}
.c-gnav .menu > li > a:hover {
  color: #88D6D8;
}
@media (min-width: 768px) {
  .c-gnav .menu > li > a:hover + .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
.c-gnav .menu .menu-item-description {
  margin-top: min(0.4166666667vw, 6px);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: min(0.9722222222vw, 14px);
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-description {
    display: none;
  }
}
.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;
  top: 100%;
  padding: 10px 0;
  width: 250%;
  background: #CDDF55;
  border-radius: 10px;
  transform: translateX(-30%);
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    padding: 0;
    transition-duration: 1.5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
    background: rgba(185, 218, 225, 0.8);
  }
}
.c-gnav .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
.c-gnav .sub-menu li a {
  display: block;
  padding: 6px min(2.3611111111vw, 34px);
  font-size: min(1.1111111111vw, 16px);
  color: #fff;
  text-decoration: none;
}
.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 {
  display: none;
  z-index: 11;
  cursor: pointer;
}
@media (max-width: 767px) {
  .toggleMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2px;
  }
}
.toggleMenu:after {
  content: "MENU";
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
body.fixed .toggleMenu:after {
  display: none;
}

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

.menu-trigger {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}
body.fixed .menu-trigger {
  background: #CDDF55;
}

.menu-trigger span {
  position: absolute;
  left: 15px;
  width: 20px;
  height: 2px;
  background-color: #88D6D8;
}

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

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

.menu-trigger span:nth-of-type(3) {
  top: 32px;
  width: 15px;
}

.toggleMenu.active .menu-trigger span {
  background-color: #fff;
  width: 28px;
  left: 12px;
}

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

.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(40deg);
  transform: translateY(-10px) rotate(40deg);
  top: 34px;
}

/* -------------------------------------
	Bread
------------------------------------- */
.bread {
  max-width: 1060px;
  margin: 14px auto 0;
  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: #88D6D8;
}
.pagetop a:after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  background: url("/wp-content/themes/basic_tpl/img/ico-arrow01.svg") no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop span {
  display: none;
}
.pagetop.scrollOn {
  opacity: 0;
}

/*--------------------------------------
  Buttons
--------------------------------------*/
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button {
  position: relative;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:before {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  right: 10px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  transition-duration: 0.4s;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #88D6D8;
  border-right: 3px solid #88D6D8;
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.4s;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover {
  transform: translateY(5px);
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover:before {
  background: #CDDF55;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover:after {
  border-color: #fff;
}

/*--------------------------------------
  Tables
--------------------------------------*/
.timetable {
  font-family: "Zen Maru Gothic", sans-serif;
}
.timetable table {
  width: 100%;
}
.timetable tr {
  border-bottom: 1px solid #CDDF55;
}
.timetable th, .timetable td {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .timetable th, .timetable td {
    font-size: 15px;
  }
}
.timetable thead th {
  padding: 0 15px 17px;
}
@media (max-width: 767px) {
  .timetable thead th {
    padding: 0 7.5px 15px;
  }
}
.timetable thead th:first-child {
  padding-left: 4px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 17px;
}
@media (max-width: 767px) {
  .timetable thead th:first-child {
    padding-left: 0;
  }
}
.timetable tbody th {
  padding: 17px 15px 17px 4px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .timetable tbody th {
    padding: 15px 10.5px 15px 0;
    font-size: 15px;
  }
}
.timetable tbody td {
  padding: 17px 15px;
}
@media (max-width: 767px) {
  .timetable tbody td {
    padding: 15px 7.5px;
  }
}
.timetable .c1 {
  color: #CDDF55;
}
.timetable.fit th, .timetable.fit td {
  font-size: min(1.1111111111vw, 16px);
}
@media (max-width: 767px) {
  .timetable.fit th, .timetable.fit td {
    font-size: calc(15vw / 375 * 100);
  }
}
.timetable.fit thead th {
  padding: 0 min(1.0416666667vw, 15px) min(1.1805555556vw, 17px);
}
@media (max-width: 767px) {
  .timetable.fit thead th {
    padding: 0 calc(7.5vw / 375 * 100) calc(12vw / 375 * 100);
  }
}
.timetable.fit thead th:first-child {
  padding-left: min(0.6944444444vw, 10px);
  font-size: min(1.1805555556vw, 17px);
}
@media (max-width: 767px) {
  .timetable.fit thead th:first-child {
    padding-left: 0;
    font-size: calc(17vw / 375 * 100);
  }
}
.timetable.fit tbody th {
  padding: min(1.1805555556vw, 17px) min(1.0416666667vw, 15px) min(1.1805555556vw, 17px) min(0.2777777778vw, 4px);
  font-size: min(1.1805555556vw, 17px);
}
@media (max-width: 767px) {
  .timetable.fit tbody th {
    padding: calc(12vw / 375 * 100) calc(10vw / 375 * 100) calc(12vw / 375 * 100) 0;
    font-size: calc(15vw / 375 * 100);
  }
}
.timetable.fit tbody td {
  padding: min(1.1805555556vw, 17px) min(1.0416666667vw, 15px);
}
@media (max-width: 767px) {
  .timetable.fit tbody td {
    padding: calc(12vw / 375 * 100) calc(6vw / 375 * 100);
  }
}
.timetable.white {
  color: #fff;
}
.timetable.white tr {
  border-bottom: 1px solid #fff;
}

/*--------------------------------------
  Lists
--------------------------------------*/
.list01 li.elementor-icon-list-item {
  margin-bottom: 0.25em;
  align-items: flex-start;
}
.list01 li.elementor-icon-list-item:before {
  content: "・";
  color: #88D6D8;
}
.list01.fit li.elementor-icon-list-item:before {
  font-size: min(1.11vw, 16px);
}
@media (max-width: 767px) {
  .list01.fit li.elementor-icon-list-item:before {
    font-size: 3.7vw;
  }
}
.list01.white li.elementor-icon-list-item:before {
  color: #fff;
}

/*--------------------------------------
  Access List
--------------------------------------*/
@media (max-width: 480px) {
  .access-list li {
    width: 100%;
  }
}

/*--------------------------------------
  Link indexes
--------------------------------------*/
.link_indexes {
  padding: min(3.4722222222vw, 50px);
  background: #88D6D8;
  border-radius: min(1.9444444444vw, 28px);
}
@media (max-width: 767px) {
  .link_indexes {
    padding: 25px 10px;
    display: flex;
    width: 100%;
  }
  .link_indexes > div {
    width: 100%;
  }
}
.link_indexes li.elementor-icon-list-item:not(:last-child) {
  margin-bottom: min(0.6944444444vw, 10px);
}
.link_indexes li.elementor-icon-list-item a {
  position: relative;
  display: flex;
  gap: min(1.1111111111vw, 16px);
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .link_indexes li.elementor-icon-list-item a {
    align-items: flex-start;
    gap: 12px;
  }
  .link_indexes li.elementor-icon-list-item a .elementor-icon-list-text {
    width: calc(100% - 44px);
  }
}
.link_indexes li.elementor-icon-list-item a:before {
  content: "";
  width: min(1.9444444444vw, 28px);
  height: min(1.9444444444vw, 28px);
  background: url("/wp-content/uploads/ico_linkindex.svg") no-repeat center/contain;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .link_indexes li.elementor-icon-list-item a:before {
    position: relative;
    top: 11px;
    width: 22px;
    height: 22px;
  }
}
.link_indexes li.elementor-icon-list-item a .elementor-icon-list-text {
  position: relative;
  display: inline-block;
  font-size: min(1.9444444444vw, 28px);
}
@media (max-width: 767px) {
  .link_indexes li.elementor-icon-list-item a .elementor-icon-list-text {
    font-size: 22px;
  }
}
.link_indexes li.elementor-icon-list-item a .elementor-icon-list-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background-image: linear-gradient(to right, #CDDF55 6px, transparent 6px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.link_indexes li.elementor-icon-list-item a:hover:before {
  transform: rotate(90deg);
}
.link_indexes li.elementor-icon-list-item a:hover .elementor-icon-list-text:after {
  animation: hover-anchorLinks 0.7s forwards;
}

/* ホバー時二重線 */
@keyframes hover-anchorLinks {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*--------------------------------------
  Step box
--------------------------------------*/
.stepBox > .e-con-inner > .e-child:not(:last-child) {
  margin-bottom: 60px;
}
.stepBox > .e-con-inner > .e-child:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 60px);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #CDDF55;
}

/*--------------------------------------
  Q&A
--------------------------------------*/
.block-qa > div:not(:last-child) {
  border-bottom: 1px solid #CDDF55;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.block-qa .elementor-image-box-title:before,
.block-qa .elementor-image-box-description:before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: url("/wp-content/uploads/ico_top-feature03.svg") no-repeat center/100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  color: #fff;
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1em;
  font-weight: 700;
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  background: url("/wp-content/uploads/ico_top-feature04.svg") no-repeat center/100%;
}

/*--------------------------------------
  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 > a {
  padding: 26px 90px;
  display: block;
}
@media (max-width: 767px) {
  .newsWrap > a {
    padding: 18px 10px;
  }
}
.newsWrap > a:nth-child(odd) {
  background: #F9F3E9;
  border-radius: 10px;
}
.newsWrap dl {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .newsWrap dl {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.newsWrap dl dt {
  display: flex;
  gap: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .newsWrap dl dt {
    gap: 10px;
    font-size: 15px;
  }
}
.newsWrap dl dd {
  font-weight: 700;
}
@media (max-width: 767px) {
  .newsWrap dl dd {
    width: 100%;
    font-size: 15px;
  }
}
.newsWrap .newsLabel {
  margin-top: 4px;
  width: 74px;
  height: 28px;
  background: #CDDF55;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .newsWrap .newsLabel {
    margin-top: 0;
    width: 52px;
    height: 18px;
    font-size: 10px;
  }
}

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

/*--------------------------------------
  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 img {
  width: 100%;
}

/*--------------------------------------
  Top
--------------------------------------*/
.home {
  /*
  h2 {
    margin-bottom: 18px;
    padding-bottom: 15px;
    font-family: $font-family_maru_gothic;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    background: linear-gradient(to right, #F5A030 4px, transparent 4px) repeat-x left bottom/10px 2px;
    @media (max-width: $point-sp) {
      padding: 0 30px 15px;
      font-size: 26px;
    }
    strong {
      margin: 0 7px;
      font-family: $font-family_lato;
      font-size: 77px;
      font-weight: 600;
      color: $sub-color;
      vertical-align: sub;
      @media (max-width: $point-sp) {
        font-size: 46px;
      }
    }
  }
  .elementor-widget-heading.white {
    h2 {
      padding-bottom: 15px;
      background: linear-gradient(to right, #fff 4px, transparent 4px) repeat-x left bottom/10px 2px;
      color: #fff;
      line-height: 1.2;
    }
  }
  */
}
.home .h-line1 h2, .home .h-line1 h3, .home .h-line1 h4, .home .h-line1 h5 {
  padding-bottom: 0.5625em;
  background: linear-gradient(to right, #CDDF55 4px, transparent 4px) repeat-x left bottom/10px 2px;
}
.home .h-line2 {
  padding-bottom: min(1.0416666667vw, 15px);
  background: linear-gradient(to right, #88D6D8 4px, transparent 4px) repeat-x left bottom/10px 2px;
}
.home .w100over {
  width: max-content !important;
  max-width: initial !important;
}

.top-feature h2 {
  padding-bottom: 0;
}
.top-feature h3 {
  margin-bottom: 25px;
  padding-bottom: 14px;
  background: linear-gradient(to right, #F5A030 4px, transparent 4px) repeat-x left bottom/10px 2px;
  line-height: 1.78;
}
@media (max-width: 767px) {
  .top-feature h3 {
    margin-bottom: 15px;
  }
}
.top-feature .yellow h3 {
  background: linear-gradient(to right, #F7DB46 4px, transparent 4px) repeat-x left bottom/10px 2px;
}
.top-feature .green h3 {
  background: linear-gradient(to right, #CDDF55 4px, transparent 4px) repeat-x left bottom/10px 2px;
}
.top-feature .blue h3 {
  background: linear-gradient(to right, #5DD5DA 4px, transparent 4px) repeat-x left bottom/10px 2px;
}
.top-feature .elementor-image-box-description {
  text-align: left;
}

.top-find h3 {
  margin-bottom: 15px;
  padding-bottom: 20px;
  background: linear-gradient(to right, #CDDF55 4px, transparent 4px) repeat-x left bottom/10px 2px;
}
@media (max-width: 767px) {
  .top-find h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.top-protect-clean h3 {
  position: relative;
  padding: 0 0 13px 38px;
  background: linear-gradient(to right, #CDDF55 4px, transparent 4px) repeat-x left bottom/10px 2px;
  display: inline-block;
}
.top-protect-clean h3:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url("/wp-content/uploads/ico_tooth01.svg") no-repeat center/100%;
}

.top-message h3 {
  display: inline;
  background: linear-gradient(to right, #88D6D8 3px, transparent 3px) repeat-x left bottom/8px 1px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.78;
  color: #88D6D8;
}

.top-access h3 {
  margin-bottom: 16px;
  padding-bottom: 8px;
  background: linear-gradient(to right, #88D6D8 4px, transparent 4px) repeat-x left bottom/10px 2px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 2.17;
}

/*--------------------------------------
  Under
--------------------------------------*/
/* general */
.under p a:not([href^="tel:"]),
.under .elementor-widget-text-editor a:not([href^="tel:"]),
.under .elementor-icon-list-text a:not([href^="tel:"]) {
  color: #CDDF55;
  text-decoration: underline;
}
.under p a:not([href^="tel:"]):hover,
.under .elementor-widget-text-editor a:not([href^="tel:"]):hover,
.under .elementor-icon-list-text a:not([href^="tel:"]):hover {
  text-decoration: none;
}
.under .p-tal .elementor-image-box-description {
  text-align: left;
}

/* 下層H1見出し */
.p-under__hBg {
  padding-bottom: 6.39vw;
  position: relative;
}
.p-under__hBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(40.4861111111vw, 583px);
  background: #F6E246;
  border-radius: 0 0 0 min(6.25vw, 90px);
}
@media (max-width: 767px) {
  .p-under__hBg:before {
    height: calc(292vw / 375 * 100);
  }
}
.p-under__hBg:after {
  content: "";
  position: absolute;
  top: min(15.5555555556vw, 224px);
  left: 0;
  width: 56.94%;
  height: min(27.7777777778vw, 400px);
  background: #CDDF55;
  border-radius: 0 min(6.25vw, 90px) min(6.25vw, 90px) 0;
}
@media (max-width: 767px) {
  .p-under__hBg:after {
    top: calc(142vw / 375 * 100);
    height: calc(170vw / 375 * 100);
  }
}
.p-under__hBg h1 {
  position: relative;
  z-index: 1;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  width: 95.83%;
  height: min(36.9444444444vw, 532px);
  border-radius: 0 0 0 min(6.25vw, 90px);
  padding: min(5.9027777778vw, 85px) min(4.1666666667vw, 60px);
  background: url("/wp-content/uploads/bg_under-default.jpg") no-repeat center/cover;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: min(2.9166666667vw, 42px);
  font-weight: 700;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-under__hBg h1 {
    padding: 40px 20px;
    width: 94.67%;
    height: 75.2vw;
    font-size: calc(32vw / 375 * 100);
  }
}
.p-under__hBg h1 sup {
  position: relative;
  display: flex;
  align-items: center;
  gap: min(0.2777777778vw, 4px);
  font-size: min(1.25vw, 18px);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-under__hBg h1 sup {
    gap: 4px;
    font-size: calc(16vw / 375 * 100);
  }
}
.p-under__hBg h1 sup::before {
  content: "";
  width: min(1.7361111111vw, 25px);
  height: min(1.3194444444vw, 19px);
  background: url("/wp-content/uploads/obj_h1-under.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .p-under__hBg h1 sup::before {
    width: calc(22vw / 375 * 100);
    height: calc(18vw / 375 * 100);
  }
}

.under.page .main .elementor-widget-heading + .elementor-widget-heading h3, .under.page .main .elementor-widget-heading + .elementor-widget-heading h4, .under.page .main .elementor-widget-heading + .elementor-widget-heading h5,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h3,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h4,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h5 {
  margin-top: 0;
}
.under.page .main .h-top-0 h3, .under.page .main .h-top-0 h4, .under.page .main .h-top-0 h5,
.under #blogDetail #posts .h-top-0 h3,
.under #blogDetail #posts .h-top-0 h4,
.under #blogDetail #posts .h-top-0 h5 {
  margin-top: 0 !important;
}
.under.page .main .h-bottom-0 h3, .under.page .main .h-bottom-0 h4, .under.page .main .h-bottom-0 h5,
.under #blogDetail #posts .h-bottom-0 h3,
.under #blogDetail #posts .h-bottom-0 h4,
.under #blogDetail #posts .h-bottom-0 h5 {
  margin-bottom: 0 !important;
}
.under.page .main h2,
.under #blogDetail #posts h2 {
  margin-bottom: 50px;
  padding: 14px 20px;
  border-left: 30px solid #F6E246;
  background: #88D6D8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.57;
  color: #fff;
}
@media (max-width: 767px) {
  .under.page .main h2,
  .under #blogDetail #posts h2 {
    margin-bottom: 40px;
    border-left: 10px solid #F6E246;
    padding: 15px 10px;
    font-size: 26px;
    line-height: 1.385;
  }
}
.under.page .main .post .post-header h2,
.under #blogDetail #posts .post .post-header h2 {
  width: 100%;
}
.under.page .main h3,
.under.page .main .h3v1 h3,
.under #blogDetail #posts h3,
.under #blogDetail #posts .h3v1 h3 {
  display: inline-block;
  gap: 12px;
  margin-bottom: 50px;
  padding: 0 0 10px 55px;
  background: linear-gradient(to right, #CDDF55 8px, transparent 8px) repeat-x left bottom/14px 2px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.42;
}
@media (max-width: 767px) {
  .under.page .main h3,
  .under.page .main .h3v1 h3,
  .under #blogDetail #posts h3,
  .under #blogDetail #posts .h3v1 h3 {
    margin-bottom: 40px;
    padding-left: 30px;
    font-size: 22px;
  }
}
.under.page .main h3:before,
.under.page .main .h3v1 h3:before,
.under #blogDetail #posts h3:before,
.under #blogDetail #posts .h3v1 h3:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 43px;
  height: 33px;
  background: url("/wp-content/uploads/ico_tooth01-1.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .under.page .main h3:before,
  .under.page .main .h3v1 h3:before,
  .under #blogDetail #posts h3:before,
  .under #blogDetail #posts .h3v1 h3:before {
    width: 26px;
    height: 20px;
  }
}
.under.page .main h4,
.under.page .main .h4v1 h4,
.under #blogDetail #posts h4,
.under #blogDetail #posts .h4v1 h4 {
  margin-bottom: 50px;
  padding: 0 0 10px 32px;
  display: inline-block;
  background: linear-gradient(to right, #CDDF55 4px, transparent 4px) repeat-x left bottom/10px 2px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.43;
}
@media (max-width: 767px) {
  .under.page .main h4,
  .under.page .main .h4v1 h4,
  .under #blogDetail #posts h4,
  .under #blogDetail #posts .h4v1 h4 {
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.55;
  }
}
.under.page .main h4:before,
.under.page .main .h4v1 h4:before,
.under #blogDetail #posts h4:before,
.under #blogDetail #posts .h4v1 h4:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 22px;
  height: 28px;
  background: url("/wp-content/uploads/obj_h4-under.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .under.page .main h4:before,
  .under.page .main .h4v1 h4:before,
  .under #blogDetail #posts h4:before,
  .under #blogDetail #posts .h4v1 h4:before {
    width: 14px;
    height: 18px;
  }
}
.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: 40px 0 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #88D6D8;
}
@media (max-width: 767px) {
  .under.page .main h5,
  .under #blogDetail #posts h5 {
    margin: 30px 0 20px;
    font-size: 16px;
  }
}
.under.page .main strong,
.under.page .main b,
.under #blogDetail #posts strong,
.under #blogDetail #posts b {
  font-weight: 700;
  color: #CDDF55;
}
.under.page .main u,
.under #blogDetail #posts u {
  display: inline;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f5eec8 0%) repeat scroll 0 0;
  text-decoration: none;
}
.under.page .main .marker_red,
.under #blogDetail #posts .marker_red {
  text-decoration: 5px #89D6D8 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;
  }
}

.elementor-icon-wrapper {
  line-height: 1;
}

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

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