@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

/* *** */
html {
  font-size: 3.125vw;
  scroll-padding-top: 88.6484px;
}
@media screen and (min-width: 390px) {
  html {
    font-size: 2.5664102564vw;
  }
}
@media screen and (min-width: 576px) {
  html {
    font-size: 1.736111111vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.302083333vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 1.008064516vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 1144px) {
  html {
    font-size: 10px;
  }
}

/* font */
body {
  background-color: #fff;
  color: var(--text-color);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
}
.container {
  font-size: 1.6em;
  line-height: 1.75;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 576px) {
  .container {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 768px) {
  .container {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 992px) {
  .container {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1144px) {
  .container {
    font-size: 1.8em;
  }
}
html,
body,
.container {
  height: 100%;
}
.container-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow-x: clip;
  padding: 1em 1em 0;
}
@media screen and (min-width: 576px) {
  .container-inner {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .container-inner  {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 992px) {
  .container-inner  {
    padding-right: 1.75em;
    padding-left: 1.75em;
  }
}
@media screen and (min-width: 1144px) {
  .container-inner {
    padding-right: 2em;
    padding-left: 2em;
  }
}
body:not(.home) .container-inner {
  padding: 6em 1em 0;
}
@media screen and (min-width: 1200px) {
  body:not(.home) .container-inner {
    padding: 6em 1em 0;
  }
}
.footer {
  margin-top: auto;
}

/* *** */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}
[class*="-heading"] > .heading-inner {
  display: inline-block;
}
em {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
}
strong {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
}
.marker {
  background-color: transparent;
  background-image: linear-gradient(transparent 77%, rgba(var(--yellow-rgb), .67) 0%);
}
.under-line {
  background-image: linear-gradient(transparent 77%, rgba(var(--red-rgb), .67) 0%);
}

/* clearfix */
[class*="-inner"]::after,
.cf::after,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* link && pointer */
a {
  color: var(--text-color);
  transition: all .3s ease;
  text-decoration: none;
}
a:focus {
  outline: 0;
  outline: none;
  outline: .125em solid rgba(var(--outline-color-rgb), .7);
}
form :focus {
  outline: 2px solid var(--outline-color);
}
.pointer {
  cursor: pointer;
}

/* img */
img {
  border: 0;
  border: none;
  width: 100%;
  height: auto;
  min-height: 1%;
  vertical-align: top;
  backface-visibility: hidden;

  image-rendering: -webkit-optimize-contrast;
}
a img.transform {
  transition: transform .3s ease;
}
@media (hover: hover) {
  a:hover img.transform {
    opacity: .77;
    transform: scale(1.03);
  }
}

/* list */
::marker {
  color: var(--light-brown);
}
nav li {
  position: relative;
}
nav li::before {
  position: absolute;
}
ul.list {
  margin: 1em 0;
  padding: 0 0 0 2em;
}
.list-before + ul.list {
  margin-top: 0;
}
ul.list > li {
  margin: 0;
  padding: 0;
}
ul.style-none,
ol.style-none,
ul.check-list,
ul.contact,
ul.field,
ol.field,
ul.item,
ol.item,
ul.menu,
ul.nav,
ol.step {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.style-none + .style-none {
  margin: 2em 0 1em;
}
ul.style-none > li,
ol.style-none > li,
ul.check-list > li,
ul.contact > li,
ul.field > li,
ol.field > li,
ul.item > li,
ol.item > li,
ul.menu > li,
ul.nav > li,
ol.step > li {
  margin: 0;
  padding: 0;
}
ul.disc > li {
  padding-left: 1em;
  position: relative;
}
ul.disc > li::before {
  background-color: var(--light-brown);
  border-radius: 50%;
  content: "";
  display: block;
  width: .4em;
  height: .4em;
  position: absolute;
  top: 15px;
  left: 0;
  margin: auto 0;
}
ul > li > p,
ol > li > p {
  margin: 0;
}
ul > li > p.margin,
ol > li > p.margin {
  margin: 1em 0;
}
ul.kome, ol.kome {
  list-style-type: none;
  /* margin: 2em 0 1em; */
  padding: 0;
}
ul.kome > li,
p.text-text.kome {
  padding-left: 1em;
  position: relative;
  /* display: inline-block; */
}
.kome span.symbol {
  text-align: center;
  display: block;
  width: 1em;
  position: absolute;
  left: 0;
}
ul.list.check .list-inner {
    list-style-type: none;
    padding-left: .5em;
    position: relative;
  }
ul.list.check .list-inner::before {
      content: '';
      position: absolute;
      width: 1em;
      height: 1em;
      border: 1px solid var(--purple);
      top: 6px;
      left: -1em;
    }
ul.list.check .list-inner::after {
      color: var(--purple);
      font: var(--fa-font-solid);
      content: "\f00c";
      position: absolute;
      top: .25em;
      left: -.9em;
    }

/* ol.num-list */
ol.num-list {
  list-style-type: none;
  counter-reset: item;
  margin: 1em 0;
  padding: 0;
}
ol.num-list > li {
  margin: 0;
  padding: 0 0 0 2em;
  position: relative;
}
ol.num-list > li:nth-child(n+2) {
  margin-top: .3em;
}
ol.num-list > li::before {
  counter-increment: item;
  content: counter(item)".";
  font-size: 1em;
  text-align: center;
  display: block;
  width: 1.5em;
  position: absolute;
  left: 0;
}
ol {
  padding: 0;
}
ul.flex .list-inner {
  display: flex;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
}
ul.m-0 {
  margin: 0;
}
ul.p-0 {
  padding: 0;
}
ul.pt-0 {
  padding-top: 0;
}
ul.pb-0 {
  padding-bottom: 0;
}
ul.mt-0 {
  margin-top: 0;
}
ul.mb-0 {
  margin-bottom: 0;
}
ul.pl-1em {
  padding-left: 1em;
}

/* dl, dt, dd */
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
.dl.square .dt {
  position: relative;
  padding-left: 1em;
}
.dl.square .dt::before {
  position: absolute;
  content: '';
  width: .5em;
  height: .5em;
  background-color: #696969;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.dl.square .text-text {
  padding-left: 1em;
  margin-top: 0;
}
.dl.square .text-text:last-of-type {
  margin-bottom: 0;
}

/* others */
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.i-block,
.inline-block {
  display: inline-block;
}
.d-block,
.display-block {
  display: block;
}
.d-none,
.display-none {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.narrow.before {
  display: inline-block;
  margin-left: -.5em;
}
.narrow.after {
  letter-spacing: -.5em;
}
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
.fw-bold {
  font-weight: 600;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-thin {
  font-weight: 300;
}
.delimiter {
  text-align: center;
  width: 1em;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .sp-only-992 {
    display: none;
  }
  .pc-only-992 {
    display: block;
  }
}

/* .border */
.border {
  border: 1px solid var(--text-color);
}
.border .text-text {
  margin: 0;
}
/* font-size */
.fz-small {
  font-size: 0.8em;
}

/* .em-px */
.em-px {
  font-size: 1em;
  display: block;
  width: 1em;
  height: 0;
  position: absolute;
}
/* .page */
.article-page > .article-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  /* padding-bottom: 5em; */
}
.article-metaheader.article {
  margin: 0 0 2em;
}
.article-metaheader.article .article-header {
    /* padding-right: 1em; */
    display: flex;
    align-items: flex-end;
    position: relative;
  }
.article-metaheader.article .article-header::before {
      /* background-color: white;
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      padding: 0;
      opacity: .7; */
      /* z-index: ; */
      }
.article-metaheader.article .article-header .header-inner {
    max-width: 1000px;
    margin: 0 auto;
    z-index: 5;
  }
.article-metaheader.article .article-header .header-inner::before {
      position: absolute;
      display: inline-block;
      background-color: white;
      width: 3em;
      height: 3em;
    }
.article-metaheader.article .article-header .article-heading {
    letter-spacing: .2em;
    padding: 1.5em 0 1em;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    }
.article-metaheader.article .article-header .article-heading:nth-of-type(2) {
      padding-top: 0.3em;
    }
.article-metaheader.article .article-header .article-heading .heading-inner {
      text-align: center;
      display: inline-block;
      position: relative;
      z-index: 5;
      }
.article-metaheader.article .article-header .article-heading .heading-inner:nth-of-type(2) {
        padding-top: 0.3em;
        }

/* パンくずリスト */
.breadcrumb-inner {
  display: block;
  margin: 0;
  padding: 2em 0;
}
.breadcrumb-home,
.breadcrumb-item {
  display: inline-block;
  margin-right: .5em;
}
.breadcrumb-home > a,
.breadcrumb-item > a {
  margin-right: .4em;
}
.breadcrumb-inner {
  color: var(--black-light);
  max-width: var(--document-max-width);
  padding: 1.5em 0;
  margin-bottom: 1em;
}
.breadcrumb-home,
.breadcrumb-item {
  font-size: .85em;
  display: inline-block;
  margin-right: .5em;
}
.breadcrumb-item:last-child {
  margin-right: 0;
}
.breadcrumb .fa-fw {
  margin-right: .27em;
}
.breadcrumb-caption {
  color: var(--black-light-x);
}
a .breadcrumb-caption {
  color: var(--black-light);
}
a:hover .breadcrumb-caption {
  color: var(--text-link-color);
}
.breadcrumb .sp {
  color: var(--gray-dark-x);
  text-align: right;
  display: inline-block;
  width: 1.25em;
}
@media screen and (min-width: 768px) {
  .breadcrumb-inner {
    margin-bottom: 2em;
  }
}

/* go to top */
.go-to-top {
  background-color: rgba(var(--dark-purple-rgb), .9);
  max-width: var(--content_max_width);
  line-height: 1;
  text-align: center;
  text-decoration: none;
  height: 0;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all .3s ease;
  z-index: 55;
}
.go-to-top-button {
  padding: 0;
  background-color: unset;
  border: unset;
  color: white;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.go-to-top-button .fa-arrow-up::before {
    content: "\f062";
    color: #fff;
    font-size: 1.2em;
  }
.fadein .go-to-top {
  opacity: .8;
  transition: all .3s ease;
  bottom: 4.5em;
}
.absolute .go-to-top {
  position: absolute;
  bottom: 1em;
  transition: all .3s ease;
}
.go-to-top .icon-icon {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5em;
}
.go-to-top .icon-path {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
@media screen and (min-width: 768px) {
  .go-to-top a {
    bottom: .25em;
  }
  .absolute .go-to-top a {
    bottom: -3em;
  }
}
@media screen and (min-width: 992px) {
  .fadein .go-to-top {
    bottom: 0;
  }
}
@media (hover: hover) {
  .go-to-top a:hover {
    background-color: rgba(var(--orange-rgb), .8);
  }
}

/* modal */
.modal {
  height: 0;
  margin: auto;
  position: fixed;
  top: 0;
  right: -1em;
  left: -1em;
  z-index: -9;
  overflow: hidden;
}
.modal .modal-inner {
  width: 100%;
  height: 100%;
}
.modal-bg {
  background-color: rgba(var(--dark-purple-rgb), .7);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -11em;
  right: -1em;
  left: -1em;
  z-index: 1;
  opacity: 0;
  transition: top .54s ease, opacity .27s linear .27s, visibility .27s linear .27s;
}
.element-play .modal-bg {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.modal-element {
  opacity: 0;
  visibility: hidden;
  transition: opacity .27s linear .54s, visibility .27s linear .54s;
}
.element-play .modal {
  width: 100svw;
  height: 100svh;
  z-index: 91;
}
.element-play .modal-element {
  width: calc(100% - 5em);
  height: calc(100% - 8em);
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 1;
  visibility: visible;
}
.element-play .modal-btn::before {
  transform: rotate(45deg);
}
.element-play .modal-btn::after {
  transform: rotate(-45deg);
}
.element-play .modal-btn::before, .element-play .modal-btn::after {
  background-color: #fff;
  content: "";
  display: block;
  width: 2.75em;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.element-play .modal-btn {
  background-color: rgba(var(--dark-purple-rgb), .97);
  display: block;
  width: 3em;
  height: 3em;
  position: absolute;
  top: -3.2em;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.element-play .modal-element .img-img {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.review-page .img-img {
  position: relative;
}
.review-page .img-img .img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}
.element-play .modal-element > .element-inner {
  width: 100%;
  max-width: 900px;
  height: 100%;
  max-height: 900px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* .table */
.table {
  border: 1px solid var(--gray);
  border-bottom: unset;
  width: 100%;
}
.table .th {
    padding: 1em;
  }
.table .tr {
    border-bottom: 1px solid var(--gray);
  }
.table .td {
    border-bottom: 1px solid var(--gray);
    padding: 1em;
  }
.table.typeA .th {
  background-color: var(--light-purple);
  font-weight: 500;
  line-height: 1.4;
  width: 47%;
}
.table.typeA .td {
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  .table.typeA  .th {
    width: 38%;
  }
}
@media screen and (min-width: 768px) {
  .table.typeA .th {
    width: 41%;
  }
  .table.typeA .td {
    font-size: 1.1em;
  }
}
.table.typeB {
  border: unset;
}
.table.typeB .list-inner::marker {
  color: var(--dark-purple);
}
.table.typeB .tr:last-of-type .th {
  white-space: nowrap;
}
.table.typeB .tr:last-of-type .td ul.list {
  padding: 0 0 0 1em;
}

/* bg */
.bg_typeA {
  background-color: rgba(var(--gray-rgb), .3);
  padding: 1em 2em 1em 1em;
  margin-bottom: 2em;
}
.bg_typeA ul.list .list-inner {
  font-weight: 500;
}
.bg_typeA ul.list .list-inner:not(:last-of-type) {
  padding-bottom: .5em;
}

/* ---------------------------
ヘッダー・フッター
--------------------------- */
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 70;
}
.site-header > .header-inner {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  padding: .8em;
  margin: 0 auto;
}
.site-header > .header-inner .text-box {
    display: flex;
    flex-direction: column;
  }
.header .nav-btn {
  width: 2em;
  height: 1.5em;
  position: fixed;
  top: 1.4em;
  right: 1em;
  cursor: pointer;
  z-index: 2;
}
.header .text-outer .text-inner {
  background-color: var(--purple);
  color: #fff;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.header .text-outer .text-inner::before {
    position: absolute;
    width: 2.4em;
    height: 2.4em;
    border: .9px solid #fff;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
.header .text-outer .text-inner .text-text {
    line-height: .9;
    align-items: center;
    display: flex;
    justify-content: center;
  }
.header .text-outer .text-inner .text-text span {
      font-size: .9em ;
      line-height: 1;
    }
.header .menu.menu-top > .menu-item.header_contact-email {
  border-bottom: unset;
  display: flex;
  justify-content: center;
}
.header .menu.menu-top > .menu-item.header_contact-email a {
  background-color: var(--light-orange);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin-top: 2em;
  width: 100%;
  max-width: 20em;
  }
.header .menu.menu-top > .menu-item.header_contact-email .item-label {
    display: inline-block;
    position: relative;
    padding-left: 1.5em;
  }
.header .menu.menu-top > .menu-item.header_contact-email .item-label::before {
      color: #fff;
      font: var(--fa-font-solid);
      font-size: 1.2em;
      font-weight: 600;
      content: "\f0e0";
      position: absolute;
      top: .28em;
      left: 0;
    }
@media screen and (min-width: 1200px) {
  .header .nav-btn {
    display: none;
  }
  .header-nav {
    margin-left: auto;
  }
  .header .menu.menu-top > .menu-item.header_contact-email {
    display: none;
  }
}
.header .nav-btn::before,
.header .nav-btn::after,
.header .nav-btn > .btn-inner::after {
  background-color: #000;
  content: "";
  display: block;
  width: 100%;
  height: .14em;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
}
.header .nav-btn::before {
  top: 0;
  bottom: auto;
  transition: bottom .1s linear, transform .3s ease;
}
.header .nav-btn::after {
  top: auto;
  bottom: 0;
  transition: top .1s linear, transform .3s ease;
}
.header .nav-btn > .btn-inner::after {
  top: .65em;
}
.header .nav-header {
  margin-left: auto;
  margin-right: .25em;
}
@media screen and (min-width: 1300px) {
  .header .nav-header {
    margin-right: 1em;
  }
}

/* .header .menu */
.header .menu a,
.header .menu .text-link-none {
  text-align: center;
  text-decoration: none;
  display: block;
}
.header .menu a {
  color: #000;
  white-space: nowrap;
  padding: 1em 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  display: block;
  font-weight: 600;
}
.menu .submenu-inner {
  transition: line-height .3s ease, opacity .15s linear .1s;
}
.header .submenu-inner a {
  font-weight: 400;
}
 .header .sub-menu {
  /* background-color: rgba(var(--dark-purple-rgb), .5); */
  line-height: 0;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: .3em;
  position: absolute;
  top: 1em;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: line-height .3s ease, margin-top .3s ease, padding-bottom .3s ease, opacity .15s linear .15s, visibility .15s linear .15s;
}
.header .submenu-inner {
  flex: 1;
  width: 17.5em;
}
.header .submenu-inner .text-link {
    text-align: left;
  }
.header .submenu-corporation a,
.header .submenu-individual a {
  font-weight: 600;
}

.header .mouseover .sub-menu {
  line-height: 1.25;
  opacity: 1;
  visibility: visible;
}
.header .mouseover .sub-menu a {
  font-size: 1em;
}
.header-container .not-link .sub-menu .menu-item {
  background-color: #f3f3f3;
}

@media screen and (max-width: 1199px) {
  .header .nav-bg {
    background-color: #fff;
    width: 100%;
    height: 0;
    position: fixed;
    top: 5.5em;
    left: 0;
    z-index: 5;
    opacity: 0;
    transform: translateY(-100vh);
    transition: height .2s ease, opacity .1s linear, transform .3s ease;
  }
  .sp-menu-open .header .nav-bg {
    height: 100%;
    opacity: 1;
    transform: translateY(0);
  }
  .header .menu {
    width: 100%;
    position: fixed;
    top: 6.5em;
    left: 0;
    z-index: 10;
    opacity: 0;
    transform: translateY(-100vh);
    transition: opacity .1s linear, transform .3s ease;
  }
  .header .menu .menu_item:not(:first-of-type) {
    padding-top: 1em;
  }
  .header .menu .menu-inner {
    background-color: white;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
  }
  .header .menu .menu-inner.menu-service {
    width: auto;
  }
  .header .menu .menu-inner.menu-service .cell-inner > a {
    pointer-events: none;
  }
  .sp-menu-open .header .menu {
    opacity: 1;
    transform: translateY(0);
    padding: 0em 1em 3em;
    overflow-y: auto;
    max-height: calc(100vh - 7.75em);
  }
  .sp-menu-open .header .nav-btn::after {
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
  }
  .sp-menu-open .header .nav-btn::before {
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
  }
  .sp-menu-open .header .nav-btn > .btn-inner {
    opacity: 0;
  }
  .header .menu .text-link {
    color: #000;
    padding: 1em 0;
    text-align: left;
  }
  .header .sub-menu {
    position: relative;
    top: 0;
  }
  .header .menu-service.menu-close .sub-menu {
    display: none;
  }
  .header .menu-service.menu-open .sub-menu {
    display: block;
  }
  .header-container .not-link .sub-menu,
  .header-container .not-link .sub-menu .menu-item,
  .header-container .not-link .sub-menu .caption-wrap,
  .header-container .not-link .sub-menu .item-label {
    line-height: 1.75;
    opacity: 1;
    visibility: visible;
    transition: line-height .27s ease;
  }
  .header-container.sub-menu-close .not-link .sub-menu,
  .header-container.sub-menu-close .not-link .sub-menu .menu-item,
  .header-container.sub-menu-close .not-link .sub-menu .caption-wrap,
  .header-container.sub-menu-close .not-link .sub-menu .item-label {
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: line-height .17s ease, opacity .17s ease, visibility .17s ease;
  }
   .header-container .not-link .sub-menu .menu-item {
    background-color: #f3f3f3;
    padding-left: 1em;
   }
  .header-container.sub-menu-close .not-link .sub-menu {
    padding: 0;
    gap: 0;
    margin: 0;
    display: unset;
  }
  .header-container.sub-menu-close .not-link .sub-menu .menu-item a {
    padding: 0;
    transition: line-height .17s ease, padding-top .17s ease, padding-bottom .17s ease;
  }
  .header .menu-top > .menu-item {
    border-bottom: 1px solid var(--gray);
  }
  .header .menu-item.not-link {
    position: relative;
  }
  .header-container .has-sub {
    position: absolute;
    right: 0em;
    top: 0.25em;
    font-size: 1.5em;
  }
  .header-container .has-sub .fa-angle-down {
    transform: rotate(-180deg);
    transition: all ease .3s;
  }
  .header-container.sub-menu-close .not-link .has-sub .fa-angle-down {
    transform: rotate(0);
  }
  .header .mouseover .sub-menu {
    padding: 0 0 1em;
  }
  .sub-menu .submenu-inner .text-link {
    padding: 0;
  }
  .sub-menu .submenu-inner:last-of-type .text-link {
    padding: 1em 0;
  }
    .menu .menu-inner.menu-close .submenu-inner {
      line-height: 0;
      opacity: 0;
      visibility: hidden;
      transition: line-height .3s ease, opacity .15s linear .1s;
    }
    .menu .menu-inner.menu-close .submenu .submenu-inner:last-of-type .text-link {
      padding: 0;
    }
}
@media screen and (max-width: 991px) {
  .header .nav-bg {
    top: 4em;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav-bg {
    display: none;
  }
  .header .menu {
    line-height: 1.25;
    display: flex;
    gap: .1em;
    justify-content: center;
    align-items: center;
    transition: top .3s ease;
  }
  .header .menu .menu-item {
    font-size: 1em;
  }
  .header .menu a {
    color: var(--text-color);
    font-size: .9em;
    text-align: left;
    margin: 0;
    padding: .25em;
    position: relative;
  }
  .header .menu .not-link .sub-menu a {
    font-size: .85em;
    padding: .5em;
  }
  .home .header .menu .menu-item-home a,
  .service .header .menu .menu-item-home a,
  .company .header .menu .menu_item-company a,
  .reviews .header .menu .menu_item-reviews a,
  .price .header .menu .menu_item-price a,
  .column .header .menu .menu_item-column a {
    color: var(--dark-purple);
    pointer-events: none;
  }
  .header .menu a::before {
    background-color: var(--purple);
    content: "";
    width: 0;
    height: .125em;
    margin: auto;
    position: absolute;
    top: 2em;
    right: 0;
    bottom: 0;
    left: 0;
    transition: width .2s ease;
  }
  .header .menu a:hover::before {
    width: 2em;
  }
  .header .menu .not-link a:hover::before {
    width: 0;
  }
   .header .menu .not-link .sub-menu a:hover {
    color: var(--dark-purple);
  }
  .header .sub-menu {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    width: 17.5em;
    margin: 0 auto;
    padding: .75em;
    display: flex;
    flex-direction: column;
    gap: .5em;
    position: absolute;
    top: 3em;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: line-height .3s ease, margin-top .3s ease, padding-bottom .3s ease, opacity .15s linear .15s, visibility .15s linear .15s;
  }
  .header .submenu-inner {
    flex: 1;
    width: 17.5em;
  }
    .header .submenu-inner .text-link {
      text-align: left;
    }
  .header .submenu-corporation a,
  .header .submenu-individual a {
    font-weight: 600;
  }

  .header .mouseover .submenu {
    opacity: 1;
    visibility: visible;
  }
  .header .has-sub {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1300px) {
  .header .menu {
    gap: 1.25em;
  }
}

/* .footer && .main */
.footer,
.main {
  min-height: 1%;
  margin-top: 4.5em;
}
.main > .main-inner,
.breadcrumb {
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
}
.header p,
.footer p {
  margin: 0;
}
.page .footer {
  margin-top: 0;
}
.category .footer {
  margin-top: 0;
}
.wp-singular .footer {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: auto;
  }
}

/* .copyright */
.copyright {
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
}
.copyright small {
  font-size: .87em;
}
.copyright-text {
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .copyright {
    color: #fff;
    text-align: center;
    padding: 0 0 1em;
    margin: 0;
  }
}

/* common */
.serif-en {
  font-family: "Roboto Serif", serif;
  font-style: italic;
  font-weight: 500;
}
.sans-serif {
  font-family: "Noto Sans JP";
}

/* .article */
.article {
  margin: 0 0 4em;
}
@media screen and (min-width: 768px) {
  .article {
    margin: 0 0 6em;
  }
}
.article.article-top {
  margin-top: -4em;
}
.article-inner {
  padding: 0;
}

/* .header */
header .site-header {
  background-color: #fff;
}
header .site-header .header-inner {
  display: flex;
  align-items: center;
}
header .site-heading {
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}

/* header-logo & footer-logo*/
.header .logo .logo-inner, .footer .logo .logo-inner {
    display: flex;
    gap: .3em;
    align-items: center;
  }
.header .logo .text-box, .footer .logo .text-box {
    display: flex;
    flex-direction: column;
  }
.header .logo .text-text, .footer .logo .text-text {
  color: var(--purple);
  font-size: 1em;
  width: 7em;
  display: flex;
  justify-content: space-between;
}
.header .logo img {
  width: 4em;
}
.footer .logo {
 display: inline-block;
}
.footer .logo .logo-inner {
  justify-content: center;
  margin-bottom: .5em;
}
.footer .logo .text-box {
  line-height: 1.3;
}
.footer .logo .text-text span {
  font-size: 1.1em;
  }
.footer .logo .text-text:nth-of-type(2) span {
  font-size: 1em;
}

/* .header .contact */
.header .contact {
  /* background-color: #fff; */
  /* justify-content: space-between; */
  width: 100%;
  margin: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 73;
}
.header .contact-inner {
  text-align: center;
}
.header .contact-email .link-inner {
  padding: 0 .5em;
  height: 3.5em;
}
.header .contact-email .body-inner .text-text {
    font-size: 0.9em;
  }
.header .contact-email .text-text {
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header .contact-area {
    padding-right: 12em;
  }
}
@media screen and (min-width: 992px) {
  .header .contact {
    position: unset;
    width: auto;
    padding: 0;
    margin-right: 3em;
    display: flex;
    align-items: center;
    gap: .75em;
  }
  .header .contact-area {
    padding-right: 0;
  }
  .header .contact .contact-inner {
    background-color: unset;
    width: 14.1em;
    padding: 0;
    margin-left: 0;
  }
  .header .contact-email {
    display: block;
  }
  .header .contact-email .link-inner {
    border-radius: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .header .contact {
    margin-right: 0;
    gap: .5em;
  }
  .header .contact-email .text-text {
    font-size: .9em;
  }
}

/* footer */
.footer .logo img {
  width: 5em;
}
.footer .footer-area.area-1st {
  margin-bottom: 2em;
}
.footer .footer-area.area-1st .box {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
.single-post.postid-229 .footer-inner,
.single-post.postid-192 .footer-inner {
  overflow: hidden;
}
.footer .navi-footer-in {
  background-color: var(--navy);
  padding: 1em 2em 6em;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.footer .menu-footer {
  margin-bottom: 0;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .menu-footer a {
    color: #fff;
  }
.footer .menu-footer a:hover {
      opacity: .8;
    }
.footer .text-address {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
}
.footer .text-address .postal-code {
    display: block;
  }
@media screen and (min-width: 768px) {
  body:not(.home) .footer-inner {
    margin: 6em 0 0;
  }
  .footer-bottom {
  margin-top: 3em;
  }
  .footer .navi-footer-in {
    padding: 2em 2em 6em;
  }
  .footer .footer-area.area-2nd {
    padding: 2em 2em 6em;
  }
}
@media screen and (min-width: 992px) {
  .footer .navi-footer-in {
    padding: 2em 0 0;
  }
}

/* title */
.article-header .heading-inner {
  font-size: 1.3em;
  /* font-weight: bold; */
  letter-spacing: .2em;
}
.common-header .heading-outer {
  margin-bottom: 3em;
}
.common-header .heading-outer .heading-inner {
    position: relative;
  }
.common-header .heading-outer .heading-inner::before {
      background-color: var(--dark-purple);
      content: '';
      display: block;
      width: 2em;
      height: .1em;
      position: absolute;
      bottom: -.55em;
      right: 0;
      left: 0;
      margin: 0 auto;
    }
.article-news .article-header {
  display: inline-block;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.article-news .article-header .heading-inner {
    padding-left: 0;
  }
.article-news .article-header .string-inner {
    color: var(--dark-purple);
    font-weight: bold;
    letter-spacing: .2em;
    padding-left: .2em;
  }
.article-header .dec-string {
  color: var(--light-gray);
}
.article-header .dec-string .string {
    font-size: 4em;
    font-weight: bold;
    letter-spacing: .1em;
  }
.home .article-inner {
  position: relative;
} 
.article:nth-child(odd) .dec-string,
.article:nth-child(even) .dec-string {
  position: absolute;
}
.article:nth-child(odd) .dec-string {
  right: calc(50% - 50vw);
}
.article:nth-child(even) .dec-string {
  left: calc(50% - 50vw);
}
@media screen and (min-width: 576px) {
  .article-header .dec-string .string {
      font-size: 6.2em;
  }
}
@media screen and (min-width: 768px) {
  .article-header .dec-string .string {
    font-size: 127px;
  }
}
@media screen and (min-width: 1600px) {
  .article:nth-child(odd) .dec-string {
    right: -4em;
  }
  .article:nth-child(even) .dec-string {
    left: -4em;
  }
}
.heading_styleA .heading-inner {
  position: relative;
  padding-left: 1.1em;
}
.heading_styleA .heading-inner::before {
    background-color: var(--dark-purple);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    content: '';
    display: inline-block;
    width: 1em;
    height: .7em;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    display: block;
  }
.heading_styleB {
  border-bottom: 1px solid var(--dark-purple);
  font-size: 1.5em;
  font-weight: 500;
  padding-bottom: .4em;
  margin-bottom: 1em;
}
.heading_styleC {
  padding: 1em 0;
}
.heading_styleC .heading-inner {
    font-size: 1.2em;
    padding-left: 0.5em;
    position: relative;
  }
.heading_styleC .heading-inner::before {
      background-color: rgba(var(--dark-purple-rgb), .5);
      border-radius: 10px;
      content: '';
      display: block;
      width: .15em;
      height: auto;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto 0;
    }
.heading_styleD, .heading_styleE {
  margin: 1em 0 0;
  padding: 1em 0 0;
}
.heading_styleD .heading-inner, .heading_styleE .heading-inner {
    border-radius: 3px 3px 0 0;
    color: #fff;
    width: 11em;
    text-align: center;
    padding: .5em;
  }
.heading_styleD .heading-inner {
  background-color: rgba(var(--light-brown-rgb), .5);
}
.heading_styleE .heading-inner {
  background-color: rgba(var(--purple-rgb), .6);
}
.heading_styleF {
  background-color: var(--gray);
  border-left: var(--dark-purple) 1px solid;
  padding: .5em 1em;
}
.heading_styleG {
  position: relative;
  padding: 1em 1em 1em 1.5em;
}
.heading_styleG::before {
    background-color: rgba(var(--purple-rgb), .7);
    content: "";
    width: .8em;
    height: .8em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
  }
.heading_styleG .heading-inner {
    font-size: 1.2em;
  }
.heading_styleH {
  border-radius: 4px;
  background-color: rgb(237 237 237 / 70%);
  color: rgba(var(--purple-rgb), .8);
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  padding: .5em 1em;
}
.heading_styleH .heading-inner {
  font-size: 1em;
  font-weight: 600;
}
.btn_styleA .link-inner, .btn_styleB .link-inner {
    position: relative;
    padding-left: 1.55em;
  }
.btn_styleA .link-inner::before, .btn_styleA .link-inner::after, .btn_styleB .link-inner::before, .btn_styleB .link-inner::after {
      content: '';
      display: inline-block;
      margin: auto 0;
      position: absolute;
      top: 0;
      bottom: 0;
    }
.btn_styleA .link-inner::before, .btn_styleB .link-inner::before {
      background-color: var(--dark-purple);
      border-radius: 50%;
      width: 1.2em;
      height: 1.2em;
      left: 0;
    }
.btn_styleA .link-inner::after, .btn_styleB .link-inner::after {
      background-color: #fff;
      clip-path: polygon(0 0, 0 100%, 100% 50%);
      width: .4em;
      height: .6em;
      z-index: 1;
      left: .45em;
    }
.btn_styleA .link-inner:hover, .btn_styleB .link-inner:hover {
      opacity: .8;
    }
.btn_styleB {
  text-align: center;
}
.btn_styleB .btn-inner {
    border: solid 1.25px var(--dark-purple);
    border-radius: 4px;
    font-weight: 500;
    display: inline-block;
    padding: .8em 3em;
  }

/* .home id-mainvisual*/
.article-mainvisual.article {
  margin-bottom: 0;
}
.article-mainvisual.article .article-inner {
  display: flex;
  justify-content: center;
  position: relative;
  top: -.5em;
}
.article-mainvisual .mainvisual {
  position: relative;
  max-width: 1240px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
/* .article-mainvisual .mainvisual .fv_sp {
      display: block;
    }
.article-mainvisual .mainvisual .fv_pc {
      display: none;
    } */
.article-mainvisual .mainvisual .img-img {
      text-align: center;
    }
.article-mainvisual .mainvisual .img-img.fv_pc {
  position: relative;
}
.article-mainvisual .mainvisual .img-img.fv_pc::before {
  background: url(../img/fv_pc_left.webp) no-repeat right center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  right: 99.5%;
  width: 100%;
  height: 100%;
}
.article-mainvisual .mainvisual .img-img.fv_pc::after {
  background: url(../img/fv_pc_right.webp) no-repeat right center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 198%;
  height: 100%;
}
.article-mainvisual .mainvisual .img-img img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  max-width: 1240px;
  object-position: -42px;
}
.mainvisual-heading .heading-inner {
  letter-spacing: .05em;
  position: absolute;
  top: 4em;
  right: 0;
  color: var(--dark-purple);
  z-index: 2;
}
.mainvisual-heading .heading-inner .text-text {
  position: relative;
  font-weight: 500;
  font-size: 1.1em;
}
.mainvisual-heading .heading-inner .text-text::before {
  /* background-image: url(../img/bg_copy.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  width: 112%;
  height: 2em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1; */
}
.sub-copy {
  color: #fff;
  background: linear-gradient(45deg, #d55212, #ee834e);
  font-weight: 500;
  padding: .5em 1.4em;
  margin-bottom: .8em;
  text-align: center;
  width: 100%;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sub-copy .text-text {
  font-size: 1.4em;
}
.sub-copy::after {
    content: '';
    background-image: url(../img/shape.webp);
    background-repeat: no-repeat;
    width: .7em;
    height: .7em;
    position: absolute;
    bottom: -8px;
    display: inline-block;
    left: 31px;
  }
.mainvisual .name {
  color: #fff;
  position: absolute;
  top: 6.5em;
  right: 0;
}
.mainvisual .name .text-text {
    position: relative;
    z-index: 1;
    padding-right: .5em;
  }
.mainvisual .name .text-text::before {
  background-image: url(../img/bg_name.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  width: 13em;
  height: 2em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  z-index: -1;
  right: 0;
}
.mainvisual .name .text-text > span {
  display: flex;
  align-items: center;
}
.mainvisual .box {
  background-color: rgba(var(--white-rgb), .6);
  padding: 1em 1em 0;
  margin-top: 0;
  position: relative;
}
.mainvisual .box .box-inner .list {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.mainvisual .box .box-inner .list .list-inner {
  width: calc((100% - (1em * 1)) / 2);
}
.mainvisual .box .box-inner:last-of-type .text-text {
  border-bottom: 1px solid var(--orange);
  color: var(--orange);
  font-size: 1em;
  font-weight: 500;
  letter-spacing: -.09em;
  position: relative;
  padding-left: 1.4em;
  margin-top: .25em;
}
.mainvisual .box .box-inner:last-of-type .text-text > span {
  display: flex;
  justify-content: space-between;
}
.mainvisual .box .box-inner:last-of-type .text-text::before {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  border: 1px solid var(--orange);
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
.mainvisual .box .box-inner:last-of-type .text-text::after {
  color: var(--orange);
  font: var(--fa-font-solid);
  content: "\f00c";
  position: absolute;
  top: .35em;
  left: .0825em;
}
.mainvisual .box .text-outer .text-text {
  background-color: #fff;
  border: 1px solid var(--orange);
  line-height: 1.5;
  font-size: 1.2em;
  text-align: center;
  height: 4em;
  margin: 0;
  padding: .5em .1em;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mainvisual .box .text-outer .text-text span.string {
  font-weight: 500;
}
.mainvisual .box .text-outer .text-text .num {
  font-size: 1.86em;
  font-weight: 500;
}
.mainvisual .box .text-outer .text-text .num:nth-of-type(1) {
  letter-spacing: -.2em;
}
.mainvisual .box .text-outer .text-text .comma {
        letter-spacing: -.4em;
      }
.mainvisual .box .list-inner.sub-1st .sub-copy .num {
    font-size: 1.15em;
  }
.mainvisual .box .list-inner.sub-2nd span.string {
    font-size: 1.28em;
  }
.mainvisual .list-inner.sub-2nd .text-outer .text-text {
  letter-spacing: -.11em;
  line-height: 1.4;
}
@media screen and (min-width: 576px) {
  .article-mainvisual.article .article-inner {
    top: 0;
  }
  .mainvisual .mainvisual-inner .fv_sp {
    display: none;
  }
  .mainvisual .mainvisual-inner .fv_pc {
    display: block;
  }
    .article-mainvisual .mainvisual .img-img img {
    object-position: -22px;
  }
  .mainvisual .heading-inner {
    top: 4em;
    font-size: 1.3em;
  }
  .mainvisual .heading-inner .text-text {
    font-size: 1.4em;
    padding-right: .35em;
  }
  .mainvisual .name {
    color: #fff;
    top: 20.9em;
    left: 0;
  }
  .mainvisual .name .text-text {
    display: inline-block;
    position: relative;
    top: -8.9em;
    z-index: 1;
  }
  .mainvisual .name .text-text::before {
    background-image: url(../img/bg_name_pc.svg);
    right: -1em;
    width: 120%;
  }
  .mainvisual .name .text-text span {
    padding-left: .6em;
  }
   .mainvisual .name .text-text > span {
    font-size: .8em;
  }
  .mainvisual .box {
    background-color: unset;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .mainvisual .box .box-inner:last-of-type .text-text {
    font-size: .87em;
  }
  .mainvisual .box .text-outer .text-text {
    font-size: 0.92em;
  }
}
@media screen and (min-width: 768px) {
   .mainvisual-heading .heading-inner {
    letter-spacing: .2em;
    font-size: 1.15em;
    top: 6em;
  }
  .article-mainvisual .mainvisual-inner {
  position: relative;
  }
  .article-mainvisual .mainvisual-inner::before {
    background-image: url(../img/fv_right_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    width: 46em;
    height: 206%;
    position: absolute;
    top: -15em;
    right: -38.5em;
    display: block;
    opacity: .5;
    z-index: 1;
  }
    .article-mainvisual .mainvisual .img-img img {
    object-position: unset;
  }
  .mainvisual .heading-inner .text-text {
    /* color: #fff; */
    font-size: 1.8em;
    font-weight: 500;
    color: var(--dark-purple);
  }
  .mainvisual .sub-copy {
    font-size: 1.2em;
    width: 100%;
    padding: .3em 1.4em;
  }
    .sub-copy .text-text {
    font-size: 1.3em;
  }
  .mainvisual .box {
    background-color: unset;
    bottom: 4em;
  }
  .mainvisual .box .text-outer .text-text {
    font-size: 1.2em;
    padding: .5em;
  }
  .mainvisual .box .box-inner:last-of-type .text-text {
    font-size: .98em;
  }
  .mainvisual .name {
    top: 26.25em;
  }
  .mainvisual .name .text-text::before {
    width: 139.5%;
    height: 2.25em;
    right: -1em;
    opacity: .85;
  }
  .mainvisual .box {
    width: 53%;
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
   .mainvisual .name .text-text {
    top: -11.9em;
  }
  .mainvisual .name .text-text > span {
    font-size: 1.15em;
  }
  /* .mainvisual-heading .heading-inner .text-text::before {
    width: 14.8em;
    right: -.2em;
    height: 2em;
  } */
}
@media screen and (min-width: 900px) {
  & #id-mainvisual .sub-copy::after {
    bottom: -12px;
    left: 45px;
  }
}
@media screen and (min-width: 992px) {
  .mainvisual .heading-inner {
    top: 2.5em;
  }
  .mainvisual .heading-inner .text-text {
    font-size: 2.2em;
  }
  .mainvisual .sub-copy {
    font-size: 1.4em;
  }
   #id-mainvisual .sub-copy::after {
    bottom: -15px;
  }
  .mainvisual .box {
    width: 53%;
  }
  .mainvisual .box .box-inner:last-of-type .text-text {
      font-size: 1.2em;
    }
    .mainvisual .box .text-outer .text-text {
      font-size: 1.6em;
      padding: .5em 0;
      height: 4em;
  }
  .mainvisual .box .text-outer .text-text .box-inner:last-of-type .text-text {
    font-size: 1.25em;
    letter-spacing: .02em;
  }
  .mainvisual .box .text-outer .text-text .box-inner .list-inner.sub-1st .text-text {
    line-height: 1.1;
  }
  .mainvisual .name {
    top: 29.25em;
  }
  .mainvisual .name .text-text > span {
    font-size: 1.25em;
  }
  .mainvisual .name .text-text::before {
    height: 3em;
  }
  .mainvisual .name .text-text::before {
    right: -2.35em;
  }
}
@media screen and (min-width: 1144px) {
  .mainvisual .name {
    top: 31.25em;
  }
  .mainvisual .box {
    width: 52%;
  }
  .mainvisual .box .box-inner:last-of-type .text-text {
    font-size: 1.424em;
  }
}
@media screen and (min-width: 1200px) {
    .mainvisual .heading-inner .text-text {
      font-size: 2.5em;
    }
       .sub-copy .text-text {
      font-size: 1.4em;
    }
  .mainvisual .name {
    top: 32.25em;
  }
    .mainvisual .name .text-text span {
      padding-left: 1em;
    }
    .mainvisual .box .box-inner:last-of-type .text-text {
      font-size: 1.5em;
    }
}
@media screen and (min-width: 1260px) {
  .mainvisual-heading .heading-inner .text-text::before {
    width: 120%;
    right: -0.79em;
    height: 1.8em;
  }
}


/* .home .article-news */
.article-news {
  display: flex;
  justify-content: center;
  position: relative;
}
.article-news .article-inner {
  background-color: #f7f7f7;
  width: 100vw;
  max-width: 1320px;
  padding: 2em 1em;
  margin: 0 calc(50% - 50vw);
}
.article-news .news-item {
  margin-bottom: 2em;
}
.article-news .news-item .box-heading {
    max-width: 20em;
  }
.article-news .item-inner {
  border-bottom: 1px solid #d4d4d3;
  position: relative;
}
.article-news .item-inner .box-inner {
  padding: 1em 0;
}
.article-news .item-inner .column::before, 
.article-news .item-inner .reviews::before, 
.article-news .item-inner .news.link::before {
  content: '';
  display: inline-block;
  background-image: url(../img/news_arrow.svg);
  background-repeat: no-repeat;
  width: 1.5em;
  height: .8em;
  position: absolute;
  bottom: 1em;
  right: 1em;
  transition: all ease .3s;
}
.article-news .item-inner a:hover .column::before,
.article-news .item-inner a:hover .reviews::before,
.article-news .item-inner a:hover .news.link::before {
  right: .5em;
  transition: all ease .3s;
}
.article-news .cat {
  border-radius: 4px;
  color: #fff;
  text-align: center;
  margin: 0;
  width: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-news .cat .cat-inner {
    font-size: .8em;
     font-weight: 500;
  }
.article-news .cat.column {
    background-color: var(--dark-purple);
  }
.article-news .cat.news {
  background-color: var(--orange);
}
.article-news .cat.reviews {
  background-color: #3fae87;
}
.article-news .cat_date-inner {
  display: flex;
  gap: 1em;
}
.article-news .cat_date-inner .date {
    width: 4.5em;
    margin: 0;
  }
.article-news .item-inner .news a {
  pointer-events: none;
}
.article-news .read-more .read-more-btn {
    text-align: center;
  }
.article-news .read-more a {
    display: inline-block;
    border: var(--dark-purple) 1px solid;
    padding: .5em 2em;
    color: var(--dark-purple);
  }
.article-news .read-more a:hover {
      background-color: var(--dark-purple);
      color: #fff;
    }
.article-news ul.news-item {
  overflow: scroll;
  width: 100%;
  height: 23em;
}

@media screen and (min-width: 390px) {
  .article-news .news-item .box-heading {
    line-height: 1.6;
    max-width: 37em;
    padding-top: .5em;
  }
}
@media screen and (min-width: 576px) {s
  .article-news .news-item .box-heading {
    max-width: 38em;
  }
  .article-news ul.news-item {
    height: 20em;
  }
}
@media screen and (min-width: 768px) {
  .article-news::before {
    position: absolute;
    background-color: #f7f7f7;
    content: '';
    display: block;
    top: 0;
    height: 100%;
    width: calc(var(--vw) * 100);
    z-index: 1;
  }
  .article-news .article-inner {
    display: flex;
    justify-content: space-between;
    z-index: 2;
  }
  .article-news .article-inner .article-header {
    width: 25%;
  }
  .article-news .article-inner .article-body {
    width: 75%;
  }
  .article-news .item-inner {
  padding-bottom: 0;
  }
  .article-news .box-inner {
    display: flex;
    align-items: flex-start;
  }
  .article-news .item-inner a:hover {
    opacity: .8;
  }
  .article-news .news-item .box-heading {
    max-width: 22em;
    padding-top: 0;
  }
  .article-news ul.news-item {
    height: 16em;
  }
}
@media screen and (min-width: 992px) {
  .article-news .news-item .box-heading {
    max-width: 25em;
  }
  .article-news ul.news-item {
    height: 13em;
  }
}
@media screen and (min-width: 1200px) {
  .article-news .news-item .box-heading {
    max-width: 43em;
  }
}
/* .home .article-message */
.article.article-message {
  margin: 0 0 7em;
}
.article-message .article-inner {
  position: relative;
}
.article-message .article-inner .dec-string {
    top: -1.5em;
  }
.article-message .dec-block {
  display: flex;
  gap: 3em;
  align-items: baseline;
}
.article-message .dec-block .dec {
    border-radius: 4px;
  }
.article-message .dec-block .dec.dec_1st{
      background-color: var(--dark-purple);
      width: 3em;
      height: 3em;
      position: relative;
      bottom: -5em;
      right: -2em;
    }
.article-message .dec-block .dec.dec_2nd {
      width: 4em;
      height: 4em;
      background-color: var(--gray);
    }
.article-message .article-body .area-heading .heading-inner {
    font-size: 1.3em;
    margin-bottom: .5em;
  }
.article-message .article-body .text-box {
    line-height: 2;
    margin-bottom: 2em;
  }
.article-message .article-body .text-box .text-text {
        font-size: 1.1em;
        line-height: 2;
    }
.article-message .article-body .text-box .text-text span {
        color: var(--dark-purple);
        font-weight: 500;
      }
.article-message .article-body .img-img {
    text-align: right;
  }
.article-message .article-body .img-img .img {
      width: 30%;
    }
@media screen and (min-width:768px) {
  .article.article-message {
    margin: 0 0 10em;
  }
  .article-message .article-body .body-inner {
    padding-left: 7em;
  }
  .article-message .dec-string {
    margin-bottom: -5em;
  }
  .article-message .article-body .text-box {
    line-height: 2.5em;
  }
  .article-message .article-body .img-img .img {
    width: 15%;
  }
}
@media screen and (min-width: 1144px) {
  .article-message .article-body .area-heading .heading-inner {
    font-size: 1.7em;
  }
  .article-message .article-body .text-box {
    line-height: 2;
  }
  .article-message .article-body .text-box .text-text {
    font-size: 1.4em;
    line-height: 2.3;
  }
}

/* .home .article-service */
.article.article-service {
  margin-bottom: 0;
  max-width: 1600px;
  position: relative;
}
.article-service::before {
  content: '';
  background-color: var(--light-purple);
  display: inline-block;
  width: 1600px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.article-service .article-inner {
  padding: 2.5em 0 3em;
  max-width: 1320px;
  margin: 0 auto;
}
.article-service .article-inner .dec-string {
  top: -4.5em;
}
.article-service .article-heading {
  text-align: center;
}
.article-service .area-header .area-heading {
    text-align: center;
  }
.article-service .area-header .heading-inner span {
    background-color: #fff;
    border: solid 1px var(--dark-purple);
    border-radius: 2px;
    color: var(--dark-purple);
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.article-service .area-header .heading-inner span.free {
    background-color: var(--dark-purple);
    color: #fff;
    position: relative;
  }
.article-service .area-header .heading-inner span.free::before {
  position: absolute;
  content: '';
  width: 2em;
  height: 2em;
  border: .9px solid #fff;
}
.article-service .area-header .list-inner {
  margin-bottom: 2em;
}
.article-service .area-header .list-inner:nth-of-type(1) .area-heading .heading-inner {
  font-weight: 500;
  display: flex;
  gap: .3em;
  justify-content: center;
}
.article-service .card-outer {
  max-width: 430px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: center;
}
.article-service .card-inner .item-heading {
  color: #fff;
  background-color: var(--dark-purple);
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  height: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-service .card-inner .item-heading span {
    font-size: 1.2em;
    font-weight: 600;
  }
.article-service .card-inner .item-list {
  border: .5px solid var(--dark-purple);
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.article-service .item-list > .list-inner {
  width: 95%;
}
.article-service .item-list .list-inner.fee {
  text-align: center;
  color: var(--dark-purple);
  border-bottom: 1px solid var(--light-gray);
  height: 4.5em;
  padding-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-service .fee .fw-bold {
  font-size: 2em;
}
.article-service .fee .fw-thin {
  font-size: 1.3em;
}
.article-service .fee .fw-thin.tax {
  font-size: 1em;
}
.article-service .item-list .list-inner.about {
  border-bottom: 1px solid var(--light-gray);
  padding-bottom: 1em;
  font-weight: 600;
}
.article-service .align-right {
  text-align: right;
  font-weight: 400;
}
.article-service .item-list .list-inner {
  list-style: none;
}
.article-service .fee span:nth-of-type(1) {
    letter-spacing: -.3em;
  }
.article-service .fee span:nth-of-type(2) {
    letter-spacing: -.1em;
  }
.article-service .fee span:nth-of-type(3) {
    letter-spacing: -.125em;
  }
.article-service .fee span:nth-of-type(4) {
    letter-spacing: -.16em;
  }
.article-service .fee span:nth-of-type(5) {
    letter-spacing: -.4em;
  }
.article-service .card:nth-of-type(2) .item-list .list-inner.fee .text-text {
  font-weight: 600;
  font-size: 1.5em;
}
.article-service ul.list {
  line-height: 2;
}
@media screen and (min-width: 576px) {
  .article-service .article-inner {
    padding: 3.5em 1em 6em;
  }
  .article-service .article-inner .dec-string {
    top: -6.5em;
  }
}
@media screen and (min-width: 768px) {
  .article-service .article-inner .dec-string {
    top: -8em;
  }
  .article-service .article-inner .heading_styleA .heading-inner {
    font-size: 1.25em;
  }
  .article-service .area-header .heading-inner span {
    font-size: 1.6em;
    font-weight: 500;
  }
}
@media screen and (min-width:992px) {
  .article-service .list-inner.text-desc .text-text {
    min-height: 7em;
  }
  .article-service .card-outer {
    max-width: calc(470px * 2 + 2em);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 2em;
  }
  .article-service .card {
    width: calc((100% - 2em * 1) / 2);
  }
    .article-service .list-inner.text-desc .text-text {
    letter-spacing: -0.06em;
  }
}
@media screen and (min-width:1200px) {
  .article-service .card-outer {
    max-width: calc(430px * 2 + 2em);
  }
}

/* .home .article-voice */
.article-voice.article {
  margin: 6em 0;
}
.article-voice .box-heading {
  line-height: 1.75;
}
.article-voice .article-body {
  position: relative;
  margin: 0 auto;
}
.article-voice .article-body::before {
  background-color: rgba(var(--gray-rgb), .3);
  content: '';
  width: 1600px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.article-voice .article-body > .body-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 3em 0;
}
.article-voice .article-heading {
    text-align: center;
}
.article-voice .box-heading .line-1st {
  border-left: 2px solid rgba(var(--purple-rgb), .6);
  padding-left: .5em;
}
.article-voice .box-heading .line-2nd {
  display: block;
  font-size: 1.2em;
  padding: 0 .6em .5em;
  font-weight: 500;
}
.article-voice .item {
  margin: 0 0 5em;
  /* padding: 0 1em; */
}
.article-voice .item .box {
  background-color: #fff;
  box-shadow: .1em .1em .3em rgba(var(--black-rgb), .2);
  display: inline-block;
  padding: 1em 2em;
}
.article-voice .box-body .body-inner + .text-text {
  text-align: right;
}
.article-voice .item .item-inner {
  margin-bottom: 3em;
}
.article-voice .text-outer .text-text {
  position: relative;
  padding: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
}
.article-voice .text-text span {
  font-size: 1.15em;
  font-weight: 500;
  color: #686868
}
.article-voice .text-outer .text-text::before {
  color: var(--dark-purple);
  content: '“';
  font-size: 5.5em;
  position: absolute;
  top: -.5em;
  left: -.07em;
  display: block;
  width: 1em;
  height: 1em;
  opacity: .1;
}
.article-voice .btn a {
  border: var(--dark-purple) 1px solid;
  color: var(--dark-purple);
  display: inline-block;
  padding: .5em 2em;
}
.article-voice .btn a:hover {
  background-color: var(--dark-purple);
  color: #fff;
}
.article-voice .btn-inner {
  text-align: center;
  padding: 1em 0 1em;
}
.article-voice .btn-review a {
  padding: 1em 2em;
  color: #fff;
  background-color: var(--dark-purple);
}
.article-voice .btn-review a:hover {
  background-color: unset;
  border: var(--dark-purple) 1px solid;
  color: var(--dark-purple);
}
.article-voice .btn-review .btn-inner {
  margin: 0 0 3em;
}
@media screen and (min-width: 576px) {
  .article-voice .text-text {
    padding: 1em 1em 1em 2em;
  }
  .article-voice .text-outer .text-text {
    position: relative;
    padding: 1em 1em 0 2em;
    height: 6em;
  }
  .article-voice .box-body .body-inner + .text-text {
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .article-voice .item {
    padding: 2em 0;
    margin: 0 0 3em;
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
  }
  .article-voice .item .item-inner {
    margin-bottom: 0;
    width: calc((100% - (2em * 1)) / 2);
  }
  .article-voice .text-text {
    text-align: left;
  }
  .article-voice .text-outer .text-text {
    height: 12em;
  }
  .article-voice .area-header .header-inner {
    display: flex;
    justify-content: center;
  }
  .article-voice .text-text span {
    font-size: 1.2em;
  }
  .article-voice .text-outer .text-text::before {
    left: 0;
  }
  .article-voice .article-header .dec-string {
    top: -3em;
  }
  .article-voice .btn-inner {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .article-voice .item {
    margin: 0 0 3em;
  }
   .article-voice .text-outer .text-text {
    height: 7em;
  }
}
@media screen and (min-width: 1200px) {
  .article-voice .text-text {
    max-width: 42em;
  }
}
@media screen and (min-width: 1320px) {
  .article-voice .item {
    gap: 1.5em;
  }
  .article-voice .item .item-inner {
    width: calc((100% - (1.5em * 3)) / 4);
  }
  .article-voice .item .box {
    padding: 1em 1em;
  }
  .article-voice .text-text span {
    font-size: 1em;
  }
  .article-voice .text-outer .text-text {
    height: 8em;
  }
}

/* .home .article-strengths */
.article.article-strengths {
 margin: 0 0 6em;
}
.article-strengths .common-header .heading-outer {
  margin-bottom: 2em;
}
.article-strengths .article-heading {
  text-align: center;
}
.article-strengths .article-header .dec-string {
  top: -4.5em;
}
.article-strengths .heading_styleA {
  padding: 1em 0;
  font-size: 1.2em;
  text-align: center;
}
.article-strengths .item {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
.article-strengths .item .img-outer {
    overflow: hidden;
  }
.article-strengths .item .img-img {
    transition: all ease .3s;
  }
.article-strengths .item a:hover .img-img {
    transform: scale(1.1);
    transition: all ease .3s;
  }
.article-strengths .box-header .heading-inner {
  color: var(--dark-purple);
  font-size: 1.35em;
  font-weight: 500;
  padding: .5em 0 .25em;
}
.article-strengths .article-body {
  font-weight: 500;
}
.article-strengths .article-body .text-text {
  margin: 0 0 1.5em;
}
.article-strengths .article-body .btn-inner .text-link .link-inner {
  font-size: 1.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .article.article-strengths {
    margin: 10em 0;
  }
  .article-strengths .article-header .dec-string {
    top: -7.5em;
  }
  .article-strengths .item .text-text {
    height: 4em;
  }
  .article-strengths .area-heading_styleA {
    padding: 1em 0 2em;
  }
}
@media screen and (min-width: 992px) {
  .article-strengths .item {
    display: flex;
    flex-direction: row;
    gap: 1.5em;
  }
  .article-strengths .item .item-inner {
    width: calc((100% - (1em * 2)) / 3);
  }
}

/* .home article-contact */
.article-contact {
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 3em 1em 4em;
  margin: 0 auto 4em;
  position: relative;
}
.article-contact .contact-tel a {
  line-height: 1;
}
.article-contact .contact-tel .fa-phone {
  font-size: 1.5em;
}
.article-contact .img-img {
  position: relative;
  display: flex;
  justify-content: center;
}
.article-contact .img-img img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    max-width: 1320px;
    z-index: -1;
    position: absolute;
    bottom: -12em;
  }
.article-contact .img-img ::before {
    background-color: #1a191b;
    content: '';
    width: 100%;
    height: auto;
    opacity: .7;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
.article-contact .header-inner {
  text-align: center;
}
.article-contact .heading-inner {
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
}
.article-contact .heading-inner span.dot {
    position: relative;
  }
.article-contact .heading-inner span.dot::before {
  background-color: var(--red);
  position: absolute;
  content: '';
  display: block;
  width: .25em;
  height: .25em;
  border-radius: 50%;
  top: -.1em;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.article-contact .heading-inner span.marker {
    background: linear-gradient(transparent 70%, rgba(var(--purple-rgb), .2) 70%);
  }
.article-contact .text-box .box-inner .text-text {
  text-align: center;
  align-items: flex-start;
  }
.article-contact .contact {
  padding: 1em 0 0 0;
  display: flex;
  gap: 1.5em;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.article-contact .contact-tel {
  position: relative;
}
.article-contact .contact-tel::before {
  content: '※無料相談会は土日祝も承ります(事前予約制)';
  font-size: .84em;
  display: inline-block;
  position: absolute;
  bottom: -1.6em;
  white-space: nowrap;
}
.article-contact .contact-tel .tel-number {
  font-size: 2.4em;
}
.contact-tel .icon-icon .text-text {
  padding-bottom: 0.3em;
}
.contact-tel .link-inner > .text-text {
  margin: 0;
  text-align: center;
  display: flex;
   gap: .25em;
  align-items: center;
  justify-content: center;
}
.contact-tel .body-inner > .text-text {
  margin: -1em;
}
.article-contact .contact-tel .text-text .tel-number {
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: .05em;
  margin-bottom: 0.15em;
}
.article-contact .contact-tel .link-inner > .text-text {
  border-radius: 4px 4px 0 0;
  background-color: #94c140;
  color: #fffefd;
}
.contact-tel .link-inner .text-text:nth-of-type(2) {
  color: var(--text-color);
}
.article-contact .contact-tel ul {
  border-radius: 0 0 4px 4px;
  background-color:  #ebf4de;
  color: #fff;
  font-weight: 500;
  padding: 0 .25em .25em;
  display: flex;
  align-items: center;
  gap: .5em;
  justify-content: center;
}
.contact-tel ul .text-text {
  color: #5b5b5b;
  font-weight: 500;
  font-size: .9em;
  letter-spacing: -.025em;
  display: flex;
  gap: .5em;
}
.contact-tel ul .list-inner p > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-tel ul .list-inner p > span.time {
  font-size: 1.125em;
}
.contact-tel ul .list-inner p .day {
  display: flex;
  justify-content: space-between;
  width: 3em;
  font-size: 1em;
}
.contact-tel ul .list-inner p span.time {
  font-size: 1.1em;
}
.contact-tel ul .list-inner:nth-of-type(2) {
  line-height: 1.1;
}
.contact-tel ul + p {
  letter-spacing: -.05em;
}
.contact-email .body-inner {
  background-color: var(--light-orange);
  border-radius: 4px;
}
.contact-email .body-inner .text-text {
  color: #fff;
  font-weight: 500;
  font-size: 1.3em;
}
.contact-email .link-inner {
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-email .icon-icon {
  color: #fff;
}
.contact-email .icon-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-email .icon-icon .text-text {
  padding-bottom: .4em;
}
.contact-email p {
  margin: 0;
}
.contact-email .fa-envelope {
  font-size: 1.7em;
  font-weight: 600;
}
.contact-email:hover .body-inner {
  background-color: #f68b0c;
}
@media screen and (min-width: 768px) {
  .article-contact {
    margin: 0 auto 12em;
    width: 90%;
  }
  .article-contact .contact {
    display: flex;
    gap: 1em;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }
  .contact-tel .icon-icon img {
      width: 5.5em;
  }
}
@media screen and (min-width: 992px) {
  .home .article-contact {
    width: 80%;
  }
  .article-contact {
    width: 80%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-tel .text-text {
    margin-left: auto;
  }
}

/* column コラム関連 */
.archive-title {
  font-size: 1.6em;
  font-weight: 500;
  text-align: left;
  margin-bottom: 2em;
}
.archive-title .fa-folder-open {
    display: none;
  }
.single-post p {
  margin: 0;
}
.entry-card-title {
  font-weight: 600;
}
.cat_date-inner,
.tags-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
.cat,
.label {
  border-radius: 2px;
  padding: .1em .5em;
  width: 4em;
  text-align: center;
}
.cat a, .label a {
  color: #fff;
}
.cat.fudosan, .label.fudosan {
  background-color: var(--purple);
}
.cat.touki, .label.touki {
  background-color: var(--light-green);
}
.cat.souzoku, .label.souzoku {
  background-color: var(--light-orange);
}

/*.page-post 記事一覧ページ*/
@media screen and (min-width: 992px) {
  .category-column .archives-wrap .box > a,
  .archive .archives-wrap .box > a  {
    display: flex;
    align-items: flex-start;
  }
  .entry-card-content {
    width: 60%;
    margin-left: 1em;
  }
  .entry-card-thumb {
    width: 40%;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .entry-card-content {
    width: 66%;
  }
  .entry-card-thumb {
    width: 30%;
  }
}

/*.page-post 記事ページ*/
.single-post .wrapper-heading br {
  display: none;
}
.single-post .wrapper .img-outer {
  margin: 2em 0;
}
.single-post .article-contact .img-outer {
  margin: 0;
}
.single-post .img {
  width: 100%;
}
.single-post.category {
  align-items: center;
  display: flex;
  gap: 1em;
  margin-top: 1em;
}
.single-post .article-header .article-heading {
  padding: 2em 0 1em;
}
.single-post .article-contact .article-header .article-heading {
  padding: 0;
}
.single-post .article-contact .article-header .article-heading .heading-inner {
  font-size: 1.3em;
}
.single-post .wrapper-header .header-inner {
  position: relative;
}
.single-post .wrapper-header .header-inner::before {
  content: '';
  display: block;
  background-color: #7636A3;
  width: .3em;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
.single-post .wrapper-header .wrapper-heading {
  background-color: #ececec;
  padding: .8em .5em;
}
.single-post .wrapper-header .wrapper-heading span {
  font-size: 1.2em;
  font-weight: 500;
  display: inline-block;
  padding-left: .5em;
}
.single-post .wrapper .text-box {
  padding: 1em 1em 0;
}
.single-post .wrapper .text-box:last-child {
  padding-bottom: 1em;
}
.single-post .wrapper .text-box p.text-text {
  padding-bottom: 1em;
  line-height: 1.6;
}
.single-post .article .wrapper:last-of-type .text-box {
  margin-bottom: 0;
}
.single-post .box-heading {
  font-size: 1.1em;
  font-weight: 500;
}
.single-post .heading.styleD {
  margin-top: 1em;
}
.single-post .heading.styleD br {
  display: none;
}
.single-post .text-box .box-heading_styleA {
  position: relative;
  padding-left: 1.1em;
  margin-bottom: .5em;
}
.single-post .text-box .box-heading_styleA::before {
  background-color: #7636A3;
  content: '';
  width: .6em;
  height: .6em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(45deg);
}
.single-post .text-box .box-heading_styleA br {
  display: none;
}
.single-post .wrapper .box_styleB .box-header {
  position: relative;
  padding-left: 1em;
}
.single-post .wrapper .box_styleB .box-header::before {
  content: '';
  background-color: #7636A3;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 7px;
  height: 13px;
  display: inline-block;
  position: absolute;
  top: .25em;
  left: 0;
}
.single-post .wrapper .box_styleB .heading-inner br {
  display: none;
}
.single-post .wrapper .box_styleB .text-text {
  /* padding-left: 1em; */
}
.single-post .wrapper .box_styleC br {
  display: none;
}
.single-post .wrapper .dl {
  position: relative;
  /* padding-left: 1em; */
}
/* .single-post .wrapper .dl br {
  display: none;
} */
.single-post .wrapper .dl + p {
  padding-left: 1em;
}
.next-column .btn-inner {
  display: flex;
  justify-content: center;
  margin: 5em 0 5em 0;
}
.single-post .wrapper .dl.dl_styleA .dt {
  font-weight: 500;
  font-size: 1.1em;
}
.single-post .wrapper .dl.dl_styleA .dl-inner {
  padding-bottom: 1em;
}
.next-column .text-link {
  padding: 1em 3em;
  color: #7636a4;
  border: 1px solid #7636a4;
  transition: all ease .3s;
  position: relative;
}
.next-column .text-link::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #7636a4;
  border-right: 1px solid #7636a4;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.next-column .text-link .link-inner {
  padding-right: 1em;
}
.single-post .btn-btn a:hover {
  color: white;
  background-color: #7636a4;
  transition: all ease .3s;
}
.single-post .btn-btn a:hover.text-link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.single-post .wrapper.flow ol {
  padding: 0 1em 1em;
  margin: 0;
}
.single-post .list-inner-header span {
  font-size: 1.1em;
  font-weight: 500;
}
.single-post  ul.item_styleA ul.list {
	padding: 1em 0;
	padding: 0 0 0 2em;
}
.single-post ul.item_styleA .item-inner {
	padding-bottom: 1em;
}
.single-post ul.item_styleA .list-heading .heading-inner {
	padding: 1em;
}
.single-post ul.item_styleA .list-body {
	padding: 0 1em;
}
.single-post ol.list > .list-inner {
  padding-bottom: 1em;
}
.single-post ol.list .list-inner:last-of-type {
  padding-bottom: 0;
}
.single-post .table-box .box-inner {
  padding: 1em;
}
.single-post .table .thead {
  background-color: var(--light-purple);
}
.single-post .table .tbody .th {
  background-color: rgba(var(--gray-rgb), .5);
  white-space: nowrap;
}
.single-post .table .th {
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}
.single-post .table .td {
  border-right: 1px solid var(--gray);
  text-align: center;
}
.postid-158 .wrapper.flow ol.list {
  padding-top: 0;
}
.single-post .heading-inner.right-hand {
  padding: .5em 0;
  display: flex;
  align-items: center;
}
.single-post .heading-inner.right-hand br {
  display: none;
}
.single-post .text-text.right-hand {
  padding-left: 1em;
}
.fa-hand-point-right + br {
  display: none;
}
@media screen and (min-width: 951px) {
  .single-post .article-inner {
    border: 1px solid #e4e4e4;
    padding: 2em 1.5em;
  }
  .single-post .article-contact .article-inner {
    border: unset;
    padding: 0;
  }
  .single-post .category {
    margin-top: 0em;
  }
}
#pager-post-navi:has(.next-post-only) {
  justify-content: flex-end;
}
#pager-post-navi:has(.prev-post-only) {
  justify-content: flex-start;
}
.pager-post-navi {
  display: flex;
  justify-content: space-between;
}
.pager-post-navi a {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 2em 0;
  }
.pager-post-navi a.next-post {
      flex-direction: row-reverse;
    }
.pager-post-navi a:hover {
      color: var(--dark-purple);
    }

/* サイドバー */
.sidebar {
  margin-bottom: 3em;
}
.items-nav .nav-heading {
  background-color: #c4c4c4;
  color: #fff;
  text-align: center;
  padding: 1em;
}
.items-nav {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.service-nav.service .categories-menu {
  margin: 0;
  border: 1px solid var(--gray);
  border-bottom: none;
}
.service-nav.service .categories-menu .menu-inner {
    border-bottom: 1px solid var(--gray);
    padding: 1em;
    cursor: pointer;
  }
.service-nav.service .categories-menu .menu-inner:hover {
      background-color: var(--gray);
    }
.service-nav.service .categories-menu a {
    display: block;
  }
.service-nav.service .categories-menu .fa-icon {
  color: var(--dark-purple);
  line-height: 1em;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  position: absolute;
  top: 0;
  right: .5em;
  bottom: 0;
  z-index: 3;
  transition: color .23s ease;
}
.related.service-nav {
  border: 1px solid var(--gray);
  border-top: unset;
  margin-top: 1em;
}
.related.service-nav .img-outer {
  text-align: center;
  padding: 0 .5em .8em;
  margin: 0;
}
.related.service-nav .img-outer img {
    width: 13em;
  }
.related-service-content {
  display: flex;
  justify-content: center;
}
.related-service-content p {
    margin: 0;
  }
@media screen and (min-width: 768px) {
  /* .side-wrapper .side-wrapper-inner {
    display: flex;
    position: relative;
  } */
  .page .main-inner > .wrapper > .wrapper-inner,
  .archive.post-type-archive .main-inner > .wrapper > .wrapper-inner,
  .archive.category .main-inner > .wrapper > .wrapper-inner,
  .single-post .main-inner > .wrapper > .wrapper-inner {
    display: flex;
  }
  .sidebar {
    min-width: 320px;
  }
  .sidebar-list {
    margin-left: 2em;
    position: sticky;
    top: 5em;
  }
}

/* 下層ページ */
body:not(.home) .main {
  margin-top: 0;
}
body:not(.home) .visual .block-inner {
  display: flex;
  justify-content: center;
}
body:not(.home) .visual .img-img {
  position: relative;
  position: relative;
  height: 25em;
  width: 100vw;
  max-width: 1240px;
}
.visual {
  position: relative;
  height: 21em;
}
.visual .visual-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 11;
}
.visual .visual-inner .title-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4em;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.visual .visual-inner .main-text {
  font-size: 1.3em;
  text-align: left;
  font-weight: 500;
  position: relative;
}
.visual .visual-inner .main-text::before {
  position: absolute;
  content: '';
  top: .8em;
  margin: auto 0;
  background-color: var(--text-color);
  width: 2em;
  height: 1px;
  left: -2.5em;
}
.visual .visual-inner .main-text::after {
  position: absolute;
  content: '';
  top: .8em;
  background-color: var(--text-color);
  width: 2em;
  height: 1px;
  right: -2.5em;
}
.visual::before, .visual .slide-inner::before {
  background: url(../img/page_fv.webp) center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body:not(.home) .article-heading {
  border-bottom: 1px solid var(--dark-purple);
  padding-bottom: .15em;
  margin: 0 0 2em;
  display: flex;
  flex-direction: column;
}
body:not(.home) .article-contact .article-heading {
  border-bottom: none;
  margin: 0;
}
body:not(.home) .article-heading .title-jp {
    font-size: 1.3em;
  }
body:not(.home) .article-heading .title-en {
  color: var(--dark-purple);
  font-size: .9em;
  font-weight: 500;
  }
.page-contents {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .visual {
    height: 23em;
  }
  .visual .visual-inner .title-inner {
    top: 6em;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

/* company */
.company-page.staff .img-img {
  text-align: center;
}
.company-page.staff img {
  width: 18em;
}
.company-page.staff .name {
  display: flex;
  justify-content: center;
}
.company-page.staff .name .name-inner {
  margin: 0 0 1em;
  margin: 1em 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.company-page.staff .name p {
  margin: 0;
}
.company-page.staff .name .name-name {
  font-weight: 500;
  line-height: 1.4;
  display: block;
}
.company-page.staff .name .position {
  color: #929292;
  font-weight: 500;
  font-size: 1.1em;
}
.company-page.staff .name .name-jp {
  font-size: 1.6em;
}
.company-page.staff .name .name-en {
  font-size: .9em;
  font-weight: 500;
  letter-spacing: .05em;
  margin-left: .25em;
}
.company-page.staff .profile .list-heading {
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 1.1em;
  display: inline-block;
}
.company-page.staff .profile .list-heading .major {
  color: var(--dark-purple);
}
.company-page.staff .profile .major-list {
  padding: .5em;
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
  gap: .3em;
}
.company-page.staff .profile .major-list .list-inner {
  border-radius: 50%;
  background: linear-gradient(45deg, #eeeeee, #ffffff);
  color: #5a4a96;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.3;
  width: 7em;
  height: 7em;
  padding: .75em 1em;
  display: flex;
  align-items: center;
}
.company-page.net-work .article-header span {
  letter-spacing: -.02em;
}
.company-page.net-work img {
  padding: 1em;
}
.company-page.net-work .text-text {
  max-width: 47em;
}
.company-page.overview .table.typeA .th {
  width: 10em;
}
.company-page.overview .table .tr:first-of-type td {
  white-space: nowrap;
}
.company-page.overview .tr.tel-fax .td .td-inner .tel, 
.company-page.overview .tr.tel-fax .td .td-inner .fax {
  width: 2em;
}
.company-page.overview .td .day, 
.company-page.overview .td .day-off {
  width: 3em;
  display: flex;
  justify-content: space-between;
}
.company-page.overview .tr.tel-fax .td .td-inner .text-text {
  margin: 1em 0 0;
}
.company-page.overview .tr.tel-fax .td .td-inner .box .list-inner {
  display: flex;
  gap: 1em;
}
.company-page.overview .tr.hours .td > span {
  margin-bottom: 1em;
  display: flex;
  gap: 1em;
}
.company-page.overview tr:nth-of-type(3) ul.list .list-inner {
  margin-bottom: .5em;
}
.company-page.overview tr:nth-of-type(3) ul.list .list-inner::marker {
  color: var(--dark-purple);
}
.company-page.access .map-map .map-inner {
  width: 100%;
  height: 24em;
}
@media screen and (min-width: 768px) {
  .company-page .profile .nowrap {
      white-space: unset;
  }
}
@media screen and (min-width: 992px) {
  .company-page.staff img {
      width: 15em;
  }
  .company-page.staff .page-contents {
    display: flex;
    justify-content: center;
  }
  .company-page.staff .page-contents .profile {
    margin-left: .5em;
  }
}
@media screen and (min-width: 1144px) {
  .company-page.net-work .img-img {
    text-align: center;
  }
  .company-page.net-work img {
    padding: 1em 0;
    margin: 1em 0;
    width: 45em;
  }
  .company-page.staff .page-contents .profile {
    margin-left: 2em;
  }
}

/* price */
.price-page .article-body .body-inner > ul {
  background-color: rgba(var(--gray-rgb), .3);
  padding: 1em 1em 1em 2em;
}
.price-page .article-heading span {
    font-size: 1.5em;
  }
.price-page .box {
  margin-bottom: 3em;
}

/* service-souzoku */
.service .body-content {
    padding: 1em 1em 1em 0;
  }
.service .body-inner .list {
    margin: 0;
  }
.service .body-inner.recommendation .body-content {
  background-color: rgba(var(--light-brown-rgb), .05);
}
.service .body-inner.detail .body-content {
  background-color: rgba(var(--purple-rgb), .05);
}
.article-souzoku .list-inner {
  margin-bottom: 2em;
}
.article-souzoku .list-inner .box .body-inner {
  display: flex;
  flex-direction: column;
  padding-top: 1.5em;
  }
.article-souzoku .list-inner .icon-icon img {
  width: 4em;
}
.article-souzoku .list-inner .icon-inner {
  text-align: center;
}
.article-service-menu .box-heading {
  text-align: center;
}
.article-service-menu .box-inner {
  border: 1px solid var(--gray);
  border-top: 10px solid rgba(var(--gray-rgb), 1);
  margin-bottom: 3em;
  padding: 2em 1em;
  }
.article-service-menu .box-heading .heading-inner {
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
}
.article-service-menu ul,
.article-service-detail ul {
  font-weight: 500;
}
.article-service-menu ul .list-inner,
.article-service-detail ul .list-inner {
  margin-bottom: 0.25em;
}
.article-service-menu .kome {
  border: 1px solid #cdcdcd;
  padding: 1em;
}
.article-service-detail .list-inner:last-of-type .body-content {
  padding: 1em;
}
.article-service-detail .list-inner:last-of-type .body-content p {
    margin: 0;
  }
.article-service-detail .list-inner:last-of-type .body-content p:first-of-type {
    margin-bottom: 1em;
  }
.article-yigon .list-inner {
  background-color: rgba(var(--gray-rgb), .4);
  padding: 1em;
  margin-bottom: 1.5em;
  position: relative;
}
.article-yigon .list-inner .box .box-heading {
  text-align: center;
  padding: 1em 0;
  padding: 1em 1em 1em 0;
  margin: 1.5em 0 0;
}
.article-yigon .list-inner .box .box-heading .case {
  background-color: rgba(var(--purple-rgb), .8);
  color: #fff;
  padding: .5em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: .25em;
}
.article-yigon .list-inner .box .box-heading .case .num {
  font-size: 1.3em;
}
.article-yigon .list-inner .box .box-heading .case-title {
  font-size: 1.2em;
  font-weight: 600;
}
.article-yigon .list-inner:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .article-yigon .list-inner {
    padding: 1em 2em 2em;
  }
  .article-service-detail .list-inner:last-of-type .body-content {
    padding: 2em;
  }
}
@media screen and (min-width: 992px) {
  .article-yigon .list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
  }
  .article-yigon .list .list-inner {
    padding: 1em 3em 2em;
  }
  .article-yigon .list .case-title br {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .article-yigon .list .list-inner {
    padding: 1em 2em 2em;
    margin-bottom: 0;
  }
  .article-yigon .list .list-inner .box-heading {
    padding: 1em 0 2em;
  }
  .article-yigon .list .list-inner .body-inner {
    display: flex;
    align-items: center;
  }
  .article-yigon .list .list-inner .img-outer {
    width: 40%;
  }
  .article-yigon .list .list-inner .text-text {
    width: 60%;
    margin: 0 0 0 1em;
  }
  .article-souzoku .list-inner .text-text {
    padding: 0 2em;
  }
}


/* service-saimu */
.article-saimu .list {
  margin-bottom: 3em;
}
.article-saimu .list-inner {
  margin-bottom: 2em;
}
.article-saimu .list-inner .icon-inner {
  text-align: center;
  margin-top: 1em;
}
.article-saimu .list-inner img {
  width: 5em;
  height: 5em;
}
.article-saimu .list-inner .text-header {
  text-align: center;
  padding: 1em 0 0;
}
.article-saimu .list-inner .text-text {
  padding: 0 1em;
}
.article-saimu .body-inner > .box .img-img {
  text-align: center;
}
.article-saimu .body-inner > .box img {
  max-width: 38em;
  padding: 1em 0;
  margin: 1em 0;
}
.article-saimu .text-outer .text-heading {
  font-weight: 600;
}
.article-step {
  border-bottom: 1px solid var(--dark-purple);
  padding-bottom: 5em;
  margin: 0 0 3em;
}
.article-step ol.step > li {
  margin: 0 0 3em;
}
.article-step ol.step > li .cell {
  padding: 1em 1em 2em;
  display: flex;
  /* gap: 1em; */
  position: relative;
}
.article-step ol.step > li .cell::before {
  background-color: var(--brown);
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  left: 3em;
  top: 5.5em;
}
.article-step ol.step > li .cell .cell-heading {
  margin-left: 1em;
}
.article-step ol.step > li .cell .cell-heading .heading-inner {
  font-size: 1.2em;
  font-weight: 600;
  padding: 1em 0;
}
.article-step ol.step > li .cell .img, .article-step ol.step > li .cell .cell-body .text-text {
  max-width: 34em;
}
.article-step ol.step > li .cell .cell-inner:first-of-type {
  margin-right: 1em;
}
.article-step .num .serif-en .string {
  background-color: rgba(var(--purple-rgb), .3);
  border-radius: 50%;
  color: #62554e;
  text-align: center;
  width: 4em;
  height: 4em;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-price {
  margin: 0 0 5em;
  text-align: right;
  padding: 0 0 2em;
}
.btn.btn-price .link-inner {
  font-size: 1.2em;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .article-souzoku .list,
  .article-saimu .list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
  }
  .article-souzoku .list .list-inner, .article-saimu .list .list-inner {
    width: calc((100% - (2em * 1)) / 2);
    margin-bottom: 0;
    padding: 0;
  }
  .article-souzoku .list .heading-inner br, .article-saimu .list .heading-inner br {
    display: none;
  }
  .article-saimu .body-inner > .box .box-body {
    margin-top: 1em;
  }
  .article-step ol.step > li {
    margin: 0 0 6em;
  }
  .article-step ol.step > li .cell::before {
    height: 100%;
  }
}

/* review */
.review .article-body .text-box > .box-inner {
  padding: 1em 1em;
  background-color: rgba(var(--gray-rgb), .3);
  margin-bottom: 2em;
}
.review .article-body .text-box > .box-inner .text-text {
  text-align: center;
  margin: 0;
}
.review .box-heading .line-1st {
  border-left: 2px solid rgba(var(--purple-rgb), .6);
  padding-left: .5em;
}
.review .box-heading .line-2nd {
  display: block;
  font-size: 1.4em;
  padding: .2em .5em .5em;
  padding-left: .5em;
  font-weight: 500;
}
.review .box-review .box-inner {
  box-shadow: .1em .1em .3em rgba(var(--black-rgb), .2);
  padding: 1em;
  margin-bottom: 3em;
  position: relative;
}
.review .box-review .box-inner .item-inner.evaluation .text-text {
  background-color: rgba(var(--purple-rgb), .8);
  text-align: center;
  width: 5em;
  height: 5em;
  position: absolute;
  top: 0;
  right: 0;
  padding: .5em;
  margin: 0;
}
.review .box-review .box-inner .item-inner.evaluation .text-text > span {
  color: #fff;
}
.review .box-review .box-inner .item-inner.evaluation .text-text .fz-large {
  font-size: 0.8em;
  font-weight: 600;
  display: inline-block;
}
.review .cell-inner.text-outer {
  padding: 0 1em;
}
.review .box-review .cell-heading .heading-inner {
  font-weight: 500;
}
.review .box-review .cell-heading .num {
  display: block;
  position: absolute;
}
.review .box-review .cell-heading .num + span.string {
  display: inline-block;
  padding-left: 1em;
}
.review .box-review .cell-body .body-inner {
  padding: 0 1em;
}
.review .img-img {
  margin: 1em 0 3em;
}
.review .module-inner {
  border-bottom: 1px solid var(--gray);
  margin-bottom: 1em;
}
.review .item-inner.handle-name {
  position: relative;
}
.review .item-inner.handle-name::before {
  border-radius: 50%;
  background-color: rgba(var(--purple-rgb), .8);
  content: '';
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.review .item-inner.handle-name .text-text {
  padding-left: 1.5em;
}
@media screen and (min-width: 1200px) {
  .review .box-review {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
  }
    .review .box-review .box-inner {
    width: calc((100% - (2em * 1)) / 2);
    margin-bottom: 0;
  }
}

/* privacy */
.privacy .item .list-body .text-text,
.inquiry .item .list-body .text-text {
  padding-left: 1em;
  margin-top: 0;
}
.privacy .privacy-contents {
  padding: 1em 2em;
}
.privacy ol .block-heading .heading-inner, .inquiry ol .block-heading .heading-inner {
    color: var(--brown);
    font-size: 1.25em;
  }
.privacy ol li::marker, .inquiry ol li::marker {
    color: var(--brown);
    font-size: 1.25em;
  }
.privacy .box-heading .heading-inner,
.inquiry .box-heading .heading-inner {
  font-weight: 500;
  padding: 1em 0;
  color: rgba(var(--navy-rgb), .8);
  position: relative;
}
.privacy .box-heading .heading-inner .symbol, .inquiry .box-heading .heading-inner .symbol {
  position: absolute;
}
.privacy .box-heading .heading-inner .text-text, .inquiry .box-heading .heading-inner .text-text {
  display: inline-block;
  padding-left: 1em;
}
.privacy .box-heading .heading-inner .text-text.marker, .inquiry .box-heading .heading-inner .text-text.marker {
    /* background: linear-gradient(transparent 50%, rgba(var(--light-brown-rgb), .3) 50%); */
   }
.privacy .text-outer p,
.inquiry .text-outer p {
  text-align: right;
  font-weight: 500;
  padding: 1em 0;
}
.privacy .list-body .body-inner .text-text {
  margin-top: 0;
  padding-left: 1em;
}

/* .inquiry */
.inquiry .privacy-contents {
  padding: 1em 1em;
}
.inquiry .contact-box{
  display: flex;
  justify-content: flex-end;
}
.inquiry .contact-box .text-block {
  margin: 2em 0 0;
  font-weight: 500;
}
.inquiry .contact-box .text-text {
  margin: 0;
}
.inquiry .scroll-wrap {
  background-color: #fff;
  border: 1px solid var(--dark-gray);
  width: 100%;
  height: 15em;
  overflow: scroll;
  padding: 2em 1em;
}
.inquiry .scroll-wrap + p {
  text-align: center;
}
.inquiry .wrapper-heading {
  text-align: center;
}
.inquiry .wrapper-heading .heading-inner {
  text-align: center;
  font-weight: 600;
  font-size: 1.03em;
}
.page-form {
  background-color: var(--light-purple);
  padding: 1em 1em 3em;
  /* display: flex; */
  justify-content: center;
}
.page-form input[type=radio],
.page-form input[type=checkbox] {
  display: none;
}
.page-form textarea {
  width: 100%;
}
.page-form .form-form .item-inner {
  padding: 2em 1em;
}
.page-form .form-form .item-inner:not(:last-of-type) {
  border-bottom: 1px solid #adadad;
}
.page-form .form-form .scroll-wrap .item-inner {
  padding: 0;
  border-bottom: unset;
}
.page-form .form-form input {
  width: 100%;
  padding: 1em;
  border: 1px solid #b8b8b8;
}
.page-form .icon {
  color: #fff;
  padding: .25em 1em;
  margin-right: 1em;
}
.page-form .icon.required {
  background-color: var(--red);;
}
.page-form .icon.optional {
  background-color: var(--purple);;
}
.list.radio-outer {
  padding: 2em 0 0;
  display: flex;
  justify-content: center;
  gap: 1em;
}
.list.radio-outer label {
  position: relative;
  padding-left: 1.25em;
}
input[type="radio"] + span::before {
  border-radius: 50%;
  width: 1.1em;
  height: 1.1em;
  background-color: #fff;
  border: 1px solid var(--dark-purple);
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: .25em;
  left: 0;
  z-index: 11;
  transition: .3s background-color ease, .3s border-color ease;
}
input[type="radio"] + span::after {
  content: "";
  /* background-color: rgba(var(--ag_navy_blue-rgb), 1); */
  border-radius: 50%;
  width: .7em;
  height: .7em;
  top: .45em;
  left: .2em;
  display: block;
  position: absolute;
  z-index: 5;
  opacity: 0;
  transition: .3s opacity ease;
}
input[type="radio"]:checked + span::after {
  background-color: var(--purple);
  opacity: 1;
  z-index: 11;
}
input[type="checkbox"] + span {
  position: relative;
  padding-left: 1.25em;
}
input[type="checkbox"] + span::before {
  background-color: #fff;
  border: 1px solid var(--dark-purple);
  content: "";
  display: block;
  width: 1.04em;
  height: 1.04em;
  margin: auto;
  position: absolute;
  top: .25em;
  left: 0;
  z-index: 3;
  transition: .3s background-color ease, .3s border-color ease;
}
input[type="checkbox"]:checked + span::before {
  background-color: var(--purple);
  border-color: var(--purple);
}
input[type="checkbox"] + span::after {
  opacity: 0;
}
input[type="checkbox"]:checked + span::after {
  border-color: #fff;
  border-bottom: .25em solid #fff;
  border-left: .25em solid #fff;
  width: 1.1em;
  height: .7em;
  top: .25em;
  left: .1em;
  transform: rotate(-45deg);
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  transition: .3s opacity ease;
}
.inquiry .submit {
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
}
.inquiry input[type="submit"] {
  background-color: rgba(var(--purple-rgb), 1);
  border: 1px solid rgba(var(--purple-rgb), 1);
  color: rgba(var(--white-rgb), 1);
  font-weight: bold;
  font-weight: 700;
  letter-spacing: .17em;
  padding: 1.5em 2em 1.5em 2.17em;
  transition: .3s background-color ease, .3s border-color ease, .3s color ease;
}
.inquiry .input-submit:disabled {
  background-color: var(--gray);
  border-color: var(--purple);
  /* pointer-events: none; */
}
.submit-btn {
  text-align: center;
  padding: 1em 0 0 0;
  margin: 1em 0 0 0;
}
.submit-btn .btn-inner {
    max-width: 20em;
    margin: 0 auto;
  }
.submit-btn .btn-inner input {
  cursor: pointer;
  /* pointer-events: none; */
}
.scroll-wrap + p .input-text-inner {
  /* pointer-events: none; */
}
.inquiry #id-prefecture {
  border: 1px solid #b8b8b8;
  text-align: center;
  width: 100%;
  height: 2.5em;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .page-form {
    padding: 2em 3em 5em;
  }
  form {
    padding: 0 1em;
  }
  .form-form {
    gap: 1em;
    align-items: center;
  }
  .form-form .item > .item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form-form .item-heading {
    width: 33%;
  }
  .form-form form .item-inner:not(:last-of-type) .text-block {
    width: 67%;
  }
  .inquiry form .text-block .scroll-wrap {
    width: 80%;
  }
  .list.radio-outer {
    padding: 0;
  }
  form .item-inner:last-of-type .text-block > .text-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .inquiry #id-prefecture {
    width: 50%;
  }
}

/* .thanks */
.contact-thanks-page {
  width: 100%;
}

/* 2026-06-19 */
.single-post .wrapper .text-box p.text-text.list-before {
  padding-bottom: .1em;
}
.single-post .text-text.list-after {
  margin-top: -.9em;
}
/* .single-post .entry-content .list-box .list.normal-list {
  list-style-type: disc;
  margin: 0 0 1em;
} */
.single-post ol.list.style-none .list-inner,
.single-post .list.normal-list .list-inner {
  padding-bottom: 0;
}
/* .single-post .entry-content ul.list.style-none {
  padding-left: 0;
} */

/* 2026-06-23 added sns */
.footer ul.sns-list {
  margin: 2em 0;
  display: flex;
  justify-content: center;
  gap: 2em;
}
.footer .sns img {
  width: 3em;
}

/* 2026-07-14 added */
/* 営業時間の記載（ヘッダーとフッター直前にある）を元に戻すときは、2026-07-14で追記したものは全て消す。
3072行目はコメントアウトを外す。 */


/* 2026-07-22 */
.article-news .article-inner {
  border: 10px solid rgb(var(--dark-purple-rgb), .2);
  border-top: 14px solid rgb(var(--dark-purple-rgb), .8);
}
@media screen and (min-width: 768px) {
  .article-news .article-inner {
    border: unset;
    border-top: unset;
  }
}

/* mainvisual */
.mainvisual-inner .mainvisual-catch .catch-heading {
  background-color: rgba(var(--dark-purple-rgb), .9);
  color: white;
  font-size: 1.5em;
  font-weight: 600;
  padding: .5em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mainvisual-inner .mainvisual-catch .catch-heading {
    font-size: 2em;
  }
}
@media screen and (min-width: 992px) {
  .mainvisual-inner .mainvisual-catch .catch-heading {
    background-color: unset;
    top: 4em;
    right: .3em;
  }
  .mainvisual-inner .mainvisual-catch .catch-heading span {
    position: relative;
  }
  .mainvisual-inner .mainvisual-catch .catch-heading > span::before {
    background: url(../img/fv_right.png) no-repeat center / contain;
    content: '';
    position: absolute;
    top: -.7em;
    bottom: -.7em;
    right: -1.5em;
    left: -1.5em;
    z-index: -1;
  }
}
@media screen and (min-width: 1144px) {
  .mainvisual .name .text-text {
    top: -9.9em;
  }
  .mainvisual-inner .mainvisual-catch .catch-heading {
    background-color: unset;
    font-size: 2.6em;
    top: 3.5em;
  }
  .mainvisual .box .mainvisual-catch .catch-heading {
    font-size: 1.6em;
    height: 4.1em;
  }
}
@media screen and (min-width: 1200px) {
  .mainvisual .heading-inner {
    top: 5.25em;
  }
  .mainvisual-inner .mainvisual-catch .catch-heading {
    top: 4.5em;
  }
  .mainvisual .box .mainvisual-catch .catch-heading {
    font-size: 1.6em;
  }
  .mainvisual .box {
    bottom: 1em;
  }
}

/* contact-area */
.header .contact-area .list-inner.tel .day-day {
  font-size: .83em;
  letter-spacing: -.08em;
}
.contact-area .contact {
  border: 5px solid var(--navy);
  background-color: #fff;
  height: 4.5em;
  display: flex;
}
.contact-area .list-inner.tel,
.contact-area .list-inner.mail {
  width: 50%;
}
.contact-area .list-inner.mail {
  background-color: var(--light-orange);
  border-right: 4px solid var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-area .list-inner.mail .fa-envelope {
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
}
.contact-area .list-inner.tel {
  background-color: #94c140;
  position: relative;
}
.contact-area .list-inner.tel .fa-phone {
  color: #fff;
  font-size: 1.4em;
}
.contact-area .list-inner.tel .tel-number {
  font-size: 1.5em;
  font-weight: 500;
}
.contact-area .list-inner.tel .text-text {
  text-align: center;
  position: relative;
  bottom: .1em;
  /* line-height: 1.4; */
}
.contact-area .list-inner.tel .text-text .tel-number{
  color: #fff;
}
.contact-area .list-inner.tel .link-inner + .text-text {
  background-color: #ebf4de;
  color: var(--text-color);
  font-weight: 500;
  margin-top: -1.5px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .25em;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .contact-area .contact {
    border: unset;
    height: 3em;
  }
  .contact-area .list-inner.tel {
    border-radius: 4px;
    width: 100%;
  }
  .contact-area .list-inner.tel .tel-number {
    font-size: 1.6em;
  }
  .contact-area .list-inner.tel .link-inner {
    border-radius: 4px;
    color: #fff;
    line-height: 1.3;
  }
  .contact-area .list-inner.tel .link-inner + .text-text {
    border-radius: 0 0 4px 4px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 .5em;
  }
  .contact-area .list-inner.tel .day-day {
    letter-spacing: -.12em;
    font-size: .96em;
  }
  /* .contact-area .list-inner.tel .time {
    font-size: .95em;
    letter-spacing: -.05em;
  } */
  .contact-area .list-inner.tel .fa-phone {
    position: relative;
    bottom: .05em;
  }
  .contact-area .list-inner.mail {
    border-radius: 4px;
  }
  .contact-area .list-inner.mail {
    border-right: unset;
  }
  .header .contact-area .open-time .list-inner.tel .text-text  {
    letter-spacing: -.09em;
  }
}

/* 2026-08-25 added */
.single-post .box_styleB .box-body {
  padding-top: .5em;
}
.single-post ul.item .list-heading .heading-inner,
.single-post ul.list.number {
  position: relative;
  padding-left: 1em;
}
.single-post ul.item .list-heading .heading-inner span.num,
.single-post ul.list.number .num {
  position: absolute;
  left: 0;
}
.single-post .text-text.hand {
  position: relative;
  padding-left: 1.25em;
}
.single-post .text-text.hand .fa-hand-point-right {
  position: absolute;
  left: 0;
  top: 0.3em;
}
.single-post ul.list {
  list-style: disc;
}
.single-post .wrapper ul.list.style-none {
  list-style: none;
  padding-left: 1em;
}
/* .single-post .box_styleB ul.list {
  padding-left: 1em;
} */
.single-post .box_styleB {
  padding-bottom: 1em
}
.single-post .wrapper .text-box .box_styleB p:last-of-type {
  padding-bottom: 0;
}
.single-post .kome .kome-inner {
  padding-left: 1em;
}

/* 2026-09-11 */
.tel ul {
  border-top: 2px solid #d2d2d2;
  background-color: #ebf4de;
  color: #5e5e5e;
  font-weight: 500;
  padding: 0 .1em;
  display: flex;
  align-items: center;
  gap: .5em;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.5em;
  right: 0;
  left: 0;
}
.header .tel .day,
.header .tel .day-off {
  letter-spacing: -.16em;
  font-size: .7em;
}
.header .tel .time {
  font-size: .8em;
}
@media screen and (min-width: 992px) {
  .header .tel ul {
    border-radius: 0 0 4px 4px;
    padding: 0 .25em;
    position: unset;
    gap: .25em;
  }
  .header .tel .time {
    font-size: .9em;
    letter-spacing: -.05em;
  }
  .header .tel .day,
  .header .tel .day-off {
    font-size: .8em;
  }
}

.article-contact .contact-inner.tel,
.article-contact .contact-inner.mail {
  width: 80%;
  height: 4em;
}
.article-contact .contact-inner.tel .body-inner {
  display: flex;
  justify-content: center;
}
.article-contact .contact-inner.tel  a {
    height: 2.5em;
    display: flex;
    align-items: center;
}
.article-contact .contact-inner.tel p {
  margin: 0;
}
.article-contact .contact-area .list-inner.tel .link-inner {
  line-height: unset;
}
.article-contact .contact-area .list-inner.tel .tel-number {
  font-size: 1.9em;
}
.article-contact .contact-inner.tel .time {
  font-size: 1em;
}
.article-contact .contact-inner.tel .day,
.article-contact .contact-inner.tel .day-off {
  font-size: 0.9em;
}
.article-contact .open-time .list-inner > .text-text {
  letter-spacing: -0.03em;
}
.contact-area ul.style-none {
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .article-contact .contact-inner.tel,
  .article-contact .contact-inner.mail {
    width: 30%;
  }
}
/*  */