@charset "UTF-8";
/*
Theme Name: 西菅田歯科医院
Theme URI: https://www.nishisugeta-shika.com/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* =====================================
  FOUNDATIONS
===================================== */
.img_r .elementor-image-box-wrapper {
  display: block !important;
}
.img_r .elementor-image-box-wrapper img {
  vertical-align: bottom;
}
.img_r .elementor-image-box-wrapper .elementor-image-box-img {
  float: right;
}
@media (min-width: 768px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 20px !important;
    margin-left: 40px !important;
  }
}
.img_r .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 767px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 20px !important;
    display: block;
    float: none;
    width: 100% !important;
    text-align: center;
  }
}

.img_l .elementor-image-box-wrapper {
  display: block !important;
}
.img_l .elementor-image-box-wrapper img {
  vertical-align: bottom;
}
.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: 40px !important;
    margin-bottom: 20px !important;
  }
}
.img_l .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 767px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 20px !important;
    display: block;
    float: none;
    width: 100% !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;
  letter-spacing: 0.05em;
  line-height: 2;
}
body.fixed {
  overflow: hidden;
}

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

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

/*
body:not(.home) {
	.elementor-column.elementor-col-25, .elementor-column[data-col="25"],
	.elementor-column.elementor-col-33, .elementor-column[data-col="33"],
	.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
		@media (max-width: $point-sp) {
			width: 100%;
		}
	}
}
*/
/* =====================================
  LAYOUTS
===================================== */
/*--------------------------------------
	Container
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1280px;
  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: 100;
  width: 100%;
  transition-duration: 0.7s;
  background: rgba(255, 255, 255, 0.9);
  padding: min(0.6944444444vw, 10px) min(5.5555555556vw, 80px) min(1.0416666667vw, 15px);
}
@media (max-width: 767px) {
  .l-header {
    padding: 10px 15px;
  }
}
.l-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo a {
  position: relative;
  display: block;
  width: min(17.9861111111vw, 259px);
  height: min(4.8611111111vw, 70px);
  background: url("/wp-content/uploads/logo.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .l-header__logo a {
    width: 160px;
    height: 60px;
  }
}
.l-header__logo a span {
  display: block;
}
@media (min-width: 768px) {
  .l-header__right {
    flex: 1;
  }
}
.l-header__tels {
  margin-bottom: min(0.7638888889vw, 11px);
  display: flex;
  gap: min(2.0833333333vw, 30px);
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .l-header__tels {
    display: none;
  }
}
.l-header__tels dl {
  display: flex;
  align-items: center;
  gap: min(0.3472222222vw, 5px);
  line-height: 1.5;
}
.l-header__tels dl dt {
  font-size: min(0.9722222222vw, 14px);
}
.l-header__tels dl dd a {
  display: flex;
  align-items: center;
  gap: min(0.3472222222vw, 5px);
  font-weight: 500;
  color: #A79775;
  text-decoration: none;
}
.l-header__tels dl dd a:before {
  content: "";
  display: inline-block;
  width: min(1.3888888889vw, 20px);
  height: min(1.3888888889vw, 20px);
  background: url("/wp-content/uploads/ico_tel01.svg") no-repeat center/100%;
}
.l-header__reserve {
  padding: min(0.4861111111vw, 7px) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.6944444444vw, 10px);
  width: 100%;
  max-width: min(13.8888888889vw, 200px);
  background: #A79775;
  border-radius: 50px;
  font-size: min(1.25vw, 18px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .l-header__reserve {
    display: none;
  }
}
.l-header__reserve:after {
  content: "";
  width: min(1.8055555556vw, 26px);
  height: min(1.8055555556vw, 26px);
  background: url("/wp-content/uploads/ico_arrow01.svg") no-repeat center/100%;
}
.l-header__navReserve {
  display: flex;
  gap: min(0.6944444444vw, 10px);
}
.l-header__spCnv li:not(:last-child) {
  margin-bottom: 20px;
}
.l-header__spCnv a {
  margin: 0 auto;
  display: flex;
  width: 234px;
  height: 50px;
  background: #A79775;
  border: 2px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
}
.l-header__spCnv a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/wp-content/uploads/ico_tel02.svg") no-repeat center/100%;
}
.l-header__spCnv a.reserve {
  background: #fff;
  border-color: #103D85;
  color: #103D85;
}
.l-header__spCnv a.reserve:before {
  background-image: url("/wp-content/uploads/ico_web-reserve.svg");
}

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

/*--------------------------------------
  MainVisual
--------------------------------------*/
.l-mv h1 {
  padding-bottom: 0.5vw;
  display: inline;
  background: linear-gradient(transparent calc(100% - 1px), #103D85 1px);
}
.l-mv h1 b {
  color: #103D85;
}
.l-mv .sub-catch {
  width: 34vw;
  height: 3.2vw;
  background: linear-gradient(to right, rgba(16, 61, 133, 0.99) 0%, rgb(36, 84, 163) 74.88%, #081f43 100%);
  transform: skewX(170deg);
  font-size: calc(22vw / 1440 * 100);
}
@media (max-width: 767px) {
  .l-mv .sub-catch {
    width: 90.67vw;
    height: 13.6vw;
    font-size: calc(14vw / 375 * 100);
  }
}
.l-mv .sub-catch > .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-mv .sub-catch h2 {
  transform: skewX(-170deg);
  font-weight: 500;
}
.l-mv .sub-catch h2 strong {
  font-size: calc(25vw / 1440 * 100);
  background-image: radial-gradient(circle at center, #fff 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top left; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.1em; /* 縦方向の位置調整 */
}
@media (max-width: 767px) {
  .l-mv .sub-catch h2 strong {
    font-size: calc(20vw / 375 * 100);
  }
}

/*--------------------------------------
	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 {
  padding: 42px 30px;
  background: #103D85;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 1024px) {
  .l-footer {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .l-footer {
    padding: 36px 16px 74px;
  }
}
body.under .l-footer {
  margin-top: 120px;
}
@media (max-width: 767px) {
  body.under .l-footer {
    margin-top: 60px;
  }
}
.l-footer__wrap {
  margin: 0 auto 120px;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer__wrap {
    margin-bottom: 100px;
    flex-direction: column;
    gap: 80px;
  }
}
.l-footer__logo {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.l-footer__address {
  display: flex;
  gap: 1em;
}
@media (max-width: 767px) {
  .l-footer__address {
    font-size: 13px;
  }
}
.l-footer__address .br1 {
  display: none;
}
@media (max-width: 1200px) {
  .l-footer__address .br1 {
    display: block;
  }
}
.l-footer__address .br2 {
  display: none;
}
@media (max-width: 1024px) {
  .l-footer__address .br2 {
    display: block;
  }
}
@media (max-width: 767px) {
  .l-footer__address .br2 {
    display: none;
  }
}
.l-footer__navs {
  display: flex;
  gap: 80px;
}
@media (max-width: 1200px) {
  .l-footer__navs {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .l-footer__navs {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .l-footer__navs {
    flex-direction: column;
  }
}
.l-footer__nav1 .menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .l-footer__nav1 .menu {
    gap: 10px;
  }
}
.l-footer__nav2 h3 {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .l-footer__nav2 h3 {
    margin-bottom: 10px;
  }
}
.l-footer__nav2 .menu {
  max-width: 262px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .l-footer__nav2 .menu {
    gap: 5px 20px;
  }
}
.l-footer__nav2 .menu li {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .l-footer__nav2 .menu li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .l-footer__nav2 .menu li {
    font-size: 13px;
  }
}
.l-footer__nav2 .menu li:first-child, .l-footer__nav2 .menu li:nth-child(4) {
  min-width: 5em;
}
.l-footer__copyright {
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    font-size: 12px;
  }
}
.l-footer a {
  text-decoration: none;
  color: #fff;
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
  Global navigation
--------------------------------------*/
.c-gnav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 80px !important;
    left: 0;
    z-index: 100;
    padding: 40px 40px 88px;
    display: none;
    width: 100%;
    height: calc(100% - 80px);
    background: #E3EAF1;
    overflow-y: scroll;
  }
}
.c-gnav .menu {
  display: flex;
}
@media (max-width: 767px) {
  .c-gnav .menu {
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.c-gnav .menu > li {
  position: relative;
}
@media (min-width: 768px) {
  .c-gnav .menu > li {
    display: flex;
    align-items: center;
  }
  .c-gnav .menu > li:not(:last-child):after {
    content: "";
    width: 1px;
    height: min(1.1111111111vw, 16px);
    background-color: #A79775;
  }
}
@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, #E3EAF1 6px, transparent 6px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
.c-gnav .menu > li > a {
  padding: min(0.4166666667vw, 6px) min(1.8055555556vw, 26px);
  font-size: min(1.0416666667vw, 15px);
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    padding: 0;
    display: block;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #103D85;
  }
}
.c-gnav .menu > li > a:hover {
  background-color: #103D85;
  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: #E3EAF1;
}
.c-gnav .menu .menu-item-description {
  display: block;
  font-size: min(1.15vw, 2.4rem);
  font-weight: 700;
  color: #103D85;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-description {
    font-size: 1.2rem;
  }
}
.c-gnav .menu .menu-item-has-children > a {
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-has-children > a:after {
    content: "＋";
    margin-left: 1.38em;
    font-size: 1.1em;
    transition-duration: 0.7s;
  }
}
.c-gnav .menu .menu-item-has-children.hover > a:after {
  content: "−";
}
.c-gnav .menu .menu-item-has-children.hover .parent + .sub-menu {
  opacity: 1;
  height: auto;
}
.c-gnav .sub-menu {
  position: absolute;
  top: 100%;
  padding: 10px 0;
  width: 200%;
  background: rgba(16, 61, 133, 0.8);
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .c-gnav .sub-menu {
    transform: translateX(-25%);
  }
}
@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    top: 10px;
    padding: 0;
    width: 100%;
    transition-duration: 1.5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
    background: #103D85;
    pointer-events: auto;
  }
}
.c-gnav .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
.c-gnav .sub-menu li a {
  display: block;
  padding: 4px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu li a {
    padding: 6px 10px;
  }
}
.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;
    flex-direction: column;
  }
  .toggleMenu:after {
    content: "MENU";
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #103D85;
  }
  .toggleMenu.active:after {
    content: "CLOSE";
  }
}

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

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

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #103D85;
  border-radius: 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(-30deg);
  transform: translateY(10px) rotate(-30deg);
  top: 8px;
  left: 2px;
}

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

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

/* -------------------------------------
	Bread
------------------------------------- */
.bread {
  max-width: 1280px;
  margin: 40px auto 30px;
  padding: 0 30px;
  width: 100%;
  text-align: left;
  line-height: 2;
}
@media (max-width: 767px) {
  .bread {
    margin: 20px auto;
    padding: 0 15px;
    padding: 0 calc(15vw / 375 * 100);
  }
}

.bread li {
  font-size: 14px;
  display: inline;
}

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

.bread li a {
  color: #333;
  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: #103D85;
}
.pagetop a:after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  background: url("/wp-content/themes/basic_tpl/img/ico-arrow01.svg") no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop span {
  display: none;
}
.pagetop.scrollOn {
  opacity: 0;
}

/*--------------------------------------
  Buttons
--------------------------------------*/
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button {
    justify-content: center;
    min-width: 240px;
  }
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper .elementor-button:after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("/wp-content/uploads/ico_arrow02.svg") no-repeat center/100%;
  transition-duration: 0.4s;
}
.elementor-element[data-widget_type="button.default"] .elementor-button-wrapper:hover .elementor-button:after {
  background-image: url("/wp-content/uploads/ico_arrow02-hover.svg");
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
  background: #fff;
  color: #103D85;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover {
  border: 1px solid #fff;
  background: #103D85;
  color: #fff;
}
.elementor-element.min300 .elementor-button-wrapper .elementor-button {
  justify-content: center;
  min-width: 300px;
}

/*--------------------------------------
  Tables
--------------------------------------*/
.timetable table {
  width: 100%;
  border-collapse: initial;
  border: 1px solid #103D85;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.86;
}
@media (max-width: 767px) {
  .timetable table {
    font-size: 13px;
  }
}
.timetable table thead th {
  font-weight: 700;
  border-bottom: 2px solid #333;
}
.timetable table thead th:not(:last-child) {
  border-right: 2px solid #103D85;
}
.timetable table tbody th:not(:last-child), .timetable table tbody td:not(:last-child) {
  border-right: 2px solid #333;
}
@media (max-width: 767px) {
  .timetable table tbody th {
    padding: 15px 0 15px 5px;
    text-align: left;
  }
}
.timetable table tbody td {
  color: #103D85;
}
@media (max-width: 767px) {
  .timetable table tbody td {
    font-size: 15px;
  }
}
.timetable table tbody tr:first-child th, .timetable table tbody tr:first-child td {
  border-bottom: 2px solid #333;
}
.timetable table th, .timetable table td {
  padding: 14px 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .timetable table th, .timetable table td {
    padding: 12px 6px;
  }
}

/*--------------------------------------
  Lists
--------------------------------------*/
.list01 li {
  align-items: flex-start !important;
}
.list01 li:before {
  content: "・";
  margin-right: 5px;
  color: #103D85;
}

/*--------------------------------------
  Link indexes
--------------------------------------*/
.link_indexes {
  padding: 20px;
  background: #103D85;
}
.link_indexes.elementor-list-item-link-full_width ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.link_indexes.elementor-list-item-link-full_width ul li {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .link_indexes.elementor-list-item-link-full_width ul li {
    width: 100%;
  }
}
.link_indexes.elementor-list-item-link-full_width ul li a {
  position: relative;
  align-items: baseline;
  width: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.86;
  color: #fff;
}
.link_indexes.elementor-list-item-link-full_width ul li a:before {
  content: "＞";
  margin-right: 5px;
  transition-duration: 0.4s;
}
.link_indexes.elementor-list-item-link-full_width ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
}
.link_indexes.elementor-list-item-link-full_width ul li a:hover:before {
  transform: rotate(90deg);
}
.link_indexes.elementor-list-item-link-full_width ul li a:hover:after {
  animation: hover-anchorLinks 0.4s forwards;
}

/* ホバー時二重線 */
@keyframes hover-anchorLinks {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*--------------------------------------
  Step box
--------------------------------------*/
.stepBox > .e-child {
  padding: 30px 20px;
  border: 1px solid #103D85;
  background: #F7F9FB;
  border-radius: 10px;
}
.stepBox > .e-child:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .stepBox > .e-child:not(:last-child) {
    margin-bottom: 30px;
  }
}
.stepBox > .e-child:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 60px);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #103D85;
}
@media (max-width: 767px) {
  .stepBox > .e-child:not(:last-child):after {
    bottom: -20px;
    left: calc(50% - 40px);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #103D85;
  }
}
.stepBox sup {
  margin-right: 0.5em;
  padding: 0.1em 0.5em 0.2em;
  background: #cbaf84;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  vertical-align: baseline;
}
.stepBox.v2 {
  margin: 0 auto;
  max-width: 700px;
}
.stepBox.v2.next:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 60px);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #103D85;
}
@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 #103D85;
  }
}
.stepBox.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #103D85;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}
.stepBox.v2 .elementor-widget-container p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
  Q&A
--------------------------------------*/
.block-qa > div:not(:last-child) {
  border-bottom: 1px solid #103D85;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.block-qa .elementor-image-box-title:before,
.block-qa .elementor-image-box-description:before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 44px;
  font-weight: 700;
  color: #103D85;
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1em;
  font-weight: 700;
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  color: #A79775;
}

/*--------------------------------------
  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 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.newsWrap dl {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(16, 61, 133, 0.24);
  display: flex;
  gap: 40px;
  color: #6F6F6F;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .newsWrap dl {
    flex-direction: column;
    gap: 10px;
  }
}
.newsWrap dl dt {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .newsWrap dl dt {
    gap: 15px;
    font-size: 13px;
  }
}
.newsWrap dl dd {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.86;
}
@media (max-width: 767px) {
  .newsWrap dl dd {
    font-size: 14px;
  }
}
.newsWrap dl:hover {
  color: #103D85;
}
.newsWrap .newsLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 31px;
  background: #103D85;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .newsWrap .newsLabel {
    width: 74px;
    height: 29px;
    font-size: 13px;
  }
}

/*--------------------------------------
  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;
}
@media (min-width: 768px) {
  .sp-cv {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .sp-cv {
    bottom: 0;
    left: 4.4%;
    padding-bottom: 16px;
    width: 91.2%;
  }
}
.sp-cv ul {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .sp-cv ul {
    flex-direction: column;
    gap: 5px;
  }
}
.sp-cv ul li a {
  background: #A79775;
  border: 2px solid #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 768px) {
  .sp-cv ul li a {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    gap: 5px;
    width: 63px;
    height: 160px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.4em;
    transition-duration: 0.4s;
  }
  .sp-cv ul li a:hover {
    background: #fff;
    border-color: #A79775;
    color: #A79775;
  }
  .sp-cv ul li a:hover:before {
    background-image: url("/wp-content/uploads/ico_tel01.svg");
  }
}
@media (max-width: 767px) {
  .sp-cv ul li a {
    height: 50px;
  }
}
@media (max-width: 370px) {
  .sp-cv ul li a {
    font-size: 12px;
  }
}
.sp-cv ul li a:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/wp-content/uploads/ico_tel02.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .sp-cv ul li a:before {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 768px) {
  .sp-cv ul li:first-child a .txt {
    display: flex;
    flex-direction: column;
  }
  .sp-cv ul li:first-child a .txt .pc {
    line-height: 20px;
    letter-spacing: 0.4em;
  }
  .sp-cv ul li:last-child a {
    gap: 9px;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 767px) {
  .sp-cv ul li:first-child {
    width: 38.1vw;
  }
  .sp-cv ul li:nth-child(2) {
    width: 26.4vw;
  }
  .sp-cv ul li:last-child {
    width: 24vw;
  }
}
.sp-cv ul li:last-child a {
  background: #fff;
  border: 2px solid #103D85;
  color: #103D85;
}
@media (min-width: 768px) {
  .sp-cv ul li:last-child a {
    border-right: none;
  }
  .sp-cv ul li:last-child a:hover {
    background: #103D85;
    color: #fff;
  }
  .sp-cv ul li:last-child a:hover:before {
    background-image: url("/wp-content/uploads/ico_web-reserve02.svg");
  }
}
.sp-cv ul li:last-child a:before {
  background-image: url("/wp-content/uploads/ico_web-reserve.svg");
}

/*--------------------------------------
  Iframes
--------------------------------------*/
.iframeWrap {
  position: relative;
  padding-top: 56.25%;
}
.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframeWrap.elementor-widget-google_maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframeH100.elementor-widget-google_maps .elementor-custom-embed {
  height: 100%;
}
.iframeH100.elementor-widget-google_maps .elementor-custom-embed iframe {
  height: 100%;
}

/*--------------------------------------
  Top
--------------------------------------*/
.top-news h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 65px;
  color: rgba(16, 61, 133, 0.25);
}
@media (min-width: 768px) {
  .top-news h2 {
    writing-mode: vertical-rl;
  }
}
@media (max-width: 767px) {
  .top-news h2 {
    font-size: 40px;
  }
}
.top-news h2::first-letter {
  font-size: 70px;
  color: #103D85;
}
@media (max-width: 767px) {
  .top-news h2::first-letter {
    font-size: 45px;
  }
}
.top-news .sub-catch {
  font-size: 20px;
  font-weight: 700;
  color: #103D85;
}
@media (min-width: 768px) {
  .top-news .sub-catch {
    writing-mode: vertical-rl;
  }
}
@media (max-width: 767px) {
  .top-news .sub-catch {
    font-size: 14px;
  }
}

.top-h2_en:first-letter {
  font-size: 70px;
  color: #103D85;
}
@media (max-width: 767px) {
  .top-h2_en:first-letter {
    font-size: 45px;
  }
}

.top-about-sub .elementor-heading-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  writing-mode: vertical-rl;
}
.top-about-sub .elementor-heading-title:before {
  content: "";
  width: 2px;
  height: 40px;
  background: #103D85;
}

.top-message-h3 {
  padding-bottom: 11px;
  border-bottom: 2px solid #fff;
}
.top-message-h3 strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-message-h3 h3 {
    font-weight: 400 !important;
  }
}
.top-message-h3 > .elementor-widget-container:before {
  content: "";
  position: absolute;
  right: 114px;
  bottom: -13px;
  border-top: 12px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.top-message-h3 > .elementor-widget-container:after {
  content: "";
  position: absolute;
  right: 116px;
  bottom: -9px;
  border-top: 10px solid #103D85;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.top-message-h3:before {
  content: "";
  position: absolute;
  top: -17.5px;
  left: -17px;
  width: 23px;
  height: 24px;
  background: url("/wp-content/uploads/ico_top-message-obj01.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  .top-message-h3:before {
    display: none;
  }
}

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

/* 下層H1見出し */
.p-under__hBg {
  position: relative;
  display: flex;
  align-items: center;
  height: min(23.6111111111vw, 340px);
  background: url("/wp-content/uploads/bg_under-default.jpg") no-repeat center right/79.3%;
}
@media (max-width: 767px) {
  .p-under__hBg {
    height: calc(180vw / 375 * 100);
    background: url("/wp-content/uploads/bg_under-default-sp.jpg") no-repeat center right/82.67%;
  }
}
.p-under__hBg h1 {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: min(2.7777777778vw, 40px);
  color: #103D85;
}
@media (max-width: 767px) {
  .p-under__hBg h1 {
    padding: 0 calc(15vw / 375 * 100);
    font-size: calc(24vw / 375 * 100);
  }
}

.under.page .main .elementor-widget-heading + .elementor-widget-heading h3, .under.page .main .elementor-widget-heading + .elementor-widget-heading h4, .under.page .main .elementor-widget-heading + .elementor-widget-heading h5,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h3,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h4,
.under #blogDetail #posts .elementor-widget-heading + .elementor-widget-heading h5 {
  margin-top: 0;
}
.under.page .main .h-top-0 h3, .under.page .main .h-top-0 h4, .under.page .main .h-top-0 h5,
.under #blogDetail #posts .h-top-0 h3,
.under #blogDetail #posts .h-top-0 h4,
.under #blogDetail #posts .h-top-0 h5 {
  margin-top: 0 !important;
}
.under.page .main .h-bottom-0 h3, .under.page .main .h-bottom-0 h4, .under.page .main .h-bottom-0 h5,
.under #blogDetail #posts .h-bottom-0 h3,
.under #blogDetail #posts .h-bottom-0 h4,
.under #blogDetail #posts .h-bottom-0 h5 {
  margin-bottom: 0 !important;
}
.under.page .main h2,
.under #blogDetail #posts h2 {
  margin-bottom: 27px;
  padding: 15px 7px;
  border-left: 3px solid #103D85;
  background: #E3EAF1;
  font-size: 24px;
  line-height: 1.2;
  color: #103D85;
}
@media (max-width: 767px) {
  .under.page .main h2,
  .under #blogDetail #posts h2 {
    margin-bottom: 1em;
    font-size: 22px;
  }
}
.under.page .main .post .post-header h2,
.under #blogDetail #posts .post .post-header h2 {
  width: 100%;
}
.under.page .main h3,
.under.page .main .h3v1 h3,
.under #blogDetail #posts h3,
.under #blogDetail #posts .h3v1 h3 {
  margin-bottom: 1em;
  padding: 3px 11px;
  border-top: 2px solid #103D85;
  border-bottom: 2px solid #103D85;
  display: inline-block;
  font-size: 20px;
  line-height: 1.4;
}
.under.page .main h4,
.under.page .main .h4v1 h4,
.under #blogDetail #posts h4,
.under #blogDetail #posts .h4v1 h4 {
  margin-bottom: 15px;
  position: relative;
  padding-left: 14px;
  font-size: 18px;
  line-height: 1.56;
}
.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: 4px;
  left: 0;
  width: 3px;
  height: 20px;
  background: #103D85;
}
.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-bottom: 12px;
  padding: 0 11px 5px;
  display: inline-block;
  border-bottom: 1px dashed #103D85;
  line-height: 1.75;
}
.under.page .main strong,
.under.page .main b,
.under #blogDetail #posts strong,
.under #blogDetail #posts b {
  font-weight: 700;
  color: #103D85;
}
.under.page .main u,
.under #blogDetail #posts u {
  display: inline;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f5eec8 0%) repeat scroll 0 0;
  text-decoration: none;
}
.under.page .main .marker_red,
.under #blogDetail #posts .marker_red {
  text-decoration: 5px #E3EAF1 underline;
  text-underline-offset: -2px;
}

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

.fl {
  float: left !important;
}

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

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

.cl {
  clear: both !important;
}

.u-text--hide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.u-text--dotted-under {
  padding-bottom: 0.4em;
  background: radial-gradient(circle at center, #D5DEFF 25%, transparent 25%) repeat-x bottom left/0.6em 0.6em;
}

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

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

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

@media (max-width: 767px) {
  .position-sp-relative {
    position: relative !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: 80px;
}
@media (max-width: 767px) {
  .under .elementor > .e-con-boxed + .e-con-boxed {
    margin-top: 50px;
  }
}
.under .main > .elementor > .e-con-boxed:first-child {
  --margin-top: 0;
}
.under p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 1.6;
}

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