@charset "UTF-8";
/*
Theme Name: あおき矯正歯科
Theme URI: https://www.aokishika.com/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/* =====================================
  FOUNDATIONS
===================================== */
@font-face {
  font-family: palace script mt;
  font-weight: 400;
  src: local("Palace Script MT"), url("/wp-content/themes/aokishika/css/fonts/Palace script.woff") format("woff");
}
@font-face {
  font-family: azuki;
  src: url("/wp-content/themes/aokishika/css/fonts/azuki.woff") format("woff");
}
.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: 20px !important;
    margin-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 10px !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: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 10px !important;
    display: block;
    float: none;
    width: 90% !important;
    text-align: center;
  }
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(1.6rem, 1.56vw, 3rem);
  color: #000;
  letter-spacing: 0.1em;
  line-height: 2;
}
body.fixed {
  position: fixed;
  width: 100%;
}

a {
  color: #000;
}
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 {
  width: auto;
  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 !important;
  }
  .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: 767px) {
  .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 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: 1720px;
  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;
  z-index: 11;
  width: 100%;
  background: #fff;
  transition-duration: 0.7s;
}
.l-header__wrap {
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1780px;
}
@media (max-width: 767px) {
  .l-header__wrap {
    padding: 0 6px;
  }
}
.l-header__logo {
  padding-top: min(7.73%, 133px);
  position: relative;
  width: 18%;
  max-width: 451px;
}
@media (max-width: 767px) {
  .l-header__logo {
    padding-top: 42px;
    margin: 5px 0;
    width: 140px;
    min-width: 98px;
  }
}
@media (max-width: 360px) {
  .l-header__logo {
    padding-top: 36px;
    width: 120px;
  }
}
.l-header__logo h1, .l-header__logo span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/logo.svg) no-repeat center/contain;
}
.l-header__right {
  margin-left: auto;
  padding: min(0.8vw, 29px) 0;
}
@media (max-width: 767px) {
  .l-header__right {
    padding: 6px 0;
    display: flex;
  }
}
.l-header__infoBox {
  display: flex;
  gap: min(1vw, 29px);
  align-items: center;
}
@media (max-width: 767px) {
  .l-header__infoBox {
    gap: 6px;
  }
}
.l-header__info {
  max-width: min(7.96vw, 137px);
  line-height: 1;
}
@media (max-width: 767px) {
  .l-header__info {
    width: 13vw;
    max-width: 100%;
    min-width: 33px;
  }
}
@media (max-width: 360px) {
  .l-header__info {
    width: 12vw;
  }
}
.l-header__info img {
  vertical-align: middle;
}

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

/*--------------------------------------
  MainVisual
--------------------------------------*/
.l-mv h1 {
  position: absolute;
  z-index: 2;
  top: min(22.3vw, 430px);
  left: min(5.2vw, 100px);
  width: calc(100% - 6em);
  transform: matrix(0.9984595078, -0.0554852355, 0.0554852355, 0.9984595078, 0, 0);
  font-family: azuki;
  font-size: min(2.8vw, 6rem);
  letter-spacing: 0.075em;
  text-shadow: 20px 20px 20px #ffffff, -20px 20px 20px #ffffff, 20px -20px 20px #ffffff, -20px -20px 20px #ffffff, 15px 15px 15px #ffffff, -15px 15px 15px #ffffff, 15px -15px 15px #ffffff, -15px -15px 15px #ffffff, 10px 10px 10px #ffffff, -10px 10px 10px #ffffff, 10px -10px 10px #ffffff, -10px -10px 10px #ffffff, 5px 5px 5px #ffffff, -5px 5px 5px #ffffff, 5px -5px 5px #ffffff, -5px -5px 5px #ffffff;
  line-height: 2;
}
@media (max-width: 480px) {
  .l-mv h1 {
    top: 20vw;
    left: 0.5em;
    width: calc(100% - 1em);
    font-size: 3.4vw;
    font-weight: bold;
    text-shadow: 10px 10px 10px #ffffff, -10px 10px 10px #ffffff, 10px -10px 10px #ffffff, -10px -10px 10px #ffffff, 8px 8px 8px #ffffff, -8px 8px 8px #ffffff, 8px -8px 8px #ffffff, -8px -8px 8px #ffffff, 6px 6px 6px #ffffff, -6px 6px 6px #ffffff, 6px -6px 6px #ffffff, -6px -6px 6px #ffffff, 4px 4px 4px #ffffff, -4px 4px 4px #ffffff, 4px -4px 4px #ffffff, -4px -4px 4px #ffffff, 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff;
  }
}
.l-mv h1 .l2, .l-mv h1 .l3 {
  display: block;
  text-indent: 7em;
}
.l-mv h1 .c1 {
  color: #296caa;
}
.l-mv h1 .c2 {
  color: #16a2a2;
  font-size: min(4vw, 8rem);
}
@media (max-width: 480px) {
  .l-mv h1 .c2 {
    font-size: 4.2vw;
  }
}

/*--------------------------------------
	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
--------------------------------------*/
.content-bottom {
  margin-top: min(8vw, 100px);
  display: flex;
  justify-content: center;
  padding: min(3.75vw, 72px);
  background: url(/wp-content/uploads/bg_content-bottom.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .content-bottom {
    padding: min(3.75vw, 72px) 2%;
    margin-top: max(10.67vw, 40px);
  }
}
.content-bottom li {
  width: 50%;
  max-width: 860px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
.content-bottom li:first-child {
  border-right: 1px solid #606060;
}
.content-bottom li:first-child a {
  padding: min(3.38vw, 65px) 0 min(5vw, 96px);
}
.content-bottom li:first-child sup {
  margin-bottom: min(1.67vw, 32px);
  padding-left: min(10.31vw, 198px);
  display: inline-block;
  font-size: min(1.56vw, 30px);
}
@media (max-width: 480px) {
  .content-bottom li:first-child sup {
    padding-left: 12vw;
    font-size: max(1.56vw, 1rem);
    line-height: 1.2;
  }
}
@media (max-width: 370px) {
  .content-bottom li:first-child sup {
    padding-left: 10vw;
  }
}
.content-bottom li:first-child sub {
  position: relative;
  padding-left: min(10.31vw, 198px);
  display: inline-block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: min(3.125vw, 60px);
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .content-bottom li:first-child sub {
    padding-left: 12vw;
    font-size: max(3.125vw, 1.5rem);
  }
}
@media (max-width: 370px) {
  .content-bottom li:first-child sub {
    padding-left: 10vw;
    letter-spacing: 0.05em;
  }
}
.content-bottom li:first-child sub:before {
  content: "";
  position: absolute;
  bottom: max(-1.98vw, -38px);
  left: 0;
  display: inline-block;
  width: min(7.91vw, 152px);
  height: min(7.91vw, 152px);
  background: url(/wp-content/uploads/ico_tel01.svg) no-repeat center center/100%;
  vertical-align: sub;
}
@media (max-width: 480px) {
  .content-bottom li:first-child sub:before {
    width: max(7.91vw, 40px);
    height: max(7.91vw, 40px);
  }
}
@media (max-width: 370px) {
  .content-bottom li:first-child sub:before {
    bottom: 0;
    width: max(7.91vw, 26px);
    height: max(7.91vw, 26px);
  }
}
.content-bottom li:last-child {
  font-size: min(3.02vw, 58px);
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .content-bottom li:last-child {
    font-size: max(3.02vw, 1.4rem);
  }
}
@media (max-width: 370px) {
  .content-bottom li:last-child {
    font-size: max(3.02vw, 1.3rem);
  }
}
.content-bottom li:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-bottom li:last-child a:before {
  content: "";
  margin-right: min(3.1vw, 60px);
  display: inline-block;
  width: min(7.91vw, 152px);
  height: min(7.91vw, 152px);
  background: url(/wp-content/uploads/ico_mail01.svg) no-repeat center center/100%;
  vertical-align: top;
}
@media (max-width: 480px) {
  .content-bottom li:last-child a:before {
    width: max(7.91vw, 40px);
    height: max(7.91vw, 40px);
    margin-right: min(1vw, 30px);
  }
}
@media (max-width: 370px) {
  .content-bottom li:last-child a:before {
    width: max(7.91vw, 26px);
    height: max(7.91vw, 26px);
  }
}
.content-bottom li a {
  display: block;
  height: 100%;
  text-decoration: none;
  transition-duration: 0.7s;
}
.content-bottom li a:hover {
  background: rgba(255, 255, 255, 0.4);
}

/*--------------------------------------
  Footer
--------------------------------------*/
.l-footer {
  background-image: -moz-linear-gradient(0deg, rgb(70, 174, 247) 0%, rgb(29, 213, 230) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(70, 174, 247) 0%, rgb(29, 213, 230) 100%);
  background-image: linear-gradient(0deg, rgb(70, 174, 247) 0%, rgb(29, 213, 230) 100%);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 10.13vw;
  }
}
.l-footer__wrap {
  margin: 0 auto;
  max-width: 1780px;
  padding: 30px 10% min(1.56vw, 100px);
}
@media (max-width: 767px) {
  .l-footer__wrap {
    padding: 30px 10% 20px;
  }
}
.l-footer__logo {
  margin-bottom: min(3vw, 58px);
  text-align: center;
}
.l-footer__logo img {
  max-width: clamp(140px, 20.8vw, 392px);
}
.l-footer .colWrap {
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 1620px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer .colWrap {
    flex-wrap: wrap;
  }
}
.l-footer .colWrap li {
  font-size: min(1.56vw, 3rem);
  line-height: 2.8;
}
@media (max-width: 767px) {
  .l-footer .colWrap li {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.l-footer .colWrap li:before {
  content: "−";
  margin-right: 0.2em;
}
.l-footer .colWrap li a {
  text-decoration: none;
}
.l-footer .colWrap li a:hover {
  text-decoration: underline;
}
.l-footer .colWrap .col1 {
  width: 28%;
  max-width: 454px;
}
@media (max-width: 767px) {
  .l-footer .colWrap .col1 {
    margin-bottom: 1em;
    width: 100%;
    max-width: 100%;
  }
  .l-footer .colWrap .col1 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer .colWrap .col1 ul li {
    width: 50%;
  }
}
.l-footer .colWrap .col2 {
  width: 53%;
  max-width: 890px;
}
@media (max-width: 767px) {
  .l-footer .colWrap .col2 {
    margin-bottom: 1em;
    width: 100%;
    max-width: 100%;
  }
}
.l-footer .colWrap .col2 ul {
  display: flex;
  flex-wrap: wrap;
}
.l-footer .colWrap .col2 ul li {
  width: 50%;
}
.l-footer .colWrap .col3 {
  width: 19%;
  max-width: 276px;
}
@media (max-width: 767px) {
  .l-footer .colWrap .col3 {
    width: 100%;
    max-width: 100%;
  }
  .l-footer .colWrap .col3 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer .colWrap .col3 ul li {
    width: 50%;
  }
}
.l-footer h3 {
  margin-bottom: 20px;
  font-size: min(1.875vw, 3.6rem);
}
@media (max-width: 767px) {
  .l-footer h3 {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
.l-footer__copyright {
  padding: 1em;
  background: #296caa;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  color: #fff;
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
  Global navigation
--------------------------------------*/
.c-gnav {
  width: 100%;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    left: 0;
    z-index: 100;
    padding: 20px 40px 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
  }
}
.c-gnav .menu {
  display: flex;
}
@media (max-width: 767px) {
  .c-gnav .menu {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}
.c-gnav .menu > li {
  position: relative;
  width: 15.66%;
}
@media (max-width: 767px) {
  .c-gnav .menu > li {
    width: 100%;
  }
  .c-gnav .menu > li:after {
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #296caa 6px, transparent 6px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
.c-gnav .menu > li:first-child {
  width: 16%;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:first-child {
    width: 100%;
  }
  .c-gnav .menu > li:first-child:before {
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #296caa 6px, transparent 6px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
.c-gnav .menu > li:nth-child(3) {
  width: 22%;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:nth-child(3) {
    width: 100%;
  }
}
.c-gnav .menu > li:nth-child(5) {
  width: 14%;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:nth-child(5) {
    width: 100%;
  }
}
.c-gnav .menu > li > a {
  display: block;
  padding: min(0.9vw, 34px) 0;
  font-size: min(1.4vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    padding: 20px 10px 10px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.c-gnav .menu > li > a:hover {
  background: #296caa;
  color: #fff;
}
@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: #fff;
}
.c-gnav .menu .menu-item-description {
  margin-top: 6px;
  display: block;
  font-size: min(0.94vw, 1.8rem);
  color: #296caa;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-description {
    font-size: 1.2rem;
  }
}
.c-gnav .menu .menu-item-has-children > a {
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-has-children > a:after {
    content: "＋";
    position: absolute;
    top: 24px;
    right: 10px;
    margin-left: 1.38em;
    font-size: 1.1em;
    transition-duration: 0.7s;
  }
}
.c-gnav .menu .menu-item-has-children.hover > a:after {
  content: "−";
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-has-children.hover .sub-menu {
    opacity: 1;
    height: auto;
  }
}
.c-gnav .sub-menu {
  position: absolute;
  z-index: 2;
  padding: 10px 0;
  width: 100%;
  background: rgba(22, 162, 162, 0.8);
  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: rgb(108, 201, 201);
    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;
  font-size: min(1.25vw, 2.4rem);
  color: #fff;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu li a {
    padding: 0.2em 1em;
    font-size: 1.5rem;
    text-align: left;
  }
}
.c-gnav .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .c-gnav .sub-menu li:first-child a {
    padding-top: 0.6em;
  }
}
@media (max-width: 767px) {
  .c-gnav .sub-menu li:last-child a {
    padding-bottom: 0.6em;
  }
}
.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 {
    margin: 0 0 0 13px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.toggleMenu.active .menu-trigger:after {
  content: "CLOSE";
}

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

.menu-trigger {
  position: relative;
  width: 40px;
  height: 40px;
  font-family: azuki;
  font-size: 1.4rem;
  color: #0555a1;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 360px) {
  .menu-trigger {
    width: 26px;
    height: 28px;
    font-size: 0.9rem;
  }
}
.menu-trigger:after {
  content: "MENU";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  letter-spacing: 0.1em;
}

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

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

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
@media (max-width: 360px) {
  .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
}

.menu-trigger span:nth-of-type(3) {
  top: 20px;
}
@media (max-width: 360px) {
  .menu-trigger span:nth-of-type(3) {
    top: 14px;
  }
}

.toggleMenu.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-30deg);
  transform: translateY(10px) rotate(-30deg);
  top: 0;
}
@media (max-width: 360px) {
  .toggleMenu.active .menu-trigger span:nth-of-type(1) {
    top: -3px;
  }
}

.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(30deg);
  transform: translateY(-10px) rotate(30deg);
  top: 20px;
}
@media (max-width: 360px) {
  .toggleMenu.active .menu-trigger span:nth-of-type(3) {
    top: 17px;
  }
}

/* -------------------------------------
	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: 10%;
  bottom: 8.4%;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  padding-top: 1.56vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.95vw;
  max-width: 172px;
  height: 8.95vw;
  max-height: 172px;
  background: #fff;
  border: 1px solid #296caa;
  border-radius: 50%;
  font-family: azuki;
  font-weight: bold;
  font-size: 1.56vw;
  font-style: italic;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 1920px) {
  .pagetop a {
    padding-top: 34px;
    font-size: 3rem;
  }
}
.pagetop a:after {
  content: "";
  position: absolute;
  top: 2.3vw;
  left: calc(50% - 1.35vw);
  width: 2.7vw;
  max-width: 52px;
  height: 2.7vw;
  max-height: 52px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
}
@media (min-width: 1920px) {
  .pagetop a:after {
    left: calc(50% - 26px);
    top: 46px;
  }
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop.scrollOn {
  opacity: 0;
}
.home .pagetop {
  bottom: 104px;
}
@media (min-width: 1920px) {
  .home .pagetop {
    bottom: 132px;
  }
}
@media (max-width: 1024px) {
  .home .pagetop {
    bottom: 94px;
  }
}

/*--------------------------------------
  Buttons
--------------------------------------*/
.btn01 .elementor-button-wrapper .elementor-button {
  padding: 11px;
  display: inline-block;
  width: 35%;
  max-width: 550px;
  min-width: 280px;
  background: none;
  border-bottom: 3px solid #296caa;
  border-radius: 0;
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  color: #296caa;
}
@media (min-width: 1920px) {
  .btn01 .elementor-button-wrapper .elementor-button {
    font-size: 3rem;
  }
}
@media (max-width: 1024px) {
  .btn01 .elementor-button-wrapper .elementor-button {
    font-size: 1.8rem;
    border-bottom: 2px solid #296caa;
  }
}
@media (max-width: 767px) {
  .btn01 .elementor-button-wrapper .elementor-button {
    min-width: 12em;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .btn01 .elementor-button-wrapper .elementor-button {
    padding: 6px;
    font-size: 1.1rem;
  }
}
.btn01 .elementor-button-wrapper:after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: -18px;
  width: 40px;
  height: 40px;
  border-right: 3px solid #296caa;
  transform: rotate(-45deg);
}
@media (min-width: 1920px) {
  .btn01 .elementor-button-wrapper:after {
    right: 11px;
    bottom: -24px;
    width: 53px;
    height: 53px;
  }
}
@media (max-width: 1024px) {
  .btn01 .elementor-button-wrapper:after {
    right: 5px;
    bottom: -13px;
    width: 28px;
    height: 28px;
    border-right: 2px solid #296caa;
  }
}
@media (max-width: 767px) {
  .btn01 .elementor-button-wrapper:after {
    right: 0.2em;
    bottom: -0.4em;
    width: 1em;
    height: 1em;
  }
}
.btn01 .elementor-button-wrapper:hover {
  opacity: 0.7;
}

.elementor-widget-button.elementor-button-info .elementor-button-wrapper .elementor-button, .elementor-widget-button.elementor-button-success .elementor-button-wrapper .elementor-button {
  position: relative;
  padding: 1em;
  display: grid;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 562px;
  background-color: #296caa;
  border-radius: 0;
  border: 1px solid transparent;
  font-size: clamp(1.5rem, 1.56vw, 3rem);
  line-height: 1.4;
  color: #fff;
}
.elementor-widget-button.elementor-button-info .elementor-button-wrapper .elementor-button:after, .elementor-widget-button.elementor-button-success .elementor-button-wrapper .elementor-button:after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  grid-column: 2/3;
}
.elementor-widget-button.elementor-button-info .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper, .elementor-widget-button.elementor-button-success .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper {
  margin-right: 0.5em;
  grid-column: 1/2;
}
.elementor-widget-button.elementor-button-info .elementor-button-wrapper .elementor-button:hover, .elementor-widget-button.elementor-button-success .elementor-button-wrapper .elementor-button:hover {
  border: 1px solid #296caa;
  background-color: #fff;
  color: #296caa;
}
.elementor-widget-button.elementor-button-info .elementor-button-wrapper .elementor-button:hover:after, .elementor-widget-button.elementor-button-success .elementor-button-wrapper .elementor-button:hover:after {
  border-top: 1px solid #296caa;
  border-right: 1px solid #296caa;
}
.elementor-widget-button.elementor-button-info.center .elementor-button, .elementor-widget-button.elementor-button-success.center .elementor-button {
  margin: 0 auto;
}
.elementor-widget-button.elementor-button-info.arrow-none .elementor-button-wrapper .elementor-button-content-wrapper, .elementor-widget-button.elementor-button-success.arrow-none .elementor-button-wrapper .elementor-button-content-wrapper {
  margin-right: 0;
}
.elementor-widget-button.elementor-button-info.arrow-none .elementor-button-wrapper .elementor-button:after, .elementor-widget-button.elementor-button-success.arrow-none .elementor-button-wrapper .elementor-button:after {
  display: none;
}
.elementor-widget-button.elementor-button-success .elementor-button-wrapper .elementor-button {
  background-color: #88f5fe;
  color: #296caa;
}
.elementor-widget-button.elementor-button-success .elementor-button-wrapper .elementor-button:after {
  border-top: 1px solid #296caa;
  border-right: 1px solid #296caa;
}
.elementor-widget-button.elementor-button-success .elementor-button-wrapper .elementor-button:hover {
  border: 1px solid #88f5fe;
  color: #88f5fe;
}
.elementor-widget-button.elementor-button-success .elementor-button-wrapper .elementor-button:hover:after {
  border-top: 1px solid #88f5fe;
  border-right: 1px solid #88f5fe;
}

/*--------------------------------------
  Tables
--------------------------------------*/
.timetable .elementor-container .elementor-column {
  width: 11%;
}
.timetable .elementor-container .elementor-column:first-child {
  width: 23%;
}

/* table01 */
table.table01,
.table01 table {
  width: 100%;
}
table.table01:not(.not-width),
.table01 table:not(.not-width) {
  min-width: 500px;
}
table.table01 thead th, table.table01 thead td,
.table01 table thead th,
.table01 table thead td {
  text-align: center;
}
table.table01 thead th,
.table01 table thead th {
  width: 20%;
  border-right: 1px solid #fff;
  background: #16a2a2;
  color: #fff;
}
table.table01 thead td,
.table01 table thead td {
  background: #6cc9c9;
}
table.table01 thead td:not(:last-child),
.table01 table thead td:not(:last-child) {
  border-right: 1px solid #fff;
}
table.table01 tbody th, table.table01 tbody td,
.table01 table tbody th,
.table01 table tbody td {
  border: 1px solid #000;
}
table.table01 tbody th,
.table01 table tbody th {
  text-align: center;
  color: #16a2a2;
}
table.table01 th, table.table01 td,
.table01 table th,
.table01 table td {
  padding: 1em;
  font-size: clamp(1.2rem, 1.56vw, 3rem);
}

/*--------------------------------------
  Lists
--------------------------------------*/
/* list01 */
.list01.center,
ul.list01.center {
  text-align: center;
}
.list01.center ul,
ul.list01.center ul {
  display: inline-block;
}
.list01 li > span,
ul.list01 li > span {
  position: relative;
  margin-bottom: 1em !important;
  padding-left: 2.4em !important;
  font-size: min(1.24vw, 2.4rem) !important;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .list01 li > span,
  ul.list01 li > span {
    font-size: max(1.24vw, 1.5rem) !important;
  }
}
.list01 li > span:before,
ul.list01 li > span:before {
  content: "";
  position: absolute;
  top: -0.1em;
  left: 0.4em;
  width: 0.67em;
  height: 1.37em;
  border-right: 1px solid #296caa;
  border-bottom: 1px solid #296caa;
  transform: rotate(45deg);
}
.list01 li:last-child > span,
ul.list01 li:last-child > span {
  margin-bottom: 0 !important;
}

/* list02 */
.list02 li.elementor-icon-list-item .elementor-icon-list-text {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.list02 li.elementor-icon-list-item .elementor-icon-list-text:before {
  content: "・";
  color: #296caa;
}

ul.list02 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
ul.list02 li:before {
  content: "・";
  color: #296caa;
}

/* list03 */
.list03 li.elementor-icon-list-item,
ul.list03 li.elementor-icon-list-item {
  padding-left: 2em;
  line-height: 2.2;
}
.list03 li.elementor-icon-list-item:before,
ul.list03 li.elementor-icon-list-item:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background: url(/wp-content/uploads/ico_tooth.svg) no-repeat center center/contain;
}

/* list-subinfo */
.list-subinfo li.elementor-icon-list-item {
  padding-left: 1.2em;
  font-size: small;
}
.list-subinfo li.elementor-icon-list-item:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.list-subinfo.normal li.elementor-icon-list-item {
  font-size: inherit;
}

/* list icon menus */
.list-icon_menu .elementor-icon-list-items.elementor-inline-items {
  justify-content: center;
  margin: 0 !important;
}
.list-icon_menu li {
  width: 18%;
  margin: 0 2.5% 2.5% 0 !important;
}
@media (max-width: 767px) {
  .list-icon_menu li {
    width: 32%;
    margin: 0 2% 2% 0 !important;
  }
}
@media (max-width: 480px) {
  .list-icon_menu li {
    width: 48%;
    margin: 0 4% 4% 0 !important;
  }
}
@media (max-width: 480px) {
  .list-icon_menu li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .list-icon_menu li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .list-icon_menu li:nth-child(5n) {
    margin-right: 0 !important;
  }
}
.list-icon_menu li a {
  background: url("/wp-content/uploads/bg_tooth-box.png") no-repeat center center/100%;
  padding-top: 100%;
}
.list-icon_menu li a span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  transform: translateY(-50%);
}
.list-icon_menu li a:hover {
  color: #6cc9c9;
}
.list-icon_menu li a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

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

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

/*--------------------------------------
  Q&A
--------------------------------------*/
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  padding: 1.8vw 0 0 8.4vw;
}
@media (max-width: 767px) {
  .block-qa .elementor-image-box-title,
  .block-qa .elementor-image-box-description {
    padding: 5px 0 0 58px;
  }
}
@media (max-width: 480px) {
  .block-qa .elementor-image-box-title,
  .block-qa .elementor-image-box-description {
    margin-bottom: 0.6em;
    padding: 5px 0 0 54px;
  }
}
.block-qa .elementor-image-box-title:before,
.block-qa .elementor-image-box-description:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.1em 0.1em 0 0;
  width: min(6.51vw, 125px);
  height: min(6.51vw, 125px);
  line-height: min(6.51vw, 125px);
  border-radius: 50%;
  background: #6cc9c9;
  font-family: "Palace Script MT";
  font-size: min(5.2vw, 100px);
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .block-qa .elementor-image-box-title:before,
  .block-qa .elementor-image-box-description:before {
    padding: 2px 7px 0 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 3.6rem;
  }
}
@media (max-width: 480px) {
  .block-qa .elementor-image-box-title:before,
  .block-qa .elementor-image-box-description:before {
    padding: 1px 6px 0 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 3.4rem;
  }
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1.2em;
  font-size: min(2vw, 48px);
}
@media (max-width: 767px) {
  .block-qa .elementor-image-box-title {
    font-size: max(2vw, 2rem);
  }
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  background: #296caa;
}

/*--------------------------------------
  Newsbox
--------------------------------------*/
.newsWrap {
  margin-top: 6%;
}
@media (max-width: 767px) {
  .newsWrap {
    margin-top: 0.3em;
  }
}
.newsWrap dl {
  padding-bottom: 0.4em;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: min(1.25vw, 2.4rem);
}
@media (max-width: 480px) {
  .newsWrap dl {
    font-size: 1.2rem;
  }
}
.newsWrap dt {
  padding-right: 1em;
}
.newsWrap .newsLabel {
  margin: 0 1em 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 4.5em;
  height: min(2vw, 40px);
  background: #cbaf84;
  border-radius: min(0.52vw, 10px);
  font-size: min(1vw, 2rem);
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .newsWrap .newsLabel {
    max-width: 40px;
    height: 16px;
    border-radius: 10px;
    font-size: 1rem;
  }
}
.newsWrap dd {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
.newsWrap > a:not(:last-child) dl {
  margin-bottom: min(5.28%, 45px);
}
@media (max-width: 767px) {
  .newsWrap > a:not(:last-child) dl {
    margin-bottom: 0.5em;
  }
}
.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;
}

/*--------------------------------------
  Sp cv
--------------------------------------*/
.sp-cv {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .sp-cv {
    display: initial;
  }
}
.sp-cv ul {
  display: flex;
}
.sp-cv ul li {
  width: 50%;
  height: 10.13vw;
  /*
  &:last-child {
  	width: 16%;
  	a {
  		padding-top: 3.2vw;
  		background: $sub-color;
  		flex-wrap: wrap;
  		font-family: $font-family_azuki;
  		font-style: italic;
  		font-size: max(3.2vw, 12px);
  		color: #fff;
  		&:before {
  			content: "";
  			position: absolute;
  			top: 1.2vw;
  			left: 50%;
  			display: block;
  			width: max(2.2vw, 8px);
  			height: max(2.2vw, 8px);
  			border-top: 1px solid #fff;
  			border-right: 1px solid #fff;
  			transform: rotate(-45deg) translateX(-70%);
  		}
  	}
  }
  */
}
.sp-cv ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  font-size: max(3.2vw, 11px);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
.sp-cv ul li:first-child a {
  background: #296caa;
}
.sp-cv ul li:first-child a:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background: url(/wp-content/uploads/ico_tel01.svg) no-repeat center center/100%;
  width: 19px;
  height: 20px;
}
.sp-cv ul li:nth-child(2) a {
  background: #16a2a2;
}
.sp-cv ul li:nth-child(2) a:before {
  content: "";
  margin-right: 6px;
  display: inline-block;
  background: url(/wp-content/uploads/ico_mail01.svg) no-repeat center center/100%;
  width: 19px;
  height: 20px;
}
.sp-cv ul li img {
  width: 100%;
}

/*--------------------------------------
  Iframes
--------------------------------------*/
.iframe-map {
  padding-top: min(24.3vw, 467px);
}
@media (max-width: 767px) {
  .iframe-map {
    padding-top: 31.46vw;
  }
}
@media (max-width: 480px) {
  .iframe-map {
    padding-top: 50vw;
  }
}
.iframe-map .elementor-custom-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------
  Step Column3
--------------------------------------*/
.step-col3 #gallery-1 {
  display: flex;
  flex-wrap: wrap;
}
.step-col3 #gallery-1 .gallery-item {
  position: relative;
  padding: 0.5em;
  width: 31%;
  border: 2px solid #296caa;
  margin: 0 0 2% 0;
}
@media (min-width: 481px) {
  .step-col3 #gallery-1 .gallery-item:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }
  .step-col3 #gallery-1 .gallery-item:not(:nth-child(3n)):after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: calc(-3.5% - 15px);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #296caa;
  }
}
@media (max-width: 480px) {
  .step-col3 #gallery-1 .gallery-item {
    width: 48%;
  }
  .step-col3 #gallery-1 .gallery-item:nth-child(odd) {
    margin-right: 4%;
  }
  .step-col3 #gallery-1 .gallery-item:nth-child(odd):after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: calc(-4% - 8px);
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid #296caa;
  }
}
.step-col3 #gallery-1 img {
  width: 210px;
  border: none;
}
.step-col3 #gallery-1 .gallery-caption {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

/*--------------------------------------
  Step Column3
--------------------------------------*/
.step-col5 #gallery-1 {
  display: flex;
  flex-wrap: wrap;
}
.step-col5 #gallery-1 .gallery-item {
  position: relative;
  padding: 0.5em;
  width: 18%;
  border: 2px solid #296caa;
  margin: 0 0 2% 0;
}
@media (min-width: 768px) {
  .step-col5 #gallery-1 .gallery-item:not(:nth-child(5n)) {
    margin-right: 2.5%;
  }
  .step-col5 #gallery-1 .gallery-item:not(:nth-child(5n)):after {
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    right: calc(-2px - min(2.5vw, 43px));
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    border-left: min(2.5vw, 43px) solid #296caa;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .step-col5 #gallery-1 .gallery-item {
    width: 31%;
    max-width: 100%;
  }
  .step-col5 #gallery-1 .gallery-item:not(:nth-child(3)):not(:nth-child(5n)):not(:last-child) {
    margin-right: 3.5%;
  }
  .step-col5 #gallery-1 .gallery-item:not(:nth-child(3)):not(:nth-child(5n)):not(:last-child):after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: calc(-3.5% - 15px);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #296caa;
  }
}
@media (max-width: 480px) {
  .step-col5 #gallery-1 .gallery-item {
    width: 48%;
  }
  .step-col5 #gallery-1 .gallery-item:first-child, .step-col5 #gallery-1 .gallery-item:nth-child(3), .step-col5 #gallery-1 .gallery-item:nth-child(6), .step-col5 #gallery-1 .gallery-item:nth-child(8) {
    margin-right: 4%;
  }
  .step-col5 #gallery-1 .gallery-item:first-child:after, .step-col5 #gallery-1 .gallery-item:nth-child(3):after, .step-col5 #gallery-1 .gallery-item:nth-child(6):after, .step-col5 #gallery-1 .gallery-item:nth-child(8):after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: calc(-2% - 15px);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #296caa;
  }
}
.step-col5 #gallery-1 img {
  margin-bottom: 10px;
  border: none;
}
.step-col5 #gallery-1 .gallery-caption {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.step-col5 #gallery-1 span {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}

/*--------------------------------------
  Before After
--------------------------------------*/
.before-after .elementor-col-50:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7.5px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #296caa;
}

/*--------------------------------------
	Top
--------------------------------------*/
.home h2 {
  font-family: "Palace Script MT";
  font-size: min(10.41vw, 20rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #57e8f3;
}
@media (max-width: 480px) {
  .home h2 {
    font-size: max(14.4vw, 5.4rem);
  }
}
.home h2 sup {
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: min(1.875vw, 3.6rem);
  color: #296caa;
}
@media (max-width: 480px) {
  .home h2 sup {
    font-size: 2.8vw;
  }
}

/* feature */
.top-feature {
  letter-spacing: 0.1em;
}
.top-feature .catch1 {
  margin-bottom: min(4.45vw, 165px) !important;
  width: auto !important;
  font-family: azuki;
  font-size: min(2.4vw, 7.2rem);
  transform: matrix(0.9961110887, -0.0881061797, 0.0881061797, 0.9961110887, 0, 0);
  text-shadow: 30px 30px 30px #ffffff, 30px -30px 30px #ffffff, -30px 30px 30px #ffffff, -30px -30px 30px #ffffff, 20px 20px 20px #ffffff, -20px 20px 20px #ffffff, 20px -20px 20px #ffffff, -20px -20px 20px #ffffff, 10px 10px 10px #ffffff, -10px 10px 10px #ffffff, 10px -10px 10px #ffffff, -10px -10px 10px #ffffff, 5px 5px 5px #ffffff, -5px 5px 5px #ffffff, 5px -5px 5px #ffffff, -5px -5px 5px #ffffff;
}
@media (max-width: 480px) {
  .top-feature .catch1 {
    font-size: 3.78vw;
    text-shadow: 10px 10px 10px #ffffff, -10px 10px 10px #ffffff, 10px -10px 10px #ffffff, -10px -10px 10px #ffffff, 8px 8px 8px #ffffff, -8px 8px 8px #ffffff, 8px -8px 8px #ffffff, -8px -8px 8px #ffffff, 6px 6px 6px #ffffff, -6px 6px 6px #ffffff, 6px -6px 6px #ffffff, -6px -6px 6px #ffffff, 4px 4px 4px #ffffff, -4px 4px 4px #ffffff, 4px -4px 4px #ffffff, -4px -4px 4px #ffffff, 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff;
  }
}
.top-feature .catch1 h3 {
  line-height: 2.2;
}
.top-feature .catch1 span {
  display: block;
  text-indent: 7em;
}
.top-feature .catch2,
.top-feature .catch3,
.top-feature .catch4 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
.top-feature .catch2 {
  margin-bottom: min(4.85vw, 150px) !important;
  font-size: min(2.4vw, 7.2rem);
  font-weight: bold;
  color: #fff;
}
@media (max-width: 480px) {
  .top-feature .catch2 {
    font-size: 3.78vw;
  }
}
.top-feature .catch3 {
  margin-bottom: min(4.64vw, 170px) !important;
  font-size: min(1.475vw, 4.8rem);
  line-height: 2.08;
  text-shadow: 30px 30px 30px #ffffff, 30px -30px 30px #ffffff, -30px 30px 30px #ffffff, -30px -30px 30px #ffffff, 20px 20px 20px #ffffff, -20px 20px 20px #ffffff, 20px -20px 20px #ffffff, -20px -20px 20px #ffffff, 10px 10px 10px #ffffff, -10px 10px 10px #ffffff, 10px -10px 10px #ffffff, -10px -10px 10px #ffffff, 5px 5px 5px #ffffff, -5px 5px 5px #ffffff, 5px -5px 5px #ffffff, -5px -5px 5px #ffffff;
}
@media (max-width: 480px) {
  .top-feature .catch3 {
    font-size: 2.6vw;
    text-shadow: 10px 10px 10px #ffffff, -10px 10px 10px #ffffff, 10px -10px 10px #ffffff, -10px -10px 10px #ffffff, 8px 8px 8px #ffffff, -8px 8px 8px #ffffff, 8px -8px 8px #ffffff, -8px -8px 8px #ffffff, 6px 6px 6px #ffffff, -6px 6px 6px #ffffff, 6px -6px 6px #ffffff, -6px -6px 6px #ffffff, 4px 4px 4px #ffffff, -4px 4px 4px #ffffff, 4px -4px 4px #ffffff, -4px -4px 4px #ffffff, 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff;
  }
}
.top-feature .catch3 span {
  position: relative;
}
.top-feature .catch3 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  box-shadow: 0 0 0.5em 0.2em rgba(255, 255, 255, 0.7);
}
.top-feature .catch4 {
  font-size: min(2.15vw, 6.5rem);
}
@media (max-width: 480px) {
  .top-feature .catch4 {
    font-size: 3.2vw;
  }
}

.box-feature .elementor-icon-box-wrapper {
  align-items: center;
}
.box-feature .elementor-icon-box-icon {
  position: relative;
  font-size: min(1.42vw, 2.72rem);
}
@media (max-width: 480px) {
  .box-feature .elementor-icon-box-icon {
    font-size: 2.8vw;
  }
}
.box-feature .elementor-icon-box-icon:before, .box-feature .elementor-icon-box-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: min(5.83vw, 112px);
  height: 3px;
  background: #296caa;
  transform: rotate(-30deg);
}
@media (max-width: 1024px) {
  .box-feature .elementor-icon-box-icon:before, .box-feature .elementor-icon-box-icon:after {
    height: 2px;
  }
}
@media (max-width: 767px) {
  .box-feature .elementor-icon-box-icon:before, .box-feature .elementor-icon-box-icon:after {
    display: none;
  }
}
.box-feature .elementor-icon-box-icon:before {
  top: 1.8vw;
  right: -5vw;
}
@media (min-width: 1780px) {
  .box-feature .elementor-icon-box-icon:before {
    top: 38px;
    right: -98px;
  }
}
.box-feature .elementor-icon-box-icon:after {
  bottom: 1.8vw;
  right: -5vw;
  transform: rotate(30deg);
}
@media (min-width: 1780px) {
  .box-feature .elementor-icon-box-icon:after {
    bottom: 38px;
    right: -98px;
  }
}
.box-feature h3 {
  font-size: min(1.8vw, 3.6rem);
  text-indent: 0.5em;
}
@media (max-width: 767px) {
  .box-feature h3 {
    text-indent: 0.2em;
    text-decoration: underline;
  }
}
.box-feature .reverse h3 {
  margin-right: 0.5em;
}
@media (max-width: 767px) {
  .box-feature .reverse h3 {
    margin-right: 0.2em;
  }
}
.box-feature .reverse .elementor-icon-box-icon:before {
  transform: rotate(30deg);
  left: -5vw;
}
.box-feature .reverse .elementor-icon-box-icon:after {
  transform: rotate(-30deg);
  left: -5vw;
}
.box-feature .area-text:before {
  content: "";
  position: absolute;
  top: calc(7% - 33px);
  left: -30px;
  z-index: 2;
  width: 85px;
  height: 66px;
  background: url("/wp-content/uploads/ico_pin.svg") no-repeat center/100%;
}
@media (max-width: 1024px) {
  .box-feature .area-text:before {
    top: calc(7% - 38px);
    left: -34px;
    width: 96px;
    height: 68.27px;
  }
}
@media (max-width: 767px) {
  .box-feature .area-text:before {
    top: calc(7% - 24px);
    left: -18px;
    width: 54px;
    height: 38.4px;
  }
}
@media (max-width: 480px) {
  .box-feature .area-text:before {
    top: calc(7% - 18px);
    left: -12px;
    width: 42px;
    height: 30px;
  }
}
.box-feature .area-text p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: min(1.675vw, 36px);
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .box-feature .area-text p {
    font-size: 1.4rem;
  }
}

/* message */
.h2-message h2 sup {
  position: absolute;
  top: 1.1em;
  left: 50%;
}

.ico-pin-double:before {
  content: "";
  position: absolute;
  top: -0.8em;
  left: 0;
  z-index: 2;
  width: 85px;
  height: 66px;
  background: url("/wp-content/uploads/ico_pin.svg") no-repeat center/100%;
  transform: rotate(90deg);
  /*
  @media (max-width: $point-tb) {
  	width: 96px;
  	height: 68.27px;
  }
  */
}
@media (max-width: 767px) {
  .ico-pin-double:before {
    top: -0.6em;
    width: 54px;
    height: 38.4px;
  }
}
@media (max-width: 480px) {
  .ico-pin-double:before {
    top: -0.4em;
    width: 42px;
    height: 30px;
  }
}
.ico-pin-double:after {
  content: "";
  position: absolute;
  top: -0.8em;
  right: -1.6em;
  z-index: 2;
  width: 85px;
  height: 66px;
  background: url("/wp-content/uploads/ico_pin.svg") no-repeat center/100%;
  transform: rotate(90deg);
  /*
  @media (max-width: $point-tb) {
  	width: 96px;
  	height: 68.27px;
  }
  */
}
@media (max-width: 767px) {
  .ico-pin-double:after {
    top: -0.6em;
    width: 54px;
    height: 38.4px;
  }
}
@media (max-width: 480px) {
  .ico-pin-double:after {
    top: -0.4em;
    width: 42px;
    height: 30px;
  }
}

/* treatment */
.top-treatment .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
}
.top-treatment .elementor-icon-list-items li {
  width: 49.5%;
  border: 1px solid #000;
}
.top-treatment .elementor-icon-list-items li a {
  display: flex;
  flex-flow: column;
  padding: 0;
  height: min(22.7vw, 436px);
  background: url("/wp-content/uploads/img_top-treat01.jpg") no-repeat center/cover;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: min(2.5vw, 4.8rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #fff;
  transition-duration: 0.7s;
}
@media (max-width: 480px) {
  .top-treatment .elementor-icon-list-items li a {
    font-size: 1.6rem;
  }
}
.top-treatment .elementor-icon-list-items li a:hover {
  opacity: 0.7;
}
.top-treatment .elementor-icon-list-items li:nth-child(odd) {
  margin-right: 1%;
}
.top-treatment .elementor-icon-list-items li:not(:nth-last-child(2)):not(:last-child) {
  margin-bottom: 1%;
}
.top-treatment .elementor-icon-list-items li .elementor-icon-list-icon {
  justify-content: center;
}
.top-treatment .elementor-icon-list-items li .elementor-icon-list-icon svg {
  width: min(5.88vw, 113px);
}
.top-treatment .elementor-icon-list-items li:first-child .elementor-icon-list-icon {
  margin-top: min(4.11vw, 79px);
}
.top-treatment .elementor-icon-list-items li:nth-child(2) a {
  background: url("/wp-content/uploads/img_top-treat02.jpg") no-repeat center/cover;
}
.top-treatment .elementor-icon-list-items li:nth-child(2) .elementor-icon-list-icon svg {
  width: min(3vw, 59px);
  height: min(5.93vw, 114px);
  font-size: min(3vw, 59px);
}
.top-treatment .elementor-icon-list-items li:nth-child(3) a {
  background: url("/wp-content/uploads/img_top-treat03.jpg") no-repeat center/cover;
}
.top-treatment .elementor-icon-list-items li:nth-child(3) .elementor-icon-list-icon {
  margin-top: min(1.14vw, 22px);
}
.top-treatment .elementor-icon-list-items li:nth-child(3) .elementor-icon-list-icon svg {
  width: min(4.79vw, 92px);
  height: min(3.64vw, 70px);
  font-size: min(4.79vw, 92px);
}
.top-treatment .elementor-icon-list-items li:nth-child(4) a {
  background: url("/wp-content/uploads/img_top-treat04.jpg") no-repeat center/cover;
}
.top-treatment .elementor-icon-list-items li:nth-child(4) .elementor-icon-list-icon svg {
  width: min(5.36vw, 103px);
  height: min(4.79vw, 92px);
  font-size: min(5.36vw, 103px);
}

.top-treatment2 .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-treatment2 .elementor-icon-list-items li {
  margin-bottom: 2%;
  width: 23.5%;
  border: 1px solid #000;
}
.top-treatment2 .elementor-icon-list-items li a {
  display: flex;
  flex-flow: column;
  padding: 0;
  height: min(22.7vw, 436px);
  background: #88f5fe;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: min(2.5vw, 4.8rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  transition-duration: 0.7s;
}
.top-treatment2 .elementor-icon-list-items li a:hover {
  background: #296caa;
  color: #fff;
}
.top-treatment2 .elementor-icon-list-items li:not(:last-child):not(:nth-child(7)) {
  margin-right: 2%;
}
.top-treatment2 .elementor-icon-list-items li:first-child {
  margin-left: 4%;
}
.top-treatment2 .elementor-icon-list-items li:nth-child(3).elementor-icon-list-item {
  margin-right: 4%;
}
.top-treatment2 .elementor-icon-list-items li .elementor-icon-list-icon {
  justify-content: center;
}
.top-treatment2 .elementor-icon-list-items li:first-child .elementor-icon-list-icon {
  margin-top: min(0.78vw, 15px);
}
.top-treatment2 .elementor-icon-list-items li:first-child .elementor-icon-list-icon svg {
  width: min(3.8vw, 73px);
  font-size: min(3.8vw, 73px);
  height: min(4.79vw, 92px);
}
.top-treatment2 .elementor-icon-list-items li:nth-child(2) .elementor-icon-list-icon svg {
  width: min(6vw, 117px);
  font-size: min(6vw, 117px);
  height: min(5.57vw, 107px);
}
.top-treatment2 .elementor-icon-list-items li:nth-child(3) .elementor-icon-list-icon {
  margin: min(2.45vw, 47px) 0 min(0.52vw, 10px);
}
.top-treatment2 .elementor-icon-list-items li:nth-child(3) .elementor-icon-list-icon svg {
  width: min(5.41vw, 104px);
  font-size: min(5.41vw, 104px);
  height: min(2.6vw, 50px);
}
.top-treatment2 .elementor-icon-list-items li:nth-child(4) .elementor-icon-list-icon svg {
  width: min(3.7vw, 71px);
  font-size: min(3.7vw, 71px);
  height: min(5.36vw, 103px);
}
.top-treatment2 .elementor-icon-list-items li:nth-child(5) .elementor-icon-list-icon {
  margin-top: min(0.3vw, 6px);
}
.top-treatment2 .elementor-icon-list-items li:nth-child(5) .elementor-icon-list-icon svg {
  width: min(4.43vw, 85px);
  font-size: min(4.43vw, 85px);
  height: min(5vw, 97px);
}
.top-treatment2 .elementor-icon-list-items li:nth-child(6) .elementor-icon-list-icon {
  margin-top: min(0.78vw, 15px);
}
.top-treatment2 .elementor-icon-list-items li:nth-child(6) .elementor-icon-list-icon svg {
  width: min(4.53vw, 87px);
  font-size: min(4.53vw, 87px);
  height: min(4.58vw, 88px);
}
.top-treatment2 .elementor-icon-list-items li:nth-child(7) .elementor-icon-list-icon {
  margin-top: min(0.52vw, 10px);
}
.top-treatment2 .elementor-icon-list-items li:nth-child(7) .elementor-icon-list-icon svg {
  width: min(4.53vw, 87px);
  font-size: min(4.53vw, 87px);
  height: min(4.84vw, 93px);
}
.top-treatment2 .elementor-icon-list-items li:nth-child(8) .elementor-icon-list-icon svg {
  width: min(3.8vw, 73px);
  font-size: min(3.8vw, 73px);
  height: min(5.15vw, 99px);
}
.top-treatment2 .elementor-icon-list-items li:nth-child(9) .elementor-icon-list-icon {
  margin-top: min(0.47vw, 9px);
}
.top-treatment2 .elementor-icon-list-items li:nth-child(9) .elementor-icon-list-icon svg {
  width: min(3.38vw, 65px);
  font-size: min(3.38vw, 65px);
  height: min(4.68vw, 90px);
}
.top-treatment2 .elementor-icon-list-items li:nth-child(10) .elementor-icon-list-icon svg {
  width: min(2.6vw, 50px);
  font-size: min(2.6vw, 50px);
  height: min(5.15vw, 99px);
}

.top-treatment3 .elementor-icon-list-items {
  display: flex;
  justify-content: center;
}
.top-treatment3 .elementor-icon-list-items li {
  width: 100%;
  border: 1px solid #000;
}
.top-treatment3 .elementor-icon-list-items li a {
  display: flex;
  flex-flow: column;
  padding: 0;
  height: min(18.23vw, 350px);
  background: #6fa1a6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: min(2.5vw, 4.8rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  transition-duration: 0.7s;
}
@media (max-width: 480px) {
  .top-treatment3 .elementor-icon-list-items li a {
    font-size: 1.6rem;
  }
}
.top-treatment3 .elementor-icon-list-items li a:hover {
  background: #296caa;
  color: #fff;
}
.top-treatment3 .elementor-icon-list-items li .elementor-icon-list-icon {
  justify-content: center;
}
.top-treatment3 .elementor-icon-list-items li .elementor-icon-list-icon svg {
  width: min(3.85vw, 74px);
  font-size: min(3.85vw, 74px);
  height: min(4.8vw, 92px);
}

.top-treatment-h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(0.83vw, 16px);
  background: url("/wp-content/uploads/bg_treatment-h3.png") repeat-x center/contain;
}
.top-treatment-h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(0.83vw, 16px);
  background: url("/wp-content/uploads/bg_treatment-h3.png") repeat-x center/contain;
}
.top-treatment-h3 h3 {
  padding: 1em 0;
  font-family: azuki;
  font-size: min(2.8vw, 6rem);
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .top-treatment-h3 h3 {
    font-size: 4.2vw;
  }
}

/* advantage */
.h2-advantage h2 sup {
  position: absolute;
  top: 0.5em;
  left: calc(50% + 1.5em);
}

/* banners */
.sns-banners {
  margin: 0 auto;
  max-width: min(40.3vw, 774px);
}

/* cnv bottom */
.cnv-bottom {
  position: fixed !important;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

/*--------------------------------------
  Under
--------------------------------------*/
/* 下層見出し H1 */
.p-under__hBg {
  background: #6cc9c9;
}
.p-under__hBgInner {
  max-width: 1780px;
  margin: 0 auto;
  padding: 4% 30px 4.6%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .p-under__hBgInner {
    padding: 4.6% 30px;
  }
}
.p-under__hBgInner h1 {
  font-size: clamp(2.4rem, 3.125vw, 6rem);
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
.p-under__hBgInner h1 sup {
  display: block;
  font-family: "Palace Script MT";
  font-size: clamp(3.6rem, 3.75vw, 7.2rem);
  word-break: break-all;
  color: #fff;
}

.under {
  /* 下層ページ汎用クラス */
  /* 画像ボックス調整 */
}
.under.page .main,
.under #blogDetail .post {
  /* 固定ページ 下層見出し H2 以下 */
}
.under.page .main h2, .under.page .main h3, .under.page .main h4, .under.page .main h5, .under.page .main h6, .under.page .main .catch1 .elementor-heading-title, .under.page .main .catch2 .elementor-heading-title,
.under #blogDetail .post h2,
.under #blogDetail .post h3,
.under #blogDetail .post h4,
.under #blogDetail .post h5,
.under #blogDetail .post h6,
.under #blogDetail .post .catch1 .elementor-heading-title,
.under #blogDetail .post .catch2 .elementor-heading-title {
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 1.4;
}
.under.page .main h2,
.under #blogDetail .post h2 {
  padding: 0.65em 2.68%;
  background: #88f5fe;
  font-size: clamp(2.4rem, 2.5vw, 4.8rem);
}
.under.page .main h3,
.under #blogDetail .post h3 {
  padding: 0.65em 2.68%;
  background: #acc6e0;
  font-size: clamp(2rem, 2.08vw, 4rem);
}
.under.page .main .v2 h3,
.under #blogDetail .post .v2 h3 {
  padding: 0;
  background: none;
  color: #6cc9c9;
}
.under.page .main .tgl-interview h3,
.under #blogDetail .post .tgl-interview h3 {
  padding-right: 2.4em;
  cursor: pointer;
}
.under.page .main .tgl-interview h3:before,
.under #blogDetail .post .tgl-interview h3:before {
  content: "";
  position: absolute;
  top: calc(50% - 1.3em);
  right: 0.5em;
  width: 1.6em;
  height: 1.6em;
  border: 2px solid #296caa;
  border-radius: 50%;
}
.under.page .main .tgl-interview h3:after,
.under #blogDetail .post .tgl-interview h3:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.7em);
  right: 0.91em;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #296caa;
  border-right: 2px solid #296caa;
  transform: rotate(-45deg);
  transition-duration: 0.4s;
}
.under.page .main .tgl-interview h3:hover:after,
.under #blogDetail .post .tgl-interview h3:hover:after {
  top: calc(50% - 1em);
  right: 0.95em;
  transform: rotate(135deg);
}
.under.page .main .tgl-interview.on h3:after,
.under #blogDetail .post .tgl-interview.on h3:after {
  top: calc(50% - 1em);
  right: 0.95em;
  transform: rotate(135deg);
}
.under.page .main .tgl-interview.on h3:hover:after,
.under #blogDetail .post .tgl-interview.on h3:hover:after {
  top: calc(50% - 0.7em);
  right: 0.91em;
  transform: rotate(315deg);
}
.under.page .main h4,
.under #blogDetail .post h4 {
  padding: 0 2.68% 0.5em;
  border-bottom: 4px solid #296caa;
  font-size: clamp(1.9rem, 1.98vw, 3.8rem);
  color: #296caa;
}
.under.page .main .stepBox h4,
.under #blogDetail .post .stepBox h4 {
  padding: 0.5em 0.5em 0.7em;
  background: #88f5fe;
  border-bottom: none;
}
.under.page .main h5,
.under #blogDetail .post h5 {
  padding: 0 2.68%;
  font-size: clamp(1.9rem, 1.98vw, 3.8rem);
}
.under.page .main h6,
.under #blogDetail .post h6 {
  padding: 0 2.68%;
  font-size: clamp(1.8rem, 1.875vw, 3.6rem);
}
.under.page .main .catch1,
.under #blogDetail .post .catch1 {
  padding: 0 2.68%;
  font-size: clamp(1.6rem, 1.67vw, 3.2rem);
  color: #6cc9c9;
}
.under.page .main .catch2,
.under #blogDetail .post .catch2 {
  padding: 0 2.68%;
  font-size: clamp(1.6rem, 1.67vw, 3.2rem);
}
.under p a, .under strong a {
  color: #296caa;
  text-decoration: underline;
}
.under p a:hover, .under strong a:hover {
  text-decoration: none;
}
.under .main strong {
  font-weight: 700;
  color: #6cc9c9;
}
.under .pd-p p {
  padding: 0 2.68%;
}
.under .layout_shift .elementor-widget-wrap {
  width: 112%;
}
.under .fw700 {
  font-weight: 700;
}
.under .bgbox01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  background-color: #aaa;
  overflow: hidden;
}
.under .bgbox01:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
  background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
}
.under .bgbox01:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
  background: -o-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
}
.under .bgbox01 .pic {
  position: relative;
  text-align: right;
}
.under .bgbox01 .pic:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}
.under .bgbox01 .pic img {
  width: 50%;
  margin-left: auto;
}
.under .p-mb p:not(:last-child) {
  margin-bottom: 1em;
}
.under .img_w100 img {
  width: 100%;
}
@media (min-width: 481px) {
  .under .img_pc_w100 img {
    width: 100%;
  }
}
.under p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 1.6;
}
.under .ballon-box1 .elementor-image-box-description,
.under .ballon-box1-left .elementor-image-box-description {
  position: relative;
  padding: 1em;
}
.under .ballon-box1 .elementor-image-box-description:after,
.under .ballon-box1-left .elementor-image-box-description:after {
  content: "";
  position: absolute;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
}
.under .ballon-box1 .elementor-image-box-description strong,
.under .ballon-box1-left .elementor-image-box-description strong {
  display: block;
  font-weight: 700;
  color: #6cc9c9;
}
@media (max-width: 480px) {
  .under .ballon-box1 .elementor-image-box-wrapper,
  .under .ballon-box1-left .elementor-image-box-wrapper {
    display: flex;
  }
  .under .ballon-box1 .elementor-image-box-img,
  .under .ballon-box1-left .elementor-image-box-img {
    min-width: 100px;
  }
}
.under .ballon-box1 .elementor-image-box-description {
  background: #eee;
}
.under .ballon-box1 .elementor-image-box-description:after {
  top: calc(50% - 1em);
  right: -1em;
  border-left: 1em solid #eee;
}
@media (max-width: 480px) {
  .under .ballon-box1 .elementor-image-box-description:after {
    top: 1em;
  }
}
@media (max-width: 480px) {
  .under .ballon-box1 .elementor-image-box-wrapper {
    flex-direction: row-reverse;
  }
}
.under .ballon-box1-left .elementor-image-box-description {
  background: #dff4eb;
}
.under .ballon-box1-left .elementor-image-box-description:after {
  top: 2em;
  left: -1em;
  border-right: 1em solid #dff4eb;
}
@media (max-width: 480px) {
  .under .ballon-box1-left .elementor-image-box-description:after {
    top: 1em;
  }
}
@media (max-width: 480px) {
  .under .ballon-box1-left .elementor-image-box-content {
    padding-left: 1.2em;
  }
}
.under .ofiImg.tc {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 60%;
  height: 100%;
  z-index: -1;
  background-color: #aaa;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .under .ofiImg.tc {
    width: 100%;
  }
}
.under .ofiImg.tc:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 40%;
  height: 100%;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
  background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
}
@media (max-width: 767px) {
  .under .ofiImg.tc:before {
    display: none;
  }
}
.under .ofiImg.tc .pic {
  position: relative;
  text-align: right;
  height: 100%;
}
.under .ofiImg.tc .pic img {
  height: 100%;
}
@media (max-width: 767px) {
  .under .ofiImg.tc .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: initial;
  }
}
.under .ofiImg.tc .pic:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 101%;
}
.under .bg-edit1 .elementor-widget-html {
  position: initial;
}
.under .iframeWrap {
  position: relative;
  padding-top: 56.25%;
}
.under .iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .under .elementor-image-box-img {
    text-align: center;
  }
  .under .elementor-image-box-img img {
    margin-bottom: 10px;
  }
}

/* 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: 767px) {
  .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 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 */