@import url(../icons/bootstrap-icons/font/bootstrap-icons.css);
@import url(../icons/fontawesome-6.7.1/css/all.min.css);
@import url(../icons/materialdesign/css/all.min.css);
@import url('https://cdn.jsdelivr.net/npm/@mdi/font@7.4.47/css/materialdesignicons.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Petit+Formal+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New&display=swap');


/***  Common   ***/
.btn-black {
  --bs-btn-color:#fff;
  --bs-btn-bg:#131313;
  --bs-btn-border-color:#131313;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#131313;
  --bs-btn-hover-border-color: #575f6f;
  --bs-btn-focus-shadow-rgb:77,85,102;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#575f6f;
  --bs-btn-active-border-color:#424b5d;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:131313;
  --bs-btn-disabled-border-color:131313
}
.bg-primary {
  background-color: var(--bs-primary);
}
.bg-darkorange {
  background-color: var(--bs-darkorange);
}
.bg-lightbeige {
  background-color: var(--bs-lightbeige);
}
.bg-lightgreen {
  background-color: var(--bs-lightgreen);
}
.bg-lightpink {
  background-color: var(--bs-lightpink);
}
.bg-gradient-primary {
  background: var(--bs-primary-rgb);
  background: linear-gradient(125deg, rgba(115,105,93,1) 0%, rgba(140,116,70,1) 100%);
}
.bg-gradient-beige {
  background: var(--bs-lightgeige);
  background: linear-gradient(125deg, rgba(217,205,191,5) 0%, rgba(217,205,191,1) 100%);
}
.bg-gradient-gray {
  background: var(--bs-gray-rgb);
  background: linear-gradient(175deg, rgba(2,0,36,1) 0%, rgba(194,193,193,1) 0%, rgba(76,76,76,1) 100%);
}
.bg-beige-overlay {
  position: relative;
  z-index: 1; }
  .bg-beige-overlay::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: #8C7446;
    opacity: 0.4;
    z-index: -1; }
.bg-lightgray-overlay {
  position: relative;
  z-index: 1; }
  .bg-lightgray-overlay::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: #cdcdcd;
    opacity: 0.5;
    z-index: -1; }
.text-lightgreen {
  color: var(--bs-lightgreen);
}
.text-graybeige {
  color: var(--bs-primary);
}
.text-shadow-primary {
    text-shadow: 3px 3px 3px #73695D, -3px -3px 3px #73695D, -3px 3px 3px #73695D, 3px -3px 3px #73695D, 3px 0px 3px #73695D, -3px -0px 3px #73695D, 0px 3px 3px #73695D, 0px -3px 3px #73695D;}
.text-shadow-white {
    text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;}
.text-vertical {
  writing-mode: vertical-rl;
}
h1,h2,h3,h4,h5 {
  font-family: var(--bs-font-serif);
}
body .link-primary.link-pointer::after {
  background-image: url(../svg/arrow-right.svg);
  filter: invert(72%) sepia(20%) saturate(5044%) hue-rotate(170deg) brightness(85%) contrast(86%);
  background-size: 70% 70%;
}
body .btn-outline-primary.btn-pointer::after {
  background-image: url(../svg/arrow-right.svg);
  filter: invert(72%) sepia(20%) saturate(5044%) hue-rotate(170deg) brightness(85%) contrast(86%);
  background-size: 80% 80%;
}
body .dropdown-item::after {
  background-image: none;
}
a {
  color: #73695D;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  outline: none; }
  a:hover {
    color: rgba(0, 0, 0, 0.3);
  }
.br {
  display: block;
}
.btn {
  font-weight: normal;
}
@media only screen and (max-width: 575px) {
  .container, .container-xl {
    --bs-gutter-x: 3rem;
  }}
.section-heading {
  line-height: 0.5;}
  .section-heading h2 {
   font-family: var(--bs-font-serif);
   font-weight: 700;}
   .section-heading span {
    font-family: var(--bs-font-serif);
    font-size: 1.2rem;}

.line-heading {
  background: linear-gradient(125deg, rgba(64,158,204,1) 40%, rgba(148,173,218,1) 80%);
  width:60%;
  height: 6px;
  margin-bottom: 0.8rem;
}
.number-heading {
  font-family: var(--bs-font-number);
  background: linear-gradient(125deg, rgba(64,158,204,1) 40%, rgba(148,173,218,1) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
}
.table thead tr {
  background-color: var(--bs-lightbeige);
}
.table .emphasis {
  background-color: var(--bs-beige);
}
.pb-lg-15 {
  padding-bottom:10rem!important
}
@media only screen and (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    color: var(--bs-white);}
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--bs-white);}
  .dropdown-toggle::after {
    color: var(--bs-white);}
  }
.mark-strong {
  border: none; 
  border-bottom: 4px dotted var(--bs-lightgreen);
  font-weight: bold;
  font-size: 120%;
  color: var(--bs-dark);
}
.amount {
  font-family: var(--bs-font-number);
  display: inline-block;
  min-width: 80px;
  font-size: 1.3rem;}
  @media only screen and (max-width: 575px) {
   .amount {
    font-size: 1.15rem;}
}
.tel {
  font-family: var(--bs-font-number);
  font-weight: 500;
}
.brand-name {
  font-family: var(--bs-font-brand-name);
  font-weight: 500;
}
.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media only screen and (max-width: 992px) {
  tbody th,  thead th {
    white-space: nowrap;}}
      @media only screen and (max-width: 992px) {
        tbody td, thead td {
          white-space: nowrap;}}
.bg-img-top {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;}
  @media only screen and (max-width: 575px) {
    .bg-img-top {
      background-position: top center;
      background-size: cover;}}


/***  Header   ***/
header .navbar-collapse {
  align-items: normal;}
@media only screen and (max-width: 991px) {
  header.navbar.navbar-scrolled.navbar-light {
    background-color: transparent;}}
.navbar-nav {
  font-size: 0.95rem;}
.hs-has-mega-menu img.access {
  width: 80px;}
@media only screen and (max-width: 575px) {
  header .navbar-dropdown-menu-inner {
    padding: 0;}}
.navbar-brand img {
  width:60px;
  height: auto;}
  @media only screen and (max-width: 575px) {
    .navbar .dropdown-toggle::after {
      color: var(--bs-white);}}
     header img.navbar-brand-logo-mb {
        width: 80%;}

header .dropdown-item::after {
  background-image: none;
  filter: invert(72%) sepia(20%) saturate(5044%) hue-rotate(170deg) brightness(85%) contrast(86%);　
  background-size: 80% 80%;}
@media only screen and (max-width: 991px){
  header .dropdown-toggle::after {
    background-image: none;}}
header .offcanvas-header {
  padding-right: 1rem;
  padding-top: 1rem;}


/***  Hero Common ***/
.hero-area .lead {
  font-family: var(--bs-font-serif);}

/***  Home   ***/
.hero-home-area {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;}
  .hero-home-area .logo img {
    width: 32px;}
    @media only screen and (max-width: 575px) {
       .hero-home-area h2 {
        font-size: 30px;}}
   
.feature-area {
  position: relative;
  z-index: 1; }
  .feature-area .feature-box {
    padding: 1.5rem;}
    @media only screen and (max-width: 575px) {
      .feature-area .feature-box {
        padding: 1rem;}}
    .feature-area .feature-box .number {
      font-family: var(--bs-font-serif);
      font-size: 3rem;
      color: var(--bs-primary);
      width: 200px;
      line-height: 0.6;
      border-bottom: 4px solid var(--bs-primary);
      margin-bottom: 1rem;
      padding-bottom: 0;}
      @media only screen and (max-width: 575px) {
        .feature-area .feature-box .number {
          font-size: 2rem; } }
    .feature-area .feature-box h4 {
      font-weight: 300;
      padding-right: 1rem;
      color: var(--bs-primary);
      font-size: 1.3rem;
      margin-bottom: 1.5rem;}
      @media only screen and (max-width: 575px) {
        .feature-area .feature-box h4 {
          font-size: 1.2rem; } }
      @media only screen and (max-width: 575px) {
        .feature-area .feature-box p {
          font-size: 0.925rem; } }

.home-about-area {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: 1; }
  @media only screen and (max-width: 575px) {
    .home-about-area {
      background-position: right;}}
  .home-about-area .home-about-text {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5rem 2rem;}
    @media only screen and (max-width: 575px) {
      .home-about-area .home-about-text {
        padding: 1rem;}}
        .home-about-area .home-about-text p {
          font-size: 1.3rem;
          font-family: var(--bs-primary);}
           @media only screen and (max-width: 575px) {
            .home-about-area .home-about-text p {
              font-size: 1.1rem;}}

.home-menu-area .item {
  min-width: 90px; 
  padding: 2px 4px;
  border-radius: var(--bs-border-radius-pill);
  background-color: var(--bs-lightbeige);
  display: inline-block;
  text-align: center;
  margin: 5px;}

  
.home-info-area {
  position: relative;
  z-index: 1; }
  .home-info-area li.home-info-list {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--bs-snow);}
    .home-info-area li.home-info-list .date {
      color: var(--bs-gray-700);
      display: inline-block;
      position: relative;
      top: -2px;}


/***  About Us   ***/
.about-content-area .about-text {
  font-family: var(--bs-font-serif);}
.about-priciple-area .item-heading span {
  -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #d9cdbf;
    background-image: linear-gradient(114deg, #d9cdbf 0%, #79C2B2 100%);
    margin-bottom: 15px;
    color: #ffffff;
    display: block;
    font-size: 2rem;
    text-align: center;
    line-height: 60px; }  
.about-info-area tbody th {
  font-weight: bold;}
.about-info-area thead td, .about-info-area tbody td{
  white-space: wrap;}
  @media only screen and (max-width: 575px) {
  .about-info-area table th {
    display: block;
    border-bottom: none;}}
    @media only screen and (max-width: 575px) {
      .about-info-area table td {
        display: block;}}
        .about-info-area .card-img img {
          border-radius: 0px;}
.about-gallery-area .circle-shape {
  position: relative;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  bottom: 34rem;
  left: 64%;
  z-index: -10;}
           
             

/***  First Time   ***/
.first-step-area .nav-segment.nav-pills .nav-link {
  font-size: 0.9rem;}
  .first-step-area .nav-segment.nav-pills .nav-link:hover {
    color: var(--bs-primary);}
.first-payment-area img {
  width: 90px;
  margin-right: 0.5rem;}
  @media only screen and (max-width: 575px) {
    .first-payment-area tbody th, .first-payment-area tbody td {
      display: block;
      width: 95%;
      text-wrap: wrap;}}
      .first-step-area .step-content img {
        width: 200px;}


/***  Access   ***/
.access-area h4 i {
 font-size: 32px;}
 .access-area .btn {
  min-width: 280px;}
  .around-area .around-thumbnail.second-img {
    width: 70%;
    margin-right: auto;}
    .around-area .around-thumbnail.third-img {
    width: 80%;
    margin-left: auto;}

/***  Service  Treatment/ Ttouble***/
.diag-line-image {
  position: relative;}
  .diag-line-image::before, .diag-line-image::after {
    content: '';
    position: absolute;
    transform: rotate(-35deg);
    width: 90px;
    height: 30px;
    background-color: var(--bs-white);}
    .diag-line-image::before {
      top: -10px;
      left: -30px;
      border-bottom: 1px solid var(--bs-dark);}
      .diag-line-image::after {
        bottom: -10px;
        right: -30px;
        border-top: 1px solid var(--bs-dark);
}
.back-square img {
  box-shadow: 100px 15px var(--bs-lightbeige);
}
.service-area .item-box .item {
  display: inline-block;
  text-align: center;
  color: var(--bs-white);
  background-color: var(--bs-black);
  border-radius: var(--bs-border-radius-2xl);
  min-width: 94px;
  margin: 5px;
  padding: 3px 6px;}
.service-area .item-box .item-2, .modal-area .item-box .item-2 {
  display: inline-block;
  text-align: center;
  color: var(--bs-white);
  background-color: var(--bs-darkorange);
  border-radius: var(--bs-border-radius-2xl);
  min-width: 94px;
  margin: 5px;
  padding: 2px 6px 4px 6px ;}
.service-area .line-beige {
  position: relative;
  margin-top: -20px;
  height: 18px;
  width: 70%;
  left: -2rem;
  background-color: var(--bs-lightbeige);}
.service-area .line-green {
  position: relative;
  margin-top: -20px;
  height: 18px;
  width: 70%;
  left: -2rem;
  background-color: var(--bs-lightgreen);}
.service-area .line-pink {
  position: relative;
  margin-top: -20px;
  height: 18px;
  width: 70%;
  left: -2rem;
  background-color: var(--bs-lightpink);}
.work-step {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: var(--bs-gray-300);
  border-radius: 1rem;
  height: 100%;}   
  .work-step:hover, .work-step:hover {
    background-color: var(--bs-lightbeige);}
    .work-step .step-number {
      position: relative;
      z-index: 1;
      width: 80px;
      font-size: 5rem;
      font-weight: 700;
      font-family: var(--bs-font-number);
      color: var(--bs-primary);
      margin: 0 auto;}
.service-area .table {
  font-size: 15px;}
  @media only screen and (max-width: 575px) {
    .service-area .future video {
      margin: 1.5rem 0;
     width: 340px;}}

.service-area .heading-bar {
  width: 85%;
  height: 2px;
  margin-left: 15%;
  background-color: var(--bs-gray-300);
  display: inline-block;
  position: relative;
  z-index: 1;
  top: -2rem; }
  @media only screen and (max-width: 575px) {
    .service-area .heading-bar {
      width: 60%;
      margin-left: 40%;}}
      @media only screen and (max-width: 575px) {
        .service-area .service-item-heading h2 {
          font-size: 1.6rem;}}
   .service-area .link {
    font-size: 1rem;}
.service-area .item-box .recommend h5 {
    color: #73695D;
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 300;
    border-bottom: 1px solid var(--bs-primary);
    padding-bottom: 5px;}
.service-area .circle-box {
    width: 140px;
    height: 140px;
    text-align: center;
    padding: 40px 10px 10px 10px;
    border: 1px solid var(--bs-darkorange);
    border-radius: 100px;
    display: inline-block;
  }


 
.label-symptoms {
  display: inline-block;
  min-width: 100px;
  border-radius: var(--bs-border-radius-2xl);
  padding: 5px 10px;
  text-align: center;
  background-color: var(--bs-beige);
  color: var(--bs-dark);  
}
.label-effects-1 {
  display: inline-block;
  width: 116px;
  height: 116px;
  border-radius: var(--bs-border-radius-pill);
  background-color: var(--bs-primary);
  text-align: center; 
  color: var(--bs-white);
}
.label-effects-2 {
  display: inline-block;
  width: 116px;
  height: 116px;
  border-radius: var(--bs-border-radius-pill);
  background-color: var(--bs-beige);
  text-align: center; 
  color: var(--bs-dark);
}
.label-times {
  display: inline-block;
  width: 100px;
  text-align: center;
  padding: 0 0.5rem;
  font-size: 0.9rem;;
  background-color: var(--bs-gray-300);
  color: var(--bs-gray-800);
}
.label-times-lg {
  display: inline-block;
  width: 130px;
  text-align: center;
  padding: 0 0.5rem;
  font-size: 0.9rem;;
  background-color: var(--bs-gray-300);
  color: var(--bs-gray-800);
}

.price table td {
  font-family: var(--bs-font-number);}
  .price table .amount {
    display: block;
    font-size: 1.3rem;}
  @media only screen and (max-width: 992px) {
   .price tbody th, .price tbody td, .price thead th, .price thead td {
    width: auto;
    white-space: nowrap;}}
    .price .effect {
      color: var(--bs-darkorange);}
      @media only screen and (max-width: 575px) {
        .price .effect {
          margin-left: 0;
          display: block;}}
     .price .table-price-select tbody td {
      text-align: end;}
      

.method .box-heading {
  position: relative;
  z-index: 1;
  left: -5rem;
  border-bottom: 6px solid var(--bs-primary);
  padding: 0.8rem;
  width: 120%;}

.type .list-equal-height-item i.right {
  position: absolute;
  z-index: 5;
  top: 1.5rem;
  right: -0.8rem;
  display: inline-block;
}
.type .list-equal-height-item i.down {
  position: absolute;
  z-index: 5;
  bottom: -1.2rem;
  left: 45%;
  display: inline-block;
}
.service-area .nav-segment.nav-pills .nav-link {
  font-size: 1rem;}
  .service-area .nav-segment.nav-pills .nav-link:hover {
    color: var(--bs-primary);}
    @media only screen and (max-width: 575px) {
      .service-area .nav-segment.nav-pills {
        border-radius: var(--bs-border-radius-xl);}}
        .service-area .nav-segment .nav-link.active {
          background-color: var(--bs-primary);
          color: var(--bs-white);}
          .service-area .dropdown-item::after {
            background-image: none;}
   
.feature-image {
  position: relative;} 
  .feature-image img {
    position: relative;
    z-index: 2;}
    .feature-image::before {
      content: '';
      position: absolute;
      top: -30px;
      right:  -30px;
      width: 70%;  
      height: 100%;
      background-image: radial-gradient(var(--bs-primary) 20%, transparent 21%);
      background-size: 10px 10px;
      background-position: right top;
      z-index: 1; }

.hero-image {
  position: relative;} 
  .hero-image img {
    position: relative;
    z-index: 2;}
    .hero-image::before {
      content: '';
      position: absolute;
      top: -35px;
      right:  -35px;
      width: 40%;  
      height: 40%;
      background-image: radial-gradient(var(--bs-primary) 30%, transparent 31%);
      background-size: 20px 20px;
      background-position: right top;
      z-index: 1; }

.service-area .icon {
  position: relative;}
  .service-area .icon::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -0.5rem;
    left: 7.5rem;
    width: 60px;
    height: 60px;
    border-radius: var(--bs-border-radius-pill);
    background-color: var(--bs-beige);}
    .service-area .icon i {
      position: relative;
      font-size: 2.5rem;
      z-index: 1;}
      @media only screen and (max-width: 575px) {
        .service-area .icon::before {
          left: 9rem;}}

.service-area .detail-box {
    padding: 1.5rem;
    background-color: rgba(241, 235, 235, 0.9);
    text-align: center;}

.service-area .notice .sub {
  display: inline-block;
  min-width: 200px;
  margin-right: 1rem;
  font-weight: bold;}
  @media only screen and (max-width: 575px) {
    .service-area .notice .sub {
      display: block;}}

.service-area .trouble .form-check-label {
  font-size: 1.1rem}
.service-area .subsc-choose .point {
    width: 90px;
    height: 90px;
    color: var(--bs-white);
    text-align: center;
    padding-top: 24px;
    border-radius: 50px;}


/***  Price List   ***/
.price-area .price-list, .price-area table {
  font-family: var(--bs-font-number);}
  .price-area .monthly {
    display: block;
    font-size: 80%;
    color: var(--bs-gray-700);}
    .price-area .times {
      min-width: 80px;
      padding: 1px 2px;
      font-size: 0.9rem;
      border-radius: var(--bs-border-radius-2xl);
      display: inline-block;
      text-align: center;
      margin-right: 1rem;
      color: var(--bs-black);
      background-color: var(--bs-snow);}


      .price-area .btn-group {
        min-width: 160px;
        margin-bottom: 0.5rem;}
      .price-area thead td {
        text-align: center;}
      .price-area tbody th {
        font-weight: 700;}
      .price-area tbody td {
        font-size: 1.1rem;
        text-align: end;}




 

/***  FAQ   ***/
.faq-area .accordion-button {
  font-size: 1.05rem;}
  @media only screen and (max-width: 575px) {
    .faq-area .accordion-body {
     padding-left: 1.5rem;}}
.faq-area .nav-segment .nav-link {
  font-size: 0.9rem;}
  .faq-area .nav-segment .nav-link:hover {
    color: var(--bs-primary);}
    @media only screen and (max-width: 575px) {
      .faq-area .nav-segment.nav-pills {
        border-radius: var(--bs-border-radius-xl);}}


/***  Policy   ***/
@media only screen and (max-width: 575px) {
 .policy-area h2 {
  font-size: 1.5rem;}}


/***  CTA   ***/
.cta-area {
  position: relative;
  z-index: 1;
  background-color: var(--darkorange);
  background: linear-gradient(135deg,rgba(140, 118, 76, 1) 0%, rgba(212, 204, 186, 1) 66%, rgba(232, 200, 137, 1) 100%);}
  .cta-area .cta-content h3 {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 0;
    letter-spacing: -1px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .cta-area .cta-content h3 {
        font-size: 2.5rem; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .cta-content h3 {
        font-size: 2.25rem; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .cta-area .cta-content h3 {
        font-size: 1.75rem; } }
    @media only screen and (max-width: 575px) {
      .cta-area .cta-content h3 {
        font-size: 1.75rem; } }
.more-area img {
  position: relative;
  z-index: 2;
  top: -3rem;
}

/***  Process / Payment  ***/
.process-area .step-icon {
  font-family: var(--bs-font-number);
}
.payment-area img {
  width: 100px;
  height: auto;
  margin: 0 5px 5px 0;}


/***  News   ***/


/***  Footer   ***/
.footer-area {
  position: relative;
  z-index: 1;}
  .footer-area .footer-logo img {
    margin-right: 1.5rem;
    width: 90px;
    height: 90px;}
    @media only screen and (max-width: 575px) {
      .footer-area .footer-logo img {
        width: 60px;
      height: 60px;}}
      .footer-area .tel {
        font-family: var(--bs-font-serif);
      }
.footer-docs {
  margin-top: 70px;}
  @media only screen and (max-width: 575px) {
    .footer-docs {
      margin-top:20px;}
  }
.footer-docs a:link, .footer-docs a:visited {
  color: #73695D;
  margin: 10px 5px;}
  .footer-docs a:hover {
    text-decoration: underline;}

.footer-menu li {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;}

.btn-area .btn {
  font-weight: 500;}

.footer-bottom-area {
  position: relative;
  z-index: 1;
  background-color: var(--bs-primary);
  border-top: 1px solid rgba(255, 255, 255, 0.075); }
  .footer-bottom-area .copywrite-text p {
    color: var(--bs-white);
    font-size: 14px;}
  @media only screen and (max-width: 575px) {
    .footer-bottom-area .copywrite-text p {
      font-size: 13px; } }
  .footer-bottom-area .copywrite-text a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1rem;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms; }
    @media only screen and (max-width: 575px) {
      .footer-bottom-area .copywrite-text a {
        font-size: 14px; } }
    .footer-bottom-area .copywrite-text a:hover, .footer-bottom-area .copywrite-text a:focus {
      color: #0d6efd; }
  .footer-bottom-area .social-btn-group a {
    display: inline-block;
    margin-right: 1.25rem;
    color: var(--bs-white);
    font-size: 1rem; }
    .footer-bottom-area .social-btn-group a:hover, .footer-bottom-area .social-btn-group a:focus {
      color: var(--bs-darkyellow); }
    .footer-bottom-area .social-btn-group a:last-child {
      margin-right: 0; }

  .social-link li:not(:last-child) {
    margin-right: 0.6rem;}
    @media only screen and (max-width: 575px) {
      .social-link li {
        margin-bottom: 0.5rem;
      }
    }
.social-icon {
	width: 62px;
	height: 62px;
	text-align: center;
  border: 1px solid var(--bs-primary);
	border-radius: var(--bs-border-radius-pill);
	background-color: var(--bs-white);}
  .social-icon:hover {
    background-color: var(--bs-bluegray);}
    .social-icon i {
      font-size: 34px;
      padding-top: 13px;
      color: var(--bs-primary);}
.contact-link ul {
  margin-bottom: 0;}
  .contact-link li:not(:last-child) {
    margin-right: 0.6rem;}
    .contact-icon {
      width: 48px;
      height: 48px;
      text-align: center;
      border: 1px solid var(--bs-primary);
      border-radius: var(--bs-border-radius-pill);
      background-color: var(--bs-white);}
      .contact-icon:hover {
        background-color: var(--bs-bluegray);}
        .contact-icon i {
          font-size: 24px;
          color: var(--bs-primary);}

.faq-accordian {
  position: relative;
  z-index: 1; }
  .faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 0.8rem; }
    .faq-accordian .card:last-child {
      margin-bottom: 0; }
    .faq-accordian .card .card-header {
      background-color: var(--bs-white);
      padding: 0;
      border-bottom: 1px solid var(--bs-bluegray) }
      .faq-accordian .card .card-header h6 {
        cursor: pointer;
        padding: 1.5rem 2rem;
        color: var(--bs-primary);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .faq-accordian .card .card-header h6 span {
          font-size: 1.5rem; }
        .faq-accordian .card .card-header h6.collapsed {
          color: var(--bs-primary); }
          .faq-accordian .card .card-header h6.collapsed span {
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
    .faq-accordian .card .card-body {
      padding: 1.75rem 2rem; }
      .faq-accordian .card .card-body p:last-child {
        margin-bottom: 0; }
        .faq-accordian .card .card-body ul {
          margin-bottom: 0;}
          .faq-accordian .card .card-body li {
          padding-bottom: 0.5rem;}


/* WP Post CSS */
.blog-area .wp-block-post-template {
  list-style: none;}
.blog-area .wp-block-latest-posts__list {
  list-style: none;}
.blog-area .wp-block-post-featured-image {
  margin: 1rem 0 1.5rem 0;}
  .blog-area img {
  width:100%; height:auto;}
.blog-area .wp-block-post-excerpt {
  padding-bottom: 2rem;}
.blog-area .wp-block-post-excerpt__excerpt {
  padding-bottom: 1.5rem;}
.blog-area .wp-block-post-title a  {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.blog-area ul.wp-block-categories {
  list-style: none;}
  .blog-area ul.wp-block-categories li {
    margin-bottom: 0.5rem;}
.blog-area ul.wp-block-latest-posts li {
  padding-bottom: 0.5rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #cdcdcd;}
.blog-area .wp-block-post-date {
  font-size: 14px;}
.blog-area .article-title {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.blog-area .archive-list li {
  margin-bottom: 0.5rem;}
.blog-area h4.cate-title, aside .cate-title {
  font-size: 1.25rem;
  font-weight: bold;}
.blog-area .is-layout-flex {
  justify-content: center;}
.blog-area .page-numbers {
  padding: 0.5rem;
  text-align: center;
  margin-right: 0.1rem;}
.blog-area .page-numbers.current {
  border: 1px solid #cdcdcd;}
.home-info-area .wp-block-post-title a {
 font-size: 1rem;
 color: #0d0d0d;
 line-height: 1.7;
 font-weight: 500;}
.home-info-area li.wp-block-post {
  border-bottom: 1px solid #ffffff;
  list-style: none;
  padding-bottom: 0.5rem;
  margin-bottom: 0.8rem;}
.home-info-area .wp-block-post-title {
  margin-top: -0.7rem;}
  @media only screen and (max-width: 575px) {
    .home-info-area .wp-block-post-title {
      margin-top: 0;} }
