@charset "UTF-8";
/*
Theme Name: 陽光台ファミリー歯科クリニック
Theme URI: https://yokodai-family-dc.com/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/* =====================================
  FOUNDATIONS
===================================== */
.img_r .elementor-image-box-wrapper {
  display: block !important;
}
.img_r .elementor-image-box-wrapper img {
  vertical-align: bottom;
}
.img_r .elementor-image-box-wrapper .elementor-image-box-img {
  float: right;
}
@media (min-width: 768px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
}
@media (max-width: 767px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 30px !important;
    display: block;
    float: none;
    width: 90% !important;
    text-align: center;
  }
}

.img_l .elementor-image-box-wrapper {
  display: block !important;
}
.img_l .elementor-image-box-wrapper img {
  vertical-align: bottom;
}
.img_l .elementor-image-box-wrapper .elementor-image-box-img {
  float: left;
}
@media (min-width: 768px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin-right: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 30px !important;
    display: block;
    float: none;
    width: 90% !important;
    text-align: center;
  }
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.6;
}
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 {
  max-width: 100%;
  vertical-align: bottom;
}

strong {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/* =====================================
  ブレイクポイント切替
===================================== */
.tb,
.sp,
.mb,
.tb-only,
.sp-only {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tb-only {
    display: initial;
  }
}
@media (max-width: 1024px) {
  .tb {
    display: initial;
  }
  .pc-tb {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp {
    display: initial;
  }
  .pc,
  .pc-sp {
    display: none;
  }
  .sp-only {
    display: initial;
  }
}
@media (max-width: 480px) {
  .mb {
    display: initial;
  }
  .pc-mb {
    display: none;
  }
  .sp-only {
    display: none;
  }
}
/* elementor fix */
.elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 30px;
}
@media (max-width: 480px) {
  .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 20px;
  }
}

.under .elementor > .e-con-boxed + .e-con-boxed {
  margin-top: min(8%, 100px);
}
@media (max-width: 767px) {
  .under .elementor > .e-con-boxed + .e-con-boxed {
    margin-top: 80px;
  }
}
.under p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 1.6;
}

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

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

/*--------------------------------------
	Header
--------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition-duration: 0.7s;
}
.l-header a {
  text-decoration: none;
  color: #fff;
}
body.fixed .l-header {
  background: #0C3960;
}
.l-header__wrap {
  padding: 18px 40px;
}
@media (max-width: 1024px) {
  .l-header__wrap {
    padding: 18px 20px;
  }
}
.l-header__inline {
  display: flex;
}
.l-header__logo {
  position: relative;
  width: 215px;
  height: 53px;
}
@media (max-width: 1024px) {
  .l-header__logo {
    width: 180px;
  }
}
.l-header__logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(/wp-content/uploads/logo.svg) no-repeat center center/100%;
}
.l-header__logo h1, .l-header__logo span {
  display: none;
}
.l-header__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  max-width: 816px;
}
.l-header__supervise {
  width: 29.3vw;
}
@media (max-width: 767px) {
  .l-header__supervise {
    display: none;
  }
}
.l-header__infoBox {
  margin-left: min(3.29vw, 45px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 27.6vw;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1200px) {
  .l-header__infoBox {
    margin-left: clamp(15px, 1.46vw, 20px);
    width: 28vw;
  }
}
@media (max-width: 1024px) {
  .l-header__infoBox {
    width: auto;
  }
}
@media (max-width: 767px) {
  .l-header__infoBox {
    display: none;
  }
}
.l-header__infoBox .sns .insta {
  margin-left: min(1.46vw, 20px);
  display: block;
  width: min(1.46vw, 20px);
  height: min(1.46vw, 20px);
  background: url("/wp-content/uploads/ico_insta.svg") no-repeat center/100%;
}
.l-header__infoBox .sns .youtube {
  margin-left: min(1.46vw, 20px);
  display: block;
  width: min(2.05vw, 18px);
  height: min(1.46vw, 20px);
  background: url("/wp-content/uploads/ico_youtube.svg") no-repeat center/100%;
}
.l-header__info {
  display: flex;
  font-size: min(1.024vw, 14px);
}
.l-header__infoTel {
  font-size: clamp(20px, 19vw, 26px);
}
.l-header__infoTel span {
  margin-right: 0.5em;
  font-size: min(1.46vw, 20px);
}
.l-header__spInfoBox {
  margin: 0 auto;
  display: none;
  max-width: 330px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-header__spInfoBox {
    display: block;
  }
}
.l-header__spInfo {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header__spInfo .tel {
  margin-right: auto;
  font-family: "EB Garamond";
  font-size: 2.6rem;
}
@media (max-width: 360px) {
  .l-header__spInfo .tel {
    font-size: 2.2rem;
  }
}
.l-header__spInfo .tel span {
  margin-right: 10px;
  font-size: 2rem;
}
@media (max-width: 360px) {
  .l-header__spInfo .tel span {
    font-size: 1.6rem;
  }
}
.l-header__spInfo .sns .insta {
  display: block;
  width: 27px;
  height: 27px;
  background: url("/wp-content/uploads/ico_insta.svg") no-repeat center/100%;
}
.l-header__spInfo .sns .youtube {
  margin-left: 30px;
  display: block;
  width: 38px;
  height: 27px;
  background: url("/wp-content/uploads/ico_youtube.svg") no-repeat center/100%;
}
@media (max-width: 360px) {
  .l-header__spInfo .sns .youtube {
    margin-left: 20px;
  }
}
.l-header__spAddress {
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 360px) {
  .l-header__spAddress {
    font-size: 1.3rem;
  }
}

.fixedBg {
  background: rgba(39, 124, 162, 0.7);
}

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

/*--------------------------------------
  Content bottom
--------------------------------------*/
/*--------------------------------------
  Footer
--------------------------------------*/
.l-footer {
  position: relative;
  background: #0C3960;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-footer {
    padding-bottom: calc(13.33vw + 20px);
  }
}
.under .l-footer {
  margin-top: 100px;
}
.l-footer__wrap {
  margin: 0 auto;
  padding: 60px 30px 64px;
  display: flex;
  max-width: 1160px;
}
@media (max-width: 767px) {
  .l-footer__wrap {
    padding: 60px 22px 40px;
    flex-wrap: wrap;
  }
}
.l-footer__info {
  margin-right: 4.55%;
  width: 50%;
}
@media (max-width: 767px) {
  .l-footer__info {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
.l-footer__info table {
  width: 100%;
}
.l-footer__info table th, .l-footer__info table td {
  text-align: center;
}
.l-footer__info table thead tr {
  border-bottom: 1px solid #fff;
}
.l-footer__info table thead th {
  padding-bottom: 1.4em;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .l-footer__info table thead th {
    padding-bottom: 1em;
  }
}
@media (max-width: 480px) {
  .l-footer__info table thead th {
    padding-bottom: 0.6em;
  }
}
.l-footer__info table thead th:first-child {
  min-width: 8em;
}
.l-footer__info table tbody th, .l-footer__info table tbody td {
  padding: 10px 16px;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .l-footer__info table tbody th, .l-footer__info table tbody td {
    padding: 6px 10px;
  }
}
@media (max-width: 480px) {
  .l-footer__info table tbody th, .l-footer__info table tbody td {
    padding: 6px 4px;
  }
}
.l-footer__map {
  position: relative;
  width: 45.45%;
}
@media (max-width: 1200px) {
  .l-footer__map {
    width: calc(45.45% - 20px);
  }
}
@media (max-width: 767px) {
  .l-footer__map {
    width: 100%;
  }
}
.l-footer__map iframe {
  margin-bottom: 10px;
  width: 100%;
  height: 380px;
  border: none;
}
.l-footer__map p {
  letter-spacing: 0.08em;
}
.l-footer .logo {
  margin-bottom: 20px;
}
.l-footer .address-sns {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.l-footer .address-sns .insta {
  margin-left: min(1.46vw, 20px);
  display: block;
  width: min(1.46vw, 20px);
  height: min(1.46vw, 20px);
  background: url("/wp-content/uploads/ico_insta.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .l-footer .address-sns .insta {
    margin-left: 32px;
    width: 27px;
    height: 27px;
  }
}
.l-footer .address-sns .youtube {
  margin-left: min(1.46vw, 20px);
  display: block;
  width: min(2.05vw, 18px);
  height: min(1.46vw, 20px);
  background: url("/wp-content/uploads/ico_youtube.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .l-footer .address-sns .youtube {
    margin-left: 25px;
    width: 38px;
    height: 27px;
  }
}
.l-footer .cnv {
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 480px) {
  .l-footer .cnv {
    flex-direction: column;
    gap: 20px;
  }
}
.l-footer .cnv .infoTel {
  margin-right: 30px;
  font-size: 2.6rem;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .l-footer .cnv .infoTel {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .l-footer .cnv .infoTel {
    margin-right: 0;
  }
}
.l-footer .cnv .infoTel span {
  margin-right: 0.5em;
  font-size: 2rem;
}
.l-footer .cnv .infoReserve {
  position: relative;
  padding: 8px 68px 8px 20px;
  display: inline-block;
  background: #ededed;
  border-radius: 5px;
  color: #0C3960;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .l-footer .cnv .infoReserve {
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  .l-footer .cnv .infoReserve {
    padding-right: 68px;
  }
}
.l-footer .cnv .infoReserve:after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  width: 30px;
  height: 30px;
  transition-duration: 0.4s;
  background: url("/wp-content/uploads/ico_btn-arrow01.svg") no-repeat;
}
.l-footer .cnv .infoReserve:hover {
  opacity: 0.7;
}
.l-footer .subTxt {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
@media (max-width: 480px) {
  .l-footer .subTxt {
    margin-bottom: 35px;
    font-size: 1.2rem;
  }
}
.l-footer .subTxt sub {
  display: block;
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .l-footer .subTxt sub {
    position: absolute;
    font-size: 1rem;
  }
}
.l-footer .reserveTxt {
  padding: 17px 20px;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #fff;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media (max-width: 480px) {
  .l-footer .reserveTxt {
    padding: 20px 25px;
    flex-direction: column;
  }
}
.l-footer .reserveTxt dt {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
  min-width: 66px;
}
@media (max-width: 480px) {
  .l-footer .reserveTxt dt {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
  }
}
.l-footer .reserveTxt dd {
  border-left: 20px;
}
.l-footer__copyright {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (min-width: 768px) {
  .l-footer__copyright {
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translate(50%, -50%) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .l-footer__copyright {
    position: relative;
    text-align: center;
  }
}
.l-footer .footer_link {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.l-footer .footer_link:hover {
  text-decoration: none;
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
  Global navigation
--------------------------------------*/
.c-gnav {
  width: 100%;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 89px !important;
    left: 0;
    z-index: 100;
    padding: 15px 22px 20px;
    display: none;
    width: 100%;
    height: calc(100% - 89px);
    background: #0C3960;
    overflow-y: scroll;
  }
}
.c-gnav .menu {
  margin: clamp(15px, 1.46vw, 20px) auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .c-gnav .menu {
    margin: 0 0 20px;
    flex-wrap: wrap;
  }
}
.c-gnav .menu > li {
  position: relative;
  font-size: 1.4rem;
}
@media (max-width: 980px) {
  .c-gnav .menu > li {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .c-gnav .menu > li {
    width: 100%;
    font-size: 1.4rem;
  }
}
.c-gnav .menu > li > a {
  display: block;
  padding: 12px 0 0;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    padding: 20px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.c-gnav .menu > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a:before {
    top: 33px;
    left: 0;
    width: 0;
    height: 1px;
  }
}
.c-gnav .menu > li > a:hover:before {
  animation: gnavHover 0.4s forwards;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a:hover:before {
    animation: gnavHoverSp 0.4s forwards;
  }
}
@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: #F5F5F8;
}
.c-gnav .menu .menu-item-has-children > a {
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-has-children > a:after {
    content: "＋";
    margin-left: 1.38em;
    font-size: 1.1em;
    transition-duration: 0.7s;
  }
}
.c-gnav .menu .menu-item-has-children.hover > a:after {
  content: "−";
}
.c-gnav .menu .menu-item-has-children.hover .parent + .sub-menu {
  opacity: 1;
  height: auto;
}
.c-gnav .sub-menu {
  position: absolute;
  left: -50%;
  padding: 10px 0;
  width: 200%;
  background: rgba(12, 57, 96, 0.8);
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    left: -23px;
    padding: 0;
    width: calc(100% + 46px);
    transition-duration: 1.5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
    background: rgba(39, 124, 162, 0.7);
    pointer-events: auto;
  }
}
.c-gnav .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
.c-gnav .sub-menu li a {
  display: block;
  padding: 10px;
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 768px) {
  .c-gnav .sub-menu li a {
    font-size: 1.3rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .c-gnav .sub-menu li a {
    padding: 20px 63px;
  }
}
.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;
  }
}

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

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

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F5F5F8;
}
@media (max-width: 480px) {
  .menu-trigger span {
    height: 1px;
  }
}

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

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

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

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

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

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

@keyframes gnavHover {
  0% {
    height: 0;
  }
  100% {
    height: max(0.8vw, 10px);
  }
}
@keyframes gnavHoverSp {
  0% {
    width: 0;
  }
  100% {
    width: max(0.8vw, 10px);
  }
}
/* -------------------------------------
	Bread
------------------------------------- */
.bread {
  max-width: 1060px;
  margin: 14px auto 30px;
  padding: 0 30px;
  width: 100%;
  text-align: left;
  line-height: 1.3;
}

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

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

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

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

/*--------------------------------------
  Pagetop
--------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .pagetop {
    display: none;
    bottom: 15vw;
  }
}
.pagetop a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #277CA2;
}
.pagetop a:after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  background: url("/wp-content/themes/yokodai-family-dc/img/ico-arrow01.svg") no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop span {
  display: none;
}
.pagetop.scrollOn {
  opacity: 0;
}

/*--------------------------------------
  Buttons
--------------------------------------*/
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button {
  position: relative;
  transition-duration: 0.4s;
  line-height: 1.5;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #277CA2;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:after {
  content: "";
  position: absolute;
  top: calc(50% - 18px);
  right: 0;
  width: 30px;
  height: 30px;
  transition-duration: 0.4s;
  background: url("/wp-content/uploads/ico_btn-arrow01.svg") no-repeat;
}
.elementor-element[data-widget_type="button.default"].btn-icon-none .elementor-button-wrapper .elementor-button:before,
.elementor-element[data-widget_type="button.default"].btn-icon-none .elementor-button-wrapper .elementor-button:after {
  display: none;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button[href^="tel:"] {
  cursor: pointer;
  pointer-events: auto;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover {
  color: #277CA2;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover:before {
  animation: btn-hover-underline 1s forwards;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:hover:after {
  background: url("/wp-content/uploads/ico_btn-arrow03.svg") no-repeat;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
  background: none;
  color: #fff;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:before {
  background: #fff;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:after {
  background: url("/wp-content/uploads/ico_btn-arrow02.svg") no-repeat;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover {
  color: #fff;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover:before {
  background: #fff;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover:after {
  background: url("/wp-content/uploads/ico_btn-arrow02.svg") no-repeat;
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button {
  background: #F5F5F8;
  border: 1px solid #F5F5F8;
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button:hover {
  color: #F5F5F8;
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button:hover:after {
  background: url("/wp-content/uploads/icon_arrow01-3.svg") no-repeat;
}
.elementor-element.elementor-button-danger .elementor-button-wrapper .elementor-button {
  padding: 0 40px 6px 0;
  background: none;
  border: none;
  color: #000;
}
.elementor-element.elementor-button-danger .elementor-button-wrapper .elementor-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0C3960;
  border-radius: 50px;
}
.elementor-element.elementor-button-danger .elementor-button-wrapper .elementor-button:after {
  right: 0;
  background: url("/wp-content/uploads/icon_arrow02.svg") no-repeat;
}
.elementor-element.elementor-button-danger .elementor-button-wrapper .elementor-button.elementor-size-sm {
  width: auto;
}
.elementor-element.elementor-button-danger.orange .elementor-button-wrapper .elementor-button:before {
  background: #277CA2;
}
.elementor-element.elementor-button-danger:hover .elementor-button-wrapper .elementor-button {
  background: none;
  color: #0C3960;
}
.elementor-element.elementor-button-danger:hover .elementor-button-wrapper .elementor-button:before {
  animation: button-danger-hover 1s infinite;
}
.elementor-element.elementor-button-danger:hover.orange .elementor-button-wrapper .elementor-button {
  color: #277CA2;
}
.elementor-element.elementor-button-danger:hover.orange .elementor-button-wrapper .elementor-button:after {
  background: url("/wp-content/uploads/icon_arrow01-2.svg") no-repeat;
}

@keyframes button-danger-hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes btn-hover-underline {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 50px);
  }
}
/*--------------------------------------
  Tables
--------------------------------------*/
.table01 th, .table01 td {
  border: 1px solid #0C3960;
  padding: 0.4em 0.6em;
}
@media (max-width: 767px) {
  .table01 th, .table01 td {
    width: 50%;
  }
}
.table01 th {
  background: #0C3960;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}
.table01 th:not(:last-child) {
  border-right: 1px solid #F5F5F8;
}

/*--------------------------------------
  Lists
--------------------------------------*/
.elementor-icon-list-item dt {
  font-weight: bold;
  color: #0C3960;
}

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

.list02 li .elementor-icon-list-text {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.list02 li .elementor-icon-list-text:before {
  content: "・";
}

.list03 {
  position: relative;
}
.list03 li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.list03 li:before {
  content: "・";
}

.list-check {
  position: relative;
  display: block;
  padding-left: 1.8em;
}
.list-check:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
}
.list-check:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 1em;
  height: 0.5em;
  border-left: 1px solid #0C3960;
  border-bottom: 1px solid #0C3960;
  transform: rotate(-45deg);
}

.list-half .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
}
.list-half .elementor-icon-list-items .elementor-icon-list-item {
  margin-bottom: 1em;
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .list-half .elementor-icon-list-items .elementor-icon-list-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .list-half .elementor-icon-list-items .elementor-icon-list-item:nth-child(even) {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .list-half .elementor-icon-list-items .elementor-icon-list-item:last-child, .list-half .elementor-icon-list-items .elementor-icon-list-item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .list-half .elementor-icon-list-items .elementor-icon-list-item:last-child {
    margin-bottom: 0;
  }
}

/*--------------------------------------
  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 #0C3960;
  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, #0C3960 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 #277CA2;
}
@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 #277CA2;
  }
}
.stepBox sup {
  margin-right: 0.5em;
  padding: 0.1em 0.5em 0.2em;
  background: #277CA2;
  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 #0C3960;
}
@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 #0C3960;
  }
}
.stepBox.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #0C3960;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}
.stepBox.v2 .elementor-widget-container p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
  Q&A
--------------------------------------*/
.block-qa {
  padding-bottom: 50px;
  border-bottom: 3px dotted #ddd;
}
.block-qa.bb-none {
  padding-bottom: 0;
  border-bottom: none;
}
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  padding-left: 110px;
}
@media (max-width: 767px) {
  .block-qa .elementor-image-box-title,
  .block-qa .elementor-image-box-description {
    padding-left: 60px;
  }
}
.block-qa .elementor-image-box-title:before,
.block-qa .elementor-image-box-description:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #277CA2;
  font-family: "NicoMoji";
  font-size: 4.2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .block-qa .elementor-image-box-title:before,
  .block-qa .elementor-image-box-description:before {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1.2em;
  padding-top: 22px;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .block-qa .elementor-image-box-title {
    padding-top: 0;
  }
}
.block-qa .elementor-image-box-description {
  padding-top: 28px;
}
@media (max-width: 767px) {
  .block-qa .elementor-image-box-description {
    padding-top: 4px;
  }
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  background: #0C3960;
}

.block-qa-padding {
  padding-left: 110px;
}
@media (max-width: 767px) {
  .block-qa-padding {
    padding-left: 60px;
  }
}

.block-qa-bb {
  padding-bottom: 50px;
  border-bottom: 3px dotted #ddd;
}

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

/*--------------------------------------
  Newsbox
--------------------------------------*/
.newsWrap {
  margin-top: 6%;
}
.newsWrap ul {
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 1160px;
}
@media (max-width: 767px) {
  .newsWrap ul {
    flex-wrap: wrap;
    gap: 50px;
    max-width: 480px;
  }
}
.newsWrap ul li {
  width: 33.33%;
}
@media (max-width: 767px) {
  .newsWrap ul li {
    width: 100%;
  }
}
.newsWrap ul li .new-time {
  padding: 0.2em;
  display: flex;
  justify-content: space-between;
}
.newsWrap ul li .new-time time {
  margin-left: auto;
}
.newsWrap dl {
  margin-bottom: 30px;
}
.newsWrap dt {
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #0C3960;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Noto Serif JP", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.newsWrap dt b {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.newsWrap .newsLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 4.5em;
  height: min(2vw, 40px);
  background: #0C3960;
  font-size: min(1vw, 2rem);
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .newsWrap .newsLabel {
    height: 30px;
    font-size: 1.4rem;
  }
}
.newsWrap dd {
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.newsWrap .link-detail {
  display: flex;
  justify-content: center;
}
.newsWrap a {
  position: relative;
  padding: 0.4em 50px calc(0.4em + 5px) 0;
  font-weight: 500;
  line-height: 1.5;
  color: #0C3960;
  transition-duration: 0.4s;
}
.newsWrap a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #277CA2;
}
.newsWrap a:after {
  content: "";
  position: absolute;
  top: calc(50% - 18px);
  right: 0;
  width: 30px;
  height: 30px;
  transition-duration: 0.4s;
  background: url("/wp-content/uploads/ico_btn-arrow01.svg") no-repeat;
}
.newsWrap a:hover {
  color: #277CA2;
}
.newsWrap a:hover:before {
  animation: btn-hover-underline 1s forwards;
}
.newsWrap a:hover:after {
  background: url("/wp-content/uploads/ico_btn-arrow03.svg") no-repeat;
}
.newxbox_thumb {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@keyframes btn-hover-underline {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 50px);
  }
}
/*--------------------------------------
  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 {
  position: fixed;
  z-index: 99;
  transition-duration: 0.7s;
  ul {
    display: flex;
    li {
      a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "EB Garamond";
        font-size: 5.33vw;      
        line-height: 1.5;
        text-decoration: none;
        &.btnLine {
          display: flex;
          align-items: center;
          gap: 10px;
          background: #ededed;
          font-family: "Noto Serif JP", Sans-serif;
          font-size: 18px;
          font-weight: 500;
          letter-spacing: .2em;
          color: #0C3960;
          transition-duration: .4s;
          &:before {
            content: "";
            width: 28px;
            height: 28px;
            background: url('/wp-content/uploads/ico_line2.png') no-repeat center/100%;
          }
        }
        &.btnTel {
          display: none;
          background: #ededed;
          color: #0C3960; 
          span {
            position: relative;
            top: 0.15em;
            margin-right: 0.42em;
            font-size: 3.73vw;
          }
        }
        &:hover {
          opacity: 0.7;
        }
      }
    }
  }
}
@media (min-width: 768px) {
	.sp-cv {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    ul {
      li {
        a {
          &.btnLine {
            padding: 30px 16px;
            border-top: 2px double #0C3960;
            border-left: 2px double #0C3960;
            border-bottom: 2px double #0C3960;
            text-orientation: upright;
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
          }
        }
      }
    }
	}
}
@media (max-width: 767px) {
  .sp-cv {
		bottom: 0;
		left: 0;
    width: 100%;
    ul {
      li {
        width: 100%;
        height: 13.33vw;
        a {
          width: 100%;
          height: 100%;
          border-top: 1px solid #0C3960;
          &.btnLine {
            border-right: 1px solid #0C3960;
            gap: 2.4vw;
            font-size: 4.3vw;
            &:before {
              position: relative;
              top: .5vw;
              width: 5.2vw;
              height: 5vw;
            }
          }
          &.btnTel {
            display: flex;
          }
        }
      }
    }
	}
}

/*--------------------------------------
  Top
--------------------------------------*/
/* general */
.h2v1 {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .h2v1 {
    padding-bottom: 8vw;
  }
}
.h2v1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #fff;
}
.h2v1.c1:after {
  background: #0C3960;
}
.h2v1.c2:after {
  background: #277CA2;
}

/* top02 */
@media (max-width: 767px) {
  .top02 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-bottom: 1em;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top02 .top02-icons .elementor-widget-container,
  .top02 .top02-button .elementor-widget-container {
    background: #ededed;
  }
}

/*--------------------------------------
  Under
--------------------------------------*/
/* general */
.under .elementor-heading-title {
  line-height: 1.5;
}
.under p a,
.under .elementor-widget-text-editor a,
.under .elementor-icon-list-text a {
  color: #277CA2;
}
.under p a:hover,
.under .elementor-widget-text-editor a:hover,
.under .elementor-icon-list-text a:hover {
  text-decoration: underline;
}
.under .p-tal .elementor-image-box-description {
  text-align: left;
}
.under .point {
  color: #0C3960;
}

/* 下層H1見出し */
.p-under__hBg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 340px;
  padding: 0 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-under__hBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 16, 65, 0.5);
}
.p-under__hBg .bgH1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.p-under__hBg h1 {
  margin-top: 3.5em;
  position: relative;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Noto Serif JP", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-under__hBg h1 {
    font-size: 2.6rem;
  }
}

.under.page .main .elementor-widget-heading + .elementor-widget-heading h3, .under.page .main .elementor-widget-heading + .elementor-widget-heading h4, .under.page .main .elementor-widget-heading + .elementor-widget-heading h5,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h3,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h4,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h5 {
  margin-top: 0;
}
.under.page .main .h-top-0 h3, .under.page .main .h-top-0 h4, .under.page .main .h-top-0 h5,
.under #blogDetail #posts .h-top-0 h3,
.under #blogDetail #posts .h-top-0 h4,
.under #blogDetail #posts .h-top-0 h5 {
  margin-top: 0 !important;
}
.under.page .main .elementor-widget-container > h2,
.under #blogDetail #posts .elementor-widget-container > h2,
.single-cases #posts h2 {
  margin-bottom: 1.4em;
  position: relative;
  display: inline-block;
  padding: 0 1rem 0.8em 1.1rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Noto Serif JP", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
}
body.under.single-cases #blogDetail #posts .post .post-header h2 {
  display: inline-block;
  width: auto;
}
.under.page .main .elementor-widget-container > h2:after,
.under #blogDetail #posts .elementor-widget-container > h2:after,
.single-cases #posts h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #0C3960, #0C3960 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #0C3960, #0C3960 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.under.page .main .post .post-header h2,
.under #blogDetail #posts .post .post-header h2 {
  width: 100%;
}
.under.page .main .post .elementor-widget-heading,
.under #blogDetail #posts .post .elementor-widget-heading {
  text-align: center;
}
.under.page .main h3,
.under.page .main .h3v1 h3,
.under #blogDetail #posts h3,
.under #blogDetail #posts .h3v1 h3 {
  margin: 5% 0 1em;
  padding: 0.5em 1em;
  background: #0C3960;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Noto Serif JP", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (max-width: 767px) {
  .under.page .main h3,
  .under.page .main .h3v1 h3,
  .under #blogDetail #posts h3,
  .under #blogDetail #posts .h3v1 h3 {
    margin: 50px 0 1em;
  }
}
.under.page .main h4,
.under.page .main .h4v1 h4,
.under #blogDetail #posts h4,
.under #blogDetail #posts .h4v1 h4 {
  margin: 4% 0 1em;
  position: relative;
  display: inline-block;
  padding: 0 0 0.2em 2em;
  border-bottom: 2px solid #277CA2;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Noto Serif JP", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .under.page .main h4,
  .under.page .main .h4v1 h4,
  .under #blogDetail #posts h4,
  .under #blogDetail #posts .h4v1 h4 {
    margin: 40px 0 1em;
  }
}
.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: 0.1em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background: #0C3960;
  opacity: 0.7;
}
.under.page .main h4:after,
.under.page .main .h4v1 h4:after,
.under #blogDetail #posts h4:after,
.under #blogDetail #posts .h4v1 h4:after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  background: #277CA2;
  opacity: 0.7;
}
.under.page .main .post h4.elementor-image-box-title,
.under #blogDetail #posts .post h4.elementor-image-box-title {
  width: 100%;
}
.under.page .main h5,
.under #blogDetail #posts h5 {
  margin: 3% 0 0.6em;
  position: relative;
  padding: 0 0 0 0.4em;
  border-left: 4px solid #0C3960;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Noto Serif JP", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #0C3960;
}
@media (max-width: 767px) {
  .under.page .main h5,
  .under #blogDetail #posts h5 {
    margin: 30px 0 1em;
  }
}
.under.page .main strong,
.under.page .main b,
.under #blogDetail #posts strong,
.under #blogDetail #posts b {
  font-weight: 700;
  color: #0C3960;
}
.under.page .main .marker_red,
.under #blogDetail #posts .marker_red {
  text-decoration: 5px #F5F5F8 underline;
  text-underline-offset: -2px;
}

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

/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clears */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.cl {
  clear: both !important;
}

.u-text--hide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

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

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

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

/* elementor fix */
.elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 30px;
}
@media (max-width: 480px) {
  .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 20px;
  }
}

.under .elementor > .e-con-boxed + .e-con-boxed {
  margin-top: min(8%, 100px);
}
@media (max-width: 767px) {
  .under .elementor > .e-con-boxed + .e-con-boxed {
    margin-top: 80px;
  }
}
.under p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 1.6;
}

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

/*20260803 add*/
.moreBtn a {
	position: relative;
    padding: 0.4em 50px calc(0.4em + 5px) 0!important;
	font-size: 16px!important;
    font-weight: 500!important;
    line-height: 1.5;
    color: #0C3960!important;
    transition-duration: 0.4s;
	background-color: transparent!important;
}
.moreBtn a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #277CA2;
}
.moreBtn a:after {
    content: "";
    position: absolute;
    top: calc(50% - 18px);
    right: 0;
    width: 30px;
    height: 30px;
    transition-duration: 0.4s;
    background: url(/wp-content/uploads/ico_btn-arrow01.svg) no-repeat;
}

.block-qa .a-pl { padding-left: 110px; }
.block-qa .col2 { margin:  20px 0 0;display: flex; flex-direction: column;align-items: center;justify-content: center; gap: 20px; }
@media (max-width: 600px) { .block-qa .a-pl { padding-left: 60px; } }

.block-qa .elementor-image-box-description, .a-pl {font-size: 2.2rem}

.superviser-slider {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}