@charset "UTF-8";
/*
Theme Name: 中村税理士・社会保険労務士事務所
Theme URI: https://www.levelnet.co.jp/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Noto+Serif+JP:wght@200..900&display=swap");
/* =====================================
  FOUNDATIONS
===================================== */
.img_r .elementor-image-box-wrapper {
  display: block !important;
}
.img_r .elementor-image-box-wrapper img {
  width: 100%;
  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: 25px !important;
    margin-left: 50px !important;
  }
}
.img_r .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 2;
  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 {
  width: 100%;
  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: 50px !important;
    margin-bottom: 25px !important;
  }
}
.img_l .elementor-image-box-wrapper .elementor-image-box-description {
  line-height: 2;
  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;
}

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: 16px;
  color: #333;
  line-height: 1.2;
}
body.fixed {
  overflow: hidden;
}

a {
  color: #333;
}
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: 60px;
  }
}
.under .main > .elementor > .e-con-boxed:first-child {
  --margin-top: 0;
}
.under p.elementor-image-box-description {
  white-space: pre-wrap;
  line-height: 1.6;
}
.under .elementor-heading-title {
  line-height: 1.2;
}

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

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

/*--------------------------------------
	Header
--------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  transition-duration: 0.7s;
}
.l-header__wrap {
  padding: min(0.9027777778vw, 13px) min(2.0833333333vw, 30px) min(0.8333333333vw, 12px) min(2.7777777778vw, 40px);
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
@media (width <= 767px) {
  .l-header__wrap {
    padding: 13px 20px 12px;
  }
}
.l-header__logo a, .l-header__logo span {
  display: block;
  width: min(26.6666666667vw, 384px);
  height: min(6.6666666667vw, 96px);
  background: url("/wp-content/uploads/logo.svg") no-repeat center/100%;
}
@media (width <= 767px) {
  .l-header__logo a, .l-header__logo span {
    width: 219px;
    height: 53px;
  }
}
body.fixed .l-header__logo {
  position: relative;
  z-index: 101;
}
.l-header__right {
  display: flex;
  align-items: center;
  gap: min(2.0833333333vw, 30px);
}
.l-header__info {
  display: flex;
  flex-direction: column;
}
@media (width <= 767px) {
  .l-header__info {
    display: none;
  }
}
.l-header__infoTel {
  display: flex;
  align-items: center;
  gap: min(0.6944444444vw, 10px);
}
.l-header__infoTel dt {
  font-family: "Crimson Text", sans-serif;
  font-size: min(2.2222222222vw, 32px);
}
.l-header__infoTime {
  display: flex;
  border: 1px solid #333;
  justify-content: center;
  align-items: center;
  width: min(21.5277777778vw, 310px);
  height: min(2.0833333333vw, 30px);
  font-size: min(0.9722222222vw, 14px);
  font-weight: 500;
}
.l-header__infoMail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.6944444444vw, 10px);
  width: min(20.1388888889vw, 290px);
  height: min(5.5555555556vw, 80px);
  background: orange;
  border: 1px double #fff;
  font-size: min(1.6666666667vw, 24px);
  font-weight: 600;
  color: #fff;
  transition-duration: 0.4s;
}
.l-header__infoMail:before {
  content: "";
  width: min(1.7361111111vw, 25px);
  height: min(1.3888888889vw, 20px);
  background: url("/wp-content/uploads/ico_mail01.svg") no-repeat center/100%;
}
.l-header__infoMail:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #fff;
  transition-duration: 0.4s;
}
.l-header__infoMail:hover {
  background-color: #FF7300;
}
.l-header__infoMail:hover:after {
  top: 3px;
  left: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.l-header a {
  text-decoration: none;
}

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

/*--------------------------------------
	Main
--------------------------------------*/
/*--------------------------------------
  Footer
--------------------------------------*/
.l-footer {
  padding-bottom: 106px;
  background: #041C30;
  color: #fff;
}
@media (width <= 767px) {
  .l-footer {
    padding-bottom: 30px;
  }
}
body.under .l-footer {
  margin-top: 100px;
}
@media (width <= 767px) {
  body.under .l-footer {
    margin-top: 60px;
  }
}
.l-footer__head {
  border-bottom: 1px solid #fff;
}
.l-footer__head .l-footer__wrap {
  padding: 50px 30px 58px;
  position: relative;
}
@media (width <= 767px) {
  .l-footer__head .l-footer__wrap {
    padding: 30px 20px 10px;
  }
}
.l-footer__head .l-footer__wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 36px;
  height: 73px;
  background: url("/wp-content/uploads/ico_tower.svg") no-repeat center/100%;
}
@media (width <= 767px) {
  .l-footer__head .l-footer__wrap:after {
    right: 20px;
    width: 27px;
    height: 57px;
  }
}
@media (width <= 767px) {
  .l-footer__head img {
    width: 208px;
  }
}
.l-footer__wrap {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1060px;
}
@media (width <= 767px) {
  .l-footer__wrap {
    padding: 0 20px;
  }
}
.l-footer__navs {
  margin: 50px auto 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
}
@media (width <= 767px) {
  .l-footer__navs {
    margin: 30px auto;
    gap: 10px;
  }
}
.l-footer__navs h3 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-size: 24px;
  font-weight: 500;
}
@media (width <= 767px) {
  .l-footer__navs h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 16px;
  }
}
.l-footer__navs a {
  color: #fff;
  text-decoration: none;
}
@media (width <= 767px) {
  .l-footer__navs a {
    font-size: 12px;
  }
}
.l-footer__navs a:hover {
  text-decoration: underline;
}
.l-footer__nav {
  margin-bottom: 60px;
  width: calc(33.33% - 14px);
}
@media (width <= 767px) {
  .l-footer__nav {
    margin-bottom: 30px;
    width: calc(50% - 5px);
  }
}
.l-footer__nav li:not(:last-child) {
  margin-bottom: 20px;
}
@media (width <= 767px) {
  .l-footer__nav li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.l-footer__infos {
  margin-bottom: 30px;
  display: flex;
  gap: 34px;
}
@media (width <= 767px) {
  .l-footer__infos {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 30px;
  }
}
.l-footer__logo {
  margin-bottom: 25px;
  display: block;
  width: 320px;
}
@media (width <= 767px) {
  .l-footer__logo {
    margin-bottom: 5px;
    width: 208px;
  }
}
.l-footer__address {
  margin-bottom: 38px;
}
@media (width <= 767px) {
  .l-footer__address {
    margin-bottom: 20px;
    font-size: 10px;
  }
}
.l-footer__tels {
  border: 1px solid #fff;
  padding: 20px;
}
@media (width <= 767px) {
  .l-footer__tels {
    padding: 10px;
  }
}
.l-footer__tels sub {
  font-size: 12px;
}
.l-footer__tel {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (width <= 767px) {
  .l-footer__tel {
    gap: 5px;
  }
}
.l-footer__tel dt {
  font-family: "Crimson Text", sans-serif;
  font-size: 32px;
}
.l-footer__tel a {
  color: #fff;
  text-decoration: none;
}
.l-footer__time {
  margin-bottom: 5px;
  padding: 5px 0 8px;
  border: 1px solid #fff;
  font-size: 14px;
  text-align: center;
}
@media (width <= 767px) {
  .l-footer__time {
    max-width: 310px;
  }
}
@media (width <= 1060px) {
  .l-footer__map {
    flex: 1;
  }
}
.l-footer__map iframe {
  width: 600px;
  height: 450px;
  border: none;
}
@media (width <= 1060px) {
  .l-footer__map iframe {
    width: 100%;
  }
}
@media (width <= 767px) {
  .l-footer__map iframe {
    height: 300px;
  }
}
.l-footer__copyright {
  font-size: 10px;
  text-align: center;
}

/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
	Global navigation
--------------------------------------*/
.c-gnav {
  width: 100%;
  background: #041C30;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 78px !important;
    left: 0;
    z-index: 100;
    padding-left: calc(100% - 275px);
    display: none;
    width: 100%;
    height: calc(100% - 78px);
    background: #fff;
    overflow-y: scroll;
  }
}
.c-gnav__infos {
  display: none;
}
@media (width <= 767px) {
  .c-gnav__infos {
    padding: 0 20px 20px;
    position: relative;
    top: -1px;
    display: block;
    background: #041C30;
  }
}
.c-gnav__info {
  margin-bottom: 20px;
  padding: 5px 16px;
  background: #fff;
}
.c-gnav__infoTel {
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-gnav__infoTel dt {
  font-family: "Crimson Text", sans-serif;
  font-size: 24px;
}
.c-gnav__infoTel dd {
  font-size: 9px;
}
.c-gnav__infoTime {
  padding: 5px;
  border: 1px solid #041C30;
  font-size: 10px;
  text-align: center;
}
.c-gnav__infoMail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 235px;
  height: 65px;
  background: orange;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  transition-duration: 0.4s;
}
.c-gnav__infoMail:before {
  content: "";
  width: 20px;
  height: 16px;
  background: url("/wp-content/uploads/ico_mail01.svg") no-repeat center/100%;
}
.c-gnav__infoMail:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #fff;
  transition-duration: 0.4s;
}
.c-gnav__infoMail:hover {
  background-color: #FF7300;
}
.c-gnav__infoMail:hover:after {
  top: 3px;
  left: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.c-gnav .menu {
  margin: 0 auto;
  max-width: 960px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-gnav .menu {
    padding: 0 20px 21px;
    flex-direction: column;
    background: #041C30;
  }
}
.c-gnav .menu > li {
  position: relative;
  width: 16.6666666667%;
}
@media (width >= 768px) {
  .c-gnav .menu > li {
    border-right: 1px solid #495662;
  }
  .c-gnav .menu > li:first-child {
    border-left: 1px solid #495662;
  }
}
@media (width <= 767px) {
  .c-gnav .menu > li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
.c-gnav .menu > li > a {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    padding: 20px;
    justify-content: flex-start;
  }
}
.c-gnav .menu > li > a:hover {
  background: #041C30;
  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: orange;
}
.c-gnav .menu .menu-item-description {
  display: block;
  color: #041C30;
}
.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;
  padding: 10px 0;
  width: 100%;
  background: rgba(229, 161, 29, 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: rgba(185, 218, 225, 0.8);
  }
}
.c-gnav .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
.c-gnav .sub-menu li a {
  display: block;
  padding: 4px;
  text-align: center;
  color: #fff;
}
.c-gnav .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.c-gnav .bnrs li {
  text-align: center;
}
.c-gnav .bnrs li:not(:last-child) {
  margin-bottom: 20px;
}
.c-gnav .bnrs li img {
  max-width: 260px;
}

/* ハンバーガーメニュー */
.toggleMenu {
  display: none;
  z-index: 11;
  cursor: pointer;
}
@media (max-width: 767px) {
  .toggleMenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .toggleMenu.active {
    margin-top: 6px;
  }
  .toggleMenu.active:after {
    content: "CLOSE";
    font-family: "Crimson Text", sans-serif;
    font-size: 10px;
    letter-spacing: 0.05em;
    color: #000;
  }
}

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

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

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #041C30;
}

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

.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: 1px;
  height: 4px;
}

/* -------------------------------------
	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: orange;
}
.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 {
  min-width: 270px;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
  background-color: #041C30;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover {
  background-color: #495662;
}
@media (width >= 768px) {
  .elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
    padding: calc(17vw / 1440 * 100) calc(99vw / 1440 * 100);
    min-width: auto;
    font-size: calc(18vw / 1440 * 100);
  }
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button {
  position: relative;
  background-color: transparent;
  border: 1px solid #041C30;
  color: #041C30;
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  right: -25px;
  width: 50px;
  height: 12px;
  background: url("/wp-content/uploads/ico_arrow03.svg") no-repeat center/100%;
  transition-duration: 0.4s;
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button:hover {
  background-color: #041C30;
  color: #fff;
}
.elementor-element.elementor-button-success .elementor-button-wrapper .elementor-button:hover:after {
  right: -30px;
}

/*--------------------------------------
  Tables
--------------------------------------*/
/*--------------------------------------
  Lists
--------------------------------------*/
.list01 li:before {
  content: "・";
  margin-right: 5px;
  color: #495662;
}

.list-ol {
  counter-reset: liol 0;
}
.list-ol li:before {
  content: counter(liol) ".";
  counter-increment: liol;
  margin-right: 5px;
  color: #041C30;
}

/*--------------------------------------
  Link indexes
--------------------------------------*/
.c-link-indexes {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .c-link-indexes {
    padding: 0 15px;
  }
}
.c-link-indexes ul {
  position: relative;
  z-index: 2;
  margin: 0 auto 68px;
  padding: 30px 50px;
  max-width: 1060px;
  border: 1px solid #495662;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 6.8%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-link-indexes ul {
    padding: 16px 15px;
    gap: 6px;
  }
}
.c-link-indexes ul li {
  list-style: none;
  width: 46.6%;
}
@media (max-width: 767px) {
  .c-link-indexes ul li {
    width: 100%;
  }
}
.c-link-indexes ul li a {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  text-decoration: none;
  color: #505050;
}
.c-link-indexes ul li a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #B09768;
  border-right: 1px solid #B09768;
  transform: rotate(45deg);
  transition-duration: 0.7s;
}
.c-link-indexes ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24px;
  display: block;
  width: 0;
  height: 1px;
  background-color: #AF9768;
}
.c-link-indexes ul li a:hover:before {
  top: 6px;
  transform: rotate(135deg);
}
.c-link-indexes ul li a:hover:after {
  animation: hover-anchorLinks 0.4s forwards;
}

/* ホバー時二重線 */
@keyframes hover-anchorLinks {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 24px);
  }
}
/*--------------------------------------
  Step box
--------------------------------------*/
.stepBox > .e-con-inner > .e-con-boxed:not(:last-child) {
  margin-bottom: 60px;
}
.stepBox > .e-con-inner > .e-con-boxed: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 #041C30;
}
@media (max-width: 767px) {
  .stepBox > .e-con-inner > .e-con-boxed:not(:last-child):after {
    bottom: -20px;
    left: calc(50% - 40px);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #041C30;
  }
}
.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 #041C30;
}
@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 #041C30;
  }
}
.stepBox.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #041C30;
  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 #041C30;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  display: flex;
  gap: 10px;
}
.block-qa .elementor-image-box-title:before,
.block-qa .elementor-image-box-description:before {
  content: "Q";
  position: relative;
  top: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-family: "Crimson Text", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #041C30;
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1em;
  font-weight: 700;
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  color: orange;
}

/*--------------------------------------
  Newsbox
--------------------------------------*/
.newsWrap {
  border-top: 1px solid #495662;
}
.newsWrap dl {
  padding: 15px 0;
  border-bottom: 1px solid #BED5E8;
  font-weight: 500;
}
@media (width <= 767px) {
  .newsWrap dl {
    padding: 10px 18px 15px;
  }
}
.newsWrap dl dt {
  margin-bottom: 5px;
  font-size: 20px;
}
.newsWrap dl dd {
  display: flex;
  gap: 20px;
  font-size: 14px;
}
.newsWrap .newsLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 16px;
  background: orange;
  font-family: "Crimson Text", sans-serif;
  font-size: 10px;
  color: #fff;
}
.newsWrap .cat-list {
  display: flex;
}
.newsWrap .cat-list li:not(:first-child):before {
  content: "、";
}
.newsWrap a {
  display: block;
  transition-duration: 0.4s;
}
.newsWrap a:hover {
  background-color: rgba(4, 28, 48, 0.05);
}

/*--------------------------------------
  Sp cv
--------------------------------------*/
.sp-cv {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .sp-cv {
    display: initial;
  }
}
.sp-cv ul {
  display: flex;
}
.sp-cv ul li {
  width: 42%;
  height: 16vw;
}
.sp-cv ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  font-size: max(4.3vw, 16px);
}
.sp-cv ul li:first-child a {
  border: 2px solid #fff;
  border-right: 1px solid #fff;
  background: #f6f2ed;
}
.sp-cv ul li:first-child a:before {
  content: "";
  margin-right: 1em;
  display: inline-block;
  background: url(/wp-content/uploads/ico_footer-cv_tel.svg) no-repeat center center/100%;
  width: 20px;
  height: 30px;
}
.sp-cv ul li:nth-child(2) a {
  border: 2px solid #fff;
  border-left: 1px solid #fff;
  background: #eee8df;
}
.sp-cv ul li:nth-child(2) a:before {
  content: "";
  margin-right: 0.8em;
  display: inline-block;
  background: url(/wp-content/uploads/ico_footer-cv_reserve.svg) no-repeat center center/100%;
  width: 25px;
  height: 25px;
}
.sp-cv ul li:last-child {
  width: 16%;
}
.sp-cv ul li:last-child a {
  padding-left: 4px;
  background: #e6dcac;
  flex-wrap: wrap;
  font-size: max(4.8vw, 18px);
  color: #fff;
}
.sp-cv ul li:last-child a:before {
  content: "";
  position: relative;
  top: max(3.46vw, 13px);
  left: -2px;
  display: block;
  width: max(5.33vw, 20px);
  height: max(5.33vw, 20px);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}
.sp-cv ul li img {
  width: 100%;
}

/*--------------------------------------
  Lists
--------------------------------------*/
#toc_container .toc_list li {
  text-align: left;
}
#toc_container .toc_list li:not(:last-child) {
  margin-bottom: 0.5em;
}
#toc_container .toc_list > li > a + ul {
  margin-top: 0.5em;
}

/*--------------------------------------
  Top
--------------------------------------*/
.p-top__advantage-head {
  padding-right: 10px !important;
  width: auto !important;
}
.p-top__advantage b {
  font-weight: bold;
}
@media (width <= 767px) {
  .p-top__advantage b {
    font-weight: normal;
  }
}
.p-top__advantage strong {
  font-size: 20px;
  font-weight: bold;
}
@media (width <= 767px) {
  .p-top__advantage strong {
    font-size: 16px;
  }
}

@media (width <= 767px) {
  .p-top__base-price-tit {
    background: #495662;
    color: #fff;
  }
}

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

.p-under__hBg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 30px;
}
@media (width <= 767px) {
  .p-under__hBg {
    padding: 0 20px;
  }
}
.p-under__hBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 28, 48, 0.5);
}
.p-under__hBg .bgH1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.p-under__hBg h1 {
  position: relative;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  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 .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: 1.4em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 32px;
  letter-spacing: 0.05em;
}
@media (width <= 767px) {
  .under.page .main h2,
  .under #blogDetail #posts h2 {
    font-size: 24px;
  }
}
.under.page .main h2:before,
.under #blogDetail #posts h2:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("/wp-content/uploads/ico_logo.svg") no-repeat center/100%;
}
.under.page .main .post .post-header h2,
.under #blogDetail #posts .post .post-header h2 {
  width: 100%;
}
.under.page .main .post .elementor-widget-heading,
.under #blogDetail #posts .post .elementor-widget-heading {
  text-align: center;
}
.under.page .main h3,
.under #blogDetail #posts h3 {
  margin: 5% 0 1em;
  padding: 0.5em;
  background: #041C30;
  font-size: 26px;
  color: #fff;
}
@media (max-width: 767px) {
  .under.page .main h3,
  .under #blogDetail #posts h3 {
    margin: 50px 0 1em;
    font-size: 20px;
  }
}
.under.page .main h4,
.under #blogDetail #posts h4 {
  margin: 4% 0 1em;
  position: relative;
  display: inline-block;
  padding: 0 0 0.2em 2em;
  border-bottom: 1px solid #495662;
  font-size: 26px;
}
@media (max-width: 767px) {
  .under.page .main h4,
  .under #blogDetail #posts h4 {
    margin: 40px 0 1em;
    font-size: 20px;
  }
}
.under.page .main h4:before,
.under #blogDetail #posts h4:before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background: orange;
  opacity: 0.7;
}
.under.page .main h4:after,
.under #blogDetail #posts h4:after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  background: #041C30;
  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 #495662;
  font-size: 22px;
  color: #041C30;
}
@media (max-width: 767px) {
  .under.page .main h5,
  .under #blogDetail #posts h5 {
    margin: 30px 0 1em;
    font-size: 18px;
  }
}
.under.page .main strong,
.under.page .main b,
.under #blogDetail #posts strong,
.under #blogDetail #posts b {
  font-weight: 700;
  color: #495662;
}
.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;
}

/* 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--tate {
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .u-text--tate-pc {
    writing-mode: vertical-rl;
  }
}
@media (max-width: 767px) {
  .u-text--tate-sp {
    writing-mode: vertical-rl;
  }
}
.u-text--wordbreak {
  word-break: break-all;
}

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


/* =====================================
  TOP 事例一覧
===================================== */
.casesWrap {
  max-width: 1000px;
  display: flex;
  gap: 12px;
  > a {
    padding: 30px 20px 20px;
    background: #fff;
    transition-duration: .3s;
    dt {
      margin-bottom: 10px;
      padding-bottom: 15px;
      border-bottom: 1px solid #495662;
      font-size: 24px;
      b {
        display: block;
        height: 2.5em;
        font-weight: 500;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
      }
    }
    dd {
      margin-bottom: 30px;
      line-height: 1.4;
    }
    .more {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 3px;
      font-family: "Crimson Text", Sans-serif;
      font-size: 12px;
      line-height: 1.8em;
      &:after {
        content: "";
        display: inline-block;
        width: 18px;
        height: 4px;
        background: url("/wp-content/uploads/ico_arrow02.svg") no-repeat center/100%;
      }
    }
    &:hover {
      opacity: .7;
    }
  }
}
@media (max-width: 767px) {
  .casesWrap {
    flex-direction: column;
    gap: 20px;
    > a {
      padding: 20px;
      dt {
        padding-bottom: 8px;
      }
      dd {
        margin-bottom: 10px;
      }
    }
  }
}

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